libpackagekit-qt12-0.5.1-3.7>t  DH`pJ톶/=„Bˡ1@9;h2mvo0W'r3-5v&2;C48zŗ=jY+m,=P#~<^(=Y5N U~]*flV|z!L'yW7ҵlF.|ͅ5 Sp{J+z>D y7DV*z&c*U=q|IXJ 0A2=Z ҩ7s?sd  Ppt|      . LT^h (8Q9Q: IQ>r"@r1Fr@GrTHr\IrdXrhYrt\r]r^rbrcsEdsesfslszsClibpackagekit-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.J*build34openSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgSystem/Daemonshttp://packagekit.org/linuxx86_64JJ4256f8f8cec0cb3e22c2f181c9691415libpackagekit-qt.so.12.0.1rootrootrootrootPackageKit-0.5.1-3.7.src.rpmlibpackagekit-qt.so.12()(64bit)libpackagekit-qt12libpackagekit-qt12(x86-64)  @@@@@@@@@@ PackageKit/sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libQtCore.so.4()(64bit)libQtDBus.so.4()(64bit)libQtSql.so.4()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)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/ldconfigbuild34 1257080362BCV0.5.1-3.70.5.1-3.7libpackagekit-qt.so.12libpackagekit-qt.so.12.0.1/usr/lib64/-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-PackageKitcpiolzma2x86_64-suse-linux&z^.=_4Q-EEa?] b2p=YQD W}?Ahe5%g[N{@ :"zĊJYoT[BvC˰6\e-b~~WH)$ACVVl7V+-Jf$T5G6$ӕ LF2OݘխZ.L/؆S=&0SpcHCA!XK J  >+A &qX1v֌*sp*jjD8w#{78Z{Oh~ yax]ͽfJԒXzT!J.+2@ӎ~&sSŒȍ4 :{^rL! "y*cv䳹Fh~45.w4{׏ڧ.@r)]lARF0!8(USRGʡML$6[ "LЯRR*8R(/v#DQuT_ze!DlKWmO _=b!'3'gԅDU縛^Y$W gݓ=kgәټG8]D{*>Ppwz%Ѻ fI+2 T|u^ dpz7,n*J&7ZvԶm M T;9LzPrݬ^~9 V$@MjL1(T2i %!)M+yFqНGژם,HG܀FPy Pył=bŰ߁X}qYLhxct)L6. AM[LEOg/MH.ب#='N?˹\Rv834@,OV^Vp-Zݠ;[1 vl0"%vwSpCZ >ﮂߣ$W+W.FMGnH D7kf9%y癝\P p guY1fC'FCG %3Dso?;qk~P&)3x|9HKVdЃCsT"T׃.@=ͣ7"ёz Bsj,op#q=N ;2)~%8M݊^ 0"ɰCF I7X ] nS.:b3Z2_*^6}SOE RwkD|4]Չ]{ڠL &0F2OcxY ~dܑ=dl5g~>Tpl犣·?,Z&6]ꂕǖ%f?/j 㠀"RӸtķ/?e'pn2ɦ_p"]T9sYc'g%/5ָ!8vNU"HP4/Z/}I-;W 5#5~ @mʭH'O k ̆QamAQG'hwgiʲ@ɘ[Xy -M3^{q.cGyi1O8Gj"ILHATP}f1w1Eٸ:z[Jަ[Uٷl(0/0x@C U\FQ\9/3Ֆsfsw5>*.!%~b r#Ywu=So I64kj)$:ǔfFEj߲G]uتJ'D%dAi _h/[&3 4ŁB)^t,TOw$v˯\"=Ltbv\qWfi])˷!nB/Pv+q6۫v7] RH-n1 P嘆+T̲moRKQdn_Ϝ_ְ)Pp]那%;@ZE sz󕞜rTwRڅfAup9app'XÜGJfԡMKqeN *ONtgK_4Sο_תU޺Y(Z1qy~;$^I J-9JQd9 (x\`WGWTn RkF0V1:Lx,>oS':)SS?҂&Azc|s(en:n%b8r͒Ӣ5AP:xM\R%H鍆KJ<*|5(Xf<@ANP!7K7Ljrw1 tphs|RXguﴨd"‘@=Q_ף?81]'ꅅ|R;XS{GA26,s۰crwEgrΧ?m7sHEyCgrRgiIEC-6T=2fOyxUHAL NP?O]=]d)grZ A.dO~4xi7xV6pk;- 1+@ &`&x y~zLq-1q,T$.w!PNVB@V&X#Y'{MT ,*Hi{Fi_YIOmTԮԍNo5?$ 5x'w%ng{LxRDj[Kt*Cœ29L̄ͿmzdKOaxڼڑuvCߔD؛1SC~u"#y'b3!Ȩ5󵂈$7QQ<%&l%vxMȗXF*X7(ib Gat5O<^yu%qrj)kk/hlK)AY0zY9ILT gQ FO#`Ҙ+ϲ#AJ+9˲"#)'\"ae%n-')'볏pXS5Q\4λ:6ץA jG127@W=EtG<:kcbPƕ7dROGBZVobnc !BJnPh Bxf3Q: &$+k,e]y?6wІn$?06q۾P*6=M ~L=ff ^EЂdc*x.fűHP[2~R^K qqGw߉`tpUyޙLs?蜥ؠv6 b Ac ({bZ&o eEnR}EkAvO)Ur,2 P%|0[f!y(4=7-ɂ<+D7`WӨ#$qN k3|G^< P;ߍ*.?NN>+i'TS專ZtOtoixHx_}u0_ܿpb;kllkkp"ZJIv łJ1&!O Le#=&jU ěYمF1N"ofBF wkWtEGrPWJxDɂplDfjB*` Di隁j.8=H*U+$ݥQ]l%+^MO355fW#=Q̞YZ:KG k`㨞g0`խDmNTP䘌' DyJO{r‡ũ"/uPMtjeCF+inSUBEs k7̨@\}g \dKyN R:hޖl@)o ^,{pBij¡^d₀NmfYn?fjP_m[@BPHBF=_S:֩7nTyq ǯsOPV_ MQBi8 >1҆_c5{B:v&/dL mJ ٨ހ;&7BJiz,t|iO;ke^IHQ4ޱlkSxf T}:%.s, rLIFCMΠa~C.`xKѱ2e4`sLC]Ga`&l %o%Ww ) jwP GӋMu[} CU Mͽ¨!`_;w2PdDp|ĀY[e'i\O  "LZ#(%ԷWq#'C& va俔A=-JjSz"o\ I~M-tU{XeLV+qob)yvB a'2r!e{}\X-# ߄=nHP)?%ZB\} VE JXa\ةM u1o)ʛykfl@}Vm٥ "R0菳UyLUԺiב?xƊ/U qݭ3b> e@0k5Ș*`=kS`;Auu]OĊbӃM`r,J3^"Df&;z_dhmS5ԃܖ?./t :uqE H#9DUb2H,Us2.UR{Va@yXC;Q0 MJ2fJ ttF*@k JM;=IA["Ƅy\(r?R%2Cl49bH9CmesذE/MqԵK=7bV^%}@%кda-,GBz ΍I7X{?7 +,~Z\6I}?1/^xܜ%joՎtW0tLox%ѭ-Nud9Y&6JmW)b/VNmCͼݨ'6oX^МEIuOߡ=>a;~l$n][iвXփyhpkGKocɓJN(W[+I:PR1 UZfC@)~$_,"< :{J u[2nEQmE Z*},sul&Zulrr\Xړ)WazBٍR~V2〯t52[NRM9PN>pLځq6hb cIJt?0gN؏K gA;ڎsE[bM-x.R5]Y nB(gq|Xk=(3IL8l-P_!ѭƁ5+L BGubVA{Sۘci7yٽ0f[.b\]j[mᆒXy m:֬DQaCR."!2}@E P:0x*-yHoEeݷ쌑F,aM t6[dO\ دNPmLXa[&'v9 z@wX>O({qY9Hµ1Gz:: mߐ,T`:X3@HP? 41b'+j;x(!{g) (r_IQy ~1^,TIVTKOSLF 3=b8FݥsNYtd80'Tt9xUv=qVAJ;e5(;W$b(vΏGd=OM1#r'SҌiN3`.>Ǘe& _!jMb'u@&+3@yq,?؂q%~y*75*&[X=tx^n_]l?rV1IQqzW#<ϴ,u !$h Bd jĠVq?OH]l(7p_0rg6JsIh>EevY1uM $Al~쥜^ JP|H!u|J!Oˤ΄猪z6]4u0dRo#9IQ^-$u̩ }Dɟ& i>涨%rrex$_!_?S³ ELaAkGd=F*I՗l=B[$.T`y.w iMn=SlΗKj/|%!`ׯxqLgP.@= {uhO +Rgݫ~h0|z69a*::Klei(HAjtCT#(/*5OgQcmnG$}hi^- 7NaiWa!U{6buEr=D72*NcZºхE\9F^᫘z=೤O?;pTUZbdËy3 1&2̪x> (y>ɢX:dYj2Fv'8h[AӵA +uW}osmzςـe!W;.@^KOD鱬;>ߡ%)B5VS]u^&"k<`XDCp hy]!Ũ9mx%&4Jv=^ʘi>1+{bfc4ҫs98"'M%2$N0=S B@rʼ'S?}LʒߛEgNu&70.jwpݑjHMl<DxnQ};.؈H:VXV;?=W ]IX{`"ܼ0)OM%)ȒB LÁ"0h[DyQ&ųV$~?ASss6*@BPԺZccU8 6Bs{mqC})e po^aŝҘ9pӱT:EM6MfwL̫6iNCe<剭|fbN>CX̑r:}_LN|ܬ bwOɆbiV!άoM艏!-Re}ӧ 6]?71TTY[dܨ9M>5i,?3A Rj164Y@гf4s4uFJUwuTU6zV &5#ݏx')&j>>7`>KT |w/jL~V&j9Vc}+eQ|tRF 7.Ͼ]?t$TAQ ~ M/H#dj 4ey]ɞqoW ]M" sLs"nFmpD+r0fHt8QYec g}+ʦnH6!UMnbuC[aL|H';j['rʯ:| 9@&SOu&?׫pF ͋12%%U-x.d HZdpjy[WXG~ťg*zK*.9P GZ?2EnW HG3!p]iÆ/d%xUS$24=~x,viPcEIKTT™3~]saAʱFb$ d!!$TFGzBnxÇ{;̫}a=rrQxV C"c[R1)Qx+ NLc[Orv;i*#oٿ42bttJ 2qͥښfK7U|0l\>}Ҟ#CLTik%6 ׅ#򙥽<_`T,`/+Y~u~AH'{n1v_5j5gbƺ,)tlB6 Wǒ?:a@< ,$!E8i`yӬu6{,nwh =юc']-tsb^S377[Q܉8H lĔ,S:s~ň;o^M$ٲ}Ymו]κGSşՏ79M oYVD2B:(m7h:3d\S{|q+3B;?gN}ZAb%w#hW8Oz"||C4jn3v !EI^eoDEl :q!)tS'Z'Q΢؇d} {lf6{s?Q['lC(t'A "TE}~ZznLEהLAYjdH+PaO[8XOj7ilu!0؁6K"Gm)!{& N}{ߟuk'Ox@hGΓ0ᔯU T4z5&%+h2Hu|Ą V}Vivo dv?>/7x}!)g#uI}St&>$vw2dМ;EUTu,wQ* R&{I{rS:fTx͚>d`~7CK9tRWLڣZԇK})nxgUA { k yXJlFh4Ț?C8iDè} [c辄zF7aRUKvh@M=+3ތT4‹rE5P`yo jn PH-XH1SSʄ|6'+jA| M P4ٍӍ-l"te%Sm)p4!p){k*_|j8̬H7*ؤEpÒ(~ƚs <@EǚE7nQ3[xl^#P[RA&G=R"P۬x*} ܗp/H܆-i\qɟ}yκ:h<~8flN:*<77-Oсt/02d7!;>)jn`˕oQ7_!2Fs aA$:]7C&G)ָo*V-=8}nZuRڠXm+zKxV:y#YM #FcG%*xЮݦn`J=?{w'tGRxSD\oE5K#/؟#Q5-PgZ Nw~bNF㲅kع b>OlT޾8hS}>uQ XjdgExJf7N!xgr.0Ơkj5:+~F <(O%8G՝c08{p;f4sf3y@$m@w0WYLuȳ./2~Ck{tY¿L5~?g4%N31p00x/p#*ȩ}۬&Alҫ7l\]nr6 @w1 nQ?Ό>v2灖 ǂj{=wҁr0TXw#s} SԗG}2܄Nezh`vp4@?7Va u QfTDKɿ6?<!%NHX&Ր&Y2y:-Zn)&9qX1jm=Q5 G`,~JƹXn>{ߡtt@ w٩iAuT-4yuN3Z-ѧ%]bwڭd-HQ럸I0]p۴t9MĤl:@Uk/ڑ Nۖ{@{rk\Cьt5R&P|尿rif͌\g @r}h"<{}4cԪL&UERr|zV(ɓP82^XÉ/ЙLFFL@<Ԗ_&M_k_b}H4|9D;W^ƒN1k|a*{bJHWsxJ5#+c4}򈛵+䶾M TtIDHySjf8oQx^8{y* V ='ѭ"8yzSw٨[8 ,!Rx=.z_$2p(:Ӳ/Fo+Nܞ^L_yRՅ*Ņ!_#}-; uɏ{LxX Y6 8?ȳq6(d-Qts/b*s:"|^$~hg~,~d:昣c@S\!o=*|5tI,QfM<OScenQW] :uI?f&Wfpl .gHqgJ4riU 4Xx@J:C:pGa#0UEh* V?_#\mi褠8zXL_Ens]ă~3~Z5Y99 O%a&ޑLR}+Gv߭["fFX3 7[`$/F%ݻXy J4[7=ȿǽfA;+a==mtAͷ$Kt+;|QkxgKRgٛH mگ=[*AֵRlUVr/4Iy'| Oa.XB"?rbQYåN 3Mř``W4GB8}f%O~7 Fzuy$\ďp(A 1dm%fv]udWWres#hط-Rv\65 =Э0f+M.V|. j|` ś q{qTiR4ӂLH%@ֽ?>ȞWqԚF*2Ju0 mByB*̳RH|8%KyU TM>f3ওފXheF>ysBBr ?ls}sq9t%3/-R'꛶Y6+a& ]gb!zfѱIE";&I@Iod'#Ν2G0'Ip3̍iׂfꈑr kU2YNŖΰ7?𵐱pp9O4lY"f^VJcT+J|A$cwP$xI1,̛ݤon"MULgq#eοSc՘O"nECs'BUK]灁edA>1$q̕&}!*s,uYeX񷗽Np(Ѱfj4_8tʨ >}:QH?.vJ(ԏ;Z/BO,sH]]{Cqg4/ S:̄e(:9' VA$Crb^lU.@0~z`׎pU>G7bu}%C-!&Y=86=C)O71 aO9I5h pOKo)GJŧeI|`i"A`!S,ؕŇT0nϘu v6hcXy8(1oA9!WCxcXA 8'\êez;qPxք1GBG'S/]9PskM=˱+skZ4XT=o^kpAXd)^QJu:dH?X"WQHbش*O6\ q4op eK_3'AU%Rr`r#Gv-0 ~x8w^`,A!׬B=p]r v~e`<0vϸ EG\D3Ֆ۔yC\!3@S6=p1'JUx^TfV4~WoUv% "k*[;Mt4%6HCÓ[dN%-7ȭocozoq@$v.  SCԧ2,qg6b[x0:1`!z3.]hW^2șEC[wpVAҐ{πqJM[o4fSYL@-F/"ë2sfhY¯KHI +uC-U7k!9|eWs¼lQu"gOVtfj 3- q>9x%un&ԝ/6} rUZh#Oi@]f#@ ȥFƓ.ky| #x DD<(|GZPQZK|u^ןA6Quk)ã:֟dHC7UʼDz% ZKgwVvj2Vl% 7CQ?5;cJ&f o؉TRٟ$Ufd~dn+*;.3}*KC+RX0({NG.gmTf*Ϫ#AF*\ >=K;N*i2.0uuuÞ;{bq*hYi2=jF~Sۨ(S%{;j)cZjp* ŦǾzW۽ݽv-{Ѕl~4'9LS`>i#f-ϸh2B*W#*j.uv*?<=)]NM]9yFSEΘ^s#1_Fcm91I)bhe? 6Slʧ8ޛ$eqȄqm$/:Dլٌ[+L|Z/㎷Nk2tntDtG:ǞxI- ga٨j,iYGC(eq\-p7aNA1}@Ap;xٞcΙ0i FD d$ԔmEU]s5Ph[—C捲?XeQ 2@2t?U9p̽&|نq0[_-.PԎpT( Ņ 6ỎVU*Y`0j;u % Em~ZƎR }K\&y! qO;qH{ߟP棯EAMB6:#wterSgs|ӳ.Mj$WmھJ7&^K&r#entfS8^1!j_]jcR?wqZ\^W [Y"Wtfz{icf `JkJSG?Ly]NDn; ,w=*½4}hAz!D-~gA*^wkqJ򾸛0Zſ'_DF+fKY2|%K 4b8AG?2Ӣ+4Yc!Qa-Va/i=78wi8 E/?Rr:ү, r{Ff"Oij6FE/Id C\$t'q~5N[*n;9K`!S[׻UQ&.3/dDĻ/%!*(=wz7D?Zam됝x' \+M k^ikfKe_Xu]粤0Dƃb2$e+)tG}1(y}\IƎcO贊a36zZe+ Hqy+gۿ4FgCghrι|8_]2Ixh! +qη!^ վϋ2EiIox$X2 ļz-֓'W"e!e[Th:rj*ط~K&7 k= F^ڇpXhNVCk+ފ>PG¯S!ㅠ8x6^PK%B@MxC#ŒsBFfvqZB>etKNgTqȔ5YX4esQ]I Ӂ7,Z|O9oOB2z4vOF B&c]x "I'1t(0dGXkƩ p0VMzHVF,-hEnsf/f=<$ 7gDZ8Y}r>iuՒR~zE7_3{h]:K2Wi:z??0[/%G ~<4e&+eiyfB,y|?B'gE:B^u1{΢CB]_ НnSoSkߔi&56;NR'pEsg7sq2Q^'HـWƭ׌RGbafP$p˯G`UE?Gl}{u -[p oץjm4<~x`PuMꢒbԏ{i)*[T.['jBtm/1~\p[rB83SWEE{ZGJ%pz]8؊ob~{1xx)%._Gůو9M"*-HtPuw$g!V$X s*uKV"q3"P+ٍ,nqTɋ:Lq*MG0mOQ<׺OYN1'[Lsq s1p1捶)&^hV)K*V9kp cD_h+# \*=w(ACŤ+| jf,hs(J.BP!\Nyʠ%cV"h^UʩW A8eo?P~w=YxPcCJI_Qb47>,qAe2cc2D`Mp5e_V-zҡWpwp H[U# QVSnlQ~,ꢠhw EczY7|h B~2+71c*u'YA;o`2KC:*i/Y14?^5* b_L[ꤽzhL#IZ!-:+(oYKשQ~F$xp֡wP=c6'=-!M9oBeFh,OhġMBB5"41 Hzd;J8I֞ Zzj+T 4BSyB0x@槄tDŽv|n̒Qt]ZPZ$F *`H iLJz QojކLYMN\Fn"RQbIFf1}κ8h:sz=5NSpHǭsXh J0Ŧ0oƆUǗPd䑸oӔTU=&˔l D,ӞE=q2A^rhgEMq߁סM Ӫ6m/*YWuLzץaC{v>|:h_pN;̵o.!6Q`9V<_\_%#`96na 8vš=DÄN P?de5~BY (7z&)KlcaAQv]:JMܞ&'}7]U&$uj,h3Wm|_u'3ű+Qmx!>ڣkA)[/dv L#z*'lV0*ZxN(L`)`ЬI爛.H6-ە8<=GK/%D I'%Eճz''4kH {:)DQwn_Cu6 /F8mNR4UӃa+(#ZќO kKSaNƨM-9T6v8$K9Ai 1*B :pTb#a;wTAt>’ܝOʤ :n{qjn(?)rDQp[h8A=51rεSפz! gX,؎u'@9_FNTZWDn/}G}^gMiC@3pItxKNS@.9EH&35Jl͜icn6~Sm)R BUqз 1#B{DM$կ,nWGu,!^{+qAR.M!T3FlK/Z-6zZƲ@=[K`qbqAZ,}7ݷSro~?(_,HP-[`i?Bzmٹ"=G|7 #%q-荂 gbfs3ۭWkD bOKLdM#M*bEв"'3q+5\ |~= 꼗;19в՟aVn~8֒ zScW~k*<0!#J"Omk[ӷ&Dw4GX]m6Ð'xV灪%#׹? ̺(s>~]s/jF$pXN(|}LoJKXxjz&lol6/?ǬDs*Oo=$KؽH "& \g3nvv 8NsǯnUW 6w‡/o q5ZiD_o,,a }1xeԀ8۪zi+ٞŚ@b"H@׀wi7X韁,C*t:K4Rͭ 9DHn,b[,4x-] [Bu!#žz:s؋x]esܨ[]OAE.UÚ7&z?xYUԐ׼{h],F͍`v'PwbcI[uO(Ƿ>ؿL=AhN=CX04'}B#dZ bC,QcBư'i*7,U:W~Nya/|2=0M*=Xػ(4˸ V^3;XASEcgWddv$==UodAZ)]K+{I&TʴQ*]IC}Ai!v] =BCiKm.O3-Dՙk ;򩧎qX9g-]$K7㸈DTTR^/t^ C>78iܼP:Y+\T@a$PבֿS֨~8|sK1ԺhW` R\Bt;P}`E v> 頙W[ʥM#*7\T;_3U`'{!x*RԠY *٢NZmdؤ\.m6;N-7F%3m.wK.}mKfŒ&g܅_.u.}4q^0{u(%NתKMlEģS҈ϵ~nTxx_iȵATBawaՃ"J.CYMx 4R4EDžl3 L8?0h/[= #Mf/ЀaEmo%)CI)n:O`2@n]pkûoX+A~6I3ݘ_{EЍG`cuX45G/|a2[Dґ}P+Dp8ZAʍ[FZ{U_H1'aO2={;U:=C aKд}:tǬr_vsy7oΘo!Ixs\X/LI3ڶ p=HO TrUaflT"\ḃIOZ/gP1[|d(Sh~ޮs[dg2c.zUq:=Y$I`:5 Ko@p˨ :`rf3PAz@k!'Y ~di9\Liˠ)J ;8zpdrиuE}瞱(ԓXI"1m7iˆ)R;gOϬj:c7\/~On*1n%"+jxQ)kSWωL00mqk%"=!#up AڤQpRzn|ˢ0œNG~a#Dhg h$bU HoH*=`%E,)kcZqf#HMFr-~7oؚUX{ك1@9 Y1JKB*ڧk8;:9+N<oܫ`2*l78]ӸaCor;tSm`hoyjjc/C5J^y) g,~V CI0acfP73q6W^޻n2o`$V%ޚYGcBwMǣ .,Ș#J(0-+s]e)؛,'$zNj3վko`T8vTB&Db_l%'%Szi3 ץ v V8 /nbI#WNJf-LpeL|Nku%ZXs@0 {Y-ZvY5F ;oiH BR>'WqXiRE D̰Gn<"'"W_4, P|`'u>l439x0DB䄏kG"h8E=@SPZFJSi)D祡7r=' G:9!#3hFetŐ,'.}hxyTDY\:tQX9glKEQhe" ,oc/Q垍[ɝힸrALGVnu-4;Duן>pop#@qςL$Jd?S5IsxŗMD)1.>3 j+!Bǜ⊃;J&V= 8Ex zΗӽ}w|xP 5];b]|G"+bqBqmT~ޓRlV`lظyG9Ǫ`JlV6:U vӊz9ARy/k7 {3(Bf{\(~k>UFӦ|3' &7A{ [J>-ɹSNL?c2"jxGvS YQMѪoonXpp8eBˮ7?i}Yp^eI\.v¥5ɺ pܬjID!~0eI-bapD&2Lo4u1](H`l=~0;*v}J B<҄ ] E1snFe>*iB}F@syA;,wed5n0\.ga?aEٴܩ\jp&b= q-haRf9WbOƍM@2a`al8`渳Fk[֫ F@&dS4oe 8 qV{Ìt 3䍼zCvZn\WD˻/=~  G8M lcrEIpb7 P@l,WG/k\kҺ ?O 649+a u뿽wG}!ߡ@2d dSD[CGU!#nKġhbcTe5~u,+.Djt'cWF%¾#R2sǭhKbϣ-&X5Ơ|'4 Kw!5rk'ŋK|S{Qo b㾪Lh KP=Opg=TgYZNlRToRRuDmgQ8hdx{FGCcRM&z&AҧBRE KA@@>v01dX&c')Ş'BO^^Ȱ$k&E3PK˚0|/0 VڈmscL6u|_$aFYt`bF?H xܐU,;W¸gÛ5>!BL>@Ux&%TVZ^b xѣ?=_t"/0T\4\MWh*aYgՍeeFpOVMdŠoّ IH# ZSSZjy9Kٺv s+t\l$g"ae.. WL\I~x*.Lj!tܧwT6ܡW,c"=^WڷA#%eue*m+l' EJUM!r`?Ncf&vVS2#<e#xxV͚scrjs¨}1d]g3o.@pNW z{Jf.&Z\?MDHRx_?'^΄}MCV^3+UQ0 ~Ȇg7aB òF1 |bLY.x"Rsi,8aQ!hKLէ8.5Uk3?`g%o1kDgn7#}U: %ِ -ĕǸ#QCO+Xu}Z5Jv3tz;ȍKo\)(;lNnQ}pO(=}ڣ }"G0M艀S Uzy%uK@!P '+V8' RZ$ ѢrqLg^ajJ@{@mBzGs&۽aBH%&C}A VlP~%u1oa[^RPƋ^?r6qdtZ1&)apZId摗bF.M?d)HN &!_b\lb`}u)KR95~9k):nt|%[r&$pP! 4w,W$;`]V6\arkHǛUu{j#wgN52E*.(zY@|,Z4)z5c>evl Z;ij_ ?D52ux,9!^f 'ie'ap.c9CݶppE7 8?o<5eiLb|&:S J~W E\Ur/'Ln/ڽÀf?!Md}Qd>Z]vicѦ<§5 VV;ܐ<#X3ؾ*9}D1FL,]>ܔ/TU*"˻-ou?nCCŁFQlCG2 P!ZʰJշsN2hI6Q[ދ ;e(7pe]NIh#V.^B&}=$|k>'{; J(+|g'0aKr(=:3Paɱ \EyMGyL9Z_)Mߐg]A3+&W+6dmEQ5Ėr4Fi*U\_nLֵRdFoCz .v쨔meȨllwVoqQg!On}$b Ekd5 x$.:Z=n~w%ąaSӽ0A^xoz] טRlnLK@ͯhUȝl R &9>EB X:f`\Ȑ(d2Ef]~lqR[@)@z)#C!ዣ&oL_$ DُMaȅ'?(s,ydEWFgZ\&2ܩ;ۻ^W\߱1Jf>b H\-u@"4oى84w%t[N͢IEkKɊFA?SF5HfMaH(VayuJP2*QM{vOj9.9M561a 㧤qqU{wQ\S@5{I>A~\qb:Bn2aϢCTVZ%K,qZEϵ= ݈6_fn4v9|HU m5)J+YElRIi)ZJfz%l_nޠuFR)˔J>Y_91/6b~hdP[7Ix;69j8(;å(ѼubS$~nfar`qm˂pRjw`>,jbS+{CJO*ŸVG3"+*HѴBz/YBy![y|Ns;ObT,L W5jNÀp-~4|NPfg?9n& FJ+ 6<W8)8XZE-M^̩X= qzцiƓwW-, Wߧ@،^^$,y"oKwycp*l#{?vl5yBIBl\z:k3m 7kj^/W1 UtìɝTeK:B-E^io)#PܶC2Mp5NbRxM' (05¤3nYu™ 6HCb\ rqpKeх } RF;FZ`IlX:J'Epx]k|:rQ3L D*- 8ţPej\Q T;@:?WRNt".6qV)s"| T/*\_`WGzѣw!VvԥCAp:gDyB(`Nu'Au_AQߥ[,bIIC@=@h"vq4 ^v:p4u{JDv%>(@'1r^̤e ڛ ?)>}&4eP`{mWeHCEf,{g A{Y;?wk5 1F>C66;՞W)Z˼GvČ\5/]4p^a,1JK#S&y!+ Uo䮨FLg1+# 6ӫ$rZ1My؆.f0Q<ѕ0/oydٳb)@C4@_Y5P/zt"XeZ`r6{X|lQ,Nj@OvQm]t=an%).t9\Ō<%i'˧2brsd2qRTdrxt|H4C8£j 9.:OZz7aE~&5rDB"tvA$̟}\a4`A3a&{VwZGBhZ*[a) x|9J_ûrI 3 <,m\J B㢋ߓ/&@:Cd;.qʙmN@S2kJHіg107@\ 0*DeIpI~2QtY;1‡5եoWxjU)Hu3^Ԏc2Hw qWhqͣxo񬢆سN@EEi${ F_9l?7Ht" .*0Ik_VPy\3$.ܧ&bu`/Y",+|Jѕ*s5I,`aV%ʟYN\p;i Bgrb8C)JUQAAAHSkbqTbD7+a$%\ uRF֧cU% =I,eKԖuJX6|bu[(T'l`K bk䯞xwE sg[0,e̩<3Ph,\P44uQBL2|?Y3$\u0!@`Yrԁ"-> H_6Ve67: N@zݯq JH/ޮ\}Ag-'Z~/q]Iꓚ`MmiE/ϥmh'@P0E0Ǣf昨]fRb6^-i0Dt\{K} k ~J'` NHF[o@$ʅy[pY'B! ɮ8aq[LT<|/]HvQ^|Eg,ylR-1ބnk8ʽM:9 }#?+$!!uNd'GC*G+YCq~YY!#bw(}uÒ*oW "A|0FCjeycVV6(3H zf`9f&ErU/QE2oٜ`HJ3#uBխ@j(cVۛqA!ܔήL?tƧ7,,6pec,Ԇ4"y2"Sbt]_ѥR 'Ybyc3Y?UVJ\yB4ճNy!F55XWOoM@VAP3dT}aQ remX0xxl_bPCE 235]кaL9)Ftfk۹HҴW>@&_" rZ[3= $= 1Z1f9g"]yǑi` Ok۟^ie2jtml0 xE>xNkk{\Lr<2-j,׍/A:eF2UI<[Q1Mokk)Jh߯CGX zr/A_qֳq_%ҥ7uQ@OmDn0|Gr YP܏H}lSI;lnYOwϩ\g}Ř\fl1|eP]R(]KE"og,|)ePկRV4w@* k:Q1p(F9t~1Tǔ$K.8g,i4p.o+Aisul?-q4,K=:&>]SlzrC;hC^Cg<=YAWLS&w. Y8 ;~`|Bq3$+kv'-ĭ,e=ݥlCkאָ:`ю^Rbs5䲫~oi2=IllXmKaZ݂+?3ʼ +'ܝSaXaAal }w8MYö&,=<a"kh։(g+=H?((HaE\Bo[11FI`Ɠpq#Pn= :9VXT028e-*; SAbP#@- _0 `bGO__OjP}D Nձ+V`ӌ<@(%ECtKᄣ)toZϗi;ǛW^dɦc_&Se*ᅕ-AA!WO=({Vba<}&#;/٫߉닶bcxܚUq״ɭz Z^/AVb\'`~?j<1kߞudlY|1 vEYXXTDP}zt,׈C:70JX mXI1bL^I}&~ddsh*| opIf`#^,ڙ/d )Id>j{Y3#>ݟЕ׿@Т7ygDC;/]rArprACHڑS^:0juqѢ=;?c)'IO\R"dO}wVq/ sdU[< i`gL* OHv :jXXdVS%\Tk>3byWmJ5,t*\h@+QtwXqr jnό Sk Weſ}dqh`q!۽>צ{Tc{%3![ si=Yj^̕B![e|48F<@zV$ݶ=)+߱bҸ}\P+kP hAXu^<#/1v1V l"iJ8:=fZj=,` H'f fQVg<^%(4ڀp$#GM' 2@:T {Ī{`G$jj;?j^5ht[=Ճ[1W`,EwTV1Y oX$AȕjzjisbQO,||VgVD!:%ּ \4O6Lrbg |{ko/Eſ <LpCᱪhgF'OFGX~>{WDUDͅd^[ČLd/dvk[!14+B3{?4G/(76L.0}Vڒ*K+u. |ű7"m^rh򐵚3%ܣbZ&a@u W(3* 1\R.ڣ4q5(,Za.[9+rpˢh| 񤠹qC .l/I*=V7RAu#6mEVAp V8,Wts3sɷ .3aW})DಽfUlCbTI{ &pmԬVO'eLWfJ@wwA:G.oG*lJITriXCLqp]˛ Ԑyn,~5#ͮ~JsC[H".D~}gl9_iZHOˁn~X)yO.*{-,l2ihD ~:CINA`|(q Vxj*ϋg#teG֡[8̊YQ=?c^R1?<bG9bn}Z$ HӄʷK(q%k f9 )[D&\m,c:`okE*F51ɭ^[8=nQ/ߘK5PA+7N4ux 4ec#NQQ =W#LA}Ǽ\ڀ *d/)~պ T%E`:E\UdHh5"tz#.¡=nyuO[?s]*U^>qpw%C9::j68=H\ܫBⓜ(iYЅYs-S77I9yр&)\t}J kgZ{-9Nn: ytyQRk>mD6!9J'Rq)^V/mG7h''vz[3k_$LsBf|"x%2_-݊&!K0ViQ5|W}ﬦ)u?duE$|)R0nnGxk AR t('%ytd~/A *Ezj^hQw)p2.Qv8nоfV=&wf=sƸÔ/P~R Y7:zJ(7H[,8z 5on=-|%~AFiy^b Q_#YKI&\> $sMJ^Dz#ݎbXzY8㻀J='Ly#د1r<.T|IxDt#K}?t؍ii}y?[i1\\6 ~yZ%njʈ]XB<22Qwf>aRBW`AS<tYɣ|DZKttUk쌙i9d,,j퓗0LoƒFėszn!öMb*[ 'h+|4q>is*|dO9Ӵx<1UMZ5ȁ~kc1v @SbbxhvYuJضzW:-xZS.^_!b r'Kl3_^ᱼq7|t~_B ׌ kJ{֜n9rmkIl4y Y(A&dZ&7x:)\`*_> Ɂ@H.Uu,c}k~囦xcCi &~{dB{QzG8zVXt!O á,$o.aDo2r|x-ݠ :.ʟa;vf`B?!tp E,93c뛙J-r3`J痙WNgr> 2r!'DNly2&Fއ?~LbI(SF1h n=*V۾14(?h՝3"^=ona=M&gN4,eb?f&'F Vl}N?G[JޥWrQi$:~;t9JkJp#ٝ2ը< h. :'le,%~pu_[-+}K nE!9 %V'G+`Edu1(u-ZҘ>hfNX;pp b2~Y:@lԵ /kQ@]8H]>$B}ZOW &Iv|1;0q䌜+'zзEFq%`\USiD-Qհ.1  l-*J䛠9nLsNV%8,i[ZIך2%u"C4ϠC$XkgIш+?4Pq$ݾx\5yp2^̼ P]D\*Z4+OJr |6Θ{~cw/,HޕqdvLNFV÷W֧r\,Cl ;Gh2}Ƕ9vgoR I66 E1¶ŵ hwUƁ tfA &1ӴJ|Fv3XAdr7x)7[9%T)rGۋGTHӯʢ?-gעͤwX[ۈa7Ñ8sj1Ҫŧ2Cúm VC\Fl&X=duGs"zgF$HU=#ʉNVT(]- FKOxηA`2z}㌛w0-̰jig[?'NJΐ!N:,`[ͽӃۆL:ۦd Hl7 m¡ ǘ&TIY̖|cfWZ6ZΝ:==ƣɊzn-uanR]M۹j1m-nE9o;κ>ِ<OY{ldeGA^Lejǡڲ{xح xVC+4Z!gHy Ron'X  slσ}︱[9~P@prP!܌'e4IQh;21#ݹ}4VN-d'I[4r!9 x<2"VZEKH |3;ʿ4LKP<kIys>G ץ"f.P)uc\(\e^՟|4׏A BiKK2oNMxbi|A3r8*HRPw]K9ut4HOM~~O濁"KϷ9 ޓ'-oHxtP|[cI&P=loK0O/gD#9 net8p<{e@r7bS|CL-|?HݛvJR|6m AKD}p 1r$A_f23+U7|/{qGJ34=@+;":4f<$ʭ {D{_-$ ̜ 1/ !KRf (A`r=o(Z c$sV$Y{E-Ob%LP1?A}s>Dm9YmOC:_JA q x!Jt]Vx~ [gl ֠3y4GɾuR= *Y@}e\N<ސF):7 ۋbVG}M̎iCJyzSO}xUNћ:x!mS`T h duG DBa([\Q`S*|Y)X0L|KN s]*ۖD|3uǸAkc &r~yV,\_A FBNЂhH+55Z?V~G;pɔ_ʙXnO'\f=>;4W9s\OjIuV^Y;{ LsΚ@B/,P 5Sm(jG!UКD9e5ؕ!8b jrWBA/`>T'ʉKCd"^13W>sܮߌuH\d>eU`[fభ`GW?U8Tx&_Y 0R1wJ"/Y w<ueH)?e3~Al[n0nk+7g0B_ޭ#x,]1iÄ<[feY^ f"VaVn twkvaxz@uSj_ }~v\E!H#V39&GF @yOвzw#)@HwLlwĈeVi b`e_ӛ(~Ƈ3$̢os"ˌ\,/ԟGs)6:6L(W-x`@7aSxfO\Zu@A#;عO߮|ۑhܠ- :R$Öqׂ9oa/p #g23*еJ[Y,~ HݻC:IXo|2ӱK&SS%#|,|jˏBRi1jîH|R&]×o&f,(+I~,'7uD;+t쯢dK LCK[P1ROE&610<[228(DR 9}OWJ`nU'?oFh]5jD."Ȣt'P9*t#`pN3&iDND EI S ?7~Le`7Zұ:,J[N5'i xV7hEP[-`+v{>J2Wv@8Z}GwK6@J]w:p_Sd!cސ 0x۰y|:ɁpXv7 帻{"eaS:z4;O4C[ùg~; 7 M9X>]G[97J?ߏjӺ( cxf(S@N [USe򷹢Dkv,O@ `jD LaXj[ /ڢO#c4Nѝq iW_L. =EصU^l^+|X?BԎ[c^' V^Coh zA 0 '[DvoMti*. M 1U/=zJDq~kE?TW?W em+ڶJNsOxGzi:xl4K9v Zum~%@2&^r6lYӜ bBK_ ۲uZs)#FgO62wvfW"]&L!LDfBa[qK:L+ͅ嗔]ˆ8VlVCϺ~*R. 3R Of} Ƕܼmq (i;H:>#+Y_vUF1Taw)9gxfij4 twJ=5B%Wvy9氍Kt`9:A±(Th!O!"9)1LSˆ6E2oR$bnQ*ϼWmr,kہIeF?~psoW[P4 D)f$ [ z⊳*iz5S6[EiƗOg~Fo)x X#mF? B\mIwvZRGHq{<7d< $^x)yXŮAj >48з[Bb֛7hF#0Q)RuW/WĈ׉6y#n6-W$5,7:P]p8>ND5mhL_8A,(%yюJoP7;S8a`N؎!`<>]69Dt#qP#~Z/Յt;H0M+9#Ь<ք*z=mwjmԯ Gp.h H1%iMo_TV²צ˵)$Y/#-,u^qZ)’q&ԓ7'Zrѳ\2~%x4< ˉ%D :/4DE;t.ێAܓ+>6[(1: AynGf(G(GnXG6 2G[}lК8AB>Tu3(`*J x,^Z1A'r2f |.Pl)k#Z&q9]<_xzܖx@4NNzfe8?Vx̙j xҋ@)BMEo:Yaߌ 7;^<=v..0kB6/tMcf[[I.\hS>h{ Q`Y 4#~]/Uurg0+FmY7g u C\פ;qGIȟ O@6> ~Lb`T1уUBIi5fl< s#bY %;A*8O8qyM+qbxm5ŽK*^$9xÚ@> V*`(_zjc a:#ڈmZ諤%Z!cdz2OM|d]^f+}9(D$)R}ͽ{WH :2J ,ÛP })k){r3, Ԍ g]SAJ_VcYA*z֦j楪0Aw*{=LNt t0 ˦{7@"O lbɕ12M ID]97`wĘO2 t$xi^WkD|JJa]"\,ժձ&`PĜqHD}JrOc.ro'tJZ*1)d?LƅSsd_V `' sD秭 ٱȹjdrNji :+ZrQ 7j->+^qЌU6U:B؃Y~,,OU~|4;{~%aEOlkۅNU723f(Xik1!vU38|3$_ ("; +iԞa_z͛w]AAY 4懭26ST}tęuoXֺM+|]l "wP?eD7)a7VxRIhGỌ3,r>q^jRޥ:cxa|i./UG1#pʩqW{k + Dު=C`t=O"(\QHHbv F;=)B*ڧ%էL.h2uaԲpN1({5R~0`8^/ h'Hb %#GXp,T2)%t.[+jϥoڜi$7bN#94ivMlb=Smp0HM3'\5ѽk c \mYiA[G'R_ E$a!{I{p,}]+GE,-JrP0B$Q siD*,GuғZ8 50* q<6u .2tܒL,hm>EBZ5Pzq㔥 .? @E\BÂU9[—ZC[U 췖0,IJ'1=F`Y~|G.wP}׊|,\w?U~#Ɗ\0-%7'u]-iJ$,9)|б“bh ؽ %? L}yJp (e]m8VZRS'{,QeS~-J2FT<P;W$" $RIRE@%Qv`u)-®Ubz AT N]k;Ҥb-dkq@ė{ߐBx)TǑ뭽bfqy FN(*TB!%RnM]՟k"趒;4+*+ EH= kP#>A\3r|-znҊݙM`lfV=o\0vSW2?V q>kN\Yj]G 8"\JY)Rn(̸\顁@'^Wubk0|B0E~s/ kہffZfe<'< {Yuq,$4$*w޻$ćɃ* EJ/2*zO$S,DbD@16GABs\ع! 5&X'߄[\Fmܥe|sۻ8 z1p#8)u8c~۠ >k4/;w;M(1 X0t<ʋP__7 Lu -"ދ[.>E*evMmc{8:0=o/([H[9ϧ%8KSVD|!N_yLs)kIXhYaRZn& 0K; _gv3ۃۼ\G4#\w4iJ6[ 7XHAMwj [:9#/rWEf voՕn"FvaG_5:߯)ɖZfP=>V/@>~7w-aU:޾MCYg_̞ ;Ĥ=?+~Lcu!~q+WSoğ ؾ>ߍЉO؀,w//Á mv0XgR$\5&E8Qi(z]V`}yɄU=}'uiKXEeJ޵O5:Ӽ/ڟsLi:΢umW!<_ A1'v޿a90j::O\ N*UXX" ĭ+Um#>@O ' X{pÁVh/Wԍwh-H\;!F*vxZTß=3lF/۟1p?/ުzD.9V$\։[2E SE j(9 (-uod^;ZIc& D}_5 _.⧎?"ik]BĶy F-/<']IytFg AK~KzT-{&++J=/mΘͫ,f +*mo 27ڍ*6vĔϳ*OZnT|d FQ2fgs 1wÊEá5dppZBm1w0{|+b}\܁5+_N!x_HVo[d݀'E` CJct3id8t֌1{$݌mPHv+=#CdRzA]f-vE6|de^ y㽨àN/j1IlvV)3ne L岪ti<^5;5w+S `o;PPwz]PzJ)Ѝ`֖[4^tUTqᱟӖ_$;|UdWd {huM~&trfBq,Jy]ғS3N1LS5:HB w3o $*V&4m7sT!~< |<MVW~|̟DI~eWP;Y@ 5YT|-7WqW~Mm yP  Ձ~HHYd_ͼ{>yvz [G+h5|E nE͖b7& T]}5GG ])kG'k*OIbL,z-T"etS;_mkI7;D"hOT!c𱼠І2 7+À%w+&wjN3 GȩJK8hv,v9)pҟ @MP<\'x3[Tt١HfMh[\w3J!\f Zd 4Gw(lLE  k]OK׷E05F\f^Q s!͐Z]vZYȄo%aڨ&un5 iJl7 椥8gDOf+BЖ9F_eF`z$?)^woPwҘN6^;AG"GEn$ّFK 6NorBόM:| 8'屼@1\)t(7+{i/Fh єi::OJI4^>3Vck: C8ğ.8 CD?1Sq B=pҕ"U}c#VƍȽYvo L:!7Ҩz=J5WM9=ZԧQaYd57l)[EjʶQܙ2fhLd;4^esQ=Lސ;*VbVΘZz[Gi+uW !(E[u3 o@Z0#9[ϫ%U/ހ%QTg8s(.!TЦ#H* IZ˽`ڡDNV`15 a6y.؉*Ӯ6)r5ղA$1KkT@$q>s,9=P)d&g1gT<- t ~ =qDM CI0 e3=u:^'lLSo0 Tquwm2֠R},)oXoEª>gw7B0vlo4,PAjΥ'{Pk6r~1GsOf  BJUW5|Mt4\@X2Cis5y 31X P;;IJ Ce!sCA qX VCxu avmL vwW.;Tk /lϤK4 [/)Fل'DH2BCJ#Xfs0xe^bW?X#3l9XklL$ `>)}I% s[6tgH VE#gl E6ZEoa1Hf~۟{[ żkv$痮G$fcNoh7U=С2Óv]4}f 6/ljhw9rwwG+M{ϸS1nQ/>G1 =5U,䢯QBtRy'ޮ(`^D;- ȋmil6S ^VK..+\v`23ܹDؐ+(pjy)t0"dW{9YDV "ȝ:DnyxvO43A%`Yp%&DobH`#&Tv/H_?Mpf u'Om.\dþ|A埽Yu\3+oE2Mцe.+ t.k+3*8$6$]\vbJV6lԎVlUG<"Dš{B[L/z~Y9Ey#ٓ^i^ԖFY@L 12m8n23@_&;{guՎNwJF < 9xqP2eӺR6e8">ORJiGPɀ}tI.R# X3L MȸZlkt{q(v@q3BϓLqPOefǨHzRbQ̄Aq,6ﳲTˬs#>lmc=zzzphX\ѓK~06͵,2˕RY>8ek3+DL'` 3Q+}ztPUhY2_ VөC9rQBw-~!׺BV%$M]%P5"&av4s( <>ʐKdo)\\&B&Ԟ+9"j`,=8n b/rB%KT^ՐSX7D[}46 mRҋ4-YT+OU8[-r"OƧE!(^Jz*cr%ͮaX,!h["=.?U̪RK+}hI1~%LJ*SbUXǔQ-U$QkC!D%x Wp:s43\hqFnn3MrtL5xy񀼞mdR*X_ϻӳctg#k]l˻;`J&&`}O &ܯH|yS@įc\EWk 7HSP :NU:|vt^SZU׉r2@xpgS=hj1ȟ N'-D:e!6λ7+No7L鹷Y>]r =sP?5:Wp)}< j>HCˡ{VI+<{/vɘvc flTJp =Myr~MtY_eՆ}ג$~L۟p0eqWĐ~#٤BY[Tmk2EZǜhl2HO?$ ![w#GR:❽Ky>T8I<NgL>Ė 8i!|Çd.\q!y8/nQo)O'tj05gfƒX?:q7nAe}cJQ@`u?}dk}1 r+ qngLXa[RX"/r1<bwῸR &4=b .߬@>3Dd/ŗ-*E~g~~{; w(X ~0כ׷DrnБEUӵSwdRU#`#T,Pze EyN?I,Śh;Mۗb-yxH+1`?OaΉ]C٩l-"աq,C .ܑH[~X\w9d_Bttl'jN6+IHȨ%Cܲ-Ģ#[IB$8T!||4$pIqMI2ZM]y^'&Rj|޼kM=nfdlM OTF7LVFy~$E<vGV׈j=T<a F= _ЪkޥѐO 'PLKQraݣ܂LBze V*]n3y3CvB@'_ 싖qUq'2mwqbi!ٱdBѽnm:]qH{61h*qj!iKJhm>!bit?%`r5GYׯbu?e< )FPD=Ӵf!1JnKP`Y) /5PzRqR%DQD5HF6VC<)OjpЩꖁQ᪚B_/%/3쌔BvT9M.|et rlɓ@eeG+.XK-;\QwI?3O{HC)$U_Os{ F~qK~ҴD^Rȥ"lEx'u6mܪc,:0c҆ߣԐDj01bK_l`.>5EWg @ r%3Ay@a-fص?3Q5߈tDh#"Yf}g3yYrŤTlbYUngw:tL J(&?lS2D5_v9-20)*v P^nnJQMZ..Z =fm]N)@./Db,;/eߧo\2;jM7rPJu K+jg{gH &KssJ;lM>ED9t(pE2$U5#_ɑU*B?SM:ΣP\d3G=2Ĭ!TzSgr@$ QQu੤ˡ*N HɽӐ @R~R)䤻a Pb6e v|Wwn8ǾxD@VL,_ w>|sƃQSX93w('NwCW 29\יOl"zyμԌ_6+ޙ񮻺5cN0́5Jc}) g^LӁo:)w+yk!&z(1Yxzz¦4ّl[qw#R4!@>6ich=q;ػaQAݔi*\l_Kx|.v}J M9+wHx0 ɁL 'pD8iY Q1 ]T$EY[Uqc:?D8eVbkXٽ\)_5R7Qdc/0wհVHHۡCY-5o^)?8.Gߖ6Zޛ"C#Hr.{AIǝ ,|zP*[&BʘՀߤpb$ia!7>HwfV hW3;}7 /U.1lѻ |& t;ܰv6;ů ܃}rw9pSD4'JU+^" 5ra*V6jQ3YYp3L~5j#uS8A JA5k qOWJ1B<ၕnrqD u2lK)e-k7!z>OWpݚMDuȍњWv`#΅tz)Wm.-F/K_~:k1]3|_qpOO>k;ܥ[Pjׇ-%v)ZVsWf|oܱc FEaH&\'5GZ`obf j73><ī;#@g+)S`پo705p@ZiW<~YYz, Rsn lt'KR cs5iq& `s+=K!%$ )W]aTLԦ@9M21ܙg$nƇl( i'ųqZ݅Ap蠬5َN7 NyfOdi ;<1ӅM"*CR >3AeYX5cSązys\$tfnj +NZ#b>߅%P; D둰*cc \&Puȭee"MK2':񦨞װ鏛X f!Fd~]K A]@$<[7-302noh)k^/ް¹`pML(M73? |tH|D^'@W<PCEx"/ۆLW;z`{aH_H_ +訤R듲d7EdiN>7,[(a|.u xyE"/}_8Omkd*1~B/hE0KkƬ foM_s^] (*N!XS{qs׶Ц _+:d=O" .|q"#1 ːPH7uc2{v9^.U#M;"3"i'; gY5 ˽  ѥ=Dm6pwX^9 QR3~*C-qfSߩg*qwPlb%+yMnM⻜a{=2Z;3wۜwW;[M[H#PӛdQğ%Qn'BP~K[KnF+٘Q#wcե9o=>e;iUiN KZfW0_0:~ `!fɉrK5$"mw+$aXE/y4OO Ef Z'SPUa ^LA ڰ -e<(qQS* L?E<(NJĴƿ0IN}D4ܭi >A1aʺuy kPV}f1D\+?u{ ~ |BAlת/x8yr:(bK0.~MJQ" 8Y[ѢƴO1)*R1yyc'gG2&IaկB%.o* ԴWfi7$iJĥ|2pSWBC =0uk".qp)㋼y.PUrBw(5Uk n^Siz.ܝ0i4[,L]TxB] gfqkm bG[ Exd Jp6#fsv"ձ <ȑ:~ibm^ S2X[4me|چZ9`GҮDk>%8'L|ڈ]ξ)l](y 'pXIc[H{ y92z*RK#? К.<#(7۫rnl a(agzԄa=ÄΕsΑi nMIouukJ{rZ S=D"ߔ65籼e"88[_q^A9' Q Y煯$h]✮Y-uKEf;An`d"}`ZJ;||b jQ q!A9e)\/K|%Fξ Z]ahD@!-9i^Sҧv@D}Mޞn S=%wót_QIIZyފ09&Ԟ3o_\yy@`^tT8ȖS^n݆mݣ?CIeUl+P#{m\?E Gd;`&E%XNN:JC`{RԞ|`l`4(n;/C q/J*0 + ~uIZCDW4󊮯K"إcw%J f#4Uc*q*oKH?@X1cjzaq`S|$a+V6o 0yz@ * ؝\Jjh!}ѽd ܱݑRGВ<`h 4ż@`2Z\#c u}M6T!f4z؀GyU dL㫑v o҂P!n[~AQ:EA޿hc; h͂La鐯(PN4 ZzZ<%zv'\n=V  lF]g*0!O@CPAm \:d&0޲s*g faQ՚@#ʸsgD .4/˭7k!1_ͳ!W>xLNhc>ñ2u ]X/= xlnʊ6Z**RsXJh,~ y{R_S BZ*+kR2>ff@bgUv4;gyhK8K;{VI>{fސdADeȔЩHkѹ o 6 gؙ>!(*1C"/ byUnSc.JPZc Y6ɊR YJ7mTmr?)uK4}PwFO4 ]}\ :=t$9* \U6 SŠ̔aUVHpŞ8{EH(u6*iѫ_Hd$:+I^ Nw(ɴՠC2IY G|Fi 5u>B3vQ}c[/!1'F!TodVZ;/ʻGrBG-NwTbfjhXmU֜Lm4}r@+e=Vgyۙ2%]B ;S{ؘׯ;C׿JFdluw/zj$?yǨP1XkRӹ%*Fch/o䰗֗T<8մ!O[ih[z1ŋ/AlZE)I; ]3h2WGzHZA2U2<{E;"72^ CORퟳa<0itV 5>add~3j)}H<ЩI!ZR)_e|A G̭]uc6%?p;aa:=A^J,"O#nē|:A9pe{F0οYnmAɑf\s;UMGrɅT:lw"n/?~ڹYᖚ@BdYʧQ`-%(=#ϣ ^;O,y=bR#He>[1J RPrN2î#\\I,oJ+f,83>t)h5y}&ʼ43rJR]qq6 "3Cc S`AIv' H$PCj,h#rIm|b  3J@ !rY$o<)~N)\_*)&= VФ&;E= ]o'Lv.V%J˷ȼW{[n +_ո@ T(8lj G6Zv(!cn:|p_ P&>n@1{HdWŜ??R* -zRĚӠ <]tkN𾾁kܮĪf9Uþ+JPE40wh:Jmt6z+,$4 6^ti5ے/nlUȰ6u: D@+>#Ա6V ,\͖o,(*7H6?]1W#%o|s?nQǴVY*{Fѕ7ax?*7Q?Ne=q`_ " As̊yI{y)/?d6xX /c Ns|z[݋ Ym {( o??tK[;WHUumљnegp} S]i D;[;9l+ nC+ýjti{?$T`/P Сg gRrG0Lyj (oQÁAVAU{XӬۛ86T!eR)t~gోtry֍R+òT';> KN븛wly/>M~b,OY@|!Fw GTz"qw3TvsW_k?~5ǒDhL1pҽdt7\1\NO5.΅)YRі( T7."߼2l,"p<;H D(dJ8!O&lcӯ p02;uM-'xs(4 %lv?ڹC̣ elluB +j9{H ˿((Ѣ#7ˆ' vD V&<cy*0<%n|W{Nqѹ)NSֺ<%|D8~Az1.}܇ Qxl-_{7MCx {-d}L aTWw8yƛ]yW9Y2v-[| p^62|2܂5թmmA놅f~5Y 1~N2 [f%_ I#f$-[ЊJP9~S`G3nK5';'-nF% Q~ܥa]`_~`FJ< ]g@h=Nx h^o:]h$1c֡:jǎ '@!ԂKRMw#]̟j2(7tY6 kfY$Dw{DhzĉG+Ewh; ΋ܟ&sd=ɺ*CIo$]&(~+&M<%0bU.PpX 3#ޠ.%RLPVVB"|8BhFZ1L*eJ&QylT$מrC~w˅ԀgMj/\/I}q"nl):HO(N1ڍKq'C!,rAe-,/1g 쳵zTwCD4V2T?ܧ v?UZm~^d.aieiu#u,ĐX+*; =~ _~zCDրm#!Ay|wJ^{9p9p̬Qj>6Z>\lE}Xc멒K6T$7C=qRbknC&0ijь>#^@GYT6AFzzҦA/XFog y,H@|1瀼?. w!393\8ak luB0pc=T(N.i҉ӇF/M)]\i {ɱcH zq\UiIUj[3M Ev#QXO xx\"q`( Ly miZ[E *#{CÅ9Ck0d|n;\gW?(*UVRmG.$iMJA}3$cu2YwRz^NJ.7Gy{jT>" r#`t:I#ݕF_pMi?,j9