libreadline7-7.0-19.3.1 >  A `/Xp9|j_ EqJ R@U?M\5/Jطc9X{wAQ_E31t.9Jyٜ9$V*GIٔP9WtّHpFkd?kTd  /6G ]n     4Ld, \  (8595: 5>fh@fwBfFfGfHfIfXfYgZg [g$\g(]g@^gbgchdieifi li ui vi8wjtxjyjzjjjjkkkkPClibreadline77.019.3.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.`/ ibs-centriq-5CSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/bash/bash.htmllinuxaarch64 gKA큤`/`/`/`/`/ Hpb288878c76aa82c96e12c6a7111f501537d22f7341a36eb300cf476645bab365f8d82b2c9a89e8b4ff237330e7c62bcd6448f3982ac89e3cb27050c82ace75518ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libhistory.so.7.0libreadline.so.7.0rootrootrootrootrootrootrootrootrootrootrootrootbash-4.4-19.3.1.src.rpmbash:/lib64/libreadline.so.7libhistory.so.7()(64bit)libhistory.so.7(READLINE_6.3)(64bit)libreadline.so.7()(64bit)libreadline.so.7(READLINE_6.3)(64bit)libreadline7libreadline7(aarch-64)readline@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`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.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 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/sbin/ldconfig/sbin/ldconfigreadlineibs-centriq-5 16201930377.0-19.3.17.0-19.3.17.0 6.3libhistory.so.7libhistory.so.7.0libreadline.so.7libreadline.so.7.0libreadline7COPYING/lib64//usr/share/licenses//usr/share/licenses/libreadline7/-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:19474/SUSE_SLE-15-SP3_Update/758f2baa848a5ad061add54864c57431-bash.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f4709df626922af6d093ece860666b9d2f2e59d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f95f9ca953f112bf6a62643a928dd93d00ab72f, strippeddirectoryASCII textPPRRRRPPRRRRRR ,bH 1u;U&readline-doc7.0utf-8a4ffea73b8683e6e224000c8c8ac9c17c2e4842901c34a75e416e9a6c8da31ff?7zXZ !t/y] cr$x#DiA,VBW5FȆ'wgs G# "=!&QAܙj7sNfg YDȣ') iǭtdD.aZ@YO)pߒ˟P'u2Y#G]H2ɖuv$ޣg+̤0!Twd;Q]=ŗV _먾r1&(@+*Ʊt;Zm2LF\꿣BVo{q($ }IS '/ Vj{(7-+ffΆT JI=64MR["=8لqvU(Q>NՇK$kfr#8ͦSJ GbI4Z9p$$BeK?LBiJ#TXvEG'ËU=_40vM^$g.)}$GW˩A[WwT54نE@شdW>VnZ`h fI/9⚳+8M+U2aQHm|L΄w$(8.Lsх'Us{7^8Y(?H,o؟lnskSD5(q6oÂ9k¼e?1_IzQF[֗y 1L;GJQrE$2r=rZ@mB=d,ZMYYEY@LA>I&& zt4ӿ|o[ mV'.8ZfQE3: k~v̩J,q`h8cDvt6)vvށuռo` +hj˱y&dymX^b발|nI)Ϸa\@«~ r.П43ogǤ-;T3ɳ _m ƇQ ~Niw DJM6O&Џ1Ί^Bsm߮~$,~R+i?%Ƌa\tܬ9+-AVjy#:m4`VxODPȬD`II\9&IEkyΞIbh( L xKe]6:x/q"[X7:WʴT:${)UlGa ]a4٫dzrϥ0Y.5ө? OXtac]c[ -f=M>'@ga]`R7XwE-=ZLV[9rNUh: $fYc%w>'c~}wsѳnFCx=Ȣsaڰ,ߓ: iGqsBл]M'M]|S;4cdPav3{$$Ѻ/gO\#ңabcv5E24V[?}TGvh<,N\++ VH*s5+1A^Ϛ> 2lBdf6YEYע VP3$5 fEs][$|Hur,o*N)jv1MJO[T_vi\ $p$s~0xW!^\[ jɡjHhIG"Hh. ob0M⶜+Ļ,F,?%J~OH._^ʉw=Kj?+2`(﯀NY-9Oxç1t4] UgyxἁId/9(@YE:=pG ^z^I JDm9F ejiI,+DiΦ6WlWu[5[.܏8:Q yA _#gv@Pm#UXBq?JK7=h q-a,W̷ibG;\dE yșPot@/ozT) f [bbmEZLX//9ν1,$$N U&ˡYQDzR|iCc"VkGE$BetdE#!],Vr% <$%6X&H8? k0 =Z7بE(B&1(1 Κtz~bBͮq`32c+u6d}6?j"uvuMC5N-ˡ8C 9rcrrGNjAk = KxW1ȃ&]'U J̇ν{4ףOaIzyG5t_nt 0*co[Af1@$gzhEgNb#_gKYkƟ!NҊ=?Do U|~blmF{YڔkԤv D("s89q1'6 nF^TU#}!!j@PuM~ڋ#s# 00_䶣A;Vf!Ƒm!8 cb^8"jwRZVjx܊Xt.IYK $gdzfJ) y0YcOCzhWU:Hq,bVjGun@566NA7@6x֪r8##K(9 ʑK;=$d灖6(;UhϒyH1/a"bfcꃴLHKb࢟@2|We)! p{6+$ =ch|bgQ?Iւ>AȤCQDa sWlXY?7 H,-O7cR i_ٲrA^I߳C$'|'ڃ(n*ם^y 6L(pvʯWp,i1gCdenm (!c Jd!hyh U"B l@^. wa)Gk _r~; _2ԡ-uM)HG$G{@אgM2l3c!r8ށ_)agQ.iψĽu]@Oz~s=[rf% @TA30iL4!^΢c23\f25(zqiD_e20@O ,dfxŘ7\f\8߷ʞxٱ/xv`2Exs]^9"&"PRFDa?`/[dm-8ZPJ~ Ei[K[ `eM݃4sXTA`>=)oob.yjZI&"rʼct-S+FV5I\)+]څ+6tmTm!0]2Ì[_sפ:̚{qKHAM00π@73p|ϋ d>9?mXGJx-EV$eH1S<)t#/-d* uQH![T)`?6ya|7IVݻ ;h4<*+2cakBϨx2裒-Kd9 i̝zDyV is>>$PϳW.^nc.c2qYye> d՜&[C,^^G\|$5h{6&"\LJϸ nE-F FJmrBt/HuJ؈?aoNVl  ɥ,ڨ  q L#Zr'ۭKj>I5Np)}Rm82 _+?m>ٽ_ո 4XACU _orDRA6 BՏ]JxChj.?x \5*\Ƥhqhr>]>nq VঐMS9ICȂo!~[cҘt Ǽ+ptJ{-&%Y5RiciqbmgQgy׀hT9Kc.#-n/+b%Yo`HLS*parFc2f~zGqeJ\_[[ChmVNMAjUϾr4ZEy p CBN#H.}e$JBaQ;9TR6"sucP"x٤DHgCƚdJ@ 7NHJ2 XK[#E 奊; p/tz'N# )mtJ3^VB<6L2]HZ9 B dM$1=‘)JXKP,,}\.0g-V:,eɤ虲V\Ap] rg<ȴfwF@ &HOQ qт6Ɓʮ}te/$3ODx&8ld坅/*UW̩%p-S%g(߿q سs=?!o )ע@x?K(kSqV*خQ ܄a/l <Yo;CƕY> Znrq YQܞH>:<Ʉ>!&܈ήۧcxQY,!(1[W/_#TJ2 t;XPMBXX=_ y hDfd4DUVh197D:_b>m+SꨮSZOeVrW\ʔgnl)iC^E#WQ oQݣIͳ"KDhaDŢdp놀 f G=zG.F2T,#Rpkq(Qb}8Tx.8_C"Y:۷C9LH v ~4hNL@Xz||V8i?(oS(r"jvIäJ:V1hhv`hVLiFa*O;1XbMqCyŸDQRڗbWq[fAȘ,k`ݓM)?CIyğИvۯ\|V,.ppgxykׂ[;=,8/tyY/̥6@pV!H!r_^dMotR`rA)m6c@@:㼌Oഭu/oQ;3n24؇2Ry`tOٽâ!-9,]ǁtQsЕ+wp+ۗ]sI1SQ/z -oo@$s}P~q#|J(4 fCypyv&/ ջ KVEQ4>7I!餙ι ۯ ?2Z[3ޖ}q: D#E>p&m\8)$FRѥ/+[pXqzj's g7_4$a Xo,W* Ό L NiDAImqiq1HΦ+g,ʖ.yQ辻F =cE- s o7<~t|e1f~xFdd 7瑧!=]CkgÚRv'VŒn{;YJȠkGzM6Io*?^OqBD̐>8W+vO7`Mp⃑ NkPӼ&O{O$cħ+#F\43eɅc7RYz=jy(s³w;O㝀wo'(,<&ܷ;5^P̙O:*@bN870HCuBEA!w;j2YG۸Տ{H*U8"4i z6ᗚ^$Zà<-BƘ`})O_Nػ:(Zl20ۏpIh~ ;pGA'I7?٬1\3<$q*{so inW7yf $W$==4{PKæ|ޗ˷G2ػI/=c$%hrg{bI3YQՎ.\BLG>cM 6/t&`Cy`!? /Gi։|a  ЮD ;o)jp?Z܄>Ͼ68ـ4-LD+F&X~&Yg޻gPt͋\z?,Mrcp1Xhk|݂blHeQt?s卧+OC~EԌ7qJ9|fro;0o/$WHϢߖ,6)˔g֮S"26Imﮢʵ ҌoN67"()::~u9#EX;{y/5CQfb8ۢZHWqH`A DBȔ.E$zu̓=VcX9 Z~qzӖ~Ov./du $e]Gluk/E ēluRip_Fݘ:G]SEe1n 1\gkb1TpTݨzd׬23g -᧫MSDB6NJ@RqGp:#Gv%J矡|[KET\cxUs A$;j4.g,`8bI{_^b5\.I2Å7^ o-p%/h , M 0t1^\jU(&GK^Uxkmߴ8PyYi4>iL"`f:!:SXdҡjLsWfkͼu9*|G7>O3_=RZ!u݁'~󓌮Ckk,$-y(qpj"dT( { #c=u@@(^*L-41GezaIx'Q w.V{OdSgb~Dplb~6@7mBOĿIK5I7ls]{ZW~[U/gzbB͢0:MOt9X1%0MiK)6 4IS(`E}gwDfn'vf # ;(],-B^L唀#Hbi{.6 [С (R;Vs맠b ?ʜ~vcB >㜧JRz)>|4GMre{@A1vt Ho/PmSl6ɥ[諒hFu\?EsHy=pt)5 iMys/u|̐UbK4 5w_f>?Veyʈo^hVdMT8J3GKgR@-5.arjչ"ʋoM@ɬCPd:w%/)t-OpFM"*f$cv;,ޮf^kMa6&fd3 hY+ Io![\jB`^AǮRgk% sͶXh wФ@{nҿ&Yx$Riߕz♒5H HkacHr&4GI80ΔJ!Tg|bVG3.]$7H3Kt0CC,c#l+Wy?E"XyE,E4"j9ZR2'[ *&rYQ-fdwY{?M@2oKEFhAkI( Ypu[bq3E¨lc N,2-,w^G&|XQ%)nSqxe0 )J |2[c[6Sm][{^sD;w~iBe5pV˽} I>bv dN'4 wPL׼:`Ip(=Z3qx&!MtJ*4Ƿ ]qOcaտGd`6yE3:0 ӣSxZ ιJW>G)8OT0- eךkH^ms~yGUG4;DBd{%w?cjz&gYlQW_]T((ж\^3rTJ>Cˡ1߆qŰD_y:4ik28~oA<̎<`85f>.oكM/5k_飣02m?D EWCY~y c.ǜU0U+ҨdW-d8,Cl')SwuAEIW>T8xoPHdU>"7df`pkܐCc.L CW3j'q/@Wj@S>"Mq ! "Nj,MJeOst*̻ru7RzQ9ZNRO?BR~&PJyYԻ|EIv˃4x.3ykv.V7AOoPK-z|UphNo6ہ- R{Nug W-N|rO卛{1fe0;#oxbKVs/yvns5mcEи2Y8sbC?mZ]Qc\Iqv_4>d 0 UfofKr`D::է>{l_ݚxۙC}69Yx{ (kV0~L.5?pc A`v; H_s>ZBLa>ֆv4@٧bJaPLſC]DB5W+le}b-lu*yA<ð|.v9"]xC! uM4l6%wv497?dܲUz͈V.! |[zńl+Z?A-)_QLaUy&RF2 JQ;(OR1~ԣAsM;Jy_蕸2GмA䎠~|C_cpӧm"Z*#ڟO#LxW^LѾ̇ϛ \^Ę+Ci 5|^/c'p%Y#<[qq'RC̈-&C!, IX!ˆ\ /CE0[ekIǚ%p܋K#䶃ߔ;2=s;{@pg*x)Ʌ9cxA5N %ZHވ+dXZl9Mĸ^l.ŷ_j\xM2,;y,Z_rE]ĉe˽!/%AS1z7W (-4M'C CZ|[rp,)vD+lrO"15B*15%^iv[I4{+LADІP_Đ{y|(,2:.@0 G= cvrGѲ~jM?ȟKWg8A(݈ͺpIJ {SSgF m,`]ܔ]N ;;"o[26,VScCb(5SdOJ'$Ol$ќ;m%,3n-)V۴k|2d*h$arlS"1W*e@ 9Ͱ ֹwa='05}ҡX[?OmqВ72Ol z dG<ʺz/ Xdho˴P۾ hH=-'Y}?'wJVp8#5m5@ HfRZv }\5pLCi…L P=Z1ټm-?G "Zj=6&kҍ;#aHc脒4gS(-TEDc="쫣f$x G8KX. 7.3ʝ)bdɻ* E;tMdp xՐKȄ!N)~*¼DbJBd[ mJT{uΌ),x O}Kb*I H|(? ߘAV!^Fe.fT ܷ'ˢK4Q`5oiPN)ƙAY6 "C&p̄V(.=1=dl䀜5xo\NI! 7.(mgU s zS[7;EZ?MC3$0Y#ƕ:0 ct@1U's_NRQ%2gF6qh0egBl]@ 1e./GF%m "ȾBX4A_+35 9 q"{šNr7 'жÈ[Aq/]@=cW5/?-FҋVNR(d7K2J_̔KL+H?)'q:ggjDa)My~n@sc{&xGe_X<sj,8TϮWusɮ%kS 5mE$Xq+5vC=񟈔֖8BYoxPɛ6 ,w@9J -CFp) !Fx 릐n[{JcS`׆MlhUHXD.ZUPf s辰<L$ALųIaɓ>azpy`09 yĥՍ }^|&dcly*X|q+cbWZس߮Y]>=afqM>ȵXd66FLUc»PnZ ?/( -dwk\3.NJutNc0v' Y86!Khկk+iS68̠RjwBA1cФxE7D~OvJ7e 9|H|P$w.oZiϹ 9{Ѽql@6UcNaQUWGg$h+Jc*AǟZ~" KS>lc uhK<1R'NwJcǿАVg88訅s (+Ey7V8YVGo271W[iq0?!Av>,oG{lakH)p}םć .Yow*F[ hX@WQ!?jV%Ρζu٦]Y.ꮪ֪ 3#3œ\7M?sڹ3m {b1:H4uI% -uC-) Vnnߕ8ɺgG|~I ~&WAȤ ,^Qm,crĸ{V bw̼g.}~־bMb.8W釤̳78NlJQ`#KR koFn)P>{%R٘^Am @޵7.r}l~$N-.=,BM?Ug-W0]'x бp/>D[Xڢ& x?p놴~a@?+{Tnd[Q- $[$|5-8ZVtӉ&LMU06zT/T Ϥη4ܵKuyӻLN;?֮2U*jX|XHַ(z|Deƹ+)gRڮTdL-I}T#iaOQۜ:G8{VeU\\zb] Ҫ;6 69 >OoW^ߵ#4ó aCO3dqU+(C>_ ,$ pm5ȑ:ՔH'0 M b}"$d@+Ag^Na'&/>xLQ6S b%GWsa`!2S\!AX(vm2&&V̠I ^9?Ot}9aWIWIMH_H5|-uY J}`_ "h{X5tIiv7z*=ӭZlܦnɐsu7Rcvpu{])-Y+hO&I)pZl>viNƋhG6)8Tx1ϥh4ݖۋ j|2QaV{/{O?ڃjn}ʡ+[Uu&#Yd_1ftW& bS3# 5*^"o\eCDNm.uV?4`P h.sL{yxD4#;p߮(R*$tqI)D^t* ^Mkuú+˷m-/?.]~;,65-EP@ٝQo65ѡm߾8z?tPb~#- =w=Rn.I6fz a/wb;^ A q 98PR>)&3\\: H홌)t蟔om'VeU@:xi0;*CL>U B[笎cHՒ`Lz#s85V5P)zφ E%զWCSJ=)(Z=lRωDʫ|Hv`vΗ@ƩO %l/1' ܮmy*FZL;dݞ>O[]ʻH[sr~oלnAv|!B8R Asb лĕ!Kdx5W>wWPkG]blTm)8mH!pǗ1:?:o`W̡oέr"N8ͶfjᗆeROVOpqwBPb;y[ZF0_x?Y rn86AJxɱ`R PS @,NjR@Wud9~4h5৪ٟ] j,)D6hO|#KלM< ʭla^J0x@Fw |˧9K?_y<͖W< \q׿V b?u5cΑ2O]ʯDF\ ȕfGh}R|wKsLvc_Є[%\w0gkP ]/ӻlH-b\:o"*qWw[`|`ӷ=/앳DO宏ޚwK=]t(꽙;B(1pfքtC*,)8nG{^-1Ip35cGoH=rsD"D b41@{_`*SuPO3eNVj0,\EDpXG5bpPN|_sU;Ͳw|VgY35^ʖU O^i +Z1΍Mi$BXӹ[A|z2*YY[ "̂<JrYpY"BEɢ7X a~mR?[}ŔFw؟<_նGҥ1ބq`_ƷB)e_ժ q9*b"Xo`qFs8C@Mǭd~(ߩ.&E?RM[ƶB|lN*)"I7p, cRrD0,!V-h?) 61ԭ.Sb5N!P@DV*>Q|x4#&rQGp13B@=vC0z`֙;?GlQ,쩊!3[ߋe_d>dwNb( ~FQtV_n&/g(Ȑ>כZ^ %7D+O`잷ʁvg$/ɺ&:\_ ';wgC)D()V1alvJVAqJt-j4g4ö> N~~vJ7(ӔEpm#}F(:8ORD݈(z v"O$dOO 7$[,*/j*,@ <:X{`i(+ MOt[7|,K41oKav;!TFݛi~io5-O Aɨ|NYl3 lSK}8 qT8O3vpֺCzF0l!#" [j,m',hշ]hrƈH|B8A+e/v8'^@_BƲ]roBhho7]Rj$Ki4OJt7{uhŤC**tO%k`@ctޏRII{l^Y,REBc:8i0OdYloe3[y m`>OkM,cDRD N>!lj 1FEd|4>Z ݯ @ vRPixFWÅ{zC/t]^r =^qyzȂ8YqCҡ=!FG:DvEl}D(4yʦʚő(Pn~@Nu5a\ W{@jB@HkP۸zW>W#& Ȝ"|VC1r܆@Tg|v[ē3R%wa2/\`LQmp#Ix0"h\qgK`/Lj$A8]gzom?%ϻ}jo0TRt\FKh'Cnԇ)bErOQRJi0ožD6y2"v#_R52x= 7]6{dT<ޝ/]R-|+sA|xR $% ƃ/5fןk -u::Won0b9>m0(-6q9 $ 8-:AzfGLnb/_>as,qmy̟E_i;@E㫌,ݡI ΰ+ezcRI?c_*[ IA5"YoGߘ 7{ӱ|z7fL= )gYgpq&c+L+aF"2wh j±ZqMz^G[= Q3}$q%"We22)5NC# 7_·\ǰ% $ߥ(Owsr~:ЅAW㑄kӀڍ']TZYN:ܾXq!u_qg4Z^W;4uף +.H2 e)rO PB-D$MQ-{=ZLn4S,z+|x]^PeqVE]+t*L#faE/:2F0y/|*?ûes섆Mh0!ӗR9  {a|>*ВM=OUIRI7ٵ=m2/ܦդ,SMǦ7`(# >nw3MMX@Kcn٥hyoWUs1h r~&J1i혇79y۪=Xԛ% /\U8 Sr$rP(23y0_DTY~CDxY|?v%c!"CFt3 ^QNҦ_'*x̓S-_PWUz =\71u-BB4) ]MBoӏyODh)&ޝoqf[/f7Y{#4ƅ<FmAN |7Uzͧ;R8qo$A9(-?c+_/rS>O, 0 ffr`aB?o*iq=(]=%qQ=( !.SÅQˣţ5= op51F ݞI4g{m(z;TvTsMC/#!uF.=Đzv̒,k1߾/ \O\:9%6/XX2 ă4Sl0WTS4bhVVL "u ׈j أs Ͱꯏ'~Z8H&9ai~f΀t22!V9Fɧv8bX9 h+6e$%;^@ nĜ,Ǵz )_xBw! 1[G9߆bS=7$.tB㰣Nn{Y:}y%/!fKZq>$M6ĴZFv̇ z/!}&4Eu2 +Ԥ Q2}^%=ayn@P27{|*jW߆S^_ePvwWۡd};Őm;FA;%Hr~RMmqjV`(ġM=5֘"'"F8 T$Kݙ [ xGa.qu%_/(J]n K]045nt,>Wih^ b`д;L3ط {r* .:TDzoˇ(_q_݄` eO: lJ k[@t7;p wd>xǧ{q?9pFz묌QLfyws_AjMqS@V w$)TcWZuWSꀝ:[wږ楹 *$7)CbqHCI {npLZ `_$ieq[n!KÆ4YJ&V>mMZP~2!)ar+&ydؿ [a˶26 ĭk_óre@]>ݰo6803~*>|>\d 7G0N‡MJ:@B!i;Wl՘ g26KiGl S荓kxq!MLpu.݇;>oGZݘ7V$Шi,*C-Ȅo͋ -(MsC&CIdžK'3 }m^Fo9_*Ƭ U;LVJ3RAa3vs60 \kN-\ [c4Tf~Sk{Y8QHt(WK2xUO%Bx±mO23pPj_$5,d?rCo%~g".@u>s6EL$?H:^&Nc?"&G|Dz$L`'qQ}OsFW@ݏe%heՉԍUi Eslƫux+Hyml2&‡NF2"gh{QzO-,NkҰ>]pfWT#\Dq g9Su=yr3P߮I1 w!?5Pjn%inN#tk\ V}H.WKo%qnTRP@vSGiT+f؝]f$`${&Y6H ::} %FO2 ֭ACt&ANO?eT_,ݎi/9.݁^9q24s&vO^\$u] 1ګS.w Lq g /De%jiٕBR sþͳkez6{P~? }\Yy߭I aKJ/pƟ~\n@f$4 UՁѐ\I2Crf\*sc&*,`f+YY J h Q*1ZvjhBGL+&5~_w yWm`К Էy|0"t8aknqζn &6tTB77F3{;: 37'Y#S7){8ѓdU;@FL%^0s^%*1 iڰ V$9x9 M/{O]ƿ)i1{•Cm2zNTΈkc<I BvR010O:IrO|hɟ/*sz~!A92і rjb@>~]lK *fS|ǪWiNslLYSf}`f5ZHB*D&f>..]xwcCQA1<`[/7[aI J(lkY?πu6Z,{?s!f38aUu)=\.ɓJ+jlfMsG=$O.Aq]f0U5[!` RӲLN/ u\7 0a7 r kF 7y̓ >͢"t{#KpMÂϑQ^[Wt$!_bM,9LCdʣ=5zX9Y] 믳_Vo? }޼)@!V[Ǎ2({IFħ1Y9NKIǘy n+޳Vp /=;{fh\'Tm4YbI41 nOq1B&d\W5쵭Jq}&\' ʋMS-G;`C# 6Aj Iգn A(AJ31=fbB}?oHc0:` 1ՌKTA@U&Yi;;_݆^Dᡐy@-dB[ y XckyI Yi1zapk}r %BF#~rearΠYzw\n&)mҘn}z>}GeF6Tr Ptө0dշK `-^_ 1fxyK\f/?60}.bnF7f HY='"c9&tSV+,)F4]EDU{F-,u>l\5pDjTСmO6i;V8-- rOSziyf4ȳ7$!cJhBȻX@55LC q #G`U/ 4[]Z ~e5-ao #ʸ߇Kk =Qe Y ceuDV>@3QƐ H}fy1Yc66KqF'D=Z}q[r`Y2g}lQϋr=~#7ƑeR߷ŀ5hgWl* n+M"2X``])$F|O ,Fe/QA,ܰqt\3Uˇ24WW~8-H-YeSV6 XnQcQWF;7|6 F>z9x$a\L8Fzǫ<`.G/EKS&F^+ ڢZfJ~\ZHica:%>im_y M0Hla0 A%m ߨ @[o(nr=W M@$vAptlG(@֎_v +FXd%7&fP%)/^Nlҕe:+nZ zkil)ƌ3 b$[ƷzMj呾Qb]Β!=(Lk*7^ c!a FO!q4Db=9l D =*G5@{RDN8q7PXlY>Ta:l (]}%#ݡ'mt6´!M+^rqk V?eqcjm8N=t1խEv[K*9|JǍ5e-B@S PFqϫg6Q1|ܪ,s NsdK$si !'dz15Y߿LjfsPr!rNJߖ]:GUn[K|vh4 }N]%hNȡ~T/1Z,CJL ^ <3k7jySܙ~xj,|+Y_uRRg79.ᄗ,MGB?4T<>_ @ eGz^δ:o/z̒꩷>O, z ?7e4nkfvH2pGR"fb rĐ0#ROkY3ךO}o0G\+0*փbc@jutwf朎ƼJ@b&dP@rF;A9ɩPw:P%CeaVZE1P]AӚ-"1AX7_X t#ٽrmH~i7Ԗ'!قQ+ҍ/+S]ʣX#"]'.݋"(YꙄBUU?iqDh! /5wdkN<,YwaJ}1_Uۮk=H-U]\7z$J{,=|쥶˔ԗ؇۫Rѫ _&#JioO&s CR"/y+ ;K3r`Xhf tԬ܌'=L$ӳpq/p-fw1-Fpx Z!cH9vWP2jƠ{vx&f-> }# UKoS2'Q[RJu7 >z4_D%w茼W7*`"E ˝EUW\bo/fּ80X!A{7[ 7ݍ^h'QAsAio bB?6}_nVkr`}(e mĖ')t>25n)d{)zV '}<L!"4RЊ񫚦t+P7OMeꋉ׈F=dvgV'd^#EC"#.,_BٌZpoʰ\lx D#m!nn9yg$XLw/N[T4{Dj:}d +*PIC@3RCo:\ʎY |į27R89" ˌ:\|6yLǘӭb 4Sªq|AtԣG#A$E2.m_%C]ORAq^!&nkD\y c%^ !cڒ$,9$[c_7_iw *‰5_H> =zC1I=d7>e C_ @X/f5A M#/:9[BmS"5sHFC,JX0DפngY)-s>+/{iygu iSsdzJ^l}clźWjxyiNJs/pW|5aɕ>Cvnw?a@R@S1ƀ[L!)zī6*!lCN=Z1@^%ҭqoQjeϱ =I)e w񙋶7sA?=(4 -!#taR~ YU:0xVil@H8Oҙ`9?|ZK*[pFr NaV˴on(= Q䣜#~4$Ĵ Q*҉X7$YZm1M+/=Ub2Ocƥ=q.@.ݍnInδb '舢!!/T`|$.P" Wv]DB&/5s7]i:_6=jM]iV0Ǟ1SѴ`D y5TCπqx `M{l ڶ<*ɭP|z{Xg|Yԓť=dI`u(3A#Z/Z(+8O>Fe^%E$F:S+^O„$WfeNG [F1w[Լws '?iH0yowMSZ!WujМah\1:܈*9E|bSç9SCr-M ؋ 1hx# | ̂3_v'M'6|!}D=xQܥ %I7LJ`Mg齱BAp "G"R54)q]D]ovhp@"ʩ뜴RJ<:?\Hžɰg^qsaPYSl귻-.8BNX97M?)FͤcU-3@X=@9Xc 1~Sm4(gEZN5*QL%&i!Zt )ڿ}%^oKKP[,+5f]}Oٻu-| zQl#7瘁Pbt^Ed3jP(ieg+pLpħa1 zQ=2^ pE.p+Jre?-^e Z{k!=d:@lU,j~$b%@ 7t99k0 }g!obFdB7t| ~o?04 ,ޝxO|vXIfl YI˜dfp뢿:1&`:CI {X1I W ?VXY֖v,@q^ ;XP:X\'OO )~gZju@ٰ`+Qj83d=H:yUޜM: eF*YvY=M[Ӏũ,oV"jS9wZ豥Che9k58G"Xo\%%.a^БFLc߃sTШ'Зo"vU2 HX)OTWz}y[iXy'u+\aZx HV w}&qCLuI!?b"t{Ly-{W l~sH @q= qh#Sټ zn-[RTAOOؒ8oO8|-G+hZ9Mܨ{ ?cV)A= —I?QVއ vO%b]SHץ-g8/ ca(WhKFΏĨ垘 p# 3XsSgLHܸk,gAb$fh%=&tZVn_L U#55~ӣ1Cg44H f4"s+L,%ʄI6 ЍU3PV+,) N(͂ߺ>j&t$:T6KSTux#]G둀w k8*JaN[jyѧfڟ :& _]ƣW ;}¤DOeMw!\ v^}YR.>ofcZxzVF&89i̖,HfcI$g7(8N:;z1 ]Y'ڬ7 */d^-s NP@cHKݲݲ`Ǽ+Fu`̎fr 3 <\ :R:qH8\O8}sm.x7w\l../)B)4kžLgx/?A|~ vd؄+ƫB ?!,tsG c7B9 0̟Lt=sڟJO6E",^:7$ƁMo;T8[[hĩWIqI!eҋU*?,.2yi7Ʀ7pN>mrz oMeczxx0-Eu*BS+3'd4MmSE粜3y#=V.An*~JX]2yݽpNkf) \ o TY,2%*Oyx/.\` 5QWcTvՐcm 2:41Bٽ>wK:vжmp/__IiJwB :jK:ijY O&-!zӶO 3ZʜifA[BY`*e7BagM\ʵY/x?:ݔgVmJ'Y=M7"ׁz}BA {VYD6q I˱g?$_iYtx 0ۀ[,M+^-q_Ky.ehb ds%aJ/˭Cj .wh 8t#r}J򻡲cj]Ú޲ի3LC7^p,+*_mAx_9r6Y}QV- "=='?pDm z8@dh0c2doMڰaֽ}U?o0'dԢFu Ȅ]V?SR_g>B/4u1jY0.]g|o ƶz'k\d$L䋇HOO"0(<V3bdUy _HJ^YO0kQyi>X 6{(2P)\ ) UvH߁?N'Rx"K9U*dNI 5s4ڛ/[id||ewT]~j_sTT\B]jA谰%F"|KA|82xVI^,}.NG#"s P@Qh]zB%Zա8̼y4Nl GKHAp`$|+(6^ Փ¶J A xX͵h?xϴUf"n)U3k띯@ӈ/2^ZA@^ Z 7d!Z=OZ[U *̈|˼ e¯Ե<y< P\fۤ9pɼbS3i q\m8/jԨМ} 'D?%g&>mD;yr*q$QQ֯1(k(RB):m)RugyTATvigq'ۧ{D}Hr ,3t1ݒTЉBI?,0:$UxeaI$c.PvHw& FΠIcF)h7b,5bBdy Z]5y5ұleˢl'VnopV_л+. cJP$t~f+V7g=~:f-Xl, eyfx5|$ ӆ(S@^CV[lyS~=8adVDQG"'.kRRqꇫ{1ĘuE(mqkQbK[-lA$+-gM/*9H&[T`I/(OĸfQx5J,xV3:iٓ23uN6GMs$A5A!n/YÀ+ře0=BְqfPjk]{c*TD>K,8bg|wѱYXb䙺9$3BT -g>Rĕ n<Lȸw{\@0?R!lBK7&%<;ס{bْ.4FeT"-FrPu[ /Q7:QpA +dAsNskx6^ P,*z[*f'ݍO ؝k+]l&4Kdƶ9 d9dxVg},&giTTS4p% lS.m:,8W ! I}+wZ1G3l57A&9aQPDY㑦aC 뙭>ۺDXEq=JĂJy51'_L8eÙDJb;oxZ}V7\S}#cTπ2pgȆUpiTժ0^5Fg)J՛$':e@)TJ˱҂\fKb7yH\櫖yy,pnٞ^j+'G[b&,P_+T! X:!|^U3[K>D,p>qp #ÚQZ 5OYlTsP'S#2N~C#H) &Lk15yq {d=p?y@HQ'nu%- LP 9JhC-}x >=qPw`> 8O" 2I03Jw80D H^QyYvVIU/C= W=~tT1 ̝ɿ1pkEzjOo4>KZ`|Z)Ft/%}@lmG‡O[$kA걨U W((Q1?b~ CN i"p0r6djDExe}`֍7Ӊwt =LZvPur!$bGa Wa {|-8ϛ:a{/\)rNnAw*4Α ӶyNNE4nӲDM;pKci%Eʎ/sawg>E';-':G 4ݦ1)B $GJœzdo P%JRDW Mz2 X?OUџa$CAN=  Rp̍,,_}E-Rߞ^*<vInru~RH6*<Pm{ SfAFMbe~1_TUƬ8K`ldY3m| D׵Q-y5-JHiO$ W`3(nO?tJC3CNU\"v*7 -? /K?F.4KHiùڹqwEJ 8ر{׷2)gê0R{.Gx|B;iA=0vdcjxHMq \f[¯gKB]},c ]M3] 3{)Y_ DQn8,׮L^_C vx/U AlWjaœfZ5^:tt2ZLefB&juBȄʝK:oG/^ ,St=rNP ـ H^m ߲,ZdXf|n?|XG HbS;Ɍǣc7ry=MHb_E+7*!Ba=)F\tlyۋu~4x`&?V0]Xc܉+ڟm^(êzu'`8:UtrN /{FQ:m~&ߏgvGQjhAk-='S}n:2۟LQ߷&%c峛rh9~} ! Kf'p_~j?@+'B"#=`, 5{ªF2&@QտX h㷍9VV!\]B{딑E84 < ZXk4sՄSfss4 ~U;q?MiR2:}$0+KAhRND.!5@nʟY̾lL 9O鯾'ηHMen.;M~Ct-#Z2Uw#z:!ֳ;޿ϰ"=C1[*S}|'GX)J:)^nc`ͻaeՃgM";@JB'_oZth[>G2Rx(;(zC Ee9Is5jwa1X \|zZt*$qwm˰dJ5Y6g|Vy oM=;c0RwI$pOX-T6룱̇"L" :GCL;h70#֏13V_*ͭ_`Zcu*S%`"0ܡwopܛf[~2T;ʂf(uc"~l&{Ղ c~Q<ѣr%Vl]į-ɾ~ܳc, Yi"6+#zmO#_Ri0 q PI2/yQP6;<)h f o) Em6H+A)tnmɟu@=WԌRPMj5^0?2 ae7 LeiL"lOB]|h;AqwFg%UxfS<@qц t_  l.,ErPKуąףtٚu ^nP*W+kD4&[ztݴѲ_eNhP_Z4n楘wnE|/ 7`|70Rx[@5kŤ:8B"KԋrQiGvt],27' 5g'087pf!TEeM!'u$ɵc1f y ^ϓRɚT$\de6"B♷>n #0WFUԦf <(apmDo 94a[֣BX9C}]liz{  ލ12BSZ*P|S$A_Їm:YZ*HѫթgAIԑ>̈sO0 u̾ 0ƻRHO>LR>_VbG]@oNRi*RD7W08߈M{l*; 4h%cZ e{:x1h-7.ӷvGl:oc ̓1X?fZ{>IszE7{*u}Z J7Ryڙ2 DKHF -gBbNʰdi$=hK>.287\6X'~| &lB $3eɣ*[]Mb!Y* r`;hˉ(:H]_LG T0sCL884_r-cP )wd Z! w 5(` նM38aHO8iHR{|0`:u XB}V} BCw8nt ,Za hz>&=u͈3͒pe{yE&7Oz/Uͷ~bdH$ܼ*-}` yG&0~Ş=m!g*3^9˦nw)|?kzirYNϒVe6:vZQv׈`́yEzRQ_{3W$%QƘpDM>}6nUN( n$WnL,OeF8& 5|7fQdB-5!z'$/ߎLfM1hl~93#e'.J=|gشQ)Jr'j4Gu*[J`*/m AjZ5 60"0`-Ngeӟ#zϟSulm!tPh^Iݟ漈 tZf%RI62Yd{:#*JZ킑oؓ,]"k`Əى;6cm[3Dӷ fdS+/I 4IqBԽE6>q z*D1 3&XAɼ8na+ ۹F~V6l^baeSA[{\9Z灕>%nIj\@:qqhg lxE 33/B(M _I`\>SU>?y㋢!a_͘ţ , qT35r'Gk)$#ka8ě­`'{'hh4rp%x\`|ɘE; `%8A@x_XSV@8~"oBGCTzJ]a,]uArjл &j2 .'7 Q+gkp T"G,LwŸg*8lBZHWo$.8u%BŃn՛mʼfT;;rLQR}mҿr.:t+T/}g8cA\o'jUdRpXɲV 5A-fIcRǻ3<^v_k.գu'} 0bcKPw睲71<_ebuLQn|ٌ-= L@.ű Qjmož2Ӛ +N޶7|uF hMnHYKĄq LkHBvw/ԍ a/v S;kwzژ .<.3#`P(A(rd~j Olj]$E[yLS}\VtA@|.|ͷ$Y!R¡EHH$[yˋ%.A%D)_HEmh@eVz`jm /z-\F콣HTdV| ogrޒr_ϸUߝSP p%csVovMgU@+gZ(*u (("UScY+\I>h9{`RP(+ɿ<_)}jDKQ!*Vhm!p6Iϵdbk l0c9⸶cȅFh~WA@:|VmOS1ރXuQ靼WHI'TONBZRqx+8{?4հNV.&Þʢ5HDf QŠ.q ݰe>c]1^+|w$~E+ ):@B)dL Vb6opR8q;]'Yx@@`E|Z i&kw=nN,o9 S =矀?aց3H%OOJ^VR'=.rkX/FR>ZjXc QlѶ 4S0i^,w]3T 6E>30V7{0F'_DFw>IᵝFϧi#=}_'Ѽ-f4̨$WW$HY_y\ѱ?{_~3TqJ/d^ /h~QyV4_}Llэ-'%#^t=|F_qxg>}}dc?.R1ޮV8u`o@$}CGc?MQK@bnm Ehٍ1 DTuaU=84cv\VٛgA-u=W4@y!1˚"҇J*ߢt)sJsKC~,)U9KaeB;viqӈeH!yӫ&a-vtZp& o=K6c(4veYF<%½r@7^NmB{f-G/z3X=2ZºaAXțD8:뇬 CTxM- Avk9Ψ 0%Y18FS[k &i㌢Fؿ p+LEߵl GJ򙷦Wi-pJG}<6' Qm[q>ؼK iSA1d 螤Ny{NlgcO#ۯN"(R1K}uw;Pm*$0k-{MyQ2rPl:iD FD"bF _3>G[l@ƓŤ$ ~YwH9*EmH$` !=cRO[u>_/W&2 KKʩǫ6w`kq%GD4O^Y"i?ΘrB eZq|/r/r_g -bb=!u C !Tq5 WꝒ"'Wf"R;Mmr+p-tե.(>L#n7*\FlA&L6VQc5@|m;ox:2߰JQ!˻Ϲ=-]0 'UNѥD- {/&T{ϡ KpE˜L?F@$| m[Bgtp`pC襪D󌭛/}%=r٧Ya{X=,e ~K0~0[ =7OOlv3k!;43GrXޜSZUg"[ks[P^3:lXw&f/=,ikxF>%&IYÏ[FYL%,dWA2$4 f$ >ұQ%뼕c:y-^!6T$^mJ'#߻#K'LD *6} QlOiհĩ$p DmJMĻ HI_KcuTBj@Ip& Boa1ٸ [t7^\WzѤr6M~|XC&vavJ1xr&Op4 ۴;whl4>1I檝xtb=nJ_ ҏ^K Dw"ɒ]GхU(Ԭz?r|FB^~=ȹo8 wG5OBYѪ+-VJN#a b *} n\+6RTddM>6BY/YE nA‡֨nPi[yk'o7¯hyzKRVɝHD uRI3de<}u>UpiwaDv F{vLi<FNAt| hL99uj #2o=U%e4I|Q}`N3qgI\w%Z*m.%,V[0뻊^baA*%f?9\rğ*ajtp&G[:łkS2C^:CC tPH#αH*'CY'EGqBḪHV0~CYVvJy;%4 :& fK|񥛮"ͯMā0sG!w S@t3y(F%ʯ0Yr5ډLʔ\BF" (|7f.;^> tZīLJǍ$_fXM9䄒<_uFMkR@J%򢛲~ XGh&%WQ8?›.) 'H5cb"BWj=|1qSVbDgu( y&4s eGP%--w'S-tZ%޹=1%/4NvuÛBGEx7R6@hwbFFfRůCut^,BnlʉBDc6zh<ssۂo}QSqulߌY<]jxa(E3rX}% Rn&9eE5Zh8IyS\ĤU3|bUӢ2QR<l)Y&ׂ~'zd]j =VFfEdM0ƬvMy%81G*:"KmcXkhl |0|5dBO|ih~翛CɁ%yAXt/),wG=Ӹrو L w/0$ji8]A 8Rd' h9wjdB\a1La@҉"ɇ \e&mIq_#8%0{a6ƫۤtņ&@A;V:)38.x ?–=)Z8 7Iʬ4!Whcm; d[o#Κ^.l&_ ۯz) 4!k'!Jt00Ĵet6'<%v( a>YUg38znc% 5̎ O {Qt4"rzD>ȁ֋ m2cRK6y444"Shn8 ws%$/<rD<L rj((!T#xL έ* ZmJteVk%ҙc!SF%H("b X":%} #tQ-?݆ϊb2nhN-^{K:^UTT8m6wԍ9;aW8tJli_\9ĸu84o,ѝX*njrR @xpWM]).̢>ypkQbM#) -:e8vZ[̽È{ۼ%l"o<_L#*S7bQ*nY6~gu :M[F\:/JY,ndo솽[wyqЎ `F wPr/dVm$S;U@bm`"6ep̑{I𐌚`g ` ( wòEL(ƉY%ĭ!uOTn`^,b "̛f>&\*0 zM|.\ sku"Z)qL{7LuDiϿJ7o3O?UNSŖWbAus4w+^rryrFS@xԁQ6 ju"ԛqr;pU/)/^5HkUFoO0jGL$)f-!6>D~^*_XZms|yI<3&,1m0]>{932b׼g G]}r:A@EerԨLqDMn5WԌLo.i?XFV{vksa^SiVAinУ_PXk?=|Mrwn vO͸T#xzG=l d-!;8,> }=u[ag^3pN D59ph;i' [c- _BNJj|fK<sX6ԣ8U榀5hrT=ySY q:8^x~пĩN(A|SΙ=4\6b$a7"p7Zt4 lz$!yJKs ty/"WƗdi'F?Z:̑򞂑wIS5̑㮄q}w̐z9cE (O(/^"NJ#V~Jxl=sS7Uٞ?M҃62&M>o)ScM=k*Y%9[UŠ_2#,"2")C/?4堂JeiV~0% I, b,m1KR:zhi+aIN$5_{[5NHGk?Ɏ8h<ȩ/pHQO )ڠO߃3v3|7kl4KczQOn8Ύ[7G @~< d==41v=zwC d"4ipX}n@ ڬ@ ?laY.k![߾įQX%:6,HfBz FḩYɦ'_ۆIQhpUm%,R·Z&y$A&<`'ovOBbQS flƙA 38B:JTrL . l:3s9:6}':ϨsC$&[9'NIg}q}tѲKr@* anR[ƫ`1B}_wߎeIqM臔!)>Bu\1U8$tfs \70M`WnKC;8h9 ػYMtYnCWpU׈ V}2sP RfG2`'@.PV{t1[J>H!'L孔J͸u;f 񱔘x,!FYY>{~*k}{gz<[W!܎%R h\~mǫN}">!UrK͂C,탾Bp6tv;&pcd Pl@goC7mj.@!Ϻfwv#0W;3/d/;[W,Fehl10TۇLggbf]@9[QU Ho) C?{Y2&N8 m*yҤJ!q3yeu܂[*|7H=#-pS02]|N#yk;ClmWp%ˉCE_gܿAnO4phRuXcs<&0 Q }0ԧS#]" ճX_s5ObWeذ1d:M.ė3ֆ["0 (N :$\ߩJ5 {iTCjξFkBܞ:~J`:RJ!7Evܘ=A@w7sg-X5[(NNWAGN#*j\ƒL]"*:rC5A~i-Dlq`gnlDk␷Drpּ.ք9n~8empG?1O2Bۭ223^M£P(.6H=F #N}' q?nhuB`+$@%H)n/a5 8 oTC$+1֣/upx;!~۹=6Q p>r)[GљՊB eU%PHvW%d {xA@>2~=uP̗\@7w{."|b`'PQ,=!q= uc.mMȞ𲭇B޻L܊4 =LGsCl A*?r)uflklypAq#ѹ#1D!ݔtv^4~WI+Ī0EM S܀o69]xO'..I"t3vFYmpoCJ#Mϲe (g&ŝ{t w8\z;iTew7 xŇ|W62֊WuBg'AU} b]9f}C93 [;:_H30jWgҡlE.B辫?lCwwPkLRF9qQt{R8to*pE6Wu@mXֲXօ[} Q6S.76w|I'[ErUEyp)Xu 0SR+?&bHaXf`zQflf$ϫg% z)WQu.Eظj)y#NȓmU+h,vvrjx%h(Yߔ}B-U&00en*^~w;Vڨ5?~߻2nR?X겛]uwG?i0 Wu|8J<PCzAg bY5'Nc9Kޝxd7a-'! W@7\> yxxGaQ|OKM ?'e6_Ć S73U?Wi7jH^ lQY֑ +DH(Q{s׽skorrBUS.l ;Lq\r֌`wK;zmXxaPey otz?8K;};i{D x*&1PzqC6Oin2`yR3[ۣ3 SѤ(|=E@4:HoN- aLʝ}^+ j6կWr1C$W±Dˀ`MWIP.&pz6ɯ %HZKP2q,ۓ/Y.X.AksnyzϯYpLKR>٨l|-Ռ+,C (s mԃ 'd阜2 ¿o52P5i]Ply6p9ϻE.i w/Mډ$TK>Dc0Io~SR%P캧}{pNj€h'$=;V9'BU|sۥjJh 不]ɝI%S)R5?ݩ LaVu,u5nHgռR{.+Gr?J%jQّ`WM>Zi&v q\7fg2Zkg*IxV|jc}9O#N YOQV2<ΜJؗ~) d-I1*VJ+#.tД.aUe5҇Hw%y8ho/;!Onku&E67sp!UD01J&T:72Uyl3k]X,8&Λ>-]SWq#uWT:|x\*A>lć4d7KQr5|?Q3XV24?_l8aTkKmΓ~݄F~ ow\gt΅*y>`)S αur !%'VN%Ic s<\ iU([=B4 :L>6!K.&" ba](7Z[(@F_pȂ\8+[H2P|?8^q!-bf0;Vvf#;@-{yH.W_Y/O꭛ \ p^L^;R"ڧ Zgj|Z;Q8>Ĉ읨4>x#i)@ l8 6Dw:X &Q諝 E<=`&rUV3wO,'Wo&SB7es)BѮ8ʮVq:N{[>Smt}Ir.4,QP[jdMvG;e_.cIm -vJҲbUR& EHC*?pfo\d8SpZH. !'_,$tqۃͤjEB~oPHNd*(Wɼ!cf*}n4L5F@Æ݆SIFOViA2 އۣ1f{Z/I~S @&^ QXmB| B}1}.V e 2Bi J){mBIX` J ZW$H|t<-#nZi7zYAj[=ąݎjf؞l坖5N,4zIsp 5CuHh}BHZ}Ap}Kާ,~1O*#3b(x J>J.7AF|Z|2aB 6yR…hĄtα^[f}]Jby{4bҌj׬ĚhY(GM\M0 5 ~C-OHRN $5bh *RO2Q!}+ ,] RsR/*I<XSH~ m)<x:kǏ=x:&Ek[[%Fy]M+cn@Sfҍ19X'O#l~PօϿ{!?GMuOKJF*[`Ȍoh&(*y+=~H[p&4s9JY%*}~GI]DhpQ!{e6;U2=smս+C†M/Xk rA-=8%˙`{.\9[״a!bpk@W[-$ 7Q+Ч%.rUMFNЈtž9"^&J5ZXT? ?ْ3*vqN]*Db|1  QLtt("l _L\کF-ӂ<8N2O9#(\'ڊ-T}LyrL:nu j(`ȫk%If Yxܨoښc̗&)*|MK֩:gUew)h[U*ic:dFSv18? ҏ]yhGͳTi@hDJ]q& - 1y=*ēFr#aЈ0އˑn{gp˩6Y?k̖t \1v16 2 .e2+@Kj?U>7I+L >,=kN|U);!Ai]>[M ʋ,HnM}xМ*gm⃸5;MYv؞SW8BFr*; *q<93^4J{5ؓg5\G:1`&7}MJ Eye2e3"u,aJ'R QCut j#(TH.Jb]|7If nov+.`MHŶbЭd(OeoMKQd73U<_?ːoEZ2}+f'HJ~Ó16ѤER1F< (9%sUiƃFq7% vwPb֢ xٟRN7:J4u~DXaStjm;)u ~U0wF0ΖΏFjX#W`5\⬏[S7I赁֡4gli85[6 Zc1(*ւ-Cou65%>jb?ݬn'Ǎ8PrdU&&/E$יcu#WVdߋ><^" La.crGSߞkjWMgy8*U)x@$&sn>X]^ã`Kᢒ/`"b~:hUC @P̦.gZX:br76~= 桅4yvG=`Ҹz;Џ_S F=sY?M:An Z?>uBME2L"҃&,t@:]dSȹ;&wG [mSdm,)A :8rN{jf&g\zI2m6q->+iX9>3c}sPCf+$wḴ"1b+,O"P3pP gzWXإH^'_WJNR &m yt{M-8U7v*:ul:>|r:&kT;ZRE8 =*B<uZ{G7ӂ5pC۰%<Ԅõ`k%!ܲ~Mnt9F!Kʆw`aWlZ~w,>o@Be]6+/T־Q%v|]oyet$U!+\x׷,o3 |ݨү{ ʆxP2|? mܡd /|ճE~wC9,iɬvy,I8E `܊0Pɏ+/.[|z9O}j J2u;%{den֝O\"@1fk=׬:G'(d!I/Mji& 4LQޱFAO*d %]e4;N_^!; ٛ{uj4fH{XX~t$"%^E#ؘ@E+z>fNLų# 3XCnzf{*+@jj!fަm?Tj(ɰ5vvڣZCw*%Oԓ*sn$3Bhf;,ѪևSmjX{fd&:.*ү[]8 O/Eb [OY+OW85"4Fkj nj3 19wz3Tc*UgZD]>3.dzL# +z;Ba( 6oJx81f]CeL' C6aƣm?9£1;i>:[#YkMJ6(m1"ez^SpbkP|&L>qT$[4m֯sm"cҺ||pÓHP{1.f*~W ,I)uSyYc -͸>byZԊqxLsEy DaEշcrPf= 7%}R4'bBWP6`:~Ћ#+(ur.DC Onag:K%K 47HgvMw+v%bn!W}`XFv=\ _ ]90cEPi=DAQwk84-Eר9𘲈Z:kۄ: }!g5Y}8Gdx/*ڦ1VD [+Y`[O8l9 J"$wO=U|=cӰbPX8hp oRUݐ ڽ,z+t7w}7w;K֥ [h*L 혰:g+ Bب3ޛ}fw/ Lc6k^jtCmOy#Ǟf ^R]wO}b:4T0j1dtjkz}KhYL,i Js$}"ݹ8KjL'6\SŏTոnj+ulբԧ@e_L 5B*^)OZFJX#"FXgjBGY++zp#chQJ5d7+tb CHynFlN 5SKOUN+zl8G=ENӷ5 _ m\&7ےY_dF*DY!rUl-eO{Xb~ހ%ѻ6&gbCD inKh[5jpץ|T's{Ԟɕ aIr(iWȎXZ{@T)En`y&)) zXO"z cz\m'SoUcȂQLΪMzzB !0RdLIՈM=ᘚiM0wګ3CI]a]5)$oOUڂ[QW %[*-6 ):렧_-.?ǭPȳv0%F;>6|gL zQ(e3i|Ł.sLH`4$? -qIH tNEb%[u*G0M 8 O!k"B:#?J0=!D_yLUBʐem-eg |~xsUs@#T] ^}6Jk ˷4v4UQ&vwWp5C'ڙϴ)n5IoNK_UtCM=&oኳ~[XMF7wig[-t,&(TU >`flGDqt'bҎ5f`Y?}^5܃Ξ+]؄ܙY |ܞ` e4h'\Eb뀈9hC@Oն^vXc1}KQ혢_v fUІ LW\yQ;1sJ1xnvׅFPݕw&q"j ̗ǽE\ 5Hk29E`.YA^I"ߝk*aM!yΌI0z*`>RYP]-q0Jg0+ܵv8vq[Mw瓼Tex'V{-FʫݢLV<;qiI](8{Xb,͏UbI c"̹5 1_.4O{u )UlXvjF1s_( UWȩiVǵo\:΂[ ,A!MV^BIx<dq!2yӲ3 C5ܮAz48q}jRi3Ӭ ,Lig?SܹqWBNz`{ lwrï5~0Xl^g]W~[h7:LCqrzx-6̞FH Fx>SY_%ܤ%/&SGh ^IXMJq8%ze1[Sp=Ÿx4p;Ǘ!Aq4#ka0'qu”d|Jh>9S { <%ngW;R.ozhIZsVniCΡ[UNW"LՑ!N륿. R[,fly)nkbDⲛ{p?5`ޝ0;"QKte͛xJ(7m6&b tkZf. o2.n߸;3E5A?(}ͻ*IF͡BEn='޿ENY$p.rk-Ԓ |/wR k*Ji>~}H`h|zkP s g1]`m%Ou(w{%#Is"\*=۔&cTF04quscW`a"&;3 5æ;[}*:o#yV4SsXk`z\5ﮓyV{0B"CK̎=WnRA[bVY*>2+ɾ2sƉ^6BS&&e[(Q4_<ϴyH5L#hV$*x[ь:y5ڦ59m)Kl sP3 [<v!22z9ؤXtNj$ PRKk5ΕE@eZj=)6G\-TA|] 1ْ@L@ uBr(r+JKz db^{"jTSjq{3争2z9ƇM;4SDu泥q˨b_ڥ̢t:8㉜Z-P$Hw h`u@`S?,G8=30!vyҚh<WJ1N#pnι :+16( +\}l7`L- U;7 S 5v Ҫ`A+7;&Hh8iF;ED%R0̽LݖP8nti,Kq--FxPX޶?E>]Ha*C@p,Rrށ4toğrۢV+&^jg`)wg\:[ٕ B Mfߞ>p?rTG@ uC\@e@:UqCVH3U{鏦 3/MՂ85}j7Zױ0*KL&j㳋]rT~6 zy {o<榍|/SP9,Ey4b7fuGˎ)؀~@ZT̲0gVJTzL3lc fk6t6s_+e8rrn3± 3yӤҮ,n5Ɯ 'ydtC[5nz@f?cR߸a&ˉS4eg EZslw A<3iVϪoYBNuT.#1I|>=5|L)CWAYyxnT$ T' B^.EH"!rN}Z3?f 1(5 Id$Wʍ7y'jrx$4thrHS {ɴc`^Q҅"1YszOU3́=~Yϰ+>!3,Jfr6{s8PWɯT*@ލp_,-)˶90\Kw6j_rufK#Vlv9: ߈3`/ЦĖ7'\f/E.gϔWO S?E2%7=WS>d cT0 M-UG7MM5Rc; (u@UOZZ*ٴ`8v@|;X;$(lZ8@-_wX vV 2Q+`= UhV0B< lcՀ*B;0mQKL E'%O$2 6jIl;M;T6\ǍQHSڴ(4P蚓4"ʇ<,rB1&U觞XҒ"XjAFyV9+;#HRf`"v8`~[9J' +cףArO^+ıe%B!i0,|il5()G g1P~A(R}bs|zyhpwHgWjM0 DY2x7nҦ^W"/SS94澸LJJoSvH!=|aSC}s;bCZǩe}k"D8ݼU q 0%axKĮar62oX=jST,xx4w؍BZhxU.bP<m~wY4kF7fDLvv nDXDC74?5OD7h,(<G>W| :ϬjX!+^_51a݊B=q/8 u6>$>l Iu].ku'$*+x vxrkk2oFrkt,k+M0|q5=@5u+jCi~); }60q$o"f\ *^3Tvt!UA  @'v-߬Z KM0NzY~.cA[DG#< 衚N![ֺ8qōhü΢ $: >ehUوUv8c;O| v4TFxX|ӈ } =$*G_? ~8>3%ױzsg+ };yڎm޿]|7d hEZ^VN [o(k0A?3aF Tό3[-Hrb %\jdԘ<_-p*O<@eݛǔ)aůnJyreW F&DHeY҄_7-ŝĐ ]vs =\g l%VK9x\,"B ɵ?2j7ԅc[v:w\VTۅV!I7T'w8,6Tk n< Pg&icD:+}zYO^5 NqE=0yoN 5O1[߹) dnjQov`j!QVWB|!ӭI}k uJqlZ`*/w.8cr~mR2XXd;(~(A`8I%WPWNQE`UldgY nY7lwlNLSN2v% [t۹J%UbU<8y2;z?3~nޣc$ @fIKd VQ2X}߲p|NQ%ޘuo%)p!;%nwe r*"(V#Ʈ]TJϖep>k(11"}3ll(43Xo\D>w.*imBtiaƢ գoG*a~ͲN)l;C%9X>/oݸ#;)%G,WH< [FQ.Ì+@ٖGcc*K#s\pw{,y6wI̎|Jq[ NK_SVSL +=jKj- %udui|Sd]dWst$l6M87F^z>]5>H4/"1T65講܀y쩘5:eJ JAmi=zJWY& ,E rIv %xnZIO~4g, ѻ Ȩ ^~e ɞqt#,Ggڜ#'ajp^IX@>'&ˆɑ>Tcכ=^x MMQ `$`dX36WJOUCՍ`~QsqИf{kွk Po31&oザShD4qdW'#ڛ|Pnmۛ*S95~ \ٗO2}(Ku+v0D: Fv#8-"1h'(4WR ;(MBY)3}~]c p `VL8$\2+Wa>IU6sy⬀0!l{?>k{Cl<2}`p?б,Է p'3ԠV$7 #6\5UN-Fc'}kA*Şǩ`--Jr(m{gI FSkr[?U&++^|O h'_VQ|F.;?%B5&pg*0Eӹg4OKmD8[.3 i7- mAP5)@doGjxyi9{[ZZ}#9t.c45#ұJiC/oE$X|J+_L})IlQXpe)LB`K!VJ ͙J a"axL]/W [p : ~C1fac(o.v|/,$l9Bj}3nAHȼ.mɰuAǀ@o`9M֬%F͋s}Ĉ^ѬK/6k[Nb-#lqfl| ^WũДf&ur<xk[$۸qFO`yh^KTt54.C0D^t}{8Y7̙z(Ǘz|&8żA`fLV]}Dl.-Ega5ƪi߼]b=2PzsV:V܌*W֏=A*f{"5j X W;zlz}(ޭܼUZӶ.s RMq95g]WMO!E_;Wa8#[$ Scgd8\HHT@pxfQ$@ ¦ 50t]$LE}w7ٞFU=zL8Of-kM#(%T;voo[J)5vT!/24+&.klۧ knƑ%|i܌xr0oPi%/w0/&HzBzJ_ qF%jpJؾy;TpY+s:~ICػ?>%s~OpP5T ?/xG+u\@;g|z궥eSM|7>[S&N[ج ,vZb"xPqo4x̒x}qHp1ge:%^kˌKP5⸁v^u:'&:5qUðD'>Xt-YƒKwLC6=T3te/s3I #jٮRW;ooj8W-G:;;LZD3LgRylxE00nhbJ^`Xh3ؒ;1d<}mrP%[ziUSB#wsFaA%iYk\g[y#4M)]_[@YVÇhd'-=m@:KN{}7GzO@9׉5":qᙩXn¿Gn2dhxnu6?zjPA{ )(6\3Pe[ cbкCZjS[3DgIH|^} 'dFh}Hi@Ivcvmw\ҭvXqLgv;Yc"ah:9H pX# M MDW}~cH%Z(w⡩CT p7<+mJCqtis3@AN(m̱$"[xks oGJ4 [ө!i߀[m)PU$MAfuh sf k sGw&w)ZwkiC\ ;L $[.`8ŕrkn3@=.,*h>% x' YD_Pt O5Fo瓹RXYb0)6Dg{VnhY.6NLi㽠:}/ 5\=6ZIŤ8ubY)FޏRGn_#E sch;kչ0sPHsmrz")gyӲ 3Ru0^6wxF&'?DʲY fL/ң' jŃ4/kɾcA{+!(/,YEףOH*;`D(IP'>rw5+y#\fP>|`^ Ycp+@,K3&@bڣn{97+0;F{Wq7esդЅ,'e=iW_-r9u6p Fr-S> z ::pʓmGǛ@|TlynyM0ùu/y~wǎ%&v u0֣TczYZ}c 6#Y&tf L44b5>;E[ļqbEAҳ ,3+}j4=%-foTLIf9tC hc^ 4Z>|upͣ09#\7tUť@ H@}e؝YAM5՜Qqy ش8/ &Io0?Xe eɸ[B{8 cGS ^b8 m7XM|ss`-R j1g[,6q]?(gK#3۶-I*{;*L\7!֯ j4K͋YzZH{Nz7We; :HPϙYXka8R&O\ ix,a綵Ӵ0Ֆ8yΡQ*m öV `W; 6EKRYɒ][*⢍Gnn갆 ǘhM!JLeH;:U,`\ʜIc` K~;Ynp4E-J(ښ6ET10gNSWPmnU´.Msv bxnP0W qkIEr:E\Eϝ#XespRzn(=0p4AEպ_SnI<"e8bsEFM=a&IZ J0"[.w`1D^c0iRɊt/0 v=[l[n遼׎JܞB?-V.qS!^9vIٰJ;*,]'eѾzw{ 3=kp@'IPsl< !E*<4P6-!=JcCa#wA tvg,Âjr;]ꥌUjX*]<|g!k0L~pc~ALPq[nOBJٟD&'8:0A̝M~ؐR-F"R `:.չqTTqYT*qRVIG**E`ZC%tvCkqE㊂k#G2%X%W=;BYE;^ M3cd[>DŽT0Z ~9i)mltar%Zr|{Ixoȴgc&cA %ƃIq5t@1.?-ӯm O|'&WmQ;.~`M% cP6#NWQ?"3X^ > [Ԙ&*6_D(Arb-1JdmOurve|)kѹ [9iu+(3YD|8"6*uէ^,Z]lAWKs7>~Q#b[FGat T/> &RQyRm'ֹ LkIũ=><&h1Jpxr?QR^z*$<u6 mU) ).\Pe3/}.$VޔNlY[M;_~fC0zJ1~E*Ed̻7[,t9 |hZLJMѠ*^GKDOiN1h~AS-qG M-iRCgW48qOx hu.j$Ivk:/vjBׅzXUhuakB?zzrkh4 D{x+ ?Bޡ@LmQ)0 ]d$,u4|=v{'n iGZ h㿂6D CoN [F4EC eJ,(BNVYq$C U3EG@Ǿ #Y4Px(\ReczS-6`Vj; d;lUWoK0rKmuQ @3+AT4[h= ,x ݈L#VRR\tqϼe VlG~ٮ|6>%Cq7lSl1sRKE;Uaۯ=^Mx5v}۷[[R@n6CAp .:ɇu$,FX l8FpWx7BNWբtoP' YOwd^Xٓnx~47L6UN!& G/PpZ64+nAoޟT8&%)O`(% ә8mwo5*yVe!- xHRr-k*^Źl^ ܠk< 35t\vT=SV5z ĞJ1+EO  ڈ-r4*5!_\ 3(!g5gC٣5 4Q : Xlhh!@qƣ7oyDc0*CN Œ+i[+% ȩ_(!Bھzһ*;0ڿdvu)V tJJݵ{]Ǵ:BM s|-B'PN%) (k^t5@W|QN\aݪWOݧ({'] tS;~c]Ti߽z;V @*zF`џcnfXy J/K`oz>%a;5譏GIz&)|+(a CzI̓m#cŕ"qDyM|G0#¬W MH͸ɈJ=Ged6jHx,F>S4R6˃܉8wOXJ`1P*09Ny\&۳LA7BОG-PܓP N7.N|k<Ӷzv(CD!^lMl;`xV8FKc62Qc71(~MrΚoNRCbDꫡc|ن21񧞤VWlx 4;'RZć+G53lEB'I ХXǟPBUT D `oT4)Ʌ膯ɪo)gXfuk zѪl*la״A8?&)p j.o0yb|\P. jbh;!(ZAӢv5nѡFoI4O+dT=]c7EnV_7&cKޓ)Kuv1bEl[f:ר O<0c.-F튂%xtr-8֨ JR!eq.Xr!pnGM=LQmX8p`o’%xفp 㻣 #~*:Κf {E5⩛k_4FnurϴMJ˺>P$4+LTWlr:US,qo&2EGE61[G=L)UʹVo)X0 8ݑ \0!ڢ w( Ok"HFaXقeU:+d܍џc5:8C3sd 0/r*>#Qd₈cLi}s`.͍YLW{nkXw9h]=@*=O̮1Rs^xi ,,B/Kli$ Hw?U-xoQTW >kYW)İ9$WLĖj[5cB8kjIAYa@ ]^fB UcsxIu9N L>af~8 ܊fu~v^ZNjytw/!i(p׶}Tkc"`H9hLy.}&f9W+ - b~ ėuq^ Xj8(rz~M.3-#h,`zt󃿑 [ɌLgʕ,T3F {qQ.bm E M)]E_=BhJߗc΀zPyvF:-d}iUۜ/eڔ+% rc%Ê9ώݮj.d}GGAƗ0OxiUHmp_xBy BRCKay,? Ry4]ػ StnzLi;BGE= bWAKIo!'k݅$F٤ ˡRK@hDlOOrqI0\w4.̵Ƥ犱rDqRQ K&x\T$QMcc7ZQ5\N~:iEuԓ gjSmCKʵ9.l0Aɨ(pÓ6.!7(ٮA.:4FB҂0%.Lw!E^ H:X٩d(9SNVQo;rZ!/Qv*$r'cw#Q|g#C)L`7H!yk_e2bjsT-ՖQ׵V]7}kd160aP0%]/PEsJ.Bڸl.$+DnTE? .DOy;1^YL- /ZUsbN E%^ 2;9K %gO7ŵsf~m}O52\ xŮ#HJ25b>itHPpԲ9!PbX#]ڊwޛ~yO aO4l@癘oQ{goylPfx+[n: D`u58'߶/FwI4sCRFQ=SM+*,/HTa]̻u.}h8SHb4 50ӯc7ki/ulZ3Sp[aLۦt~}!P| ِYkDpZ;ASNE5˞k1%*Xo'u#^NSF1ΡS,)Ce1h"ZN2%.qT/Bk QV:ӻ|_>#cF= 2wVevh5K f0.f渁 +xtN( WP·@lkmoz@ fi,>Fy%C@P#p:݁ @dE0a%-lC3C{V}m=ɄSti?B#I='_$į.ݍ?,Ui\› r *LętEb& OwOW{`F39m8iCRY  L,(gւ: *fͫGc`IDzG,_0#Za="uLi^̈4 K@"6>e>>Bff_"v[-Ep?570V a%d%4BK7/<+a$)5.^!\ؽ] ( nw7&Vue?BC!& E1)'$YJW vy`=+hE/dG U٣*R rf_~ 4m;L6!t|L;39 YhfMuLΛ%욅㳴$z9/䰊4fMK}->Aoy(eSZC}+96[HPf21ka%Η&gR/ lLIVn?A{P̩?kS/IS䬵>s0RY]UA$TOx@%W~A܂QH;8>bUFlR:fl˩P7v_ aHorRcb?I=wMN{ Q%8~,/Ɛ9x?7oi6 [~ߘnJϤdnɧ\aPy]9΁=-Ê)Ho7Oc&x;;*瞬ԥtj};9JisPd=Bࡇ)DmlZõ|h~IV0ddQU)v—mMD] C l;PMTaIoPt(qտCz ]biK] "=qa*ʇmrT.g5?XoץT#/W\lr2kA7#my)'iݑՆ"#<ںD 1n V); ^LSQ}|;6$$Mk癠o4GVarHⲃ)# z5 *^ Lx  ==d/|I!eAѐ]eKEUͤJ眄KϱTsc6SqseTzfM*䠾bd?ycc31 Ð4T8 23̔;σLvXXQvJԜ@_ȋOel 6tˤ´Cv?4q.8<9j?'!V-c]K>]8~~,^! qJӮwIyG5+JBn#w&Gd(Q:gq/, >4n&&S\2Y\8^IPaYTD睶yJ`b[2ȏfw7OKApN9צw\bjZxk|G,G#h1,v+N[Qrv> 3QxQul$9#N]3v*[m4Tt!E{ח`ZUo=)gv%\=uc5નݎ2v "~$w'ZChEKL}&8Ff ʑW_ 6U> `ֹXLF2C d!D YO!s8Ͷ=-|&ax'QRCJ~N[O_Z(qAaX:NZH3DeYgn1:d_Y:iY&iQU!K]uW<&BJPdbF(rv\FCFP-HVG=)#\MޚTҟzw|6.G{d3vsp:3(:!~Ŵ4 zŸ~/?}g1h=Pҷ(>#,|Jrm!.n0 ah3Ub6#1<|~-Nkh r'2:3-8ǗJ5X{2#=7U0C /)ڦ"5+T^w(sxF4N“1,AAy`W%?2;Vf8ⷌG{WЦ/[HZ_24)hzGP#Q뭘|-Fݑ/mKtqZ74_sbI&ֹVi_ ch<}xF>C=q+Z3#0}E!$8r4l0T0, M+Sƨ] &23l:qt\2˖=0Q""!C`l&l5ctH^@9(&F Nr':XZr]ڗc(6p#Ǭ+&{b$>lSV2=eD?p"j9] حa!|P4h>XPWפ-s;J(&սfny'? BH7**(b19ql[ˡ+3.^|Ouz;ezyO bG\nq=@H}?Qu+$}?zegcҫ'}(Rci0of`hOS)wE%VXR5c.L/NDQR $F K=Z|l;Gg}UJW9Fún *uXtj[TAߟK"+ 0nlʣ3ܠ"f.UT@u YFIF*!y$}1m=[7Fd4σm;pPt4=1/fBpޞ9([cǟ4\I{syl6bцM {aVͦ(ܛs5+# Ȧ"0\pN:fDo9A98GoR4)@5L9Hu7OқgKjwxNG "-6deh`lv"۽ H ?DZ*̣O>&7SQd{`l9"4cX_0(.#]`o'X-ˬUi[QX̍QxaٜLktet[̼(#c0ܒ \Y_zēWH_]N>rNe"M{c#{ [ʬGrIFMSy*?3I oNr٧~S+Ũ 4  `Dfa,;]/K?V]XR|wIZ( $?]8[;@݂wx[.Ê>q̖gnNߗۚ `- 2*RIAQ%;IKYy06-ؽpOe"8{IECm* X )*6\]8ԥYgW=c)4Q9Ql,|3G|cȔ^` Ie:&;,g$|}$bP2S4(!l<U`4WC'T4l7mSWaP֯t2α֝_t;rsh]%&qYj9[é\$AGp# /9"+urO ;gᗊvƹH BhV-"X)^$^prC6脦&DwˑXa7-q=U~ ЕzqPml;Bxa]$E ]] G1<89[ħ9d9>IO0<%WpYQJd큵tM.>b^uu>6ԾNuYFw^DމḳMZ4mˇac6+tQ{oqOԭ {P0jg[L NJADB=ǨùO"'<8c (^MXӺ%VBU.¾@:_4shBYTϦQx,;@>>CzwuWP#&ɓ5ߌYfN]Q&{>(wx8Yk\bU9?TN^IXg(GܩkO͏_+0c`=sfa@Wͬ?J̷ղE1`74㬊2o=L<Jl?oWh dhw@4$>]~K^8+n-m:C>Nj,VbWպ)IY| RܚMT-_OF2D0l&oO:8d4̸ǁH5izH .=+Xvgdqf*j02gG,'Ԅ\LA;чГagG KVh7]tȨ#mi44x"?tO`9n3ImhƀC e)0*DU]pB,EnMrEVJ$u1+.Ru IܽlJh ,WTdb1, A ϞxWS*TmYl0$BJPv/ՐŏDit"LSmW ıqī.ux^# 57ӟ7QO'+ۇM8^iOh@Y >DF~\t^`*Em@C+þJ y=e*E¦ã 7Ŵ':(W32kR Xuo@т Q5Ţ$6 8aF8C`Z)RR_9Q1ש:IrW~Mg]jgEs"E˜-:qS*+'fn9c&<a+y4 ađMD<<^0$jWT")o8R $ۤK݊HFKDk#:/o+}?<_w΋ ZnKn٬A"Gq1-ṋ=a,H *thfP ;@Iaz3ܳ偄rMTʒ\M;Ms(y[oϐjo&c*U2Pوd!,vv~%Gf>#˻3ßig⇀7>.okKOLKt (qgfl-㄁ZdX4]+֒bZʌ{I84a3e6 -႞J?>wtzQQbq kjXChkH]iXKO ys6`+ƀ)|T枮(xz {C1,a1[(V@iCK~<0J"qK79V@4||p,x:,~ _LhY9( gm֘b %`>bؘW,탴'4~@o)cWv$mcbn~yt `1x ~Tf20:1;m|__w>ӈg0t\i!י_-`vmt3NFWO*dHPiuܢFkQ_*%=-f;p MUg!@aԄMVŜIX=9 // \M>`p%¼ϡ?qNm[Q2RtKK "Uxvk6VgZV:Fo'n:Oo.ÿ"VrJ,2 n{υ`wٓـ2`<//KLpc90.M,zi[90aG2 8rÚȮ3i[MAR5xsN\t% toWn.̃TSi[m ^(IVI 'BZB l Ŵ6Ѣnr٤q#pdq?# ]vZoHLqxL 5=g&5ԉq\ރ%3؊vaqIYs. ? fڷM0v*PVw XvxRbo+ݻ}e줸kbuk,zijk%U`LKqi&sWYqk:j@7?|eXgf̒s_m}[ʍiMj.;|KSP{3bAȉ:5 Ii%/ R~Ի;}Ҡ`T5CB5pЎ<6j6fS'|6 2T4dΤs.LV ~2@Q@ߜ7';G?TE8%,L8S9&V"|l66"z.68ܵqxܲ]v9)c(H 2JۼN~Sqȃ7~3X1Fˠ$nQCŴ&\X10ڂ/a{q8C;Ҵ~G3*+7)Rt\+? dpLTGC>Y!GK:J)}z-37l(yԡ 8|kE :?VF@>OIk̝F? 3Y T72= F󆄬2m,Ǐ07.:CjBpaߺvO0 GA9)H\W\ f08 7o!I6ʩtܚ%Pi99HQ*/MaFcKgL_U9 pZ[[EfåԄEPB Qn}ϢId}i:ž~z4KfAߜ늯#Ą"+9*ފ:aHN گZ>"~D xn Q6;d.`> w_9c]_ OՀ4^|Blxw_xJ>Tu*QS ˲!R6((J.m}$RKGj4|`i?d`.j) 4}Ho]1Qtw}ϰGIމf?X 3~& $d'oLq9ŶD>=oڬ"'hEH?S$8w!@.H<\m)%TiF8 .YpT3v6f9 G;i /<,?D$VU%(ukt1f X&d4|rb%p m!;Z ,i|E1"2u׺#PHMYhDɃ&7nt5,L6͵sUf.fB14԰}QZY |Œ (7ưB 'm܁^F))9V>B$d~fȗgQGV{:ژ 1u⚈MN/CͿx%%WP8=Zw3:$>>gy58kʓ=_0[YMSiw1Ni}Zt^hBY+X&=MzPz~| Xx+F-/i3'8XQwN)4[TikS?Gi~nXA~LE݇vjK]׀J6U95ίLN%R''`s_g- j"2jii32̼J`[bU#@eNawE4NߥCµbNZuDrZwl$[E$]+oq X`;>0g-gpt.EjS@SgYDHeCM΃8E+A>Bh+Rz? dTAJ3VS+M+Ʊ[/Yzz0ĴzC[g(4"el{s'kqeFnygL պc0K2g=`8Tͺ9ؾ ƈ]QgGC!"Zw^.<3&OmDboJg!:_0ynB48+p/XuX2g7 t$t! ?G +50^:<) QQU!E5[Y`iw&40:2߳~Vr@:TL*88bb-6[}Ȼkgx] 냲VY}@S|h DO]Mrԍ۸t1;ݡExPb&#ooST]#ɪxꔑFgUy^+}q&lVwI;{X`46<45ߜF=BsUWrKejDpkz['m`TWZiUm%rj*l4 !˾Ogx#]Йsdԍ|/s>ۼ^8~Z:N_[v>-x.vڀ1/Cu"yRq-8晆 9Lg~8`8]s@d.K53^QG!)y}Nnya_`+#`Wa7NЖ6{6䌖{8NK:N[򚩐!IIµܟipq2fU%ИDi'rhb rf: 8_Zm_:Pʡ?j&Qޢ U+RFor -t49Wtmڷ[~]~J~rFq@@nڊ^D_Q[M ǝy(N{Zy't+# }y2#DLT>,X3$ c>wI"E`l[9Wu϶= :R˾zXu9IT\ƚ5km^^G7*ļW"sNֲ9/M,1X 6viz\ϗ[o){E< q!‚d[mg}JTo9"x)R80M0ԫdqܶTM Z$̅P|";x&2.#}5N,G$nac9GӎCu{=JEOz[*jXSP'ȵq#UImr&G4[c>0j%fN@mA1dIZ2n:3Ih+''~-!BJ VnJ*V[ !?QD~)%LNF2yLڕϠ:Z`@'4g;[qMuRohl%Ek%CˏYGF[x0/,c_^`:`QeHŪʸ"u!u!᮸OX&H ^ꓝf=cxYR'!FmKzQ@)OOVv{bK0TMIhW@_gJO:ܓ jfyeX-,uIc.*(+Ifje0/ܿ`PAfBW_:7wvM3N;kXwO֯ ʗ^Lcnvn#m7_l=#-Չ(:tXcM=gɚ[ пGm;k[h<8´ jج}%}cV̐+:=w!"u.Af}+Wr>>/u9~=X7 _om&9!(Ȁ sNe*r=wJ%Mh sEL=Dԗ?dxt#Tԭm{> sPqi;:д R+cćӫOGmy^;l@SxmX0T(CjlZh8?DyqtJRJIL˪uuj}HD!9oMXXE)r@4 )7F3&c}=ԯ/'Gd=c |kL|C &:D,֎,>v㽉l3\O(xc*~iFKxa`tÝh% I<0!SwyW;Igd!F9oO'&UYk/{nX"}LݭwR*p< V.ؒNHwA-9$$7fجdhZDڙʹ ڟxu[g\=3Deg8jg=?.;8:x8CHj G_ڲ>&9`6c*^CR[ľI2gԽ~uim?KO~0a ?,S|vRyC]$'0oݶ,j#C\>;ݬG<ٔXd}?$, 4R ӛXp$ $Mwuri>Լ({Vc8[BI/zk7qG6DN|ihvMnaA|~ }l_#8:QdA&UI oȻ1͓sHz*JY8o Ɨ]ۅ|U/ޅgfc"(l]|ycjpHSRLk"ъ|U]WnzRQAGjK`#nOZtGVXdb>%mB^0=-f BH @꓌3XCGs&[ƭĢ񨌞+thHpDQ Ff{{uI|0gxh9L*Vѱ/~} }\B0XpbVPQ-"7#XF:k-N<ϩBv:s4u;sg? R RCqTg[Db:4 "Qq"sghSz҇HݸqGZ뿙ۀ̣AnM62f(!"/1ւʬ$h] 1]Q X!\s"ϷImV;Z0=]ݨdpm+;J"^jA NJ7v 0f2UDۯ=JXKe:^#TO6R(B0𵯋[6̂kz\>8Z~% ߛ53Dn/7&#\h{,! #%u}X2Sɒj-Ss޹R.?̫<,[~i(qA ơ 0sn*o]ćqnuTdfUs=B޾Sr$9U>GJ ;NHZWWңͬ91)]%kX#":ު>tm{vZD-Ȝ[).p& <( #+-//t24.h!FmЦ;_{ʾEveeV}J28^䛓on M/VOFk81)?MWa&~0xYxJon8Vb}t2HYdLSwjxIꂄP7ʒ]m z-8eZF)#+Si r"(_&SI긪~8-p?R䥋e,𓐖l7sZ{qh>v|!"|¦Btrp.ߌ , h@b_ȸf^W0TP Y'Tfl9Ȳg6Lt-xUNw,( U ܟw1U@y/d'*H#k[p*\=x PS ;ƫz뻇A {q'Sz5d@`@U~!rڶ /v'T1˳ۑlذ޷\$rw‰q\xX&$ܭ0FLUM[ 7#ēޖE?'UuBȁ]qš|cGEa3RWMsrgdXS,A"")m:;:լMBǵKEIZGk\ɄU\u߫z\k7s@mMVqQ{o*fI+W]M˚`Co}ɦQQ+)AV汫Ѫ-SHB6lyG"CRm\s!$~XW`'f%Tku VZfߦ.Ӳ}z7}[PVO-ٚ<&V~g ΕbjjYV!~όSGtjd-tytZ4'vuOvʌ |Avi]UfJVQ$]C(<8='G\u,L5NqT6\f׬dpJ3:zANl! ?NG?D*Գg>3PPpip8>a\m"8R-v>xUm'Djy?^J OQZdEupkLaX4n4>azH6 o 4179J^M˳x ]2ߨ{Cу v2Sp5^ޞaɩ {Ah(Dw~ h#d;E,vv)`#OSxF cd.*K%Ty`N1c.VH3W̼cqO<~irK03m#B&Rj$mF oG&3uoLT.0ճឺj;F?&d_/ZCШɌ!KK!J?WyG"ϸ ddaAȠrN c/X7਑}SѯJ#S㨅0e߭ tՀ4TO_'`iIx г9Xf.^sfe}eIQ{u F%mqh cHD>p,ҶL!£,eŽS0%7)|E%2y+XZ1*E5# RΪk6 >ǓYUCǘmfD?cqNIPZԥIn>|Ē%²FSGZ#3DlwY ǘ5Za6k{|R+dHrmaq9B$[uRCbjty`=,?L"^fC].0|:e=-}e~z "i" nMx &};`*Q }R:G aYޔ Gd/rz#n "j|/ƨ_Qlvp8{[q _.M:f\7Wns=f :N*A\ 3kڎL8`/ا b<n~v#!QaH'=r?WLQTt B#&w{(⊛a:j) [tYrK|Ы4 ik+@V[ )^{CvAMdUsv&35x%Cw8gOF;g!24ћbV@9ap҂\ +h+AGqoʲW,Yɾ 8[0{k$-)6_n.![uyivr^dK$PLy OB@O#{7WhE0Ζ-^M_npTSTIvyl U㪬*~,}'hjfZVujگ A@Q:J\BXȜu_$q:QStku T/ܕOkmV$EȰf"K2A h'SX`1}JLz ae.TS@L^D{]i\K@,ᣫoԸs9Ǽ,E4yv&gCl`uw9x @[m|tVVqle-ĄJ2iHl~W6c9µ9-%S2|c.z'}GP8$@#eэD=lgw@g (PST }󃝣\%rvAH݌Ec嗕̈ HxDgtVї362J9NF`_&WY|fSǰ F0djݽOYL(ZRP2)w,13y?4otJU'_ޜڕz؊lhxy7q:6cM6be_]&L%Ӫz=XFP< wz9Ej SR*Fqi `eota@]./kSRVo՞BQ-zQ "6rkJ@+eH}pki4}.$̀:`~, ]l˵Ne T*_hBp}XA4@g`<H+'02ؓCɽd'퍿4" h&L+}gu:4MB]nKP 9+juͨ{^h_q:)0omTH`ۀꭑ`w3AN=?뗇U%|Ni](azs\|Tro.E8"бvݲ=[6B1Ii@OK^/#Ws #:li=^Ɨ6 u7h-Wx+: Ej49V6qkAt~}.5zLp!X8R&U,\u'Św_&P7_HvJ[*'td 'ݴ8Cdڱ0țk!]uFiNDv>۾%s0e,+5$ք%\wRLږw-;vtDJAd'jaHj]{+P4m$xwiCs=K5 .AdyqhIGfD(CV*_ ]dj3SUx x"ͽytvLR>nc108PN{0 ʃġgQ}; S'1 [&86"#WQv,XJE)p)S1K/!q_:,B~S~ODjo|Fa_uA?m^sߙd si#5 ېyQOX塍˭|cj/;uҝNߓRF` vpip8o6VYŔ"$ָɨ]ɻdgu6^MC~x3G0 啨Y`jFw#P_ڒ : Ӝ/bc⹓LlH-E X_R1K,G`%H1됦}{+vϥDlsK@h:3VQ$]N #YQ]yDq?F K v хdְyw+5xar*,LB&zǞ+U|Hma.^ ,ߘ#P!tنʑn!%CEQ' ףOrYWS2Dd/ Qƕ p͖ Va]Q$P3uq,lpej&1R%q$)%jI}&c"z`Wv"q%Yh'Ŧ"ЫH]ى ˷ݵQ/($ّÚ؋g|AkPL眍E@"P(hγ7] S4 c0 }ĉx5>ߖ3}kb7l)eC?bCF1Qa3;t"&$ƚaNѨUBDpoo4#t 7Dg3_EX _Z\BGf޴\60\QH| l t|Ԓh=jn95YvN*}vK=oR@ MϢzMTPОEeKVcY gc n:,$mw&'A[?/c`*YOX燦߳uZ~!5eOۉ] &Faߖuƒz)HO1gUle?HE*M%o(@/{aimЮYu=ݞ8J=E˸yfk% ydPrpֱNޥPdn sJ&jپ-稝@AG)wGi6^LxKzE3\ 90Ona(~?y|WғnM]N>ʣa )."SFX^fnPJ8 |jlQ6>Ds|8ʵڜ-BQ!X;3gϓK- 6ܗnB2c[0^ (IVһ[9eQ1&_uIfծTBWcRIkc6Vh%>:i87+DOUiJfH L|>#=;|"KIS]"⛌~G;PWEk؝ SP>9ƕ^Y%zI6dQb5B:%Li2ZP'EsutET?pmh /fQf+ `v=Yt%Hcj Xԗ<$V>oVf{GX%ҒVY=YVfu)e K9Wn6ːJ.SF(}7Ry3x*np,y* OVMo-:긳L,^lV?463pF%)v8x&p`xRsGʓhJԬ tʼɋ⪴pOb Hw)Ay(ѺMc륛Y+Z)5U;Rl^Z9^C>e sk%J8i[KX.{D-WGޙwɓ6cy`rF"}TN-0nz2D+ڹE:f='Ei$WcwArR;%GaQY:kN|!՗MµjFgvK4Q2ESiM9{ȽQoEi?*-#sUc%nj]kX r"l/=+RC6(~"2]zţbIT2`LV ۪|v*IR;Z7 C~?/f aiL׻|^FOIuht ]9= :k5g%NNRkǟH'ƢRWy`⏻uC,xwD!D``JCL qVZ`ȣh"ǫ\aaQ$gS DTa|5׈`#08Se Yan;/;;5Sn^@=>ETRQg9?>xhXDYp|Qoij!Afww*Z%n]󌥋/zW8k?>%"pI#4x( ]f:3RL.]BW2=J?v"ۋi`g F-În[ T3}1"͛Id6gvp1ŭ cB.{2+lhS-6.3W+#l}5'.}+Sm+gax})]?| xrQ7FIfZ [ &BOar gÁ?iR{y\\5pf!!5_;h<<"6P3*e?ueIYU(佟sʢ`[h}a#@2XI'wϝ"~u:Yޔ%P^bCvqH+i|.Wk͏>lCk3bǀ}Q|eϘ/BN}.Z lWPKEP>t p[wT!L8\@@a$%ϺקFE" ?!NB2\IA%q b#+q$صÚc?xII (Ik]ƛ3L!գ˜AiHdxϨ^2S*G-[#brG7O}"ώ@CMaH\Ai`&Ypx"BލLN-ϟMN1 VµgG?zcdh5LmwoDOzt{⑔{D c7V ~jN5+ {e1π ѣZBw cu/PZ:'6qB1'r:9DC+hɩX쓾= >B޴Yb{/Fȥ:;^&NդN9p '{k#/=0)WFTz˱\@9# ]D.D 8!%\c#G~Ttɷ)rW]vx@rF^JܬO $<1Agco 6E0`E֑4):QaF+<مc)-m* QR H;i)rSy}j86TA͇o.jFk۱XQ} 22"!eSbx#rv%_j\C& -X#oA8?e%s~]] +9WO]e_q76D;MokǭvDNUft ̼k7;=lSyL\ݱ;'>Z&K$:bzD~bp%2'EzW֍Zm?|Z=E.v,;<>t^RapiVmܛDZ$Ag2GxՏU$\G3D] [_| ޒ!d+H&>` 5~| xE#S)"FÌq9kE֎6Q"2^K&%+T/+χIPMͪ~öҭlA߽rOǖZ?tF dex}.%:r`sK+b_@Zzwz) E%(%:%AÌrPifYmx, C_Re<Վvϓ׸=(dhWY\J?YJ7o.@Nw9@H&KoCAMZk{lχ('icG*N4i O`ےO$ѳGe " _$LsU"l#!$P{9/n)ie9ͯ1 ' $F,Y1)o1į|dm>A&DeRM=uL\Ȩ h2k<,;ICY#Hb2gs;$ƀTz0Kܚ+^ 8oo0SmLB5~糀 t{{MVwmڈzU1cj7AK$8ap`$}4NsG4fTA~_ZUc?Χ\lp\L^ճ gYu!TQcV_Xmw+ѷ?rjxڠ#S'^ J&>XGB,"n*du -Bs'4{,2.յvDoFA7^ZGHs_Poy0"5?8Ws @Bu9XC{x_҅35 36 3!٥z@v–Xx"xq8Pt;%p| I'rQ>c2Уϒ zawdp-R-"rпQgئdҗe[ϐ^qw~}zyX0{Tzhf5}zuV8 Xs/_1v9hl`ᑃ f ]tt֡Cz%WṭSه7.C B o?2+I /0blNqDe+)xoc>S+ XVQ'@@$ݛN1vO" | #ÙJ-ҲEE!5 D ﳬĹ`hqg2q4vN{arʐjtzc]viGs1ʴlg`(zj9Atb%,D;T9Ix.YۺV}#OIjtk< H-}2&q_Ŏ=g+.`"?x챛JF 쒭)c|ƿRFԣ.;z{[ Q3kVާl.H!qVTyw Nr' -k^t"`r%(cA4&2?P[BJ [4QD2$l7|$ƎwU%pQJ }T $ @7ӣnO>B6ed2T##ot<j~3Zh4/n+vcG8ʴUIYQ-"9SCBrbGx޶*p |@. aQ^Z%x4GcT MUU|c;ok^jVU h J*dok&D|sC3p̡y!8 XDQhlF]:^%:7Uld,i9¤~fa^9bWG1ZDC(g4 T Z;JҦ?>-[M)=do2ދCb[K*빽yޢUr+Y%N^(gIGo0C<]UJy8c%}Iz>v9ܓ×ҫ#SQ(mGC&|hw:%N[ F]}.fd*xv_zEGJFJW4ؔscTӱYf+(?)!xքo4 uJt TCȾ,6- -E_-j}EҴ PA.BhxԒlPRT 'e,5 $H* .ϏΙNX'"98uo~d˾`oԳ/jaY?F;c6?qֺvsQ*aS߶-TC‰xM̉~зBG~#_<|AχE*]'dD=8cܨSR|kV6jĥJ#a=yoHUߴK3{ kZ:Mn)}S8 kRUHIk𵗘S&2j@ͺ=S0@;\{bD j΃A^`l_+z݈Eڣ- p4b"b^ zKI6Kfvl'黸&ҼKS [Yvń9wT,R'S#>涹RyI/4B&ہca PށѣS5{(($ &41 ;HWkeQ-KZdʲ8 QX3x(w[|fVXT CV/b|.7!s9'.qk/_ҡJ^o1FpUEiZ+ !DsA^@2ϼv) UZ6&WVѱz.H|VPz2gB <=zvu|P2t?ePX]]C !DsAR癷pC51ʳi6 \݇^"_jb 0]hH\G䫘':۔io/a !dJV?U=AIZ~kpOܗr%u*fK<*Z,ovkϠp20kZ\U?K3+ċ1o78E`9؏b޳>EcJ9p|Ou*`vhLV^s[+1tQ9IxJNJen[c/8TG :RKf0Iԗ%eQ@Γ1&ngZfYrdЦi@`>$e0\L8uhl>O'W fyCʔ,__8@^nfM6zyxJ՗S89:V+}.1C^yq HUdƹ3X$2::%~cbU'PjU:-hG{7ʨjc=H1C eódߵïV#o((|YUscN]"dx1F*xfLGQ sSm5D:'6&WIf'3C*[ -/I3^ڛRH(_x9`,A hpeЙ99lG1xxJ5.3#4$%wSO'T1\Um^=i/l=[W|mzx=d}~+yDj-)ԀI&?N*pBjC1-m!B)tqY o_Mf֞D=*QM'1o8j~O2bכV-Pƭ)VLhU0}%WA*@ .6jk  ebٹw5EУk e!l\ljZIv8= 0EIc {&V!mZ|F9l<%&ZiA"GSxoJ_"lR]'OT(N"Q)_XĉST%$zA~hD WwUtx>G} L_%88fyj?G-M^b}`ItD6n?hlv-\!jPxt#Pn]MkѲjX- vQM~ {o߭䬴7odK#h n?@'~ʦ;TFջ;6cqwA)4Ԏ°k[XSxfLخt!)ELL]6=bz=ALɵ]Ԃ4E~ok:LA 8TD/ДIeR'z`+E.Mx#-]4JY čmt?e$^ reXԶkI`mIܘ9yvyM¬7Ġ+.]PJ%O^c3wVƮ$vhfS.5˚Tj3c-x3џ2bKG?"_ :|"[`]`!SD˫[ 1W'5+8$Zt~Z&"`d"|Et<4m~FUWiw\GsU+JS3Te*@3ՏUMecNuHA3Xʈ7S h6Y)D jq |my?r^kNu[l^<ְ[Xz ԜZXf^,t37hB<}[2/Ϙ B%;6w[⽴fMj7Ҷ cQ?:I6WH43@5uo ,%q >Іh|E50{~9EŴN'-h>'3DJHM~˷tYy@PWgs2{}jdOɬarpS]S(0jV!B< ܎4}4 ⻀= ;7ǭE]uNr**Sܖ.r["T: 5,eWQ*aX/ ᗳ+V؟@#ie AK*āGu0K/j~_ୣ%XͰk"mc,eBiy#өО>4$8 eKudDMbJ.b_UNV5M$ew hTA9Zn6g}hl@&H%`-듺D#w8Rah: n3ÞI}RW!n\r@^Li"ZfAċA"vE~g$Nc~<AYTn=i$u-{dV: 㔄ĵsrTV< du<*&:y4~s_vTe/&.DRp75zCsBؑ" D" yre=;I=:{y` W@jf#rn67# [[Q7Ʌielvs#Kbʯ=Ga9'R%Sm)C;h+xFPzSgsΕG:AsE-&~]7 g5͟0n5cS LC^.exPDr樻|{]h1 \O^1;wsn;$P3[ήӡѯW4r* ,Iew"vc:_CԩIe3u12Uйre'惠` z-c(v<M%Jw#D7 G^OvOi"+MOL7zrjU̷Yg_l y]lSA]JvґQ$X^;fԦV^/3n;»g=njGX;Iމgks"T̤],*i矊p d?@}ӷ*d\F^qDQ0hsSuHS]ӣ2 xOO<`佾TZbo!ַa\pn+sp6RAlچfoTCT*r)-BM:ϊF?XL3|Jkid{P{U>OC% e.BT8'*ƉHB6[RWXʄkifJca; ϱC31FUe9h.[cCWF/.~7 QZǢj }~LX״:Pr 8SohNZ|!ۗ@yދ xQfȵ0e*6L:\MB'vm84ͽeγaV%M;nc.[;Jbyb҅%>r–J/9M/c ǺP: NEYɝ5prgV/[7K hjڋQ|'괂B#. )Hk0j ,$6G*"&]r}#b8tbjjM%{36KWT9=XJ*Б*Rqm4$`deA{vi1{˔&oT!2L9eL٪0K' BcRC;0ځ|eA&=uǰ>B~ĔbpUԌVj;C(oDhўOq|E +|Jzl{ G+xZ#ZHrH 2cfsǩ8W[MPfs/B=b %ߔ YqybYE#Zt~3Vw(㤢 \G)Ӑ1e*ۘ~nïDPեQ*ف(r e8^U @+UbƆ4Rmo%zƘAĿtuPxKRK(բ 69E>4Eᛲ>]V_L8?sw'O };:}&6۾Kzh88as0XI) vO3-J?MYCl|)e+I:;c!͘F ]Mt[W ݩ\> OSyOEղy$:I(n^VfS\茥xMB5ֿowZn _;]+"Lq}0Z:(cW6k+Y̓6 ƀ#Iςt,#kExO? > u^,b T<=:|jӞ@NFF4͎yVjyK0 Jp]ɟnژB 4ӊQp_qHtt:UTBame&u駧ƲCHJʁgnQ4hةXŴ/d [dy]fûSQmzeb@6?55P{U /vxXE'"V՛L&k{nzZGrfBB~`vp$ ovB5EcoMWVfxbGe 2:=bm@͏:_.N@,J'g?aoa":}zś"NJ@2}]fלj̤7ȱ Ek9=m ObdmI*^3#꺭(lH^咗Sj}pC'%[g5/Gcmؑ}4D8`YL/ol(]zA/h:4S )Cz-O"bU~CpkYgӢPl LϚ&EUǤ5cS.~R=ٙvTB̛tGqr(|aqOђW)QuJNT R<")SX.߅* t @ 8cS&n[31,L󜝴 WZWLɖ43MYh~[w-FC>):GLVonF3rr#uS!+",Q-ub91v^ǐÑ=H\[4I[|W1E4a3Hw籧4#颽<25wuT' F̓z-:Bbb%?$fF`WQXJ}({c#H XЊ0%+^N*yyG^%V `qOv!ګb.1\+S7ۄ{4}+BĆ/9DR>& q([ * CNЃ. C?b&=Qy7X:w 8fF7>M0=$W1GmnWdL6V*!?qgMKݩ AbB E+ {̤ o_)qoo 9p$mŒ=طF/gՆPn[Q6$rY Oާv=M@,B=G=M17(&&꽂/f:,RZy>~Zw۞kDR:Ow*MfX"1 ջX.0[ ߳gH`Y99I+pYq[JC ~xh=R S! R2څCխF ]zu3)0Gqῴh>ʠU#iu{4bRMS$ot!K!!ZѼz_sb= &I.nRb 80tnrrbH~8׾kJY7qܚ,qD6Nޘ2,qB /?.UJJ!?ĔA׿LmniJQ ?D !KZ=EFK>zEqr Uk9랢5X H }eGJ#^Kgr}_폲0,ءjg`guaNf=W_dd%p?s0`dO ޏG 7+> ̻UaOPa4Cf]*d۾ΊāIվE'Y1x 4O k? jvZ TV%S%F !pT1sǛ2SO @a`#m2:Eca\u\@ӾҬwBط|ɨ7h \j Y@Q' G bD͵]tWUjԶ YZ