python3-cryptography-2.9.2-150200.13.1<>,֐cI{p9|=[GdApH*@0o6d|7 AOd_] ~]eEgi\ڡW@l!k*љ7l̠it{Eaoh:[L9Oe$Vؾ>]{.9$oLED[׀ .\HԑlG L NeB:}BU~uYaLB4BjFS~=O|K:(4LKu4:־ :l,9"(Oan$H>A5(?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%a SP|4GvD $k,)/ʘ cYBR\Lʭ luUNknZ(w)K fi=u%"m ,m.Ul.ɢ򗚽\j9v u:<̹9gTiN$(M(g)os+A|z=o=MOoHFPј tvk@]B8`tԗ?8`'|^՝voCE'bѺjrsUjP|7/RH nh{K[g5*9ʬ9TyG8OT1[z?Q7 zIAFnqEJكHЊnj|ͅ9|`>OQfM6׺j%Wi:+RpKxulP1n]9G zvK9nTq!uAʍ55T2,gX" RoKuw.$,3qj ȑ:ޣRd}LzVLܰZ˶(-8U9E,KPD !/ כD=|K^3;fƺ~F';7 X0?Ät=Z>S 7C(сǽt']G"c:9&PЫz*׏F'UVmms;y׆` nΪeB8toa: Go0e>2^>޲67Cq!UC\K\*{:{߾7 ʒѰ <}0m,+H -Ii?K~Zv`:A|D[9qvE2SF70cH8cA䵏+/LpP)hA67˦QAtS``L <&u1Iwڷ9i^L,j)ښ<.;z<{0,y#b|eR08`2vhܩPEVـꔏQuW$Yz|h&ICRɰ>I-I7aKR++vamLojmV}YȥaK86\{"$$}T̿hD- ߻2\`6 &Kj.qm_!NT۠"Ӑ|i )9]qH@wrx@gXfMMDW0͙Nu 2YXn 3?|$.!J'tfB^ L(I"I umXˆ K,"мro-ۖ_ TgtWdK #>ٳ?]|uZK3{WH#k샎Odp/s~7ŕr_$@s⥏9ˈ-#XFt8tI]2-rtjctatgcuARV/t_HSvҼ*i5k^Hb![m5GsnEDdCcj\6)*hޯ%JkhvZy,tkn88Ap8hK Lj"jH#ҌH]W,$a([mȅENMKeiMpzq!de8h^EH8=T#^C\P rN٢?P, v ۺɷ+mȼ)P'9%ӛEYǨ|)xaH ҊcuﺠPÑ$m9 #_IkϪ=/~M F2j_eibI zq4NJ@is|M'Hdl=@gi1H-+kQ/-?6/ BUǸPj:R,2z\g2E1ŕYFruPH"=l#6ME#pՐXil0鼤&XK\,:FϪ>\&,g{r(b @@uփ=* kgRGhdݭ_R .pj/~7S^6m;ʉͿ2𺒅2ǛbA+E.BJ6#aEpfowhE[Sc\G Q#V1,?nNNk&3i1$2ɡް!" _p͍wR>6!tFSs] KM@Me$?ϊpgpz:BsyIXAz$[0+&$+=g ff/ܤ;Z?.2 4\Nbم/]YkHx{C}M𭵂qPVpU$BlӫaiF.0 V/@OMV}C)3?R˝kșZduy$_֓EdMi< TAK3)n !Az Ɍ2B!ưy -f($%5{31TV~#G"L=MB)!me"m{JXG]XпsmC$&DM֘􁲨 b|U]8[Hhm1 ⽣5a@?':;3d6"e9|k%W!% ;.5J[ N2ȓ{ȍ:O*NeAJ+ސ`^p98JI]%p/f`dK8wCۍAYU?`q y;HEoh9HSVP9 ‹zI7!,HjL4Ү-@3w neٸ)oz4Rbdب9_~'VN##ŸΏ#"`%Bf ep wCWv륅㖨>44/lf;7MJ ,HgNY4.,4??~%N;[~=$ZvQ2',?l,{Il\aN\=rQ&FA#8}T]! k!~T dxTK' TP-^"h4LxAo#8˽oYasÞsFab%gbCk3fQ]n:GQ>:`6 f`ZQ* +85]D~ĝl?!DLUT6d||ٍ.\\+4=HjUR.Y  >owP |~(Ǫk38`fgګfFt11) =ſL &?%}f

5Hu bA6ڸkM5PPFP" IakՌ_?.<ts&z FaB]\&8=+X] I*)A[E]^NNI`JI3u H-f}4ҽ쵬tJ^טϢ mx0*(!ӭ6_<'kx rw!xlOؕ^0)3e9Ɗ'֒w=" qupFֈ/Z3r̶TcÿFD+w^K1| R-*QnA,~ݵ6lZ/5[rWk8${d/ڐ6C ywA#e u`W+;7Y;B2.s8(_Jߣ}m/ aF (֕w4I7ڠsJ?DӬGᤣe'*zoFٴvn4k@L7- "%U_TIT#&PFg)Լps"W_[^O[; 1w;[WL<pj-!&gE+   P$`?#D[vN"S>.%+鄣_5E|F`z󢛯툶˗y 4=-k W.#oVeQ::5^(΋ᛒ@Ks7M!:JDմݒi Ia/~qzc% b*Y:|y 4$y/}z\CMIi<Gyc VoAt_vLؾ?@Ǵ6*544Zjeƴ|yI AYH2y:pI0 ֽČ3%yCuaD-ƃi6 \Hhy,.m$>/2[]{i۫ WY ȼfCTE25i1)+_9g-5GRSYELC?a 0:zlEsozo5ZsL f y}{%0t("țLQ^G?bg-,sy#KVB/!GR *a m#վIz#z! ڽv4Pys,5u:h4 ~TmXEiƑ9B YX`b 339S 07vLTMKۏUF`PNCTO[$q"#<="e6/Khqxv/>EHCf2ItgvC6-6 љrs9_\zٲ!#LEYLX`@~6 eG7mC ((*향Jz zM)1<4A:~YXܭIk>KWax6^9:-}ϧk9ozlmb-ol/QX^E{*dtkLghG{@t:FQv+[ܕ̊$uNɎ"HjeU io01b5S8EJmڏrZ_g"-FK HULxn<*if܈)?CX AUU6e=F.@p|R! Jnw)ܚȚss%=VUvhʫCK_bK@""3e5iHwW!9J{]@cD$(E)#n/>( m?B8WM]2p ͊F'`Gv!e0 =59| P V_j!{eZ2g++)P78QME~VhSc!&3ܖ^j/3Lj 7({. o%aO8d gc!G0{;*RٗK(!o/#Wkn!bm1<><]YT,-Ql*eBDD}8qC/œlMN vyK1q0xˮ!/,QeyYrg5se`.kMi# Y"6xO?Wϗ}P zKA/E(]kK)??09o9W΋Uʛd=zFfU`0QAV|bZЎ Cn-pv IlD`ٺt2p)WTū{}M'v<Bo $D]{HɺaŴvU&6b_]^pȪЇ g:;sگ26fpr`J6!Gף4pͶ"+xrc- GOC 1rN5nE8$K煾'vC Qt}G;:%嗊 窸}&M;1;:KAHM}K}FU"Z֥rj6U_bKDAna,NO`_kvWs;hTnqIxz\KyHu-N|-x"~\*kث XuwuQzJq9w"~t}=f{5C `Y~c(RbwAŨ,9 匂'ˮ$ZaY G39JO:su/L" b"v?RttEcdF]>J-V$#eo2Lv!eVa!씾?g]T' 3!`Dz|3H!Aq,QfY#Uh@ϒJzz=f0~}Qiγ#p !gD-QI0?/N-fݳPw- = =6:A(UMJLaQ23i(էzܙ)ޓk@}lEʛPԭעvN85DhS7)z0W4`o{ep[NzEpܳOr0J==5׷c$=T?]cp8Þ^$K(g*={zo'-ݡ5 !=@6>CB̘~)aHJGGS!Ӝ7V7zV5Ҳ ),DR㉈ }AI MT[k3G;##dT! #t.q%LOP=ZІ#B%嗥\KzMiԿ=әTv%$W ⥱s%s'p p|O&$t(k 0-m&#LT'"44vIx  DRWMbBtڣlIv=C7.Ciʉfyò+/#W\՚L6P )e$Ι4g.\K],͛]/-S`R4Vdѐ+zu=P_lWs@ra-2 =R]:Rr\ne/D*f,4t5 bMUv=W0'ܝಪxObzeNR0,IF!ѬCJ@&naz"j8s=1ȱm;T=qv4Lf) ɔʓq1zVBHhT<ۓz q K:z?)2jI =:ZX?U<7~%Si>l#Ba*}FZIܾ]ҹPƟͣjr!dRX#gU 8PVQRUrϞa|B߬>|H;75F;rZE @|꣨k:밬s |sn BCмJgD T2+[^w%@26sWXy,P^bEPhDlMR}R8L0<1(D ;V_;\" nfK"Y.ߡV]kLbV[X{= UpST_졼`魝7(/@u] B0|%={€’1?T\B)6E/E1%pUR$,Kp&D93A`jo>u32>zmZ.{pN5 Ȉ6n>7+b""%&8]bP@cpH ]kC,J9 }x Tj I76Ap{3ϴVxgLC }kwI^U9>_;*Sx$:ݩD6;YeP7-(;<bY5i{`qKyL9ptt־KeA?&~G_3Yz<ڢ[6V8#^.`?jYDtd0٣N1S -YQgC>5/:~sS։lCҾd fvg`_NVP-(SPGNvv  fMr+?=@m|k0w 7ZK*OUC`Bfg0{az1ڷ%3Z7ɘbF/>" :&Lޡq z;K Dz86\9vh yq(&̡N/c.03E%ѫ?Xbeީ iI(M0hGd}wriN]Ӛ[.=8#;3_ܬj: R/ۑF7zNy$tSZAofT7$lK$.%&5ynd'yXǭ#4IBA?&+SY._,Mj(٘mYEFqi6\,emu zd> ˑN} 4h9a4(={$yQGAP=lUv6&Ib\ܘ=o~c5tEgkH[:#s4|}*=i_[HM>C$W?[!LޘuI1i`q>: <ImТ|EĸCqԘ5@ɧ|ԹDDԊW|DPswD4fBp83#9iPn["hƥ>']z9]i GZP6hL[58[}PUUFpѺ349tN5J$(sVs灀f@qk D"GGJ(RS&%a4'uֱUT P0[s`been.ac,aޛ1]pb4plN4u"sdeIVݷ=uFt8-_&z>58a1pJܾÜѮ$<aAUXZ-$yYoD]Bf$"@\́R{)CTuO{Ew\a4Wx+]J)t߆8R_xkRgNҗ8XUQn:"8!yOVCCF e7:0cV"RKD`%g⺢Ȯo+&юXKӊW@m|S#ta)&mdxCSg\9rG3n- )Jƞ̂2d q!W Mkv^L:HD>c@cݙP&$.~pSΈE9wW2 -nBDzƪiʥh4՞䝔eQ4FʚkJwaF@ 7y@*h07gw[܄eBRգ~KGe̘ZwX[4h%~SsozA={KbqҬOLWysDNϞ:./t<)3;Z:7lS)31}IhĜn6^AܫsTEh4sV Y.U-7#6ڑZua0rQQ A F}Y΅zoVϖꆧmd )Yw1NHD_A2B'O81tS2dDv`?uha#xJY2Mhjw[ߦ(X(On PXk B@6: Skp,m#c?lGSB'=5,8zT*G.X>Hac*{wp`V@V 5ۊKLuEoZ{JqXQԁt 1uQT.m5q݋; 6/޺ThW$@ {;r@}ri>eR>u4C?`jPz.7g*R:K^! *&AЂ5n TFzPW)X)Z VoMP9X\8D~B+]0 vm`{(1 ȰPMP xúƺ\hW#ɪ&ulcTX7zC_]Jpn?Q7q)wG)ҴE@sv7/L^ɥXvJ XSՌ 諭76="iCoЎRv<{!>gmQ}}=OQ Ll՜ k]@a&<4 COˑ&*ӱ{XIuЕZ"v .~m6}l$*nXdUne@cU1& m :ԫ`99֒hq[x8X1k#FP7SFV +}:րUn=a.ި X3RQxSf{ -xCʢfM&f3p, i0˞|S_a?,YƵKC8\Ɵ\]Ve7/ۘ-.3Kghnb]UT:H#Rmڝ5HͩQW: &FA<\#k*t ΰ4`>z7V0rC`-<9ǠQ1??ҫ.L0"u *R7Ju h\F֩>#h:7~Q `;A@}/h'dN:.ye#(!BN Ιdkk ^rN1#>#kA de'X/f}k~|OV&(@r$ 9$E=4l>yx\q;2|Ex^3+d*yHWjse) 18(dm#"6g,oH}tdg+RHwK UtР+BPM 'ʙ/=CbX?I/rb;TzRMl_N J~`,~s5M##O+H ,3] 4˙`5j)-(MØ|j GKSΜ'#\W^(atTFo5]~Zc=zyKtoٱBD4Lв<u&O EBq$@qpILR;xbيg0v@[s溕kjn&tJDކsIiROyNRFC3# 'ijj I ^]3 b0'HF}~arOO; 522Ƶ*SCHrGɛh?*^X{eQV> xR2Ѷc"k! 1DKƃ[USw$z@SAjl BCt=Ol+QPtU[eX$0 DwbSWz1.33r P|.L"?zY l 8;D%y}63ldͷL6=ՃL M*vp aN@kArA;zIPSn -۞\҂HQԴB=ngL?~ưw+1V`fuFٚP3΅8P ~ % bʥaN3>jRt8\'5%tP5^Z%> UQ<ZݶuNxk/ KcP<{ _}\"S!ŚIfw6N@ +N꧜Jbe$VMWu4c^]C퍿qLNe hvm3Fz-de&_} -lJG\W$IJϾ82"ŔF?͆bfH\moQIS<˃Ci:c@R=OJ5YsemɲڥFq%|I#;29nWְ`88C4u;|x-. oIE6qʀ,c_EKeE [GSGLBgzڹCyhD*a2;fZs;S,{BӢ, 4ܩ2qa0zL uq?^g/Oә/(h~ efdCWuWZzq!T5:;,G:XW'~燈ryn C@4/0hu89˵u6|֕pXȕ8nd6XJTTw=(3EhPчteEBKRg?Z@GOj?ř/j+;[QdVn9L~%4xg9(vpqflE%KXP6#`P$қ;%2b-gGspL;OagUV3c˝D"r~3 MGRtb>Ly#A0Ɋ(K9er-L:Vt $/V['~%@c?nwd:Vm\ C?GmnsIٺ ?LEKh#ˉ-p2v8MH,XִB/˝mUB.(P9 MX|H}J ϴO/_.p2s+BS٤'ilt\j&m* gˍ&o> 6O˧z ۭxa|G crgYa*H8R([$V4z < EI\׼W،!0 &$5TAMLzƠwބ5K Ps5L>Ws8-XG=CÊ5usx1z{ q$OA{Vݠ9)D3䉰%+ le?PxWu"tOʫ{!\[yxZ 4uf Ni֯G+<#Cy t&Kn0W],IbBB]ڼitdOKu8ąE m[3ix [sO1\"[b7bѴ;S~nj)n JbBkƝM)C `v11K[T*3%GAS $Og&GZs !)H~eۄWj{]=BG\m#8M~p _Skȭ+mEY)H:6ibre0VH!<͉cӠ%o.['Y.5;&8%j(9)N;B Ⱦ'9[ AU26'kq)]WO8 ec>v22-; ?%!o3"eF1Op(=:Zi\omݞ'`!v <|e5Δ&;\}"q;CzsH}A4n&hEjYE5':@h5jv[eӎpu8< ruHLc?О\2Pqp~wPnFHLW,<$nI*Tvi%z7.:q NN[m$I8+є<@~H^6O/x!,F!.}Wd큊{JQr0="0i]A!G5$Qzq}u\&8 ޞ (ZH*NX\jXL/+ZMP_h\ bO~@n5gR:h҅c烫TL􏼿!f)s8Ov\ߘ SuT٥qzYB+0ϐh<#@n[r҅IF$ڝXg>>= Kq-y ?n-X[khƐXq9dX|Y 60d$/.6=22zjf@kqC= ;d)C P}CM vfH`I;z^ú=uViZ}f,qi}-8q5 d6@81Wq%OmQ^ժ,]lv@Z>EK`!^Bs/]lPLz>O]kDDz-3j\g د0fqd ϖE+"wX?AV!$hu"Lkcdd`yOoִ\24հe&.S8)qMh`´_L$X9i1$ g#È!OUHB0w=34}7dz;7hw<8l_8tWr?EVI<*$SvmߙlÃ=}WN j?vvU:k.`.w qV(x*Nq5` Yܽ0v[?@ j& ڀ`<; r^qiۚ?-McpB0Hb+Lm]q" 蔠}&H@88Z㿙QMwVig[FߺL AZ/ۉNvk@KN[[LPg`0"Uj[]NDews>RB\KSBP&>tqOiFFT t@h'r'7Ŏeܿ-!@s,mW^ِ|ZQrN༸| =ꗇCǣawۼ/\ ?urv8VR%[U&kWP;.qN~q8 _$_ F9́Az !K<]5^{>I~U2!gFjB{Vlw`v.0[ %*|tTRY*afB BW*kHeDcƒ(+& @6--S-ҴТ3 m7WTw|)#FKm\T K(c目/7XFL0ChZk0ooŘ97|7깛^,v_]L  Jrا4|cᐘwx] z0w8o6LјsXyn֟ZҏXqW0`O7ndއT-Yi*2Ȣ?/JM \]@ -TEK. WK9\؏8< j)M>ytu_:QN zg 1n[afo`,wџz!]-W?YY=&oeI+5_^~җ]Q*#)^+M+(7EuD0c„R5drevndS6qsMRus`\x? }pގ8n[gټ!;Bo k_Sd%6x7!$tw Su]5BZQYSqo$uzǢN f-]A$rТ|hBW/ݹs3gW ffA15(@F@Ae=;@~T x8N<3[5D'%f{ uA:'3֋:GTՋ"@zytSMDC\R#)CQfi卙rN@h>wN߃?AUapϖ<(՚d>Mj!)y:Ç{}Ԍa lFE ⫾FFv kK`oiZDstH{jo^Lы^?|^8U +Ts;nbKj?%-IDOmhc,Q䎬6V^r}{>1L{: j2Y{ί<@d<j 1.Yrh[w3{n#D)s>$~Z$jظ*Vh!q>h#lt5kz!lYL]V3TU{yjti!mHI]`t^=&pE?AIcHFdy)IӐGL+ bvss~IYv .2'VZ+="vE߆Y0HB/9${՝0biŢ7CSGpEMtأY~(d lebVyC6~-]rWpHu\%QU$3"IW_ӆiW٪x|Q5o,2_o.LٮAPa2 ƍ#*7|H)1X*# 4֙`DNԫ.%z[#)S?;\MΡ5{# 2eJqVx%k,6<\cVGbpؑe΅Z#< Erb< &EAaLSc`J'?  z6l8IB~nD/e@t"4P}ׇEYuGM[g }ib[ X@"gtV7;@C]͉o¤CFB?7H'K2]m""9HP1M}'gx9eBތADHB s ,!DXy}~''zv&#h)`߀)<52A(e D<>iM 8/Y=IRt 7W j΋=BV.'ǽ|=2۳'lzbWצ;c ͪS %9=ߺMnO`m}Up2ZǾN#}Nφ$Jځ}<Q!̩Cnb٪Y'Iߙ˟*LQFlHRz|لNτi| jxNxl5wnl:$2=8W"j:=C"_qW fLjo/x} #)!,Qp}@롭&Zj 5XNS9sؾ oϮ-chM1&#H7ڋ03a4MTG}64JXwztGdDe3ϒ+NلKF<\\TF% 4Pq@Z@՟8jOz.:2C<{,@Yw.{h (iL0)h`._`g_z< 0nV>b+Rt,FV"~`P5>iv?he[HoF qz4Izt,'ݏIGi 1#ڨH n1q}yM a&@ѳ=E ӷq 0-{q1]?cjz{A,SLzI OMÍ4IY}Ip/S[+BQ Au:Ԫ i!6p7`ؽO}dő%sL Ӄ,' (L *r+V핒 |)iVG1[DZs<)w@+ Lб}fdջF>j F>:8pY+N JfNz`Cj;Ҫ(|(wcЉBAX}_r/V v>yDÅ}{U:w(dX|%#V#DpW^Ż\ʨ[7̷pUUڔ[9LOh.Eivf<`k%Cd\eډ搡Rʙ&Hq;Z2lYA+/Ek)]Ć*SR!}?VW*6q)HVbR}-|os5)>SX(I;yu)k,,Zz6Aɜ Rd{AP*8P꽲oh!a*섾PL0ĭu(][W]s(LjaKЛ}8E0(npuIv%lm31b{9Wo$V須$&J8&T~- 4O|$s{ }E5n0ZJ0S3B|3(#R*^ۇU/F*_i{++iCg8A4/ݨwߨhWmՄ  pWizn_TiArD|5ČjlB5ac`"*HWGH/L!Ut%r?q>m8q_^6Y'ļJPnV&;ӅJvګ{řqPhּU=аl3 B?źg:2+!dEf(l"$_ׇ\rȯ .cvCJ5ފ_E\!.@wA_qyߪ*`XSP!o= ۅ/%ӖgrsxL4y#f_->@vҤ#rj;p&[YO]q,+ySMR?B2Wƈը`=έTq Chch[XHjrwpiVW9Pfr̜b <,WPsP6;#A ŷn„ $?ga jga^(Rq qdn ? <&Uua`q@xGP[j ‹ td }^5)Soh[ ڋE|0V.堫4DpN#c P䀅VK5~1^EHJ6I"TYI޼qnV2ku#[ggyNJ%BWSْ!a:RNװ-Wt"ER LA֬ ==U?ZO$$?Pow4*;*}.5mnϢd } go"Oy9-Q=5c=[P]< %VN%JQ]Mv`TMNVF(dE5UsIקqh _fks8rdc}G#qJ:s8UN^N`rPN'4+2 {vNMvvgϹFQ*PX{ZEcjdW(8n/ bx “m*1kuLu )Dk9-*j())+3W֬fPP"< ՛^Y"vF(ȃWC7FVۖgț-Xb!av?%ShZ%D@fAON\ܭl ,ȅÿH^Rd<سNAMU:ƛ 2{"22^raOorN koG-tVc0jZ3LQ> Ät#+ w T2=?\5+]LNQ'q{}.:-dB^ Ӏpڥqhqev?~zfE}v$,LpʔW;*D],*睷f,8~EThvJsxdѡ@J6γr *ݰ؆_$^ȯR~%Mded]VdG',}'@V~#aQG=';j!wօ(n2Sݷ.- $-+ޘ9mJcn 8Mo@ݻ}!e>Mh|qtLmx^TxTKࣴ2^OYynu( , [ZzoZ#~'%b1ЛvLս#+v $$w }=-KM[XGahn=wم"Te2e5ΙM]6-6Qܒ̚~Gئ@W⓭aҘ R{ Av[Iwko4Z~@I_sj§W8yַ GUb@Z4Wv;-rQG (8jc$a$V;ʷ&IXHj 5YF3"Rr?{xJ2c'1bqD='IOСiSd| /ylޏfrO1y…֨hVHȝZJ):^ ᯀMms6] Bx-CE:Q'.p?3Єk&jWzB'Q.E]:cF-s|{kpiifnF+kmrzoLޖ~Y| !b'e JN%I.k 8hQ+GV> (3^SBY/߸L'IQ l~N*/2aɜܯ1ocF^dԱҸGXo߄jcO0i %2[BPЮpZ57#^&L?jJ(c9 #D)~JbYX`MylGIfT)퍲JPGx'kl| *Pcq8*?j,*`&] W6+y͎/ 7n=:oX,5ԡ3!{ D&<:jB5wǐUX' Egx)[״a;tɟ8uc[{ YƩ;W~vvHDꖎn sw![Vt6Ib_~"E+.@?A)8& N[k*7حe_,%o=s.[gUM'ؒ3VV'+ pbS}勈?57Lr9y45]2 A>&u?_g>+^iv\cU2 Fi_axYWxr9tR܏bYj:w#x#p:/b)H]V l5\eõ$c@z #o@:1Dڧ#Ml0\>ioaI d`1eJiul(U{%'P@FX+1#?{S̍3&3~AMq9K<(5*ͻuMc0%@,vA}b/a_g1G2$\AGa?4}`1יz FKtƍA!? <Kl.jks+Vih/!\˹@=O-03r4G:+g?8,Y0=EBzyX\6]S<4ᥫ2ʾ`"8JU+)zgG-NStL AX##.aM$ hUݠ]nj8K}J@9_f շ9rtɸ"]N> E<xRݭMK_r[][]޶KHh[9\18tRUe{2D7'4n,n>Fq!F9]sc_2Z"7-j$WfW2P+$P-=G~sy VӎJz?m7 tR8>Ku0C\33/PiWJKG1.i3xS(ծ8\ށkjH6@O6U¢Z yإr [,e?x\A9cy"Q0׆(ߜޛF fAIk hYV\c.]9˅ϓr'>}y{]H o'WHscdS *ɐ׃kGRaa9M|j  yfǵr>q^M%>偻:FZi=y]^ ¤ɓǀg4(~GYM̾qu <r@yml%%Mc\Vs))!P;P|anG\_:GowsEMҔ2>|½ط0~˫\ZqEas, ؓ%grLvx" '2P.~%š&KmIԜ/gq!ϓ9MC¥*ʯ9-ZV͍Jmbz9@ZM il77P)Gu1Fe oE!6>r'N @ ^t9w.੕>pʈjq,@rp zqO ;׭Ffe[2'éu5;5FՂ7cѭܴ.i燳H}>"e5DpoJruN!iSZ;5٣ض\Ԧ:aJk6Q5I[.Wm޿b2 9):6ʢ;;ס{8 pј2˦DQ>R`x$-s<ɾ@&RtRlq^~,Y-ĖWfOR*BFM ؓKߺy혆V+󴻩"cCQR>U&ђE8Ҕr uZTY_ߞ]5RfK9zWoޮ)k]e~3AMCsk À >0#1BML3[j)) 0 $Ba2[w|MQJ!RfVqK Fߔwo<)2fy;%y>6~qELd?} J0Cd НRx&3ܑO7)8RW]Xw(3eq1qI\,qPmm|#SVc񏶿5A0ХdGˎ jM)H.WW/:f矢}Sc\Q g˽xY(󮰾9ZNwl*Q2RFRw}+ߘ'Znxsg ~s0}dwǐg0Ijucq~?4YK{%b1kS<8g%d&U5elv^`Y3kaϨ[ 爌*ZO&HٶψčF_ҤQC_/UdSArCZ!vX\χ7cvwKG: sw!X,.|^|o=Fʳ}@!7sW_ؐ"๭K]["e|*+3 UˤTޘUJl\x*]Zlu,z+{N|i$OI<բi?o˟5p Z1ŹN{74uQWr\-JvKSE #%EuHo^ f)G{BX>.mNiAFv#R~wކH 0LUF8E] uR:TDus$¿LCT913GRZqd{_'"¤WoM@_‡(oKMwmW҇If>fOIN: aZExBƯ &.>tWjFHV& }">nk8<~KCg{;ƋxV\#a]o]'0΍J{S6ĮLGb@'жh`'T)ȽHueI螇;N.: Ț=f.8Ŋsҽ> $.nSDWaWwVu=g|vgɚnSt_[cc 5 JZ4P)dRI02cFA}slqd4*sUD^DNd3w)JU LӽAY2˥'jtן>FD|ae?LQ&󲴁xsgƞUUX%~1FXA|Bĉ`iM\ˡ{rMmc/CW^KZc : {Y +#5YSgWT8LzM/c4@ a2)#0j$z_Y1*fڍ:.m)ˉ0uH7%RvVPdpU*]p8j` d^!|,䦎ZsQWp;F-`H1bekX9Չ'Uf?[668P #ɯ;>NǞӝ+kOk?BJ9~/PgaaN_Zw]l[ӥoLCH13PUWhB(L9a{5O4Y㘸Nxgvfr̻ b:mk ?$7R!kiu,Wٗ4׌U;`oOW9 QTןH,OB.ywf& ўPii_YTay]͠k|ZF1~Ӽ Χ*wVY)YXCԅ&]*=U]xs4%H*{٬MOcꝢz!"e@-JqfP.lxBs;i!,y0DWӯpԍ5槰,jV_7ٸ1s(=! XPNyVdz^':`]hiU|ntorIN`4 GAܑ/ F˦x%rdL,lEdkEQnz6I- D*큽;jC_OqȶG˒ ;2/E*yMՁsj_5G z=:Ҍ}0' QD=rPxzy5) swN'Ә_g ϾrjKJzz"c}M۩l+=Lo*peq/[\ =c՛(  ):cvE Kx~tS2j_ڛ|}3#[:ߥm,aA{SC;N0Q`Ӎ ޸4f/ !ڄeAQE}37-m:t/b)Dlf>?]pv=)lat;,ʇg+ND׭4ۣCd]5Z+?+w'ct>f t~}CSII+~vTmI9eWh |aFk{ӟ}^<tQZM+Nmuį_]р4柹H2}`\[VCz#xS&L DU ͯ1IC+ :7DR%=◮ !^מ[s7pd:~+SXq'ݎ"r̵gNN_2^j/ZX&%n _֭(f WBY eٿ792 7!4ά{ ՍTc,Cg -ˆ>dֈ/숈K{q1ckoEl9d.ǯe<Yz&it+_-1yk#_AQN*6< ϙZ%f (oRVߒ&D?!F;Api@Q=P, 6 nOM;J‘\1%k &"Dz:.JA&AaP׊2UipXi$M;ꜞ!B &w>GWdB2^>ھ+n+ ,hCHM?xdW}1Qtie_*nhh 6H3n|3RX\iyymKY7x4Yd. w/~6zca޶ _Ш̀YVk+cΥv%6gA~p#ǑXݑ3HUB,WBf\]w~,X3xh U4(r۬s2m$LG<1Ľ&zDi".!$6ͮ7 ^q+ڍkáМ_EOkڲגɎ`\yasIab)vO^߻)ɫԺ7Wt!1pNI N߿r~`\Z}9 6Td y[c8\82'!ZVÁ[-0]RjClǺ& -Ppr4d߉ӥ+ Xp(8}4Dvf4)E۟X \U٤jFsy|Z(basbLۀpVY ^;Q~nȯ!RK,kQl非4()'x>Ʌ^0t."*^`@v)ru*R]uggGla[^f'm<(|c+)2 ciS= * $a.'\k\?;u]HMEWiҾb,HbKb%Z%,>1vl8տmw޴VI ->g)^ɛCW u 92)~zGc-h{ZϒK'8,!j!~_#=b|娼+&-R$4iXƄF`c -.uBz?4ȅGTN{pkU#1P$3J ptU%ob9(Y<}G6"Ed{`̅OҹJ >K1I6Fij}hOD#}~h !{ZPR/ZßC\.z(xuJz;JmT ~hcC$0xn?A0tpnpuƺH2ٮ9lqmdw_"qW7  ޜyr;aC+&C2%tZdc۹0X&ofCxͶu]ebsE7)9,-חNnKPqyB 6XDJ8Ue]#| x5J~qtURNUƨ.iwF+[BafֳJ)b!ta.??44cY0y9VcwS[K,|GxK0 LKeRJ{R ` g%J9Ϧ-a^yQ;yciS GuƒZAm XMՕqH\w6:^+%əq+*=gC'`wGCm(;" tv \L0#tpȏΔ.IZQyMYts0e;:rVqR{ +Ǒ jYF)IpzJg5d,d*%ͻ{CUh4ϙ'*u*Z)Fe1P@v;yD@- Bʼ}q2U_NbC*E &Ab ^Sx!G](=ʕY.n8*4]8iхFt8ٔIji b&S$iJVv ҇C 0EnM^ :MasbI# V(I ehF` ܈M5X_^ũg`39roEmGcuѪL q}Qvx\]h-?z?# D)ꋝfHT$ 悓K\B^Rf4 az w!OQ1"kn(Ax>r҉?>,=Kˁ+ůqv/:"Ρۖsy;-R1ԁD nY:;; &ɒ$ q fv}%q`Fan?j6aag~1vJV9^PGcvFXpdX1ǡL2匐)ϭZ`IXu-AWKȏKyH]5'\*KE~&>U:k rbeki2&9@.,ƒ6pE[5 wj&ؾ3n3.9(Ztk_äT vJ~4p?o]ةN)FC3.F㥍eur,&k>NwN+5r˼DV MKGnA8=%r׫kв] eVе/ S9oCWJՁC Sg^1 v%_ 垼Ьŝ>+ƥ~ pW7)Z_!B!f&x/n ؠ0(Fr$O( wUxl:O|_'O)Ź{\sZv$ bKuB+"C098[-)(@ 3q#h) lb%O72]NP,NPW[Z0kVE@ǀ,iKpϲ˺G[+jaঁk͟*8YIxX=⃲{YgeєsDIe= 8[M^07ZɞlZJ.".q Y7X+N\=هCnH2 rbË(bƚ rvpϺmBrqR,( pE̺gr7K 7d08yr I?h`/c,6]B5_>~29) j8rpx5'&&:n 6 Ms(z:XY0SYW{ w5`*zASh.1FhЫ*@h"w׍OcrUkSb'2N*i$o[_QҙCOȶX=.hN]S_[|rI;pT4d#THZ|y>EbYwn1\s$pkH1EkEկ-^uLHY~'⍤Nj0),$#eF#N Qw̼j-Sd8=4;|.lo?m~"LMHG;)jMI<7.9Cھٖ]啕͐YeY9Dg0d]_M*.#3,3c J x6U|yb^ӸҠx' |U\=!)P3+RMJzmsW᠉RF&5XK5aBb )3xz ծkB~6-+x1ZH\t|ן4sSVΠ+Ej@Z#">"n^%|@. (zEa;,7lqklsto""OGMd֕[ =m. #ai>(h9WMFhF^qcTԜ.:9cߧv+kߝn@P$;zu%^A;ZRq,B䳉?a#ש[A87cg ʑ-v$q"Ǡ ܧc О#y ӄ|)Fb{ w4svtMI^\{Unz "݉0mm9}[Bn[vp gpH3̰[ol%=-FYS {,EcJ~٥""Ozb_=By;S$Ily|*vGPv48^k r\N3L:6O a fPf.}+^8t8.ߏ6_¡E"n"YYxl#}P_)[\U#S5 Imrݥ:Ttq) Fx a{W.0!+1CaK98Ճ7SqY{}24Tqt]SAIzVUrFni&f5dim7.4k'Ǐs' ,kGpשFy-Z/1o7mG|ƿai |N\ 2O_X ܲ;th. WG!Vaox4B[Igj'`J5 u X3B b8oTat7ZOً绺x F:d놭ZC*n/^ `A۰iOIp. c YTjJG 32E*Rj tTs`qyt99KNU-L5:n Q?bţ!nBf;nOI, Ò5s$̈́Ec4ǹYscgLcHNSqGM*YΣE¹ *g+G7&\7r{HOUwX5{@? :Xl4ĤYdt=w~!~P}9'ɔ2[7ѤjgH:DXuKOn e;3]W a,s8\ XweLj1MP8vi2v+@W3w'8VNf6Oe@N϶q#fWAyzATfƤ?MOi\? g%Α:Q`M4"Y3i%7jQ*Np%Ѧc[}G[ &WG>h<2|z3g7mÊN2 ;#&ۻ}Zro$J pb#ؾǖ{탞P6ܔx]ĽLNdhK51a&b-`յW5ژ A~(9;Q֖K b፩8 IYBwxQO͆:RMnpKBcKQ =&6ؤ)8|0?]hx> 0[: m|12f^'5Afdתg@ീx @&@@ #tydj9[8ӝh~KyLWwS8,7 n vK37UnAbMKG+jYbfjȖ(\8R c P Y7ECJ=딊MLqK8) Xa&Ĭ9$@z) hat_ )v;vRGhG6֧=w2a`Q}m(MI-Xc?rvNy'՛3C}'T9),G󑥲RL2 8s9\.b/p'5Rj5_b"IeZ9%ks7kD@׭R-@Sw=?ox c~,klq<Ţ[?aeMD>K'wE66ydsF6|Կ0,tG 2&܏qds"\1'l@;`Rԯs:bt93FI⸄ a`b vJ+fY|/5SQ(Ck"쒝"]5o־!l2v F AئMf0OamG[ƎQ'mxAa9EzB}zC癓?@֢wG=Mu$6R4olm农H|z&Z,6Ղ=(t9Dd"3[Q\9=@O^h jZ~y׍Q%{ߜvCT ŝmQjC)z©*ɷQ% wJeI u1wJ[vAT=5XrjpQ9J&e%#GyWe3ު#;eőwpM{^*WXv0'-* )ؘ}TZ%PmU?18TS {,cJܼ :ȎAdo#&rYb'EA~NZNSҜsQF2ޝ::C58X~krBE>-}Lm0! `{08N~i*Op:V!8(-:b`RG, MSWMѵ;cÙT 8nZ%w ,`_SKgHMr!5S -nZ#z=.@<1kҩ6xƒ;~GT0ЩVG9IiE]o_R:+3zY- 8qWcWNŤaoULiU0_!`#N'b7;X%X@0v3u S AU ]u:Q+D*uv8~v+^VTxZ8}=uehҞe&'$aR%= )0\;qn"촙%јCcdab ( o 'KHC GjVDv[$jFf7sᖥmOvՅ?].O{70 ಇr61s8s{<=d^YfBYZ]< 3)a~#dziب'= ߈["VnѷY*jh,Q .Vt N*tEvFDXl!}A@)$ ZQ𼢠5G״RY"i{_4iV,bڋ7u>jkC`D;f)^OVC˯omH՘,VUv[f%`UoGt11xL+aݞC8zIS,geҾ74_Nw[t&꺰*`OI (cTlUZ2Xw0 SJojE DvS9S觥c&! L Z.e56eH\`+N|fDj=}E%ah1y')@!k`oyb޸C{SI0S9ژΞPh i"l;D[7 Tj ;jnf-?\>mXO;rs9y6\<l?fc:'eĀ9TM`,jo2~c`k1y tݤN/|~{#zyD3渋ҹKPgEǢ5W[_#羵!@ꎇ8t')T* aN(1C[$hO`+ovF ^ܝ6ʼn/5Ol/(l&]*ĐA 0(OxHoŴlQ;p%Zݫgd=)R&Cע }L<-iYKX0zf8*cאPsx #a d Y6{V<fjj7rl5}Pb؉]іr&yg=d4Gohh5@αb`ujS>~7˦,6J v@N'p׊~ޭg_y9j3Z,[IH>TF&b [}Hjt$IP[3YV\zP D M Wޠ٩R!'زR7%FyEˇ=0 _2K&}Nh=iLge(Zr??+֓ cj+c:}Ot4N{I=+ Pa8xGXYzw(_\K%g) 7 wkĞ(B5]wUTr?5,T_1 l)n9S(0aO_BN"Iם*@d' rm-VѤTȡq٥# N* _LKۓ *DzSΞXFT+aiqwBy ` 04KF,;,Q*pmJ=,-x*CxTrYz;+yEᡏM|z.`TpgBSnp.ۓT{ԞCO~@KҽӅ/=5x &2dblA|>D A'vG;d1Nm?_k:{r?^ RES~Џ>W GUcw7\_POd$SdԵ*Ƈ]U.@E%~GM8U7]4 V`ɡ6IW1xJ.k74綎72>QSWτU}F`9 QCu Ҫ(tH<xō%Lg`5lFcQkŷ#k>k.֠_ArWuH]Ue!h^/?ϔ,^'NZ"݀c8hoA(c2 0֝6 ri&DgU#Uߖ)EeWm0[A3E,_id:2QɄwK&\sKӒFuei#2)~<_a#};;3cQO|[CA^2!'ՎdP=ֻ`xY-}w'9m3_ߢz"@٩8 s||>m.#<- :(ցK7\Nuʂ #oPRB4YmMHSnSK#oL! V&2˩xtY%3zRRjV2mW\w C^}GH?10Q8XɋOp~~)cAHԬ~&Ȳgot$>jڒL& /_ YokR9>sa E.^H_m!ጷDE}XTz?rN8m|nend l.y@NXq5NI\3F&2OͱAI66 tj%e6u҈cK%nH>X] 8ek5&r?^%$jq?ڵa1D=B۲3nѯs'"uưX2qBUlgg[_G?p˵$`Yٛ-m܋Qx c!~`u# 1=9p W p5rǾJP״* R 㸈 vǯەuIw.kHRfŪWt>9fpK2eQq-F\=G>Qtrmq+=D1>zo!#Fj-Z_5k I5cnk[t?4[$>y!'i>9#|+>pۨ~ m ^/Zf<`hӫ|CEJ]=o,Qn &(NLo[hjd+Si* ;^QL2:Qh9t>'PTr}-*hiQ\iT R̊5z``zX`JA~mX'͎/ə QK6N! i^JV.UU%t~GU~^hC5OYvE9{~eDH}L- 86 ͙^ H!T-3-#=u #9\- TKX\=s f^dI)/p_o RzB(͞[#~I5g9ҿJuo_AϞm H@j2&f9BF%IC7i&ݎFr15"=,yLŇݎӘTQe03X fI]tl )3@6v~y>zj ,z d!*#teueH00  8B+Ԙ=E22$ 0I6R4ĉn (#6:3]  TN6q{gUS,X-YE\s3Ia$EYKs*J5yh`j4<% &Pptk1(T@5NvC/\OaGy^L'a099XP^;J{)$;X=7FkuW lXs fU A5T ejqP%s5g03jn7ze5Jct_o^PcB}GrW։CWyTa| 2#///LZ{QaXG_ &H/*UN.m/nY%`6W_B>~hLR_^.{WX_2'sAI4:Ǘ='h ԣPVH(ʂF⇀y9_MƍWw&ʣ^K PBn r& I#jhW~BQAO]>qe4q/ ʖL1Cя>ul99K/30KrR ? Z "=we:f0&SͥD@ V'^AL J+ 2͌ @-A< k8㗯7Y9}O> KLgđ!W'"^z]kcW9xUk4(!Q5tÎb!C#jW=ZV"2Q݅k+6+$%br.X/U!oƻR$S$N1)/33 uVJnŐ5}ݯѢ =Ho'x- n`zį St.e׻"&Xsf>i"K%( m 1BiC#̤^ڽ'a?W}-IO)>)\ Ӵ/ƈ%xQ mŏ~{a'w%+Ã} 8tڜw+>a<lP9ܠXo" TU?Q 6r/aƽi/z?5ޤ ӷ=fBYR1nawe~kˮ81ٽ4ȴ.cT3jyY:c[Ԧf[P"j`x a;> 3(n9޼$U c;Ժ*AedqJh춦lϕad͖5_xxŅXZG%֢:>d,jf~?/jP۰| Ad/OȦæf⦢GAc?miʮ-M37YzJ,O4Q+}dO_~#(+øE\{:Q'*"j?64=qkxk!#pq21P⁋ZzCv=\ئnA|x }Im^0Wb&lU_!I7GWyLJ\#%6tŹDujvIJ_0Ƶ+㭙,ڔR=+kicz⦕Кu!Q,ƕ旜֧%&eqw`¹@aJrQK73<s#xIoc͠Ja=?\>0B1>5lBV$U+%՟#1s Wte-!K Gwt)00LUdyۮ15qz]i [a"dϖV vPMhsDG Ǻxb֕/oyIEu;剝*k+|lJ!i4+Ka_njk c)n~g3Hn9'x1jt'r˞rWzcM'FגyX9a$.?[4ﺉzE_ iG 촰I4yJ#wyC#f$NBvU؃ @!ژZ G@g=Y/Ie%{8aMYۨqֆg,Ә9M'aoDcI\"qrʉȭ/lv|JGGH"o1j8ٲTTA ⓻hȬnj>@A/'8OXMfXvQX* hw'4ZKFf^/&fZ=б/Ї'Z rI20 Z :u"wR8(Ȃ/E~y))d%t9K i)Y5X/os[X4՘ocZ-R'SKJ7۳Q|y=D_yXU&0N]NaLt{BVWuӔnrcw`k̡AM,X{Wsu{<' pb!ǖ}ںf#<ps/' 40'ˆamGٌCbAv(E_mMkC$A\iWb7Wþ[~7ݒd }'dDSUwum ".%b<r|o횩0fL-yW$E)NC?LXy |Z]+jW2Hs9qB2gRJwj 'U OYD(/4tt{ǷM-XaZ{ʙa50e,4H܎O Ø9 o#>?!& OʒgZt"=HIi_4FaGT- TUBqPôviZ2/k@ni=nHu\}DmCc o;tF 3WYͺA줦T,_JsWi3%OV; :l@©.Ɇ閔 bvݤc*>ꗠݢ;/jlEK?p,M3+c7ԌM u[4~j<$,-V芃͸к'zz]k3hj̮!W}8o,x<#0褕ֱ0j#kmWoS)РiƾP # nɩJpH84ɍYFpx&b@zq7yIv$dVMY%S A :r:hstB@W \Yг+nӆ}PâbGb>Jsռ]t j@//W.(3kPK|_D^c2\$i?|l-JW c "g&jB%fN!.ˍm`Ճ3 "nh$@j+FtbXCwZ鞧<_Bυy@Wb!13_DJBo?CV7@CU.Bjg&`*YJ>D"tMGi ;d(^j5|L`%&bb}ݧ[Ję%Mb!^NbtC5+C7!Xtv c$ը/yV{T|Y߾^T. AU* 䋁J}I%;FmJ]IG67OG_!n~) U'h(3 [Egd֐U[VrDzÜ{qzHfi_ޯ"}WZ|_ݭ'q?  ':0U' f*32iDOiR4_ҍ._U@]}d<E 4.|lw;[i9 &w&d1UDK؅Q[i *@+4;MMss'5=jW7`ATŔf*)ҴUQXBl7qg2^GN9 tg>IS~g1UlybQ}Y9]13DWlJ&m^4ތ44j|1b= JZPbiuEl};KԳh_ +m3[0#P%L=<LQ0̓jy3jr'%n1Tյc^x ru"8ml\>\GsjdϚ' 𠛤qګVu$@<f r17'vQRIܐ2߾B'x.sHv BC3ꩁsryқ\{߈CtܞH <*ͯ$ofrK4*oKEmrqi1V}KzdG$f\v՛n;?9pNZ'dn: Te;YPoͽL@!U@6BLM /ePa|HR9$nsU`]ў] ]lw^ >"PܣMO ip/_oR,V J{^ "f6>]JxpLR ;^CȜfr^G7 0\W~LqJJOz]xvi&=xww2ne xf$ѼB,GuL<'46~m$Kyq_H눆T:9A3Ȱ^|- ˗d{αxB3Eձ7.a,8 e֝mYuhp(+ОU^}L"EǦ=jL(|㕭%*A5 VFX5=p0Wn f_+IJ%s*gS:-JK:#Ā(K(#kc-н}69$R{k..5[!q:F hm⑍SVZL49Kes9߆V*9 ep4{!9m;PRq2.᾵ZLǿ0ZwL3_FrSR V8KdlLdQ3(-Cr=KIҾ4BWdڢxg;p3N}3⻤}&zG2+b7w퐧4ZgYS%Ai˜ 8R5Q_`I70׮}ނ]a-bzsmڨkCJF8 ֞גn Kl-v]6RM"OljN$ 'D0!Z"[ f :IV ,5?ulʀQ\*n?ַ XLXZYdZq yz&4 e p |Fy4 K.;b'nPA#L}\Aqڿ1cow **hSfN-s[wV֥!=9`r{TCL,㠣>d/jY" HuGmw:{ ;|3pڋ :o8W-nXF*o&>M`iWnq Drg wYrDw`níjEnvE,X 8WwVXW]ә~kdXXǁԩFrU !INٖb1PZӢfEn*NQD߂@mvJ؆ uCy4*OV'1S=C͌**\yy INgP һO0N[50yNeŠw{l]:-79Yۢ; )c*10-1T -IGo?ґY/`#t B%j Q?һ t=vʚKŷ_O]TGj5>aA#ퟞ2hE֦ fd#c I C OhU<"1eiA Szs؇ @ťC8'Ks@'U>l}j: $e {49eAKW޽l7mҮ|Oej3鱢=fU#!l(ƅP|[S[QZjXn~>`E>nhV/ s5U|j!gʋ?GOA _~BI,f+v $+Yd:xDks[rzaFj@Hu5ni1gڙ34b!n.qokN~gG?) 5Ng7CNƉ+a'g2ߏ<˨n"XZi)$[ 9*b'a o!>8"xz)2~ YOhɖD_8KD s0Lle7tnc%Gs(u$i KW!g5*Ɨ?!>su$m+ fw>TH$=E3Mo=P +.nZ2K20f(1šBI6ȿѩL\`1D,=Uv:MԛxhEU-滕6qbu W̞);\Mdbɲc`p*V؝X@)N㮜ܲ-l]Οj:%ރm%/nj ȉTdݯ Rl4,zxcE:MVvV m[q@?ݑΆ?|b 7pþ޲.J,SVU TA{ %,rfVսKkBRA{/gEc;dm.;8T=)-"jsl}S(Fq`WD7rr^t~{~='ɳ;FKtry9唆yW:Њ*$} O^E_A/z@N @#k ;m wiխc˩'如@cq[ 7U|_)"d3gXBVd 5PopOߕk>2=*'P 331c]YV(a^1&1!^>FcTH qƿcjU>Η 8Wߌ-{İs&ǿ{wY  7j Р 'k>bDKC\+#iuxh)!ވgfI+I%dW`*|JuX~O0y Vm5v}a|z4ܘ~ZfhH]9AO+{>'h/ޓ ]0#C-Bw^uVpv_,F6Wࠛ_cAw(U3eai4@Ǻ;rtV= KP֦Q鳌I'V~4L"^=NmTCH:15/FuGQLܻ]B44|1Ȟa,|#ԍkҐjz8yc11 }P|B)cܫԗrY3<-[fFsEzk4fyrҗ!c3.gB,4U>@Lm*$= lL`C+Z^HpZ֣ M 6J|Va{w Aցv?B-8= MҳEmiX<^R:?z$i<!=Dڱf0')GI漒Rm{q ( x D16I}-fA"gxHiSRx-Ľª5 ?H˺X$9퉥H56w̸^ceEe4樖Zf~uM1yS Ї}]sSawwQ} !IŁ/?U`ލb5۸jCq(=G8}a@;v`jKKuk}rW܃RJqZ{Wjn0kz6hxdS298mJW+H]Oʍ9&'4+I@dn" 7ƋZ :1S0I^.>J"UgXm=2ntڂ5B-HP꿠 (?8\o< VIy9FiTϹKcyЭ|P#X@˛]/vwui͡Bw;\m!Fηd74 X]lF6}(ٹ5I]z뵖m*Ux7 EP>Jܧ ݲpD]JDaуl@{5'FVJg.8nAR0Va8Bj-B>O-e >ϹH&أ4Wv 9wY N#3[v܋υrw[]8lU'(Ǧ(6w6/y[^ilأiStyl݃T!q{nb.> M NmcY)1p×`r|4K,Cr تLLjQNM摍]C yץ~{6{ 󢳊4X=DKj4LZA"L4(EV$3{sz{3\L"SQppd\TdWthmVm4ƊcttfXѝ6IBC ФiJ*cHh+0.t1 X*3#17rw?: kr5U~\?)jc](-^1gQ"\U2OI1C_}LЖ>=Zq+=,.R]TfAХ?y=9l5'vs#wUK@Iݷ-.fyjnUOs<~|nLL ka_ˣϊƶr >R4[*J9IPwife*ɦFU mZ坃v3ɭ`q٣)$v3YD#|d6jyW[B7=yTQ ;k^pOIo1I.r7Z:Y[0-,qq˴llN2<5c+$4G^o5y]6{ݻنUiBVN!Es0C]}aܵg6ͽk9S &dYiID# "t|L.ۂ,Iy;v;j4!$$ד| 4щoAv+Ü횺LzOTKuۜM拑R W-BLz Ar-`aZ`0#gwF!v+C&SGG'#L!L5Lz nHTPNU!MC.~9e>-¹`fַ'7'۔S>5!ȹz/mM0bgU :4~hjNS%n;7 ^߇T3xm?+bpr{[<|,gd= q˜Bt)b_ uc< @ 0NqP}sCE`¼-k0+K`O7m(ݴx}A.ǺEbX֋S]:\>Kkλ}V*G[r{6G]# _U9":gLĢB;:Ǡ'A$>ZkZ̾Q1@(axb;6e.GJmV'4-z&DLNߍPj~69qTOMGdcg=zW(D DRvmPbs62 C=&Q[fdYl'oLMKpmOwdIyOɓ4c#2Rnuzj8 :XvUƀב |kn<[Em%N{{ 0 fRe?aczUaB'=$-pXk#/>cq +OSxf~\GH[F܃G{5jʌZZI8z16JtUI`KAM芯@>n[ܖpp'>{E3.D#Hg\DYrO5_::Jڑ2@κj+zZ6TS,&X?Vyl U3Ka:iM.h-*M^:묦l'Ư=l.il ]>`.5ۀ+M^"1C+T%"";@BhFN,O>)E:8LKM.|a곭_o?*0W"7l%xz82GwL;ާLЪ ڷdZ5^JQgY-eqn#vĻ["lP0*r Bg e"5Uŧ3]\NM,(KJ2sXIRN-RQ)z=GlZA3ؘ`CtԶ{N1"|%?k'ݴ{ pQjbM^0V6\a9Q!ru>aZ Jj;OpGY `]РkŤ /wZeb۩a}Λ0֑`q`"a5 ^(N딚4|g̰ݼ]J3uJyY)p6;Tr~jbЭ RhK6]'BRr14'ѽ 2 0Z9s4Rf8TtѶ)K)R)@8U7} #DZU[o5E%p j_?}[9 ϭ<1yz嗀tZr0 `X%i@4փp XMtl N5/,]>F=&TpriKB*VwubNXFr&$nHq5 Ev_#]bELV5BhBt3r-M-g$eObߵ[!e"uch;E5 gNwMej,8}t 4& R',Xq2G|EXAL!/LCiCMla= XGԲO'zV ov8^ ^p7'bnF>mg̃uד"K-^?V+Isу/2t ^v{{;:2Hfź~^b)p1C `>«ލe px7* 0(?E1GxV$CbI4k&``-PT8^q7 RHFG'tIo շQsoe"ihfM6QJֺ U㪊@g'dY |ItֹTF,haG겎ݙpl>袱'+ Xv&'3n}:1)a4W>  K B p㸵}uQ٧AgE.#M9qcd9c#<` ;l -'b 73/A/Pb-uaNfQ@]3t_} B{O sKJNtmAy̞%.-BC'f= Vf%xN,E,l?(>ŭK/8e^>O[k!Qm &򮹞㙮kgsFT~yWv52m ɚޗ\QyԪqu#WI7saUF'l.6yYd._kF^r=ϷK<拯bjGr$a$g_ ˔m3LctfR$Ӗ;hWDj/DZizl $ksJ֊=91$ȗaDJfN$4E%"s3Ft0>w*VHYdcFY^xƁeR ʰ 9k]|M$y,FdȨJVcl.ig00;mMR`@9H:K8 [dX W(#f[ݖB8'x砸B-H,ެvturC+JxH?w_5g}@jz] SNK(O+VufԨqDJo 0}hBr$fM&V}-PФݦ{e 8yo28QӖL_6P]꽆%+M`\?uޓ@= ]٤–8(9I4VnIj*!(Lj(nHxSӝS rKɻ)T"U\S֗pϑzD kb I\Gk:k]y2 L+/;A/kZ[—'h5$+ ؅F{ܾE[~3h9ϳ#֙g]Pusj N(:Mfq(Ƨd)WsZx~bpLb/eY(Fs)EhP ;41s]Cg77:.W H_Iد(Ψ< Leg}{`1MtV WGV +Hΰ]p\Q'Qoq?W ^:}{d}:I]_ &^?iΦb5ȗGyՔbOץ14Rx-UFAi:ȎttEXCz؆X+Yj 7Ƹ0roR<<(M QDUֽo͌ iMF^?dh [lk)9Ğ}kߊͲ'&#;;>M{1`|5]ElryD)m$!oSF xx;bIq[DWfY?[x\UM= x>T>}Ot&r`b5sE~k-2dabA2doԸ1*5A| kP&ߢk໰Gy#c#"6?g * ^V9e-rKʁƼU|dMt_G%dMJaFe$JlȏYn[׻Tur8M1f{]_M{(V]Fur|T:[xIP d@XUGr(4瓏"&mwY987_#Xlÿ厸[ ln؁̥vLSh;R{E:M@kc`8ΝXz4?Nis$1H[(}"@Fncߞ&*wW*@D5hqoB[ X361KVوϨ޾&B"}qop6 'p"Grne ! 㥂7:-$Fk{0ba\ C.ՙa׮VGU[&*@LCnr4r`  l=$©⊄X(jZ""v1n(}Onɩ7uj@/$v 4!%}4* 96m݈<[d"c:d5Gw{YR60jZm\T`F]j}5T{1 1g) Eߥm NO[aԗΕBJ^:U}OmW$'([KXF?!%4=%sY 92GA壦+ хMdCr|5-l@P$"If 4]͊Gw&,k"נ~ELc!U/Ŕ&eE af=ek9 VA~O"rh AaaE*dhmG߬7T>on-r+B F6k=<+i|j8N^ #3vDDAE |}FAKT4ùy-1T ʼ4=B|6 [ } ph xϙu*l ŃI>h*A~]\.+JPwHZ =k{@0>pnR"( ڨ&襌0IΡNb vZMRI6 [=㇚:af&dɺC5pN,yFTXΠ;d"5=&UꞡE# )?dՊ= "0&:@\I\'tE1GK-w7FqώӼf;0I^8N|4E sj.>/Onaiտ13Tu) (q% f`P`tPrb^ RIk12"%nE$"Q%^tQDhGn./.0M?.e~g",zODbjQp:0pBV~).7.GXܫ1ʣ}eSq#;)hخ`nYm5@ı+2Oϒ2dX+w 0AR,e~d?7 aE.GπFLwlDqdM;c!Gzb8,Ka5 'exL{[6B^c6Pne)ER(f^?J+ 8i am6sa --Uuoߊ2Ո`ja:8c9{;/y&ZyFH p[?85_WkgoΚ7λxjP'G܎y"g7/(`g)3Hj$a=8~T~h4suXoJt`1]A1^ɬ4 >/N]$lLzn;գKuEY9p7%f7 k_8!#v$bj; W r#]b0, Yԥb|E`-L%m,HǛ(;P~V*"K9koWF~C;TkD\\=nvRWe%@C,&u~n+4W9ö*KШ^@bQoAQ)A c&;4`_k;\uO@qk6L\Q7SMɃG!?գ:RǧSGXҕ6LK:m̠d"-*-2M2 ٮgF6+!fAq_W(^3C:Zy6$S\ֿj m?V,;T`V vhleѠ "{ Nu$=j~,z(W]Sh =mw'ndSw\Gb)OZƩ0r<P X~tq?vϧna"D]Ύ[^.\}yT&[anK}Y}K#{ y3P^^߬ gJeQ?-E͌t"~_գU3ܛx?}`5"tHkkp-bK1k|#vBoχCʤlu~Y!$.Xi;zɃS̰//ܬR&Okcѣ8+U:OPM@%lM X]HR`~y@j7a،0\ODl^<&mF3qs\x)լg[Mr%5ZՅ3ˢJkV=&$j=ʝWRQ21[\y_i"Ըr߀#$[IL=*ںi?N}=g//, ]l03}{ʺaDAp_?‚'g(v#Ue{JCʟI$cz߹2Ol~& ߒP@Ph}yVAZhW vP'?xA\)Fp" py~%GP'YI˵aK#@O1IF0q 2 V S)s2Tc!X[o(cT`Q>'"9x'W% ~X4h8 5"Tk3zsX;)!3"8Ñez?am q~FN.d]Œ 'Zl`zkڭ϶Ը$ +W͆~JeGMw^Vcj@<$:x{jg.Ĭ4S*X?sCNN٧;|YH`mZUdo'An [U6#&gon`OilɉVWX376XZ %.l ِJQ4%R( {kpvE'Y Ib U|6[ْ,|{ç2ЙQtk)ؽuZ xRa HAt8yMB vt7WLL%DZre:c_%XV*isIn<5XBLv̶zIf T}% Z>q)jzHA:ng=uMẮI`51+Ǫw&^#R`vB2];RܿW7h?*0Æa9nUVPHg}LKAn#DzτJ:FVYlVVGӐofrEm-^9OqlQ7"Ѫ&n RYEybaNB Q%OdH tMJAVxk:],D Ld5舨"z1`Q1@rS F4b%_{UUx1(ߤ=U's}k&/j|rdJZBSƤ)Q9nƪܣxR֑WAō|Asx$6ҋ8g;Uqr!!0MED-J*4:Jmka$Dׅ3%&?ӪYp4u`k}R!{THRCh3c5;wi_E n* m[8J_ asYO8a, !EkrM J8ieqkw.4g2v. msfgk#EiJNioPPWble+Ku;oziC͝\09r<رWj|l>aGE7kDJjj<:))j(P >NiJ'$os}ASZEd`?֡FO .n^K g=ffץ*H+D -g(V|_f< b]K~pKceD{LV P>l@Q7kL( =cWqӘqw ցHO7~P3v/&FHCkl;Pk l֦phU1:'s=M[ u-c3S&.S[l%>~+{vKQ/}v=]\9ebkM_ۛ[ w'@a)+3U3skb"Mz5s~DhwdZHN|[ {(d%-6/ zqz [mA؃XrSŠkg6Dd̮D::qY~_|s^@V%8N">*_/[a<^A2ѷ:,3TۅRrVOrB2rzuKblQQXn};(W򰔬1 1^ixb~8*ױ緆)rGgeso%>ߕTbg| h`i.,9憘 RPكnZ2}QV(2zә5wa =jI1ĸ.[aD({~f"\8E\ZTP6\GN?xr[KԲPOMK$02:Ixc.`u?d0(}R5!MU4k)>`=,őw;'W9yS@Tp j3nk-)ET~ 1"n8,X%-׺ŠD#aV\2rk z VW=bWh@(2UJ hкV@\o# f^TNDbdNս"YEE f%fu2 ¯;j5ףAǜXhe'?7b>RTͽ6;2lII(~MC[/9pӰ NF1D1o`3┭7 Ew̸4I I 3n$3vg+04Tgd\H>47 GׂjؽܯOH)f0@"ހzl 5TQ{J@ss&3C@:,$,(7DoX=`R@~N9>>VZsmQd ^IFj@﨩u8L1FCrXR5_%h-l{&iaNe0.Н'K'w /,:%g5Ox rx]e1i fǜll‹/ZٰH y`x+AܡoBW8%DܪVؼaR`Nbqak?t.o :cj=-+= ʇ5ųmXݗʠ:[0#@e7M  Ѳmi)vfXlnDdf+O뗹;>*7 '4'cS/i<1oO1]2;c@90Z( ņݲӥ@1"|PP|>OCd^E,#Mܾ0 ayXRXyͯI@ ^ /gvZ XШs-N*`}_SˎӅ<Any |ttNܝvU7* U9~] K|Ѫո;PޑIaO-+˞~uc˵v[^Ol`CHqIBļfzi5jهPaleOB99n 9#A^>>uk0blK>cu>box='5-7M07[9n,@"hS&|9ATDZwƅ[Hq:'8~aXBe*>K#FGq8q<|ʜ;1AFHicTDŒx%+W -eL1{#!EgWdgȳ8c9o;}+vĉL &Oک6y8Hw3?:˭Z)ntXw+&#d$g( HzCkb.[Ӌլ1A,JB\K)+D5FD ~'-f@[a/ZI}Ikl+|iss^V܎eݬZ)#o 9'or8KFrEm8#lF~ "+": VGy/N/KO#އ|Cfr?sy @2_`Saҳ>}t0Gewϳ-Qn@AǙ0" ~Ɗ- \;K_+#ސnK=jR\=>_q3$($"zυo[TG; ~uv?~vK3`{Y[ƹ_" k^|E뿽e::$l(!NPT|HLx*Ёr# b"î!Mŀrk\"|`8Mx_SW]A FsxU1 H_^1x W)b\% WT.'{kӴh.: oo)zUoyЌ@d'ݺ̩&]7$Q i\8h7,NCw{{gTC{~*\̬##0Ґ8*hq $0[bnm>Ls ' M*ԏ-bsgkYW`lU8ߓ-114@&)|P*S:& ppʌ6s+Ho=pk`#U5F^w?Gw+y(bT8}XT. pC7',\ BjK&S=U KK&NUL#--v< CSFBT:B!)Ho*<?/ZwYa61O(a*\:G8!I ឯ.RmoeWd_ȻʇHAӮا"%{}gHTYKy;R)R23!/a%U'7+c`Q7>#To}SwSD}t}vhܥK3)oB*&cN-'RP9ƀ#yع? TVit7r+ _#KA 7Ǹ l˼,ḭY6a}M%=.MlrЁ%u6 ܶ/ X"V61=ĊnCA ^#^b'ԻHH.tF0(6l+kPǨy1H 39K ~yh)*tF3J/Û(#P,c+VvtN+:PHѬײҀkP:OVR3Y6QL.Z dnYXIQHVt܁ŀ29>ܩL0adhҗQ  qX1>hw/# D~4+! HTz Tcu7H Z/kXsal%bj0yѠz"[<Өl1m3Hd~RʗD@54uD-&(E^{ɚĭ{.'qzkى`yDm%zu&_^S_ gɬkmk[߄>kU] GM!ai];؄ -SY+F7U2}w::|ʘKhbBQC8Gfyvsl0P??SӐ׻I Z qA11= whnLPe:3MIE ژ"ÔHKu~; wpnsGҾփoLN۵]PN7SPBZ*) !1*.ϧ l-#+oJ jo\0wK T34>em3f:(NFQUHwŋQ皭s[EoAU ޲>̛, 6qJ\oʇ1_Ku/zA1Bj׬7vW.F._KX)*AwS/d<&(rEş>\YG,:ǽT-nH𽄈NRPӴGKKsCm[95SJ W#ԩ)0Ժ#&F_X2*}3صw&7/"vc3>6 |7+^k!A]M[prQ#R,hْj*J._e@!4cIo4ƙN-&KK A|3VgD˫,hwFu ^w#W XlѸ=[CK <'C=Px5xu%@^ wnRHtwS6؄l0DtKLf /lZ{\}HfbaNpx/i{] mXdłg!3Keߥ2zpV\wT>< bnsq9TPH# vGX"^\jlt#=*U`ҍOy}'[/Rs⅊f)Ahk051Y>PR* z_ArC344lb":''e(׌yp{Tm)Csl`:+ BϷ9#+` P̈́8aPMeLϓUvu(f҆|5_H{WOļo t|L4}F"F+ib6[؇%⷇d] rjLi{yDRYYoU8G>\ӥ2i$ۚ"ż-me$h!c졗F A-/•宥vka{gQtU%Y c=JỼuj}޾q#K(Oq5.bl}4QҀ;9lVṪ(Nb58a`P^Ѯxk_VEUUX؄y&Z4[&ԏ`ebjOŘL.d6 e?kސ;㝐# \-@&AE{z7ߎ߀B>!T z`6:+. atsa6bHPy,S3sMw]:yLPr܄ Ih8Xvu5pN1sAZQ#/UuXKrfj9$ҿIBcc(5@ðiR3CJy^;~jG+k)7񆃋!ug2OU9e*;dٴt*AEnXz=hr(i{gx9jhY8ytr#~,>Yg +D9^O9Q0\U*0!chJh$:kj%@|&XqX\,Uh~_ 8Sx,FpWX4.[aGQ<6 "פt'4vYOGƓb 3fck;1q%e:ïm \[w^nj/a&աJ yP¢朰~[]$r44<viQ)*0PlvkQe3"hܝP=ieB ޑͩ`>?Kl"I{p|> !(X/?BR5VAQYMTSſ-kƀ#f3襮!שk%wmMr!΂;p"@exXĤFb Sh,,, a}yFeƕDw/NU[TQOڦQqyϜiIr~':2 p]׻YLDG`;>N6y[1Ōj\I _kW)zPy3v8~p~FXb oݳmy#W/\-MܦN뇑Z8:_ FʅǕ# d^j-X[ˎ$٪YAb_YopMg/0C;"x$?E%^/h6;`yܝZbQ4c01"ID|T§74nXw #VPB}I /KT`Tyh/uL\_g&`&cKsF,I^fz8"v‚Gڮ1 M9 LKVcKEOf=ԏ9뒡0 fJ\ȋk!2 }aqO yBAV+gSMswŸf՚e6Z0S M[v4@`LKA۫θ,lj3B 'Za²Z2jey(nFQ1葍/GڽG M(/mNʘ}sue+̤H%a^ |Gsb; s_K {ڤ|Aw> }}#CkʲicG#Rc'qz]flqcO'>bS[* ,_Z@MZ)k];w9ob%؝S'Rwj̦ԛL Ph2 =-DwaR=<͋DAt3^4F0F{T٫<;093%l$k!uӇ}Pbf8_O'!%WQxjzvA:zuq`ZxA& N@ {AeD^n9#QYj8Bdqh=NK)ȝ9:A+ sKw/!9F*%޺H7\˧"O)>kƚ5#BZiD ))TyҔu,FSAg3F̉hh-z gVΉLD.30'v-z}vUţyZXӆ~TY8Ri'^Snj.`_\ 'N}*~[ dwJFkDsE1,(Ym4!@A(9z$0*qTwpGXܢZE+Cm DhiUB-۞緢g?y87jE^LO &$! |f:tUrzVS,S GY09"xX y8* "m"MZ :pjMVkrU/ȳg('2Zo: C+oR%q'ö j!T $ mM5OYI/M};BSVAr{LjŌȓ׋J\Է V1c‚^.Xβ.$uTHo.`DH|ľqD)EG/jūi{Bk;Vhw+'3ݾ w)wz ^M޼!“)_%\,,IL,%?2KD,ɷ<[_`$<9,߾.TI+h@4 OXy?)ÈYIt>m(v#_J?Xo.(VE6qx` dcb&)Q ,.iT޷'R^? N} w츆KdC-յféd=I UQ{7IaaE]ec_s )tiaIWYxQq[@e$_15( v:Js%tQh<UstGXOИh;*NTnR'scwrʿ8CaLKb_h~J-Uq_cqϷoq )=:jiԪvtN Muh7GAIb@:#%` N \ql]7.fzgw|ةTxw)n;d]$."U2|Hd_UWTv=jzP𾏒:zwF @Uzt:5lBKR\Ч_Gk8VOfAڛ'=F_Q'h"P<݀`RAlCYP(+h iS_;[.L;ygkBb/O>(%;[ll=>3M`yɯe#+~&L#:BP`#^&T0ǂ:2YαBsaOگ4΁cqNQPϒ*6S^hi*-Dp9p9@>e(&mbL7SCXJ3Pg|C2Γ_ ޲z}%XPxJ|,.aaՕ&3^i9Ha>r&{F߳kU01zGCR\ `r( \\D.855g]UiJdEbӢ]YaWc /R*Fmüf?tU!ؕo#40C`P \kS8{?A,6o淬~;UKM #C0i&L ;_ypL굟GRmwI]^$m%*3Ҷ ;ɰ:=1{jMZm;er:Pȸ%؂Wqc^[rAhV0W4IO@>8ToUmO%j|lnj w; Bb,VbBB&C NNJ"VݯX8%S테C4 !ό}H1Ƽ#6dp)2wv ly`E:`A{YOЃ@H]/VuIԐ_C`p1y#Un[r& -^ A~)ګa֥v^6D0њ\3_Bޟx7ʬ9}@ CnN;rF ( b;*'SlIԋ0]gCF_ E•~/^*II044 r[oi(-_**9P)uoR8V~@G=]R( [-icŔP1a 9[:13~mۊKbd0O:_C7IAּ/R13Fռ ģ\lV9=UHicŸ nũ(7`7m!' 4D> BA:MCA4V&bn+v&%)}H<]~:,L[ U4,?d3O6 %.yw鏤2F6tAOz14\؃xBboOCI9ku۲ݕw|w7 Pzyw`~FY֮qO*R3F5YikRfZP=O)I>MEk$'m{{X'Љu==)K]1h~JaM1)\0k 柫XΖ_0aL8|qzy.stiCs ~#bc` [Ԓ×xf( 8o4}?A[@c(OKGx /=, *5̬ȪCm3nR!T@Ӂ=NWMP8뗬(|SiLHQ6v9o*^)[Ŏ]!.40 @Cv 4] W|4^WMԪw uՌ4QmH$/qT}dX @Zi|&C5mj=f 1T닸W<*+'Fih$c-I"|yCgvG$g+SS?utdgj]_֛|h b +,5r8B6+&(ݾgR@=24I_u;VISQcS|xS泅-n*s9<[']@h_t08jD\gyIYG5WNd_`xܿTu.f3% \+Xl ~eQ Qtc!e.{ݭA V"-)lUV4BAW"ܷIB;^%[NbIv%Oy.kO#U oa)wOKݑKyݼ,"K},{ヽyWf[;hN 9m  Y@Cw6CZstukKI+L+vm$~}I:o]p'cbC`AЭrMkԪ)eH3qftL*ZE ?w4ɥ=8bꇷˈʲ\,Av6r}"3Q}v3 !^m|6k~EdQ'-R풗%?֙;u=fBs = Zj/G"O QK+a#!N:A */9 )܅- 6 Μ`LUfïםBf@ޏ.}9`1>D2~yL9FߌNVɂ.@ˬYŶ q>x}Դ1cn[O0ebZbhGaxQ-&j$FdxER[2C,$Hb@ p|Df)|@J齹^k_;_H{,o\+SmK[5LCyr>|VA"A=ZZ ̭S`2o|%Lkt0Ѫ3.S*WÃ-&~LΗ'b͡z's&ӽB88(ӎfDŽsywc,`C6 Tf]z1E5$F3$S}&Sv''*#ɂ\W,u{O9?&f,^ WjMGn$[yJ0UᮎD|܈kl7Px%8u@6g;[r8VLuK^֞RE!imK/u(D?+$&K_fH8K#|*f5n:ʨ+]eonw(,{S!/rA (X)F›?F?x&X׵Br"Y9DfY։p47α^oSc8)~-ZU[wB UK 2Fnvg١^'ms,oGiLt|:qN0*Oj1irŪ\bn.iI.ˌhZ ­c2[ᬀD,M>"HG罭m)e*)hϐ53]] VaBK> _;z͉+n_+Q̹ e1#R\Y8K6`V6Y<`ێ:":@m`ه"cW$"Xs=dqbMUQ9 z7V P;6!?"A)ۢn= m>}ʈf}5d $5jS<2 KQ+$܂מ8 Zɏ&;c2 HC͇E1{kdhqsMvGR}GEUn0(4hrr8 tl᫘(ntD %5.?$`xڨa#z;OIQK \B:~z]n(hJͰy,GwJVAWw7y66NJ{"gSx,jktT499.j'{%&!k"Aa{nE4?`xؘ;דե]X1A;VP 6#ѳe}am4>p' 64?M=JPnHB0ѥm:=̺ Ɨ]" ~lOr `w6¦t7ZʆE|z5YR iAI-ڤ/Yms\TrcU5ܼqvPLZycϥv+*_1s:2)pG6S*yW xD tmd׉[߾9 {z,Nf$+ [zH!hwtﶭ5I\G2Hk,˧{,T `(]*QW)Rd#X #&GnYqwIO`Y\h# yYީ*`bF޶W[ljH(FAt3R^;FzQ=F"_j2e!!83Fecg;O *5y9d fޚV{ў?zv 0Wv!׺4VC Ɗ?e5} 18 f-,$Q9kD|@D+Sl3lO,8n<1P/RܱHz2QueGcmWnbgvda:%y1gh~&|vR/b ^U] NNf=,Η1V8"T \P+׉K͝4vkM΂J636jzrZnLJUpwEcbxU8s0D"Q8OU%&Z{"U'A|fm}N}x[*ronE%aR%'t *#Hn44ݔ!K?fIa?r!7YPCXwrh.HMF C& O6^N.Zy; .bGmI:\AH`>ծB%2N. sXqߓpd* q'y=e=awܞ)k߾p7Jr}-)F\>&a\/|벻samPbAs,#(JO+’?쫯 hhν?3ѿweL"*._tE=n: c;?#R EBFP ]09*fs%ї$L4 pcDBeIlUz s|񀅓L(IveH#,i 3n"C~Hٮuk f ͘7% q2Ңb)]t1:RG=P*;-3{)h|/##mfq$:OʡWY>M->/}%QJ$Ƣ & >/,Eɕi3tWKI<جH9Jp3Rv @~\65PMf/<7.^ϰzB'E.˸N[?[ǐ@c#Fˌ(bܟFhU4U yn .hkzSJPs0n/PHfEq/0 2qGtTEҤ\'ׯY?7N@.دmJ,,䵠6IB!](97~>\2DtRכ6(ZP8SPxrq{ (Ɯ*/( _e+ojDj^>C BDaXhO 7({ P"0m\67A{gV}0|od,`Xz y9q4.j0AoIMX$BRl Y5߬a?rT5v k(B[ve2tVs `M4:#}_uƕ=&")[xñӶ-:& 7>J֓ݞXRYJ!۳ ڭk}[GY:WP:lˬ[Y,_<qKUYt ڬ@,Xjth<ⵉA|:M)\ܡAw[Q{캴o?"|:-X0)3%=>seLlx-ip e78١CLşqQ}@*ljOxƼKr<rIP+U1$'U$DcR'ZU>~H^@z6@r6gWSB.!)lm_K[gyQ&-g^]("3Jg%qb+7ſw2zQ 1U/ggP.kKmhB>G_^L:+fd3#>1_(zu܆&) nw$%Z' d#@{q(}^ oS7Ҙ SaQPUfUArDȖ\#s?GկYd=I 6JpJN6OkbcK)'K|2dPZkq}Pw7} )s$!!LKdƄ4gq6IiZ(A) bk)'jn% CUX*)H/U}(soR'j4s:<6{ !*wZt=  6%OdJ8m OZ}J_$aq-FQ~,W{!GPqOE3eɩ#z)4V*t^n+>r?ٻ|j˖(]a 9Qo@ҭ_('1}|3NT\te 8Eӡ$ҧk5i [)5Qڊ@tx1OCL=XƽA1fh(_ڼHݪ[5i;/:S6[.0^ 0XqOtܮ`lAo-I6ȋ֎fܫlͰ9` ҹu- zP_M-'cۄ2;x%ƱIp'Y}JԞ1U@ ;V:u?囟F h-Cמ_%],V{JQ 3tؓ/M. KvYiJ`a"dnkZHHdQ{ VzX~߱Xٞr'p#R!:9G"Pa~&TjKGiYpF߀:4!7#05'x m`QiK*dۏNJP=i/*F2}Lz$1&[&-U#p|5aX| {5bMl4CJ סLC8- a|V fSv#q؎,UopY2j)G $Úĵ+Dd*gJى64D]#\}-!T ^16/ڹ]δ+QLչs(˺j!$gʭW@eQ9atce`E<0[+)qt8%=jdx^h 0d jw ʷ!v#_mT 1"]( P& Tl5פ3v=kɐ&ů5!DG{;ռgajv g(m%M{ËY\ފطIg o*z61rsavbr:I&墧i EuE<>7uh'_y(b5CYs"Q9hT{g(C.4HmZ2UB׻\StЯqo. }!ϔICsX)ª9 N7ۄuYO - NKDPfXoP8Zq#3c9f) A\?:'G-A|d-"V>T%_uI9 nۀJB̼yю>zfy|i!4`w)=0Jrc{ MIi9F_=_CR/nvA_s2^ E/5NNfr'eѵ&˔f,*h$,{19\+ɯm 63+@@Gk`:)~.@d d.żS>22GL>өDuxı=,I'jHmW@~JoBq3KUT"0 d7ڐ{f`X~-svS!M=Ʋb&!U$o@$c\t6b"G`PF^g0'4 ̙?:Z` Ύx߭GBZy*KLQF@o $Tw$6c:g \=}[uP7☽*|0oP,/"իIbiP0h|٩v2#r%Sc|Z A_%FN o$n5mxMn躌lvcOf걌vF#X?xMkV;C";'UO-+KU`'폚w{=K1 {0F<)j¶וIq`޿!6"-rn*HFHOʋ"*9A@  o n!0Fx*@U-^9UܑcRuWsN&yB"58j#7**edlCF1  g[&4=h9Y7;daT5Һ;A暖(Y2{O:4&Xv/1 YPȏòmنm_XH _2ʈMO]賴3D*"@s:%3=bqO1ΙܬS 9)#Dqn3B.d$ڮ/KZAr# k/t1{nhd$>D$߱3 .B"Np<ڀcIcngx]]嬐8nEКwJ:-FYt^?4`v;**6d5xEsݦṈUGrm'>F'f N"FԴ(Àb˿vrعI)ˣpدxQ:N;T`L_8 +<4T5u3Б$q~>*=h6u3S0s1xӷ!c ( 0vR;>:7`y=u$5)ѧdc_8ic[G^4JB my@)YFbs[ԅ$p`+E3&J9Ǣ)ks]SN.axdȪGجAaQ3-WLZwрF<'qAtjT K{woWt$kTg[ߪ NCLqRMrNp[j80U9rxƤ j/m3|o6NZXADXM1^M4shvA ~%hu +IgTBo璇h.ː?G(-Nt _F'#Q"{` :2&1yZezwRI@v!Xflx0xHejޗ*w;,l]X{BQy sT a4hl/qZE!7iw|2:PU.7mu{=|hHa}#b6}E?!TJ=rc )lNf(vXFxé>< OZzZJnM/` ٺ*ǮwS'%ù(w&8DR9ey8I!(jJ8kX茝>sYѽEP3=aPPH 1qK"'yA>Hh؋ȋĉkQ?i׼i~*؛Jw?` cz>|dn.9!Dl 8Hx4^N*Г(Lѕų*now c{se,pLkU+SShcO֥Ekmpv j:b5g?!6NhA?8T'*mɟď>A.hō0\6Y0 @jp%T}kۖ 5Veß~Y?K\5ď^h~/Z|LU\1Ǖ8W8b3%BwO)rT oir+).1|96K۹WT1R" 49z xWӂKzpZ!9xAӻݒ*AÍ+ FhL]'.0>#~q@-)i)n]M Qݦt'3(8Xf=dB >Y;@kI$ '<] a|ܺ-A=:JIÜޔU,YϹ]c7^nW倓Wkd/oc[/~ǨWpQdpq`1Hm,mQ#VV%9iZcQѓٽ=*cMzlLs3+:W#.0 ٚ%ab{WL52/QWb㸶qgniդ'b* YZ