libbotan-devel-2.18.2-bp154.2.3.1 4>$  Apc|{!M@eee@|ݾJ= LN 3S i//Cuܦ!j { ;=HH;dm&#G;s0 L8[烅!CIE9vLQcysJrWdfȟŊW̓OVyw`ڰyy֝MDeInHC8ris;-aJO5?MDS՘!7?A?dO&sH\zׂV acY>竑'tPX0c94a19d10028d4b4440e9d612068652377c4b84923468b0ec683de56c064fcc2fbe96a85804bf3c9b70c6ac4ab0fcc6aa5eb401Tc|{!M@eeeW$b@ [r*YEOrs<1S-Q조P?uC-c~:Py!{p|`:w9o%&a̯A/6(8%;X2ZXØ&F޳>@*]$}[T,|j.rxVc@xMd b۳]s(Ի𕻠|y ^&g@S%}-d5(0azX?;Yze ?Q0kj>pApd?pTd $ @ $@FL?H? ?  D? @? `? a?f?m ?sFsh?xdx x y (y8y'9zh':~'B@F@G@?HE?IJ?XKYKZL([L,\L4?]Q0?^^b^c_d`We`\f`_l`au`t?vepwe?xj?yozoppppPClibbotan-devel2.18.2bp154.2.3.1Development files for BotanThis package contains the header files and libraries needed to develop programs that use the Botan library.c|{lamb54K7SUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxi586 3lA  Y X*-K l~ ">>  rjU   ^h'.49gU&2P%( ,&7 \ )   + r N)} g D l ah 2SVEe #  8 D k6 s ] Nb" `ElD &|O>  %!g 'k{+eH/ & l= k%2 2T,{`0Xj* }L1BIO ET  uk?Q$N h RWB8 N 5 :! M o22L&H WI{ t jK)1J=yEMP 7 '}A ' &!(D#8PI8   ed2//+ [Dirk Müller Andreas Stieger Ferdinand Thiessen Andreas Stieger Andreas Stieger Andreas Stieger Pedro Monreal Dirk Mueller Paolo Stivanin 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- Fixed [CVE-2022-43705,bsc#1205509] * Added Botan-CVE-2022-43705.patch * Added Botan-CVE-2022-43705-certs.tgz * validate that an embedded certificate was issued by the end-entity issuing certificate authority when checking OCSP responses.- update to 2.18.2: * Avoid using short exponents when encrypting in ElGamal, as some PGP implementations generate keys with parameters that are weak when short exponents are used CVE-2021-40529 boo#1190244 * Fix a low risk OAEP decryption side channel * Work around a miscompilation of SHA-3 caused by a bug in Clang 12 and XCode 13 * Remove support in OpenSSL provider for algorithms which are disabled by default in OpenSSL 3.0 * Add CI based on GitHub actions to replace Travis CI * Fix the online OCSP test, as the certificate involved had expired. * Fix some test failures induced by the expiration of the trust root "DST Root CA X3"- Botan 2.18.1: * Fix a build regression in 2.18.0 which caused linker flags which contain -l within them (such as -fuse-linker-plugin) to be misinterpreted * Fix a bug which caused decoding a certificate which contained more than one name in a single RDN * Fix a bug which caused OID lookup failures when run in a locale which uses thousands separators (pt_BR was reported as having this issue) * DNS names in name constraints were compared with case sensitivity, which could cause valid certificates to be rejected * X.509 name constraint extensions were rejected if non-critical. RFC 5280 requires conforming CAs issue such extensions as critical, but not all certificates are compliant, and all other known implementations do not require this * X.509 name constraints were incorrectly applied to the certificate which included the constraint - build with lzma compression support - build with SQLite support - build with TPM support - fix SLE 12 build- Botan 2.18.0 * Add support for implementing custom RNG objects through the FFI interface * Improve safegcd bounds, improving runtime performance * Reject non-TLS messages as quickly as possible without waiting for a full record. * Fixes for TLS::Stream::async_shutdown - Removed unneeded GNU MP build requirement, support was dropped with version 1.11.10 - Enabled check target, verify integrity of build library- Botan 2.17.3: * Harden against side-channels from decoding secret values by changing the base64, base58, base32, and hex encoding and decoding opearations to run in constant time- Botan 2.17.2: * Fix build problem on ppc64 * Resolve an issue in the modular square root algorithm- Botan 2.17.1: * Fix bugs in ECDSA signature generation and verifications under specific circumstances * developer visible changes, including deprecation with warnings * optimization in the non-hardware assisted AES key generation * Add more detection logic for AVX-512 features * Fix a bug parsing deeply nested cipher names * Prevent requesting DER encoding of signatures when the algorithm did not support it- Update to 2.16.0: * Now userspace PRNG objects (such as AutoSeeded_RNG and HMAC_DRBG) use an internal lock, which allows safe concurrent use. This however is purely a precaution in case of accidental sharing of such RNG objects; for performance reasons it is always preferable to use a RNG per thread if a userspace RNG is needed. * DL_Group and EC_Group objects now track if they were created from a known trusted group (such as P-256 or an IPsec DH parameter). If so, then verification tests can be relaxed, as compared to parameters which may have been maliciously constructed in order to pass primality checks. * RandomNumberGenerator::add_entropy_T assumed its input was a POD type but did not verify this. * Support OCSP responders that live on a non-standard port. * Add support for Solaris sandbox. * Support suffixes on release numbers for alpha/beta releases. * Fix a bug in EAX which allowed requesting a 0 length tag, which had the effect of using a full length tag. Instead omit the length field, or request the full tag length explicitly. * Fix a memory leak in GCM where if passed an unsuitable block cipher (eg not 128 bit) it would throw an exception and leak the cipher object.- update to 2.15: Fix a bug where the name constraint extension did not constrain the alternative DN field which can be included in a subject alternative name. This would allow a corrupted sub-CA which was otherwise constrained by a name constraint to issue a certificate with a prohibited DN. Fix a bug in the TLS server during client authentication where where if a (disabled by default) static RSA ciphersuite was selected, then no certificate request would be sent. This would have an equivalent effect to a client which simply replied with an empty Certificate message. (GH #2367) Replace the T-Tables implementation of AES with a 32-bit bitsliced version. As a result AES is now constant time on all processors. (GH #2346 #2348 #2353 [#2329] #2355) In TLS, enforce that the key usage given in the server certificate allows the operation being performed in the ciphersuite. (GH #2367) In X.509 certificates, verify that the algorithm parameters are the expected NULL or empty. (GH #2367) Change the HMAC key schedule to attempt to reduce the information leaked from the key schedule with regards to the length of the key, as this is at times (as for example in PBKDF2) sensitive information. (GH #2362) Add Processor_RNG which wraps RDRAND or the POWER DARN RNG instructions. The previous RDRAND_RNG interface is deprecated. (GH #2352) The documentation claimed that mlocked pages were created with a guard page both before and after. However only a trailing guard page was used. Add a leading guard page. (GH #2334) Add support for generating and verifying DER-encoded ECDSA signatures in the C and Python interfaces. (GH #2357 #2356) Workaround a bug in GCC’s UbSan which triggered on a code sequence in XMSS (GH [#2322]) When building documentation using Sphinx avoid parallel builds with version 3.0 due to a bug in that version (GH #2326 #2324) Fix a memory leak in the CommonCrypto block cipher calls (GH #2371) Fix a flaky test that would occasionally fail when running the tests with a large number of threads. (GH #2325 #2197) Additional algorithms are now deprecated: XTEA, GOST, and Tiger. They will be removed in a future major release.- Update to Botan 2.14: * Add support for using POWER8+ VPSUMD instruction to accelerate GCM (GH #2247) * Optimize the vector permute AES implementation, especially improving performance on ARMv7, Aarch64, and POWER. (GH #2243) * Use a new algorithm for modular inversions which is both faster and more resistant to side channel attacks. (GH #2287 #2296 #2301) * Address an issue in CBC padding which would leak the length of the plaintext which was being padded. Unpadding during decryption was not affected. * Optimize NIST prime field reductions, improving ECDSA by 3-9% (GH #2295) * Increase the size of the ECC blinding mask and scale it based on the size of the group order. (GH #880 #893 #2308) * Add server side support for the TLS asio wrapper. (GH #2229) * Add support for using Windows certificate store on MinGW (GH #2280) * Add a CLI utility cpu_clock which estimates the speed of the processor cycle counter. * Add Roughtime client (GH #2143 #1842) * Add support for XMSS X.509 certificates (GH #2172) * Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213) * Add AVX2 implementation of SHACAL2 (GH #2196) * Support more functionality for X.509 in the Python API (GH #2165) * Add generic CPU target useful when building for some new or unusual platform. * Disable MD5 in BSI or NIST modes (GH #2188) * Many currently public headers are being deprecated. If any such header is included by an application, a warning is issued at compile time. Headers issuing this warning will be made internal in a future major release. * RSA signature performance improvements (GH #2068 #2070) * Performance improvements for GCM (GH #2024 #2099 #2119), OCB (#2122), XTS (#2123) and ChaCha20Poly1305 (GH #2117), especially for small messages. * Add support for constant time AES using NEON and AltiVec (GH #2093 #2095 #2100) * Improve performance of POWER8 AES instructions (GH #2096) * Add support for the POWER9 hardware random number generator (GH #2026) * Add support for 64-bit version of RDRAND, doubling performance on x86-64 (GH #934 #2022) * In DTLS server, support a client crashing and then reconnecting from the same source port, as described in RFC 6347 sec 4.2.8 (GH #2029) * Optimize DTLS MTU splitting to split precisely to the set MTU (GH #2042) * Add support for the TLS v1.3 downgrade indicator. (GH #2027) * Add Argon2 PBKDF and password hash (GH #459 #1981 #1987) * Add Bcrypt-PBKDF (GH #1990) * Add server side support for issuing DTLS HelloVerifyRequest messages (GH #1999) * Add support for the TLS v1.3 supported_versions extension. (GH #1976) * Add Ed25519ph compatible with RFC 8032 (GH #1699 #2000) * Add support for OCSP stapling on server side. (GH #1703 #1967) * Add a boost::asio TLS stream compatible with boost::asio::ssl. (GH #1839 #1927 #1992) * Add a certificate store for Linux/Unix systems. (GH #1885 #1936) * Various Fixes- 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".Botan-devellamb54 1669102483  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?2.18.22.18.2-bp154.2.3.12.18.2-bp154.2.3.12.18.22.18.2botan-2botanadler32.haead.haes.halg_id.hargon2.haria.hasn1_alt_name.hasn1_attribute.hasn1_obj.hasn1_oid.hasn1_print.hasn1_str.hasn1_time.hassert.hauto_rng.hb64_filt.hbase32.hbase58.hbase64.hbasefilt.hbcrypt.hbcrypt_pbkdf.hber_dec.hbigint.hblake2b.hblinding.hblock_cipher.hblowfish.hbotan.hbswap.hbuf_comp.hbuf_filt.hbuild.hbzip2.hcalendar.hcamellia.hcascade.hcast128.hcast256.hcbc.hcbc_mac.hccm.hcecpq1.hcert_status.hcertstor.hcertstor_flatfile.hcertstor_sql.hcertstor_sqlite.hcertstor_system.hcfb.hchacha.hchacha20poly1305.hchacha_rng.hcharset.hcipher_filter.hcipher_mode.hcmac.hcomb4p.hcomp_filter.hcompiler.hcompression.hcpuid.hcrc24.hcrc32.hcredentials_manager.hcrl_ent.hcryptobox.hctr.hcurve25519.hcurve_gfp.hcurve_nistp.hdata_snk.hdata_src.hdatabase.hdatastor.hder_enc.hdes.hdesx.hdh.hdivide.hdl_algo.hdl_group.hdlies.hdsa.hdyn_load.heax.hec_group.hecc_key.hecdh.hecdsa.hecgdsa.hecies.heckcdsa.hed25519.helgamal.heme.heme_pkcs.heme_raw.hemsa.hemsa1.hemsa_pkcs1.hemsa_raw.hemsa_x931.hentropy_src.hexceptn.hfd_unix.hffi.hfilter.hfilters.hfpe_fe1.hgcm.hgf2m_small_m.hghash.hgmac.hgost_28147.hgost_3410.hgost_3411.hhash.hhash_id.hhex.hhex_filt.hhkdf.hhmac.hhmac_drbg.hhotp.hhttp_util.hidea.hinit.hiso9796.hkasumi.hkdf.hkdf1.hkdf1_iso18033.hkdf2.hkeccak.hkey_constraint.hkey_filt.hkey_spec.hkeypair.hlion.hloadstor.hlocking_allocator.hlookup.hlzma.hmac.hmceies.hmceliece.hmd4.hmd5.hmdx_hash.hmem_ops.hmgf1.hmisty1.hmode_pad.hmonty.hmul128.hmutex.hname_constraint.hnewhope.hnist_keywrap.hnoekeon.hnumthry.hoaep.hocb.hocsp.hocsp_types.hofb.hoids.hotp.hp11.hp11_ecc_key.hp11_ecdh.hp11_ecdsa.hp11_module.hp11_object.hp11_randomgenerator.hp11_rsa.hp11_session.hp11_slot.hp11_types.hp11_x509.hpackage.hpar_hash.hparsing.hpasshash9.hpbes2.hpbkdf.hpbkdf1.hpbkdf2.hpem.hpgp_s2k.hpipe.hpk_algs.hpk_keys.hpk_ops.hpk_ops_fwd.hpkcs10.hpkcs11.hpkcs11f.hpkcs11t.hpkcs8.hpkix_enums.hpkix_types.hpoint_gfp.hpoly1305.hpolyn_gf2m.hpow_mod.hprf_tls.hprf_x942.hprocessor_rng.hpsk_db.hpsk_db_sql.hpssr.hpubkey.hpwdhash.hrc4.hrdrand_rng.hreducer.hrfc3394.hrfc6979.hrmd160.hrng.hrotate.hroughtime.hrsa.hsalsa20.hscan_name.hscrypt.hsecmem.hsecqueue.hseed.hserpent.hsha160.hsha2_32.hsha2_64.hsha3.hshacal2.hshake.hshake_cipher.hsiphash.hsiv.hskein_512.hsm2.hsm2_enc.hsm3.hsm4.hsodium.hsp800_108.hsp800_56a.hsp800_56c.hsqlite3.hsrp6.hstateful_rng.hstl_compatibility.hstream_cipher.hstream_mode.hstreebog.hsym_algo.hsymkey.hsystem_rng.hthreefish.hthreefish_512.htiger.htls_alert.htls_algos.htls_blocking.htls_callbacks.htls_channel.htls_ciphersuite.htls_client.htls_exceptn.htls_extensions.htls_handshake_msg.htls_magic.htls_messages.htls_policy.htls_server.htls_server_info.htls_session.htls_session_manager.htls_session_manager_sql.htls_session_manager_sqlite.htls_version.htotp.htpm.htss.htwofish.htypes.huuid.hversion.hwhrlpool.hworkfactor.hx509_ca.hx509_crl.hx509_dn.hx509_ext.hx509_key.hx509_obj.hx509cert.hx509path.hx509self.hx919_mac.hxmss.hxmss_hash.hxmss_key_pair.hxmss_parameters.hxmss_privatekey.hxmss_publickey.hxmss_wots.hxmss_wots_parameters.hxmss_wots_privatekey.hxmss_wots_publickey.hxtea.hxts.hzlib.hlibbotan-2.sobotan-2.pc/usr/include//usr/include/botan-2//usr/include/botan-2/botan//usr/lib//usr/lib/pkgconfig/-fomit-frame-pointer -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:17747/openSUSE_Backports_SLE-15-SP4_Update/bbd2433bd1e613b3565459132791223b-Botan.openSUSE_Backports_SLE-15-SP4_Updatecpioxz5i586-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textC++ source, UTF-8 Unicode textC source, UTF-8 Unicode textpkgconfig filePRCUQypgutf-8426df7472860d74351af903d0b2ab2e85d1284cae1adb4471b318d937da629e9?7zXZ !t/%e] crt:bLL q ;E iTJ5˟thQYtͰo_2;#cpCqX/t1D?;i]{t;l%᫢W;2Fp/٢~2n|b_>ԉYR]0`$_(tAT8v͎ԧI uZ__ֹڠZ->?i q۟+dn.X QE;lz #-9q6{4mEĀo.#W6;ypcRɩ.wKvu۽2|>^,>"귋э[To8 a,6mK"Ԕ8r=UaOn̢NARPnΗyWGz7w;HlcXq۪0IQ$1Q2|F桌,k0,|2bzNWUp+'W86Ouxkշhܕqb)e16uÇ!9nY.*t/WTlF/i3Q]fx|,uT }iJ8s}a~sC,Cj.o"U1(J]SRQWo-"!1o%Ł?Pb,eU#:Ĭho)2.~?%ˤ̎SG;"j_r/%Rk"i !MR }k:o4މtj-t`~b[*|q? 3Jr~zOWJ,j8ƿlXi4~1=c(Y-?mVAkz/Ӿ8w]$ÍnPZ}!j8tc6bZZpN9U") e?e5b~Te83=ﻟ8[MEJ2ФC?(G|Z[p!JyRY3s0Ck-tD=d+[ (%[<ۧ {ɯNj;aus2ʵj 6InOl@Ǿܷ !uܛO[\vΨ|oh+z"zT\BORҺ9n(ǥ[fXɥS]mXy1 /6~vXBgr^;Uӏ@-y!>QVvMtI@۱j2 kvNOk4 zg>}֫e#ȂUA@vgCF`Bj[3^Nn6+TsL[NuC2I7[g!#䞾?z hGc-b0*QL[$'4RQ>*΍y ?gM0 cmgۋt׆`;;t- CÔ iS->fk_D~&HZ> h$~`\\qؔR_jVN"5B(={,Xfy'S:?GRqY^e0_t!q?ۆfQ6WL[mm1Wf@xG>s](J+9*ubt7lXЃy|h!iA<߂YWvsWiP>!'ܟl>@_{遤gX28 QfpDI]@5SbkxV3(gЦ5$_`ۤf':tmւsՁ:DKv < G8crlHqW+!!}=]mL+{,!?A+/ W L&9.G]/BJ&i}4o],rܗdzg8Еdi` pxq_sJ K:xR+=2sω062z;={7Nx7y=Ѩ#='c]:D&@Ɲq9#B=޹6ƙŀŹoCi&lZI6T4/\b ,=$*M0Vy  ^gǬ(%U,[5l =V1Β@3r{e!s~vU[$4,gCeUB@qX +Ed++.-tC>~:>o4m`Czl'xwlF?dF/l H(dXι06_oVK,m0V>ZhFJzmt;Jsx-\2e T"X7nR%ؑg{@2 ^ to0j}.]*mT0Y=b PORePTr}^8l7-w.P3 3RL.ō,>NY|uIfzV#$h^ 3qaJ-enXK3 Ϧ1"߭ ET/K _ѿJMt"2*tL5T`q@P֒w;fmP0=Gv=B ܩ\=MاYhd6zy;6mf73ш7*o QYQӤ2M&'% ؄RjGHEWv%P.gw^Zŵ(oG9 ~v3ִ xC*3@\Ԧi2 beX)Vb_Kv;ׂ\I.i ԱC-l{sxpBeI8Q7`<&LAar3E$"昑-%dْJx ˪,MVdh]+;HNdP)5@t}j]Y[◆"1yiś$N )'bեlvϲgb/af{1_S02 %y &ԙ>޿E"?Զ4'l4E~CضqVSNmÑˏ/q2 mr#j7ha'5OYĆ,Xa CǜM Jxl5S}5P<}GU|\N1ʭmْ1n$$0wCglT ?.1Cֲ *֎\{K Du-cXPحG2)^#c85"B7){\Ջ`eč3yQБX89H)E췢B9_-CaD({pfoƉ b:z޸'lʂɽ/{tyEZLHۨw&V#/"a`Y6(4!-[jQY K8,tb{0c=uR~ |J"t~=¦Pɛv \S/1i2WwBay^KTؤkѯI0x19NBӯ lSwhUnҶЇ>8ʖŘ]t)}|KXSE%VI\X@ db%9v;oQκ|}2|عBe؈;p]pa31{0eCnS-OKOI&Bޱ]+J`oc&-SF>\-, ="Ġ9YW`fmxtU@MaAn3/xH+Yn-~pGl@CW(.?v8IuRލ~N:")r}nMj d\s*\c $,67W>N<4"~nxii`~ӫ)!gFy&riP0!qj癗vu9(`Gʄ! f#P.@_ʻVO Ɖ5ǎ`oQ. z]T8uax}M|t̵a0~qKO5o"l]>;!*yx 1b&SȈv)im0}֯۾ :s ^'P=!*tR^3-( Jl' AZ~)s?ݗ %eh}J . U)~Y\ׅ%QwW*Z},e&Ŧ(m[Wvq}gdsx5~}((9u묾7`y i]6@~L+'Tg񜏦ywCMZdXŢ0h |̙b| WpK&)Ӗ>|e HidD+w^xVܯH ƿBg:KXEK?s9%_JiFs7#@CQ#6עhJ.7vhdUۛʑ6x?Hw55_jozJ6: Ыꨳȃ'lxc ʱ%3 lZE[C9n  jK8l[hy{paq26l~>C ;=ܐ5v$ktN1SH BMmw$k2wr4z5__k!\߶71ExPsDzS8^ N{U5&-g&p>s|D1+z6,ո rS̗N{4H\![-Nm:䅥LU51;~ 8/x O 1 uVY)ao%!ᾅIBIHj77M8zwpwG.簁˾u!qb.;7EOBlqCxWҝ4UTi IlLzTQLU1|(pFKMjMMZ*U&]70_j¢͂#XdS-ɵ>5z+> w1s)Q`,VtcĜ#=6Xi kޮ4==7oP&-ճ LВX=F jvg\rE0ar=ݺdt{;JЊ"" P3 gX Py᫹+KU4`:-><lkCd:ɮGlPAvjL};]5Tج%93uձPBJF+P ?ֈ\D_܅c<+8N6}8Z&aDcoRʟh7ֳJѱTR*Ȑ΋[KB<@*@.9{<' b?aǵ=iTRzՎJY:DZ=?Oԝ!T-TUJz]dR]]·?uWl:u˶n *Vd͓_,1W_KZT=),OPhy).Xs?"|ɽuϛBK UmM>UĆWZIeҖKQFzܫd&sCiW󱖴Wq#j[~yg%mɩ*5S8CiBX0ˡ\,TCn*(ӱzloj1MSHG ײ&oȈ]wb:*/]N|9$hKxʳrĩ5;m.:d%*x2'ZܯljH)S瘚"Y/ pRO- ?yQ ?bʛ [CWFQZfwϨ93({iUD}!h6*y}Yfs *c$K'84?ZYzT_R s&pAUիMY0^F HK>G OM x dm$nX,Q+"}׿am5n.C׆6jt^n>c|ˣ--*:V}UҍB% Vl"|?ɛ>߬nV 1&D b͝N*U=N4c:MP:7/Rco~7E]g  nq)|Rudw'h5c .$@N*_;D` d)UW8x+LZf<tu_Vw/"ZEJE8N⽄#Lkt9]*#9uz*DH JOgŨa2Q#En7(9ds/ȸ4F/O䆱cF7 =[RQ Kc\~ac};j=R.( CrOܞ 2.no C'aa"U*Z+]L{˯ڍÝ@$wFxJ(DN'T܃!XJ{Xv¤2'(]Ç.G$v#x<v~ !- ֮72z&!U=Dw4X!J扛pTI9t*+t+`;3nifRaP-sVN~x2Єa>8$:$IX]/[Y+)TȈd܌BNg濾x@*S_ ۿ 1uC+۬yIρl2ՍHیVnBN9f ?zk%w(d doMu=U\욡IWfPx 3XT"'=pPtHbwYxuEC|,=^!"dBE]}q&9-2bj筌&'v\eGT9^CA /v7* I-,pN""tr4ZPEfnmy@I6DdZ^R;a dKqYUx2 N0AU7{Lq `+F`ֺh]_zaM#:A ,vqDޗ/O@5ϲA2{U)憪^5n]6fع4[ku3 % VS>{Pʼ뾽u""YOv9?¥E3b `tOCqqJ%gCT_ p;{9">8x@sjUz-fQ[.|dz=*TDC^SB@ fs#%s*$pM/x b.fj*'(<91 a>׀i76:$w&"(AVZb RSfrtgGխ ʢ1G? }<5h]M8arC LJ@n*G_x$vHID҉&j@ ȝfZF>dXk<LMfPYAvʩ`ذMԖVtU5+FZѵ1c]xb$FXu83r~cc\P<)Bmifcs_iWw7+UG* s-2lхnk˕fijhk̋5EŅ.S[&ǾY?#Xof\7~ ,-e/ J܀|򝢐v#i׻r /_cfݩD h5'j-ǩn6{r7d;V6/e>\ %@~9CpB䎓2! :)Ya;`ƵCbQ/ʎC:]tYQ&qqbn@4a2ROAK"E +9ƫ{qCZrtWD}M\O{fҵŪwD޹/>cX]Swyo'"S{oԠ>QY1G+נ"}ܔv?Ȥ7D}/-}0"X0X7ce)V0xGV –Xz5{G_$,K?EGrĔD=8J5Cz TFaY%ykem#ѳF8$m,DeN̴V`*؃#  ߁ײ@Z ӳ=jV3EKS=|g_˪RpЈ-O2TWƖ$|2EaZlE珲_%c-wKehzdGRa䃓{{N!۾2|*'\0֛UKHK>&,F((ڞs!;~oL}DlqeGNʍE;Ƿ3 I $KhD$HqɂZؑCmޭC>Ol=6I(A'h.~|l`8D,L}3x4Zp Iy GϝVkW3_kvV@h||h8ttYU# !Rhs Z ¾p:Epw]$/|@Y=,@tn?j. UtzfGߢp hɐ^sCuN|&FN0G?U%|1C2U{ݹ(πAWɳ9۟k Z=Jv[H.Blщ5 uV`G,s`},mS(F-ӯ\ da͇Ov81 ڄ7g W#]UJaL^C>מAO("VjLK[JXOM_Zө,j prAsY[NZI^<Î~P1xSE\~$q"x-Ci1 v+I!"ƪ.Lk R$lą:@@r){Qn # cj8VބVI_VZRZ! l|HfpI{TJ(pFndFdaṂN,j @sώfBj&؈VdiDԤ@ُ2(7zVeF.mZ+Py,Kxw86 RэW&4DtiV]i@WL08鸯 ʪïr7d9*Iz~񺂯mh3iJ-e;-Rخ*VEr:'$X|˲Bzk n!U6le7"5QFbOQݡ#p,`G3[@ z03pQ`^g|( ʍ*[yo3_&7!033Tg a᛹"'sWKʹDQb)j+})nSZl%$Sw  6.z"C4 `&O' #\T :եþgy]ҟ`cOr_R[\:RP+=#KjgüUT\\pU(6ԑAL?>ܦP+fR2Gi $W Z ho̽Ghm Ԁݳ /dxҋɬ:Mݜ$j Hu(Fke_]B50L~AʰB^_RWSSAI#qR^K=L{gzbu7.%yX!;>XRRn\ը}rp__VH+/0YÝ% J* '])E`?Q[_X磜!-3)uIœfl!Ii)7.-{;G9ٹVZ*X;f p‘ fe=aA|N ?Mq)LJtmgZ*oWaoZ%AE$76&_ED,xq:#&*w,AS_KVݍZ!siHge]oڞǹCʳa?yq*m7K 9^ވH`z9[Myw0$S֏WD2,d,Νv'WIJ1p2By~鼋/asĞ/Tt5jE =tNs Td>G y( (3R4(ȥ>i4)hƌi =\;B;n T]Biւ't&TYyuH~MTRWCzz7_ty !KZAԔ:t 8 cRTF4 fWO#*/Z4I[/p !+g_jݞ& .RGjDyܨ?Anߞ5T*wzV%KW^샄r^q'~Hغk+X␖22Up"gw@< 4*|;hS*^(˜dhTo%*ͪL\F#r[: Ja$pkچe3xIV J*[p׿5, 'tt~`ڵ;v`{-#S]w{8;HHTE'\Kh\'S7gn-DqCWlz>N7ҭ}V!hZ|9vahs ѫݯ%CHFI<'Tk`qJ̍@{LzsF垐$ J_=w uU؄d5la[~I`,vchAq?&(!{M,vv'-K|Z.'[ڰ zL2nܩ|ˌRQ4bZ"n^Wf F(Vk A}[Β+tЪԹ'k簳&M*8X%c/{_1_g}>}4kNoOK5S.Ԓo dHB9~6':+ z{ l%۞uceGUy|EpVK@J/"`!w6[`vr`aAsn[$Tׄĕ廖Nzm$[ؖDz* Ա` OQp0zh!s#5["#_eYDeԸ1ijLzL#WWcUӚPEZ^!4fc5CÄrڻ7xɐBE2Uu6d!!ͅwzYkĸTM+iut=7$Byb[?ߥQYAT=4v1'/*Z0A<2|1tdrZA{_N^g>u8).}9@,ϵۚȹN2ؽӥi7ޱۀil21FĐr|kYuU}Q (_FwWh|ZNn9~uJZMc'{c̓P kEIm (ѠĻ&[ Q∼wYq?n8[(dіx;gH@.1)bm.&E5?֚D L.eG~("hp5n`W!4cL[@m>ï}lz-yMYϿ\<`@zj\I()v1>?`E[XG1棸n|ľfXER7ec<b3t 5ij NS)|7:ݐ s8$ڐNٛ}E NК^GA¤<[|ՒJzXZބ0 t#+FcN?Fd y\i$Θk9R/3Vx2l!^D >mZ=l\zxЪ(P6i}uH7k=&{uMXT_ :ѭB?HW7L6eGrlkyC5:pY@0JGsibJOUL3|52X){2ʏlQ$՚+~!@Q t/U7G:rC6Ӛ(Z߮U/P4&Nqn`rtG.G|IKg~sqT,@ʃ65JD0&HN㮥o[T72W~%mr5(1 S.t'|` CbagUA#>$CZEoTUO|Bo$ŋǮ,iZn)~U["@ZUVVij\GҮ%=< 'ξj$e!|eBli.TB5Prx׹Y ڙ7H*]fg ;ܟO^ISցW2f0"L3Yq`}+/wy9ND}т!\o^R8-=8~x%O对ڣ:{qHzTl C)j'aN<[(%+Gcd9 >nf ٪%Jjw&~ 5Ѣ>d9Q,Ce0ܳ6K4t/$ݪ)"`nv7x1E&!/HtNp^\fhΞ"ƒ!f첻?ZX pzBBJd QăNuƢܵT:7˫-y(^w!g@TΏZiᖼs%aduy'- KN^=#{ܥt;wW/d>:ѧ'ŅEzq.2%YQsַϩeq;$rIx[xrwa5o[<]{&QN [Xnހ0\+) Vp%Exlk98Vh[wOEٕ"9+!@ZXDŤԩ{4h Pi7e\4Qn0KJ.uEoʘ}Q@#%Փuyp8( $^3e317,lrMd~ű:L!ќfBDR/6)WXP16ɧQ)ʂEk/>Wf+eH*`] 'k^¾9eXR)68\7cy|c%0'0_)GO>wblف ڛZ$ YmA"{gI2Bjh/ŝej]I#pD<jv Mj\(Î+Ud+k#:֊d8QۦZRKm^N-`[Q_jD ]-*qKp%fT_$|Rc]hrH0B^95xnB_3;!痟g!O2AJ>2<K.yFsVJeMR7ɞI18Rf_u {|ljL^W@VtrV-gyG3'vKV $.~)tn3p$NlB+ (!Cr7.y9a_X |+)zv\wJyوl꣪FRa$v,XHU_%p/&jy?E*M,í5MeK] Woy`Ar! AGAO`V!ZwlCEu%zWU &/Lt&q)8"ՙV Zbґ\NQ1Ɑ!`n=vq$nٴ:TbDXh]upWVd2g9HH] cӨ};Mt b:ׄ;VQDIeZ$A/ׄ R)9z%TvEPD]QZB Tpf;sNt#R˙m8:l(/zO$@\yfbſH|PN0 {)'o>~*%tQ".+N9o`y:zPOR|T*b#G\6-CI7O^57?a N8yi"-LYOk hu҉@:xD`\OEo7`!JW][LUv>?U#:9Z!rGPq^8CȘcNVt,iBD-8)\Pŏ )?d.wsDC {m{}O ;im˂[!YeӜ-j;+#Q dQw@s|C6SSumvs?eW/#sp?(c.n 9# 21WyQ"J3?}qnccD )iȿE)J=ɀ2 O@b*A$ Qqi.~曦\[l7C7,4[<*D׫G7$TF e 4a` 7Mf!o[n)Ufv4&Pa;n{Klrou_2 AAcX c"vbh`F?ڣ>HAlz;V ;t٬c97S4$w/u|tU2 5V1ɴ}_'ᎮnesS 8.KWɣ-UΓG"WnfAI4iZ; M:((퍂O,rxe{]E{{,`LE>?7/. l%~pNXqă{%QGU&pژ0] +Piͳ#۟r%pibj \P)`'88K);7I= U(]AtHcO/>O~ꗮhSjJAH $JMBWg"or}{rXז'zˈ#rNYӫ`$j]#).17vegrG7WzxU|_Jf6:M25` (vKEDn#gcavuuDR}r^αjP-1$Owu +*?]soQEj!v2ZC0!8sEfr(YyWW&h׹6Õ:HoM.sI,vXLVM+0 ^ITcOzHƾE{ p KPZS.߮ ]aܗƱhgUzC餿OqMhXo7Ex^؜dT˜ONUE\ ppv; CPMs'%XH k2Dez OVk <ȕ)S1yY+X:R9RQo[|rv7g-,(PZR\%4Znbt~Pt!NjȿpԥQ ǁ wLi;25\G$jmKo+N3KX 8CY!:wg?wFnx@UV)r~\.<󴽕?ڔn( H3ڴ%eNgXVkX)o>I$ə6Hگ. pz<"",  ,/~O7j8_1 d $T9dD_Lb dqp:u`JY3%;`P[Ӻf""kb'<:.[t$Cp$MƓfʫ|u-k|N5rqy-D@gN=ͅ/yr/f|9FPwIV E]T*GYJ184$NpBwe9NDz:bBSL*0NJÿ8QuvvV3u˻҂/ap?Dd4KD ^Sp*^n?ec+*R8\fr pbjR{ V-p`̲3:k[ETRCn 5 aT8} >;8|=TY~Nt0˨LϥFpd5mf`;2U67"aa5>'^%VȗPE<2^aȵf~m(Y X^AD x߁5&ybre'Eݿb`:eGĚ<1ķf1:de˕r7 zݜ}7G@+).Up|@N">q@6jFm~q18ʓwLΞ:@b!BFՎ *d:?CL³xR|m=)(ICi??zSTj ǑcTL#5Aor(^q]9Nos'L-FW 2b hCM>r1"BXU[iԅ ^f._,sq 0VЁKv(1$ަ)[|Rs[^&-6z}O!mC ZE}su'm-ѧ+Zg&4oa o>jve2IJHmaEkYR8J~Ym1 =_=yCZ*xv𧈳$xE3lF6 ;Bl+1)ZF t"]қE159{}JvL: s|lQPOM7FAfu<}(cj?͸7 8EX?V{7C1?ÜJ,&6gTi[TFCU I4I|b"A_z/:@-kw84/L_I·$$) f&=bQ? 䧒>۴vAZgXa~>L0v,4=.g=h{dBM/hT_5Z`7ꨉ:SΙ.Y\;@S ګ-K$vDߕ5Zv$# %V}:Xbw䜧4VBLO8cXCU)-Ň8BwDIR $p8Yq@9ibagO/a)SajrdHxu{ZX+>Vق_Rk]eYclTy141u`~&|J;^dIgg )(sogy1-g*{EI5EdCdh{ Gq\T{U>_t:u,ZfA+`o9O&kPRdJ2ɍ0al'ѡ\=i<+YklVik+7p{ b7xNvG<#=I~u7kHWuD2;͑냞jYd[ϒXӜ&%A0a3.W$ΦQ 䚣LeRÈGWݧ6#0 >nk&-bH#)Dz膇vPǤNq0&V{-%fTϢte':,5ٌ[COwUc*&ޝ%Ri>\r'(I' s?1T{#`;By'R<†]4]YqDE6;rLmƳyIʅ[Ա8O4d|y&?-3ש&8{9ĚmK [Hhj.yCy]"vG.ٺ^P% @)@C) NS1)i"ҮCuS@Bjt| 0 t eL{`(@U-u>A%&Jz|o THqr*$vmYOPf*!\M߇8s쩪:Zef1.Ad/R#[ _Q3uOAMI">.k| HO}ɡ3YdkX>B'2QY,Y D 2o>7Hd{k*7yc[9|N4dEzrbDh&ƴmg|TV/c3;kѴ9J!{ \blsw8j)S@rI2}e¯/ߖ?D»t4G!{KvE_l+<ʅD9yj]T8ęXc4$>{SnH2p WTeSJ zNV[(e1IÜ~BEx-A߁Cś#'k90[\;鳨:°zC ((r{l ^P EzpѢ9ߍzRVAi* G-8n8)S$ZH()MC0,< !' 7Ǩr2C.chvp{.hm_`>„r/FMFJ˜FiaMi,|RPp:n2j6(.K 1Q_m<(ƈ]K.HBח s L ^LU]pƜhCY 5H7 zig%|֦ụδ]S*;zή;ehK(x.&4\TܶxLiE=p: j8g\5!:!?vuۊ2+=03_eq@\EP kJDRx3^c<}~l84ͪ>bP`qv<ᠧFk3w=`,CcJ\}#VI̪ͺ`FbP(ME52̄U<\v(aV&} LFBppWo~ih *#Us,)}ϳOPi_'RnO!n_NHg0 ɶE=\׎휨Q٬.ycs7ɓcSCg1'+PzAct'BE5k.o&6T#!iQ= =ՠޟ=$ ήPCEλ!xyPN?xO&AkQ6H[Ƨ7?!]clP~-Na\fG5z1IJsYܼ^6?-b[#Cs\6ޯfx*ޔ$ՊW,{ >VE^ 1 /ňz -}2s`\J@3'^'7#n4XcVEClQDX+-j*P6UIlƜw>^-xjKhd[ɸy0x25) ծK#ĄiZd=hn = ګSCU9~Sj[)(܌uڝuړ] Q]I8d.ʦDV/mDb\U3@n$oeQd[vny}umjã[e1 ^t@`XNb8{p$;:fmpIkC2ViIt!QB9,뵣}kHՖgDo98#R(-]B(sRnF(OM<=G@th0rnd2H~!}c &[&Z0y60p_$ 1 F<5ҊO[`TvR )b^~AD?B[־BS+^&8+ݼ˲Pu^""P+Nynx>ŵ ! xi qDyS'vbW!GU)PZɥ4-sӜA}a D׿`SNeiwX 4T_>@LuْRYJ[eT:p wN=/X:),er7cv,H'/^|4Wbᥞö&_$#Zz˦XNS]ub4 ʒqqaqc 3C)\7HV'n\5=aT>҄YA9@4ma\dN)_mkհ(M?ldY:[&2 _y \9#T>>w!g 'xo\Y,_oؒ73-P0l`$_aOoIi14Q]?27)q}6E?ԫFu< x# HȣXgdJA׳1csJw{흍#sՑyaBG)F~BʥȀ +z>ϥ *,{?JY!m-{]88M;fN~T7h Z{{5Fyi{U,bkX6鳯:U݈P#goh:Tr Rh*,ɶ9azPvMr8M䥊פeV2MJ;-C+R^-%h>!͑4C@@eb]ƿw"^"_Z)REdy2k +.rwR`֮"aSȱm[vi ">&}1a2U5ۤOոȞHAw]J2t7 T/6SjKsrGd$(v@[vq;!F:.3]EzE2X"LƆ}yP j!Wh_e h199ܸϘqaa5ga1MGgd3T҉8 (_-[+9!Nz+!]Z&']`X:Q R)Nb0pxB̂OOIZn0_CDhB1I;`􇻋8l<;݅$fgx9CAͩVee$2N(4PHdtx蝉8sH>1II|ˬn\BtQw̶9L8+y܉5! ' @yњDro&9$aU/f%{I@ӨE,Í[5/3?ƝYH " =-}WG^lB`JB *ۯ}kw%LzƦ+a%FrNh]bUB闤 #GDZ|:%d ܽe;A%7R JiϞ9@˪FMMe׆.i8{黫1KcMPqchm캈NCܷo9g s@4! 9Yahp UrѾ&Ks$"}dVB~#^hPԦ?H9hǢj#GG!X܁1^e5wA9O4fߡJաn89j/ߔZVG& <_B\=D1oYbz?Ep# BB*Dp\x;bܧvwkY~uAl)[dhAI\j=do,ex[KRUrSLi5{H;a4) _8jg#93]*o;!jHC̜g-Dgvdd\kgTul_pl@*cV,zSZi~q>MFQyW9y ?$X7){*ske+&wsz_pj !ȥ 8j ^Tnҩi,@zވlȽH#J}(sN퉃ZZ_@+S(*XIJA#:.M|Q~]^b Y_X=_ܫd zJKw8 pe٤E-cPC$ +De"+ eV迠[}͌jLd1mY)UӚ̧5/8 Q ϛ<wa|D CHI b־RctXǡ%t"b6< 'u]L#f&QlF !6XPL/)o .,2ro:(Lc \QUؑԍ/ -:f}nO hlbwH ,ߘϬŽjCb_f0Mc鯍oj:X6ޔ9 )^|W};¯;&lAyiQ+ G13`Q&[.fo6w9WE"Q36=Cefk0b|˲y!3RM ; !GcyOH }m}u0'! e`z W(}EʘEM&[2 ة*N H=Dׁn#dž*~ÈKeae*{~ P){bJ8]f;P=OψOWSR>e(Z]ۣ\ۍk'펍QXK+\JCJ-Ċr漍 w/=K1x.s>z> +7M28$3CD$iVVLEb{ Y{ T kb]?T6ҹks򍷶ng6}=q-,EŚ s΂ZI7e^I3{W'T&DzҾuNL< 3Wru:vz!io!]%lO9bg]F-7XYӆ+AAgi {jƾ?rv`LdL(ZH%BLШ`}ߌFݮdAtV>A{5˧N *Kp~x =̝T¢B}$~ _c:)-׊YqISkDHCI&DذbF=XkXǜo4|(Law; z>4:#>O+͜ZhNcfU*ͦnxbP1k0]jH~bGh}V,+>$w'kp0UC֣Fc[}pz jիr^ޓNpWk<\˻j>Z%ܙn~ZxJ&pC,p~AyMсYT DKKBD1`{˴Øa`IAB6灹I U@zq[vq#5KNŞK~THVΗBI*Tgh;oXOԴO-DE? &RH"v2zc2q8.S)w>Z=sOE2Ÿ_BxR3qr0R` -9.g $tTx,oǴm.h+FI6[KD\fRk$L<,,tuтs/}KY !2%#n+_ Z`ģG!hjNTjT㴄]sm-STW lx ̈́"cv*0Z-眓v+Ժm4Ghú$dO闙ē&IFކԃt{"`l#\\Kȫ|0L_LP;WaJO$%-cҡ1)J;G phlY@TmkuF7lܮUp]73ѷ Oy\p!_ SKEQ׺R ѲUwLĩlFZL|뮶fhD3 1$v J<,iG-$ih9mC{+ tk" \])Q]N`< ⸻7}ޓQi}o8e-orJ<6Cxjh sgp40=$#$t>ggOhɽ>&| Oud>gJ5!ŠQ8j = cԠ6`")_ 1f"z| W}C5N;AZumRg1jSd} ] ik7`&EG$X\F D 2-P6| :\K(:iw3lMHZx\(Ow:?L<7 byLU  w05}a{M\aۉ*喴GDkDz4gVq>Eas,%3{F"]xV LWrUh.[c4rb3/w:ƧJp^Γ' S `Y54P;t0cL gZɵ<(on@Oe!V>tɡb-@BRY;2Q5N[ȳ,ʆ9nF`*vgt0uf /Կue}ϻ7fD{˩i|>E†8[xCA8vd.CAnةAYvwZZbAF֒nJe@Ce`ihMkY>_]^% AJaͤ1g*5(&;RE{: G$X#=qT ӚAZq1U)igrF I^lZWkvlο*~bFjA CDVD& IS;^N!'0V_Lޙ z{[du~_R,+jE<|fK|.y3j1*\7Zt:UЄ)"9^z^wG8w%4IxB }מ >P ҊL7/\$?ݹy۳vc\ZPםAtA˳˱ӗp elNJ~;a2}2۪V CGXX:瘌p-3Em*-@P1L2eGBďM(xSjSS9*DQ[o%$izBAU"($˩5X%?\zwm&/3`كPCz 2qaRBӜaDr92цi<;6hIMYv )A"jۤs/04V!IOH͈Y&`2{J~ +ܩ5~[>KՍF|OjצfT+!W+iϔ/",k&Gg$IO7 4<mTo_64܌Pڸ)Ǫ7Flۜ9'Ұd#OTٝUwC݇ګh20ycB#J$+:HD1FrZ,ߖַ3["3藘HpE-.j|~Au8`KOW{JGn\&~P!yݷ)&xWŀTOfn ׮8ږN,|n *VN]Z=9xڳ2?YjS g6+2{MA!ؾ}IZ)Q- JPv\bC/) 8}~%6rʓ!- {k2wj,Fy۵27&b  ]N94>(7K[r[wZK㨧8i:ӓ# zgsi;nWzA pa *U( f4 #] uG1 _;JiR 8ڍ_-N! V?l0zLu@y>Nk휞Fc{!dռ5'4P[37R{_4@!2} S"8UlX$ZbFj: wDBan>j(xu79b.!IiYo3۟$#L8Np-WPK-՗# kq懍7vOl+7]q_^ul/gzKw~}yt2kzRb͙BӲ#ud|H2|)~}& 48pΑ4VN\F_6w BaLt4R?!KeWǼG>wݱll"픩y"]6ٓ_]p7%JvbKXMv̒4z5y鲧gIuG8ŜYpU_[xy<&,W6ՀgD7bAMd@ x&~!5T"fs7@LͷkO<%c~%[݈I4uS5ݘzDȷ9Տ37arB4mfT˄no4~џ_'u2t)TZ}=omKoe6?1MC6{'RjQٸ ,[ blbV}R-AXWC r[xyW wq/Vliw6UfOĉG| _Y_ΣU$ߙN&|MܖSYs$ƽU]A"4el1Ľ$Һ|AHԲ@4ڐW7Lg$gR./v%}(Se=lH`g? 8:a#5ɆBD6[zY=Vw Z%6rD,ɏ[t"&RCҊ BF XAۀ%BxJ_֌}0gVpPtlNP]s5 `R(+ da|O{a:,pN ߉b]^7 x{ &(Ro3_] kML9c7g† >4vy-}v=Fm3W?rBz CQcGÈ-rUOu*cëN:S~qh|!M$5İ)#{ΐ:-t&Ml?^ Vg?Ńbnؒ:96|~iS֋ܣ \WhUz>nJ8͍ (s!5t+bACuO!n)̰'*(pxr#+6Y1Qg 1ed(ΦٚKϢh f<0&c]bZ m&㈘(= ։L*H2g8<WE_~#Ȑ [ yS!̵X6ρxkBiC`WZ Z\bkd4, /B[X98飰eюw\VFǎL88a\R52i*=L!Ⅿ ǐw_]Q>mQ$J3hG Er{^ I>*sG@ Dlo4⩜`رDjJ4.g\'C'l/ LLM%lrb܂&o4prŜ͍ ^=}2vpTVTw$_g_>6ハ]h~헗 !hu[2opϧ4+3Z?L?+ANCT>'̣$%HZ W!p NXOd[KL#A_矲 T4Sy9bTw~W[nc oZ9z_V3ʪ%-@ē6AsoD~ Y [SFGQ݃50"rb+E̻O gܣqFZK/Ye2Cх8Q;`5TeJ|qy{YDpu/aZѯ8 >գ&QhxQS+-.x,Q5rvˡj#[YuZe Ko)J={PK[?ol)FAr_XonGw90<7_٨tI8p1Ӣ킎b.xFWഋ8bfzU?F~92߬}~s!=جZ "Az㙰-KQj\2QiQeY×C)[ԞtaEFG7תYa?&Yhs)Q&B-ZAHUBY\-DG%闲Sb2e v#'.FfAsquĔtf8@''&﯅y`@ƳNVrp:=Mw5 C):>bD Vwp3&#ˌ_/J^EMRg ։|[#v#/U^kg Ys`d4 9*#5uRB3 %59 z^Y9c*EGLe ,\Y֮;Wg< I*GJlky*4_ 2ͣOVF6)6ze\C}0c%e{/BqBks`qwѝx}W\ _߬ 8ȒBmIrp2t,ln͕b%=7\ͦ`)RI;NsU0g f|7um%T7q,Cm 7fT:[=ggd뤜R=ʪ? uY~_6a3/u++!iRS,t3C{D\nWtbl*#+xV  2r+HTp 9CkJhKLǓRi ?k+ m]qo"4c _ܣ G"t%68B S{(ʶ35iOQwq(0jF-fswhbfHۭ1 re o"O'W#} e& Nz"k6Ucgaw~ SP˃=淌8"'sF4uD gJ`u=qvRM{oI\ k.o\c j&mm=<=L.ڠC{Пz qsf{CPZ^9L>dkj3Cԉ Rm,,@vp+_(kȋbM[G'֡?|YAolf]d5×}slѹJ&¢fcT@ɜ~.ςUkmg32u*W4'0e4elh f &:wVf$C7dnPT%Q!ىZIT)JVwk(V$PHg/=/6XhG7AeC2T oi=@I Dfc3Y..5F=uUM`wU+k0q0mQH04_:O&]W [kZФ|\_@3'P?H_252 m@AI|%, ~7{ oˢ*qLI}_vhћ)FxS00 ~/αݮuuRaYs,LO5 qv$Rz q*4 4|z-p%3hz"$Kuל׷C}|C cQ* b0e>9-+o,85eό ǥPW22^jtly/8_\y.ѕCT.A*ydc]M8@%M"G*<+I'$ŽcO|2{!~ tl%fqn(řV eًk\B$#>:i !1B 3^b񴡎;;a{z/[ٙi!+(2c0ۘZMLn o9xqioy?\$^|N~hleyiA\#"a Ҹbaeĥ\q|#Q^SK N88׷/ lw^:z#Nt^? 'G0;wDP:zQ8ש >d6 Xw/͹;x&]ĕpYey˙/}R%9+z`p h@/h ֌] ,eH߇2u M2 [j+t lc2+N I $@s:H/KR~0qa( ^PX+V"xCRBDX V< #Ɩ=ό9j\\ jwXLZ9 oX]$(H`6ʁA]KWM l9j*GsPplfe2']eB^.LMA]6 y+0xOU\m{t؁!/ grFee.%c]7!Xr$,bYxpOx4J\8 W13e 3AE o-52h?_k;eӋ0 ;O`9X,|=-inÞXLR(_afn+ghdwLz|);h>ЫrvnVxhU=F!MmY3i2fqML87ʶς!ӆ~QF~pS}UO\n}?x%OUN%_ (qOD \ճxe3["# lL_k~miWHaUOvCTF)CI2a)t̂.EQ+K\NPky;!iU*6ǐt~x)[a+kbK.A^6]c^>ry8;:Y޴ڼ0HzDŝDq~vYTE$RuwGb ostG-5Ňp|͞#^۾: ˻=P L3`tt*GpbsxCg̹}fh\ňb4?[R$itP]ϥrH`~Xם.sWcС8!) ?2!3C'E _7IU 17 n,i0̘`P49Fg-Fq 9&`24,˲'0yߺ 6;*'V/ɱ^v.UAWv%>j A 5!wH[e?@AS"6 t|pvتw M MMxGp3-] /lG!mdR-,  =ߝHaL5E^{W7DW]o$o >l{5ʂQ {&G`b y;CyBH&Z':'&> Tc7v\¤I-Bǀ6X@#h׃ `Np :HTs8# Va/ ڊ6] .ZD]:\Q m{1Xoۗ?χz Vo7M] ST䛪.2XұtqT^8%EfCN/#ҟбnuن&%YY:gf f6~|lw+&Xv<ɀ?5i96GFnn2VdB_V 7r5}#Ѫ%whE@,^Lp1e,D^ 0T8S~IPfG?j߭K-y񽢆I2zZ3cU)D?l.:#'KypX|! Vrɼ O#-X(ƒAغE9DXgWN/%"-@}`9U=a.f^9H-m_@Zgb=׳kE'|s'klnNbVao^W'ۚ4Os2q1mHTK}*Un^쪟ѥ XI*_!=}i,q%Go"5r n?èTy+RW-&V`޶| t.+uPV$Pkā{w|\9IS$IT9u+waܲ-oXx~u<.~~%[$-nj(7t(c'21{^ǥ'VaK-m=ܣ A{nQZMҗh'z&agw:uoCT:}r@s&,Y_rsYs`)e֌ydF/fcŐ{ =I\թ9bE(;BzY.M5ZP|8%3-탅yySGvJLQ.I=Cܚ;Ft2i0y>[g8"O>[OzC5 *̚ =ߨs)ysR)~ ۼ.Ir߱}f0VnDW[) L 7A[f e2(no &Q GZ_Wwմ6خ7hR"~1e/-_rݹtK{  20̀TXᒐYoFd5"?' y±I>~Hr9*:|#uDŖ<"HQ"_ƫY9&RacE.?D,rXsjC$u TƤ{J/DE+ .e^OK SGǯѱ~ݛނ+bx)n]C=BfMtwG 0A]Bu!kfw 3TcOA9RmkZEzX#r>sHv%]+@ ̂7ҙVA@$skU-*h}4͞*P$xZ#z8 ?ńbXg:_BȖ:q!m-xQNQ8yqĢZfj?; .&Q?A5pOU7sM׼ <(m]HGDe= d`gw&AF+AQVvӾW|?! nbUf(n0 +g7['YiJEc4[a C<15}.>Vd0~6lbM1X\^ uM<f% 4 ekIbXv .fkr+0Ps&;2W;6݀YƑک  І*C&ȝ]miL[FvjӶ#7[տ% g0l >ն%,yLB1tZ'iԳ(_rXzfDbDt_$Ig/L~:O㼭w1얥(C X(ȧq:k1"}ZPYBQ2MHR*Ԣ޶$9{d1o議U+H?zHڟ <Hx 0M#@ڀڗcC~6b)v})ϛPj63ήq ݔyyk)p  L$$$/jøsߩwmK5WBk+lD%YySx"QG-:'Ҿ`2)y Nu|'5^t~jua/,52%þi:z!A35d; LqһmͫQ8b{Rp[o ^"VS7Z0_7:_jlq ^A)\m A3V2k@/˫ߨJM88/Wo[*`ȰBwf)v=J;G&I@ތ2aXO0ٮWENj܀mBGSר-4~.Tu,1کnϸ'OYQ"`x CۜяN!{1s8BZP 0uߒtVng[jRU>x%/iHv`<Ϧ~,X?:⠟2",N0B_,c)Hޥ)=$1:u"4V24'ZiSY|a*csvCp8ơݔf2hi1ct4ĪXɔ9NV("r/ُKCD ."/n@z`';#.e|kgPI^<٬G*tH!F/Yab2@$Jڱ3_o[Jz֛@_{D]m]V"eLj"#1]ՊB /?*у>[pWmE)&ԂN海;Hpx)fl6FJS>mIqn#t {vWzΝ/#:KI:laf"rrZuf,0_;\\rç'dOEZP8dckƄ udžC3u/$T Чsrӹ. 7IVKCLV BK&5F5Hs[>n Kүˮ8͔vQ * tzXT uZYXyqqcʙY!052S:@ '! l/ ,{=0at|?Xst-ݛ&.`j!.rZOE<xbcdoS;+[ա$_6cxx[r}9|OJ 2i:ŎV"1OU3PnIJZ篁RL8a]9z9UlB_8b##Ah$Qk^ٵ7XK{i. 1MߢZSkRpaL>44kHpP)vn>ug3Ĝ6+C>p k]ʊIXe^|:H^/PL$K-ᬒ֭nv陵㏉ٸ@r1؁ߟ\gh F`$ODU K࿯x[F(M VbydntR@wVDHs-cJLH2-p B%3j᪞"z-;yCd(Φv5/xm,[j"fhQ3v-%#1?УGKTe(1W0BSV$.J]/ِ*4h P5o >)폑ULcQV)–Ȟ\= . uze y]h=ݕO Czcj`G k ȫ2ό?~[#dla}RpekԜaP}pjigu" ^j'N?{'qKˣ~_"ǮBoB e e"|W]n4.}OEXJdo6勴. ]tiR-#;6TWpF.iuuع,;!񤯍×j?=AwQ 1%#Hbfܔ%4B@#:[ \e&xl"(el?]pz3ƤDeZxvyCiL+H!TC"D8 Ϡsɉ }}%/_j u Ɓe)/zItq$8_1]W: E Օ:Z:$xvN v/ ~K\â.V; `+>Ƭ")UTʒXB0RiUehx_&@(rDA0$/y[D#lcCS܎P4%DV!c>.mc)U)_OZz_>#-Gt5ҝ2!c'Pl4g2pj6RњvnIy/;ó\ vVj+ּEvuN<]]A .Iw:3 V{2pX;av;|cxꖯcnAE9qh5Ub')ͷ dWUfu9ZzL'ߣtep0Rf'B i@"[ |ڻ{:/[!'v#/I*~|g_?INVuWXO%) +~iJlmґ]n#,G2h6uQؑ9^x\YD,c׋)*,j`ϵD\irj>ȕ^'﮷?43xudN\C dzsPɡ-&=.%56A}7rʯOLX3)g߭Wɘv4א; G_(֟?7]cq֊j0Ujk*6o 4o ;7L8Hh~tTґfY2kfeokfCR%|58Of_Pc#h9$Yoq;GJR[7%K0I)'ݳbi[9)Ÿ$2jS.fq Ĵn,Iq\p$*Ug"ĭ>aB'B }oy>j-- -^e9(nxu{+=B)3T"_8߭Ri è7]Čcp@-^*0nHʙҢ0ޫs} \D劓 HeEyzʞ-ἕ<r"/#ҩ&J4 i(wx/1P)aq7&ard׾զYy@`97sI?}~7bqYMMՠAM=M\UݺNOXؘ!,;z {ǧ`)ӫ`g]V$"Anh4Ǻ[Gw}T| =1JS)4Չ9qCj0 ':Tޝslcڕ)h"tǼ/:vFpm&=SE &: A8f0Gf^u"d y:qm8wtcJgKnY)< HE΁ze6.wIs/MD_\r\8yf3d"UA C,*:ϸHozgՖi8Ay\2KIBwZZ%{2w1 7q_?i}[:V}{H&CieTt!>>w]a}Bi8Ruq9jMVfR NʱeR"0 v5{H}bb}(s8ǛsªMcD/H>ZJW )h$=w=%;`Kn~d H_[^K/Sww%mez*CF.hk"M4S~SD&OQ EC9S51of={o}vLU-qsyF.6FM.7lӇ3{t|Lә#:sF5>`(Ē(£ (Yew-صmΝx̋RSAW gvoK=rnZg7+FwK0HJZ* %|ˁ[(8~MU"j\@mٯ͔ i؊wjeY!]k&5\R5@?\75|̓ɷvh;5QsYךkTm Xķ Tm NT,L 8,R6n* fcJXUiT .E#bng}e2WiWtT6η3$ȅ]XMު{TYinb,CPW>a7J6-]!Zi XTLkoNcA{!t[S6tpvh~ʁLZvr21X0on&}MZE ^OŒ2="xms_+,ټf#ۼJ.k]ib~|`Xd} ə`KWeLuZ )=moEϢ ä,ڃiN̛PJD .U bhbhRRSh  6@`؍S)'z|4;pʧqʃrBrHQӌ]x 7 [?†i޿@rp*|ȹFKʄ6R ׄ[޿-,cJA-^A* m]2ǔiZn+>6S[V@mHp-^~ҊlkpNڎGE?ؤ5AREQp=?3y5^=}33ku'0o {YxJɔ5|2EՁWɿ;=Ө63i"^6Mݓ =pEƟpbF2ԃFsbZ㰑=)^Kbk07U$>EyuM\Yo]K܌Um˴Jbnr SvDѡ&o?=GEJ*FdXRi=&{`zŇ>63mMS&@&8Rg1{?UH2;֢)4;q\(% hAeshw}\r1{`]ϒG/7XsېWHDpA![Hm~:Ҟ3v~\9cu/4y5I2'~mqxgR_ $+ΆQRe5^D Ȟ"_z`;zr]EڼۼQwqkX\jz*_.ե}(wB41 8~A$(O7 >}$>ٟh$%R2SZrR!3؁(F 4e y[CXBzl`cLc6-D(O["Fy.cXKvaRE|~&r`:'C&h% O_Z+P$'7GLX5xnIqz._LZ*z#B+Xp{RwWlȰuK(ُKd)0$ 5D[޻ⒹTDã ч`e["nx{׷o?_ ͏jZ$>ITWAUpI\eOym3HlEkbPI 45/<3#c1 n@pj)?eT1ϺKISS#ؙb:_uaMu\KcVs 3W}9ѧzBUYx!\ F@ThЀ=̀|ZzF z|;l%f9WqVHf>1N2qTIUoS9 ?ˣ/oK?$)t[( fw̐͟;9"HV[*։WJ9['ߕK $0dJ5fk1/2>[%3 i7Yif,xeBՓz2͏n_:yu~2ސo+݇-uk$ "ǐ,QBy,56Bn/RQ{'k0jkk.6D,Nȡq >ϑx1~]>wzdX@1YC0ޔƑ'K(>Ycj)d ?0tjѶ ]=\c@2ߐ{&m!=8v B(0Bppu3G)j?&|m]}!8W1 EC)UM3E Yq :MM2%  @3[7U<W:z<;fj43wPR-q8^B&Y75 cS|֊1#2g,rN:M2,pC)TY΅T=o 1N0r|LۗT%Le a,Mwq, k/Q':!n_sU rO3X'` 7@#2x% {\}{xy*xylRT̈́*ؒ~-Q=]wyHj(ͧ99y{7X7dֱ@45ZSK[cz|elG<^TcA=gi˗|[mB'|{ b^iZKYvf.WAfuV[g 3qC ߎKC$&!L&8ݓq tHS3keH 7ؕf٩ /dIE %.`- pE2X<4<㈋+#Z+4i@ %4fP e0PDd FF.sd\KUv*p./{tH@V /s(8Fud*%tͿ#cczgo[%T"8p9~'ABbHےdGl}!9#s >'p 4ۚjIG}FaXKK(.PBziS!Ylt8$zhɸ>VQ}og3g7Ls8eHVChBZ $*n JM/du)Zۣ{mq r"Yz2 p=vM\~}W@kYv@q$SHԣf0Qr U% sIK`je e}(pr@kt"Ғ3<q6V,7fVIA$U!Я zku`eq3ȶ+Gg*1kWU:d1-\ 0 PAO\1+nj;\ ;j 41G*V `j!S|KL1f_uRJg=,ؔ+S`b^a,U&:_%QgRn!E ULucY+qDƷ5X//5YUʲ|\'VØ՚Y!e{3-f? zbB0^r P'UX;t !㬱: Ҧ7 ucw4ZQ|e_樴YF|^qҕyyWO(ΖcpiJHۚhӡKaW  %Pq68+.p "7"E@ɀC~j`벫tJJAf.W>3FD8weQkFNeV%uo.A9r'6N=rSyqL]5 n(!VpzkSfl1Ag?Be:\AsftXǼ[I1&;Ԅo"B z{?;ig2Z ˫KRiu .WtHwþذ[ψR[L/H0ĸ \G:!!։,>M_@DdŤ<=v)RʴP(lA-dr&QlZu|]kNLՅ/ (^O g-Vix YțЬb?BͤJqxS9>{U: s?m 6eN.lf]w>mzbחx9,eQi}EtF94±בCQ[ .ra2)s_W\YXf<Օ3vM1gk;(A/ mN6"s!*9n5^e|'\&$ꐅ<p ;pZj۠O֓2P1$r±,s8(kB" ̕#nKC}-2k9)6,x"s 9xc$OWwJH,rrdzzE^_ m6LR ͳnYwRĎKO(g$B}NӖ|C볺QE- =*eKe<+9l77|J4%GػV;'M4dZĆH&NwcS&F8*: %Fw|mݩ_P =wp܉NofrD&y .n=fiO¢02[:ؾ \ T ]4(F@cdm&1RfxSWGk D6wV3!$ =,I 6 <8|6hZt??^s!yjT.ԙ mr(5hI)ٗIMk:CuEJh! C1AС'O*1-RV7݋a{|Bw]GFgwy TbFHSmvz`3}^HV~*CeR?xK{o%Š/pt7jNJW68 U=Cl07:8qp$9$}ܧYA9,A`%4j1[c柫,E|!M UPT+_N"oob? sυDלt S nJDv,.&J=B,Ӂ]Ij~AZqК\ٴ !@Mև8O^AADh2.^9ApA9ere aϷIJ"RqcRp 45q=ĸ#z`*קf|p.VeE hPNSKui^WlKp _o)j0&Lv5CW仮 =[kFrhPT^Ks:oc;5ɺ5S**Ha􏍲;?mptK+G3-] ųݜ dW}Vҩԯ t&}mA{!-dWW\Ba)شϹ'7=%*5,uCg8LoV"L3.:hTYU5?@9eRԊ\1PC1&b69L:j];sA폷&{os̨ XCcMhOđ:@O3j6ŷmGe';ҭ GAz)t`VCgjZD|ŽA]t?YӢ! ok! 0;6n;͖^".SF$[eCj@:Pb@^aK 9'oIJɟFd1R!d':#ӽ=Ca@^z,>i@f:bAO4*V~0?ƾL {Qֱ̉ewcS6R{$1)ҲWzӍ{TQZ=(ȟ)Aِ:{O]Ci1P2ܦS :ineWvI#HǙ4n^j%ZGJ8udEeyBt Ůe$-[g/cBznM^w ˣ|~/B$-ɷ̜!Jܗ]=BC0%i .}b n9*ztPbƤ ְTA) F(zt RXe:RaUF1 eڥmP1\Y̬^;l=YHQ ݁v:,t29.EUלAtP8 "$qVpG쁎X̑ -,n|"4]&w Q5ɩB*f`څAPAZdd^&NOt2fwjLA=85\@yNR98-/{EwlcEȝ5=-{dZhew&SpA/9d.ClIyg!&.Yo1 X`dx*'%WQw VFux:\" > c@*|MjX0?>?n5 3Ҍ=O&#WgwM6|կnȿp5AS4T%MF?Py,Ƞ &>dQuf.J3oH([7jBAֵFsPt4_TC@5:|\+÷T6-x/_̳]%U'hλBHNU$@\;i4%ᑀ<~CpڋB'Zu~f&[^֝CΘ._km& 51ȿ>Z>&'7m sjg"/PpE@Z싛-D0 4<[C(P hVy󻣿GHϯw+zcK&R1ǵL̫fl舐BdRPU/.r =9=aBo2jw.;fOD"96G #?R;=Tld5/ۼbkhhe`Qr>f蹺8GSc!mtԠ4=] :@IYr=GRP: ZW^Q* be! *g6"P`|gi9vT7ԁQ8EXPm9E>H.LG "[0,3z˝d{e1԰j '~:Bdו`QFA<ըe܈yab|Ȗp\z,: -v%B3O :,bmo.~J i}0ΥcB&Tb`V3p׍f -+/;}h t"}K%tQgxn;ՁH^j#nCp W@#۱tFǣa*IK'bv"_tT[R*%z{ ?r@g v)ZS@`;n wDB*j{i8s+>VL+(4Zj$3^`ǎKkFL#t:*o,i+92#e(:r.F gЊu pƊtQcw/@+cZ^Q&gh eri6RMm;¶7ҳC@⣱Z-)= TiN'Q1C9ƶvq~j0\rY}EE kSמ1c*6ajɧK;S2"_!).q܄Nw/z~k\ک[ )tT n$b50|» y Obt {)z2 ẴYR=igZ)W\%h?nySQb.V,0Dl܁#G=a_1coE-#uq[*L[KU ۴9zsQYA Άv]{Nh2U~3;=Zq\1»<i/9m< n=DZSV 0vj| ĢU"e$SA GN7C gWr0֝ǵ䐮p𗖯=;{d7n6I#/dQF|j?.g08;}9J:|^fCƧ;R,cDSXVpebJ0-4ya2 Ѱ>XSS3Z[Yy!HK  ,'Cx:^L:6P@G8kR0fn6*3>M"z9AZ:}x# $bcuBoW}idf[ڋow)U8ujYG7gGR|pyٕvWzU\xkL`y}ezJ7L-6•9žV<!NjhB;|%7n#yRBZ+_X ɺӏwk9? FmIs̳'?c̀u#"Cda\Ba7ͩuqK.?'b{_uM=H>֩<-s_3oGfʤ1UF:7{E -i)y<<#/'wD%_˖ wFS2fAdI3~#e)E훓Yĕϗ-8* 8bȮ獸G'p/[WWʡ{ΐ& Mݯ7+A2IAZvs8m)2t>ܗ(3,IVX3?BVҼ*qr>R ;2iiT9ZacY[LI!Cһߺ3ut? m a#~z̞DK F Žn=h0"r^mUT$~~Bϭjpv}fhHQW~!a4!PaLд A,\6b?%$wa4 +oLC+_J3p6l+duUt2 =ʋ{]r/wu.{| Ed_/m7P[p& n=wlT$gEv.zRկ2 >u_"マ"?wt̮ߑf@yixjy!eQҡM&nsF RfTO1B;~8u G<Ϥgrr~IӛX7$ɮ/;   UދJ6]dΈ0F}:O׹+ꝡzv9 r* pX[!22\8-ӓUYp%dꅄЃ>t˘{(<+vzÅ5?_$jϩNnTnv6WLIN:Ӡ$}7T/cR"eyny5L4|gg7cM<'Zf#`xL|x^yl5ptB,]zzXsiGX(IwA$,>R5K5!dk+C;˸RA7YFR9cRKxg۷[APH 5wREd=GLj&16r;"_q"yFSJђ`P*Z Ikw忖lܽ-F@"tsrjϭuEH] =?*X-L#-o*'_@(ޯvt_v10|9a;XJg5H:’lq#an I6|m+J}V)WW"D  ss9@f'I8P2V7N)?P2֮<>):yG%1GɎ:8YE2TuXLkg: ǰB [>Vd ! f6Bey>@mH\>scLЧ[y;!6Rke֍AcHu2Ÿ-0椉qр><(*!  /=;X[_-~D'A@W L b:މr-IP|j&ȁJ>GAEӔ`5UqK(+P6x):}H`s+ t:AWٯ0{9݂ڃi쪫|Ew!oA,]qǩ8"ǸŻ͚ b9x9Xx.L̏1p?ka+8M iqPӖIܖu]0iV' qtTp?Hqi5izRx<6NBt|HL޸>D JoSٶ%=^4n:9\b,"S~N?HGv'8"Y_Rusڵ ObZWM9nXa`VE.R%E5IJG'8ѳ},x>URْ;BsҌdf+>RB!ta}A<?U(jp0 D`[e|y>+-س]LޑwF^Ry^rN5{/GE/b:Sҥ`!"P6pT fs= A5DRRy(Fp&Fx hvdykXYLĊlY(J;Ar;Yࡡd@Tϣ9G e0^a{0!(n Y T4ޅ1H:pn :j<ڂBkJ028xih) qKnb1AmQ: gFn*d !ouCfqy{菠u,\ 37;XCjsM1jak~Pca!l<#E|}]V8wb0j(9g_|Ӥ s _ep]8RHg`ϳh1T @gǶnPYGܮZps$#qGa`-{M$RK!dkg!dkvѾc:UKF5^8V]&ԃ4yҩJg4|@WfA Kܟ oed4i(ǧ1C\@!?x4"JāKQ%;0@eϪI6^rEhr0ij+W뭮u}l^L"s6`| 6ï{Հe|JϕbH b+.0PΤ$lt5 .ξ v5HL<!|2S7Զd^ohurϨ2f8xIЀV6.,!d5DKli=v N/\SEK_ Iw 2e)?t7i42._]2Wڒ1AG,YVgIyB4 L?%W`#qJ|d XnϖX}i"yԂSǬ!CA-M,h_5 rF{F ^v}a>8No<@/,d oZ3kݫFGv3*FkvUC,\;P돉AUJt[ɵI'~&.Ըuk[As"4I;vSqHs[|h5aJ1?jlB1Wk6r>ϰxm5V#|+6LjX,[P?3쏩@Kک#Թ2ze\hݐ7IpK?Sb^0L@fW 3e-QB\}sᲣ4: ]-VK9cp׵ IloBEm׃CrZO„Ө*%Si|rODIpia``n_ۆP1f䋁'"BrhLzOC WTHOc-&Ҧno®^vH(e*-T*mRye}K˫ؼ:]9PjZ*Y;s_ XwwcmXtNKBPH%h7vM1 ]]%U..!.Jܬ^ubC!0@| m&I0GDI)"\{HEto}`p4J;51ã:+A@l HnJb%UBo<$t)ۿ]8`[ $Ywg<u4z7r' $\D LPʛLػ9 7'gGTx?Rr!  ِKXdYvzG|w̶6 'n㇒n+V4Fmh(NpJc&SF,W)>%<,>ZSq4%;ђZ8m}Ir%kI5jR++{=äGXP.;7䁻 \7nx]жPlJ[F^}37?K0N.'jKr3DeH蟡 rŪ<[7:''SEGݭ4S`oM2<#bRh~INb,.v,ԑ~XbdшJۃɍ [NQP,h_ e s 0SP0 Y?7\4҆bD-A ҕ0sp<?) ؀zfgV a43$y #U8y"\΢?muCU {3NJC 1{fJKÖpol,o|!*2oA[( iDtN1k)NfxkMזd6K+#: [oFw =9'i-%?=`Jػv nP r/Q3wCl5w0Bл֠b_Tu b,g-ǜLր#SG0ҭ)Z,Dz91#q4 wDy]bn356(N$5<3BQ1Epjub BO\2̣բlF"[ݸ )v493]ϴ6!фg{Jʔ'zkMA9ү_W)EȌ_j[nƣ)bq-QcW# &Ze/igM)ZO{Tl ]qA:2V{CQџ͕p |P ļfrHbΝ^uK P0$"tDmWWlByۛ)2^ 1%sFwXW|m))ns{zFR;0Fy`x8#:a{oX#1S͜շ\\J%2K;5{p6B+k8pAXmn~#(|X>`l85'sL]e!nbeHfF/SqĸV\KdI(2ϪAQzHUĂ=d5pr "'|v7k-~6Q#f_"x?zcǥ2"QVjmE:`Upz[ʓ5UIfI=a@1_lC7.@df&CzqfKG-yHC+a tecz8Q %]Ơyc_}"-(sRگV8 B(F'g; >hߕ 0N8hjߤ<sQ$i}_!!IT 8wZ4ױ"n6XV`SQ^# k<7֏ᙈ#)ox5_<!/gf5Mӿ{ץsZgߞꩻH˻|5 ;%ڴ-ڧ%<"m*W*nV: %^j1toö8r$߽WZ*(wA6;lnZAWA-\YVS*+㤼d! CZp+tk5V`+s@m'4#܉e?LM0dFscAt$Dg&F,%rّ<$*r]{/Oi|dɫ$'wCEb A ֪0,WuŌ+hvHlU\W(v0K%u:Va= s_fQV0c0g\wPĨ{}O[ԶW-70)qY@mVfFj{dZw]{YcQ-[Z)kZT39?8" QBd< J*Pf~?fiDq yvxwDNIڜ} ^}b ԙ`c6YNV9br짍mQ#9neEzwc%m<܎R g\c+s:nS7`\Ս֚и/+y*,T5!ºNSmJQ).뻺ư'v1>qփ,H@ܥי7So܈{%6WV}&L;deݮ(B&;wr1gWm)UM T0L5W+ЇS,h[Q=)h7Dz3Q3t[% 8P?nAlI^ZZClc, ?%'!6n%G@ʾ!!lu=!Vŏ$ᶐZJgHU"h phY,J(:XxoSBXkm2-}Ȼ^ӬV 53rZ'\(s_xvm;kC6:B}d8׬MVFn5\o[xc * m=ִ=0w5|1YU5kNFKYؑqت6T@>uO!n_A5hܤ o3|Auځu gwD>XV[ӄksi`ETek-<+$? O f+Sb#ozbi<'rws.9Z 64Įrp?@ MOC^)Ҙ>?D=C^ t13L3p8.y?ih7unL8 -KT!6Ra_d}$h7nc'P;y2C]?)+4 cJ81V10!tYRi=aZ>z1nMmOV&sf#; $78F0L hvWrc$5h9KiC ީc dOl0‹ Ma*x3>8Lkޱk>pDFKaGׅ=UC򱴘vJL ) \=Y9h"{,e2嫳뭷hdW U{G/kT-#ky;;zmk-x=y93jo$Ҷ9Fn9C6NM*3{9RM%}EЦO?!Gd޴Ver$|5 "تa)>qmHbrf-: ]8!Bh.9*^?C$ֺBhv`] gȯ (5U;*1b;[l|&$k2gUp"IhvPaƣҲV0ZpuF5d?3u'9Ɛgg.#5FG27ZWhS,7&7C$;Jѝ ͤ&]yK*լϳ_K"^MrN:!|5,exPjP{:ܠB`{vC r T>=XX=2Ve)t| ˔'pBMG2Db9V4 4?pc9/qWG?e"HpS?&[,ꛭ꾙V{WєN2ASROJTө̙FmWlg9Zy&a7wӻT*-n<9nCǿBbֱWA{AN̴BlCISW wdο:J2+f!L(]'y(U*eJ7E 簶MRy=OkZ%O%Vgw p&gzqM/HcNgPg#uv9^~[hڈe{N69„2T}U-F&}A|`"1-"֨"$7p"zi16 bUƌLX""ChOwRy''o+@tYЯbkg!*pj۹~o^XPt̀[>[k. HM}?n"Ԝkf*,Ńٌ$!Ӗ-ygR-=\lk"A8);Y` [ct;;l)ZIǪ}|Dgrz L8v'#/'._ء%8jx @k}1oB;rQ= eNSjIcnG)=XkC@>556B5C̱oUBcԃGH×ݴs[.à $S- Au5uk:9͛K9:,1vvԩQ',u^z&6sWL+ѧpGi _i<V ӥwaҎlB+j4V5llX FAA߃ZEʬd`ik"Mjrr$ ygN99ʖ%;=~ΎktE_Diׁ|ǐ J l €(N[|T-,Qs51yS/JŞt]FKSpBގ~wLN3_6@UrEeKm`2y89mٓy Q FJ-U(Xu" !Оoe{sW w5Hk0}'2`#&q`N7W8#z }}{E_3断6d }aF˲!-J"7ח5h*Mה]w?UUgJyu/ShߧFޫHnӓu%y`|`b*?Xшu]{' rU$ʌ_ _uxbj;O ?<vJ R'i_%f,g,Kxd8awk$s?7@  t1Ml A(@0y(0$E`1!:an&eҸ G3  #9HE1mVkИWZk~\HhxǮQpVY098PRr$.*G(MW'_l#I.t"ܧX@N79WiLW<cRUH$ wpט);"[0kiqfqԬDłe)rs&Э* S g [,p$b1}̣ӨBqUͳ.LT}{zߥ/R}VA99z37c%(0=?C ((n&4k/(?a;cTR!Pqb`̮ڄ*,W_HIfXKSBj'[ cQ~Juhp ݶw΂)/+b[C~0M5F/MRDx_-Pa-z: q.LB6@1J9KZ 9h4,q$R Rotbkl|1nOQDŌ! R11}*a&D 8Af9j߾*ʻmш!t .kPs?G4i+mttY 5T-JmF^qGJO<I!C]د V`Ű'['Hw-[M8А}K!.u Zo4}Ru"VZThpgC>|?0Z] ?:7Zy[ݮs]S G2-fĊ$Ɯô,i YH ,g;<8wbT%9HN/tr zZp"2Pb짴~ /P[4p?x?JuHk/Mekj^|kr0>1)Nnn^_>4kA1]+z3@«+dji9A>! &xM ,$PǺSeUv=ya`u%9KIߵv ]F cCeiǠkal)Sag/a_AB WFf_"Rҹg叵u-Ga-L\G}F$Rs(`8bp$ò[Rm6!BD 7ݵ@{4ʙ/C`w"T@ N8c+Z`ޢtF5[ص2MT].5.B0jarܻ j";RG`ݿIis\_T:FF*?ؔ7@#1 f>}7 x$/]ԔQPn ȥ\ ImO7k a^` JlgW8eM-WZd)>í`dWH%`ۇ+*$;8:fȷ-'oX]z#g~ȫ#AQ^w&d,̢J,^], K7*:ĖtUWD(7Ak"4E=]M5U:dO8-{> ޻M2hm"7Lm "ĈO?/T&*3y-GV鬳ZL"})TV4#EԘ !ڿ22#ʴ5dW8s&G]- ҏ|^eAU!kl=?#H +vP5Tn|* 1OgiQ"WIsdS\AMZd9~&Y_Q|Y4B1k+3ƾ_ߪg3+-sp>k_ly%uY4̍ՈCx&=r"!rD ߌj.~ ٲx]x>zjaӵRrWzb& U$5T,f&JqHq\~$>)Y ˀp KXgc]i䖱l3pllb(2j0DDoǘ^SSdXtv9Ke;ssZl*ty(lg\j+FWTR]nݓF<`m*ɪ͘jJ2{;+W*#*g mMvk\>ifqfҮS2YdD"7_(4P74+N.}=u^S\貃)rիZVFgZP,rAgO:%Ŗ;ɏ&{cƆzbCFq)W L=l~O$7tj/l;mP3x BnxQ?lOpXZJ>dqRi]7]D,jw0ؿ/>Z}W6|s_RKIsV)] k6"Q7aҟ׳#k1'[RQFbKԃ UPOwoHggm䰈z[T` G%K^ᄜ'Mg x-)%9Zi!`.>4R Opl[檕F}·:WvoFC5ߝ=W flo]1bd8y{7S%bdi6rcs5*LGWNԨb#Ƶx}XH̑&IoB8҃9g+ zhtF,}0H Hd(7T%dm 9U8< қVE${b*o{n57|{̝kiMsfQCH4NR~nǻ؆" NZƦ- ?9U@bz'߆q558rP%JiEQ8G[/A7O0ѐRٯ(ic%eX2[E+ƌ@Yf`G2v (P$a뻯b-ޝ\aoy_@)@yV7Y|(My!Ǯ=Ɲ㬸-w*}CA [ 73.:Y9Tt^=cma. z> ϭQ l;ڳ+Vs\XBwh|,=Bt<^X tp[G ws08ΙZ-ݗ]ĮoDB]]5 fy{Ff @juL5OӅȼaxMWmI--WòpQu0Hqmn\ccR5IChyt[ x<NbV~ Xr a-6ϺR1Lja;}3ƥe X0sEIJ#(PIr a] Ϲ(AyKgwWLYfFj&%Zs v ҦwRhRRi@ynWj_.Kj,p)e.G8p؝&M` ,E% hpF[֦6h qtOo51hhzؔKHe@8Jl9 3ĺh^N tU~i>4=7 %8'-'U]hU[ s-\@T]J2gEZo!ݝsԍZgiJa\0ARJA5"}_E  1%+Xξ*t-zuu@Gxe§jڧ#ܘ聿$d}A Po!{3-ca۝ܩ}OaiFGD2Aw撚{$uzҮ'VKe3w]pӄ,NQD՘ؚordazUi@AC+lnzTp?Ųo_Y@$e`SmFgD,a}슭eN}&޷>dP|; Eb,~0kcmt5P,x51]X{ W~ΥN?ieF3rZr36+Ix0)oNF`0t.x.' uRgrPt}?\D z 2jہ *s"_r$3*{ŋ#*T ;w[^3b>ԧE1*{T7p&SOk?dNP'ÃIZ3R;sD@R!:9XD%tH)-)k/q#k%0m˝tIϴ:.76sB(}5WN4/s5rаc3OSd8FJ}\DEuE4JPrx6Ъ~egMHªЊP2꒶m4!5]~-06sUj,$k2K[!"G"Uo./4ٿw,k;5>m>ؿZEMRXft!O"pQIg!-rRԞT$yr f`]ypaY(aB"! Dƞ|_WB5) ide.@Pq5@})?V?i֦qx(N WjÕuIh.a:s^c(R Aعf4)m3زGEztvWM?(G!v |SM8)mpCrgKkV|s0Q;}kE@PKn{l;rKpnyqa|{x謻*14}l+F*["@jj :L JqÜQHؠ0d,O`WIS[jvߑf&VE-CLʨ:\{=kLrH n*g2&{w-`CE#BcQioY!|F4OH?ж+d2hm2.|ֻ/c>ξjf8mnhg Pd񶕛+!_ۮ0AH§3?t'^-̘݅r!5%< )xNr`t|27TmYuCAme[av,Gฎu{j>SԬz~RoCANq%/Ȏp]$~*)vFgjqHl;sQO\'J.?W͐)LADz#A8Gi'_w;ŨSlebLQ&ˀ),x!z& G[Da|3]/us5BJŴ(tz/J xbt}ݘKbRxx#rwiǶd^-V1JbQ ~/fRkF_3V6MFWEE4> ?bJ:*<]5am':_+fvdk5a ܣvIj2p~xԟ=!E,9; 6j'X m0FB&04D@ :G1B>y`K;Eڷ{hA3 %';s&ݫh{q \w;Q:yePWZ›3\ n 󻓏MMqcZN<CB7G#uw$Z6 s=-C{{{ U&4ŔPFIw"aq]EYKVNQF(al且 ?CasqⲵM!Q`_^}`&}=A$87:Rn3'Vbgkts)aSΔv'zZ(DO-YL̦) 'HSrP2Y@Y+]nvE3D-B}x s {"%C?+4$aSi9aAp@v1Z } 9 < aj-}U 8III~{ ?~*(,yfPfHY\覡J/e'~@4F;. VNNҗru0P\ 2UEmSX%8v؁zxW[ܒL6/ .xve'z{[Br!gP7pg\2S GP^os'Whg}g!q xM>#B*z/r엛)2=[DG4#xDɑ&6vMI Le-D&ANrk p%ܞqu9_ ](YɉG'ȏLn0Dqz:28(8[.qeFkVC'TwmzI< d,Ρ1E|Z,՚[HQdY LB 1!Ս{S+a-6 =gC=3p S$,[/$iKԸ>hREd.dX?L?j r'!yAmY_K yG"3+Ua҇Ŀbf0E\>DgN z:]jd])q$+AqDM J.l$!/&b |ɔ*8M[KOL$]Y~ `N,j#6s4?Ik(ΣC02i_N*o=d̏5nP I:U&peW/gT'p"n҈3y{""0:Ќ%X':mBF gӮ'"X .RAy_rd@%_T/1a([B/G hݯ\+-Vm0wVmZ\dPGԔ QG08*S/s?A/ft,-xCtDْq *ͯqҭMo˲(O* CGUNиDBR|}:Xs4Popi&5D+6@[f>42V}$R@X sS/kf =Vmz<%g5: (yLȴ`MkaV5׷RfZ&nK5t!6w&IMT[;JPpa/Tc#L^xbq/]6~jMyׇNq7d+iOd.EY}ƋæR6Gّ|Gt;X+ "O Hn|\_xGa%^}Xk8{@11! <݊@~:Mjpo{t2O?2hnlݍN Bst"i~<_q^l|M:UWzW+52 Q9< Hۭ(Dz7 ahQY t3#__"JQf*v|>"HXRXkcb)Z}5[Vs_`?f@1 XaAu ,/`\ƞi7ostDc. KLqi3UM6XACZI_I>_ѵEJ֛_SR Gt$t5vv;Hڴq塉<$KsGEDhJH#jxJ;TUtqnesg^9;9K_K?:sQ%+)_#2spZq,!Ψ4XFq^"8 {c^5)w+.O_܏Q.E9%䍨xq.-+$q5l&Aي5!3Zp8ॾ %oN1fmf1%;Б9%:!u$ZH%MPq8+H{^j!$qPRW/\/}Kxltbc0'" (ok-m WXq;-Q=vб=!_N_V"qꑏ)d|^V7a VڊzZ٬&Oީ(*V^v1sb|]MA`IX171H8 É2SBoMVVruߋ11{ \ w$W gWbVKa3 Z\4CnX|H'2|D$SZ<f X]-!!qEk9!u ;R k)dy2X Ιw[Tbq)(˪=T#_tgԋs:8 }mյi?\p Uwj3]d 5[oL .)R-tnˣzƅp-#z\PAG>`!1Af2 V18./N\ypn OC-"w9#CncHXm*1@|<5M 3ii734/Ll I2ߊow@+ >fP!I)?6?'"btKZtFz Ogh{N{tg&:<%;<aW@T_tAx}jSY I/5R.= X4ؐ6eD V4 /8@ɩt ]+Vgrs__ū0" o( ={@:k0L#xuP7(_~ֺo).0hz&˻zlXCC߱EZF@Rݨaߚ?mZ>ja+BO'9aߔՅשxbK1E+%yg K,?f3$sݼ, #{DPa]=aįh~ck` -&5'i@Lus7hH`˄>|t+D?B et4AwήovpE0Q:(XRN8 N~E0֓%I ֳJAΩւ닼8X/-PTy{ .<2 A6oFg8uɗT.Yb9bžk̖McmѫfY[V+a 'Z{gQHM'l[k(t0XaAF{I 1<E}԰,sD08i^Гw65+ӟ#&[7<޷?t/hAb@: jAGZ.PFy@?98ՔW>dIrt,P^75&$V9ݼ<9[ ӐiȝAA+N'2 `g=Ze-ttAɞ>4&oڒ;FgZj>Lyww۬.p<`х!lF'Ch(4z2WHdGs6S^Fێd)OWjśiΔy+c gX 2u1rma6sPr[#Ez`dj\ +QZ=uvKBE^RRç]C6[P(gz*jyj*7~8XlW>ie(䗮9}vxսۏn971H|0?dbvxxO`Ao9x-c{ u+L>-^cfU}F[N=[`'M)%mKcqߴ{@֑p ؽ7Q9@ /2J7iVJgc͞dR1"]NCDm:Ի]*=οS#X^ !Y/{üUw [ޙ L1#xƷ E fВN:#\rTհ AF fUFZ OV;fz#5\}KkQfxMp"L"suT 7؝tٍyRD:k(ᶛ6U +"e0B_/j6#iʯŤ iѺt Ɔ(`M.aw#վMz1$7ru \%x?`O /u zvl5f^ٞ-T{$ duyP99{g:g%DCv]g=g*CJ@m=(uRB{Rsh۟ջ.qHQ<[Ӕ \Aw$*"ӿ|v!1:_ifFuI.ANMh%A̮(#oن0Z#7"KLgKg>iSm@m˴MUCņ YG1D1Uvd]ÜHK"(-AiKlΘYfR5smPQʪ3jތׅg!%Ic0^س(aMdu}v e`m !;M@˹:frq4 8EDKjaDk/dzĮ7kb:(+ƥ(&89TGNA-Bwn9x۟ %,׎U$KMYHRz$Kz[r˱9y?X%N<;r.ҁ$\@s`jhr%/(džXkNM#| GXV"m줝Ks+'@T6}vNq㉏W\T+gA2۾ȳ ⒭s*l)y65sߍ_.{cŔ$DzN;jO*,E;_+oȤ)+bztI΂ }Mev0gĽ:I=y$3L`_ PkfSxLMǑ ^5Σ-v jk"Jmk$Acp_LJ{F|,r@;(qnI4B%"Ph^.La2^#<18;O!`&B?VPQPZY[WVq-Ս7*0 E4O%I>oG>r /z,t`MFO Q6t]{P?1Bc [taJ-4z}my4ʦVswp!C6B Jϳet=Ly\9}#g|SHRZ>w .l(|k\ǸӤt3QƘa"Cojl;U%)zre8^"*QY6CXԨ[{[i_պsFkrmFWMM b7t:;:Bj{+~OU6f P]!qAt?@,jiddZICr(=̒'đ `5߼6ʰJۃc %aƐ= 1 8,1s:𑴗yo8F־v8hM /q {+BR"FVA9? A/b p㾳O0'Uv_wofZ NUղ#ힿ90Ech{ G B "R2o&蝘D5?J 4D~[GxS[T>ԧȷ,sbťaw_5lqx0r(L#e7Xo+J!/Q\RP9N!^Bȩ\<$}-8d^VM hg=MTe*=PNVsJlY \b{OAj!vqQPU aCcE`D.ZW6^gy؂+sVĜޕi 78+|j5У")(ۿr˒=N2_Љa,1vv!8+S]nTnBӘ>o#(ZP'=w]аԘmCZ6=lDXb~@g` iF"i %>g` QƉuR=FD:Svb`xIUh8"OIw]Y9#Q#1ɷ(C43M6o>h|E!XqOm/"}~ xJ9:eqS%gzsS8Z$pB{zxhtpGVo}.zTY?; iQ\_ %}FjJt\Ȏ÷%6Q0|Lѥ*)sV5|{Y߼%gq֨>V ]4D_Yp,3c22]rcvn<{# |l_d2q`SCʈA :#]p,6%%n/~[X Ҙ:h:١I2`2vDCR30J'f J QZ&Q<~AA&X> ]Ŝ &rv Xs7jԴѣ͛8}Fà&ݡ6]kVMhDǚ4-ñrvm/#ddm}/iKmj~ :ODçͳôRZ_!3NKN'ܥ~)`dPWI\JLx2x0 _ eFIx%H:1$)ž|hKb.)܏`~/P%(fߩ* )[ ug4Nog-rl/)y "R l2{Rs<|D$k,GЮn{Ceٓ JXCBi*_Mu+S,%iSZj2f>2L5$1Ѩ8PMi^X{d׍]Bo҆-3!dDO6DڿD/:0gT_`7sX$lpExy[t(\ V!5,Ӹ"iG:]c_P. ]r=zXȓx2ձdQ1_/]2dhC([qCx0fNE|" \keS Np@έ:fS#` `mqNMwCI.Kvwj. i0b'Cԑwq7?eht#W l95g>vɇc}LuSđ溑,"B݀S q]X=bC>mZr4#U "sS:>E2rH(Z)[Ge{ӛ&0Nw(o@`x;0k̯'Pq,뚛W t$6a10ċR؃Lv{,% {Q@7QD̄F4^U Zo_Vt^ } Y˨fct.C,* 8:y >PmRVYfqņ` dnf|(&Щ/&[+":!yr?7pnVH LjI",Txlgo0}\3#$#B8uO4_;\'K^i@{Jnt.36g*C+Ŵ5|[wG+6O+`[7ʘ A?LۧYFCRa>|v#H_c6TBYmˏR(/u8b-Cq*k*. ZRje'ϑZM\[,mǔ̀|ِHS0|_`RΧxw=aRlYQ.W*BQx>C=F+kt &58b@NZe{! dׄa!nRuL2%Rr yd]NG`t;*981G‚s$l#y| x,5k!hNxМhQySo X/¿Vz[ctU0c|J S $cWt{๋=\ v18u)CN)XΔ Gya|7#jYم]grԨjqʙr8UnC9/$_p^)z0lQ%"$+hN]?5#C W%9~$9ZϦBLZ01㔇xt c gە#W}ǭ&(jOn˒!">;kJ1jsgvh}08;z%L &)wL͞_/MIMl:W1;lT(V2wmw~Ъ~ wͺD=: i@ڷe:βuFXI`+ίxT4廔#;vUkw/bUn0i ,/I.&FeUq!.FWU6eJ)p1i%tLXXG&~E ~#ij'Wy;g9E CvBI\Y=~T 'k#qws#6SӅGu|xE:yqTҶ1gzN0Ѷ|B".>c;vDH t:EBh>E2} BfLeύ??նt<{?1M[N; %f"\0-ХK%鴋&D!n< p>Tͽjw+O eG~fV+Ԣz)=B!-xsreV|+/ERDALSUe—mu[*?8AJ_ vUBPRRI ;0xb0m&gN]ׅXxj0^ k =Z(nԀT8S/<"gV[eg+Ya <@ z\h)%t|LN󍃆4@?aL#ǫ}L̟ HooniR`pd6=0MA!ǡDWcƵ6(N7B>o([-OLy,,$`. 1MrG +0ly*&UPCmDKQJyhwsQ2Ғᱳ`PfoQt'=Ӥ5EV#a!;yOp׀* '%eC}vCm)w!P9 !pHvw>i.ySx!HUQU'zB?p#VaD0T&$=qAh&AӴ5i@"D|`L-f9=yY<7lݡqg4cGOu6+GZ#(_L@3T#80Vn ('l?Z-|d ݥIa0Q%Ꝿ=kSLǪ4 Ƞ2Jl7 Oj\Z)߽O"omD:ޱ h+_|q DjCTc g uʙvʛ4[K? Ȳ4r¸6-TPn6fxmvD6Qx7X@񑰺bkd͹ռq ha&.hKp6BB~XO+&?/Ɠv//%XB'RbeтJIfaĝ߬y k.?">eEH b=CkJu:r~c?9NRDa65!Uh2EfhɔTަ+$y.76=H]Il_h翷kSuK\Zf5I)=w5>Eׇpдet+ v%+_d`q#M64^̗q.咸~:T% 6 5K@i˭({<陳 ^{:I%|s/Hj~n~ѧ6~Mٮ.F}/ ,2mYrXv0˯F<)0Uޞ|g Ռq spU%S˙Y0-֧v1!ЬU;0E9Ho5E<*?Fϟ WK p&}QnrBSzG\nT{hә~ BYbx\ʿA5<87_,+<^H8F1+to/ 3_# aV!4A錕R>X6p|7\#yTjjN97O0z -)i8e(3KﰯAFn03iK 7?ן1('œGsGEYT˕[L O2 3]k{ g1}Q`h8~X Cφd^" N2@RZjg6+&,[*b*Ϛ\jQLj}us $Q*>ecѮJPda9q^{cgBttY 3˵-qk"3's#RVD o"c:yJJ43igړa>1jx)(Xb8PK ENJZa yqYPvxZзF?=K:ҁ34]l'栿kfN'Zϲ`ϐl.mN|G;1}T{p{ ! T\mHsDpiQd%G^h*.YzF)6gW`ƶk\й5{"RؖKNRIB=Ԁ{U*ݯVGCNem׀]FYdKML=$;0[+dm &(1[τpEp^pAʜ(a*%Fw(-ꆴؐ&A(c0 9T|1J}&ybnI)pwJ;gLHÆc?f^0BV@İL:w_SjNHK9Q]pRru0w8nFp9WY#t;_D ņmy3jJxJs/؞"'Ax`NSe#UaGEC1Oa%'ݳ!uXX)~WZ{+3aׂppi1P=n pfӅbSFó@$$Mc!xyCb6!x7dc;c lw;q(ic 1㟕mps^y nɶn@ufIM[@>JS2{NuC031m"&~VDݬ*7nH"p L!sޭvJL;L~)3R$"/lA`. rQ }s7)l"צ7'z?irRӚv|ΨiD봝vv wӏ%El:_RZZNul$^7$c*`E4ʽaYnBԆKP9AE%&54^Om:֙)c-hH4NOU&5X>i )1!Vx 5/kw!~G"o4w9>Aa76!sdHxNZ)ģ @- F]mnDoLjH<8sp]eZᐾæ`9%$2Hkd3 瀨FSVִH.^HA*xD3+,cN9 r@rWnՖjgf_'*j0Ikm0.M[N?Z6uUp` ғCuФww\ʽ=-8$dp8:!Th@?:ٹ-aQxex*s` ZA iCbT^@ٵiC'X&\;< :MP Bs,H  cq%]XkkMv#QBzo~q!C >W-%ꈁCKM#/D-}"X5Hfx֪qΦb %^}3ˢu:Wu.Q) P~˶'`H%V6ku,b ɇi|YUEtaN LͲ4` `w.QCT@]7ft'ɼ%%sbnXqx'C!UNOh%MTQ'=Bzu9poit1Zq4yN2N7(5/Sζ\ F^8lط9|? #x_FְVs;K"]Ʌ 7ME]8p'#nגl"LSAET?1};p}{ Ԁ1G)?| RjXz}ѕO}U%m۰F@{lk?L2Ntֲ*x1]۾ ^>:B9Vq(䒑KLdi@q8"VJ_?DzmU~Zj| 䱍R|wbx;Ɨ7g5zJ M1w$E1Iir?l'Ų*]u^ ?%6^L|shks$(w$H㭖Stl('d(atR8oE h~ pț,^,I[ @"V?vɄ_?KAV:ГIHIBz_f )jd.Ԭ{L\(\%@䜔q(AiTݪK";3]nR)4&AI~Vn RajI{iO|}`'CRW :-1.#pC1lK yJط4KqHH;8,*jarHYH?&:c4M_URМroY#J_Ȇͻ] C-D3<#RJ3L ܬd(^w泍%$3]L(0;N{ 8,eϫK{'l hLy '/;zɰzIfk✧8d$"زHxz܎&pY! mԞctP{τV\!:pGi4/ 0Y]kGc] -m G&ŻHz}L,|Qf; Ofϡyr pK>xʸ|wZ,>Xzёcř=3mt"<&2tb>!p+&gw9/ 4v,X ڒ_Cy6:w o<fw׈t Y} .$0:~RP lìj7u==7_}ׄuY|Φڑ:<eIRюPD< ޜ=$"yTv9-Ua?a͒s[@(wJq7:6~}|ES:]Pmi޾{ ̫O|DpuԢF@"#tl=L2*Ӳ!g?˿ rHi */g0q'9YU2ؔ-a^=P΅پEJUK|hZwWŷ}h”rdr3h<<)УeTBq3um `^P%zi%n&)VVgb8[%0Bo!qsN=$#cC@b,ba@0*H 9CWx1x?#VTf>~=MvW,8쎕SA#m1lZ{"Bq:`o=4­"k@H`{Tju+V@-*/ E9߇8!+$)eUgV((&K_r;4bsф]t,eVh2*+% m rS˺'h[; W Vm.pC 9oZȜTD Ó*hQ.ӪwLbc 0bgG=+=r6c[:-w74s{?V^a:?:Pen@/KZ^SOgi m/2;5{5 >ܤzKw v^8Xm ppq`MYETɂCoB߈EЂi[ϟ<3 gbsXRY}0_N՟GD{9̺Ĕ? WB5C2(0msi)yK};hX)@& xJHHU> gU#fO|) %Z_Fp`,3-sNO6FN q xx)ix^N@jsb29mpS"qRk1V v|0&.Յ#[` IZ殏Jz}'U\|x7 e yyyov>^s(A'#;(4<5 ٽ#qd/gQ d`9A J>9\.cܹF"$h#a>fO^y0o5mǬ+yv#qȐFFk͗ywXA̭&H4^FXmLw9w(' |UHMzN eˋ?kBd`t(6zo ڌM AOEW9Ct79 Q:fS8:aPKӖ0MA|V/ʂ2^tE0kI. ^´΍%aZXC` õ0I^<[XW\E#ݎs;;W2dR~V8Xu3}֪ ^EES)íŁ:dyiSȕGj@lnb ep Dº0d>TϮs;Okv۽ [4[1}- +Çqy""l] I,|⥦քp#~5HfK B.G'Y86? Kcs?+!/Ba*]$$.c3Fv`sɡXӃ+SlwkK_6.h%,xE׍|mxRktq4r"my ~jpwq<Y>jT-cyקU!wcgoNUDWcsUNfg;`#=s*HZop?! 13Mփ;L,',dߺdEOn(FNp;('RJ1qvۇɟ&ݰn[z(*o`jB1`EἉczbh;ni<ěX\I]`A$ήך<`nv㏴\+ Ĥ"3BzFtf (pA0}!2HPJLS{bj@+vmoh9K@E+_& .1zL7@% sGl %D36@q;<-HkEuLLQP,ss8HݬAp]DžzBЫ  ')G74r8`堌SE S ¥gUQ'9BI^n(a2ru8ꭒHdMdʩA$%,B߆SnZaĀ$4P+9Aع]z{ h])i4BkiMnqUB-2$2+-LLw +QDI'Q11)-R<J`A3$(cn6F6no}D" %qB|b]WV6;>`i2ojɞtq'{?eCVܺ4ykoK]k ӭ"-9qU4*kS[E fꢇw/*͏c,[`@]̪3u4a:*捐1{ND8pM1BNH=@IE[˖Wd ~jX`d"#8U*F@fwƜXFqY#0̯L`~}k io蓐ɳЌckw4H6zc?. d/J.qjl6my\rn8`Ca.So&6R<35+k{o.7.тS_Ms.58Q,F xRLA(c_KfI'ʼ3ᰓ/ʬ.LEYӘEk 4Y<7Eˏ7Lq\w &à~)uP_Qy\(F1)]sl8}1-w3oI"*KGo̯Iٜ@Gan ;AL֡LȦfxXLsO8S% "SYIN1= t„P{|\aˡ[dQ`MF=<c-9Ž#|<׈Dw[E6d Tw_~g~MNs*#9D7u<ǏΉn5t`{EZe nޕFV"% yȍzI87nĮ03H~E ({"sPƗBqoz4PdMt]Sca2(y ͼ.Ņ`NMՇa+y۪mwH<1 @'ni9gUM=/ Im/ %kYuǜ23=g>A3JF5Ia&ĂfpZ35szOvQ "mq-@v  еO(!;Dr:+Ut#;?m &Lc!Fm?y-f>)idd6{H2Y"-cwm q_SdP /dfOݺ_jz 䣻*& @|7TbVo_e6/:(Xf5n%a&ltR&uhFt1LU9?hZj];LhKm2حH!jc,GͦTM݋ 6+g>fc~0I7#hI#"&$a$&KpCN8_i 7de9iLIh}2JY\Ё #f~g3XlZ^@szjZivCMn!lG?F_ WrtFt'aBº}x:r-G*y:BN^ <yL^Mť%k F´zY|Y% 1ϦEV+nh 31 tīKcFDNZ) #FɊ 4Vygy)|po(<:qi@y!?kǾ|SҔh-! mXMŐ,>|- pNSg ͷSZ~(f\YѢ;Xe6\HQI FǃY!fE<}>봤F \4)bpX+1r^-&yk艹9~ 脊"X1Ӑz dv\챺wI9jSB2Px i<_mMDg V2]#H cl3FurWj$u*FYYŲ証A:Eگm w?v2m<ҁJ ӗF$|0[ueW@bO)GIْqZB-qU:MRF{2J>̴b@>A1.j֪,ޘיyȎ\Z0k}lؔX~3.!KYxXl.bOٮdcUryV%y]4d9^ /uswVYtZBX6 ikE]C{_mAmUI47J @x'vSp]k1G[x+Fc{؎M" Iu4<֤s=b'Mʌ*Kx\E|lƭY뫀ŬE0e M ZS0M*(t媪cR0ͰW tg20bH`4EqѨKw fItծ4dFmoi8? ѵ5V<):@?˩^-F"6JrOB>"2t~eըLoc*ҟqQK@2e$7zU(lOkܬAĨNR9 IY"F66λG\׮\?PHu /~%aI\V51@FY`sH5=(9Lx[ۤe9}IZ`GE]hsmB  mrcHQ<(E3LyoZRny]ljzєTwSSmR˘1\kOU ͺ̧XP{%rNg464B҆uoŲ'Q$tNSڣ&l3o"L=[VDuI嘂-2Sz2 NVxY&PPو9Fs}AW*Y^u v.3\@ۥ#NNP 5 8a00 Z1L&vk/Q2vا=WZdЬ~Hxs9I:KU.2GZjkJ۳L_o+\6+]9ߊ)z9 YMEplIL^[^BM.Af )KXqh=WZ"֤ww33mrj;jQ`X]s<2fCڞy H|ѣ1+Q[E&< Ʉ o8ByU2h`VZBJ~^Q?yk[QL~0Th5'n_H̟"-܍ jCL͂|Gw 42"kx5gԉ^W01{Zró~c|.óS doC;\L&6S8f@ ;g[^ZNrxaaHj}>+FeD a-" 剩 ^j6ˈeB㦫V ҽ[ڦ3`t,F h+r$1IWTtomEd jV7qIK {zm%_pY@<|O-fWUEÕyƛd'i@5OUw!(ˆΆkwcIf4NV\V+ i)}7 |KQa&ݎq}9WM$n,}4bj.8e(P~+ t(]ܷ]w/ΕUjdvq,M}O̤Xx; -qqoݘ7.ZJzhkx~;cV72 { **C:<A A<'3(\nXYCl2RYlQG7?7$g ^91 i&-/r\YGD)HM 96ЀnzQԘ08m&5%@#"tLWBT ҁ5'&U,kcs^o JBv|˂"ڊeU גVD5q=aIr(@~K=AU<-lN8t+_3иX>WX NE B} Dx3#0X!}#=.S2uG'?D֒%41_d`fɶ0J rf,sI܍73e\T/NTOlp+/XSiQ i F%7= n@ij4YqT:pvR.IvMTe-9٘~B0@αH> dM#}ۙIG[nzXBsTR"ZEp8`F}1=fn+#%&K\'HYl5>e3H/ؔQ`5%KOe7_Mn!҅OM=NַV.cŮ/=\1S78Xqʣm܉ &_ni>OIG |M 3aEJ"cNٽC`ÞOY?qP!-("G hݒ:b4H9Lús}R^76C;*L,_Klq,*f ³ZsӖϤw5vd8iq+<3(HW_5dw^"h 0eE,)+Hg#S ծc>( aзikDܺy2|t5 f<%*LVk~)=ss?-,dFA RV 4nAL6OßvDa wArt3#~aFvnPܤH<pY]< ك ݡ4 k2bf =SJ٘lIRژr%"P%*(f ʦNa{g 4pXu/˜Ej GN4lHBwU .J1ۖvo:Um+ 'ˎ3/'@n"j4kWz*MTGVg\ǂc^njAt~#S9Z߯P0ⓦ=4bdqdC($澸 p&Ih@;Sx_;gPZk)O8 ':8NEM[+r fϵ`H{aq/ܿE^\֥B*!Ey)E#z#KXN)XZ0Cr6^Z* "RC﹯vhYdný q7C'GM;ι$' , VɞL&uZA֤A"Ş)(c٫»e W)`DzeCuIc(an儿}v"%В_~'~Y6P}+#܍WJF 4 sYD)H~6 28ϼz,†/a+djhA5{ z +5uZb6m Ŭ~PFF˰F#p r,qp0m…&]:_ )䷚eq-!yȘ%!r=HD'k2ʞx|ǧ޵Hs6  I5h'N![O*B-;8EYƒA[0=`&RXȇp=7tSA>Y1 `9'خP KT FDSK>| K:Vl؆dR'=ȁtQGs 0GwG/S җA+GقbW<2CUg5WQ*1YX?8D_/V/}rY';kյjïHL[xNFt u>upF[!8D_Үa82f/C$c4oYq|#qT#ԵhL:Eyk|&)`"6KuP-w729@l|(܇Ձ9BvG%:8EdNg yOM Td45;ISWV8}N(jbTodz*bzu̹΁nІeMhψIaZ0r x[Z)(󩫰ܦVw'Scm θ"}+?X_.d_[— L.Q(E3~Bڃcj^2 znPHcϦ]sGn m'=iaK:y_hjdQSk HmN Ym>4Q__g<dlaE.K= cAb߱cxXi DT¾"<%3ZBxDygZK58J/L;\ UC,5_睲*H%1hd,}+GvPv˚[=gfcO[G,`f1Z'|2rbSaОx| kQ1ρ:^E]Q׆cOF`d+nC%~1>Y" V6Yًd(Pː QhSEEVT1$h> YWgĪt~ ?o[Mӷ8ͣ8&S1 YRۡ>@w5v ] *5T%df9W.#N׉8c: 3aAi7g[?l!:=<ḫR)@ޑ)ahU@^o8bEMlC !r,\^jpjv$|ca\R#;,Fd<"a$ȰV.vnkz]M\=nɸT7--v ><ĺxU9mz 5yobv*ĺ Cťz4}mńh)1 *I֕4fNdyI2Xn2G\/~Y: g\MnAD"c:"ZWn^іuO ߻b `7.nQ7iЇf6PD W,(o?M' (w\DDGݮ`xiw_lJӦV-qVm K*T%w| @+d .P?\!>RtH˩􌭧{eǑȌ :ص!gOhacX1,Tb,əf𓳂? dPxQȪ1FI@g@w rkyDFhs'YwАmapP?e!qgAcĉVm|X^ǭrZ!5%o*H ϥn#^D!g {n-ς6O58-V*.=NŊIDDYȸsY"6`͹-,;I5(BȵDxٯ^LZNߘ5i'2xrq9֬#_\orb-Gу 8w#grBp*Io."kSߓ-Zc#JJ{?&#kiLaQNNpj[ŀ-]L@($dӻf?["uTRP L:{q _i䬆X*.t榍3mWȀB/38Q9:Dž(p9[Z]d7)e(U#ajbwgб;a '4W6J" Rg "q7P(]\ku,MBTyͩ4v,tPQ=?)x )d|h=Mt.E-yRH4wG5 K<h4/B453UUw/X'TH#tښ6iSDɒo?b<'W&H߯[]2<:pW3əGQ<9%Rq^}:n_-u[ 2r*y ?'b<;6zڳiѪTQrbp7 layhurw CS4}״זm[8 ݵCvCx^;yr)񠑆d=Q1Te==#J \w薹ŧa>G+S&:V|7̈́ʇ9H{.=wgjS[c]}TG|"BOP]%Ngϟ/Y k9$۝je-.4}mGkr(۸i/7ж{!ts2'iye HKn 1ȿ\{vq`~X(%grM/4 pbwRdӕϷnHYVˑ,+V{V{2#sQ/^-/Y|v4}OW0(z'?A C>px@ 0-iHn3'3i$YksϓtcxS`rK`? LdЖFKJ46&-!BS$]);$R fbm\=Fx2R[Tz1g, &^R;2>mUuzff [˝p6.zɸL(}A*!A[D" R( [gf~%} !SI^xF;R|XA.q:E5 BJwj;g~1㏶w! ~["Zi_hZ'/U!ςRԥ̞U<6<jJ8_^oЧ4"zo I$@NʢP/C~x!8oC=@XM*FHG2N4ţ~0PϢ=R%vˮ\C8 >Q#474kժ! J`E^J}jVp!"m ,ѬPB^PꖽcLK)V,(nW1B2V\9o#UqvWָÀZX-RnN[U$fо`.%dteyr.HW՚9eEw62]zК muVҮjpn`%l,h|'h/?sקs;RNu\368 Ǹw8}L@X\e:!y#i,mP)]#*cRtDo&E.@<}Yl ,I%ڝbJM6sc(96۾6~Y{ڙCHuc`mAԼJQbN6=-zGV_F'Ln2y~L )Y}њ\UDG7Og'ȝfKp. 4B袈d7j] NǂV?ݘ%;}??@'oYYp;H?*Ȓ1wj^URmy dpg^:gj]XGWDf͏ QQk"\cbD(QN8z)XbĤ2grS++x+bm] A"d'~6&/ ]u>1_ݸfˑXȿsjwJ!V#t8zS3qo\ )e騩{\<@:AGB5r܎0mS=DA.o0 V f$/~#mma.)<Z~Hކ@d"n肇a"!+Z5CMB :ʶ!Qگ )K?OK^  v=G ܨI?)Nmm.%?oMU^gH}UGb?N_1+:K$^;WUW&U,B7d}|)&EC^F2Jvbᅵ\ 4!ʘʵbU#-Hflڕw-=nvVht,D+ie@YźZ4r4L %P{JJViѣt[r;෢Z23S& HoISd_1x*xc_|qsw^H:/(AU7w8(A؊)Q.ՅeC0qlIFr}|ƠAvl3NaVB٭q#]UZȺ?z ղvaqʜ?)SmK=5naaBzJ:v\o,;_aNUվ 8-$4>7O\BbO5P;w"Vg mcd+LcǸP;T1Nzv.^\jLJb[9-x%SajO%5,´Za3u}l;4 k eU3뫁^pWM^ [ozM"Z,\g#G2OD6*Oav0Aگ)(z/a.0lSt9 {{@l!_ 2f5PX+K[ρ *`WW!E.W $)kvif='τcm ꑎ?_6!_]_& ؙNl(lkc1M/&.1G%2 >CW,LIXU fEk)6#u?5@h/ueG_qSbD^Dǰ/a31fmdMbǍZZ.z` : '@|znq՛S+B?n8ծ%πUdѥiv'ojKAQ?0aE(8ĸH٣-٤IKvWdO{ Hz)wvUq<{5`7( ؤ-s/qUM>-HlTپDiorg꫼O$YP ϴTG +$j52a"%rhHPwwctF"zG$*CESuqW[!#Xi2% T9$dmCW^hF2.I& 1usp'y(6%"  Sw7lZ=%Uo|DY[v/:6>ǯA=(9}l* @~%mX(񕅷!TOY஡n>QXN4u; vX_xY8la{HP๹Wn74ÉFkIj=Y.-{~QR{):&͢i4vE\?BKfڇ |pd& hA *"xH.ߦIuҮ̢]X\*(<_Y(z*mCzGSЕն37l.gmY7B*BC{0vӇ7<U7gvۗg$6̑7!&d \)Y k#Y@$ewI?q[!M ~_ąQD:n&JWz=r󖫋l~:J»>"jm ( J|Xu) ;04QB,0A/o Ӟ_84+nB5\E3ep2w_TrB嗂CY 5,kPPrX |Tnj8b@hjr9xV`8+Q˨ /KfJM?SڠŊx$t\3#{eDvQEp>z՗w[4?r|B57@S$A?S"Õt:-㘁Sb4pO3EݔLK9oBuov{WOĽA wB׷m,Q Œ`7 gK"+r㩑4)W ՙBWtۭ akx1&F[…U\t3oi]h.1xVѪp?joS"HO =1Z_Wqnٙw\n;H~({J.nrqRHS׏zAlYhǫW8,+0@πu&v(6C.'?鲠rM J&=h$=2WWhhC<{E#ͷǕGIXF I8=_BxXMƤ~aJNB1cHP;`#ZgNEսǒIƉr8}3~(BWST:kܾÄE#fN=P #-OV7V2xHj%{y7ehڣ#t@̦;u ΁`!XK:C9V44HPRe#ez$wwDt~_\To*}5}Ku,C?z>+7+mUlO?-u|*Qq0o6#z"}; wJVՂUA=ZM ~C1Q(Hr1d^PΊ6:%o>V..bM Y:kQt}{Y:p Xu++z`k9 k9Az7XGm~xC/iܖS47,Ǜ=48H'A%M$L=CfƑ'H7?"0ASux2C+w!xF~#kw30]8m?WV@Hĥ'"3xd1n]Nh3C:7ԾhP! &V_J: z D텱'AD%xV yPn'[ޠ_\6snKT,|W o%u%j_y iÀA7A(ʱ- ('Ο6yb7|l*=" ڔg=ǃ ~ M5 0C O vl6vꕶP˪tdn"yNn-,̒a1N ZXkAPT8yn2Į#K+T>͓6@;\GC)BAeܭ}sAgu-3It [hdYCs,tfB`'U6j3ըՊ6*ı%DygoXnsIhʜT_VO#Y_7-# wL21ioyzufsp'L-(@O2q*g3Y6̆U $^S"҃РS4@ȼePIh%O]HL{܌.j*2[=dt\9no<Ìbe֢:q=id#+H7@<L]LQ 35.L|ܮ,yvpI±6~r[VfJ䮶)祚nO-QTqx7b,V34$HDK9:8V"1_{Z=U@>FኟRXbQ8^'[wZv|Nj=,Tv;9&B@(\dݽdӷ^]㚤V poVR,%/,Ād @r=L#;8VX'Psea:So/[z'kyDkvOCHڃFpn̴Paa[(P_)KRBgcNTb*+p~b>_LZF6 HY=6ntabs(eBЈgp*~95"7F-_5Lεz,mChspej/p8%5d92 hōUv; |*0ֈ\A.n%j?) gԍHa尋o$^Pa g}L^rdD,-V/i!1I l~Ύ[E1jk]K\fp=$*-τ P/Bq*k%JLT"i|jƩENujZ [mH9@5BN3C :e";K gIoʠ5yMN4>,KuBY3{yxI/F V#UcQ#M-;8Bm-r66Qkќ/('8@/&)2pHe؟$ܵx/(qc1Ao8t5D j:>žbÕ3bucTh3AS(룫l:_>i=]n:35D(!҄3G2>-P5$sڜ&cLfң XVEi(v߆f1È ET m'ZAlGmnտbZ1G| NUSc:[f9tm\TR~G6(CxXʨ:I6 T=(xqo9EQț!pfnY&V[*NԞ'9zD}j08ڴp(n/RLZ4%\"9AcˊCfNǩ&X$"SC}MLSs6ІgؼWIpLyM[JJj ERy VAa{|dɐ4~zQPyìv9Xd5cޞ8hD/2m?4qJ %h@Ρ}:L]>/khTWgf6.>76AbӰv3CϘ® teW ww yP4(4:x} 0~j\.펯)jmEG)fh|lwx ӗ"P,$,SK rX@ O1HK'~C9R]㮵zL!ܷwUeRԱS祂#±qc:BAW 4}J[S%F@UG-l 0|Ƒa+;i9~Q?~Oug\8S s}0)M1MF2G`-eUP, `{l gb4;/l(;H[XE#й-} IwNIi6ɘmYp-ЗGɖ5.4dn}e 0`- T H)vc?WWe R"1فs#,(LVxUBy g7Vp$e^8b o]uAAK+D*sy[T@qV6ɐp2R?OMa gLdˊOB=tb'8R"R: ,ygI'糐3J_B].5~Ɍ yçvo#7܋򂗓[Hw``9_&jjCk$pP~G7>dK[ƃ:qk_,522y1G$ 8.(Mx<^m0c#wܮgk&J]"gL- ~C)¾͑Y?ӉM0ooّ83j>>1v0mpﱟБgf[* IĩLG !|d1t%暢7O';ptag S2K::T^ Vzb惵l-dڗE˒= \izt}+sN4>_G7H=N[ΞפV@?mΓ~VfZ ՙC;;=Z( `RPh$,r)[ߩr$ d M4l>gTY8RAD~Gizr2iB]E@V`2{Z|}$Mn! I?Q%c>jw2h!!h'hWD~ЎA-DN d ;MKlxH T!O~8EaAFX6, H82xد `-A<Iy~=X>8$΃"[WmVbuE'wk?a'- YYA./6PwbHQy< C(6~#alj~fnbBjj*<,bD`X6PS)dYdYO_ 2%KUZ/.@@Ȣ"馯#/qt.LYIFMk5d0q '3ij,"XZ|BuDe?0P.эY݈pnL_ g;; ~EƻzbaQyxA'fw`WyGP2@rTU_;T-KbVq90 Mc=mu/<`G;t150w+Z"ӪV&kĊYX+ݿ!{ptUș87X{窵Cb~' ?bG9'8Q(%>pV~}ᇼ3|H-FcWZ.Օsuwjll*R"_3[d8>y2<^nmg|@s`c%,||'D wDu})+D&#s]es܍}ѴciLS@3L<:50=F򴹨c}I"GBCޣhLr z9+ c> k/V1e J4䂈#g;-vD#Z1ݕc7,*}ݲ@n.,ٽ]b^15ZS?ՉJhzSd:~Equ4FK 2o0#EGS-hɂQN񉵜M( Ғ DI뱄:@VuX j{лXD͖?+#m08RYr;Ѓ+ϫ0UaIm*;l*` hՉcsnjX[`D"@'A"pYMj. 8̺6y2ߐ0Wk:8oW4ױ!nyj\x.vzLUGL-8,r|zmȧ₁v% O{IiVLXיgjW٫ UMr1~/}蚸g׳;/~Vv =7%Bk8X[";jR^aLJx_# U?"LsgujG%&CN+iE2ʑg+i0 Q_KQK .$oܩrC³=.^T|)Ok,$S^|$$wdSөo*ʌErFmf{%؋ji4P10NF6\3 UԱ10Qg`O!u▩r`G5Vw 1g\ n2*nRbY=h љw]]U3QiYFȲUYVv__+fl~X:-<0͌%ZquZ@7eE)+(ݒm^[idT"A;RMխ\_,tqb>o/-(#8?# G[%Fc۔QیAtXu?Pnc??W@jF=uf!uc%'n# ٻAlfϵ\50Ն0rOd)t'oJB~N=c0H4iTNs5E[yJYm"ǂC˴Zr$_B4료k+GCF@Zg^+$u|n@+Y&l¶ƏPʰ>4p!f+X2TIZgo}C+Ū/WHGwʌFb7bS^g9w:{QbC . zv {ھ7(4A´1./?3^ַZR 8"xñX?SV9>Iڮoh/9?gL T Zp0g!e Z畅J2A=C zWwՒt>S֗]zS,ӄV]l;:+t0W B|t2ӑEF8{DJB#HE|+XNs(w4VJ6~>6^^~ v ?Όfg_eX~t|F~g9zg C6pӹy~ܟeȳt)v4z{p:瓎N# `Z: dye"Ҙwiv<`&RuvqȞnvZ$?K ,pz?e4M^Z%i='%HRAwXNm'6`Ilĕ*,:SM  2]f6,<)yWIϸw:# |%܃fdak\m0ՕS7uB, uGd ?jm3yR;x>|=m{W?Wd-ɕj+PNGә+f8a$ ?[}P!r|L/T9#Hpyo> Gd=̠ʫoH?ΜG/fZ x'm9B|H*Hk_BiPC qѼ&-;5tݦ _c[oS0mm#}<AQ{*]q(?ms1J N+0dЎr$E~%N@}xc^p|H!\#~Z!uVTi0>$ke9<0-Bkt\Ѹ{|Ş 'zA0 o 6gڽV U&T楦?/eܧ`2\J$pvD1i![u7A]E.j{CIۂgK50PG}XW#3po]v)ݎG5 GT~?&B ổh)-͓#9O`74 `jid=ECv :wd$\мYq%o/Y^`r{(f!"Zc"4m(rAnw %eFA| Vلeo  CfXpG $f < >fEmϚjqg$"o/Œߒb0W15zU?ZHș^ 2lwL22u_ux׉kBIakw&Ie"N9 V$維ӓU#E3wcg>06Q(wɸuw RZc`zGT2V6'w~,@7 N5Ȍ3u3] ;/[yex31ek*>?bo |6~`3s[WЛl"љe Qb՚@8# }ѣ)Kd^>;QuNaiIK%xZ-d$s Ӭ {'v[m&*|Tq˯ fOdKa"Oj!-8f0W{I]$#a$bdF18. $GtUHy3=+奉Aȣ ]fq޽F:-K{,;p4xv6{`lj5aZjmkϿoMF=aT5cg'nrS%QeTy=9\:utRB8 R0jW</jnc,./kLWÏj~"\u4wn=mi) ,>"wz.Ҧɵ+wuxM>f:7/(s[Y05ckfwIAB0$.'^AƁȦ]P+jTwʬx9X5?^^~ m:ZQC1!h=OϊJr @gylb^`9;goVhВ([^,s9IB u%܉Ӹs|QvoX7ܒ-?ԁW#] U 5$Cr@RU`'p&ړK YcsAb&Q; &aӷ+G݆gBD)\>T a@V`V $\Af1|7>DFBbX-:uʣP\A>Q-O %YfszVlI15L HCs!a<?ʫkRI ^|`&Nٲ*Ћ0يgwγpldԷm6'UT6O.:Hu4t'X/B7Suc\Ѧ"9 fQE|Φ{Vm?x~+b ), U*(rNVoz!xXphϫ-rk9򶿈ӝ'Mvҫݣ/(V]`P IcUmOvl~^k>xѢse=x( r&p&>n}!VO(f}4YW q+3Kuzs$K:9`VU5~H9>5Ezt|+S^N_Xe Mk8d';<zX֩Ro #\7knZw5Z%vȠ*|+58SߋJ{B ^65=nM s,Մ9=&}+Q((D[["\b -$V?? KrN/B\QnNEj&]ڐAV95LgzWS{ }žقovnˉ EXܵ}s":]s;GEߟ|apnuQ}~&s^ UkC5t&NFW*~Cf*@vlEӋ22/<Uc" LcԵ¬ZD L&WQ5%AW" S=\(-N¸ ?{fwB.cXvXF- ˖2]򌈎%k[cIJi3.㣅*A4#9#gm4j`SsW8x0<ƺXUv&ExB͢.G"]\8A~n4/b]R6H ZV ,D@5`$2JaFbBk!JtH$`@p>up[Enof(yGvpԬF &'P}Z_6_\}j񸑃w8m&JIWC,BEiײy^@Q ߀Ge߃N79'vwe92*`2  RnbʀwN<Pe]4만Z: 5#JZ*K(Dl F!9ߡ"R ;o˘z|o |ք*|$KɑePi P"0?C.? +U><4ȝJKif~۽;2#΅.ComYU"$Tj|їS{=D )㍈D(M%?H'94MFpX!m+}èwCڣ D:/>{5"GݸpKeiS4Tih` o׈rU20Al4x!?uKޢ`kS MCy/}"7YG\ϻc'G+krX׿r`nGThfjC[ݢ«@+k682:ٚ'R܊[=;ZO$l$T"]M$evx2l ?TRۧUYt-'!ۯ^c4j ,[p"``POj΋g)ˀRZWf BHH&#K—d.n4ګ,9t%rwz6``XNM|hQ+毡.4Y9kɐ+L &+0+ /r-Jс(I7hW+Ơ|~o7S% L#E Yx&両Lj=.1h:G hn)(+Sqg rGd{ m:ғ,tQz)}h/w*G ֢QrRk*wU[TF|qv!1>4j4g,Eqrmg 8u-J^ޓnu]1&pvok)[HR(kGX¨QY6 O~4ʯ öq|pѾ`@~To‰~( 4&?LIpxPn~ט_ Z&DdBb$nIg@2;?=j0 Ϣ&[/2Y H)!/i1ª21 )k6eCq2G,1#C3l=2x$LRهDɬ#L XSC]yDLr-qQHeFzr&Bi1In >% E${{x[qfX{@gBQcq 3k+8s5" 9+m\7;]^V(3F4ʭml92}0*:N*s])4"M[jXYQK48C(nsZϱ0^;]d9-<_(9RLJhxulqR ^/jEN4wuwT=C N"[14;OWx We ljՈ%,M6w]1Q{Z5 )*54.PS'FdN_>jA,!*|W!Ƿ~ Eq?#W ؈_+1J x y5mR:rֵkvtZ*$t3KdB9IK}^ji̠dN0hLoӻhYB Wi4k$1"ts ڟֱ~Ji6jE i/OnňS@0 q?gqQfWS8T+sn#.Z#Ic Y<DuPXJwoVtQyz[ _}T꽋|+^d\;D4 HZUcv$ REUB>D{cHC`r~DvO7dUyIoP^rzWRpܰ$SLBqkصTq#vpKIlɝlwoi c ѸmnmiG^zC N_ry|8 4v8]=EHB$](V*W~mՈq2TPg}(3 M+ϤxIiBIG㘼˩6T!֔^< ewKOn ,\Oyb;?0RX KN~uxs1VlIN%7#seQ79:6R+5?M8u t2TO 'Ǝ$,c6io.V;;Z@xb>m\8R@bm.63#Kk܈5b8փyc5lo>{mC2ӽo(9܌+nu;h6T#@hk2NmDw! "PгlXKaWڄl?\+׋c%me=5J ^@_aN25洶RZBOSOę eMȩHiUj/7H6n{Բ@9OTf%v)́2픟m7U+Hm°ޫU{ƣ`/!7Pv|?{fRP˜$Z|T5li> Pm4ky' W9c2p. |P('٤%6Fh8 j( ,~MB-/梳6ԏМVGs`}xTIžDJN #0.u}wQθݫΘ[,~X`u ߣ G`u#gS`u^R"6m`%,WKY}KW&_F3X==jv.f)A1_!9>#]w]nl 2+!6bԑb?'&U>W÷^NzEwa赎 :L>6@v'[L2IqPsmvsыn׋vF/%ӡ]-%GFqjA@glGI'gN7emM QxQBB6eBh![)uRf3%b Jy/mGaCك8:1)4i3D.o>bnP*`HV{+RHIahm*'ۦ./ 8? xx$RNNmvyWXYik#:6{R'o h%&xobۤU9 ~|t[CjJO$P"f=ҟ.;k+}xpM~ă 9 ;C"'iWC* ےBqQHѶʟAdF:@B`v\TK-ȼ\[*k]sV6Vdg!HEܾ$XݟJ1Ճ(D5ZMBD2JZ?n} Cp'E? <[.oⶑm0߈ڴ$ARN&!1ȫ0kd!9ϫ40?xkRA$vvJ{(f5A@ 1R\9XA,UYBwD'h ZZ8¶"M+x/3,kP{{kdiGt< eiڞq"i@ǿ(0quЍf}ЎT3AaO}ȠZÐfO:>"g7bߕT٧nBsw(ՊP84{˛)&i4U'ïpGʣofKSP<˿N))+[٧;Vv(˘3%Dc9Rp%2:=[K%XPjރis(sDcgʵet1q!K,n؄~g6**ҭ -Sq`'?EH3s$:pj@qs[ovwLbjrXt/2r״v'8c=#ZDK<…6aT#Q$J3({u mX QlɄl4#^AFW38BAh`ޒh Y>pc^1I,4͛bYl܎ej$Ř'Ҩ8@_e,oe|ƛbh|0DBas` zCz }#ysŊ̏oc2Yg͈D,2W-q=9W/gF)i41hW`.rׄ4`M{d$鷻Ŀ C,|~aTqXp G~ۈr(}laŭd0; ~?kRw4}]h_;'[m>hN^U3xFĦUnDؐ T !mAȉI&F)Ef:/`Ϛ‹#hx,Cg֟6$e̸ZPʀ@g^6D]w4E:"ZK7vpkPz("]+'!x'oQ?1}@B_4YMJ`09feÆ%m S%d'©Hay1Iuqop {&6Gy{V<4dpI!vLц k;QH2;IoGv^ 8v{Us$A^*P[!y.1uyzwja78- x^f(LS0c?WwZV dp>QEۯ AT}ݘ eی"G:miWeeNvGO̞TM:gOw9:Rr+gZnEEL\a:܍D: Ł##X";0C3ڍNS3UM$_fthwwx<+Lg=4_ )L YQȒER)*O>Ƣnr[Uq9^/YD69`Q?xN!B˨]65"c\ X"0D 9AElhk= ~Y}1ObC<~nwRp`?]^<` {ٲx~r|7l[OUф|v~f4S>Ur.~*>Xg&2sͭEz7{Kw^kH.L!ը)#+ЀvaÐ`k&-yEX`{TErgD@٤λxv~T xM} cl{ PB۴2<5g'XЕbLjږDr_ C&4 Sָ؝=.~B`cQui#7bU#B͘|l@$:?TC0e>Q:"IHԓHXJPMw"Cp 2 1 ͆7_Kf$5.Y7 y}QȌDIyƁgq) [> NT[ ) m R 7\nAc9(:p"&Љ ;LO2_3$ !?!!BrdLvq,dP<2Q1+ehOɤP{gL%{8kҖs"ޛ`ܾ_ o,,`hU Fz%v,U؆勢~YSxSh<n3B$m*,*3@Xj~Rۈi&k L% `1>>g {m!ž#IT$#ji* ^aJsx-46u6J' %0OF^:,\;Rr:8A(qN^ݠ6"eIypΉLA \O.2Z;1Od@Wi7r-oW{㥴?raTϒA hC}BYei#pJ[]_P?x$' 0xY$g޷;im nKRøV^V`ŏ-Zg}"iE(/xO5Վ0R>Ä͸WifDymõt MIU{:Zx^!H'|Jnº?t7$&\[x2sU!"vzmԳ>]#,Bj ]Qb> m`B)FĹ KNR|+=(UD!B{R ;1#QLg$ ymÎ;鷞 -@:tKQZe-6TQi |\`sť#xC#ihӤ~Zz{;.eWs=05ȟpC{K}dCafKH5("S60ч_ԤgfE5jd9+iɥbp+"4Hpi4Yapӿ0Ti6_t9Jbx**lxBE杀ZU7/B=g7G7\ biypPv!U&)yFJQE u "(i!!l:ƪ @}2~HutOFg@AY\8b 29nLYG@%7A94L?"4 qW 8a3CosuZ9sY8\ h.{+5Jbwl6..0 =m[40n}2X߁%O!tyNl"s^~s5TԵc5{\Isx(2E4DaάQ& ouި0Iv3f4fC)G;>Jś*8ʹYhΥ5ׄ譮kG_INrd e攓Kl؜B@? $֩aS\&oO{o%%@^]tB@2Q*گKw显S{\-7pS$xm~B15ؕH\ƲU)7Wɳ 1nğ4`^s[rc֢R?9#{L}+"D!_aתO>^_ݨXO?( tZ?G41_B( g&㠆BS۶f rgfq'RrkwD4ly14m1cS.VȜexNՅqu'B:tCZ{qNG\<% ďh`qWZl1F3|5mUamiL͏bbfFq*Zxo|ͫg-ŝ<^wcnl[ƹ0u^ɣ^xb#,%n d;4VC9`u& /mj[e9%_h_Nokj'rn5 `QúsyB) cs %Oj1C0cԯF W_Tf7%iuYg%BE1:^L< `!g#YȪB\̾S?yJd fbrf#]At.系6qCm7KYZ&iY:SVrb$/8t${[ԧ'N،(}t O&#ϺF&h. Lʭ_z*3OaĩJv:d1bM'๨ =!R143,"X :!*lDl dQN]閇P.n`faBm,.tc( \]Yrwe:OC(EJyDu!2Ƴ#mʔeكROh~Q/'5hE9MF 1y(r?mz7G_"J3{`,+֒m#Aq@̳I FZrL6gE,VuhP|oM5\yײWA-h8dAhX W:E=bzqA r`e?^vnkKeo9(N(!׋B\\BtdDc%#Ty{5fWcg|"AD-;bW뾜<[FE8TKufj?`=f%5Tx= 5HAyV!KϨd曀JߋȪ9UՋ>NwK;`4IָxiTӘ/r2MjykDx#h S]򚯅TMЛ>i0+>*lDe,u)'h(b%_$7 m:;@3ewġm뭍)<}±- ˅OڬUdEW"=`rG"䪸2kU~| ,H{F؜ @ȝjp)%"ST'x}bҿ5(H~ ET=`!$߂u`\߻`tz0tPԇஎ@ w=O]b̟G!}- . 8|fqqP<|/WV +&QTul/\7uGqnOPxJ&-eȩF+JH_2䵡U6,ovU"AZz``85(+:xٝL/٢A K޿gc#)Y tHeN{/ɐSLmRf8IWG Vؓ7W4|}vSF{kC*~RN/GST'2R+hye(5\>#YH+ڝ@0^_ڍŸcĒz>MѡJÐ(Ҩ7թ(<$Y…@R^a~Z}(2@TmD`?0j?9.z~!rl^!?_Zhfw OsKa8w.^$i._I>.ndpt袂A@~gKh9{ޮ.M=W93>ӧG[&`id(}.:HG.K®Ġsa|w^(# 4]1F #F+;ŏn2#vD7THOg=~aTfWJ=i;@Fk} x}f_ dLn>n\F/ooB{z(}.!}hWu3K}*lN(]I|H c&s.NEa"@8Mo.LX{lWwR[ۙmVIݲqPd<[oKx%a.^^ʸjr\<̓D2 G:;BwjFjFpS;5ɨT qx^ƺˢD6_oX4;A"HVg>2!t(x=y="7}BI5cFs7AI5P偅 i8d45"RY 1}ΏEr6Las=P?/rYM@W#x&4HS\nl[^U зC=ϼZ{ \N,!jj՟)`R5a(T5} KK}3`LY ٤8?cmŒ2˦"qsSUu#>kJW9fUj$!C[rX:ˤڱt?Q_? vR+Z]TAȜ@㒹=g$cQ8 ϐeC*:Uɥles~;G3lmEJZf >s7>B#F+媰1$BNt!m9V}ňh[gP'+?>0nmOs]t7ɗ 0[*@"v&V{s%l'`A:8u`)PN(L=.V=`?rNVpݎOQ$_9V$};z_k%Qk<3vddB*TU$# #ǫg1Nnj(D!zfЗ~7IëOY|8#ӰPxlV'?JT5~-Dyr?W0:A_GT8jIgӧZ6V7)EtMBmGmRYfr^gVףi'3/9kLo-͗onUejӢݿ|xA?ItU Xx5ǝT5а࠮S:j@oW_lQlp8!C>n,.䌦cXuhedaHAcW({;~UItN{|Ao TsMۙ $Ez#},lSdoE"D ] Qt\\^t#077&E`Zs@8>NzaMo ok%6bpJMv̥a@w*V+~`=sĶ.gfr &U9RGDgD&dfY/jmޖ;b6qc:F& Y/fsre%X Y.7&ڽ"]q-'9bQIP/Z^9dʺbϒ b%X(6+HNO,+,Z&SNA`I&̽gZM чzDCS+@z:AR&#,|j&j/af]XGYy{c96pp43k=-Q}0kWNsѠi GGCyԃѻ3(o+耉}Brz#$ nӡC%':~ZV挮wSk8%%g?j0]Fv nUP 0Lp'oŞYs ?0طO14FϿ^+ICI4iE¬0/ )Sqe(~FF8/\:AeC lyj8p 9WNDr{kN{z;Twn1XOkf^XWZaK 'B2%RqE0hSН('<˰Z/8UQq >j;C‘gӃ7?o/ݘBUGHf4>N_cıf>qYd\1g̙P"v`aOjám _A& $Uk薛J>t:S,爏4ZkV IKxa%t!_"IP/<Zs2Z]}vE?mQfz-F*+ÍtO&^T, S!U^Iq6U(al?_G(I-Im UGw<_z K>a2y!&ߐ֩mm\^a:Q'Bd+|ޗwJnIY1<{d<D>, 0J;A4_vnI͸8$ezİ /o*Unp)ĴhhY˃XctoˮIU*xwL껣j>tvBrHѡ(|kL;&;{beVӟ)DbZÁ 8G&xw onSl +Pb̓u^7?M%2~H:"-Q(v޿$sgAneIqU@P2H<'r*rs駾B.43KfuH)m|fZq $!| I,K u% `㉍i\I"ֳ3qd6fo !f2і,QRqY3G"c&q 6NNqX{[Fۭ]<Մ)n7E۔n5pG$x.]-Ӯc !NtiP# CwVƪPDkՔei_/H'pl- ,K3jZ!BÇLL9trym |T,6 .&&CT\q8 :L/сqnjYI Hȋ6n꥕ܺxͩ(r˟^G SNLݕV7AP!c=D _vC# 8OG=N"|Env|DJRJs8.eÁN_^B sR 6*3r7 (φ+3rzMɐt%hՀ_2V`@PHlԲTl>Ǖ&dlw3*t];A~/4j;!آ4uC5ЖPvЦ0֙7Ay>UKZ҇ ڣ7̪>J`T]JP&"x @lđʸfe(N\:ӦG+mif(-14q3XA"s͓W F==}7L/!5!o~7^ BX;k1$<ѓCv нǝ#=ˆ_G6c/̩qոѽUc܄ L0e\гiJe' kq}zݝhVz/8`x6XQ>'PsS2 Q YqD_H5ǃެsG(Kz0eggmRhScFZ^ BϴQʯ7dubtP76TwM7=N4%xE1[rMhJL?XAs}VX»=SLfGhsA?g?]eJqDgڅD; w) n!ծO)ڼX#܎BkaskFh3=X_9Iiw >"K$}3 [key^:[ t5o߅8n8֎X̪F:iNV(#: BAݣLuwA H]@G1G(ڡeGb!]qTvg[3RoUȍ)td?˼#=xbK7I^4?x\?wOsߊ=yof\c\~aWNu@H^`qɠkyXp`Iyu.(I`IeJBE{'R[FOO|Eth&̔Nc6q@쓒+BͯzS9(o3c` W'dFa0 HFm&@U*l: Oog9@ԡ1Iӟ\@1{ V**~]hqeldo{6) nK …YBt$\8 y0ɦuvVOC=}Ow4hb]W v}1%:r.x"pkG=}]Jjj}Y.fo97vo`*_* =WERJe/>pd4 V 9*S..D hhDæܥQ1S8(K1eq2b4ڤ\3MU/Δ-c<( yN;ׄ8b,L:g`̥G xXW:tPy䉆5 O ұ&!!掖 V`{iBO?툂4XdOm&@U;65U=ag}}Sۭ{{4,(P:G;BQ"3{HdrBbc@௤>[{Ԇ!+SzV{}9leX0?W|l dG(\R6-I3i|Uxcpۦ5[tڃ^%Ca$eKNIȯ}.  ~ al)cRtDF3"tATyM56ZC{"vMۚ3'UI/b`K|K2-JPRp.p/<|Zl$"#_JT쉨uz:Lk;.ɑ ,d>[岘xAok<ٛ 'iD&5 R[|b'\?z`ۧڰ&iT?vۿ,h4V\YN6nfaAAR@jk G7b%46sqq7[W\fW|_+dB;T;y=qԅ<|kCO:`r^,pN>D["wcznj3 h^@}@:򿻅=|oU(a֘_KQƕ噉(\D2GA()/{*O0jRftϒ*P% ;XEl NwQt2 !ږ-};S6ȮԷ:/Jr_.qlT"TS^]{ 4v4YB/(fZ| i_ϮĽD(bU@G!ɽ~u]}Ocgn|qweSd$[N5Ԁ]>k Z)ņ{3LŠ68o9TRR:8)Q݃4ZhNhUcd{+ \6PrumP9U9t섰靬~zZGlilwiU^/۾+twRj6kNSaOc41{v& 23X IP~Ybq~CdT |^MAwOHa擋aEn;@R,F,̟BĻ<?of=?f9=hX )j4=QidJ{yeG~uVNF{Wtm:Y|:1(ӹN#pѥ@JsnZoWpE ,3fznBf-9b_p!_o-z1 nzssD͑b}YM3%F(ڰ3.&2?NƸw׹4gŅ UMN;YfSƕNn`f;Xa$`1!l$,Y˂ߛ+ UNY2:(Iiʽ%nuU ͂StJ t[m8A6DG</z֠9+HDl8WE#ƬdA/!ug׍H@ȭ\K.DPƸe,BUxu*8.F/x* bȇD2n؝VuQѭ540ra"RWmاploh-(77ix/R yRk4 nWqUJ~틣 ryo+5F8BCpPP8/ق/f7 SLO3wE8IX XsގWlb稣Sⴡy#&ގ£Z!Nby3a.G՚U0р@E:w TEҞEX 'ɛA@*?a1L/.82`dv4%]G*UE#s%>!˶}cĕ1hHɶ6:&4NJ-,-!{+r\,y7;NG ?ʳ?PrV|hmH*yWËqv2bQÓP?Wtwa[vw!ugn;˛$-!0L[AD{ }2^f|p.={ 򆶦[5_DPRI' $a2|;6,PB"h? @f^obP zWK`?/x8 #[Bp҅0(Hs epfyE*;.5A0dwr>@̤(;=4ZNA T6'y%[Ԥ &҅,o%F%{d;KZEAZ~{R:CW~UUST-S|TZa|3'#BF/O0eAއ>.}2b S5e4[րr~sJD23@˘/<VّD 2ġH3;nR#ҥhA9#gRwہ(<|Mz$~#^'}Cw}W+ű,Ҫ L))3 B)u1Ձ6Sž{EcnFbqa8uuE57.BO]> _;j˧~ò's4y|ARo تAe!PP\Ka )G2m7dOo/Z.-j5KiAo;)s. w/=lQSvzSS1dVsIIeJCntJUBfl4%]c>:0y4VzK$-Ԩi Lm)X"zBXfk% }Rea3znݣc0SopJ1j A\?^ZXu; l&0"^}tH,Ayf`EO#ctI8$.sFACH3 @|W(NuJ!'`ҨV=3m$ :(!j3 iR̘*rN>pBHoCUy]60߳thj-upec˚87[ Br ^tH[g{$|/G(cR_S+EKb!tG}TFr±c.Uf[3$1M.na XbwLWQ~,">@=}х{>ݘGUcKO}O`9qj.9'yؿEOQoy.]^Lɵ`L-- m:i%.jS\qpIU}.DO~fbTl(/$ `0vh@!g^sqBiD8ydL 018+Ra_cO|g>0wRwbz(܆ Å c)Qr:pMcsœ[:2qpk%+|]IzL,H0q$U $5r_:֨x  c@+S|h +UH-M uJB,AnzX m+c2>rTJL6:Zg".N Wy%ܨSٿ1g#';q|E BܜjEZω*b&ZV{J!2˜8֔ ^,Q$44NPL E{&5Ή]aYN\H~~$$01C:>m!qGUpyJ̘,Sw[9?J'zrov0t5,au[LC}о/qAB/RBd_ ]6ʜc_6'}>3: @ƙ @.c!ogkvtM {}yQ;Ȕ[G/hSJpF?>p-a&:xYΰ4 1E=óFSlŮFP1桡n  N!v^9-yT·! {ܕٯ2?ZvȄڂ_Ӓoh;p/lK.%Fmeɸ"b`QV( EZN ܁EUfb/#/g2.Rxnk#o4 XgX:d)vl0U&40?e$6Zn/i3!51N6q&/^@Qpi% Be @GR^6(FzS~ϳ5<`hwlm>f*P#ݿT~YTęex43#1UqqjtI (SC|]a0xsTm KSҫp*FQQlO>LS̙O y1T43{O2?7j } 6A戰ݪd><~!5]j9-kZ>DK$c儍IN|X1ؠO𜸦ͭeS,K ;7"rD]R(Z/ɢ ig$( +/nC&s3>`,{*dM 6}>zJ@ڮTn%ڤ I*6CQj]) [f)XG- <]-fΚDZ(! L|^r_j~GRx~^[!YJkӟ坦1+pKC10Mln1;"&+2jrD{lQsС|^ڒ:IbxvUnV h9(,5%hhFK+Sb;a' 912G /SS+ò׉6IeAxb)OfJ#E䢸~@>|5n yX35a}hqD}g-1t}N̦z}gQ[Y! K͈4ʢ[Cg Fؙ͛lt&-ls!ʞ_kuҵGB0,x%aY\JitWS}7Y=W?_yqx b:X#j lTViNJOCh3Kx6Di5- =Z}!&슈[%{$88 ~:5.dMZ\ުI<kUD-4{g?tk%E[7%BQ#y@L;U!s{=ܼ3R:qLzAغ6vgNiR5eEA0 /z ?!g?}V =J=Y[K˞w؊!̑gbbN"WYRImt#e|yl3pa|mٞldJ ~ټ!vF? +{'eHspE)P QXR2ob;v), F?l,{# d^ 1)V8X:.ގJ[]z ng~"}[KO0acxFZtZ JoQ[f6xpAECe1ZVm3/qw+ (@s@ 4g~ 3԰C ;#3_[ ^Q6;QYqaytܨ$c`B_ <" @uԭvMA Ag>&@|hD0Qg@[)4 Oo_J0bU燁Ӽ:n{K|$X<ɚѦME2LDXĻ^^25hq#d ӈ O6xjv#5FKK=@ƵbmCXZ13ʣ*ʺV?\lo,{>Yd`LDWgN%^i2p΀ъD+!$zDs&^?J? -H F ?X +r%{=}byݞON(zL2:.g75I&N$Y¿9!Ʀ!DHyáB]J<LœD]X-Dy&BxC##%ݑ.+LjM6ozDԠdK82$;VfM;f&׃IYIu%) oq쁾qDx;6Cg˫[5-6 "YVr+s1! #hW>R&0T iXLvL$Íc1(g]{t"BvG] T{*opXLnஉv?,n5T_cF,Ay'8ݠTBojG3 c!6P%K*2Mcڭ~Gx%թſ>R&(jP:<1R7\]6dG!uQWq" ]9+Cdw| yfalޔ4Oe%fDr@L Yk;'_H)Kw@i3Ai? u1 Ǘ0W$f1=e")˥# h1ͳ_zi|w Tv==q76*u:o[WN5 3 d'4839d ڂ^AII%"=^0 Lٮ UL͛:]`MS4Rkd9ݝ3>Ӛ6[5B!Pë+^!*6r@5' JaP|>+靲@甚,[ĵtbfd7k6+Pp~A f.UN.x=%5_uA4Lg:6N8ܚZeuH /ךBqb1>%hr=2yvp0֏kXqkNX>YڏUhq9J!Ph,oyzת]P_$< Y ~H=eC&t)İϟon9l f5>bq?ѲݥSn/)wx?BqК  jh ;M M%pf[/;J &s{nlH 69h_G$k}"ZE߀*|H?6GHI@a񷻘K>Ǐ8SL!->frdu%}  1a l H6t+%6}XӉ4E]?z`q3"Zj-JvQsF#g)4q~q7"VRAUp3!EO%Ğ[6IHf_,DgrE|$YܖR7;:|pyBwni_PCww9Yy@Kuu>8_hkQ.43uJ/^oKBZQ/״F}FFO (|G /yn)t'(sV%Am4&]7kNOэ.d[qpqzr4aB.MJ==:W? (}*771^ .BocSYgݴ@B6&ϏƦ݊FR_](*O]h OtLZC(l`܋90_la%795:,w6<"`WӅ5[ }3ظd"o0>+4FFM+U(R.<~É}#V<kr:HS짨3~(?󇾇vbsP\8A]&@Vm]Yok:PocS)붜F+~aNAz^]l, j&&@PX'w&ót؍%au?`A& |LiFi}[~쥀# /&r*>Nݼ1DG?S-j`$ |\.9_z!J۹MMwݔGp(l%JI:U"#S7^{]X:.1Mf0RkW֙#>R-J0mr^E0_C}ޤ lza#) d,9ӥF2Gɾ3Zo拏˧.a7<%\˱ wWW rLٍT$FV =\[\WWwq>EG%ޢgo_Z ꡩ*?0g@v\Umc#lK\:pFuCϱI)~NpGF5lՇf;> |EQQ\þ(&,;_JS3x$0 Usx;sȡeF.}!Zeh**ud8t&IƿהF2lؒG)R;b)Joq}¼@p̜9qv D:BX!lbT56!-;/US$w@thDGR"5dhm+9Rpi-X\0&IϥG5U0PX ͋+Xb%FLC"mD^Nŋ n !·j_ g^b=OZOW c^HzzZF >\?57=ݞlԼ5 %C$͂;y؃y:CLpЧ'Ci^CU tg1 NKfyc]뎂E=#K<$[KT" jDgB(s(8`t;3ve.*.Ѭs'⼓漼ԐrnV&,U'f/- 7{jğ_䡕ԣuƙ/ VF+oWVWA qD(`rѥUP,~߻"=_5OY-g S3Z`06"Z*;V/[ay$wݿJ esNhؓYSAxX?@&fqAMqtLouGN$7he `*"I*tR5RX^ ^q -<;CWmE}t\X+b[N?c0 xv+CQa7XX <(z;oUȝFSufQ֑F@+*d8R0}^&X;]nkmZq9B00v^*pO2&^?C4<1|oo [D^ƾ.n]V t\ޟ{R7}fh}<+ $4؛r 6NB)b.T\ *'-d:C3p5Bl`cB ,qrd_}YI^ɧ'0MMC\7IL2NZU?DR闸I}܉5JMbK~O=v 3v1>ip j%%hrMG%_Ԓ9K!L.[([l,z@k{l}Ţҟtqג?cPG>3+1/D9Gp$+92ڃR+k0/*Mz95{\`0"<Ĝ-tdIm!DC|NB\3tUF[^^a| (;_J{J}~׬5%&q^ND4DSœ3Iry!|zv2 G.h~ vϮvY\b/f=e4eHp{ډ&dsl)tQ`bTFKZw ~U1kT{A n#1xQ-ԿBJ|ݜ8$<,.DȺ y-!2 UcK&ިPKϕ2V6S'@^!9(]_f6SXK ͌܏ S9Iscl6oXN_s&oFMj7#[lw!ê$6_DffFx.'Ixn| o>P]ڷݜG̦=GrݤOթ|/U:kޯCp'n||$,.OHr\dƳ]m eSR`丑(!H*ƒ5o~ jWu`VO9.o[,\Y/Lpe_(6b@ / I-ƑΖ/b_q,Kb !8oq~LU((ե;g=sp%MKpKz693`FOSpGVflGuʇ'~j 7{ޤ#du$w; {ұPY[\)яծArAZ})mX2p86b/B3Ƴ-fW~#D31Ζk<,p e~0zrt+ n4r$QKGӲ(H2T Uz&^ԳٰvJ P*V`y2 m3yb)FAYbE\).Z{^!F)%`wďCWp3ցC%dHzI2nKHyy!/&q3?-S _ s(ߔ=[Ph`nd,c@Yb ʥ Ig,tK-YVKS!'?y gW8!1|=:$H,XiH;STw %X\Tm]3ґ]볧\(0LB^pـrL{8eR߄VAQg0OcGM>Y\B.Jȴv.a&dq;:r0Y}v˨0C ĉTDLlp͡?;azt:Hr83c[j>"M4|T`&%2@i]atKw=xo5Z"g>ȆZgZҺ+i4y~W<W뻵=rvqRM WW歲J&cnWI,|XbKz3JȅN KLj7 %{M ԈM?icqS GwnI,@uEɝ|R'6l|˱'f] lŠJVjrs4 K**N6yw˄v눎[Af裹93JgKXDQ@EippbP!şZzbU^>HNX&4};+:yO(Ca`1 &:!}&N}|h8', wXCMI 8J_J7'=0rc6䟮Y/~7#_ ]">5Χ—{ ¯5vhNil0y)'g/ O7Cl}ЋLxv;mh?Sw(#Oh=.BS؇&%b.eGRpG+, ':9H88:âj|l\*gZKoMB'Wwݧ֋4qUںBc) VB9 XsP`XX⹋DaON5MIia4Jdre'M8 , ˜K;v\M)uEv+ZP'Nw2SlN>cܘR>bޞ paG7;xBy=C'sC K7"TcMwn@<[*uE6VLlv2CԞ opGT H3Aedmt<99v>ȡq^c"+*48Mj(6iBc͞ɠ)c2)>iԣ,Y&._9kCxm;]*5ewL6͐3>YSYuQu?>UbF"[ *`YBD6v k9qDַ;upF%=rcQf:1Rq88cNӮ_mO$0Ұk`߃\MWyY3aIߌAXp,Ox,9g^}B%ޢUE *߬U\Px rSjfaB71);b7wӷpIq> *>6x ,&Ya<ÏwQe˗JdߪZvzQDƛݖh@İ+61Q bG pDL]7Cg}ˏr/Qa1dR,;PȵXOᰦP]\qQ!:!a=45`yiUg?D|AFuXZU>`''z4OxjlسBpMbE46[tK~G ܂V 9$_jns`Hk E9L768F9݉}6,1nULcVaF)C1iyFe`j]#-vWHa(|D1)tNRݘ"8ދ?nH  mL+ SY,OV|HoHGz1}ŜX]% : PL=WYjY;4eoa<ȩenwgӸ7¥Rd:%A!$p>.66@ZCpݦUaoߢK\vY .z޲FUTYMQ\UcLf&r:dX?_Gʒ`ISK >A^|C!LiKz]k6'M<ڣEx\o?Z` mB  b7&*H39gm.q9aKxوtYXş1޹^p3MQ. EG|=%h5`r,w#kS Vlhe4@;b)^MRCI8ıמw5w'2\.xi0P5p]BH\|&?azY~z"حw x1 A5OKkYD?ibdDE0\`?PƿbuQ!)|GT:ZgԞZ,`|88fWYJg ~PZ)@~$m~NTCrA IAAoQgdnʪJaX3X!!JEq˥m5`FsuTnM+>puUkQgU[JY?@UK>͈oҏS(]3;yE_&܅yicl.Ʒ%JzØ [вbU{L>:LŖ׿&sE+󭅉"w7]x?bl5(;eobI0˸E#Үql.hU6(rUTm?o qyn\Si3vQ"f eNԦ2^V jX?z%Ο6Nw¢Eo묠 +Y j[:%zZn˧4$aT怵W[-@ΆƥhAZG tpmCQ|f VV{E.7 ĕ1/H XK277 o޸PL5ұ84`Onm(ivR>n{PxrzT흛6"o_n݆_p%!NKLBY,8tJV|JMS_/1pR9b,ZtZؙ ndJ$/HS`D)fu896JVi%-Gij[)#PqQ'OW?P:a:W7y1Ȟ[D73&ƷW7J.膜+O/̽EKZF1r<~Ba_M>L-ztE?"ti1~> D|ռ@kIEZeӚ8.+>v@8˙ K$W}>ɖ֓6:OӈeZ+s8̘J5sM]YtXP6OOP?RqpbK@{Nj-^8PDD97W%Zޣsca T,C#vatޘagMf Ps)ZiY6J`6tZHƪ+J4G|He[{먧ݔlIԃ[(qXL:q.v0KQ1R9zZ7z<ƹYNma˷U?Ӱ=OG~Bp{dhǛlXIz= J5~ >LaɅkFb:*B;@{jEah  _=l6~3 6Ð&/3df+yz7G)=)],)5esmEIp+|2:T \e>HcPQH7S0 yi+uL" F'<_=i3Rlٓ{S'f*8E$סK1f9͖\4łM qO|L͗QىEE:|5*bO'UO?3:|]e"R?1JAY(wk}0cʄ QL^&}C\<.8 $g^8f%d9$O}:NE 0/6w??N%Bd MަVg8\13TC;fH4|&Y?V-{"M  @b:ȯ[EK{˧x%ʟdWQ~F\/"~s*9eV*O72Mf0.M! fިzLkO]Lk3QH Bff7f,pcr#*>!G|FV`b9Aѱ{/v~JCW^wa>QV/\ HUc㪂 ć*9R؜})_20 f|G[hyoŧ,Ue͞ӹg9{+^D=&cLKv/[SK r( > 4kr%ĜLN*C4&៘iXBl6yD$2aU#_kMfLbL'd=7=>(eAzjݟda6x*KQ1R{M_΄l(S@}2kİz^mƂV0Л5HvR@kr.ϩi;pR2zgxkN1!y+pH0**,C&EsZA.ZzesԁS%]/71㺂ׁf* ,w}R6mq߀FR5./Gtt^XmR0E?e(n-pڑG?Qp MoW|U. OqMÖ@ǷeFyNTUn5# C %7QT~|c%R+e:(R0Ù ,k/r>m:ž=t\ssa"(Gk¿5G`,<}d^wg9MZ3ox'`MxJֻD7֌C=PgYhIAL8aC-[wtPy#q \ Xz%3/OIjB_>%W06cٺ'>qe{6ն@%IgPb"~X,mȆt zIJZwzYxzi/: 0Zw oλƁ|q}?VP*s"K5y_W7OkcV%6ɨ_([57Iл,CX`XTރR3͒M&e6 \.9]s7=V}K;G[y>30:2J|CR?;;[?2s0sMAtp6+&mRve﬛2e@$SQK nWz7_"Zq1V?vI@-'Zƚu8+;3 1v Vh01|SWdޥ>>ΒhQVD?Q`h( ;Fd3nE^K`5uᑒڐDOlX )Vܚڬe(vʚ? 9;-ȇre%da%0u2qj`b`?iN|mO|4)?6|% OЁk)TkoCm#o>ŴE6kQ )-e3ًٔ~Nj8يX^`'bgTL9!|)넢^GpT Y(# m=~ #OBI97\ nM]|Y+.]" ab( #U 2CIvxs,sF NrK|$¸;sH|+ -*&a}gg㸝8ЕBvr [:Dn.0F HH` yXzS1+4,cޱ9ckf')0C;%K^yG~2S}e! q3QK/.v,e)l: ]x;nǺo<9221!AkQZF()sLl|4dܝN'JEuNYuAb_WVÄcW3+9h;]0YkM*'ޡy1G_*8-FW: ]UJ[uO7{C8y/T*iZLm`yT:Je/j;TjmG>33 ]01(%ݦ}p- i1%sK?ڮtOxo}4< xKD)Ȃ%;k*~k%ll˸`[2# n V< _%frޢ 9QFȧ^L`Y"e~l3&_L8}a^)%JJǛH-Q_ZJ2riT-_ 2? jľ/eѽP?߄go\=YLP�ܞ[J4<8Q+\wI1myX$ϽٷՉ~~mIT CA)ň,SSBI(6c(oC1VT-9P *4Rp \MqFgB )&Aܤ.&\]-Q- %G;M`XٳE% m%jX7TVN1Wi}x3H+F>HU1XBQ1 Ie Ρr8dϋEvxZ|<݀fj+CL%ӘW9<$t3lb.}9q\ 4߱D^~@˷;[>^+?ꤞJ@MMGwZM1jhBV[fJSHv, xūz}MR9 <\3 nTqx?097B9Ɍ!W;rD|t,SV*LqJ vOM]—Bf64/7ѕe;<4[N:&xsFA}dgf'";]㪑 tm {Ǧ}D,VP5,O jB64#iם'{YXd']5:PgAgB&N%;yWc'I%J7 6?eWȤНqlGՆdop3y !es${'W跕0(ACJ.aA)-\ްSc l,"!9 ' X~Z)*Hw^LG/Gi8[zk z@). }H/.wz1ݺ.S ^"X'HMڕ"ſw?"|[d g&"~3VcJX{+ rI,aiO(P1i[ $zxEo(nxǚ+TLϜhYT}CCEмCCh]>(Ѯ8z^lvtӺEAqUmYwHT@LU֕Z m„ޗJc',qVD{zRRZ*yk[9qt!m"\aoA@T]^nXƭ|*v;~zc,c0eOsi]Ex;m'@x[^?U~Q>5.Fw<%@s>5kg+ _$(WT`2}MIQvAva7sq 5@ފbu]i֦v1YT;ɟ@k iἚՙxa1/B5äݒSlG0LwNG^#.d@o>[+hB£i@-6rt rDl:j1QB'`iS+"u-Gz!$9HRf&f&Ix-$}rA^e n0w;=~HF8, Q5N#Ix;yt̩i:K gw7PYY磔`_z\r+ȥGO2 _HC>)"x]VAn'=X"˵߱YuD4._Jk4M;]OCr|]:{n5? )x+ |MK _C㌊nƼiAUgyV'?/1lhܪ PG5<*0gKM,˹çf苮Tfk /!YdE497W~⬧ږZ9we8*  :w2Y"mj2}E&R @8X xH. ԸXE7rH{©Ћy!sH"A_ iSeli,V{8޾ x1rOsfe)VEYG|y7A^{ӥ:MAi!5 ]m67G٠ִx5;=pn9JM-w:/qg}2TŶ2%< .IQuXK,o|9SReAq_0 s_d|sQZxurvEXY&ũP@ ^n ?Lv)xtF1, @3F bloptrBVpp /c/W_ w\{TpKhIP N;{ADd[o-`Ma> hTHPqVP\l*q?3}CZY)|KQ."?҈C`bAƀ]DZF6Jj΄n.nn`&&AIJg]F|`k𹽋ތax 83\;WFgg% i!1<R(Qp#\b:UaL^'<A~gIkkӳp;KQz}9]XgREbʯx>=lBM0z^Fܨ~O7g^Е:J Y+nh56_H~ZrHcU։_51=;-K@` 7~hr [e/NU's˯SJ̙L$}QDRMhbuڣ= 1:WιΟ'No5jUmue(@0GF}rB5l!: @b4N]=ZFCTK0DYwU~NMݱ?QY">v,"ͼ|v.'u,:>v6"ҦM0iCSYXύ#d652U %Æ؆‘VM֭uefi‡VIoɀ&l vߟ$AZ*7xZ}J^ޫ'26)P$|_mA>&k=Z"qc {Q=ɩA'PVQ̍pY0h,Ud3MȪFgTND׊|Q{ O0Ҭ˗W_-HgSzx2ZAy>C@t9-^0CE1/6_,M2eTȄSNj; SsWd{Bv&X{%+E'dӻk$^%gjhu%M8CiƩiR܈ǻPHk0UӬ@[H֙|D,7sucңN-@m)Os^rh7Db!'`-^4$fnZsÎ^8𾊤gN;F@ԜNh6MG x8v%fK]&LAva\,f z?Eyj.?=<6P`A YIHj9i1} p#.p) n% ocn{ɀ5!?O1ӑ<h><-2 X +:kr_$ ֗,!o7-6V1/c=|F5d稛 Lͱujsu % ֧>s^DH.YsE"g "dboсŽ7_yyg=?T(P{ԙL!րgT/05~#}=d}.k\xd'ǴSKzG'a~<4!igF @? Âv1EVY+7;y'O싾+4<qv_?biq/}G3<ӍnQp0E8ÔMVlEA=Fre0+O&km5iIP!'-8, ݋z ‹4} ֒hU߄Y̨'mP|ӵfYpo<穐)|?^, FOi`:/Ʉ,4,{Jf91 pMk,ܝ0'\jΩG]B{wH-.}Qi F@%{͗) fM"MwZ+(}hc8Q@ wr%e!Uu.ǥ_mz6%DFS~HF#v"avx50]wnI{)"J i #xbJ!-lϚ\9Ch+m$#E4Jp͚e69ݕ82~>PQ^A~¡|Fݐ2W[FqsFu**6Cnp}~-0UF?:VҗQX5%|eN#s?k9|95hs=ofPqx kLU!t'SCKh繾\ۜ>NXA FֿɟHÊ7B× "̗SӜIm7>`rOc{ʮ!:q;1FDwT.aCTvc b1?YPzI Mm[^wStIKW!gV!u}'x5cTcoq_Ѧ_ΆV GvK#LUhWq1%\#t3˜䠗\ɸƴsȝ]f:qsl:D1kE@ۑl5^⾒٧=x&ýIAZ694(JHLYwdBc,&Js6ϝ4:FVh.}ԙk|Y,UL-Sԫ}ȼ=1.y6*\ȅ#>ꋟQ/衚S;h0eoT;<wsa6+ =5 Cާc?]ϴ.p -^vNgMIC&/JhppV.,B{!":N'x]ds[pKWkfd%5\"#UMl?~C*?-V1Doaf!,\ېy'bsj)k=='քYnv<ELO̗7mrBQ懺>^mu>;L*Kf_LB@% P3IKCNݼ{ Ի- Um7[lHt v UKy|5)q A_@\D/7$i{}׽Vd h*+ήN4wԻn 8wg@mgj|ZiomLzp{ukn:<U@yH+岸̅ۄ?"IcAhe*@E/3(\6(l,๑d'&'wuej}Q6e.mļ+| J u ͖Jb}IĶ"7*\LZO MNnld\9Nh_hy~(CDuo,H$(UTc.#"+-ͣa)z6P10A03)Tӗ>g- Lkǹ!|8)UeDX?ּ!7y^Mߢ%`u]#g1117T ߳fjUtɐ{ /nvɑ?:&}5S69O5pMTHc P* e£IlD{pkXJ\l3'hӄ><;Ղ?Gk36lP DL ן'[{p8jP*Vd]6KL%|Sfw< AfgtL bЀa{v7 KI>o7kQ0N.-2pE{iq-Tr([ _$pfB}cÔYy1نzk3Q /NkՌ]E{WT% < S*w' U|2]mhmO P $~ߤb Qy.JD= 2G-ufM-V Њ cK-Bs_ ^)@wVۼ4OR6d"?7vc*[˦a(0'4' ~D#XBBw|X֭[,E*#щy* 0FOc"'{Zv#pX @<( 3J`>Uj )lY]'jdF* >;DtLc؉IZ}76`ʦC+xV>I1M`!awAi^q!H 'ji8ƐNNUIBa:3 ^8cp$7wfnOXI s .A-8o7ݓMEg 7A?=ǹzo f;Υ,ViI\r ߖbr)kp) % coj6 A̛88b`gSz:17|ظDڬv]%:pSqYS.RQvgRtAZ<'iF)Vyص Wjur'GnK掃]KYd"#ƺyH/ &-az)|^Gs=numJKuf/ [b4Raa猎-H+ o|DET\YS=4DePB& \3f`ہ B1,|+5f˻bnpY]X9)1k9CGGһŰ0 i'UJn/< +([ԡ5KR9!ʿ~܂5{½rx1 Uu\Q vm[ J>oBfzlkzDYk-Wcy]Q O騵s=%Q4ف8P "#R8gJ8_8oc̛̗@%Sxeu@9jIUݰF f<@^vNc4s 54 vY`칭EDtF,TP3zfOs X  tוn1lmij2B?V]!wj /hē8RWOy,cȧ}I`;R5!W˕2Ab',1}"҅ZG]ڳql)TkC5[Ƹ!i*KBջdO-OΆȔb[iӖ[电HzZ?!9C|;Ws QVNk`t{amesN(̓bٴ st봃Ch(: bzq[i'&{dv?{ K TRP{R4yEC캐ҙ]jaze5![C9j'!j5E[YrnO$|JoW^-j<*)F[ @Pr|͛]ԭ"f&Am;3{W92 ['@[uqE{GB%c8%ޠPG.R=YTl7c󎐸w[(GЅ?4_LV\FwYc_큒`#;yb531uΓI+bfyX37L+ş:آxcU<l _cTbc2N 5ր݀? EӶ3c' %|LxPLZCmrpޔ{СBH_.Q[CS~ɤ8l/ NN'pz1:ZɼGC1XfAxQ| O='3A̮u Z96d|!H "KE)^4%(#O 'oD*~H[,)e֙zml8~+۞Pknqf.@Ͷ]ߣ+H%+J ygTA"oH k[z87*ElJ=ox9 U%Q.Bg"-nHѵLCxGֱcg7UFDNh!?,&jdowsgJB2 _Nb=u5NT{A=[}ay$jX%1q7 %t1ˇ`Ye)־qi-H.#'BHQZP7#^fؕL53<}NBuXAM6feY|yޓjBl/"7VqRc7Scx:B gt|UsH~ksoʂGFgZz[o Xg@N>c}EgөW`l% *F%$+f@Y Mm_-K+CC,Rm˔%/Z~պ0V^÷cogLOUrNτݦ4vs<\11"YL%|6aQo~XE($Zz_Ad2f|/%+k.4ܼ^+.D 6 r9C?(K?np(\C_zorhK%onk5y{5eOY/MsZ]L{>a|eڅQ9#*DCtA(r^i? 'f#gVh&kɯK77*20kWf$lO_ þR 6`C?E:na)V״+ejЃO ᔂVh /_GݿYZ_HԃgXM~f[vrjy^_ȯѬ<0i4N:޿ 4%Smk*\U2HddIz'dҢ;g,0t]ҾV䋴l%NHt`3R$C9lKÚ!x|КJӧUOpY֘ݿbQ;WWKQAQIK:[~"ӭX<$NK%G:?! CobIIE >Gɇ's(B9(H|CeZWTc΋ɆM4]h[Fy~*L^t4m#Y.N/&8 |9~ѯ%. ƞx#? 9ZOgU( ݄.AôT|\&[D1-(&Sa3µ?} 5Upd@uwt.^ ZT5%uM% W"팂ϰZbQwQbFi@b= K*?19䆔,z==RJA0Q 5j"%e)l}BbzK׿`$$oasڗXaȧ#' m d[Õwmh,_8vfM 67uqRXCь{AT-'u#좇iM=?uf#%.f2 Z$HsY;q~ȎfNٕOI~Eۃ%\,DQ.]$jX%n,628ι%<,-IvV7|':zdS7GfoqNhߣ7BxY2K m~ӏ4$U5lK@S(=A phS.P_ЎsG%?d{z 8HNO~C&(xH3JQ\F&sw#ԩ+ޒ7[ 0-0Q\yUҭE{f-NtmegeYY0ʝ 0V!FOkDL>vcťU=6I߇y,W1pL}ƺЬ'dp7Dg &@bJjC|2g:46&"ӽ~tBmE6bW362OyX5TdᱥC/cq}~>r;Bg-==l\LWirJ6;l&L^B'7,L/qB0c;bmez`A?-f^uPtخ>BȬܲVZZ_0* =."labO~ |(ۧ1n΃V?PI*:"<G w=^nE. DS0)}S2<}֬`*\*aǀbon{j8(({2дA4fDQ R sjJ#*Pηs@!1AM#uNLv Pc30̛mKA]e.35!ҨNJ ;^rwn&RL+'5=ey2hk 3E-Z則rlaڏj^ |c1+OBkI4tX;)RXojFP +oz{x#[F0xN:,ȫx&&ܘ<6'!?\Cd,"`A|'۪:g{(ҞR7 fAJΊ2r/-pY<0δf&lqAX#,DL +,d;'kW҃ˊ}S9R+ #kLn@":@'Ţ*,E;Y Y̴odnZF!φ"s2:a¼O*ZQw*/-~*_M OCU -oG;w,,jT<6oD Ca}= `=,izie1Q.W"RH9[j;>w>gЉ/:΃.]/msI?^*bpƵq! Bgʜ`_E甗۪J.*{ C piogx[lk (0EZ*k\Rc`;e60'nגb$am.n[mf$=z7]j:ŭ+2Ih)'I>GYk }CJ{9SW΄ѧ_9@]v[ `i ̅f:L"H`/f"d\Gϊ3PV3 F()*9VU$R[`cH 'w[e: KS~x3` )&2R@:rW kh czh㾌O'0CxupP'+Gobw1@_OYc5Ojv['Wm4icAKWdc0ɣQ(irۗnLv? &j[cnK&PF;> !Chd|,Ĕ䩙5}H d+!u؄&o.GZQ^m  '>9s[lܽolz~YGF]A]+&Q0dtcg*nYЬ6"+ైr_T%OLBX,#-:FC8x*_tψ cvvb Ŝô7(.@$XY|./ŴߙZ uk7FgZ*C27f)~3A j;}30 6Bi3@'F2_ _ƀ[l:L$Tf 0ρ;\x"_@5DϱxdcvKjP?zzF 9yrӸPPB6򙪉+˽N>j.S &G]cfhwy_Lv ß[^/քjѸkO߳p@<ٲw5]n#MO]8x7_'i;0.]){﷦/in@ d/ YZ