libretro-gtk-1-0-1.0.2-bp155.3.8 >  A dkYI%z ,M(8hBm8_d ][8o7Ό&>s7 rU~>[KA74N4(ײA728BUC6=uYk%б- 蘬gњx9MZInoc"8cZn7Hε7}Aj3cxyƉX-8~IJ*qBph) cOO', x}w3Vu?R@6D1 կ®(xyoߺ1:(ݾIZF+48r]w'ѹ՘>p@C?Cd # V 9BO iz     :X|0$(U8\9: >?T@?cF?rG?H?I?X?Y?\?]@^@Sb@cAdAeAfAlAuBvB(wBxByCzC8CHCLCRCClibretro-gtk-1-01.0.2bp155.3.8Toolkit to write Gtk+3-based frontends to libretroretro-gtk wraps the libretro API for use in Gtk applications such as GNOME Games. (libretro is an API specification implemented by some emulator libraries like libretro-bsnes.)dkY|obs-arm-10~SUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://git.gnome.org/browse/retro-gtklinuxaarch64)?LA큤A큤dkY{dkY{`W`WdkY{`W22b98493d01324641c2bd35ca819b43bfb0a3b30d3648bcc2964e0cdd2aca5984cbd6ef9d567b84162a63f27bc590f31602927904447e51b7d2f7463f205bf4b3642673cad1e8015fedf0aad85a75a53705e1fea6fa556d33d5934215111eb340ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227rootrootrootrootrootrootrootrootrootrootrootrootretro-gtk-1.0.2-bp155.3.8.src.rpmlibretro-gtk-1-0libretro-gtk-1-0(aarch-64)libretro-gtk-1.so.0()(64bit)@@@@@@@@@@@@@     /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libepoxy.so.0()(64bit)libgdk-3.so.0()(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)retro-gtkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.23.0.4-14.6.0-14.0-15.2-14.14.3a`X_Í@__[@^$D]z3@\M[t[^[\ZZ@ZZ @Y@Y{Y*@YzY@@YlX@XƉXf@X@W@Wv@Luciano Santos Dominique Leuenberger Bjørn Lie dimstar@opensuse.orgBjørn Lie mgorse@suse.comBjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgluc14n0@linuxmail.orgadrien.plazas@suse.comzaitor@opensuse.orgaplazas@suse.comaplazas@suse.comaplazas@suse.comaplazas@suse.comdimstar@opensuse.orgdimstar@opensuse.orgadrien.plazas@suse.comadrien.plazas@suse.comjengelh@inai.dedimstar@opensuse.org- Add upstream 0001-Retro-GTK-1.0.2-fix-meson-build-failure.patch based on commit 8016c10e7216394bc66281f2d9be740140b6fad6 to fix pkg.generate() that got "export_packages" and "namespace" keyword arguments removed in Meson 0.60 release.- Update to version 1.0.2: + RetroCoreDescriptor: Propagate an accidentally unhandled error. + Implement mouse buttons 4 and 5. + Fix the GLES context initialization. + Drop the code making temporary copies of the core to avoid static variable collisions, this isn't needed anymore as such collisions can't happen since a single instance of a core is used per subprocess. + Many code style cleanups.- Update to version 1.0.1: + RetroCoreView: Add the key press, key release and touch event masks to ensure it receives all the events it can handle, and hence to ensure that these input methods work as expected. + Meson: Add the vapi option to allow disabling building Vala bindings. + Documentation: - Add the Libretro Core Descriptor Specification 1.0 section. - Add the Retro Reference Test Case Specification 1.0 section. + Clean up the documentation, README.md, HACKING.md, retro-gtk.doap, .editorconfig, update-from-retroarch, the Meson files, and more.- Update to version 1.0.0: + Major API overhaul and API version bump, detailing all the changes would be ridiculous and hence won't be done. + Run Libretro cores isolated in a dedicated subprocess, similarly to how modern web browsers handle web pages. + Support Libretro cores rendering their video with OpenGL. + Improve the Libretro core timing accuracy. + Resample the Libretro core's audio output to ensure it matches its play speed. - Package the new retro-runner in the main package. The library requires this to be present. - Add pkgconfig(samplerate) BuildRequires: new dependency.- Update to version 0.18.1: + Meson: - Bump the required version to 0.50.0 to fix a build-time-warning. - Explicitly specify the GIR namespace and the packages GIR exports. + RetroGLDisplay: Scale coordinates on display for pointer inputs to work in Hi-DPI. + Register a GType for RetroRumbleEffect.- Update to version 0.18.0: + Pixbufs: - Add retro_pixbuf_set_aspect_ratio() for embedding aspect ratio value to a GdkPixbuf. - Add retro_pixbuf_get_aspect_ratio() for retrieving the value set with retro_pixbuf_set_aspect_ratio(). - Deprecate x-dpi and y-dpi metadata options. + RetroCoreView: - Take pixbuf aspect ratio into account when drawing a standalone pixbuf instead of using aspect ratio of the current core. + Fix build on Fedora 30.- Update to version 0.16.1: + RetroCoreView: Support RETRO_CONTROLLER_TYPE_KEYBOARD. + RetroCore: Bufferize single audio frames to emit them as batches for better performances. + Add CSS names to widgets.- Update to version 0.16.0: + Update README.md.- Update to version 0.15.90: + RetroMainLoop: - Lower the priority of the loop to prevent a lagging game from freezing the rendering of its video. - Prevent reference leaking when destroying the loop while it's not stopped by not giving a reference to the loop's callback. + RetroGLDisplay: Take the UI's scale into account, making it usable in Hi-DPI. + Prepare RetroGLDisplay for GTK+ 4: - Don't clear depth buffer as we don't use it and as this would cause glitches in GTK+ 4. - Explicitly use glClearColor(). - Call glBindTexture() on every frame to ensure that we're always working with the right texture, which is needed for GTK+ 4. + Fix reference cycles in retro-demo to avoid memory leaks.- Update to version 0.15.3: + Build: - Replace the Autotools by Meson. - Replace intltool for gettext. - Replace the update-gameinfo build target by the update-gameinfo.sh script. - Add a development profile, settable by passing the `-Dprofile=development` parameter to Meson. This profile makes it clear the application is a development version by appending ` (Development)` to the application name, by appending `Devel` to the application ID, by changing the style of the header bar and by appending the commit tag or `-devel` to the version number. + UI: - Allow to set the keyboard to gamepad mapping from the preferences Controllers page. - Make searching for local covers less greedy and asynchronous, speeding up the loading time of the collection. - Move the application menu to the collection view's header bar. - Add the Help application menu entry, opening Games' documentation on the GNOME wiki. - Add the Shortcuts application menu entry displaying a shortcuts window. - Display small thumbnails if the window is narrow to display more of games. - Correctly update the selected media number on the media selector. - Drop the shadow in the collection view's scrolled window. + Libretro backend: - Add support for .options keyfiles listing options to be set on a Libretro core at initialization time. - Add predefined options for DeSmuME and DeSmuME 2015. + Supported games: - Add support for Virtual Boy games. - Use a dedicated MIME type for Neo Geo Pocket Color instead of the Neo Geo Pocket one. - Use a phony TurboGrafx-CD MIME type to fetch information from Grilo. + Allow to read cue sheets in other formats than UTF-8, avoiding the application to crash when parsing a file in UTF-16 or other encoding. + Update the authors lists. + Update the appdata to the latest specifications, OARS metadata and update gitlab links. + Updated translations. - Bump namever define to 0_14-0 following upstreams changes.- Update to version 0.14.0: + Add dependency on libepoxy. + RetroCoreView: - Render the video with OpenGL instead of Cairo. - Drop the 'pixbuf' property, but keep the pixbuf accessor functions. - Grab the focus when clicked, avoiding to miss the player's keyboard events to control the game. - Allow it to be the default widget by default bt setting the 'can-default' property to TRUE on construction. + Add internal support for GLSL based video filters and port the existing ones to GLSL so they can work with the OpenGL renderer. + Add RETRO_VIDEO_FILTER_CRT, a RetroVideoFilter demanding the video display to mimick a CRT TV screen. + RetroPixdata: - Add retro_pixdata_get_width/height() and retro_pixdata_load_gl_texture(), allowing to export the pixel data to an OpenGL texture and to draw it at the expected size. - Don't fail when constructing with a non-zero rowstride, as these are valid values. + Add the set_rumble_state() virtual method to RetroController and implement it in RetroCoreViewController. + Build system change: make retro-gtk-demo properly depend on retro-gtk. + Bugs fixed: bgo#790454. - Add pkgconfig(epoxy) BuildRequires: new dependency.- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.13.2: + Port the build system to Meson, requiring version 0.43.0 and drop the Autotools. + Drop retro_core_remove_controller(), to remove a controller instead set it to NULL. + Make retro_core_poll_controllers(), retro_core_get_controller_input_state() and retro_core_get_controller_capabilities() private as they are meant to be used by the Libretro core and not the end users. + Add: - retro_core_set_default_controller() to set controllers to be used by default when there is no controller with the requested capability in the requested port. - retro_core_view_set_as_default_controller() to easily set the controllers of a RetroCoreView as the default controllers of a RetroCore. retro-demo now uses these. - retro_controller_has_capability() to easily check if a controller has the given RetroControllerType capability. - Add RetroInput to encapsulate the inputs used in an input state query. It is used in retro_controller_get_input_state() and retro_core_view_get_input_state(). - Add a count enumeration value to RetroControllerType and the various controller code enumerations. + Replace gboolean by bool in get_variable_update() to avoid crashes. + Better check the creation of the PuleAudio sound output to avoid crashes. - Replace configure, make, make_install macros by meson, meson_build and meson_install macros following upstream port to Meson Build System. - Rename library from libretro-gtk0 to libretro-gtk-0_14 since upstream dropped libretro-gtk.so and replaced libretro-gtk.so.0 by libretro-gtk-0.14.so - Drop intltool BuildRequires: it's not needed since retro-gtk do not use translations. - Add %namever and %libver macros to facilitate updatings.- Update to version 0.13.1: + This version ports retro-gtk from Vala to C and simnplifies the API a lot. It comes with lots of API breaks, so many that it would be simpler to list what remained similar to the 0.12 branch than what changed. + The API will keep changing during the 0.14 development cycle, but it is hoped to lead to less API breaks after that. - Replace BuildRequires vala with BuildRequires pkgconfig(vapigen) as retro-gtk is now a C library compiling a VAPI. - Rename subpackage typelib-1_0-Retro-0_12 to typelib-1_0-Retro-0_14 following upstream changes.- Drop no longer used tar scm service, upstream releases tarballs now.- Update to version 0.12.1: + Core: - Fix a memory leak in the destructor. - Support partially setting memory regions. + CoreView: Reset inputs when losing focus.- Update to version 0.12.0: + CoreViewInputDevice: Don't log errors when 'view' is NULL. + GameInfo: Remove some free to avoid uselessly trying to free an already freed RetroGameInfo.- Update to version 0.11.92: + Core: - Remove the barely used system-info property. - Use Gdk.EventKey for keyboard inputs. - Make the init singal an error-throwing method. - Implement disk handling directly. + CoreView can be exposed as a joypad, a mouse or a pointer. + retro-demo: add pointer support from CoreView. + Make all error domains internal. + Make internal and port to C: - GameInfo. - Module. - SystemAvInfo. - SystemInfo. - most of Core. - keyboard keys. + Remove unused symbols: - DiskControl. - GamepadConfiguration. - GamepadButtonType. - Keyboard. - KeyboardState. - MemDesc. - MemoryDescriptor. - MemoryMap. - Mouse. - VirtualGamepad. - get_system_info (). - SNES specific memory types from MemoryType.- Update to version 0.11.4.1: + A demo application has been added, it allows to directly test the without the need of an external tool. + Loading games: - Add the set_medias(), load_medias() and set_current_media() methods to Core and load the given medias (if any) in Core.init(). - Remove load_game() and prepare() Core methods from the public API as they are now used indirectly. - This should simplify loading games for the users of the library. + Logging: - Add the Core.log() signal which will emit a GLib compatible logging message with the Libretro core's name as the log domain. - Add retro_g_log() to simply handle Core.log() by outputing the logs in the expected unstructured GLib fashion. - Remove LogLevel, Log and FileStreamLog as they are now useless. + Add CoreView as a prototype of a single widget to handle most inputs and outputs of a core and use it in the demo. + Add CoreDescriptor.get_uri(). + Make CairoDisplay.set_core() and Make PaPlayer.set_core() accept null. + Fix the transmission of keyboard events to the Libretro core. + Rotation and many methods of Core are ported to C. - Rename subpackage typelib-1_0-Retro-0_10 to typelib-1_0-Retro-0_12 following upstream changes.- Update to version 0.10.0: + Save the expected ratio as DPI of the video frames. + Bugs fixed: bgo#769833, bgo#779924, bgo#779987.- Update to version 0.9.92: + Allow recursive iteration through Libretro cores of a directory. - Drop _service: upstream publishes proper tarballs now. - Drop libtool BuildRequires and no longer call autogen.sh: no longer needed since we use a botstrapped tarball.- Update to version 0.9.91: + Deduplicate some documentation. + Add missing MouseId values. + Remove deprecated input device types. + Allow core descriptors to check the firmwares. + Add an helper method to core descriptors tocheck the supported MIME types. + Add a module iterator, allowing sync and async module browsing. + Remove the now useless foreach function to browse the modules. + Add methods to Core to handle standalone cores more easily. + Fix an integer division when computing the aspect ratio. + Add a script to update libretro.h. - Remove retro-gtk-fix-build-deps.patch as it already is in the new sources.- Update to version 0.9.90: + Merge the retro-gobject module into retro-gtk. + Merge the RetroGtk namespace into Retro. + Remove many unused types and functions. + Refactor many types and functions. + Make the API overall simpler. + Search modules from their Libretro Core Descriptor. + Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH env variable. + Drop the ancient module query mechanisms. + Drop the ancient Libretro core path env variable. + Allow to set a smooth or sharp rendering to CairoDisplay. - Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage: functionality has been merged into the Gtk parts. - Rename typelib-1_0-RetroGtk-0_8 subpackage to typelib-1_0-RetroGtk-0_10, following upstream. - Add retro-gtk-fix-build-deps.patch which ensures the internal header is compiled before the files using it.- Improve the description and summary.- Initial package, version 0.8.1./sbin/ldconfig/sbin/ldconfigobs-arm-10 16847568601.0.2-bp155.3.81.0.2-bp155.3.8libretro-gtk-1.so.0libretro-gtk-1-0AUTHORSNEWSlibretro-gtk-1-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libretro-gtk-1-0//usr/share/licenses//usr/share/licenses/libretro-gtk-1-0/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/2dd9285f8c3aa63ca3b2080da3a75c99-retro-gtkcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=94c4ee8a96e9afac7efd70a4a4a0198fedca81de, strippeddirectoryASCII textPRRRRR R R R RRR RRao7Vputf-8d37a9c2c3fff9c79122414abee1ce04b771f34bbccbd8252abfc47a53a5ff66d?7zXZ !t/L.] crv9wAda 72a`r"6A㙏|K3}5\ů@H* ;E㹙ŕKMᦵᇽCh>,~IH1}bE'gTU]^j  ed;*}aU,fQ]%,u'+YbuԺNx.A\i9z?k2,Q,+RRebsHh*T vuCJrhqk"=Z9{WX ת.te* "8e .KLo25\67'TKnx}>]f|fY3]"kϗi8ʔ$=0\bQ.p~]C5 0#J`[Xl /0hK B+e8O/86| PCO}pµ&$0A<ZCg #Gv*a+5VNuv[}UrZF*f\(o8Yʅz e ~ b22izph'!D +N%8t|$] %_NQr"*6\27Y~XpgO5@ kX]xP9XtM] [ve+/[ jNx@mkD5db6z(5, oU\궑2HcraBu8q1m93F7]-$z)6>ڿm1$| }AmAzlpi=`DZ \ 軬Z VJ,)~%Jէqz-tz$ xX;1^2YL+DEt smYJU' ؎GY'X3Ӕ-~^ՋD6٢ 5#81Qs^r0DQ Gu,n%)*h&F+4q\,I@ǻ$iGH؋L8++eyWօ59Ï"^%_Gqe SfN1 ~|:CˁiEzϿcԙAQtf p4͑TAdۈ6&<$%PjB"dcց/@kHMv*R)Y.⑃](Eܕgad{N.@"~9 h% ]\/Vu=9NE},M&۲h<l%L̴uPΡ^/cH#"m"aFFjFf9NFU!2URV+{Hzg=G\ 3VBG c|޵NABǐ. TPˡ~Ujmvb'(= ѐDSQ7oEgh+o{՚ݙvٕ9[5x ,X2Ԓj[806"!֐K0Ҩc^qs-ᒑ*8@Z I0F&R?J'=)omKwK7}=6)azGKt*Ӽ?R>!eO(O@0 ް0Ŋi\1h-/gNŦp=S OU&eӤiCx)VB+#;9[ܝx@AvBa+L&*>)OF?N"셻Y/;[h]K䁽4ƅ/ ǐ8 8TDٲD)v`Crp%>Yw?x_-9|sOVۗD\p:8&.JsQtX7T#lA苑u`he`cTxSG_AP܇Ɏⵕrdx6%r.t:DTkSe$۠`v*o%97og|GbU[E`_ &n5/7;X_#V b4]bNFR>bjx1aW}C]3i@Z4MhɹzI9fA@l. Y3џz(g垲EL11k@Z@nuEvwTs=$38.U+g3?8)/k捗dFÕXoS/JLv=rc9eu߰a`]( Ů X^}}`FCi+Zza| 1};⾉n'#͜@!ƧJqpޖe͍>&]aow0A:m"\F$q0,.xlǖZ Tl~"Qtʁ 7q._6qrU '>*oalͧ|3(mQL/6IΐT @nԆW o|o,W: W+2X}(:&1*plz6 .x\X) XQ lĊ},N{SrSimqSM;os_G1DwILOge3 $jfKIۍt`GsU.k)3PwVhڬF2j:5N=?hr:]N=n;q%4,s9ekNb&5B>֭a+PeM.4벙9?[(?c6.f ^Zjq[; ta1W; OJ7-ݡH$ fӄ,bV%l\M=0zZk(WxbXldɿ l4i^eTUj|cv\&z|`$zJ6J[#J^m 9+XLҟzr 0";vLjJovfzοۣ!? ckcj 6iG g&߅vumQ.#݆$2QM٠0V=:AxkA ffxW+xQe j-fa#~Z֝FgfQJ@ykG_m ŋ0Qb'+V崗 +QQ$b$gbϚDBv&K!Uy5xv{S J5١5ΝO?(KLEt&Wjg;uHR?=QpT{޻SO~$ELXlXJ鵤vRu|L},AgM, '3رm'};[ NtfMF\4LŃ{7)\Ku=GqrSi%!xl R'00d%ͼ" Ҫ9kQ1 BB J,>6Kr S}€=vqU=H7ffENυ Cڐ3F/=muloxy1Hϯk)]Jc=`h]o2*zjOTL@Sgì!n"Juil$H9=>z7-?8v?ZtĿ'onXg\Vzu]WcGh\B [JETT5K7z9O\-*&U; 3NI'O`2io_n1NK-| pgDnJY?m4OS~77_Hi`َtw25Y\[دj.$eźǴKo{tꋛ{U S:tbsb&b3c)SZLeBLdS6 q)&<Oܹc PsXГ|;l)sS/m1or\u2bQv]%xAWchNggl wgd{p#W3+x<ͨzj%@B hcÏ~1h?> UmobV]^: nKnO5`{eLl]a % oOP2V,Gq3f rBߴI' [(yBDS-5xf(Ϳۈ6 hx]hQ{G^VI%Șh͵ďQYC\~q>6m?õQJ[]lAՉ`U4)|Ei@bR9"%4g_ynȇ3|~JHwV!6.O~':-:*Yϒ"%Q=o9md) N) jV&AVgiP['61Btm_ b+@:%뇓5Pn\Xu:`B@= 0 g|6m&O|"?H?̕Y "R0pT_][ wQ{BZMKl=3L.n3"iqh̕ZO#Rj>-`@$@1ύҮE$Ju99ZX]JΫԩTG#{]!Hu>: p#9 }Ϯ{ÔMM eҚCţN;L5c!ɏbA.|tӊԏO(Y_+ĸAHj=V%s{YS0,^Jy?$,qsĮr D+Su6V~$E^?HFx|'v{|ڵ2!݆8#)QJvb0W5OU)r?DyaK^LBV/k?͖؏[4.?pwma;ibj_L{5k5fMDړ fKt*E)5%G^ qLh-4`]J&KuE uLfe|V(1!l!?o2s0*n9vzT"-ᬣ v _*sYi#)Q`IlDꔍ -ōP@lܴ}B~"r[Llꊰ3J B_ AـhSō B"Ђf%)7Vs'2HI+țgMM05c5m$y@~ %-$Q =SaMy洯5H/TY+ՑXQbb~'Z7T\/#R+Sh7!{/z[5mrBp0M8[5P\* xR"zPǿ8[6u9TwJmSHD6[ 9$/ɇE2vi^obzlZ`>T9/{OQ@$!ЯIKC҈ e#qǯ9= wQE_ z=ze/HeŨy&%X&aRkw$1v3Kb9,aL+/̠qKgG#p͓G}o\M:O\N4476TzP&r.OzrZX xmE2TcI|ZbW5R.+D\&RFMT=60y MͅYgf6^̅^Ԟ|mxG1C{{ǗK3ZNU8qB#u!Jg.oo_ju򐣚t3q# (Pha*VcG%Ahj~E wNkJƷe/O ԅMBQ V({?'i3K|smo:%EJڡ[]=l%vfJӣ[L}RH Ɣĉ o EnFP8OLBF4kֻJ3X}K*r0@|ÊVtم>侱Rf{].s"6;$lĽFϖ X[ bzwЋѐon) 3ٗ֬³(X*(}gXD_ADBaC‰Ӎ^b ޝ`S*6GHyBjK"fguϦ } j%48;gDeM m :&.NXqV#n*;:KS h%EÓGw*~TVK]ܥgj/>:L)ث/ |>51E _qi d` qQ0?- '?7`K*CxEƨO"RވG񍞹Ec:)+fχ>7N=Wv)*=CBa}')33$ƳPEEOWz iCHٙgaȩ2h X;U^_Of7H\3D RĢrT} R7LӃ)w]@7?=)?м.x\PV]fbx ? 1㓝GOrjF>VGV{>vb"ώ$Հa辏hvx \i鲜¬H2 &,YA$g7Tu q"LDz@iBehk@Miw_LM"[5ڠѩ.Ng` !n95c`ϓ!_ɿVV6)B\wSm/öG?r-/.? Fgan%| o;];B.%?`(eA P4Xw2㋮HOF{^z"DF# B0xG䀘|gvY[i6Fcf)y!98yN}4Qj.iK_sfe)BC0MIv\*eKa$<]ΞSSʊS A5B>AWq?| E -9'S΢۟Xrk9þ  f apP~bU#k #h;$q"c?bu?FXrAvf%{)uȋ$@Z>+wYxȤ%ڔB.ewrê:FWk(GR JϜz ,b, k2Jz(qX4oos'pZ8ICǔA7fv$)(57ꍧh(c0Vi`E<^FNm9? y ׼bFyki=uIdQ@r *s ۂ&<; hFW ¥XP6"~v2ݺ Cd]`·w a wcZ{)9'=?ʺ6>o[(-j;˛ߍ͈~|M$U0:f|F/٫k 78*!:Ƿ͜i!T:HμPi0YQ%zMCF)u-V╜_ђeJ O_^2Ppӏ&c\b3 >>Z"5c|WGgEA N|-fbe-w*R#"sX~;MmtV~`G6 OS#> t'#&Ъ s?_;M6Ly :何tt3š.b_s0Obp@V+1cs]^lˁPƀ1աhWthinQGDm]d Оy0kxQXBۙ  Ǒ}j+# e.a%OI>~r U&]`=3) ҃ 0(ݵho(GB^Eٺcǁ_h}Sv@#:5u}vrSRclkmدֹ^Y0hQsbA[相M=@ i->E,57i} |p߰vV& Y X tW/ͫ9 VKxWwa oK&n<\V~w>mܷr{=4N$!|Yl_ 0Y yP9lp-LSS&o>(VmQU#À~*bX-{ox:m"oXqYXf&D -㽍[1?bd F,TZZ >CJ/}]65pSǡ.[ާͪkܤ݉`YGa|;xʽx(>4x[LlS^k;Œ0z|cc&ͥ䄹Ri[PXoҨd T Kά½a1cC\ЎɑT &>V7xZ4Lq,~ ]MTzhaȠhN'U[_\3TLxslVbe3G6#}壡[y4yDaG;\ -g.Lu*+F9 ;ppPA~%D6]^d{M4tV3TF:2>*-3ٌ R4͟l<3k2d}Nשq^^+2=Mla3T@H;ff.9>+@E$w7iN''~̜c{s'/U'M6[xXS>]\t@-nI//$7үhB\\7?QĩmoDT [D_]+F+'Ǘ^E80:~XjsfMaA!U! QCiAgh5{, 38yBF.g6wX wM3dדtn?<6wUٸ .o ^}A`S u=Ϩ/o'z^cC3.L_7d85C0pJtɴj[8W;(}؁qU`}Nu) )%}v543xV 0EEnUZZcI-h/ ֡(*Jh)`mTꝘlB*!0v]}rX=تt*n WQ&?5잷[Ifj\[.S:.koqwhfRF<=G`XZ;$ MʌU-.D . %fov›K;S[`ZRo+y?[ #p<ה\r\5ulƐި8s_HN5_sNH&F0Lx3ǭ(fc+rAC34~o3͐\#ttϷ킝7+ʇ+AS NOYznSu1p: QxhQ $]W/%8C`9 y/u o@$,Fb^B7 LlX(`:'= wC: +JyVjThQtgG !UbQ(g㋍EU [b5Fhj 0r\ҹ4sT[Z%94_Nڴ׎J86g, 1evHzgη#FX0[jQ:N<,8@YXχzp7}?*`G))R!ҵDvVިtY)Igfn푸C(^agq>~b0^~r BwL;Fq1ári"^jMJd%xv?@X7<H`'k Nk~4SzHD5Ko4qV0I(t`8  Iv%'.1)ܑi:{51?s K )8s% a8鋀Cܝj ԞN%e_KS=/[?k=Tgߗ;MyyFc)Ca'Y *\G*OtcNv{%{ʦLv<$Fp%߾mv/d>~nAX0[lhQ@.ooH!fᕤ%WGVtB[daE{aT}Q Hi+IJWu0 @'tވ^s3+6x|E WۖxqjUZ;'ly"i~ PfSK/?F"̐FD'\"or'i6g0{2Kؔ*H|1wok)۳?ooR^չO IFb 8}b9y~ɢP"в x?9iM{|aeRdkz B>DmgRA•MwZz=];&N`Ul}h3fʮ?:bKV1.!?8̢S? *[lI&\.MK2rEՐŜ:>ԷU ;9YpK7Y)UX <̝I:bЬeה] w Yr{LKX1o"8qs{q` JoEV0l*I}Qʔ-N΁̙(B-?|sOY`h+P'y]A 5u-9җ]փ~"`]xiuUe 5T](H,A WN@JR@e|ʼn$ ib(pTR\5P6%Asے|(mgX3d`jڑ# '4WPk3JL{z,X\d/bDj/LLpKS~p/En_ 4GES n}NRLn} |]G`$a>V&m >3Egpr1gOI\¦T׭k:vOBhGaq @$b.(^ceRHz1ق~55}kJ7F#` "Z7#=&Y5(T%қ͖ebB=\L> 4nl0bx(P!MUб8߶ !D;PmV y f%vGN" XSW7b@?86;7j28iLnKQޏb8)IP^[#M;btݐfkJ60j9#~C rxsB򦅽s(@x@k"·YGYtsT(ߘj25MkEADw?G!Pr0K mG'*QY0G܀ ,&oa\2YS43DC;qϝX{*%FLC#kd*n)9\c 9,7qk?[(ɗ]7n_a? \!#aSDHy@I_)F}QC|Yރ']>tX4&hPdQfefq)`z8G 7– k;6㝑#OBh8τO7!&˯xzK5$L%x>؇[bDx;!Mb7u<{j\~񟕽$L;-GkIC9|| _')U1 :HueH6a{l9W9L+8ܛu5PpaYb c;j'ȮQ](ۚX :\4uu& >Hvb#ĢV"dB}&1}#ۂ]LJ73:>{0 3x}8#"7 Q uaUk_KFe&x_O/D mC5YC I\ibVn{|a U Y'N)5Ϸ:S;}bt+U){kn{b]L𣤲Ú-u>"1ʽ(+T2)6`񑨟5cuGXGAdKҕ8uMZIA9g͐g5Z#JC} -%. )ȒtoY/"R@+P ~=r(0XZwTKlxj]ϖS_k=2nHtEBWӉ$+%zL)r;YmN4|NZ FYOWhN)eftKd m3=S3HOwGrfd4ebd kO+?7\]GDR</506i\LX̀Ql~]9y Y7OCwߨ7{ $90JK1H?P2FsjiF]MNwaZ연J$qM7x!Y3tVQb<^) @TL%e.M]H:^nSR5Ղ &W-cٛFup UՆEEhK5,."D;J",}U̙<ºt v9_L)߇ב( ښe>4=h>vID_N}ٺ,}yQiLl6wNFwM-Hv -Wy| 1lh@8ݿ`x&Y 7>mm9_:TZ'pWcXzAE) Amy~&f,3\v(zXO*Bb}> a(zlm.JLwYWp;njFMϹbuٻ,gW~ )u{umӪ_be1lD=nSd-؉vh{/)s[qdiJ;Fuͦ4%ZMFzc/+8'k ?uE:麣ONGP1Ζ+!FDE«'ƸEcY2 +ӎ[QQ_<[B`Ŕܤk9E%ysk i|9b-IDLndRSuyf }N+!!J;;Td&f7@.ap"mA" Vs"3;"x|0!F"?;RbrCrȮZ*!6e"~a@#;I@IZ(WL%1[9cIНr%䊙fG _rWZБW;2CmnRi>X'jv+J\{iU£-wb/j& Eꔬ 2MBiй5 ظEC;^sv߬7+Hq=0ecMX$ ^ Kc \lxn1j0[ !>>i ܨR^-H%_woz| xS?}7c9P=Sij =($O,g^Y4v)l #b)>,i % K_`(ՌFL&-1S|z@#OݷN-٢ztTe1+1Y$\o%pA>mCm0 tYRz'zf6;jZ%X#^ 0v2bF7BP8G|oϒ!{ h3ۅ9,ZNպU-jK-y7PD*"#pPi]*qQ:ʀҸ9pǗm84aS]u-}#fI]rwC9hR*Ue ~E;磔#* f_f4+5vS͗9<.oa}IXȗVx2>ܮXUA8s"s qJ] +^(IYVq6gUS^l;B0@^jК=ݛimC{xo`_YqmלŗeXQlRgp?S| ֊2|w%Ѥ+;N;WI@e;/ǾCIι v1r[>Ԝ>akjRc;5N \h_(ܸOmqsM,'z҄̿@UTB;dh;jK{ JSB z]dC"Q,4JB_ðJhm%d< bhiOԒAdygg(PXC H 7wnl'79pL +[9[^PCo-3VIHIg$OrIK>R! XU~,ϱ2D}[$n,]n36K>c ]f,'Q+tU4c#{lEڮ v7=]qp=_GK$n܊p:ر1Ym@Ugf][D1,XשAՙXDvjT (;(uc|R=X({F"s72uч8G>-;A7p3}/k{PL]H ƟOF;#N6a_AS3SE Ӯ.%rYrBHU0mP4MGY吮=PsM-&k S3EV\'/F9JoN4DRD@'p-gwG5oD9*rTe,4%b:#JJL 8oC1=Ł$ȍa$VE `RZw4.V{s0MtJ fڼ 'kKG"0מL4p%{$En!~dS_GPjDv́?09;b7ʩD ֗Ysk&ٰExQNkSCхrkL V]fNQ ,q?k)i jدf 3N-K>E:',]τ1sD{'u">pS:ip;nd{w';>) .Q^ @o5D0?'^WDBgj̳Xl]wtK EdLZuu:ʢ2^9[2ftD e{l?Pj#\9,`V~ՆFA5?MuNo1@Ydb9C6N>Cyv "JrNOُȿWYY3V8Πukӣ GVw(2%kbzF% {aiR7`7%FbYja+Uvk%KZA nޞ+5, SpBc*@o*Lb7|3N\.Dtݛ.c.wi}A7K;vi.}aIW5H_/}di'l L( p͇WJ~gæQJ"uy0ۀd5%v\qM^ f)_ڻ 1R$L?%sb2EU[-6C }915)1Z2YGp9؍$gmm *N3dy*V- \:w[L0*]D擵- k4iN  tiuy ,+$$x<^iGTff$m|3q` i^ߝC_ &zsMaOZGL]8XW)4a߭C7N}ͺ=UƋo-7pѬ=Eh@gb=$i$ N'Ǣ\|}`.3-re x3U)LvFRl[N}l5]Z-])6cˀ=0nЙsh|2::Vt-O"g ۾nUf'Qindn3J&Aqr#0:_yάV PnJ>ߐG9')$7R?o7oyUɐe {6e#nzfZ1LRI-(/%YhdE5DΣl[XnHFW!K -F}/7ݩ_bή*t(y-=_e|7|HrڞIb{a*);WQ&3/)mRFK9lp[V]+cr'H(v[Vs[AV(I4r0 < W0EaM)oxd:9@_= &`Fo <:secaH,z]tvB節L` &I``ףE{.7K}+L#6C/q\xYaskmXnp%؛DǩdhX'џ!v9D9S掦4fDk،ӱ;!d/Hlw9'@-Nj D 9aLl=KN݈-7>̌f[Ŝ[Iʙ+\yOIR)L 7ؿ6@p@,i?. \5R@. j]vT>40/֨4Z[[K3x6;^6 Wg ZE(zu}+Q8)W{ VϤC`j)隹_kڲ?E1I,QQ`$.w!c O]PbX1bӚ7pc Ú[ϩƲШ;ΣJQcFvD;(>6$(;ԢCcĿ8 \ :c$zco{}^9=^e_ca $e.Ț5=7p6FdCz] P'~Meby9u2#@X[J 8oÝ_(7[Wo|~A/'AeEx>,#ږTd:az L݊> ߭~V0~?zYC1E~gQ7{9uhm5lT 嵬fNZ1 kP7}1op(kr Ҥ+v2l$@cdRoHRk8m$C\>&L ?ĶׅSp-ЮM4E_lXܴB:=OVoTP 'tFJ5"5緹m% P#JՌLtJY^vvd;7b6e* /_o]rQ F10xdlݡQYh|Nїh8eoQ8+kX`zb`-ܤTVUo^/$b}zEO UL@JgʂLQKG¾IoyڳRۭ*rN 9;R# 4әx!H_PppDhBSт鍠Uxk[`#Sƍq>OklCMQa }cyS2z.l)t *̱#Nk#'4:p7 8}V {w!oy^oh0^D^cF}uՉïoI!åF^&{Ҵ*ko&I$nG"v=/:EId1,s9.tvl4ch~Qd?u߇H<}lh"lezg:fyRfp-FSk^TZvE1}ފ#8q0H:TC=+KE#~'Dd&Sx2z$vv<-00\MQI[M2 w@Q9q6U!ÆָāDiz'RHQp:H;2zh&^F\$* Gy®>fS+?R.pKH2ԵjutٴjBnj8k&Ml{?q\;"罅&RzSp_~^8IU(J0)jTvQ4^Q2ڐ@O"Y]1a٧{`l3@)Z.K[ E6{ \j‡4[獨KAÄG^rEs` ،V?T&f cZ;#6n^ԩ'Z}s" rCd;"Zv+Ik.i35*.{z{^D&d?#{KyK`Z8ghVHgM&t!Jn$;!@XIn!qD$;tdY*I6o7jS0oKBz{f3qꪏY~UNоkϝL$z5 L_[>r|}<=6I?d%g̰>Ri}4Mg(iOnIy@B,4 vAfl{.rZ:" /P(,u(XOKD+zs5$[N0è:yq,$Jc1 =hv-!e2.@Y][Qqew: ӌKsZuk0&9` 26lu:: DGx|>l3iGN""D?cÌ1:{J~cny-qЪkPp>% Zwդb]C˨I#}[#|vMBA8CDZ`mAPԎr~-=k| ,<ːTř ӭHݢו{DX<@-N\.;]&gq N2eT-S  k4DMFY{tΤ8h<6ڜYU& *'c:\Y؋b`n'imv:`l8騈H)_r1Vd? ^G: t9?(x)侃O ˴јؓ hVJA sZOTWQHiGQU-'RX=w<(2(u~ FkI<\4x!VKYu8d1dMFߦ5oFӗ#yh bCh=k,|Zb4t IPœI/jA/#,#YAС= YE%xTAɏX'& \'0ؤV*<[??+`όzSwc5d Z%IKQO4kx⎿7>7P1YܧD챡*PI|P-PG5 =z}R!؋YB(ټoeR{0o6Y`!0+ԄŒ ln *ggB+<WUu&(n53]$zoWSWޣQIms2ޫvpn.;T@K|!&W,v# k;39Zu{D [4s/Ks:_ [ >@i/|tsz5ӆ'br2 \3i#PdA'U?<|d5zq_#]S C/6O i/Pl pq "y@{?_+q4Eb#t~6?V鱹j.=QsZ L]nFC'6eiU)"Bcd3RrQP2omf et>4&ӿݘ% Y` =wgi\G8ˈa#_39 _87.x' 7v`x /<ЂAG^U[EnQ\-@'5\ZmIpyQ ѹ ^0V]ȀkawdU-D mk;1[K o^ O'O;.1~^\d l$`K.l䝂߆Y ۦҁB,.g;P3]4{VfD|7K_RA_";L]:PbyAA)7JU\t6⦎*oHL9rʰђ|t%߲0();TH\R Ò|gbB4#FL?(xTdZBsu!z0O[A6d*-4M3OW!;cי;Q96'tDg=ު6N5|v_6[Zrhѹ&H=L^ oI~B8fhINVEC5\Og,1{9b/&UWI?HuPX+hx}xTS[Kۂo.b @ތ4 UdR m)}<wƹ G ۮ( Q z{҂Aʳ&<8K Lsh׃9^ @zPoTEwvsQ7dDqW"ܖߩUfn@^1P}ɰ0׹$` b)x{&1lc#*~ 8Vx۪t,ݚkd}dU$V?*(!}Qt/13e5MaUW]"a"[D:]?Z|CjidnwMu_"Q˂zY:`?x+`B}P|AdoVޗY.*n .U'~9)?xk"# B-iDZhg[ĶV;fe83g؟t7 [/u0m "lk9m5P]v0>3sW+5N!N}LFEFM-OI$ڦCn8Ӑ$)7}ۤ~(ZVTvSjxPhw9{|<0lHbMSs&ew0 hE>cz:g: ;^{>m#Eqv(8>G@qk*Vɛpg8ko_2mu8n9#`!˰ @.>DZ%`AX `POiwKkPο ETŬ4/Kp\`"!?rӴ=8_Jr)O&+0 ~J_mt^;w,wt{aC6,;GeNĦb>T,}>G)ҺRHRyiCNGy=5B{Fv`_?@eBA0bi#NK&+_!haL^ż3,ZeάWyˊ絵[֕sS}f&-fLOsjx0mQ~}^qC  t1fC gQ|RK'Tz"K f{w‘]n.u- R6kJ\;۹h!ބg-+}m&s-PR_ +F8"g2_̀NƅSr6c=+vK z0RZO>7Ǽ=*> NyҝJ)t 6Ac!˥MH{^DS]ƞ_;ط5H|܇P,+uU$}VDBed-WlT܍3 nKHc'; ݃NfvGO8sҙ% `ΕӠe `5TJ>2Daлm|Iu ĺb87{8>7Q}^ ±ydj=Wyy[7Q.'|ewwzc0֍K#/dP{16 V?˘tWrEŻPL%Q=Mw8eM/A%IC80(89}6xJO"^AW; |Y/%gIr5:^Z7oaDSnՄjQsJckTS}­5k7S"9 ik 8 ǁAZ4ߞ;T2BN0Gց)o{vqCI}Nq;&@t u3Q l>I ѿR@S*l tmt+eZu.4N{Yӹ̐C\Qb/q'B <}GKΔӀ Q9S MlQV#%b)DW`]&)hٶF)$F@*b6ΐ^/{Ta.<03]R ?rP%ӏnU:ұ)MuhD`uK;k";5ыCOJobP7oH; ˎ}/7hi7Xj]3{+#@, [\QtRKg'xp 3@OY̸]-*CHc=ۂ]UZ>u=K͑-Y63tBmҝP; a^(}2_7q(;~G<@o*L/oRant օr ujFDʔo;%R# ѵ+0[FKa6P>o!%ZwOrQlj~KB_ uK΢/:X|9Ђ-7}AfZ +؟rzLkmj΢e#հaao2Hkz}HjS_ I2HQҗV:p6.bU(+{Ixg_fJjxV];L79'_O1guYΦ'r1KB%ط]$4)@p~*7vɲH73urJ=%hI7H_# OyFVs!!#P_, -"hjFQai:3{\+ C !3%,8mׁE䠾 Ŷ6dԬI_uHa\aGxsA$u@32<5̔~z СW.q[F3?' ^]ʴdqAL:NbUO=WU%8C7p?]%|ɔ w*1bM-k|Q'8)b)gN/K͋$=_";+B,)un /$ڍzަ^D2HY P|쪏Xtcrq@R0ijPt OcͿڪ &<[I\varƟdD,=SYkS^,* 4kLR oSq:jL;zq$4sY!ZaS5{u]bOtl1^_b5Z: ݕtn,밢aAr,0d=Dqtzjc#_@wJ}r$qTzʖ ^>+"(PȻԆ7CܒÜ T΂Y`9c'镓dzci{\hf\GOo\M5/z$}ŗi=N*xA'#9n?q(ξXK<g Zy}M~Xq`H6lys>\Ȃo}5ŞPƥlYhD†<%p .o!K:3="-CC8^yGs9U&/QZ.;p: d- \x4!UlANg/iyߡ4CT~b|a\I879;d4oߝrI L҆F3p N"ӽE@juRE:kK-c%{^H[tSdxQ N`pN[?\Rh vI!>+\tۯ2)ؤFy,[`ld0;~ކ~DŨDMniS<|EUFY6Q)@mG p-(Jw?tZqQF%Gj)e >L&F5@h_ W{0ETHO%;@@*(3%҇U`8G].҆+yb)6)ܜvS z[$.rd!tǿŜ0!xj*qƵ!WϪllB\5!v͌tHncqXW %Ѧ#!쁌a9S- 6Y{T#mX4{W31%p? b}POZSOTs3Ŗ5Bi◼!YXy xm!wd&ɆA(x/:ZN7Uꚦ "}[_q%~")l3W4~Eߕ'ޡ_D2M%Hle'bK|#A fܲ1#sMwJ~[PJo/hXXAvTuc>wX;lI0`(K B }tK \ҖjTIW&+8 @&X]K±y@ !xP|iIQҬ)q,2 lH`fK-`Ͻ4V?(|YZ3dXA0bڥ!0p5300qUhЊrZdK'w*ruŢ9RWFGE}@%D;E1G/_p ,% X>Ġr|a8wlya|'p0}FFDC'0$s%_R" F'd*j,{=Н\_Wg?U$(|)N=>wPD63~1MH݇7Tb[7|w󯮓*Ys t_dr'Ӧ]?H}"(h/|b tWu}Fc8S$C0yND\|6cv8nXs$U}m모UE'MمXC̜ӃFSKS $@ Pʯ7/mrߤ3e4@Y! Jݱ.GH#%·'NQ(زzh/5Uh^I1P=t +ّ44C;Cs+m"u}q1ΧA&DIV:!41Hv`䀹ZPǸ6ޟpXZB#y;ovpKe)/ptZ^lPWɼD,"mJ^=jLoQ*rQ+' d n&UczFfDaYۍ5aLm~=JXD:ƉMr_,Oo&t}{&|"?D8܌VV +4F6մ꫻ѓCם; nB io9 =`gJ֐D v&ݺ C #+S6 8o !Bv%KY2oD?.fq,040jtIW):4wrKC OCU(|͵eIMU^j3!`\@G__/xc6S@IV<]XᘂU=ғ'Kw|8k>oW9/tfqZk@?)4oíLj~vOB-̦O Kғ)o5S^g3"x.ߕ}vYDf`%kb*pT2h:ۭЃ6W 덩^eM3:U}MO/7XZ% rH{jkX=h8o Lhp4L_CK+LDJ Êim}bLA`}3@uhiǕpvG\K œG J25WE&d`=+^,WǘlF)W8rKX?<`~6TaIo-mgRvdKMIGrhj"#v}wgJwzDiy 8?bu>fxZ(@{\6:rU)|o y|x.9tFG=5ҷ oٚrg`6Kc>+Lu#NqWX0N% IVC:%mDH| @ (+.pxpL+K8!tΥ =yeL/YՌиH[SľhkKZnE }.OtPer}%ZY# rnLL2*lxl7UX4KERlp`ʙ-!ѨHWhTbbqKlsB_a#20;wKThn]Ӷ( uϛ͸!e PRnFkA5@Fmk8N:=ferȤ]eOmBc% TqXxf42EIG 7 cn4VB!Nl?ԥ}/bh/MM@`Xls*.g*WPJcn8qF SWW,brl1Fr 5_EtsB(: ul FB+NJ.Ǵz/Fyhl0oXOXD6Tcˑr?S2ibn &@h]lٿySS*c j)1L/# Md1/xK 2TJ2]w=Zǣ$QphDa&iS*u^UxG_|7*ΛxM;8"LjBh+]%|<@_l1 )au]U%2=CJҥOG5C%Q՞+Xp>t2 ?=;J  u\CkQ>@h{|lGeHgqDf@N 6_ԎPONm7wT)UA&JºLJ`!&#kn`ixq !_{ӨEf$*bu9LCA[aQ9k+7Qث("X|_7=uɪ BBǎۀeYzplc Uf/@;/[g0k]S.ު0{>/ˀаҼRV` gxSkvAB$g9v_ۥMc ƴQE?5?kڜ94+{NRjejt H|TfxgdQ7_꫾t54|4''^:v{\+2=.`\$ǂ@tL(@(ٲԋ L̕B33 01*~3uW#5!IX/`pYi?nB'RMvP -8":-HPjrKwkSvZ{Qܘ~RQ}PEvE{0"ib܎$, %K5eR%an-é"(~oOiߍZFy' ځbZ n43}7cMT.!7eּ-Q7->]4}R`kܙfһrơN^0X^ 6'M32b[L: oJrm 4OE&\mkc{eZB SEk?8KMK38H5ے.E.V [ d+H7p߻Y tf!T"`$<"-Ws퇏@9rY4{egGS0rgCdu̹J䔀H8 $XLYFVoL)O{v l`VU0]/2Q֯@*O$S4O=Mf@o9}pT95+)5~>/ѭIME`>hLH iEWtǵ|BƺͣpjSz{zqF5cO S:l&wRT(it7K{X"zvFV!|chgd؄S{.Civƚr_vҙV:r\(pl&b0y$ܸY÷ ֱa-C.ȓ䔟z\);uR)5tqHF>qA^k)M`Ѧ񠼍.ef;K[OZp\$(O͢jWma5D)uCK’üө@B7Tz1}HC,Q>'l?J-L-}p∎JG1/-=uj/J?@A \iX@bf?w8D^[XN~E9I14>#RY aLzO[iآ9;"i{MdJʫgv=N70jLm,wj_]d"9L -LAREMı;/ : unՍ-hzgkb`0ccN"#tW6\:{$+QȜ~.SѨI/k&Wn |ƒz! 呁5^IW1ۘ,˜sYJ+޽cT2%V/ly\g`'Sk]zWB]-W&)qIT3exMEA8vrrYP4"07bumw޵bԤtxnF0|o07N/m'jNkLMg7" T5HO_xF(_3,Jz [@`Bk2s,{'pD]O{uv(@yVR>Pw0I{ RJR^Dnm&Nݻf&|4tCg HkW\PL['lrZVT8qa8@&dln RNԧ5Ԣ1 lԱ⿕C\#u7'̀I8{!c8:l@2NyU4_w?4DYP^x\xLGOۆnNRͮtR,2-epf>9=o~mj# I V<֩" < U?U]׃lՙ+e7_{#hS= /O5T̟bɅ._XMim *5Uwua@o diWrp5fH@n==wwl?XVz؊7U瑦Q8kD9W;6Ckxo@bC)3Jیg"R SpO?ܟBZa\3Y%cݦDOZGo.Cj" zuC#+9jOPwGbjʷv+A N#b>FFΊO#?͔,\8 43'>V ajn{hr<213. X}Ƅ}ZpzR۪e0vIOewIxcȓ"![~7)W_*=tM+$a?tI,PM1AJ(hg=v-b f@ wSઉfc]ho*/hC^xK)䘗Xb՗,ҙa K!t e=´ƞ 8Oq^kniJOxxц>gg ztܵZbZ1{Tg=G{Z2F1/-C>(2g`| ADva12Xnh/uJCBw 'XP C!v172Vwq| ^V#EwlGa;ZpUv>.$twEz4US9^5-_m\Cl '['tGĆ}zʖD3E*xk%r 5ʻKc,=1%L_ݲ~zsdBC*vaD;*w7~wXxM͇_ԗ@ \(DZfȱ9(cdN (r]MMϭrLwSJ_d[ }NB%yXK?aFb=YX5iIso,,zFBUŰ&sT'@D^TL1n5Q]Yl1a@jc)zn6^J(Xh"_.p= i'0uOe*o MPb5)c&rxlKkNİ X;-hߝyd]Z=sD,pNmh:f眃¾%0,J{(a3?2c(Uq~ OCōv(DAL9*+Ep-_li)M ە>:6TAUwR1Zfr6FZY`er,т>Im{V!1_mz B T;c633M V&az)i6PğziXWa#z"\DuBo"-,t!zQ 0d֐6| I#2z&[VMgjve>>u$QzIlMbi_嬰H;=+@o׍v95{yîT3~&7~.JD[o'Ɇz\(P֫:N?~e<>Y\z.;4XL$X-mb㈲1{4uia͞;sjFB:\57_&VS.. f+x>f+Q mY[WD@3w o`[Z|V+c)=Q)N_a!s=xhRA/9s? ''^k[!&!m+%ñB@^1a)Yd^u\0\qn/ >~c%1w8,W}alTG\9oItT#  1@*-f}lj ]bHmEu7l _ouBj2[Lʣ(1x+ߒ ~ #Aq*dBr v2'T,u|1#8 7"]mYW_ zݸQ -%ȁt쮵[WMy1+IŌ\a\TuQ[VQBnTAjރ8O1XO/Y^\[ R4ԕ9z :Z5o7tF,y.V|v::jKj ULW>h އ;kJ^8PGqkI}\wJZʕ7iZrHK=_P2}yp(Tt~\-$2=3pD}uk#)nz wF#I2IV\؅OZ:i$":)/񖗱 #@iG/ c[i@Ɯi(w8eeBѡzl^"oTk,vUnčW6b2Їax&a(kZSaPП vadH\YmR?GLn/u0Zg\wK5_9x _y+hG%E QU*qP~4n -,[* BS(Y,bP_k*mn+V# Wη0޼AbܮDF&e0h^X+|Ǚrp$`4GӇ)}mg \h14y?ͰW҂ 4~6HмtDD1V4jR1[9-Dc\nsﻏ .I))lryʅ< }Y mb<>F|/dpD`[ET7"",?Po,wB8- ^ǭiTQSj Bwk87yph>|JM@)ꮖs:ΐÉy׬tN#VbBGyB:g7~hԚܾE.A\Zkd%_gn]s66Jjv-0'RpCd&y PBAƈ> vyDDmӟk|f$3+^4̴ƵVmDZ2%2_g~ ]uQge M3 q:)8V\١m pw;WjDڋ*4螨]%,NVkMB-sM$_牄N1XS(2~3Re^ih/N8Y;yy1~LnU3$N߶gBĤB&v@(H=%ͷMh_Dr6|$8 ; `NC+%: Д Tqf-/xfS2" w˃sRߢIm^?wN#Rf0d hD $vGa>Tϡ^R. 2ܕʹ9PFnE"꾏J ZeHQ SKo #a]~D(;rX "Q8+cې}lTAӤ5c6jnƄIqycgc6^Җ2(Pu(=GyQ*4c8P3v =3}T{trʁ\FEN 4'xx:|*B7 V0*T{~ :uoYVj>AXg`fZAF… $ sj*Iq*&P|a~L=7J`GȄ.vt|#5.n؊B:xAزJYv o= k &*ϭ> CMllZc'2~k'7{[ .%=E^9^s2o'lA:Q9QK0));H"hkqU7\@apgx2mu,[=#>D{cVgG>֯jWٗf? ~2Rs/.v ^]1VgWDAbaJFmMae@u6*+LH#-uP ,0sa:9!ƪ:, zETb!1 Ѩk#J{9Ę{΄X+ 9Cv6܅zvYBه}OJQ_]'m"/saq&y6j8sTM&{¿쨨Elq~„<,UOL%W='1)FN3&*+@lW3U;ǡC$#Y v4C Z,M2IB@8v{eA4۸]|DQԃ5z .OJI˔)|wolC9}<-'ᖣҀKt'<+w;oo"W6cEDЄfmp5yeJmB#O0ND*Aޒ0nH!A|F'ΎѸUE֝ /nf MΔtTct\p)τږ̣Oú_3P4q3` (b0= ʒwe/?9eH|9WІWU8&&4x2ݸha'H9ŔTʱg{P6V5k&~c)8B-b誚g FILi<3=|ڋή",p48z;~q_~ҿ{yDXD.Rv\3ZO#M).@V}Yvem|O&+z ;FX.ƟrC5|džtҐp~ jK` vNXp=̦񧒅B3>Qc$ %4WN3$*Zo<*Zj1Yƣ] x8@O]|Nh{nj<r{@_mT-Uד/p➻N`ᣬ˥%-?/YSg8oTbt z\9dDG,1BM&)Ls$4vRKL|ѷ6%Z <8 ~%0]n`_a|14Mr>1ݢOX,EIQ ͤ"UMX?;uM h\SGTg6?'s&߮re3"ItU\ ܌<gMH\TGp|z\^_KG= ALp:y)/ \~Cۣ=_84r2>= ԏا&ۘc z#E!Mزl3D^h$;«m4U EFM\@<ԝŧ*^1kdϧj2"OH 8!pŖ0_',SUg{@N*X] 6G%d޺1SBEW^'Yyjzaޖ XSW}.A]/l aJNd,==fƤh<x#^Wn>֠tSZs&ij}vE&Tt~slK؆u/sp`ݧYd0±n^^XakL?]S 8O;ł7Xj'^ ?Mjy1l+MWAQY}y1eh6v]bQ 9jkJT^P;rDao~W-Pi1\Jw ̦xW9H<k!+Q.JgJb+ib'dm'4 K fkP;w/! BWr9t5 =HŦ~#P@S 4as +%W!zIa Z ,/0i{nDhvUˏ#AC%1^U^ҫP̊ .#VC5a#䉓'H ZX(`'PvQ)t@SR5ZM`~!V2o'lgDSwOPK޻{&bh=pR1>'L5 V"% UCN FN緮f"T#y0RK>{waSE,߽%7ϭʑ#Z9 5~"6̾c/miſr,6YR%̹}?bG ,hlʌ<5?^0B?;sM'|)tAI97c[XjWmiO ҄T%hWr4<7V(A  Xs(~{Z=[΃s-B8kR]MQCU>,JBѺɾ>:Wxf7'MkaҖF>h.S*/~Gc.UIR$;x7E kh@8]ftMݞWhH?quǿZ؇8-u\\ VE,o($&@μ;"EFKR$CvL}]9{ O_겑%:j{ڍt?{\iHdE_Mmq8U:h6W"ٻ-: `x^d`p_rЀW 9TH=)5l")[/S|ρ4"Ч$km>sڀi{p[|V)n1~IcHy&l7d.99,<..q-}LWW dp grYZOmc?0ÅC-hJ v@G(¥,!`ƅhTfcs}UY%P||_ͅ%"Мi 6> e}G o]@wi8F{ F6!S0DGP.vwV}0aVeFj{i̙uܷtgF_͘cn-8n>ifAoWVť@2ĥܴ`n ÎRuϘ[`vPC]PS#mN+Ct2ؑaliu {^@C0:dEIY. CҏQXlUDn[Y aЕaR A,ySw Q"k-?S6?Js鿟8ݕv6NB̿>ڰၦXRKr"+/}Cd!\8}c9H6>z=1 Y֣Pp"-P7*,h`VjFT~B!XCyG6V|bAiTvϿ_ DAR>^A ԩ./ݦӜz HV Z^Lŭ#8$qݠLVhG ]*I.,w@Mއӹn{3A~>rǗFsb7z!b3/rY%~!U(?(+1je/,)Bg-<hrAïK Je:dfD@Vr6*Pwd *c7A\Pmgؓw~Lp9XNIe *2P)J.*4dQ/8V@%fx

