python3-cmd2-0.8.9-7.4.3 >  A _+p9|IAʚMa*Ϡn/ p=FYL1L3'&?6)jEJǤlsgY.*ZE:8/lk>a9ŕßi/2Wo5i04a8cd79310bd411d5668cdadd4e786c5e24d6392e44b8c568a00acdba30e4b7cfac1a2d2a5e136d31d8833490c485a39034a67bX_+p9|f<sWf@ *Mg"OJ30fV4;̽0Uhk2_; #6[+=I$*1 ߰C9&#omX0=vlA*Ӧƅϫeکxj91(hHzN"\]ye>HD mVn.k!5#܉>?AD%F-'5m&-awKΫcO5-r'Q$>p>T(?Td  LLPX\u 4 P l  2 @x$\l   ? ( h8 p 9 : O FNGNHNIO XOYO \O,]Od^P1bQ3cQdRbeRgfRjlRluRvRwS<xStySzSSSSTCpython3-cmd20.8.97.4.3Extra features for standard library's cmd moduleEnhancements for standard library's cmd module. Drop-in replacement adds several features for command-prompt tools: * Searchable command history (commands: "hi", "li", "run") * Load commands from file, save to file, edit commands in file * Multi-line commands * Case-insensitive commands * Special-character shortcut commands (beyond cmd's "@" and "!") * Settable environment parameters * Parsing commands with flags * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer * accepts abbreviated commands when unambiguous * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py)_+sheep26TSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttp://packages.python.org/cmd2/linuxnoarchބބ *A+KA큤A큤AA큤_+_+_+_+_+_+_+_+_+[{|_+[{|_+Y gdeb4de54acf4ff1fb52cd7f3a1f1cbbdce635c0d2bcd79602fa997f1d0a88826a3f2a4414545a20776dca612dac323449d50d893cc447b08fe6eb437f5e2d88a75c47c2f694a3299e62f6958f7ffb3d6861ce20cf6b6f34fa03ecc8854396186017a50aa7eca13169065f99dc5b493f05a7c36fba3a43af0a72ed379b9a72bf201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b034eb4aec18b206d52fde3bca766dbc5f1d6eb53af3b75e877c96fc4f6f59fe58096ce266cab011c0b866e5d89702dce53507716c367c89127c1c98bae7fe6180bbf16d2533ab1928ee1cc630f9aaa2522eb44d0a0327480a5bec03ebee34f0311b5d490422f97dc30d8120782b623dbfc44ecbd6436824e9ffb88847c9377122f0216aa18c3b4a3a8017d62f00b8ff8183e9fcb723b53b039e90c505f9410eerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-cmd2-0.8.9-7.4.3.src.rpmpython3-cmd2@     python(abi)python3-pyparsingpython3-pyperclippython3-sixpython3-wcwidthrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.0.13.0.4-14.6.0-14.0-15.2-14.14.1[@Z@YV@YV@X)@TREs@R8D@R%@R dmueller@suse.comdmueller@suse.comtbechtold@suse.comtbechtold@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comspeilicke@suse.comdmueller@suse.comdmueller@suse.com- update to 0.8.9: * Bug Fixes * Fixed extra slash that could print when tab completing users on Windows * Prevent crashes that could occur attempting to open a file in non-existent directory or with very long filename * Make sure pip installs version 0.8.x if you have python 2.7 * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing * Fixed issue where completion display function was overwritten when a submenu quits * Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item`` * Bug Fixes * Fixed a bug with all argument decorators where the wrapped function wasn't returning a value and thus couldn't cause the cmd2 app to quit * Enhancements * Added warning about **libedit** variant of **readline** not being supported on macOS * Added tab-completion of alias names in value filed of **alias** command * Enhanced the ``py`` console in the following ways * Added tab completion of Python identifiers instead of **cmd2** commands * Separated the ``py`` console history from the **cmd2** history * Added support for verbose help with -v where it lists a brief summary of what each command does * Added support for categorizing commands into groups within the help menu * See the [Grouping Commands](http://cmd2.readthedocs.io/en/latest/argument_processing.html?highlight=verbose#grouping-commands) section of the docs for more info * See [help_categories.py](https://github.com/python-cmd2/cmd2/blob/master/examples/help_categories.py) for an example * Tab completion of paths now supports ~user user path expansion * Simplified implementation of various tab completion functions so they no longer require ``ctypes`` * Expanded documentation of ``display_matches`` list to clarify its purpose. See cmd2.py for this documentation. * Adding opening quote to tab completion if any of the completion suggestions have a space. * Tab completion has been overhauled and now supports completion of strings with quotes and spaces. * Tab completion will automatically add an opening quote if a string with a space is completed. * Added ``delimiter_complete`` function for tab completing delimited strings * Added more control over tab completion behavior including the following flags. The use of these flags is documented in cmd2.py * ``allow_appended_space`` * ``allow_closing_quote`` * Due to the tab completion changes, non-Windows platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth). * An alias name can now match a command name. * An alias can now resolve to another alias. * **Python 2 EOL notice** * This is the last release where new features will be added to ``cmd2`` for Python 2.7 * The 0.9.0 release of ``cmd2`` will support Python 3.4+ only * Additional 0.8.x releases may be created to supply bug fixes for Python 2.7 up until August 31, 2018 * After August 31, 2018 not even bug fixes will be provided for Python 2.7 * Fixed conditional dependency issue in setup.py that was in 0.8.3. * Fixed ``help`` command not calling functions for help topics * Fixed not being able to use quoted paths when redirecting with ``<`` and ``>`` * Enhancements * Attribute Changes (Breaks backward compatibility) * ``exclude_from_help`` is now called ``hidden_commands`` since these commands are hidden from things other than help, including tab completion * This list also no longer takes the function names of commands (``do_history``), but instead uses the command names themselves (``history``) * ``excludeFromHistory`` is now called ``exclude_from_history`` * ``cmd_with_subs_completer()`` no longer takes an argument called ``base``. Adding tab completion to subcommands has been simplified to declaring it in the subcommand parser's default settings. This easily allows arbitrary completers like path_complete to be used. See [subcommands.py](https://github.com/python-cmd2/cmd2/blob/master/examples/subcommands.py) for an example of how to use tab completion in subcommands. In addition, the docstring for ``cmd_with_subs_completer()`` offers more details. * Bug Fixes * Fixed a bug in tab-completion of command names within sub-menus * Fixed a bug when using persistent readline history in Python 2.7 * Fixed a bug where the ``AddSubmenu`` decorator didn't work with a default value for ``shared_attributes`` * Added a check to ``ppaged()`` to only use a pager when running in a real fully functional terminal * Enhancements * Added [quit_on_sigint](http://cmd2.readthedocs.io/en/latest/settingchanges.html#quit-on-sigint) attribute to enable canceling current line instead of quitting when Ctrl+C is typed * Added possibility of having readline history preservation in a SubMenu * Added [table_display.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py) example to demonstrate how to display tabular data * Added command aliasing with ``alias`` and ``unalias`` commands * Added the ability to load an initialization script at startup * See [alias_startup.py](https://github.com/python-cmd2/cmd2/blob/master/examples/alias_startup.py) for an example * Added a default SIGINT handler which terminates any open pipe subprocesses and re-raises a KeyboardInterrupt * For macOS, will load the ``gnureadline`` module if available and ``readline`` if not * Bug Fixes * Fixed a bug if a non-existent **do_*** method was added to the ``exclude_from_help`` list * Fixed a bug in a unit test which would fail if your home directory was empty on a Linux system * Fixed outdated help text for the **edit** command * Fixed outdated [remove_unused.py](https://github.com/python-cmd2/cmd2/blob/master/examples/remove_unused.py) * Enhancements * Added support for sub-menus. * See [submenus.py](https://github.com/python-cmd2/cmd2/blob/master/examples/submenus.py) for an example of how to use it * Added option for persistent readline history * See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example * See the [Searchable command history](http://cmd2.readthedocs.io/en/latest/freefeatures.html#searchable-command-history) section of the documentation for more info * Improved PyPI packaging by including unit tests and examples in the tarball * Improved documentation to make it more obvious that **poutput()** should be used instead of **print()** * ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes * Added flag and index based tab completion helper functions * See [tab_completion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_completion.py) * Added support for displaying output which won't fit on the screen via a pager using ``ppaged()`` * See [paged_output.py](https://github.com/python-cmd2/cmd2/blob/master/examples/paged_output.py) * Attributes Removed (**can cause breaking changes**) * ``abbrev`` - Removed support for abbreviated commands * Good tab completion makes this unnecessary and its presence could cause harmful unintended actions * ``case_insensitive`` - Removed support for case-insensitive command parsing * Its presence wasn't very helpful and could cause harmful unintended actions * Bug Fixes * Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7 * Fixed a bug where unknown commands were getting saved in the history * Enhancements * Three new decorators for **do_*** commands to make argument parsing easier * **with_argument_list** decorator to change argument type from str to List[str] * **do_*** commands get a single argument which is a list of strings, as pre-parsed by shlex.split() * **with_arparser** decorator for strict argparse-based argument parsing of command arguments * **do_*** commands get a single argument which is the output of argparse.parse_args() * **with_argparser_and_unknown_args** decorator for argparse-based argument parsing, but allows unknown args * **do_*** commands get two arguments, the output of argparse.parse_known_args() * See the [Argument Processing](http://cmd2.readthedocs.io/en/latest/argument_processing.html) section of the documentation for more information on these decorators * Alternatively, see the [argparse_example.py](https://github.com/python-cmd2/cmd2/blob/master/examples/argparse_example.py) and [arg_print.py](https://github.com/python-cmd2/cmd2/blob/master/examples/arg_print.py) examples * Added support for Argparse sub-commands when using the **with_argument_parser** or **with_argparser_and_unknown_args** decorators * See [subcommands.py](https://github.com/python-cmd2/cmd2/blob/master/examples/subcommands.py) for an example of how to use subcommands * Tab-completion of sub-command names is automatically supported * The **__relative_load** command is now hidden from the help menu by default * This command is not intended to be called from the command line, only from within scripts * The **set** command now has an additional **-a/--all** option to also display read-only settings * The **history** command can now run, edit, and save prior commands, in addition to displaying prior commands. * The **history** command can now automatically generate a transcript file for regression testing * This makes creating regression tests for your ``cmd2`` application trivial * Commands Removed * The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set** * The **show** command has been removed. Its functionality has always existing within **set** and continues to do so * The **save** command has been removed. The capability to save commands is now part of the **history** command. * The **run** command has been removed. The capability to run prior commands is now part of the **history** command. * Other changes * The **edit** command no longer allows you to edit prior commands. The capability to edit prior commands is now part of the **history** command. The **edit** command still allows you to edit arbitrary files. * the **autorun_on_edit** setting has been removed. * For Python 3.4 and earlier, ``cmd2`` now has an additional dependency on the ``contextlib2`` module * Deprecations * The old **options** decorator for optparse-based argument parsing is now *deprecated* * The old decorator is still present for now, but will be removed in a future release * ``cmd2`` no longer includes **optparse.make_option**, so if your app needs it import directly from optparse- update to 0.7.9: * Bug Fixes * Fixed a couple broken examples * Enhancements * Improved documentation for modifying shortcuts (command aliases) * Made ``pyreadline`` a dependency on Windows to ensure tab-completion works * Other changes * Abandoned official support for Python 3.3. It should still work, just don't have an easy way to test it anymore. * Bug Fixes * Fixed ``poutput()`` so it can print an integer zero and other **falsy** things * Fixed a bug which was causing autodoc to fail for building docs on Readthedocs * Fixed bug due to ``pyperclip`` dependency radically changing its project structure in latest version * Enhancements * Improved documentation for user-settable environment parameters * Improved documentation for overriding the default supported comment styles * Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a cmdloop * Bug Fixes * Added workaround for bug which occurs in Python 2.7 on Linux when ``pygtk`` is installed * ``pfeedback()`` now honors feedback_to_output setting and won't redirect when it is ``False`` * For ``edit`` command, both **editor** and **filename** can now have spaces in the name/path * Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection * Enhancements * ``feedback_to_output`` now defaults to ``False`` so info like command timing won't redirect * Transcript regular expressions now have predictable, tested, and documented behavior * This makes a breaking change to the format and expectations of transcript testing * The prior behavior removed whitespace before making the comparison, now whitespace must match exactly * Prior version did not allow regexes with whitespace, new version allows any regex * Improved display for ``load`` command and input redirection when **echo** is ``True`` * Bug Fixes * Case-sensitive command parsing was completely broken and has been fixed * ``+d`` now properly quits when case-sensitive command parsing is enabled * Fixed some pyperclip clipboard interaction bugs on Linux * Fixed some timing bugs when running unit tests in parallel by using monkeypatch * Enhancements * Enhanced tab-completion of cmd2 command names to support case-insensitive completion * Added an example showing how to remove unused commands * Improved how transcript testing handles prompts with ANSI escape codes by stripping them * Greatly improved implementation for how command output gets piped to a shell command- convert to singlespec- update to 0.7.5: * `case_insensitive` is no longer a runtime-settable parameter, but it was still listed as such * Fixed a recursive loop bug when abbreviated commands are enabled and it could get stuck in the editor forever * Fixed argparse_example.py and pirate.py examples and transcript_regex.txt transcript * Fixed a bug in a unit test which occurred under unusual circumstances * Organized all attributes used to configure the ParserManager into a single location * Set the default value of `abbrev` to `False` (which controls whether or not abbreviated commands are allowed) * Improved implementation of `load` to use command queue instead of nested inner loop * Fixed a couple bugs in interacting with pastebuffer/clipboard on macOS and Linux * Fixed a couple bugs in edit and save commands if called when history is empty * Ability to pipe ``cmd2`` command output to a shell command is now more reliable, particularly on Windows * Fixed a bug in ``pyscript`` command on Windows related to ``\`` being interpreted as an escape * Ensure that path and shell command tab-completion results are alphabetically sorted * Removed feature for load command to load scripts from URLS * Removed presence of a default file name and default file extension * ``load`` command has better error checking and reporting * Clipboard copy and paste functionality is now handled by the **pyperclip** module * ``shell`` command now supports redirection and piping of output * Added a lot of unit tests * Removed pause command * Added a dependency on the **pyperclip** module * Fixed a bug in displaying a span of history items when only an end index is supplied * Fixed a bug which caused transcript test failures to display twice * Added the ability to exclude commands from the help menu (**eof** included by default) * Redundant **list** command removed and features merged into **history** command * Added **pyscript** command which supports tab-completion and running Python scripts with arguments * Improved tab-completion of file system paths, command names, and shell commands * Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands * Refactored code to encapsulate most of the pyparsing logic into a ParserManager class * Added a MANIFEST.ini file to make sure a few extra files get included in the PyPI source distribution * ``-`` wasn't being treated as a legal character * The allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False * py command wasn't allowing scripts which used *cmd* function prior to entering an interactive Python session * Don't throw exception when piping output to a shell command * Transcript testing now properly calls ``preloop`` before and ``postloop`` after * Fixed readline bug related to ANSI color escape codes in the prompt * Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files * Added unicode parsing unit tests and listed unicode support as a feature when using Python 3 * Added more examples and improved documentation * Added CmdResult namedtumple for returning and storing results * Added local file system path completion for ``edit``, ``load``, ``save``, and ``shell`` commands * Add shell command completion for ``shell`` command or ``!`` shortcut * Abbreviated multiline commands are no longer allowed (they never worked correctly anyways) * Refactored to use six module for a unified codebase which supports both Python 2 and Python 3 * Stabilized on all platforms (Windows, Mac, Linux) and all supported Python versions (2.7, 3.3, 3.4, 3.5, 3.6, PyPy) * Added lots of unit tests and fixed a number of bugs * Improved documentation and moved it to cmd2.readthedocs.io- update to 0.6.9: * Support Python 3 input()- update to 0.6.8: * In case when which is not installed, do not launch an editor- update to 0.6.7: * various python 3.x compat fixes - remove cmd2-pyparsing201.patch, merged upstream- Add cmd2-pyparsing201.patch: Allow running with pyparsing>=2.0.1- update to 0.6.6.1: * go back to pyparsing 1.5.7- update to 0.6.6: * include editor search stderr fixsheep26 1596655269 0.8.9-7.4.3__pycache__cmd2.cpython-36.opt-1.pyccmd2.cpython-36.pyccmd2-0.8.9-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtrequires.txttop_level.txtcmd2.pypython3-cmd2README.mdpython3-cmd2LICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages/cmd2-0.8.9-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-cmd2//usr/share/licenses//usr/share/licenses/python3-cmd2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:15928/SUSE_SLE-15-SP2_Update/163999e0f63a12554e75fe305664cd7f-python-cmd2.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxdirectorypython 3.6 byte-compiledASCII textPython script, UTF-8 Unicode text executablePython script, ASCII text executableRRR2&1!ZW2:utf-8e73400b6a1afb692d0da414bc8fc88c17a7dcf474c4f221a76cac6777196b3b8? 7zXZ !t/G] crt:bLL dc0* QbG|nKiym#n~"u_3|ms ΔiD Xo8IbD9{2WX/SL&8V5)-=< Q$s!kW:L(DP_efzsZ UӶ))nJԖypDs? gy ڼ[w)g͞?r 1n0so>Wg>)y%bDKSdn_(9,4)UqSwPwtMAG})T@w+/{q h,ڔThfFƩ0ߚ$S0eVdK;ѽ߽ Ue#,ZPtX΋6o΀¤TZԆ:)u|ɐr5P?ġ"- %Βs55دV"rw:muɛAFL90sURcWi;EJ B:'`u`|<'-s<}l$dˆMW?\5ȃ㏴$+LR?U[7vy0XQio^sʰkQ7zCd^ͬ{Bpjv-e 8-qvpa. 3mTxѯ?#yZ9*x}@A썩@ֶm~HA_ v7FIW6ZH}VbmUg"}Ijosal`qf *6鸚G}'r`@d1TjQ"{;/* Qb\jVx"E{[).z7cܘq#K/^hާjZ{:MtƇd%.XzL~\`J*'Y5`ELlgu;.Rugaϕ =@м)8ΥcH `o'P>^XC&_ØKܰaAT6{[4ܰߟ8WmѩSrt+1}#!0'|Xx~o|Z*}Ù:WFJLmM-Ny{p:&RJyT(|Rڒl  +& )s}Q؋\[_o# 챣{mh[ -;i>S CZ_lS{FN#=`p ځ=z&$V!W85TZ4(K 8MʼnxPھp:}V;ĮD)C(j yctP#VM8'w) ?dW1[d6qWLj76EUQ01bNsl'Dih&|.8YS߉uokt1#iF9)6 dx֦ kK˜S+jdOa VEۀbMH^A?M#*stn򘔄COd7z惌R\Dzv(QuAKNSu4rmu(>_]]tND:Q{^c@Mk'G6r&rh3|njfUq2 Y+ׁr6`~UcyeuQJ ߼v?-- qpRPK5:uCŦ^s}D&,i,M;M+Sٛ*S2)m$۹~ձhngT~Gٱ6=L!t6>Cp>`y|'SY <ĺNE' w_.koW`ײC #|E7HG(:S JKܱ+wyf3l8dL;PeMն}D"#R'{CwnSCn-ᐶXy+ MPӃ9Fq9]1rOYV>B~T#)~u1ÂYvbMbaS1weAJPvX Ϭodl eT,LoܓyNMjsuQʵK8i2q.FUai5 SY.Thv"U9+"K. \Ij0>&7EDVME$ I# Ucȵm "1e(PO^x$.p(<}5MIZL pKnkAS#zop7u dY-KSZiٰIp-2x!8.Wu"Rg3U~hy e}>ʾ 3?Bq,6>'ōrq'/?(Ԯ*o"(/IB HK@%uh_qϪa3룒5rFY??Q귽mh뻂Bj|L6LAv }DͨcUPT\ jJο@G4|+Vg.$zFHؚ؅ .sA ,@;P꥛mHuɰɲ!~DY3Ʒ^d'1&3Yr%eG:h7c.%3MnIr^~+vfl)%'^f✼ͬkCLe٣.UF5Nyj>Җ{8v//d=L7b5g,oo>gʇB__<9!V8s;d/~hƐXcs *{bʓ5?y~BE|$(1bHy/q[e $;׬/Y!=-Wķof$_n} l=e>^2 OMɘ+0^ * 4`US{OqYg<\QiP\XlFK63G{igXqـ 1y6-H(At` D}rHbC14qT)xz6~(/dZq27=Y)55Muhłr ~Ҏ%jߩKObJu :P ixtA`}j7S':Ve` I{R _gHzU^=ML 8ר&a|&Bǎ4fۡE'FfrTȦai$ikUD]2 rXBãBsX_I6&Y6$'6`O ;ٹ8jD]ɫ^FS>#.^SP핕GW7ՎʐZB,S<+8zv˷?fGYm?ʣdIi#C n@ɊE eO| (:vLMaLClakڡ3BIZ|}s5V T;.=r@zTfeSiw^̛{\VUA8V"R֢IH1iLmϟ]`DH|$\_W JK|OfEy}{y;l2%)tx<.$ ˷Tz`}5:v0Hb|z@t;#R[ WdF/6x5R7cD!K;"s@)l,5L;e;P_e!O5͙\Lw1X&2>.)Y品3W.t0#M?bw&GH]' #(ȭL"]j\0+U+.9=[.6#bVP0_ahVRs9_@Yp2o/`s/KB LsYXv_/͒I92wBxZ!YmG87 h"40^dIit|x=:]Z Lw#7Aome8awpbRPEbf,A  @JTMXx8>yoy)|SIDc,fv4i^,#ag-3Aޖ]ZFnu%)Pc<,eF JXLn%p{C^o!?`rI8M;2<H!v3'!GGe1ȟOw{VENxHz$&GNu7 a0.Ս kcV{01o<ȇs/ J] qn;jm}f?v;NUE,*sY~9dʰ'|0+ nmeTAm?2SRW&*a VlՃJOyOCjn,m ɣHR2}}$f1]UNO3,Eh@逤K4V Lie8yvE wʜ flƟW]%@sFE2y .N'ZYEԝ:5e3/czG3v{!L<_93vUfGo'9b:M"a5ҕD.k\WӴҳMWkOgn+4)ʥݎ+{+&|/55+0w>Ա39wDJYMDTh}:.F`nx@$VF.m牽VgҰ;EV^& [T#7Ur= a#!u-QкF'p(uͥ .XpX2LF?.otHC0ǖ9"K0W;+{29D D#9z@0CvLV!`+]-/|;?6*+ VQ؉b;΃sI%&=gOca?:qug[2&qi/iR@*Jߗ W9xM:\:]TW_)20MD2f H&n{Hqv}=}=[$Iېss)_6agA2SZ*RVZK9De/uiF ݆|FXus\w0uПo>j :aK*:y݀ޗ5Lk$&{/nQ^AؒeeE`qgu̸M|\ha{fe@m\hU_ VG4G`D":{ܒg8p,iiR=nG5%vrV?4=N.}c!R==ĝ"5fZzUR 19#ΛF,jg$ t.TA@^TP9?Ϣ] ̈́ J:[TK(fm|$C&*nzt:}~2<hv܋g:ˆZG))ݤPw7s与"dPFQ+;(f{&o)Ls6G(qI3@gxjG c%$^/<8Ē\֡ ZwVLߺ%%6V?wI2w͠g?"t4f5쒈#aYW?Ÿ `gT$_0UY'M)%DfKROD>\:!P8 Qw4E6ɰbA۠  .د&043*#_&&H Ҩ܂X<$Qu#jmrཅ'c*J Vk.tN]+ˋ7gtk/EP=duM(GHģIwDlYfCcv5`p$^4o PŻy6D~N-''$ToDYl6{zB?Ƅb,[GbϨ=7hN?b(wB`qqcQ> d^jèYɿ?pIWϩW)8h{RYGcW.>!"}TT{w42I1ܼAyv"QK9ty=vژbG#QۜdXkb< >/Zs[!$ՂAi{^,y;-Pr}crirF!15}xY@k |`Cu|UvvV2EݽKPI,"]q7YI6;T!;g8,̜\${XzdHQ鈩f>i#b1>td7{Zl@* tBO=g+/n74)>py7A1~5^lg3|We>:z 2>Op @{GΙtiIx(,_/'JF8ƛb:S{p@tS N;meF߮pq5X䒵mH";?ͳ'~._#TdWȈz ("( a]ˏ?cbL^&QEJZ[V\W"]Ƽ/>i,.\F%[>Uj͒=.fdj"ۓd9Vim+K:H6^oFKܚKkə]p[lQ{t8SI/sݴg"hU5u5|"HΆi7ji<⇎͈ҹص5>8N0PlF*YMztg-4HϘ HЩ,MNS]4^v.0U9lkB'fEƇ)k-P# >S5|P3pK%,#]  )5|H^r\3_n{S5ZRT*uw!?a<]J.U= nvtdjcu k!0,D|W BVm#o^]9$R2^Z{Q)2,bwgۜEv<Ū6kVj'4Pw5-Y%><ßH.'20N^03qB ;-W8V,baA(uLL^6z+X9 veP1dm-MC4w ͼ3@Ps#OLucnNu9u ydzڀbȻ@0\3;yT3PB;/^M 0kEӶjo/6ۮ؍^Ir{*).?=zv]+=;8z̐Te2xcZVzzSSEzS#S:GB!5 uP!^f_aV|HNgPvI24"/4\eA1O`~ j$AXr-8eLTgJ3(ԼRf a8TBk :g4B ;}n*ہDw!.uj K޿4xCju z!]fUΜgxGS7j3u0^LhYF'cfJo=9K'Bʦ)jfÖ88G ]X}=p[7?AzՁHV#[R,Pw)CCj?g)0?: &I].a)?óveQh+nw {&3$DmƗ\!EfJ\箇 GE7eiDkO<,+X"RGQŁE9eMpɷ!AG#7fƨ&qXlyzq^Zm݉Rcem0=XrYk7Saoo,kKq1c>' jǷڛrܹuOOpq5ڐONV_&Z--Fߍ'=Ye:lSuca+%@|&&r+򏍼tFc|8/Q~Tƒ'+'bubYV(;!U1`BmAS ձaaz#1r9=e+D n/S@! ,fGڕRP-`YE _[IWmO9`r7Bݿmq yT_Rd/(^8J9w<4G dS\~7tTwKmsE]@]N{+^|Oֿ66W')Wy%#ZEܻG/O&CωAZ@l#ᷡ::)Xbx ρl'q|&%N;Io-ON0,;OW.92amv@p.H箏暢iٮа-gմlYDHѸ-ޒ,_ZڶpTe{| k{"2}@&A.f4J_J9dvxzCC(EC$7f (@L@j/Fv׃@t|xke`',)]ع|icH$<wD [#Ö9~ܥUCvMDuO<0~.LUpQ@)iƍp)P,˽(y~)xJaa8^ [%]vD-ՅAjsxh"IU"~Gq@%peAEA:c]zj o% |ZHyX}ɮ p+79\%)x,3##ˌ/]f?nTJM Y@FFT7ÃX r#@W"qeJU?p%!Nqs6=I_ScS%Tn$w5 /_oUcKh96(ϳ "bWzsKU'B@DyT̐C>8u[Wv*$A  F;_yF3pFE .K uf7KVE!q>:tP!(5Vt1āg2GJ&7~+r 69^ĝJip%G5 8>p@ʥ!-yVצ٬}b"y,=2{qOr ^]3\QlV G\3ؤ- Vum,!Ɂa{ZɶDt6=8 W"|m>Jk(XT}iܻis=u%/ /t|2``1' qBhIuKF:@k;- ípUJR'"M%{g:9 #'"`_榯{XfsGr[ )tJ1&:%@)cX7/O4mMBov)s4f6E_=4K1u9 Dw{PzF2 O4֡n23 >s3%ݪCۯDyq+j[سk*|궾o()A2 bpݫ@fK =jtav=H󂏎Kݳ3mfk$CJp{%*Sc=O/ $ Ȝ+{ju3q&r: L_Z5W`F $u<;]PXm #4tth=Y"E62$١O%GǢ8?vInֹ߿:mՔw~ile`BSڟISeCY㛗 .E#ɣd~ĬQnb6!D ׵׷s!By&p;9 bN#g*>Q}2=7.iZg1h Jc3ǝ)3೦.D D޲;$p*nX 68_7و"}b:u]H|@AV^8|9LR͚߰m0>_7»SaZmY0҆J[߀Ntx)RAbB* Dò9b‡ciT_ƙL5wk3i4"/ií_pԽX`0iUCEzX =Y9.AIC^E}ɢ2uXl+HL)gUi4xyduO~kn6t1q_Nns!:&FWZMrQ#;IGDR%)tl7IUǑ+(%D)2aToK^.e6լzwb% Ԩ&-`/ytYH9\TnjP_;qw%gtʢx̚_=v$,8q!BtuiqreꃵLZ!yX4P^+2͍AZk 劳0QF*X)pz+LPoFhWNVW"Uh}c_רG>)ʩ>e, zd$9,[cRB#ĞUo/N)|W fl̀0iҐlektL޺W-s$BX,ЬtU4#7ڈPE{.y${~( =:g=?R*r()y(}Tڵg]ѥK5eyE 3o^=u/VA{Km+a'n7_Θnb޸?KPR揑`*?\}ҳqc4l{I@ 2v!"bD,HEOjODJ\צ!@aoˍ?MK7Kc,Da 4M$f;?2$rnuhejSk*1YbQ)ubY)FbGIEo{':X ΂K Ւ[i_ڸcyCze9'?Oi#?0D يT= :Еϡ+vD7#բZFB7/Ph.J?cVW] :TnZ}X̡+JrL6 﫫pLB!ܦL<3Q" ˰p4I;-~_^Y2lr$ܒ+GDL9T5iYnkJٓBSqAzaDi)#OfCxcg{`v\L9ȸӐM{xCȎ'O2 .3ɽ\'j<3sTYiuȃlY;aיFf f9oj;wDU$MBl1{rsY:f\ T˅: ː_AZ% RfsNΛ*Hzq~\钁CU V: J{zj ~7:jS{/gI``ͫZ[ _l C؀2 &^.Q|6ͮ"2d.kiKar"ɻO"jTY-{vxJ4܍mjSo0^f훾"9ԇC^x? {ee?bJ :W^vFڻ T>Uiߒ͆(cFhwe~J(BۉRH{* 8 dX>P blzt+`_:Ӷ& k~j5$|cXI-霾hK.{yHY[2td9T57孌cipKgEHd O3|PX,$8v!.Zi@_Iah掻 NZ[7vXȼEKeRb z߅!//X&FQgeHxdQElbg&`\47YSUy fGu\ k@'e+VAIe8^0NP-^X] w }]-EMJA !)1i'8Niӓ:sYm! @]ÒO"+E6&MXIpu0Y¶G Z.G7,Cմs/A'Bꑙa: ar-+ 5=LAŠF$W㇕x:N.'52Tj N C,!pͥ,X` 8RʞBפUn'k; "٢LLMQ$X9wk-HgMYL 3WK0&ȐY&GÃ{*7LV*2=$Tx7 dyT!O/i׍uKFɇulj\lx02ykfdP\\o a|NU}Uxh+F_(Q QTU \7XU$d _'ٙ 0kh "8Q3 802Oc $d..'.9qUGgyty^h+҃±ETG*aJ7e%TsJǞ-)GJ-B^yʔ\g".i)\|Epxsp"YÃ$kLPld)iX,=-}D$}ڶAөqePs!tFSyq`RW{f#TNpEId2`#*=d(cF>"Ӈb mj!*VI^F3"ЙT rҡs/7kF @2%^S/"WJ0-`S'Ob/Ica냘.QV C˜#|.ZX3uF=~;&qƘєZ -ytk m/w .ĤQ8e}2+opLol:$Ԥʱi;DWuoic|g c}:@BW^[s5W.xJOcv׬kvx>!}x:'iM+ArN&A;89'>takU`g 6 s{3zykxmk}3Rz/0œ4Ժ&/Lʤ..rOzei) \aLڽl0XVwPI`ao?Xfj"]3̕n!_ڢ K_@n@D 땵H>s;(Z^m RIORk {M-;D3>#n&@mO{z7/lՊ3BZh2ĄVƮW9ۜƗݙ#{m"B&74:bP5yk(uKdaR!X0!9Z!D{AdXt~%α͟V萼E|x}H rX[-8.P1=Mm%Ÿ]MJ_Kh+:VSkhPl`sʱ¯+.8[n'ڎ:/Uy<Ș.nѶO!_33K>fF>+$ $!fɾJW^_xֱ8oEq2!'f:9$Vg#9e_63kT+=2Xt({,>ǒ>ϼ* 8hKp/3_U"LQ UVʦ-B rǮ^qHR׼{v'K|!]Ij UvN#adASWʼnA$rRnOYQu34iEYߠ70(4ӊEiE@ѳU{qUaE&*gZ4R%] K_FsMj < ɗi?:k?f Capr?WIY$,|,2C+;H io}ł8Ҏ KR|'qWT 4Vl] h։RM~? PSLնfX#>Q t 9*r Q5x.r['o_Y@/&!ɖ*='o N7bBd.D78;iB/wӼD?{Ap׾%)K¶ \˸=@"=&J=-X$ 2,Jbʎ՞G(lRyx5&bVc tyq݈VY]LI"? OgVP\GWI I}L-G(=3$f/4Y֐ XV(ti͕[Eܸ#r^2'ʺKk/UW L}+DN{/ĨUW_㥨[>0+-}xrƺiy MMzf,9 -랢 Y7?/e7hJ xȖ4}PŽ(ԱF&5W&cG& WO(KI bx7F\xKa뇍x~5m$?rq uKH hoT )#o/s|KB*lt7o @q?ɛ, nCWմAYl{wu@YBsĭCRFT,3iO)FFjӎie|*<0}T ̅Xף>*I]TsLhPDfʠ-'l~G@0`%'%9Ili'$FG{ k~ Z1q, ޾ H-<'#8l=|炩Ѭ ]k@5TeE^ӇLس<-*Ƅ:mƁ n^s85bEϗlZib 0'Saʝ[&oc‡5. dak|@J$Zk?p͹ySo8Ԗipm2«<>4-@*xϏ tqBr;썱&{oϵR^g YE^ЊBC="AoŇp30lvހŁXjOא礞TH.ZiC+ŖMnUu1g3ſ32i*_A6zy"[7%TUBELΑ?W8 )p$o;iml%LB!~_>/f_USԂTylVp#T<4T>{{CWqI;6 cw/!Ke+9hBR7$0Xasa @@c zSGJHsӵMGȟxC}ꭤec-  ZIut~2-jUV[>OT-ն~J&9l6!h2H\2V!*PTY>Rn(`nQƲ\JghTtMjse##VQA|q v02Ԅpo?D˵u|bcGsK! ^ >Hql*"38bl!WіK//2648rA4  -3Ӗϩ2ټ>zz7]ϰio/#s Uii| `oB;flؑ<5ٹ1/KfnL=- D=b@U}F_H뽫<:I޼hfGa6ɵ+n>|mmt1 $Vhj\\yv+s _mxOkќZX.e10rTOD\B L95ִ>Vil0niPa5bfpMCQk`H(}m۲d]um "sSL2< tn,I糢`o9 2U"+gtRz"%R'}]Q}1QK#K8^G^1AXrӋu іuj =5L;2Iv j*N?ݜ|p^au$"$w3Ϧ/)& }/ZgIKtVL:~!oEh@jG#<pY?σoSʔSFC$% ۇV ؤYEVtGwXFw]B))E`幊dC_+`kxldžڸi"j^k%~~@B-^ʯv IVX=ənd1 %,,+B/ Ow`2g_ אm5(^l#Nc+F` ǑȐ魭bMQ4$1!?Ό&^; HH$~ z[VNrw(OIJ)F̮poϱk^inj+ˣh/LݣdW lǖ6o?!b6/ x!d0lw澺{ hpNZ~g7PĤ!e RvvjpL1?sȢ Zy0:" X]4\ ^fuD(*3 Z!`0 ZFp(UiC$<mWo1N@%qxTnDMO{>7^Cgf%"]Y,;Cm'x֖zھ!` ! ܊X.iYx+ya;07i\ӱ$>p<fYVXMḠ`S"djI|/D5 "vQ ӵ ]''w#5"3OkuZSu N=>9,ʛ>Q+; *JUb*W-@[XL߅x٢>>TI2{5gx>ZfVL$o ܔaFM 0U(Rd%[}T#>>o ]0 T )CY!?:ʴ~xGQ)Uo9~M^)ww;(OjA BeZZBjTFk$ s2AW~Z- Z]/w~2s[CbpuŕQMx.uA20~mEa%u[q=]joko0,Fxgl ֦zJ@(V̍?-KًT#aDOkkɰ/W QR tT@ }J1OԆd[٩q8$nc*=5+! c46c'akĘLMS]w༳E6(J.E&^]%Ƶo>܍-,7֏2^-ЭULչl`9^{5w/u[%ox㩥%E->sPLඪ(Oh .pՇ:RQh}XVeVNːU|Ql׬ 8we!@&GPc"7SrY [R'!#aJuuGBM}kjZ" 2 ŹP+P~2ĞvD < ȫ->̓5f3}FF󇦝PeT5Eg4diW ާtw<*y9G È֍=0Y~ Û^^oj]?q^+D!l괧+.zdePNNlf|{^G`Pio)ywN,K7A#d].\6[8IX}X `nG4ğfqI!.p/ łDHѴwwʷ!Ypâ DGlv O8I^aLss:}k0uݖTcxC~HB1f!󣼈B6Qy+~IG:0̢4ґ 3-]; wGuؾ5-xM,LޒG54W>:\p_(T CеZ)]-'\x AN7ՑG3A|ăl3}숒F,|pHOW%36,M~'dXܰ> }HGuZɏK0vQ}G e!\A#ש%R+rI.fR|ŋjXe W-AMaIƏ'mwHb+c-.79^wvE{<QIJ]᮹.˿rEx1 OίWڎ}ffIěg5$z_)Jl!҄۹oWz~G' 3'`#.SaNtp@ӼT| 1PH|zQ`af>!lRk5qw=*t8qH^tpG_hoIh3lt/AW!ZNZoX}n*^m 1YRVuT1Ȳ^껐= b`[g$!{2WCG D/QP$Lͭ) %OEfmPƉK㶚7/Nz?a[Y.)?og+Cz7|mAw( Nrubgvm *FքSbAq)u1˝'ǺVֵe\TZ5o| q:h@zYkۅJ>.e\vt40ebo4N!P>\3t?_%ՏyICS^AUv|IUj\I'8IL]җN+(M4QuJu8!HڅANd 5t%GBtB PLk))D @JlXjm\M4J$.)71+ޠE҅ݛrqϖ6U3aWNWm(/U=m <u{vu X0z&K Wb.t`wυ[/Ǖ '+(#Ȏn"en^y/ji9lu+ <*c,/՝ǠY%r}[QBnܬDV)c»hr|v`Fs<FJ?̎LcUd:UO"ik]Ȏ`|4ΩEYt>g4r(4 -F~@˥E "{_̝uysP>qE3SeAN(Ә`TFWHf@[DYZvkJWžV^V?؜PNN)z &]ֈdd<)O(<0cPBU/}`fx ?j0MzdGd2vPZJ|B=S fxX@x[ q|>s^hԏń.PJ3r9ЅubNj^qI1ˀzXkrE6h]*I;bzSc"ck7Q8}ve -1gOΓk׷ku57Xߵ3J`;%4ܳ{Jq}7 gJZ9`# [p]dt^ rpYuoVɳ< HAtb{(c*u[/6opTҼbX7P'LiڧcwC Gkg&;݉fىmrT;Vd`5:[ƩnI :ɘ ̳x=T.WG&h qS)uDhcuRknF;EXE'ZqKd{~J?XJHQ'G~jXi@?rW Lɫ,h˔hD0L^ tj˾u0%Xg'MxmCnƍ%"f^B-NK 3Ҫ^E5%+> :-Q`/p dq"9\p>65-c܁A +螓0ɯcӋ͛NYR%:}yZ6F1HAJTi9\'P-9ٗooִ/l%3TI2N544ӛʉ=qLyo"v5uG!=ҥb+'daIo|Ӷ]4ͪ^[:uڳjv lVELz{uڸUj\쫣aRJȘjsvrl7.]fʙpg͋0aVr1Zp!2gZ``l]UPʯs> BDkx0垣?"tToq:|2"KX ')'֊AbI Wvdϥ a7d#F/i[ F`C]*afVu2 H^UP9Їwn32G Qņ-)(^Zn7~OC1EV;'1L3Oy.jkh[.9  lp!Ui[J y#;]C[Kes|6)դl,D~ ;"N|UW߃yꗾH?hKyl4tDe']),< Dx}eQpwj-"~$#CS@WZkX'Kl*}Vub(MvPFrY$p JcH%8hB3 OHwRNwjn`J8Ln.tu88KSVjK5Z1 G&KCcIK Y񢤋y=DY cWךA5?cG){~yJDW7]&yf{4ܿ{*If%7Ye.Uo9Pl$!EbCʣZ+^M Lɺi<,xj> /Pl5;m:7o%dA]V}pUl-,D:KռSFSVtAu_uwa 1y[[}efi(ǁ-E>m@-@Ug~DB.߯Ck.xOEv mI{ٹp:icS!k,uKy9Y RLAt)'N $dLz]dU8WxZ[7Bue?.!iiPnvP?PFF;la=flZe` | 7q~x%?6]'&6/_,Lƭ~5Z_7L%sk4n \X.Qmu_Z(ker ibug{h3pv+!^; _@3)Ë}(K{]?PS1J H𫨂[O8T l Iz |.ܝ#M۽ xu(olNo{8X ks.DIzCH%_^08# EkleB]!w_7S';bL$ֵ5 e4E2hs#E:a+s=F|Oy U{\F غ,nǤ7yPRTɀG'>zJլ"& 鮍1PԱY#hA`z5IҌB&Nq LX(0 16Vc٢",0) ڐuRӨ  kc׃MtT!@/\@K6_gV!M@=ضHx$ICn=l]ZUz}_RPZ)WVkU_L  ,eڳ<{\;Ll #":7ԇp-tۜog(OY,) ZYiM!9YSul}QG‡2QK$6?FJ@0bD[tPߙZ !΅^>]VJ8dO;yK EGH_b޹K`K*@zIظ8pwAI1HhyHfrU"cpVJA70ڨXj"͐doæ]#{?\LI:@c5D˜WkQ)h Ʀ#=}6qiRW,o19XQ:Q4I K[e6b)&QlhgQqooρ'UͬX2(J l/$hYXLuh*  a9ꆴ8-gznď67 啷a4b<NΚv*O= zo0Q% "I@0tCJBɵ{H'@YVgBN%}yxD?KfK,VFm4וOVkY=a>i*/K8`wu v u*µc̉;Kθ}8U*olc˸IbH3L2~(SM~|iix;pT! !~c K}GMEdCJ!PK-"_" uN {XF;'K<8}jW%ekS(kv6]l8v(*~Sy쮔81w`wdF1 4Ǝ^VA<+ s kJWY]/ ._]LH5u 8jY 7a6{ccz@[o-]v{ Wnۨz$DfbT"G&K?D2c"U# nЏDOM*NbKo{8i\Q#9j΃E/>lvUFعrF^,WgPHw_`$<H,}fMrN?l$`5Uޘ<76Rw5Y^P1'wʩpf&<+~ٙOy&Pʁ~$LOruC`@p`x& {./1ʉ idN($gM" ڳ kSJ]M۳+&Cr߭(B΀lw4+qS#5\ .e ɕY|K}ˑL]^dT'j>}+ƅ#%aF=dz+isRP39gW B``X%V~e-| 9zŮ, KmCgDhdKuChڐƼrW0D#H X,l'Y~DI˓ rmd$iKK2a,38R3UtZ5fi%Qc$!7 %ꆑ| $[7r1ϟ<[ё^cviaԩqw1[.c!6bJ6_yR_hl@ײ|dHJU.sQ1 8k4G3-B87"WfUtX#FerT Dqm&:e!g?]Uapt טX :oc$(GOҰw};'_$\hT=/q(]mI*v JmFMt'Gq]b{7:3zP b-IX.:rt|xA[ٯhHx'):YLʂHsGX=H)/ݏfڗo0 }shajbӗ`8g]B?s)T2܎uvi>fZc5=VkqBrQQ/Qf& 9 oX\׸ڏUjSpoK׺E[/|I1/⮟)hFinV m6,Z #C3 K@rxiRچ}G"=إz!X;`"Bb?h>Y#$λFA[gDYc[VPMjX$k-Y$LpTl\J{f\ Rktb omz[;PKnT puU13MoܺlxӀ"AUWuʿ1v0qQ5KF>9)GC'YSGisN) 5jM$ לƹrU-3\Q;2ɻEq-OJo.Z k ~:sǕ7M}+Ecdk gt\b\'w-9Λsی\l:IngגdsuptNf[ˡ\hi${kƌq^699SBS".E%Խ/)>6AӗÍgiѭO…m#1_=@# 0/U".jL;j0cTy%W x>(ˣ^4P1I k>rWVCE'>ndWI9'hɁB0@(b]ȮJ!?^U|Y讱Y-iUG6lgK^ g )9LǶ9\SuiPDFMT$Okʚ]Mb_~:M>|ɯ#v[;_t Q^MyKc 7Ҳ]_Kl ,T 枀ˎaPv'6Dslu .!,_Z;]vu oJAQaB\1xLP{l.yPcՉefB' pi,XӾL/'ĝ`x+Fq䪼 X%]k/-~^ >ӄ2 \&cM!s$S4acHQ?Jx`d$LXGN4Yuh6.odRXArR; VP)gK\&Ө1!Wv֞󉸠6V" ҃Bn]"x&~knl][ D@| U5t.K59No-3W/#tv(}'SyFh$uZC !u9`(~N}Hxc^kUn~-$Q {Ƞ); GX,l@), T(쫡xŶ üvlڰ(uy_t)yN#9n6F3Tp6?\Mvd !~%cRQW26\C#OG5xژ3M ԾKB?upv\$P (ңLOFga~p#\Q+/uݪ6(D&͔1b-?9|ty&ZJuzE W:V^䗱ڼCtGBYrլRԴH]jE+nY:%(oYY*A6 ̰ i1&yK`e {FdJAB\d9HbA[X/Z>0l_鴴CF O+fQ3l-TZR▞%HĻ'c[Gb w!l#k7)=PI43%~y Lg(5 tp-`-|H[if {6(&m\E䭗ZBoU;J=d9quI[A:Iit"론~ϲIqhXߵ l`(%,Fqi 5vre s+ϓt9쨓"sN1kB9JKu oCvyxnlQ;ۮ=3$~WɾU OCޭ:/|=mXq+2q> ^R%q4n{4n =JQ_yOE[,*VAUџx~habdԇ\1,XoѤUԦy}Ծ`x dk!TuFFKOR2zzIg˜vQZ&̝>|;CfJ49ZAQ-6kyJVs'yULZR7""$)Im#4I\؆=dTgS~ 6~jʞߑ,xB}s8 J35·K??f>`d@LP7 mkmKK98=nl~ltnGGsٗjk{%"Z',ɐo˼5됫G?.puq6Cdz>.p3ʖl޹v3&ivyD f n5qof{hB\x7rH\s$L5iJ2R%fq IV4'ʭ 55^po'=;. #F :^)zHE8:svvˑ'}?':IfT/p_ 9ޏfL#Vٸ|ur"fBW߬p =^ 5K%&Y8^,._ع@aà5(Ph: 1\XǩUejܷmぷPYF5mEW&ׯBN˒u%8jϊ]T($(- E6/'@Rp@T!2([~Tqq D>N9鬚! W&RY< ګVq &ҹܧw`J:?;FPػȦf6|;4I+@0P}H^K*&JZdse7As-H)njЮ`uwex22Bn͔ :h^"88oD$.cW;PO1s#]n"Т8K`}\h $~dsr*y۪F9$aZ?GsO1I ?5g uSx RJaJ$)5I4_a\9th#Gv*[\± Cy7\GwbXC $nZ+΂Jvj봄xc(Q΍~uy߰aRd`SbŽ܇͜@#d\8L]d?ЕyLP@'_"((:)RKDAn%$_+WSՒJ Zm+x!l]JZ&Iܤ~lL0TU60Rf ԨYVU~-u"*K|9֎ ~HVJf `ǟCr61o wryĵnz79?!jiӡ{ө8ڀT=mA1ˠkt>n_Ų=E("2Euth%rsA ?1vVN}3H{<ϕX!|m(\#i'e8jhq (#~@3+XmiC@JFZɂde_¹^/d3#<Ps/yi׀Mĝfʏl){;6`ӌ=~MˎЇ>ekP&UwńO3QUZoi<c^/'JJχf'=ȸ^ulLL'ծ}Wȡ1 ` 㞉c܊u4ʯ+; [q_wlj\Tpa@4e#)zBYΩ]& 3(cDx"C,oڙD_| w)p܊$vJ^ř䒑8gbE{ˊ h*҉@r;n3ᰞ"pz "e |%b%} !Jk-M I_G$PgQƜ~gTC\Uf鱊HJއyA ^~\|׺9P\lUmD:ƕȞ4:3ihdLUIRDprt^72?dVt?GQa [[^8)hˌWx6m+߆{=U)HR8_~˹AѲ\{]} U|P-W~,anF6K A!zeHdM3 ئ2y ~-0}qMF h+e$&Zc]WeFap|bЧ1yض! (/SvNT&t: E 5͸RV fdJg8,Ye^wg%d]AV_d"&CǢ:EUV&5ϰj=< $<-8V(nx^u ۲RqT8՜'Ndx=s&a 6Oh3jM͟w!9{S='IȝSnՔ ի1/ʸe+}"cZpt$`--,-}daP;%4g7Phz1qdN\v&O ]5D~mZݱX%tf Vy5ƌ="^E$9Jx (yؘZÑ84rNgV;}wbCaW!DžWr&8+^X+" . OGuyu0MQ=#Ac14JⱿ0y(Q(9Jّ ~{ طrUVlM <3FշE  XGAxt+ shU( d bW*;yq? ɮCN." f2dacNA"ZcÁhfyۋH#0֎Ƀ>*U% 54g p,38_F#ING3e#PFV;н4rE0J5dtZDw^- 9qգl]>L2йDo,;"߂]r*eD.Q#5 Q߈Nvu.&DJVmm_ }+]tc^9HWF$r 5\jfKXj,]Mhe{LVI:\glmɵ b4:pFqbw{ f!w {Ri h2U !:k ei,f*v`ɓ`c:,hOcvG6aEזLqGc#:g4t`;[.(?j2"̅Ob$gqY2?GF#}w"NL2h}.RJS>$pYxΕ/i'v{9@^tOcՖ]~W.9Rk}-)vzUsyLp0 .L+t^O;H3DtFo++YnV V\U z2bm*֦;JZ+Le@U[R &wlP"ԅExWp2,ۀEE'W>|e !&tNSz԰&,0%ٰ16 '7rIR+i7G>+CIJF5#3S|* `9On0Nx̋AƞoR]#eZA6t2 J4 UlGmbt! 7vM*Nߔ!bd_R7En{2i,wEϯgSi+ ]} ǀy# 'CgbYRXX6/l0W+Zc]G8|FUs%jgkޗѻeU] Wo{S XW)drub߆!6Lv1T~aDr݌]]>amsP$zmȌ8d|p ѐiFzaDӧ'L-TURtF0x ,'%*Q2(#Bt]T!Rp&*S6yBc((YNn%y 8b5-yڜFteodO l:׷QAU%(bQBcǒONmXvv3A)[  NQR~Zc1_|{}/$V)֡;2͚ߵ 8l)% mЯo8<c۠mC3s %2 P*Dn<\3|c@2Dv]W5sįOd,A#6 ֗Pf8ĽK|К nnMճr@.ËaOm*TLe 6MjEj>͋X`H܂9k/EKB! J{0 cPs]`}\Tr{F@^X Y8nߙtW75Px |HNJg֥PgFCN^TcA1e#* 67[nP38|PAB[^q`;Yx,aΚPQ[,yޤ⾪e,"'o!̓@Ex+dv"; CR=f ,H~5#G'UL&Ps?_Gn:#@Θ: Ќ68[TUw2TXp)p=B5# "Si9e?Vr$0c[qoky iF MΝ72o1X Wz Ҫ2ZW:U%b|hn 2њ} qh!BށD5=zn ~5-I8i۸e95l H_]zwLaU$mc^KNMGCZF-p0:琶lLW-()JϘAj%8l5/@XLĵ:t%,$҇PO j9J+m1k̑f-8jGݩ}z5isF{Cr iU&XxVY'IMv`) ;4 tARAv8ā>P֩m -k KhA%A;|kr~EUI0 y$v3ERcvXM'-/Z3~ތ!hUE#LA WU !?ybfYS` 6A*\rnl<3bUuc #ֈ7e8gٻ0 ^L>IѴSuT+3 #!F];qf~Ҍ\?O05wLNS72 A3v`)K/ػ=VJ&]Sar&%hO"Sͤ=Y"~K_5jNaW̫;܇{Pgڣ䫋ܭ=3F`6ei"PZ\ 53b?ީB9y $ p𐐉6JM^3?z%u" YX6H~WGY!Yg |:=QJ!gA&J*K8D%.2FU>r̦ʼc)w:[߼. ` 7_$0KuwטU81Ce]p Z3Ã[43YqeP{N !gJ{n:TxE$|J ⠠ਸ'QH룲XM$E3J#[Gt 'G/]%!Z頾?Y? wfυ@Uҵ=\P\re ٖqP?r^-'\ t?[6:}9>QND$.5q;@!A۲D`9p/]o- NaDt iN{SٸIJ64dgʼvcY!ɞ#?DZ UsNL? 6`9O 4xD־_e|F w:Wt<M6`9h}@J^˨{RHh^H5?,}'S=n{.&jfww4?W c>]%1EQLno#=ΞP21{=aI[ +]R1+Ƈdž5siv{MQ??{tЪ$追oV6WT/n:-lz3 P(=r@@br, afʗ@ո #Q`J1Qؤ8  b_L}za6<+V)c"\I(6Cc=ޫ [q8zA+iYl c\G u(3Dj@im 'qhȮ3@m=fPfm:i 7wh^29 ZKM_7-[nOJnSv/4!;S2, :k]d^ѡe~ d*j׋tRU$Mpf8 =VAC~הWB4D 3 )+1_FʐcQ 5g5#6}jˑT&skKSEeP{SJlBj@H"{00 LV. vv1p|`b]wgCY ϢEs)vXotRNw^OZbWf+D=f ^YAH F}R0ՄBntŃ,1|lе`Iv_˓ͦCDvGQknǁoĹ0䛼d j9:Xl'Ӷxx (fM4@q *1Sӽ#G4SY륀Mmj" ɍpM (wԾ#+پYP$ Lk9]J4KE׹B$bu, L&j^G7!:.VDذ6qm̻Moy60[餦ZՎ|?)SM_Z;iP~ŪHBOUآ Wy.5nKJ=]>gJ5栂?z)7K#ee  [ :DP͡+eG 6Y]0L!L g[ RY1{ܛLjI.;r{Zݷw|pqV7mKf*d,"}仯cc]{Ml+?ʰevSH9Wgv%uR*eF&^" jں,`[en7k:_S!AGM?bE 4**ó U]KLVT]%6'Ո%͝Vc`_MIK#pI 6Xcn{M+x{($Olib|H.։t2Q 5mz/+5}8M42}ws|OJqcv6!]x?QX$z?\İDrU5 R'v#>\tJD-I~fϗtcD!)~P_36ϰN58bob/kxfh"=Z{h6˵e45ǩ~b|j/h:[;s>2'4+3+dCH4Gwx.,hO[0peڙUz F7kơME%Ӈ+4rիob$ you+6g+N¥>h:@kUўbv4xSAObe1дφE(08RüF!4գ0dJsoʾ#Ui*"qj͑sXz^?'o w\w8Tt``HeB OX TN416ǸwFAa2˯W猣2f~k~/NMS:ZZlEpbkO9/WaJw?yu'zӘiJ2snYKD 42`Q$,[G!g͒/c (ZKF?0RrpS熰fVܚjS/ sSBcN?.b!) :A.dYdcCu JʹYlA0[vQHN̒=JM ދ zҏg*\+))$wR7 1lyS,+(_\|FG= e:ǒ7,ٟgnVx>Էg5*wtj›w̗݉Ʀ ƴIˍmP~El戉:0`p2hSEgsqB ᪉SbVUm4""*]NܔL6LQ, M1ЎM%KQ07x(99^EηP%@ ! SȄS-K坏߼C9f?ck'/2Kd|u)AQEk 6ly!l&!wtr١%." P̼|POMnt DBG?O"^f;(oo~ؾ>1p7CvB[{ ).O6U|$[?5bjGt;ȾKexъcP{lw)qÍmvY1ʤgȏI0On6O J#=9zT󚘵V`w[%]1RjLAhŤ8iZՁWMp@GYj//]׵9?Dj@y<UkV}nKjESZYw8c[Z2C ҆p}G% +zqgh怵߯WI w ʬ8y9qkh!fNHn*WpўqDI(tے4y}0,ʹ*TgIط2]7_.ϰAC,y{; ɰOQj38:z($ttwguW}My^eu'X()SzBDШv 0v י@݃j7-lL 쒂f: E?WxTy2|gӁOu6T.S}m ZP?h}@9%܍H;dՊE8$(1֩wzBη6 pF(>,?Խ2$Bp{637ҔvjsOW=Q<_G܂|Q|o>-SWpK\Qf] H-qf4P~~}]7e ?Ol=\Y~n#.L:4UoBv6ɳA|Z;q[[tR,*so|ڵS —52<a$?,ͿQܳҸ:=ᅭh3mѳxϘ"5"BuTӜI)L5g$qM;:<8r'/,ԅٲԏuo71-lF{TN(%TI?N :c?'^Gk5J" kE z<)oo@UO}EdMyS{4fD\ce"^SV0⁺}al]BYvVWRW Ot*J碄rV|÷jT ȭWAY۫B4*~`*YaN,ubKvţeɁvARWB+Ki?[$=٦V*\VrA(p݃7!zt bHCVyb΄V%adnJud:/a'.2JNS3$.q*muID SlT tI4(RB4MR٩cSƵuăݎp:fuxչ+46poivS==mR1Ʋ}'€@ȃa2@zbHɅ!_F3ewܙ֪Jļ )4O@Hw?OuD_trq"Nu%fԪ8?@2lK(iwĹ"kBp!HMα ž{wce;Qpk&b(XɸhJg"*{#>N"t%(M/Y 2s7ߌD!Wy^j9Yhnc,XxR$تl%Zyf ehZEȠ2Ot:F963Ƀml Dzم'N1)L6=>Qm#2CA%ѓ^3m^;X|'4&T2d+tB`VXUֽڠ-vn9 ko=3ꆧfnd 5ӱMd_^"3L 96(--@N%G\n^1ȕh=<4M |lr#P2ɤN@#У ,E.d|yyxpE=# 9H0n zrlC{Ѳ# 0q'Sx8g;v.*C8Dmq5O;;mQzdR8n*yӔ岀) =@1ezx1UZg3~s`EF+T@ЌTmĎPHRVV/͕i);u]nHH_m{pOd7 ӏzRkջS/_8?$w3AO8L"LlFt?olcu?ٻ@"ўJqQ}]iZ _\2R1*tl>s~rnV{B58#ddZf孃XAU ӝۡNͭ@*,\bܼajwr^jcc#k=-^ ; REİVW.=<5dz!qOO;r_O!"#,LCl@9DvU5ONᲰ؆7^"nhչ1箧;;825ay gb 2$G⛅}kAhcq{* j0f^7x#s-tgB v¡i0hU/-'X}G [X)6}gPI gA/YX_7Ps琟<3 6Eą5E'#dU!cE~~Q)GLce2|v a 娎Kh>iM7"5S\:Sl ȼLFI2dx"x$X0XP1-gL P?DH+ 4~AKcYlB+< :ǒCW GL{ޒ!>1 (h%?} V}OiϾoWV7%5/,e^`{sy>I;>FZ=aR#+tT~\Q}vPGJt6'{8VyjY4R_j zL!/E98[2p TSw('ӕz :BwɰMc=eBs>11aCrG1R֎m2<Kf047䎤R[Re)CYsu`bb="Ēyv/w:6Bow3U M( J mn[ Rռi]܂]A +`%H!pư1>7Fbop 4=^RF0C%rq,0`6ecDa;۵izvN3pJ<`د{'5l)߰B h x۲_ kíh1(VFi—p+Ex=M(r@A/"c|!@iyI7Ղ9e&!k+qqpAwi@@wepUotv.b@ՉmWP9Q6%hA3nͽS1Qm5H~9 x-stw[cAe69J O{E05KYDtjE4p`,q਍PZLzH8c0rZk2# Α@٬)-| > n~I/SI}κ(Z-f?S;g2ZqGqMI]])Ty+Hv)' pγ.#6 %WcŸ> Krی`GLn02e7@1ZI [^``[\g`/[icwt'=G9^Lg@N '?6yls0=G>i?SG9I練+T L$đ{ض8RD*M㋃g e} {Rm[[qN25^Lt0&@%\o[l;O#jtP3բʜq{:J0piSZ$>T$@W(׆/y (+|GnzHZSxA-DH\ hc (yIJw`>F`9&r] nܰpz9Dj@\N9g-e%uq>%? JJa>QnI_l5ѩ,L}Wh%W;̫+_8RU&ğ.+ԫL`ḐۙJ!˺<|=Dz6ssԣ[=?`Іc-aTc!z!Fɭe<5 $z0c}^qW. 9|- =y`jhB2"T%1T3z5BD|f^_? ¶rR%9ra_UF_gķ⟨?}m8r/im3d@"S-}?1rz>~LId"=^*kIJ_iZe$M`U[6Re6P\ݰݚ4一Hjq'B >X ؘ;HKZMkS)k q"AzR]^5_?]'ng~31P opp[FAƴr)qqIh"X7M>mceBEm('خe Ք} md&ZzC L|X=wa۴(*:כm>CFhgc7Ԁ)ieއ+Hӗ0E6_hN" ؚaݛDq˕|!CIt]ݝU'HW&ӗOR}0u7DC/v+&y Hsb)Xk䀯FssHWjDŽĠL7%}?EX!ĠgJ8?1wlz]|@ǚb2ނ6zO"Y.m8Ha6J c (]\.(ɋ6fdڄXwyq7%c\bd|s _fYӝs 2Igrx w =Ha׻A3YUMh;[C$8R n>z/č=MK`w6yӌQ]rDi2cuUkj %ĎX?bm) =n[I໙: jr/LcR{#G9Į G}PjzE{da УfHY:|3>*Ajk`9:@:O&?ZƖ[D,QjQ³' ۦӥӌ|q\'6PdeK{n,]8˴GpPqذ]C.~3M Xo? ©s57ݽS<O 6׬eGK%X`D=31<-yA9_Oj|#5KJgC_C@`%A#1:').[vӍIe|:D<=CS~S+fޫWڰ6݋J$=cUخ;bՌ6ss 0ãtx>􁁜"% \q2bqJ2e^d#n±>O'vS޽? 8(ua҄q-vIdqZZyr9~V-O|׃ ӚJEMjMX\zuğ0O80!X=_jđr)fm9=A4QoePdLθN%FTX'ǣ]6iI V$GAy ^f)O3RBw{@5`| HASޤryc*h5wR svA~Ex%*54>)Y5˄{,}<jL47qW3|ic2o_͞Clio>id@^* iwQXL'ʬ{ee1NOD=21j̝U凅&9)CNEc]yAUsp8_iw5 w|${ h}pDF|)04!i 1zw%3P-3ި뀰+sSz r9ke(o^5cPnI6BSq$; a6- V]A'&.+l7PPGaBT]K4Lz|Uކv+U ?oarH-]M}?h&w^ʯe`/V4 B=R؎YnA]W5|ً+m  C=6P<xM0U6՞i-yTV`C&)ܻe .ۼH=|dJ韛k"d1i}ciEh!"+s |hm]X`S/DZU`% zvXޫ]x,{BDurP)ֈ(*\;Bx&qeDspˠ7g.K O3uCY=se}l' ^/oCR"^{7<-Eƅ@-Xg@_Nć3>Z&svĭX`VUJJ>26We+11e``VS^`'JPa'ʠtɉ*„m1uQ1UMufwN!5zdWҺ> 7ړmL/6/sݙj%TCa˙-d+Un_.f{D\UnhEH] TjҊ#9H B*J96MvzEsv*m?5H~{pu(.΁n?—jw'l]Ĕ.gt6Y TrTCF#u;NL ?& J^[fQo>]lKҀ^ZboeF'δJs?=J6-,F?MG4[%6V%09\ANjnDŽD/ޭ,>wE;;YZ:n SI:bQ+bb&'b}Sr8[__1V|C֧>Hw㸖%1y|aQqƪ} ړ[AQz ].+o0mq^Q)E@Ե 삯dL!Gcm /x.?K()g4L%h{itJY5JG &ņc((6ƝmQ( 'X\#n"%X ډ:~cC}r(_Ze"cf݂he嘟W=Ŗ_!.?}U$NUd,@ޑ .2K%Mbb\z{Ș3D zuۗ!+'cv!aׯUÓΌɠiwX}]Qq0V,rAt@ֳPqJpd+ cU-V鉓ɫ~KZ{Hi^ fhKsjCq6*O Ƿ1Çl<}nhOuIt2 켱g.DE,[kQt5R:\s(|mϙa~QQ.ZfUO/D5VsYcfQp%MGf\/}]|aB%q 70Ή[7E }HheE4BhM ;[{5=dQHqb 7<8wM[6 $Ἦd0UlcsSn` ĭ%̀կXω&GS->8 $R> i߆7 l^bdN<$]cUu7s` )-s*gp\y@kO*ސek AcD mxjcN//3]94H p{LKGHnϊbK7j؍0:QʨC (LCa;ⲩzrz T D+ΔSdgr00fLft' NqdN R8tDo.G)G o+X&hg,ft[Wf%VF3evNX?a""dDy)1ڝYCI?<{'8u$Q)zet/"&漅ẉ M61ws>x_iJM&x<(C'A;| UW:Qw@HmAjHXbKS]HyX@.} ":㙇bo?T Z~˴&!+ EP C }YAoF 2Ə"OW-ӛ0>K?#(_#'cjIw>3O&}>WAf6ۿұpx&74P U K 2Dxِȩ.G/֣'N* )5g-$=;ꁺLk /oѠƫI 9OaF\F@փp$H0|${V5&UۇP'ۑ5P] aFztzEQ;ʴ`J(fejsP8tYbt:QϬJ'#b `P@n@nB3AVV;G<{ uZ{Ie72T7 r}fW)^`tY s5P#n?p*W:ڒsT&Rΰ ^LEOvjIg%K4]{\Y޻5;#+/Jȋ̏}q`:a^ ȓ=bӗ;<&?)a<v6)yZM9`"䞷N0Әe2Bn*1LeS#j2]@uEDj<W>|RO? ~ڧ! O5T&suxt uPFE)ʼlHCK9Iȏ:̯}; ȔCx ~b 4i<G"EQILR.Ak}.˫(l'9 x-_S#D}v2Tu(\Ю:k]QYނjGeߟx;_]gh)Ū 3X֍;yJ1@OU:bf`Gf/٬2D-!$sA+D} 8q1-[39S3١Z1 *&3+KIU83zRycjq t+ i|-1}(8ԑ$"FЖaQB(K{ZfDWӿ4TpGejH b)fEwm07CzLj `۴!p'maj-֪uܱ[n m|nm+&vV.Y's1!jzi׹9P[=yq_[԰$+"1"5!L<TbUV?">$dc,צT JTT$ a !mznw\jr~ڀtfBq>RoSWƯӶ[д {+/he'R l*p:q$iZuG""'7ZwN̖7F[~|1ճ#ɒM% c2@~f8I&"NK14KIvhՂEUgIk$!&ě=|~,¤:xAH䮯&ԥq*Ģq0P|N! _zo>nCQZLDA7ʟ; @h  #gU~S#(! MQq`:O[la-J/ 2A֓KN\Onq4}5$%lele^Ό(Z- GhKn;!YL. C#] .h͙FɆT|)~a4uf2RC_L`ܮVi\Z7s >J"yV{"_:wFuFltTBX_r8jn5Z"Rs~(hGia 2U^:o0ܐlԱkh|~N,P"=( amw]5,BЋq!տG%5:?3Q"4u?ߧRR Si_@=1#5rޅ5ҸR%̵VɇL2s~28l9-iǮ`2n? /U[ d=H,'2 a^9ojbPI,5߄XLMpɷ@Q(E?5r ;),Q;i./f)U.z|V>'6r(jgAŊQB`"6f 9df*K I81#I>\h%dh8ՏG%e0?V(9I{%0Աt**o.pUHpM"'{'N61Mi."=?Jԥp 6kѲro.Q{IcuGy`.o/,:ޜ6R`f)rw *[Mxe' ruAtŘ{i#hاpS)~{C̪m8,~YhjS$3rYyY`} q3rZ):Ȼm."PPPbݾkIOz:{b8ISh.'9UEӠjdz%/ց|$6v\zc OJ͗Vg`f&9Kt2Rd ^䭉͆<Sh޴2~%b.R.0MHtfM2~%ޡթmP+=0}\l%RwNhr#'eDpH|wLH +h@STQd+`5f3Z|xGX0F@瑹N^f2o2|6~~X̟]^;48=|hHm;5Ew-x#R5ځ*{EZQ 䈞󼘓 5<Ɩigk~*?3ؿ⻻qb4(1yp^0( aL QOGWY\O/aXF]8_ӈg1J\C@ YQMPϹ 7ko ؓIA݊d7Ňds #︘q[iVe`@3 q2";Dr+$ )j>rR Ѭ(ȲxO J-KTurlfd6Y0.pgͨ=}O/=V/ X%A"X#x3g,=ᔟ MZ1ekI!d|\OKմd\\BgGؙI~j&1h. `yH>Ѣ*&&@|W;\~TYIVv6ȏbmX+.Q'=RєA{I*u[Ia=h8awc$U3]9lhBy}5ü(6! >lzrJ:zs/YF"Vl. UxEoBDB̭Vg4n]M~yD)̬w-.l淿Fؼ)gb)"EY -Zr;8hwVuU$oX5T<SeK` p9k(1ߨ596{7/ʀ =XȐ C5RrJH xr;XN_c(c#Xr?1`FH:CD\f%vKRV{Nn\㘾> IejG!DWHf9Q:>sB4_Tq?M#CRk"sntqRzбƓv;*_9*SInq\,i)6hPK?Uyek(0'M1HE RՅ/Hw|Qp p^홀˵axء]Aixp̴fH/?MX#mW2P 㽤ȋxwzWks~d>fn]+Qv Ϙ KjqOE>1%ƬX[V[{oYU#kwr E^5'WZқ>vmսs@'! [%5 %!]T UX-"D 흒vT,-S͢RV#~&[hjRnU0V&IfhJ@ g)X9bϟE\VPh:* Q< X`JRzX]pXh/TTTAQ6LzfǃZL@yC <?Q+Dm|(.+/}%ÝokxهT$bgoi~~l);~LK='Bϥd[)=A w6TΊE' Sjљ7 u(3W>xg lht&bV]s˰pJDg7Ь5]6&Zxt}X_j.@6tt-Dz s^KQ/289JȻ@FZ[&뽁Jq?sAK$7†~0:ofQmi!_<"xFmv~-x9tκӲ<&)5,Z5qcPI3(^ڥxrBѶj.6%_ q PfYer}Fq{4Dy$Ѹ1]x:iB೘F'^̉gkn}  LD[uHS4vߴE ƅō G!X}j~bKNp{nw?Q%:(e~xfsiň;#&v0`! ZL4"ۍ`Sg;ZEIFE݇;V5I!6qD;i$!~/0Zי} ݋q>hgՍ`ݣRK@f]^YzYap#YP݈pD/},fgE?+ KY$ҩ?'iZ'B2P>s6WQiUX;_]}nPyR04xF=P(c 8uڣ ._ѧ}#Ȋw6EyǝWwhe bDžm% oȼL+[8mU-#U;(Vw yw) ^ 'q߰skp("-;bo%IYӰ kfahQ ƈ". 8 a2>9FȑZ3PݐsdzP"05QTRpܝzs9"rBNAޥq>Lě -nY>pn7DCMLTjI-+~f~# rV Lap.d))L&417y9U6c`s޿UIeAɨY\1wo }(>u jƕ"^f-=rͦR"ܾiP_Μ%st5tcE3H1$ gU?mA<2p WV;;bh\gHyFV&h9HW+z"$sw" P>(7\SF)+и_(j>itQ~&iţ JQ>uBY*Y&w՛oŪ(Qެq/'yך=kFpQ~5ZEnW%mNcհٺ[ f2[G9Xz鷍?M?Pjsx{}UK;o| ֫,^6+G8 ]o&K#Ӷ,N:꺤;!TҼc?o+`~ĵ mOb wC߻j*\DNZ7x=;2Mk>X*;i.c!OaMy$Pu>`####i0[JJ&vr{?nkP3ߐcR n'HKJƧ3aN`P1BzP%Ј^7&]h73T Ѿ&C-aXB%]5kȳGU]#+L?[3+Kr4Ur-?\5FRJB|^fT56Q(hwٳhn!r*qxTSV;^Q.@oZw>!l6MA9Qʒnt* {\ShKh Wغ;x-hg_"}_]7PyrQp̯n'1CV[k!VPOհxT2JV=M l1j#46km?*z۰Vy{#j_g# %ebw`.Α rŲ]"&&YN?\J ĥx *;JlPԜ1>Y%(fA\m $i`cDϿ(.r?Ϋ4c Ҟ+MRwp7t_Jg@q˿_X#r6D^$y0^uXċǜsqd>7Ɨ uUG  Bv I(a-i˵ףnth+C7ƪ}wzcSM\Gx8Aef޻ly:hJ6E[_?|T"ݿEi9y k oP{0|): x2hj 3{<0BZv$  ggp[(^%-Ί;eroxnݣ %4"*ҳm/`Afؽr]/1NoW^ Ϲb_9SxC?HZ`ELhLG@}^Gr?[-ئ06h\s3XfKf6kދsH:xIOp{ĸ9D |dپRQm`J]jX8Wt0T8kϵF5:#8 mCs@zYKiLOL(=$r6j+߷|ٜ (mEǺgU'rھ3X1(bω)2|:z<[pvgiůpޡW M-E n8e;N4GMY1Vd!i<}_U*d\i9!Pks-">)$0"Pt^礏][Iḙ©|_-Niۚ %:$K}O0}Hu ~ no6"‡:s|27= 8) pF2l>&e?cͳUΤ_Ws ͞Eupρނ#?g( UsjuW9D|#TRKR;@((~˒23I.PW ~LE=hXɹ:EE|6"KXI~'c5IV jYUu&;ińtHpwë;T֣ݠ-Nu \e#koǔcSݰ<f; ` 儿ROŠuj(@~5D.m0Z=m[~鞑J+!"u$I]VSKyd" 0]\jBCh4MDifJ\'^[g}T>bhcG.5e ZY;j|H;QW( ]crtv;Jm϶n 0j{=6bSvN@jK՛V|Q\[Z܉P!~Y}舋øi.Lu[I+X47C\;CT4;psrNr죘rDOE[ až%Vpvo((B;,)~x8K͊ħjR!"h.?fFuvc=SJ&oqz+ЯJRQx;CM v݊s8a *85P/Ҝ`D7?Acx(*> EtSjt>,)H.%,_%& hiD[cI)4uQO9yA0$v]-f8O{SiΉ(B(&E/v]e]+ 1 ^-tIqn׳+&&Si*Ċ52xŘ1>`td]| OVLȮJt\0 tZxuR&9*|1QWFAOד!#ߤ0[☗lɢjU| m:#y*QW2;vi )Uښxnx_IYB}0K6ojݹ*{+GRRfpҠLPP hb"QÄ:%wi)o1 u<MCC(dB\8[إ" ׃E!|gA".>LRl̀( 2]gt+˅BF gCrwn?gj^4ȞZ#xŅt}4oser*i7s5yC؄<-Y:MtVE,V{} 9DN롳'Z}dÆugdx B w֕ T?@'ȭD@U F D)#{ӝ ~-r8yrX[0 'H!np'BM},&7֑QbԻa2>ZrVOBp YZ