openssh-server-8.4p1-3.3.1 >  A `Op9|; :>%H6z$|߃ź)u\Q!6e$D  6^W G>µkَӍcP*y)F3m_ucgW~g_E^lQ]BNK[vO<=s5jyʥL/n 'Tjȁ9?XRf7~ Z6xfZx{39-񏵋s(x!'Sͭ1 ㄳ³ 8C7I$C+r/4*{tr1216618d62295dc683b89c09268a8b50d4ea895acfab8baf45cf6062cb6b120fc60820198bf1159a4181d564e5cad4a96bf1083f`Op9|#vy 1m3L&NAl3A3w"#,i1 C$ Z.+9\& 9(k_!JMz~-[E6cKVo,:{r7ܝ(Cpugn~)H jZOArRv x͗[r">" t:y`vsTi@Zՠ5I5ZFJ`^/ɏNuVCI!̷NáW,i;ܒjd>pK?d  7!BW m-*  ( p  $~<99#9(#7#8$@V9%V:+wV=?>G?O@WC_FgG|HI X Y4\\]^gbc-defluvw4x|y5zCopenssh-server8.4p13.3.1SSH (Secure Shell) serverSSH (Secure Shell) is a program for logging into and executing commands on a remote machine. It replaces rsh (rlogin and rsh) and provides secure encrypted communication between two untrusted hosts over an insecure network. xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. This package contains the Secure Shell daemon, which allows clients to securely connect to your server.`s390zp38_SUSE Linux Enterprise 15SUSE LLC BSD-2-Clause AND MIThttps://www.suse.com/Productivity/Networking/SSHhttps://www.openssh.com/linuxs390x # See %pre. mkdir -p /var/lib/sshd || : if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl is-enabled sshd > /var/lib/sshd/is-enabled.rpmtmp || : else if find /etc/init.d/rc[35].d -type l -regex '.*/S[0-9]+sshd' \ -exec readlink -f {} \; | grep '/etc/init.d/sshd$' >/dev/null 2>&1 then echo "enabled" > /var/lib/sshd/is-enabled.rpmtmp || :; fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in sshd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi #!/bin/bash tail -n 1 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## u sshd - "SSH daemon" /var/lib/sshd PNAME=ssh SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in sshd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/ssh/sshd_config fi # Work around %service_add_post disabling the service on upgrades where # the package name changed. if [ -x /usr/bin/systemctl ] && [ -f /var/lib/sshd/is-enabled.rpmtmp ] \ && [ x$(cat /var/lib/sshd/is-enabled.rpmtmp || :) == "xenabled" ]; then systemctl enable sshd || : fi rm -f /var/lib/sshd/is-enabled.rpmtmp test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable sshd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop sshd.service ) || : fi# The openssh-fips trigger script for openssh will normally restart sshd once # it gets installed, so only restart the service here if openssh-fips is not # present. if rpm -q openssh-fips >/dev/null 2>/dev/null; then if [ $1 -eq 0 ]; then # Package removal for service in sshd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi else test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in sshd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart sshd.service ) || : fi fi fi \I@h=& +A큤AA큤큤큤$$$A``````````````````28d19d7f20fa597be7904cdf6d4999afb4e80e3e6d0a25af8237ab2c4fec84da05faafbe214f8e098ea66307a1cbe747f8796e3c62eba9df1ec4233ca1195bf36610510ac772c25ac58ed5f9c2e7bd04e6141b4e424305ba01ab43dd68a5eba0387af7c493f6e151cd3af375328e1f5da7d9c05f6bf09128d443a40314cad885776692414b1f9999cfaa3b594652ff9b93a9f0763cf5c5d21823d8553c52364339d26d57e62906f0613d9cb1840d249aab64eadc894b387088c688e0a5983c262bc82fb62af9360d862e14e16d89dd69bccb326fa0f886ccec58adf0969fcac04f9da947af5f56a314445abc0939b17c4609d5ad5381c2db79051d430b43c96dedf1a33679966c18e28cd84cd671f8589059a8fae45374449ba5cb6471ca18f4238433b63d6a5b548acde065f164b6773b3e1c44b3b959608bb9db74e93ed56db3543263048fc358b3715765cc590975f077b8d08c5ea224495e6945f2d3e16f3fd24d9ed04464b0496fbd7f64ffcfc6005fdcb81752ff6aceabaeaaaebb99ae1343b3f840e3c7d4db7cc76d10d60f28af167a56421bfb2e04245d911001128fservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenssh-8.4p1-3.3.1.src.rpmconfig(openssh-server)openssh-serveropenssh-server(s390-64)openssh:/usr/sbin/sshduser(sshd) !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(openssh-server)coreutilsdiffutilsfillupfindutilsgrepgreplibaudit.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.4)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcom_err.so.2()(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_0d)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1d)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libfido2.so.1()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libselinux.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.2)(64bit)libz.so.1()(64bit)openssh-commonpermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsysuser-shadow8.4p1-3.3.18.4p1-3.3.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /etc/ssh/sshd_config 1>&2`` ` @` @` @`x@`x@_I@_@_@_@_@_~@_m_m_cO_Z@^3^Ӝ@^Y^K^B@]|@]X]W]c@]c@]c@]@]Z@]5@\@\@\@\M\w@\v{\j@\eX@\eX@\N\J@\I\I\?\8@\-@\[@[ٙ@[ͻ[@[@[@[$@[$@[@[@[[[0@[Z@Z@Zľ@ZZqZhu@Z]@ZX@ZWQZ@Y|Y@X}@W@WW@WV@WL+@WH6W#LW@VT@T@hpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comkukuk@suse.comdmueller@suse.comhpj@suse.comkukuk@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comdimstar@opensuse.orgfbui@suse.comjengelh@inai.dehpj@suse.comhpj@suse.comandreas.stieger@gmx.delnussel@suse.defvogt@suse.comhpj@suse.comhpj@suse.comcrrodriguez@opensuse.orghpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comkukuk@suse.defabian@ritter-vogt.devcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comtchvatal@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comvcizek@suse.comcrrodriguez@opensuse.orgpmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comschwab@suse.detchvatal@suse.comastieger@suse.compcerny@suse.comdimstar@opensuse.orgpcerny@suse.comkukuk@suse.depcerny@suse.compcerny@suse.compcerny@suse.comdimstar@opensuse.orgpcerny@suse.compcerny@suse.comrbrown@suse.comjsegitz@suse.compcerny@suse.comcrrodriguez@opensuse.orgpcerny@suse.compcerny@suse.commeissner@suse.compcerny@suse.compcerny@suse.compcerny@suse.compcerny@suse.comkukuk@suse.comastieger@suse.commeissner@suse.comledest@gmail.com- Add openssh-7.6p1-audit_race_condition.patch, fixing sshd termination of multichannel sessions with non-root users (error on 'mm_request_receive_expect') (bsc#1115550, bsc#1174162).- Add openssh-fix-ssh-copy-id.patch, which fixes breakage introduced in 8.4p1 (bsc#1181311).- Improve robustness of sshd init detection when upgrading from a pre-systemd distribution.- Add openssh-reenable-dh-group14-sha1-default.patch, which adds diffie-hellman-group14-sha1 key exchange back to the default list (bsc#1180958). This is needed for backwards compatibility with older platforms.- Make sure sshd is enabled correctly when upgrading from a pre-systemd distribution (bsc#1180083).- sysusers-sshd.conf: use sysusers.d configuration file to create sshd user (avoid hard dependency on shadow).- update to 8.4p1: Security ======== * ssh-agent(1): restrict ssh-agent from signing web challenges for FIDO/U2F keys. * ssh-keygen(1): Enable FIDO 2.1 credProtect extension when generating a FIDO resident key. * ssh(1), ssh-keygen(1): support for FIDO keys that require a PIN for each use. These keys may be generated using ssh-keygen using a new "verify-required" option. When a PIN-required key is used, the user will be prompted for a PIN to complete the signature operation. New Features - ----------- * sshd(8): authorized_keys now supports a new "verify-required" option to require FIDO signatures assert that the token verified that the user was present before making the signature. The FIDO protocol supports multiple methods for user-verification, but currently OpenSSH only supports PIN verification. * sshd(8), ssh-keygen(1): add support for verifying FIDO webauthn signatures. Webauthn is a standard for using FIDO keys in web browsers. These signatures are a slightly different format to plain FIDO signatures and thus require explicit support. * ssh(1): allow some keywords to expand shell-style ${ENV} environment variables. The supported keywords are CertificateFile, ControlPath, IdentityAgent and IdentityFile, plus LocalForward and RemoteForward when used for Unix domain socket paths. bz#3140 * ssh(1), ssh-agent(1): allow some additional control over the use of ssh-askpass via a new $SSH_ASKPASS_REQUIRE environment variable, including forcibly enabling and disabling its use. bz#69 * ssh(1): allow ssh_config(5)'s AddKeysToAgent keyword accept a time limit for keys in addition to its current flag options. Time- limited keys will automatically be removed from ssh-agent after their expiry time has passed. * scp(1), sftp(1): allow the -A flag to explicitly enable agent forwarding in scp and sftp. The default remains to not forward an agent, even when ssh_config enables it. * ssh(1): add a '%k' TOKEN that expands to the effective HostKey of the destination. This allows, e.g., keeping host keys in individual files using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654 * ssh(1): add %-TOKEN, environment variable and tilde expansion to the UserKnownHostsFile directive, allowing the path to be completed by the configuration (e.g. bz#1654) * ssh-keygen(1): allow "ssh-add -d -" to read keys to be deleted from stdin. bz#3180 * sshd(8): improve logging for MaxStartups connection throttling. sshd will now log when it starts and stops throttling and periodically while in this state. bz#3055 Bugfixes - ------- * ssh(1), ssh-keygen(1): better support for multiple attached FIDO tokens. In cases where OpenSSH cannot unambiguously determine which token to direct a request to, the user is now required to select a token by touching it. In cases of operations that require a PIN to be verified, this avoids sending the wrong PIN to the wrong token and incrementing the token's PIN failure counter (tokens effectively erase their keys after too many PIN failures). * sshd(8): fix Include before Match in sshd_config; bz#3122 * ssh(1): close stdin/out/error when forking after authentication completes ("ssh -f ...") bz#3137 * ssh(1), sshd(8): limit the amount of channel input data buffered, avoiding peers that advertise large windows but are slow to read from causing high memory consumption. * ssh-agent(1): handle multiple requests sent in a single write() to the agent. * sshd(8): allow sshd_config longer than 256k * sshd(8): avoid spurious "Unable to load host key" message when sshd load a private key but no public counterpart * ssh(1): prefer the default hostkey algorithm list whenever we have a hostkey that matches its best-preference algorithm. * sshd(1): when ordering the hostkey algorithms to request from a server, prefer certificate types if the known_hosts files contain a key marked as a @cert-authority; bz#3157 * ssh(1): perform host key fingerprint comparisons for the "Are you sure you want to continue connecting (yes/no/[fingerprint])?" prompt with case sensitivity. * sshd(8): ensure that address/masklen mismatches in sshd_config yield fatal errors at daemon start time rather than later when they are evaluated. * ssh-keygen(1): ensure that certificate extensions are lexically sorted. Previously if the user specified a custom extension then the everything would be in order except the custom ones. bz#3198 * ssh(1): also compare username when checking for JumpHost loops. bz#3057 * ssh-keygen(1): preserve group/world read permission on known_hosts files across runs of "ssh-keygen -Rf /path". The old behaviour was to remove all rights for group/other. bz#3146 * ssh-keygen(1): Mention the [-a rounds] flag in the ssh-keygen manual page and usage(). * sshd(8): explicitly construct path to ~/.ssh/rc rather than relying on it being relative to the current directory, so that it can still be found if the shell startup changes its directory. bz#3185 * sshd(8): when redirecting sshd's log output to a file, undo this redirection after the session child process is forked(). Fixes missing log messages when using this feature under some circumstances. * sshd(8): start ClientAliveInterval bookkeeping before first pass through select() loop; fixed theoretical case where busy sshd may ignore timeouts from client. * ssh(1): only reset the ServerAliveInterval check when we receive traffic from the server and ignore traffic from a port forwarding client, preventing a client from keeping a connection alive when it should be terminated. bz#2265 * ssh-keygen(1): avoid spurious error message when ssh-keygen creates files outside ~/.ssh * sftp-client(1): fix off-by-one error that caused sftp downloads to make one more concurrent request that desired. This prevented using sftp(1) in unpipelined request/response mode, which is useful when debugging. bz#3054 * ssh(1), sshd(8): handle EINTR in waitfd() and timeout_connect() helpers. bz#3071 * ssh(1), ssh-keygen(1): defer creation of ~/.ssh until we attempt to write to it so we don't leave an empty .ssh directory when it's not needed. bz#3156 * ssh(1), sshd(8): fix multiplier when parsing time specifications when handling seconds after other units. bz#3171- Update openssh-8.1p1-audit.patch (bsc#1180501). This fixes occasional crashes on connection termination caused by accessing freed memory.- Support /usr/etc/pam.d- Fix build breakage caused by missing security key objects: + Modify openssh-7.7p1-cavstest-ctr.patch. + Modify openssh-7.7p1-cavstest-kdf.patch. + Add openssh-link-with-sk.patch.- Add openssh-fips-ensure-approved-moduli.patch (bsc#1177939). This ensures only approved DH parameters are used in FIPS mode.- Add openssh-8.1p1-ed25519-use-openssl-rng.patch (bsc#1173799). This uses OpenSSL's RAND_bytes() directly instead of the internal ChaCha20-based implementation to obtain random bytes for Ed25519 curve computations. This is required for FIPS compliance.- Work around %service_add_post disabling sshd on upgrade with package name change (bsc#1177039).- Fix fillup-template usage: + %post server needs to reference ssh (not sshd), which matches the sysconfig.ssh file name the package ships. + %post client does not need any fillup_ calls, as there is no client-relevant sysconfig file present. The naming of the sysconfig file (ssh instead of sshd) is unfortunate.- Use of DISABLE_RESTART_ON_UPDATE is deprecated. Replace it with %service_del_postun_without_restart- Move some Requires to the right subpackage. - Avoid ">&" bashism in %post. - Upgrade some old specfile constructs/macros and drop unnecessary %{?systemd_*}. - Trim descriptions and straighten out the grammar.- Split openssh package into openssh, openssh-common, openssh-server and openssh-clients. This allows for the ssh clients to be installed without the server component (bsc#1176434).- Version update to 8.3p1: = Potentially-incompatible changes * sftp(1): reject an argument of "-1" in the same way as ssh(1) and scp(1) do instead of accepting and silently ignoring it. = New features * sshd(8): make IgnoreRhosts a tri-state option: "yes" to ignore rhosts/shosts, "no" allow rhosts/shosts or (new) "shosts-only" to allow .shosts files but not .rhosts. * sshd(8): allow the IgnoreRhosts directive to appear anywhere in a sshd_config, not just before any Match blocks. * ssh(1): add %TOKEN percent expansion for the LocalFoward and RemoteForward keywords when used for Unix domain socket forwarding. * all: allow loading public keys from the unencrypted envelope of a private key file if no corresponding public key file is present. * ssh(1), sshd(8): prefer to use chacha20 from libcrypto where possible instead of the (slower) portable C implementation included in OpenSSH. * ssh-keygen(1): add ability to dump the contents of a binary key revocation list via "ssh-keygen -lQf /path". - Additional changes from 8.2p1 release: = Potentially-incompatible changes * ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa" (RSA/SHA1) algorithm from those accepted for certificate signatures (i.e. the client and server CASignatureAlgorithms option) and will use the rsa-sha2-512 signature algorithm by default when the ssh-keygen(1) CA signs new certificates. * ssh(1), sshd(8): this release removes diffie-hellman-group14-sha1 from the default key exchange proposal for both the client and server. * ssh-keygen(1): the command-line options related to the generation and screening of safe prime numbers used by the diffie-hellman-group-exchange-* key exchange algorithms have changed. Most options have been folded under the -O flag. * sshd(8): the sshd listener process title visible to ps(1) has changed to include information about the number of connections that are currently attempting authentication and the limits configured by MaxStartups. * ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F support to provide address-space isolation for token middleware libraries (including the internal one). It needs to be installed in the expected path, typically under /usr/libexec or similar. = New features * This release adds support for FIDO/U2F hardware authenticators to OpenSSH. U2F/FIDO are open standards for inexpensive two-factor authentication hardware that are widely used for website authentication. In OpenSSH FIDO devices are supported by new public key types "ecdsa-sk" and "ed25519-sk", along with corresponding certificate types. * sshd(8): add an Include sshd_config keyword that allows including additional configuration files via glob(3) patterns. * ssh(1)/sshd(8): make the LE (low effort) DSCP code point available via the IPQoS directive. * ssh(1): when AddKeysToAgent=yes is set and the key contains no comment, add the key to the agent with the key's path as the comment. * ssh-keygen(1), ssh-agent(1): expose PKCS#11 key labels and X.509 subjects as key comments, rather than simply listing the PKCS#11 provider library path. * ssh-keygen(1): allow PEM export of DSA and ECDSA keys. * ssh(1), sshd(8): make zlib compile-time optional, available via the Makefile.inc ZLIB flag on OpenBSD or via the --with-zlib configure option for OpenSSH portable. * sshd(8): when clients get denied by MaxStartups, send a notification prior to the SSH2 protocol banner according to RFC4253 section 4.2. * ssh(1), ssh-agent(1): when invoking the $SSH_ASKPASS prompt program, pass a hint to the program to describe the type of desired prompt. The possible values are "confirm" (indicating that a yes/no confirmation dialog with no text entry should be shown), "none" (to indicate an informational message only), or blank for the original ssh-askpass behaviour of requesting a password/phrase. * ssh(1): allow forwarding a different agent socket to the path specified by $SSH_AUTH_SOCK, by extending the existing ForwardAgent option to accepting an explicit path or the name of an environment variable in addition to yes/no. * ssh-keygen(1): add a new signature operations "find-principals" to look up the principal associated with a signature from an allowed- signers file. * sshd(8): expose the number of currently-authenticating connections along with the MaxStartups limit in the process title visible to "ps". - Rebased patches: * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-cavstest-kdf.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-fips_checks.patch * openssh-7.7p1-ldap.patch * openssh-7.7p1-no_fork-no_pid_file.patch * openssh-7.7p1-sftp_print_diagnostic_messages.patch * openssh-8.0p1-gssapi-keyex.patch * openssh-8.1p1-audit.patch * openssh-8.1p1-seccomp-clock_nanosleep.patch - Removed openssh-7.7p1-seed-prng.patch (bsc#1165158).- add upstream signing key to actually verify source signature- Don't recommend xauth to avoid pulling in X.- Add patches to fix the sandbox blocking glibc on 32bit platforms (boo#1164061): * openssh-8.1p1-seccomp-clock_nanosleep_time64.patch * openssh-8.1p1-seccomp-clock_gettime64.patch- Add openssh-8.1p1-use-openssl-kdf.patch (jsc#SLE-9443). This performs key derivation using OpenSSL's SSHKDF facility, which allows OpenSSH to benefit from the former's FIPS certification status.- Make sure ssh-keygen runs if SSHD_AUTO_KEYGEN variable is unset or contains an unrecognized value (bsc#1157176).- Add openssh-8.1p1-seccomp-clock_nanosleep.patch, allow clock_nanosleep glibc master implements multiple functions using that syscall making the privsep sandbox kill the preauth process.- Update openssh-7.7p1-audit.patch to fix crash (bsc#1152730). Fix by Enzo Matsumiya (ematsumiya@suse.com). This was integrated in a separate code stream merged with the Oct. 10 update; the patch was also rebased and renamed to openssh-8.1p1-audit.patch.- Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R). - Added openssh-7.9p1-revert-new-qos-defaults.patch, which reverts an upstream commit that caused compatibility issues with other software (bsc#1136402).- Run 'ssh-keygen -A' on startup only if SSHD_AUTO_KEYGEN="yes" in /etc/sysconfig/ssh. This is set to "yes" by default, but can be changed by the system administrator (bsc#1139089).- Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R).- Version update to 8.1p1: * ssh-keygen(1): when acting as a CA and signing certificates with an RSA key, default to using the rsa-sha2-512 signature algorithm. Certificates signed by RSA keys will therefore be incompatible with OpenSSH versions prior to 7.2 unless the default is overridden (using "ssh-keygen -t ssh-rsa -s ..."). * ssh(1): Allow %n to be expanded in ProxyCommand strings * ssh(1), sshd(8): Allow prepending a list of algorithms to the default set by starting the list with the '^' character, E.g. "HostKeyAlgorithms ^ssh-ed25519" * ssh-keygen(1): add an experimental lightweight signature and verification ability. Signatures may be made using regular ssh keys held on disk or stored in a ssh-agent and verified against an authorized_keys-like list of allowed keys. Signatures embed a namespace that prevents confusion and attacks between different usage domains (e.g. files vs email). * ssh-keygen(1): print key comment when extracting public key from a private key. * ssh-keygen(1): accept the verbose flag when searching for host keys in known hosts (i.e. "ssh-keygen -vF host") to print the matching host's random-art signature too. * All: support PKCS8 as an optional format for storage of private keys to disk. The OpenSSH native key format remains the default, but PKCS8 is a superior format to PEM if interoperability with non-OpenSSH software is required, as it may use a less insecure key derivation function than PEM's. - Additional changes from 8.0p1 release: * scp(1): Add "-T" flag to disable client-side filtering of server file list. * sshd(8): Remove support for obsolete "host/port" syntax. * ssh(1), ssh-agent(1), ssh-add(1): Add support for ECDSA keys in PKCS#11 tokens. * ssh(1), sshd(8): Add experimental quantum-computing resistant key exchange method, based on a combination of Streamlined NTRU Prime 4591^761 and X25519. * ssh-keygen(1): Increase the default RSA key size to 3072 bits, following NIST Special Publication 800-57's guidance for a 128-bit equivalent symmetric security level. * ssh(1): Allow "PKCS11Provider=none" to override later instances of the PKCS11Provider directive in ssh_config, * sshd(8): Add a log message for situations where a connection is dropped for attempting to run a command but a sshd_config ForceCommand=internal-sftp restriction is in effect. * ssh(1): When prompting whether to record a new host key, accept the key fingerprint as a synonym for "yes". This allows the user to paste a fingerprint obtained out of band at the prompt and have the client do the comparison for you. * ssh-keygen(1): When signing multiple certificates on a single command-line invocation, allow automatically incrementing the certificate serial number. * scp(1), sftp(1): Accept -J option as an alias to ProxyJump on the scp and sftp command-lines. * ssh-agent(1), ssh-pkcs11-helper(8), ssh-add(1): Accept "-v" command-line flags to increase the verbosity of output; pass verbose flags though to subprocesses, such as ssh-pkcs11-helper started from ssh-agent. * ssh-add(1): Add a "-T" option to allowing testing whether keys in an agent are usable by performing a signature and a verification. * sftp-server(8): Add a "lsetstat@openssh.com" protocol extension that replicates the functionality of the existing SSH2_FXP_SETSTAT operation but does not follow symlinks. * sftp(1): Add "-h" flag to chown/chgrp/chmod commands to request they do not follow symlinks. * sshd(8): Expose $SSH_CONNECTION in the PAM environment. This makes the connection 4-tuple available to PAM modules that wish to use it in decision-making. * sshd(8): Add a ssh_config "Match final" predicate Matches in same pass as "Match canonical" but doesn't require hostname canonicalisation be enabled. * sftp(1): Support a prefix of '@' to suppress echo of sftp batch commands. * ssh-keygen(1): When printing certificate contents using "ssh-keygen -Lf /path/certificate", include the algorithm that the CA used to sign the cert. - Rebased patches: * openssh-7.7p1-IPv6_X_forwarding.patch * openssh-7.7p1-X_forward_with_disabled_ipv6.patch * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-cavstest-kdf.patch * openssh-7.7p1-disable_openssl_abi_check.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-fips_checks.patch * openssh-7.7p1-hostname_changes_when_forwarding_X.patch * openssh-7.7p1-ldap.patch * openssh-7.7p1-seed-prng.patch * openssh-7.7p1-sftp_force_permissions.patch * openssh-7.7p1-sftp_print_diagnostic_messages.patch * openssh-8.0p1-gssapi-keyex.patch (formerly openssh-7.7p1-gssapi_key_exchange.patch) * openssh-8.1p1-audit.patch (formerly openssh-7.7p1-audit.patch) - Removed patches (integrated upstream): * 0001-upstream-Fix-two-race-conditions-in-sshd-relating-to.patch * openssh-7.7p1-seccomp_ioctl_s390_EP11.patch * openssh-7.9p1-CVE-2018-20685.patch * openssh-7.9p1-brace-expansion.patch * openssh-CVE-2019-6109-force-progressmeter-update.patch * openssh-CVE-2019-6109-sanitize-scp-filenames.patch * openssh-CVE-2019-6111-scp-client-wildcard.patch - Removed patches (obsolete): * openssh-openssl-1_0_0-compatibility.patch- don't install SuSEfirewall2 service on Factory, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- ssh-askpass: Try a fallback if the other option is not available- Fix a crash with GSSAPI key exchange (bsc#1136104) * modify openssh-7.7p1-gssapi_key_exchange.patch- Fix a double free() in the KDF CAVS testing tool (bsc#1065237) * modify openssh-7.7p1-cavstest-kdf.patch- Minor clean-up of the fips patches, modified openssh-7.7p1-fips.patch openssh-7.7p1-fips_checks.patch- Fix two race conditions in sshd relating to SIGHUP (bsc#1119183) * 0001-upstream-Fix-two-race-conditions-in-sshd-relating-to.patch- Correctly filter out non-compliant algorithms when in FIPS mode (bsc#1126397) * A hunk was applied to a wrong place due to a patch fuzz when the fips patch was being ported to openssh 7.9p1 - update openssh-7.7p1-fips.patch- Remove the "KexDHMin" config keyword (bsc#1127180) It used to allow lowering of the minimal allowed DH group size, which was increased to 2048 by upstream in the light of the Logjam attack. The code was broken since the upgrade to 7.6p1, but nobody noticed. As apparently no one needs the functionality any more, let's drop the patch. It's still possible to use the fixed 1024-bit diffie-hellman-group1-sha1 key exchange method when working with legacy systems. - drop openssh-7.7p1-disable_short_DH_parameters.patch - updated patches: openssh-7.7p1-fips.patch openssh-7.7p1-fips_checks.patch openssh-7.7p1-gssapi_key_exchange.patch- Handle brace expansion in scp when checking that filenames sent by the server side match what the client requested [bsc#1125687] * openssh-7.9p1-brace-expansion.patch- Updated security fixes: * [bsc#1121816, CVE-2019-6109] Sanitize scp filenames via snmprintf and have progressmeter force an update at the beginning and end of each transfer. Added patches: - openssh-CVE-2019-6109-sanitize-scp-filenames.patch - openssh-CVE-2019-6109-force-progressmeter-update.patch * [bsc#1121821, CVE-2019-6111] Check in scp client that filenames sent during remote->local directory copies satisfy the wildcard specified by the user. Added patch: - openssh-CVE-2019-6111-scp-client-wildcard.patch * Removed openssh-7.9p1-scp-name-validator.patch- Change the askpass wrapper to not use x11 interface: * by default we use the -gnome UI (which is gtk3 only, no gnome dep) * if desktop is KDE/LxQt we use ksshaskpass- Remove old conditionals- Move ssh-ldap* man pages into openssh-helpers [bsc#1051531]- Allow root login by default [bsc#1118114, bsc#1121196] * Added/updated previous patch openssh-7.7p1-allow_root_password_login.patch * Mention the change in README.SUSE- Added SLE conditionals in the spec files: * Keep gtk2-devel in openssh-askpass-gnome in SLE * Keep krb5-mini-devel in SLE - Removed obsolete configure options: * SSH protocol 1 --with-ssh1 * Smart card --with-opensc - Cleaned spec file with spec-cleaner- Security fix: * [bsc#1121816, CVE-2019-6109] scp client spoofing via object name * [bsc#1121818, CVE-2019-6110] scp client spoofing via stderr * [bsc#1121821, CVE-2019-6111] scp client missing received object name validation * Added patch openssh-7.9p1-scp-name-validator.patch- Security fix: [bsc#1121571, CVE-2018-20685] * The scp client allows remote SSH servers to bypass intended access restrictions * Added patch openssh-7.9p1-CVE-2018-20685.patch- Added compatibility with SuSEfirewall2 [bsc#1118044]- Update the firewall rules in Tumbleweed- Fix build with openssl < 1.1.0 * add openssh-openssl-1_0_0-compatibility.patch- openssh-7.7p1-audit.patch: fix sshd fatal error in mm_answer_keyverify: buffer error: incomplete message [bnc#1114008]- Version update to 7.9p1 * ssh(1), sshd(8): the setting of the new CASignatureAlgorithms option (see below) bans the use of DSA keys as certificate authorities. * sshd(8): the authentication success/failure log message has changed format slightly. It now includes the certificate fingerprint (previously it included only key ID and CA key fingerprint). * ssh(1), sshd(8): allow most port numbers to be specified using service names from getservbyname(3) (typically /etc/services). * sshd(8): support signalling sessions via the SSH protocol. A limited subset of signals is supported and only for login or command sessions (i.e. not subsystems) that were not subject to a forced command via authorized_keys or sshd_config. bz#1424 * ssh(1): support "ssh -Q sig" to list supported signature options. Also "ssh -Q help" to show the full set of supported queries. * ssh(1), sshd(8): add a CASignatureAlgorithms option for the client and server configs to allow control over which signature formats are allowed for CAs to sign certificates. For example, this allows banning CAs that sign certificates using the RSA-SHA1 signature algorithm. * sshd(8), ssh-keygen(1): allow key revocation lists (KRLs) to revoke keys specified by SHA256 hash. * ssh-keygen(1): allow creation of key revocation lists directly from base64-encoded SHA256 fingerprints. This supports revoking keys using only the information contained in sshd(8) authentication log messages. - Removed obsolete configuration option --with-tcp-wrappers, and - -with-opensc for s390 and s390x. - Removed patch merged upstream * openssh-7.7p1-openssl_1.1.0.patch - Refreshed patches * openssh-7.7p1-audit.patch * openssh-7.7p1-disable_short_DH_parameters.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-gssapi_key_exchange.patch * openssh-7.7p1-seccomp_ipc_flock.patch * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-ldap.patch- Mention upstream bugs on multiple local patches - Adjust service to not spam restart and reload only on fails- Update openssh-7.7p1-sftp_force_permissions.patch from the upstream bug, and mention the bug in the spec- Drop patch openssh-7.7p1-allow_root_password_login.patch * There is no reason to set less secure default value, if users need the behaviour they can still set it up themselves - Drop patch openssh-7.7p1-blocksigalrm.patch * We had a bug way in past about this but it was never reproduced or even confirmed in the ticket, thus rather drop the patch- Disable ssh1 protocol support as neither RH or Debian enable this protocol by default anymore either.- Remove the mention of the SLE12 in the README.SUSE - Install firewall rules only when really needed ( ::1) before they are matched against known_hosts. bz#2763 * ssh(1): Don't accept junk after "yes" or "no" responses to hostkey prompts. bz#2803 * sftp(1): Have sftp print a warning about shell cleanliness when decoding the first packet fails, which is usually caused by shells polluting stdout of non-interactive startups. bz#2800 * ssh(1)/sshd(8): Switch timers in packet code from using wall-clock time to monotonic time, allowing the packet layer to better function over a clock step and avoiding possible integer overflows during steps. * Numerous manual page fixes and improvements.- Use TIRPC on suse_version >= 1500: sunrpc is deprecated and should be replaced by TIRPC.- additional rebased patches (bsc#1080779) * auditing support * LDAP integration * various distribution tweaks from SLE12 (X forwarding over IPv6, sftp forced permissions and verbose batch mode)- Use %license instead of %doc [bsc#1082318]- add OpenSSL 1.0 to 1.1 shim to remove dependency on old OpenSSL (update tracker: bsc#1080779)- Add missing crypto hardware enablement patches for IBM mainframes (FATE#323902)- add missing part of systemd integration (unit type)- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow the scheduler to pick systemd-mini flavors to get build going.- Replace forgotten references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) - tighten configuration access rights- Update to vanilla 7.6p1 Most important changes (more details below): * complete removal of the ancient SSHv1 protocol * sshd(8) cannot run without privilege separation * removal of suport for arcfourm blowfish and CAST ciphers and RIPE-MD160 HMAC * refuse RSA keys shorter than 1024 bits Distilled upstream log: - OpenSSH 7.3 - --- Security * sshd(8): Mitigate a potential denial-of-service attack against the system's crypt(3) function via sshd(8). An attacker could send very long passwords that would cause excessive CPU use in crypt(3). sshd(8) now refuses to accept password authentication requests of length greater than 1024 characters. Independently reported by Tomas Kuthan (Oracle), Andres Rojas and Javier Nieto. * sshd(8): Mitigate timing differences in password authentication that could be used to discern valid from invalid account names when long passwords were sent and particular password hashing algorithms are in use on the server. CVE-2016-6210, reported by EddieEzra.Harari at verint.com * ssh(1), sshd(8): Fix observable timing weakness in the CBC padding oracle countermeasures. Reported by Jean Paul Degabriele, Kenny Paterson, Torben Hansen and Martin Albrecht. Note that CBC ciphers are disabled by default and only included for legacy compatibility. * ssh(1), sshd(8): Improve operation ordering of MAC verification for Encrypt-then-MAC (EtM) mode transport MAC algorithms to verify the MAC before decrypting any ciphertext. This removes the possibility of timing differences leaking facts about the plaintext, though no such leakage has been observed. Reported by Jean Paul Degabriele, Kenny Paterson, Torben Hansen and Martin Albrecht. * sshd(8): (portable only) Ignore PAM environment vars when UseLogin=yes. If PAM is configured to read user-specified environment variables and UseLogin=yes in sshd_config, then a hostile local user may attack /bin/login via LD_PRELOAD or similar environment variables set via PAM. CVE-2015-8325, found by Shayan Sadigh. - --- New Features * ssh(1): Add a ProxyJump option and corresponding -J command-line flag to allow simplified indirection through a one or more SSH bastions or "jump hosts". * ssh(1): Add an IdentityAgent option to allow specifying specific agent sockets instead of accepting one from the environment. * ssh(1): Allow ExitOnForwardFailure and ClearAllForwardings to be optionally overridden when using ssh -W. bz#2577 * ssh(1), sshd(8): Implement support for the IUTF8 terminal mode as per draft-sgtatham-secsh-iutf8-00. * ssh(1), sshd(8): Add support for additional fixed Diffie-Hellman 2K, 4K and 8K groups from draft-ietf-curdle-ssh-kex-sha2-03. * ssh-keygen(1), ssh(1), sshd(8): support SHA256 and SHA512 RSA signatures in certificates; * ssh(1): Add an Include directive for ssh_config(5) files. * ssh(1): Permit UTF-8 characters in pre-authentication banners sent from the server. bz#2058 - --- Bugfixes * ssh(1), sshd(8): Reduce the syslog level of some relatively common protocol events from LOG_CRIT. bz#2585 * sshd(8): Refuse AuthenticationMethods="" in configurations and accept AuthenticationMethods=any for the default behaviour of not requiring multiple authentication. bz#2398 * sshd(8): Remove obsolete and misleading "POSSIBLE BREAK-IN ATTEMPT!" message when forward and reverse DNS don't match. bz#2585 * ssh(1): Close ControlPersist background process stderr except in debug mode or when logging to syslog. bz#1988 * misc: Make PROTOCOL description for direct-streamlocal@openssh.com channel open messages match deployed code. bz#2529 * ssh(1): Deduplicate LocalForward and RemoteForward entries to fix failures when both ExitOnForwardFailure and hostname canonicalisation are enabled. bz#2562 * sshd(8): Remove fallback from moduli to obsolete "primes" file that was deprecated in 2001. bz#2559. * sshd_config(5): Correct description of UseDNS: it affects ssh hostname processing for authorized_keys, not known_hosts; bz#2554 * ssh(1): Fix authentication using lone certificate keys in an agent without corresponding private keys on the filesystem. bz#2550 * sshd(8): Send ClientAliveInterval pings when a time-based RekeyLimit is set; previously keepalive packets were not being sent. bz#2252 - --- Portability * ssh(1), sshd(8): Fix compilation by automatically disabling ciphers not supported by OpenSSL. bz#2466 * misc: Fix compilation failures on some versions of AIX's compiler related to the definition of the VA_COPY macro. bz#2589 * sshd(8): Whitelist more architectures to enable the seccomp-bpf sandbox. bz#2590 * ssh-agent(1), sftp-server(8): Disable process tracing on Solaris using setpflags(__PROC_PROTECT, ...). bz#2584 * sshd(8): On Solaris, don't call Solaris setproject() with UsePAM=yes it's PAM's responsibility. bz#2425 - OpenSSH 7.4 - --- Potentially-incompatible changes * ssh(1): Remove 3des-cbc from the client's default proposal. 64-bit block ciphers are not safe in 2016 and we don't want to wait until attacks like SWEET32 are extended to SSH. As 3des-cbc was the only mandatory cipher in the SSH RFCs, this may cause problems connecting to older devices using the default configuration, but it's highly likely that such devices already need explicit configuration for key exchange and hostkey algorithms already anyway. * sshd(8): Remove support for pre-authentication compression. Doing compression early in the protocol probably seemed reasonable in the 1990s, but today it's clearly a bad idea in terms of both cryptography (cf. multiple compression oracle attacks in TLS) and attack surface. Pre-auth compression support has been disabled by default for >10 years. Support remains in the client. * ssh-agent will refuse to load PKCS#11 modules outside a whitelist of trusted paths by default. The path whitelist may be specified at run-time. * sshd(8): When a forced-command appears in both a certificate and an authorized keys/principals command= restriction, sshd will now refuse to accept the certificate unless they are identical. The previous (documented) behaviour of having the certificate forced-command override the other could be a bit confusing and error-prone. * sshd(8): Remove the UseLogin configuration directive and support for having /bin/login manage login sessions. - --- Security * ssh-agent(1): Will now refuse to load PKCS#11 modules from paths outside a trusted whitelist (run-time configurable). Requests to load modules could be passed via agent forwarding and an attacker could attempt to load a hostile PKCS#11 module across the forwarded agent channel: PKCS#11 modules are shared libraries, so this would result in code execution on the system running the ssh-agent if the attacker has control of the forwarded agent-socket (on the host running the sshd server) and the ability to write to the filesystem of the host running ssh-agent (usually the host running the ssh client). Reported by Jann Horn of Project Zero. * sshd(8): When privilege separation is disabled, forwarded Unix- domain sockets would be created by sshd(8) with the privileges of 'root' instead of the authenticated user. This release refuses Unix-domain socket forwarding when privilege separation is disabled (Privilege separation has been enabled by default for 14 years). Reported by Jann Horn of Project Zero. * sshd(8): Avoid theoretical leak of host private key material to privilege-separated child processes via realloc() when reading keys. No such leak was observed in practice for normal-sized keys, nor does a leak to the child processes directly expose key material to unprivileged users. Reported by Jann Horn of Project Zero. * sshd(8): The shared memory manager used by pre-authentication compression support had a bounds checks that could be elided by some optimising compilers. Additionally, this memory manager was incorrectly accessible when pre-authentication compression was disabled. This could potentially allow attacks against the privileged monitor process from the sandboxed privilege-separation process (a compromise of the latter would be required first). This release removes support for pre-authentication compression from sshd(8). Reported by Guido Vranken using the Stack unstable optimisation identification tool (http://css.csail.mit.edu/stack/) * sshd(8): Fix denial-of-service condition where an attacker who sends multiple KEXINIT messages may consume up to 128MB per connection. Reported by Shi Lei of Gear Team, Qihoo 360. * sshd(8): Validate address ranges for AllowUser and DenyUsers directives at configuration load time and refuse to accept invalid ones. It was previously possible to specify invalid CIDR address ranges (e.g. user@127.1.2.3/55) and these would always match, possibly resulting in granting access where it was not intended. Reported by Laurence Parry. - --- New Features * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the version in PuTTY by Simon Tatham. This allows a multiplexing client to communicate with the master process using a subset of the SSH packet and channels protocol over a Unix-domain socket, with the main process acting as a proxy that translates channel IDs, etc. This allows multiplexing mode to run on systems that lack file- descriptor passing (used by current multiplexing code) and potentially, in conjunction with Unix-domain socket forwarding, with the client and multiplexing master process on different machines. Multiplexing proxy mode may be invoked using "ssh -O proxy ..." * sshd(8): Add a sshd_config DisableForwarding option that disables X11, agent, TCP, tunnel and Unix domain socket forwarding, as well as anything else we might implement in the future. Like the 'restrict' authorized_keys flag, this is intended to be a simple and future-proof way of restricting an account. * sshd(8), ssh(1): Support the "curve25519-sha256" key exchange method. This is identical to the currently-supported method named "curve25519-sha256@libssh.org". * sshd(8): Improve handling of SIGHUP by checking to see if sshd is already daemonised at startup and skipping the call to daemon(3) if it is. This ensures that a SIGHUP restart of sshd(8) will retain the same process-ID as the initial execution. sshd(8) will also now unlink the PidFile prior to SIGHUP restart and re-create it after a successful restart, rather than leaving a stale file in the case of a configuration error. bz#2641 * sshd(8): Allow ClientAliveInterval and ClientAliveCountMax directives to appear in sshd_config Match blocks. * sshd(8): Add %-escapes to AuthorizedPrincipalsCommand to match those supported by AuthorizedKeysCommand (key, key type, fingerprint, etc.) and a few more to provide access to the contents of the certificate being offered. * Added regression tests for string matching, address matching and string sanitisation functions. * Improved the key exchange fuzzer harness. - --- Bugfixes * ssh(1): Allow IdentityFile to successfully load and use certificates that have no corresponding bare public key. bz#2617 certificate id_rsa-cert.pub (and no id_rsa.pub). * ssh(1): Fix public key authentication when multiple authentication is in use and publickey is not just the first method attempted. bz#2642 * regress: Allow the PuTTY interop tests to run unattended. bz#2639 * ssh-agent(1), ssh(1): improve reporting when attempting to load keys from PKCS#11 tokens with fewer useless log messages and more detail in debug messages. bz#2610 * ssh(1): When tearing down ControlMaster connections, don't pollute stderr when LogLevel=quiet. * sftp(1): On ^Z wait for underlying ssh(1) to suspend before suspending sftp(1) to ensure that ssh(1) restores the terminal mode correctly if suspended during a password prompt. * ssh(1): Avoid busy-wait when ssh(1) is suspended during a password prompt. * ssh(1), sshd(8): Correctly report errors during sending of ext- info messages. * sshd(8): fix NULL-deref crash if sshd(8) received an out-of- sequence NEWKEYS message. * sshd(8): Correct list of supported signature algorithms sent in the server-sig-algs extension. bz#2547 * sshd(8): Fix sending ext_info message if privsep is disabled. * sshd(8): more strictly enforce the expected ordering of privilege separation monitor calls used for authentication and allow them only when their respective authentication methods are enabled in the configuration * sshd(8): Fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD but potentially crashy on Cygwin. * Fix false positive reports caused by explicit_bzero(3) not being recognised as a memory initialiser when compiled with - fsanitize-memory. * sshd_config(5): Use 2001:db8::/32, the official IPv6 subnet for configuration examples. - --- Portability * On environments configured with Turkish locales, fall back to the C/POSIX locale to avoid errors in configuration parsing caused by that locale's unique handling of the letters 'i' and 'I'. bz#2643 * sftp-server(8), ssh-agent(1): Deny ptrace on OS X using ptrace(PT_DENY_ATTACH, ..) * ssh(1), sshd(8): Unbreak AES-CTR ciphers on old (~0.9.8) OpenSSL. * Fix compilation for libcrypto compiled without RIPEMD160 support. * contrib: Add a gnome-ssh-askpass3 with GTK+3 support. bz#2640 * sshd(8): Improve PRNG reseeding across privilege separation and force libcrypto to obtain a high-quality seed before chroot or sandboxing. * All: Explicitly test for broken strnvis. NetBSD added an strnvis and unfortunately made it incompatible with the existing one in OpenBSD and Linux's libbsd (the former having existed for over ten years). Try to detect this mess, and assume the only safe option if we're cross compiling. - OpenSSH 7.5 - --- Potentially-incompatible changes * This release deprecates the sshd_config UsePrivilegeSeparation option, thereby making privilege separation mandatory. Privilege separation has been on by default for almost 15 years and sandboxing has been on by default for almost the last five. * The format of several log messages emitted by the packet code has changed to include additional information about the user and their authentication state. Software that monitors ssh/sshd logs may need to account for these changes. For example: Connection closed by user x 1.1.1.1 port 1234 [preauth] Connection closed by authenticating user x 10.1.1.1 port 1234 [preauth] Connection closed by invalid user x 1.1.1.1 port 1234 [preauth] Affected messages include connection closure, timeout, remote disconnection, negotiation failure and some other fatal messages generated by the packet code. * [Portable OpenSSH only] This version removes support for building against OpenSSL versions prior to 1.0.1. OpenSSL stopped supporting versions prior to 1.0.1 over 12 months ago (i.e. they no longer receive fixes for security bugs). - --- Security * ssh(1), sshd(8): Fix weakness in CBC padding oracle countermeasures that allowed a variant of the attack fixed in OpenSSH 7.3 to proceed. Note that the OpenSSH client disables CBC ciphers by default, sshd offers them as lowest-preference options and will remove them by default entriely in the next release. Reported by Jean Paul Degabriele, Kenny Paterson, Martin Albrecht and Torben Hansen of Royal Holloway, University of London. * sftp-client(1): [portable OpenSSH only] On Cygwin, a client making a recursive file transfer could be maniuplated by a hostile server to perform a path-traversal attack. creating or modifying files outside of the intended target directory. Reported by Jann Horn of Google Project Zero. - --- New Features * ssh(1), sshd(8): Support "=-" syntax to easily remove methods from algorithm lists, e.g. Ciphers=-*cbc. bz#2671 - --- Bugfixes * sshd(1): Fix NULL dereference crash when key exchange start messages are sent out of sequence. * ssh(1), sshd(8): Allow form-feed characters to appear in configuration files. * sshd(8): Fix regression in OpenSSH 7.4 support for the server-sig-algs extension, where SHA2 RSA signature methods were not being correctly advertised. bz#2680 * ssh(1), ssh-keygen(1): Fix a number of case-sensitivity bugs in known_hosts processing. bz#2591 bz#2685 * ssh(1): Allow ssh to use certificates accompanied by a private key file but no corresponding plain *.pub public key. bz#2617 * ssh(1): When updating hostkeys using the UpdateHostKeys option, accept RSA keys if HostkeyAlgorithms contains any RSA keytype. Previously, ssh could ignore RSA keys when only the ssh-rsa-sha2-* methods were enabled in HostkeyAlgorithms and not the old ssh-rsa method. bz#2650 * ssh(1): Detect and report excessively long configuration file lines. bz#2651 * Merge a number of fixes found by Coverity and reported via Redhat and FreeBSD. Includes fixes for some memory and file descriptor leaks in error paths. bz#2687 * ssh-keyscan(1): Correctly hash hosts with a port number. bz#2692 * ssh(1), sshd(8): When logging long messages to stderr, don't truncate "\r\n" if the length of the message exceeds the buffer. bz#2688 * ssh(1): Fully quote [host]:port in generated ProxyJump/-J command- line; avoid confusion over IPv6 addresses and shells that treat square bracket characters specially. * ssh-keygen(1): Fix corruption of known_hosts when running "ssh-keygen -H" on a known_hosts containing already-hashed entries. * Fix various fallout and sharp edges caused by removing SSH protocol 1 support from the server, including the server banner string being incorrectly terminated with only \n (instead of \r\n), confusing error messages from ssh-keyscan bz#2583 and a segfault in sshd if protocol v.1 was enabled for the client and sshd_config contained references to legacy keys bz#2686. * ssh(1), sshd(8): Free fd_set on connection timeout. bz#2683 * sshd(8): Fix Unix domain socket forwarding for root (regression in OpenSSH 7.4). * sftp(1): Fix division by zero crash in "df" output when server returns zero total filesystem blocks/inodes. * ssh(1), ssh-add(1), ssh-keygen(1), sshd(8): Translate OpenSSL errors encountered during key loading to more meaningful error codes. bz#2522 bz#2523 * ssh-keygen(1): Sanitise escape sequences in key comments sent to printf but preserve valid UTF-8 when the locale supports it; bz#2520 * ssh(1), sshd(8): Return reason for port forwarding failures where feasible rather than always "administratively prohibited". bz#2674 * sshd(8): Fix deadlock when AuthorizedKeysCommand or AuthorizedPrincipalsCommand produces a lot of output and a key is matched early. bz#2655 * Regression tests: several reliability fixes. bz#2654 bz#2658 bz#2659 * ssh(1): Fix typo in ~C error message for bad port forward cancellation. bz#2672 * ssh(1): Show a useful error message when included config files can't be opened; bz#2653 * sshd(8): Make sshd set GSSAPIStrictAcceptorCheck=yes as the manual page (previously incorrectly) advertised. bz#2637 * sshd_config(5): Repair accidentally-deleted mention of %k token in AuthorizedKeysCommand; bz#2656 * sshd(8): Remove vestiges of previously removed LOGIN_PROGRAM; bz#2665 * ssh-agent(1): Relax PKCS#11 whitelist to include libexec and common 32-bit compatibility library directories. * sftp-client(1): Fix non-exploitable integer overflow in SSH2_FXP_NAME response handling. * ssh-agent(1): Fix regression in 7.4 of deleting PKCS#11-hosted keys. It was not possible to delete them except by specifying their full physical path. bz#2682 - --- Portability * sshd(8): Avoid sandbox errors for Linux S390 systems using an ICA crypto coprocessor. * sshd(8): Fix non-exploitable weakness in seccomp-bpf sandbox arg inspection. * ssh(1): Fix X11 forwarding on OSX where X11 was being started by launchd. bz#2341 * ssh-keygen(1), ssh(1), sftp(1): Fix output truncation for various that contain non-printable characters where the codeset in use is ASCII. * build: Fix builds that attempt to link a kerberised libldns. bz#2603 * build: Fix compilation problems caused by unconditionally defining _XOPEN_SOURCE in wide character detection. * sshd(8): Fix sandbox violations for clock_gettime VSDO syscall fallback on some Linux/X32 kernels. bz#2142 - OpenSSH 7.6 - --- Potentially-incompatible changes This release includes a number of changes that may affect existing configurations: * ssh(1): delete SSH protocol version 1 support, associated configuration options and documentation. * ssh(1)/sshd(8): remove support for the hmac-ripemd160 MAC. * ssh(1)/sshd(8): remove support for the arcfour, blowfish and CAST ciphers. * Refuse RSA keys <1024 bits in length and improve reporting for keys that do not meet this requirement. * ssh(1): do not offer CBC ciphers by default. - --- Security * sftp-server(8): in read-only mode, sftp-server was incorrectly permitting creation of zero-length files. Reported by Michal Zalewski. - --- New Features * ssh(1): add RemoteCommand option to specify a command in the ssh config file instead of giving it on the client's command line. This allows the configuration file to specify the command that will be executed on the remote host. * sshd(8): add ExposeAuthInfo option that enables writing details of the authentication methods used (including public keys where applicable) to a file that is exposed via a $SSH_USER_AUTH environment variable in the subsequent session. * ssh(1): add support for reverse dynamic forwarding. In this mode, ssh will act as a SOCKS4/5 proxy and forward connections to destinations requested by the remote SOCKS client. This mode is requested using extended syntax for the - R and RemoteForward options and, because it is implemented solely at the client, does not require the server be updated to be supported. * sshd(8): allow LogLevel directive in sshd_config Match blocks; bz#2717 * ssh-keygen(1): allow inclusion of arbitrary string or flag certificate extensions and critical options. * ssh-keygen(1): allow ssh-keygen to use a key held in ssh-agent as a CA when signing certificates. bz#2377 * ssh(1)/sshd(8): allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value and just use the operating system default. * ssh-add(1): added -q option to make ssh-add quiet on success. * ssh(1): expand the StrictHostKeyChecking option with two new settings. The first "accept-new" will automatically accept hitherto-unseen keys but will refuse connections for changed or invalid hostkeys. This is a safer subset of the current behaviour of StrictHostKeyChecking=no. The second setting "off", is a synonym for the current behaviour of StrictHostKeyChecking=no: accept new host keys, and continue connection for hosts with incorrect hostkeys. A future release will change the meaning of StrictHostKeyChecking=no to the behaviour of "accept-new". bz#2400 * ssh(1): add SyslogFacility option to ssh(1) matching the equivalent option in sshd(8). bz#2705 - --- Bugfixes * ssh(1): use HostKeyAlias if specified instead of hostname for matching host certificate principal names; bz#2728 * sftp(1): implement sorting for globbed ls; bz#2649 * ssh(1): add a user@host prefix to client's "Permission denied" messages, useful in particular when using "stacked" connections (e.g. ssh -J) where it's not clear which host is denying. bz#2720 * ssh(1): accept unknown EXT_INFO extension values that contain \0 characters. These are legal, but would previously cause fatal connection errors if received. * ssh(1)/sshd(8): repair compression statistics printed at connection exit * sftp(1): print '?' instead of incorrect link count (that the protocol doesn't provide) for remote listings. bz#2710 * ssh(1): return failure rather than fatal() for more cases during session multiplexing negotiations. Causes the session to fall back to a non-mux connection if they occur. bz#2707 * ssh(1): mention that the server may send debug messages to explain public key authentication problems under some circumstances; bz#2709 * Translate OpenSSL error codes to better report incorrect passphrase errors when loading private keys; bz#2699 * sshd(8): adjust compatibility patterns for WinSCP to correctly identify versions that implement only the legacy DH group exchange scheme. bz#2748 * ssh(1): print the "Killed by signal 1" message only at LogLevel verbose so that it is not shown at the default level; prevents it from appearing during ssh -J and equivalent ProxyCommand configs. bz#1906, bz#2744 * ssh-keygen(1): when generating all hostkeys (ssh-keygen -A), clobber existing keys if they exist but are zero length. zero-length keys could previously be made if ssh-keygen failed or was interrupted part way through generating them. bz#2561 * ssh(1): fix pledge(2) violation in the escape sequence "~&" used to place the current session in the background. * ssh-keyscan(1): avoid double-close() on file descriptors; bz#2734 * sshd(8): avoid reliance on shared use of pointers shared between monitor and child sshd processes. bz#2704 * sshd_config(8): document available AuthenticationMethods; bz#2453 * ssh(1): avoid truncation in some login prompts; bz#2768 * sshd(8): Fix various compilations failures, inc bz#2767 * ssh(1): make "--" before the hostname terminate argument processing after the hostname too. * ssh-keygen(1): switch from aes256-cbc to aes256-ctr for encrypting new-style private keys. Fixes problems related to private key handling for no-OpenSSL builds. bz#2754 * ssh(1): warn and do not attempt to use keys when the public and private halves do not match. bz#2737 * sftp(1): don't print verbose error message when ssh disconnects from under sftp. bz#2750 * sshd(8): fix keepalive scheduling problem: activity on a forwarded port from preventing the keepalive from being sent; bz#2756 * sshd(8): when started without root privileges, don't require the privilege separation user or path to exist. Makes running the regression tests easier without touching the filesystem. * Make integrity.sh regression tests more robust against timeouts. bz#2658 * ssh(1)/sshd(8): correctness fix for channels implementation: accept channel IDs greater than 0x7FFFFFFF. - --- Portability * sshd(9): drop two more privileges in the Solaris sandbox: PRIV_DAX_ACCESS and PRIV_SYS_IB_INFO; bz#2723 * sshd(8): expose list of completed authentication methods to PAM via the SSH_AUTH_INFO_0 PAM environment variable. bz#2408 * ssh(1)/sshd(8): fix several problems in the tun/tap forwarding code, mostly to do with host/network byte order confusion. bz#2735 * Add --with-cflags-after and --with-ldflags-after configure flags to allow setting CFLAGS/LDFLAGS after configure has completed. These are useful for setting sanitiser/fuzzing options that may interfere with configure's operation. * sshd(8): avoid Linux seccomp violations on ppc64le over the socketcall syscall. * Fix use of ldns when using ldns-config; bz#2697 * configure: set cache variables when cross-compiling. The cross- compiling fallback message was saying it assumed the test passed, but it wasn't actually set the cache variables and this would cause later tests to fail. * Add clang libFuzzer harnesses for public key parsing and signature verification. - packaging: * moving patches into a separate archive * first round of rebased patches: [-X11_trusted_forwarding] [-allow_root_password_login] [-blocksigalrm] [-cavstest-ctr] [-cavstest-kdf] [-disable_short_DH_parameters] [-eal3] [-enable_PAM_by_default] [-fips] [-fips_checks] [-gssapi_key_exchange] [-hostname_changes_when_forwarding_X] [-lastlog] [-missing_headers] [-pam_check_locks] [-pts_names_formatting] [-remove_xauth_cookies_on_exit] [-seccomp_geteuid] [-seccomp_getuid] [-seccomp_stat] [-seed-prng] [-send_locale] [-systemd-notify] * not rebased (obsoleted) patches (so far): [-additional_seccomp_archs] [-allow_DSS_by_default] [-default_protocol] [-dont_use_pthreads_in_PAM] [-eal3_obsolete] [-gssapimitm] [-saveargv-fix] * obviously removing all standalone patch files: [openssh-7.2p2-allow_root_password_login.patch] [openssh-7.2p2-allow_DSS_by_default.patch] [openssh-7.2p2-X11_trusted_forwarding.patch] [openssh-7.2p2-lastlog.patch] [openssh-7.2p2-enable_PAM_by_default.patch] [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] [openssh-7.2p2-eal3.patch] [openssh-7.2p2-blocksigalrm.patch] [openssh-7.2p2-send_locale.patch] [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] [openssh-7.2p2-pts_names_formatting.patch] [openssh-7.2p2-pam_check_locks.patch] [openssh-7.2p2-disable_short_DH_parameters.patch] [openssh-7.2p2-seccomp_getuid.patch] [openssh-7.2p2-seccomp_geteuid.patch] [openssh-7.2p2-seccomp_stat.patch] [openssh-7.2p2-additional_seccomp_archs.patch] [openssh-7.2p2-fips.patch] [openssh-7.2p2-cavstest-ctr.patch] [openssh-7.2p2-cavstest-kdf.patch] [openssh-7.2p2-seed-prng.patch] [openssh-7.2p2-gssapi_key_exchange.patch] [openssh-7.2p2-audit.patch] [openssh-7.2p2-audit_fixes.patch] [openssh-7.2p2-audit_seed_prng.patch] [openssh-7.2p2-login_options.patch] [openssh-7.2p2-disable_openssl_abi_check.patch] [openssh-7.2p2-no_fork-no_pid_file.patch] [openssh-7.2p2-host_ident.patch] [openssh-7.2p2-sftp_homechroot.patch] [openssh-7.2p2-sftp_force_permissions.patch] [openssh-7.2p2-X_forward_with_disabled_ipv6.patch] [openssh-7.2p2-ldap.patch] [openssh-7.2p2-IPv6_X_forwarding.patch] [openssh-7.2p2-ignore_PAM_with_UseLogin.patch] [openssh-7.2p2-prevent_timing_user_enumeration.patch] [openssh-7.2p2-limit_password_length.patch] [openssh-7.2p2-keep_slogin.patch] [openssh-7.2p2-kex_resource_depletion.patch] [openssh-7.2p2-verify_CIDR_address_ranges.patch] [openssh-7.2p2-restrict_pkcs11-modules.patch] [openssh-7.2p2-prevent_private_key_leakage.patch] [openssh-7.2p2-secure_unix_sockets_forwarding.patch] [openssh-7.2p2-ssh_case_insensitive_host_matching.patch] [openssh-7.2p2-disable_preauth_compression.patch] [openssh-7.2p2-s390_hw_crypto_syscalls.patch] [openssh-7.2p2-s390_OpenSSL-ibmpkcs11_syscalls.patch]- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- sshd_config is has now permissions 0600 in secure mode- Fix preauth seccomp separation on mainframes (bsc#1016709) [openssh-7.2p2-s390_hw_crypto_syscalls.patch] [openssh-7.2p2-s390_OpenSSL-ibmpkcs11_syscalls.patch] - enable case-insensitive hostname matching (bsc#1017099) [openssh-7.2p2-ssh_case_insensitive_host_matching.patch] - add CAVS tests [openssh-7.2p2-cavstest-ctr.patch] [openssh-7.2p2-cavstest-kdf.patch] - Adding missing pieces for user matching (bsc#1021626) - Properly verify CIDR masks in configuration (bsc#1005893) [openssh-7.2p2-verify_CIDR_address_ranges.patch] - Remove pre-auth compression support from the server to prevent possible cryptographic attacks. (CVE-2016-10012, bsc#1016370) [openssh-7.2p2-disable_preauth_compression.patch] - limit directories for loading PKCS11 modules (CVE-2016-10009, bsc#1016366) [openssh-7.2p2-restrict_pkcs11-modules.patch] - Prevent possible leaks of host private keys to low-privilege process handling authentication (CVE-2016-10011, bsc#1016369) [openssh-7.2p2-prevent_private_key_leakage.patch] - Do not allow unix socket forwarding when running without privilege separation (CVE-2016-10010, bsc#1016368) [openssh-7.2p2-secure_unix_sockets_forwarding.patch] - prevent resource depletion during key exchange (bsc#1005480, CVE-2016-8858) [openssh-7.2p2-kex_resource_depletion.patch] - fix suggested command for removing conflicting server keys from the known_hosts file (bsc#1006221) - enable geteuid{,32} syscalls on mainframes, since it may be called from libica/ibmica on machines with hardware crypto accelerator (bsc#1004258) [openssh-7.2p2-seccomp_geteuid.patch] - fix regression of (bsc#823710) [openssh-7.2p2-audit_fixes.patch] - add slogin (removed upstreams) [openssh-7.2p2-keep_slogin.patch] - require OpenSSL < 1.1 where that one is a default- sshd.service: Set TasksMax=infinity, as there should be no limit on the amount of tasks sshd can run.- remaining patches that were still missing since the update to 7.2p2 (FATE#319675): - allow X forwarding over IPv4 when IPv6 sockets is not available [openssh-7.2p2-X_forward_with_disabled_ipv6.patch] - do not write PID file when not daemonizing [openssh-7.2p2-no_fork-no_pid_file.patch] - use correct options when invoking login [openssh-7.2p2-login_options.patch] - helper application for retrieving users' public keys from an LDAP server [openssh-7.2p2-ldap.patch] - allow forcing permissions over sftp [openssh-7.2p2-sftp_force_permissions.patch] - do not perform run-time checks for OpenSSL API/ABI change [openssh-7.2p2-disable_openssl_abi_check.patch] - suggest commands for cleaning known hosts file [openssh-7.2p2-host_ident.patch] - sftp home chroot patch [openssh-7.2p2-sftp_homechroot.patch] - ssh sessions auditing [openssh-7.2p2-audit.patch] - enable seccomp sandbox on additional architectures [openssh-7.2p2-additional_seccomp_archs.patch] - fix forwarding with IPv6 addresses in DISPLAY (bnc#847710) [openssh-7.2p2-IPv6_X_forwarding.patch] - ignore PAM environment when using login (bsc#975865, CVE-2015-8325) [openssh-7.2p2-ignore_PAM_with_UseLogin.patch] - limit accepted password length (prevents possible DoS) (bsc#992533, CVE-2016-6515) [openssh-7.2p2-limit_password_length.patch] - Prevent user enumeration through the timing of password processing (bsc#989363, CVE-2016-6210) [openssh-7.2p2-prevent_timing_user_enumeration.patch] - Add auditing for PRNG re-seeding [openssh-7.2p2-audit_seed_prng.patch]- FIPS compatibility (no selfchecks, only crypto restrictions) [openssh-7.2p2-fips.patch] - PRNG re-seeding [openssh-7.2p2-seed-prng.patch] - preliminary version of GSSAPI KEX [openssh-7.2p2-gssapi_key_exchange.patch]- added gpg signature- enable support for SSHv1 protocol and discourage its usage (bsc#983307) - enable DSA by default for backward compatibility and discourage its usage (bsc#983784) [openssh-7.2p2-allow_DSS_by_default.patch]- enable trusted X11 forwarding by default [openssh-7.2p2-X11_trusted_forwarding.patch] - set UID for lastlog properly [openssh-7.2p2-lastlog.patch] - enable use of PAM by default [openssh-7.2p2-enable_PAM_by_default.patch] - copy command line arguments properly [openssh-7.2p2-saveargv-fix.patch] - do not use pthreads in PAM code [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] - fix paths in documentation [openssh-7.2p2-eal3.patch] - prevent race consitions triggered by SIGALRM [openssh-7.2p2-blocksigalrm.patch] - do send and accept locale environment variables by default [openssh-7.2p2-send_locale.patch] - handle hostnames changes during X forwarding [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] - try to remove xauth cookies on exit [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] - properly format pts names for ?tmp? log files [openssh-7.2p2-pts_names_formatting.patch] - check locked accounts when using PAM [openssh-7.2p2-pam_check_locks.patch] - chenge default PermitRootLogin to 'yes' to prevent unwanted surprises on updates from older versions. See README.SUSE for details [openssh-7.2p2-allow_root_password_login.patch] - Disable DH parameters under 2048 bits by default and allow lowering the limit back to the RFC 4419 specified minimum through an option (bsc#932483, bsc#948902) [openssh-7.2p2-disable_short_DH_parameters.patch] - Add getuid() and stat() syscalls to the seccomp filter (bsc#912436) [openssh-7.2p2-seccomp_getuid.patch, openssh-7.2p2-seccomp_stat.patch]- upgrade to 7.2p2 upstream package without any SUSE patches Distilled upstream log: - OpenSSH 6.7 Potentially-incompatible changes: * sshd(8): The default set of ciphers and MACs has been altered to remove unsafe algorithms. In particular, CBC ciphers and arcfour* are disabled by default. The full set of algorithms remains available if configured explicitly via the Ciphers and MACs sshd_config options. * sshd(8): Support for tcpwrappers/libwrap has been removed. * OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections using the curve25519-sha256@libssh.org KEX exchange method to fail when connecting with something that implements the specification correctly. OpenSSH 6.7 disables this KEX method when speaking to one of the affected versions. New Features: * ssh(1), sshd(8): Add support for Unix domain socket forwarding. A remote TCP port may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. * ssh(1), ssh-keygen(1): Add support for SSHFP DNS records for ED25519 key types. * sftp(1): Allow resumption of interrupted uploads. * ssh(1): When rekeying, skip file/DNS lookups of the hostkey if it is the same as the one sent during initial key exchange * sshd(8): Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when GatewayPorts=no; allows client to choose address family * sshd(8): Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is executed, mirroring the no-user-rc authorized_keys option * ssh(1): Add a %C escape sequence for LocalCommand and ControlPath that expands to a unique identifer based on a hash of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding miserly pathname limits for Unix domain sockets in multiplexing control paths * sshd(8): Make the "Too many authentication failures" message include the user, source address, port and protocol in a format similar to the authentication success / failure messages Bugfixes: * sshd(8): Fix remote forwarding with the same listen port but different listen address. * ssh(1): Fix inverted test that caused PKCS#11 keys that were explicitly listed in ssh_config or on the commandline not to be preferred. * ssh-keygen(1): Fix bug in KRL generation: multiple consecutive revoked certificate serial number ranges could be serialised to an invalid format. Readers of a broken KRL caused by this bug will fail closed, so no should-have-been-revoked key will be accepted. * ssh(1): Reflect stdio-forward ("ssh -W host:port ...") failures in exit status. Previously we were always returning 0 * ssh(1), ssh-keygen(1): Make Ed25519 keys' title fit properly in the randomart border * ssh-agent(1): Only cleanup agent socket in the main agent process and not in any subprocesses it may have started (e.g. forked askpass). Fixes agent sockets being zapped when askpass processes fatal() * ssh-add(1): Make stdout line-buffered; saves partial output getting lost when ssh-add fatal()s part-way through (e.g. when listing keys from an agent that supports key types that ssh-add doesn't) * ssh-keygen(1): When hashing or removing hosts, don't choke on @revoked markers and don't remove @cert-authority markers * ssh(1): Don't fatal when hostname canonicalisation fails and a ProxyCommand is in use; continue and allow the ProxyCommand to connect anyway (e.g. to a host with a name outside the DNS behind a bastion) * scp(1): When copying local->remote fails during read, don't send uninitialised heap to the remote end. * sftp(1): Fix fatal "el_insertstr failed" errors when tab-completing filenames with a single quote char somewhere in the string * ssh-keyscan(1): Scan for Ed25519 keys by default. * ssh(1): When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any certificate keys to plain keys and attempt SSHFP resolution. Prevents a server from skipping SSHFP lookup and forcing a new-hostkey dialog by offering only certificate keys. - OpenSSH 6.8 Potentially-incompatible changes: * sshd(8): UseDNS now defaults to 'no'. Configurations that match against the client host name (via sshd_config or authorized_keys) may need to re-enable it or convert to matching against addresses. New Features: * Add FingerprintHash option to ssh(1) and sshd(8), and equivalent command-line flags to the other tools to control algorithm used for key fingerprints. The default changes from MD5 to SHA256 and format from hex to base64. Fingerprints now have the hash algorithm prepended. An example of the new format: SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE Please note that visual host keys will also be different. * ssh(1), sshd(8): Experimental host key rotation support. Add a protocol extension for a server to inform a client of all its available host keys after authentication has completed. The client may record the keys in known_hosts, allowing it to upgrade to better host key algorithms and a server to gracefully rotate its keys. The client side of this is controlled by a UpdateHostkeys config option (default off). * ssh(1): Add a ssh_config HostbasedKeyType option to control which host public key types are tried during host-based authentication. * ssh(1), sshd(8): fix connection-killing host key mismatch errors when sshd offers multiple ECDSA keys of different lengths. * ssh(1): when host name canonicalisation is enabled, try to parse host names as addresses before looking them up for canonicalisation. fixes bz#2074 and avoiding needless DNS lookups in some cases. * ssh-keygen(1), sshd(8): Key Revocation Lists (KRLs) no longer require OpenSSH to be compiled with OpenSSL support. * ssh(1), ssh-keysign(8): Make ed25519 keys work for host based authentication. * sshd(8): SSH protocol v.1 workaround for the Meyer, et al, Bleichenbacher Side Channel Attack. Fake up a bignum key before RSA decryption. * sshd(8): Remember which public keys have been used for authentication and refuse to accept previously-used keys. This allows AuthenticationMethods=publickey,publickey to require that users authenticate using two _different_ public keys. * sshd(8): add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options to allow sshd to control what public key types will be accepted. Currently defaults to all. * sshd(8): Don't count partial authentication success as a failure against MaxAuthTries. * ssh(1): Add RevokedHostKeys option for the client to allow text-file or KRL-based revocation of host keys. * ssh-keygen(1), sshd(8): Permit KRLs that revoke certificates by serial number or key ID without scoping to a particular CA. * ssh(1): Add a "Match canonical" criteria that allows ssh_config Match blocks to trigger only in the second config pass. * ssh(1): Add a -G option to ssh that causes it to parse its configuration and dump the result to stdout, similar to "sshd -T". * ssh(1): Allow Match criteria to be negated. E.g. "Match !host". * The regression test suite has been extended to cover more OpenSSH features. The unit tests have been expanded and now cover key exchange. Bugfixes: * ssh-keyscan(1): ssh-keyscan has been made much more robust again servers that hang or violate the SSH protocol. * ssh(1), ssh-keygen(1): Fix regression: Key path names were being lost as comment fields. * ssh(1): Allow ssh_config Port options set in the second config parse phase to be applied (they were being ignored). * ssh(1): Tweak config re-parsing with host canonicalisation - make the second pass through the config files always run when host name canonicalisation is enabled (and not whenever the host name changes) * ssh(1): Fix passing of wildcard forward bind addresses when connection multiplexing is in use * ssh-keygen(1): Fix broken private key conversion from non-OpenSSH formats. * ssh-keygen(1): Fix KRL generation bug when multiple CAs are in use. * Various fixes to manual pages - OpenSSH 6.9 Security: * ssh(1): when forwarding X11 connections with ForwardX11Trusted=no, connections made after ForwardX11Timeout expired could be permitted and no longer subject to XSECURITY restrictions because of an ineffective timeout check in ssh(1) coupled with "fail open" behaviour in the X11 server when clients attempted connections with expired credentials. This problem was reported by Jann Horn. * ssh-agent(1): fix weakness of agent locking (ssh-add -x) to password guessing by implementing an increasing failure delay, storing a salted hash of the password rather than the password itself and using a timing-safe comparison function for verifying unlock attempts. This problem was reported by Ryan Castellucci. New Features: * ssh(1), sshd(8): promote chacha20-poly1305@openssh.com to be the default cipher * sshd(8): support admin-specified arguments to AuthorizedKeysCommand * sshd(8): add AuthorizedPrincipalsCommand that allows retrieving authorized principals information from a subprocess rather than a file. * ssh(1), ssh-add(1): support PKCS#11 devices with external PIN entry devices * sshd(8): allow GSSAPI host credential check to be relaxed for multihomed hosts via GSSAPIStrictAcceptorCheck option * ssh-keygen(1): support "ssh-keygen -lF hostname" to search known_hosts and print key hashes rather than full keys. * ssh-agent(1): add -D flag to leave ssh-agent in foreground without enabling debug mode Bugfixes: * ssh(1), sshd(8): deprecate legacy SSH2_MSG_KEX_DH_GEX_REQUEST_OLD message and do not try to use it against some 3rd-party SSH implementations that use it (older PuTTY, WinSCP). * Many fixes for problems caused by compile-time deactivation of SSH1 support (including bz#2369) * ssh(1), sshd(8): cap DH-GEX group size at 4Kbits for Cisco implementations as some would fail when attempting to use group sizes >4K * ssh(1): fix out-of-bound read in EscapeChar configuration option parsing * sshd(8): fix application of PermitTunnel, LoginGraceTime, AuthenticationMethods and StreamLocalBindMask options in Match blocks * ssh(1), sshd(8): improve disconnection message on TCP reset; bz#2257 * ssh(1): remove failed remote forwards established by muliplexing from the list of active forwards * sshd(8): make parsing of authorized_keys "environment=" options independent of PermitUserEnv being enabled * sshd(8): fix post-auth crash with permitopen=none * ssh(1), ssh-add(1), ssh-keygen(1): allow new-format private keys to be encrypted with AEAD ciphers * ssh(1): allow ListenAddress, Port and AddressFamily configuration options to appear in any order * sshd(8): check for and reject missing arguments for VersionAddendum and ForceCommand * ssh(1), sshd(8): don't treat unknown certificate extensions as fatal * ssh-keygen(1): make stdout and stderr output consistent * ssh(1): mention missing DISPLAY environment in debug log when X11 forwarding requested * sshd(8): correctly record login when UseLogin is set * sshd(8): Add some missing options to sshd -T output and fix output of VersionAddendum and HostCertificate. bz#2346 * Document and improve consistency of options that accept a "none" argument" TrustedUserCAKeys, RevokedKeys (bz#2382), AuthorizedPrincipalsFile (bz#2288) * ssh(1): include remote username in debug output * sshd(8): avoid compatibility problem with some versions of Tera Term, which would crash when they received the hostkeys notification message (hostkeys-00@openssh.com) * sshd(8): mention ssh-keygen -E as useful when comparing legacy MD5 host key fingerprints * ssh(1): clarify pseudo-terminal request behaviour and use make manual language consistent * ssh(1): document that the TERM environment variable is not subject to SendEnv and AcceptEnv - OpenSSH 7.0: This focuses primarily on deprecating weak, legacy and/or unsafe cryptography. Security: * sshd(8): OpenSSH 6.8 and 6.9 incorrectly set TTYs to be world- writable. Local attackers may be able to write arbitrary messages to logged-in users, including terminal escape sequences. Reported by Nikolay Edigaryev. * sshd(8): Portable OpenSSH only: Fixed a privilege separation weakness related to PAM support. Attackers who could successfully compromise the pre-authentication process for remote code execution and who had valid credentials on the host could impersonate other users. Reported by Moritz Jodeit. * sshd(8): Portable OpenSSH only: Fixed a use-after-free bug related to PAM support that was reachable by attackers who could compromise the pre-authentication process for remote code execution. Also reported by Moritz Jodeit. * sshd(8): fix circumvention of MaxAuthTries using keyboard- interactive authentication. By specifying a long, repeating keyboard-interactive "devices" string, an attacker could request the same authentication method be tried thousands of times in a single pass. The LoginGraceTime timeout in sshd(8) and any authentication failure delays implemented by the authentication mechanism itself were still applied. Found by Kingcope. Potentially-incompatible Changes: * Support for the legacy SSH version 1 protocol is disabled by default at compile time. * Support for the 1024-bit diffie-hellman-group1-sha1 key exchange is disabled by default at run-time. It may be re-enabled using the instructions in README.legacy or http://www.openssh.com/legacy.html * Support for ssh-dss, ssh-dss-cert-* host and user keys is disabled by default at run-time. These may be re-enabled using the instructions at http://www.openssh.com/legacy.html * Support for the legacy v00 cert format has been removed. * The default for the sshd_config(5) PermitRootLogin option has changed from "yes" to "prohibit-password". * PermitRootLogin=without-password/prohibit-password now bans all interactive authentication methods, allowing only public-key, hostbased and GSSAPI authentication (previously it permitted keyboard-interactive and password-less authentication if those were enabled). New Features: * ssh_config(5): add PubkeyAcceptedKeyTypes option to control which public key types are available for user authentication. * sshd_config(5): add HostKeyAlgorithms option to control which public key types are offered for host authentications. * ssh(1), sshd(8): extend Ciphers, MACs, KexAlgorithms, HostKeyAlgorithms, PubkeyAcceptedKeyTypes and HostbasedKeyTypes options to allow appending to the default set of algorithms instead of replacing it. Options may now be prefixed with a '+' to append to the default, e.g. "HostKeyAlgorithms=+ssh-dss". * sshd_config(5): PermitRootLogin now accepts an argument of 'prohibit-password' as a less-ambiguous synonym of 'without- password'. Bugfixes: * ssh(1), sshd(8): add compatability workarounds for Cisco and more PuTTY versions. * Fix some omissions and errors in the PROTOCOL and PROTOCOL.mux documentation relating to Unix domain socket forwarding * ssh(1): Improve the ssh(1) manual page to include a better description of Unix domain socket forwarding * ssh(1), ssh-agent(1): skip uninitialised PKCS#11 slots, fixing failures to load keys when they are present. * ssh(1), ssh-agent(1): do not ignore PKCS#11 hosted keys that wth empty CKA_ID * sshd(8): clarify documentation for UseDNS option - OpenSSH 7.1: Security: * sshd(8): OpenSSH 7.0 contained a logic error in PermitRootLogin= prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. This problem was reported by Mantas Mikulenas. Bugfixes: * ssh(1), sshd(8): add compatability workarounds for FuTTY * ssh(1), sshd(8): refine compatability workarounds for WinSCP * Fix a number of memory faults (double-free, free of uninitialised memory, etc) in ssh(1) and ssh-keygen(1). Reported by Mateusz Kocielski. - OpenSSH 7.1p2: * SECURITY: ssh(1): The OpenSSH client code between 5.4 and 7.1 contains experimential support for resuming SSH-connections (roaming). The matching server code has never been shipped, but the client code was enabled by default and could be tricked by a malicious server into leaking client memory to the server, including private client user keys. The authentication of the server host key prevents exploitation by a man-in-the-middle, so this information leak is restricted to connections to malicious or compromised servers. MITIGATION: For OpenSSH >= 5.4 the vulnerable code in the client can be completely disabled by adding 'UseRoaming no' to the gobal ssh_config(5) file, or to user configuration in ~/.ssh/config, or by passing -oUseRoaming=no on the command line. PATCH: See below for a patch to disable this feature (Disabling Roaming in the Source Code). This problem was reported by the Qualys Security Advisory team. * SECURITY: Eliminate the fallback from untrusted X11-forwarding to trusted forwarding for cases when the X server disables the SECURITY extension. Reported by Thomas Hoger. * SECURITY: Fix an out of-bound read access in the packet handling code. Reported by Ben Hawkes. * PROTOCOL: Correctly interpret the 'first_kex_follows' option during the intial key exchange. Reported by Matt Johnston. * Further use of explicit_bzero has been added in various buffer handling code paths to guard against compilers aggressively doing dead-store removal. Potentially-incompatible changes: * This release disables a number of legacy cryptographic algorithms by default in ssh: + Several ciphers blowfish-cbc, cast128-cbc, all arcfour variants and the rijndael-cbc aliases for AES. + MD5-based and truncated HMAC algorithms. - OpenSSH 7.2: Security: * ssh(1), sshd(8): remove unfinished and unused roaming code (was already forcibly disabled in OpenSSH 7.1p2). * ssh(1): eliminate fallback from untrusted X11 forwarding to trusted forwarding when the X server disables the SECURITY extension. * ssh(1), sshd(8): increase the minimum modulus size supported for diffie-hellman-group-exchange to 2048 bits. * sshd(8): pre-auth sandboxing is now enabled by default (previous releases enabled it for new installations via sshd_config). New Features: * all: add support for RSA signatures using SHA-256/512 hash algorithms based on draft-rsa-dsa-sha2-256-03.txt and draft-ssh-ext-info-04.txt. * ssh(1): Add an AddKeysToAgent client option which can be set to 'yes', 'no', 'ask', or 'confirm', and defaults to 'no'. When enabled, a private key that is used during authentication will be added to ssh-agent if it is running (with confirmation enabled if set to 'confirm'). * sshd(8): add a new authorized_keys option "restrict" that includes all current and future key restrictions (no-*-forwarding, etc.). Also add permissive versions of the existing restrictions, e.g. "no-pty" -> "pty". This simplifies the task of setting up restricted keys and ensures they are maximally-restricted, regardless of any permissions we might implement in the future. * ssh(1): add ssh_config CertificateFile option to explicitly list certificates. bz#2436 * ssh-keygen(1): allow ssh-keygen to change the key comment for all supported formats. * ssh-keygen(1): allow fingerprinting from standard input, e.g. "ssh-keygen -lf -" * ssh-keygen(1): allow fingerprinting multiple public keys in a file, e.g. "ssh-keygen -lf ~/.ssh/authorized_keys" bz#1319 * sshd(8): support "none" as an argument for sshd_config Foreground and ChrootDirectory. Useful inside Match blocks to override a global default. bz#2486 * ssh-keygen(1): support multiple certificates (one per line) and reading from standard input (using "-f -") for "ssh-keygen -L" * ssh-keyscan(1): add "ssh-keyscan -c ..." flag to allow fetching certificates instead of plain keys. * ssh(1): better handle anchored FQDNs (e.g. 'cvs.openbsd.org') in hostname canonicalisation - treat them as already canonical and remove the trailing '.' before matching ssh_config. Bugfixes: * sftp(1): existing destination directories should not terminate recursive uploads (regression in openssh 6.8) * ssh(1), sshd(8): correctly send back SSH2_MSG_UNIMPLEMENTED replies to unexpected messages during key exchange. * ssh(1): refuse attempts to set ConnectionAttempts=0, which does not make sense and would cause ssh to print an uninitialised stack variable. * ssh(1): fix errors when attempting to connect to scoped IPv6 addresses with hostname canonicalisation enabled. * sshd_config(5): list a couple more options usable in Match blocks. * sshd(8): fix "PubkeyAcceptedKeyTypes +..." inside a Match block. * ssh(1): expand tilde characters in filenames passed to -i options before checking whether or not the identity file exists. Avoids confusion for cases where shell doesn't expand (e.g. "-i ~/file" vs. "-i~/file"). * ssh(1): do not prepend "exec" to the shell command run by "Match exec" in a config file, which could cause some commands to fail in certain environments. * ssh-keyscan(1): fix output for multiple hosts/addrs on one line when host hashing or a non standard port is in use * sshd(8): skip "Could not chdir to home directory" message when ChrootDirectory is active. * ssh(1): include PubkeyAcceptedKeyTypes in ssh -G config dump. * sshd(8): avoid changing TunnelForwarding device flags if they are already what is needed; makes it possible to use tun/tap networking as non-root user if device permissions and interface flags are pre-established * ssh(1), sshd(8): RekeyLimits could be exceeded by one packet. * ssh(1): fix multiplexing master failure to notice client exit. * ssh(1), ssh-agent(1): avoid fatal() for PKCS11 tokens that present empty key IDs. * sshd(8): avoid printf of NULL argument. * ssh(1), sshd(8): allow RekeyLimits larger than 4GB. * ssh-keygen(1): sshd(8): fix several bugs in (unused) KRL signature support. * ssh(1), sshd(8): fix connections with peers that use the key exchange guess feature of the protocol. * sshd(8): include remote port number in log messages. * ssh(1): don't try to load SSHv1 private key when compiled without SSHv1 support. * ssh-agent(1), ssh(1): fix incorrect error messages during key loading and signing errors. * ssh-keygen(1): don't leave empty temporary files when performing known_hosts file edits when known_hosts doesn't exist. * sshd(8): correct packet format for tcpip-forward replies for requests that don't allocate a port * ssh(1), sshd(8): fix possible hang on closed output. * ssh(1): expand %i in ControlPath to UID. * ssh(1), sshd(8): fix return type of openssh_RSA_verify. * ssh(1), sshd(8): fix some option parsing memory leaks. * ssh(1): add a some debug output before DNS resolution; it's a place where ssh could previously silently stall in cases of unresponsive DNS servers. * ssh(1): remove spurious newline in visual hostkey. * ssh(1): fix printing (ssh -G ...) of HostKeyAlgorithms=+... * ssh(1): fix expansion of HostkeyAlgorithms=+... Documentation: * ssh_config(5), sshd_config(5): update default algorithm lists to match current reality. * ssh(1): mention -Q key-plain and -Q key-cert query options. * sshd_config(8): more clearly describe what AuthorizedKeysFile=none does. * ssh_config(5): better document ExitOnForwardFailure. * sshd(5): mention internal DH-GEX fallback groups in manual. * sshd_config(5): better description for MaxSessions option. Portability: * sshd(8): fix multiple authentication using S/Key. - OpenSSH 7.2p2: Security: * sshd(8): sanitise X11 authentication credentials to avoid xauth command injection when X11Forwarding is enabled. (removing patches from previous version: * CVE-2016-0777_CVE-2016-0778.patch * openssh-6.6p1-X11-forwarding.patch * openssh-6.6p1-X_forward_with_disabled_ipv6.patch * openssh-6.6p1-audit1-remove_duplicit_audit.patch * openssh-6.6p1-audit2-better_audit_of_user_actions.patch * openssh-6.6p1-audit3-key_auth_usage-fips.patch * openssh-6.6p1-audit3-key_auth_usage.patch * openssh-6.6p1-audit4-kex_results-fips.patch * openssh-6.6p1-audit4-kex_results.patch * openssh-6.6p1-audit5-session_key_destruction.patch * openssh-6.6p1-audit6-server_key_destruction.patch * openssh-6.6p1-audit7-libaudit_compat.patch * openssh-6.6p1-audit8-libaudit_dns_timeouts.patch * openssh-6.6p1-blocksigalrm.patch * openssh-6.6p1-curve25519-6.6.1p1.patch * openssh-6.6p1-default-protocol.patch * openssh-6.6p1-disable-openssl-abi-check.patch * openssh-6.6p1-eal3.patch * openssh-6.6p1-fingerprint_hash.patch * openssh-6.6p1-fips-checks.patch * openssh-6.6p1-fips.patch * openssh-6.6p1-gssapi_key_exchange.patch * openssh-6.6p1-gssapimitm.patch * openssh-6.6p1-host_ident.patch * openssh-6.6p1-key-converter.patch * openssh-6.6p1-lastlog.patch * openssh-6.6p1-ldap.patch * openssh-6.6p1-login_options.patch * openssh-6.6p1-no_fork-no_pid_file.patch * openssh-6.6p1-pam-check-locks.patch * openssh-6.6p1-pam-fix2.patch * openssh-6.6p1-pam-fix3.patch * openssh-6.6p1-pts.patch * openssh-6.6p1-saveargv-fix.patch * openssh-6.6p1-seccomp_getuid.patch * openssh-6.6p1-seccomp_stat.patch * openssh-6.6p1-seed-prng.patch * openssh-6.6p1-send_locale.patch * openssh-6.6p1-sftp_force_permissions.patch * openssh-6.6p1-sftp_homechroot.patch * openssh-6.6p1-xauth.patch * openssh-6.6p1-xauthlocalhostname.patch)- update seccomp sandbox that broke after OpenSSL update (bsc#912436, bsc#977812) [openssh-6.6p1-seccomp_stat.patch]- openssh-6.6p1-ldap.patch: replace TRUE/FALSE with 1/0, since this defines did come via an indirect header inclusion and are not everywhere defined.- CVE-2016-0777, bsc#961642, CVE-2016-0778, bsc#961645 Add CVE-2016-0777_CVE-2016-0778.patch to disable the roaming code to prevent information leak and buffer overflow- gpg signature and keyring added. pub 3200R/6D920D30 2013-12-10 [expires: 2021-01-01] uid Damien Miller sub 3200R/672A1105 2013-12-10 [expires: 2021-01-01]- fix bashisms in sshd.init script/bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zp38 1622124188 8.4p1-3.3.18.4p1-3.3.18.4p1-3.3.1 sshdslp.reg.dssh.regsshd_configSuSEfirewall2.dservicessshdsftp-serversshd.servicesshd.confrcsshdsshdsshd-gen-keys-startsysconfig.sshsshd_config.5.gzsftp-server.8.gzsshd.8.gzsshd/etc/pam.d//etc//etc/slp.reg.d//etc/ssh//etc/sysconfig//etc/sysconfig/SuSEfirewall2.d//etc/sysconfig/SuSEfirewall2.d/services//usr/lib/ssh//usr/lib/systemd/system//usr/lib/sysusers.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8//var/lib/-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:19809/SUSE_SLE-15-SP3_Update/8e3ad71e0e68c5b5f32f98112d2d28ea-openssh.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1ed4601246380e07e4f06e172949e976455bb122, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=30ab52105df8e3fee6f606a7a6821d8c37c33b08, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)4!R#RRRRRRRRRRR!RRR"R0R$RPRR-R(R*R/R!R RRRRRRRRRRRRRR&R R)R,RR.R0RR+R%R'RRR;$Xߜ+/auditutf-8d9406414d84ab1f2ade127dfe47a887230214a56245a49e39409164bce77ee32?P7zXZ !t/ ] crv(vX0ᶜ"Ur>ȡVzFj榸*>ם^ K:Kg. VL.mS7 -یj/olnRcOOܬQmƭJĒlojH 6%6DF9j"[{^O@@vj|W"*~PgɽVl)ܦƷYr΄;,ol6XgT'rHQnh83OMR%tjj}lj-%~^=akJW̜YxJ~$Q>L*AEq+Y ZsȐa=<e˾.OX%䓊|10 󨋴F&БD4zl]TIm:'XT?'ĹlD0 %%p\"0-ۭܮ|MI HHF, '< e@ 4j "%2Ŝe<~RքACh-SqК+OɻJ^ϙ2,v:{CkIpxsBz][ݰoG3N;41Gƞ3A!ԿDF04oNAydL%*4ϓ&þ g3sev \t-Cš~pdҺo@IĹAOr-cA`n%s,}.E v`a͏8@AЈ'XyDZ[<)+㥳/ɾECu ӁaÀmmtlb[r^w<)CVH#h0 .ٛ5 WᾗaF9r?$[U+&@Ȳ|rW|wl&n` qqadI2P;bg2۩y{nR\S?M*V{gt}rWTY4B9[hO 3nw1!Kwsr((T&< E$? ;`l'MIƛ"E]24:|ٛAy1tuJض!k4<J9e~αU*Zǣ.V:bbUuy 6^pʁ%yL:i鄤20g-#N~6 ZOc>Fݠ+֠/09Ϩmyiى[dCq/F p7l\>* ?] -[B`Z֠=ُ|ejQvJ= fB[$iKV@-`hWfW"13~tR\=A5gPZeXDk ު`J&yͭNS߻{"N(Y`>sr$t## 1iؓdc.N6VȢBED;!.xr?:6UT/b$T (A2,8QT<[ -3*@>P0Z8$cS Չ!ItB#d 0+U*j7*_gP1'Rp$(Qoj/,>Rrz^C:8$Va):s{ߌnh6 qc#2ϱe_ GrC<|Z4Ψ*] _cM/p+k曼vg7<9bWsG0gfb崮 %oɾJd&&kg"zr++QV[/j-LMfMg!ΎuVeuL F=Iz0eC湽yʪDDOK؄5UڡBԠٱ 녴TjÄ6(p}1Ii > 80uA+TȈ"o"p*_PbÏII RB@&6uYlv1rfRh!l-LWneSC^ p~ Ci'c(r;6P 1!g\1wie0oGXqh$VH F7-y7Dշ2ȶO2˿&ǛpގO0(C)ie#M15e* SR׶݆ͷ >dcgSI@> RӰд%qO 6sJdÿC0=$Մvv\aGqmkW($7')4 q6}'LG8 ԁߞ~l,ZB9Ϳ`eHeN.,4mc*4i (߂3PA|3 BLy2 l`׈<EB cr:mѡȠ!IP1tOw'Of2~x\i8IZtC."O`7;6e~t ՋGFrr~;l]E?TCUcS:TZQu \gGqH/|a Pサ0ΤVp)sSre{SO z}v+!ɇ ".Cj`XLsBm²DM!"~|hCn vkj9+r a76+F[76hB~q^SQO+і,OE']b7A2"yKR̰,褐Jq e*3 rB%ކ:~aN=a˪&s4="9 HۤEyHINVj-_+ uI$zGea3!y{:>J+CdM؊kuB~h}osFA${I&^ޤzT qfs r>QJt 6(rD)5,9sX{9ul\sOr/6',QiXၐ8lwEyb9^?7WIs5,+/s@]Ԗ.\lHTf_A N7T# - {Ƽvr6~f«ߔw}[2׏"| E+sR(;DwOE4^j+-߸}S:tqPh+=1Y7TP-=?vŹUfEdsɓAS̠ݸ/1Wu\P[b\.{%.}˥?8CY"\ \p*Qը&K-&rxza&- G7ԃ>8٥2ӅnH9<52Rj?kL_YDEJc]X".sTHlR%[n#+ 9(cF/zmҩЉñպ|?jY|;w6zASb!җ^770EzD[r#836{(l>s k) %%G\ڿ Gß KٟZ# >&efx YD |3b ]7if"A|Αq ʔ/y[ŧϔσu%XZ S5D88ү-^.>/tr]No2C6$o&5KxCLF k|Drr9}e&jm69S8QTQ]jl2IUsv AzN+\:WEk1/qA]"ѱ˶L@ 5S>к>4-GVp-w`7W-2s)J5-wB:)8 2D9QMEJrօ.Fxrl*ԫ[rj0f  k}";a]3`eq^)PCNd03QW_8a/}ӘO)4)4СC&-h__A 9}._$iOK“A%uz>)SgR'0"tK4lNYg}BCSC`D5p?~ ^GQV_) Y;Ъ7JA'b/ՙ>"'u&\cϽs}Z= aN ZJWUgQJrKagNV{6LvZW"&C]VKt! Rv7:|e`o 椩ä{b␿JZv7)qV@#G)s>A~0rBo~ ˆ{Q逼LPC -@ ߱GUa fQXy)e1[ W6?JjQ3i,cL$J& Wt$t!y[:L쎌6I> urѮZ 0tb!1!CJ6~dj:5[{ŧpht kFHr!e9G fU*gyp4H܉Lx۱< hzdJ{Ι|˻ɁVq䬍0Ž27URhlU#_<Ag;?nfD=8yJ۠AS9(*b: fvRqlږW׭Inai:>tNfb`Hz$lil*E'Ӽ"~FL,/*$^;ftS<>Ox]?)?&Gp>jݤ3@'6loy푵XI$B{8;-ogAfP"T?B+q2\^x4dיHbbz߮i#T/KTjq 8 9qm"K l IlMk1C߭y,Cm%m\"q6MMԱZx/, +1ZԞBtpS[ ܥ (ĵmUh.xɌr04W[1{qF7_55-.Zul\*Oنm0vͷSK~Mtchu`"$]eܡ&X "tfp)l{^ 3Z1˾?5OGRy<.s"ҿԽ֟nϮ_9ЁoNFXњwf{ʎ$JPw$k[ȯYk|D󞺻_[~fcp8l1i,ޅ~HJާ O pf[6#P>כbߡ2Wd-VzLj,]@k%4 &e4G0jU):*QBd7 "(@1?E}<0Kg6XӾc1Fܛ:j0BèF^/%B4g*_dBf@g:Up iL06"Uirl qsP<@ w9@crp(t7M2Δr"+8f#>)t,Qg^=t7#dWI2iY`r(܂<8GGQ‹>-mUX +#,a֚8{‰f1۫ !(YR?[bd\Mڶ&fZ=8MZSn){ZjNbvXU4(OC:@4=cV-+c|GTs!MCRE'Cl|T 4m)sGM Il|1=!qoVi De1!(+ΚXՎW3s5)v,BiM1FhTކq!;yiJ=!8i H.tױEcλ'0Zi_Rv985E!DtڰhtM2HI(kQ֨j:u/HYU'Pd׌/ YҎ~y)/Jm#sEYMz2\ :]\bjkP,k hŸS!CrpWoW&7K%n]3 RQ$pñ%}*q8:f'ÞtYIBҝӱ,}ڮsB_ιDJ4AhG < Uov>;AՄ/؁R]-@}8rf8t,pr6z,|9l+H#<0# {iȖv 拓 wAn{HTeGa{E[b6U2WQ OzE8y~+Mw45\:cJؙ'!4:&oAq͸*p0T@)Ta[(Q։/.@fnaɅֽm6HR[:~٬, "[KɟiYJI |?;!XK &܂a=ݡ [*Lrpǝ ͮ"i"!8^@c=rc@+% w8L&œ9ɱcfgD Sj;Ypi ?o%˱ ŮʧPjy,di';{ j9G/㝪cZ r;=ٱYBbܪnWZL68'le`}K`w\U 9\?oXSYzQR{7هTuF+P$XEq~Y֕'"hcmͨi›A}~BWl4q#q0v+fn}m?&x+U a}guY>~%1S/7Ҙ Z5#6jm`) 4Asmeʛ6X ]֬wCU"ĒA8oP|>HG#@AWhqZ+z!D6@k}&nUQU`cp)٬_)CSTL,rD!Tkϧ*c[ +A ׷e>"hn.4Dʠ>;:]f3 >O"Ψya֛_0_M31ߍd,;.Itp uX!%L= et>G(3Ҳ! 0$l\矛X!V=uv~E/*m'}T Rtaxq)2@櫰uԚ}/w =% soUua;5<3^T d' o@4sL waHa#؎Yb}deLZChE2:&}KUE U/AGMt} ˈ%VR3jOJH?ږ f[+z?a/Edp&c~fVyDnz2ud%:զvRo4ʆ8y|>χ-?HoBŬv9qzh4%LT07CF(1M⨱\wfeFE2+t<,Bh8EԢ_ڥpaC򸅔g)VȂјl1F2JpYq9POqƒb.6-Z@X7&Hi6 Ǒ_vOujʱ|S<)Xy ࢶLE2kD x2[Hl*q+V #zϩ4#}X0YsXG^t#MסB5r XA[pEZ,L|h֌ {/u@-v"߅nv>sO*$`N̖J yˬ4}0FXa_{D*!hwbwbz6͗ љa@A* !2 r2>/IYf6 ,ÖcuB|&gV?5.3LLt0, ! >JGci&o3ŒlzvW>'Ε>,wؚ~01DZ+bF𖶰̥uPŘ5S.yuFMF̘zooHnū2/ٌ1] gxF.,(j ;CJJ]ل .v7'BP?8HfzTDRAζfXAdlp=nc6 c5!M=7L7ȖÏ/5 ';#ɡ͜UU&Llͱ+)`)!G81)fhח/RUde |bfz=|nȒTx5;OF}y's?pu!H}/gNm{?WT'#|ZuꡭЊf$. `fv+2~Ano3 oVWi-:!;s29mn7v6܅F(λ8j{H&Mva$5p$ =(QJUfOEv{c_9}m7I %4sbOPJOd5xس5@a[N:{^=a0d[{ѽv}[ʲ'k;׃4ޚCx7@jjEs#"yq3s y*Q7O}iH[/2> b@w6^P E+8*$[vR8rԒIvupQ ƁG8vNnf;뱟 a)&r~M7?@®}7w1}1 tAѥ )aHʕ5"YǤ8m0.3H)tS|vT8KoՈ3Cj7Y}1۲g;`.QFl/*[řt P!Dwgo(me3)n?JFQo[[͞QMh\1҂Woo=vFTW\oYt])%*s qfV(B|2H13*w34)u)1dU~E-Uer3.cYƍuE-'ׁ~VtTaio? w[#C#Ms>nҙ8"̷YB3 0.#H婣t}]^ 9|_rrK^^nVΎh5 uZL07gre>h񠹢c0؍vۤm|r";M.z,; r< B]#;yte dJЃ "x,0}H ٵ݁x%E)S%>1.'{8@Ao'ck cS;b˛Vppx-q3L{B/JkΜcb12ߚb͟v.7h8^GogbCSw;4+cY lK5xQ^$; ]gM}g|^__Uo*uۖzq}- 1c6'JGs3vH}60çCeqDx|mPL H~⦊H H3a I"MVgL 7!ٜΐnlYP>1qƧ*˨E8E*T:f[ڏG~ӔU2TN8'ω*j K.Nw!뽆njoՓF2uDԏxZ*/$5q"N^RQAh.nhI0bp;MЋS)~C4ǯQDx=XZts]q8ϪF8JCn:tS"SYAmbCJkL^6vL.Ew r]# > ffc߅0Zۈ(}QJc0E=e݊T~h_gom]'$bf ' lxΌs[aMzlgXS?n4]~2H^5"EJ1deh_E'RT̆YXd*pc _V~3%CZݝHus !}s]`?4ߓ5)KgV]{ɟ,֡IYN$Q Z!d`ʽ"~ks drb K \ S=%ebs͛!0yq3^m-Ah.oLxq~箵qIzFs/iТQlJW4" PٻCRsTu)+e#Ѵ! ]G0!ceE6ښ=JIlixdhMz@e9jUع#C)Ǭ.vgib`d,fz^ ѱ23\_6?912/ 8RHݢg5l:ԚV3t0NOх7w'?uRC"u70 YJnVخ˃2ob%b.}̽C0+2\}iHk)hE811V\C8@h(_}dcl͇!ƁьN(Gd*s1FN:| nxf^:t@$a鷗U3cFTS߶YBGʟ1 Z_)'H.8fN3EΘ+.TF5*RΞxg,0F:ɩ2jY~\ 8TW'oIF"W,Iڍ9u3 -I怌DSy?I|BV+!,n9hnu}d5EL [ cu>Œ *~Wm"|`rf: W 1REb|DCR_*Q|E ΅mO)58fN$dY1!_Շe(_h} ༚JJ.KFcqɕؒ['H?6ql}jH`mu9yA!F~#vJ4Va-+dw[2l/>B$g|nAR;X@?-͔mKY2/T@0Ӧ{ yDžE5Pk'^R{e"e)'4?HG|\Uضw9%=Nг*nբ(_u/6J"겗m:)`L&wb1ЫxHx?41ὶ]oNG:ڼen;Io+CT (Gɡc}Ԇ A$Q7*4u«89qf.qy_r..@R/6!;D=x~\IGX+N9y|N׭ttp_b-(7Dv~b4f!KCG̛N/8T_le3sW u J.y=Y@P8Xzgwv<mBk'(J(7Q$u{!1L '~NfQŹw.VF7wp}fD{EIτnhhA/1 ϵ{W  QSxyqc݋?Ѳv+cmZ˴f\i{pQ)l&غ ۋtJؖD&~\_ Bt6V89||( ۈ[ۮx.k%Ԡ}iw.LP˲2|!fhnjg*f &ݦ<*Ga0uVQ"'& AoWtLX=sr/*`K6"*b=15A=CEk9rFXm!xYf"/jT x/t{I)n |c6ֹ ^xRwPer5XBaKLAt@BLڦ B Ppi\<Wߟvv6z6%T Y#(Z{$xEPZؾCh:CbӲDo*n[^g_!hi8VC,X;5ٛ!>Wg*bd𸬣S0}n~L[׺"#ٺ]:MҪr\A@IĞrL7iRrET3FbQ%m5gXbUg{ ~e)K5PbwbDY8ć5  $TV0jIaKҺ. 3Ph6/# /tfSt=VŘ>(B)C@"b@#bǥHzi'sI+Ieh &tWb{F\O~V?tb0)JYwM<ҽkB?>T(z2ӝ3뾄\ݘ:a\Vk02RBb M?s?=-USʔ酄:YrmIO;)[\AnDB$,"+ڔ:Xj~ l Ɇ67YB.r'1]cr'pl 87KTX"KY!%N|qv:*@IHd~,c-S} swĿ[ŸP1k߼ digTyO+*T1W?}~>TTWU\fC|N |L~!c|NTv\|6{eI QP&R|ެsFYtǽm?[D7Tyqc{FE%6_i9hčVËJ߼x[;hLJ7b2[†e&-/~w?9c KD0cG f|E9CQ'8On"?{:q)uI;j4ǻA/s|=|ġ<*o`c2Qvr#ѝ;-G:#'^g9NDaS {]EdWCL#m 1jj~dPup o3UK&nٵ;L$ZdF8 ^X Y"T&jgrvփj-W"q [D NpϩkpY\eK]&B`#"\|[Fx$! 蚰z8 gJ4o):l2\bW Yri]?Y/?=k`zrLkDӡǞ~2WFt_pf_)q&zH#𡹾XB \uXu.Φ>!}X ҽRg-UՉP>.- P=湅{8(~_@&:_96P}W5e`xt v"@vj"+ 4^%(}vVN6AdXB+hqH@CLh8USpY˻zJmh[x]Je Rʂ*,s46]@'=t}؎b_;ε y6K!7Ҟ9/9ưx.r+rvwSft8 %#yxzK "sh旔ly(8̐4yd-}˛n^\Jbeă*^fkz׮řo NB "`*GlI.<ȬlE۹yA'?7WZܩ69_ 8/)|y+J4q5 "Gl1 B ޣ{4oG~zgײ}(@mURLg) I}yF:>W#B!>H6i>._G՗HKZ ~w>O͂ve(S % '="0a ~%LZKd,u;Nh3iR!-A_ov;|J`Kۍ H7/ӼaDXߎggqtP/6Ru~EDWio0nX39}eaHS)6Ye*r[[9IRslsnY ȷlH!8CHT5TیwBIaYo cTiҲBI; n%t&; ݮzn~MprOs( Bݢ,jW;iCQYˆ`IBN(fTdXQY£+O2ܼ#Uz) ?&ig7yG"v(Kbo=$Kl+~FΚiB?2)~?H DPEزmbH'P+qƆh܃—H2cj<?fpP;% 0$kןDE'ZDC٥.u7O ?}c.JsBP2)o[(ɫ:%\a%`2OU]4fkm Aӳ=iR\?.>9&rHA d.:ߖ5qoIýYq01%SF" j&!|Uodjw (r'ۥWIG6OP&.w'o,*p/| qޭVȐ>o`2"vPhe( t,t?m3mցs5]JCY[[U03wf7=1G29)#%4ON\1JUNWJg&pfrB"ͨtVsMYk2X͸(O`\W\a9iYYʔLڷǧ^9s,_ƺy#N>!!оb[>Ic)~|g4@_p{OoF#OX$s:)sm2U%(ߍ AQ0@Xcn~¡t>>83-ZǬFo߇c$KaE"ot.Z,@$SܯSĠy߷w<.ñB֦0;K\clݿ9l75ITAѸVCgp3L7N#ԸA;A li/'8QvGF 㼊\('_x5_ڬ'kXʞp)ĬZ\%L ҏ^7Qe\N.B#*6 ѕܥOѳg~W R/P ղۮ̞gC* s$V|̰aK{>1I=3[2 ](Z G ymx1FJC l-uT%r V; ~@铅q`ˠ y~L.ä0f離I)˾^cyGGhL'{n^ȫLۭx1z4Lh[S'_Y:dMlK'ѩתa;x9,:wy1 UzF IIC%0]^hiZˠ)N^}wIeBg0zFt`9Yȋ T{ÀV24oh-`ΉNjk~{+Dr6$db?qQH˰ &m0ٿ6 ֊,#Zi6r^m=WT&뜻QDNj!(ًCI/jWgz=kQ*ȰB>EB!LTM3B~qo#wSӡ7D:cu< ( #/|9LR41DTK5#GDz~#0O38M).9.KY7Lcgb͇޹X=s bM7 9DmkH9&- jBZ*_m &PO 9`&#69ZF$OŖl)fsٓhv6zzY$dYs64!Ho N9=N~7r`%J|tѹeďBdp_oϏxјgJr-Ry~6;=,N <?LvXJB^[)?XxM ~H8*8բI*7..}lsܗ%ʱ8)@JM'АfOI#;3n3TݚuUM4_@m%{-kV773JsKD. &ѓrX"^}8.L$ѧTq%lev bވ*!D? ^bAp8 JrN`VZƢic6v^;c;u$$ %fj:Hk aC[fq|<w ^.tҧ(NΨN*Ɠ,UHast2)Lx3UR;vfRq %p~vű5ıh|&rG YQyhưŨ&;X㘱ȝjaqݹ<֮a£οݓr% ȗԪ5o/x̧ W3ܘUe4]I1eXt1ZU%@6p L_LGz1Dx5+YK`#m/i zxBؗCp]ǸL3(*j,zdskR-h]  Uca_䢪6`R@gj$?Q8M~FphEZ 35SXNe逺1-Q#Huѣ\.ʮ=`<0LeVݯM{ $u8W?P 8u9.3NS#kC˵:^~ԨѤ7F~0[wP(Yp[ـ y3x*ҫG;6^1<*дM4k%fir$r 6MIP WqUV M5kV~( ]3ÛcԲ5& t[uC仐=_I\?<} ?2!J>lQ={2?轣љd")|K VjDGѺv>'1|' ZڑJ])L. 4]dA/#S%[fZ v.]qH#UIp|f?+fۨYaa9>=Jo%{ |N(Ҫ. _ʌv8Le| yF4sMh ŗx fdi G vϓܹAοrkGSdWĺHzȜUL)71p ciyy^KiFwUH*?W#$F:Ä? ץ^x t^ӎHT0*ò2ɮ"3\x, jʪ @N\[:f+v%i`$DNGRT}&e# J^H9z~xըfTy J&PgHMHn醸.};"\܆Ir!L M[Hvv#[,TTI,4$վ!&9aitgSH+$jj |\\ fAw 3A/D/m{htN#g {ߤ#KmmAh2y!=?f(6ud~(Ġ@ {fkQ'1 =&ש{2tibͦ^ӏɥlLoCgϸ{lWq՛*K*_!5+3]Odc$ 6yH_=p"PЩM֒i uѐ~Zx?Q?`7j ?v * rT6xZ̀8 *C ?z i(aqxkM~ <-#Z6#5+p'XRH;gu_Jd&@q3ic"`g)PjFY4=l3PfZ ā|LVKwݴ>߉vm@eֹ^~qV*; FAc*I{AP.'V1 *9͖.P Zztг} %ܷ1E[t/oѲ  L}+oC!<&,dMK3OI=1aȢ >"UT4cz"ޤ VHS (j2m]u6ki! aH](%Ds+'f0,?BrA3Fƛ{~у</HB 2JMKe@>"jvXjEʼn7N+HWgMK֔_"%@E#ۆxm=|墰A%A%滏<{TOM yן罺©9ݛϘLQǼlky12+ת1kbp2B("2P҂͌Ge}G'SKsާ魲ld,pq'AS} qѪx`2q DΝ>Jo vWE.qfZs-~7X #-M|FCx vȐthef(s z 6L()șyTwϷɕ HC:"ũ__tNrqmcqNJ{Y\}53x'"W+g:f@'̌(zGvE{^E"}HȑҝPW\NGRa+\:jvnq̃8tܴ0Nq!ai-}:jE^x` :xZC 9o>3粴P}r- ` |d 7^rZ_JD1\|t!L%MQpPtē-F܂.u+>]Ǣri ~>ͬKx_i%֜RKFEK=ݏZ_nkADد#{뽭 wSh4{ z8jڟ )7 9*-+)n1U;k#h648%4 ^IIEwZ1yJverT]m$I~/}냝_i.v}ll!f6lbz8{O{Xj!8wV- *ceҼeUâ]~IRvEg3!)(Pg| ?AFY\zFJtQ6TmCٚ-wMv> 8i=E)=<)lTfBLSkA:9)O0qx LkZY6zX?Gk1wlgʠ#׫V._D,(`iM'%h}!s=P= 8NLWa\l8UoBb?g|0B`6ZHȽ:,s7{>:Lf_q#f=$:q!ZS]/Kkٟuk"hE U@>bsfpx7Ve0Gt0sJd'@/'hRV߷Hu.j3V**cTtDW 9u&H`c]r?IDlHqvRM@6*X[80;"*8 OiruO2D,nؤZpQ6X?4r>|KGL^|!>F04jj!HaL~\v8e0I`7"?mґ}EקcK/ӯ9Ƥab.+4NjgzX܁LD_+{x9bG[*U1"$l+:*ZЯhi@>__wܤAyh3fC>ͭyrVq `wcP}†iEI`)̴g*SZD(zY'[98JO@䁉K)x>>//)F !1m.i ڮNPa NXo~CB2M ΗEXI =>)rFW"f=\bk0Yֳv:OPx,* IB" 0\9 -5`e@xOD#k?s>91c jTzve2E+3nI/Wo%9SQ+UH}BZib'qbcTPa&D^5lبnlQqg9΋.qOУ;e}5R[N;jI?_5K%JWnmtm\J<J;;& ?;H*B:+X_d]UWqlY Zi1|+c$K~&IkgWENi8RI ZQcOp@pj8궟&yEGEXv/NX}Ҷ}vUY#i 7&рҍ23FW,I&`XM\34HdVB@*?joE3Š&^׽;gR,|.~ ɜb !t焍CEOd;G[P,nK.FyE_n%x\Ӎ+*-Ao:,Fʒ/N^wE:ydVx F|Zo V¥_%LZEK².4RḔ8E;dPҳZ>J{7m<$ kǣ)PF9įwp1Tc~4XLh S|$^_,TȀi]nM%*JO'|t8eّ5jl#U1@bM!k-:׍̃R)TVʯ =8T G0.#y""~`=z.p޶+~o""[N0Ib'F 9x<\MY! ˑEZ؊ h`d22B|!>M8g &r[A07ok-qI1;w:YPʘ7YvlRn+JLR- ZӎdzJ \+;Envav  B(O͋z9B[٤&cA³GOafRC ј'l'Bs=^5ѓϢQ/%oD!|׉,q]b+o9gV y2@lv-{X]x#"Şah܊ 6l[,_(1n[ U%*()m9tͭWR<:Q[هFޕ@?ݒjHTYo,{ $V5}~_]?mHꓤG 0=o_C&@rΛ wj&Lj#cbAt%E:c]+.UgWvVɘX1l'rDCHͫVH2Fe7^^ Fg帧z+ae@ԃTk^x#EEjX3„ ρ`#K\gf \DJtkkW|N)D.aTYIv*rbh !g31G4lm@}9`^W{Bl WXY$ٴ:d'nћ,comZᠴ֭UR4(kekB<.DҴ#9Y8\D5zq3~ /&BKZ RS\cUdubXu@9mōiX78,`IfЯB"j\5E0~0J~xf_0J^jPJ؈qx9PoOBC9F DwamvU,d /5.r\y(% !y]Yș0*%' 5 ՁP9څA[ l ĤW^D'ȕ@8XT2nn:?^7npX˭ Q]qDH[nh0`ב;,.-s&]|߾A}اΦ:̃ 4L\*0(`Өs Ҕի$$#tĹ׉^V{9+FHw@U;V:3gӪ^b7_udizV &6Ϡ#SVof-'J7σ.[oe2hWm>^_ nkGS{[z\9€\(׵dc< *ʲNW7l5 YQ |2Ibڋ~m.v?4"#tĔmE0*.,|ڢ%dquƅ ɡ=Oil>ed{xğE(oA,xhH7$췃gc 'yQU բr6:1+GJZ28H_ kY@v!ih ǭ40 tDGu Tqy#f h(`fǢ9i CCr"JPߕ8a!6)&a28RL7&C)!5Nц0~R$Dy gYmNj:mZ@K]-c:e]Rv#< "MqMx j*boH\ (Z%cփK,Gξq/=>˻/aRssb@I7ZkP6+a/`fÌR-LARA\T^Qr»=evզ{b2 ?H{2&igzA`f+^Uw>PLN.Б9žv2hh%mޮKF?H->1axZ9[UUTJL<5Cm>Ro-M@v-@1T.K%*g#S>'݄e(*%e_AZs?E /^O٤BsRCzB[]J-z]L4n8L0oEJ+ 4D%FlhАHPيDNUkDS~lKd7+Pz%x¯dy0\u*Q=̼]V[1yr\UM+uVM͙z u!a7!e%"-+%+_u-tV %txCL+7y;'u%=-%%}4D;r)2G$\S#9%agZ(; ;w\_Z,䇝[##C!qB8pO7em_DƉ3g6Dk wi`$MvofZ72L2TMh^-v@"y]{5eB=Po),űP$~~Sg ɯfh$w!+\ ̾%JEƵR,-l#+FDEz.(I#5@XtFEr~Ic—,xV-(iי>v9cg ӹI0mu@qv_\kz|{PPTdK C)8-#{vIp\\l~CSjceXϸsPU xz9ȯEDdJjwh)9:̏txA˘g ۙ+92.-=CM ~ne!d YG{.t$:Пm  ^yyMbu"ZkwJ,_|˗(f l.e{+`1ַ8Etښ]@o:D;tKKoC8|--0`fq37PݘJ =gS+iMRgSMϊ:!s[愤uл07RTD<0 C'sP[%s){D׷/Eeч !c鋩ܾ~)]m6$+2nѐ@5R%B<{}Gd7Z5ND3#t9^.\.N\,3QMV~% K0O?-o[R`aHc}7B{SSռyoZ,4G9=dm{cM,'Ff |1U#y<f @P>n֖evBÕaU%b3LTeHei |'wa8 /1Z̭*[th k\GVuqE"}(C} 67}'Ѹ->!S 腕^U"5v-.I +ʊ7&4/6>FU(ٛ<Y؍Lh^yO A\'Ƚ: DNb bCcG9Ɖ}Eǜ'<CBd|w+Ƨ2XnI9LrKLF䃫a,6oh-S~$_a.b6lHx hɦ0yaz m(=@L.zzzJCr=q)WW_MbY QR\Dn-S^B?;,եys~/L {n5Wi!R>pJ w!-d~1fD9ܖDIe @S)VGJ dCj@pдd m6Sץ˅gCA,pNow>ko;I:ͫ IITpon3 Py RD.Rm59@K;{4bqKƕ 1]J=TLPw*cnb8 Ky1\ɏ$!eUiy_. O؆ ڈ,8K 1*>G1$-QrYkk:N|)x vd@)BS?uhPp|w.DF?'7+{pҫ#ʦ6ب J3eE~YGֻR)&_NZ6{X~Y(^P\1bع[DX5-rqqB`MYI 0nQGjF>0jO4$#1`H :5 A+6XO~U3%79\|U@_S ɋ*Aj F?=?_ZQ$I;X\^2-B.@U^UPc4 )ZuŅL7IA7x1(u3w}Y4usmV7wz3ɡ]/K&v1[,:Fp g kksm oK洢,&[nx*C.sj0~<@'q!O,uB]r Aes4f6Eg:+jRF8;Fcrg8R{I(:/S@^_?X̓gA{J6E;!BKi #@xߞ`LF) ~T0_VLP_HgȽĤpӄ%IϚn KYzd`:\I=ɉ4vf= 4p@ 2“;aE.GL`rFy22T2 ÄTԿBa)U0"9lkA{gL`0MW@]Μfp8@&| .s[lkj" PKު{X=ʨ6} ~5CJR.w8 KKV)N*Ao1$tsg<8T9&[Eq}Ϸ*@!b Dτ 0sp<494)S;ЋΝը#EoOq츇6\퉟ڱiݍd,e=٣cj<$Z]*ȾiaX`:;e/ =d_s!2%#U|X7dޢwAj+-^7xmX\F&sOviCo+@V/̝R*ST1\^z]<}"g x!Pa){o?l6WCfprȪb/6e~ҝxɋ@0!Sɋ'ۋ5)@V#fE C1u] o^}ku+(rSd 2^}m˽}zZߓlX nj CB/FAQb'6MEއ_uߒӨS38@uxYDcB9D+J,HǠ!f#67wO%cXPv|3vQb2 ']|*oX3u{kTeC3-JăÄm&I=JI`J~{we&<з5ݍFh+V*%r,k@v7=^N_=$FFIZs8Q{@N=wFo̭̗5ʃ5޿J)a(kz'Kԩ눂xCzi9k^om0]0>O6v>G#fM\FW [L˙5)26ۛDŭ4gAU?3 s*VrQ|sG5i8VjI-duGB:dE @[hq򻃰fAy%o:6++V^[,M#Q$sXRxhs`#a"zZ؄Ag0;uL@ZT٢+{̂QufK7{ a٫#3MS|\ɶH{$g<bmb&'Otk_>&g >PPpd$8`iR cms \8P^X`% J].8_X2P-l#pf.\JDMr] u &ydz^j|ۜκo|6XVR,یx;,G cUaw-=Fb{d#fACY( E7B7 i"1FәN:2UVU)*g&DHZƠ.{ߥ1 Ƃ`2-hĹf1J.ݍB= t4CkeKx*:t" N ܰnǽsrbKI3+M`֯v`$݌ٹ[ 7mXQ$q 'K H̎.Nh6Ds2\Y\k,kJ8Ze>,3cXۥs)aդZ;KXSZ'žֶٟ9GtGךi8ݢX lAD&쏦k+E=mb6dCttz<3WJhDX.pAb3? +WtsPܯ6@/+ "z}QhAC"@c /jI?~,}.`œd#ldEa= V},*F ,,$ *q\qYZ 9,;3f=_:3"9]p u1G[}ƅnhNY{PT18.t֮,`{4m&t1R NOri>Z^_P3^r&p 6b5k`L="i45z9r={asI٩?؉ Ӊ <kL|݉JUef7F{˧. ۫mX326MUǯ2p YZy 6mR[{: 8]ړLG9DC"9k ZuNԘ/ ٢s?8:sϝnH+mH4((6xCOill\Nؘ; yƬ#~ڹᚮ5 O9NiRlPl{#axDVqr|"܄fg[> PB4A"+Rms *z6g! 4KyHdtdwXSX D1'~S d.^N(>?(5KG5yO˴ƬRsSU4:JzC \kq4[ѺkD-rf٪m˹QJ'ulnl {>-YpP2!ȑ~$vٵj`VEWbF0pǨc0we(KUw1L;!*G c`+d z1)ᅾo.ÓސSی9&/bq?2 ֑$QbҎטQo1-1BQSUk:8 k g(sX`NyQ{~PtE>MwCq~?CuO_H\O䙸*Iwg俢SU巏c ;ڊ>Z˟Mڴo0F:Iip@  \xf|l1~g]ؐ$Ϟ p1{ׄL6 #2H5) %M4M̀bdzd8#i2J9C5( Œ4bK8x>AkP zMjf5!,E?'ag,F*!pD_X$.{Ren6^T[ 2} Cg`WFɣ23\e'a*m3DZ{ZJ ះ TCPU'W07o1?y'g"0P G MZ !0*!T| Oc&g6,p:G“xU^v%b"? eR"L7i .ccڐK)CED|Y}8GK%0jaޯސRڞVVpTƗO0-ѯ"kC8BtM 2zy<~<__օq]|p꤄)\ԪCF~4a |5 P-1eU%vlE7y?S)]$)r1l 8v-Ojp<e1P gFߗ-N&y'ye )9 ×o1p gUjsF0vK[c0cJ8r ?X){C^«4p)I[{RZ&5LLξCọě>| ^:'4&b3X*rg w(k&4gT /"/ X&0=-z}̉'ϾnC_ɛ~yXY0ihjdDXB+B˫ZP n+o I[<5کFt5C!^"vQGF jP%`rg`բL,KKsJ?zZ g%"Kݠ̋™AͶ+欧#%y **mI<<+0e~PC+t= ]{3}y,qÌ5xL$n i׵Qԩqo*:5jk0f ~{00X&Ph˾]~^͓g-]dT?Jvi!vKdZ8>S[_+: <>YJBH.vi#x練clv"B67j_J55TE jmf|h|ŇҏVh' U;6#Yߗ'Phs{q'/%ff5}[gh?ʘVlh{D(ZIJGKqWu e$0 N/ +AKWx9-^\9 ,8 ݄$1s95tJjJ WP&rYΠf+xv~y&Khq"ބ 3Y`vﭡQY{4[6Xe =.N.>7E'}:^Z[!DD"ݹVkEN.zHm/p#~9m^ >g41:uԠ;~mUlZմz YtݢA1+96~QعMϵE.1D>+GϿ7U8]$Kr~:e|/z.GJk(ͫ;0tFYZ/!"xtآYgx4 FfUw9uj9 L@䑑hL;AzifSy/7ۇ9q D~OB'c+ `K@w3n2m~~=fP5h1(éE>-'n4WpWjp/؊|{"Br**=O~5R]죮AbO(47$bg4̦ԍ4 #'\$fYDf="lnM-Jv;<󭄞ʉMǬ;J [Ŋ!n{wE*ONVD5͞29.u;ͩ?[ wƉPO40_Swf{Ƒp) ^v%q!2!^λn{@,WBӡ>Sd"m,u$f-W zzlHg-#qd%{9M]gs[-$_;5{ElUpIQc6 [wR H6sV|Ue2xeH'~&"9iq¯0,6$o'I~y(L?KլRfҝB魒)ĥOTU` h1FKpѳ4e:>pwVU#]ץPzȊT<7tYKptF.HkH!j{T1id :/%;W TS[;u _dtϒ0'ʬZ۬+m = n:Rmo7%裩JyH/l]OLgJm}M|SjK9 cۚI21^dJ, un?5!( ]ο5u̡ёA67鈩-<;pPkhB5!;holTGɏ!u4_ d}gH*9Wfdh-(̃ T:ӆo hYKam%nC2PCHSݢƇI醮YۅJs,uRr?sHk ;p{g&HqP+:wgK!>[C5 pBr"kmG)]H՟ϔA[ėԍJ45M5>B" [? 8UQan)TLL j*MwAx4j5B1ak)^f!nm_Fc SՏbF(쌋.˸@ -#bQG;j<wi wmxoo3H\.ޢC&9W+Ifu&jFi A"ř|G+:@JʏBo YNۄZ^7A)TTH_aT/O\# 1[1nI '{D$[e+P6ndUH5 z]d*@LG;!~w"- y 2Z9RTH]|գTۆ秵~Mځn=)`־J RZLiֹiã5 %h=vce|ZٔyYc-ӡ+a k?0e|kA~ wJ.Ld&&QTQOQqØajw>װxY83XR`nOń,! C8鞟J ᳯHKfy7pa}Fz($&;;n8loku{8)]fdk. JJN`*:^Rl^d5K/Xr}C rOʣ( ~:r֡]^~.(g^Tf|S\{-uúԫ"iF! 'F( qB1=0~e 1Z(gI]sb/B(V䩗zBzt2 z;۔P?6OyQ$ļxʮm;)$$9GC:SnYJg|+cu&" [!h;mjg q0 D52h@]CGm+[SYY$*׃WH,G7U}i0 t44Tq ʰkioilu4`uG5)m\/…sMHzǏMu 5uu;e) 6)ETܹObfG*V,Dͣ| '}_XA^:=-MѮL'%9 Lgvk{-̵IGLǵt~ ~ U.HA= ׺I~GGxJHFƬj2QdaNLՌ'\8! j0]YSa~ 8GrF2|+U6bOXZMbi~?T0 VG68j)ӷj1\V>R[}הa ! wRq(_45&~"g\Dh&#븝:=J~y d ""? v~J_@o檄/クX80Q0M sT)߾V_Ӥ)Sxbfy%@WY w"")0 ~%od P[) I|\%u*M0 $푯$nkȞ @3C`ud-M[>䢖؝ gPyEdaJ$ƯO7RiҡɎȂ*EAdf-Ǝxu)J8 QQ iK~@ R-^)=̞`&!iqh!h̄-@,fG+G:#QA:]yx!uBR3qUmCK'dؼ:.yKCP"C_@J3Eќ?V%=v[ cS߂J/~_7VI&*JHB[. [fS*ni͙~AcUúk0M(m@yܰoojnj]Tu}[< Vڅ!G5&ȕsEM߷1_ւt B]M C65̠a&gX$2_(X"u 0Y@m&B9{פj=U!@џg#||ߐ1DŽzP^ҧ[p !Kܷ;-J u?R?d=\*9f1 f^/$q;!;3h KPܦ^ 逛U7J}놪VS$^`u]7IOⓊK%T`KdiPw hVt ‚"Vv" j! M>ڌ~\TkbqZQ鈆lC3q8 MXz h,{ȧc \K4+?#5"d\Z*Եo>~eIvnK;U,J64H݄ wJ_wr[ WMQf(nWT @H$ϩ wPlܟU**m#mt\g]ie=?=׬KQoti:V ({B҄0ytv0ZM=VJ7*u<18&h(V t3|lI[ȟ:R2ZXyO:w-›I;Dd FEnAj=~x7wH۶>)!*TUzYk%T'8huhK ~]v#wWkZ`Qu߈h> .A]b>iAnFĒ$EO%HtF=zvrd, p[9*?K3RUGwKz`֭M`b k^5I+D@?5?R/~εJe ![Zׂfi6J*j3y TS# JTmoxFȁq(Al+y9 ,_/ִ浜L|A?Gv,v-6z5* ǎ+]KkriE1K(C]a v(αmEʂD hPe5a<*G|; 0sV(@t|ٮccsanZ Cg 9( D0tMal8O[-uPO:FM(o0A˄t=RN՚wFzExR&m>x?}V47ElxGzB5!(´"ՠ*~fcV 2I郒#W1ag~ǔԐ]LVZ dc1cx;>0hpgOJJ?ӤK*聍r`IeQ:FzͅVG`#Ň0L_ E$]VB1ZV^ B?i :}P]>ic_GvG}<՛NJϔ'v (BgT[ȼ`iI}/PKq!7DsN4!oǞOI[yd=gEoAo4hTziAHiim[[% 蘤ʢJl;oX%*4{ FC68UЖ36sl4Oq-F+8gW}BesJ :S{`Ѿ$[L~׸U<>Ud7I/x⹬3Xy |]1;XG}6L8~7\@Dbd*״}D$os:҇vm -sBUӂ؍3mP23ADqF':MFx,—ڟ3OyPk\D5 ɘ;8K :8/wzR0k.w:mގN.CEjQTKXzI+4ckw׿AN ܚ8#9ӌzS*n0$6X›JR V2T9ȯ~Kq0?1dN0 `PIn<I׉k`_ j 1)0\Hru|B}HYh@gn544[ WzEoͪwc8uˈ[*Y(@lx1ZD5/uy0yIS286 `V1&%l ٪}NqЈ`3נbJĘtq+O7V`ita3Ey#V_ Cx ;X|ҙvHQI#Xǡj$J*n`ߝ11b.Ԋr]34ގ`sZmӗ:t%Cq 6OF%Zfvzem_8ٿ1gؓ'`kxC ezjs(݆+0N+QUҮ0Q!ɀX6Aɬ՘C.Ork( q%4 Fn^Ivna;0|fjXj}0oכ!fLIV"[ g1ѩ?jcǣxfz~۫j'*HBRglm cIךaKEp cLM,R '$ ?ʟ$$3M M>VGX{ZqН (6v8p :64q55Sʘ@v@6/jJ~SOZ1i5qFT-xGr{H|9Rv?n*@GNF)?-2Jm//&|odsjB_Žl-zL#!ng?,7GDŽ-Sg#i|ԝ]t1vӳ7#˚bW2fn`:s~/SuK˪!OCg#>Z?JRd.OpHmy! 6#/f. (9ՖA(n_@|C1 -$/<`zI]qՁ-i7zCXҍC1ݭvf}OEС>s. z#^kB{0b[ķ N2'p 3yPh<%>M)p/}[4]+(_:c])Q:e"L .7jzQ/obhrC5 59fkfsй<4^a^,%ڃyT]wf_0*koʐRNcT^+O97+50 lJJpԓia]֧J'~k[t[8iKpOEŐ / GC"ṘR&zI? u2׿=#3̡lLps 5.$6 dḄ@$+0;a>q`-,N $O -eGo$yX"|D%g5v\ ˗x=P'ث㋈vNA]R^@U}5~~(u/XQAuPyӼmtosaKGoyj;)Pjv!a7a/RђK`'FvA)%?ռg '=8Ac.2lLruj;uCF,9{Z{4.V"_tr>.qM)-~>Ş#l'<"-Ӷ(m' &&=SK:[mBGz\,DoٛIPy!BnAc(qZro𹉈6kY\Qm~M954JpP CYoTi HV̕fh6VH$z|ygds\ %YA[GO ˧9 d 7\4K8i¬F# VUycp|1'D4`}uN44 $ >בGa5ZqF)mOl}'<&)`ӔKd=2(ҸʮxpY.NB4#A}7YRZdwovdbg}# 4qUyo/ި '?+hH4p4vٸ9DZkBhƑhڠ򏎪_q>{ Ah4о{`Pse~3UecŮ$47b坈+>$Q>U!(V+nKclUc NQ\m?y _o04j݌rDÕ{`s:8|Dd; ŞP=ZNFj6PToEe<6 r~M# nCU?p}h?n]\s`>ԝ7ŬJJ?yA`h#㕦 f:QSn; 3Qf^VuѺ9hZ- /+G9k{.gwm\any_}Ʊu f ؞qQ)mV.gwgͻNԷ{9XC[pû4ߝ3U2p1  t4=\ͯu v!PK?X[)ϖȎὭ!򱪀nfbFc%Z{ǝуe"p(͗N<0m?[ dXdz4\O۷LN*Y=TIZ-I?J4NhYb[1,!1&7Uoq|,i.!%N͌pQxy3y!~7@橼6}HN%ܩ4P۩Z$g=Q,w".P՞clepycaI3X{( 71Fqek$ E7C'yXڦc2| 7X6jCKNW_MVJf糪`Cw'-Z-\B' ǐnZ觓8[LQN~'*0Ds6nVpg}?:ie^6 '?IC]Bx_B:<<#=u@[Xˡsk#8σ"A9ք3sa\jX Yȍem - \8E]QFeH^GNNh1oLrj0ʏet(ԲٝFM W"]9A^\UDdFvPV8Rv &q(9\M깓/,Y Drť/z9M9kJQk5 D(?]WIdCnUV̭Yz_߆<̉GSDE0fsb 9V&E:8ckb=BS] Yc Dgxag̨)me@L*-؇k4(ǻ𳌻uKЁde^j֝ڨPbwS:K!Ԡb ٭#talucHQ"5Ŏc{7ڎN5c(LH:7ۼx`BCJvbiO%$FB-:M+_? c8=ZӌK+@?LsC-6];m7Q%LQ1tkCs%MK[f/Ta>z7uhSL6')KX1"(STg}>"ZV)<*3 408mvrT:*Q8WKV9i܃ 1І *yf0nqch{S{¶ 6'aCͨ D;hUj=6.Qy[  ܩ y=NAi$8K(ĔbX`FwrK:j-s3xxq]C~=uh Hsk$@YB6-f p]jI A#x&Tu [sPh5߬y{)d ?z3xeM1tJ0e@e  ]%5]G% +n/=2b:n衖+22FRꮝǽW(t͔ m3A_vCE,+t!3WKR41+>O^F? w13TwqdTCNi!ڛSh.=b,SBN6/jd+>+`mpOao bP;,#\Mp5cIIz R MRG5 VsjQzzb3:!IWoSBܝ쏻2udOm z)W/ǃJД\V&쌕4["627Cy9O. \Kç:'s$LU4&C]%m'O0ЯBCeng d@1FG < p; O" TY3Vr$a YA I@<ˆd#/9pYMP; Iw|WX)Bf_4tD_tp3{e* _sK^Q]ӭc'Me3P$~͈$W< Cs12*Ax#@B'HX{}U^hbA^mTSR= &- (noL,fF,IvnU` c jRp3hiqTY$C]<.4`N0^x͕ k:3ka*jiGG.lNx'#"&Zw3{| mE#<&]s,2.mFdsv9Os&?R{VfxTk17(!.:,_Pm?ꕲg,7S /gGdP2qsdA&IuNT;VȐ#jeġY 8aj \X,\mv9H,RKJ &1- gBH=ƨu*ujuc^4e !+aYݺn0<ߵ(#VbEhb .xL)) 93TkZ5$ca& {i)<M{{Ѐ4ݙna Y=:=)XS~zY|jSdlEDڏJ^q<`),W1< FYh5qP%DlK'2ZAy ~zR=JXe (ص  X]3?uɀh˾]^<3Q6>鼷=icyt9֌<#e^<B31<^wmE>C@T_a$<'PB->?nʖ#SFĹ3[tRDžLm򇀎Pz)IӐ3VQ#L"?hĴ `;ұ+F|wsDY{LTp.7zflgr{ܤ }#10Nu_]%[7Pjx]rwmA=A.b׆,m H]Ԉd>t#'=K0>㍐w`L)?BQGر衲j9;&0o[Gwi&fDb0r[{Ot/0nNgm &M}xמ[ǀfl:@p@tCuRS\$΢LinAy0<'`:ufhzDP9;pґ.$E[Ga cɸ.SK){SoKiHo$GeLbOP iCH&ac*tH;hﮇn7vPҵ{;;F}5ʍFSsgiw>N HkgvtFk&B'D7u6̞ɉie|PnFKHuRZ'`&p,*KYŽXchJ״>"׍Z W)V^WsTX,bRrxF6L bQI&(*VXbA[ ’,L]]l7£+3f'jDV<[B|k i?!g8OAÕl܆L єh:EmJt, )٘Ml:,1t+vr1҉wHg|Zh~g/i.Le,^frQwN/&#Wv}Bb2S:w=r'^ȶn`cߐ]o+A^}y[%ifiU($)an%Ȗom!59]G/ȑi9z`,/VMFtcJiTThr ~@F"FkQܟG?@$Hv.$(dk3pd`#6&L+K쿥}ZMÊerto(OD<>kTup6CmIugWMq'{S3c0kr L'vU>IEh%^gp a赪T*8h_YI^Nc080q!=sS^̯ac[8:5^V$@ Q_cv,>z]I4w;p gMb \)TײZpoU )= ڋ/4nwYOy(e%6{CvDp}Fq]{[Iˎ"dC ΐ-a{17KB:]eNKLY1UvH*YXM8oYͤCRU3` ?&zrK%5=vt84iѧJr/*KQb=/zps;)Ō%Y:K֣_Ww$,Bz(K:r,nQMJ,dmgѿK*'~A3A\֊bJ[Dڅ+%ʕ{۠Y FuljMf @;3;g<>@|JDb)1mCa]4wý- ޱN1I>{S.=2.~$\CmӃ1]h? з1bҴ!7!,NX`QMMfJ |c>A93]Ҩ;Ebc{4>t# =iPhT;RN ,1M!iGW(%;ol#z-+AEYVZzcީ; ϋ P[xbIbrs625jCa*:p` aDI5zt\C\p1J)iu}m5B#i9|N):g ޓSzK:P8x>xVI>'ԥiΞ8*[7hжʹ ^dSrneܶLQV/rz\9u`?r@f\t91$6هqS%W_tʹYX;~S̰L* i1SCYTԃ/Dg„Z|n3uƳj9G[k|PJ !dWDH"cr*Y[3W0ַ2y-fx/}502}z,\q%)Ys=]_.ЪyeQ`!^,7%Fi Hj $Vo*zRE+9YGUi,~JWQ}ЌuMeAZ;5%Ӛ@pa`R8N!Nt53R借`{w}b{@er-"(U˨dk%$ moIZE7gV 'μ%˃p&`20Q݉W~>FR:HYփ* M@z78][OFIhlp.dv@O#L$h0+d[݈aE'`eYRo ' aɉz"\*z_qb]ѐ&ҼWu.;~tKK}pBٞ8`>/+|oa7ww{bij+@Su Y؝b6ca~:A7kp)D3!%Hqnt~Wy?)dXcV<PB 7DGTeBgUkQ$..bQODM;$ @HWx"kef?!Y| 9 _2{=:p2xkBa 3fFn ofdY`AD5qA?La7+v.RVӏTu@tLNp!`qy3'OIƭMW3OQz[IVMKCƤ.I 1*xG_|VOf ,_: LOCښ4`yݵG_8$>)wl$@t4nm*RFyG"q3PKQH$6DWafV|js ̻TKfwLa)'{@8sl2a*iOyļZAlA,Jk"@ Y2"/qQ=ؽ9逧7I?V a|¿́,&ȼRĞ8Nq-"P~!b.6#!rS [\{ˏr7a6-W24URj4olQQč$um~+|)l η@)%C73!ztUkWtNc9+Mah[6NN]̀rv˓QKYמ%kPIUnFrMy:!3M 'Iщu6|$UH.n-AQGBL3߽oavm.wDʭ[ B#S_ǟJF 6>,iweo$N|Rul\rmNH" kC qC^x_S{b b\[\=g]usOӈ>/Z}.O@#dgr%ϋ\ )쒭ʩV;Bm9(\ .~m3Nڽcz;@FWȀĹ} RBQ0X_u77#3>J Z0}v9&]sm}|Ihg-pU*(9fifM*1=7tf/9;0ڨ8'=6ГVBxUG=Xd)?7ɇ_KsEg$vX(bEL)A%vxS&ףm MRHW X=39lk匒:Āζ 2"Kneͩ8J')aizeO1(65~pIUK$O1 G lg >wtc0" ^U̱{/ Wϕ5z>:jkփ: I2<DN >S[|(v;`~蠟ym2Uzr9 G%u=3/jվ(梸38a!hީ]0;` ՚3E+zt}3iEj5e}4/!L+! %$< #L1]Ew Sޮ̲WR Iy !Wo3 :$s -/LnCh'lzE1mE^.kWxCRQsUO) 0 |V`5}Gj*$i=Fڙy=E|8wM5\ wB; IDݿI7xv̢/MI7%XPSh஠_ ~]n%9.c 8TuˁU'7rm iң\yX;OW[Cd㾘 2fd{RL?)Ek$|m}ҵy⍚[4:wwhy((H'Ąo1&TFdB5eh7vaG7, {1Y$mdcLeIwa 5מI ӲՈ_Wk4Ja:tx5Yv]|宱k=ƕZ۪TW9lMYG Lz`uQc DN}nE0KT%rU65Fzjw (r /a P>HLHEBGE2. Cq-TCvbw_}%Vk#Խ՘-PulNl 9?@d q ? Y|J[vKɥx;ԡ0!Q߻al}Dh~Յ"`rڮjV8S5'Re+i]cx^D\ "Tj9&uD}'-?Q x5Ө-# 6\m 4`п-31ۃ Z$P,ۓD=S1w~Ծf`Ec5FUjo%]_,TRڝ$^(8E0YbEs yJ˾4D**\(+k~̍.QrT< %z>=:nI%|҇k҃QJ]DDo%ВS Hmv8\:=x9Ag̺֞8rщJ`NX}C#YyVCܫ(47 |WM/ƽlp4㇌0P| 42٘./F_C3+Ej"I~:n7"veGWYTߌ31kP%LPZr-x-+#S2R\p-A'4(KŌ=n6<@YCt \_Yv^!he#΅gDY9r s 'r9 8Z$-yK]4J 'in%LUz.:nOxOu?1l1Oǜz=S>ñk]o9SX{c6DkF?Fvb='~ /BؚQO>z 1˧/QG> S@^7IZ\Ԕ{{1Dr|ַ9G"7XKɩgx.~\qb &xv\/ QcxAHDٗA[ַt*eq'lv6zJ%bQW8C%_iؽ=MzFnSZ~8T*!!P I?mXJVV(*\gO$تy`=u(2HF{zgQ"$4aɾ}J> eѬۯ^@p{be+LrNX l%C b+_m|_2΀ 3R343h^G_qU k W_$w܀AkFNsѾlhseőҽ<Þhw7]5>pcB<5k *V5[0\E~VX:qƸQ['M7'maTkP^\j9>PHr.؄1/+ӥ[f{L=`6hn˫ɺg `oT4B6Y>YvYfaXhFBTQ X\HH5U)igth|:8MU޸0*(a'-Hͥڂnzm* "Z~"3QM7pF=k\˟쎜Y:y3/kni.t=0}\}dO"eמ] J~Ďmab M4d-iZ._LEܱr,ˊl8efYνH<`j'71iTGQMC`!6?.-ƒ> t;Zfp?D?31k6M{؅tB$3ġP7>{>FA~Q075&o!zjRUFo#Goku {KO|7G@DB8܇Ͱ$mh'\.iSי_(kae/_C ''pv*zMD3J"a7bHy, <=m&}[C ^ SIL4|6D +BքfEJ X8Dj/ 9wǻS|CcuE 3cw^ɇN"KjlPK{r}Hsߵ`koi64'#$"PQW)U8a FLSnt>*HR"*+w*(彋hEl _6d}(wL$w:@Vv[^?^볭IW}*cv%)t1MZ4B`Ch45-5Fȥ O΁Y{ cj!cЧabpWCwmby8dX#U$ Sٽ+.^Eh-ZMnn1-{50nҖh|d";Ÿ!x}y9C SYB}Y'#\J+Mp;gNRpN]Bnpy>7*+J]O3rHx"mxk/bR.?ۅ=%LluOՕ;4(}pDsX0PnOiӸ<.S^srFsgi=/%y` W^m4@3$>u3 2)ZTz$EwIP)AmRu^7싓Jd[]B7#<RW#(nHi_%ʸ$i<{E9pA``۱"4Ηu}d8ݴ탏@i;DpvwǗ1h[`OF~P(><v{^m&sېh.a۹2W1*Fo.Svua w K!>ej]sߕGW!Jx/ Wx 'qupLq8aƒvOF5NkEDUJ#3.Fz^XN.u8hIpEl)u*Iuw&t=ѧ}hfRO.ҠWA-SC(gq$XW:uࠁ(EfU|`Tb1ll0%ՅO 501!x)%,U>nMLjR<i?N}m•[q#Q\/L]Z̀Vwlw$ & Gpz# jX;;h]޵ |Dp[]2$1Va֫ nZ`,;wQPpW5=q?!yxċ.&L豽 |6߃:V#9+Q6In Uj^aװu?cn xKJar LG#NTS/Қ7q,x#gx& ޵7lS6<-=IY,oDM:O70?"ʻ}gH3jOYL"o?荓aKyC"=YHR Jc+o^BO$x`13wdu0UQ! }v=_U\kpaelفՑ\TG)S',3YJ=! ^f<\x*B|}ܓM0m>dv e'̥HWtsmmt^>XEQJ9kއX-n[^7*i#ͯ9,|\E⺕B"89>`˕} By;50 ` G.ÃIjy- (. q`ռ;׾ݟ1aT_#eӑVe% ^S]tk]o1@RsfHXRS̸ @/6cvp־>sdҏ^~R]4~\ye+9/&L*7/|@#\h@ QOܟK<߲Ӳ,kK(k=JP[+oGw#>;8uDI]; YwCj=QI9I51ͅT狴RPes#-9~º6LO87Ѹ7EFp5/6 ZCOPmQ5yQDW-eӤzF 6ۛQJ8@_QdMSͬPs zZȀKx}+pcp<b L3JPRs,/N"΍p^\Q " >"O#{xASh߰w%z(о)nwXN; /YE ;/]a uú!z+d_Q>V:r3`K__܌OMCcOۯ7{CNCYX UP\ښѮ,i3{/m$p! we @Eu2 45*ew*p@@ʵHg=MSo) 6!NJ=I%Rؼ/S^eJκЈfA; ~&j7qy6Q%m)$nr(63axЬ_NC`veXܡQs,<~Y3%MasX#4{/A)2],)+O'Atܑ$٪1.02'skO .m1<)X5!Lv)n6F<KU@F 2HNҖ4}pmaBޝ%\_!P"Yd"\5fX9"[mM0fqbLu=;*XS]6e4`$ka7 P#D`Gᕨ $Ӫ2*;)ל#hx褺&d6! *%ef+q8O95uL( +=u7oys[$" 4i{ťiNGR_dgN)"Dwja_ax;n0Ļ$Yu.JKxp}˕甌J_ζ#KUߠ- KM;?!,B*46?hWR [_j-ϨoλPv"4\}٭|`͋}f B.Eѻ#`T}V/h^fG2RUgB`e*9MSg7JHflg]J/M(;)d"MNtW*`L~-137 1CO@$֥~R 1=ru:Hzw579 _->!F#3|b0N(m+o'*AH-Ѭpr{V`qg 6?l^ޘt5G!Cɲ?7-& _ گI! #sDZh-ܸYNk֕fڳ\nxmΕf alO*2S& N*gh5߼>{l{fnc\  ;|` ܇-DuǞD8B!Q&G7\g/e.YhyW6=k凕3t 5lF<pm+wxXHgHj?-gi .vjPo͗qǂaSmJч; lvͮWm| 2K' N9VYBA$Քܴ >vtq4F"8M0 D>:qC.}E$;8A p[Ghha\5mU&$VMTT? ^!gUT9V rX؁)J}knrpcXȌ`Y9F& ޒ|JD[qy|`L6;껌@FZy|e^h+@IqOC>j Gf5;i@ҁp\CVvOZ8{jK:ma5iOxI NxM?ؼ@߹tdza&~o JB2Z=in9!;/] ֮@vP\רvYu60/} HHmE+ňFSc?~QTeb[}]T XiFd!;t&lhy%Kuyْ=O+\]B ֍_-PRg*|% G„0A/25;#Ž}{< u&y_$CZB_8a}sKW]ٮt5KKx[{RkU˔<9Y|S4֍)%5̯ې0Qѷ+4E xzK5>-W"4}-c."Af S~`4I\10 ZCA/tKKm;DEi3w0D7JLAeA"Tgc8l _zXflŊN V¨\a%zO[m(QEϵ1+BGv/Ltipn4]6t Ju 1>:8>8 TUВL2n2v*!P7(I"5XCu5daydNIV= Td`8_hB50f4d1)hXtY|t7OP~n;`ft!Gn35 3/=*I 12ϙ;P9c|<NsD5"ɁOb])R|SgD9}S,3c<6"Κ|iqHXi ]e# A=D#fm|Z<=Fo31SYJ0*t/B(*["P@Y7sX XFt^-F\$X@쩂íp)r߾,_ bNOR-_νctš tCe ![RDX:%܎ZkM6;Ē) LJОoP0f`d6>^S9d&4.y$Cھvh'iuoО#k)S˳#)Xf4IktO({O՗葥6=#s54<5{Ȉx罧xtp^zJsz~ mQ ^}E.lz@2=F@Y]1C]y^o!] )᳄nQ22߁cjK=<* =u^QDxl$7~/bnb*7 C'I4)tMnM:ѳ,;8ı}Sel}3w~BFt5OնQV߂}Q`Yc ]Ad v4"Yt>knk(zwJk6_7Д8F(uLVNo!dGHj'῭8_DLoS%9FsK9g\2h I#;'K߿6q]b1~GǷn%/yN]L| ft[]3r6Av#'k?å?X-lHh"{ĠRLfu_#lfՈZ$GSfLkwijps~ G}uZ0kԛt7C6,xP YLZWh-3Dz tsfx+z.v]4&BO(?|F+*<F e&{DYΪ!5xk7Ue,ӗlo < ,S]]:y,I8:Pw/ahU6=Dj &g]6ؽQq[)90ْ ulc6$k; CHi[6v&!zYI,Gwn+y+L4 Qa;PR )LnH}O_F\4]Xk,gMnJ/,% 2Y!DKΘM3-.ۆQ+hCc2>̿ل+/˪ZRҐ1e 4, ^sC/lMn;6vaEؘq6Ac*Gc5Ez@Be#1I+ݥ'v*2ʷ5;EZ'H4F?5RUzh 'AZc8  -0kQ %{N|WtXjT-}p*Rbdr!p~7nes`zzڲeNl(9I(Veb'{5"W95~N `6=aj{)?EJ3{9(MrIUd1,F*y5!ϒC]^HnIq T'_Y8s \Շ=,y9 VږXe"YJ;*f\UO #l?N꽏#"R>ۨnVƍԩşYBN!Y 5byQǮ pZ1KsOڔOJ﯏Wn6bєc? e,Ω3DlK6i\j\,VeZSz ]g> ce8+6!Gt7_]sWa0=p"$_hdGP*pR>܀(deaLx&OtzRޥM|XnHQք Y bVr?؛I-`AaD&X~P}e"(OV}l#hQlt1wDzXׇځI,XNXr{76]̲f忌)>ɐ?CrP "ƄaB˃|Ah/3'gRuU5i}t ek<La^CJm+K&IS6[7$SJʠ"2z8+kdAψxZݸ+%}m0=K `Ls7A~)AzJC1M =$:3 ~w$ TC-0+_4FK3Ai:INaӤJW'*Нg&cU@+) ĥ zCXFW+#bByHy@~6|a1OEo,: MDI3%$\z$HG[o [@;$$zY6挅к흻WP2)ZmJCAlySm"WR)+ω7`)'i)VcdǬf`AẤ]/4eNUv3DJAqȴe}+eBW m(/qqCVYqI!zKL3IG(P_y1f703hgnqA}es%q_TD~//`,>X\\9IQ&F<0]ZJHd[ JoYg[u!){1:ǓʬqF:z;4TT9'ʆY0瀛%ozcMׄWX%[KL?YAKi"e ) ߎ=/uQ(5LGuM77Uܵi-ysIC<Ht2ߺ.\t E=5Lj^ *1ks&]vq2mhT]8/Rssȉm/]T(/h}/󓃶{Ѱ̡K&;M>z6F8T綀af[>6i:{:!wʓ=61Ih'TbNIzv ^Y0##fMO.jI@+肋2fYw]C_y"tw'RFAYT 1OX sO,Q' >jy*̵1; oݖJΊj#\g/|jş>ԕ[dϲٰٚ^9ބmF)[ =o:8e5h"qWdTacAd I oXE5(|< 0⤪%ln*FNZ2C)d"sKLoaJ 4܈c6( AErQcm FjM7JzHp4$ӔWV (\eYۨ<*_Wi޹mX$Zz Ɏ=ʏ쳾ډ-{d@Te@sdK"GvcDu) 5V.=,#=@$8* dGwxɔ. A^.B}ߞYK1;d(wtpDEܚdT1=t}UG^9T7R$h( |̪7 A| $6)ʂX kƌs( fxq@+~NkCFTѷִTWtz_p\z7(i-+߁n(ANu$bbZiͮ rߗ|Hf=R/=ΔǨIy^ aT%fB}Yd3}R ׺-6UjTsχԥW7_߶!) HR߬$t-~X;N5 S( RZ+FMg=ӦjRߛa׵m!1:l h oK`emx>&q_\ii7;pJG?HNjөYHj{ƜǦʷ%f'm?FYP |> 3A33Dا6_*.I-:J'f.Ojv,`4Ւlɟz5.yNw[|5?o)=;dV(sI/X sQ`'Nj M= gTݱ4! dhx)-D [Sk`f<.CũckNW_Fb܂-#Jz[1&>wYW] )\wP]y:R4v`D#tę?%N6 adGp%| XtWل )5@ fegd+% U!=ߨH}5Ǫ])D~3NuTrb SGeFsNdžEY|v4 a.E<8/BH6R]Mln1>ث Ñ$7FI 299ƈ妓^#J]y,cks#,r,65*#9Ew"n4Ty~FTm1o7p@14*N%j$sa^:xXR`u}(ϓ '.vGt F?U >ь\ =|ڑNZz}3haQ /Chhr-zIj-<6nbU{x Ez Snx% s|I{[іO4I7i/} )E,u )T4ĸb;'c4Oܶ 86ԑS k=82XTԉhm F)8D%wߕ\ USVF؁Y K隕u=e:%jn&2ց?U1/TuaOrGxfuƛ-n,9(%BIoɭl7lߨebsn/(@JJlGLKSB)sՠ< Xɡ!gɎYmgsx?Fc[ ?prG4Sg*p=I]14>xvď OFE OS,(]_&xhT6<0(Ig9gгgT!E(vgP5o(챣Rul!6`h:¥. HHXȇkʝw,,I "djr-!l:7 _P~ذ@B6аIXˉ8+wBw75@A5^aH)|S!kw_"?ѹ_{vTf)ru^RO$f%0N|%/Gay\E:/SG9ɽ? vH0~Lz|^׷,5WpR_sK]Wա.6=T !EơT EEkR["oU +7JPQu9(* #bV8{Rs8I}C>lz5$ kE\]8s_<;.pFJEh)ht<0c'Lx*6qNk.ȉT:h<0a~h:Qb _JҕN|, ";y DiN-z͢{^ s,_&oYyhєdEڢw/sp`oŰ&9l;*IvzDe%n=䨨(LBGnNSR'N ,r?hj7"KOf1tL)X^$qpaG4*wU>٩E Sپ(G20ߣN;4>H%qͿ#?f_uVATce:`㾒elIdu,'yݭZ}ڲ |{ {h )Dh6uX{E.բc7qr,P9tB)J a* as:$_(|*y)w$bZOnp*A8bMPB5&^KV9t {tȝ,{ >Rc^qU }O +Mlt^&2~:x/:Qh]kYrn(n5~vƙf2z "]Kj>z ]7ӝK޻@[A*+fA20jz #sgMVcPBq!NWqv[B!0"X1Vt_5(o@ZVIԦ)69UΉkzAw^ef O6=G%{N5B6ew/<egku4>`FٻQM[bOo `[y^0U&oušY|4V.ώ4nsOBBxq!!X(DT%ru-61˽% 8*2T+'7R̲Ð:jF x> lk74?SNzeQOVg;1{4C>D| M!RKlN7f&T+̸7#'m?$ѪfdH"AXCS.KtGJ0x /<:_,gH Dd˔ޒ-ȡ(og0GS@+Ҋx,rM{AG`CbH蟾|Ei} WXg;rIqߪ! C3M#|=pA"`%~P nMYejO3ZcIլlDݡH1sM i!&Up¬ҕ]z|HbOJLO-j2$ß/P738)[%?Jt+8&w*Y2h{jS2!嚩_.q@#o'& `(DP ҝ do+0_ @62 c`=8o>9ڃ, jCe_ՂWն4ї"tOwM$LWUUB+pоͿD@=*>Df5RTU-Bk{D bKv,(L޶ߣB؋kS :ZNΝ;#ʍ6*2sEj5_7R?P/S cgOF*Hmۚ|U,Ā冞6c{"pNIt[bչ~ "\ygf]|3bp8[ϫO?ՐIޤ2Z`iɐP11Gku멺ǦpSRZ %B\to{\Mj Eg; OA- !f`zeÏ6X'AA_>e9V`Rq*Z;;ZٚE T4L^Yh_:qEox]dOWknJY4AgkGAYj\;ΆH9&K:(,R"7d\;G,c@=#HʧVɔ~&~魗i B\c63vm2yfQ@NT>Q`8Os2o>[yK 42Q\6T3] X%FĒJRY݅bې)riH*Y"# =|@3=v"2yQN!c|\>픁( o4>`,OZb<*@}3 W~K.axl8 TCZ3MajdԨK\\5 3x~]C-rL[.^Wa2Ëfx>9DX{Ee({?CO`ǮXOmpC;!ufLf /37kAZNl,/.$.T?9{5i/UdYTv[ >^iFL*m\"dzmuxŚP\ ;Bwh} Tdҩ]61#ƿ=W+9!Y{B&EI e\?* `e~ܚ*(ѻc:KWA[l ؗuѤҷskkΙw+ə Dv3B~C cnVq2]֒@"U+Ia0Z"x.S#c!$: X%WS]tϛÜK ?creJμE:\N:)o p"tm 2Iq`%8 /8񉌞8VCc<鲺 b2Pඦq H誇۝jv機X,_yجqZޅ"3!Ky 2 c{{ &MWupqmml?\141>H2+Wͱ>=WϊlF(cٞ@/>quʷԵcbl)e " _ۉAkeSў|}6%V ܩ"@{Wp1 NVa^K4M1|Wȏ梄\KLԄΜc]Ls0ݙI8Hz/]!N-]>3Ȫ47}Ro.b]V@B~&fɭhԦk];(j9]~]u$Xq].| MPk` dekEV"CY{D'u'$_hI B{ה V2gga^'$'( s52j{j >z'_ <x`GߣKKs`Dr {(E/'EH=12pOi?LƘu> 0SGP(YfQvE,1 d!/_@դwɒCbe}m{(*5d%j?@+lo@i~9mV:W;B*A%nCryCLH{L}嗺Tf~:TN\ *FVEf[{ ʹ5P '7&l(WyMVMZG٘tlRLҫ'/e+"Inc>|C=5i#+(.<,U07ffcr{x=zwK4a̶x<.-[% cwlɌ.W(e0R~pﳳ&#.ˮhD3{bUi􅦃7`Ы\BxslЭuelJpeDL2+ Xo3MG5ZEBpG[;LsXs(CIeIOp;{KUUOHpW@7ޏVQ6!69O%c[vJf(g&-X1&wٺ8 #U4Ou0ivz lTloS1Zd~Q'%b<̨ 9,Nb8+ bTL Țnq.PSwrO@݇T:xSJXt{ 1azw TgL!CV0 F{1"[?UY\% X ]uz>*z r<I iWOn{vl=~ߢ6|o֌ɹ{@E d_SC+C'zIb1)2 ֚.^ O :3|SU .Pn+G79Ehۗ}jpq{G| RW&}yv-5ߍ;N `j*2,<2=4zby:`MlE v88uQ0ؒgS,Bу\@"p7jd\yC5MeE\V6\XZ"MO ΅99M<جC|veD nU4Ma'wdL;"x-0%eT I،> (/2!֓>vS&Mv6J8t><VX؞'S䒞$k̓6l#Ǝ~f`j-mC%5wHEC8rWd,JmsLz "t$CJLctDF{r+!+P\*2D>H[U:%4%#'1&ʬl@Yx5K! diؼ3a0 yx-C( Y*Fv15}lXSߵBשlSCìAH45Uog2L$$8 QW m;JtJU+ƟmaRаUѬe+ td\\^P7 "kՀ]5D/MmtV d ֡sp"tt eCp0=|^W"r7+_d SO_Pw-X~\kRAwUh݁[6rɩiE0M=Y .2? orGaH#HՖ!0:5==U#XKKbD4?5z(0sFP݋(]}5vٗ2*Zͨ<#BO.qZ& =÷9 r0? q̽Џi+I<_R,. qyPԛ1왿.[@x+G^n_p3k LC|ruDO~hȃ'ҊDRj  Hl;Wr] _hJ*,QD07rZ<[к`Nvep|?O3Z^6b |oRCCF5a%R:QV}@*h)BxI=.#F[~။Tɩ1cMuTAZO3u =M8jU45Z=_$ڛn9{M|ihYDv&_4%EM\SYO``CFz65 F7^b&ɴ1_p6MY. 3mn[!O9A JekeK.cT.+CNc7Ⱥ`4Hm[یt۷ JaiXLuxkif^|ct)'CT*qr=N= 2'A}Hö\Es|= IfU=2`wRYȀ5LI3_BNF8['1җ^]Lx&d[ ,AZvvY0̦saBHf¶ͨb8d<J45z@*Xt,bՠO􂜾dlco*Af6U-W$Rațf? wȦ/HpBiBrn8;ݙ=;#N2^BN6ͤ' r-wabr,V4^@8hxꕄ}$].<~VZ߯~]!YrML;G |"&K3B"t:+Zeq$ONγ4./VX 1~@pݭx+Uzb( 7#DA2,d4~Mnz(w20vt< ƚQe^ď :@oE6s뇻~,nU'ébrjL!K+)[21gn(夐`NfV>+@1we곟?@*_ jE>m>jN5Ln[I~ܻ4]zl gZWkbVc$$y,ZlcR在e6 \!oLGH4sd?a'\u6bRy¢fNr7Y_h. o;4Qy\#0f] F[E'qÆ!:0 Ho 0| sX ͩVwdB}ŠP-h ?n~.8 o%9×%X7 ˛);Vcq)}ҮH_;1_.jxz@M+)֙sOܹ v y ,! yv0F[Ԃŷ%7gp"sF 9N&g^"n_ Kh6<ޓÅтpGeGJϷ_KՔV6;~#2%ႳrA.0≍v @͚(vdGJx@nPN~gb8n,s7"4d h_ 0}@}S SiQ=+`!j {Ά#.XVS؛b9! eUX rmɻ-P~Cօ6%iIoI,Ama/N[$뉛Eeo03V6 \7&H;@։\I7e$DtGZ39>{mh d\.!d?FwlJ#g)ຢ~}>̊a'O>Yۭ4{#l6,S MPTvcaOn{iI"b<b=H6M}=" Mo-{irH >t{Éq//T15B'<;c,:ǁ+ӥ`8J9,)yxfxն>}SGbc}z)Tjs+ܕDO`5p_@}c7s 1KpMFHzz(Wkĺr%h 'ګi"WiPG6(e׾V"΁#Ļgh"PZ&o_~M3^ 5DܸXmRE㬦ݵM-|%q)bQG5Kd-T/) j3uFO;%uF]Ioax@$ K{< mqxa<T;?njʹ5fwI Zے*F0=: ځ6m ?%Xus&F Gc)pqDj4@Q刔jţ:!ME)sHҏ,Tc's}bXk?ĉ_IDZ|>69c66ipҹ2>SoA.5>Fێ:`: *Arۄ)3~^.Qda`-}P Y͌nH EB/}٪J=`;͡ؼ MG*() |}zO|NUSr0%Vsz]ߠ;6VMHg;߻=ekK̓@ZŴM{V f낇f^|bR$! vs&ɳF]iJ9-ANx$瓺;} F$ ׂEG,N!fBM 8H3aTb*˄5׫L @n@BNU/~\ lm5`ȻTAQʳ?VCڝ X7n8룯EFU^K[UB~]+Bl>[#J[)I/BLMH0Q%8,ԾV΋c%\u L1ҽ1U{`Yx&IC3Me+4Zā '\ p+/:oʤy)Qh>=UQ= w?CSwvO"uf0O q{Gń=e>2$R}]4~}D4i?օ>$ T#5?PB6b70mM܏sM hNu%8"cYЃ-tCDW幥TRK~XdTs[hLPmHMS88!ED"mh (vƔ|grQ.:h ygW%dHZ RN$0f`4c}3nרp1H9!3\So`b[a YY+Y07]j$]Q@F,øQ/g̜^ i:xM+>UDZSE/Q=9!rrQ30w:G\N(]7*wyRؾMҋq'pj o .tUς1Is;oc 8T5Agl}(63x7b~ {|꠶ =kҧܥ~)K*mP's0\4\k }1 {VzCؤ|'h]u5kzUK Rllu!hx AZ`AD_@d-3hꀭdjӷD?<#_1kPjﶈ^k>٦o9J!r3 d}mHo1THw&PI6O 6bcTȃYLD6..VIn+UYo7Hqb@XssfGUM'x.6YPSp~mㅁBYsӑm YVֵzE+W4540֟ҧ-0?, OҜEqeQPS-ǪC M *>N7} -DXL694W`5{zU)ZfH>;Wk+"xp5!76z N l_e [qR! P0ݍCwI,:˸Οfe׮N> 3$n(*0RI3N-IQ=e "X$d󍨐aW#%ʯW=eyL#}t 4"7 =lBDr.&[7mMn$Gzz{D0!~0JŲd?lG׍UjWե;d[a S3^lO WVs_&HA@;%a;Cwd||/6׬+\Gj.CnbP0Й ΀^<luRX8KKQWz/ToP."M8lIflc=pwco$ q/6p=Aqn<w ;zKb~+hױN"Nqwq+rHǽ zi$C4U ;cU0 x[qyvQ-{[\= AnNˬGy)x4y2N( -/gEl.$p܁vVU|6=ˋ)Id9t) /cAgߩc9.ρ!jf" 6 $fg?Q|p,} O0Å_(3I1/* ^>$u!BA9-Q~Ba0J7*_*VNM͛SFޠBWia0ru\6a{*ћBY3yWɸ S5Fo/݉Nlrˢ|hi w2Uc颊gѴ^QB} vg @Y6_c5z:AV-[6u{LlH!_[AKS1ۣ/=2^oj x!;7Ih~\38M|a'찻c!'tK~F߃ڈ0FVoz)$|22XWkߛTw320&]%c@W!M1w0# -߉zsK; 3 KuRhK쯮~H8Qg  lñݦ$wX^m<8}:r ~4FǨ8VDͮRlg+xx{Tc}f8oE(0J-lfxpv_ ^^Q'TQ?Pk5ڂp8 t1`DUV7 2 3V6Zf~]ܳ}(Cx[]^<:E^S,'ښf.ERfPʅO@ΡΰKf`P2ˌIFdoP#a/]"$qn}m.jU- XQhnIFXӶ?k*͋>G 0mQ;mdU0!A:#U=ݛtu pYx;S:{xAsiɒ*+0z\չ?[ WY>' !6b]$ 6v@V L䵥x9!!WEN@;+LQ ̇M2S`it\IeT$XDLO"ӦQ@e7\dK'|H~|4[)!W^vfnԽevKibTajH D ^~]Z Ȱa3{kЈ3iQ<ҀCuz2r{->4;HYʗ18Hy/$=<*\Tԗ;ZKfT2)ROjA"/G8A Era68~ lœ?ӏlg R^f+gYq\HhI.ެω}yW'ɛX iz.S?,b !E!oJP)%H.\c#F^hS*DyF(w'sB(hN>2] zvvK.҇㰀:J"B5V0MQ e`$\!".ą1[d;gR TWhj5Ǥ3n{g@nҝahc$E [-aυp 5J]Gk8LIL>1x$ɣWESs-1ENO3=ۍԗfWAĆ< r|@b)I{ j*u5m.}h@_C#jmLͅy^(53 *NsM#)Nbig!̢F׮aAUp"~: UoKBb@Rpg: ͨz?EH:|+{tFzLsd7:xB~-ˎ:Wxdq\}cH`'`v XZ^=|OV6jI;ǭ#Cwy&H6$Ew~}ľ=; Uw\ )3E~J .`2v?_LWJu9^GDD$Sz8"2$oT/ jn^QlV(faO&v,WB⻗ȹ6e2ȗX91 _\EGJgM%ibgSTVdr+CӻCsw(4x-*Q J .-..f ?!VF\u8M,PD#@$e 8NgW{&ֵXER=2^?MFgrB t@w%=D_{EGC LK'O7]6]ZʮUaZa\6As-֠jq 3t4ڀ BuHY襒,E,Qt&'0V 4ˆODkJl*-7ّa"QN9<8[|-2-7ng_-ݰZ<"쯩 qEWH74P'0E/ oƌ:IY U]; vT//|A7qՁ-S{&?V|DҌYe$-Zxat sS,tUľu2O;]V\>$&z S&ぎ PF᧍)ײڗe,nxvғ|=y漃,!`POgQr j_<7=J;]pQhD xތ[t/'.)Ω6tk #uZM vc{-P C3(]8X\g&^Nx^:ÿ}'&t#(Rt.S0KL[{27/I7e\AYM'n<ʯ0X3M0s@ma(`!%Ö+!&]NU)H/ %TXdkgye`BfyTfz!6/{vm> )?WO*ѳ+T*`Wì5~)AS硆Mˢ`NKSqcdu$_>qd3ycs`C"D?!zk?DQ94䭕+DEΏVv՛{bT*r}±.'kXwwaE06\sdʁD}ew#j$QT>aQ IWiJ;Wy+r:g%yAҼ%ݕ#gW,L;èe6 jd~(t¥Q3ro[-.A&^0WI@Ea٬4%fpQ~܂(1%CթEy21OiÐdW|.$8yF5e0EwhX.vĎ@ {+(/72kшQl#JH h]g!_N]mNT 癉MU̦̘^0\'1HuZZpJ#5ɅK3lsm3jlnD) _9?Jڕ Y#e69lHz Bdn#|=(2JPg]JCFm@{]enOH{BXUv{ "?'?7T,Kqu$fAt 2jTp K 9;xjt;ԛwi#ZF&뢲_TC̞,I>S=5KꛧG;V lZ;uLX %\6c ~O8 |^P[FmDKB=5W'V9h[T"/-@Dz2:?ĩy!F:V/Ly@5Lgƀ;^O<8%u 6d̄G.Q \?$3_܅h~R\-!.-m-_Jm*Vp+|+`P.Z~ufU|`lO)j|$raşo%U}aBH+SJ<`ӢFYDOSf͆x -"K>Քh7elHRBݓEpo46:Hj|\]=tP}}~:.VS6/F+ʝpb&$S~;F*=be&%y8Ayxl04P];j-i$q2)}%CbҞ_R -%=TЮRd^`_%( *쯺stև)IV?ހ gx< .!KwG a+߭;X[h7< QlgʽЃ|9֝gǻ@@o^}t;~=~CKZlV JɠfCI@e< 8[Z"sO9J!A;)TUBvytЇぞ9bn*-5}.+L򝦱-?!$Xk/~3@ kY?M8d6GcG~tyGS"RBJ9LH :ИHjz3Ɯ”$ƋЦ$k[]z㜍:hVWhTb8Iɔb4ई4u[?|e5hQ/[*Yf#,PdGvatӛ7.ẍPg|6佅L_J^F BVvt \fۦ6^q hLM[f?h)xàқV.Lٺ2y-W]LR9[%$oK¥f_ldԊ3KtI`9xH ^azp:51-9NBteǵo=}L5ԙ2߶n`iqw8K9}wׂPALvB*GY>6ېZ':7G ؅D'w3` T8;h# ߚN/@R$ }8lXfG B.iL g޻J"El$"2 Uwљ'yBK7AKGa!33m(v$m˺}l}G*U 5#7us;*P]] $c\~ eiM@}^/&"ol e#'oa8Oqr+dFC;Czm^PR_-!*$u,rB59w 9y]V=( |%j'^9}0>7ɺޤj Oւ9@/(Rf9< 9>jnUs#CD ~o=D "^F„p.Z[~غ܆}ȼBy !bM3L vW!uVr˩^ }u<JBds8  )pPgg)Z~,}:Z%IRLkZf.ɱ4-D|I_8`th\&ό^z=n.ġ:퉐q/+~$U%@2)p>@$VY5\^ S?3( o#| [)Dn:Z݅O1'vEoA.Nqa-cqx_,-YNBG֤8NdG սۑr;R 毐L{ô =O)2DG J5 oC5vxTJ qQH?ԨS=8J 'ys䬣acp`6 L &}!EAU~FğvډԖޜ!A|P&ߕA#NᝓXJ wĎ Se )2ƫ<%-] J@izd2u?]'6<Tȍ7A~SޝfqZ"p@ްQ-^+hXDv.N`<:D8kYֿE78H 6GHSسB uG4;uH'8N~>@%zh!#~Uԡޑ GxIޚaڣV+^X]j}ٺ邪cp(BFw $ecj6r0ڀS橧ް7َ֝ղ@ [v[8.N@,@x:ćuܤeǻ# Ke7T߳GCPl xeR "ʘΡ1Ё!da_ȘE5,W@7ᷧ0Pp !?%麐B ӟ(WٽMTx /yzR17o_R9%vD_ΙG+PaF /KzjKWZ4Z/k!D(z;;"9`8N?w/h 1h'^G$oTcfvl.#ÏcٔDX |`gM^%.vzK E2UMJ:&'qGSUW!D\܇j!Sl/+(>{c^kɺXo΍ 342C J}N$.f eR"Ua qqдtc$ڽqƓQ"c) D4X@kZ) z[PJyB=4\AtE~D5M Q(ӓqk:DȫX1>jؙe!sjO)o+8Q9F1'bO͆ɘWP%9x,bm|‡".Uc\˕#xyju~tʰod˜G [ gwDt?Pm"蹾'( 2%X 봂/UCb*7壇t4+[^Wd[N)u(T6$D%EHHTEn\q+HOT56I[-%[h%;C[◼x/;kρ~8y4cbt s7 5\?+&9~' H/]bb|P8 U`%hȟ8Ou6SpQ@}UX$=]|i)?xYZ/&u6T NA= 4422 c*(^}LF=L~O'bn@m$Vu5jZmZ[@iޙ({6Un]WNR$UjP!LRFvGUkS1Sͭ X0w YXgɡhGrprgj;'5;u2{?,qd2dk0V{9<54*(ut (.g U>qq۴W J=J?Vs.~"|zHsU<" $szO^SfO|1|ϴv#8檻,7G(חGI :wgI+6|̿X$󰗖P :։]{Ԥ65'D#@3zIdyG {Y1b4ZTgK}Yn2{ /O"ٿц| A[UtVĚjpw#qDtĞ,5Ƒ-TRKVօ\P4 pFg]X@@ ՝}@ƴǘye,z`8"?{UΑz r’0.9쾔PCo)ͯ2Pf}"b֘K+Y<$vkW8rsAI)EWtgdFT"MZtࣷK̯\UUHH'??ƀ3۴X'"ȭ0PqЄLB<^+%۳ktFnc~ @HWl_Rş)8! u9 9AHHUQGif8s2vh:Kg;x} e[߭ K '!)=O. y$r1u$Ykv=1pDxL6 #D9r[GjuIsv䢑dh|H`'<54D.1n(yڹh=G7 Be2xŴ9D: 'xHBVGBhW0mlj#H51 Rm{ vg&e%Z3!6Ui]c fƷۻOa$2Щú̫\<>gO} 652'l.gN?ܖA`]! ŧ M|H{qkqlƅ<0.S*AשC+sͩ -Jw +KAS.RLsaR2bqUw]ueW[J[ݼ˱*1wHlR޽q3Lok&20ϯ AAf_=A\$EDT/VGݩ8i@tjb +M8Y X߭ю5pU¶cwipt 50v6S-fy0حި y0XJBQ(] GCBS_l/\<2x`R _<#Z_PQm`æu9H@KǣoRm.34 !!QOGe34fّl~3 95%Gx^r1tï P? 6Mm; /ҤiJsʹ]ǿBZBQR a[!KpyLWsi/mnɅ@ztBF+ Eo1%]E!TY=;d Mor4;!Ff$lɀD3r}xs?u,_g^DcvH/|rp5PR?Dc[;! l=D 3rJR(I867M̼[O_eFnPE,䅹}/ݑ{'E7y?3w{G1Dz?Bfb([ [䠧ոLڄIC#  k(}fS# Rٷڕ.MrY+#W1GgC7]__{>]VʮY#iXs~n -xd lR탟?GB)ful9I2t%, b< \DQ&M޻P>7o]Ye%l!' tIVT^cNJY=%%6$Nwb)hJ{v34އX=^ *J*oI }]`:մX55E?O-}lDEowuH0NNO< ;F=,40JQ5-u^l>NjV.11g rf?:V/ւ7pK6m7bl= HFHZ yySy9Imܢo|R+L1`(@]V܆ħ?}f볍% t&%\::%Lg4f?QE._t73jX$ 8r =GlB*  YAz p珟>(^Y*}@S^/S[[o N""R^ΎQ_a\'Nߎ~W6EãnM7Cu1'h> @sTRnM( ֟`0d,G;Sqp\N♧[qepk|rH{"3Di;BByܚiMzQ%eE,lYTA;׳.Z+&3 -US "Kr.G}u: >rJִD%y~}J[ˊ==,sx_3uBrogy-1; SI&q+QHN.Nʚ"!PٓUd rGJ"}'T,삲?%nLŲ/><2~M\,'gwM_A{NP

܋ChbnH}灖*C_z `~Bڢb>w=M需s60H 饆.]^tjHjnͬ,kN4k$dl"c;.Sɧ ڸ8f zd0 f؋])zR.t52UvUSrfXKţ Z;:h (Rg$f,3}X.2>4+;tmuMzڽHk ̂N%)(:7Ȝ~q~9sK9g{NR/>W(TKD`JX"Y;#M7Qv,z is>]Jo2oG"@Cgȏp+I$p:ԖS/sۿ:zy]0Z{6hMxߢ{H'_ dzb$;r yQ7@gcs%d{0ǝ[H]S{b&;H0ٚXn0g \NMqj*\\d~ ‘6b(Ԧa3$! y-[{B' ! QETmVW91a/F%,GSVHz7Nct)t FdH I'& ֜JgW_ZuV }iV)Z71qyAJ@7FJfIdOw~(χQtg橙yA@\x}x PR&?nT1 *ƒ L}T$>^gGFszڹqo_]5RRt.UmL$T&E_ q"G=mzS Y!Kqt͙!1z]Y \@n y"s'$֮]|`%)!kф\>Pdcʵ妘_iDOU{άBA׌sQ9i=m&qr?/@&)! uI:IbCnȃ[d K D a[@<`Zd"{sٶnN1ъx5D+*RM{HaA=eSǨ@_#)Ypf;#T>ZY5,XDdsGwIpS1iݐW~6X(ZQsׄm +AH5n?8gY}`x|&l/QSvFLŒ*CPE:Ɖ mw-WZS-Ou(WxCn7r.<Mg7hÜh׀Eco=q~gB[mQ(p|0R`N?ۡv.|"6#lY{.zV,Wܮ˭F<{醒:DPҰB]>!I=At+, nK0_oӽK$5Gm&WraarɣJmW?> oNcJ0 j |rvb ͓ L&uE =~B}^ D "bW.܅6~`ڧ˹C]~*7w2[K 4Y^Mws?4_+w^Und[L-)T\W8E3ZN  -4կ{(@ƸOKԕǨ#"0yd#mM5=zyw2%BۉHƤg&ڰI'ۛAH/ܜo Nxq6 e A"Ȁ]k$˦]j%4\-(zI hSI`=\a>+_Ǣ^2 ۈ.Ю?K%C.QU794 h4$yO43>2,Mx, CeRrIMPs-!ܫLP=^qT,6[ 5j|k[^8кS*7lIb.k>JGISk9G= }~vPτ`ZL㕛!BI~a%.hla VU01l*]54lѠClՙW -ً)%uLF`M!!dޘ{U,)'}ZqkA4(q%)4m$P-dޮھ8.t{2a`+kPؐZ6sOQ0 5U@vRŋ<,~y|ֳ֓8hɷ([uL"K,lj'[\]>7= ݾ:)L¾6{WCiG>0*Ճwc 1j}7w'Q$z{W Xaxҋ URa"xbx=ׁ6(fr-4-~[Mvf:xv@ kKo/h7_5݆f~*҂FP hXZ,[r!ep [Kk4DT)G&8rMJ0yѾ<5~E&ܮSZ&T݈`ͧ ({012/񯽭_ O#@vXy򊤘&/<(%ᄌ@9PEww3N'#S{:l{j;lE޸nPkU[i3.:ø91$+km7#xI>ʲvf{iM$Yj,I~ uCӔrh}X(F`83@<C ۳wm& 3 IDR¦YwK.ض[NHRkbZxLyKVW8w4$2H# S}kETbjp^ϩf  ;hIbrʛ8W{.N=`)8{t@?}::oaq-w]2%&{}v6+O`=WhjĂ<~Z^ s LFiY d׋g7Fܹ_ gI){0Q(ś_I3W(Ņ㗆s{_܋64*N_7~k1]춽aʟሠBbReq]~3  V' C䡱T @H%US,'չc5*Znd׵arXlR2|L1I8TSXJVVB~| qߎ묘^!psJضhZP1:x.0bAHȬ' $w2+J'.ֵ#Wq< f|fP8M9n d Bz2P &^l*2x#eg =<2+&S?Pnz.? Aۂx<sFLp!ˤP%! 䍈do /b1Q$u/uU 6[_I3\(hUwӹa޺qi=0-ND*V= bB؎0׸F)+$QI`cV 'lH$=U[g_GܤPN` qeDOl;T<'wHYN]Dat_<2{Ae|ӲDdŕB & ;gW@`vI£yJMlWɁI91CeOف,GM;޿h{W a弟 ǂyN$/DV+9n !p9tN-U]X[!YT W&5\m&Ȍ]Iߡ#=@Rxwa'5ثP!k&&m o NC}i+?SAQ"'j-ύۇ G2t9j.?f'c\9khkml+A F Jr'V$S߱ƩpDK9e:pK:m QzWQ*4R%i}4[nأY¼0#&u qz3SQ&YtRLR|U֞kĴvcO56 ^!u R Ne (os1PӭL~Ԛf≭9+B1m͸Ű/jMN6;?BW/}G@E0_f*mé&?!3d iE&@A$u k1QјAFˠE61D_G8ܥH{["A(2̋b-آ#3ixҪ:Ǒ]+T }# }fVO0WUq ی99`q+%yM }hOp RH<y9{w>pO`tl6P*,JgqRJoܡB}d7x}rWUg0VRjaHciUyn RPf3=yf~^BdHr*#BܓF2d=\-MF'{g롙} y}*4Z^,(=4b+nOa4XEjMZ3XR5yM*7+;{㽝)P>ܤzmCH~vhӖؽijj띓>pP"@CğE/q&߁*64ݽw{RV7[wmEi9FҮ"DUix#?-jJBoqqh~_>D<=uS /;Ƌz=@-_)6rDؿ`nhB֮nܽ6 )jX8N g+KI7:G$q[tqq$B|]?p`93{CS3VSDGLN_NFdb(X'P}PcJъH'0Ɋ.VyKo$߬k׭\?ba^{& MIj`8|K^;OhhF92^A+󵓾^zk`ϳw+vxY#FDlK"v9T&|Lz|kn3Vs.N.BFmD g#p OeL ("/t7a-[8B8*9DQxkӽ0Rn C+wQE !4}au7A9.dɴm-uٶD64J"Js9E#}C3M%9˙Fhiy rZb\>i~$̭!sžO||oX$--Wࢄ#vhߓoU; Dўl4wjQtg[6Imq9m16*Tb|Hʧ.^vhI05دUk OH~de>̡ᴍ ^A&# /a3} >])'|IW^179/˟mKA^S2-_#AÅ`^<%1' `]䍂wynyk:j/EޓR)J ^&Jc.HLTF-c=,gʆ#yFQ7ʢ' W~#Nu_Ye2kFyEw}F#0lЄ_$hVM-7zQ{ќxJ{g$e}@-Ry -u#VX^zo %Je^JhFDBǧܷ,4d<}?l˱ċ+W$ U%l*&Pe7\T%#($ o#u .$=⤉qtu|oW!bVr(3,|#،) UqzO@g7wH(JXHhb{N#HB+p~/_Մ8iֿlPb "̡f rL C6Mǭ]ؠE%䎮<ۋassKsKU6;c136ID|, GwN0<(@ @[c—ڱ_KbZn5M1 i>FV#LB&²1V>e%HOƒ[adK@=>`d0~唴tP870T`;,Y>[u 5׊G%lHbt29U9<>>~)-ƈ\SZr%2weƭGZ,i#]@cS0ZsN R42o2SEPJȻ$"Z}/micK<Ej$l{򿮲tZjo偔wrj=).zy]BG[n)!֎ i 1|I6"$q}oGji- |z* d VdA+5f#NDh~ԤMdw1@9 #;H[wuNٻQWo9?/N*r崧dkB ^ Uɬ F )yȬ/rP6Y̕4(\`g<$V_T i>4]Ϫ&*\>v5062Џb'U%^-T 4Ijp(ֵIvYY 5i6NTOy[UN,Өڅcd<HP+̤b"kT8Z6" :ԭof)[S :CA KA| &vpgN`` 8~,@}cx@sq @ZK9cŀ+(f[/_gls5zgM!!rF5j6˙_z>+Rrgjy)%XxyնIjO8G_yka١d@ ;}{8;|.ĽvuWWYĬ&I)A{R4$҆k1Πhh:GI>xxp#ni$ 煰2u 󻰈dd"k*'`1tfFk,v=83ITRJ{qW86[#fl  ܝnt\*M,lR*ʀKBue] Z:X݈'VN nb-Tm#s ɔͰ+kDbՙQ9E\+/zZJjjXbe/o[elAW~9B\-Y' Nw*P\7ELo?̏ѾHᔤ8*Јq iG2=Nt 9cI)?$JAV"P}Ơ!/cFu]pu1{|/QeBSzdZن.hʝ T KVbOVן."a؀ū仂;Qu|2Us#vnѻh@P%At.$c؄n`ePZDfbdڈ-+Ɓ +" U1<"GȪpx&yּȞ=ٲ/ &@MvD*湺bUvzi}A5_2].۩!,*#B?+,XY vk*7n&uTYQȺ# R2 cP З#C~僈QB|CڭD jY%ko~~t.WD+{Z5ې4ɳUv}VN/f<d_i1zM\BOâ`% OCӠ "ks` m:%X^˜F8,āk͎5+,pHud& nZ[%K BxIK]gè[AG 8ݶeC=2qHV't-D ?A ME;翊 '-oॕva3慕y5d}*UM!oQ,9hG߃5~yX%腃0eCvaQ9Gs)\BtC4WOm;UE H9 T+S|i\0c ;E% U]dO'PL&r҃@̓i̛'wq1Z"`px!MKznL`7y3[AdF@!u}XMvuooߒx( ℨ'<ʽ֕B0Q"RA(ŽuHߗ_A뾞bsYFC`⧦ uvj/G2?3yvmDc' -ʍ2rGUkO @:^P|A47[wu( 6g!Dl}TTΘM)tYz IAFw(Ҿ{LCGc!lK "l5 uHF.q- ? N`_Ɇ6Oyhϒtd;Sda0+ѤS8EfH-B*5]DrmdKYΡqvK}(1aćZ2BMK?8=[骍"w.X-u b1kjACּV"Ic]`Eܣn67kw7lbz-Zs;w'&w`VЌ{pF_Fӏ^Ƀk^z)ݶpe&@Ǡ!ڑInWs,nr )`fDA@9nS`38/O~D,m&3F|ҧ1N-SaR=G"cQɤ٢7 fǯ:/ h/RSN"ə?^棰J;ӝ{9@:LUeE-t%!~F%ܻ+ vr#c̰v:̺lذLѠ0"іe_f\μT>`G'T| Tdu- KAUH3 wUe;VQKR{s[޳O{yup*/f@pܐL{pfZDZf4V>dX6Ň2eͣ%2j1B(hjjqp4Z0Iq!X DɔkP:^6tu}I:SG+%/Aaqq%FqFнn1x)П?AYtfӇU 7zRWX4!+9xf`땉FNSgѭ7Uhq߂6ev_~0ıhA8 ^k8@J Qfx2Š 'Y\m"Ob妢x՝a^RUJ*57vvk*^7h+-s OIr՜_=ZmRUiG9.;)u61 ќHh"t~\- ـ na+d@[A45u l:}]eL:ƊVB_?z?Q =5NNGҍrv)φƛfk>[X)JqVb.18nq;[VВ= m)L!e_e5 fvZR~)ؓFar ݡs$B{~p}fL|igN%xWu.K5nps׃ϳ@Pwf%]@B2j WOZ+r75n]C72Ỉ [y݋_8]5?Cf\?^PyeR8z4՗N96oe٬K$#N@52?/Ƨ5<Px YnycML` '7,b g%0U ]] 85G ,pv>Rk&\ /1`K܍籪S[M,~`|)VoV\;nw,mӁ7je@/m20 :w$)7 olLti^|A^*iHїLb} Ɂv嶹Q[oN#>RGE*N[$sLԞlb6lZI)LKxGK,#&+ $591a6|N* U>rݐ ,|$#r)!#X:LnJO_bӧT*P@0iI@H|QIaO!!˗%|u<k`nGI9 ]}"l>#&òF@@\FGYf1}I fyZ䐦NSCeŷB8Vb^ּ\{eIsH<^Q?xjּQ߆v1?F/ط]Ѥu-p= `)57b [޳ߗ[D< ѶFF3:Kbş/NfEsYB}FS{FF eF,bProuL~܃'pB rSD @_yF46 0wgC) Z2s62E_wD?wxd$ s޷vp~C#P=Fmf);T U؝ox # {}])/}Xw-7#&T\t"į"Eƨ [v,_t!R0Ue ':Q⽎52K̶Td\"_h4FB:\O;3$u.$*AUza|u2IHL=匓f%!9Z=ė,4佶;s'Z⪥GѪ&9g*֠=IK*N_qsB'լo:$ܶ;ʁFӛf<(|]t&wAulӱ6dopI.u6]ܪ>tRQx;.(54xu-M܏E40ɬgT>_@rR43m)5ާW>`+_~"eCz ޻Iޭ{-:@ f!_eļt| I[q.2c.}*I^2~YL%)db/r7`y n&)+A7aLF&a]e= Y`ƻk&誀XTƒ`<mMv ?N)yܸD\j E/Aa[6:vaC?$8„蓠#ugc)2Tw)w|nT,\ˊ9PhݘBݎgf҃iʡ++)M -|LܨxRK5G;uǘ0"-75DylnC ?J\_:QJ=,-HW| Ϻ&!\7aFg)5맧24voD =B΄0JGzoLӯxi*#/`4X/*1̇V~ǵo #hK7{0'{uO;{[j VAd 30udAy7 A*֏_R>-2A\A-v>\2\aCs^಑Na~pdN.!F~|1"0Vm.5Kv:N, ZʞfP*,=ODg 6vݼפywfmzNp|W&q8S209 h)WȰx'`@%}c ,Sfw戡e#i\4u6B˲]mn4JH<QVɔӫNZ$_BV @{ջHj+6~R_Pl{ٕQ%0SBiksGħ%xLbϳzKljކ~rQ=#I} o󰳻UO,kz"O.p= ib\ޜ0Pʳ/r-&}f{P1̏e׹D\"CGě Hݪ^MilU#s+V'+yKJt(Yu5?B('8aS@ pAXDn"bQt/573>N 맖c@LAYs21m q/ӏsŘQẊں\<+0fUeM=tOLAz ph4  oYWC0RQ RpaPk|ܬUCdf+a@tÖ"d,+(8nٞGbLǏ٩bImlC ex{8=?#4lreR )k]f皻z7z6lL64q@꭛ Zv*Z^o 1Dlq1*vF 1xk.ˍ|۽r&ɡIS\u9wc`˘2'$cq}Hjwd7ݍ;FGqg|pā8n2QpS$yj; 3xt8h$ 4p{aC > 򥺸vjֆ<xMZY$p" {Mv;T(i폞gXt}|$E|aNk15:jT3kBFgQr>XK(Gi} Q]K#헕(рy={ɚD!Rut]ڌ^a!k# ؎s\0nG;]vWl ?ZJ2(9\JrЀ=_= &{ `Wʕed[nY(5,MA{v:6ř.FL怼t%?oAz c[/1'#<_#dŖv5^zִB+Y]5ǣ =!\?7ёKPԋ˵;wlưR4ӡz)0}*)dB.lkEԿs *a4w7Ön͕pك{:]ebOf2:ߘq5MRTU=ٞ=.U3)6{ME.WTQ(U@ӱRN=Y1]Rq=}s/䪫?k6\"Huٝ.4x?Z4a?{7q[-!2x̣ODF24*qw9 3ԙ|B;ԝ(mA![\WbP'T{'.~LԄY HAE~ PƣHPbНozs`52~7F;}|ŅegMt//3G%L~C2Tݱ^!2m$SM6I8!&nTC(ES~a_(cFfKw":"; +4 = UoW2 wk/[ܥYŒGbH<:]j6v6m=J=E*z İe$Q3N8*dQ̵qckYw *]Gfbv6ƳpyO1>y,mYdQ˖խ(%_i=NJNyR aYȇU p+ͷЬF e A3vvS9MY?S;vo'3 `_?o^)_5h m idKAghp`ͩB&5<]TZ>A deۊS!*i@#4DA\1~BD*M'p5u= rn|XH3f/ iq=zl8Fp Y#98>'Cd@q %B3|ySWۻf@{MOih6cL/hWz+/Яɣrޮ|l3.VXٓR$P_; \u!dnf2nxncBL (~("" ܘr˶0f}Z}t?vwa]A!>4qol=5u>9bc;?x67P[H̟fK2#^572-s.QaTozcɨ.VHEx1Ԋ۹`y:IzP|,x:U _5FvVJWJPhM*]N=U/v&A(ή@p^6 "U5cCmL8xsޛ0BOqZ+ڻ\ٶ)56^:1؎,G[(yn iޡ6X +FV*!*3 V(4H%q؃óSV鍓6Y]+e9f13 ?t6Y2yںzeL. & {+Id.7l'+adq^9DN$j !jB 1Y-^l)@l @cS[GCY:՘YɕS~9h\aEҊro猉Ĵ^Dy"dO?'TQ%`N+T%P<^W+@/[T7̅z2.N<\FoxIA͗" 1qO,cYݭ&hVy)U `XeNyua-Zp 1<-Ubw=07̞1S^)T_LZaԍb$I9;SMMQ(E f{9;.Z2V.+~d!n2Sq< /#/ʽp|q4\ik)sVA.%G ǥk(-, zg1$elfOqٍm͡}L8ӨbJ֓ \F괟 }=N(z[-_;5#n󸢕=9ֶ?, VHAܽ/ZZQSa(a)z&Q:}ŃGJSbRB@#(zHhH?Ol-]p!|qf1kJ("$ o;?jNv֛'-yv"~dMF0-ޚE?iƢ#Es{u6F"T~n3:DJ8\[Cv}aEhdR{J9p2kf} gi:1j>E U z{1'd0H*k1l jw P+큃'\uLWI'E(ww.t٤ ddڼg358)DJɠpChA:*O 'P YLpHu,,It )@ O"U78,eC9k@uUu9[^ 7pl*͝?䊟"&L!'yK]"q}37GU\TR ɂS _]:kos6fS $U%=%eW((0Nwy@iLfCjb]9<Dv$ C3M>t6Y+}#Q\5G6ľ>=m?yD$H-A|•х?Q VӡBBGh*Jr c7ٶ}k3&+a>>bK,im:̮G82FzkHL#\f)8teAh{#p\m- lXɽCT$ kq&U P@uxFڟT#> |Ǖ @nQl3'\ϡ&|{D/:Q!XC|b".I'Xj$(9kuv  ixJ5СܪB%JFh!"AX. iR+jRaHnҽ.ASwJtRt qonW0\Prd)64 ̼M(^b iCL! =*; $[2z]*mK݃_Ʋ# YrGewL {\@nՊDn bBk,=6AtvQcf]q'!1 2*!hNP6@oٱ!2\T*hmO21q9ߓy89 j%]c+<ɋd|MnN}д&V9@Vߡw"=}T[s$*ag¸lce)!$p )|wE¨ ՊXAH;+cĿ$]&Юa7g,'?ƖbfKjVi2ѩxL ?zd̅4uz~Okrg5J(KrO8ћ.]fjhX1Qt="0LeFظڏ{RLC1rFYuau8! hC׼fFz(lo5?SP+vo^3--vɕihI㴍I|FqA ks~([1˘Za~'X{ ^/q^^ے /Y R3=|C\&PV5xph{16J#*p;}`ȷ-O717.z;MXAxEZ#U(nѼv {[=rNZ={͖1[qo8:Y4hKK)smSJ(8 m6w3!(_<*reb*u}ۇpaqjaw~q &ݹ0 \UtO},Pe"/cN^>;L\ p jŧ%{/_f=U]ސtSM޷>NpX3Pf҈R)mjw4UpEWSfǨ.ltkaE5%a!5&LկFNZ,[kcHwO9FJtpk~ZVYϗ|#UqrO2׾F:S衇(},t#IZ-Jl Y>ђa{7s8*xןfk{W'# k3 <͉uƮܺyײuS*07+Y #u+w2NF!}r܌=̆ MlY$; Ͷ=Δ NCzG<FDF.6l`&~,75?Y>. HcnyvO(]U>nZB#8tUkրdLEIKǿbE䃄bH/{Bs\iV]eڽ8^3si| YhS@mBkLW4nUپC{QqAjԭgy m54 58~x 7;^ ߂|>9NK%?s*zN;EZ2 V~|pƤ=Fg(1Éi?`.8D\`,jyn$)*: trkNu ~{!˔.yXP뷬,h"]n1d_YU8ː< -^'{T ן|N';,E(3S%^>0 qtVՔoZN{ 0j4Ӫep^W047#8 XKkFy$}oH \1Mg@:,$'Hq"ox"eUŔ߯Xv:seR&^X[mQx2d)YNе܆9TS-nI b)8> xw2CU'5^sd GuCr5oX fC4 ;|a 1R&M %<=!(LmںiϬxvl vEԴ[#kG[5V~i:D#-rP/uc?9D YO0 FL!&^(= ? U\AP:^„bYn<`~ }Y@)拾Avz#iUq!;8-M&"ʨG<)) ?aS)eܙtf%eɸ$:%HÏ*KUU }|^xw K{VK{Z_G >F3~WPք2[]W--s ֦B,H+85=˳&Kty՛բ! Y#sa&+&Y)f)` &-f8BW!vw(zK-.:y/AA V5E(ʙÁ0}0ZN^]pl=1\zݗ!ja8+NMð).i;ytRQ31t ur@{&~l7;b _EiPxcgqv';~|2A7eⷔ ֮UgUƘM*R#d!a% Kv7u +B0%F+*M 8UV[ owmV̙2!gàW]<@na/6z:5(\A]badV\W?3)dYXs _K7n7q*urY"-ϰ}~Iʊ[ ?VCPUi>fE3Ӝ"tk/Y/WX(LLև@0?x ܗ>HKNwPܴ4:IHx597[m&vۮx6toZg10To)>`bS)FMs,.Ը:@af,e"#0OXDqڠ2pS:hA{nZlw,!Oj_wfdRC%8"+"XpX6S+Aݾ۷̅f> 5_ُuZhdba ߛ.Ǖfَ9TpvJi8߬qҍf2L%QӜB/"_1фKh'zfH$kVPeJQC - Eh}NKsGoG&"]:N|,ƨ 8b07FsS$>\N-\smHzz5B&G X%x08NOI/΅m{%jA,S֟Czq46 Z=2Ճt@6DWٵ?q6b Ä]LX/7q6GEjD(JgN#`7Z*X~&"F> %|ĝд`e.ʁu+Y*B ī`ҹXm-3.8/%^QYkl`SHĻq2^y?x+NB'`#ϓ@ G빔{)UPؖ̄N ўȍJB柏,Q.'ψEV幆m $N8J.@am VѠw<ߖ4Yi‡iOYӐ#A4+TΠ;2&ի 1߃g;HRNxpH;{sn"m`M%{|$q6=V| hnSMd㼤 +~ C0XTPY5Ւ戟쒝ȯwX*rGI:V>iJ#ElֱbL QXn5Кk~L_Y,+R0X3].OCyy(8>2Bw -w<릭1c?|PW} ##@AkiN}0zU5DODE>!)Fja%/re&ٻVZјtQGs ;ϛAYpRQF!6+,yŸ" ^"86xKf>Qf%Ն^Nku8d2#tJ#,ٟ0/ȸ햔vˌ5m+G5ihA@``zzpowjYBv,;Sn0NAi+M]!"!qHоٞG53YTM?`:ey?\aTn,LE3ͼL@Ak:U9 vtkY PT oN 9T$IT8З W=.Zȟ#}lhh'5<uRb6yN}nv77O[7.[wGy_A  ~'3 ռi/_PBx__s+$z1L pyJ\J&+?@O1kV[VFvԉIrΝ麥h$#7@1jdN82@8DY]EV b2-l ,Fz5k ݂NQ3$U{ע1`]̱vө{@9>DM2.0b Qz-t6:vY@5 Y]wxTg5:#;`slې ]>]6-XR%*"Zݓ^RƚUtޑإ|UI @uQr}qi{<.pp4>:oP!6;# GNߓ˰G#]dѸ L%9hV45:Hͷ߃@}sciJʮN@R>`g<)>&GHz~Ms3 مڋ<$ʪ\i qt³Q^cԅ6ե0M U{Tݳ\E#zm3xLz) a5teXmI!徘;\ g  k4AQ@kY߁ >'4ľ)Ď^gZ3-7-~u5LB[dSzY}4N^ aE3B@iz:}^žpc lkL/ϩ'W=@f{nq-'DጩuLQ p4DP 儐e cQƖaYwRvR^5iQ^Ӏ. 9F*~y^$FmlGum Xb\\HTii-O|Jg q|7.Y~炠lp{b0o(@^J-Wl_|./I3 ,,y|}W2FލL) ^ٶR H`ORU-TW۠b^y7 nU!ڌ KY w`kt]{vmu. ޕ;ux Z{>t㜪ɞJ=Yx6*v;f.IdΚ.6,4;]*sxM,خWʕùӒhdUrUm=aQd g ;i T*=Je*kk<:^m@8"'D-rdHhB[뷡p`6um skA䛬ȹρ(u#d\& ˍf k :MJ P+Q:\Ӻ "is.j95[ {n,.fL qܗݦk(VE+LBZ:,B1Uyx٥&Xj$^󉠴*1shUAvm=25_&")=dߌ h=xY:{ݤDuˉ-LI_X6>Q, 7=4DO,a_yL^ԀNr>72Q:9D2 BX D&S>,⤊J|!sz$oHS*B{SK8e٦ALQe+IgDhp@*e><:n`+=Zc3l=6;9q._CZ <5]uTt݇Z:9mt>r=.(Q6h&@"_v\Ay!mh8+ZX&JԝtUOX. PlvKfUH봖׫œ d" 1pisNM/Qr͛}J#L3Y+\@K=}.msL ֖!;@Τ@bw*0>UMvlCoM-yR!t 5KZF_P@?,R-WlodqιڍMd|c!8N K#A}, "f/BH# i>yqhI%f} Q@&DMaN/Z+ ,YWUuj\iDgSz:mC8yJdK ބEF|D!KڌXQJ!BZ$~9A3 Xr]7MoL@')yBsF/zfNc'8|AygG iX`2]^s TX(ׅ$<+ R#dWp< G4؞Tj.(YHY mѷ궃`.'`!wSQo]I )L`;n_Ȫ5tW-4-UDӺO)!=%bSK$W:8Ȧ4$Y$PH5Mv\`]MC, 0ZzLV^+?KBZI k2\WZr<=};:[g_4~2Ndk mfKd9~21..UMKWc~@)g^/ʧt]v4}^HOZ15guzkz^ɣ+X%W6N#‘O?6\ #9҄FI՞#ޱ7>.Z.-eHq*2f K`jfu,o{\ \gA{g8UF!fQbVB+/Di~QCBrZRyCQGىw>NAuޕiܝ*'nd/ r3LۜE`%Dv؅,-ߌ]W;r\,*ycl_vFX 5yx۷\Pp[sc2NpIHw>%(z¸nܕX@f.mR~=?X:(&UּRF9!. 7g7uVVA10[yP::e'26[Xڑxoݺ: cީ㘵d>im;- k{\_~=u/K28 #;>(%Ovިf~棿3;?(yaJwGIgw} r@fIcܵ;>odGH\8x9얷U[{Ns4`oYI@ #t|h!n8.eVn~ɏݜ+*_#+ϓ|ϟhZc/}{8b XS5nsxXZL?~UHvo*6ƺo邭oKC>b1eNo7)д["BEL| -{:ZW J?9 XMuSg3(A*LA s0"zy*0'6E:"( WIܝ}a^jqw<7FoWW(*I`nr%hJM nX;];4c0NV ?˹!⮧9ؘl.R$Z i*-{,1'FkIOfT{xYU++0) ǯ>Z+ BĂ*Ӌ1C']Ea>r3q-)ՠf(%(_~Bb4U8\9L|NZAYxZl_6';:H״e}3qY&.M&h |sHT0*iIPgcⶒOÜH(%B!J8 3wd:ppdы,QFI8O/-(8_-&~/) W%bQu"@BL.tUOFј}.'\G0a0ݰ$wC٣,!~ph_ T+pCGZ,R~.@gX?E& i&CXÒ¶_(@5۾/c]LbA-t10:1gܖUyFKۂyX_]/],2$WV*{P j{u ViK`YndK˨_>¡X)*)#g k ݼ?pľ,*N p7Xݮw*ŀyDX/Jq2ë;v,y f#i{C_""/zh^$[W4Vѱ[2-vE>p~B`}~g$$#d*75cTߢgy@5ta_s? IȄKZ=πAUUB&$c-ndDkp(v U hDFMb`8 c lHIنnā.2ŇQ]4$(fF}djKv4'Tiw1t>t$P׃,Td}Aħ;&B0kdeKW]buOo^Z9مn0h"u'^s-nz+~S&Ӳ@8+am,K3 Č=hc3*A`>2We!XЛ`exf?訁r9C%#i/\(ԱXtoR!80 -r4ImlQԌKS *ޛ`ϝo|+x]W\G<9r#ic'`dY=:Wgc <, ^aO誀4 ې.'d &T[XSdaKhkH,3fg d0=Z^ 7u'=-1E bhᱎQ-E'MsC<Ҋlxd" cBQw 2yÃ`d_4]{q*o=\11#1flOG0@{=uJgǀ-"U809c;PAУ!moWSB6*GзӸL (e &k178~8AiB7ٕ~l2:SBI]*;J&ɇh Ul̉*\5FJ=Rdnϰ1H> xKLLd74"9imUNLͦZu(#Rl+٫cy߬į2}j0;c`o` uq3uK p &qsBel6nnMF5/-7dЃ g!mch? ]<]V%c,٩f,xP iPl[jVv'i CymѸ4>աt{k9o*2 VxU):}IH8!죄V|F_,;&Trw11-N~6UK!4hcSȊ/ pqPȧ D^dOV Ngv9 ˾<|VЊV2?p` xPL\O4Q2_9uS=A1H q+- 0:~W/A?zuU?-0bE \7< > )?Id{T m az5PwS۱3bA26q偔y֨H32=stAky.Hu&]兼MM'̝lFѾs;j#gDᰆo.' W_]xmDT[bkClamQ"jWߤ*U1Gy{mm|l 8|-Y951bx[o_BW%$[#կ[s;܃$ε8K9}c 0yZn@&fzLJ T[uc>t2Zf[~WU@e,ٷgX<,8bckX_-Kyxv (#r͢4pˋ6*[)d ]x{o̖/. MdMxN~ FW]Ef! \cQcosّ`Be ,;dZC`w5!Mr 3OHLZ+@ V*|߫~ # kC|WYD;_V&ƪPeʓc@m->,&!MbMYMWfVWϜm߶9A}XQI[#*Pm S w ·/f]?#~A@6mct?I+$ YV\=zg^*EĈ|@tc㩟qisd*N1.Ԛ'84jS-|@}~op%|3mPNK%[ykBs0y\>i?~0HIvur$DpT7jVkBo,96.?jީEՅ V1(is3M0La06 w`v`II='.}J v)HR$mnFҹZW̥fG ;.r㓏ہqqF?Jm'i?gvܛ5w%Z}[kӴ %]pjTG0B'xE㱺^ɲ& %scSfXX#[ЗcVE{g۳2X<#G@=r~[D|1p^=֏ĹL8$8`٩+CgE^J0{G``!2k,Sي ٟ]*殀yPo!EXF$Q}jɈY3;t3b`ƲFtKdpAWu@{G"ym1 paOJ4\eρ(uvv5$~ .횶FBjG41+[kM0[G\MUkҴAD`G߯|7ܩ\@C9NQ*12ͰQxmPv[Gƾw*\ANBsD Z@U"EUR? k"[N)O1k54Ϸ?q]#Ӻj.I/J4B,S"~3<(>t@_ѡK=`;J3X]= 8o~0yZF}7ThYoSw@7$1RlTDJ'Z#uZaSD|'BXAʍ(B=`cDREbB^*ՁƻMb-Vx\%Y{uIw9Oz'7윻+~eKgbMdnoq[' ~? W_' jbt Hl+R##+8Tu~)^?;﵂`ri_p&ˬV Q܋n0t!DBp>p";[w8W`O+Ffv|T2V(0's]c|J2xX4rtXVFTqJETҚU-V+WN{dPC?|LfOQ/wQARUטMVZ6a# #˗;{Vی`r{Ӗ9 ctV"&*ԯrn{XQPZ.[\ Ԭ@(@.ث{zJTP<fmUPX/2&[~fʗ7e2&îAc9lUW E$JaW㵍 ~KA.pGB؎z8)uo)Ùb}AXh N\B|d1aq5)| MHBi/*n'&QǼ2i`)q:zJub!4}ۭ(h^$Q&#M3]#)Wm%xqTe\o0'$S sX*3#_Z{UkڏyDeskkq֘u#;c?O3>pp'{VJ%'k=8eU"rtgQIN lQ9=DvrB%"ybZT\n)ni6*ć,*9:Oқy10Q+xDftK3quClHIɃyzUĞkzH.\KkP/Uݦ )qhr~#"TV@)&xqTP x0jcs@%@c/¹ۘ,UO`]9cNtS)>#ʈ:/t]W&D|xV . c+ XE:5p@}I2}uC3h{&C ^ )}]fژ|z9$Pطiq!.r"pmCߣ1l 5[r"}5R Vnpy]'&.?$U T̟.`gEv j09.XI%H˽pOoݘ')L*tb/ΰ5k}/EkI8lwet!mAV#ƭ)H)>4F 6 0@ DL]3^AN٥R[\JrY8Vj+q;o X P$zgֳ)g=rGSP9(qM R2x˦{n)b 6\Bs gS)mf>d\+סsz/,*te5̥ڙ0 x"0[ҧzSӦFpϘY] |CÐ RhOd!5ԓt=O!™13;PhwN6d6UԜCA ӻpن[xI)N`ױT8|&vE.$w~m rS BĄ򴴹EtR#O7C# Ф󄉴FP_"&l9sXO&S##m:IiI5BcbV$;pQ/*9 - ga0u"w?VlC}0j7O8 ) $)vj0!(@YxLlHWZ2˞/PB]) q}@ .X 3|.)UҨ? 5 jbyT.@s߀9tqP6?{C&:( bLL2aI; ['?s+Rʼlqbo2`áZǨ)O'EXg`^&+õ ǢDRGSX fN^oקxRן;A._p`3hya5s3.Sjg`D I[,:OΗV\!v[q24FB5P,d_cc.M [ך/agZOfF+v/mpR}"*RSmQZdg*c+[ פn- ux=7Ջtq@/ GS\4bhje2 ͊K7w~O!~z0(:~ka0azzZқנ?,G7qRSoTRԡ%rᯞo~ 01YeM*:mw/_biSfJ#(-˛2 Gy)yܽh^>Νqdg$ }aG}i^Wh컷~/ ~q&$e_kTN #(nƻ(qR{Y~V-Mr4˔FV(\8"z3qCΥњZVh f´Ltmjh yes@'h%׸ꡡw>1[l*a"/u,u.ݷH64@rUw6y?Oby1Z YRGapIN'DnwGi%bxyƲ ޣoT>tɂj{?$1͙x;${P&IuCs1A  /n'fy QJx`+)/p# W5,ZZ`aDy?-cJ׀GF9G* @,j#A&vEίB~gj;vXߍyu0)J/;Dm5טZSAd1e0.\Oٳ~sH× "T;Զ_[8ުܤ (2ZμΞdfhFdxH/0E"ӧm>A6s1=Iy>;2$EJkzMUk$7$leGpwWbf1TH(Kd4] (clUO屫Ím#r0:K3 a!tL}25xl(9m+Loaem2f}Hb-(Hظv6:ۚO.IRi] .Dn%3~9T{f{ ɡHKkZFhy+Φ@'-uV$ΘS0監q[u.ppv8 ĦOhS>nmԋĹfx-Zb_7\= = @;Kvp뱅 PPF2{8ȼ;6RNNpoie'$kn'E镎`}{^ncA={2J69zU%6zf4L ^: ^+-x3+ٌea޾T.°"X^;g#ZfEfRy全6G +0~}Dϻ%\WF6},D j yh%%>?y%Y͇a`¹s•8&B=X!Xڤ)^ȋS6^' Rxɏ$ ܽ){-1ޝ=2VK ˝K1%diٯ%X&4pk6(Ɍw _1) '8l&zDe~WmAҍI$klq+N|ǡE.kH?r/hMkREtJ^|y"Y6o+ߥ6:\H =*F`.7[Ðl_X ,wWb[lLjlˇ5ѪY`f3<`h{ $Vd]j%n+,;a B!Â]>>iiϔhq0liMcG{PxHz~lMaF_ tJČ\6{mdħ (8%Ȫ0w%1Xq0x.aCazЪjN_S$sQ̫osha&Miv#&ו=}:P:}Rk%cӽQIW9(rℚr m۬J7o}r޽n?!{Ua.wVJ;>T0Qa_5U^_hhƱn@7,T< '߭& I(bֳT'2{9[\-dxIw+_)԰e>^JCj"gH\@iFξ7b`Zv.缎Z7S4vKQ, glYG-=j 9*0G B96x;pA 8Rkyt{j-?fI>d#S*S ^?R |j+O9ɛvO[Yߓ{[Q@Au=%1;ʝRS6יVH>0R>o2g+kcAI e""<ΨArfٹEä`!$ð]z_E?ehRIrpaV^t.O2`B$O!.S4khܶ v: Qzv"~pp".swZ %+j4ޒ "$* ܂ 4%G*U|ஹ#ef ' {ۀ$*awedzY͐\zoQH% ]GܣҰJO]/]Y&jof'9mP -AvЩ^V z/gsEfv"_~\%dvn)u] eFrqK_; ","j3(_{TaK|JTg!l\v2>j3Ş{:П?.NrN' `lI\v1?TdX}k>%Mz}E^h\?x)\nB.h#tr;؇ؒcYTUGKiʨFTQ ^jku rjjnщJ6{F!'/ĻK+ 1 Rt|lwa05du,mOwC P.C(gGM I$Oj,\60_cG?%{kc4M::d6xHuZ}'i3}5ʇOYJDbtbd?0}l($앷P$ ͏@*8w"gJŗWf[Q½X1F1~Dqj}:Cd_(W;Jkh/э Hwfezl@@FAp }4=`%fӽZ\ bQ;3_0x1xHk.R]l&q~6ϔkX#'w:SqI`(,"9^ 75%t/7AޔXk9Ni (RB)g|%CJ;S K$}=mUs58Ex @QFl'Vf́S087lg4Ll՞5b=m5ECP"' 6XL*حsf0FZ @b7zZ@>AbCmǵ"`orZm1 zY׹U"` @b^3:B-Ia+AgyRF g7T=2/(* 9RڼzKR=Shq8 qjH)ɇ:"ដ?-` $)Ms^`K5if?\pc14k/194]k3 DnXM N7vߕhte܉%f&KHhmVy/2G⋄C/h{uB'ͣ1`?Vhld49H~ kC} r.Wymp +~.Jn}Y S#q-nSz1 F%^kɡj awd3ampuM$] V δ syv`+D~V aj$5fˎ9䆿oCmD~[ XW83w""ȁE3H#]7b)?6AG(q%sg(k4BkN/y!|9*0t]oP;7.q\2_0b2TBESJO;|sWHPDۄZ/*->T迥&`'Uy$Ұ6<*wo"1NX.LBVaxu{O%zlS3kTt=a/[vnE\`& XT}a̙z&t-9+}/^%ϰ fo^ݶMKFCvP}vc)2vv#[l '|؜AjDRiaI@>TIIu`f{ >)F̳L^mM#K#C\mB< Kf#&jdK*ȡɥW !*֛T$~sѨc߈IAMYLs>xGG[e \rN~Q!UϏd G4*xaw_+krh&+j,u4O[3̇3'fp-xNPW8%|!ʑ؄Qф̞#n'Lh>mî8 VPE֙!(LubvM07}EjZ(kl<b{(y=.|#LnLdϻtw Mi/xYd][{7^}&!a 着&nWj4zM8RJQ\G#NI7,X*jzDN* j6} ƈ;<TK/; ӭs4cuXoNC#mp/[/4tCgH4ouxҎx|#0AfAT8',7Zj^XJxR)_U>=6W$ \ʼnV Ȣ6BLܖQ(v$|!M*]"2ݽ{G҆[g|OAD0:ͬ{:Tμ%ϟ"\&0 1݂`f{WiC4[j9Xd [{hdKQWo+ voUΎy;q˓HZh2 (S&[mkuƑ8x{IcD.Nݦ>#|D9h3L]@-5LP6qR wPl`_y%~nF_08 Ǖ/!/tewѲK%{0 AuهD:&iZJObEpL!ؘ ˡr#^qMq?,D.itD[s`Q'> ICДpX50FxsOlCkKC.,5o4X c/xtX$ dх7Ze4oӝ9\@mhYE=a(op7HI-X26p ||1| 7 h_̡pML~c)~X»^:og2%`̸:* Pخ\upRM5w$πuD=M*hjw,`< _E]<^[@Uy*J_HEb*3&Ez9J/F`~Du]w>_P PC=T3Y> 4"AOn18e\{ O{תG E #A=,: f |%gFDzˠㆠdM,Y-xJ,㚀=  zRUI2u˗4cNe&B"aM`NK:̎ʯڳ~BVq ,Wh*UNZpyUft?> %S9KGUK Ag|+f|'K>kd'_1j bGC0,wb5X%P1Xt:#0r|M<ԭ}f]׌#%A cn_WAӾJ92@菢Pruko yNSȈ(I,:dk,e]&:BJPsآ;yTXvRpqpTNgŸGR8=xS^{mZ+-pC K! dLǀ/q zا*:Q'k&Bn5vc\;1mK=Wga1 R e}qw%04.*/kf}R%c3d z ;Iv>owJ4{\UJk@уBZ82HEਊiJm"*c* ,Y(Z54y0,-RYTl2iD 5;^$=WQ9<A-{y"!K+H#ɾe35uR";]פbֆk]xϱ-q߽.2dɾ6>l.|FʁA?bҕvSҔ|wU|.5I<1x.' [lW@*u5\ {cEe?QʭT7=[4T$c9>bB/8Nt印άApH3|L;N2=gU*:R[w> 57ҟ`$QpHmL2PFl`H]pQ_[\cNp>5STD8pr/VѢ6iq `>-{?,c_{7ZAH%l.bPAX$}O;Ih*q/"%p#dn* |+aOKe-uxjoR8亢hF^r+$e6C,S!Og9 GkuB l**?6}]0ڏ=eD/jn@dU9atþ:hE0/N| 5.h =Sl7gvm,ks|ޜECb ]IA4k|bK_]y9 +FNA w&H T‡(Y38IZ`% ? 㿡+7"ҼD+EX5 Tˆ]B u308SF-M>3Os0hOtJI#zPQvc2Ap1qROo°Tqy$gD\cn@pppk|=ۍ_E==d^VЭѷ_yc9K#<ÍEv@!:KX˘<4N|\MDo_:<;%pv+V~/&:m_}]z|YHQ),C"$avLxa6W BQÚovO4In u#~O0D\,&Lcx㟅!Y҇H+jZ?()@'zR!d$(v3p0oHJK>2R5Asp_{\M؍vg1#:Guf@+|*8Y  ,+b +xÖΞ1KD{`G;&%`kdi%,aY:U:6L/P Sa㒃4<)? `87.T^WC=0tHT*$~1p_%?;Nĭ ?FPU-Emx HaY Ju^u!]/ͬ"n`G*nTl=M f=g2UsB)#}҆>wf}ϜKR˽s'Gt_P>Q"g|aqZWPaL\0pZ1Q>вhUS bF$@m?Nn,s0Eomu\ H\1_,i}e`B0yLçF J)IWw#0ʭqttU+oDFrٱ} \ ue?c֪_D, "8խqJ^cGm-h/*Ǻ3S懁2. JR̩4.C,X&43O*ݭ3`Sog C4ĩ0EcW@0u<{sN _Ȕ<[UaMSp4J.h5bOqP*1~XX`(Ilĝؘg芋-Ahy-ry*i 9tpH|`ֿD2Kwe!sy>9J 65sLianH#^L~VuhPĦ7"FPkiL}~oV;)m+=y醞v:AҠm,M)y2Y5;F'8Q'Ez QbmPRK]wA]+cF@T"LGuR.˟y ȶw`*P[9/, +g?xT,+I}X2 mZYOAy@ze?% 40h9P̺}cWxݘϸ7L8x; ƃwͨZYCz ]3j;B+'ėyư} V’st) >͜Xc%fڳDͰ󾆕:n} 2鷅jfAa'Ł.Y=DT:uTU2X1JD`vѿ.Ij#Vzzq{X_[\s~N;9#.@|oJ%Q>؜v2lJ1NL'7;POQn'Ai[!Ӈd>oI&F+UC||=-Y*}լy}G5PӉSާEt F1Hmz1dX@LጓeLO3# >ؖć]vvLR |%'Ϙߌ罟 d <˩KqJ4 ck?8Nt/4OkgA T!]*\MַX!D|i} h2^Ne97Evf`J* cɜEɀxVDOt u^Fi.l'xd9WXZrC%Qލ-dnŠm byƆX|WXͩ a%2uɷgY-b/@< ՆEjFYE>FxO͉H`_mRA3G%/ޡsQ/}l}PNӨ!2>=^}@V's6b(0Um— ?T{mT`fG9>{&F(=Iy'H```\-i9JIc$cZzLS\FITkfB"6۩p\qH0[tBII߄;ZoÆw9ۥ~u?:6517XkZs`=mpa>Mf&Ug 1#R=Fpb57@g#?[">-NSgc\e;uݵcQrŘnPuQRcA[ c&\MO%$eh5, ,xA)wzٱ($C])D{hlA:}(2-iLuE36Y`Pl~/[V,#j7Cktt`_ Kvܢ] ; /]z_4fϮ2GQ3݈ۡ: ƏyKO;|6TaFv= ,J, up;=;nͩ㵔mN˭bJR ^iU6xLS;Ui7(U7l:bAYFnLڳk9Q2S4S*LI9^G"Dëi|bbϲ!x ʑ,^n~[AUZ@su>p=׫2'{Wj.Y({e42:tsfoUq}Eaiy٩iePHlxx{u`BB6cO}rxBƚEeu cHܶS)NHr%#&L€ʠ:z *hi m(F 4<cgf,>-/S=.x=ϯp-В90dvů+"oo*XFAv _g4 4N5"䗽ӥ$$l;hAnӲ M(&ƔTq"|]|14'{AcqgRL+Ҧ.rTLKy50r25̵ f]qj8MqpT=7~asb~/!6s)Ǿo 4 ?mlD50TX zp3Lb  >)t>9c$re*ₜ1ϜSht%G/N:PCO(ZِBz\j޺YݮT7Cm E<۝"ӗ)XC:1ut/~ [sR$vA"M <^uA-nn@sAy_rXE՜^qh VN2ub3*>\rzpY"/OTUH@|D Bf'|REI%$^l?rK6 _0|HfW-+ |Х~P;—XǼYH2QhD;:$xg(cWYa~ ;} /c#̃k:NWwK S4#,K3EOu=k8c0^UfR _ݤȉrO4V NHU^R W}gjh WH*ץ  ٔ>2/FJ1}"c}-T.AUST ? oC^gk>߆ 'UWًjxc)T#w槔ҶkW&"wUY ߞ}xzuB[ xa/moT*0~AcFJ\0u%{<2%bv.kR2(lNu#Xҹh1k{Ag$QU}nÊ{#[,ʿmՆ+q L? eoLjڐˇGL1.`J41HNyג3+)rXmUQ,uY g'1/5W.@0n!_9b[gJܲ7ܔs$m +E 0]k8)gs D53dj3.6z\5?df1MX\0q ){Vڳu @8XBa2gVQr3mszs۸J*VzZxGU93lp"5ZI%8:(v;<8'`j3My͎S5I[,c,vfs~4 @WRqTve±k-:.H:*TljVLcbRt)ƁybJJʼn,F uzwۘ0&K2;ި2fCqeJf} !m4(?.C!ܴ'Ih1R3XKt؟KnLX= b^ՇѲ e=#({ Eq]Y#N-e/vI) 9; W_OQ,T&,2εsW X.s|;r@(wiWz_fOUrhmN@检cN ޷ƇᐧL ȅq6{'jE2Gx68+y.DXD8@PL6/$SM! . E`6S"SWW]s=@!!1C6)ahVQ<=zƹko~6e_da<l\*y6/k.+c vK'*hF,XN mA"ZҏHKI:],j9Vǭ]\Qi4l@^ul=f ><_g~[Ҙ𿫅B#,v7"NIp'ofzHA9}S72]E(1[K椇J~iPsDĐLԴ8ՙrBt]9Ez\<|/l'$:h)D OVz;2@7ܕrZ:'n`&( X1ȕ٣&;\xg)kfElϗb5_NyO[Q *#leHoXN^*fv[C'ZE3L^G,WWY !qi/Sl(trR`dZX^Jq|o}a RQ]kI27^p`*Ta{I7bjͬ>'<_K$r^ 8l \)0Q"'{g7/><>Wx9~%/n&ytCy8ϯV_y4~, eg7Ĕ)-zϴ ԊPĸ Y{~JXMl2h.+ATtUWV nS^7Q gov "啟 <Ց50rk<n[Y{4gNHiܵ{hg`8c,ΓA(qNr Nacxg;hZu)ߕ,4EЕ)@)drĚ}wHJ}sB=*1?Xq~[C8DIc 3~yEb)@KynuF^]89=΂3FG? ]=Kj8 JGu[HWr:fZQ)6A*.M!Vlf\H&NI:Pr U8elߕA5լaDAJY}Nk7ho|gK~h=1 πɵhXdqj%jLI-^Ж@ݘݴ΀fsp(  !b өg)atJ?Bx/ǰjK ay|*Ѵ^^ l{^=cBIyvh7㏺O@.X+vd+=:48xL%|58J<mŰc;}:'R;Ua?nh q*К0]';MļFpu .PN 4Y q)!9(LLť`c~!revm%Ua.~Euإj"JQd_q9j]L2^Ck"#P"ȣ ;`OˎSE5Wx5K+H6A[#Q眡sXߣIxt cYĮغ MI,VvyF Qƹ{guu:E!/-|U19Vþ`惱10ܥ&A\ufrBYz_Nv_ t DF>i4C?qȘ h:=&wKF>5$%Y|ps0rЫq`np@[@>7j|k7^wT8?~5Wv׏f)!7 v$D 4gMJaqK(2@kRi_ʪl**O)zx'.nXP*^9򋢍~ |t[HAj>@Y]\LFZOT{JMOAtKv9W єEV}"$Os0:+*?@g* 2h?!Y:uEyb~.;k+cndOQ2lsc$X'|v7^r,Eɴ]+KW&zq2 :4sOY$:& pwc!oAnWwVEc|mÈr#q~V-9hИʧ|K+3ɚkc 2; fW*:5~?R 0PcO,?` Lr,;`b&Do?N]wNahtL3jh_w;Z!ɍLa4oY5jRUoJz.5t"Gbݷm1 6lwEy7O*Olnxa [!-m2;(EyY]s'|C ei2p_77la$$DTHȊXp;zoIPBMwŮ"b~ YfOf4~܏bHx?0+<8e jw Ҙ-+|%#g:@ljJxႥ5$qSbg~ZI\>+uv !B~GQCMU8FNݾ*9F=l8[zgj|!c/LDݞhyq_m)tKp_4@'۟zqꔐ1%z D ]R~F_M᮰;wMp$,x]韣Tpr̟u}~E? >V(m*0ȂM ^g'hZxHvj/EHB*u'pCy,؎)le{")-o15ll]ᯌ7vB=p. OT+9ߝbJXG"$? # qw7-q%M, a2cuVS`}n4DCrRLD;^2G? > `bmӭ(ٌl,%\ٚ-8SReY8͚e 7 sKh/eQǾj\4Q<}"8G Hqe >΁0w>a*@<ţ6=Q: KA,"=!+q("0%A~P,{r֎2$k[.EBmjik J ?۝b$ <$=G7W&$)&ѝY{ }8>bQ-WDQٖ9.wcXݟ%+G,iJ rF_m;nDԟ5xdB+S&CQ0|hRUt] &˺?#?ZIp#T$* $kH99' lJ7Bݱ;l v"\7xU'A:*L')j#-U0ފ=]ӮVQmۖ.\h&t5ܫ X65t(2$5 *$ND~W+e)ޕSb% ہp:_g*T5o4;f5]Irm#JW.|1g\ Jg `Z 3eP\{8rBD q |fa)W*S𲌻ΙQu=(0 ztY `,v%Cbd0A#/U و~g% ~nA(>ϴF0\OyMmރNNox]&:PR3g̴J )I@N$rԍX!cܛ1G Ui`w_E\x `34eCN+VZs ɘ@ߘwq׊9x Ot(?Y`1<W"_EY c Us6.D$ɋ%14\4lUJZwd [ԙ-az[UbC.6KߐQ/-N$L aEBfqn/\4ɿG(Ym࠼7G*7,Z\PldH~&x{,p| B+lt$iڢ#"Th́r]QQOߍW;^b+G9j >6y*Ln#f_a0W5z?NQqHQ<Ćz4FL붋5h|[sa #Wkv VأbXε|#uA}!]X6`:sgr 3QrĀ.QH?b#=+!gΫxxCh=t>d@Js0a>3mFKW:}J>4qB7 0Ϗ%/'x:(y0hd_=rڎ|p|]oP}i\ӳ"Qĵ Gagc wX^Fpc9؄M槒)Y]]O,me#ݲS~Ø:bl5)m@ng+_'8S;v1R"F-1쭌?*m×'4V4ɯb!4Oaəؽ'O:T^bDjP l+KݭYR,Q(@Oԗ )u~P+EcHA ]FQ)j~$,=? "3:\ xi1c Oz:g:!fHa-5j8k;tL6 MDS]y NgI&9j}K ,Z -2dpܐ}΢TJ-/m 9C1|D"Ӻ.dZgN]  뾕\R)Wh*-O])3n)7Wӛn)HqlUNu /Hb]T_RV^v+p$or)Td_}^ĉ1^9WL,uXB( JO>/)kRcy m+,7>:,!%ʎ[]xzEPpvVX$+ƴՃj'[7Ljԫ;>w-̳n^[;͊x޶|#Iv`&`INhFSԖMkDiqCo/˶7ǙI9kCA\Aƒv[83L,?yI$n8Y6~k\%Y3Ia۹3,;qyj1-ZD?01\ZuwAǒ>Wvp{DS@gq32jQZjwL%b#MT.@N/K#_3?1(߭><&wD]ӄ߽!Վo&eg%bEgS6Ƌ8r_ dcXL|ފձBfU &տnŦͽek+A;8dWKo6Y4hb"첻_/7?)'ݞ<\9ٻ%$QڥrT9H8qa!+uNk0Ll 9ho/9ձMd Jk*9^ӃB!JƩ[1;j6ҕWQ0 |h\݉SDv7,w-H* cz`X,N2 =sa^6d;AQ̱9{׹v3յ3>wƮL޼o?ζ&^өcZ))iL CyfC8˷zCo)uCgys=$⣟ìmxq>io22`NY%"c&lV n?jҖA`H5 Nu*m fA^Q# h *=:%SdX:>|( ڤzXH0 KOSL=y,6pM"R\0ʫ4kVڷ€ 2%"||,kc\+C_t%@mWGw <wa߸`\KcqU=L ْ3Dl{v8!1$kw6R;F›!_.܆I1hrO7?Bh:%魕,NEJcT @HN1N/FF)Hspg$N#G5Zg$:6jxP'^ƭ 4_I3>]JsDJI#Dя]c:cXJn#Fh1nZD=]*o*}| \9Vw~9&Vu(Bh0(B T57_ؼ[WTSĝuymrVξ}[I?'3 EN̎`i͚5X=rB@%`̕h.\@4Ur s#Ӝ5R(|+5F>$◾CAϖiI?)N KdXRNG:+:x"0Zh0qS@q%4[)j%*8`j:>5h=䤌۞5b`:$[V .8NJ2~gHhHVO>$Yu~Þj'G7*NY맣+6=BcLziz߲HŬ۟ t$N̩6tqJֺ@7 ;S! "/w('6h߶w}:ьH͢-7?S6+$P]cYA$-I v RS$>"/51:.Jעp6DmCxj.4|im2ڂ5-;z 쨱8g~Tjha/&ծ̯gG`7<ˠ3݃cv  +HM;t49I^ln[IZPL0a68gg&/v㎮bwsL(iFf r:GE;M7w'ӈT;\q4[}vy 3(l:)KkZ<ӄz1WKw]:T2jT'4X^ m2T0Zې=WȈlcyh|XW;1$I*5\ t;\aD%MT֧2pY\9 qlRVJ]@,7&Z|Q(->C' w&B DjDn6Wۯy9SO5o,| ؋Y(rJ tI$'pޣ‹ X-)]UGExs`&x9y2BTKfqhB5F!.ӁPqE*t_ٷDA+&C~^jq3Z%n 9\WF/RN7{ 1{M+*U(yH =UZ; s H(ӊtuT̂,n`0⭊2@QqtS9o Ψu'WlArnN9 H0R%0gx^6|^j˂M՛0]4]л6fs\P9(f533?#N3b:y\#}{xjn&Ԧ/p̲4t'Hw֣O*Y+Pϲ TRקWwvZ"%fp2RYؘ׆k KB8 LG:)b@O,W]c?ul([F9:L$LN#ǥRXҡ_)JaXlrzLsCx~Gc,JޟҎ%ij П5,DqXtmg3S:b|?1 oV CU(09YG$y+23S Ħqnr]IAfb ak5*!p'` N`r'xXě=O0jn&ݘWP9F b.C}QVpÒ 1!;f jxfdW} FHV-`ǯ_Ň %LS']0anJPIp_|FN^uw.\cĈ@`!FA!2nτ&M͗OX@gSUZ~6e{$;gK3d]誚2~4JƲ;_&k`Yr V8_h<5߾ỷxQ!y&9M.OkYR֓[}cS=+ImW<J+hrCi߇C"Ǝ:`/|ܟm; +up#? ]5퀭'2Π :'k"O'3:=q͢O!db*E5O Ka;0Q`mvlOY+`xґQj.x L}BRDq!Cƨ'A4~Et;+ p3TYOt"sgA+}K; ij30j4<=n,GNwQh~N<氚i{;1􃪧 H̔Y~_ޗQ* +?tRf˩ձnXɾcmxMӈS-LS~ݓ˧Z03/t!T"s/X7F{%[V2 MpPhNJ:~{U^ASU~z,=1_鼅)/DuveM*ȧWZhM~Q_÷ !]I>d"K@6]Ts&(R)=X_+QdV;!}&Ǎ'U汽,,6jW#fO?}A|;#7}!%^o2·^_̫8vԄ]LWo)7lr{ĢO;6Le@T?_`(>cjzGXJL3/"L@7jHil^~ Фݷ³#b-umЫڪ ÇZ h0[z(sPФH@NZe ڶaqhg~/0_TKNwmS\Ͳ46~h 1T¬`>Rj j&&]YIJ(YbM4AɃlLK(`SXog썤/{ ?DH5_{]{ !~F c}W0F^N ԣB,u\,]ΖK[蜙 +Ɍg \mhP<-SdLP(s+G 6,"&>9Ÿ#xOK(s+YD202$cg@ީdEqh;ҋ֞^Z{{cp=Zgr M-f s] ڄk\j1dЀz Y)Z- ;Bm7q$[=BȬh8ƂXX4U=V'Nf̣ ,ð-}D6ړhO,yCq).IB2EH4{m\n7_Ѻ ܊]n7@Y.oMe9YnҌoZڞNe$f͘ѩ-Ex'=w{ԕ!T94`1Ghì"j= Zo 0o p< Ճ% }ߋzX#_}c&bX^gJt{@W7yjz$md?J*MH-D#E;y4 ׈p$a.B uq N֜ΑMbfV"CPuG:G;jw(y& !|!yYS8,-}]yr$ŷ+>Z-fc!܀()UԲ]~-%HHJ4^~R5LX E1 1y99!(J:p)>V!oى`㥋8s!mq|"ɽѻŊ oyFpLR# [Al+Q<~"mF6XO-ݕZ^DY#ǯS<(*t%k?Y1;hST49<9ɏ&U0hc2ռ"N̏9]Nv[dU -Ts_QM?ħnn},}0y38 :m)_^\UQ)/G o33ge-jcH}X&@X"ԃ_)$L)ЉZ.'J-0Rdg$~,B8e.ZFE~BAf3c<*; !Mg${*vGUpw} z5hM٤1@T2>sѪTu29. p(]WZv:ij#3E(TϣP|_f0cUL9ohdxngSaD11^ ZWT4dġ-,~NbhOI}CД8T=`pA@E Z/?U W9S@y7b7| n+I2+|:T^䥤W0w2k% D,%bkh"ӛC-=vh!ӕ$ד¾CF`BR۫o ѧ<7zA /9dx 's墵߽[*k5+s]㧿U bx>x^lL5.f%{va\w1n$ͣ?7ƪp\o F@}jrt"m>yq,f-G͛(}ʰc]9q۫&E 0G=b9k#f=jyO4|" cDH 18 wogj([{]6?Vg毶(L6e0i_g9'0JGp[ +&8\>?Z2దuzكPZΒZUx{j1 wLr:`RneOG]`\ݹ_ ȭS'ܴ;^`x0F|?gtmҏߖ^5,N4#h]:)dzGE~E;-巉7XTO"9ΚGjQ41W C! ysxkm ,$ixţ9/9?0UIG>)PUnsͽqBw57 hќHՈSvbڢ\˜]kXZ*ڈ˿`WefK%?y8x[uj!?9yغI#{zwd5! FQVSC:~Q‘ %z\8M*-CRdT~r, 9s3<&t{'dwI:^QP,R:k'LW <0HԳ=}Bw99n# |pǵQ zo7L]ԟNU*L]|4|h@@@l\Wi z Ka#"&(p~p&L9PMķ54xMԧ`;#Et ZO焊"}w8?iRmin%͐G!p+CC1 c=JX(~]~Ktk$PI4\ !pivnQ.W'` S8(԰erXop趲jRgkD\?T֟TOHSW9M~:p%?:}$wE[937ՁuLΚj~GPgs)5jL @i137Cki!-T^hFl }l %R!*WVT%vqz!*g!(h0{ .p\h)u4_SZ F`Otb?)za51@I-8"_6PWSv||/e aYI rz'w<9} ӼP> [R'dlt9+i Zt{Q`1WZ Tơ!nN;(M4M3V~8p9``3u\QiZy O*o7&CX6o"_tpءg|)yz2)ٷC' [ ́ǚE7{'톄G{˨rF.S9yxROÎ؜ƶ[<¿׽EF\usNdywh"qU8rHl/ج|W^h# qyIn%> N5,6Uo݃h9'ґrv~0 ~:TQn sՃg鶄/Ij/x~آ=dD.nY!`}Cv_ @⏊h ϕfm6|i#@ 2gnUvos$}wT;Z1ܰ7-8S ;i}Nxe]=۽Q38d$;m<iTpj&i WT:/u1&5{m0013tWK^@&޵q˧ pͷ`;_ӳO mvZ uQ~k ً4aNJ6nB7Ot~"kDU[\UEiIh5\Op䉓4.LƟq-魬a7sj%q2BCI;dm*w۬I򓟩;nSn I]he*U)޾^rZE j$ɝD!@|CeUK oZ-*M1qn^;$ #wxV[jQr3<W7oIpkZV KkXSҏQ\åk0!c1cnB=#opbd6|p2 O}ܖcc9>pn RҪqHLLVJ wp6ү^<Ƃ, t+l3/hq}څ+oI@% Bq3ڈy )_slZ]Xacg qpb3d[D3qԶ_}YIZEMG͠%K`6á^t8 =I'A{^jp 3$Y.3 b'0Ρa.ԡ6j;g sS^ c51y]f%,)Ei:mmPnT&|6UMK =%&&ȂYJ_YE6@btXsr"p 9޷{kX'IMzF$BVul&O݄:aWɁfa\h~?9Pj)K<ZJTp)Ouȣ c4e/?S+/tvH+$Yc#쉼3GoD|h9vnZs`bƪq "Qpf;  -<;O IRӌcC+S0%3鰲+@t[h5H "5*XlJ{iN)zWRFfPQ6۠,ga6>7aE[r F>ݪ&;t%sfg ]mTaJ ./ Q"E#->>$c"}g*l֘N"ѫTWO}i]GQt2/sbh'h O$.h?f)td>SR"^{=MXMy+=Mei įǬ<0_$1E=kp|Iw~`ң59%3Sk1]YVr q苳z|ۅ˯/Ut+c9)!>)Bcz&j-&yt(XlSNL_R O*tE7s%Yp~)R_iSNgTRh{}>0wEP|ϰc x3t*e*ҩ8L0 ĶJVad (l)b"ԓ#X2NkU a9:,- ^'7D0\U 0uFG `'bD4ZWR.@V"|ؑl 7x^'D2kpl6ܩy ؾ Xcx`BEN10{%wHyǫ!##䈌$ɸַyDv@UȦdRb6„`cWt:dkjaVN.CjJ2 yʇL'WqwW r8i,})y)꒗c,Z}p+HuPJuUVW#dr^>`ͫ7  6thJyz&Mh;3c>eW{&=X:hhg̭.)ƕ/5(&̹n*^g,ʹvM_\ w m,gې쳁f%@QD`;>B-Rg#*CIl&vibכ#/cEG]\㾉7NxW"aRhT爾iu v=r̨[<3J</ H8Hc<4lE.m6j`n-CS"NMފG3y6ć;)!X s®"g# l*J-%i%I~#26ĖE¦X`*j0jZ #{N1E3H\Z \wآ~'r%"&V+ ^oE.]'u fQ̃~sHgiC4n-3~ "#RqYeRgk]>fgvqT>ĝ`ze+2/:)em}1nОLq\ZZYgaP'Xp5@70KR$$,ꡳ)p*Ukk pN\x`s z Rb%auil k|_귮\!S QQ YfK[ M0 `Mv'!0=j:٩@gb2tͦݵHхZCణ @S7$P4?M$8{۫U]A@^̺,E| [w_2Ȳ:ޝA8u6کbe.q" H?T@VC p 3.oo0&쀸%јJ4Nbg %K |\kiZ?rQp60=-sXϵKgw4oXFo@`8ĉ= nv{ΟVt}u'YA@QN:hjpM4aw^C)=#.ZM1slv&e3#4oY)f+/#2Ҧ]`IKc<.SrThv]s*wNՅb9L$#Hn02.ڤ:zJh,ε_CǢ_:W~}0$c!=vJ>/-YX<;Ր"HqY,=84ɽb委#w!?ƓrXΰ3I<<1^=`s37k܏!)[OHgy0#- ȼ \'\ZC@@ N~{^!<6e 5 m&w6ƃfq\ȗa\kX*YII ,05qxFf**pDCW7bC ]06gyB$6^^0p^ @Ӿf۠D q`DžRīѥ4HOGqMqgM*\pv;9bhXl*E4B|Y #N]|-'8ᄃJzyu7Ivy}ej;g;m'Gy%VgJ.LCfOlAQ_UKKbgkGYBke!4a#p3WyM%Dim{) nHI<Nx&7Di@'Ȟ\pGaD[W哂.%{ 0BB9tU[m/Uƙʺ1_[J>i/f+{;eUݿm'kY5h (ñV10JXۯ|`/7j/q-W#B| a 7,$PmQztDŽdA}P?bz6Z0vd 1rڪܕ [l nΖtWod`p؍qp9QKⲁm0x:3lz YQk!t$b%uHI- D"&mkY(<*ȫɧ*Lcb=$GH*/YnUmPds"]"nS8Q]ΝHU^y=U`H%AyLQūۏfa̩<02j`g۱I؎F!^F[J3j'C`HҼVs̷-;DZrMn,mJrr5}k6󷠋b0jS!Sˡz?܁"e Pg !%+WeYٯ pbGr%r8o Crz^₎H BBG]~uzIӌL:5zSy ܚuE5Br'1"8JuȽhQs_X5s?[֮n=LBf"QwB慰f1oKf2[sխΌ;Es{~vZwz4"syBTF)?V:`߇ᤞ J,CԙK9_⵼huBi#q328h鸩\~1E FA,bPP85l="Kˬ]&AN`'~ZN&SB\W ++=|7߆}"xyŖǷ;Q#3@x鼅>ciA8 )F!ٛp8hsQ GF5z81p00\r.|pkM(/tV)"z*f86@j@ ᷔz+@v}V8_(Ha0m; |rpkHŠ{^Ov0:4ݦ)=L*Y `.ࣔ YEu$aYNx! JJ$p#~7L2,:(#wƠ岙"t&e2rE#lL0Հ;6_Nh#4s, (9.0%$>65eXa Sꎢ ) TXºh[^'O;>t]SS)ލl,ze:7m҃VbJؖdd@s ߕDɽWA7븍sb|\ OIY4w3ӰEL3Wkv)j!3shqlbf~Z 푑>UNjƯB |I7n6;@CjҟmjPXkP|)@6 @&G>R5k֟,igxtGV+>mzϤ wYӇ")Ԓ!4~SQA6c.3~}Ce9gYQ3ţsD <{VVcV2e|w48:"2AiC2LJKkSox|'ľ\?k?Ka$w) >%R +֏\x'wgB*sߟ*p*c\ &h[ e?]yCan!8 74HDN2SNȤmsEk/yHPh?Vc5vV`a(8'6:u=XЪ֑Al$^Ћ8|4B+I;Ok#а{a5({05L[ʔ,T@cݵg=>gGΙ;p1 %6n` qptWؔIEhSsirS#nV'c.P o%vFyum sMD4f/s8qӄʮIDC746O\My8ĂDԲOPc?K(G:hDg k:P%k.Y,.|mj7Uu&0jg_tm}91.LͰ-nWI4JT9DuVK#gK1;GP?pXXǤ>l&%ҷ=nL >+eP@"8ATn :<|ˬz7sոԢ%'hi4jQC&S.>1)Yj4,+Z_5knd'ohftCXǾ`8>qlx>.u *sj2am&gOՌ z%qQ|z0bg۷,FŌaxx+>km-fф+ę A&a,L)z-DVBH@÷iqmPIߌc^.W}QMeE&d8m˙@쑠Pdv)/7OC'`P<[ܩl8$~[Y"LP'\GlD JL3m5犡ui@b]5=Ԙ"#H% ;J%4K&ʜ1dD>*|eȪL}90Ggx!fhS^0X/ CԂ_5A.vU=wȗ.WHb}9Eiya -lzYy`\/Q-hCI]^khvC%tJ-m{2Z%H">&]!wˆP&" 5fYi`q78l)Sb!~oOvq2.KG˗Ъ4b?Sn~1됚! lC {*H?;Q_ZY\(xW@׷VGI r+=F JD qz\Q6J )Z9 8ܬM]Jx(1ksu.U^ ?XxTj>(VN/Zvq*FZy@l0MK1uI1O0gu_V,4 } >YSnxk~؇x|MT}P [Ac WOx<-ࡷnS7Qj_ R,~Nm6pRk|'ygBI[8` X!_E DlL둬ab`f9h:u5I]le.erKE!v6#+ ^_ƀ6ݛs]q*V4Z8*ZJ"iKa$ ]}4gחjzR%r@G_X_ɼKCcRWK'ybVc8zY挼\Peƹ-Kk\Rtu^JAb, vu|6K4Qb4gfڣo o?#qlwf~8MLk# `g’@+WMjo'Śdm'ڡ3|+W n!Ν7 \Xh^J΂a\E#uENc\ɟ+ {2S^HbIigCԫYpg**(C'LK 0s@ۀMfa(@oT^|&h_/weEYS(#FP}8yzĜݘ[1I&A1 puiPmM[];=|43^$b Y c y`*H0BL8 ׼:׏I݆8 YD+F3 lՄRU e 6!kDƃ}8x=/hckH B9| @I+= d 8)Д:JC֥o(Vn-YI!pap ٢7rEBfCa1 e7c~Zvf՘޸1z@R'9t ~ƖcnZ䃆^9+i_6e3X$ i~+kcX@qƜR713ezmn)K㋛ڸ+Og1z[ڊo~Ȑ_!i^1=s!O9py..!OZkٽX3,CQk5P^o-0Q‡_~kJ>\C4xGaK)sƄ1Va:7S8fK4k{IpX gla$A!IwF /U[2tX19 VD1U7Ke6>,n  S [|Ԝ؟5lupkWN-zq#[`+:5^}Z+<&.D19mJ7TLn ?2YYEЀ$oY A~(ar>7) X q`.[21MäHGApMز+h.K"'\W ~ޡ+lKP iIڿu \(>e7 T,Ɣ1@c\ܢG-eAR){-K0mA^F  w߸HRG3=POKtV4,*^c̃&( Z12!RջzIwTI('eh\y>vZЄUsGT(.8梒  Gg,اsRey6.6TL%ڗnכ!>[{#?&=y2=1gqFQp->OhxU|@k U2VH My!y=P|L-ߎ,UqMV\A b `6)8d>OY ɝm$`g4Ȏ8\65W4;] t(`sPΩ$>\S uQ FnvX$C5ΙxiEw^s0TDf؜ BLo>Ƅ-Z8jՌHsBrĴ}Qp" -S@CChZ}2!}Ikx>/d- b_) cj&A։Of^7eKzgL_]CGNջ]FfvɍFXI <캸ˁY`\RY*1>)ܣ61P&0+D{K3]4#攉A R0tDvONK'XV zjm; MXBlHq ;-Γ4䮆y?3×mw?+_?(&pЗ4I9Rs\` s=.{mO}TT\V_[KNXj`Kn5kĽ1`&$&sk`ͺ+BٛX&0ci(;3"r?ME,nuED`9W޹j)qf& )V>bt_AqxtKUHџ\ĖOIO]&QWX Ou|rx}?pCE|[^(T}CS-V)^^I[t,a.B%9=gՕ_\7, 3.;I41c!Z. wy10JT QG L1#cG!m<B5v|&e ~"|da@*Q O;soPj bi_C >Z5>MSbח?g'gqqgto^R]Yslz+3ձ[lFR{6Zhaw U0^ (t5zdJUޕ'J.Cؾ!"mѮu0p% ޅ'SWpdSzOЍ( xR>y_VTPXF{ xGEufN?|"ی)Ej#i0qzr 1 {J,L}/P T-G1LDgںBJdB22zy?F, &I~^m/Hٚb=Ӣӓ8n!GVVt,{%:E^,dMAt~\sY\ b\X&˳#WIxb,]bPBߢ6ǖ[Pje3Y챌EpzmB=蛫$;h( x`\5=ho"GnK}n#iH.ߪ2{[0 .eT|O-w\YqC_΋a|[7>1ORAEoc`['ֆ,3d%@=_Ld?/'=imZ8TN4Jwh<)G%#w<} eˇV遒jo9K?F7)vfE,i4M۾*ۼCƮ.v`=~"xfh km hv{&IUNM!$'.JA]I/%-o%$D9Ķ%뻢ضiDspoihlweI3 saPJ㜈(`9BoMQa _ 8p. .p2yWlS_}7b;n3a˥[~JCl$6l߹D;*:eHfP1f&ֺa1`A`8?T^' )Fç*`Gec{4cm> zZ_FL0ݤĘ'ZS'=ei lB|:tP^؀ʃnݨ;!e80}%}M%B}؅WKu*S$G^oݣzh!Ϩ*Atсh,]a:6UԀxxpn/? 97ʠRxOMVOVx%4ӏit%5l _.+k?+/u|K(ӕJw GGUۃFPH{\Y ]LNhW{A!--;W8Yئޚ[ 4y}EI:+_K_$+ԕb&D_ uv@&GIlh)IpRZ~ |<{9mil9n>UEejI-^Ƅ9"LV̾^Mr"EƵ/;+=;JIVPl+Kx:?8*=)93wQ r5ihX5[OҲx6cJ];!"uɭ7GvPp+Esu{yJBT,Ov5Bؠ;4ʷ)Xx~쳵Qh%[(.绮/@ʯ.2Z8wXMm8nf5sN. )m~h4^)>&ߏnmBp=>۽uExF7nC4DO faCqů=Ŭ~`e=i{-S$'`'~0A#^g HlkX\0 'G rhI1d Xg1p ([So ]T k8?rx̲+Xk%WxqR"#>SCW' qjW/mx ^G]^u{ʿu640ײ6/B@[,& m޸ZR< Ed>'S$m̾ӊŢgtU{_5-[PǕ+~޷3 {׿3>y,L3clI$`77wL︉&AlUR ;.?N5't[q6g5*/[tUz~Bxm.2)qfGH.PP@4uHh _~KpIc>NLMY dמY+X*K2}.è}'1HC$V+ HG(cT"-m֣g/y%hk F(~s,՗pF8s[R܃ooS6wQ0- JPZ/:\sK/cV dG@Ҫ)]޼m}4WWx_ez>0o[5ѹ\x:\҉\#~U)x,72P@;}N;kO~ۢ懓&D!A>.J+ܱ.5d ߹~@!|P'ir'>-3@;7flA݈s;I œ|1JTxzdC)7hu>ͯ'v5lYJGFm؛)8Qm 'WoѨ1JYf_]Xsç-OeY 9(<<ősxoR*cKq0[o@f|[ ^5!- ҶOd7Zӓ4"(A~il 6;άqhkʾN1nM\OoRIz~EGt|3*"m)տӊ*pN.^-'$?|>j!Ba>闃eq֗kK5XӋ=n|ƴZy͡V݂7.)gF6Kx]m[ѫDa, 0 Ts!1ȩjLW y(zpp\{; 6w+m},rƼqx}s@m|l, feg?fti  <ꍋ^%$Xh2e֓'"g4v_Uk!? exvt'.~mQ,V5ksq @#)lPW,A5jfGرmS2fHYq;2x{vlyZE9?<Ǐ֊.Sb-&h9L6gGN PZRm&<ɂEByzVKOY\/̵u-[)߾f)dτ,2V~ *mi[/>;#iz RG# wov.Np5☣8Š#>7NEpI4ET&zjߥxd9xnʿ)i0$aJ/Y;(C0YBVGK1[/=m5Tt!M&c[>}#Ŋ"yDkdZ޵gJ}ZgHАM^%J׽'7V3s"V7ɡZfuUBߌM!o u|m+pM^ic8ySbߗr?j5^;0Y*n h& EB|o>&E#r\x<5馂ST!rWJ: V7~Vq}em 3kƄ^i'>dDD5E1? ;r'%g~v~\'ӜºPg }ڎ͌yHkN=)\_ZԠɹnu rj -ޖ\M u \c\0MZZ 4}?wJdi{In5RrG~&LM_%3+#L;7!HDq1[(Z?MY}Se@vK^DBeP#!-<\e/2yF- $JkFs,&)jAa]MϴLPoij J$-K +yfwUnxO}:sJn}$qZ^1VmQxÁoոIFՋ_sR[^,ϷJ}d^WA8˖iclM<1f)ߣ]lu ~[)-w()0u!l0K2E/nXLjYFA-%5AMo[S]To 6sE J!JJMFm'ݶPͅkheMX0\& &Xs|`@rs~8,6#pƹijqn-ħdp9X=ƺ`U*C`O3a:PS-_buElD%)Lܾz$}ff5)f?_a"mUpy ND jy ?=ӭ<>^h!:>; #X:,ck kZESR!lBVP 6ps3h2XN_s'Z'< 鱰U,֕P/JTчq<hـfɘ%uT%k ',^eTj]:$yymal9mHP)~l5[p& L.vAO^F#nx0'H{ j$ۿxWu\@Z'ruCҖ8wOS _!A˦>GJI)԰GN44o^/ÜQ캴;MTךѝu;FqȪ93sK )޹y3߰ӄ`)7G=O7g*V(朓Y Ԇ=1Ge1eb3&__i,ixeC0@/ZO! Ø|z5q|{ͼ(Gڞ>$" IٴK_|bHAzpqe"~MZ 44kmz ʗ*xڐPb+v/oI޲D lK 9E3mL͝)ͿχTqY nzfYGlzPVBk1n$z$K9`1brWKVbF}~!F?o4fj*Z0Ҩ9k|^y0:]>~ۺHM!| 2mbDR~^2qYC˽Mg1hkw=_ ΐ=挾Y-E! ԼY͖!```9tw{T3G(4"Xa3_`3.rS0t,2)u5fQ~+aʑ݄$')?L9&W=1+DHs[[T6DW76/72Nv BGEmNRZǛJLSōly%-+aבP93-bc0lҢ^!*"g4!QɿqѯY'6v7L r/o=s8x1ie'j,XsTA ͔Zb6|8COAWuz&6\F{iVr>X 3NM:=l"@O_>-{ g<$c0YjZ8f:bh f[0YJZClX+F?+%ʖkXah< D::,b nGLh~uU䦃e,\_\_Q/ٟ! c䑢_}w;q]kH tƬPlZK v!ٶWrgS+6 X4l9i|?8fPXͬpS(S͈>U }/74l:[w4hp ZR(I_syv008᪙xx ݺ/մUV*d%xwr1]aC:=t-7d$nBt?w-5m䝐Yw#Ah C84:[q*-q[M%NU% zmU7˱f)g'|YzZ棅>drtn)# _Yw7&*ϏoN# JQEUQ֗m.EPշS^Z];.]~tFx8yI}9+CVLvQXLA *ZVt`ǃy&nZH£WIփB7cވH܊@G r&c|tZ}k޵)Day6JS D@Yp$U9LIxوvF91r !~]0J n~Za![DHN=ӬKf vi͢S-Z6x#!?68+ߴ*,ͣ2Pq[oXѴI+ {ߟM[r% yD`6ܵ(Yp@ +T'>RDC֫70HX%!fmվpRi]γ Gt6*ӄ?N+tʆwyU_Q"٦6QWN#@t X``jAɡ}LZoH6E5nvBMF2̮EIb6_oYfY+-c_[Nk1voypm2,(3Id絔'pj*D 3Jj͛n#fdʐa}=oS̭==s(( :<قhZIuxO=-֔ڮ%H,In=w#X7')4G%k fs Ɂر#vnZtމwFCM?8,,8CR_Ypn] eBdGc,]Kj+ax)nɉ=dzߧhzz1m7DPº4pqd~McƔ!!+=;,F#ھA0Kj}Ա7&=jo3ÊkA}Mq8Z]!YL?!VY^h܀Z6>ZM4{#ˣ\gmn([)ꑵiZrwF*|گ!0ucr5{F~-!f&>RϞ=0H;hf?YDrJ09ݞųE"GDm3Z Q*=ikL\ؘ: aQiFK⟬ z){ ٶi##swV>}C"UÕ| @S?gٿ i ÛI3جXB`ɀٌtBu*[\w ㉁vHC+]$滋a͏zm0SbƾS.*j4WP,yR.pFK<J|ef=2 ? (h !$^ `u%_,4{=,Q oH;{=|ݾω( 4M(~D%]D)_h\c{&=Ô[&0ć 2kɾ"Yʹq=_FT2OO"Ejx%ޠØ>G^rwɌ&sP#U MsӐT|y6)hp)D5v^&'M%ȵ72~Uf@+&ݙuK7$'(L͋_6ʯU 74r<-kSAfޓ_XoÉ{6vfҮ mdPbxᆂmhd?,-v`^=bGh{ˠk WI+%55o^PdI<6q=R(b hmk(f°-,*/}As~y)e dJ&Z([cZr42% 9 F"MholD8 F8Wnko { #l c—'k0$;}7]]asQI'LF,1TPG1!Q=FQ6ҧg`omI&4V"?OpWTx rM绑 UX ~<ICUEj ~o,͟UNzBWs]5/?`ik) C%] :3C#ȓ_u+B3$xD-Gakxח\A=-jfL S5z rBnp¨ D\qvsK;r/$rTfSV +@ǔ0.Bb+ת)FV:퐪4|;vlqJq# 4WW䜄 %.%|<ʑ:PyC #.]94!DQힲ7nF/-QU9㨄pz:,`*Qʁ*F|Ht6ꋰ, eL 5KLyȶmk(1Pt$%1! ě7+Ϭ I`'vJ%&_ K? #_=Ҭ?!In=(c Wl֨؝'C:xN]46ߘq(/&g f-_yM^}2OU妶y^L tBzfP^(i)hGʬOJ=g>!$RKXueku6k._Q,-3SH+AmtKFJt(z:~cZYkeqs2-#,_v;$ B`kqa%+^t< >j+b!4y&VFq0rm1/tqL$ Ҡֿa9]~N/hh6H7xr|T>a<ԁ on$Tz69KXk؄FZ2 Z5%ԛ0C;2B|.!-L w9x8_o 8HiJ]}KNZoC._=Dϔ.{]fj5Щ7qp`lQVb&8`!AN[A՜f"[ZnlYj!8EZi1"f%НfF$(f{2|JuiyZF*Bi'k;5q#{@$U߱ "- b,i8v-"0L0m9 m!YEa /6DdOwNT>fY@F i&c8|rLW<M޵Y{4^bOQnY4V2x#9q k/vY7c8W= $K!ZZ۝dDVr(J px2D.]Ze۵h(BRfÇR V_hR|5 vw0:ֻýue~N S>&`5 N.7<7Y5h޼ڡ qk6bCM e7eD?hՆfoYMj=td}WWmUjtRUwQgvlWwD[5o)PR"xYt`PC7|y]Kg@#A oVJ^%Kx*-؜HqC?<m$eT uhKvXF IO<%'t+9.`s(};P&gM2\ɥQ֬aSQқy$jgPQż"4l!qp#R%GoC"2g`qoi=^k%+6bMg&wl䒭_[Zb(fB Vw[@}=<ϭF>;wEk$ABڗZ4yadT.vGm*kS # ( uF$t?hfz)sek,H7b:zJM;lVywH%GuA1'xCza7gek'Q>zAi%OQ3u3a̅A- #QgAe cBZnz=B`YgЙ$=$I(I";z!$ސwJ!YRcwaJw&![ZgKMSF%@tJa.':4+'3^Z3oMur)Nuo&Y@uM{uCul[ b3 m0]>FQ<9`5z*UGJz.ar aRAF?8Y6/f1`g+m(\^8Wfc/NP} ?09V<׸!C&d*\tw u w.~TPgCZϷ'tʆP~$.}Ǜ8%xZZ%⡳h \H횖CS{'hcvz'Dh9S '032@T!uv_;RQqW+ԌQ9a-7y,T l\O{SRlqI4vE/t_x -+w`t0nieWNY0 R xe[ v{ޫ?C4G1ߏoP\!e0!'+fG/uҟ]=i80*`YR% y03f#ZyvNfiH`u1~e{o} f9渤1+V6>w&@E#Lr& !lǐ vܠ Q_ho`ۤwҗ!#$ qd|4hyOb(NixoIʒ t;= t2+;:֗Y.5oPJp˕, jcbGwW1xUX8۞Vx0l<'[\1(] 2t1^ᖔQuv;KR+4_u\VJ5x~@7T=nsnvkh ا(rߤr6Ħ+  3h- ,))o0(g\L͗P ]gQ&k -"r[6hS^[#!Ŏ!g~lmdi @% ^rq}sh5tDԨz%:~~*a׸)X'v^{%/-br^X/eFIc#{A% ָD7eA(Ҡb.gڞwΖ %aꆡ k|C=`c,5%Q;)oɞd-??0غ暠fCLSu07;R:f?)4ja(HptXb`]uKMD86MTebc9 1o8V{/'`;.)BjGT[}j=ŬϺnw8> aO w^`7Qkľwiԍ2᚟U3NPRgTpua `wT h:ke,j a&ë|8|ty喜Dv 9:z F(xsGVh4<Ԙ pBΊ;h'S+Cgi_lmSl`1D6l⨱6kX=[?r@/<_j110\['q0FJQ]5lC\=z0(Q0689G_Gr,ݨk݄reѹL{>}.i^ڣ p?as!tjB/ p`y[A)NW0o.<<5Zs\)\^TIa8)7Zj1 &{f*ҍS ,|!%dYtG4/] NcBp)zwLWE+7| #qu;&"lHн<xʄ}?4;߲"`FMf&L_! D}MrՅх@-"/Ѯ3;k2siWH%kb0y\YQ,Rd;lb^},Rox_#b"a^YF)s}b.JXTnJ:r \u cxdԺ~U>MpX|).* [ u'5'޶5-?fu%iV-:{;$22Ė"G QգHQeunHf{@9^^z՛}.S<:9ch>Ҋik̓ٵNy;RxJc2v{(ޥ=!i 7QDn!%'IqW쥊_=-u$:q@NQN0TNlJ8lI2R\ V$GC@˄P]"H?a69dhr%Y݂}fW+Uw'ֿ ۳.KSO9LDphaO㊹qq^W yv4Q!?ߵ 'I_~`k_ ?I47 h[} *c'* q[\{\2db[шF, Zあйwp/8--$+!O# AOqh 7K0F5‚b4UIF-6(XW?}gF$Jȑc&~pЙd}& |zV,}ګ%axlx{MiQg:g$Y ^ >@ G(zŮiTZreU@͑/ bsO,{Ihȗ [:AxW-ڬT.C[ᒙe YBlK?ձ^*0r H>0Twy^H?L֔$5NvIn dojobtT]@XAQA(L Yrd "PHhLTcT'DWGGlx^, 2-j #ê]z]e<,qapП~m‹#ȲH"_dΒB<dDD흍GzT?NG_ BwX8G~8M寘ҭzQf# &Jm~2(Ե'*Z8x]£,!To4{[O nMTVYb)NώxB{$Sr x0Ǫm3ycٴc> z|DW>,Mt @%!;XKXjKEqCvl@bq´)5Ҹ< ]\sM3__V[%c햦#%OּGk, &iVP.EE-(oc;͞)qT pz wB4R,z + VIlpB^'b[>kԯ#DVu- uu(9/uHTg͘aBu5+kxPI G\-i) _srLMgA8n3t}HY3hɤ[QE:ׄjċxzr (D;ԥ΂vDm'"i^z1kwmR7$6XL0 HZ[ vz_ ٦2› @_6CYύl w4S۩Ye(>KsDT@TEkye MV?x:"V[8B390y0> Gcm0W\,DhrMbof[[tPt=|:oXh"}qרˬ-Ռ# VͧL+"_g&-q-R @uDˌ%)c_eëȓrvb(گEᣀeuj'Mm'ÿݺKE;FC0H߷bLS\vrqDxFb(҂:zR@KL?e4scZ=u_ vnHK13<].q*bE{S; E۹GT[v^nFxlc>_o:<}-Ŝv4YE[ |R!F,A?`ψfaf9RO( ON޼ S] ˃9]Ʃ'GE1MFn6ٸP ^pj zBj/KnR@s+\SfI !I3d\#g:70Kk ǰ& tQm s KP zET0V3YeIvϠZIk W)Z6 _pʾ9:"h'xyi>IY"t]KYyo<6MˠR:9A8/ύaUXx==x]U p)[#="HچL A1ۊ=3aDq\3g6%Pm3;d+< :jR?k5jύg!QY0' dˑt},*},ZyJWxygDnЮ%XoOIu)֑QuI-^]T/%wd6b'd)e+:V0%\+cߤ5 D"ș3o<׈c,uz"dj?~qP.ࣾ|6^=4=15'72Ir褛u.]y{LD"]TtSa8W_{p%Si1w&GR.= \6.KY9Fh,ͳ::U ѩ@H1ӯykg`AxM _q\IS8r2)P%WvMT9M">ތG @ڻ7=ְ("yx:]_>Ɏ݅6t S?ነqG' "bL`tTk6  Z)3^ K[Τ05U3~1s`&lunLTD]wys^&:[GE xk=[~Z'4ܾ]ئ-b I螈~? GY=e k\}yN+ mڇs-/6G0)ӁT5s!TOPC"OO6k]N6`$rMCѰ؀A .X>sZ-j!LΨh),FMq\>rf.ie3]Z1%-Cԉ3{Z ^J^лҒ&K:3[#& w6N?#}EveQ6Yp3ZdA_gOWg[1Q{cN7 PRAŹ!P!v+5W1RoBaqWm81|Ą!%]ve-56{ AMF`iZY,l.q7k\X%lUy\$%BFN' a^*(@t{fa߰%͊Ov\|{Fcycq?MJzbHdܸi={Sra- 0S5ڱ q{ԺIݥճ{UEس+nhmfn#Q_>U<򇪙R̺$,1jy $d.+UNNM|eOi:tq𵅐av-Lz@զ vS ,psx 4ɒNɿkD6{au++$jI,c:2ٿ+u[K'|w{` nA&PKCC2C3i+oZ!Ec&r~YvBoqX++-{?:DLh)B5t|{ t/7G6ƭq?K$Nkz`_ v4G&)RsӋZ$Y:XjKz"=l݌ O7qֲxZ2&|y}, w!/DJŠv~|hpMgqWbʐt,86⎆Hރ eչdɒjd)/CrE _F8{T>4cTpev1oN z`ns4;珺y8K;pyVZ'݉aI_/dSiQm|'ko)}Nu\~7Gۦ`ϲԵ$@@M^"  N\l+ZR6\g=hc[) qH.k0wӶg8D~Q0l/- ҢLXdH~kʕhlnv*(ѬQ5l}2dI X.%۹M#,I˕$OpC}C#^7 ׮aռ".Bd&G q331'g7:vL趭Dksi14ns_ڝ5G# d,lz~SQ'ztŔ.V~l34gۜR]y懾x%F$0+/4ufp -]{8W$M $x6+Fa!Gm/Ơ~a"ɇ<=p˰ݼѩ+GZťGź~/LVKK# z?\löT PE6ƽ7VG9' /0(WTr\4"WOXhF6ѻ71}1 {t5$g!EEWa1GVwjq/:2Ywu.?Q㾟<@jz&SHVc'^&񇞏AE* W1suUY̯*#k (:-AөW‹ ;#&dũxwpR<|wF8[:BlL^a")G!/pzA4-f9wے3(ר2"cO6aԈ)};?+{uVy1pTK(i_x$F(bhĝt9m8x\7H׽Fg''hP?sj1 t]֢_3q3YՂ7w̜3**BYp!AbXnq{{Dq؜wèns+q,)\qa! ū&:ϢZb )#q]iRQ3zϔ}&>4 ϳ8/ȫ [ߜxh$P.;[Nt ҏ&<أݣ?]…#A/U5'ui`( .Shch-쬂0+ekJI;1]y'KWf+†" ?Qfտ?! dB A}_ +9-(_/EJ">74'dZ @!k q Y6ɺnyIaZ,.\kDWFNk,ߺWA/ެ 郆{w^XcGYE>-8YF,@ѻ}oѷ?21a_QLls0*>5=u[` c&C(!xECB8IEgHe \ef%5OO8^tmf}ev8oAW Ԃ-~m"{ Qv_BM:'k.L-p3=)tă: -f;y7N߲sAccN^]fž:!@6$>O'ML5i2ʃ. I'$f+Rw jOJY㿄43*,6܄2cC2~bYO~w)MbIwqEJgƆmg;XsEcN>y.6#!h(~x!RB\tp'5K#w7t$궢}x4iWz^Quj=.αTN8sG2;lkmaufc˴ #.c4 oM 95m< 2߽ IB9KH,s+qbA&| {WM B?Yq/p nEu|U砝Q??Q*-? FIiU& sB"&PZte1hhέƱuyhI=枎[QB`IwJ"S,+F'6J3c"}C VB0O +W9ա5QRu|PT==ڔClVcJ- {(fp'uW?;ixVZ0.iU!<1/M&ˤfU&IlHHgMdwSM7}G5. :@T m? njJc18wgh"iqLxgOb5`[^mSODϠ݂A\Khd_+M&CT;4(lx+S)FFkp}P38 P׏N fW-~Q1HV åv<"̰~- FP^|dt~1ILF#Yphb'S+2J`(tD/N-On`4ڪn ~zl*(FFkE.<+iz8ʮh]%;b$j#Ebg{䴏9%ej`F+锩8}EDLtbid^`SXǢB'P}L9^[u./Yky{vSnVzgXMR@t1.v+D B$IAx. %δ1|Q_ .dd1$,ǘUx1Iakqi+ : >,,KV(GEd]&zP48kHQ|i׸n~5؏Hc;.3FWZKӓ:~|6k+hOL+,_DJ-8 nd}VV-3^}IH|^:N'8Xs}2֣1+%zuxʤ8Vje%eF&}F@|Xw>J=|p%u (i\@1԰(5Q1X c?2f >ɉ+-i%M(zN;xQvKݔQ.?"MC5xVF\Y\wlJh|)ȾWJ}}_#l|wDMsp`Ϗ^5C<-%FU# d+8%!__2Y>g͵D5=/4}E%zpDG3k>dݎ𒔗vGMho@;;Nm\E)XF߄+x) @,4-eVe<#~T9n5qO+Ḧ́GӭcT:H1M0Ͱ-aX5Y&|Gl2JlǍ jL;ƥ).Ϸ?SW|}, S8nDYƶϹn\(8iK]f&kH`r`[1 e̱]y6 "Rx!V4^DU4jʲ f!M:H;ZQ09Fp~f81 ÚK*[ȥѿ#z24Jk첉"Xcқ;LfWw;Ճn_NЏ-e)_'-iMKE{+jtkuM'(΁ʩf %|~'khZّH_x p zEbi⍕`(5?>taABQ ԼenI$ ΥLdڢ }b87_9ƀS媜]MM6mP00k%|~Ol$bšEXt2l`ƹf )'k7iDf3pt"'<ؠpIi_:%#ܪC|+[vGr-Z4溈5~SZ2ăy;OE4a+z]c+^J 0TKZP(<6oXXabtf_bwji΄+k.PkR7nF - }WVRز?Md(x|+GOj:Nrvͬ@78I|/: G R34(drsú{f_wy $<$ujۏFL֦ϪV#Th%m|D>T5 2EG\#Y fMQ=ZXf9åNdbw[GFBL 0zuDDmϛB>R[<KEcK,WN9*`vM$($E y@o3,UEIoX]׿cꉝF!7.KQ,0]]ϱ@ 6B`UJ[U"r2L@9CS;03UE?]]WՄcI3,NI{ow΅cӒ5CsFacwDB6L!u~Exa'1];`L(*û u",+O-?w9R2V2_?@76Lowd6oP(?qejD~ i9Wvt&4()&䛹o0O)BRnXz]N"N~eG51Y*p0+O &̏U>Ɉlq;=N-ci[٠Yگq[R[ezwDxyɦ5QC]P4#~l?c߮Aæ x%b2wpo* 敐Q?Y$MOA׷Ĥ'qA] VfUD[t!C-g ] 3G6G#PsRâ\ᐕ W#QuA srs/qdZoO,s¦795+5xzikwB;Ǜ^-ѯUQGu4 >u-g Ue0rONAK'{=جHr, Ƀv([-5]=S찻Niti~}ev-ʓW6bG-6sJceQٶqT-*b6O`X_F7ƃ>UZ[MOjNDP)4散k 9]Q]e]O} *T1do/skouf:Ţ3LvsE*DlVDŻmzp\-66dEwܴ T۱FEfCV4 %|ӜpM+H򗰐zuڮI^kv*6Zk,Ҁ"((&tuSzЕz4VBc(LdPF-ES7`rՁ\u\dyC4Mf Uf7(|u3jd_NbIDB+ I>&!*T/mXˮy RY8LjOI"^}IkۡRPtu?Aa'.FpJ;q'~=ُBWlǠI 'yo3 Q? CdS0W4X-\%Uî5"na1L&^Wbe~a޹6fRD# };2ޗ! 7;k#KEkH~B%s!t. + z2Ol E``g}$wʹ+AjK&q@we ^@CXkbJIH]Su$F;䪁vw0u USKb0 EĔ^/]y`Vjt/nJ El"c.Ir\7oh7O1w)Fsi7 ^==J,j'G.YY>Hzæ^Gnj̽{}OxPϟJIQt@%zjG,j^PW#7 ^] L(Q8OE,,m;WdZPDa~$ 孟=|dX3gvtzHE[| Ěʃپe# dž1xӋn `HRsq;J7_1ύ&HSDCl?S6>6˖}a~]}!ZhqZtb3[ .)Gȝb?n X=Tˍh`-DZ)Il80#o)?*b3ö}nxsaT<3(IB1OWuvш<14H4Z,/sSI;¾žy( ::[=Z>"Ļ'5ڰ2+W˔n6]Jz%o,i;Z!sL-ʘb'# MpӺ p(WehW粌 (c s 5[DQ m=M_h`2J];UcǥJlPePmyHDERѦ9yYtL2rv*MWo/4D0f&FgӲ2*'P7L]cd-HpW"5qjQД0-#຾3i ^bw)7C7mI|11smٻ<݇35ޙڦAI:Y|N q P]Gڡ"G[W$7=n6CH#i ΄XFQB*?RvsAawv΢?ss?6e(F:m@tZ1Q]=ڭb ]vIF45΀m WXA6j~ )Hcͻ "n-a] s/kxu0C.ÏP݌pNw}t8Zo@AsGP7 %8u{\}(rt֝Z} Ӱ"/X`tMo{#P~FCk@AR1BI8A1LS΢}szBEsJΏ>,QGa`)sX'-ٹW(#Sʑރٝ'Ȓ͇:%ΉyKp;z4Y-[6ko~Vv}!g&]sTV&->+a߼^>技鑷9Tc8XR779ړ.u}th<= c K6:U'B [\ή쒜;|x}Y&>Fvb|XQމm6Ti:;HW6&)|Mx4ՔmLJ1d]w|1& 'cQS氒{ J203\^2oZ#? Otwo]Ԥb3{>r~&X+4 ڴWq!ߟ/?q2-eI9φg!\@Ƿ5\CGoN 箹ǞY9~ v$ZG#Oa48j{=&3ۏ rnR4/qSjK=׹1:|kNsn.(z**Y n<"WT\9Hq`wӛH-BAPWέ|@82c)oTRD?z"Q@asaҩ<K;P; NWyS $"W!灢ٛal&ژv:f_ Ā}6?GәMttP/Ǿ)=IyVq6]!'+[|7+{c+D=U’3jcX[(}V}@St ~i)S-Pc. Ń`˅:[Nj[=dw[+Ƅ #=$ϛd 7<9EEiҍ3C˷C_Bhբ;rku+v3k {|**hS~ބBf]+q3 IG=F,m{?_L~ڹ5!9nx3!7^&7Ep:K8(&5_t -Bt7*Dh®f[@ce##9ÑG_#Uz j{PLT+!N0%gzVs]tp0&m~ ǿ9u0LWߠpPO<ʊ1wjp=#߮!D~18%`\뷟-%*w_i/k/j R uT)vr +=пf js2ܷ]?6e~C#!Hÿvz[Boxp S~ 7mSw-R"ŐtfJ-%Ν`[Ҟ .Hgb8kPQq|eFe:quNFV@G*]tX)+S/^dS y>U;/u'HR(M#dj@/I5f۩;,M٥ 6ƫ$D|ؗSL$rs#OXn@ln`CFf'SQLvΤ[(-`j́n-Yp$5FZ%zgW`?0)i8 GAc0j5G+:c2j]Yw ~sY[gLv6.Ԩm+QF&>=ʃ`ҹL=d_t*2D)Gÿ]}(:g%H5TVsJ-Ѭa %RxPKSiߡW^!G]o$b\\Qxnݽ)p+xnkeǥãY 2GKqW-Bsˁ='׹-RlWJk:u_v1.fOi3 &_!=6ښBIsJuδS;綺JZQwD$@BΚyM{'CA0$Nz+eJZN,*ZtI_O<-ApSXȎlLAA70-EKGe`vA?:`Aݪpg2_gVQÕ>gh"/zk1%+qKٟ"eL]'iu&sXhMEyӪA |;#3N}?J;ቲ;-`&o ʑB:]@&=m-lVXcT z< xEguS͸9uEG ]d*[xpL{/'}lC~SfvH x) O;`~A[)q[',`x&h`qtC \7fBmf2U|2 FRM3iDպǿ-m8tFR$ rmMdUQE0mA(qјtDQ  _Ȟ_NDcz,4K^u#k.r,֘nH ?[ǒs@4BΪgz&=MNRƒ%Mnr1AmxnuDq9C]|n+G8A &qD^izd ߬6sXB"xDf(U&7E'ybIU$hGY_ Ste<Qi iQk"13w1럼Cyz~IP|G8C>=ꐩ~6e޹].  D)ƐeqZ| `[ؾlA~<NDsb C?}sif;C2;"A{jN臋!3Umǃh{i/ޤ;4a,f x[VNeCۣ7ɋ/T,.N[jۆ nz^%Ic,[IS.GW_̪g;OxHW_K$A!ESw!? ߕ*m!}ީԲoyvr!>J@~kJKiIR"@"j tHcIJX1mRϙAӔ01t)Fo-yEaE/xE|!E2* y3V+_IO{KMsIf}EhH{dp 4BU ?Z h#nަ~oWh#ղߏ |^ {d8 ~z YWj.U[eV،%5X 656{Z>ш(&0G٦5KGГpKv'?1 W\ЈXh^\n=d`]PLB'U2{W;_^l4[@orvc?|X3 / !׫ѻZSwY.$$8ir]Q&?B͞aP0 {gU;Bd06aX͚خF#tԏg#6.ݹ,3 s9_:G@c %arf(L-捯bA˜}o2Ѝ,IܺUJ۩r?nI cf)O=CaKxmX]KĐv |xԫ^ VXVN$oq#%eh;8B2M oRQf^o-%$Izq<QWx qpPlҠS JBk%S)sW*`upH@_j|Ho %֯G9%#n$]#ag D =3Ί@2%~ЈGqYЮ ;Ρ1[h `a@f.%k\=yn4eX (;ݥЋ\q;?=!g ¬vc1%,KXUqa"<$3$KZT1oL*Goېlz?'o5ւ>)Fx8LҼcRM{_2j9YE)8dȐqQ6cUfJU5nXDK {G:$ЬRFejS1ʒ.lǘ _'eaFq7?{9aQ@J$*|APEp^))ȹHP{ T97hпNef5  .BQgUH$9H 3BVe=>ZIA[ԏ~yHҝq.<*rk.FPd/:޷t{Suj[Rq2O+ݱ«K.mC%*3-sjU=ٗS' ?x19Z6%VqhM 9 Tj TUCJF$i[lE!nJ.h#uX~ש /O=cZ:!X\[ݎs$dp0RiGʔɺ-v/%oTigK%j\l#/kk*H+P}`9-Tl!_Nq\,;Qe-RVOK3X $[p^m,ʘaeA)R&l|KCyK~%G owiR\MU%:lec??sI(v5$;6FmH>F{E+x3}KV2Kc:=U+XB  0@QŖ1w// ])JZP2멺լArˢ|%b>Fa/r #lC}Vvocl~ kݟVI=mm8og0 ;Sv,"ɨ }Q!0 A_-=n6l w6 yjouV'` t#o0 V<]^1wSūǏbTt1s@z(H_Z;8NWG@,|za 0mz߾BB'yS_d80X;#q '\FhFʐݢF]t@ (&n|WW+Xm s`k;_YJqkxk+uu\9?}v4WJ[ȜLD[") -P i7(;[?G?eͫE[s,av:GC )25 m"[rڞZ0"=eN)8 [+6%nБ2|UE%D`xi/ŋ }6 9~^c?}pI Ft# ;K@('V6V Oȭ[+6A3GJ#(֨Ġi3tTGr5F2TmXm_G"! i:4Ο^%oYs?LNV,Ѿǽ l+Y] =Եjj u5tS  >SZqrK]m\'ܩ58")P4wsV1t3Ft˷.א۳s8"J@@zp@I&>z ‚Ӊ $0<虍.s,ɕ la"lĊee?:PvЭ:"flC g?M sUrN35BQd@0v-)/l]azo,K_~ g<}U%1,%¬ r%8'V(xdE 49 ^={)2?x ܣ2ep)N'Ku~ r֌TD,nŐfQJc3ء\٬M6BJ-dX Bw[;Ge1WMSs]w*9 qz x :.HHEw9<)͡g85}=O#!֦>@1˴5Vv&z,W( -&N >s(2L2TJlf ujV_< b"y Ʋ~R)iv'ceWCz_a4# a~< 1KlяރǙ ƙ\k^ն@eWJ@3bzeeRXry.C +Kĥ#0ָCy[E^S!L.f`]+Quysm7ϞťC@EӨf0zZf6,yL)keX͙_2 Wn.FКr"[G`Q' oYqD\6M"ZH}GYs]^$1=RnWd^hĂFAjeW״uw_p6K"y`€KU32H꓊uSJ3:*\)F(R CM:?bjjd;p|C4?5fF pW쯸 #m!W)`j 'O[:Ù´$8X+H(Eϰf%a=, g®* 7/rD-N멋,S=$ L*+Wrx/=3R*6 / . %us"Jfh}L$<䉙b^ZUtT@rZFOM\sU?>$.rm,PDvoL\V3CECBA?B/2ȥnuWh<3Z{-biCg9p5B30ZVgqpasrrش5c:Hw%?2H]bh2܅{Ѣ-7܂ Bـ,ASaÜdD4e 9f%\M'2 x2 $\D,bŪs̞ľ\$ћOBn Abs,pJ9?&S]8[&ުeyvk =Eӱ ቍȒ⑬6 ܛ|\ʌ@/{>Ŷ@ǭ2)t%oĈtĠ_6)^xKA423Y& 4}cauaogYuPa1`1YCيG~I\XuuG w,l"4fϨ$X֮.'K{KwpGiE & !&ijp{6{hIR V.J:xoߑ׫cd2qP)?`FVX[G=-0ZTuՉ*c|a1w*"9ݵT WP Moy@nWq)髢P:x$lU@ ^&F(B`[ 3@@4fcPX*oLk 5z$9@ͷQw:i%|zJL}A7xs!8YfHaA舚yf9=3'MNs3&k`E:(pя qS̡Rj"J׏A޶J@;J?eСzf6B}5;iH }xQ>^$`!2ƣ,l.wы6+ 1ۨDOYm`})g]1מ ʖG,Qeq 6lFT&](xH A67jz%~أl%dK7Z-[ҥ96h2G05^́*WQ9'ECBΘM@Q j踩J/aL 좟ٛ\wca BxQRQoY<8E_mUtz E+@ C)EFWFX E=qy0\$3푆rV0T3gϕE~nG}%9/5%rGho_ JSHr[ey!ٮH{@ALxs0 ^b$"vUR(=> 7sq.ξ$S9$8Zۦ$;d/HJqA`tuJ f بi|˨Ɖ2Y5k7Z;ܒ67G~dV+nLdz/9 l;xڬ DB_\9q{T݀kK9!+ BZM hΙ2ziʴ ϒ ϐ$12?I ?@L"eO{S,{'f($FSc _t 粅L2=83V@ÓR%h68@$}Im,:DN'-uԏ}CQմa-ȍ$/GlfCgM787&K-%jH/A^or?" h ~ث!εJ-q^Rv kX 8'"ATi4H,YQßぱT*actr{ ·| ГH~wBj~C%ǏO: mZ۩͋74C߲ƞP1jbާ;&bu7^z|6"LةTZ#mQ]Kl볞8KhGa3 h@f ԃa]eXdèԔz~XtI^J5f3M i\V8JÎP JW_CC/ (K539./29FsY8PV8Ҳ>w%W&=z /eLqݕ+#J=G+cm@eli]jUJB\3R B o8E\MA2M`N c.DF2Fy#%Kj2jB%oXP=dћ,TwqשGU4".RrdBX//'(yao5i@S@~d4EIz&[YO$oͥd7|a.BYnC<wh0\#[M|zFm PA,a{ egelb?롁)[&G˺t_,vd(i%E{6 )߯NALh]#DIa29WP`%D炖8K9% ,6AcщruYѥ;jUSXa\Z3ls·!~s-VEA D2:lqPYJ*㼲8l>F1^_Z"êuwcRl<IJz!UC*[\Gy'E+ %yDjk(NxׅHc]> q|&>K >?F}$h&"mJ )d -wn0䆔)pOTCvq1ANVm&vԤAjgTF >T5']VFv`}(_s6\^i<(1 3˰Εe&T Vk'>Jm1W|!lj(V qx;Q^v'AWO_HFua@(xHoǂH{dAr3o !;~ G`73rN `[6fiޞ ZB5E7_k4Sn7 sPCzInM?uQgF2Է>$h\+_-uKF%C(H$KhG_ sgߦrY)76t^F>e5:;ϝ-{H3ɑI>4\9^Q*ͱ"m^_ 6͏ MѲ$n &L^%A*0@'~\[)@I}0fkgOneb&cOrᘾaƾ ~*D|+"wv}!K 1?(C[#K; 4-#@  =`Z?PaN4 8eSM$@nQmY=ݏ''C;f}>(\ 3әA.ZM%}~-^`le"vDX2ڕđCYafbǸG"*9C;͐oz k@VxƏΪX`Ki7#It\֨7R ѐnNlqCYfTcG+I٤Eˠtq"{}"L_<2h[,wjJ{~AW=9F)*^VY~b`V_‡LN"FCaF@We>;1_xޠ]bom/do9"x)?^ |o=nOT4N ear Q#RK3xأo|laqCJ/y+u 5UmedRE+.Vɔs,NД45M(Iq׭k"b+>i}d8.yΓ1 i mdD6FC"6$j^5a}6Vך~g)H5d ؒpU@"w+ ,-I^Tpӟi۹P~*% 6Nmm̀4wHDt:<l0$V"o`5 LP@]/" N/ mTG߭-+dogK&ϭxD쪢P7D5CΡ7v$"+7./24s`-&߉ s[+8Wcn%֏-D 9$K޿{`ތ&d6BҎg ϜhDAp|7&ElD2> н̽NJYd(d^]iT?DtuOP.Ģi9^충S߸=0giF߇8S DL`1MP'?@b w_`>FKCD}셔؁ g4_F)lH;K8`\OV(njTog@h…v6@\{hϞ{4Qy\[TZU>zɪIU괇(@oZt Yg&xy b"0o˚D \-RB֪6ۺp2s;~*iSm3!0F `8lcKj+$-F.ql/=GdR*%ՌsWᛕ[QUBnIMrJ sjZ` {=\ZT+j>GPƐyK"krݗX7 Ke4$Wo veu҃I&TZ4&u뾑v5 ^"H<ܷ\#>|2l1k/C݃USjjoOztY7wG2<,wJ` Fiת'{3-q|d{Irz(W8j*=jtYIYP1eG"$,@4 #5=/oOpu3Vݙ.U$4@Q0e# ]< V'^o]$ү]ENݑ3 ψB1-&RʚߡԌp>?8 %5R;*/?xh U<szC5 UR!nh2]#g& 3 /x78VϏV(Z0n&{9f38,A JEA™ΰ?!uSrbC.qt)p \x~e񂚂{Gnk^Ū`~bV~(S.Y" t ]ύ,ynCg*hm bK8Q׳:nV= .y5O}M#4D;x$s2T|y0H)YPJi {r;Yov7*@W#GPݱ8Mś*ą cĉyBK^FvG h'ƞ\ov%Ij[hvcXYGC{Jc7`ԇb>ljKC3 uh*Df@>qZAy ,3.ӱO`v!_pЃ7C0 D5TU/VnD'ڙ3웅lS; t0BҠQyÓ[ܭu@eƅ[teSflV7\rhq)';G SHN]^VvlB, g[ƍe'w署"h4w$ܑdfhɇH1@E3z<%/;]Fs|َŀOSN\, 9%@+OZNi#Pd- ?\jrY@%m{ #Pto[afky7lbu)~@٧2{Dg>XdrY[fd@+i:,1 &f%YK "U}Y)'Jtʹ)ڑfpVBMTcxHv[caKt0MTx3hvl'8 @7s"(.eU> 'S*tڇj}aC(#_}N2WhuZ;3a$3pҤ?Rܡ#y!R1 t>bTYkU6.?K-n bωzMC< L"٦KX5%Tw8?pkōiQN֬|}d̰2)6U$BvZɸNǛ#"4G]aZnxmvaR:9DR<';UXat&; yrD6h0\{)‰TAnǯŒ0= M"'W/(!7j5;.TIt#eV3jv^TϟADko?4YX ~qz!R)r { eueOP0CȲW~\z5&L89H\âc''Mg3×pgU})}}9GbEuT:0, /b!& Ȇ!F2A]lQZAJ9n؃H:@ı`Ū)şXy<45,>x肎tIo*"Tvg 7 ݒkeUy諰M$ U=u]5jaf{yplK6vw,פmLشIΔd0,8o:NW:1^,qC0"Q:-3%F;2a:0mXFD}[ާ7:WU~% ad>eV `EM"0IPKP: LIXcDL7FI?Xq0@nCwJU9if= Le߱ 7a,jgo.Z'P-ZZ~{1|Z V3>`Qi@Ȇ*/ "Ԡ5 Af@ܼM"aǼDi'HGGiAjZ ESh{TuY6/SuOո dyר:ol}g&>t-*^]ݵFm6ZWS:PTFU`h epB&Ԭ%c H)WrbEߺUo\e]sE IKr9VF !OhWXԯ핃(y(l(d8` 'so9V̠&uIsxgp 0DӖo@l.}P B 08%cdw՗Vd\F]$ m t3H-S1xfl8ݲ pVvZ,Qn-CP}d1A`h}V9w$/Yù ŗzz/LLq8V?칣z8"rGb0 X' s){6格[cuSȆ=V|\BI}ӹ^qB rlk QR(0SR="ZϚ\aazecdO`\0%89fH&{vqKF-Ч9tix&:Q$)X\!$6q`miUuJW4 G9Xs) `0>QOn2Wg& HAO.<~sTe5T1)ogp|eWTמM9mAE %IG{+ Z'1cʺx\{yy+F_<87,R 46w,yǣC -ϑQ!jTEQ遼F&@T>z' =B^ m=)v 0"ދRҨ8l;fW@u`9ҁ޵1)q2ccR?ȩU&oal@5o6{B.< 4^Ô Y9vbr ),V RZ.dHa)$6ȴ(GSt.2, .4! ^r#qiIFOC™ -я{Xm'5Jg6 -i4ǡ?`TefPU  zMatB}2TZ\Qb)H*Uf,pMSp9h%,gB;ZI0a1:a6 =~Ȃ E7oE8(M</\ʻ |i')L`"aXܫYh*o=eMUguP:Zt8i>^'#Ӭpj?>X|ki!ŊہC"+bʃА;/Nd5aMso`TEe|UppTcpY.%e%V(` $ZC>̍4M16n{c#~K=S' @4Y}mv]ņZx)KSwlr33")^' Ik'./j6:`Nqd}2<&X P5S?(@W#zaI ˌw)w%`qDNl[דƮ^o7 Ѵ-Ȕ-JGa5rVąSӴ8",w_.D|N셸IM ďSĭgz}Id/{e?UIxܨr}o $;; MH-vn<?뼥w 晏?tuA.ҟxG5` 0UAf]!zeߟ+8!ڛ݊+GA}!|WtDHF.2,7d3AS̪ N7FXܳk4<OFtB} ,Q|HLrDύ7{(+E&M`(H~\ А|3*KyNDh0ź% PitL+~ |(d8/vy>,\mr^;1+-r2u_ZijM~y9&9kī!4ѹG@+Q!+?US&vMCZؕ &T#8z@ ?<; ?,z Ow+AXdX'|EҖBB;5Y/ %D!P} ׷7W_LKYw۠mցGã)ɈS("#ұk#7 v7 ѻƈ;iLo@ӌ5?z5>\}HGqi䠜S&!}ÑyS JYk$ؚ# ) i";I7`C`.r)YYdPe#3q=emCfEآk݌ m 9n\QHhkkv^ c[g62N9KՑ/D3ƣwmډŲ텤0Lί`4Y/@@C<Ejxe ePc:-C}zWhL5~.rcbb$D+kj BR|E ♆Jlg-5ɨîwx#b6X(} K34l 1k9ˆ;V9*iձi=Jfδth9&C&,jWuX8^DY^W + vU}Z$Fe(f6q\5ƀE{2"Ku2#lNZ\$)8soZXPꬄ#k|>uFU_3' 0 h{Ն 1QP}w].259.Έ4] g`-IG1۷ٻR\{)n&/y*Rb$[n,]z<6ix;[ͨKW/ޤ]ղ8l}a??6]ս #x/r-c.gޮ#?W*6[߫e5@M3j#FxDlrR*4d%2i#C1c8m<،iS!llę?Q@F4GIA9hgcR/ I9fN gCf&굨ۚ{>)TiAߌrV6- mhdP$Y"v]!`2PwE^~]FҨfU:'6Ϗir#"BAb<lPj^iK/U%쌺YD޷K2]jF{'nʢ5zztR]#!m:sӶL1G<aFARtˮc*MX:SfWf,6\xK1 j#,ė$H\`!]!l/s+~'{8/ɨ`9E]W~v?zԪ .)T#>s̟m3 tRퟓIҫwYc=?O"yY[8 JAg~`%0K\4 `Rt(=04AlIJ!*':ζֱp8R-Y?cʍ<1"MyekGM/A>C-Q CsG2Lj8,@1{ jĴ)2 UС$ͧ[:H/ּP)⼈mp i.&-HKZjF*'&|i!Uc3fs6zVNG\/=1K1џUb/Bq'~С:ոƕ)%#Zw镚#Ka+YY_=k5.ѲYd&o¨`_Z4ZȯigE?'>`NiW;{'@iEH&6ȼnK`D:I&*0@WI  UaJR#~GuICj}x^B vFyom,ߝ0¤j Y:j>WNj18ygQ=InԀ[ &*ЀDaxD@3 r]SJf= >%fyQkPp u3_[wXj5)"P}Ux`;Fœ1 /GyxuVaf8Ҡ{+[uqv$-z)T5}$+U|n( @̬,p/SS~L:҅QH~,^G\־sB:{c۷NXE^vyzc&Ƴ_ėȗY?DWeɤa:`iٹ x s}a2HA]g~&&#AߴTV~eU%U2Im _ρA{R!JnQK{g^i=*#_E6+3zFN2j`q'3cpEImnn;-sUZPuX1#b}DkE}Kn0u Ν l[ c2u](-ӧ}ؚ6)#!9rM:^b;HZQyBV~@\Z eWQɸv̕Gf%UηZ=^ ZE2WZ!6p!hV9 |ZȢrO>N՜yXC(ymFu!Ul\.[.Bx7~8e wL"  :bqyNmS)4:<1ܘKy^$o-?8-,BkP`|97ņ7s>OA^F]Ձgp.b~ -%rp‘dļj*ltsAk1wYEN({Lߖԧbe)7H]U28E?v 'MzTuȈ,(G͈\~g &Xr~^t)kRY2sX%@#2f˯2*ѩKv}1{Vh ^+Fb8ցʽp77N?ug1Rwq #81wNT,voS&F@k$}Z8,Qu_R,@ ,u.#2e[AxABTrR*.G_>kO{(BSOa 7&6Zxlk:*`:fkm PR(LoeKKȧFC 4T4/hZ'#ШnRzCpOt,su}/7" K.([Y}7,̥e.K%g}WXoY~hNd`[܌3Hl0Sdu n5+wqm7WF(>`s\nR^ t߇Obm9;0A<݆~^Ǯ'>(L*g5$5%B7 ,;'Durk-”I|yi$ZYLzlQ[RK\p°ˎKf[m6\KP?qLq]^EJSjd& 1UeacD J4{ WX@28 *Y1σ;ÃM F *8@R(ٯ_]^ѽ I'VPKNG<({` _P>Xς*D֚}\Isj_T5 b u3q#1-" S_'o'#p;FŽl#UQ͋h};)[E}{g Q6qm-\m /i> (+Ϻxm0PM>&9lo_b?3A>vN1Pه7FQTߡ>>5_ Ae{5T[Z!V~?kvp5< '<*c{٣EE?zOU(Zj>PTOdXxwg$|$#/(6H"_Ζz`W.K0? g謥,({ބle u7r;5= p;U҃aҁ{ru9A*4wukAh<8,3,jC2ªO~plW=eJin$y/{q~K/q8ͫBDlݱ7jοyⶴ~0@썵a@߯ys<q FUT\*_ʫpRg +E9媜՘vR3~OUIpY,hfxFTE6A<0uTaE!}! t>俈]A6`~j$\CRzXD v\1Q#r m, #zdo[L8iVq<7G:8Z5sl mnOAT/_cqwu,D߀TdeR%4/! 2Y2fd{fW_Y"NKEO%'FwyVW =W\:i[,KrzU5V<<[2iϦo538𮖙`^JrVC](ƶ! 4EQY1@L/KG6VpmyFM^M=J/7#%;ntMٸˤ4G}sg"S|-)G13E.s{^)jٔiZA8乵IZP`*D6 =ᲫcEa0DrɗN˚+8LlEpͺyu,#ٜVdU{̈#` 􄭍M-&ߗI-Mb3>_)2J1n#`b^, L*xq lQ-*q eBdb{Wυ7 ߛVyuP4it¦kuC)qmc>cyzSZ?k]@=VU)U.)aP;D`t=\0Qh]-G°]z}hJ *t`2M`ܭ(k!N.[1{93M61 z uZIv P y63L9@nWŃG\AGqHP=f%b. 1 Z<\aO`7zK$9K|DL%„G)HfpѧO|;SLX0 5:;;/mG< WyӠ P>Diccq6yrFV'28so=HM&손WV wuS\sd;ҵhm:@}ri3oe >F _]zvOLuC?i]m]bxV fXt^D,vzJ9$]4 H eàkM$Q5XPpJ"lj,@ψ;2ҧ_\4*us4pGRН sܬ 38%(Ej9 y*mkc*ynKDy#uAʛ ozĩTuPuGۋV]\,F]Fy/zōZgZ: 2e&goR o^龔0a`‹w)PB y*TtvnIj$MFh+N`14zyؐNiRNl/|+ `X Tש a[j;~(g־􏵼Ai{:R㮓l:*C8ˤD,>2S/K(ScÃ{2?uk[\uzAMB)w j},8bv"E Gg7Fk`r=w$ϦHOLVh8"64 'XHydm~?F_]ӳ6Ax̋,_û@uq8i3\Y$*0oѢUG sbdFt 1&2VA}PN Co~.\X˾aBۃ˷%\M50JA <@'qm X"|v-\mܲߚFpL\ BD֬<Ƅjz12 E_/􆝢NujKH" :^hUkXf) y\-ųW,1 UQ NK0*nx'oϱRՄ[cS,N6B)$8UF)s?=tfKy͗m>ii o V"{ !Eэ-Rt$M@ =|bQ& ezC hg_ń3.kCz,6m `b$!eXV X,^S3To{'HMHWBo<4Ỷ]D ~ SB4f-^jvlQ_?ԯݥ#DT̗W*ߥlOrۢmtt#&xgW| *pR)/S ҰktRՖ-w߅-W^< Ghosy0@B03;|S$R穈bVN=վ0P%y}Dgy)D+{ͺ&>(t2s552sTy2Eo} })'^4FC. 3.2ϽTڠv dǰQ =T,6X󭒨oAc,֌U11ֶ;eC1a I.$ٰi~v<˅8jYA#-u\ed`1U% >Ōp N-xA-ȯ&>OUPt_4rF'HbdaȂJ ߶ ܽ#ko]*wk,C@N+\@૜tY[_bX.9C\ ņ_V) ڏpd%F qS%ږɫb.i uHkoT@#Q\&re:6ƯAV} W5XcJ$ $DVȓUv^ VCj}<I`*<\g26J7 6.wX&:d㸣OVecJ G1b6>Z ;kJ1P\!ak}Ee92<^p+ܤ(UVTDd_>XOv\:+%?E6:ĊEOY'+WZر& `S##2>o}զMw8N!aw/U3W@pcь<@r4QQ@屣z_|&b1Q]@k2!'?!ي ܝ8 oԌ]ngO

"Uּy.ORLضSb*ҭ>`E5\ϻ`i!,_[^geԸQ1Y< 7\Ld_uWqeHn$z?GހtOS V>q/tg#ò9`|F\Q>yTPuA  *)>dJ0/m;pͭٚaA5^Lp t6qmN1 d#<1xWоmJ0Q3gF  nI&4R[\ņp7o&KaiPh/.lYb:gC3!ZT$*LH@dPwtlnjk-gL3_X̖,=vZG b֓#gKi= |4p'[@"[d~ؿJЍm;gLxɺl\?qa-t)T y5ܲ7ո$[6 x-:#u=: U7뮷A6Y{5[TD.ל2 |VGpOIBXAss%0-\HQ"zy&7h71'_a`8 UoJJ@7A l^:G~!6uMVF]sGj_SN.ÃyGDe/SеLxB[`!=~xk#\ 429q\Q#Ez}̈́O%>GkOcj#s[ e{0m$0,6!b,'p&ab#@_ƇBul%r>|e b+&x,ҀC7m7HJgR.S&'Ѥyc?A]twy[Kt4Bï=e!<)4s]z":r)R8W{g\y'(J vَ۩HunD-LJ2fuaq&Śx8?cQNmW9σmpq3WyJ=2`ؠ.):D;-WOF ( וG9(Qiu*]M./A|E_Gn{JC$ފB?#F$qj< g9kpHAusbاOc̄ |8-#O-w-!o/'$|WoʭhjۨRZP9?rAx_ܞq1bluxTuN#p֬X[dJ%YN f+gJ0ĭ|P`^KudL/r!>el˫pPvT]HxKڵl܇W[NQ9aD 6va;mH~xĿ-\*ߪ9ԨJ3GsUT;Z{LJsq$'p]zJtM\` Q1O)gw%{xfwksިV겍~ _ۃp(rn 1@鰔 HRuf$&|R~H)<ϏX7J=TЕܟ}۽0_ri>+y>iY~+QGdS[C#H0gvE|NEfOJ5Zǐi*i>b Y)c4g8F܂N% cM_ vJ3!k;ww >[W}jaA"xXư+MdT/L[S&4"Q\,E3W>Fh8`ǴbSZ>^ٗZ*xGn˟ɜ)'RҀ:&F[H q8H=M!CrR1O0h.RV1>"88Z0}>%ҹrUf 3ySc+=ZHo,}cթƞmIBʙCl!>[VWAulw]a?ꘄm&Ϟ{M0<-f Ft {K5 ۣ5(!I ӛnB.7Wq*Y'x[Rؒ?Go׀@5zT:dPbv.IGؼ`Z>g}>cr=D|7oc1"_?y ռ沐W5 jdBR(9! u 7j3Z7,gXN\@W_gjCx&])#RMuB^&]ӻ\/b6 Ώ0w8FH-׶_1%vyh#tN=~4LCl0h$f @$nrI߄^0v5).X$nROc M@zn8[ 'hm0o7Z(Az[y(l$ma1 BfʿD!: |ЖemrĪ9r?o@ZR<.^k/diWar_8O [ઘOc)!@w+{@-UlL2Nk=0-Sܴ2ѯf|}"8OJ~w=Ckw\VAL9NsSFG\9b[b=γ?nw\{@ª*A RHAMNo3O1"AiyR]߭Þ1B3iZ=ts_fQD_|ҝ֩4(Iqo7=lKgE* g}f7(r7 Gܲg3ܤ\@crdl+w]ݬQ(AҬM |:m6Od*ғs#VpaU/>^DP%I0o]a2W RẠw_%>2Ʒ\/ Uyg>c~C/ȧ4SI6)`2^'L3MmUM}5osKp/a jdtֽ`}Dt|8bۥ<߼:R{g;0Mg& ѮҠl$Y88"F"h]g9GZ^)釣Q ]bv_縚傄(EcU5/IPKDz" Ǯ= dnV+v̮-aBW2 D=5XBK+:-YxZ~!>Ch|S >X9DF  1NRp8:[ D /ƎI汫@O(H߳_:%:r蟵$*m)xf qGbLJSY-I#QUJ+DXLw˗3LKo4kjUz&NPvCwOqxsDhxT4AwK.G+71| 1+Ν¾avBWygake+UOe)g39T"<-tnJWDmYZ q+]71)K`~Ll뙂 Ö}jR"UJ@KyL ]QTt[Tƕ0nxQ%24Ld΄ 0?1i}G*a LIPq..}|oj>gmƊ&35gKL[>)~mtSeR򣾸?tJKh&>"忦GlQ$I.&"9yP U&/eTpz9ۢ@> 3ꐂ-ītUٖy>$t~*Rfz2F .r2lT"q-Tb7qL'c|#AY[\ndlГ=qL$"V: [9ѧƲITӽ& `2]Wi l(5 /'V@ SN#j sk|Y'5]NӦQdTX{p2"f)zkr' 7ܯrųef\9QȢg ZԅKOIaNl߿u& 4sf{Ӱna|ć\Prf0,kZHD4D@et=pI*j[6`?{ H_o)fB~R@i8>}#4I+Na))2OcX5 0 f՚ssAC~0NF󲍅7*u\֒j/jk psGƜl co)O T=\uH]x}606R.meWg\p6!SBit2[*Ӈa951R!i/+@]eJڹ~"9$ncb=zWW玔n~]J5.S JZ'pN_zk C7+Lr"~Bc!T> O,}^"Tfc 8ѴA^#RKpLL̃y(f=pt?-"h=CLV-~Ҟ0 ]ޫ3i)N.;#\4QXَTdnǼW('/ͣQCQEa9i!2֜<^|Ldzt~Td6SL\4Vf3(Y~)_H댢 ;}qb9$j勉QNjwZ r;jXB $*BX ]i},$3Y]+ wf0\ipc8g%g1BkXEAu ab;Za\W;S,!WEJb iՔ6Cˀs߭|S;ܼ[6 W.:ɬduA!ʰFtzaWNl=e~Y/=Ć겔BG9jG5 Lf湴!.A~NB*f XLySu֊U(ͮ nU"#[ͼ8⒥KT4UӬL5P"iq3UwQlJaJTt[;F$| 2^[H%θ I \R:p$ $2Q聛Ap_\uV:ԩcǫs16psT{gMxFPyQ0`qjp gוgWUOH]lGwI'5P| J/=x-Jڍ$D (a$[ۨTfd 4 J]b\/,p|l=m)MХ fP+з>?cxrCZ!_bp*d!xݞVWIu iO.$#۰\LW("Tߜ5m[ {p4Nmů KG[/6xM u^eN$MM*=?d?ɢp>*x)d T0='SʙI9֮6镞g>K\D7d1ߚ*~\A$=GKkUALΈ$]R.S`,ʙm21_:|P9L}xa!{I/XUjE{xlrg;)#Ӝ ?4Y*rvf ƓBL$ ݰuָ 1H|U"zqT<ܦpu@d_P}.&knz n; !FbnKdiO*5® F;S6]v* Wq 3)6`H[DE(CFS" `Zcd(o\nlN߸RD2ޥ7A"8|mAl.$F1'1SgUA'XQfIƹʍ3Yz~H\9Wa0i^8e- UWܥQ8OD#@+ εRs] 0@*">_й F)h>}\\$Ek\oh gŘF^Kߧ'_!HiwEh"qۮE(`梽.wҡݯdu4Ee^_G]>jي(z}}*ܴ/69V`3Ϩn3Ҋi~GAKCȪg=aR nO7Zo!d7]CSp2Oc/!&?YW50ݰK*ILkW5(mz1&Y*dRmT}V.=>_[!fQuD=q_Ѡ8J ;]5 >!_7 8 "$ 5Sj?Oz?^Lvk6eB W╂G>2a^*CAk|lb"ؾ_kn",38z)匚G>x6R28}">|)v,F vS;'~%MT!;'3?*a+bCFeW削o TtueW;{mrK SEt$ѝJ5z\[Tk`)> 6# ZwpСY6ɼ|a1rAʻLzW`ƨٓ'J,j*i @b~2!a_*-VNŒk p#IMz6P|y70^?!PU;^edfEx\j{hhˊG{ڽSTukdvL\d fĽٔE/3Ti-In,.&s&aߙܷFO3`tx)V%І*$R3 |N$,iZyo>DVKV* sM 8D~gfMDݓd;6ọl_jd`w>u_է¤/~}JX毶v4*ZIz2CSMoE7;7*V]^ޗ;V дyp͘Ο_6 dtgy^ u+&;"1 tϧvE{dT.ӑ#)cu"fg@w°7]&*ṿ]//\46ca] ݉Y.I#c`U||\F"@JQx+i ~ jGjjk L]˦aOs f!SRSnI#uӸ!幋D`)-(`~j,JL)QR[;#0Wּn !eǸ C-AUOkt!%z@A׫ [/].[q, saUݓb su/EK:]i+٠zP4d 刴!.P$qIUCag'͍;uS9Œ%OOd 5H(PW\_f,Pk%1qxEѕz:+GͿ6NjU_" c+vӘbwW4$$dMꪁh+8>.:Zϻ7\LfY}_ >T'{ }I?b^:a ל¯h*G1oPa#cܯŐ94L@:#FEwP>H9tyOVh ̆l˫U?Ja Pϝ+V@B Ot7x=mn#&ӑ͘N5dR34 7mIuܕ6aЪ`Kc"mrvM<:#:dc{'s}⸶_؏-1;2o/\F"L"_o)cTQwD0e5a6aSGM~DfN{ zY`v(>7,v,Y%"^+/>[U.>'Ԣ,UѪ){* \`0=Z;9tKa3J[*R>Q ܋e .j2< 9.@tPA;Vgh:N9)zg{IQucqZ4,pSU 瀪zymzoEFzs(?M6x[. mYTYXDBfN2 c-(Ck#ñb4fWN^ղT\vh`W*L=TfpҘCȅ<\lmE$$#DJh)p:IveZዝ!H}lľzBNb"Y ؆Sɪ^7pIvwoHmnX, N uA$_ꩾ612n\RZX8+~: ftUw:ͼ3&]Ly2E1V|"J{ i3&#z/Qq{ Qk,u"!34/ۄI`d!zY``e ՜QpA9qMp~ ,JA|K҃ ޸mOG H.kWyb<^ḗPÐ̰ҙ/ s*NӴFnт?yG˺mPg2mڥ.Kt[*(xz2`f7(yUU'j;IJTesƛϽا;TU8#~,r,My#b`a WFm>w9QC gp8A`J?֊\;`p8ɓmJi殝"J><6Bp-S kfy$VW  Y"7LCCJO /|t[{~2J8dGe?,b,gX*C55eyLD#Vh{ri*I}&L7.}&4&ӯ\e[Yz1Pg ͂) EQ^ao){Y]<`Yi){''Χ̩-)}M:/A;eXv4?pQ%k\Uq aM(ex{ռ-0Rqe)MJQ_H30Uerx0K\EE?u,bݻ|1ޓQ"/``_sӈ|i>ń~MbA|ţ^)_m:b5fJG]4`i9{8]=)C R%m& Mݒ,$QE2rfdr*@iXn'0kjY z aǎpDX|e֝6.*<(8='4<`F"MNp|U*W}nnbG-f v4zĘ&:W_(Y&/LVc/IX!0rSDeگ}%"委ƒl Cc4e∄Sd;nQdhCn)3*1 J|56ogã/E`.ԚHcYU`^G?\~♊MY9^)| V@X&ak.jٮQxq<8$v<^Jny3 EF^xol3Wؙ7 0,2͎.MI:;( ⎟\;^@R2Jy-/@ޕFW(?P{dMiçU)Xl)aʁ͑}ĠN(쓜SϤt>%;o5^GIjB7<~tE"SJDn&UׄYM;E †-H> OZ&ӬXoٟ{7IǠfǕa"ݷā_"BQ,6;"akK[յ]xqnݤp2- 0pMOfӷ:أMЃL5VTn rpxk毂K52m:SbMDW(΢6^9y<[l!&,6)CL<ݪ[bvz&CU!|4I3Z{W(&F|2\\Q(GFBh(7etc$lS3W=n^np70:_]5R!((Cf'6~/l)9@/T7fMxfx<(W{ zJ 1ދӝ78^V6o>2OQ4z*o.#n&K^r/-~'-M,rwxɥuж\c(׷E!K?2$$zFM#%{}1j.ƼU_<.U{b]3A`{q w&m؈RfħǶ!|'93Bl: X2ׅ5ch>.kyew$vȜ=K=%IB O4%yϔ JG"g y;WTLEZ?%A)ӦE}._+K][ CoB6_ */D& đMH^SJe ]_.B}K0aSɵ~7N0]JSěO$|E s^zu"gnZFq0{/k3 ] zj[rg/RRfRsE`c5H"+~f_V?4a_QrZ0I(X4 ]g: P&0. .mjht&r1YLώ4R*`vøwoMe43B tMt;s $%{ UB!)*_*NOfNUNNaoK!B ›ݮEePZV+ !s8Q1ّl)mG>{+#F81F3zF>UŮ*Ɣ݁kZ$1#eQ'L>~>AE߹EO|ִYN^U;gh[gw*qigXåT":\cxæ 90B8[^m%seG5WͲ1l2>گKT~ժ!!_HKvٵsJxoNl!O^3Y۶Wik|o;I{wZ؎$d+q8[eq Y-iԅ/!KDS-M{3d54|'q% OД>+aD.V&ah74X>ፚƩ)}p^c ;(Ӹ ,tY`Cu %6ZR.kM}d9,^ 5ľHzSJ+?DD/\f{g3*<_;P FyD=HX.GcFDŽFzD*%iiKkh1Q.S'R> hc;E*L֌+Ad$R4s|(,5W}=P̑\~LL HfzVVq֝>ڊH7X_E_p(k,F2vC>f%z-ieœ><^B+ 3{鲿V@Er ";&9,?Jm{&>ƴnt|P3ㅚMZYChsN"|?DTH/(3Ք~N^(U\]l:~%)],OܻanVZCu5GI|ͨggu(O}(7~X^%2tt)X^Noc6-g{D{_bh2rś,efRX#2=nTSEAsÅR gg7+сѿ*>%ՊvG? ]BbپY( 1T^E7r4IOP9\dDS>ن%bHkw&Sdo'Ztt Vv"d@PթG6*.ԭ{^IO~+1zWk$;&A9儲tcUUc&/$qUs]j3dGs˂S4dl5]#־, h7x.-ZLjn &=%x2T^TvRֿuk]te\h3[[R|XW WHi:Bӟ﹎jYx4xS(mR݂jbhiIW#G[8ZrMS@YyjeDնp*b:2YMS×΃ZՕү,q7ͣ"2xbv%k$|A2`´4K($Tr^e?@O^1YᱥB@i#f H8=DE1=s|yQ1dծN|E6 H2JDY {op9V8=4cTb\@r@;=ikZ/JM*'9 ,] BNjFBه] _aU0e40dג ]oQs}J 3&u^ 1 )[ #*M [UX-[YKԳkjC ڱv$ *Li퉲h X+.]l"I]s~^=ĊY dE1Hԉ)q* ^]A%rHlnD`GA 8 7Hx%}knU\=xaEOk smHTa.zVՕp/Ɯz@I  5u,{QkvU/A$Rckl yXUejaRe;,}%\32PyM ;$̮\o@l-" wHkyNPlg% ["%gВӼx47wk9@J)c#I,khX+GɟlEq _w=-Jifpvs H,[~pjF(׷z;jTۦ#M|j&3nЌPㅠT5Wy?(1)Z}r!PDD̆'F%] 9]-ۨ4 ']W;u/2%lW+O I"yD@hpW‘?˷{Ya>- {XcH|N\<PYMA8#f~uP[6jwgIPdjWqD3B?_%, np*{Kw;l[V!k 5wl6_ZUutXcO @/1RzO%cȕg {/i~n2+b+s֤f ';fQm _B Uvm02H`־@(61Ƨ$_&`oH/i"ח[g{3B$Ch'ҟC)gT1z 2gtzL߰/l`;1 8x*lKa/JXgT+0oF)f1ǵMsZ>!h)fM R?9eʃܩ.&%rr ,Wp*I+i9oS,*Hpe~賾޺`K!j#&SJ> a4ZzrefՊ5Dwm{$p_M} Y U?n;O rɱ[WT]~>@' j&7,zoߌA4CD4E ]~ sjޚ{[Z}ұ7߀-=l._ ~JMC"?Hv$ b~MLw2ʔO"k|d9?&67hCԞפ8P:+Xe@"q@DX}K@ i<^Vș/a}cNC¸}rJn)>δY #<|+՗1 Eͯy-̍O|P<)Uvro(؞Pl*'Yi߽\nʁF{vm޽tCŻMqH3wܱI%}1sf U¨ FB4sY] 8 h6Snyw6otGnhځĦ/JjY{BŤ=194 B?U0vXaT'Qt'eLb;Wn>gaoYK ug?L5P ԸT.}QQOE֋4ʰ Iq'SZ`'YJWm˚+U~k>K^uѠϩ3 OVV4UyXf^tgՏraGZZ4dXOeG俳:-zCM;Ε8oF04<@DW-bzv6KӟxævٴXGdǁ[gAXjtDlLPJr^'uI?HYޅnFW͐UiTJyl|TD'n:txp z٠ЙlRwblQ<_\N. ۯl$g 93Tr@ӒFM_&txJfzAUEP e0r 'lW45 Yhmer^NKյetSlbeL"|.ڵ<R&Spm4~KU lD\% 73VKi6dyUp^ -ޟU"g{K ma?kX9Aj#Oi^wwTc<;HosQl"/)[JK 9; ^pW& D?tОsZ{sm C"|t@Q6'oN6sf[(.šFu3e(5")YTz›[s9A:+3DpP~bI!vwnvzZ:{;FBJ̷Udኹ=B+ k`*5fLlA!xo{[1l q>?baA{ۄME`z"f6Zc'o(_ؼFRP9?'cxT0^H̱g7TA(I | Ķ49bl#jGPg4,tOՅ_!<ĝ[V/c~m+$gxU݇RmTs;l疇Mfqeul77IdF2B:ڤ .ޠ,H=AlDF/_MX*rOm A<*SRU:.Vz;)aC/Fgݟ+%Z)@Qv`tfMZ(TL"CE*Ew[`*tW}XA|Q1RiSA8NT^Pr9{V\=mɕ{9A䵊a7('P FO؃gW֣ɗ_*nz}AM>kE}=}' 8vKW (2Hcq:TBqFphDE] zil?Xin"kڗ#"lo 1rG)0u׬mޭ:`wjěM"Ťs0(|3Xݕcݣq+O ~3)Pe.aTÂf,DcxGILGC?GM"gKVo+Vd Ycs&G[a\Nzΐ P $fn=d#bz0y,먬3ۜ=~ĉP=n𪋍NaL3Y52 a+Ǟ%E*_vɺPH\QZZw"ݹM-ԖKi9=\nA`y 9"xT&DѨ@UGړm1[sׂQa ߦ.ѐc(_ėesoEVSD,jd 8Ex2!n8fTljK?V iP + [ȂT40gzxf9ĉ`ᬀJRs~O}-Oc|a[9V^>Tvc!M*j,D9<+9 f!s u/:Xql]Y_>D{AB_*8}4)J~ͨl?B$eSK& z"oO壧KƱdg&K*y(H)NkNuMdf `i6!x-+fpExYV[jpb?O<)~evLeȀ z7p"#掫n<'.'auU~[x"*bHZ'E݃!"Ko-J@ .3Opmds/) o!F=S!R#D D#R8En)?n}ann/I-)[0mH4WmwG}DEZq< @/k')+}uuՔjH@WFbء?~fGw,"q +t ,9TRsMV㫈[5!O4.^٭W0CvVIVp U<װobsK4έ3C3ˢdZL s/SjgyT~paPo͟h:  T OPۣ~`zf4]L|=y)~Gecǐs3ǀz,j!=x`QL|*)J uV|U#T@^wōkhpbTNoĕ S;¿;y'q=YvSJsdXu-z"2"A_I1]]%g1(MBzGʬ, )o<;fGbENt}uy98=l~b3:w}b$mocb@QKlZ\%&UB!*RGnqFY u˥LB`n[_|e^. R+S(aP 8>W@֞&3=_KL;vs4$zv'`RÉǵ`ӥ8IEoB0I*Qc 8o?& '|s̿~pzPJiCk|6aa|f3]|'BCy]EiNGvrzf˥K$UPj.Tkۀ-bWV^u#즗=1ɟ% Å^2F~؁I*2NJ4+ cԏ8Uֻ>`bZ;2kQ'n0#7:uNI٥nP+<`iil%aR& eUjh*gNB}atK,E }V485u 0R@o4B5H$¿]%S A[:8 ^m;(6<^Y "*w۝ر_>rurwY=Ir}oĴιԵ'_xCtΒ[Uz8vsjᐷ|Pvi-5B"\Ŝ ?5q*[a-\=`S>;ɪI%K$eʭ4C?m؇M#B  dP(-Jr[BJ^Л]WIe0DT aga CP}n0IBr*za]n5}SawweX ln}U CJ^blvd_ʹ I4WV5Wtf oc$_4L"D ͲIf ]&jUȱ9!8L!XùJ* a DrY Sqp}P3]Jν2V %Vh6xgN:Ƭ=#fY !o *밴iJ3r'IE?{$kg!J-  TzTK~M_ӱAS$Tܞ9h?&yD(G )H+יq1Y&= ߁$9 !d7gxYar9{cI֦>-anFZWâqgC*:9r,[f#AShp+h9B'*@:YML'vx™i!, nX Mc.{M5 ];!rO b.ai݂ Z}5r/GחiJ73oBkbP\K;[f ;s?挈$D:ycdûR ^D#_4 ˜eĪebHOOW&^/әpmM;VgU0)b pTW&y(*!8nxYGc^.з0>!R86oYCA95Q%أ!'m(ĨS|}l_'N`ܶB2?uĚ8<1Pes7'an Pw8eRsXhxoΓ틺ⱕ&[%zc@EF %ZWvQ˾a8HD܇f3zSTJ*_ɥ\$V@v'Z~۷K2p$4T6EdH 2Bq O!97 (NpL,]%P4PXdl ƺI_ d97iBbM4 Kd֗)XO>U5έ$Ҿ~whF[;4T^tbN~Yf,]YTe9X!ҒNA,~C':Ϣ+B(s̗iS.1+o]6NWLo`b;T,5Bfz u*1u1~w/­R]\rQ2szoLXi;@ kKau$17 ](X S%; C%S&Ut!?_03pPK^vORbFD ocފp_aVKSVEcQ/,Y16Hi3dlWRTSnOkoV*j8VgdM>guυj.dw*yӐtHXnDp\:e!\\y,U6#{p{/Į }ȃ!6fB}hE_1f3Gsʯ.\Xsq>]|;?Y+l\ṦY^4WQ@]et/{r;>+!8tSjo @:"ΏCLEW/ΐa-nvE ,(JKAk-L$D߬Pt_*O$$XNJ^YrKFL%Ԇ5kaIťٴ}W3D&M. gF\1VmXi#ȹU384xW n$Հr-]Gw1>o%Uղ{+aeHkd=}.h.'E0bvja##r^OaAԓժ$<ҖٺFh-v=\|.<רKFϡ&u*LRD^D81Lemu0%C裥)?I`i,ܿwzb]j %RBI InKW.bi*ۍW9 6]ye aϞ1;XFmKZе;]SEbޜ Uqa/e$^bP ?Nc|׷]On\msOϟԬ@FytƏA l`9X,9  '@AJFo+Z{Z\w5भ qD=&Rnū52!?f|c[UvЄeÚ:2`{=rG MAm-ӡZAv ֶi*OVb" )W@E0XPb\KD2SybEK/@i-*wC^@,(PH!z#/ o!&Vul; 'gz>U|I%;6¿.#Yirs3} Wmc2tzqFatX0= ɠ75Wjo?5'd,[+{4wbM4A%VbE,^x'v6e\ckiwFwc[B|;nӀٙ$ 鵖X 0mve(y ō~yqwYq!bgEf9_3ZH oۚj8 'EvcvAQm" :|O0*醶4224:kNIѸxWU7Efwg8NPC .jBWL'9kpӇT:%I׻F-4qÙ.چ̿H6aE 6Gv/%e;~2 Uz%y&oݰFB/.9ϰs~DOdg<'_~QYOݠ?Эji; "0Px>~:ia[_#ɦ}:gՎ+s`6ޥ>*u଀:7w״`̈g q40_z`.-<xD6dy,.tqT?.}i]s X<̺sc'ՙfWk.GN7D8hvˬQB}DO׿ƻr/{;W^9Z OM/[=I*sEC 3xs0hN>P4._d1 qs}%ZSVZv# )+ j39"p@?9$ &Бd!il0tΦPE1 ,K9A( 灀ywՀhLT[焽%r[Xpg#R,*rEO>hQ|NF,|.곇+`ٝ|*ˑy+'B$%-!K&sG#D1La?0 ͷGwgA;W%em s"*/6W49eVZU&}Ar"#UDݲsYkw-e4NoeCܼjJvv gi@w=4T++ sa T \NӏJn=>Opy,;7l&98 C>+OȻ1~4M "dyd魝3NB&#"2& 3}?nFR~.Z蠸m7-p cR^pPCΒ^*.ˠ s}e]4b&w煈2_x}%+AR) Ixc|*3TnN5(ň c樨](ja Z/ϣ7c,!wohhXnb2w2$!"r8mt. ,;&.Y q Ȣ@bxR~L ǀR*YH|_%dܰ5B]!t6ȥ: !o. >`9Bu0O_V^:UEf( I`lr0%hCETMwø.3YMxڠeǛ\ɐ/yX%9X@4)S\!J ۾o?7ݏѫ?+Ky2i'2e ! 9}v1!8`ҚƹYځ+-~% d# V!sx$h;Sn (y;T D^,>yF}Iz+:\TKpS9?.o ؓ6;ڧMEu.Y>M:7sY[%KX$j*U.%1>jG$DD+XHI!]ݪ8N3ó H"(R*/ r<ܑHb;o0p. EWy!yKr޷2ByuS+a(d@SƦ!i|h wODml#M,Hh`0*Y{Ȅ)%G1գu YU]*ISI?LyN@ x}n$I~^C.򶩆&cW-zg\'\Әѻ:c&$b~ >liQ]:B3/8YP«=w$1RrPFT#L.Ao0 }PvAKP-5虉2F4k1rs$p۠6U>i,e`2BQޡkAl nEz;ױ$:ľѵxiaNMX{ɸoWi޹<fA ޥQȉTu0]i%ys2%S~K0 ߶3ĝ/]Ք#az5e} 9"kb vF8I̻f[hF}Ev5mF$JMnj ѼB) ~f;׊N6Vd ayxST m\$Y<1KI_ OUXfR.(m=g2GK*S1wK8S6E\WalɮDa>_9IRr1!I$16de ?;oS4E\/ F&Xs%Em.+jQl3y)-зeK~C}RLB*@]W'a0Z[=%S)z9[|U9ne߈ 8&FzcL#f_[ȗ^)^ dmԁLT=/QQpz5v.{U$N9uf<%-B!##^-(<tzB;l>bRzr*nշ B>ἁK7pBvZ6M\|Bdk0 #34]n(Ӽl.*R+KB'ؚx[nYVM֡B/Kkz^R0/% U!bGKS+&RIm"JP*ɼU.)5Bw{ᇑ*spԒK~)$l=n!ws=]'J==gt #Ga?(0a9!Hѧ _ t5ẠSmҨ(UPXyqTpd3q~ Ǫ oy#o4Jl4I/.sV|KOV ceIy3p5~jՁv6j"̮6/Tj縗;/)|ϮЧvjۭ.K,[&W2mL<Kc% WS%ɹ.<0y\žbnSZձ ah:3~c+ ~z=(mYlyx>V@(2x0f%>Ϊ c_LqX .UIVS|/1ҭmb/g8ǰkKtƝ% 1?-. GHfbiu-hQӲ̀' 9jA~Rܫ֖NJ“Ix *G 2}=t1J1_%!\r"`3R~z6S06ȹ =ZU$tHaYuWhbsT@pv22ثl=\F_/4:2۽2rdiOf{̽4N YC5wbv2{SM#d~7b;C̟NunտU/.3/amke6Q;B"ȏ]9XrIyrP!2yeCAztX$Ħa?Gkb/Ic{L B<x=M0o\[%fjq;.<>;ZȂ1CEo (bqjP]֜:"~7SGb[ %v9i23k^H4IKg4m B%JRr:.k]VMx@hqabI~E\p/#ç(— I@&?ڬs*&yJ|Kam,qРa!'c_~Y>DR?͜Bף]hZ*23+6w$LRA! ؤf,t.W" \Y& JT %zXϹ?E :FQ&{qM(ctfM({ּ:ꁆ+1[V 8Qx_dLkMUz FyQͪ!A+ XkBӔ>Pgm_cFa6{6mF)$J!=/2ĞeThKiUxVϩ9w䆛ҬʿhlR# W1EQwE0$b]ߗK&IlѸWgA#7Iz(i!x^sQ 1L#AM0ZyҜ f= {RpKa52 #YВ:cUj++U{0R7!ZTj:6|=P,+{1WDB^s4\qF <q9bٚ`!MYw9uQkgWr0\?u SJ =5GARJ,c}O8;RWͪ\Kmμ酭ܮ}:&RmyF͑i{DZעdL.:BpaL=[R6'iXP3])oNllz"\|:V%ʤ͔X]A*E3T.Qarrr0xrέ]Zג#Ĥ냲1tj,GW٧4eZlX]Q7G6l3iyYH?@uV0ZW% APt; '>ʐ6Rt^qꄺyT\9]7֋({(4# wtF?otB@mβ +_g 6xH< THrFwIb@ETC]nk2|. Bg6VL}wqeކ {s-4#[d]*KU0:`U$$I 04r? Lf MmH7Eas?(DR3ds{?M-Bf^?G ٹqkXX>*3c>w{7\Il<2{5%xs (*bd+ ӧKOHOFL׎>.dwJB,'0I,Ѕ5XYU-ܺt E 9V aE/;^cw~=q<]-,(bYGփCI`$&s(`OBӗlфy'lK6qjSjF:wJdt.*9PS4ݠSXRԈWo/q%[NH)KS4Ĺ#̂ #/ʏ qSÑ!Dz%PpRD <N*=b n ө)%a01KU^\G?iD>i|\ERhY1=\bɫ)!il( тT6B 5ꭖ# YEiK`]-G6#\,t N7Y!OnǛL@NqxIvkԔ)WPy*$YXV w}!jȤJGJT#" <==e2ϓ⾞y9&0'gUU2W;2շ_9n >1GhüLsjA +ӪG(]Z$hc6<͢9y b2% ~I2V2HF&k?ʤB-b<q5C'5te9M6wYCUJxL܏Rp7/;qt%6#€:JK\ծ]NÐM?Uŧfyo[ل8K(ዣ9B<F-`c]܋&4]Ԣ*|n/b G<,|Ԡ:X|= ML5r4(:B~?v̑!p>.\^^2_mUc,ԵK]FDSwl,{eU~al I/`/a-(!<$}o"އ׫YI1j" Ԗo+#\@Yj'19e an(m) D@4bv*8י&6O7ƭ8 O;u\qE5p}^n@ѿO*9߭h.|V)UwxCJ6s$K8&6G(6=TK1V@C1Hq좧ʨr,~߆ĦSCU` 2BSK錄ڛ.@lO%%/zPa"j΀}u+abqHy gōai.k#1Q>y:6'jPXZ?;||hG7lH׈Ru"U 7D)]j?Tu4:c/ e\0OZvz>s0zJ{B;oƪcVd.){3q,4" 7EEG9ETd%S[#֢:]gKMRFbDz+GN`5Ȏ9olō(-*bHo(x%o*8%~!'_'m`iW7A5 EN+9~VCTnD(L0䩧WTqd=xͻlUV*q'4, $ 9v؞1gsPRX$9hTRtDmB|!tvN8ʆ)EYݿ œe|xK?niF2v#)*#^tn6WV1CWSG"pln/5-1}XBuyݜ*I[ V]hQoմ3]Ux:tP^r!yF8]H!"Y|XB cI>*@F SsP [x?CQ`@SJ x&~)!3YRI~f6)BڞMUɜ _-\xS{ܚ9d++V7Yc떂j9ia}0dq;;}m`;M~s> ^xk|͜ x,"{/$}QgPhs:W^҃-Sv S4yRg5 mJV&ۧ;*+FZg#=s`sa%wce:sxK~VT[̶nC Oic'f!~!)+)x~o /-ގt}]$ j׊? [aC&c N@Upm^Lv{"__(c:&: K _ԽQV}#_QfdP{]nn-Ԋnő/&Eh9lnZi ;"s DXW,qٺyS\II-Y,aO0zwvvq%@ 53905pMp+]c`9G~)H: dsMoDM?CTojbO7>g=[AXrFs++es%|Φ&jK:PB߮ 7% @uI3IrZy}"?* A`d̤zb6$ afQD@qpl:XGYiIC?ԝcQ큜Xl]kdj Y}<iarGkJ8 6$H4C6'J"jü>[$I}$GRcZӮBg=`WX n^A6VPoI,)ZRw,*%ċpTa)yUڊt8F6#[dyoepZT*>腚͗Txo/#̽dtHW@>9s)^*O5t9n^o(w )k&@* nɏs"TwU[` C&(Z ׮a ^^Hؑfxv^:{ϱk"Ls<;Dc)=+Y߆̡2z'"%1Z.n{ +[ݭDf )R|T+ }‘L},.{G[B/z`:|*Kr+jd/\"#ZęO-$`Hx#Jt8ʅ# % ²ƆjMyJS+@zф?Ł9 9#9qOܬ`4@`t&z~»r¦e$U"XΙ6Kt-Jljb;YZ"DB070\>y@T_0Z#R>eW0R hSDjoU˽8c-l =?jpT.5>.Bk>dz|%9E9ZRH!OΑE"PGU̯%xn̔Ǻc v.lfSΪuسoV\wF5HDpdžϖo22tfr :w )L,ˑ8tiI'PvL{+5{7pfXt\!7O, oj7YK r4:zG 7YtT(Dg9} ?@2sk)AƐD3M#cssG$ e#-+#qQm<өQ{;YGI ,X&z sMÊU2?!(vz%6A!oʹ޳۴aϚMhwUSL`d>= >Y(PDIztm݄8ۄaw>1e jf5Y,ͬR\tJwHIm:G-ܺvOfrqQPֆ!0.nj:;HpDp-bl1˜Tv6e77Lտ kq VLg[x] :R[0>_y97Tde6n"9 n zƻ Pj ]46ҌfWLo M!H` ͱU X>"ݜ=((!SX<%J~A>S*iOHɎhz(6~ ;7DkPwdR S+q_dȚo7?Ijpv[EbNC{['6k¬6}"^FVf8huV7s]zb7v_FU.7Ll3CMq(nT %0{h*s3 pߕ* #dAL98| 8 s ߎHTl#E!)t=cHH9#;_kC -_^F+hhPa7$h[Eo 19۠,جV?>7x^8S)VE #Q#{ 2 qycJ Ԉ*&\浨@].GR4aaW$b.%A(^.GsI0oYcăm-vL+MTS^f?ocbE>V^1Cs7洼/Cq0\Vbݺ {0qKXD}+Q!`go9*uP)LХvHB:!6s1vȟ#t2~6Z ٹl})W |EUNJAM`CJ_m7OZ01-?='$37g%GuQLMYXXV{Fď|\$gS'N5Ȉ$ѳpi*)AϽ"ꊝze=;:h3a<  sAc7j?wkǢ1ggf/}tdD It8Z.u>{笅2W鄯EKfUcH{v84ێYZցH]ච]5RnD͎2MX*q=YG0Nfxl5{ ;}%}=F_U.e] }읛xA`OyΞykW޼ [-(smnr2@i<1O܀T=poX1˼$I[T!״\Sؙ nTO5$N} j%̞GeF]%h`r8WR=yav4Wzw@'n(weYqBTx?VGƯ<`PĮSUȘg&f{J_'Fu#3k[][ވ`MϐzAg@{l)f`QHg'lǷd/q]9 Q6LlL\dq{[ El@a Z +WU@ Wᨻ?iV0ك"Yj"?ٟ̙&.zVPW烗|˃{8x[zHMU?4!}UP:>ьtZեD VF=_gпS eզ'HKmbvL 9E$Q4cO)L=R-e:42X 9H>,9hG[wz306pOQH&w H9zEkI;]u" ' '=k- q=|aᩙwF) i?33+'dK~YUʜtn4:3ٙO~x09>~7''jų1B q\z7*ّ҄X$Rr [F lf)s> j8(}t?#1~`~K *%UJ\8A;(\c#vh҂N Yd@Ǚ(3>&]Q,Bʨr3ƪd~/1*j2T-J+g. /'iOĨ.ɽ T?Yl;65PÕȽztS/}2` @k0}6{5< H+ 8V(/mpS>YMPxH.0<%qq?w21?NzVIW?Oϊ,+^To5YO򑬁C5^0}M /q7öp|N.KUr4e<|dر }'qI("B|k`RÚ2°x5pDvo6[\T &4 2&YN\k|0Z%zvg|NW͗Ehz♉Wg]vc*]# ׄ1Ru:H c62'T,tc|o~!2i B~"f Q&Ir2q'GtJ]b+F@9ИG6D=BXba F_w0~xXɊl]#w9R"n$J21R$xN;z}l#ǜtu YXynua*%XY WZZB;#ͤ T '"VYG^fKG/GgFFU:`ԨsC cY?v~6Ե?y Le&LV1 JHڋ0[j@ ˯DžvCw2((t;G:(ˡ]<0:riNϟE P/Lȵ4!fP Bǒk-Z[8 %]UF@KT!* 3t֩.;N  C̜9z'фS0BhCD N1MB1Ihih5Si9X"phjNYRbqe kLD ܚu㽺l_櫊J {YhiwF)|h'W8wsAnuYDZKpb$u6YI -h%Rr7 x%騉LA YW~}v^SPU4K4o6Al`$:0a6D@QS5 keә+( |E8kG0ڕT =@Lq wc#W[uೢVq{ phP8}M$'M L]G>,2U\@/OO~4W3 0z8)h@[i,ݏ`m +k|Wb+C׬Vtn@ur}'wȣ?AH~A\e(O ^d4So#.%/|0:9쥎MwRp }!S&zKکwOdAnSGHP-qFB& ^?PŨT NpX|\TGeּ͌,B:g }d C沩vl "\G_>6<.ȦW|RNP=Gz:j#Ù;˟pvBMTBȢ|nE{⫅hfۜa=fcyRTo[z)ܧP>vjkxGOIـ)+]q\ϒ@N%W%yODzݙfӃ#]L&/ -mbF>^+la 3Z&7A\Ptf5.sNB$! :* "-{ul8)/ dWODV003vAE^_sS|O̡" ZH!g(PD봂-z&iSQKU]a!NYk6\uU@I"tv~ Ɉp RWn=K9+ oX4P9>*L9i^;f[>޴cՍ/4;׈c\s)~I A5L&^F)7F_ﲋ6 2JS+C˘*mht0?`T@D ø8w447ekҾ( V rNm..,;>yyÑߢvJzeX'Y> GPdʈnOm!z=v"8&MKc6$yk27tVMڑ<),1b7e px߿;w)H °E!j곯x޽>qoׁvơ;31y; l+Tq,Yx) ͳַ a=f`"8;UJ(ޣ_hL:[Dj3"#mi#0 vL<(L̖8_ؓD>֓? &;Ky80c熾R̒ZxzHԲB1 DQH)_=䷗OvveObYIykh&kɐ aÜqSJV6rN_PdTv'`MuJj֭ KԢ1K`$NPRBz%oDQw-+}@R~At٤p5 ߙȍl| \^v(ʉW|Ŕ(ިk+>?x|l1Rpw/e!^RC乙+~\3B}/>dt+sNǕ* ztAiAjc+:: ^s|%l˄\b N0gf-Kf(i(ʰNtMɋs"mxkRVI\n+NDPW;l-gE pM-IK5 , 0 BSw+`'ؗ9cLbBI<1!UL?p.Cpx76bnq#P-qV:Ա RL T#X /'}󀋂F6۶ˎoMzV#tQ,'xiK՗ 77^^k#;W5KeA0sEzK @fG֚DX,ӮB7yo G`U''*n2boZNȗ Y $Ƣ)7ee`#Gc|?E4Uœ.ס@CGI[TkU[QBW G7ΈhKOۮli XU<0>\# 9&8vˎ&b>QxT/qjWnn_ꟳ$sI(:réxzo%n^}&,juzmߍ+H]`iV`/\XsÓBڧD 4r#(ehi|9@I^qTt\]iܴ-vc[sjpv‹[/wDadoH#gc4$w.)mJͿSbe=Zqǫ>.H젉c,FGX'Fd6#zb˽]=ZXa)rOx͹|"tSOQ?g5NfGFlg7B^bv# m~fd*L.+jexʄL~,k1b B}1Py"._C_K,vD iFjNs!z"q{$OuflK 05UgTLc1!qR~B~›6tG'jrA]4An-mv/ 9G36 M D1=+T#B `Ԫ;:p | X' l_zqgљq<yspT͞HOP@K1ƙڦ,faKQUNݑ&R=Kߦ{qh,Hee•$na$U<$:A,lYCݟ%Sć

m9$ ΙJD5=tMHN7_lxU3 fSn*XL~ۧ';$KMX\:u6 ZÜ"R/zagΙ{7FB@Jt͂o+Êkwh<0BMyXM}b0s2A1Yqg,G5*!i$#dS>EF[S;'4 @z ~PW082OsoRڙWh #We9cg JM"RGhdneGZByFçLV=/k4Y5Z^WIḩJUDӳ?RJ+0q\ }/6__Ѓ1jX> Jfi#&<>֜}ˬulskr7#u-nYQZ+!0U8Dbg/qΏ v<6uwđ eT'a,|NB@]WG%=a?y넓̻Eq#șRfocYtEQ+A zvM+qa~ȳav'Sg")+dNh:%̵Հ19GŶZdt3nr)>I±ZW^)w~p\vL VTF.х / hZV&DK elSƷ)10k]x{QGHp'Av,R| Uޱ9[eߦv8gNdDxEU+(`‰._*Uoz=F 5`EB\,ied0D)5bPY u.Nc XL{?SUGP:U)^@ػ-h}80$>:sfV]勘yQ?-<J qQ,Q;v;B&M\1O̪S/;46Cu^(;H;nzsHn쀙Vƕw)4^4+V"#O4 ;xz!,ы%m 6 bKmpBInfiFp`#6CרX6 ܃oFb n?׉ <|S=kӣ 1-|+ J/ВSVq^BF)՝Cr2'5|#!4B!.l!&tdAC2zCrt*BE4w\!OM4^[!Wp_, [LhJ/{+|?֋u+Q!b;^pLe0++)+/EZ}A sxh b~@,9'{-tF(h9n__[éHg;kweaIK_Ȟ%|sεbp솁MCS}|I~0\:{ L64˪Jp~!<'q=Qߙ[NřvrlVh1úɇȯÛwsL%i! [Y\j~?C݅,Ffj^{D"WF: [/)tYy7*Ei3 ö;5 w' s WXFe?9RZS,%+﹀#r0ڝ1\owF)S26KEVJ[㵌 c+T!+!UXb?{%婨< z _;g|~PJժjUWQ=Oo-@fk "sKݔq/')NXSoWK75G׳UASm v@g_^nVn^ϥivE.x5Bޕ7d`@ \%dL2kXӟiqOM?wڸr4l(x_mK ~ a'#ÍLs;@f٨:*ln$U rfΚ<aHt3վz dCJ5R,6|~2^ăK.1sK8])&eo{$WOA3)ˋ aMcKx~E6x/Še!"niJmv M|i("BHj qq_^+ $C17!S;LMhw+X*?_CL%64>K| uogYȼ?@jrIBll9<7AXDZ[sN$ "w9}!S7Bw+d~}UuFfؿ%p-Nݣ/59XU dnȘ]O8e1iW e6':ue˳f~ g $1Ni4 $\& Z>CT*=saϿ\w\FgD<3a4mFN9b5{!!fC Үy[j[ҿU;lHR@ׯ#c (0hcwbA7A>|L6h!@Z$/\nFOgc7|(aktpB [_Sg n!\uȺ0_k'q-Eè~3{tdWxD,US4DSd>[?Uȋ O_fBZSުƈ7GNP)=?hYD\xq1b3L-)<್O=u FKW zpxHϾV9kV97>TXIP{Zؗc09F ǥ Ua($⣢pjB`2@23,̐?zzNL`YEIK7Ta 8W$޼&.H=1|5_NZ,D|ۋ&X5lOزȻƭa&P$A9R3+G4LG}z58m;m bwgiKLhJ%:$]2Q D\|,* ~^,xWR]f'cՕo'!X_ lb}:do,҂F>}߂~\Ꙉn1,`pAl;oI-ڞO-N$#lWE6Y#ݦ Ÿ˃',aE_4`Q[~_ҹ̵;m]~\I=}૸N=kLhrFwAv[x*Юv>֜32tڼ? 6Q8\Ktư0͘s=v 37G28BzD ^ZRi/'`<8vDf{==CC/Y}tO3s*C%T Qwlxs_/n#d1@@N Gl"tlϱ&j B./Gvpct>J,*>я%JdNN(r-*=I QFLk+wMr?Ru VIaͤ-MPDu\czC[(߄]!l5*c=rK=.* e~,84QI:~y?E+e  /$A-ѻ*.!\%: &`]I|}>M(,L)&pʸն2trf!ip$6|cek2JqtT@<`Ҿe/ZԥF$D}4frڅskd֎Jv v(Em)!dYg2RX/ tR=Ǝ@D֕V=cYQAEj5Q-, E)$錋x`mz"îʠ| 5)>Q>A FIݏ^>ߧq}PMoW费m .:^z:󂠰I2Cj=n 5p/dlJlV~D_V'EL!}hPA KzU\hݖL䜚w^p@O}J>ol Ҹɍ'i植(E #tD%|BlYv:ũN G8 &d1;ḓ5Z >mk',-g [i^ |2;|d2JYR/+?) n W@|lTt_]BIu?Qܝ Ղn` 4*`"n&^y,cw=l@m1@Qu #Ca[ow:ѓyA,Ž:^!u k=6DͱB_/:MO#l ӻ3~jsFɟ&fo2Y+\i\P%3Ipu ;*5Рw@d8҆(U>DjpZ@Wt|W >NMHSmhc{+/vp%b=a l^캣v=i8SSl^/޷ѺLSh1&9*WϏF#]j%!6 m6uyK \wL/Uw3U'G S댺 y]'GDf%6FӚYkӱ`mĒc_;d;hKԵĶ*X=B,۵OgU.zBMiRKWN:j~8u O$7Z'eԏx*edb%o"Rشh2ֽ=o<;m}kc\ͭͅ1svC;*ۿyf$dhV≵k٭oC ?Mؤ"(%>X6fK0б󠎑oK/|-8lG'ĹϏ1w4}oC3x RW 5!nҀ!(?nTux+nwz7TUyƌ&tDl=;0r$j)ȼΏYLZ4iy0tǮ=fR3JvNHJgD)_"/SvyrG_0Ψ<˥o)Q=~gur+(!Љâ+נ)Kt%g&} kqV[E}]a1bH*( ;=kp5>J o%~:G{_}̢]:ViWYJW1 gB– vwMq_#eZ)̨bk5Cfָꨶ`io7Vx _ed[DF*vMYyީι@گޙ~ o ĈhTGK) XMS]7h.A`#Ӻ<>rx5 ڤ^E1껆CaY6fJs]ް@mG^m?%^֒3,\MU.ĉaj!f-T[4E SW-T5;⠐ &ӪzTd&`@5#miTh'48ǖ~0M|bGF̈TWE/Ik<=G{r qGl{t4*`+mM?4)AzwO 7 JmeZԂҽ[/6iT=K%e}ѾNe{֙h므 Fв>}Hi$cU821 XB LeX,aw\DkJeA ^lf?bɳtf%1C3{+?N$KglWn㈼pxѿ8o)@o T" $wd&ch:+Rmo r#R1M2 8Qd:ۆ+}7iƑY{cFo43+n>^85 Lc| F3\n&V}?: wvtfh12SU,By.0~F449.10ry˹*( |&ۧw&B@^7 x\V\[!:9!KTR* EN恾^C 2iWMajQ]Ҫ u*8a)d{WQ=~L Q~k15 (FSmZrc)Zt94t5gx?a>J9SGZ&l[Yđyދ3;&\܅;njEf(𺨒:Sh%6Vs쌠짌 4ɩڡ7GlUgUdז;sv+W3T_`?Թ&CnHu1\2"uCH6pUʐ<_'h-HPnْR1U"z+iO`mC0W䠟< ^-Dccx6:~LY-` 6x%MD+CK'Sfk2{R@7Rsn][Rf]: EN611QCO:X.Cv׶,<ΕLJI2ۮTJnqܣݽ6'йA`.VX_N2~ݸ^K}lDEL8r@іdPL(xd /?OK bAǃ^^!ݚ嵒p7~ouaEQ[@-E#=;CҾܝ:2#? k Jg`uGD06|0tR0}b%g1vs^\C<ˬyo.fWlP?UöZ1--/p xƈ #{=vF4 c윹LYӊAtO͗5)lī@MRG#_U+),2[i05_ŗtm(&_Ye*gcW,rzwKS߼CϿ&5)a@g-͌Ebfi (Iz `9%_` {C 3.+\&VG !%/T?Q5<\U\[$F}0h8*Ţؐ#ُrB|2,W+Y4ZCVJq$#?^. ^5Y|~RX g 0s}r`7 %B,'q둽 ˛4\1Sޘ 0Nĸqb /@ *gWL<3eA¾fVx:-ȹ6(t󓃯%jM·*2N#x zczg;E.*)uLki)_[BQ!{fɵVͅ Jm,iϕV6`?eS#A +)eRb 0 ˖-mT`:hR)Y#{J5i+;͞p__w}lTXq:Hbw"cA%F^U.Y3휆ꘪIP_0mNzI6T-9#^g#eoP{^|sX95G;YԨ7dk-#7ۇ\;fKhm~i%spcE1㺇|Λ&1õb5]3㿎0An[BC8$T`c.` [<Wn$ݵ3voq*ja:&FB#Lf'Ջijڻ6 #n9t*_iF=k ՛׌R&31[_+a'8n݈[66v|~mg m-%2QɏFvdn329 *dvn8mx#rp eqJ Wwi^EBJ'>_kEG(C 2?el ُ4rFRR{の܎Tͦ*Y*Ǥ6`x>֪>0jE+S/v4Kp{b-IϝOxuLq- zl妡}?V0jJx2kRAћrjrVƎv&̢ۙ⁺ (N(Z1O@%@N)r+`L+0PiSk+9u~eo-|ң6js\$*(NSdi"f ^4\-@UjZjWrrb̛{qw{%mi߂%E :8GſM5x:RoDl'pa_zGjLߑ]mMէ~gV2Ud{ť:6խuzN;^:H5q+ժE]ƥ2:VB+24 ~O"eԺm?4^bJҩ!=u( jdLo3gǓqzox{mJ&=MX'M|+ 0@F7#`Wz))f=JZr.#BM*JDdœJdUmǸuS`Z-uf@Ɖ7@7#D|? =nY Ney3e(f-ophv[IF%GHq63Z0ܨ.^wzWtmۀ(c ݨ&*jޅzm!f>[b{zΑxcB[4AI Hu=[(sSK5`a[E@ݣò6mlaF_r =st/ċiC GAfyZ/ҫQKz VU=LAߟ ~s,Pe{*:VgЮv2;HNvRHeQkrTw80p+*5?\ܱ>5CvȞܐ\cߑ[38j)Π <4<VV S+E@;~ D noSb6Ê !~bxҔN. :u~07;ꖣ(*]B1O!4IaYd:!& 2`Xqd< Ntpϸ@:{Q\\2| ^j{Y/&iknif&i,9lSMy*q1‹'j&{=~?(]npEk/\*ii@CteTİ= ɰO@ [I^Ó܎SJ+ +$NFo,gpX"K8$19ܥև<#{`~^8a:el3oŌ}rǁmY|Ch%SO;ŝR#N (X޵xwOX5]F7hw,ԂDkg1,Bn )WF7!nV0ju.9NuLдraX0Mb=ɻ] _6:  @7G, 8W騏gDsCxkU%IޢchU랻fEPTAm-E$[D\l}U#%O+XTࣗ3o{6nþ^J%{SxI7f WdRACwHU Bʛ?Kڠ&r@O#E# *65N50VvroHβcRu_ؘgi͆ΨLjWEdG=>W^u^4y'zLM;ܣj2㚓(`2-?J́rQH,*"ת9v77ZPvI9V)+tdjg`PӭE-HM׽j2c?V|5 Ń־ďB"k7u\3 Q!M8P4j@lw0 n8u%AeШ-$faw(H~A}s4]]`bp5ڦgObf[UGN475sBD{8z9z;_ƵoU8 "(Ox&qRNamLa \&j~P7buėe$i@pPs+Ttɓ?3C0㦖_8V-2t.<ױ E &A g2@ 0D ~(}f*f6B#e$Z=.>X3;ӂfxTTYYF1MMKE}o}?ŊG,԰#ae!yUNe>4D7 .ks;nM˖R~l2Fy==kcu~:Dn:c5!"CN2ʤw j,Ŗ;+=AQ}fGY)xMf+NjgN*'uQ8!ec4(hVWqB|v.o?А/HrG$Q%1b4\HFEZ4Fv{li}q5Ñ-ľo @;c"U,Xh2+Ka}1eE$8 `i=kidw+<|3(I)K:ral C;'s'6(ц xg+#Lou~? a eL}XaXPX 7xZ€yCn^r+@S6MBTBȮMaĉ+gnJȖ%tA**;j -G٨<` `u~f7c`/p*MU>R!n]@#55 N/B ~3lH#cWS P٫c0:F]YƦ騀]vpl,Z)ZiO(o5)ZOI7zA?-ڊwC fJ/IxJd9ѓ۽o>՟;( J3&|JfufH:]*\.vT}0=eQ aBxHoCF<\KY0_{9;|%j6FǓR4 tr~fgg\zb+m(OfܒWgXq)S-f1rif<>:[̹ ú?a3l B{K'‰|vnF{7!v@Hh?FoZnޅ&;h./w[;X۽Eg2N%o"(1mw@rz)S8ny Z .in rgJ/c"CHҚCuBD)ԖyDEb^r<,FmrS]CvR.C 9 ,zU˔S1~+k2<޻.Y( (# a@_0~ G0=ECXYf#<(MD.{wD*5:]O Bg3:$ߦū9i(&Z5vVoə\1[R0ArAu>V5{Osp AnYݠ6 < Ȍ$)?,u {37ꏢ7,࣐}#BG:@~@QoVk>y@b)R?覀PzO&LOf/Jc43x 'e4aAJSauPAV,WkK4aǘ=aVO)$/+G]v*;VoTmW{3uQ)?ɶo=gl_MI.dbbm#22-wv$]+{e<6ͷ3]ꤿ(uk`ݢD7j1*TZq0Tb[I661qqv>ґg8P` N0V.ܽ'o]oQ$ה Pjdվ*$jE)N&TMq%7T,b^6˼C˧F.VM 5H# QkD]*Es![HgoZ376yN~~8Iz[8ŜF@C'`(cC8cu[0:"E"W%JӦov+ J)rhYZrB=;B *U5E`9wخ; N2uޞ uqDQA g^Ur 䭩j_ 'Z{@UoP rAΚPSn{$öO 9oݓ-I"mf"/C0RYq9dD#EZjPf (mښ$){7A̛Ҏm%6"dQJ-bT2 kEͣӐv5$<#MrRe5Η 8xc4dp*dFaߓYDudк X&x<@/LkEYWYM)l[B>m2vƉb( )f9ٹBB"n%vbx9.cs]CvyS$0t#r\ÓȲF<IJwd+cliG#|2'E?k+Nu6_PW5MB' h`i~Y!;XRG>SK="^@m9~@RN4[EDvrf(|my(k8(gWX٨ɫ dmGCBTZ[QIud!ᓤubn澴%)`v:Ee4jqz=ds VOo<O#ĵ2"_Rb_.xO[ֿ3^]h"N{~EKr8T1G.T$eN"ڹne- X&w,.[l}%T2Ie%m L,ig_PHqp,VE\6ȖITҶuBT)g"1*`!1Kyެ/J1t@U8mDiSش??*G9~Jd 6ub\qJ^ bdh;C5CGcMR8TQǮ?ΛLub1 ٬F/ł E"A]bGx+f p[ħD3/0'!\Ӿ쎵/{6}ojHѻsX&C$4v]4d9ߗ$-F"+݇%.*!M}JF;  z:7S`ˮ܀w6Yl~3zx\m**62#2XX}eZ u[e\S`,S^u&{ fSЄoh%'DžQ'>.ʵh"Z)+Wm. C CkvIi_نIJ%Q$pG놔΋MEN2iq]ԙ_>oQVi>g?F= !H\wEOuo ڥ.5u% LgsE7&XQ*_&₳ t_diYnNN\%NA2X`YeS@PVi+ؖ{#:{.,Q8k׫w:pl6R}!k.ƍ#, K4G"f_ ?fw"[c塃_*\'ͳv>{v]G nOz1G?S9XwMߔa0OcFM#{,SJd8xϔO߇->.ȥU&7hWJc%W z CiѢ™pQ+`8Z*"8#RNl0b-ߜT Qs YJʰ+}15Rb:vKLs>ݔ[g"LY!%o:V=4w叅lz2NhN1/ UMX%^Hwpa|z)R~˾le&I%Sk6כ9$nqCvYK.7K^bz ĉ Lsm;q!ętTl|7XK/xjɋ ~n:S D!#abR^[3[F51ԧm3 |gS(oDhV F=i&B> E0I3M. Lhr/Ae'?^vL0%JuBm%c/4" lbȅ:{c11- "g>l|`gb"vDx9ܽ {a}w. Ɗ޿[, ?ȭfIr Ѱf)Qb?@-(xĨWtuRu1孜}d۳o"U1;/^L6nJ4Y~wٳ!k"7\4﫳;GxA42w 'nE.GZBJV/TmDP"]r$Qs9)rt W#}_٬Ur)S]I꣡XYtb /s-P].-4]*%Z*GGꖎƇw4X;䌯bgG`c.\4 pp*9Gr TV/ Dۙm^W^J;OÓ/S[z^]1龀6FZj>BәSXjAD6IƬ<}4W͏ѩ[ѾWo8@樧\Tu\#fLAE0jEYXAh|Z_\ژ][?NDjgܳ HBeMf-u#NG-//+9׉. {>5@O!>I{XPP64_,$00Ya.ފaɆ Du@~MM~Ů+6oyZ4[{+˻Eg1#Ѻj<'K+=6Ix?(3XLw4$ CEqwYG8 0=Ibyeq.+dUìa/ 1Jz;EPi o/wqc 7S5' 6Z %v}w ~P9a檱jRV5kIr43)IvϤ(dS/RY<=;QSg ii#ܛI߄}3PB0ʲZӋNf9j<TvX|ty#̎}"f^RFjoe)N;͊$9)Z (\G RP46E0XmbYiѶtZ4N^NHwIceHa/5 R*e8 ?.A߄b̚mmP{l}EJ91q&2Wa0faNo/1#nx&3 4u$#ᛃ@8~H`,>s9/uiWa"$d IMޝYcߵԍQ.]RlwMLa=LQ:ԪwBu`@ݤ52P`0@D,L<sJ{l<|Ad!"wW}40ey`SjLGnENX o BTv 0y(^S7ME.OPk:{ L'Nu5}70؂9"kxCۏ·%l88ŧ QE,]hŤ bF qZ_# g'!z޲c,#am =3H7Z$ն!R$/:;W+-~_Z]&ŹEn!npxA<ׯdNQnPO.Fy)AB9W}7;{l{{NW_WhC!rzҫ8"v|9rC:b-̺֜\j]\((@/SאF&Do-#T顳(z]v o{:3ۼe^X |.=BY˞ʀA*F4 ;}׵\ 4ۻ&uZXߒtN3{`5L\Ք"iI`mCa[h# x3[J ~!-SH +ل-PA,L"ƅ- jLM $ rیnL /7"/^$2t M3A%:_A ڈ?tr!y[Ysy~j!5ʲN DȌQr鳁2 &\ -)Z|:q[H7,U 0 N"#K*ŦY/B;RufKrM%Uґij}>:销seWHw`GINC3M 2#jYHh P1`-f<1CcZ;6P`#G^֗Uu'|6,yG *UFzgVRyÃܜw1J9Yֵl${oDpC%Ad& o^XIMg.bЛ!*J$CVWfΙ5W# )̲y 8Hy:K1Nc[r1Z^Emh c`iY''h[k&t7qZpU:2fP<m~YbV̫ݿݶqWp-#8/u~ ָ 9S>g.WgHwbTe>Wi䵷5b=c*YaU.ևCTGe-8!%q})=w e8:b9јPp ;`;P8Ti  {Su~#0))=NH]0W.nSwJ{Õd9OOv!ٵVr 0Hkwa /oFtjg%kLr3 zy(SǏ ogA2z# nm04,n[ PoIͻ0U |4BP=CJ%U_]:u2؞b+[e\k pr`:m5{~/1VfKŎxƣ6pye8nrv j쓖vW9dnYg.y7TŤ|dr|ØPXdz3p_u²ka@$RBZNart'"#Rp,Me(KYT_Ob_~APR ~2f%w5S^WRݫ~~6F/ k|VJ*HwlqfS)T-=Hc,[>Hؼ`P4W+sހ|ɝd/b?Y_P4lf[I\܅+jrլKPk'aɚN_q7?Ru:q͚[Ϡ73e@f_>kŭUVG! AViЛ\i ]OY'֥t9Bԑ{OApG]#pPiDnQ7)ʅOVX߾#Fl$ςVtz$"Dip=㺹P :HCGKk%d!aUf\]Baʴ 79N4=uh@PdH%wa"]m]llڙLb9X!CZ`v@8ͷ^D nc :d"Q:qm$jYi xvWn!t*n;?$hF&lJֳ(¿F:#S,VdlHD;NZ ^J[B'Ծ4#KUA.1B '1Vűz%iBowtj+i''%9467P Z3Q{Gm|(3D)E6燩RA BFIp 3{4,|9+n(Sa:0:KUpb$$ uנGsrt*GU]E쨚?̺68u Y+K&8SE#R5['V^i jc_zb$^bCO#U$3 pg5f^ى䰜idBz 'f@߸ \5p6<46 vBI֖%0ڗDHXB*g~_)M4ԠLjT*b\5eYD%L EJ$ Jraeʔ1no}s=ޣw.npSVʮpzfRmSݗ#_$ƊiONөl+Rھ.(^ؐe7*Lyl|*L^|Y N 0ڶ%zT#['!ݓpi  ;ūHLIl=jҏ wwrjy6w-$c3 8$c&}2Yf&; #n! :9;w"! _iD+{ E/Y8jV=6rp'Ð<'#X?af tLc, IV)T $k{aQD(&e)!]~{  @*G3da# WHݍp^ۃRQ:cîACUk[GB1,"[5]I QIx6on8Ms6ym~1СK= [zO+,G蔩WE㛣jfY,*CjY?v*o4"6DS{'0\8|2t }ub{` >TaX$ أHYwZF(%o֨t/;mEҭ~Bf&-a `ziL蠶RIxg1+; #ܿ|Bg,xI9"WLTkG۱OJ%pi.+S4eiz- ›Xh%fG- 6r mdZgrDU[RD80W@Q01;֣{6[sIgBd<Ũ8 (PBpc39'pYkyڹփKa@@"U d<p;U{="3@_{怒D v)H:?L_}xb ΂Q k6 \79 W"}ՃZK0u%kbM㕌 { 0;^;|lXG9D+o niE4wd`!( .Dd<tt˫J6}EKv9QGlBޮ S\N(#L_{Omf4>7Se$$m?zI>>C ru;ڰFޤh Ͻ*.QVă9/y1*:3Dka^}V-0OKJUg3ptOE .eH>!$E~Y]qvc?FȲdIB[M,[BӘuS|jI -B> 1>Owt#mW5F}P:˸3αwC\<&PO/Qr..FS|lv=j"eʽևxG<-uL!y!g]qdS45f,,SWqT>.v0s率".1tIo?QӸ1G~ T%qNJh t3[P+ kDsM7?MWe8n%|r,Z[瘲O4{s|irC>1'ngQ"do)˧n{܎ʶpp|Bъ0 uy}AM3?cAۊ7Wm: ʳs "Sw5ѩ>_j⩣Z_kr"omgL"ɥLB,>Mz$5{f-oK{m:m{_[S7S1P@_ꉥJ`gsw`jALJCDrM`!D뢬lGuwT{ H+Zk<x6!9(_'Z*fV &?w5,Xj~d,j`|BO\h'7ocz NEY $8 lNZ dY隚 U8,rdB55s=`Q/gHjOā Mʵ Xa&&S!񋓿FX\B]qc_>Yn}mٓR!/@>,]bw!(2#;ݐ!WiҶ0K2mR@AW'Ωt6-IsoJ{DϬjWo_j=mIsgt{?d"F-q\pZDބʭII^\g!dbsSi~@#I0OFTU=̜ydFQ0d0r7u9y>+) 99>-4i!vzZ86oS\vU3Xef8_r S` 9@7"zbZ/An+;9gcԎa}Ԣ{ItgaD{!>O6Q{}f:'S/SFMTYa+ʾ֮l2b ORu;N[ߤG7. %czC 6f ̱:ͼW21?Z@Nb1|50FKsQ~>.YTVy j9l4*6̎&Y-fi@{-WrV"VvޯS5 =yDVswOXhdݖQH.o(9raS/\Z`*g;Ob`u R j)z8{1KiRUnt OJ~pU-5GgNzNVt@ JBRaq.Pp%= a}"X)<?\P 4!p퐎 *J/rƒvSь7Q a. xǂեv% ;pyި^aQ,ҩlx|vmv!Bl;Y kjl\knk#_Dĭ< 2DߥTMbJE?_Uz))[a4P>_v2*o}K|0h ͎߿-^msIkASYE6FjE AV`F%";0~0|s?k0 S;^ Ki~F|dSt#(B"^5M-p9NMQuLSܝ斏KIEw!<N"vŀHf3E\L5Dz-I0Dv+W_#;y;qP jt)lL9׳ owO9eriX*K.7ߟU3xWԦEtLgqM@5IzP"oXkSgz+-W.L+X&kS]G19)z]vOi+<(ME8rdJ'gPJωE̩#3Qh)0vyXkRV$:wf]f3Jk}Bm&nӰB*G*ndӈO}eokyN8,6*HqM)AC8PHuJT./k+Ǎ͡ F>?WOt)S~u}$ātD - c^^Яh\<,8y؆0wRoN߫&#oCX .ecim )R4RDޱi NSq+U,DU O(L\e*[$o`R\Aiz0[^m {鴛$N5/g^f=۸z@dJ2- K0q֟/sV֍TD\|Z8^Ev,mX(Ng;m*wѓ57r6h+-9h~s_ΦoltXi>#A񶐊x n6f)F=:؈A 4=ac2R^zg&T>ky 87PL#ȣ֣DYqԓfSFmQFkӤ(6ɮ(UvjodvA؎UɳӨ@*/NOq$CF(qǦ禶@.g}Y_e3Cie͠ph aߟ{ymXGtiU]xCXpMzwLҜՅn1g DcpΎ>M= Pc/ؽ \č~~Z6e:,vK..@`Fd^ޮe'y. /2ricS6>&^}Sg|9ɚi,z.e-{Ey1ʁ^ >(cF_XH R1dk?/0p%\ Nѭg계{ߣAݍG"_r UzNh@jDH>wK ٯΔYd>A ^ԎPw" l+hAL@##6`,=W'd* ;}!"@ي,l)^C]HJg|a`Zt_q \WWgGmx!cPVZaԈQcByD~ yOu k&aG3"-ɚm]^pQ([cು ՗x`m=&i XBUPǞC6!z]oaű/eiN]̓ zբ^1j[+3 > 8n* Ÿ .+Hͱܑ\|~z1' 5(o4;5)LJ,,0?03{9hW2.Cn:ZЄgSe ΁ȕlk sڏz>[aEGdӫ$+,kIg:qKOH_WlV[ Q$!M' 9s)OG!98c[wh⒁(.uqR*)2PɔV7XcTfO~1Ĕ=#G3_;:n, h3w'z"FԿInz,,Vd'a[#|72v,]hvQFy`_rnU&N׻`u0m-c*NCx\dh$SP$ey\$''Lύ}^6 }|s=^I23q'-2~ ?P>Y/a4Hwzc%vlQb+ P٘Eu2n5oF=1QV$6 \U9(;0y : ?Ζz~[l!a6Ifx w@~â7Ys5)(0N/F}i$1/*}x܉Nl;,W:jEVUeVم/J v*:8A̎vbf8I3ɵBQSU22=$ʎL39+ȧY:8ɫa۝]m<+'?~ HaPBaKܜ. '(. v75!NJs=6piE6]F+Liܕ ʫ%TϔMi*Qd Wf9SM#uVo:Bi,?Ii~*KA?ZU*odRV|@fU=L!{BS+'a㞦OF'ٞh&a]<{TGnpg]ԯίt-{}&oo *QR ЯK` #kl|.P3{3D$}PޙqB4ʨ\vXY=,WOs +i 'Z(ߌIԜPPF*-*buO bwkndH^֐VNyȕm^5].}cIߩ Ȇ&gJ Yg%toWkJ7Z;/gUȗ2@tLB9sApHn؛nTrL+ CկizOr-\ȁf>\?rb-qt30聆1WKM\T#9(‚TH4Vdv}@ToJ>7.ǽ!#S+.6h'["좨@(rQŋIl3tsRHٞOP)U19`h*o=ÄjAccm~"/x S߄)~&h X@/Sc> ݦ`V5_j'F2FkL$B5`[2lp=A-Dlr&pbNr0`~Ъ3z6^g-^,.g|YٛEـ6B]{gN;K˂{X9bǜ^.WHič̄ ]|~L4D@~sT:z&Whl~鵓}/B;&t~yH"ň?i0Qڰ#+e[M5>c5-]n;5M{qq=4f:KC: ^J;to17>d!'}oxA57ܫTi,jU=p F \ebuk%72I4vuvk e*[C龝"ɸN@ب 6L6x  쐡tm`W^*cYN^H!66^[8)w.trr5{F WuYV7~SQi> W۞- ¤~בy۩vQ\*qUKDr LJgK6~)deom^FX6nq{;l:4x\﮺4*2jg՜`2,3lnM_p[^y=4 xO-˛0f˾ÕQLDKY)!Y>jq %VW wl Ók*(b"a;=evx!Tb}*ԣq@v4W}Vl>0?QWрwǛn\B2c6b.S] A˅6ˆ ep ruߍ eᏃ a#ͭH!>\kdxmwG"">;r%Fs۲M7m Bر12z-J^$]U=l`|:iΓj&UfT vi."\D rH%Ec̀|\RU쾜YزInJXhp"d Zґ~չIٛޟ4-ض]rzK49W40j.$ZRV0±߼-3"+aU?b?"@p!uRʹ"K.1Պ13"RC)EV{# JlzKi"Oek2CϳuT:lҌ6M81ݏ^mzi)bZ*8_a>Ha$3H <" W[pX $gAO>;4Xǐ5 GO?.wB7ѾFnܩ˂LA3@gz嶪 n?q!V1v9I~v]cllyTGf! ofn|^ߵ&lNo!RWe $*ƻ{&YG: ^d͢l8LDZmYh)7U1/̯ؾA=ɱܘ[[M9Խ}^1{\*{z<)k:s=Jjc<;}c[Te gu^څ9Pɢ$Di^0?}iȩA9l2A6biTHS:wQ(yX ;E.%5yҸoېfZl5ף _#ՐM K2`,yOUOؠ߆$:M.Q"u,;tzVTXbIYtw䇈͸tB(-:(OKwow{nMd<@~ o d`pJ($-Yf*^FjI7eQgi y}5 `R횄[CGmkky8@s8 k'h BqC>瘔$[xP!ǹ2"DA۵k8ܒQˍA", Rn2ޟDrn 1{LwpK]=Y@ gE-JL{@ZH L||\>,57c%_럳Hca1`>SwāzFP @l"ЦδX͛f~6%if9ӏXl (|: 0z6}#!"j\7?юIRޛXZHBcNur]޴7BCAzoE}j! Cu# Zbu@cfi>g0ÒJ20LE<NʠQUA!KX:<o M#O{ 5|]XPV~rTL]nA'j[rYv YZ