nettle-3.9.1-150600.3.2.1<>,Hg '>p9|LbܢG:Zy*Hb(I+qW_'i%ݹōԭW>>Y?Yd   0 %OU\      X D\ ( +8 4!9 !: 7!FQGQ,HQdIQXQYQ\Q]R^RbScSdTHeTMfTPlTRuTdvTwXxXyX"zYYYYYCnettle3.9.1150600.3.2.1Cryptographic ToolsNettle 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. This package contains a few command-line tools to perform cryptographic operations using the nettle library.g '>s390zp32 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Securityhttps://www.lysator.liu.se/~nisse/nettle/linuxs390x8@8HH@h@V6 FNA큤A큤g '"g '"g '"g '"g '"g '>dx#dx#dx#dx#g '>dx#dx#dx#6498d3359dc74e552081c4755b3fadc9b54eff17b593df61f184971158d776fe4d81e69ecaaa1292f786cec05ef7c2c40f3518688eaedf8553c18858cfdc07c2fd8b7204f31248f787f8525a57e2cacb672ba5e9ca84f02a0078157e14394fefb0f7b0ecd4551a099c354149c69e9e7bea852c4fb757bf4286a8f7dfe3db2e77d0c6cee51e313867696352d8fe09b878b1edd4a135b7665ddbd18e353456e9b782f7d08cc22fa2460f4c17b5d7fab2fe4dd237eabc227a7ae9cd6ee8100eed5fff48e90c645123d110035ba6f973d165d95a977aea48d3569a1c3c5ce376fee7612e6580aad6ae3c8b590ee47b631f5d2eafc99e7c70b520ef3550e5127da50b02cb98d7b68bd895fe26752c5f10d7eb23623dff90238998e019c26994c6739ba853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmnettlenettle(s390-64)@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgmp.so.10()(64bit)libhogweed.so.6()(64bit)libhogweed.so.6(HOGWEED_6)(64bit)libnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(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.7s390zp32 1728653118 3.9.1-150600.3.2.13.9.1-150600.3.2.1nettle-hashnettle-lfib-streamnettle-pbkdf2pkcs1-convsexp-convnettleAUTHORSChangeLogNEWSREADMEnettleCOPYING.LESSERv3COPYINGv2COPYINGv3/usr/bin//usr/share/doc/packages//usr/share/doc/packages/nettle//usr/share/licenses//usr/share/licenses/nettle/-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-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c308e44e272ce8c503f49af0d64a6fdee8e9a7f2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=00ec420c44e4f4e5c02d7f9468753510a0df7c85, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1e162374f1b6d45814df4832ca2eb6656e3b0a77, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ccda229b5bdcab2395a7bd9ed5a10d8fe1f4c22, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c0d9cdedd895dfb42cec4281aeb06c3bc4b0a2f3, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII text  R RRRRRR RRRRRR RRRRRRR RRRRRRRRR RRRRR29bS[CpGutf-89e9e00955931e6ad1214afcd20cf0577234088bf73114de68028426d8509cae6? 7zXZ !t/&E ]"k%Yԅ&b?b'ӦrWw32 bуdC\y("F'G a PK/rXBvoJ.qཋ~SG(+$"x}ml/t7˃ѾBJ&*|(#d2CP 5߶U3̶ tk79;$~67ăl&:oF X-mnґ|oV!boP"A~.䠨ym0 {"j`r*2-w`_ԣCy`Wܼɤ-xܢLjaSf_byUZ )q)SΫu$ސ=#nA@),C&.iq$jY9=d!7 qEz1S:Юiʥh/(peXd;v3dVnah&xQ.,>49(>e5k؂SlȜTkxTj `^p7Ej(E':%Mͪ7dx3"` 2&rMEq3|Hiٳ{ElW@R@GUUA>@E‡=|Xp%؅'rXmk'a͐ jM?r۫6 TR4uF_xkݳǾ쭚 ]`WJw fM\>jBl"kJOTȭW@rۮվ=6zmp܃N q80N6b^j%IJfz*͔G,YTK;}=3DJ#maJ޺/mR%JgXY4GF{ь-A7(pk:hww/N)KjcaMM- m?+kcFi%q*,yBY'&yȎd00,WҮWQTa_3;}w.3+k<΁c䑗 \t>k>?RD}}^ܿσJbYT˩?.vUu $P~t|rQM(Wx2ۋ>=0a(Ssږ0Q|2Qh:T{FF>`%x*/>8,WTrpU(Gt)iroU-M#C=/,V3 %]i;7Xh0ő[x|SotDõEd`Fn1i8fx5wت2:M^f҇t#m|A@^aZV@J[F)e}?ba̩pdx Hx@^m>l#]+"rDdv3(NOV4eWV3]i-uبݗ'w8Η̯_ q/ɅKQ)OMTRaj+.(sDF m73hM'?Ndᛰl/wf2喺h[;9XM^S@HCJrgL$ȣ0#ri,2k^~r%7U/rJܝliZYA7< ma3 XS|ބb;aK>`P&tej&bF~;2"0zt\.zv;Ƿ̽xU#u\ (%]RP#7љh vlQ06DkB&Rhj~ݕe%o=mBi m>lm a r0N|`jw#~jLS-K+u >I^b|G#b̴O vfܙ D@BnF~8 bQWb**vDl$EDZ"5=p׫zf.CׅAj͡]5Lt]…Yt<+JW+"g nW8_uVe(-K;31p;C@&Y^dtQ*qlKnKvlP*uYPDkB'cY$aSw:7q18QN鷀Qhz^lR-3@YK8q P^lq+Fq cPZ헱UP{#V7qăcf=on6W $$Z$cY,g GV\S/kO )%[J+UAJ<㳡S9~!J/+gPt, ǹ ;_Y #S6{U[/IĀ9ju)fBSw7j*9z2fMt T C͇$12];-cWvZ׿_&Aw0L# &rjn(PIۂ9UHhjE3 cS1:wvca; |:aT$`(uH@e8HYoO ~Ӻ;*ypɷ!Jz40;n4Kg UgŞkhil/ Z"⮹^K# Hy!-"WfpbvT=^jnPtIdeS-emokWviWo7 )HIr?d` TAw)Gr[޸Gnl҈sC*,L`1Li+f3 lOg&»'Qj!!+G5!p !#u'5a}L'#)(V{ %:ޥ޺0#Ʋoָ36u}V^Y'_{VaT"vwE(@4vlGvm%hnk])>Zla画 L[,f@JrTHI >)} ,tY|cimLCo}+DVuK#nn pD S` ƻ9/&!Lљ2v.SFVcNSKlOCRe p͝d%+K$2|-c?>j.{J;'X(|ySַ?P p$OR+K|sMTJ|4~qb\ q*3~?W':|8@㣊mX>Ry 1譯My_\6q{`Z3RM :KK{X=C$՚ri;ԵXK|*\(cm)CSpZ 6u.dZU~h#ˊ4FX5H4H\޻dNA zoF~Օ6Ɂؘ,2q}tOWk{s?K dNSʂº5v"7X ˵p]&`Uc|XO SP>E=gE@q`'|U_@zuQMDo)wGDxeWF 0*lٓ{Mx*hMV{  kD6 3}ZM- M]Q{Yj#@\e۩u"YhY #|AWJsc7tGov7DRx:; hX*w`̔eB.&gHK \ !O\[r %3rFʦM KNRl;_ K\VS@:>} J7QulrDT$utx+c\ >:zAvHU֢~^XLfVvDPܚ% lF jѱ h]zT]o)T Qr*+ Z:\ c.E"]b`gUΨˠ!pǮs+1})4{~x;IDNJ򋩇3a2`9e<0r_S(&E\eKhKCrMC3Ĭ?ŶՐKP,QN^&;XF٩ 9MP<:ݭvb:\#;vh.:08+躴=@q]J# D&Z',]Ǚ\Y7UeOOjy=^ϴ!ҿFf-LnGtvUmEpgd6: \z?Jé݃1 @i]UQČmDPᔖBuĘw=z%qmKI25iwI -ߏ괏}hEt٬;&9YÍ"W&LSb@]@f\j2XR0s}+ QZ`Q+ޒ(=u=SC<1+T =͓m$r#$}_,zv8s$gD8@T(EMoARoOGȜ<@0#sQÛzNs̤~蔠Sq眖;+o2wj uڤoΌݦf{DZЎ-Z<,e(fN&=.>`4*TFK{4*5XjS$ P,Ag6ѿn:43 g{ HL6OQR8lsG\!%Ag-nȊXȧ-!RvqCQ*i1YDZFt{blc?!!T݀*6)i%nzSoCGY|=t*=$Py r*^ˈ#g[!9)Y!HYn'b9{X[../-[=R;[77ѿ<##SCx=ۘ, B#3oљS|KzjV1{5DT5qyQ5JulJX rv "ٯJ\a{Y }iYfց٢~ |"]l-k.HEVgpx~ 8eĬqdǓ#*J-h\)$O5 6*?;ՊyB0u4 .@^r񕹅辤o i RQ#[%mn ?<: Ss 2 x.?v ":2Vi93e5{ן}\I.+ ;Qʾ 0ɐn$}%lO})]&&%juM+{wxضK+}j qLҳ*/&+~7oCJCCʤsA)n@齳MH,TH l JTU*{]5˛S@z|gmU#&!#/,xbA,ZG)ڇ(N +3$QNۿJAgLBxdOC# w9f*ߗf'EqK!2^bm9gC$m{`3ND7aIU,&n~9xk3W#7_wMl46' 5`#[W`9te‡:/ &Kg|=Pĩt箁u_SZY.6}A鷖#pk[|q5fOq/g6Wk ޹WWy]C뭞u>Aj](VFVST4`ϖWD9·8²+ߞua\j/ȱ 'ʘ=;*pAt{ΰiH/% *xegOE9ƺ,ȩt}Dc4)Mn*P@AN'=Nz2b?C }6`b$>]D# Dրa͍Okf蛧L]Xk(qܡpJEG)HVT<@m];=x4ԿQ X0˺ ԇԙ]YN|B1~ ",y)@ŲDB WT.Aj:|=|!+sc/w[I41Erxv!IѨGk..)!Xra9;fPȵ_ w^_=^+*Q)Ĺ 欅Ah&i[ X"-5b„lIR8ra_ ,O2^HɿQNFcΒI@:|ED͈Plv c X]+bIl!>8rfDA:~GwGx vS ]fL'lCiTծQR<.湗""MDrSKgOFbU1JnciJQe .s1(e4$;{TDL+|Xc/Էs{É>S'dBn Hy匴Sпt(J3=Vy|r,_BΏzSdoᎾhtZR<`ّy#1}lZsHMM'#p >/`u`,_cOΙJ DSS%gP0Cv$il0Jj`*u)5(ӥai׾lA *Z:snIt2p۝{/(@ 2yhH##j!zύ ! O` XBcRNXKQÁm|T^:GY Q+p, ܞj-WoiUbŜKS)~Rti"KD/ | 2^ yhUOݛ3#z11JV-Yv~U@r;'$q}n!o8i6odVS75 ”Owf2ԿdIG]St>v +B)7Ӽ l"Rrfj/M@ -B ݉-! jdFY'? R[eEE0[L:㟄"agf(>ꮛPN"| 5[ |dYIifW}ǖ(R%"DHvw{:U|U%s{qo&z(wcBoa_h9D[Q^LVƕVuCK^SMɜg<+ oʫ@A+3Gt|IUbf ~7R j~,/s1D}0,_vRQXkR 7Y[Y ݜ^Q0[>8@[R4O$M{jM^R `1YVJ@s񹒒 vSO~b&L Uk^=ajCH1dVq E5CzqIC2fNm?F3J/F&X=tJ;iyqz3_Ur#[[FO~BSHbsQۊp`^>3ZEgC{:M 7oe-ԗ޿jj| wT4T2TzFo#,<|xn= C[NĞTvm*J`&Ei)jNyOs>L\L4.J[A^;em:>;$l,vj5ԧ^7rbmZxfjy"7gI3w 8r\tv(dԎ%Mu6C'x},V!vlroӭz c/գ1?nW@XwŠwk_\>?Sp_gYB"!ˬܳ'~ZP>H+oŵ>dki^t8};GP>=Óm=#%=!LV~'G.Dҿ8e7+cd'cs|ԺfQМKBDo\]QBTx ouc<_t<-pGG\Ϫ$GLŧ/g]~\,?u gXeKCtQl{!+4FLfd0&|:lA VP xt&gА7) ]z~' vNu o&A Qzc/\VRRD\ƚNZ*_\ w~nE'3x0Y%(ψtNրc:s}wCNRB7:$`sCɢD׃$npZ-)!).-*-'lv<~N`CSz"LJ݄t0[8UM7gb8G[>c0ki]V{WʻZj}KТ{-ցP#p`gU5KTݣ,5H XɥU-\.^:sEKq`+db~JΞoe.AґX3\b8QVjWYML6~>#mX8DA Y \%y./O/ G֖ިh@[o8 XhK;PB!bJq܍d̏l8Žhzt8yWL:0^NՀLɷM-&E3=EQS%kլJRrO^ Ey[#4]ȁ>)C40.%a/g,=_CZ.a6bJX^ v -q)V:㙠؅^j2\MmlU+:ah. o(kzC/Uv QJxwݔɥ|1jdS%d Ī7h'ȾOUxL״MV=FRg[վ Zq|JvVimF\*uN)7EN+ Q1 51#1lHT*t؎|HE3hCNQo7'Mf v } Ff2wWO&v$AZ #Tx7׀oNW=햎1sI=тd޴7y=KiIE LAj JEBf8.*;/ ^lỹ]YK5a|:Jzjr|Ϲi@}X:S `f34ʎ.Y4;9+C:+4hϗG*FzA:Ӎ&x\- 355wNӳN#P1˯[=ܴ 0WE6ƑC02ܐv*׹S2ӡQ8D}7(Pe [~DMrv H@7!g@7U_)T@MeQC4X9iT y'QЀ RA"{m֤?N}N7*l 8 ;0>M=iV5;3eXc18|"t~BvA21!<^)%^Fc3U&6>a$8٬,`)9ɢ1JgotRx#aR4֚'mޑLx4e!W^M[8%G#),)Ħxc0s#pͮc)Fݝg tm]PjVͯ͹S1P-qh먬SD3‎ kS ;FM?dxd&a0ݦ|@fp=kF*Q# 7;(6!v27# T\^0KZ62$}7X[*_ku $p_ jƆԒ d/#"-wMĸ_dPד%`? xHyob-"H̉M-#B%1'9~#B-_MN] K&oeލubUsgUOތe\zSyhK:w,[lRAe @v8tGF@cG!&_NJ#Bmv/q IAq#͜z2# ؉ߏ]Ե7TsrHz:u8 *bob]z&2|G -gRd@Kb#p/~Qzc' r=52N',WloK0w7Ĵ* Yךa0ٻ|A>N< VXA {96h/'^#ev`dDRihCtt*?</..|GA#.5dKPPx;^NFHk>b6i<26\W0c"cЧhg'py|վGymDi(˪7,brΑwk'mepTa% hofdbZ~v.qK2QQV_,vkMHZ)7T0Ak T6ErU=kvKF=6<`6MNUMď$B.}y;xToF1E] B Q6&?hohf})ϦaADO4J))Y@X:Аa#Ɖ/;yY8׉Q^7u,n)1LmbyEP#/Fk:Iqrn%ցϜA1fg#>pZ)jƓ"!8q:vaD߫AI{V-&l~{EDP9+A f5%ʨ``bV˕dH}amcf`j2S0JapB2 t}e]0rDs8 =+Px#)f\s9Wz,uii8`D_L -9_￈ᡍsAEN}̖[<7'.|Y?exf)AL 6ׂ殸O)9=GMn^mA2aɬɿ6;hKU둙0S*dޅ-TGD $TP$*adL <v}f?H +u68,9ds:|2.G6o7CS :5Њ+XxEx3(IꜤ3hGdgZOq4Pg{A3u0 P*0jQRSHJۨl~!Vɛxe4rw)My`YJq`T[d'*z@6Pћ~t^%BjC!8އ;xȋ)5jE?P^@.6MRp9x-{Xy'G^\߳\zelZ,qΑe 0 jЭ̅'/Ѽ _NM*~9?MoWƤ`rKڷN&b VѾOswm|_wMip' =шfX!/5t~xH_?'jG8Eu?pPY:]^o 5ďp9(U~N= ;*τVen<-2L8 v桓^އ}V2Akyx˼Ve$ֹQc9"Ǹkt@vbIB2h}ń +7}I̾ NS,oT#FR_ث g#747O.Ej(am< s Z$Tϣj߃ Azz%w|As Vx|Eqd6'~r;RO-'|I@}i؆u|aIOÄZ]4鋭"Hf{SwC ٫pJ8{e$$ i/l%Pc媅Gե5qyD7 _o[;,͌Pn%9,,}ګviU䯎'TԺl|E֪:'a SĘ_&?~8b%"PTE±*{%dūnlF{iT=3-8Qﰬw ݟ[mc8XZ{q< '#o0UJjG܄}|2KKuVfP7M.)7jH)nA!LO/CS0X'mE1Iia4^!}BW)dHkՇ~4* w䍄͔/;0>31 Eq*3L1qj*h l<#,<]3,7b9nz 8(u0EoT §DWo!&HjnrM rTaz6s(w&;4F Y 0yuQM9P۱CgKW v\~_Bs jIzrajʵ_-8B~!73FfNAцPv6i|`| #aH9Ѭ s5B+7IsDchY>ΨƏB ӧ' Ta_Tzzh0@D^v͍)"qhD]̱,ڛ+DLήnRx_"iO☹#j~S&kƴ | r*OF;u3AXF(\94t yZ{+P{oF=&*IAI9XGM'H*~g JsבeDGun4"H8`0hJ)/ؒOQ+}ԿhB-̼?kCKHxiѦ_|pv>Ĥ*f'0iv[מ5bO݇lOaSV{JN8&?g N!(Jck NpIguٳ?>^ P7sH'NoFQsw oJ}uWn>p@$#W"Z*EKiAxGՂ1Kq,ݥ#f #Vrθ0i[v'CHqXmVg=wu[h,b|`Я ;cҜ._Kz>k%ћ*6u%4O8"0gᕊIvpk_;fh:'oM|a +pB]9Ոw{_.̊C Rie FD2(2I#WYz*2!ϥ?5`y Bl3oͭe?(`)]MZ?Bڑ*bG5 2܆Jm҂9cNS :i=HAĝք~Lpn{Iϡt `D;*U,Ʈ Ns+w|CkDqЊ}(THϬ"3EԮienU("lۅH,ܧYMҝ&*$6hp GcdCHd!QB>PDzwOccDĈjGcd7Fk4kz:z?!GҕZG0q81~Rʤy%ذJd__t L#Əg8X"8]3iM77徧"6iZQ'IZWNa;UA/ QA:.̲+dx\re[:>Ɂ>eUܷQu.ӥF^^,tc(kt*9ˋ'@n8I!d,b@pӈ)WĠA\0V?w6$ #4kbxW$ 뿬#v0Gҏ+xv@:M>h7C2'PD},?__㷕Gιܢ& 2d^jnM< )q}=9NXjΈ$y1R3;)k+vk?F\L6ECJ)bx^q 7$6e [}u xnӚqg 6Rbr_$~j; =9LC~P_ߐ3)BH4jirf k/+^B_k85Ϫ<`3y/dSE*8*[.O51VgiHx[5O_ZꦚJ&VBl^HG@BD4,<Ї;PRa(B~\~jGs[&Ky!k%wo A\DQ뤸l(h9f׃Wo٪ r2 dBKl!ӊs,ޫyȿқ|L] ;dTm"Au`pmfmz\oi3jg7g27h_ @3#3L ~@)ae|5k%ד"o*&UK主dzYyLd1f9Pp&&R0PIG^HN / ;;0GFPnSBǯ07,*3ۉH._7IOßJ x<}TD 4}wCy)'t27E@MfR"· `9zW#zMB:*1Ҭv,_[ﻇϧmF< p-ulq`;턂ĭx;VJh1C4,tbt( S @)TAٞm3a\R“춃A?*:IҬj5Qj0k{;r"u >Eޟ` X}M/ eIޤJ!O .eOHbiwVewtʼ1 m;B%\ɁuS .gҭZ qѠb,۹ v%L*]<7#L(CB2'#Uf~!p7k_DQYE$rMfob=?j[K~=M-9LNcЦs~f#fԘjK5m,=Qof-Kq]-JCnG 4R[鉟wއ4[gzuCSEpr镣Aw|;"&;'=q= Et,ݺ_UzLҤ&I4)Vo_ fjDT](>#`1mzD|; Cf"&07 &/N0101NiCq۰}a-GL~T-Q/3MwtQ/FZ,!av@h+1puÅm yŚS4b"W)v=)w!;2f\祋~F|7`v*r7'c{ǜ`pi4nm?5]mD_Z%Sr8p T3sS0|ap,(.MXs+i7a=FrG~^w豥"!1Oa# ^uKdFEYm>WΏk󫌑@ gs9c%͙]-z b} ZԿSz{KҐŸ@DWreP4 %ɼ+HX;gԡuNbiv ~vS$o ]v,̗Diӌ6 9-n.43 ] q" _MvL姐e5+__3kǡ~@ޮ,A`&&ɇB18 |j r8GS(XfLVx]"%+O0_gabB4uiVA vW6uބ͹7' Ù陀 P(& QjcY׹3O.0Hnڌ[%ț܆aO, FY4 MC}S]Z>TbfREkӔk֎ЧtzppA5F!:Qv9ܚ3>Au7ٳޑ.VoIdTة1@m:T6 ļ:DAt"p W37\}+=$%g{S'A,F#8 KڍLƔ,$J8nmx_Z1IcAGGY ?x-Xd[T'\gE$zoh46ku[lBCB"OcqUc!mu8Sϕf9tΏM#_T3܏Jۨ`)ToDz^}6p|(Ֆ[YD0@?*M-Q>ӥ Y_ ܱRQjfU$xSE;Ubg~HGGT­[?g=qٖ|L;Z4T69 L3 qF ~uEC uHqx8;ell Az=!]w\A<1ƕp/ Np6۽#ȯe"$.Rzg_0Gq{ѶO%oAF-U`PbeDBi:t:xV;I;0`mDM (PaR%NmhfsT3Ԏ-"^3HKa ٷK2bOkDSxŃg_ﮇwiƧzpSK6,묓=U6A7lo$Թ V1>}ȤR~V\&G |n\DGj^/+Y\W"g Frz|K/@s}< <f!5D~\Oέ0H6T0ŦMvfB|yo`{z$UJHV36A:ҧ䛬Uc+',r@؈f$;^U!bb[XHp=k=׾$W-ԑXWH ;{%Q?I(m`+\}r&Ǫt=% j@6gDǃ2G'wDV6^h~^ݓk(覀౟t_)o~T[^^)<}oj'$eIV1[h =|z udAU$RՉ舄EWq_/[8rZ:SEm$c _ˁ𣷺 <r!-$1j.[.s5sJ?HH1i&ύk !j`Њļh{T 530>'j*Ko##S_zL ug?v|+ ыi*mj m/!X޵rq=В2nMֈ 4]!͙e8G%W[_twm^ CU YvBڸ78'zsg#'dɜԫ9yW޲Ff6%6d a\wk=8 ϿJѮ2*H(F}C@qTT|7#M蛹Y OFILEy`Z; A+;hh CzWk/4Esla;ǭ4 1nN/0 X(9a|>r>(t:eBgoivY|؅^j#7bqixb.VT@OIA䃮w )֟VFE8 mF@SIV""U_W n#,蒝\,Tvn@]>+Q@pwA w܆)iCL'Xrth+5WJC\~mD5Cw !Z3"Yfz9'_:j Ǯez tԓb|z'"9QM$axTh]bMu z@vgK@ps,~5毩&fuZ푪;} >/ʉN+EgϟӝBwKUnfe4V;q,T6] lTd2qV 82?QES0PмxNg0M/tO]owc^Q M߅|-z0-r#ɞ|#r`]@n'9a) a{_&,Ń_k2$}U(S`3\{!Wƹ/vDn:0M,i%SOpaghA;%d$\u|p%sSg16^U80Z8NmbHRS&؆GR7 |n?0!yϴ*#yn+Bp9 bLE5)ΰ[dﳁXgݧ_ƃR肵 ٿ%&PĬ45YbDSramXr5$S P\v<37Mš>cЬA)sb #(-fzR`E$X&f~T {BT,}( \5]mH#֫'Af~̌" (f]泖nQ1NT5\ઙ+wߧb {?}& fY[=ŸcJ"#w/ D>e"6,mw2Mr"yx3Sb ɋr&F]tLF?ӿ;jgX_*^[;7(͎ΝFO{[7Q3m/Zt6Xilӗr3ϩmfʡ8Dn(g L.q ;XQ֡ s{xLuN)E-oCup޴ijYnBEh8o+`vζs5v=&/]N0ͧ7u Hʟ{?mP)`ǔ %5"rZEkLսa|h_e3V 1Ax *$gzzȋX4JGNǬjSJkL{sѣvq~SͩRO^Ql{L\~gApw5SE6%{7 ^7>e2݃uNLjZ!ߓ8 `w%[vFݦalep׬Y:ORr̦&6<_%נ/_0]oyMw;-.DKH E߅.q;/7ASdB[WI&y7mplk!0,cUZI1L][áAN9z= 3՟'Lu.E|7[1ZΨ* c|C0;V0j|[҃Ӑq޵ґ`Uj60WUTFPޓL=0;!#UJaʉȧ: g\(ݼEH3X}*0IQH r`" d,ԍO̳y$pe?MN\wKվJT$(^__a)͹QtN/ާAC uXq2F Nā ",y~,g4B/8PBxj@}-J]8PDЈg%t|PXaR'=ER룊Φ=lbqI\Gys崥!RV :0b;K'H\Y\5 t^!ڠ!!h2 >sդIl 3)XQ1 2yDa&c~bFbt2S.QPǬ̱s&)XNM nNX# ء蓔 W"鑳Äہpe)ZC(u4~).`ckp4tٝul3G@]ypa 9셴䩹NKavuyZ𲖓_;QޙuwAι5Ww >um ]#38<@G>MG9fѓX62}5\bcKf [c4[NQtcփˬUwkďIط ާ89m{Qo[ }7\uU,Z&z ]`qd<-/@;(b0T{cD%V,*SOC<ׯ /|4uw[/ sC #}OkL1tނ!b}R3ՖMk[lFwЂzr$`G#eǛǽ:H/$gO=ôٞ-sIsxRCoHU*XPߞf.ք"# * N{CݍvD UPPo}Fd@YSZaA9gm6a!_gŖ6.Qt.AZe ރUP38E6Ta?Im|6kgN5r A]5:h0Iؿρ}ұ32@;2t Ͳ :{bO0Z$R׌FEr3Sttl3*l/rpސLv~!!}Bާ/,Oa EeOgE,uXCVo_Z]maMy<0e*4YaR~$KEeZilI][v"Q U\ G0yǠˊ`h0ͮW۷T0}_qOZf}7kqT?E?ɝE$q? 3E"~1yfn[.*g3N'ogl颎 &&s@F^?a3z#"\R`QڂnCh{pڒ>J2h`:?2'n P5c=Q@g:~8)@zpY l6[:fuQ/Az&4-50W t2S"?;ߓ|LpK[jZ:/#FzRTNͺDݧtbX5wWcvh&lm2}NN{pط0uާ/_U-tS>}1iCoA (O! Vu6=ϢU#/ ES}$h뿷vLMgmH]'7?,iT^@/.hZ1D6JB3Xjwlq䲒Y|h5q 9߉F {ha\K֪5${TXNHc/sk?UK1*p8Vg<@R9Y7Ku a%>[%U!:@RXFx^ CgO}_^5[ĥsF gs4: c h=`hcX_%6xm2Q؆q;nb+΀$ƪ2pWM$Õj=庬HƦj呐Q|~g*,:=~Myt 'yjlTP2ptހ2Kdl\Q!uICڢyǘ)(6OڶWz Ym0~Z8%.xМ@q:Mrۚ<㑨pLGH :-pN<Ĕ99#l9lb= jJY4j:JqG<>u)*VdkEH~ JZPvɁ7v*+ã5E1THuYbK21?tzB9|GfKKĐ254y+Ts/rp=z RְFt~N6! bT|xc-aqKŽ3doʆp=Bm@ 8kRvGd4ch|?0mb#c̒-`6B(kxg ̷FZȞA@A3B8ZHՕĆmr5bk-3>shdHN~x$ԣpyfdߛ{$'1ވf0ǶgAWcUh@oc@cn 岗\6?"}P S2dDb[7 f)cή_hz\Ϊ=E/M0{C#jkɡtyVROo/I>R:#!+zH.wr5GuxkR#\5j,CD@j-brh=(Anck6#y mn4^jR^*ҥ;|"z,lBNgǐH+HzCG= *O ]ž![Zv]L&WӇ)qDEi*lxlVeD]Ty~wܟY<(jBw%v2"'M8O~|-0 ]&HD'= h R9LMnx}^a;g&|- PeB^uS=50 ^bu٭z`r ] F QB< eAY!2{^a4v⨐^y^ xzGHَGtd(eߎKKۦW \֊ M=,QbQ߫jKNg67-f-O* B*^sDh#C[w\Pܦ j@M3Ph@<=(S56V*N^hTECwLr:_qM4ʐ3Rgla,8 ipWDq%[GZA`T8^KKtAz!T*;ϩNR->T NX2Փח b IPB|mlF+[#/T)=0SI>-_>Ϗ%A/)漸VQvsR*#ϳ،l#6r|x8PO2$eN6 {!oP5c6`z9YB0AyX^SW*WM$֣]YE!b޸Ɔ@K=bTElnK.jyUJvn`FME 5 g: f3 4y7GkdW;0 F]q<N+z߆=. Mt'r5(蚺pMk[Dr`x*Y})S|tׅ2n$UiAq$s%p9s7G͒KA[ B>t≪JxGh5En1%]b\H)@qּyUv;2S6ArXpS:1* qQ =prZw4%f;힠6K'cQC\sBmdȦIW6rNaX[k(0G<ŅMjcOVx-ei*{{Ҏ.8ҕr*Ŀه:+\y N ixMwel(Ab,XS1&FApĭSKpJQHfor!9:˃~y ԭF=jjrdqF[m[KDvK@_bB)NpZskr-lY՛`b7etpcݯ= h3[ewA(o%AA܍ W'_U|ǣ%jo0mf, ];2S36k,1~RLuJsċEϯO ~-Jw $j -2pыۅe $ylD4.'p~At1Nd9@ siy$ԂZ2xZS&J|݃IV>+) `t7}THPaT]MmkmYL^o# 13c% W3Ԑ^߽ E%8[a/zu*p)V:1V؛=r5+mvYEtEHEC,Eg0:Q.]p[avOKz"|O߅«HYG Uk'ўQUk0튽mMaT1Z}=]S/?ta&}.avo1 IO'&9[o'ŋ<[o߽iPJվ eB_{aŊ1RWAjϵ%_0WKW4Drɍk ЄNG[?{b1L3!^v:H8j SF sPÄ3`,q {%$olT>̉9 fߜ~3G<Ɋ{!l+rM\Jo3)f(<=7HEtz_ lب~/y'Zꆄ PB?=dOi}aIߓ)y$rc"w)߉vUoВTS%{ ~b'Aʗw6-p.S94/8&4g˖L2v1uA}YV(14pwV6g$vDi) ̎uQ }C#׎H6Foj[ec~ݿVGX4|5"|:n`c!X^|z Cs,Tn*EeTѯ?ޔ}as^@kΪHHmV)v,d&YcuT-{,VZb%?vb'(skܲA5E!*=yK`zpQ9o 硫x}3:'Yx]t&SK*'­Y"C=Rm0wwDoc.7\p6ј}ۃΤYiam9&|_vFt)BUS69ScO:636W!}0ca5[_P kUX0r.:Bn}d܀ڑ| *zH|ʕhy :ǖٮx?kCШxH&j]hQ IQ%^oelh .A}2^;9? ֏p=հ}žeW=`(DnbǼS4sU)z`hxeZOû2|kQSlE(nB8 $o'OOj XNBwl]:SDζ`_M6`Uc.4\-1PbEە4zlƟ.5j_Cig|  ).nj&l8Ly2# &Kn=_rH̉vϡ檭‡lqfTTnUdQ=-+7͹ni(o6ZᔾkVyL (Y'u Va?4d[S3n|hm9ޱKyV#G]:Z]8p']W]Z#%L`r{19'$cyXl!W WO< }RF Dᵖ0^{e"a_). |M] Fr 1$YX}as_oXU2L*oTT(eT.} 7Whl>HPC+FtFL'8rFL>XucA43lMmuWHvo[?f &]HtyZ4<=x't<̋5*<ĨQpt{jEAqstߢJk.$Nj,f,y2%lʧߘ[ +~J1-SϷAC\0S)~߿WϹ.e*GXTZiT'8*K(R11uV_٘KdWq7coO,Ԫ$Ǯ5&p+lwyS${+>l}{  tQs'g(9Q̖48yFEZXͰLJ_ҜfUWRjc5W| цhe! (%bx0զ. q'Š#40)q?oxT] :(H# Z7a4*=- lU8=7c"}ܵzVVm ٢x/O5~(*7#;< 3} z`XR1P!^3Xr*GW]sND3f3SD< MF2u_x'y*bw&t JIa%:>例{d#Nf۶/(ƒ5{W˭v%>}u/\'Tb_8X X6|C_ n>ǃY[=4܆Ho >͎y)d$Rh(جwB) y:޼KZS 9ₜ9'B'_PiZB|+@. qwgwȱ9_Dƽ-aPX BP@?GkJm+VзrPkO$.~ucd{`|>^!UdfRyS FS=D%h '"bdUyʉL Bd4o<ҙ bՅ)V ey>S>.eȜ,Q)n ) kl[2U{З8 $AȿT'ohyҁ:%l(c=`:ϪtWNM9Ƈ>FyZQ2orec Ei:,I4)V3=zF b`:ϙv9|i(8tǿ,4IFGдA#DusQR-;eG;)1 !WxJsR&h@FB^e֚԰N5Cwҗfu3sk/a#q^ 1)'m ^&3ɘPpł잾yF؃`nUھ?+s3{>/0.XikKhbkn@6 솧Zq~B~a`W㰽g.)5~Ѽ[|{Tv[}z=B 5yvcM/қ#0Ӭhk|t(Vn0br` w[Wŏn;/gVFַAP86aX6QTaSvЗlDGd)eӨH ?ǖ<'~fIU2:JN r%i ,ij^7O+VO3O@Ac߼%rB. :d\%_y\fms?  $X?ϖCɤJBg[59$HpҚLvyfT]RLT!T[̩*ФФK`*]#fٖ: ci΂ش+7||a3 GTcME/:e^u#~)VeGH0fU.FX]*X^1O '8~f5hr| $y~~#G1ּA+:*)qOgSA\qhPZyW8EZ?8*-M'F)lm~[ަ|%pIH߃p #XPeEn=[N坰3{uw-\)0×]b-T*gjƂơRl0}:'Wn bv!:Cd4AudZG5'zWMX EA;ё*_P,7e;SXe9 ˜-2 Ar+86VK/mSJzq2/GF/:ksRǤT?lk塅4O?a iIĶ:̂Ȕ-ю }`ؘSqsZH8MY4<3*q,- Sp $6Ywb3𗥶6baM_x:`AUTRXLe“*cwO#|x"\e8  a{~Iy!smgφoM ~[!+j\bgsm<!܏$]u@I>Tв`O:#݅ɢD֍d5W~W!k\(!Ģ-裺"M[%A}(e/d q!ɫII8:l~d|QnkZs/3}׼_sH9헊R]qئϸ`H.x2arq֫..jG_F7yrH92{eo2͌=QS6:edډ݋W <[Y҉&^8nb䀍#S"WLLD˪x(9JuKGmY[khNQGNʼn |R '4f VXqaP̤Cŗd)h <V 1_pAkǙ-]u T!<rl ^o!kv Tz$"6F/)|ԏ{v&4كY1M̳̟ nD9)N[kIK`(\R1v F\&)Qy=&"]O#OjgPj̵vO,rd\@.>KkcJH/5]|̭"jZYm93.fy9W>&D^@0|Hz7v|}Y*OG8٢7وP|"$OM>W2mP$ws,*/uBUe>ɁȐAfʲ]78 V)Fq2!?ͽ@5UK_u2tQcٕ@Bjvg ՗'kf7SqC`jwvhEf=kw tK%Fp7 s磉-c'>O|dw恇v>z{b@oT!|4)=i[~UEq: *s)cѸcYa ADXUHvm rCt- YȞe^ [-:e2pVqvQVW8RQR:% RXP%ُ]`bdlg&ʒBZ(9qk2 s[ rg`apڸtg1ķpMuԢ!!E:3wӏWGrMZ7%]{6 h@ wA3#f+Q`WYaεaNQbߙ99b߾5e6%єIg pf'yl& Q l")e$/WWD,ګ% axb,'=NoV%9J; XJ1^fVSl꫘x,C&׫9 gEo%['SB@5ꆷ̲jEc%x*1iqŮ=Te]N#jȀBw!jT1%-.ѥtBsd j4?y-Y=Bo'S9J0Mbǵ8K9gse*cL}WӃğo^ڀ%Ho)Jd*"JXanr\srOZtM)\gГ?3  aRS`e=yW8c$|}05_(J74F2p86 |glnBKO|x|H )2:D:*YsX#PIu~*.OdmiZƣŖfμˢzYmh(cyۮn]`GӑK7s?57&՞u ;ѧl¢K, *!g _zdZ=j 0D?inW 3lV}pk>l|W,04@w E6`۞ U)W|4߆ּ[tmSf(~idsX.2MM-·&A޴ ?A|ɓ]c")F43_UN[)]PԅE _#I=o\-v`}r)bLͨ+|I>sܐYk_R@fs(ozv C/ͥ2mFL$#0Jےu[Hs@IJF/F QKjYzZ%e0NFg#}(6 Ib6O_yFk<w:2ɧ, }%h:z/yK &25LgCA*꟒i^1=kͲIn{HFq߲FDzxPEf5|Ěm1.~ 4 ~UbpmeQ96s%zSWB6W ^/RB}^9"7JV/%L*Rxusy%fj \KEbHm+4]HN01޽ ?Yfam{ӏTs=ZM?{IІ1!T$N1nx fFyw߹5vD/zY,]GVRQXF$b wr`|2G|yRن+>)2n%Dڤzޖ@@e4p3{VtwUQVUeA^*z|SOj,\Wh *(%ם]: ,AaEy)F~8xT]*\,TƎ>Fj_ HJÐ+ 7"~9Šי?&k@V{X!1&.zΝc Xi3I[%AV_?SK'wc`*Iw:RqoC~5HgRf/YNMէ[&zQC BgDB`L@C;`g-fjH.3 ÷Й"5Av`34LucSCcg)/EG l)--ZoJiy ?A9~>M=QC 62r@-8f?>κ|% s/Y][DzM2T<-|˘yKmtSُR²S}ԀvYp8ln]3 (sK^ ;;}0 &kӗ_)CJ-38.T\Pu >" I&v }j{gE86[nA Ma=f׍@F=ݶ-;M܅T~MogMҿ &?_=#\Plh2d3]g]lJH: } m<\KSv&^ ,Yx8G)鬀 5/t] 3[w|qlrJY5pɕGD?xjw #{>GLâEvP䁪 O:?oJQÎ"tYjIi ș2pot0zݴBRYx|H#z)uo9J0l4f6=Ӆ7/qtd@x2, $IjINWx/7;U50 "o`>X_+U= Qh 4?R Jygah@s՝ u03H&!:>+fIֈe>:/9y#^dv И l:{S-UA @5)$}JEBݒszV^Լj/8a4VO; rnoem˷LCgބ<7:T57r7'S;C5b J9 #_}ZSȝ%Ki7Z c`ɮbHK4use1X7aߖ&C"p]Qeh r'X9L ,V ݉XCH$MbquwgGT wz PA-P&G>;9DMg?mΦ_IOYkk7*,tK+ pZx~rζV~iU)Jq0߶5CB(WB!lQ 4 . wj!{-]H3@ܘa33L36#!ObeRz Z'NswY JEz7 ^[bD`X8(*~MHb;R.M}$ߴkx&o,#\BG|f8V#c )7ЁlGdq2䘾@Pbu[~1)w_0eXA$Ӱg%S*72:>uL,0(7Yu? 1u3 ?a‘dFDhGjn|+ ]VC##B Sj=7D :xjeic$CyT@u F黦Vz#QZP+W.zPHŽܬQפFytXKiV0Gbs/ &%:Kٚ:z֥\\'u (bcp.hh,5d<7`τ7FR., dO@w̉KKHۂިf$2=.b85EgEEBZfhV hG%"rpLUQfÙZ'諤52uIfXas"[{10e)`h[gEg{u0/9[TChP*M-c9[X.{v$OIlVעvdp腤mJQ]K-8J].L7,I7O|DQ뚈4 B&iHP{nGT!P#xPNr,MR!}y[S'?Mh|dQwvCθf"z0зI60db6[ %9eՠScVdĝr=f×Fo%g0#OGqm:[їbd]Se<`d/E^avrf(;~3W>@HIIiғGP??$ǓZ6;HdtBÇkm ٣,se}iJT/$}ޘU"~}vJd i5 >#ѻ*0u؂6}|K #P+S%jNƎl+,9.濶st >ʯi\l7Co3f 4{o`v24*YڐūK8SQDS_w54nt+'AHca 1n._CpUEBmfxn}3z 't)C4l͐-C47Y@r;b6L+&4 Ti9q^ .=Q$.5$;-6SQmᖒݦ&r~N|؝4j* +FkVQĩzD