=qezgC'ZUX Z ~G#vh\4[xR4Ps{OMKexwۻ}Q2|km4˖ ےb~h5_pY;͙I1xQ.tJFPr? A1Ŝ ƒ7K ^' (}XW7n \.V$mtq@@)Ɔ)1QlLS;;kΒ^~6Aa63X+nI}lAILُdNzD0B۹f  ƌ@|MN)brE,\ /(`Xtz/[48Ǽ qbLuFnNbbe;C; =Lεl XHL M1*%4PV Nsx#Nusz1FTs 2-9ӉbT*E>9n%>_&8 _׈}{Aƥr +#`:U}9O{%Z](;ͤ$1)p`5lz ~>i&5^R9aBZ Mg<֙i6o)܅Kޢp,V yN(P^c[U h~bI!E"*g9Oe1RO3Y^9ಠ˻U_K=GRٮO ʖ?y5gy$JP%Gr!C6r!vmLf,Jmcn {" < #U颹{qi؇092EKW~5bك޷BзU(=bسP)ʬ;bO]W왹`T _E0n - }'1AQQ$_Ϸ:Tu]A\]DDNPdd!a-ﻎ] nU[mz*R:0*-9 ߙ<'=W:jF``ߓ]k3B[_ev`Ucļ8NpHBgx 04tﳺ5yJ61Eqi2,W!i{Su\l"5eTӛcZZH砞]E$ nР)zbgƘ1Uz-C3L<+F9͑SA >MVð+50HV^W'7w|FM|G7(f_BhC EP8LA:c@eJ }ٝޘˁɎ^N6B%=G {/LQ;mtđVI枲YCMn}rOڷc蒠tжe+ѴkfZ˻rN6agy |U^NUdi}"qI '-JҀ9TC7֜~E1'<[i(* I$"αQ Bzk'l|2+d> yvԶaԇ+*Hŝ2*µCV7ElN-t,x?hկ1ӌYT9^!'Qm*^;3I_2~&Rٛ6C.ҡZpȴw4Ok/c)P Ї'E֬8p'̗켱QPb2,m|TǼ"(DH`u=uS Ēbsq$cS)Ul-DH>>ͭJF gtKiJ8VP[+ !*V`2ީcnƼ1d ;Y{G˧I[GǺvL5:6,|/>0bʥ;zGՂGÜS MzRk/D"h7` %mQ[v̀Py=固ߒI9~,%@.\j\'FT 뀶\\}VCRnM52õ ')03L^?ѝ $&_g j4^$ehm4^7H 3Ԡ|@x`bvaf$4a!hJ`8gA5jA u-řRs.%2{GrH)ܛ\g:BG\F,$O0VgX6Dѷc[<2vذLmKEr VEc1ׇ,ߝ_gOC?wX5?f^mg2xJxJ9ѮөafLs+ػ8i1Bde+Ꝺ)BUCޚ, oWYp4 OE6(2Fyro/@5_n'CЏA;ϼ6}J7-Jakp\nKSDy.4Ihķ){n3$u2:LgH2xرgjQ1^U (@ŔF`~# sK\=QLV ;C4qϞ:.Dgg)h+.H9E CZzO~/Lt1ho> <ªp,R}V ͂NFcxrf@WT3.yt*htbyWX`һ6n,8Y8d\Sn' B ?F~$Axƫ)8ڸ\ޗvN1ξniw&Aa*1"ΥYlcóP$9ht.K< W~v!C+"sneBOjhiXOޯkS~$Nyhmg,&àCі(LJ")<NaO\^zi)9$X{88_[=}TOȾmi:uڠCP[{ל^3OU%!* =DZ^QcvLZ5&I9=Έǁa\\}. \-QsT}-u4}2ޭ9F: aԑY QNW##Rho'l"(e~h;rMeC7v[SE(B _q~+>5 )0VrkPE6^&D6Ζ0(j@t8$?3~eVeGSN'!ǨTғq1C1sc^" ,ror3DlOmK[ Z21]Ώԡd nKq0fxBk쓛l/9+4)i8zu2,˖h NneTv=]r z9:Jai(eR%5}27FME&y/b2UdΎ('z F U(}cAR]NQ/پ_|~`w;IQ9~9M 1 bEHM_|kdmfr':tc3l+Lbd9>[_xYs^xJf1SqbGJ T>fhDZ/&Vi[7*->),Pfr YR}Χ( #:w=flN );3o,eVljl0l7MJ,DG1C3oM l}STݿdP۰stٿFKM S{#Җ{mkR4h+4 rJ, ѕ_u6P#6S5I|{VJ끚#~ظijٞQ5]j6D{Zꔓ0t߾3z8P5 xpM.ueXݮ}D\pZ&7b@Em R T?=}ԖRï߼d珑3R0Τ6yFW{*ݚ;4/d̴w>5ȅ 4b]pV\X8 1ş|_EeZyy[5|B!u5ntaJ09lv=mqڻ3{Uۍm毯Nvjv`6\F@G?QjXYU4EZW; \AE< w[9`<s>+pv3 1˦ КJ n&'C!_<zb?cURS,~VTM4Y(JW46o#8g.O)kw]؀⡌X+ºІMEZ76w|u71w>&dMR]A W1`l/0r^w{2xQ[&;qOVxԪVqs(63A&MEFťT@jXJ,_UJA8AR)D 9JN0IȩDp'շ1F#FcФx{lh=FI V-+{DȀDWpCrHHJgSuɳ<GE ?6 h*, q_=1>(n|yVO ?_ˠQwͯ\vR7a(A dCwujTci2~Cw8/h X^gk ?Uvr*O;xǤq ]̓@Ʈ\"u!E'6&;P1AlBG8%;Fk2 m @=^ݳ1öQZMlyݿ}{ɆfqQ/tiOeC{ܳ6)T} J8W'Ěx!`/v s󋙛_q*1+ SiʬCz} ^v~:-7:KL0g=VCX3A)'NJ||,NPئn8:XOsV<]g  Z ,;={`>,书cʙ=uJ33եDTS̈XV5=Co@M`6d}]t@% M΄҉ йUE's4R%IԼ,l 䆕CHCچ/',:!R̎}UB0g)c}Nu*Kwcxf]W_)P>;6TyX3}&ۇP!1se r #Ԟ-`KR+ץCzGA wLKP ߉ɔ |6R21MFӈē* ԛfQx A-]zY#'lآ ù,f?"ph$NVCGe+n̐!IޗaNXY}p9qw3*K|mgU7-2 նAӰQ0r>8eT\,+Vδ6ݹoӉ`ZA4oz'TMjM"Rt=$ֹQSҽWFXR'f s#vĹIm_WR0 ፨lYXIRVќ$Y.LՊh3Q;9<~ׁPN$] 9?q)6+ ZME45;\\UjZrDnCfgN~㢆]Ym: :T '/o 0CTuC ^Ν2Cg0nj&7_Wg,p7pp`He-aRVaQЖzfƛB4km ,@#eeE㯚Lޥ' iPRU)Ccm=܋RO7;% bɺ@ f{^8 "JmKL?h3'Yy W /@^˵@}@IgEh+Yէ>Q5y"pi#_QaL)5F&Piɪ&8|2Qrcdj6FL !;y6q8PJE}ZS`p;C,fħ$ܽ-> #x+{ [qf23e6m!QagwzV007}!=~e3#B2K I\Cc t6)~k^ShQkYZ&WN1B xӳZ1GoZv,tNqωf4[YpmApvkBfڴFQJDIb`esCɵpJ`m^o& B L\p @ǽWQ7Y-Y yH&l+NsU\ʂ~8'T Ϸ2M8Ih(mztNi}PW>D`Q*7Xю(5|+be|h:ᆐ:Yqgf!z'/A ¾P.&a1wB\p{OWv(c,@B|k8JfPNwOW=\x^(& |NXSG듥cxg|dTC$(-{W~LT_6^XA$tC T`څyદrUH3Coeփ_BZk~f!Mf7{ fpƏ7]@8 prMÓ>OJ~ gbEPcRu+HfooQg8vhO^-JssfmWe3pa;1Εgw#Lk bgQgNT>tLb6x joȿ\Ĕ( L//ȷj<}c:JI1Es@ . ֻC$=Hu amw?2g"p)noc\y?!,E!!LˌË9/S+Lvɱ2ljkIīPr'g?jPc0O`.xґLp#{ e#>*:Hg80xlj5Z<7"p\wEk $1IO4 lи A-?ݸcP\7 t24{$59E@15C~|71bMblJ6)|@UUR^H.5Y QT~ aTUN0C#I*~.-uTnj&zA1W*%On-OHҰo{?~,XtM#cHy5u`ck\I#jHe_Q:G굶S`7 `'T^q!IPn tHLV..(sytVdXʛrZ:R^ 5 ] v%G'Lu}!b[wS EVVtىN PIH|1^Q"0}yX?[LD+  żiءXr?+X4)m٩빹1.2-A#Nl1c5hs R |PfBIRYg2LiUߔ >r% O^&++d{B5>! m>ew@バ!Q.c>rl6)F[_(3 u(i_תƼ1s_OY.J6]XfMًrE`iA"碜eA$:0rZEsRQ!>&I3s1L950R(fH3v?]R( X^U=w`MGD@{8 },9 ]RztRs #)6ӂ1+㘷)%~Wblhl 7-̣XG{j漵ب/BE|ethn*A(_"C?j7~+Ϻ=[UBʪg+t0)4=cIxXI>6ܠG>nA$bzW$K` 5}` S?C  F;Fݻl- ERGUMwŠ7{ "^](͇ÏZK @ZpfWp8^Fw tGK!bV)=j'i_fimTaJRmWkoSq|#VkcvgmvoFs9|yEE0;|rFlJ QasCh/ í$^o@M|aZKmz8kd?pՃOߔ dKt<[x*(Q+3V-ؤkQ1-*"yn?Lz$/<`NKDzasEe}'b5DT[׺w'ŐWLL&Lt+F'IƝTC6s!`Ցj-$a#Ho=l,:CGrP}TAZKXzC7g}_"nvS8%MFjiᲕ:QtۨCXZ¡!N-qbz٘쌧vVub_ԟwbgn~ҽE'}+w/k B XG6ir#Av5cM^ q߈f*ů n-)X@n2+]Hؚy&+ReB Բ+6N`/9K}N@iݎODm vY Y9}Zw7舃^Sky\C/පF/h6y :~6qd q+6w;. 䥇#8t .Ms'>07YZt^Wj@HbLi.O%l8 "d'^#!x& pL=Mly򟏣/a.Ƶ.v7/υ{58@!WO]{#.H8 SUDž_}M0s#r.SEΝc6(y|5!VyW8i0B.zF$Q b㨮VaYQr<_4t0 n5tQYʠTt?(G*vL_mE1s-u6TwpVtXG"CRzkxW- ۳$LquEaAEqf[ څk8w]ja ܕ`"ށ5 )}hH1I"9! _6_Sᔶ&;kǝ>&/5)؄2G~^d)3jcA5n,~ ~)他NhAb]bsl܁yI;mQ}q %"PnTC >؎^Uqs!/ć 54H) dIT6tlK6}$gKl/6&{݁={ Xҽ~8 p_N:7m1"_Gƽ@ofZG2{o\݄ {֩Nݟ\1d$U=L4e *WyW k.׌ ɂu7fS%LQ.y3mbgq-cO"T岱;{@%'[uOMHԤ9ASu-ҬÎYs )_)SV(_Uq]'|r9 ^,ݺcv hgaJ;uI&p ގ4,a8UAbr֧0(WX|yAOtTn•w*)xy!p;!${.I 8~>)@9-3 $<74}@{ln*|}Zx [w*WEx b/v\1=O=ڋEb ӎ(>AK]!❎af;ߒbDZ@MR3\UiيR"i.̺#2Ssk}cBJ̿#u;uMzTo21 3=/FA4U"Q! Ye[\M%~ӥ%x2 8|UC©?&i4>cϳbir'dhYX|aw1.1XuމmIKDx12؃ŧUrۦ'*%G.9>.9K;0:^e)Uڊ]X<h&1di{I =„Gt늤y ͣ#q ӻ~"&xH5M+"0r%'b4C꠨9E<1TG6gIo7!/:, x\6gՇ&1__]":g1N Q _DKuto/ gl bA_US 'DJߜOn!nM\xpvk;GĎM@UrcξMQR(o~187Јm'8+(l Ų۷xS #h4P([ P@t&g/&"ٖJdT26}[{Ml@n4qQ/ LK&T*4YFNjgԽ:47KMKdrOr`L~γgm!N+ww6M4'Q8 noS+}/.m}K^~y YZ