libnettle8-3.9.1-150600.3.2.1<>,8g '>p9|=>! :O.CmbFA @zgg`pN~b{X"/#"uiDʣ^qR:]&nH/y0@Ր)]1. GjXP#$}"2"^Qi"50ȎY>/Qj ʅ8c/]@j|w,>v+\(p,?Aq[Y[}_頜P‹d414^x Qvt#)c&5e2t(6yI:}!Eũ>@Rh?RXd   6 ,0Ij|    0 w 4   (088!9!: ;!>N@N)FN8GNLHNhINXNYN\N]N^OMbOcP7dPePfPlPuPvPwQxQyQ zQRR RRTClibnettle83.9.1150600.3.2.1Cryptographic LibraryNettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.g '>s390zp32SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.lysator.liu.se/~nisse/nettle/linuxs390xAFNA큤g '"g '"g '"g '>dx#dx#dx#00612011e83d881a54b42244a127a148c4ddff4a0ea6b7f40455beea4c59f82caff25d97c3631102665b04c967e9fbd22dd6704840adc866ff2171325041391ba853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195libnettle.so.8.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmlibnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(64bit)libnettle.so.8(NETTLE_INTERNAL_8_8)(64bit)libnettle8libnettle8(s390-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(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.3d@ddq@dbdxbz@bbaZ@`@`W5@`.V_@^]?]B@\,\ @\l@ZZr@Y@@YXYX=VIVUU<@U8U) U@TE@pmonreal@suse.compmonreal@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.dempluskal@suse.comdmueller@suse.comdmueller@suse.comgmbr3@opensuse.orgpmonreal@suse.cominfo@paolostivanin.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.devcizek@suse.comandreas.stieger@gmx.devcizek@suse.comjengelh@inai.depmonrealgonzalez@suse.comfvogt@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdimstar@opensuse.orgastieger@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comvpereira@suse.comastieger@suse.comtchvatal@suse.commpluskal@suse.com- Add the architecture specific READMEs as provided by upstream.- Include the nettle library manual in HTML and PDF formats in the devel package.- update to 3.9.1: [bsc#1212112, CVE-2023-36660] * Fix bug in the new OCB code may be exploitable for denial of service or worse due to memory corruption- update to 3.9 * rewrite of the C and plain x86_64 assembly implementations of GHASH to use precomputed tables in a different way, with tables always accessed in the same sequential manner. This should make Nettle's GHASH implementation side-channel silent on all platforms, but considerably slower on platforms without carry- less mul instructions. E.g., benchmarks of the C implementation on x86_64 showed a slowdown of 3 times. * Fix bug in ecdsa and gostdsa signature verify operation, for the unlikely corner case that point addition really is point duplication. * Fix for chacha on Power7, nettle's assembly used an instruction only available on later processors * Add support for the SM4 block cipher * Add support for the Balloon password hash * Add support for SIV-GCM authenticated encryption mode * Add support for OCB authenticated encryption mode. * New exported functions md5_compress, sha1_compress, sha256_compress, sha512_compress * multiple performance optimizations * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit and 64-bit sparc- Build AVX2 enabled hwcaps library for x86_64-v3- update to 3.8.1: * Avoid non-posix m4 argument references in the chacha implementation for arm64, powerpc64 and s390x. Reported by Christian Weisgerber, fix contributed by Mamone Tarsha. * Use explicit .machine pseudo-ops where needed in s390x assembly files. Bug report by Andreas K. Huettel, fix contributed by Mamone Tarsha.- update to 3.8: This release includes a couple of new features, and many performance improvements. It adds assembly code for two more architectures: ARM64 and S390x. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.5 and libhogweed.so.6.5, with sonames libnettle.so.8 and libhogweed.so.6. New features: * AES keywrap (RFC 3394), contributed by Nicolas Mora. * SM3 hash function, contributed by Tianjia Zhang. * New functions cbc_aes128_encrypt, cbc_aes192_encrypt, cbc_aes256_encrypt. On processors where AES is fast enough, e.g., x86_64 with aesni instructions, the overhead of using Nettle's general cbc_encrypt can be significant. The new functions can be implemented in assembly, to do multiple blocks with reduced per-block overhead. Note that there's no corresponding new decrypt functions, since the general cbc_decrypt doesn't suffer from the same performance problem. Bug fixes: * Fix fat builds for x86_64 windows, these appear to never have worked. Optimizations: * New ARM64 implementation of AES, GCM, Chacha, SHA1 and SHA256, for processors supporting crypto extensions. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New s390x implementation of AES, GCM, Chacha, memxor, SHA1, SHA256, SHA512 and SHA3. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New PPC64 assembly for ecc modulo/redc operations, contributed by Amitay Isaacs, Martin Schwenke and Alastair D´Silva. * The x86_64 AES implementation using aesni instructions has been reorganized with one separate function per key size, each interleaving the processing of two blocks at a time (when the caller processes multiple blocks with each call). This gives a modest performance improvement on some processors. * Rewritten and faster x86_64 poly1305 assembly. - drop libnettle-s390x-CPACF-SHA-AES-support.patch (included in 3.8)- Make shared libraries executable- Provide s390x CPACF/SHA/AES Support for Crypto Libraries * Add libnettle-s390x-CPACF-SHA-AES-support.patch [jsc#SLE-20733]- GNU Nettle 3.7.3: [CVE-2021-3580, bsc#1187060] * Fix crash for zero input to rsa_sec_decrypt and rsa_decrypt_tr. Potential denial of service vector. * Ensure that all of rsa_decrypt_tr and rsa_sec_decrypt return failure for out of range inputs, instead of either crashing, or silently reducing input modulo n. Potential denial of service vector. * Ensure that rsa_decrypt returns failure for out of range inputs, instead of silently reducing input modulo n. * Ensure that rsa_sec_decrypt returns failure if the message size is too large for the given key. Unlike the other bugs, this would typically be triggered by invalid local configuration, rather than by processing untrusted remote data.- GNU Nettle 3.7.2: * fix a bug in ECDSA signature verification that could lead to a denial of service attack (via an assertion failure) or possibly incorrect results (CVE-2021-20305, boo#1184401) * fix a few related problems where scalars are required to be canonically reduced modulo the ECC group order, but in fact may be slightly larger- GNU Nettle 3.7.1: * Fix bug in chacha counter update logic (ppc64 and ppc64el) * Restore support for big-endian ARM platforms * Fix corner case bug in ECDSA verify, it would produce incorrect result in the unlikely case of an all-zero message hash * Support for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 * Remove poorly performing ARM Neon code for doing single-block Salsa20 and Chacha- GNU Nettle 3.7: * add bcrypt password hashing * add optimizations: PowerPC64 assembly - remove deprecated texinfo packaing macros- GNU Nettle 3.6: * removal of internal and undocumented poly1305 functions * Support for Curve448 and ED448 signatures * Support for SHAKE256, SIV-CMAC, CMAC64, "CryptoPro" variant of the GOST hash (as gosthash94cp), GOST DSA signatures, including GOST curves gc256b and gc512a * Support for Intel CET in x86 and x86_64 assembly files, if enabled via CFLAGS (gcc --fcf-protection=full) * A few new functions to improve support for the Chacha variant with 96-bit nonce and 32-bit block counter (the existing functions use nonce and counter of 64-bit each), and functions to set the counter. * New interface, struct nettle_mac, for MAC (message authentication code) algorithms. This abstraction is only for MACs that don't require a per-message nonce. For HMAC, the key size is fixed, and equal the digest size of the underlying hash function * multiple bug fixes - drop nettle-respect-cflags.patch - silence packaging warning raised by HMAC files (bsc#1152692, jsc#SLE-9518)- Install checksums for binary integrity verification which are required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)- update to 3.5.1: * correct upstream source packaging problems - new in 3.5: * gcm_crypt will now call the underlying block cipher to process more than one block at a time * Support for CFB8 (Cipher Feedback Mode, processing a single octet per block cipher operation) * Support for CMAC (RFC 4493) * Support for XTS mode * various improvements- Update to 3.4.1 release * Fix CVE-2018-16869 (bsc#1118086) All functions using RSA private keys are now side-channel silent, meaning that they try hard to avoid any branches or memory accesses depending on secret data. This applies both to the bignum calculations, which now use GMP's mpn_sec_* family of functions, and the processing of PKCS#1 padding needed for RSA decryption. * Changes in behavior: The functions rsa_decrypt and rsa_decrypt_tr may now clobber all of the provided message buffer, independent of the actual message length. They are side-channel silent, in that branches and memory accesses don't depend on the validity or length of the message. Side-channel leakage from the caller's use of length and return value may still provide an oracle useable for a Bleichenbacher-style chosen ciphertext attack. Which is why the new function rsa_sec_decrypt is recommended. * New features: A new function rsa_sec_decrypt. * Bug fixes: - Fix bug in pkcs1-conv, missing break statements in the parsing of PEM input files. - Fix link error on the pss-mgf1-test test, affecting builds without public key support.- Adjust SRPM group.- libnettle 3.4.1rc1: [bsc#1118086, CVE-2018-16869] * pkcs1-decrypt.c (pkcs1_decrypt): Rewrite as a wrapper around _pkcs1_sec_decrypt_variable. Improves side-channel silence of the only caller, rsa_decrypt. * rsa-sec-compute-root.c (sec_mul, sec_mod_mul, sec_powm): New local helper functions, with their own itch functions. (_rsa_sec_compute_root_itch, _rsa_sec_compute_root): Rewrote to use helpers, for clarity. * rsa-decrypt-tr.c (rsa_decrypt_tr): Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE. * rsa-sec-compute-root.c (_rsa_sec_compute_root): Avoid calls to mpz_sizeinbase, since that potentially leaks most significant bits of private key parameters a and b. * rsa-sign.c (rsa_compute_root) [!NETTLE_USE_MINI_GMP]: Use _rsa_sec_compute_root. * testsuite/rsa-sec-compute-root-test.c: Add more tests for new side-channel silent functions. * rsa-sign.c (rsa_private_key_prepare): Check that qn + cn >= pn, since that is required for one of the GMP calls in _rsa_sec_compute_root. * rsa-decrypt-tr.c: Switch to use side-channel silent functions. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt_variable): New private function. Variable size version for backwards compatibility. * testsuite/rsa-sec-decrypt-test.c: Adds more tests. * rsa-sec-decrypt.c (rsa_sec_decrypt): New function. Fixed length side-channel silent version of rsa-decrypt. * testsuite/rsa-encrypt-test.c: add tests for the new fucntion. * testsuite/pkcs1-sec-decrypt-test.c: Adds tests for _pkcs1_sec_decrypt. * gmp-glue.c (mpn_get_base256): New function. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt): New private function. Fixed length side-channel silent version of pkcs1-decrypt. * cnd-memcpy.c (cnd_memcpy): New function. * testsuite/cnd-memcpy-test.c: New test case. * rsa-sign-tr.c (rsa_sec_compute_root_tr): New function that uses _rsa_sec_compute_root, as well as side-channel silent RSA blinding. (rsa_compute_root_tr) Rewritten as a wrapper around rsa_sec_compute_root_tr. (rsa_sec_blind, rsa_sec_unblind, sec_equal, rsa_sec_check_root) (cnd_mpn_zero): New helper functions. (rsa_sec_compute_root_tr) [NETTLE_USE_MINI_GMP]: Defined as a not side-channel silent wrapper around rsa_compute_root_tr, and the latter function left unchanged. * rsa-sec-compute-root.c (_rsa_sec_compute_root_itch) (_rsa_sec_compute_root): New file, new private functions. Side-channel silent version of rsa_compute_root. * rsa-internal.h: New header file with declarations. * gmp-glue.h (NETTLE_OCTET_SIZE_TO_LIMB_SIZE): New macro. * tools/pkcs1-conv.c (convert_file): Add missing break statements. * nettle-internal.c (des_set_key_wrapper, des3_set_key_wrapper) (blowfish128_set_key_wrapper): Wrapper functions, to avoid cast between incompatible function types (which gcc-8 warns about). Wrappers are expected to compile to a single jmp instruction. * des-compat.c (des_compat_des3_decrypt): Change length argument type to size_t.- Use %license (boo#1082318)- libnettle 3.4: * Fixed an improper use of GMP mpn_mul, breaking curve2559 and eddsa on certain platforms * Fixed memory leak when handling invalid signatures in ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. * Reorganized the way certain data items are made available: Nettle header files now define the symbols nettle_hashes, nettle_ciphers, and nettle_aeads, as preprocessor macros invoking a corresponding accessor function. For backwards ABI compatibility, the symbols are still present in the compiled libraries, and with the same sizes as in nettle-3.3. * Support for RSA-PSS signatures * Support for the HKDF key derivation function, defined by RFC 5869 * Support for the Cipher Feedback Mode (CFB) * New accessor functions: nettle_get_hashes, nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1, nettle_get_secp_224r1, nettle_get_secp_256r1, nettle_get_secp_384r1, nettle_get_secp_521r1. Direct access to data items is deprecated going forward. * The base16 and base64 functions now use the type char * for ascii data, rather than uint8_t *. This eliminates the last pointer-signedness warnings when building Nettle * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp * Prevent data sizes from leaking into the ABI - Fixes previously carried as patches: * Fix compilation error with --enable-fat om ARM Drop nettle-3.3-fix-fat-arm.patch- Add patch to fix build of fat-arm: * nettle-3.3-fix-fat-arm.patch- Build nettle with AES-NI support (bsc#1056980)- Explicitly BuildRequire m4- libnettle 3.3: * Invalid private RSA keys, with an even modulo, are now rejected by rsa_private_key_prepare. (Earlier versions allowed such keys, even if results of using them were bogus). Nettle applications are required to call rsa_private_key_prepare and check the return value, before using any other RSA private key functions; failing to do so may result in crashes for invalid private keys. * Ignore bit 255 of the x coordinate of the input point to curve25519_mul, as required by RFC 7748. To differentiate at compile time, curve25519.h defines the constant NETTLE_CURVE25519_RFC7748. * RSA and DSA now use side-channel silent modular exponentiation, to defend against attacks on the private key from evil processes sharing the same processor cache. This attack scenario is of particular relevance when running an HTTPS server on a virtual machine, where you don't know who you share the cache hardware with. bsc#991464 CVE-2016-6489 * Fix sexp-conv crashes on invalid input * Fix out-of-bounds read in des_weak_p * Fix a couple of formally undefined shift operations * Fix compilation with c89 * New function memeql_sec, for side-channel silent comparison of two memory areas. * Building the public key support of nettle now requires GMP version 5.0 or later (unless --enable-mini-gmp is used).- Fix postun->preun on info packages regenerating- Version update to 3.2 release bnc#964849 CVE-2015-8805 bnc#964847 CVE-2015-8804 bnc#964845 CVE-2015-8803: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization * SHA3 implementation is updated according to the FIPS 202 standard * New ARM Neon implementation of the chacha stream cipher * Should be compatible binary with 3.1 series - Add patch to fix build with cflags: * nettle-respect-cflags.patch- Remove off-by-one-test-suite.patch as it was fixed by upstream differently- nettle 3.1.1 Non-critical bugfix release, binary compatible to 3.1 * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler.added patch: off-by-one-test-suite.patch - Address Sanitizer, found a off-by-one error in the test suite (bnc#928328)- nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%.- Add url to the spec- Revert back to 2.7/sbin/ldconfig/sbin/ldconfigs390zp32 17286531183.9.1-150600.3.2.13.9.1-150600.3.2.1.libnettle.so.8.hmaclibnettle.so.8libnettle.so.8.8libnettle8COPYING.LESSERv3COPYINGv2COPYINGv3/usr/lib64//usr/share/licenses//usr/share/licenses/libnettle8/-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:35975/SUSE_SLE-15-SP6_Update/ecf44949a59febf283931371ee5544fa-libnettle.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e64230ba468875a0d7bef640da042ef4d20b2be1, strippeddirectory PPPRRRRRR29bS[CpGutf-8e4cb405a44af3ebc9b732dd669a7682ecf9bc815e3975dd72140ca9d0741b311?7zXZ !t/^g]"k%daMrNB.Z=R a(UN-EkۆL)X~: Q^Xϩ+ŕVI˔,b>~ԡ"45I7Vg LWO!TU5_Y:┏(z#A.y8(' O 6}Jq=ZD5 29i˨jSf6'D]AaDuPN)VUbk ՑaK}&9.J̞GF렇=#e9JQp,Mæc{ FKI}[^W{ҦC{˻0AScFq9EqTQQߐMQ[bz~ ɯ)iXmEZBRMiCԍ,$ypHJ Ama"WeEsHU4eUCBy~6݈(C G1`yGa${C1jdm?D|D5.j䖧 y-յ<b;W$`&! ccpp̤9 -^62LLcwOT5|)CW",KfKf&뼧Ow rl1=*I#߱! [k'bkbBBAFj.Ǖ1)uGw/lCN:كv'K%N[.2U#: ǐ(B{;*-(š0VHg8@r*@>qq:T,:vYA4? RJg}$^aE䍥{RpϪ~Nx뻁$Z_h8P%`JV M,~ꭘth}ݾ<>o%.. ;s6S*E/,)1AcX;h@x~>,|:'[e̔}9e:D$;9Cs FR"Bvm_LJЧ,YeMiQv RzӪ²LI#K5Up' = ^KD童D~նi;HB%#zr`?9x$1lnaZkAf i|,'pph?&_ճ74mB8$Jy|DV(?6'}o0[BVr4ܺåy(W~wp,7 j~ǡ|sH?N,A,@$lh㩒(-b lܫ6b06׮[EA%UWŏ;+#SۏWcZdR2kU(W-56+fu^9gš8z]f,vC ^RO^ttԮa^='uvnL?_r ĢΖi^[5VI&jnml]K`@ֽx*7VziBPkW4TP+YԻQ`c˻fjO1bEYRG<xMM-ey\y[`0:#"E (]M6I)x[tѪK)I>]8B+P&p'Q0@Ŋh۠Kީ)3NJ1;͝9THDXkp^Id~jvk*bu8;P1\b*0Z !HqοFؔa&ч:}/hІp)AMnTYFvB2E D*dM)&3JrŶl^"A$LV+e&MˎH%K7(!xOE.݀&GNeZȧS}حY;_Ay#-b&ը=KWnz ղBcQ.*1;*m$([@tj%Xi#)5] HuCCr 4 ;גf?ɂ$ 5ӥ62,.ʊVNЩW?;Ғ_0*xOOuBtky>Iy }osS΄{&ëN!mM; Q4nl& D~$iFb>`4TZK/ٱ~GIKs.hv&,m|>U0 hS:3jws4,<ۮ90C ѬW-A@ز:o{mYc' UdH*CV&ȅF1^1` xTm"8upDzPXsNMkL!!{aGrf)'WQӢ/(, 82^AxR cϤSf3.B_i--RW|a)= l=BLOиegȔ6V剔7YfJ,1 -mG 3&3RL''f"jx?!D)> 8(A#nw(jģY5 tv+њ6fgIr:x6c!GR0VB!Pה q+~ߵp]X[tm]e7nr  e ,#^ L?dn& uʫ`A "r^88a`\7 s([bO)n#%F' 5\&HA{T.P$f᪻e?jw [4?匼T3לƄi0g꼉F\oP|1}0\%Ax1Y }t쩱3vole@z ~ zMK2'Qyo'YD85=|ș̗*`l$6Hf~Ih8tңI֞* 0h]@fbI. Hņ#;KzjSDd'u ̛cHTiTL'd#C 6FN%P OzҔ4{:gdyf3ì3-D^i+GR{wT~ɀWp/ 59R/( H `Pn P,<AObj?THxsZ0*r׷KzKJ`p7Y?Fsgw"r)2T@D/sq(|v2sE뾆$ WW` Ϟ+i01ga\6Rx= Ye_[Nǘ !O4ѝl,83kM/P/1_BmfG֍4t[U]P3L,5:-56.򔉕,$'PǟGmVkpΒWm˨)Eϡ?pAcM;}X4Ӫ??BN~ R@ps[A\a _ #P,ZQQIc90sؙ,K+:?[qc֬9\!%wV)#L `փݞ7xQ,m;?A~ϲm4v `Ļt譽utaN-ڰpG)L[NFM0R53u}2H b"UG-?59v>Xy3 |ԩo 6jU@Pnt_K+ @P k 32D6;ߎKN 3bU;s{kuu! Nr= `x-DZȂ=aLOc ka#`t/Q:;/Ɉ^a4<_MRs^*EAl%i!R̓ϺnxdpF< Zߖ4*GS>(f{Tq9ܟfҭ*''vC=˓MYQ#ٯœF -s9JxHuId.(ocu wk>0k !h#ڤ߹"xK䓒#f&)f  D#bҐ_dl1)ͬ@)/I>p~g{S\+)g2' >ΜUms{'yp`cfbS{yQ%L Y\{7\ǒ";#^R֍1@Eɞ֔=)NϏ#J e+̞̂D)tnlakl+rgcE|n(?"=,}>YWػra w & v3usԘ͡ 9Eo {4 68J0OP`ۅ=:DՉL,MT=EɖH&r`%aS79Զ)3ռ:k36 s~nR܋ڼIH4?F,qX.~Mp[Խ[mLjQ, rÒh/9 `wPY=Ll<%~L -1dŀq8?C+h*eS%KʖӯCps!eiQ 2*Z嗎~EZSY&/CqR"Y•t雊{h`PkZfNn.{J V)ިZaܝ"hBYcs=&3W%|<>,fl9.;JWOIGdsXCN\榉dU{? $֋iX~pG9N^"@D0g FԽ0[ޡ \{Ư Cu9l=KciVkJ_Uӟ)y%P5W`P%"*{ b [& Ŭໍ]Awޅ[z3]eĽO%.0|VY !O1\uNm_]hVvc^iJdIכJGPKH wdˬu_.^KkLg4GfRfXXeҐoo0/;fkbE|NZ,;a ܮ⪗6>Gt3>/nd+F& DoD~KRAcC FfbS Hӎa4׫EߒKeCt(o+:p0E 87cWg|gu%yIt @c]z}Ev2[K]4.Ru(x2]O3G@nb䯽h]bFV'M)Z @.3c}Q#3U@j})%v #JqdEf9Mw˪o㯴i/jEQ"Ӟ8\F8!JVd?)DOʒԑ"A$ 3~(geUj+S8k: y74UqV7x'ZUrWA.OT(_"l[;fBM$v`/FL՟(50I_wG!cRxuӥo!5&3/:Y31~M_WT"xnbG-Gp-y0m=oVN)p+# 7QǁiCU9lEy;@SZ8W9W\fZbqE{ۯ隧i ^3 9K zoJKq&9d-_">C懕?o E*I6_̒AXOkoA9 Iv,NF7 Vph8HoXGvXvݒr&5fa#nn@<%׻Kf=zXQ ]25&n+_X2ڵG`' J<4lZo}=22k( ~3O 6ҰgʳrCl!I*M$9z]ei>u9IoYAah38!=cw53ѬCNɯa-"[Q {*avY<)= w+'EgLWi+ !oL@Oa*vζ? )|12Y@+}ֿ՝3y?!Czdd%KM(eocgnfݨJXo%K3;&hYs GJ{(~N/u]2+3Zsw ^wnfgu:'~%Gey?Y Br6-;7"8B4fahB|#[\jvWXRe%Ԋ̐Tٲ؀߮ 4CRǒ[D4+; v*yHF ̂L$jmI,yߠ.\F^YBr p  Gb8h|%e1K%vod\w5aFLi6Y[b)wntj]Ef1,МhMgiyG/sQ="h^%a#cwSA/i50ݱ5kx'CB2g=6K~hs(`%FF ]IW;`B"2JZԨY87_ @sHּrh=%٠reF1Ikʱ\bm$gNߦA#Xh57AaO˓|k"2 Ao f2$t< ]e3#ngU/5}bW rwʪHF9cߓ]kf QrGa40LԱ)bS^ţoͷ-}IT70Gea=-`w :-7.wwkR0]g᮵ _Pi KX~`xD77.]R(Yz(2ka~06e%;>zbC Re_`w*0⭘S,0RBmzC1K>~]h:r5ΎvԩZ@@&^$NH>tjHw$.Prbo"Q8U1 ds}~:MĒ!v/( bҮLv)~"xEELC6 ~֝[KEI a!Q麓Li@s\zЁւ2pSMٹm'D")}H/4,W`!g-M Ș^+F'6Qi_T7@kL5ӏWG_OkgyC]S_ Z\UGL2Ct +Z58!j2mgsDхǗCBsն>VȢi/2G[@bӵDHŽȚw:㈀LYb̙_ln/tK=0Q](0 f79eRhc;=o7IAuYF3zx) o)G(ܐ1Wq۴2JMcX]5֙ڜZL.".Cp"y%tDe9n7lQV4$L-ty4ɰSh59_dwUAGPp ]]íDG +$Պ#2$/W+0Ȏp+~z0|6 _I_tTb} {d,,r쌛28zQպeDYps71S6L##7kA&-V9wX[Y//VOc` aL따exL;O;(-8`eo7=1|ϔNLDf̧hy5: *cJޙ?v* ϶^1 缺BQҬ$utHZCy2f׍@E"% >}n@@ý;]" z%d44HL:꺾%vAWtrr8k0-Ï#*#*pWSˏyi-WŎyCp?dwT!7@̌o5[AeqP9ŷ܊~nz{à@{Ñhׯ fĺ4 Qwpy0b_7aFoʜZq=d&̈<`A)>GOs-.[Ƥ|;E s'b#&m[B lp`n"ح4EnID;Rbҁ@l~y#&\)NlVpW8#nΒ$rʹ^o(8So@2?(Rttħl ;K3= &D: Ӈ&cN ֋X3M|=|WA/\aN\V`-7Y՝klQ/*KOGK5KK24H:W1|L;L3XÇ㺽RG:\3rQbEOw!G:Sh$ UOpK՟.IϽ1"lWD |'ž9=x+?aty7ة!XI`gU\ XU*_ *щ" !"W}rN@W~e6@tBZL7g|a9UN\Boq'xdEcVr G 7O:7>_ǟDUǫv:lEk72q"2dL;1Jyb+˸P-iRU%=嫾̘ h]\$4v @Ygk͌?g:|s]j+CaNslćbQǐÈ۾]y0* ea6Na"y\.{K2Tu{NЍ=RP7?%be>G>6<%a}%SB=@1r݀.nš+Ya(iat wR UJ~E0n)99OjDEʝ04h!V%z`RBHMzYmz+\;)?sL؉ y%鎯׷+ ѡOɊ Sk6(Tx"<ɒ1Yw\u,`["Jpbya?G罪 h؎'cv>С,_YK-(9D h8_1Uv7Q_.zTHR(3_jWLFKU@^D)ښ KT|$<c> 0bEԡy0P2m')a[iG5vn/tccxY#~2p5'}&,5iJVG ]ya7P*E ڼ Ua*>eS]ƚfCvk;HΝ&?xC3PO_>̳4H+$C%蕡9JXOG̋td҂>.@5Q䤆gcMDO?Jl>v~!Ho3K63U[MwMY+yanHCU $yv ҟn~պJƄ Jf5bcPcLf4o`.+jF./D ,A+&=Wh@0mթ[t/ա +lE#:z..柒MηCI'hBA{˰_AP&O=cXI¥,H<{*T2:M9s3Zꅭ-9_%چ{e M:9~kQbm$ׇg\ƞ0EI@壭[w'rte򮝔LP= f_SX%/:O35噇%l7 UR$ԓmne#:Y>X/Ek[x*+K (YV30LX/iҢy %N0곗7^vz8Pb' A8+!712Dv ?c6ej'SKRQrb] :]맥tnk IPMlf]aoYnhY×,BDwz3*HT^zr5|] [ \ZJ`#M~wPĭO>?cjgQRgz hJQіh͙s+|wœo%'+,;ϥi0mLdyPdŠfTrcK&{ܐ|9QN3tKAқPS`k+!/{e8#J݀5LI%O:=(N4%)ʻm8,MϬg##fwJ,1JTɷ=swVwYK<B!^g2Eϖ9RWH0v0"xzC9"@N1ۜ -ut@|;QOg)tJWǪiUo kndaFLFp4dg_&v2W^SSfTӷϫ p):Ot\VT4 ʛ>!8o ;)A|_fs{Cؓ] i#S{ H `Ky\tU-rA#P̯ƐR64C@ [-עW4rd^j>GL1¹G<@u߇-FJL˷YRHǁ{8Ɋ] @Q_Ic?H (e(/lPƕx&oQ(ܸ>`'O'"pjF^ZTDpfm s6Mʝо έuU%AMآ~bۅŶڬ ?Dz6[>%) EP/u9.)TlٞO&%|@|oȱ&\H趱ŹIY@/N@hwZڀ :i%FqՖztn~.!el@c(bJ\&}p%MS~^QajEJ7PokEi׭ԇ*g24渂 = #J@?~낹-}ard Vޤׇ=AK-.*jmHk;~0KT#^Rq.X˛cxÁ'w`yߥ:s4e-KN(%ASK~cLj tFR-5|`צ!Z%,glQY'}j:0%tq%ITƱc ͯF1:t5Ӎi!(:9lZW|&kT, m٤OD@ ) `4=YH2;3rϐ}s^qBrhL:ְt&mTUL&k &0V/٘&l8PV!K!yʬaWP6z3</K H Y.|Hܰ&eC*ZeP:u0LRNm_H2`V֟2BȆzu{f&gJ^)R&*Y@+>|ZҶ3Rw6oжQAXKtZ8WD\g)Y0h^]) A"2'9珒Yho`p]V/mLFH6Br8K~XەG+X\zm\8A >vE `d6Nw CgMGxx\ᶗv6 **%Ꞑ7!9[먮%SSk\\!ͦhUPh[nb7A6Ԍdώ,1/_@,--Ц.ʀqyU޶8aUlhm4Mg]&EmNl z[U_KB =⺊Jvf\gRi_rWzAfOjv+my,z੣thzfK91e/Czng0KzA<O"̨0iYGzm}> ~go"?ɱqdǎ(x({Eo3J~Ao~Cκ}9QNy:!7S z}yola0`)X<űRD(>D !p`+%9+緯3D\K:B15jWR(Sʬ&HN: `7r{5*/.1lKW?%=lɖI{_bl[6r/"-ŎIt<"5|UgPY#L%fwq /GqcoG6r8?w t!\Xy0Ƚ6^()9ǣgNG7>!J`CD(Y0Tc4\ẍX&^c}q ׄuއ'h"'_iZvg(ОpB&I :s PUF}fxy$EYM$nHNWXqͰЍris2aX%SvFqs9߅ ~i*Y"x/t5 ʛkI$^mG^] CxJHd4S [T(q|@1Mw#ApP>ۊBGn5?sYJc<խҠR,pOF#Wl8)ER; NTP4Ҙ$ʸZ<L^9Pbz(](lǤ0giSG$~O{W[Ի *qQSB e"hS(Oi> gEK{-- 2LÅhlG*q_HE +)JGqrzɂ@w˅HH݇G5xcpbB'D f y@U͋-|mW\DaD֩~ T=A|h@W…[a͕*~K3\ סzZQ`d?kO.9hn* 8=9i_@cCd3Xe}G$W.*jvmg[m /$(@p9M uc9W |#Ͻnycx.&KȠ!^Xp;{2B!q%?uۍjU:QpiI6J[#O})K SV\×5RTrt?z(!@9=% @ 30 v04O-gm~ @|sS͈ݳvuUH|9V}b9$F&Dgf#+365*V]jxlf)H {855\l^FU=ZQX7Ṳ].IF^u*_K?ub Ep2 ݪ-PLdג=3 OavCsL&VU5brs<ڜ?peJU/i{h"\ _W ]Uw[Ag3YJCB|*m4xphE)JȐu'V `ӝ~Pt]B޻4Nّp8{Sdn| W@hsu| È'OtUft{\2ԅ (9Y[X^[߄d(k:wgPv^W\o+LwyY.^Ef7py/g ϔ89V]Q "-зXv'rlgՂ:M~0R ݵ[E`Fz*yDZ7/|&:"!;LZJy>fܝKaQ#&6>C:<-R;tۦR&#ꦯ; fl*fGu_Yw3[\Оmcp>&cB{^3 g @R3"DG+oׂe5Qjbun2CǿμWg^ZJT)Mؚj>Ik!Neɲ9z;01,83Ҍ1wrji?7ñ=q(];R.4Et[&C(Iqt=OîGQ>ZSW70BʒͨFm ݣ k4%5,.v4}|''ƞۀ<];]!tҠi ^yf.'vȼ0#~Rnc^Q]p͌}7Ί/&D٫()GddzЕ27WC}]Mr ȺR+- I_k(sO>Cyn>li+aV%:BލݡSD ʨ0C>4s9Bc{!`C!ճ7X?EzNʺ,?`0FU#c$Cޡ`"`@gQk usu~5O8".d\hKm+6c!ZO#Tg|ǧsl_NfHYY|UF#ư>v9[I&1jS!u)]-9N~$- _w),Alzh_'u(9/ſ h?q5iЫQ 췪A锉)֭ l@+YQ9-H{-6%4UM+-]PPFb.d)H0^%8 kcj!C5ecP0 *@E2sӶT!1IXl,&2H< x1J=O~_3kVc^BA$$lF{~hkL/->;ˆ_ɧ0*U?b1DT=jpҴYym![s)ߠ&R B)rrZXąo32 ',%7H€5ff`/GjdGߤx R'szT"&mam6A}í@m5HI33yūlL'=% SaWu02)Ѫ4uԼNbkzа=)M`n,K4+{գv΃|Z}LpGmȩ(`ˏ|4_WJAOT5T8-L#)GOgJ*k-'Z跅4-Dz/ `P!0;@Lc?ۯ\d-C {(n7VV@Ѕ+e98kiR 5^g_lK/uˣ+~ 0,!hڭdmJ +՗ ;?<ō@564IzE~WuX{;08-K D=k\(P:0RτC! CD)^A27s pITC{=BFDD7i`_'IP^2!е!3oFwv|?hFqRpLI03_݁DNSz`h}Àun ^dm ~!̚/3Nl]1|9RX*KG_Ӆx(rϟV+ pgC;l5XMcR}:ǜͿ1d?eM!~mT@zjS(]ͶjQD"`r.U]m66@a`#/NiC}-H+j2B-/%a@j[@fDeXTAHM '^)s/Xa@JpYI4Ikٱ!. GKs'2DwI~XW@z {F>AIzr8Ȗ H|_^@A -Hu?0!TA(>ה@և#a%<>ķ#-](֑yy#e0okcD MH=˱*QJYGϛْT!fQ9{bC~-bQErf6d!IEʠ6cAc o6,w9@Z ' sxQPCuq\@[4rH.Vۃ?sֲ;:8 =?+ bgҪtbnﱿe 4#.7_ `"?jt:iJ[fAF.`Ź9 jdI7u 0ͬgA !50jg? {gQyk>jO{J8-g/h3zVUtD{0Uh(UΟ-"݋}=*_ݻ#j노9,&)fKڼY@XE֊fr64dw ,,O ]Iٯ?\٬*0.C" I6QG iw)RA:6 6(.j/-A*4%LBxl/XvXŲO;I%,)e=NoN>c`dG94Ǧ+B6`'%ݣ]Tj@'FCmffI@A_D`ֶ̨~q|(QCJmT:g0ًCB:ShudƏٚO- S~AM{·dCڲqʱsSV:0sD$lp!_𪃕[- 8xx3B_e3dU󠇍^V(oӖa8(!`Z}#EiNı=)I|5 2 a3ϝڴd$mh+z54+1س$⡧U\(cpA'dt`A5&V!,n1 ҺoPvO8 B5vGQdHBO!C)(L:픊CS7R$9tOQP_`}Nn-h}e̫u4䀨Ů{L &{߲ͼ e`0+(6U2[ 4ߺ>a%En*1ҘhuS%V?;1 B!_SF)L_*+^zZ:w_)fF ]Tot|h8ҥXUmhճ0&xAkqѳJŅxru;qw[Xer0㊛9Ծ{j:X8x q^ i2gʺv b5?-W{)0<ϡ'q؃\p9jNO4=S\P`P,N249WtEZ}o0t_qG@Yϕ'AÄjf6&p_д?GֲE@VQ_qqGWZA'XoDUli$so}n~ TJ4E1>-+$QҀM 8C(=;Ւn i8#ύzT-ZPOj;ub$DTXD rlٗC8yz mD'kf :^Ztm&J(ǥÇYZ[ju@ޖ/,Cs1bmus+2NlfМMHLk%f@Ҝ  -o>$<l>wrl{|J08Z6}n-t3 Dx&c`g %HX o5w@W`zQ-OPGn&W# l7A)ĞG#Ė>#$JJOc=HWϝn=SM(߇2g_4خ>&rϢN6ZLCԾ y^EG e> 4HE_'~C3*d>?_!LU-9e;G,A[ҚO<mo}Q{ł⬷\‹OLDSBxܼX0H1I^yfm/M9kugPށk_5M -*8*Hfi-Y}i^"0~UU'hů?Xǧ?o4ǯP[JJr($Ybb-_eR8rm-4!}[z` *RV[&rm?+ks+{7O2RjՠRв9"0ԣ里=uaQx5^)[D& ֠Eq2 B25l1#vE:S0V0. 荭k%K3ZNʏcG{[a 0NEn('͂o=s}_e+v-&͸}E0*(4I555$.kBVzA{Y}Rk=6~VzvHc0S2e+mx Z.cd˃lGF0o@Rc:!gK,.V@C^{1 "̻QEF-G"Q{u"[_/K0# Q;]> 8cbhA Pa9 bӪOX ~{ˊ3tJtT-K:tiu-:!3A#y$a /U8"DR HplKNoK:IKP8 Ztn[:үz@?`KJ96cv}m_ Z1 x+-.{{D 0x#4Эk=ƚtP @8nߜH}1-1mC/e'֧<#%.#o2ݻGp@7S)8Ԥ NfDFB%Vh~F޲a3VtA½SE@/?Cew2!9>(wqdKk4Zmy :ՏqZ1%j qv&a@ތ mTԱ'\}yPg&"34{+ŧakbEEHRm!d6?N@Aʆ.\U,]1@?$/<3HւR^dO+"yEK`"1r97zx&@FKkUj]AWXv 9c|E#t"I0:9)iC0$G>,1Jr68""E,Ϣ4NŸ`>ec_ f{AXSV Ftү5D[ IKOoa&ٶ4Yd& ?9d7K|g$\|﷚ף}'5~L#@HgdpUR?N'uF(T0ؖkD Y;kyL%<[ujaܼM)l\:XOL!@]O9%5(™/TK2BA*ˆn1tu:crwC]QdPp4a%7  q7`2Ήi0Oo@}Mo4gn!t Y:U;=c*T um x9վ-< s uOrp}kufzfY+ō8Pvh1U[B Γ6cN߮X]K܌#@l{{Vl+.|=?u$ ae?dDP,ݥB < [5FjZ#PǫVd,,R1 ,y?h!S(3ɒT֓oL9bJIg-u\ʌkJ ֗hgp1͌Ht Hm.㖄AwM9<4 nr=٣{kPOf8K*vؕK7\cAAԨLվ:Ze뎱';U&댮Ʊ$m~\ħP vuy^9_PzŒ1N1Gя#&no2FBHFO_Pnl-f(D;2bKy+yzڶ?n/˟s&^J=aPD' drg uTۙ}ƦIXQAV hE ҄ QT*՘TߙWzvb9@Uo.!?̚Nt!Sn+ʗwh>ۂuJ)#gR1 vaV:Txe}?e,:tjЀw4=542JIH.%=('H7uׁ("oW867nzKs,*L ^ZNM(k+/_h8Zm,H |vFޕJ{ݰk8$j(_8|7!7^7 4)n완8PC݊'wp 6Jt1MW3W#5ęm[>*jcP]dP@j Pqd>nlŸVFA^Ҽ6?/m 7=Mj٢Z™}ȇ }{Iס&VBv^7$ޕ_lqz=&ӯP hi lQOdL ?ҺUܹ|0bD/:F+*w) +ŖIy ?ތ<d$/f!θ``y[E'ody0eevI*\'-ugGf-aK}(D|=h<҂ ͩzlJ-d{^j*51`Z[$c1|s v\"n{\DrvNi /̓2MD/89(|8(tB}߼ Ts~f,V'[㼷 ,,"{dAbQYQ YfrW~Ƕ@b_?Id+%,53Sv^c-K1C `RQJ'E~=1JyLPmiԓn'-e aQ䫉Q;6Fo^#d#wZ}[$t7*Aj[1V@ aS,ljr| !{Dթ\Bg$H̊D^HcqT5"|KcQrvIܣ<`>E{pSGH 5qgc[G\&ԮUBrPT×j_K?{Ul%8,ڨQ߫#uib ۝C98ckE$X[ۃ pLyJ]KtSq5>Y3%0|r$PPht=cP Uf?>Я3rޘdʸPC ; ;މ fW+D+*3ED&u5Qw-Ce%–P42fT ! RiƯ;l[DZݡ1_/&G_V_Lt׽^,( 185+c[P'*^WHhu[ΨoF ^##}F1aB=b4֖Lsæwy\^L/}7R_B558$C8wJ4)y&w'E f*<\;56y0iQw?j@l wzF[#d 4t:"Tu*)}P^-~$dZ4a$IR;V:$n yScҌ.!K@"?=3KߕJ :' oaP*~Y` L#q))oE[s=h(E}SxΓ [Q9QNJ˝QUUb`aJͩi%:djT~籱H)~=Fr+lSLw2LISN:QiC~H"ȑeP _} GΖhgb$wۖ`bVqf!s>U;9n9{7#8ؗeG0b',`N}TQJ_W.C$DX9o@`>"vz$+p6,eTp$7a\V"mcOi`AfQ I9Rt{10`i" ҥ*vqXWɉ5S ^o;|¢щ eav@-~͔$yLzyܔ 1>lG1צ 1 u4 B .pQAQ,8"SMY5z؁0:ʺtd͒/ؕ15ϤzQ`a4gv+w(zuLzAuq9^e+P'-,%O< ϙ}矕AV5uO?Ia|÷Yd#`M*qs!_\.iSeParŢ=mF'ۉ9U^ @~2NkEFYR|:DxݘxzaWs%Z%G. ͻbx6e&D9Q;4xt⦂1 (ut-7,TrFPգC=l'MK o]qF *Ѵvl?Gc*4Fw^N؝tRtvD\6raVPH^4䬼0jM Ks#a\ 0nRl ;fSͱW#F gB]o֒ꡔQɠij: @(L+`#*T/PX4d؁#^{ ڀ{Ӭ\&l>,t!0چojHԂN勈[x#݋ė-@͋XWCh#鼱 |K8R)h7ꇜt-pIxF^çr#colA èYnF6hހsi`X)a¤OzVc(~$4w W'OGhOeڜ;T41?+h tViR菼2#yo^zo dzƅRv1# M{ӐW)llLovm8: #_K5('VYƞ&|?B(\Z<P<^)hœr|N''dl(n nYv?̈d3 ]9!|ynn$kh~c?O֧fXLd rYsw$'IЍw#>Jsl/I/K,9K}iGib}^FtZ 84tχZuK K~l8{!2w9>fQZ>d:;I_ vS ›##@/۵eP/S̀Tu{&(Ԯ @]Uď4i].UBC~[.ą4ɽusDj~³Op\ hهB\`̣DjA'}3PʡtqTHQPƹ>s?ZWO29!Qlkq+fKXS4ČUDΥ9~3*E먯qs=|*H<Ic)@|K\bܥžCOQ`z8l3:m⭳z|?rbaq,n75\H. IP5@O,eMuII]Vew–cؿa*ocÖg l ?F}K4Wɒ[@g?&ڬzŗtJ+?aWCbrh%a;͘ ޟ0?;ʵ (eIfj*q,Ѐ nGar,"4e Ԛ1GfO_pՄK v|{_Roh9Ƙh)\lc> ֐i+/UÎ8t`xp+! Rn:e^ `9=IJXhlx5aKŸ_,c,x E|_r] j b\~!|Cn!Zi^\"U'{{4p,eP|z/TrYʿ. @蛤QH'H0+Ki} 0ФyF~*A H*{\,5HM72.SB0~I<4H ;ƍ=ÞAt)BP P[ 6xl A5U!(_]_xfEl[<C9̮>m65#u=*|#oz,Ҁ hl :w$t"FQtX=Kqu<6TS$2k`+M]5 ѣg9 ):\j-[ˠB ViM5U&5Y}ĎW.śu _:I{hoJmpkF*@$ jQ*Bܤ̀ `U. c!uw@_!i>zʔz~%kXCd xW &|pfn8 7"X{tc6,|IghwK 62+5JH@n;^ZZMEo5=Mt[gA9[nܰHh~(@nƾ/5vBwmTۊLܹJC^xeu5 !*QÞw/k,[R1r $J;FD `ߗ}XA:'8YTy<`A]a5|y7\@IJ,ϩtf++J`w7P H2X{M bI̢~Tp0wTX:Ds)R=l>af бFW8l) Z~Cm^/TM4|g˜H?bވ_$Ҧ!K~_V= )q#Z\o{kv!yOTbO2_ceˋRIʾQx ^PDeυE}7zwLCO/,qVN.P 0N(ٛԙޣ7=.[u  j{c}|94 E sf032KeKLv(8 Z 'Hn} R2$.L}!/^/(hj?KԵK3;c!*.ttIHʙ}qtLsWYr+;ؙX`&{>|0$K70hLc;!^S .#%v4J*eIfq]LpJm_)K/4,AyV'QXKݨ{ې^%rzAk #tM2'`hϩd1ҮPH≯/@ue=o94wk]!OE EcU"o{h)ؤ˳eRy&*NBkpX.(?*ʴ `/ᄋjfϐ;6iqYR$gAJȤ*KT׮jyS}{}7F^B\T:tj'HiRnln IWTK' ГH?gJ0S.q*W 6j"({]Da koFgiyKgg|SRRyeq|JSr @~l 3`L<>%,J tBg|S'xˡ.EKC$ jBw чl`ݰs.ԠSk6hal+U]rUlz|-Rg %Or^vWO]#et; f8C׺+!ӿ(&r6b_[ݫzV/ې…2yLqJpN*&URB-:-Up.`L U8J8ܵg& \W@)/9=FL{.1*~AQ{ې`&m)GD +U٤N c`? kN,8qh"Ċy"@C;5 /ݎ[we$6l)e+/V(CVfΞx=_ԻOi'O>C˶":2Ғd*Ќ6ڊkʕ.\ׁk\fV-EKذ΃WQZw#k O +?Oktъ;Rt#%_0XX*Ĥ[)_Ij8,楛Sjikiwr٥@aHs+`d -KP AQ3Ytpl'/[M ppGsnHE`0<1t-]fLx哣ĆLE+PY@H~+FZ7A0Ma(*vD$٤X7i01 %&p($!F/u.sׅ?9hN{#q û.Xi -o] ˩4!0h}* 7U g\Jn#ҸÛ4qfpe*ܺ"7k3[o"VFA 5;5'sra15m:*l2ւ+ϔt['+Bw7fvpPk^%>[C5[*Nv4U*Aa@q/LF]'VFwǜ8Ij4>6 j>JJYxN[}nFL>7m.}oEg}5HO^BSn!!pG3zV ;1[l50(-)erU݊J3nma9xB3ݱE)}h|Csof~7ѢS޲0| ­V)@`|ΥuYmQ3;u:PV<}^B!=A5 mUeȱkkUפAŝrӼ"r ZӤDH3vWL@~ y_Vc PkJu4Vm a*sϽDגNf{!e*‡cVU҂]\ng0RG:S,y9KSTj0w=}Q+v27!m9>Ȕk߉5 }rQK#˱._}3?<yRf75 ޜg5x7&saL4= e JWx!W8[C,P|YTMR#IaV\څAG([/u3,#kw5k悯@0ڠ^16S[p$]}'Mrm@p'iIVͷ64> |Ijr1YtR{"0Q@ߝ f@2ٶqp}'ӗOflGUw*zF fp-R>پ$vџPRP-Cz7tzjC[FvafCi{͟Eڽmϴ|ǦﮐZ+@\COr < &1jc%7Y0Mv09vd@Hե2]%lg"n.!Owg) 7gj*A6I:l/"el: .t3B|Mɜkd#6:hf_=P}G`9SZ!M3]a0TN~[-. ~N]*rzk9K)\֔>#OHZ>*ŏs, )~z#pR} %2s(K:=`r.'W<؍VSл Vs Z4BVW[fS58 K9{N7y_PX?Fs#@kp5:G&?( -J$ ƾRԗLaT f}(f68oX//6~KFW߰9w`3z_3Ku^e/c1J)81t|vSy3Ҩ*p™ pq΁zѝrB5>jd GBca(?-Ԙ^Oەb_ӺcOabӰh#8mU[rB[q~һ4rm p][M֐Z:E\QǢسvQ*2lNY) d@Xs{cd4*Nr3 $'˞| ]x Y+RZ}ŰLN[?GCfsҮdFb Ir|G*/]g ตdrHũQ:ȖER5pl+za!R]r*ع LMH8AeiL-SaeĭM/@Jnf(7 pC-!<z582ozju3g4'36c O<(;10Gl37`Ts/\sX=@^?K=&lک, v4ӻ(QU#C7*5!4.A*ުWy_*mOYq =oLXY`HMÁqyuسMsrnF S_C"25x\r>B%5@ًvNxY|Op7ӱ'aP)SAtjv!l M|,F``3SC'2br?gkb,4mYi @!(7YA=#N)2Fm+VX1 QtR*^Z|F`M'c|-FK%pn>(ǿ$)2#?6UBj~N;`,Rx$ƊR_T~B~}\WTpvkCamAg4N;e*!h$3޵Ӧ^a}2Mʇl3NW <=Uʔ6\돖~]J^1^,S"0?CF}nKd|7uG)Y [=?. ӨB6{@ 8݈Ei v(s )٤يlU}^7!(9|jn! !l?Uq(ݝHfح'3 5l9p[[FmrlҨ7Z#>/d} 4<iP4 'ъl %OK;m9 ' FrrSUg nڻxԓ62yWS2;%eNpw-BhKs+_跁S  1"9,2ele>H8" Y]^VW@z?T):\jؔnw > M%MJ |?[xzWhuZڬ-Q{¨GvQ,d5Ԅ 8:FB*q[Ԋ`hᒲ,cϯӵ #X[$K ]ÒiR<(b{%BTOFA7>:̯?f1˺Gj w4}9=_Ĥkvm`j)~ؑ]cÒ}8 )P-9d0\Thl9NDcEgYr/@+ W"8IbВI58>pDFhimXNh%@L毠6[<8+X h{ -%w dEc? ?.cLq@6!#9/qInLZ~{~axJV~%]Nw1,m1 b-V2E?aD7xǺ/z,9ggMtY?ܓBh Shr$eKy.'x(53D%#C1?{,`0ӽr(w"vq"\y!oS?kp.1}^9ZE$, ZL4@?&r?eP3iC##W۴/-җ (̰ڿErxOq|@v vI~ױ^o ĿiNJ̠MS~? e_+\!E4''"턶Mƹ֍Gz' &*̇ft^\l\6ٳ ¸̧8 |9jJ]bEAhV{Bq8^K:JMoeץ8I,:K4lH-,#YD +aIۇ:jy>U 0ٱ%vm9bs(sM KA9\s^ Sbi}ovP<3t]ܰaB0gl8t~Y㧄n7Gr<-}rw3/]F P1v{Αqz7]iw#7fYV< c[Zr ]0(m#,c9|,/O+Y+L2,#&ʘ<|WژWq^ X m}\o_<!6e{--Ių!uxC+r]N L`hB8!ūDs:. HggaF4ˬ-,$qwշ(k(VNVW֭pKd-L<l2 ) ߂JȎ@ (~7-ޙYk\DKfD!d_a@N3h55'H+ek*5}+istIʋ7#jeP#aYP /~DN(gvg传}JoF.Ԟ ˫XDb,'] }R9)mk}_Nc[ 8iceO)(~V$")uW=p--|0iwHLƒ뺂OG!o8?@Smw[];Dե!m!n7vdz΃;2+s(\@k5/ &C,"]с$S,[ӆ }lu,J]yJ!3}擈8Z}5;wCyTqtW!G<᳔1 cY 4kf!,Scr]yhQ(BC#xVhI< Z.dt,=?''J˧NЌ|8v죰΢p_H t}2Ҥ5wmS9IiLt$ЊTk)ڝu "{,Ne!߉lmm>44&<7*w2Gn`gEH?m‘:ѱz[! `~ݞQa_YoыTZ&hbӿDSkvLg\+ n36%fQ>Opk=99 Bf?GVE%G8TC=}) wYQ qI̪ [W5̬,qv7HA@RYx/p 8??}׾ѳQ;:L~EKظNh!F8έ}tni7(`qr5%E[abYۄl`֟`$Oy|QYp RJr|v,@!Z#y{|a,=pv3$3 ]4eg_c\2uus-è_]gZ*@x6 lܮld7MF_,5vDfh"lo**$$@2kaű^2;VH7bnȮ (#2MϧjW/ܡ B.~~EO_`. ]_8nF\{FžL%8:\!^W-Ņة $=lD[fρ)Vm8SIf8?:FK_Ha)|A/^J^‚-M` (.vZvw7 ,-$*Y=)o%86}j0+qS~4ǦZ6^ʭ|C)| LZ]eMi/&v-e 5}e z* D۫˄qfH_X+ƪu1B):!=}q|Q?Boes-=dqtuSVM;R4`G"PkQRO'/Hy{ }s'3G3ϴ[ `筣.U§6ƵN©[ɯuސgG_靲d1O}d36G3Md5+ն!!U BLMRnM0TCPɯt)26cBd9и!n4 gWA E'hJ*l9kVwhɩ;<IPqT<-p|FSX39sgcÂ4v=Y|8XL5Y|mD>aRrE3X鄩p%Hu$),`RV@JpyFcr*)g@ɲ_GN_N`'#fi'|8yjDvj̮A?aD2SsN;H9@|V/KF945CP!zF`% ?g>([ s~~A8aN6mֻq@8523y1x5Fwaʔ B`d76A?@`cu._Lm2~I*/,TSX%bl\FL2rp .-?rW+1*[2!xT GȌ|[@b-4aaZh,maKMP"FW%^$sA&G wzYx8otdU 5vd&;}H>3X( []~}-Oy1D:;z XiLG[E Kq?$0E)9MRO7Z+:K0=*;b~i"07 E^+,{ν=+v?ږ8JaH$4qYzew?c?R/%$F uǜ*u0pJihDz+~񠢣Yy@pO9" ?2t.v,o 6gf~9YAM(A⢳N<ILT>8o#W@I.K ]J޵WMhOKrG^UBxk7Q *v*[0-2kh8T4wcO?1%;ĥš⊀$ }%tQQN P^g ~t6ʥpLwQe;8cV KUz2adRfe*hl4 Bzz{"vxۘ:g/JHCR9A%sӯzB-ޱ0X[@ ֤w5t%r7?JHjo2I&7⼻տJc&L@1,L6l PiS@ic6 Z ߇cw bTxJ܆AUqlo4&u G][aoO'm4;'Ϙm28.5VB:1kStG*a$F6Rp]/Ctا.C8h!d"3>“b4d]ߵG{'$\~uÂC"9y| [ ..+W&xjKF{hV@W34^l[x@=,$p3^i9XDeHh0+# :>xk:P辨 VUĚ4%f83ɁPK' ;OCn&:s5 hjfn>yW feE bEϒ,WQP(p+$dObC<|vLyhX[=:h(`/1?ג_E2BpluзB2ú _;f=@Bd">l(^^f {Wj6a!PO+U-͋*./`d%O"S-R @A.YoV52ݶ&#_DS_CKIzH`S#YCY6fܶ眀1ø|n.(euZ:Z+ΜR Ul)n_嫺 h:sr?Ҋq2 [(~)q45x\wr$ZaL8<Pe^[>,ʙf+(c\eDfXѴ=[J|.=ˬOmJz>oϝ18rWËIXvcL6YΤ*U\AR qavISirBāMT$uP4mX*FV}SV T-E&4j+dQ[ԡT%)kF/~ËD}Q՛)@HB~;`KtCTˆ sYGbg킽: ots-lɓu+|e}7O}CޡS Rx@ijKu>1͒W>g.LWMhPRp t0XHtSՍ(9q_,>wyv|R]YCdTWKl&šwHdζ`I`mYhk.&1׍0c.oha{7^/ps_(M.klK*)#DP*QKj/q8h>; ݦ(ƞzK@s3̒^. ̫Ҵ}/0Tx` GXUk>Ki"f`Uywo/ I8NjKut^dIkݺ!8[ldzV 9S&N.rCCqp)% il-J7t oեKtS&B 9vT/gs.!uD90O|UM vm,`a|?MLe䐐j*o ̢ 2^n|Kq3;nFSZU: [wr擿ܝSmE= -[wCNpBVuJ2\[3RPO}[ tg8| y PfX_[>ja)[,濂#0%S ]rޚ]yf`Ӄ[!ilfR_ ,&!"PE_߆+JMy!ofܳUA.)ev!!0ur1  oւMO_|4>7 8dm 3գzuY.ɟ9>~fE& qs@{2q+$!p^Hͺ|Pj9Qcݟ&84)1"Kt gFsEq\^zoRm 0(S(5 *vG‰ }qTLdB6f&MW;99!Ӊl#~ּz4A4 ^(=k ?ML 1+g-^4mu$D68L;>zlQ"N5W">~' w8}pTM,T*|M!k|8]~JV׎狮`LFqFD4h?!5:u|013 wE}"><&?K rՅFDg$|¹yN/&N4uZ/JْhGG^u:MHCV ?rvjk,@↦H[Aa͚ip/#Ti'\`*R3 ]X*̱Iz%%37d9Hxt =ȱ kPqm̗?`49;]dƚY9y8uI rD #RaL wlCExʢM(b9iD'vZLdJKk%iU f%aX3\ZKK\~mqI 7jֆVi[gÑ0P1Fp8;tO^gbg= r^vhs-^|?U0aLg>ڱ YZ