python-z3-4.5.0+git.20170313-1.1>t  DH`pX偸/=„nxdN=,:mGCk-tBGւdҫ2>HΗAS1ȥXCn(pB/aڲxMVbi`Z`6 Lg1:+$p?=6D"-s#^ ڴzcj{Y,lZsbV 1b$UȁňG^C]0\X]$q Z!z_60+6c4e5127acd6b740471b9b5b639d60ef77e52235gX偸/=„lߞ_Lʌ->>jm.Q7}*o4ev:֔heJiƧXuuYr4<eDkkb |d5MKMOΖ9uV 0$FYu̓s ֶ2 w48uUJBqWSz97n{bz'rEA &hM^.'O0E F}ȶ9uQ$6~pĭ)x >=_<?_,d  # :`dlp  (  @  X       0 l  $8(89:B[FF[PG[d H[ I[ X[Y[Z\ [\$\\8 ]\h ^\b]"c]d^e^ f^l^u^$ v^Tw^ x^ y^ z_Cpython-z34.5.0+git.201703131.1Python bindings for Z3Python bindings for the Z3 library.Xbuild32,openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/Z3Prover/z3/wikilinuxx86_64n ?yd,A큤XXXXXXXXXXXX8bf482452269c7a2ddd86a728dde46043a015cc0a2b4c81b50fbdd0272e002d3e1b3cf629983f991f991db0205c0d465f4736ed531143212289b138a15bdce225e0b7ec587a37cc7b4900cb7d6caaf0b5dacc8d87e832fc60c6fa57acd9df67cf2febeb70bb6ef385adc03879568b29db600213f421ab931035502ce99dac7c1f547ed236692e5a1e412f2e0da47c7ac8cc7dcccda02d7a0620fe6f9c5a3fb4dc38ec0fe82db97ce0a6b251ca1a66a70rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootz3-4.5.0+git.20170313-1.1.src.rpmpython-z3python-z3(x86-64)z3-python@   python(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)z3rpmlib(PayloadIsLzma)2.73.0.4-14.0-14.5.0+git.201703134.4.6-14.11.2XƉXqX6@X>@X`@X@WWWgWWVaV@Vjslaby@suse.comjslaby@suse.commpluskal@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.com- Z3Config.cmake is not needed anymore - Update to version 4.5.0+git.20170313: * Fixed utf-8 version string handling for python2. Resolved #787 * Set soname version correctly in cmake build * cmake build: set SOVERSION to include the minor version number * fix overflow exposed in #880 * Thread labels through tactic system * Add basic Sine Qua Non filtering * adding parallel threads * Fix off-by-one bug in array indexing in the OCaml bindings * refine parsat * add const & * Introduce and use labels_vec * ensure that parallel threads are only invoked when thread count > 1 * add name * delete comment * delete unused args * reindent * use insert_if_not_there * fix issues with running parallel solver: random strategy should not be a default on all solvers. Also reuse base solver * fix bug in propagation of parameters to combined solvers * bypass combined solver when logic is set to QF_BV or QF_FD * bypass combined solver when logic is set to QF_FD * move exchange par * enable pb theory always as pb terms can be introduced during transformations. Issue #884 * use is_uninterp * correctly pretty-print * add and use new is_pattern recognizer * add par_or tactic to C++ API. #873 * fix bug in lexicographic handling in maxres: previous assumptions were not committed in corner cases * Fixed signed/unsigned warnings * Fixed model-converter segfault in ::check_sat. Relates to #881 * Fixed model-converter segfault in ::check_sat. Relates to #881 * add itos/stoi conversion to API. Issue #895 * fix model generation for non-linear expressions, reported by Martin Suda and Giles Reger * expose numerator/denominators for Martin and Giles * add missing mod/rem/is_int functionality to C++ API * make parameters accessible from expressions. Issue #896 * add par_and_then * use non _ method from z3printer module so to be resilient against how _ is handled as indicator of private functions * add recursive function graphs to model, adapt rewriter to bypass branches whose evaluation is redundant * add octal escape to seq_decl_plugin * C-style octal escapes, including 1- and 2-digit escapes * add _re.unroll internal operator to seq_decl_plugin * expose bounds as vector expressions instead of containing ad-hoc expressions. Issue #911 * expose bounds as vector expressions instead of containing ad-hoc expressions. Issue #911 * remove unreferenced label * fix type on exception message * fix unhandled finite domain sort rewrite case. Issue #918 * Java API for getting the objective value as a triple * Sane indentation + removing extra spaces for Optimize.java * Class Optimize#Handle should be static, * fixed bug where `mk_make.py --build=...` would fail to handle absolute paths correctly. * Free allocated char arrays in JNI API * [CMake] For single configuration generators only allow `CMAKE_BUILD_TYPE` to be one of the pre-defined build configurations that we support. * add boolean operators to zstring and fix ostream * Tabs, whitespace * fix bug for bit-vector optimization. Issue #919 * fix bug for bit-vector optimization. Issue #928 * ensure evaluation of array equalities is enabled for external facing evaluator. Issue #917 * check that formulas are in lira before invoking qsat. Issue #919 * add notes to README based on feedback in #916 * remove scratch notes from readme * include recursive functions to models. Issue #898 * remove print breaking build * fixing build break, adding fixedpoint object to C++ API * adding fixedpoint object to C++ API * fixing build break, addressing #935 * z3py: With tactical should not try to use context as a parameter * move restore relevancy until after literals have been replayed * [CMake] Support including Git hash and description into the build. CMake will automatically pick up changes in git's HEAD so that the necessary code is rebuilt when the build system is invoked. * [CMake] Implement generation of `Z3Config.cmake` and `Z3Target.cmake` file for the build and install tree. * [CMake] Python examples should only be copied over if python bindings are being built. * [CMake] Build `c_example`, `cpp_example` and `z3_tptp5` as external projects. * [CMake] Fix typo handling OpenMP flags. * [CMake] Fix examples linking against libz3 when it is built as a static library on Linux. * [CMake] On Windows when building the examples copy the Z3 library into the directory of the example executable so that it works "out of the box".- add Z3Config for cmake- Update to version 4.5.0+git.20170126: * streamline logging in arithmetic * adding preferred sat, currently disabled, to wmax. Fixing issue #815 * make a few functions static * remove 2 outdated comments * add a few more statics to avoid symbol clashes * Re-added context creation locks in the Java API. Relates to #819. * Bugfix for model construction. Fixes #828. * adding range to C API. Issue #831 * add range constructor to .NET API * add regular expression operations to C and C++ API * add regular expression features to C# API * add missing complement * add python API for newly exposed regex constructors * exposing regular expression features to address issue #831 * produce error message for cores with optimization. Issue #825 * Whitespace * Bugfix for special-case handling in fp.fma. * fix bug in encoding of axioms for indexof. Issue #806 * Bugfix for special-case handling in fp.fma. * Build fix for C++ example * add virtual destructors, fix operator code for API methods complement and intersection per note by Loris d'Antoni * address #835 * address #835 * address warnings from #836 * add virtual destructor to intermediary class in case this helps for #835 * address other warnings per input from delcypher * bail out on failure to properly project * bail out on failure to properly project. issue #837 * remove nested booleans during pre-processing. issue #837 * add suggestions from #835 * fix bug in handling of repeated soft constraints. #815 * Add rewrite rule for property encoded in #812 * Fix implementation of `scoped_timer` under Linux where it was incorrectly assumed that `pthread_cond_timedwait()` would exit due to a condition variable being signaled or a timeout occuring. * handle model generation from issue #748. Deal with warnings from #836 * Build fix for C/C++ example programs. * Style, whitespace. * ensure that FD logic understands pb from command context * Making z3 python look in its installation directory for the z3 lib * fix generation of wcnf * Build fix for static binaries + shared examples * Fix for parallel builds of the OCaml API. Relates to #797. * Fix inconsistent emission of OCaml enumeration files. The ordering of emitted enum values is not consistent between python 2 or 3. The root cause of the problem was a dictionary's keys being iterated over which has no defined order. * Refactor `mk_z3consts_ml()` code into `mk_z3consts_ml_internal()` and move that into `mk_genfile_common.py`. Then adapt `mk_util.py` and `mk_consts_files.py` to call into the code at its new location. * Refactor `update_api.mk_ml()` so that the source and output directories can be different. This feature will be needed by the CMake build system to build the OCaml bindings. * Fix issue with bd1f07f864a7f1790cec08a306ccc17507f7e5a8 pointed out by @nunolopes . * remove sources for unused variable warnings * fix debug build, unused variable warnings * fix build again * Add -fpic to armv7/armv8 build * updated encodings * remove redundant disjunction in compilation of at-most-1 constraints, log mutexes * fix missing else reported in #855 * improve parser error message over API, streamline names of statistics for arithmetic solver * add restart.max parameter to control cancellation based on restart count * initialize watch in assign_eh * make get_consequence call skip check-sat if a model is already there * enable incremental consequence finding with restart timeout * Fixed initialization order warning. * add operator for issue #860 * allow disabling exceptions from C++. Issue #861 * moderate exception behavior for issue #861 * fix bug in antecedent collection for consequence finding: once an antecedent is set, it should not be cleared * add at-least and pbge to API, fix for issue #864 * remove polynomial factorization as suggested by issue #852 * Removed polynomial factorization test cases. Relates to #852 and fixes #865. * GCC compilation/keyword fix. Relates to #864 * update CMakeList to remove polynomial-factorization * Formatting, whitespace * Added option to extend unsat cores with literals that (potentially) provide quantifier instances. * Cleaned up #include in api* objects. * Formatting, whitespace, and Z3_API annotations. * Bugfix for smt.core.extend_patterns * Omit '.dll' from library name for DllImport. * Mark void DummyContracts as Conditional to avoid compiling their arguments. * Corner-case fix for smt::solver::pop_core * Update README.md * remove unused features related to weighted check-sat * Added win64 build badge * Separated win32/64 builds * Added MAKEJOBS env var to mk_unix_dist.py * Fix unsound handling of upper bounds in wmax, thanks to Patrick Trentin for report and careful repros #847 * use stirngs for env variables * fix crash with unary xor #870 * fix memory leaks from cancellations * update macro_util logging to uniform format * build fix * Added (include ...) SMT2 command. * Added filenames to error messages for when we have more than one file. * Enabled filenames in error messages during inclusion of files. * Updated cmake build * Windows build fix. * Bugfix for macro finder. Fixes #832. * fix bug in consequence extraction: the order of bcp is not fixed between restarts, so the order of unit literals may not be preserved. This is relatively rare, so we optimize for the case where we assume bcp preserves order (and maybe miss some consequences) * Another fix for #847. Reset wmax theory solver state between lex calls, otherwise it uses stale constraints * Added .NET 3.5 solution/project files * x64 build fix for .NET 3.5 API * Windows build fix. * access parameters from Python API * Added option to limit the distance of unsat core extension through patterns. * fix test for int-value * fix regression for z3num * fix bug in sat-simplifier decreasing heap values of variables that are not in the heap * fix part 1 of #875 * add warning for scearios of #876 * add format #879 * rework sat.mus to use restart count for bounded minimization- Update to version 4.5.0+git.20161129: * remove legacy interface to dt2bv tactic * Fixed potential problems with invalidated iterators. * Fix for previous commit. * whitespace * Silenced GCC warning about empty loop body. * local * fix mutex finding for smt-core: it was returning mutexes for negations of literals * Bugfixes for the FPA API * fix at-most-1 constraint compiler bug * fix at-most-1 constraint compiler bug * add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic * add example to exercise at-most-1 constraints * add documentation * add missing file * disable local optimization in presence of non-linear constraints, addresses issue #758 * whitespace * Added accessors to extract sign/exponent/significand BV numerals from FP numerals. * Added functions to test FP numerals for special values. * Fixed FP numeral special value sig/exp extraction functions. * Resolved rebase conflicts * Refactored FPA numeral accessors. * Replaced antiquated header with modern equivalent. * removed unused variables * fixed GCC build issue in tests * a more efficient encoding for pseudo-Boolean inequality constraints into bit-vectors * merge * fix incorrect assertion when checking signs of literals, exposed by mitls regressions * fix incorrection assertion when checking signs of literals, exposed by miTLS regressions * remove dead (and incorrect) code * add handling of pseudo-boolean inequalities that use if-expressions over Booleans and arihmetic instead of built-in PB predicates * fix sign of constant in pb constraint * removed debug output * fix for biased flag on get_numeral_exponent_string * fix for Python API installation * fixed initialization order warning in pb2bv_rewriter * fixed unhandled case warning in test/qe_arith.cpp * additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 * fix unit tests for pb * disabled unnecessary assertion * Bugfix for Python API. * Marked .NET Z3Exception as serializable * Fixed FPA unbiased exponent accessors * Bugfix for bv2fpa_converter. Fixes #767. * Added FPA numeral predicates to .NET API * Added FPA numeral predicates to Java API * Added FPA numeral predicates to ML API * remove conflict on false disequality, introduced regression * Added Z3_fpa_is_numeral_negative to FPA API * Added is_numeral_negative to .NET and Java APIs * Added FPA numeral accessors/predicates to Python API * speed up consequence finding by avoiding local search whenver assumption level is reached during the initial phase * fix enum2bv to handle singleton enumeration types, differentiate disequality conflicts for theories that handle disequalities vs. theories that don't * rewind qhead to ensure re-propagation after cancellation * catch cancellation exceptions, return undef * fixing cancellation code paths for inc_sat_solver * removed debug output * Build fix for libz3.vcxproj. * whitespace * Bugfix for bouned_int2bv_solver * ensure that variables passed to consequence finding have bound constraints, if applicable. Even if those variables do not occur in the constraints * merge * fix performance bottlnecks: gc of literals walk through potentially huge watch-lists, avoid user-push/pop around calls to solver2tactic * fix memory abuse in internalization in inc-sat-solver * remove buggy and unused equivalence relation plugin. Github issue #770 * disable sat solver when proofs are turned on. Fixes issue #768 * fix bug in mutex extraction, reported by Patrick Trentin * build fix * bugfix for disequality propagation in smt_context * enable unsat core extraction in nlsat_tactic * Fixes for .NET Core build * fixing unsat core extraction for tactics * fix evaluator for array store expressions * remove recursive expansion of else-case * fixed log output typo * Added signed .NET assemblies in unix builds * Whitespace * Disabled some ITE rewrite rules that were applied by default, but too expensive. Added re-computation of subterm occurrences in ctx_simplify_tactic. (Performance fixes for QF_LIA benchmarks). * check for logic in solver * fix generation of fresh constants for uninterpreted sort in EPR, Issue #649 * Added release notes for the upcoming 4.5.0 release * fix crash in poly normalizer exposed by qe. Issue #775 * Updated optimization ML API. Addresses #776. * Whitespace, typo * eliminated unnecessary variable * fix breaking change to theory-seq * Whitespace * Whitespace * updated release notes * added is_numeral_negative to ML API. * FPA API clarification * Bugfix for denormal numeral exponents * build fix * bugfix for macro finder * detect quantifiers in model expressions to quiet down failing model validation * Include Python API files in distributions. * Bumped version to 4.5.0 * Standardize on __uint64 instead of unsigned __int64 * Bumped version number. * [CMake] Bump the version number in the CMake build. * fixed hard-coded version number in setup.py * Whitespace * Typo * Bugfix for Z3_fpa_get_numeral_*_uint64. Relates to #570. * Bugfix for Z3_fpa_get_numeral_sign. Relates to #570. * typo * fix crash reported in #784 * Fixed problems with aborted rewriters in theory_fpa. Relates to #570. * Fix cleanup/initialization of sat::simplifier. Relates to #570. * Fixed compiler warning * Fixed interruption cleanup bug in sat_solver. Relates to #570. * Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570. * fix lexicographic combinations for wmax: pb constrsaints were not interpreted in Boolean benchmarks. #782 * make semantics of extract/substr deterministic. Issue #781 * Fixed Windows distribution script. * Bugfix for rewriter exceptions in theory_fpa. Relates to #570. * Assertion fix for theory_fpa. Relates to #570. * improving perf of mutex finding, revert semantics of 0 timeout to no-timeout. Issue #791 * fix perf bug reported in #790 * Fixed interruption/cancelation issue in rewriter. * Cleaned up hacky rewriter cancelation fix in theory_fpa. * fix and coallesce clique functionality * tune initialization for wmax and sortmax * fix bug incorrect clearing of goals during node creation. Issue #777 * fix unsoundness reported in issue #777, disable ematching on recursive function definition axioms exposed in #793 * Fix GCC/Clang compilation. * fix crash in new clique code * re-enable ematching on recursive function definitions, disabling ematching breaks regressions * Fix for the documentation scripts. Fixes #799. * Added optional synchronization for multi-thread API logs. Relates to #798. * Fixed OpenMP problems in log synchronization. Relates to #798. * fix handling of AC operator ++ on regular expressions. Issue #804 * fix warnings in configure script * Do not request time stamp if not needed * Fixed iterator invalidation bug in SAT probing. Relates to #798. * optimize pattern matching code generator for DAG patterns generated code now uses COMPARE instructions to compare subtrees instead of diving into both subtrees. Code is thus smaller and fails faster. * small optimization in compilation of multi-patterns also make the path faster for single patterns * mam compiler: move reset of matched_exprs cache next to code reset * blast distinct in incremental BV solver- Update to version 4.4.1+git.20161018: * adding enumeration tests * spacing, unit test * Bugfix for bv2fpa (model) conversion. * Removed unnecessary variables. * [CMake] Fix building the Java bindings. * adding unit test for enumeration types * Tabs * undo breaking commit * Whitespace * Fixed iterator invalidation bug in theory_arith_nl. * add fd solver for finite domain queries - remove link-against_libs.patch- make -devel require libz3, not z3 - add link-against_libs.patch- Update to version 4.4.1+git.20161007: * Z3_query_constructor documentation clarification * add mutex pass * Build/test fix for python3 * Test fix for python3 * Added dummy code contracts for .NET Core/CoreCLR builds. * Remove unnecessary "unsafe" qualifier on internal .NET API class. * add mutex preprocessing to maxsat, add parsing functions to C++ API * add example of parsing with external declarations - Speedup build by using ninja- Update to version 4.4.1+git.20160914: * addressing max-segment issue for AMD64 + Debug * safe sat clause_offset in debug mode * safe sat clause_offset in debug mode * fixes to consequence generation and cancellation * move from uint_set to hashtable over unsigned to save memory overhead in consequence generation * ensure stoi axiom even when no value is present for argument. Issue #731 * add missing rewrite rule. Issue #731 * fix heisenbug, unintialized variable, issue #720 * add patch to deal with bug exposed in issue #721 * fix regression in seq-replace rewriting * ensure that status is displayed in SMT-LIB2 compliant way. Issue #734 * Create socrates.py * remove special characters * Update socrates.py - Rename python bindnigs to follow openSUSE guidelines - Change _service to disabled to avoid unnecessary executions - Small packaging changes- Update descriptions- Update to version 4.4.1+git.20160717: * fix bugs exposed in #677. to_int(x) has the semantics that to_int(x) <= x, and to_int(x) is the largest integer satisfying this inequality. The encoding in purify_arith had it the other way x <= to_int(x) contrary to how to_int(x) is handled elsewhere. Another bug in theory_arith for mixed-integer linear case was also exposed. Fractional bounds on expressions of the form to_int(x), and more generally on integer rows were not rounded prior to internalization * garbage collect all api::object references when calling del_context. Request issue #679 * add proper garbage collection to ast_manager. Issue #679 * remove unfinished ite-macro finder, tune ast GC to ensure nodes are roots only once * fix rounding mode for pseudo-boolean constraint creation, Issue #683 * add object z3 objects to target context during translation, to fix build regression failure on z3test.py * add tptp5 example to cmake, adding output SZS directives for Geoff * fix ubuntu build failure * mark also ast in parameters as GC roots. Issue #676 - Use cmake macros - Some spec file polishing with spec-cleaner- update to 20160717 * a lot of changes, see the repo - remove CMake-Provide-a-way-to-customise-the-install-directo.patch - add remove-timestamp.patch- disable build of examples (unused)- update to 20160309 - remove: 0001-cmake-add-base-files.patch (not needed anymore) - add CMake-Provide-a-way-to-customise-the-install-directo.patch - correct packaging- initial packagez3-pythonbuild32 1490215862 4.5.0+git.20170313-1.14.5.0+git.20170313-1.14.5.0+git.201703134.5.0+git.20170313z3__init__.pyz3.pyz3consts.pyz3core.pyz3num.pyz3poly.pyz3printer.pyz3rcf.pyz3test.pyz3types.pyz3util.py/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/z3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/4902d16db90428b7558c89eb9bb979f2-z3cpiolzma5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII text RRRRRRRRRRRܻxܿD?0] crt:bLL' "ϋa|C4K/^rBؔM(S*m UF_,1p$Kݩn~ Z7@pUCd:"Kp9iNiz\*xcDOf"|sRk y8rH[Ź# >|psd`_U? v'I8F<J.۶4T?9=׀ 5L7V7%> U#2qbur*"~Gll wI)i)}C{^~A`ȯX~*  |wsZʒp摻 w5+3Q;>CcR(D)%`~w+&I+:hG#N˸56d:nj;Е7d) Efu$ l!][T6 = UiiqeARgDYB5)Y/p@} S Uhm?Y'WoԞm2‰L {A4u3Qehqe6^3.G3M@Fxqeg#KNQfsٛYACP/4!Aww˽%N/aIER#)&K`O )2†.+s4xAC6j'* UkKzHOlX]C94͈$ v!J'>;OlQݒdI-pϫJW(iaNow*2ԒuVYכ߰%SRHй$|@lE;6INQQrTs ¢df]TA`B=>N2U2a;}Q`YߒչI[Ul9 9q(Dر|<&AD/KQs(hp^/{Q4#|_@lCIcKXc+)+:T>}t* %ˇ3G6 8:*ػe3}2ɮggNĭL/9U4f<ĵ()zHU42 w?2=\-:}Z9IkwVpq ir.-fy wK|"o$S '8OtOȦS+GhˏlW<,JɌ3 hZ{4qcS2t6U0<ã zy #9\4Y s1(p}OFKʸMZۿx;pڐ?GL sw@^GoGt;ԆjV9qJLKp#WBM'Ŝ׀')]pF+U6s@:%** R2DȬ!M+mE;Tj(!s> ¿ݔ"onͻl?x}Wչ\S1*|]I?/@|CF[r6Z>y,{d- .h~侴/_C=O|HU_a3 +N׃st$:ho_Yv>N:DJ_&+x -Qn3 [-$=Yd렖+e?/ 6wZ!ٱ\.~8 6 ؂Rr/TĨy׆?Z.EN-Y\- ;P}%P&Qlڀ \zM&:8'D?*+s?RVmAeDTP5W"t! Vd&d)P N>kR4 AЊr0ނxj.K1n;xh_:' cuL`[}y u;Aqyp{zV@oU<ȯx[[j±> uZUWcE_ 6)W } ϟ2n#tfg8rć)(tWN6C\~QgF6 j\c+7ť*ZQg/eFͲ!ycW5Y,ƜB6cMа"4$vq&T]jNȱGT=d}n@tdSj.IzV<9RV]xMSp!-P$(dVBmѮv4mKl-3)g݇I8.Ws{HR5Oof&\__u$Uжo\ܵ{{D6:2?)-J*'j:ɃW_wȱH E}i61YmwIm6޺/Xj\9gwϵ !a<t0nQs}t A$wMROOE'ݲ3#a/?ڱׯ P[W{\'"-a  bɋo`Agi[Zu\f*#ӊ+1͟+FÐRa<FCmbC%baI<:oxMOh]̵f2.]=,Un;~Sη&R @xAa6Q(ejx ,J! G}õ"E_M ̸kTao"*e̱NSҦ+newWm1=4R=כpfݞfCjͅvVB&H /ߠ+R [V4S.ۮJ H&YB;H9]fqYeV !G>v^oBƐ辂LZ*Nc8/'¢gwӁ CPw,}8V.$ KOJUJVC_ι|hrɈ@A#zІJ!Mњׄ5}).D' Z{֗JhQG+tm$@KE|hUHOdxAI&On7=Wn9lHVHؓD}Sa|R87)xYv2ąc@}ȧ_F<v&hץ^g@O%xhݐ;s [+#(ܖk&]˔} K,R]#O4={(&`lunEbF(m~nCM)͏/NTX"b9~WNL0Fdtl#S0@/fTU@,sW~Yz, j`~KZ6|e[Јb &k1A %J'kD>vSB"Rm`iB6]Pk 4^Tv(6I` x1cUoD"*ѫ'YKW+.jEeϠ3h RծH6_@:-{,Xv\AmpMV֡Ec/"n=z7)&+Q*$nZF3uNCfT(d^|P ͽm!TE)n!T.j5׶SYKK3*nZIyyY"H xܾs&|̵=ގQ3 dI=WЉgyf jSYňĉj*GqW:pKğGH9+t,hFIFs8ecO?^,.)Z)r0D6 yp0\W@_E:vi.OxG'W–X4J=pC\ a`*FH]tiAk'Y0ڜSrs1Tt9dCL2bᐎ#*s8nZ&[;PA6=x q8D#e$ j軠wIᮾ G㜌ϺB@ز}X OuPۤGg{KG>a@)G=IS0`ٹ |+=6S*MVJ3#NYǜ{G{kDP!#2*t^7^ q wSlѢ˓b0qiY$B&OٵN'p8Wyhg[u]P%_NLR"@5{dYٰb5A b}$?Oi~PB&U|C)t$ް P W }L3Vƒ /J Yݖm.J4f$#Bd %!^"hڀ"ZtUTS)`5!zj)װtl(pvNEuch|7pp(h`V"`D`NbZgaWi ) ʢOzO;oW Pi ׀RJ[}xŸr6StsIOLW/}=*[Gd/FCGlI&%s=h[!,߲.兩BȥAHj+Ō'ǟ$)\ 骪'3n dՕtI=({'j:Ȋb5bH ls owGr}k5¾GFEf}T9F$ߏoPX'E{aKaTDaUoeOBNH̾M[/e[r=pgEHxB3/͊|Ӏp0 -ѭe?2' 0@f*ɴDmL7®%mӊ4J5S8ƻ/1얋RTio;߶C P/3,QϘς=(;*f\֋gEczj}|9p)oȦ^ݹqjisڷYw_^CbyL?"zFA>-:JA|DNc*g9:<W' k(!v}˲"w \n,λ*H\ 2'RSw~0ųpZ)Cd6i1fv0R "r,!4F[BHҢ%aZ+&{T9-iWm CZh6v_&(*2 >8M~~Pa o'5t H O=y 5A'uZ-=`jү=7 5s1hP3-?Ԗ)]j;O֮S5ׇ\MCBKQ>UHE[o ! jppFffԗ)~$ƩC;7L;(2, \X~MMFp"IJ}.?83Y~g=T NU_=@H^y^5GYG{]7[qbʧ^p$M |K1U ŚE@IJ*[@^tޘ֞-8%jARewFOvkр&9D.q ȏ8' _߼ 3&d{'zZrZ#.ezSQP>X1mZ{{u&5Su`u[ǓOzz[Kq&phmۤ{ "6ehTl;X@~`Qky26ɏH]¬.DP5֠wC33?+[4H`3)䨐R˓=$!E[^ 1o.ئ_$GvS |S_~'^&CCav8N>P#?ls}_<?@z`J z`_? jk;ʜ<왴30lg& ّ8om^B*h% @^"",Qj%iC9lUoOehuz؃a KUH^uͣn^RQ_ŋ"zlx:~u4ZMSE~ #H fE/Pr6T޲(v4?bs*G/!vSt#}.mtYf7KsYC/AP'hE@N8? !Ä:nϷw"Iw2!> HTAM݅2-+ E+!P@OP4Ih2dq4i{ &}Ժ EY.GRi8>7T# >,m$cT4HrJ6GWSNEnnIu|4o?AtnrƋj"|ΰSte;=Hg Rӊ !P`ZB9JV&ܫ,`Uf1p6RG.=j1c|nL|g-󟃒2&l+p0z\g\na$5=K!~Bv|5"~xa/`%/zwմ3l/yEp/ؐsh\KQ=(A@E[мz<ҫHtC ПEb.fbֵ +e߫M쀔 v Z.וu{&En_MI0̝&=/RFKpvr68 /C?v@pV!;D0~t.?ê#;x'vdZ$]> .΋!U*nwЇJ%D7:3 B27bW>^q,Ȭkc%EwU0d3\XGᾠO8o*yq6X5#sP',ݾ+8DTĜXs11"5"P:1J@n8¾:\8Kh_/f[OُYQnCC ܥv1*$s)Ҵ(H>Qb{tWSsKy:'RxFy!P| eNߞF R{_}I~wEzs$r~kn󒨑Rǧ2&|Xnw4X J_etэW!hW>r\p>HvMv7HF9F8t-i~;9JԸ_N~/.(aoFCzV҈jEb{3s %G5{Ɔb8!Y17D 4RCw&g:]~|G3=^RV'X8)맷3)8ssubO:>=B uұud2pZnynjX1ƛDYU^BYF|sa^õ8Am|-G#`a -8誃ºGLNH\"ȶW&ni cb,){)eVZ&ӡKo_~S{C}coKI0g`[JtqwxƔa|bJCG؝nq=&R#D$4x.ajB·sP$UaMcp5gIM8kM~"Rb_X _pFc=V*˅N6RTAg+%4zSSHɰ[+M &CtNjB'"ڋ .BGiDa /&ؙ腃Vw&Zw]_x {jTvuuYK"^.Ф;S#hmL[ry{~>@Ptzct<*I-~VR"Ae o-zVjw`8xLGƼP}'>ҞWkkC$UK&7>r6%yi t=˟O# | ߤ!Jxs)ҟQiɄdzuJb,$&$YhCPҁAѰ:#i$TS9ݟM' $w*RLqΈyM|<`O3ȲVoHxi'ZQ P{ B  M _p8h-'|Z _^PNCmfU0 Y60z?ExX&veF6hAE;&ٻG3El{N|'}Rj)P аQQUϷ?TJ''nJMAEԓ.\ Q <>`9{votlzVW!q bʂTO3N%F TTr/>ܴQIB/M#Fjxc'اۤX!'&a[R# H5ysɩ_OēXZqnM zs/Ԡ"75[NZp`]z紧i*rg*AR}O=L3!`oU|~ q_6|hEsnLK+|W "sBGX:M,MdžyE40Ow{9HwFgD^@ ( d |Y`.Ï%{58=ۙSTg0;1S#L*Y_Ԅ jE<\Q.c45ڒLvᒞ/?c3V仍 {DGV~D~BL92s}#ކ$Z?(m=`+R%J4yL %E%9,bcD_;k^kd=m^]63>,H =^nИ0^wJX|`"X@5swZR}*s-i'(K74nr=E}a{aq;Vj/W*"،/)pmPCO9]Aw4&lՓ(Sz+G\Xф['lnM]AOIp[O;& ƾ2d mB, 1V@a^ThV=4 |_tM\74Et V Е|}٤Jߌ*+^~ɸA`y/H =Bp ŗA& +yK B/-l("Eyw6u(M6@gWU2e'd&NY.rdᩃ&졈'@ e͟'x=hД:Yb:|V]^4嶅Ε2u6 )] pDE0 AVel+@Jf~{B30u3 mLJM/3U6R312B {1ߜd*~&b5A͘kpN d$y J3q9V+ɚ[]Yq'FdfYd~7R RZ X)4Tyګr<)?"_=SgZ*>EŕE>;]O5K,[*nPE;;խjJ)G{AMTyF,$TKxZH& QW(&65xH5P< Pjc0,5J19sM{=8L[ե+<=dl]"~~2EX̂2|B{І@N΀_y +:М޿X3,,)://X8i/98J|fkQtLʻϕtYV@lլyY囡* ]izuib7>Lv?q 9,hAuq(7/%iS߸c_tXÍL5"z %{chZ) qxg9GRɯRn)ƠoTd*ג &nV9~@G[”Ԑѓ湌PQANgXb8u0qzci> ǀpՉDdB>o ɽVyʂ Ԣ^*Q)SʉMq,`m:b2x^U-77g.V^i]H;R~8E̯nqGPmMs* V8gP G<銜vtd!AmG4uMU&3_ ذNbBn(L.#;kIm Nz^ WI Ov;|R:SO r5|H3o\NcNex3"Tܐl&e︀p]s4Gm]vH:ԥӣI CL-jQ齋ٙ4m' C}s[J32zM**"T1c4}e`Ob%==Ꚙd^rܤ\|yUm^"'"Ul~s^FzKPM[l*;Օ٬T#*fgd5 N}?ba&zR{RܥpMN/@RX&x Wo!`|+*ʑc ^Fߪ _5{tl\c*"pX􆠯ՎF:D4 L \O֓ ysޓWv Ο֮>Ó#9i; (V 3QP"c,rb+͆!_vLMW:|2i\~k|a.2eV*ͥm3RZr J$5"dgiEt-V5c>MޤC]pISffDUPgQ;۹ojd[Ɲ_.(R· ߡz\.'*@bnd>jx<2ɋԡ xU^1:V-F3;JP~UP %2 uхxx7DTY Vpj{zdwx8xG-PsYd=Yl堣*"g W:3î2A^^!P2+%pPm-=ԗMC̕F~/B~qyun`gݹo`R]gKѻh 1a Ɯȱ~3gdJoo]|"Ng}cV"Kx>artX,~ X7>1cx*yO"Y{$a-`AGHv{BbV$c Xձh} Ei0,>2f %x 9w<5InVc0K1FrIm Y04O*8poB9ʹN=7L܂܊HeK4\=%=3tI,Zlq&)QSa3)u琏 Pz.`FzvJC+|B'(.m '}` UΔ=d39ܙ| lnv9:"&uBDDɑFI>ER^~_AmLcQ^t!kTThlbF\,R|gf^^[P- ;]E,.,-lX$FK U, m d=-LmV=i:Y(SlLpnise,i b`鱲d1*IaEbޚ2k&>٩081Ŗeܓ)TjHorm՝Ĺ ҆ e[?orb/.@ F󴆊 ޭ8W`H,So;ДHϿ =yctE*ްaQvfēMmHvs46fBsP{ua2/V - (mn?e+ALs%1N%r#<05,`WV(Lq.TB\h2{"b_*D/kRF~\Q$b lY@ Q% `R C]~CfU2 e_p6 aB9oàI'ubI6gҩ5}D#uL"4i -IwܝgS*0@{8'f@ZE~Qe9=*|Y^˻7Ca÷:EWDbp༆Ԑ  1RH?nXD-2|9D-9OpM}5$,OackKߨ2-f+ؕFOeMjxȆ$Ï\v%XyoY[-z_mBpy1iom;kӆ4%T(MKQ&MO1A]xAڄۮǍeVä)<jeOݡ>WҮ; Cڸ ('rcgm cAuVkF( @*'xC4"û(Z˄ھH!zh~ elz)Bf 6YXo:McsbiƸ@jXd@%}w~Q=f,bX?Hb}2{ ό̟e$|4R1uZCn OKAxc Nr3eSY|:OvsrV (t-+'A;?NEsϷիA24C 9݃bnϦT䑼aXBZn䱒v1BvWBF*S5au;BzNT{qFBl7nږqg>=6zޗ}O0 isɶ,Qg&mIZfu?UZ]ojU#łȽ\irHr?=u~:8(yM8v]8}b^{wfiKOr R"Pd3{ Ο%G@Pf? @%0.繉ݪBCHi}ڕ3 !6-VdML7 «Ofwa@Ի|ƽp^*ͪ왖w!Q Y<Ǐ:uG@9#9>>;Pq謫ڈVxOdU{t-#<,è2ER#qQ8=lJ=D`ssL%r(.W1: WG*v:ҍCQ^bD<߻ IGg6F M´4'1`eEI.(AapxZO}53E!ze G~YvfI3 [BŒ8}' N>%HwpZ \~̽׵h:/c(bRZ=S5B\e2;rY gbiVtw?z-TVu3Ybi.$HU /9Z^VVR1W`J2mYRC\Q?RR.}uUBO~dO?;[(0294nٛNKX[:cܡ"䃍_:޴?v+0F> _W^HVaU30.d4 Hlsp G[m,7cjePP靗z̝Y}[߫`n< 5>u"hP~bN@Oqaj7zZ !XFUC=V%(=9c81U}@R+A$=LGA.vNR<Lic~/=Ͳ4_C yyi㡲b3EBw)s%Ij}8_W~_RxY.?X .R㑯ֹ꓍Ґ˰5r$?F'IdZ.o΃@'e F}ZR\?gr`e>FlO{;< U>DŽIB h|9,[uT德O54Z UpwB\*U*Z:#`b`1K$BFL) t'@ p$7±~Ǥ/lYr;l2Y9JjѓlQqDNnAh| aS$##,ʢüi tܭba@l28ȃ P 3OEpM/먁u*z>d"MH qi9''QT 'āIr<tT{[t"HuI#w0nW8NH:Z L!4f*[beXJ8άiv]wPbe|si' :%UD(R3ƘqfRnrKW݋2ZG1D~ 5U}戚尳$jz[od'Sȫ4/Xp-͝Qs {[ (1L7!ʿDXH^-!de{N*PI2:lqb4 _j K_Y(05d>ȇY0(.~\i_+Է%Xt\a9Tnr!XTzS~9m&b#mvFe 8+vps^[/5E &8NoFͧ;"0,h\͢%ެKdx ~:%"rٸ=?|[;pMːGgpmƐԪ@~δ޺mgVmnsgh1(fmo M/BF!-&GejBp g8Lӫ2Ĭ2m'Ia `nMZXOlUMާs E"[= pe;[LoCυsg1Mf|+a+@09 qÜ5Ek2 mnF=bNe aLG f/F3ҐJ7سF'| hJQQpMyl}%VTgМ;ht;O8&URB)tOz;ԝ6&E26 VǠ(!y_J0FOYz^ك_-l?^Ox^cPBE6ߧn+tISN{Ez6؎q&m1B]|\ހA0 nJ{ww((Q|93έ} `R/?p2_He( jA`{ ?Hgūv/h8T+E"IW=c<vȆ+!q$2Y`EnVr#-ǣ|#϶051rT $FU=?Mz/aU~~cѷ[ʝwP Ee3p~OcX0>">itsP2ju(zi0G :/%fo6Sf.@"|vT/ܸr}^;0 <0$`D !~,,PB䴦Ihd_\uujJ JV'BJm^Fo >27"aȽP֧SID?@s;G?ż1KRYK;Ԩ z tR50 Mb4bjp=%fd5/P l:Ngk|Gb 4@/*&Ame/%+MD'9eiXTrSÀ6Wvky"։׬UHadٴݑ) @ZtⅭvI\`8vNFƺW(?kȂݳ+I~cp1Qw "zDOB+a~~8(HEcavΌRS?_iQ'w0ngUB!sF (mAI 'uLA9<9yt|" ly*Mꞓօe>5sbC%;eJ_bt{ZN>#y{9b\j- VGg]ÃǂAIL&I %oNjc֠kXAHv̷Cymkt.&8fY>KF *o|ao=*AҙƁ9[>~-Э~Bj? ŢlXՔeTAk,}CQ8un_!7J2"#~ ΂.#!H RXMRGK{5b 0gSI $:&[+nBkGIX``R~,Duݸά $I]9EHKrH+_&%7Jsrl|WƸXVO| ݨHAfM Š2 ,yc |U}{6ӡDZ'b%y/= TpnD qdqי2%³u_ր-AO:Pt*oOt${҅cLʴ $cN}$vE"$/^X!Ђ ~-?X˟\yJm۷Ln̪`njX6J D\qqP-Duhj9_K`!ț n֣Z(?궴q4%<Ɛc%ˢ:=)y3?A2#AI떌5¤*Qh*i',lX/ [ \]|zOq)G52XL[);^Ms!). {srӪwA)pb GXI +NH\qR?t ܊Cnw؝l@Ԝ#f\"5d3t'$=ܴ`j B8Uٷ)c*:hͧqRt7a)a8œtն"tN0Q $ ž? uFxU CB$|l!F*1ٻH+sc.a;=Amzĉ$q_ {Рw%>n_w5 aq ;f$~7qH.c4dzmwΚMLDDȂ"OyW^kML@4כY]U߅G0_؜jA$EȆ+30 ia3ۢޣe/#`)N d C^ql9DȕH#Nv6#v=@՘&ԥwېMńr6ݝ]M?dc$HkY'g0Nu8i@H5pG8TT1) y}Ϸ\żT4-^N47 aoKn|[PHA(n n|L'Pt?5&,f:m_{r)b'[:77ұPo0L, j wAlw4B|%{c5p<=`ߵP]}@.g$XMHqZB.atD頵(Sgn?ŭ;ױ$j",醓6c+vd.DɁ#'䖦mIH0P(v#Q珳b<TxB*`:Y׌(x]rF(*]ߗݦf㡉8p^OF f7bÃ%doȈj.z7=}wimEl4@tP7~`@5Ifsgm3Es甄'r{n{ʒCaHmm㛍8B3t&s0_-7|z68zBorՅ7"W7sc34A1j@@"5ڷeE(6 5R:GAዚUcò@!`qs3w^% T{y$Rd<̢GٮLUBSQ@W+[8nk`p߼ƩwZ.RwٓnWcOǥ4x>$͒gCS+a L"Vc$VFB~~- \I`ΚܬľԊ+P<BE@&Gj)@հ'ÙQ@~`h$i;L;J="_tmƸ۫&.TMҟ0;R/vm0Cqn9C瘞pfYS)qt~6p<%`7g@kՅT @f"Оe΃*{;8QUuDѤJo0%jհww߿Èby;ԔSh)ނ7H@NOM,[ʸҲ7*/{0cjٔ7DWSmJ a c0;OKl)sCVl)J>ss~sMƮSZ^GKu*Ce$#Pr GzL*VV^Eqj" :CdzK13eO3 C7 4 2jygͿhR㮃8?)NWJtdlȊ6!E3:8bh|r$fh&zkQ-V, 001͈!ߏyRGBk[qlnaa2(Ri+l86 !͈9=l=:ʋGmrD~ srce2l6|b2Y3}")ĞZ64S},cN1(?}m7,ِKWx@B:̙9_>%9;m/Vw Vc=~Ϣ7s0ZFf %`q/2~VC};VA 6 1ίb栈v3d3jy.sѻ$whchGq0%t6N "-ɫY3v&RRp6X#$Rg/&b9HTׂ*8H 6ɐ ,5 1 ~`v2`w:-M1y"t p'~dd~Ifp6c*h_ޕX`(R7A5*4<2sDv?PS NOۭć.JktkI.@^pDA@"fU*`l-WPӛ6b{zFJfZ-%~ϸƟ3cdF\627zL} ,8Mx7mJ/E͎Xٗ~w؄iVWTt|'nFPt1~ZG'ާq_] *} }b S*ҪoRAU92,B܉mo_%Ye1bŸЛKHxl:JNzandQlNvxhW*2N\=@ ]y F8Ff6QRhQpPDloΝ*.]@s*9:)`ySk0?v^F3”]nGe?. ><!UC{|_ޕpFL(UP ~&JmUIP5Ut`nV<6{h(LpbJ*AlcbSzz3,ǤL Ni7"]n]yORpEE(mv4sgVa:*jj7#6c@벢qg"3/m|#˯W#ha&n?lGnbU7{I4>U{v`CBL˨[ U9UF_> < f;be>=0s9+--STBuxZi|\MZ~ 74\ղAIgѪ?N (5n<;RO]Z{rk\ڜ $\5 .0CVҟ #[Յb5J_w9*㲯8ߠWi9HL)mrH(ڥ[sHh@P&вd"+Z/.J ݸ6"+vN=vIMz@dm(Kl?jro1_ Ρo癔.W)aFITTrt1-p~00S/4,rZݒWc)if]+z؄1%`R!P AJ P [)@e#,.2,;w,0"z4a9 ҹw;kUw ]<kfevA*ݳVm"U%}i_E>CC-;Cf|b 6M28ӎƉf$ KqY*mwgu5nFx\g;f#vY,\ER2w[Ąڒx\SAu0:h@v VUN$"9?|y\ɓX>re8H!,#'^UF,Ó 򿰱L DDI2(:U0̑tӄs{FUqc_~Rҳzt`}nI/(u> )%3W@H_7G̭S0 ϔ'/ME'Ep^w% gCfp1^X@36MMgbǁTtM`<5Z=(o^9, eHGadG_3b;:> ㏱҆.snRH.@f0.Lw/飲Lp30([݉F9&pכ-A+^kMKj*$j0JLVOȷ$]D7!a-p]w ('0 {T?nI(ΚjZu6)qv7Q ZDƵ1OLU0s\` ˅lZT|gf< `>rJ*Ӳ`m=1K,[쯍9 F0Tv<2-ڭ5LL?=:ƙȘb@J"|Pk˛&nݏ(ͦXTg4Q-eC\%! XS¥jLKGOb~Ip.8'V)Bn23#ǧQp`maTb. 擸v4wOAE  S zfڧuofi˵pp $3VfpT[,> Uh0z3ڈ>o}A`1pM_"^zryi'rE&I1rh$s@N\m1'>bK2RBVJs-I-a/5J) (yx&[ߦ&"h$9E˂/3zlls όuBF-ga¢G[ǿB{JF-|=b#4Ǒ1fW!zYCg`x.LZNhxQ/Q?`nE1 P<瀻;AYEs?\ pZA発EAqy}%MZ|(A8W&? C)E!l *ޚeHH6m\fCD?[S<0pەsM7qX7*sgP%[ʊ9QYqgxiq{ޔH8dĖfMfPS0X)WfW8tꆬ,S ]j,M"O`]6M}4Ove0c"D boK07k~jo沩aj ~^ OM28u/,p23y _(mW/>o\LU<*ak )Q2Z+Moe+5ǞPa( V5T~ PkoofLJkX lsQQz#.En/:eʱ{ǒ9ֻ@<_qT%RLa|C=^ -|FB<$ w JC̡tah B5nعDԪF3/uulLz)g ª=oqy&ԗRߩ}Xڅs`}iIjaQl`۾WoWa9TTjuXS.C`,\8ؒN0[+g?EJgBO=Ҏ پ@da7?L!rE0x2앆=,~Kaʼ ڣa_f@⇠2l6M0 "NVcMxR^|푊Qw_2u(L䳻N_xmc{ lMz ҨDiɌ+R֜j5~!]O/nZZ1F!QhOޑDZ#x&H{oGW9T[e&eHU$ 1 ϼH~sOխR'Lq%/5HqfE"*&Z5z97` 5;*gISDZ<W!A!R󅒁$[rta2u>a;0?nj<#!Kҳ^1oŷMKgl04&ޕvM׽3(#!R^q2do`&r\P@F#D&-C6iOgw)~O(/oa-[BC!8f'2dQZтE P;ƷG10TUN6^H 9(T`> Jn<]=6,v# ڵ+?*ufo{eտV%C7!t @=S_AJK6]mW[AA;z>Z6?  1U@&>:>X#R:_9Ye74OX qE0NXkwFAv aS'uᓠfuɁHu: ˷{k9X`sAW0oB5؂ѳJ(5iiZwSUj s~ pjYeH\!$dfX\k:}nŊi_.E7A98!ѫ%T@~sF<g2F?}<|`WR=hvNu唿 jmIn-;A~e&32Ks;S6ٵX3VpD ۠j ܬUFª=ZָGp7X10qQ<PvBXH9L*.-)[TLs aUgPŽ),v&CR^+9,;E$\s >e {M)Ύ+5&f_jNp{uA1XD!%F.Ν' U`$e ʣd2shgB &®-R5[> J}ˀ`0TxFrƗ9&6Ȧ'fD ϋzd&5:i3yAs5UUa{C"*Ke7X 'j$%Ji] u_=;Q4@aN%:iӭZ4^[Bɑ\`_Q;X2^p ΠS${%$9 }bqtȾ6a |2kjyYYְ hl}ҎX{!9`BQ@IWtC| 8}Ru㿧8,J/Vw=Uh" `ܕp-iSk@T9; -}hB;jPU>pсCT1D1hT9N~O*Hdf$522"Y E)+zH:1I9 2Nz,?quoz͠Z ȿ=Nb1s^]TAz, ?7G5Ht;'ۘD,Q)gyյM 06-5u2HdFc~X[ތ:Rezoh1qF « D(t2n O]e; #ZoJb.Ku򯯷4uqM)>+D"?de #]SO@+%{+_M'% NKM:}T987vcܒaA:}oexovDDhێ^J(KZzL^vIh/4.r*$SmqP>=/5ip5Zv͑8> hj'l ~&j-\UŎQ:2j'Y6è̖%9 \z v$ &0{96'5.yp(P ^́]eŀZTZk% חs(p# vޤi%]~]ظ n;QEܹ'CL)h(0/̴iȳ} AT;0Qv$?X5i!ؼ|bX֤+hiڨexDɦ0'j^]ZH`,ީ _{Yuoѝ S#ް.Ǐ UC=K6 ü4B!xA%?ki"f ;K1G_xA-q->\b*t9**ꠖDyr񲸏epX;Lᕞ&q'$i&Ňʮ~i^PVx#;>\mW4,E,iVIm:aBaB1vߎ0Qd8;PHy]`ήm>1`rSC`ViC?f1!k]'ϐfԂBòn#٫1Q./X\3YnV.!Ig [ M`:-t2r4u٬hҺM|,k cW,pZu/tE(%C$U!+_!c (ƨr̀p6v|d^"ntmT"']y)-H)E:jYj9]g {TJ(2sTWSE3][Q(|ΣԳy0wR7 Z)(yGUmM>=% hAǴtۖ[i\t\h&; !كUI"1k )cuܟZpuWR,}^\Z]LQiE y`tT, -nT ess2l G)7]!)>ε7Q|`9ݽhI둚>אk2Q+noLQ^(ycB!YDaNY PcE.qʫ3_s(o}vf(?!vƏcMpyr{mxzO fs&_nΰw-T`8 N{'x=’*o )jp깼oCI<.jԧr\)MO2,' jƝj246 Mr?1,5w p7k Vyژfh r%R &ͱ邑яЀ~mjh r(5uяU嶧SS&ÊfJ<:#d78[ㅗhz=E fb0Hf3x:vmD+}r ݋*M; Do: Yh=eu`)Y 1֤)9q+wҐ!80^cͺ5#p4-wOnéNR!gO6O-lEzblpK@hO N5<o_=YY#?H 7OoY7{m7ȳlyvݴ} +95N#!P8y(. 'љZq0D)q&xP~qSӉ*&{37Ii9e-E'NRtKK(a'4KFLH<-Wlgi̲O/7Taf~}lú(K5ҰK1;JN49atc·OxkDrT[ܙa?]_Z ^F&xpՏc& G Tzˏ(*SjgY(j}]hn WO7 cE+ ځ8GnCͿ/թ$]=iz}:[P-?yP&{ֹkn# ab ev8z@Yò괮!dM1A![P.y2f bDXDl 50[,V—nv0) QUvV * D p`7&A&eӆ23XsS•!>J#%pND*LOG,υV "+%} rʗL3/Smr1\<Н1xܔY8{nNJ=S AFI.x=6 )J́xck &ާLM<q0b&|(&S7O0kWT}e~6eD8~,a9_7q, _k н> V|2xʁz8`gw6)FŜv+ 0p]+ƶ}L? ͇spx>#qAѬM8ZZ-*gK{]Y@(bKV.]Bř^JK^!FVf.f?i6}o>c:ebq:T=O?F.&Gw5NN`=DG3a^U'bnsNj|:@4> )DhKorJSd`44/QboEA~A}ӂΗ^5]ch5qOz XoQ0l)SV\G}T9_[!.VTy ?^]R5mXkPwd[}xu~v6yR?Bj]PV]E\&y5MaJunKeX[1j8 t/ /+n)x 78ԃ=*GTSb OfQ2g^>/W-c˙ &Tj*GqhP,GӚgkcDחq [5:(MeIcO/6} %ik.t^ǃwmͫy&"bhU 8nǁ*SfM'&\s33N0~cTI9(sf#cmDN.֕;V7K5HTŊYLBԠ{w¨}: >Lv~../[/pbXL$0QB6OizN>aTC l`4>1HM:w.̨Zd%bY5MIq %4ޢ)%^ֱ hpYu9CPn1$Β^' ;kc Sw阈 XgSC4QlH{[.)nx~{A Tb.BCդfH BZcih A`^K]q?Ժ 01!'H萦&I^y H``XҙCךCOTO:;qԱb%:ҡofҧ8ڹWm CӉ;a0 qPVY//oD>afwUn2F=Q?D2R]Hx$Nws@vfa%v|UD7 danMfLdbѓ;5 Vq%`7fU}(T;oy=6fH=Ub# `'8FcPԥCTP!ձ/Zŷ{$հSj ֯=X׶.[UK -4^dcvW1z>F%'VH'+f8`${>_OR R@2G DU9dV1MV&?}2jzfYb I7\o~vuXhDNJjv}+މD|移*(2e~T 3!Z++Gy{sHj_=dL @덹7J4݅~;JzKσf!LNS_s꫋mZ6DW?yS[!ǮGW\ő{/&0%@Ĝ(qgBd3ٷ^ۖKBh\5k B+ 'MXEN."XcSpwPC+'r[B3.nC\y^Wrkљ 'v=YﴀٹB %)L)Mˑ; &^{xq? LSW{L3m(!6k@zZyZya6=/KmX4I/^52;uU*o㇩vZ5"N#dnhCt}Fhz, !Evy%F2Y7`)x#&Ҡ+A9̓VOencႲwuOz{k*~ ݍr ^uC6ĉ#jfgx l.d,Sz,ge# ח eO&2g*!?D+jnuL=_Dӎ&Qhx;Oh"ƳjR8[abGyhMJ-0`pK>g &XZCEBƂA 1:PnƊ{U4yX~Օ<{'+Htb}`FUٷsu3,4Hɻ<~SiѸy87mp1<#.3|.gzA,e`4o8OZH3Ҹe %kd@P4wV\:-X}JK6xBsPA,gdd՗;3J5SYbq/%`tt G~͟1^tdKnQx2cbR@ڜr%Նo 5:(5D0c3@tDif(_3zR1 sU_|"-s]yTuDj#;NJ8f 5'\OˈqVi*ƞ2r4d0t-/@FdUp5h5\b%; QzљmSbg3];P]Xo7lXZc 7ARLF;pM! /p+x!{vm76LY0-S)xȌ%g`"JgDV=RJx#)|eg[1!aBi ;[4Gy(*o7Zgk'v`}oý}>`SrFH(ʓJ<jQ\ϰ0Em[ y.Eӳu;Dvhq'YUhζ):bMuYG3oaaw yvOJU8}$ݐ’9ҒcD]5$knr7 qĜ hPCdtFёdWBk%'oNMK̬Hz`QxuHj<%9?J YwDظPM*sFR=VmqApK鰗F6! 98W3HO,ME%>>~5X9iymxU o8sXSA6HuPFg >8sZvVg;-/8dKƾ/f[J_k۴b Gc&}Z 9ZjL)Hx=c~6 X S^Ou<[}Dw#7hmWs·^+E?(3Y*v5i#iv]=9Ww-   U `[+4H},ijdFm[=qy+)XAfyҿ7oARJ8K͑1 ]1!ИK瓰_km=8l{Ŋ΀~ D 4B&URr)7 q%=dI.m/Eާ8cw/Yp-ߖ?l̍[9,Uq6 0 (ks `AVƀ C"X U}B|OAN>(DlX X &8;I@ppKᇝ{3xb 1xف`Oiv $P(YchiG;ocUfhfN7Q @ ? V:[|U* EtKTt/M u=|XNF\0LJ לcWwi}\[ BZ/䒋~D qWS>a^"cXjKvյ)5 pN|@MY%(ƩU$"[MOssjA=`q^>zМźoҵ>5j' ,)P#X(9XG%E/d ߿28$+CQxhB|65LJopnZbXv8,u̞ItanxKcpU[(a|6ٺ=/[ۋ\h AJ9Cc.сԫ7st$ /wbBTX&4,]/?K5Zg 菉˨ ^8=5ZLC'zWuJHP"`ghz';:1\ ҅3=glڿ9rW)+Y2$YOm-d˺]8HRJ R_>HK+¶$0;L׭>-w#Kn#_,pu:);l*C#h@(L[ pP|:S cB*]_rٯ%J(Q@z׷640ˆMm Qx>IO`5v1-E 'rPdg9M6^,u'ur`_0ת,ޥl!'T;E j̻Ա?Ap*/c7yPaДj O/UZ q1c)3Ԍ!'RA4]VʈLQ˻Z^. s۸$S;HAB_$ԚcpP}IJ%|wI :}jU/D=6nEr\!8h60(l$+lNS`wl5}2OK\ tNjs~`?qܥFF'FiKH]Peƍ/$æ0שB!(|Zԥf"4УoY?oqğyUXQZ1~BĨlxD"6BA?T-2/DhYTqF˿$v/E?ݯ"ۖRO{;J0~PvAN1\zLշM>_-S 4 TL[x۫wJ5O@]K#j@AܵwXaf]%6PͷSx}i R3>NvW cYXP؄QB_*+[ ɂ$0Ms|"g5yRm~'c s bԤA[dp/:D J Y tzC~>uW&y R!)ܩt nj#tE:;;XPZ]qΧK\&RXUAƁpAa ӓDc8 xS`%-ҙ4dqosEP>G\x!]}ЩV sf+DРGc-7@ ܙ4GU^KJ]NYZ~mQ1 ]N(uk!ޥ'֕vDmU(cQ7 fΑ Xڎ N($%q2O8.&H4{s9k7?mApE䂙{_^'^\>3ؽW3@v@B>1 Q_ VN2^ň!WټV !/[Ć :Se(]E;5mOC@?wT/Jq1ݳfĜ9R3]`/rVE=}e632Y ,f$iZ9+AAS{$m4m.MrF{@gSKNLf^"(sX*ϪdDdrBEü@ckA҄ź-c#y-Oq͢2*P8"R2:kZfLFkOlrl*iǶ﷍3]];51fqL"( 4<3~i7"O!D+E,DPnPS8vhhϤ߶f ލh;p{'YTCB|Ь`G>ׅ zN^@u~*yyJ$c:]T8IVڎ]Q5EЫ U@ b%Ez& -F2!_I} GRf F6VSe(b1 xQȡĒŝQD3J9 3SJ\4+I$W@gq"NSH<+f={(uͿ? %)kvےU͞IvLRa͗S<tkK_ϵ(1ܣ 2:HJD!] -u].-k)@''yx m%1UB^ 2Rc+mwy#>SP`w*:sh!h 6{*pNٴ_+BD>Pt \a4ө8IC2X z{[3" ˊOyXRwlNҊX17KÓS*R`=Q49)UFz+ԾIt.O<4T@PBaW_Px1ϻҹlfhZ۫BYtD\;^Z-ˈHaٗȯO橁c vnfywCP2Eп Eޏ-<;/$[/@-ݷpmR7f 9W#&o_H&z/[^ R8鈮)( V}}* w- Ő X$$IXN))nohJCf4L %@]MZ'2Fnfj70*٠FI9^@@%"xh0!bmX&%T#g:;kD`F8֟X|JAW<ګ)$U >cl1wȇH~?VӉxeeK~Gد IFi6jZ%jAٳF@D.<j£Ics{A&fE^@}1n_.jJkK ۖ.;Vz v: :ZseNfsj--= q~ZG>B0&f}pMgw=U.c$Ss_7Ȏ _E: 3zW!=}S%eG>N*?]][=>Z4FRz}[SԿ͑QnS2 K(Ɍo?"Y+Dm{5/irzU[\{vҼtMr{fRr>$jes/~#r3f`GA ˥.L;BFK7"2vFʭ.ej2!KrTOeD&mwWݨg!]nE3l68hC奔RʵZګʉh$qb7K+%R:;Q?drp11v@榹!tMٿ[uBvv+>Ui|t*X,H1,X`Xy .SP;0x*uR!L}ƈ)\Z-Fg.^aoLgaЋ)\$7sD xz#>JImNA[X3G5{^H>_zyPrT@dT/0Є (2plDLHz8ȁyT`^/*{Q4 8֌l(*.03,BI0%#ن?;!֖r*8~ Zy+Bѭdd7_uD̨@%x!q$ 8@l^%Y.M**#lfeLnRЯ*0\ XU>vR8I"*fa9PyCǖ'"{_20gt!fS14 *Yp+㌙ &N bu=0KI^d;{Ol:7F6 M^XAxPښ 4=Nvţ:Wh "+dKEX˔5mzLRvٲr5ewf9$A [q ݐ:.ɽqp[XBcTDۆn٭ Դ1 AQwqFKOR)wMP2WX[`p[}0쓞{1*6tOKOm,NقTJ}-.S2l&L|DcQRg eW*ͣe0`X(>ij>=Z |a/,/_#7baq ho- V@{s܇4?)t4ܠq#K};.BIkkg1YE@nrΞ3!d^nsC=E-Orַ̡O^264<2+{xa:PM'c}z(NHJE!54b9}2,M9$*I7jL4&1,vuzW!e|gJTQv ξGahe+x}^;q?Fy|(GF>LJ5(?*5 JtOG4aN|/&fP%.1Tt&3Cs~OƖ1R3up:du$?YG"PP gȖ΃ŻnTY> ;txp"%-ͮOv*֟фxǐ pj }ȒYq󆟶r3Q@ك||bJ?4WR|_FO+NuhgJ4tJ5:3}!.DN>2W^4f$Dr.)#9熏~Qڶ/\&U ۖ MxTpն(\^x1aQ>AK83р"iVs"U0H!BlT:oUӾC3kuĹo9`ZDW-I26%.cb/q`ωY}iqtx!x %TAcž =8)̂ϮU(Xܪ ޹Y~j]swp%iuMH=n-m,Қ+,VFPT~x:fua;.M̕vPv߻ˉUF_xlI856Y7ꭉYO(,_U2tኆӸI2\Z`mAT3&aD9n kbe jj0ρ;XNi #]4-0 iF3|D'kK%hDe_ tw(: SLSQ%\A@98Mi^r950hf+r8WړIy}/ rRܣ<:gHrj\yӨHAed5.~$Br6hlsF,cFw9u]%OxcT5m$@yQaa3%wwqaȜW{&"|tz ș:V7JM@W1 *຦N^R+Dg{H0Ck`~+2cA:ׁZ˶q}oĴ>jȴ{ǓդSn&cbN,Z<`= rMHtOCP޲/Q\L.5~zFPOÀoL7m"^v7ne[0eΗj|9-'' ќR 2c@ /?0xD*q"ާ$JA[xRQ` -@:è@@EdvqE- eN.:.e cdG=W<'KLsޡ~DV8u|Q*ߎ"z;oPL\i ɬ?4]|(_Sd:Wb?%'g`OT 1@O)U[ZLe}=7Y\ e';s ,Bӝ~pzTe=2(K+0*ompF&E"{/"*Wh z+وC rKkEV#ᰵ/ 5L7f0ʻӾ5},I0;_,aA p6^d oEh͛<z[4!.Xw"+5-tR\6/RpީI mCXsKsM oԖO'O<@c~(wDJ qx gpt`^P=0onnlKdf)Sa>7ʭPIx,Hdۇ{^9 ? p,&{:e(:ySÑR0ּ@0jDŽCP[WQ;dZl52mSa*Y),VĜw":~=Z.O~Ñ1j?5tvUf=G@\#FlR2xyKB2AEh2էf\V(Lf!uy-oe]# ?NVňvق0^b䤦CAR_ަ<:0CYU0M4HIq{ M*fޚE!rfI-Jw5 Qޫ=!G%cj=vFzq2B2(̱|AUDƤ KgΘul5 %#p$e]XvqK*q#(R{1)/XBFۥE0:x%J~/ (yy Aiܦx:v ~~L2r{k̶MXj!ԐQ=֘ }H%y=NDlF#ҸJf.FgRbAϓOp&'蝦3+ JȠ:&vh'/ mӻ"|{E5`¶0{ҶxC$E|59a6´VmV.]zC*Ho-i*BhA;ēci#lF{M)HoS]9!4|u(`.>XGV8`^@3`C`;jo51#@ߑ%@L܇M>zް2 hxnhi a}oS_yLPAKuY8Od2;{*z8Vd7O*S^>^ ZʴBr~lC>Z\)w-۰7%NHTckYk~-Ei'p37pM&u~͓-9SI[|5z6` xJNH`ydsul\}sAӆ1 |^ޔ5:޵GaInBahk;VJF@$݂ ~QZ}t ُ~莿Su`m_GoMF7?WQT \RD&W3#ll Qq=WK.=mPט(DhCY,„S`6PW]wt'f\  7QEw#AHA [F]7Q""UZW )4ГJf8gr ĥ|ʸn+(Wֻ^Lo.*~OrdhM}% Exf8Wo$ZKHD08ي־#\.Lj03t 6Q 9%3VHQyG˪P@̭X ù |9f4UPfQĺ [(ˬC7c칔uFr "lxku>~;@# L89CND fi;*x=$ˬuH'S1ߩY&j*EƓ|{G5{[•K{RسfZ8 N\9ņrK^طtf?_F]zϭg/j|'j/ ~H>d3G#/us_ 2T^ە3YXq{1njt[moө#)YR9ێ);;WMaWoLUZcsb d>6* 3+"xJIHcꛖm%(irh1`S th )P,;U#6u |Q+_{џ9VciV  wŦ]^_&~۩>_+k'*(4QsLF !_JJu)؃%ޱd|F6" {jXX /49B2|htS'g+i`:1Sک\,/8;t; aV;\9(rڽOQXA^ZfYҲƇD\(~$mՙ;bsRG Q.vaT32!6"bA,_5W׃Z#<}3gNiM<?Pikc* .% ˢ)uL)縐<^LYt igBه&%\Bc No[w'-)_hX%j~"넂 pyiǂj*\^ "t'Ǖ;3Mlx%ќQDċZɂ8;bIkL̍pu2ogH!^[戀&kg}&;OXpIhz8rM}ږ)Yo.' ME⥫wnk'宬 Ѻp pM3Xj=ߝٱ+GM&0?镸Jסe>[3}NEe?}P5a-%EcOܟu[ޮlKgkR,lZ/)pB$5NфU>;f_ZC[ :V^PqKF$fN0{;$ fX$1ݽh$Pa҆`MKq~q-UbLK4Z\%RZqDL08Ghp:kS6﹔tPTK]BrFevz1 z;,G5Ny!p3†,6{ڝ9!;rLjdr%ahiXW T;{3n;0nxc2c!?d <q)JǬQ`xG:};Um`;8GZʠվ<' BMW>$JsCu Z!M dAF:okU[{oϡxlx?մZq.v>@*baH ̿%ˑkD O¹kQ$A[0*A{P12 tmCIQH7Dj9p;'Pk7'Xpt&4dQOTv~Am.uy=f a M8=rYyn5p᩠W?)V<@] JH#΄Vo*w7wA]>+5R3 Aw `{eM؆4_&PsU,*&g+!eQ}ZS쏔6fm =^.4: S+ϸ5t%hgw΅htS] 厉S|Y|<}LִUu<6DcP75 217:h!L⧥j8[n9 EAU&XjIbƋ8;?_˪ Pcnb T913t-OpyyނNOqjƌM CcUYǭ;Fh8GWl&mb/rK? x`*V8OXq VԓB&,H,KKp1MZZ¤|֩zwʼnK; >BN<`?ga;TbFal ABb}a<`UVWњckt 0OgVuU%q䍒 lʼ%؝aׁ9)pI_Ofby \Zu}($| RRf"^Xk7?{|.͢Hsʯ%qCڨE.Mjj̦E3R܄V]z!!fb"z^(8_N$tDϊcg=DDWyy.8h_>:}OOM\ KگorVB=k;qciBqcjBMt tfm{ӿsNj;,q=ps$΁Fy zksB7);?>mCSrjtin__x9.%$>k<ݢⰅYSQHk$NF-xxcf@ăh lPGE^(2(j 6$[IW ԧqGs"7'3h`B%h3j:/IS/ h]-whuI"w Y4|2ky ^狫9M Ksw%nmU۷*tO㨛ґjk oi<ӳtEp}0f !|*,G@9.I@׭k$e-gׁSw;{O^2`+|@2%e}^: `0>۸>=}UtuU&..pK~ 5ɖ Ia<0Awz5x'u{hd@gqc\ZUȒL Ѻx([Tz41/*aNj|Y]^,TZ*``Z1/x\kҽְ$pKQX䁞x+d?~:BNT3AUl=ΪSd/;sM$l7 |d`cA @g:)8˕d oHҘ:˽I/YKEp+NS9e>=sOC1౐\usP{e+':< v"~fr/"h^PoiՇx|ހSa_g@S|#p!b|NfemK??.}!չU\vNw[Mj=_\N&u"׻lmVՋĬ[卑с&֞2Z&V=1$#2j92%ibl"+_aeF_)˵sڱN$Vs ^v|^xqϩ7 +|a,<08:oߜjc}CQmɾG&*LIUsʛLG٣pI}W]ph ĮR6[/q#HNZ iZY/]*r,3(!5A~gEO@^p7K<*{Fy 6צ `+QH z'AŰ#ԜUbV 2qz;y{lf$) R")[b#cm4>z.uT2 \P8k+J>kޠw=#"]%MGjd+e36[ZS>W.n* 1r1MO?@:?k[&kO %SMp?8U))7&ibQ?}ue_mřx?3c-[(2#4_ `'p[ԹHcr%R6E4UVCpJ`knMiǴ%܇gG3IhҤ &ꓡO'E쨝 sЖ7:A{}2E(J2-'Suᑗp6@3F3XooiJȷ |;[.>|s mߧ(cdSQlBP~Kq%ˠkƸ J: AVlIئX 7COZ J e3[ސ3Jvbexǯi hbq:)r%w7KP{R`7UF86gU&@x휈`pe[P*[bP13ۃ{$w6 axJУo$B0'ݑļØe_+QP. {6j_*ĮJ{Ʃd)7_q>WH(iF49Y5rX}oOcKvn`ƥEhX(!䎯uNd:p z>rj#}h# v߬5, ܖZ_=60= ;.=H9 n-׭6Eq57lg=nz,2Z@{d{j2A9j4#(KbC*VfOYZ@n棯:.;F LX:P@xj+$z &$ZdY9& 2?Lm &! _R˪A1Շˉ* *}ߍO]WhԨŽh:BNŴ '3F;C]EPgЃŻSZu$1Y>';;MbgLKI7̃iY[~5LBސhЫ*)Q1z+MV6w%va(=˔>h n,<-ՏCD E(~Uvm;˃њvsIAG%rĵd4Ð0U*Kmx%&'>mێ]u׳ϗJ&l񷵌|#tj 2$`m7/q:9R, s,k-3l͔̤}Jwo23Cas9gK5ޓ‣{MpL3ᇲ.4Vv-gX[.CCϳhf\!lUL4½4!K|$U&r.k䆸Zi>Ls/'K<G}2{)^f~ pѤ ̄nt km3i o_ekXO  ީυ?6Z}'g&,U+]|3l2ȽeB!xRZPn'l9/B~*S]?E*o ŪծS=NGcr]YKƤv+?u誄HpE:CT{aUz|?wi7+.(>;og7^rqŶ$Eg7!fm @˲.u>4Nh=v ?0%w"bh H`]pZU4L9w? .fCݛWF5v} :UR& .;bȤaJ1F QLkn)쩄cCWTVtJ)ǑL-92qUWmm"oo,X4]# t xsrEDoUfz!һz?{?7Q̤V"uUxn]ֱ lU4 kUI'6+L0lQVBJltw$Oq2a =w9%Bn 2`4d/RuQCwhƔs?*#\c -WUhÌSfM?2=Vx4 Q:`Q4[ϫѣȍDAejJ0<1ePP;^ߘM󅰢*WT^shRIk~ ⟙^0ӹWw<72#!RgD%ħf~H~joO%KfWΝ2ڶ"zI$etD'eAVQ Ϫfܲ kYwUzvyk-L`.u͗[hFw=3>ץOt#s0fzO󔯜G+闺S49;v?sD,#m#U/ 7 7 Вc]հo0 JV}aY>VE`umec\ 4E'LK*hK(l0j%)'|$pX)>ݴ"}AvU5u~sL;` yD|ϥ􉒾fsܲ_`,ISx5O _ 8wCwv_e o:3ȴ'Nu.f,B$ $#Ed${I2C Z5(jDQɅS?D8>+L >੹4LX$}lY,Xp{ M/:W`+wqBqg&]AJ+œ&<mhjƃ@)CO Ӭr-dw6Bz Q1l4: })L]Mk@MaU]zףkʼnw~{SH#K(|{7d :EӭzXF-ђde kO~ }e}aւר׭+UUQWeӆ/StZ=Az4c29xn ݻ[F\ib~{byYݺf CLh"VF#3HUb/D#"N]Qp'wv D\΄VZcѬ.(SN X|)X[G,Gݧ<.e_Wjv$Wl6Oer_O2ov5kݤ?ՒyJ=Fe6E\`}0(ǿ+:*SFEA11syG'Ļ?=&`*t8BAx{ɗ-g@w6s! ԗ3UͦFA3p*.ҍD?}H9?9!ݒ{2F:H7_W} MYN_iFWdR}F܆`D]8tJ5l&_u09b߮U]ed-Gѥ$á9g`6i-15s>ώ&+jA:y޴ $$;+6XTdg".崾balqз<el.8Rކ 9g"s%n O!g1 |uɠT7Rvo Q5))w^b@ ޅ#@+vvۂ9fyiĘ38kb]TF{nM<&}F>fX13m"c[q3hfJȫ6ۿB_]~Yo !#H7B6T9C :bX ZŎc,%PvQiDUU0W8eЂ \(Q*GU}qb#i%}UϹ](7=f*"'N W13"6M$?5Ĕ@)"NTSR׾{9B_-3P_1YQ7U|$[o|}lՋ`F 㐒{,*D X?> W L@~/Cnv W DUEk &4 ^9!9WLY/fX&0{ (l"e9r kKf3VjuX`| ӣM[Z~m Bfz/\=[ID;0RQt zX GhtL~CA:&wM="pW`vEpEOQMqq6\H(-n6zIx7 e#i>U['̈ݚkڋ]T R`jA!?\Dnlj^ۚS u̴$s\gx?$k$PaJiSoF[&/ x :95dnfo E@VDpTTi^§gf ס?!<})b;ҏpV Șdc݉,lG3L&u1"W:KOaULenE\NOrP[(ʒPONg$f{ * 16܏ԏיJdՋ*xy3Hrm{N, zŒ9E5"sFA*(+g5X77:N^ҭ?/+~`gKۦGa\i`)7Nvinf PTA OY:<z⡍l47.2qK?QOՐKc|SD{'} _'-;""h"~_su۾WZKA%seD̈6[yC&.F- i`@C&d9oN5x?R9lLzhUybp3 ӫ:IpIopQ8k6Ӑ sKq]dNcppqDLQD*3T3}!4ĸ8HixZ&"3qvsI;׿z:d/$TzH0Lݺ>;mef(p ö1p]cm>rV_'8# ;[@O]z7+sXO hCJ$R`ƄAJuZ!ZҔ*Cߗ5>./K hc#nޯwKh#D"nݥF/_ +-aHpFM<3 cBЪ zebN|aU#g?<éX~hT zQ XT1-/`SyB#F7TIm % {#OK]IV_+٦]OCб1Sn[H_SHoM^YEB.}0 ԍ/UwUD4^..\tЧ/DwC^aG>^\*i:m؝Y҉ۙsd?8^-"jb% sE5~Rew~- K. zʨTJ4oB<Yn׫%GĢ;^DD#t%IQ<%GEyT '9vs_h]N:( 3 Sa]mЂB$"mMnUY{y5F4|̖8jZع5j>`ږaHkh菈`vɜyXkVHDX߾ꋺ7ݙf ."zwqlhuV]PDǧ Il0^ 5ʏӮZΰܖlƥ#XSD,6Y0Ծ$0yޡu O X >Z`0"C2t=}IZ,J{ffOsK' )< (IpHkI}ZfM/aưc 5Sy0Af~22M3dAK$TeEK ѵl:¯ YN+)h 9a+kCXG艁d1U,`Baz5"':;>x tUdZEюAZΩ̎&z j:XI{n]d;-(`@#k O8ڱN=ڣqQw%ňmypOgd4Q@ʓu]$2hY-7O|:9ml v=}ZYD& &'@M'6@$57 qf9$\MJ.RlH8 ΠZBiu=*5C @#U)wMҽ=KK~2: vSlYRUusYY[% -kᱎYKe i+PCkz-Rz@ɝ?V衋)eC]ʠzzX(_qQ/u!1`k;:U[#"=o1ޠfg*#T0 nr#<۾ڷ/yȐƽU$/W0u:g%ر HƝFC9Qྂt}O1hUN&4һ E/&I5b*yBQ[tįoV<ךM>b =rMBLkTτ /IE; /9t} 1+UHljE@yL'%Zݎ@W[4 G+=_;D\7+|*fDߢl"!4̏+1mgv;w7amǸ Jim=pa>(6 '4c[wN_1_.>uٮnr_gFٹ{!ڰxUDL=t2g#^r0E?j&x%:(ɛgH8ZA@ۛfcj(:AM($'mwOrZ1W d`gRZCOU4WO܋nb#-enM3-Xlc"/W{hjOغqT1Z\>޲(?Q_ e Z1 $115yQzMκ#["d 9{mNĻ^ʒFu[|?JЉx LjFݎv1y`" *]e,yg ax줪1`/21>oO5J~ŭ9F &9_XI2p3**q+ l01NGT>.aj/Ҳ!).Mh%}ūKC; kZ< aD$By}+NR/n1c7VA[*G?Mͮ6/tKpQ1 X-|k]YʶZ)ֻAqkD}s΁^#B*.BsW K ePs$G{w - m I*e.C@E&:TIJbaPJE'E*/Ubojœ ⱖB`1N!z㸤&&#Wz*%!42FG>|N7P 3lfgp-ӕi:4\GT a&Ype툶 zsg^Wq+{T>H/ īT#?iQ y>y3}6_g̾hk>Ŏui#,E#R՞ůDZ`0wcFv˿d^,MW {bK$Aks+eއn=. R#޹~!!OZ m^_[D=C~NdbҌԴR(oƺ+ߑ@ybǤ-цZobnc:ڤ@6\mÆ'ٶC۴Wj( DE .z܃|؇@E(DK!kf_( Co՟ފquأH);bF1>Ɵ긯g[TUZO/ǒ'6KDʯJѬb{!s)@Z #ch,߼lϔ7fbGgV3VX;#-Qf%|6X87Bە)tRS"T|=@l:CN5{:LܯWρWcUi,p7*Fr8b+ǃoʄݡfsB/k"dnuvvTG~Wh±"2Y,}5욭 ~{MEl{fV΍o&]g!EәJnǝX鱽|P06ybaDȇ7NE΅"OQ.zyGNq}D+qZ)~SzU 4֤$Fj4SV'=z ݮઙG*,~_ }aK*ux g&f4t cHޟ{!gA 7@42 c/o c[ VL#ޓZj/ .yXUrdP}A>>A2=LJsġ<Ҽe ksjRw M%X\!I}!KiC_p ڧVwڔM&_CRsت,7WRnr؃5ͯ:oypVF U,װI~G"tDf սu^,?GH=TV}һzwI;aMi2$J68l]2BDiA$N$< &O8/rIQ3{ˑGwa`q*XK|\BU.@:uT+|X3ʓ(Leꬾ6ege~|j7W#jDۼP4WCVӉ-_ݖ->C0LD O`vH&SU[YY1P -t$E}C)H2ڙg2?l J L'!'g~ҰOtK˺DI-t=3eQ 1CK}r-ܚbPk%B8~Ɖn1ꞈ9-s#?O@ χ!^9+s\".*w=.$[+Ngd,p+p){X?Q 5d3 x02GlYO/X\Uk]:k6Ч&/*H`!}c gծ~纷OVJ o1͝'$.h͗4`^qq$WH20D{z.R6{,;c(*T3 9=@Yr˺&̉|)mfbZ@8!D8M<2ݫGfm 6h:+ߍw\W=ZĚPokfiEkwT8AyWY3أNc 2;C!="2Ct`H|'0^X^ {~G43ې+`$ʻOo mX