libqb-1.0.1-6.el7> H HtxHFZԧ ?*}}C _X3s,X@^j?ee8a8a57abaff146bafaba01dea2f00176ce03d6kJI7PIzFZԧ ?*}}k.X;8Lwk-}s) %MW(799 >;Vl?V\d  @  DJTh r |  U ld(8-9-:->R@RGRHRIRXRYR\S]S^SObSdT)eT.fT1lT3tTLuT`vTtwUxUyUVXClibqb1.0.16.el7An IPC library for high performance serverslibqb provides high performance client server reusable features. Initially these are IPC and poll.Z>sl7-kojislave01.fnal.govVScientific LinuxScientific LinuxLGPLv2+Scientific LinuxSystem Environment/Librarieshttp://clusterlabs.github.io/libqb/linuxx86_64XX_A큤Z=Z=Z=Z>V0b4ba7a0cea5544ec5f5bdbfb6a71914c6c88d2f646f18d4a80b419c6382795cbad654c386740c1765c089e59a7f4d6e8fe96a77f9475bee0af83be90257c06f600a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2libqb.so.0.18.1rootrootrootrootrootrootrootrootrootrootlibqb-1.0.1-6.el7.src.rpmlibqblibqb(x86-64)libqb.so.0()(64bit)@@@@@@@@@@@@@@@@   @ /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.9)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libqb.so.0()(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rtld(GNU_HASH)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.3YZ@YRHYI@Y@X|@X|@XF@WV7P@U/@TE@SvR@RURRkRpQ@QQQPPoPoPPy@PM@P@O@OO\O:LO1@O/O"O (@ON@N_sN\N$ @Md@MQ0@MF@M0:M)@Christine Caulfield - 1.0.1-6Christine Caulfield - 1.0.1-5Christine Caulfield - 1.0.1-4Christine Caulfield - 1.0.1-3Christine Caulfield - 1.0.1-2Christine Caulfield - 1.0.1-1Christine Caulfield - 1.0-2Christine Caulfield - 1.0-1Christine Caulfield - 0.17.1-2.1David Vossel - 0.17.1-2David Vossel - 0.17.1-1.1David Vossel - 0.17.1-1David Vossel - 0.16.0-6Daniel Mach - 0.16.0-5David Vossel - 0.16.0-4Daniel Mach - 0.16.0-3David Vossel - 0.16.0-2David Vossel - 0.16.0-1David Vossel - 0.15.0-2David Vossel - 0.15.0-1Fedora Release Engineering - 0.14.4-2Angus Salkeld - 0.14.4-1Angus Salkeld - 0.14.3-2Angus Salkeld - 0.14.3-1Angus Salkeld - 0.14.2-2Angus Salkeld - 0.14.2-1Angus Salkeld - 0.14.1-1Angus Salkeld - 0.14.0-1Angus Salkeld - 0.13.0-1Angus Salkeld - 0.11.1-1Angus Salkeld - 0.10.1-1Angus Salkeld - 0.10.0-1Angus Salkeld - 0.9.0-2Angus Salkeld - 0.9.0-1Angus Salkeld - 0.8.1-2Angus Salkeld - 0.8.1-1Angus Salkeld - 0.7.0-1Angus Salkeld - 0.6.0-2Angus Salkeld - 0.6.0-1Angus Salkeld - 0.5.1-1Angus Salkeld - 0.5.0-1Angus Salkeld - 0.4.1-2Angus Salkeld - 0.4.1-1Angus Salkeld - 0.4.0-2Angus Salkeld - 0.4.0-1Don't override external signal handlers Resolves: rhbz#1422573Put backpatch 189ca28 as it's not the culprit Don't truncate IPC files in the client as it can cause servers to crash. I've also had to (for this release) disable one of the tests as it checks for truncated files. Resolves: rhbz#1459276Revert git patch 189ca28 which caused problems with pacemaker CIB closing down. Resolves: rhbz#1459276Allow IPC system to use filesystem sockets instead of abstract sockets if a configuration file exists. Resolves: rhbz#1446254Detect IPC Shared memory corruption in peek as well as read. Prevents the mainloop from spinning if multithreaded IPC (which is currently not supported) is attempted without locking. Resolves: rhbz#1422454* Rebase to 1.0.1 Resolves: rhbz#1392835* Don't overwrite valid logging tags, breaks facility names on PPC64LE Resolves: rhbz#1387165Rebase to 1.0 Resolves bz#1299968Increase size of the buffer where we make the socket name to allow for longer PIDs Resolves bz#1114852Fixes assert encountered in libqb's mainloop implementation. Resolves: rhbz#1211375Fix bug that prevents ipc server from working in pid with realtime priority. Resolves: rhbz#1198718Fix: ipcs: Correctly allocate receive buffer size Fix: ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup. Fix: trie: allow modifying the trie map during the notify callback Fix: fix invalid option when run 'ipcclient -h' Fix: epoll: don't miss poll events under high load Fix: ipc_shm: fix error handling in qb_ipcs_shm_connect() Fix: ringbuffer: fix size in qb_rb_create_from_file() Fix: ringbuffer: fix qb_rb_open_2() debug format string Fix: trie: fixes regression caused by ref count refactoring Fix: ipcc: Properly timeout during recv when timeout value is provided Resolves: rhbz#1110043 Resolves: rhbz#975903- Fixes use after free in ipc server Resolves: rhbz#1063415- Mass rebuild 2014-01-24- Require log filtering to match function and file exactly. No substring matching. - Fixes complile time issue with 'make check' unit tests. Resolves: rhbz#1018091- Mass rebuild 2013-12-27Set SO_PASSCRED on listener socket Resolves: rhbz#1021597Rebase to v0.16.0 releasesync spec file with v0.15.0 releaseRebase to release v0.15.0- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_RebuildLOG: prevent the last char of the blackbox message from getting lost. Example: make the blackbox example more practical. Add the processing which remove notifier at skiplist_destroy function Add the processing which remove hash node and notifier at hashtable_destroy function Unify to QB_TRUE/QB_FALSE a boolean value Document the default prefix in INSTALL Unify the list processing with qb_list function Add travis link to the readme. Fix return code which is an error occurred at pthread function TEST: add a progam to compare the speed of vsnprintf and qb_vsnprintf_serialize LOG: add a test for a padded hex int. Fedora's splint has a strange syntax error, don't fail on it. LOG: fix truncation in some messages that get padded. Fix the blackbox formatter when specifing the string len/precision Fix strlcpy and strlcat functions IPC: don't over log on disconnect Make sure we don't use the format string whilst it is getting changed. ptrie: deref the current node in trie_iter_free() LOG: fix the format comparison to avoid generating multiple entries. LOG: set the return code when calloc fails IPC: call poll if we are mid message and get EAGAIN Remove extra ";" IPC: set the error more correctly when qb_sys_mmap_file_open() fails. Make sure that mmap'ed files smaller than a page size are written to. example/test: check for error in qb_ipc_run() example: check for error in qb_ipc_run() TEST: fix typo s/,/; in check_ipc.cFix test code highlighted by new check version Remove the call to autogen.sh - not needed anymore.IPC: Pass the timeout to poll() if the recv function returns EAGAIN LOG: make the format comparison safe and sane LOG: don't break on empty callsites, just ignore them LOG: use the array callback to register new callsites array: add a mechanism to get a callback when a bin is allocated Solaris based operating systems don't define MSG_NOSIGNAL and SO_NOSIGPIPE. Make sure atomic's are initialized (for non-gcc atomic).Fix a crash in ptrie if you iterate over the map in the deleted notifier.Get libqb building on cygwin. ipc_us: slightly more robust cmsg handling ipc_us: on Linux, set SO_PASSCRED on the sending socket too ipc_us: clear request unused fields TEST: Include writing and reading the blackbox in the log_long_msg test LOG: fix qb_vsnprintf_deserialize() blackbox: fix 64-bit big-endian issues Remove IPC_NEEDS_RESPONSE_ACK and turn off shm ipc on solaris Define unix path max for openbsd Only turn on ipc_needs_response_ack=yes for solaris Some improvements to kqueue usage. kqueue: drop log message to trace. Fix splint warning openbsd requires netinet/in.h before arpa/inet.h Avoid strcpy() use strlcpy() instead. Fix kqueue complile warnings openbsd doesn't have EBADMSG openbsd has a different UNIX_PATH_MAX LOG: change qb_vsprintf_serialize() into qb_vsnprintf_serialize() TEST: increase timeout to 6 secs as the recv timeout is 5 secs TEST: get the logic right - grrr. Turn off attribute_section on netbsd Some missing pshared semaphore checks Cleanup the checks for pshared semaphores Add a config check for pthread_mutexattr_setpshared Remove uses of timersub and use qb_util_stopwatch RB: change the #error to ENOTSUP if no usable shared process sem LOOP-KQUEUE: fix reference before assignment. build: fix libqb.pc creation and make maintainer-clean LOG: Make sure the semaphores are initialized. build: remove bashism in cc support check Catch disconnected sockets on Solaris Don't free rb->shared_hdr in qb_rb_create_from_file() Check error return of qb_ipcs_uc_recv_and_auth() Fix removal of automatically installed doc files when building rpms Add the mailing list to the travis email notifications. Work around debian not setting the arch path in splint. Remove color-tests and parallel-tests automake options. Add travis continuous integration config LOG: Invoke custom log filter function if tag changes tests/rbwriter: don't ignore write failure ipcs: avoid use-after-free for size-0 || disconnect-requestRB: set the new read pointer after clearing the header (#839605). RB: improve the debug print outs RB: be more explicit about the word alignment RB: cleanup the macros for wrapping the index RB: use sem_getvalue as a tie breaker when read_pt == write_pt RB: if read or peek don't get the message then re-post to the semaphore RB: convert the rb_peek() status into a recv like status. RB: use internal reclaim function IPC: use calloc instead of malloc to fix valgrind warnings Upgrade the doxygen config. Fix a valgrind error.LOG: fix threaded logging. Add user control of the permissions that are set on the shared mem files LOG: Restrict string trucation during serialization to when a precision is specified LOG: Gracefully fail when the caller exceeds QB_LOG_MAX_LEN LOG: Observe field widths when serializing string arguments RB: use the same mechanism in reclaim as read/peek to detect end-of-ring Add needs_response_ack option to ./check RB: fix wrong sem_flg IPC_NOWAIT option TESTS: fix warning about unused functions Remove D_FORTIFY_SOURCE from check. Open shared mem file in /dev/shm only for linux Don't use msg_flags on solaris (recvmsg). Turn off attribute_section on solaris ipc example: add -e (events) option IPC: if the server returns EAGAIN or ETIMEOUT the check the connection LOG: make it possible to fsync() on each file log. IPC: make sure that the created callback happens before dispatches LOG: fix the printing of %p in the blackbox IPC: On bsd's use the notifier for responses IPC: interpret ECONNRESET and EPIPE as ENOTCONN cleanup some warnings config: use newer AC_COMPILE_IFELSE() blackbox: fix %p formatting LOG: put all fields in the blackbox (added priority and tags) example: make the priority uint8_t Remove strerror out of check_funcs RB: fix compiler warning. Add replacement function stpcpy Add missing AC_TYPE_UINT16_T to configure.ac Use AC_FUNC_STRERROR_R and STRERROR_R_CHAR_P Add stpcpy strcasecmp to the check_funcs Move some conditional defines into code (from the configure script) Remove some unused configure checks Remove message queues Check for union semun properly Blackbox: provide more space for log messages when reading from the blackbox. Add the blackbox reader manpage to the spec file Enable error logging for the blackbox reader RB: Read the file size into an initialized variable of the correct size Add a tool to dump the blackbox. RB: to be safer save the read and write pointers at the top of the blackbox avoid unwarranted use of strncpy: use memcpy instead blackbox: fix the print_from_file() RB: add an option to not use any semaphores LOG: tweak the blackbox format string LOG: accept NULL strings into the blackbox LOG: protect close and reload from calling log Add benchmark option (-b) to examples/ipcclient TEST: make rbreader/writer more like the other benchmarking apps IPC: log the connection description in all logs TEST: re-organise the ipc test suites IPC: only modify the dispatch if we get EAGAIN Correctly display timestamp in blackbox- Remove unneccessary __attribute__ ((aligned(8))) from internal headers - IPC: add a new function to get (and alloc) the extended stats. - Revert "Add the event queue length to the connection stats." - IPC: cleanup better on a failed client connect. - IPC(soc): be more consistent with control struct size - IPC: kill a compiler warning - IPC(soc): pass in the correct size into munmap() - TEST: Use /bin/sh not /bin/bash - TEST: check for lost shared mem on bsd too - rb: cleanup the semaphores - Fix some small issues in ./check - Cleanup the .gitignore files - configure.ac tweaks - Remove HZ and use sysconf instead. - SUN_LEN() macro is present if __EXTENSIONS__ is defined on Illumos - PF_UNIX is a POSIX standard name - Test for log facility names - IPC: drop log message to debug. - IPC: fix retrying of partial recv's and sends. - IPC: initialize enough shared mem for all 3 one way connections. - IPC: keep retrying to recv the socket message if partially recv'ed (part 2) - IPC: keep retrying to recv the socket message if partially recv'ed - IPC: handle the server shutdown better - IPC: handle a connection disconnect from the server better - IPC: make it possible to send events in the connected callback. - Add the event queue length to the connection stats. - IPC: add a is_connected client side function. - Fix typo in ./check - docs: clarify the need to use request/response headers - Remove unused local variable - IPC: change the socket recv function to read the response header. - Add some special commands into the ipc example - TEST: improve the tracing in the ipc tests. - Make "make (s)rpm" work more reliably - TEST: add a test to confirm we get the events we send. - TEST: reuse send_and_check for events. - IPC: make it possible for a root client to talk to a non-root server. - Run ./Lindent in the examples directory - Add some debug code to the ipcclient example - IPC: make sure ipc (socket) clients can connect to a server running as root. - IPC: allow qb to bump the max_message_size - IPC: check for a sane minimum max_message_size - add rpl_sem.h loop_poll_int.h to noinst_headers - Handle errors more consistently - call recv_ready on socket types - Handle a recv of size 0 - make bsd shm path better by default. - Fix kqueue on freebsd. - Get the example socket includes right. - Fix kqueue compiling. - POLL: seperate out the poll/epoll and add kqueue - Test existence of getpeer* functions - Add inet header to tcpclient example - Don't link with setpshared if unavailable - NetBSD doesn't have semun defined - Use MADV_NOSYNC only on systems where available - Use SCHED_BATCH only on platforms where available - Fix a bug introduced by the bsd patch. - Cleanup the selection of semaphores to use - Fix some leaks in the logging. - Try and improve the portability on bsd variants.- configue libqb to not use epoll as it seems broken (#800865) - LOOP: remove some old timerfd code. - TEST: add a test to check the order of the jobs - LOOP: when new jobs are added they are added to the head instead of the tail. - LOG: Now the array is self locking we can make the lookup array dynamic - Add locking to the array when growing. - IPC: make the _request_q_len_get() function more obvious. - IPC: fix multiple receives from qb_ipc_us_recv() - IPC: make sure that the wrong union member is not written to. - TIMER: check for null timer handle Wed Mar 7 2012 Angus Salkeld - 0.11.0-1 - ARRAY: cleanup the pointer sizeof() - LOG: turn off __attribute__(section) for powerpc (not working) - TESTS: move the util tests into "slow-tests" (i.e. optional) - TEST: make the test_priority the same type as in the callsite - LOG: make the log arrays manually grow-able since we need to lock the calls. - RB: fix test failure on ppc - RB: change the name of the size to word_size to be more clear - TEST: add some more signal tests. - LOOP: fix deletion of signal handlers when they are pending - LOOP: signal handlers were always added as high priority. - TEST: deal with mac's limited sed - check: add debugging to the configure options and remove unused options - TEST: properly clear the filters - LOG: expose the mechanism to get a dynamic callsite. - Revert part of my COARSE grained timer commit - Remove timerfd usage and go back to timelist. - UTIL: if possible use COARSE resolution clocks - they are much faster. - ARRAY: save memory (in the bins array) and allow holes in the array - LOOP: add qb_loop_timer_is_running() - LOOP: allow stop() and run() to be called with NULL loop instance. - LOOP: fix doxygen parameter comment - LOG: add stdout target - LOOP: add a function to delete jobs - LOG: remove debug printf's - LOG: remove an old/incorrect doxygen comment. - LOG: add a hostname %H format specifier. - LOG: Add qb_log_filter_fn_set()- Fix "make distcheck" add include path to AM_CPPFLAGS - Bump the version to 0.10.1 - clang: Remove unused code - TEST: make the ipc failure test closer to corosync's case. - RB: add a debug message if trying to read a message of the wrong size - IPC: split up the recv into chuncks of 2 seconds. (#788742) - Be more consistent with the internal logs. - LOOP: make it possible to pass in NULL as the default loop instance - RB: use the proper struct not the typedef in the implementation. - RB: Fix potential mem leak - Don't mix enums (QB_TRUE/TRUE) - use random() not rand() - Remove dead code - set umask before calling mkstemp() - Use safer versions of string functions (strcpy -> strlcpy) - Increase the coverity aggressiveness - TEST: make the loop ratelimit test more forgiving.- LOOP: handle errors from the poll function - LOOP: make the item type applicable to jobs too. - LOOP: fix the todo calculations. - TEST: check for a single job causing a cpu spin - LOOP: prevent jobs from consuming too much cpu. - Get coverity to ignore this warning. - Change example code to use fgets instead of gets - LOG: pass the result of qb_log_thread_start() back to the user - Fix some issues found by clang - Add clang-analyzer check - Add a split timer to the stopwatch. - IPC: merge common code into new function - IPC: better handle a disconnect been called from within connection_created() - IPC: fix scary typo - IPC: fix server error handling- Fix a spin in the mainloop when a timer or poll gets removed When in the job queue (#787196).- Rebased to 0.9.0- fix qb_timespec_add_ms()- Rebased to 0.8.1 (#771914)- Rebased to 0.7.0 (#754610)- LOG: fix the default syslog filter- Rebased to 0.6.0 which includes (#734457): - Add a stop watch - LOG: serialize the va_list, don't snprintf - LOG: change active list into array access - atomic: fix qb_atomic_pointer macros - LOG: allow the thread priority to be set. - Fix splint warning on ubuntu 11.04- Rebased to 0.5.1 which includes: - LOOP: make the return more consistent in qb_loop_timer_expire_time_get() - LOG: add string.h to qblog.h - Add a qb_strerror_r wrapper. - don't let an invalid time stamp provoke a NULL dereference - LOG: move priority check up to prevent unnecessary format. - rename README to README.markdown- Rebased to 0.5.0 which includes: - new logging API - support for sparc - coverity fixes- SPEC: improve devel files section - SPEC: remove global variables- SPEC: add procps to BuildRequire - SPEC: remove automake and autoconf from BuildRequire - SPEC: remove call to ./autogen.sh - SPEC: update to new upstream version 0.4.1 - LOOP: check read() return value - DOCS: add missing @param on new timeout argument - BUILD: only set -g and -O options if explicitly requested. - BUILD: Remove unneccessary check for library "dl" - BUILD: improve the release build system- remove "." from Summary - Add "check-devel to BuildRequires - Add "make check" to check section - Changed a buildroot to RPM_BUILD_ROOT - Document alphatag, numcomm and dirty variables.- Initial release/sbin/ldconfig/sbin/ldconfig1.0.1-6.el71.0.1-6.el7libqb.so.0libqb.so.0.18.1qb-blackboxlibqb-1.0.1COPYING/usr/lib64//usr/sbin//usr/share/doc//usr/share/doc/libqb-1.0.1/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz9x86_64-redhat-linux-gnuELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a6bee0b36e59ea69504cedb2d275593c7a96439, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=749aa3efefb352e32481b283e2b293922063bc26, strippeddirectoryASCII textPRR RRR RRRR RRR RR RRRRRR RR RR?P7zXZ !X] cr$x#֨2qN?`5<š_nJOP4DᶝjgUpߦ3buA.8%ps?<˟9r4$v"Ð -DPb̸٢,wV*eDx@ukA" ڴA\Oͺ)\*ۚ ~.M gY JJ7!;>V"]pH・ꙿ 6nڒL<M`gYo  Hq5 dV$:<ѾdTь\'3 YW=[~qm3R?&܎\6دMm@Sm;pxS"Bg5)jtvDBU߼Sh( Dm^ +3`u>l]ug_lb3W&z*M%c+챸L3 Pxk?N, A_tĎMH{y7f"J x6#Yhdb ;2lqմeVKy[aLJO{`cW՟Y|m5B)8]i/6uvN} øfTes |IȻ[c# 3Џ(ĂfbעKvB.Iy˜4/QK®=vn"1( 7*Y_xnˤuPy0Vd DRJ$\_GG l cX!Q@3my LI.I?_y/ݸkz7XH 1 Pw(h~].ڜ]B:鐜 Jo 2r|T 6:' tp_R< 1M ;(W[ -;{%Y;kjIsyz̷5LX-@%CR'%{|s GX>h@IH濿 !4x4^ީ&u.E'GV.hc&uS @_|°8p\.xZ~I3TT*/ -qZ5?Ć?2/L\% ~^ )wƋ[Cwq, '=X&H $l ?G"P * OQ e9ju }>0P'= Ai>YlS mB˰1pTj:ŲuӼ셢h=$NgvG(*qO;~T2}{ן8swOYN./[.+aLjE e7mw4%O&n*ŕί{kCu)' O:6XMяUu) V$KTTxLzXZ7C%ivA⢊DHz2}7Hɲ?+[ + :|.ߠN~e;E%p~w8su@7,U;ϱGj}w{߂ ɘ{o˷igExVs({7f6*q[>M2H6KT^/,яb pnZܹI`F&aYݢ68S_*P,xS y -nPyCa5 C.ȼMɳ[-]v Y3L Jz̜/F ,hXb{4L./9ADu,8D?_o-34Ao-UN .a4 .NčT-cD4N9f:ץђI[kr&,8A0ȹˢ,9RTNpvܙMr?O6[\x E 7گqLK }RX*MFe&^aXd("ZybIpSn?zRhSRWc;blqm-`b${l fn/au 4a# e-݅:cs;%bT$fD1TFc(,CΪAʖOΟaQivlޭEݕVkA4YK0(qO.}H2VRn ?&-y90Ig:fk@qO)m~SGݎl)|?<ج٦z9745$=]XǤ/u26-b6 gv.g ,p* Q)Ѣ C7/֓?,MwIB!$?r6ȜJ3 A( #9d!+ tV[<$APF3Kmh6C"H jde0\r{l:qN|D "Qb?Cҗ<^Zbf8:ikV:fCJVzrj ?AVۨIX-O~Hj]yk*kyO\o`ukQ,SR5@ؚM0VsRQkrDu mїI5$,֕XʂV)FJQjz y9goto.aB7n^3ZEgϼ^u_Ļ󚛰VtJi9?3P}{R`V&(&o3S&m$p`EA3K wwYT-}y!Sq)fw[xF6kRrݰGI*MӺ#|"zyFyȜjXyx]uu 7[lGhDu"7Kpya9b^!%oJtC_ Z4 Ф{;[u1Tw%%u52jI}¸38;xQցͦn]?O+2{fAY#(Մu$PK-4Vf[,I)XvVAZgׅd =0\demeF)Mx|](M+7zy1KB] #kYB>lxEA @%,(bq8-ꂭN2rQ]OGR*7tbL krӁ6 I!gd!מYk\2W)$ Ao3G? 6v%x<`f^5u7>Sc/j:ʘdF\b)/\>g:bҟ V㎋Rawz,/bLnצV,N&IIk0 ٴע7 雑kS*1̉q_b5ʟLooxb諸WHn]ցxoRAx`b+ R}(= Yǡ^vp@7G҈D)D"B˽S$I)SrOf7|ZY˟b'D02ƞ qh}Q0^Աb)te3CPg' fTT6jIhGLɓ 33\9R0F^:2p)H2B=E7fz%\"qN1ug@'Q& Hxo(Ќ3@y-XwfLvg %(GMQ6'Te/3D,Vq|{,XtRնPiA|8rʸEV2;;3<]SdmZݮkHzP҄>2kRzr{! ^A$#D~{2ӢO|uox1s6Њ!V?ϙ?s__/|Ai%\oUPV-&zҙNSʂlY\>9` 7Mm_] Ԓ& KD{;{aJd'BTOm-*\`2=67GvI%[$ P0wf˱qV"\LyzRlufPvXRSSlrEK%,jES\$+`MKnr%uX@I\8^bp5Oߨc̲~8 d){';fD` rQ} B+4ƃecNpoF^(z>GYe:+yַ,r* վ*FRc`;S xC-yND]\٧@筺#tII&C䃡 ɀY DR*d|#׺dqv=N(j}lcHMT o&^.NTL'HXKgӆyrFJ} 4)琝"ZGe\b[%9iZD 5k)e& 8mNOyn*h/ZtUۖZ,pFc-)o%Q5(6ͺaA>\E+KBLm]pEYv$װ U$0^/tyQQ5l{PH~CZ7|aGoC7.lRQ6E|u)PMp.ӕ}f|֜Iި岸ϑ!HjQ؎aa;`(s!`{lqH ~R,:#_-7H_lj,kKi]CK#g.;oxrvڈؤw '4fFO;ȟR(:ԎG@iiEi$\vE3JQWgHکJxlHUA@jQŵij s`~'J05ꇎ a ކ7/cdߚJ9#Q?J5akohWV@NېU(rq=0W*빋u-'k(2hE-]F$!ݞ=ދ1;R#{"u^CY0C,Čr"wa(E .J'G }֙$&K(\P~XqC_K/TP+@G㑀z"X,YJX!Ռ3Ikˬe%ĔJh+!op e֘ͪ\5'+1`]DYAryKCSmH,;}_XXb*0x.!:pĺ+9'4{aWwکd[ ׁ#i= /LM5ъOL#DlV^ rpfJ(b|qwlt;e$W` O V 3ck@ќOpa6d?葹JS qwYw[ˑ+#|9{A s ~Kp-l`i!D|B­irZuڄ=N><½IF!xcX7nVZXO!}fG#FiNX9y2 ਸ਼ _U<xLJ*&gzPxQIc@+$;<;j+#FZSl2X3[<_+Fl`&Vܡ)S8 oChFsayHU<->IPQ—Nv;@L0"4!r[*O64' )<u# i^'{d@HvoLĬf(dk½ZFB(M~YMA>v-A ]! PR]b3{tڤ~&p kKwVk]|)CФuf%%;\ʉcӻ-B">^W|;p3gt$&^"c{˨U:($K>ZE[ >ymGHI+|$?wֿ]'UUn,13.nPrϥLuFUG*y޴a?c#4{ 5ŚTP{Q1O-}SМT#9xQh\:a~}[g r4S|* mfۑUlsn]`>6Pݩ 93@KfiO"EX{D ݗL:-).+lƹeSRH~`E%*`yTЭIlD)E7 J֧ѥI4Bϴ;IYd{Lwog%q2[B5|&Q&k "*R.iiӊ,|Xߣ7O^w_(cX1gf\xa2E_to?vJǯRD*_ 9@=h"~C6nf,|$)ar̬ V'q|-nUh;[-*6;zLTB%ץـ<445=_uؔk.vWga!0ͧ{ɤQn 5B'XXFKM7 c?`~in-V}z<)b]\W N8 Ȱ?RLڢ6%Ѷ 6XyVt g`QN|]Al[N FA#v(4J1caKcΆ мuxZ'ta$K9j&Iz=f %-:< EoG{M@aF_z e?ym'rcu%uU?Kl3/ޱ՝\I1>]c}UiO V{s3eA0`5ohؾ2Z0{' 4tNo$bE%7PH! +!`Qgyԕߡ{v|\*/vo=|ji|nB}hc[V 4 [.9zX(AgWѤ9䇈]Y9莀T;BJ3.`K# )lx`Ҡyv/=;f_|֏o1mQBTv&EfHJ!/R~ε#? 1S ]A&Jˢd`(V6o<:ia{u.-ӮChACV| MD؈<1У^ JE|?<@.rqjë0[Z7*+c.8㩣}dwI^ Fڡ ՕU;QZ^^0Sר c{!)Nl"R3lw IZf#30qBhXG@F5;a)+=BԣCwޔ?}Zz*/LWIQcO&dg.3mq? {xiLL!Kꉿ',YkSVk]?2]TEv8 L:IQ?"}:ii,V=Z%'.\JVȫl f# ;|d%{7 ws 1IZx gK.ֆCY!h7^ 0Et 2St@>>o;Y@v' ׫9$22l(amT z_-*ϬRGwfaa-w 4WƋ AL3N4e.H&X>i,3@RÐ|O7Wy=Ă[7$}gs'#' }p;dF/,L rRԌ C}ڮlZf$ v2JYo DsNs766OB?<ʹܲzZ>ֽ, NH 8䭖o0l8tiU(Un&I? H GW=%xUyp%@r@gq@^TMMa-l ]t ܂1}eGĮ<*nA%Pamˬ=,DmKA2grx/pڪTj@gW&{|R$9 2kngPQ ~f'RŬ'SBme2=ZmD&Jdw%ݾVqۂ~h$tqӧ2yͼ3i rkp*@ؿvЁENl:jktPn ְQ TW~!,R> t%h]Cοh.r,X|gC~ҺE5q}}'|oA$gͩ,^pW;J(y$r5?㊺Ō9^r/IiB`2*L`2IQC)ދƮ8skO/Ӝv&XKQyJ"n,| 2PEŵc Q=Z@ "wbp1xVT`pH†ZK˕0Um"P)\z4{H\P|ߜtԴ#/-[DFA]AU1aNXhKRՏr*-c8Ӟ#|_Ӏ@ >̣+{e6zƑQ$4s Zrdte|?/nHziϸxTzPo(g8F7ƤFPpkru]&U2*v#U xHTʫE*W+ft{Q̡Y@-lOm1naq}O[O,zp}m Żtml GwѓKDU]ު1u=|QѵLI9)bRGWjm ?\jjRz҄Mα湩u8M3\s> TDzU* Ǝ9N9cd拢zM=iY7MQqkAJh@Ļ-rE4l g=1;od8J%PԎ|B+^l/gD *)4O*!(W_@!ܘKCL} ,Bw3Y^,JHKZ+D N~Ot+";bb' J%<)戶K$Ɇ?(+ꈋnf n|G':II.wu$Hf .`TG/[5[Ρݺ3Dey8ƫd#Fuc۰~Kql!G^| _{0-FUɒSw2Nnh d6dQL#?eSiyT p]݋(]Kؑ%!5l(ϔvxJ|z 5e5Q<o*OU3W?M q=3W<Ŧ/,]Q%D}06Aԍq#!U `NjX&>_ӑ))JLy.*j+%F,/VwòB~&xC<xzS,YЂm,Eĕ5HŒyQʳNQ{jCdVoӷ-OA nMq%)D;"dB 8Kvʄw|lSlmYh[}~kT'}^xYMͩ͊ag  ! *}ek>;v}QDg8ZpOm!Σ"z^1)9g]p q7mD؄f) g}zVDɩG-G@[YdԝΒ> &:cD FVId>@b9|@RÓ9vXR+*y,ͥbל+ )+å+)<{=N'=XJ!YלD<ɸg-c;{5B3rEY+C)-Lt/xpC"j HL*ZW~,?:Q ' a=ȊDf#ciB8n}%Ѭ+ K EZlA8Ն:̐Kr+ݿk?@Ԇ~Xϓ3&}/ 0'SͺI{I y@k0F^_V7JGRGZۼʜLksb`[> 0EvW 88pۿ~C# ]aw3Hv݁iD!O22MI5 ,R4r)RQoE Rl)_Ր>YjDK"uHsW_TnN}E#ٽJ7wol7`|yȝS A$ Tc2+E*(e5NO D SpXwS/6hH?>A4lxUu.o&/\5>7DɹxMu\ժK'aHFY3SLIVߖKAUw7ZD{>˽Fj6cԋ*ȵNӽ=9sE6qo>Hÿh iCp 46)w"Ξ|7|/&y[|@>;k%ErxK(34R/7I+7JDJ9mPSYNWc Z@!$]9 C6"˗Vc9@L jꕸ6$oDi^_uuIu/|t2V3v A O*?[Nխΰ#0:?39Ia wyF`JG/S5<؍F?Ϲ|~59lP0L-'Y][eḻ~5U#n,egDOCHJ׾  ;2(}lSץ)L#C )Zq>͋9h*Q9T.eAzӻBja G2!X5?Bٯ}x9KJ\ \Ke Uxc:sT{AG޶RW¤2>,yq1y.҂'ÇuTS0AN048J - q7@s 2Nh3zq8=e{YᔚLS~̳yG_]l,0s~ac"Iw6 q~ኜUA^[)ߧD'abDX mD :U#8`C_;ÃW*iqS7sT;UXc%zWq]%uXh9I{ 8]IݫI>1TF-DKV+S1`p>ĞNAJ28K8}&6@`m^PC+dwU7 j7%-M42vAQT1ܲp]B ]&=Vs{-IBʏ  UՋC$;;͂?>dѡO5$V&['9аgAH*+2t&x}MN,WCObA`:{6ć(_e n%%*'']㊶|u<8̶ѣ[WnCVTw6o*}=toM͇c'_xRcůJP8]6/Fʜc P#:omq6GzưPM32vIɮ3 ;z41ͽJWŨ)>X+%߫ G'd[{7y yY(qxWmZ U y5>~+X,ϰc Zm PY h!u/3^[7ÚzuE^RALbAB =iaƎ{prj[8p] fG@'bAX/TX;MQdku )ynm_k ˋ.^<8wX*wZ_Y6$cXUrhiDAn2ڥI8ooryLKxq}M/Lm#xLLŲTR_C`tW} NƱ 3 VlEĭ}ğBg u;ujRi ~}\y"ba_H*}"G'RgdS_ӚGba zV=29-7쎍&V$`q{w:sϳ"qL e=WǑ[Ų$HUy_UՖK`kAvWϨ375x9(5chKz Tִqm-7i\Hי[U,j2Ls|mQ]?>:Il'([6YWLOr塂".:d6}(b2TAЬnTq/iGSJ KU :GN+;܅ozm-PE#&H9q:[;}%t2Uty73'hCy'^}527*vy*ѥoF;2$٤9{ R>APi^ f gk ߥGgG 10p"˕IwfeFRx2Q#-W4e'fD5UEt ojobvqqLډgr*OȚTvyc7)!<-ܭ+1_U"Бr GH<*.=1h"i[g}Ӑ"D*a7h mNP+9+Cn6_Fع 3S_MON`u|~7?&c61#,Gz}#󍼑ՀIĩ?pɋhX[Z~ަJۦᄎ{D`圂&3F6? A񢟞K]ǷCZ) q xJf!P^ 1jф[H,'Tf, mR@idm}I~lf\tdtP%lV?p)īuပD`+p ߷=xі,Q. V9]WjF߻Ho۲7>s#4) 8_SDxa4H޻Q~H5iPdaKצ?b+ AաɒIg!i0tKdyf" Q$lCɻ4z, ۧ?@/2TSIHBF=pD#:ȣޟbۢ; V̷5WU9׭6}xfZHJ)sTlr<|qFzEh^)q|x˦dE]YJx᨜Z / oC"}derc%=Lmkgc 5pœGܘp3I{ 8c0?G.\2dM8_|-I)1t4ذ ZfMs?z{y 6R? _ۻiIL š![XwogqVwڔSϾ}B_]P<  D~Uا4f&Ge:&[7h:rֿH&|s\窷V/H?umfAnZȚ|vS~{j ^b߫7˭d'@C< @ @U"Ap Q7O]o90ψ]ҟ)^d\Q!2f&s[<60tB kD$yǖY3Izspe% Bj*nJf5ո5g_Ի / kn肄+ɺn ڣ} gF!W_xE `'#P$;Z@ZZ`:tʔu6k 7l+݈YPT8ƩZ3ĕ/uFhdZJ!Χzd@?$zX  3x+ʛ;_  (!؍Mk^L p-Nn:l!!~zYA$ϐ/DpNG.<&x]ǢM,Kar(4Uf{?iAЌ'?(~ySA|K65B5~wRߟVxaOD$h UV4G;X'ls(|&p3͋쏟Yd-]GcSPO t? xBx  GQ:(8 (~ 2R6 $BT-;qZ?MCŮxj@Q9^DM@YC0cn|T0N_cI?G% /촕"G$ E`Bl3W[J`"M\1&.2"ڬƨ;%1NSoϟ.KB0ѰQ]ٰԿ@ +'Qpǭ=yjT8Ovb5PIbJ]I8+JU\-Xc.gHz:7G.!֢+wn}U?B}xe']6߉_`(,D-蛴b!R8Ki]3ZVӘp-|w6)jy? WysOx>4ىYęWyڰF~r#9YMC}ear=n"0K<D!e+đg*f7 Wx'^= ۷-swT{s #M%\v>ՔK%GW>+,۵?3Fʤ)`?210 4".Bc–lIa)RjUeĤ9H\1&C2Bb=<"J?9 7/ϘɖPh;4@bo;xV K#ʫ#PY$*C{ϕ>,aJ}j%#-+hmE Bpƈ\|Ӵn/ٌRz) =9 PjG 9lP%-_Eܚ޽R^^M[eL oN_?An(5K<Z #&6=zɋZKb图cfz}KK0V!+Pujs1xf`;iSjL2G8|ư44=ќ '7oj^z^E)Uҏv`|Ykfƒ;J3m0o RR>hWL$Mכ x]Ao1.ի>BHj6&x2(,T}N6쭣9OIM =mr ,g\$"E(Kbue [@ VߔVnvS⣐xMgxLԤ{ sYتV@#(9Nb%?mf hۻNtO{*1]Zk4ɦbKnʼnC(9fD gPGPc T:fcpKXYD|pM(o۫^,E|R1DŠǟּ5*03١і .~bK\}S,$v{w B&3I%e0It-'v)De7uHŪ[Xɤ0k >D]yg/V%lSɊov|iރxSڧ$l-t{|-5Gju&r0;'PVa!cp Jl0.Ͼ|2^`5AaU#@_Gafl u֕ @ŔbW5zmZuB;Q9 UhÎmp?2WW|NZt 0ݵAXQ淭 l:M hj7tQc= JH齺e Xk֕P:\dSSs0r۸ܯyk zMP)IPMZ6&D03nMI+,jw۷ܽ`%NFb8B; )I#=ĪhEۓ':8uEʊU74Q:1 g_WOX ,9DILO6ʸѝ ݟHt\nO㳎$D?V yaWomY߆΀$q(#q_Hac?(:a>ؑG 2鄐W Hkb38SLqDa4o!c@<]Ķv5Н ϐ^2ꯚ a=tʔxr 87yxef:n3-$yCH;or]&PL,ϭm ]V;$)Kš\4!͔yѮG#~,uhE-{hyezܘ|5crB.(\j:Kj+9Q)7%dvR/}(*7YR!7֎ӭͧ+d,XptHK uiAʈ5j8Ev`&G"Q&ON7K g<;ܤ"ߐSf]阎֔m%m15b9^C<.$:`-fXWϟė"M#^дLo&i#q80B:6ۏs !L[Ym-^}mý€T˸2rҎ =;)#:G#LTe1~/69etIjLB Ң*&${cXmV~e\HMK==H@x'̣%SK.X  =4G],F IځV^ňI`c O #U2tSQ J|5cZ3M ! j9[v(w5d\>5'BW>zײY JZ%nDbfAq݈!܋;9Cc8k@UϪ}NT=I*9+qzEIgDYMdA5L~7B{( yX)g q+`я;Ì8E(d,n B)r.gsboh:@T䃔JK4I\p5(e2pъ%-|Y_`aaDo0#,|NJy$tq)%S̃3Xd}kf[;@LsWa.O?Xm{/c?.=0(z>Qo@3FGSެ ^i:uRcOhGۖѪ:ks3}0uW 6 0-0GϵWj'H`d6sO-V|2n RD *="!y˧j?Uڨ,mں>UbcEMr0xbR2JT޷?F&S4t.i_\eM5PP"|REd߇y($qnGN~=QCC1G#q0l*p!hC 7 J +v+HJSgM V@:x2 3=֫'nM- TK\1qxI^xe*G<ۮԴDfS&ai3rt_%o;i=Ċ;dʘgWA Py$m$ɰd%ǽȒ:)p r}Y7{>2#*pxi:USF#W':U)&y[>ՂFق Qf^QP o澪%@_S,&<pܐڑNr>:F.# 1BvH_`Ү5XE2pwa/F ]A$'׼P6WP&<К{Kb V̭){:xvߝ[I ŨQ_T(ݝȰ$%灣6\~c2g6@iD$] ]aBv{~Fۧ jgo(j| 7 .f KD:T}mM'V.y =BNhtOO HVKhnYY@/s1A,fWWg(lɉ3~oat(q9~hdRbcThkvy@SFs$i*z=[pL]]t$kAM˝n Tɶ2@>*c$ @,Ԯ+(6G.–CB],g )B!"9CEA:uv9Q/r#BS mލ ]q-p&aN0jmHJH '$9+yX:rPm@AP*krms†~LB-u%,ϕ~9 f;0Ϻ!6ueb;eA7ٷ뺿'Q /0eL=/.4=nijAX?%:drp%vg]cOZ#6 Kݸ~d?dVe ïIX"B`= K`9G* \5t*;-{˼dٸǖ> ߮!3"NpY8E!1-Ci{~-;zq7ԦuBLJ4Q\<|eb=QǢ ThQn48Ww>qr<KFҙ?_SX0$@WuSS*͹&fܼxQ;Nv a9D~|.=Cn``5,_PBJ?;jS,A 8Wv{M'\jՅ|*C:U r#+ʰ 19_@ ,Ymz\h7c/x\v)KdJ,>+!k7)ˇ$MR715ϙp,d ׭ W޴D w>{UBK U}Hg`AꙋO?NH?(3v ۄQڇоk8es|Nz 'Y z)t^FuM}x ʣEI֣1"'pq'ZOU\*~ Tx~M9c uǶ<ْ 2$q/K\Kw=qTnDeco=VS!nTUaVTbgk|m-<6>c'`v0xgnX0! OV4_M "N#ƀg_dbc-C%kJgzmTɽ-<,Vl9zGxa(R*צ`$,;說3ϗIڀte}Sn TD$>U*_a ̈́%PV/ozy@Y6EI7 L0gAJ3~~(Ph'W.\1':1nI# ݏX{dh2ϧAO(igzQru"o}8Ֆum3[%gQluN谨S* x6q ǣБF G+@cݶ[[H nlߠV )Q?+\#f:Ε.;i 4a'D5CE$!K!.`^4Wgʜ=qrV:q\eN=fU+y!`C۵QVAJ>1MYTOS>4 38<ʓ~̈޷QcF1Il_`df~/vILK%}~WY0nq~f8*Lp ^'D{ATdd'6#d6K %aK1G*5i}?rg«Jb3$!ci+{:YҍzdфIaWQl{QpщqX?7< ٙ/bQD{NI.{(:!i.2x.b~tw`+ix:,#bcvqoȹ_w ĦyKpCI^>qWO0Xt|˹}[(y `Vln.fXxK&RN<銌gʸ =15*ɇG’륫?.FƜdOXw|_)2Pb T/f(%=:\csn&)Zٛ)vPm _ F4!kŬpWOE._8UiG(a=Z6^&@ u=ςyHGHն($p")6WJ Mh`]lʵ6x+gtnw^TEg *9m ۾)&JyQK,f2tY;p1[3HVd&>Dzyq]CqPsi- aI=f+YټP&^qHcrk(iymwV6'ch)km.B Ҧh*L؞w#\+ ۜjmʗcCWI :A)~4^rhDU )C0\ zCj^8~)wTm$b~G9l[ nyc'lt׉ ̔Bh6xNbJ# 4>&i񣁕Ϋ/bp_?%-2ҵ _h҂H&xld6 |G_S.*u||8(g[5*+\zho_!6AVg,CWuP"Špx g_B1_e ʘF"ы@,'hWH j `${- /{x:B7 ܛ;l.o㚨'4:tb@2FAь Êإ藐lg`cVrcB҈=ɱktkZ05&:ѭs KW1w̄ocMٛv+iW2ox$\U[]]C2k3zƗhMEeś;v%6ԧ4;bP2;~Va_OXu ?p#rKRAq8> ֥ӂ 8Z Q9e"m9tPO(}] j33K*vjeEo:Lʆ9Wfє/wxָrpF'9]@y,Nг^y^b{ f3.sl@-x0-5C zҾFJ7*s;6:*[; C5+pYy(ԛ8hrhbu[Ǘ 泋Q(X+6>H8di*b/ Om p 'u,1qTX| z> ՜^Oz3O%~GĊ:y[ A*3xmpބ~@V+WA0}~4]9'RʨӺ,͋'oyhi[L4"y\vXJ!vHP,ӔQ\JI -+w]9=?e5X/qo%'?_+_SLm lxSMц۫j !jtt )%@AlTuk]MMyGvY>Kb-nMCTP;G8__F\oNSr}?D䢔MłBpp3hCkN}]> p|[2T業>vGq ?IZWI4sM%RFaktE:GAx += [~ A$;ɕ_#!j^P+lc|lɡb%mޫkyoSF PW .dO6஁/DpIr9D˞0A+*.#UZC"^IY+09 i-4|.,̥jZ^B)\G8X1^JƲˎeQsNܰeyOaoH~FgŜ|&̕1aoeBajnjchZoJ~N^Ue=XɞE Άi@q; bI1Bzmd?$62'p`th<OMHqlW5 oC9\/tP8N-Ajn5H /b`#3zY _"?rm]zr*#lKa7NHGW0ִ$ɴ&7qRCU祋P3R e$q &&&ws5]e/ }Xzx/3"Y̞O~t={%HoStɤ43baYۥIi+R/%]{zxY/^݌ ]_3%SG9-l(e)hba b)ݨJ áh+{xe:@ܢw\o׺^uٻyO*^"s;(t{ɭv 3՜)Agd`guNнXvQm%<\mkM2{=j1XW.T1?MQا#_hA3_7a6SH{J:m{;a )C6ZPv6l='3T\g +`(@Ϗ,-YciwSsQ{=m/_qcU]r"kDJ?~)zq()pgŚyYpuB{ sΊ3w[qUJ,;Lڣu`un( s'COS~|uUPW, z%Zb,-qm<~Mk*WA%w*OKcn aY9!78S@s9QIr G*O^ee*ݫg|m2D-jT-Hzme'Z@W?Y;Q O'{3u,&"Ju ;/1m#/ of1JK#,W#A¤밸ٹcO>tGesLUpL'-XG7 E 蓝,g3i\zyIJ"'-`<ԟ2R^Wu #@Jվఀͼb]t_@]%KR( aO%x9z&qh &kv]"2|{xNS03leqg&Br|#mzo\32l7ӂEZ56Lwl$ ?ȿ]9 t ,6ZK{)KR(S*7#.ZÌXȮe%Uu $[ )aT4RJ,%-)A{!fj.ʑI%L[eY\T>gyY@+=H; ~}0rSYt%X.ێT?]rb.^>'8y|Q*=BbefquP*Lzx=X pI/XƙCM{mtXIZYpԋj5#;$@r çfLKt{ПyZ8oW-j (\gFPQV_:q`p[sŀ:ypsc.Ǎx{XPi#ٔrUJfGMR?F5y6uP)ʱ)?.e7ԧ ξ7wlD-@BH+ ( 9 !q^1um-o DcTpc]ftFg\ڜP("57[sv1d}&fmX0KM\+Ho2~Kp2fEu^˘i!^jUD2$ #M4O2V &[ H̘q`WNQHrPUG"^>3蹷v53 ŕ t}(@jߣ>WOꔋ=\0 )j lފgޣV$áFxIxDtR:ÏSc68bof{ZALf@f"2NƗV 3ɢe'[ܩtwkN9>oryK=h6ޓV7ZM5a"'.s2;g,5Bxy{);7r2-˻:/*iLY3y"*JjA$} vg .$tW>M7Ck_Z{o%ͰTG*E%X/.Z=On,n#v҅B$o:nN?S727KMySV^C=#| թ(g|0|3LŇ7sHr{b^^[Gisww=bD̃@A|7VD! N+[Z@|)dv=an@{;qspO| VN|[+\JNzѻ.I.Ȍl3XFR/$ec2?TU C={;YĒ;Cnb;4%Ed'9pd2Zç"]2UwKqQ$l6n=d줼PIV]Nvw'l%(_W͕sWP*9ܔjOX̗_QY@y[,Is{&ߩ-k7 US0,kVY`yŠ[_ L_vG:xy-s-pܘٌ{)A{YE⑊fxz Z ]w1,R@mE6kplƄYy<*yc&bEn-|Mnj8G"oޑ!VlT}޽ExAMxX,Q3x]V]l?:`J-K'Hv{MM?:c"$ #9 5^4bJ)~5Jξ ~ϋซshĦ<%o NoAL)aU\/CW=FWE Yd@a#xYh׾qpz!$:@!o:*GK2!F1frʃW&_[ ,Vi #;!ْSUXj}@#h;GH$13_Y.r#`Anld!Ԇ5Msر⛂m{Hf=\4UmQaBkx589Aș{yv+{#AU!- TH.qV "~WN3c4=+^tڀ`qH̷Um6 `9C ݴST8/isz ,Ɨ P*g m**[{ :0e`- 3և95 ӵ7FD_йb&k'⹸0]wj#.@#}BĐ߬`rU6дkx[ץJ9Kszl&==*/r~=buv9!/lj\g-1*ԡ`/a c͗8 .樷(/gʢ]R iuX!}ɨ5 :^Rca.,=S{UdرpW j[̥];]byXUEe$1ր\,[(6|4n #?=$ ᨥ62cB b6VM8r8-M,anVwMZ1m&A摱ep@FJoS ,X!? d4O'Cj6y@ShJ:jےɼ嫥60Ǔ=MgDL0o@ O={|+Nn6/WִF  =+;P7E6|G?àLC- @#h~bUbTq[ |s(X:GSCVrBȸۗ$*Ė=ej[V5z<XWc Xh~rwlQ%|hB} 2n/Iզ~2SDlͱ=Ȃ.L\+oY(YfI~D""Ή@eZ7~'7rIϋm_N꧛P<"9U鹻:9_#)M ڪGX. nFyav Ain1LZU^QlR'뎘&Z!Dh\c\@':k%!'Z* xGҶ%]kx.m@9U`P G> M#zxsAsلS3pڪy8"hMjRc۝hRz霁^m5@[)EJ Z[D|]퀶ZC}+1&hb0Cٱ5ɇ>4#|Y6i xggOٴb<(/g9ی /wO=]=QT$S]G,R?r"&!U0~ݡΐeÀ HuvFUW:[!&(@e 1E/du馅&î6!c7[v-vTcD c>MVTv,=^/8KEB#fR&(PE0u{.We5+~QyThѸf?#:_K Y`D;<3Fӗf=~/-WKr,1-b+Jvfg͹1tAN:c&147b86F@_,q :PQMjGp@ ع:kC\ pl`¹:ŀmq" ηR9AqͥWt*YD|@|OFNR ;h@s]{YO vƟH"?_u)?ήei|C69X13<@ I[[Oe4M %c  GEWuDDEϸ = d1Z(TA8oF|Ѫq)F:GF)?-[E]G$,>}Duˬ|o]; T$V[qv ya9LlDnK:GVhuɬ3 frLOm1{ rX5F 1&֤r vHJ\F.Tė9xj%xy_& uuC9N‹jUX )͢#iqfҞ@|kmz K a`޾=g)ĕצX^¾b>|H EQ'3*+Lt1Tf#.[Lv*u1ޮ^Jq̕27dIKٜ6vIZ\v2u߳ɝbK![FtӍ~CĮp#뷊<`-^P$k9G7+jRE5[3+ȠNG6xXL*i {=#z7 Ќ}ZH, &yTߍKT$hK$bNv!4X&^;va^]&mk[5,R=&Ё60?Z$7N c$Ћȯ0F|v?aj(헇W +2;a<|?۰@wA 816'5|o8aɕfoI}%w!ԁ~4P)" ߏ*tЫӾN@/CÝNOQq_ҁ^W0bGgt0HPIxّTHDE ^ v;  *[a=G#3&GdBKI6rB]he]>m 4*Wٜezi:P*]Qnӧ ى3k]"dQ NS̫gﳮ}kkaH& ssچ+i(/Ƀ^#ۨhNP2^4z33u8dIJ7?] Ef % > `6.*}G8@{i \Iφ24 6"c=DW!I&FTu֙G#łUUM>t%!mSæZ˱X::])j.(צK:"'rx(/W1+hU)m"v>PSꅗ@P?-D\~i`J(QXW~+4c!D̅ HCUvr*[(eA/']VjP[>Ԍ˕f9;g4XfR,ˊ~$*"κhJRm mtYqE%wKhHU^8\Px I;(ɴIW*&̘Pjਠ6+!l5ƅ3䘗%넦`v =Z14Rs5f Ni6ϛSm+GpowW`mZ8UQkB99dEF#vaXā>_>{HM}Ar>]]3cS"ғmCEߠͩ)_^<.1!TP=mŹjm2R Z#Լ7p.j%"ռ2hG37㶨!^$o';~žiX`@LIx~{30?34XNݛ+ AshWVr2yE;$l}$S(a9`CPy5D_dAƠ swכֿ<2xb@E_s"viOJwsB= o? Fx݀>QQ  }JdIN<Ū_ZBE>_9.wҮ˾VrXS^NicS !Xޠۧ鶞egPT"_]$ X4@z>j\0?um 9d3 (DwBKlHMt5jƩPsᷚmp}c'5l7N"Շ 菗&b#.ߺPzQX;z QtQyUrrj.`sI8KuvE\KiRAcQ/UެAk9f8YX_В¨EVltb{pQILoqdz>Z{ ғ.XeQ}//2 VgxoVy9e)Z6$~Ɯla폼$QA*#\n$Qʢ7 Ii>JG7$i[o 6ۃ^*a1w!cL'HbKr(GNJDT<SW\?Oi"1;z")ٷtQ>STnQ)G6MJf/DTk`$&hG`>X p1D73&-X]d,Y6.rm>456i|*!r[ Mr}#R#LQ W*7{~fgi7(KqD &BZ=J[6zm|m[Buá}6WlWv3taNL <߃o:o]dTh(aZv[G$SB6ŕjo,l[ѨxW5C<,`7kr27j G} dH^@PmJk2Xp[l&O_}% XBW~ac2!ftGWJWmpYqOގ>I{иn'Mk;lt=BS /5'ˬޙq7A7<-!6mXלzqe#.ٮI"ge*+3 p Y=1f} uہĠ{$ bܦ9U$ Ul3+0ըRVdch^*M7 sPaapx˜ i9B ͹s(jU@!qR9f9M}l;@׳? 8(ZoȐ::T-Z"ލxgN#\9?N;6(T]+PЎrd4t(֊FRVgI3a$T"TcMZN@tMͨ'Ve9vQݽ $<)sI4t*OlOnJop`Şjy\"<8"$Eʄ2} X|i"s@McRZ@@vQn(2~C^t&kSͱu:AEC~~D٨̏XeI@ͯ( T0 \MFedQO2eZOʞ(ba^_%geCmэ 1 (eSv8<U+lY&Ǘ4Gx4z>ٖ,5e\Pѻ'[d LL}bQL ]Ա!@|l1Z1U現>%H;^&N(td#dN-%6 z=@qwߊBiop\ B;25V+uQ^Y&BqP<*VO6q Qa%F!-l'D/~Hһ='h&V2?c +X 75#H'ӘuNJJ喷 dofpxh۩WFl|}L!֚x;U H^ tXUY媋ζߟk0b?Nd>&a~<-{=\"I/$Kc"J+偳C%\  Ş톳8ryUn506sH$fWb΁ֲJ16Y8 k>ccզ_]čIggsZ(ci X樷b-ؚ<5/tY .ʋ0H{=X;耧6_S8OXzfgz Me*#4 tTk2}i# G^tٳɁҾ;CM to0H<0K1+t#U#cԾ2%*f+84A?BUP:ZwSt!tT 碠r|&-cPZ{|#%Qxgd0q?\:";3qrfsAI/ud'P+ّŮT4zTSHzys{6*1dQ^a"4 =J'i׷FܟJGKg'nMkg2Ե?Z?2DP%"9I2Ji`!]s»<{; SOv7 `_W,˺aԾ;*CHeBh\[8zo!k;^$ܓLpV#X2t37;POtf$o~[qȵ܊ d=9)Le lm\E/jM'kiHwdȍ/h֩`QǷ4`iI+w$AQ*b#(=z AM+-9 *K+˲3 JPhf_s(TϨ'WPv^={!]`MQ"ƎB f ,/hbIO_ebhCDЫv4ML%7SC¿l @a)"N^Ө [R;Ovغʐ2q a| n^J q6)̅, &U NX[P:%YYAnb"Z^մ V<̀3Ra^DS"&}`e;8wI60M5]r Qj^\S+;b\X1ӈBLINbF*mi"2 w0k~ofU)ԶYb|zWsY x _Rҙmϑ>  7y9q! s*(/ lPHevXV4u!_ k0d<ROye'ӂ}i/oIRsX\.b" EnilB8ەu6q+DPs-E+KZv=ѵklOq6ݨ'T٨'^t#+M_Vb,[+j&KC2/i=7H~ >b\AA_'tF{BePG)1܊;B_9].Z Mډ4n݋<ޡtA|Ji9A)lb(blPP-*iiy2r2H18'TB,#,RWQQUu:#&@XXp4Xm."dʡ`9c"n{F7DfAƃ,b8s◇2^:ƍ[Jt|/ڠ VkސE}mYN9.D~ufu-.٫M=L{c2r^/7R…~!oFt[6]7e-tMYIʺH@i'Q')oo}DmQ}H>dlҳNQqfV@a5AF74jrththUmdJ|_GbrKO}Jr?}cd=g8pH.Jw Ωd_ycp{o9*Fdjs`;[PPO5 0 [U٭kd]7$^"j?EkCƬ_>u/K6[ʐeRhzU915[2hʫ0P&0S̶av <5aꦿCD*oc8rX -@Dt.M<X+ 5kZN MS&O@>4q+T~SO &\{P$csս֍!FgslcD-Bh\:%u:?ȠG?L,9U:ao0~dLBAo)Nze1 @gE{ brrjX>!X&u"ϵlRfT 9 $ht;r.ߢͿ

:I:ش*:nlu9hcZ)P>?fSvgi> A *\$m=mdG[|͕;]}h%WWji rX 8#\ P?;C5O*3o] #ZbX8)ten)sL=<ӻ؂ wSPjm?$g$!= d^\wAвi?5Cio9OyL,9N1ٹŜY]C/QO*Y޷5,%?'4cma*'6EKm"cE>eqn*@.y<*$ɿ"g^$d#1CcXߧӳ3Gmh~Y3+?p=8.PXUk~/eU+~ _#O #4]q(3cC77a궕Pp#MjԼd'b4hhu'r}k _\0_yܸ2'^4a:EMi "4|h9Un[m{\69zqYz˳=H颁ΐ01MՓ `m^ݒ[NZŧc%|+ dTow8߉ Y::ѷNѥHLA[(xnlkᒡTCK_iX&9 y?at +Mpl@k@؉9oehI؛^%lG$YVN6=w[@7G[Vxyb227L/@5K[}IiJϪb4a朊pcu݀2(}Ɣ3e/ =G{5{6]خ (0A0Ny%)I{QYu_97sFl%.8WvԮ!L7]E_ 5aEJ{'tz_KPp#YX%0F*nl6/?/vv8|ZHHC;1q9Mj &@EMle"tJE//$Blr ȋXLv4CYW{ޥ^`}K#,[z8]`Bt kQ 15fHx>A1Vܝ@N.O3- hBu~ >1+ZO(#ײ'}vb !9b; 6BҎ";\$Wt Kl M9&k9sQ^},f30g0pv0@`>-"Wur&>ޓrԲH"&/C}9,`sdfC$FL"^":tT0 Ω4s~Mn /i*;킜sF?rg} gTD2J2IQ#!K3l d9+>c Ǯhvd\1 E3Bɶ`Y q'-1;#B#mU5|l"~w[pR{Iϫ+]Ϡgi}@*WF!j?A /5^VOrXJJ4@Jkuc.'mE\s}s2J6"ϴmHFDX2XD$_oW.jSOMy-lhX$!sA8>e'9a#MFBzbuhb=~y7NJn ˝E a hcCi\W%9TjfkZO{^m?ݫQ6@~J}Ǻךخ*57VDӺ5bAtVWŦ )ʰk|UmtH IOSg@l~/,|yHvpȚHx%%/s5-!iTm qbVFJV}{4m ީj.Wx UJuXC[@&޾H]'~uMyqfFaC,%pGud%iZq*}?ŬA8V{O8ے^) ~x?.MQQ `oTm@!cOw=wcvq)F*Uk$Eu>0Fd@;K5S~onk@#dSe9;#Ҡ1 au\ ĩa Į$Zҁܢܛ}s2tVC.%b-EYpɐXΆeƜ?@mg)}0u0}>{6U&Ӣ&3w7nsb A7-r|f2nX历kk/ 0)Pagt%\_ &}|vS-Z? Iv87{ \'R.:s kpP. O\zNI5ts~Z.Hk$4$ybe/2P0|Tx}ƴJ 쌿lcX/@fҰ%F4_NES؅2eDt>PX)\\R+t2Ro&폴82x^vpmoKU^J%fjE@d:cW%ڏf(͠^?Q-u-ʺ[衟jSvԵ/H &>Z ~0<ى)}ykѰ`U&rBI?5uvJ 1m!kk&X2ME~mj 6ODr"ͣVzf-^KՖUjcV|?X6"ĄF豒-U j\K1VQ 1^Qh$7%KYaC9o6V,0d1i `'Gx03i=iW)A9{PʉL)E+JO Dpd!B$z0˜aU֍Ef b FNSKe_[nY4Q L1"[m>sB0's6$R%c.V݈zV ǒó6A8Z,w FE^ TLv%?CCC׏ E] r-Iby).퐃L0L:OaBB/3脉D9/&\+@Ĕ%>ӾaDq6; N*}xq-&½`hؘ(%;>ؑ7hx-m,gsSB .]@ԓ:qM[䧁XlT5DQ6OZ8v9 tZ ڍ+]yd-Xɲ5t^U[l0b{@ɀ՞br6T9Gc&bG+5r^NX}v5D0RW"(%=Kdtp]n1E_"M Yfc UMyp)}T6{5 P9ET,=.݈J_8D4ô֯(1Pz Zډ)avA!*WI0Ei]c26X/ ȉ{pKʉ`ukmNɨ) (62x 4;9pg[_0+ioSL9'`uqm| lrIn;D@D-}X&qkָ?ADwf?VxA2ʊr/\M-h 6!*+fKn*yYt Ⱥ6grxI*x(39;=0`PnpχE.@j^R`=ަd٭$@Y&X\EX%' Ш7} s{(Rwd_qoo#Mg^OLg0mx)Jh-O) %Qo5ryPL{= 8푇m8HGo!TWŒBlnvL !07/XR[uEZ? e;EMPySL~B4ni鼵ND'qܟ;GI㩗mV, ({,@rmF};`(*7iE`N0TToOڇ#ՇяuѴ]Tf@q2^nV~.7+ĩjiRy32u`|c\g@TiDͯӏo }D T74W*5?&:$]DnceD^]3şgKA殠_NP`<_^-RAW!ŠJ-َ` uBFSĈL{J CDdTZ?12@`P(K7IʭaǬ-9Za)\N4UI ={b[f(/.`ey 3yͶO m7FMIx]{k/ J쉎V\tB%o1݌ Y.~1ܦ镵K l iUO6OOk~W$Ҟ6YMILPp'K,q0Bt/ҧ8;|VJ}JOm@D{*z5E>M@] m s#DL\FVGq~~ۃgP88s\*sЭYe[jĀ($ {ysQ@'6uq,(bSS| 9 }$GS Ɋh~Dn7pπR`+iZ^ /`۽6n;csgP;^y5=:yM * T2?hW#?ШϚ6Q7} 7eEA-֡?Bz1&~Wr46~[+Qvķ7l W F: |YnT>"̈́矮43SN'&=7<@~h+PǶs%QpQ@f0aO~zʽUd+By^6A PjQp: g}ؼtk,DNT8ҳ>3Գ;\=IWJ +0Ez_T]#\l^axmʩ)3D |K{d/rE3dhxC׌iu@^-̓CkLPRZ@sI+c&)PBUU;G:g {. X :̈<^ 4-ﵝ7z?Fq0XQbH.bHV0y!  \k!b`Y% \VܚLhj_B(C{)QG~6};q #}n#ᎉCd1ܤBes+Y˗j:I#+~nܾ2,Z0^YߟD/;C!9̙:,PfcɮfzrܿCKaF]\=$FӮL* ȑN|l P2U^|HF{>]"5H@=Iv{[kj9̵DghnRҝ!K| ~gƉq:<"5@D GGO`V$#X3S hn)ʨ=cfLh/|aP{I#q?!F*T l2#&'{<3x#'I!NDĎd-ng8MQ z|OQK|dw 1I=2kD;L/Ds{'$Hlj=r DX\F7ӊM1: zV14@lWgͷlûg.j^_uR!/_CQo.Z5A3?P7zvs^aUۄp&lD*n8LԻ]9d0M%#}mL5ùIb՗h>& GwJSF/+dkV$Pi%AlۇDJwIz02!%Dn62ln(YO$ ۭw|(߳FҹT̂y``z+u/޳x.aoXclS-/B@~N !p]a'fj,.B,( "޵3Q%beImV~W.CɋD(+d} . P.Y?Yn Vks"1i,9r!"TeL퓘ZFEKF̳75ʾ[4-A=eob.31~GM9đI]u 7@3zn<άh">ğ:$^똳pwQZc?Om>s*]NGzTMJQvPppAuLC,d#좺v43"-I L_YZHPx^(D{$- 0{})K8 {hKh̓Ao Wιik7 ˯ʈ'Œ?C H*-1b@ǧi(¸> i3OVMFL"ZA^p+ʇ, ZVܪX9*̗foݺbφ^٘f&9R[k,(RXl!8mI d;8hdlhsCDtW{ھ:^ޘ1l)8,ܲSɛH( Q-yEQX}dvqE<.k6?kn$7fA[_b1L@0x$bg)YfNf-?wx >3%OMd` /7@isj'_JbMg⠭9- Fff>NyzAx)ĞÄ=/&#3(5! ceuz}) A">$Cq9k' [zHaO \ ߣM7s'-|9jY!se_kڼqO$H4MO 8T DGg<7@7Z}$(s @V^j{ݣ͐QƠ胴t Vw_ޮ|3֐T8Mf[Q}?-tLM Z7y\b=p%(!mm:0S@ 2.?^£pfB+|@ 㫏3総Wh=*3ӢY`K2=Um},%.MTz[c#FaY.ӈ#X,jKS?WV%BMߜk tBTHi~G{ 5/DNd{l>ӄ,wlUWY;@WBruںL+jlB/n?:[Z1Z۱LTR"ҾyN)lׯbrau֪TgXyIMC*.y^zHj]yNs]/QLCKnE~4 ̰?y@; (<(~k^0׷AeIHvݝ5 WFaEZ}6^>ˉӡai?iAA. hb;Z;_=(@c!)R41 T?p e_ɜC%ꊒ2`&|s2OEi(wS eFA~5F_SVq O(E72˻\0I'&+oj<ĄVweHч,`FG ;3oD'{j- >q ̰=1fn F>dN}47uMpVɵ uvZU8Yǭ7&e7}ݑM۾kxK7"1ZHUzGbX\ \Od(P78m}Ք v$"? I\G鰔#u2JBB4ϹC^s_w/R<¸{OdW؂ C3g]YR<5X0^QpC _XnA4k7R.Rm uɨi:6Oe߰,0Nzmp MB_ S8g\X ~R(eCop2k KѨ{~{ED) f?$oB.(]̻T+WӜ=aT4mC6ER0R +Y `+lJJq9 B,[q+߲qY'YU efL#XYj ԇh9IFhU܂0PWV*_}qT:.`GlxC(H> _"' 3 (N$Ҿ;"ZYC~.MDYū@FJ+܌E1Zj!ri6E̲iMMΣH29p.HuBzU"% 'Cjb};L䓲/<K QfW#+*uօ@*iX NCWۓ$d_10Fמ 1*d'R1SxU'h-5oe>iӊdcH0]́iz^6O"躺N/S4ba7n^+҃Ρ|G"S^5V>ݩB7I'8.[-zGKV6x-TxњǞI*sS'3Ð]<#-K]#2^(`Ĵ.%@+qS K0r"ft bŬ膾_Y@s6bvEeMCP{GxԆ3KYݧBwִO'jo2>ou46}A'AXz)^5=IK`> iSⲯt AYDRƖXZw~QFcNqN,)C1Pd~bBXaFdE} 1U$_y`^0|6=}:S$vfy`ST"{ٰ%m܅$/[7ܔY\L}]3JSC9^rrg3tBcrum ;fs3AĹ'LŶ[ i*BtȂ1zxxԄ/G xL@ٿ e0Rb?pUYVBX"13XFP@|lA/VKQ{4(&P헃3T>Km38N> pҗKbK0(EߙnN勈Ow*#S?2w:=HxT`& o܊ -\ԯ3jH?/K CoMfP}Ҩo]$6ίV)/\qĖヤ\QN $]p 2퇘)b{/X n*wKUV3jːX ܵV~\74 :˵ml ]PF+<ܙ+ s[ T}mIF*n5RURuxw~uxP% ˿彔~UPV^/SOE"̺.)>@q64p H1E$!W茬f3 5Zߤ)kG<= 0gUb2U!keb`߰( !RO39܀wIR.R} y-rWL̿^}Re.łG"PQK_tk弴_ _H"*'-s}4`XKtS鄦~U%U}RhaFe2uJ'dTmz5y7`s4eM9J́މ6 *Ǎdo+T*I:.A wi^VkuǔP+f[alqت`ܿrz'1ɠ :&@9CUeQZ'k Â2sԊXomju]T-YD;@7de")2P!vl$HͱCd4&_W=@q{]Rn۷H$ `Lu*&ɴģouO_'*x{f ~;?I"DIkg0+F쎿xkjDt"Ι{hu\C[+1۽+b 7Z,d[t #K%/^5BªiSͅuU"x¢aA)J %L.ISV-JBA1B&vg(W0.qc?aJ}4[sU>}̏14o[ۣIO8{i2rT=S"9.&+콜(1rIs2 /zcZj kPqWdFZؒk#xa;x ] mhXO\ _(f30[B6XlӀK9_HX#LIHYKPBM1 `uəBF_ӌZ6E ;:lkwdt7@ V̄Re>~^Dz1usы΃Ccq$ :r)=P YC"@pS L[,(Feo+Ie4{z$H1x"6W ^Q( K/~]\ rU2q٬Ӹss¸ݤ{kCjHMz )$N19FGw8s'$Z/gWW_(y #Av8a;W0qFB7O=gLW3{ v sdbGcw*xrMɝivhPh]txc9b9]J^C٢`&XdhWm&/#ɪhK`N5U8iy X;TDB";8_vF!FڼA(n? &pV(Mad Wlɒ<2қ:L3xT+ 3j>ߗnLCͺ[6rhn0ڍ]dM(K۳oNon't)ŧʭUߴYn-͗:INҿԚƘ ~42 =Z}|8Y<+6OdYU]h/I^WnI  FB;h*b.w*{ըf]I e,NN~\~؀m1M<Ѻb;HeٟQV"(G=N'6"]Ē>9zkhUFGgUg䈿*dF`E1:m`HjsQWNEqSqU3+4m}x4Ը57ar3k[GYU}eOtŽʉ X-O$fqs,3@Duɻ=ĉy$ ;I=1G9 (З7,Z'ٺ %:v7}plv8/҇?%&/(SjaHoG;1B%M?0櫖="H)y\z+-w!3{Aqm]}iX5\)ϐqϹ C sGc ^|[a[Քf:0fI˿AОeUñ9!(</0Waop(JUoa 7Q ܏%GvY$h bmdcn@T nxB.-dEʆrG+%u[/Fϙ,ؿk'I']po,G)Sˀwb!)B<4Vp@Fn]-Z+Qf0xvD3SK7ʭ.eFb"e$&2mj`M屴 (X kk].,(=D!h ya\dP{=[ito42LVį?A g]'[;8Z( G Sպ>s:$ p hI%JPא{PˢVZuư䵲L$h:ώ"V2 ?Op5 8 1VV`9<25̍T+5<, /3N8آ_'Y&فz *SdrJ۫aۑjTol?RDc^r,L0F6ߦԓ/Pú8N;SGc_zWf\Dܠ\ENwEn/r{^*Np)m.BN,Xys }剴³.AƊm}pSV(CQ2v&&5'4όC΀'"7AmHOjp/v99C1RY/O[Cw, x 6anOH;tϐ{!,հ%/>f{$KGz~"_`eT,R~uˎü7ZarHr;ijY4ޅQ/rTxͯM8ꭵ݈ T8%(i_#?Fd x[ku-^@}fΕK\:,,p9(ksDg{%2V-9C ב35C2*ɚ1փjd#N? DggH>e+ ;GR1` ymke!%*j,W߄d1(׌W^^M"/C O.O(Nya7$R8ʅYr41l1S+&>3's%OJ0~"z>6@64.4DJ j{0RvkD؀?C1:[]3tbPh#{WOy۱knc5=ns{<:?%_| :% o+ZVP׳_[fֳ|-)F[THT0<#0]Ut?r>;ifhi#(րm|e},FV@^T_5z%}fE$T hsq=K] ] lS: qlO