postfix-bdb-3.5.9-150300.5.15.1<>,,eh~p9|cQ?d " F =TZ`M^  P ! # & R TW\`@`hc d6e6j6jhjtj(j7j8k}9m}:v}=g>g?g@gCgFgGhHkLInXod Yo \o]s ^|b~c5defluv8wx(yl~zdtxCpostfix-bdb3.5.9150300.5.15.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supporteh~s390zl329SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxs390x 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 postfix.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 VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi # --------------------------------------------------------------------------- #!/bin/bash tail -n 5 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## g maildrop 59 - - g postfix 51 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured echo "Executing upgrade-configuration." /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ 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 || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in postfix.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 /usr/sbin/postqueue fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postdrop fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/postfix/sasl_passwd fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/sendmail fi PNAME=postfix-bdb 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 PNAME=mail SUBPNAME=-postfix-bdb 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 /sbin/ldconfig 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 postfix || : ( 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 postfix ) || : fi 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 postfix.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 postfix.service ) || : fi # --------------------------------------------------------------------------- test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/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 postfix.service ) || : fi fi /sbin/ldconfig # --------------------------------------------------------------------------- ~g}]Rw) 3'\{{Ax1tSv*nI$H%4|61H@٘9'8@'HHi(PP8@@H@Ypt*nI(@$HHH@8@h@8@8iM(@Y(@H@@ y.1 GX^R3xYWH(8H`8@'7(WyPX@hHxph&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 1>&2 /usr/bin/chkstat -n --warn --system -e /etc/postfix/sasl_passwd 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/sendmail 1>&2e(e;dܺ@a^@a'@``H`B@`3@`U`__@_@_@__j___L@_D@_?@_/@_p@_A@^^^b^'@^>@^=@^ku^=Q@^:@^8 @]e@]@]b@]m]M`@]:@]9]4S]]^@]@\@\\\@\~d\}@\zp@\y\\\LK\I[[=@[ͻ[[[[ZZUZZkZ@Z)-@Z@ZY@Y@YMY@Y@YY@YyYC@XQ@Xh@XX@XO@XO@X7@XM@Xv@Xk@X9y@X)@X lW1@W WPWJWDB@WDB@WVVVV@VhVU5@U@U@UUlI@UXU6;U3Tء@TOT@TTT@To)@TeTN3TD@varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- config.postfix not updatet after lmdb switch (bsc#1190945) Adapt config.postfix- postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- (bsc#1183305) - config.postfix uses db as suffix for postmaps Depending on DEF_DB_TYPE uses lmdb or db- (bsc#1182833) - /usr/share/fillup-templates/sysconfig.postfix still refers to /etc/services Use getent to detect if smtps is already defined.- (bsc#1180473) [Build 20201230] postfix has invalid default config (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt - postfix broken: "queue file write error" and "error: unsupported dictionary type: hash" Export DEF_DB_TYPE before starting the perl script.- bsc#1180473 - [Build 20201230] postfix has invalid default config Fixing config.postfix and sysconfig.postfix- Update to 3.5.9 * improves the reporting of DNSSEC problems that may affect DANE security- Only do the conversion from the hash/btree databases to lmdb when the default database type changes from hash to lmdb and do not stop and start the service (the old compiled databases can live together with the new ones) - convert-bdb-to-lmdb.sh - Clean up the specfile * Remove < 1330 conditional builds * Use generated postfix-files instead of the obsolete one from postfix-SUSE.tar.gz * Use dynamicmaps.cf.d instead of modifying dynamicmaps.cf upon (de)installation of optional mysql, pgsql and ldap subpackages * Use default location for post-install, postfix-tls-script, postfix-wrapper and postmulti-script- Set lmdb to be the default db. - Convert btree tables to lmdb too. Stop postfix before converting from bdb to lmdb - This package is without bdb support. That's why convert must be done without any suse release condition. o remove patch postfix-no-btree.patch o add set-default-db-type.patch- Set database type for address_verify_map and postscreen_cache_map to lmdb (btree requires Berkeley DB) o add postfix-no-btree.patch- Set default database type to lmdb and fix update_postmaps script- Use variable substition instead of sed to remove .db suffix and substitute hash: for lmdb: in /etc/postfix/master.cf as well. Check before substitution if there is something to do (to keep rpmcheck happy).- bsc#1176650 L3: What is regularly triggering the "fillup" command and changing modify-time of /etc/sysconfig/postfix? o Remove miss placed fillup_only call from %verifyscript- Remove Berkeley DB dependency (JIRA#SLE-12191) The pacakges postfix is build without Berkely DB support. lmdb will be used instead of BDB. The pacakges postfix-bdb is build with Berkely DB support. o add patch for main.cf for postfix-bdb package postfix-bdb-main.cf.patch- Update to 3.5.8 * The Postfix SMTP client inserted into message headers longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. * The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: look table is used, but it could result in stale data with other lookup tables. * After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. * Memory leak: the static: maps did not free their casefolding buffer. * With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. * The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'. * The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).- Update to 3.5.7 * Fixed random certificate verification failures with "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using the wrong global TLS context for connections that use DANE or non-DANE trust anchors.- Move ldap into an own sub-package like all other databases - Move manual pages to correct sub-package- Use sysusers.d to create system accounts - Remove wrong %config for systemd directory content- Use the correct signature file for source verification - Rename postfix-3.5.6.tar.gz.sig to postfix-3.5.6.tar.gz.asc (to prevent confusion, as the signature file from upstream with .sig extension is incompatible with the build service)- Update to 3.5.6 with following fixes: * Workaround for unexpected TLS interoperability problems when Postfix runs on OS distributions with system-wide OpenSSL configurations. * Memory leaks in the Postfix TLS library, the largest one involving multiple kBytes per peer certificate.- Add source verification (add postfix.keyring)- Use systemd_ordering instead of systemd_require. - Move /etc/postfix/system to /usr/lib/postfix/systemd [bsc#1173688] - Drop /var/adm/SuSEconfig from %post, it does nothing. - Rename postfix-SuSE to postfix-SUSE - Delete postfix-SUSE/README.SuSE, company name spelled wrong, completly outdated and not used. - Delete postfix-SUSE/SPAMASSASSIN+POSTFIX.SuSE, company name spelled wrong, outdated and not used. - sysconfig.mail-postfix: Fix description of MAIL_CREATE_CONFIG, SuSEconfig is gone since ages. - update_chroot.systemd: Remove advice to run SuSEconfig. - Remove rc.postfix, not used, outdated. - mkpostfixcert: Remove advice to run SuSEconfig.- Update to 3.5.4: * The connection_reuse attribute in smtp_tls_policy_maps always resulted in an "invalid attribute name" error. * SMTP over TLS connection reuse always failed for Postfix SMTP client configurations that specify explicit trust anchors (remote SMTP server certificates or public keys). * The Postfix SMTP client's DANE implementation would always send an SNI option with the name in a destination's MX record, even if the MX record pointed to a CNAME record. MX records that point to CNAME records are not conformant with RFC5321, and so are rare. Based on the DANE survey of ~2 million hosts it was found that with the corrected SMTP client behavior, sending SNI with the CNAME-expanded name, the SMTP server would not send a different certificate. This fix should therefore be safe.- Update to 3.5.3: * TLS handshake failure in the Postfix SMTP server during SNI processing, after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. * The command "postfix tls deploy-server-cert" did not handle a missing optional argument. This bug was introduced in Postfix 3.1.- Update to 3.5.2: * A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. This bug was introduced with Postfix 2.2. * The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8. * The Postfix build now disables DANE support on Linux systems with libc-musl such as Alpine, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation. * Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call. * Minor code changes to silence a compiler that special-cases string literals. * Segfault (null pointer) in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS. * The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m).- boo#1106004 fix incorrect locations for files in postfix-files- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured lookups and DANE mail transport work again - Update to 3.5.1: * Support for the haproxy v2 protocol. The Postfix implementation supports TCP over IPv4 and IPv6, as well as non-proxied connections; the latter are typically used for heartbeat tests. * Support to force-expire email messages. This introduces new postsuper(1) command-line options to request expiration, and additional information in mailq(1) or postqueue(1) output. * The Postfix SMTP and LMTP client support a list of nexthop destinations separated by comma or whitespace. These destinations will be tried in the specified order. * Incompatible changes: * Logging: Postfix daemon processes now log the from= and to= addresses in external (quoted) form in non-debug logging (info, warning, etc.). This means that when an address localpart contains spaces or other special characters, the localpart will be quoted, for example: from=<"name with spaces"@example.com> Specify "info_log_address_format = internal" for backwards compatibility. * Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address.- Update to 3.4.10: * Bug (introduced: Postfix 2.3): Postfix Milter client state was not properly reset after one Milter in a multi-Milter configuration failed during MAIL FROM, resulting in a Postfix Milter client panic during the next MAIL FROM command in the same SMTP session.- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services- bsc#1160413 postfix fails with -fno-common- Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.- Update to 3.4.8: * Fix for an Exim interoperability problem when postscreen after-220 checks are enabled. Bug introduced in Postfix 3.4: the code that detected "PIPELINING after BDAT" looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has been fixed to stop sending BDAT commands when postscreen rejects all RCPT commands. * Usability bug, introduced in Postfix 3.4: the parser for key/certificate chain files rejected inputs that contain an EC PARAMETERS object. While this is technically correct (the documentation says what types are allowed) this is surprising behavior because the legacy cert/key parameters will accept such inputs. For now, the parser skips object types that it does not know about for usability, and logs a warning because ignoring inputs is not kosher. * Bug introduced in Postfix 2.8: don't gratuitously enable all after-220 tests when only one such test is enabled. This made selective tests impossible with 'good' clients. This will be fixed in older Postfix versions at some later time.- Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705.- Update to 3.4.7: * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS connection reuse. * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an error result value, causing logfile noise. * Configuration: the new 'TLS fast shutdown' parameter name was implemented incorrectly. The documentation said "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". This was fixed by changing the code, because no-one is expected to override the default. * Performance: workaround for poor TCP loopback performance on LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix chooses a VSTREAM buffer size that is a small multiple of the reported bogus MSS. This workaround increases the multiplier from 2x to 4x. * Robustness: the Postfix Dovecot client could segfault (null pointer read) or cause an SMTP server assertion to fail when talking to a fake Dovecot server. The Postfix Dovecot client now logs a proper error instead.- bsc#1120757 L3: File Permissions->Paranoid can cause a system hang Break loop if postfix has no permission in spool directory. - add postfix-avoid-infinit-loop-if-no-permission.patch- fix for boo#1144946 mydestination - missing default localhost * update config.postfix- bsc#1142881 - mkpostfixcert from Postfix still uses md- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- update example POSTFIX_BASIC_SPAM_PREVENTION: permit_mynetworks for * POSTFIX_SMTPD_HELO_RESTRICTIONS * POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - fix for: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' * update config.postfix * update update_chroot.systemd- Update to 3.4.6: * Workaround for implementations that hang Postfix while shutting down a TLS session, until Postfix times out. With "tls_fast_shutdown_enable = yes" (the default), Postfix no longer waits for the TLS peer to respond to a TLS 'close' request. This is recommended with TLSv1.0 and later. * Fixed a too-strict censoring filter that broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. * The code to reset Postfix SMTP server command counts was not called after a HaProxy handshake failure, causing stale numbers to be reported. Problem report by Joseph Ward. * postconf(5) documentation: tlsext_padding is not a tls_ssl_options feature. * smtp(8) documentation: updated the BUGS section text about Postfix support to reuse open TLS connections. * Portability: added "#undef sun" to util/unix_dgram_connect.c.- Ensure that postfix is member of all groups as before.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Drop the omc config fate#301838: * it is obsolete since SLE11- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- Update to 3.4.5: Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.- Update to 3.4.4 o Incompatible changes - The Postfix SMTP server announces CHUNKING (BDAT command) by default. In the unlikely case that this breaks some important remote SMTP client, disable the feature as follows: /etc/postfix/main.cf: [#] The logging alternative: smtpd_discard_ehlo_keywords = chunking [#] The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent_discard - This introduces a new master.cf service 'postlog' with type 'unix-dgram' that is used by the new postlogd(8) daemon. Before backing out to an older Postfix version, edit the master.cf file and remove the postlog entry. - Postfix 3.4 drops support for OpenSSL 1.0.1 - To avoid performance loss under load, the tlsproxy(8) daemon now requires a zero process limit in master.cf (this setting is provided with the default master.cf file). By default, a tlsproxy(8) process will retire after several hours. - To set the tlsproxy process limit to zero: postconf -F tlsproxy/unix/process_limit=0 postfix reload o Major changes - Postfix SMTP server support for RFC 3030 CHUNKING (the BDAT command) without BINARYMIME, in both smtpd(8) and postscreen(8). This has no effect on Milters, smtpd_mumble_restrictions, and smtpd_proxy_filter. See BDAT_README for more. - Support for logging to file or stdout, instead of using syslog. - Logging to file solves a usability problem for MacOS, and eliminates multiple problems with systemd-based systems. - Logging to stdout is useful when Postfix runs in a container, as it eliminates a syslogd dependency. - Better handling of undocumented(!) Linux behavior whether or not signals are delivered to a PID=1 process. - Support for (key, list of filenames) in map source text. Currently, this feature is used only by tls_server_sni_maps. - Automatic retirement: dnsblog(8) and tlsproxy(8) process will now voluntarily retire after after max_idle*max_use, or some sane limit if either limit is disabled. Without this, a process could stay busy for days or more. - Postfix SMTP client support for multiple deliveries per TLS-encrypted connection. This is primarily to improve mail delivery performance for destinations that throttle clients when they don't combine deliveries. This feature is enabled with "smtp_tls_connection_reuse=yes" in main.cf, or with "tls_connection_reuse=yes" in smtp_tls_policy_maps. It supports all Postfix TLS security levels including dane and dane-only. - SNI support in the Postfix SMTP server, the Postfix SMTP client, and in the tlsproxy(8) daemon (both server and client roles). See the postconf(5) documentation for the new tls_server_sni_maps and smtp_tls_servername parameters. - Support for files that contain multiple (key, certificate, trust chain) instances. This was required to implement server-side SNI table lookups, but it also eliminates the need for separate cert/key files for RSA, DSA, Elliptic Curve, and so on. - Support for smtpd_reject_footer_maps (as well as the postscreen variant postscreen_reject_footer_maps) for more informative reject messages. This is indexed with the Postfix SMTP server response text, and overrides the footer specified with smtpd_reject_footer. One will want to use a pcre: or regexp: map with this. o Bugfixes - Andreas Schulze discovered that reject_multi_recipient_bounce was producing false rejects with BDAT commands. This problem already existed with Postfix 2.2 smtpd_end_of_data_restrictons. Postfix 3.4.4 fixes both.- postfix-linux45.patch: support also newer kernels -- pretend we are still at kernel 3. Note that there are no conditionals for LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the code which caused build failures.- skip set -x and fix version update changes entry- Update to 3.3.3 * When the master daemon runs with PID=1 (init mode), it will now reap child processes from non-Postfix code running in the same container, instead of terminating with a panic. * Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. * Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c.- PostrgeSQL's pg_config is meant for linking server extensions, use libpq's pkg-config instead, if available. This is needed to fix build with PostgreSQL 11.- rework config.postfix * disable commenting of smtpd_sasl_path/smtpd_sasl_type no need to comment, cause it is set to default anyway and 'uncommenting' would place it at end of file then which is not wanted- rework postfix-main.cf.patch * disable virtual_alias_domains cause (default: $virtual_alias_maps) - rework config.postfix * disable PCONF of virtual_alias_domains virtual_alias_maps will be set anyway to the correct value * extend virtual_alias_maps with - mysql_virtual_alias_domain_maps.cf - mysql_virtual_alias_domain_catchall_maps.cf - rework postfix-mysql, added * mysql_virtual_alias_domain_maps.cf * mysql_virtual_alias_domain_catchall_maps.cf needed for reject_unverified_recipient- binary hardening: link with full RELRO- Update to 3.3.2 * Support for OpenSSL 1.1.1 and TLSv1.3. * Bugfixes: - smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because some lookup table was using "EHLO_MASK_SMTPUTF8" instead. - minor memory leak in DANE support when minting issuer certs. - The Postfix build did not abort if the m4 command was not installed, resulting in a broken postconf command.- add POSTFIX_RELAY_DOMAINS * more flexibility to add to relay_domains without breaking config.postfix * rework restriction examples in sysconf.postfix based on postfix-buch.com (2. edtion by Hildebrandt, Koetter) - disable weak cipher: RC4 after check with https://ssl-tools.net/mailservers- update config.postfix * don't reject mail from authenticated users even if reject_unknown_client_hostname would match, add permit_sasl_authenticated to all restrictions requires smtpd_delay_reject = yes - update postfix-main.cf.patch * recover removed setting smtpd_sasl_path and smtpd_sasl_type, set to default value config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be - rebase patches * fix-postfix-script.patch * postfix-vda-v14-3.0.3.patch * postfix-linux45.patch * postfix-master.cf.patch * pointer_to_literals.patch * postfix-no-md5.patch- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings o add m4 as buildrequires, as proposed.- Add zlib-devel as buildrequires, previously included from openssl-devel- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- Update to 3.3.1 * Postfix did not support running as a PID=1 process, which complicated Postfix deployment in containers. The "postfix start-fg" command will now run the Postfix master daemon as a PID=1 process if possible. Thanks for inputs from Andreas Schulze, Eray Aslan, and Viktor Dukhovni. * Segfault in the postconf(1) command after it could not open a Postfix database configuration file due to a file permission error (dereferencing a null pointer). Reported by Andreas Hasenack, fixed by Viktor Dukhovni. * The luser_relay feature became a black hole, when the luser_relay parameter was set to a non-existent local address (i.e. mail disappeared silently). Reported by J?rgen Thomsen. * Missing error propagation in the tlsproxy(8) daemon could result in a segfault after TLS handshake error (dereferencing a 0xffff...ffff pointer). This daemon handles the TLS protocol when a non-whitelisted client sends a STARTTLS command to postscreen(8).- remove pre-requirements on sysvinit(network) and sysvinit(syslog). There seems to be no good reason for that other than blowing up the dependencies (bsc#1092408).- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix if the actual service is running. This prevents spurious and irrelevant error messages in system logs.- bsc#1082514 autoyast: postfix gets not set myhostname properly - set to localhost- Refresh spec-file via spec-cleaner and manual optinizations. * Add %license macro. * Set license to IPL-1.0 OR EPL-2.0. - Update to 3.3.0 * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES * Dual license: in addition to the historical IBM Public License 1.0, Postfix is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. * The postconf command now warns about unknown parameter names in a Postfix database configuration file. As with other unknown parameter names, these warnings can help to find typos early. * Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here"). * Milter support: applications can now send RET and ENVID parameters in SMFIR_CHGFROM (change envelope sender) requests. * Postfix-generated From: headers with 'full name' information are now formatted as "From: name
" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". * Interoperability: when Postfix IPv6 and IPv4 support are both enabled, the Postfix SMTP client will now relax MX preferences and attempt to schedule similar numbers of IPv4 and IPv6 addresses. This works around mail delivery problems when a destination announces lots of primary MX addresses on IPv6, but is reachable only over IPv4 (or vice versa). The new behavior is controlled with the smtp_balance_mx_inet_protocols parameter. * Compatibility safety net: with compatibility_level < 1, the Postfix SMTP server now warns for mail that would be blocked by the Postfix 2.10 smtpd_relay_restrictions feature, without blocking that mail. There still is a steady trickle of sites that upgrade from an earlier Postfix version.- bsc#1065411 Package postfix should require package system-user-nobody - bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth was configured- Fix usage of fillup_only:-y is not a valid option to this macro.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Don't mark postfix.service as config file, this is no config file. - Some of the Requires(pre) are needed for post-install and at runtime, fix the requires.- update to 3.2.4 * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS records associated with an intermediate CA certificate. Problem report and initial fix by Erwan Legrand. * Missing dynamicmaps support in the Postfix sendmail command. This broke authorized_submit_users settings that use a dynamically-loaded map type. Problem reported by Ulrich Zehl.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- fix build for SLE * nothing provides libnsl-devel * add bcond_with libnsl- bnc#1059512 L3: Postfix Problem To manage multiple Postfix instances on a single host requires that daemon_directory and shlib_directory is different to avoid use of the shared directories also as per-instance directories. For this reason daemon_directory was set to /usr/lib/postfix/bin/. shlib_directory stands /usr/lib/postfix/.- bnc#1016491 postfix raported to log "warning: group or other writable:" on each symlink in config. * Add fix-postfix-script.patch- update to 3.2.3 * Extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. * The postqueue command would abort with a panic message after it experienced an output write error while listing the mail queue. This change restores a write error check that was lost with the Postfix 3.2 rewrite of the vbuf_print formatter. * Restored sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2 rewrite of the vbuf_print formatter.- Add libnsl-devel build requires for glibc obsoleting libnsl- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- update to 3.2.2 * Security: Berkeley DB versions 2 and later try to read settings from a file DB_CONFIG in the current directory. This undocumented feature may introduce undisclosed vulnerabilities resulting in privilege escalation with Postfix set-gid programs (postdrop, postqueue) before they chdir to the Postfix queue directory, and with the postmap and postalias commands depending on whether the user's current directory is writable by other users. This fix does not change Postfix behavior for Berkeley DB versions < 3, but it does reduce postmap and postalias 'create' performance with Berkeley DB versions 3.0 .. 4.6. * The SMTP server receive_override_options were not restored at the end of an SMTP session, after the options were modified by an smtpd_milter_maps setting of "DISABLE". Milter support remained disabled for the life time of the smtpd process. * After the Postfix 3.2 address/domain table lookup overhaul, the check_sender_access and check_recipient_access features ignored a non-default parent_domain_matches_subdomains setting.- revert changes of postfix-main.cf.patch from rev=261 * config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be * keep vars enabled but empty- Some cleanups * Fix SUSE postfix-files to avoid chown errors (anyway this file seems to be obsolete) * Avoid installing shared libraries twice * Refresh patch postfix-linux45.patch- update postfix-master.cf.patch * recover lost (with 3.2.0 update) submission, smtps sections * merge with upstream update - update config.postfix * update master.cf generation for submission - rebase patches against 3.2.0 * pointer_to_literals.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch- Require system group mail - Use mail group name instead of GID- update to 3.2.0 - [Feature 20170128] Postfix 3.2 fixes the handling of address extensions with email addresses that contain spaces. For example, the virtual_alias_maps, canonical_maps, and smtp_generic_maps features now correctly propagate an address extension from "aa bb+ext"@example.com to "cc dd+ext"@other.example, instead of producing broken output. - [Feature 20161008] "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. - [Feature 20160330] The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. It's in the auxiliary/collate directory of the Postfix source tree. - [Feature 20160527] Postfix 3.2 cidr tables support if/endif and negation (by prepending ! to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. See the cidr_table(5) manpage for syntax details. - [Incompat 20160925] In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. - [Feature 20161217] Stored-procedure support for MySQL databases. Contributed by John Fawcett. See mysql_table(5) for instructions. - [Feature 20170128] The postmap command, and the inline: and texthash: maps now support spaces in left-hand field of the lookup table "source text". Use double quotes (") around a left-hand field that contains spaces, and use backslash (\) to protect embedded quotes in a left-hand field. There is no change in the processing of the right-hand field. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Feature 20161024] smtpd_milter_maps support for per-client Milter configuration that overrides smtpd_milters, and that has the same syntax. A lookup result of "DISABLE" turns off Milter support. See MILTER_README.html for details. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Incompat 20170129] The postqueue command no longer forces all message arrival times to be reported in UTC. To get the old behavior, set TZ=UTC in main.cf:import_environment (this override is not recommended, as it affects all Postfix utities and daemons). - [Incompat 20161227] For safety reasons, the sendmail -C option must specify an authorized directory: the default configuration directory, a directory that is listed in the default main.cf file with alternate_config_directories or multi_instance_directories, or the command must be invoked with root privileges (UID 0 and EUID 0). This mitigates a recurring problem with the PHP mail() function. - [Feature 20160625] The Postfix SMTP server now passes remote client and local server network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. - [Feature 20161103] Postfix 3.2 disables the 'transitional' compatibility between the IDNA2003 and IDNA2008 standards for internationalized domain names (domain names beyond the limits of US-ASCII). This change makes Postfix behavior consistent with contemporary web browsers. It affects the handling of some corner cases such as German sz and Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Specify "enable_idna2003_compatibility = yes" to restore historical behavior (but keep in mind that the rest of the world may not make that same choice). - [Feature 20160828] Fixes for deprecated OpenSSL 1.1.0 API features, so that Postfix will build without depending on backwards-compatibility support. [Incompat 20161204] Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility (Postfix now behaves as if "tls_dane_digest_agility = on"), and - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor (Postfix now behaves as if "tls_dane_trust_anchor_digest_enable = yes). - [Feature 20161217] Postfix 3.2 enables elliptic curve negotiation with OpenSSL >= 1.0.2. This changes the default smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter tls_eecdh_auto_curves with the names of curves that may be negotiated. The default tls_eecdh_auto_curves setting is determined at compile time, and depends on the Postfix and OpenSSL versions. At runtime, Postfix will skip curve names that aren't supported by the OpenSSL library. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - refresh postfix-master.cf.patch- make sure that system users can be created in %pre- Fix requires: - shadow is needed for postfix-mysql pre-install section - insserv is not needed if systemd is used- update postfix-mysql * update mysql_*.cf files * update postfix-mysql.sql (INNODB, utf8) - update postfix-main.cf.patch * uncomment smtpd_sasl_path, smtpd_sasl_type can be changed via POSTFIX_SMTP_AUTH_SERVICE=(cyrus,dovecot) * add option for smtp_tls_policy_maps (commented) - update postfix-master.cf.patch * fix indentation of submission, smtps options for correct enabling via config.postfix - update config.postfix * fix sync of CA certificates * fix master.cf generation for submission, smtps - rebase postfix-vda-v14-3.0.3.patch- FATE#322322 Update postfix to version 3.X Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong - postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) (bsc#940289)- update to 3.1.4 * The postscreen daemon did not merge the client test status information for concurrent sessions from the same IP address. * The Postfix SMTP server falsely rejected a sender address when validating a sender address with "smtpd_reject_unlisted_recipient = yes" or with "reject_unlisted_sender". Cause: the address validation code did not query sender_canonical_maps. * The virtual delivery agent did not detect failure to skip to the end of a mailbox file, so that mail would be delivered to the beginning of the file. This could happen when a mailbox file was already larger than the virtual mailbox size limit. * The postsuper logged an incorrect rename operation count after creating a missing directory. * The Postfix SMTP server falsely rejected mail when a sender-dependent "error" transport was configured. Cause: the SMTP server address validation code was not updated when the sender_dependent_default_transport_maps feature was introduced. * The Postfix SMTP server falsely rejected an SMTPUTF8 sender address, when "smtpd_delay_reject = no". * The "postfix tls deploy-server-cert" command used the wrong certificate and key file. This was caused by a cut-and-paste error in the postfix-tls-script file.- improve config.postfix * improve SASL stuff * add POSTFIX_SMTP_AUTH_SERVICE=(cyrus|dovecot)- improve config.postfix * improve with MySQL stuff- update vda patch to latest available * remove postfix-vda-v13-3.10.0.patch * add postfix-vda-v14-3.0.3.patch - rebase patches (and to be p0) * pointer_to_literals.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch - add /etc/postfix/ssl as default DIR for SSL stuff * cacerts -> ../../ssl/certs/ * certs/ - revert POSTFIX_SSL_PATH from '/etc/ssl' to '/etc/postfix/ssl' - improve config.postfix * revert smtpd_tls_CApath to POSTFIX_SSL_PATH/cacerts which is a symlink to /etc/ssl/certs Without reverting, 'gen_CA' would create files which would then be on the previous defined 'sslpath(/etc/ssl)/certs' (smtpd_tls_CApath) Cert reqs would be placed in 'sslpath(/etc/ssl)/certs/postfixreq.pem' which is not a good idea. * mkchroot: sync '/etc/postfix/ssl' to chroot * improve PCONF for smtp{,d}_tls_{cert,key}_file, adding/removing from main.cf, show warning if enabled and file is missing- update to 3.1.3: * The Postfix SMTP server did not reset a previous session's failed/total command counts before rejecting a client that exceeds request or concurrency rates. This resulted in incorrect failed/total command counts being logged at the end of the rejected session. * The unionmap multi-table interface did not propagate table lookup errors, resulting in false "user unknown" responses. * The documentation was updated with a workaround for false "not found" errors with MySQL map queries that contain UTF8-encoded text. The workaround is to specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.- update to 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.- postfix-post-install.patch: remove empty patch- fix Changelog cause of Factory decline- Fix typo in config.postfix- bnc#981097 config.postfix creates broken main.cf for tls client configuration - bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete - update to 3.1.1: - The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. - Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). - The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. - Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. smtp_transport_rate_delay = 20s - Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients. - A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE.- build with working support for SMTPUTF8- fix build on sle11 by pointing _libexecdir to /usr/lib all the time.- some distros did not pull pkgconfig indirectly. pull it directly.- fix building the dynamic maps: the old build had postgresql e.g. with missing symbols. - convert to AUXLIBS_* instead of plain AUXLIBS which is needed for proper dynamic maps. - reordered the CCARGS and AUXLIBS* lines to group by feature - use pkgconfig or *_config tools where possible - picked up signed char from fedora spec file - enable lmdb support: new BR lmdb-devel, new subpackage postfix-lmdb. - don't delete vmail user/groups- update to 3.1.0 - Since version 3.0 postfix supports dynamic loading of cdb:, ldap:, lmdb:, mysql:, pcre:, pgsql:, sdbm:, and sqlite: database clients. Thats why the patches dynamic_maps.patch and dynamic_maps_pie.patch could be removed. - Adapting all the patches to postfix 3.1.0 - remove obsolete patches * add_missed_library.patch * postfix-opensslconfig.patch - update vda patch * remove postfix-vda-v13-2.10.0.patch * add postfix-vda-v13-3.10.0.patch - The patch postfix-db6.diff is not more neccessary - Backwards-compatibility safety net. With NEW Postfix installs, you MUST install a main.cf file with the setting "compatibility_level = 2". See conf/main.cf for an example. With UPGRADES of existing Postfix systems, you MUST NOT change the main.cf compatibility_level setting, nor add this setting if it does not exist. Several Postfix default settings have changed with Postfix 3.0. To avoid massive frustration with existing Postfix installations, Postfix 3.0 comes with a safety net that forces Postfix to keep running with backwards-compatible main.cf and master.cf default settings. This safety net depends on the main.cf compatibility_level setting (default: 0). Details are in COMPATIBILITY_README. - Major changes - tls * [Feature 20160207] A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE. * As of the middle of 2015, all supported Postfix releases no longer nable "export" grade ciphers for opportunistic TLS, and no longer use the deprecated SSLv2 and SSLv3 protocols for mandatory or opportunistic TLS. * [Incompat 20150719] The default Diffie-Hellman non-export prime was updated from 1024 to 2048 bits, because SMTP clients are starting to reject TLS handshakes with primes smaller than 2048 bits. * [Feature 20160103] The Postfix SMTP client by default enables DANE policies when an MX host has a (DNSSEC) secure TLSA DNS record, even if the MX DNS record was obtained with insecure lookups. The existence of a secure TLSA record implies that the host wants to talk TLS and not plaintext. For details see the smtp_tls_dane_insecure_mx_policy configuration parameter. - Major changes - default settings [Incompat 20141009] The default settings have changed for relay_domains (new: empty, old: $mydestination) and mynetworks_style (new: host, old: subnet). However the backwards-compatibility safety net will prevent these changes from taking effect, giving the system administrator the option to make an old default setting permanent in main.cf or to adopt the new default setting, before turning off backwards compatibility. See COMPATIBILITY_README for details. [Incompat 20141001] A new backwards-compatibility safety net forces Postfix to run with backwards-compatible main.cf and master.cf default settings after an upgrade to a newer but incompatible Postfix version. See COMPATIBILITY_README for details. While the backwards-compatible default settings are in effect, Postfix logs what services or what email would be affected by the incompatible change. Based on this the administrator can make some backwards-compatibility settings permanent in main.cf or master.cf, before turning off backwards compatibility. - Major changes - address verification safety [Feature 20151227] The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. Tempfailing verify requests is not as bad as one might think. The Postfix verify cache proactively updates active addresses weeks before they expire. The address_verify_pending_request_limit affects only unknown addresses, and inactive addresses that have expired from the address verify cache (by default, after 31 days). - Major changes - json support [Feature 20151129] Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). The output is a stream of JSON objects, one per queue file. To simplify parsing, each JSON object is formatted as one text line followed by one newline character. See the postqueue(1) manpage for a detailed description of the output format. - Major changes - milter support [Feature 20150523] The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. For example, with "milter_macro_defaults = auth_type=TLS", the Postfix SMTP server will send an auth_type of "TLS" to a Milter, unless the remote client authenticates with SASL. This feature was originally implemented for a submission service that may authenticate clients with a TLS certificate, without having to make changes to the code that implements TLS support. - Major changes - output rate control [Feature 20150710] Destination-independent delivery rate delay Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. /etc/postfix/main.cf: smtp_transport_rate_delay = 20s For details, see the description of default_transport_rate_delay and transport_transport_rate_delay in the postconf(5) manpage. - Major changes - postscreen dnsbl [Feature 20150710] postscreen support for the TTL of DNSBL and DNSWL lookup results Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). This parameter specifies a minimum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents an excessive number of postscreen cache updates when a DNSBL or DNSWL server specifies a very small reply TTL. postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) This parameter specifies a maximum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents cache pollution when a DNSBL or DNSWL server specifies a very large reply TTL. The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - Major changes - sasl auth safety [Feature 20151031] New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - Major changes - smtpd policy [Feature 20150913] New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients.- bnc#958329 postfix fails to start when openslp is not installed- upstream update postfix 2.11.7: * The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the header_checks PREPEND action. Fixed by invoking the header output function while PREPENDing a message header. * False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309. * The postmulti command produced an incorrect error message. * The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems. * Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information. * The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial output, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for XFORWARD and XCLIENT command parameters.- boo#934060: Remove quirky hostname logic from config.postfix * /etc/hostname doesn't contain anything useful * linux.local is no good either * postfix will use `hostname`.localdomain as fallback- postfix-no-md5.patch: replace fingerprint defaults by sha1. bsc#928885- %verifyscript is a new section, move it out of the %ifdef so the fillups are run afterwards.- upstream update postfix 2.11.6: Default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. - removed postfix-2.11.5_linux4.patch because it's obsolete - Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. (bsc#944722)- postfix-SuSE.tar.gz/postfix.service: None of nss-lookup.target network.target local-fs.target time-sync.target should be Wanted or Required except by the services the implement the relevant functionality i.e network.target is wanted/required by networkmanager, wicked, systemd-network. other software must be ordered After them, see systemd.special(7)- Fix library symlink generation (boo#928662)- added postfix-2.11.5_linux4.patch: Allow building on kernel 4. Patch taken from: https://groups.google.com/forum/#!topic/mailing.postfix.users/fufS22sMGWY- update to postfix 2.11.5 - Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting.- upstream update postfix 2.11.4: Postfix 2.11.4 only: * Fix a core dump when smtp_policy_maps specifies an invalid TLS level. * Fix a missing " in \%s\", in postconf(1) fatal error messages, which violated the C language spec. Reported by Iain Hibbert. All supported releases: * Stop excessive recursion in the cleanup server while recovering from a virtual alias expansion loop. Problem found at Two Sigma. * Stop exponential memory allocation with virtual alias expansion loops. This came to light after fixing the previous problem.- correct pf_daemon_directory in spec. This must be /usr/lib/- bnc#914086 syntax error in config.postfix - Adapt config.postfix to be able to run on SLE11 too.- Don't install sysvinit script when systemd is used - Make explicit PreReq dependencies conditional only for older systems - Don't try to set explicit attributes to symlinks - Cleanup spec file vith spec-cleaner- bnc#912594 config.postfix creates config based on old options- bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components- Remove keyring and things as it is md5 based one no longer accepted by gpg 2.1- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- restore previously lost fix: Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de - Ignore errors in %pre/%post.- postfix 2.11.3: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure. - postfix 2.11.2: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction./bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zl32 1703241854  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.5.9-150300.5.15.13.5.9-150300.5.15.13.5.9-150300.5.15.1   smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertstransportvirtualsasl2smtpd.confmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostlogdpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-pcre.sosystemdcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrsendmailpostfix.servicepostfix-user.conflibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcesysconfig.mail-postfixsysconfig.postfixpostfix-bdbLICENSEmailq.1.gznewaliases.1.gzpostalias.1.gzpostcat.1.gzpostconf.1.gzpostdrop.1.gzpostfix-tls.1.gzpostfix.1.gzpostkick.1.gzpostlock.1.gzpostlog.1.gzpostmap.1.gzpostmulti.1.gzpostqueue.1.gzpostsuper.1.gzsendmail.1.gzaccess.5.gzaliases.5.gzbody_checks.5.gzbounce.5.gzcanonical.5.gzcidr_table.5.gzgeneric.5.gzheader_checks.5.gzmaster.5.gzmemcache_table.5.gznisplus_table.5.gzpcre_table.5.gzpostconf.5.gzpostfix-wrapper.5.gzregexp_table.5.gzrelocated.5.gzsocketmap_table.5.gzsqlite_table.5.gztcp_table.5.gztransport.5.gzvirtual.5.gzanvil.8.gzbounce.8.gzcleanup.8.gzdefer.8.gzdiscard.8.gzdnsblog.8.gzerror.8.gzflush.8.gzlmtp.8.gzlocal.8.gzmaster.8.gzoqmgr.8.gzpickup.8.gzpipe.8.gzpostlogd.8.gzpostscreen.8.gzproxymap.8.gzqmgr.8.gzqmqpd.8.gzscache.8.gzshowq.8.gzsmtp.8.gzsmtpd.8.gzspawn.8.gztlsmgr.8.gztlsproxy.8.gztrace.8.gztrivial-rewrite.8.gzverify.8.gzvirtual.8.gzpostfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/sasl2//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/postfix/systemd//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/sbin//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/postfix-bdb//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/adm/backup//var/lib//var/spool//var/spool/postfix/-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:31975/SUSE_SLE-15-SP3_Update/bfb955f01ce33712f87ebe6197c00764-postfix-bdb.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=78067d3726e7f128158efa8e6b380ed3814c9972, 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]=fca5c4f89ddd48c2a291fd0593310c265c298b40, 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]=776345e7e985835aa656454d1e51f5a9936d6afe, 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]=e6375a7226638b38dba71220b7602707dd92a297, 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]=de9886e37d4303b4160e72d1c2f97207b87d42ca, 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]=064f3edcb0ff68b4877081403b5622bd102c8b7b, 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]=98cf2db2fd611689f67a2d9972bb976218369c56, 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]=51c43d4a89817b7acd8261b5c173fe18fdca2d20, 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]=ca7230146b8bb529523906d95e8cf7b642536d7e, 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]=678527c422992e5b38c1ea0aa7f4f1fcf812cc95, 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]=f625bf244ae20ad44b523f48d66828ca5fe057ac, 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]=b94591dcc7ca09a0bc55fc7421c01ae100e0c286, 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]=86debeb63f6e1b9fe617a5975ae4d683c16941e9, 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]=719c1586516131ef212083fc04d58a2beb6b797e, 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]=099ea8964205757330d47ba0fd2c5bfece21cf88, 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]=f55cac6fdb6075ef530d85ee8c4148afa4b68b15, 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]=9c46bb8ab38bb224811f31e455625279e375847a, 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]=335ab1b0fe11bd4442fcb75d6556f98a0e72775e, 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]=0a3b2147ffe917b58e92eff0541bb212d51fb234, 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]=d2cb57294e567ceb29b208ec7f24984d75ef6db0, 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]=2648a3e1f702044d1bbb828d93c28fb25b4d5280, 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]=42f9c1a70d5f8a4595bf7c925caec4cd6176de4a, 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]=e456c3f3057ad85a626a8da7b022e5f0f58b4cd2, 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]=70c9e100cd478b533e22c05ad114c8fd4efdad92, 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]=3a106217ec80e479e9b3f4c31ce98713320c864f, 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]=6d85059d17b6e0f20f402d9451943bff4a33f888, 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]=2b18f3e8ca79211cf33290cf6afb02eca9ed6c9b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ffedbf8cc6a9db4b6324ff1a88a1520a7082bd1, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=52ea30ada1451e6cec834bd9e6af563fb1d7acec, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4551e2aa6a3bb891b981c894ab3ed065b7c5b189, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b9490e7003c46e222f6821ee5decb1be45968780, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5aaad5d978a61ed56c1c2f3904769b594ca1386a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1ae69b6f29417441485f1da5662ecf936b7fd74, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4cb08528f1f63bfb260f6012f3b1d35f25128248, 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]=fa17b1072fcd162b91f1f9d53549153184661303, 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]=8c77648da356a4a415de69b3d140034d1ab23d93, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f26de734f282eab0efe483f6234c95a5278bb008, 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]=8b8ee769886bea412cdf29c7de1fa5e6f9800b8d, 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]=e052bd35b9447ce78ab09aa1bee723bd6d5d5806, 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]=1001dd680c625033ce916d0c08e0c533933b7a66, 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]=e52d90c78074bb11e7b6d6c5ba4f230168665a14, 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]=f5977b00b8cc65a90aa606d4c09c0daa25c3cf40, 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]=371d2bb38c63cef30a8bff7d81f53d21e7f5daec, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=abd5736bd9716758fbabe207227e6b3602d488ab, 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]=918357ad60c6099cf77f7db3ce7639a4009ca51e, 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]=c96a17bb8df0294f0c505287125e7fdbbdb1e6f9, 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]=57afb12cc366b0ec0a027f11e47ef2d832becc87, 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]=379ea3c15d0bc65ffce5c29d10f2a3f0d514dece, 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]=f883c7edda8cbc64c2b645ed34c3608a581382e8, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0?FLT\bhijklrs|!"#$)0:>BFJNTZ`ekqw     RRR#R"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR!R#R"R%RRRR#R"R%RRRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRR#R"R%RRRRR"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRR#R"R%RRRRRR#R$R!R"R%RRRR#R"R%RRRRRR#R"R%RRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRRRR#R$R!R"R%R(RRR#R"R%RRRRR#R$R!R"R%RRRR*RRR#R$R!R"R%R)RRRR#R"R%RRRR#R"R%RRRRRR#R"R%RRRRR RRRRRRPPP PR'RRRR&RPRRRRRRRPRRRRPRRRRRR+R*R)RRPRRRRRRRRRRRRRRRRRRRR"R%RRRRRR"R%RRRRRR$R!R"R%R(RRR"R%RRR"R%RRR"R%RRR"R%RRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRRRR"R%R9KR:/systemdsystemdutf-88afffe030dfee0eb58379f7055f3b53e5f34ac86d5ec8ea246da2ea95fe636a6?7zXZ !t/]"k%IŇ/rٳ]K"s'(V;ʤ=?姄词t+S )U[ ay>&٠z@}F zSeku@Չ[+HND_#(+JHG>:\Ƹ5LɌ}1iVgE I%e.rexZ%LgfI|۪Bxu"baW,1BL]%6-c!au+7¦Co,?l4qr$3N=8և 5Ï"|&įcSʮm4y{"KӞ]_%_W_~8x- z164OAX? mLlXnd-ijJ%}[OjMowwl ]gnun%`F|-zcL.  -^n;UI凤cBmO]y};[b OEO_B]5@"gπba/v^닺\`sRS) 6y1d  ̺tpQJQ:Ev'/i]pmH]`zݷ[>0 `y#6vv\=\/I>З6#roҙic|bֳa%Y"ǬG`f W\m[U^ʩ.:HnVdN"ZREΐ>nI^>WC72W/^sT MMeEN K7Sap(puBiSp0S;~΁|rjew{l,X.eo,X+ "Ẃ ;CL/i+JJ4,k/b]hltxs8n9*Yf"&_DqI; XPz*@dC~R n7o򢰓 ;s_YARcSdf ̓r:G%PAϼkgE_!5E/9iC"t7| -bd@/ǖOrk (6{ /$Z.I\{OkE~ČO5q Uж(E[rM"]תH*&-1l“kl#.~9}3@[~A,gu[b8)BYa_bY 6X߆. pZNƽ :&6[r[?M\-/ɹi׉+9NeHS,7)_f.~bS|:€Ƞm-beП99np!P-éTVo*e[]~@`\%(QSE pK|tQ( g`;3ut8 PUNCHZ8S)O%]!&ˠM8.4ӲOJ{IC5T տ0$3(P)btJH#7N›'%TrA/iHa/Mh ]154қsb}U (P[v;%Z˛E^v:P5.#.ϸ/Z^QgR4b]8p21}KMŢtbtiڊ3gXh6i.]'TWLWWS?4Δ*Z]-ĭ5[> ^۲ \I/Mau\9lMKOn`-\? LKb@bq~ OQD#-6EȌFޱ ~+k?wgH^6@3l|,T%Ds Azci0tIB{U.7Xp2ߜ4 gov >DO_Jr Y051r̡a[ 秗Op-@ǩYAkQ1\w__7̧ZT%"~s O?#Ssž/`|"l.H;%p}: QGLQ/lALAj=lLEmQ4\ruΆeTDBT ZUB wHBk((8Dl)/V`F怨LR+Jh\ +@(e7rC,oﬖ6ǵ- 榐%Qh T\U>2R_<Ȯsg\Fċ'YϳpDerM<:Q~iqď_M4 Pho<ٸ^ q :rwZ:Ya*\c1|COBAA<2h*y6- kb6VBP.zxr3MH k_HEmGUU%_O|}U?aKBmԅ^_2!v]@Tֺx@-$XK g K}6`Hhpkg0a3E!k-n hh0*xH=GkWr|:JHN_p/k=NCD$i{h^`PGJ³sYinx̭+ ϋa7b֫3e~! /%R]44Y:)I Es2vJQXuANd3J*xV,7Y6.aY HSѱ40┃Q|C2"ڷ7 7xzd$ectMWwmʼn.4V2j&C +ri :BH?EU%jK|"YIݖ9X5g>xhePǩͬqS<28zo,1&Rb* Q,5&n&#zTq˕oC_ l滯^u8::70/M~t{X^5wgl9޻wLtW 3; UJYc (ohZ2sRX9x^6P{ \rmȍ!x1-֛8 LV#-hZ"1GUϊC`JOw*śCE#uE9HվkT@CEJVsxw=xiwM?RXZlCNf¢$1f*E?přmX(_cFkB@ޚ>/s$wB2#Kjfs0NF!U(R-jsiw}Nd/&Xv􌍜$_V2Kykd76qaF]Q5q9`ct?DCŽ׌'Uw8鼮X\d=\|%+rW17 A?ŘNHtk#A0 ľ -Y/DC&ȭ, e41g1?˗o/u+yA&6 tؾm "I>B*K aG7)׮n’1D%QIʚܛ`3RnK8.~n1.y4C9y6:B&\ Kʍ3 L!%7?8"H?,+3T`;T7 0K4f\|1}ӡGW +Z>=Rȋuy_cNlThxɭ*eIJT:eP&<}ovj]j:YzN{L!)E!Sfy_p%Y%^09K6R8N+@+[fZYFUIkBrR:4CDiYD{'Jy/vaS l`wո GO|XU$XPK?hX2)Fڷ!j'M2-Oo"Id$׭K-MFb4dW[1yACP2NB MAd#1,IiH`P ض#ye83@eV:|sj~wd_¯WAa{#֦B@BFWL?T<&INi ӛCP`()-o.06FfɘU=߂eN8fXȇHD&wd2?7(Ҭ%MyL͍9_oX%-OSQXډaYz,'G-RjGt9t՜Tmn ޾PgDZ +Z}{RukbW:sFֶ9\F&޻t:-*SaΌ&XȩFr6wS5YMݓppʻ=Oa`H YP`&^H\08 `4bA/ ch[-^u4yNGxsJr!> :(.&p#U9}dD;71f'7H0R{ Dq5X,8E.㐿ȮA?^eHݤxP?F {{ sop(ˋJl½J0Y-kCUƳ`!"sB0$XY^%_w.ryA}} W~Kw-uqM>G dڈ=a pDv\z`Te=To*#djcKitӹ+^~hlзܯAI`>ْ|~ͣMf `)C0%@+AՋf 4$:wֱ8 Vs ,y f8"vstY*N!PA=&|8B hoB&c|BT?+gѰ:E `GԈwto[S&¿,ȹP{+7I"y˴_فL @B_l0 PBnQȾ%6$;U0{uEDGK/IEd:~Kq@kzg {UٌHle VU}S[gRL ,A06*W d 'N_ c,F eQXҿJgTv3:|1#yƄN!x Oq(@|QQ#C~ tcpof Q~;PftHbk[*,!K4~lS=؜TJJG/hв|4xXlΰ.*P稍ÃMOd1?93^,<.d%ޡd?rGy@~xM~!#@̷%yU| 1)]>!/1͕~}dD13Z5_VHk|xO!^V>1Ő4;3S+&iQ3ymq" ڐ l_o0}qIkw(f@ؤ|] nU`zt"oŎIՍk;LdNeq%Y* _NJľr 5vqúe ᮁ<͒1R_&}vJhvISߚiX<ʻhi1߇79,ծznw@Vױ̎lWIQ7vuYwDTDB+_[W]vAv-SoM o9F_{,uNd+(8r!ׇSa;CU)b [s6"ʮ=}N W&H (0Z*eGr`*kz#QEvi/h_B ;&ð B}ɱ@ @1/^ ]٘h?6XXD+n@In+f2ܪ`zH{a.7;tgR `9E r6,B5=j:|CWNS+'f.7q&$o XcYrxh107\I!F}ur{p> G "\>!6g' <5O󚩰c2`+^LTd,_SZϊ׌ԁ`:['DEe(cLLj-~vYd|~gߖK L`l*.E_M$,L-.N<u8s4{ {Pv'dF7y(΀TW2p|iaX T)Ͷ#{ ٥6- ȓըv@b SYF)UrO7B/a^T\guoU}ҏ`U5cJA/رqcp/ yXu(ҚObJzU-HsdpoG1od]qSTO@4?΋,zi&rCOV[[Y/rS !An?`Oژv*I.֪?yF!<ŪrZ)hwA >P;Xo1^.]br?jԃkI ?]Vb^D/%TNa" /H{ 0U 5lj dqgN}t?e&)OC{?/hOծ(a7driPM7#hOú{(Ƹn2OYub{-dÞNho@zkrZTX-.an(GXm<8 i?RXAqit~IÁ8, %خd+-0{am5nV9|n MD;WqasU^ؤWC<ɕHyŸW9e]"H|UyJCO^tTjXq~AQ} OlxdXlB:b$]1z9]~L$zGUQEw(!d/36,7xco[?;͌|;`>0'{qy$IEDwɊgO:%8;D@23UI`UQ?r>lA{&LM˨ŏJ7\Z"Z@\'X҇cC&HL_۸mW]vɆzBdջSllI~,,.W[ ," ?w9d|cj:TKB5%awk\1, ΰ cnR6-.&6q;…4`"<.LC "i\7x6+0=ʊI]}ށ)G7,ʺAێ k!sm\}{jX`CC흩)ɩJĚ˂ #pG^/\bp$"{\!EujО(?_<*7%ez)g!(j*@n"wwpvoCj`{2ߤ7K9 b~3 Eӓ'"[l۴M!"b"*}J5|} c L)OV[B8Uv/mMg\t&LzҾ(eAHZ㮝\%АcRp)'&f1HMTlwtE˺bN4`D@z jlپE*6T*p `mrBҕaoPߏ-v*`Q?[)o6X0P'㐧"e3r$g@C@'`tIgwX-cd(b&Qo*F8sG:#.&͢a~"ԽP 4 jYfGĠ5sVϥ۴m%$׷I#.=ړқT_LVl9],6Ku VM]7՛ $f@>y Sފ9GT%ǔpS4>+FLr&ۛh []g"jC{ZvAe vbShm!OG'QESEaB8L  .gX⇣CDb ]7 m!㒘OtHU"v3v0[8z|vq(YŶ1^;- >+U9d9 EnpRPf#)SqѲ qy]"V62PZ :p0]=ŗnrkVB08knr}DRa; 8&[l;䵭e/k֢V~6FoyrK`BEƪ! `тc{;<'.!nca_u:a+м3AICOeƒ"?6U߲g %B@r45͚Bd el=˦Ɋ:?i}љ/qSA{mSny= @um'AYe`> VGℊ5hzetPUݎ\)߰C9"a-hxOB^^oe=& \_*йY?}skѩMWePXqiiXV^BqH;3?8PG~ Ӄlyca疟=e#XPEW>spjhHHNK@9؋gԥ:S*Jo+ƙ49¨tAWTH}fA9ة_ϢTmDe켧vangO>{48}Qw{|}dqs:3ƤB `IkT`&9i ~3t*m_(e٪ [ Ps cQY[՟5a ěٻ>VVcrQpjiHV*4%.p`e 1ʃSXתrv'ங7)P%!dB%pDƼzh*=_M>Z'b4.CCwS8(q u4\&b{O_"5<+h6[^"ky']xڔmeSPevG*"4jkڍ˶כ-8ԙԶp !.`TV=}"21O'pwHE,ov#Iz܀gJQGG{ 7y&\~?MbӑIzglRޢaJ .r2S˃^^(3`CҦ(G2qG ((JƳyVբ1E(0Yv u>2}3ډ)`f??K0(鶳jپ 1 ҎJmHQ%cy½U"0ݱ!|BQ@@>L7~]vJa@e+f%.+ 8\i\lbWk:R8]֓"]T0&@/z,Lm7Lቋ.ˡ03D.cJ2Xnβe/UwJӽY+>Ya#&U@ۃa 3 ;Lp?It]SLϳCfnun6lqstf%\`z 2һ=)ݠ:0M4[HЃs`.}a5Ci2=$s )$/Q+)m[$@MDݤ>6n}˖xŔX@ 3 OHb$ZҙDŽ_%mɋQds Xӝmro#D[!'m$9{!-0G'iksޔ܍xSi헋sj K9rC%kz=ыkg[ +. b\6·pKܹde`T)׵vFPw@=ʇ_4Yxₚנz=k$38`u@*Ce:^p a3(%,u$.&5"`D5=@&P4Nq[vB0<j9cW0P`DqL;$zwфiO`ǡx6|\3e9^01Վ/Ϳ+6CS4ߙj_ T+tIJ b6m<.QjE$aY^5˥i2T1u@c5>cﮗ721b|'DY+~)gIU`>$^4&*Z%@_eHcNqkfҼuU|hřxu Q-E|stߐ$%Ռg++Kl ԅ+D\e]R~_!!H^=V$tQ_q)ʁb6KH#HQB/^?d$#yO ^ڊA|7)!7Y˷RC`E0Rj=<9K*KN{]ΞM |DƊ,~o5Ͳ̤=ht@#ǁH.0BۋC- oG+י768;\¢9;۾B N{_l D&A;'s?jRzߓA'Dݮ!N>נ.0(rگI6šԹOkę &|#=ǹqghAb*U˩ԑ mjvP!Z133_-r sY x<ڴ9[ gk[#(*2B`0SS6bLl#U89`2ȴDٿD!i\zE-\S F`続qW ޿`Y8 %72 A!9[qnYKtt/zFﱿՄ^ܷ pk{e\ #}S+J)*kwt4Tw''“1/A'aHl!2b%4^3OFoKy!>)sF#ۧLm10˞K76QFp) *+XWs,h{EAvAuOGSS?ꐜ uTJW!ʅ X&1@q8}P]Ai$쁝ܸj=G)a| j9[Lca?ظW^&ۣYksCu{SlUe\US) q6W۲ܻdr@Akwr,3TxYh40{=/#wm=uC:l!apD3܃E'=ݨ/1xRvˁӾi(8=ZY3ƏT=gYzHDK—Ax$UT GR <]5*fyJ?j  OE3lq=Eۈޜv֫Qi d Ù4 Pb`,&#k qlUHN0"PYh po~3ችJ/Cׄف356fJZ:@*g-b"Ő@Mu5͊ch,Íjw047uַ+xǻB]DيiӤ^ìv_Gȴ>91QYc2w43rvQ˲~CO/ࡖ֯Yv:\B$a}b?RtXxImQK蠏F|1ays 0FsV ivnÚ2[Llh"w8ZvQzF1 qL aFQR+vÉ4{I="Xzة$'|#k={@(DP_bjp vB'`H@}yb옦1yb+@˿;V9̇q/M_uu].S3r 6X`]ulMOԱRi9ǽ3 r;{grIyU^]^A=ln$sFw2Ieaz +}Ti\ vOޘ'x 2pF+aѵfA2)\/wy0}Տ8?#{t jf%0k嫙Kʙx-Pha~l黸&  Zœ;Dv'͵fR%긹Rg[EĂ\|)RBxB :u4]W\ *qi=7"!M`o ϰ[0'\g>r%k]#ic~cɾH_S$SWKȠr18~G !ǐ7B&ޅ^؀ _E8e\Lv.ϰNf.C<с':B9PM7%ˈ@fJٲ͢]DKFp1qosҲ${C"#S5)zRy#SCGWy'8:E.hOc׼zESuW>nw.q\EM ]jR2zE!V4uMBގ3DTAI'MɖXk7-^^2Qk7ُqPb tԨrw|zfKvq9ע;J>u]!fANR?[t m4 .lC0|Q+zUWX:WY3 `bآd !(MYnmŃ;WHm|DƵ澫ŨUI&2#ꑿq"*=.8D#NHٖ0Wa/í-u50f2>١0ܖ H4lҀ_9ƅY/V;xig/+L77`2*[' % Jz65&o` YP66/\22QX8_V`9'x_.z3Y Npe #κCy~͢v_3P @S:z1̧i)!eJj$(DOlJE2 & BY fo sKc*W\>fP;rsU%ffa^l羘ڀa ԳT*O|oH 8k*(Ztq0~AtI!;c9_-UPe:ѿ1-q68,{$K<T7{(G (tb7CpWd0E4׸Znn{\ Ӄ 1O\i:Ur-i |Q-k [UWη׌`zLэ*yL Sg 5رzò u,@D"rH*: A݁xŀ"=o /؋* 7s՟'(xE*UB5.$*T-W2e pr"ܰmRe[}|by.>⑧/^ډl|C.^(,zk+[WRec(WKZk AZMsEtJ}h㕕>k%YRt%ЗȘ6>'FNZM 39-ٴy q' x^iR6<񇆍$$lߊИ.1HmDfhlȌ lm9E۬vB[4a>" ]!` 4p8 ,ev2~^o]ְNZܓ&_Ll -A Ep\%+02_4ƶ+k@ΟoNHv2؂PhgPuGQgem͢- 559KǼRl?~BEB3&>Zw7wmdR$1;6PN龜bԢr3.(vR[FYFLyf^0t^ |k~YAW܁@:Ю/="@ge,YH qQ*}_*)߭t[gf2jۘȖlX! ښ#;X~iL@v >"˦Թ> A ~MF=>;g1"<AU氤z SA^ȲAA$8%nxF$Ο(F iX:%X%uZlf3ͨ|FČxq]ρP_,.!I|aV*v. !_ԟCV@ x]UH4ژ2:w6#oӣt .Ttd4?D (UkDL~o>`BoRyN\߀=^5E<lvgܬW&^Hm!W > u B AB;9L3(\+(G₹0h1u^~Dc6C7:|P:ުCDHA_ܳ7- F>'l|WۛVqB<^˟\- >O+ع5D;"1Dî'zpg&(S&ڿ, D;bm0g>$%1/*[:Όs]}(˥۩l'jsBUgVSsI7WfUUu} Tv`ѲGKT,_u. ގd2U,7onxgpC1ZlYKWZ"*1\)FjFN+[ %Dz elݵz,#XLJ$?bvR=wSG.iEkǡڅ ^{%TwY(8><}V6HJU%14("+q夲-҉{ |8t.R9,|mcxʀfM9޺ʇ1 l4Qaxv';)lށnu^61x#=᰼;CI|m;}ܕ~{vA蓲ɩg# kUBȱ0Q_mkB_F.).Y*Uƿq5CSSixC>kgshL )g*˩7&3y܈6+h5<#Ip]j5!ep^-?QuY*ss sP};c+gWUEp8k0Z9SC'WOFvcg]\v}f*/?NFgj8[|OoF?4s ̛HnNznɳ~MHuwc伾9JbcPFTZnYʂXE7#n9ҹِ'3z+ALYE5N+ay8gatnR.q }z:iXi"檅.4Q՘DfSKZ::fFKm&^gܺ;(@axNcd!D^<uvB[ՕvǦ A[uRK\pRw nH|g|nJ8}ԝpjbR;[Vt|y&%(zoVKԯNoXA*uJM[lvֶ-iM/ ;u@5GW& s5X'Xܱ%6a[ q{D=?Tpī~ @640Á+<<%w;S;!J KQʢLX:7ߜsI8;=?\[9AcuN  eڊ.#@4$o0ca(k\<:^faV۪ 9,,_FutZQS9Zmk9S̝£HR0ig*ԣ.Cp\{ƭbk"|#'5;d芶g珚 *$*m P~^dmHwv΀ zt"Z{-=&C`Ґ_#VY-lvmN С2L|=z?=/"1Nn.ڿ)9(fyv*Ag0[Fvh7FX5bB5&c~MK̒@0wSʨ/2iBDh6RgїI}/òhDଉ wqɦ]$IAA#qBW*o c2Iq/1SW'}/<\&JeHP>; xc5yV`5q|B2-s:#娛۞V )b`WYa$jk,<=@C\#\ 7xVä_diHY7 ΄lГ=W UnFY^8xƁ*+}EF7تtӳSj348 HĊ&TXSvNꌼHIzE&B4ԕP"OR0jˬ*`ed\Xv)䩋i_ vmh%(S2;{|6`1v̲; FN4\#Ԡ : 4]'QAR" $ld,o^;?['! 5#22%tҕiqkyH {Yhbm |@9N4]Evb*٨AR!Z;:w$8)[e-Lq?;r9ڷ+X-/w6ȦûGТJs[JvFSzNݗۯ;e)/>LÂMx?+K|w1lU:?R75}IkCܾGop9n4寯%O {O`{9>:3۳#R@1&]>*y[Pb_#>=chȔ~re %*F+4OR_Gdmm^?P'$Zݹ19?cu-ySl]p`\uGv$Vzvj\0+c(Mb _!o#іsO q$14X\_x>Ub$c52Y *|/MKo=^y[b-B7+ͰyCF3૫L4ii# ѾY 80hT_?Ɋ/Ű?2>3jOt /ʯYtĨrH:qz%pCa  4C^~T[Pfw'.(Zkߴcފ[HPER\S N>?=DDVϟ{E& YTEY⪂}k|\qFTaIv=P߮|B k_)7 ~6ܳ@ vzsf}!{T$_[*x٬#n$pJB1KuӫLx{OZe*W*uV@{rGNd1#u ~4H3Os&WÒR} !vA?o!3RK]7edXtjhq!>L,:9tw ;ra*f払*E"Ho;4IkP6cȩxڭj-8ȇ9{:67vg]CL ̺pseOK|H|wfd5k6mU<H?,2 ҜX {DwpLуiq8mPiyhn幗].Y`պt'4ԛg+U+, ztBJZg Yub/;_02h'kO(]!rE5NoRYY<,n8rEUGT(b}>˾H;h5 OpO$ Sm8UTyA3 }*=Dtf[16Ѽ~~ n"6yR=ų\d_,9r,ݒѣj< EPm&'o'H!1?OO#aH( bg lw( 3&lY;ixO4=,ID b+AecO+Y@v婶gjyRE|3>`!w\! .l`d/֑n(7f_o@pN6W·aYbHK+ewj$`А6._4EJ^)Ie0'.H~`#6hƫ֜hm9e9%j,!Q$X8{XনV̹"J;6rYW'+c`'\2.f`%Co_+y5_92YdflIm]C>F#x}V~7< *䦁MHitbDR2|lsG/_;UćU;yR,9MXHQĝzhT;88ɻ%oEp}<i+^GpeqpYCxwP>xT%0TY)AbGg]i00rkn&GLq]\Pkp+OA2`rcj+; '79Ɇ*|;#k3Q˳\_Gdݖ ?!$jU\#Ŷ)}a`vb'TG͐|hcԼMix"jGDQpUD蟹$!lmlZ)CPXo =! FVQpX %ͬT%k+K2="+'8Ky9ImAĩbgvj-xxzhTp'nmGk+ 5ʦ(FRWczu"-:YbW%?U[{v2\y 2elz@LGGԓGآ?S;эdwEtf?}M %cO H)2y~`&M\L-'l`s|Kb%6jj$ N>@w\um9A $}pfl.&қhҢRpu";Ϳm"k>0,Hg"n`Y6I'Sj&0"@osl]&,&u(?OGd-9v0oE.ۚ*7ygc&)rg 8fy+m #Kؓr1ҿɮZɔ9jhCfZAJhzZkΗㄝ&p hHiIC9]1c A!^?Ifw'Y/SV(ឹ /HeIQ'Xp>`v:!F71o$t\"6ȞVh0洟=ϲpJ{ZLDU|QR(p\Lw2ε$f!j$a8DCKuSKyjB`\d[G:Q/zꏠ87p璎On[Ko<@,걪y'q]H`<ˠ~ dԻ 9Էd?RZ%L`|# I|^6YVؐFITFtmTVYDpoX #L򋷫l39U|*< :+bBVm5Ex)Ӷ,-G8)qf푌/;~O3´UXtMcMB/ D}S-Uz.BQ> MFzzt[SzjEZ c'|0l:p /m^EHYi NvTe֚844E{AyL?A΋]hy|6 Bowtq8j̀NQ>(DԪf)z/#!KQ|3W|&F{`:EwQQ7dIw,2ж>F}.Kurs8B_x NcyJy/H,k IԲhTwљa !XlӍhUsh=[ͣЌsШ\t^US @9oj ,j($Ps))%m4ADٓn+DX0A5m^ &ͨtd!VWv*RI%EKTYmw↹fQ1v(Ǥ%%˭O[>:A:y6S|:K;E?LD^7R[~Yӥ DHȋ )4C豏oώ9Z N@k,/ qHri3euj?|W 5?t?D1ڶt\٦7*{Xl+8\NL\iY@=_/1d}B`2=C^-q31jLjR $52ep9L%iaeIIHrB_Vml\KBFm)'n⡧PkH[ЭL;<#R`댗Cp5<,oCВȲ2W93hCt|՞O(5O݇S?%!$pT==؆E+xABqS&Pjf,]^ݭ &Ǵ2!,ók%<$qIxݲ559&Z1YSUl.{SPBn!Q46I[OIć,D]\a܅@L@a9g:7#nPB4JuS5-Xa+XpM^t:hq- qh/5_D b0Q @쥻@tCE4 D, z>j=v$-bX"/DH3̧T3gD}kwҷ R",)_.,)/X8ƙ!G3>4fyff)Yڏ*"5kK%dt#r/ j4YQ9 N2N?%6tQpZ*bXoj&8ǹ pMJ U(T*_LZLߍ>WxB]*Rb1!ȑpY&!jXe.|1@Ү#M.Ě)uNwއѕJp$(܃=j#xXI)/GY ɜB0(ɲ:[gw|Um=K5ۨW6IPWEI*-Wb Ԇ>QP ҕ .O0}xLI8g vN M[Kȷ}\[vzVWW4?zMuփa<e.tf56.HҊ XdG`A$xOG֣f|acԫXxd6YrQg.IF ݬ9$PvAz{sӗ7(:] q[Pp2^>*L. :Bf g12Mq2ڔqu6w2̀f2h̷4g G3>/$HLfk ȴS jS&jxޗ"XWpP* ;Y@1q;%:rRB "U3Oar!D7ѻ_ 7oa֯ޘNS}=%J*hCp}($lq:9AiC>ݯfb\YBй2qy Kͫ"~<)II+F}dִ36r 4uk6&伲!;. =h1ȫ.iXtp<۞DFnǿE!V:+$yWѺyQpT_+pُЁF槦 Q(=!%mL۞$B)pm叀.V=3 ps!#gΧ\ƾc8U| ,aaB-·AʌɊYuB%b>.~6;\V? kY,mV>6#T0'I%S:9eîJ512Lf[1W}wc"O%'C ][9yw*C6ߥ|Um=dVY_;}^h:}n4n8+uK&ոec)Σ5ad|ӣ(d^oi6\ n"-爲"03cN : 󟹡I.KӒP/F; hF7tΚ[47t^ӻyx%ÅC&߹ Ж0fV220{d<;ȷi /$Yx\Q jO)>]Kбӿ'_rHv롆ʶ$B4=uî<ģmFͫ%Q cBJqO=+1\6f6z4Q9g5UnR#ڸO ..E**Hrϯ1I,_CO?bcO\t ܷ+&ͩJ+d0|jy} DكI7Tʯgh72 _8 VzH千L&͎Wu\.چ7E,7+`%Qp@Dחk`$H_RJmLSSg Yi_==W{W_v}\SoT$dA2?F뚝{zqo/bC{+A#>MoY^=ˡZ\*ku?SzBق̰J#1VVHc :w<7= D[#~"Jq 'c?ƮڳeN6㖑 ,7q$#=̬FF^?L\n;"{tLP_;nBʱR ,򘿙,bd !=> ԏ}iLg{.T p42:6I>̟ Iw#5NVrId9b00ˆs %\ 0}ou7J}tsƟ2DObIԞ8{[]AO/8U[*vN|cStJԡ(m7fPppƭ-(Q㾃 4 blj1e#:Eaݯ5Xq/J~Wه? !&@ LE"mmlӲżL0Яꈇ撁@`籌1'ޮz8z<]*p-rѦNլs't(*i,s^z |Z+RJ/k 0HxwQy( z#m$o< X**%YIDkoϕ|YX%\Of$,nSƊ;}*TkR7~R:S̱m 4 V@vo6bڢ}> j[ԍ=QI^[}4Γ+rv>o{{w#$vUx^4ޯKDMg n1Fe}j}`Ǜ~sb,o "_IZy!GWaD_s̏YRkڄCҟ3Mad\s$tT)#o-d9 54AbRVCQr!Gkw~ 0"[K XcnZv/OYfK!8@ C{gr'g5WȜ/ndϯݱb憱qP&6 sv1`BTK[τ1Ek4IplWŀ X'`8g/IFC57?H~<0QI%)k)M^Qc x hn*7\n>(5zuj`38ӫ./V !Q[q52τZUP fnS'\ĩd$Շp$lJW 1 !̧ 㸓mKtŁb#(ML":uÄ<صPhVmW(Ou>:G1_}QH{D} KS =Op ) z~_9o&~ mJ4SNίd3hcвW]m>xeY&rGp,WM*I^?D0;hcU~Gߊ6y["*:JHw c:Y2mTKt0I2Dp8 bѳ>Bkӯ`"Y*N^y+o⊛.<'Uu.v'IJgyMj/5^# 4øZ'WcA6T< oGТJ ը)c?eJqy" 5h5= fBlm.Qg CofQĎ]ա 8 ұUaRٙt7l(Q3!~y4D7DžBlljəG;E4֕3hP.c8N1IsDžxSM (\9R,y{q3MsR6 l1fM0hkX1ӡ԰Luĵx^[sJK,i"4SIʃzYl0'`y%ɩqɔr˥]9-z'S66Opl 7}CݡotaNEuligPǡby ОqY%~̭SY Ln$ KU'2GV8zebd։q7ECˏm\lpZEM)M*~C;sY~$-;k_np'c՞檆Py|Ŕ=Hԁ ]1)!;$x|:V#s@pk-%代bЗ^3#<|nen{:,7M`Tr돽čAm%Aoo/\k5Axjz\2^YK{KIՓLRF^ScI=$АJD5ȕw-KJ'9QowJ`,XWͅhi5ojmu.xW/pA[YhemZ׶w]h!3-R<|aV4:-o|zN3"E+\ʅ )Åxp~'qmdѦ̙KRj8cDτ/nA\/a鑅CPRwy]nBilAl`2]$y Yßh=oI3JV]Uzq٤4sŚ]"FQpm6NV ,d zd }t! fxG&s:%Ad zM ½ g(5?u͆-)1G[[ GF\ye-6?uV`Q5 ԭC,zrI S&({]#'dRK󫑧G7;\włLظW[a&{"b 䧴` g)>LԒ؄ KK u9#xႇP%D6.zzrQ*YH Ĝ ގz65).NNm%\=bHޥu4ζrƸ6̈/yABjj_pw;| W«ソlBz%mnjQ'=T3Ŕl|  K ݒeRGK>_$4 N+TCE-1Oe4={cD}5"A:n+hS(kgx2Bߩa;N4#ehl7A_`Du5d8ĩNZmy{ƙԒfWtMxT6Q'3?a6\8c-f7љR{-O}Rp-6I HM?|mHk|SkF z+k2pRrW[""S8v`GG@quQ54 v/\gd7xL4Q=r^u8' dbvJ.jC㫆!sau+*Z c_<OYS)#:jAX&)D<!^G 0v 4杫CrS.?bz6ůp3`f~ GKWHpܹ="W}NHbIIL-VۉwKotH6;S> e&VзHi&*`g/}*P95Bo=<idc܇94Urn?F6[Q f뮖$m12kdc@у0J h2!xZteC4aiI+I/nQ2Ago-k!*}vt{vJڡWmoR\ #:\ /n, }c &۝Iy"JOVٟ[_\C>`}.T'#g~#j`>gɺ0Kr,Iq01a*KIpZ&Z1ʛiz^:@)X_p|wM En*0)ADCg_AS輶H%]e \lxӔi;` wt{a3|R6>-M:z?S+%ox+F?yiohԏw\}W ɏx .Z d =Kd䩋Lm]$׳ YDFj·ܖPv'quE?'xd)@77 wuJ>.~n*J[@źĀ lqE-=8r?p̄7c]zFKDt41A[%B%^ZEXYvg_fl& Jv@CiÛEraQGІ$mN> !4Ϙ}bF72Љ~cm `Bgp<<8zltIЃ?Y9?ġT.[.ɢQmyHRReCcYݬ2.?eĪ^Q~ղR+Iՠ'eK|3;q2Ÿ9Hw p&N_K<7 IGIH!1\ {Ryɨr;!@̜^jqw$$U/Z=0]9Q'/ WVR,Amj.)=ӓrS?";  qMiRhsf+~UtnR;rYԀUSX m~(l.3+QE휷oXD.%/3枘Hy=> #^E , hEꤒam$һo9dq3#WGO -EɉodWK /5hׄ f&k?2Nu/KNyUYI֝ԡlj*Ua2dY\R6A:,t@'׮ VpZB7B^zN _``tSw`9 ?n'jO`pHY|g;r'km_}؂(N6az,m(+R":h$"0-6ǭCeYѮ/9yuw,R\ZN$i47-.Hʉv2LoK 7UdcFr=3:X!xB$'f3FȰ 2y>hze{ɋ> I? 09Sc)0ы\Ɉ?3^UFjaZMne&wĻ,@W瘟^Td@|+8Z6(n0z d)C/32š˨b<d!IlZ 9GwU)j! ؤ}X\H.Xa*othPptZNF5>v-hb}K؞}*V`? Z#42E@C# ^ nudvU ۊF(.'g,: /:a!|{>C|\RU'ڼ[0=vSU}rt~Wଏx@CwT%3$^FTHAtFd?Oyl}8;9z!3 W20I y`U< X\WPG}o{$LИhR[Ƴ<֬KSpquySg6"yem\Y+;׸BENp ̩ :\iYU\4M'4oH&J;rv6S [# gDq2NSx6~Qвy:fsV(䤰Dj+ R/WxOEZT.OYD3lj9^#?^E i@iRfxyqQa(%qՃ2aRF`vVJ u%{z8: 0L%e"Uj:ڀ%E[5Bn>GG@)Ln͝ih{`ɚ*QA~% a)J0LrKMu{yvG>- w|S%kMVU;Of?/y|#Ұثiro`zXD "9+]{C?s3<12T7 GA&׹ww¡^0YWg_3 Sղ쏞jՆ}CΡ́PsaC9Q}!o}=y<ƍLcH'Xݠ>olS$0"pIv4(=^}g;/J]$^e?ft*Xn mvg̅ (VCO`*qcgu|F۴DBf (#^+LT9w8UVQvw{)i MߕƸwC*bR<%c-hw~-icNd|J½:O= Upq~"Ѷ#i|K*|LWb=/vYc[|Z7rb34;"d6O=t!vp2~(.'\G`[c 0':/`[0d] WsV̎m$ź[U-&!D "UTjgGsʧp~GlS<.|*Tl ep-)&'ynRCF%[2UQ3bI:Rv Nq:+|/l_lr|?6) ~3S4IN2$}]=M86ECtKZ }9?5mO|PAnp Bō3 b: RȂ-xxȭ0pR ql ʲY `噤,y`c q'nq+o!jƱͩZN]`4/]G資S8hO_˾Fy-~m\74&w(%?!hr:ab!0rcirF?q96[t{CsMnʠl@wKpԚW ^;QY9TVRf4x|Q퀭/J]߭Į.h-W`-mWA\Y0 Z4vX1$! l.&>z~ԃ5K':꧴,u?Zɛ]7CKe*'ijfy2<`/F%f| +a:WE'}ѷb>#atMSpF6mRr{9PYZaGVVm| 2js`Q[f<ܘ~\?T#/6R?ogI}"!ʑruͫ1L#&.嘣t%wPu'iSy,?")pkXZ̹jx."Zeɻڄw.[HZ.Cbmp"' (|$kzuFgfK(Bq"M0pǡ> '-ɹU_g-4tWkFd<6<(]m7:/N NuO:y\ТefP NAU m-[B(E1zn$ir %hjLksX~@uau-LHᯋ_1ȑ/pYG51^N}3lO:c3>@+YC]L}mM4nk!@wb7=i W85R0rT'#Q<. {|:(!ۻZ,IR;3!]*C : -ys3烜~Fc.2Ǐ֕y[?ak ȑÜ2'Z4T~8+r׃#$BTA[=>^ 7MNs̭-[$QMX1j@dZ@RaI50<0c F'.+>@2+j?NfZ8Y#^TJA%; s;󝣧($+CUSu#d swIcR'tfwO[6 ɚZ/3VӒ[i{>J'WەB9᣿{>/2\gl!pnn@ܳL $|c%lo|& & t%-%~ܘ&¤:\|0k`f=~fnn-U &.52HyIayHUM6]O),I(o˂P ` ʼ_ jj6sK{)8\:Z5WaװԘ.(הiLxtsꆨ(޴;K,yZ݁ȍĻ2#nwO vPJ_M " xs#|(%f88A*Y{ F q%$;ea䅯A쎆g}zSw1cLxמ`iˬox!6+ M+=\$4V{hXaJw{auT< pʇ:dJ#{|2pØ|QUL$kULcc`/ ̖Dsp38r1V`PeH묘&R^ @7kb@N1wڭF$wECq4zú.y䕨VOm8\6,}0,ŹѳfRn%ɡ{N3nFG=![}WRe & yqV(U ml4 Cȯ?4@yK~ts&X Kn|/Ll!T6*GkoR}Emq,*X&l/;\e^NaA3QMnh6_'d2i)A_wIuH #} s!C0nS[ TjBQu!zn1OCD3LEgH2ιIm׻X ;8 \950yڮ_i7) ^IqsA[k9npbtaY]E;_p; e;u,-n+H)=EZXypxHNL0jOwi\dmTDQU&TR78N: ʘKP@heIܿp_ϩ{ HkK@vZ)~HeUZcztM|k lA00>iw+DآNI_F2 V+-0#Fsnulsi)YG2{(Hx*r{q릕/wIRSg'r\oZGnyC"-< K3RnrΣ44S(a&UGh@7kc 0FmZ0)<.uBqCYBߴ:l.p,-1gU+eN)6Ʌ1Z?u1{ȉAO( 78``+HyMij޻<¶YDe~o_oI)*DzXj:~PܱNpx'W !lCI.e^QA3f/nI٧h5A-Ҝ]Es;dhƲj0b- Wi&ïCi a2v ]C*; )qr ({LB6nP'?DMmXPщ曬p:,k;kjyb?C*Cq@G}_Ŏj9RPxB<ŸH-(eSh!H#%8)LC dI?dT:HzG:hM!˥z}K_]}[sw{c]PX#xpn)qnàoQaz=e%m!4LTf 72Ork39>K}˭`vs!s{,{,&˻),I: u<uʎϝl&Dl@闊"}bQfH$f )M7-<:ņx寗UAUG#/#C3PBp^K4='fJY\Rݣ-4_%^R_~dݘ@f}>_2Iz RSPꝯKŌqhޝ@R`_YAa[zc<i+DYPkx@+I_쒒 q-xⅺre]m.al0xh:t/$Ǵ# nQmw]/QS9,zP(ͷ F|M؁p }4 M~9qrXa%3.47%C.xp(ahe]͑E32ƹk st\:~xb;O캈a/q@+(vz"hӝMɧ4o/׳g 3)[>8+fz:"J?-N!_,%Ӕ4%$c%৅7<rBؑݨ^@(rF%m=TGd95kav/@fLzAO%; a)}Ѿr`yT/ѝtZHY}Ew`3vFJ$L~hM5Oe>XkR9j(KC)@&tTv/r&~+32MOJE}oÜp|hcjCe*[{Uasr'ֵa/, | 桑 tD+ԊjT`nJNѤlO‘Ф@Mf_oX\.b/aO'mkeywm9`3cEY5,ņ[D)N<~d%BԞT52NKK7Eu3h.| N yC&q-vDz9*Q^v ?l}iX~GI8OUu `+Lb^A4+g'n^{/ I@{^ VZl83]@|d55%ˌa|O !: bȰA6Q!Bl56= C^poO}Ĉq#6\`#>d}޵GA {O}(_/!$S :!;bXN1*@cwu4q%͛W}9̸5NkE2!?jUfVt*Do}\%T|udR(jpwA>e 2;US˥mT )Bx78|ۼLy 1]N c:!{&U3EբS"tp : yռ'6.1'>*PUS@l+#6 z$f |٭@p4#EvY勌DG .*EOTvFs Z./QA `^T"`ܲcPeQ QڴABuF0/'GO+73/fξD:Ԓ{01O ֫# 9KᅏT|k[wִwK eH$`znAk'P8MZ`ϸO=wg]/7z]J =^ +F(1īP [Ӕsݏbd8k}+⠆_$"$4,!$eZ3jX]Q-vҨ3UWn;T%R |}750ܖݬYU J9@=`$J5ށ2pHIƫZ2,Ղ+T-ޕUN$Aȼ-MeY5 >MQ2n iת ћMe9eEiؠuuUq[|? edFRPU3K݂̔BpZ'NE 1|j00Z[vH1j5Pt(LM)KV$t,9*t~AB'_j" Ƨq݋U~X':jp3ER0|seDBoȱb"p;I݂eC;R3l(|iK}<(}w(q 1 cȦ XGNW-y=P~NAHDz:h)E?AtQ'[9 lѡ-T iyhͦ9/~+/<}%/gK&(©% R.' g#eN++?HOM=kҫٴ1XI׸31sbe#7ǨR%@ސl9z 3]ͣz]QPMNJ# }Lj.ypA#mLE Ne 4po&t?w5&lT4Ub20Se5>L[WJ RȲ&4NGn&"uBI!M#<m{?0{O&?evO9^Jz "O5ťH˂ Ε'IpN$>d¹ |B'Ŝlϯ^8㧑E)UP`4/4**,9I1H>oGeZ`7u=Io~43*9fHmF)f>1Hա7^TZ̺Qj}/b qCbptIԎL Vz ? :\!,ѫƨk,zE}"]&m`<]572̾'I9;>U:eu1v2eC/$?lY6OƵ5hSDA>/2 O*s,.Zu;q x SԆDyۅIy)PQL kxgdv [gHј{IYqt(2$B7oY)Bei\P)Z j"kBXd9kc  Qh;D]rZkbY[|ntA\˲*4{ު3D=e`j/FtƅH~ /\`U( h'`q"^,- 䏸y:U,U'b) %2Jn0 6הXHJF25b.*XU`3T,.VlWn|O'8׳ؙefZSaJ%cOlz-pKrS||Y9]\#w#'?vP]t:QMґI"DYadh펞e;NYX(s?05M>Z8A"2eP7\U>r_NYŲC_//>Ouc,Be=U| f'VsS!M}:PFԟLb$>W@;D&1e>sOށkz E&t(Q2M:m8^Ǵ0xc I`sXl,~$y粳0!xB6.Vڄ1-ت,FR<8Hps/$POn(kMU;>Y\)fb gJ}ӟ9kO_xRevi|2 oF]ʤGBlǵFfFy\8x``EKs)ڍ 5vcNK+ n>t!&1HCRm5RAe2ܲvc__:hj/+!~ 0@^c-~S0f*=KJ^=mI:Yu"#:XgZL;h7VMFX];X'`q>iޮ ڀE(yoZ}A ׭V]o4S*bp>31pNO" 1A{6;Cvק#ONG臅Z )U=D\VlA3V$PPuZCcd?~A|`jD\A$[1-KTBq'g#=@2_ұrtFWc>e[^J>?l8H?xWR5]5; kYVL:0acx;]3 xLc;"l3.u3l([pl[(Pv.>R^#2Ȣ̇œK< ŖsݻCiy!e{˱G֕y6e6Ջ *:!ɚJnXj09)9)ci[^ hapi6U? }U_6aʾ[E-=ي&ԿpHT3'P~ vT#VhӥefGģak %s@Ή1ƼlBJ+ػ2߷eۉZ{@j1״W 瓤҇KYRq=GTv&ްX0daEՍе#I˔9X-z3y sSik3('ն;ZztYn;\{^e/ݐ.'ڄ.݌gF,b1cGcM~ᲆ _ˬpE ڽS Q+T#5547֊2kZcc%ӷc,{Zo7 >S9GBvNG%4*lt!bKzϱ;C,(N 7=b-ZJUؕ .|Łr5֞]zU{K"8BզzRQҜfy5;pkp)G sìB~u1J,yւp;^1+0oP,<470}|boZ o-@e}( 1”+ekko`?JCᓖP:1eឞ HG:)Kz//t+|lkuR5_ػ C,Ӌl7-oX6d$ -⇤0fnth6/N؉ە>G±t~X[yؠϖteepql(C# trGXv75K_LVl X>MTvEq"5rA0d=6<8J4Ñ 꽬Ge{s#Hu7mfH:=rQIy}6(J;"5AV_-X#Z'bY(8`T, p̴@&Dl p]Th\H-KUV*"^E>efVH \c]%lqXr%2s_TPI2Xy7,[|SfZ0rJf4 ޣf).lKR ;]TewIԍjYwE 1 %B' IڲMFih.lb 7m0 P/GFHb>ҕX+*7%HKPO)k*r0Q;o$q܌ uZO X,ٔ$q5݋ove^_A!";e_N.'ɰ}dd\.\G/{M,GoZV⩜ QKq{f1]}2E;gT%`ϯ>1fZpA`q9zP=TXp8,dbըRVQDAi8PĉyK8Ff^rFDb;N>=p̢0[O(Db"+8A2KcFo ܡiPO]A, 95hߏ8xj°%/+*ݻgvi)rF\حQVtQwgM,_4<{jOVeAXg^bHZZ”K#>Z::k|$woɅZjYs<3K[Ζ7b!faZR~H7?`2IO2cXs^?fG2sh1d(K/Uh X?ޥ^)l]& |rB؉A(Qsp*U3tmik31 ߝeݏ Y8O&60D;'( ?#~52i{`z:V|ψaz*lyED…:bN P&h ܧhcpd)#/Rr"Tn :]/^MKpva7pJiőh@|@t1oPsͯK7jBԺFRiltqZjXV2 ÞĎs`$PI &*(MSZu[\OsҼ#0ްL$ |e_~Idd<ʵ@m Vd+-HenӘkX=d;c1cQGNBo$Q;dQi3t;Q1'&3ƣMɾb2d+:6ce1d[25D3E.΃C-?kDȤ_;"*hCCYɥ<Mܵf):VhGhrnTSD#{uYvK5(/wZxoeXn~!>̐E[ΤpLc;Ǫ4AY˰5\Z/rT.1*\@eYjf1o3_Z5eo:տ[ő[ZhARIH7d.b/:ɰ}R 2< Ãs Ь,ƒ%nT92pM.Th*=@p>ZK)=}XJD _щH  'ko|i#dlu-6͏('1E-K=0G2 8hh|q0]^#! qN!ם\oˀ7|tg<*MԚcCtQ1NUK*C'n7Z, pzUf̰N. Q+ #_ qece?vȦH.8@<^NR6a^P'UCs[" f F ]='BXRE8944r:,;c cqbprr/(rIY`SI/Qء;N#A;R&ڤ >B1f-w4}V+Mu(r8 4Tx ;BimWTTT:m) 86F`_I@] feUO7׈©-f^Aȿnи47 zX  Z@;qd%},ө\&tC[6 `玳GxPT&3Xvb xR$oIm侀F&h9"IkJMuK;f@M1ro$6m0Z o3*"Y+ؐ1y{[іТO};?T6AnqnI<0 /q WFF͜Q_ /|tn&[]aw|D@7bbYwVuD} A'Hs=J^Q;XNTe"yzG4pj '#7jڏObP0KV9!ѐ ?XsJr@LܕօUp-xίgt=6Œ.30ꁆH,a[T@К@ڱJo|~qirǷ7[,567zIq[{j'BR`h5vg4d/VtLq>Gؖ7 %"j@s4*]!IGb^C՜^s$B1FoڠK#1CF3wWzǸL]?K*R?8%m֦˱>[$^=Иm@ Lf6H|N$ElJ![륙&fp61LED73?.:(0M4?[(-6 mN&4b9FT1.rKy@0Nnz̔Ks OsjAmK Pt}G#yqGA%QG.E%U"ZavuԒɭg???`Brhㆀ+pMSm$3-hs >Kߺ/o$q;2Ft ȄD5L/MWTlhR+1Mֈs-2RJvL%7mNX8 w תm<$%opU˫P<xfZ%% *":H2Bfubxz0f^ ^`e~FI CIY.a Re>-Si93w \lCIU@ a1"‰;ymC B4 Fg=sJ{ʆJ#PO G$w-2m|+ RM1m?jjVW(R)=78G>rtKCnNa9']S o?47rN%$bA n}KC\\w#iY0켝aqth~N\}krI|*$^"b.0tx> Rątй,9ofJ6:]ov5}fN3mJsX* 븗:~(ִ;z(v;9L9& .4^e7d`y)dal;.C, l6tŖM9$q&R'] \=-8k6(T{z\#+e!vLiJi7 b+&a:w9A8}h, AK uyP8ʿ^VnL2@dBexLB n]HCERC V]% 2y% = ,H``F[SL7>@{y ShL~k_F P,c}:SY6{$k5]_=mop2epõ!R՗P!sY';@{$Ertu <0QDgBHax`QvU[B(I iCE4h\#?wڡ$d uD#'t~&@K_py#͔d$H|1-#" K TT`fjdd{x}]B߽r~2ֱ[ r%c2j3nxj-I#6`-)1c(KE{#/,{uSruB6 qhM';رXG)*/@~YT$]AEo+h_<#Pۃ4^t(2֛#$q|dfF'\i0wj/3& =ȁǓ9=yK͘7ns5uSLYճ{DGgv"Oj#zʧUG٤w'>\|;փ}C|):&ZG0- `w/r02^pS\s^ J[<^\y pQV]Qp=PWl6}[ٙ\ L>RkVRY*W7k> 0%#IO9OBNqٯPboቻe+Ot;A'!;/*JyVyJ%,{ze=6Nx2"yFD𑡅:dǯҪKyB+0L}u6GdT(D'& Ea/mc.43֌B/Py;h66{ZK M AŔj'e\j$vU`.d'&lh- Ueb-F wVaJq0 b|V:`g ^ٸk7 a"α%a-{H% "|41PJ3|\ [UBYt0S}@qR҆ M0YA3q|zG)Hy<`oM, e&n ?rřIiAA1)Ѭ]1Q1_I)ڮ]z\-M3ŊiSʴEOQߖ(DgWvOYXsl{~$YZpC Ds6%clMߨqCqo!nwZ!\먍b42o|xCv"= <ȇzyH*\/BoFfwmL7us8J۵(ӍǀX1ze}Gcnt\ / _v &AI:*@b.O%bt]ξ@#)4Bܩⴌ5#'y-\I“HAb" 0VDğ:*:%gxG񀬆ȅ9yݜ7UdD,;&+*2m ˁsb8邮,ʯus[/_ib^Wvd3![V)oΤh Vs J($99W66 R2gT"I" "WJLI^Q/Daʼ&np +? 8yr 8m⟓#g վ_Mo N?O3-hHd*L,UVGCKT;:Lx0HTD2lGe9%3z{2,~Z~IQ^FYZ`I3 cÉFz_-&w Dfn?jư!KHGiXSnqwe`)*[;Ǫ`ܪ}93ݯ0-8@a,}*?)OF"> zy?]/7 ]~s$˶% FCa=ۨ~ HI*?H:m :~'r.g!'Y}"s?SdTUZFb"\oh ..nH1|~ԍ 1IxAk{0Fd?Bz(΂k٩y:(?A}KOf@^v?0RYf"C6SPoOmy/flb>l4u4=k:SVyZ݄Vۡ-!'2?xq3X[-ݎA,aOrLwD> DXZp,kkJ3vc^E˩J"BFftG@aj:Rb/w~+m:50 )k/.ykMpxO Aj]5;\IJ\ϾL+g2AY]蝳^s^U='dq܍nLyhX|9@vR *.+w4mkNVri R sTH=N~%3;D PM)f0n/#=cՄB`_tAښ 9MSq.gA@P[L&'ӖR;/~X8nV%:;^-WxutS5~`D)%m*BXܣF.\BUQ eN1P蜟OvtJV}o==ZR2}lY֋IA)g-DcEu!2Yջ>sA\xdTJU "5G}8c@jqZ"mCʵ ׁQ3zH&D\3 fo$N FT^",kz;fFp#IU7Rve:(qd0mI0zR𿹖ٻK헄puuω[:z-obWrr+ӹ3lӑK]46$CU By ֛I/Iq0rk5 Ws\,N!pXq; mtYAf, ?(m9Gddz,&cF$>fжɭ-mX#&=Q(ǖJ[[m&8QK sUg23_1xy'/Y)@AWΩh顷m̺XY0Icy6I'ZX (az J6 F/cgJ F]=P̙'@_ x@t74!vJ~N{I<ߴV}P\f۲zN5 HmVצ XSf!b%TM~S4.ޠ^ $ %QOGHXzFQx0QX-;O^4< KI_E0Ͻŝtt soguӑB^zwgOyXsdoTᬅtN$Fd)8x(UM(Kz!·d܈!⴮8V+^Xoq\jNGFl ߆%zmܭTKJrkp4\Dҕ^s8 ~Ѻc73Pڠ.*qx(_PjXMIcO5by}o,H}+D"nSGZk RTSn@ e%" 8D_!Tww;/U'*Ns31d$M6o",O笯Ez_Ń?&9i.kf3glt1I/>A+RPHp= 5bA3y(;NG'-C@R,qYMN &z'x8!+NlJ<;|kiGj8l71j.#}x{4ULaLb]Ӣ݁EkpVfgшnoįJMs]J]:J/dZ<"2 ۊm4d@b1ϕ) 0.U  c=u2|֟#.s;[ֽR5%2yi\-AEQt?OAOo\X-7t@S%0 ⢜rkawەWJC߻Bs~9i=?|We9iKk*1dv2-Y͓Vwp4_T9_^cbV{I9>ڛ&y8^TI%P|1s[=Z>JGÍҘ.1^FP^%.~rEfCs$k)XR?kk\o#+߯fuT+oE,]ϛjwN*:Qb_1[yIA^ej=>Rhg624^ 9wG~f}K9k޾f%ٝ1-*{=,0-*tOAT4-xu^]hqp[)jD([2x>\z/o]$hΨ5 #w~dɩŽ^6"0ؠQE#'0[S` ZS=)ƌ!_F?_3EI c{I7EaVi"N $wh&i[aܦX˶D!n=2WD7wPuD8fdU켥JmLdajJ8!eY2_ȃol@6 nˤYNOrH(CZKjtVw{dF$ByM=D9;krK՜%bǧoD=*}c#Xvez9S[Itg!g[sE2)vzXʍ>٧ܯל.ye4ڴOdKAa ME(f{`3:õqs})\ }- ZNk=E$/ p49Oߦ3JfG1޵W8] lhmJKn*h>ݗAWgVc8 y2{nT:|N" =RRuX CQ?]gs7XZDZF!x) M;ڽȸ Gȃ"FYm<* jcS߭q}Up*|It!_FJb:B\p.>OЃ-L*CbjRXwJ`d0Z_6EϧC4sGs C!1ϩ$tL%hDZ!BOVB1 E)-fMq>bIUNzy%Rzq7WEx,\y\NtUNcHx khQX;< Ѵ 9H !*3*vFgZFF6k&Y%JxçեrU" .JN?=Hr(ʳ5#qEE=c 2XI9X]*K(\׃u즌,]FqMd;};# @ S;$ZVMUcYpPI2QTH^;6 HɊ.:Gj-a ζ u ;vnym΅{gFi"}Wt+yj7L}^}1;5"@C @cҶ`G4Fڑkjā'ٸ0'wC$*c5}7v`";-!h\JZ`;r+C9AՎxw#.5OXp*c\ZDQ]sE#—93|?44cɣ?NA 5:Xlx[>(+5/Iu2]JLpޱEー |dxk$rPkg]ɅRpn"ELs^Xe mnp/*iQoYl.<"%e^X 2<׾lOK&M@GzҦCZ0Nz˙?A2A.8,rмɩ T,:V@-E?Z%G~F)BLi8_Z怜[ ~I죝ս[x3_j=gdSZzW5PA]@s&m3 gvP󍘄恿{S7k%dn͆6/5׀wA'CLPwdOtn8FR7sƐSG}Y7*Ė`\H!Z3RؕwFnJL]3o@킪C7+#&S5C:ⓞz1,1%j;yaޠ]ILQ;KO;bCE]RTIɏ4`2E`<)i)!,}_ޟ3k>]k?ǖ  7Y+iEkOo֑R+[jj @u"/bn΂іb;g1%{^. HLl`I⩘S PݙAtaH~jeDf'7Zlʐi =π{ApRŨ;g!iޟUN) BLg)CkuL}Kz ~0&gU" EIyZtbA5qHDCK~#s/3iZ4Amke䐿KѾk8;@ -zMhd\b3~|+1exy}x zs'1"=@L2+X\G&:c}ʀQ;sN_i$9!oƯ'mU\ հW;nR6Q(fl8p+)rd1bTʅzDR(wuȖ#4gtv t .6I;G\;g/VUWAHpjY te!ZR׺t;ѯ\*9|l%Sѭ2d_L)ܶcO;`/4&+6wu}&-uSUppaO@rE pN!Ctj7EXs5dq-~0իaխ$#Vc.u)6{+*R 92,@k`{ߕÉᏄ״L *nR쁭M %?aj۽Ab抆*2?ؚ,wZ!Gr3ՑI]eh(PX臎+-p3 YUaeE@Ia2{ bm b~VїN"`YV nobuYj;%"kNt$"XV6#~YETutw%l.i٦/UQ8)&ңg Mm%Cy# Æ79})wA 3vkp_Q/\K;LI #LN~10anU^}Fr%+2U5KlzQѮ k.ݗD4!MP( .YvOnb-9g&ߐ7],vK>7j;F2)aT$ge]dl탒*>E-g,+|q+#$,8O։xb˙w˖TZ?rmxʈB0US 4 L9Suڲ3`ruchꗥ )e r* WZ2}JKr=WՄb|{lP6 {{d.FS=0ٸ `ȡ8` xfȣ nq*^vgwUϙ^jNtKKH P0LE>%GU3SC" /Jm2"(G'>/\[Bfٍ$c=:z4\TR36Dx2^arFv L:sG2 }3,ڴD)Q(„ +4YS?ƾC"K`֫;6)mӉ:{ȮA[0F ޱ>tzD0m16L1lS#-횈o<Ũru$zE% os cjfV0Z#6ΜLrΙO[),]ĘSU4 V_]va C f!-g0nEr}U}˄004U$ШlYOd>Ƕ7`زYͩK3V\m8zNljӝJ&mxQCtdF;O0kb2|o=\(6筐1W[I^.T>w-7]}En>׵ 򡉪7ie>\"rQf Oo=wOOX{ۚj?غK"T-jcsS;Faa `1E>EUW4?2tĺoo߶$ 3F9R^sP#mL:D؏\3l҉ ~͐풗v2#sR1^4Bjz!kG,JKOC!ÃHQ)HnCCxl. wHw` R~-EcZMʕ:\۶,gOkEQA-})QL_w:5oB 3R,'FP:pA'XO[A1wu:>XVe~(v2 5Dg͐3ܲE]:8a*3-[6*NSYd+MؿK)h n N?F4}6n0g\NL=UL+' shULm?T{ Y͂Q0q\P˖ҔDe/lYuͤAz@^…QY` B6AE@MR>ze܀MK`ޓ g}Tch7<0Җ 4,[ⳲNr _W5_ݱ:DGņKs`N}m *$&OwOju"k#>Z;pQG=5 >Ԉ5_^V-vҖoMrES_s,@xR+߱QK꼠frxUsi7-ԝ>W3Q7KSߎt;N}':WLm;W t|Ir]AgGl&y:,rRs /ChKM~ʉjG<0$k FW"_7\76$Z\G~:kk }@xҪ%7;1VH٢p93JbΦUHJݫ>0t+#AH7ߏEUA!oD~mj@%":w{];:ٺY G2d}p1Dighg@>d)mA|\qp(N+6"LF@JL+[Ԙy[]!h|H, ;\0*i6SgŘ\".ߚظ& w]cj!WYIV]v87e* g&BnDy2FL,@^ AA;B!D`!Co'Y6|f>, iVL^CW'FuW'QmCë!X6!{6@<K"ޖoFCJm順 0I4('X8X kj$2Fg/gQj(h){|ps Lih'2!4K|OخoxXvK851c5šc22Vt]R~f1w-Md t?,IӱC9#4bNĊɬG"}qi4Pl%w9jd.z ӉC>H3QG",oV {zt~Nmqsyb>HS9T0X+bN]TS?ix*Uo٢^bDQszyd@ʶ9oRㆣp`#4{)1d0ϵ~cr>}(,(i[ǠpQ?Ar̋S!60H{{:5_*Dk&,)AtZIE=Yz;+W!-\LU&_!u폢P;g/}gei?XJ%bǿ)^&\CNRxHoRQZ#K8@.q٬DI1f & zfcpx\X/7ݛ9{{]Tb{E: *2AR{r8r8 *@L^93xziFMx4 K3/5£W;Q*[%q 0|/r,t@4zWw|`}J"HwXIc~zW[JS]$c>tm}(ܜ}Q,D33iZ C+=jpax9✶ihٛ5Svް$3 q@4. C>ؿB/C% a܏/r)54FF^)8brGM+ ]!7ME]D{OTѪ@}Rq\ҒlQPqۯ)H@4.jYQ+8Um&uC]_Km׷_p>yeFb9D Qs)Jnlao*7Ĭ}I\ 5_9Wt ?7Kݝ_/Ezp`;o@ Z]g9dND$ g gyx}G\J~\ NvI7 GH33dZ0ZMkh^܈f6M,bMUƵ_L&@(9A~)IEC-r^ (\{\$KiDx^1W_A\Jk#<<Fcø8܋WwvsN~È,$:/E`EQ Q%%~[9ПQeޚuz}S(bU$hdrgxYԸ8q>r<[53jmyI[26  \Np a=f$ur̮w l=UDhw![͈,KHV^{ p/09A]W֘$/.zUze 1#J;zp{]7~ԩt#2%BCP!0 9`HG]_Zfo惡j͆-TS7-aܱ71$]u!NUʗTԛy 9OHM]o"cL8VâDa.[`Gl+nUH#ω5ΝN#n6>[\W?[E(Oe "J2LGW+.QǢRơԳZC]_R:.w;I~%e.tU,/Qr5O!c2䘁I< bn"pʀ3sZeGMN&kg&)0E(].aԬSse8.RF:X_uzMRIGL!^TJlĵZwē\&oaAz)hcgvݾ{WS`=ўbXRXx4^)^!.+YO|S`]2$Zh籁vip]<ry]{@F!20p'&,'H9I8ۓQ^wǀ !WgזH75˰Ύ(Y/^?TȮxp:;71֟}}kF_i( Kí"}=yCzqFXvDgLNqp56k70ܛwBsD%|vndL]IoNHB:c 1P\[ݜgO- 'K{j𣾮?kj%wX6#rEoH|:y'$STX $4d;wa497q-P uK߯b~xcBJ_ld7]^(OS]fnv")K{eDRA}0:Sy1o̝(rn0 ٽ$sN! b2/ ( '6{H| muaJ>8CbWFv[3Iob $҂>XEZ>юްyJKUO#RO6snjflM1N}TOz[%cO:Ge{H !׎zۺN॥.GuTԜJm=71hD; $3x,%9Ty9&gpHly?Bk E$~^:D)*}0rʗJQٱ CT 0CX+׍[Wqi6QFu׾?y֮YrȓӶz㉐m8e6__>ˉ_DD}Y"~?(tD:᪔MR ׸Ni9Vם\١e8dG?c\ٯ[?3;2'xF|SHY/s,vk1<םnӹvknLD^uIF{o c x涌l._uJ"-CgѤS;@g=tj4cY߷*γE5i3ƀߑ l@̬2t6kb!mP-pyGVOxFoUV4YuOSQgbM`Œaڥp"AgҟɤX-VoRf* S yvY= Glغ$[ig!{Wk5W@̛06@!/Fc>^C]}u}@8 iu`8 }]aW寀s5`@,-T(%13kNI.RN#(D=o <} ت;湈xJP&)!]S2 X1`7sجA*1%&ab&&b8tӝU. !DҸK嵐 C'97"-L[go T;ȠdfwՀ hm`(gAEß 7î> LR|8UT'ؾD$k-/_b43Qؔt6eW+umQxOWOLmdSO= OͅUuAFi9P|Be ]=n[JeN8M?mUObBǍ8߂r[֫vl-4T/oY3A¯%)g|v^V26QpႫl±&?PTV輥П4tY_L_0φ GPEDʓs^Y?rc?HWqᎳ5|KV$ |! P)$Pa0pk)⳺vQO6\O:pʶ'VCߞEմTjB ^D ,(%'z;gQrvNe)>q/<FGՃ`мl_4nnFnED~½@.j*dCO \*Ai.(?TPDž_-@4ۋbǬlT5h(kN1eC7 j ]S+Yy0XIe1d# ND4yĸT zߦwYźyxEiFJ62QQy>{Y܎ITlο$)"Q0'XL]sx<5+BlThƷ.gO+9" MP[fo{ ITViХeNhr;,Ei6.TNzsi(θz<Z'NTq$$DM?#r9yf_dD jKc"}f#Ԉi_gl%0jW/ lh8(6/@'m:VׯtfHRDVl wBtB%A=A$omVԖft(m&ek'&έ\AB6a 텉 a߂A) 7R[c9PƬ&E9b^tf9E[nr1I8{V^|Ox] #i28l\'~MpS9 ۵+=aS:E9R|~[Ky 弈a^IVrWrM/?Mibu3Cnto3F@Hg7!fi:svnï/Pa]eɢڎ,(:wW6f9;YcG0FBp5+fqf k*B>A?mQucat-;62&\<`2)MMJfgj^0e 9Ӕ`YO, V9=1ch=iՀ\/Y h M= FFb%zk.Cd&6K6\ sPJihZ'˭vnn? ԥie_VyWh|NմDs}\`}`[@-=.qܓ6Lai%L&9 ôe l&H]GԄ m$xL6N?V`a` G͂K9N9T9~E QE[ÐA9*lcWz Y f@* CAuZCКZ(O,V)ll1{y' 3!F"d~.ŸS_&PoUgc#a "&:de5ёE3uȶ+Uywn,w I[ӷKNKCm-!YQ爮kgH 1'2Znpl0IgS=/zLƲK*uDmb`JI" ōlE0I4I`$APfl+ت$#SӃJ7( 2\c]#kA0;#s-VPKwg@F*Bl]t~Tv"x=E2< $*H vUx$xҙNᥤyTqI(qzEa)<zM/k y;l@O>\~4&?fhGbU,m_(|b=[stȟi"T&Ė@M;7|oj^jժ2~QԟS=M/Cw!-r~18"ij3MAN++oK.(W&W DV=8ٽ4* B4Čs[AEdT\+C 6 "pQR}YQ?:]Ji|pAL8vE 0"D2^DPfxK!{EwhvUv+3Lj9;8R:~1~OژR$8u4?T)˲%qKz u݆>/ |q`}F ^d٧IboAjo?ta?:ZF_}P,2ok#`oGzdWx{V~J;$C]+|È-.%6;#EW}9p:4B!"Ҫ#}oЅ ֍e y*(z=Aĥ`+~vNI70Ln9 .qȹəO<J_#J߳U z`ZU+i$4єa(w7E4qO@*y\^3gi-yf<ܻٝi.q~"&9pNo6s{)_ڷo[K&YxBa8G?Q9o$ʱ{HCG뭎t c){$dɳkVڒ*CD&cӨ;W>/7dIrp\`v\[JT:VL9'ni@?ȸE/ZGQdGՍ!;(>êI@  kDE9e"ZXg,ɯcLޖO,v׾~)4ޜbiBRoFk"${j2 @y!G'cy'TbN)k=9O8/da8Q@o Pz{EL{]/̺,=Eґjo(%Rbtw \_=m5b\74l.2.' l)9F*} Ö0TCGY߻?ŧ)4COLOkRgq;ݐ.C3g@D!atp%L+K:ǐ%gIT e oHL@n٬[ގJ!pӏo3@K17d37%%Bn؜;@ضLDe$l^Pɿ7/}m-BEao鶧O,!3}Nݮ ˁOu /=r*(W7z9`G@qJ(JR7PkPq(1!o"56垁s9_kA C@@NGEء+L=}WIMk%<-μarjȾ*fĆcEcU;)ₖ2>>fó$QkD& ˟l9ʍiEXCNQ ^BB ,`Za}kzr^>@FZ9&i:V>[('ϟ&v&e{ gcFWW%|!6Glp@G1J "t~b{}x#QQ@%NoQ o4ĭ]SmB0[s ПǩoO&{lo!LeoiXn&GHPZzE,y/L5֊m?QQ{}Zk3hhG҉c co\htQNQ?@T=8NXX>%`1b;;nnj;HYb_Q{goWzj.sp kR/Fei92rS{zxFE;`E8ZReʦ%bly('hp]pcO4wry]i r0@b{yHOT~OQDMoR8ݮp ;vfOކևO0ոLx=tK~iϜď&NF7Fd$g zBf8ӕp"":!x #^hru]V ~.rN u.n*N/J_ #' :X4 0އ=QS J|5/ᅯVg41L3 D| "xqخXv,Ɉ $XP`@G ]TI#qE2+vH?M3_UѿѼ6n?;ږOx ^ϛv?+:ˍŒO 6V$0@4ɱ~Qmʏ޷ʪt )"I&ϗ V 9K F W ,pVXx1*E@ 138czA.vIjSpP @ ˒"؍?"@$H a@-92ΉVL;_JL&֖8j2u^纰̆K/@e\/ Jᵕi_WptxS_e!S}\V/1yaaDqog\)'#>Y tN}Y^'ӞQ<ȃ#gZ];pf\='"l M|q`k`,#/p$zWpD& JK~F3/:⟳j'E-M@ӝlE208KǒIu8ՐJ]@FnڨU1󸞁Ԥ \ UC'6(&1ײcSgtǿ!D=D }&X' D^RVy|c}՚|hk`"Ot JIɟXOEb7<#Ӫ)A=g]-P| 3™izuۖG5@uʨKEj{$YU%!񿝒;)Ι|br3 6-9Eݑz T+On83}X6оd;0mk|{]XS31iTJnÕx Tk;_dߪ,-Ez$0W ?:jCYJ& ]ڼ Dq:]~j3o\fw1<:u*3-| ܉LK*kDrP\tPЏҧo(&,Fv1_2A+(cDy4 2c(d5*RK=lՃ{ .CYQKrĽN-3hct=68K7M4sicN p[Tt??/vR5ͣn|]9} q$vreu_:2EӲ|5 z{8Y}:.W.wM='7|NM'ժFF8VI)4x=u]S+A3Srܛ&>*exˋo5,7L#+f0qNr"I0~ߏf"4=-üOI)31U!XávOB,iRwir>[݈nT*x21}L88ݨJRx 0z53ze_:Q2N%ٗ E +c#T{''t 2G'3Õ4iUێ6a m9כ5+)<zYȘ/(?ꮵtL:Ɯ[ AQ20r< ArˑO*HyL k< L4n3 4p`ͭE$ ̜64U¥E#(NJ[u0<'^5qY؊I iۈmEKZAA{KڀfE']AW%T\1*hf'cd5p=vbԉX-c)yx\7 / ֨yo~-04cʃ^.5^0vѯ[kH[CFi#b2'3~ EG NdtdЊv?Q~mhFbI*|EtT&n3-qgH 45:5ʇT=f<4tR)>mGOwjȲlE"',0n-RofZq &̎@9*Y._ųɦq5xfՂыXR#)X$J GLE3H)$8m.j` t ~* kvM }0q #ڊQ^G0q?D {4vՆ) |crsIC0P(j7""5}r 4dYfTˣn^5QOjSI7|nj!Nz"Q;x$,3p\4(Te-:Ћ?@)a֑}^ pkFba wWBnF7i\~aU*]3ң]8řw WJGkbiBZN0d];&\ H},fKuaX(cf/GG Ein)YHOJ :I`K !bRPf< 5s+F1YgʌJְܮY/8ނx!RpG07QfqJD˴f;X95#n\ͣ֋8SF&Nj #r3~ڮ .!刪TǪh^EZ$!|OAB]KTe,.ddJ+Ȋ? =~ 4]=ܭXu$]PXq*ʆK >eT7B0°@LuѯeIMd}\~(Ix71Y MFQfO?'7W&Ś/ϼXy_N$mM5FnLkPf&rȁ<\tO9 hATO\b! iEFlN)xONHΐ>IZ)% HM.awZ |~jوk7QeiGz/SyOI]Wq9|jvD2$.a5X~eCxʲAH6g4vnx%^ s6b &OΠ ibd[U$l="AyrAK22i{o`Ս5 أ!=OgO뻏RzBp,ؙy {FBm.'4Br9?P'@CŬPI-΃ZAH=o M1igbz3;vM1E3-;w2@z:/.Ƚm|%E)i2/>6,P[y .:8DY9]1lc%N^w#03"sRgvЋ[8U&ύpr#$W 蚒(.>&.p}Jtj?T?͡XVyݭ5kפN>tf^o)Mnn]K?25TSWȢ|epl5fAe J6~9F)B`iHϰz?+:טv_O?&^vsDUhCz4Z)+deLr8sb`*3:Iϊ9Bs.]TY) yeR*E)p#4v7iѧ8[zKߞiۯJaf2en~X&vg2ᆪ\Ic4N0s:E#b Zx }Ύ$ֻ:K;v!^,Q^FtwL$Zw1{!=֬aT&ob_g䭁7qGWD1mµWZ01qGW^!HH&=7( ߁X4jn\ȹqVƪh[0yq j>rF.:r<]}ǝjF;@I+?lVچ)Ӟ7^Fj L40#*?:h񦇒^hQSĎ1NqCLm9'nQ z:VoZr$~΢rFNdlƼo5Z8uB M4 *NHVA[(U슛y1?rCM<&2YȪyϥtM0bP8;Bt-q.gh)R}E2 yG#= W p:n-tLKj.qpCʀ*j65͙(8)Px,|ͤ妈=)St^ILrjH6Fhr&q1ɘr 3! ~L-v^gmsڸ.q36Opt_S#-8 ^m "ۢڃ"q}׉K0I7I$1?л/PHcpɽbDfkW H4+6(D8Xսa4E02PhcИS3A)e=&ݲex?k[*$_f$)MJg'F@X3WF۫Tz,*f1n1`֔ #|L4ثdMTpIZ\!ހeTXiuC ߢ]|b^ۻTEcz ˁFeM} е& d:D3\[=ڋC4;G V9*mT!aK|'u+Cqs8~y#o8:ѝקN"Aŏ2"v;s\Wq-R@Ap#ĀMv/(]֥{8o?Pl5ώvιKHyGbOmX@(lkF-7Ȩ'| ? $pl^&u ;"ub0'L7ɐBux=Z@͚N(U: XdխY=0xG0YE0qҙe$P@rZT^ +yƏ{s O*xޟ Paͪ{zeħph<9ab=8G6꧷)"5KtFT)jϪ盂gj?dE5M~zph)2$8Z mw+긣k/N^3UzM+*zWtP Ia~ڻ.AI/7X^2sŘ TcvŤm e(_C<7EU` o9t紋1Ͷ⮮r>տ['JvcI^h*N5^nQ XbMNfY Ҙ5y h𖹵o mV/dhv١%_5BDw3z_ȴd$h۰9 F؄ 3K :bE(oxZ~\0bsg$-=ݐrEi '̮sJ ށ,qKsA>/*"g2:z%{WCIRfi ti9 (К{"֒܅6ٔVLv$1t|C$N[1xƧ;|j0f.q@UQCRRQz8N0F27ӨiS͈Xc`.c*ˡρ4Ip}wsW5QVl¢G%De-?&RG7[}O}Ƌ&}CsD'1l&n t ^[-;z.nwu`boZNTS(F}c#y=bi(E8R}{-l`ȠJ*;$y,ri\J"_Tݶ "i lFu6w3Wm!F[UGcFIlQڅOf9`X֕bX !,֞j,< $PHU?2kgL\(-Hs7^t*43\&VlB|moZ4{SԞf(J%U UDl;bcӊaۥm0q26-BzVr\6vǶ`nJWqm] >]?ܛ(#BEc&w/r!xQƁglS&ȁ$b=N))Z~y#W'n>]NJd`DJQ)+[ģjwyRV#_ 9Sy̒ juN·O:(10ʀT#9/.j1~ܝ1"~xhSvP<,W iR~s tej֞Y-&vҙԄ :JDOS+/Sp @ EiW2K@*A0J8ʙ(PA$T0=pB2|#ʶ!IfHь%?&w%0.3 ~&zʓ^|& yUsV c0EIJ2k\W[8gy7ǟk/P%߅_@Ԯ4$qgP* E9cG J"xI/m p\D8Hz3@g }]] 6vfgp[m01cL\O/ro,Jpz߽Ƹ(w$"i{nWS FT=BD>8uMVjWlԽP#4lĤN3 ma hV+Q2r7Ũư « }W*^5LW4%ZTWG'<4)-CAC pg89xQM8wj Ynj]9Ekw |El) ;@TW="vOX^Vs%XFY+G,x?Iݟaap6hV9EJ}+; ¬lz~d<'<| [jbZ-P]\|%+15{g%g{"Zrzg!N R>vd>g?^ XE}2zŘ(Ea}gppraD/2e57k~H^qJ ،& ަ0U5}X0ly ٦,WETohY[w,hw9πokO97Ar=2%%Nf0O̾+Uj[vɾ0rΌ2-[AZ|8y.* {^'wk}!}q {O8# ;"oTBkU7z-DsLd~)ڵb/yt\dC@cl&|G_gBDMvM8t-Qif`auὧ2q:I0/qüzKZDqDeRyG"4P[prUԈ ⃃&h۠3y} Ӂ~KiE3du~{gdk3(0P}gW8Z~:+up/ Z`T2}{nR`ſstƵ{ *AT n+jԟԙQx'ܠk<)8eI_wmCdc k=8KUD 6sO7A~VTF l9Ab 7Ft0D4тkR1P5o}vI"3w㝾,0.j˛鯍-V7:hPIC~Pspx}_E/Ũ֚MO2ᡷeY(4d'h8:Փ5€RS?a[;Qf! 'X鼩s~ bN/–ca{E1D׻-"O9x690;Ӥj*Pو&Bq$.q,+R @{n?ȷlA7O"ޅŇo3ߵWVz&*ldZNğUZB,29;¿8XN#Ƚr<;0:`AYy` O=s#1?WUa hdK2j }FjDZ)&B'j>ʇ*xL0I?a=%771ʘ,kIWjLhR[qRMM <Ц:9f[{5ei i`~+AW~qp__rzي98:P); MIVѓesxYrwF4hb'}a=E 5 D8~ Xdy2#wfKO{z}9R^ށ: ̵2[k7!/jɹǤky;wE 2HR%ӟGױIx1I0|Mі<~ٓI~EBj1C6M "$%=r s{5?"ߒtWHw)u&+O#}D 5V!DWYs;+:\1^FhXjJkpЖmB[2'eڵ3EhMus΋9̂A? dO[Tҧ~X&@|)6TFANSϪ;wC0-(ey!R݅׌s{/d7wP 4Arx-3|Kugvyq 긌yNk2dfZ} 7t"5i*3 "U2\}Pa561'@_nHtF]J8:2(9\UkRpKiPp>BngN6]Ʌ.?v-lym 3'sUp5I-T!EnZ{h.ӵggYAeJ0r0 &lheP6%h`׏/7K4aT$3*Kv.63|CٓB p%X+ O(e{2̚ϸ+f #v$(r]| 38p 6߽ 's!`pwN*6hKݬIܧc=LZnpUOń tKԬ4xs4~nsx/ *I&yK;o/qd27|곴 5d?c7eT B޳:/*rl"2Ɋkm98u cg_)eSV.pۿH?,`T^z D| F񤸢 Z\ c?4 '%p5yKOLײ]R<_b7'?i?{[ ̇͡u_t[]rm9Oއ38.y0Ha}Ayr:HLª} &J"Gk>( ]w3,'FXjb/*Qg.Eķ'Bq*K. m+oфwDğc@-4  giO֡B2@ 8q1axv -kxJ6<) tC;&^Ml#]Y. 麒ۧjO1L|Uڰ_*M#͖_)ͪ*5i(FR.2BKŏ:Ӯ)A =pCܘC׾A] k-L(;ܣmTR7eڵox-]ڜ*J7b,,Y؀`u% x.-{N!jH%_|8lV2C'e%qHRxج)*um4I,k:˗y}$G`ԿШ3#`T=>嫡mz+~^ˤ7,AP/ \zJym3D:6+(s]GG^y+_0#4RZ '` UUHH7֮+$r_m0>ҮPƀW#jF1'#o.YGoj"hhm~.ߖ= rTpO +aGqg[Qöi|bUlPOwJF ~G:/~)h&;f1Wwn_*FII])SIw?lJST=mR@mHׅs&TJݎmk.!X = i0(%!AB.(3ߙ60^GVĂNڈcvO4ǨJP{"~ĬzpCoq oya p:P*&Ayiָ師_%|{˙P|%$$u,}Z~5$)SJTO2tan 2EF94!qe^6UVyn*yHJŔ^88wѸQMTld썚)sĔvۗռY/cp4>Ya?b3t{Wiw!w {&Д>ud4TP-4[ Ypc PQ|W~q:րoMګMrb8GL*zǞS_Hu F'7sEazE3EC;!0~D97*B{m_G^ 6}JďL9f">X\ O[i| yӝ%; c9lIByA7sӡ'^F( (U0;[.K {^&!s=l*)qܾQBSHѡP_{];L n-rYHDؘ[@AX5᝛oBk͙;iC.5 g0˷g@%($k&k7y"H? q2Kϳ+֘{pj˚*V#:_{Ȫ9du{]_cRQ@&' "#ܜїw2o ޱM?cc_ ۸ow&0mX]]#;z6u O <9C<fR82B-3mDZV\.b!"FH.f yc$-Ս29nx B7/vM͞3ѺLfLM;h/  Ctӳp(H?@袏*rcC] !%Tٷc@zmT~5($FDJ$vh‹(* 'Wj|Y΂aGґ*i1߂g2;+mʙ{t&AߛO'lm Fu ?FK?ǻ>)@iN%MEďm*6 $κaԛj?Qhat:]ϫ0 rzGҁ43&ZEvqrl~ wj(_),'TSOʗSI _?_r~k jթ Js?ʦdBQVg6HOLBn"&>v QNO}[$LCi=HotyvѨ).J nωu ˸F[AsϷ[ XfNa V-˔ 9']u1~(0| >L܆adtxҥkK ;bY0(ˀ#)#v3._dwRDp`)W ;b"AGY}l|ezqiWq6LT##AS91=3҈L5g*0 v՛Y]Ԧ)$vB,jMFKu=MEh4ۂt+8l%~5j')igPi`DcmJ}`ŹIB[) )׫|ǒ|[*Ԗ=_)I|]ۋy7IeNQ 7{bz5-;]P|wʺʊLcԼƏw <o&1SYɄ3;f~O߂Hj VWJ\7 #e]s6Y7g`=3CVyPq$\": vUtuG8|Ajx[=&&[Mc Yܫ`.4<_>!.x2|;ў'f)_h6V:#c>žT>Q1)X 7Ӳa{I}'/⃤4QtP4 ԙ%ɉ智%oɩhBd#DD| B5څl(B^s G0f{k;\PԲy]ƨ#pwBŲ&)}ӱe!K2OI|bFJE-x`1U]rp72]bVD1Y>e-,GÝE8WpdEL=wƞSvn{,ŀ'= M2nk9F!"}G;8w۷]~g _HsSXdžO;ȼUZ7ۦH}`&#t#xJXG\|dL6c<@\~ܸ !`)F2V2R^+un:."JXE^QZ nr*l}W=Gc)C#x'9v£yU&\C?N)_$!Tsl^Nem@:Vd[<aY;85 &K!ᶺalVgj"hV,^Pݩ΂1֕h <([q <7 N&M=q@";?g(, =~)`{)3?kMcCVK%.%;G)Ի,DSaB Zm@7ʏXвKq!ꐉar+" NΧa~?Mc MMmپb_cti"Ѧ bGFwbQWW~*ɵ^ D؋%[%h;;m6މdL3Zuڳ+M  ^gwЅ7._;C FCMW'7 .e,'SZ`h&G׾+x;u8|:U6>T>S1 L`ЭPyxXN~NO5vRjGG3|DuԂGX؃:=Z}uĩByNK2;uf5hm1I0ѭ 605Jƙ@f'5}\ >s+@+i: [Qї$ a2` /{69  D>95͜ՏZY'ڦ?'> z66v-[rq/ߕOȈ' HȰDwFf3OPeAm4GGN7?"vZ3fc²qWZ5IU:;JҌW&|?6eЕq׉>XMR'oX9roj˸N7@pI;#$Sq2^H6 ymK|vAMyFQHsɝ( 6 Fp"99 z#М?F$$ٕfv9Y;H;4Va =erpy3k6јWC<݀es5!=S"2Cؒ˶@E.|V )SoK,e釐q`ym/x,԰nU(!(oA\ѰɁKI cQv~5]zYq} 4c]宆%9(Q1(ݐakOp22 n}F'-u64Mzbx2337_Do q?oKu({Wx`KKLfG.`-%aD?ݦ[t'X yK2Ǭ{y"CvT eF,B#ku;zhgTMViY|NԈL8K nֆư'bi;@r㫒,75w# %cƣlw-l2XLiypt s(- XG/lrWg?PpҰ UŮmq!Od6A¬F$sxJu!nS,9OZQRV^zWM0|26ARѺN# O$]D>Ku#};he!c B7~ڸgo.Isa*ADȕyrɛXYmŞ> 3~0ķ혤Z_ED-xކ,%1@ʓ鹭"$o0[*gynRe)r\}{q¨TB}&#~CDJ Ssۏk\5"FU+FaƢ[v ĺQMkщ||>*xΡnO:~J>, G#Ֆq'\0}Ev n6YFL~>{9tImX+ڲ{%4S_tC;VZET# 2> `h{n*Y|R5voE4;L5fSd:´:޴f{ӆZomߞ-~˝J y9c`z_r:XHi S& kʹ<΍,@'ad&Bn9:d'ғl=MÈ>´kÎUIB/ܜ.&L xT.C\*w@\PP9&XwqT4y'^0Ğ_Z,sw {Z9_gwauLbsN5(e`9l3SMCfW5kzw ^0u)-K2" kD}L'oΛG$hRYrNX}Jwd<A0.K>*QG4rL9j.ByJ[- v?Jz~@שS4CHN zle6p`VzЅ\Q3fNVL7-D4Սx$a!``@l/G`'!5CLD=+Fzf(N! m\et G1o=TۃN#hW-py `$Mwq֯ԫo;QVoa [E\*4S5^'AHޛ:q}d= FPe zF 8oc p,G5 7?1ߛُM|/9op Z4|OF0E~Up8\tָt1P{U$0RЈ |yr oYKD';D.I+Z {7{#\*`l (^ >UDǓуV?St{>A+@BmUCg >egk5nD:rFϨ>QpY ՙU[N&hhm(|e9*x5` V1Čg)ˇ3!5䩹 UfݣT>#NJ}:5b2ծVە|Pό>ONGBٌ$雲M\NJ*_z@%)LP[$KFZegQ250pYS|AӅf]LB5N4L' WWAuxO!>?VjZnxjD$Ycm\):kp[ٓ1溸Tݯ|"T^/! w{Zws c')yX=#Ѯѓ03VmS,rfYH\i`0x n+FljHPtapy$cԌl9 Oʽk='! ' oR 'vG-K Rfy^"_y(B~kwj~F<.{3ҧЏ~'ImYwu{s: W{}bS1S2 ÿt&CWo}mQ%ͷ1^]Hkx̍>8SӘc#NW?Eyy`C|3RWREZ<Ԅ̈́(JMG b¯I[ĥW`Cl$36& !sVH7][d{%0 O5gN4:h r`Y;v%Z}Lv y@h+ZóbW?W0%O!NG7OcZi{n>Wj%5hT.M16oPҋcPDI(G ~XA M>Y(-.[=| G8Am^0BMy-q)}aipUH#PT:N7䕗3yPD%L7D&=&fQ;3p.8\ *G\`$e^iS#9LfQƒ(A'y, ]>9lw3]!7wIy>Y$>a6]+u^p݆7³jug8ml_\yRe_iIs ħ+w8 c#*nG4Ñ>2o6Macg>\;4$8Y`uCH(h\W&"D \5?Piti/!نe.͟ hT񒿗$+Ȉٖ~5mxO1AŠcX=%!E6:<l u*<ǘu q^g6bm)渌~cDEazow0p/ADn>o^#84+* ˵| Y7Ё|݋y|OɿٛĻT |scQ\X~Ar   5Ef `|E[w{%!jGh }Gl_ߎd\B0 ZS?*H F7m%>&nsTOC;5jc54?ia3!KoGDnθ3aڬz/nKr O1W#o^Y[l7M8kl}bзBc/K{/^]+^"UGnଉ]c6SwffI%,2r(q(#+1U^aygB ]_ٔG3G3t٠[YՁ>9ҰމW{ȉd9r779ӸIww='uM3IA 7i orǁ/yacvQow54.<0A-4#[/.t[EM%b<Ktl$#h$~AamP"#j} 5pFE@*d0~a =xڊ僁ט|ZeJXđ]h{92Jѣzդ_FĕiaܞZN.#@efCUgX>d.=ź޹E$Ms*ÉZQ[Ha{W/>5և4R;9 fwU&U|l$f 2zD7v65XiϑXc*F[(@4׉ 4WLB]2P6;\6!k8s [{l ] .&v˸dCq>Fh,Ss랄) C<X}U-M8Z3g YWBY0B\=ͪѾ# @rwgeb*.fQ_9>A}]XdMFKҴG(qkaM\7;K@P.(*m+"p-D[!le+܀ MYeȰ~Fjc0 6MZ9*gχr@P"ҰrP='ۊ_\O_k}5C#ԶވWəSЛu.A$0 <#@tN^==NVɶ:|NnU&"<չe+8#iyeW_)T%uwegst27oMDP {U_Y@"l##L)Le~쌛݅j $[")CC1pSّOdv;׬.,08)Ί/U X?zĮ`v>n CXscn^bЪTaE i3 nXXhc`8ub1Abu AH/3<8Vaf6Jt?LުCm<D]O`UjY_cGշ?ŀN彤\2ߠnc&çՅ&0uXO;bq=5wq;Cg@o]yX0|,.IV_WDyQNTZ clZ6{{AkNΌH2|(Soz~ 8)AŖjݯj͑{jM3uMF]Y"dS棾էйJUqg8^e& /6ДY*4銖M*3=[LˆEcFVٵ"@9捉w0XSE]c֚} [̦Ƣ'2)併< @Հ +>0,͒lHFX"gth8M;h fQ I2#9!󩐪m|X{i:2BjU}"B<@)KJN]CzZe"x7U6hΫ e$ Ƨ×Ek/@ Sb $9AʁM0爌r4QM9vihoU[]/CDr y/'Os&a<+F>yݘ8yn 婰/MC`3z jI˚N--Ɍ|_ힸݐK5ދ Ÿ(UYW>p]@NDO~5Z$aX\>$Pfh`Gpy:_/rv\b* +*~Ce*- 0D=:ICHל|$$瘶y'!ӦE4G<ўHOV! MDfj+p8kj642 bhV&c{"' }⬺_*nt Fk0ӎOUnpq GL ĂC t65:OP+Kz#7YSg"W3F݁+Xٽ G2c;I*Z-Wу < <ʗSw9r5 stoG1 \ xJIu/+q)@}[􃞱c#p1>q*w 8Y$BJx,d <[u'ǩ9 7a6u Adk1 S]ip?\{:¢V.ݰg4f8X/>f\ڎaBqxy(/#Sc;*uꣅ_dcUYkJU)@ !^8H:LRT#mZ_;UxXUf+Vz1wlR+DXB7e!9p[8.H-jl`[0ɣFPVh#9Nm/(=C LsW(%|{'(*͓_QRP1/)/v 7%XΑ @@Щ2VQ%5*8kAK#-tw !2 倈Qy0!XJ{׬`vIѶ3qQt"]NLgՏ?9Y$RO1R|7 p>1Ϸd=Sz&vX썊(r͵ .ٴ ZEI:NueTl td^[[s#|̖liJ6N(9?swbL+6/g`%ȥ4=VJ/1cYA󲐡>9˰i USbϳ瘞])o5ZFy1;x"+]lB͐IAe,~ *F[TjI"iA4BLQ8WrxP3aFFv?WB E#c[p4ܹ#rJga}ֻ4BqJYvR6t0Sk%Il+÷(Pi%-z8těgz TN>{ ׀2Mo0!cjֱqGoꖺ,|LylvGPX .whE]=\sLJ/5Aҽͺ᷵㏗o{}S am$zjՑkBc4/a%L8ז e<.IVsŭoUvDXwn_&=tI8$|G$ԧ᧷ywY0ԗJ^O] V$6TsڷBd2s_޼Qg %@KtgyO dsk K+a[ \LxC tjq'jW:M2C HD>!lJʫ-Jp6r$, s]>43q%8 Q/#`:rюdgĴm+v[n0M7X5_~,4 NBಲ8vKDgX¨&jh7#T3=g$CA])b,PV A;92Z!񂧠 M>"*K䠩>k*&AEnh-A?9U1%\'!eby0U_!TFe58}|U kjOFAI6~ {X\7ÕGD'%3aõM3YԶچF+XمTL՟(h5h \. 86E<%fo6hĶ^HGc}q:Gp4bSKc  \!]+f99L3Ġ1`a/gGʋ`l=%pY\Sy>@.,bVm~;k2b7oIM_D 6dЭ x:Y6|<,6p~k#3Fڿ^Z]VKݔ\_-z%N91x=k)Gm$A<|z5RA<@c+qO&#j9EUPpJ}&>=m3vt }o)d@0*PׄaѮw>[8GL[ET`O_ ɍ4a< 2"] 5Qk6t)#Vs僚Z+{|G̻z9Gm [{Y0x=ZdFS Y9 h:{ر h"B%>$@I*bVyԹ`GZG-ӿҐ%y&A}'}z0ĝj)#؛ISzC_6dPn虲A%`\@ ̳>u32ߵ$PO]& Gw>@3o!G::˂P S@B63*Ұ~(dgƭjߓj6Lt&=Q6>xocdrCgvDJ;[ǟN l2|2 I>ߞxφZMK5X1xt⮹=Sn6^'/T^ [Dm~*G\ m)\G#w=mzj|~{+\WjaV EOH*n&z_57S:]]x6FT%n3LDUg&Gdԉr켩๦O(J0lweC? `]:n֮np#ӫ>Rx_2ck TjӔ&v_0V!6"Wr "JmZkt[zRx߁40-+%؉:)V7Q}GCDVZF34`T*]~F0P P.d#}:H!ܽ=AKbXCtMJ];Ж-3t7SN`m8쟏hAҳ>G;jUhGʦ.SKhԫR%=,7sDȟƋЎrW1$Z4@$6#\ ρ&'CN&Q]j[Q\0?96N.}r0,j̯\R:op;U~`F|O̍p =ST<'<إ:$+,,a#"%Z˹})U]%8O^-c=` +b*/)D?WBؤG%B ݿVCz+4 h݄sd.wA,4Nڟbanq\pIwqEKn{ZH-mu(f:+ڽlorP>hoBwwP5vr1hoYBJ'**B,aW!|7LK;傾,,_~~hV3_܀9NwrTY:Z:lDNblr$.$DF mky/R~;m&4=[~q2LCb |x!W}P@kNUnݷ f/Hېwt6W_yd?>Ea3_I?Sl\,k|atVUbwnr1ڏTV~nV\SiaƸÁ0Mkc#A*D.@R\m^S]!3#sҧj^>g]C59섛]:"g1牠+?x!NCyΈh&cc8.~>~jXWfݲy5 9n /:S$|O\S=E7+$m$jo8Ώ^l5VEwc|$ /2}[ 4P Ml 5g 7ɢ`epu5>9w7pQt^LuP3%{Gm|JH`0{E+g^؞K4CY6U`ee)t+iGWƅ}GUm$֟Vr58rU0]SH)`Jh{#Ğ2E݌a=H诺FGsaomz SzglKLظP8u$a i3*"hemN36[oœcLH$I?N8N0" 'o~Z QK_KRňUPpk g."Nٔ'j]R[o+"*$#I#ЭT۠cFOI;wG~.$=QVC)ԵP؀,G(:f \3MB|yjR9=rIdֳasmz\OAn"~Ji:(a~HQp_Dl1'C*G<°~c|ӎHe;ތeQ~}^h/q񒗀 P )lˣvq4HMl;K4UN9x\&LJY {C}}}1Od3U/* -26N !͉|arXyBzyQ`g }s!TݎFԦxh)zZ$bHa+`аi]jVtje|`k5^훚rxxS22'x[E0q8+,A73zul&(ԜIJbk3 wkp]O.Hp( S.3|$sd(̛Jl< 00H5\/Ĉ,˾$4zZ5bqU+öLd/bB,?ʍI;!Kmm;KLH3Oܙ2PRҚ3?&a{A+c:tR\0i,`˝n*؀`5NqM.yzȲO&(;#Q E-H(`\Ei8T)U^2rԶ"qH?zTFBV,YK#|h4ᑚ%_پ 0H;淚YpyK\:ft7/|~BwRyt`f**Y[Ⱓأ$g w)#iY/?AUXn nZ& *B|55C* )wi_7JNG Mz}~/$iaYARz$?G_8%P>4TRHq1YxgH'vF}< M^~|ܶ7B :Mi#3o \2ZQh!<1[tˢ&=pdQ+@iV uc1A/2+ RcKa'%pńcH&Me}Ǣ2:?1mnGm|H-̼۽=W5rõn͓QJ6?H`Q~9Y0ҚHRцS@֏fi(-|zb yM[x nt #')$v<]QlbWѼAWM2w`+#-SKd7&ɒӡ1KaL2EsCc+h[Dxu׏1Grbjt}*P <۩EM#:vYًȲ̤466ev+=ZߡY#z|fm7f_ /H9hZ 糠c9+=.xQX¿R4bzu~΄3y*A1 ]'%X:nwbfWX6ԁU}3X! B?3XRsb ;o9AC |6ZcOcR#ʰ}u(q*=򸮄h1ybv`P r x9[ǘyq"8uQ`o?uqv[^@ȐA̡ |aqZp׼s~1@:RO 2k1trj$DQB ɍ戏 0IVEa8B~ NZIr ~dt{W+b/l 2j֏خ*_IYI(L!c4ZK %VEgEQV )bL^ QC? 2GtiMiբ֦2jQg9.~yIϠ틲r̯ qcm7;h\2jaX VҴBhk4")jf er_Jփ`?(ҧj8Aw)9X̞=&i?pet}{BC.cxvקs^F4K@ +Uus(2 u )zr ă 0:,+d;=P cJ0P\85w9NҞo/!u3)銊~ j9`9qwm̧V"7 OFӃٹךK([_9$(T nӷ+ҝڕD04srݢƅpw1=>ٷ4g_ v"PT~mŲv·GQ`h9Įe -4o`N:^DxkЖľuݓ đ<jy xZGYf2k<-D,[zm,ZwRܘWVZeXa xDA46RGu vDX&xU ؿ>›qwX <MW1R|5 l;Nv#}_> Єf|V,X:oh{/a4y WTUkv3*.~3fP$kOyDo@ǫp*u͡XJU9*6a%m3~q|j€+Sў%4rN\ZlHm |T(9gvl޹."X;caՐo5Q^aTs<,M)DQgr&;n8;륧$#Ϥ9{uߜ4$#:NScY4ܯn)~J@̄l_RsP-`u^+,MUB><>d}~fSy xJ/9˭<7]CKEk>jj\<aĩ5l|GmK Na_PFvTLˤ/ c9>~d:14㶉fQ XwUi)B}_/2ac&/$=oKV&%C3SSyMk[^^HP#çR ,t=2×Q}~K&2 bqB:Mۃ@&`r1J1C Fh @'`"$P)=7+4 S $fq! Y{Jk7%"!|snnPң_ 2 ?rXR~iYR5rlRt 5'IX?Cm#3rhJA~](j@6k57%VKE7Ձ ^8(SGp#d@"87,٢I,0׷b06y>\KGeÄةV+ՠa9gjyI;dƭDVf#OӴ5Nw$٭}@,%d{Cw/{ ,S?qM&3< U8r-, Q_xO§9Pq Z o|:cԔᗼ&JxO5^)qN5Ƚ(9Ұ)>YRׁu_dV?KCQtrH rHΕAPeczwmmR8x; :x8Ens8Ky@wzw]w>ҥj$W%<\9YjJΗ2v l9eMyފ:1<;T6)cnZe$Ļ .coo2ƞ͆m'q 'tgt  $b,D\XW`eJ7W@`16ːry rHin.G [2;.IQ _V֥efFrb2[0=(_c`HmF!b{O6 i5ާJ188ެh$hڕlY"^B۾˻X0,sgQ yU/H5T|]Lw^6߅QD-J~Ɗfy_hkrSpn,q]k&vHT%eT2ѽTᥲLL'NA 8c-5y :3۞+ȷ%aon jrȷ+A1 2Ot0*B \-V3{Ф+lM?0u3~pnjFܖ3~G:2]L6#gY>RތO~WqaO^L# (0N_RVۿ]EFW?EK? vW1 P(}|ujXPsv$9qò;8e (>dħ75n$D5kG}'g\d'x~Cܟw*ڑҟU7~AoPQb;to- MC;L>jO.~c¼ )WyO)ŏ˲km.*b=//N/'%:.'7h?Dzm7`l¤2 5#'.:T"m1$mY%63({SDPN %]:d( ľ+:5bM?n[ֻ%̾Y!L=ЌjGe b&$Ç6,&.I쮜@' |" 撝Q+EզYHȏ8.{ :NZM;=3\JǚN9gM2soG0HɊL68+lᕭĂN)<*Vƒ` JA;g2h^k !$T-qQTge|M"C,$^>Z&&^'J'VHvB$c }Ȉ[' Ux#ZNB|)Od2}Tx4,ŲNY+A(9 47#NKym3Nmg =>3 U]Z1PvX^y?-gk-*AS*K]qS5=rfkጋ>hT}]2m!)xQMGEcAi.]*XݝIc9 } 8.G0h='< )E\l.}zNwXr^e4ڝuQjSߑ "?HmmR[Dq\bfq0 Uj3kcEFNZ0uK҂woWw%`ppKWnIThV2g:Qk1e.3Lι ] JЧYy ߕs?U'6@^n14"깛MS h.69ܣ͔(Gt-HZ0w,lɮO"=,g9SojN^\R/`flToW0bHevZ;DSv4p8MRn~4 Us`kG 8GUps;'~P@@P_!O?&w4T٢' G2ҭY krقdFnvNkh 2I֮4֩r6.V 1ů5eu,e|&"Sp߈9UM#vۭ $ [h= y7:R ?$@΋~M_Kk74!hiur_Uo2 a( ,U<ν` Z̲⥉8UE&c(;]x4'A{liGH>Q~nlTSCHho5q s>\ߏ=JCd_?48\ YV YcxyՊ_M5,1<:iϚDzGG-Pzn2C 3c'l .)ENdv{o6}Kl7W5 ɶî` pEK6)>_U" D paf~-l0ߓ ھ*;C]Ui8݅2fE-14~b2Vt}fҖz-.WsOBvP3NR/‘P]^TyzT;s:gH0U6t 0UWZJe[7 SZwl_\b! \2hT*  "{LWpJ#^:rTL3XKwœ̣D=cP֑Kޥ_#X{t#h`Lq(3J]%tOm* j״o\7์>RZ5nEM2#QT¨E1z+/;_UȂr3*ͪ9c7 m^#ezQPfz]}TZ)8j.DCâjDeY۟ş^a _IJ\#Uk&mW6f; #kj^CgB8(F$V\cD%S3Hvҵ0ܠ ˕w t3xs] e3:lp]z,̇J5arfՅ59V|>tfTa708h2J'w0.X0Z E׎ԑji:4FZ~[%~ƥWxjI}UH_z!"5J8\+xp tDN`X 1B6NQ$t pv0B͇x)BZc]"t|&wjrY"heܹS|(uʧPYf`NEwf`=rҢnJN Ok9^[˳*Y%cS}l,vL5ox#* &Ada[vgi@Xjp: ᮒکxm#`)u&zpf:WFWF%GW]VUefώrHU2W«8;Nad3ioVh(oUtj@QSI1xF 𬲼EFGpcէ~4r{wߏخ4 =Pٛ7X遄1Oiҋ0!{#6^aJ\4ڴlAuz[ψ_j "kSӍHU(qz-kߒXTC*0 '_:/={KX!EdaT9|h'h٩M3*R[&g?dG.=˂$`vrke"ȫQ{y3{yw22K$'jnjz~o ^*~6[5 RcmOzꌤD5zM)/Oe {=4%@UI[o\KM'{%}GtOAx:0Ƙ-NHs*@-tVe͕8O(Ry?je|ݗp:yeJ(@oP| 6]ig>ˆgߙ"qo'>z-%~=6svy+_ |Y%kQob->-lVl!lv\5Zopt_(*8; E_S;p7ψ RRbSmߙuAwkJ0 2n@~E&^_(f3&j[jzKݨP|> ?`3ֲ΃gSŮv#B)Ïz^XCHҦ#[K;Iv0BcI^T }< O@S%^R[~ "M&{E0dI||(f{]qcAƜ~[!7xh4-P~Nę񅎞U#C@nwFv6cY24^T37VR__D ͗GG'~U䕸3hAqZ1]LR4 S<#eEo+V57P:q)b*DWА"?i8S,Ϻߋt sH#mbD񺐄_y,UҙO ϣ"$&,ܹ:hlP#XD۵L4)s?Us.X< L",}6>C.ǒg& H#aPz N߫;ȓE)tQ ]P5:aעh#Xu]1˨2Ysm6ˎrPz8j5LSːbt0:  ]S[MWW'V~Ҥ=u t*Ԧ\el0\ Z3C R7OQqc =}Nd唖&+4H&*ޔ=%Vv*f>Pn+g5Caxi~^,BU[֫|M18ZTq:YP?7:8+A 0{ʊPy%a&B4uyeFܶ2lJLy˦EWHuk'yE9VMlol F}c\G4Qi! N3w @N.k_/p֎UT_>}+`js>i 7Ʊ;0lw1lhce0TDH}hI8hvV0jYll[X& OYc/f BbITը(' +pZ.`) қS\5'Uo?;~)Y7Qh簱m9鄉rCSҤlPu7 ᜛0]!o;\@߳ ]Gt(0Aǜt ^ӻŖjJM9p)./I1ݒ(rad#Uw]CL&Ӎˋuu"sy sN}l&+gX%1GObޙCbf>X[jB+wCm.[ M$p8w Ah-:GիXbn=}%tm#85T,R4!H:Mo.f"R ։gMf;I.l~G샹{4ھn\ 7)oG$9`l(7WV˩BydN!)਷Jrk×*?%ŸNוvwNwWs9Fc[*5=v=Œ@?k_"ДOlR8MK/E("Ϭ%)e{Lp>;킕)BuS7B|PQ9- 2 $SoSt9dQܤ2d =48.[NGyKJb9A6Fד51HJ;r+b&[UY>pX3.01KqMh zgqgD@){^J ە_NEN#4:@^()$Jlۨ]w,QIՎ5`#ZRݠ#ĽKƱ^V9VC0A'1$3ͺp+351!Q0G!_&4ҎtܵyߟSݪbPktS>ޖL@Iڕkwe yq#bI|jažwAe \-G!(wWOf=Y@#- AήYsv] U`S h_9KB`YؗsqI"YO#`,D, WRE3 oV◶sb2ϴB+$U?jT:Fr[l|7>9d8uW닞8*Ha?b; S l~0< V`V,\_:2LILT^1ԧG%88zp 32*7.̀gzLIS#33H@bG-^d- 5 |4s* c cO0_;C/Q5h,FǺYR/Z5xXJݧEBkYsCP%T6Am$E5X#hWsَ%\ʝFM\HYUS/]L옣p{l5"B)yN:rfQJRve"lFذĹe =.N~ƈL"Q؎Md\IB8Ⱥapw5J&l'O#k8 G$8-Qhě~KJ;+nNWɟ̭qIomr]rnRuԜl䰍џhNtnr1Z{-% ˥T( 4P7vԚx2$9^Du&sqZ!;b2`5é1hpF،6UR0`uK E-1. A+>RSu JD 삉~Ncdf@oc#:8(sq?F~0!8W7IŵcF4inHxV:%6v6ЋUdR<\ueZCL/& k~l,^KMj蘾!aˆ噩|"_|f~tkE=')o65^08&ƒ"k#d!Z91 ЭF$;?w>LW_TaHB֦tYm'4lKp6s+30n<'v͙yeJy -.&5\E &ZLS\xKAc8nIXPAiGD10DO@uS EʹGkce`(Z'X}1^#c,cÆm(J#3e RHɚמOH)I\e_ _m`XCvĐ[3(kyRjg MA7C)h`mCz-2/mF::~20Rj[VˏhuYl{'do h.;/QP&jÂ'ھtj|5Ov{RO@&m2O iUR&Tqa=h2 (.S2a~mKB^.LW='+/T2,ЕZd.S vIخF)q6MXGj-߹;}Cш7%N(9&";x UظXݞ #ŽՒvS~㔻= J d2a*.x\o8w"b4m@ʸ1wfˮ@2M4&rX۾d2|Wse9l%3y/isG Gi_̋-ܢ ʒER' Xir#FNd9/>/cpHAo oOjJM٧?A1YCy3| gG}w.`pX "&@ltAjq'G,F) !E |J Ʃye!Y8xx6hK 1э%6Paؾa`[PEceRM#@-f<?vֶ rE(TZ~)L-edHѮ [V4Q6PAw3I}w/GxR+@0TXeN4V˯ћІ.R$Z~Q)fLOki#4B) ͬK$k[5wz"Ka؎;]ƤG_4m.}rnwYXh;,oG/07v[p+q!˨Ԋ'mgn)ʳHl yqCaԘ?zh&&T-[?-* 6(;ʄs3&8xEZ3KRPNSMRzO^byMSJ\ hMkso% 3OM]nj9Dl,s[I9lP~о M,M">[IW lD]-CDGFAQ߶nId_Fe`blFT ֳ{dU!19xw#^5 (:e^ 4;30(Bu'$A3)JEBAwڄUdA -\+Yd\7qߓed#gzyI?+"ψJڃ/W3T|&ѿB st,/Q_+o&kbOAD0G99&o8){ɄF7=g=yXp bo&E&?f1av{~6_tE؂!"v@gy<^ˋX -j-ߪO%dJ|6oAZ5T]5?D3_*Tc=ҾjWJ4ZN)Y(|d*h=' =#} DЅjg ] GR.rjW*{L/`JƏ/ZH#`­C˺q]"=F}6 {Tb@19"$/L㟎4 X}{jSLKи ~EU`haPtT"hZաAtȈ2u/;S(/!݄>f>&n(\Oii pN'䵻{ϣg9{"'m?"WgL#(Bus,lT!no0oxG}iՏbpnP5Xgb8i$B/TYX-=|kCFs71oXThD'+de1r gH{f"L =Wq-:[5Yyc:>)7Ut f .̺0Hx zVr[nz`m=Pw:U(T='X]\J\ܙiV8s yrl)H-v $b]J &s>˿g0o萂G7wsMTˆ8:CI È5"8#y\ ;0U=9P'{ „͏0%+tL>5Pnҹ5"ZNqAf"+hٰ]0-2L[e1%aa=~DV,C2xYI-KUW.i<ggQBOynuY(?yB󐷸f \n T;^0[ٵccGڕP(09.= NS-|Eb"fԺ84/ƱMqM@^Z挔vo gdhwWDgի}:7\u%+(Y{K)_7$X[lwKsӣt~}jt?R_性, Q;4x͡闵ݞ60P0pS .\W9xz<K Z8/8ր8ҥFpZB .;K<-d4<ج@Y) ě$׺ڮ oݲx /TZk7Qx6s]`Kl/-M$rc^:3<L=9h=tCd^z6!M-bK{윫gDp;=xaaI o"ϓFq^%E;y2u]dE]QivSt:܀})t:}-H4me]m."sۂv*7ă) b$̍s4 (kfa\ﮩZ4^Vs$"9\m 9?*{rD)R.A L j"#SeTM{y^c6w-?fZC2uZ7գt<R :DwX #dIcK{@D79@y}ݳA805s0`s~f~mscW59TFYWH{OHcr>L(0_A`ٹՉҘjҊP[ftM$у?;b$?٨S"!Nd6WTK\3-*rws[@mFAh̆^@4k/@׫!'+ .*(t]muIw&GP =$"Q~Oer45`E'6rW1\S<@VzσF?l(bn;?|]7` N] }2/QDtYj'"}d?yIQ$/i9r7$W2]t(p 4pOC,!H}|UBȽ8BѠH_4; Dsk@yT`̈́nhmtu? es2(9\!/@!8_5nˑwMuuCta_ o V7)̸h[nz^]v_KԧS O-6sNs9$DvW02ڿ\ıTOuUat0e[kHQGvGTYkɛ=>ÕcVr~4̲%k&FLǣ"P/áL2@H蝁Ԙ&NhU@*@fh}'>`AЪo*7[2'9m3>âu֓WEoX.(ٛu! } N.2?gq\[O80JG+Y$rcȘ>]p{Lٚ(|?BW _Y`Ifh^9$Y~e,⾺VD3ć6$@}c&V<>~V I cLܭnjlL)Bed*_#.v{*U?聿[Z"VN"/=V:r;<}{j6eFQr躅Du\>+,fhD kqO޶oٯxvb"9piɚ%@]9ÆW"o[P!_'ehv,sPJ;tF/wcΔ543K?;Npz$seon<[;u%Bh.>ЍVm0jY\ow=B#lJkɹ6?iy<:tjB_ JI=uFC٭ZQmFUbQFsbML32S{@)ܧv?r'VlXeK%@FQlCU-'=q}Ec-;$;6zؚVOvѫl͓kqPj:69gԬTJרdr${wH;il_G<|iyO0L}/$Ghqn Gg¶7p ں z޼< RUe]ѼZA<1r[eK_DvGҡ 1C(|pVj=b[(TC^qfv`RGu _qz'kD;;P~s2m7oO=V`Jьi,AcA֟njpS]56K8!6y0h.k O~̩Uڸӄ0q[(0ƃ>%gDQ. XQ?K`4XD ب4**Cz_"yjBmөG/ROP:2vyZREKLg \ \iK`O|s1ye{M:kR+EC5^ֳkKoO/V.A7Fڹ#oKKXxrnj ̒OSlw.9wxsТ<3ґ8|̑>kVmL61yl"mI|aFNԟ#g<4OоHcG|^6Ur* ǃA!#m_{nqǽ9D ~=`jC,ɯ!jZ2͒ZQTk%Ջ DOהu땅Po06akŖ>-%[Mft*ޢ.u/A9K(|Nx!-+-Tv}1yh6_R7Ip@8)AW*xgtOisSuf^;*^eoQaTO;~=К3Q 5YxAÛ< `#I(}T_w`y9ema|C*Ny=̈́}T`fDIg T+1Mo<8x^ ^:x bu@_6(32Mhpq:J~bCt1>4bP.M;H=X.2d""gZ)o35Υ6}ّB炏"7+2nn՚"TKCƘpN=IDC}:̗ܲrPfK%Ul` @De3㦯W3e0D5Kecn\slօ$x_nNeTA_BzehT57¸#kݶjer!tڢv dQ0G@F9k̉´ՋQaYN%-5A{oIy87?qpR:+YWzm}0U0}FeYe ,Y 8T߫zl >3< _P0S%FHn/-]kL݇AH5OlIX! )mk  ]x؏=*үO X|va>:EQo",k3[%c)ͩP|t᪺Aba~:hEȺ{QNV,o6{!:u=^?p_nߨR$'؆k!اX uB2dBvz$/+#fDIs-Ai RN2p( L-`(8TXg,fdmQVגJakT\-S{0PBA5݃5Wýw>vV°s+9I7p&5=ܝ3KA$ҚEk!Z6R-l/I#0 aB\H 8sם4>E;'c襆mӓSZo<^Ը;⚔$<'nz X=z eՁ9 aM[jL7@WqC_f@9XT}&1FI-E)'$oJ*ũu b+i35Aκ` uRA~=?e==B^hYbap.KtAUhw)a# s+5If{Ժ ܬ7}P ا-?pSI3rM֡<&-n ݺ ,ex+JEJp pj=_| R {ֱ7@ʤO=*aZ;[ K؞.9nD_ ݡ̛!Ed&s24qRoa%fz&8,<X ia@D Mfsz^7]j[.))GhpB{O>@@*C5zHKOumļQaB7EpB>V1ý݌LȬVOyX%7c:< W'6<RlxE> &$HEe8[n~9bvx4ى|N6Ɋk``BFGv܎(1KPo*2ɲz)ʜ\j3 c%&l^䖇tib |O5.XZd( Bٍ;~O5K\{ Rެx, ьﺷ@'ϪGI!3`"%#[/Oh!@>^`Tio$g"oVb ,ތ (G De n5M?Yͽ9lj,cXg'[P1[ʽB~n.+ʄ-,2t6|ܡNxf1wNJ=i~7FU" #IF~˷$78ruO0\wPVq)؝i\p_ ui@{yg*}cT`\8-`x( 87c\|seR?T^K&Uz|]#CۣHI ƁvHHIJÓᛥB.#fn\V҂|wh$*1Xαǁ|[ο٭u{[22t&8?{ B"$DZCNPOnbGnE$Ŏ N_/ȥ-6E=U5Bm:e.e3G\ve;]i9y]A43pT!7&tqAĎ!j$(ٯNffY #c3ȷC\}ݔiÚGb)DpoXѳU^٬6a=C0Ow+%W㔜ԅZF5SFL,Me#6RCm=7t_ԥHjĊd SG)`VD6'K^N~~s/0yLŋ^? _ B W6\dvv?}k\ bP$k;Ƒ,1;k}Ag~9 ! չ-+7Uz֢ ;館2h&MIA]0pc% iϏ8g0Vimp'z~l/ 7XsM$ٜF?0_A֓Ӑ>Չ(vRx;X`\&GZslF0 3fk2F3ͿF(N/>spho߲M =.Btɗ/W8ڌn49Yc{pߓ%0ɘ mnhڗDےpiCS].갤 7N8Ť6GwGyhP14UԁiеFӥI^EpYJ`ci:G+ZQ=xgZçP g[hfAϮs!rt vFS pY>s<8t[!-5`k+|7BanH`Ayyh5HwGvr{Iv nE\ށC\ *UX>a ^ji < M%rHxub]f wX6{uE| _yQ5\Eh"ݳF3TA! v[@}ܸ:C}W."YKZM_p´L+&ցs  s$ 8Q !_;%c^0jeg+mW2ٝ4^ kY6fJ,DBkLi-1z#ε\(a>78Efӧ I%7j9 +DC/`+gc5GZpԵc>' =ut'3ܪ%6߹@*LԚ\+A9Qe𢜐LG]4{Ipm4i\LDH5KDXxbt"$$& 3G=YiR;&v<@WQqwX}!FtbXJF'*roZF' kka8kO1 'ˤycvoۺa嬖a&Y3m F2ͺ>F;b2yO`o!tm? ̓)jKz?L޳tB;9<'ze]t%zYkP>Ӧ@U]0 3M\Dp<ݫL¦yʪ -qPU47ކʬgיƛ`i3o,sy|V-ЇSBGϭ ~iX.ET/;ŝql5vrW[;37ࢰs9Pkޞ)ǭЊ8D FIu%gj.@2z*zTe2eƓ䔾p I=zY teX\s b;RJ}l(k $Nkңǜ0/$m횓k׈Y$&n~ekmMO?WHl{}g]ˤ4u+pYXpepj:t^ϑս5ܖfej!H搰A19BE\ i慶St؛|F uiEMv %SB۱BIHD srHFwk r?B3v3/  cMLZ jjh2}\8TqLJS+UkwJP'i8:A3R//{SAB-JsŊ2/0\@-eIMvʛ~SQڍD#Cd0v!@+Cf 8֤7obŲZ禜Ѣag^RoY"5\#g 8ǤALƉjN0x_ ;L[6#Lt.}8,\I3 Y}qo7־όҢ[8U8Nvƚ yZZeyZ8H.wig@V·ĕ&&=i =Y"7m;i>7/o^>+Yy2wI9Z")_b0 )W(:Vi) `xLˌIpMxFQXR֘jze&;osmAj=[Mz;hg^eDGRmӦ5Y 2=WL$l4Rί_*)DG(4a1H\~ҾR]vq>uh:w@ ^^p}nىs:.?6TeZN5~¡=b9375G{ªZ\ 5 QN'ayߍ-,*ye~zurYWcb\Ճm ^@`z%]kslښՍvUrlC;BqݘdT@Yކ !Ƿ`6._i KR T>ցQ1}%,64 bXSИK|Q*oC|܏hm{yUK(paԡ>w.&gES)EčJǙ_Eﶈ`-.&)Ⲅo:=PCJR;%Ȍ-W uzkOMk#,X)Xai" ݾ7V +RK3Pu.>ha,ڣ :%r` w| 8 WW[of=rKʬ$Wt"W=gbMl+c$W{|OTˎ ċvFѓ"Eqˍ 2A]HM(`0o8u|@*=yYd"0@._;QF\pQ3mg3\*5- E#irCD-M Ŋ9c%ATH}i¥Yqt]D1ekP^+Fԫ 2v> )ߣB57dh&,oTn5ʧIMSGV-evaDѴn%ͳCmN Xכլqo>7񧬱+fɃʬ]|1͎rwY@\Q ^4m5?,/L^nToܙU֨;}79`o-U)dQ_*$bK4/϶pO^%EI#bih$FA=*wXaA8͒' h K-̶YoնVY06Tkڋ. "{^zZn5jC8kPiJ@dqXAZ%n욀mcZIfCBϮ`B?~cS=0Zb>ۭWxshV 1l^Ƈ{~lթ' VgŹ#6=\zuʉ_okzEnB&T\e$oy`BpBw0[*[]p1uW?U9[Yu/ W"0;F:4(h`~I108+sg_[^tN)kxu|gC \GP 'qq(u.":EospyWhSδWz5k)'GǴ 7;/eYI^H}l[`o6~Ne} Bpuxj)_77HBvyK=+$o^8,&Uщ7$m;slȈ)'څZ"pH||]=z%\֮ߵZ{ *2&;7{Ib9uHV*nZ"!˥V)$@K+[!s_wc] r]lٜc7fVl#1}etSujQ$1U 29a0ԋ,+ʦsNʯ8O?.ʔ-=F`U&kB @!.XD{?c{Ǫ[AS~N5qS`}].BW[0\s {t-"XYpq5o@z]0A\yɰjfpzYH[GIvah(.i4b_;[%{39"ָ_YbQS*$f[evn7Hsʠg 1b55̏ń=LD ;LEV -~[{ ie.&;F%|$zfn>xrd't8. Ԍf2PЃŢOf2=7ndK%%(Au.D 3b#:HQj+(I1k%'-wFCXqGUrRr䵙_049OK\w!G;uS}@]MT5RǺpbx׆xުX!ҟ 0BWY@Z͑&p.vuj5L) ڷذ ֛dWOP4[lGeXi}->p_ӹȬ'o-YEgA7oٚ=Ab {M1z1[^G,{v땪7b{Gp?1nƓ0oDH ym~-V)Yݹ+=3t ]9l4SLvhGԖ5@hpwROZOtPqsqdaO[].π`LsaM_0f.뚻2/Bh9&Oa&)qۯHnD]q/iJ ~YCT6BKalF]yTv?q8!QZqX*1}4˻L09!yO= Ņ`\E_&_y,~^4+B/+̵?)IGTUyu򀆃EYҰ$65_ "J@s}س^p*RÍݼ啉Mb D"1Y{)$7# kQ7يFc̛uA}{!3l_(i0yN2w12Si5FM3<و$J"u̖⹽0pkIbLxfku &N^1;i :.̃uiK|Qc*\L bhPU$Ѵ$?p5\ z=ie6z%>˖玟)ViwhPN5W<,=An r5'_wʷB~bC_=򿟺:\"R^O%#*B8/åxvQX/!9Xo |}&VEccf $Ed@>)y P;߇ &3;\_l#P4{3l#9 Y{ ^ )0To,L}9AFUPT≎SSvI0 gb6,%ʻqk8rPW~z,Rc Rԙ~0#:MТ@2lHҒ',B3z2(%Rn^)-Eej9!CYCIu@] 7EM Eh(pup/E/1^0zmȄL#?.HL>cs!S={gMZüE͸R뽇!zQ"ޙCY:{šBL&nZlӇi1?jW{ORNӳ5 OGz*pDx7 TU?[3,8es 9vjЯ?5t]#}gW5jjw@N &t&Ay_&S>H_D.գD"V1y9$0yCtBeh~$Iq.X=\42~R\@*>Tߒ\WK9&쥖t2XW25Iz?&_ҩO7:xIjΨe&A!ysy]X"l[OT5b'5J~o},I9׼g+ae|vI}v|ږ8WeFr)C1+e!`OiK(CC;Eq[c>1񙵼uI]g'1: ^7Iﷇ6M_&mQ/i_)`@IKA%9e8Sz"X 3 ]Y 疋3=0,bT;&xcDːdO339Q%d*1P:?+_S%s"8R򐷪 7̲5 +yQhŸ>Ѣr`K$v?3ygPߍR.Q#S-LU%#-Q2x8 s0 w}S)RQVh6t2M8z];Z^|5YFD׍Њ2{#*رAb xHep;bo1: mQ1o=H^ +t߇-R(7Y}lQ܍2WLH(lj-_4%\*3H~XMaj)ev y'A2rIP Zs0DK4|pp1?45B H'Ҿ[T^6cVN{]Ow!A)qv`htbbkyMJq*xƪhC&AEL22QfKL~S7r1^Z{y6 Uxzb_" K#(>G &%F=w>)-6㱤 Ω+-{`JUWU3YvPڑ2 г^&ʩyL0"g4ZE00fW h^2E&!_f. բƠp0SP>sx#OL}}I$%rM, 3q 7N'cyf?.y?n:6KypO`>h/ݶ6 ŷ7:*@3*6,^]X9SuqdŀfchMlE|쌅t[fdWT_{VHd Pg*Q]Hx9]<^j@sxln-0| @V{X0Pzz'Ա5YBQHֱ~!n*:}# [Mۦ=SM].GzZY@նKrORL&lcVayڕ&$f=fcj oDCʺ Ǚ'xQ+m΋X@*.hQ'S[ifE'1swH,47-NǒǙuƹ'_eGcf) Xft=ErPUZ K%_G8%8NshiTKJWC@7LϖH4 ͙ X -۪/-nn|ݯզU>B;gD\+ 7g͏ؾ$}q&/ eb, aCH6iOXLdfOOO  dZhko*L֪`Tʁ*la4K鉯Hj_>((D\q9xHJ]X%,Hǫ Jp1nc`+xV糦A4 NE8qBw=m@ kݛX8!ɾ2 -xGZ/NW Vqmxg]+MRw! gtQMV#R`,=!{]k:__qK(a|VX:+^9^g* &͜T;o,>i.0@JitjeHuDnBL"PIXFBX,6[*F?+s{pf=2A#I8Rj+lyfGVm-#1o.j"&ġvO~?m\GU{LTn~sSJW>pk[K/6OO?#T 6b%TIP*P'&Tfx1ܯXi)!w2 iH$@YTryEǪrRk~%X=l,6P$Nx$#*æe/Ԧo,z)aDD!:]ϯVjQ ͞>Q*(p ]8`-h}Z*" S[N I *Jgi?E,WFhHg0DwP~#DA[Fyb!eqA 1 n?CfIVfRa$5s6bt$%rZ,+~@T`;D(}ftvP-ci' 8Zsjlֻ훯ʗ\7ީ;fO'V'֟t-<U*ύѐT _ax<~o`Fū61,5urh[H{SEؗvɞI$hy"C=+OOn)k \Ȍ%CKŽԫHSbnSi(|)<&%S,%ljUF]d2_S(XbsZg̟]աqUޛ *o``rtzYn*)Ξ@M\$k =AP3LS7(?ύjHw]#ʵBcFFjJTV#6ݟaDDѡ.}ܱʢE_Lɦ0cQ<EY6Ona<ꫬLi0F$FāUVE22Cm7iu {Ͻ[Z5D52d`o(cJ6b;G6UaOUBW? 2Yoa]*Fd$b:$5g.pb-`#R  Hk : fzxäJlcqD8ņjVu5p*,Jw ARgٓ4q m@M[?ݑo\QVKpq 7FH9VG^,L>r=bi8>`d̖s ghd" nh%6p)Cmo L(:MSC}|aCV}x`LI^R#[-ΊMpԯIUrlIe0tlW68s@yx=S. vDHSIa=o2j[,HvJ:;$}C(SW D%f3`sl8[v"Y%"J `^aݨIHtmL<m,#PrJ܂ocrQ E 3 S&ֻ=se2FD|Qo$DʞviYW#)a1[ODlNI2ʯQ!^UN۾su*WO@=X(ref[`q,hVs:>;&"i} *Y@I1A^f~b3;# u! ʫXBX⺘h]oaBw&p+KQf7+1J΢|321D\ndցF&21()mbyz|Bl ^;-YjZ댨+׵HVJlH@B?Z .S4|z z9vNHZ\fA펅ڟHOPLNU V+^ (M-Y^S:aZg tz$]jW sHy5%wMR+H\3:Ob13@}z\1qT~}k]DSB17q5Z|%~@t|$6I<+G;F 2>ѕ=ؙ-"T*r@q-ٞ'\4K+Jm r b==ǡ3.Hq>qea?O^U hxǎܧ!Ѣ@y`ʓuSdߺ:`2d{)rMomnԌMin`eϞ/G?jUGY{K|QyQG0Y9tV[* u\+j>LlG-nTntC,"IMķic,Ĕ0SH*W쮫ꜰ[uZW^apK\#B c~hN('*cac\.n+H!$:\а>eY5]@;oh+E̯"~io) o6poߤ Ty#iMN,.{2DKs{\?fIDňkF),kuD,,[TbuxmGa%m}?RXU):=dh"_iuOW*HfcgRIЇrFrofʭ SRI~X$=J:1A=-ҿnBݍw/bzײ?+`Fۥ ?ǡZ-^ H{(풜s9sU3 n&ž#2'ymLAՌVr> ¦<۪INFH9͛E?R;{tf>Vp?u!-6,X[l,Zeb3U.Wȃ4$F iqNU9z/_ iΪ&&lO_1OTol Z]`3>%p`Bk98[W2,^c/9j# ȷ(.CTGNuP=⇩̠cuv3  wt`J+new8;|^@ڥLN6ZVWβcd<т|+U.;֊O矽`1 mz хw-gA,^qP ] Jt3W|<(嘜dgH~ b+وFnD@S}}]h/!Ÿ8ZJeaI7:B5‚ ̖:uAy19R෕,g"VUo"@FoBr(J)BB0MLkY CKpUpShr;i'47nɧ 7ΐ2A7r=H8g٠dËTuM@Mh|/; \m Ь3;pdpl'Mf s.Epd nӦMύDpm,M@d@ c9I Wo 4XC`YOw 258UbD QK x|8NcPzBTGctIPW+ϵRn+TrCy1ba>CE![BC-l?'g}%kUJ@kX#=0_Pfvfµ$j1uJ]J2aW*a=` qz|ܧgǠEl0G"'NW20[sVYqĘiz^{br'ʣ(-$@yֲsf&QH{%ŸV0,~b g2B 5XXxq|5fܙ:)us݀UZ.}wƍ1+&@\80)z(How2>U|2zσ(X6JZ/Sn?̌˾9w8r .o9-מbߧ^}oZ:y03L}7!=p9 oBJaBPY ߊP߆J)9dmܷ:6Ĝp/{}6%+ :mpɟ"+A"_ !nY>)YDQ濤dSjd5H]kE$9,s70 0i. wپēH6qVb"`70H?E8ԆVD>E ׼Qaë][GRW˅kc[s)T X=bf5EiIa4Um8䀫ķXU;*"5vZpɔET(G 6z;W]W)p < jz&03fQ!HRIP1#!xu3&=\*wʹ $@I)lxEFj@^^H신_>c3 硓ܨћaDGvwG_|iT;,WWnPkA_{\ӡꊢ&H L*Z!|6~$3KXJkT>ðV#Y*HGޚB(t7Yׄg` lV\,k~v&SsN;A</<6K3[$Fv%El)CYjb+7On i5Mӄ%sA~E {y"M~$E2@!,+`1KF\߭L.#=P=Dcm)76 Z|0AgO*ga¿46j'D5F@.y6K'iQ|3M6qNݖhzNˬ^erAquIw8{qlQwz80V1H `j hfmuw'"O*T7ؼɶ"؇g~8&qK8݀{Dy 8ks4 K^ hBO f4aE#AP?,@Lr$V}4)Qk>_(|A63)5oPƗ |\G!Pق`q؎)RZ^0cȕex7fN5I#&[͂7æYx ȡT)gN,$vF9F.8q~kfrA'rڻ(qj;]Qnc(wG_ՙSs>a!^]d Usn*TG0I ~tY-k4VW|]]|5t)\*'9; )LKv\ Љ!>@;A=_nEeVMB8J-g l_Fވj#)j)c?2c*r/f@dŕ yGgHnNXxIU⃋ɢ"HCE; HNSh~z)r(CX}0'98 7n}InF|4(J[LoB8 y1~UV*l0urG|Eǭh'ȃ3yqێ\z ɹk1ִ!UdK>lQ5?"okXM8vӋ"â0s_3莌Vgˡy+M1hy|jt|*fC|`4F!m9v^x9MLL,CKb1[ Yx]Pk|! Y#B]^+F3P*b]ScP8uG \Xd1}{Fo;B.U._=Fյ&\*pDaIo9p K dTÒgӽސ͘x:)~2,9iG"!] |#L fUlѧӱNq4I>_UJV:Pr"# 0(!N)A ʿ@>p<xf~Tw!!X³}u~ȲhhTp؃;'-# )z.۶m䐓49#9{%Ǒ:M`ڻZŘdY\~"jkLqўHuna /g*bgS)0\>eZ'UU% U9(@ӖX:].)AbB?8f֝!r dҶМvlH<#|ёBP%j+뽀7|JͅUD*PI6.}ʋ0x vQ'vr=:Ӫr %NJq'?rО'K)'uHiՓ߷ M` X5+Pm=>)˿Ix^e>vя\dFr7ѽoŚͮ@I b]ߪ0|Y D|Gci1oa[7 03u68x%#cu@72?~yF:fDg?lÖ!6Jn hJ+E#KJ3gt:-%0gyH$F" MnDtovuQP&jsНSS|)9>9x0OS[6RLXGlU~ŵI@Z)S`S5ePӃ"o>kA)yj!\8 uRbO7ѩY9^=XdyF[M-L 0PE@YkMJ~:ZB82*L EFF Y\*Sz 7ɟ3#]c55W@q2c!⩬%&qϟLQr Z㋉BrB3}.BZ~m{puHe%lɼ LF)(7$}?$W5 4^%8P9^u.a.੾QԹtXZkw}Ԫ0{R<̰E&4?8Fyqp+ep(a,t1~{dz.w' }Ov `g> u799m+~IDn /&Ǹg}ą:f?HlӻBz/{=KJM3yXdQT@WFN91&3! >TLB?μ{)NyVs6GEM)\܏Qș{ܺ>\-/ q{M|j[ /g8Y8B3IW4ϕ!zg?n["ojsBa3f^Ioo?1$eMPftZ9 DF__^vsB?Ll!vcL& QCv^x2p,Tc `gXx D-6?BاCsw0z;bn.kؿbx.=3oYIt]LM ^OQԾKOݠʼ,P+Y g="S\_C^ptI28!UJ/F3HMk; nǭ;OM3yk9ܿ@+yfG^'wB-#4i+0h"E.gދN?3O6*22vWv,z?3A7AgnPi%Ѥ!$!Cm*E8V8RΘR P>\dMOPIpZ/@[8!Ox gѣUXf峷]cD[?\&Ů,dJsek2PF.%,`]Vwwmp2%XJ@d(-1MC5(:pXa/& dzU9ukxZO=VOD@ o\:NYz_: h9G7wtq$ukzs#A2r;X~v.` k,N"_yDH&']̩VJmuBR@J/%5X^0xH_G x-X{l<LLA^=RkgH&:}t7ۄ^B DE^-WC$GӚT.ʐ H.F$ҤW~]LOv-^%[M's]MvM)x(}Ft@`ۊ׭3rv؄+k #"11,J  x_6t2|o:]Fčk䭓״ Ip@0͆?i\\>'@7+Y]%*=Zt"rlBfLӑYwesĢ(D}$YqI(UF.sjպW;R>jE}q6քP;_Ә6sq Z{)̘qXydIZ͍j2 [@糸Yúe#;5v ȑ:n@c2SC DU\Vrږ12t 01pmSeڰh.y~_EmϧdK>CjKU(.eʽKs 6~*eΪ>6~a={A912#5 ̖))`^:\QԎE3D oW=]a|SϦCk|EԅrCӅO@ΜhpPi(DQqgMrҮg{Li3\|Lq0k29&Ί8N Ahs%ݨT휊>Z7&$鼸 o,diZoF)Ձ⬸ c4l&Hͷ@'Wmv{>Z?Y9OAz'K y){Ox] c.pC@xVBRXq%#QTF]3W(ZȎ.Pg{9*5˶ tƃD~VodNVso#ap@Ư'7 iV2H ڔ!C'O̩.[r44{ [>!~{{Kg" in:{@(P d/,-)VCNW?KBOr|%{g* Wj= (yAbQLmiͪxmp:D2ȱݚUҔ[bh" CR, RS0TJoP!M/f&^ǣhdvHv a9e=6jE䟗鹒R(&4_\m_)68HI0Sa@xCCDl(]JJ Iiv6 w}AŁe؇OA0!rּgT6OH}Jf2iqfvz{lGG.|?yZK _ QYdp{(+U7L U~=p\πƽ0\{6" 9US{ߨ/_QFGFl EdW R ݪM$B3NfWxIUL>[(Y)VRFyj^XcPcj#0 rG"|14(o~%ͣ3Gv Dfrы'l6|V4C}*nfwx"d VPѡ30.Hf,7IR,2,q$} ]*ovd,ٴd%C.|-G'IO j 5[_ʓ tROIf]xYݬyl?+יj8{( ]Uj)`w-]{JTpj+-;Pj ZӧP=OMNbzr;_%rc_f'N'!᣽gjP34G~qQl9?6@%mf{Vx}n"_t C%"b?;hw޹HnFn#V_1Ayemy?5Fp'wg|KXGEBSL2j@33eͼ aPC%R67pyWB3\5Yu -ۄJ qJXiBQYxNA/YFAdvVpRN 5`=ʓt|Ȩ01**ߪY=ڽp}ܴ0sd ZeA`bsF"w]=ryn '\G7b`.m)9P- T;"T.)ZeG&4Nú^mf?בdzUHc$ >i${A:&X!t UMfS $PpEU8#n4 0@l> Zd8dw dOD-o<` 9ȁ!g/L.=Q~X'.́v HP=ez16(y0=*WEuhh3̏sҝۖ$5_.{+uq{{H GR~C֪9%h/7mIa}~L:%{Cb`OkNFu'7T(MQ+p`4(go;} :#1GHK^UᆾW 8REA[73(j\flY?25FG 5K.j%o&ȪIX.8`%Uj<^5JY̫kmm?DUe(φ{p[OYxhBe4Ķ ;&Uz|tG()Ty@Lzet4m^ST"6xcn#%@SXM@7f{4rhФ*]H,ĄO#j3h:CacZ^ռQm==@.F'-;f&J*> m]s ]=!J tBMp'*pn?o:s%& \Rq$Ly_DY '  /Pɫ?O!Ou^7{ݶX??e=EbbY<^Ҳ(ZV}qR]sY$vZzwdžg5Wae9|0n^@`ZsCCEBOօKj|hxJxf 6':p1l7ێzz@J j&d}N\ulY )tZ'/C%tX"~; bFB$ ,8·$C$!9J_&`SE6us;@oCwmlkװ9M>QPi6wlѺYiyH͵TF%Ղp~\LfVz<>/rpa اv} Mc#\Pə-g00 65bW7 a\i>|/D!ObzZE"j}mٌexb 8eK}Vb(Vdj0 5]KLn$ W{Y6$N6)3# ;Ni / 6@I{Σ %"xɍ#yNu^:4dž b/ ?slwTOB4B/]۪IRB\kiSy{UښR|ӲĬL\HXTFQx7d\JLDp!6_|ha#P#^ɝPe 䤦뮛j΅nU7^*.g#3p*SerP.f'$;U7 ?]9%L;cU!wŸ50إ Z]\bwՀCܝNOL\Zj|rܴO= 51`POGE\Bl"F+{^ggn?YG[_?2CkMR;W!q4}=ˑ'TjJ|i,zjU8IX״9SOGS xg$p.5lgKA^4`bAvLb// JXwIpƬ<=PD ]$?S;@lW/ [k8UXb(@ dgx ]u"VCi]ZbDFh`&bex'֍LS*E>ݕ[E+&j捀Gɟv6L"|$m&wR|JnRZ8}]c'JB5@hUR#gB\8]qg)GbzLjQJESur+q*ES𤌻bh`}U'?򂴊H̼F8& Ep Hs[ hӋƌ@vk:+\'S ITY̹qwucR%v! ;pMe, v'VvgjwE}9LhJT]Sihː&5c~yg~ MkniYLajcm <)op6o{QcYz33~VVSŕlduqT|ߣIdggtBf|~0 .p%s[Ey3N3jLw(ߝ\;?V3M؂}ojĞ{3gL囍RBUr1V[뇀y>q 2M)AԶ{cSD=<ʖɢخ^dKbmeQuҒf(ȍfpeSR&ʽiIT_U4\%N 2#pc1|FCK6ig֔aFBl[U$AMgz㞗<s"Gk[{y B8=_">$o!QTy}뜯2 CXg1}7fTPr+ܸv ,k;$_|{~`? jKÏϠi=ODMK75&NV܇mUTQ$Rts떜 廸trpk9Aa4GGDJƌق M7ʋ<\<6^_x!ψ3NO8YUI}1B,B7Y`z퍒²EVqewן2?m *i ̾; f9\xS⪨ \-d{[QGMȺe&ER+Ւ8~hlm- ,w9Vfevk!3k oTX ixmA~" hfUlVqoŃjI8@g鶔F$"4Cbr:nM+nydܓ<\1E!?H< kކJ*nYIpv@|GJƼQҪ.5+Vf]+"7d U TΙ&YI3r'0f.egs՟tWza^;[HgGk yT$\/ E Ɛ,7ԙ,GgjTFj,nڨZ(/:ޝFlX=PW\#,EfBpX!V0ƧfB> ac+7Mګ ܤL2 (1x q2eʘX3*CJ*->]~Cb?CljܽV.| *k@ɒF/5O X%s*uj.|/:{/m%e3bϊR1 蠌,2ȻT7|њYBs/*&@#78YQ}wR@$,֨^]HhrG=MƭMأNt~[>Q<.04>Zjs6C X`Xm+AcuE/b.anƩ5y+De3ݞ5{1F*cQ̩@-Z콞FWq|X~ss]{@)=پ=Rqy}Vy=t! ԕWĝD-iZ;;<5j^mp|oG|~˔ץ3ƞ(t҂EAyR 0S͏b_kk[~鱱@; c`;$) ձ# ܙ&SHg(؆M@νP߃W6KthB/F( P:ڟ&Z_ 67W$?M,b 009%,@4k?2be-jlVHK@h(5BHJ˸oń%600m6)] ~`y^ozZs?)*7MR>D[>.ҠO;94+ऽ;dmÜ'%kP ݗ°1NMD+n1ٛ2ojSno9 n,C|:.BqÀ `S%4NfPguH굯AOTCZ=neȔYn~q^OǫrhUըv3 =x@k tHa=hF-}L㵎],jjؼm!>1]9| +3:U~%-> XcmYw_ M)~lǔR"TߖLDؗ>JRubI4!}}TRsxR_Yj^8Y hLh%+a!42 %1}4 J[Pz/,Xm9FDGGa Od !wȄZ"KfFD/$WWq5?&|_ep)Phe?f mF !b S: f"#SgqIf3y>J;xr$7r-VF:)VZ_{~Gu+et%yFLle*i"sf;qP*ڊTMB+Zh$}{yD#soBVW.oӷ;hyDnD A\:ҥ $1v.vƱ1-gˬ!;p,f_L$BQHOŗ4B*F\ble]Ji5wON}` &}Ip}JWƿo7[a,e$X ab wVj6A W>7Z?Ag߹yo(YYj:I^&v1Yةi)B1qf?V^95=4_5+"0ZZ3ug$놔Xw}7w.Vߨto6{W1 Q/entuIW'S1d,f\h-%b#YN_l fߎQ)דL _d;z1Kjɀ=q dH,Dj>ܼ#d9\]\T,G*k݉棕y6c!{2MTtmdm[hJ(_8ZDG"o^02irA;s8LPo~uؑ!vN ykEH;NΓu.QQ;}0,dc-^>8M2˳T7)ihnef;e3ix=2[OmpRP@_ũ1k4-U~qFzc\R|jÙ9W(I7 t`=ܣ刴>.9h4&>tL &; _*B E٬s'"^prN1DNY}SL@(沎KR ljȌtv>EF;OccGķ$ZzxO' Y]kk$ńH߇mP2m>iTIIB5v>-_-t%`] CL`4 ,>`ʱT5YάS/'z7Ll,mtΞƒM^4RfcUZ k3}cn`aS8) /~ֶ 6WJ4ƞѣ\K]OȽm4I7>~Yo. ;,CԣRfW^hml5wrL ,B4~~G ;lhHh3|٧1);oZId k7DɿtFX(LS.pn@J_srq>L],!A5D^ƥB^W1%h|5.\5BA D'_`r(mÁЛʳ4bdlPF|0Z÷O!1e I0.&D)*htJF!= wJy.TLUSlY|D>=nj$LLl3w ]E]@[? Db÷N+XuEyެXuQnzJik|f(Y{F]-ƂkEvMLa T'IpuqSbOuߘMhF3!Ե*#{:/2DR/im rK#TWdm|HI0m@%)u5W8jni(OM-YK7U^ oDu<Ǻe!,N)%ݒх*5S)3^Y![fB#*L?95ز2#c Q'ɛ xcBe}vtYz`{?:=+V^bQ߶L$<Ʉm+"oOj7>b?{thॳ <[!c3?)ѥrץ1Aq4oF|cv=ӲhI-wW0[hSŽ+`|}'ȔT$h>[̞SϡOGr-t=5/I<o!'<Ɍ l 8# Q;ޢ_?Q  ],jrtw6vs^u '׮z/%6v-VoQ_1GэUH g{خ72s3ל'k=yM,`3qY'Vc~^5ix \Ko ^%J2+M55a0,uyrpL 1W|^Kc;N KBo05 8M7kYhPI% eEB釦Ә [D<?F]|GU;% Jqt@n2 \+hl8pdj՝r0^LǸ-Q_цo ^}beLLmdfE8챨`l;& @3DTQWc-'UZpeT4|䗜y1b^\vjEŋN9cSa l֝?1?S09aJħ>&'8(o1nKCR|fQz5rP}<_0aI8Fq*qW"奠Fm\ +4[8N(ҺW}FNǼayKٯфwĦu4.GXׁmbxX`6%E*k;20~zOթ Kk ^O65;_%΍ A᲼6=wnu0Ƕ=$}odݲaP2GQHsHO9*0o~BBdx ޞՈ;e;'\FF`PY`,Ӟ`]-x"D==c|q5L75ێHrl.Y?) p}}BD+0d[߹rT}߇ky\S@Q!mCnNNE{ Az8|U4rq1W8,oH ?{ƌAu19h &<e]*-{czR[[Eg}w ԆiȤ#(7Ӄcʙ_ u|{}-Ra%ɕiH;oEgoQ9U&(Щ UpqdģDEuЯglJ%!yM#oE% u.y%R2܂_D?j hQk<_Xcp{>q|yv9'+$aM3;Q~KCݤ[Iܨ2s[y޸D)$^ڣHvd 7 d"o>Tb tj+?ФIzg?A|;bapU2)!nwZ!yb2:,G0?8sQ 5RLƃTpbΝKPwŕ!F߼ WalɁjEXoe)T,9,4&ېa Q^J@Q8f,v#DzY[w/b_Jdp.@#BkA 7 NI>!9+,C+ބ.E)h t{tSnƨ1<3/ɁӒ *6iIc+7!/+mEm-#Ģ'0G< א߫3Hش2(G{AkOWwD̂3w sZ @eS_%+P (S&&YK@e!Ӯ=:s˧DL[ɂ|0&5U<(fkH3GP ;~[\[F\M^H~Bx^ 7ѻ̈uCn6T |wS^wxXsuRXSX t⠒Z4NPzyY sxhDynrE5IaIoA20ݞ_/2;5Zbi>%,ԩy5j="9 ]o舀[IX""/(ۃMg*vFg5w`Eh兆+3~cmYËk櫽 gqPho]S}52WAn9*7Blz?"2!DK^ҦI*RZ/\I?)_^+!SWO𤹡YaJW8_Ԭ&>"]d2Uˣ⮫ mݔ,(jA(YJeZj_ZOgIk"ӴU|coy@rЖbhIP3 dq4LTW]NRq?Ar'r9 Ev0Ak j8nWj"yT&T;"N>"c*w|'%i>ikpr+P}ڝ$HpT)ȏl5R~ҕkfgU-S!}ژЭ||ؒPnhll0t}Sl[-;8Jn7pJ7Hw2|(=BU68ߞHueg}TzD 0#, $;PÔ\vpk59P_o$) Lٗ].Fؖ^qeh RɿWiǺpŠQNwNCEHf]G(7JJt\5LÇE:v Jy"qv72EAZ?Rr5$u"6㠶6/~'g*:?1_uS.u{;Ӿ#Szď4]0F] TҖ6 DSPbtNF. e~_d 3 XSeEZ!$꛵-7,􃾋̛ v3Q;ǧUButKx `}+Q@՞'d_Q< pH 䝋*/y/*VDt ˪-J%+JcjLgj( |!9 _!R Dk1pXwٶ6񙘑 SkظG4vPB~%`VJ- ئdA(UTrJ2w B5T@wL_8Or=xŷq=ڍ <z_ nHRq/&,[*E_:Hfiك]kTCږ#cp/l 5_PXM bHI;%^}W?ӈ #ge]bяz%Ð쏵 ^L9mE@A*AWB$q6qԠ@yXOxOCkbb/%޶%"^L~cIY*W>P3=V4*xcJI&ɼ1AˬYOyOIhv98eSZZQŪ9*㓪 XFRGhgM8a1`Psoq^ G{|P6t;Փ|=GpzW۹=k-@+p|~3@gfhguRvƞ{^TUEbVljr"R L=𒿥n=O[}U_+GQ?}HX4X6Ui0M(%)?W[#, .k+|!EP5$g.ŐTc^Y -S%3>|7Of^݀Ny`yEn2-7wG)wF}:@Gz._$^cQD#h,5:N U?Nr֏#ġtY'v!CnY]>s|uĺn.}MC-mVVI}"r]1+xP+,ړPq޽2IQCv+L?˅yKus NBzWE\U’0X3JDxItWmlj{["w%O-0z49NB^v;(tx8詺4sy}XRPh1,yҿDU-VOg.EJ{v>a,pQh74|SK(vDӝ5t+L4$7U ӈgH2HW1lXC?Ѕ^V.nG|QN╊㢻eB~w졻uKiU t:4U$ ju WGtM9&\VS{(Bˋn Bo-yf rtPſ~7D96:6^& |w{)~biy1:T <Լm)\dw#)O3qa} ɲoC̈0/y |zh9cW|h R)×HG͛FaLh^s/jGl O0 >PU#A{ ;G=yЇ{B4 1+4y0hUZP][1j>>mrC`ݞ~)ŞѬ>pTtgF_gVSe,X1A)Y~Lx2txד>ڻ:ͧ9"HϯwC^R]" I[|Q6w;HҮrP/ɰ\,2@uxs$;pO bV260 ޠV:(ǎPA^ kn(&V9aaa:S X [~K*'vyjă@w4,0&Zb~@WL&l|G%UJ*by˂*3!q/%RSUT"E#[D3 S[vw (qHTݕ/y4Py{HTuQm:Mv}zֶf)dEMLv#A^ـZ䬞9!$_|/zXOasaJf [)-mrpdR*)RY!3S]RxpV!_ 5O UBZ#'u ,ɐfc!/sݷ ҾWZ .I [Xya$'Gr`Ax^2\P@]Ewoܴe\$<HӫiK~Ǧm-%F5jmG䞙`;w7qaȬh%?ecǯ$jQO,(D*KҨwlXbӐ:O`}4_궪< LyRz-Šv98$XqQPA~q軵ݵ#otv2q-t9V N+cwJCX mtv V)G.Bxn%e0AJծ&U Η ƒ&ECAc=.Lּmߞڕ;=P$Q!w7MH~:zĆ)O?'lbcwސ! Yos,"s^Iiz#9`[jPb6Iri;P! D9,٧h2ݱ?M8PAPN; '(bսJ:Os|7t_-KAه.`f FJRo$zȳzf&'ӯMÐu1*! [[S^z0G%}lGcxb6w3}xűI2!Qtgc-]coȈ[`6=L~uL>c/g8<f?X\'Н_hxS꓿FrrhU(M+rpbDiF;nÓX/O o!EYgeћLAogt*D ;zV$InQ5+ uEUy^A1;F~ٍAeV/"9PSF|lF}r3hqc t'8X1dz~2hBs+1e, S!^ 9?g=lB2ۏ^j(Bذ?y$Te쉋MְӸ(׿}̂s']uGas5vt=$% g?̦pY+0 l7$BF,Y9UQ7{WOerErڟ($(ACiC}ª,=Ҋ. s`O!Y3 v"552ҿÞ ::T+#b;-Ŀ"v9G0fǣ͎ӆ-*cy>`UI7wwiϔ),),RPk!=6=6՗A}]'Դ! l\"L]T{D[V 0_#?8`BlԔ 'Ida[`;-tJ_5y0!kp̳ˣU!o'7 ɵ74txl?sъeZ!5py*D~oo< LUe1RsRo|qǤč) 6/Օkî蚪 vE۲\@N\$vU1V%}C$~HOFțFYD ƃԝ;wEM=}5\cmNJ4HپSŒ" J)r}e^Y^TNAsXyl`O_ʿNz,afm+yDPbI%qAlgCz^T4X-AX<=bL7uUjVx_WyS%SzVUk#;e?5/#4蒰ޗhBqtFSG9>އZMg(n01c L (tLkYb>IwCz+,h!/%+fyߥ(~4&q/0yKc{YPZ糲AHGm /痻e1,}T*kU,@06ZTآ˶fD}ג}x?RAAf(&xh &$71ED1 '.~!/,*!dlt.T"K q_1+݋fx͕A]lcNXb-q B>X5|ꩬW#IC{e^3-H8x忕l8.-'?n^syHfӇA$pry2aQ@8?+ CIp&b TY.P|&{1g[,CS1ptV|?Q PdyVrQq68`矫,`l86~mJu(.R KbGJ+6Mb=^sPI_ټk\aLȚ2_n ^y*^sKXHZ h1_T4pj, 8x[d4];.}u!ߚX4\RFt-q˛}E𔆈Lj KZ1MvJh)g5ӕ [}ZѹM7F鋅w% an` UAk}&{HcGdmPnIEy d;<~p˗L܀( 0߼$7)y.=(ZzOr_P @ eQ],Բy>@4Ke42]4#?U"l~RJO&e+O][huê^J=fĠ1Yx4p/$ZCaI;<!rH#ថѤ;捺Ulj(LltqC TM -R^3N][bqWwn,5bOLj88fmbAW| nl;yI-,UIf&,]|"Jc4CSQۄ؈DV:9-;*M"س(d_ŋ 3qJDCkxWXpt.LNsC$]- 0"r: {ޱ̨l_X9IyW+|M{ Ϛ&sy$HRJ-sC4}օy8ۑpgXKֺTKsE;^&lP֐-p*-ASi(vt]XBb^|{**=2l_}NDIhϮ; 6ݷ){-^4G.>Gr/ zFਹ7ĹTb6ZlDž'f ݪ?7u#A  YZlj43#M}t͝EAHH\.kYuYQKYnEgLI%,M p m$'È,W=wEu9: \؍Ti&[A,sMtq)L>48mG%,vLWzg04 {`ߍD`SK-kAa tPmnq'g Ee?ƚH1y̚ޱG?HC=vA??R [i90:W)NoCw z-j$RmTWc߬0`̩Gi@œ"·AJM2.HQ0*#P2g VBBB69~bfc%[$=4NA{~gN;o:ײ06j(UہB)F/|b'Utɸ%*=~-g1]S38FlqawD\f2<j'oGWRu@L6׌qUsگz/|1vܥhcNUO9dy֫$N҂ d^ic-kD<ѿPhxX_LBi5[r4nV?gje+M0|I+pX.͞NIa~p՚A$+rM*Dbv?>Kpij,A`p>C.ʬxyiMT :sc*sC1fr&'оE5PP @(vrA7{o]\.%^Vujbx X/iLoq/3^_[DT"Z'ʡC{.s220х +:\KMڨs1p~[󵅛kuh4,p0(wF)N@ _Ch_$\pd(x$>kR\9~;󜅸"@ܓ 0j̱ AO*́MyoZn{k<,Vha#Qn4:uy훪>nn4̞] &9;` 4PF-/pX:H&xk!kOPHc֛x!|C$#o4P '#ځl"e {V_}աzJqd%44rZnVU_s(^mirZ#J?!*yEs8@(OgIxлy='Bqa8|{$3閘;{yqn;f窃_2N٘3o!aiT~w[v19Q25ybQcs垪uoC.UP?/#u)e#!+&6& I)O,:Vo`]ZrlDrÉc핆{"*|8VNЁV#tTrYJocim~{.ǡ0tK=u)e4nN%W+ vvV@%aU苲YoKpa]~SijNChQfie׎2^߽tgͳ}716wo`ƙڡduGFQLv\Eqp!;o9} @KTDf}t}Kcsɯ=-Ew'.#ߟkf6 n&+䄥ċ$7z3a+r@l%+F[UjdLf6@n!&d睃A:=R֡1#KŠۃvq^iE|cŗ Vsg =޶$5Uۙbm:qLȮth9Mc=Ӂ:x>n*VT/Cs֮5Ӎn{(l8 zógkS~Ì}aH]<$4-xǝvG5W<'<2b V5.L!1ɊS-b%]j %P>@7o WniTL%[{IaYVSMB6⬨NT=']/-4E 4Vvd)K5M 5څ~X'x̗JMǬ=B ŗ}gPϒ8|J[vi$}ip!"Ǟ.JL$9 8 m )ɸx5?fOBu6Aq5Xz:;YA3-bՔK0S 39fBS+-]Ezqplx_4K(Z.n}ݾ a7N8zá_" pTf~3QIWB'{a| S0cB*2nL INt).$6,> (b&! &vHg9Wg95rjh;MkGZk<o_x(M٬As(wߘx#wWPY©O.r%O|XB {rG"%gF@wNA17®T mZ͌z6h/yfCLAg Wl0Z=7AқX]#64UʩNMj:,x\'ަmiyGُ ՓBwp}`kLE/g+ 4dEPcU)tpV<Ϩj x4yݠHU2␒߼]Ңu[9Cɧ7P@V|>QEX;ڗGsQFVZGPp4Hx?X'(f k4p~1q0eEٙC<UTGI`UXxwo:DWK$bT(fi#zsPcʥ'MT4 inEV3 <7T֛W˄ 'iwvo|z>I[s,ryWՔ+ 2$7,t.74Ȫkl1cl>< g'0BQڗ}`-uθx&68CiMs76X#'Z=C#fKڧ *@wgH[_*N佥O`RcBXE\8#TlIw=4/h41BxDV%\Y`NvTEkW>>NlG=Rc:ɹCnf>X %Ɠ֠å:G`zNB}tM-Gq["%p}QRuhb(BL՟D49{V/b|l٤K^-bQҔmor^88+[&bn zI&L1 :GdX#J5 7e(}{ r b6tqS&vv&HY7\P?{+K5.sgn*%2ɋ BlK95B+YTU}ֿ$( 75k~ N_>& k47VenաwڻHV'QpZ0|ݙb-~CCO cpq鴜؂[cĽTG"%+iw4HKw"t6>t1ڌ[ދM8hJ )+BG4 CD-jձo͟%- H}Q01I/qЦ'4\hwVǯ,&t1eKj!\oZWg윛Go;Kָh7#}%_g,9&*{$SD-U5'tr8MӕaS0ibZ=A$qkUqʁ}~%\Gp T8uņ>%^Л=os,j({{"" MqneDGSLt|.V͇Q] _vpO%ZZ*VJjHt&~93 1 ÒlM"7M_W/mF_a'd 6?m \V)؇sc}m8>\~G؏%44D(+~(#0﹠z ȹ1:.dPoXEu|*WG[";œ Xͥ1r=:Fkq:aФKb34ESUՎ2y|J 7v\ 񪻾{cC=zpOK.$ 4:LX/gws`5LyǣSWLIIipfKS5XK\) /ɮ Kk7DVS^|#ZY5o31eכꮜ%9 =\Wo(FqEv솰7NY?K@^%4b, AZ{~h^@[VykhJhJ)Q %yώMי^BH>m&q<[J}>rh4]ׇpC>&:}Rw`V0k%{`IΘ8%M^o!nCKqv,. |rEb? IfuVdv&  BA1ROΘ~0N] '>~ Hx$f+b&䟘_[ɰ/H"9U}*yP:V"/c͌! ?E| 1q #_#erXgۥ06%dIF7/cbKk}P:,Gl Bכopp߇ݒtHe(&TZVx |p@Rrt!yH2ՉpUadNoY H9lcG_/5_96:!;9- 겁/ 'm(p~ M ?%۔Xd~8v-)xrn~KY.Y(-kCvX:;s'kh!3ju\Vxu6|#(\۟xYY."5&uP0CGzQG>| ×: .-ൔ="wS^v5Ook2ON' p>F 9tI9L,&A#n028ws寅`_yq2{EIoVo~CQ$/*<Gĵզ>\hZHDTPpE1TfAL,π*D5.zWkS>`X%a+EqDa}&Hp 5͹>d@'g1tcA$1 }鉏םgTLi?xłaM}z Ѯ$+[;UgG_!kٳA`\Aձڄ5x' iRb4.v]SKFFc;ǘ׺^Mgv  bTH9 TKGC,ߔ؛0n:-ɗRԠWy^lj&C NjY R ؔ5+ī%9)VV:Rsʂ,fnTj7v/uV&(KJ?A`1߮.$_4 J0PƦ]eQVۇ[w`J:W,.PZk1^1RQYpM)q? ~.N. kgk;@Zq1];75;Vr2T~I;5$sE"8ޖ.|F kڇ6%I,f",$ym@:w.2Oly_ytuJ~-X#f V<>[A! tac\ i$І*bnVՏcml@'n,Ӫԁ'a9iLXAEM+IRHtY^Gp Hؒ=sOzXCƢ[C%4C~9T &ӑA wp\IreuL ]<14v@" yO>-7@H},A,u@L9f`Jl ˩1N84tǙޑŸDb_$1V,0Mer(|t5@[}&FWwh'_r AO%R_}tNI d䰰7L I9@Vݱt}oC /܉P#4:dy#[֘.u?&bR&Vxz$&߁Tal0)r\y*֜s ^bDdPWM4>2)6cIie3 >%qY#< 0=/%!;1 )qG7^_`|gq %nAF'%1aK?65 x>=qzV\^h=x{#Rw"b 0xq~芸{g0es_0ίUYUD@%sƙӫA T*x|~XY+- p'͒.K[:ޖܷ(B3FׅҜn_&u7l}3"4ASqMrE}Q\׍۝jf1|-m"^GAmtdF&J)%nzcEH3my/RNLp qWh,KH 'c趭"=! 4#p>57wլ%QQHqМ+1K6)%1kc$Kΰ!HSC Vsm<Zc~WwEE{Ļe}mFh?kk@$v;_4;:im/Q"=2~8G9O|N̤z҅'S ۏ w1]Zo 59jh.l8A7&MB$JZj f ,"T~0bK>(5 Eǡ!HK,4P=*dejDr5\Yt*%:)EMm;rf/&0Y9&"oQy^U쌐֞_=o#LoJ˂5ybE)l"ƤPWXrֲgy=i"|Ф[>?i=am5⫊4|iހ^& qk켔׆]xeրnCG k`J'βE^{xVL ~/q]ar5w J&2H-E5S8Z)1<Ҋ!1D̠{)HXK^_~9LȘɶ҅;5 \hx(2FY1a糣N w<=>eTȼ^/T{\]ג,,7eu#V㚘 #: ;SqTmWAJpf"iyN}XQ"WfScnEEX=bJ3XNJ8}?4ϱc V".:a $i\{BH qpNҁ|vI%spOW9"}GCIA@14J@yl Ͷ ^ǹ%k1kr"bah81YZPTgc(S)<ʬNn~:$!4| ŏ%ͽ}>CM5(G VT՟c =hȠu+}- kSo u OΒRy+; =7'/} },]ްoe[ qNҚ~eeԣGSo#ܜݛRfRw?r9`AAɴy&Uu.+p2\+4K$ҼIsƽԁpS _#T/u_#RZyIIgrUP (/KKl2B]a# [YAAS)^c#ZQg~<W a$|qB4(r~cwH< O쐣qJx%V=C_s}6H9:qo&pc"I0E2Au 1sGw֤ͣ-gˎq7 )3S0+m~#W{P1:YfZ~F|i(fnzK(τE vcgb#r;:hbG_g IS{zQ K/d C=;o*Jʭ})QގJ^tX䯏Rn)܄Y _M^/4fNM;ȃ_fΟd`s~2C˺GC2V 65Mc>: @{ɩdiaYA;b̌3a~Jgݲ=4T8=SFc翑׵6JAW'tnfS3jNpJif0TK~ќMʌh -T <+T &u/n`-R :g 1ۻ_Nwt W_˴YfTA?8\RZF sק2\7z黗/AqzJ 8B>1ۣ-@%gG -" AI/H{ip*=gr6E)G= ?Ib`<&B) b=`skDJy[1E<,S_l%$@z8k{A-44 v៿` A4Y0v"J$D w]nI r ƃ[qC_"+@1rj_9$n\AK~0=zӐ{x)aFm]- Mͫ.) Z G3zbOebZ=zc3UIE9< v?ܨbI~Kpf{r&eocbt>i;8(!M{k&˪F*mkC߭)$aVik)4 = ڈ>3Y̦Lu, A_MzAV'jb_}SRLeN~#1{hlmdzTLWA=.+dCy r `Ξ֮߭7 :8x?X&Kud: B6@+gT(p]OC-ޠ]^0ywtR$&U+5xAyR+Pd"$$Նx/'oJ$bouScitd7 ӑH'1(cؤ2:`fIA(D+#WǨMQڀzoWq(goeeje^y-_{/TGNձIg]N"f' Ui9@+ߖ,'qfdӰغ%0MQ8S`w%Vf|+:8N,vd֗p:O D`{ _=&*h C꙯8[ A Ech> ͂ !2aEñ)p>|GtވJo2u9ܣ:!;-xev؝vj*hs@i':ݹƽQLcR>X1O좈Xj='A\ܕ$.gdL0q}1,lZvP&bН  !AÙ7` V=^WMiz2&^~C+6e'(ei~ҕY8Xq0W  2 [F۔\.ԶQj u>5rlL$@Q南?~_m#N+Яk[ad>cp^s2Πja(;OlYa4Ug{s|fK+lߨC>)spNE HcK;@[ҰSs_U>9np7ҎKw7#,ɔ6@D#]80!0x[k.%>*)=zTϠNQ4dXm]-:vdx׼}N?pT•pwc`oo¢Kꂖ0| 84F*!˹8!f/@J_LRހ(F U~ v`1χi΄Coy= 3" t!yڋKz4[EE$˦B/i=vGZieAa^A@HI}YWֳ52<\Le<^b] N}&b;lQU;kYץkl.*]&^qI\|v}xnčꑹXh5 G$nBy?B9O_F1bu z2vo7/4EBj1l(O@E6Q;&-{|BWh{b A.tϝ 53+upBROՕnOq <LsuNփ[s,}elwYk]qrZ$cdPnw3QF6 3:kֺvXoA%~r/>z'(O[NAF7^~n_/d&_0gss R@`.Dn\Gpc3ARRQQO~8Fg$RzTF~ t]Znaݢ3-{%,־.>N/x>PE9o:ŪmIU\OFh)X y:Y>d-N=(KxCp]# 9pZ^6զ- Lms$VK7]K}USJ4="l<ހ,CIa2!ũC=?TdؽQv;:` jۭ՟j-xTJ;jR >2*U^+R96NWF\|;g0W0Z7Ulʸ8(=HL4D.ҹA\Z:@^V'Z$C:i炙S,{x}oj9'^Oyh+8bR?1\C5퍣vUNӾU$ÝD=BONƓGo(=#bٟ7I O$$H w$]难HU%+׍5Ǻ]*h -DC] ]hep 47EJ*8<:Yu1SE;s )Mzo 0\"$zG/1U ϳFQ67ژdP;# üC(~T5 ܧنڋ&Br*bޖV2؁6z稌軃 ϻ}&"\_d|N 54<DuB>u)Y8y?&\U億&!7 YMؿ-p!S+;#saFuWn1f%L %-ֻڦ6vJQ蓝(Z) i]Gс-7r5N7G%0 sF 5sh-`2;cMЮ+a9~[Z{!QpknE1驿X?AH귻GR'1SSڃָG63("\$Ue_x)8}q `jӫyAzgIGb_^7xԪ哝}:cܲLQSՁi/0T'j\߂Ԩ,8'y h>GRmqP}S&Kv'-xzۈH)v(_=$AYl}X.#B n_ \"oJ@2vavʮ?HH-y:ª㧞?;A2֋%vjt\hܪ`Ș>: ֦"wz&q6y= Ĉ1 doi<ȴ\LؿTpyHS6=DxyaCy \f|*@|~RW& ̠XZk ]4[Bm'Nn^)ESM뗌JVa6|pR=iId9Ҙ2Sl?{|l|vfKΜvz)#!аRPy^pCfzCtq2A1qD?֢B\'ޞ]E;w5{{eH0va>IZ@Wقn.|;y81sV+A.2coWUGIl$Ut熕2/LyX whhemrKš[I&q5Z) G;F>R7p5M}^֜tǽrYr-4@Ư2n Ҋ]$b*G },Q7QkD_ xj3Wap;AgmM/eJ8s[ =8VyD)S'4a x~Y5Sb;c:_`(0QE`!nTVX(_w23ه+t|%sa_faSl,'3lsYgUl(:dTC¸X:ր]Oz_@eDZM'C7W%6S٩;mVwtu\Q1C+OmiuCHx1.JCe"x\t%챦\{}ۂWSiuYG09J;/!4~l0 &ny a”؈C|\0< yOo8C]JǭOiW:QjQ(&mܫ1?y(Yb&qׁπ(Y wrqPw̙-WMϖTܰ~"- pe'ΡQ*6OށЛǵ m/qPX!gWG}q&co3a 읠[ֻ'ss fFgnVW@^a=#ݦ㡰9݃}gT<^gU+HL j sZ5U4A&L|ZwTZ5gC+iF>դinM } )ef%^{شU:QzwF8χj, q{Ll[@'ӭV ($1 Rgb^פNKEX9pv<Ɠ mXb ř,fpAcU=ʔlN5䵦lgWOv?cԙFʖX!0LZ"taPZPJ֡',G7AɜF8b'\ޅ]!gR\A*3L (VJzHG+^٭c{"% EO])>"e!lfHt"@HjxnƒIe=aܿJࢆvXPuwmHpКi_&`d\!eN ܌+Y!!i%B;@ kp82p%0>Bq׷;zϐ Yv`fYk֡mm^_`:/osj1 ^sJ2.D1VֱJS'L<$0!X@"&eA94]т]@ "6/]rbB :|Q?lKcD woi2|C!`Dպ1qV2W^Snn;~ +b# !cd2-)LR/Êئ8h*Kɼ`lY#kqvW|qu,g@rR/#Jhn9czNBe)[rCr0u*6ԌJ  Bo&$ N f}0E2` b*]@/a4љdbsm{vu~[c~U%C `wDё.N{Mz q{u쓵RA[Eօb1NE\3|oIrG&MHAk 7X@+$hHJ| j( c[hhgFuw^F>w\F|T蘄@ޔ;V«PyVq]%=83HaM43QXqyS(wÈS=SV6̧|+SV:d_/>~_vd{rNkDG},xBa 7D{Ib#T8u${[׮#Yy %Tڇݚ%0.TK?>=su Ɉ[JoCR Hh6Pպ'1[YIQA𲾽vq]{Dj=D-Ct7lD:E-),< If4X23 ч,N=sk|(\Ai_6wxU/+ʀqQeF`pp꾼4"Eu1UDRw lwr0p':10ÕZ4 _Xz(>AeȽˋ¥֨ܛ)ugA,XWKSĒpqcf/MaN0HqFO39)*j _e{w H4?ּq˜aON:W~X:lBB~YJzIpFZ?jYer}w?I]_"3J`5dȴv <ݰ^rZ||ʛޘ9?L bX-k\@RIVې3V y]bc@CrMJM@LM1]3b^0kI1.jlήS@ XvVhUn':w -GNXCύ(^4+lO^:FC+(-}, @OjAmo'N.?~"JqX`8<9"ڵɋN.j W9alYW#@HpRn/ S 8 hkiˆgH;DtdiW$f gOLmm5.Ԅ_TcEduTuC[Uaz-dv^fWD:8(/Aʏ'x9r9uҳHU1 Y ( p U# BS@o6<𘲞i #l R$1|7E굄s,Oƻh. _|J86V&3vзjq㒊@p?4kQO9a'y~ Ʃ,u۝Np4*ڨnBG!V}F>-%*8wu6s TbuO1>S_0r "8ef_GWEkE?ֈt)Vv>5`wi nZO gΑBuLhz8fR1x+\oS\3[u;ЧM֔坒v.aM,חdsUcK\I ! ~6{#;//&\WI#p *] OrߘD.>GTasi"K1e=vDޤd֪^fV#%1ʑ+M]-['"V!]^)Ϳ1#)?Kn< ']%.8,$lR$^KXra/z1Sb>lb#U|!CeIR8 hAtk/]ߜR]+q//NsL[:Tt}S7űL9Y4cIR -OBxc'55 ҺN/.n2VćfȞ tMh:xRV0-F5!sL++wu#]B17hV'\+ۭfQ0^ái~&u)[ w %+,օ: ׶b9$1DIۙV5m]Jf)G!d 'iOAT'e'㒧[PuϸoxMֈf@ vWԺ{m@xƽD!]dVtFy͝eB-OIE8>bP3cY!t\_SۙU*5< C_3W&<ރ{\:q((F8ҏ]WٙsTh pnד hXؗ|7nɇ\8]jI!R#A&c"w|g!匹b3V|YG*m;owcHD$MF\l`yO$2\ $gLRmsEZ|b G05i 6,;^ikJM@(G9p=+ڤ3]xe; vUЬJ'jq ^(m늽p`o=-ԩ>KNpxCب뮄Uh̦6K 9ӣɔSX+8R{ed 3Qb󱥾~*TUG *ή)s&AKN`[j5G6ny,pDx etY5퀊~>@?B\J~;NEf)&nP 9mf11U;1݂Q_ѧf Daj. "%&Ŭ6*#yԛ D G%=eg_d7&5&skJ2b6^Os"vF\vS//԰U.u&(a?[ZQ¬Ii(74)>޽NZK8Ѹ coL򿐔| #$V0[9 M728MMK9K &`<v!;pW} :,ӛl~!AWPOuFA?[yv"Sm@,^݉8lnNyB1KѴsvzUu U:b d*|o%ijng]12e2[{672/s6Hr>qJ[ ! >t|6˥-2C?WudEz8Lע1r2U9*̿>Qeyhh]o6 k1tږl5Vcĸ6[ؒ/6cfSiT?6E4}!u4eGĤD1xƊEԚ0EIc su>$ Ѭ*[$2kk. '((p>(]F ;_csJU-sC0Lt%Vq{X-@dOo K^H,Lw5=s 쏳zCCE"8OE] AAt).hE!Բ?3ZWpkVd!(j|9Q) ЋY[aLA= ;@:ˊbC>pZ^vG[a0=VFKHѵeFIJn ,Q YZ