Botan-2.10.0-lp152.3.3.1 4>$  Ap`eV/=„or' R ~iuƄN WYDDCܞS~BDI.#^ Qr1uH/!?EMD?ఞ?q=j!gzx].ZHi%l>P5pI&-{A"I߹{l\tZVAn݂*X,]Z6ef38aa7030c43fe94caa311d0033f61e508c01391595a8aaba712921035056d0fb51bab207153168f562c1e84f5175c7429e8036df `eV/=„UHKdz2z|B[qx{bL> /Muts")Q-A.y p>?d  0,08<OXe ~     !&HL`(89L: FRGdHhIlXpYx\]^bc]defluv wxyz0@DJCBotan2.10.0lp152.3.3.1A C++ Crypto LibraryBotan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1.`elamb57 popenSUSE Leap 15.2openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxx86_64 p`dd0650597fb16e0930890de28b5e4af7087faae76d125c489a5b552ae638f3af9rootrootBotan-2.10.0-lp152.3.3.1.src.rpmBotanBotan(x86-64)@@@@@@@@@@@@@@@@@@@@    libbotan-2.so.10()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`y|@\N\73[`O@[DZJ@Z̧@ZlZZ$ZZZ0@Z|;ZWQZS]@Y@Y@YA@YéXX@Xc@X(UW5VV{@U@UUFerdinand Thiessen Daniel Molkentin Daniel Molkentin daniel.molkentin@suse.comdaniel.molkentin@suse.comkasimir_@outlook.dedaniel.molkentin@suse.comdaniel.molkentin@suse.comsleep_walker@opensuse.orgsleep_walker@opensuse.orgadam.majer@suse.deadam.majer@suse.desleep_walker@opensuse.orgsleep_walker@opensuse.orgi@marguerite.sui@marguerite.sumimi.vx@gmail.comdaniel.molkentin@suse.comdaniel.molkentin@suse.comvcizek@suse.comdaniel.molkentin@suse.comdaniel.molkentin@suse.compth@suse.denetsroth@opensuse.orgfaure@kde.orgmichael@stroeder.commpluskal@suse.commvyskocil@opensuse.orgnetsroth@opensuse.orgliujianfeng1994@gmail.com- Added CVE-2021-24115.patch to fix CVE-2021-24115 ( boo#1182670 ) * Backport 4db001ca2 to 2.10 * In Botan before 2.17.3, or this backport, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex) - Dropped unneeded build requirement gmp, GNU MP was removed in 1.11.10 - Enabled tests to verify integrity after patching- Update to Botan 2.10 * Bump SONAME * Warning: XMSS currently implements draft-06 which is not compatible with the final RFC 8391 specification. A PR is open to fix this, however it will break all current uses of XMSS. If you are currently using XMSS please comment at https://github.com/randombit/botan/pull/1858. Otherwise the PR will be merged and support for draft-06 will be removed starting in 2.11. * Added a new certificate store implementation that can access the MacOS keychain certificate store. (GH #1830) * Redesigned Memory_Pool class, which services allocations out of a set of pages locked into memory (using mlock/VirtualLock). It is now faster and with improved exploit mitigations. (GH #1800) * Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by 25-35% on common CPUs. (GH #1815) * Unroll SHA-3 computation improving performance by 10-12% (GH #1838) * Add a Thread_Pool class. It is now possible to run the tests in multiple threads with --test-threads=N flag to select the number of threads to use. Use --test-threads=0 to run with as many CPU cores as are available on the current system. The default remains single threaded. (GH #1819) * XMSS signatures now uses a global thread pool instead of spawning new threads for each usage. This improves signature generation performance by between 10% and 60% depending on architecture and core count. (GH #1864) * Some functions related to encoding and decoding BigInts have been deprecated. (GH #1817) * Binary encoding and decoding of BigInts has been optimized by performing word-size operations when possible. (GH #1817) * Rename the exception Integrity_Failure to Invalid_Authentication_Tag to make its meaning and usage more clear. The old name remains as a typedef. (GH #1816) * Support for using Boost filesystem and MSVC’s std::filesystem have been removed, since already POSIX and Win32 versions had to be maintained for portability. (GH #1814) * Newly generated McEliece and XMSS keys now default to being encrypted using SIV mode, support for which was added in 2.8.0. Previously GCM was used by default for these algorithms. * Use arc4random on Android systems (GH #1851) * Fix the encoding of PGP-S2K iteration counts (GH #1853 #1854) * Add a facility for sandboxing the command line util. Currently FreeBSD (Capsicum) and OpenBSD (pledge) sandboxes are supported. (GH #1808) * Use if constexpr when available. * Disable building shared libs on iOS as it was broken and it is not clear shared libraries are ever useful on iOS (GH #1865) * Renamed the darwin build target to macos. This should not cause any user-visible change. (GH #1866) * Add support for using sccache to cache the Windows CI build (GH #1807) * Add --extra-cxxflags option which allows adding compilation flags without overriding the default set. (GH #1826) * Add --format= option to the hash cli which allows formatting the output as base64 or base58, default output remains hex. * Add base58_enc and base58_dec cli utils for base58 encoding/decoding. (GH #1848) * Enable getentropy by default on macOS (GH #1862) * Avoid using -momit-leaf-frame-pointer flags, since -fomit-frame-pointer is already the default with recent versions of GCC. * Fix XLC sanitizer flags. * Rename Blake2b class to BLAKE2b to match the official name. There is a typedef for compat. * Fix a bug where loading a raw Ed25519_PublicKey of incorrect length would lead to a crash. (GH #1850) * Fix a bug that caused compilation problems using CryptoNG PRNG. (GH #1832) * Extended SHAKE-128 cipher to support any key between 1 and 160 bytes, instead of only multiples of 8 bytes. * Minor HMAC optimizations. * Build fixes for GNU/Hurd. * Fix a bug that prevented generating or verifying Ed25519 signatures in the CLI (GH #1828 #1829) * Fix a compilation error when building the amalgamation outside of the original source directory when AVX2 was enabled. (GH #1812) * Fix a crash when creating the amalgamation if a header file was edited on Windows but then the amalgamation was built on Linux (GH #1763)- Update to Botan 2.9 * Bump SONAME * CVE-2018-20187 Address a side channel during ECC key generation, which used an unblinded Montgomery ladder. As a result, a timing attack can reveal information about the high bits of the secret key. * Fix bugs in TLS which caused negotiation failures when the client used an unknown signature algorithm or version (GH #1711 #1709 #1708) * Fix bug affecting GCM, EAX and ChaCha20Poly1305 where if the associated data was set after starting a message, the new AD was not reflected in the produced tag. Now with these modes setting an AD after beginning a message throws an exception. * Use a smaller sieve which improves performance of prime generation. * Fixed a bug that caused ChaCha to produce incorrect output after encrypting 256 GB. (GH #1728) * Add NEON and AltiVec implementations of ChaCha (GH #1719 #1728 #1729) * Optimize AVX2 ChaCha (GH #1730) * Many more operations in BigInt, ECC and RSA code paths are either fully const time or avoid problematic branches that could potentially be exploited in a side channel attack. (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765 [#1770] #1773 #1774 #1779 #1780 #1794 #1795 #1796 #1797) * Several optimizations for BigInt and ECC, improving ECDSA performance by as much as 30%. (GH #1734 #1737 #1777 #1750 #1737 #1788) * Support recovering an ECDSA public key from a message/signature pair (GH #664 [#1784]) * Add base58 encoding/decoding functions (GH #1783) * In the command line interface, add support for reading passphrases from the terminal with echo disabled (GH #1756) * Add CT::Mask type to simplify const-time programming (GH #1751) * Add new configure options --disable-bmi2, --disable-rdrand, and - -disable-rdseed to prevent use of those instruction sets. * Add error_type and error_code functions to Exception type (GH #1744) * Now on POSIX systems posix_memalign is used instead of mmap for allocating the page-locked memory pool. This avoids issues with fork. (GH #602 #1798) * When available, use RDRAND to generate the additional data in Stateful_RNG::randomize_with_ts_input * Use vzeroall/vzeroupper intrinsics to avoid AVX2/SSE transition penalties. * Support for Visual C++ 2013 has been removed (GH #1557 #1697) * Resolve a memory leak when verifying ECDSA signatures with versions of OpenSSL before 1.1.0 (GH #1698) * Resolve a memory leak using ECDH via OpenSSL (GH #1767) * Fix an error in XTS which prohibited encrypting values which were exactly the same length as the underlying block size. Messages of this size are allowed by the standard and other XTS implementations. (GH #1706) * Resolve a bug in TSS which resulted in it using an incorrect length field in the shares. Now the correct length is encoded, but either correct or buggy lengths are accepted when decoding. (GH #1722) * Correct a bug when reducing a negative BigInt modulo a small power of 2. (GH [#1755]) * Add CLI utils for threshold secret splitting. (GH #1722) * Fix a bug introduced in 2.8.0 that caused compilation failure if using a single amalgamation file with AVX2 enabled. (GH #1700) * Add an explicit OS target for Emscripten and improve support for it. (GH #1702) * Fix small issues when building for QNX * Switch the Travis CI build to using Ubuntu 16.04 (GH #1767) * Add options to configure.py to disable generation of pkg-config file, and (for systems where pkg-config support defaults to off, like Windows), to enable generating it. (GH #1268) * Modify configure.py to accept empty lists or trailing/extra commas. (GH #1705) - Update to Botan 2.8 * Add support for using Apple CommonCrypto library for hashing (GH #1667), cipher modes (GH #1674) and block ciphers (GH #1673). * Support for negotiating TLS versions 1.0 and 1.1 is disabled in the default TLS policy. In addition, support for negotiating TLS ciphersuites using CBC or CCM mode is disabled by default. Applications which need to interop with old peers must enable these in their TLS policy object. (GH #1651) * During primality testing, use a Lucas test in addition to Miller-Rabin. It is possible to construct a composite integer which passes n Miller-Rabin tests with probability (1/4)^n. So for a incautious verifier using a small number of tests (under 16 or so) it is possible if unlikely they would accept such a composite as prime. Adding a Lucas test precludes such an attack. (GH #1636) * Add XChaCha and XChaCha20Poly1305 (GH #1640) * Add AVX2 implementations of ChaCha (GH #1662) and Serpent (GH #1660) * Add a new password hashing interface in pwdhash.h (GH #1670) * C binding improvements. Added functions to get name and supported keylengths of cipher, hash and MAC objects, support for FE1 format preserving encryption (GH #1625 #1646), functions to load and save RSA keys in PKCS #1 format (GH #1621), HOTP and TOTP algorithms, scrypt, certificate verification (GH #1647), functions to get the output length of public key operations (GH #1642), and functions for loading and serializing X25519 keys (GH #1681) * Support for building with BOTAN_MP_WORD_BITS set to 8 or 16 has been removed. * Previously SM2 had two distinct key types, one for signatures and another for encryption. They have now been merged into a single key type since in practice it seems the same key is at times used for both operations. (GH [#1637]) * The Cipher_Mode class now derives from SymmetricAlgorithm (GH #1639) * Add support for using the ARMv8 instructions for SM4 encryption (GH #1622) * The entropy source using SecRandomCopyBytes has been removed as it was redundant with other entropy sources (GH #1668) * The Python module has much better error checking and reporting, and offers new functionality such as scrypt, MPI and FPE. (GH #1643 #1646) * Fixed a bug that caused CCM to fail with an exception when used with L=8 (GH #1631 #1632) * The default bcrypt work factor has been increased from 10 to 12. * The default algorithm used in passhash9 has changed from SHA-256 to SHA-512, and the default work factor increased from 10 to 15. * In ECC private keys, include the public key data for compatibility with GnuTLS (GH #1634 #1635) * Add support for using Linux getrandom syscall to access the system PRNG. This is disabled by default, use --with-os-feature=getrandom to enable. * It is now possible to encrypt private keys using SIV mode. * The FFI function botan_privkey_load now ignores its rng argument. * Resolve a problem when building under Visual C++ 15.8 (GH #1624) * Fix a bug in XSalsa20 (192-bit Salsa nonces) where if set_iv was called twice without calling set_key, the resulting encryption was incorrect. (GH [#1640]) * Handle an error seen when verifying invalid ECDSA signatures using LibreSSL on non x86-64 platforms (GH #1627 #1628) * Fix bugs in PKCS7 and X9.23 CBC padding schemes, which would ignore the first byte in the event the padding took up the entire block. (GH #1690) * Correct bugs which would cause CFB, OCB, and GCM modes to crash when they were used in an unkeyed state. (GH #1639) * Optimizations for SM4 and Poly1305 * Avoid a cache side channel in the AES key schedule * Add pk_encrypt and pk_decrypt CLI operations * Now asn1print CLI defaults to printing context-specific fields. * Use codec_base for Base64, which matches how Base32 is implemented (GH #1597) * The cast module has been split up into cast128 and cast256 (GH #1685) * When building under Visual C++ 2013, the user must acknowledge the upcoming removal of support using the configure.py flag --ack-vc2013-deprecated (GH [#1557])- Fix version in baselibs.conf- Update to Botan 2.7 * CVE-2018-12435 Avoid a side channel in ECDSA signature generation (GH [#1604]) * Avoid a side channel in RSA key generation due to use of a non-constant time gcd algorithm. (GH #1542 #1556) * Optimize prime generation, especially improving RSA key generation. (GH [#1542]) * Make Karatsuba multiplication, Montgomery field operations, Barrett reduction and Montgomery exponentiation const time (GH #1540 #1606 #1609 [#1610]) * Optimizations for elliptic curve operations especially improving reductions and inversions modulo NIST primes (GH #1534 #1538 #1545 #1546 #1547 #1550) * Add 24 word wide Comba multiplication, improving 3072-bit RSA and DH by ~25%. (GH #1564) * Unroll Montgomery reduction for specific sizes (GH #1603) * Improved performance of signature verification in ECGDSA, ECKCDSA, SM2 and GOST by 10-15%. * XMSS optimizations (GH #1583 #1585) * Fix an error that meant XMSS would only sign half as many signatures as is allowed (GH #1582) * Add support for base32 encoding/decoding (GH #1541) * Add BMI2 optimized version of SHA-256, 40% faster on Skylake (GH #1584) * Allow the year to be up to 2200 in ASN.1 time objects. Previously this was limited to 2100. (GH #1536) * Add support for Scrypt password hashing (GH #1570) * Add support for using Scrypt for private key encryption (GH #1574) * Optimizations for DES/3DES, approx 50% faster when used in certain modes such as CBC decrypt or CTR. * XMSS signature verification did not check that the signature was of the expected length which could lead to a crash. (GH #1537) * The bcrypt variants 2b and 2y are now supported. * Support for 192-bit Suite B TLS profile is now implemented, as the 128-bit Suite B is since 2015 not allowed anymore. * Previously botan allowed GCM to be used with an empty nonce, which is not allowed by the specification. Now such nonces are rejected. * Avoid problems on Windows when compiling in Unicode mode (GH #1615 #1616) * Previously for ASN.1 encoded signatures (eg ECDSA) Botan would accept any valid BER encoding. Now only the single valid DER encoding is accepted. * Correct an error that could in rare cases cause an internal error exception when doing computations with the P-224 curve. * Optimizations to reduce allocations/copies during DER encoding and BER decoding (GH #1571 #1572 #1600) * Botan generates X.509 subject key IDs by hashing the public key with whatever hash function is being used to sign the certificate. However especially for SHA-512 this caused SKIDs that were far longer than necessary. Now all SKIDs are truncated to 192 bits. * In the test suite use mkstemp to create temporary files instead of creating them in the current working directory. (GH #1533 #1530) * It is now possible to safely override CXX when invoking make in addition to when configure.py is run. (GH #1579) * OIDs for Camellia and SM4 in CBC and GCM mode are now defined, making it possible to use this algorithms for private key encryption. * Avoid creating symlinks to the shared object on OpenBSD (#1535) * The factor command runs much faster on larger inputs now. * Support for Windows Phone/UWP was deprecated starting in 2.5. This deprecation has been reversed as it seems UWP is still actively used. (GH [#1586] #1587) * Support for Visual C++ 2013 is deprecated, and will be removed in Jan 2019. * Added support for GCC’s –sysroot option to configure.py for cross-compiling.- fixed to build on armv6 and armv7- Update to Botan 2.6 * CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could for a malformed ciphertext cause the decryptor to read and HMAC an additional 64K bytes of data which is not part of the record. This could cause a crash if the read went into unmapped memory. No information leak or out of bounds write occurs. * Add support for OAEP labels (GH #1508) * RSA signing is about 15% faster (GH #1523) and RSA verification is about 50% faster. * Add exponent blinding to RSA (GH #1523) * Add Cipher_Mode::create and AEAD_Mode::create (GH #1527) * Fix bug in TLS server introduced in 2.5 which caused connection to fail if the client offered any signature algorithm not known to the server (for example RSA/SHA-224). * Fix a bug in inline asm that would with GCC 7.3 cause incorrect computations and an infinite loop during the tests. (GH #1524 #1529)- Update to Botan 2.5 * Fix error in certificate wildcard matching (CVE-2018-9127), where a wildcard cert for b*.example.com would be accepted as a match for any host with name *b*.example.com (GH #1519) * Add support for RSA-PSS signatures in TLS (GH #1285) * Ed25519 certificates are now supported (GH #1501) * Many optimizations in ECC operations. ECDSA signatures are 8-10 times faster. ECDSA verification is about twice as fast. ECDH key agreement is 3-4 times faster. (GH #1457 #1478) * Implement product scanning Montgomery reduction, which improves Diffie-Hellman and RSA performance by 10 to 20% on most platforms. (GH [#1472]) * DSA signing and verification performance has improved by 30-50%. * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) * Add new TLS::Callbacks methods that allow creating or removing extensions, as well as examining extensions sent by the peer (GH #1394 #1186) * Add new TLS::Callbacks methods that allow an application to negotiate use of custom elliptic curves. (GH #1448) * Add ability to create custom elliptic curves (GH #1441 #1444) * Add support for POWER8 AES instructions (GH #1459 #1393 #1206) * Fix DSA/ECDSA handling of hashes longer than the group order (GH #1502 [#986]) * The default encoding of ECC public keys has changed from compressed to uncompressed point representation. This improves compatability with some common software packages including Golang’s standard library. (GH #1480 [#1483]) * It is now possible to create DNs with custom components. (GH #1490 #1492) * It is now possible to specify the serial number of created certificates, instead of using the default 128-bit random integer. (GH #1489 #1491) * Change DL_Group and EC_Group to store their data as shared_ptr for fast copying. Also both classes precompute additional useful values (eg for modular reductions). (GH #1435 #1454) * Make it possible for PKCS10 requests to include custom extensions. This also makes it possible to use muliple SubjectAlternativeNames of a single type in a request, which was previously not possible. (GH #1429 #1428) * Add new optimized interface for FE1 format preserving encryption. By caching a number of values computed in the course of the FPE calculation, it provides a 6-7x speedup versus the old API. (GH #1469) * Add DSA and ElGamal keygen functions to FFI (#1426) * Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) * Fix a memory leak in the OpenSSL block cipher integration, introduced in * 2.2.0 * Use an improved algorithm for generating safe primes which is several tens of times faster. Also, fix a bug in the prime sieving algorithm which caused standard prime generation (like for RSA keys) to be slower than necessary. (GH #1413 #1411) * Correct the return value of PK_Encryptor::maximum_input_size which reported a much too small value (GH #1410) * Remove use of CPU specific optimization flags, instead the user should set these via CXXFLAGS if desired. (GH #1392) * Resolve an issue that would cause a crash in the tests if they were run on a machine without SSE2/NEON/VMX instructions. (GH #1495) * The Python module now tries to load DLLs from a list of names and uses the first one which successfully loads and indicates it supports the desired API level. (GH #1497) * Various minor optimizations for SHA-3 (GH #1433 #1434) * The output of botan --help has been improved (GH #1387) * Add --der-format flag to command line utils, making it possible verify DSA/ECDSA signatures generated by OpenSSL command line (GH #1409) * Add support for --library-suffix option to configure.py (GH #1405 #1404) * Use feature flags to enable/disable system specific code (GH #1378) * Add --msvc-runtime option to allow using static runtime (GH #1499 #210) * Add –enable-sanitizers= option to allow specifying which sanitizers to enable. The existing --with-sanitizers option just enables some default set which is known to work with the minimum required compiler versions. * Use either rst2man or rst2man.py for generating man page as distributions differ on where this program is installed (GH #1516) * The threefish module has been renamed threefish_512 since that is the algorithm it provides. (GH #1477) * The Perl XS based wrapper has been removed, as it was unmaintained and broken. (GH #1412) * The sqlite3 encryption patch under contrib has been removed. It is still maintained by the original author at https://github.com/OlivierJG/botansqlite3- drop explicit package requirements - split binary package and documentation from dynamic library package and make documentation package noarch - merge back Botan2 package to Botan with changelog history - drop Botan patches aarch64-support.patch - doesn't seem to be required anymore Botan-fix_install_paths.patch - doesn't seem to be required no-cpuid-header.patch - SLE11 not target anymore Botan-fix_pkgconfig.patch - this seem to be wrong Botan-no-buildtime.patch - not needed anymore dont-set-mach-value.diff - doesn't apply, unclear and undocumented why it is there Botan-inttypes.patch - not required Botan-ull_constants.patch.bz2 - no reason anymore- change group of libbotan-%{version_suffix} to 'System/Libraries' as requested on review- Don't drop -fstack-clash-protection for openSUSE 42.3 - we just need the Update repository present.- Rename libbotan-devel to libbotan2-devel. We can't have clashing packages in the archive because Botan1 and Botan2 provide the same -devel binary. Botan2 is also no API compatible with Botan.- fix expected version after bump in baselibs.conf too- fix unknown flag -fstack-clash-protection for openSUSE 42.3 - rename to Botan2 - drop Botan2-INT_MAX.patch as not needed anymore - Bump to libbotan 2.4 Changes and new features: * Several build improvements requested by downstream packagers, including the ability to disable building the static library. All makefile constructs that were specific to nmake or GNU make have been eliminated, thus the option ``--makefile-style`` which was previously used to select the makefile type has also been removed. (GH #1230 #1237 #1300 #1318 #1319 #1324 #1325 #1346) * Support for negotiating the DH group as specified in RFC 7919 is now available in TLS (GH #1263) * Support for ARIA-GCM ciphersuites are now available in TLS. They are disabled by default. (GH #1284) * Add support for generating and verifying X.509 objects (certificates, CRLs, etc) using RSA-PSS signatures (GH #1270 and [#1368]) * Add support for AES key wrapping with padding, as specified in RFC 5649 and NIST SP 800-38F (GH #1301) * OCSP requests made during certificate verification had the potential to hang forever. Now the sockets are non-blocking and a timeout is enforced. (GH #1360 fixing GH #1326) * Add ``Public_Key::fingerprint_public`` which allows fingerprinting the public key. The previously available ``Private_Key::fingerprint`` is deprecated, now ``Private_Key::fingerprint_private`` should be used if this is required. (GH #1357) * ECC certificates generated by Botan used an invalid encoding for the parameters field, which was rejected by some certificate validation libraries notably BouncyCastle. (GH #1367) * Loading an ECC key which used OID encoding for the domain parameters, then saving it, would result in a key using the explicit parameters encoding. Now the OID encoding is retained. (GH #1365) * Correct various problems in certificate path validation that arose when multiple paths could be constructed leading to a trusted root but due to other constraints only some of them validated. (GH [#1363]) * It is now possible for certificate validation to return warning indicators, such as that the distinguished name is not within allowed limits or that a certificate with a negative serial number was observed. (GH #1363 #1359) * XMSS signatures now are multi-threaded for improved performance (GH #1267) * Fix a bug that caused the TLS peer cert list to be empty on a resumed session. (GH #1303 #1342) * Increase the maximum HMAC key length from 512 bytes to 4096 bytes. This allows using a DH key exchange in TLS with a group greater than 4096 bits. (GH #1316) * Fix a bug in the TLS server where, on receiving an SSLv3 client hello, it would attempt to negotiate TLS v1.2. Now a protocol_version alert is sent. Found with tlsfuzzer. (GH #1316) * Fix several bugs related to sending the wrong TLS alert type in various error scenarios, caught with tlsfuzzer. * Add support for a ``tls_http_server`` command line utility which responds to simple GET requests. This is useful for testing against a browser, or various TLS test tools which expect the underlying protocol to be HTTP. (GH #1315) * Add an interface for generic PSK data stores, as well as an implementation which encrypts stored values with AES key wrapping. (GH #1302) * Optimize GCM mode on systems both with and without carryless multiply support. This includes a new base case implementation (still constant time), a new SSSE3 implementation for systems with SSSE3 but not clmul, and better algorithms for systems with clmul and pmull. (GH #1253 #1263) * Various optimizations for OCB, CFB, CTR, SM3, SM4, GMAC, BLAKE2b, Blowfish, Twofish, CAST-128, and CRC24 (GH #1281) * Salsa20 now supports the seek operation. * Add ``EC_Group::known_named_groups`` (GH #1339) * Symmetric algorithms (block ciphers, stream ciphers, MACs) now verify that a key was set before accepting data. Previously attempting to use an unkeyed object would instead result in either a crash or invalid outputs. (GH #1279) * The X509 certificate, CRL and PKCS10 types have been heavily refactored internally. Previously all data of these types was serialized to strings, then in the event a more complicated data structure (such as X509_DN) was needed, it would be recreated from the string representation. However the round trip process was not perfect and could cause fields to become lost. This approach is no longer used, fixing several bugs (GH #1010 #1089 #1242 #1252). The internal data is now stored in a ``shared_ptr``, so copying such objects is now very cheap. (GH #884) * ASN.1 string objects previously held their contents as ISO 8859-1 codepoints. However this led to certificates which contained strings outside of this character set (eg in Cyrillic, Greek, or Chinese) being rejected. Now the strings are always converted to UTF-8, which allows representing any character. In addition, UCS-4 strings are now supported. (GH #1113 #1250 #1287 #1289) * It is now possible to create an uninitialized X509_Certificate object. Such an object will throw if any attempt to access its members is made. (GH #1335) * In BER decoder, avoid unbounded stack recursion when parsing nested indefinite length values. Now at most 16 nested indefinite length values are accepted, anything deeper resulting in a decoding error. (GH #1304 OSS-Fuzz 4353). * A new ASN.1 printer API allows generating a string representation of arbitrary BER data. This is used in the ``asn1print`` command line utility and may be useful in other applications, for instance for debugging. * New functions for bit rotations that distinguish rotating by a compile-time constant vs a runtime variable rotation. This allows better optimizations in both cases. Notably performance of CAST-128 and CAST-256 are substantially improved. (GH #1247) * TLS CBC ciphersuites now are implemented using the standard CBC code, instead of reimplementing CBC inside the TLS stack. This allows for parallel decryption of TLS CBC ciphertexts, and improves performance especially when using AES hardware support. (GH #1269) * Add callbacks to make it possible for an application using TLS to provide custom implementations of signature schemes, eg when offloading the computations to another device. (GH #1332) * Use a direct calculation for calendar computations instead of relying on non-portable operating system interfaces. (GH #1336) * Fix a bug in the amalgamation generation which could cause build failures on some systems including macOS. (GH #1264 #1265) * A particular code sequence in TLS handshake would always (with an ECC ciphersuite) result in an exception being thrown and then caught. This has changed so no exception is thrown. (GH #1275) * The code for byteswapping has been improved for ARMv7 and for Windows x86-64 systems using MSVC. (GH #1274) * The GMAC class no longer derives from GHASH. This should not cause any noticeable change for applications. (GH #1253) * The base implementation of AES now uses a single 4K table, instead of 4 such tables. This offers a significant improvement against cache-based side channels without hurting performance too much. In addition the table is now guaranteed to be aligned on a cache line, which ensures the additional countermeasure of reading each cache line works as expected. (GH #1255) * In TLS client resumption, avoid sending a OCSP stapling request. This caused resumption failures with some servers. (GH [#1276]) * The overhead of making a call through the FFI layer has been reduced. * The IDs for SHA-3 PKCSv1.5 signatures added in 2.3.0 were incorrect. They have been changed to use the correct encoding, and a test added to ensure such errors do not recur. * Counter mode allows setting a configurable width of the counter. Previously it was allowed for a counter of even 8 bits wide, which would mean the keystream would repeat after just 256 blocks. Now it requires the width be at least 32 bits. The only way this feature could be used was by manually constructing a ``CTR_BE`` object and setting the second parameter to something in the range of 1 to 3. * A new mechanism for formatting ASN.1 data is included in ``asn1_print.h``. This is the same functionality used by the command line ``asn1print`` util, now cleaned up and moved to the library. * Add ``Pipe::append_filter``. This is like the existing (deprecated) ``Pipe::append``, the difference being that ``append_filter`` only allows modification before the first call to ``start_msg``. (GH #1306 #1307) * The size of ASN1_Tag is increased to 32 bits. This avoids a problem with UbSan (GH #751) * Fix a bug affecting bzip2 compression. In certain circumstances, compression would fail with ``BZ_SEQUENCE_ERROR`` due to calling bzlib in an way it does not support. (GH #1308 #1309) * In 2.3.0, final annotations were added to many classes including the TLS policies (like ``Strict_Policy`` and ``BSI_TR_02102_2``). However it is reasonable and useful for an application to derive from one of these policies, so as to create an application specific policy that is based on a library-provided policy, but with a few tweaks. So the final annotations have been removed on these classes. (GH #1292) * A new option ``--with-pdf`` enables building a PDF copy of the handbook. (GH #1337) * A new option ``--with-rst2man`` enables building a man page for the command line util using Docutils rst2man. (GH #1349) * Support for NEON is now enabled under Clang. * Now the compiler version is detected using the preprocessor, instead of trying to parse the output of the compiler's version string, which was subject to problems with localization. (GH [#1358]) * By default the gzip compressor will not include a timestamp in the header. The timestamp can be set by passing it to the ``Gzip_Compression`` constructor. * Add an OID for RIPEMD-160 * Fixes for CMake build (GH #1251) * Avoid some signed overflow warnings (GH #1220 #1245) * As upstream support for Native Client has been deprecated by Google, support is now also deprecated in Botan and will be removed in a future release. * The Perl-XS wrapper has not been maintained in many years. It is now deprecated, and if no attempts are made to revive it, it will be removed in a future release. * Support for building on IRIX has been removed.- add Botan2-INT_MAX.patch * Fix “INT_MAX was not declared in this scope” in openSUSE Leap 42.1- fix build. python3 configure itself is useless, we should make package python3 too.- configure Botan explicitly with python3- Update to 1.10.17 - Address a side channel affecting modular exponentiation. An attacker capable of a local or cross-VM cache analysis attack may be able to recover bits of secret exponents as used in RSA, DH, etc. CVE-2017-14737 Workaround a miscompilation bug in GCC 7 on x86-32 affecting GOST-34.11 hash function. (GH #1192 #1148 #882, bsc#1060433) - Add SecureVector::data() function which returns the start of the buffer. This makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. When compiled by a C++11 (or later) compiler, a template typedef of SecureVector, secure_vector, is added. In 2.x this class is a std::vector with a custom allocator, so has a somewhat different interface than SecureVector in 1.10. But this makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. - Fix a bug that prevented configure.py from running under Python3 - Botan 1.10.x does not support the OpenSSL 1.1 API. Now the build will [#]error if OpenSSL 1.1 is detected. Avoid –with-openssl if compiling against 1.1 or later. (GH #753) - Import patches from Debian adding basic support for building on aarch64, ppc64le, or1k, and mipsn32 platforms. * obsoletes CVE-2017-14737.patch * refreshes aarch64-support.patch * drop ppc64le-support.patch for upstream version (disables altivec support as per concerns by upstream)- Fix for CVE-2017-14737: A cryptographic cache-based side channel in the RSA implementation allows local attacker to recover information about RSA secret keys. * add CVE-2017-14737.patch- Explicitly require libopenssl-1_0_0-devel (bsc#1055322) * Botan 1.x won't support OpenSSL 1.1 (https://github.com/randombit/botan/issues/753)- Add patch to build SLES11 (allows for simplified backporting, e.g. bsc#968030) * add no-cpuid-header.patch - Clean up spec file- Update to 1.10.16 (Fixes CVE-2017-2801, bsc#1033605) * Fix a bug in X509 DN string comparisons that could result in out of bound reads. This could result in information leakage, denial of service, or potentially incorrect certificate validation results. (CVE-2017-2801) * Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834) - Changes from 1.10.15: * Change an unintended behavior of 2.0.0, which named the include directory botan-2.0. Since future release of Botan-2 should be compatible with code written against old versions, there does not seem to be any reason to * version the include directory with the minor number. (GH #830 #833) * Fix a bug which caused an error when building on Cygwin or other platforms where shared libraries are not supported. (GH #821) * Enable use of readdir on Cygwin, which allows the tests to run (GH #824) * Switch to readthedocs Sphinx theme by default (GH #822 #823)- Update to 1.10.14 * Fix integer overflow during BER decoding, found by Falko Strenzke. This bug is not thought to be directly exploitable but upgrading ASAP is advised. (CVE-2016-9132) * Fix two cases where (in error situations) an exception would be thrown from a destructor, causing a call to std::terminate. * When RC4 is disabled in the build, also prevent it from being included in the OpenSSL provider. (GH #638)- Update to 1.10.13 * Use constant time modular inverse algorithm to avoid possible side channel attack against ECDSA (CVE-2016-2849) * Use constant time PKCS #1 unpadding to avoid possible side channel attack against RSA decryption (CVE-2015-7827) * Avoid a compilation problem in OpenSSL engine when ECDSA was disabled. Gentoo bug 542010- Remove Qt5 dependency, since nothing is using it anymore. - Fix double-prefix in botan-config and pkgconfig file.- Update to 1.10.12 - Version 1.10.12, 2016-02-03 * In 1.10.11, the check in PointGFp intended to check the affine y argument actually checked the affine x again. Reported by Remi Gacogne * The CVE-2016-2195 overflow is not exploitable in 1.10.11 due to an additional check in the multiplication function itself which was also added in that release, so there are no security implications from the missed check. However to avoid confusion the change was pushed in a new release immediately. * The 1.10.11 release notes incorrectly identified CVE-2016-2195 as CVE-2016-2915 - Version 1.10.11, 2016-02-01 * Resolve heap overflow in ECC point decoding. CVE-2016-2195 Resolve infinite loop in modular square root algorithm. CVE-2016-2194 Correct BigInt::to_u32bit to not fail on integers of exactly 32 bits. GH #239- Add gpg signature - Cleanup spec file with spec-cleaner- Fix Source0 URL- bump SONAME to libbotan-1_10-1 - Update to 1.10.10 * SECURITY: The BER decoder would crash due to reading from offset 0 of an empty vector if it encountered a BIT STRING which did not contain any data at all. As the type requires a 1 byte field this is not valid BER but could occur in malformed data. Found with afl. CVE-2015-5726 * SECURITY: The BER decoder would allocate a fairly arbitrary amount of memory in a length field, even if there was no chance the read request would succeed. This might cause the process to run out of memory or invoke the OOM killer. Found with afl. CVE-2015-5727 * Due to an ABI incompatible (though not API incompatible) change in this release, the version number of the shared object has been increased. * The default TLS policy no longer allows RC4. * Fix a signed integer overflow in Blue Midnight Wish that may cause incorrect computations or undefined behavior. - Update to 1.10.9 * Fixed EAX tag verification to run in constant time * The default TLS policy now disables SSLv3. * A crash could occur when reading from a blocking random device if the device initially indicated that entropy was available but a concurrent process drained the entropy pool before the read was initiated. * Fix decoding indefinite length BER constructs that contain a context sensitive tag of zero. Github pull 26 from Janusz Chorko. * The botan-config script previously tried to guess its prefix from the location of the binary. However this was error prone, and now the script assumes the final installation prefix matches the value set during the build. Github issue 29.- Change build dependence "libqt4-devel" to "libqt5-qtbase-devel".lamb57 16215175762.10.0-lp152.3.3.12.10.0-lp152.3.3.1botan/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16333/openSUSE_Leap_15.2_Update/bdfdf7b0848ee1509e721c75f0188a46-Botan.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71acf874e893df1c6f9c184cdb25dca32231ef5a, for GNU/Linux 3.2.0, strippedRRRRRR RRR R RRRRR RR RRR-Ͷ{뀟lYTutf-858a78f60e13182c82606d946cfea30a1083b065f255a5d328de7899a66786f2c? 7zXZ !t/] crv9w5oR |ERDЧSJ̒!+)yԦD-fOKLWuq#39obD\`nǿNbDá)rԌ7s~Ϫk[:Xs_*?_{ BhIwm|M\4\ЕhJs' !!z_@5K"f[J RSE[ye[V l0hmfFNAа , i$ho25s!y^,,dxl[xv;;l4+_js[cËkîE\D\kh/o<U~)HP}k3?[wfF[WSL2{I ^P*h0S6{xo Jf.*%DZxc}^V!#M Ԁm-VWبFYD7vZd%N3ps_6O6L@rcI6L!R%ƶ|o{#<]O0b#l0qgw[k.y4N>} ʌPAUH ,[?s"i ^-O?W3IzN@퉲0j΀/p3-g `9S8w陝aO*-eގ> ؞Atj֎ݙS0CPD*ZW\W"*}*2ӱ^gM揅`ٶSgx_mPV|9w*.0u"g2aWs-]j:b P٫i9ǑѼhMӞ֍}vbw l >*1빌R|Ɓ2/^MD`BSKb1ݨ pbH2 %ZœO] ÁLosjEƓ!34ThuD:SL]x0:8O $E%z"IJJuv4ƛR,(-hN#; !t5%9|"S{WCnBZպ0iÙdfx1=u&DRU6/]ռQ ONB+ !BW@GŠ<\ fX -DYL 1t7c+-/ 7݆pԵk 9C D~Yx`ON#o25u'ۑPJNZ*[?IzAIdBKP >+m4ͥº]X/,A!?G >U1Od/D3.@u1sꍆh6yh\4"҃q W>R{HPWW&ǭwf~7v8$}V2&\j,өBCabd?w9n8lV;9 aLH:4d"{vF#v%j1!ύea4K8VnZZ̕Xl qQinC],(aiAObB3>cayz_Vd?ǰ c' hPPpo5ij[ߡA&[*.$!6;ƫ˴|2倧OAQMLvuaLv7K| G;v:ñxD^ڸU!ÚmySUX99f>(؁_ r5^}_I G10BL3}24fC'ܽTXm^MB5F"\W_`+Ҏd|1JןS5Ь`JV9|Kcgy Iv؊Ͻj)7ćg1`F]]btw|!PvAckMV z_lVnldց~~eJ0z!8ܓlHA.m{C1{K 0J lLD1SC]n4-.ҿ",s\3dmlD)StY_ah{(>iE+f;?J5 a 8CKFI{Io? ɔ^//oXiJGi5Kr-4^Mpgz.<|cUPϡLTcz%BH̡閇#^Hv5@wR "6}Щv٣;-6tɳɾ\]ևO56r]Ng2qFUSe|. eχ]%A}y}shV;F } Ps2}@[mH`^KW?Lln"xӞ3}} Dh9 #0{yl ps^gɴ~=rQfOji@R#:փaiM霄u$2l2wfcHš] @gnKcy!Y^  R с]E.MNa-2l*`۴P{RSZ`t} x I&C9}QOXl敦oϤ-5}o6VݎyRcާ6[ fĎ qXQ0,r<Z[/MNF)gfpY^λ;{ ^>ξց &VDJidF@>.m^6rJ($v x8o1H:A>fښyz&>Ķ[#{׷E %RGjDz)|{RZG7>4ܩ?}ua̠4ٹfzWf]40 .fӢq[?K5 G[ %pji.]=Ž.>9эu{=F*^}^U-S@|PhH$75 5rwT@8дphS܁B oG)Z'7ʁ?O ì3}!4B F:l.^/өh}{w^Oζl03ʻ"o̰A6)cof5$ҧ'́f c?0,|юZ,/W R#}s`wJz·W+1B$73d^DcsIHpr196e *˶1k9Vm0nPskroUrW-G/ȞūC4ϭ % 4듞Ҷn#a\2zL\v.Q%_%o+pMg\}cݍP*=3Ylv] nPA8RpO?6'w /f-MCN(c"|.81 5V[UZkʤXӝm'X]KKȂj3o\4ȿ- 5 ׳O:[$|O3ؗ+mnݷmY_{r%.SfGdn'j~<M[5L;t֩`rsvQRqjE(?*97D+GLQ>ى#?ev+)Ŏ7! öN2[}55xWb5(gOO'Ov dzxsgl& J+<<`G2"Jf~$r"an祕ŖHKEUHNP6@Y/ULBuLƝV9qSI Qs;մ)zՕ3A6%6(nu@#B"wgD ַ^Hdˉ)wS s4.$# `od3.ӹ=XWKiiJ[#ڐ䎋| ֝Da͞d+jC<(/3&1b#w5uRk/~n+ U>-ʕ5 qleYzUO~;^[R̜JqMW&Y 8>@rgìQfk\JA,Hţ-\ZCAɗ&wMYJ1F('XMECו.#N & Un79ccL &Z/Vv C#6 ۪Ć6O3ݿ-zS`5p7&Hh 2峺?ýcّ۪XmPnSwzkɾ+ǚ'ʀv\0$98* -|46%JՊ/7e(~G鸴 qt}x8{\[ 8$D4}pzW!-r7~ vPhHyc'1"=,QOQϖ+2[;%GkU TA5vbjC4ro+\v^ɗQOfX㾺*ڲ0! xU+7 'mݓ[!Ru^Q;4@]|kdR)V6i+{C8 L'S 鷻IRo Ŏ |<fﻣxU Z—RFD|YVبM]v/$yC&{ԛ/7iC?%9`+NxQa(L,)9l$ޔӵ2R3s/Ǚ8 <2ג|%F67TvxK/ITJ@c`i3>P͂*5əDVm1SGDs6,'u-JWb"[)4#c]=^ RYnͺ8qu=M>'c2߮XX87{(/GV^+er)465eN.f s.lmNF蜛b!I`؁1r?iq&:_'x++ر _W䮓@_`" Gkי( U h!n^vm9+CrR^uq_,x82^'#WU2)%%ϧAwq7,y⣛&— zA4-?yK0ӄjV"=IRcIө7}9WN ȄP}XC={hQdk">}D$Jhv9!#Q(#])׍1fxصf.|,ޜγ+~rw !>͜pfn@6$PT2q;u]Z?'-ҙdDPvIW>Wܺ>aZRewL8/.@&g7Iz$6>YOE=\23[mU|Q)&7{{;KE={8hYF s+YQjRGT;֞P{%"$٠s"u+ˁ?AAda?nLUD;(Ǐqi}+*WZR 1>(z>~ʦxZIJ 6u(ife=0UG7OnA½|0A7T^h/˪Fԩ?3Z9{|^ƕ?G,3O_ y+XyO!#53fs`3?Rظ^2CWRI`Tg插XcH3j:8Z8aX5f,F0KCnރ`6̽X9Q ;vJ K'_.HrMYC&V1뷹 (^4!M/x{_/doL U'y !"e'` h?,ja[;VJQ>A@at|Zhm\)\DaC2X A^ a:ga0ym2Xb2YOm?q,0Z oGpґ,r /3 (Tv' g MrR6]}V/1:Ivvo0j3C <_!b Y|$T},׳(ݾVkqBi-DEj4EҊE=$cץE}|^LuETvgwi;d. yPT{źr/E݄:FZc?Mu ss畵/pLKr&]LMt~>\r _d3;۴4"Ga!@kuv7vʎl pX~2.u%HJ$\new[j[rŹDbyR&w+9䁜(ip꧛Gh"z= }3.c,a̤[ag" .ubt+לe6WLs]@.1_Xtl^gZSg;^}dM ,'_Qh!ҧ"ZT]VhD`%|cHJdqtZ=Ovr%o8V8L|b5)#ZzU ȈG89 ^6KuD&=۱u%[Dc1Ӵ*']7ᣀ5ey[M1uYԬ+:)䒀q9DFa7W˒`+d4 .W5Fg ]31 MBt,S6^dl-ЬY~ovYdH^BPT~҆h=xdD֍ C֬+ȈU4=`"l7.Wuy'ab߱kaؿo:-,R n{{.Zt^R v!T@9@zg!qN\ˮږ5Q4 )ABр/FeMqlbU[uzcIߞQaM9qʵoW1neݕ>CLA03w2"RboH`-#&r.Esij Lu9&0)CHo@ĝSWSU*K,Vnb53L˕Ѐ}t6܃cI(N&yG/4@]\ 'e=UrAȕ&:xȀx p(Tɭnj׍+/9Hn4ѻUqk1?_{0cduATxPV1JOD OFw5OM^"W,F.bpեۮ^3KЇiE6U#h3yeA]ߜy Dt56L#cQ+E0[kLPbp{y%.Ry޵䞨ƽfnVisIF?J"ĉBk5ytyӑ5ь4mDW> F*M@>0ID6V;uI|MJ5pEB.wTYKCB"]K="/bzh- }@^W1aukw3[ {Z5ϴTAKF p3 *k֣u^Y1C?|CӵCr ӒTR]r;wq Dypa-إp ?ኞ( $H[o,_gYɯK#uA*"Kfp-Ijr&P6sNa1;^A;5QYqp> =Ư>ꦌ ƎpPjK;@!2 ,]&<^!6#XbfooDo4F&\V:ojb8F6 H/tU&-V\Xi$O_ gzd-jb O^#9LܡmrZMn/%f&hFӒpL4B5E: ʕ| L uЯH?J c%ApՔTuN4h1^wKPSLW-djG2o9^=拔pyӶ\-ucb9&g5j;U(}fu8Vmu1B&Ϧ%PۑDDHPA; aN ?@Os\Du?-ZtTUǩTz\O](<)S )^TW t 8$ TaZx'r _yy-A{%1x3+B4c2G+"#8H!&˜坘BULD Dz?qyfw sCq0Mt pW{f@̈́bW_Sy8CQZe70ASTcԭ^AȥP >?_&%q(e>"} LԾUnGGQR̡hL&fAw[dyk@QؘO^\w-qElA]GBDEϗ SxK -Z߉4׹bS-K؉qҫ|{ ?_[xrŖO:L;FG(,f&1nfX&48UD1ed2}`v9#@&"k%ƿʳ(/B"Vr=&H } VVQ rs^|HK@D1 '1 SVJͩPZ63PzPcl U^S7ؙ$ c3*|{笌gnþt#EYĉ="S?NW˙. kn!9W<*שpޓ6ptIa6/[ӣN[S/Ur,^HG+ޝ{gM #-XY˓Dw` { g==bR +s(Cu?J246uiQ8 z^#0y] ᡪfHP0a"E2,ϊ̤KxLxn: +Y3cvJK?n/IƢ,L:a,Fm|-b N2:j6Zua :fC5_17a0w"gM*i_}ލ9.xSC1cDWqc]lW{QzC7Y~xE|Fwࣚ_ύjwZ=H/! ]}*K\:}$'Ҩ뱜sȾu+ˢ>NiE$p񫉥kӊu+s xC5¬L)$'?vFEQ9Bʑ I>FYV))mXSԞ,쐔!Ta!hxi{5+ca:U:[3lf՝|w7G`Û4Ȱ,DEVWˋY\wB>2mU+R)]*\3QI-'}nYz Kz\#smc^jL%K?DzgvC]?)v?paȭQJDb$LRc[ 2BN \5ZgWc:_Kzh1DPvxG㽍-93`;6l0EtPޭ/Y쑏=;i먾[ (vS~9EUɩ W@.Xq\=ǴИYNr4eٌ`OD` hjj>+ehF\x84Wf(r@C~tr^a5<+`EiX0 i C_|+Y: zZ>o3&c`sq^EclzXyגojC}} a+EXW. ^Pe/@hy{ T;O-uI0b r^RgxؾzQqűw鼸IY|6@ 7 ǸkD_f$C;|㝪Zt$Z(߁GBbhugTg"g{իqUj;KSjheBtUEf#ˊF0Z܍4 `xg L/# S XcS(<?n.ԫ/i鄩ʋS:t$kKT+'!co|CfbJDE7thgnޙ~<$jt-~] RLQpR#"p aͥ**ܮ,+5NYÖ4͠'bu(9r6 {B9hݚ[JOoHoLuxp}~9I4XNs.zw! w+QF:cSiSnDrF{(8x Xoa$&E(ޖW(rHnE2 D-R{.{`=|4rૂ[v€Nu \.'EĬ|?ڼLNdU["GLqŴ,`d!`J^Ǵ?)m⁷׫TlCGvXHۙ#neEշge!*43? ~2 lnRw?gFc> g݈5 Jk bՂ]%oA4uBEPAK+d(ʿ;(sU'z,Ҁap7X7Ńd)' k~rc R捊e+ϑzaA07MjlH'08m ugI&#=$a]9|wX*b Gmbm->FZ]Ľbv-:U7Cg߬n' U:r(ssMB iDZq?h7-&@Bc7Q I~jTL{քE{FmEMy.DFIGOoժ@\ }dۡTvƵ5F+T3z7ÉZq-<-?l% Fa8~T^e! ̂?Ğ.dP*k0lHۏ*Ϝ u *6j[r[Oߒ^*: ιxQƼ%ꒂ'/l*ƒ6ʞ2O م5vC}9#yf#a_'4wS4~\,b:o揯?g {tz~.Mcs6%SӲ2݄~Ps v8"C{x)16Oh .C$47p2N-Ebn17B{ "E^4)̤_ddXp㸓|UCG /?_PT^DƝuySﲡWZa \3 OŌvgx9'v¯B)}p5z[{Ǹ!&L^Y$|MU~/Ƚ$] (.K5fXWNPp<:3k0*Y/tW`ARnuM3s?"Qp+ 07Ǡ% @x׸Ad#IY|=E8_΀AD E #^i/tǣt8jv_J3~4x*63aEqZYlXpK8〨K)t47afr%s.x]BYdԝQŦR*v1[ ʝ8=䮳h[sⓉI5O!Lh{[vƫt ^lI3jtj+{bu@wmM`ےLO0 qIX+/P.7*pĎcJ!X7/`hT&LeO[:8S~l!e3L`V0{wn۳r%>׏qv{dV?6ڛ_op 7X8Qo%Di;_!2?fٰd['ƀX<}iX;6VD_# !LWqM'JMYtW3LWk0NNʖӼ~t$fc LHvvtqgZ-%,-_v_C Ġ!0ȗă }G(AQ,ZƏPx{3 (򬱟xo ux|Q.p~)S#7{hY$;Of~fU,z%L[`*즥xF$La|H^l^xZG8ŏ).ݫnk}%c4MKqNē(EO 4~#y0oU٣ >>.X2L{-,[ %6mA3hpMo B?&sĶz WZG%{>8*c@8 #߽)ކM;̈u78@7eLaAi-K ,r-GbgƯ[- .G~FΘ~2 +Φ6C-[n^މXJ|Y-;uU8(]v7-p`x+* Mv#O(F䴃仾v,B0SF1 ]wh8f}P~hN76H%a; W3{8xRWfbSG#h @{cc'q7z_K>}FD &J:N1;Do wSmLl=N8ԺRİ).DpcbnsJWdzARJ $}84 o݄eOpdۓ$< %qws!nkeݐ |7P,FgǺd:vMRU^Ǵ*(j0Xh%nR4w/uz)M3Rpq0\hH) #DkoOAwž G7cb^#Uf>ǚ-b| W~M~ 7>|DOoۓ?HD[sHKegW 05N,Ac5 a" (E8Lo6yW \װsr/ֻ_BT=oPDEw=>GwxеˁsD@N,4mQm#[hhZEnJǽ݋M F$}05^'t#%"xf=C` NU[ݬlTm7%4G':bg#ZG~ M.n6ʻLk,XI_;w r7uIG *Ź]RՂHUYӿBԚєTyT_ZX-DF\!,V}[ 3tOCN1t;"g= BVAG?g*~P ~,L UpRxxOEON'jbkG3qC2H3Lc5bjCis褞ӨW W@"29\H7IJT&@x8BQ*g8.K5 !.v#jۗjYD4NҾg3r-ٸIఆ+ |I'!KRD=g2vGW/W{Z 'ತFx<,\=0)x07D&'E=Ӏf\f; Kl2[;Bcy%۰wpSė#3z&OǷZN.>6#ڢRre!S a['Z@DYYP{Zdi{!@ĩGmvyƬ]G qS77 `ú״Zw};[0%|عT(V/$L wʈaM|Wm414fלAtzaN^!1 m?)beI6|AkQ~\w[0`"=aڪʚ!')X+!CZx;?X7-Q#$ݰJ]xѼ,};1~wxY RrL{m#7OKՈŽɒ*ۓǵV rM򌍘7B݄=^kBvL[93:r^:[ 88HNpJ27,^悃 H _Zn[>Q6(`iɣsO& ۑ_"Ue7)WNg,AoNb[*j6<ڀ2A">nNLUam(9Z6^%I7?v"c1r, tSESv24 Mxv}I`?QIP~oP=6LTߐwB/1C ݩ\=V+ް[:h˒ĊE<(yx1YJdK Aj S[:G// }4NSR8X j>6{ȫ3yU?LeoPnAB}-z[NS`EVK.SڝU֘+6sRЬ:F$A{[.!ʋꡮcDs |Yr` ,cM-zD^9FUmɜr@C FRz`Mٝۢ 6a) zA!p(~C!`*q*[(n[KY[ۊ[ؾ@*;)A3}8HqEJH+wgOC5,0`t(%M ޴c]ɿPXO8d$$nE@%*j%LIvc' !WQ%l}:ڔn-MBAZN`&6'tK3ڝF8q2M"E j4 i?Ff&E!n* [@ 97840Ăj.:5Rq^IμUݣdd=߮ HJ 8?22s- sCDÉUU)~s[Sg`7uVm16*D6jr>zɤx; b"T@@ftƗ1q>ϦV&0R;XtPϙmjQ ZFf(oҳo ܓS :=?5TQۙkj߈lc<LwJ1zZgU\ԸLZ no7`$ߵ2ax>l1i#;ŏ~aV,"k Um@6) 1'XXi4`׷۴߷ #m;yn|$hr)\=ɽy8tlս} YrGA@[&bWp֠:3aO %`"I^l>BKS@ht)dxz?)=NWpG`y65JTLaȦ ɱ۬1#kܳYRH__v5)tqj,e"7@RC?Tf溮66ź.d3v|ao| eNl}ϜfhhtjT%3&){nWI^) !m"P@e.ԋ+rTT?b)LQv)W51J1!H,]=z[Xy|FS2ΰr EB'? e}PG23C+Cqrp(1.yH(=eT81xoH\B{f7iB|2ޚ/p9[&Asd3,e Dkb-`D1'o_/ΘPlߵ(kBh,x[HDÌ8_+ۈtE͏i&Y&)?EEp :zZ|$։kA)ι摂bal0!dro%Hr5@!s%ȝ}څMF'cPPF7X;XkT,(zO*aײבib ]e6.2KܡףCФW)~>o\,nL4Y}sw@ ->\&Q1BJ+3A0#^7tg>_@@Y&;;"[瑶ۊ|f΀A-ǰm=ZüRrEGJFEH1=7LSS}=1[* QOoK,Ӽ7hZT=f9JW8`but˖55& akUŕ jQ7~Wm㉢RזרK-i:PڷJrQd` V>p2r<0|\'w.<[h IjOaM>*^3|}<\B @6KŊy&a Pxeѥh,l xlb2͢+g{OEt2=5@u1o)$)l AiHQV)=4Im9Ⱥ+8T=.Na L"L Ǘ1^mb 9Gjn'@fHc j W+%] ka@g¼VjBXؐN j1]o589/º[YDr쓡 :k&YT.j(3⅀﹨ MOĜYi_)0_}ĝ iG:haai,&*")?Pgyc 5Tj1 Z60jx[\u*K붡(9L p\`gp[qbORj}bL6M <hi_cg ҂%BĭG P2sI"G`'J2l()cQ {Md"Q~I.c Ĥl3-'p} (J']8b#T֧M:W78+-s<r0iGSB w'lDt۷rҼͺ:c05T ]߉(`ݶi/,xVdu"Ӆ^A @(2qAӨ8Tm.KUs(gV/Y;e'?.q`FGBV)vǞδFbU*SNci&@_tDA~^HPz *ԐgyρZ9v o]3!66"_^ic@MKl:/b<C( *a-Y&̿#Վ?E8[Su'<_R2<5;5YYܦj1ap4[B#C"PSm_HmJS@N> 6ϵ ɭ'ʿ鳘&_*k PR0J306sforSۇ `#hI+KU&QmtK< jxa.&aw5XrcijЉUTq~%u]}B!}aֲgr{ K `PEǼqTibL2\Bx(= FZ?Y+ ^h'? aS#{)x r#7| Mo϶!y 2^E.S,NT"ٕ^X-n=E s!?qxELjs$ku2iN lu0? E];";V2\F#4}SyCL,zwFJBt`|C>?YihoMd:𺒪4Эʉ k?F _Z: p?HE= M z /.\ >)p:j:^өBa,JI˒P?~%^aSj%T25o?8 kueR+}i{ ހJxҹoK4/ZƗAsuGن.6l75 !C׬Zf͹@;AzUuaǚ5~1`Y88餘~Gcï6-bM+AE>%m{QY?n\1vF99x݅m:>zoisUxjW\KQ$Sr,fH}ZORʻ?Yp^.:4KzI^`4#6MNTS"4 W10 ?s5#W1k{jmrbC,AƷ>vlTKbFqJ>60|a2OzgE93z|ʼn5G&aŸrv1VF,OX H51~LNp[|6|᯿*j$Ep/A<0će~a؂sO.$WB)aBctSx:o:QߙaKapߏv')F_-pO*}(\\Z8w kg(2.ϳ#R6|$pgj9ԺJ#;@4[<=P@:-r@0PҺ&d|5tHme6N)v! Yf}702%%B*,׺oɯ<y;L޲{Izhhe/0Fl&t[ IQZPdHu <_`Y #JᆫbnAt! P[1'*//]q*UR. ͨ uKDDpW #"|_>ƞOrJdۘ+* &z9}X> (у~Tq_rZR_ cgu xDSlcQ~=ݶxfrԙ[fb6~NF4$ 6s/ĝ/nnBH1mOF%x[_m7I͗ djp"T57̢zv+57VIITJa q:9 F qXJr|j{zLb ?z Jȸ&@zht(_ }bEPaI11|4ԟ~3FKC(gٽ#V hdnV++OMsȢ C3k8peFn>ciV/&sQ3 J&O^%Ӑ =uH3c/:wI>ouI-oFFלZtd Ȑ4uP{'tn},)ō1!\q n1t컕I +5+Nl1A}[.|N)2c-vz|x xrcGj/rkNUl<5kfJFM=?lzЕfnI-K<" "dB.ݹKj_h7OV6r?O2f׫εpO*0YjH)#x.h`tH=2.z,o^,Ze%LMRoI¥sdCgX[_J ҰtSAWqCVv(3;v;2+槭tBa%L-;b =mM%حj[G8<6u"fhzȿ)Xak5vbk=h|MRg*ZTFQR }^̼"~=ָE 5(uEGHo%ϋw3w#}<aiPA< ]#U]]AzWXA;IJ(uJ<[uWlXJF8v;plgK0h=&dЯĹ nF1[XeMXNC䱪+b.β*-T\hV>ALWyʅ ?8"%.=LoņsxQ*T* L[kPp/{z=QzᠥW6q3#0L GSgGkVPY 1H]C!,Jb**" RlAgGF.7z+(CUd1 CQ=Q֫F)ٲ=L%~&sSb}Ϡ\fN3ҏ9̌4~@CF'ygb~ӥD\ݩ}`%c_(]|)R͹&xk`x^ A%jPy42sxf>aw \:Ky*P`!%Ȁ99Ű x:܁Z{;!W?n.##Ӎdq`aИ^٢|A~ I #+apҢn0."K3 k1OE `&D[O#bo3nW>&zc C{5NJT#F 𹆿 G74LRkBYB=҄O\.6R $]8X8;^+6<'t j-&j+<E9YVةWۺvVHEm@R6jcʪU]8gؒBO?*#y|ns6{VTʚOwH]igG\õ Ƭ&YBq}V[W홛B!1fu} ,;`4W}պfiGKWHrIùp}SE`Bq_w8^m-;׮DYLto &4͚ydZLoYx-V~S݄iF7O2m=,91^Sw2W/""TU<*]|Vj~9/-HN9 Uޡ6 @QE}k+;ډ!T2ljHt~nʭ9jT5G6ҋ@(SyRtn4EOpC)8[ hh+eAU*v.`SGF/r*KoEZVd kWV0wrQ5[D킺q*QeFm#H)em29p>Nׁv-^EUԭq~NEA6Y)A[m蓣1N茳AMu e_fDJau}Oa!\4xi{'9}^s2?$3ӯW6wXOXt2ȶ/~n#=(ݳ[ C Q g^S<2T%#e~M#ws[I<0I=(^6#agkY}2UpR\IqE|$] ZfbWT cN)Kא.l攷8o2+OPL"b Bc9>|͆lB׀^$< tN`0 *Sa:v2leµoa]B|.;c `B?ly:aE>60…"Peiz!)4 >h# iJaKV5ҮG #踒8XN<?i:jO!8amfP_=WOV+Y{૖4 @'W,HI#[5rkwx-=Ô}M;=? 1PSdD+Ny7RMHGg⤷3[؋YY[Z,\:DG P +d=AUa<~;öH( bVn@͍x@遞$ =zql%& UkR1lۑozޜn`컒Dӵ}5`̮{>r⧰?uVYu'qPR.=&T¬S9tg4artR{ZO}vrCUjКuSiùW`6p@ 8-T4"$8pVæF+Ng3>CW}ISlE 3dAxt[!q$#w ;p/wͽG4%bA0lݚ' hrlw֫5 <gg1'Viְ/vUaFt+A]=s,[O74gsML6V8X!T#Dc=w1'awXyb&Zb>v^ ̣3) dK3 27kL۾wdgHFt^gRPZ 3I֒%cܣ_ֺE\#mbxLy=iJq5ؠ:\Pf5C-DͼZOixKM3l "^itl "_=_:Aw+(3K;?ͨ2Mf!v3}bYe>i; L0_ n~O.2'wA3t%Vo4J+nL(;~2Gx=*(3 qƒ@P覻S^!8ռ8y׈SQYveXB˒wi]YY-(+> i$8S>*kO^iJ`++p[s "6NxZ.Qs+ -e-`f1.lR%2Qpqtr6mD`=_GxyD`7.Zk3]@-‹ln7H%sQKVnkP泬aԈX l+cɅ=YT,r AhTLM8p]qfi؅d*ZKJn';_GeA"A=^iCVvȖzNV#(z<m/2CIJ&sˢ'h-/WZW!Pљ454lO[@U IsmEEĉ5a U5=Kbly#'c.lcQp?zc V>'(oc1!>а2}w]0t{,nxOxԓ{%PuEe9„w cA'qڇ:ȝ(-xc%Q \Q{dTӱG4ACƻQHtrC}גP5 )il;!m#ꋢaVa%]G-:*xw͋hd@ ixaUsUnT1ID \a FL%Wvj yr.)H/I^%^OФ-ynĻ.,ac+G~"e'B7f}du lStI񞡻$E'(uRwܙԻ: H3%Ю̍X"z%8R57*yHW#+swMRwt"W;X/É٢|EHNu}&#\kPuUNCa+w Xe}IJ(wf08 l|*ᩰZ58WK7=*I2r)DśnxMT,QnGP4䳼P!}dz~4Z堟 or fj~!^ftP"Si;,Lg~[kJƉ8[-}dH}D7Õ0>c~o޵tXW׃LHOj@+UhAW xv'ӧ_Eqm +XL!dC)AeG=Dp AFެ$S"%]Ic!8`K"2*ǭŏ`q?᪍ZPhU@r ۥl4C9V@oVNkFCMX {v]ugLʷ!0W̬HR_lU׼[Q?=)M=׃Lͮb7Ir#cG+ZpgIGY:P0Y6\,Z؀CV"ݵY*6ȓW7eS` :=@ ֮)+`Yp𘯶Ol$28xVxrZUMOl̘ r69g8WO䒦F5nS.9ńT|Zb$i{2ƞ s;:n%<06aLBbPV2}# {/A# %+Y⛤bq sF5Sb 2 J2c.M)-ZTze%;#BY|hAa#Ԋi͟oïH28uۧEZ}䉳e;8wWţf0^q-*^-NL.δA8jQ&G_0߀6{>pA4Մ4"]i>[>-;$hjkL"ti'+ ==duk,W4Y^mz`3R)vn˫Cd9_zW̍UpcX8`[pJdít^X 0'zy$@aaZb-'PwSj`R':hj(AbrMHcZ[W)J%}A;#ܽC/=QY3up{CMy4H1%C3:>R];t)l ۮr? ٪y?5R6/70hTHf;dq?Wq(na؝ʪ{wRhQ/3#W>-Mpӈfb@ qɵ#´"AĴPX%^*2 ~Q5-65X4I5\d3&EɁ=uϏV>Sf_kL*;ĩϞF]'ymx(:Hz~I*obKTBi Ag f>ea$7,e8:m_utLw'i% kcdF3:gÂqīۘ}!w{$X}x/SV1̷AyJ,EK>ߞI?~!^~_X,v}Α\/ڸK}X\% 6Ł"Y'ZThQUruƜocLd ՟رx=Лbh;a!6 7D~ "_h%J2O]޵OdI"Hwk}nsG|pۖLIUI @\['TZ3l\ۓUgY#S65FWm WOCĬ-3QԇwTqc,mEc#qD[C`ۣBUICd/ ( iS.qX4}Aj\aI,͎j+\ŚfQ2 ͝J3W,j2Sk.m)"QQ*8S>ʨ/ET%c[ȥv;I!-F'aqāɮ,(ܰo8_9LLS*H/ ?1D&c\CAEE@qktv WKl̀#Z51JHU¤æ.X+ܮNqH瀀<<᳊QOnNfgEaS;4 Ƅ9G6Y&༦o: 6.Sڶ*"]^;»ӿ=;q`]<~fg}D#Î_<1\j?x) C3FPf#~0Qq^hHs~S?-<(W a|eN"UV1n(j˚Y:iaw<¨SW+0,78_sŅ=CYto|+9/t Yk]>`,/IǼ;@τ=Msvk!a@[ɉ1B@iuhD 12\FK!'H{ϠuZJثa*Y.IX%s~53趴xK:7@=;Ά 3,^rDwb.^5mLgt` چEaiW$,jCȱ oPN4$򔆵hbXʠ0(esgžX]'82o}fzĩe&A m Θ[n6Ѻx*ln⚙lzi^^'m䏀ȍgiH)rV9P#(D.nVR(ҦB[TړMb`uhyj8)6\ swaѥlAª|5vXd]t511~&Q֚c{TYӰ7Z b6}i< ?Ÿu9ᶪ(~{ 'xzpN$Ƌ{M c Ko؝bA_ª6-XVg-BT]U0Yk@<B4U&{阃bU#/S uE$+`$wAMoaBZҏ$텨{GXw-u?&/1UBhCYjLbX,Wq /( " ^5R}CuEp^u&$lXi%z>2 -~1(-Ϩ ٫۝KgJD'{c ~dTv ~{ƭN|$f&|I6bf `!X,k]qU:-=.cEu\gu8D o7$pK+hL[ްk@WӐKK7ZwadTTߢ~IRϩ5i/err70^MyݬFY@nP:eVo^ݏ$#[%VmvVhHޤt2$3mϧ.Ֆf"v~aho;x7 d8#B"s)HyГ9&D<` r``}sOΏFYv|M ]pi5@S)*CV mu߯2Fch 7gSB-qJfyl B-fu{D1r΃hVS}$ɇYK< , _w&0z?l'AUhB*# ԛ=9>̲SDNO\a+snf0}w o4Zj2,X>' dՀ}. bGr?;=rs_?u- &K1@AF_V[nM%KVPyPN&]X:@Qyh 'rR*>!U^Qo%.̨fqeLdoBJ!#<vD<~h -Q3l@ &۔ p@{jZVT@aR*7icRTEZɏݒV%gzFf3',A 掋>ݛT ɭ.Z=yT%rǕrH'#} -m8=pes^OpVkwI(M>dnt3izeт?X@,A1fjt[=}{/,.-|e% |YL k1Hgattԩ=DDnv%$6bL Xyx,BLD !B,a.HTŋL8=li~އ̚HqÒz T 5ZXkss-,y}>Fݕs|%'  6{Qߴk^"6Vփfo[#D+!TL8|GS8`.oxѱfBWϯ!pu-{I"&b/:窫*4Vks# [wYW8MKWnnk;tMl=Q\ONʥ&/Q:XlZsFӂI MXx ?pWs/oGlC^}+iOU_5IFe/)xXE)סDz^X|# nV[FW0( d]yp@FM#x䄾^MrN Z6Ы#B.)TJ~SbfE8꼄9Vw`A(@&~,eWJqf֍_@XqP"q]U6Ɗ!V  "On[Χ4 Fn&W6Zˌ@\)*pZ64qM#%~I0WuC<ϯby}؇_eL=GDCahHAfycdQC0ڇ^ե]#7T@_ɨk5;g\T썸4.oQtS\t|RyZPIWL-FKKlPrאǥc)P^~Y&#<%5GHS>]Q;$b8^S8%UfM& !*!4 @G,"TIq80ߖe%>-d(RV! F;Efr?O>a]men,>5 hWogws2>[8.{M!MӠrFrux! 71Ki6ZT+k-*0KhaC[z[%2uB. 2 ﺓCT+(2FzWbzp4VH*T#ǃ/|G&:E_o2F>{ozZu3%/uC}M!V͟/(AK԰Ws &(}<ǵSSCLVΥX疴* ~AN]Gw#ؕsjz|r6aqeuz1w6(oi  6%n >[\8)֛*$Jk%c J'.3 ͉]5duio|x65;X[Ӻ6v:|ΙD?$imv4n 0I/s_U[mkoUHW8$A'.BJٖ8C ksLÄ:l}U# })5=ՆNab%0yQ>tu$[c)'37wFuWq3RkTeEj2~ڌX ru!-W'?4_IE/軴b0 ;+fʧD͓.p;%6Z=SXOwDbI\mx3D顏n/J/i9dg [&6J`:5p]<)əנ'Ei7&a0qޮAg y9;{ M02ɰi) & nA5eN]4sDU 8=Kf%8*іW;m'^TJ xf5A[=8(ARRKeҠQ-fSuPA>ݿ6c_%[nO9SC]Q 2 ~8\I4 psa߲XelĹƓ嘤Z3NhIPV7U1Njl-zU3Q2cװ败=*qj,5׎ F5ٟFZRd ~p)Vcgi NV8e;T{xק}]>J}#ׇ *~XXTeS#^H# !!l}uoEeVlwu@W®)uz#9M)B)X}vD۵"r }\:|cdx匬x&)@k9(.9W&Б:S=Չؾ.zUeY,9*$ɒ G}j;QKVMNMh&T9osݶWv׏0 Lid ,uc͡Ac.RY50m6 'a:H#:."E=;T-#B7dI!" r T\KŮ>նCZi?RycԱ2+ T;D9M~e]5\#b^,EsoKVCK>%4MNf"&gĊC[82NH46gsޠHB N8eC,7SCd-u>zEn>YBS҄jcD#Y]҄z!`2rbY:\4u gH!r^zw/ 23 zkʹCheh ֘f1"Hg<䝦r z`owAIJv@635 c`{#ylCY(6ȹG!'+No5 : ЗͺTīqHá"DjiTY@$-4E8.=s7[Ug cߦ gʧRV\?JVe% nJx{ًZM,#I z`S-_m16%^*aA$aL8bo/K/A7f :9 %A[=aFHR/1  Ѽ)[8LG awXҊIXZyVk v\/%,⢟XϏ#{ig)AzaemZq"`U6ME!U9v7md!I*䱃R+O!`*dQ,nAqݳ#}|&\ϣhs/LS /1Ѐ,O6%)D$7\_8 g78ջbcx {5q:J,@;] b(Fiy rpizNI@!EhL߁?WBCzB NUM2=o]VH#u,sV@ZCM2o5PL;G&Z6e5Ȳ_O>;nMU!3DE&aJPM6V?Ƞ,no[`/Ey[ i$ss=gb2!k%IsLwP#7A6:+wntdULydl 3JWk?ĆKJoPQ!cE%y;tU$QW Ajk \"јwS 7ɥf3]C| KXNt܇GZ}(!_W'T\U C8 }kg܆Vh@j߫VG_*E +G6W{߃?`d::D\}$y/nt!lJqe!Kre(ZW gŸ3+DM9("C_'r\)<%aP45{材[;#W< & 8ŷQN.4Fq}B/CH," i㪜rM8H9R]Ǣl1)`oy ℶ'JWrlkfO˥ B:L%65WޤO}ǹ|\7@sNo.cX0HMT zD[{CMV_\kGYBa-XSWEjBPHX46XHG Cgz~9.'@֝ӽ"Zkq3٬s}vxL-'8hxHL,BCls \I^O6~)j}їG0NعgQF`͚bƈS%1&صP @0)SxTk3lMQ-'P*UQvUDۋx9 Ld}d)QnsW Aܒl ym_hA[EaX͟&"mSz=uc>m,*v%XFw'3[O^DΛw{\]cX&R ЗyF${rkm&т)fE>9lh'"ʕRbw-ʒ/J=G+6;MTGH*>-# 8ڲʤX>,H &#x "#6)MES2Ƽc"a5Ј B@# ib*?8\ٚ[騧ls}5'Gқ5+cP0["#k\lh[Pݖ8~uF\oKv8A'mn1غ`F+%{V)3mc}]XuLixly&@E-d~hGk[52F/pd{SIMTxW+ԚyȊf':2΅/<|NJd<|JՖ6tTeYƂbd8Rnרѥ:X^޿m2 ЃEkmOec$5 oCS}dlِ ]73"R](<Ɂ2l ^XH/ǘݧǁ&$V*:9ܣQ7mҢH(J,8"j\TvW,jwl7[YMɓxDplJ SsjGCn{=GAScA1 ?d+Q~(ێCرcѭ e^`@ H؎o6R ~UÎ8R8fH0 8#܇- 'x1#7V7TCn_{E>ew\L. {,D27Sn]]\(5*!g9ytZЩv\Y`W򔯊 ?2gתAJ,X$ԿCO{6+6ؙۡ7{.ͯuXfڸbnY)Tl/Bw;pk2F'qPYϑu':|DD)^TpM FR6K2_wf|fLW r&]K;c]H \gB_gt9V/d%>@748yZEG6p,ͽx_bur;$$J~~qOԆh;@C+K$ȹ2Hk$ T~ǿI/< ,&q@Lj7l]2{!n"1hVL8t^ /r+lUBBYL)wf.l'&5=TGP%~0K"6S*dק*I.v_mF$|]-vdOο!Q?Ͳ)ZBmG[RBZ2?NB*_$ +]ܠJhR" OٽःJ,p]_Wi qKYZ4ۖX7_RDB:q*້߳㨁l5x~ DžYf?B)[ƚn c4_ O=DZ!w,3UzMkSW}k\"ysQX hgpI Q.>+_Mn+?MusMv`fزƫJ (Ʌ0[rN-DEf~uDCX90HK NOcx[}N y:&jj1HZ IL\4cTXVTU({dEP2jCZV'KĹeqwE-TgAV|vB>:Fңzc ,u;9ypo xԝUR5TГ?QxJ~ȸyt+]%(>_/i4U՟*0r9?Ub~҄,4(0rPpF =/ DqS;*cnQ!L"UZKYٴ{OJ3 ="_qbLh"T%w6ƑhUh%ھ1;RzIdN0 F_0N\(]8 Ky{SҦ-j:66By56JR9uo®;LxY={gNO w Lo1u)|]\Z3u\u&Xպ aȬd1$ Ֆ6CaNYň%2[ CdmqFڠJ>1y H# \+Y jLdLiS5ȜA[ UDTFM*t-N3ĬC>%,f|벬46ӷ.78@4EZExɇ3b[P(zXgS~^&`NО?u"Nste m,&$ڷ&C݄cEKms5$B M{ERa<cNa2mTDP9ߐ\T; % Y[p*S{>@q~ ,l'oUqr'8qΓu{>[%] eIM_mjl.XQe@}Z-]m#ӰT4epHB |KFJ" "8=4/^T%Έ3ϊrԚ^~CY#|u;L.[:qxÿ$PmY 6ӄxVO ?I["8aƑ0&|6@F ?ӈV4z/k]G% nS 9ؖfW \6Ƣr2u X٣pK}d.iliP$06lpK]-DǴu#gng3M.ឧ(37\`` D#}vFa˂=68|:/ t1$o/*2Kh:fӬ%T}/kBn.Yin^:t坁jXЈuXO;y:4'zGV";OF$݇Æ.DnNZ6{Y{V p#'q+1VQm%F-#&5wT!e?vfORQ)E$4=d($ؿdc<|\O7bylt "q Th2$Sw@63v)Ͷ9%VGe;εޒC%yz%YMQVOS,<5:<;1~8|ټܽN#lw!*t"$ kgб&i&7zsŠ9fn5qCZ".k愐w8e{BJN츎` us[BԂVB=)=T>sޢ xp`Bnc ބ{ 瑁 6rD2>h,RǁJ͟?ۿdľmkbFedQ)`˔ R.a门HſLq,"u7&̊ldO* #a˦W>[O|t>c ?}з$QEh9ʮt>d1nK[Vwn) i .z}\klX&{JӐ2D`=]p}C꓾wzٷ\#K I8kff?h"|GQ wOzT'nM=~]-CZ!a&FYCBN/QȘ$@ӭ24c%"n:ffQ~K&qY#5۟2D[p(10?\BIދaGiTDHa`{DRRA7eʗw5,N?* eF.@DO>DRWm8zm*MyG,ÚQYRI_IFk`4qʍkv֊SP t}ç'3\+s=QMk˵p^Pt(xU}tJ]"' 0oIg `bq:4t^+5GR-]~n/4{e;OCappXTDjS(%^ڲx6' bO Cn[ Qב-nyЈXExH)T0KjzX!jcуRLʀ6nIC=L2 ѡ(xCⳫQV%T*!L"@GW?fٴeʁ@];+5\# c+lp$V|dE^,C[|5[ xRs.v.%t Q>Vp#c{dvgӟ:>rs=gг7:?95j DC`i/ӝ$h͘d*PZ: qsay/WLI uzy$LoG};:N7TaפleEEհFG#`P )mhΕᇇ<3`thhOV_xNH-W_/^@9w@v*An\ é``C+Q|,1ir a =o}l$\3'SƲdlA:AZFa;\\$ D[ AE ʓrw>t% xx 쏒BfMmBb:n=Ч~PC!';sVab%%GE&ZXW%uS#4b! d+w$ 0X*.^#/X i3RaTvh'\$|ojUH&Fu2k,'zkʷ~W#sQ#TYev,‘ +af/;"MF6>E^.#W&AneZ&+3Idύkų^%ΙxYA A/?%`%fU$+z8qDm~#dJDRD-oO99**hDޛV@ܹ >.)C)gT2{I0mh<;+d;0BJjM a6CݺUN2J* ̖ Eƕ7ۂ#YpmPs :}V%$\|I)-53bD8ˋZZ],˜qaۅW@1I + Sâ [< =*eׅn2HU5?D.Ƴ*'y>'֢|%"P8?k>qHϝ/=gѿB$[6HNnʼnܳTˉDaHe7Lmev(Htx<*҇;Ծ}#l;suQu*'_7`x0*Wd▃ Ÿ!+t %L POyI %9m>W4l$K63: l"|^CHIdJ!f%W z(GPY_wfNrś4W _܀aX( ^Y\5eL/2|gK=V^9c6nL*WG]7 G-d+HٍW3 [0YdK0fD Ĉ,o8&xR@<8e+tؕaRaItR0I'q敍F*S {]q:QΔ Vn(Ƥezs3'y{,ysTDzΪΉ7~ل nƪցy*&퇬6o$>7UygaZd\;nbܯ&8eƂ\b⨠ P#rܭ;nZWؐ!_73՗L~X(Eļ1h4V"WpPF0 rQ 'ܠ}j^c'1ˁoZ_8xx˴|Py\j֌pnU@%Vŵ Z)j^iTܩF=`YU^=|ʞG ~dv\~A @pC3AZt{e#$EJb$i|[O|E-NMEx#cJn+vW 0Z ϒ ݫ&B}`7iG$, X^7%2]qdܛQ>TwԏFH.ÞX# )HZ#хv}Ygd`㍹ߗ3@-m(Sٱ@#3 D+z?f06>'0(fUY\ 5Ʀ9b\q(렱"p?ٲ?:cV]y"!ƽqq܊$;`5X[d`MHSFlڡryzb.0Ml0X3ӬENAgֆ'?d,Ę{.뀥"˟c@ H=g*?O6f܃;왩=&"埖rܨj?֟19GMl894nC c9j6i>Eӊe}!P6]fo%[y/O zA(PC|!CZ'fDRCYJ&ysO>n t! IY¨k+ő6`ytY6T܆82xp b]8mfY%bUt携VN(lqv\,}<j@0>L~!iqRȵ@/dN \ўeCh>p4fAvl˕x;ÓQ&@B^SpA h8| '0uki빵@b-fՀ>?PmoګHIg(\\0g>18H~eh {$9{pQdܺO)|tNcڦFo2~`wزu4Ͳe'`|)5R.]o-6^ANmWl?`/)*!=+E1jV+ ׾,AFOvNE&{ r939|mw2t8 ht;l),tooƧД>[MיiE(/K{)? a+|lE1|h({P>)VB!6)h{ Iݸ87ݻvz0sJ1q^6ODN.^Bj@w)jͱ`me&C]=ܒ7il(T3:ڕ &P4ݘcO _,8B'hݎp3q/}H#a ܱe0kx}?aGpK45W~XP1 pqxZm t5ݹ`=PF/>AEU+,-lc ЂfyM*v -d拎 ŤK ];Kz84Y^sga !K_!`(N6xcz[?]%k\KՏh8,U8 |=$^|.1@ۮ(q:OVb]Te#&`W\&LK2z^w43 ũ9'R_EGi5 `?⿺Z)"4 LZQJ&XL1"M}$sOA3D;E % +)M]Oy)դE!tKj܄Ah1XIyѤ7a%iih߅Pt gLE:s^`8/%_7n;OYjBp̍>zoƫzlUļ'1\_&0)rA$[M@VDI PWZ-](.6On#aYv}eF#6''ݬo DA$ }=`XPLu?EX޿KWT"K2)p8֪*X E11xG1g#YL= S.Z#m]SݧZ`OSJ%I'Z V*k$8ʟ>jk~L_;%ZIq'Y?Mm.-V_yhi9[X|QQXOGơC5k@˦AW7DsUcځȴX3R1 ǿf*״֍6)E- I-WNrb᪫4u~ǎ2=Җ'+"W/b6!1#"[yjWq3 7[%T#[gHV(}Ѻ D3:vw xW3frtӱ6G7<sװWX<@G.vԬ{橻׻m,tz 0NGb0 ]_0Vfkӹb/ʛ\<< De]ٱWlp~.%~h JxV9S@0&@>+x̍֔5yYĒĩjI>hTgP/onq9}h* 8gͳ~~#T,_xaM"o ݎ-6U 3 ? 9AlMr(8G&4[ɽWRFda|-}:fJd )# Bn.hKG%Z\~ġ>t0Lb4ȵڰKP+v~_h3dkV4L̒Â"6r_,$QGRqpTq!ZX.%pNGV{ЦA%mH(bm 3 [n2mg9ytk_@5 g K7=꧵Pc3G֊C%w|vRbQ: 3u_4svPe{zf5JyGcvH5^+bLk5wIHl m K={拊 ^͎fLciGH UJ񢡆Y2sě=4+MFDJVvA{G^'*;r<[C+D\^CLjmo BɱO?ፅ-hp}VNOJX8ݭi3⡰ċV>wRo\Ct10mq`|`SrC7T(8Kw][-%t/Xs쥊`A W|?Cxv0Q`W6@X.[.*3k] 'Y5a3i">̴,9.=lgXq[.pw/boaceL$ճbUߠ]Di|e ߍr fw0t l&@c-9`@3绛@LW=(H`ΰn(AkRsx CG齿voCCV7v<5 F'NpݗS8mXԋENj\=%0SP?8tL2 MEnVX倴RǴk;.bzkkn*ZZ=I2E'}acX: )HB&~c䅊Qb< f0 rkt뫢ל|lU VBQ%s[c~:aAYYwІ y49JW4Fg%#|{ `Og-&$n2mÉdO@N|"KzOQ@k*ۘ:K`w8El  +|REGֽm$;?DHw[w3q)0=iOU%q L7T5@%ed @amnu7$\٫Qq3h́Px`}` r^R0ާsu(׼x'%3Ѧ <2d"T~`= g2;}>V5`C*h0{As5HspuPah cPZT cթ"9/KngTV*mi/%$[G/a۫Zq;Ѣ΂訣d'atJx5}J*\xb±!*_))x0<5fo33@3;1LǁNM,OGiv56Wym%\RS f7w @8f98IkK2[OU嘃M$9Ritg> vΒF{܅;Zȱ@?_J vܰwsP mʮI @;ez|]_}${P5C7;oE8:z``D,QR_jBY-7{Xd[y}kT92`o#L GMYp?lϞjͻnbъ3LDzK1, t߸֊USR?J6n<,1NvCwVJ|x!-պ_Ԏ CE 4n5*DxG p*>7K̈n8KȖ}z'zqhA]MT O.^aK> Mcic'㌿q>\b uH%ؐ%u1EF| &*PH<˃k)S 6hg!tyHkYpzHMG ~/F7){/E%QP#v*3 !vrhm+eqvO9i9r~6o@*KߙikU#3vD1'Kϡxzz]AУ~.ؕ⌆I|Ĉ Q|l/Փ୤/n]ei!{O`n[ne3MiSq#搇  |0*+Sf>v8ƾ5UAؿV+ g5sD NJ >?*>N7$Xf=^~l i ݍXoGywPs>Җo"a Mٳ1"r'j/&m3}!(;6cȌt(y"W ɣ]Z OYds2Yç83/:a}SQў?ՓHL 8LTKt]/S۩tYm.tJט}V\vCsfE!Z& 9[nB@Ke_B~1GXQR WM[b72IM1ϊU3neFZ#%ɣ7OxW]/f()4?X~ʉvڇy®4.16>ǽgnF /kģulB7g:ox7JDGtD/r ж݈Ux#bMLd ULg)|zy -/&p'WZ3E(rmo"R j,%^CT fe)F*U?xR{ էnɉh!y$S˾GlʪvOy務 td=W@ɎFt.-1qdZݺ'ltPdTqg5\-JP' {:rd_هկ/xռҬJamRRs۱^*Xe蹦O%tƑG'؊&s9Is:sL29Ps]/ ?v'>q3#ufDæbbN3fD;'L\o iR`@kPZuN1ҽ# Y8˾i c@UAh&d/m&늗'vڙX z]dPx}C kO>PbjHYM/6K=#tke䑱)1?o&zK@|lae[5lt^ 1`#"8D~4 t j'X ƇugBd$(|K*|59ikoL4 iQ[S,VOܰ9t!NTV- %4wݑsQ9=5D܄uIt6O=z7sgb@K~K`=ɬtn2ٟ89-M#TsWf?SK!Ib#"YiJmn#pBCQ|d=)OG V=Y ~V<6*a27. Hxi"矀I( v`<оo n@5~Q8i9^8 .Ew]B'R,3п1#`"%rr-Du6N֊C 8aRp|hv^yq®bv, %I ӓ2hbXvHߝ!_Po5e0A r1mRLǫ,o46DUj/Ϋ^(#\ژhT $~䮸bN2 W1=BkKyy]Vz5@C c:@@cۻeq ;Yb9d R.G ق+0n-b<&=1m xfƜIsؓy25d$aF*Lz._@2%;ǰ7רĄ~ N<Ϧ"ؖE4BUyJ*mFIDy-8=[9d 7TF8|xpR4 ])'?E+RQc,l2/7IEF4p ˝:؅V1H?;=Z~u{ <,U\pyӔEz2 /οt]gv'nŤ鰶{ѱ6.,^({c|-[\:ԓTx4ݱR/{~W*jͳ(w'E \VjEI?ES;Z 4.Av>H k'l6=e%^ WG ^S@x"tO-Xؑ0»cT_d} TGun"J:d0{cDZ :n{>gt (V?E)m&W%T2t.@,sXDG}9a(u&oc[.pS =A45 ڀл7 w[_wMmt1QzY? GEEb[Edj_9 ?7jmBMؽ5Y-;BU\hFiûbqtPh"sN1Z!4 2UPyd׾7354LVrT{V^FT^fVT[tƴ*Xb|/f8u N濮n8?$s~r%7˗aRNC#I=P: Nus)Zq2˩e|/Wnٰ?"!w ۬*SBXBOQvoZQ:߶% ]iEiNFyU*wh Uy:Fh !K6kmsɒ?t`A7ež|Q;r?y^.Zh$OK\=o_ruj&ZLwSbD6yzs>t:ӳ0%t\"o7ڰޕɍǫDċ;]bB6 պZjV&>Z6qgG&ͦͫ 1r ]ccAfѶCPx Z#.S],f>%U;)wxsc._,6VOu% @UH+U*#m.W1giLP|w{.ɖ~|ܓ+!ȱ-o-^&~[tTBX~XofthsAe5CvQ{56^k=1{{O!ySZ:`Z|@z׎Zn DL7÷{kIa&l~D?sLZ7"<2u_) syT6$ % mLAdĭ`.V=U+J&!APQ陏Uٍğ82&%Z\2Ĺ~=GY]~[@ {Z}K>(>A6Os0վ(BХ-c_O1~u&U xZQ"BukǔX N5$`BYaH}V[  1r[~~ YGGs>Z]"c]َkT5VzZӋ$zC oe*(9ߤ{wN-Ukl/;%v.U4-E1ncq[1?҇iD.nbC@-`U&a^RY=q){3@b 5LRLwfy ؘT_Z!bI> ]*X 0k Ҫ9  Z4 KBGFJqBcx.G1} ttQG?CNYaEi-_=.}]o C/:X+$29c)=); 2p 0=M2$eVIl&/ DC ː5ҪC!">GgfJ]|9q눇Ȝ8p Cy^QuPqsu++d]Y7vvΕz1.6+B%IK<0y@/;|=SՌȿţCÇu|E4ׅʾb rR!wCh<R0 85;8.h MqtI ꭵ!fp7E@ȷh`)Bi^ecj/= f 9Q}"*QJ:]ܽ>#̱g\lGj/Y&R%w%Iɂ6^̞(7juvqUǵCc3IRkѮ9?z(QLm/Q"wU*'O]~;FARX$HA -ݼCL?tN 2|| {\x˟^nO-tHǙ,087yvڳbHOЪ [4-&rhX?rMvz 頓,2G2gVNSU}Y;AͶ|%0A?FVO=ѧu@}Utk48!ew2.jn62puzo[&94 )# \C/*.EBm+;Re4g}AUL9QK;\ۿQ)bٓ2t2EF#O8a!J}>$ ;;`:8[GI }T RGWPDԙ;GUcr2R R2i*h (=CCǢR9j6԰d0+Z āף q2ȿkO#HQц Bŋ'CUʷEA|$`N|.-2Al-k.Dc>5+AIvΗ >&X:_:j 0OM1 X|S1pp*OM*pI 5,L8K7Fpgr/f,M.jYO!J0=mtfz7 A[)Z@Uto35^aur(rQ$=D0mօ41]` Rx߱5rGTxgwl'G5nuF@^b9 ZX0\eIxV?m>+(FAնjWKG:RˍyѨ }kfLjzYǎ8􃤴C,ۓFT5d4/q &`,{cI $hYu[ghvyW.m~<\O;>%}ʵ=A^ C5й%,{Sn] _ 19y9]g@(~{=m؂*۬H".K:[zk~ Hl̨ʢaAV+ P_]`Oiw^%º,Aےp!E=P;("zʉڢ>BMsvKҖY™4`Ưaւc{Wc(? iO#Yя <g iH(Yưel*-fbL4mn Wj4Wp![Xj6:W?lF]\[ ZPsѱHJIv !X9}awM r5@¨%k軲/or`b ᯙû@쇱-°6*ɎLEuc)9#l-6ɻo!L7kiUJ^ = )د[5”okPJTf,BIDβvVMƩF5W~~״[|j'}*Dh[{̋#jFvYNzGL$53Ϸc8qY40l; P) {fUQO7vՅ_.$kxA^^$6b21[l(ڤ,FifTt 6JSa-@_k̜[R IZF>w0槭ݐ4:"%Vx.}N?q Ent^94򭝲ucMs_X99 Ky$|пs!3͛~떟~՝L Pk@Ks$7RI ЯϹ|r`4* )`s$o;QDd ~R*"V;z,+'9~EC;}äK^ATɧRV2 F 0lh_r**ՅoT oYіq2O-#5\م?gZS {%w#]r7@ 1iHfUE= G龉=؉C 6m @ `cU(GYj]މdIޭ!zKKkV }hb5_!䮠.@&a$O\HVID=Q%Y1>!k !@^w㐄 .:ظ~,ܼW{bMY+b翺+:K7o iOq',(0t \^}OMdI<0ꗤQlG }F/TA8n,|h"dN~W{^;5u<( 鰖UԛT%nP&P1tnWi4eCT*Bwyg2=L.I{m[K{ cگXQYϹ?aаX0CĂ9@K{{ &jXw[ A£ 7?ô6QLӯ4 ̴︌{FK1bHP1u;7u YoR薙L]Cm$dLgt2]6uj?["X->n*V2'lpMPfs}.Bgcq89 I7LO#z&D$%Ɯ?Gd0Ns7{A-.GMxwln܍H$ڎPMg~ϭ:6Nݶ&hh,sKWЉT{iWn^YjP_Ӥe- miMlӲ¾jizQ+KE\VsNHȓ4(fPх(au#ԸI!H,пUM]nw͉ W֯af?1B&l ) '^@Τ#DZw3YK|vflIrReRZM0)@fѭ-xD {1맜+i7 })1h PZ 17u{ݬu KJxװͿmu\MXII?g 1Uqx` 8Hf3qWaah=+t`t,G``#ӈcL6rƪ峒t/cAbK26!)/. /ut[C˃\ǒq,|XO~>]^Wqgrr1 $;W8oCF{ޥj>o}'Yχdsj ո*i*XKce4, *LJ8wd"2kxnCw%y%FIXv;NEz\MR/,Gp FBz<xU <[qi 1@%wX(<} }v-g{LD- I>K]kրqK~W![mf38bywdRKWd?(^[T{%gAK5_pN&jKBohrШY*9kS,7`n ^;no6Ԑ7}U[.$dd6@h4M(SnyfK\zDb t2DZN 2ÿ9;/ ױc30lg:1߁a +='}3TwZxN[_3'`\smvpy2y/ +Ɣ6 k͊jg8w&IOT7] ;mE#t|C-QZ"8\\Rys@!Nd49\vej25D^VӎɻhjmmYGֻ=ο:Z40Eo[&Ab_ (")fVS${ґ5b$zh?+XgFDY׌TyCd9(BnȢ 1؅,1٧IF1pQiq@YURTxdߝ`۳_ }r"ěb2иi x~GOoaN'߮6mwbhxd5z/{ 9BFA6p?Ɍj$uC"+%oî9!E:$$w}_{4wq ۬:"xH_+"ck&~ۅӣuH!'3`*@2]0fV`&e ߶LS()x}A.i̲iDx,2?jՖ9Q3%^y<.xTN`g; `ǥ㒡],\*S9wazӠ+E8/,4$B0SVLԶ_`ÿ,ˏq 3lhHdf`Xil/H@4\AEP CSbb eA΂;n"YWffU%.;2,Ů- Me*2u9~_ϯL"[*Ry T -2z -FIOĶb=FyaZ(ESzqcm^!U1(}(\V g._s 119!![،1nmN?P6稴A: mpMʎTwH|fzw,K/\ipV5T@c+&.;b"1-RT6yQ \k\[59m/9M|;rfC~b`7~]ɀZFc9r9uh8,a]"8FiqU.D#/)'eNZK?a+_S9veE5;,A8Q@fÚB w%?x*w1E57,&Vak')|js6KriA_,-FS G63#;9_+Ma^wK`EXgpo@:I? d|gmŔ][Ez絥49#O7A$~ %tyJִ1p9R\7^P,㯀_̹||TE:>{1x!{Wg7+,5`֋%8 ou]  ayqf +gR@IY>[Ɵ9 e< X.Є|CVD{4.6J!h*5[!I@슆6+`_$>,ti ?WL1oCOWƙP'PFk4j-oR|9KtƞNu`.4 Sy;ӛ}pTFe=1jϮgˁŬocuӷH[ʛfx#?.HCIy=Zb6Ij|fД_BlxJ~9:ď 1v𨖀'-\٫r;i15|! mc-!9P {A~o `ԇXC2oZk gLV? #k',^/0=8ZgQ&04gQ8 ۴X5QM5NQ&Jm3{1󌡑hAf>>"fZٰ|;d5x`UzsQ?KOx%F4Hԣ"<"jɡX06*A[=RQ ˏ^@(S]X8!K4 $lk9K Um?GZ؏SZۦeM4҇0o(UЍ.S{NY4^ hZ5~־{CRd3GMlErdD`=+CIrb+9٨Thu@1_Xҹ-yкj#@'vpwdl?RH/`& R o.ۏ1X̻9U 9wrȲU*̚I./MG !ԷG4a^h`ARsGXvDJI٣ւǖaBhd/â敚`΅C 7}4?3"!ӡ2rܽ=1ϼXϳֻGK{ WQ>ۡI~ȴ)`v"&khu/87$U!õ4Wi&p?aܥyZhdlW|Yڢ&'Zt)2uGġ=Dc9tʉ$C;:GF]D h>#cfU<G@NҲU|o%$\/kwSؒ{dg)% 6f;ۼkwܫm=yZX/ TIHKAe[m3Nb⬢ݱ׵ъ#^}ĜaDX̱$sLCםPwS!Qj2O^N1ǭ,$+TS-?Yq$~ xx u9x|$w($u%/vZvk4~W0MRLm$e_y6~uRmEX D/'èVG+ Q#Nڲ*#!oI-+s]~0=ܜi剟f:C7fe$R]Va#|3eh[rC|WrIe%j.EГSe& +|t,T5?՚z{86MCN#Ƃ|/z~d)lnATw 5AV3 [(_6J*zc=wzrZV]I3u¦IBfmל^/ f;$ḏ|>)vћTK}m; )MݩEb -woc+ڂ`_f 9zĊzΥc 1 IﰋM戢ܓɢ SG]={ho#7T:@cl(ŷG >EӠXIvE3A@,&a}X5V1]pbnѕmXMՄ%ć")z}wqOK.uyyRdkjs^RyoYkw(' (55*Ǿl#owA,c IퟥXܞϲLv/*TNE\ Y豔MD,ʽ=?[j);o[| ͑4<(Cksl0$d=XȔ羒 erHXP( pVadQ^dcEwpMqI7GØ}.hYvsз*P?A95"p6Fq^ 4%w`GE۫ gZ. l}^4B5WEYX퀳Rs]{jsręqyxULT٘VX#l;89==Sqg)#mT+)l)>aQk4+*lOû"Ї\B.neQ>!PACyZBeXrR փ 5[+X25{Kq{6-i'D!L :IӁ!P_zĘ }FQZ}f.XkړmxF,ߩЙjJdCwg|z[>׫s9H9cYi)2'd3⿍Cnjnw+lOފ"dEJEI  *9>LDJc~X3xMGnC\Krv5݃fV d=R4ʙ6 Ny(zϔnO%֗bfkӀti#}68*vzЋ! 7 $/o]vL ?&z Z^{r#=aZ!eU l{.0wy8x!4~/]czq)YIu7( MA}3 )2g)ARd pfGxrKA.TECU g\%[~OnC6#3+y~~ hCFu!0|*$RB0cc9 WM&eu0u}:GXyܠh-uY/q/[lwah?[F“J2o}ctԗ}ywJSd}㣭.6ILz,0+6 Odqr7͵jí9#zrTg bCǘ/ j6&4ؐ;9mWW`Em&47I=X`Vâ L#cvᡅBf8 m|QdKXsk#^d_4l 5ޜ]k XY\־C{>ㆲ̟`o8]8R`z==iv@DWQtlo7xFm8 ȌhٮѦ_vu7}V;-׻JP@+>UyN3uW#bwү+$CќmW#E3oge5Faxt,Rn@7ձ|!+\`= kd(02 9߈?8јFPy;р)>3`s0`P1>Mϙhjpn)2PbC,nSB E-Xo;n֔ {\l8/͍aZtRJ{GU7&F{\3> ^hQM*WA~i%.WI,-İ:[k@P (OdWpLJrKu%r ^"Xw8 E_ҭW7DASҠ2LhJlt/ V&N1agXOVxE3?d0>͠Q@tl֍]Ps4@ % 6h*w:!l͵jLv J_52NF&M|nuo3%Fk_ d` 5 Qznʊ%TfK1kYŕq /Ceܹ_̶<$aSgǮ!E$T?U)L.#6C2Z?].7Z }[<{)-'O9'JwZe%C 9]=呪kT:vC1u'bc*i[nHR a> =s U͍ ⁸{54M$. "rLe3wLB(B (WwJy91/B1ha ׆(QnRhWL@贱Pe*Oo)8 Ԍ{~o'YIm&UZO[a-uBpkh0v~SYN@tP{:5^ͼG\an,1E=bw+i?kK7`CpDVO"I_Q%\{u"!?hF qdgAQ ha'#gv,E;חKcy@y r+rE7\vUKhp47u@8|2Bh9OeA7t'b5CP|-od=N% ò.zD(@겔FAiT@Ҍ$DpǡٲA2pPqREF:t:;|j"lҧ5T{w[FljT Ϋa%ROt3유oD(@Sz-b1+$mcQ?*#6аI'U0޳pCոd;y.hJZh%w#Eod7_s])I]KHf܌Ig!ʀ&ͤC^0|8۞a tԍrS^ѱ鷰-*xGC]uQH&(ToA X) |ȂF\c/] 53ʹRrzwm 6zjPkj8%Q>N5̖,Wʢyd4m&enA }뿬R:xOsZ3bez@*z7DF~GDRB|:|fxR&lѺERH~OcnmSDžiY?@U>ֽײjfdqUcd$! F^0>="3w6oUdѼgԯ[<1|@09ƫZt7.-1-%E.?2H&`DӐJºT4m`:s*s>KՓp~ŖW2mTehQ饯y}jeΧCB~_E4F$+:x GO1[o+sx1i//8l<9 RknE1֥vtw51@H Iw_ ر-M[ܬ 4OAMrQ0e`\LJXMx4v1 Qߖ=jtR@YC_r}u~lA%}%7PzFw`5(BI*<' "~Y7.GgkQmDԏNuw.5`!cA- @Eo̶ۣZ)tЍl5CYh;bRS0IuWP[m UZ홣0rmsuƎh Gpi\:<ܳr*QOaqZ'\);-9|E@9v ^phu*ҿGs& h Vo O(fH'yAi:[ A0oaGQer +u:pSjSh vfqd9W2l;+ 7$LKf'qj^:9xJ5tLW Ȕp]62{whq؎ +t-HOSo2AܩC2V*Ο2`}7>ygfD|D a)J<GhD%09kG>;=ǞaA/9w q([5Ծ{H K7H{qv+mH$zi1xzɦ6.ri]auݚoXM`u1hB0)f䩊*)H[^+C&=r+wF~qep۠_@yH˗xf]"1$!ֶ%3)<\gy zQgj^:K=$7*;D x$.XVI3*+\7Bp ~;6*Njb@;%(XZ&L˚) %W! )ӔQB2=kR.6y H;Bv1x$ G*'wp*іPN 0``2>e(c@,aX%+4z7Us?$ 0-ic:O#s2C ]/n{z}gQ)0!-=M'7 Gs?J5n)NnDZsP_ X77L讠1lRBIT́5o̚[ڰOڟ:ꙟBPe)e/19(rxߦ ScW(ZGVQ:~x?BпGSKV?l?LOқY5X7}H/ ?AT:?gJ#IDG &Cq?CNrNd J9*g3jǬOe{`v^&OngQ8j'@t.:h)q XG@NŇ]*-nI30'Ƿ@9զ[ؒiJn\j(3K#F_55F{j٪[?d2@ @,}VOSE,<>-G"ɱ,ИFJ6 c׷xGCXG@Eg""lݔ{Cдak)saERԛ |5&M%^1s[SFQt (EYOR ޶ F"WeF&-)v(]$SX>puxt*^0LlGp퇿Mmf4S(:zpҞʵ|PI5RwiζzT0{O[.2+k)6@FNƺYp$9 [@yKKFͮVhE(ժQL!xj%I`OY&31 L35̼ 7;#i#bP  4EI"SZ9_Uos$vxdC\cOCEذ j%SZ8OLѷ5qwF2JzQh2(?'m-4H=BK%VZG>FHn3$ !ECx2x$r]sm'4StC`MQETxA֊tx;@A26"Vp*@υ N*E $:ؤs*!ш5%y7zIcqNܒtN jKˣ'4>Ŧ8,H$T@T fޝx1e,5'TBb&ܭFF͚ȥdqsG@S K৊ AE$֤Cőh^^ڏ!ixL;{w-1JWԲS2x1d'|ݭ@-n"Tf-`F8.L}.7𻀪QmT-_#? g[uuP8󙊀mn/H8c[-9EZ}O:o牜:y.+{ ^NKhbJ\1 oRr} :ތbkC"Ȓm0%d,l^87ʻ\DqB U%#Ύ /ctC35SLkh͋u$A`NeuSS̎۷%,9 ?k+1X-:*f񿗱MDFLv L*I5ޓ "h0QStxQ^PC2;-3F\^#ÈvDSXz_ 8{^">g z3@YRQ zAy8~Bv*519 E Ln#6Q6^z\qS{-9P>d!TVCg4`DX@^W'&/O}X/~lK@UŘ,#80&&xG-M4rKT8tkF#'NUxYɃ fL'm6ІByr7W7c^h& '[doڗU9 0֒C_ߨx:+*TZWr5z*s{: U% O2ImV6ROX&IF~|$hA8ei"2Hq9LKz#TUuqbRW̙~KPfj`HU q}cN\"t‹}(tyY')ĬVN5DTtweܒ[e0G͍̘2Nٝ {5)}y<;q \tv9.>5e*mAHw>X3F\)/ʾG~$wլ(MDrRN EwC`@:hÒ)!T4 4̏ )vsڶ])]_c5%1D}<[GQkI N5H@QL6%$9#BZY72'cɾ㜿8%) p*x.wLs9ah%e&(-i8b+ )/nE8޹KOC~+n"F`ľ=з֔J;2I\ BNΟf"A-| 3վO}vc2  :\L'o[!sf[[ցyM0 `]ݞkX\)V_ }f56 f\9Hr5Rҥ9k1_jI) ,݊!nZL?R8C&yשl'32 ̖B2^IbT9@hY r{_jE;kY/%JMHᦸ7 X>[{y.X-dXibl,\eGPs a4>p;PMO߬;Ú|:&);xC-8\qb@L3u,fUsfB>k. ϫQ9,.g|LzT!$%5v.7e8Eʑ9^ع>>RUەB~jeךNp3,W5df-_{aeY22 SMdO$x1'H@$_Z`?#To32apM$ؚ,lЬ%  (]-m۾]B=R=bY HߊkfYy mRkN) B(s]-HM^ZkrH"94ujs) } <(Eo<1y l>NxdV}lqGxS8]~XMXB-0Tz(Ty,(zQ}8iUvC;\fD἟$|E`NE /1W 8Mt0}M A',[[S{*dj߂=a;? s{u*ahݎ}cZ-KWGyj[%(J'eQ0X[痢 h]mWmKpU{FH2сkoSR(qR*L_3!: hfarѶLL<}_JX h30֟,_eT!&4t#b|V58i"b] hŎJ5urFup6 ?:?d&O|5;Ak.%:2o+cTLաwBpTOMH}wl}- +EȪ @TlkfHN> $Y787ߛ@Eʝ孾Q,B꞊v<3aAff_&bH0U@A]І+mVٰF*^3+kLj>(?0\lbҶK֞odE8ZDBջƞ-ywȹde%>}nɲ!$?l%A_">Ցw5҄)V6S[j-WvH6lrpO쏺h&7x5Hx݊lE ]ଳTd0P+GZHdp';eRb-({#q)?^>ibtOrw/!6-}̦DdƏ&1+)DJm๝tjX ĻHA#cf)8Ja% Wg#PS=AnZ"WCbrE.v$X2m^v+|zu Z|SzfkhR,;Z8-˝ %Jy|F%7Ӂ~K޴ˎBeFm%W(cC1 7f~ >j̣-m #(w:V@MJDs t;AQt~$m^ A0?zqm[I-%nH֠Yw"$hWq)?0@gCFfd  ]vIk}:BjD!(%ӟ_vtcɸF6}[Jgm.%H"SV䬹'5= 8Zkf0QtUzJxJ_6E:#ROO9Hwd@s6~G SH05ꕵ<Ĩ&=/0nm&sN)!;MqtSo)~7wLê E{AfE8kq5ʩ$ Z.%i{Iy[Ņnl'\i(^a7Op.<:!VG3;5 m[yj8 ,:}R;{)=UfY~'Q3 m=}JeMpcWWiI0- ɩ+ß*ZYpEPXNP^of2Xo02A)XH֞!Qf\ZizBZ^)Z3uZp.@+wcvscC'/rߨGL%18J-|sYmdAwA 9\f]G$͜Y6h@-'IDh$ uT傤2/R HrGZSRxS ]X`Q0lqȵ&6pu:MjLl,ǣ{2 B(,Umzvdh'9yB 71;)E( g5xo{dIކ-##~XB9Urf)gޏvfG8?$1 K逥8;093c\nw欹 H&'~M.Ft~,ii̬t!*]bG2`92]D$g#qOr >I_nn蓾A?/r682G:‡뫡Nf8r#{Ɂl7 *B>~Ě`~!Ƹ6wdf-y =Co͸hv3>)9*fњd~:ќp U,ktH8 ֳ/%UǜA+T16EsY2NH+V{[^WNd"H$jIR:ʈLŧdT."*ٵQ!4nPApsHU_Vfʝ\0ЁP+b/f-?lKaAxzXwbAV!޴S$-9.V{rI_gJ?q*%M;L],\}TW/ǻz! 2|_Wj*,ˬ1_hl>2d&TV37$nFqTzGk#}3PPs3%mM*++ګ](ΙMroY;%²@QsT 8a!BlVqAG8c0˺lb bq$ f=+&5*3y0AlG; c_HΈSxwDitrY.N%n?1}%a"Yu'tz (3@ #PMi*2Aŵ;KtH+wvw-Ϫ}*!UpI+q;wbw ͺQX :o׬cK݁}`ch 9-F,,K#x;AWѱ+ʨX"Q(SYlq CI%Xzj{rW2>q8cl@QpGٮU0'TR8j EG-@i;7p'ND3`.+n*Q80pHM9ob8NYW٨Be0eG|QSz"-~f'~e8Z]TvؾzǪ"v֐HՍrԋbŗ!--=Hu4A˻u c l򷽬a<*;-y V#UFNi=̪/a(f)t"CR\jo0Bm/-ch{6< J\%,\@+OGvD]K0eZl [Qg*4Tw?VOd w:h+H/r DB%*p$6cI{uw"-æ|+A Dfi^6ښO2U!zn^z/^鲾<%_R~IDfA%v()/@I77ɶWP0CuG4ӅԠ2Eߜl\yn45-O$+WP9.PvaNH5|mM)/0Mžw2YqS̹WN8`o &HrAHv9ˎUؔoےvbl4S6JP3bT N_XyC8Oްn=Е^;3muqy1-MM2`vnqyI@5w&#(kZ j'BǼqS^;dcv^tLÊ:' ޝ_#k.=1[Uh L2e8Fm+ڵ p`w!ׅY9|+e&W%i$*["DJ&bfgsXSȇn1|LfkLQn{*w&8wV#퐮cZ\9J`~ `6%P.Mo[*N7i#L,d$}F`4=[mnCffU9^k3y؞ ̝RHPg pa=ɼBx#2A )e bwL;AEiM;R4aBGga9heS=vAT ǖ`Aʻ4ڮI|+OM#PŜj2<Etw)өD/f_ !ʹOebA~/{ШAK!q4L+SKW1e"wWĹ OޛXKoXj `Gr])`Tcꯕpj.8@Ҭ1Y|ӯDx͜@JU#RtHc|ր/)b ,.XOr.n@Jo0e H I~'GiSX>ic4 %.bp1DΛꝃ 6'*>u]Pbn4tTTaVpIq6 Dpybt%KMq}u5w![ m!fGЄ1oǵ"Zu*I)Oͬ͊u5('z\akeR'-_F{a8߄Kz{9ep` j(O4aQ/VyJ0JPKQ857FOkL0&{l[&. aƲtp 9&+~ozs%Ս~"$Ua| <J©9i%mo#LniA-2l>>X_<elu[n/Y!H{S"+NGWk:Nd؆E+uvfQ_ x6+ayߩvQ&7E8@Ɓؠ2S#/s AYt:wZRlj:{|$wbF yqAS8*#*@bmbXZV!81,%⫴Y}>4e!9d+-H 1Ss?Uj 9cf`{^?P~!('Atf >~;湮@7Ҳb,~ BM W9-R8ZW#$ Hy}Exy\O2 u/Ǟ:xcѼg>'X6 *ԥVf 9™!Bm+<cw3?a[W>23j |P@#nScᗄqku nLwa+Bk WHi_Z<?/T&nF0 ETX7n>͐;<}-}s=p[[>*Y@&*&s[O EC[i7je$L9BR M liX`3bo*7H]ֺv(G"йʶ)pnUVXpއh[;W˒g:VxYBpE^w3èg>Z?&fQg6KEtH'LtgPX ф|䉌(Q 2raM+*~3uP/]Lq~LBL-[M`05-=P:y Jp6|Fgj.8|0GZJہb Eis \2 mYUWFε{`WVEeϟqN?4xI^IFvWQÃXT sCZG-ĿўK1S; ` !V+E:\iEz"IdRd3Z󭔘o+>_*#A;ٿ9{,?76+2#6}w\ s/僴րSH'QKCX^>ڞ g#WƩ/Һ<TɅM:lo9xN:F۟՜zo ܹ74^'ppgHYZ5߂ ڝf( [eb X$bJYR]IED% 4RQ,"X[\"5iM_X}[Gף] Mj: S 񩺡12Ujht{EmP*یƯh&&p!OgE ӌ9A'ਇrCbk9Bpe"?˒i+h'U? 2z>ѬFʡ( ͑hhgI8l}YKf _ Um;_Kg!,>iѥu[9mTU:k'QMyD+tn+Xn6 8 "Ed˵R09҆M<-;Ҝ 0EЮ-LW wzt )D{c=RVV$ȗ33ei]IwoAh=7I 1]6_W*nҟ%&gTp6؉v9E$xiCЌg8i0"kf63hk=c-syKܒhw 4huΣ9T ITUW gxE5@ϗa7!IIaɍ?ӻL-x }@?.E{{y]r씑5$n~9h?a&ZOd_܍t#7k%h!Lw !6-}Fp\P>*wT0rpՙٱWY: fZ_N45g A6]V,|Q24cS\dh$+xeADiFІFYب}(Tr%QXqH$R !p1kҩҩz I^.ʆWƃkVT{ D!8?{j~yɾfIh^nϓbip}쫿ߏGv3aR "pD[r h`YpVE.C4<aB f]eN3*ZnAl(Jq?Zt'`EÑag2y><6-PX0nÎБUv:XI %nu|IxbW` 8yVF -ע`G\mD06u@u}1C*vd2`IK8K؅V3(}L`ftA?˦/ny)<fQoQՈX1Їot6+Y O@!8 YF@K2E?@[`.؄[KbOr3`D 8| Sl<3׵7Ԑ {i1VǁWN<<>!q"#J^wvY?@?jo,@? _jup>qf-;Ԩ:{ʰ"Brsf_,#K;c#eV3.E٘uNpbq-W 6 VAUU1ʇ5!,B%IAPk/dFa7WDROۅU=XC<63gu@/,05Xte,$p]~վOgzJ_e8Ɍ[VR@J<(=8M8G0X+&0A_%-^+َi~x;G 霅y*%@|wv`Q8YĔ{jXud#gDLFJ %^^9kHm ִsPBzR^gL`,WBU{d~SI1q@\caw+ Ήm}L$w8N﯂_3T'x.~(f!kа\*/XO2= o L;(y+hHRi~>ZΑ?Pmc9j A.nP rQ k4d^R3e=bs(;;h OTg9Em~@92`iEz8$A(oIA F.S&L%;ކ.8wZ1qI#N.^pIUJ6ʯ)R#7YIn8QY X)7y,αh/:(HjwMQ0ou+(8b2c3yP}HSZ l.Z劊`[x~=2L4gRu`Tkz*?ר)$\!.b|gXӔ /_!C |]W}қѼ3}.nA fTgU_jeu R>hW>Vju,V%1H虨Xw1aױ'll)%BYߠw kj?g i#_|r;wD]e=V'**eD"q":.2tLwG>q$evXrgU|ðm6,$7X+xH4-k  ͭE[D'.->ߧ סY / b!2E[Q@̦T`wY%J9hM3f:MP@QqcՏ!gw\5Z>94FpTNgB^[z Ԍ;J._u¦-%J֦`ZM9 S4)EV`zBS`vZҽY|qbIzO[~E!~(nmW0xjٻ LL-ɐ?A"vV-w-]*H|^V˴`k^/ꗮuB2ֿ;f&Srk)^"@5Nf+%Bv'J,x7҃>RXD,P$i)@ $ TsSRj.4@q0$au\')Cs91a XD$úUILe# nDpr%`Ydj2Ymq+|0dgʕw ݦ~^u qdKqB~z,R_&2q6B -!:.! ckc8HX]_G;v4˴ E @֡8.>V(*rLNݬKr^"(tqSU ]R4UFaHFg0L=\W81/+|DC77dQL.ZlZ14pez_VU*}[^PlPSK!GÞIECt ʽY?[¥EMP8?~R~Ly6XF]0j$ r I)KH^ Vᇙ"?3y듋OY9LFg.Ly,Ƭ"mV0m6U?~_k Cف?Rex6k 80?G [MnzolF8'V:6[{2xE{ڀG+GXcE"_Kv=ePd!)B8Tq6IgC@fcPE$ǎ&mZ T{A%LsQЈgٰ߭%6=xvf;E~l zGY`>epi }}-𚅲t y$Zod)=<_[xmNieWt# Ձ\axYhI3ۥ{*@c!7E3v%Jt (yeG 91gz7ITO~1&9ovg]hЍEsK**{|َg:^EV;Oj>-PKB-v;O[)תSWJTi/'mj.H}0S3<Hx"Mn0Y?Fi5)O^yDv{D3XXz@!I`3fnHSԷɤbS> GZHyvS%1d \uKwO ɰ9Um@d5+ == X=m[Α,6q{2(!$ !/ղs灞r)!Cd^r |McE9hs ?4#E#ƅ(/ 7G ,AeLTKzut3'fHN c~fR8򫎀_۾GM"Ť\~4zOT:N҆C*MBT@M]d W=(0>Ô_:N*]|#]5?nt( e=b.sSutR+nJyoΉ7|9i? E SMu#U=~:L؇C߂e[md5(7 R(,v \R6A%[TRpGjyĤuJC?+'3L2&(~/ЧrE* 0yN,J4>tw:gٱ|B ngçZVxin' P"M<*R?68Q"C7(׍8_)diњz 8c֋vr~Rq%c@CCFT SCo`ET&zNIM,f|(i↵viFjueD|hp&{@ DG˨ljl&X^]j?V#yO>HD/K'">`kH;V,_UݤhVeKA`Az^3"^L7OX})TqcQU2"/ TD3/#Cm辅E@!M>PQFA"Δ qK9Xd0teѥ|: 7}$<8Ņ}2po2xI\\wT@Wsq5hq w蜟3H}awQDWDTQю j5e~JNs*a)XvE0JK@1!l]1*]iox'g>u LF ÷dEOAM{.x|v|$L<4B[\8S |IݢBk 1xK׭T,av9 g- K77\6 F Dڠ%PBW/m :՚ӆ34!*a>w2Ꮠ q5:4UgXk`w"6719485@3!PKiBy:maE5jXĢ7mGWRյBfݖ9(Dw*ݫrƋ`ץE`vbH* t/_wMra5~z.q{uآ K%bb=؂l4{c+v\?yW0rO2/u#ffUꊔa޻"*ML)1>&e=CZv-`/lΥ^pZG[S9zGԁꤙ][0م7lm\U.]!Z`Q h_hH[Q,͗/̡!Fc1T`jOoywRAf 쇥"|˻jG8>ű䉘dH+lAiƆ 0CŽJNt2CNWdh4&mD ]Re*7 TeUuݰ,#+HA6f`]3oV]k4>w˗zo-0gdXCQɒz @hXD^-6IDh [28eyā'dp~xNR~3!Ż  6f>"RA+!PVq!-PNZ}/}+U#[4Tɸ3%PfMi]9՟VadAGKp"bBY`q U6T#.%8LZZ{^}^JNPa;=*2vL,Mypf%2ҔWEПD7S *qf7XA6bR NJ]^#64u4o'0JNwejGL8LQY%ykp}k\6qq5[qN88@B,zy Q4P#]_ᔁʬ<,飠fv_z*5;=8*FzZ)ʪnۙS%Xz5D|hp:bfɂ2򏵣;37J2 u6]X+c ÞI|)ɺkL |Pt7bhrI%b2N6ܼtn:4 ` A^Qŗ۔{; ߿adeWѿ=70sMn/'JiIGZIL+:U'a@oR v%dqif@po0]CL–uGzYٜP!!${芦@% S -ɮ0oWm dD4dz605%"XaxZ0!ٶzT4.c)H ` 4 UµxɊ霯k1Ӝzr ?2q۪%?v)1 4@5pIknx95%#W ׭}Pm<(j} ezc˩Li%58akdR2!}yb;9hr U=`t ;O1_{ʏxpH*zl e?kW< .;H&a_yоQsi(ڵڮ1M?6a0ùv'g*aYWz8IӾ֢]:g2@(؛?RdN_s`v"B V;nU;<b_ Bs _ABPѧc* bN?i+E{f:sQgFኅSf܃Mg,YE[3-)+$/ _((L~*w)Q>`PY+l }qZǔsʵD2/@UEThX0;=#~ZK&K [DF8#dgZmHĐ/n 6kwi2h!VEGڋkF2FaXL9x"pgbXXD#r8?W[(+C D=3U' jBDa&$7"0<^Q2DL;q2x5- 2,Ƞ 6qGM#AJ6 PbwhtiJ4U-F9".N4z#HOB? nmw26y2 (, pIv0hA$6bTr1uY.0Ar9MZDZدx 筭IMK>n;2~| C>yANw)t$6f8,@'-E=@4'`_,n|$AK0䇫~ %\px?e)a ~;B>~q͝;~A̰dpbw =ބRi.2,3FE2>ҧ@:wn?鄷RL$zV({^]$Hҙ7ᚁn_;w $6ܓOc\kXJmN Sl>po@bn?+= $A%/`d-?M^, DR\7W&| ` }SY.184JQ !@ˠp'BW((SŒ:b!9IVpe W]8̓geJǯi"Kӣ:꒝GEY!P\ U99UhJt`*`xs1:*%ҷH{vMcf=7uu͜YԚ<9L yoY rlSω\FJƤ45%,-^lKWG%Lpyʹ(!6RӦĪQ!l:yżvIʆl\ķ .vlQ 9:aY{>뗎? `sIGs$FَK+}',{g?U.!p</7`k#urOO0`璈+&oR_\sKh%"#&DoY0*j!M2y\3.u&y.@4osu1`pp\md ܭ2]/ip=_ZsʻS;,[(%橉MU Z @zlIm*'wT>aDH/+GL#d7`H.t?}G"|ߺH]vכ >h̃GMNhݝx/FaB+QdHϒl]θHu''(TYvNFo(8#Rp*'Xㄫ>WmUe[/t.C2x1Nfx0b 0$@vK=uf"7]~W{pSv \hX ^e: 9S6?Ir5g[ gR4'\>od(RC=i%OZ_ 9Rb.rV$6?e6<ؑ${VF@ y쐨g7꽧Os^k`nWeͳgh' @PxXY xk '6~ \J,*/S9F8D^<>e ccǵ%gWt^.7UϢf%3R*U%b֠7E]=f$W>.O5VBXyiHHyq5.ƈۘuN#ziаI'Rvh.Ȟ1fӓ3? P*OznBgCY6n Ek)=w(HYF! Vz-"p`*&D}KI+BzN~F@[:TL>,NBsMG*A̯֡d%fb}D_oWOB;&ՐG6=e>f@Kv"cQ@>Ll""ا fDͩM+X[0bc|S{zgr@[5:,(&zA{cn;v:FC6wk>Hzh(CON6="/3}b?F;tI9b+JktOn{s5Spj_9]}ʠ؆;3#o!BK:u,R0*Tj5qe 8){bwA̗V*17a .N-e񎊖 .`zY8#^>%0Ï=/I/BvpIoEۃPda@`{9 ZJ USr !™~guQ459h{J%Z0*<:N%R5Ov!ܟԘ]{fO1>I>5hz$ ^SNYS ў%Pn46$&j`G1;-%2uy<{8ѓSq VRdۊ_!*~eAVKoZ3o,/rWL4KX1YpOV;9T@"g"MPK0 RZpKaK M;B׉NB>"-ԠSQD3{XZm4U5̕0]煃)F*kF')dVMi <iόYZ?ߵ:'7.+Pl"M9Į{q2C 51}8^ `/423y= ֋es]^{py*i -MnzdzC({MFhZ (p׮QU!mpnڀGyV@e:hpb+OAۗ,]kuλPbc׌kiZϔJ>ѸW03&01Id&K"7#{K::/t OV_v16Ch-}HqncRa%ⓞIQ+Vhc1aDke3b%}PT1(pu."LnL܈Lny,Cp6QYp!lnxB0.d]fj#VEؾ% D~X"jj^ĵr7ua#LԟBk+07AZ1;b1p&hg}$M<$.|k'zSqLÌvytq\yTü9hdHe2fбZ*pcJp8`j2<[*sWҬ ғWUEN+\iCi{`hu8%BMi!D1¡ۻXg"n~#ȯkk^. zۂTõn.{5>gE:aqu+ثh0oKIRӤV')iE8K((DI׷ҼWDԐjc( CC 'ᨻn\ԑWh{oq xJܽA!xݑ~` S `gsA' ;F,ܛ:Ѣ)^TԩO7GE3ʀ@K0,Ad}F< %}la{[zr_A`^rxU`lړ Q|\+6jpր{t*H:* h}@ax2_h4$]w`?G?d(W`7Ho4S' ;'_^{:o(l]خz{[3-+i&mNM|Zc CΜKHM&۬ R |0K-cgVĦ327E}ټ:J\X=!ztժDTB_bޢ`v9z7/t +LQ۩$cۦR~`$R2bZ|;7\l^~{iK.ܣ|BV4!5>pBkr.UB``ٰN%GzXJ/8j2f!Pz 4{lJ{s#|p Ԡz6%JR(_rȄpow@ӻO+rzpjfڗx5^پgh? S}Aޘ/H^xi-'"{Ix%!S˭:Mhv E :BKڄ'Y!!.ɇ*=\6aZhyAo5 ^M:yQS\wa+h̐G9yD&a:CwEQ\.=ڣ$ -TA~MT @PpWQ ۺnX2V~`\:}m6߸"`"F:chkQDh 7[1Ė3-\ ɴEIcj,+bɢ6]u[q Tq#n^vohCӇ54i,1lzdxNYG&BRͺy w3ws;*:^4܉zJ0~SiD$ ST sv$+QkPM> UŕAr:Iuc/I%h299LKBOiUC#]#G/G=eQ<y'@:=\X,0"T oO{D Ւ`(Aoګ+dٚyMypW|{e꼮!8N4X;4.DL;ٟ2*,`i"WL [1&֚t{=CzΓT>gqK7FO1 j,sDE1M]_TR8};8)h n`)4)=0҈oy^ {}?f'=0Ug\ |{R5P^UaX?% Qum;.WyT}[ |g[l"\e edžiQ-3o>Ƀ{O;rdac!?ŹS5vx@zIw ywYJm.䃘#`8Vng*拱W}vwK*\ӸzWגHXT[\P‡,JD2; 메R>UqX h-븥[(j֪/Dt"ɀHyuO ݛ%/e/F/a];WK2ς1 $Uq+. ٽ-F4)N6S/6R{ޢK7- 18+s^^P,g|~UlNMd,ʴr,&˸Luw'Ҿ0*!II{˺"~\iKnp ɘ+8YKp#}!ZZz3eL3LH(xQ,9U<~r_ c r C?G0ͳ;mBwZ2EHCqfz~@:X/,}l^c&v(G)v.fY?/ĬfAS'J 1"Ȅ(Z  &@a 0#ZB=vR9]S\?HFq/ ~uXrz HHn=RoU"}w5@мnMXq)^:ȜMD{X|ް^y!IyHMf_@ 7Ƒ#^TA.#g~rw;myV?Xе[O/}o]2rSr0.u:<}zϗs!&.9 (GaXsL yFH%)#S?]J8DD=<mߙ 'OOĤyfdh *}4(9Y)!n^##&ѢtkS:.c3ea.\ǵ :` hUpZR  ~_5~^ՂM;9J 8{oO;]GgvBX DӜ[Chlvyd`N\e pB?yBS2v[G^LMc8.Y}~EELA`ާg@%eeT re2Nmx挧;|\?fW81/=|~bJ! h)rOu‹eDQ}<̄Cgd QT/_E/:e7N26=;%-%D4|AjU5ԥ6B(.ۮ( $wYō@Jc%t mNsb@(anMfz>J/X?tIR;KrvۋSX=$2'θ7bU>O,obC\G( j2͍Bf^aӼ58SYkQaP4H^'/kC",$:E"p}t0ku Ȁ1) ts!cR'[Sd S=cxkZ:.ka*W: Jx싁)+ 6N@ruyjxs|:x'3hH 4 <b6secXJ, ):0B/: XgФӂx&0A( `^N=7JG>^xp`ږX`@aT5ʹK3UAr2DݿׅiK[J d٪>Hԩ c&%qr7|: g:zm"Q1ԩzAdj^wjKe'Wq=r3$נ48_j> '!d"4j*-QVg C,lfh  +O$%AM+W[v_je^QJK0u?<:)oPi96L1r'zP4d֫>wJB#݃<nsnS ڞ\Ѿ J LCb'-OMԹe>SQUp%W9w~CHqm8c51:GZֽ:^uE"k^69ct00 O/}wֿ$knBZFaN{~$ΏFuNW@uޏtXOrZjSMٛYw:SܿT$h*-Q%Zgf,Ϻk/|lqO* ~ҿpv!p.#>?"1pln?? )c!$CKbS+%bڷPAZN C <įRx)r9dMBId$͡4{2Y[=7*o dR:Dnw߀'BɪbO_34M(!t@7 F)$aɢo6KrvU H}mj|4FW4RU| y4Z@oR9>؉n23ޔU71j]!@aJPJ$.kڅx ZkAv7QW쭰nԢ9,jOЁ5w?g M@gC̲< GDctΝGs?a;M:fRzͲ6SۜqsaD`y7ݝ1M·%pOjŸJ^Ǩ Tc@ @D#{@;ݯ_cZ(y=+©Ix|E_Ѱzw "f :e3kh%rp3NCG'9rӧP+&ֈ}m۵dF^ g Dޔ-o-|hFD !@@RɴlIK_Bxah`pnխN0+ b;c k&,]dDTAc8:E;^fɘ#H"\L)wu5+@2WhWo?>EK GTُ]UUr2*B+Jc(9;rd+mmy֐‹V*{=~B3Txپ_y)'09LgNmv׋i *"[ʮR4hR7T@Uz]040MG!lR5bԻnpP֤)3#*9-vU@?+d3 J[%c!TCUM Ra*U?Qo#*B$i1&EGqӆc[Z25J CٰJc6ŷ;YYdQsojrq.O=]Mk./4UQn0iFOTXBFoO.0KgOF'UZkJeʩ/) ҖԐQ7T: e\eJb9_ !f{/絖A;BP3ݟÅh-Z=;:W` =$zʜ!Ӂ{Bν@p.V0&vdC]PQ<;r ܹn#N5 I[ZM;Ѝ|z>xd)JiҹVN;Ì]g|5J6snvq4(+Wd⊙6K# |IWHWSW:Eu>eY%nvefIM!j}^#!{[64# YB}N2m({׎IzIJ kFDzPEy4ܦ};'% S9ULOEw5Sy:<(hz?,:9VP z`XL һosj,Њ޸%.#"~Hh"K󇮯A\tWEb^OKC`bY V*j1C=~B:ÀVf:BI#H8]"i^^ĴRy"L hݱB=U-]cr#u7,Mbz|Kxs u&=R-" ( ţ.5^?`7e/!.c`-eJoxӳ 7Z 1Yuž9y }@hZg:ِKMpKB:_7T^+byG g1}<Āts0U&V d`N[6r`RߘÇ1zdvc\Y SBw@oKpU:t߂71^zbDȼ3ebu^ ߎ$hJ0moLVXuUFJ.rB&"Og)H }ܑBM֜,Witt+zZ+3Uڗ9h VT͕)nKˬOX͑2l`=ʰmA$m gW_I3H?>Z"D뿋N7:Mn- 87 P]nlM6`/8bE ڏ;nsaǶ=\:9dd?C=d?kτxpw+1kF5Orq sL%e$ç/o |qh}hm4biNCL{\=0?Y RʍM_PܔoEB g,;/D Vm);APHZtKQI^my+.S r=駣>D9=y/Za=ޢ7[F0(9o}W%!#0׷۲ r<㚡Jb+ l| h}jQ@7!\b%?9( J?%s e'٤ N~!E  %fJ& !D =rVq&^2e\/gYq _p`7D^PN\YH2FNZ\-oB@‚}ZcWHuS?cKw~Y#FnfٵJ25:fZ\*Oy]!<(""'XVYB~ mZ3nHQm'rCM nP=xN[Kd;0!Ϗ$VNÏCSr.nWM 0l"I},`-o T;eQэt ip`BpXs=cL;*HbpA1;=\bwcA=|\\BuR]_2yeF x'+F-w#Ha>¯t\716K-5Lѫ\re$%ĥ#XU ?dY-\5jK(XR=-qʼO0[!JmY%M- c6"TuSQi x)GM ~=P-EW0@o.wS3`wb^/`6*h3j ^zCS#TQ{f08ǃϩ\(wx~E3*󖯧e_>oG_g0.oL-+8Ѡ}j"3URʷk tlH1 Qɒyjx - ؖR{-:ʩ$TA{썰~|PJ5ɴ {R"oYpѢISԑU[sjҢICvRPSb…pcejB1N|>TH 9BamPٿZE5ZU^seN6M=gGZQ: lt`v`9Ͽ[d<92'+7Dx~5@*q͞~ ׈J\}dof4G67%7B!@ଂrgO|Fk4-R9:}lOӌa|y[:Ǟ [ ?#'7d @9("pjx %;̞9k%m<~z%MO4X3-DL`I# % \Ӱ9qtn+9Q,h+8 ^c,MtE);#A*]ao1gu}Tt"kOz#󄹳/nXŔwuzoþ7jB* 6r;84z7uJPRޥ-I ;CM2UTLRp-fΦ̵ш:-x8nM#!%9!vW8m|Ia_2h';Yuݢ@KOi%-nl`y $pp!kW% ,3v 77/0+Ch0I D 3|ybu:wqҿFײJ Q}W^j뮆Jc!,3x73h4Sސ[zhm)[fbΡ>vei&\9Ei 8s 'U"oZJN7x)$1k˵yO~gqx*LcO|XnE1RZr] a'ywY.aud6Uπ FhS:"L_Sa^$Du8F2Pa(gw&¦2Lw:#jv*` fQҢVXiԭYpqదg ^HFW!?-,4ә~k9V9dpцl󼞣۬Go:2ѠxN ց _MEaܮnd5B>t:698q J¯fZ5Ig-Pt/P>&oFf #$5,jlW}5?P쵖 ]JNNE1P9]%u*Mq)p~fi<u:|,J xuØESQd(eU&_~;3g4myp߁ױi΢la@idZd9 3E A{Ħ儮ضpVɞ2:4DTѭۇ/P }l`WwtW M="[ iwd_q:ty(#F|=Ty)(sX' %S h4*:fLT I1yysx۵|R=#;/~&B=a%fFFvVtJ(R5 x)/K\(pb3 0Hc NHMfv;f B5Z)x+ !@h|Ő2c7&zqZ6I" Z{qkh{&S?vky7_x )3y;pvʡc/3b#9_5L_(QX٭)]UaF\WI>c?.J9G6lRzquf@)>"$R?]/sQm)BHlX"LWEx/?+k7  nf3;YsyG;e֬D c5Xi\`վUAN$7oux|u%A#u?8(CM} 4a82osPVȘpHNvaMı0b]E@=xGН:TTro{^pV= 5:Gì_RH̄ANZwW鐠tͅlǛI>2S y%Ħ:_˃ln_MUNY~Gz\8I=B:ؐ f_P=E=O,#by/@HsAR՟zLjm%m-( s*de{RЕOP٤|d#Ԋ'`6Gŀ|v#\Ӽ&3^X@#$/ C2xF2# D~AUѠ/HifA/CU,Ka<;K(twpHgPRbKty+=zq2w9>} }IsZ6;>jl@a[X%ZD6UoIgToQTR1/6EC5yp>ZJH'Ў6 \a9Y+AYd=!&f\v>l1LS[v%*]|SjfsvU9ƘP.s$)keӿLDbi,qsdJĭA >&U(L1C9>F3V$-N?!!ǟΟ)Tm6sy;8 3C!ț@`hM"KV/M<40xQeCuD:NL|'wa]Ay܊1Tt؏I_1O甂vW=jF։U*׾΄)miѷ *i6szr^܊M֣S(&car.hBVM ͻ%zB Cus-̩W,If_mƤ֕ߒaS@d_8eڧ' uKiYRB:םW*'SM%NkT|@Tgir]S̠rؗX~\@A+XBڹL$sTleδV?b W>1W<O/ -MgT^=.QPgH'c8هT TV?ل3 c.l%xJyf9_a6WXJ<S6Xd1V(q?K;yQ!F}l!l٣}LbY9Q9dU'Q~f]?b;F浺\o vbh(LԠsVrFHË*e6$ P6$[, OClw0;m\]'ȱB Grton)棜#gk&>!g 5ܓ=XıǴ8?,"BfL$AT{>&Aoڠz1?MRelM6`>ㅸm/Z|zeٛ' +NS/0ɻkTQo^TB#$&Qn7-ed8юA[B؅NLsUG] (ݑm[p\nY\nT}Z7Ǿd%'9fdDJ"1Tg \7 ; ']96BMK Vo"l |6Ghϒ쌂_#t*zګhhYH"’}਑zPC&z؞3>1 a?d p^UOrhPd} |G:1cy3Nj̚X*^7Xeav5<|"Deۮm iYЎEY.(yтj; kVD~~uQ|d N-_C\dҎ4KP̘ salbipt9p:1l[jcd%0Lxd|~?~Ī*G܁ĭ=l4uҁʤ_TQaB,j_m_{ھWuyQKX+1Gܚ&_'oo7L~ϳ_z U|N¥ܭ[ ~!G=ú‹1eEٷemD.cCKڨ8ں !fCEItgE'trd,LT$W%O6NƜ{wڴ+{k6]`B &6ξ8 Q ᲎ z-p8lmq){ :V\D Tynx,**gD=M\[aQ=z?VM@j^!!Ac rZmh\/II7m<6IM1&'~.(a5g'%R¼d=> S'AdPu# tPsIEڶXM(dÍa$X:aXTZ10jMMpW=`wiCX鰕UYN06ىx>9 f"M L;)֘[kShuU}!ZL'vp^NkcP"CON6K441w5|c1V^9htR&$.ѧ3<?chUR a7.u)r?kp%|ROK>v#<41{x1gQTgɜvƦ5Q@P0m*eŀ p'cY։5,VciA5,2V2gEuuBgְcc0Kv@\ai_Ԛν:w> >,RfR,j 79疸-;9"5 NFq7'[!EI}ZsHR_RJ~NKo>)hξ3~kj?oιbN7]I+W&m5^eqY9eƵk"l1]+Aq# tBKENkڀӮ8vlcpj[6fK6Wj}ʝ IaMZ|Fߺ7lUє\.(e(#GQ*JP4r*`@5kV*Q4\Rv[g)~%ɪUs#7>2ji`z;ܫvv# B7ԝIc%]kHi ܤc0U%!ȥİtx #gꗿօ9~gVևC6g _} oʱ,rd*\/Iʜ[;ZyTH, βˆj[T$J\ ePlO qrBSUj>!k{K1-.>{*^k5^ Rs :+iحchft3vK 9رZ! p)tVxR$gfJc9<-ş 7 ۳OG -a"hSU*~BK#ȹABV`zOedTj1))Q/u׏3U"5nc;ץ 3þ%SҲ±V3Ӹ mUy8٨eHg;&rTQ%trO{Ya=ѤʜM|E~Cћct@e&U5vAy ̫p%%:eP6 : 'tMdc h9, QjvoVP n|+(FujZG&d/SmۇzcAep턑{S╄N bVhd @ Ɩ853L婰2e9C91<.- D5`o L6`mIjDUR y?9ۏn?9a> r h'Ѵ9l"Ol d{qW] 9.r=SkZ$1bmٗ2,C>c1;zd}{lNtᩇ`̈́<<$B/}yﳲ[qIi-U9~R{hbeƼ7@;xDZd?,y 0ߐ;Z׬|K5Xf:tVD<Uj+Opa;u/;0A{KH/#j2wx,?,yU.8sͯ_Xs;苖J5fcV/}: >SZzI=[[hNwNWBϐwl^ $FKomdBaLP;Yd 9IX@kJҎLH}&ǑAO嫒w{0x}azgEQ /u+;?(#YRN[2gHjɆ'k4/O>qoEK/l0x61*= qGlM $JI^X:ڜBr87K IxlsgL0ޤGH̫ݝ7LFKxC_wb3sͬСSLxYQ7E6fL c ؝?!˦ey׀خO \p@CbX|g(\Wl7\ E\iGqÝ^B"mSԶY#NT޴ a}'ZI5{&-p޻Hn‡ P7Wr0Rf?XY @X܄u 6R[>[8:NFl@wPCyl÷>TqQOs:۱HM,=GLYoKX\}}gNf3Ysi. xn[?t!IY߿gnv>9à wqT''ܦg3:ܻ̋(` 9 0񌸰GRVBA@5ÚuCQʝfZnۣ֮NNi|"f.$t%ì6LJ:L1wP0 gk!j&o'ճ|@ S4Ğ7UyDsF<2R`a7 4*nI2pT iFސXKAѡuγA,r(]BE1۟+J~*2%W46O5XZw01ͻ_r^`xd&g|4.QLn$߬P@p8;*ԥס4ɘUgC"`!Е:Ȅ.$.@A1ʄT`oU@*sH U4 V^ &Gk͛ٓI(aRgbB>r\եhnެnޙ&B}X=t]c/іEVIMAXKU*2 osjs5]P[ݚٟ#&!OGZɶU XW !ϦuCoL@QG=> (U14lE]].׊ĈsDA34lZHs bx`OE(W $KR';m?qe[ Q2LkҘM'ۢbNYbO`g!(,n;,Т͕z;kd>*"q0rS !͇^ӹ/m.jYU+һjD)[i&v슥Ike TB¦\{e^NĚ"X֔Pje;0~4bIOXCTf/efԫ!S$4'x @D&Vr(+ȕ  (9sx+žcrD%ZI)Jvz79džT@S,"-FhO/xT_3aF*l?7sh.&kP U ڔlF6RQYl/^`RB@zg L80zZ)(P䅇\H-,B|uu`#X^ ªVz &'Cy(0. ̋X:G|8:mSzWXɮ,7uV*:r*+멶DfvUY;%B3ɉJh¡tLZ&4{,Q py?'6Otf!a ?rPxR5ii|49 ߻^'^ӊvwsȣ?D7퇰l4~n @WW%iPog]de}kIh_ [wƿ @y$vr{,1 /'()бyT:EDA :2gdBK\xnдV/TGu逊XI,\&\juZ`|q̒,?|@n5hZA}'UiE_iSt01R|ML C$%|GMGnХz?S^k..>FE(YT5-N6ף wDd-5󑉥MVٽwoX"|dN S j A8FK$sP!ܡ=~Q[¼/vv'&A͞o}ϝRzSt=tEgQ,p'[aH?e>en8=TGY2=ֳ~%ZĺV41s槌LL-2+vZ-9z -[;yJDl'>D% +NJɫ+G3*A~٢o&G%$Sl17 *2 V?Pk2]z8s]:"uF Ql7^_3{1۱osN#?60 ƠUv aWf>kC[4\oZ4]$ v)p[`<ΚD# BKlϱF9'b ;TRs@M}鶏.:tpt%DzzT : shD`>S#TRGדfQw*脏Å9lͬvܞPowx7o:͆GXjBO1&{1it}!ULu*h[%Iz`(>ǠU=mʫ]nBtu4fUpن>6&g9V Ch]ii0fz'u~],S]^mP1p+Q͘e a]mIXv+)fрM "NO:`C3ײWvkA/Njiq`䩮$ߘ.wݷCGzת<9|:%t3a1cSIb>@g}=}dy@ ]c>NXg3Oʵ/+>ߺ [7;CaA~~n1OzxsW4NpN[NjƵ)@]y!#K^hrj&`X6: äg耳͛ @zC:ࢢ*r]HB _ׁ#h8!n9*nl|{p2r!7.¡tۊJFs_T8mɖ}m/{d H }\u$\\qTU4xe$@/-^ǧ:il Wˌ^ljo~r. f='mwlѩˡ9<:>'V%$ʡaM4@Aj)BRY~^6`=`8 IM2lsڣO,5b~(H/?2P917_ܔ뀿 3Uq YC[O354v2osm 4yV ֽEC+;ؖwݛYj$T 4])\3/qguZ f]F6bi3b&I IZm?V3fiE-I0aV&/O6|rZ&;"`^3Ts\r/QňA;n_Fɪ C￈G! 9]=NXuIL~U£wW@N5?-z Yh\yAUǤjjThFEaf$$03(A5Պ_)~0ج{/ZV9J.ZX,N=Ci`; xc/OIW*yf@ s-Y:1r#SKxWJsFgd?|fQ`W8&H[>*]d)zf7+A+m\_`iηV.97Rxsᒨ`eqO4fCs+?ŨzT?o-X,8#+NpĈC Ai#M5/X9 \PeȻo $$!/.N 2žc/fHS-PI@rk-/q^ioF8ɐkU`2OΛ_+7]=4 9ՒG,$zZ`-L%&ymM3N©%*>䭬TW-]Czˏq^)%㼻6o\cd{v.̭wcJ‡jz;7bwz^*(vB&kR=bU?"$xߢʴK*$gryR9}a$uϖ;<`Tg% Wh6^~ݗP=c>wL0p[V= nQE^u8 2Ӛ`IW/LB΂Q4oG͛>ꄁstX9h$ Eڰ"|d낭a@³Ovn1 'JПun?lFp dPi)l8L]@oֿ?~2RB!n;{lek`8/|(| :/wХ!}Ƶu"4-4Hu%@7P`{Oaku H!7^\T N𴒹~ցbcp . 0bM?Q".?ۂhHDNOlDBg/z6%0 5M5S益,wT\\¥JJmȮbC݈,$-ל-SJtnGV-5x![0 jHw]WܪWKu"Oj 7 I*6y-;kE2 xc3Ձ(ْh4+fCT3d73-ԣe4AvH}{[;7<51M"(~aۢk^@CACS}jӚߌB.1<'ѯg ^!x܌ PuKDZ}J%L*vJ(?f5]s'IّP7$A~ȵha>ANLg"-'FmJ8{ 1HPB$J |`uc TIr3gk y}t7F62MK$A)Lk&Z?W;F/3HND\dž⁊[v/[ĄRG^lG?WYw<]XbIx^֮b?ѠcA-vyLt"4QbgM\!Hq3ΉaY8keE7lOCO#W r&ảo]#߅2ɴ/(A'GXRl){Rjg*"&3}C}ۡA9ͻoXyL x-Z_ -*0Ch8zdq׸,G>; \~-Z >ݧ1'$-lu[L&,zNՓϙ5Y{*q~dX ,t5'O׻t/ѡ/|JxgD0vAb∽gk3q݄ܪU9&$\Ӥ"&Jpö80pi@s^[T"ctߘ?L1jXx#e}0.O5 KS=s%,_&N/`b@Y2Y\1MDoPßI#=+hO\%pqa0('\Ι%2̀k :ߞIǣrxYRIJJܠ_xHJD<1o+G8\;wn't"kխ %\߀fgTHS&}Ra4}rb~&U|Z7]<:00iUovP(q.)p&>n D.oސ?* 5ڻ? 1sNyo'J/u>dyc~J|Zw4Ɠ}_6<]^;#{;[J Dc8aNV=|E%_b Q2D%u8BbY?N38rruJtMb)&r۱氽-ol[Џ5 ]4z=clw][JK?(h^" )Yl8kY e `6{;-*F8Rs((fnpc5H/̊Ijs"8OD8YWMwUAaVh!EhN gv~n)Ѽ<+PRgM;V:zp=^meϑsv6hO *om-恳{2 dBZF ۹1؂y#KN@b ㄎZeϗm%v,ݾ*ЖOl(f́߄{U:M<7+^n-;* @v؂dg҅!X;3(JolA6l2ok.MҘF"tc框qjɦ=XCk<*0֭Kz.TI>(i?#@B '_ϩׂ@?+Bq2}9r< G`G>K&0$K|TLlg*&<.a#ĬhP#Dl[86fZ"5?^h p<&]/rTN:iڂmuXg-M5+ai=X- hRCZSB"ѨN>HOn{5Y4<^훩!'0#^|]@"#>f׌*hb$;cUv]q$jpTdʒcWqӠzv4" Zؾea,e<$P[o'MŝP1ݬCHxM%Q|5V~wXXϪaH ltQ-nM/gW:78@NW9E ,"=M#ySvJ2=9 "|G.tަLjէ 3 Ǎә0-zb ) )hsajQ^9(*,3TV?v>Rk9^'e>ϋw,N0iq|7ТOjH!0笿PwMgBtaOkjې1]% {`򱯳.c_XDtۡ3u7]$IiVz~q۴0'w^@j?L Ck<]04-y?Dew;gUE|5diUϡu7%\ } Sk WUa}qf3w[Y &X mԈx{R3u{$GB\f kAtZ萱9BXr{mʕfk hf!>~w ~A 2 H+f2c_Zyw"g@,64R˛n k0YtsЁ jw @1狙zHF4=]\K+}D kly=M-%pgb2P$$Dҋ?f]A3|8nrdy$3$L1sύrҼbD5t2.0Ji34"&/đV|h5ʡFG n]_ RjvbGc:,!2`5^LGn3"\bZ8#"aN:8ד؏[IrNlmR  ,8}"qmF\ O٣|Zpt\FHBne/°Y供dXɰAץtD  Sh7'--h99ЭfsdWrM9%qPkW/m2O^ԟ2tȮ][GNڌ%|t2 7u~+pYOԝpE-P/o0*vYwM@5sk-]2Y5>fڴZ80(cE){-\u"+`;H=cM,=hMx.Yfg{×oݱ&4mtr\]| RYgT5 f"L-[=SE?j ReT^OFw~j$-sD x{o̥FYu9w)5Aƨfm[>uK K0*B + sn@3я謤^F{̤[zI}҈%%ݘm 2а_r,{Ŷe =r ^sE+ؿĢo˕L&+ /;TuWI{S)FfȠ۱ t**\OֵZJ54$wQ`=q4kЃ^z9oVs yCn9$JT-G3.COT|+f `Ov.ϑ)ej5/Wk1EcfV#b\.Ң=" =T JBE>`%UgSv̢ &e; Vw4dDM(>cw\+j;՝#Iߗ-?Q !tnVKuy3415YL4dv95 I7 ~p>{6$7HϹKNz堖PϢr8uc-fcIGPߝ\b:l "j 0 E;{VbrCˁR} l/"[%*$ZS6.ܛ/_n/+Q>T],}OO}`=&9qnezQ #bWҼ_JC(8a\O+d,ƘЅXңX8&5? ~Im@lP#hXuKī481U)r_*a*D([9J'PMPՂr03AYYŠ N Y'V/jSlQ?H',co~ɌZzFdmvByVx zư G\8"J'8t7#p0&"DC5WR4Yw@%"s{޶PXbiu *Ok~d?\庎ZSș%e(~^UJnU VX*,JzE l?̪,S0 [ghվ0Ya.B]W+y.P]a/Cq q@W Yf}݈h {WD|OO-JwL H/G;m R&θpaNeWS9Cl7q܂Se]p_gafV4>M\7J')6wіWu`OtxxN9cïE]5=Z8)lG}T@}hQd15;1TR9$эދ!)Ee8Mzr]O縣Hꙶ4p",4ucW,D;%J)kuȐǜY5i{L^}(Gm6w-l E:SGl-hX,;VϪ'!swe^e䱑i X =zFH wNv-r1 _'L/S6wj3YG({i2њt=r6|V[9Fn2B<=D`kR SIbϠ% wv3 vxOW5%M|x:lK J$#iNfN̄ b=7.v7O= VySQjx󸿉1sZ0%$tsWԇmGd!]EHE@QyL@XhOMOmSx61މWw,F oIti1-E:`}B mOVh;q+I\/0Vtw'6㸳YݔjE<2intK}9|N*5lyn7}:zZ@g^@^A^vqNN`>FAx %uaB/.ٲYKO;FqAbCSPZP8ґÇE{{([͉UuGYn! X(j@R*ak5 6GbJ]/%Ī^nm^B2oVmO'Վw\#sq22[W*j0!!,eOZhuVic r]Vt+MqtKZgԶp8$n e!`: rut$h;VQ AIW^P۵x75RnYyrl*GΫP@Z~A__Z8|MG= c KX+yR1-0JjR#S." }Vx*pG0j2! Ζ [ݜzهg;|$}He5V]nv^8jQo&4i?,&+J^b $YpRpDY޼ exhrƟ A| ޙgk?zs',@瞾69 E)6`[Q5"nQ[`[*QKnJfA s c,Q5V`ax/t'W:74ןv>t; R.zΚ}S /םΩD]X? }okw\l{ς=|nrZI<VC@|*LH? }oQ +`$$,0Ũ8XT-h Fp1 7颕dd#l;RJO20IȚH4|7qA@w@#mMAN+® WkM-% m]/0" LB^/6/9r<4jOIGGVcќnSSA8y^\Jm(+fMspȮ(P G@̸q02/<,t%%5j2S%LY%|4㬿BՅk# <†v d$-P^\ kHRvg$;% Jh4|$orfUO q5=F"(-lS̄:按t]0`cz=QKѶMd#PN rQ {Kј?h=6?5m u4旴NK "%ERA0wUq0Mv&Mz0eRz'Ċf]:0$ b~mbJagHs0pxp9D|ҹ_SGox?EVLl|*!ʥtcWK;ll{\o?*WΎ1uOsks ä@Bp-7vx V"]:uWZC?B|z9@K wWڒLg g|C~Ban :I;vUZ{!08s stheF&I3߯n8i9%M3N߆ LUZԍZbjU$:5(e_ u|qyO\LuųS0ڄ|u4.<  hرfo38¾n!**+jBcp +81]mđV,tLU%0xf KÕԜ{Vi&a)^kj\Y?zTþtHq(]%c(%d/֕e7淞*uMJ&N61gLrВ&'b0]\ 14=5Ⱥ˗z {9Yot”:lg7:D¶"Ԯmg30K\5V]\#|k8(ȼW)%_RCpb7¨h9.@+l#Zﬤ"t$jla^K:c)CV(t?h=>6 k؇d=st=.*._Iom`}zxD}w0=1m$,=.:H. DNj.Ta0p/UpC0l=VJ{խ5^CSKVma)ӹfS`wḄ!pX\NbϲgC:d97#eUBN>,MUFs0˼!1{QpJ`1xt֡6l ^R^~pצnQԵT`̼BE}S֖F)daUqw)Ӥ]xkL^[QUNr~>K>FaiO7gV$xcRJ~ͷJhTyv3pثə/M:jj)(NDV>e#}g Ea^g^K؎8.-w sВZ^YP!|)s'N[gr[[%`~]Y?S$GV[3X[uRT`ܥ#j(: "3\) Zs|ơtAZbg)hNt cYt/s7QM,g lg\>:$+ >y2>2E1zB;nҔNEX!pFovb%̬:Ozֹݕ.$04hzs9j"` ]{(t3rg=R}]h>zEn}K Ry?\t |_[Yp<z-)\c#sS8I[gRȈƆf58T&~J&$;k,r8f1*&r||uԷs)uy"`Izθ]wk{3oѦ+H}HVnxXS>0AZ~ZS<8k$3#yCn91*mN[A4rcw.pϹerqM A0kHcԈpmmܮF53F)zA03@ ]aIRP_v߼M0\6zۮ-ǛHˁ ;m`.)HKE߳4KbEBdk1)V_m$a\'DUݚkGH<ʴ'9j;!uYYkºA hf=u+f H"KJ+<YoTt })Uh sƄD~s_9Tnz>yX`z8um I]¥l Op"ZAvy{Q@<^KpѝK< |m{. X|ؿ S$Ǻ]H%if}V }2p`Nh–3+$9Ǒ%(_;5<> dWܽM}#} -8TE:CŢ_UC{ĢkD;uqEWje4 k45;EF^!͕dh rՑ\CVVI, < <RZ!M~wO0wukAgN5~Zˬ CJ=L,=܉R[u2@w/ rSVYo2&̅+W*2<)=kbɼS7Ifu6ǗSNg;V"TjB/nQ^Gb,H'0 ݇1a^5ԗ0%RB'D0ǽxׅ{lD./*ga) eMPr+ݫUlHφt9 l!{áHS5>/y]1?&^إo6^b^.z->]tC&L\_{PL;tuE'iWC!3H XwP?v.1:Md!Nk1 MRAmgK?'4u% yα>ZlmWHDȝfȨX*{LѮpQK~.:6Qq3.P[΀K q8W>7?(O/1^=HݥM3~+$,b5SP67rD r VhiU-cr̪X'ISA̖M ` Ӯ%J(Sh&Ǭ c{0{-d"})<]3') - N)G%BAŢLL,J>جZ"ݑYrίBp{ޜY\Efv T%-NPU1w3ݎzPtO`%^]yoiipm9"XV'4g>&EY{jA.umƲn 7%xvڳ|!R J~I?UСkeCtcl!zؾ- 㙊{Jh]r,ڟ6׶uȼ򆒐3a{1}bjCeM:K1؛^=(*VHHo2XyuυcFFz`^o.)c׻\ >#&vFn(&/d`r:LB1ׁYMox7Q! ?\m$2`.3ڇNxq߭j7K]"*M~mDЈ2{$䦻5.X} 0#nU޷qD}#+)o%qŠ_rH..VƸWr6ZObv73ӭ8U߯7Ӯv1|~$"sI_E۸ݺe%83|bV§!12`29){7eM+"P}J}`j<y^}08ſ9b _fxHF8zi,)oh1[ZYqg+HWH_\KhXh7ppu"G`2oknć,8ԶtQSڈ XKOᾳk:yi@W͒CZ9g0kͅ4.Z +/;X>`w;6㸒bM@(I_]b́A÷Y~)6IHe˦QTdĢ W.sPKRw)U{ qPX7cugB; lr~ԛNHMlkrfnB yɤaTb"cp0%qNpG7_/^%Rwzlaȉ&䊽GUk윍R+}!%aV!@^:d[ TI}e6]bmAkc|8}:-zn%,hGMNhŻ42De+ }Lg12$4n |.,+HN @ΘEׅ1;CM|.N]ڢ}J+%ŭܾ̞:BzMSuTZF$IWg킈T` ېD\8{l  Gh@z:9½%W&\%sYImܜH=GkGy$":Q5Ju(y#N\} 9,)ɨV|y-dfd7a瑚Y5ṄlJ׸ _h'ϘK+7%wڸo/HBmvv@ frz^+VP̆x9?<{^D]w9u}֮Ԑh)t* ZKSSq^lrw>?HIū=V},n FE576Ygo-8 Ǐ5aY[E NCDesݣzM% "fE>+*jPX˫˒]}'.]Qc6u"x~gIe' aEMwDC.oT~H S{wiWb0{3p&X}w :) Yr%4\U6Fӓ_gÖ~ڊK| u WGd9ہ(MYAJ' ?>s֑{Z`A={h͕LY׾Ӵ3Ypg̶sjexPFoiyVkUז]i~@RЁ@l1#!v Sr-er a0/_ܯe`ռwJLL*db"e;j֥FRŕr4O̧9٨?~ WB!,t{gOH߂qk0/xogשVમ }5yo?9l1K*xXLA$alVm$b>oQ g t,/n6*s+Ak7[4,8CLȆf3ئ+x|)s[H#GCF̥2WgV@'?lR>$awXvoUpyAu]tRKThkc=jGQ0%aX+9|_` #v. c?q\(,挍A]+SVU vL cWP'z܏3qdo/_'9f6e.3|V8+(`WϤV+#VڻMy]b4 {jdMb3ñDm-: ĴQ0>oZF q'1&hI{[#cCj .V $f'3sUͽʔ˛>̕ƖL9K`H7\Wrԛhtь'ba_E8>@,Buݛ{lv>3/H^@RQ]P9nokV[M4K0*A_nALw?UQgG ]_ߛX9Z0*zlD\AD)e{K%ȴX:H*aŬ[ɥ>RsQ^>`S rd^?XԹhjR\zn!6+FwywQ(vl ^&>!96yԬoԆz2Mi|5mثw2~Oi9c{ EDh?PmQYXhuJvTEqr R1 VD6 wdX\iYP'H֮ _+d \H!u6 0 D%$0K ŰmqH:ͮKh־/ѝS2,ӯJSd8-sW;`E-H~,e(XL\ډ>1/dŹ6%6&PgdopH4_R1Jh/u,jŧ`8G޲ĕs@W=!o-,hq+H,nV`_#FrB7) rD%}ݲ}?}.\A .k}U?? I~/C ;= vZ(b5kA3/L=b%pBBG3ui1'#TY9E'7)Au h_Cc+/,`b7&\5|4%eى$Uϸ yٻIjfU4!ۍˉ+fPk=υr CkhvGAqdR*+ײ:J|ä6ʢ%[?,ҠXqج=~yZ}e>*ꁡ3z>G7hITRwZE4wbOR\d)֚B#OI>$Eb,9Ͷt?vkSLZ ژqƉPUǑ^]C.~><݁ŀoyͶ+e@EZ!8.2#;1G͍ ]^1eaXaP-/nKt@fӒUsv%oLWVOnxGG*yЉ?,fx l(yP1=:DZsI&-cMssIJ"uĨ/%W#@ca4\K3< Y$;RMuk Xi_I{nHNptfU &Gbk ݳKH RhW)˧JR scM+\'WzwjB3}h(SE-˷ɀ*bڔ̦^#~zzݜh(Eq~^aw ^ oQWNtYX3TܬqzPz?=~w=phs tdS:tN&Ote wuٜf9c"i*&[(өE̸O dzΈKU칋 vllO'CC}vE g7^hW~wUdk:J\70Dp ǥp.meA'RR| 8dzԄv,ۋhgC9{\/ 6^2rp7IýJ.[mKp?>;xAjN,7`$h1T0B=%쩮oPB@ =k~":";nbB N-[Ÿ5Q.h/C)^s?Ÿ-tIƔ\JA25sgcrhd y38Qw?+Vkj}K0ӂFUlz*} Ӈ4 ϧOfOoyraExu\ 4$H^Z5~;SH=uyuvrdӄxH|I4l3Pan2MIAba5O& { 0U/rvߧ-2,UmDѮ'o`}vD wHf5Mˎ !Mo]?^<\.=v*TdQbGjqd9wNq7#Fx49$И ac}mx$3~$Zx;<M6Y"P Χz! D}h}4jП%|hygz̽* H>!@h73^5XmG#^(4H-PsNӬK$ C;ɓ@'Wނ( u0o;p!ѳc@%WKb@\}}Pxـ+rO97;QL 8ʨylJ F:ĝbpjAau3F:(f]RaO*Ҡڶ]Cq$X h?Trjj'saST::M}Bֻ{, W2/E]ꑆD >Bj7(4%Y^].4/R0Bn_xnwXܫVp`%+oLlXR͂Jע%-ˍPǒ.+5 ˙&ɫ ݫA*wh-/O0 œ`qc4ӧ!&[H\i!5n;Y*z)R}E~:4w'lV3PsC|_(xC:`nQ] dے_IXUsɬ̛TߘnLwgj0ڌ@K1Aw["o =/& ta/q Pd-VIu?Yx7/2߁[i?Nߘ*=)[5-\9A>3׶-iK*ܡ>8k܉6IX MoWmI/j(`}[eXz5fG+#ʈ$ IÊ*HFjW2v|L` r;5 ^C:]&_6E,%Ō<Ìdl6F(QdckqJ@6Wlu4$iwn,{tyԙְ7ʘEa*7,zLT@i9-l%{)( յOY@9duWO)(7LcM @>7hgp=D RH0&fZ' TbgH8z Uٴz)mߒGL᧹ިWYsUo*"H`:+OLe^E oy̠VX Wjd#_|cUYg.: "}uO94rV78 ?i+X̩otlt^ޭ#Si7(Jwwφ!DGDgOtFuя"tA| <ӞS^΍*U f^ps٩ rԼcgбQS$zK.P3;ζ[DdϘJ$" x{1D,fc.hn2cp$18ؼ\eʞi~&-5]컍_F3m=4"v=yCAt=V۹V >/YIc-wgzh+:cj#ؚ'RE ZylmdD1׵z~zBC!Kc>wj)^]]FbbgT)V^mNQf)Ty'2K9 _Eݟ6tAhqM*oqaED;!>DKE2{5Eh˩ t5|Jd$& ]ŀ]C}wh}rx*qB=ˬNג**W,ERtySY87X?ʓbF5ҼWuq6U0\ 㵊փʫXa<ːY8`q{k53e7Gi[д\AQ/g+ iL-0XA#E'zsyUr;d &8+ʧryvHxGC{ 3ܮf Ze}mBe{mgT㴤6%y!̗p6wZ}BEXMh@P>v厾'\3t7b"FWRʫL M"=$ck?rh#]yP18DMƗ5k*תZN4 K2+0"mM딠`*h (4wMV"a:pQ)!4i2Z>LdYaHreJP_)tBj[d:vR*!h6Yz]"HLp (ټ4a"@P5ӽ(rcsZ<ܔ\ ,W'1/ҟWp!Ǜ< FIZqg@x3+VTEo@jW!W?37[*, 7 %p>F⯙t{˽oze9Rf33Xss|JFj-y)Ld9D_#bmQiCNBhv,jGYخ:^䆭J8+L(G/ݖt#> 7~:3&$+IZdxc+S6C\ fQ- ҘLfyuuҔ& vфR; 2tdJ`͘kp\7ÈΗ .}$#؄l#ҔDz7gM/j?$o 5RyI /X9jݣ_=7@ބ r2P֛\Ybߴj_ Y1ȯ<!<{9#h">=κ zxdH#hY~\TΞpyi !zA^)=άlLGĒ:P٬ %/).Y۶ ZH̙qkf#Ģrrz]e$FTºcJ~~|^xDހ=:fPص޲}%~ke7Oj]*b dz5~yPv] JB@KR%zTrx j:>֞'X5" d6ղһ ?F܄MƊd]uQiHqDߢ"1ɦ8T@)00m#31'zN؞1uށ )錈MbXJV*7 2Wɷ`mMi b* Fj'.?(>M1% RGm*x9#Kx?0ur6szJr% r'&<$[KNpXFm{$O KA%G^6}V/Xw] ԂԚ\f5lUu 7vKoXn5V~L%2fIlf1J%W`tzD;Vw 5u4O$)K c!O͢V'/ T(_ro tpMl Dl \k%10YƮ =Z[ RV|K~{%_{ap+TdLe2ĖVMyYD: N21ݺ` V}f &.b \C ?RF}24S8qՑT)p4tҖ,Yo|T-EJ܃Ķn[$mdhԛ`DQ]ޟw^9F H2֝pۡ>h-)bH_Q- /vt:EQIpgS͹)K @7Ew Д(RxHy>Lc1%_k>T[;N+!hؓ^Q4ȉ>fِҥCzl!r 넣;e|% % :)vزB֒ҧՉj#&QHѭ6XftW,x/DM<Ѳh7T*ZZСDs:L}cUJd:䜬U&Ča4Yq]5TWd*pc|o:wWa8tǀ[rkX#wtS$~矂IUm4GVBT!=u4Ă}r+Q730mBZ^r;lGfw`8vM$>ܮ;^sϽWFԅ y<=yx"r矨Hv~o m?"`\ծIS܉nUگ,1Q* r ,ہBW+ȏSjg]C-$h-~+wUcQļeqiRN_<`gS6T̃(t % TsP564P<#B3!Ͼv: :?\|oI/eCo׳H:盐m}g< cal=mGag[Ch:Q> IRòˎ; _IzAnẀTl!+ x V5/MұR78e >]޴v# l5ԕ:)Mf([x𸭝ɽ&Ac]A `R]v^Z4D&܌AG@Ncb8V4p;go1fUzSzb^Yӈjx@۝ݕ>ށ|1 9(ޏAS>=wN<0iCZblA0$d!}:yQaACbU俕b'/c(18J 7~%[ҷdk:6ww^ Qͣrcbʳ't [L @ntc4_]A03(Lh)yH(*s0z+}䅹-4Aխ[d:mtm[ krr*&Î)̈oz"?"AR+`|R:8[l66²~: ~26x$?)5b;bPpW:uJZeJm9' Rď .~u|'&@>@SBTK⊽zWB!hOd 㜗v> ffKE]ඉ~>B\jIJa,(Ղ\J9Qj%m<T>K MZzWEMa*Biݮ^`o}{vD,S<@$!0e'*# m !Nv^pH  [pa )aIֿ:cvNZh}x<g͹#gi|t=^w)E2gl6"e@,eYb¸B5z2)|_+>ܾb{q♀5izj_D$,N'qQh$Yr8m鬒Z/dTMlx$Y_AQIكHC+\ˊjn^uӄm|ĸjVrC3q_nr`Ux'hŽ 4x^]6Q'*MN~6 ī"7ni DžɁ\*9qElYj x ]uE[i #N_UuS=Is73bjp72?QG4Libar@ՒHD{;2쇲[r\JqiaP1@W]q8]_;:78 9q 3: Hgfh'f4QR(k(|1-)lwsE_xk8[i8B26~ŒJ.RI4/l*^FcЏZEcMI?%yy3كR%C*ͩ=A6Sk"~B5Ok$_"7WyQ}}eb¦cgWAύs- uk>Ow7g'>RxSQ4iFa>v KQK>g*K{U?X%9z4eEQP"׳rXiz1Sj+\[(v_5GSFC3GPCo,e' 4\ ||aX%Ûn2ݔpr OhpdOY*r~`pY%}/b dE08?Wr$6Xk_.=37lc{u-J4K}"gltKz^ tAު_4]\Pjg L@KhĨ"vENSyzQ[[ 1B A9BoL~"9p9°naL(d86TRIdTpLZ%_3QΤ֌+xu5]y{錵%]w+b&Klܸȱfd|MW8*ٙk%0ے45o/1M\ %Ld48vTT樋\;U Ri}<> i8C"G%l0nh9b,M≮'f 9|Xڧ :Z`y ]9)6%}J&"iedIDZe}ީ2 ~4gbIE8.IUN~*F"ȳZB!=5Ksfsi惚?% (*i?==Gմ2a2oB{soeʣMo=}KU:9z֠Jyq^Dž`ޫ2g{ann#xU 7Iӝr̩/Q-su22;M(!6T vv@\DtRcJk:vY򚦨Z(5fff_͆qF&Vi Y9:^E#<_ح}B>mr֊]&L"@G&p,5ɫ1%Z낛l9, ~fK¹U;O)BgU9蕣|a*7:UR*?  |@[mKb^*|'X0YE'dᣉiBm^Irftݝy΃bW (#װm$ O1/ٳqцhETHZx #OA֚¸Fu;'CL(LCj;Tr:<5ָ."-(YN;XiAMwh^WsϙVqc6K맚]5y@%I։\/AXH."NP[a ȹݣdS|%pQd.\Z+Mv`?4z;Xf`<^x!S"Zo Dd/a*)B?+q=٘ecR5rCMjE:OOEX/7\堰n:;FH cr j] -)z9:t$Sg=Hh ){Fe͋VHqL OH Q\Q/> V&"`HS`Lu$*;Zl0=nK'ʑTlQKCX菲+P =1%Z aޯ(ΞaB.,]$/_`{:?/8t,f:.'lÍMnMMLYȬvjbm.8+gjARX1#A@ r \@Y2^63zj?kϭ|1:?5qCrb}]tM{n8vqwXk4lH6'8jn(hϬQ~;M6V8^s֩3`"\~p8m|$w_OJL7!zXNIB- AJLbœK8oz0 3*g觶xcoJ c̺Q!J]~Hx]퍎rt=5KRI3|J0 [|)ssi CAD|D#@Ԍs3☜fIB=UJ&+D2y >WnzYSd(13ZS#}aq ZĦU}) "p-Lh"`mKȅl/ @)}A|p8$O,cEFiT Lry9L:jG/l3vgpօKEZϕkVs@ZNRܑ=" gϡ2 g>\_lzJOmӽtDS#!SmzbMIo{P:&>M}O'=}g YT&IJ:uZPdvxwAXU~+1 EAO,ژ1/8ly@4/eYEYl-Yؒah쨬ZJ0w--MI FfkOZ U] 5"gVC [*P?u)_DEn%,NwjL⑜?J-u[q*Lin@hu~(k~sWGf V>Ǚ F>F> dCk ,K HM1{ߙR=_uͤ2* $*u}aa<爟7wLe!*=d\vIiVi+mf=C!4}X9 yfVCr,?,^otʖqHFexf v/\DTAM? ̴ku˖> Ц[1TyZb[~W Q((zcf|TQ6 Ҫf{ -~*^*>w@VM39۠R پsgg_xMyNB=b șy7M aJꮨ x+?n!tl!>. mKGzu׮&g;mH"U~XhWcY_KDMݧO֣F9b`&|[1qk|HRO \d'dCNuCh ?'RR!~LjbՐc2#HG rVU@՚nhb)ʹyYrA74Z])*&F8!b`,瞌ÿO|,?0 p/oEiڻ|Z+?4C WN Q=SF.&(½h'k7Mԏv`uzcrî;D}K'Db!RGt#m+ȣ Qu&b9w§Wo1ԥk?y/j<"'˪mV  ⊧-,P6/Z/SXR^<a'咝 @)uW]%*QM^Stk9cd wmy'2 *Ն-tOJ,Y}M& Nq%b>skcb$L)B#8o5*&'Baf E}92= Iq/g (C鏹Cjjc)(Z.)wdі YQaYՠK`uOlַcFpODS1 RտSPĢxr̰\$)_+%ý] г/6=%ge⛷Z yBN?uIBWH(h1}}uAsx!i;v}G۔WAS*|FWd<_ns<&(Z2=K|Q؜hlP*K4KP703 $˔Au}nʷkVBwgP0@TZ۪EyrWZ׵b#0ESƥQzX/kG$Ď CUN톲]I9q$15W6El(Bql^$TWn]-5"=50{r1`m/*1p]&߿;ȟUR[>GI0Vw/!ke|<ȏp<q Uވ:у}_mT?JLROvHGRcH2(\L虗t"[/Ƨ`c :oL*Bd< }4X@HoMՖaBB;lו@:qiU{^$Y $tXϠ3WL+%g⎣J-S^0@._$-5ɚ*y`U ~lfbw)Q3j,E%ӍRP_&B_|PQV̧ӻѩ,32 U˕vN^>3U3] )܅EiGh*EvRڢX32ŢV3G;r,$ &@BSP d9.;pkM<☖-]Y_lPF2^uGnX_޵ڠ?]4Zfg2wz#$i4@@jHzQXb.n!pr%xYOR-fv2k%}_H*[frl߆YдLnpDc=CLӠԐ}=KBQ6d (j':6(ąΞi*IWwnlj]S;9kpЮݍu=!6)GׯjAin3W9v9zeje1SdZ PBDf-!L32BxnyWТv <,ExGƽ947- hָJR)Qn#9Ȓ_P|I@r'9rz8GX2k_ o*ßso #/p/̌L aC :I pVݘNysJ.|YN)XZi+)l=ƨ UjZEL J5@aqC;=Z^G-507$DgLL YԞaM!4#c[“=<\R: 4n4?}Pc— 5x/ד]iA/ 03<3<3$*7w ࿴05(m #hm\>`DXț.Q+E5Dez^LC>P<%Yc螒?ԵA!ݭ5Fź]e1BD.W3_3H~n\`7aЇ2ڦpҿ]j#!qNh\F:,yHk}wG(=ΖuS,o3Y}~k͛j Yɭ*f-@0k6` Y&yݹKPvKi"M0#hĊԛcPM _w Kb:dJ ~]h[McH-AٯvR6h"h%"PAzD[6Tœk@ehɗDXfcKOL.%X+}1[(Vf%@Ix! ^*KaU;1krr#EWфTiUu"Oh[kpLon*P2*%,6!g#vIA/[Ž1 /joCÅBNѥ^Oތkw\lh=6bNؿrc]o(IgA jr|8F[h (R$(٪Ļ}]ت+cbg `S>7Vh+@/tpz ݤhռt2lU,ePr5yQʲ $ҶRzi5Is8˻ޫhD7~$>vY{&/:ҖCr(v _e[gֿXj@@XaWVE4Dm%VxwjȵxTGS 4>y"L#*&EI2B#/@QkPLlԳOڇNk{X0 D% €,n)s;gM! *=fw v}^ezՖ868=?aO75?7 ]Ce-IX`?Yπ#U+ y! a>|X ~d^>w(3V (1"}_gUR?t&_{b i!L肦t4On*<'%k$00s߰T %dYXzdR9 N/pcfG u!Ǔm 2'Dd04Q‹+cz寁|s@G3\ɍl_BZï0@P*,_}"2UMiܜ2cwx?Mme bar#9\*9CztERNTڹm'w9I"Hz`$e V.&.l^y]|@ 9X_A~{\"',4?#qXhJ-S7/=k:4[ u ]F]XHk0KaRYTw:dAQ8.')JjVI%:d4}.@v㊗'٫#K؅ S)W>Y:/r>Bwa#39?ܹ26%[v2iA X1ԽDTɭSlT) k$f :ѡˁ{fU $f_")!sC/xpQ~j3vsge&edC o3C9}KD?r+:4\۪qNBqfMs>m]ظ9쨰Th@|B2p}˗q >88"\p*n~]aӴHCktɞêRSJrIn$U;Zenc"T|tT1`@\2^3ԑY93u 9/Nw _s\J@AN.w(;qd!>^\aS,AK`-b"<[Bl֯+ۢO/zv.xg:luBaoPD᠁)gXϕU|:C.ګF<~4DSco;\p W,J3% rQZdc^^]G;!\@}xh9! T%I8^iPtyHaXB Y?ɵm3}P2z\."K21f^< oj[LS~GdFN|~ϛ'綶SQo~Z~z]"mU(HB{!W0a;n Q:!n%9cEbÞb3x {rGF(͍[>c*m̃ !z t))chqN}ݻFLjZү+(nxk?^#ڀg;ڪ BMA- G-=q?O /u{72gp丢 syKugvrix&w^=V(+lwEb&-RvSxGg{:Ưٯӣ(dwnVt㩰m;1(GK_޵hxxWSi07p+|m;jx4ey#`C P?I/1‰Շm N6H 1{Ŋ)\6ƨnIP)`E]fv Isaڪp-bA.QE3)<"\9F\8%X)oǤ{^[=З`F<(W^2M09<蘣=Tm * w`+l?زTgJs^u%|ĝҶ{ݼşLqDmCj x.CH%30|isVdwAV)zVmm=&bL?,n^Hj"{m\amh8h) &m%4WO; YENǢ1mN8 PIbxbfki}6c]%niB뎛e`yFkŭ8 #TM/9gLW$/*l-Y{&da;@֫[r0_F'P %tBSQxqq_Aye"JQ,} f@ jiz@5?.QfXgebd(O>mTO* jĢ[t;'\HHA9?$|Pa ƙewWYs&JH:/tϸ=܍]gsIZhjh^5k&"' 9MOԟ:S.hqo%dlBc%cJŠeIW*H L!lͨqT_)QY;Iw/.m*[3e4+vx3^D O5ɠ5kN9XYL=JݎuDb; ݡ .%lEatqtJp+Sg5:6sRQ"Sꎂ:7V(>.л"o:Znh962}QY:)=Th8K* z$ǃfxg6-!I_cu?^ꌗ rFSV/6: 6noě߁ }s95? !f!x{ p!.%ܰ=y>Qe應@e?xM ʀ˂RzdШ41_!\v%y\Vl}"$\y/K,&!jZkQ"=PPKg|Y;p2/m b:(2#m| Y|#m3w76mUh4fO/:=Py~i:UJR&*~]7CShOiDp.1axKvhN9?-,0_lTNp#VӿL[1Db*~P)s5F=@FE7XD !DDb22uT*C]X`-"po(YSKIwrӭ`wV2wW{&Q#JȲȣ-gT5 X?$x{xo>԰N ڭ$kuonj#N;$(-Fy(bJ:{vө׽i&N? XFiXl=l3qw惓~}qQAЛ7`Ve[1l 2 DņLR|X.et/Y3`'|X~|&HT'dݠW`ʹl a+ms}YdeJb()pP%LoBE- ҷh|NLhURys%]0Dg)b (bm+gڶJ;Wp+q5a`$-˃;->#3$|~Op΢qt؉͓J>KG])V?#_>=qK)U;%zDe֔^s#ӛ`hWm6a˴90"y͍Q؄hJN$YAf:e~|a4X5+K7z gms$YF%zȮշ0WT6,T,FX&I©]䗿@vp^3݁) rp<Wp[x> b܎3Ti/YՎNlMYhhKgUkHq rȞ@g gګy*8A]l-B^ Q{P# #3*\ N<)Խt." >Yyޝ"Gɑز8E;8p  zQeq=(/Yt+ _GfɎjwQ??Ecbf>f&5BߋhgEy3ĞYax`83R۹p7f$2BaM9K]SWӔ/+|R#>`6'nIxߘj d;QܹzDg9B4l֋F$?ի}ZjnZJ;҅ ZSL_a+4NXZŪ*/>}p\@6FjYL9Cŏ#/Ps^)BٱOxZuxﯶ +d@%S;"*E 2L Ѽ^WxB>@qZ`0P64ּ2=9DQ֗Wf]ӬE?9C 7tjQK3j:i89: ӍѿLJlj({Rj fkp'fSOy̭⬑hUƴYd HjQ a5B %t!<6%3*_/R. f^oWWNg~S@ݝT_7MQ;#KJ~q湶:# )q1ֳPLu@f#y8yP8 H91+JX@C8{ӷٯ]0ֻ! /3ݖldDV<j>lcoU-^U"óИQ=ZXzj2y6gQ% r֝kx evGIS r9އbؔWp 1k2s8~j_Scs}{| jfnl؏juk@k13q El,ϛYO)jt0P#I;M|*(L[9_ vÍDQ0pg$a\Oқ -u$6[Q"C315ǪUXzUO3zm= yXe5P۱Gc}f5OI2?mpC-SS $y",@Cj|Ģ,kDb$%cmĹy h}~9ho$;/t1F}S. }*O )WRGݾ4˽nU0<шÍqZ ݈K+L!f@ Zz. Ї^z?XC2 +NZI%L@xxM]ciG:l<;7_h|z┮۳)} l#>$݇ \iʬƬH;uo*DujZz)V3Mgl- Y@wqϽ?@E{cL ~6=W( yqCϋJkQrJÿFq4×dD `K͹?v-dTY !o r## ]I2CqH5>LC哊-4!~!<p{ Ҕ6WQ9x?̃+; | vK 5X0wdE''LqVX}(A.Q+5`sBe/; <`^'yebsbc@ȴ"to-DmȘ 4>30\ B4p{ Mڶ×`P ܬ wnƤ\-\iUm/M8fM5~_<)!LD9ש>oU$RWrMe/}y̿Vf涩]S kPsX7k&؊G+ܜ?L#"p`X,yƟȾxNYIy`2|!:`qGA9gx (p@Qϸ[_df[P`!X=a:%}r1u_n~C& zQ f:=B+d2ϻb$;W@v.nujyg̳sn9эiI>0j2e<3q(MNVv2ΠGj[nF[@agO0vT 4tKlf[D ᨁHՈ>X%V՚|2kq%IJ-55x9_8e s5NG Ȭ,Rߎmr!u=KiykA>J{N.⾨0>qd >ui*xaBwHX&tx4;.KPVU.a1IG9OTه`sH|TUĕCݪ~Dq:6;ΙLI8 s*bUxY&\wI9T.w^Lz'4JlVm{=_4-);dq6ͰuGR"y+ܥ?<ɑKaL"5P(5)|[32寎"W.ߌ޺bKA=R trq 2BZj7LԦ z3=Y>x bY$Y_ (&6Ql z931^9ʪM_EBPRE~u}:P#3NK| l&eoGlvt7׸TK )QT)(Zj_Jf[^?g/@-2FQVy-GkBg^pmQzqqe K js-9W6ua.IԷA)e]YhaSŔ .4ln+zV) 0yCQ0 ܊A5 tMeefv%hꈶ0/;tjקꛔN7b6NmU]a'eOD]lˍC:%MGsTPZhJX^/ˠslO/DN1Jw\t:*+lwNե>oМxUv+D؈}Z{8ܰ  /ּ &;  YZ