python3-cryptography-2.9.2-150200.13.1<>,cI{p9|DKf&Ղ1" zz<)Fz|+"*EEr#v~6glAwP.@-~_7+ .c7 n vjB :~kMWcuzpĔȸH^KJjA5(?5d ) k-Ni #X#  #  # p# S# T8#X#^s#d"dP#hiixk(lT8l\E9mpE:rEF G #H#I8#X\Yd\#]#^ bOcd e f l u #v%0 w'H#x+#y0`z44444445Cpython3-cryptography2.9.2150200.13.1Python library which exposes cryptographic recipes and primitivescryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.7, Python 3.4+, and PyPy-5.3+. cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions.cI{s390zp31*GSUSE Linux Enterprise 15SUSE LLC Apache-2.0 OR BSD-3-Clausehttps://www.suse.com/Development/Languages/Pythonhttps://cryptography.io/en/latest/linuxs390x.Lj.0 C C55vvd  >>U [??*Pff [&[&!!()()AA Y Y < <-f-f**..GGO'O'v|% '*>'1.\) | 6; 4D #ZN(]((x+;+;+?yy77@@ff"o"o<< 2 2  '' p p N NN5 [ (rIIqq!!%^s>66  )(kV  = =py  $$\\ :^^__--%%66]]]W( 94*  `,`AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤cIu:cIu;cIu;cIu;cIu;cIu;cIu;cIu;^^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:^ī^īcIu:^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:^ī^īcIu:^īcIu;cIu;cIu:cIu;cIu:^īcIu:^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:^ī^`E^ī^ī^^ī^ī^ī^ī^ī^ī^ī^ī^ī`E^ī^ī^ī^īcIu<^īcIu;cIu;cIu:cIu` . * Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier` and deprecate passing an Extension object.- Simplify the test execution to be more understandable- update to 2.6.1: * BACKWARDS INCOMPATIBLE: Removedcryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature andcryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature, which had been deprecated for nearly 4 years. Use encode_dss_signature() and decode_dss_signature()instead. * BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial, which had been deprecated for nearly 3 years. Use serial_number instead. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1b. * Added support for Ed448 signing when using OpenSSL 1.1.1b or newer. * Added support for Ed25519 signing when using OpenSSL 1.1.1b or newer. * load_ssh_public_key() can now load ed25519 public keys. * Add support for easily mapping an object identifier to its elliptic curve class viaget_curve_for_oid(). * Add support for OpenSSL when compiled with the no-engine (OPENSSL_NO_ENGINE) flag.- Dependency on python-idna changed to "Recommends" aligned with change in upstream source (see below) - update to 2.5: * BACKWARDS INCOMPATIBLE: U-label strings were deprecated in version 2.1, but this version removes the default idna dependency as well. If you still need this deprecated path please install cryptography with the idna extra: pip install cryptography[idna]. * BACKWARDS INCOMPATIBLE: The minimum supported PyPy version is now 5.4. * Numerous classes and functions have been updated to allow bytes-like types for keying material and passwords, including symmetric algorithms, AEAD ciphers, KDFs, loading asymmetric keys, and one time password classes. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1a. * Added support for SHA512_224 and SHA512_256 when using OpenSSL 1.1.1. * Added support for SHA3_224, SHA3_256, SHA3_384, and SHA3_512 when using OpenSSL 1.1.1. * Added support for X448 key exchange when using OpenSSL 1.1.1. * Added support for SHAKE128 and SHAKE256 when using OpenSSL 1.1.1. * Added initial support for parsing PKCS12 files with load_key_and_certificates(). * Added support for IssuingDistributionPoint. * Added rfc4514_string() method to x509.Name, x509.RelativeDistinguishedName, and x509.NameAttribute to format the name or component an RFC 4514 Distinguished Name string. * Added from_encoded_point(), which immediately checks if the point is on the curve and supports compressed points. Deprecated the previous method from_encoded_point(). * Added signature_hash_algorithm to OCSPResponse. * Updated X25519 key exchange support to allow additional serialization methods. Calling public_bytes() with no arguments has been deprecated. * Added support for encoding compressed and uncompressed points via public_bytes(). Deprecated the previous method encode_point().- Update to version 2.4.2: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0j.- Update to 2.4.1: * Dropped support for LibreSSL 2.4.x. * Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to upgrade or install cryptography from a wheel. * Added initial :doc:`OCSP ` support. * Added support for cryptography.x509.PrecertPoison.- Fix fdupes call- bsc#1101820 CVE-2018-10903 GCM tag forgery via truncated tag in finalize_with_tag API * add disallow_implicit_tag_truncation.patch from https://github.com/pyca/cryptography/commit/688e0f673bfb.patch- Update to 2.3.1: * updated tests for upstream wycheproof changes * many other tiny test tweaks- update to 2.3: * SECURITY ISSUE: finalize_with_tag() allowed tag truncation by default which can allow tag forgery in some cases. The method now enforces the min_tag_length provided to the GCM constructor. * Added support for Python 3.7. * Added extract_timestamp() to get the authenticated timestamp of a Fernet token. * Support for Python 2.7.x without hmac.compare_digest has been deprecated. We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next cryptography release. * Fixed multiple issues preventing cryptography from compiling against LibreSSL 2.7.x. * Added get_revoked_certificate_by_serial_number for quick serial number searches in CRLs. * The RelativeDistinguishedName class now preserves the order of attributes. Duplicate attributes now raise an error instead of silently discarding duplicates. * aes_key_unwrap() and aes_key_unwrap_with_padding() now raise InvalidUnwrap if the wrapped key is an invalid length, instead of ValueError.- update to 2.2.2 * fix build on some systems with openssl 1.1.0h- Cleanup with spec-cleaner - Use %setup to unpack all archives do not rely on tar calls- Update to upstream release 2.2.1: * Reverted a change to GeneralNames which prohibited having zero elements, due to breakages. * Fixed a bug in :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` that caused it to raise InvalidUnwrap when key length modulo 8 was zero. * BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped. * Resolved a bug in HKDF that incorrectly constrained output size. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1` to support inter-operating with systems like German smart meters. * Added token rotation support to :doc:`Fernet ` with :meth:`~cryptography.fernet.MultiFernet.rotate`. * Fixed a memory leak in :func:`~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key`. * Added support for AES key wrapping with padding via :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap_with_padding` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` . * Allow loading DSA keys with 224 bit q.- fix deps for hypothesis, pytest- Fix previous change and explicitly require python2 instead of python because python itself is also provided by python3. This fixes: ImportError: No module named _ssl when using python-cryptography in a python2 build environment- Fix the previous change to not pull in py2 on py3 enviroment- fix requires on python ssl once more after the last change- Add proper conditional for the python2, the ifpython works only for the requires/etc- add missing dependency on python ssl- update to version 2.1.4: * Added X509_up_ref for an upcoming pyOpenSSL release.- update to version 2.1.3: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0g.- update to version 2.1.2: * Corrected a bug with the manylinux1 wheels where OpenSSL’s stack was marked executable.- fix BuildRequires conditions for python3- update to 2.1.1- Fix cffi version requirement.- Disable memleak tests to fix build with OpenSSL 1.1 (bsc#1055478) * add skip_openssl_memleak_test.patch- update to 2.0.3- update to 2.0.2- update to 2.0- update to 1.9- add python-packaging to requirements explicitly instead of relying on setuptools to pull it in- Switch to singlespec approach- update to 1.8.1 - Adust Requires and BuildRequires- update to 1.7.2- update to 1.7.1 which contains regression fix for 1.7- update to 1.7 * support for OpenSSL 1.0.0 has been removed. * Added support for Diffie-Hellman key exchange * The OS random engine for OpenSSL has been rewritten- update to 1.6- update to 1.5.3 - python-cryptography-enable-gost.patch is obsolete- python-cryptography-enable-gost.patch: temporary patch to run tests against 1.0.2i, GOST cert extraction now works.- Introduce requirement setuptools >= 11.3 to follow egg-info/requires.txt content- fix download urls- update to upstream release 1.3.4 * Added new OpenSSL functions to the bindings to support an upcoming ``pyOpenSSL`` release.- correct source urls- update to upstream release 1.3.2 * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2h. * Fixed an issue preventing ``cryptography`` from compiling against LibreSSL 2.3.x.- removed obsolete cryptography-new-bio-new-type.patch - update to upstream release 1.3.1 * Fixed a bug that caused an AttributeError when using mock to patch some cryptography modules. * Added support for padding ANSI X.923 with ANSIX923. * Deprecated support for OpenSSL 0.9.8. Support will be removed in cryptography 1.4. * Added support for the PolicyConstraints X.509 extension including both parsing and generation using CertificateBuilder and CertificateSigningRequestBuilder. * Added is_signature_valid to CertificateSigningRequest. * Fixed an intermittent AssertionError when performing an RSA decryption on an invalid ciphertext, ValueError is now correctly raised in all cases. * Added from_issuer_subject_key_identifier().- fix license- Add pkg-config BuildRequires: in order for the last introduced condition to apply the patch to work, pkg-config has to be present.- cryptography-new-bio-new-type.patch: openssl 1.0.2g changed the type of BIO_new_mem_buf() (added a const).- update to upstream release 1.2.1 1.2.1 - 2016-01-08 * Reverts a change to an OpenSSL EVP_PKEY object that caused errors with pyOpenSSL. 1.2 - 2016-01-08 * BACKWARDS INCOMPATIBLE: RevokedCertificate extensions now uses extension classes rather than returning raw values inside the Extension value. The new classes are: o CertificateIssuer o CRLReason o InvalidityDate * Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time there is no time table for actually dropping support, however we strongly encourage all users to upgrade, as those versions no longer receive support from the OpenSSL project. * The Certificate class now has signature and tbs_certificate_bytes attributes. * The CertificateSigningRequest class now has signature and tbs_certrequest_bytes attributes. * The CertificateRevocationList class now has signature and tbs_certlist_bytes attributes. * NameConstraints are now supported in the CertificateBuilder and CertificateSigningRequestBuilder. * Support serialization of certificate revocation lists using the public_bytes() method of CertificateRevocationList. * Add support for parsing CertificateRevocationList extensions () in the OpenSSL backend. The following extensions are currently supported: o AuthorityInformationAccess o AuthorityKeyIdentifier o CRLNumber o IssuerAlternativeName * Added CertificateRevocationListBuilder and RevokedCertificateBuilder to allow creation of CRLs. * Unrecognized non-critical X.509 extensions are now parsed into an UnrecognizedExtension object.- update to 1.1.2: * Fixed a SIGBUS crash with the OS X wheels caused by redefinition of a method. * Fixed a runtime error ``undefined symbol EC_GFp_nistp224_method`` that occurred with some OpenSSL installations. * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2e.- update to 1.1.1: * Fixed several small bugs related to compiling the OpenSSL bindings with unusual OpenSSL configurations. * Resolved an issue where, depending on the method of installation and which Python interpreter they were using, users on El Capitan (OS X 10.11) may have seen an ``InternalError`` on import.- fix build for sle11 (disable testsuite as it depends on python-hypothesis which is not available for sle11 anymore)- update to 1.1: * Added support for Elliptic Curve Diffie-Hellman with :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDH`. * Added :class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF`. * Added support for parsing certificate revocation lists (CRLs) using :func:`~cryptography.x509.load_pem_x509_crl` and :func:`~cryptography.x509.load_der_x509_crl`. * Add support for AES key wrapping with :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap`. * Added a ``__hash__`` method to :class:`~cryptography.x509.Name`. * Add support for encoding and decoding elliptic curve points to a byte string form using :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point` and :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point`. * Added :meth:`~cryptography.x509.Extensions.get_extension_for_class`. * :class:`~cryptography.x509.CertificatePolicies` are now supported in the :class:`~cryptography.x509.CertificateBuilder`. * ``countryName`` is now encoded as a ``PrintableString`` when creating subject and issuer distinguished names with the Certificate and CSR builder classes. * **SECURITY ISSUE**: The OpenSSL backend prior to 1.0.2 made extensive use of assertions to check response codes where our tests could not trigger a failure. However, when Python is run with ``-O`` these asserts are optimized away. If a user ran Python with this flag and got an invalid response code this could result in undefined behavior or worse. Accordingly, all response checks from the OpenSSL backend have been converted from ``assert`` to a true function call. Credit **Emilia Käsper (Google Security Team)** for the report. * We now ship OS X wheels that statically link OpenSSL by default. When installing a wheel on OS X 10.10+ (and using a Python compiled against the 10.10 SDK) users will no longer need to compile. See :doc:`/installation` for alternate installation methods if required. * Set the default string mask to UTF-8 in the OpenSSL backend to resolve character encoding issues with older versions of OpenSSL. * Several new OpenSSL bindings have been added to support a future pyOpenSSL release. * Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+. - Remove 2293.patch . Applied in a different way upstream. - Add BuildRequires for python-hypothesis and python-pyasn1-modules for running unittests- require the cffi version it was built against to avoid (bsc#948198)- Add 2293.patch for "osrandom engine already registered" (bnc#947679)- Add disable-uneven-sizes-tests.patch (bnc#944204) openssl in SLE12SP1 doesn't allow uneven bit sizes for rsa keys- update to 1.0 (fate#318838): * Switched to the new `cffi`_ ``set_source`` out-of-line API mode for compilation. This results in significantly faster imports and lowered memory consumption. Due to this change we no longer support PyPy releases older than 2.6 nor do we support any released version of PyPy3 (until a version supporting cffi 1.0 comes out). * Fix parsing of OpenSSH public keys that have spaces in comments. * Support serialization of certificate signing requests using the ``public_bytes`` method of :class:`~cryptography.x509.CertificateSigningRequest`. * Support serialization of certificates using the ``public_bytes`` method of :class:`~cryptography.x509.Certificate`. * Add ``get_provisioning_uri`` method to :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP` and :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP` for generating provisioning URIs. * Add :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash` and :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHMAC`. * Raise a ``TypeError`` when passing objects that are not text as the value to :class:`~cryptography.x509.NameAttribute`. * Add support for :class:`~cryptography.x509.OtherName` as a general name type. * Added new X.509 extension support in :class:`~cryptography.x509.Certificate` The following new extensions are now supported: * :class:`~cryptography.x509.OCSPNoCheck` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.NameConstraints` * Extension support was added to :class:`~cryptography.x509.CertificateSigningRequest`. * Add support for creating signed certificates with :class:`~cryptography.x509.CertificateBuilder`. This includes support for the following extensions: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.OCSPNoCheck` * Add support for creating certificate signing requests with :class:`~cryptography.x509.CertificateSigningRequestBuilder`. This includes support for the same extensions supported in the ``CertificateBuilder``. * Deprecate ``encode_rfc6979_signature`` and ``decode_rfc6979_signature`` in favor of :func:`~cryptography.hazmat.primitives.asymmetric.utils.encode_dss_signature` and :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`. - Adjust Requires according to requires.txt- update to 0.9.3: * Updated Windows wheels to be compiled against OpenSSL 1.0.2d. * Updated Windows wheels to be compiled against OpenSSL 1.0.2c. * **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA to verify signatures. Note that this only affects PyPy 2.6.0 and (presently unreleased) CFFI versions greater than 1.1.0. * Removed support for Python 3.2. This version of Python is rarely used and caused support headaches. Users affected by this should upgrade to 3.3+. * Deprecated support for Python 2.6. At the time there is no time table for actually dropping support, however we strongly encourage all users to upgrade their Python, as Python 2.6 no longer receives support from the Python core team. * Add support for the :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic curve. * Fixed compilation when using an OpenSSL which was compiled with the ``no-comp`` (``OPENSSL_NO_COMP``) option. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of public keys using the ``public_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of private keys using the ``private_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Add support for parsing X.509 certificate signing requests (CSRs) with :func:`~cryptography.x509.load_pem_x509_csr` and :func:`~cryptography.x509.load_der_x509_csr`. * Moved ``cryptography.exceptions.InvalidToken`` to :class:`cryptography.hazmat.primitives.twofactor.InvalidToken` and deprecated the old location. This was moved to minimize confusion between this exception and :class:`cryptography.fernet.InvalidToken`. * Added support for X.509 extensions in :class:`~cryptography.x509.Certificate` objects. The following extensions are supported as of this release: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CertificatePolicies` Note that unsupported extensions with the critical flag raise :class:`~cryptography.x509.UnsupportedExtension` while unsupported extensions set to non-critical are silently ignored. Read the :doc:`X.509 documentation` for more information. - add python-pyasn1, python-ipaddress and python-idna as Requires/BuildRequires- Update to 0.8.2: * Fixed a race condition when initializing the OpenSSL or CommonCrypto backends in a multi-threaded scenario.- update to 0.8.1: * Updated Windows wheels to be compiled against OpenSSL 1.0.2a. * func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can now load elliptic curve public keys. * Added :attr:`~cryptography.x509.Certificate.signature_hash_algorithm` support to :class:`~cryptography.x509.Certificate`. * Added :func:`~cryptography.hazmat.primitives.asymmetric.rsa.rsa_recover_prime_factor s` * :class:`~cryptography.hazmat.primitives.kdf.KeyDerivationFunction` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.kdf`. * Added support for parsing X.509 names. See the :doc:`X.509 documentation` for more information. * Added :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` to support loading of DER encoded private keys and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` to support loading DER encoded public keys. * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. * FreeBSD 9.2 was removed from the continuous integration system. * Updated Windows wheels to be compiled against OpenSSL 1.0.2. * :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key` and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` now support PKCS1 RSA public keys (in addition to the previous support for SubjectPublicKeyInfo format for RSA, EC, and DSA). * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`. * :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` and :class:`~cryptography.hazmat.primitives.hashes.HashContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.hashes`. * :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADCipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADEncryptionContext`, :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`, and :class:`~cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers`. * :class:`~cryptography.hazmat.primitives.ciphers.modes.Mode`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce`, and :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers.modes`. * :class:`~cryptography.hazmat.primitives.padding.PaddingContext` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricSignatureContext` and :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric`. * :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.dsa` * :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.ec`. * :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`. * Updated Windows wheels to be compiled against OpenSSL 1.0.1l. * ``enum34`` is no longer installed on Python 3.4, where it is included in the standard library. * Added a new function to the OpenSSL bindings to support additional functionality in pyOpenSSL.- update to 0.7.1 * backwards-incompatible change: GCM module doesn't truncate tags by default anymore * removed deprecated arguments to MFG1 constructor * ECC support * added PEM and openssh key loading convenience methods * support for many new ciphers and new features of existing ones see CHANGELOG.rst for details - spec cleanup - reworked %check section - added changelog to docss390zp31 1665760030  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstmvwxyz{|}~m      !"#2.9.2-150200.13.12.9.2-150200.13.1  cryptographycryptography-2.9.2-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__about__.py__init__.py__pycache____about__.cpython-36.opt-1.pyc__about__.cpython-36.pyc__init__.cpython-36.opt-1.pyc__init__.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pycfernet.cpython-36.opt-1.pycfernet.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycexceptions.pyfernet.pyhazmat__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_der.cpython-36.opt-1.pyc_der.cpython-36.pyc_oid.cpython-36.opt-1.pyc_oid.cpython-36.pyc_der.py_oid.pybackends__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycinterfaces.cpython-36.opt-1.pycinterfaces.cpython-36.pycinterfaces.pyopenssl__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycaead.cpython-36.opt-1.pycaead.cpython-36.pycbackend.cpython-36.opt-1.pycbackend.cpython-36.pycciphers.cpython-36.opt-1.pycciphers.cpython-36.pyccmac.cpython-36.opt-1.pyccmac.cpython-36.pycdecode_asn1.cpython-36.opt-1.pycdecode_asn1.cpython-36.pycdh.cpython-36.opt-1.pycdh.cpython-36.pycdsa.cpython-36.opt-1.pycdsa.cpython-36.pycec.cpython-36.opt-1.pycec.cpython-36.pyced25519.cpython-36.opt-1.pyced25519.cpython-36.pyced448.cpython-36.opt-1.pyced448.cpython-36.pycencode_asn1.cpython-36.opt-1.pycencode_asn1.cpython-36.pychashes.cpython-36.opt-1.pychashes.cpython-36.pychmac.cpython-36.opt-1.pychmac.cpython-36.pycocsp.cpython-36.opt-1.pycocsp.cpython-36.pycpoly1305.cpython-36.opt-1.pycpoly1305.cpython-36.pycrsa.cpython-36.opt-1.pycrsa.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycx25519.cpython-36.opt-1.pycx25519.cpython-36.pycx448.cpython-36.opt-1.pycx448.cpython-36.pycx509.cpython-36.opt-1.pycx509.cpython-36.pycaead.pybackend.pyciphers.pycmac.pydecode_asn1.pydh.pydsa.pyec.pyed25519.pyed448.pyencode_asn1.pyhashes.pyhmac.pyocsp.pypoly1305.pyrsa.pyutils.pyx25519.pyx448.pyx509.pybindings__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_constant_time.abi3.so_openssl.abi3.so_padding.abi3.soopenssl__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_conditional.cpython-36.opt-1.pyc_conditional.cpython-36.pycbinding.cpython-36.opt-1.pycbinding.cpython-36.pyc_conditional.pybinding.pyprimitives__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccmac.cpython-36.opt-1.pyccmac.cpython-36.pycconstant_time.cpython-36.opt-1.pycconstant_time.cpython-36.pychashes.cpython-36.opt-1.pychashes.cpython-36.pychmac.cpython-36.opt-1.pychmac.cpython-36.pyckeywrap.cpython-36.opt-1.pyckeywrap.cpython-36.pycpadding.cpython-36.opt-1.pycpadding.cpython-36.pycpoly1305.cpython-36.opt-1.pycpoly1305.cpython-36.pycasymmetric__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdh.cpython-36.opt-1.pycdh.cpython-36.pycdsa.cpython-36.opt-1.pycdsa.cpython-36.pycec.cpython-36.opt-1.pycec.cpython-36.pyced25519.cpython-36.opt-1.pyced25519.cpython-36.pyced448.cpython-36.opt-1.pyced448.cpython-36.pycpadding.cpython-36.opt-1.pycpadding.cpython-36.pycrsa.cpython-36.opt-1.pycrsa.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycx25519.cpython-36.opt-1.pycx25519.cpython-36.pycx448.cpython-36.opt-1.pycx448.cpython-36.pycdh.pydsa.pyec.pyed25519.pyed448.pypadding.pyrsa.pyutils.pyx25519.pyx448.pyciphers__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycaead.cpython-36.opt-1.pycaead.cpython-36.pycalgorithms.cpython-36.opt-1.pycalgorithms.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycmodes.cpython-36.opt-1.pycmodes.cpython-36.pycaead.pyalgorithms.pybase.pymodes.pycmac.pyconstant_time.pyhashes.pyhmac.pykdf__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycconcatkdf.cpython-36.opt-1.pycconcatkdf.cpython-36.pychkdf.cpython-36.opt-1.pychkdf.cpython-36.pyckbkdf.cpython-36.opt-1.pyckbkdf.cpython-36.pycpbkdf2.cpython-36.opt-1.pycpbkdf2.cpython-36.pycscrypt.cpython-36.opt-1.pycscrypt.cpython-36.pycx963kdf.cpython-36.opt-1.pycx963kdf.cpython-36.pycconcatkdf.pyhkdf.pykbkdf.pypbkdf2.pyscrypt.pyx963kdf.pykeywrap.pypadding.pypoly1305.pyserialization__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycpkcs12.cpython-36.opt-1.pycpkcs12.cpython-36.pycssh.cpython-36.opt-1.pycssh.cpython-36.pycbase.pypkcs12.pyssh.pytwofactor__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychotp.cpython-36.opt-1.pychotp.cpython-36.pyctotp.cpython-36.opt-1.pyctotp.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pychotp.pytotp.pyutils.pyutils.pyx509__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pyccertificate_transparency.cpython-36.opt-1.pyccertificate_transparency.cpython-36.pycextensions.cpython-36.opt-1.pycextensions.cpython-36.pycgeneral_name.cpython-36.opt-1.pycgeneral_name.cpython-36.pycname.cpython-36.opt-1.pycname.cpython-36.pycocsp.cpython-36.opt-1.pycocsp.cpython-36.pycoid.cpython-36.opt-1.pycoid.cpython-36.pycbase.pycertificate_transparency.pyextensions.pygeneral_name.pyname.pyocsp.pyoid.pypython3-cryptographyAUTHORS.rstCHANGELOG.rstCONTRIBUTING.rstREADME.rstpython3-cryptographyLICENSELICENSE.APACHELICENSE.BSD/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/cryptography-2.9.2-py3.6.egg-info//usr/lib64/python3.6/site-packages/cryptography//usr/lib64/python3.6/site-packages/cryptography/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat//usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__//usr/lib64/python3.6/site-packages/cryptography/x509//usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-cryptography//usr/share/licenses//usr/share/licenses/python3-cryptography/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26408/SUSE_SLE-15-SP2_Update/36108ee61e5682e7085405a59332f549-python-cryptography.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7254d1ed39fd391967a42abcf08b6be75e5b5326, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=63c3968f4687754d402722e8e4a9717362d4f9a3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e4604416ff524ae37d192ff351758a7e61b0ed9, strippedUTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_esyz{|}~     R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRR RRR RRRR R RRRR RRR RR RRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R 鉍V'python3-idna2.1 utf-81b9484815210ad631abfdd86c616d6ad0f5e2e9d50d92622f679b2afdb5402cf?7zXZ !t/]"k%Ӆ) `=tw<,J$LլYu6:?2vmD!GKmJD|p !N!,L[&N9AqwxGoi~쪢ODzePA;b,ʘxseT]RuFя7RMXй&?t)Ku7G;,] u+k]q;Fg1`W/6ht,3QٙeF},}J,}1 K,XJ7sK.UOC6S:=R_'yÆM;Y(alU=Hpd];}6ל+Um&e.pO&))jX%Ԉ51 bu̍\S0gnTg#K-*}ոvE-ޚxhJ;{ `-x_rWW"ϋ 9WGK| !H)?hpBNS[W"a22IXKЌ݊EY9 :iON7-q`z¿cƪ3UҞp&+T/Tk(ҁRi O'')p0C5%2yc}+'Lׇ1ꇕCޭjmgՆx0|!ڗ/hSb3nGPBZlvRoHu!(0uwY/i: qQH Pkh)zJŔ1 F;x3gh@ ^7^mD ,M!W8{_STFXS]~Rr#p ׸k ۀ\w= MWDI[Q(B77S;/ˆLg/;kJbCT edmσ:pGuy8OOn7oS ܰyJҡ~^%R#uKT{7r|Ȏ?uMR.BΖ໨?2Kv * :uͷ-d?Z{baёʹ/گݕY(Q}UfUq7VQ̗9bС'1בܿH#jYT2<#8wq3cȶ )k0$|9U%JtgR+%^{OI"g#:gRi5`|Dꧮt@f9PlcjDãS~˼d bP4x;I¥l-~.(>^N1qmX @kLJUqk0U- ⊜"2 v}v4" <\?޵0\Q5J7i&/FLзQ229TvÈ*TXw<71p^ɄWxg5 [G0\K ,'NOiA8 {LթeK5P 0DiHPWDlèҁQ7,u3':2 !1B:RWAs(`CE}HF k+*ծ| O3ќ-~ʥȣ%i]yc(Tse7.{i6āM'W'ԝ{x#CͲr<3?KMjx W|e"=˾'LrI] @"KZw02v磗?"gi<H+c5zl=8B] +%s~tAJiGMOC־h3@+L?o6$镈AW۹leAY̐ML,+ -;*cYoe@iɗ,1n^ͥ¨PrƘy#|(C_j%o&r]]7ٞv J/g4НeI9^V~w2w+ -nΈ΅fhNO!$w]p#Z&EdA'2Y:ԃ< uwj3,-y3FιҘ1wuRQ"~ =d^p:ӚGm2◅A{?Rs/YZ4sW#p̶.Ag-˳@bbqWqld1VJHzcFB 491V\^3?j2Y,Mo^Y;Lj`QV&m+lk`DE< Ï ';zG ꕃ@34\X! 5Qflj?0wDX4Fä!J0m(hٟF:v4>F5-Z@krW0ws(N`L=EfCbwi]?DzqO% P#ҷ%n%,3Bx#&ra /gkj%T( AM,, Ob.9 y!-***m;E95Td;sa'I&(\/~͖{rnx̹ : H(f/'r-3,[ek*UXIvDrm+UP;b;3mqdf+ZRX#Xb*=I9Oɴ-aL.@0U/H<@e~GrDrTn:{, RL&>d[N V(*,Nأ@61 :cBE?gsBS )UOt$o!׹^7k5J,7gçn2I|3BND cVzJn92Ix:QaE׶S#(EʓݖX[ެGeRJX<nMmbUQQ4{$Hdl N4O ψR4\XP@kFni%-2q4L@\W.j< ?rmsX#X)ƌ\$"cX~0&t v}WWS2wP |KpKT3C 4_5[/6}hYE3ip\_ӰI &^E$j񰸚6^]clc-۟d|`*L.63$,2OtyiOwP$VQ{ChI މȖ?,ZؾZ(V(r6F̭w fm')5@#0Hsɰ@(0k`Tw8u΁۝C (-'a%[VqH=/39?jYù9F{At׍deHKU\\lpO| &E[&OؙX?I#~F h?z w )u* 1T"1ãk/{%d(P9v]#(K;A0nŪo&qZܤoVm__f09&7Gn<=tDJ[G8ϰ9tR_8hOl`0];LM >敍Uj}𔳯iv֬Mk|V6āl m7_E!|%Ut 3%M͍a]g3g1KkO gz~gw8ٜhE, .q?1yxꃲ ~^7NAsX~Hqc\yI_mD#}˰[r!lÃ^. h"ǯP1'# Wkys(ĻmxFML"O..SS[00R5 D/_ydF)pz3pa?`m76Nz^ftJۆFS">Fr>EzeggS!Z(rXv!CjD)9lqa QBX4AJ چ~9&CL ,$73?k谽ϱ´"Pi7qYF?`DwalkJ7 pSx`> *޲VD^\bgW_UWJ{{KF׃q82 y֏Dl4f6ZM5t:OAi*UUa-h d, ey7lskۑI cܗLqp?&p1d#:?R V-0\)R5kԙC#$oM~{{{%|ީp{d,%jI޺93*gu IHYQ1K0^fVBk: ~x^[EK}`| pBT>6g*35^f3!ї!}eѲ\XL[r֌Ò5@x& Ϩ:YP KlW<ˑwMoB^@.RjTW&]<^Jgc1SGGfW1)zԉk]%N'2k'[Lq9$f|KRKq|ϝe)]цNL4 hαz ri_dTz^:IQ+("8!$+l\q 6χ"tE]X4#6XPub}Y{bx tK3e<ӆ}8޵PrF8QD$W,* Z^\b" t'MkE{ߥL4m @# 4Ⴗ2/ʛUH]2,wCL5ȧfZ%')kdx:S!x5QDz\!|XX~nZZ-x,aS~ |Վʆb?__ d*Ye=ֻfWj3`bG'4H;aOC)TҷO#NVȳ BCil,qcRLMߐeIB{ D<}kMYy͌1FW[Rקn3[κ)NAB݌]¿^gq#[sPҿ'-F@qcHlAY zi<0fc@C&uJ/|~!=2Ek]'cn[#ń79梴|zA]:YhkH;xZUO%{byfc{0Z"0Id,:z;KSdsESnUѶ/.T=g"F9I:Y׾n)C#\ [?@iw-$c$gW X8M{%ukUBd3uR3Z3oɍ:@ǟY t7-AKղ3|D%] ܟCo֪`gحݹ,MR 0BA訰Bic{ϟ%dYwXprg U WxpNz/ӷPh0 RܔxŴKz5/Ics6P+Naɉ QU-})H8`^ڵS#k=_F~"ڠn@= cxfo4ͽ,7pr\pD$/ >S9 /x<ѥA9NsJO{Ɂ R!~E`t:.kt8G̑qoҗ4%xħ?aİ.t1ff| FΌp\%m!G}=;߮*Zpe/v $`7K*oE|%9 ƦاFPT-x&+Yg6XA–C1Z9~7.'"q3Lxvo,e#9'!^Lf!яGi!;<:gͰќ%V|N$ mAPL .ZapV [ys* S <3,M@U 3т ޟ-K9ǝ(MU%fpRѿTϣdztk*w̻\43Nm(eCܡo\􉲝$SǙ% #>t4T[i>w`znAL$q Ӽ/(kq3KN2݁K׵,A C5z_sVک`l"\1X7*R7JLRRrO@cW)#hGL4GJ\%R%xbm9YfE]ɖ&K5!>QG;&_vja^ ]CODZdmGF@;z8(IRbJ[R](pN_C֣5Ðy<-2Sܛ`da,jKۼ 6Y#wiF2IĢE\U} (q^yPF64 q2 <_ >!7A1lK,ވtWӆec/niGL%hf:rV/g!@fL\֩h]eSY5g3s>mche%:qQ:$ DY$hFfX.1;iJwӜ^~:*{{3{-8Ti@< azT_>T*isZ<+*)-2eX"Rss<6Z髽i݊ٸ!бX= b2 2㖬68Y aކ-8_eM*vQE}xOD!y%8,'BF.vc%焤o~|d31ܯ(6"AS؛T.H)4/qsj,}·(*9v$ȸM=\[QQҭ.lS2@NJ7#'n?W#F=^RtԳպAϤe%h-~ l6 F,t{ okvd`eL y~ NJLsS8 MՇiU9", ݔD/UռɨE^7ͩ.;yCζSkj= zRX0+[9Rt智;,akh0|g]8lZ;LT_֊$yi ?D })+s_̕RZ%˘{:{ZRo&ӆP^!"rhH$RLJ-yVld.L.m@$,ژaxO %lwibS~LhH\F q⼝!fIJABh|Z2589AqwNgKcC A5RHS2&6UGI {C=cA] ʴN/Ribp}3Pkbdז ݛe$F ^5tdDAӦ])V*sW sU!Pxb{48 UDpiHͳ6S%,c-{!W_4aРGeUd*݆ݺA1{p _qK/ -z(Lz*Q%+'}O/+2_F ppn%E]fO fI0ѦT6/IZ9ZLnD_}NS(sFKE-$gSEXV-+0jN7)u̪rwX$]heiEeCϦw4d2DJ*.-LG5ۈedn={/o^bbVwkv8(G̺!f>xj=v%c{xx6O:*P)#-A! ])? Sk6n;sCzon]h7uE 2GNdXW 9槨g2Il'XC`(L5](tDvUչC}TѣM[yqz&1;GNP,N[R! Р~jEn ˈ^f5GN6G/ Ą7ґEc1{ٌjOk*,O/[6Y\2a#lzupX0O?O ъ:Vgd2lBF:Q'MMlAC6p11 љMyR,l~ʄzVc@BaCQ[e+))ggDI~J x^G's|.ToXI#Ɵk6׳H1B7+ׅ 8K=1dה09zYcXgSIE4@Iǜ͡=~?;jBV .B7lf$vlw ,Jxq? )4DOI#p]bTzn=yBvn3&Aː v=6Fyk$M<^rs*}ubڍsCs7XbͷSf[Ve'ptS~Luҧm2WS!Jtcb92 heikhĩȬ'c(+4Vm=퟼uLIˡ5$%WȽn NiEO%i- '*)X7pe)t/]A1$a|cRz<E0nƒx/)|@S"/`{R(W(LJInT J5b49FHo.aZq1/M 6VeL pO5X!3d1;nNNvpͦśYmV,{Le¹e:؟I.QWuߠۃ]Ւ׿ zepʫ(_Zy"c|@LL-bi1+h:.'^aMW>j2 uCx7'u'y B`]~(٬lC;&  <֖8 v$A7V jΒaF30:ul6_ф kWTOq oĭb>nmB 3ed05]};]@SI_g.B .{+)%KmcP'-o†KLmj~fEnޛDq!VLm̋ c0 ,?_ ?h @M 647l_ j֎z [o(>&_S3U)M nKl d_bHY3|"'zXVWu53^zJ Ĝ;ۮ&m`B͈N5c^G% q77c!Mw 2'(/P a]oJt]_ik>np >gxNG#pU='Wuxb;j$/! ߲ց2j}ͱd(w(ͦ dZA`u{:|BKupy+u2G |ajT U@*7+Bh9^/kGI|}πaa+ cw$ hqN2Y1gbnZTd0&?%鎪q֓c7$uQk ݠ09R1#\)(l8`&f.N-p jfİxr2M 8<~0[% ^s 9Z26 3@\OrcD'R(cK9WLoe\ā!3V}8oe=a_%Ԥ؇ "/VM[LV ,'61J1}qn9n3II$h,1v4oO/ifMUi2',ۈghfx HRZ@pwnS24jL^(@`:JeSb8,s >sǂU!M.x68, Zc%`/Ta Rۄْ "O84*Y,@MqIiw qtnlc6뀲zK)Xf&I M8K*(1^ &O+Fe x0욥^o EgCnL&Pk 8GI=EV[{?7Id !Ui{'7ȃvnP>So+5w!qN'8.@ Jp'V8rTЬ"# ^"diR]ɦ;催kF@鑸H7{Bv݅˓;K gk}IHۡuD@!!jyIs2p?6Z6砮5,OĶ.UZWksp-_5#]RͤӤ/hfa)(pHϭ V࢜-+Ro4>Zc@n <灏z-~ΒJ|(dlY,-Rb(IADr0(՞$Kˆ1+L r>hbn,@_tVdu;Sk 4b h,>h{i{?޸-ZKˆbYKMwUWZ4)#-M=BۍV)~^oN:3g +l}d2(;B57Є;"wʩau2G.V͂=&53m0hD_d-!IhpjCl߂l[R#E^^X!8r&KVVCx;Db†.\x >7ne%*7{,,XҵVE3qRP&G"72/$#.7YVX-ew0%zL6ly?DzD vXs[-57F/ >9tb}ٜXݙ^(H"2WCmi4ڸ #4u^A̗_zKH?hӡJ/Gxl'*V[рT$jf|K1XSw8E/$o9ӒPQS ɧc*%"sToÃMtD \)̆n yc8iQZU&9Դh6 afziHFY\d('FT+.'UWÁ@d֧Y/Y.GSrH~(j幭FX, T Efh_1k-2=l`t _T}66tS29,W n1/lijxP>{)ozʣt#!Vz-̄ |LI;ɑB:oqi:雙3*;ʔafyt Xy PUfko\J`$r+rVWnhF9S%{؅~`{Ğf |lXɏP,\ͶƤF6C-/P+1Y5–kHkU$ Lal0"םp܄D+DŽLw AN]W" i Pwnw`.` _<~$2Nbe|RmƔx3p3y(o "~:OumA+b/2+ ]>n!NyL>45Wlbhwˬ,@샩% ʵ &0)Q8x!ńs3&V WYC\ D~[?J ʞԡ75'f=rc:DMIcZ; ~Tw #KǨ^x I5}tGhqYrAyVBZ b|]cF y(?k>&Ĩjj%}PPnƶ2žaU/~K NNUQ?5noDTd`$=.I'5&^ pk#>:Ncj7+ٸ(/u:sP2m j<Ȟb89nft.Ԋp?ؠYg N%߇3?rd9=0hȉ{eGt88˂xJ$V(`62o}0-^Yo7f}DO-5*yW)5H:wic/8&Ľ%v.&Q ^nrLDVqĜY%HK<Pȍ8T/% [v# ˺p"*6Bg L9RUrYzƕ.gfy龜Cu4?=RdԩX<-iCVdk"u+[\)&5n h1c%z nvb:wiD/iֽ+٪&KgڧjP_E;kf8k +30?蕥e5AHxFQ)V}SOy^Xey/+Qjըv&/a7DWWzvɉx5-V}0JVKS Y5UBZ2FFyR\JYO3| vx_#/ QdFx 3,nosw'6;[dRjϻY("4g2s{jxi߻, ˫db7bcJ;[y thcf #J9dy+ 艗LzkI Pv!{ [kubQѧµO34!dAΪ%fК ߐ#.J=qxdZ?>S9u^m%|VDZnRthKu8ˏ=m7z覩{鈪aBs}/n-ț ؂9SAK<Nn)v&Y+߈DaUrP}pDŽP,q"\O/Ji%x,!΄/fo/!)-. j|&f1`U*ң-Џs5+\Gro­Ϳ8~?ߐYVHWtvq&&L<ļ7h¼Byj-ѤB:Էǎ'9rIg 3P5d:zmc[6~S|vٴ3C@?l"nV월CnlLjN+KP C|tη\ͭrw#32wMj1G'԰y.nz M}3D4!s>hw:Fd\9Z n uRTw}d@:UIS Rn[3Ug<+S'z`Ky [}!]V]7STt Foβd+KNU` O44_: < Oc\e+"%!brqݛRŗW8^yiѨ/I-.ԯվ ^%ID"Y:UqRK|--} J˳MgLoƻ*MkoZ3b=Ca =O(E{qdBR4zңę_dBcbz97VpMfRZGmJE M|{=j·VƤ@XfPZ'Z-ײЕB迈Ei3ݐt]CE^ RaG셅A^ݣ&֪lhOYJ Seu` ?c<)1ȨuJc1'EskxA%rqV vxNW\#Ϡi8|G:YCUDzDwaԻa1-RA^R@o6`/']/ArϙJݚ4@?G=Ζ*@Dܳ%w^2ƍh maN\&AJmo587Iu;aX@}T[2nxlkԉj8kҜ9.H,*+خ~ͯ{.멢ņ8qE33m}huReymֺO=oUB/qHQ8.Ic .x(+P”/WwTP~kx yX6k='I#Vf<ء Ul֘ (} L҆Ún8`yiV_`$+>5fK!07@/K`Uf-u.*0=OPKd w@rɈ귧Æw ?JRwϗ\7a_VdZo/%ҫO+AkwxA!PG/]Dx5tB8'= &z6Y7HwM8*'}I ^T7{[ /z>n-#O56^ïZ@ &V/̚U$%z}k0 鱱 K 9lv4pn+CM XtqWmDXa.-t(R50im=J8%Io 9=䜸ԛǼ!|XT gZD.QߛsWv6;dOCN6[ KT3 bIIUʋ['Z" Q45ӣ;A]O @jkP$êbQٸMl7Ʊ~-21a9XR G*庘x8C 7ru ՏuM:ڧ= Hi*)o5W,hOѦصZuuXG/L0IQOA?&dSRqm.u1Z %teCGx`QwF/2{' n"J{*\L6%o@xTd4L' QOsp4Tڏ}ZZd.DGxSkz܈ZıI 6]}SOԬ &T`+:x! _"M)>"3N?^ =x  sS+  =/sV!Tn'_v?|̢xXIKl"x2N"IQK%F+s>ʯ^!cr\cyݵۓrz5CϺQ6l0a90jtMr(}No7w^Y@Z@_Tl06@ݛ[>oӠO>֌\c­ б3Hvښ4SB&Ï롆ЉM{5x A8h`|~( #V8PNS-6rC$ׂ'/yuv܊UTz%t6>䰊]aЎCx?N *alla}g1Q*+B&a4':g@[ =7)hi6*hI+`VD5Q dRrHZ]^DWa&870;P87S]-fDwQc!a#CFJ9o6vZ ,GWBJcpCžk,haTe,gj0tżVZr( J<C] .|'kҦvľf>2fis6z!լp}W?þfa l9g6oM)WJpV0vy1D1Z ij-*,jxy&uՄayGƻb.IOdб]sC3aEwWbt(W|?l?R/;ꚷf<(r`Dپm, &gp 6-W%Y\ˠgGE=G#؁ŎyXy釸PRM#$$7Gu|Ӷ>FAamts4'E*9O(uimރh#`)k#BD F5{]9fN: 74LӯI˱ON_K(0 Ig(ut#S"K T<9iiWj Eԍqt%|WqDh&"; LTA=͘Ů׏%!;niy˓6Ii jŶ$dߘ^d2uSh 1.nY߰@Á!c[ׯpo{/KvK"+R&䷓hu}If5,9mŽ90Z G׎.oa[>/,8Stja㈐$:x'E07 jd|GjeAFkRe l7l>J[kx OΪjijgF#oo狊 BBy5,nmg>t]?(S,1uIR/W&~p?4_K9.QEu2Z}. @I<7qah>S߮]CGbao .ieȈ &=ȼR/ ;I8l8Rx{{$7o{bɗm$ti&_,,_kzҖ ~l]xa qRau#G=ZS˿ o=g;0‘Y5T.o*v:BR3ՋE%  XJ]&hݟJ{ɪ序}0G\WZ3FtxIg6D( ZA .fEt%p̩.Ǜ o*fдǡUG A&=:)_R.UPMUY"v} %,E##G3xSup{JPS|b{ޫ sUK:6"ھ<௷0Њ/2 ɊrSA~"J2z0p!R>.yHlPkEZn쎬$K$8&}`b+6TϊES颟Vտ WefRR`-1 Kyoj^}u2(b<^d< Gxt!I 6ᾕ(׷¤W J [hW0JK=[u(A QX>Bl#nVw O.OF7H+HUd4ȐTSbRgϿ gTp ?q>TS(@ؠ$ T-R7S$#l$$O"siaaZX.n>|H KLp^~_}WخFI\?RW'|[!0ߊ&&Fg~$7aÚ/FmRA E@8gF㎞ #ӇU&J&b!H<5M:|#N3gF.g\j6o[ `eD>Sg?-[l `&̂-B7+]16I\tN7nE`}/D >ji>fK>&< Y҄ Kd!ēT=?)tSvB|Ҹ9et9p",^Zƽ#Tudnq]A{bk[4.΁mSƴRxNWY=u¾g_~.fiIyt= }pe DvDZ4!O/vv,%6һnjT^oG/,qa}ٝZ0jF\J5>픧υ_dFY@ #1]l I,XxH*2Qb7,mqdon&]-2엉G%\,zrWٯ fU/ 3eB#ZDˮ%d{:㩛Iǭĝp=K[H<,]`/4;}o~7tG5(YIQ'Dl?谰I>?K6Lp&'$:\%a 3L_?P 9ol2 Fc:6]vVn@MfM3|hX}|I|~>%_r7 [IF2u)( HVb+%G1ƿ~`ǰ ˥NFD7!#o.nnz| Ѕ WGe8!JȌ%kjZa֓5\}x:Oxݘ1&?=3DpuD'6X^GrTmlBh!m䔰TC@M]U]-Gc  IvǢٵK֘iڈy$l`QEyb"%>m7>/>s\[׭Q]e`dҊwxe9]XL ek/WW5|h)=rC/%sh Ek, H7Ŝl>ۃ0I-|Cs2yiʱ %$f_"r˷g^ZĤO܈1"Fgb#C -p:?A0JD:2hD?Dr:%AO@Lxm!Żc .fpvƒ%Z+IUI{&1!+oࢺ+)GY2!*\|IN+ qS,2%֕%>^w-Wux>oCu2$c]AGMMJuCRt@lw嗞GuQASO+3巽g6S~0B tN`WbMZHa'a,&Y_Ɗ_IÑ"1]缘3&ӷMSKXyMCNpЛi@WEwbW>WshSBm~u>Kaʀ=q/>ъśMr*[8Ga*@`~oąSFNʹb (;=\@_ i a2 G s͟+\,Ge Gg,jr2SJb(LZ*0F V.fh:SBC,RhoQ:\C5{s1=~;:|Ɗ:B=@MA̩k17h-_oOQ)S9c)-OYw]{XJER$}y+v#{Da(@boRZCܲQl06>MFІ(ɹ0 p(?0o_U`UJ.kxƆ"?\VʶϨ@IYߊɳ:˂'yK,ΑEiJ^ZI$C>jaAVҭ2kngY{g +ŸVR\ik{M,7D>RGDF@9\ߗ~;庉")69 KE_Fkm>HUEkh(K(B m%!ܖGٓ%v)d|a {Gb굉cy;z11DL^k<vSj o2C$>mnA9F8~v/sr׌aJ~Ҋ>/}e(b+>ԼO|ٷ9LQtC okb*H#b5DrG #\4Q#iD*r[ۄtW;2W%_ SLێj.ҪQ=xĠvh[ ,Yw(߸N+57&.썜A-~^ǯơ˱%)Hkr, IÔP>XԣX-u8{L8sէe!ihXƌTwF娽a|OP}'mбjJQr# +J|-d?<7,ԝeUވ:[0ӻ3Z`P3A[+֋[ݓ)q.c 4s,r8%k[)hL"*e ^1hkQ#ƷzɊc̝io3aGqoDISWPHՃƠ 6L|]Q'T4s2]T( .u!zZ$;P, f(Sn^OX 9=Z%Vqi~5M o幜7J0kH';εzp^*ɼQn*glLrD^JsK (_H* mq(FmD[h=U h K_ΐJchRDV3;|5Gڵmz{Mޑ3 6Y4&0=>ACa-3Vxϲ6qx;D}X!+IP1(^wXt'tUa ,fEɖQ)$)`~-Z_FkVHnN=հg&vy $Չ?`y<;DZaiD 2peP{-k-耏˫+EJԖ7p[3WK.8)<,Y}(?m2AO=V76Ukgm>so>G|܌Ĵ/`&C ~/?z ,dO [h{*}O!}m];TӪ&&p^_CEq-D/w}\Ϫvj luB+YQ36p3_qDoK w d3!fxUm}ة ԻG!\94<)%).Ժ&*At eetEwsV$ 2:sVue-nrּ<=jB\ç>8* |S Pa]g~Jp_lanٙ'v? H q;0)6Ŵr׀7͔N$+i0cxѕJKAyÂS8 r(fbʗZ<)Sdo3+ ԾJPQG`ލ͌TyV:yܷ"h{iá:qG!.YZ3alw]Kx +Ճu7GJҐo/#0jFÜu])yOۍ,*f@W5Y$oۻ $Z]-|( d=?3kY(@9DD҅ ]#{޹!n4mھŹSi?;4{w@U#&arNK44pOVĪ*[Z^{Ey|ܽf<&СFnJ`iB9h cGQ2?^]d'\_o)f(Y 1۾5x8 Á=j:UFw̑-'_\>TH|NRx&QE/SvNmڞ;Ͽ*i8yͽ.ׅܖ!Y Q!w^q= 3VDJ􊬢v^|Xpy9a3_>PPd15HkQw!tZ?JE\DJ: 69nO[;p&eɚ|}Na}C)l:^XrTy`!U,W1L R\ˬyS)ݔe=JU^iuY4^ ʇ&0#Ψr:~U-oo- ޘ+IxS@#͌*&`uX1[57;_^%%lWxⲭ5 5#oZKs:U*4CPWJdpS}qOmsFiC+30:0YjkW z-JeMm/xa͒}ɀiB°pn&ֳ9%; U "Mf!q;%sEKpv&CމNѐy;KDbmiЖޞt:_ͼϳ?Q#4Pk@mӊ1B]\LM)7دUABL_WIPxIT ,V>JQ,#"/+LȩI&#nK"2tp"ΝFϕՄgٌlї|-4i&@0Zi>VIhsc_^{ɲ6ށSe PKe $p=3dJ)A}</M R$[>z ΌlY&$TJߺꏑ0^`bे,3fվ(`vQ-։(_Hv]MEL׫EY76(䄓RN㨥}^f Q/Աq x]x)ꉰN4 =i7yy}<-v! 6F6`l oJsAިŘ)g*%}k*qXF !qKw 3(vm2*74Z6cI*,a$4.CMu=.kbIt)XR͑E[T~~&̈ W.;"׳g}[$7/̘-&1xzٙ`L<.GUFS˝1D6JxS5{d.LgH\%f|㬐Ɯh[N7y-+[jGܟ |WkT^ip0o;VΗϴ.FN؆%2Cu4uc s<Y_m#np2Hl=P8ChJrbq m?~e8 @ߗcRVrņ'`Y[ ކy䰹%@:H3;WţʲoĹ*Պȑgp!YnhIΕ9q;=yz~Iu0 hL*cד$ ɵW&{Qقϐ/=|='@BҶnH%?̋H <KPGr&ᬨN!D :aC!<%'⩃ .0T_fz̼3<@e_9SEȯMteɒp$נB|lH{o0wl וd Nj5_4ṕ;~br#6xNye\Rp&tj|/he ,qC&N`cCAMtt9k\. arbc.Љ̄WS 0R=.R7ukBx;92BF1Sx4'-<3@X&o9k ȰܭxԀKdSݨ&S{O\Ez39A5?RnE3V&I23r 홿^w$Z؅"Ē0ϟ~ӕ:r̙`%'u`˓֭Ych Z@*;ɺW&w2ώjm=# \O37lƷ7{`G!UcD`ί^Г'=Ǣi>R1< DUgxקіcۊ*-UV*2B} or7[YWUu!*8ӞBcɫAGlEf(7CŁ.ޠ{G:@E{w_Kw퀅\$ZdУ p-&V'A[.,=уiZ֦S?z0kN^OS6YPL.De:Z>wO,P=Y 澺caL E6HJ-ik(}]m;ܶX$1#:8ZY^%WF&fELC 4(y˻1f rgVb‡(G(UfMKg`BZ@ΖC6Hѕ] UJp~ aeuwNԾZdc\1IȀ3|{";o.$CFy&xK5KOϾFY16]װ$Һ"O %([j7vuO`83{\O4';vn7$5rW3n-ho ,aU 7yU^+ 'G8#m x˭K\?^,|*f&g>Ik,NhBǏg)N.)\0Zu;pӒZ,L쎺{]{W@NE~nܫ]㯢%o2MRh~Pūo]dzS5%(UNn[NLHfxR4ˌy3!qAOfR v¡̷w2V5.]8;  t`q,Ђ7wxNBu}ŵݴm}6/&ssg,.6G ?0/+2W^uԌ͓o! 7ʊy7SI`g0aF-y[f6H#6>JP)L7~ Mau6qU &c{+&r# u9 TLjE `2b-{hfNALBh Y*Fǖ=ij^^U%l9쿮["4eY٢r31D8dICiV >1ǽJ;.@>RCwÛVsKյ p6Q{.r>LZϓ?laOR֯'5Eנ.ZE>? 7/^ G"-:~/JLKBέ4?yA+8S( ((:ua1{d\|93XWou'F\EVm[jG 9U"JcPFfw4Cnvǘi JT =65ATWv|M@?t*cR\z=h,@9,|-,A/?c]gT0s-$=Juj0)aBk酆t;YB=prU!ohLb?d*#Un^luGᇐX341/oHS@i=кM4qax:'7z}&XO[.:ƖV<%d8G\NMFPO{=FfpB8RDɳ*eK ĝA݌g4D]Is)&L"#7ceK+Ls}I?7mBIem壯1?b5;ĸt-UemEhWkDe zCy ux :Y)u!6M<-kF-Wrv%3d(k/Xs@kNlKhl('::A`ʤˊϻK,1F@H[kB[zâIv7T<[,lOᩱ BdݨFj"Lk>+E7i>M(`U %:F8) Yo.SYwiꕧiu8DzCQ|ӳǝ1#ԉx:e_7Vw'<-rk4~LBH)+i >!'./Vmt@ h8}Z,?A>Nͥih`B[֝4 7u;# mdb 4  5<~kɆg?8PHH&Cj@ZxoNcx3Wͱ1ʛA4M/P %n& &/oHCxORK5@ۿdʗ"R˖ŒIINh~?WhW."u=A37):$A?xcp 0d$~e1.A,v0^\M g=->݌cLpUw]F8?{.LW_CJUYUD"7HZ,"pDK Ȼ<3-1wKub<;V1Ǐ*m(7Kr($w=r[S 4Yo](bfp)I!8I8U|㺩Yd}yy﫦 >¡Yр[6[r'Ơ7OǢy3nQz>-l;y;Xi x: rW{> Jkv=d JV4dTG?6U'sp%w#nqxP@US'JUa)ԻO0,oʥuVR@9YDWcG[_^DqA%P/c345G͜%rK61s]..u'A"66X&f6U*xn2O[\'ERJ[cem]@SYADR9@!2uïxvTr_v{EbIX6N^\C_tξ~9pM ?I@I`(S 9&H!{Q-[ų&hăjIٙ%{e}4nU>y qߗDQ=S_+Ijc!aw͵=łX搫u3, ܽYX>poCj*XCpS0ܴ|;̽&f/Btobe=B}oS]\8F@3R u]Bo}J,C8@OA ZWK!&8۠ќ_k2Z;?jq(hW&iq+c3d\NTO  qh D?hCA2J l0t<f'}q*[8^ώggRqzE;x{z錍 βgՖo t^ac@0 z\R:.tg] ꡠ4Y_S9pChE70ovM>"[ _`luyޚdt "7.8ટ?bߪ~(̰crHıĒ'F5elxIMUV2.,#>JZ̸79<wcjo25U+wB/D4=M .up<}CsԡUΕ2na|%L8/gو@) k^88@1M;c<4V:^#ЯhݨK/A~j\Cemm۠qB&c2<.+jUv1s5X:VOu9a] iσd~S~K-XbPg rbBʤ`S˕`Ȅʤ:{zQX FG$#݂\eG&#кN8 -ٸbkiLcU(LWzf3)cTI"c?ӲflUF ;3 :MCZj:X7Bb$ɇː#wqy'=r}<%U.I ^b%/,x| Tk @BX jIyVDlGT̛30[ALs,1I9 'G_sNn}End=~&rW!tP;szeڟԡ}i7ТbZMU?wh[Fwf0Lr2x7 `Բ+.d!F/Sa1w ޣ"WhےWg>BeGGˁQ{$HV.R>R{RXD$ODzn0 V:L-8ݼ`2Npų>XS0'^[fxP{*栉˼1hD0|s{B@tK i`v#7eJhD BQlu)ST'\61aZtl7Vs'8I([6Ќ*(\+[+)+\CY3* zaGcA v 1XiHE nsPdLUAsNUSlW_N6JqI/5Ѳ3O vNˬ:,d`?ݘklr".M/X\Ӧk?sf}یމWdʕ`GOd+H7"'ت'!}tε%\"[5j/n7kze%q GCZfOo{@g c0[ OJcX1>8RuA]ayKvE(H4VvE:Q`2> r0@`: F/w;HH:ir:ݬP̶6Rz%D,h䩍-%GNeLm<] |$Ljt7CWX_|YHsX3(*+@ MZeQ%(3n>>:]~  ݋㨡n 9tw^{dEq"AK쁥L< 5h2">%5{¢Z~i}픴G*eeJX]9yrΒb 9) p??Ҭ*3zQkrj6|uAW8Ul\P }U>O=^笆{D>˰І!Du_ Q~*lO~O:zR/2GlӜ"\G'ZU6.qfNeg1F0UIo,+Al{TQʙs:[cqy<~DCtBR#G|nO O ~BmV)#7y5'TU~rĂ!dabԝ)-%E?w:>{. >-CMcY+QS7}BPFx#XnSMyޢ̨#lo$LO(;-c'nuY4gjT Ӗ4KS FUòd ؋#UO13%ThQP@ ݓ\wLvn"P_Aؔ~&qg2MTC{K|[B(i{RGhocw~"B͝ ՕW4$g  rar6_S֛90K-)$遠.Jq`zH9rqK6YJkpa+\uЁ8 rh )=\ a>@Q3H*ltØgҐ(XJ^1`ՀrbVqW~&%͓x4H5]e( ~l@?{_y0kܖ-:]Wtz҄+X5vu\Mj[$ZGMXe_~5gPFwS̤lqtBQlq3Yqhϻ/p;;꘵Z3]J$fmf.:-2յ~HثU]>AUZ- kBגs``;UR-ִble Rf˾~Q^PX PB`#TܽM"ZqdFl+@]rCErkh'QU^/4F;mF U vHf(o{#ts"i-7:~хނUK iaf Y1+zzN;_F>[:Z @(~Kc,̈BN)TL( j- _vdw_f}6 W yn[v*XB`|v.,aabNRjr3v}`*A<<Qo#DV)"rOb*9o&[rf07`:"FR#,FY (ՠ-܀ =vǾpYRk6MU 5+ܝ iJ2"8 es$aOz:ҤȳjyTz /l˻ TX 5:N~ھarTzt> )^ m=JxZבc۬K\CƧ b 0X3CӓmI6xw:VP59 Xeq[a[P3{3/"?.RA])咢 6<ٗ8<0+I.1IFJ@&NH319);x#72L>ZjtǮujqd4gԸu&08h]iPYٕ(BUG-!kG{\Ni ~>½WxcnlrtqKyF,k)]kk7-(p`h, /ho[R3kO6/;9u5 礰X'\+3ZWz)5$I)[V#3tÎiUw\Ѩ h=a'MRׇdddF 7>Fh~W d'2d~Zu  XC,]bb9]J eG*>Qv=TO[hx2zBN j%*EkY3^ۈ+}@ܞ}"3Hw᠋eLaOMOwJ&h%HtKZD9ZyWc/.Os=Ic(XïxA58(}Lx>411gN{+kͅoLnOx/T,M\32ⱡQ j[ ~'n5fsvs@5{CDsI7*parP<(8/ DM<& ?HG~n6¬=jr;COUTifԮ 2IvT[ZOA:h^j[ұGeye2PɎةo'j>=j4$3/jSaAݣ(i#!؅;%OjzBMqKN5+pLLſ֚L5ɢN>] JgfE*r"69F V*»$r>`PkNj`ir֐(|' xjS-TE\l,^B捖{!8p }0&R@'NJ::d ֑eC퍁Ψ6X|잭/o5ty?oiDeH"Q#%VqfLw)4ת x|Ë:Xڻ}d-ykF*Y?c=XndlFdo#6/u9&oMDBт}#0eVi \iW6bӲ'/cU @FBUW㔁M2J0DqFxL %*BCXe4JkvRDѷ 89F!B` qz̃ɖQV v-{+izh}OVL^f9O-O?9+cI*貎_.ljB~̊#Tn{I sk=aڄ c|?KQ.HA<'`_bȄ2D+_>X:ɝ&#ހ $KCUڑ̀(yC^Be> 5"TG7><8ږ!}}Lfije)m ؍+15Y$ly@;`X!=YAzF 8M&gwBH [kSvɢXF[\d*-1wCC';cU]ѿ!f&:pM7s!*hCD1dg Wqy6 VC|^Bc)ktk3wgT!jXp%c.Vbs݄`92 l&C=&Q$.ꋒasK%6|ز$f );iQX/zpXeb܎odOd(yEKLfk*^n/e SQFDI褭䏾wEO^ӖN"n#})F\:p7T#18 2l9v7My6 H瘗Ԟ1N9S&Y:$w'\`ϴDD˰L8Oދ ~?\A)Q6u=j|\<\ lXߚV>.f+gT) ٌTiW@KGxcI-Ӕx4S|Sddd3dTa QI{96YzkӫSp4N\\]T$Ai` 9ưq,1'{ *Ȃ-l:+my)krҝmuSuRHC5(̴!rH""̞ݢPp ?2UwEN~}m&ıokzedxĥs5βe[v耟j" }LWCz}LL)\R "ZqIR_N}L ~@^Zn[^Lrn_Nx1LsyJcarbw*ӶD٬3,1HN׿pdG]eZjC-g#c-o/vJ&KҁZGS>`TƘ;đS}:EW"jBڴȭoJl ??[ae/DX9dd3 9+=!]=|xQ&rW/-Ž:P!@냇=G* bωS!5KX:" [D"$yd{Wpac̽w Nunz__ݾR̙ϟPdCRUW|> *Qd݉tQ~ tYUwIMSr-PfKxBSԣ!u pTMZO:Jt׊-Z]e,~4 ,y 6I 5)\!![kPP%X4}L,T/*`>[Vmm=K7k{XY.4$e+ a$2n>I~ ϶c?LAV7xoM6&8@u~ z߹v̗eIw_@Z4h:wl/]39ɺeH*(zfX_mDh F0sfo@L+yo`-2Ƨ`Uy[k*O3F8?s%b!$Szn/ E>pP;gDr'T)VRjRgcTِJәT{W|~ȅѢK`װ*^⓽P\#;$&=y6x5?`:M%;oH)Q-۞*%H%z&o5]5*a{Hc˄ KZ⣁aϬT LZMB;KV`TL6LHm|kp%SU&(4}͋\NIcO*>f [s-';_ǽ%%SsJ=:%˜hc%ݹ6tARa-,.-EB**ShQ'n "N9M*+g)Xw*{5҂68fpRlMM ;l0C6ہa-&8@ִ#py1g>'t6H B ۮ;e.<J)}y7g"V1;a ;%_z3$a̬;u+dVږ,=pڶe8O~U[]_S #!/raƭ" oL~NEUQ2/((~x9zP)l[?jM֭UkL>w\&MvOXxe*ɂF8)).mh*) #ʍ7OzQOG)&S׌MMZ\^7VTc4H D+@9"FO q!˾ǒOu߈l+vR޴5R/4m=zK ,6<1q|^vɛ`8}U2FemqNLRdG[]tg2pw\4x3T>9Z[0w6 OęOW05~4IXSxP:az'}I 396S¿>@ Y2aրhx= ۹A$b *jY~Ɲ pؤ3j.ԍH/~ [;xOzqvDxaHBZ0v7 %ުWo/k9"2f+Nh`zzwtRY*ȅYHK  Hd,8zaiaM2\i׷xcr P p&7d(d ]\5ftcI R?K6 2dG6+ktȵ,\)ұ0 6~-赗&\X1[,EЉm0ݻ< (9Տ]uM;x6*LU2sg!\Qk9dKַ$~~^o`jcIU㎷ˋ Xo{| 0<@n,airKac>[Τ9+1\3fAcG)D!nҺVNK9Ti=pHٹJl.E8jק0b+>η++}֢F!&jрWp=FL^2Dw $msA2?Z&rں ţҮ%3f(E窽 #;d)+^w6G_ 6 ޻c 5i4S!%ے"&ƯkEBn15讉ɝ||AO/qP D,t(U5AdS!臷RNK{2akIqOu7ߤ+Q9K.B-eDb8P`a >ZLů.(oS^y#K~$<\ը_tKX< AeLMHQ:{T?6ZMHE=VyTRWNa}Ək(!؄uU _?(-97\ XBP_}Dw:ށ/shu/{ulf;'_3 a;VTHP3#`t.oSY֯q+Ms5 cqVB5漪 EJ w_qǨE1Õfp` ̃˲`M,K9{Z |pgbva) F ő f\Xm^c$H0S;S1]0T?B'dEFJQ #pu퐄* W݈M6F̰zSxICSD6Ia8b9wմfZuw.Aݟoɜpy- @%|=R(1"=^%XPOfHiMNBFlFmRw D]~DZt# )2'ϣ+m|bi ati6Tŗs0\VqzYPg=?x7%o6P=*{?4`g`UTL{" *Hm_H\^r奠4=¤A(zXW͇Cy!vVa26``/jPH p`@9}x5[,KS4F0yFH9 48Žj2[opcmn:ѳk[ (>. V;}u ψhc}*zcQ/(X]ۢDxJ%N/~E_5zBT kS{ng]ނWX ;w?`Etae8t qγ[@oFI)e㘳89+(7f^v#lUVbJpHb5UށM3|^ s?$<;zʉ9|>"5AQݳ$#S2iWҾb#:\_mj?v=\YiO|! P$$7%M'ashHF͝^9;Ź6`U4C<` .;kdKX$o|EsobGjp>;V-iŢZ#1L} 5 kT~yceM?Q'%K=ErM!:+E],@%꘠^́6k3v{|dL;&sǼAh e=AV45G\X 6U (.0zb19 H?7$ VC%TbDC\oA閣8n.COCS`^ܶ*PWu9xghEm?OWf+M»K:-^<{#F " &?@?I\~#"X9]AgCD(u]h8d$Y;sC}AO0J0A<ˬ4n?}* AȘ 4Y]F<3rG Zn8 Hla#3+[MM]U9+QUէU\2p2LȢ(ά"QL0~ 1zdfxފv-#8=>أטFutZn>KoB- C-^*UMvx;RR*dTĔqxhkMhO?g+),OeB+#Q%\5ЁHمzAD.!+:hH:x.p0EgOf b}8?CO-V2&̦ĀfӫPTKm`o Ҋ&'}81I]L9)OOEߡ%8՚`[>ej qQ5%Ghg!|lpt@ m=m 2R'WGXdX\ :/ pvm=O0?ơbLX:KO;c?=']6Ҧ?Ux>ofMNpWCC"*QN%,D!UUqZFb)j(%b[-T Vw] 'HexQ|S9v~@C1$%j,/%n8e5(eLJ~, O)N鮪JFbWMO3SGT̓mE&3 ;;"rdKf;;[nTQZ9׿&8SE AE_/$snDq'*63WFv`1V͆*j2򎜻%A#\𸽯LJ.ONS 2ݲt6jz/B=xdqjvqCN]A)25!( "wŁ! L3+>oIsoܷNj;zVd4ֺ[2 4\CVw91+ʁ"&Vm+"‰ۨyIyhc:u` ?_)8?MsOq"#wj KO8u動=ju4O,e7$}BaFN{rV*寂8銇;:.eXy5I892)m$U|#(m6dMͼ{`X>7pY<7QE-rWBqPڇ>wԦQ=XF/#b)Wp f?2wu)H1WT(h|6Â[Únc9p^go!pSu}G3lY]ssr[_%_Y,Λa>>ΣWgMQ(jZ}蒥w'o^ s:kP«?8d2WfQA3.v9fjD*| ?99,vQѱ}ס<3ڬ D; bʚ_(A9ͬ,T?+\zikT-n %-شzVfN8Y0ѶCM,N k_YP[O&k G`: ,(voNI8dicw{ ,Dր߰`\)n'ٷo(&̸\(g40'14ut.[Ϭk>Uz﬿/7Q3 "~5zz;<tp۽l1yʞ.`?ɳDFՍ?. =uݴS.Cr%uô@,qewۊ>xRx.[TZJOhS]_J끓Bҏ4fX n|[d4DGDXwsGYg8;)&EQ*3S#Rr:f&γ`G9=|kBl]&̃WyH#nLJ kg*yfo"r'aP 6UB!YqHsZ H }XȠ8coe9Ӥ嘴.@g8l._]{3 %#29D;Ծ'k28d&`cS2OoQ]J|U˺a :14!@M@$aUܱWlݖX¥qW1U?鹽SԔ6c]aHKuZ+p[|% IҪʃ^ Iޤ6 bH7{%`7\pz&I익YFD[ohBp!t "ryB+5t@Jda=4lUb֌D)ûT+fX<_C&յZ݉wz["<1(gY$O'jt1x  9\HK{^ WSǴ}Wa0Bڣp}$z^,V.=|i'sLX=>٠%!:y|*YޗtH/u~lާEaYl*GĢX`蟊恹OǓvaҐJ\j1uxms5)tU'|sZ/;?#Z&xWk)+Sdz= Q_.2]h]*Hl3kp5:[.qzJ"bq5p*d|U+V-yW#1Wu24d|nzh< ǭDH\hI^5L Ki_ZY X6s.¼ bv%榁ܥ<&6(0]Ǘ qFkhzpsQـ(G\;?Zd f'82+*??:ֹWa̍B%6ۋ*\kdQ$,86`X97ᒧ GS<^f;//69y6O=G&snazP͠GhƵ ([e윀zM[hGkK 9=?U0gmye,F\,ΕC`U ^nB'ZO`W݈@C,|ŝ\:{OW8_zNRD8?y MCT$ʁOGSv]mksmn}!+\Ʀr1^ ֤29h#!})L!HSr.sY09e;X0+|II/miETTk-*"6O"Ez\1M'ռgO~Γr5>8D2F}*=qrs$c;k}C9[:o X6n31;ʕ 7W[ p\9WҎgl.]uu~>y:žG9# M^m8-*(ÒxhmY r_P)Y^Ɋ8?7Y? !x~b|-e힅 Q%`M%sx\RNo8+\v8oDȚR<! X֦=Dn{{% }* S4}ynEF 'r zh{ M1jwG*k7V{,|0')49Ej35JݺK1CyeyA>8Drΰ?Ƹn IS~h!KFs1M6_"tH2 ua(]gi[#E/`dRY>;I3_P twBZkRG1ѩ8'ab\p]a$B*L=Rp)t "00czweYgxIm smem7xcBs=o)ɀiJ&]>97.co5aUIxkyZI]sbkqsN:! mR509%eį`sDڳ !5(IqpiE*ۖ(\fxuVxHB}0ĢiOViIKnn{~써KWXQ~sƆo.DrQ:{,K጗o9__ŭ\\)5楦\M*.͠-cl D{~&^MtMfȫs)p,wql' Gg Xu$B ps@Wweuola ^l3`?|@~0}68_]v؂p=ks?X]gs 'zb2B+K?=$b|/mr Q`/dE jSW73جBI  = =4V;"5%?qTFEwlf<U[nd>wI{WZ}Fd'a]]@lڈ?T7a\w% p虨$. +i4W.V1xeP9iؑLq${jIn?4HØֺtL \- 9OZ: 5CXbE)*mn-U6Ng j(Uֈjh=vq.iP7-$ټ[E(.-9ͻ>oh2ᾜdwj!gԟ?[u9PM1[SCYdM<@z0GRzZ^~eYhVEF9 ۀ1vl8ODNF/$h04ְvUH[hIΌVgu"'cX&'(44H, bއг~'p 6l`xQ1DYap^? rqOGtɳaM 8nZAc nUS[fa$4~" TY]1)ARmCb{a19b! 0'#<@;˅`* \L‘)h#3=y$4[llB9dBZd[rvW?x0j 0  B.gQ-yޗgwc~Mb7(866ogFysZNdI_ObWO}Q=jSd%CD»8sr~Ј'i%ĉE<+-* |:h^9#%g2I J"cDwA"8?q0J!kC$L ;t3_n6jw0oP SVmr)MTm/Rvpyk@\Ub(X8RqgL ;3vܚ?7Uurʠku`uSXzV9p[J #5Ê-ip/M  3j[vu>wFqun`IDOV[dajD]-\]Pd>}y#O341J>Nc gc_^fkN +'HNG琪@fZGSAo pYĦ;TïTt©(!o#Hy˜3z,!x ]axr֐$@j إRQ0U8=+/2iS޾ R6Zb.$d\5kaA0dM.tiT6~Q5n>p m°9=*>$[ؙH*4$/߻t~kXA71A1'r ,Q_xA|hkEK'N9*,{skºҩ'KhF{Q58$l$`_"CQY3㺒P"kqp7BY( FJ" 2/؅Z"hDHN[&8#r Li8n}C_+v4Yp(|Ck UpTM. /8TOTA]#Xv~?UJبRkjFʩ֎89rY!E!((3扺X0º'MV/þU `q:@G]Mm` gw\u޳Ǒ" qB h/l<ʇM1|"}]ȼҤQFl鞜>Sg!ն\GvgJ S4n{%ד`!_06݃Š(׌M ZZ;JfMX&AmV[CugKD3tAגRPu8m*FOSax2XI";lH;44+~?[٩F4-r gLOp#$Mgx}JJrԭ'kt|"L|m}K@W;Drŀ:>}td:68LbHfj)&3Tsン_ CԅL -EPS}ϏUƎ3}~){ގ0e0g.iQ~"yiBph:"177:7r:`B`*1ͪ}\Վ.'J!-r5fDI֍b@E^r0JіRR" ;m;zDL_Mkl2D)'f=5_W$]Ї#UǏ-d@F% n]%+N=sY" Lwp\Yx=~=k0wE-CJdYu26|Mg`qo,r]]_h_.r+AѽB7Wս~#~qHDXzj J~n`#or# ;?F}af{[wlҝzfqg 7<]ԣ@JgzΒqMG3|A pЍJ.f:PToPQ~ K QS/ ^I?k@hURPh-0#!9TЖiΟ=7jGU684 :_b95~ʼnE)Oɋ$AF$͟L5|8 j:~<+;)OJ\NwHDbdy"m,W>w9C2ZEдtoBWwpg L)spY:RL*pna%[XqQZ§#q>ׇRODw A qSqPziK Y2A@e\{wr=6[)/@Os^̼Ȏ[GKyMwܣ^^!C>TCX臱,J6 1ؚ0P%=Y:f!&r*p=\&({CAhK\vߟsaFf%ݴ<:1/qVʘ5_9o(|J;#&UBmwp@ ~{*[7F<|y!;%&dq9胈8?j 8_VHNu /N/n2?aMƭXrPuK;NCp3eQVZ7'j+x|EURâ%z('tXz.{]|bqMOt_;!QGA\H3Џ,bC1|}?_J3"ĥpiMb7l%ɑRWdi{Gy_.@x@wPǦm4WU}ю olns%WIڗWOgUMu2`gFvVu9cJo ` ƹVk adERf*M!םy6}Xo ϡowwMP>'ڄIzBCwb݊R=Ǧ=%ЌwZEwnm74ߍiwR΀߆i=?b Y4"{\c:_]OP]hkAlux'GTVz"=\d'3N-k]ohot'Gr=l^/kޤ OޟݴhQ&TvI?;;Mf_2I&&V6Qa[l)LvFSNǍ$7v[rcNEik=mM_;(*vU6Ƨe}Fh^(B9r#^~y/J"]YKӧI)b$\65l]C" 5Q]¤8ɈL]U n_\,E>BzfPv܇by@^E7b}ZF?٭hOU9s%R! AIB MSWGpYnE KTPnj5kCZcf*p4Vk+*^cE/wTDL3NF5P=ͧHpq\h?&U_E\C/'7)bfU;sz^"4ĉ(dXJ!*ۈeNle 71bN+qwjjG`bUV⍢2=ZVu teJ"]cx*DČKߑ8to\;J y,$F$cX4l@*nSrng^ipM@fo:y:ȣw?Ai1y`0qX6g#.gZRXLR##u@hfA% mU)_ ^S6 ,~^e>#㻴;(F#%JCU5_d@%ˎKnW [Lהq!fP-d-Sq hJ}QV?'mv:Yo/ d%V C].:I'c<"=e1T ¾zM-W2~ @;~[YΠ¯B*9!= c-[3sЄe_-Fb._ʅڣ B/HK*c@᭾" /rV4(i?凴z5Oz Gy莆0.ߕ%S`oڙSv@h QK,~{&ThBd}'FO#ޥ<渌lMA3۠A>$\"F\8Gid)E] ( a-I2{uԉ$ivf( ةͷ=%swz@r+|F deI(zH:*DAHZzڻŶ@DQq+BzVI6;^5 kx^J75̷u>R$Ϧʜ<6BE3\GYmܛ lt;bl&%b }}ACՎ@" íTE='%+is3R W8tQϔͮF#2Ǧ`8#R;kLN :Q=6dxJvC9ǽlO9d{YTxopИaAu&6ڵ; Pv(Q+A% Rw~pDd{f;ĩgX"cW\ NuRuX1D\^'M|{ IDYq`x9:6ѭԭgm' r(`H)T7j 9{ 'ـ,q z9Nb)ѱt=%0 昨2”nT8$߀aGJ[ *,c'43XFkR19ȒxM!@+7RLpBsNþ{>^'e%Kr>KU909Ng9R)eVvsiVxVlֿ2Gp:DN6>[CB>hЧBL̗i] "xիs#0/`CZУN Oϣ<%,f]>x+PfJTYyK| y-g7;S((Kn1d%A鑵1.o}y sQ!}P-%j4R辘y٦9z :^[P'tTfi@x k4Ui :-0pg@&]/#J2*%.qwyp\BLUY}%9Eqq];O?sҽf4z .K%C.<-mPS]: V|"$)%EMͣSV sEW:h3 p|9e O/DeHSqGҕY}%]kғ"B(G:7686p O&ѧmWs,bF颖}Џ3=e!e_!Lb|Bp PpF|MT,_OtA^*$kSKX+̌ÿR'K;f4"3@K;#&3D ],u^zle:ԺssbʚNPv]ȕ$m;q9[3F|pr𵼕+-mޜJnVͥ6>3@LH@dB aw:P 7DsRY4 H;ɛ_.mʥHA&`c)f~^7X4REvBBS<.]X/5˘W&(H l##B^4{/Ū-!kg:4 ec"TBsG?;GM L7Lo#pz|8]fFPe? |kW#ŢXwp6G2)J;+"z!AȞfQ4'Zl4Zҍ]~i{e0bTuXBhƔzWf[ uRrϩm*rj!Q7(#,L>Ka JLI"OyX/+t^GB˭t#2$bS{h=0nby'}Ia^$w GYpa;Y2:+ A1I|e ZJ% ^O */Iٯ˒xt߁,,~5 wW:'2E #~m©ܝ qIЋ\u v_:2X.؄bY(Ia $!A 1gn VDcw-J-Ɛ[Gi}UTecO}ϛO)ͯ-\[m0sEMtn{XCvAA\!jEתWLVge|j֯(=i=1pe/ms6FPiYgYChow1 զk)k>NCԍx,;%wk!~rK I> >ð *7g1\eK~-b?ORshv2;UkqW$Sd#Q#+8`e` `L׫5Sɴ}|ɱ(:>>&,sAe+ % xk3??l[/iI0-=eD"YP]l@6o@,|}m ~``܊G7ΦP)QQ.b?Il:_ZU$ɝŁ\Q{ *P@)c@TuU؁VFEGu ,dR%ۍK6Hup,I?@3%WTĥؒmAД[֦%kx(3Ԛ,;.ˇ n dY]L_9(xeYIetMթI.?5&Y,w%XW\ԜR"g JƐIEPJf߮ޯaBbGLl4 ߺhʗ*2ʋS?IsEgA2Egt!wN8% VgWpNc |/=~fT3?#n-!*`DL59.{pt೨''61RrG8eT{15>WV }5K)R/vU3٦.$n?cO& BY-s߀V2>x:`8)GɕA7 hn49n7" ߞ" ήɤO`NdJCAGu)ؘV@/OG:TAZ~b§z.x_q 9>DF_X3iW b&R٠;@\c+fTUlA.UrYs@Zsf,-57hp|)Km& EŦ`Dځİi37`ZC*\#.=6|47/'l<8l@6^U+Nփ? x+%0r㝍7:+#Me'yLԯW}M)pA*=q}9*2AD؟ng8s;.G/^?va&Ob-YRjן/V*~%@!&8T "aC.4naΖ55>YdOZѲ#Jp~\KRan}q4A'ц4ҕxO+QO%_n.5"gPynY$"5CC%h˟فB7P sVPɿɠѷZ񢩋TW ќ1yW76GwWejaZ{3&G$uv)-u4"l6t9Yw0|SHyfJsϯA'èn,UG~l8,]SyQݖ 4\]ݍSgRr/XHk*ʎ=5;*^&hGDۦgJ = _3q z-bVxQj֌N)չ@3Eh<~mcvZYUo4LZ݁%k`]w$C!1=8 =^wjs0Wm,kmᛘF t)$l.7h½C'AVsLm0Eeu߶~b+cDwQ5ڹ۰Gs]Q51VP}¿(~N[zRt][bؘ Ty~#RD$7v]ҏRQmp7g2况WlmN| dIlރQQp@d:}jٔ!-L93Rf9 Clv"4!ea ;-1r4Vȟ7. NpAxB\bwG+z$K/=ZՆlĺՏ&u6*f^aE$^! ΃Oᷫ8pu 1#9{,]e:Uq|T{nF<308D20N9Ҡvo3z8^k=xvjxZ? QdX!4p9"k A'aLd$,D}5 x) ]-vS7\yъ`F=qpy?x2nw|Qď]͋P$ E/fc\9[ 3aEy;[c*DCf\Z|B<Ȃ+ӵWSwc} ͇'H˟w[Қf5?l >D@ HqWUꧾ䴘 DӮ-,bq%˘R˛j;SSI#c1IXq&9eGTS'%~%*`t2I1ok%PĮF_@E?kP61(Fjγnǹf9\:R3}J}j 2e*a ns7 ^;fsi=oȧdڒ/LƲyU <Eѫr_b*/0ɦEuqc~9`fdC(~֮^$485[HK'vsCA.7drv7_^Y_vGRzk$մ:J^ymw.CYQv{|kТ)] _mW֏{砬)GktҶEr~s}WYZ/K^hBbh%Le\V3RO u,ʷSiU= \D0{:|mX& $ Zp9_P?o0_f}Z41qO.2(D} zZxجK Ú$v~+!p, &/ЉY`*%JpVe\Uc[ } r a I^*G0I.&P$*_ Nzu,¼0918f/d#ֆBz B >ːo`+ĕwyծ>1ȳf!H.@j%O(IyZMp%8yX犽LoL'!4@L7.=m@ qÒMCȫh餝c1paИ&3W`0We %\1>_oʐϫ#gOw $y(3|_?k'w&lCw -d89!ȡ矢]uN-q 蠿 t=Bo:E$~BDzꕌg1XQ٬=CW[gaR/vTO1[x 1=㔗ao11 #y q*kDfO|VS;rҟj=GAY$$H1z, 2 6MsԔ>p2plMq1mxD5w/y7XIb2t^z%{EZaA&3MWfHV@hs2tVO)ϊNEQmyR4'|wwmx;G lnadEssPcɺ;ױ͝UwZB co͸X<0/4,d蚕h#D݄#(K[fp=MuYmr[[rfM OC`8Lxڙ0hx3\jhx/~^J= fVeQF3"mZxtC~cc']5"u=9ʳuB֦@Dر:}f).wmZi%EC*ܪ:^gdY6bU =r¹ ''%H?h#:ձklYmSL&bΕ岦$e<|ҵp.+1cAQ;KTLkED]|?rѽhk,ߑN"J>X-*hLƒ^Y9)|TQBpg!3KP}.jZs.Y$Zwv[@&Ua=tkch^eX*˧$~:SV 5, Fv6Q5O~DP)νfbLtA#v5SPf9gϾ)36,w Iik!#f}{x%#Re `k0[;QI=m0RyxeFd"ɛƪrnh6Y. L= 0Ll)}rm E\ɜ[^43PϤH&asbNX۞V fP}ӽ+v̭͎PtʸWouH64 !e BWݯ}d* #z#~%ed̵JZpxϗL?>`pmEuJ ˎ>/y eȑF¨bXdsXtc=:ޥP>${ΉNt>B%NJ'r x6XρgڰuxC$Qʪyea;+Y9]ua1ь`h$6!dI-:4M#T}HˡMJҖ*8h"Լ4oT,&Ƣh X-۩4 هHAW-z\q~C]3J)2A; \mZgdt|2$)?Tfr g/ɶ]1Gq] Q \`R~4 3@[%)A8#PG=]'#d4|7U9pҞ`kc=;u@#/p??-zBAFq/hO&X$Cec& =BD }őTPfh~|Vj;}%&;a^YmKf۷ mDɋr{xhc^o@ۮYAqտنXv_ 6QR'43ݺ7޼l)ۡE R }.H s@w͛|ãㇵ]Ff־r4@$-p [(OKn_rXoexnz$BNwAŚ0#M~JUf [b+؉nVG*&d7l/s8QV< =,iomD5"XEV8X" 'QuմR㠸VaIRCr҂1jt2J n| YUAUzAɝlDa[feX)FU6۳a\T3EZaM>oT.6>xԷ.WJChc2Ѩh[J ߛ3FJӉ0`~g00"z*t @"ѻ\v4bY4Fb§y⥋!P35fRYz &^̌kuWID"nlvuxӥcފƘ,p^q>#C'QD0ae\D!G aឬ">ɏ`߾x&kw޴JiNN'T 6&3H4vp4֑W ˑZ?75/A[aW#?IluhO`Uf[Ђ6ϟ\|/7mb&,yX_~~]+ +SSFV֯=A;J^C,5R{Q7Dz'`zr_.AV޼^" iƙ/zMŖٲ[$t'W~*ΡuNAɰ{mGkc/IyfÏNKzZsV,#]Vե_)9c]an1rhhͮj :{ݙc#4,.ľ:&:Y.0vryB<+KW3^ Y7;nU n DE`$WGwCoQI4)BQ;"o VM4E)WJBMAa8,Ց0Xh " Ou҄}! ę]>^+B*Ǭ*0k,2jbtb6Ӟj|)\t40Z;&%7,E>|uxmYSNǺ84/rP6V9}sG,gi<SFQSD~an_.1W![^2sw7 <> Ub:g ~_qv.HS|}J2XWp W[Rad6PUR~stv dii=ֺvPD)l8e} KB֥bI|>4B(3q K!fCHݰ9l1MoJ6>6~#+W!mCJΙt@ٟ=֡(`{əOFyuچ`R=6!!&Y]B~t/kaVSj~ԖlBc]96*:yUZ*J7$nW#Xe. [Mj^j@JSBiZp ib6ts -WT0D55;HA۔6g"_#Sae8Ѭ^2k.[4ŃlWmd gF >\*%'4:۷M+etVpn1Hø6|ڎEjBeAVȏ_7^hM@G8're{iA&ワ¯rUV eq,ɍ |T~I&ɻN/wM?E*yg+#Kvm:WPZO`t~}D Xp7mUT |pǍP$'_+x }]r@h,4D"ȖnˇlulE{v6lDlNCXr=PY:.H(pr2.6T7>h17ܖXPVd(./ƿx.h7yxDn?.W}UsGa.'e^ۣP#XK[&Ĺnu?:!]SB$'AD/嚄_^?W!_ze9x5?hcmʞ h9 I dsXSwvQ-zO _5Yd]\fJ3rM)>%NDf_doLr-/*vmtf"ԬUZO6vvF+3حjg>Dkюc>#:Y( 7V8.Ε9 "':J`|,: :8q.z-uh1vsd!c<~,6.+ nn=3✜H&U yzw1(#EgšW١ƣQ|3jM¸qgQ-\:&Sl'ʜ87ʗtFWVSQn RF*񕻛 \0BÄsrxNٚM54e-,|N $ 4C .ؖH6=2b;ioJTl.6xM_sQb6 "_*AdZ,Nu]xL4\]IóMJF|ul$+<:N)mԕI[5|<MҴ4}HT,`5GIhoEz(#sYg¼X=Իy8&W8Yߋ-%~hj9I.ǵƜ t3\*6/[Rnq Gk AP'q$Xv_`%TiiQEm)3MVse)"g6-,l@ƅL" ќg%~0NmY$r\J^E4.][6q P΄F~1xɥ( k;ZL.gJP4"2V%K'MLʬJeЯ^yvN I [i۸e謘/G{6kp/J7T>g>=i(nlb?4ㆍI=>ebЋ3-DRvlaFjL@U3+]j>v zQUB$hi/h nHwOI[ fɕym00p~w_U yzeVn%6ƨp49mgJ#1Evk;j~ ̴ڴ&/!w^WAuHj[^`I` j{O=kˬbr"HH9%>/͜ƩIa_;)lVk@x0'l _ҽ8it#Y,'[lx{rl$ dk0uאg^2SWl%:K$#d=BG^kN] ˥)CQ'y0-^ Mձ/6KƤ]U3ymw!Ê8kr-8m}&Txb=neة Osly:rq3k`pI}M3ٚ`C͵7)x СV* ` XF@s|*FRmy3A4+Z.]>@iB|ʧR G,aK,]t][sDmWZbWb7A K`B~R@ّV#xG'&7PNЌ\ uljP4rRZ~dNXl'tE#4jc{;Ч"OZnWEnٽf'.㭿e$FóA^*V-oo?mD4zxkyb#ߊg}ʬS|kqr= nchsr7N%Abſ%3' !ݭ<5]>M۸z{Z7Χ.<2qNJPk'8>Piq?%!7l+\Keֈwx?'6P TW 12)^2I\{@U&k Gհ%fa7::)aCYݏ>eʇp*p bi\=<ۛ:CS(1A!Mu",j*P" -Ϲ#7 Sy)"5J鍛 q A!QQWb>0_LCg9[mPDeQۍP^k$Mh^F-:n`,WCVҔWIrȉ}RZp+u^n-^C=wLʶLyUWhN01>R =L [k$ $RVDr J1kf零WJnVX@gn!: 4? ?!4jGs jn|A !A|&V~T $R{Uҝ,вuL\i{i ]`KA/qrX)M3_d k iI6մ[)pB@5O8į({{>Jy ՝Kifċd:h'D"fjȕY,IspV-0#=GgiIOZ$zuzسA Sp a/~$eڞf~M%Q?Dt8Zk=C]K\@(v-׳yO HahЦU*JοTfNP)vB0o8%$Y!Ew,}6efkq%H/żkx0؍jfɫl[Op<ƟZ'`kvY$4,$lM"ڸw{Ih^(@S~CDG Ѳc|0F q+a/j]vA)^xF:՗3ee&.-FyKr+<.G&k$X?SÒ0J\̀5_;7pǙ4=/oaEG{e/& |6mM8IJu!/5Uwh+4?c m^L$Axөr]Ј]+A7| @#/HD u ?+f/}PgKj$%N+, / fRցSGpc{1"%A[(I}[ N^W=XG/֢tDZkRqun3yQiOQaBi.tv `,Tf+ )%m,P}D)MZ(cZltn 4`OYyn)n k!~DL[H 6uLvJqYmHplqKC8H[5T(@=TCbcKP :N#A_{f$B'ʪ5qMk5U~z{WIxuQ>‘ {!! _ qȏϒpT{ACԩ@?\hڎ PKS? 'F>%N*+)=tA:s%.ȍ 4"[0}B|3tU~ham9 [i.G(y*)gU^o2EYY=2$i߅71QheGKI9"jNG %p//Px=UWGm= $Όx{F) O,Qѣd:_{>gJ>kzmJu_Ii57Kkyq9~ ~\&alAm|!Mkŭn %2Y0Զ̓} `g! (IT(;Ȱrِ$.#upctdrd:7?<*-Ҵ {V;X))ʂM(I,/V%:J_5h__U!n%P-S n3"{sbOp&FRj Hzgl g`G,G7lܮd'~]KQo&~ ،[08pu%F.-5n~AŰ&om +IRDx l JX N?jR7ɸa{E[SU vp@"ilwA>2qJv`p޿0qZ2} $_͐xf!4ٰ.jDn:_F)N6+d2S6 CA?̛E6oY-Q8Q0k*{뱓^ssAbhřie6NiR 66}x|+SmiA&A8R-y낋|V7aty?frry#<-͇ /ǽ2H69ɢ6K髡\@>vO(BӔVׁrIxL__OYWlMf=I\.N؍UT^)G[K(Uvr) #[׺Htx?u.u7ɺdUӯBsɯUb)È$}SlȽ8k~FX},1/&):~CSLoS⎅|fCI[k5y`$+$y"t⺫1tHZi XkJ3JSHdV] \"\GFjUYe!ctiDQZDnT&UlTs7bL3v4EG' {uFܡO~}lxI(|87&Β: 3J晀PfU;YFnt1 Ϸ࿚j;vC]v |˘[nnbtXpT%,Ѱ|\(Iˉ"wy1酎KK'Hi†1T/*ձa`7`C7QGhۜ-+0`JnrdgTBtzi  gMT{ z:ș&\r91㛲cK3MQ0st{slu ;1(ūwi+3U`a2yZ[Eltce?9m2BĄ/pFҐv\:>ɹ)L|ظƏLz4)If[k^⁵ӄDϠӛl6*U;wGT]rW([b~4p˄ؾd ׂ )ȓ`ٵFIj?VKΎT+RyTs)'~'X-Qfag. <dݕ?'DziX2!NB̊S@6.kY@Y9MN1D,_E懺 .p &=)!0EC l)9jrJQ5ư'A0mAPHi^t˨W/ml SX\ckZ n "%w{\g@G|#kn pd{kU;VTB.$ǰIVE5xC.qB E4 Nв! M4v : )WhCwCZz:1i9v+:"\j+lG)yn9/n]a1;"?uh`NqhnU)%N 50gpb ObV I%VΡݞ0UL|Tau%G8] i%0{ X["dlNY嬲AXOF&σy{sQ5ݮͨT #`!ٌ A"Ha^wjd[D@QdyarWo8SE!CLQӻO{rUrnF};icT?K3Q58G 2y oKqZZ*B{ X_ |\`pکs0KbzĨ8! d&=BЬɧd#*iVXM V~Y=\+|-M;v^H&xd=Ѡv#;b?U4W.`4D;Y]Li[g!ה[aj82Wz哀^%yn+Ubc+Y3VID>h۰6">St5+=iNdGZ<I3[vǡ ?\eei6;1j.74m|2#׾QSJB6*7aEpAO ]^Esr/N7Uvty`l=8V}I÷oD!Np )y!c&\qZ|sSyӄ"61Q4_61|&Kbq 3Vqak˜4O E"$f-+^1 ҿPuO~P{/0GϿoD0+S5}ykLjku3{4Sc0:5 }zv^ 0U!415R0ߙ;b p)ㇳRMYJg>o2(MԪoOOo83y7;vpCn/ [UtZ;62lm wѸ*%QU1 F+0}=S~%cuG _DŽ65i%̌|EqD$e*Mhkf!:R7]#?h2)o+Ye?5OCzU-վh=YrȌeC4 r>5[}Wz)Jlt\ɆT?&ְ4%rbG]nMYTe'd*HoLΟY D9-l|ygimM5Z6!nU- gn4.=>\0a~2k ڻ[Pl}+Z3rr1\ DgD  1A(xޚ+jsݦ,z:5ԙRf[ձYNcT&${!6w2y\pP_ ڄR<[uYkdD1 VfO\bLoyɰ FKM0@lmWmpP $r g ׵Q(U X*?g҂%il%71~˨)GgH{.]9ʮw><@W$}'~(\; R6&4QdSnF*yl O'uHkF&h]D@\eQ@R =&"[s0U.mw(`]cbfWtR sEЎ J*SbXIbgr)ʝ9˹9 rSay d C%_b .6;xӒ Z(, e}dV@* 칊A|u8, cAhR3z%V^D]㮏$TP.jw YQ0`H@toY-JHxTLaǕ&!(>*l=D(*8 D]Kٗ+ 9 XQij')QF5'RbZPsח\-l_ QC4Wc9ۃiYG8wF3:Xn<u̻@x;I+Is[L ]{"yf ]mKabavl0 DRDF& :〠2POMKo=(*̠X(dᔛ7KyEYZ4c;BȚ}Xc  KNsڇ[%&5dG17$pEs^xJpSQsԽ"d**E3R  ϼLwqҚ}$2b_sb-;3)cx ]]sj84+?^mހG؀ŀK>;yBv *SDw}j3!C NDw9[0h5<# k9e:+\Ʃ\,I9u|$@h*Tdr?,f'i_cuwAM: ^1U5&+X *aq],K"in x٨m-U Xh23M? 7(p &uz~3ҫGڌA_ϙNRww!@Ԗ֊:h7ntFj7<-,;|g #H4[,V,m{r, _Ȉd"Ѣj[e%=y4v>f jZgnM/^ @[%|qwR.E`+1ϮԦqM|y9Х M"kݝmG(Le!<.~ȇ0VJ1Q e5 6FsbX?a[ڱ3f_#ɫ3ۯϏTxQe.ct^u7^~`lGe)- +V:o_@3{3}]OVC]QK4 /НJzm <倬1dn @5-9cuˀY6S'TcUQ vZPHPq{l)™ГKMnʟ._R߆]O߂^*4`p~O#*EO}*Vr7l#O9s*Bnj3?p1Bk Q|΍}K* Rq=^70MkFC[==1}i)`DYɈ3ewi7n'JA~,B&UO JЯ D,oơioNG.njӃwc{mx~4%HV%CmU{JG:1G˵rA33hy'wqD2[.f;^ώ4#)9 KX"!,᧍ t@Fy m`ĀUAo}?~" 'P?0B]H`Eh#g5 `OP_.,1FDT&o&0|9މ='l#b^Cax{04:SJEƅZxb{v%˅wM&hfd훻Ly{dcDSq,pId?#؛Hc ۬>H54%3P3kVP̬mQc3~ec^Tn6#UosI=)CkIOʺpYK/z14ҷXwY)8!:eMȩ؝[('\u"L¯(h *nZ.!"Q; >R7 CEɮ#¢6O;AE5Je;MZBҶ,[Y63 yau%쩮g/&%(HPtZE."[쪪kdN*`u>=MI{XiSb8Y!B+.[fm8#4*^nM~rTdeY60gUWRtsh$9S}=ϧj/?P 4hZF뗜S!XkNn 6GEL/Ccm 9- noLuzI?GEdhZ\zS`bί7NR6B;b;bۣ/4;G188Ѵ#T=설m\"!4r^ NnlU(j *13$gn8Xa?{/FLj>+.36lt슥']S,!\L6x.4TDa2oWэ߱0)1rXXp@mRk 0ɽDp 4¿/)VOAkvai- Hcn)λV懗ӕM(plb gBJa|7e \t jl5Z9=-EG2K=,C/FyJΫ[s;;.05q{h Jo;DrG =GSzYְX`;nK=v] YbuEmM,qP .UܺN#c_ 颡hv{!CkvQh D]8AF?IܻV}1-2Hy NR{$RVB͊п6b$dAuk}.tj@,fw%pj@H.$y0@ƒsc <樾\ $쪼% (Sd,=@ Ĕj+ԅPL9&bw>w^аH\Kuң0͇`PܹW [WS۫ }ґ> $MIL뜔)*-=~zN=\;|{\ƸTP&S#+벳|cU6'nknz1A$ б,׈ڙ W 9зgŎcP)X;Q;Zj-9ٺXlWKvZF< *G#U~ĠáѰ5Z+㱓(YyHrqz2CP&2sUFl{zHǩN-v#vB=Q?J\ 8JБUbziwOVNH  7J4뒀$6f604dk>$:OD56c I\hk"r&tD] %R&E@TLk!yƤ0&hI0rG*npU$&5~c9=ةXkۼA[mGI>|tBeR1Qk0;h?AUF앀p&v3mPܼ2w`n[X O*A%aww Z?7A ćm\XLGs1Bq 0qcFv+ N'4pʋb 2>0"4|v '$-Uj=-[Ɂ褌LyGL.a_ ;ʞ-ch8JDxdMrc2~ea[n6B#dxW1]H(V E@"Df^ Vjs|I6y 1 _\MY!͏"|%a ݉rUG$,#҄'C )q>iVlYj{v';}-ED$Q{u=>lAcy*^ ۫kJְ[ 0gPHCBDZ1_x{:RyCJadff$VBޮ9{ѯkt7;AX,;{u/% *>"#$U|gq,}&qq53a{wB]FsQ>d-@lxQ jKPFR#I_`J: m,"`DI5-)U"jH dcT bL7^j{}EMb?B&EO0VȎW=L (fAy̜>v:~a*. t`ilcdk)rKmLuN^6!,N3)fiq8RkI嵿 5 @p4γ&pձJϙFJ.NhQO{zKpSM|q*L: Kju Hpjky^&GPXfk035~ HZ~T>$&sH3PűV'zЕ Z`0,sW >Wk^m$vggRyYC]xG |(2>PV0@r5u¼#Az FIv{ikH"q4 g @{Iy.Šěa:ʥPPQ nJ~M= NRW Bc80%H36Q:xgC@\i*/Uf,,iVRȖ,zPb_׃*+OdKύ}JIhʝvx W &b`B+V\tTLU8IBjƴKl%mdžI58Ln(3|ӱOZ l H|G]IP‹K} h,w_G819GmY{p:iv\V~'V`.3D(gtA3 BrHe(8"Zx19t%헯ov2$/ 'g1ktQ.!p{6uO#Rqp3ǚ=KתA|- Y,QљeL_'zdt/nw0?"ᏬAscnWi~} 71β# p01b#s({p>yE[K<,r4uzq>n!Ko9N׺Bfg5a(HtaOL&fH4*[>r5 }+~9BMc,cZ܅ G$VFVkO`6wZDOB-l0帡͝0G I毻y ΢m)O szGm z'Fo-DZv :&?^⾳気bI)կs\rģp'%iEMfmL V;qEjs$Yil<@TC>/C~\y-I{d' βVѰ艇w͛Q"inCY51"N,;i% )Jᇷ҄"yѼ%jy_č F<m ůq O'큖no5F4fEa[NtHN'o^ )s88Qr>[!XUA:$oԤԳdqDRCP}z@;׌,-(o hw.jm1 8׹ Ntu[u FAH_Ȫpj~`N;3&5󆾰BTSUƔB.rd%4b۞%K8Ɓ',<ӵta #:*/׆pɨg.ZS7E.޵rXX_@b0{6&~Ыƶwj:9Dn:F-'#fRnti*0=O1n?G q)}(8 W\5Vi5E>n0NZ Z}Z Y=(cy ('gN'`/XGa9aIUZB3rX=ސe7P6\BWh^rYk:3jb$i߸gjDbeg;HU9,e@.qzt-q`pOߪU64zI~j$OQ(o[9Ң&D#[boXڧoO)22qdkbv kѤj*tMks:}YrCkn[Y4/q+QY_A5T^>?&Hh*mEsζoFs=Pyz;OعÂ7vlSD,DX/B΁K&zO'z]8G '` lB{ mZL*+DmH6D&瘧nǺTx#R+ Tj?#(} yCΆ6?&qD*T1 o"Pم. Ս,zI2w=|F$=gps'j+  Sm#U= UlI/{7s wSULX̾]l7Lz؈-I;2AjFUq~WO-j)I StwvA1%lENEzq[C#gk,¦?xAj|CiPbZNtڲzs-NUdę2d. 2/3 ]A7k% OcۚϯH A_&*߂ kJ+UU3\)=aZ^@U;]B7-=wN8&k` ;}Iz}m\JQd]h1x3g>cS @ >3im:^ieEJtRqw2vqIˆ{{k1,v %q&<6憸p) U4v%jku PR{UЙ墴~;ex@d3cڭ))VLR ':NR8kD#dG4n|ޤrmO;E yxʫ<QbX-tE(B~8#_cvr[J%d| Q/ -rw 66c%iz5L2,CE*5S\~4["wcgqk*lmiJ-y'Mz;9q\=+k6&Jt=Z J`;~nl wh[} 7s,YxL概H-Xؓ-왷#.Kk-ȶK5Q~,u<e1*3_gX|  !^vBGbvdx>nd(SBv-jNn{娇-wmubfG1Q$Pnh8P8`$@2ZtS ܊AC*)~Xeʪz7d9Kv09t#?l ;UJf"LFdm:uL@@Xؑp>w@!Vݙʣ2\2`׽gj6 f`(sIa΄AF$1R,؍9#^8uB5 1pj.!  Ln[@(,uԝ#HuȣK%6ծ8,egq@A0lK]xYve@3g4!LNω.]>'@vUu3,Tɥ-A!RFPe_('omy+䵈)&RMt`GρCpT gkz&dիҜ7R( _޻OdMcbS!()"d8!Gǃ#9ScIL:NıCfpB̪)|߅egڧTm(;y5C:PfW !I$zc vP}_b8_'x1 Byf>F3骖ެ`U%QU5 =33 ȘsTdO`wx5JurinFZO+dK|zֲe%A_q; -⏥wyul_SD><0xIښS"@u3b Yj"`uT4՚OD˄I 2xF'yuÈy}񊣶 cAKcln~kBRar q|!:Zt$Ek_*`"g: Z֊WPƗn ?݀~;auຑ'_yWwNgKTEWwlFoj샞㙊Q~[>7-.魽㼐I4 jE @ tq:"($le VȌ EE* 5anDWR^~tN,=Px NhƁl!la^ 䟂fhpXJ_'5_8?Mb$*:ktŹ Ȏ_mOq䷠-d;e;1D}ɣlO쾵SZ+;~$EG * \4#gL޵;tϛ'y pUŐG6x WFEJ v*>8D |ڿ#N!@18Z36L{erx^{3 M!}}7U,cOn=\l\Qrc^-,ZvuX¶Ւ3mw /OjTO(G H^"T// ۝c }!Ǫ:FHBZ?Ga2:+<^?ΐ'O|tcO%k^wT4E>!lBoqqBbpVx]#Cp5T(J,znc*5ÿ]Bf -$ijks~'i|nt~ٟfבw~# SQ E% NZg.LO\BێMٝR9ۭ4ϩkN\RC.`+7ⴢiXp#I{|"iH;(JPᖭV_R4@} z^4t 4H59L1y_5Bn|<54SPy𯞪JEQ4A[ɺ C8ҏer14l}߄J }1k"*UPKKDj,$;)/VC[5 ^aŠRhS1୩f3k G/n]/YЀ$Xv,骕huQP<L QhRM'-rafC̊C:('2U]p*葇s2p\,&LD8Kh 0*ved32f(A=t]b6V*ϱ^"瞽̂=TWP ,Igt%_z͙0Mu|jQ Q`b lGy&n1 ==p\D1 .~c v ª-=Ύ}2_gXM94ZY\U eP (60Taw-lJ{Y(BAg"D_ 46uOF! Kǵy a/ n.zF,4SM-'^ ~9YvWhx+U90s&J$rQ֦@Rf =hg,kɛ2Z[66؟@{Sн \ ML4})@IrOp4Bv1[JCtnrsGt@͗C^*xێ친+;+Ii祭a]КpF7SBZp&M\1kkQW0WBPbԏ:eZ hzY?y'̦q? cvFX-hBxXOۚ`qtM}# |NU(mO쮎 H4Q2 *o^:IN `2S)j:$7n)N>&^Zߋ6z+' ֋xf+kֺ8{MIv # Ў !d }5&)7I)ՍW'3s`>>S3dOV0>׻/zϻJcs9xw"]0 Ùje>Ymve @!1;ސD"e60;/@f 7ieT-!w1OT5X4g쪠6OYd,;6T+)xܳpi7A" A{NAn=6;- #ۥ!Qb0 ~f:0 V'O'+hH֖\~!ˋay>]!jؒ h_>Ggm! ɭH!zLNm׉sVcJ.u(%_fů`q6B)%cF|AۅCuv̆(u?nT -&d2Ww-KTVUmȦmfҝ1d--#2d7HA{9YhЁ[0uxHUXgS]pXt7aXq SX=&䥣{W^b` SK k< k.F4q5DY.y 0INsu)è:R(O.ϾH_awI|>@,ez .PKL2O{sFmDzksjYŒW?\g&ƧUQ $KOYvo/{bVɶFnѫ7[F fJV-S."H`qÃ^^_.M+vnQY\*1w5h.B$\(e#~ >B+CFIUc\QN̰yP]>!p,cCWzAH-3Z8M-1#>=Y1̅z%M57.0u^;20i׊*ZV=3~xM~m&INg%p K[.es0%7׍W͎bO!̵>ԝل:S{&R习5ᖧ|;̂ႆyۑ0hzf OEGHF7 Fџ?pD9ؾ{ζa^X@e xxjf샾*է77J3as:7~ƨ wʺn6ǹhT!xFG3ʰcW(]Si@F@!!_-!?]@f1[+)߅h^1VShU0[g.7l}G{Yq6k16j,T> 'bˑަ~v-(%,#_-FGϳϩ.9{'R];Q&{Z(|i1=g<1]@s_*l[_'@G}9l6fH?fNñn"B5^ ۚ{PL31S?2%{b%dRҔDng9C0[{e;Fk簽 z Y-k1;Z`0)~db yFXgbI3%'ZB>NV-O<;~6D]ܠ q c@MsDp!,Mn$i T%J*bQs$LT|IMFdX?)aj`ꅍ^d!(#PSȩERBr֦2y4\8+r=;-H+T%$apThnr۩!Yu3BAεjy\`wpAs&L'5C 2o"*OŦ_KƧh ]swiQ c(;X(9/69D7[އNVf#+*{^l?='WA:*Oձ+Cu.EJXZ$˨ݔ&^`&`D!I)qCKI.a Zͪ8ů&׵e,Fg@g&A0uZ,$` ViH:tTbп%i1u} L(Q[uQw_/DRM<,GEhq7WzFz!B$@%'1ֿFI^3НvgxD/zx |8.D~ZrnBw+r@iiTr]O?t]~WaX=tm]!շz8aKsYޱ>:kǦRKq*AGch=8vtݗ+wSw7(: >mfT U-[IN|,DCd=k:09 Eh%~`*d,rHGPxq2ðS,$%:*u7t4@Gp [x?IYRUij-t0^ЊHȀs}p0/14V@/'(X}!R8$Umo*8RT,EbcF)c$KY%g_}~]RX;PMDPyIĄTUVIʹZ=wJ0Fz? &.1$HwFwc׸ǎbv,b9;_B!|]lɾqI "mPI N5꩹T~qޗdhx[dgqXSum@Lȸjk ȁycvg ]x-BL? &q3KV,޼lRBn83-x0K#mwrqȅV) Lq bͥ+Ymٓæ!ݍ sS[hD]W bo஢Ef|Z졈זt/j-yS؉dQ"{V͠2JhPUrX[9WS`m]\6 t* Ô(qe83e+G=<؝a&o8wfE 0᠍>R ?(W ظkնرA(0cS@(S,wNޓnuٍdŽ#`m{ӹ-tЫqCla8h)=W7aLPl_9ς"b|nm `vp؁U18gm @8 D"@JN #]-|Pk@RNƐ`XUa^"qzD'1PgcMfb=K1{1lZ&W()h) 9ynR `FBq y{! JE&%L+uCh+Mw:|2E-J;@Z-g(^)l"Ďg2ҡ;Y9_]GS<1HDk6QS:9W1g)w'>Ih@f}PTVRRFe"yZ ӦJJ &6jeu5MDPt>ux*HgHt Ή3HdxJr4V|-flHǵ寲`rӆn[!ηKdp\xCwțVC9QWؑUё ?c7`z v՘{G[{~^&ˑ B-J#Hv;Pzpy,y捻cY:$Dc&\^(]ŒEƷFƁwMg?qEEpQEs>E-Y}Ǹt(t'9h~HeMaT$%2wk) 5agް>Y?=⾨֩:B@#ηkZLjv;A0}vhFT;.ݮ2?1cP栫Y.1ܒN3!qz$l{GrFqèFu*ZAVzU(BOc6t,o]vބXAH@:>j-ĥS>ڨZ#n&36Ģy`]LǬc*kp.;,@ti^r%5j|Xs9ݷeK,ˢGir%!S}!:qipB ͐+qzoߞy-(V`AHŽZcK:Ҧań{v0: >"_o-&)c@CrpF,]?+B'Hj\?vľ_yUA=Yv]y<=C&!$Jgp("heh5{`Qa}T;Db ~x#홛/aWZ4YEH;rh9w`l*lP0GnܖDlfIXg֩ @G?7_I`I}|DX7%ܖӷ[}\u}cv0 BBL]Zk*قGwjicKT&36ejTd-QP5! e6ۏ.?O,`Ja,!k,9|m[G5Ot)/1l$ c ّϵ֐䫜@aT.FM3brmhչQMbϙW0g#X qVbC9df˼ZH*hv pӀnkeY*0âK WJ&D\Vr[ hm˦{Xd%.Yr-%>64A8`>:~|txs?'oL^2G6|*@;ͻukv"vL|'!R1,Q~rqTUPM]=NkĒ(C`4*LHp5!4#e̓Ke?{X gYw\FкJKi`:b/m+>O)W1kPH"]kOq\5@{BΌ4!MZVj" AX0Z坽m$1%}ETYSb){8@ؙ V w4WS't~uŁ~?9ɏc!6 ೰xo =<rfАrG#]ﮩ}`48 Av~* xiչ3RA:%jdYl0,ZRAh2?ZN=Bb{sCT)+{'ϯ'utpĹ$ӆam_ȸvӠ _ED B]Em FLcq| vɬ; 6 QcE2h^_@hpm!'  F4КB"a2(xufeRՉBOz>y"K!!r ۲O\^ms2#@ I7Br%Vu%?RQjw;޸(F62eS)# YZ