libbotan-2-10-64bit-2.10.0-bp152.4.6.1<>,*`!M@eee |>I@\u˲%Y~<d{a&ЏPY~;1킺Gڕ)P+%= =W$'E| a|.6l sPk?SJ*xLW휵6uR/Y9Y0Xņaqnqj3Wes{PGL| iٜ,B3zp>UUTi$i!nhQi'4xH! 8t$ÌEOϕ)&#ަYe@).nm*Q?6q.c>>?d ) >8<HLen{     > X`jt((Q((89 : >G H(I0X4Y@\h]p^bcIdefluvwxy$TX^Clibbotan-2-10-64bit2.10.0bp152.4.6.1A C++ Crypto LibraryBotan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1.`obs-arm-9eSUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgSystem/Librarieshttps://botan.randombit.netlinuxaarch64_ilp32/sbin/ldconfige``cec82dd4049f86724f1c39d6bc51b90f932db8af1ea0dbf53ba778be9ded9239libbotan-2.so.10.10.0rootrootrootrootBotan-2.10.0-bp152.4.6.1.src.rpmlibbotan-2-10-64bitlibbotan-2-10-64bit(aarch-64)libbotan-2.so.10()(64bit)@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgcc_s.so.1(GCC_4.2.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.11)(64bit)libstdc++.so.6(CXXABI_1.3.2)(64bit)libstdc++.so.6(CXXABI_1.3.3)(64bit)libstdc++.so.6(CXXABI_1.3.5)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.17)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.22)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libz.so.1()(64bit)libz.so.1(ZLIB_1.2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`y|@\N\73[`O@[DZJ@Z̧@ZlZZ$ZZZ0@Z|;ZWQZS]@Y@Y@YA@YéXX@Xc@X(UW5VV{@U@UUFerdinand Thiessen Daniel Molkentin Daniel Molkentin daniel.molkentin@suse.comdaniel.molkentin@suse.comkasimir_@outlook.dedaniel.molkentin@suse.comdaniel.molkentin@suse.comsleep_walker@opensuse.orgsleep_walker@opensuse.orgadam.majer@suse.deadam.majer@suse.desleep_walker@opensuse.orgsleep_walker@opensuse.orgi@marguerite.sui@marguerite.sumimi.vx@gmail.comdaniel.molkentin@suse.comdaniel.molkentin@suse.comvcizek@suse.comdaniel.molkentin@suse.comdaniel.molkentin@suse.compth@suse.denetsroth@opensuse.orgfaure@kde.orgmichael@stroeder.commpluskal@suse.commvyskocil@opensuse.orgnetsroth@opensuse.orgliujianfeng1994@gmail.com- Added CVE-2021-24115.patch to fix CVE-2021-24115 ( boo#1182670 ) * Backport 4db001ca2 to 2.10 * In Botan before 2.17.3, or this backport, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex) - Dropped unneeded build requirement gmp, GNU MP was removed in 1.11.10 - Enabled tests to verify integrity after patching- Update to Botan 2.10 * Bump SONAME * Warning: XMSS currently implements draft-06 which is not compatible with the final RFC 8391 specification. A PR is open to fix this, however it will break all current uses of XMSS. If you are currently using XMSS please comment at https://github.com/randombit/botan/pull/1858. Otherwise the PR will be merged and support for draft-06 will be removed starting in 2.11. * Added a new certificate store implementation that can access the MacOS keychain certificate store. (GH #1830) * Redesigned Memory_Pool class, which services allocations out of a set of pages locked into memory (using mlock/VirtualLock). It is now faster and with improved exploit mitigations. (GH #1800) * Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by 25-35% on common CPUs. (GH #1815) * Unroll SHA-3 computation improving performance by 10-12% (GH #1838) * Add a Thread_Pool class. It is now possible to run the tests in multiple threads with --test-threads=N flag to select the number of threads to use. Use --test-threads=0 to run with as many CPU cores as are available on the current system. The default remains single threaded. (GH #1819) * XMSS signatures now uses a global thread pool instead of spawning new threads for each usage. This improves signature generation performance by between 10% and 60% depending on architecture and core count. (GH #1864) * Some functions related to encoding and decoding BigInts have been deprecated. (GH #1817) * Binary encoding and decoding of BigInts has been optimized by performing word-size operations when possible. (GH #1817) * Rename the exception Integrity_Failure to Invalid_Authentication_Tag to make its meaning and usage more clear. The old name remains as a typedef. (GH #1816) * Support for using Boost filesystem and MSVC’s std::filesystem have been removed, since already POSIX and Win32 versions had to be maintained for portability. (GH #1814) * Newly generated McEliece and XMSS keys now default to being encrypted using SIV mode, support for which was added in 2.8.0. Previously GCM was used by default for these algorithms. * Use arc4random on Android systems (GH #1851) * Fix the encoding of PGP-S2K iteration counts (GH #1853 #1854) * Add a facility for sandboxing the command line util. Currently FreeBSD (Capsicum) and OpenBSD (pledge) sandboxes are supported. (GH #1808) * Use if constexpr when available. * Disable building shared libs on iOS as it was broken and it is not clear shared libraries are ever useful on iOS (GH #1865) * Renamed the darwin build target to macos. This should not cause any user-visible change. (GH #1866) * Add support for using sccache to cache the Windows CI build (GH #1807) * Add --extra-cxxflags option which allows adding compilation flags without overriding the default set. (GH #1826) * Add --format= option to the hash cli which allows formatting the output as base64 or base58, default output remains hex. * Add base58_enc and base58_dec cli utils for base58 encoding/decoding. (GH #1848) * Enable getentropy by default on macOS (GH #1862) * Avoid using -momit-leaf-frame-pointer flags, since -fomit-frame-pointer is already the default with recent versions of GCC. * Fix XLC sanitizer flags. * Rename Blake2b class to BLAKE2b to match the official name. There is a typedef for compat. * Fix a bug where loading a raw Ed25519_PublicKey of incorrect length would lead to a crash. (GH #1850) * Fix a bug that caused compilation problems using CryptoNG PRNG. (GH #1832) * Extended SHAKE-128 cipher to support any key between 1 and 160 bytes, instead of only multiples of 8 bytes. * Minor HMAC optimizations. * Build fixes for GNU/Hurd. * Fix a bug that prevented generating or verifying Ed25519 signatures in the CLI (GH #1828 #1829) * Fix a compilation error when building the amalgamation outside of the original source directory when AVX2 was enabled. (GH #1812) * Fix a crash when creating the amalgamation if a header file was edited on Windows but then the amalgamation was built on Linux (GH #1763)- Update to Botan 2.9 * Bump SONAME * CVE-2018-20187 Address a side channel during ECC key generation, which used an unblinded Montgomery ladder. As a result, a timing attack can reveal information about the high bits of the secret key. * Fix bugs in TLS which caused negotiation failures when the client used an unknown signature algorithm or version (GH #1711 #1709 #1708) * Fix bug affecting GCM, EAX and ChaCha20Poly1305 where if the associated data was set after starting a message, the new AD was not reflected in the produced tag. Now with these modes setting an AD after beginning a message throws an exception. * Use a smaller sieve which improves performance of prime generation. * Fixed a bug that caused ChaCha to produce incorrect output after encrypting 256 GB. (GH #1728) * Add NEON and AltiVec implementations of ChaCha (GH #1719 #1728 #1729) * Optimize AVX2 ChaCha (GH #1730) * Many more operations in BigInt, ECC and RSA code paths are either fully const time or avoid problematic branches that could potentially be exploited in a side channel attack. (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765 [#1770] #1773 #1774 #1779 #1780 #1794 #1795 #1796 #1797) * Several optimizations for BigInt and ECC, improving ECDSA performance by as much as 30%. (GH #1734 #1737 #1777 #1750 #1737 #1788) * Support recovering an ECDSA public key from a message/signature pair (GH #664 [#1784]) * Add base58 encoding/decoding functions (GH #1783) * In the command line interface, add support for reading passphrases from the terminal with echo disabled (GH #1756) * Add CT::Mask type to simplify const-time programming (GH #1751) * Add new configure options --disable-bmi2, --disable-rdrand, and - -disable-rdseed to prevent use of those instruction sets. * Add error_type and error_code functions to Exception type (GH #1744) * Now on POSIX systems posix_memalign is used instead of mmap for allocating the page-locked memory pool. This avoids issues with fork. (GH #602 #1798) * When available, use RDRAND to generate the additional data in Stateful_RNG::randomize_with_ts_input * Use vzeroall/vzeroupper intrinsics to avoid AVX2/SSE transition penalties. * Support for Visual C++ 2013 has been removed (GH #1557 #1697) * Resolve a memory leak when verifying ECDSA signatures with versions of OpenSSL before 1.1.0 (GH #1698) * Resolve a memory leak using ECDH via OpenSSL (GH #1767) * Fix an error in XTS which prohibited encrypting values which were exactly the same length as the underlying block size. Messages of this size are allowed by the standard and other XTS implementations. (GH #1706) * Resolve a bug in TSS which resulted in it using an incorrect length field in the shares. Now the correct length is encoded, but either correct or buggy lengths are accepted when decoding. (GH #1722) * Correct a bug when reducing a negative BigInt modulo a small power of 2. (GH [#1755]) * Add CLI utils for threshold secret splitting. (GH #1722) * Fix a bug introduced in 2.8.0 that caused compilation failure if using a single amalgamation file with AVX2 enabled. (GH #1700) * Add an explicit OS target for Emscripten and improve support for it. (GH #1702) * Fix small issues when building for QNX * Switch the Travis CI build to using Ubuntu 16.04 (GH #1767) * Add options to configure.py to disable generation of pkg-config file, and (for systems where pkg-config support defaults to off, like Windows), to enable generating it. (GH #1268) * Modify configure.py to accept empty lists or trailing/extra commas. (GH #1705) - Update to Botan 2.8 * Add support for using Apple CommonCrypto library for hashing (GH #1667), cipher modes (GH #1674) and block ciphers (GH #1673). * Support for negotiating TLS versions 1.0 and 1.1 is disabled in the default TLS policy. In addition, support for negotiating TLS ciphersuites using CBC or CCM mode is disabled by default. Applications which need to interop with old peers must enable these in their TLS policy object. (GH #1651) * During primality testing, use a Lucas test in addition to Miller-Rabin. It is possible to construct a composite integer which passes n Miller-Rabin tests with probability (1/4)^n. So for a incautious verifier using a small number of tests (under 16 or so) it is possible if unlikely they would accept such a composite as prime. Adding a Lucas test precludes such an attack. (GH #1636) * Add XChaCha and XChaCha20Poly1305 (GH #1640) * Add AVX2 implementations of ChaCha (GH #1662) and Serpent (GH #1660) * Add a new password hashing interface in pwdhash.h (GH #1670) * C binding improvements. Added functions to get name and supported keylengths of cipher, hash and MAC objects, support for FE1 format preserving encryption (GH #1625 #1646), functions to load and save RSA keys in PKCS #1 format (GH #1621), HOTP and TOTP algorithms, scrypt, certificate verification (GH #1647), functions to get the output length of public key operations (GH #1642), and functions for loading and serializing X25519 keys (GH #1681) * Support for building with BOTAN_MP_WORD_BITS set to 8 or 16 has been removed. * Previously SM2 had two distinct key types, one for signatures and another for encryption. They have now been merged into a single key type since in practice it seems the same key is at times used for both operations. (GH [#1637]) * The Cipher_Mode class now derives from SymmetricAlgorithm (GH #1639) * Add support for using the ARMv8 instructions for SM4 encryption (GH #1622) * The entropy source using SecRandomCopyBytes has been removed as it was redundant with other entropy sources (GH #1668) * The Python module has much better error checking and reporting, and offers new functionality such as scrypt, MPI and FPE. (GH #1643 #1646) * Fixed a bug that caused CCM to fail with an exception when used with L=8 (GH #1631 #1632) * The default bcrypt work factor has been increased from 10 to 12. * The default algorithm used in passhash9 has changed from SHA-256 to SHA-512, and the default work factor increased from 10 to 15. * In ECC private keys, include the public key data for compatibility with GnuTLS (GH #1634 #1635) * Add support for using Linux getrandom syscall to access the system PRNG. This is disabled by default, use --with-os-feature=getrandom to enable. * It is now possible to encrypt private keys using SIV mode. * The FFI function botan_privkey_load now ignores its rng argument. * Resolve a problem when building under Visual C++ 15.8 (GH #1624) * Fix a bug in XSalsa20 (192-bit Salsa nonces) where if set_iv was called twice without calling set_key, the resulting encryption was incorrect. (GH [#1640]) * Handle an error seen when verifying invalid ECDSA signatures using LibreSSL on non x86-64 platforms (GH #1627 #1628) * Fix bugs in PKCS7 and X9.23 CBC padding schemes, which would ignore the first byte in the event the padding took up the entire block. (GH #1690) * Correct bugs which would cause CFB, OCB, and GCM modes to crash when they were used in an unkeyed state. (GH #1639) * Optimizations for SM4 and Poly1305 * Avoid a cache side channel in the AES key schedule * Add pk_encrypt and pk_decrypt CLI operations * Now asn1print CLI defaults to printing context-specific fields. * Use codec_base for Base64, which matches how Base32 is implemented (GH #1597) * The cast module has been split up into cast128 and cast256 (GH #1685) * When building under Visual C++ 2013, the user must acknowledge the upcoming removal of support using the configure.py flag --ack-vc2013-deprecated (GH [#1557])- Fix version in baselibs.conf- Update to Botan 2.7 * CVE-2018-12435 Avoid a side channel in ECDSA signature generation (GH [#1604]) * Avoid a side channel in RSA key generation due to use of a non-constant time gcd algorithm. (GH #1542 #1556) * Optimize prime generation, especially improving RSA key generation. (GH [#1542]) * Make Karatsuba multiplication, Montgomery field operations, Barrett reduction and Montgomery exponentiation const time (GH #1540 #1606 #1609 [#1610]) * Optimizations for elliptic curve operations especially improving reductions and inversions modulo NIST primes (GH #1534 #1538 #1545 #1546 #1547 #1550) * Add 24 word wide Comba multiplication, improving 3072-bit RSA and DH by ~25%. (GH #1564) * Unroll Montgomery reduction for specific sizes (GH #1603) * Improved performance of signature verification in ECGDSA, ECKCDSA, SM2 and GOST by 10-15%. * XMSS optimizations (GH #1583 #1585) * Fix an error that meant XMSS would only sign half as many signatures as is allowed (GH #1582) * Add support for base32 encoding/decoding (GH #1541) * Add BMI2 optimized version of SHA-256, 40% faster on Skylake (GH #1584) * Allow the year to be up to 2200 in ASN.1 time objects. Previously this was limited to 2100. (GH #1536) * Add support for Scrypt password hashing (GH #1570) * Add support for using Scrypt for private key encryption (GH #1574) * Optimizations for DES/3DES, approx 50% faster when used in certain modes such as CBC decrypt or CTR. * XMSS signature verification did not check that the signature was of the expected length which could lead to a crash. (GH #1537) * The bcrypt variants 2b and 2y are now supported. * Support for 192-bit Suite B TLS profile is now implemented, as the 128-bit Suite B is since 2015 not allowed anymore. * Previously botan allowed GCM to be used with an empty nonce, which is not allowed by the specification. Now such nonces are rejected. * Avoid problems on Windows when compiling in Unicode mode (GH #1615 #1616) * Previously for ASN.1 encoded signatures (eg ECDSA) Botan would accept any valid BER encoding. Now only the single valid DER encoding is accepted. * Correct an error that could in rare cases cause an internal error exception when doing computations with the P-224 curve. * Optimizations to reduce allocations/copies during DER encoding and BER decoding (GH #1571 #1572 #1600) * Botan generates X.509 subject key IDs by hashing the public key with whatever hash function is being used to sign the certificate. However especially for SHA-512 this caused SKIDs that were far longer than necessary. Now all SKIDs are truncated to 192 bits. * In the test suite use mkstemp to create temporary files instead of creating them in the current working directory. (GH #1533 #1530) * It is now possible to safely override CXX when invoking make in addition to when configure.py is run. (GH #1579) * OIDs for Camellia and SM4 in CBC and GCM mode are now defined, making it possible to use this algorithms for private key encryption. * Avoid creating symlinks to the shared object on OpenBSD (#1535) * The factor command runs much faster on larger inputs now. * Support for Windows Phone/UWP was deprecated starting in 2.5. This deprecation has been reversed as it seems UWP is still actively used. (GH [#1586] #1587) * Support for Visual C++ 2013 is deprecated, and will be removed in Jan 2019. * Added support for GCC’s –sysroot option to configure.py for cross-compiling.- fixed to build on armv6 and armv7- Update to Botan 2.6 * CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could for a malformed ciphertext cause the decryptor to read and HMAC an additional 64K bytes of data which is not part of the record. This could cause a crash if the read went into unmapped memory. No information leak or out of bounds write occurs. * Add support for OAEP labels (GH #1508) * RSA signing is about 15% faster (GH #1523) and RSA verification is about 50% faster. * Add exponent blinding to RSA (GH #1523) * Add Cipher_Mode::create and AEAD_Mode::create (GH #1527) * Fix bug in TLS server introduced in 2.5 which caused connection to fail if the client offered any signature algorithm not known to the server (for example RSA/SHA-224). * Fix a bug in inline asm that would with GCC 7.3 cause incorrect computations and an infinite loop during the tests. (GH #1524 #1529)- Update to Botan 2.5 * Fix error in certificate wildcard matching (CVE-2018-9127), where a wildcard cert for b*.example.com would be accepted as a match for any host with name *b*.example.com (GH #1519) * Add support for RSA-PSS signatures in TLS (GH #1285) * Ed25519 certificates are now supported (GH #1501) * Many optimizations in ECC operations. ECDSA signatures are 8-10 times faster. ECDSA verification is about twice as fast. ECDH key agreement is 3-4 times faster. (GH #1457 #1478) * Implement product scanning Montgomery reduction, which improves Diffie-Hellman and RSA performance by 10 to 20% on most platforms. (GH [#1472]) * DSA signing and verification performance has improved by 30-50%. * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) * Add new TLS::Callbacks methods that allow creating or removing extensions, as well as examining extensions sent by the peer (GH #1394 #1186) * Add new TLS::Callbacks methods that allow an application to negotiate use of custom elliptic curves. (GH #1448) * Add ability to create custom elliptic curves (GH #1441 #1444) * Add support for POWER8 AES instructions (GH #1459 #1393 #1206) * Fix DSA/ECDSA handling of hashes longer than the group order (GH #1502 [#986]) * The default encoding of ECC public keys has changed from compressed to uncompressed point representation. This improves compatability with some common software packages including Golang’s standard library. (GH #1480 [#1483]) * It is now possible to create DNs with custom components. (GH #1490 #1492) * It is now possible to specify the serial number of created certificates, instead of using the default 128-bit random integer. (GH #1489 #1491) * Change DL_Group and EC_Group to store their data as shared_ptr for fast copying. Also both classes precompute additional useful values (eg for modular reductions). (GH #1435 #1454) * Make it possible for PKCS10 requests to include custom extensions. This also makes it possible to use muliple SubjectAlternativeNames of a single type in a request, which was previously not possible. (GH #1429 #1428) * Add new optimized interface for FE1 format preserving encryption. By caching a number of values computed in the course of the FPE calculation, it provides a 6-7x speedup versus the old API. (GH #1469) * Add DSA and ElGamal keygen functions to FFI (#1426) * Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) * Fix a memory leak in the OpenSSL block cipher integration, introduced in * 2.2.0 * Use an improved algorithm for generating safe primes which is several tens of times faster. Also, fix a bug in the prime sieving algorithm which caused standard prime generation (like for RSA keys) to be slower than necessary. (GH #1413 #1411) * Correct the return value of PK_Encryptor::maximum_input_size which reported a much too small value (GH #1410) * Remove use of CPU specific optimization flags, instead the user should set these via CXXFLAGS if desired. (GH #1392) * Resolve an issue that would cause a crash in the tests if they were run on a machine without SSE2/NEON/VMX instructions. (GH #1495) * The Python module now tries to load DLLs from a list of names and uses the first one which successfully loads and indicates it supports the desired API level. (GH #1497) * Various minor optimizations for SHA-3 (GH #1433 #1434) * The output of botan --help has been improved (GH #1387) * Add --der-format flag to command line utils, making it possible verify DSA/ECDSA signatures generated by OpenSSL command line (GH #1409) * Add support for --library-suffix option to configure.py (GH #1405 #1404) * Use feature flags to enable/disable system specific code (GH #1378) * Add --msvc-runtime option to allow using static runtime (GH #1499 #210) * Add –enable-sanitizers= option to allow specifying which sanitizers to enable. The existing --with-sanitizers option just enables some default set which is known to work with the minimum required compiler versions. * Use either rst2man or rst2man.py for generating man page as distributions differ on where this program is installed (GH #1516) * The threefish module has been renamed threefish_512 since that is the algorithm it provides. (GH #1477) * The Perl XS based wrapper has been removed, as it was unmaintained and broken. (GH #1412) * The sqlite3 encryption patch under contrib has been removed. It is still maintained by the original author at https://github.com/OlivierJG/botansqlite3- drop explicit package requirements - split binary package and documentation from dynamic library package and make documentation package noarch - merge back Botan2 package to Botan with changelog history - drop Botan patches aarch64-support.patch - doesn't seem to be required anymore Botan-fix_install_paths.patch - doesn't seem to be required no-cpuid-header.patch - SLE11 not target anymore Botan-fix_pkgconfig.patch - this seem to be wrong Botan-no-buildtime.patch - not needed anymore dont-set-mach-value.diff - doesn't apply, unclear and undocumented why it is there Botan-inttypes.patch - not required Botan-ull_constants.patch.bz2 - no reason anymore- change group of libbotan-%{version_suffix} to 'System/Libraries' as requested on review- Don't drop -fstack-clash-protection for openSUSE 42.3 - we just need the Update repository present.- Rename libbotan-devel to libbotan2-devel. We can't have clashing packages in the archive because Botan1 and Botan2 provide the same -devel binary. Botan2 is also no API compatible with Botan.- fix expected version after bump in baselibs.conf too- fix unknown flag -fstack-clash-protection for openSUSE 42.3 - rename to Botan2 - drop Botan2-INT_MAX.patch as not needed anymore - Bump to libbotan 2.4 Changes and new features: * Several build improvements requested by downstream packagers, including the ability to disable building the static library. All makefile constructs that were specific to nmake or GNU make have been eliminated, thus the option ``--makefile-style`` which was previously used to select the makefile type has also been removed. (GH #1230 #1237 #1300 #1318 #1319 #1324 #1325 #1346) * Support for negotiating the DH group as specified in RFC 7919 is now available in TLS (GH #1263) * Support for ARIA-GCM ciphersuites are now available in TLS. They are disabled by default. (GH #1284) * Add support for generating and verifying X.509 objects (certificates, CRLs, etc) using RSA-PSS signatures (GH #1270 and [#1368]) * Add support for AES key wrapping with padding, as specified in RFC 5649 and NIST SP 800-38F (GH #1301) * OCSP requests made during certificate verification had the potential to hang forever. Now the sockets are non-blocking and a timeout is enforced. (GH #1360 fixing GH #1326) * Add ``Public_Key::fingerprint_public`` which allows fingerprinting the public key. The previously available ``Private_Key::fingerprint`` is deprecated, now ``Private_Key::fingerprint_private`` should be used if this is required. (GH #1357) * ECC certificates generated by Botan used an invalid encoding for the parameters field, which was rejected by some certificate validation libraries notably BouncyCastle. (GH #1367) * Loading an ECC key which used OID encoding for the domain parameters, then saving it, would result in a key using the explicit parameters encoding. Now the OID encoding is retained. (GH #1365) * Correct various problems in certificate path validation that arose when multiple paths could be constructed leading to a trusted root but due to other constraints only some of them validated. (GH [#1363]) * It is now possible for certificate validation to return warning indicators, such as that the distinguished name is not within allowed limits or that a certificate with a negative serial number was observed. (GH #1363 #1359) * XMSS signatures now are multi-threaded for improved performance (GH #1267) * Fix a bug that caused the TLS peer cert list to be empty on a resumed session. (GH #1303 #1342) * Increase the maximum HMAC key length from 512 bytes to 4096 bytes. This allows using a DH key exchange in TLS with a group greater than 4096 bits. (GH #1316) * Fix a bug in the TLS server where, on receiving an SSLv3 client hello, it would attempt to negotiate TLS v1.2. Now a protocol_version alert is sent. Found with tlsfuzzer. (GH #1316) * Fix several bugs related to sending the wrong TLS alert type in various error scenarios, caught with tlsfuzzer. * Add support for a ``tls_http_server`` command line utility which responds to simple GET requests. This is useful for testing against a browser, or various TLS test tools which expect the underlying protocol to be HTTP. (GH #1315) * Add an interface for generic PSK data stores, as well as an implementation which encrypts stored values with AES key wrapping. (GH #1302) * Optimize GCM mode on systems both with and without carryless multiply support. This includes a new base case implementation (still constant time), a new SSSE3 implementation for systems with SSSE3 but not clmul, and better algorithms for systems with clmul and pmull. (GH #1253 #1263) * Various optimizations for OCB, CFB, CTR, SM3, SM4, GMAC, BLAKE2b, Blowfish, Twofish, CAST-128, and CRC24 (GH #1281) * Salsa20 now supports the seek operation. * Add ``EC_Group::known_named_groups`` (GH #1339) * Symmetric algorithms (block ciphers, stream ciphers, MACs) now verify that a key was set before accepting data. Previously attempting to use an unkeyed object would instead result in either a crash or invalid outputs. (GH #1279) * The X509 certificate, CRL and PKCS10 types have been heavily refactored internally. Previously all data of these types was serialized to strings, then in the event a more complicated data structure (such as X509_DN) was needed, it would be recreated from the string representation. However the round trip process was not perfect and could cause fields to become lost. This approach is no longer used, fixing several bugs (GH #1010 #1089 #1242 #1252). The internal data is now stored in a ``shared_ptr``, so copying such objects is now very cheap. (GH #884) * ASN.1 string objects previously held their contents as ISO 8859-1 codepoints. However this led to certificates which contained strings outside of this character set (eg in Cyrillic, Greek, or Chinese) being rejected. Now the strings are always converted to UTF-8, which allows representing any character. In addition, UCS-4 strings are now supported. (GH #1113 #1250 #1287 #1289) * It is now possible to create an uninitialized X509_Certificate object. Such an object will throw if any attempt to access its members is made. (GH #1335) * In BER decoder, avoid unbounded stack recursion when parsing nested indefinite length values. Now at most 16 nested indefinite length values are accepted, anything deeper resulting in a decoding error. (GH #1304 OSS-Fuzz 4353). * A new ASN.1 printer API allows generating a string representation of arbitrary BER data. This is used in the ``asn1print`` command line utility and may be useful in other applications, for instance for debugging. * New functions for bit rotations that distinguish rotating by a compile-time constant vs a runtime variable rotation. This allows better optimizations in both cases. Notably performance of CAST-128 and CAST-256 are substantially improved. (GH #1247) * TLS CBC ciphersuites now are implemented using the standard CBC code, instead of reimplementing CBC inside the TLS stack. This allows for parallel decryption of TLS CBC ciphertexts, and improves performance especially when using AES hardware support. (GH #1269) * Add callbacks to make it possible for an application using TLS to provide custom implementations of signature schemes, eg when offloading the computations to another device. (GH #1332) * Use a direct calculation for calendar computations instead of relying on non-portable operating system interfaces. (GH #1336) * Fix a bug in the amalgamation generation which could cause build failures on some systems including macOS. (GH #1264 #1265) * A particular code sequence in TLS handshake would always (with an ECC ciphersuite) result in an exception being thrown and then caught. This has changed so no exception is thrown. (GH #1275) * The code for byteswapping has been improved for ARMv7 and for Windows x86-64 systems using MSVC. (GH #1274) * The GMAC class no longer derives from GHASH. This should not cause any noticeable change for applications. (GH #1253) * The base implementation of AES now uses a single 4K table, instead of 4 such tables. This offers a significant improvement against cache-based side channels without hurting performance too much. In addition the table is now guaranteed to be aligned on a cache line, which ensures the additional countermeasure of reading each cache line works as expected. (GH #1255) * In TLS client resumption, avoid sending a OCSP stapling request. This caused resumption failures with some servers. (GH [#1276]) * The overhead of making a call through the FFI layer has been reduced. * The IDs for SHA-3 PKCSv1.5 signatures added in 2.3.0 were incorrect. They have been changed to use the correct encoding, and a test added to ensure such errors do not recur. * Counter mode allows setting a configurable width of the counter. Previously it was allowed for a counter of even 8 bits wide, which would mean the keystream would repeat after just 256 blocks. Now it requires the width be at least 32 bits. The only way this feature could be used was by manually constructing a ``CTR_BE`` object and setting the second parameter to something in the range of 1 to 3. * A new mechanism for formatting ASN.1 data is included in ``asn1_print.h``. This is the same functionality used by the command line ``asn1print`` util, now cleaned up and moved to the library. * Add ``Pipe::append_filter``. This is like the existing (deprecated) ``Pipe::append``, the difference being that ``append_filter`` only allows modification before the first call to ``start_msg``. (GH #1306 #1307) * The size of ASN1_Tag is increased to 32 bits. This avoids a problem with UbSan (GH #751) * Fix a bug affecting bzip2 compression. In certain circumstances, compression would fail with ``BZ_SEQUENCE_ERROR`` due to calling bzlib in an way it does not support. (GH #1308 #1309) * In 2.3.0, final annotations were added to many classes including the TLS policies (like ``Strict_Policy`` and ``BSI_TR_02102_2``). However it is reasonable and useful for an application to derive from one of these policies, so as to create an application specific policy that is based on a library-provided policy, but with a few tweaks. So the final annotations have been removed on these classes. (GH #1292) * A new option ``--with-pdf`` enables building a PDF copy of the handbook. (GH #1337) * A new option ``--with-rst2man`` enables building a man page for the command line util using Docutils rst2man. (GH #1349) * Support for NEON is now enabled under Clang. * Now the compiler version is detected using the preprocessor, instead of trying to parse the output of the compiler's version string, which was subject to problems with localization. (GH [#1358]) * By default the gzip compressor will not include a timestamp in the header. The timestamp can be set by passing it to the ``Gzip_Compression`` constructor. * Add an OID for RIPEMD-160 * Fixes for CMake build (GH #1251) * Avoid some signed overflow warnings (GH #1220 #1245) * As upstream support for Native Client has been deprecated by Google, support is now also deprecated in Botan and will be removed in a future release. * The Perl-XS wrapper has not been maintained in many years. It is now deprecated, and if no attempts are made to revive it, it will be removed in a future release. * Support for building on IRIX has been removed.- add Botan2-INT_MAX.patch * Fix “INT_MAX was not declared in this scope” in openSUSE Leap 42.1- fix build. python3 configure itself is useless, we should make package python3 too.- configure Botan explicitly with python3- Update to 1.10.17 - Address a side channel affecting modular exponentiation. An attacker capable of a local or cross-VM cache analysis attack may be able to recover bits of secret exponents as used in RSA, DH, etc. CVE-2017-14737 Workaround a miscompilation bug in GCC 7 on x86-32 affecting GOST-34.11 hash function. (GH #1192 #1148 #882, bsc#1060433) - Add SecureVector::data() function which returns the start of the buffer. This makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. When compiled by a C++11 (or later) compiler, a template typedef of SecureVector, secure_vector, is added. In 2.x this class is a std::vector with a custom allocator, so has a somewhat different interface than SecureVector in 1.10. But this makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. - Fix a bug that prevented configure.py from running under Python3 - Botan 1.10.x does not support the OpenSSL 1.1 API. Now the build will [#]error if OpenSSL 1.1 is detected. Avoid –with-openssl if compiling against 1.1 or later. (GH #753) - Import patches from Debian adding basic support for building on aarch64, ppc64le, or1k, and mipsn32 platforms. * obsoletes CVE-2017-14737.patch * refreshes aarch64-support.patch * drop ppc64le-support.patch for upstream version (disables altivec support as per concerns by upstream)- Fix for CVE-2017-14737: A cryptographic cache-based side channel in the RSA implementation allows local attacker to recover information about RSA secret keys. * add CVE-2017-14737.patch- Explicitly require libopenssl-1_0_0-devel (bsc#1055322) * Botan 1.x won't support OpenSSL 1.1 (https://github.com/randombit/botan/issues/753)- Add patch to build SLES11 (allows for simplified backporting, e.g. bsc#968030) * add no-cpuid-header.patch - Clean up spec file- Update to 1.10.16 (Fixes CVE-2017-2801, bsc#1033605) * Fix a bug in X509 DN string comparisons that could result in out of bound reads. This could result in information leakage, denial of service, or potentially incorrect certificate validation results. (CVE-2017-2801) * Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834) - Changes from 1.10.15: * Change an unintended behavior of 2.0.0, which named the include directory botan-2.0. Since future release of Botan-2 should be compatible with code written against old versions, there does not seem to be any reason to * version the include directory with the minor number. (GH #830 #833) * Fix a bug which caused an error when building on Cygwin or other platforms where shared libraries are not supported. (GH #821) * Enable use of readdir on Cygwin, which allows the tests to run (GH #824) * Switch to readthedocs Sphinx theme by default (GH #822 #823)- Update to 1.10.14 * Fix integer overflow during BER decoding, found by Falko Strenzke. This bug is not thought to be directly exploitable but upgrading ASAP is advised. (CVE-2016-9132) * Fix two cases where (in error situations) an exception would be thrown from a destructor, causing a call to std::terminate. * When RC4 is disabled in the build, also prevent it from being included in the OpenSSL provider. (GH #638)- Update to 1.10.13 * Use constant time modular inverse algorithm to avoid possible side channel attack against ECDSA (CVE-2016-2849) * Use constant time PKCS #1 unpadding to avoid possible side channel attack against RSA decryption (CVE-2015-7827) * Avoid a compilation problem in OpenSSL engine when ECDSA was disabled. Gentoo bug 542010- Remove Qt5 dependency, since nothing is using it anymore. - Fix double-prefix in botan-config and pkgconfig file.- Update to 1.10.12 - Version 1.10.12, 2016-02-03 * In 1.10.11, the check in PointGFp intended to check the affine y argument actually checked the affine x again. Reported by Remi Gacogne * The CVE-2016-2195 overflow is not exploitable in 1.10.11 due to an additional check in the multiplication function itself which was also added in that release, so there are no security implications from the missed check. However to avoid confusion the change was pushed in a new release immediately. * The 1.10.11 release notes incorrectly identified CVE-2016-2195 as CVE-2016-2915 - Version 1.10.11, 2016-02-01 * Resolve heap overflow in ECC point decoding. CVE-2016-2195 Resolve infinite loop in modular square root algorithm. CVE-2016-2194 Correct BigInt::to_u32bit to not fail on integers of exactly 32 bits. GH #239- Add gpg signature - Cleanup spec file with spec-cleaner- Fix Source0 URL- bump SONAME to libbotan-1_10-1 - Update to 1.10.10 * SECURITY: The BER decoder would crash due to reading from offset 0 of an empty vector if it encountered a BIT STRING which did not contain any data at all. As the type requires a 1 byte field this is not valid BER but could occur in malformed data. Found with afl. CVE-2015-5726 * SECURITY: The BER decoder would allocate a fairly arbitrary amount of memory in a length field, even if there was no chance the read request would succeed. This might cause the process to run out of memory or invoke the OOM killer. Found with afl. CVE-2015-5727 * Due to an ABI incompatible (though not API incompatible) change in this release, the version number of the shared object has been increased. * The default TLS policy no longer allows RC4. * Fix a signed integer overflow in Blue Midnight Wish that may cause incorrect computations or undefined behavior. - Update to 1.10.9 * Fixed EAX tag verification to run in constant time * The default TLS policy now disables SSLv3. * A crash could occur when reading from a blocking random device if the device initially indicated that entropy was available but a concurrent process drained the entropy pool before the read was initiated. * Fix decoding indefinite length BER constructs that contain a context sensitive tag of zero. Github pull 26 from Janusz Chorko. * The botan-config script previously tried to guess its prefix from the location of the binary. However this was error prone, and now the script assumes the final installation prefix matches the value set during the build. Github issue 29.- Change build dependence "libqt4-devel" to "libqt5-qtbase-devel"./bin/sh2.10.0-bp152.4.6.12.10.0-bp152.4.6.1libbotan-2.so.10libbotan-2.so.10.10.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:16361/openSUSE_Backports_SLE-15-SP2_Update/2d3f81d159f68fe2357c9ab43e10651a-Botan.openSUSE_Backports_SLE-15-SP2_Updatedrpmxz5aarch64_ilp32-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7ff3b8a4e4fcac7faae25d809c39eace731e17f3, not stripped$PR#R RRR R RRRRRRRRR!RRRRRRR RRRRRRR"RR R RRRutf-878875e363e926f9292992e6cd2c1cbd908271cef7c88dd03b35b88c4eaf3704d? 7zXZ !t/]"k%۫Tpdg"fۖQ([oڟ;߳>ЬHETKDp^)~jK\w P3wܘnD&A$7F:"K\v],&D~BU)fyW+M\ZgMTKP8ūl%* f(ė X>ż< }z(fAyEP=9Ӱn?B( r x"t>w\K^U܂|Qi{|2YYO3Bo6A6Onv#[BXR֟aX!61GN@ _q)2ؚEc޽yUP-4w! 4,ɴ%|! Qki_{e5.+s¼2C;dokfutm`0p*/rKhm<yq-:i  >i}g TK{M ]Nz u`?/m)[ , <ݖjH=Fh@#ycAZP@2PHo:PF̺W$*Qb'c]!FD5bE*;[1uPi-J3"s-feM}t5/4FVzbB5ќVA?T|0{ ۪5 BK+o٤uy['#p\?2Q\؇.=,MCf 6J ybR1]ڧe]gdA^ue>SFp6Rť qiWw|[g%tO*"86ǝLŒ2S(5۳{3f-z _†€ j?~IژOv`v+jOC}iv8mbN Rb*'sfwGǂ\ʇO\&ݫF73J~hWgL7$\; [1QZ}2v?qqk{d gvE4 24~Ng0ļZ7cޅSU7|JM+@ * J`7vu Ji ] AKaSRQ=Ѭ3|RZA||~Ai ۺD!2(ՙ@m3]5[s{οK\K-4$"хnar%uTĹ{ xD1y8bc67vބzbfu7z!Ka vc: VS҃]p۱ 4)ь,n7Xxt1S*8^5@ba~@Lw!Y{}'#fkVߢ7EWR~ <'&aА.Y7R<=t:]H.mWӫsb.I+~?xH峠]̶rB*Yu"UIk,s6K9r[pB9 orMBZ4% mj ̏}aTHr[)Uxȗ;춣ci ջ0=5~ -\'vtkJ7 ~mrq~+rZ>!*ܢ?ޢ&TSZ)i3XJІ+,pRǒA@ 9&undžB5%O>>|RT9}x# MLv p89qKe5958||[VBp=k!~Jyto=v*2{;I5#k7[KrW[>JdX`M?z&e36.P8Z gнy] `NF"UPn8?JbS"3 4~BSD%Pi[B&ҞAhm826,J/p־V3Sm~-_cҪ>UěNuLC4֦kL|%{ Rty][կ$=v\Pxe̡,+FP@ Qgt?;y2t.:TLxj̃0kYY(,);2wc l#ƉBy+rKopɮ+tD0FQU2T^GS@YY^Mb6^'GF_r(wS-YT18:j?f濼AI9-{Eta5<w9UnUs (aڑi4EaGǓIi;q⚧M$£G٥ QX]8Aj'+11_ h=Sx fIBv#5 ư0:YPu9c2pS>lHkfz(䲴0M&) `4#wxoK Zk;d T(IT#Lǵ/Qa!SZ%J*eJ)`AQ<ӓIja5WV.XxL:"?r;Ȁ\Ld`>tPŏ#"j(qe մO\jc.7buR&wFh"?%-پͪ&K=]³|)&DSHOq (Ԝ`=3X]JNdžU%$<4tyOu4[CٟO;6:eB9,vi}' g7gFP#O5xPz %![)~Z3J5S{M^VF@H{ԊI)PY휓i'w@p9V#I?\q0U!uC! y{lSIQQB\gؠ֔>AUhvيdX~j"PdM q*vV# H5_#?/'wsu ^0QqK%u""3}/yw@|w"x !.3{2Iq=~}dmB E6£Vqe'ԌbsVɦSa tJdQkS_m4ױ~"qUqt¥^q t6u dȠ-eqلNp B4Hj9vغKiкE;]? #f{uhA`paeZhr[<@NTMSr$a&綵 Zz%78Ne J6 fmtjqp)I(q?FbAۿKp)B@u?蛽д~#c%<,!ֈ$8m "\Ctx!KІ> ]'"oYJź/YhlYܢapqq`+kPjOg/ 3Ž[q:pfrwx݃"fcs3 石{c.w^r8CuuI^X_ߢ+YV%7@޳'cnL`klr|3x S.Cr EG!]K6Ǘ^:%.C9g%hעZn ==CK̓V2&qv𽬍9l:2qOOCj*%3fYF&]i7aQep6Nu-l]wzW][{y^8S] $d #yU3<PA-j l;2mQ\ ׅ_Npڡ6Vr$*6k8gNM}I[e=@2l6|]~3X"aT[d'5 TGڌU=&ɠZqc~ @gD4僻h18Np pP_ XwEl金 GWdcӟ:Y|zGm)c2Ɇ .li&N|Oz%|&lj?ז9s nn~78[C$xvuN66u(G0odž#+S-`Y(Qu !61}AC8g5dP4}+CC IcB\ NZ:xuv + Ȍ0/A^eͧ٭0{e1ĘA~-D@OZp/J_>$Z"ZRX3+N4~8#ܯoYhIm=Ґ{=&н1hogʽV>ɑˬCiM?p'yL/ d۵j$p>J֒F8co 8*8q[2H &Cqy$Z[N*Uہ>LbYpi'ׁܼFІjyƊwrmAY,ƛA{ߤ'?\GcC Qm`89(әщ^ozyk"XtS6vSe?0hdÝEDΊk(L XVԋov sxt|U gۍ64Մh,˞ ~vϼ5֌Q&-Ea&fsQ! ;CT{iM*ZnXŀR6KC&4TͦYRt'!zQe~?l܊4D9wXޤf9eD$t4uXKI&/љ4 o񳂑{;}L〜N&Z}bu2HVָV pz353«~yn".+]Qc8 :2e&^[xb_Vc!: ցN/ΚkX Ljt3Xܫx4cte@,!}Z/\ü,[2d gvo!/ts:҈yF8F/ C7+[d̵K .dQ6CQ8C"3ΞcQyHDFb_AL@zHC;0 [8.$:k2Ac}ckq ӅEih P{ ?=~n*:͂23ea~N挢 bjVkpX-֟ykMPk!)d!A%E Ԧ9(wl2~q7;!7*a`[uu9#Zn$I #$ ZVNKuS|;(œoyY&AX|zkpO =VeܲƓzB-g~3rtoxJ@Q0jʄ"t@kaKD )^) 'ECtǘ \d$<lݜ,{ nŠ$wUE2=P¤aNR]f͕fH.лKG{4˔.,f\ r3$E nDufY؇H'f|7,U+Fi}YUE6M> F TK ɉ{7pd=((2I\v񏀹TY_7"F?C\' "cPV4{f(!|_ dsJԅ8~ګ'03&3Oslʒ*xNٔ Ekw’)ŵpt¥=;|V) mH[#J 6&kDw_Nvz.iL6Ա ABYq4W_q<)IHKQYk`8ݔ7U1!Wx z-w.0=VB6t/%ۖX +j~Ë7yP!*$Rg?[ǒbVp*˘IiƒqBLBeSS[><(.~$fq WM./qzaf$ttdz%⽲gx)믒G}x5iX^sij,F3e4SsvY٢|+#MF+;q"|/WN-BOȘ/QBGD,ȸ<~ "".}])hHj+Y3ǤstATq$wTŔH$b-BE9SGrIChugu>*/x\i:d,`\e[ 1d혨C̜o#pb ԞԿygdסNˤ?i`L?n`[]i`(s?N'q_Kkvj6czv>? ВڍY65EE$)KÐXV=seV}ĩ?H.zc%Ǝ ,Ƚj,*闢{f9Pb6~SkXyFzJ~-p ()毭WRW c \.dǜ/:~ @ V|q5ʞ;mT EO]&5}0C=Vql<s\F8`YbswWx!MT HќkkvG omo^4*Q C ' mzCsJg6z3Gg}_է()5=<q l x6&Fc?kVJ3X\H /YdL^'#`'\e?HcHH}n x|a1XZ*=3opW.%=423D?c'H |/ts…cid`nKp(sR̰CAt'MJֈ9]gM2eN/AB]٧+_!ڶHmK9]P4]lae(+``׷ :YUF#~؅nTh͡WDNMƑ)+m5oIRM\2 |pɈ|.INL!Й:iGk| 9Lɦ?de/ice1uX_؉RʱA0ʠ;:]퉄1X>@:#zPtOnV5xG@;2NNig3c>*O3:_wtc WBRև S'UqK oEj@lɡB;S|p!VbyI;q2nV 0%160lH"%'U IF4?()1Yw{$%`2ICs.jUq^[.}2{h(,z .>*O-"G|e I%=]oǁ܈6:ke%97'-#᧊jfGՈt?T3ǡqmB-e53kϾ.48EfM%$!fu9MKM(#EƠ7GeMjFO'>tqHwm"s{\ys>ђu\Iz虉1 u$}Z\uQQ^(6ЛA??q1qS:!_dbW4 pu inquP~]QV}tEE@s*ǠȹHߝˀLU$}wt^KɫXݧJm=UJ OPm 3 i0jř^] E@$p,u}CW0~|FJ!yޣ{žliA2U S&ᤐE qwSsTZu!L|] EGr/,p>pYRV -3k=[ZcOMS@WeLvQZ~Yr.jHQ@hsZ:r|(*8RQ+ѽXУӴD$ے[D2Z(a ϫ}0WKt@6`!|#r&L=Z =(3R @Ӿ>PANo&SM {k p 9zoyP}.H}]a VmQBbRWÀ?˥ǝ^PJצ:_ǔF>KWSe"!0Q{d_KKStԔ:(r| 8r% h)φfd}EZc#rpCQ7BvZI֛l՟ ;1dk (c*˺5_᧒!aO4&GwE.ߩ7X* 5)2HЈċBW)9OE--)y;.fmYy^aI夞qt""0XhR< *mׅKF<'P FA!}iLt=%UHR+N)bv;NVHKjE3,=oRu4O:7~ ZOt(8~C Omk_v&$g 6pʐ4 VsGur- ۮ=d\Pdԫl? q^2άԺ!x3 e#ѓ)G3 ` [K2V04Ukqu}ًrJC:;s {s}&C%픭uu5lUbp֯ [vYʢonOC6 p}@G9Ëp;Ɉ;?A=A)&MA[;}~Rk'3,|*i"ab8UV_]s-6TB&fk_`@*F6aT/r=LUZE?4`lFx(nѦ41$򮌜C2`yPsG$l5n;?+v=";'dP$9Q))z'R/Rܶ0l 4S)v"Z9,;Cͩ~kU@K8=CPTb9s>+ \1@`NLжY%\E\-]JI8lm -Ԕf9Lowb)u%dy6 M-Kpd!tCv͹~#n&Byj*sN}CNP~ng81[fyWC'?kcw %ܷ:fY]Rs=c|劶dgBo;j0uLlEwu'D +6Xr|S~- Yq."'xV)&\ǠGa HEA]Z T<"ƲʭY&`EY3s'*570ijN iG; .c;w5B"kj&-1t yefLQY)+@Tm[LYAՆM(:j0^YpTa a|2Xl|rؘyA#a*A`UMjHA3w*dFNψK5J1Hp=[mBoRo! v݇,O{Qc/o~\׼K3eL5mgML>Wg S 8;QP?@Oۤ=NM lN\k‹.3M9E䁖uC / %X9y6U ɉwP ϔ.';x=.)C;4ʅݝnu}~XZyrigNCq厫)iBfnKkӕL72a+4V4/u )Y\R)}F3I liW3,pZ*s]+Q锣 M%;sSr ;Llڮ܇'xǏ=\@RKg,Fdǹc4 *hw.?s;M-wb#.(ØC+M Mt[瀔Ua_ݏs/ͦhtwBL#D(1_ M͠2.ʐ, # -rg`p>\2rU6qQZ0 N&Xs]KR }TJ/mekƩ pݖS y H+cP̖(^P]`Jl*C%5FL6x4ef`--{IlۼgtEs=Hz|CRT`)Ai*9IhO1dmQC };}8*jFQײeQz>iO+!q {vzR"Oϝv2)laQRc?l]wtyޭ9 V6Md,Cmfk3 zNj}ޖErf1KFv4l2"_0|pTG8 a} }{?H 7y.fV/U,όЛuUFNQ8b{FѶq-cgKo>Jߓo N [6PiʕX"R)+p[.x֥:BqGƴ 7Cu:G+y*;W۰&iQP]$(hPeΪ@£ ggSwpzYLC/LC.j{o_z/}%+D##9'͟ KVk;bjg{$y#d"&Y?`U$i!Np$iiF/Doqգ:4&'C 瓳0"|k~`wh-,>.BMB+=2`"w$ ](t'n' Pb$1ָ,GXp]+6r'*`"Jf)mHWR c&qtľc4Fh.ܢtz5I*'GRΝ(L/{Gy@;o#`uA 0wӥn'ԺjX -'؂ElW1%* VùMG۷IKnǘc-r F Zy'[Z_%!Z,:<֟Ef( E`e`{06YJalFOЕ\b퉗uN1q ġ=-wIvh-C]lc6o+H艐]RZkv@P }daz+~gd"k8ڭCߐPAM@ 7ekjsQ=ez/+$їim'r')$ 57fwĒP a,=Mx8:?_堝ox3[43̟k@Y&JNQ}?sUfS}|2#H_#T0pP5tYhBiH=;C؟p:C9Ī\Y]7$yէ*{Fw|-j0:F)LcVY9a-+KDP&( Q*e o.XE"N]5^skhٙ)Gl܇wk[\%ph3{_g))OitQ9m JՋa6YD^gqB7Gf:p3TXƥ2JW;b<X 9R(?{/ )9#[!ekaFM 9ȼaۦT'{sR2HgCHm5Gk0R!t8M?ݟW֯Y(8T2˚\4z"Bl:a@{t!6IM7 EX".S=>\H*ݿ箱W˝ㄲo&,nl&Oьs)gNiMx~ɛ.-7]'13(}PBaґ>1EB왼q+AYA:-?a`s; Y{[x3AK9 ;hes@]K}׼ bIaY[ @+A_2`1=BS)2jI va<|##rvm`xf?zJ)2Ǜ<"iވo+z.c-"nBQa)# l^r m~'`'T!TTےA-t5Z ^^2T_&B ߧI`spP\]R Rhr15Ѯb[Z|,o+ûNXNE7+/7a By:AXb,YIR2n"fhTy6inTxƊKFѧ3aR|k":X_KriA7F2p3J5ӽ6':0c y Q$H}7#87 A-z洉ʼnsEVjX ڟ9C S5N'T9֟.VݵZ K>;jiZoEvK䇡(ˆDWSk>Xue^"Kq :IpuÕ kT ;.qp]$V2yXJ줪)o^U~p!ۼI Ϸ&`fKkv2T< cnsA(P,o.Jv`L2& EdW ^á*K윇EҠkj_ ^?8 B%{Pj,ko;:m-N-#B<=ϡb (rZ&bݟ!َAI &zKlR#-\ [g7rCં00\Q` jB($6`A@))ڠJac7!u< CȫqLK{f*e[{L3? ![.)"zᬍVJdD̸nlHC6AOnx^]pRrŤ ;a"E&u4Y;:Z&o[) +#ՑN{U4U65gjsDG_ "u3Q]xgQ-\_~~:jk~$tSBq%s9oLXJrYA/7ױoxbn#g! [A;h__HW3bv4gXMEڱBL`Oź-=֦Y'{Wj[ǝ-32Jpp;,U^43ݓ ,2h?vn~{A2F׸bNz#.y"LTM$ɽr]^ @\{]MʴԞДM\T~I;oU1Pݏy2pGqehMNI'KwX[Ls&_S44$2#bWn*bP#~j=5)\bPFormUѪҺ7Ceia3-랛nB[Ng؅K,e^\V]قpc{sDɢfԭѵV^7žwX$gJ0bi? 'Lt_ Yѻ+Eb]+)E#A1U̹E~yB/8> HJU괥 IL*w:uUH(]Ry!aK:w G[9 dj*l? YS!4u{sz*}PnFF5K5iy=M}$3[>DT_pT}T=u[9Eho5=L=mb9S3&}}̤zxSy3w}̛C$LHbP2mLr,~?dhCGekbp}h ;eBxk'[:lWr2*7Jx:}GV^7B,W7|TPqN:$ w*4Oǡdx`:n3ĭBh_AgiH')+ԃEJDDWGuOJ܇@m4 ?x[&rk]з..Wi{Iǰފ0 ?І>CUkY)AbKk~5_*~Z6~a(y XeT'ǖIEt3Þ"PX1'ZD`"`[>jO!KH1% ksAlIzu^omIJ9B0'QwnSb4ItjZY5pL ywD>Vd# ~XT03Nc\pvL_0*)RxM:3G]xbJ5p#O- xjN6;;Ĉxy0$jpK.Bcz-2xVʦ֕`RKJJSx^T5 a$jtڐ٧ {v?Db1d[gSEub6SH}Җpra n( ;yRz=e)ѵjb*8eEmai9Xg!UPH$ʞU,peJ;a;zbL3 R8D `Di(`]EBs/0%ޚWU c F3vFbF3\&t S VOn=hĨכ!@PvXRh+xUhrrO`YH1<ػLP~*cX^_ESס3BS}c46⥴ȌV6ɼH[|DŽd ׿Ѡvʯnȍdi)ͻugtףt#QKVUl*i2J`H&agr-$Gq0Ky:3LN*9Z]Β.K bqظt+NzxKYA1IG+=eV/\)M$GpUtCjr'ĠG5t}em= 2Ig\='DRG>2̅p|Eu$u}'}Y[)퉯O)#T4`vr OZP 8;d 4uCٽ8P髧6YPGtTX>4^0|&9kX noL \f_Hґqn4#vNqr4L4p"&7NΏ֐y~MJOUEu^9 9 E~ NQ9Ti1oAi\5og(Vv:rF4|-, rg>?ZMt\ EO5_ o_eވ&FOIe!gU Lj#s7E9rPnfҭiTB>>WPτ*W2//7HV?0 ,%flL>C?rTMg:JW7 ry$)wj3WsVB"ZB;h(k Yo~7гO !P쎛EG5f*eB&[EJE/>ha=zrUvqw%/8u^w,VX~*G^MΏ45}…Š7I !x?H,Tlf_+k=`#5 JA^(-CR}b2?-Kôїtt=|) aV^嗈?Rxi qx?m Ene{YB_,&lG;{T}N St =_dT+=T(]pϢ|o,9,|7_s\zU%$`eFBV}4ck'F=Tg $b('O*&a&DmzYX\Y fCώ5;棹_!U[!VUv9v=2]7 "1ݏƋ J NZԻa!Ǵyr|Eg>~ZOMCǹmYMcӻ:1!WS]])sw>V%k/k(n1fsdoy]O[>9= פf5 MAYM*p\}{)q=umI{avV< $!UIԳvM^pO8l Nԁ _,+]zN )r l %15ٙۧ(=?j׳pV% q93dcKE+W|-pAIQR9R?,8hn6:*pr޸SquhVv}JH⒳4 [dgk gBOos39`T::zʭCԩXn@ W8&~#Km+A؀.!9M* ci ;}zl@: <]M͆" Ÿ]Fk07&Rs*㫉Ff`Zv5ާ0£P)n1P,e~\MqV$rfj*NUV@ *fhtmx2$*~_OiV ŚΝՌtq Sq K pbJsU h fXfsW[L$&3}Zfn_mx2+~ >(_.^ɨ!lmȭLkES9uFcyl1`56bn0 H1U}ıAK"M:F<@-S4d>\L`(Ɲ*rT^W -(3,73Gݎg*̺~'AengyZ( \/gu!XkmyD4Fնgu7 :G+Y_yO4FV{#Eg394pTٍRf$TVVu\߭\IyrVQZ4%ӝTdWjǭH)>Rw{6LĬRmz`:Mp'V C0zbی+e3š_c)"IqA(48k9?!$c<݀{̪ k:A寭'f9#q֙Dȳ9wwt5pu5vU6EdOz4P">XK`q yG-ʑ~6'`G /`_} !.NxHkQ<`͂T 6UQ;+%Y."κ,2{Rs= }O )f4{te"9/O8[X朊 jr)p7s(m-6>jXõ@/#xND ?zkPq6_I>eawʁ9ͪ3:U7#jT+\%0FH?|O^)A5C~Jt/|(v}HS}b\ vQ!LL'kVKDl[HqHwL ]YǼvV3̽Gx“sܑW@Θ"BѺ8|2ߒoѰCFU?\~ x[4S5X@϶W &РɳÈЎRYs!+ \t*#k]S mċïi3FQåxZMJ,Q낡ƢfE@&ܷFU7p%&S¯8G,W4?UZհE &ZKMTW@ec|4}ǿ`֏#R%( ] /E3isÔc۲"ۇ9P 䏝 jࠆ:rC :`4 8(b 8m$C؟Z`C0&n= bbc!', |Mu o(h^W6I:U\/ڒ&H\uʬأdf8@F =kyʯ=Pдf#P_ "y*B ?^X8)8b(3,#It4TVi&lƩ) w Z*򼧑pr,QG]?/ *{ ln /(o#% mw`I6k7&bͲ+0('lN^5[%&H7QOp|}{ Ȓ0eO*f;b|7>N n'plT;ƒөiqլ,5=p,=n;%fC| SFdf|Liv ֪-܆Omd MS<`:Ewz{R~cmlXޟiFoba$Dl)ٸN.WP1`ɫ"S?@(&1wbT?XJLsl@t;}Z#֗x G^ ƈm_FYys+JFtaKWvbWmH!gJ 5M/AO^)Ttddo VgfyG&MfN XUA^ ޼LdhFx]X`mˉ|1 rlFVhk;U{-]n \Ȅ>vW_O0=PFU1.~ EO7i wKwA+,g0s`ńouܣC' Xqmճ5S6yBI_G Iʠ\Dgsr5ǚ?6uʯhΎR߀Zm)C޾Ť>C)"3DX!O!KELk/u }ïH;x]+KZFi 6 ÌbJc[M(!.C.7U \j.EQ4+j%-B 6cA696Co !BʹRB DVؑ /FYnt1Oڒ2·}iij Cld^^/GXZ5<0w,`dwi[%~n֧‘\@"1v40#ڪăEZ )e"}7ypF17CN ʖ5c%@i!tp.gmAJnWdߨ+? ?5 rK#B|Vsq$Ф䠜fR;ٳjktW/.@]N֣V,X FÈZPMr A5, 䰣 8RqdNU[Z3  bT wpД~5 GSfl!yXTe- f"%G(`3P?$2\ 2ϖU&7}G$+*|ךG_/5*@oD}_&FcS> N/2j>/Cqj>T2K <_!]P&%Y3ByVkRk0 TM/!sUI F$N aXˮKEA,ӟQ3p~Qs_>529kHZC|A :j+o` P}qD.ccWy 2U1,ɸ(} P׮uXxjGWcU쬭;a,B-A һ0YO.x%-C6UhcƬowۃ-phI vp@nb+n^-6ی:\7BBn)5Xuz% "[dn)% c.aWy.苆>>%T `snX%;xjDbni~L P]5jfsD!0/IN}?5P.x lJ5]Qx9!TAJ Ϧo;qL=xn7tQ?)OޱsiQz(yeHoUO0a{mjMf*?vڠȭi=$C=c^[y{N^4/3cۯ ZJEA֝$kJ!M9o]T{>>I#Ic|Z+KB`d]6kUA^0f㈺Ӂ $ j@ tCP-1hzs?;@r=ҳ{ sB V&lь;4"fX~oR;?^U'&%]MlbzD5\@Fra?}Vvh?NV]'- `;8.AӞ~6GK2^B%Nd~iC~Nn{Ryd>]_rKR[wҏk y8:uNfD|ag0#=y9jVܥD_w= {ͯ~W#l*xe,b杢Gcȩ|溥L^| `?zI ) D^&}(&=@^{<\zN sv=L2o}V|ő ΟވHV YkH|а,u۩-T?pU1.6W"\COt+UiNQw>7džKAz;y-eZ^܉ 5 g*N G_Aaܣ WfIy4Ϳoi"[4g>K}Dv!AF‹mJMOBxs+Kԅy_/_ߒW@-mE?Dmڕ{=m^@ŮRL6y#qw<_Dd/}''&{3LW剧r3##ihExHyQ Tpot ڜYB('g_ ns>:4DXU2_3oxĤ2_4FC=ЫG-=Fu\ȄZq;< \Z2&_ķO.lJ5-9՘–@>\^2%z5 D;Xx!2侀wgK2aĉ߮](wg#(iH]L(I7s(Nܰ.L8g;\p9JTlHc0'<5ꅝ׾'üدpWIK>: S jÈg7 e 5O3if Z+ 05TLUfB]aڶbwgH`- VCI<.W3%Mj'k5e$rMKZvvujVs1gHoav^Î:,ŀT֕z4Cx[ECGKKA Ŭjǥ@ӻfIX*u?N<#̗2 2i>-<ƇTuRűt%K }㧅)(@t D'wyQ=,GwHsܝ*C uTN$+\2k~_Rrqnvn~Tq~O.GͭJnc]f׍/$e8'虆quo! q*قiān@X;T-\[z&&(Zwm}UocK?f.,MPąI$zmR54 >m6J[cYA򸠕4l,pb[ELT桺U nBe?1/:'&4lͻD\NHޤi-9,%RÑODWI04SATQL.AX$@{)sSJ6*BP&GF<{if{;j]L|AO"&ne+mAsw&.2*mBQ [jȧ 4 O`d!z*2‹<%[\9NX~?wx`Ӫ: [+ G` 6hk}Jb‹UEcɣ^nrbF'P/*(tV@gфDmO=KPcARaq%%dXE"%a;΅Ra+MvZ>8˨}ˡ+*: K9jny 1*jiR{cnSiμ|X<{N8ʺ~ĬSd(Z&j _5D}.pֳ0%)y$u'"hbۖqԀr+\ȽG Gx> Do2O]DG<೯7rt쵚(J|D"1.W8 nRc%,D6.*jhikQEf1q`u< *r8_:8 2|mVf܏/%qԁ 'wdhia|0y5-8ݦuR/eXa{_}^t>ef3&[uHbUN2s"TM[@IE<*P KYE+/a͕)#LkƊ{x|0MR,WccԖ:fگQBWkRr-cQ_2/!3V;%sT[zNV}U*hMæ^sJ5Fwuc/q"aa&$er-> u,8^W̩IX)tj/۴mf`XfdcTzm,qZfxe-˄׌oꚂ619'7do5<ӄu=6'"#kx_Q`Q02Q'8݇t.*Yg=`Ė{Hk5+GVzoVE]U*t^3c-:v䍿 *Alljل5z{q82!e㑴Yx/uRON SHǬ-]əc2DUC̵j 43>?:A;*U )Eהơ 0Fk>^ t9xgWz׉)[\W6?*f~۹lGlW#=jddϽc!8 \h fNa6he㍨Pa,K?Fߚ슸I@oU(eHE Fg7GK9sfaF(`bGwE0 WT:_Wk&Sַ7uh:st#2>a:C|үX~?&i\z۸q'&Ĺ&@ŊQ$nGfֳp]~0UHO ko& ~v~ C#13ќȬL'g+e D)#C5+$ZU)ԯdh ܵU&djOͰBrԛZBۃKQ'>4 -RN>n>DDr/ۣ=GE-m>=ZQ!oXŸgH)yPg2oje3d*aIhcb3|%Yw#£_ x#;Xtc!$3r)pDVЂ >`-fTRkԵn>{ʐb:iI4jq[kNCJ f 02˜Ƃgn^M^5skD(5L"(9?d8>Y}maNj ^Rw_sF\y;J[ yq `Ľ~A\a̭椖]ވNnAH[6{HŸ(e \9tg yhC`ևc{F~-Eɪ:ɶeNT(|!,*9)*+A72lׇ =&U NpJ'2XaSϒgy$Wb +;k41cd"VwQmhVr/J]m 1!\`pu%Ժ<\yŶÏʟYW@0)Xx7;Sdx `z٪)OhXԵTWk^q$ ByӠ:ɵ.9bQ7`DŽal/Fp\e{VҪ.ˎg4mn[YQHG9e|VCctshY9lǣZc[ 9}"+Ծ˶w@)1qqNiM+ WqWݫz;cp0|Me؞oj.qٴ2eІe3Vw(_ܷ@HD`}SWf+|fW% ,V6}~.ReE*PSfQן+n e+Rr `&B/ \҂;![rW~nVʋ/$מXj+ZLid+AC 3Z|_)gtW (p\뒚Tt;Nnpf; Pֱ9g3]gf9ۚF-.e=>߱1Ͽ$Tb퉉~:"`E xTIC>Y%2]a;_XW=j(pDLk4z:ugM/b 2Lh8%(|LIw7R,Rc]&H/lW5@׎\JwZ֯z&%g95oQ#5 -u2޼InhS|]q8]ع_Fwy1K#p^H4_A 5ItuF-z#"ɝZ'Vޕ1𘢧B˗hIAe;($*b4mu!ˋ:x t5 0rDh![Th2JLJƦrho Zx)?aT ԫ >KVG#.> @)eވ~WJ~QS^^ SN{9 ^ uV&sx9zn+wUML &#|yk׬a6TZUaB*nqosccRWC:([3%+$+p{[»<{# g 'X}! ۞ B}!VTN9&e͎)_v;bj~I2*L\Bc(dG]lt:c$^n c%[5f’!+B7.d3_ʮYO] FA@_E+[Lѕ2+?[ Ip>_Aڽ}B@v4{Wё{$WD Ἡ֬`y,SɘׅyJ" Ric (ۤzbjAoN#O*yzsG5tuYF)+@,Y f.\ ?+,,ƩpW0T a%>MeWcpdv&D"p`FMoq:q\8 mqʴ_s^7qt$X̆G}-%q1kZX/}tBAc |zs5B%H"X e"x"\߄ =IiRnZ)ْIęZ ޕ#.y*Xp 3Z\Y)Ȩli}2~90XP63V!]gu<,j@'x]DPL:}P˱ѫ3Bx)WV\>=l9{_MS/-<&ԑL2f/uoF;ף/%~O LձҐ@^˜"7 fh_q=mĄRs[:77aOG߾ht^o9y4UW)w\J_eDoN&^T1snc2-tIR {EA9Cϴj:J?!-eQ(_(B{Ly]-fϩ?Q6i#LK`u6))"\?@&iQXBy RyBuMJݹ1ՙO$ ?o {_ȹ|jqb+:Pr‹wgklma*etSVG"cVg WWG9R):V|z㩣wlI2+ G:t4VX!D6[V^ˏWkDG] m mRew*/Xs)ߵe>J~uy'G嚈_fyܵPW*19 䣈B__^$5)YJْw'_}f[&q !Cp3Pƃ/.^?W#*' }cc\$T~!K,Mi ˫p\[(QM#A@X)Sdg1y8:nb-G]IZI:wĀsؖ"vP$~'AUvLƞ/3x5Ո;t֙vd-7Zyƿ %p|k& 9D-, k 0!] aH$=2Lmo~QU]e>ؿp0ɏ&'؅t{,G+eQ4_)y6@ ^ ta]U,^Z_ Ydf9PAiv'3LMO6@ak dPcإ_Wy$?n`Ȯ.!o:bienƎfa~rbccx ~͘njop%b8,%M/ݤԊsYgnj; j_їf}+@j5\m*Zs49=/v'Fø/كLE*cPcd\z4Ssoܐ%>?V^熒Ϫ %^5ZP}8@)be QŊ=_:w<(N۰P7%qyGPMbLt}dČOSgP6^|(!#XYL8qas`5 ߨ$*`Q$.5FҌ(:•O5u!}; "vkM%0 kH(O.pA7=e':sqy/;`<7nxr&CGJ %ߚJXu9p"[ (/h93הg6m9siowcv}KW%e1ZWSu6P \r ,mQ\Uhy)$ PÝNXXд+ccxe3mγ$xb/6/Mf=h''alD;tHnx ţ~h:QF=Vv>?aw;)=]tw7ߨp˄NŴGۧV3hraA#UD߶3R'Krjt ,v N "YVTcD:)#j3~p*Uu9l.npִ2Kku'8|S1KkB04WEQ1|b£0䊰s}x)Bp{)/I?ރbzr[ts"6ygf ׅ*#@Rc4[: ȣI6kX2J6-$Gn%Yߠ>CrKe@9JkBZڅKO_)Һ& jMU>'M,[9f%H*@]TVoV.•aB4֨ ~g9ء=,cOAPξٳ"OrWXT ]ݿ >WK<)tL9*{|ޒ_F_qwWb ~̔WB0q/ZL(tJr  [#]Ćv wFzW^6[TL/zeT+z4SN.UF;(N>UEb{)O)yɁX1O`5{tXX S/&M'sXdY9h;HSJ9Z;8zc!t3 ;h]CC%`eJ-J:ͮ%~o39vyy CNP 1!CJlF7r?'3BPӾbҟ-X Iѧ^'ܭZdZe M(v]VCͥű&;LbXVZ~nӑ r_y9{".Ҳaj&)iY&κГZ_id/p¬dHzB.DQ% w ʓH ~wZ&Qr<]#XK ?e?\F|Eك0ڼSٿ{J=z̰XdlI=?dyPSƜ](g))mf_%b+h,=4U˭~&cwQ4j {Z}kT:1~8pD[so 0$7K`Xy|"*]Ct(SFh {A뉄]ΏTc9xsarJAN!)F۰J#AV2K=VeWRos{e^r8bOEczNJ"2*P:H}9E :A}(p(wQi? pThԲRڼjbL gq?v}lP'j/ 7(J* J"95=e:̒MayO=`-aIN^mP)*u;UN8R$@'sh5JvtN5 ^bT 9x4(:ߡ#p9Do 9f|dW#Ohq:'!z,@!6]@WtG ބ99}O:T*󘷪xМ/f3+c~tRaoNzxם4AڌȍY%J(ݯ{>2ݟfH66V:JzP*2Hf&WҨMC'[O ,brSAB*CwF dy(xqb<35۬4f5 8mEL}ڹQiC)+XTQR=tUB`o(Wg#UL8GR4ܡuzwtŭ` #7ңi |3GQR5f{Zp`Ud_aJl=4Tt.YwőT&I5`=alpo+} E8_"&A> Vy?&2@_SO/0j.kl/"}94Pdh@|o?Cx `15"]e~x+5VWfy9K[];;^/ dF+RZ(|#^e`.~qDV$/郅1I9Zӷ@sr/ k>tMS*Ix0{ZT~_'\f/ٛTA3 \CpZBuDZ^m.u.1g ?.ay.ȳD#3ȢZӢ1ƣg.\2~‚UGp#eRW2Yal]ko?e>I,0 iл9MpHwksq%y @B| IP1*{6eh'@Zz1}q4 urļnQ b8l؛wj!i`i:x"z>?h;)0ӛONhzQl؀ݼvfv?hW 4^@EAKa[g)䜊uG5 UMyGrb7~Ue|UgF(toQU.Q;).EHI\1|B=3 DdS~\a9Ңw^Der[L=/=bn.=#hf`)VWEGX` ru],y3KF)2gKe )rbGMuΦԬo-NDYllɥ Jb±a Pč;йbmu-yZ[\ TUиjAUrBTKZl!ǾWbcLV`V`"pѢ5_W$ˋ@Vl` wՀJٖy Y, D9,>%;fbp3 ,le,"~h #w0K]sӦi4,CʗJ'0)`0x.GU\tLqWnT}ȑ\Hۇ7}%Uhhqi$C!/5ɦ8J%Z.E`:փx6mi`wr[JE+2WM I @Yi̼AV:ڞ];ƆQ NWP93Ð5aB[ f~Jen>%*Hb cop57QQ&$@7r_= ܪ6Y{XZ?? \h(Gv(?tVmlFE!;h=¢ylZ\LjS'w1 0[= 9,ojۼzB?4,3$x˯rIwǫ^ խ1M+ڵNKRvv6E"|Tm50FpɿTa*{tE`ޞh$4eΊARQN't1Tb Q-Ĵ?!g~X{VVmFA/t6 c4;?ޚIc ~R"uF,jlRE;u8.+>X/ʙCMi5E36:$VmR1vOz!qERK S5ʵϟ/7YS q/:BgDy(g[Z] GA0׭;.,af )wE1Xv;\C5cLS GU؞細v}D\1BQou&ahf4 lD;g"Wuˋc%$ .\'{CnkՇѨbxQ'jlVsv5<,NO8c X_\>V@᤺~GI=ዟ:cxb6O't:"]ePilC "qA]Dpm(ס7kozp{S [$LH}|*}lO_+lytZ|9Bw83wL-u`ϴĸ ̊m)j(3Ax O r脱ޅ"a ~>Ko9&%67˝4yAS󍨫'M״SՃJﲕ$~N7tq/ߡ$|ayp4gKRhL<{x^'i{F!D5ȃy͟{jԑAw[[:vDDڃR2h)ϚuFqB2/3R*5/0llj?cprLjCo`l\ hRRM&}ᖷ%%ZY/eE?d~YR]IF)j"Pw F˓\G21D4#s~R׭BC8c]X^Ò_b4 pV| PnF᪑sYv2\1zqA)One ZdA$ kog5Yx+ TfTD7O".y]\A.MӢ8QO)rF>[=6K[yLt*;1$).0X+/QZ6TKl T`PyWcz`Y!䢰qé-~(` {lsoT8l ]*`3ڱI#Jw㷛0FRaiN+%la\ZQJe|+"5GkZYxe /ۏa3khtOzWhA$#{AE[[^C5Í5:*@Aa= ) QGU>ghMrITKڠ.Q\'~1>dBFL6Aĥnwie/ n:vhJk`jGp3h0̘WUWhC7Mi$2@"GGj$0(6n/K;PZ&7WfUmtNOc2BR#/z8F(4o 2ZD4urz`%5b>k@Ʌ۾2=ZMlo2SGW?_4(f-aӞ@NtS$?Y# D/G=#9QBxJ]%}4ZNA^8Ԓ' ܢSȴ͉(MaP6iKͣQ9:Mť$+Hi!7|O aR]n]Px$(ڤqZhv6\l[VX[A:Os/1Kڂ\Z`N ԃ{Yzp@ˇQܠɟ+yzlϮ^2&|ݽb^B,%OxyOc{}e=A p@o]?uY煌nDlS 6e}W97TV\j ׍Q"lȰ~b0t {1dךOQS_7穎Fhi.x@˳, t%jlŌ`AЅĵ HlJ7I^7ȇ'bc:dbM/Rjů8,u,7r=Ze;a4!=6+!5˴yˢG2gu6^RAQtәnj=ʠzY:Ń4FК~>&[̚D瑶 -w4&M&v\Μː%.-0nT0B$U+ .,PODxYNviV,PG ena+]TˉX,C,=eJǦc! l~ڧv;Oqȡf=utmq^)dnvVf~'w+/{ɹyp:' bl2*Jp?v םf5y*fbUVr6dCUr*F[kD8輻E['@k]{bO7+I_eⶏɨIwF%H"/RQFx_*otnp@)Bn'cn$]3t!&rө״PZL aie;ȹ[o[rą5n}/I &ޅ+BE"tQftۗG6_K4K"Efx閙$zG Pq!=@eT` Aeiy| i:X ws} 77^fc ϩ!5<<~YLt-[ZG9zՇhĬ0SKD+8ƺq%?M86|wɆ㪺>M؆٪T"0bL ъ_1=g5^ϳ b~t_z]u9#.8((vjujy.-lU/*]I%yw QO%eUZ(YΡc\EHv/Yy5y=hNQZ-?ۀZMi lYK`u)˻Bj'KV]ĠRi R 乐(UIUWyvT4[YpT5İV\`  VZG'$+|J9 ٬ZdTAp1fOCS7ty(g*wZ%uUaÝKM QzG,-Uyvr]@y"9;ݭմ*B%yDvT/=lo|֞G/! = +1M ݰ2\ْO})g挳ee{ێ 9a[3C3gu'ac%eU)4xk&x=6SY.i3DŖ٠ߵ;M()Bl:Pyi@hcy0k~aW DncItk@0ѝG >Y#Vjƿ!Q&Ah. ,[e=}!xHp4~-22oK(UtB. Mr1+h\Q0 jk#`1[...wC+Yb]P ~ؐT ioum }*L__Uv槟!#Zc `QQmWI^ S~eԵPy|1٣'1 SHZ5 T[3QZ ;t_\:,#6X&rgyXsףOA6q%XIjM:v6[/:JR29BSL C` :kR;2T'W:XWNdܗH!|$w0摢>q.,Ӟ M8/=d8?XȀ2TPt ; _b去 EIGI'eif4hނ=4dӌi9=P2yAyL<ïKgo̲hvSBBXQC#˦ᱩ߉Mjd5V^Z.8|F DhKtW 99$=jt^iIsS dDE \;%4RӍOxNQ_ nMN1Ioo5%nj uGqtuܴoQW~lmh:}Qm]{v #&bfL EX$ILm)S$2n4Ł:(BpJ!QyDU^l]O]<*cEuu.At h`~cVMEdqmO] %SKuqI0 A=/.6ku8^6C mk'An )1p?+痛67rH7Kӣfbz}Ô_=-Mi,V܋ʕeĵmiBz|?[$QJZ88`0;Z(E3 q_wM[0qD9ɚ_T7MT@+s"{T yȈgxaIpW]Y僣 f0Fh~uz5z7mދ,8FO2;Y \z D$ʭn#1D[s(Wdzx6NP>fL -MY <=j:?!~ LdV=^~qy)U9vY;?AzI}v #RoՑ~A;P8 8% ![]Y@x9%OM:.G Sqyss=Slȵ47ln7dxzS/5L%[ RnqMsX9<%/;bQ~QRτGA2ً[&K,9TKd$/oF jecqZgR!.OTx GEʳo6so@9 pF] 纴H_MNqhE:?p2WeL` t~&㋩?Tklg4DM^FSĿ^ﭱ0J&B0"ݽ7aF3BOF U^M }2J`~G VaUF`< qcXӆpT'6V+htĺt RRnsn@=hAz1\(9ίu˅s!Md">wz8'HyFmvv luxJZruK$1dSM[IP?{j,;Br?ܹ-_q05LL"P)0E0fSVًbKmk4HbAA/]mi<`2)M)٣67mH%\Ϲ AM̘_Pdw9A_}XlNxd媫  tӔ">6- "_hdBTvG-LcC%KtmVN•D͙dIIN}vVxpRIcGⰁPFB7c!㘡v(R?d}ma焬Q@BX5U :q(8X`6M;*VLhOmwQ/>9ŭ(:s*<)D2")Mm]eU<11=WjFvx3J5~a] LuS?0 E?tEZfW038@5aK>Eq:)`1'{w.Ն9`pݛZJD+?yˈ㯘I.y#nbm!>ɩ|HR⤿] i?_^~mǚW)`P;㈴coY[+^ǟxaݲt3IKj gvoWiosJᘅ#OѨ){McPKp_q2mL^݂OLt;TyuE[@AI/H%;,xljN-3b6>W`N_1%0v8>=Y-ˉs$Pӂ,UX~T<4bIlB.`mY'lh<#j`-'+d/-DF_aw2fݹhT q$Mi#]W@Z@{8 t *XEe3M]nM?B[\Կ"v`l>$3V b (9zSxjƦ~A 0vAT;7:? 2 p&eD3Wu:[ yk 9I!v+TygtD֬P^or=x*}Th3Π^1lMNdC TBfH/ѩZZtG,c K6,5"P rl6V]eԪ؏ſ*˱]l12_oNBP/Qv8A)W&~ghoi>̬kY$"c&OYseJ[Ȭ׫}SOo`;C3:ےs,O7ʲkѳ~DNAVe xC<$ VIDJ|tՍ12qJ!Y'KJ W"^HlXT*fO$#o2t̀?C'~Hz6]󇶹)qJj(N/0?y5I`v~(xeZc4-C~qڰR ؎VLvG4 1~{HQq'T9~I%kydh`:z<x$p7/," \9f_#V? ΚhS2;|ł>-X,#[|?--&mE- tt`uw a(RFBh&|B(.?kE/BMZ '~C?G|"48aɗ#m֦|<2h+3(3&n*unDy>LLsҫT;iqW1YA OL;&LiM>}Hs*OL\iI'`@os3,0ytL- x_qhjP'h,@;kcy2y1-F)Eڷ8P-U4J\^GQg_G U}G\E}iW,yhlTzæz_7!1BG%s@2osЌ_-kfF:\B9%]Cخ$q3rmm(E}N0qϻK(?# R4bBʬ#}zO ;K?X֊/BoUEN/`QHvHϰH_0lnA9:&`Ƙk.'&?)3lD A.f/tC _ej0a-'O=jE)O8o9/ >cHxf-T>@)lu?DNh23vИJO |ѳL hQ R89=_6(A;")ɮ)-f*#2Ʈ+.+7UjGRR *'H.!y5OdvM4߷Xl1?}WϦv+ݶQ 1m_-8o7={G&Mxf^bU:8*6nBDoɓ_pPJոzlUձTTO4tXp]0%6T\ľ>=8a7k ntu6tmbR2ݶ>>ų>^BEOPL4FޞF7;Xh m`mڽ ?1 i+t֭H!I2d˧フް p5e\ArEyqI]*n |Qbk lS' \g~h$gZ<ʣp4/,ⷮ[GLޜK:jD-V)*!H78R꿢QʢҪUQą]o^::L+* OSz5-H*Ѷ["4=: !RF Tq`"E E <qj #FϡCKQg5˦2¨taדw<х^Y!$q#]J(*qyۅ. /)\՜ЦĔ{2*CN7vP:ĉ->h^u(JnqnRS %O_ps AƋNT~T6|݉Ei/-CT[]ϊ5- Ha*m|m@fM"t:"DžoPzgPl\7]ֶtd-ijc~DiA9 EXjLJLpV/{͖I׻u|}S&R]4# s>.[1ǀ#eb.%GE#Gʞ} *SN2q1Izp8D2`FYl@G<8fx[G :1IMd->Yn?×>=*e+1݂;C^"i>[$: `?)>rG$sԲ+XrfFCo9-ys_ALSgy{8c@ ްeKlD2myΤ ;fAyzf7R[HRy mzVK2/1wR:iIlM^_|ANSNt)WD U%V K 4+&r< aa\]6j\;k̊B| T&Y(@L{pw $~Od˲{>\VR%X7V9BpXpf=KѫMGP$)dxɷ33;N hf$rKqM[QD"iOB ؠNr:WFM݁urC4\-a&5)oY Ks> }7[xW`Q u#Bp35_OMqL <ևMpnD_ %c4=}ڮ!ؗ (N#Q;B$XbU+WV~*a0 )̻j>Yf005&ğ>gcR R幠CG6^iV4χɝ|cK302I .oH'`/V99E>TZ:Ѿ KVeD'̱.ώ;1Om)?DQHN"w@y4?W:զu5M{+WV;((q/]TT g[[OWz|13 4~K3o~F/#]Q҅2,`!%6S1u&|BbQST*h-/v+Z.a8y@ډ|nͦϲ&nʀ =R5n=F\K6ھo-MO'M\MUQ ^]9)_aKlR<fxZ#+ql7XIZ ىӟ`;gڦY*(o01ɷmJvCtE4BrO8„3DfgGgN{ -u`3D35q|c-3XT,Y,^ MI6ULyVrgF dan;2N,sfFUs2xjA_q8hb>ab ,!VТPi9BYҀXt61|߇NTgb6RhN CA ƅ̆*fHw `-NMemя6IRn{x/}D }UKИ7(-5.Ưb!DP ah\T;\$:[^V75N{a{K@ȴ۬X_ _ݕ9J3|g{ 6Έ H;k1N΃5oX֎i_=;ÒϵW*TTaŭ}`R@DG{}: 1X>P%zɬĭ!l- 7Yfr ~<4c4,:W@,s3%SBL,,LZO%\~ Xgfaj%n><Ӕ)6+~ Mk4y!sR➾IˡXiA+';ڮXlT#N5 D |ax\$;u/+xU#r;z}KEͶpFkfx6f[6נ|ps;5nQgDs+:`qx4 p|EO%&"coD_l"O[6I@A} C~k@83"@A +\ܥ)q8V@Ͷ?cfo.цC? G![ڦ*Z F:a,BZFKIIta੟% JŒ  ńCp+'^Q{T:2d pct%0>~]Y)} ]mQATlQmׁ~b*/ ɢOZ7 $<Kϟc&w zFMXJ̻*b;'Wa} ݓ#\m uSo M-ff-O7EIo$U8!1І A6[I$}-$OtQ~×`,S- 9őkF&*{ !79l3c( +?A\{zP捄Bbx+)&v5'#ZI;+cu3=C@uEPFF7߷vxؽ-_kqZ9nlO%Jp@4kj6: ~iq.:NaP!ܝێsp,p+l_C1y-8ijTn1)ryپA^BɶZy;Hr#956Y=#)aQNhFײig c.]gT+[,OUP<- .#QLuMss&&D+%YuCgq I^( (ս[ y+D| Mxl8mK2H(ĕ.Rik@Gluq4hMnoW ǫ.&j$6\%zSH61вs(Q>DŒ{lgz ^+2E`>tǂeRr7cb@\g @nT!E[gn!4~0B5#q5St;tcO (EVub; Ft$jrЎ>IJڳ(㌃eI5oulkZ=+Mb{煑3\k]. <">@pҙ`= u8ԪQ9,tJ=ml/bZA^47u%),|>lMS ' XXEgQ E! _0,hg5.2TxMOZy6(ƶF@A t}PJA@ y6p a9ؘL(.  {Q5}P&(33с58-}g:^3\^Y5~DTQe<"+1g݅rSP? m3D 3aʐR }lI>^(-(n>z@e&;\E%X)6i""(4&d5F} vጩ-FcAH-᳢tM|o)%|+3QF9ۡ"<T-׏_(4ߑZ 6?{oj:4]l蔥t bɰ1\LNU'tgqEm^LA^ sx{YN=$H/I\tU09'  G7KĦ>VU2Av-ټԵz\ȯV U%R0eOؐ5Rۈ&-kN\HW <$VFdz>뚲]^ƟG^j.釯ƣvJz@(yYD__ݘqvJT+"y$,uפϜ遝d #C#mҐ"-P(o!FEzЕqUeq,D3t"ͺv[&R/xπ77r2y=w VpƂ 0nrH_th ހľ,x=,;8,xꭦJ~իK ŝ!ջX2ɉ]5ȣLG|)jLN' Zl-(E rw2p7LH8J bJ/u ]ZG|3~n{dj~K@֡QNO>,1 X\I\c-eNef94(q :A0?Tn BoqZ<է"jOiѶ(& Ţ}7ԡ0b>,}#܏gC]ϥ}U{uÂYvN= QR w$.}Iʿr՛Yv5~9pwؐCbp6_ge p`_B< hD@YWl?W86Y~0EOD:b08STܮ$%?d+)V:bz``Z^Q4"h3ļf9Z=ϛg,0f]Ơj'E)XH|rL#In!GeL4&7;O݂tY'hpl\ڊ;2q/m k.Px{]s_̮b.>E ñ8=W4 Ɖ''n#!ԅ򵌭FF9,<8MըjB1~+bZ^==r5Ёw_{@o[z#vaC%o4+Sȿ U>I3\`'3_N;$d?hA~'.zos>O*UCDNV Xbg7fp @qr׀a}_%~Ȑ >u0xGap.q}:i `5CM,M'uHȄz),J+K7Z[o* Y9H6=x?䲚5?Oh@Un_7bU>gfn8M-,{H{Q|H2c9)C|EP%) rܡQ4_Elǣ|-Er{=,r \".Q ='}*-J5ك}@c'X|H=e tVу+(r.Zvg*҂"$IOuV(+OOKRG iq) -x2-^l+NڪA8Gݕ8W}nCI}I0rC[=v.n:{ٶ6.j#yC14E/t ze\mT\l'Xnq޴pILfmy?Ə+'|wk4cu/_lYrT/KRP`D^GN[-3g >.bnOZwTÏnr6%#֑)˭-F ֟g2 ecKJ7se%ufOL2Ϳ(H?JچK4(a>dόO~8IHRc)\ tHX@/π2p#VHM]:g}Oi`$ŻܶѠ%îSKp]TTti2kJK|y SLW5|:MdNH8j^b\{Z@i'PX?@pO:#1}&uik^ $pD"d @`=T]'eH pޑyLP k!yg $ԽWq$ȗ\mf]pF t㕏Z'⎆Gvj?¹=E iY @ޣ,;e wvl!Xѝ1͡DE¾@J*\,mIv̒OdV#H-:} ۾:rJ֍}L仟?kk!bڳJEgբxrFaVqιV9~$hH;. ^/WuQCrӟ : $:"-"q*LMh={^y>a-GmWܟت5+Scm+kN=g"Hmz_ 5'Guc1ө uY1|;?[Y"*gwh31" r6MC" E5`1POW¨3 &2"$4` W|J*)JA'XDe.zՁQ":w;M Pt-p)!: 9aVO4NW9z2bϹ.&@c|*\xFl'qMh&>0J#"Z .: "ʰg#,̡w[t`S=ݵl ,נYs]R/;Rd nE^)*9ՂnqF8'-Rk:^QB28E[O4Y.M@.ވm>IS|sb3pTHCaC1.r%m^ .sʓZ4;h2#N: dzd nٰ֙nE|Ou_\eß1ܣMq1'<8RlLЖ,̽j +_>ACT%Y>&53v¶Z& (H/&bEaҼ\ݢPN..v(e $7J 绨ݍ4FDU+CmOW[PG'J*/Lk_y :'B"/+@[jiDu=(ǃ Dr}dǸ5OIąŠy7RZ n@"$Q*Bʸ]n`ğv' 3\uq6_IDI7"x4qE_ #_^DZ{ޑM"{48Ak&4ڤqJ˹_(]۟CEgܦlV*\!\<ً`=yn4wՈ sLpxAa9R8&[&#FNٯ9y՝'z^m bJG=Al<ͷ a+TtoXr`z-:4'iH_s[THؕ.R˩啙$-#YZ#ޝ mwT!=[+ZZl%&d`m\D΄k,Z;`&[z;A̚Vи!@-bO9;5'7?i,OWDzOYeJ3f$^Pk S/ZReC`o3ģAi-ז@Ng~a!f(A绡Fq, !w 8S-l4X_7ogRtyArDz>8cZX/-x6]ƖD3W}/Ύ>ݦ_$.VmCWM!dB'ڌ(il{?tAq6yqҦoI LꓽIלz:ح!@c{q\O eP@C;K\ȫ0oz$7W9GvQhg>mףi>UPu~OakViJ[/;QT?ńǛGK |\CXr)xZΈNA%gj(brt0:u~ZfYQ[F@6R)2f'} EJ_c\`UgѯN]3dQA5+t~n.#amAYzsxER4G9W/O}I Q̾/qop(;s8.s}`y ni\Qޘ7:=ۭB[L{a`< oHEuRzqViyaGY;u*m0 #_BoAB4&el7O uGƬ1C.DGh0&1Qr2 T]oPS6%tKF|,YN>2r_"d4+J^ƭEIb{M&fWG/M(%=z*Ũ%-tp2 f48<*Əz)8ImE+Uڴ;$xb:?D׾,v [D$Cg=e%)oLtxvtY'Lj7!T6  ;@$r̎SgRGAT"NJANi6 nm[޷= ޷$YEg>+SCRa(d4AbiX[Pחk@/$.4A x4i=s*dFYd烒Rߗ U[ T)(; qABl/xQ9>SYlKMxzX]_?o龼[u".3=YdI(0᱌_Q}_mWh9vu|dt )F,ieGnŋ}bҪ W6mx;!8#}1_-ff?(n"2 WjK-?nl%#/br:wTsG A)mB8 e¹k9l\)ȧI!> H7`tc#ͼ#ã G!6 󶠡et|ͽqe)\.&ѣ4owfBϧyin\M1l&u2؝phPy?(jH!49N+ H$rZ$2]o6XvOG-wV#ȎG4e^ 6 Lc ,f Wp$uݎMXѣ`R{ fmn۫re>Š2 u@s?& νhgu{j7af@WFHtfavO+j._V2Q[,ʬ6j'.f #HԒc83߉cj>W;Qh`_KNÕ7kk6 }YdSxRx~;@n_*Xi}hFnEN.-=}E+תF(<:#KK)i^`5JHHʏ:ݽ뺙anw^.B-(F (hH B] ΕgUӯ>Wa (53Ih$n ++pJ8YDZFܫSiL9mz2paŲ)\B;,իxӪ}38-,=$B ꊥil0_o=oJGCϧ[YIdƶ[Z+n8bqe<;WF`=kȕ{H-Hw&^WI9΄PA=ZfD@荴<4Lz)vW 5ri@3\D^;j^U[肒 66<ptЕU=#uKh1;Z}ܶSٽMэ|!m9pjT@K.{?w}|nr1߮tb L!*Fpx[q@k Is0?ZS%,ONƯSr\$5{S=,4>i%E溯>6 qdQKlbSWި1u|Gdk//V}apeHJV3qUM.X.)>,?kuS 1&ҟZu^(AOꕅ@T8=^\L ` pQ308Qq< 0HV6vFM4)(T@ }ahN.,:}*c"_pgïNE@WG/л͛?K*WoviE$+s,~ lO̶}G}RagsEyz{:пA񄜂"uھl_w" {fwy,׼t6=jˤyË# pT*<٣w+!UwG ;1ᛚN:4iFqOcS0~$—3^i$ OU)lhq8#/ L)$i [۶\zݝj5\ƍ'yX:2Wjrv]/iNU7/d\C B--Wbܐ4Y+u WF[?X[!)Ǩ4Z;?Y&x#6|:a"WbCM5?+@;ʺSɼ!ChXXzL/:'`yMahh h}<(iKp썄ZfV,r Lѓ0ϣ dHynD_af; u7G< q(.L,X1Lfy ֖;x}yb΃|"Bg{6 b<8R_@oJ^gDDž/\<_Yр- X :hTLx/@\+kT» Jyvd5pIIM5#R]l,$>ax+60B6}#EjK 3]C\lʪ\^]=vwj 'ێ|V?DC4q> 2U aߌ_ %YsD8n=(F&u+ޕ 6EQI؂ drZ-GVЍ>jdW|;a(4`V f]ZD0Ϸ IZbIXSZn(7>1_˫2dIj3 7AQ+~jTUSD b$*jH Ť 6RG"Ëm>Q3mPz/=k W?"{XM/D[v]9u #oy MihLLzS nKe(|E6 z\cP@"lOaeMy6TU/,0g;*mh1?% )(@6@!.ZM vowP44. i^Un!>#??5pN5M~?eL21~C^R"倾VE3S8 }d1H`I']%iڪ A$*/&(c6^jk k)%8{!~ \&Aŕ-Y(E[Q;h@!:[L2w -8vhm':dQ!8Tktx懜r)J|BTV)#)?F2ԉǶ|y^j3V1݉aJ) ͧ)Fbџ6Sj ͡ Ʈbڱ33[0|V1kSh 1ZۥY(A*M_Jb؋ kU埴V³xLm&XCg8-8\8BZ,Tqz%䵐9Z2<{FJ(on¦fe=+-ϫ \gG,$Jp7\})DnQRK^ pgexDBR+MlW%/V#^e?G"bX= ZKe"ѓ-ciN+!K2p,.մ.^ң3k~W@j_,4{L )(:2ezWcxh8`}3Ͻ>lX8i (K zWp$LmHsL!k<HaJ?bC-='?Fm{nmVRlqihfס]uBꪰDx}` <f 7E% KW}Q3/]@$٬ 8`x{:Dej{Q=P#t4!<>O7f{.^ =$ʛ{o2E\鱴 o_$^P>v<׻G.!l+)*vvk9a@Le)+Ӷ:p)Jnہ{i5l}5fZ0DŽl]j6zwzR k%.c:jauq8J}͵+R-TV㥦fw~/ *҇AV7^8"ޜШo1nC%:2f4[L%ED4QC%A\8j.lcvMcDp/fWQ^JJrpH}AhsQ(S+GyB{nvӨ^n,A*ۻ{Kim32;@"Wɱ^#e8H 7'/ބG6;BIlBonˢx|KV2BB"T5S>̈́:cV4ꔕxEqKJUr. /*gDAm'\pcomQ"6N#79iUKRW^fK!n7J)NH]EАpdi}BDxLnRHjGwz*7Uw{>)p)g{=Kz1q7yYf#BF 0B_0 ޱ1`P3QfDQ^>UoצX4='>L [5f9 SiE[#zC򙛧zڔy7]Ԯ)Ӛ57f,i˼ w-IBYfOb<zRG貓l'_h47''MZGSEY``!] Gr3BZ WQ ߉򕟄P567*Ron\ʊԝ#"/<-j8Wqiv~}{QAD[r C#xȑkSZ9 vg; WBi`7T94 j边L@ uh=8%x:K6AO 1B^T4JOk膧q Y)ss~II Ȧja=W,7WG\ SỠr4n[g{&rbOTrv]T@yuk:ħ.a6/|U匔ڷw̱UrD%:,Ïo'D1WβjЊeW YSk1 ck41̂I6~(639X{jojz'gjeFykyOL^"!`:Qe[L_'L>!R ءBL7vITJO*:!àV@j2à YK'&)>gOvM[`q%cz'g|om:g-˦"p!ž&nzeW#u׷ڽ7Zw5mԛzTGc<32zF__O'Qc;4Sj@ړ=&E/KG4Hi*E(e5TY:<,ت[Ȗ܋\ Z =Pmۮ^DVn9/a?Dm!.Q'o;bM\E|wW#-,lֺ.>Kn;'wGP;"2۔h)o>} ,pŊXZ){,'de\ЃP/=ɒirx'K -Jj@ Û7ǵgb>^?N mp{Lu]ɟΊAiꍉz<2w鿌1g5GZнZ4\Qю#ĈJJd#ty,t붢݊M%I9}ʪ+b"yrڑI%MvڐiijiA.D:1[֯.s d\g~Qӳu^NB79 X c oFO!k68dd& xDOZxoV*~7<5]Y,%`Rs@X+U;kUP`ͭv?lD:-]-:͗7ERK5M6IaliA> "oTpx {LI!x1c ::,RK )+qֆt:*{;ѰG/:xcӫp xɹ~ׄ1k_k^Bi6c2-L$*37B{X֨"ހ .%vm;gwF. BH:QbD UEt. ;ޮ*0%-,c\Q;^йo`P&. r~lspJxfgg@h=+/1^ك!δ&02D/[`,_%U UL&3RѿaI?CŊvt2i^J'G2h:.O}[_'UdxqOH-:Y إA66^:E#7ԋtM|IA&v;7w%T2J}6~d\ aQ孬/$<Xe';XԟְRlA3LAE+MuA?o)6KY$7[}c[/@;Y5꒷X+ӱ uk?Hmv>7`u}pEKzjlڦN]sV'~sB{@A u%{lv(6-^!FhX)[DCb0% :J'ѧx>}Sjj~0HnJԙ~q}Y4f:N3p|k  D/5;Tht m ɐws2}|)_`=)ڤCBB M0A4y f"}IZ?(07Rs*`1aTj*iJCN6R(2SB)_3w+6"zSqt|4j)+~ ck)mr> 7XoV KmSS**#nn4A!l6G#nkx&:@5jE%@Ĝ>ʳNJbUSGzA{:cݫ7>*!S?*DV) v -ܬeIjhU^ˊLTE#掋s,Zt",]ׇ[ ʥ_* ӅPcwb^Bh?8@"X#o8DVh>Dῂ\yGc]{kH_\-?`.-If$: BθD'@m>X:H*Sr;tXr)U cYQzπP,xmӟ7k *\D=]6} ?q<$}Pi VϺnjѼ'>ƼS`:K9y*JAx.REgH!l9'zv\ʏ9]{=3؟>N^]\ބ#b8Aʪ|_ Q>D>'/؃af` 8o +g] h'>;Ӷ`Z_9DKJ鿭\Sik{=LRB#Iԋ+bHf2@T֐4ϊe1Lɾ+U#7'(JRG4^͠Z4 H,cOx Jki1!¾^(1"+E0O,Vrq QFN=xp8+Zp̺ΜO__/<ב_ےŮxvL}mLi4$G'nK;(PPw kCm$}/nI˾1BLlRE$­cEv~i*~eMa|͞,q} Xs-GXcZuȮ4.\F}(DX ^<&V=up '4-2(V= K` ?)&&QF@Efpb( =Ug2״P QY|C6t?&Ǣw2 X\<5̀y]AwN 2kH `DzS"3{=iS 9n|`hTHH{]VWg[M 'RkԜJ*??d G<R@u8n& )Qb`*r![q֪5zج:8>"Gg9 DJ-ήPdv3L\1ٶ z-950j#sԂF_>U@j'[sM5UUMsUC |O/M^{ Q]VFi ϴeXJZ? [a30vTUGҫqD˨,/3oɼOE. .t`[Ўp 2;ݗ?2;ԉbIT8 A B"mRIZil y&o'TfxIӯabG.K,l < Dv42)-pr=>w.j 4>>9Ru Զ0RIנ~ߊiHږH!ӋX۹zǞfԀl[+B6P+Jo1S@Ou[nx@qAO4GJd!U-L J>p$PߋqR츧| F%V, zV+ r0 Z7O˴ zgG A[=kOEQ˕5" KrN47cS5񨘿h Vyp> V}h^/.hQd>bȂ;وq.l FԲcnzXgQX7m`MdŦrq"RC:wOMƮ]{y! ݨWmhKv/&ቜ $s OD_8,Y /En91V`uGL;&<HذɁ@2|att !߷T#=IIMV8h^wDUZ2/2D8윻savxw*O87;ȲsS])DѦ{yL󂷝zum;a!#l]&_tj?F a$f4$7S -/Cjה&nLtqrjDx`W:lvM/7B]t|W+<+ZlV!Xbχ+5ٕ͋;tt$};w,7`y0"u2`\#̹CsxޛQ¹3!f3-e_VK^dx%?fF;7q=)n?c7Voq j,Y`)pEޚ޵aNN~_Kؙeĝ;rB|s8K.G#άC5  TF}s&mfij6M͔ʖҌD4:#Jr'?;dFFA"Q0m/Y3ئAwOaƗ liP!1 ϟJf'Ӡbru$ lFS p,6uTmy]t)Gm@tʕрYrOGJ,!s$vSc4 ʼ+-bB%#'V+.}]Du! 鉇')ϖ6.Q#=zi$@U<+aA|G/FH.t2Bnv`VL+ ,"&<-8g"Vbu'6[Z/@=gnE_Q7Y8lbuM rH~WXtuՆǻdhB$*?"\~₞E?%eij⎈ wS?ƀˮNbm5>c5|!J4AI՝:E)xE2կF,靝[ams#$k=0ݥR_~~}$ڛ9KC0#3_1%T6˵rqxf*'*ƟTaEBTQV ?fQ=9~ku@ 4b { 9a5 D  n pMU:`[O:/qu^ׅڱDXx5XGJ9* *)`W &W{LMℶ4HWGb [ƓGr6@G}F$t46]:ډwVĒΠFq5n{TJDN<CD6Idk ЯcKgu$eY9 ] /DN0 9;,zQ01M})Jꤐ !g(Nj| ;\ɟ(l0f/`@؁nnl$XePfBHύ\W^{3o匱OKxtm 紈8' 8kŀTL+eL?#bY/2} QKxP<0w`_xu:5Fw XX;^1aϥFa+γ(S+4^wŵ闦t- G"B$ǶU،-֣)ճ _RLǂ' -}=SQcy|Y4_/}\[8y psi㪴 rTc z:"تMt6b&tH֧9H} :ltFa"x Ab#W<1<,PM&0B:8=Xa0f PBh!*PistJ<JAk{ieQjv9xD=KU`3- 9FԱ?~mja?r6p +ʖ| 3qߋD'ؠYEȫ } 5^f1( ТC`@Wʰ*b;թ UзSzYj/+v0)_&GҭF x [eLPS(w6 YHaC&<:XdNnz A+Kz>4K;A1ל0n}mw;S˔FSgSҭGxdY*8ѐѱSkFs8}׈+H,X(Y<xEPS?T42|sE%nŇe g\wK`_UR4'.520ph$D3V[*VN{&H[QP&)ߧ`ek+\i5kf.Mu$yWVBiY9giɑixXj&3cDI-F׺CE|;z?Og׸$Jeؔ,^-0Ӭ@2xJVwϖWbBj*?x@Pirf)Uz]F6.2*%QQ kim2DZOK 5B%tERj)75M&AdO;Pő(5qi:`h $nhwX. %i fNЅ M"_k8HŵZgƼ ו=O?B%S uLL~_S]2`H'D([(\̱Ԛ AekgEYܒ+?^ZC_\ײlίT:~jO"AC cY剡9]@@ֺ>\i?3wuH`xʖܒXE*8<7G0xcۦ7)*OhKM xUr'駇? ̂E:hbQrJ1R5U;(L{ay9sxad&j&])ɧ~ ׷7yļqi0VBvyرfxg9zO~%-vxh*1lP;(ˌ"8C/fdYu? %4n(d);^;/̤SXw!M4JJǧ W6el톉T+k4BWPA(n re0ꎱװ/{5:c"Y,I4k.ӰXWD;\L'K#oAVq(hy q4>Ȕg*ECuNƻW Zk9ni'zj)ixgP`B[mܐU5!yrqX44\\)O6w2؟j|SQ3;2"k Q)0C7#|d~? dk7Wmv/q~Tt @q!?=:$b\2GQu$jp*vp }`p&sQ*Ui3b7f'e e x@s+Eb,DXUť yt0[ sqzؤ^ e*1ǒj> %mO\eIѵI=lDrH5 bOdB$J?S$ G_HFQP~a`&MGP?y"Ǹ<\#jy/eɀUgÎlGׂOyi*xI0Jڠ8X>nN4H8CsFP-lV]vJͷL]gNrpeF sp{67"(E)ƈ2R>  )r$ ?r WP]ڴF)C0Emʘٜ2;U"ooީ$M"B]6'K%BS3.4d!{x '{$&zlW&5vȠ9@rD?}hzh3o-^\cY0>zLLI}9µba0J2]h!uf=xN>c378oYyfymE2/1ǰ:AӉ[a"@I^R{m"v}P,7T_!C^ c+)5nIU#!&{Hpl<~&_u`a 8OcWpgIUͺ nr֌WDU;'u5rG_4oD4BZ?Tu=rҪS-&g}x[/JfQQ3\Zw[̞S1fso/W|@xIo~xT̗!H^3L+DX5=37tCf3/ETֶ΃ΨBմ'l1K4w,} w^|9i\"b,n7+,EtM\XL&f Db럼ʒ,3GTO87A%L1-K(v?kƋm{vxP4J1PK_۪u>lx&ŮqEJĥiƁZUק fiL*_h\#JP&r5ryHR5Z(J#Sc1FP{+IZ*vX(Jj K ~ l,}egz{ǑyVfÄAaF$Er U ;t旁[>{Z5rZ\)veQ09ߗq}u]I3,n@UK96}wOsbS"dmF3TٽL]*H+P h tDX8:?u.O4@yA,= p8$2!`?e".Qbgl_|9E ߝN@zy*֣ s[[ue`7ā܁*nW l4/ Yv/htTu O e%.*̥7o}2‘wf-LhѨ- VȀ)}\?[ļLRykMM?"_N"Ve8a'L8 yjL8yYJ3N[ֵuʤ(*ȉ(g=j!o@Ýc2gc>:!ATٸcz@E”GpAWQ}s!dvz,r_,(f؍g/I꠾kbf~,e7A(*d$k]Ce3[Ew,VBWe6xgq8&4؅ތ*\WKf}v[)S#8O'`N @Ó)%s`Y\E>zd̬|l&ѡpROc&zo"vѿ'Hcx,aEEJI„!tu`Tk!N/SOh쇴wED&a!$"wˆyؗ_كΜSR_&$ve5҇0P&k 4o:G,k6 0N]^vAK ҄ ໹D4"|#ky"oX dDB[Nn) z_`VZʡg}0ܝjU*q;*ɜixWpfO(;ni:C+ezCછ%p+V CRN)z>Z"*߀ ;z'k&_%u=Dm_LHiOmj0f5u8۽eb}RD K-Huo/4huBÄolI!*ZW}/ēċDzQLH<DO VRTˆej!%sZ6VO6Z3,tQΉ&_ !湨 &`e8Wfm,:قg JC59$e_'<4',_3.+N"e 4⧙vg/yEo,Mz@f :+:ʟX;fZ%M;yL%tٰBYB`SBP6tW~eK?GcjyQ<_Yj'ׯ"u=W"w(-SYlH>FHYNx$!kWC$r#y0>[||gޣatey4癰+͍+(6H(%6J0bn&ܾ:]#-ʋ #uǖz!ϾWA^inZC2w[{x8?wuJ)tF,|xX?#| Emi8PAVS$6wΎ%aV#7# vn~G XYB塏yϙU>Evjo{ͳ&~c՛ۉc{Q $rEy_s>̧5ԘFƐ:j]6CdA%r+-癤&u),~ͨR@8.)`Εk.UAes<$,>6zokk؍ v=MJK]橫o ^vk ]nON}t=#S^P6sI=ȊM/ |o Fn # ;@@3/T(6ϏR:_ if*.KXG'Ӿk\YL{v05zrlJX%3#{W6@dTHΡ3MBكU%ZeqG\ag IG@J#}rX?h8XZb>L*fe_x+.=͆LTܵ(W͕1˾-}s+Zapf yҐ@e?1n?8HMQx/88(S)=Az k车 o.g?;ؗ/nٚm>r P!\pC$.™ߠD`CZkkn랛@I9 JoT`@ fG?=&^b&5 a: t풋u8,r><&4+9BxL4(>LȒ)%fe( B r 4ppAy48)#Fv~Yؽiچ)£1 ؈y$oZ%QsL6QرԼGK?dzw_Nzk$aqx,Zd"Ͼ"7{u*(VE𢫘*|Íu13@̼C0 jӭԷ_YUR>s~AcP) 'XP4%]Mo`0~iNtiUGȗc^?٨Rr,q(@&*k79ht10|W): 49$dXFء|zc1M:F%RA~m,R " K)*h(iU~6%X{I]+Cnbxz C iB#Y<jHŴ-ˣHy " /V~Z.K[5&qw"Y`zWDuXyE8k>٩!>9D/+j(}~8}H~Dr|e⻴⭍d=ْop&_Tn!lF-$̒}ۀrxkl-T4Hm 9֓I?s>Zu/UM<Ȋ ,ݖAQO_9<"h1^֬&-J}mFE6#Wʪ|xU`7{jgRC儛@)l95|5UYp\e;'zB^4{#rbz}[UԷgyvG4/;NZ蟕BXz_,l 8KR%z#!~&V]*ki<8;jXПLj; .էxeeby(S qyTt6(2hl uJ7.G-|Fn΁ϷȒ\ (EUӃ`7Lțj< ܝL qaHFZn76x"2*\̼MEt`E5s.RIoC`SbsI[ר-դ'ExMz0u$ f|+} exz#8BKĕkgtˮuy N䶿? Y$m )iEhTb)k ZQ=ݱ]#b涯Kr cG}r(yݎ CB@,S#}UD~g|vuz?s" qR/\  SӃ |az2R^BR7[&6y5/6|΋h?oXn,mYI6dKӢcuX翐*zo RZz1㽪۬Ct>{[ˆ#[.^VAT|Gw9Ft{GM}\G6uF0P?K |nkDctʸ]j8NқlyBݼPL-,aNyZ|N~^޲VB}`>0*HHyc9'NpVԲK=]bwOab&)c]?EΆ֏uš {Z9pqLjƵ^Ș㿋  ?yN>Muu"ķ#4лLqm?8n_P GK u8|za>UexNIH3rNFV,{=Қw=YSqD7|+T29J/P4H6%oY3x"Pd=$:~, Ϥ0>Uv[Rfe}VGM/_q_g)XAJO=}܎»mM:RqY lfdeg^}3' YxEvײ8 iĉ/bpx;*=Ϲg_W@*=1Sa79G! O'x! of3pgQr$ǵ'N`4v7]ۡBsGϛBJVSusPNoB`uCcar`A+]0/~>!Mry aTk*dh(mSGABr-%y+7[Q5nwǸ:C0oa@c"#j$=/*N1 A:Ԃ(ޣ&4H/v(G!Y߫ #յ@¶SrȚ*"35=ϒ8-ĴYyô"ebKa F20KYJMst"frP]oJ[XGZcӨfm/FW %ST`0^ų3Ր#];k.il'2RYאc_E @1xQMYxf'c"|fUq?8Amم{4we33]j0z} `_N !OyWA)F-H1_QİJAgQb,Yk .c,lS>ݳqC5lnq/5 > $I܄#%zblEYKn^UxviQ{|&m.К L5,QcHw:s{Irt74xG\IbQ](.eJŴ:ZT!YJ!K-S)' W]_ qRs6/BgafԖpV8N-ZG*l9_{ZƟU[ݬ^p1scf~xp[vn(ydB}K:m{Wm±x8(5KtW[:)Z{xCdOjHZrbLV d+v8zR}vZ@ :ۈ|CJ=䉁ěkW^_zo^LaUd{?8 |ww2לod|pya`!Ne8|{uNjK2jS*N[lsٍS)hP՝;̺-M' ^9νQ71K?WMBZS֫VЀa ٕ "펎e[~ݥ̀=5I?H 4׮ϹaNڥ"IϽ&Z<9FCE&?D5cUUNzCKʹ~Kzл?ԞbQo{T*لJm`,dh{7DTq~`/ALWOCe!yv_SG&QDAWk; 8/lՂY6ߎ";CViOOM W"? Bdtvڤ`m\`'2x,)KW{a5`c8C fQ'н}jNKėjj~p6eu,h>D<)lRCԧ:ؐOe3@0p/bf_PBu3TʊEƘ3e Jl/vSFLZT9S8e¾r>)rZɟ*n_)3Ucf"{ "};?Stjր3هTZ)tJ.u * FQUTӯ66*?TԠZ6{G1u5}b ،Qp)I/h!O9;&6U¦spFo 3e˕.xªjA&Fvm978hc",xoJ1# Lu ndzLOL9}'tp ѻ;Y@Pb|Pɮ@d6ayU/6b/s]%/&H-a_uS_NJZ{*< &"b㖎3_G]g #K ^r,$>pQ(dž )Qsqta:Ȁ?!6NQyPӹDz(QEڴ C/-b~( 혵 76}K5 uQn3?i:H8dN Z^nM]X^0g^MCGe:ZUգWe/x)xXyi/MfH]?qe1 #x\C9@2}!jDi.WbNpzs^_(;. YUKD"kts>0˥TlRpkv( =ꨠ{,#]F45?k AM<%Yӕ t `%6Ե>A{з-`c#LVayx)H68"K K|%"d ڊ|S@W,&r&Zsp|U%kk ;=['l>土 3^Ie֭zRr>cdZfCG!nR"Vg0Hh+It!wG+2ZOOisE媾I,n1Jd󈇎qjKʈRNR?[K8(vHcgb">!?3YgIrNkx\=w !Jx},&rkmX fB#uwP\Xk^Q_nw#I;\ gv=E/Pmi.P;<Ǩ{!=Sn`5>9^5i'D2y[?(~+ڿ*;*n.JjH.9 fiްZ\ʦ$eYhkUZ/:Tᢿct7aQR ڝzkpDV+Xʎ%6%C6p5e5nhexNY59oz\" KDyC8y=^\ +OFWնBI@T˂NyeVuΉ; NsJ E뺯yƗ5;~nv v G@Y %ȷP QSca "%Ŕ|1e`w< D2x1醝Zw x# %`09D=a}N2^ȱ["Suh]q}tQ$?M&⨥Gz)5W4B7 Y>(UQ@G;Sd)f zu(Sj`|@*1'T!AIY 0IBRz*T@l2!\U9%ER5@]4sL*TO.Dw^iAPhzbHRMÀCepW%f:}2[Fùx:5.~Pc6|SIx4 O7KN63t#]Un9r2!_Vt4rx.|'OCQ(ƿ 6M}@ˌXmy`6Cc50ob~J)I[ DG錔:s"dCE!=~ѳqO65r渚'ӸR$uӱ “GWaT۞EdK.e&.ryP)HiE= d)oynL6Su|6i~Nush ./@ȽC?nG -P(i_D0J\ᆲBl>[HķV5QE3 O0˜sseg| 71}j_žQ%IH\54Paw 4'YRLiAB.F){YkN: | ]||HUǪ>v,D2Gr k\}eaٛoecL.-:=Xz٬f^Yj,/ahDP-Ub[!4a;V07GbƤ͘q^)=$OcnY ink?&v!ر’+f007Y^CG NɼNmg OJ!ovf7EǮ܆(/ #.O-+D~x嘓ݰ"=hɦSIq(SA\k71eѥ[MDv7 />9zW \4M?gM+F3Vec=y } l36H~==Q]dfߢK{;/)weՠک0^-ޜ+3 rx<1j4Yehn_g퐍؅~g}j8o1ܤ8QGhaVlԹe6HdEkiLaꆡ֖: 0ǚɮM'1.1)}Hɕ|*f_{7#jCfY~)QyޟP F{KވyyK&b&T:|yy0ڋ{Ϥ bfϐ%^:+RLo E|PoabRMJQ׏PڏǜշFO}mXϮ4xIH !pֱ?2▽ s&2Sťڋ2FSO:2끤5dG; "` >| K/Qh\;Y>4rLrhaЎ{6mI3oj4i8]P= @6y ۍ> fc$.r,yhbY@-psJv2d<V)ShµũlUe :2NH-'oJX;gu4B"etjuC_w6(k[Nd@  ̳MtMf'rD#n&p\g,2z%7x&n]7(@ݍp7F,6kLֶMPMQD^ nҝprEX0mU֘*ps Kj&Ҝx! >x̗$ѱwK!X1j c-lPk;Vu,hr *Rċ7j/ZHEn1CvқЙ Wp yN Co=Jx>XYV- c9 x_OV[T&@Ը;v\~Km<NS>MW#۝E P[$6vV<4՝}bsm6SLg-N$U[;mE2FiF̋3xS}--];JcBΣPFU t)!zF0_)P*^b GTđUa`3C`zfb\S"Ϋ%KRF7ԉG!QU{%ioFpEvrѵ)g{v/67xdWBKqU󍹏nZ@SG1nշ͐:a)Vә=(pSwtPşwW R\GW3{?Z=FTc; 8 E3VWmiil[G'˃l@\ rM%{䒇Q>;GHpPAeQݑefT7zMb|E(Y2eUa9omOQHra]K14RI=mn ̌-Tg 9.o[a^󁴳҉(Je0nPcTuq:Rä=uh`2A/x^x`p8T:]H&m'D۞^st~g t3}CG}+39̑gwH&C,*{j^v̱q"/MýH+" So5\VuzIOp״?H>2Byռ*dJl`[PӸ0q00-W-bPGK|0eV8gq h8:U8Qz ]>ѿ@MrSՍTSf 2bDK=4gE8|sC=T{5[eAHWt`̖&W:"^2) FG3DB0Qnpl7ElFCo̒Bq642(rA`yŨ] ycҡjj NՂɜK_ZfGf;DU;G8FƊ+<,z#;[NjIe#!_3J hEқk{kaY?z=MET*a 8$s#\F&Ұn6"WgQ kߜ<7d=k< 3_Z,젌@yHCB=D[80Fi ^?Pԅ*X:(Y;/t0u3wQgus$\n%Jyͷjit qgutݚbՒRU'SX=0Uز!ea~Hώ'5ƿJ? -†rMm >?C[(aA`~ViP^Q ? ̀JkPy T=u5xZiR6,9SԴ$ {m~MhE>˸nXX7;*VO"eJy3FQXEV/a} &%6ҭ9쬪|K@0OppxUQ]CV!*tWS8˙8NCaַv6<Ƥ.c| /e9n+G*~>k , LwGUVT^ tS@3)}|z ű*>7ˇkJJb|C{qNw^D?ŧe1Uȗf1FHv&vRYP Ͱdm϶1~aAki'G2MVsl爻<[{SWtn?+z={I ~37)szdkȴ|gy|MYu$Rn>yN]IUh,ݘ:c4;AJHs"̗XV S+#/`+_렫08?{CG_w]"ñ'"=x"s܏w ,3cl1]Ks'TS/h$X\;w Kb6H”`s &UAFGn1vfI R1x*=t`_>om@}rje=Z}z3xCgt;L}dLv֓Pk]U6zy9d3!c" 3>׵+K"T[4k8 ࿓ώ6l-@Gټݣgn;7?]cCcN53ܗz_L@ v|KSbfߣ{FN-{%`\t.$kY~ 7Վ/O:{`ǵ7q!˄E hXB.T>'%m腻b4φ !"< q%f1B&=Μ%r50*dCq=ɇ rsM߯K6oQ1}1喔YdSoٺiX*'kaOg=wG&G$ƭuA׶NJǿY" {M{)D DHyVd,];!J%΢4>Ȧ!c XL8^!/Gk2no!q@9IA9Vhϧ41F 5cE2|ȊWWd Ge6贁&Z2x9,oGhn1G$VHpw_5wF2(|xJP`kՏDx!Q5gxKy 8SWz#W/Wge/JԅN YIQM6}Q_?jcF'j,P{7dWt"7`%xAC+^Vyg jբS 30-tUnW|"xzt,BdHK$@aGYf4U׊<#\zlGf\`Y[-*?'iePg G֌_)zZMAe>w/yϻJWJ&`<</vx)YO:8K%-OIR7cFxV2j,}-:<قA*>zu^Xі>[D Vfu<޼-Ψ-aL^:Y,q.Wd( ieCLM!BÉ޺͈.<ˬ&:ClKiVRp@ոy|7r Rg =wD"E 5hlXʟ˂>#VYP¢!J/UH,YfT<4b:mq9WiPxW4kmp6-WUAaC篩S$ځu* mi #/éՕHh.@)l+@[Ҋ8ǛU'.ፘ^ 3  [cB,g"6FOHfTN;6$Q=:+%M($ʇfg'38,[G}UYCPr|RaߵkOfvّ@K (}RTBaB- }p>qqUv;T@'Uduk= ~@ LO˯h䓕Wu`mOjE%KO +lbSrp~3SZ uYH؞Y+w)̬Db@#ovk1E].tf76si6`qXh  )7Zކ1LNH'G9Fl 9r{wM/[ Q"@ARH Z|X  x]F9 2vY9չ0xQn^ο*o0A$KD>Qm tLTbG6Kȃȶd2F/+C #3/#h>/"a*aE:Ny]eOmH^rb_ܴ#~eM i+ϒ6ܨJżT vҠNO\RŚ!: /MrxzUJGa6PB;`.kEd|Y21\d ڧf>:'`] ")@rkR®{# >ۘ.P\A5=%]8ƞF״ȦКAY.+4Yր%tI/raz>YdZJ5U%MEHMp jZܛ0{\!<15->ۯ5tІ[cQ<213fs4 8E^P(%e?Fс.m[ј+ է4%lA02(9n*UHe|zrsq,ئ}Dl.+4g(p<k̗N.Dd(MN>!YiT :[FⰀ9,L3$)fLη4ij\hj:uGٙ, ^5e71u;'XF́N)FرuGJ %ViLb'osy䓞.h=wP5] 0  xR v~~—A={n "3\MY'%l혋T&fÓzT'֨N]̱}멀Į("P);aݕTO}M﮻8RSPa/H:f( Aq%U2(pN@#֙JCƋu٢!4S'_mO F*N!,wlOo:T2ICr.SHl[I;k}uR.u,P/>fzW^JRW%LPљ0R*hJ?%:8š'C>aCQ: prd唸9K)*qv'4lSS9kڢCjWZCj<%:{DN068rLj_-<’8 Z[/~:)sW-u,S^_^?ձW `,C=]o ym|1:Xo>dϻS&Uʰk [yR_۵ Z./J__(q1C"bt| RK}\Xq2 S@ZoԎQM*ѥpX|x<]]_*{|o+Kڳ+Ia;D{2 Q|]I <lQj'sDSE_bCH\&pGB, /SĶΔB\W?no#4 [..- EX"暺j* e#ڹ˥4$4RF8NlT.SǢ3_NΧ"u^ UnV>y8TG 5,= tH@͚5rlpuۘ[X@I+h O"0 2 r]#%1b5-n|9HP84+c >Uuz_ 0n=ɮgF"gU=RV k(QV?rZsOpа܍qy`)6zjߋy綰N#)^?:3$-iLi ہyA޾ji kfC_̲d e;7`#lvdHur ~O⨿bݽe{ 2bXLz`N2.dدx܅Gk* ?nn9rv:|@`Ew n Y}ESGnUWSv}79s JA: E$=BJqv8 ڝ,K3FcBhM-hKe` q \pu𕾍чzrׂ#K:bkyGUh) { YUe1MW:\rϒ?uߖ|Iv@H߾(kdQ>' * VMԕ-8J^q~o/OjB x88ns}$G#SWDkYZ9h?clm₾{xV y?q&=/IGN;(K~=c&U}nYP7a6;%`I (39"js2$ߵ5s #ȾYpD X9ET,D]>HVs ;F\^ KV>L%7ҥ ǕCTiSb)XU-%HM$+*g/s?=Fԝ fK,d=b"Mxh㉏ћۢ|J1m&%7*HXINfQpXMQs^>OpF/EC` fz }/0-/Oo0^aCwsX{WF]Sqg.S 1&V.y 1I-c3*޿gΩB)Z*Ly,o\'c2OE8(.>quO?#tYcD@}Y|TBt=}G6wIoLPCz[TvN|V\o4SYpuB)1KS$!_ .rVՊUSo-{g7,U2&6vhL?We[4d""0 " K&iΠ9ou"L B-npxzH\Vͥ}^2L30I7T!i뱏BB49wݛRߔ(ڋTkNWSIo ϾdD1TR{z6U#go+H; 0y.oaF}\_gd*p](ǯ3ƶ Њ0*x6 "U<4 *O$ܱI_ƴ1:֋;NbkH"E/ MD:-:}W-nuLwS=!_P>&uw:\Csgqld{W3*8|!J8)_YH03aK-R*L-kT2UZL_9@h|5#2Zh.fPY%,-fNVeb.ܮf0MW.@e?|K\"pQ@@RZ[s}<BŽӸT^722P&~e+U)n|ӊeUlf\EsO7'@X8LY<ˍ0BFx* Z쓦8k>3Y1^u exOhmgv;ZDe^y]|GYXSȪu sp} zta>=O@XUڂ: 㒩K&)Ws_EAx'޴RPx-5bzAq HCQ)Q$熶V_s |x@V"~ʇ=UBYgtG>4nA܍Cj_BhxgoBղҶ7n~dV"IB4sEy91)vC,{ Ie>G2av35fQaRw.!H kp7֊0LB~F`K/z5w xʢp@@Aw{#whzͶEAxNҺ =" ;\.F[ȔןުNF3t3ŬU%y秊y`,QAɛpCu$0%Aƫɋ'@OSy~QlۋYA(bcC-N,үffA]rND4jT}4 2s>  "9j~y'qzw-# ]KvTc_RG%2ǘ89tţmN ".y.r )AUeY~KjӶGk"(2nUœa]>9,v7oTs%EC[zhXԌP(a"U豁cDJ wQǘٷ }!NzlKGdHZan4 5izCRi?H,7 ;xThIqNE.P-"8C[Q|jOܲ F֭;6 ?\$2 фGo'iq~;>}`e~?]nnmd9Tp㣲[_r*{ez >Ƕt2.jҟ^#3{ɣ8ILgb(>}AߴEۆWqY3>7gu.u)NVQr1awgLjbf 3KyI {<#M 7VlӞ=KmufHWwܮϕ.\9(;((dҵg[owNiEz5}MԿ2MA!Y[oD]}tY('p} u RjjH Ղu T4lFH9ŶwrО 'bḵ*irk1W8i61܊W_cl&Qve1L DN\ԓE_NlFA:mO9_$mܠS[9J@@MAg( Щݣc uHPPyd+ 5[6$* p9#|b1:}:HqT% X |şQpM29X$ ѷ㬖E ż:F78z֣= yDz*N]6**08>';Puڙ:4$;!;z[cU8[ ue;L=9 mhضm\QSPĨue%N%۲ qj =by",]WVC³)NAB:aLO.ی `Ig xsJ,k˦;~7W 5&+E' D{;.(M4cŨ7,K0o&]/ڼ <.F )]_{Z18懵UZ5ȝk\gbNgJ8gSX/t2"Wdgfq-c 9nx}h%Y䙳RO/@lMhh:Z0i86A | aϠ:ܘEe~0 E1MZ&:X@J#gRN= L;'W}Oߛ1դ" i…a?^v>[;`[F.KW.Sqh΀6gAݼ8>厑 oEɊˈ4C9.9eB) 0m( FZG<n/Qq=Q*zsJ ~,cp(08 1%Rr0Abu7>żX@Zà/%aJ(oy9a4! Z8ͱ ; jy'@~eb=FaOn "?#7_$s !SMXȚpA{f Baq[[ 7 -e-z??3&52i.x]R4c3R p~XW󈖷8 $bi Y_ȥQ(dm¯WqyAkNV~1tmJLx__.\ac~wO 朢ꗍ9ťy +K(YQL@<'S]V2cyQÿT*7 Fa;StOCx!!t)@fPJ]b)H;tC%5_*wtR7U_6Ų Ƅ4;oUᘦ)$%qGAm[3gtX@棗i>׸WjiLROL) ӎ0a:;RovuE!s*'7q_'̺,y͆:tO}JOg!w;asLU]MI\9#F|btNeOﲣLq1Th-*46p㚶oS'1Q=J=<&Z&uFV)蘬^_A33&+;S{»Bs!NV*A\KY?:K}wy,+aH@ M/:k,#EKJ'R.IoBdS9- ޲]0(ɔ@w*jסd&5¹T iksv)Jm<os;(T oIqr3Bfmj[ j9۸VBr vm [ Rg}< hYʈ 3d"Ž՜)}_CwNK\.ZIo`&~\2t{1P#_2ɥ^)| N!V.Nz(&|_T$MMWMҾ$;XW|z#3vy2Ykhl0+U*P)H&S2jʘ<`Ac{Iv8dq`-Q{ ܢ/u|)Ȓuwꞁ X8 Rl*躹н(loò )J Frt"X߈_iA.nQ}9uNrqYlvrX4-Abn8D^Vp 3UXD-u}>†> ̄ZU P77gK!c7A vñ^:9eRIu%5匘mQY񋬁S yजDŽC6nJ`kFTiđ(M`b T K%cބF8Y,A*=4fR'&^_%J=$@#"OrkLW"T^G.BڝMW/o4%{<) j)^*Â&LÚqRQ-E}\wj`M=[S/QV17-:dSw5ԡ+5g S"8,>- cpd'ф+>!qn f;gt#N鵁MgN'L@WCs@e7JIfo >[ ŸF(~7Qzܷ'9 @w>AyLeiǪ\T?\$5 |*T7Ƈ !փo0?ѽ0:ƭ Y%`] o8USA&-#?-x뽻5fEqӹXAJb@_3sݟq}Ct :45&w~$%1Q)#8 m]$1ħSLrc{`%L > W ~-Q*ܺ4ǀVxZ_LvD8p)Q/ѣH݌?5'0ϙŔh mrpD:' Ml"t.F Oʹ"IBļM <FK$`u8x:u-W8&'ד3OC8ΰ5LPЕ|Cpw 7׎Ѹ}7f+ E xy]9~1B)~ęk1 =vUmJ~ 1c*v>1ٟYb==? حJO?̷@VޗrjCjD1G]bY/.隺X͓ Ѽ؄i)m\\,O}g&P +Y0v!f3Q"ES:K'!pQdԦ?;6K/"zzX%DL4yxLj98K飥+D~@~KĨWʤc'|hL SIϷrHTb7/l/t$_yZh QGxZg#͓LA}}sKPWHVhWiPr>yTde#AZFB jJ-pŻ+ɉϞ#}`BkB͏p[voUK17YuIH|33HaS#z$O^kad$h+~1+3]O捘*Og`TÉ:]3-J!jf͂31CbG"ke=\ R@/T>4VljlKyfR FZ.v3'NVJ4-4-q_VMd;ϕ* !Zbcc`т I6btC!jG`m^.څOU9w/gk9<b_C/VUj.kJS<F{2NT . g d:|6ek7,bHt6cΤc5[Hϡ4:'sL0$7flUh ߸mS]'Q`Т·Yh s(*=bh`B!Zm^8*}WO:@՛;239 X"@а |i5i=IK8L L!LN|uAN"Qg`\ǜA~WEnWː%QDV2 !ƠxdFM !c9Œcl{)%J$b5EB,=c侄낱z({M1ŊÝb?Sq\+g$41[V?]w0|&JK0TDU'¢>S> s;ݤmsaW@_BG͂KȽ#SSGvQ| bk䙄x\yИ<[u9?%Eߙ1Rv/ 8 &]>Htʱ|EgӨ K LtʼNwZs+?w$ݳm~P4|̿.h47քHTV<j4Vu]t!2w8Z4t_Pybw ִya]7/*=&7tiE:1\ /zr+2=>-mV'ioޫF(nā&Ev)$_6(qep ,h.h*ok2d{ж<1؉QwD-TqoZHj'mM9LšL]? !rXytI~]H/faG^S: 7Y+nICKۏ|k?PuʲX_d=G.BQ սlSiVp~unvƯ#EH鸔sϰiqVAؓZ_ҍMae$: Vޤ0 kc.i"iWΒ }XsF1耏o6i{j6kBo.yۻ4[@jAvbPWCsHzQiqdJKJ IJ BR@ޗ f0c T>2NjL~.-GhWҭ4 'LJ殜Ǹ\>9&=$FtL E~LTk/cl7)HTL )G-Z7Wuv) z7+sHyťGa Ռb4^B3UCndZIJ Oiæ$fu{ZngSv(Q Q4ixvKtI$R 71b7=p:W@l( if OJ'F%ZI 3-scm&][޸Tb[\\FVx:Dalr5uW+;ɗ$FuV%]P^(=BkјMvYX|9nSfPԈg.VxLĆeed?;͵=r#'246泷DmNB,8b,+ [.E7[  5Iv $chЍw8)U2VBnE!Gmz *|u?{j]Fg9ܚ j*?^ jܥi~/;D6po566W7KZ4` t5$N'Xj>MQE-MtZݩĺ(\tg] D̘֫-IN"%Ӻ= .˞/2ܵ!D-w[X4Yt"4_CKk٥IF"]42{?:{Ǥp\A)bOL^R Y~?;-AilzN ly(->v9 LH (fT H4*gdsb Kgj9\V}&B:YOlM(& Տ7̲7f4^SoCJc2̯wl ׻gM xQA>\-kН"qә#aAm'u \ EZ+Yu|gVrNjP>g[f3$}2= PYe0ۃV0|[C^T |+I vݛn |-OcO ̆b4nh4x]3,FuA\'3'6ffcthzO J)}NN6uPLugL6&mRXi dGfԌT/Dl,uw]8vf{I_FA]h錁(fg,a0vC`^[2uCע':m4<&]N~ KDš8ki(/ʼe`LO,ŜWٴLQ)>*BM$v tT)/RQAKf2Ƨ !W55؂D0ѓ,>T/u 97_*d2йL%Fas*HB!>CdOXsgF˱˅;^F)s+M!>FgEUc]4SU 00h;4[_h]6D [%O4FTgΧnfgAȉ#0|hD簣'ɰ40TzM:z{+R'b}-[I ׌cij L鋋o}g 6 z OJnRUt gMS?:aX2c 1.Q  Fg_(|2v\PTG3)>$gt{ zT*VPfFD)RJ[Ktzu>n2#c`0Z ,%êcfIR3՘OϾLtU^^D޿C_ ,2nM3H# ;l"+/Nfs:BʏT Oo/c1dz::wk]ZEo&˺*x-}AUں WH*2몾GOG8WbPA*ҫq4iR_yY ..Svp+j9vͺJ}mvQ%^*XhЯC1R_9 ~)\ꑮ" 1-7mMovlF eqT}^H&*6@(,*ְDz0:TRXpṉ@>$k -@p nŊ<|ZE9s)Du6ЮoUɒbWY?1υ#D`I8ˤ7}jPJ,(ն1э(N`+0U^sۂ S›DLThOwEZ)} "njxl^E \DF$9@|RwXFI$C%,]s| b)6烗\[1$yibx. tz*N]ri'Lp&(o_l֗?G 9]9Uױ=a>L,0%1^@bcSyg&MO^)];ב Iw]8yl޿;[5`y1c={\s7w[>x:p7GfQͭ /Bv/#<0 Q:b݊OpGTK0HV,Uъ`br;K9PD<+.,?J!NA F*iX:'sӟzӕYIx&(찚!'c6^l\V>rl(hN2@=]L@Y?B}`C,[8Vvr rcS% UdHGݦ|vWk&W:+KW>x&JB}23U#i^LRU8wt1/tJ<D=49FwhI=O#_ fhpAj/fѮI C9JP P "ܬ<[ nE頡mW-P~"Tpuܚ>\Q<6˳H>hdi\L#2Q*=v-/r[DVFDv?yؖ ^R3*qחiOKjbմLHb*('؜BN6~~(<@Ο;f3]Pp2f`ϫ}>:?䁒b&2lW0'pWYn=Ĩᤢ5hzEU 4bЬwF)e"-1J,d2*t &@^o wxԉf8xZXf97'ƥNZ{CW`츚aT%1X6 Tl{*UZLxNaI50^cs{Son?r 78,NwEcp'J$a/b0S>Fجf~P/z0˓W!D qj촌0.wuLwm"z*Ӱ%PҔ'.~QFRJHz3r awZpƻ)px5xqw-ępzROO9$96MJ9D  ]7;KLVˆ#j@U:mcIoqp2jaei߈ҷL1_1lTi|q+#;5?;ꩫ*'YhD3gTy|{V{ S@,{ܾ)<;V=a'P,qU M`1z'e0LYvjb1>W4Ѕq6>B;ɨHxoe}Sw"XVz.UpkQ:w~yEyd=EI_1*HF&M^K֊0}j847ZCSA.`7s:_ `bjŗgWXgiM%Z߫\O\@ ;aodiUP~V CV'xS}IZn}@豌;n~x%޹ߪ3̘D\g~9-x.}։O0q& &2)t*uHQLNLZI6WĘg+nr/~ۤ;WrqNF̄:,M}ha|Kokd<)μM1 o]eg5$je{fL"V_Ci&%4 W1^-F)ƹIFvpb^|j aSP'许"Ryd%}L `D&"-4 ]hIZB=tHSMz5bC3T@QB=*x*m׮S1(Vg`6UI`I-crEC)}7jdd7ʠtKkxL8cy(?BHx1O ӊݲrU nS6b=1? ( `"fy^H.6fu(ήm-tAe{KxΈmМ#,.=QZ٘ S0S}mY:Rį0^+j=+e-`+H[ #{vE* ]&-u26*,'Wk`Y0o~qχ X"nw BE *:A7HÐ EƃTHxpTm)4$Z 0Wi+WPh`Z /ÚO` 9LJ1:mAPI.ZD*Bxه luYf 7% /ư_.?eR. .LۺfkX*>zkjrNuE*kQsCr|I74[Qji3&љr sldY@o 5̀)Sz땛4LQEY^D1VenKMtYyJIVHR BB1yH4Pwr= ckL/I+G3uӴ|}7ςУ8Mdi ]oG訊iH2w^֜D`R:џFC,ZΧ`o$a'gSCG@PaoY&H1x&Sf_49Z么ӆ)+7"EV#d)LU0E'XT*/B3]s0c-X $|>tIFr,e;'VMőxX&nC$$@ݡFO#DX亮=LNP`FO|j}<^ gΡ'8 }M:'f6 */EQM0,r-G+hBipIO ڐ2켖N]˭3QzZH/[tt*s?Rd}j#Ηx3-EW" %Dk&?p4J ݼXz|ETeq ̐ӌf;Tr$ *BLt}nD˲W asC,x-] aL񙶋TkM~NOg`rApz=-O VB[h.Hп.=.GwAgTAudvp5G84Ky:Q",9ℰ-$hDnKl\ަ_hle&?1촼adҨNinJ7b t %=..zPc <# hǸ%ZbdQh'YeBŞZBtЌw8<$A2*͸0~!ԫF6ܥT h\yԲby/f.in h  ULHa0 7rgр6 ΚlA@PSzgA&W_nN`i^@,m Z!r\HMFtʄD4$adwC 5< Ob8Ģ 1SX@KD>'~<#t935ym P&)%_&M?(e4ODѾݙLMϊ#I ^]XD7yq|ezr&yEgoOw 1Jjߚ?z s}y}ޱf m'GvV;G; .ykX<[f,p`HlQmzl H)E=5%OjJf"m+,4vWz[f\:TΊ!,,†?ْ8Tw4҅x?i_3/l7T䁒|}iwTY0<+M|6o~B6rWlnIlo27}j#Ql?GM\bc/ /weǶ3':l'*:JJ'ohhfjߜU;4I_R]T*XwK06{=a)5\0O <9 ;%D rZBo$,O Q>jk‹=YwcwʮxԋT"]誗{!9Vxvx*>p> SzSFXV.@}nӒ+WDľR!v~(X9X2Xn'uj}ms&G#%0o$ЅΣ8rZP֝:VqQ7۾_ۙ"q_ž`K& n|&g^0BvSUhh)s3u'EO­^1T&eh(BY㨓q4GA֝*o&=;$&p?5IUi'5M2q2BQv_; g%BۨN ^ݽyXB "G%M & #17İZJHp(B-CAe~t{U<tYQO: e/%op%V#ʌO>z¨lN@zC NaӋt}Y,Oˣ{Pk?snE쮐?i!%Z> 9x磀1ܷw=, q2)]aI\5?vRVR~vai[tzY]rۊ~{TlJ;EVI/Ziph}H̵M5S(nž`eDo}~)7PXb1OveP {g@{ nǕ5,->+`}alg! ePf Y/>[ߋ0o˛醹V{;`t zMMʭz(8gH*~p7n aJmX(|ܑT=EmǼƅӧ s*Ħx56?3aT]n3`'e;, 9w$g6O;tgj,nb;z槦]}S`_DVN|+}sBf$-ŕ?Dt^Nv!y\Z(,sOYR\Ʒڭz[k#=&:o;[Q;vlni7q%p ̒a"FPS߂yR-3ƴc 8o/4`I|YBBJvUV v+2.tGH\_)pޫXGB_J^H*\4D'h wI1V8Cr=(-i+J%?<*b\(`M$>.SRVG qvШU2c zV hre @]z7V ѲЙw_(Z01?qlzFYq-(KlmyZ:Fhk?喉XK K .qvomG <4/PÁ}l\g9&+"i1fNH&$`;B4pVyHPu!g3usT=LcFzQogޓ7+WF\yTW/C3ӋSg? LpqBJȾC(;\EJo^ ]x6X(+{E9+p1 @W,KwI=RKNs㢻˞l'PJMbInƼ 3J!6.OEwHK{Tޢv}_ ٦`+ޞF!;w8 mE^LTRTИ &Si朜}7fJzԞ0@㾅 ѧ2Ѿ*(4uKXU51B<ZHq?m3!coVER`\8PӝV-W} &C`ZyK%D7MX&0hQgP0-@͏+$ _iO'ѕ?sI:2ແ .jMںShx3VĥZLV@i/x'DT3xY3`(I}N\Bl n<;~O@srJٹBk}Ccc7?t0z8 ƕ #l&u[i٪ֻ]Odh'ĩ\vfT=򶾱)])u\Kذs3P(K`.=B=~rV=~^ )6ER a]3RRo6GFU3#5;NNgTk> bo.忲ɫ4X^-zE!1)sQ<+gvX4=Q"[r)i).\U\Z5X}3YSiWsu"MJP NټVa=4R&;ҥW`݂xA#2 1Gv:G#ʯӜNcvK@z 1崲QicI:d7b%ypNg*!|YBFZN] a(GdtS4u겫[ýglFSR+8?INJ)G\ixh˘-!SS#fٺ i1jơ'ΦmHPBNȖ[_-6g0](R0rfG^\Im}M\UY9+RvľKc^1bzl;!h #nU'yɒ/%Vs CsWI!UDlH' Fy )|>aܘ!*(I|>Nre:hyex dƛFT0kF,2 4OD6r*aZ`fȌٙ'|aۢJ9-[H }b7T !bm-e~^=}[7[Q|l|ϱ⎀_VUc*x*- ~ns|} 6j-W"eut-<u(/ năG^&[ޘMGV&0lFTb;18 [Fs4Ii?C)]@3c){O杯ɰTvA\y>ws!']61wGJE4T#;DcC7q"Y\<&'0Չ?xޙ\tƗDm<(WURѩB={/ހR@p ZԲ{J 'qQSٚ0r=h_tu-dytuF4PNyC̯PB0;؉w_P aٌkva uW% e9^pD9QM~o& rkVcUd[Oi8[`dha݋//;K$5}q<,'@zd8J%`=0uƨ'z2;ß\ 'gtAo*6uǔ7dzEkƎRfh쯬YS*kI$ ~+UvkazIweRoY0{D6!;Aև膊BFRU r9Y:C!B1f8M;=C龖{ S4hcc,'i\Ο$S^gs+}{DIbtAѭ*>a<2s8(ʴlȣ[]W?iih3W݁Ip//tg߹$݄;B"4_-<w8ʺg4 i'&*s̜(l4K ɢVz5-;ϺCjN.}HXkL]`*W vN0i0u8YaogBpbwEI' @;+!ˢe^ye7hSA/5;8iX+o- DԜGE`X1FvF&YŃ,]S)5HI,m.媑ŪbC:B_QfmƦUy.x?PX 

T,|Oئ@7JTNtˠg%]h3tw/TCϩK3*㻕ZЗ3Ә8T 4^(Fe1'YݱlXh @}&Hgki&574+ۧ:ϵl!푩߭qz6_Oovp X bP_Pr u&[s=\l`Y%E㾋ru|OS73R2Yd>I`g۳À϶X#q* _BN[}f ڕNo#s&l|YN؟xíVy\#-|1-(wyDVum45"%\uLCUuPrXd}ƹ >rZ%Iz-el Us=@B%~6wd Hh6h9O4z/x+% zm44^ *9bz_TSHҟ7|l"@GfpO @o ʯ8J'Eu:z/u$jGX@Bۙ_j*k9Hrh :7 I{NΖR 9vKa(3Qm6 2=(ۍJT-Ղ͐Ѿ=,n8(vCvmp$YX$n_r M5:4#>j o;hjk!āE#eu6S?hRnӉÉlm(Hm4(LcO"ً);ogп/0=Y3;&ydU__:^t"iVb4( g6rOF<ƭ+R.`Gh-~b%.~nJlfç7mV:t2NP}W[*T~G7x10mP|=(le4Vl &U~2*Ų́K6(EFvbpJ]$C'pIU`v޲kÓZ JP% dm[PPJ%^2ugHU7-q#<5/D`[QZIC/C&?+r2w}v% oAx QW&3 e uUv,Me}@4hT魷+kʧ@@@qˮB|ͺK|rV}z;>Sh3p/ pߐPzZ^wR/ P#T=koCv3 kބڅW2e?|ET# Zj66 -.Xhv0QHT2[U2m-ii@*gv0kCtT؉q qSĉh Ab"՛zGvl6֨MƂwK*t 9}AǑ _HBnA©|s/Eh4[6mG;\g")%;IG~l:Z6J|L]dbAmd}ILBpTXL-m㬶.&#w%uY]Ylz̟rxgnⱄ΋- ?[rjC=#NI]Z⹞ʏZbmZ*Hd4+طruZ ,DYng3놤lse'[ȼ8 .]ɑ:PqU39R 1WbM10:orUO C9Lߴ{o&6n)i;nbVH=}h(Hڕ]bq{n!$1}>3ګN>dǿԐu D֕,f.A5zwOIٱoB52hTZ2yn,(d_o fztmr@I48Cؽwqҟ_Jaݟo|(8*ީFtjQ+6B6k[ak1f(yv LdR 1ݵJyeO \]{V>,fcz_6:3P "^@A4oMjQ}f1u9 zpfIH3\fB kw<eIGg_. ՀJ/}lQJKV+$^A!T PLM$[$ .}4.1 <~u**~NWp;_g%WCd?&D!^p~ q /fCGqޫcni~dl^7/]C(R.jLXGR wf`>U@X֤HNlKXǦ3݀x$ Hk9=ڱS7zTS&Z>anF #ɉb][qmcʖ},&jlKNXʫ_:4uR+ ׿?3g"3PI6ҡ4]IB._}a$mxh OoUOB (5 O}ei.G&JSïZC' eN#|o(,'}}OLr%@ZQx7 CTīCmv&JbsZ#+wKΎxg| im*/zzP$DhTc6@Em3eG'iS„Nr8[$`GT'"7@bW&fqo%VjB{3ޑ]^,DF@bQiQO! gL+-y Ԁ!)Ԧ NC|B$ Ay]@.fwp77!_TQ+u |S(qΨw +VAN}Q,&Od]]EmB]tr&.đVdS|jɝԈ"@#r Qw*M(ʛoЌ:8I wm#zrO ʲj,UO|oe!+5^uwy5TRjS\/-J;OLT V/D eDe1mæ6U,4vP~hՎE%p p(rí;l>V$#^Dw‹`?k28-0^u0=fKX"oJrWF<.F~ h0@2n{e:HM~̗ шc}*L!Š0wO̦k_Si$C7t Y4MP6b9q(ݻ_G{ktJυIKd8/p`IHJj#r<̮r˞>!ɥS6^= 0kYF(P $I7! =Fꞷw^vy p 4G/iGH⭞v,ۙa@D[O46@xZLZf&#%2KVOތn0м|Sfqʂ pZYfG V5i;Q[[lų! %.̥ }#^mO* DB4eX Tm]%=NHoUs@Mf./:ĝD< C|m`^d)m a:bf9&>cD@;ukM֋{HSCj߄lOZ$_v{u<<=f ({7ࣕ"cx6c%듊0I6u!rvckBxZl (~ҪLB"#O:#Ж8ܐpqb#kN㡟_jxj?%@ŔVV7aԉ=t`ŵޭ϶i]" 8Y-nuB t6*SqoZDX'} }3DJ\C9yQ'CUϘѧ.=Š7R_H]Ex +|g{CY%%vmh"# n# 2 *Yj(O]]ދgDǮ_eGY$̡8q(9mnvAT ?R~EfO'$B4_8g2^N|ln_ #07l=GM0-aIS` ~ιpTj+)\)=f垴,|ZtXj`XE%X4^rM)|CM cV10ː?(% B)?@B`R+. g&nЏ/*E#l}~z.B Ifb2FxG肞$Sa;J3!hVtu\Z,մsjPocw dhl3`-ɂC6Df̬`OQ d,g\;*{]&<|Аٖĭ}C< 7ef>0R8L^^hݧjīkaP%3?>n/w|Cg<;#!nrҋ"#_m*{Dz,!E`MVEɀ2'9f$M#okNC7xBiVh6*|I WmJ[0xײD(y92{B3gR+tTQ}x ė}=>>l!hB8ny\lJ8h{.1Q-8WΐoH6hrgsXr ֗2bB[5Cph,KU[q$Ȫ C +nl9/NYP sd]vck#yAMKk&Nxrh62 LW5^[]5j%fLuO-wVi /s< ѡԛP+kϿ= ѥ1Ɩ33?}"6}?EOf?m{iQ_ *;Ðct!ߎgp~ۋ7 '7h%N g)Cf UYe2D(>5%]{ZkP )jf}6YQP8N8Ԍ|3h~WLJ}߱hDKKl&~s+^Gz{OѦLڻF}_κb"%蕳4Ŗ" Yʣ^t@@YMm m'KnI|2Ou&$J!侗XRs@Xm}/>Pmb˃-òσE$Yw6U u>VYN嬶{RpCL麉*{HC&D }&lXUq7^~Qh W?"tw%*K╩Q~uco 1ph5XOYkɸ&ds$A_yk-n/!\dr"?>郆̴Q\gB[JA5:?*C'.r F@e/[ZByhE$Փ[H _rvޥ hGgG{}횫8h8앒. f AEI\d48:A B߶2-ܼ}Jcvn+ |xa(k1dy6T}&]iz"/CvMm<\^ۺПO֛ ψb~sCwU#M:/>茑?7_Kigɀ?>=JEĩ&RЎ0lYqK38$k Aя p'\2VîTXQe$Ѿ23bcqzU1yJݖ 95O=`59 *O>[=|m90,[HSu:Ya7fZȦh?9_y:che-HR[ h\Q+X#U8J(5/l I&&P¸P@NEdUc/vvײ0xfD .TgyROE د*2 xOvSFފ<{wk.:,NŅr zZ?ӿ {-E?-w0{ƌP{/f~IQn-8;`QsN}QP6!\y;zHbpfVkI"@:!/{ۈ& KfYc(#pҿe2ˣ&+}߼JPxAfY,(.G63 STBP Q""1rW[hi |"/G˘RB*G[gM Tykf#S bIyG Upj93~N?uj ;㌱n{̽il&ْ53D/d(-4f*J*E!Zቦy] odtTvbo΀qD3V_'R e{|BriGA68 6-d-⊄&i FЈqgm̅QZg4ty^/oɡA4?,##pU* ؼAleUZguT}Eq4M7.kU-Ӌ|C`>9kӄ'_)8-0~XvV;&eD0ӂ r4Bfra8zO0Y0M&U>ŒN n&iMEYԁ\q#DT^տ)!܂=q}mX쵚 7}.Gt֟Vaǭ ?)OG,yV8n}H w >z`LGPT_ZBD@ hFRg#9lU禅'^F*^:DOQG@Aa'h'(+l`4ńA(IpD9t8GPb߼׊( bϞ VU@W/@bBn 6l8?իMHs;aIb^Lٲ0c{]sy9O`]k=ԣce0wAϘϜF u?svѕ _1 Xys3+ 򩓊^}(_w^4H<D, C4 J󧁯:K6E[-gl~zbOSb4T~N _Ӌ@N՜jC< W9C\gDV \lbtGJl0hh"U’OzlN!H< `u03?HV4%$o뿰,=#&xgLؓ~WZ &P6R!`H]I\x32O )_(bTr7ە=W ,padnsoO=``gV$Yʵ/I8'hxXn#7IID)}%v+Aj``㸐z">qh6+,$ &N4TQHz w5=e3n6?+VLB5sZhސCL+ؗvOMp1/4;LyaJ:wa0" _Q;_F5w%l8͕E(psc^B8;Z ?5 ^@Yw'@{Z}h`Eú5.4t9CįYGAŘzr-~\T~G􇅫&%DTR7ȓ 2VMOGr磠IHG-ܔ櫗|q6sC\t2ΛSpH,5.=IPLZJ0}p' ]`D w긎<7uI.ud.(Lj)\> rE"UG"HKF5ҕyuÕ~,2Vor_]h2B:o5~lz]BJIp'N9n} mH5nneZSC$_{H\` G IŬ^)ƷoO?xD  i1CG>KXGTrtv jDxs˪kܗ|'W1IJ {4)nj`0N1IF\`Iq_8wBYJu$tZ֊/UntJ =Q6R6=jԇw=r!;kVhjUFԪx OR' -,ĘD\ВcpUno磘p& lj,D+_Юݰ{h[HL=Qf/ $(CGq/zF݊Z[rô%>(,;vD5y:_L(^DUO^x"K4V/n>I;p{n ;)(-[.?Eb 2S!xK,R\ OT+lN;C:]"Arϒ|u!T򻢾:,"3Ϟ+0 Yf߸)|qvUu*P~`s[=,' le=2ut\=$!uY,6$cam̸דxв$_U5GpP߻bӴ j= h".E+ Zu%Om /LO;(X-3쵥Pjhg҃UUru+Nym-4i.e{Y+GFc0Ghu=ޤ7mCLX15j-sVSi&뽭/ŝ>da/(͟Rٳ,`Tw!$nʦ:3&RoYz>?K6BD>3*y^ p+0;L`ZrS 7_xm6MQDh"'s@*.HD4O4{w8dN ?zu3HbK(<O͊ {SHhz M)57(åi8(@եPz!%/y2ބY;<~ 8&z bTR }?N?>Kw`ȰTV Rݎ& EqFKsC >K\.1Lsdc {XZ=au9z@ ULRAIšC3תAA봶eВH5]p$qvN?S(@QdlTbFfNc2%@@Ea{Dz<Lz) -xBa?c%:lC]jBٞhp!CtNЊ &MqpZR6OFelZFFD,ccԟd!n7(u jS?vpsK1Hy XhLV86V/^P (y)c?|.yY`.s&̒j9*~gkCMֆr4qS͒.liwpi֐/%qm9lŗ<й\  p@ %r*y/bBRR)eؠ~ɑ1JXAkbwu` KB ŠzlGsj Les[ -2g $HUWUAqKo޶PQ lyP?wv5ln,>:khuW禹~([1zВi&1x5"`,;tZ";DԀsUr㗽pr&g|KrTn@8}A9HibmW/uc85x{aiX15_6-chF'C0w!sƼ>۸A^?DZ]|4i)-S|p,㎖xiYQMY]2?1/'=]8-Uy ѓ ʠnn̳?4Y&-]eK$KCלtu Fb뒠c+- *[5Q VӀAύ"`ԛ&4ϗ t9븵``ZH!`Y=AƧic)Iy#?RD*Ed RW:8ͥd}%r1Fo(i"+j5>_?4[,3³2JSfuF};]SsSHiQkg?'/4+i!E}::,_w!kOe4:l~Is 0Z87R/5%- _&WN @=k@ \xwYAS+ ơ` \ /jN'EPc)|/v"Dc^&,߁w~xȵxiaM|qU8_~ d&pL^0D̼* [>r"2 >Cr;@,s@Fϓ$mp3js@7Kv~R'ZUu#f?]  f2E{˨\Y#)aUR dvVLӯ0z^0Ҝ.< t6yveR0~35GOg#F>J+p1Z˵32w#yք h6j[BQJ"JrQld .:/FȓTyeiOO6{,O %K%ML"I<nlW *}}<9-R' &{OyE+qOeΊ%o8Cv_$w#DZݤ|%L@#+xw۩ IUdc˄(#ў2@*P 9'NEތUDcv?Pac. @)o5TzTe[kBaZFMyn,_3EmNGCT1$PPdA:5qpyK:`"110gw?R[7P8-> ׽>+JD.K޵zY3>@HUձO,kuɶ&A=u٦vDl+nS;"dװGsd-; 2fv'\[&}@`tdSThׂ9ГˋGhŸޥ_g<^{ ȒN+,!T@tdؼ4I a4|+QIm $VL:B78~d,1azz]iuߋK8GGj*uMU9Ec>j{S^ {X!KB]<{4n߭[ArbI(e"m郍Q v.a)r x*{>cD!5& mNoR3( Adj k]f-PEkGf*d#lCf|5 ٰH)\ "h |O<zyQ^:R.ɏf3:ohl'n%9#+f d'jPzOC9&/d}Jn6p겧=A2=z9f*^'k kܱڧ )0,s{ uirBWsbSs k|Y@Em:uF6SX$#s:XYE(OapG:p#hz8A,O՞aV1 қ0 _F$Tin.OGô,H,է3$ɬ,Ho`*HJȩit)=I2UKMT~o4=N'+蒙TsHRޝ 5[Ab!6Fʟ{Nv6~cjcҦs7/`֞WB^,~:|q&RCit6 EF|SMh1zI?2\w}A -mkx4Q Nжx˻ xB8DRnǯ-`^nIGX(2/xAH5 SU-@N7#fhe aPGQ߁| e`3?:ALE}q0y-&. yx6K:6_ĿD]@ C* ?te]U!!?>I!G0Ɔq?I{蛆 )!tk ,YaL66Wzѕ,C.Duv@25uu"G,H}<4.opYI S /cKSir# >צ/{8}_&ɯ5 4*nEGz-ۍo5 TõT\&ǖ  DheV@w75'|&"=teMk |rֳs~Ё70Fra'%l&،\Yu_ lh7#(q:3 7PWKnT/PmNT bv ~.gB{~IbE&%Hb*f2l(E#)R32[Z*{!(ȧ- QsKHdc#*"d<|#UuA?UɻfLFdJp3+ b_!$ JG[2&_/mE\31w,sbxY0K$ӣo#_&RW!@}s蘨ga, zFpJj* M- 4k} ]S*w^~]c߯#e^&iQWi0Tu>X/r&6DbUC92Ƃbn4|')pJB, %0LGykqop @+D `ksx0O<©EXx2cHK*s`^cRR$!dP2 Є"KM&X1,UBE,qQ"*~evv\zea6~^ֺ ,Dcךh. 9l(DoG;a?eW9{V[B}ZԹUT l-#67+f!Kc2f-sfܙƬ[<E^uH,+"|~*Ʀ+Jcy,\V1"&K*!`~.5Ѳ珰Jqxɷ; J,H|8H֨oby.h1zҝ&PI#.r\vr_ªriIQgIU/s0XxL"gՁ($/-iF(oCFETgwnR4ʃ7RN {5|uB/#>&^\ae9IN[kĚt6{5WY: = J(?̤CWe*sA @|"#=7ٍԨTc}u̶ui`,!sb6grM=|TQ>mwV)-e$*{2*Cvx^Lv0uNq3 3V}jL]O6!u\}8vThtUibyAY)k8P/i, 0@! YZ