libexpat1-2.4.4-150400.3.12.1 >  A cYOp9|{34:@:+BZch"D~>8:65BT^CG =[^?uT&Kfж7'Hd^#[x WȰ|YKL1h;8(|4 s884]"tL>p@e?ed   3!BF \m       DL   (8"9D":">bu@bFbGbHbIbXbYb\b]b^cbc(ccddQedVfdYld[udlvdtwexeyeze,e<e@eFeClibexpat12.4.4150400.3.12.1XML Parser ToolkitExpat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).cYOs390zl38SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://libexpat.github.iolinuxs390xcYOcYO7384016d7db2c353ee0bcb6c425c0e4873381c34d47a3731542ac23b8d27c1e7libexpat.so.1.8.4rootrootrootrootexpat-2.4.4-150400.3.12.1.src.rpmlibexpat.so.1()(64bit)libexpat1libexpat1(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cY!@c1@b#Pb~a a@aZ@aɪa7T@`@`@`u`lM@_y@]@]y@]o@]G@\\\-@[@Z }Z }ZY@YYdY[@WW~W=2.4.5] Fix to CVE-2022-25236 breaks biboumi, ClairMeta, jxmlease, libwbxml, openleadr-python, rnv, xmltodict - Added expat-CVE-2022-25236-relax-fix.patch- Security fixes: * (CVE-2022-25236, bsc#1196025) Expat before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs - Added expat-CVE-2022-25236.patch * (CVE-2022-25235, bsc#1196026) xmltok_impl.c in Expat before 2.4.5 does not check whether a UTF-8 character is valid in a certain context. - Added expat-CVE-2022-25235.patch * (CVE-2022-25313, bsc#1196168) Stack exhaustion in build_model() via uncontrolled recursion - Added expat-CVE-2022-25313.patch - The fix upstream introduced a regression that was later amended in 2.4.6 version + Added expat-CVE-2022-25313-fix-regression.patch * (CVE-2022-25314, bsc#1196169) Integer overflow in copyString - Added expat-CVE-2022-25314.patch * (CVE-2022-25315, bsc#1196171) Integer overflow in storeRawNames - Added expat-CVE-2022-25315.patch- Update to latest version 2.4.4 in SLE-15-SP4 [jsc#SLE-21253]- update to 2.4.4 (bsc#1195217, bsc#1195054): * Security fixes: - CVE-2022-23852 -- Fix signed integer overflow (undefined behavior) in function XML_GetBuffer that is also called by function XML_Parse internally) for when XML_CONTEXT_BYTES is defined to >0 (which is both common and default). Impact is denial of service or more. - CVE-2022-23990 -- Fix unsigned integer overflow in function doProlog triggered by large content in element type declarations when there is an element declaration handler present (from a prior call to XML_SetElementDeclHandler). Impact is denial of service or more. * Bug fixes: - xmlwf: Fix a memory leak on output file opening error * Other changes: - Version info bumped from 9:3:8 to 9:4:8; see https://verbump.de/ for what these numbers do * Drop unused file valid-xhtml10.png- update to 2.4.3 (bsc#1194251, bsc#1194362, bsc#1194474, bsc#1194476, bsc#1194477, bsc#1194478, bsc#1194479, bsc#1194480): * CVE-2021-45960 -- Fix issues with left shifts by >=29 places resulting in a) realloc acting as free b) realloc allocating too few bytes c) undefined behavior depending on architecture and precise value for XML documents with >=2^27+1 prefixed attributes on a single XML tag a la "" where XML_ParserCreateNS is used to create the parser (which needs argument "-n" when running xmlwf). Impact is denial of service, or more. * CVE-2021-46143 (ZDI-CAN-16157) -- Fix integer overflow on variable m_groupSize in function doProlog leading to realloc acting as free. Impact is denial of service or more. * CVE-2022-22822 to CVE-2022-22827 -- Prevent integer overflows near memory allocation at multiple places. Mitre assigned a dedicated CVE for each involved internal C function: - CVE-2022-22822 for function addBinding - CVE-2022-22823 for function build_model - CVE-2022-22824 for function defineAttribute - CVE-2022-22825 for function lookup - CVE-2022-22826 for function nextScaffoldPart - CVE-2022-22827 for function storeAtts Impact is denial of service or more.- update to 2.4.2: * Link againgst libm for function "isnan" * Include expat_config.h as early as possible * Autotools: Include files with release archives: - buildconf.sh - fuzz/*.c * Autotools: Sync CMake templates * docs: Document that function XML_GetBuffer may return NULL when asking for a buffer of 0 (zero) bytes size * docs: Fix return value docs for both XML_SetBillionLaughsAttackProtection* functions * Version info bumped from 9:1:8 to 9:2:8- Update to 2.4.1 in SLE-15-SP4 [jsc#SLE-21253] * Remove expat-CVE-2018-20843.patch upstream- Update to 2.4.1: * Bug fixes: - Autotools: Fix installed header expat_config.h for multilib systems; regression introduced in 2.4.0 by pull request #486 * Other changes: - Version info bumped from 9:0:8 to 9:1:8; see https://verbump.de/ for what these numbers do- Update to 2.4.0: [CVE-2013-0340 "Billion Laughs"] * Security fixes: - CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks (denial-of-service; flavors targeting CPU time or RAM or both, leveraging general entities or parameter entities or both) by tracking and limiting the input amplification factor ( := ( + ) / ). By conservative default, amplification up to a factor of 100.0 is tolerated and rejection only starts after 8 MiB of output bytes (= + ) have been processed. The fix adds the following to the API: - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to signals this specific condition. - Two new API functions .. - XML_SetBillionLaughsAttackProtectionMaximumAmplification and - XML_SetBillionLaughsAttackProtectionActivationThreshold .. to further tighten billion laughs protection parameters when desired. Please see file "doc/reference.html" for details. If you ever need to increase the defaults for non-attack XML payload, please file a bug report with libexpat. - Two new XML_FEATURE_* constants .. - that can be queried using the XML_GetFeatureList function, and - that are shown in "xmlwf -v" output. - Two new environment variable switches .. - EXPAT_ACCOUNTING_DEBUG=(0|1|2|3) and - EXPAT_ENTITY_DEBUG=(0|1) .. for runtime debugging of accounting and entity processing. Specific behavior of these values may change in the future. - Two new command line arguments "-a FACTOR" and "-b BYTES" for xmlwf to further tighten billion laughs protection parameters when desired. If you ever need to increase the defaults for non-attack XML payload, please file a bug report with libexpat. * Bug fixes: - For (non-default) compilation with -DEXPAT_MIN_SIZE=ON (CMake) or CPPFLAGS=-DXML_MIN_SIZE (GNU Autotools): Fix segfault for UTF-16 payloads containing CDATA sections. - Autotools: Fix generated CMake files for non-64bit and non-Linux platforms (e.g. macOS and MinGW in particular) that were introduced with release 2.3.0 * Other changes: - xmlwf: Improve help output and the xmlwf man page - xmlwf: Improve maintainability through some refactoring - xmlwf: Fix man page DocBook validity - CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR - CMake: Add support for standard variable BUILD_SHARED_LIBS - Unexpose symbol _INTERNAL_trim_to_complete_utf8_characters - Resolve macro HAVE_EXPAT_CONFIG_H - Delete unused legacy helper file "conftools/PrintPath" - doc/reference.html: Fix XHTML validity - doc/reference.html: Replace the 90s look by OK.css - Version info bumped from 8:0:7 to 9:0:8 due to addition of new symbols and error codes; see https://verbump.de/ for what these numbers do- Do not BuildRequire cmake: expat is part of the distro bootstrap cycle and any additional dependency makes the ring larger. In this case here, cmake was even only used to own a directory.- update to 2.3.0: * When calling XML_ParseBuffer without a prior successful call to XML_GetBuffer as a user, no longer trigger undefined behavior (by adding an integer to a NULL pointer) but rather return XML_STATUS_ERROR and set the error code to (new) code XML_ERROR_NO_BUFFER. Found by UBSan (UndefinedBehaviorSanitizer) of Clang 11 (but not Clang 9). * xmlwf: Exit status 2 was used for both: - malformed input files (documented) and - invalid command-line arguments (undocumented). case of invalid command-line arguments now has its own exit status 4, resolving the ambiguity. * Other changes- Update to 2.2.10: * Bug fixes: - Fix undefined behavior during parsing caused by pointer arithmetic with NULL pointers - Fix reading uninitialized variable during parsing - xmlwf: Add missing check for malloc NULL return * Other changes: - xmlwf: Document exit codes in xmlwf manpage and exit with code 3 (rather than code 1) for output errors when used with "-d DIRECTORY" - Autotools: Use -Werror while configure tests the compiler for supported compile flags to avoid false positives - Autotools: Improve handling of user (C|CPP|CXX|LD)FLAGS, e.g. ensure that they have the last word over flags added while running ./configure - CMake: Create libexpatw.{dll,so} and expatw.pc (with emphasis on suffix "w") with -DEXPAT_CHAR_TYPE=(ushort|wchar_t) - CMake: Detect and deny unsupported build combinations involving -DEXPAT_CHAR_TYPE=(ushort|wchar_t) - CMake: Install pre-compiled shipped xmlwf.1 manpage in case of -DEXPAT_BUILD_DOCS=OFF - CMake: Fix use of Expat by means of add_subdirectory - CMake: Keep expat target name constant at "expat" (i.e. refrain from using the target name to control build artifact filenames) - CMake: Expose man page compilation as target "xmlwf-manpage" - CMake: Introduce option EXPAT_BUILD_PKGCONFIG to control generation of pkg-config file "expat.pc" - CMake: Add minimalistic support for building binary packages with CMake target "package"; based on CPack - CMake: Add option -DEXPAT_OSSFUZZ_BUILD=(ON|OFF) with default OFF to build fuzzer code against OSS-Fuzz and related environment variable LIB_FUZZING_ENGINE - Fix testsuite for -DEXPAT_DTD=OFF and -DEXPAT_NS=OFF - Address compiler warnings - Address pngcheck warnings with doc/*.png images: Version info bumped from 7:11:6 to 7:12:6- Version update to 2.2.9 * Other changes: - examples: Drop executable bits from elements.c [#349] Windows: Change the name of the Windows DLLs from expat*.dll to libexpat*.dll once more (regression from 2.2.8, first fixed in 1.95.3, issue #61 on SourceForge today, was issue #432456 back then); needs a fix due case-insensitive file systems on Windows and the fact that Perl's XML::Parser::Expat compiles into Expat.dll. [#347] Windows: Only define _CRT_RAND_S if not defined Version info bumped from 7:10:6 to 7:11:6- Version update to 2.2.8 * Security fixes: (CVE-2019-15903, bsc#1149429) - CVE-2019-15903 -- Fix heap overflow triggered by XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber), and deny internal entities closing the doctype; * Bug fixes: - Fix cases where XML_StopParser did not have any effect when called from inside of an end element handler - xmlwf: Fix exit code for operation without "-d DIRECTORY"; previously, only "-d DIRECTORY" would give you a proper exit code: Now both cases return exit code 2. * Other changes: - examples: Improve elements.c - Autotools: Add argument --enable-xml-attr-info - Autotools: Add arguments --with-getrandom --without-getrandom --with-sys-getrandom --without-sys-getrandom - Autotools: Fix linking issues with "./configure LD=clang" - Autotools: Fix "make run-xmltest" for out-of-source builds - CMake: Pull all options from Expat <=2.2.7 into namespace - CMake: Add argument -DEXPAT_ATTR_INFO=(ON|OFF), default OFF - CMake: Add argument -DEXPAT_LARGE_SIZE=(ON|OFF), default OFF - CMake: Add argument -DEXPAT_MIN_SIZE=(ON|OFF), default OFF - CMake: Add arguments -DEXPAT_WITH_GETRANDOM=(ON|OFF|AUTO), default AUTO - CMake: Add arguments -DEXPAT_WITH_SYS_GETRANDOM=(ON|OFF|AUTO), default AUTO - CMake: Install expat_config.h to include directory - CMake: Generate and install configuration files for future find_package(expat [..] CONFIG [..]) - CMake: Now produces a summary of applied configuration - CMake: Require C++ compiler only when tests are enabled - CMake: Fix compilation for 16bit character types, i.e. ex -DXML_UNICODE=ON (and ex -DXML_UNICODE_WCHAR_T=ON) - CMake: Port "make run-xmltest" from GNU Autotools to CMake - CMake: Integrate OSS-Fuzz fuzzers, option -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF - Removed patches fixed in the update: * expat-CVE-2019-15903.patch * expat-CVE-2019-15903-tests.patch- Security fix (CVE-2019-15903, bsc#1149429) * Crafted XML input results in heap-based buffer over-read by fooling the parser into changing from DTD parsing to document parsing * Added patches: - expat-CVE-2019-15903.patch - expat-CVE-2019-15903-tests.patch- Version update to 2.2.7 (CVE-2018-20843, bsc#1139937) * Security fixes: - CVE-2018-20843 - Fix extraction of namespace prefixes from XML names; XML names with multiple colons could end up in the wrong namespace, and take a high amount of RAM and CPU resources while processing, opening the door to use for denial-of-service attacks * Other changes: - Autotools/CMake: Utilize -fvisibility=hidden to stop exporting non-API symbols - Autotools: Add --without-examples and --without-tests - Autotools: Modernize configure.ac - Autotools: Fix check for -fvisibility=hidden for Clang - Autotools: Fix compilation for lack of docbook2x-man - CMake: Make libdir of pkgconfig expat.pc support multilib - CMake: Build man page in PROJECT_BINARY_DIR not _SOURCE_DIR - Remove fallback to bcopy, assume that memmove(3) exists - Removed expat-2.2.6-fix-make-clean.patch- Add expat-2.2.6-fix-make-clean.patch - Allow profile guided optimization again- Drop docbook2x dependency, the manpages are generated in the upstream archive and this way we break buildcycle- Version update to 2.2.6 Sun August 12 2018 * Bug fixes: - Avoid doing arithmetic with NULL pointers in XML_GetBuffer - Fix 2.2.5 regression with suspend-resume while parsing a document like '' * Other changes: - Autotools: Fix docbook-related configure syntax error - Autotools: Avoid grep option `-q` for Solaris - Autotools: Support ./configure DOCBOOK_TO_MAN="xmlto man --skip-validation" - Autotools: Support DOCBOOK_TO_MAN command which produces xmlwf.1 rather than XMLWF.1; also covers case insensitive file systems - Autotools: Drop -rpath option passed to libtool - Autotools: Detect and deny SGML docbook2man as ours is XML - Autotools/CMake: Support command db2x_docbook2man as well - CMake: Introduce option WARNINGS_AS_ERRORS, defaults to OFF - CMake: Introduce option MSVC_USE_STATIC_CRT, defaults to OFF - CMake: Introduce option XML_UNICODE and XML_UNICODE_WCHAR_T, both defaulting to OFF - CMake: Prefer check_symbol_exists over check_function_exists - CMake: Create the same pkg-config file as with GNU Autotools - CMake: Use GNUInstallDirs module to set proper defaults for install directories - CMake: Utilize expat_config.h.cmake for XML_DEV_URANDOM - Address compiler warnings - Fix miscellaneous typos- Expand description of expat-devel.- Do not generate manpages from docbook - Temporarily disable profiling due to bug in build system- Version update to 2.2.5 Tue October 31 2017 * Bug fixes: - If the parser runs out of memory, make sure its internal state reflects the memory it actually has, not the memory it wanted to have. - The default handler wasn't being called when it should for a SYSTEM or PUBLIC doctype if an entity declaration handler was registered. - Fix a case of mistakenly reported parsing success where XML_StopParser was called from an element handler - Function XML_ErrorString was returning NULL rather than a message for code XML_ERROR_INVALID_ARGUMENT introduced with release 2.2.1 * Other changes: - Add argument -N adding notation declarations - various compiler-specific fixes - Improve docbook2x-man detection - drop expat-docbook.patch * fixed in 0f5186c7b8e503c669e332d944712de010b265f3 - switch to github for release tarballs and website- Version update to 2.2.4 Sat August 19 2017 * Bug fixes: [#115] Fix copying of partial characters for UTF-8 input * Other changes: [#109] Fix "make check" for non-x86 architectures that default to unsigned type char (-128..127 rather than 0..255) [#109] coverage.sh: Cover -funsigned-char Autotools: Introduce --without-xmlwf argument [#65] Autotools: Replace handwritten Makefile with GNU Automake [#43] CMake: Auto-detect high quality entropy extractors, add new option USE_libbsd=ON to use arc4random_buf of libbsd [#74] CMake: Add -fno-strict-aliasing only where supported [#114] CMake: Always honor manually set BUILD_* options [#114] CMake: Compile man page if docbook2x-man is available, only [#117] Include file tests/xmltest.log.expected in source tarball (required for "make run-xmltest") [#111] Fix some typos in documentation Version info bumped from 7:5:6 to 7:6:6 - Release 2.2.3 Wed August 2 2017 * Bug fixes: [#85] Fix a dangling pointer issue related to realloc * Other changes: [#91] Linux: Allow getrandom to fail if nonblocking pool has not yet been initialized and read /dev/urandom then, instead. This is in line with what recent Python does. [#86] Check that a UTF-16 encoding in an XML declaration has the right endianness [#4] #5 #7 Recover correctly when some reallocations fail Repair "./configure && make" for systems without any provider of high quality entropy and try reading /dev/urandom on those Ensure that user-defined character encodings have converter functions when they are needed Fix mis-leading description of argument -c in xmlwf.1 Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__) for CloudABI [#100] Fix use of SIPHASH_MAIN in siphash.h [#23] Test suite: Fix memory leaks Version info bumped from 7:4:6 to 7:5:6 - Release 2.2.2 Wed July 12 2017 * Security fixes: [#43] Protect against compilation without any source of high quality entropy enabled, e.g. with CMake build system; * [MOX-006] Fix non-NULL parser parameter validation in XML_Parse; resulted in NULL dereference, previously; * Bug fixes: [#69] Fix improper use of unsigned long long integer literals * Other changes: [#73] Start requiring a C99 compiler [#49] Fix "==" Bashism in configure script [#58] Address compile warnings [#68] Fix "./buildconf.sh && ./configure" for some versions of Dash for /bin/sh [#72] CMake: Ease use of Expat in context of a parent project with multiple CMakeLists.txt files [#72] CMake: Resolve mistaken executable permissions [#76] Address compile warning with -DNDEBUG (not recommended!) [#77] Address compile warning about macro redefinition * Added patch expat-docbook.patch to compile the man pages with docbook-to-man * Cleaned spec file with spec-cleaner- Allow building when do_profiling is undefined- Build with profiling when possible- Version update to 2.2.1 Sat June 17 2017 - Security fixes: CVE-2017-9233 / bsc#1047236 -- External entity infinite loop DoS Details: https://libexpat.github.io/doc/cve-2017-9233/ Commit c4bf96bb51dd2a1b0e185374362ee136fe2c9d7f - [MOX-002] CVE-2016-9063 / bsc#1047240 -- Detect integer overflow; (Fixed version of existing downstream patches!) - (SF.net) #539 Fix regression from fix to CVE-2016-0718 cutting off longer tag names; [#25] More integer overflow detection (function poolGrow); - [MOX-002] Detect overflow from len=INT_MAX call to XML_Parse; - [MOX-005] #30 Use high quality entropy for hash initialization: * arc4random_buf on BSD, systems with libbsd (when configured with --with-libbsd), CloudABI * RtlGenRandom on Windows XP / Server 2003 and later * getrandom on Linux 3.17+ In a way, that's still part of CVE-2016-5300. https://github.com/libexpat/libexpat/pull/30/commits - [MOX-005] For the low quality entropy extraction fallback code, the parser instance address can no longer leak, - [MOX-003] Prevent use of uninitialised variable; commit - [MOX-004] a4dc944f37b664a3ca7199c624a98ee37babdb4b Add missing parameter validation to public API functions and dedicated error code XML_ERROR_INVALID_ARGUMENT: - [MOX-006] * NULL checks; commits * Negative length (XML_Parse); commit - [MOX-002] 70db8d2538a10f4c022655d6895e4c3e78692e7f - [MOX-001] #35 Change hash algorithm to William Ahern's version of SipHash to go further with fixing CVE-2012-0876. https://github.com/libexpat/libexpat/pull/39/commits - Bug fixes: [#32] Fix sharing of hash salt across parsers; relevant where XML_ExternalEntityParserCreate is called prior to XML_Parse, in particular (e.g. FBReader) [#28] xmlwf: Auto-disable use of memory-mapping (and parsing as a single chunk) for files larger than ~1 GB (2^30 bytes) rather than failing with error "out of memory" [#3] Fix double free after malloc failure in DTD code; commit 7ae9c3d3af433cd4defe95234eae7dc8ed15637f [#17] Fix memory leak on parser error for unbound XML attribute prefix with new namespaces defined in the same tag; found by Google's OSS-Fuzz; commits xmlwf on Windows: Add missing calls to CloseHandle - New features: [#30] Introduced environment switch EXPAT_ENTROPY_DEBUG=1 for runtime debugging of entropy extraction Bump version info from 7:2:6 to 7:3:6- Remove pointless --with-pic (for static only)- Version update to 2.2.0: * Fixes bnc#983215 CVE-2012-6702 * Fixes bnc#983216 CVE-2016-5300 * Various cmake and autotools script updates * Fix detection of utf8 character boundaries - Remove all patches merged upstream: * expat-2.1.1-avoid_relying_on_undef_behaviour.patch * expat-2.1.1-parser_crashes_on_malformed_input.patch * expat-alloc-size.patch * expat-visibility.patch- add expat-2.1.1-avoid_relying_on_undef_behaviour.patch to avoid relying on undefined behavior in the original CVE-2015-1283 fix [bnc#980391], [bnc#983985], [CVE-2016-4472] - add expat-2.1.1-parser_crashes_on_malformed_input.patch to fix Expat XML parser that mishandles certain kinds of malformed input documents [bnc#979441], [CVE-2016-0718] - use spec-cleaner to clean specfile- After simplification of expat-visibility.patch, it became uneffective as no symbols are getting hidden. add - fvisibility=hidden to CFLAGS again. - expat-alloc-size.patch: fix braino, realloc()-like functions should not take __attribute__(malloc)- Update to version 2.1.1 * Fixes CVE-2015-1283 — Multiple integer overflows in the XML_GetBuffer function * Fix potential null pointer dereference * Symbol XML_SetHashSalt was not exported * Output of xmlwf -h was incomplete * Document behavior of calling XML_SetHashSalt with salt 0 * Minor improvements to man page xmlwf(1) - Simplify expat-visibility.patch, refresh expat-alloc-size.patch - Drop config-guess-sub-update.patch, fixed upstream.- Cleanup spec file with spec-cleaner - Remove old ppc obsoletes/provides/sbin/ldconfig/sbin/ldconfigs390zl38 16667975062.4.4-150400.3.12.12.4.4-150400.3.12.1libexpat.so.1libexpat.so.1.8.4/usr/lib64/-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:26588/SUSE_SLE-15-SP4_Update/4859e402b2f138085e613b27f8fe8794-expat.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=47e06af1786dead5077fbdd22100cbc8f102f45c, strippedPRRRRZa~XfMutf-8a206fb6c00c41dd274aab2c272e2dc75fbbcc6d5029e840896e3386708c5faca?7zXZ !t/] cr$x#G?76G7,{T^Q7"eT,2춨w3^ 0BIv>Dm!3}7>Wv{yY&8q@K#(TTKÎC웧Rܒ;8x]%$1=Zt9Èxl5̆#=?Jl>1>YχotLBG.bGJ9{!@ڠ,,n;4Wb}w~1*26 L =֦wI^1."AK(\@˩Oe'}t v#r8h$ىBqU}J%:~ruL{&GZ 9Qe;8u//~THL#3@IyI'}oa/'TWm*0s ymu985r`}:>Vn/Y3X 65z]%O^f^:'X$ĂVc 09Y>EsL"xF3f e8ȫZO|'ɉ<6a5|M9/l&ٕ:.ϠP!j4*?*U-`VSPk ^Z9_ge]; jjވjӖ,N4H7`%,"$b+i@c'4m/ uXD"i)*10M[NeKj4;a6?$݀RjXMJXtD)xp)"jy=o`MI,K%j;mZ#zme]"c:@Ƙ0"Ói>Yʋ+jVpO6-{_w׫3 Towھ^{+kIܼJDNBnd ήZH:Xn?_Bp}-@X&+,*z'`IÖ*`D>)_vSL |ͻZl[`qg3ʒWc{~oOx%HyRDA00f J)$NʣP\4|i=kF1-ջegUΉߞ]CUQK;mӌ7VE]NG@F.K$;[!C*%Aֿm B L4S;0~1vj#Sw;L7~W/y*< AHe366~u8x -M\eI k֯mfn*Ycjigv; ը4+7ѧ29:ۘ&g@Χ2.Po#A R}Y%S! l@P!Px,sPggm (7',fѴD' |5 6rȦ<> ՑǙ]s@AhӑTHXȲ~(P6 GӠ[J&UT (Zkɬ4s+-h=:։h2 +8r Tmm @,k@z|0!B$l ۻp2G#bDŽ駸K23=] V8}`STDv¯Ly 9VP+Z|5% ] 'O>KONG{AGZ|wEH5}oBMJ$8A4{tObM1 #(]ZjaHgZ^ܫ3Vˬ.JYrK{aODumq*!d82-[PmlQmb9lI1P0 myg;\ӷcV${tK7SBܾ8P";sqy^.DV6Ks^2@ |uWdNOdfOASG)n:'ވϔt҂5=* U9j1xYRIr{~ƁyK? 匦Iz?) vw`B=kvЖ8 @Y>90Mabko0B _ ("(iQ[_{ џ\j c[j\3\;=k4IO#ZvGW-NBi|9:W72AZNiO: :<UCG×Fj˃\J VQ*ੴcbqRX뤙]課 Nb?BtّPī=-sKxK(dY s< ;*w*eAc=n|$_:JK ;/L][Vikzϲ3-m V$LJjKN쬚6$Vq!+L j7xPE B|)e^-/ LnnŠB*,Kȡ{䈊O|fȍ_a(34}j25."n$틾4#hAίeL^2mT&sR&!6tb-.misy (Y ?@B:\OJ(0=}3t{)D ~也ar ,TԢ2[!sKk#ڌFѿFM{OZC O2BXoh?CJw y>f}) hO.,Eہmi`VF> {hL!i~}%ߦq˜,&II+Z_#񌆵-F8b^%V(⮆XլQP} oϫ4J=U0Z.HZu67ɘiAV#.=7>2?W"Bn*1#9A_ DHE|w \-9c:S'@{IL\H'BRG%vNwaVtqI-ՅjfC"8E9!ҔB5yv!8UCg] |o)fbWX}"LV[J1EhL4PTf3X"bM4wFǕ KMSqL(ԇݒpɓPF0YMԅ?)]^_ȌҀqؗBV/]ƍ A]ЮNtCTUܢ N5_m7)Oc&`.WjL  e|h N0ւՊn~߳S(=diH7xCf$),%luHui*% c,O*-qYR)F qVs CQ'U粹7b2tIPy;xXjFsy!Hc&ϫ.\ d <;~Ү$ۄEMZ ${+T{R5\u^5{LJc"FK?荳d3 ѐ@:UK$H\?wnoo_~ fי9JF= uގAylS$%'(߻rZW#(ʳ }XUK /ݕ~ 'p0bXbF|xKMuM[Zp,ǎm밑-L4ҔIPzK#`ʸF@u(,:g *M3H. Y~r,8zl쫷.;δmw0bضU9*b@3Th$2kG'9`6q]yvZ`2!/\>B$q$$޴#Bphc՚KߐJäRiI#,.VpW09b 'rj *&6*I(#&H݄GPȦaFֱ&C~#K{iBvY}]xk9컾Qm.\?gC$1QcȇT Yxl-mL^Nnt4&%ڒ?\c٩6c+aW5W o'2+Y[/YGpv柴WyǖsZv~Š=@;Sp؋֭hB1)Bm\!1cgȬ(Wz۶yc4dGC9iC@cm Mc2?'{ [^Wё5bg/v% CM ΂Q!dbE4a%N[p#'@JNj+del6il?;v=IXob#DRv}rs|*I`p&D1$Z732E+h=Kօ*,y?eۜ/1QrPkwaG7C nي۫a20_V1xWU GI_K5]ǻC5,oad6md祡K ְ@ovcZ0dBps] HuUKuA9Q&4$S\YWF&(%>RD+q _|Um[d2TJ.[O.i?Q8}P]vU!Q,%-RR4(O> ~, !- rX&KprTd^N7!gQg0[CkH^RC¦Yy6v٬F'95`?S̰@3})g<-%d'^{q1UX]/Y%` 89iy0" n "CطL|GW1Gd"݉\HP$KO #̦Dj p$ *x)ʇ~OF9rocM1X\.bZխHz7=\yQzJ ,geLBFcA8Ӣm mp!`_exjI^taP?NjSĠs6U ,F vbNL"=̂X&L&N9" @<^{/_XxfpzP ӟmQF%Ry'r'-t+ TfVFCB輐\7:D寔 ,)RbLs*7FGCv@VK|E`+CTޓ:}d!gq(#y_n9!1N-N  XĬ;Qp;_ٕ6А}g4ک{d`+M(0h:h 2Bvs}Y'ň'iH<.ŝLjǀcVEr<:?Zc4*;4z9"E; z&8~+PjS0\uE*Xj{ɯUG!C2#X›( eʹO*`|3iފe0HB:Si^nMY5i7 \[*3;n^QŹE茐cmDQWkOE=A6l y}aăR4V\L2$ޚ/ߩX9m`PoLu}Vf7iWGQ#˻)]쩔 ҈Y *`R9FjϹ4TÂ!jEhk+F1 ]XY^Qf h |S|`Dmi( >]~L?RVB"uY͵Fs6tKW#CfS/X2Cdt+9TԜf6x;?v|F̡Ź?[z6ՉfW9 }}j~zĊ0LN+1V:bN ri}LUWS !\Qшقt!jI;qL_ڋ6xcpO]&T6Dhz%~C)PqPon4g6_h3$Tu!SЈj8ɴ!d>ؐrL z~ȄY1o(KS3Ȯn?`AQ^.3L`&LYc4-p)H'M/ K+(gmhZ}XFǬ\#0|bÖ4OZL`=$$ok臨<"SҪ6mOK|Ψ&8s :vɐ{(O˱aὭZrN"uBӟbϵ1*M| \ΐoeDH< /jֆ7ѨB|ܒLONyժc64[C2dAoѧѕz\}i6fhU{6?rXTfx2?;Vqt>[/K%]~ݯ$ (c!TdG,f p$_a?Vچsa{a>RCe]5&@fHI zb0cX_:(U׳ }MC)atug@@XBNFA̐\{稒8`7(Uqh7ZyDn7$ScÁWgm'kYOkybJ]xFI,O`xrȲJ+Ө#r6qf0v.Ka£%HKlk7Oq*Q0mlj s0nUY싋_fͯȺQ`*&4AR ̞fAue;JUtѲȣꄣKVirm;-'Ib3Y`A;݀/+P8v"uvqv9];nUTm?acw@iO?&kq`~-Po(ld&8R@QWQ7< rƴYv!BW>b[L'Ga_54ފ#.60j{t*XZJ)tep:]GaʽѽuAP`E<X1iGvzF+E<~Msm|C_?Zx+w>H-/0v'|iFiasd/B f &|VYaD }fר*c|{Hs(ɒ#@6gIRiE[XP4tٞ uՎ].&J^3 sEwS89b1sK* )Cҭ8yщjUV]HZ-~坲vMq5+B/9{ r40~I%˿5$ˏy@d2TʗCV:j za[02 nT{A[3_BҚ$鷪FL´tZV-F8$^ xɴ^If"fہWظ͞w.'Lw8ꋭM<2Z^8t̚qqC8#ByĐPBܰ(١UګH7ޠnceQS>A:f>i,@WQ~y쥃@/Rlq:GX &GhزvEOA}:&4`Ͽyh"˶)8d&r0lїTFk̵܋N8P\Mr ƿH#6#-v>\xAOuU? `FYFGGb~?zLQ-XsNFҾ潆V„ݍp2 AT_R s<{3'ƥDtj g}0dԾp'=`*tGY8¸/dW{yi\8Avc Dg2|8efuw*ftA{Z iߍߨڸW Eby-6ƜMFrjO&9/"o5e&N5I#ZG`R؟4߆>0ѳ MANJux}jrom# 鍁nNHN]l[\~jzS1 ǀ]O_[G_#kC2HA8pjZk*<4c[ ǐxF{>ʣj}kcƈp},: gIJc&[j@=kȨ3l/Hb$ŵԬK؎KRtW AW4(ODŽSωnw7[8RF@a0?Ƌӫ( ] blBԠ>| j57z"|ct37V#Y@LHn'Y4jT 3nۖmO#7 Q4uɸjmvt姱JV(mԵK76\}v|eY旦=5t筇ЁYTuyELrs+JU,f' ڲd~-,$&p9%Jk ӓǹ[o*SQ3#ݏQws+V# o>Kpٰ/gl_ov<[vcpSب.D+}YiD"NٵP+||&>z9KcJR3z0%kJLU>@Y|̻]D1T @*})Q@ovoהVQu,w1jl,I}0j5 )e$@lj :hP:1;g@DSF[R'L1mzPMо_o&k7\V*Hh$%Ük2@=@_t;_-'ǥQl-KUsݵ_κK q|;DpĿ>]$|%#ĵp'9tBR^Cn&UrO D nXcdǮ%SuB+kVj7md"?-Td `pl:vcm`y74«0Z(nP9g0xoɈ/NS.pT&H3FUmPm8!ӕD8pˬ$b` bUL"Ȟj-~#Iv;e#R3$Kw]яQ/1Ji6u2FIë'=p4S$qMM_IGez⫈(U[֠I݇cfJl/ƨ@j^vH[`}a 44Ÿ@r;'<JFڞi{pU䡍:ZNbMxkBvg]s١G*hdХnFi:@*bޮp3@)C?}I h_wd§ cB`ٍ-__@!Hvm=huEص ~L\FYSѓY"ܝէ Jɷf+{ 76WRtJlI)i O$ރ֒ߔupm uo!5&nP`k{D _}Pxe,U2-fc5Lyϯa/5wuVB7k91+>t~4ؤwT]{Ax:HWʦ.I& 'nٸ55 Ҭcȃ@N+Zv{0C\EKڀ$ڟR*SjQگ Yإta$K4ũ: '2?ry6Јs]b0, 3ZL-FJ5 .V eP.na|+f&* 0$2P ^oTn?RNLplA5x`?-lnp@NZM%t7`Z,4mF$VOj<` 22rk2ߚ|ۍ˞~H_MCe:LAʾ# ?RI/ /18u lYЃӂO ZD*9(t%õ0$}$;P$:p G1tvL5Sm)"e\Z.Q}%Iȫy9!F25aA(FG |6 ==ao" =jJ~Ua~઴cަ޾/M<5uQqOm5vȿUo3Yuc# ܗ_e} jF@0d[F`5XZϯcH8yWos9WSR !Pa S:=1ȅAQYBAq4ʱSFcouBJBIZgVKcn:5SҦk߿SC .yy8-Z tആɵP៯]T2b$T-ɐg_vGE ~kKMHӱnR{*:Kgx;#-G1LHxm[OY14\z-kgI$BO7ٞϋ]܏ nz/)V;[h;x#WKKZM@;f{=տH3\KL.M|Q\Pᠽr5ėqjbpyL1-W`<Oog;i &fd@5BMc'룿91)В`ѷEE<E==F;p*_wbf y@LB⩯ D1U^Ū?!de+׸#etW;:wX\J7+2JU>+s Wi J.N4W,p{ PiT;+Y4xtWR;w$/5h[&YܶvX0BOPJܶWBi\X=ϙiV;`wF\,^mIRw:Gu(w~35.Dm&l[|2 ﷕I^# v.MQtjs rT&,Ү_ȵoLA! kȁrޤҨ {Y[o]X i.~`tYLnm/a'To!\<#1Y!#}XђIXSZ5uϑ/=C >LFȸr"~F0@Uj'*L_ewl1"ץ<^X{l;:a!Պ?G_^TuI> nGF ?Bŕ2v\vikEVy $e±ﶀSuMlXpo!={nʅLObvX`12l%[:?J)E֠u8Nxc:bbcK6vK31گou{{Dm[p 23nDS |`bVR( zFدY6$BS>JJU`mfz$zwX6!z x6;Ǹ^N}̗k0^2 N 9<ҫq5{'j;v# ҹe"+j8iywfLol$?WgmfAC'?Uq%>Q`hl1Ζ 3C2rMy8&$ܴ|}+; -*!xZ_Qbfn}<3u iNџ#z/r qo[UV5䚈P$;J؋r/t P/W vi&4;: dQ6ZbؑƫԕU-GgauX&r ,@8J5A9䛓Jltj/g:{72u8NT^7E ,yGȝ'VK*8-I%7ٴ>`7@XR$ PuaYy4ё%=ZTWILg3Wե;L$gN3u 6RlLcm=wr1ɔPr{ިwiLCx_L`6`_c3d%n Q:]gov<%=H<[--/hT=>f0Iw36a LfyoODq"]%{qk9CJ&HpbԄU[seӳ蚿gB}<*XVQ]U" 7 yȸLFC qn,3IF dBic;25[pk4g{|"HHLS`ۺEZlc3oaz. vR*(JmL[`}W6P}-4pJ%Z.o.*/. rT ? q7sID W\AJj3^t+=9t"3fǢ'88EW^dAҥCY'a]=:lmO$EH}fSJ6/n,28Dpn濖liY";\Ar>sʛ8n_jDn^jOU 5#NcE,[ޙFi`fMk ~mOXRAĢ+A,1Ry$ok]DMp_,p9>F־8lBL.k/sՈ3a\B㉙FV/kʎ)<>/+f\S*%"}r_&HOݤ)i3Ϡa9DB}"q=Wk q2uy Eh丷)P*]斺~d&YnXP|\sWu} jN EmSWtPu+ ͷ,)&KJB{9r Fq!!'ET |Vwk"x{-:O\ |="4LGE ٴٷM@K*͈q+yghKi.-C0J+.bDͦ?2z#M0p a|3rK;u*n(2kMZ^cBFVm+!ԗ"4]1!ӥN\D? y AJE,)PNWkCZd0 ٶҶ#N3rn-9 \I{M6قX:_Fe먺 dJ&gTJ[ iAW# b  (Y1雃P0;Me.ޢ>qB5/v-i^WI:Ɣ -" ؀VifoRq:u n%FʒzeB-xZĝzP#&l7)qIe~0D? dj+wy N0V(oC>8zh?Ėn"#ENorO۰V06B-5=G,U.gF@q @G'^K j Dh!5?Ya]i_<ڥzضG0EOX-ӻ36*XAI|M8v|Cqso`xϔ0 @S5*/mYd-%!23vObLCadG|te4ru%J& V}mWlgx#zydAgNCR.8VߨQ"*L+b-xBx/#1~8jޮssƧ@B ,qRaeՔ 9 y1&vX!Wsl>@ $#CyiVKM]6iyͲ&f nq cX^^!\3;r?0f>A.a*G'^XQz^;ΪzGBsF8AK˷CH(aY6ɽE4Je {۔SMbv-gt?Jxr7e'pq zVR/+'P"LZ3bvCP2,Yq_+RJj)Ť5> 9 vx`ۢjy1G繥摮miCN^ mM\R80:j:2x_Y0HT'&_/\N],oUA#a#gp ҟQ\ *[~^*vu@*qgu~|>K{}+]1 sD.M ۼ`OpMn`D Wׄ|mլi6s'?!F c#E.{ 1wgXqv%u^R8 LPSe7v$aMiX1ݝaiOS=naRoͯa7T,2>`o>kN52;$Q4!Z+/*Fh2U[~ath}b{q1fttոU^ZY&Tű#0{fiFf& ISǔ4p@=PJG/SO6nZz?9jk$A9_S/t/N16S2Id>ɝ9N6H|JfUd<3 EFXpϦmUvgdB\6p4qr}VջB/u|ēccf/ ZTw0ΖS{y.5r&WSQTԛIx z0ۘǷD)~;0AƵDh9&cGIGM@w,-X K]eADDg!Xsu̓%ߋleeځif* <#1ۭ׹ F+H a~S%j4:ni#M1*===Z,WKmd^Ĕ7v|.^u?SyLH?ƯY; qI^BǓRCD칈}]bbj?Py2PB6͇*Y%bڦq-:4+ ϵ۷7%%n5K/љWDd7{77bM6Qwihv)MZ'P>ܳR\Ki\e(ఈ? lը,:36ʬ_,|bMU`SFЛI,MP(CR1 nZV42;iG--U6:oI6rڷIՓo{ndiVD_^~XyWrHlC"|Kg65ݳʍ O„~+udb< @zx9cK) `_>zi Ķ9QƋЧ%1%cwZ_kbdkf!ٞ{}5e=Dy=D>c㜺țA*}ǎ %䒾@@"`WyF^Z2Gn{r}?6w ;v3{ '62F(ԗLU {LQq@j~5:xnZNAHİhVMZ;VvP)en07 l4F$p˃.Z?b 5mdL{/+'دu~mOåREsYm|e-=]؆>y@~uNe, j[k^ʒjɨT ܶhTN8r̲ls#<6ݥB]:8jB,7T C+Fnn 62Ye=Jƙ_'43e#/҉i犧Ҵgg,B?|CW[trn̜ + 45`2\WciB#IqGP ,8&n \aY⪁ cUvh1B,]:SX_c39l`f#3L 4" O`ȧ1±}Ea>a}B7[1g.2tUX ءiІ}cQo\!8ӑ0<fsIl&#W92kc،87m7dX neP;#S "V2GbP(wo*;*9ۄ(r::g6L)]{[2Q3m8cVCs=?}Ȥ3<5G2Bi{ %vJ~`AQBƊ!$]+6AR*mY2M)M? %[BZdZ^2F(W2jV-n~|Ka FG~?FY ̲`cstzkzy^)>CXPkۊpf$L9.͖_PbN,1x5֬31_x*QsE@dT .-e% Fza'Ā/!E9.>$9uU3,gGHŔOOb}Yr"0Kg5Xou(O85M,G znF;lkT5#hro:΃/ k꜔:bhrw0vy" d*j/Ķ,Zj!(}BP_OA"'v6X5霫$Oe 42iC{H%Z`V\v]-"166a41 tpsagW4pMTN]vhDp\Im5;7x[~kZOuo431 Wj x[1$fC!kų<2~ՆY: WOm02g=.uת^2 >.nѺnh!ASv{B̉ȸ|ZGtb? ~h Ly3W^\0ˇ,X6 ҂+56zNqL<Цȑp̍8 qE&C;AJp_󼎥3V+dsgϨ 1B& Vq{+fkۇf߇F0fBF91sAc1*ȓ(/"z<{LWЌ2Bsw+/?gU㠏rh_ֳeݍD4,5Y x^ ag`ų∫AyjϢ9/Yuv8&)ŸWe4[ìT+m;gxrݩYPP,9-Gw "IygB 5 $Cxuuω$70_\Gΰ&YTri?>qYH@4ZMJfu*4\p{%yKS^[՜\fcQ_mKR?V^.MPt ͨaI2{$t&vseuWN̥ǧ,T^h4R d]ʹwS 8tzѵ/6n(bV 5B/(-=Xmݨĸ X)YA Ѝx2XP &]M;uE@1ifW"5^0{t 8-Oy:܀x˨ÁІʁs;ɠ^`^$&Q QlUpvٍe|:LW|rglźњ[[B v95 nSTfc{$FNXk-+QO98Bb?C!؟CS"xdIn OROw3aOĖtGnm޾FG/Ċa5` xzV `H9AhzBFM90k‰AD].GJBE*I/'"gg΋/hn/ї68ĩ.|o'ezwu|u~ B>~oYuUFL?BZh]#*x;&)إ2=!0伯XYcD+vɊvjCmL.n)hTVc6릙kX=4m,Z}pyÜ}}+ҴEO ϔ8]S\X-h`$(ϥzRXbᏤz`\irJN$5m=\^J=l  ^X .|w>X;:S`Rr ɒplmN u )6sp`;g]P_V A? VRWy9DT`6oZ_SHU&#{{b9|yde,%|{Ju}xIOAnݎCΫ?iG:K$p=?` B-v*Q1,KʐK6wc%  3d%Wp:wG ,P> 茝1z4:)yP͉EvA_@fT)6&C(*#aɗ88G mM./ 3MF֋.@zL]g'INSC!|HPJ<Ĕb,Cc[͇pXp1[Ī޴ÅNv@U8M~ w.6:}Y/w_9j#-kj1*YˆV+JlfƧ\x,/;+P~t\>TOY]6Pv1EP9ك<[GK }0YyUtI*]vzgk]B<5FTq!b 9+V3 9qt,UXl2J5D=;8m?-!Ĉ覜1. `ȤA7Rhb5eus!+ZzjtʩSmk hE1{U85iz4qzXuK')~a%E+$os38P= 1Ӳ!atsDmZU+ڼ\K;§IDؠl ˂!6n䇃pIQHJH/($ 2Ss=JpfO:t$6QVP-=:|a^! Pb#3fϢKӪ;Ԩ¢'Ќ.'~zW4|{Q~A\~+|:-5j50?.1`m WsֶAY0hU6|4Z9LB8{>9yF8R,ٕKZ.1n[)ژ;4.gʯRD7'm*v*g}K5kS"mS꯰xq~_b1,B 32.*zO̱HNR9 /)K:#^jؘѩ_?&2(pOiNm0awyݢJ~j2o`,^"Wٍ Wi,`Hծ;8y;K T:5P~<]˲?_M|0ɮt&} RP|KwUCfK.Tz.ti$W'PdQxI@Hy}p34y!AuK 0>)\LO\ǽbAvr%Jw@ 򶱊n/" jL纪[Þz7S^me:.{2\J7L`tq"NQTa 6](Q*oE#Si1:>.T%CXD1wq>`:O^sB٨DՈGoGnDGcTo{Βs"lj9ƛKzpjIq3ԴZc wH~IrJ3m>4EkayQ+Ȇ3-XOW{s\ lazGiD u-!Sjg']GP&&JO4M$C\yoknل /dHm3 ¢oZ$Qa8tdsduW!zhX&b2}0o3zMH׫hV|PL@\lM[,^RsѱulA~\%Q(O*3;r0XJE XVyFX~[做% *A/ h]B,5G򟜏Im^rGgjY^9wy;!uER ;E/1u kK:ݟe]\y|sm3PХrocEũ}xtޢ;kڝ<_Z?6n4p<5B+P,8 seWݔs'DhTeYh'[ D^^](6&Drbxg12`X$ii<`]T_$\ )bX\:#PY2:{T}o-pvxhGM~L]~ 5{[N6%ѓhr`dT0V.'V5¸ZdYP 7 {<^ȵ`F np\*n &ϛ%t>SBϼ'*,nƟڀGzCJB]ᦓ1^ρ89/YPMO,/s?@ˣ F8^R|-1gYsk^cL Dt\ʍvxlRDy!Š؋CdX;>+x%\;ݧ^V/Y t޿H\2w#B3U#qÊ4 )ϞטS}ZѲxiS]K>Mdߡ聂F3T9cE%'$iˋ<|F;|U=Bk߲.Bi}0{Ay06GTI2}F"r[ƅ5uڳ{Ry9FE[a@̞TSPr ,uulh)9_} ZK_.̓s@fŮM2|aQqDWE GY(*5C)[hoUHE}-/BkY}#n_hLE+C av=r"z{ť@ߪdPL ?۪T4v8Ѭw#8P9#ty]ԫ>%k4ȩ­eewַwÃmY]fzn`HClp ^òg8VOɇ~. W9(!?B9 vo!2/a.*8dIvd [-1X!,购q>-G^(2oIQ]+6BWYtFH#yFmijRv>&+q 5ibxi+'nG6hG<-qzju9HۃT5b -X6ytM`j/b'2w*~JX1bةz~Z$jB^̜&÷ KE |D@ TOcZr}nY)_Ba{CJ({|r|aE}z.1ҭ?̛aa('cUor1i\Nco?)x,z]_;X;EЏ2?Yd5Hz.]\QwShG,ն&!P]%D HWS߼pÁu4ȖFj =⪫Q(H15 G RkՄԽTՃUX˅UAb5󈯞cP֒1!Dx Nm1Rۚ5K$$pS& n>`z~zO^ 4N;?ՃFzYX/Hcy>)lM#<-~ƾ-Q]#NKJ:QEḙ/V(kNg7s/ Gu*Jsn;hSH<%rk M~H@mE_ʸ!!0\^f ^10vLCv^$2?&NXla%Н܌5MZTJ`toFTµCHӵ2W$|4fw %ZĀlxsH'K[Y6ʌ]=q*E d|]$X"w {OZU: EO>\ӛ|]cXuXɮ|7!ږ飦}7åKplD:tjfV;kj}I캟XQ,STo[YyG :ZUln-;[u+MX@|L.r*Z=N~Az=j^=W hǁ_|?6HСߚYG@NB <@pti&Lq5.SC׀+u ڊ͠KUv8贛z~L`-BMpepFdhi} A$^~䉏m5[\Fvv0]xR.LJ{>V:CLZ@Z1 IVze gHVwJdϮ9ejz??FGPT4)IHS[SPBC*M` 尛%){j q-?03X/H{dA>تTI2)J{'z-2Vpߝ{ў5 ld"ՌlI=nN)W,Ŵ#>BjNKVEL˄q٫JQ&Jik\eZS֋BOvo!`[kͳF _|q^FI-A^nzsCB(pi-PuC(XİQ] j#`ggF:R2┑w~*kN.^̺/h1CEaoD<' B4Ș<ۆn C <+S[zI.Ae2]٤w> #ai k MF6|ֶ3vگ퀠OU[!~ygG(l OV_5 |zHE"L`EI@>Y^}d6寗Z#BQgZ4Jղv"ͥ^ -o~I\If0mOgʌ9dɑ},IzˉB^< *p|ΚwlbZ(2=U=6kyB ];2Qa7 Ut7z~UF鬮^\|r]Q r=*T$5iG@q Z@*ES&f`M*F,S[ WA` fs/piH'm!=Gh_Y^wO*8oTCO ř($E׏X[3w}n_eT!}awM5 hH^C9nDWޡ%fD;6:j`ހTRB^?0_n霦]gb(p9)2ˇFٯ2%U jEnVA՚UڟŃᝢ+'F.{[7Z,@ָeƘ:>i5O^BgUʡ'z ܛ%7"C?R/N%hK-Mauq.yrms $?bs2-v8DۗRg?m&Y_״ ^ z%R %$ )֏y*R(y!b| цқU /oݹֆ, fV#Q gS,U;|ۜz" [1^ڡ#==TO߮o,A6.}$C$N )72s ;a ?Yw_և;GˬEcJ;c!V~Q8G8"=Ӆ }`wEo"EH/Sm旴,ho!oL-5Ҝ P-ǂkW\f㗀:686:籩+AE:R2:EתɰR}kOjtSR5-k xpkbK&>ϛĮﯝ@8;⌟K::Ґl8G|pH$V%Y)خ_u֯N9)0(gW*S:oAB.[Zx#|XmV|7X|(8 FCRSS>Ndm C>Q&QBS [p$d f{[y(-m*!&DA ,Va+vEDJ%K$R~]Qzq̿G < I%cܫtfs#Dz v~};7lBB꾉26n )\rSmwOd " Xc ::T}X(v}B$ZI2;(SUDnei➁(_W$uR2 }Cd8FijT"4G:T=Ɨ; A> ejS|ݯ XHfN3j%J&k0 *+;8X4> (/y:g)_ŭ\5/n4tR3H'&"N\wllT0uMVK[ MOaϬDk8F'gp}dmyX [,T3 i4.ȡ5Xj6fđ\ד8gqJNJGU$h0Dܢ IC dܓLƴUWv[^Bd N~VVrnB=%>!s9tyr(D5`/dʗ^byO6br~"g~ 6&ꑪYƑsNU&y_ 6Ilޙ%Bl&k_ yMZ PmrrB6xWZP(KfbFσ*,8gDN Fb;iAHO)}7<q E̿ 0@e@F4 n'~^k : CFYe)THqVkh"$^⮔I#, Kk6Ӗכ }& w@"U'TLm2H6gyJ04Ҩjk 8 Hl0zcO+aI%8[f`d^gɊeyy)Yڦj vd

bWbhu_ZemW\m /Պ A\;Jh6x=&`[Kn\ 8扗BZ}&Ƹ.WxزCsZ] uS}CĨn/VT쭨h (u >1@ٵe pE,s+OKk#Vơc5p`V\ipg Gț>[7=S>Yt qd^.`V35wJd95loGe`W6}۪@GZ>_z ԝW]ҪN&.P>Hy˄$9Q4sWL`b֪osE1YR`@u\R %. ͅއG!naH49*'PM qĒ"~(XI੷2`wC>-&삉ֹE A*%11Dz; C,&G!SE_cv n_K2ʓ7;O>#2s8o/Eu>+EߺLy6R&=e&%Z?cx3Nt@ %Q[59lg E-)>Okpŵ$i>-alMa?ԛ|G  z9ugQi5m@ͯF\i& U n5>B [_W:WX~Nven* edhx0`P %!|gə|}+aq̣]'1N6'}Vi¥kYwna_hGVj.r,q Y/u#Ag!h ?\":wfhg3+Fۋ}[R ԙeUD}z6^1%Pj:^4N* UqH> :yb^@~@rO Lh濘q,=u"uwr1 F男a3MøN{ 'X8s/h5pH֢g)N#J*'H /)ͷ[;}s<rH l< '9 W>ro?Ǎ}R2jɦٻ~̝Es>AU.NzV1!%yfPO}*0L?s g2 dqL:BۛcԷzF k &r*O7ZYGE3!@ik濏!-L%PH҈X^NSxO ToH] 1 8Iع$+`V6:*(CwEUL @^ RQȄ"Z";ZkƧ\W@D3u-؟c;ݷ Be'dG }U.1a -;%~ګa|+ !{^l\}›"10E /?7f:h*I*%ވϪ{JӉ?M(^Hm-#p0 cM@QVz%onj4Y } =MN31|]xK)biGeikf⟙!5(TMU QVHJ.BhoGttA9x*aV\M.BsQ ͻn@C(/-gF01|LA}\hNr#>^ e(ыI&Hlgj),~ﱽy TyI+tāYk)}J"'"5Ȣn٧T+ibb >|:aG\j)J_Tsyjl\ż@؞Mo+&kRy]H$?5mM^ȕ@Ҽl!ͺ#TqoGrL,_)Z&IY-/$A%p'l\.鎲()Y0^egn1kH+Tِn0qy wt*S/O$D;qk0(-VpM;$uJs7 x*@cPtS= dQS&+ڑZ=#Z@Z\r-G](Z&\znr.Dq9\hBR}I\_*FθlN1.4%懪֚vkmI}uF3cK(KHhI|ˊl6x_߮ O[616/bVW Vw e9D!,( D+85Ӡ8S28y?:aV!LhV)H6{ $j98RƒWʫRN!ƚo[)o=ތB Ά^hHYy Gt@ezeih郰H|*65C$2 w5cm^̂-EC%LϗBv/ 8$a.`*զ8(-Mf/9[Y;MD56B] wӿ2(|Vț}J YQ&&V.G79x*-c#_v @UC%'1 &_eB*# nD=v#N%v.u/89hz4[j*ۏEStDw =+s&fc0k Lxxü=pG[Pc3boԔ +r郿L>YY&{g)Aurc7g;+b+ 0 u{+*3Cbjp~1^nz)`k^+D^8lwrz;b4٦8uWlra?ŵCa],Af1Q_ؐLϧ+ F=8H"lDlp[ G׎31ed"zxZȯWE !N_x{'Ԛ<ߥrC?cVR%@e'†@4JPaT#rl*c%di+/bI-ELTJ$?al>R#k T>!!sy ..ɹ{OPK(MBY kT=}^,'0b[I=bhm._yRo3 &b2grEa[ 6ޖucr{[ w9꩞iFB7c"s5Ja|0M1.TqgWV@,uG[82Ɯ⩁ʧ)Kfl\Z~*mbWn}Jcq-z\\`ŔI4Hk3g?55q1c9åvh1!BP{ -aJ&\*MZ-YaqV:;OCg [xǥZ;s#z|d K"Y-Jzp}2&tp +C<%3=czHHQ;-{ dPh:a\>5up;{U 8t$EC=%]~j|QRJxۏWR$2Q؂SyØl=`ݚ|'F0 5<)g7V)Q@Y xܟmF5BNcTIs0žiTE?ɂj>FdG{$OŔN7FfxV3gm^߬<-e,w`f83tO[b.&gVN>̛l؄=aWpǗi`o>N?XgE沝 +)V/,kFgeTT@);X/ ;ʞ lgxX\35J=93 FHjkIX0y5k p1C*Q&\ %c0J94A-*8>&T+u3yAqǬL YQKp-T>>!3MZpڪ)f|PU=OHH(E@DvӺ9vXFK|/t@ke+9] ?'r>0I>?MK!O^D J{Pgdwn DmbۏNVW7 $sH.Ap>}H YaCy}*y$'ץ=Ӏ vJoL-"McC~9a.~8~HGCIsZhзԉ2 nDj-E~?\#w(~_LIY]YRI(ql07|` JI`5LJq(,BC!|囈+#SKnD=;7kRbb&ƘnZѧLVs]CQ rH 8w8 E  3)Hѩ7\ZM:_vn1,%nF)\%t$LQNbYpľ*@fg7}j "|ZcJܤfs7|h.WV۞70_T͹ 52+< OhJﯔ8 -btz0f\L{K)y}XWRo )`'MZ֫~>shf)lN=qq 2!jWP3De_ʧC$!Re=9Q¶¨\[Uea>@]i?v<9<'TU999NLek)4D s-rvqusH|Jq5'eo Ea0غD:J!Bl.eEJ >l@?]뚏A9v2%%N^߾72-fDt.q{1 S Ќ ^*򠾔 tE^4Yĩ6<]gG .42aT0/| ?*9fNT'Ɏh~!7$([xZvJ1">ZK*t4$(֘E&rNOC֘JEJ$1 WF5100B4 ^gp!j%!85^Q2] jv' 9?]w.! {֧Nomj T6v:YSի?9[Bѝ Z-E<hA _·6FL`Vm^v {E~)"UNn]]0KyG&!oyA[˙ DV0Ӷ O (siXOUVnTטϬoP?*2TP҅^,H$hue.z04Eݩ"G gWl0)cR>2}G˝^0-!䪑X%uLPF\GݦUQ.Δu3 nkhp]vqL}(y|;5ܦ/77 'K2GYjv&x3Zh3Ww>$uCg Zݦu^kv]CvRA-,hIG&?:S6:bN SSGV Dzv Pr J So0}+CfE1{p5g'"-րSrBBT6&8WpC%O<1J+A *AD<&imvE#/ʖ_)@G}du *T9ezRqUU Zh7|m]fSS{BGr{:pœ dLjgNViJ7/zOV]`6m:v!Nk;d?QrUiiN -HBHiŽy6v.sz-|_ǶJʫӕcE{{Pt9+iN}?kb]w~'ס j9)t:zxMHsvC,fi̗ј!{ hE."v2 ,Ʒty>z;AYHKt S[u}ϺalM+ \}rHUdxW@զk[gȎ)پ^*aט~EU^rءgP,/둯VHy)vހgGVBi>b~OںPƯYD{ulʵ:8{k.xVKZ @pZW-f8m]4YKɽ>b2k [79}u˙78JvMKnlZq/[Ӽ k &Yn5p@ayhZv^6;-U+h;HQ?O6CYM=fK{J+|>w-7D/iȘ-tD.qч XGƊm#@P( 3ht(,3C,:ƫzK:{7=yýK.%IYk>l?8%S]3uw,?L 6wWm5* ȳˆvjxl%p™N#r5ZrWfuop#<ůIjKX6[Pi]*_ZCsw <+n9 O1aM|'`}+Me*Y*arp;Nx8>Dڳ빰)ٝP3{a ɜ"Lm?B(a$RMJ6"\ǨfEL!るM+vji^am64Ђ,V{8 *(_EyY[**$:T/WҦ`Tʟ{WvMg [Jg  +e[v|\-6*_ ,q\MjJİ8 p|}֌YqF?dY\q)՝] u: 4"b&!^8_BJ>]RS'}\_x ݶi7?O^8q';|ĭ,4¥dhVuO$?`sMym"A<'U| evTHf-%u!S@i*ԹD r=)IuHkYRcabV$/1ׯVCD{{ $o2|ee(yKc ')o^C8^y@^=47N+fwm]*џ Eo#町RCM[੽,κ4 A6G/Ωy8dIdҏ>XwH5k1yϏ6"ɻR∽0jxBNni̝ e"u,vu[2<=g#*¡dNЌR[VX#B9Mvmf>q\*Xx NOM%*KdXHb90/^Kt@nێY/#h]ݹ t%yt2-UX} p a|?/>\?sU[,u&[w&=wY&_sW+JcF2qyqlzsr.ɻ.W_#XkE{R$亹ɕoH[JL[$=$v}Kf)8]hh~r#E=SɿnP 'EhQuď!J]hĽOsc*GOz:Y3ٞm=KD<,[h_7PPg! !e؃ 쵒0U .ukZ)00Lޝʖ)޿@#tC"|gz*NʍFRn3?|R6kjR(L6+t}$75YGYCou>܍8Z{3,i-RT9dOZ@~Rl֫ͪ2צ=qAodL 8 KnwQ¸Iuτ\uz"bSMwܶ46N׆_ o2 Eioѝ/;))2ޕ`xMKo/GzVv\݂u-U ZL}Fy$3@ߦwM5D4!Ǝdhtp <߁<TRto?`RՍpUz_Frߎ+;Z#ZC5f)GUpNz2;%475C'%`4kFT07iw lhpK2Ao?/۱2X<(2ojxoCһD W>:ՑԲ-RCIkUtlw/ fuvS^phS⹤H[5L?0_νYߠPg/6i:?\) W6Ly^tǴɌ6% Uzfb?7`@&[6I։"ľg67t0 li"ZrM ߰ףgJv]zZ!KgbPF  qR&7/_͛𓳉UE(YzP=%nsu A = ~E>eО[oZsZГ(=bG5.٣let4Ram(v_uKXle*г`OH%k*<ι2Q!NIbXDMEbU! 1Q6eS+ ך~Jq1GE_U3?I$IlP0l/U?eph;55!sfVE%Ҩl 5=nNW1M]s8^5h䡲綁J.l8ܱ+Ht QQĖ?v»}#+ 9c Ս"F"ܯAyQAdgFо8tZ;Sbn6ԽP# qD$q(x tA1Q<9{G?_dhrW l/ءMwBh|PN2 /ueRgToYj'WK1,H:1htI]Қv+6 )/݀k*ܔ`ӂ`v_f}5hhC.l qse/U~7){+6=vuhp(U{9O)~?72C ; ƴ $F)#Evq!~ވhjrGV\)K}jyM#'>'P&cy! i{n$;Kk=OGzD&:.x-*/<CS}Pqo~%iI| n~5[G˃+d-_[ x]^`fc̭]‹n 7i^Kk #Chbw;ݘvAqrjcH'}S@: u` wd];h6Q ]:(n58(3y<8mkvt %͐HRVDtިb1?6?ZI,niQOިdZ\eM[cVLGY@ZCy0*=m`{xkI+ Mg$BKe[h"0:vBX1ٌmT(=TdRGLERwp8 {󚢭i=UO3wT$M DV6CJxW\MGY?6lp VD ģKE Bclo]Z'9&˻@K%\Q3Xuِ5pK,tS%HFZro7Ks0`)W]J*Wv!iVwYstBЋ H0KҊ1)E(w/+4(c]aՠΓEQnm[S *#闸y?QJs^Oinx<EXŖ[HI$PnRX c*1?k?+E阱<V|ѶOhhwnR{s) 7H<8! !s~<5ÛtC@>~J+g$@I}!_F.ue TFOa qw%A]ξS'ފQ/!ig>s C6Yg5|?EkVCsI<ɇOc* [-BGܕI)q@3{hHK[Q6{7R_mi>κŮUc1*k+)SVLFjsc!*.2mx"E6s s+-lK*Kւ.l@VO RI!qA?4.LDHfXSzR$2ФRLZ.y;m A)$m}qӽ}SbPnؔڵk@X)CЀFvd /ܞ1 $ Y.9U{}㋉⟬c@z+ lEj6ۋSqrm5' (B;2zp'J2ai?o&ٻ?Q-֫ i5}a q@y}I MpTN`YNTMcԅgMnQ@bZQ!U10 Hѕ7pMcY8YW+2hiqo'f%n2$u M7՛4#־tJ$ycHvԽd-7̹`&B{7Xΰ`&`nbBoK`+qZCW)t%?1Md͙(U 7Jxۃv;"ƅ@$㔑vf԰qZ#ĞXMH(^P]Qv.((ˋHO# c;=Lq?e+@a Hod).΋p 3Uo{TzUrq{YDޖ&'~x5Oorxss-뜟NDcIEz Wȇ# ^GjMxP#55acȑ_ 'wqcjDb,6odWar7UwɺZStY69({ J9gҢcmb,O-S#(J.a !Cx($(J5Žԛ9 Cҿ>c@RCcs,EdNv J'XVO@PdJw4"Hv:6uHbU:lcNLRbÏ38˭Xm8V#!-'~z<lH`-'o-ڝHkK۶s8[#jHP}nyMk 1O1TYcT'jUl>ЗPw)UEu}?0e5~Xخ4dse4H"Ե.j[5;tGç0f^f8t.er5F@GXO/cnyV0A_zĭ`A'GM]z":VZ;[Uxވ3:|D)7܃Mg&\w0F}P(*Y .ip̊ӧMϘc۫Z˶5ׅPyՙ_?@+q&~mƑw}fQ5`ud. XAaG5D8 zj oJB.@v%b'5z ZM#NO)ۤcĊ\"t1>;*c s]=hr01.. 밑 08hE֒Or:kTGpi'1͊վ|oV06nsRLNikEзf|*GFy 㯃&wC`5|#_ "(&}f"V 0d#>׍Ixl>!?\Dnl U'i0ZzW?EqٸxRo.f^qn^AQZ Y]@D>w9Vꔑ? 0).]`kb}+*XR]HAi8{a`NBaKE\-^.'SV?q2\jC/T*#VF${6H8ѢnV->Ī^G >xpʃnTr}]Uc~nn: {&^HS%~;.P9u;_~"I>$7s>]bq @ndVJhHP?se/j"xx3x/gOsp2MJ'oێy5ěIZqkVA"ϭ~ԁL+@y]u?~3J0D -c;0DV[qtU´ksi DJI4GڭB*mvܡti6`'Օp0z<=JD˝(\,+]OVf0bR/m<)r˜U S\{sܛWݓBŹp/%T=mL?JL4o}ХUZќkƲ A/k"7Rj2ٶg!Kt`1I@ẓws?d&N6TU7A]yi}/sS*KPڭAܰPOqɪW!Mv[ ҳɪ.CS@Hrza|FcRN2*WY 7[/SyH/ؕ\ ;LmzUTR5ѵYSJqjvA? 5m%;'dm xV\TУ+/j@,5țʟU91oU]ǙO=wlɿ.2%$ kqRЬvP@"lѡˢw LvYd21T;Ik?1pxClbFq7oiVU#vɀո.Q׌=nJ:kIa@RB(]ku˴!Eto~rl :<8HB $qT>9Hu77TBGY\,q}>eAqZt͑gS Ud]?YCkܑRC]g5czdv/m[ qt^n?$~?6[H?|o7ŭRtȄ)Ƅ}Lda4DµcT_Gnk/IZP2xv˩/$М4@sTCC]Vv4Rݏ#aS7e@Z,PCX䝕]Rq`ƋJOei (1 7]]KQ]ԙWmg ѺB/=ÓgNLZ[qF16u$̼?8SgQ%#3jT\}oqD넔"חB'=y169VW1 bZ&[ec/<`rN& D).%hI5^T'5`%,Ө2NOx⸘04WSTh9Rm$1@1 D>K ok/hoa^7}_n|Z;,@tpD\ǎ>d|4,rn|!:: x/Ӝ,4 ;vmwl)e*)?ϋ1/0̹8pHq:c%jo٭Yӧ/tv8Mvcm*!jARەy :} ʺIֺ ABJų_BvُTQխwiseM-vF>)Bk>%ߑs%oe׻cd縪4>8SwgH8.xr(#. \*[ \NON:E8Xˢ{k `-\953aNӜJq\AܕqbADBc*C_=8oSI f'kAGGxY6BBLf5AsmL:[j >i :A.-U9&rcg}:h"F6")q [M(7u8ۄ7x$Ubl֎C Kd'7mAC>J1P- M{'!:scYkm"DQ:  C20m4# Lr-sKZ k /OpYZtɍ~ib 8W]-cyb65q-;HTT!!+/ETǃ,bhqr)7qӉnp_})쐁:bt At@u#ii p>` Aܑ4 ggJlDG9¾p-9ZiDr-I_B /CE`d0"pbwnDu$5 Egp$ u1ɒDJB9Rʟg]Ud)9'nP(Z'S, M,sT9)> Z̏=FX`ѧ'.C|,8o`Sޜ֢R.x9#>QUmIP4~t;݅./IvStFay_hߥrT^f5MI ͖qr'b>aOUoHAZH&=tM"goG'jk.o'nSPW`tDMwRT{AgL*qZC/_Ԋu[|32=Sj!i߶ESI^?iT^$]#kk'l`A=ݰ2,e&l;W:ۜ/YF(bh94VM[7.t8]_RLqj4qw xG :3O±*2,*y$ <9xn9pZƀ@V9/jW/=$dUǑ k;QbQy!u}X> GDqLܯ*ib!p}JOMqAÓ]Dzw@ȭLa;uԟTR̞- ?AuXiV$V.T⡼\/C!9ׅˑn~?t2`<!N$SÆ^zMP(t;rp>E<˯P0|K?׭чJ++DAQn+8p:H2iQB ,SͿrV@):8 <, NܣVhGa mN7\tɄN(Go^w>f4&K&>Vbwarj"ob̅A'IsGɭu>#?sB+Zw?D$裊N..P%Z eʊ.ީk 8U]L@I/ "]]3J>-I&^*1t`3E9NH?0H >)IeĴuBF59tϞS~l+H:ށc˙Ыii1Njb7YZ91#/sh 6Q1Drs ѝ̕xe=fHrQZ-"Yܑ<IUr'pQVF!fzF,mRHqyZZV.DLWE9QL jތF);_>P[]/ goqޢEYŪ `Ǽ^m \?q[H#6~ IF}F'0d&Rߜ#cu0fڌ|V*%:B?tA5c@nJl)n\8aQkPk8+L- ˏ{%g50h] &ϻ1& %@F5P)Z |!lG"v` 7- Dt;J =F>. ?S.x~a{U!iCm,)'rX&[H!g7c,1K0雸'p>@a5IK[Dww;` 0CbiUIP_͎JT+B:5w#򑯩o"pfW+El7xKZ;L?XGdqv}X{jI5_+2{|Caa;u;]* 7Yק1\zk'&0 w!voup0WA/ZZW P v4Z^LʁA[=#^ _<>^L{Llff}GqÛhjEQǬ\뜋Ցȿ~FXcbm N ݭ@7DzPCS_ة 0G׽ *yUϑDde&9nVMk-ؾ jv:N6ʻ7Ps.GˉeIG^eA}3.omKTP%]ƖYe|ȁev8&7֬'`~T|J1ic tMش3pꏯVxD59. jÞ~l;TWB ?hvi.so w]#haS*?C/T#{1]R1gʃ\}ٯXԣj xg"]ue"A!B.2tf'X.uC?ZĢgaX֦_IXUE1X0zwKDLwxiqUURbœ=;-E= 4P wOk4^iK]~쇡zݍ%Es?ˏDT [cQ`CE/eu/Jn8n 7;:Qk'q}ǎSСygBt*/Y\ --޸~#ߡqq+ ZT!薟 vE{|$2.x0Թ=D *N. QϱVNo1F%[̤շŲ`~@/n[kK ͿF3V)Wcn0)Lf@* ٟRu U/b;|PhS:(Q_ }q/b}QygA i*FpH&ؓ}=ׁE}Waa{/C䳰"T.}mcX#00KD?Z0bLTҒSݭP,?M〺/jDLZTSa{cd<#r!D9;R-Djn+ Zq0զr]ʤf.hZHhy "߱I_^*CJ8Iz6Xjyy1 ̎-LN0B?J^8%i2TYыј,a~uC Jՠa|O2?Њ{6kټmB9CF}]UA.#be7ލ{uYH_ ly偙`|yRE5iJ/lHItp( C(v&A}/-UOjs"^Q51"(Fó0#KkSFI]J{e. oGJ;z1nIJH!6t ^.95ݰOIa^sQȝʹ \Ha%cS|@ޝ)u}$u7=[ÀI #&FI،ߡ2S5gʖGHc=t8Tˈ?<Q( _+Uiyw 5gҮ~=o1)Ú$eUF@}|4\l^X@6 YvIe:F.'°gT92_3 lä 3Twb5]n~!F 29쭭Q2g4lT\mo4g0o8-DI'Ԉ D:$k73rSCaYo5Q&cηlcn'"<[IR?/4>=f+ᯃПБx^|t/|d C=KFyRU!?7ޙ{7zSv!QzG?(&a/ހ`!Ē1ة,\y1tz)2s>0%y4QbRAnmEi7cpǮfrMb꥛x5XR#tObūv O 6(Z۸GMLo(w{;hrm1hi1Z5*\bt% 5Eo?QF[1՛1^ؤ@[ծl Љ<kէg_UhZ!ckl/`Rvܿ >VxT,lyl m)yfx$DugHY`O6Jߒ]P9ѪՍ9Sf6Ý/ȊBsr`ف6;(<=`T8Ȗfw/9O9{E93Hmj99RdKWq% P?8L'u =>GK?۔?4#ݜ+hlv͔pQ%VҾgBGO[ݎJ[[_Mlqb*X#^YiAKZ5tL9{Dʫ` !|Bhj?+mC5qy(5RHjzB<߱[i% +]zqF2*WC6uiQ5GH[§Ԉfz1J3w[G/ӼV/t;as}U;2XYh8!=SG+$,i gX\4 _YyB,io3_֩;lJ?DDS3A!ņ9GQk^p43U싡ɘFhqn-ZMrHNv98[v  RL$^LHtqUƴe"t6Jb(ʣHZ%I?E=>šsE) $}vηYT`lNƏfm'/up$7sLhoNWӤ$U`xm7rBPU/R,=<9D5ImTzRs`baxw8wE`@h#Hܽal['\Z#R2B(6E(LU[TQjx8B2m~+aN+Q^̓ akz"~nO/)Y.)k׊X ơU|b9;:|c޶~,K#Ps;P!@#{qQ/eX̴ wswe% &U$4BQAsO*t S誧V|UpxUk=wyϼci o~%cQWE_bwe-hj9fL9q4jS;TdU{è]>SPPō-n\UOzc.Xz`{cBѪC_!\3uv۸0cXay!^~^9_Y*%Uo2[K)HX#]ۜp==f׃D5k3ll5!f3h8nPŜф~12V*\雲ڇF ؛Cg_>'!Eie=^K{Qx'qoՈՖizq5sNn[uyC6:f啡g7Xo!2WCid2 =XeAWQ2tqHl,EB>Jqm!4<$+Qyd~@o2Ȯpi+@k|R;| 2j֏PXh=hc+)<sHO 808s!)،g{ ݈! bJ7Uz̓ykOBVSqkM_<;q`yƱ"I"#M PP O J5,ᾚb>HkxPS8-//& |k?Y5olSU4-VիsEJcA;k[ir#-_sK`$ϟ[d WO`Yet>e([̣uG%%WE,'టc#A=Smr~™uKhP\Қ|nf0`;q+d3[YpjJPʛBL2ԡ|k*b6cSAVN)9>u q=UqkS9;|&q-Y4^_t&8,!`#q/̣pի vLװ;Wbלpg.$h&#L8tϩ*;I0@Bܘ*7'鼼gƜhMژ;Ӵ8R1S l,p׮Z$gőԆ ~al󅔁@uwT4*1Ttuˌ_ a@uOrYac2KԸruqWpHK^WYݽZv-TKn`n]YQnd ؿ+nO$0Uc`a!~ ӕK z+D(UXIY K%|^*o>mggO'z="QNqg) J{FOL | hw\<3aoyl>S-y>Rje_6qw2u Ѓe*R/:3ZVi=9QO͛wyIMaqέ9??:#-;#iyTP'1Q)z,؇1LEW@$ (I.R2,|D" `*[*lM$)"93o%z75iE^._`g '.&]Cde׼rsAkATy"xI}m˘g4?q+PQ+j#4O_#B.)OFY-'v(5Vsn 'WNr Qb)=&ӿ[ zvZqf4J{+ƆA𳞗\Z>c6H> &hB)TDϵMqi\Y}wNTtL.)s]t;~^)y%SNSX"ȕJ`UkfFo$h oxap^a#Z v`/ 9W)f5he)Ue.6n;[bv%@IXVUڂEk婬D1/L`[un9H8q`&ME3hI"efBRz]ꀪkBg _Ҧȑ6Jw㑍n)66<@w (ZoHj촽.,&ȨMѨ;R&t+Zu;ƛX5 ,F,WZz-a^D&'Į ҋ| omK钫v4D*Z쀌Fbw-뎽H: I0:&$'JuMey=+ (UӚUf%P:t]Cɓݒ:2%]'}Hetٛ,"|<I9~؂XC8-V$mh+_~eRJ.gԩzcg78 .=j˼نz3{@ GJD[0vJn},|GOP^{-] ( bJ\s:Bn!Ŧ@<5Wt _xX|WiDdIvl;8+ E^iL.,{ݔD Y7J~0G$ <| ,!kT5څa\@ &0t1#.}8]pO˷_*CoxBO~2f/g ee+`H7blniDbAnqa(PG7YD|nEWDVT Q5#,gr3+p5F_+g b)c:YPE(LGׯZFڭ9ÝZb z5R3}_ϩhz0ksaI#*O! =?rIvgS /taz<z>DmN;WN#M8Hi 29aQw#]- ;*J?TmFH^&~y#YBWrǔX5[l_Jy$i_M)Zr/0R@3FVaĺlCX=9}?dq]5DL60I1_aQA;eaBPb0;orgrp)Ianգ? ygSK=J-%ɚ"|ttQ09O.n\qF laK/o;>3p5xD0X2 zN98qbLP:2+"d&t7SiWҊT#uM WMK,n-=`ì1Gclb@sQQvO[;=)]h0z{?cR+UT*ZiZBc}xe RYm؃-d=JU3S'i@4#F:!azvGMD3acbSG>a&(z7- D5C۔NBQrL 7|i`z#t6/فܸ,N˻:H~#G'cu Cy'dɤa _e/ oR«vlCT'+&+R8YF;@ Lqcr&svq]hvT?Ci`0A \p |}(d&jB᳓\_Aqui.a!hT9*k% M%~fBJXUQX+9Z`+(J&aHm&{Ns] NtRdh#Jksb=P2&Pns!qVE6r@mw%I>{7[c dDʙc-75&bi'_!Jk3М呅5q1d1CkeJ>BYn!@px4QH n%|zCP_M!8Q<ѮRI`WEt+<dE t@cS').y@2:F4iDCwƱ0qUa}f|S9E]HHBE %^I /Vw0B}vH@tN S\mu*-b ڧ|N#縉&~ϑBF$꩎?z&t'S/:UШl$e;xDLmК(]>yfʰ)r+cq} `ï%&(`1u )x15cHdh#΁)ĞVY4J!cy L.zT$S?'r-(YtZ<7hO-H[6Ae^Pd;(g ;3%x7Q'=a׈e]ѽH@!i}h~ǥ>v 'ao7t{ X ȗG9FZ9^T#z'O% ) jlT ⻺S[HF*e~&%`uN :_+j O[ŵz6j6!1)2.'ю톺0Wmj6`/TW DUڰ2%xWu|*?-{ $BjJN:t\#\ *5U_+{){d#`k|x&w s1n/$y{g]fn~F-)5p+o2h] ͨ:UY+V' L[1Ec%eRQgt>1V 2-wSZ\fuB= ߿t+!"*KxtBp%Qys7G4qg?tD9bHȠnՀ\'U Q#?y<*]F-qX |b.l]bGns /ŋ ]7hnx: SsJ%lԐ ڰ~4KiR+1 RNDR$'JX8Z*pׄCcB:aobRl<ў*\:'3gqtm*םbEϗT5Ϻ d#,r Y5ZqK{LS`*_-&屎h)`E,CCff;ye>2w7@ZJ6Yڣ7nB1xXBG@`T.Ȋ4Q~̣0ƻ1 Sh!DJ0;: dn]21FmsM\ rf:@3./%]:[;NY[* eCtJqVE-(b*>L2 &, lԸi[洣]2"u%)HB]87-~DR`^ ʙž^_l"F.ڒG+ ڼ쟟(8whJ3h%Ʋy)4~: A /@B]0Pߞzu’at)$MQ =.=I Ŋ G2zt.0w5Î3P`%Βiwƾ%Yp,&dP)Ɠ \N4(B'E9A@ت7X 'k}mcݔdBuטM*F-ڕ (u߸}$\3A^f8)a֎FBnڋ;&[5c C!X0H(a+S2~ -3*,$B: 42d˜wO3:~&:97e /z4zu=(UǻExn5Bc`e/ k[ w ص 3GN%CkךRgp  &:1͋*lc#)_V$3 !`kEQBpUQ-PofMے"܏"y8@2hs!Nn f _ 9ޯ9z//I> qn}H΄Iʩak'VEGX%ܑ8 ʇmxz)T)}ilz= ?X\QEe{@a0 W\$ ^vI! J6ZW!dLQe|= ]r7$ޮmUlw#w0d{?g3uW\Tu'3kΜP]x͏9~@v: HPOn {stEt׌1 |fw$2JbM}PT)WŲLRYwy OИCXxA$1J7+ViJFUJ8g_[#!x/g1>vEF#J$^ξAhY%`uv9 +r|m?"ce"&UK{Cnbk ֞l7a7 u SпjdڿﻂK%mhTOT:}R}K=،'Jc14cf-5En:0OR ˢڑщ?7 j7{`Ӏ3_1Q<;2*B'y֤ळfPYP^9]E uflڝf7ER< MOw &mNqKզ k1M`ƣL.DQ yXU ahlW7jm44B :?y*.sA:3/-sbEkѲ–?_>Om~zcH`)g0@oAkFL)tUE~_\bSNwިy@+Xg~WKPBW~fTF5ߏ&}>~x/6S70&mål٦ZH>na`A](E*ƾ'J8HJY˪σhw:Xp6gQ‘ 0!^ko PL͌qO3Ew#w\'1c">'~ص;[},&96o\Jɍ[ .g)I ȃJ*z)(ֺ? Ʉx1 l,zVQ DC/") c`-XD\Թy~uf]T<7 DCR~.ّtt*>Hdެԓ@wzY9ˡCvafAƺWuiޣ wgԆGyMkQE5 ̬? Nd<ǾAwrřq?})zrB\߁,v{:Gynwu ' &M01C ̜P3f˨:u6\Gи 32 V.lD~Ťz:[Mj:N|{dUK+̴[-&ouZTtB܉9FOkT 7ziUXQ1>\q]*#G0.mBd_ ;7.7umh֊^ﵮxFp`enu(GgJ+U FSbKͮ92 ep EZlUt˰h lG"y0fwm `s Z(|Óeļ@XH; ^>yo5ި@4t/#`=g=΅t_oyؑ(R e OCB K^IgS-(}6cCk;sg4@azF܍8LPѢ w:矿Hƽz̲[43b&8_<ĉOWiy]UH/Ў!y16_` ͇3n*'Y ژ&Tܕ"=z\wQ!A)X}=^( pѿ( W/CBU@'i["a9IrT*C qc~X&0*r%|TA^@ NW4Fv{J$:t "|x8B}NlY^|@# t'xbG.lc-F9,S0 t6R7.Vqb>FEs{%mVN٤]9 Y-3);Vwg,H9W<%)l&IWv4(/Ȃ5yQJW P5KKU\hvH,aQKW Ws?h %+BSW Jo؇ibO\x?8]&Sԩ-%.å4 BZy0@J]Zf4LU[vBo:&h6/Pe YZ