libmbedcrypto3-debuginfo-2.16.9-bp153.2.2.1 4>$  Apa*!M@eee' p_M8v0{(3?j{Ԯp ϻ-MEEb=f6G>a)ҿ+gLKDcN"F-̚KjhSSEH}bv`3n4H^K 0I(*\?B.KoG6uH|˜m;)a#S2T.au8JKP`{fݎ3+NqrsO+=١|=[{3ea17810cf7c904be56e50cb0abe554ece2814a753af5f56b8ee2fe2ecf518ce8dd7c5a55ea192f55c6449e00245d47018045dd9Ra*!M@eeef@w5"# )ٖV5{9߬kӄ5޲ r7vKerw^gW.yr&ttgd(`F̽_o$x'}zh#dɓjZ &v)եnb6e?uBilv_n_V_`Gu %>p@T?D  , Y  9Ba z     T ,Tx[(w8"9":"FG0HPIpXxY\]^bcd{efluvwlxyz@libmbedcrypto3-debuginfo2.16.9bp153.2.2.1Debug information for package libmbedcrypto3This package provides debug information for package libmbedcrypto3. Debug information is useful when developing applications that use this package or when debugging this package.a*cloud105 SUSE Linux Enterprise 15openSUSEApache-2.0 OR GPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Debughttps://tls.mbed.orglinuxi586.Z AAAAA큤a*a*a*a*a*a*a*a*694411775cbc9564657c62c81e02f2a58581ef308fe0871bad51e223de1b108c../../../../../usr/lib/libmbedcrypto.so.2.16.9../../../../../usr/lib/debug/usr/lib/libmbedcrypto.so.2.16.9-2.16.9-bp153.2.2.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmbedtls-2.16.9-bp153.2.2.1.src.rpmdebuginfo(build-id)libmbedcrypto3-debuginfolibmbedcrypto3-debuginfo(x86-32)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`U^]@]nU\3?@\\[~[CN@Za@Z%Z@YzYcl@XX(UWW@WhWW~VGVLh@VZU@U~@UUF@U hUUt@Ut@TC@TWn@Alexandros Toptsoglou Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Pedro Monreal Gonzalez Pedro Monreal Gonzalez mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comkbabioch@suse.comfisiu@opensuse.orgmpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comastieger@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comdimstar@opensuse.orgfisiu@opensuse.orgschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comfisiu@opensuse.orgfisiu@opensuse.org- Update to version 2.16.9: * Reduce stack usage significantly during sliding window exponentiation. * Remove the zeroization of a pointer variable in AES rounds. It was valid but spurious and misleading since it looked like a mistaken attempt to zeroize the pointed-to buffer. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.9 - Update to version 2.16.8 * Support building on e2k (Elbrus) architecture: correctly enable -Wformat-signedness, and fix the code that causes signed-one-bit-field and sign-compare warnings. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.8 - Update to version 2.16.7 * Unify the example programs termination to call mbedtls_exit() instead of using a return command. This has been done to enable customization of the behavior in bare metal environments. * Abort the ClientHello writing function as soon as some extension doesn't fit into the record buffer. Previously, such extensions were silently dropped. As a consequence, the TLS handshake now fails when the output buffer is not large enough to hold the ClientHello. * The ECP module, enabled by MBEDTLS_ECP_C, now depends on MBEDTLS_CTR_DRBG_C, MBEDTLS_HMAC_DRBG_C, MBEDTLS_SHA512_C or MBEDTLS_SHA256_C for some side-channel coutermeasures. If side channels are not a concern, this dependency can be avoided by enabling the new option MBEDTLS_ECP_NO_INTERNAL_RNG. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.7 - Update to 2.16.6 * CVE-2020-10932: Fixed side channel in ECC code that allowed an adversary with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) to fully recover an ECDSA private key (boo#1181468). * Fix a potentially remotely exploitable buffer overread in a DTLS client when parsing the Hello Verify Request message. Bugfix * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and MBEDTLS_SSL_HW_RECORD_ACCEL are enabled. * Fix a function name in a debug message. Contributed by Ercan Ozturk in [#3013]. - Cheanged License in changes file from Apache-2.0 to Apache-2.0 OR GPL-2.0-or-later as the upstream package changed too- Update to version 2.16.5: * Security improvements and bugfixes- Update to version 2.16.3: * Security improvements and bugfixes- Update to version 2.16.2: * Security improvements and bugfixes - Use ninja to for build- Update to version 2.16.0: Features * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation of parameters in the API. This allows detection of obvious misuses of the API, such as passing NULL pointers. The API of existing functions hasn't changed, but requirements on parameters have been made more explicit in the documentation. See the corresponding API documentation for each function to see for which parameter values it is defined. This feature is disabled by default. See its API documentation in config.h for additional steps you have to take when enabling it. API Changes * The following functions in the random generator modules have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT for the underlying AES or message digest primitive. Fixes #1798. mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret() mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() * Extend ECDH interface to enable alternative implementations. * Deprecate error codes of the form MBEDTLS_ERR_xxx_INVALID_KEY_LENGTH for ARIA, CAMELLIA and Blowfish. These error codes will be replaced by the more generic per-module error codes MBEDTLS_ERR_xxx_BAD_INPUT_DATA. * Additional parameter validation checks have been added for the following modules - AES, ARIA, Blowfish, CAMELLIA, CCM, GCM, DHM, ECP, ECDSA, ECDH, ECJPAKE, SHA, Chacha20 and Poly1305, cipher, pk, RSA, and MPI. Where modules have had parameter validation added, existing parameter checks may have changed. Some modules, such as Chacha20 had existing parameter validation whereas other modules had little. This has now been changed so that the same level of validation is present in all modules, and that it is now optional with the MBEDTLS_CHECK_PARAMS flag which by default is off. That means that checks which were previously present by default will no longer be. New deprecations * Deprecate mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() in favor of functions that can return an error code. Bugfix * Fix for Clang, which was reporting a warning for the bignum.c inline assembly for AMD64 targets creating string literals greater than those permitted by the ISO C99 standard. Found by Aaron Jones. Fixes #482. * Fix runtime error in mbedtls_platform_entropy_poll() when run through qemu user emulation. Reported and fix suggested by randombit. Fixes #1212. * Fix an unsafe bounds check when restoring an SSL session from a ticket. This could lead to a buffer overflow, but only in case ticket authentication was broken. Reported and fix suggested by Guido Vranken in #659. * Add explicit integer to enumeration type casts to example program programs/pkey/gen_key which previously led to compilation failure on some toolchains. Reported by phoenixmcallister. Fixes #2170. * Clarify documentation of mbedtls_ssl_set_own_cert() regarding the absence of check for certificate/key matching. Reported by Attila Molnar, #507. * Fix double initialization of ECC hardware that made some accelerators hang.- Library package version bumped to libmbedtls12- Update to version 2.14.1: [bsc#1118727, CVE-2018-19608] Security * Fix timing variations and memory access variations in RSA PKCS#1 v1.5 decryption that could lead to a Bleichenbacher-style padding oracle attack. In TLS, this affects servers that accept ciphersuites based on RSA decryption (i.e. ciphersuites whose name contains RSA but not (EC)DH(E)). Discovered by Eyal Ronen (Weizmann Institute), Robert Gillham (University of Adelaide), Daniel Genkin (University of Michigan), Adi Shamir (Weizmann Institute), David Wong (NCC Group), and Yuval Yarom (University of Adelaide, Data61). The attack is described in more detail in the paper available here: http://cat.eyalro.net/cat.pdf CVE-2018-19608 * In mbedtls_mpi_write_binary(), don't leak the exact size of the number via branching and memory access patterns. An attacker who could submit a plaintext for RSA PKCS#1 v1.5 decryption but only observe the timing of the decryption and not its result could nonetheless decrypt RSA plaintexts and forge RSA signatures. Other asymmetric algorithms may have been similarly vulnerable. Reported by Eyal Ronen, Robert Gillham, Daniel Genkin, Adi Shamir, David Wong and Yuval Yarom. * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG modules. API Changes * The new functions mbedtls_ctr_drbg_update_ret() and mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() respectively, but the new functions report errors whereas the old functions return void. We recommend that applications use the new functions. - Version 2.14.0: Security * Fix overly strict DN comparison when looking for CRLs belonging to a particular CA. This previously led to ignoring CRLs when the CRL's issuer name and the CA's subject name differed in their string encoding (e.g., one using PrintableString and the other UTF8String) or in the choice of upper and lower case. Reported by Henrik Andersson of Bosch GmbH in issue [#1784]. * Fix a flawed bounds check in server PSK hint parsing. In case the incoming message buffer was placed within the first 64KiB of address space and a PSK-(EC)DHE ciphersuite was used, this allowed an attacker to trigger a memory access up to 64KiB beyond the incoming message buffer, potentially leading to an application crash or information disclosure. * Fix mbedtls_mpi_is_prime() to use more rounds of probabilistic testing. The previous settings for the number of rounds made it practical for an adversary to construct non-primes that would be erroneously accepted as primes with high probability. This does not have an impact on the security of TLS, but can matter in other contexts with numbers chosen potentially by an adversary that should be prime and can be validated. For example, the number of rounds was enough to securely generate RSA key pairs or Diffie-Hellman parameters, but was insufficient to validate Diffie-Hellman parameters properly. See "Prime and Prejudice" by by Martin R. Albrecht and Jake Massimo and Kenneth G. Paterson and Juraj Somorovsky. Features * Add support for temporarily suspending expensive ECC computations after some configurable amount of operations. This is intended to be used in constrained, single-threaded systems where ECC is time consuming and can block other operations until they complete. This is disabled by default, but can be enabled by MBEDTLS_ECP_RESTARTABLE at compile time and configured by mbedtls_ecp_set_max_ops() at runtime. It applies to the new xxx_restartable functions in ECP, ECDSA, PK and X.509 (CRL not supported yet), and to existing functions in ECDH and SSL (currently only implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2, including client authentication). * Add support for Arm CPU DSP extensions to accelerate asymmetric key operations. On CPUs where the extensions are available, they can accelerate MPI multiplications used in ECC and RSA cryptography. Contributed by Aurelien Jarno. * Extend RSASSA-PSS signature to allow a smaller salt size. Previously, PSS signature always used a salt with the same length as the hash, and returned an error if this was not possible. Now the salt size may be up to two bytes shorter. This allows the library to support all hash and signature sizes that comply with FIPS 186-4, including SHA-512 with a 1024-bit key. * Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter than 256 bits limits the security of generated material to 128 bits. API Changes * Add a common error code of `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for a feature that is not supported by underlying alternative implementations implementing cryptographic primitives. This is useful for hardware accelerators that don't implement all options or features. New deprecations * All module specific errors following the form MBEDTLS_ERR_XXX_FEATURE_UNAVAILABLE that indicate a feature is not supported are deprecated and are now replaced by the new equivalent platform error. * All module specific generic hardware acceleration errors following the form MBEDTLS_ERR_XXX_HW_ACCEL_FAILED that are deprecated and are replaced by the equivalent plaform error. * Deprecate the function mbedtls_mpi_is_prime() in favor of mbedtls_mpi_is_prime_ext() which allows specifying the number of Miller-Rabin rounds. Bugfix * Fix wrong order of freeing in programs/ssl/ssl_server2 example application leading to a memory leak in case both MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set. Fixes #2069. * Fix a bug in the update function for SSL ticket keys which previously invalidated keys of a lifetime of less than a 1s. Fixes #1968. * Fix failure in hmac_drbg in the benchmark sample application, when MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095 * Fix a bug in the record decryption routine ssl_decrypt_buf() which lead to accepting properly authenticated but improperly padded records in case of CBC ciphersuites using Encrypt-then-MAC. * Fix memory leak and freeing without initialization in the example program programs/x509/cert_write. Fixes #1422. * Ignore IV in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB. Found by ezdevelop. Fixes #1091. * Zeroize memory used for buffering or reassembling handshake messages after use. * Use `mbedtls_platform_zeroize()` instead of `memset()` for zeroization of sensitive data in the example programs aescrypt2 and crypt_and_hash. * Change the default string format used for various X.509 DN attributes to UTF8String. Previously, the use of the PrintableString format led to wildcards and non-ASCII characters being unusable in some DN attributes. Reported by raprepo in #1860 and by kevinpt in #468. Fix contributed by Thomas-Dee. * Fix compilation failure for configurations which use compile time replacements of standard calloc/free functions through the macros MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO. Reported by ole-de and ddhome2006. Fixes #882, #1642 and #1706. Changes * Removed support for Yotta as a build tool. * Add tests for session resumption in DTLS. * Close a test gap in (D)TLS between the client side and the server side: test the handling of large packets and small packets on the client side in the same way as on the server side. * Change the dtls_client and dtls_server samples to work by default over IPv6 and optionally by a build option over IPv4. * Change the use of Windows threading to use Microsoft Visual C++ runtime calls, rather than Win32 API calls directly. This is necessary to avoid conflict with C runtime usage. Found and fixed by irwir. * Remember the string format of X.509 DN attributes when replicating X.509 DNs. Previously, DN attributes were always written in their default string format (mostly PrintableString), which could lead to CRTs being created which used PrintableStrings in the issuer field even though the signing CA used UTF8Strings in its subject field; while X.509 compliant, such CRTs were rejected in some applications, e.g. some versions of Firefox, curl and GnuTLS. Reported in #1033 by Moschn. Fix contributed by Thomas-Dee. * Improve documentation of mbedtls_ssl_get_verify_result(). Fixes #517 reported by github-monoculture. * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and use it to reduce error probability in RSA key generation to levels mandated by FIPS-186-4. - Version 2.13.1 API Changes * Extend the platform module with an abstraction mbedtls_platform_gmtime_r() whose implementation should behave as a thread-safe version of gmtime(). This allows users to configure such an implementation at compile time when the target system cannot be deduced automatically, by setting the option MBEDTLS_PLATFORM_GMTIME_R_ALT. At this stage Mbed TLS is only able to automatically select implementations for Windows and POSIX C libraries. Bugfix * Fix build failures on platforms where only gmtime() is available but neither gmtime_r() nor gmtime_s() are present. Fixes #1907. - Version 2.13.0 Security * Fix an issue in the X.509 module which could lead to a buffer overread during certificate extensions parsing. In case of receiving malformed input (extensions length field equal to 0), an illegal read of one byte beyond the input buffer is made. Found and analyzed by Nathan Crandall. Features * Add support for fragmentation of outgoing DTLS handshake messages. This is controlled by the maximum fragment length as set locally or negotiated with the peer, as well as by a new per-connection MTU option, set using mbedtls_ssl_set_mtu(). * Add support for auto-adjustment of MTU to a safe value during the handshake when flights do not get through (RFC 6347, section 4.1.1.1, last paragraph). * Add support for packing multiple records within a single datagram, enabled by default. * Add support for buffering out-of-order handshake messages in DTLS. The maximum amount of RAM used for this can be controlled by the compile-time constant MBEDTLS_SSL_DTLS_MAX_BUFFERING defined in mbedtls/config.h. API Changes * Add function mbedtls_ssl_set_datagram_packing() to configure the use of datagram packing (enabled by default). Bugfix * Fix a potential memory leak in mbedtls_ssl_setup() function. An allocation failure in the function could lead to other buffers being leaked. * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890 * Fix a memory leak in ecp_mul_comb() if ecp_precompute_comb() fails. Fix contributed by Espressif Systems. * Add ecc extensions only if an ecc based ciphersuite is used. This improves compliance to RFC 4492, and as a result, solves interoperability issues with BouncyCastle. Raised by milenamil in #1157. * Replace printf with mbedtls_printf in the ARIA module. Found by TrinityTonic in #1908. * Fix potential use-after-free in mbedtls_ssl_get_max_frag_len() and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941. * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake with TLS versions 1.1 and earlier when the server requested authentication without providing a list of CAs. This was due to an overly strict bounds check in parsing the CertificateRequest message, introduced in Mbed TLS 2.12.0. Fixes #1954. * Fix a miscalculation of the maximum record expansion in mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites, or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914. * Fix undefined shifts with negative values in certificates parsing (found by Catena cyber using oss-fuzz) * Fix memory leak and free without initialization in pk_encrypt and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128. * Remove redundant else statement. Raised by irwir. Fixes #1776. Changes * Copy headers preserving timestamps when doing a "make install". Contributed by xueruini. * Allow the forward declaration of public structs. Contributed by Dawid Drozd. Fixes #1215 raised by randombit. * Improve compatibility with some alternative CCM implementations by using CCM test vectors from RAM. * Add support for buffering of out-of-order handshake messages. * Add warnings to the documentation of the HKDF module to reduce the risk of misusing the mbedtls_hkdf_extract() and mbedtls_hkdf_expand() functions. Fixes #1775. Reported by Brian J. Murray.- Update to version 2.12.0: * Security + Fixed a vulnerability in the TLS ciphersuites based on use of CBC and SHA-384 in DTLS/TLS 1.0 to 1.2, that allowed an active network attacker to partially recover the plaintext of messages under certains conditions by exploiting timing side-channels. + Fixed a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker, with the ability to execute code on the local machine as well as to manipulate network packets, to partially recover the plaintext of messages under certain conditions by using a cache attack targetting an internal MD/SHA buffer. + Added a counter-measure against a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker with the ability to execute code on the local machine as well as manipulate network packets, to partially recover the plaintext of messages certain conditions (see previous entry) by using a cache attack targeting the SSL input record buffer. * Features + Added new cryptographic primitives, the stream cipher Chacha20, one-time authenticator Poly1305 and AEAD construct Chacha20-Poly1305, as defined in RFC 7539. Contributed by Daniel King. + Added support for the CHACHA20-POLY1305 ciphersuites from RFC 7905. + Made the receive and transmit buffers independently configurable in size, for situations where the outgoing buffer can be fixed at a smaller size than the incoming buffer + Added support for the AES based key wrapping modes defined by NIST SP 800-38F algorithms KW and KWP and by RFC's 3394 and 5649. + Added platform support for the Haiku OS. * Bugfix + Fixed the key_app_writer example which was creating an invalid ASN.1 tag by writing an additional leading zero byte. Found by Aryeh R. #1257. + Fixed a C++ compilation error, caused by a variable named new. Found and fixed by Hirotaka Niisato. #1783. + Fixed the "no symbols" warning issued by ranlib when building on Mac OS X. Fix contributed by tabascoeye. + Clarified documentation for mbedtls_ssl_write() to include 0 as a valid return value. Found by @davidwu2000. #839. + Fixed a memory leak in mbedtls_x509_csr_parse(). Found and fixed by catenacyber, Philippe Antoine. #1623. + Added length checks to some TLS parsing functions. Found and fixed by Philippe Antoine from Catena cyber. #1663. + Remove unused headers included in x509.c. Found by Chris Hanson and fixed by Brendan Shanks. #992. + Fixed compilation error when MBEDTLS_ARC4_C is disabled and MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719. + Fixed the inline assembly for the MPI multiply helper function for i386 and i386 with SSE2. Found by László Langó. #1550. + Fixed the namespacing in header files. Remove the mbedtls namespacing in the #include in the header files. #857. + Fixed a compiler warning of 'use before initialisation' in mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid Drozd.#1098. + Fixed decryption of zero length messages (which contain all padding) when a CBC based ciphersuite was used together with Encrypt-then-MAC. + Fixed the ssl_client2 example to send application data with 0-length content when the request_size argument is set to 0 as stated in the documentation. #1833. + Corrected the documentation for mbedtls_ssl_get_session(). This API has deep copy of the session, and the peer certificate is not lost. #926. + Fixed issues when building to the C99 standard, using -std=c99. Fixed by Nick Wilson. * Changes + Fails when receiving a TLS alert message with an invalid length, or invalid zero-length messages when using TLS 1.2. Contributed by Espressif Systems. + Changed the default behaviour of mbedtls_hkdf_extract() to return an error when calling with a NULL salt and non-zero salt length. Contributed by Brian J Murray + Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson. + Allow overriding the time on Windows via the platform-time abstraction. Fixed by Nick Wilson. + Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.- Update to version 2.11.0: * Features + Added support for the XTS block cipher mode with AES (AES-XTS). Contributed by Aorimn in pull request #414. + Implemented the HMAC-based extract-and-expand key derivation function (HKDF) per RFC 5869. Contributed by Thomas Fossati. + For TLS servers, added support for offloading private key operations to an external cryptoprocessor. Private key operations can be asynchronous to allow non-blocking operation of the TLS server stack. + Added support for ARIA cipher (RFC 5794) and associated TLS ciphersuites (RFC 6209). ARIA is disabled by default. To enable, see MBEDTLS_ARIA_C in config.h. + Added support for the CCM* block cipher mode as defined in IEEE Std 802.15.4. + Added an additional block mode, OFB (Output Feedback) per NIST SP 800-38a, to the AES module and cipher abstraction module. * API Changes + Mbed TLS 2.11.0 maintains source code compatibility with the last minor version, Mbed TLS 2.9.0, but extends the interface with additional capabilities. Mbed TLS 2.11.0 modifies the ABI and increases the SOVERSION. * Bugfix + Fixed the cert_write example to handle certificates signed with elliptic curves as well as RSA. Fixes #777 found by dbedev. + Fixed the redefinition of _WIN32_WINNT, to avoid overriding a definition used by user applications. Found and fixed by Fabio Alessandrelli. + Fixed compilation warnings with the IAR toolchain on 32-bit platforms. Reported by rahmanih in #683. + Fixed an issue with MicroBlaze support in bn_mul.h which was causing the build to fail. Found by zv-io. Fixes #1651. + Fixed braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden in #552. + Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). Fixes #492. + Fixed redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by TrinityTonic in #1359. - Changes for version 2.9.0: + Security + Fixed an issue in the X.509 module which could lead to a buffer overread during certificate validation. Additionally, the issue could also lead to unnecessary callback checks being made or to some validation checks to be omitted. The overread could be triggered remotely, while the other issues would require a non DER-compliant certificate to be correctly signed by a trusted CA, or a trusted CA with a non DER-compliant certificate. Found by luocm. Fixes #825. + Fixed the buffer length assertion in the ssl_parse_certificate_request() function which could lead to an arbitrary overread of the message buffer. The overreads could be caused by receiving a malformed algorithms section which was too short. In builds with debug output, this overread data was output with the debug data. + Fixed a client-side bug in the validation of the server's ciphersuite choice which could potentially lead to the client accepting a ciphersuite it didn't offer or a ciphersuite that could not be used with the TLS or DTLS version chosen by the server. This could lead to corruption of internal data structures for some configurations. * Features + Added an option of MBEDTLS_AES_FEWER_TABLES, to dynamically compute smaller AES tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB. Suggested and contributed by jkivilin. + Added initial support for Curve448 (RFC 7748). So far only mbedtls_ecp_mul() and ECDH primitive functions (mbedtls_ecdh_gen_public(), mbedtls_ecdh_compute_shared()) are supported for now. Contributed by Nicholas Wilson. * API Changes + Mbed TLS 2.9.0 maintains source code and binary compatibility with the last minor version, Mbed TLS 2.8.0, but extends the interface with additional capabilities. + Extended the API with the function of mbedtls_net_poll() to allow user applications to wait for a network context to become ready before reading or writing. + Added the function mbedtls_ssl_check_pending() to the public API to allow a check for whether more more data is pending to be processed in the internal message buffers. This function is necessary to determine the underlying transport when event-driven IO is used. * Bugfix + Fixed a spurious uninitialized variable warning in cmac.c. Fix independently contributed by Brian J Murray and David Brown. + Added missing dependencies in test suites that led to build failures in configurations that omit certain hashes or public-key algorithms. Fixes #1040. + Fixed a C89 incompatibility issue in benchmark.c. Contributed by Brendan Shanks. Fixes #1353. + Added missing dependencies for MBEDTLS_HAVE_TIME_DATE and MBEDTLS_VERSION_FEATURES in some test suites. Contributed by Deomid Ryabkov. Fixes #1299, #1475. + Fixed the Makefile build process for building shared libraries on Mac OS X. Fixed by mnacamura. + Fixed parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was unable to parse keys which had only the optional parameters field of the ECPrivateKey structure. Found by Jethro Beekman, fixed in #1379. + Added an optimisation to return the plaintext data more quickly on unpadded CBC decryption, as stated in the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson. + Fixed the overriding and ignoring of return values when parsing and writing to a file in the pk_sign program. Found by kevlut in #1142. + Added restrictions to the usage of the error code MBEDTLS_ERR_SSL_WANT_READ to situations where data needs to be fetched from the underlying transport in order to make progress. Previously, this error code was also occasionally returned when unexpected messages were being discarded, ignoring that further messages could potentially already be pending to be processed in the internal buffers; these cases led to deadlocks when event-driven I/O was used. Found and reported by Hubert Mis in #772. + Fixed buffer length assertions in the ssl_parse_certificate_request() function which led to a potential one byte overread of the message buffer. + Fixed invalid buffer sizes being passed to zlib during record compression and decompression. + Raised the soversion of libmbedcrypto to match the soversion of the maintained 2.7 branch. The soversion was increased in Mbed TLS version 2.7.1 to reflect breaking changes in that release, but the increment was missed in 2.8.0 and later releases outside of the 2.7 branch.- Update to version 2.8.0: * Security: + Defend against Bellcore glitch attacks by verifying the results of RSA private key operations. + Fix implementation of the truncated HMAC extension. The previous implementation allowed an offline 2^80 brute force attack on the HMAC key of a single, uninterrupted connection (with no resumption of the session). + Reject CRLs containing unsupported critical extensions. Found by Falko Strenzke and Evangelos Karatsiolis. + Fix a buffer overread in ssl_parse_server_key_exchange() that could cause a crash on invalid input. + Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a crash on invalid input. * Features: + Enable reading encrypted PEM files produced by software that uses PBKDF2-SHA2, such as OpenSSL 1.1. Submitted by Antonio Quartulli, OpenVPN Inc. Fixes #1339 + Support public keys encoded in PKCS#1 format. #1122 * New deprecations: + Compression and crypto don't mix. We don't recommend using compression and cryptography, and have deprecated support for record compression (configuration option MBEDTLS_ZLIB_SUPPORT). * Bugfix: + Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct. In the context of SSL, this resulted in handshake failure. Reported by daniel in the Mbed TLS forum. #1351 + Fix setting version TLSv1 as minimal version, even if TLS 1 is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION and MBEDTLS_SSL_MIN_MINOR_VERSION instead of MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664 + Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE only if __MINGW32__ is not defined. Fix suggested by Thomas Glanzmann and Nick Wilson on issue #355 + Fix memory allocation corner cases in memory_buffer_alloc.c module. Found by Guido Vranken. #639 + Don't accept an invalid tag when parsing X.509 subject alternative names in some circumstances. + Fix a possible arithmetic overflow in ssl_parse_server_key_exchange() that could cause a key exchange to fail on valid data. + Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that could cause a key exchange to fail on valid data. + Fix a 1-byte heap buffer overflow (read-only) during private key parsing. Found through fuzz testing. * Changes + Fix tag lengths and value ranges in the documentation of CCM encryption. Contributed by Mathieu Briand. + Fix a typo in a comment in ctr_drbg.c. Contributed by Paul Sokolovsky. + Remove support for the library reference configuration for picocoin. + MD functions deprecated in 2.7.0 are no longer inline, to provide a migration path for those depending on the library's ABI. + Use (void) when defining functions with no parameters. Contributed by Joris Aerts. #678- Use more cmake macros - Update spec file using spec-cleaner- Update to version 2.7.0: - Security * Fix a heap corruption issue in the implementation of the truncated HMAC extension. When the truncated HMAC extension is enabled and CBC is used, sending a malicious application packet could be used to selectively corrupt 6 bytes on the peer's heap, which could potentially lead to crash or remote code execution. The issue could be triggered remotely from either side in both TLS and DTLS. (CVE-2018-0488 boo#1080828) * Fix a buffer overflow in RSA-PSS verification when the hash was too large for the key size, which could potentially lead to crash or remote code execution. Found by Seth Terashima, Qualcomm Product Security Initiative, Qualcomm Technologies Inc. (CVE-2018-0487 boo#1080826) * Fix buffer overflow in RSA-PSS verification when the unmasked data is all zeros. * Fix an unsafe bounds check in ssl_parse_client_psk_identity() when adding 64 KiB to the address of the SSL buffer and causing a wrap around. * Fix a potential heap buffer overflow in mbedtls_ssl_write(). When the (by default enabled) maximum fragment length extension is disabled in the config and the application data buffer passed to mbedtls_ssl_write is larger than the internal message buffer (16384 bytes by default), the latter overflows. * Add a provision to prevent compiler optimizations breaking the time constancy of mbedtls_ssl_safer_memcmp(). * Ensure that buffers are cleared after use if they contain sensitive data. Changes were introduced in multiple places in the library. * Set PEM buffer to zero before freeing it, to avoid decoded private keys being leaked to memory after release. * Fix dhm_check_range() failing to detect trivial subgroups and potentially leaking 1 bit of the private key. Reported by prashantkspatil. * Make mbedtls_mpi_read_binary() constant-time with respect to the input data. Previously, trailing zero bytes were detected and omitted for the sake of saving memory, but potentially leading to slight timing differences. Reported by Marco Macchetti, Kudelski Group. * Wipe stack buffer temporarily holding EC private exponent after keypair generation. * Fix a potential heap buffer over-read in ALPN extension parsing (server-side). Could result in application crash, but only if an ALPN name larger than 16 bytes had been configured on the server. * Change default choice of DHE parameters from untrustworthy RFC 5114 to RFC 3526 containing parameters generated in a nothing-up-my-sleeve manner. - Features * Add alternative implementation support for CCM and CMAC (MBEDTLS_CCM_ALT, MBEDTLS_CMAC_ALT). Submitted by Steven Cooreman, Silicon Labs. * Add support for alternative implementations of GCM, selected by the configuration flag MBEDTLS_GCM_ALT. * Add support for alternative implementations for ECDSA, controlled by new configuration flags MBEDTLS_ECDSA_SIGN_ALT, MBEDTLS_ECDSA_VERIFY_ALT and MBEDTLS_ECDSDA_GENKEY_AT in config.h. The following functions from the ECDSA module can be replaced with alternative implementation: mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey(). * Add support for alternative implementation of ECDH, controlled by the new configuration flags MBEDTLS_ECDH_COMPUTE_SHARED_ALT and MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h. The following functions from the ECDH module can be replaced with an alternative implementation: mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared(). * Add support for alternative implementation of ECJPAKE, controlled by the new configuration flag MBEDTLS_ECJPAKE_ALT. * Add mechanism to provide alternative implementation of the DHM module. - API changes * Extend RSA interface by multiple functions allowing structure- independent setup and export of RSA contexts. Most notably, mbedtls_rsa_import() and mbedtls_rsa_complete() are introduced for setting up RSA contexts from partial key material and having them completed to the needs of the implementation automatically. This allows to setup private RSA contexts from keys consisting of N,D,E only, even if P,Q are needed for the purpose or CRT and/or blinding. * The configuration option MBEDTLS_RSA_ALT can be used to define alternative implementations of the RSA interface declared in rsa.h. * The following functions in the message digest modules (MD2, MD4, MD5, SHA1, SHA256, SHA512) have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT. mbedtls__starts() -> mbedtls__starts_ret() mbedtls__update() -> mbedtls__update_ret() mbedtls__finish() -> mbedtls__finish_ret() mbedtls__process() -> mbedtls_internal__process() - Deprecations * Deprecate usage of RSA primitives with non-matching key-type (e.g. signing with a public key). * Direct manipulation of structure fields of RSA contexts is deprecated. Users are advised to use the extended RSA API instead. * Deprecate usage of message digest functions that return void (mbedtls__starts, mbedtls__update, mbedtls__finish and mbedtls__process where is any of MD2, MD4, MD5, SHA1, SHA256, SHA512) in favor of functions that can return an error code. * Deprecate untrustworthy DHE parameters from RFC 5114. Superseded by parameters from RFC 3526 or the newly added parameters from RFC 7919. * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc. Supserseded by binary encoded constants MBEDTLS_DHM_RFC3526_MODP_2048_P_BIN etc. * Deprecate mbedtls_ssl_conf_dh_param() for setting default DHE parameters from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin() accepting DHM parameters in binary form, matching the new constants. - Several bug fixes- Update to version 2.6.0: * Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown() and the context struct mbedtls_platform_context to perform platform-specific setup and teardown operations. The macro MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT allows the functions to be overridden by the user in a platform_alt.h file. These new functions are required in some embedded environments to provide a means of initialising underlying cryptographic acceleration hardware. * Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the API consistent with mbed TLS 2.5.0. Specifically removed the inline qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt, mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk. Found by James Cowgill. #978 * Certificate verification functions now set flags to -1 in case the full chain was not verified due to an internal error (including in the verify callback) or chain length limitations. * With authmode set to optional, the TLS handshake is now aborted if the verification of the peer's certificate failed due to an overlong chain or a fatal error in the verify callback. * Fix authentication bypass in SSL/TLS: when authmode is set to optional, mbedtls_ssl_get_verify_result() would incorrectly return 0 when the peer's X.509 certificate chain had more than MBEDTLS_X509_MAX_INTERMEDIATE_CA (default: 8) intermediates, even when it was not trusted. This could be triggered remotely from either side. (With authmode set to 'required' (the default), the handshake was correctly aborted). Fix for CVE-2017-14032 and boo#1056544. * Reliably wipe sensitive data after use in the AES example applications programs/aes/aescrypt2 and programs/aes/crypt_and_hash. Found by Laurent Simon.- Update to version 2.5.1: * Adds hardware acceleration support for the Elliptic Curve Point module. This has involved exposing parts of the internal interface to enable replacing the core functions and adding an alternative, module level replacement to support for enabling the extension of the interface. * Adds a new configuration option to mbedtls_ssl_config() to enable suppressing the CA list in Certificate Request messages. The default behaviour has not changed, namely every configured CA's name is included. * Fixes an unlimited overread of heap-based buffers in mbedtls_ssl_read(). The issue could only happen client-side with renegotiation enabled. This could result in a Denial of Service (such as crashing the application) or information leak. * Adds exponent blinding to RSA private operations as a countermeasure against side-channel attacks like the cache attack described in https://arxiv.org/abs/1702.08719v2. * Wipes stack buffers in RSA private key operations (rsa_rsaes_pkcs1_v15_decrypt(), rsa_rsaes_oaep_decrypt()). * Removes SHA-1 and RIPEMD-160 from the default hash algorithms for certificate verification. SHA-1 can be turned back on with a compile-time option if needed. * Fixes offset in FALLBACK_SCSV parsing that caused TLS server to fail to detect it sometimes. Reported by Hugo Leisink. * Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a potential Bleichenbacher/BERserk-style attack.- Update to version 2.4.2: * Add checks to prevent signature forgeries for very large messages while using RSA through the PK module in 64-bit systems. The issue was caused by some data loss when casting a size_t to an unsigned int value in the functions rsa_verify_wrap(), rsa_sign_wrap(), rsa_alt_sign_wrap() and mbedtls_pk_sign(). Found by Jean-Philippe Aumasson. * Fixed potential livelock during the parsing of a CRL in PEM format in mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing characters after the footer could result in the execution of an infinite loop. The issue can be triggered remotely. Found by Greg Zaverucha, Microsoft. * Removed MD5 from the allowed hash algorithms for CertificateRequest and CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2. Introduced by interoperability fix for #513. * Fixed a bug that caused freeing a buffer that was allocated on the stack, when verifying the validity of a key on secp224k1. This could be triggered remotely for example with a maliciously constructed certificate and potentially could lead to remote code execution on some platforms. Reported independently by rongsaws and Aleksandar Nikolic, Cisco Talos team. #569 CVE-2017-2784 (boo#1029017)- Update to version 2.4.0: * Removes the MBEDTLS_SSL_AEAD_RANDOM_IV configuration option, because it was not compliant with RFC-5116 and could lead to session key recovery in very long TLS sessions. * Fixes potential stack corruption in mbedtls_x509write_crt_der() and mbedtls_x509write_csr_der() when the signature is copied to the buffer without checking whether there is enough space in the destination. The issue cannot be triggered remotely. * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by NIST SP 800-38B, RFC-4493 and RFC-4615. * Added hardware entropy self-test to verify that the hardware entropy source is functioning correctly. * Added a script to print build environment information for diagnostic use in test scripts, which is also now called by all.sh verification script. * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). * Added a configuration file config-no-entropy.h that configures the subset of library features that do not require an entropy source. * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users to configure the minimum number of bytes for entropy sources using the mbedtls_hardware_poll() function. * Miscelanous bugfixes - Drop no longer needed mbedtls_fix522.patch- Merge changes from home:X0F:HSF - Add mbedtls_fix522.patch which fixes building of dpendant libraries- Update description- Split shared libraries to subpackages- update to 2.3.0: * adding libmbedcrypto, libmbedx509 * headers moved to /usr/include/mbedtls * remove compatibility symlink * source compatibility header /usr/include/mbedtls/compat-1.3.h * Use primary upstream license (Apache-2.0)- Update to version 1.3.17 (boo#988956): * Security + Fix missing padding length check in mbedtls_rsa_rsaes_pkcs1_v15_decrypt required by PKCS1 v2.2 + Fix a potential integer underflow to buffer overread in mbedtls_rsa_rsaes_oaep_decrypt. It is not triggerable remotely in SSL/TLS. + Fix potential integer overflow to buffer overflow in mbedtls_rsa_rsaes_pkcs1_v15_encrypt and mbedtls_rsa_rsaes_oaep_encrypt * Bugfix + Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three arguments where the same (in-place doubling). Found and fixed by Janos Follath. #309 + Fix issue in Makefile that prevented building using armar. + Fix issue that caused a hang up when generating RSA keys of odd bitlength + Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer dereference possible. + Fix issue that caused a crash if invalid curves were passed to mbedtls_ssl_conf_curves. #373 * Changes + On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5, don't use the optimized assembly for bignum multiplication. This removes the need to pass - fomit-frame-pointer to avoid a build error with -O0. + Disabled SSLv3 in the default configuration. + Fix non-compliance server extension handling. Extensions for SSLv3 are now ignored, as required by RFC6101.- Update to 1.3.16 * Fixes a potential double free when mbedtls_asn1_store_named_data() fails to allocate memory. This was only used for certificate generation and was not triggerable remotely in SSL/TLS. boo#961290 * Disables by default MD5 handshake signatures in TLS 1.2 to prevent the SLOTH (CVE-2015-7575) attack on TLS 1.2 server authentication (other attacks from the SLOTH paper do not apply to any version of mbed TLS or PolarSSL). boo#961284 * Fixes an over-restrictive length limit in GCM. * Fixes a bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has a pathLenConstraint equal to zero. * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign() * Added config.h option POLARSSL_SSL_ENABLE_MD5_SIGNATURES to control use of MD5-based signatures for TLS 1.2 handshake (disabled by default).- Update to 1.3.15 * Fix potential double free if ssl_set_psk() is called more than once and some allocation fails. Cannot be forced remotely. Found by Guido Vranken, Intelworks. * Fix potential heap corruption on Windows when x509_crt_parse_path() is passed a path longer than 2GB. Cannot be triggered remotely. Found by Guido Vranken, Intelworks. * Fix potential buffer overflow in some asn1_write_xxx() functions. Cannot be triggered remotely unless you create X.509 certificates based on untrusted input or write keys of untrusted origin. Found by Guido Vranken, Intelworks. * The X509 max_pathlen constraint was not enforced on intermediate certificates. Found by Nicholas Wilson, fix and tests provided by Janos Follath. #280 and #319 * Self-signed certificates were not excluded from pathlen counting, resulting in some valid X.509 being incorrectly rejected. Found and fix provided by Janos Follath. #319 * Fix bug causing some handshakes to fail due to some non-fatal alerts not begin properly ignored. Found by mancha and Kasom Koht-arsa, #308 * Fix build error with configurations where ECDHE-PSK is the only key exchange. Found and fix provided by Chris Hammond. #270 * Fix failures in MPI on Sparc(64) due to use of bad assembly code. Found by Kurt Danielson. #292 * Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314 * Fix bug in ASN.1 encoding of booleans that caused generated CA certificates to be rejected by some applications, including OS X Keychain. Found and fixed by Jonathan Leroy, Inikup. * Fix "Destination buffer is too small" error in cert_write program. Found and fixed by Jonathan Leroy, Inikup.- Update to 1.3.14 * Added fix for CVE-2015-5291 (boo#949380) to prevent heap corruption due to buffer overflow of the hostname or session ticket. Found by Guido Vranken, Intelworks. * Fix stack buffer overflow in pkcs12 decryption (used by mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by Guido Vranken, Intelworks. Not triggerable remotely. * Fix potential buffer overflow in mbedtls_mpi_read_string(). Found by Guido Vranken, Intelworks. Not exploitable remotely in the context of TLS, but might be in other uses. On 32 bit machines, requires reading a string of close to or larger than 1GB to exploit; on 64 bit machines, would require reading a string of close to or larger than 2^62 bytes. * Fix potential random memory allocation in mbedtls_pem_read_buffer() on crafted PEM input data. Found and fix provided by Guido Vranken, Intelworks. Not triggerable remotely in TLS. Triggerable remotely if you accept PEM data from an untrusted source. * Fix potential double-free if ssl_set_psk() is called repeatedly on the same ssl_context object and some memory allocations fail. Found by Guido Vranken, Intelworks. Can not be forced remotely. * Fix possible heap buffer overflow in base64_encode() when the input buffer is 512MB or larger on 32-bit platforms. Found by Guido Vranken, Intelworks. Found by Guido Vranken. Not trigerrable remotely in TLS. * Fix potential heap buffer overflow in servers that perform client authentication against a crafted CA cert. Cannot be triggered remotely unless you allow third parties to pick trust CAs for client auth. Found by Guido Vranken, Intelworks. * Fix compile error in net.c with musl libc. Found and patch provided by zhasha (#278). * Fix macroization of 'inline' keywork when building as C++. (#279) * Added checking of hostname length in ssl_set_hostname() to ensure domain names are compliant with RFC 1035. - Changes for 1.3.13 * Fix possible client-side NULL pointer dereference (read) when the client tries to continue the handshake after it failed (a misuse of the API). (Found and patch provided by Fabian Foerg, Gotham Digital Science using afl-fuzz.) * Add countermeasure against Lenstra's RSA-CRT attack for PKCS#1 v1.5 signatures. (Found by Florian Weimer, Red Hat.) https://securityblog.redhat.com/2015/09/02/factoring-rsa-keys-with-tls-perfect-forward-secrecy/ * Setting SSL_MIN_DHM_BYTES in config.h had no effect (overriden in ssl.h) (found by Fabio Solari) (#256) * Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could result trying to unlock an unlocked mutex on invalid input (found by Fredrik Axelsson) (#257) * Fix -Wshadow warnings (found by hnrkp) (#240) * Fix unused function warning when using MBEDTLS_MDx_ALT or MBEDTLS_SHAxxx_ALT (found by Henrik) (#239) * Fix memory corruption in pkey programs (found by yankuncheng) (#210) * Fix memory corruption on client with overlong PSK identity, around SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by Aleksandrs Saveljevs) (#238) * Fix off-by-one error in parsing Supported Point Format extension that caused some handshakes to fail. * When verifying a certificate chain, if an intermediate certificate is trusted, no later cert is checked. (suggested by hannes-landeholm) (#220). - Changes for 1.3.12 * Increase the minimum size of Diffie-Hellman parameters accepted by the client to 1024 bits, to protect against Logjam attack. * Increase the size of default Diffie-Hellman parameters on the server to 2048 bits. This can be changed with ssl_set_dh_params(). * Fix thread-safety issue in SSL debug module (found by Edwin van Vliet). * Some example programs were not built using make, not included in Visual Studio projects (found by Kristian Bendiksen). * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo Leisink). * Fix missing -static-ligcc when building shared libraries for Windows with make. * Fix compile error with armcc5 --gnu. * Add SSL_MIN_DHM_BYTES configuration parameter in config.h to choose the minimum size of Diffie-Hellman parameters accepted by the client. * The PEM parser now accepts a trailing space at end of lines (#226).- Add baselibs.conf: build libmbedtls9-32bit, as needed by libbzrtp0-32bit.- Update to 1.3.11: * Remove bias in mpi_gen_prime (contributed by Pascal Junod). * Remove potential sources of timing variations (some contributed by Pascal Junod). * Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated. * Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated. * compat-1.2.h and openssl.h are deprecated. * ssl_set_own_cert() no longer calls pk_check_pair() since the performance impact was bad for some users (this was introduced in 1.3.10). * Move from SHA-1 to SHA-256 in example programs using signatures (suggested by Thorsten Mühlfelder). * Remove dependency on sscanf() in X.509 parsing modules. * Fix compile errors with PLATFORM_NO_STD_FUNCTIONS. * Fix bug in entropy.c when THREADING_C is also enabled that caused entropy_free() to crash (thanks to Rafał Przywara). * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than once on the same context. * Fix bug in ssl_mail_client when password is longer that username (found by Bruno Pape). * Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules (detected by Clang's 3.6 UBSan). * mpi_size() and mpi_msb() would segfault when called on an mpi that is initialized but not set (found by pravic). * Fix detection of support for getrandom() on Linux (reported by syzzer) by doing it at runtime (using uname) rather that compile time. * Fix handling of symlinks by "make install" (found by Gaël PORTAY). * Fix potential NULL pointer dereference (not trigerrable remotely) when ssl_write() is called before the handshake is finished (introduced in 1.3.10) (first reported by Martin Blumenstingl). * Fix bug in pk_parse_key() that caused some valid private EC keys to be rejected. * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos). * Fix thread safety bug in RSA operations (found by Fredrik Axelsson). * Fix hardclock() (only used in the benchmarking program) with some versions of mingw64 (found by kxjhlele). * Fix potential unintended sign extension in asn1_get_len() on 64-bit platforms. * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid). * Fix compile error when POLARSSL_SSL_DISABLE_RENEGOTATION and POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced in 1.3.10). * Add missing extern "C" guard in aesni.h (reported by amir zamani). * Add missing dependency on SHA-256 in some x509 programs (reported by Gergely Budai). * Fix bug related to ssl_set_curves(): the client didn't check that the curve picked by the server was actually allowed. - Drop getrandom-syscall-fallback.patch: fixed upstream.- getrandom-syscall-fallback.patch: Fall back to /dev/urandom if getrandom syscall is not implemented.- Update package categories- Create symlink to ensure compatibility with polarssl- Update provides/obsoletes- Fix sed for includes- Rename to mbedtls - Use cmake macro for building - Update to 1.3.10 * NULL pointer dereference in the buffer-based allocator when the buffer is full and polarssl_free() is called (found by Mark Hasemeyer) (only possible if POLARSSL_MEMORY_BUFFER_ALLOC_C is enabled, which it is not by default). * Fix remotely-triggerable uninitialised pointer dereference caused by crafted X.509 certificate (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix remotely-triggerable memory leak caused by crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix potential stack overflow while parsing crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix timing difference that could theoretically lead to a Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges (reported by Sebastian Schinzel). * Add support for FALLBACK_SCSV (draft-ietf-tls-downgrade-scsv). * Add support for Extended Master Secret (draft-ietf-tls-session-hash). * Add support for Encrypt-then-MAC (RFC 7366). * Add function pk_check_pair() to test if public and private keys match. * Add x509_crl_parse_der(). * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the length of an X.509 verification chain. * Support for renegotiation can now be disabled at compile-time * Support for 1/n-1 record splitting, a countermeasure against BEAST. * Certificate selection based on signature hash, prefering SHA-1 over SHA-2 for pre-1.2 clients when multiple certificates are available. * Add support for getrandom() syscall on recent Linux kernels with Glibc or a compatible enough libc (eg uClibc). * Add ssl_set_arc4_support() to make it easier to disable RC4 at runtime while using the default ciphersuite list. * Added new error codes and debug messages about selection of ciphersuite/certificate.- Add polarssl-CVE-2015-1182.patch: Remote attack using crafted certificates: fix boo#913903, CVE-2015-1182.- Update to 1.3.9, detailed changes available in ChangeLog file: * Lowest common hash was selected from signature_algorithms extension in TLS 1.2: fix boo#903672, CVE-2014-8627. * Remotely-triggerable memory leak when parsing some X.509 certificates, CVE-2014-8628. * Remotely-triggerable memory leak when parsing crafted ClientHello, CVE-2014-8628. * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x. * Ciphersuites using RSA-PSK key exchange now require TLS 1.x. * POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits RSA keys. * X.509 certificates with more than one AttributeTypeAndValue per RelativeDistinguishedName are not accepted any more. - Build with POLARSSL_THREADING_PTHREAD: fix boo#903671.cloud105 1630143884ad77c87d9b7e40a02b9ca08e2ace72fdaee3ff5c2.16.9-bp153.2.2.12.16.9-bp153.2.2.1debug.build-idad77c87d9b7e40a02b9ca08e2ace72fdaee3ff5c77c87d9b7e40a02b9ca08e2ace72fdaee3ff5c.debugusrliblibmbedcrypto.so.2.16.9-2.16.9-bp153.2.2.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/ad//usr/lib/debug/usr//usr/lib/debug/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/b2ee534d25eafce5cb9e911fa2819ae5-mbedtls.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad77c87d9b7e40a02b9ca08e2ace72fdaee3ff5c, with debug_info, not strippedPh"2\FC;`mbedtls-debugsource(x86-32)2.16.9-bp153.2.2.1utf-87c847f4b59b2f6b4e3aef128364962f47caf891983edcb0ea970ce82428f79b8?7zXZ !t/7] crt:bLL X @Zl/N`l7ˋ$F9dj-ϹB.b 3GE_&I̽HҞ]ٚ%>.[ǝv@QvE;6I/\D*XFd$\4uĬy)6~KR'&.!>!F(8yOYۥK̭2wh?/ߺoFև"Y޷;bQИX94o|z~ LB~- 63m;k:F6Ep2`j\n+[*>hAkG3OjK(!,:sZ-Q^ PP:[Ɍ= rpOGY5gFK|_eѰTErOͽrT3E= IT4 OhZg&_A&X~t^Bq?J Mve W'aS>=ymB@^V.v#|,X%Ƴt`ڱ!K:c9Rt{6ɀ[4IB\CٖLWMg5XGMj`OH GkΎ=dVs/7 ?BP9u FҕUQϣ$ˈf5X߈Uesy7 ݦvfQEњ l0Ғut^㵕iұOMU-*f1 Ѻ{0)HBƪneS! oE m d:j#Jʅs4(x eVH#)uT/ e]]9\!qި>V=%**.RqBk\@FVSfJԭ0SOg?aG pVtm2㨫U)%lCq1I#/y@`:SkiF("8yt/ IAIdK)Fi#XQي3%rЫ>Qla} ,>zJŘ>Xr@WP=3C#ID?w9[x%]@?̺}leɟWjp +SXM!9i;zCH׋sf-ZRoĸ\J/-[Mk%K񧪧A:,Zݐnz:q:R~n'1sTP%KXڭWYbB ?"J,SH+ &k ~SlVTHѸ SLt7jCx({o󣮾-I1[k#"/lBqo(6O}87c~ǹ Ę=4(sTBt\퓐/ o.<9k+Nf;\&yM`Ǡ DE5'b$:$;SN3<`qumߥw@"ғ+| cx1.K9%:ɥdyC&l `j/WЕˢ>Δj`s)twn`/",0`eJ]t/=?0FMdtc7hn!~T Gʕ**iیx,_--qAIk\ oA!qa@+]SGd'#6wRME)՘e=0t{g#A^ʪBNCis :V'@Zg2v I4b߹?Mzjt=NAPҩ!*<(Ֆ&V*JZΐX A3oV"R`]xܬƽ$<פBr5٢l{ڦ>u> \({NE )ȫv} yB0RG"3h'/pi˭( trZ\ # /L#@B́ mcG8#**f°k}궛~KF&d/$%t~X}u򼪷)J4:R`R]: 0uSzƊ+n4Ak ,\,] IcXvy躱 ;JX~ٵ:8Z/]%"' ;pN}H ՗xˍG._(#!TIKۂMVz!t^H\*ufNݬ2#^t>@LsqJK%ꆑb8|qjXQ2͚AJQLm X97 z aVe"-vj+W{ UK9BeщO 5Jp5\8a9&7I@<;t'|E/ȩaJCl}[p%Zo~U;_G٨q" 0ч vWָH@dw&6!Qz!U=wkSl$ظΡm5 C'ա !2Tet|Jʬ37T\ {Ёqy<c,eOyIs\-)IÆ]5G \dV:$ii{'6}\km>\#s^i+v7vh!Pj'+2]ZN1ڠͩ>?ڿQߝ, T#%|^4 `_(6S BX\oA0`jFۮW6E2A#V8$NіlXV̸or*nCAzӌeYwb&9$rd6/ ҾQl1I)嵫+Ǐ1>xvgux+۝3F3_Hy~V /'/iʶ5-J}(}~(p}eu |0uSVMZq!n6͛3XDBQ&K9}OUFgHuiM#3jiM)dDl$ zʨ"ړGƲ#$pIЎ)UȨ\I 4WΣK*ڴwډ24Ge+ xXTvM6B-f?fs^C4h,.he^ qlZ+'1NKl?Xe[!ԁ.ʩ"gdjJeP?lM;r3ΠL;+"|گZu~)79 `lm$CRli.9iث V(Eubi~-Ո`R ̅ E?!!⹙dNWMͅdswS+۽A5#mccc$\ߋ*`M;5pk3IJP$MY<~5M{NlxvvD4cxNj]oveM˜W'ju\J@> C/z~&Ȭ%Gε ؋(7=. G;Vt R]H. w'4һ9Y]#/4~ s?p9\ξ&ƫ&:0v_ߤn:&3L7,E`ѓ"x[-&:6InĶ ,F1pB]\hNucJT:3u;~iQhCb@z:/3I~MXS1flK]׫y(f=·iQd:GxBڊRnU(×ެمS\=O-n|;2%j Gu86U141SKaJ&4їe4(eQ $ ;e>- 2ğ UUЧtC( >uc%Q, X!ֳn'oVgGq_MUquaCP5#Xv1_JgB!/;C5"&|7766 w`0k9 ,1FCWu a NʻYby%&, "יr\")//юT%.DIl/sixV 틬8 (&@=x$Ie*Dキ\+~nխ##di8Ddb86 6.mE-zt\ݺ/q^e P"h}%B(YJV}JgH16Mv;q=峧&ùt ?3H_,;e7_;OSaZIarQ4y,rFDh;i֘+G5ʮbg:>'_Km3n_t Ǎj]>s93xNdq+hSe3c~-iu[%g"lk{Z%aE[-ro<&F(Ri=fgu9mKd$EK_ZL@3hg,7-6&XsŠIN?B5Jvh6fL3rgUHZ(o`zZ'^䑇S ߆^Or~h(:תwvm\elfBMP-29֧\L{:*VzrFSCp*2%vc0zžcׇ-J +wD&GMbh6WZ$zp%X~vi U%jrV|`IA& 0Uvf6η9zPӐSxc=mZeYi2vO>pWtͽC0 c\MtJDㆈmby 6MhS-YdBiܔ|GR>b'O+ce@Fs0B@9NЩhl(\M'sk% ?6S,nk=avW`YlSrz%w"h=˙Z&t.[Edtb>}-GsHaU$ {':%{,yޕ8*$DfTӨ6~H:7rmMOH7ǡKﵼH oL OYf)kΑk'<>S5G0pPWСIGM Ѱ6E lF6nTSPy:SŒ. TC7l(yKDB,("Z餞 [}n3+0mu'EIe5YkR}_G7tJSu,em8atiOa` IeO)k;?تlgciҜ>]B$m ,t@e6kt:@Sq-o5.,"^W guېgwyCPxs~)e:0mG`t:'\i`|j j+& :D,ds$qW tT-KݫJ();U%}-R |+{5 }/+MT o/4%M/>j_e? SW OyPYy0B?L(A\F̗q;-(ޖRĿ=㙙hB͂L>TI t&h`36qwֳ,7hgN8lCܺ]2 p3ڣUIRVݔ'|źjOP+V`֑;Jᦢ_ǂy:ijWc9CPv(LiiUo{P҅qPh$UI2{f\Tgj4?oooU)S` ޱ:vB߇ ΁b8.;(޹Wt_kq1g{ZB=MIO\l6FQ ŠS..| E}AX/q'DH2 ʙ7e.dS&׽JlG_XZ@ZLcoEحw+OҭA}XVH*.1Qhna?LKPQch0\Vh94D{3NM-dBөO:.go%B_y7'=< RCyys7iK}!Ν ?.F¶BBefk u[RȀ$OA=R7Hӛv }?)=4#L8WG㕋}AK^&{64#q٢U)!z.X&z"dq,Ox#h-ʧ/`]I@9,Z>M~ݤd+%x専az,k Η6|d*>frРі)B75](3|}nU_ D/0ϦCz`Tad!˼ P=XH8)S`],? 'a6 <Uu"؅ޡmb]#naq0 ~k-V ٴ qc Eͮ kklъ$jMQ@h4ph+D_8=<p"Mn9N'k'kD¼;R+l.M)%G*]Դ膴͟O5٢Q@NW]>G6k_doooMp@x{RP%:gae)QB'8Lp$r;ll;l}PD&$ay!Χ4:* HOH:18\SIb# e=YƫAF_9Ӆ\$ohJ+zPP1#)r0r # )*$픞GBgū+AJ06h%t ?nsb9Uy!Pq0W. 7N@x6b+DAB1Fd$܄ 8 3FbgfͤBoTʑq݋՞^&e%T&`]1r笏(q oҶ;SFSLJc6\*$ӍċC\ 0Ӳ e6xm{ڧvnQ ?J{8I}RRu>Qp7e<iV{{+3 [CE pws{!նh: ^pI[H槤:x#@T]#;?Y" &e#aXG83[.&>BҕWMgd^%kPshQrH(}⾨vC]HjwJs}Bb&h;WsV"j`NN=ḇޠṖy1z[y4\^̨U8:q' d`O(> [,* eb V $2 r\ABT,߶b X%ȥyL-[<+x_3v1dpBp"n(-Hx=Hic."Nt7ft1Q_fX9ʀT & Fh#3HH!H5!u>ٛ㵠w "O<fXH]Y$1>µ;g"F ю;N۝a9`pxF IO-^,1H8dt<!eRfƏ:瘏0̩!\!$b0]C7SmC@-Jk5JCvKR#Hl0V+.MIMF@Vl 22)t 4Mj``Џe(rKwJ,(Z_i`xz*f1P&,qA" Ӊ;z?u+Hӕ@Cg7*/k T֧;GCP?ئCM?b%nU_oҗ+,*lyOl̯F5p%dSwbTˌf !T>dġtR?&<4`C(yVB8X4roFk˳@Bצ(ctI {get-9!ew 'ޕS:֚R<ԔƎW$9#9O95i2.I3ϨYߗkhczT'`? 0dIʛm?^[v[܅,{8^Do޼Y ˳/=-2U-s B5-pvۡt%$(p2T-lC@yşM_̽!s{=P1os nL+o(i>UY]ZRery6>v65˼1-s/|Եi}v.UO'WH{-> r0#+b| -TwɑߎkOg'ŁXIQqa"z{?޲q ï|pe Ʊ;eYHFQVjq )2-YBA!^8LD"o%=gsafNmMgt.S&$vXKF jaZj[<<}6z]YxP;hHH% AvJ>R.#t=Ѷb. nyzA>3U.i"|H4|fgx)>ݔ#gnxa{Q%y;@b{50zϸ;#y" bjj/tER&BB?՚K+{<30r(#Mt-VBC[0M%va<$f9`H&$V̄~bI<} <1:0'GFṊpۅ%I6T' N($pp-ӺNׇݜفHK.gK 2@:h  :9׼se?yHNm3W<]?@4EB}xem%>ORd1A\1?B#{ܖ fF"MYzyP7{xPx$WKɪfRU@"|2)ނo:fcKoč> !*USFΓ-U_yϑBъ!{")JQFQbf4 4kmuUHjI l[tAc*^8S=v Ρ=C-T@sU+X01p}&7l|3@d$1`g77`nU^_f@o3cL/#\{ qQҊ[_C@t„/ż5$_8W8DWv̧BWBIBTAjJɄAh4L };QOIbzaj#i6#-yͺ9&}VPN 11(v{cs ]ٌG4oOcN#H~l5IWD ̋6,pkE(o<:fhkgdqoFUQ-յouٶ0?_(CCju-Z!9 I=~diOzqdގXkhDy?ɺ1%~ih.}_ԟWZk^ƙ|<_яemj(@vH)H%'[@W2:dmW>uoB}HE[> g#iyQlis^h$H.%+Pg٩GTZ_;БF vXGGV8Horeߨv!!%LylhLߕ8ۋ\DQ h6Iz% V+U֪{&,oElsa(`-I(&EbAo $Uu~,] TI] &ʦlG1$в)&#̐a-aw2=7zƆ/O逆f>hq;#`jiel | =\'|sO0@bervY:<R Y3ϼ@k*-_hr<9ҽS6{&.>6K%Hv?M,2)#?[`"+ьfN_qX^ >ѤF2 Yn`au°SlV@%&Xn9NM(WZôoӈ2oTq>sx=>LjkT]\:QniFߢ '$0d5]0nYSe-3+3SSU ۂ,E#B׀A0'̯]ԖC[QLݷFmgb/6TEVSx~D ȎAbWł!&3C@St G:g#%]Fq`ֹ utfGy_ _~p /U S2N{bCssm.b 𕻸vOx~fi 5%@C+@70uD hE6#ffS6|ZK+kbҐdȃRMjr=̚5ktsY>|* V4"tXO4i&7707Iem~ X,Wd?Lb ޻7-=PpT\ިU S?35ϫA:剝OF/.@^ɧ>}%v81Jph Ȟj'Bs4C:W<$QU I/4l<7 UѽeTe[a@jQOwuj.]H)݁:䔂&jKH9/iJ-`56mڧAi [ɻ:q/j1  [,_;YݘNGM- "Z<J˶§oF1t2w_\ ae8҅@-"$5g/{iP$C-f]3I+~4dž*>vp'nwuSߋ۬ tSad @ʞǸ`M\r@3Ċso|mSvZ)č pz&=y\-d=ٚؼr0n"b,_"gWzOZYUtM~.ޔ ?JhO Kͱ00Йr=\qE`vXGǛfܻƾyaFR_IZgȔQu~}:u}$ n,;'L}(@a'vpg=ky57(se.: k#;߃HF'Uـ5D#wv}1ޑZg@^Ͷ"tK.'XJ+d{nekHJ0XOcX#n$Ex3=f_&-Wy{))614 PjxG1Qpː7F/*gSճ+3-!#6pVrٳL8.|07Hc ZěZ5=M 9:_ mA)y el#oC'욌AM-POE{dloZ9 aҏ0pE[xڝm4P|vbm;Ӡܢ?/Y .:  giعLY yMБaN H/` Z0Б*٬9 URA@fPFn*dr9ᝉ^̯ӏ[Lr ed|jq\Q ߎ-i; hUl_52Ք-&Kn2鐤\,c!qd`&.C]P\rӢ%U}7%ZrbsEAvL.TnR;궬„Cx&&Tף ֖l QdՑhk*!;A9ճMf^'I[SF⯔[HW!G(B]?߾s4w&&lַh:;o>& !qgBY 6/AtcL/#ߑ+30* I4E:2.cxtiOd]R*Z[EjUxq\B.#g9{XP @A g%}e 9(s$t f655h 䠣ɼiGq+F\٭)egג&l Ů C[8 S5K_R"S.{x&xgaN/\-&O-)TmP: zBk\)#Aj}Px{=B%ƞG=%,ۏ=L4 k a9oD<~^[~ئ{_͚5r3WɪxfXtFeR]!Ǖ 9yIpDj:ֱ֞ yf}̘Ux?5ٌ6$1{&Km:ȹC1G̪|K}2Wb"WRL6u:-@l)t!b`'ӗGၟGC+yѕK5u7lqsvlP41Z,%vtJ75v].}p`5' tH-jG)ʿļ.K nPdjFhV4Wcgy(vMp9B0^~ߑoiEU>=|K熬Gt o; } /ɨxa7[jO;fzIƸ^xAE(m az:7APE4B5.2ɉT hTfw()?4'#+٪t[aMMN)13QCžr1ܩE{ȸ5`PGWNƒÔDGj, nA0{fI3q+'lN܇820zO5!sڬog 7.nUNQBH KJ4 HJ2#LcqRqlͳ!˹yuly?]4yE18tLM/'FVFkh) 'Lq01P5=V4fTn׫M}8>fį IqY4?ӿ6%_Bש" )Fge+if9Xq5%5Xǻ}XAM 1Tc%J21[ӅMP&=5=GnqTyR'/LNy+v :E8au5mF p!Ce;%X8(eo( csop]]J NHex3 FŌP6GlԶI@,&Ѳ ~/fHNF1 [d PgL\JEIې>ƫIINc<d0ΣBir=4 k[{8>,132t Aj'GBFa/R<.եDR"Y AK_.r5͘*yoVjj-d;]QTXQ=]ᥣOf8{(3@IB410@An j$Co8,,\MXݷܰz* h:ṟb߸®$>%.ehNQ[7ɄO뉈i(.A5}]J'F%aO"H\.Y/%LPƘ!ԓ\*f^8y[ sQH A7' cw!d֪'6SDpSa1s v@mA%Mٵk%jƶFqway’?F(sR'XK` W:q"6Mw7B Vy|o JVV21ig W%j`n|uj~n913%XȖQom6R5zM(vo7nBLER=劈bJ, _FifRawF1^@Sn1 _iPip4ZI!& p;~mr᥿$n?Og1Qvr zuW/Y/W$܇btAh~Y0o\blRsd  p"Y "}|E6WFpFR˒iE߀@;ˤ ׾lA{ŏ1.9IfBB;d _Libꯗ+AAxfwENNAؒ,y6'DhwI̮kk4%! ]<6 kVHqwݻi-捴ìۧ3oFaK*Y!r]p2\cTK eǏ!}?|"۬y[<"*f^ CfsȲӣwC!-Q(ѽ":M V~VLJ ` UkXBdz#9aA/N,0>&Z̥;5޽ims&#VD~c [SoIܱ]T @44`镭Pw}WB7a($#hU;LlwR!]OO(>&HB̕bnd2_'sؓNg;O?%FYC̄%嘎j6&+ICBD Sb;я. w5!QLۇKXKc$,bwԫ^5ڴf ]9ȷ׉,r=B L@V5\oO4s3e] [UQW! (.HBo45,';6@&^uK33jN* Uˢ˼^04H![v7cl541Òx)QW* b+TWPmhN]Ҋ7ߪ/1O%ZoʼnF_;_ i~f[sp vpQoש۷Uz^csNZ?ye 1^9x ݬATZ@/US"t3:W%%JSgsT^b|Fo^( +O"!Q60b^Nf-9i'k G캷q=CBYo3lܕı,D$X2'بun{FuX^Z[."eǓ4BެNZ'LivQ_Cɕc7(HuyUQ=X^{bq"*.1acU縫ݹ?X:ҥ 5Dq2~Q!t}Z`6ػi?x `zN=£^IEW'?bubEU3O Zy PN^$ICP~hW4Pic98 ])iu։խ#Qy{™B+DpDY2 iluxa &C"|[p. `2B#c\\=ֽK/JդBb%. Mս-EaZD_OP}^!-A~\V:؟F(eilbӭV5*902kΠ U.sۑ&dUrfjUߢVPENs:n]0 zxu: mfҩr[Ln^=X8 >ZXhr }[ 7}#͐JX GL=O81yX,2GI~&2SN,@zhյ^y3Zx-SեY,JAF]go/ya#<b@LJ@{o0iI1n0R8ڇHzbȨ~O0*)H{ol6F^Q6=SӐ_t +}@278x؞G<|uuB~hkȓC 1:aL? _vQ?~۬&iO~*#~`n)A@PT7$ -DDꞂՖ sڑ:A;+nIN->uR [Z_-Y'QDgH.~B'xmo%[ SsŌ#u#>;Πb!' 6u a ٧.fL"%OWWEH˜5W0]%mV%~ *[UrrFo٘fϗצN:"gh%Iۣ)p܏wY'F>ʬX+eQ!ިFd5w:t)*F W"ԩ;#]MI yw Ƀ9^@i&1PWQ#Tg+PNu1r"T+ eJj8orn; ALLQ)tdnv^$}3Cg*wO6kDɔcF d %>,irdIDGG=x~Y)-XW+%,Kip83.|/!}VȲ!bA&'z]si أӵ9O7n ȠUD r+쿄Q-QơK=ӎ6 Z*tbLO:}K?Fprٕ ه V G-QN0);D0YMӰif\8v2}9`O gQ,k=0\zE;8c =}ov OlP{KޥL&`q‡TH>'odNa͉תfg;gDm6ß T>)`l+o+Mش֯}!1u_X:beY۲AEEYy/C/.Id;AU>_Y_L<0 jܖ|?"~MOh᧸+h*G YIbM?Rw+@|GGӫό* D̦vu ${Xp|9C}_2eNOZRgiqj(bd|yk`v7R)ե;rI.3Eڄ=)HzdvB%2l@g*sIi.#~% @7X)GSċ>M%ǽLa`/; u~_w1n*g QN}MgR@ƣa1jK1_ z?[4lD+\5:QBhjdYkówi(+5YJz -aI"3ur[86Wi>drjb-FnԴ>|0MSQ"{ߙ /۾2(v.9;ޣ` N!?w$-:$n%=kQ H;1]yDYn4160h2jfG'bCk UPxm+;(L PHIVw "|v䌝&3C9҆-VUXs[ n$dg&%fY N%9C u2Fy%p iNJ}trʸoDHl?[y>)\/4eymEF3@~ u7< A¡Qd법KBV'".* q78yzrB8GwȢt3Gsr8wsԹK+EWʗh[([ƶ2@q(6x`yl|;3QHw~i\s)urVC } `BU~o'ؐ_c)Q/1z6u8-7q$Bg#Az40`ŵqoc9ek2H=21v%\Ur:dV-9H{؀]jVE7v_|B"}U,rD{CF"s;8VY>˜z)ٚ5e80OE堚ةQW"jC仔;GŨIM~.ۏ: 葪#[>jϙdXlݒH]̊Ayea%hT/?H\J&; F{Q>8سc4R.] έ1 f$o.4)ǐ=ѼaS8=/ ؟˽KC>HW‰%g*r{0hD]=6$A_Y!y 2QӏLN՛8+@V+$PiϹqA\~V;) %WI^~$4Ⱥ>ss-w pͼwg~or2O6毚ckQp4.Vi,GTY>ckXCu>@ʌ9 @s*g]~ .tx1\L/5N {>R~8T4 c d7aRB+qFzx c.6oOX#^tSbN(\w-_SH؀,jQVKə sA)ޥX66Pm mBC)~_իRHN L'i:m(ƚLr \7qŀм -6$#g%9j 4wOrC9:y>osw!= Uo;>"\ & ̳BUD=ؾls.!.2MT].TL RzMt]ml- ٭neS#jD','dBL#ǭ9u:#etof6U#I{s<v]5A)xa/YZ,BSkHqSUg?:qWʇz-SFf)O2F>3Ipca,``'{<>HޛїG~%EP9AghG&~m$C?cۜ| "Ύ3R-@Qn艫^ v8 KL?RB+Y_\R6G΀XEg?xu~v4Fpsm w;G_V5q ߈ u `NW<;m愶IWz5%r+a&Ә?{lZK6NPXjH᳓(%IYe{aCmk" etNVBkPKg40r@Am_"l!)c32 8H-MREܪa6DOo,,MY3n~i+uI(i:7T*Q Se8˶Y!2eR3HrW|GrUd4U%jޒNB}vBh*ŬxBc\Y62g_'%PW>Lz)u"MFX>rg})~X/lcy _H -4K_ҍR ƑUtotKމ:Ynr_x~`{ލn ţҤ9Xpl˗ʗ+&un0_:7!M4RPU*%0i?ц,NyS-C29m=im=8tQBH}Hy2*aBy|`Ud =F8WD_}Zfl=;˯Ce.i:+h'0Ci& kr 5d #mn x] _A4tx~+PX@{pQҕvѴpzB>WdX(9B<'cMstM\ ;/Y;t-;1խ;F.=«pn` ı(5{z;^X^54 E8=} M_Y5\DLXE]SC)_\x6 h}c_x =5>O/>_IF&68ƈ*!p]M"Ei!C8~Fb"#;i̚-ńNv̥}=RZ4t!aVsv^jbh%D>.|"d&@_{CA.s21%݊:dK۫L)3%Sb?4 VCeьbhW|p:Z %J$604[[^ ]AH=d R|kwX@5ړ4h1;A߿ k`?L_lZzgFdkE}=٩~1{U#k=g=j;le>K *qfؽh.&0 EMqQA\fD_'7Sh$Pev Qп-wٙ0A]EUcVԤ@:M.IfKNđ:bd{^aH$gtXM6Rb% # \MO8pؼ+S@{08sCa\bevۮ/񌽳4^ED_ Yj6}i6j@z9{sv_5Y~ /U963@a 6 !{&>+́)lj)E N[zg2R6#ec\;W4 3K!!5qk&j 1Nk~8-42o!q_'?; ?GA;<+(&U0@E[eJ؋/%~Af2$:9Lcir05U`g`-3X 󱫖Yl7߼降LC_" Cw1ER?#o$svS/˿I_нH4yF1+85tߚx4H},Qr$WgEa cvL~VSvb27zMDbw7՟(oe\ѵe\^*?8Ҹ0Ss$qKYaeKӄ&KsTIBti?ĄփdAʹJiC(ށtb$ߦd[sS ,9fC)e_ (]"{k!]GRc~'ῥjB cOb-[Bt1bLy?3X2-,0m-^c?Ӎ{q16 +| !(nYrC? >C? !c?et[[gN(U(s3akA{!^L= BX11g\_ ŮEN"Wk.^VD<׭.#sE0Cx:2.^A/BF.9vʘNs|? ="Zj&Af[5qn׏8rEZMNnM$ʸ 9}b>N$Dy67ت}ÚĊձ Wv9 L 92Mh9N+.n$l} (Æ&cF`X-3ҟgegGr~GJYnuH|uRP۲A꣯L^(V1z 2% _ȞX똲&ipC|G~_ @xhAd>4(TRH\*9U\8f1QnD6RwI4׺2@@ڻJ=@IdX11qqCRwż\Yח4yh1˞ͤ;iM (>ƼB%Gc(֞UqA= Z7i͸4jK Dhx:^&Lp,]eL>)7bq K7Q(I!wI*ɜvՉ4J@. a&[% 8Kɠ@[_O *9@RQioD ;H/a=F1_g, 6;-$h" o=b+"p$e>Q3_mٷI'}q jީ4<<*hA{Զ觓m߲_4Q{NV~аwk֯04EDL+ۨji,[g:5?&o*v-*98萸Ru Sn^wN}ߔ` ˛2ɘbIIO d)rA9/Pv5渱fCR%-&,1 uLF'W S\$Ky[QWg,@XxpnCe~'v'?s/viVQd) כ$ŠKd19\qAq"jBzf1!Q2W96N 3s"[4R&B T[YV`goDrڸ<6[(bՏ$R+Fڌ<Ķk֚x_~1w&nq ɩBrt_n ]rOX/~hy"ۦyQX;63X6wrjVBìd(uޜj`纎a4Sli||2aIsgOD/L6=%: ͐td7DN[ :+Z \DBkr:pS2nk"Q"JAnen>Ӷ'bG>'o<OcA!OL<2}+L4Փ[cmJ fsjꏥs#HqZOGsN3YhWs>xѺ >++܂![D@=>d*ArBTD8H`#ƚ&,7LAI B$b5ΨOPcP(׏#Iqs.i{(H{bƤ[!@`OETLT>7T`<7R:h,C$Ќ2= )ǵ$t<J< 㿜I=NR՛|4Y^nMRgH>NU}}XZ 9J,_%F6ӠEe6qҪL+}3;brl!VhG>]Dhw֯^}[cE;ϙʭ#ܰHJ`!l5rl1JOII%vM,iޮb+~xqejOAHWGpX{D^ iz0*P)7~JeΑ;J:nWYśR=ffQ*Ű1]Vi d0BQ7}#%0picw#u嬙.X#Ib'-! %VvU" jB,[yrMA)q!߲Y1?qoN]S'q4HĀ\n fbSRóG0OeE2Fϋw7Xt_[[3rz 9lam э\x4[-[@@wq}ٚr;$4.C\rmNx3b4k'|Qnqnle XsPȇ5>Q2t.)lN6u H9_-1.&cP`ӶX̝ DK~d-՚5|#MlhK5+a/!ۼ 1.&tbH@&3n6eǺsƼMI/z$MvтV,y WJh+?ta;~^؊ 5uZW{hb'%ΗFiBfa'_R/蹬d4AF-]nۡM;b1IoZX, SZ+0~@,9pj[cUC5RpqE=#B} 2$B7r(mUa,R^͎whtkFRp,޷gҸXqOvvj`dkwTr^699([2#ڒN.i^ ]9&$Fc9nT%+Mޒ [uʁ+zio=QӃ:l>cΘm7@[F|o_vߐUn}CV8gDlo˕97'u׎v3ern@+ =+=V[B'5?Ů#uܽ9$(i?߽Gj6~IW7>ӂhbO ZV.$"^0?N7d nIQJ~v1^ܿdLt3lv$-/"a3Nn 2!r=Q:6@q9U}Z? `ECX K6Co"ep}(^eē\`˦i:0 GɤAz!Tg{Ψ`۳6L$ijPI^ {[#l.?wMI _2BF1PԾ5<5F3y~  N< Sjn[Nh|>+JBw<<=@QB)ߒ.UcJU,/[\[zE%w0|ܐRD&>:4r9EXڈw<6(NNg,[G5tU)/ wv_s}\iJs-,ʝjM=#PQ*JmXU-^Td6Zra&M s1e9 3IVFmWh(brΣںzMZ@+;]{4Uy~ʦ ~;@ 'f20PWo 6ŭqQB_A.vMdFʅ?\* Of4_ DȚ_oЂXHLkcD/AU|qTkՂWhȬ JP:^Y}U"; |d( ?:mzO\$&K\b) N1BaSW|!U簐mr82@rs]$$Ve(}sl{79Э5+[QOolu\9A%Ue0Z Lm ޚ^T&It5,U77HSi͋k"_zðRu!7 eQN̿ ٤7Փ_9aէJtFBO(+]ܳ:=V'_ FPG(WY SAqd;/FA\MQ7`vղ\B+[g)((vE W;ȡ挹jZY?CYg:7d?4fuhSd,{jU?OpyCN!$q_U(7>SOw&6Uy g|#&U|}Y hұ~E{L: H>V-LN <ٞZTG\ap[H Ofc *'VB]Ձsh])NW{)k[$HMlGny̬A"MTŚ*#~G ;ƣyIN6~4y0I J\s( @]_~$r٘%l^;hBi9-#Ur{E]i-pPd-ѣ\>Ҵ܎PE p||K-YA9j~!=Q6AHqIaTy 䟙Xn ?vǛQ_.-f %g L Մ@+Z!Ru1@ qƊƣ* bi [fdUvQf0eC/.|:^zG$1,3YU:>mv EBZ΄q!t ~|gd6́}tI^c!z C"ۈF 鋩 5M|щ*9SnbX,r֊i87d4Vswm} owm  1P?jo~LpPf0f*ސmu0PSo-КU3>oMX_GZvw_-qW-SxNMQf,}%P1|JodUmoVnoOxtVS|@ 0灧{qoa'djFF8!G'rWm#U?~i(X6/1y_4\.{-8z2i l1=HIܼ7;ʪ*ٴ3IdHS$]s5_Rs(U3T:lDjci-YTLS^)(AajH6}< JbxSM䷓vT݊O^o(O QrkG=pʟkcυMlNJM"ӧN pU/#=c쥗(78. 4*/K5R7fL;Adﮌ}|ӑE_׈=Nn`6d"@>|a:Lh}v C*) P7!.aXL[tenhD$ףS\XzUi ŤXF\hxƄȂ=Q\}M >wW S^X=Z'F.Vj?VvD8phu2^}#dr7QY m<4 +w1ro1ox`fԛ RU]#7Wz+S^iiS[SSXO7=MWbL63M֪qj;Wd)Y"=X:uq*ig]K$@y"\|C*@ )  lQz%ݠIoi!R.3z0Y"EC'=íCBLAU/<-Y9sVJR8-5|`f:M}n2R 4fgiBf[mr6_z=Q|V@ܫb<58#z j!ܔTu 5/!#|Vd|A>%eVQcrlr)d]u Y  Ǝub~s%T ?{UxD̐vV&[$QZ/ ˣ@U)bL(U(xj XCnjHB55L8\P M,=Wb7PBq#׶麫K#B ohcm">?~$:hуIŒBhKu~ gF1hAT)Fe e]ü4;Zl@|&]u^۾YeOܦ@k| N-Fl"@T! yUS\NVAg)pP=L1W\m]cwR{q?Gxkrؒܯ`]{ˉ>@3.+AaH_23㡿ype'4ҫd|@֌j*y;JXYlمo=O 'T>ݗţ"\Et3±.nhԊOr4~XA۾l}зm5$FAB`7JЫfZi|%!@+;:6,C* Բ' wCd, (/$mM߶ Ja^'`zvL'0%&v5~;3NS?eXZNyڂ#B?FbJ/18 ",#lP+t D_:Fsn!S¨N4 :N,!Hu6] ҳXFp1EnI0\9]JmV&;nF͠Ϥ;_-(XxU{3y3Lkd0b;x9}.aS?lW¸H!TdP|+-l)<*HK.op-DВiNr/Uos"jq.\}\mM:LD xhNA aAͿWgd]7_4.h -ܻDisA+*~Oe]!y;:KЖ ZZnk+2jrXMIb';\#͇T%?]MM*~EE-9DE0^⊲K[{M\n)RWħCvaɢwņJ4sޑkF) ",J3zQI K 9s_ @foYU Ro|[ jsW𑈼+egLi2ѤD]#rFFY8f5zq-@sڢb0ƾ#Q $TUt6cQ+~6S3PŽi>iwOL:w8V$u=b|-H_xpnj=YN,hμd,bWIsH;`=awQI\޶duO Rؓ8_A%*/eo?ۗ̍4A : x3+t`VT\p<;f{rFKs+gz/xc7;UxZY@\JVpef۫,!&Qw~(ZɍH>WL#Aq![=겓\ R5闵Iîcy[j0e Q6n$ 5qql#pnh3Z)~6VDz6h~RfWXYCi^ީW#'d㌠j-RofJ7ֶBWFIθmڙ 7M ˨)2Ͱ-gf UlYv/E~!xGZU  "U5ll[ل ^Eڵ,H0,INvdUzL#|ʂa-dU?3 ˑdd2Q2sʀuk'1L6vR lnUܓu?n%}[nc~ɄiEj)9/:|l4Cȩ}R6#xS%e&GAE'a=,?# 1W]9>nqRս:'vb%Rcg_ߧH2ns9w Jp=:p/ظƐC<+->S&Fy |~ʞ`o#VE)%xA>5,ʣ^t'i`%Yԣ9 ŜoG8; pEgh],ƁW#|lM.=O\ В?y8U#W,J"G3`"!怖 ӜMaQ㑷Bt^ Ko#͐% \Ȼn^xK?^ǼT#5,pAg"jR [IcPJ4v(Or܇jN`)q}ET;W|3sltu~]&~lX0_ H&NB64]¹vJaΈ=MFhB!WE&}AORYFUe8ǫrSxh.[vz$3IΞ5&cđjz)R5na 4V@:ž*k7W:$S vgp&IS:_: UOX~/}j[\3:3c@}fLma 3ö"󃥎TYtErtC/ S#Ix *"&iScge棔E-X.jc]lցf1n1C}PR xj7U$N'=ᑌuR w˃  2^-C$˝;VD4I%PЉ};Fm@w|!{j:%!2r afڒv0FDBI_n.MRo] kct]VDIp 2C]9lue~"Zri&O D؎Óږq}σA^O:U3[ţG ӏ x~MYy 7;Ef%^-dʗ u4rŮi:\l>܉*K596wFh ؎WvˆDWrFQb;F}LaLU֩  2+H}Fz f[pV~cGj,2/G/s#ɪPV iWO0Cr]{ LtI0IyތC.'xٟ@(+op$]O.k'ynuhiE:Qd%4aפN+\UWD${}F2)Q$C7XP}Mk+0MrW))󃂦!Om3=;+94;"-8e5qTe3 c| 9ڌK7SY -g됲Pڬ@"л|1=T}/_sE[-9P [d&78u@гAn%U+H3r7:ux'K $. 5N̬ !.B!G? a +xi{:8ZC$jU$C"riuYVF76F+K"1%8`Jzq^sM>Snccsv^_M:R]XtՅsQZS%}Uhʸax:6xuڰnmv'ָPU4QryHup9^6Ѐ 4p`͘1 h5d|7!хDͳwt?ƓnSLeVlwZ7h^!~ רPoi.es]7zPM[GUx\#%sq`^M͛o̍nIboiT[9`MD($hb4kR_hMnLgp4 Y tgfVCS)8c%T^ǨO$H³KR7=Wgǵ|qD6,اBG#3m~ԤL׍8T{>Jsw=#c޶A:K_f/6_78ۀ5rbSq\=x1w)N;V>^APh(bcg#Kfn+s]'qtT0D#Xt(L(0 `9;HBTtFgb=[ G\K>2Փ(p(E?JQ,nL›䇣Λ%E0Ïmy@e!ԑNp'e W 7!z@Ӿ4PAC+C?&ˑ[! Y#nkJ:vḈ'+xǟ}TϦY>L 'd/8_?ȸtQ,W5K:A%03BEyLbisJ'>SSC %6KHɈZǪ)sJrHdTӡ܏V6RFguL(0;Mq2Ph~惖T4ՒkK 9b*.GvJQ0[3# ,m=VH@3'{\>t}S.,cȨÔ,DN)"Z 0X"KY<ԽJ5Z"L@q@DDE`rURGgI,ԺαDxs$#BR_Dw#&ɍ58_KznN >*׊=QPUpT!̧&"9xӮp~ phrX e @ }& 6Jy/Ùu#_Q_oѳ|xk'0FCָ>ym'!0~@z4MA1!xrDyUإ߮# ȇV([^UN~Wo:@깱f黚*!.+C/Y".S K9y}e&TNgyhs N'>J$ѹo)1o۳-C2!<՝A{Dc2r/@& H]^"le[Ƙ,mG@74^<&Tڨ:|39=zg5 ٨4P K.g ULxyԐ">QO."1daraȢ-ECezstۃRtT}1 h*g_"a %|F-&p2lMkdfۮb0_I:MT eL `ʘa6k0h^bdq}hpOq@I-d9/x$pJ}~{}HvCd`Si`ᡝ_tݗ22#kyJ.|XP@-0鳝K1 O?^ޖ6E֪qUXV캂uC0_"$zVoLU& M87(bY?Ų4ao8g^8/[Jkctb/fFKNKTwB'=c2QmQdCUٗ<J濜FW_KYH,s!&oDV DCvk*yBF]0qP<H۬BQ#̕K`uwz(Dc?6ʧyƺ|(7[.xwzJ)$ȑMBi xlߛevM^ufN¹ Mc,lXqFmu(0Ј[Zm^9$cpFz})VIgP20a+(>hai3ď9B:A,tE)gؐ.Np!ו~LO{2Bk 6R.vr"$4b$'ݓ! } !!@lPS_ EU˧2#JN1 '+cA+'U͈,d ҏ=NKhN8 $N0+Xn-̾P-Nh/wJthxOm[0`קa)\y5 qmZҪ?^!~Ork\D+ #&wwq_&-C~ss:jBuZL\p Bt+;ê)>rw1bBN/k!֤*f>JiKr?j}3WcPDÖAS fO.|Uш).︢ )oZ;]?)Vl5Ҵ > xA6Ǝ:+?-k2^KN.,^ώ.͇+8yVgBhݣc >D3P[s-j:^ZI0ƋF[ssa(Ӓm߼v]?Qmdcc~`׿.X}HX5زWJ~rJK::4_q\~b秾]xN 1*`7%\cj. G4^$~R.AY=OIf]7.R*M 4ruBkBՠ;zr$= n4c q 2>PԷ$u/) d5'Fh !5fq+e<@WOhmM@e;e㧁=O eڼ a2w"ӎu07Q˽gL ~qHXؗcEi:p2ņHbk)~3!?8i3W[T x?jSeSQXp `dOVod~vf1L/ EЈă[m@PMϽ, bd"krMi[іMHtG')x7Dö: IsG 1pM!hڡƪc8L= GؐsRx#nxt+ܹ9GHԁ<['QAMBLqMt'E u$)$)7P.Cn ʪ8Z^G;\Cܧ_d'B*(`(gAGvB30^`ݓ^dpӕJ uKY&W3kYƁ4>N! H]:5 xcvg677Yp#<Y7#.I4ubI5,`kpn9Dc\N@Eht(Mjrϣ;&b&_fT, q _~&:.Bq͉7;c%kEu,VS|zg7K\.30D1'Žvg/.hS($<_\(rsx@<*s eE(K ܷ h~kMgWhN>(ט"}Fe8\:.w#)٦]@wJ-ICL q:NBJ[?~\Yij}.t{|Lc o#M_P=J]1Ctp-!=5L.1}ۜޘh XCx1Q |8Y(aծKAf"[wMGe33֧]=1ޏ֪RlNXs孅.<+x%0ƨ}^ңiH7% S՝UkvZ}[(>|[2|Rlv$`!9hv1T1C@.%B]X?<[fuI DnFd9'&|6 026#^G;^}໹98VUee~ԁ j=6 yȐ:kb--/c88O ~qLg' h.8C4W94*a5s ER:]|a$ni;~邓AȣT^t*WyY(u|&h [d'Yj>;evCapT*{H|{˰؇aT0y>)UA`ARɏq ?L [HpAK#jM>}vĺ ^F%^pD<ϖȈr|cnk5+J{ /ҦZ N8yϮ@`"$ )(7=]=mY|+@sC^, Wq̚oL!kY527P-:=jytUCE c "kfhIt+>"Xkð0M~7Dz{R>~ JN-:<s=y83i&7u%V/di(Ҝ*L0ظPw ;#a@%: s54\F6kp"mE7Ѱ>{ j$?-5#+6-5НiNԀy:BUy6RA( R,%4pP&1н`TqP_YT((sHdh5.\7(IV _h)fsƠ΄pQ` /Ucq!nLFoM(jDMPm u<2d2V ME#-!IڸO5|#={ i3# "B׳lT,4^U-+@*0Xo/CTN"D]) Ms>CT>TYӆ7d\S7b? 5 H MS[w)Q;^9w݃I%$5@ сP51Hu&W0poR lu顇y᫛1}= bи&--qN4]mr -VG<:$VVzLRU#zіX ۟4z8{f0!Lih8QJ-},"z{xD0kU m(?M/CSR"!ȬQUɓV q66##˧=ukՠ UB(4t#*ӫ][㎋]vh/Ў0jIN zYgv %6ݎq~25Qu#XU.8geBy yK .& xŐy!tz0)ô;ա\A_(6ʳW这'l9y=o[tNM[3`ΙUP+CjaS0J rlv'b*'{\uC5]`̯3&6cA]?'*Kzj6fBS&q0ʧR֑痞۔+38(]C~o{ݳKV_ELDNbNЖ2-:Dq7>`_j1UI!ZyUjkE羶䃢 t"2C0$&zu_ъbQ7_hXށC1ᄠ13JkwX8go*"FK77 (n|زԓK0 (tFod-5T+:Ƿ &Z9$1$S;PN+/c.7eҲ h^ulaِ0eaE´I[( r+ww5x[^ L: hpJ6x&¡Xg 3gy.3nc D@Rӈ*uxI<JV(d <\{xvo}nSvds3x&`Pr&]HCj$̀*K֧>4\Z-C Chͨiy&w ߷3brwo.!Uz8iKG(MUn؁Z]Pm|IA&n_'ˤԊcϋ~uw>-ܽxl,8yL6)2$%ϽL5Bϙ%ZEvq/f0j}ZgPXӍNn ʎ/?( W(oex %>k 2mqܘޛnw//$@4& 8Np(7'/*@KB^NT1%J;IK4]Ap~Ʌ"X^c…Ӛt 5ZgiA0Q,SjĈJ<,qiY%\Gi8@N-b%sزfNp1Q; ,ߺ~0fOgV#eP^ADmhZP85$X˂Ek~ڜ39&". RTvuF9RH خ:_AZ|#%$vhnZzQۼ&NX2:ڣIUhM:".Le^"jo\)kW/$, RhQP xB 䟹eώn++;ٱkCTP3t- UVp 7W~, b!6p~tPs;>%A †ǬC=OXˑ,{WF3t Eh]ힹxUuX뚾 H<˕gHgq+\A/O ]+;&n@PWjXH{Zt|F#0D,/'w%bk.(S~4dg3E(J/=,@nhl>j 9Ee#':o8qAB"OF%,=v<|^e4)΅|:԰̡fRt 8̐E(=°J7O$>!Nh-An#~7!qk*_ԋ7ELXDڶ>MZ ,=EGC%_etSC1v kI\C2K4zJVo ,T-xTO'D+@\<:*iZ@fY%Znˣ?_'>I&âR+6@}/d؁ Iwm_{3rL0?0bQ9g;$-dr?2lSȕ̏9"7^pbh~r5[*0)$)]+ĜzHWh,vq4V,i) FL.=7? q]).Ś=?3B_.u6oCƲמSfo&A^?,Otۈ]0%|YFY8ⰸQɺͲ G'm K @;A\.S rR7hyto-i{ϲ_v/*ᗍڇ(-Ϸ Uq>(Uh@` lo5x.0;B/]҈),)͗LѷT}nO8]/%lHpYme |O:56ݚIK09\ {eM`|xof6y}MT9.Y="mz?LdNV_p49zаj`I)WʕlW8~;J߃0!^<^"̃WТ8é̅saqQx2S_¡]ki~.CMǯR>앇9^-i `?M~5'AOZ+ Oه~0=mUA${fvw/ C$H<^rvYaHkd] T{Qۗ,o/?W'Mt)(='xqDQP$ouL$7>FH=XvJvBH`@>U%o7b#zs ۏ"Q̀e >v}1$P5)hDhyq@6v69a1VHi}mdeSf,C_^ZxkR+nZ~k3ZZ3Fc'X?PsB,đi2oŅCC-$Y!`sNd<giz h/د[}8 c,rrŮwbcd^"7¸uԝkfIo.gvu;ث:r,qRb#ퟜ\dx:b0Cf4Ss_$1RC _=u `Z[ު`ucG g!+zm{#f.''$RjB:ܷ8.UM" g<=]ODH%W 9"%TNI?agqwj~"6)Cokj6(c'Pl&ݧ1)I\c8sO>14!f㇡{ĥ#]*2oN;/Egs?p.<8׳~鴱 V-n® u Ѳ2#m,CވÞ[ < Kބ<â N;[һgrrqgQҹ#Y jl e'k- "i$Xmپo0~+t q_c|rJdi'Yͮi&@v=M@7M5dBMȷdhH+bE~Vt줭@d~cDSg N>V)HAuy 4KM/D+0D)a'J+9" q3*xѺX 3АkY!vX@%i4祍|/c=%t\R\ iBqJ Q}ȸu'~s4íO2~7`:M~\'޵-E[6-RLv~-X*RB77K$U΃"?l*A9j 'hJP+ !7P(үɘw)G0o_n"h-K.E-4g -p I9M4L} …1;5 =#S9"=EQd[H~pT#)*୽irJK#;Ѭmi4n<|Z7)#R߷GѾv'ǷM#S ־j=jI4^aL԰T7!OiԱ+jҩ'uwIDib7WOKU{U:Ŧ7lDsB,?~&YdG  Z7(k%ĵ6UzlL˫d-d曢Msl(iHr!IS˜AE#/dߡ]툠 m qщL@7Z7]^bZg=* / ᓏ>1ɀD/qd7whN5"QN֝E8g3] e@D'~^`6'ьF#Di>UlwNC0h$CϬ=<C#a m1{RP[*hU&^ŗ`] R2 =i-@77ܷWPGQ^"GW fixPTU Ec\nЖc}) d .(hr}3"ThvȢR(x<;K 6H!3֫4RmTO,?.󣅕iA剹O0/ؼ>ʭ<־eE8yHKoDݜ攰${uh46GFq͗<vY6*Y񃙻@5]VݢݛC^OTuv6pja<]<>+P S?3?];c1aKK0ӽG *)?0ov@k ԟ自^Т-{Y@)igNbP,*)9jA1] :,ToA!tT3HbK2˲lzt Z@a/ 6Ege҆4DV !;{y*T7/]=w8,ZDz,ʩMS6aE+b2YI!QSiv#UQ1F0[s# % ParDQص߀f{PvxnBb\˒~{, T[ݸڦ Lu T'C:S+ĽIMb25  tN Y2^h'AQ"G*K=hg/bc2tO G 3k|iSz*L_(GvxtLܩaīvUx$TMS ſx4Ȃw C 1m !n H4;W\ƞP557S86F;ΡW'Ȗ if[Q@]&6sl0DR,1FZ-?W`R )p?uL*-PĔkƲ́aw *LXsx)Zp]zK#o@oG Si{`{1&>E}#19ɋ)ٸ+%NT0 1 ]Nz }ls>1=r? TC;RN.%fEWudMZd')H<`uP48:”?}b^$' ךnF!)}s;Т%I$ju:'ZK E 1Q!l UA5l=6~V'هe`A4Z?qe^ILI=J^erdxqJcMw'ɗ<TC;Al/S$44W:2 XW3w5^=i$J\ /[@!T L0qh[o{;^FU%094inw>zV%E6{ê+3<ނ]cij/JJ$te1Yz_q4~̭MC)Q8NlbV=ȳ2c'BG_ 9^U9 sg.ц7D|a|NiYX{ |~2f z &r5iOM[!S Hyޑy"7|ØԨ۸0qiMoLytVQIRøalM  Kz5TG";f%<`K"b&|tJXy' 2`Y(9>i:xqf!<3j_BZ i+q~3NlgBlC>vց\P ; qd/x4]Gy_?5 X~9{Œ*>H!NC"$tDFHW_@GcN]Ẕm870 EУ[JGDQ?s~wf~Mg4:.4F'CQ$AJ5gB?gz׭VLu!CG>`2]Z \QQT}^mQd t|#eN?VU7Jn@c?SpsN+2I;1J93VtUj$]vZVIZODkʏQzٿ=,=MpJM`!D\VPV+fg.wl~Ƨde5AGTn$1f+]o0UhVsict:a|E/ff{ ] 55mZ[#:$ԟiJk1f޺B)+1ds䶺$XB -DY±1fӶٍdōl-_KA}.y,W!Wm,Hy[{PІS+U>'vu[k%!V_W=),D H=}fޫV-( ܖre/\@? 4AF[hw.--Վ5WNHqhf B:DϖјerZOH*Q{^a$'( ;("vBy&x+̜q(+W1tTÏ5KU0xZuDڅN `+W+;IH =3&zxi'Wu[#qKF;%rveB/bn|]ƽ/!A:KuK"6k5 d1 @jY!ܴucڪ+C?ߚY!Թ?C ݯ7sϝ+~jMkڋLڛ/rkEBLCpX}+s(Kp'w(O+62Tn\d(ظ1V!bWIV@mo-8I/JJL__oH$ z|o%%-3>mۻGyoMߖ +<m}}jgDJ͡7."^"&AU|- ''؊ tǂd:˩KGztADyU] <~:1USڜ(SmQ 0~i[ 5[pK8 0ZFYV'Sk2vV;)r=ÒW7̱=Xņ(oߛ\c cg~]?>(zM M"K&#ZV/#M,L"G= eseLJ}RYln$޼ce|v4*K7F_+(j8Bg=?gnrw1h&&8J,+ 7,YЭ Fw#) o?QdSqg2JV q;FOjRO!3V%JAP)ֶNB Vp{YWMOK2p @JȨ9jKhErf "ΩX)n 9z!ɼ-R R˃bz;S;>gD.t!)RÅTLDW8'`UyDcTֵ´kW?G9_{ut:fTx- K,R) WFD}F|͔.&+x M.q wRsD- jnV7x}ҥ# Eaҟ7\x#HB|򓘨x=ed?{!5̄Ì0il=\dYP>Mp6vpt%_c[V 6 uŶ7.dZ>ai EMEG(ZڄbVKtm'Z"&,f_pP9 \#0獵pe.nh2*_0HHY2Hmͬ 8ZhV,D|l |AIH;l#~X]l;3jSpM+T$"g AI '4hSԺwJeK1QwsPQ_4*9_/`HJIvXvGSWЈHxQN=%͞"uzĤ6vI3|8u(]F>(R?X!+瀜ajGIwj&2-ʇgXtR 2P|.cS7[8N,#Ī-h)bx6R˃̚=j)oK&݌-kX@Ӣ.latmlA()*{',:Pw.m)sLUGYYF,u 󓴎eJ^U2WjB."X>{c颍| *4n鮮I:/>p67rhا_eaԄ񲶄)wz$v)$v!sQO%:ЬlajA6 !X7gN9n:HSb^jq r{nڨI%tH~ӗk:c21C7cfAReUZPס?8($ps.C>N h8p".Dmveyx]%ʑ.VZz)ry/n SV$B;ar3hD`.]v% j;85;] `ʎ () J$'Rʵ$:7,ft.>I:Dn"-A?Ԋ6{qRD=@><9Wbq81/s tTvT—g{P:f0NF nfDL[F)2 £:.ð;# GۯK\W'mPɾ9Xwhp]ڟο-Π00h묯o !Pqi:Xa[?#G4#.q߾F%<5ǟR,u5uJe-&^!Hn]ywv ׁ@DwPXxOoSQ{-:NFqIR0N>x5>JA's[e|Ƅleo>O~t2"u'wdz A-fn ]ˊ꼗uYܗY]b HE=zD6c'W/uwؖNB)%36f1UXAaGZ5mJc^ǪOO=!l0׹sf L[ps&0MOX0ݿ/F思s;Sab)Ur7тЁ0n$ 2p%3-غqM+g}̛X3,񾒃S7K}O@Š΅T/ZtB7oG ݷ ke֐5ƉRCi[gqJp۷VçLv-~Z]o1ґ9k}jAѾO)]rq4TapDoRy (I uHK%'I":v5ҏE3! Q&/:*Q_P^99>⯈2ԑ琥ryXS^ūa"0pnrlrEDLE 9N$VymFƑ,!18Kdy n 3+G*v,_t]T;u\x$!UE:@ 'G=Vd MjA{& vALsg9@ŗażMNz<;y*iOkW\ifij͊dB2-]eF$r |iʑAƠ3T9RY$my!{#'X@`&aB5$Aې{)Jj$\OZ`{d YaB <`I\|jj% 8kߤ&h<ʕƯ _d(ی Cn5]pwmtp* i"'ot(@bxQ;r^l4RHW$4%i<H$,cڲlY_h@pWփ{w ,!3 &dWu! ',k!`(. `q:$숈d}ߝa'髀)5A-QIނoq:^N%=~:EE 0MD-bOKHX`D(S+gxhwױnNY>%G% Hi [Q^-cwXμxZzΉRkcUa~9 |00= \+44wi/6 ײ6<3 2 )2D5-'Ϊ,tm 65HuG A@}-tCb&n"'&rzu<[ ;]=n#|LF>JjG;+Ԙ9dc s~r/;ْr&/bD{ Bq/}Z a.bQ#?VegT YQvPnaz5;TR695Tp #X5gAq&*"Cp.)Dn_`WE O.sfY㖎ݣ-E|'4WL Fh'=em\]cUEy6bS3_3i}M>gؽQ-of*U;Jfy󉧵rS[|djh#ALapW0)'G:nS=dVZ~*ej@7N%=F# ejG6Y3FF%?z~4mڬ8GPA.DvkW$+C(/Y6Nx2 %m-)r]j ܒZw6}xUq34G,b)2d#p1@[tPSxM,z3@A LcZ< N[B pP8lvf/}`}!#r/^Sja%S³$7Hmh2ql~]e+5G2,vZzCpqv>3$ yE֍#OYFΤ]6QY`PGsWWf KI۪!/S|.Jbd߄аIr VEN1z}iW֙C Qw q&s Ϗ?%B0(k0{zWpہ4>Fl"n5v/D<"yjW;%e'Vm֭D̨b8c)\h (X.y4UL b2ĦX?Uիk.ϭj\wAK;?޲ݥ-Ȭ؛p~/{x_,0GPzEkDO+c0>)hy6N6$jv|%|wZ g3g_M-KXs(\*%@Z4CYrkHP%ʏHpK#aModžNnL|e,wf@du&՞rs8mjg;R*vuP\u%[K ~G{-+fpO}I`j 9A~2t%CΗ5S G=*:7;J$hMtC`֓vCOR˖_RٝS]~>qP:8KxFQwZ5fByK iEgQ`%;ӾH" nފ#ׄOKv<91ͱ8*hyrK9ݲuf4HklM-0 DF>H{^@YNd[{>BxpiF SxƘi23a S=jW}Pfk:pdW5X@=pԔmž 3=?Kڇ;Vu] h5?$]aX M""7sjM3SjR}RCS?wm_e l|TۙQa,*¾a >~hS5 @p MG qԷ_wvLM<O!Ln$ESjS#.l&g$u,}G`%2bLEz+re,?LHɯ`jUdzx,GUDx)h9dkD}L䳿6#|#sȩgOtBC晶t|F5DkRd:[|@{<",kŒ_u9M؇Mx~gP3{g7nH/Z)s,uj) Әyi2pP;͹GYZOõ;+9pN(ZoP4Ұ碋!%gԐ5=JYR}B{g4O.e:Ho0'PE';X ih瑈`r]it=*e3&R?&"+ ~?̹J3JaQпL޲j AES )nKwMxaJ"IIg.BӛZc~5q7%Tc3 Իrox_tƂR-C''gW:s*!9,9Ɛ(~BK.J/Aj,^ VJK!(K/M.6:ҍN۱yj/L ZoĠ,i% wOf6ƕ&&?2PM)uũU)=m--Yؤޭg_b!gRH>3S+!WץIrnKFԕFE Q 3]KWɪ!8Af3ki*VOf9e,`AᕃSr՛ .Du gJLX4D\a_vl~DC.U$M' !yk>a8;hR~ i}Y)Uz*6TU!{E>2D< eoR$+8#4mHfkZp5M%PNp9iL6[s]UMu^zڍN7Ÿ82%L)qS89G_n;'ϣ[` !J0߈e6NЛvRWt]'&"f Z19aJpxаݤ7 ǔGnM7n,:z4H}M1ҀМ `ed`Eq\5cރڴoG ybn]aD,lxf!]iMTzz׉\^ƃ3B5)>F GũIɊ!?.i!gyS|͘']I}Rxm4E%&W&=6_R?>WiڴSv׸ȁ]CU2gݰmUd9Cvʾ*ʪ5whM*bw*قrSzr6VJ% Xc FʐdY*BÃBJC}dm렇N"uތm(d7>*cتN3IlQbK|SxKDs&Ɖ8U&m5ļo%i :{fm;S~Lԝ)RDX ?ORrcDv) nytwORn R&r ` 01w EUO3gGp4A(1v^w8ūAlA64c7mWga3M ? o!VpdBWІc 61 TmbYM首{a{`3rF4ICrbT#o8 s AFp/|WGkJ\?,<*X,m]y61o*(yߍn%NLL8kk˗] ȓ48* "`]\*=,rt SSUVFruO*$^_M+6vb1U pA_vĆ$`kVc 4StdB<!$51,{w6yCY'\ʧvs !9/}$Tv9VkQ!r;\nPff,ZOplBKx}~!hx0vr {Jh<+øFcKσ׾/"oOu#=Tq%TD!fAQGfeE!rh(]*WA0*SNV/K,pP 1Rݯ'Mu-iV&{38ҁ: ZtLXRB}xLFlWX04YvS)>W{Y("e IcdR8!.6gpyTe%[{u1 X+ Ћ1YQ'"zR tqz2S;Rv>6_gLnl48[UVj+Q$%֌ F 81G t[ b.!7A"!cX7_(s#Ubq 9ijg#YOgCq6l ͰfeЈ4 |N@,ϔԙZL,_7YGV>mEƚǣzg;&uv#T!+Pw2ՙX[ئ -G VR bJ0Fկ<-$y%1 ;-vG t`-xVn6EGR1#Q;F(r1a\9[&p?+^.nms (i2WZf`/BFOgQL *K9Y1%OHu^zI^ NSeU^wf;;'W68PWA$zŹJ~aIGg{:Řԟm*TعXzUioBxGK>rw(mtm V^А.$qpfi(oak<? i$ƍ7)MkYw{4J;5Ac`P(LdBIxg;Ⱥ]% w\蝸 dTre2 7HU.0h@3b'ɭcט8,J;9 IHLF >_`gmiǬ'hZiDg6cPd3So`"]+^6ҏ J6DYtLvdk.VM)L lɷol8F=Y!#̏urv;*S`GL3@a_ŗw+l(C<{9EQȭ8 ⮱ c,eoxGIS@rL[YnƟv =`;Od} M]n2b,y ˥iu/pz59]ߜڇzCB=toa7i̶{P!|0K:JGlys6PDnW g7=X3i3,1u*Ξ"cmi @*2b٤%f=ó2oˊ|_#Ԥ7UqXb9K7 νx3`y)qيδ=Goܡ:G}gavS &Y W^4wT 2g;w4|yo 1ɸqOˡФN'_>,K4e{s uñ!1SJd[(b`eZ|݇&0o 6"?Xq顐M(!l(Y\vR ]@zu$wßa1N4#hpnաCMS<T͢qƪ.%{5&" |r |{j.?Q%ɄXIJ;k6O1E5 S=՝*V *9//dkɕP˕lv ]V.lBdm܆vS {"q9:Mzk.GF@\:<ņ]59KNM/o['z߂n+U]Gx)۴A!5Tո4S DTل]7JY.݃ 2B\B3R@l 퐺>i CU@lI*|m[oXصFv40g"kLmǝt[aPZwq4; jt`KdR*E@_H4֮a4Ά9:+x[7֨3Mq/:jDrq#,g=7R#-"8Z]%sۦFfW@Z^f[=l&zU˗FqRdցgON+:q=#*u'{ $X/62ȕ뾱NRaÿ'Nnß2ܓXe3U3FƵЂuvў7U[8.J`Ȕw4#dEXN]h=O:ק3VĽ=`bK:9z'b [f C4k0Ey 7Z8漐[!|m1@fXV?OD!7cz|)ݺVL&̓e9SShηR@_fXE-r.Lzl uyo\gT7f_`“Z:Z9=Ao6חCWrMB Z}4w͜9,w?Ke60=x#A#(`)7$sW_D"u@EAD \2@Ue`>#%/gi[ִƛN]{UiL <ĨH xvݫ򙷛 J2furrcW~+:(kQ+PO>nh R|%\ȿ=e'sS!Lgz~&jم;gBZ=urx{.]o\v}X+M)Rzqmz k9jfk)SR-1 qq_pd\ Ý$I!hpbiLST/B C *I9UjoIZ2PԠdb~m2)8-*y,|!&̱!v8hV]Ӈ|IcQ\^q#=Qb]n7`Q⛿O~ Bh\Tza_jeC Baݒ yq2`Vlrze?A*ZSwy=.F !sltNGs;Uϻ+_;%uOwoW桋kW" v6|è9Bu׉zWe27,=M ~FwfP C8b3pc|Z04\sV %O(%'og1KX&-MO͒A4tZs?  b;-eȲf)E`O U_3|G1—ҍ47i;6Ϗ`S 9wpVԅozORAEfSXhfHen~ @WT-H3TWTXde)U `c>ϩ\û3k,vyS !OzVB8VNjc0*}{ox$>6FI)%ȃ\{:2;%XźL*9XVKִ6<KU~gy!(Dj5&5IX'ڿ&P 1jՄ^S!ު+6 OXYyի]oI-MC\OY5F%8cs;-X6Co]fi⒠v([ .DS%M?c"box t/'y[V7Y@DÏၞr3q-(!IfF8VMO)/yV޻[.S f+ʓ), Cìyb :-)R%)Hnc)^% ŜA%6(zm9ú9'zqu0nC9Ncj3+Yd' $X%11qlA JפNMw&ԇQ3p y@}l.. }]JTCKP oMA{h% =`>6gM‡ѓ-:ϻU>`6ĢTjVdnZSA \ UF\Edw=P9̃ ɣZpi7-V%e3"VoY.noۆqZ'pFb 4zVGٿ :{ qz-u]9R֐Cs<^=Jd_߽^]g£+:B;xP}EJm&Nx!tji71({a}5LbP龝C[b3$|a5%?3,a+B2x@9I"hs{-;dܹmZH|kB<ֻJD^6!="uo㎂'|`͎r5OkU*!5mPM8VgɷW*?܈Qxtluvl*del2|R\dv7E+,O;M _7z(z l` в5ܡ~Z$as)Qy@_=&3h7epJS)(06d3 9z=5+-._F_VcU@mj=l*'cˁIq8f%t;bJwxcх)op!s }qcF\GP bL} C! Et̖x7 P/ezOA\|S>+5:E+ɶ'-z{UjyMʯj]`#o1fux#9^ӋeK  AK[}NԝNk'}lpee}9,^FFB8dO!n'';xpJ"uc1%9hl7CZ<~'jJصD o_Ѐtiw_W*?V e# 8bߢn~̩m~F>c92e#.&<ʨ ;PIh*sgK?}T},S^LZ 3bBs1 0_cѷ8\Ă1zWۈ2tbw'ɪ" s+47NQ3ǚ#zwS耦%*-PХCXΆԐɕt," b-jnNd1@XQ{mN?2{<}y YB%T %ZMG_A Uï~9XФ %W it*0<mm$ s=x[|NG-K9E>OY42 4Dri᳒2gjE"ܵlb&Jyz?kZUٹLdx2qLd2RrqKC#LA7j޷?(:հ;G?a ]MD9)gPH²A=2`6 qL2v>WU=hƍ>ꘗɵ;JO588NW}e*P2, :,eW8[wn:!=uRkYsE]蹫 KY*q"C,6OWlerx_LЇP&IRV.X%>&h9HzIxYIֈ#/v' AQwG"zkk&i Ԏ&ެ=1hHcZ,qb`O卵下'"SԊUCFGr|5"Xgh%'n&m+_ųD-'3"KzMq_,PPz< ǠZtdmr*hjB>5櫢+D]%ّ JRނ |Dzd7p"OZ=x11Pط %*StD'NLCx`HC*Ӯ=ZIRA%*5M~<*%ww^e%s%Π`gl+i`Ljy?AaZ@;CxQSwsƲ4ם\[48ZV '4D 7v1tjkqB2J):rK*~C5 Y5r kx\BUeWkw}~۫OFzRb^孬o3 (ظ9/bay:|g2sDK7.Pؚ2͕fT>j\Ԏ %6,)g ͨ%뻤͋`p2;`ioӎ,Y|dsx|*UKFF;Ż&wی^SH)0{4\Doeb*L*g_v.n ~g:kkqD'ֹ-4d),&q%,wGz~4TRPj >g!yZ_'&7@z>,+4AT[Nf_ΐ P_(!`MUa1BoevNr@\}&3:EtFi ƔhBh1߼!*pDAp*2sArlܰqQ- {{]2x\R%AA5Ͽj޳1%\0&$\ڲCUA]Id$`z/j@/j![t5:]R(v$Kǎ~'9ax@,(; v#i nCG7aDn Ze:0 ħYWGLx4?bj82 a:t3`< =3BeJSe:PgwxB@˓g"A[~'W*ciߒ ɐng@zFiIkwJs|q_1A>Ŋ_]lҁeUsX#Rg}&RۚbyOw=N3ca~+~_r < $ޒ8,xKgq`b(;NWځ>MNLL,6Z]- -?9i҃fs[cv koBqyC;R+g&,Ģఴѫ'A))!O({W\} , b#"̇ PM>:wŤA!lF`h&Y[xJ 8uaWIыgJ聼!ܦ\$ 7SNv7F4RJǬhĹ(ӌȱn&nRɎbǰx ZA^k= fەTX ŴRIZ\nPj}pԺvӃ,uhj<ǺYrr*SF: R "sV\B#I"u/t8R|;ctqR?\׈ȧA6G!s 0X|2~PT[2MN턁p6\K_тD1sׇcźj̃V2 [ĂٴԵv&)Bd?XLBŎB'f|dhȨ/k'4Weh|3}/ W/cUkHA3jOeޖ*\ 9Z< "fCMWEp.Ggalu$7zVDou Jhhza* 4h86SLfS'!-) 8( 4i)` 045x{!;sbó]@,IΓ:7n.?r1Y5W svɗ@k;d<\ Y#UqH[)31["SIo dqf]W:]ׯ: fpTys5!Ze3kl9un=J Ϣh?1>Q=\3rt56ҿВ&%= QKN-pDq~/F@W ai+BJ  C *XC .a{K24Ϫm025q]CN슂SCk'E׎T9UXx R;֊[23RS· (6tm2L @9|R^HἋz -S7A\J VNzc|\BC.R@ = v5^ﳍ f+\bNL#5NAD1e܁D u5VRYM "#4re)#C>*J{&v[vՠqMdfMԠ^yn!G8R~*!ZH͊ʢD̫8ɋhҳUa2Xy$ l!T9uJ@% a|m|*F3qTF56'>W|\z՞@r"6m?*4a[VU=JS7;j eA{SkPGvO퓖b򄋯8`w ќNBy1&}[B_%W$w/zu=>$B5>Sc75z}p aԃۓfCq Vƾ T[?M W%w1I~\FWB۪?+B?| }v?e{ER/LRu. \ zFCXT@~}/Or24C}. cQOg5`#OhtaS:!8zbi- X5闳MI=6!29>I ?sR"`* 6ix3qChA@oW5f ^3Ge .nUOJDj 3cȪC>و3Kgu츕;qw̒~^/l.yVe7ձD;c] 3KOQ<+S7kmj}Jkc, Y3C8! 1Zd!@ؕw*HBZH.? !^:{sU#֜',P٥$ P]3 l΅%vaDS:$`OTwBs[ל>4!-F]`wbm9dD_\)P d\I6&EJqA(k踖{‚O]Y#5uū %ysQu$@wȀF<+`U\ ӀMp8oQڕ*D%/%a 2e8.\J1ЉGc VJ[Nឈmi7W&%^?U*f.,?Kf/=Q;p)/ʃ{g1DRBqpa!֒D)%ܨ)O9yv,!%$T=W lC %揰 ů?wXABa6~2xH^vt/S4ub' 859Zl%Je@9ul{Ecq9R9 %1zp  LN6QALIԀ 36İ_^K12 IV+{՜djhv؆WjgT?20W^ՀéݭaBǬb#j鴡z,w\ŘnSR)\K&L#,jdP't)xӔ:_H.IyRP_t|8vuC 284ΥOuU!lxb'jɳ$% yT-}ŌN3N_&Ǎ*G)|EBTpkڳkJs<+2Fy2R`M<嗈)<̷˸o}0`:&H:G̟b [,P=ò;(poNg$vk>= RB+""aKF430*^ltP{+{:tP):TEǎPΓ݅/OO:ĞEZ丁};/3Y~וėԴZf4+t@D )%8 A?^l Fj]U֖wOeGF0stgAeh]mcřE|/93Kv#o=ջ?qJ,"f 8#tnjʁ|pC;^1%t:Js@s)tZ>< xXAYT]`c@ɞi5jY/$;1F*݂<+Cu{ZQ8H?ew_kעY\~R۞O3z%l5NgyxWo8(*Mgg?IChk(pP#Z s{OHe/ A^aP^f]@ gn&9[X|hmҏQCd  7զ+ }3(X+R b͂ek*YK?~oOӗ[BGDkm}049F%RWw&SzzEL9'v7Ʌ#<qE@.FK%(Q)*LT(/jCd-8׫F("~BÒ |p@p_6hUbђNRû5f, ;9MŘe?(\;_:RswD+USm1 hpYD;Kʹ<}ff!BI;Ṩ{ŋ>\U_݄~_ȴ&edKXHJ ܄s9񗃃mtcΪ4.a[0l/iTN*g(Q\Z"U5bB*0?Ye_s 7*쪉Gj )n!@( 8` gN}Hx*mnC~=˟E,Ω֊ >$Cu84%r<:J['ZB̽n߿藍owPl" I$6mWͣ? ( O/^9% t;iR53=Hri6 MC{6*dz`Dy deXs(xJ@ h4n/Ct ņ`wTis$+bwxtY0,d3z #=RPȰB,Utw>{Տ bA\I#UT. xwj,CV?jn7DgYx$aa9qu"!%p99CcU' g@9hҪpn9ε[~Xjqu?=4 QOQzj',RL$Zkhn0 ]-$EI)7CJ3J'{PCm1B~TCvܞ: , aIXp {8|2@$&\՝f6;r3Z3KHAm ;[84O52t$ vxƘiV^S+8rutn/2dag]V&X ? y ^YAJo0DKdMULr%ziIuqpAx浴My}̓0pRm IV;,h~{!MxwGCK6"7GW8_`85mrޝH+YlePfkf1W=d$Cl+ KQf0Ү '^eqQ˳8m{)-sčqX?r|B^ ~fxK࣭\(6>zM8$ΧE`9Z_WpuT8KUb}#9e`Vk;cFX\7?:y`߫Z"(@web]Ŏ"IH0x$;ix\_b.vKDt"0 FNavMqtFV6os719bZ-lt(JJϐ`5qi޽1b:&IW Dbu]V`8\raSy> Mq&o]].J CT<=4W0jjXjBI p2' "}A*Mgc?8>xkbh$*)nM*&ڭ@Mٛis,8+X:6IroF4'_>ۥ2cmK?E؋;"ϯ57k9@g84\sDT~Hux 6Ǟ^<ŠYR\),7FhGQ},p„2,+^~FIiA#ʪo~YcٸRtG1PΘz$VN >lG%:u# $ J@~tH8 yN^.sumدwE<>&kLTV! EД~^(b(N}!x>fBġ x]FI)6q%"WE^Jf`TP2p+կjJ HI$A}jᓆK-A 50Dz"Z(fs1,= 7NG q28Rڴޢ餺M^Юb_ =-/>o+a.M}JaG9%HPDꁉE+dW->Y4|ZE%JWQKY\>$3qƈ!|l* *vC_9 =^D $cY>^a%LK"fſ|> Ef4=;vPWW4u b~~74rm /טjhV9]M꾸aL?>xPyolT hY4U]4 2nasNު9s+W ~ɕ7RcC=( .t;ILN\wOo{C, MBvL Ue|;t}}ha:{y޹ߧ5bDzMHhM;^oeWh\S[N`Qhh7!=ōϵ7]{6ᴫ_Y~KZDt( Sj\D*bˢDA5X5I "x+ aڼ t:}, ۖj\aX]CRt(a)庴P5&I{GqZ']vf4V^АkJ{EשDAjǁQbQlML%=U2 X$|oFTڃL`vdIy=@AKMRrIF|&o$8X3Bhx>Y Ԉ;]-Zsd%JXc2-1@2r8}SPu> ")BffcCE)aX18ʟt]DLdox:R5G'rtE1TE5W-ޫ4Mx=t X4MnRm7HE7665`iJ]b/r)X#{aЧ3-H\fK )kv 4Ul?JPQJ-Tq%tfSdv?Ě(m Oug*Zea.k8C b&8$)LrDF>%jv+KHN#QhjuFX)tΟ+) K4xAw U(f9K"du`W P8y":zSH{s*[PY#CTj!ci2M5rD򅀕M"?DSwBF%dUИxc8SVzvm PtY7ӊ$ f^wC32XY]p`A^E6g9֖ART g0l!' =L^Tp]]m 0vпVژA4t &S ZJ !lC 4)D!7 T%g;>x#8?e3ҭ7 Q9z={BØ;2)G>{]/y]G$iU4k4VJv28ƺC8v@H5%~~tpyo䭗Lz хb/ @CL.M3V`3#\Bst[,%]C[O2]3(sZJ+hEif5\d34 *>g3kE?['S_o1ڲY? +]S=bdM?ʥDΐQ˦5> BJ&Y+@[1A2-3t lNBz#p'-=(hj@^#{めoL0u_wO>\u`w"Y# 1}?>"h&(꒬)6iN_CTگ05cDUm:&$Jr$$=#@^ o=8T,I vBYU?=[ȹNH=C1]$sX #X~ޤ]&`C=:w S[CxODx!lɱwi9E !È=;IRkQl[Xgф a_=j #94`p¯l5HJ U Oc(.!kG{?6EfRNc)ާq7ьC ԥǯ@&YU#zFg$huAٽj5K^_y s.!4VjU*J;Q4 ƔPXxsjI9D\7^[Z #b\n0Ֆ!(r$t=q8w`]m8@W'l4VI\QCw#CS'LHVs OƦ i) +@6U }$nRjإ5[V[K`LD?OĆ5ka&SfиXo*{NLp乄T[vd?lfÉ&tMk21Qr!݅s 2 @鬪,̏_pQS0D—QhqzߧkrKfe@Yr/᠍`S$EeV^/D'7sbv0O[/LU,޼,qy^3>|'axwި$P:~}޸اSG 'q}*~1).X$cEutދ띒Pͼ|\{3L&:5Te<j9w/wǩqP,/3WwIDdjΛ-}%4lכ'$),ttZZV+L=u^l;Z~AGȀiXO`XS32c$ڠ~[A@=YM=%TMiLh(ayJN΢mt <̽vRd7ڹu84Fq*kc]ح.V-6d9F+*v8K eƽ%!iϼ)8SUzAEd)?On4oR}8,A)`/WP}I \¥(; EۡG!62jr[̤枛12[  ;ę#_<ם@p\Pm̐gCk8s 3M+hNa*K Oٟ lD|6zBP#5IB%B߶}: ꕉ N[Vc7%eޔb,(>;NE]g'0TjsCs)41Goh?AZ*OqL8'%9&k^EIz p[j&*;)3M夑|˳>Lt7+y8dˬ)dtbr% :E&r4U5T&r2l,A Sd5B Y)_0a+ fmn'-oݬd H)Tʃ4h?HWao9w_%O'_ ph-¯W$Ҕ/3ܛFo|<_8IXz)vvwy`33b*7r8fR`!3)+ims4˗AK_.UgH4*q+ԡ oZ%S̓ ˌuqM*sJQn-TD |#4I`>T:kGHG:t<')焄g5ԟKOtO~1e䨅Gta2giɱϪ`&ܢ`ƎC8NlD0': bE­Bp)xk;xokW'U:7e4u.ĸkɨT"ȏ! ΪS+_re|䯸 9W$<ɷRڠ)S b<2?<#|S<.9Ա qz&ORKMn[6պOʪe1̶ѥ$7 iq몬$!)gRME)Bbz-2Qc$+د |pTT9GVwaT%W)P>em\^ѿܯ!M>(O5eG 8]ѩԷhځS$>h&(o LQ&g<%^ 'zxsٵ1@f!ً9|'Qm+G'|B,J 8D&dF"0ҖrIzpw xhn}7o"_7^)F˿$,H$C&Һ2a[RC,1^YHK^Y\MݧubU M6kҕn89Y⬑~)bneѢe[|iI/$jB"ҶeWCBwTTwhP&.<"dٛpҹZr51 I ̓JbƂ1Nz\|wp/Bߦ7<'`/ps;kldCHk1Hh]LĊgH׉gP"^)'xu\{K/o(Dҷla"BMr4ۏ247 c21J+mM_m-\$}P>XP>tT<8DtIGy[\6ʸ@&Ie:Oeʁ-| OgˋG?#}7:X}ocR0ݿk8+ XOtM ;:R6SaWf I@2Z7a)n |sϝ{1M;A:ZWIޒ\)?=W״Ip2vdh&W1hHuouݓˆ8 z4(duߠ66H'Sv=1\u>A~bQ)wiAg+qhe9EO< ~ewMu ϵRK{5@&H@Z,iSZ4qZJ?nR&v5h*T2]3U۬ I'Ѵ6yPHA;̯?Ãmä&O!+X9³r+hѯ }K,5_-#!Kr T?oezDVLmDn'B/h'P=M'gh!1aO1q$rXsvf \xL@.0l}}t5uJgo.I4 D,&A.ĭ[e O!-@m'-o7cV":~k( ]0XLʌa53BE(d)P/)#]{h" 2+C0Zӓ}zSslip :PO P@-pY(~o" ^w쉑h]٣fdtѮau@[~ &r)WJ̷n~ \ϔe kg ##2ŌP?ⲰEU^xn\س+%,%ˉsXZzlȊO0GG X2HwQ+oG2, @('Nm4Dl" b gVKRx^AQ^,vkdu{ -)mC]x!\O14e0rj|-SLC*\dXA^ ;jPjW VeIp Z!Q~3/]r#K^OLzu3݀ H2d&WJ,071W@'NM~½mxqPC]I2vyr WΙU{A;6+󪝔ws: (l9ZuuПi;`^&hoM063n Ug~TE˹]Pl 0qA`OVH+Q0qiem?H8BǴh.XÌ_>ݎ: %Z(ʳtF4 }&(;l42TeY<C:ZeY"bzIGL%^aZ\7$=*I.AgX݆lܛFᤡtA(c/ls+J).gO+)c'7mۋ%hB/_.9Jw|^ xl5xѿ%5 =hh4@C–-~U5桔Z85GcՆ5ώ`2Sd_Yb^~GmEI(Olܾ[B6[ RnlrOƋA;6 ?&]v z`StQ4E;7{f$e%YpR*?Hh: |k .:GU:[w[ک<b04xѡڱqTCt:#.}.`J}?\mc{!ܝN"y@\$aF(A+UeM#ђV4Z8 ߛ#@6~(YT2QխF\)ǤTj4e_V;z@_UD`QNzWHOB t삛ʹA f-7om۝T'½s ~ tN2aa23ϟZZ{O&=kKPo9!>ɍ!Q[YY>$U`k%"^ƥ z;X')ZװDDH)첿N {cSbQ8 hcd7 p@IR Rl֡#Vvi)iL}*<͡nߊ}(pv{i}8IR0mVWã&T6vI`P,06x6CenK}In/ $A R $nQ ޖw;2lul6E+=|,ĴD#MFT>jJL.ݝ7xa+2R`Lh\5,U؅~ RQ=膺t$m1<<Ғ{ܙ<(8~ 6I~ k<&o Β8ǯokbL1irR~¹7Yeq"SiyH7֫h/\47n.:3`ǮP qb37b}]iicgMG՜ʌ|SC=9uA8Ȯ3΢WOa_Jg/")yXfz3݊ 9\GȺx47X@Q64BxSCa1'=̛a)n(mЌg*R*uoZ%8+,xE?c"J ^T0=:IfHX̹9Mȗ}[۵'ggq5!Yޞ*y'qmq!$ExoJǢ4w#=[4}hgև9ZFGNE4:߅^̼0»HΙm4yP]5l'`n \昵k=`Fe R6. Zֿًaޡ( 饙40NCI# ys,*4frm\8T43Xx6vhLoX%$kdg'dv.wꝰS?;[6( 9s8̚!4n#ƭxjtl88O}c\5(ǪѤ.T?`WGQ)gPvo4^'X\[M'7CeTԲkZY"Wg ЬY}4I@)I<`~"4q5eQȌMQXO/ZCOw$%zPK oކϿ~ |7]f>}1U@i QXh Òzc)\R`R+lZ)$-۾0k4)2G8iBK.;ԍj=h(~6~e [,"cU*4%i~ nSi[=U{s`-]/^dˑ0ux=m^oOQ4HGz. $>R/ ]_!p<Jt[ՐEiJ&76xpcQU縕{{Rصk/icϼ8VOom .RMj)MFXص7msZD?ԅSTc]&kWK#sC7kcvl ~,J,W mdɚY+D޿MBDk(-Ҹ]((lަ 5W%{C{G#yxu.j_LxiQW^k~Ab`|(CPOp~Hyg-Т7T\{ )Gv-(4Xʈ |?1 :>E1=, f]n-SF;&4L2oO$Y􎖩lȚl2jjs$nEh ćög=(_gً֪WKw?o!&!MӢ=d"<ǃyjlL~iG.m^a,d0 6__Qű*OI>뚫1fڛbN2ʙ7Y-f$h`WTeCHd^qzw*8B1&f)Ö{ 6lJ ݺ-b$p?[s>0OHvq}}}#.M*@΋R#R;Si~ڏف %rr ďk=@QG]g-mH e:jl,Wu|9x J~QcR_,VgkMc:"wCxѮ,i@;S0ZZ _ JdfpV$JHo]  ;ь:| hG'攜ڙUъTղ4j)\J/AYDW LjYUb 'z%7[@ӱ_tW{P = lZNr Z'(AO7 m gGLjbvE3 &X *x;,IDLљhS_WZk1֊梸ɞ*ȑ$_qH%𱛈+3oics Kύm\PPyenDlkF,69h\~2HR?8">\$U aP);d"4ĉWd򐜪A5l6 BLiQ7@O $T}t\ Գ\NB|RW[7 x^oShBC:wb (PSt|ܪ}M l#J0AtG!hngiS=;.:DrR9}.V(t۶4F z6S<69j>㵶51f< $nafm<噘݆ #~<\7v8(JkDҖ >,,kx^(Hԅrf۰KWO*i uo_eр4xd& .{<`!ZhJ"u:U괗I m1@]ùDbf@9='Z~^ ڥLc兰+S]GZƔ-rPZ`BJ]v9!hU tF<nw:e@یqzP7^=Q&H,P۵1%|,V^tIHY'F6ҍ'\:T׊dˇ (՟R4F88tsCCs9Gwq1^U-)@ |]b'-qe}ᢅ9FNkk"~xW:aup'Xu1Av``2#RgWpx,L_ Ed *!(U191BY;@I8bD bZЋ%: p!b Nl${ނx p'g1&&iֿ);zhXg=S;2%H_]St!rZKī% r34+}!7QZ[qum 2yUH݁nm=|^n_1!OAВ0~9^\X6xQ߉N᠃ |~#*(kVw&̂nX XX?`hһuv5B >(\v(\Iz >$Cņ+|u Ȼk@o[vS9/!*EۗuUJ[(s*@ РN~dy >%F*ɍʞJ$څÚJF@>@>tB}y0!{跄}KݍӶM-=2 x+N%MUx[Mauz~B|_蓗Nd^AJL -Οܪ ^8wSxmӲ7vIbYD?H:Cގf.R |%wՁԸU%떡_ ȷmGb6VU1&Xڧ}"9/WTT}as\T4 LE{C"gb"q[^$<ڎca'tqi^eP#Frܺ>wqZ yӗRzI+\hsM1<2O6Y /9s /w }t0֓Y4"g}\h}e%rvHˋ]\r=s,Gt d" HQ,UHe])`j˛omMj6yAnc;(f#bt+Ʊ &Ld5 4l$U06O:HkWE_-|u 'ZHrDcVguYv Z6' #:2nYQT,3"=tюOTV1yoӧ{8#Е=ᾣNn_L y!lpYUDHHH+>CHiVnBts!oApt¾P0|} ^쓦UNDn8Q:6/h*kkJqUw~͸od?Q.|HB Len_B<֞}zC U.2Y4Z@u=v_rٛKI N"m_ ']xS{ NJB6@noؐwcp)oq4!5xt 5cPr9@}e_#'s @em6Dke# 9K6^n*432ݱ:8d&BF)󉗐=7qN0&,>6GQ}k4*6&*&1L U>ڝn7pF,4Pg׊UM~7L6#SmUH(0/ǘ^.}}W7U>u 7q$}z mْO*33Ob7'yQz#Aڣ G뺎O~<,EW902cJ .XQ3Wr>,Щ53󊁽Lph Z/n(x耳36˩S2>1-̝$58(ujK15s9"-@⥱EA&%?Rp\q2Щmn=_8Si}5E #;ڒb:).w<9at--BJkD /P^')CSKB"Ap;+ZhB(^m Ԅld XN*"0TEqy~wʿc }3Pm1WiVZmF#z3z%DYWtH"\2hMM"@J;ouR6uf$U)-fja䟀$%%M.eȞ6_. 2+ŗ0 "[ЦQ |T6KҢS?"JRT)˧M^C%OGrPK)"i~ lڧYIsc_Ǫ{MaC9ޢUn^`ۄ~ ;ݚ\o!˯?"-䁍TUi&Li,oX@+x{PX@cDnGQ_ Jt!^PoJ/5x)np[͛*M_u^jA$@]6:WJ 6&1ŪAl`8G ʌ͘,xCwƈaMi]̋#zuVa+ѳ,Rq-UnՅJ`. 5l[ibL~8L b1[/655@趒SG.#b+E"lOH<ЩXWgW9 V;P^gӲ"wBYlARc\C+Gǝ1>ďb(CT}_20`L_Y`t<³d]P<N8`Dw۾hrŇ=.`|s#Erk(bd 8G1qA'C[tn/bWJcCush*G4YVͯ<{Ae .;F|e@5N tb0 A쬤<:Մ*.OP9w hxPӋXP\̳ɍB kMݭ_ImB*+da_~・D4mҬ(+U+}jgf JjC[yWc_jTz7~HGꍄU@ێP+/ '\_OVs,F9le]*jI†{YV#vn ]4mDT09V1J 1ZysgY(AW~:ĵf韀 e O#LN$x(&o9 '?{s&}%r 9~,~yIG`qwmAj_'1Dg#x/FB Aش֯Hb5W= є.34Q JQM Q%om D0R+SUEBeq b3`&z\.N@I.du$՘{|=FXLWXѡlS5qP 5YO{cȆ' MLM*nm䢭ə&hOΑzD˃)ͤ=)(rnz&\>Aı|d=~P+=Ya$cݐ͈hkZ"|W^jY V>y;#i:\jh| bVa-{:hpjmqj]YoȄqYfY,SYղZNQ0Pj.eԮ|HnĦ;i_iawab Z3)E2ێMfnV#O vyWȢM#jHOq(s`uQ_܃qDV?:̻D#/Z*?MDA"Z/`ɷFLǂ;e¦LH^cInPb_kQ;lF]w*aXl 䙵*9 Ʒ6Ȼ|CU>W(Pބ G/d_oN҈3038Ke('&&_FGfPy^Y?ԁpzo8\UN˪$5나pqkWf*iȁt6'RbH7V9o^zϨxm%rv.$> uLpV [Q\ z[E$p9q8}3^޺ut+ T+3k$ NKܤ&:=בD@MZǢ^FGc@/6#L{Ƣ:vX (阷`P&]y P{eqޤF4rZ:7f> IL8c ''q3~>tfD¼ *(hAau:M9pܺP5Ь=hA`꟎;][Y{jTDC]ƃZJϷg|Wt֪oz>.Adr\R (}&~ME"J*ߐoT1 D5AҺ( W[3,zX!K< 06&Z:Vt@T$3ñ s,9hN?V0C+HjAt٦UȔYax lEUb"r)a-4NJ fљ\f݋. [Y,ʄ$=Lx<)駺̌YQz은!p+G0ʧX}{`[bz)sh+tWlj\ Ʊ#h!gzh[x}&!w—36:E :`fUcW+E];VRk!q|L ?PT;t~X4KT{BMU {a[zPY16EiVfoEv\Ć|LIli>+nxx4lJ@_9A p WHJs@u2Z$P0)r@j>@Ur =]fJR2 TׄqF\+-wWs_qsSe`ŒUQe6> 2|NѻJuL2oݕp1%h jT -pN A8ɉѰy:Jܑ/_P}Vv6YŘIg9/4U«N*H>jXр)!Oq']E U{!z aVfClE2 ]~ ?Y&>6*R! 2~_PQg=#-Vl G]Z<){&;PkPhIZL. ixyvɱw8N/Bڲ*eʳ>]q1{0E ;$>U>Nsd}|Yٺ&$BzLDcg[A?\GO E3{nS_Bql[{ 6=a:m.<>c6 څϬuJFU<~[u[wǘCZ67=Hc ^J5٫@ Hȿe%"a)A G 0]},Nb~9_lXuخL2'E^]Vy4ȩ,3 .VՉfu'O7/&=}e4}Oz Vƅ8^mR^وŮG₋Ea907I2APsWS.-/u>μ7԰V@ Hxa_wO!<W.r3u3.?1|Eg@fIP5-5be77mh?$Hm1Lև* wK*[~Ȼ^Z)5)Zy 2=z!eF.\'fQNvQ<1n|@m{WQ*`7\q]Ybq@\:ZXUZfN4+,?r.,_؊U?s ~xAl!&',?VTؘn>[of= >Bõ['sk uNT{鲴A7l3\5uAO'onÿ>#uD$֤Ez3^TL)C T:rTY~~V;bo5lyJc_6~2+!Q!B]s:{oy:g*huUxF'jJ1rX UAK7 <8"-3ʛD+MCܝ0gIP,{WyPtҒRi*!mm" [з!ۻ䅳%o[ƜIѯmc'ݶG(\d[ 'o\0dPE ჍM6{jJOAq" \fxN }꺔8̩Mr1dX]\dLaaDq6Z"oѐȨm~s"dn_$g)uN) ~x 4/9 p rVvQ&mGXudU]O8t3QÝ[1P >'o>#>z?I@,Pb<+DQ6SsaN'/$Rf#ѹ?5a \"c)Up ]4ԱuO Krֶ9¬>cV_muʘE8V0;'f{oᇪHWz>E`|V|*1rs8W$^hr`NN/ܹN5?|~#S24kLޣPX wΉbteQKV}ruC !,o9,}}،sIty0Ӓh{Jߏg LگUw]/8+~yV&r5ޤ?6YW+ /o}Z+St0$`~)zl1R8.3r9~􀺗}NX$[ C}22XO]%nO4&RBo!0~ֺhj Ah~L*9B}E&y2k֒–rK ߛFHLO_Ê<Sg.n&8pxUyIQXD{Z7IV(qc_gX;nsh1;B+:Ouwb㳌CuֲJ.1LORl(?.Bl\&K|F-<]w$JKÒ`2@D6am;C-%|?J2 լ:14ןe.tFDBBIP |'sJvkd=bѥPLAdPHMzySAgk721=/#dMqңx$;;'<&j%8oi5K*f{8G{L 2oOdPSM,o8Őq&șJĈ7Rg AKţcJ'm,o?9%e&# J{ViGpՅG\ƙ 9CC}hDv$, KRDW9'emq.i`sc FJ pm6IƵnԉZ(&mX? a"8fmUC.HIJUb~M!+ZwIF>0H~kMT4݉25Ig S(l-4P!ȝ%yǑH_Dnxԃ'+3*p] cp]A'8rIaljǙc}C̥$&CL1>?_+y쒇IȒB$ꇄ (ߤ*.Y:/*-tcr,)WV-u 9VhsyL".=NksM*SC:b":ڎ)2߶Ƅ*J >Yy4*.`-эvx|G\N& ЅLqxC*i..TUͅQ,ZMyΉM7?"Oo.;[}"_hُ  eG$ /8,jOrm 㺹sHw[_&7i扗‡B"ekgH@e)-m, \jd#Z>@z'̣sW!W10@\zALq9罁lNQioͺbN1P_V܂>4إÚlVŔfssզ̤1W 9zwH,0TހBe7-!?мhp;1,{hq8G6ɕw W\bgZ?QAh%3jZ0>&@9K6S`@C|%Dk,,\i7:H v6Ul%hc0V9{ JSh\5 ᘙ~9JΗW媐)EE7u5 WH!OG ,G4/Mܡnpu%uLyJo*L ⢬=ѕ| ȷ2(D|Cë T+}#yrv٭Q8Ǎ&~oZ@`zuɨ4PS0 ff F~GSdC;N1o=<4/zUIȮ2R" ;\MAt]U[L4FBm38iH4AU_`'>^uw ? + s berIÓXHGߛY8.XVX.\ . Mf֥k.~0X!w >)*k`.:ɸ2uaL:gUx+P{mnd茁!X-fŸfT,:2]-DeXde;way@ {(ϝXG7z%MjZ/Ud)v ;&v~, mq@(J,+*aYݯ2/gB2x*5ihnS\Ĥ %r.dj zY\zv`}J7x [hmQ*z]YO gjVIpbpݠ,;7mı\;{fc" @#1z8^\w6_D;+ϡSZ{^c!߈TV6G&ef &l&{b^?ujA?t,gδ<4 :M&㦉UŞ5$;} ~AQC"|e:ȂAl# 'o:rfyŝ_q?S-ز{=ģ; aypD0ѰU(` Y2Ă_3< N`),(I ":YE4S]z/lbM[GV2k0HQB{jJ4aGpL~VT/dk"kiL;rH{*V˪O"#xAqȱT]џќ\~b{9'panp`y=t[~Ļ+~O7RU%8yz-8NaF@V yApdF^`?DD(H58b# ?y.]8ަb{P%Vl<573EvUWfe[Ov0 U>3ÀO}FD[GUYV!hÉh~Vbw3PO%0`@UX7L_ (zv5*m}&NAWGm=Ν7W&';ຈvh)dj GQWXT99광S_6MI1I|ha CUsߌ%]CgRmtxᅚlRH|yK4ܝ]J)LX}U 1@^okcZjӑYrWՊ8;M#Z5em;2fOHQu7!RF7%zj\@״6+SjȚpJ J}AP%@ʈ8뫶>7XKHU6:[Ani[ҴBM3ɇ~X9$;0ڪ+`Dh(؏O-޲1o޹ m,ߓ}rvwF|aF&e7-Zq)99^ 'Ӏym=IZ.TD@?M#o;J$6ufL{pw[w:`9|p⠍bNز"]pRҜq1~۰)NgO@$R5.xeE*8tMXOƸ-[U"41 iMBK~A u en#q' azM6]N9{W?rRұ%O8,+ xxrkkJBNhZ_,Dh]qɛʭN*5\R<&~;{Üt58(F?y$WQh_/z9&&h[JP{r8je|`]<ES۳5 lݪzT5#C|{*/^qxBRw=[dAb$'];_/wM+WD%ůY[H^Iq"b=<\du!6E" Łx$#A ?A%WsbsC=C ]Y&B5{G= U}QJ +)v2Q͢Sc˝|d S`3u6`)_"A=FSukij.r Ԩ:̙ Ko)f-DϮL0`y"9L(D2'xPs}rU0: >'3bׁ$O B]%}{1-X40d C,iSaJ' jJ($^%`{̰F!V;Jahqp}"n&Fd܏qQȓ" <1 \bfb /()j]?f&.Y? c1 -8e8ykf驕F} niOO9xw"ClʑDՎ݊aH]0,Qm\wqF3 z"sPfѣ|tTf{;Q`%Ji hQb%^ ד308wi[jdG NA1wY[fbE( #x+UB[TF((AM G50c?+6U㝁v$&oT'p,mlҼ⫼MS1%<6 nLYjs4L2j^Tj;F"(,&W$ifS5E7 ՘7j|&1B¼'5sNO5aHr@400$d T蟑7t89c!}u1tByw˛19uٶ(f:&j_L4m['ojhU)K> ◅L*KMĻ5w cv--9CB{9]%&̔&5PoIy\ =σFC/an@4 @/I:5 x0š0( vp>%J>N j п4*5EaOS j/HLU e'mCv{/)e="0pBYǐ:,͹*)u&#xK4W\:@dža;xnWTk sf.`cA\r]iBc]^tCю"{8kPQ/˦즂/q5FS/~ڟ Cs)xj$06aF*'L/' JtVqpS {yzЎQiny=ݯMVyl}_^"4=8F0ӡXfȁ J8^?u*V +51X( -O8c)-вb0tGĽq {(2&, Lv+lY뾷wITC)ZV{0ɶYH,7ڹWTYq-QY/ dfs'V8^ ?fVkLnO7HR \@G釼MJWF`2}/EeJ-NpR}0ie"h^1D\K)O=HMQJRZΐHxsJgL^W_rBJn'+]/4i="TB@k:Jպo_$_QQHWJ/^R-MЅ#{;LG{ؚ*D[ӿ[:?fďRhIBG)[{=1'^E,sE?B́ӫd}Ģe "5AdFe7%'0.YRx,)݄obDp9om"[W{A?=%+k^EYuCwpb>z4  5ULD(V 8x~Vq ߄ӵIWKKɕ1蹁$z[ҩ=²TueIݗjh8K^i{械MFLW@ u+j>&ho7OZוA6v^c 熣km^rTz:B}Dыt.gn}l0ȗdb׳s3"p&e\^Ķ{O5T0.[ `+$}+fZK:ˠiCD$64 'nv8\f!r1O"BhD80 >Dr ̑zg8CXJS@q\>{1AXɤ6mLig^NVN>Xʧ*Yz 8m[&񩒥QO˅ sT#0>gC^K`(6zIreݪCvRL%#poQ=l@ϟ!^HKH=q4xut 8 F#3ќȒ ˜%uG+ą];d}{I|z,IOy0ZJp+Z&譣h k/H3IɴNvIҖy.v$Z>b:w:ju&]تUņx~qO%R/dckPn$ASS8c(J1WX? B )+E:nv.ThYw洇_e'9ՏwfXH_n 5 C:^𪣰xvrDBAW%j|׈Aɴpi*66j,TEJGq“pfxxL3k_-a*,4aZ1ަ٘&Z䰭:k'4T[5_xdT搋vFbIPGƕrb5d?TQ'ѕG/1-}WX4[w;'0 ӵ#jt 3K8lYpmaضvHüBup)ϵ)?Vͥ>H%U3Uv11)+]xn" ϜcG9&x{#9E}ҫPnnJ=TDStO"[@yT&muv@;5m!epD Ji[+Q~RG#= dC=F*k'xDa ɽQH;pa B[MWFmg0`F&e\? SP@86<A\hɋ0y܌oζEOh/e2(4/q-E2榸~0i$d 'ʱN5D|zɭ27#{QU$Ut$1Os={$#}\կqka>16긨`mY)#^afɒIo[GZ%> {0}ѿJoCT0DFG̼O,(9+ YΒF~&tr0Ǐ]5I8 1h80oo|yOm>jH Uoa}̓:9-0;+FA.ln+:[&~S@gYw~br,4gkB6G*MA#N@hKGD.'  *7Ȃ{"[ʹ:[*smoO|Nc6μn >d x, E0Oj(r)iZ_=Ů@6SP@ MdJ>=ྉ1fM_Uu"}^ 7KFx_w!BLVNˆ *tC2S 7Va7К*wIUP+IՒZ 4yP_#K|V Ƕ߃9H07t b  }a?|Ik9PFd 6N-,cht133dFH/Dsky9癚o>l~ `R37!iιkr_b ,]j_% V>UIyUVV白|=bSH(W0+-[{xi,9%$6ID5&K [GW/[k"߳u{Q@OܦJ9*5h2 ɄM٪llS7 ? bno,}% SFź],9ډL?.X< U3{ (tt*ޫ*Z0<gTr3hH&_|{M@& 05L1TޙPx [Ej־lֻ<(M(cSgH(M&'bq#g6eBS 3S~{컙@V ))SKwyyxW7/0S8vc ( JpS^:mB.L#uAKA(#^y F40*^~I E3ody&<ĻuO֑+[:X#t0Qrk2?g[2̶e |.?G}5&cuaAcge+0LF# hza1{Q98\DߟѰ9 s| z|0diS,PR௻ҜAԎ}c귺% :uwNCy<^ &fpa,gTQѴ%8< @7A !]& шib9-LbgIE+نջRsRB Er|9OZL\q1QB:QIp$34In|+M82w'(GR`D)u6XHя^A|ט X(R u3/☇>t), :xdZ^F5Ip|,eǰfTMUH\&`v?$ ۸&.ˮl- (%nvKW@<- #"؂&6d(3.V*,T][`IW:CfKti5nE!6HsnNx-$ '~qG \h;DqH<|DȈ8mwӜE B  sHv4Zar__ & ~A01އM<dRHmM~穪%BC&F]L {>׋½3ƆT3?oN暶2Mݱn*_(+]j}1 a.xIp FpvmS\ZCـ^kHY\? @NbJlPʫPŶx"ϴcӫ9g3JH8&3gBlVX,E8T=IT24U ovk Xȯ{ eg..@]œ!:YiFe\qIo弁H~|J-N)?JC+"^M6{<O_8.(\i5 (Y0vn2 ֜GQX7w)ytWψ'~W.suXf`{N&o9=~dh\prSfcRwgqTq7K=n>X͕?ΙTBQ@<;7R%XPEQ', ~ >*C)+%rm<L]C.8LhM(nv-&/T S^Ly zM BW2~YBtȡ i"?Sɬ i>sYܿ8kNJz zEUHvg0UdXoK"hbَ(ASy)pWY-}z@ʸPD{\^ZZԇVt'/6Sv"q߬mu)pM?\ ;ʠK;/vrmc2ņn˺_^Fs "˜naygՔ/u[9pݍYel a,5^ ɋ5Pεݧ[;#b_ץA(%<[óÀk5vp\h){7 2!ym )x<K`?e0ҫVuEg4@ N!Bkf5ɑ%妳d!JF5ڧQ5I6yYI:H[]0f8HL3@\w|DɶzEüBhR3N,縻%I-Dˡ?\RVWo6՗h+߬fsˀ*R_5qln*vFL%T}Kuⓐ"p*t 7)L{%Eul"U5z9#ۛYMLU>,v7. NXR_;>T;C=ܕÔbe ɧ֤ؑ5$[3fؒ,q ^rL3f>B^|Нb8gNCr[+{gJv=q <#C)h.\µ6O-1UG{npG =Zyxx(EKqR5n{hIW84n)|tz!W2rٶ=V"[v'e`Hmp:,eJ1A,ЄBAs{8#C$).vȅ>/җF[lE|rs6SP~'ۊI~Kqo*#|QyNm 74AKJdp]awScUIIE%W#["{EG5HqX(/-2$[ORN$*qHqysZ(Hin$f/ =WIAɿ%{g{Μ|E7<'_I W17rj|DNX~\2_g x{V\g] ~!Dm=NJ*X:1!| uwZnrbTBJS))EeV5nQS> ")=ss!fIm\Xo@04SgVdGPOz6Ee0n-N2>,<ѣ8ZDNm>-͎Eew0և^ԷjY w,ʙ8&g-l: ђteTE|$(} mYEEA8UmP>7\ 핽Lg_/7siB;Wiap芛#>e wP15$y@Vo)dkjmϗ6US=s{Vs>U'Jl" C9;%|ڂZCLR9ۑ./;aJ6`|~+]8'|@yeyi4tFa~ν;2أp/͑m./ۃqtD엋I'}, WM+m#Bdm@XXƧJݏM0-@Xh @}̣]&묘*&[b`b=/VNUY [tݎL?d,=9'P Bi[ozD'؁#F3)(%:{NLD-O8g;Ծ)$;+/'ᗺd[ϗ% =FGxdw8ӸY4s=QUHjы}V;q37]^2Z`1P;V*W~s q$%p@.ZTM1 k̸Zij QyNݘ."Y6R^^2?<'=0D)* _k_C;;qf6^!TaTȌv:y֓tOn9jь%4>@#;۟0P%h1"?kb7 `.# I~ nr2Iј#; f:\uiEl>;Aʦ*yTvs㾧{K`eφU֨.#YvkU=Et#<BIesrkr\|%2b`Ϸe8,wxzD֬nkZ)N!\?PpsKfwjn \->"xD+GWu܏;d%4^ J8ɳЎ^yq㦏A-M jves2~"CDϻ"X#2WG@(Wq{`]B=Cr}gG^^$1Wr{UT%d <E<}!P uxg0DӠ17ryig!mN+*N/-b/#9̥|ȚF O }#:_{f,;wTg2B5d # oi9ea}8} $|S-LfY)dy3YU=40iEJ%BMLڵYӗכT{{?c}=ζyj~LN\aLohkX պ쥮~52o0fpFpcBs3G\&2FK%;Q\Z.|E68a$؛gl9V8TMiԗsXOD) 8+,~?0"{'@`PT'K|R)N< uo\8x.qy_ KG&ץAͱ-xa=XSbk|W?hHƓ+J:/3^mnW"ro/4T7*6I=\& )KyV*>ne1Țejу{-"Rb!0U~(Te%D"cdom;7Q@>PK$P_!b. wr(usXϜKpvN9Eo_$|wS ?R0ARAfԥpC,v-Xs$|iFkc{vgs2HT)){jx6>轻}Wtc#(¨BoÔWjٳ=ݓZR}j:ѝZ#7㶴t%o>0 jCK ĐTIm'މ5VMx\1`6+/$b))On׹\ 쩐 GU#ŎzB\KJJ .@4#*irZc&M!2%f"U-7S/5CDC\PS {5B_/](UA9!+ricǐ7#J3㗐oRF!.esV`Ȱhom, QP:X_& gp=NRL*bAǻf>M;_B[.O}rz## %yᷟ x+BJ•5"t܊N Bsư3?}ArmA]?"( nPCr%&>ۍ^ӫBM+CԪ_& ;I|i=E]b"SSF*Vb@h_,QȸB ~N1ʛ9%̄#yfK g%QnE Ȥ!?Xzͥ:+\gƲl{;[gVhY֎R)v=zwN8cA}XԞG﷘L'5GR &ey?+`Lzh݃bAXĘ>u߬ F"f?9ih?J4;JNbÍh*r=LŠ Lh0 5n,kWc?L̤XM:/K %z.iŒYJKkKsm5cƽfڻ^JiKB4ܓ,n:0LHL7yT8t/F_;ޝӞ5$?**}v]`JHs6AѶd_?e*G6B+oN5xaz?[MMf9<6LӢ#j!\lHvr-7oJِ[ dzU=H,,V fݕǼJKtcUlDhiA̿=O~+Ek35m MEz5?b*{Ƽ|!j5cOMsO-po=+VGO1s- -œ:M䑢)!7DiQFt_KCp4BgJObѣ*\{q(QZ]e0HN]VL ڒRI6&$$^;r_>is &/{NJV8p)w)"u-b<1ڐDYJrL=|8 Se^|"+"ySWM!- /o y{|-y_Y 6Y^`հ;2\#,|3B$0e5j >l%hFA>C5R6v|<(;)d3 kqG>:l}`T66v28e VhՈ/GK H{Y{ifxwix3u1"?[4r6f);'DBgB2[w@JSUA럪vqܼq7[N!xSn S5N`yU3eraKc*Qo\6bB>m/ySJ!ݗSmi->[ {֕ ~rI?[@3;NAC/V0e3/XK¹ cףx4d75@f22a5+cm)AWgv%om-#1y8x&Dvd֐k3P%B6L҅,Oj1mz,_Ql8]]U48sյy f8I1Ӥyv/27&Q9 fp^2B^_ >t@ph H`<{xʗ3#_=Ǘ=֚Os7[dǙ1zM1f{Q5$>$M90pAgSyb=LcD tWμm} ؉ <}l,U.;r@~."q>AEjA/`W@= 2'=If wٮ뫚I-lKTj.o@.VGb%FJu RRم>^V. R,^ZuǙev^ʼn)*D@5Wm=!eJOY1!b7Jig'zEX)/mcPdHE=\#+ K?z:pt$ 9bkk0$ ϒ_N0vqC/ݯU7.W`}5|eB)tU}yCO?OU=2mLXR~6;v_N͝[X3sYU9=az7onfA/' ɰ`TM.Y4)Z?#pIMPt 6 ~7ؓj˹ #8QdI |ȷl2#A 0m@M,RC8 ?e*Ewh2F7U/}>Df6F_">^l>Nֆn7Ie IW}Pr^_:Ϝ_ zϦD%FHoD_ԉ"j7@KҪB . K&kUN6nHMqŲ_D([z'ny#T5w yڃ~p ;@W4?l ?1iȱ$OUCt, p}QF.{9ߕ˗ϢW{2rI^7춡Fwef]+=$|D9ZRG`wsrkKzK\ !Qp$P؃Ox -cgbwWvpZ QD‰#: sk4j , 4Hަ ,?ĥxéh&tkQ!Jf+5xJ: Ed&6d %6F'6װ ]Jo ,[VPջQ5T<gmf|W L |N <{dE_o,(X .̘B́<C݄٭qsx-[iJ?855v-XYGˣ I ݇(0W?MR2Ns`O6 (Љ:y:A2YMuc%:M9nYGd٫ '?OMQ-J"6&taX!mSBjީ:՟79(ĵ ޙ2LG=b]ϣDZ7.!2|6Ăg&9&3|4[?pK!ZoTodcit<P [>.2$p J`wlHiz9t!4 ~Yt- 2>f73k!Nw-"`QoepԭaYʉ^$E%63p.闻;|T18l:BgyjkˏeYJw}&cfq[SjI5"Qd,jQ{H0 T/8ox<*ao[k҅!+SJU3}.l\dq"iOi$Ä6vb5(MG b{H@z^(L=a4G\nX.,|pmqI8TjM̪r67Rl@x[^:m0&EYQ7لC"!23*O_l_ 86tٳU)x6+ۯވ4z[*qHM̻8ʿ {9ŰV]<#Sp`{Z珰lě%W8By_DQzQ~ILQpAelS(z {4L67[;٭2$d2Ԯ\886xZ fut ΐ)ݦӍ&;2ъ6N }DQoT,Ŧs:AyɃWp 7%Dc2rXfɷ>G"i=( (-~sƴz$׿︭@(A @2,h7yU3mgV-,!Z304&Lr%bk@r/Ay[hosirb42̷ /pw=`ARC&nVgv49v~&+KT XO96Ni\Ўig ~̡zs' V7~f?&yBL!f; QRZ j|ߐi hn7<]z!tT흥 y¸ld|8s sk=3mXZWH̻y{T6ݒ2p7%vCV!-8ʺ]/ W+k`- )C=H|9=dNx t~dðUC;|n yi(UP+v!/#^\,l`9haNpQK8F%)om&gZՆmrja FňS$.>]\X h _1X|6D4Dد3GR|fP.0?neB2KBy?йk"NYWVMPƴSn-B3h75s_L+nfH5nIs;rSM@%MZP|j6%wDI,707PCꐎ.#}I"]G:״I\%Ja_E$Y4گ"X\y O*'͔(Vg}J o y?_i6@ ?)k+o,!/K h*O܃9Ռ2qje.EJ1)0EB1qY𔲕$N JF`[ܙrA`]__㑅ԡPaeݡ3P؈xhR*6!F`@X׮WTBz;[n?D{&1aakl,F#2 ztjj"c#6(B6x)lyѩӴጢ"nK ; 0OFie5hw(!9wYې ^J1vYq}IaxCyf s4')eTNj8y8~8w9G. %f]poFbB`5y =4IO^t> pKD[#|_Wg2wы @t\d;" _>EyaPA$ NzU%VSra˷#-(WDYF,nK:r4uبl(6<1/q5":hl%S%e $jZbObJ 9_U61KQl-`¬ hA\3͑G~ <#*a[? sl;&_H9pudx54 {[U?`U/)5'ÕXk&{EB wx7fWpFfnŐBk9M2A+]֐xX>ES+2-f+/=$JVG&5͢IxJfQ2->֦,6e0ȭo F%~D4j&, VTM4ulQ;Y A+ = <6*йRᖜ\Ycqe`?}9-x:!xAVf?̵Q==8ܚ=zXi01dmGn[=@__ bե{Y}ƅ<9]<E}Hh~ P5R3)6d+2Ǔ(dbW=MijN>̂vMK $u ӒdEWA[4qEK*F"wu>wŤQN46Lxf 2Ŧ`ҵ{ j{ēPmzl>.w\rF >3s6t չmޱH?i*xM>;:)֨0MAԁt#G <#6<d|>*_n8!hR >q'9׵A}ޕt<'ܘȘT6W n1 =٣>Ud|p99@\(s.PA\{槶 W^Zs\ 6%}%ؚU^+gaM%v 6̳CYPBS M{)ko|w9TKE>TM:b^@@gc)M`p."S{Pȅ*6:zn}fvF0"RVLHPt˘ 9G2%Lb65h`x ̱*O[- *H {DCR YcI]Dm*̟&<3 d٨Q=8J Dn3 \j2\׍vQ ^5 C (1ހzVmڵnށXMRnxY>;XQ px>TJ@ 31U!;?R"bO 3[ޑ#f<^%e%9v `M@^Rc_&◊#fߛ;BI-=i="_MBs#vc.lFE'AHb/lu _P)J!mGʳ=zV4z{>MvE\2/'6`2ZܹDʏpo \hMX8H觡">B#oj'K&^9D4TyLm)L2C.*]Z{CsV 7Q7bd@NqMB c6?nW-\&SUs'ɼfr O",k7T`Ő!+Tdה9% r7Nʟ%BYm({8d|ь~E~\(\+h_4d1Lgyt};`3T>WM,l{qe: F~:ʱgMՌpm#0_UQ/3۽ C~Z <̌fX9;\ vz$mi:t,஄9oi.fSL[=Y wlM&7œx(MS; 9LJbu:$Qm2BI~h9m 2S+5s˨KӋ+n7-.ZYd]՘om)~<&<]v)yk{Dr USD|,D#+g3Tmzv !@2Ntb1뽹)fW 2{Rzg)\zDKbl=ICq|Fbր=FKf)ЬWgLB:Z0k񞦥&–c9V^n;v]* 纴LV^ߓ]2S:n1ljJC rari7vs]JJԬ' l`| T6c{kxܨ~ v!FQ.b9A}07Y R.r˒J' 3eQ612o2LYrswJ,VTY2ս^fcW$y:IL)W㚦t)E-eG#m'cȬA?^@$6q|j_qݙ%G]r*k!S\($$m۱\N SX8 Ĺͅ[T2 ѻ%f Xr"%CWibcN Jr#!|LxxCcN};dҭi ^{q BRli5_0sq1Fe> ٯHY '/*ܭ D 4*H܉b0+lP96x%h;:!D;}{y*>exlϹœ^afTJ _U9YR}3{{76 6I]?jz`J!8٢H'2 0itq1A,3TUORkZlAM{a4a }ޝ-իSbWMvYUL{E}RR 2 DJp(_(K"#͞S㯏F9b-|iOH*3,2` b0[^Jʫ^M" ^ܶ{Ԡ_&VQ꫊ =ӽ APaw2/2 S+N Uiϑ ibIrhМbyZV3%!"ω؞H4TLgpNcgfO5seG-c;J;#`,U1dN=6g>Z_Q1C,*MyOmd(t JUMqZp#y~bj˘s2ECfhwi, t~7}̤03J'"(=/tqX_y71t<r$&^ B2:dtnec(WR}EX\uͤ7 T)yW>^c4SLɶE`A>ty>}Y iUg(E-~(2@z*e+emgG_vaϳp&9ӞԀd₣Pyn>rf/ loE,TGZ#@qƋ5yѹ +--}4w=ӣ[7n.y״2d&v6(\)<ދS*+vj?t7^1]q!#7>*wQL}!cGoSx }K"[#qlD\z7LLa;rYD"1&F"t _cHgYyO[~3N4_9 jDPHQ*S)N(bH:74/-!?|:OWʭixY+l7S|U~.WÎ~p4r@y}m\6~6?-[jVe6(zB'ֈaZND܆^So{q(Z, jgYewao0Z muɊ濻ZWw /.uk:wx'#} =(/mYK|Cݣyc5?/ߊ4_﹏nJ?LmVx`aQ##T>fulN{J &l(EOd(@-@[YE :Nw6= Ih/.y|M'[gꐤZzax4o%\'B &%*Cj~ˋ (ېVa5G\0W7 ΒO;L+ ^e4M~CjĹRSaDҙY!sV^c#T7*B w4Y;pz˕^g~|J|֌f*wb_Ag$~"d>j! z]p0XoԑA1c,6@&><`QGz;v⥱6uAz&ߤur.|Q j)1ڹ̇:}<naE[WEjcEBtHe3i8t,V编輟LĹ{|.eq`-A'u/UUP.jVb9jS$-o+4z^ 5̡CMXA}Hv#0o8h'"$'qfܺ1ȟu(pWC3(b6!k\r/Fl 4-I_4@QZ"u-!'"*%!ˬ3$Zqy 9)>0RsB!\Je,R n!rhU$`'v|=ir3E55į/2Œ@6Ll'>DԄX_+϶ط)ov¬ ^U}i*R#>68Uvȷf Sw\ؠ?%)&s@XjQ/JEYI0&v: :Bh ^ ^KCG%# -7fG%1\-8U_`B={ B&W/q JOm),XObߥ:N9Ye *jȆ̢ x_ ƁF3w'U, G 쑼Te #T;KB>8w]r(El"ym=H~J݀UDEkd cs%`rnF)RS}ka.8k!81,|ƦO8K%zUE~)RFAk5gyf ۆ跉 1CsTB4}Qm}ґ?cm~* =gO0ν;"n0KGFGO,} 舯SZX Xt5S[%yh/%=Z__K{N[K9Yg?2PO_&. +EfXiQcE"!(aiz>-=?6 c|0_t2Q d$Q av  ,C{ ]N!@P3Ьi;DIZE$1rT3 ]PȊ# ҁݰ50w|Qw1-|AV:QԶ2 К`?3n~Yc'A\S$dA<]+T*Mט^~nZOg1x;bg"D a8ک'T~ +<:FGauM hϒg3]y}Rc3pv^Tp}>:Jٳ ]?#u,V qQ% 7SP|U炼n4z^&S!&ɇ̉4KVmwf:9OSgy #$@a>oBU!^ހ\Ў5[麉!`n݁*b+&Om\ j}/]u\W:`hL7v`,TOB76v,^pi$SXo!ceW D$e8z*#\⃱G[?84д譽P1ސmV'4"t# -pvLB+ZΖclcՏ~-:>պ_$Cfv|_׃??`Q_af6+IMvZ|yY=ן"rGp)A;qb'f 6CeTi 2OaƠvJ.){cJEv#`x#RH*8t<>),6k#xcoHO1:'%vX"莞,g`{jNW9k0+ Ÿv$G,`k%vFu`XO,`thKE3xYg7}-\*S?s,f7!]?'7XGy+;k4VV>6,Kt erEa?Q88peύ} ,-G#yW_|4hZ]DW_]R!M_D_ŖUyJB:~o}5G ۋa9c6-)#Jbjɹۑa({A~`J{2Ӈ&0IS.`P0)WsxKV/RFHfPjd|J1HIٴmH*b/9!Q n71!QCVt=#ґ2,:"%}ϧ}Y n&YW|؛f]ϢԘ(3F/'onT∙[ tx mueyIp^PȹJ)n#MO,3&uM)D .6 Lyw ͵6LQ".F'{XS:FfocLrAa$bG2 5tDVJv7xC V:ڧV#vܓ,x_=Ե JVz`vؚ<3s9w|Yw$2_/wvB0w5[h{X{R%b33=c>9 }^_ vNx2;00k`H)^ZtF\wT)qMqU5_1S4ބĽR?~5+8wɝҒS,]qi`IGݫs6]-ݴ!ϫ*kvU%[Godef(usM}PS#gt,6CAR(pu).or-/j*ٴ,6ȑ$X:ub{`Bx">ff#-}Z!Ʀ yJ~!Ʊ𚚈(P`moĔes)SBF-:Ba#w g2ᨲ X% SM GXn- ZSxccK#l7kPOHr8;[Ǥr!8' ڊ2rL02Wm]ݕiS_pe#5B~r/kĕO`cq; )8*h޼BN~0ڔP*勈?Id@uiQ@#)쬖{5vYFj~s[ e3`-8asN9 ܂6dZ ®/k\EvNH}[}]sˑH|-^=3Hmtf^@ZG92~V+vS" RA jjtfvG|eM[V7RìIi&DƟ("ʥ ~K[OK!Vnf4⫻Cl mvȊe-|+4Grw3KwU؎'||v#X]ɑ.,)K+ўqWײJ %l@Ki .A›=WF";d 1@wz74g+' ,]7nO]Np"gj1}&0Fi=j)߭$;iyX9'Ry7lC^Spa5WZ&wu"{xߔ$Û6o2H=p??ƝNG i{O9̗"JmJ~@qd/B7/Ušwifwd1Puʥ[}՟nycSπHvp?xZ}_b rEYL?ּ{MV:i j.XOUxR}S&ӓ@B꾛Ȯ@i[kRWZ#jB7iԂ&! Zn$f͔*ʄfWq>} [6;=_'a,4۞2{5 Vr:ԩlgdϐ-!Shv}!ߝsgUC=nk$iJExWrBc(YNRԙ_v6 ] M-_^U}.xunjJ\ִ+% #ߞ*~(6j&_Hl3CDwC1`;z^,'S_î<mz乏P?F[g*erlqkwǻ'/VxY^kDv3+yHǛbAdF汧[r=; ׸_dsVjpP?~,|N=c9atm /6Hy]x@`LD+ f)#Q"۶~w?NExȐhmשK>jn p{KzO eDK"-32(Ҷ, ='HK/RxJ%5dTYߔBmZג)&F5w3 ְ0T~ m-dn# O߂&(,;ѫ}뜘W]xhm^OѦlކk<8S?l69slZ]0AmmÖVeNrqx!C/?oI?l] jONGX>t=@Sg/U:0A@-43ukQBzMxA47pC*[VF d%w#V&XG׿3]%1& 1qB|8+"P#S7G.cqp-3bpJP4R+H}cktfA[0f|d$B& Km^f́M9kxuGWGA_nWJA&V+!I (cqj|M ~dL[nFP $.XFcoiN_h#(i'􋺭8V'Bpt7}`]l:L=wUJ7a`RY"] JHecT7GYGdŸ9X*1xiFi:}!) !'}cscsb纐kHk3y?̌6]zB8)Ww#" #Aӣi"}N~\~3cwk&_31^ϗc?422#fγ>[}ik{)`&0_:9¥bzZ+cAmiB&mho/ٮ){K钀q0V>\^b ŏlz i){(mIe6u5d:H3QEliKNweo6'NU&SWDN 58q-1K:E͒u&.B0~pav\~0?ӣsv҃Hy 윿ebٱ4qNW:8d_MGÞ^opLQ]._vS'Ok.X`oL0 ODؖL[ p)*#Rh9Vfj<MҰkgmHI{mwnG‘0G1T*& pCS.\W `y2: i%WiAٵ\Hyb-ӁA"VfE;'׬7N*/CefH٫WFBOyBP.2 !(͹a< r2wCJo5&3[Kt# =*ɀ,ԫ]VSƍ4^VGiN "cHbw++C8x)7 _zFRnP a# F6}cP l ԝ e ܞNĮMQyqkʃ&Ȟx8InS#D'p R\-LtHH( \_,gUR%-ZuT! ͗-jؔr`AJr; ^Ӈx2O] J)oZ=mcd>LPs!fGZXi<h9p=$#'L|u~+׺r1C _\:{NW++ȗ#-4HA7PXOWitro 0i j]P@m J(?@#uԔA.1-9qe($ :ܘ4fC+@i;߅,I!GD lہɒq}k7`D.+˟I]n,Z #fؕB3K wr2&5SMͫi93EAU)d]}EWm91_{1"e,:37X㵖o+)B7 !F36< v$IDܔMm aZhYb'3Wk{ _Kƒ_)y]kOd[?ZgyV@סSȏAՔDt'~n Y'ܬcQZښyxSȔ ;h<17;Ycl;GEdaMROx Uע-YvGfx&.OZ~Go l;l5Pu\ڷ[bpMΊrSPˑ_QQgk"Tu:,E/ _uX4_w]3i.H)wޑm _ جPs`h>C1ø\ A;l^Ed/LQ8IcC3iyG-`Єs?+ь>DkZ{ֿhV'(YtKx<˺H_w(]rP.sݺ](zuh*m\権ʁ`YU׊>doQ}n+/FKy9LP,Tc]̘ZԪK5hу%&~|3vRJ9.{K+~&#36 k⪐es:$f,ؒXePNwXLϧ‹lnHR|=t'պD&gyKA' .&@p 1Jke47IՎbڔҢd yRQ,[ fBofEqe|["4-U28Q z'+94r31I%ߜoDIӼ#V N6NReݯ G_W#,H.VISP]x}a$uNJ7We Ag9p 25Sn/7b䒻Xߒ2ԋ*NXOJ^\h6 ߍjaK.P B,g1]r'L\q/ Yuh~.f/iktt[$'Xpt^Ry gKH:A2ꟊj iTtau_p$Ch$Lpfa~Y'Gͳ}wu}ۛTC71~y2KsRiRaɸ z5ңx03K_4l jdnyIĖ;>v}3uW~!@R yT(Zu#o Sq4D,SK|x cm ent\QGQbouvE:U?ƯݛEy2^S!V2ohRF]SYC?hGZ"-jMÉBVPI%xzM w1Y+՝ $ bpc:ȌB w=u}?Ũ~ w4LtNd.ј!&:{?Ҁ@/8c<"Q%}3ifp=Ok "rv,һ =[{Gw $MuUWJpRk5/d'R!+r]dŠO0T@[IQ$*=Cx*؂tћ`^Mp2ٵd hm=j#_Kig r:=Wq4ٸ4tk(h1(ClecP]`nT?k?=Ď[XT=j$oHnD&'Xxje˅p,+c3d `^Ѫ?6O,xe~WxxV;'Y(b,A*+%LَJBcOzrYE ܹ?fEK=UY;psDGS4 - 9]cM3d\6=t,GG$bnW_'2C0؝5祐?9JIvP`ώ$(@ƗX6G| m#b2+CxlӀ-!ew1Sk _,ʣMe [Պh~t|pD -ۻ=p(D˃&oݵ*d_$to# KOϖl)Kc̥ۊЩܺy\cKOWn{]U evFƻreӫқ!b"9Ao"G^ 6dŲ{M04sS) FO ~9 ;tUڽt:\QlXLj5yiC=@o'BE9qq32̞½qtTR`yh3 ̉W6U.|Ĭ;3I.Y!NKQWV_睃Qͮ8YXipUq'Yj] ZpNCDѐxGqrv6bYe ULba 2]/Ng. ~Py FV 3Br2 (}(^u7uT9;An-!SFh`}}gZy3a<{+:X=]&ؒ|~QV>PО4C1'*q425}d]|Ր2M^=I:l eMmlcw !@aVhjF9tx= m1$|T%5򴅕g?5Yrj@=i_=.5I֦#I3?A_ 맲`GG1U-4P梿N78n$I 􊅶߯|pkڃ;vNjX KM&qFэR*H ;iZyi׼p7:04^كl\y @f,v /ͬ][.d  7,֣"l {p%~zq7g'(yY7MC5#X̅}$tvo)Zld>8DZF^ /~*#<we -jev,.~.W?X~;mk xnPd:r$nw<%4= M(EMLu j/BHƒO !}[78IH/spoՇ#rP: >atl 2t0Ypb+ l[sI"2s©6<>!JHٛ*9_sIѭBF[]+$/Nf ",~Vg:03bsI'wu5݉;@*8 `af78lu ;lLlv)au6M{oSL3޶O S 39JWB&MOD=H@"CQ,r(3Z:RT ūDxKÒO}׊G~n7s_'"(PCU'HI=),Rr)IJA脩Yf[3#1 xT&%0 Do9=u+l2v ۳#$j~RE}~wIN=|^%+Kݜ1i>][Hy0sQny@H7r> -ɴ QD7oM}{9MP0AͯS ۂpv3; +jjٙcM ȳL@|ff+voy2/R ٷr`]:v[@$C d~Gw&;77?n ?z E/7m3?M\q-??Lw@ԗ $>㨟D]؅7#fG:51SWfn"$, Oa*[wxDxk)_\fĵD"EW#Fdf ꀙ$_x("\(< Vy,d;˓GjZ~sƵ[S8{;7"sLEP7 VHu? 7K"wxWiHƸ="G%EF[Wo)bbSD.50z-Ӂ 7w9x;t$uK0T}.l{:``RΩ`ZJ8U͚OM@_\R(duV;2^3O;cLϽ膡8q߯r`/}`MK8S'3X"u<&n\ɣ%ypyigžMi;^>7UlY\Ҳp1䂄F+׾ "AEɑerN8i ě\X^Jgitss&V8MWC _R-2-PZoR_%29u YwIg1FR Bm-ԯ9/!lV ѐ>uN>+NE`nb{J:.!3ʬG8~1#S饕g:e;u[aIu=BZL[z˰Pj$Zcԉ`_A{g6ux 0xg&uuId0+r9N_. w?~v6Eye lJ&?qJc4"қv ,h" UKgM=Aq+M"9IFNiMXtuKMF_jV 1Ek23/Lt)2=pHeh͝N6P.3޳YAEZ:Y-}§+hXmDReD4<;T OiW.W3j+`J*/ \$YN"ۙ9|wAPAiPhƅ>nnDRbP.BDxai1{^7Αhp<2AiYԞp a'7h½ >HwxM୛]t-4atǷ B$mLE,Iӱ1|9f|(Q$_P\b[R]}3#Lb_A Zy PH^9좂7UPC]O ƃohO|z UqDfU!) pp=ONoy&=D?Ht p 12؀eYZ\1 C;1jbN^a9=m+)(<uj h7\ L}ȧ+t<,C}OF〡M JwDlkDoB|&ȟD1/׷KIkŁ VD2SFK*f{NkɑIj|_>Id)pe6^XqSvq|3Ҷ)ZjRGҝ{[_x#"({=Z'k NZT@xYYп¥+; L W0$[iaOM*Ov'`)'zSjXm7 ٸ|s6RwY z'MLb}R7!O .h;4}8OKF (mmӦlBwo>6 *NQ (I|U|1 ĕAh~/kQ1;Ye w_z :)ƥE2FAH -yv OYԸ nH`XN^t]sH*y9`:øWn#gټ@եwf Cy[lj[5  zcP^WlH{.zAT)d@3{ކ!]JfI-O@Z6oZ2܃-[J@e&t!ˆ(Of)A6uNP~ߚ2/+zԭL'%yGͥ9tݦEC\l/" 8Vx!.|t.*b5'=AN5vK&los!>}|YiHs4a84`hSOdt]sK9pD (iV%WfdI 򹅑ٟTov^}mkЂhb,|j֝<"i1@jHDbJR},8<к)\ZZ\ۤ`/i,B:0Lq?y)jͷ.RZ%?Kwxm2V.Hn^Nlp C48"1{8Ycu#c{pgWb ke :sFw·#ayT@ '! eO~ >(E.R͠?b@ )?;{R1䵔APE[v!?Ub7UQ-_ln2,ۯ࿐~S- SX V1Nv.>nքڎ`䡳_Ex)R=/oq 0k t"F(Үb۰&<wqf/?S3V t|lwRsa×n} w\}u$2PKp7.dS/"4w.A,h)?[ [TۈEX55%I{Ok%(gs{=~poTf|N l>OknBX)JN#:6bkF:! )wp7}*Nmt?a=}NZ1Ka N!I hW!}$C~av-o6'#!ަB:0+^. Y9T/S1IZ 9!ͫ^"\7]ݞ|:}ЧQ1%(u%OϜB T^o k< y7AoFά]iԾv%Ee0 0 URdI.^ptH["/p|]]T+h%kHRݦNrpB4ﶜ;և3]Z+>}NQ#\Bk(Y3̎Y8]#ʝ•+BUs+f~YrW4ވ{1w+٘0%[W| F(\J i};%h4Kh 8r-ъ;cE-!A^X\@^*Y- ydup 9="6/_;[rv`QMlB_jXM¤6cB" ?ؑ$A%VYiH&9i}>9ٿ,''. gpjrU@y%oؚ35H+* /Cb"gהt<!SnNdMw"2's֜.)S lšLcޱa'HBW@tΛxwo b,Ȩ$jJ%n«& . 'xo78kssO'}F+=-s +y Cح-7p ˛oT4fKv{DE稳R!,Szgn3ɤ΁@p:_8A1_BhwD0o ܜ /&|`lܟ|>Vt?R*;S:R[aI$y6 5qkqpR9l\[% q|Kw8戠G<֙nɡߢ 'G>[^_M۬$\y/80ʏE@^`Y}4g@~MJOzaK͘T}XދPzW7ZPlۓ{/Y"L*~}[(yqB$eu9l >24ovAoYbso~OCjIr x~ ՞A4;pc=bD X>s:\Ig拿X`*߰Nw,[$彧 @ : a?g[iY$Z")yGQ{t]zP07rT1I o5e1U/c734]|OO'ӅS+TA];q"Va3%q5`hdR5`,($e:;BXq65]byYJ:rn!%g7 `-tU,|^Oa""K,PsA$Ks4-!p`!>0w9,r&LI[;x y"zmۙ)`kc\:JS׿z~ ND7dhxC&#bi\#e9MA"`J&5ECE\2 6D(cy7=Iy.h)dz7짱 1_PbI_^q%.Zt."LQyD`)7׻\x\122!%pqC>jי>RLTjQsyL ސ?<1/_/ kdyi΍2iBj$Kc7ﳥɺFHR$/MR%CWn$[.U'P_TllI[.BIg^^_uJ9 ;BB{a7гG#c{1E XbdْJx-Y5dT|i^fRLhBtmh&]^sT]ŞzP)s<_ Z'%1(]W=ƶi,ӷo4㠜&q3 "QFv/,E{HDq ACM@~Fku#1)K;ol6Jz^3E:(=+/j#R#sǚ)/^K5J>׮K&,3̾12k^ym:dXqM7ui&l4F㑘KF/U.7 +HA^dô`88ߚtKςRIBMMO'0nĂfJ<&,@1Sa!Oaʊԛh E"==~~-e8Q'ه@}Sp xRYږ/fSA'>y|dZ1^1m?](V^tf*-=PͤVM!SϹ}(?FuxR$O(_wwhPfvVKRh`ڿK+Ξ4h}QIiB'6MrN_IOD!Q3x _&׬1# ECyAI=^Ɔ|q1Eqb%<%|?ãwkqFކCf3sfrٕ"_A`Yvlʵ ^hګ. N0Fw2%_+C  -A֋6%_Rf&y#dZMӪ_mh]ٓǵ3W':iO1Dg{-tGnvM.} 38GjX'!1~0sn>$_U:ƙ $OL N~)>.[Zs1A5o1淭m,v.!,! a#^ˣW1h.ja|lVL`(~FR*ptwh Bq' F}^ɡʓoG@!憕M+l Y O띎@F 8g `A~kd2w<Ht7Q@N*b8sm&*gpld-;Qg;؋x4Nمab ^SHiKC-"=* -EMrު$y֔3` ;3q-ҦWhָ*M24^Gc#Z4 UYmiDAZ~H`LM;U??m1Vӑmɼ 4i nobQfSU閅jtJ,e:ް:^2OO/IcpWNM7zqLsǺ<ɉ$(`W;L'JDq%GӔnT&zrD `10w{5@^z^˩X"E{*1g6#]DS`5*F묏o0b,Kv1d7!/"mG=aoM(I(ܤ$ TVE{wң.ZGz MgK"ܛ!>ft%)a )>\ U.US>3 `U& ѭͰN$FK:[GGoK5PvXxEK3xUSdYz.A|i oT|B9Fne+MxQeҤN`z?\Vߔ6!E%hSL;T^6ȋ@ĂðZ'`oz-v@`dۮ >ߥGu*Jwq-p^IsfGgX(ˢĭ2@ 2-$f,/p6Ż&9Q%&]4`Fxx1\&3Tfhe )oGBP_ԼQ_l{;ft7Rl'w]"փ`kpߛ{dB{K&io M\#|:0zsWHmZz|:傆% gAdi}IIdҼI_́@%pw(`3Da8OFL.mmNݹs+sg4k^Oi9Hj@TXp]~JVY!w&QGAYW~1ϰ@$ &x% ؓwHB?S? xuu֝)z (R}jzS kI$K(!2W% :hbun7lK `kT2]oea;1'( :Hm,=WZC6܋zsrLY3l@G}lw Cdfz\RfdѢsµo1UUN#8kvH5Kt;>mAʷS3쏼OUH${r~Ђ>K}I2/ܲp5_u+cl#%x_{l'(|#eb#o@q(c!G76/b-PQcff1TɳM{ݟN6$:-FrqR)&h7Zֶx4EdDg@?ߚ\C;<=[`jKl{v~YO4}Fkk\v 5[^C0a`j ,^l VASht_oϪ%k"gZZ{V%nʈ z2 .- KklT;YCp= 0&Ib+rq( kG܇m̷^'rƴG)F[m.1xZYGJz x G:f 9P$qtK3^v:MF:dVQ h^Ùe]0h'2B AfaʰW@xCYDyG^\u(~ow yjNٙʭK¯dr93"}4{o]c5`K(}|9h-"C%XpP(WqL^iQI梱bMQt9 80wq 1B#]s9~J@jKf 4wz|#?ےRnCQCd4[;5)A&m_ hhQV }) `ZY%* Ylp -$.<]֫B(G.ﺭ}eP|4MZ[LCd,2 d/1J;7!؜A*̙PhD8ܲxQ8ղZco͈>oC+H;I jF+bZ'ƽ1Ee*c;@;]*辅oÀ'pa=bl'$.gjtro7Smщ>{셉Z=g1,m6=F?zJYyag7xy&zJIO jņcv ܆j ]M.>RND(. 9lD:Y*xVߺ f-O3V 7֞>*rDhrYap;W)vC[3 w +UJғF!R8yLN7Nm^mTv^?u>Pv]|C[ǣJxAgJ\bf(}KK=Uȸ \HrY o.Vm{e^M^`|؎gHW-AƼ@X.yb7=Ca內;w'vK exlBߦAt{òL9Xǣ)[5Pzlgޙa6Ӯ}ĪJo4rܷ,-H9s]{WO܇{; aҁksKNcq3jCQAy`wE~.goXep jf8oxyw&(Y0$r.0K`l ن웗C72NG:Q"4mR},ֻ^d?$Qz;x @~_!&dSu:#F&I ^y $bųoe5ThWIE8|2Or9c2ɡ fiBLĎr5ĺ#BKlWu}݈"; c橭g𣳆L傯Xc>~c[:S$ŏ8OP=!0RDdAǗ\R\:5sƈ";%ɋԨCoQE'r-s'`?h:mg|S墊Z[j:[Gg$lj|nNPi16$:xc%Yc| VɣVY$9 xt[HgÔa˕daIsg?HG:Ӿ H[ݧH{|.*08I#avGŃ>$¤CFV$)f<ٵ.? /fiaa8,Wi_y?\u$h/)*L۩oq?hɴ"U*-IS0-D/bc  F.uxsK ;bm d<' !8N̰=PG~_0zeT+Kh| Kla'g3#s&;/>@M\̈Y\[8W#Z"ؕc'Y|fUtn=8 pHKNhy:t@I=>xG\_ٓԧ%MW'vD*G;}ر#e:&}^VK?nR|vSPa\㖭@g O3A%zawnL0b7JwF1 *KE ?kPQķpU R;]tKxo(~;Nvcʿڷ5?#]h;]/ "ͮ?1ti T <.ʕXjeG*T>ݝkxRS*r8 &TGSV"j ^i =J q1>O>u81=WMi;ʈ[Ѕ$ȯ|O掼ۆ 6ý'UY&A%},2bd :U+}4<7E+ Ȑ)OsK oQ.F*y 0G#,WC/זBn;`+bHyK$`]Mʘa70YyhvTR6eIl>j*@,a`u1OҲ_y/8&m5j/;l0]![VG^-Paz+ M6qpr!ۍIحM1P~je6wmkP֭\[D<4syڹMMÌޓ%ӶmsqGEa1 mh@5qafX(a]݀= ^f t$̥=(?SǨ"XYqyC(ő)v 9jw{ͰK02h>TE Rpe13 =ۣ*:> ?WbFMk*W{5Cz͋ K+eۺmjv6/竔aZ YG*ぐ5;_~=ZZ쪦H_\W )x? w|^4-,/j@!h+iۖABc ~%'DgI5mα{Z' gxd3Pw"d&y$TOw.%j&ǏH`z-Lםu# Aՙ\&Q$t^*I.c cH/ RƋQ{:7QލJ\d'/s[ĝE HU[`Wt3OyNjc\TvOB!NFmgD)XKsUlj F^/b.ӥtNvꖶH^uK~ \43=a/t[˵z0JӯOHdJ8fݖ,(Q@Y,ޯbMCHf[5bJ'Š51P.8 )]2[70~oj2MV>wIrm=*U5[3h9W]]89@}/[Ilt) YBϥI{Otd{5>z_+u@_aZbxUlI̍\-{`!19.#3͏.fͫV}wikFYbޝ3= U,cLiVh%WL䶜>@ߎ%wy!VH8_z8<t(qR"|m-ːp{T qYuOVCfDaӠkJ P+"'Rd^w3JxJd2j^B{Wx>,]3}bN!> 焎\!!Unl*QӇ-?~CߴgG"c Y/e2l 7Íħ?*pwxgtpO~WpWSz-7.n&ۘon wKv 8;zLߌ_rcW|>b,羙+(*bѻB/AFi[YqA^VPcR^~oE!Ag1[@Q! m|F!8Cd[FGNmzG:yߎAd:Lqb5PiP\#w&Ft`:|D%ܯvb:_g-ӸRퟯHڟF7`:/+z:oe Z9:yNy-?'NN3Wizҥsog83|52R?aE*BXʵQG<3:eGYwȽAªpmÊ0纰ɥeK= Yu߻9I+Ǹ&hFĭ*FYn ONv#ZTBSxkZS[Rߜҋ7aM0ZA?^$ts>RơG2s{[%2k$L}K"ya{'c0rj̏%6d*1x[&!taCIAAJ=d v T`Y Yh76Oc9SD:G0hszZUq{aSg0"BEvMUr_.fޝZL8FYD]٪l1=)*`.ڎv3H,^ V`+:ae %V1- _7Li7q͹b=.є )eǥ˕:?Ss,U:;kr ?/L ٵCTGO4qqV%neQQN~KTOby!a 56rFf8#9)d!5AHg9rꢹNQC?6 `" D`?zpGoZ ?Ŏ#_~VϠ]x$id#q6#Jy3>K}#~/ E{8nӞ~ 74jH[j;1>Qt=7 sUHқ׺@uTcdϛն%` b#||]J1[Z)B-Uu&^SjI}d, +Ce[cEa?erBݪuC!"P_zFIPx^2{"fΌ9㔛!.TMLfEݿkyd\d?%θ0oVG=$8@c6F% G\~7q 8~ +і ;/.>11PE ̓‘hSؿrOԈׯr(,;FqRXCKi=ތ0D0bn; d&KmP\]?1S ,_K7ƛzCj" B]uB눒0Lӫ;8u="_;2QR'';E}QA\i(L8#+xjM5/Ew Kόthm4D`r88+ۍ;}S4 gZXW:o>VTJ0ը'/tviMS_-G̖8Av|E;_Â:? 2R n[oh0I`.ɾa!e?z. ͇;=eMBKsAv/WhZ7uܒipA`pARوvR8|(;wfc"}ݏINVЊw_)KiV~q1gwuCh@\TxXCRb?6Sz[f(y]u })d.(飌`[,ߗ% }@` 0-1xӵlaYf;-N[yqW{;йXX GeSU9?]nY1aZoTuߒaP-k7}o,#9_G6q2Bq HSGLvv$]F3Dm=`94p"kb(VP tuݷVHF=dn'$iɗH\р{:M ;(aOs ])~ɺSZC!C-29MqŎ얂d;|ycKQpXC];uz2 X3H4RK|tQ.SDB Q&+1ZK }e̛qn_-CbȠ#=V&2̦JCȣWLdhĔ-"eц  ˘N]zjK>&f*"G.Q^AX!ҳBtni72T> ~w`IEʛQHGms¶ބA=ɚPוN)hj*"kvhY(޹^pRRq7f$pu&4]\vv`@6ڞC:v@?ޒph{]:ҧi\._ȷ .ݞ H4o4n|U@6]߻Ea-bΨUsЦ:bT9Awݐ맆c%vNF6D_N[wskC|7xcEQ<2Jt Yz |3_Y@ }wasSCkse?qubh|CEB2:qm+lUgǗCj)AF_:- TSַfg9HoY~V'O,h~Nԟ \ ((rʵ''uth3Wt)D`Ŕ[>~E|N|)W&4Ŝ)Gq7 Xyf d%F܄~ˏt24TEfvsfkYp(r%uR+щ1|9VkKS"sϏ4:Vk7˻hmo"} #x2@\%#8}{C?ؙ_ǝˎ\8a߻4^Jʂe(S3||0h]pIDߣ7 ێ1zons>T?ZQT1:' '9De}EG-:RK.܁9vE$1l|VB(ɀFb+(acJq:КW4d%2$n֎6ʪŹEnqcq p~S-J܅l%7|_%$KtO)ee:'fcylf\Q|lxa8:SRSq#=..eOh#sjF7KGѤi,XUgqw婋j=VLpPlERލ'\[ Y%Dh FGjj~"¡t!TDNch2]=.!BU,j?C:mT·`jpt8XE'caL n8Rhb^I7qX{g)<${~]aܸx}\dLz5đG];9RLrhq|,V&%Fo0499u>l})ADC"|as ZW{ɰO;zY$=.ds֕Uk9(I,]nw?"P^aىIw"G[#agIs#_pt“C.e`rš  H {IgUtG!+돍q@BMx,T Hhk_/0K%SpXB60L,!_ٰj}͉tI]cp}79 #WD\GvG$sqt֦|ՑY~ko`Ѽ]IKnl[e֍$X!:o Ao7FSr_"Ui(DL :s \C-zOr;⭼ +_@|08 P6cq? ɵWcwbTqN<4Yc2T"!DIDZPR3A`bre+߾C~4j&9Ŵ4c'Y'=b"nn::N d"*pޟ>RfU蠑*WM'<wZL Tَt3)ܯجƿ5yEBz|L# ]LzLڶyRCudQG34;65RgV:*& $C1ѫxY3/jmlAa[MBqk{yB_6խ Wp:NiQ=-ۛ~#9Rvn'gWfGL%YN:{tRCyGd_Eֈ.u1Σ} -QLvXy^hH2*E~^H`k~Ce$EAFK-Giu:)s+":t}lx1Uu{H G]4ז0EH.e\Iޝ&p3+΁oK5 oW$plvEJ~ )avgfZ5=q黧;J&\d-b''`TB(lmaoJDbm>޲d^Foj)Q`5/mD,P^Vnd{Vѳ=vvf[j#"]8|'2S4Ν78?f9iY &^@2U~+vn%@sHbé}?5t=/kFe-H$.dt$מ서q<<G5sse*%;*-<;OS>;oִjvR0MhI"ֈ5\Bd|WɅ.n.U; 47 q1zbUY,Œ:+_s9 dyxٽK,mNEŽ􃇌 Xۮo=pi.@4G n(o<ɇmlkZ㜽!q -vf$O;L/:Aʉzu{&y[OV)j^ؼʪǃZa@'n^~ût  /ms_0 VeкYL@~,|G蓉KOHͬB 39)U[U+_ŌM"2HC)85(ԁw6EDYyI֍,;o_k&%fI훗kGGh#{~L?c7@MM&@Rgsx LuM7"<&kOsE]a5wnI{&6}y1Mt4aTMƶbJ"N 3LsF`8AQp n7@ќRE 1ڠ{õaɬj60ӛ&-*8Uޮw4A+b v[@*-yHK;6Jo"ed,1<뱷^Jv2'QFW.fzh]`:HC=y *]{ӊwf&lc` +AKMt70KPy$4pdyWĔd2w>a%MB1u*GhufCΎo${ϛrA*je!B]u.{k:8_jF<̽䖢NYDqy)ֆW`V`Ti)$"1)ƜfB\B][;;t7qH˩اEςNθZAQ `@q4+TF~o[%rD*בw_A A5=.\V_."oP1;Q]̚U7V2ƴӅA7wgR~@}D|$`{~MC-4eaү8W8o4]tLYnb̍>t *h}_|ÌWn`;5TY$Oxd3"zV <67ܫ4/]_O-Hw;Gy}+/_gJ)A=-htFX+=0al>f#3] jsi(ZE_6>iʙ݇H#(8]Yג}4>Lo<`&3 Anu7ߺ<ɟPǠT*B glf>\rKӌbc}8Z%RSWXt46ߞZ1d T_CU / ZO A-sC~ßA&;7p}8\ 4-Aݥ$HAxq8t}Y0u/CyXKmu1\Sf'{L[YN;yNZ2C_E|G*~rJQV%zs>[ n:=lzKi kUs7v"c|*7 x.&% [5g^mvJ.#wi&\ fǾ^^@C["f54>HȿV B_lG%;vP qaF[4aڋNJmxG2tzP#;5Ojt&BQY{kٱE@ECĉ-Lqi{_&OySƥ=5t,B._|ܯFCy$XCasjF ҧl׆zogPL)Iri%-ㆧ^?pOyx^>ܽ/O'Zf,k^uDʻ<{6sXctpR|o>ݾP=#S#ُ{U@:&قY ZVZ(|bMJ7FQpJ*ZHsC&&t7!/FlGMbDLA"ta;O76bJ`gbMK6 e-1FWgkĂ@z _ .@5AGsS#LƐݡ)l=/jհ3dm׋u n6,)V%^#eqV/DX,[~?o)󍕞 ?/XuSUNXBjFf_acp7BEnB U~5m*[g% @ytzRI>൷jmbqɷo:jO)B֫T,ت]__:]PZ8Mf)Nǰ}ae !:4t*'`[^nn;s4W,RVrMC·)үf KAd-Qj$ؾ&7%vaIwPN¤3q|4N;:"?s3"s"ΛtKfa0'WՒZK4iIvxl)7{_F!a 884@xA~c;<{L=<~GVE!}T!ʤ FE``x-dpx_Z-4Vǒ~|FiCkI5p䳪^ȑlJMjZJCåܣIu‰AXߔQRܑo/R;0^}~@K&E˸ ).GۼRIˏr$=kSnC59rX ?=$un 9!%Jechb.) Wku)S4a)~sџsfǣ8jp-XS=|b bCŮGzѱ}!`{U_,nA'0NpW w3;Eh% /;h۴(ꠈl:NbrN2{½UۭE,B摽6> H# 9303U[Stxm YU.̺#3FH~u hD*KՀ=4;ҊDR}@JnKUq8ԉx:Ti"\<h .CtU%o}Yئ$m]Yn+|[R4 S8w5! E"D97!t%~ZOrDw`:e4p ̸dq^oԞt$mx Wwĉ漸\"nd4μZHCMj.]UDA&uwEv!qI`'.ŝOcx U7AO\>W\H C;E%fZV>X&n(Ne1&jX^ r 40`zW`8n}$Z,'WPΰdB 'J2o)->m/Z؉.ȕyqb$ޱ8D sA)9G#9'_rtB[)}<ѥYp]]gLSLLv}}xj+b5N<x($h ml#)#HZq40(FM+E1X1C+UkCL0MlkJVpŨ:w(+{$XYY M3J5"~۳뤰"[{rpU{PΙ=G*ϻ=3l`Slyā QyB\a 2CjJsѮ~[ȟ)̝ӸK`mZ'm$[ W_OTGIԫ6Ģ8S30P$ݸIԿM7/&G0%b=(r^-,rvSiFYRz&c-܍",zݎXgR6x)o.q vEjKERe+1VG@=L|" hm-a_ƧdzlV:f0E0g4@k8LۂDӭ:ě!?B]N< -Zs  pQzCQ¿ޑ3eH| ^f( ۺD51XIXϋAͿN Th2$9E-\}Gm,f?ݬP„ߟ7q6- @XA6ue0e]DwM~n&e%ʏ|Oix?`" :99s(gd1kET؍84$EIafUR: 5Gk/EABB cn^{b?z@ *l:?>qiє B”=d9T܏3x8 크%i Pc=%} (=)dD˕s7-И6zA z8 m%H{4?D,]6 ¹ZS WR  N=!r1W/]ߔb6EK~Md=h9"1SgV. R>޳.TG}+6DZ 0S {MHk1ڗ  'ZMV6ݯ'uYI(QeNgx9[ eTʏI#*f1i2uj&6~wK^K5gz u *:%ϣΆJLPkbf+.O~":׻`~/`t $y~U$CMtt[CP|~jV1^p8ۉG-z:+U]qw@PU QTPpkMQ:Q+!6[TNhžez şI86࿃P*xr] -} 13(\n!EXM HvB5BfǕQf6? S @T73JS6-x ?@\}ީ{![ []_ *TqVTH i:KR;ajͻ<0=12s +~>oY _^ډj0ԡ suZAC)DS8Za3Th,;ٿڗ~ N|w &,hz@%MM&K4Q˒=) I+ Mɪ̓PbmA׊V$4u3uσL^Q?@?18=]QɣlE ȍI2IƦ(hxc 'w9'b ЬfhHjB=v2QOY@ۉ]!mf%~'V^ m.Raڊ3ü)^43),߷Tb),`}+̋ M<+34~ғyp\e?L-vxQ0z0IRSE*f {f%,%w+er;!c[b5B%|OMeޫr?SY쑊 Dz~L5f?!L%*jBk\ k!QؓyJ}ˏgST-n;dPe.7 ~p4yqIB}M w]4X&XKp  (R0HЫ~876! 'k.3$l8`OK5fB$*+Y2Aob/#3{\Qz`b]cFWJܶO_ٕER6 + nK֘SMi 쌂R Uq^oS]b/13^o(PصsɆ!Pr`EO{iE4S1F /4NtaTm Fg`Lޘ}K? 5oOBT\ vRZbMnQg\}l$HrF/M"#/ͣ+uˊ|Y"\9:ڶoGZ ZYzâ<2$86: [OndzMLur K̜ WUb>, UmgWϊZj Ri)i;#$|l%JA{C| ν:3Wy/MZHb 3A)pE:uyEEo ?Tkݺ+>A-zv21u~47Bxlbb(Vd鹤5Jה^]@ >Y*])Ş9R"zBpU{nE-3{ 퉑*%anT}sӔ [q(&8]B4صRc2;>+o<'GvaG_}1 ^o5;:q8k1<@ dň#cN+at!hoQ^F/߳lvxN鬵V~ʓ(!]Ir1ݜfY[G[ۖ )PO{1(QN>f?wFM.[qTsC6.|HüR0"@kd$& k/k`2J4-p%0~V qHض)ߜ0+J;ڍlK xYUbPf5jCqjM} s ;Rb0ӑTlZ\])A*-&-URYb? j4Ar5_INܦ5t1yo,oދծ# 8/ x8ᅹ\:`9jǁ!S$2x yPn]KsF ӌ֍!7k‰99_ rmsC*8L'܀ɸЮnB#_a7c Y_9 ۴tѹqqÃ1`M[k|15-JAљi:UWDȡ9=Eh\.|iVBodF4J= b6J]S(|=kzXoe|IY&)B YNќhgV/N8꺐S#N#Ê7#PZvh0%L[s^gLJ> X^%XwOmN ;v@u ^$:MY_SMr \H(GLL@[̈،b?1)J"d׬pi囋fUJ- ITǮgSGoEhgd!R5ku%͗Rƥvt) #|ySmA\/Luy@e3Bp(5m)A1ErtkZYtä;rN]mK"U84;9ޙw$i +Z6 U 'kAF=F_U{\?fVW}#ν=I47W,Z!\~K q+\}ܭ$ $ emBa` 7O3 rTަsG/r &N]rM /.a.j=1ԬCqa!csk^osxhj`b7 A5*>Z}OLRB\@S/xuOO# b!X<-_(mkuG&5(7WVTfje[hfp5Ktnw@"Vw<>d01fzgI{t\g_0.XJ mh}>u~vI!4\mjv*.e 2sK@  "`q~aYl\rk3 + ;&VV~&́.| ,ʾ4m;_@Q;j6Q$/jTuJCb!BU_d`z $sKFݶ8;dRf'| wC0+\gP&BCn1u65wT=|oYf)4T#Q=(Vq9}ih]Z>1qg}@jDnF9}ADa$Y,*ԍB_4nxʝizDBgwd&{4%Ň @qNe9;bZ*%ѤǂzUhi迏L?/׽ ^ltgN~Ƥ1s=@qkԋdcPF1:JU c]oza; c36?Hus_J$OuR4ej*$}ڣqA ?~F&/.)[l-ꖰ 9yCbq0PN ?Fr1.LuBblf|hs<4sii*1HGݗDAdq }k V˴&G2L)TrxYXA~T%S]SI9WKܨ90H`!YG JxeIK2ZZ3sZ/dkL=Ӎac凉fWˢbcPUU]X [haB&0DGpP1l߼ 5%0/+2@aGͽ4n yb>pa-~ߵZē (Sj1Cم(d㋁E_wV.Rb_.\]Ya+f3;;y^>q Jp.)vqąP__zEpD "/o@੟\9{B*J^uއ"X_SyTxEba@KGWE34>*6Ksk4@QEGWWb7(p%nN]#@1+hM1*F{~,@:3ɹOdfF dj[ ~A*VѓPJm .zm#'}BuPút)aѠ?LZZ~ةc>C>. Se5TU(,A9sSv59 Z՜X2(b_A=0ddC5|_/zV{(T+ɋgiIoAAҬ= 6UqIjGV.VsVB:< ]) ,Tg C|`n,e`)|KL_?DƝL}Z[:*P6qhVʝ]PqbN; T>gO=hBDM6Xi~Сpr{e<x޾P/z tH!9g+Иrvjiy`o(iBݠe>n+t :3 E)wU@*w@E s8n WҢ͔;|Yt@qKdmşi!;8R {=@ݛ~ V%y1_kw'Ax V/GBD{TA/WSw<UN@y9UOPQ}WU%O~"f}׆BhzY7ǝCD߄>,M<Ƙg`mf[Iyˍ(tC=!`(tES7\B ׵sv)J/ DEڴcGk3S.\T'pW#wC (,ԼרKU T"ΐFQaK2bT&},+nS iԜ@`M,]oYݣ" DLXeWdh`gZy޶)8\߿4*"Sðf,] @NSQEnh-*N ^Q~:GJyOMYѩ9{3]rPn}V&n>ϨYcۊdl;DmOu kvʏو/̮Uk"DrV]'dn_aQpKBCܹr'sJ=9[.mSvgĎ6 =VAV CCU^xp.ũEdq;t8ճ>_jF=l6|pvҡxBͷznREBDoz+Y5[ g?p)ъkB{ci!͎OϲoIz~Od`|*q!ajPCk{Rv=Q8 !XQNݓp:%RY n|jZz#٪]t9Svm;޺0m62цJr)RX2N./ N0V{?/$ w(QMb(U3G|VdClP I*TW~o}w}v'j`pEPxn`!n3x ,~o+ۻI9L"=NWq*涪5dH?M1gW.HvX:8|9g]0i`9w0&)(a8Lr@ZC0vj/d\eY{!$uKꍦUn+7.kEldRd |':y$eJz]K.iA(շgSD|6^x9H t: }[F/@,We3ʹmVmx.ߠ7=sK=ڳKb ̥ā{\+5%?MԬ݁ͱLTFj#C,gC 4үTQtbqh'^,e&俧2CNXveŸL"iccmȈˏ~{%ƄGomt^81wJ7iN)j "Dlѻj S$?vE+M`Ш=c/ UU6HHKꅛtʕ޳X gM9gG:4-ceNo%SbF 7GDU,S%4(Ťkl~36 5[. H8dov8oefz2>ݨΣqID:gsZaMR.f]ԡE0TMa3q0g6FU`7ٜat.hdnzov}#9#vrr6dmvHem 3.d$}U m/t쪖J$ \ph@WVgې\ʯHfK4>fK>&0B˶R+-%p.W-la}MnH=V*-EW]l*C ̃qZ^.RYaIh6lhcؗѮW|\P7!g,< XkEZ/vrE'mp^5ƀؚ[*󈲙:ENbMdc7uua 0klϩN'hY2kiǬUn -j϶졥kAJvg*Q_+s t_ ·~E3Οن1ETR~3`c>mgddV|;T?a48c>s*t,1FOH.;J8ҏE'\=Ud'hb<^TW$Z$^b~c|Yۇ=Au릋>>߲2/ 6DN t(}30&`4"$~vA EDq0mg}S )Iϫ+V8ʀe$cs.>SNY:bgdG[ f1낀"E*x#G*h !\2lqhKsL(بkө'2c٭9anw%^=+k]]@U2Gh{94K:қ 1?R:X_9% &.:zbewZ6b7. /dz3]hip[8!`H1ԣ̰-n2g"P E4G=WPKm ]]ӓJo xV⿚`<ީ 9 a q)]P)pֱTY_I!E76^B)a\yy({3H g+ǴTzm*hoԕVn0v7 63YGDnmWmƛUj+sS@y~Djе̍L|'z^K;n|PCo&SƄO-Q*qG.<ͮu?FvaJk5Q`D=`M]mh#5HJ6M$)ә+^sQm0'&AN)[܉1LѲ#&HU,WO2~%5Ffj9ameM[T+k ="h<~ҏȩ铔=մomԢ'MN>:;i\ڧҠa(UZ3V:w#Qj4є!0B :h)g]U hs` i)]؎ALZ~EC(L6|ڕBͅٵGy,Ի)&^eݼNbR}H]DŽB yk/R隱6i` -,\["u0P6I|Iub }}O!Zycְ"_e}h5 tmaQ'qqF[ ,\xNv9$sWUx3r QRhCn;|qSa~.Tq4%3 "<VK4{XOm`L""^\ESq0e*fuyDRM{B&>ͦdlb90ZŧT簂r+ԧKu)q}M`tP/y]mu%K]??6=Fʺbh|Ns -8f%PPp F5 } DYZ>iMVOg-;YFnofᕡEm辐u%H:Fk!rBz^PkP"?,&@r}嘉aE.#m~աT$SQ"];z.!یع#rsT٘ZL{(EE$*q7-$ZG֋~% YD74`sWҸ2*"Wcbçɋgd}\ ۏ@픪9p\);ն$o3\ ^1NHNIS(4dlqM EP`|l`J}\\ҾUKԸDNb" *w 5H3tD@-yL*s!;6s`: Q͎HLs#Q_w|*zi_NZ,cI: ~Cl઄RXKNPeKP%#ɀDdE][p 5ͼK@X8$Y*u%dϨEWv)Vjе  Dn2`9xWj,<(.vVtOY ߏMN;U[6uFnW]n9 jm!CvSmF"-R#UYbD2}tU%0)5;Ыbww|FZZ%s,0])j1JkALGJ 0p%bg)MB3بgoⴊbzl9XeQ޳Z&ߚ%d(ŝ&}%j,;!sL7jM@a,VtZ6dmHN[Wz9y֗[5F!0]([/hˑpxJu$dA5Z8pvÜb(=ǒ=Pу}5Њ́ppZd|B^Ӹߠsd菫-ŽƾIlGo` s]NjEvUgu52.Sh !BTy[授hSXGSL,'5Op\LF 0=JCv'1'[ )3 1NdojhoUN-%Z< m IsloKS3:rxɺeHIV'bAD# Ѡû%:hdŴ]HmE jg0{g-fk7) vzҎT@sJ Qϊ((*RJzE.|+e A톲vߠA 5J<#T\B>P lc_I=ü |Иo+x&DBގkZMP ! LbhPyZ"?W ;Q*}ۏ, Pd6eQ̈́+T R?E T ՗3Nus#u蜍:Ъm5"ţ5Uɳ= -3ҹ4ĭÌݢ)h`FFݖf`?XB% !Q+Ηes:wR7cp`vZٔ}xʼn1 tLRsq}[2N 8'RTO a9 ώ}% /7>$ӛWźVӖC)v;\`rb491\S|% xu!HI:蝜[\8Y]|vI+be_eՂ' ?m{URmPnN^F,L$~+^seOIOȥdM~ռ5;ñ֫^nP b(woKR/؟obIla\|yN#=d:Z%M[bI3NΎS\x`leTUOeGS7<`U_{4-+`ssߑr 0mCoc 0=(WOjj '?+:>`e܉ؑPzPi\c{^zgC/&>5VBw*›l1H/beV+Eu ,_o-{<|"S8]ƁsZKvq`D bgspG T1ĈlOY"9#!#dxA4?1zF&cFwf/X(m31S 0ڋ i&UXH ^i+ul8u[UH3E;?_Xk +QlQ>gS k;917-U;Zg:kyVN pW$\1хnu|60%٨> +9#dbe6eH`k͌Nуff'}ִ \i|Lf$-uak^=xY}po#:a˜