libreadline7-32bit-7.0-19.6.1 >  A a Yp9|vo2\U[=/mNovj,]j[0]ms>گ p#5x*n~9͈w*Ų~_)oN._ҐRHrwߪT6f)6,Q삔WW/q|GҸ`Z(S5+[G!+lMXVГd6XʡN+]Mj''_pA١Oyv&Sa!B0cc116d3b4537d651c148e256b1c279edbcd30d049be6a33711a20189c06a5f50db29e330702ccea7c4ac72c0fb205802367d6639Ga Yp9|n!pfQ+⢐w컮G4y+$ HKC] 2hx嘜6Ujݰ೸޴I˯\pgQ8hER*%2l>rg<;Ya(͈Gj UmjzeXFq"t:`v}C ,d3A2VXU}տ;k{0(*z$^=Ch3a/467t+m |&Ao͈\rrlqv a!)"tO|>pAk?kd  56G ]n    l _(869h6: 6>fBfGfHfIfXfYgZg0[g4\g8]gH^gbgchRdhehfhlhuhviwj(xj8yjHjjjjClibreadline7-32bit7.019.6.1The Readline LibraryThe readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality.a Ysheep66LSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/bash/bash.htmllinuxx86_64/sbin/ldconfiga Ya Ya Ya Y07470450fc28809fb056c1796eb43fd049d0e86dd99d80316f917cb764fff4fe71b3294fdcc8afaab4692a77221070909f65ddb323294e92c9dac381143795f2libhistory.so.7.0libreadline.so.7.0rootrootrootrootrootrootrootrootbash-4.4-19.6.1.src.rpmlibhistory.so.7libhistory.so.7(READLINE_6.3)libreadline.so.7libreadline.so.7(READLINE_6.3)libreadline7-32bitlibreadline7-32bit(x86-32)readline-32bit@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libtinfo.so.6libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a @`7@_a@]V\t@[[@@[!@[)[Z3@ZH@ZZyZp^@Zhu@Z*~YY&@Y%uYX:@XX*X6@X@XJX<@X-X WWW;W9W~V޾V$@V UAU@Ug@UY@TTT~T@TT~@TXTJ?@TJ?@TG@TG@TFJwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.debwiedemann@suse.comwerner@suse.dewerner@suse.deavindra@opensuse.orgwerner@suse.dewerner@suse.defvogt@suse.comavindra@opensuse.orgavindra@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.debwiedemann@suse.combwiedemann@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demliska@suse.czwerner@suse.dewerner@suse.deschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comwerner@suse.demeissner@suse.comjdelvare@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.dewerner@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.debrian@aljex.comwerner@suse.dewerner@suse.debrian@aljex.com- Add patch bash-4.4-jobctrl.patch to allow process group asignment even for modern kernels (bsc#1057452, bsc#1188287)- Add patch bsc1183064.patch * Fix bug bsc#1183064: Segfault from reading a history file not starting with # with HISTTIMEFORMAT set and history_multiline_entries nonzero and with the history cleared and read on the same input line.- Move /bin/bash to /usr/bin/bash and provide old location as symbolic link of new location (jsc#SLE-15652) - Remove minimal sh build option as not used- Rework patch readline-7.0-screen.patch again for bug boo#1143055 * Map all "screen(-xxx)?.yyy(-zzz)?" to "screen" as well as map "konsole(-xxx)?" and "gnome(-xxx)?" to "xterm"- Add patch bash-4.4-bgpoverflow.patch which is a backport from bash 5.0 to perform better with large numbers of sub processes (bsc#1133773)- Rework patch readline-7.0-screen.patch- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)- Add patch readline-7.0-screen.patch to be able to parse settings in inputrc for all screen TERM variables starting with "screen." to fix boo#1095661- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670)- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2 * 20: In circumstances involving long-running scripts that create and reap many processes, it is possible for the hash table bash uses to store exit statuses from asynchronous processes to develop loops. This patch fixes the loop causes and adds code to detect any future loops. * 21: A SIGINT received inside a SIGINT trap handler can possibly cause the shell to loop. * 22: There are cases where a failing readline command (e.g., delete-char at the end of a line) can cause a multi-character key sequence to `back up' and attempt to re-read some of the characters in the sequence. * 23: When sourcing a file from an interactive shell, setting the SIGINT handler to the default and typing ^C will cause the shell to exit. - remove bash-4.4-wait-sigint-handler.patch (upstreamed)- Add patch bash-4.4-wait-sigint-handler.patch to fix bug bsc#1086247 that is repeating self inserting trap due external command in the trap.- Create readline-devel-static package to re-enable static libraries again (boo#1082913)- Use %license (boo#1082318)- Add patch 19 to bash-4.4-patches.tar.bz2 * With certain values for PS1, especially those that wrap onto three or more lines, readline will miscalculate the number of invisible characters, leading to crashes and core dumps.- Add patches 13-18 to bash-4.4-patches.tar.bz2 * 13: If a here-document contains a command substitution, the command substitution can get access to the file descriptor used to write the here-document. * 14: Under some circumstances, functions that return via the `return' builtin do not clean up memory they allocated to keep track of FIFOs. * 15: Process substitution can leak internal quoting to the parser in the invoked subshell. * 16: Bash can perform trap processing while reading command substitution output instead of waiting until the command completes. * 17: There is a memory leak when `read -e' is used to read a line using readline. * 18: Under certain circumstances (e.g., reading from /dev/zero), read(2) will not return -1 even when interrupted by a signal. The read builtin needs to check for signals in this case. - partial cleanup with spec-cleaner- Modify patch bash-4.3-pathtemp.patch to avoid crash at full file system (boo#1076909)- Enable multibyte characters by default- Modify patch bash-4.4.dif to let bashline.h install as well as this header file is included by general.h due to the same patch (boo#1060069)- Make build reproducible in spite of profile based optimizations (boo#1040589)- Allow to disable do_profiling in builds (related to boo#1040589)- Simplify patch readline-5.2-conf.patch- Do not throw info and manual pages away- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and was disabled and nobody had reported trouble)- Add upstream patch readline70-002 which replace old one There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch readline70-003 Readline-7.0 uses pselect(2) to allow readline to handle signals that do not interrupt read(2), such as SIGALRM, before reading another character. The signal mask used in the pselect call did not take into account signals the calling application blocked before calling readline().- Add upstream patch bash44-006 Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - Remove patch popd-offset-overflow.patch to use bash44-006 - Add upstream patch bash44-007 When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. - Duplicate bash44-007 as readline70-002 as it seems to be missed - Add upstream patch bash44-008 Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. - Add upstream patch bash44-009 There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch bash44-010 Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. - Add upstream patch bash44-011 Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. - Add upstream patch bash44-012 When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed.- Remove -L option on screen call dues API change, now we depend on environment variables only.- Enable -fprofile-correction to cover misleading profile created due to terminating_signal which does not return.- Add upstream patch popd-offset-overflow.patch to fix boo#1010845 CVE-2016-9401: bash: popd controlled free (Segmentation fault) Remark: this is a simple Segmentation fault, no security risk- Add upstream patch bash44-001 Bash-4.4 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set HISTSIZE to a very large number to essentially unlimit the size of the history list will get memory allocation errors - Add upstream patch bash44-002 Bash-4.4 warns when discarding NUL bytes in command substitution output instead of silently dropping them. This patch changes the warnings from one per NUL byte encountered to one warning per command substitution. - Drop no-null-warning.patch as bash44-002 is official replacement - Add upstream patch bash44-003 Specially-crafted input, in this case an incomplete pathname expansion bracket expression containing an invalid collating symbol, can cause the shell to crash. - Add upstream patch bash44-004 There is a race condition that can result in bash referencing freed memory when freeing data associated with the last process substitution. - Add upstream patch bash44-005 Under certain circumstances, a simple command is optimized to eliminate a fork, resulting in an EXIT trap not being executed. (boo#1008459) - Add upstream patch readline70-001 Readline-7.0 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set the readline history-size variable to a very large number to essentially unlimit the size of the history list will get memory allocation errors- no-null-warning.patch: Don't warn about null bytes in command substitution- Avoid confusing library path- Update bash 4.4 final * Latest bug fixes since 4.4 rc2 - Update readline 7.0 final * Latest bug fixes since 7.0 rc2 * New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. * New application-settable variable: rl_persistent_signal_handlers: if set to a non-zero value, readline will enable the readline-6.2 signal handler behavior in callback mode: handlers are installed when rl_callback_handler_install is called and removed removed when a complete line has been read. - Drop patch bash-4.3-async-bnc971410.dif as this one is part of 4.4 - Drop patch bash-3.2-longjmp.dif as now long time be fixed - Drop patch bash-4.3-headers.dif as loadables now simply work - Drop readline-6.1-wrap.patch as this seems to be fixed - Disable patch bash-4.0-async-bnc523667.dif for now as it seems to be fixed in an other way- Update bash 4.4 rc2 -- Bugfixes - Update readline 7.0 rc2 -- Bugfixes- Make clear that the files /etc/profile as well as /etc/bash.bashrc may source other files as well even if the bash does not. Therefore modify patch bash-4.1-bash.bashrc.dif (bsc#959755)- Update bash 4.4 beta 2 * Value conversions (arithmetic expansions, case modification, etc.) now happen when assigning elements of an array using compound assignment. * There is a new option settable in config-top.h that makes multiple directory arguments to `cd' a fatal error. * Bash now uses mktemp() when creating internal temporary files; it produces a warning at build time on many Linux systems. - Update to readline library 7.0 beta 2 (not enabled as not standalone) * The default binding for ^W in vi mode now uses word boundaries specified by Posix (vi-unix-word-rubout is bindable command name). * rl_clear_visible_line: new application-callable function; clears all screen lines occupied by the current visible readline line. * rl_tty_set_echoing: application-callable function that controls whether or not readline thinks it is echoing terminal output. * Handle >| and strings of digits preceding and following redirection specifications as single tokens when tokenizing the line for history expansion. * Fixed a bug with displaying completions when the prefix display length is greater than the length of the completions to be displayed. * The :p history modifier now applies to the entire line, so any expansion specifying :p causes the line to be printed instead of expanded.- Update bash 4.4 release candidate 1 * There is now a settable configuration #define that will cause the shell to exit if the shell is running setuid without the -p option and setuid to the real uid fails. * Command and process substitutions now turn off the `-v' option when executing, as other shells seem to do. * The default value for the `checkhash' shell option may now be set at compile time with a #define. * The `mapfile' builtin now has a -d option to use an arbitrary character as the record delimiter, and a -t option to strip the delimiter as supplied with -d. * The maximum number of nested recursive calls to `eval' is now settable in config-top.h; the default is no limit. * The `-p' option to declare and similar builtins will display attributes for named variables even when those variables have not been assigned values (which are technically unset). * The maximum number of nested recursive calls to `source' is now settable in config-top.h; the default is no limit. * All builtin commands recognize the `--help' option and print a usage summary. * Bash does not allow function names containing `/' and `=' to be exported. * The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options. * The shell now allows `time ; othercommand' to time null commands. * There is a new `--enable-function-import' configuration option to allow importing shell functions from the environment; import is enabled by default. * `printf -v var ""' will now set `var' to the empty string, as if `var=""' had been executed. * GLOBIGNORE, the pattern substitution word expansion, and programmable completion match filtering now honor the value of the `nocasematch' option. * There is a new ${parameter@spec} family of operators to transform the value of `parameter'. * Bash no longer attempts to perform compound assignment if a variable on the rhs of an assignment statement argument to `declare' has the form of a compound assignment (e.g., w='(word)' ; declare foo=$w); compound assignments are accepted if the variable was already declared as an array, but with a warning. * The declare builtin no longer displays array variables using the compound assignment syntax with quotes; that will generate warnings when re-used as input, and isn't necessary. * Executing the rhs of && and || will no longer cause the shell to fork if it's not necessary. * The `local' builtin takes a new argument: `-', which will cause it to save and the single-letter shell options and restore their previous values at function return. * `complete' and `compgen' have a new `-o nosort' option, which forces readline to not sort the completion matches. * Bash now allows waiting for the most recent process substitution, since it appears as $!. * The `unset' builtin now unsets a scalar variable if it is subscripted with a `0', analogous to the ${var[0]} expansion. * `set -i' is no longer valid, as in other shells. * BASH_SUBSHELL is now updated for process substitution and group commands in pipelines, and is available with the same value when running any exit trap. * Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or not bash is being run in a GNU Emacs shell window. * Bash now treats SIGINT received when running a non-builtin command in a loop the way it has traditionally treated running a builtin command: running any trap handler and breaking out of the loop. * New variable: EXECIGNORE; a colon-separate list of patterns that will cause matching filenames to be ignored when searching for commands. * Aliases whose value ends in a shell metacharacter now expand in a way to allow them to be `pasted' to the next token, which can potentially change the meaning of a command (e.g., turning `&' into `&&'). * `make install' now installs the example loadable builtins and a set of bash headers to use when developing new loadable builtins. * `enable -f' now attempts to call functions named BUILTIN_builtin_load when loading BUILTIN, and BUILTIN_builtin_unload when deleting it. This allows loadable builtins to run initialization and cleanup code. * There is a new BASH_LOADABLES_PATH variable containing a list of directories where the `enable -f' command looks for shared objects containing loadable builtins. * The `complete_fullquote' option to `shopt' changes filename completion to quote all shell metacharacters in filenames and directory names. * The `kill' builtin now has a `-L' option, equivalent to `-l', for compatibility with Linux standalone versions of kill. * BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial environment. * inherit_errexit: a new `shopt' option that, when set, causes command substitutions to inherit the -e option. By default, those subshells disable - e. It's enabled as part of turning on posix mode. * New prompt string: PS0. Expanded and displayed by interactive shells after reading a complete command but before executing it. * Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL when the shell is started, so they are set to SIG_DFL in child processes. * Posix-mode shells now allow double quotes to quote the history expansion character. * OLDPWD can be inherited from the environment if it names a directory. * Shells running as root no longer inherit PS4 from the environment, closing a security hole involving PS4 expansion performing command substitution. * If executing an implicit `cd' when the `autocd' option is set, bash will now invoke a function named `cd' if one exists before executing the `cd' builtin. - Update to readline library 7.0 release candidate 1 * The history truncation code now uses the same error recovery mechansim as the history writing code, and restores the old version of the history file on error. The error recovery mechanism handles symlinked history files. * There is a new bindable variable, `enable-bracketed-paste', which enables support for a terminal's bracketed paste mode. * The editing mode indicators can now be strings and are user-settable (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string' variables). Mode strings can contain invisible character sequences. Setting mode strings to null strings restores the defaults. * Prompt expansion adds the mode string to the last line of a multi-line prompt (one with embedded newlines). * There is a new bindable variable, `colored-completion-prefix', which, if set, causes the common prefix of a set of possible completions to be displayed in color. * There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- mode yank-pop. * The redisplay code underwent several efficiency improvements for multibyte locales. * The insert-char function attempts to batch-insert all pending typeahead that maps to self-insert, as long as it is coming from the terminal. * rl_callback_sigcleanup: a new application function that can clean up and unset any state set by readline's callback mode. Intended to be used after a signal. * If an incremental search string has its last character removed with DEL, the resulting empty search string no longer matches the previous line. * If readline reads a history file that begins with `#' (or the value of the history comment character) and has enabled history timestamps, the history entries are assumed to be delimited by timestamps. This allows multi-line history entries. * Readline now throws an error if it parses a key binding without a terminating `:' or whitespace. - Remove patches which are upstream solved bash-3.2-longjmp.dif bash-4.3-headers.dif readline-6.1-wrap.patch - Rename patches bash-4.3.dif become bash-4.4.dif readline-6.3.dif become readline-7.0.dif - Refresh other patches as well- Define the USE_MKTEMP and USE_MKSTEMP cpp macros as the implementation is already there. - Add patch bash-4.3-pathtemp.patch to allow root to clear the file systems. Otherwise the completion does not work if /tmp if full (ENOSPC for here documents)- Remove --hash-size options as there is no any change in the final binary nor library anymore- Add upstream patch bash43-039 Using the output of `declare -p' when run in a function can result in variables that are invisible to `declare -p'. This problem occurs when an assignment builtin such as `declare' receives a quoted compound array assignment as one of its arguments. - Add upstream patch bash43-040 There is a memory leak that occurs when bash expands an array reference on the rhs of an assignment statement. - Add upstream patch bash43-041 There are several out-of-bounds read errors that occur when completing command lines where assignment statements appear before the command name. The first two appear only when programmable completion is enabled; the last one only happens when listing possible completions. - Add upstream patch bash43-042 There is a problem when parsing command substitutions containing `case' commands within pipelines that causes the parser to not correctly identify the end of the command substitution.- add bash-4.3-perl522.patch to fix texi2html for perl 5.22 (defined(@array) has been deprecated since at least 2012)- Add upstream patch bash43-034 If neither the -f nor -v options is supplied to unset, and a name argument is found to be a function and unset, subsequent name arguments are not treated as variables before attempting to unset a function by that name. - Add upstream patch bash43-035 A locale with a long name can trigger a buffer overflow and core dump. This applies on systems that do not have locale_charset in libc, are not using GNU libiconv, and are not using the libintl that ships with bash in lib/intl. - Add upstream patch bash43-036 When evaluating and setting integer variables, and the assignment fails to create a variable (for example, when performing an operation on an array variable with an invalid subscript), bash attempts to dereference a null pointer, causing a segmentation violation. - Add upstream patch bash43-037 If an associative array uses `@' or `*' as a subscript, `declare -p' produces output that cannot be reused as input. - Add upstream patch bash43-038 There are a number of instances where `time' is not recognized as a reserved word when the shell grammar says it should be.- move info deletion to %preun sections- bash-4.3-loadables.dif: One more warning fixed, in examples/loadables/logname.c. - bash-4.3-loadables.dif: Reverted one warning fix, which was introducing another warning and possibly a bug.- bash-4.3-loadables.dif: Split changes to shell.h to a separate patch "bash-4.3-include-unistd.dif", as the loadables build just fine without these changes. - bash-4.3-loadables.dif: Drop all header file inclusion fixups, upstream fixed the problem differently 5 years ago.- Do not restart all signal handlers for bash 4.3 as this breaks trap handler in subshells waotiug for a process- Remove -DMUST_UNBLOCK_CHLD(=1) as this breaks waitchild(2) on linux- Add upstream patch bash43-031 The new nameref assignment functionality introduced in bash-4.3 did not perform enough validation on the variable value and would create variables with invalid names. - Add upstream patch bash43-032 When bash is running in Posix mode, it allows signals -- including SIGCHLD -- to interrupt the `wait' builtin, as Posix requires. However, the interrupt causes bash to not run a SIGCHLD trap for all exited children. This patch fixes the issue and restores the documented behavior in Posix mode. - Add upstream patch bash43-033 Bash does not clean up the terminal state in all cases where bash or readline modifies it and bash is subsequently terminated by a fatal signal. This happens when the `read' builtin modifies the terminal settings, both when readline is active and when it is not. It occurs most often when a script installs a trap that exits on a signal without re-sending the signal to itself.- Fix the sed command that fixes up the patch headers. It was printing a duplicate header line, which suprisingly did not confuse patch, but could in the future. - Fix all patches that had the duplicate header line issue.- Use tail command to follow run-tests instead of a simpe cat command- Really remove obsolete patches- Skip autoconf on OS 10.2 or older- Avoid fdupes on SLES-10- Bump bash version to 4.3- Allow building on targets from SL 10.1 to current since it's free/bin/shreadline-32bit7.0-19.6.17.0-19.6.17.0 7.0libhistory.so.7libhistory.so.7.0libreadline.so.7libreadline.so.7.0/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:20735/SUSE_SLE-15-SP3_Update/dbd4b26ac789f65609097e2400bdfdb0-bash.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=297c8c17d777cb46518cdb69844115d2dc8e36b1, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4aaa150777a76206bd0fdfb6e2f3fc48741aa034, stripped PPR RRRR RRR RPPR RRRRRR RR RR R Rutf-8574a645a2c1cd4d2ef897b8560bb32357bb8a63b77636a5870de56b1f3e59f14?7zXZ !t/e] cr$x#o*_\-+ u[⛫p4o`댾!SğueJb!oC«`9"SgAd۝.u_=MǒNTfi{2 8hAZ ,O/XNP/VPp9gOyõ;|oI9KNKw'w k$sS#YȲ#NFqlRĘ[^9W+uBtP#E431nx\)LEWGa!a9_{O-i:x.'_J,A |~KpœbZdzSE1zBkpqw _h9Qj`T-V-BSPJ9_ d~ի)pT=h^ ?QbƸ3~M,"m/o؝v*%6*ÀOɟyx#zEؒ8p䥨Āi&%X`luZgau3^ f55oә[ X ' *Hp!z&nyNKd`<ƲY¢NS}YEGG|9ޖd(̽bRH:UHo#،J6[@F֠~ŵ!hESu!>o{8NwSop_b^̇b/¦/D%S +"gU+!H$U S6p),BKc7 _wdJ9l;lt*O;0+D3>M.Pje_p!70iߩXN0ۯTz_~i/`Zwr1W]@\y(s]{-=fPV f/c)VteDj\XBn"+2U} S9$Mn"SY!.xʊ"=ĬF¶Ĺ"cNB?dsߠwLUrFˠݫ®; d hhBuaF3i֪֋-Ԓ RUWk |3@aI;ZD(]Q$2^z& =4td[UVLgY&]%"s2ܼ?Λ`Rw!@'Ɣjot<7bF=t8ӲE }{tr>ZWDAlFtOu`i{o ƫ9eXi#"ik (v^85{(|iћ`NOۭ%R֞6ߎڨxDfV/t'b&(G%$2Ѝ:{ gk-r/yH2O)eI؞!milT1fMbs3~WG)~YQnB ZHkBr=d)BVT`z914 j+.k"fE:)QG;"ك7{X9U16 oXkAMn9~`$J@-f%k_wt&SX#({\JM|fgeNy~Ck/,A<_K .eMl j*6 ܕ7kFacSQZ.k6T ݿy M%L7$&VEODi<]Vp)àNd[ i7\T;hXwJ =>m)5tˑbOBX=mS).ۆWU&. PKxR(Olk_ ! w3^$::erM_Ijݐr/ܤ=~fa/:38dĹ9펃dR2-l@mW}0 Er0{(:6r?2$Joͩn-3GXeΔoRIꪤfP"2+m\h8w/]B(}׹oڽ^sJJiGLx1Q-҉E;Mmsa`onø\40gO`۾{]'29#(zFd'c(mr%H*x!ea𠞎(n@´؆l,qh󜤨Tvj?tXFrPiGmN~[5RE:e=}2 Zu{X ܧl"jG}(Ga5e(EJb͠*HyFn{%}a TYef.#pF(g;?c6[1Q&X~r][Ǖߊq D ) 9η`|qW3ىQ`Cv=q2buI_=09,cr!96/aЁn!Bṭ$3wST}ԪrHcl q04m\O ;5+ ~ſ@P9}6૞6)),p&J YC PrD,r&h#' ce|KE sR~gNfkJFKzSsX|!?#q>J ̱˝śz{uу LE흜 &3B Fc8p6* c|՝+Q;A"*dd$k6K!v+%yCT^pdUJYUbnQicm9bpdVAP7:0 v̿0Sc[C!j3nDPYЭ4ꛗ /)%Vt4YԘ*!zXd;Mu;Q9s͞#W{ڒ[ѻs.pV5jE7[vUG؄# }}Q%(EUfo´ = Q&)EDZj"$A #]~HCx7|0[1aA~"1hp -T=cgcvE‚;Eo&gFfeY:rT8\mv8LGdة=hB)=[" ]V ͋8d}n=xیe7pvxdz;-u_<2h1ސ{ܯ9M88񹶊Ex^~ׅ ͉.@G xZ=-ǙQVi:1(7ua}vfS"Yͭ6P':N@V;*ם<1mⲌ~ᅖԕR9UQd'oCԔtwJvm"[Ace`#⛲D]ehfPԺzw]}l$Dlpɇ:}Na'?6NY[Z}KN'-)I/} Ծ.:YT\ݑGWy@?4sR ,/s l3tQL{fW~D_v.n6( 3:S,5᭰=+٤>!6l~&r%wj9!B!m2>ű}U'_$oz-Xz0Q]nI0\`VАKA"0aӍU&昊[| =^WinVӔ+ |V#~sh%dQ`x{'󯡹IiA":Agl0ũմ;zA_R{wʃw&7PPɊA vԹJEd^Ej%O9^(sQ1gJ\Տnҷp8#9+ !q?=TI.1Y}(uW>Չή6W˶>o QHAxߋ*k"Q.V{G ֬73&%WڅTJa.Cqi@ Yi ]4PpǶ/*T jہ&wX7ΌUѢ4-n%pF8jNTvDe>/ IT>LkWX w,!cs}aM|'&:p {N}˺VS _^ r D2Y~C)`RH65oG^B[" j+KVpLw^.vӡR<P,oX6PSr0@ sCt(oao{#$W2fDYHj`!]1dAMDAt@:`%lQJGbs\k0鏼92{x4Z򴳳l8xʀST&rqZ[JK3ݿ4V[) u_x9,ur%t8wP \JdNh_h4,ƞήѳR Q Ya 85UM+/0{ؓAPn(2Q:I8p>}vJjxJ`H" ZEd<]JJ'PQ nBd4rdeRCb|͌Ok4~FFXҖ @:% %vn~;n NbXzap#CeXzIZgy`$S/R", `kbavUQtI"'8 B,HT9 20޺iQYgk(ȅnWЂQ=ɤ!/`I6!{sF6+̟uVSh  QY~h(*(NnvXOoP\r vps5R+"C24쁧UOmŅ0gr",a5<%Xk1{DKrZyw q>c+AM )c܊S)+7=+t,isc0ȧSQ(-T{fV~_ˁ:&$.ub=h`GkIm]g44FIMs<%E>NuY55` d<xPB~C~ϵctOm Rv#&ȏUP81?JOOxPK]w]- @׫oZ#-3K[c6 O[d'U7LodQZTKM`R*j{u&.Z9k ~HOPUu n=j<M_jNYcQ͠/uIbDo]HkO×{U_ך^?zC}nGiϡ%N_?T}HRsƣp}`ЮKo~|hCmۇ2ׅn[ӗ݋Bc[8)"ܛvQ"Woհ8xNkYjɡSعSF۴+$Odrp!ܤm&S1h0Ƚ0@>Vvm9PTr7v +e$+c*_:q@C#;:Q PuD` *7CZ/l^b] CekWy 0S1!) {O ,^qNdnLdNrr#zS 79SMK^kՒ`(uKAgJ)v'uhǃUӾUeHyKV`ֲcD_ ɧVNH2ErP6q!./._aqP91nB1ZyC\$> 7H7EH9؁_NLD9*RԹwT4=!A&ք%FKh>T5lmA2)6Vfy{kp'Tu6,L $-.8KU-|/pI pe'uP" h#s!Թ/ jYpDW5f^:W__ KIʤ-A&'u#UJҙNm.c:?=XsxwOhRK,>R'{@D gueEͨRfuȪ &|*ƲSrb|Bz?uyjJ?+q`Ƹ-T1&/(aAD8HBez?OJ_7ٽ7&r l8N*J )ʲz9ͳ`cVzY%5#,ym_pA{*f㪑>2qUi9("\Ɠu^qq:G*:JBMJ<#z.gNZ][fLcVl ajg.fٗdDHc8M*/rKEItnig^HyZ6sT#oGix&Z@郬W?a:n_B ?Ȋe.Ի8 t!kk|$:[2:;xLC1}JG&(n%Bơe ^tyrҞ Obe!N~`$MS%}_%<$N3/]($lK:{yr|MN;2qrJ[V>*qM84y{زzڍ`3I͒x. ti*Wčd#0-8|鮝7-Wk}LgM#%,Lew'=G4ceDiЅvM&ֳ}#XZB@oI9dƣn#Yu4NO&|7'?^^24Z̗8U^Y z˰$E|:={no0O-H{V\`n} Nǯ-҃ RI'eN/2l`i$J:p ߣE:aDNa>|gHɕAG?o:Ϣ0S4?Y=tnt8-j$6s2o_(uQ r?#m[LrDEf^M&LHJ'qw@fij[tvV ~X=Pi8w7I#[,p#Q+; ;ﳇDJ(E<} fz Sn̛7NmmAc0,QOh=ser|5%U\%wؔ9YsTPpIe`xu<1HPr";Dp%iEiXmn\4WrA,qů_SF/s(_ 씇A| vӜ45k4v'58$~L=Td}hyj8۰=E_r}G'.NeX7?#biVȋu~J3]JuO9h qO h[q6Q@Zwrh?00tVdؙS4cO L!rg <*/EWfey>Z{Ƨw.~.BW }u4zg@hbHldƉ d.)h/B<~l?fL*2hmy|w(esh :+&Frr |Q4ss4 +_auk 2>s25Nf`X}n_I8O롽fJD?D4RU#I^X\}! Y{]|K{ 2TPbn|9C{W擯MJVӕNc/o^Lh~Oa=$=F>EJucbl[lǩ_ >28rpkCJ=e$;4E3"Jd!xLxHύz jr5Fl>*KQh Ǭe0^mc4w#h _Vwk%wBU_o|8;'Ybc.Dt#ݢcF.֓*rb (aLႛ옺cmQ)2 =(*WxgzI%!|CVbJwҒ$9} zR1bluƒh nlfv6LS ڌ2D|mL B!+HGHHin27ؽ)^Uܵ6*8$A!f[bGO.[% 45=[Ԡ7 mA1kިGϔ1G8)juAz|Sd%( JmIFZoOBzCqd]݊p]&TL2ϯ  DűkX16hऍ}X(3!! F>;^@!{oj0"(ۺ*lBT;UDv`89#H\מ}(k__ z?>S3Mdmeܥ!7ڠ-l4N\noߕ(#~dY Et?Ɔ.&==P>bת_&p>]014*[[DG1ey '.d1iOi4[Fp5eג S<B'qlI| Ys]QȇP([p _w^bDJ i3F.I\ ڕAń`[!Do&w@Ip>|, Xf60f,9si>?# ED6u3N^W)]ͨKЊէ.Gbk6GR`|_WԎ4A-fB JPxlwe҄Ms޹CQ6y7}E~U9yIKif=3hVlrFEU!~TލCO:ǩ5e0yX ˜X 3Ryϰ**A5#x HM:ܱHQD/U9!PgY/#T;9p?J3 gEߩ&aI_(!_܀[<~.9iћM\H&:򒯐zD ]DeW[=|4 'Fǫsw'05|'TFlҮ_kؾⶫ$ Ccvb-+yຢVFuó,$+VqSN*beM -'5{l8dž{W"J6fGU2z7wDzf7 0ʛtL ԑp{{-pN17 $:Ԉ.65e[PcPR_p .ڝ:я5ykg*rPu73fhY1vn3]ji3<לU*aD;$ZlK,J\|VX22esjWn\au`QZ8/nfpm1YYmruփaMg>11M٢=n2?tzf"yIidLtmR)vd݌xN}? `|Q^nL*'rYwY?JB\ޗ]PlCĘ-d.c!tVK{J3-'nvGܭΎYc%4vIhdHZGNmM}$H8#r7܅:8Q{>O|BYt ;7q{Wd+|}xooTx ra`(XlnDN0|AWt2nA17VD*3O^/ZnvuhgMl$i*Xf8ZaUOL fOPyufXMGE6L'I(Mm9$>zm ב!~o bMҼ"c#q%;WƒgA->XڿvpPJ!pBNJ xъ I ǝ0nREiacLہƞGQ2#dمy>M?eqg?ݒ:U]:7^\.1l hCzL~#0aO*Ԕd{]?dRW-{y Ib:pigmidu;QuDU|Enps 5v_\)[]+f*èmQwč'7>?\Ϲo#BA|0r'E'0,`m:nǮ MFZAIOB j2w tw , j9=ӳbGVB=Ĩߘ>$@; Ccf_C{|7t@r۴7GMOd@)VU/A.R; [y`fQ8&gYڍGr'R/_GOn"6"]lZs$ZP VktEz6y??a! ѣn9DI/vB3a&*hϋzdH:tĔB WB{Eo[/j›@$mEW9,`z9+F}.>'#>Rp˰ JyTfWl~#ilWS_9DȚrD=?契`)QGȜݻ" [ZV|nN]3ʩRsg8d{e .6z35jKǒ;=ɸI UQ7N+5$B #4[gފ")c=?فftUўsF>btt7ߡ.LYz|?[PfQ"ŕwyڅ󉵁x='ff݌hǠ RK.ea{5|`&.9PtCKWOr4Q)֞j* ee|u co]1o)fy4D853k?aE.In$yMx+뛵K'E"(Zo G S7-o%ɶVxbM$¡M!_vB{:G9kIǝkTc*;LQ9oPM~\*H"@2|*V J1Ū!k؉quLLm0&,'yD؉[G2c*c)P7*|V(Ɣ`4FkP9l)6֔VoC9ϻ< 1gf)8`{UjqN?~?p5_i.'&)`*9n‰$Y91BK?axΛTVGrDPWzYrJkWʄVp_jb9ņ, |=m osQebN]z !¬ٙ`] dwz!X6mGǼtr(ɱOQ0EggfO[WECLG٩&+XW@U΀ X[d  c0qnQ f\C Yig^+2&xK.U"X`- u@c>7)b\0O h$ŧ+D֠VCrG= c}L`G4 j9"5bޓiwճ"#0Dm AǒWrǙ:GhIMUĝ5Lˮ.҉y2ц jh=[l٢qTʼnbo&u&"gVl:H#!wI*(-A W4:@xjuy`ݤ 0Tz K%7&y]OrX'8{9Q},qdOx;KMJCdAitaIG_޳+:!Z+1蟌Z2PE(jF|{ &lu,~oI:ncoYuij~Tx&fP!ذa#[_n@@7]<9"`p)I؅^d>.eeN~l V?4ޢmmT8%Jp9wOXDuPiQm 2 ]YCRš^Zq' ?Al Դ~eqMC\YQj.y fm$y˕:vuIUNߢfTH@o'Nmg&7ՃH?ӫcqSU*=Y Ewrrq x.At?LECcVk3F) cCJSUdyOѱ-۲VbSwґObV%X.hN>YLêJCT >N7Wv -'H@e_>&Pm\œu{߫*23AMvgÛ`u ) yroPjn]C'8iʚL4pF-@!`JW5͘ğPo>pe]a`mh炙~2,PwqNV Z2Y֠qxE3Gꑢ:%هon|c}6z ۳M#9]GbҊQ]XWӨ~oZ*[tŅvȴ7L69@b4y%`ZDueFQW?pOtgÍa;Ңqpbݠ@-iܭZٙuq)ܯhhJ1Q.߲-V&;| N#P.p_G5% )WFC5$IQ2Nϗ3; v574Dn:; ߀]r`=r;WUt¢c>kwpC_0',5/:s<@M[vwq}8T__iF1_sVk 0QҞCʙ#zC9<*XV ۤx*GNE-f=&7‚ y&'F;?wk/"{Bkî2xz0o^*RvA~#=5z&DY[\ pgT<lN(iS'y Q&:ۜh3B9AΔW6켿xf3esa{:`,΋1RjfXv54AmcP5:x bvZ]fx7PLApٿ]] ~{ܾĆ{h*(񛢽cn!6V<G5*v 9_+)qԧIBoGׄZmBRD|@ Ri:A"a7k F\6v\E" v_Z1cK9-| N[z2t轩zu7`9QoI2 g7,@%~V9C˃dZdJ"10+U!53 Bgqy|?ߒcKcȋފ˜7 ,݁͡vԆOEo@ RZ^A"1W@ ĂBhWk .NVp糂3SƢ,y ^GD}5^ڏRD /?tdCM9[gC)]P$KgWT|Yg 08kVޗF~,wل8@lzQHQ;"Z#N] Y2SG4w 6Y _nU!ȵJS)S[6}M;-ԘZ+WiCKf6H" tNp^݄ZK$G/vlx}6rqZ%gҙ9 ?")/myD0t'G5;$Ag hN Hj3 F?)5/: 0)=IYۮL}Aѳ\;KU%F-ƶSb%* q>0Ř)Gt*W}ݞVyY@J(6wg1Xb9U sMn3^Xi|z + BɎ&@UO^nNO3tS*9*/Qښ+ߖf_U: ?uk̸)O-ЫC 2Jٿx~Jp'aW91ALdKpȤ3o#=Ets5yK2/^P:ij ;:E6瀘L AABzd>1' ܲH@#WUj>ozmŨJan9+o ,?M5+[# MkJg{/tz+?kُ6W\A_v&hLY,rYrNP5NuhE'p*'}w?C]J_B 1BU#tT9՟c x{R8GF[2ypױ³t1 I.u⏵xX/_M *֬c}wu?&,XI"eRqʏ1Yt5a82"NϼEy)1OĂ ?T7?h@v,@*gP H6wEe* r IW)^飠gFFnFICry *Jpa5XOfQŁ(3hh^e+L=[L :G݃Dyؓ'5FP]h?@:'JdsoXըRMjP݁ L̄(Lu?ơ̑5~NE ON(eأy@nV@O.W^qף^7`xU%D<ȅ[5=u{.I^ 쑕EJLT2%V^8ۏ6{#?W>cƀm6OHjYiaۤTځ,R0HR ECϜ] nUPFr{ ZI؟L~l 1 ]>@}ߊ[^u )3K;Q'NK+ob%H"ITrU4阤 j(Ϭtu JX6=ǘ/`,'H;c/!/seqYSȦ@K;=PURp% d?-/u3qF^S ޿^+cx!?Uz6WT@RB[fWoPPe[ᠬ9$Hu0s03V3w:ݣ/80hr[13O 3wиMg.ZκGP"A=mZaYrdp*@ň.|xu)N@_cDۭ;=T ؿ~;Jz{=h_xhjLST֪I>/}* ûr=/FSpE'\,aDů-ԤYʬxQ8m(];0QT^Uv{x-qbnhoo˭W7yawja 沘ͻQv^U &,ǩ3p- Dv&qUN%=3|g8}aI"߰ qaڳdYi19S~+e!C裻 gE:DMC:h6 5ʤkK A[x(:.@rۗa}S xF%æ}{e&3Xʂ@cKrm $L+v&ygvaB&A uɎdakmE+).#6~Il4 <'W_u<k9 b.DeHi<@r3ʑs[#{ϟس5< ;q#4C`ocw,6D=DMwr2hW̽wYI;G I$X!OA 0!`DUO؆VKܢ( 8qلClYr<秾nkw{]Q ]|TaGWD9RόXXe{mg/$7Qjv[L8nCCf{9'}lu C>|f zTt,iav}3FTSOxLwx5Oz OIĝcӠoA ^ q$*u06("zvm%31h +R_ C:C`J!HOeep7q˔[&܆s_:OL&.G%!:MLg!\xp+v6o6'qM4 C7MDj}yC9碪G#b%NA\I:Pl3H?, iЪm~A r,%:ʞؔI/C'K1AQ[&F"be?!t+BpyǓǯ⁠4LMHt&) x/9r}#KPȉ0"2a3bi\6#5n5IB[r34t*1(LrXc-&4/:sCbܢ8 򢁓'CsnY:R2ufk To\re P miCڙb~Nj>3KZp!+/.U\a3aYzg~:+U+>VNnBj$JRr?[fjxTT]`&&n7^ JUm+ 5 y*UIx;r51Q@5d>} OF{^Tkz=e:7/HyeivB_PCJS:U,aO9]J7w )Zi (O+c"oW4k3C=X8o -jSWaj%˱nܴ`2/5 Igc"COxDFПw EV/F ImZOe퐿u@poMՅ}vD\*Tr@\[œSaeb&ƃw-imaLn?3 kw";e&.oՐ h֊^'~“Bw%.Ы E£RXuZZrA36Ģ/V39vɉq_gB]q79ci )JAaYwKBeS>x dBhDXUDcE]RhKJiv8* $o-tt 9űFDJw.4t/e?(aKyާ]&q_N#C`+G# X \9|(+X'=CefRf|Rqwh+ -q}xCBrJ۱<ŋC `I{EMe I{)sΠݷmPԈczN^E3jLV*s2=1\ѡ/oGqgC~+N&0ZvȲ"N} 5(@v[! L,^{{k*X/K{?UANu]|VeFSʊ](Ko[8 p[zZch5[zٱ{NsiK<16M ^' f"e̺]̔* QՐg;Ҋ$vUG%x{A"*Tql[iL,˾`mFj=}E:c;뜖kSA!m% ?9ȩrmY|R^B^Li|wFsONG)y@Q&eE[)ށV5EO0QCk3ۛcGḨ FH")S+4ȔI8sŋ@LB ;8|w0]+yKПVWgvaoQm#2 " JʘAkӠT7R}yŦ,'+HjODZ6SWҟ[7-})?r.{ z܁$[nq9h. d|CoEDIkvd*$ѳ@ ';~~^tG4-( nrTf*3U_~*a)Ɨ2k@j>kkfJ$s;guP wFyx3ش݇Pd1ҽt2 iA $%-͉)װ =Uĺ|Yiҙ<ŜF!%K2 /BJڴljA|*xt#@˻Sk@"A*W59OA/+pA<{|;>_!j bUq[qrEFFgGl4x!19rXb1<#=秸?;~ܴ*r*{on/$hx]ʡ XqrN'AR^@-=)I׃>Vἇ57fjutm'Ñ涂;o*iu;Mdۏ uR蕷M9JLLjz$r_SEkw IjL!Ƭs(룑lj|$)|wؗe 6ym'j%wTI^ X^񀧧5OM eb5$qBl"{Q!jnoB6^G\p%QW 2m tM`G: o ).0?+ PgEx2T V1+c(:V9' C&"nd*"ps Q߽oxJJE}>vC/ؖ,A0s%LE~n^wh=<$-4r"0W<1v@D#8 DQ֔y +H֋oW6:R aI$'X޺9 }2a=J?T5&gh2Bmha<(>XYB':^33}b9 ÑG (YKl!mU^}nȕͷd+Xu%Рq-?1]#/Q=ucQ8*ߞ1jnրdFhbz;"˙eРa1}mdZ [rjwU+9_z+Rh8T#OûIë-x!Kȹ\ H4f"RZX`5"U.ţ8sN13d˹;V$ Z=%odUUr,TU|:_y#UIV\Qpc=tx}t.=bOE5xNFs,OݧQ~5:%_ԕձ'[e&:GB +'L먈sekXPxz)ļ.TGoGULiO?:C8o1v}.€,):aп 6dI-yݚSpԦj9*@H:LftgPL}{‚{:ƙeۀ]WEރ": HiG zMf`6SkW2@dFN%4}_eC3QcMv6cF'`>V>C'O!z:#7ze|O`.=gkd8MR0Q_8+Z R7[OS]z =w|ev mHMRp]nyQ CX.,5Dױ$x$ YzD%jwsL'3Fʌ`L_Ov+7Y [n˜!:,òzV>&TSvQRQ٥k:\r-qʴֿ2:?4<6 E#f@:'Ӵb7@"v/st %,Z5x 7 +>Uqz?HtD0M" coxH,d".4i>y}~A (@tuq B"_~ eQbsc5Zp+=]gR څ # E KS%.WE8lF> SZ ܖP L.Tu=M V^[@QSX_Pz󃜻oIY>,KA8|jX4C8Kp%ctW8|AVV;y4ȃFJZ#rW$ƒ#ULJu#PgӐG|;S6 f[u::.bZ](xR Q$Ԇ'+\tRy]UpB5[`dr!M]cΌM2Rc4S}v Ays߼=F';71M|E'XDr: UK*/pV_wō(̄,*cNS$E6&\] *v UaGf)snnPBfG˪&_6n%vc%%9Dd@=t4D7@7J'i)('s,Fqx |+<`^P Ec)WR8b'il"Lߠ‹"YM|fN7l-[+hWLbNMKF| O ꌜv36,Mʦ@"R@@^ɨʣ?Qy]Msu G"H/IL䤛RQxh┼i̅ncfJݓCMj# QDm4"0?"ě]Tîy @%঄b\*<cU& eB}MFTd\M9 kq<&ӬS'IL;b֫Yj* |6H"]"~)MDo"EcE=xQ5|-.vOi UNej2=Ƙ ҭ2:E;U6D`S?؞QO$ɥ#S{YSس"ZJ&Vc#̥ bdݷuf@1Kr"YKB EmXsXݖۧ j5{7T8>났 #l3,Kra$k5˰1w?'Pdj#] T1Mp/Aj#V"`ѹ' MJrU$toהh[ ½eeOD] f$bnFKOSp }(l0S!""(~+b:o{[ ڴp..E>A,Yǀzt~P&"^=}V=!EM/ 3c1Cx掲Ilv-/.hbH5E`!+V-s qY`5M݂+iyP.8;ń1k戥#8ZT|N| u\W%M_a_ ^h@d2HBzc{]r"dBEI>Z %ŠCPA|YfK5_B:ezc"%ҠCη+ w" $cʅF8vW|$6"b(B5N0fLB<_%@/0Ȑ@1펳. `y7&4.:22xB\͗ւ¦ TZ!iy}7٪Oioa&خ~LbBr)B_\vF<-0财}H<z&^㰄 4kYHGdTTHsl&sNX3xd?~ڷ_mKsp"WH(ܚl5:FFJ sxۉ^{"&teԏuprIJ%vMhТ|iQEAU򻷞VD X!nL:[yyI-Dy|u('jo&6`t&x˰Co6{Nwy YPNNXSbf+,ѾArVQp)~FA#`_@p.Q?EJMpojavgM8 'wn 5X-1JWVg0RA>e+:k=o)|ZuE>z资)b9}( /ڛvC4i*yc :&~z{_5BNY2u$|A؜l  V $9g60?Ə7zYL2.%Y 4o8-:"}n$4F.pдfK^BSQi^|d OiYsGq p`׏cT~I"?]̃)ত Pˣ⥶hۛ;d.19l~bfTDIcÚ;W$g.дGD`<^E>p\өM?zĪ]rh0M1zEf33\.43^2Hi>$sN.M6Љ)4 ǔf[`=Ex4:[jdcjCCgop^zȻrzv#\e_\}Lx(JzZSALs3o@vA=oz M2i-=MI,:KO֪b!ok@2}! K,ErcA RG^I[&X4jroèb;Jq<%%gNe-!S|G+vN2Ұz,\`>}9FZq(6w]b,f-dZPՋ9Ft;aɒjD栩*Swx<=WAqmd9ulS@8X)(zz ]zQ jhݒG㇖!>Dv^6ZqyZ}:0fL430\EKa'[ZV8Eo\ZbSO߭.Khn& b6oKֲrGI_}T3چ6IUWy4al Aިf^t7}C,(^? & oob Y9Y =W g{D?(emLQ}}yvba'Э95ϼkNqROZ4:IT #(g\~^@. !'U(?5˓xhu=B~zySGW|ӓm:.w)B#pD!fdx²l'RԒQ3:)PC[AߟE4`A U]n_-]/nLc& QО0λoF,]۴kY}R}@E~pRq0SdQbep`}ʙyNbbk '-jpKau aXq"klK9`~W!YK ]{$,f'{} n=ED9;vA#IT&~P+YÌ1Ed\vډ3W WXCC0upel2BqD`6,֍'ġ輼i]kBaBb?t/zJ5PZj-. kϹ-0*]a}# 5[4;l󲩉 hO 6F(sK=ou3eF/ǹ@Ekަy[ü!¶Z"z~k_mm~F &b 5YSu8׌sp15k^jn@+)F_=1j dOq=F,,H (Q4A2ݾM,=Ȕa?yj%:[ͭtFЙ8TC  6݅PkУZ jfSe?/G>)6xt%ԣvZMςP#s1)jbf^x(k)[kTk6:YwA{a/ܨ/1: 0}Y85]"E(:hh^k~ uɐGsL[ߞ(tNv.viZnVd04 j:"{n AZfS5~\"٬Yam,M5$$&}\R/0[W^$ǒ R'EUoc2oc wO'Cn[n?:[Ǖ/kv~Bne׮pх|&GVØtB8Zm\ 'zdK„1   |/ 4cن<|5+d?0%ʆMt2ps,(J4Cy񙹁f7 3cp4?ZZBD?]]֊ 26 )k$ş#p:R}=W'2هƥ/N%1t# le:ÜxY{JxicP?!:, {(cfӛ}oZ x_9?tUIylY<kbK }$ }Wf@рIV;J?Rgjk[!vږ@ i/Jfe ~džv6`ve<55խE߿G{%kx'9&vhsk%sX S?P&L]ᤌnChGDS~[yY&\L_NCs0w;Ϯ(bCQkyTL'ϲ1VPkEI/$7$\W&hҫkWġgt,+N0Q?5Qibt/5t Re7E5{f*g$= fg` P^Z^65ofI_ mhoɊ2gft ~&9;"JŽ0mw*#?9k_ ڦ@y\"O'6xX⃯ Vel4J=zvyN١P"m6"͓5pa77-1rvYPVx]~T{7Ot& XB&9v̔ӄ \>R%,j/Zfun0t|mW+sӯ^m'e7h?Y#O0-%!6GW|\k+9> ?,x/< [|u g}n vKRKS|cڍK˖a-"G;-NN$5E*?է-NI9?T\o0%չ*dcLVU$钯̷LcI48bj:7\1㤝 7EܘTUluL`9Dx2܁5wJ)J6 kRŗVR h}jPi!H3$ߔ)ṈT,_P[FFuڂ@⵰+֏aC~/O4w0EN+J1PDȈ ^'w#4ga&$ǐ֢ jR_ifU 3|2@nT[ rN] I: Ję,J?:=0  %$MɊ^x0(?u$>[h Ʋk YQ,53gm3*6qs]m&4:C ZϒW!KU&$zOkMۨKNՔLMRN:mDEz0,ΣY QWuw\4+eb;-e,[X Ut燻WyA+ˏlYj2R܀!ݩwJ͍^Sl\PUK=T%+bɡc5dRcg)\J8Q4ssp]㯘Ts &T ,͑zs_$s.nR adB:8-7kuSUSil.NFbvu>2.4 #&%u'bdfO9^Wusf>p؊:w5i0̔6B{rޢ0 \On 3s; gk]i&|o#;6gȒ0g¼z]hjeomwH@nL4wUX3-Q>TnYJǺrJNJܔ=y?Iy.=20t{WӪf^nIR- U*]%2rpoBc t,M̌K˸4#b𔦱 [u\+rEݦVu\[.uWGIyJx-Sf <@=8r}m'3l{:܏*P%97a15t,%̜$Գ^\Y2j.@OI)Tm,kP!Ʌ*h+Go'a쌖@[W`_Zht_.o΁;P{rS4HRz6A 7L! B92բ\:8*t}Lh`fWY[YBj'G07wh2wmxY_I4 AQ­ծQrƟAE 3?h5@ < kEGXB.W􄘐15kt:*âgzujIeBMEI U°ԝpO|,p^̡zc7;kr++ga>hf#quNfXwV'}RSzcLLj|79Yxo.XedJ` 6KxLJgBk2^nnε H{Ӽ{Z bH=ꗸ)Q/e>f B>|m8Ӿ\UFܻfl΁GHmʅ Qd4!D7`7K[sykEFͩb:l6 ]G'޼p&qF cG4Z?[ 8,];z# =%GFOudU񳐮T*, W*閤OKL@4Y9cFȺY`5U},@۔aЃ Iln key1OF%N]6}wF)F' d B-b+dvX-}L_UǥٍrF#"in±~e$EiPu]P,)"Aa^M=C~%i2$ ߶diNx<c:=Ec@۹`X̙:ԡrڞ#a3])x0gr?G_rGE`qM>pr3K(VMɯ晙ͱM-I;׼Cf;w19{/-$5n.B|"74wkKI.Ġ-_7iMJɠRl{,b$x 9çrY9_>M7 }g$AB~[½x=V&6JwZ@6Z$.\b;rNT{.EpNPB$2 &rdlE)B5K^t<ϐU8!3c\)Clȓbt>INzc)瓰6@^JjM~gɺJnaESsYnN5gMR 3jYNćQG+G-%<8 *s+)XVN @cQSt_KfܫI`n?@RE\0mۃM~HTCW+ e sGռ2cϲ\]'C\y# 0Z¼M+:1Er) duH^ƒ2x"w]yo =[4hOr+"ĸbþ)R=i'[t 2LL&T&QJ-(RT$*n1@̈́H*l+Df|3ջ]esx.UEGAWX$c|GA{9i#wc;:T֗5݅/{<z#``)竼,P@>*閥-AlWA@;.$kIy*KG_Ž]']܄uʹsJw6C> \K:}SDM&o( EH&(4o+ [{"9:JQ4%uקfcU#]1fu\ Dpe=% (Z#Y4bZz+k!omJ[yK=< 7Pc%ƅu<H;%EU I9 =m42&VfFh&C9:Ck=.,&e0jm-sug*pp'qC/'41. ;8堘6EK P@oU_#'c>-%$5'[ -2'vI tuإ%;5gɔgKJk̰($ J$+nl e{Y 13#G'Z# 9r{j/(oKꜥSAT8vgjBpD% &-['_ &X3ro}\dXdl2Q!;5pDPxX9,¯|՟6R'Jj:*4Ҽ n[0I$UX[}9G~";ї'<x`RsѼV +]Y8r+VnX7+}H PRZ4<{ ;.<5wJcZDOТ.á'2?B,V)L[_)b,X \/-*Pafm)a m)dfѧ XP#v$gaiAæj#@dCB SժP_vZA~E2Rvq MdyI{mJ Dc]!4!AgjE9FewيFRWduo; eVS=q(QNo[K+r(Xg2f:nR?:+Vvpmb^ 2^Z%hy"G]"n^W4T>4De$ƩEݒ4>D崕P ζtiUoBm[mhKqk=f?6+X^FʻQu>FЯ 1rbVE ΆJ0DڑA@/@M8$Ҫ%f ܳaJp9DK[W#=Ccw TRxpV SL%=BNxv:=x[˴FEe%Z D$x {/:OP/}$?J=/113]9BžwO枷@b}CfoFѥ(LArlT1]gp[Z'/]<ǡ]7hZS]i#Lteu[oz02}j*.j>9|Y2;7yIVxe^'HSt1_*8+o#X*z8'/lj˪, C/avǢ F WOEe_1NІ {`ٳ =d9clY-!@vU00+da ^{qqj-acɑ< ctBklVW_˭f`!L5k5'%l|ϟdY8 ,i|SZ]uMK5RCM &i;9] 6Ko/4 br[&z8S&9u;I# IU*~  bSһ .#qdl$ Ds|YMj`DQ.nC__MwtIrL&qmܙ(n6hnzV>'ag,t̒SF!,R/ <2^I RRuij{o]]}`^ɟ 1RƏH4u=!3^d{^!䡉,.B]ymGId qOvܤli]@S,x4t]4J57YHdF;^ׁJ\dnfT z1N^Y mJ(}iLv%C}} +$3P,LwU4MBn I`\4kF}'rMhp<-1C%ϿGhI;%\"|9M+.{viԘ/ MM=\Uhi-2[&OFxEb]#r6#qKĬL2Xdrv@$l_Q@Dxg$]n{t,T.Z@f,a+~g،^ZX_|4. nqO#Nb7ξB}Ycވ~e}T%G Q SI .ڝ0BX7&n}<*db.g>4`rp>-lWKxaC D5m>^A:F:CSC`cW!dK,$Ujs DVG@>G),ʚi;uAejxg(AX:WD)=sNd#/YU52 +kc5:j:ǝ;^Cmv9]G,HujQeA[4q:^$#hdjhWJ]wx)Cs bNѓ^_+3J](L`jg\SMs}6F'DʱD#Xg*rU+M=\* 6.jXH%<9*46VXBcI92؞UeiqUм|XZqq%WvCW7|Tu  sQzNsj1\NyѨp.Vk oMPnfʍDbb:᧧@dx zǜD"4$-oz+-Ulf;?s蔊oiֶrA<1Y6Jp@.e? }sއT4E6q ƍSOk`xjC ׀$ a$߅ByM8asmцlQlǴMo&쟘gAݎu,b1-ogL]F0oRp&)oͼmdRK+})>men H}%EWR-1腔~X<h:zp^EAxZ/fg;b,-.0v~o O eY̘P2 yј!}܌Ci~irnW(0v94tF9e[]f6Gb:x!Y}oA>'B}rV:˻zPHp@mM#Q顀azP scN#"^U5Ȉ]PҏHWVtN5`c7z&-.CFs~6Bk=$4ƑZ=Z|i良:Gl=qur[+ϨD;uMm|s8yjbSO?穮y v\ ε;B\sHCoD4`<.s)ؚ""n ~GԉK03bmT5SHZoݮM葰3<z?sjvIC*ٳl(`{(ipVʤ{w0ۈD3DY1e$)0 muyHЉf-V_X͈X7(f\@kI+)X]s+5R\Pu dfXe#@ndyW (͞j3}}(٢$$"~KOg{v;gWx2JڟQQ]_!{X7lw}K{?bD?W\[)S^àmKȽқ/4x{nwR+ 93\.rBXR|kW貪ƞeSٴ*u_" "(<fzUv00#(^JLϗ(Fo $έ/UȐy/ߗL>SE3\뭄1>vP޶WarA[dկ ̜1*q 􀽅ג”YaB\6RzN6R ១7QdGaʿひ1u-d/]Rk3iS=֦.Qi>l qDd#kryDfnI` lT8];ǵ=f[lf2` `=CGOZـQ10rTg9waT+2b+6 N*N#5Mh?%?Az3"/@*w8aq. /ǂ 1>$rw ^0í7ºsbp.zC?jNr/ #f]u4]bZ7N w١tb(+ Xj(t-[PS"Dps&Lvc:څ f#E_9 ZUQPk#JҐlS-+ZzbLXNjs{'X tɱu^WoYTw^r GWCKJ;G<[-[ׄQr<xd/MuQ28m_Ve1"cjLI̓#`2#sPXpT]A,R\$V#]aM.1C6@HIǥ >kl}JRfk3H$TKz&{Bqw[ia]ΞBNZozN$΀f"=11Ƒ3^6pJcXh8/t4նx9ӽD57h$~xG 0,%2ej{Ooo?ٻ^a8Y*\Z)w·r3rorCXj7'LkyJ"H!~`((kR" 'R ċ%CLSyNAl>G~}Ia)LTs4ʩW2%\L@$b0u ߓCF{t|3\DP =P/]ۄ>+үQRT-ǒW`|L&Bk4@6@QZuadcWv'ԾǑqu)"D+Vl3ǠThk5Wr޳졦#jLqm&A3[vU5yKL"lw֣/bY6%daH~]]hIߔh}*"+˶}(Je\Rt#)&LOb_ѽ^ vT޶ښ**N#fYj4}˧<. >:/თX#u1kbmj?m[GWY NC) Z_ ՜EmL^|/JXx-[[ ,Н{vcK-#XV!Xgd֎km,*iK _Wfet %^ 7mut =f7mhK(28kOj-H$d0əE-g,@JfK<0l0 La!ћr.ɚbIt`mJP]ped$8ۍ.d`%جU)6 F\%x-%[9Q3D{Rc+!4kO%h^?Za Z(mƥ%>*K6aޘךҰkGXX P'g'xMXEǜgTl툼;'YT@aB:f5a¦Qo^En eKMq{G怐JN]=pxl+Y:!X @o_eYz*mV4kfaÏxd(,W?cшjO,I+'Y$msN@e a!4 WKXd/Ls"Ga2}*Wn=+p =\l`4W9bPUK8za|\t >`*&u-}ܧI5^R{ep=`_a 2'1E[*BͺqR6ՏgXEJKޔ"!Ǻ;aZ[ou?L;!Xj7OR6A餳_V2ۮI)#6ok4H炠{svY&)2Dۻ"!nEPVM6 Mޑl˹X/< 1-sHl󎓹'2[t=U[6_1cTMPdL -glǣP%Ҝ,nR {KrFQ୍o!$>1.D㼻c>!(jJ{iZo9 @էZ'DbHG H=( x^3O4R/6Tkbخ_;x4܉ioC7}Ą]G WAJ/8S]эR-{xNyF |;4J5łI'}1j1bVIǷ✆%'B lC.Gr3`hL( (v[w0XƠ({mvH/J ;JE\EXzH1\ ?XfX;n§7W6Sg X_`@.$ќ4Lw.WIP!Rp͋@ڡn!@dF:Ydcʕ,} ( ӿ5I\ ~<]\rYeb_djy=SL<VuR&,}MN3EDF^>zQ+Ͳ\39C=7X!/2,-"& 6L&ΐє}<% e;e=hrҦU-xY)^ԌM̖VȜWJcKC|z9on.u ?IAzwc86tstZՐBfB|$@iN{9s4r5EU,+9ZS_:Wc{.>,,Mp 4)kkյ`u3Z㡫G``n zO0eH~r/\ew0yk0{HLy{ou˴IƑPnfA\ٖ|Ztioc C<ܳY b3N17ʷFꁝdUO JFVnu-0.)H2t@Ck‘)"R18yd^aud-/_~"%:4=:Wٍ⿮2$!sUlri`H-IN+79?Xj@jgtB@ԌhS$QpjJhPhq p+Kj -zFߞ-<$Le}&ƿ*!`^-m;yx_Vd BDwX½(hR4 '+H~B:UD,X0䔦|PtnkxSOI=`oݕ]+!>Wve7 LU4#E{f&#yuhǻ.y|Vܤ<4v~8Zb2|mZ{BS>['T.  H==?4?c[ K%Afye)J+>R@d Ȳz ~ )3J:QAQ]nQ{^+̍ZB\6U#:/>˰ }S|e|cxņ<$Ѧ6}#Kyfe{tn Ϳ,9rT.o܎K"M FW2͈bȝ F+sp>*wLWJ+)|aWj {<(36VmWpj“(!h<Px_)Jdv%Hhz z $u CJ]`2kÎG(L 7IһV6IOaҖ/q/ӻ4{г\ f1} k8s#Ou`m [2UoM-3_FE [gOaC9#BanhˆՂ0J[j\J,['hZ}L@ !#S=&VN@@(oG!^dzRĐ7-.l˞5!+aeƘz mZXӱy$.bJS+9)8Mctm pqy: h9zO`Xk޴s{H%}DaypO~J-CGѱiVZ۩m6YM CޮJQSTT{?/˟ LqCQ=Ņ+.{e GgPNڝ1ƚkޚ5u<@Q\VKTK( %YMp39嗸%%BT6v#f=)/Cs1ң0sybcJK? B/Ep.07+t24랮^ Q3\iG%;.R5dxw`qmXPnEW8@3ס6Ǣy,~G3y0P )ۅ]D@,t%38-EL#:!I8~Y:܅>Qj>| |zuiJ!K5K2ZkqZ)RE[lv' =@W,+`%arx)h#&|kĬZ 3eī_{LŹ,[ -XXE1D=!j.$72; r&de#DxWntwذ djFtz-t?h+ K7vñ)6a#ܡI7-F%jaIPAų狡u7qQŨU#B;ܔɹZQpB*952.Læٞx0Y4.\F;waZgnK)PݾË5*%&k6+VlZ\吣ou}`B|$Ц/6Tgr&)G9keD=I;UKScu5+h9)dvAخ]q\@yZAp\7eT2w&c? "ۆIgMe*tGV9B@ ])98"v \%;4+.3t".Rf O`+T3icy9wLZvMFG2Y23D# B7^쬲\ ʤo~QTWlQE =຀j6RyoC5.DYqv KhC2! HM$`0S,f,Dxnv6 3yΙc#[wJ~ץ;y㤂Jl_,Z>`1Xr0hژ$5)|m(TT]ԗY% h60Df5 "| Q#-ΒEgM_BW8푥)uFG,\7I#*MwqPQtH=\P$+Ut\%fn'ݘrdrI"u1'LCZ]#$V.QՏ念1:r`\Dr)IV/ jT=eo%Yqy궄4$ߕ*EQ\ cl)n'62ǫ$V/Y{7lK&Rl8?MI@_,%VLq1YXu) )XW=-~{NTznIײo]~]2A86)n1Qňͅ@4x'/&]blﱟϘy #P Q WBM85fzHzf%ȉNqɫ~mBJ"콑1s}K`eR[#q@ga2VI5< +,\L"~ť"~ ot-ozƞ[Pik{Sl7i M2n \,8ºZӡl+=ZF%(TfG D9ڌww*[Zp6:=ZM3+Z.&; F ꋤ(k{Wא)o 'ETUlN=' -cR~.47AY1kHR'77'rp_  l 0\m6W_J]x1Q,dpv6gn^; VNgG2]MmY(qzxRA,O4X2QRTc-E7;I`n~- },Sc)?gcw&L8[8R \dUL/Z$$wNc:CQ`{WyȀt𞩝_lO) H N\H׋zY ~;|P 6 Է'vTOȌaোl ocQohƋZ( @M0lK tm٢nD3 $Dp5( YBZt: ߝT{KatbbmlΑ mηL@ܾn! IOsp8EW/ijj5*N.%la# Qcr|rv.p;PՒ\5ܤ L.!PKE.3 0c1w$xZ>ڄyDT,uϡhqbv4{Aٮ M:ٹnyD8d&qI`5#LU;khK仸|%;n~3O\ %,EeK{Mǐn=>X MA lhk` f^X <ޚUI& zjMv0fߦ_.SZ/WkD*i& 0$n>/tŒ3&C> |<+w?anCz-C 94^בkNJPKP%p> [2; -uW9}DeC_^i2e]?@ 8ޜd>}5k-&ݏu2 m0<$IMԮtn e <F'(2IcR$OM >6vuDO'xnYeg1: ~:P+fUح69OPTD.,Ԕ}镂i_Zv`(r7;`<*DeE6Y'[f)pHY8̈p>m[̩8mI>p1[Imo2+:0G5 Nl笯&+P+ É2TVX. A<$:d ͐ԏU(nQ/@;rbi?O[-4+nM 6ā WױI~er}+U7>0.M)EQݕ̊/@Tw~l WR5'OJۨohԪ.U:^ QH`KXArk(>FMɄsyKwe#r,lk`0IKtIgO-=mxg޶82Z$ "V6s9 bcwg#|J[/PBpy(9S1ջq=y("j[ar<\L~j:< /Kdk=!!X5/V;dL9Uo4BgW4 b%Юxf062|7`r]xQ:JKtqrd56Ir]\P-2 +W"rB'٦_ sר?߂)-Py^j2&P]2Q[d5v/9"c>P F30{`/;}Ř)Q|K|To$+8'Ԑ.A)Dykz~c V53׍jSɍzOo2/D@<FJfs->%&h3_( ɗm܋k(I)R$Խvt4r<>R_>èf~:廞7,+Y$/Ufd"Hˀ*E ;KbpK' s$|U!>(IWytJ)1s,ѦzFкԸ q~ 9(xYC/W ώm@cy{읞 zzVts#V_J&BHXHMaj#ߏ.@6W~g"aY:+d)ތ@t1?;",$T ̛9Z7Qѓb= PGjtn[SaA3*Qghw0QdSI8Uώ|NV\ϗ˿75+4 l A gp]ϛ!D KgGN.?8|ǜ]u)DVvYUE;/gCk ]6C93b; $U,:X.X xE Uxw&ľ*tIa'sa^>,3@>V &$F#Dz{o*GSMQ;pWVTc8{σޕʓ TϢ,_y = P8k^PYNRe7gҁbg|Fw0 92 +XWkN@Zv &?Dx eDTtKPV5^Ӥ* NfIg=,mb> 5g b2IkI3y8L=W >,Դp]R/`܅58,="bA7hhuH[,O8dzG9FYVŦvDW@NfI>GfCAE0Nއ& Vpo o7Cp B*v[-򷚸85s'9s J 2vUJ;OB(O2a$edjDبp@:(lȈ)%N;PBc ww^JM׆A`$Y~ oTjLdžKdZ0_.(ܒ%Mt,/:/Ehݧeo E.ٿSiT k4pA+R>h7ƥqs RnNTP/U]~nRԌyk5 m4S-bǬ|=L,-xКvRi.1=k7 AI\HGj}jww~X>(N o᜶>4XyؐyQRDn:CM[Xarh bBo#xea)? ilkz|x)],P-Z|smq =t7 'dz+]>+RSNnOo ɖm{RRr_Et%w߳&@ݎW[2mHq"=O,"*/JpaY\>kI #h?i.AN'^7\-N@S'īWA ji]h)e"%ޛHژ1fnoň\L6`ZLMȶFGso`c$lqzL,NH$<)=@n}q^oyg l׃u7P୔pXhYVuӼSBU!5TzFn#58_;Eo0qW,ϸ;d! =K#diDv,82ATߢTLr#7-P_u#/TEdNF;;^BH3hM։Н_Ǫ[V6X]h.X Mk:gxTZؤ Qz4ɍbTzN||=mc &\SjVp@cs4'Y\ z-p2IG 90u-1j"lĩfi> Yk_F`[E|^yd%t{Gr/-Kslաs$NL6+"xaLo{j8މ\jڃ vցUrmf!A5Ҝ"RrL6Z_L\l`,I\twܜFXLkb:LLX!6M >Ýx K7oF:KuD*?:;Slݤ$A~~28DZ;iTQER/O8Eam (?-_…ED0j}ԉ`"Eu>:DYdC㞋rbM8^ABbViRE>2{r A?h ~sZ%X9.FQ>16l9[N0>O\FU$xwhܮۅc'yY-wR (.)U!;&XxM~ кnJr P`-Ī7V|keHP"]D JOjIH1+RKj2>l[}܃%q*11Bcj6*5ԷJ ]csEWan`BqW3ϧl"@t 1MOq"(2ޑM)R[nF럘Z!e.G`6)tlw'eċ~U1#'C˅- c/Zbm<:6n.F̝}|Q|?yȉ [!Mg}M"5Tb}%~!|$ DL CqnPW .6;xb|Yn[џj-q K4I_]0K$Ļpg^]-$SաM1`ZWZ ڛ.RrSΦVB\rWCVQb_l}ScRiԔGMqfo_uMPFBl;ȧ"w&1Z9|AK(2!RINyjnRa g<a`ЄkxsSF扞LLAc2^K`aCJDfƲc@64Co\1r_Z(I;Ce"ΫGn(˗niu!+BlC^xqgUձD r$N! !̧'n!el(Xaz\q,_⊘Oh[iw:$LJF0vy+uRs|.H|DFݣrynnGðssX.2_%&LZ3a&ѝu^t"?xHV*N9ە) }kQ^@ qÑZSzT t|Gmn!J\'Iui6U_w[9'APK]ŬxD/ps6PT-Y&̘'e 򝘥bbܪhk-d>¬ҕkƕ˃ f6zAA,"$w1;S%Iy.c,GsJ;=ӄxx-YзeȋC6dG?2ED4y{w[tx@eATӥ_*syЃr0YE<Řlnxu݈9D2&(QґLNYv0P Wi};&]v㙩#WYՍ5'r8+7DBsE_ǶliG@̊wĚ}qYc`ӈ=}ZEc[.L+3V-ʏ2A z MRLqZW# f>DN~h |_ H#&OSgGY7 ~Y5Y,SaRO%OMc _CS&2E!䝽|n>P_ȆFaJlKe}oYZX0DW/v%xtʡug;ZҮziʫ/jD$z(=TQJ?=wz( Q/3ٻ@c؀(a}+NCdo8C$|N"ΡDr ?T \3bwׅ,W'fg`yCfS^2;y{;ܐ/0zگ0"e? QSz0us},Lmeזvt̂6~Qz/Ac=L?_܎GR Gհhk<zUmهEWֵ{0GO.Ĝ}N OUBlOk>OG7| \KKhf ; \{BNޜVwFySBb$[PK1=/q(xQQ '٩cN>T$INOgU;s\!Zn򁆩\|ѺXsMauDf WG.K@M y'и M.8wF|J0ChK꠱XzB֥젾v^v?7{hyk]K0g4FwJ2C2Rо)Ãݩ.7j6c9vힻ< iŨG=G1oܺ?\I@ H.ۧhn&=m/n:qKs1;o7q(6)2= 7M%Z5+#6HcB3 .>>lc[+|rmοapbQU>n@ztKs? ,ZG7 }a%isL\3oV >Z|b3 {ĎIqebz5+=kڅAT谐ۮi8X'<ڏ-f7rmCgǻEl4V*wBIA_7m7Sx&[? 7?BC` di2wWl)X @^Ys~ yjG6j)*lK^IO-!l&kܶPXɨ /D?ڕS+8o#%e舃=.cls0G} dҢڢp}mPfgXO(J~~[Ɨ?CDq Z[JN>cd͟2ݨH)Kᨨ'w;%=w9'u.@mWB79 fe5c*]F6a :~sNQDoDx}Kï{.{0N2JvGCu!G:25bIHz9T \<Д."%nV53w!.5:W..8ILEď:=b"JI^i썟*+fUbx1~7CƉݶ/%㾡^*CvMVJ]j:~L1+v=`7_ɍ<Ճ '$u& | w @ 1okEYyfNBٌ'6S]DK'u^~L!n(iz5 /O ca36W>=J;zeX6Ǥ)bjg@c5a ѐ)y-=`N̨5@4j*ӻ t_rGT戵]Kaf ]E3dPҌP+£"O-UzOIdFN2[_m@r#= $td"~#"QBcֲZFÌ@t닟cS=3§7HPK*'1iit]1#>e g:b^ *݄ðA.g 8Ο.HQ>2- K^nu`u^W#c 1zQYMkPU2_^ di^{? 32g֫8ρ+f O{v08!![`Ci}ji|\N vyl˱?1sp'%!Q#,Xf}=DvPվٌgEmVh27,8$Z X['p Պ-8k*4&6gFc Nwiw&%7Ԝ~5ϒD)^RJB:c n&rO$FM&ݴ WR-@/vA #4^Z ߳ЏJ(Op'T0RuNPK~je4̷suCj2^f;qӞYQYJNSKK䠱-H>z0ep4(Y A :Q`Ň4` gӭ*<^{6>w [mCUOG"DAq)HԆk%E?z m1]e+Ԟe#. f !· H_xqo~ؘw?- YZwRYUg6,vCW v[&t:xd &,#bma_ Ȼ&G!sgR?BGTFÐ 8t<`Fͤޞ/HݜۥKff<zKsݮf\)J;pYv_| `8v=aȽ* *PU &:0-?Ydt9iD㤐SƂk4)ơ/A$;\ܧMJIGЊ$q-pez-{)&(]"-NU)vLJʠ/~7y,JCæfY# HSg~XĦ+Af_nͲuAz>"P(re\}G]᝹E :qrt|Pf~Ù RSFm!CV:gYG\%;'] 'mӃ,M͡.S)Rt>tv2̩YKd]Aw_Zbyz98@.#e;^0J0{?(Wodz,O^h'`e0c٭WiC]yuDT۸ Ca:oRx*?<go+R/I%7Z+=g?׭*:+dfjqK 8;TT`>>0m`'qyeUbݰrgl! ˏKD\ϤL^ڈsbȎ33{մè`a TߖwPTXi7 (Yx(ѻEikħAJ q:t~܀$8؇' Wj +"\5ǧ&/.Tٽ ߐ~E)^+ I ,T"/Gȏ," zBigA(y.χi P@4= 1-J{3xK#e + @6/8$$J帀Sa78|a׼i좍fT?>ɩsgc(z[ejCʡ4ۘKFbZԔkֲ'*“b>xAU!9jg')u{!sr^A.Yj35g05'QZGe AؓUPob5U6D;tl׈M?S)J8- 8*4ֳelJFӇR0{O~YkJHU%aЌ6aaR?66ND@dͿЧz/N`kp¸7 DG<ɮ*;>ob5pW/pEzw23-mU=5Rœ@Tul*}Ifh˞,{O4pdC蔱svDx7|{DE8M=ęN/rGȔvkb<rdaIx>Ue2ڱdrs|OFe`17 8  HnKEQk`h/P9-j<ϕFJ/-tc wb_(DQ;R0?}L z#{(ج *cjK+K^5򊰿O:(XG*>XR5їi,y Cl3#{3WzG-ZAHm~9TUi_e@ڨVw82qP!zc`l"!$V W NW{Jd&Xci]vjѩ85&([Am `Np - Ύi7^+zo5Gl0#^]m5"}ШU?<:6cP3$@9hMMA 0-N)g0*@Go[]foٞҌ܌Q>ߨNyY}&]/E$[/ϨogaL1ON䔍}B(1@颍aj9ltsR=iyiH%nPH{jZFN"n~AEϖ9҂ځfk09(gB7SřOk 3ɻfYNaѳ ?ZP7rQ9&/-r`Ss\L&P*.Ѥ {6҇$p,."c5O~[&A܁ aqGsև$;9U&sAD8yM8T9$.Dv˻`הhœKzd~~k/"H:ka%א? 'M(>6$T CV̎C^8b)&KԎ yVFo\Lfnx1/X?V_}#*/qs{ldJEFRu8>"{ = ꩩp*q\5RE5쐈@zywH7b}0uzL pY8V8>^fx~K~PCVǛ]@G: "[  Ss{6vBR$Ax^*u~bфb=tĹ ӟ2Q?[īU#[DTZ{H7ͫ,rX)&/jvXƒΛܸeH%|'3Y"[P~GJ7ue54- \oҢepʤ[\̖ϳy}uAդ[z!|@mLD ($a'Қ^N95A]wDݿ|S>t}LQOqdj!լ.0o@c*14j ]ǿpC0B2i _JqyXOϦueN:1gG^xoȹ /~TL8*It0"" OFڨ<AM7Tnơ%GtFFߞS 9 97u!4,hQd2ӽ|!}dJ;| !b$? H~BIQ b>+l,SGxb.2Q߰|DEe'U a < (˭+A4z潗&-ͧ+?qGӴqJ5 0t 6BW]~=RD]YX 섟/^R/I`,v6BcbfxK1(S:O$ GV _:3@IhUKEGPzH )XpI!,4佉c"'I,q-A7jʶr=6g4ut hSUuƟ[kIƒOJܧuL:Tx}yrG@P Dr T0CiB>N'gCg/5%U@HN[."zzfl~<=v]"N~>=qm?Fg/9ݢ/5m5OtXfv50PlEd^Щ(V/tS~y3i(S`R?`ҟLN-bIUV˾FiXx9Fo"2&or܀c"uU!8R”Ybv811W.VM?gG"lL(5j]GWF dO/|K 43ϙ-}mA> _D%*hUdG̷^ W4{}ڊ"'qCbٰC rԽY|uvtRFhƃ"-[Bz9[ S!k G1gV_ 8-?x3M9-qA@tG Rc)-T%sp5R8y^_ͨ.6uBĶ ]5G$ G!v}#3L1l҅uYSvk%X+riX BAm>H@ 960pbqv1#i#w8=u8=hvIZTp-y!)kq+ڑjsc =4+LƩg:$2N/Opa'a'*WtȄnJqޯ ]f9#fq_A\6 jP3 q#,]Hڇ>}{Tj" w0AEsJ@tp~NŤoxປ;jJ E@|#U!>/րoȰ4ZwD~G [TȒ:Z-;_8.CאԾ!g'MgT{ 9{*X̕Cd5AN.#{QY?0Εicf/bpD|ppEy!X$NN0K |i{mD?_| SdN%k_VFw]6kɏ$bI˧{m i8cEhX֭@,5n a ,U/‹K&W ~بߢ< p`MB"T  q fv̵0&~ *i2t1*qls|4i5`"O7{J =LT s'gW|O#*" }bU_g nϠ1?0>c`ƐZԱxr|R,zKf0?ȅ|cKΥodbt{J &%*5G ODK<`wM3?"]l?j}@m H JQgV3KcJ߀+C@@?CP?y}TO*eb3T"}l3]R1Jai~0R"OwJްY@Be%43\*I*X*rtkyKGήk݇?B,LOw^@xtIHeLh#0Heq 6&bR&)^;}WZez+TrkP%凤ڮ]W]?"\l"gM:Nb ^?B>b W>YcU f1j\ɻ^f;qkTVo`\$tzRTAôpsob E$_m)/ v}c~W19z#H] C 1_k@mNV9{6q򰍢b&{Q>cvX[a`LG1s@>tF[4UiV0'f 9OukG3?p?;8'@_mιSSQwIW[g1D2P=ќOD_Ҋ@GWz7ciT ୳Q&YOw`i/ɩҩ}?$,V$9h%,cG*y7^r\j#^qzygdIBiAAAK ^Nyϖ_φw$4nEYk@i@i?.jUd>aҒ" zni+,r0jh ݓ^ s 1GBs=.6qi^[Yϋ\VGA?5Q]nmԲf^OCKY=v#ҩtĐ FUà͡Is*FVp蝍 6cl4{Wa> F9Oy:JiFrZ(wlJtbڸ6o$ "Y岔=V7%&qVb*gxN5feU"x+U!Qou~/Aތ'm08~(M~qz"{spBρꐋTr0\GRU%Ul*{NAYo9 VCoS8 l\L~Ǧf/\ώDZ4%kљK+/BY'JO\\ >Z5 Zvs/tgU*ddVcF5%#FLY|"Ѳb3,$ VQfA>Dy!h4X/? VpZR&띗~fDNפEQ8*+bRzkb!ћY#'yBm,Op3W[#L~P7#yR7O9 N~fAvQFy֏H 1dWuY5&BY 2}—p{jӾ=I]qtEfٰkamkG{vYD>̘MlO4qꔇvZ-ͬs%jW@}w+ө h-'W>MlP&xG^Z]1״ymjLRm-E~}5!`8\6ϴ#=ꔺ38D[AxNr+ md7RktWrAI`Yv]/H=Ղܯ} G  )u~|22)ڷ,(aVѽ|Ӯٵ͠W=&(]/R +,HÇ(]a}$]M,h P?t3 WJ JZ9FBsSVE%f0\C|y{hH]Ԫͮػ"[RS\ҞEKƂ χj+J@6gu-ۖF!)&(skqU5he$jtmz1=eMӕsBR|;2h M;Ye,ޮdr}`Fc+B0؝ԎI3Kjg}(ISbƭ8I}sD~ r49" ts\rѨ>tKI* : s`Co_@u}s<Йu߅{Ho=tY|ߒT#P>7'uiyt;W>arnP`n,I9EkU=&5gD=){ߗ${QGlTFC#iP=H)ܻj*zwDj (Qĩ@H ,=1H(2E_|2_܇VRbkDST1ĥ4AAp>i}Je(\z>EoG/Ѣ懑\K$X,tJb& s"0.|( vx[qU &սjsS5.Tۖ !u 2}jݔǿ&%cpYo- %c3'GVIWɮMp*pяv y : |^rFK6ࢱ(M%nCǂ.0wY3V[ Uk=4 ļ'LLK,YRL9JST1KUy 0ӌ*ZrrJ#mf9|c,QOl"YPq$ZQ=V %O*ǴyMU$l_W(O|4T5.u K: CT~3PM*y~%Zh&&+PvЌSܠ~Z\N~~N0#}q ~8u~wE;WuJ5;R΍ЇJ5΃e~i-pϬ t=qnXliԁ׬DEz?wLpo%9 8K&Q$>ݚ>6\YFvɶ>})?hB+5W9džOFĖ:v/<}Ѧv+F[+8aL L@Pu{Qح'(=sV&śk- ^D[SP9k󄅙[?jz^ QDY!uX=a ;/t ]aru zB0y ӽmW0f' 8Cgۼ Xm~lU"'AVimwfZc`}҉q|(>}󨏹;gk9W2`fQ_|a9e-3Mt/\FB'U RkqjHowf.ގI3|} EU@؄, _ʂE3=7 t^dvyL۶ip _U<=QxGP9GnqtoBL<뾋+_OW lY:h\͒gJtKa`T'!rXaȎɟBJڍ:.UWT## W9Gs veZat3i^Cwֺ/ \ڎ:%ˆw:[fja6Qph,oQaq]l8g h7*x@|7{z]4&y'FRt7RD^/@C_0dYHK`y(Gk``O>G$9pK|m=KP?vQz#<ib!ie ѾO-O+38mf$DW?QچBMuf78բsd7jѴ9f=+`_6Mف"C8Uh|n71gm!RO702ai+)JB6$)YL'M-C-Tq A~ZOnTʶߐ7i{?:j!!|Ok|6 ;dyeP"؋b|,-ܺF_sa x6^zGh6OsX' ͤQ SV\6#,H}^l~]~X gnzmo@Bv9;Xtb-?"J5GzHs[vڽt]];{5;Wa4O䍊i:ؠ3؄ëNn^Y)jIeQm~:+e?f t [^>iDXʴwf gEbOWZ1d^-C C9\" /=6rs:Vͨ Nx;'(\V|=Ǐ>5^ =fGQڋ%UZq= }u* BD˖(ՑHŶ?̒r8M )1@7K1 v~3ښZxt^ɯ;N欶,7aڡ8X3Ÿ|nP^3肍D} QTlP<AaZ^p] ᗉkJ*OYW-BΑKu1Z(;:g4LRH0c?IV`ڦ3hi_qBP`mRdD(1qyx :VsIsRi{ۘ["i A:D}G2-A>\j ]~1JjUYk+br%#>YYl)ZFzGM5˦ceEVk .`sӪ'YdG D_%D}ڔuiYqS[M)9.7;*ae$H*OȨA$E\&Z烒Ty 4}j tA(a?ni|٭#~vir[`>HfSh_яxt z{:bi8KJOx5xkG'^1E̼Kmg1Nc+2|fnrIWQe<@F@Sg LMq]hl\Н|![l:#V nRaZrDʕy<~M"ʑ] [4yK~41p>}PԵ_x72C U~wHw<4+_raFR /3*ZD\03b ~][Lm@c<阊TI1G4tCnr jҴbu !-Rjc2V \;bCRIdB 䮖`Co-ANjkvnepp(O;Q–LzS+jź.[){G>D̜$̺7@ ~:Tdx^rrQF(>N0p,xa1xt:c~Fc>hmغFA 1S j mƟmpiPk(jRTy$ 5}-1 hS 7>>?F㧪?$Y`=W6 +kH3<ߗ6K ·4X|EPg"/io\a2!VXghw%; r!h MV4)!S8*'5'T;OºҾֆ$ mRiOCry̞C8x4.5™qƂm?]j%1sWB[F!EY~neYtLJ+%Q囸XJ^aKӻtf%Z3sSTD>T)& eԥbDzgT]4J\c)OT+w<6fVb<[MzYᆼ|pT|catH' 4&Zyy>jIGr22^9Ȓ&E w6Ͻn,TKG*PlVI 匶⃍:"M'|"t:*D-cl0yȓ,eQ.>[.ퟚ~=w?qNETQRM3|Gce<6nz? >+Ӂcv\_DESykVר~3dK݌W/ һ#W Dف:ؾf+8$cqf;B "\6}@iňpf42$49fJޖeX[4ivf.[RsL`w2xI0]l]3^(G qUW=jxgE~sffpݟxI0; 8:8"x[JE +LLYo"3+lfauwqGϠS0`Ae܍y #չ!{ jtd9X-/@kFLv;8,}йZwE%Nm;F:A!2UVdv`k s/(Cy+I:GTpPxB4 asLR<̡5 $ci}l0}N[E I_*kA=W|#<,k뫁}_,yD=f'rԊ9qg\fP<\()m`TCA;ۅvQc+ي \Ur7Oa`hܯUFNf亏ߕ`@t]|ūFNF)@ f _s1- /2j>w9A*eEL]%p+x1I- \ h7 y?'M*uھ<[r|:TEE7%= K$ӉbMͽ ;g 8!&eX/CaBK% t'l4DˉnXfP ={[f% $"%]3R^y-W7 $Ae^ 7ӒN0orܣcrb[|2c̠k_ |jhc}$PbsuN@G;a; *v^ٖ3'>MYiwʠ2Ic1Fq/xr  n( dyĔ?daQ˴4zsMY` [}|ftČ6P~l@&DXEbx]N*UDkJ]H7F÷kB3 PH$6P"`+/E lJ 9Z&,^t'@9>a%Oz*;lMWӧJO}]7UVi: >7Q,⼓/nuUGxJga0ÍN mqȕl"A^5DƷ=NR Oz `z hJ)'*h% #T /zwh`5fMlOЋ-Z($>M/.`U]l>ȧ{3kcn~ۺfI{Q+-k\@$`CtON$?ZZ ;\NCrӂaݱx@"b[N';S'WaC EnO׉Q=ahb9L#]YQٟxNEBka-8U]j Z]0h p4wɛRtgciO9,o$*]]~NX/z{IrFBbNxEqbS-1:Q4>}!oMMgD+q'sxT)v""L\glwJSؾh umnxi~!ol6KQkx"UmՍ{tkMMԃ'/RzvdhoTۃ;VD: W.o׍q1~$Zމ[ esy vB|heLubvR=(jߣd~ S@z!|ݣȶOD ]N&%x+L<ćV H P -j BhvC!:&@:uPpBn =KHDI=j|Į+,ע*iPu 3Vۆ/VRHɲ_<43>$G2{{CUriO:(ͣ<:g)I&uE^y-ҟ/~wD<%V a:?p7CxcRsj(Gj5yﳢjxᢶǴՏfom@D:ƨN!R;oǖsH(i>s>k8=o!]yMo*`0SD6wVJ ̩N6_՝`'`\{q*6=ixe] N}_']{8xܨ|7]a0ezarAg.UD_!A,Nuw1}M`Y>睙A"{;P0g"_';KF AYbŔpM.HIw'Id&}kIׅRT LPW^b"-5 PKAPHqbH8</V1D)6 y7XcN7hUXvnC^#R'N/_#^'z喅FT?s(u\`M,RPw*Stw><j%# .ok7w=V)Y} Yv&>Ku˯&z=qaxdo.fHIZ Y2u0PnJ֎hyVUX?eC_Znm|G95G(QcҳeNkلLtݳ߀R{LW5|I ]mN$hdMH݈ω=Uu~x*@jk 6! ¤Uv5=o%kM?k{}0(ae/-L(΃܄y?ױa3Ovt #6>%~TFor&_o]PoZ돣C^>2CW`\4_WP,9dl~F"&d)56~YX s#j,uF:v+ޙhIFvO\/zQ`a?߯(x(sDAtೲ`:YvƒQn7RiIpY@̉V%Cݻ"n;*]گ"y8c`9a-z$7*,G"1, oV鈿"15ƵCe`i# /.D, K؈{`gʯ`D/ɲ..z$aa쨿v #|ZHTf^(6.a !gp"Eo}[ H AyTtsL@ V]_L!]@qYH .vzm6,(UA_D?rQ}O+x_>t@9@˥oH֜/[T^`CȎ=xEt, kixVWy"1yz`Z֏  *Y _@u]>4pR3Cf9kHBZMٓŭPyQ>P䒍Z.4#X.+FB֦FBґH =6/4~^C $ϡ Ro^*1LDz~ p샯B֏q"ācqӼ޶q YBq]{,'8$2@'Fk]}<,ۅt!$H馬7/g}{,o7ˮwpdi^gUaHȠ0: aYܨ l*շe ux_tdDGj|GG5em&m}Q'Љ IEЎv,X.Y35ނ!mІsFj|_"e>#p՛*YwCE16 pk-d~E0HMYn:Œ% r̵4ԫi3ɵ@ZXC7<@q.Mk/yoqIt wg*FӪxzGAv=9+evYϔ`}?a^L2nQB>n@@uB ʂ)gxj-K뻍uW35چ!$QK!^/N/mGհzr a"$mE܏𑀖ڣX 0A訦 eM`Ns-)c: #b0pN/׈0xW2~E0[Րt9q:ԝ}X{nۥi;GKM"L|Z[ms͛ ̒b˚L/F!pX$5Zy]md 7΀YTN+1Q",qHnU*}$w}K >/ +Rg`~!⩴@Q8cd JqLQEj'6yjӴeʟx&\{VC>hӹ7bq@ZDJp#h3N*䲾⧨ ?Tv08.yո>=0׽<\P A^)7Kl_p;Sz/uǀ@HV&% Ձ{JBLaVtrLN0M62ഁ4~>iK Ы. 'rd;:#@-w#+{G?qw8β7[Q=fՃfl^-C|ʀ&%yG~XQHb[9|e^5 .~+Md3ZCG!i F)*z:<\HfFC lֻa|)v+cWGVxyIJQW_o5>s|Wwyް(7[m\mX iQ1p, G[\iM)=혴EøU.L7ԣɗFn&=TpZSS8W럁[R !koF@6ʺud"B y_'m5mP=bL̿ ?Ŋ֭'(o3ҊJi'];gKڕvFKrIm;+$[Y$S(uYPqBhE.#"2;$+#(dԙ4ǥָqbRXn N=K! 3"Fj$0fS_]F=v&{EBĊrQ"יh4Im;lMkSǙ5˔w2I@z 3+lq 5]q䆙;n LBP_J .nR>xnEh rf05&|GԭmY-YFy;i&z/v1'ĎHn=\%dP\V\GlVS-B[[Pf1 xU>mwHS%^LqMaX PS*'),tw C7u\^yvsՌ& s|24k4 Oє(aFh-cQ!A&ܴn*DPYL*Qݏ ē N;T|p׊%4QI6©2uƒoHKYbF N'\|ÚPu~E736$/t< (H&]l3 pmWJ% e$7\1+>'m#ǑAo/ Qe[k:$C.6B[zu03W[!>lqhy%u4 %k}Dg|L!ϊ` |2ƲAE[rɾvה`=D !O n3gYeANڮT$5kDa7\,^@a!>>jMQG*g|mU.G&Ax=,^Y;)X4vФ<.@pa!V_z7nNBn;p,r0WU{G20nOeKqQfA͐S:* wUPKg8wj$GaNTScbbkC "7}j"m :U9!Vrћ?*LF.i~; ʍThZ>+%*Ne6,l vvlXlT!m<=jC$o3M;h^Y$3IVXXL\ I&-S i3; $IySQjC0J1b:bdUɗs0m;Yms L Gvhu`W+FggU'_$v+\ׇ\r7*}9YiiܙL }+i)F-FsIHBȁ5)r-:ɟH!mwޅVvLhO00f-H$WOϱŴM\K7v*BnbD fˠa:CUNn鷲>](3\Ҳ ^S%9Lu*$ӿ\$%@4TmL`ghzS{ܭJ4#KHtwyʺ;DXX ;ВF%.\0 #낚q, G,eJtǩppXv/ EM8Y=:_]6ɰr 4yuz, i}*LXE-- hbd)'LhW/B$lNIyi.\cX2s 3CrqEp5A%UA3򯋆ބRdU\#F3 Q; 6c(ziJU@be5Y@2J1yzTw-]q~(* l_i2~>hvxn+l{\[bOaA_G :XdM !ѣ2ga.o/Tk7FVY 1t/E"Y & ӎҝ~>UL9< x'ӜVMPsɗrW'0}CnC#,vĎWd; Zq] +n( zAOMA WGz$Lǖkb@ wX` SxSD;] itlz5^s9CePK*'#UT@177HT6c&nwB7!l0(D9#9G/)KN2k;Gk%,fQѬ͗|iž83>%u;\d-S 9YH oȜTXZ`aW]E {?uePƊ"US?ngLm0v~P'|SN-22VϻP&S0a,+bk#Q0Ɂ+U+e!!kTŵmH7Ŵ+1D3oX|xuG-+nDn#[B($ѣz+x@P'j&%IO]E!o$U.ȺgϹ'Rid=*aSb.vʗ/u\ap*o{ߤABS ~GJr׷"=yNXNXpqL#W.(zq'0Wͺ &%Kv`fBF658ÙMc^Iv_Յ{ ax6_J~4B+jbD6 ́ BC+&R䰵?d_v3į nS3- `U܇M;걓Q7$O 8}xr΋V*DMt5CTȂ7;JFoNBc͗6M#3.nQd?+/QFiZ19b ǍcBW"*/#|3U_JDZfJ}CKܹ#–sc؋-m"|ژH#uk' eH\Xo^!gvOlB95jyP$ 0JSk;>*ocʭ"IZr,j6[ S݇_,G3QW^YJX>AHPdL {1fh |W8DT1d,쾃>D#apӘ!>Datuygϩ3P>][6*}:GP6aӯh|^1ρ, Ƭ} Jܤ`{ c(nգD7.x^}(/d:$GOhyiY>Q6Z~ˉޗGo!ԯĬ+voH+|0rD<=ڱ$=(~:6tda/b)^D˾$qpMo7OrϬe% i] O`>TND@HX挄Uv_00YrTNSJ+b 5 :h A" 0eO)tڅ,D[B;6|NlDy!y6J%u~VV^GG:gX-o\NjctZmvUQT 0Rʶn ݈pyj͋x\ ϖVy/jqwTW@TFPфP6+h(lqQL`$ %*ZLSjq_Hg]\9җF3 M/¹]_9_YtpT Dd] M∀%o{1io)[8^q f{]kcG )F$ʵu.%Gn U-n\qjPF8p~FGN۳8œVj@p1ڃ3ȯ?K&.3;n@*+]TrWX(8=!.2!LÄD&cu$(ڏH9%C;>`?!h|KSQ=7k-Aج,Q{ 2SKθЋxvAA= V4^_!pK 7Ev% tvz@2t#dJF;thiȠn))E-0Tum4j޼,]@_fV"`)̇oV3ooۋm7Lt0,P3= J'R $W0x%>[ |:'>|!hD!bbbVab1PqZ,͒~C͈YOHivnLk.x(yr3vs16??J; ,RO̷FI,cbx]0oh|rh05^9(cenw Lʏ^NnAk)=oJ4"U)3U_lƴôQG XE*JVaj3X iw±XSyi e50>cDJ~4g qPAQ@,Rlխz]a.;U5d Ns ˖A֫Auy3sCe܏)6\&!AWLг:H{JC|Fʗ]!s\vmyp q}bQ.{ G>J`#U]Wn#ݐ`=XkKQF1a,@D }OY;> kX2R-ª[jΘWb~wWrq`NCyj秡JIuHbofa-YvdrN񊍓(E+F=c˄u?Qc +ޏɮ]]W`ahT< [!+*ܗ&/T1{6c;J.û] QB ]~ ]{`(aN(K&]cv&M?L/.n7Ѩ0%*_R;Ciњ3?KN၈kQUG;z`_$3ìPH7t+#~MX[ӨG`#~veIL56MC,SPӡ1yWc'CIDϝ* WJ]c 7H o$Q$%2eo臶/Tadε4n8gYbR@&2x:ch2WR7 U2{h0Ѿ✬HX%K3tɺX !V"u`{y%oM ]~a@G9@Ӕ}zQOW^n7+: ~{#?#=ԑe#u3>+ta= *GHPpVy190%$V͵W?hQM|;9*aaS5~ZJ .=nծgJ'7.wdղJe\J+?o^*c%;Vt`w35`)ڄ`x Q+4M!w;L ^^fѓShLS_[6y&e}[Hq-ՂLv2F59O` >nØك:,`.l_+"Bj(p,$&-jMLe/+ O<)@DVwy.Q`!lR֜i 5mse{w*Qov(DG * 傦Y6rǨy꛹aJ%!EbE;/e7#KVŹTo 9f_2nO:wuBxoAc\+̟1TYuol֏mq=3= Woo^;u_lMd^ N8ֳ ph?~GX p:x2HGqeѺ*3z=,޻YGӯ-ƄɪR:EAq$Y8r: vSM| .Se8-5B<+Z`1Qyze;7=G[oҊFBud$7y19$V=JՒT+S;ڳag)IeZX"DZH&E07g-! {VKm/\bx,FuJqZ VfcT;{M~A=PQ/Ool'ii"Ժx |Øp9jР+MکOzA[ 'o>cdqוL %8%f` iMQn"TթGd,Nj%h8O5(^̤oCF$<1co~Qfuw?>],`SuwH/nRj{\=by') y[إ5;_3?g 'ihLvQ '+DžԠiB ag{8 B!PL)_.^0o2=МO)^}Y(İW~ 3VT*S&V+1Ѝ X .Gk[hf/<$}?ڴAliO[􂿤gcQf1d,@*0qOoQr#/p]WMjt1Uڻ3A(_]VG76c2kylgܯ ,|;%, J|Kǟ%68v)Q6*=ap[v[~NYRQ sO3{W$Xl M~<-nOn "Sj0oKHWvx8b?.ZT x&X,bdw-EwjU,<<Δ%#V>L-%j@Rnj o-jJsP5п㐫*RTCEu# ЧH#-s%e݄<;V@jz}LMykK&k 6ڐOzvOb&P^O2کuz,I812U<ب|#تـ@s|pr&J3'龖X%y|L 쮱1a2ʖJ9x) eLa0 8j+b uÞ^qiF4jjH -+3X7m!Ӣ-\G2dZ]B d$\Pt0Ӂ "nk]Z0[Ӽac9VXZ)* !};"inCu{/~.&б߮$=wdRf85N酪zEyLWPk,#JX SC$谡S$g\S36%U܇/َts:2hWӘsLO8ZA+A ]TfC'V/iqm*ef~./be`Ui }~Ŋ'p&  3 t>U~멸}QE9.;npٵtudFM{(]8XJ cɿgA$y-n89[E!)0a~_G͊p``,'Fəj 8K\Z;o7vTX5!:\9_CtJܼD"5P&ZT'+8!6;.+c7mB  p?Bi1Xh.0Ͻ=P~q ` YWXi]L<ٜ =. 6_ulMI8Uެh**T7(=v>Vr>( ~&{E08i72>F/)*5'bz_X껠@5qqLRԤ`14Qʀ+FǝOc~K~~ɺ*t!`i6,ѕE4!ITK3ͨ)g6mv3$嬱V9K9*uG}PR'mbb`i֯b~m~uV+C ]|+(T v͛, o@%獦꽊q魔sD,n\ OਛQmۜpD*wIFrx۝tJx`$;EW&Gqq~I;U;49)/ eIQo a^D D0S9.'rwA-Ĵy10I!<7l?ߪڷh@ (D`Z^K=*ygi, dOxɈI~KC[>,5ިKQ4*73Zh4ߗs4 OG뼃f}r/پv՝k = hix0QJFAY,9zyꜬ$4 C 4Kް4v\szzQ\ZRw >'ڔ2h~kЩT,e:>k>\pnR/>D06pX-CCsZ3Ֆ:&DLzq Ug|r PО++ q(衎UM>o㋓L鷺#f5} |>H+dQh^chGgހ94oHVm U.5)8Ԏ`O68!eKM<6 )HW~J|51d [Fg[! YUcSN_B6GӌuciRrx- 6% Tê('26QY.ٚ}.2nde #}A)€GTI˔(z|_/T=@Od-^bgL믞ҕ  ՛$4uպ@uSd+ BR79|I ^3P#s (QZ~#EGLNގ=p.zu甴/Bvg7 j~W _[WvWpĆѲqmrX0'PJA >*2dћnbWh >=?2/[ޒidRɡ*ׯVOBRlqÿ/eKXPp5eWZS|_;;PjŸ$V/tgtߛ˪tbu4rL`Ry_9h}[KSaf"&hMVO;\G8v4FfN~O~Ek))Gq&IU33.QY$}h͚X?˽J(mt +MP@Sw^sJ_.JNFdILP: )R|a#W+#DJ,&m_י+ bd(Dkz]lXM1keP>z(L)KE&P<5jX˳_"rl{S\$gB7mm |c^rEL[s %"$ >w\K]p@xyݹf t;U)b3D5e/ʆRd4jZK,dKR\lfh :HK1#@(; Eԣ &C+981M] /g۝YZØܳn8n12 KH}6 &h n )eSqw1ݕAA7K[l*"HI1NLeG!؝} 茏5/i +ՋTn3`R3j^z~q\t:Uԍ>7WWQ+lg:c. `rOA6 JRќt_ߴlh+10h.9 FgaJ m.#f[@}lf<6ğs(Ӑ&,g7=z!6TrDVz#iQ& oX \1r=pPԞԧVO%i" k sig4A1eKSD+DX>n]e pj":*̊0N[2gh[1 * ]~z 5@qYzN86fl/N.T#J3j(h+/(] Q?G8 CQkUg&OqSs!B}+5o㡑+%O$JJbۀl|ǐ1r}P3Tci>l #VK>F{Pr)D< AI,=s#n`V/9Mlߥ+I&eb8~6j /k]'{9xj_ڃ^k(ppAj3-b/8\ }~e DNfU P,D |'%0vُ4(e8k融 7VZ1:qFeYܢrOʵQ4AIjElk {!4/isJE6֐riia"=T\F7f ECsJnE풘dt!ywzuo $œ I `őA! (z"{[V}yJI^c)H+OR{kğ.sCi7ĕ)j.wg`ԘO;ŞÈKhdd_Z~8B2gcaA /fX՟t푏_H2diR01\f Ke8<}56k5gPu$EdY}Y<4Ȅ,34"z4Na?4~l=pC{gqm]C˗ kbNt[sHBjs2>2ZVRs vF"nhZzE\wY绨յA^5"{C=ATGn]#asA䁄6ێkȸ4™Fܬf 3Ag ){HTaϖ2wa,%g9BP(;kAq+NRHAEbR9PߞQgjdT,3e$ ,ܳ(BB7|r}lR c-Hmp$5qZzYbW^++uaݸ@T*;IbY#AE.6YB7>&шr" \ֿs7̎"zos2oh{ʓp3p?g_ucYy1L zhba)Y=v5 _F ۝ϫLt<}<-`8'wCw۟WLfc@rdhGХIX\egQk(@q~ZkXU^c=1@IòIoAÙ!2$[tKcOp8FwA */^ƤĂ-yihVTr< _r4mE&nc[!t#"zDf[%|tDߐ3W1GWЍna`? jQZ Rw 'mzKmYܞD'|DgD")i.OVK,]NIé ~7@jH1ĈJR T80Io|qBzW:72 yn.E!UwSLT99K>F֭\ K2H;i8a?p&X$@dX"_MO!PV Eݗ1'BVTL$+s/h20QRn0pW&$N'cUAIԭ/)q|nvt;>UBT2 <](b%0L*x̳g,tUZ:2͚Z;y'N͆LzJ'7:3h_yTjVk[)NظĞL/6G+\m7J!?5GqH fq5uikx柕}_]jG_B_5ڬj!zn?s1%DWN㛧S|;n؂tf)hf%l#EeԂq_5{r#X|7Uyukck} `X_o{yVp&w@O8[0]%mH]GG|`#n@UH~*\d]Um:^SYP`I6z@&B± i+%߃ h//7bFp?Lh?J8P#kI_UuXPw mB2q6d)y Í t9OkgZQx)'HDrjS7y%8Bڴ#KXK rd i# ;qMrBc\]g<yok ~ J[ `^D`+$0poqZ-V 1S䰹\:z=fqd7w3|tX'wNzqҦɺXGA`=8AV1š39Rr4v@XXldVQ4hh}RX<0! ?-\N8;Xf>&#։h$G6SF]1&—6>L2 m 1oo B/PhĹ'ލ .#wʖwSD*'GRP'a؊#m,6S^Gb`,jz-M^5e $nR_`NN=oݦ0NQB+a^9.6g4[P1Ŵ[EWT 2חAt^P:w@@_©! @RyǷ0=DGa^{gqX^D|7속\`#3q: *ZԶ_]r%w^20e';Ś*1e4 zԊ]FEu|c#6ؼ[XpAּ8L}tf B9Hs!O.K19gD$Rfc%7bV"nT*6OBм4|&B6&kC8&6]tQ,L+=ӣ"+za瘭?ꚞG篧,-֫3:ϼ \-^/ԔPFQ{` U)5/P ~6Mjfr86zW1y!i|zVQ]=ӏipohG$3L]1AnqT!Z.!jXs:XZs2S40Vƨ0+yj&]o_gcy@bW,씠 }9ϧ_ق.۸W%xu]W7(=^ *9 ȱ~Ъ<Nj {L̙& ZwR>! %I7]Wbc#o+ARBԸЯPMQ)D$YERL@ڢUϤ_#/[`zRK2@Sơl7.L1p:Sl hr0k+Nd~^ii:v0 u gН9vJ?q%|X] -@fςxwDA+E4hŊUa9Ty`h@0r*dNd 3l;Ӛ>V&vqT=H?JUέ@ws}$9Ѻ,Q'p˞9أ:`V/.#$}R#1}=Oz+_%kI%)6T`j> yɹܦN;(2܇^"]r cڕѤ)/ Zn?m?(߃fea%CKϻZ)Wʻ+?U.M>6X@K7q Hg>7x9AcDA欔Γvj-7b#7;o}J׿g$EGʴF?O QZN&P#ld]`_%8Ma9{y4t"ACm%]{(=Ð&3SQ {ɱ% ='1bn,S+pκ8YEl$HB닌.>P o}d8EY0rRN(]3*LL?ckW&BP+#Ih"ne *gOģ_0{83=ܙV c%F2C$! QCy`;bOjԬh̞Y}S5]Ӓ-p ԸuyH EjNUwIK n~W cwЛoOGin?<`/Q1sv,Aʋ[9 Trtj7P+ΔVl/&F(!6Zv{b$8wȦn"6&X淪nٮ1#\bSwo#Y~5-r_Wv^J|pL)ZCyXt%T3a5XZ-+G J\+d{46o!-nH<}]JɧN݌AW']P g=}<%b=dӹ.rz,ϸ̬Zt\ UIrUE{ 9ߐXHi&98XMoSyY{ɨXg=R<Χ!ZO R  a=kW,)Dٴ{bxHG*([5cSgOMfdWU6.mT?0?|F6[?VQKG)䩒)Rpl"L :<\wg@eĉAZ^_^fțR=-(EU8AiP@ts߼&e#9IQJ7)9' su)p_Pa(P@`D"lЗp,zr=dwgq&\f;U=,/0N'u|ZTwqa@Fq *z46ty2-^tT^9pS銤MPx֍ \՜ yܪ|W !H- M?+ϝg B* U>Ʒz[Ow_cK8=]׬f[҆]xc^5BqL"= +K%}Jr)6>5ΤID' tt 2F#a`+Ws.m_~rzc]*+t!Y]c,&Med85M\qm#PYNҞICG%wi}ua^)gZBfSmyIĢP̀3Ud΁iuM IOX0b9% 1Zm]#ǼK Pwǃ*k\Pj58YdɜŒRJu&-88#\ᤄ5|dmA W>"Q 7iر ܀Ov༔b;67;b,i[K$b }1f0Ow#q[8.Q;;یzlR-$oskۮ͇& ǼU)i[j8+qLo5^ye ͮAD ভ0 %뽀iަ!.Fk +4!4rD4(AxH׺>*1rBۣkIW/<ȁ5Fdj´'% n6B7Kȝ7 jS `Ҿ2X+msPhX|k V$ .gpe4{WKLI[ќ02 xWǻB g%3Q|I#NqyTɥ4lVܿ\W*1聦E1l\U1t۠]מ_q1M:N$ OVZ6Aݶ{l7)NT݌㘻_$tr>SeB Gdmt3*"AC-^WpWF&U[jF,H(d> dgU t׎q@Mt2.bWbe)}G^m\;l!;Ja62!{}_gq>&4+5UzAѾ@p%8 q dz1u{O0V/?"`{ xu]qzy/[ qOuqtȆ8&2i#B@E3C q-Ժ,j_/i( %R{|mc꟝+SB(a?=֚V,c݁`~RW,/ydûsN7hf;wX#I,ܐzT%Pqm`*Ӯž_`ՂJM\'A*U11yyFnoNS Eu"嶅:525 ecyޔ  O/R=Ոv49"ŎOw͑-RE+~Y٣bUq^v3\7~=KɋQb3&Ӻ5zJV#*h(OO&sXu/yE&-ѡYBR$t<*.b|7 E}1BRXڶҬ2ӌȫaN`Twݶ)(obl1Ͱ'dIg]|3u{%lT :=Ӳ`L̻Q[& f *ߠJH w2R|gf.lфQϯYLeLE7 6XEe~Xv?'zګ#(w mK3xb1 `7SUXi ~oګQk/Q (K$ivMڭĞCS=\T]kޞJFq4_軙a\׋k#rfn ~{q?Iݕ$!AZ^ qr(殛z8𽹜Ib,-gLU5/]moVUڞ-az1Ѵ${Λ㚥]vJ#fuUY# B$je\( zz$JUBHtP;+!e;bf@VWܘ&W.VӻnrJ{w?_wڙ 7ш䌎"*5)A *wNEY7ķKcQq}5Go^{}\E1v6&/aT{!ay ni1aBK^3WKI۔G3:ccptb_"nQ |̱L4^MY@5e rxj#EZ$v'eϥaaU(@MyHːS6N'RK3b [!Ukj5.rM_x]UJDS)Cko7QYLP`b_Vxq s{]̄@MQq>* F5y3`4!3WmM<fDbn/90kϼP6:AO0 ܀pȘgܓv #DrSX OpP*qO@5i)J#V(]V֮ib 1 11=jPѢӷ+~bhl{ X U}~ t^zxNx8xu?Oiڠi5?' gL;>F ~ݕ3&71 p#*-KZLN`<!Lw3!d ==%|zw#-+mgڨ`ʋר5@(D0"WEI㨰;&f/En5mbv.mm5DQ\ /C|;Ǽy UJܵ\a |Y啁Ecie:J|]cJ3ÖܹZBoߣ!]dA+߼[ffhՕ@O6(<4Rhpc2%1CJ ́9ܝ_mBeעaq \3,PƪB}nB;hfO3w"(Lf S9IuW |; ;hQ\\5_它a`5–i!D_{Umq RGk]gp|o?NQ'ƉsQ:׀wUlIJya3} >FU )}xdih\:Oaw8 {"3)8|f {PPXSӛEsR]Ev>itAT V- Eq^ydwiKe8:eUwd|OcvX' .֟6<[> 5 Z<[?%L/NoE J-Nܳ:R&ϰ$\&3TՁa$zMT W_*n6v،$?'mjT`Τ .Y^lhm.ىxNO ͮYy~PoI+O5ZZ ޑ_9bsFUr<͝8N\%#ؕz9:_cRf:r{;86q]@a@\^>}0(d<I1.=kt읕C$Bg-.R<~WX%?Lh|7.+iPygyF=Ŋmeeo󎠯ہQ99B*C|8=zU:T8 u>)\@a ޗ`v)PGKI{+1|z7%]scnuE`/Iz>U=0-s7Z-\\n󠞌Zi77I4 \RUKQ"K`ZGeх|1~DDTGU b۪SqA9けSh_b7/b|%\(VsJb?!Lj'A&.ヷ8xR.?LU+8M\)%e|}3VE{ nAEt\(P[ |%ϝoXb8֠tMA7RI9,"5"2*= oʗ8 -t\2ônLYE/w{ ЌjBXr:OI3*}6tR&AS ֐s I=lÕ]升TmN2Ltï@F_5ku1OAB9{5?CaSݨpn,";}a{ vX x ;ۚ>-ɀ,N L>q1;1"=?,{sKFnO.}e]$6px?_5F͕oZeԡ YZ