libtss2-fapi1-3.1.1-150600.4.3.2<>,Yip9|t"*Sj%mт aV6Cq+n.Xl։_yI;Q Вv<1ιEGjOD*eǐ#!%~=؁FRZbUKn9r).k @y?+SU&h% OՁu[31o kE2c8^m?).-"(Vr)zT<_^*!7 35(IFIKiI#.KymefPGN2`>AV?Vd # : *7 M^DP V \ h  .T`(8)9): S)>SA@SIFSXGStHSISXSYS\S]S^TbT2cTdU`eUefUhlUjuUvUwV<xVHyVTzVVVVVClibtss2-fapi13.1.1150600.4.3.2FAPI interface libraryThis is the tpm2 Feature API (FAPI) library. This API is designed to be very high-level API, intended to make programming with the TPM as simple as possible.iibs-power9-21pSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://github.com/tpm2-software/tpm2-tsslinuxppc64le/sbin/ldconfig [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/tpm2-tss-fapi-3.1.1.conf || :iii50d70673c1902a6e6427a28757ed5b3dc19e9718a96f5aa454a5ee3e71e4fce4af8d94a7f85bd1a4928e215fea8c3203c9811820b2d2e114958c6bd064b6a25elibtss2-fapi.so.1.0.0rootrootrootrootrootroottpm2-0-tss-3.1.1-150600.4.3.2.src.rpmlibtss2-fapi.so.1()(64bit)libtss2-fapi1libtss2-fapi1(ppc-64)@@@@@@@@@@@@@    /bin/sh/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libcurl.so.4()(64bit)libjson-c.so.5()(64bit)libjson-c.so.5(JSONC_0.14)(64bit)libtss2-esys.so.0()(64bit)libtss2-mu.so.0()(64bit)libtss2-tctildr.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)user(tss)3.0.4-14.6.0-14.0-15.2-14.14.3i@f4ecʂ@a@`#@``ٹ`@_t@_^M#@^4^*@^@]@]_@\\@[t[[>@[;e@[6@Z@ZYKYp@YoIYoIY)j@YR@YX@X@X@WW@W,@W@V͛@matthias.gerstner@suse.commatthias.gerstner@suse.comaplanas@suse.commatthias.gerstner@suse.comaplanas@suse.comgmbr3@opensuse.orggmbr3@opensuse.orgmeissner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.comguillaume.gardet@opensuse.orgmardnh@gmx.demsuchanek@suse.comdimstar@opensuse.orgmardnh@gmx.dematthias.gerstner@suse.commatthias.gerstner@suse.commvetter@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.combwiedemann@suse.commatthias.gerstner@suse.commgerstner@suse.commeissner@suse.comjengelh@inai.demeissner@suse.commeissner@suse.commeissner@suse.comjengelh@inai.dedimstar@opensuse.orgmeissner@suse.com- add Requires to libtss2-fapi to pull in the tss user (bsc#1258720). Otherwise, when installing libtss2-fapi on its own, errors from systemd-tmpfiles can appear.- add 0001-FAPI-Fix-check-of-magic-number-in-verify-quote.patch: fixes CVE-2024-29040 (bsc#1223690): Missing verification of the magic number in Fapi_VerifyQuote(), which might allow an attacker to generate arbitrary quote data, which would not be detected by Fapi_VerifyQuote().- Update to 3.1.1 * Fixed file descriptor leak when tcti initialization failed. * Primary key creation, in some cases the unique field was not cleared before calling create primary. * Primary keys was used for signing the object were cleared after loading. So access e.g. to the certificate did not work. * Primary keys created with Fapi_Create with an auth value, the auth_value was not used in inSensitive to recreate the primary key. Now the auth value callback is used to initialize inSensitive. * The not possible usage of policies for primary keys generated with Fapi_CreatePrimary has been fixed. * An infinite loop when parsing erroneous JSON was fixed in FAPI. * A buffer overflow in ESAPI xor parameter obfuscation was fixed. * Certificates could be read only once in one application The setting the init state of the state automaton for getting certificates was fixed. * A double free when executing policy action was fixed. * A leak in Fapi_Quote was fixed. * The wrong file locking in FAPI IO was fixed. * One fapi integration test did change the auth value of the storage hierarchy. * Fix test of FAPI PCR * Fix leaks in error cases of integration tests * Fix segfault when ESYS_TR_NONE is passed to Esys_TR_GetName * Fix the authorization of hierarchy objects used in policy secret. * Fix check of qualifying data in Fapi_VerifyQuote. * Fix some leaks in FAPI error cases. * Fix usage of variable not initialized when fapi keystore is empty. * Add additional IFX root CAs - Add 0001-Implement-EVP_PKEY-export-import-for-OpenSSL-3.0.patch (bsc#1221448)- add 0001-tss2_rc-ensure-layer-number-is-in-bounds.patch: fixes CVE-2023-22745 (bsc#1207325): Buffer Overlow in TSS2_RC_Decode. Overly large RC values passed to the TSS2 function could lead to memory overread or memory overread.- Version 3.1.0 includes: + cover update to 2.4.5 (jsc#SLE-17366) + cover update to 2.3.0 (jsc#SLE-9515) + fix policy session for TPM2_PolicyAuthValue (bsc#1160736) - Add version the configuration file tpm2-tss-fapi.conf- Remove conflicting sysusers.d file- Clean spec file - Add new library libtss2-tcti-pcap0 - Update to 3.1.0: * Fix FAPI PolicyPCR not instatiating correctly (CVE-2020-24455) * Fixed possible access outside the array in ifapi_calculate_tree * Added pcap TCTI * Added GlobalSign TPM Root CA certs to FAPI cert store * Changed EncryptDecrypt mode type to align with TPM2.0 spec 1.59 * Added two new TPM commands TPM2_CC_CertifyX509, and TPM2_CC_ACT_SetTimeout- small services fixes and comments- update to 3.0.3: - changes in 3.0.3: * Fix Regression in Fapi_List * Fix memory leak in policy calculation - changes in 3.0.2: * FAPI: Fix setting of the system flag of NV objects * This will let NV object metadata be created system-wide always instead of * locally in the user. Existing metadata will remain in the user directory. * It can be moved to the corresponding systemstore manually if needed. * FAPI: Fix policy searching, when a policyRef was provided * FAPI: Accept EK-Certs without CRL dist point * FAPI: Fix return codes of Fapi_List * FAPI: Fix memleak in policy execution * FAPI: Fix coverity NULL-pointer check * FAPI: Set the written flag of NV objects in FAPI PolicyNV commands * FAPI: Fix deleting of policy files. * FAPI: Fix wrong file loading during object search. * Fapi: Fix memory leak * Fapi: Fix potential NULL-Dereference * Fapi: Remove superfluous NULL check * Fix a memory leak in async keystore load.- move the tcti-fapi tmpfiles.d config file into the libtss2-fapi1 sub-package. - improve the descriptions of new libraries (fapi1, cmd0, swtpm0) - adjust baselibs.conf to match new library versions and added libraries- Update to 3.0.1, changelog at: https://github.com/tpm2-software/tpm2-tss/blob/3.0.x/CHANGELOG.md - Update libtss2-sys0 to libtss2-sys1 - Add new libs: * libtss2-fapi1 * libtss2-tcti-cmd0 * libtss2-tcti-swtpm0- Update to version 2.3.3 * Fixed mixing salted and unsalted sessions in the same ESAPI context * Removed use of VLAs from TPML marshal code * Added check for object node before calling compute_session_value function * Fixed auth calculation in Esys_StartAuthSession called with optional parameters * Fixed compute_encrypted_salt error handling in Esys_StartAuthSession * Fixed exported symbols map for libtss2-mu- Use system-users for tss user creation (boo#1162360).- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor.- update to upstream version 2.3.2: - changes since version 2.3.0: - Fix unit tests on S390 architectures - Fixed HMAC generation for policy sessions- update to upstream version 2.3.0: - changes in version 2.3.0: - tss2-tctildr: A new library that helps with tcti initialization Recommend to use this in place of custom tcti loading code now ! - tss2-rc: A new library that provides textual representations for return codes - Option to disable NIST-deprecated crypto (--disable-weak-crypto) - Support Esys_TR_FromTPMPublic on sessions (for use in Esys_FlushContext) - map-files with correct symbol lists for tss2-sys and tss2-esys This may lead to unresolved symbols in linked applications - Support to call Tss2_Sys_Execute repeatedly on certain errors - Reduced RAM consumption in Esys due to Tss2_Sys_Execute change - Automated session attribution clearing for esys (decrypt and encrypt) per cmd - Removed libtss2-mu from "Requires" field of libtss2-esys.pc Needs to be added explicitely now - All fixes from 2.2.1, 2.2.2 and 2.2.3 - Fixed SPDX License Identifiers - Fixed Null-pointer problems in tcti-tbs - Fixed Default locality for tcti-mssim set to LOC_0 - Fixed coverity and valgrind leaks detected in test programs (not library code)- update to upstream version 2.2.3: - changes in version 2.2.3: * Fix computation of session name * Fixed PolicyPassword handling of session Attributes * Fixed windows build from dist ball * Fixed default tcti configure option * Fixed nonce size calculation in ESYS sessions - changes in version 2.2.2: * Fixed wrong encryption flag in EncryptDecrypt * Fixing openssl engine invocation- bsc#1130588: Require shadow instead of old pwdutils- update to upstream version 2.2.1: - changes from version 2.2.0: - Fixed leak of hkey on success in iesys_cryptossl_hmac_start - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - Added support for QNX build - Added support for partial reads in device TCTI - changes from version 2.1.1: - Fixed leak of hkey on success in iesys_cryptossl_hmac_start - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - changes from version 2.1.0: - Fixed handling of the default TCTI - Changed logging to be ISO-C99 compatible - Fixed leak of dlopen handle - Fixed logging of a response header tag in Tss2_Sys_Execute - Fixed marshaling of TPM2B parameters in SAPI commands - Fixed unnecessary warning in Esys_Startup - Fixed warnings in doxygen documentation - Added Esys_Free wrapper function for systems using different C runtime libraries - Added Windows TBS TCTI - Added non-blocking mode of operation in tcti-device - Added tests for Esys_HMAC and Esys_Hash - Enabled integration tests on physical TPM device - Added openssl libcrypto backend - Added Doxygen documentation to integration tests - Refactored SetDecryptParam - Enabled OpenSSL crypto backend by default - changes from 2.0.2: - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - introduce _service file for syncing with upstream tags- update to upstream version 2.0.1 (FATE#324477): - Fixed problems with doxygan failing make distcheck - Fixed conversion of gcrypt mpi numbers to binary data - Fixed an error in parsing socket address in MSSIM TCTI - Fixed compilation error with --disable-tcti-mssim - Added initialization function for gcrypt to suppress warning - Fixed invalid type base type while marshaling TPMI_ECC_CURVE in Tss2_Sys_ECC_Parameters - Fixed invalid RSA encryption with exponent equal to 0 - Fixed checking of return codes in ESAPI commands - Added checks for programs required by the test harness @ configure time - Fixed warning on TPM2_RC_INITIALIZE rc after a Startup in Esys_Startup - Checked for 1.2 TPM type response - Changed constants values in esys header file to unsigned- also process udev triggers for tpmrm subsystem, otherwise /dev/tpmrm0 isn't properly updated (at least on SLES-12-SP4)- added all librares to baselibs.conf to satisfy 32-bit dependencies of esys0 and sys0- Explicitly require udev to fix missing ownership for /usr/lib/udev.- update to new major version 2.0.0: - version_fix.patch: removed, we're now using the distribution tarballs where this problem shouldn't happen - this update introduces an incompatible ABI to the previous version. all libraries have been renamed so there is not really a relation to the old version any more. - upstream changelog: [#]# [2.0.0] - 2018-06-20 [#]## Added - Implementation of the Marshal/Unmarshal library (libtss2-mu) - Implementation of the Enhanced System API (libtss2-esys aka ESAPI) - New implemetation of the TPM Command Transmission Interface (TCTI) for: - communication with Linux TPM2 device driver: libtss2-tcti-device - communication with Microsoft software simulator: libtss2-tcti-mssim - New directory layout (API break) - Updated documentation with new doxygen and updated man pages - Support for Windows build with Visual Studio and clang, currently limited to libtss2-mu and libtss2-sys - Implementation of the new Attached Component (AC) commands - Implementation of the new TPM2_PolicyAuthorizeNV command - Implementation of the new TPM2_CreateLoaded command - Implementation of the new TPM2_PolicyTemplate command - Addition of _Complete functions to all TPM commands - New logging framework - Added const qualifiers to API input pointers (API break) - Cleaned up headers and remove implementation.h and tpm2.h (API break) [#]## Changed - Converted all cpp files to c, removed dependency on C++ compiler. - Cleaned out a number of marshaling functions from the SAPI code. - Update Linux / Unix OS detection to use non-obsolete macros. - Changed TCTI macros to CamelCase (API break) - Changed TPMA_types to unsigned int with defines instead of bitfield structs (API/ABI break) - Changed Get/SetCmd/RspAuths to new parameter types (API/ABI break) - Fixed order of parameters in AC commands: Input command authorizations now come after the input handles, but still before the command parameters. [#]## Removed - Removed all sysapi/sysapi_utils/*arshal_TPM*.c files [#]## Fixed - Updated invalid number of handles in TPM2_PolicyNvWritten and TPM2_TestParms - Updated PlatformCommand function from libtss2-tcti-mssim to no longer send CANCEL_OFF before every command. - Expanded TPM2B macros and removed TPM2B_TYPE1 and TPM2B_TYPE2 macros - Fixed wrong return type for Tss2_Sys_Finalize (API break). [#]# [1.4.0] - 2018-03-02 [#]## Added - Attached Component commands from the last public review spec. [#]## Fixed - Essential files missing from release tarballs are now included. - Version string generation has been moved from configure.ac to the bootstrap script. It is now stored in a file named `VERSION` that is shipped in the release tarball. - We've stopped shipping the built man page for InitSocketTcti.3 and now ship the source.- removed leftover comment from dropped reproducable.patch- update to upstream version 1.3.0: - support for reproducable builds - improved documentation / manual pages - various stability bugfixes - EncryptDecrypt2 command is now implemented - removed reproducible.patch. This is now included upstream. - added version_fix.patch to fix package config version numbers.- fix the "fix", turns out only the unversioned symlink's supposed to go into - devel.- no longer install the udev rule, it's now part of the new tpm2.0-abrmd package. - fixed a warning regarding a missing dependency of the devel package to the main package - correctly package library symlinks only in the devel package, the library itself only in the library package. Was mixed up before.- removed tpm2-0-tss-configure.patch, it was just a hack, fixed by requiring autoconf-archive, see https://github.com/01org/TPM2.0-TSS/issues/227.- Updated to upstream version 1.1.0 - With this version the resourcemgr daemon is dropped from this package. It is replaced by a completely new implementation found in a new package tpm2.0-abrmd. this package will only consist of the libraries any more. - Changed - tpmclient, disabled all tests that rely on the old resourcemgr. - Fixed - Fixed definition of PCR_LAST AND TRANSIENT_LAST macros. - Removed - tpmtest - resourcemgr, replacement is in new repo: https://github.com/01org/tpm2-abrmd- Add reproducible.patch to sort input files to make build reproducible (boo#1041090)- create tss user account and install udev rule to fix startup of resourcemgr (bnc#1038586)- remove unnecessary dependency of libsapi0 to trousers. trousers has nothing to do with tpm2-tss.- fixed typo in resourcemgr.service (bsc#1031004)- Remove --with-pic which is only for static libs. - Fix an improper Requires line. - Split libtcti* from libsapi0; these are independentlty developable units.- Updated to 1.0 (FATE#321508) - Added - Travis-CI integration with GitHub - Unit tests for primitive (un)?marshal functions. - Example systemd unit for resourcemgr. - Allow for unit tests to be enabled selectively. - added pkg-config files for libraries - Changed - move simulator initialization code to socket TCTI init function. - socket TCTI finalize no longer frees context - rename libtss2 to libsapi - rename libtcti_device to libtcti-device - rename libtcti_socket to libtcti-socket - move $(includedir)/tss to $(includedir)/sapi - Move default compiler flags to config.site file. - Fixed - Fix run away resourcemgr threads by closing client sockets when resourcemgr recv() call returns 0. - Set MSG_NOSIGNAL for client connections to avoid SIGPIPE killing resourcemgr. - Fixes to handling of persistent objects by resourcemgr. - Removed - Semicolon from TPMA_* macros definitions. - Windows build files. - SAPI_CLIENT macro tests. - Security - Fix buffer overflow in resourcemgr. - use sample resourcemanager.service - tpm2-0-tss-configure.patch: fix weird error.- Remove type=forking from service file (bsc#995554)- added a systemd unit service file (FATE#315631)- Correct package naming to be in line with shared library guideline - Remove unused systemd build and runtime dependencies (FATE#315631)- Fix rpm group of library package: libs belong, per definition, to the group "System/Libraries". (FATE#315631)- initial import of the tpm 2.0 tss stack (FATE#315631)/bin/sh/sbin/ldconfigibs-power9-21 17730500023.1.1-150600.4.3.23.1.1-150600.4.3.2tpm2-tss-fapi-3.1.1.conflibtss2-fapi.so.1libtss2-fapi.so.1.0.0/usr/lib/tmpfiles.d//usr/lib64/-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:43086/SUSE_SLE-15-SP6_Update/29cafbc30373168c858a915fa515104d-tpm2-0-tss.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fdfd3e957ea3a8447f5f9cf93bbea5e0f876e26a, strippedPR RRRRRRR R R R RR{6&M[ޞe; utf-8d3a427be30d091405c2705f43f658c8473170b5ab9a226c78549dc405bfd6415?7zXZ !t/R]"k%]d\N@RptLݖn[}Fy~/7k66!PBb4SIhܴx`;ێ)L//82)Q6;mڃӰG/ j 3aM,RHP}UCUU[IO¸%ƯS>A,yG,:H(v3ȋׇ, ٟSpW ϓuW&훐LE$F}!.KB͊{Iyiv k%qJaw׆X3l5y_5gpZuiJ@vyx0m{ <[88Y8x;{Hxjʑg.Z2>25`G NQn,h)@?ſP).FyO@2c0luMv= IΏY+b1%y- {MI\GiB2<ձ߻i5:.\h$+pZ#{0/ %(4xD)u8q9]gOl0hAx=CmBOM}h~OG DO 5Nwur:+ڕ`gPm`̄]lDAq'.TŞ4\&`\Cc=HVNU]9T`^|TjI6;<1tJ΍kf8awh#Pl:Rl:x.TI)A%sVcDtsNjf<[CW"[P--A*vݗ%Vc@o?'031);\M~ł I 2dB~U ߘ%Kd}mN hCΥ"לR뒙%<1 l6ce2bڮ›<5VF:IZ:ŗCq/"7C*SLQud{5=?L>{΄otd)wü}Xt/_2xvgg*4|5#8CDyts u6ڄJ ` 3g-z>g}׌0y)&w&[=x>EF9Enm.jƅ1uI4{~Uv&UlVt^^еp1#9:7|mFMZ.,m'w{b 5֧E]9Qu0@e!g`󨚘'.Tȓ[,JrQy2|YoATvn6݁b j)UwhQ]n Ӥ^_!$+Qqm/}/%mIcԀ=n0JhKm>}*@}*nl@f1s"'+M$C}"7tSEvwFa9cbĄ~zT.q܅KL Q9JȆW5ZMo[%"3?B|X3&A,'%XO(Vb0p-D&N lZK\/*vJ=c45 km!Mwݙ IkQ3`*}|koYb4pzj{ 'b\ 2i vUM>*Y8O:5G,oL73"GNDIJBYbm1U@*H2׾gOeen[Q-` bk6+ n8&ݑ2Żg6E^ȗ7__6[j&&Ez(M*S:eqyg^~͘ZZ̬/Axl}_7;Ǟջ hv&Na'[ K *#njBJ8c2GI0?aN|[S rΨ,KUz6&SmJYNE#Hc. URPK"(?5y]u0wG=C;*&bOMR0R߈Cb {q%[4kQj1~1囖FsHD/Ùn7⯱ _/HSx?/FXkk(X'ֲKj~2Q=M9iQfj+W{q>MLt]VUߕQ02ijF[PEc KfktI#Y=_.[T^pIdžV4(}"G碼1ŮƥYSw͓\F؄n<)XzgѠuB[HiQ+R`ga\Ք|&hF[8 O&kōD*M2l:hʨțj8]&cQqv xxU5lGϳ_ vʋ_ʴ*6EoNg ,Wa >pRc\ gb*NgmbX4 3]v )ٍDR|YA J -*3/tq(Jd2s[dsmUz# $3x8 Srss~͊ts:]&zH y'|z4iPDhWN8['s9x7O1BC11\Eյ,C\@5ΖHL-0k0#Z/JJјh6nd /l8P4$:?~0V҃<+O mߤmħ!Y[&=Q'QD{QqxœմF|ElhѮ Gd@mߦ\Bu7McӴhD)KYQ odo0{S/Lcg?ohdA2?(zD6s( ؼ ʮU 0eh&{$Ly`bTlwcAR2,UO0rT`:em}QsIazw3縞M\lPboȼr?տ^WۥֲS՞0H_`vٯ{fx4"q٥1>2BaW߈dPz#H##ʕB=<(_[6Uu5oQ9Y5%d/'0 Oocf&M0*_<-jVeb^ꋬ\@^T@~ݥ#٭%*ԬŠrwG%x?gzѷIsaKiM=~ f͈po=֥# ;9jGe"l19 }|6ѱdSaUY(վ#Wq Mr~n9/_LSɆt2/ s3:_p_6$pf? ٘f +<ˈLpE8qBs['X(%IŷqhK;p&W}799@025WkX^֋]0 _⭪9OQTuq@}R( 8[/F=seNR?u<45rsA5-|@ηZ cs4_y#m\u9+UD֡[F>肋Ζ]]}FNQ׾5:A]l2mzbgҁ,PE3Ǔ{k/~-t28|{1 <;VarHq&Ҵ%U$|DSf6e96DŽ9I Kt'10+9;' -rkO4 %\G:ѽM{I ZI\|«%#0ݒ4omҸ\'}Uz5)AZ槺ǒw6^~Wᑜ3&p@-v-yJȉ 2OVEi{lD l W\7<Nwt$XU#wqU8qR Z`l@f-G,cAzTQ:k˜F2b3=mj_>>۹E倜/ rSV3s],L2bA۳\R!N9Ú߾b=jiH̱o1k-TIL8utu(e,WȢ|D/HȄ!&qV;+]KH ճ=eS OW·lV#X}Hu8 .HȒqBe4_ -Gu$buwht3:{!icrrYΌ(\3-MAB/)lfvq@ \0_IJ@6D"6L`~/Me! bIo 1o ePj 37X5?pzx=0 ZieelYGQ1ϛ3Ǔ)c^tu"KȸdZQ7m^Oџ1#ʹ,9)A#F + 3OJ0+~]>xUE*\&IXR<-yg4:F9;PCH(BXM*OPE =}!?_S¶j/,N޳qѢɳ̞~l`x?ѷb[I Ot;j:p@4mmW+paԡj0!x(G Lz4/ ]34`eſp- =C-QԦKz jY*:挿x1}38A m׎S\ȭ(R)A(a% 9$&jٷxwAAY Y YR|kh7$pW$a@aHtǣ'NR#.$Nj'6:<̒Js"X}j6nx$3KRĔOpUE ^~򱅨ż.`S blǎ-N90=>aY/=z.) G|,GFdqW`,5ߚЗf;B]7hYo/t-VDP #o?10[ 6S_6!34Ln@/V#ͽ <];>w N:A /emi{F,"N h5h1TMƏV$2X!ȥg Waȍ]R}sYbґ4ogK7lRAde!Fh4xKwoh#I 3]|Εp(J[('Oe(0BGyFjiQ`gyREʣ]guuFR:+*#A\YPYf}md|Q,Zl?=`^(NQۜ_vb1l5m v 혤hǤr6=b,+ 2ƥ֪1+l,Ux^QK`g !h{KL (r{DWu6GmB"ps_ SZ8,buq۱GSVaRlmo[aBvbӝ՛Ԋ˷1}ذ}җ?s޾ijomWo4UJذp!&M7^>;wP<I6Y-f ;]%v9|)y,zlG.inA  $2q~H<=#'s*h Q Df,] օDx|p&#}dz([cR6l>B,lh֍f 5`E&Dq?q{r+?^ 0fcԸ~foZ{᠟G&l67P:4LNT[H8L%k:cő4W*nÿBRLP% Qxs)`eE&]Ɇbr=CU .6] aghh*0_-b^crZ-=Q5ٽ nT lm DRY%^Ǩ|߅/e"vy2aĸ:ĮyL{PnMDky4g}Z*)$O:L:0Otm}C HexKѻgt'L^bbLs*i $Z"Hc!Ug>2 LFsٹ,̧c =,YmXi;0{mr22}jM:xqIMco 8s[9#%]\ *?iz;@Epi=P;!vPQ73w\LV^e>S4Bo*,q+3*]/9d/} +Llt^qF< `%,ڸ!v TSn!?6lR) ﶅ"|ƴvQÛKδ X .W}MF Q(qXG=)"B埥39ѣ+P$B `=(+J`@8{swߺg\kUl$mwD$o :g ,N}4!D'x# )P?&=q~3ϱhtUӒBƿq332] caaū>4%+]fγdAu =fSu8t6͝y3\j9,igϠJcAх|˞S%H7$\/&>ԗ{@j!~?uD7.Ļbg4LTo@]˖Vbdž+SCT@0󼛰Df7_7"ی[XfF9E0 <ƌHjD m# H{bs^Nr) -Kh Ӧ"ٯj:Pyen>Ge㝳?S& <>>`՗NEoqaذ:Aݧ})*+4 }omK|sϱ#b#&Ge,7D[NJzcl@}{g ˚'x=;ʵMqg:GftB0:o:9 ̋m?>>%\Z\ugC>߄o^X9CjZ- YH7*.:X26&o1QNt3901J/&W"OC?YnɦL*Mx+]omaTf( e=uq8@pC~@ErD^cq6ia{4hYBOkC! ~;ã"Pl)C;mq׺DHda< xc0 q/LG)*yTw:J:eDt=SVv"Ҏ9Mf\f?Ra`CжI0L 铛%FvT Lװ6 @x%xPBR.4tPP,r6aHSoOkhۉTb?;O ܣL0 8FHguDX\y{:+ %G']|C25?wcEl.ӞE; V}Iu~G fxBf(|Չ0$Y.±'a'k7xx):u6.~&>\# J*57k{y_m?9\pτ[HH]cɵBDUF¡aחioAbI2RYQ3 mbuؘ1R!RCF 'p'e%+v㎑  r?U[\$ܴ]t+ԨDdĊ*3V81 ZO)q-a؟fq Ifg3"`ͥ6}2YxZ^u*0~wWzgv'c'(PеqnjY#"4Q4!F9D"LI( Z/ٝMz&CG:RI6D

~3a]]q荐tcdo/y'xs<-! G~ᢓUwE? *ӀPL_ƛ_U\RdR]oe9BH$/"zJMI3ɱe)wT<[&PL+UőO@/ ! NjGi\7a)D0j'CdȤd opIF)> $FG4 &$ںO];YcK%yfW^1ӖbNZ/0S U5Cg+S|qqۦZf6ۈJ1%'jTLǬBd4|ߴ,(OXIt=a߇\cM%ے?YH2bGU^*Ub?亢ط˦w' XB ,:rEg"ΙJ>1Xއzbw`p8('_WĩBU=@y|G9TԣO4E{P'ip)e,_}+dLm*!D]G65!R9'g NhG74тL`g8z:A}3t>(ṛ*4i:RK6<5Vo-F{g@ގ5Hkhh1Vf=0M[:z/ѷǍdij8%#-!<.bkLǸ6W@ \/$҈_.l W^O!K5!J4\@h0Dn?8Z1>J1GU}҃闷?e#O ?۠W%c3PQ[^bF4Ac4]r%zV 8dMݰn*8LA|"m&@F̴cͼqzG\ժ4T7g-iYTJkJ? WML˹DĪ#*E,%X~sYd 3J׉xGFRcUh~WRP,$ u=qgakVͯ9Jz@Iy9cYcǰhz3# `$2繬T9oYs8RGL/w9Q2Ɣ9G/{Pɮ8UOPGm:ɿz,=90r}zѪdT\j=N1K6j%8"ՙiysgT\Fnc= lpv8)ǵKvamo$g42şW4OũAx#؆B ?@Ua\uGXpF(4apWe{n` 2gYZFJ`禥ca9g=c09{u~< !8K&#- QFrnxqGp+v'ssIɣP5OȄ~-|I!K_&keYul[ȶ6hM\\֗ˇ>emOzk<5HKKy^}BOKJڻr8/5|A*cD!=KKJN I85Io)xNJ I`ƶ_}k<9&D?=?exeσiX \8tfRՉ 1ٵ"xnf {P~S}݃=L{ӥ`vGef8OzwUMl^^"suB V {UcR%tOZ:37r-%4r(fdW%lr":ңg Xoo%tMBN…Tw!}mhG'L1˭aV,OKz0L{KFTZk*KmCr|Ѹ *M {5g`>$U&̍9#N Px>mq_4={&,hht3mm^'1|>oꃤj(V;l eqFS'XZt'`=p.dy"tד `=Fri9G@C αmL=١y̢*aoQ4񽰉=j$;E.TY2XGg2㝹ԉ7 rOJz y,\2b'S~6@Z7DZ6̒5c,Gߛu*^61N}y3yޅ46?AP |@"bԺ}$SF]н ٲSwq\8vޖ,%z|&'vpZ,f;gk:4J*$ VUTum$/+pV$SXGbo#Fc,*Í%D?+%rKA(}#b׺ȹ!ݾ[zdQRg9Gα)d9q-*&ll%܂-azbT4Aڪ aMA7b Q^$I.+B}P<ȗ䈝~-=8Tʐ,UVN#ž$b$+X,v'%+ʒ{ homg#P-&sqY` uq3'(lTSTD*I=* TLLH0%+(3I EcVz9u`Nz[emȡ Oq'ݳ^WW@cj`STp(9|-Y0-r.N|IDg±M/CË6O&F[[ bLrI gL`AYJ25P63UUP78F׆uey ijm/인&V|WZRbz+sӚ?(ʒTvBM@$ b$~ؓY )c%)s^vo8ŠY l0qAP8:OB>k:AO`r vk 1DbLg!ms ҞĨ,=@Idp7~ ^-m{)1t.%.0ȱ/VGƞqaR7CW?_7$ {(%zng 3͒<6u 7y3G.cKUP `.F]9Q嬯ΘQʔW9rqr&.ƖP̓0ĂiFW>劂WU-7!ȡJi&G%/(T܎BS3lDGTܤjk ?ng:C }G@evZǿ HY;pe|jYkK!K ҂۶ 0~bq9g]5u&PL܌їC59YdnrS)fF`w2d*Л Z40)]X/Oz /U@n٬!")qb}љ"uK70 =vq`:&x5L̦ɚyлv)ntavX;Ba7j}o;fH/2LELۗ>I9RUj-wH<siB,K$ÍYp\t87n#pA~3agBB_YG4W-3,{D)q*S޲H Ҽ"jϮar\ |5=e$mu312/-7Wu\uQs/2[)ҰipbKF41@ngSlI;HE *}$]䳴P~_.YV{%[>px#zm+(}yG)ؼ_u9: IOٻ znCsKHTzöOBD,*9k瞏MU4kҫB\D!w&|IPq,^&JX1Yv"|w+#/:>'OK(M2BAN-OksM=>8 ޷P%hn-6Gekpɾ9HPWɆ,N{HߵRE]4d!+ zfb~s۞HMȅy ? AV: -BzX K'7Ĺy;irWz[F }:1=376$z1qѻr]Uuv:tMq9bқ*CT`8*&fuDfD{u$~]ZqaN8M6N_tv@OςX:cI{X)$ R0;3(?nKޯ&C8@֓x\W\)FE J ~% @.Uw-+BGKGDufG@6hՓ_xd=ϛ;ba¢WU#lJ&$ W~QĿ䨞=R]Q9Km`zOj4ӝ|e~Jz̆U-WauڰNJ-Ȗ\k^߅ϣ**1B"0,FQ$WvPOm{aҵ]VXUdw| ^m<`C Is,)h 3*&nUuAݥ)qpd= [Or+;|z0ه4dvQo^“kwj [ZMWũ5˾Q>S&GjKr7>kՍzhrUp$a7)PKHC'@FP9Ԏ"0|H1 Ԩ0&MV%S+R}-5xyC)VOY;!p̅ h)fMs?#8̸o 66!g=#wxD~h=3h{m1ٽ$6[X,#sToS2s0`;a&az )[?VJ 6 zٖV#j5y5C!5R v2V+^0 wRHf vK\V[̜^+=><ɸM-<(y.׷ vP"$lZ$-趪38ʺ`'bNF~R@em\<\b %WsH?]Gv|!~і6D?  mZrn b.f#0UfN[ ުfEaQW'\(NG"| zTL%(R2F>TI9t%ڱ&_- ؚi8 N7>&P=@G~N;W-T֗=].i}抷!8At@ Cۨ*  50/Ս݃]Y7j䶝wveh-Kٚ܌}"q/ 'gJihk { @N(4aU n>p 4D صH.t`8ڗfyeuv }^ONĘA[!dsrl0I5 `+4ŧ>16݆ `NN_pT>Ɩc=mڂb+ɥE%0Fv,cuk},:013!ht]3lp=,$Nɳ}}A̧҅LswO|rRgzABZm:!62Wx,--=UY?-B"P;=)UG"A31a˚ kq2vZu(Jr龮sbykaꭾAМY|h=Ȑ`x:UĻ3Y_?0WtɄ+fY)$XJH=qkFhKcFJ)|lZ_ct0yP"@RhcYz[xt x nEiM:`g2dlW`1z;BC5Fa#ډٷM~{2ұʝd 7gSQIYrpӿւHI$kܣ'cb9@̱ 0evt$Z H͍VdGylKa,so\9(~)2@}" ]JcB[ E͵2ūbLG{s wBĤڎt L6oa % /6~ 6V'H"2_tO |iFZyFRr'-$X+$̯5Go U6 j,N72OO݅Kt3uɗhx1y֓[\ =FV74ط+t?mL7&nc qce5}Ps]ZAs\[TsX@;l( ZҔkF>^L> 3plpJ5'2~'VU6]]QX,*UB*9v"MecY_:8 vG+cz8qN>R^h)>xQK/KtrV=tW }T} Aqa s綧l83'S҃DЯ&}Pcwfsadٱ5!pgݗ@w1`ۯ\>\pë(1&L5hP=SW3B?6ȧӚ0}*/%1x*\`,cдV ~ H`i߭-+K~ ^ ,&HbAl郍k& N~\BõWKq*;kcK^$/S>?anh/FS;AۋOVbLT=/ɯ6]޲1wwD dg /sԸ=B65Sl> >|g 4$L1oE7/[U$џs#5Х~=O[ac;ӎt(ڧi4d=XߡsOWLAMEGrFYJLJ "Q#INll_ڗ,v')c  ?s&h)wLQƼ%k7 ](|uV༯nC“=/ 6Ӗij L063lG9jw]Pzk4N2hPdyvZ* нe7j{(6zm) -ع&1lylJ C~Y\hUڽɃgs=Ջk2&?-yi,'ON,gX+Ҹ6ncGV2 9_ y՛t&TryX:Q[Sڦk_Z0,a ҈ ˱pUSGTce]p# mS$6|Ԑ |xNyn$>&6IdL@~Gc #1þi'Ey!i'ŏn];{V-$G( ϧ2r* zqFQpKa~ċ? Lǻ֓Sw˦mK-6$Tp|XuX)niJ02qWOYiyB޲HijcXyI}|yd6jxgvIEaC vQ0Wf<3 4_ A;g` T woB[ްF;#Lt/Vj*(-8SwO.Nۼ2=ڄ`! >|O0 cˎ'7IG2K:ƤL?EwWh<&&3=v/*Rn=H8}/{Ag@Oy[zLl>N&$H:Xm8(=8j, \NLKth5S$+yc-i8T@Ny.68DYۇoe;e{RX}Ezml'1PX|WZ[J#̐*O\VEBi_p.-s?W ƨx !!8\ph$7̊mT N2wKJF.]$y699B 7Kg}CZWEw5 jJ R./ni* Ԥu!lw 8K{:eAoy`3h ReHuQIUV^!LFȿ <357 {Uzw*F=O PįX~s6?z͗W& "^e# }" e䆑k%Q >%AnQWB(3שIR 0dϴ{YӃ{l9IaB^U? wSƇ~m>!0MˢInޡS~v#x!S gѲS7(G8)㕷ʒ>X.;SgL3!%;e"&Y ȵO__ î\{X^!u()3; xI!F\sDٷz>p)hr/E6൵+&f6p{m,BBzA jzFmenyr 6)9;jK/Fu3~s[=M*fD<>Gn,2zVN?ABٝWOw$M4{Q :D~$Љ =uqwBU01Ni73[J^®A_3.xs( 7޷E|RĘxG{8'Z}XH\!(S1{p"ehlW+FLyX؟():y^ +o= M!)m eۇ Bկ& biA^ܚ6;[vZl]QЬX&c0sK򇏡3З iT>B&%3l [dF4H=- ӑ8eq)NǥJ^<c.\_NAFʚ"Gũ0D ȡjPBuj=IСZLβ s;ȯθǻ &P+JfB[% O!3sw|Bӑ݌B8).?W,>vk9n/j?#Ľt la͛Pf5 SQ}Z`@OǸ;m,sE$/W,A pR<ǩvCJ4T jOi,(Πa D=˱" @2f {+oaIsJfW^53Z`0O L00vQ?q KWs`.eLߣAn4vXx$$\rq;JLH@Bu3 oȊUQa#,gP\DeQWV&aPbbR l/ MVG3Rw^C3>-Wՙ4dԲ{'6쐖}AU5X}qs[&~u~ @ڪm"g#HrHɩWsz>->C0Fj@gtDhS>)D)}̛ȍ.}A)J Z#FfUWQ^>@dmrQM;|趓E]kYHƀ}@FZ܍xL҅$G5xgVK02-MT&$&J~[|dȬ='bqž>svI#N`xIRt0G PZ4OGW:YGG>nmҋMI([a!_%"7z01D&To@5-7Q;H!DS@ O[^mmy>5>MV~ uy9ĺ#SxDN%r:X-rv_2yH<x Y*QʓdćZ5XQk!TPP)oeM<\dnmDXID|>r;0ȇ#ǫA5!@dAНXVO*a뱴ArP=~LC뛖>^}I5,mY]uG8IJID0S`WFz"bT'wau˾Wxj19)yV FkmL6ގw!vꤣtJB Sa=NP9OUmvsUݷCa~N퓆s*|:V& R:ٲtm?< }x<Nga|`n<^n`CR YU^>ܮw|^3J++.Wˆ񑸠0 (س1@$j&5i|AڈVˌHmh@{M9/cwiCjO@F"ZNϧc;ԍ6 3(D]ǽ5KN<Ogn6\p׾<7s#E]{4i)a`]5Y[,[!cj & dsL :Pxz>H_r): Y[av#Is1xOĥ'{+>a_JK)Yxou. YpR =7A|H稗Պ) M0dHҊn(igx'Ƚ<#lqK0\89{ԩ0  yI 3GXd>K/zY=t-{pt̴]oj,eBVFں]^&_=Gy;;r}oB!. AȲe|#Btgԧ`;:QogwZ8rD+c6*TۮڰZD;CPgc:"O+3=9"pkˇ/FRE`}+ S/taq`p?qdMڑQ9iHJF~UG+R$Ed.tb2-Sh f\7c][eܡIPd}B ڔQ<>5Xn~9,YkV%u~;^Od6^(#C 抯@w N0"jsx=Rt`eʂS&Gwwж91;MF,M;yD:;%,n0eՂp8 {Dݬ2v3nd*B|=Y$fIyn3(tVAkSZ/m2s5X-kӴHrtg +/|*X\OZDo$h,_ QVH ]!qo|B[C*gMyw:o`Ӥ6ڥ52tɧp#򓊔za7:;WC4JN|QeA#$١0n|X!5zK8T3Ѿ6dzWH% iqŐ$0sӍ[YH=$(~s im,h@3 T#n"//5nshC.%U:#YVbr=Uacs1gaM7Ŗ_B 7IFC~Xje6Ȅ\,ŠG52VHMSfg^/s3PAZ ˘v =wdO[$' ,+E=Bl4j H*MJt5&+v";?sZ't6ɐ:8EǡJʎHW|] K~Mvin̟`@',O9h$a,n ̑ ;,+Z'F}I DOs B{ ƭ R,Lv"b3zʷ^=W5?w|wʻF ςsjDۛ&r(Ty X(̖t}лb@cS}OoGc#n-قBMK2O(sN<\7"2Q~quR9ؓb"p^cuX8#K~ϣoC*bEj9#X2^iwz=t}m7KS0n# ۔B^1?#4:Ts:QB VȐA)9UqeQlg&O*kmAq|1m?o{C&>ʭNk2qQchnx/5C'0cy`Tv[M% nMX{Ejv=Hp=DakFE]GimͰѕAq­ħ&h.I pXY"p2_ML١/苶#6],j|)6%MYZ6qE/@L̷_!i?8?2"%nsG>i6ҡx{+IH^ +4P~tb{DϯV'Dg*wa e`\"AwuYJ=Ā ٥c ܞ"<U"fK f%k}V'JV B7v% PعfG)[МJZr&՗z'՟sSDɀu5OE9XW!N/tvOW9hdhेj5b2BHP8  9'Z%rl;6jU=iBtuQDTi@OSLJgkr@6%ߕЖ;ӈ,rK(>@U6ٕ. 2yw{o ?7QիّI)aJY&p:O:Rѐψ%\`)ySzŤ# }0%MHCj= ».D`Ӱo='g.G1Oq|fJO7f/,nTϨ@NZ)ެ'gQ0Fe.9?q/O4!'bEM!R߻@k;XD[\7EOXz.h\sDwJ<߄vXߕd6 ҽTb#8H뿭ri*q7AwߠH[Ɍlt {X=H u85vguz4,@1B-6gh7"TM^ `{1()TDV ,ژډK`29H,ngҊ@ b4egKM\ g:7£Dh>W>qLE 'cﺌ [2wB~Τh}|" `eQ; b$-pUTSAB949!p)l4GwPy\IG Ǒne[Ӵ{T |Y,bȐ,@!]]E/j`x6O#<6[#MЌC CßnY0Ȝ x,+: =+|f ΓMI@D^nbsw ICrVl[d^fZ[Yw\@,s[Kj:;1γ=S&461aEŦVVx 2DpNxp*7DkZy;(={{}eBl;M}1)ޔv9j?Oh _ 6kєς)RӀ,_.v3̙u\O@y?wh 9597x(8 xXlqCWU?7Qt7=j;)ZܺtN35_s.9Χ>0᧮ߋkz6nWr!bhichGjHf,GʃMAJ ~&cPת.tasb>n|ͷfC K2MݱV+ޣ+MIp_=/]kφkji( 2s!P&JSsX+)P%|ʯZ~T7xD8s WyDǧ yJQJĤ9k:zQ] 0LƆA'%c T=Fm^ݞqbč`7=s>)UˌIhaȠ}M9~YlahjNM(VvU WEi2.MF["63BM~;C2.o(E-"3MڹI/i0gђ/*Sc3l LxG3Q tl+ ƖY2b۝xzU]ڀ거Jŵ NLDa-_]1U xCo" #Nck衉T̰Fr3AhXoB "RzXnm`;IO.T ^$,F2yTϋ,n$9c.,v|>_ʼnSqKDdC?>(?e<3|(zmFbӭ.#Gla_kՌGh_G:{'Q<6VּK|ºQt/SX7n m]=?fo/*uN wXPkŸscᎇ }&gy ܲ1un37M2ɬ?Xo!`U΋v}oPfVl^qG'xBF.ΚiJ>b H^af }]xCM率:tè>A"5->p8\H@o\(9cM۵r`> dZ~` j8qDx5f9 G $[u zA< jdka@׷h0L$Z+II-""O Uc؊"wF7rn.}N4\BͰq?90"$93HU!E#}'ʗ`2Js<7SdTڇ7'j7P{mN@ k6-ĔAiR^)*N%[6cd}y ̪ISGD2# {reSŝ9D۪}3 z2< ƥJq[qd[OF*ERvxDT (N8"̚~zn GNL '6ƌqn;,nT@BT\逅tH{|zꥩhC.*w?gP$"=J2)˪ D>BtEIH]O$gJC+f5D*촽 0xY t7|s,@ŗߨ鵜5G#^с,Vd1.iǂkT<01:WXE90 N fM 矼hhzuv9!(P|?&<>7GbJtzZUZDrba7%Gqb(TT4)iXJL( BCZod.htIv djɹǮ'~τ:'7D@#bBNEZ<5NDB]McC-DwK5poS}Y5<޾j(&Pqr*\Vf2k+db4vx&tmLQ7:ջx@sVԜ}:ю5D_—<P}M"ZSlOP2_͐PsW!ϝ^+ya <ލJVNrc#!7Z2= ]/s Zg%T7`u  "I  >EU}Cȷ6L7- 6j$"g˦.&t=DGʣz {f[C7ǧei͈كf):@^F+͘aH;f)~mաRɎqz[ 56Thu39(eդٻ\y:x \Tv)ɽ/CSee]I]7Es(tekǦpv9&.9u^CFY$.eȝ͝tI]C*_'>S$6q|on<V156`BDCLC2(j5.71徣VPWLL4QPϢoOV/G/470jøLk+$yQYV-Ns( mF#JIbHVetyjAm.".yaxMh0jtPMU.AUJJ"*mC'RT+浨PmjEH}1YP{nDeu<1t AIc}ĚK=ڲ1?J1/-%=1Z5 ,,EJz' Ծ4"HK\S}\q c8)hA/&#>%Wrٙqn" sfmz&H\ف׊iI.bمZ֏\%R-'"+/>[(8KZh=&bszt Ф헇$]B lߖq̋êFsStL<,țѨ 7L$^ɛ_ n4RB*H Gp@'5= ׋W#unk63%w|;"6허YƵ ՆH%ʤd_'U.Xȩ a <dXc [t%{yMG.IXPlT$^TT;ֱΉ1ޏE;i3 R!Hmrw?<2f.JGi8z?nv#)Χ|P!@ofդƥ|x/&E0/*+nǼ_)=iGld&>H^F"nך!T͔mmzb\Ltȧ>nI(F1/wJ `q _ThnVڦb?TO3c7ႆi7ˠ9y+jZز$XWYzM _s̸Ut Zz,gf>Hf"6$SI;åxrogа'x Q ?Ϲ<5piI-S 03]ٛs-kQxsiVsp`&7Ee>0^t 8qv?-:_4Nx 󌴭`ƞ՛ ^U6,/R_{ʦb'3MQ>ONZڔP0A؇oc D)MKNrhkd=D] rֆRbDY9j̎gF(# Ao֭讳.|*$]^&>WlBrC6wىޫdú VZGTnD=Cء@[ ބ4mٛ8I)&`liH8^+"vSX>փD.\;Ux{IOo \Ms0 DlΫ>';VL1!#osaqˢ9 ;m9VwV0wB N/Si`tu*h+ty@nH̐#aeWR< ?01v<>r3EђEY&ILI*1۴.?#t>L:lTD Ҧ(1-ҥD40 |*IJ#m8rH WbAgL c]&hT6*Ӈ5y)s6{30xГ}]l㿟8QtBB #ѭu8Ӹo[&F(7/mXs0&W%hZy@قP?SJڅ&4a:vfCDzSkoHs#~XFDÇVu: D8 ~#A_jS]8\U^ތBörˊ;{ZHK!te;.|-@Bm60(|[˗8k $xϧ ֘pG'?^J$| J|5RBRTX=3=9{WA6?d=!Q@Q)82҃ǡ~f9 |3]i 5v]m^c : ^`5uf< nng4ͅaO#HQ!%k) $e)BY.יh]k:c"1+9\S(Ã9tɼؙh"JG.mEҸH^!{ G+UʇI%%RjbIDTܪOq}`(|7H3/wt ~}cۋ&K6i 0j&EJPʼTsLgM~霐3<*js޴s #u߀ţU+^tx$>o\ւ 0.Bb*TrX5([^%p3)hꗕvd~(Fz1nq6p ׄ#wt:#H} 03H 6*  L<&hvHe\%ds,5 6zMIڵi3w,DFKqڎ]_Pxyl%kU#/DUEJ_7uNa("oOsE Xi?*br416w4 b{2lL{bڻHn a#F߬#BPq5" eQ_ s٣D~4xQh1z Ƈ !6x"8鹯 ?X+8 7e8krMP_!~Z(gGvWҳ/RsorJ$٧{#.{' V0WKƮ])11c62[}o~xF^DpH<9~Z. (DZ ؤp/Ӕ}I7Yƹ~`]4w+1bj: 7|ʆCQFLBsSeӴiq"ծ@TE'4d3oGIt%@04eH6cTCfqhdNC~A6v VcKqPŷnpdr"}mS?6F`.0Wz{8 dV=\m!;f<&7aƷ]p,?ʅbԾQBrh_OO کk-YRt؏{}ƜF+U$6q»v;X(x6^Q۝Kt|:otdPE6 B~O@K{~_LB+>;'; G{h4!k -x rVrFV@+c vVg2J(F4Yv% >wPB)[0wZb#G FxyMƃ@Ww([M47`mdbwedSG"mr w1(uz~NCV TCq3щ!ڔŵ  :W XdRo_j#+R; 9'X@0t,>f!7KJߵ ůڕЉ)t@ߒe1j~agthu̞-Zgၚz3w1p"* ECX0]11D8{L=N$QE?1$v'\Hy˙xWdx/= Xq2 k*i'I9ό*;;#HMc,zۅ~4Ԗ(j^lD6 Ѧ[Cc2gKP|i΋h?R Y~!LJx6U: ^; ixw?:Pz{F1n7E2mu|yJk3LA : "7n>;,JfEҌkncI*Ҩ[zń842JKJ3px^]PQwӨഞ܋W9^XE4oPk-o9(+Ӟ-_Dz$"_u%W<>}kbVc_MZ"pAR_jZ"[%ot™l15^&Z{G ޾7[V2YgFVdFa@tcz4T~K˼?ffEmhj2Mm#hg 4 H h/hj.a£;8\if9}TgmO9k9 y`ߋrCH2Es|h~vyį+;3ǹNWݕ9 Xh&N"uv9Sv|151}mX1qkz(wVN ! 㜀 48Plɘrz2kd`BKekHdvq\1TʁdA,GqaY粰fC*aT[pU_ZrI4\!OSAƾlEs$Kiaj,gt\2;r`_0=pžJ)k\ôB|A(!:G t@Esńl]ZTYosQn]L_o+}R:n#Z2y 5 -c\&,JO.GJ}O:c-t8NEruf"yKTLݝE-F28p=HmC 9a66"HpXqϏN-RsCM|{m g0xuHr (> j$&"u EaΞ!M4,4 j ǩ8+a$!*h924ooyQPZc}ohSǎiςE_h"߃] Xk3Va]ݮ M&-Hy[ 3͟ XDXE4=$hV:`-[پ㳝B)*ǒ9NXT,|,H7;G˥ԀPEb#c;$/FD][*Tʒ=ZvoXVpȤpTD ?t֗H6>%d)>KZV5ܮd-4.H"iOcnjɥZr. 1hjO0m7zYSѷ9;ZY]\X3wI+@HZEM A3 0CF5z<@69=RaiZM,)+0`LfSie?4+0נ&퉳 unmSD֐+j_5 a],/hC^_ pb70!%y}ڳήn\"ռyv)</{^F/Lgm w-wvxׁ;ړʙ(eJ!/O~{PΡnf!{8Y:UoQh C͓Q, ȇG'L\b!8%={l&@q/Q N%4Zd&g];a2(S]п^1\dTb P(_>c.`jH*\h#*7> W#(IEB`%> n2(̒gZi|o* E HmET~CǻV +C ;rjESivPZm߿:+';,WrөOY+Ic)ʗNha@=\xTX^A6(%CIʎO_CYΪu/$*>\w oKY,΂J{>%C٪m/|{ =2h)Y d8&~<ϥ@5S{`ԋ+LPr܃m6V9lY},_soh(?15>/%NTKdNSDBO5*3 bEFAgdoOQk#26+vK0H5菂Rrq/N i^#/'IcH x\ 0|Pn I`d Gܚ-A;.D\Z ;8:q4h}|}Zp,f 8t;RG`뢟'%:˸CJdrMxk.&f\>5FX`cUga C"S \ANj8B/o$n(qU8nkȜ`zJU1OZ[C(!!O@)akRJ3>,/5:u. 1t'Ll K;O ČrG#~C}-g}ࢵk"|O5r}%J =/?oacQ k[^5;#[DMo=s G׆]g2A!Qt {cc뺲0#웣7&Ǖ_lY<|Uwܡn+ w'EhSOP/(!§b#h>pPJf溗*s ,3э*)Fg$~/؊~!N+`rZHJ<&>yfM_-(֛/){+Q/ hCdp6~g ѹ-6$Z.H\*1.CǿC6<|RI[j;y{NwJഝ$g`=\<\ŵzfV8*F q?52‚*~ fbr›{N_Q(|$Y3D/ X=G]XM f/1Y'I5,oU?dl UD}Wr@.h =Lĵ;!{z]@k 3gΞ:@/sqslW4!U"FTΥY P4i'Upk0gcWm?M~9-bZB:A`yV `=bg홊7dtzYgU+RKAzfY"DC/")+ Ɓgypz&&s܂CWߒ^'IBouMل?WlZO?E|SxD~嫝=r򺝦bR 4`I ' ÛT}v /uHmm[CG uE\>Q׷ֿx*-0d@0|uD\s@nS~*Vd7_&m11e?e:0 P;ޢΪ Œ/MךRX8kWNgGڧ)L\C& -d]{7tq{lttXID9ڦVҲ#Ŧ૨+}||)nZk͵KnqpL[ȁ6 ̅ci=Zܵ9QR7:s҆(6Or})ICO_ P(+Vc/򛢳^@_Ih_iY7Si⤢=87\9T|#QWfe$kvqJ+KY=s[U~ϲ:QZ{7gtS(Sۈ %W„:gN},ֈPӀGRu_OW TOm1uQhjħؗnȳX# B7G,;FpF)LCBjavY!,G =~"[t/Dc^A z4pBPMgByIykspU$A}l)W'B~ga~6CR9jԤhKzCUv3:+iCc 3v\ԕ4_X:;eވ$ϻSƛqsN6SljоkEKrar2(r/=ѷ`p8"U<.2zԾ~??Ae+h"m۽;"/"ø /ʏrOeKgUy=d puwZA@;K)NZn0mYpphP1L_;*亲&Qm+1'#m6^A,Ѿ|" C)-dR @o.al2n C$:0r:I`qⴃ9)~-=4s2mtɽ"_>Tqr)ZFMgJt1? N*um9H&sjW`_%*'K#%20]TҒqKMx[ڌn[H$v/d1~Frvq3ӭG_?+T5$`@/𨄐\N2YEq y"I{@jڗ AzO;s,#H, N%L= Aڑ.Bvy+Y;/&B:єzru4MaQQٗh&^+3F_2޶! ١^5=Dl{O4H:]?",2S|9U$Լkevyy&N)|d736wʔ{:Ώ$&W.$l`Ұy (t\v04(5̋?0}k b×C̓EZw<G@JuhDGZnZt9V3}« $AƎz /NguOyZ\f-jk ׆i@m#IZ$#Ѯ#}D Davpy5x,Q rܿ9"n~,) ';0ڧrI]eucQȫOwtƐ%DF"7!*ie5;3|B2|a^4Ҝ@q@4}5=gP^v8o1+6yKg1eY-a(lTFH?Rkjd Ě}c:CjR['IArYO"2tʮ7k٤)i}8QbE"xn؎V)hc~ tӜF)#:WrPO~::/qϝH0s5Jcwe]۫E-_6?0w]{@ { ;̡ШDn)~&k 3fNȱvKkP;S:Kg| a9T6GV7~Yԩ} &pM|㴪#&O]rKlZFֶS#王~dPN>u I us+~6ȥ2yH\8 l/I gt#XmR]vGᘎz'cHhgm'W1m!r38? =e5^Am HǑ0Y s0cq*./ΪLP9 ^`')JS@u* 1{ Ҝ; 廻"-I|eaXAPF"svY+~!I%8fr9pTGa(dc_ܜ JHqaͧm#w B~R۱VI ,锷EBiK&iO'`t»i?\Ekok;R{?Bo~GNb ' uNv)Y|u4͛KjGVn+VK*f%FX.U^cxA2pEo7ƝVǕ_Sx!v OJ{Y*P7:=}VBGpՙF[}):?_/ cG݆3d&<:%w9yR)L 5"|`[(_>1# L/~ >s֮Ay_:Qw4qxߧrj'OS cdw -_](&jWɎ:ӇҨɋVbLF뽯{TOB>вf6|kCyV }j3XK^k*^rE/}e# Ng?׹Oءp1/#?UC5|v.R!|їm` @uz( =׈#HR:bFj QipMIdW8Cdy>oqw%_$|DX@=J)@҃ /P*ǑlI<%!?zקsKd6"ωuMM5WrQkQzbϰ\\t3Y zQ%aѹ7G@c1ٹ娸7w§.Q];}TX%gDDFPkύ5K-pK1Ω@C%1! .ǠTDhD+d[ G,  n Ynp}}T;P3%0:3!d-{t X{aq̶ʻc$i(J:QQvЅ"VgCa_ϲoZh\¾%%%ƨ"\N$;꛼U Q]k(s$=Xrb5pa "~pB^.pE4V/^pd`9 3z7:cUt0eX,||q䊷"<_ ۙ#"jVQl{"2h0P,̈'0("i!+I(".R7ޘLt*v91$XXE#bZf@Xsӂ Wj:֛8ˈMy3}4橸S>EImH]<}0[Wb ewf'4[V1} }`FwBm>Ѽ}5 ӑV0g(ĭrA7D{$d%} &G޽ILwLA-u7b#N2rό.֥fq7UDz|44;ZAEG߱_\Ħ+Ts3-oM]ˁH7&`$v[#:jc~ح\K'o,$g?;hмl\u2 Ix"AQnVb:F7^UY8>_ -i, !#6#MF ̣##QiV4Tuya_YÎ%m=C kίSYxMcWvqL1B2lyXZ 4 i]9?-3/Q~qY?\.탁CϵҊ>V<:mvY-8y3>A/g^<:,S^ӐSJt2wQNvfs4s tn5*VX<{jp$70Y|fh]JԼAuy"]tExbJlNH͕̺mܼ*ޜ_×~_+YIc^`R 1K`Εl1Y>ZńWʆ9-a""u۶B8e;3$5=BU7~Vk5lʝK~ƌfPHb/bx@6Ri.LAgRW,W51l)iFOeg$]:gJ`όȫDQPh\}J'87h lL6[p + ѣ %߲'OdoJt>Ï_AgiAxy`s꺠Ac* ?3/ @ 7ڌx:#ifsʺ4$dO/dƞ/ erh^EU]/N[ l-4yN !^7bl\"%4HLj Z aQtK&/BQB!ͱQ\LBMGuPvXmkFG4n=;>nꋼ6l{]DM9e(`*flz+LJ0}FMηc)SfHMh,}t'smq!JZ(~lnLr+QEWGWzDE6ϓiPŗŬ°X pҥ!/nCݳ9B+ Boz}q'nqٚgSجOAIFtViD["rEPH >@yV}0aׂU 7TU9R)vL􈣙! /tCM%Y [s z#k7<1vXnz,(d8N[O3dXoJbYBN\]UP-"ՙ|槪ͼ*~X!S1=ps ֫rZr<ʼMy>D<U[O2~Oy&7LkCL}ϷIj&$ W! 4'[Z^G]kgH=~P|v2JU[7@މ{,tM7vPC<he).cjp7pe!C D"o PgD_n <˪hs_FY$5\k^y<#*p"F׿I m1 ֑ XD J{>:e]zB>[KG0] % !N^ihnn4 y?$UW uMeH`2~}(-EbQt^KN`( }Wr n)tI ;){SIRҵhn{˸?_"\P`it};8)Q?"8&K &.=ekw|ܳ. }P- ݜ<%ֶb~\I ދ+ At}*=! D'VPMLwcœCⱯZ{86֧8OK;R?/ޭ!ɉd1^28?tGLt]YzvVfnlc5DstMaL}HS:z[})2ڂ#؎({E W$z8.AIS;ePY&*o3 .^Ju^YqÎ5dp"Yx(*0 P,(ɚ6HITLT)zE:2!32F-6r:NDI$t넶#e%O"󡿰g+ԑ#C9Oҝ*teYF9)a'QGИ;6Y!fBv]%V}lfHD= 8Y=L#ɀq2$hRe*Bj@!]>Saו5a #av-ʌ Yd.opj.6>~q׈e{XQ,wac% HhvT S$͗Gg=Rdy{]9}[Ǻǚ(vU3bۙ?i6 .(aL&jtDZVHl׵Cv4,j5lk f0)xlj , Bϣ#?Trh5ݘ9$ZV (>gVaΓ>>=`b$2ae_Q 5%'%;_S{N odTNVM>- gz/e~;ӑs;5YpԂo5/)yן;D{hO&3LT0YNyr.B|:Lz6tI[zp$҆؏I ۘ\X!d yvSv̯)9b5H2'9k>+Wh90RXAJ]D2{Ŏ4ۺ@_{eo@sti(boq޶F!5/JIa=tEUuiS3΃ \&6jҾUh OJFAdCd–H+nOY9+ uJ<a"!zTR`n뷇\&_-NXq3;Ǚ]+M@ڻh)m[ &0>se~;ZQ(;ۻ}&UD!R)Qdrӂϴ+hFb%d es]mo&qg8y"aIGDC^k>] NmZH!Iն5gR,#4lSG y]4tu.&Nq| x!6(nܥ)#BUId:3*~jIT;BÂKbAUP)Ԇ=#>߳'^Վ*E^M^ǂYB-. +*PugxKa(Kry:he(45bºWx)EnKͿt|܇^!că5Am[DX5q (⹺D9y&P.T2wj*M*(ms(ȟd(e)|[K/^Avx|ͯ"58Bn&q*ꩄd)\tvС[%HsPu8LR3QL_#nF1Q%:58("|آ PY)knvx) 7?fu:9)Z„@/WLRcpkZ\LH;krܩѲyThbA묰k XuhOs;elGTAHGJmpdIM\e!JSpXp&8e*ݑVLn*b93˕dA9w5T緹I@4A)KcȄKҥAvCҩT2Q|mLȹ4NJ*zIz!< Zc7 G<42qEW^VVctƋd.U`n%3Çe' m_*>xoyh<\&c >Ui9ːm—H='5D6dH[98[l(NS tP ֜uGzf (f5^ n06iOE6oF c)g] R| nW'՝,Kߪ B.,.o>yڍ6ko_xQwPar1[!ȝ[nu wwfE6N6Pb4lIi̤V)0RzGI,&By| a}vD|9?4N>=j]:_c3ic*%Z}Z|k?WhBx+V*׃]lDDZ9)&zL8(2Kv(:Mr:Tt{Fb%M<2ƇϊյW9Y8JIq<)&SStiX1v{drHq/Kΐ<¿։V b+Ey~8nlR[Žk3LL*XkzjH7ߛʎ>0MB >`ʚ1N>VP ! {zp,[P@؊dYTr10d96gC+C(B_;n?^z,4UfWZ#jJ/}9F*gǣ3c S)@-f[Bն= `DR@ <essc[\;:V?T"H5t qGƿ+ ~AlIWDUxMJGA4 WڞO6PwM(ka!oo 0zzڇ2J鱏Ȧ ʋzF_dڡBk[pJmvsb9%AtqO-viYL^ ; $ixl7~Lv'DM%%n $UqwNpVF{t%dXjmǁ= )*- +)0LC:c]1qLx7>c##;Pt_1MF_Vc`TV;̚^Š~zHo4Gl=Q߬}}1R]l?jB ^ |qc3$VbɆs~rU-qa֦[~~%D>N&8'aF=-FyR:m^tL8iöⱶ2%4u#A1' .aYBfK,tWf^vv_4֑0op&l%Ҩn/ᅹ|JB oiwAZyTYm1; ,n@ঈ;ɂVq8W#$}sWHi7+e 0!8Z]c|B|XxVE`m{[)`cmX'=Nn,DDWWh![sI|W[|&ô R,-߮ cfR 6%  2X'1>)DK=xQ\vCG-~n/6Vawʻ53ňg}6^v7FOtSέ Pr6,E9+QG4yRa1\.F't?&p¾1f 3> zUI$%ޞ7 ]zS 8bD;"<"m^b+9E^DAHo)9/Ӌ_\R74YTlNw_uw9He9¢HP-EUJx:B[3Am$xlK'zb#?kx6Șp%K3"To|4q`7y/ VpqGie _uh^vPWIq fuJ/6YbJn#րҖZ&'\ahO'7 u9 lh J4M%F)S!RH]SpE{<{+ b:,C[AoRr'wKՇ/A:i=kBcwu(fy,NE[fC:j]b +$Ȃc89~iAG#'+wеzs"6/-U}@ yX?"6Y3Dk$^.-^ꛚxIm̶oٕLDJx/2l c7 􈱓ƦX{Cҙk D 9 )!(7tadjpRqFq3/S-,dLw ʄ73ympO{)E?*%yC 䠎 v47vf|4K] x@5Y_v{J%? C[:~[PuCD2혞9$搵 g EUuUhq$B& WzLI=q̽{)lFmwnq[LuJ#瀡1\$ƯΆx@wE}Mߗ5dy쀗͵,j'r]Խ(-Ck:0nA"ghB WܙKפ2O_j$EB3b^14~@ѫ 4]ib_u#C6LǚsFsws60{zlli?j%k"x`K, @n1ndlѻ~R8G#_20n)wOkَ0H%il+hNC@*2@-%Ѐ-O }ɍ",j.ӄtpj;6Uvl8hJfX^u?O@G@HZb0ρobQ8/KZSp߮873%NѯtsT椝W\_Xj1>wހ76x.,B|Aq;F`OWH>bMa>IieA`S=+8J$;e,Ĩ?BVSGl#[XI8"C-ŝѡ!1ot { Jmx]?JxNJ>qғS[)~]NoρjgW~럢)4pۓt(fJүߞ(ەoLBVq<(@wq֊#a6BzZ4뚱`roKcW2skvB/eRZ^RO1R5YOc)mt(8_T_I, (ı``P`g_[NFmP$/e7 v?.LW~Qp!뉲:bO _2Hmhlm>&L9;U f3M~tu럭̻j~QBx-F5y2PT݇Y"96j#OWV{5Y@n#g̼C-_&X?N) 3H sn=0/bH#x]ƒ=f\^PF*%ZrA6P45rLD"V>[[[1 UfO9yȱUazHE7\6^*XdgEfPk_5qJzjUm&L؋:/+%ǧ['Ek[vUc+?bjOeL V4?5‘Z12g}1lEȮЀF!ƚ?+l7tFp(é:lVR|N# L칽#~U~gd %'H2W)A,͘1hCDgV]wd9#7 ^.l u^TSc$z:xB  $[, 2dYOפlW{l@%CEeça>1:E٬iE_!<{SRbQ9 HE:ELjmP3lW)٧/N˵a`%Lu9tj?Uqh8 zZO͌[ 33k2k2Tהl;[XDP58UOX=$V TuĆ diᦑ BS'lּ7&|KԦ+W׷ѨL4NtOl4i`9ȩi/(eDBwnL>v2Xk.ҫggUȉbnس) /VLZ(^tfJƞdv4;`\[hwBxHuf z jeXAl4E(Lhooaj̓VMژMa *6ެ+K,!%xw%McK*.^8RqDrأ?8AJhAm<2jv hC)?}SE1_ oH oۍZ}MXVClF':{ba&^,c8_/z#pD:Q5.ޯKYŠd}OAb[<[f &*#S"^ڬ C#T ]AVHx#aś i3&и "޿C7xwfr󐈔_Ѽ"ji @'&Bjx郻6-D{LQQ =vg4m%b4~I;E < \eV~==xt(3A ] :̐;[ta$ѝjFÚ|NW_NUvu( )Ji>p Uc8JEB #3,IHf7E$E$_QNE `/Oj~0Pff% n|I-x୿XWIOilKC]IbOuZl--U.NLIgc[?`ϽOAKb8q3͈I=lnazQPR$[u޸&@8Eت .rp:?G#s!ѿD`Z F"b5Ҷ. <fC*Ջ_!7EQ#ǃ0M v}Q*1{.c45"&̘QIELNb*x) /WFl@9-`ે7).tbzZr3C9.R6dwA.VuY/qW_Mu<3]~b?ƨ/̾*o)@e@S>X-i# 㞣cΌ-U0H>k>qO霢~ղS]j qSd-O7װLGScݔ뎚ܠ(#jNWC MӽѶ{o6:okI}ѹx YY )oXsTWj׌a.DFs=yj^C0o˭`]@ 'ߵQ^/ޏ + FI)^)S= TEuK3dˢ^%Sjŀ$_*š@s2H7~}jlcs盏S|יlGG4H:`}aڲNṾYqNoA"ё_LQ%6Y ݁R02iC0SgS->9GDz ݯXjP?јYZ4\qD@VmMe-c$9؆'TSI& 8/ J%]mwGCD,&$4՞=tkȶ鵅,~<EBrےKtev  4{ɔG5]۠,}toc/YF;pQMc=㰬b3-My+V+0bwT ~x)z e~*d)Uۧܢ5diGˢTc8CX_7.i-H8%u]z2,wbW' Oշdy45VK}QotAg ^z.@DO5 O9Ff>ɺ@KE/b\:q%h!MoGKZM( ZPK짲 B:Ѕ.?Uwjyɥ?FYOCFO[&<7W߭HU]{1#O`}'dN KCq:KCY(:9{Dox@=Lsyz ޷e@e q{'Tъ7僿%YOL83-:4 yus-eՂH= nkE㐳Anm d'8pq7^q\"*bvuIl\Q..P=Ny~̀LsrwrNY eh9HƊÉpWFo3U|S|ra&:z ѨO^~{|zx$?(emz8 ۴ZTz,nM7@3{p qɜhoV {1tH;HuY?ZgWt#Sx cjkׇVyDx 3Ҭǡܤ|zۉ"yKXiIɴMf︫0tEF"L4} r#A"h6_,/{)0-=jn!Jx z@RB{ 5{MWs@;[1O!4Dϑs55O~+Q.z#sCI(LS٠tper T)Hڷr]v~Zb(]d(bCnĮuR< J)@fHKY~.Z~5-3T'Q7Rbf.^Lu B>gT`A]~=-48pGP[ѻV/yf$7RKwń1"ۘJy9y*xM - NՐ|{$juP1\=;TQ^^݀r/';3Yc˚֗aڟGa;PB'Φ…W-DtHM~O xa Q"Dwv%ϯf~C+IR:˛K#=8HyiF0tfL[O/rT[(\e&" ~+Me )&O Ve"  ̱UhM1OV lq!zG-ZD 4vZm" z=vk5:5a7; YZ