libpackagekit-qt12-0.5.1-3.7>t  DH`pJl/=„?4rrYqN[Qy%'\T`' } &. N ] L *-\+-Q.;=p0P"S!%7IYUXEhnHҟJs(~zzm]ȼs@筅Ǣ]_NRiNnA$,[5 jd,jibcF^ "b2s:Qod8d6104a671727083bfccdc393d0bc399d208b5bJl/=„Zn(;kث|,J-=jvDr]) oĴ0k-6[8VA cXR1étjPLއ1E4Ҽd=V%&G碌Zu%S;ZH&yIhk9_앷l}T3ьEi)'dp&rt5EH&KHS-n.LѲLB;ZUvHFb>e*1USoZO-p)0 >7s?sd  Ppt|      . LT^hJ(r8xQ9Q: Q>q@qFqGqHrIrXr Yr\r0]r8^rjbrtcrdsXes]fsblsdzstClibpackagekit-qt120.5.13.7Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.JlLbuild24openSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgSystem/Daemonshttp://packagekit.org/linuxi586Jl6Jl=9d8c021eee0a2253ed2a51b2210ddfe2libpackagekit-qt.so.12.0.1rootrootrootrootPackageKit-0.5.1-3.7.src.rpmlibpackagekit-qt.so.12libpackagekit-qt12libpackagekit-qt12(x86-32)  @@@@@@@@@@ PackageKit/sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libQtCore.so.4libQtDBus.so.4libQtSql.so.4libc.so.6libc.so.6(GLIBC_2.1.3)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)rpmlib(PayloadIsLzma)0.5.14.0-13.0.4-14.4.6-14.7.1J@JJ~@Jv@JrJc Jc J%@J{J*@IKIV@III@II@II@IIk0I_S@I>]I*@I&I!\I-IIg@H8@HH@H@HYHe@HH@Hd@Hd@HWH4@HkmHb3@HW@HM@H8@H8@H(1@H$ 11.1.- Update to version 0.4.7: + Added media change support in a few backends (not zypp, though) + Updated translations. + New Features: - Add DOAP file to the project - Add a method to disable SIGKILL in PkSpawn - Added media change support to -qt lib - Added support to recognize Debian version - Add media change request support to the spawned backend - Allow a spawned backend to opt-out of the SIGKILL cancel process - Remove job_count.dat, it's not used anymore - Remove the DBus backend. The only user - New signal, media-change-required (daemon and glib) + Bugfixes: - Add support for /etc/lsb-release to pk_get_distro_id(). Fixes fdo#21550 - Allow the dummy security model to authorise actions - Check the transaction totals are not zero before using them. Fixes rh#495849 - Correct the allow-cancel duplicate logic - Correct the logic for SetSynchronous without returning in the duplicate check - Display Message()'s in pkcon rather than just ignoring them - Don't filter out 'Presto' unconditionally from the stdout to fix rh#496091 - Fix compile on FreeBSD - pkgenpack man page still pointed to pk-generate-package-list - pk_package_ids_check is not valid when the packageids array is zero length - Remove the NameOwnerChanged handler when we unref PkConnection to prevent a bug in client applications - Still use command not found for commands one character long - To fix spawned backends, http_proxy has to be a URI not a bare proxy. Fixes rh#491859 - Use the new session interface for installing Fontconfig resources and GStreamerCodecs + Libraries: - PackageKit-Qt: Add support for cancel-foreign PolicyKit action - Packagekit-Qt: Changed License to QString in package - PackageKit-Qt: Drop support for building with CMake. The module for the lib is still included - Packagekit-Qt: Switch some QSets to QFlags, because keyToValue() returns int not qint64 - Packagekit-Qt: Adds registration to MessageType - Packagekit-Qt: Fixed Message enum the same way as Filter and Action - Packagekit-Qt: Removed a useless resolv method - Packagekit-Qt: Renamed various enums to have a prefix to avoid conflicts - Python: Add two further helpers get_package_id and split_package_id - Python: Add two helpers format_string and text_to_bool to the backend module + Non-zypp backends updates. - Update PackageKit_release.patch: drop the part that is not needed anymore. - Pass --disable-cron to configure (this is what the old part of PackageKit_release.patch used to do).- Update to version 0.4.6: + Notes: - Lots of profiling lead to many speed increases, most at cold startup - Fixes to command not found for bash 4.0 - Experimental aptcc backend merged, which does not use python-apt at all + New Features: - Add a config variable to be able to turn off the updates cache for debugging - Warn if there are any pending sources at the end of each self test section + Bugfixes: - Make the GTK+ module resident to fix crash when session is reloaded - Only check the transaction database once at startup, to reduce 25ms off the cold start - Don't force SQLite to do fsync in PkTransactionDb, to reduce our cold cache start by 700ms - Don't store the job-id in a separate file, as this adds 37ms to each generate method - Don't allow pk_backend_error_timeout_delay_cb() to be called more than once - Escape the ';' in the UpdateDetail:ChangeLog signal so we can send more than one line - Use the bash 4.0 command_not_found function name to fix new versions of bash - When we get the update detail in pkcon, resolve not-installed packages. Fixes rh#492004 - glib: Don't hardcode /var/lib/PackageKit for the desktop database - qt: Check for QtXml in configure and use the correct deps in the packagekit-qt pc file - qt: Made Transaction::cancel() a slot - qt: Updated almost all the enums + Non-zypp backends updates. + Updated translations.- Update to version 0.4.5: + New features: - Enable ptrace() on libpackagekit, it was always a bandaid - python: add a PkError exception class to better handle nested errors - Clarify the spec that a Details::size value of zero of a non-installed file indicates it's in cache and doesn't need to be downloaded - Remove the app-install feature, it's now it's own project - Allow backends to enable simultaneous mode to do actions in parallel - Updated QPackageKit soname version to 0.4.1 - Made package methods const and added an operator== to package + Bugfixes: - When we reset a PkClient, get a new reference to a PkPackageList - Ensure we set PK_STATUS_ENUM_FINISHED when we return cached updates - glib: When we cancel a transaction, don't overwrite the role as Cancel - Fix the self test by using actual provides in the catalog file + Non-zypp backends updates. + Updated translations.- Update to version 0.4.4: + New Features: * Add a new method GetDaemonState to the main interface to help debugging on live systems * Print the daemon state when using pkmon in verbose mode * Add a draft standard for application install metadata handling * Add a pk-app-install binary for manipulating the sqlite cache * PackageKit-Qt: Sync API for RequireRestart * PackageKit-Qt: Add support for application filter * PackageKit-Qt: Add a searchFromDesktopFile method + Bugfixes: * Updated documentation with UseSyslog parameter * Fix for the updates and obsoletes delimiter * Make the dbus policy more fine grained * Fix compile failure with gcc-4.4.0 and old versions of glib2 * If we fail to exit from the dispatcher, make sure we cleanup the poll as the child check isn't going to be run * The QT lib now depends on QtSql, so add this to the configure * Fix up resolve in pkcon and from libpackagekit-glib * Don't dereference a NULL pointer in pk_console_resolve() which can be done using pkcon list-install * Don't use an local error in pkcon list-install else we'll fail to free it, and it's non-fatal * PackageKit-Qt: Handle daemon errors more gracefully * PackageKit-Qt: Add a getLastError method to get the last daemon error * PackageKit-Qt: Add missing implementation for uid and cmdline * Packagekit-Qt: Fix to make what provides work + Backends (only zypp related listed. See NEWS for all others): * zypp: Fix up virtual callback methods + Translation updates - Remove duplicate BuildRoot - Remove AutoReqProv since it's default - Remove Requires since it's supplied automatically - Don't use autoreconf -f -i - Removed BuildRequires fontconfig-devel, glib2-devel, libpixman-1-0-devel, pango-devel - Replace %setup -q -n %{name}-%{version} with %setup -q - Move gtk-doc to -devel - Upstreamed PackageKit-libzypp6.patch (fdo#20366)- fix build with current libzypp: isToBeUninstalledDueToObsolete is gone- Merge .changes entry about sr@latin from factory (was already done on Feb 2 in GNOME:Factory)- use sr@latin instead of sr@Latn- Add libpixman-1-0-devel to the buildrequires for Factory- Update to version 0.4.3: + New Features: * Add new packagekit-sharp binding * Allow the user to specify a complete output file name with pkgenpack + Bugfixes: * Repair pkcon resolve argument parsing * Remove dep on python-sqlite2 and use internal python sqlite Fixes rh#481270 * Dist the website in the tarball correctly, and install in the -docs subpackage * Fix up a translation in pkcon when we fail to get the time since action * Add an option to configure so we can specify a different directory. Fixes fd#19884 * Remove bare send_interface lines in the DBus rules * Add _get_info, get_id and _get_summary for PkPackageObj * Removed -Wswitch-enum from compiler switches * Don't print an internal error if we don't pass an argument to --package + Backends: * alpm: Change source code to be more standards compliant * smart: Don't filter *-testing channels as development * yum: Get some useful text when yum passes us an invalid message. Fixes fd#19781 * zypp: Remove GROUP_ENUM_UNKNOWN as engine returns empty if included in list + Translation updates - Remove PackageKit-browser-plugin.patch. Mozilla plugin directory can now be specified during configure - Create a -doc subpackage with the website content.- Update to version 0.4.2: + New Features: * Use the detail field as a package_id so we can propogate useful information to clients * Add an entry to the config file to turn on time estimation, and enable it by default * Remove the udev helper from PackageKit now the core functionality is in udev itself + Bugfixes: * If a script is still running and PkSpawn is asked to unload, be more careful about disconnecting timers * Ensure we call the backend finalise method when the daemon times out * Ensure we send the correct network state with the new changed codepath * Don't leak directory on commit-failed error path * Set the setup signal after we've connected the backend to the transaction so it is emitted for clients * Don't emit allow-cancel over and over if it is the same state as before * A *-testing repo is not a development repo, so should not be filtered by default. Fixes rh#480135 * Remove the obsolete specific vendor_url for each PolicyKit authorisation and rely on the packagekit homepage. bnc#450349 * Only try to exit the spawned backend if it is running, which removes an error warning if it is already closed * Clear the backend store in pk_backend_reset() as we can't guarantee the ordering for cancelled jobs * Fix compile of the browser plugin with newer versions of xulrunner + Backends: * dummy: Output a load of messages we can play with in GUI tools + Translation updates - Modify PackageKit_release.patch to follow upstream with LT_CURRENT/LT_REVISION- Enable ruck and put it in its own package. - Consolidate removal of static libraries and "la" files. - Fix directory for browser plugin. - Remove sr@Latn hack.- Update to version 0.4.1: + Use NetworkManager to get the network device type for session policy decisions + Resolve() is now case sensitive + Adapted pk-upgrade-distro.sh for suse + Don't let spawned backends hog the disk by default using ioprio + glib: Add a client side timeout monitor so we can set a limit on queries + glib: Added accessors for PkPackageId + Added search file method and search details convinience method to packagekit-qt + Daemon backend: Separate object creation and running + QPackageKit: Revert the threaded polkit as it breaks everything + Define a macro directory so we work with newer versions of libtool + Remove the concept of slow and fast interfaces, since we don't actualy know the speed + Get the caller (and uid) for all transactions from the GetTid method as we cannot get the UID from the non-async methods + Clarify that free form text in Details and UpdateDetail is formatted to markdown syntax + Allow pkcon to resolve all the command line arguments, not just the first one + Fix the python client library for SearchDetails and SearchFile Fixes fdo#19426 + Make get_packages call GetPackages, not GetUpdates + Misc fixes for backends + Translation updates- Update to version 0.4.0: + Now integrates with BASH suggesting replacements and offering to install missing packages. + Now integrates with Pango using a gtk-module to install missing fonts. + Much tighter security model and new audit logging framework. + Lots of new, untested, code so probably not a good idea for stable distributions. + qt: Add GetMimeTypes to Qt bindings (Adrien BUSTANY) + Add a PolicyKit rule so other users can cancel tasks from other users + Add command-not-found functionality to PackageKit + Add a various possible replacement models to command not found + Use a config file to control the actions we take on command-not-found + Add a Pango module that can be used to automatically install missing fonts + Set the environment variable NETWORK for the spawned backends + Get the lang and network state in the generic spawned backend + pk-generate-package-list is not used any more, remove from the man page + Check the sender for SetLocale and the UID for Cancel + Fix a small memory leak in pk_backend_package + Make a lot of new strings translatable in pkcon + Add the DBus interface now that the default send interface is now deny + Allow all clients to send to all interfaces of the server. Fixes DBus introspection + glib: Don't emit a critical warning if a desktop file contains an error + qt: Fix make check with the threaded Polkit client + qt: Fix the old transactions, and upgrade to new API + qt: Fixed freezed UI while waiting for blocking polkit_auth_obtain call + poldek: Implement get_mime_types + Misc fixes for the yum backend + Translation updates- Move to 0.3.12 - Bugfix only release Fix a memory leak when checking transactions Dont emit a critical warning if g_desktop_app_info returns an error Remove incorrect reference to pk-generate-package-list in man page Fix to allow send on dbus interface - needed when pending dbus update changes that default to deny (CVE-2008-4311) Add method to call SuggestDaemonQuit as part of fix for BNC#383261- Move to 0.3.11 Pull in updated translation files (.po) Bugfix - enable translations in all client tools- Keep the PolkitCaller to allow repeat queries faster Do not abort update when a repo has problems Add user and cmdline to the Transaction signal Add syslog logging to keep record of obtained auths Fix crash when pk-control is referenced after it's finalized Handle filters in what-provides- Fix the installSignature method to understand repo keys In pkcon update - don't attempt to do what-provides if it's not implemented Fix restart flag handling Fix segfault in the error path when files could not be installed with pkcon Move to 0.3.10- Add updated translation files Fix get_distro_upgrades Fix error on reuse of TIDS causing timeout on auth Set status when installing a signature Fix for BNC #431940 - packagekitd locks system management- split out lang package - do not require all of python- Split up package according to shared library policy - Move to 0.3.9 (from the release news...) Merge in QPackageKit QT library This release brings many, many new and updated translations. Print a message when we try to install a package that is already installed glib: Send a more precise error code when we fail a transaction- Move to 0.3.7 Bug fix release Fix for BNC #433889 - PackageKit crash Fix for BNC #402372 - reinstalls all local packages Don't crash the client tools if PkControl launches the daemon Register the mime-type x-package-list as we are using it for service packs Fix for BNC #422176 - non useful error notifications- Move to 0.3.6 Bug fix release (from the release news...) Remove items about to be run from the transaction list without crashing Make the GStreamer helper use proper GStreamer exit codes Set the default timeout to the maximum as dbus-glib times out after 25 seconds Fix a theoretical hang where we could try to reuse a exiting instance Unlock the backend before we send finished on ErrorCode as unlocking may take some time When we exit the dispatcher with 'exit' ensure we unlock if locked If the refresh cache fails, don't do the PkRefresh actions If a caller does GetTid and then crashes, the daemon should timeout the transaction Use environent variables rather than static instance variables to hold the debugging state, so that we can get access to libpackagekit debugging when linked in When we query the progress of a transaction, use the cached transaction values rather than querying the backend, as it might not be the transaction actually running We are allowed to cancel queued (and not running) transactions- Move to 0.3.5 Finish support for hardware driver install - FATE #303677- Move to 0.3.4 Start of support for hardware driver install - FATE #303677- Move to 0.3.2 Fix udev script invocation. support for dispatcher Optionally auto-run pk-generate-package-list and pk-import-desktop- use py_sitedir macro in filelist- Move to 0.3.1 distro upgrade support- Fixed invalid locale names.- Fix name of completions file.- Move to pre-release of 0.3.0 start of service pack and distribution upgrade support.- getting it to compile (brute force)- Move to 0.2.3 Add PkCatalog for installing catalogs Add source filter support. Allow adding and removing multiple packages at one time with pkcon- Match libzypp API change- Fix for BNC#389415 - Use generic PolicyKit More work on BNC#398391 - return all restart_suggested patches instead of one at a time.- Fix for BNC#398391 - only show patches swampid for this - 18244- Fix for BNC#398367 - dont include recommends Fix for BNC#398380 - init keyring- Include updates from the openSUSE branch Update to match changed libzypp API BNC #390339 - rotate logs BNC #392435 - poor dialog BNC #392064 - confusing popup notifications BNC #390929 - crash- Follow zypp changes.- Fix for BNC #388165 - mark some files with verify (not)- Move to official upstream 0.2.1 release. Fix to accept multiple license prompts Handle signed repos - import keys.- Change packagekit daemon timeout to 15 seconds - BNC #374043- Move to libzypp 4.15 Fix BNC#378342 - gpk-update-viewer crash- replace deprecated zypp calls- Fix configure script.- Update to version 0.2.0 new dbus model change packagekitd timeout to 120 seconds- Update to version 0.1.11 Fix parse errors on bad markup Emit verbose messages on dependency failures Fix crash when getting dependencies.- Update to version 0.1.9.2 Mem leak fixes Fix multiple popups on install Fix parse error causing missing name- Update version. Includes working "update system"- keep up with the new libzypp API- make it compile again with new libzypp API- Update to ~0.1.9 (git pull on 2/28) release (with the policy file intltool calls patched out temporarily until we get a newer intltool in factory. add --enable-zypp to the configure line- Upgraded to 0.1.5 (released upstream). - Added "--with-security-framework=polkit" to the configure.- Added extra directories to the %files section so it'll build in factory.- Update to version 0.1.5git20071207a which does rudimentary package dependency checking.- Update to version 0.1.5git20071203f to fix a compiler error.- Update to version 0.1.5git20071203e which includes installed packages when getting the description of a package. pk-application uses this when you highlight an installed package.- Update to version 0.1.5git20071203d which includes installed packages when searching by name in addition to packages found in configured repositories.- Removed "= 1.1.3" for dbus-1 Requires line.- Update to version 0.1.5git20071203c. - Added a couple new entries to the %files section for pk-completion.bash and packagekit-bugreport.sh.- Update to version 0.1.5git20071203b.- Update to version 0.1.5git20071203a.- Update to version 0.1.5git20071130a (remove the dash).- Update to version 0.1.5-20071130a taken from git master.- Added a new tar.bz2 file to do rudimentary package install.- Adjusted to install the PackageKit.service for dbus into the /usr/share/dbus-1/system-services directory. This is what allows the system activation stuff to work.- Grabbed new PackageKit-0.1.4.tar.bz2 built from this morning's git repo (has stubbed-out zypp backend). - Configure so zypp is the default backend.- Reduce requires, most of them are automatic - Remove gcc from BuildRequires its automatic- fix build on 64bit by not hardcoding "lib" - make description a little more manageable - use %{py_requires} instead of hardcoded python - use "devel" instead of "-n Package-devel" because adding the Package- partis automatic- Revert the last change and hardcode /usr/share because otherwise it gets installed to /dbus-1/services. We'll have to figure this one out later.- Use %{_datadir} instead of /usr/share when specifying where the dbus-1/services directory is at configure.- Specify /usr/share/dbus-1/services at configure so we don't have to modify the make install step.- init/sbin/ldconfig/sbin/ldconfigbuild24 1257073740L0.5.1-3.70.5.1-3.7libpackagekit-qt.so.12libpackagekit-qt.so.12.0.1/usr/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/53a6f1dda53664a4ccb1a91a9f22e3fa-PackageKitcpiolzma2i586-suse-linux W!Wa99?] b2 T 2V R}!B@Jݫ%*MksF cF5\QNϳ*h`$`EHlpU oVN#E,[' ޮebXx\7ࠒ w%3=қT"_W{g)>vyy&̗-A.0G'`K o RSaoӛ!R8cI2/L081gO~H2SLEXQ-J.-. ;)/.[)PeNv[J#Ȟ<'`AyuC;kqYM[]2NLuDݸn N{!fY3FGm8Md.H0!!y= ,tM`?g ӻJaO7Uf; ö|IûaLk&iKPr!O(d)kLI||lgOQ1:GXYޛ iYXyZLeX#ҟG@Yֈe:/'W#fGdžn&Paӝ[v-hGv5/]ngY 6 g9=$zp]¿;2;I u%g"M^B<7Ab'IHtY}RnF WAlAƢB^ɾf#&պ4YgL)~4ț_cP7$4{=$*p7%qvǐ#SWSёCƟˉlYYFadtpʎ3q6@ XFD ƤDxV-[xyV,d5A M.T|GzH .UF8}#L O!J)TwxF={G5hZG?ijsc㼓r?dͦqA(Oõ=\#f%Lrăű Fv%ۀW2캗>\{|JIInFL?aGWͦ%PgѰ}[IG%c$Fl A zE,a^-5ќ5Lx(?-LK[H%Q.cಅ+-9%[{@`U/ Hu!j2þ/ \@ 1vU)D+A%;Ϡ $Ԭ;Pc? F/ڪUVS<^i]>EPZhA7sg]@ JAeUWۖ~`BK&E"7Zˏn~l>8@xiTIdc +9#X jFA?J|I45k\}J7w!gSNPsw%7)8:o ٗ[nX-h~/c W}~فcuԋgnm,Dm ڤ:W2n( {R4nd Vw M8czg l¨5B9X? 3?%'/W5;~o߹G0x ր?Y9po'2;Ҵ]~KTьZzepFfAR]yzIfs-rcP%AB*Oڟaʴ_ȱ""G >Ly&UJMMyAV47Kn?x@lIo7^[9_@Ed:a"'pо#=UmnV9;>Ũ_>PtTTXӛJ`:2w:z}-N1wV2LjL\Jj_؏DUO{[c*;:!"uz++sʺhXw^7Dg3WΕ0hRQnW*?šF_P{~',ppY.cB_>x`V3hCMou&pLp|O2,k(3l:7eT|Ԅ D k}<vKV gjA:(PڱF"5V%1B<9~Ԇ-Sr>m_ObŶd~8k 29;K`tdBAE)>w4SELCL<%!JxۍatTrXsҍYgvmJdURpy{V`՜:&63ߍe4st2vE6z,hPX${nRo{QՏE̦< yΙ;:˒S[F, ZEZ2V!Q &$G|D320apMw.(qߚTOKH84cGS(q5ňJP8yXCtdCS<Io&C֗s夽K}bfKTf%rJ̆O_ }gKYJ!-1a 1 \ ]\(lbP%̽8EXy>ƓGCp׀(hId! J1ʇIth I 4Zwo8s!4Ei4\aNcx{,B5͍4 FÇY$swvl|1LMPMR(MF5YK:14]PA u˲ofr!'NB;YU-BER+Lk}3 s_yQ\/eg@HEa0Jgj8IY)Γ|cGc7f?!<{0ٔsE?ߟo:7A,s{l ȅbJG3 @WxE(KyNgǤ=F9#Suw(ɕ9S .r1hkF_یQ.3XAI.>zKt$I!sCJ=ْl|h3;,l^ٚ.^eW W#,hՕܯ:Q`Fk̹4=6 oWWdzbseR" d~(6\!rHB2[kR3}OEW"_%3P:YV[^jSWd4Cih^$W5.jxDۡ<2<ʹV+On#&Z\ZVڂXSbyGJp`,l@6?"WH^[oGQ-P,x5+)3諦 x#ҧ|c ݧ=İyptr\mae?!S}ج emUrfI] Vٷ' O$gG9vDc^fN4 H|K!-ócÉeCBc1M^ )#W}$/%Dt!ҳ Ux'9fm]דqZaqmF+NVCrr^UbRlUJ Ʀ|5S"*N1ۦ!bkȎN[.ef$S}y 7#"]tn4m6g.h:W u=JERɡZȌˤ$St)} 9C l>Ս=AWLCY6C1#fز&TC"ۉ}V4a@ar-?6ݮHFu}g~&mGiqϛ\2[ W'7]'s⚡4>yw0)զ$/@AfɌ}ڡ`a6 $CH1!{j"e=SiKUGn\ Mɟ vȾhS 7⋱CH08-T~zٚfݬ+g㕸]gQ;B\>`vzր)zk.>ߚB M@p uʳ+Oފ`܂z`Ey1zΊ֭jnvM/y0Xv^W#%8r:KViU2Q8N2kOEQm/Jw(t@~iGTPaaL(;w6ϰoK:FD՘j ]ZWlƎAUo"<׈YPJ$el/i/Fz3?ڡPtr`Ȥ@=qѽ`k ^ю9۰6ޖ`("wdk9W; u|>(rMy{А\GNsI%NlY%@ԉB w~`іJ{?{W`;hUQI8$/թ+fgnl4M^hL Xs>BŬ[R-cZZٳRTKD.7Rb)#%iwV*pY v;`ntsA `IIoq B[2bZƮpہTlm_0 L3' (BÕGg֙Hɞ&Q\kg=wxlF-ٔRU/HQbba{-۴b(Qh΋8$.8%P& čeTW]ܯ Ben \Oso2яGᘓ*wԄ_?6=DE7j\7Fa63sKpSmE*xS6Đ ymt,#<ED6aqe{կ|V>mȒk11OI:q#vslx`O=o%p9>㍫G/1IS^T渨*q8,2 `!kC@m;qgzu(BjSvb AÜ i[Ì)FXckMgؼd%'#ye=K:A3l>Ieδg/ uzEHŤ)^s&ЅBGyE*y0+fRKpNZ-sL_La2X:2&%vjY nUviM nCxS>-~uloC+zQ*ӐV,e Cc;"|]&ÉrJKI,F`eջɐ ɃTNsG&eTi)l]q%8HLfve*tV=p 4OFaW)G6?7<1%;2/NJԧ? 7˼d*i .g50јp+};i9`5 PauHV8TRU UtbcdSZ/# S};@lFmQ2@AYL@=,c.Π;*\ WImBZ&gځV[X2J!t,h| R* 4\FCuZ g!MkoDtfӮ aYsJĚ^>=8|Z_j?Ln~jgpf7u k?\K^:Q"" kӠ'^sYe=L¿DRvFkDY9ˊh@㓱&7Z>8cvp?iDR3/QJNt8B9^LAKWiN=ٵdQ+`MJ:PԏSQUx̬W!90ݬqB3m6`iM9^fgi*+"btehS H.B`@ J@eں\DTy؊|JV$\A bMKH:0w)puX]7>Jj"z)D"4mk-M:jpP\K?Don@~6KsS6%I_JP0kfc\(l#EFgc>5 9~v!5;<Jw2ՌvSx ~qDR]Bյ3$qGEd* xlbКYbl"r(SmuJb $tkn3햾ptd lkqwDyhRoQd8t6u+=xAV*$2*Eh&8 ]ОY9[w`|\?vAIUږ$̠bߡoKqjd7)IK>d:8N$z;"Nq;)bV|SWU׿7Pr"*9MT,wXg$OL^&"Efv8;3OKQ {Ӳ:*i//ٽTL^ d{[h'!tMow>A=|;adԚ=ΊdEXxmUX _a/mΧq}ܵQvLR]TS<3' et޶sl |^݆e? xk8RyJjn'g2Co"NIXSvTE%U#xp_L!ODn5,ߝЫ ]IKzG>1k9%asYiD^9:bj->r &x1uSL0(FSGrǗh`;o;u&!sS4^uyN&$7ffXm?MF}[p=/8 ǷtH%_IH<7%;.J~E6#,,Wd- \DH)yU>G"%Îc$ֱ]>o=SuVU BPnQ{ʶސeTmcy5Y72^0Pݗj><6pvC'L;Bַ#? 5e*!# MlTվ\H<圍S_邇ZJ/IVFMJ{G;]hO#g: ;NSEVnsVP$%3֊B-,(ˊ_. /`gnGoRZ0/gO-zFC?AA9& A oږY]ߏ 1~tݥ/q?S6&ѽ_u?8S~i1А.ش4*7򞷐5Llg%4-!H ~)Oq-u5H! r2i+ G Ɉ 4eoeiܲŭXX·\[>ر$a^F.} 4yQ*gvWw^We79Zp$(̗K*/:aZX},:HL *]K^rQ` Q0SP1d0t&`2B-a}acoH(f;-U09Ղ7|ʾ(%ʾgdM@57KwU#._L6ՙAb }*z.(RھiYk*=iE#vy H`zG#}OA>}UӯG/DUUn3z['-,`쁞`Xy}8z}miF_< {py#y(dg0'6NSTHo+<"'Sc ]F]9\oeS"Q1&FŭQy܂ȾoR.fj &f!_QWFH#hip5 1|Fڕ,Eu3yϩHO<oIEVl)ϡ*4tWTYFT[U3GEg)%?%gm e:,pꙦ>HU 0gP}8叧ké"-3ǒB#$G {Y('wKulrω6 1*vT%E}`ϏMcI1H;5kZ30n0M{$L=9WBxi<\f-_Yk `K'O $3!`EQ VvΏbt~|&@t{ZF?dF9Lg4h)<j 6CEQtE@06~KؕiVcR@sŹP%0#JԵཟdY/g $q6o=Hn`j< o=pXo.7qR Ip$ K6tu_xK@]Qu#(L RGXy^dZxR!=ݟcd"Wl DFr̐ 5SbMեcx4DZCe\X8\絩I܆b>bcd a?;PQiκaRۤmy߱@h3;Trk+}Z\Q2NӬxL)WzDf;3!9Y1o"9k5I۩؞jK"^e7q" <^ol;̘*B/;"lł:JZޖ&ך^俙\[qcm$As%_ ZL(i[f;(+Kٓ\\6%g |qw"i]$O̘l qGμ}΋CqHQX c$e#Q`יO$Yf7v:VK_b]S5yV!epVpDQ xϲvFr!Lĕu{S9lC8{0=mb&˴OqPw?2 /R8D| @MA{Of>$vcYr^>7GL⺸&ƅ6"  k`~v"6v95ՇE.+,"YEaƘ`+@zP-hZM .7ˈIVxf=_:SÒJغTS,,:2>}m@۞!/Y" `<ߛPw{5et5R̵<ԃiԣP!!K\"ò $FV4=0j?~2::ԧ[5y"sA$7QC\iZݫ&V,g8 8+6St&,ҙ *ud8G|eۈ{GEt8zSk=J% •^9:ׇkFy7٨{jf޵+L,_,_ s#TR j`T-0tkʅ&k8ncIі+p & /7Rv z{z=9>SI}dثԇERso/-t|sT4gԐ~SA$7RΪo-U@1F_nz@f 9zjb^!_ND΂YT_&Y=q&|1*/"ㆠIbA!NeBDFVJ-J),ڠGҰ.X /o>,Q`Z<^4y/@~S2"ʹGBh/Y7[O(wepӟwW8OAfhlPRG*~7Q],STwliƨ%bxd,G> aP8+88+zcLUEs?5Ҙ,>=[~)˥QF) =ӿxӇsd **U"hkF\=EnPNr~R PJŎxF=w"]\9)¾[`F!mP7č\4yʌZ Eh"Y*ƿDLXjqڡg*3>mSkj]psyY[Gt8[ԣiɣIDH;-5+q8`4~=Z^|by+wjfT2Wbr?)VAuTzWZ޸q&' LLpK5 j{l`fDFЀKQE_1a[ا_1w '΍|Li*\h +ێD8\x0ŝ,e^3v'lfjZA[Cf{)_M@XFX7ٷUۖ\SV"BmjTPAۦ/޺;5/ Ӷ|#w俦}VKV͙0>ʸn&&N_H3`C{R>9#ӿ+F&4] b/9Ee? ukoցMF=Q/s|ݹt@rbC]'` &)֌O[ciZU|H{/ MX5%T2Nc!Ȍ:Y\$Kƿ.XԌ=V|@wwzF:"YHΓ'6`@]U1([# 8U>]@ ܘG8{Ļ{Dzy@}%l2{_v)Ŕ+ v>BKCK$Zw9Xm78;U-{Qp~4Xtt*h{\8hZ*WךI:Z0Wu_ϰ{F3`#LWq҈7+ 54t@/Z?GQ]f_Zo(`ip ee.Psm ?8t紤!fa컠7HEʆp[;6.纔WoeAqohNx hfr,(竸Hφ~;<:1{\-5d{03½5ó5SnU2! "Ee-@m%5"ȁjWȵz1Wۥ308 h˽jOhƐP )&x_0LvytbqIqB9%v-쑝"^7 ͏NMq?膥DfVFUҎ( jHI7~sA(̑=fڔ5PSZ;[sDT߶D]sq.%Bh9QOvB© vNzNJ0H]|pdBYBv2"Mmyɽ[VՅ:5CM^s$ SD{md4 u+z,3īsyLYrjc{ϜKY:؜[D,[k]]Y|cv=Gt?U؃1p#U_tHbԘI3崎24776Ddv C4#dZl qL3aLy 4bf<9qKt, k@p+ mc{) .j4='8!34A<#'Qbo$ r(83k3kʬ5;?w«MAƱ1 ~E.[(83^~ZW=y1sЯȓmeBD ,Yx"me^xs׋c M@0i0KEB(%{%Ew*lJ/l(lD?7kLOq=(E[FG;_Ymrg]/1MX nL+ܚS!<dmw(Qqnnɲڽ pQES);=@7#myk^ ǖN/Ge:2\ϼ)/hYHHӌ}`Uy=&aШ= '\/Ptsq}')1ViVeA>.[/[(r53nh(/Ϸ}QhmEܔE}),)*&rb/G<2nXk튲Jo7U2?Two ~` CO(o -Q/ɣ O\2foy%~YHŌZT8@L|["fz;.bt.anJZ?Irt _'YjK\[! SYޗ%]|\)5.Y, i;1ɊFaH>:U+JnXT2;7L ]:n)fCA>ˑ5yfKm1Sǫ056 OJ5<ijv ֚Aw:3: PR+ReAEw#hQV(K9GX^Fard]:~̮b%7aEcz5K`?K* 3dYL;ťmSj;BµnTl%f_X /B1\C5w+Q'z+K:@ϩ,!@/p8(njb߂}myK #t?Y cxt^,,k@K^Re}Ȥ kUq(y_rJwvIṀɒ-!>RޞKr) -o7VM[c>+6S4Qv.|vI`3V}bGx"Ki{E~:&ul}͌ն3xz1r: ǫM^^*r2ˊ)GSJQaaG$RU'µPBqF:NFowڼ^̝=YW{XMw G +&0n鞭5.' X`B7̱t) ?%}o];NgҥF|}Ҵ1]9^/N~?ξd}#/Jw\LV4Ys@߸RfoBf'皸m_1{sz;H0+|5uCoUVvp5PDe*o|!r}IA|7 l*~2Y5Q'9h@`7OnueMV! (&Ajikpxf1DS0S!'n0?1<c򒑙&Pckf; NjȏM$fC#<A%:6}*~է\ ڻ$H6m2s.L.jI5C)+8I fEĎ"6PK'f`F.*eϴOtYwU{hk4M'N&1H$p=S87`/̄ $pK09ɤsbT*ptٖR!jM'A0 Áb~6d\\|ryV,h,`@o9!3"|_hysEFsق^{B1|fvA nolsr[QF4&1Iѐ֏ot>M\+{ Bk2 Qy~iEeEK#f[|XCufU֩gQ߼~ȇ1RB3dn؈k#Cb>nAh$R~"v7 ZIfS"llH43T?]8W`݂ڤl:,gJhNrHnfLF{v4 d0աE%3ڕ/OZKghZBp4X1Bd Q܋H$.[Q@RӾ{8 |KOeKPRN Iù:b ŬuN* a+ ԊBIS%>S8sߩ18nLӛCMD_L g {Eo2r ' Wqe\ ,UQ|tYSUrԖ>^%(]B[“"Oj튣Q[^i& zoOQaH{$g&\a9 {ҳ^O1ɿ'6 gsӦl~y~LoUv lՈ9XZ66!pH,؛P}D3T@Ûwt@4QBYN_r%e7"mhc$ w. 7xqOHRJ 6_^T]wk5$A3^AilG0 zuxm'':}ɞgGJ`y0 V `酮+alu]9}eiY_bt82Ȁ2uxO`kQBSoJDŽY<]!R24/@{4hMCNȔwG+eNс[!A㊌+l4v D'ear u6IG~K[" G`!ɡm Q6^g8", Ϳ.b兛OKevca?2q^;ј>%0SY5d9k0 4:,v3t`.U`)RUvrQ(I**J@QHie3bvЯ&}hRw'$>q1Z0- _JO#)ɰ,⇐g,nJ f$>xqx#'aOm `HqwoARlq'O;%!$buʼHE~_*(SVVE$C4yI #.RTІ`*3Ո?_R7xVIphwB/R$b9Թ[&/ؙ^b5RVy;fh콾*vȞBqWBi qdzξw zI^"O:A$e8:Q>3]l ˹>ݜr\*J^h@NMo _T B*)߶dcܠAwW7nSWսYK]T> -8+d1 =]`?xCa>a֜ Z.=nN}r4КgҺx#@'FOAT +n>SBɹ">*Trf'mfS7BUE` xc> FŚ= gE40<cuJ6uLL/aZt2:Lm:}%2Ӂ2>r(yU?jRo*Sx5 (icN/(nK/T4a`_/iSz(4V' 2@dNk2:&./UZ fn~eHYzjuJ ͸9[%~(닩=O"v+6ꕀ6ە8*@P ʕ7qk+'n&5Ekd`&r 2++n\qh(+P!u>_wI{ f)U|Xy[.q[Tq ym3yDjʎUaH(/|^U: 9u"n(HA9O]Ϧ;.F0dyEJ vwyDUO6XG(fw&E_rkKvp)LPkZ*hι`81ӑS. T?& ?*N+y̯/zIzkWl2p] r pBtgFư V\$7őC fMxNq<5wIgkjSNH4lMgXq60.Ք˧'F\reeDDkM ;o;&6Dwu|pd\6QE*&&&ްsdzUCt6Qhz #Jn@Mjvyxq~jo֮382 SV ܼPo-~˽05x` 9˜e^+_(`UlM"1J-p>(A{ ?Aȇ^6~MWد:>X؞ e##xs7Kz!diPkCR'^ldM*4kquDI+qEe6Eau?]jU[ \P9N1%Xo}tI6:. ljKG&F#c5gR-]g`6ƄyΫHj.k$n#fp}cO5a%x@~9qs gFz^}ptkVF{&ȈH rDMg'ѱ8Kn,n$0~E++GC 3/UX4Xɀ FC*[t}B.#=jA#pڿO֏xil@}3DB)U5t7i#B QۡE#hTd8<HF+w!BpW\>_24sOt)>`*H"h=M"ޠI\-#Kq$%qץ>% wGxq, emp^:[ɜSf!+8s7BcDSȷ|.`a }o##4G`ɿA6#͂ F:E{/AA$G|-8[IU` LsE$*Z0RP7qwYl*0T Ӡˋ7qĎ[TKjC#;N.g!v 'aY3uش?,H0n:0*ѣ!:M:R)R }+b8P^ |TyKa/_]Ok`6_|?_V/~Y{zx +#QU|EK6cSy{ S6ȀmX ?y˱hЬeydS$)BԿm$,4ވ%~tY}yk&Җom`󃶯Z,6zMBrNÛeL4^z1FkVVz& Y]47~qDgF}C;(wiL4 )gi4Wyd9 Eo@/6|$]~z3{}aѺr%tkkr5//7q=Fzœ1pzr;9UT^:G <8!4gKׄKC_'\p :xj%N~8Eh=izwX٣?ިn\7+ !\2ʰdtݢu\X뇻m\*1\ -w.g`pF%c XcM9)Х=6)qcMq@l`hK|z ERu X?8!tAS:žeQuq],z ܋Bkp?GWF$ͷF擳[熍sOuTzU`] #D0)@fCy28q o)7f~N~롤=#0Ua; g1R<6wbe,@-gRu݃QCJjܛǭƟ s,H6dz6 :sS~rKHf+@w͝S0 =NA$4CvI+ v^@9ˊkWuF $ ϳ3=6J9wj}YFS+3?=i('ۺ .odxѻL]ZJ(NṸ5~EN1U1s/ZnI/.b+%\~TxEF:u>icW-݊ϰfEsQKUݸ9B:?s:~ ܎B.*Z(:JT+ʕaooSmZX \uPnpWlZS)`1chK`Ҭ7e)S֌7 |c|tA*ی M0a}*ɽ_j6Bj?Oj8$858{WpӓU- `dsB1^+Ǽ=\+0ڸN1E\I'gru( v# 34Sc(B_^*EOZ8~HQԾ=EЪ* d' ~#ER( H~MX`GG1z\>x/vf^UYIߞ߃=V@h@V˒cMO0·vju$.ս=Sf `aS5B[+ExpO~5[ޡPX/ 'wDaPLq.7"xCH(Р瓜öʻMN6:&%ds @ZiPsboN1P qt``mVB@4e) dEYŖOPR5 AP[N /rxš Z]P՝%}GE|9H)*X'Pxޡڻ`,!fČthZA(RQAy( stYQPaӮq_=~:Lo]cJvwbZAwoR9;[I/Z)$H$-s918NF^h~x "X,N\-@r*T+M{j&(5xۮ^srH;JF%*|*=j^emWGoNbfg7dVAN,|cQ.1olA-eT- كvMGD#LG4H %qTA >"ޣ%e%B - BW@Ƅvh,꼒1t3/)/%rI %,[k)t\w J' 8Tq"$Hb@+m=))ߠĞ#"rۊ DŽNw[Ż6ke5:^{9M핕N`&̷1h V<,t2-孼1T.zXwπUuaugwCQpmhhBw,b+E#LutY0hf <ѕPD!^ܺ)H%?a8f58e ;hb+|1?ӹh(b8`K婳%Z'n>b|Œl Cwj&i]VG\ݕ7i""XHwϰ=װG_r9-i2 ~ Q3 lhMlJ35_F,|hP,Ŗp??E&)Qk?IoM)^ T qRzϚ10 '"TW6&)azo MageC0|PJ{+4\y^6Pw^u!jE1%`OH>;e\41 1~WPzȰ@Z^G&*e/P>vrnDuNdrTNUjwe&w5chGh#oáQF5.ƝOd=L?*'}E̽}"3z] $Y[ UUk|r=lၖ{'u.bZ Yer_һ:D=zyr,7ZH_ Lٷ~eY S쒰XfdrѾ!x෇5˶?70粰ho&_tL'TD3-%aQU)^{##Tc ݚתdcNh W嬒}^iG~'Fa>aDe,M^Q4mʁ#!l;3Tg];IF. |bu჏23S~*eǃ>#Lԗ8H- "]Т!'[7=OWOB4vt TOikuz o.?1}F:7$ʘuZ'r  *#]_ ]"z+_ `op˝r@l-^T`h(#{(t"̠ջei6/Ź>}&6TMǷFyq(jdE8׈WTA4E(m@ʀ7ޅ$h~{216VjGXOި~u J}j%S{ >|zqtOvcz4D_^,"])}`{$@ q4V&>ݰ:wi 5a(#Ծ?TqΝm9%GS. M۹taЯ<%QqE8j߷y;La9ʴIE9sȄ&  /[|rX Nf+TB~e;O;/' Tt+M"Ic Q]c+x=N0}@,rե4i.SՊ:($|5+|L ^/9s)r9#n۩ lO5t(77D^Q戝YF ͺҀ۷.Kt9mdIՓcĭS C#u/xaȆ,2[$E/P41ۗNtXM&7]N*V~,wSqN2IKc80{rL$RTW=1Oa(%&2ݬ[|.X%-QQlhsw۬cocLج`Ǖ&6˞3PdB =W,; QU4o) CR]7_# ict?mx} ;͜7[IK1ؚ(/O!wxD "P5@nB%%?3oR>b*=w)-?(|s`ܾD}cW5 >р^T-朐ζe6h&#h3gsNn ?PCIg4 'A9RX?DCS%kUl1bcZx\#:h-:.)l?rAXO։{+]4WHS=}I<2P@<oeRt]Їղu΅ņ[%}k2c0re\TMJ|DT@"YVB wXDB|\>_;{ޣ 9Qx@8fsFhhR_(z.0G?ŶUȪ*;R 2ZT8P KyXٿe'fJ-"s~v‡¼Á*TL3Col@4"ge1NPx+b$Tڧ)\|*J5pwvѰFeE͆-)r$CߵWsEnf98{T@bc4 4!jF‡E^@*t?,0'%zt2̏8Ʋa0^ 6ꧪ@E~v[[*3nLlFcZ`anE=DX^wKw]n%MqJNVb "ҙzCR#.h*{fЯ C&fvTjK>z[@MVYMlv LDI;m9 OdQ)IK<{~f]VTA̓5-ΚB o\9yʉU 7UՄ5zox}yu(RJ׻CࡱL0Q~M$g,D|-&b#DzA[QW_HzhuȶLx+PNq?]M{p#eHf;fqm&+nW%T5W~=4]]9oeG.YtƒAwB%/w/|mhM=J _KNDqY[|OC'*9PLܳ'"^Mw>#: 0ʃ#Ti/ soEȎM N4\נH볳|0|3?)@yhـW!?CQ 6H@H3,d7Je+W+w~5@hGf @& zxm$ _PW z9tqLjbn;*4$d=\HR{H*/ jCVx`8ҝ`MeaQ wj6ApLY!R4heRuMwFSQ940 q^6ws˄մjvE5rFYוW)s~مOa-\fya8hX)b}t'o^Q=$?NjJ_0DF_"~PGhs"c;!OHX|0["Y'o1/go,sf61 ͜O>MF1+v˜E^HGCU^<߽ [adsH }Q:d ۤhsÀ|Fޣ^s!~yU v20Kwξ~[*n5Iy\X-QT7^kpg*aҽx6JS5]I;|=ģhIfc<5y# 4 I4Wsґ)^p_B;Te* 'ZZ9 l q;*F q_P^mW+c1LE%X(2{a3о38]N劖!4T!"B>-eyDP {IS.6C-ʇE_(;H~W􌎺;[|J,U 3!Q7 A a㣙Vӹ"ކ?rY0fw>H%60ȫp<3X {D۞@u}2XNU(U'PCF2&-gwT8*dڲ^IU՚ci2{Α.!yN=DԶZ(9Ĺy FxS+C µq?koQ=f~$Ř=̌Tq7\~8&OHF^yj8ϕ0dPN4]z D&B!w8/=YGQNeex1Cx?`Mz'k)T>5;@ї(:nq{w~in͚'צc{0s#ްUG~{b>PE,܀FyoJAW@9;\bƔ pMk]dJhMu̱_7'%cySi_Oϳ"C2i;^;ݻ^Bd (d#>&|qڪ6 :,s<&:׸sF|LʡRԊ-3prxt^2 );%Gee_S7gc:IL5G|PKTHS9ˇؓ|$w ?P|)x8!w~Wnd?[ؔv|+;zj2\D)\} p*U8J^URaBS3q?eLzin{aBW2us`(؊dOdvMIQ WE$ZD&N]9qEq7g(L,&wi :kpx8`OS:g D:͊YSxaRi+͇mECnq1~XE4AALVW:X n 3Z5$u{q<鈦?E[0oJOk%ûǔ5UfwҘ>;;y"ʟE8CJ'M&az V!'ַkQŦJzDsTDv+F̼r0Fƞ="{<[4V&Txq沒gi]~Izj"Ҁo:rJM} ~x99@^ٓ ;4YAD ~ pxj W"0F ~JcpEp}IW}Ff)Azd&ǯg#nL%*|Z{EQ2|z6s˳thOe|Ih /XuwߊR Ay#_&-#&ޅF8 ?r/Q xAـJ$p0(ដ/{|Ja#A 0uNtQ|Rmc(:߸(QV4&4so#Éw.y ئ0x=4jmpOIWhh/k.(j%/uȄf'&+ H1{ j K&&*(s$(a4䈠d~EJ[a njS !f1 fljI0l~ŰW}`&OԧHmM)@9d%`XUG-$eʳ& FIrq.<"U2~iE #":(u׀vѸ#4kɛco|զ?4H[~Ї(r{8>YH7Rnisf#†G  X!CʌCޝJ*㡝d-)''"XvnJ8G$bntcoφmf=7pcҗ|@f9ŤrRY6UBdOr71zTy!#l$;MO @9WWST+@o=kzZ4yf`Q:B%&SUdG IDwcdwua|5;$YYb:xGܥk򽚾wp'10}:c״#DFLT}A_Kdj,*裫&skj Y’PZҠq l5nA5¯ɚֱ޳O|DbZ`p{1:XSV>@n9([-?$˶*.+ ^ɝUet&,4cԛ KB / J'' SCO$Q Q#y]j@QFKveG@V p2nQ+!D%s5[wzKQL@>je :O/(6K?Jߋf+$iJIAsnE/M@ "Z+*j?;ׁqX?Ձׁ"^e#h7g !WiV8tWlp@ q*a?:g3}Ygdgn8pzl ;%?S%Q%oMrB&DjF6.;vq2a_а Nڤ4ZY˚X]N/`4@MHWDts4F|7g8wR5k_9aFy蚆rşt}IKߗ{T,Rѵm(ujȶ5u,{m֪)fà[7UӪ~St`toqm㹲%H1?~KyPsd-@l `B0EQd(,8=nXq9َ(T}6GXФާEuN/Ƹz>_us1i"g5X8PwxHl`϶wXZBvJ90>v/SnpCX@D}ug$mM 8yFԉF F WNZn`4/tW8UH:FIi PZ.hGj",>o."ORNOq5Mo&B1^hD8Jq'q' blާ]!R%t>3 Des$oWXSA*W{%Ұ _$I͌.{kGhފv s7 H&wTNRˀAy-ҫlrjH RgL lP'A@\.pq`YJނ4332d7Ȭآc?œ=C.1Α?:%~s{I m ,Ómd6Ed#=J A d(7}O!zE7'CWxS_ e1lesX$+ /3[7 J2?h{JӤmV ,^0U*MD=jAjF-+?8EU'I>&oN'df<,_EH5~b1BA! \-&\a+JnSY5k?lKԲA}G-.p%,ѥ =׃r=BǼ$&7S( ;Vq7|{*C9Q6%gfamBn7s؛<2ZUh^ÊW{*LsR4+"b1;2}&S9hBT Y ϋ|>1O)az=LRt6U'j '}[q>@/FW,Ղr^nSM-$ zeC֬laUzbsHxN@GnPjk_!ӱ4,SZZ 0jnsGxvDG!HqmwSCs]\<mn(zsk}:Tpԙshpfi.n WeX>v^Y:߽{+۔.#.}Κ?|SЊnD[\?@~̟8WPr0CCtC%YV8To&J:/C~M@g49pL%b(!r[8šdn2ǜ> 4-Z"iޅ(U{q W1!F04pX*$94gAzYBqL;,6eGi IIN1FRJC\7b*z*Q~> ̒ADXSM>Gb2T\V<%Ѕ(kkZXkE|Dd&sS\~]Z#Y _Qz :5)X״k1',J>bt@nw9:z FP~r4z0ũ k<[5~iZDEOtňȢfx=ߟI|a uX)h4„YD^UT",_*$?\d23^0d rU-pT8[XL'|yb0{{AFSx\i`g=c5 X3/)0ҵP/~/\fujo=DFɆ;"Kg_k;$k^axl}:ߐk6b6fu.q/9<*/1o$^J(xӨy42}g7aNdxQt!Ԕ1ʨs`vJ.1粛q/u2F}&©@.|2;#V'td ;Mј7Zz4>Egmg^``;$OmgDzdRʸNVڡ¨t@j(e) #Q qY?աw40pd( 5p77M VhrCK""Rl6o\ V/it9+[R^M?t3*c| a1':T>:0vLK'FΆR ||<36~Ǵl?Braefm뺷֩YYk/|Œ N{ؔV;4r$ayEz41VDўiIE3_.mw#e@wT<aV$[zȠ" (v%k" BDgfW(ΊLT@NSMczQ!/̿'z4̰/&jw=)ZNFH-^^C碛!9W-P:SQ!,[iJuO_zý8+4#) C"o9D@7vv$M^W97q?DX`q\ Zib<䕦pa3S-M&| S`p0HUJ/ b@#ryz < `JĦ K,sːm\v|Ez9r,?y'$2Go)Cl͖c,ҹf=F/ ̌!~ͪЮKy+쑩\oBb< e>kEG#㈌$㞒7e9->J/q5bJ-M,[2!p0䖊NSߓK^XlI/H0$밓'f7[D sowzqn7燻fZ6fzb|/U5}zE.@"e >ڹ;Ceܷ8-j !h(/`,[Oؾp5Zk1$~`/ ]XX-3fz۝<`8^;ݱT?(QvGT8 Թ1'ey )Ჲ@n0?̤v=acu}˥M֊LD_YuCH 5 @ᷤx) Lv9i |8M/wV jRf"_L4w!YfЙR$)z^uߜٯDOCneZ k`iN\TWriZE-!D$ [iAi8 na֍KČlN~؄Ia6s{"n潑GYL cj@;ٿ`Ra;WFt˄^I+k\>WnQEmB| Α=-zˬ,Z_jnB0x>'kWU c7 ]u&2`po̢c{Jn;߷D_Sy1sP+,lIa?Z8>c60@CoUU?i޺%{rqe45(01 hssʑkܶҿⰷrR/C' fά$S#4`3a/4>UrC8ִ }J{Q5%TظW 4Q$~4rkH;`< ])'y;/~t.Glw ٟf $N^JGa8QNr Aך͔[x7m~€ P#;M~:v@D91~¼#O2v>eTq2P=ޞPi@R@”]٪w`, O88Yn^v&9 Y`Qb0&N+ư&jP8<5 nQ4Ǥ_~GR l0 7Y? OtsZP9 eV?_ҋ@)nձ>Wk;PW:87xүKeSבdr P'rFo#rmnSp*]zh&׈)_}lލnQ$G-1YPK- ֓sl&ݧ)Zxy٩$PȈŝwN&HPf[= 7qQ|sfR`h-6 8C Ee8#oG臄 H.hb瓓YNUDFU#$lWaՈٍhh6}p&ܯH' 5ȼ_pOMۉFY=9S&kqq{uxHEHnlɬX;_¥MgEDxT:BV"k ^hTm*a2:2C{´L3{g 0e> 0F?""sWTvg~u A:KuOCf ӄ٧m׷p;s=_Pqj:]見֓$;T$1R4em۬LpiUh9 B^(ltYs)Z_)R}>GЌ*k3|),M(29NMF&0Ms|ҫyi13Dĉ}~.N|S<^a}{+gy K݈佽|gfk832**=KX(;madt r w̧ZFj$vpEBޥ$Pк{"j D[儓kV_SAN]lj6(Ϸz"e,RۑoA`1c5ARM-;.B@v+lB]Mٯ3kxkKx@d \$9;Ԋ(RHU)|Ԟ |%5[[$_e(h+B)-ۥF_Pno؝34QaG\6Vl4w϶\QG ,H>d U8RnH,f\{]̦Xx4$Ù%NHvP)#(lsJ$" Bg?y?^|=O-9I_%d|QoPCnl{bԚHW/M`rBv//\л'{` UgzOE,ȼcY:Ka5KH/LJ[x'Z61ʋ,wEZDP1O8CѠr-Їm3}HzЍ ٶi$2 cQmYBߊYa}ywۚ?Ctd[.@R}Era4~KH!H͟gSؤPeMI&~m%3ODpk͋#DV|` v/m ĩ ,")y"!- xc,7j~oYsr!NCG7oR,HXs]3S`̋)<.L÷[-~aiİ;O۝YKƽr}ӻ]s xlDG>;MFȭL#XCkrPVLbȐI[ǐY՛tk(+ؒ t YBp6ۅՆ9*L`sU)a8z:#TL8 nMSdRP*!Cw8X|xȨx~"Ahiݰ âc # $egq( <@zz~yJEeemEUC t`]a&^a'3ްQvtͶ缎fn=1$v@7~&Tœw̴R/RfwxhttyĤq_/6CEt:^')q&MR]r5 !i,7v<&wJ;$*ßShާS% ت]w>EEjzczK7J%ˡhuNoeǨN M.woYS!&mWϽo&U%zbb^CE>_zAx-gYJՄUZDGSX/S}Cz6qD/3'|=}wݫtmbYk[iEO=Xv`ve8-u7=|o'p !/3$_م fKQ/H{ tW_K|?^+'=ީP5c4&UsKyCDqor/UhXmcdž.y7Oμ[[輓[j45pBjEJ"޷ IJɏnq% s5̓G̣.*`x[ NtHH 5/9Hv8#X:mR{s×V<Ûچ)Q1 WݦX[7 >T`$~$0Ncr6#H8ɍO1l\ {TUR Rub$.Oh/>Rzd¤|z 6@duŮW ,#f̫,N$Wv#{ASTrУlu۪fLS"s`ol~!$1)rW"C2} cOw#A:e,Ӏg = (r QCWXLG?m!/PZCCV> _H!^zaS>yԧ]C?8{n0G6~#PӀQgt>!K,U`e]TșLc.DWLvm48PGbCRZołO-  X gD)*D' ph$d}+0ݙ/:E{:X82ݥ ?o} AzA!iwwx]Ƀ(")C$bJ!qхPҙD>`O"9 ȳ f +Չ_EB-y{2h@G:!;ZV2aA8 @'gKlEbםjîXn{ڴIjGT4$%tAB8c/ahWF c%c1֮c=G %?{?=A r4{3,', :4e mi uQ7;m7V냗0e+Մ`~Z0̯Ryܹ@fLd35O|gceY@}iӘciB_m1n( lfZ׆Zƍkê,QI'aP:bGlRtNsAohyb(sQӖ$?oYʩX9ϰ)[zMauQCr>{287 e(ꋵEBe0~3TVv(a-80DR+3(;C.xsl|{fl>d2\~ewh1VS?Д!"g_ >!$rt1q`$:OpGJlak/ǻm4Jr]"HMҝ.M.AAz7wU}ἪB?E)rAnQX/9r''wz._xR«*]D_EQ܈qx"dhWf^dkK*Q@YlO8ɹI#YA].UƄ xXZ̦jճ4c0S㚲'͐ʖ84qԳgX#U,|5@xQ;-ȼODvchIJA#G:ut/m4_0ޟ7hq]~\˻4ˤnkU! !S?erX-3X%4^>|LN?-N->RKX(ա \X/kBG κ-r@7g2f iS2Q\#t۟ eAA\"7T$! jɢ̘}TpX7t@wVVN.}x:TD% AZtŶ'xn*Xzdzp>xf'E^ |~釃^g,&"kioZ(?<nhw}f`m?NckSҗGr%854*|1T:l[ݙ#c1R]zNw ڼ^_2w|%&U ; AqNHyB ޢէ :Mt:ꍛLIkB9!IpVdE2HDN|.SQ̾M^ _iv"0.mRӎ;pQ]4/1QgM\>/Y R Z)(k> .'mN\b[՟ݾA_:3s8ޱZHKu!4XWA 7YlogcmXr9-5NI9!Ć:\GS8ՠq]T2So5]۲ Rź~ZM C,&v?ܻΧ`.W֮ԉ'ȜY_vӷAu %0e,#Dv].\\c'rB{u "G`,혒Qdd p׍Viqʌ(Mnl]x]ʙ  |T/waW 4oH?@ *0+.$ܤO&cP)[ٯDBY6R\ El$Ի%EtK&#BM^RhҾ>zWv6Vm:85v5F:u2vƞwd DV\=evt~fPɗMfGK6fZvSQum1{ku ߑlD[_^v>1V|YmR.rli$ņ-vm`G];j&Y`I`\ cEjшؐ>kBiX6pkC7sﶶY|'%BXTvmdw!vԫw߈Xxdf?lirAGxT'OQ#C#KѡOwC r{,`g΅1E!!i9d& =1qoeEK!홐k!hi*ksO8yC.2;:cE0"_GN8U(ïN 0%θ?;)o}"#]0-X=ElYdQH. `Ɋ A򿟜0r'rL,JgCHm,Gd[/o@h120A!o"ꦟx o^S2&K]DF\zڥ2Wp55%PS[4]N4*)T\" #V@w:!r6p{ea]0UW> Q܊C۸ad2ͤqoO5Ovq"{ i,bܾ F>Y]Ƒz__4.ÆVNR]JĐ#ߍFDi/0ܲ,N'`aDSNǸ>hNgR2UW9~bqk_j]K,$@ٜ ,R+/eV/xID lRkhYS"̲hRh5j5,VSSD F!?}O0`E;9Ni[YrAۮ`36<&@R1G"-NDlGaA@w#*I _Š~J?K>K* 9sgt[ #]k96RSUHPa 7.ZE{ x':'.lCt>)x\0?# mv~/(|a6 (_@GU;_' Bgh<VE<,YlA8yt4=`cGL@YҖ4, x]bD(| =g|2FT#(C]eQ B<ydK_91b#J`CF"2R=23bj/kBDL|;w[z*yۑ%:O ¾-Է V)~2nۅB<Y_^$r^/E Dpj',SI2 W6'G?`rҗ =g It|ow+5 -ؖ 4IF2w txF7܍|Z Hso%$C=ɓ5C[WNrxoGa#:Qr3uMzϟm>z^pHD/?q)yɦ1(B;1C PǁP)0|O `1Vj"`4's2 mVN^U[ǥC@!kZyMsC/$}x׻3r4f_\r[#sp@% z_äCwyjX~W틆aJ,/V&'g9Rrpٹ[qN$5fqlhv!lVNދ\UHZpP" )aNrGUN& "8"?}c䋷-@^ uM&!Q. ѹ Mut.6k/ 2OcǗ\ZPy~ZSSp_l`\$rI&Eiw^"w-~drA*#u vv녥%)wa(P\CO]Xd0QNr{F%vq.T6tԲ98j 2X'yWqhFB+,V:k"JCH0< ; lT]eu%aC${N<'YEEe$jUuZE(`sX w)~;Yѝ9//u*Y+!}y#*#K(T/;8B.Fe)oؐi`Y&+G˃ǣK\`4O/g(,66ϗ0`GC ˫ hvMgl"&$8 i%ٻFf0$P8i_ %>d 0&T;T_w E`;GifU &"td~qA~ Ys6q;CvQ{I76M5̈́K =d5n x74JK( x.}ryoHS| cH- Yaq`6Q4D/<" L1V)V_PMX+FV8_iʶۉ.榝l!&͚[Yy0p. }|&.w p{%R6K<İX(SYTy04LlX`=s/Ŗǵ.sM8:ggQX%Y#UyW veg|b@)Ser<1.Sf 3EhJcՒc 2e+ue`.U嘆$t;%p-p%bs~.]~h9 ڕ Ċ©eSV q(^E74jG FW68rrp;\&`%h+10Z ߠNrB{{6{$d1(`t6p/a >ɉZ I*z*Dg@T=8gV|R67dgv(k S2`I!;2!/u znWnKEttDRw}%ITz,ƽeRF?'s")Pt­QP5q̦UZ|"S$@=8ONfk`d6+C l||6 bp~0+8b<eC@H øM_ 9 ]Gi^dEE|\{?SܡVmQ3%vvsŁOǁ.rhfk͋ݒ*XG1ñB$Qc1 }V?6f_j(?b|VU15MX_+!5ya{ys sdkAh5qs?cd \BstuZi|˒.A!ۧscpڮFR× g]%J+CQ~csS q}F,7-ub|G 7ܖdĪyQYv NMƔx  y[>y!r+<2TUji^Tj ɲH=㿌D7e6 %3 )pfvLt[:Qxwt 7DZ:](`BЅ(ǃ:!o/du|dž~{I ߩk:5)7w9V+NTƵٝ=1&RS6vMLÀJN߷ffP4)ť4'~J.ÏOan}ZcN:\[@s=+uQ˳ꥅ̭u RD)$"Q`YIiBMpkX}B9 Qƈ-hݙ3/6 ;S~` 3`(;SUԻF24Fk`Ñ _Lt x$S<{Nu01LYKre^+F@N{- 3eY"ABW F%^ov|,/ JH8xs~X-vhVmh{rU+ZcI* Q,M~,پ4$X &^^C߽^|$&h&_3?dD0 ނpDV炞 ` \ncd:ڲmgV9T '#ߔsyy*u \)$&({B*٘f&&dw?v[&xtֹcM}Pۑ8uqd=*eE5N6F'R5*72 /f;ד1nF-v:$A~*ᯮCs(P4켨LGyga;o%3 ujPӧZ&CUcRJx]cb] @agBJ@mӗh\sܱbeϩYNmPBh`vV4/yRaSdP6NEwe8܁!hP銷ն1gl`@U,o$2gX'2:BXbIDܦN3T=5* |L;4p :u9ZW&MQwoA*#8NX8bmuk&(ΖbG~tQ;JME-9 pKxm~=L ]oVZ2I8O>y_~܆DWmq1 ` { k>07E͠˳,75ޒ8GKcү$Lc#˾^2#= ^HX^4o0_}u(]oV5 ]#ap_H]y?H6Od\T5E#aSprzAi80@mJgh.LQF*a^υÏu\ӕU[vLp2 "ӈ'.Qi?<@g+oFS-u^Kk:֘ 7[_J\Jdj 3lxUr䌩[K'5qMYJw'sB&{څ9QЏtJrq5Cebc{r,J͍<.-xD#K{1O}ʞ-`$5jK**nm'J5G]2X|g3c>.['_uc2`hgy,l@f[H k"HWŏJ=x37{q胩S=pfv^k켵֫t .ڨb'ɘƝTp?eERRʼUV&OGm_dً| #8rFҐD6)_'d!7,_>6|@IPt(g! a*_bek/~jKe,0Ph`w-i LΪ <3fÁ-> owQ Ȱ$fír}!ŅAT8b^RIoM/׈!SIf >x v4z[ daQ?vXcar"MίZyV|ɵώM0;ێh(LUƸj3?E8*E/'~ U4'L~:|ķTP￧WS@gmrB:KCcNtyDS`uo G-q6x)iȆ`%T< I*iRFa 2 {e?qR' 6VgS]:%w17&T.دcM)+ޑ\)g"6$>*HsSWB|#T#qoi23 qʆJaEO?])E>ikaYy.j%<{1(ЧfsSН1ĐAð,ѼP 362‹=k[z Qgk z}^::/Hb'ZwR6Zq+I Œ j ڜ9nO0q+7'GLa.~́^`ǢeYE;,%:\"&WUd<mnƈ$ 6B;Ts;+̌ XvzOr@Gf )d j %#?5am_8jۃR;bz/]Zj8 m;M3+Z6tʛ?P?eS}_[i`@oB* me%QwWq/l!WCUF`n΃dJyf1@~UQ,e}4Џ|VMnB ++Y @z 6rMw,yWsSHie q5*Q]0o" 2{lQ:)%8ɹȹ:p-* L9u(M<=t(f؜N(*nct"/E.)n4c]Z>}5PEjSIz}0F3MUK‚7K*I^ҵBOz_ Pjq)9rh]G#SHץSxrO89x,z9.Z: %pO ݯe*CD;g8{ùO}n:7Mͼi-GϨee7&pnrwA%>匠IױZk==!FىM/Q:Adutv>'^`$қh.Eh]l`wh 8i@ecTk]J[AӯXk~4G.g҂236&;jLW2Wc%e=ql84Ed^^ ®O\۫п*XSz_HQxA#'fo3gcHLdR\-G˓-QwȈi1VgSdAYޯ)0>,7sۑ&/l7l¨5c~R_~<.h#2jv=*3ȗִ٦F3/h;ݶ̂e Δ\QϸH+Yc/`n*DT$bRPoQ@v\a*P(ba[enV?_l9&v |a bK$XWy}M\"xT3TCOM]zꋲp0+ݓVS*s2zYXǪ>^mR؜)U|O@4&Ǫ<\Zx'&Z7c]X$f7MsKNB#^f_rhQh>Cs;N'p 2P熂2̦2W1 mciYQYXwچ Ş嶇)]&sۜ ֩f5H0dctix\HNW64H!M#Ȯ1HҪe 8UKO)j8\.ǻҒb 9OMC,IBn3~J@SflLLVtwf>|bo,8\XhwyӴuOl0t2p_ß4' qx!yKxjE¬3>=HW7Hjp:&l_2l*Ɓ K~3\r:LB(*E"Ŏeݨ*_60Tq9 {/n^Fp5/O`k"@p;;2=&Dd\Us`dljGĬBKvGI}E!mA0D[>J0-)y{lp@9 П2MaY,ͽZ44vf<ضu'^ XQ~:cпFu瀼%, uP/qMEcۤ-DحPyq(v?GLq_{hnqKDJ JSI+D渦o><,,,hd>v.:/wJ;i$pXb7#Tm6:r $M>ϽdO* %W nlRre`=J_Ňc7IDE DV& +)ouN=ߗC_{A~>p:Oz<ʯ Gm(dsAr;ńϞ5Xk[ׇHLvqP@jygDZ *~S yוb'letBIowPwͧrUONJzVy?sα[I LZcy).F@)\#+ԇw_J&])[ ZR0z_9%:销q 9H2A.>8`28ZF~s )u(lՈP{GR \Nz6.dxӡϝ*l˾WDyL?4*X.Vla󄃚EwH< GJ+"w1 rRP.p4F6LNbw* |fų&{"8m!c "W۶/!C`*,Dݭ~ z|rłqtqrzEuR)U`ÑB][r&X)ĕ$"m@m y3-KzA23tLV0i-Uh?W-ZG%6 rhh oj\qcѸRC/=C=qpP]Q6] DG& %eAV'J#v&O͝_&c6y#=wIscPǒBq0 S9Ei}js)7Bs( S32v,i6ڼXzcPbU/MP> q2l&V{srM1Jdu?g>OnA 蔆 Ro_w<) ܔTH,X/.B&hczyTjNc R&N$bC$2ό(~~] NI\yT_/z_.:@&}}N_}CQE ܸ;M ̀bLӢy(HtV5Žr0n{@זcEvVk:lז:ň'r*Ue\JO2ݺQX1}]c:lL@/p7GP 쐔TR':f7HZh&*+=lnjʇGt]PtY)CbL4T^pq!#9DEՕֽ牵 ¾3BۖpA #ӂw.ACЗ ePPanA/HRuoCVF3ǫ8+G#wܯAIC^̙pKFۭr穫"s?H#"q)r6*'R^n{^ZzW.D~ᚦ"AVD`ԃTBTaֵʺc?-U m5"f/z.>$P ߆k8 #]!T/_g=%Ja̳„XiYz(tm,9o[YecvLw6]1LXY0C`JL2zR42+35 e?HYe(ſ0R4×[&E+{s[&4SSphwzkHi=cO@oj\s^BR]ߒ w#̆љ@+wo>.]صs,׎ Q z5ecWdZaF[*!i~1a-K_q۫6PՂ}ףO>8ui{L`!ޒ8ʊ [ߑJSE5'걏z, ƆͰ&wLkߞ\8,|8GHUq>PƠꤩ1" R1ĈLswЈ {*UOv$ ׆"DqRG-A'mNM޷= r"qAHY2 8C3`zҾ*-5|œ{űwE 8'9ݎ6%2@XbJOXo՛kRR|%A%AӍkQd3,2q@ {A?çy(fPJ9GUqTuSI4nR&",B1gvoYwJ~/[QOzAb'quEuU7 \qOnD9ΖpMk+?uʼnnU~bK1ITN4[xR%mz~p@ pͧCxmEtw/0oPMcy<(+x=GS  [˛5t\Ig"xj` %>լph"7pO3|zVx֎̒A^N8R&n.KYUCd"Aa͹ɇ7%t5讉ֈٰ*T^<}EfFWTF5ZK>Q~'({h$25^!E\]6+#Z/j[/T vE7+M 5;y9.L&Aƾ[}(auPr<.v|^`(G{*5v$u"%gȓp^ j: ZP"%B7YY謹8}JLǯ}cL>iQs-Yw5}TR X8u,U\ WppuzJ??WHr/z֝.g}@|2E?`4c}$kDL|9݆{nGi3k sw;u!F:;Wa%Qc&xBNy> XӼ'd^OU TJRpsWA@ =2tq]}!56!xFKU@񮕹BLEHК6֧1I~b;Lw@YIӅ^/gn?a\UJQAJެ~:+ 1wi^Y(s[S8Om`#&[/)ڟ F[tv 篡/Q0 $\iMIV᎚AJYѝs~Z0BKњϜzzA\p*H(R-yV GJ1eoeVqmh*"!afMQ$;pumi&PMt Y!9A{%CSq'ㆽG gy(FDoVbݳzb/4%o;}DS<Kx(,f K`Xf sjŀOV%uO8#e."-`)YCֱf &KA `oyyZD y{|>dmul[$gwxK~qlE9ŠqQ='-eo$9ܢ9"|V #*ܞMh|c݂b!uIUUnS8ꐨA#"k>H\:ÞB:hp @f$S«s_7ghK=wy/'7sS\{kṉѧn;v8yɦb聛2^$!HqHbԩ{a6vϻv/MJϲBfQh%?']ޏ$2rU3[-i{kxN{Mi_tx;}Ol5()]eO9)+Nrc6|v4}G^)p$Nxw嵹:2NqlLǽ%LfzŸ]0d\`**щϕ,#E8XwD W$"n[EXdžDv1kL)-lD6GPrE˵, NRaĀQux/d_Ñ.O: E!rS܇_,KbK4ri=Cu~~-^V"a~ɦmJ) s.lͩ+tQOJ)9W~MsUTXoc@M RˈV `54(8)jO\3:/qp!|^졜WAPGhL:~; =%2ZH0F2ZQ&GՈMk( WRZHUd Tħqpo,V }bbK57WTtGb XH \^kX'YRљRT8 ,Nf*[_DN+tlEVQ6@..<@,GIvt|@NVK.G?$mSvUn7q0*VXfcn9908}hLP1_ܴ˜-+NZ ~'kvyQq)jZ> MM dYAur(B~sZjXֈ^'_B-eONQ<072 Pqa&MCJGC0NkXDCs0̆1ޖ5+ ر cи!5zOsZ6K#"ҽfKcE|Ta\쏞hpԅ[I+1|;G/'WP#Œ#'tJC cqvLv\H/h)?$-ݭkwPBYSސ)ĆK0ߥVod˜>z:{#]qSw :R+qD^I1&8K| a H(^n 4ux4ՏD_\c4RG_KŸ9vFW\))*ޗUgMQt2ra>ifN)}rj%z0L0/[mVmF{!Sۦd8**?{++0Cᗸ|џĦ U@⸩5g&dt[?;Qm$;Q9^ӂ@^ H Ě]Z::6h0xWFRB! !Y6#,m$. h퉴HYn>]!6̸WѕPw1hyPo|Lr? `յjx3+M.=anͭMK g|ZU1rJس+q,wN~l#LZ1۝o]q3uvuC h^}/B{l'"ϟT<%Ezޮli#(C Zu ̽0v;˾-IotV7)N >aZ? "Dblyh=M!JIE