python3-ftfy-5.5.1-lp151.1.2 >  @ \-/=„LZ ~ÕEΞ^- ҋ1ǀuDvr 5?$e~H#Skݞо)ÕL.Bd(zD߿} ]̷pdH1T'O%}lO_Ƃ8((ksƈ3=P}!M%|iRZ_<͙2A40V%+UBެΘsOMRw3dc9934b81e482c7e64ee6663d4493b3e2aef2ff970767bc89234765a857d62c88af54adc26b0372ea850e42cf26b020356df6204\-/=„,'?T|ip5B ov @ID hANr _cTU2%E [Q=İi%+>6DWc('y?a~4"z^WofXy~ dьp>J?Jd  T 7ekt040 0 0 0 $0 T0000(89:F=G> 0H>0I?0X?Y?\?0]@0^D bEcFZdFeFfFlFuF0vGwH0xI@0yJzJ|JJJJCpython3-ftfy5.5.1lp151.1.2Python module for repairing mis-decoded Unicode textFtfy attempts to repair Unicode text that has been erroneously put through an encode/decode cycle with different encodings.\-{lamb13 openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://github.com/LuminosoInsight/python-ftfylinuxnoarcho(?.. W W  VV A T T  33%e !5'd; Cjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.at- Update to version 5.5.1: * Fixes build on python3.7 * Use Unicode 11- Use noun phrase in summary. Trim filler wording from description.- Update to Version 5.3 (January 25, 2018) * A heuristic has been too conservative since version 4.2, causing a regression compared to previous versions: ftfy would fail to fix mojibake of common characters such as `á` when seen in isolation. A new heuristic now makes it possible to fix more of these common cases with less evidence. - Update to Version 5.2 (November 27, 2017) * The command-line tool will not accept the same filename as its input and output. (Previously, this would write a zero-length file.) * The `uncurl_quotes` fixer, which replaces curly quotes with straight quotes, now also replaces MODIFIER LETTER APOSTROPHE. * Codepoints that contain two Latin characters crammed together for legacy encoding reasons are replaced by those two separate characters, even in NFC mode. We formerly did this just with ligatures such as `fi` and `IJ`, but now this includes the Afrikaans digraph `ʼn` and Serbian/Croatian digraphs such as `dž`. - Update to Version 5.1.1 and 4.4.3 (May 15, 2017) - These releases fix two unrelated problems with the tests, one in each version. * v5.1.1: fixed the CLI tests (which are new in v5) so that they pass on Windows, as long as the Python output encoding is UTF-8. * v4.4.3: added the `# coding: utf-8` declaration to two files that were missing it, so that tests can run on Python 2. - Update to Version 5.1 (April 7, 2017) * Removed the dependency on `html5lib` by dropping support for Python 3.2. We previously used the dictionary `html5lib.constants.entities` to decode HTML entities. In Python 3.3 and later, that exact dictionary is now in the standard library as `html.entities.html5`. * Moved many test cases about how particular text should be fixed into `test_cases.json`, which may ease porting to other languages. - Update to Version 5.0.2 and 4.4.2 (March 21, 2017) * Added a `MANIFEST.in` that puts files such as the license file and this changelog inside the source distribution. - Update to Version 5.0.1 and 4.4.1 (March 10, 2017) - Bug fix: * The `unescape_html` fixer will decode entities between `€` and `Ÿ` as what they would be in Windows-1252, even without the help of `fix_encoding`. This better matches what Web browsers do, and fixes a regression that version 4.4 introduced in an example that uses `…` as an ellipsis. - Update to Version 5.0 (February 17, 2017) - Breaking changes: * Dropped support for Python 2. If you need Python 2 support, you should get version 4.4, which has the same features as this version. * The top-level functions require their arguments to be given as keyword arguments. - Update to Version 4.4.0 (February 17, 2017) - Heuristic changes: * ftfy can now fix mojibake involving the Windows-1250 or ISO-8859-2 encodings. * The `fix_entities` fixer is now applied after `fix_encoding`. This makes more situations resolvable when both fixes are needed. * With a few exceptions for commonly-used characters such as `^`, it is now considered "weird" whenever a diacritic appears in non-combining form, such as the diaeresis character `¨`. * It is also now weird when IPA phonetic letters, besides `ə`, appear next to capital letters. * These changes to the heuristics, and others we've made in recent versions, let us lower the "cost" for fixing mojibake in some encodings, causing them to be fixed in more cases. - Update to Version 4.3.1 (January 12, 2017) - Bug fix: * `remove_control_chars` was removing U+0D ('\r') prematurely. That's the job of `fix_line_breaks`. - Update to Version 4.3.0 (December 29, 2016) * This version now depends on the `html5lib` and `wcwidth` libraries. - Feature changes: * The `remove_control_chars` fixer will now remove some non-ASCII control characters as well, such as deprecated Arabic control characters and byte-order marks. Bidirectional controls are still left as is. This should have no impact on well-formed text, while cleaning up many characters that the Unicode Consortium deems "not suitable for markup" (see Unicode Technical Report #20). * The `unescape_html` fixer uses a more thorough list of HTML entities, which it imports from `html5lib`. * `ftfy.formatting` now uses `wcwidth` to compute the width that a string will occupy in a text console. - Heuristic changes: * Updated the data file of Unicode character categories to Unicode 9, as used in Python 3.6.0. (No matter what version of Python you're on, ftfy uses the same data.) - Pending deprecations: * The `remove_bom` option will become deprecated in 5.0, because it has been superseded by `remove_control_chars`. * ftfy 5.0 will remove the previously deprecated name `fix_text_encoding`. It was renamed to `fix_encoding` in 4.0. * ftfy 5.0 will require Python 3.2 or later, as planned. Python 2 users, please specify `ftfy < 5` in your dependencies if you haven't already. - Update to Version 4.2.0 (September 28, 2016) - Heuristic changes: * Math symbols next to currency symbols are no longer considered 'weird' by the heuristic. This fixes a false positive where text that involved the multiplication sign and British pounds or euros (as in '5×£35') could turn into Hebrew letters. * A heuristic that used to be a bonus for certain punctuation now also gives a bonus to successfully decoding other common codepoints, such as the non-breaking space, the degree sign, and the byte order mark. * In version 4.0, we tried to "future-proof" the categorization of emoji (as a kind of symbol) to include codepoints that would likely be assigned to emoji later. The future happened, and there are even more emoji than we expected. We have expanded the range to include those emoji, too. ftfy is still mostly based on information from Unicode 8 (as Python 3.5 is), but this expanded range should include the emoji from Unicode 9 and 10. * Emoji are increasingly being modified by variation selectors and skin-tone modifiers. Those codepoints are now grouped with 'symbols' in ftfy, so they fit right in with emoji, instead of being considered 'marks' as their Unicode category would suggest. This enables fixing mojibake that involves iOS's new diverse emoji. * An old heuristic that wasn't necessary anymore considered Latin text with high-numbered codepoints to be 'weird', but this is normal in languages such as Vietnamese and Azerbaijani. This does not seem to have caused any false positives, but it caused ftfy to be too reluctant to fix some cases of broken text in those languages. The heuristic has been changed, and all languages that use Latin letters should be on even footing now. - Update to Version 4.1.1 (April 13, 2016) * Bug fix: in the command-line interface, the `-e` option had no effect on Python 3 when using standard input. Now, it correctly lets you specify a different encoding for standard input. - Update to Version 4.1.0 (February 25, 2016) - Heuristic changes: * ftfy can now deal with "lossy" mojibake. If your text has been run through a strict Windows-1252 decoder, such as the one in Python, it may contain the replacement character � (U+FFFD) where there were bytes that are unassigned in Windows-1252. Although ftfy won't recover the lost information, it can now detect this situation, replace the entire lossy character with �, and decode the rest of the characters. Previous versions would be unable to fix any string that contained U+FFFD. As an example, text in curly quotes that gets corrupted `“ like this â€�` now gets fixed to be `“ like this �`. * Updated the data file of Unicode character categories to Unicode 8.0, as used in Python 3.5.0. (No matter what version of Python you're on, ftfy uses the same data.) * Heuristics now count characters such as `~` and `^` as punctuation instead of wacky math symbols, improving the detection of mojibake in some edge cases. - New features: * A new module, `ftfy.formatting`, can be used to justify Unicode text in a monospaced terminal. It takes into account that each character can take up anywhere from 0 to 2 character cells. * Internally, the `utf-8-variants` codec was simplified and optimized. - Update to Version 4.0.0 (April 10, 2015) - Breaking changes: * The default normalization form is now NFC, not NFKC. NFKC replaces a large number of characters with 'equivalent' characters, and some of these replacements are useful, but some are not desirable to do by default. * The `fix_text` function has some new options that perform more targeted operations that are part of NFKC normalization, such as `fix_character_width`, without requiring hitting all your text with the huge mallet that is NFKC. * The `remove_unsafe_private_use` parameter has been removed entirely, after two versions of deprecation. The function name `fix_bad_encoding` is also gone. - New features: * Fixers for strange new forms of mojibake, including particularly clear cases of mixed UTF-8 and Windows-1252. * New heuristics, so that ftfy can fix more stuff, while maintaining approximately zero false positives. * The command-line tool trusts you to know what encoding your *input* is in, and assumes UTF-8 by default. You can still tell it to guess with the `-g` option. * The command-line tool can be configured with options, and can be used as a pipe. * Recognizes characters that are new in Unicode 7.0, as well as emoji from Unicode 8.0+ that may already be in use on iOS. - Deprecations: * `fix_text_encoding` is being renamed again, for conciseness and consistency. It's now simply called `fix_encoding`. The name `fix_text_encoding` is available but emits a warning. - Pending deprecations: * Python 2.6 support is largely coincidental. * Python 2.7 support is on notice. If you use Python 2, be sure to pin a version of ftfy less than 5.0 in your requirements. - Implement single-spec version- Fix building on SLES 11- Use the tar-ball from pypi.python.org- Updated to version 3.4.0 * ftfy.fixes.fix_surrogates will fix all 16-bit surrogate codepoints, which would otherwise break various encoding and output functions. * remove_unsafe_private_use emits a warning, and will disappear in the next minor or major version. - Updated to version 3.3.1 * restores compatibility with Python 2.6.- Initial RPM package for version 3.3.0lamb13 1555770747  !"#$%&'()*+,-./05.5.1-lp151.1.2 ftfyftfyftfy-5.5.1-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtrequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbadness.cpython-36.opt-1.pycbadness.cpython-36.pycbuild_data.cpython-36.opt-1.pycbuild_data.cpython-36.pycchardata.cpython-36.opt-1.pycchardata.cpython-36.pyccli.cpython-36.opt-1.pyccli.cpython-36.pycfixes.cpython-36.opt-1.pycfixes.cpython-36.pycformatting.cpython-36.opt-1.pycformatting.cpython-36.pycbad_codecs__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycsloppy.cpython-36.opt-1.pycsloppy.cpython-36.pycutf8_variants.cpython-36.opt-1.pycutf8_variants.cpython-36.pycsloppy.pyutf8_variants.pybadness.pybuild_data.pychar_classes.datchardata.pycli.pyfixes.pyformatting.pypython3-ftfyCHANGELOG.mdREADME.mdpython3-ftfyLICENSE.txt/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/ftfy-5.5.1-py3.6.egg-info//usr/lib/python3.6/site-packages/ftfy//usr/lib/python3.6/site-packages/ftfy/__pycache__//usr/lib/python3.6/site-packages/ftfy/bad_codecs//usr/lib/python3.6/site-packages/ftfy/bad_codecs/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-ftfy//usr/share/licenses//usr/share/licenses/python3-ftfy/-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:Leap:15.1/standard/947b1c3fbed0ac292b5691f7c2c71603-python-ftfycpioxz5noarch-suse-linuxPython script, ASCII text executabledirectoryUTF-8 Unicode textASCII textPython script, UTF-8 Unicode text executablepython 3.6 byte-compiledASCII text, with very long lines, with no line terminators (zlib compressed data) RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRۋ'Vʩ|!HMutf-8b2159d10722c95b0b715b40f72857e59d89f9e3327a6c00d513af189d0dc34c3? 7zXZ !t/)] crv9u_=U$UjHސ3KlTVO-/h%9IZ`H\zvYcI;ŋW~ܩPFܡC\kbz796w<;YTW*_.:r3 Nb,%{*̹T2xZ,h!7*|j㘝+?# )7sw6#7D( GtIk/4yƣs2BkJB%Ǧ eʃX*5KKX{?aѲXx_lגwfkMSnxTeB7GBg"5*r*M9-&/2-(K씍pŀK /=k1m~A?$=d "3y!GhkM`#]E ?T [OZ=-#0wDA2{fm( [r;h`ׄ W鿊|$2‰[[? >PT/dK(۔ ͗Ւ[܍J'uW(|g*Isya7Kq|y/kLcL~ŨT^u0]Px\TiOeb+g}#\ɬ@;$'Gk _BfOyk!Vuvaxb"(;*sE;>)ik=o6:rO4фj@xDxlCZ ^صE(83l0r|>ăBc!+mK`?(a CfU"w +u,PQmqbК;A?&Ywj 8j;eχUAhvwOGrBv!5;ugF)&1B)34|́"aKc+#UKq,w@nXUCM_B–9Imx(`ll`;&ƻဢF<}M1' ag] I\oΔNuVqܽ"EBO|M04e>ڢǎ @)y⍳oS_o?-QwUC;){vCj,rQHc&+3~pM?$tм5Jhc Af.vߥx 3V)Dn|K46 uw!BӘR5UBLU|iy J~@R|g/kCI9S |(`qs1@& _QU7<|l x:'֩$\ShU?gk؞r4!I_mz2샢V}6apvENAIPcH8W$5 z}RS/߫HJReL1XPY$B{1*?vi4mIPMFXҨxau:vP6Z3igZ]B5iG'UJƔҊPE@l_.5䭋3_3TC@~tiZɅ6rcAǖoɆ&,Q wO~IܶFǫ|I(ٚʟKpǽu>/ӕUiHy2n"IɈC>-BBjzgdŠnqWNCHkn̛g. U/.zS0$uc*t]T_:weشmip I,^Muh(+vtu T#렓5|/|9џzCU WnyohXxCcm 3awu! &k+rݜ@=M"FzA8^dHRERQ ~s@nhe;  M &HLHT̿'bAXϹw6[uJNx>gpCg^t( %) 'dlNPXGCmr`=N{Tzgwþ cnh7,K+IwWgeCyɴN~n,/zMՄ7lJqUO}[SCLF: ܌:pCh-!x`$RfRWO2 H<[>Gv˫P60ܖI[e!ddM |!Rn%^M`T~q|.6jk`73De1ա< lD_FOǑAa*8B ϑ_vU)>OE(@qtXlY9:2̗%hz0M7_N^w/a\>])cF\+4-/WW9&w(F\)G6=I r9l}!/ȓtܳR1`v4ǜ8.B(q]\2w.Vn?AA3:C%v9C"ٖJ]EU$cM'K<*6 Msrj ȒabXrDc1xZ!V]{ (D茓[w>ST;КIsJvOx)׎nwB=;8,H0)d/s,5PoL ΄cy$-8BSNItG ]"Hs}·BQqfSh'+.w{Y0&Q]5䈭4d4]UV_̨J&Sx)X 0/Gëg*O9(E"%K VDial\kD -{.>ؒr->l/.nFgž؜DVCHHvtQ*ppTf}UnO#( G#NX+터BI`QΆ Lws 0"7v\乃^UER$9{KVV$K6sgf?jM.G2,ُy9eLA8K@m{|՝[ U p/aEhNu7gvb+R{^0 ChM}#vX\FxW6$-w>|p$Ds'iQ\KJ9X! 31. \)Ͽ`,)_p !0J6x]U{o,޼S\nG_dtָ-FMKO1FT& 5UEZ74qE`$)|3xr7kw +)sGF,tΑy$-\r "²ob`qﻵ"H0vѐ=kN3p&i,j8S^A]m SꄖnEVx_{c5[6#O摶bPs] np/nsh6O~WPؖ홳;T ZPu+)J[j2<1r7X >?0.p+;;m3*٪.Zx'Ianms[$YMХ lb{wIj`.TR`Nw(ߕ d͘[9 Jd7Ubɒu/E.,&J|c}^J7s!fM+)+X-"9&70#ۊHwpw]@[d dQ1qM|i?'.e afn #\pwSsPp?Dr#c4pƞt0C 5C q-ЗYUrR0F;|%qEK,:} "5Πt!uR+zxqoJH"~5m]iBU@nZX0vW*QUly?->G*DR+xA CTmᜇa~?xYp *#.nQ7,E- +m\&jKe`cVT4WR7U/;y慿Bn@5oNvƪI0RFG0# @;3VzDEE;?ׄӨ7,+~q 蔥 =<;D8FNo_DCF)g}cGRQ0BLьKYځf8W8{7SԺx 417p"mH_IJ-PxY-OID7[;$,~u:@,\[<V =R;_:>hK@;? z.OaxPfU C): fLOGq5+HφV󐤲B}f6\/\OuNB180^^ЏEbwT7iyuQ.hoKD8U't_!}̕r|0f(uܱP)^.N)dY. 0Omf)`j;"(Gjޝum?R\2vI _Vqi7 Hy OPÑdwOUu@E.)Ml~&X.YBQV< Es)Ru`kPoP-FKԟ%#&&BϼnE"g>! iDbI6R ۛ =hA?.H d竀ֵ$/ 7 s9v*vϭc},+NW1:: 3 ܲ4'x%(bE|H3SbMriV<($rWjM` |K<HAY\z[;:ZփsC_#RU wRߑ=QV$dLÅ dn3'{F NtDVQǨ$2qBVز!&D)HO8|VMyu|1n#' Q1(xc[:iލ5dRRuU켱ygy.rN4SD$ܺtܝ Kp'궝W<4ɌzafJv/W]Ulh/&{]@lJFl]ǢJ8_DL~6 `\;taVA;R D37þS)k t/_I}lK"'_E.P-jxkcpE~Ҟڠ􈧏HLbMZ"lL_WG;% d-1d_bgV1Mk+l=\}@iU?}Yơ 5!XG3Qŗ]*M)jHCu43'[՚i#ruP9ϳT4ܽɐ}sQwx ~'GףtV{Ǻ"F=ͲeacU0lT'^0Rܫh{rVR l:8iu!`D!Ax"$RRM*4&U5G֮a҂{Ĩ6γ"a4@#X*DUFnMNgCoèq{ w,p^000$2ħ53!D4fESS2.VO[Kgؙ`X˘NG&on}%h5p&Y$-u᮴7)y†lwBNY$ (lk)5wa&thH(yd"T^2EcZW IF_UEVå>a1T[= XzjW\é(7zƃ%7"Gp|dz_:2+]\Yw5T"E/J50%J`YԦr%.?/]ZOk҂!5ɵ .Jk^sH L6*v 񡡛j1F,59" !cZTwǙ;4ڙT)UMo-sd?ͥ%,8BIpg56wPjb@S0Li+O}cO(c{]I 07YFJkq{a@[BXuRR;1AKngil}Sm_C1ڼ0I-Y_"jzy̰peh!⼆ԂLӉ|f.7Zwݏ0m#|A!1.fL^8Qk a!T:] V^1tO̥c@΀MٜKhx"f=m^GxϣnRЖ\N.qԲnWGOs@L7h& 7+qUPɍq{a9:= ,ûqHۈ.tAd)~J#ӏV$M}!!*;oʿ'+TH"D iBB CWWu|F\Q!%|9;A8+tZ͊+EUV\̹$~g\Kр:T/Ƈ=8F>HJ*GQA0BC۔N~{BcP?Sڼ꒻btЇ[33v1a`%;g4 k!N1n z=}H9^Ns ~RoUܘ$(,.^vZʃmepAbt.]U*T!ݗZCdy >nu/o%ʯ抽/8 j& kF?ޒyU(:~r Fz<81J "[)W x-rj\+(o0%0 >t2%%AXb* XwWm<|]˪E&*tȹ+i Tu N%]5"'#0K}Eut k0xSۮ3IS3E0W:* ȅY3I bUIMD2p\X{=[fƺ dp?^Pֲb @DTs򥐮0b?%xs-ҬBʿʖ~&=GP%yZkA2rSYd"j3XŦEā 5*#5lOZs}[iE N}5Gyzsc#4ܗ~ ݒ _,/Frmႜ91";gL<`ܸVcd\V@U˃,HLy%lwg1*AC:vF\¡| 6 [&,J:&bؿۺxD[A#IH߾G0Wr+7,+Njԣt\JL=? ?D_Q#G3?Ukj-`-T4Y,$ã _H(j;VT+|l&x GI)n|hafwJ*.L);Na)e(D_¤}TIW Iy%)qn1=u$8xt/\lN?@UKQz9ǰM|@WٽtY#A,5P~tw:J6Y,{|"g}֑d.ivO.,_( pdi()id!ju) W@濆s%dC9ڵx];kׄSv+^.' a10j=2@͋dIEϓaO|Tb%إ'|޸VeE2t|oUe x#manx[ +> FslP SG.g !j lǰ|%fsR,Bv[*=U1[|8|kf)>+ˎrdBA?RÕb[̺3Kwoߕ-'V@2:Ny@ke4" I.=f ~x})UJG1 ~sJ'ʺ>"3fMW]geUk$UHJ$gq<7 ÇXh B> d{8`%^p]msBOs֨V-O*5\>?kL~+mJ |I/ُAOwV?Nܺӑu'RZarLNIaC?B)kcT#iLd=Uy1ͲH7z]:mdy轊>d6{P&z}vM_!34mtU'dދ4ZG^@Urh}DҶO$ZV(uq~fCGzuuf3ڹ B5PCy#fl" ڈC|' O( e2T~ƪ0%l@_WVCϪIbzȂy)ˆ V[Gw h,Oc@m"-ߴlAW<.lvo9Z}F#&.e$C jK /l7^:k:Ϧ lŵԌ.\}eS^Ǵ&ٙT)$H}*35B ~/A#1}YG+Fb⪾b5Cewւ/k̤Q]O*VmE6"{jsuE/z7i=]?Yk mA鷸Vafg1.{~ҩ~'(bGRS>=AH1FYt:Y6"Wm8_bd3cR,z {-' Y}ng<2[V8:@DN j6%u$W[jPau&1YS/8R޳ל1An|0\VӐb\;0yU4s fRXA9VQp{1O&&[s @SCΘeb쳮W:$+o33H8B}_%|LбPY+؏'_є0C2_@j]Nw-c(֒<.|G~|q 糨hd3|=iR.u$t =t8]-Tps7 ҋ4.C5yc9(ЬC:luG=DT+U{(J`yցZ|oCUb2BFDt`QZt1pElqGF ^>̀v"xF|!7{CȑԮVڪ_U)Z"CØS4:KmX)հ(Ꙑk>L=!=qK-~xDM`1RSFwm+$(er*O F!rgLrJpAQE;T `.K*ҁah#V̧}ERw[R;qJ|'$tOW{V G[ږFZ{i6lf&aD;[gvQ l T33xU bƵlܹˇ<߮(ǣ"5eEչr}[ Y$j'~HN*΀g~ל: |z:?2;,SoxyR43Ph/  "M.97X#'Z9/Ɇ+oX9*9WjٰcV ̷lO2f;I ،0}a}O:G˴fsn6Ŀie{΄]T74Z5jarF$K)s֋OW|(O )M]dS2{?R'[_NcLpk 7nHAxO̔7yɦV톑6q鎪jDDCg7E'lio@Rn xL3py>>D1̈6[=0=%Hun{RB ]nuyZ*NrʧVHLWsN"Lϰ16cIٚ@JERm/U6.kOiCw{HPFΌ|DT[ɐ|h10(ߊq Sw73| ,RĬhV"6&hhUd52bCUab|01jü_Z+>XQzO"M-YyK%8Bق1uVS Nηp$Xe4J&)&t^otbk͌=纯mx.ܧ :d,v?RCꃱ)XITj/i O򧿣E5 TB/Zk4C#aoNR/-AfjBE^ .9{Jz=xx{@Fĕ7ϧl,${ Ti ull}c'UWȈ/5`[;[0%1=Q5BZWV3kqF#xAȞ`+*5pT>fP+GF,P0ؙ ./kі8:}Wu؋Z{BOL>hi/je7 @dw`J` t`10I Η9$"I YGR'aLR^R(=7e3*[|sHrh,VWbbb24b|;1+Ѭޙҧ4F?&->vlFB dg8^kV&jkB"ቱpil6n;#n c9;Zjǘ?pEP١dmaŒS$p5"m˻PgPh7 ,0MC<d.ijp-; W_̝jIu l!tعrTB5!,a$+u Y3.M՗2OGxPBͰT,uo9ZP5D`yy|C; ;9j>r:5u?<"^2y6ҍ)#HL$X<#wFixY\I!uwl(vS{t 2Xs-բ`? ґa s GJɭ@*b 6am*BA%c ".KfE/=dȉ\!k%36W&^+V/Q0g? MZֱf0p8cٕJk4F,Bn=M}>Rf#z魶 xΠm?UK$ya3z^g&+8KM4d_df77jwXu[0&{3_|(ͽs"9!\&fyviFur'SKP+ Y{ oa.QE$0Bש֍r=~<'b~Rz)lsS2T>>X`3Df#-*D /R/80bMH-?wm|P%uU=%o9(_Жyac?kU홹nu_l !+zƩPo垂~X:mROԇ"vMR/Od2c{I#v:M05G{υ6<|KDFRg_\ݟQJcͶDgaI,9gxdpXߩ'-,lTdqC"j:;f D'Mu+W57wʶSdp&9"fqb:oGϘ@} wIPOWX[ Q@)Dv( s#ST?Kd_e;ϳ'xttDI5\ =ٿyEt/EɁärjrKʮ8t.摞evȠJM L+rTd/iXhĥbwe TU4GfKjQç- j^GoAo^LG4U7,_{W17 ۬67qfd90!N'~`#3hGSaA\LG,)5ԗ=%/])2Z;-iN ג{bq:c.^;xk3Fƚ T0E^鲵BXZ`<ȹ1,}廘 ~:|te:^TvRe1II۸, N1.ND"İ<\k^mmLnW%Yec(FY0 ##؛]Dgt{6~6EHk']ݶdq J2̮fxpgLVY:SbvKɇ'J/l05B1b@/oj=_{/BtR]?%6si{ [UܐAQKAXƷw2L:0tbbscJM=RBQȹD/^Tdk,J mI 95;5;{UPu)anWRC" *D"LuMg}[)o-z$q2pGyTdgr*AՄ!&46 +#y<~~q]\ };^:E;kKdZØoFK :>,_8:B8(Y\<b|URyL`e@z0FTP4Zo5qH:0߆vGs˃ JZ}$`1G7 aZe|lMcV.ˑTp:)5Er~dhphS_S34V598n`{pV Rɟ򭧧d /#-mVSzvbSzXw֋.UQ:F3-KԚIQ"7&!j$\ :ĒDV6H8ͱB͋r> j`G"`ŎҜ6 szv2Opg/QT [#fΦ(Njkdg=@*m瓐=3}C[t'@" +Y zp2ova!>bn[ VuySF!bzJ]b='#'`ʃsq7"i/u ۫Z?2 u#7p:UuRE10$.5PF"h6E|;fHxIwmf'obnWT̂:@OL]^+aQ]#A a8ivƭ<єX&vbEx6ZaO7U/̿ )⸇"6q-3Ug_r((@O &tLJf!spJ|ٞiLP2MdOMJ {参ehz0?N׬ǍCəLϱmoUGnH (PG;ىA$=Ze9*GB͝%G|F`-i0ѱ )K+ޔdm1Є+Œ**tEs!$AS3zyOJ>?7Ñ>0kLTM١McȪ]C f5?.&,zjŹ8Ypl8X82M\"&sY> 6)L}Sy'7eҞy QS1[f3!s楒Z0@<{o/z‘<0۔dH&= ̊*9M\ UM8az尾 󃏂靀84Kd?ckM*Jl`Hjeu,QÕ{kI؏ &x-"y}Qv* EK9OY|ލ=}Cc71@8`IɉU>K}Jf9A-lﳓ1H92P'B]s!:6l66*5m+3dvyzfi*'-]H:Xa~Ȫ bl3$g]Fσʳ Ni̩?EAp w_x~DNJZ ixa\W6ܬ"[ݮ͒A szv8%*78ԡJ)v$3AqB#$౺O '^>LPI'̉]wjLw Q]<=?WF8~:Yq+̰[ %|ݠy y 7X{y0.TiGyɉ.&c}F3a`|Q4A= gT-ꖑclz?b>bURH+F=Ӣ}":b-IIu3B重8t?#ht69ŰqܯUt4/cU2:NPB{F@ u]z}MMg_tW@Ye= 1&cG|w/?L HNmĻX3Af?L7呣'DSlBݬZpZFʓ 6ⱩG9 } \`|D9g𛙬U`؟DzgBFf]Aϥw7 Eyz+lf-v" f۶B}~*\c-V/8?7 7uJ?JBjpl(r;_u41,~aYDh*Ҳ\,`VJZvnM->$~Oم2pm.Ex0]8Iy|+X4RXv Sx xbj)jp>9(4,x9H30VR:7K!xNN4XL`lxh-v'O`EK+ e{Ò5+n9o)r=z%=|ȇ"UP>CF }F`*ctxp~ j ut|D3?rرפyh S />)[{vIAG>TK>f x,pM>o,X}:b%x(녗= )⸋Q*:c3bDRU%J;JfJ7|d囍ٛ,$'K6(=8ULdbYs1%EZ(RIJZaŮvU@E3r`y/>ݪ>tg;J d'MuS5O.ZsӰ_a؝Gԝ=1 bd%L{ "*b^|\ueCtIƶ_[ؑwTpL{lh>ܰ *o]Z(kޓDX3O6KP&`_Y}=y =0Z!f*xELF2KТK5=U^&&W}0Ѣ'zSnrHFY44콜f^R*iC?7n^WhalNӄpa~|T=52bjT~mL Ulp{*af%z#c bE(pIWw*jJ|WHJdb xI0H* (o ⼩HMzVQ MfyP1> z {b`x4#ԛ%8-Yxǣh{2TǎT48|#]ZuA}*AJ+`A7%J W{=gl~]P`B~0RM Pk_[:kIME;qj9 J(!4ًє< ly,AS9@(z).taE7<0;lu "Vd0Z}4GQL\9&:te4]W4>/"s!X˞<[zlw;5^dAUB8ˇ`x^s`<{@duGڸ .΂i-NL 6MgƜeonR^j3>PFRkcrѣds0?+M ټ XSwxZЅ{`!ƙsjmɯd7[~|v!+X{EGÛ+]3e#1ȧYY_M.s\vR1z5:,mV\_1Q_`zr"^hoLvlN 5hrH!oh~_fc֕36&>;Bf%F:?jzg ߜ\CrZ-H9/~,0VJϹHWqPfTuk}a'I#,YXQynOk]ԗK}#b t'o.tgngdGs=Ӕ3;muI PP6įK|m?#i4:_<@)>B~y *1 ȕgD &)^"wWPާ hJ@{ZBN"^@~oׯ[?ѝr<dj4NM ȸ#[|(M NVXbuQ Dp|Վ)U{̵ _Rt&C yroN/鍅J5{^6I縜B6LS ۷,*?麍;=ut|)?-`nP>H= pJ =\FW>͜pH(H>F O,*Ot*7S-\-$%u..Yd.l^̸ۃCy«|3H q~rEGcs* MƮPM>DEcYn+ΔɻG>BxߋLqV'?D~Q>`$z[ N ƥjGzI { 3)Ku H-e'^Ck)cFx #\|vj@-R,nrVL.Ҡh_SԚ=p3Kq6ƪ(ޣ<KdMbRУŸhǁXy|QWb7뚛t2_?oE!,NoD ra!$s3%5ZvhN"0I&3~@upivؚ^uV.:/KxNTַ9BRe2aj{DZ07Ez$kRJznIQgb D0fEW+0 @~}E}[ӗ n24YˊN}.kh8: oCE.4YKczf&Wh!cg֜PmXΌsAV:^tTim<Åz05MQ\ck7 )eUfGou= MU 3b#3G#'Z>SRK? |/o,V(ZO!1%ibvGp1UZ7jl@%&zoairG"N2f]h^L]rw, &?o⡏Z5fqW{%~Hx^F%_swVyW8Z\M"PԂ۝bc!1*Qt::s{>"bZG64sힾg)D Edt3]̴6T8'-Nn H3̠04ZQf/QeEn#'c+?5_j/Y7I>IxD_:m8hq{@U~`"5mZü2TcUU?v5|QZ}TgAU:'Ji˳ؐQpeȻd/x:. I&ėckh˿t#OBj[Xuתcp~5\.KqtgaK_=V@ h܎EP8^9v[5 <=h9ߐ65ȶ*gpbo|y@g"/n]٩B"'Tq N 50z'n۽eWXbbu\OR6 [ey\2kgg8eL?]Q5iօ ҽ{~33wM-E* pDXH w@5Z?X G\\%C>1~{|*˂Ƣ'6Wj({I`2˾jP}z'}f |:IŖp tcfYrF~V)mߒ]PG әGEoc^&{%5)NQڨ6*ܒDp ۬c?o%awK,uZ.VA;3c=#/[Q>,fOXUK+M>It1+_t7Lz}7C]gṘ#mאHrf_Be6ٗŔɣ4E37_p { 6l@S@oOE 2H+"\v1ă?UFz, <&kQH)PPװ--mߍ]~pIyˀ["~7hf>FUv1x.H}wScjxB ˡGm6B6ߎbk o@Clڌ>߉ u[/4yfk%2hnr(t Qw<6U:h=#{2Uۊf"ٹS:j8МPp 'ߕB5ٔG O)) ?JYˈ ԰"0pI6 {̡~ [WB7jtZ3 XrGa% ε,3ogͻVLGO(zi3igoMazR%#khK6 \L|XSjv\QxO T7v2|Iǜ6/ A`ah[G&00a[@w?ISotVQc(Lvf 01ʦR$,F 1js:'8 s=8m'Vn`x9<ҙǒv5 \F秴ąlC #/,H7psM#]z/?71Y;|u|igw қ.g*GH9߰1'j'ڂMf؍w.]Pk?`%-m"Oz<"se+ͭ67?`5I^*JJ@ohz sDW ׾Hj@X|_S&;>kk@4[1XԲ-~G cI9F^N@8oNJ ^VBK~]@B m`MӚ&uՎYAS9wH Y`mINSB0`06T{LlNf[^Ԝ9ȧ46A߅Ww 9+5Iy4KX$ Q1 S&mrkLc@~jMl.c$!S)P@r7.xVyL߳bߦ ?jfe6k%͋rw<[_$ /65T{ڇ>J9LDxI{Y(яwzBD{km]9Ò,3BC<[O~M[0 7=P%qƝG \j+k>3RC81ܟe ]@X\Bd LP1jf,cuh&l*3!"6|Qsa(t(~^*o-mxsN3$.M QɤhW&ۙ#gpuD$o F֙ >=}.Ui-iMe1h')*YFAo,~8&7أlȀvdq@;y&d0 ̀}IsCϳv*5$ &&l UDu;E[nvV%s]džbZ`bPJ8zƅ ]ύA~@aݮPtXWt^]B`tj euZyjR>KNaH==A: uZR/)diVkR' jaaqi>SP=+2h7X"Z̍7Gso?WADNq-aJN>46\,6Tyvsx sb`BG[2L˄cw.) &biCWTNA!FdU?+)I]*&{vL[y[@@uXщ Hb]Ǭ/$"8eߨ{UGg}BjL ^@'K싼-?d2N)`]m?>5>]]ܩoO?lv~Wi=1"pc%H9cy%s@-D tnF$} [d4J>QB! d^lɛLp7hwEj*!f%&ߗql'hJ<)Imֲ,+PB @*SMx@)jb9h\t:Ub*FewSZ" g(Ç>{v) `zL̖FjӦA{BLZac Թ_}Q~rO;ڨQ4"z83#c#VZ w􈕧rf@m88k_a;OCc*۝;O>V”/wvI!rW BhPM2`I[,0UCY3)?F.KTbQlQ8z]?u{9 6 ũheQ܀&IUM2$65ђAs!=\>`4_qo?4c=ڸ{V!#40+VTzC6-Y7==΋FI[Bu_a->"VIOpdp(;+(ZTЩ$\E ז7Fwޛ2:]}p1_?=b^Ԡq[䱌VʓvX%E9k'&'gvG`mzh t{X l6<Ӿ3iqtuy57ԜHߋ:m"Uk&_8Vݖ8q%<4ZKhY4Ek Es󉰈h JE n*7uVL?'EttcAKTT}gHS8 ߘ;nӷ c%k-5RS Z>~𮅋l9Ta`)IT!텼jI2`كIO1dԅu}o<8~YSĔ{/w{^!i-'bWp12w_E>z)]tB0H UwCg `w RWC7`zCyIf>zO4EePHYd8/*fy|j sRWB1whHUp*L6“_ѧ"OKK6Vm9.Hd0 71{ BRFQ\q}l晴N\@WE `u&:wtܝ2V@I GPcTv}CiOT%'en [yCׂꡙ?2̵"&$qЬ~1;VOLQmXlH队u FKwqqg׍hYFŝ1hOֶG"n~{KFPYf+rp "a8&'_Cm!z+sI{Mty +}o>SH `!e| Ҍ0ݜj!d `=[xV?YzKHyLdaOKȊ f4Ť ^26uğ=em-6 e*vyeߍVfOՂG|Ws.`oNFv"(k׷0oƒc5Mzl˃ѩ ɀ"k~X _BrFp>bp?s*;1b30$oMe:. ^({\*ԧ!L,y4p2/5ۄF~okVi`tԌjc_>xvR{{ybO˸V 7vTѓ=ؓ0#xC sQV8kwƊ+3q4,iҬN-?:}I,BSڍ }:^舫?%QʩI_Ց%tgÐ$y4>`{wY |JO.Xrnc&fmڸK5&pvώ"w@cM؋gHw>mBg &JL0̋a+Rdl4a/>Dt6&^u#  ?Z[So ο:RE9}&L8zTh vg;NP *Mk|w :w ~̺Z?a!H.ňu 1l[|9Y b:>>#=%n1Y]SݟP ~Y yTvP_<NcIAj\B9H [T,]0 Zujg*&+ЁT C4-đNVӼgxAfOoV,iDA!èc-3~ZV {I &` VB_(6BSO կb6\I G_r@n]G .̼_5ZA6rsSOWl/,] S2c;ޭXFƧu " XQ2xǾ'/Ա 3ښ-x 5[_gJsiS ]Ra( ܧDAJ'[ʑƀ#S@~9B0Y c(Kϋ 5 Ii)3)P'm" N4n[I,[YDٍc(a m_ <] BkZe4}]E+@01%"-k]5t3&<4Ö\^M'x~}+GRfeĈWpȘHII{\e&?W1.=/?]0[<8L2Y)˞;'~D( [[)$-2-0sP]cA)ɯaOA=h(.)~,zzsiKqis8ȬVlaR;;Ñr=.S i+Kɥh#{ⲑ$-4+ 1/i)"O5JyF?c\C_Îh< 3mkh=R e*!PQ1q_×j=ޠ#n轗Ecsjx&hmAߘh+3Rh g]='үU:>F:\愚œ]"s!Qr"]rտ%԰_TV,q{i!ffԩEXU Wߝڙ`<jr+n-bm1fR@ =ӓx=. '1, Ӕ8ʕzVeVwNZ`:/ _iO+s8uܣuT ִj'zt7Qs(YOX8;wɡV:TvtiDlZD/Z'y&F֌Mcb Q2'$}7cEph^ #bqxsa{Z DvWӸ/r u XIoؕ~:=BI #v 捵)p2 x:5]; uJ%MV5!GdN9 n-[6:C x$C.hMV&N1jQcDAx$ExËe0VeF·=iq e6]~Re^XZLy Y!@+ӪNCEh[2zF·\!jJ(lB(Su`Mj5 s IߌG&vOܬ߁ WVBL%1/2hm=YJ76% H)iDHAxoGZ>7g"~OֺAMp9Zf壚fEl-aӾ fZHsn f#-1^Mq^^z" Do†wogQE@ _@iA*= C=L\52l^%-x&;yomiD팾~5`&xy#IGXz# ^X0ܚdf>8'7g[kdTp'c U~^UlPeUC!k c;+~:GDT|$V;U0LVQP5(lU,b~?h&V/9n,c q_ mZ$H( {#U&ο*&%\4Ry #O8⯘EBЧ^p?OEaV ;ʃk`bbqIiuz+IshwsœxIoJEz+t@EW2NQ{' MB契 *yrIu=I!u74J f Q}no5:T쾏2 9ϲgޔt)afKю^3չjΤ xX?@QDwTaT9*ܹP d,/LBѱ(J)cRk_¹| *.l3I9p/j vvYD ^ēd+'Q;n娣;-C>݀ [p~ME3\yhZU!D1& HFq06ܮL}fh# U.q=!Y1 Vʶ>+dل3Ծm9AS)> ҮH *!'n.:-O&a [v9(nk-$gn 7_DH)8]NN'أl4ck2G Fө.,ely< CLr*梹"QX}l7mjJF} Oigpї6PDluсy?_I3~:RR.aV={]MNdo7bn y,Zca,<: 4vm /9ap*Ͻ@_Q"Feę|ܦ)F?NfʒlR3ia]+z< (9LW $o3psIF -hb6!lW*%*NM[%JDs8$ Ҁflkv} :1NViժ㾢) iXc[I챉[vAAgX?^D'RԔ(=Q"~xj8io{|)^O3qW:hEw%4u}MLQAwI-۷<&!G@b捂/+>nJt2b9q f'?WZݯ&ƱuBԏ|lj zy4+I/5.jlBPQRk)h_8Frm4@aC]&]ߊSq.hb@3dG`CDm!Tv8LjyW}^ PmcrV1W@߿M|ZϮu얂_"MD'׹)};̓${\jmάXS=^f-.zWgl&~P.NZ.!DP&k'Z0<"=n8|M-ԅ.iEZX,Rڿ9. stNyz@m2m{\g}hBL5YAKyA@;E} W_G%:ou[£oMHj.ec onՇ" ۚggj@ JگxV9 ʕ'?&@ $B٭z0wގn?7Awj>ZcTo9в=!mPȿw/"bк+:JG12$no;E蘄Ig3v)3i"ۑ[}̔E!;;?7z\PI#E[JB1D`]#ϲQ=m0 b<y҆Ioe lzB)з`ֵr3α)AӍG{fOi?[~R1u-{;mXGXTK|Gk5`,j Úa [J3H'x%K'8XlƳtz-cFo&R"F\H8J0(= WǴ3(0tzN <퀍(A @9Ci#vt@޺"u2U;ApuV, 67MPvR9QQ].{7@Tj`O+mPŲiB8 < ?T P$c$ ]:3_0m6IBEqY C2, !A~ߕ{{+7窋| rfAsGb6LrVg$4DXظV#ZH $rbhh=@[ql C {>S}Z*<:YODe({f)bel[8z>jŸ@ʶTɞ$լPDhO|D,!,[+km-n5[XFؑP6sXɥ~gB*%8^2[̩L$YJO' BU+" z B}A\CKl6|JĞ?)sfr{gn"]Wcpi]+ӗӰ0RSf-OǦyo@ROikh)>ݞ?kN}z"Dg22 JVKSaD2._nc+)'K[~q!@JhsނX8qͭ EvcuDgaYM>v }JWw7*2s󇍺+?jHJH^1OTC\BS3>yc]Wq4L_}¶ F# yOzSIn+ Ne\ 47@ ^`YB[U-ˌ8 ZoWO?:{ɼ"v'O j>1,[`/Xg/[;Ij[hbRYіu?EXil&o\. !NK;zW+Zf7p#s37lwjyp*Mن4ZEG"6ecɭ: ,i+pQmKsji4ȼ້%c Z}lsEI'7 I'3[i]v@a'w--ťN똵 b%Á<28YEo0Zd35`)Ir~3YlߺKƓHi[V٣ 7_`a>١TgGYȈTF@uW]Y4ɱcTWM8FcRLy{ݵ c&; /!aw~y~XwŲ^j7[i*"12>}ZJ1N)8&g,SRrזrhl+7v'[V,0.Y _kQH m UW{Qϙ p=*9uLPR,yAo`_RQExƌ`B]&iI>ȶ Pn_AzJOnSrӼ_#TiCWb|%J,g@ ;&Irr'02nS:ˑ-V`J74tEy, jIq1?m<dEK4u-jRA1^fieVtN3 :l?TbՀqlP5y2==3  g OWq'W<*ڧ-GD{/ P!pTD2M,vO-jVݔSw\q}95|noQ@+yyg|M1qI~W&J@g_p.l5Pdj@ 1-ugތ EXο]uld1xK%{Wf- 3 m`]O5Wσ0nzK9-EZNv@4np쬚nE@̐s]fV%KqbͩW"5jyE8kCwڣ\dkR@T֡qb Y)`'?q1T㴙C IYȠ%Zg TP UA1{&\wHKB-y@=\`8$L@I^H:2ز {Bˬ$6.nOv%㳨6̇*߄rIƔ6jC) ӠױI|a*Ҳ%GrdȨIvZFsQJH[qSaV>V7\-uurvj~ g{dT|5aP+>=CchWXM#3C٬6a;Ԟcx ~kEJ)f4Ɏق{uWb\bN;5&"5t`4٨3>o>6;ث䷐õ_̆Tm2~%Fʍ~ ;tcKMrtfMY`“"/"`}#:1bbG3mPyhE}ۜ^! c@ԃl!;8"ug6I4@-BaSp?%ET%n;hMxd LQb=?eld[ytM4ørS`N5&ʤi_R`/L{+y27αzIm'gD)9y e$2E.ҋM) < 80;JRT:XMt\M;+Sc!˧\ 80P+;a#5@ͫ$N_pNY^BaWG Ji)E>eP*n8W,؅[K!iY WQbֽ7/7נbrk :nAO]z)e,A7*mTN[>;m،J҆{T_ȀH = ~7*ߨϦ"泝W壐&ϩ=fnK\s`}L5g3%KŪv}qM tB¢q%m&z@P5;@愺5fU$W֞9-sZ"qpFx Wx:?U3Q%?g&3VBU_NB\Ql '0$ňO,X$˔m*X01U@,.I?}o ;IPKƍ41 * ݒ=K?x5+ygSlٶ{U\rzK!Z H#fff{N.cG>d,Bg;Iz/]ff1kuL#/a?|rIMd޾݁;r:iK#*`/ ~Gݤ%8nMޤڛMl 06]}ժ" vV$wyI/Mhm0c^@b!iCS@V7 g\L5Lu (h=5]TTݤ@v&\qy,UZU0XtO dßP}b\N=Lȯ;UD+ +|KK@fqNOKBb{km0<}b Tp05x8Xkiqσ7Q=_2b/fF\W[$C\xSqS:6D #XcE7wZLRZ6 ֘h-7._ٙBZŋod%1Gm:0 qcVHD㑒j<#7 bQj"séDF7CTJ{ X؇&!z1ÑGe_o2 WR5ٷh8Xg$'a- :}gk[sFeFwDy5Zh4X:MٳP{ GSDVKσ zZC^ƫ@i\ +@=Fv"x,C)yHVIU|٬P/- gÛq&MI۵Y1I=cDjfqSL5/U7@%?q #|Gͦ=ז{OH&ҿi0%jsCR[]X[&VG#3=e~eTspmAwTBx`ȠC(Zgժ>5,BYY)!Fjj  ǂhF뒼x2T9DSJQP I͊[>5!i5U xG2$.H?Jhu)A'Aܭmֽ):UNlb]x? h+n2i%#Pk(nC&ВJ2P/+by`=2+_&r建 }A\dU**r#=S>"-inj3V$9W$ ǡJA݄S4_ZnKY˂QƃA/e3x!| `ldZ:` cX'N.sz_ۍ8~XIṛJǧh{Mbj|zue[M5# $l*U?0_ E' ԌN |؜6ӁЂ\-GaưN ҩ˰7_%*Z#jC@B 08kI[#Zd<6Ӕ{Ega7.:K]1TbPBXw"?z[l) .W[QTdE EdDϦ_n*Gt?zbXۙ"#VO> Iam$PIt|)AqPݴ8n6&irR bLvMNoCէԔ# KГ~rE^~?.K5Gr*q PM4楓'i#"+b&uWr? }59R-`ƹ =-~ݰ*`KQn{ߡ(FkxS5 ]Of MD bRSZLqY"H#[{eA7C>ok.+5Ûew;->+uH9h@(O Z;*ǩ(G&Ybgbv=nYAt2 IH]A,,FlȤ^Q5(<;hswc!~uL֑ˈ ?;]<: DG-뭌AP޶ cBÎ2=Q ,LZ[|A 86*3OޤF;cB P̀?MJb}HlhEoX$T7 _٦S{9bA%T:sy Hpb;|> 2_´ H8蜕ea|GQ'٣z;Y y !E8BfiHX1RI8#u} w,m]+oy )Sq1&dс`K? ؇ uꠧ;+IoA"Y‹{`jn0gº(-:N.YĒ Z'z]{zqm!Mq\tfB <]%|Gnhmȇ c7w^j_C@>8vgxhߊRʝ7RY1SUVy-x*Eu\4JlJ-=iEl8M lV}r1pi𘮇4jzVmt"kWX4+0 eK2S\,"J audpLoaRI  V;Z ,VD#<5 ߪ$izcLm_e5n] OjG6z,.$(Esjw=)Y9A(?{ zx$>#EĬކRӚ^%?8Son j<8ȩkxfsK(Go)u lY 7CqGa28m-s[MH j}m©/ruߩB/t|bW _nap)3`S> 8{&PRG7P@?Gx u(XͲH{L>aAٿ11+z{> :=fڕ-;JL/0(:ߕ %=술q鼭{93Z-n'v`@SpA{vcS|YPNd+CB)AΎ5bxl4M_'XF|:TDc9VT<-a F(O 7y-U<~OfW\#$ļA0>fOLAQGPto L𐾅L#L7Ϊz,K$Ğ?MJbfJ -91Iy ^e#xy+̳k>8v>]'-bwCK;H?!Pe`*t4[ʼ~#NSpP DD0@[7Xz(ggO8Th|24s:Æ%5'N 8E<`3Xah[5w_mg"h?UPT֫c|faΉD&턈jɹ=Hۗ=]`;<x!r$KMl;H6~OHRpf;ŕM=rD2d?w+KHbGZ廍=~wt74ѡe.>3U&d `@p{wtAE+' DU3”QPfPVݔeMmLmţ̯sejt +i.lHVV|pRzwAC*I ҇b/9b9;J,^_b êp[fS?f* ![)pM> gHB5ReځJ:yy 2FUL! ʹގGRodUGşNe0$ t޾ 88bтkLI2Ӽu!>|k,hxl.Z⤣@:=e%$(9gig84}qIjh{y ?W6 %`U2X oc-aFS]jl"cO#<7_AsLq[Gq d|h4G=[+k]Uw(~bE8x\VE ٪'6o@^҇&t1z75iw6@726py/}Hfg.gc'Wu2#j<li<Ю,,-D_bz\=aFa8@kSId5P:J3+INWPǬ+`3 6A"'vu@ R(\Z<Cke ׷]?2GKbcqPˆKD+^f>% o|^3Pģw9IQvxNհp_4 Ʀ8j6jP#VHF3O)ܬR&\0=3]9c i$,7WPU*BCOjL:/!PʾdqW9C3QEs~s6eDMrXU0LlEЂⲼ^FIZM0 ODbWq IE-xtIL2߽p+$jHfp Z9W`q);//тӛETyxbsǏĠ9(cd@X TwO +^-,)ݥ 1Rnq|vU]$߸jYV^<@]pÀMOݧf$:pz.y^ 1cL Gӽf1ŕ䠩{Ngd68²sėrp2瞘mҁ5.9 93+ |cj%+춇 <~VRG6^LJGɎbX0R[\/& U@y9> XigS 8̿j󧪦>g=&L l`UC9L6EEz+•.cސ ôO z)E<B))-bg3HyDv&m[_몶[@[m5Oo^VŸǩI&D"Xb)PE H |Aef;@^OМ ʨ-K`qL]E@/@`.Tm1E!IpM4I%=>ԥJ #‰k;b2 CrT3 Z#\3L;ZAq_7:*qMxY[8c͡!p$ՀFSʃms &7cj//ernmK? WyʼGGgټ%[C:Q@z-݊eZ wY)LO!j 4A!:SUvټI/djggx e56ddGEE?^L%xebhq ; L]ʛP3#XqiJ}>.,qj@N{5ۢ*v{F $ԍCXnzTYaziv҉ܐ 4]5ҨL/^WKa+9c%'E%ZRri۩Vt]y`0SKM2 8]*``tE hq,N֡AH \Ea~YN c\вbő4*= "i^F俢KZm yLQ-1lp]M: IkZ(sQȸJb/ԝXiL&|/=%7xkȴk|LlJqo=}NL4~ s=mzA<%B̾)ti"(Msb&5F0glxrتA'.<(@'쳗d>$њ+eB+ƤJ?4& `pQI'̞yø&i>@UdnY6^]J-D{ r-n|z΁m&nLH#e @aH58Woy?.g:=P-\T&B\,b).۩6|>!Rg?CW-æ;1tr4mM͡ YZ