R-lattice-0.20.45-bp154.2.214 >  A b|F!M@eee(fʅwanb&b74(fxⱣ3KD۫ulZ kZ7F/$G"q !x@^ObY޸Yi^5h"5wvòԚ yBk#W5U 'tiB,p>? d   G  #)0:: : : :  :  4::>:`:l  v (8B9B:|BF CG X:H@:I(:XY\:]:^bcde flu$:v w:x:yzCR-lattice0.20.45bp154.2.214Package provides recommended R-latticeThis packages provides R-lattice, one of the recommended packages.b|~s390zl21SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttp://www.r-project.org/linuxs390xC"]Kw V  x Cy_8h305&u94Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Dan Čermák Detlef Steuer Richard Brown John Vandenberg John Vandenberg Detlef Steuer Detlef Steuer Detlef Steuer Todd R Detlef Steuer detlef.steuer@gmx.dedetlef.steuer@gmx.dedarin@darins.netdetlef.steuer@gmx.dedetlef.steuer@gmx.decrrodriguez@opensuse.orgdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.detoddrme2178@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.debadshah400@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.desbahling@suse.comdetlef.steuer@gmx.de- CHANGES IN R 4.1.2: C-LEVEL FACILITIES: * The workaround in headers R.h and Rmath.h (using namespace std;) for the Oracle Developer Studio compiler is no longer needed now C++11 is required so has been removed. A couple more usages of log() (which should have been std::log()) with an int argument are reported on Solaris. * The undocumented limit of 4095 bytes on messages from the S-compatibility macros PROBLEM and MESSAGE is now documented and longer messages will be silently truncated rather than potentially causing segfaults. * If the R_NO_SEGV_HANDLER environment variable is non-empty, the signal handler for SEGV/ILL/BUS signals (which offers recovery user interface) is not set. This allows more reliable debugging of crashes that involve the console. DEPRECATED AND DEFUNCT: * The legacy S-compatibility macros PROBLEM, MESSAGE, ERROR, WARN, WARNING, RECOVER, ... are deprecated and will be hidden in R 4.2.0. R's native interface of Rf_error and Rf_warning has long been preferred. BUG FIXES: * .mapply(F, dots, .) no longer segfaults when dots is not a list and uses match.fun(F) as always documented; reported by Andrew Simmons in PR#18164. * hist(, ...) and hist(, ...) no longer pass arguments for rect() (such as col and density) to axis(). (Thanks to Sebastian Meyer's PR#18171.) * \Sexpr{ch} now preserves Encoding(ch). (Thanks to report and patch by Jeroen Ooms in PR#18152.) * Setting the RNG to "Marsaglia-Multicarry" e.g., by RNGkind(), now warns in more places, thanks to Andr'e Gillibert's report and patch in PR#18168. * gray(numeric(), alpha=1/2) no longer segfaults, fixing PR#18183, reported by Till Krenz. * Fixed dnbinom(x, size=, .., log=TRUE) regression, reported by Martin Morgan. * as.Date.POSIXlt(x) now keeps names(x), thanks to Davis Vaughan's report and patch in PR#18188. * model.response() now strips an "AsIs" class typically, thanks to Duncan Murdoch's report and other discussants in PR#18190. * try() is considerably faster in case of an error and long call, as e.g., from some do.call(). Thanks to Alexander Kaever's suggestion posted to R-devel. * qqline(y = ) such as y=I(.), now works, see also PR#18190. * Non-integer mgp par() settings are now handled correctly in axis() and mtext(), thanks to Mikael Jagan and Duncan Murdoch's report and suggestion in PR#18194. * formatC(x) returns length zero character() now, rather than "" when x is of length zero, as documented, thanks to Davis Vaughan's post to R-devel. * removeSource(fn) now retains (other) attributes(fn).- repaired https://bugzilla.suse.com/show_bug.cgi?id=1191380 (rpmacros now go to rpmmacrodir) - minor clean-ups in spec file- CHANGES IN R 4.1.1: NEW FEATURES: * require(pkg, quietly = TRUE) is quieter and in particular does not warn if the package is not found. DEPRECATED AND DEFUNCT: * Use of ftp:// URIs should be regarded as deprecated, with on-going support confined to method = "libcurl" and not routinely tested. (Nowadays no major browser supports them.) * The non-default method = "internal" is deprecated for http:// and ftp:// URIs for both download.file and url. * On Windows, method = "wininet" is deprecated for http://, https:// and ftp:// URIs for both download.file and url. (A warning is only given for ftp://.) For ftp:// URIs the default method is now "libcurl" if available (which it is on CRAN builds). method = "wininet" remains the default for http:// and https:// URIs but if libcurl is available, using method = "libcurl" is preferred. INSTALLATION: * make check now works also without a LaTeX installation. (Thanks to Sebastian Meyer's PR#18103.) BUG FIXES: * make check-devel works again in an R build configured with - -without-recommended-packages. * qnbinom(p, size, mu) for large size/mu is correct now in a range of cases (PR#18095); similarly for the (size, prob) parametrization of the negative binomial. Also qpois() and qbinom() are better and or faster for extreme cases. The underlying C code has been modularized and is common to all four cases of discrete distributions. * gap.axis is now part of the axis() arguments which are passed from bxp(), and hence boxplot(). (Thanks to Martin Smith's report and suggestions in PR#18109.) * .First and .Last can again be set from the site profile. * seq.int(from, to, *) and seq.default(..) now work better in large range cases where from-to is infinite where the two boundaries are finite. * all.equal(x,y) now returns TRUE correctly also when several entries of abs(x) and abs(y) are close to .Machine$double.xmax, the largest finite numeric. * model.frame() now clears the object bit when removing the class attribute of a value via na.action (PR#18100). * charClass() now works with multi-character strings on Windows (PR#18104, fixed by Bill Dunlap). * encodeString() on Solaris now works again in Latin-1 encoding on characters represented differently in UTF-8. Support for surrogate pairs on Solaris has been improved. * file.show() on Windows now works with non-ASCII path names representable in the current native encoding (PR#18132). * Embedded R on Windows can now find R home directory via the registry even when installed only for the current user (PR#18135). * pretty(x) with finite x now returns finite values also in the case where the extreme x values are close in size to the maximal representable number .Machine$double.xmax. Also, it's been tweaked for very small ranges and when a boundary is close (or equal) to zero; e.g., pretty(c(0,1e-317)) no longer has negative numbers, currently still warning about a very small range, and pretty(2^-(1024 - 2^-1/(c(24,10)))) is more accurate. * The error message for not finding vignette files when weaving has correct file sizes now. (Thanks to Sebastian Meyer's PR#18154.) * dnbinom(20, , 1) now correctly gives 0, and similar cases are more accurate with underflow precaution. (Reported by Francisco Vera Alcivar in PR#18072.)- The line %{__install} -m 755 -d %{_infodir} no longer works in TW or Factory. But without that line it works everywhere. So this instruction was commented out of the spec file.- CHANGES IN R 4.1.0: FUTURE DIRECTIONS: * It is planned that the 4.1.x series will be the last to support 32-bit Windows, with production of binary packages for that series continuing until early 2023. SIGNIFICANT USER-VISIBLE CHANGES: * Data set esoph in package datasets now provides the correct numbers of controls; previously it had the numbers of cases added to these. (Reported by Alexander Fowler in PR#17964.) NEW FEATURES: * www.omegahat.net is no longer one of the repositories known by default to setRepositories(). (Nowadays it only provides source packages and is often unavailable.) * Function package_dependencies() (in package tools) can now use different dependency types for direct and recursive dependencies. * The checking of the size of tarball in R CMD check --as-cran may be tweaked via the new environment variable _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_, as suggested in PR#17777 by Jan Gorecki. * Using c() to combine a factor with other factors now gives a factor, an ordered factor when combining ordered factors with identical levels. * apply() gains a simplify argument to allow disabling of simplification of results. * The format() method for class "ftable" gets a new option justify. (Suggested by Thomas Soeiro.) * New ...names() utility. (Proposed by Neal Fultz in PR#17705.) * type.convert() now warns when its as.is argument is not specified, as the help file always said it _should_. In that case, the default is changed to TRUE in line with its change in read.table() (related to stringsAsFactor) in R 4.0.0. * When printing list arrays, classed objects are now shown _via_ their format() value if this is a short enough character string, or by giving the first elements of their class vector and their length. * capabilities() gets new entry "Rprof" which is TRUE when R has been configured with the equivalent of --enable-R-profiling (as it is by default). (Related to Michael Orlitzky's report PR#17836.) * str(xS4) now also shows extraneous attributes of an S4 object xS4. * Rudimentary support for vi-style tags in rtags() and R CMD rtags has been added. (Based on a patch from Neal Fultz in PR#17214.) * checkRdContents() is now exported from tools; it and also checkDocFiles() have a new option chkInternal allowing to check Rd files marked with keyword "internal" as well. The latter can be activated for R CMD check via environment variable _R_CHECK_RD_INTERNAL_TOO_. * New functions numToBits() and numToInts() extend the raw conversion utilities to (double precision) numeric. * Functions URLencode() and URLdecode() in package utils now work on vectors of URIs. (Based on patch from Bob Rudis submitted with PR#17873.) * path.expand() can expand ~user on most Unix-alikes even when readline is not in use. It tries harder to expand ~, for example should environment variable HOME be unset. * For HTML help (both dynamic and static), Rd file links to help pages in external packages are now treated as references to topics rather than file names, and fall back to a file link only if the topic is not found in the target package. The earlier rule which prioritized file names over topics can be restored by setting the environment variable _R_HELP_LINKS_TO_TOPICS_ to a false value. * c() now removes NULL arguments before dispatching to methods, thus simplifying the implementation of c() methods, _but_ for back compatibility keeps NULL when it is the first argument. (From a report and patch proposal by Lionel Henry in PR#17900.) * Vectorize()'s result function's environment no longer keeps unneeded objects. * Function ...elt() now propagates visibility consistently with ..n. (Thanks to Lionel Henry's PR#17905.) * capture.output() no longer uses non-standard evaluation to evaluate its arguments. This makes evaluation of functions like parent.frame() more consistent. (Thanks to Lionel Henry's PR#17907.) * packBits(bits, type="double") now works as inverse of numToBits(). (Thanks to Bill Dunlap's proposal in PR#17914.) * curlGetHeaders() has two new arguments, timeout to specify the timeout for that call (overriding getOption("timeout")) and TLS to specify the minimum TLS protocol version to be used for https:// URIs (_inter alia_ providing a means to check for sites using deprecated TLS versions 1.0 and 1.1). * For nls(), an optional constant scaleOffset may be added to the denominator of the relative offset convergence test for cases where the fit of a model is expected to be exact, thanks to a proposal by John Nash. nls(*, trace=TRUE) now also shows the convergence criterion. * Numeric differentiation _via_ numericDeriv() gets new optional arguments eps and central, the latter for taking central divided differences. The latter can be activated for nls() via nls.control(nDcentral = TRUE). * nls() now passes the trace and control arguments to getInitial(), notably for all self-starting models, so these can also be fit in zero-noise situations via a scaleOffset. For this reason, the initial function of a selfStart model must now have ... in its argument list. * bquote(splice = TRUE) can now splice expression vectors with attributes: this makes it possible to splice the result of parse(keep.source = TRUE). (Report and patch provided by Lionel Henry in PR#17869.) * textConnection() gets an optional name argument. * get(), exists(), and get0() now signal an error if the first argument has length greater than 1. Previously additional elements were silently ignored. (Suggested by Antoine Fabri on R-devel.) * R now provides a shorthand notation for creating functions, e.g. \(x) x + 1 is parsed as function(x) x + 1. * R now provides a simple native forward pipe syntax |>. The simple form of the forward pipe inserts the left-hand side as the first argument in the right-hand side call. The pipe implementation as a syntax transformation was motivated by suggestions from Jim Hester and Lionel Henry. * all.equal(f, g) for functions now by default also compares their environment(.)s, notably via new all.equal method for class function. Comparison of nls() fits, e.g., may now need all.equal(m1, m2, check.environment = FALSE). * .libPaths() gets a new option include.site, allowing to _not_ include the site library. (Thanks to Dario Strbenac's suggestion and Gabe Becker's PR#18016.) * Lithuanian translations are now available. (Thanks to Rimantas Zakauskas.) * names() now works for DOTSXP objects. On the other hand, in R-lang, the R language manual, we now warn against relying on the structure or even existence of such dot-dot-dot objects. * all.equal() no longer gives an error on DOTSXP objects. * capabilities("cairo") now applies only to the file-based devices as it is now possible (if very unusual) to build R with Cairo support for those but not for X11(). * There is optional support for tracing the progress of loadNamespace() - see its help. * (Not Windows.) l10n_info() reports an additional element, the name of the encoding as reported by the OS (which may differ from the encoding part (if any) of the result from Sys.getlocale("LC_CTYPE"). * New function gregexec() which generalizes regexec() to find _all_ disjoint matches and well as all substrings corresponding to parenthesized subexpressions of the given regular expression. (Contributed by Brodie Gaslam.) * New function charClass() in package utils to query the wide-character classification functions in use (such as iswprint). * The names of quantile()'s result no longer depend on the global getOption("digits"), but quantile() gets a new optional argument digits = 7 instead. * grep(), sub(), regexp and variants work considerably faster for long factors with few levels. (Thanks to Michael Chirico's PR#18063.) * Provide grouping of x11() graphics windows within a window manager such as Gnome or Unity; thanks to a patch by Ivan Krylov posted to R-devel. * The split() method for class data.frame now allows the f argument to be specified as a formula. * sprintf now warns on arguments unused by the format string. * New palettes "Rocket" and "Mako" for hcl.colors() (approximating palettes of the same name from the 'viridisLite' package). Contributed by Achim Zeileis. * The base environment and its namespace are now locked (so one can no longer add bindings to these or remove from these). * Rterm handling of multi-byte characters has been improved, allowing use of such characters when supported by the current locale. * Rterm now accepts ALT+ +xxxxxxxx sequences to enter Unicode characters as hex digits. * Environment variable LC_ALL on Windows now takes precedence over LC_CTYPE and variables for other supported categories, matching the POSIX behaviour. * duplicated() and anyDuplicated() are now optimized for integer and real vectors that are known to be sorted via the ALTREP framework. Contributed by Gabriel Becker via PR#17993. GRAPHICS: * The graphics engine version, R_GE_version, has been bumped to 14 and so packages that provide graphics devices should be reinstalled. * Graphics devices should now specify deviceVersion to indicate what version of the graphics engine they support. * Graphics devices can now specify deviceClip. If TRUE, the graphics engine will never perform any clipping of output itself. The clipping that the graphics engine does perform (for both canClip = TRUE and canClip = FALSE) has been improved to avoid producing unnecessary artifacts in clipped output. * The grid package now allows gpar(fill) to be a linearGradient(), a radialGradient(), or a pattern(). The viewport(clip) can now also be a grob, which defines a clipping path, and there is a new viewport(mask) that can also be a grob, which defines a mask. These new features are only supported so far on the Cairo-based graphics devices and on the pdf() device. * (Not Windows.) A warning is given when a Cairo-based type is specified for a png(), jpeg(), tiff() or bmp() device but Cairo is unsupported (so type = "Xlib" is tried instead). * grSoftVersion() now reports the versions of FreeType and FontConfig if they are used directly (not _via_ Pango), as is most commonly done on macOS. C-LEVEL FACILITIES: * The _standalone_ libRmath math library and R's C API now provide log1pexp() again as documented, and gain log1mexp(). INSTALLATION on a UNIX-ALIKE: * configure checks for a program pkgconf if program pkg-config is not found. These are now only looked for on the path (like almost all other programs) so if needed specify a full path to the command in PKG_CONFIG, for example in file config.site. * C99 function iswblank is required - it was last seen missing ca 2003 so the workaround has been removed. * There are new configure options --with-internal-iswxxxxx, - -with-internal-towlower and --with-internal-wcwidth which allows the system functions for wide-character classification, case-switching and width (wcwidth and wcswidth) to be replaced by internal ones. The first has long been used on macOS, AIX (and Windows) but this enables it to be unselected there and selected for other platforms (it is the new default on Solaris). The second is new in this version of R and is selected by default on macOS and Solaris. The third has long been the default and remains so as it contains customizations for East Asian languages. System versions of these functions are often minimally implemented (sometimes only for ASCII characters) and may not cover the full range of Unicode points: for example Solaris (and Windows) only cover the Basic Multilingual Plane. * Cairo installations without X11 are more likely to be detected by configure, when the file-based Cairo graphics devices will be available but not X11(type = "cairo"). * There is a new configure option --with-static-cairo which is the default on macOS. This should be used when only static cairo (and where relevant, Pango) libraries are available. * Cairo-based graphics devices on platforms without Pango but with FreeType/FontConfig will make use of the latter for font selection. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * Configuring with flag --enable-lto=R now also uses LTO when installing the recommended packages. * R CMD INSTALL and R CMD SHLIB have a new flag --use-LTO to use LTO when compiling code, for use with R configured with - -enable-lto=R. For R configured with --enable-lto, they have the new flag --no-use-LTO. Packages can opt in or out of LTO compilation _via_ a UseLTO field in the DESCRIPTION file. (As usual this can be overridden by the command-line flags.) BUILDING R on Windows: * for GCC >= 8, FC_LEN_T is defined in config.h and hence character lengths are passed from C to Fortran in _inter alia_ BLAS and LAPACK calls. * There is a new text file src/gnuwin32/README.compilation, which outlines how C/Fortran code compilation is organized and documents new features: * R can be built with Link-Time Optimization with a suitable compiler - doing so with GCC 9.2 showed several inconsistencies which have been corrected. * There is support for cross-compiling the C and Fortran code in R and standard packages on suitable (Linux) platforms. This is mainly intended to allow developers to test later versions of compilers - for example using GCC 9.2 or 10.x has detected issues that GCC 8.3 in Rtools40 does not. * There is experimental support for cross-building R packages with C, C++ and/or Fortran code. * The R installer can now be optionally built to support a single architecture (only 64-bit or only 32-bit). PACKAGE INSTALLATION: * The default C++ standard has been changed to C++14 where available (which it is on all currently checked platforms): if not (as before) C++11 is used if available otherwise C++ is not supported. Packages which specify C++11 will still be installed using C++11. C++14 compilers may give deprecation warnings, most often for std::random_shuffle (deprecated in C++14 and removed in C++17). Either specify C++11 (see 'Writing R Extensions') or modernize the code and if needed specify C++14. The latter has been supported since R 3.4.0 so the package's DESCRIPTION would need to include something like Depends: R (>= 3.4) PACKAGE INSTALLATION on Windows: * R CMD INSTALL and R CMD SHLIB make use of their flag --use-LTO when the LTO_OPT make macro is set in file etc/${R_ARCH}/Makeconf or in a personal/site Makevars file. (For details see 'Writing R Extensions' SS4.5.) This provides a valuable check on code consistency. It does work with GCC 8.3 as in Rtools40, but that does not detect everything the CRAN checks with current GCC do. PACKAGE INSTALLATION on macOS: * The default personal library directory on builds with - -enable-aqua (including CRAN builds) now differs by CPU type, one of ~/Library/R/x86_64/x.y/library ~/Library/R/arm64/x.y/library This uses the CPU type R (and hence the packages) were built for, so when a x86_64 build of R is run under Rosetta emulation on an arm64 Mac, the first is used. UTILITIES: * R CMD check can now scan package functions for bogus return statements, which were possibly intended as return() calls (wish of PR#17180, patch by Sebastian Meyer). This check can be activated via the new environment variable _R_CHECK_BOGUS_RETURN_, true for --as-cran. * R CMD build omits tarballs and binaries of previous builds from the top-level package directory. (PR#17828, patch by Sebastian Meyer.) * R CMD check now runs sanity checks on the use of LazyData, for example that a data directory is present and that LazyDataCompression is not specified without LazyData and has a documented value. For packages with large LazyData databases without specifying LazyDataCompression, there is a reference to the code given in 'Writing R Extensions' SS1.1.6 to test the choice of compression (as in all the CRAN packages tested a non-default method was preferred). * R CMD build removes LazyData and LazyDataCompression fields from the DESCRIPTION file of packages without a data directory. ENCODING-RELATED CHANGES: * The parser now treats \Unnnnnnnn escapes larger than the upper limit for Unicode points (\U10FFFF) as an error as they cannot be represented by valid UTF-8. Where such escapes are used for outputting non-printable (including unassigned) characters, 6 hex digits are used (rather than 8 with leading zeros). For clarity, braces are used, for example \U{0effff}. * The parser now looks for non-ASCII spaces on Solaris (as previously on most other OSes). * There are warnings (including from the parser) on the use of unpaired surrogate Unicode points such as \uD834. (These cannot be converted to valid UTF-8.) * Functions nchar(), tolower(), toupper() and chartr() and those using regular expressions have more support for inputs with a marked Latin-1 encoding. * The character-classification functions used (by default) to replace the system iswxxxxx functions on Windows, macOS and AIX have been updated to Unicode 13.0.0. The character-width tables have been updated to include new assignments in Unicode 13.0.0. * The code for evaluating default (extended) regular expressions now uses the same character-classification functions as the rest of R (previously they differed on Windows, macOS and AIX). * There is a build-time option to replace the system's wide-character wctrans C function by tables shipped with R: use configure option --with-internal-towlower or (on Windows) - DUSE_RI18N_CASE in CFLAGS when building R. This may be needed to allow tolower() and toupper() to work with Unicode characters beyond the Basic Multilingual Plane where not supported by system functions (e.g. on Solaris where it is the new default). * R is more careful when truncating UTF-8 and other multi-byte strings that are too long to be printed, passed to the system or libraries or placed into an internal buffer. Truncation will no longer produce incomplete multibyte characters. DEPRECATED AND DEFUNCT: * Function plclust() from the package stats and package.dependencies(), pkgDepends(), getDepList(), installFoundDepends(), and vignetteDepends() from package tools are defunct. * Defunct functions checkNEWS() and readNEWS() from package tools and CRAN.packages() from utils have been removed. * R CMD config CXXCPP is defunct (it was deprecated in R 3.6.2). * parallel::detectCores() drops support for Irix (retired in 2013). * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. It was silently ignored up to R 4.0.3 but now gives an error. * Subsetting/indexing, such as ddd[*] or ddd$x on a DOTSXP (dot-dot-dot) object ddd has been disabled; it worked by accident only and was undocumented. BUG FIXES: * Many more C-level allocations (mainly by malloc and strdup) are checked for success with suitable alternative actions. * Bug fix for replayPlot(); this was turning off graphics engine display list recording if a recorded plot was replayed in the same session. The impact of the bug became visible if resize the device after replay OR if attempted another savePlot() after replay (empty display list means empty screen on resize or empty saved plot). * R CMD check etc now warn when a package exports non-existing S4 classes or methods, also in case of no "methods" presence. (Reported by Alex Bertram; reproducible example and patch by Sebastian Meyer in PR#16662.) * boxplot() now also accepts calls for labels such as ylab, the same as plot(). (Reported by Marius Hofert.) * The help page for xtabs() now correctly states that addNA is setting na.action = na.pass among others. (Reported as PR#17770 by Thomas Soeiro.) * The R CMD check gives a longer and more comprehensible message when DESCRIPTION misses dependencies, e.g., in Imports:. (Thanks to the contributors of PR#17179.) * update.default() now calls the generic update() on the formula to work correctly for models with extended formulas. (As reported and suggested by Neal Fultz in PR#17865.) * The horizontal position of leaves in a dendrogram is now correct also with center = FALSE. (PR#14938, patch from Sebastian Meyer.) * all.equal.POSIXt() no longer warns about and subsequently ignores inconsistent "tzone" attributes, but describes the difference in its return value (PR#17277). This check can be disabled _via_ the new argument check.tzone = FALSE as suggested by Sebastian Meyer. * as.POSIXct() now populates the "tzone" attribute from its tz argument when x is a logical vector consisting entirely of NA values. * x[[2^31]] <- v now works. (Thanks to the report and patch by Suharto Anggono in PR#17330.) * In log-scale graphics, axis() ticks and label positions are now computed more carefully and symmetrically in their range, typically providing _more_ ticks, fulfilling wishes in PR#17936. The change really corresponds to an improved axisTicks() (package grDevices), potentially influencing grid and lattice, for example. * qnorm(, log.p=TRUE) is now correct to at least five digits where it was catastrophically wrong, previously. * sum(df) and similar "Summary"- and "Math"-group member functions now work for data frames df with logical columns, notably also of zero rows. (Reported to R-devel by Martin "b706".) * unsplit() had trouble with tibbles due to unsound use of rep(NA, len)-indexing, which should use NA_integer_ (Reported to R-devel by Mario Annau.) * pnorm(x, log.p = TRUE) underflows to -Inf slightly later. * show() prints better and without quotes for non-hidden S4 generics. * read.table() and relatives treated an "NA" column name as missing when check.names = FALSE PR#18007. * Parsing strings containing UTF-16 surrogate pairs such as "\uD834\uDD1E" works better on some (uncommon) platforms. sprintf("%X", utf8ToInt("\uD834\uDD1E")) should now give "1D11E" on all platforms. * identical(x,y) is no longer true for differing DOTSXP objects, fixing PR#18032. * str() now works correctly for DOTSXP and related exotics, even when these are doomed. Additionally, it no longer fails for lists with a class and "irregular" method definitions such that e.g. lapply(*) will necessarily fail, as currently for different igraph objects. * Too long lines in environment files (e.g. Renviron) no longer crash R. This limit has been increased to 100,000 bytes. (PR#18001.) * There is a further workaround for FreeType giving incorrect italic font faces with cairo-based graphics devices on macOS. * add_datalist(*, force = TRUE) (from package tools) now actually updates an existing data/datalist file for new content. (Thanks to a report and patch by Sebastian Meyer in PR#18048.) * cut.Date() and cut.POSIXt() could produce an empty last interval for breaks = "months" or breaks = "years". (Reported as PR#18053 by Christopher Carbone.) * Detection of the encoding of 'regular' macOS locales such as en_US (which is UTF-8) had been broken by a macOS change: fortunately these are now rarely used with en_US.UTF-8 being preferred. * sub() and gsub(pattern, repl, x, *) now keep attributes of x such as names() also when pattern is NA (PR#18079). * Time differences ("difftime" objects) get a replacement and a rep() method to keep "units" consistent. (Thanks to a report and patch by Nicolas Bennett in PR#18066.) * The \RdOpts macro, setting defaults for \Sexpr options in an Rd file, had been ineffective since R 2.12.0: it now works again. (Thanks to a report and patch by Sebastian Meyer in PR#18073.) * mclapply and pvec no longer accidentally terminate parallel processes started before by mcparallel or related calls in package parallel (PR#18078). * grep and other functions for evaluating (extended) regular expressions handle in Unicode also strings not explicitly flagged UTF-8, but flagged native when running in UTF-8 locale. * Fixed a crash in fifo implementation on Windows (PR#18031). * Binary mode in fifo on Windows is now properly detected from argument open (PR#15600, PR#18031).- improved spec file according to comments of dimstar in https://build.opensuse.org/request/show/892685- To get in sync with d:l:R:autoCRAN the Matrix package's split in -devel was reversed.- CHANGES IN R 4.0.5: BUG FIXES: * The change to the internal table in R 4.0.4 for iswprint has been reverted: it contained some errors in printability of 'East Asian' characters. * For packages using LazyData, R CMD build ignored the - -resave-data option and the BuildResaveData field of the DESCRIPTION file (in R versions 4.0.0 to 4.0.4).- CHANGES IN R 4.0.4: NEW FEATURES: * File share/texmf/tex/latex/jss.cls has been updated to work with LaTeX versions since Oct 2020. * Unicode character width tables (as used by nchar(, type = "w")) have been updated to Unicode 12.1 by Brodie Gaslam (PR#17781), including many emoji. * The internal table for iswprint (used on Windows, macOS and AIX) has been updated to include many recent Unicode characters. INSTALLATION on a UNIX-ALIKE: * If an external BLAS is specified by --with-blas=foo or _via_ environment variable BLAS_LIBS is not found, this is now a configuration error. The previous behaviour was not clear from the documentation: it was to continue the search as if - -with-blas=yes was specified. BUG FIXES: * all.equal(x,y) now "sees" the two different NAs in factors, thanks to Bill Dunlap and others in PR#17897. * (~ NULL)[1] and similar formula subsetting now works, thanks to a report and patch by Henrik Bengtsson in PR#17935. Additionally, subsetting leaving an empty formula now works too, thanks to suggestions by Suharto Anggono. * .traceback(n) keeps source references again, as before R 4.0.0, fixing a regression; introduced by the PR#17580, reported including two patch proposals by Brodie Gaslam. * unlist(plst, recursive=FALSE) no longer drops content for pairlists with list components, thanks to the report and patch by Suharto Anggono in PR#17950. * iconvlist() now also works on MUSL based (Linux) systems, from a report and patch suggestion by Wesley Chan in PR#17970. * round() and signif() no longer tolerate wrong argument names, notably in 1-argument calls; reported by Shane Mueller on R-devel (mailing list); later reported as PR#17976. * .Machine has longdouble.* elements only if capabilities("long.double") is true, as documented. (Previously they were included if the platform had long double identical to double, as ARM does.) * p.adjust(numeric(), n=0) now works, fixing PR#18002. * identical(x,y) no longer prints "Unknown Type .." for typeof(x) == "..." objects. * Fix (auto-)print()ing of named complex vectors, see PR#17868 and PR#18019. * all.equal(, <...>) now works, fixing PR#18029. * as.data.frame.list(L, row.names=NULL) now behaves in line with data.frame(), disregarding names of components of L, fixing PR#18034, reported by Kevin Tappe. * checkRdaFiles(ff)$version is now correct also when ff contains files of different versions, thanks to a report and patch from Sebastian Meyer in PR#18041. * macOS: Quartz device live drawing could fail (no plot is shown) if the system changes the drawing context after view update (often the case since macOS Big Sur). System log may show "CGContextDelegateCreateForContext: invalid context" error.- CHANGES IN R 4.0.3: NEW FEATURES: * On platforms using configure option --with-internal-tzcode, additional values "internal" and (on macOS only) "macOS" are accepted for the environment variable TZDIR. (See ?TZDIR.) On macOS, "macOS" is used by default if the system timezone database is a newer version than that in the R installation. * When install.packages(type = "source") fails to find a package in a repository it mentions package versions which are excluded by their R version requirement and links to hints on why a package might not be found. * The default value for options("timeout") can be set from enviromnent variable R_DEFAULT_INTERNET_TIMEOUT, still defaulting to 60 (seconds) if that is not set or invalid. This may be needed when child R processes are doing downloads, for example during the installation of source packages which download jars or other forms of data. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * There is now support for parallelized Link-Time Optimization (LTO) with GCC and for 'thin' LTO with clang _via_ setting the LTO macro. * There is support for setting a different LTO flag for the Fortran compiler, including to empty when mixing clang and gfortran (as on macOS). See file config.site. * There is a new LTO_LD macro to set linker options for LTO compilation, for example to select an alternative linker or to parallelize thin LTO. DEPRECATED AND DEFUNCT: * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. Using it now gives a warning which will become an error in R 4.1.0. BUG FIXES: * The code mitigating stack overflow with PCRE regexps on very long strings is enabled for PCRE2 < 10.30 also when JIT is enabled, since stack overflows have been seen in that case. * Fix to correctly show the group labels in dotchart() (which where lost in the ylab improvement for R 4.0.0). * addmargins(*, ..) now also works when fn() is a local function, thanks to bug report and patch PR#17124 from Alex Bertram. * rank(x) and hence sort(x) now work when x is an object (as per is.object(x)) of type "raw" _and_ provides a valid `[` method, e.g., for gmp::as.bigz(.) numbers. * chisq.test(*, simulate.p.value=TRUE) and r2dtable() now work correctly for large table entries (in the millions). Reported by Sebastian Meyer and investigated by more helpers in PR#16184. * Low-level socket read/write operations have been fixed to correctly signal communication errors. Previously, such errors could lead to a segfault due to invalid memory access. Reported and debugged by Dmitriy Selivanov in PR#17850. * quantile(x, pr) works more consistently for pr values slightly outside [0,1], thanks to Suharto Anggono's PR#17891. Further, quantile(x, prN, names=FALSE) now works even when prN contains NAs, thanks to Anggono's PR#17892. Ditto for ordered factors or Date objects when type = 1 or 3, thanks to PR#17899. * Libcurl-based internet access, including curlGetHeaders(), was not respecting the "timeout" option. If this causes unanticipated timeouts, consider increasing the default by setting R_DEFAULT_INTERNET_TIMEOUT. * as.Date() now also works with an initial "", thanks to Michael Chirico's PR#17909. * isS3stdGeneric(f) now detects an S3 generic also when it it is trace()d, thanks to Gabe Becker's PR#17917. * R_allocLD() has been fixed to return memory aligned for long double type PR#16534. * fisher.test() no longer segfaults when called again after its internal stack has been exceeded PR#17904. * Accessing a long vector represented by a compact integer sequence no longer segfaults (reported and debugged by Hugh Parsonage). * duplicated() now works also for strings with multiple encodings inside a single vector PR#17809. * phyper(11, 15, 0, 12, log.p=TRUE) no longer gives NaN; reported as PR#17271 by Alexey Stukalov. * Fix incorrect calculation in logLik.nls() PR#16100, patch from Sebastian Meyer. * A very old bug could cause a segfault in model.matrix() when terms involved logical variables. Part of PR#17879. * model.frame.default() allowed data = 1, leading to involuntary variable capture (rest of PR#17879). * tar() no longer skips non-directory files, thanks to a patch by Sebastian Meyer, fixing the remaining part of PR#16716.- CHANGES IN R 4.0.2: UTILITIES: * R CMD check skips vignette re-building (with a warning) if the VignetteBuilder package(s) are not available. BUG FIXES: * Paths with non-ASCII characters caused problems for package loading on Windows PR#17833. * Using tcltk widgets no longer crashes R on Windows. * source(*, echo=TRUE) no longer fails in some cases with empty lines; reported by Bill Dunlap in PR#17769. * on.exit() now correctly matches named arguments, thanks to PR#17815 (including patch) by Brodie Gaslam. * regexpr(*, perl=TRUE) no longer returns incorrect positions into text containing characters outside of the Unicode Basic Multilingual Plane on Windows.- CHANGES IN R 4.0.1: NEW FEATURES: * paste() and paste0() gain a new optional argument recycle0. When set to true, zero-length arguments are recycled leading to character(0) after the sep-concatenation, i.e., to the empty string "" if collapse is a string and to the zero-length value character(0) when collapse = NULL. A package whose code uses this should depend on R (>= 4.0.1). * The summary() method now maps the counts correctly to the warning messages. BUG FIXES: * aov(frml, ...) now also works where the formula deparses to more than 500 characters, thanks to a report and patch proposal by Jan Hauffa. * Fix a dozen places (code, examples) as Sys.setlocale() returns the new rather than the previous setting. * Fix for adding two complex grid units via sum(). Thanks to Gu Zuguang for the report and Thomas Lin Pedersen for the patch. * Fix parallel::mclapply(..., mc.preschedule=FALSE) to handle raw vector results correctly. PR#17779 * Computing the base value, i.e., 2, "everywhere", now uses FLT_RADIX, as the original machar code looped indefinitely on the ppc64 architecture for the longdouble case. * In R 4.0.0, sort.list(x) when is.object(x) was true, e.g., for x <- I(letters), was accidentally using method = "radix". Consequently, e.g., merge() was much slower than previously; reported in PR#17794. * plot(y ~ x, ylab = quote(y[i])) now works, as e.g., for xlab; related to PR#10525. * parallel::detect.cores(all.tests = TRUE) tries a matching OS name before the other tests (which were intended only for unknown OSes). * Parse data for raw strings is now recorded correctly. Reported by Gabor Csardi.- CHANGES IN 4.0.0: SIGNIFICANT USER-VISIBLE CHANGES: * Packages need to be (re-)installed under this version (4.0.0) of R. * matrix objects now also inherit from class "array", so e.g., class(diag(1)) is c("matrix", "array"). This invalidates code incorrectly assuming that class(matrix_obj)) has length one. S3 methods for class "array" are now dispatched for matrix objects. * There is a new syntax for specifying _raw_ character constants similar to the one used in C++: r"(...)" with ... any character sequence not containing the sequence )". This makes it easier to write strings that contain backslashes or both single and double quotes. For more details see ?Quotes. * R now uses a stringsAsFactors = FALSE default, and hence by default no longer converts strings to factors in calls to data.frame() and read.table(). A large number of packages relied on the previous behaviour and so have needed/will need updating. * The plot() S3 generic function is now in package base rather than package graphics, as it is reasonable to have methods that do not use the graphics package. The generic is currently re-exported from the graphics namespace to allow packages importing it from there to continue working, but this may change in future. Packages which define S4 generics for plot() should be re-installed and package code using such generics from other packages needs to ensure that they are imported rather than rely on their being looked for on the search path (as in a namespace, the base namespace has precedence over the search path). REFERENCE COUNTING: * Reference counting is now used instead of the NAMED mechanism for determining when objects can be safely mutated in base C code. This reduces the need for copying in some cases and should allow further optimizations in the future. It should help make the internal code easier to maintain. This change is expected to have almost no impact on packages using supported coding practices in their C/C++ code. MIGRATION TO PCRE2: * This version of R is built against the PCRE2 library for Perl-like regular expressions, if available. (On non-Windows platforms PCRE1 can optionally be used if PCRE2 is not available at build time.) The version of PCRE in use can be obtained _via_ extSoftVersion(): PCRE1 (formerly known as 'PCRE') has versions <= 8, PCRE2 versions >= 10. * Making PCRE2 available when building R from source is strongly recommended (preferably version 10.30 or later) as PCRE1 is no longer developed: version 8.44 is 'likely to be the final release'. * PCRE2 reports errors for some regular expressions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(), now works without parsing and explicit evaluation, starting from Suharto Anggono's suggestion in PR#17555. * approxfun() and approx() gain a new argument na.rm defaulting to true. If set to false, missing y values now propagate into the interpolated values. * Long vectors are now supported as the seq argument of a for() loop. * str(x) gets a new deparse.lines option with a default to speed it up when x is a large call object. * The internal traceback object produced when an error is signalled (.Traceback), now contains the calls rather than the _deparse()d_ calls, deferring the deparsing to the user-level functions .traceback() and traceback(). This fulfils the wish of PR#17580, reported including two patch proposals by Brodie Gaslam. * data.matrix() now converts character columns to factors and from this to integers. * package.skeleton() now explicitly lists all exports in the NAMESPACE file. * New function .S3method() to register S3 methods in R scripts. * file.path() has some support for file paths not in the session encoding, e.g. with UTF-8 inputs in a non-UTF-8 locale the output is marked as UTF-8. * Most functions with file-path inputs will give an explicit error if a file-path input in a marked encoding cannot be translated (to the native encoding or in some cases on Windows to UTF-8), rather than translate to a different file path using escapes. Some (such as dir.exists(), file.exists(), file.access(), file.info(), list.files(), normalizePath() and path.expand()) treat this like any other non-existent file, often with a warning. * There is a new help document accessed by help("file path encoding") detailing how file paths with marked encodings are handled. * New function list2DF() for creating data frames from lists of variables. * iconv() has a new option sub = "Unicode" to translate UTF-8 input invalid in the to encoding using escapes. * There is a new function infoRDS() providing information about the serialization format of a serialized object. * S3 method lookup now by default skips the elements of the search path between the global and base environments. * Added an argument add_datalist(*, small.size = 0) to allow the creation of a data/datalist file even when the total size of the data sets is small. * The backquote function bquote() has a new argument splice to enable splicing a computed list of values into an expression, like ,@ in LISP's backquote. * The formula interface to t.test() and wilcox.test() has been extended to handle one-sample and paired tests. * The palette() function has a new default set of colours (which are less saturated and have better accessibility properties). There are also some new built-in palettes, which are listed by the new palette.pals() function. These include the old default palette under the name "R3". Finally, the new palette.colors() function allows a subset of colours to be selected from any of the built-in palettes. * n2mfrow() gains an option asp = 1 to specify the aspect ratio, fulfilling the wish and extending the proposal of Michael Chirico in PR#17648. * For head(x, n) and tail() the default and other S3 methods notably for _vector_ n, e.g. to get a "corner" of a matrix, has been extended to array's of higher dimension thanks to the patch proposal by Gabe Becker in PR#17652. Consequently, optional argument addrownums is deprecated and replaced by the (more general) argument keepnums. An invalid second argument n now leads to typically more easily readable error messages. * New function .class2() provides the full character vector of class names used for S3 method dispatch. * Printing methods(..) now uses a new format() method. * sort.list(x) now works for non-atomic objects x and method = "auto" (the default) or "radix" in cases order(x) works. * Where they are available, writeBin() allows long vectors. * New function deparse1() produces one string, wrapping deparse(), to be used typically in deparse1(substitute(*)), e.g., to fix PR#17671. * wilcox.test() enhancements: In the (non-paired) two-sample case, Inf values are treated as very large for robustness consistency. If exact computations are used, the result now has "exact" in the method element of its return value. New arguments tol.root and digits.rank where the latter may be used for stability to treat very close numbers as ties. * readBin() and writeBin() now report an error for an invalid endian value. The affected code needs to be fixed with care as the old undocumented behavior was to swap endian-ness in such cases. * sequence() is now an S3 generic with an internally implemented default method, and gains arguments to generate more complex sequences. Based on code from the S4Vectors Bioconductor package and the advice of Herv'e Pag`es. * print()'s default method and many other methods (by calling the default eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These should replace the unfortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding methods of plot() and lines(), e.g, when x is a "Date" or "POSIXct" object; prompted by Spencer Graves' suggestion. * stopifnot() now allows customizing error messages via argument names, thanks to a patch proposal by Neal Fultz in PR#17688. * unlink() gains a new argument expand to disable wildcard and tilde expansion. Elements of x of value "~" are now ignored. * mle() in the stats4 package has had its interface extended so that arguments to the negative log-likelihood function can be one or more vectors, with similar conventions applying to bounds, start values, and parameter values to be kept fixed. This required a minor extension to class "mle", so saved objects from earlier versions may need to be recomputed. * The default for pdf() is now useDingbats = FALSE. * The default fill colour for hist() and boxplot() is now col = "lightgray". * The default order of the levels on the y-axis for spineplot() and cdplot() has been reversed. * If the R_ALWAYS_INSTALL_TESTS environment variable is set to a true value, R CMD INSTALL behaves as if the --install-tests option is always specified. Thanks to Reinhold Koch for the suggestion. * New function R_user_dir() in package tools suggests paths appropriate for storing R-related user-specific data, configuration and cache files. * capabilities() gains a new logical option Xchk to avoid warnings about X11-related capabilities. * The internal implementation of grid units has changed, but the only visible effects at user-level should be * a slightly different print format for some units (especially unit arithmetic), * faster performance (for unit operations) and * two new functions unitType() and unit.psum(). Based on code contributed by Thomas Lin Pedersen. * When internal dispatch for rep.int() and rep_len() fails, there is an attempt to dispatch on the equivalent call to rep(). * Object .Machine now contains new longdouble.* entries (when R uses long doubles internally). * news() has been enhanced to cover the news on R 3.x and 2.x. * For consistency, N <- NULL; N[[1]] <- val now turns N into a list also when val) has length one. This enables dimnames(r1)[[1]] <- "R1" for a 1-row matrix r1, fixing PR#17719 reported by Serguei Sokol. * deparse(..), dump(..), and dput(x, control = "all") now include control option "digits17" which typically ensures 1:1 invertibility. New option control = "exact" ensures numeric exact invertibility via "hexDigits". * When loading data sets via read.table(), data() now uses LC_COLLATE=C to ensure locale-independent results for possible string-to-factor conversions. * A server socket connection, a new connection type representing a listening server socket, is created via serverSocket() and can accept multiple socket connections via socketAccept(). * New function socketTimeout() changes the connection timeout of a socket connection. * The time needed to start a homogeneous PSOCK cluster on localhost with many nodes has been significantly reduced (package parallel). * New globalCallingHandlers() function to establish global condition handlers. This allows registering default handlers for specific condition classes. Developed in collaboration with Lionel Henry. * New function tryInvokeRestart() to invoke a specified restart if one is available and return without signaling an error if no such restart is found. Contributed by Lionel Henry in PR#17598. * str(x) now shows the length of attributes in some cases for a data frame x. * Rprof() gains a new argument filter.callframes to request that intervening call frames due to lazy evaluation or explicit eval() calls be omitted from the recorded profile data. Contributed by Lionel Henry in PR#17595. * The handling of ${FOO-bar} and ${FOO:-bar} in Renviron files now follows POSIX shells (at least on a Unix-alike), so the first treats empty environment variables as set and the second does not. Previously both ignored empty variables. There are several uses of the first form in etc/Renviron. * New classes argument for suppressWarnings() and suppressMessages() to selectively suppress only warnings or messages that inherit from particular classes. Based on patch from Lionel Henry submitted with PR#17619. * New function activeBindingFunction() retrieves the function of an active binding. * New "cairoFT" and "pango" components in the output of grSoftVersion(). * New argument symbolfamily in cairo-based graphics devices and new function cairoSymbolFont() that can be used to provide the value for that argument. Windows: * Rterm now works also when invoked from MSYS2 terminals. Line editing is possible when command winpty is installed. * normalizePath() now resolves symbolic links and normalizes case of long names of path elements in case-insensitive folders (PR#17165). * md5sum() supports UTF-8 file names with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_VISIBILITY has been removed and replaced by F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. (Most make programs will set F77 to the value of FC, which is set for package compilation. But portable code should not rely on this.) * The deprecated support for specifying C++98 for package installation has been removed. * R CMD config no longer knows about the unused settings F77 and FCPIFCPLAGS, nor CXX98 and similar. * Either PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but packages using installChar can replace it if they depend on R >= 3.6.2. * Header R_ext/Print.h defines R_USE_C99_IN_CXX and hence exposes Rvprintf and REvprintf if used with a C++11 (or later) compiler. * There are new Fortran subroutines dblepr1, realpr1 and intpr1 to print a scalar variable (gfortran 10 enforces the distinction between scalars and length-one arrays). Also labelpr to print just a label. * R_withCallingErrorHandler is now available for establishing a calling handler in C code for conditions inheriting from class error. INSTALLATION on a UNIX-ALIKE: * User-set DEFS (e.g., in config.site) is now used for compiling packages (including base packages). * There is a new variant option --enable-lto=check for checking consistency of BLAS/LAPACK/LINPACK calls - see 'Writing R Extensions'. * A C++ compiler default is set only if the C++11 standard is supported: it no longer falls back to C++98. * PCRE2 is used if available. To make use of PCRE1 if PCRE2 is unavailable, configure with option --with-pcre1. * The minimum required version of libcurl is now 7.28.0 (Oct 2012). * New make target distcheck checks * R can be rebuilt from the tarball created by make dist, * the build from the tarball passes make check-all, * the build installs and uninstalls, * the source files are properly cleaned by make distclean. UTILITIES: * R --help now mentions the option --no-echo (renamed from --slave) and its previously undocumented short form -s. * R CMD check now optionally checks configure and cleanup scripts for non-Bourne-shell code ('bashisms'). * R CMD check --as-cran now runs \donttest examples (which are run by example()) instead of instructing the tester to do so. This can be temporarily circumvented during development by setting environment variable _R_CHECK_DONTTEST_EXAMPLES_ to a false value. PACKAGE INSTALLATION: * There is the beginnings of support for the recently approved C++20 standard, specified analogously to C++14 and C++17. There is currently only limited support for this in compilers, with flags such as -std=c++20 and -std=c++2a. For the time being the configure test is of accepting one of these flags and compiling C++17 code. BUG FIXES: * formula(x) with length(x) > 1 character vectors, is deprecated now. Such use has been rare, and has 'worked' as expected in some cases only. In other cases, wrong x have silently been truncated, not detecting previous errors. * Long-standing issue where the X11 device could lose events shortly after startup has been addressed (PR#16702). * The data.frame method for rbind() no longer drops levels from factor columns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now creates methods with "missing" entries in the signature. Consequently, rematchDefinition() is amended to use appropriate .local() calls with named arguments where needed. * format.default(*, scientific = FALSE) now corresponds to a practically most extreme options(scipen = n) setting rather than arbitrary n = 100. * format(as.symbol("foo")) now works (returning "foo"). * postscript(.., title = *) now signals an error when the title string contains a character which would produce corrupt PostScript, thanks to PR#17607 by Daisuko Ogawa. * Certain Ops (notably comparison such as ==) now also work for 0-length data frames, after reports by Hilmar Berger. * methods(class = class(glm(..))) now warns more usefully and only once. * write.dcf() no longer mangles field names (PR#17589). * Primitive replacement functions no longer mutate a referenced first argument when used outside of a complex assignment context. * A better error message for contour(*, levels = Inf). * The return value of contourLines() is no longer invisible(). * The Fortran code for calculating the coefficients component in lm.influence() was very inefficient. It has (for now) been replaced with much faster R code (PR#17624). * cm.colors(n) _etc_ no longer append the code for alpha = 1, "FF", to all colors. Hence all eight *.colors() functions and rainbow() behave consistently and have the same non-explicit default (PR#17659). * dnorm had a problematic corner case with sd == -Inf or negative sd which was not flagged as an error in all cases. Thanks to Stephen D. Weigand for reporting and Wang Jiefei for analyzing this; similar change has been made in dlnorm(). * The optional iter.smooth argument of plot.lm(), (the plot() method for lm and glm fits) now defaults to 0 for all glm fits. Especially for binary observations with high or low fitted probabilities, this effectively deleted all observations of 1 or 0. Also, the type of residuals used in the glm case has been switched to "pearson" since deviance residuals do not in general have approximately zero mean. * In plot.lm, Cook's distance was computed from unweighted residuals, leading to inconsistencies. Replaced with usual weighted version. (PR#16056) * Time-series ts(*, start, end, frequency) with fractional frequency are supported more consistently; thanks to a report from Johann Kleinbub and analysis and patch by Duncan Murdoch in PR#17669. * In case of errors mcmapply() now preserves attributes of returned "try-error" objects and avoids simplification, overriding SIMPLIFY to FALSE. (PR#17653) * as.difftime() gets new optional tz = "UTC" argument which should fix behaviour during daylight-savings-changeover days, fixing PR#16764, thanks to proposals and analysis by Johannes Ranke and Kirill M"uller. * round() does a better job of rounding _"to nearest"_ by _measuring_ and _"to even"_; thanks to a careful algorithm originally prompted by the report from Adam Wheeler and then others, in PR#17668. round(x, dig) for _negative_ digits is much more rational now, notably for large |dig|. * Inheritance information on S4 classes is maintained more consistently, particularly in the case of class unions (in part due to PR#17596 and a report from Ezra Tucker). * is() behaves more robustly when its argument class2 is a classRepresentation object. * The warning message when attempting to export an nonexistent class is now more readable; thanks to Thierry Onkelinx for recognizing the problem. * choose() misbehaved in corner cases where it switched n - k for k and n was only _nearly_ integer (report from Erik Scott Wright). * mle() in the stats4 package had problems combining use of box constraints and fixed starting values (in particular, confidence intervals were affected). * Operator ? now has lower precedence than = to work as documented, so = behaves like <- in help expressions (PR#16710). * smoothEnds(x) now returns integer type in _both_ cases when x is integer, thanks to a report and proposal by Bill Dunlap PR#17693. * The methods package does a better job of tracking inheritance relationships across packages. * norm(diag(c(1, NA)), "2") now works. * subset() had problems with 0-col dataframes (reported by Bill Dunlap, PR#17721). * Several cases of integer overflow detected by the 'undefined behaviour sanitizer' of clang 10 have been circumvented. One in rhyper() may change the generated value for large input values. * dotchart() now places the y-axis label (ylab) much better, not overplotting labels, thanks to a report and suggestion by Alexey Shipunov. * A rare C-level array overflow in chull() has been worked around. * Some invalid specifications of the day-of-the-year (_via_ %j, e.g. day 366 in 2017) or week plus day-of-the-week are now detected by strptime(). They now return NA but give a warning as they may have given random results or corrupted memory in earlier versions of R. * socketConnection(server = FALSE) now respects the connection timeout also on Linux. * socketConnection(server = FALSE) no longer leaks a connection that is available right away without waiting (e.g. on localhost). * Socket connections are now robust against spurious readability and spurious availability of an incoming connection. * blocking = FALSE is now respected also on the server side of a socket connection, allowing non-blocking read operations. * anova.glm() and anova.glmlist() computed incorrect score (Rao) tests in no-intercept cases. (Andr'e Gillibert, PR#17734) * summaryRprof() now should work correctly for the Rprof(*, memory.profiling=TRUE) case with small chunk size (and "tseries" or similar) thanks to a patch proposal by Benjamin Tyner, in PR#15886. * xgettext() ignores strings passed to ngettext(), since the latter is handled by xngettext(). Thanks to Daniele Medri for the report and all the recent work he has done on the Italian translations. * data(package = "P") for P in base and stats no longer reports the data sets from package datasets (which it did for back compatibility for 16 years), fixing PR#17730. * x[[Inf]] (returning NULL) no longer leads to undefined behavior, thanks to a report by Kirill M"uller in PR#17756. Further, x[[-Inf]] and x[[-n]] now give more helpful error messages. * Gamma() family sometimes had trouble storing link name PR#15891 BUG FIXES (Windows): * Sys.glob() now supports all characters from the Unicode Basic Multilingual Plane, no longer corrupting some (less commonly used) characters (PR#17638). * Rterm now correctly displays multi-byte-coded characters representable in the current native encoding (at least on Windows 10 they were sometimes omitted, PR#17632). * scan() issues with UTF-8 data when running in a DBCS locale have been resolved (PR#16520, PR#16584). * RTerm now accepts enhanced/arrow keys also with ConPTY. * R can can now be started _via_ the launcher icon in a user documents directory whose path is not representable in the system encoding. * socketConnection(server = FALSE) now returns instantly also on Windows when connection failure is signalled. * Problems with UTF-16 surrogate pairs have been fixed in several functions, including tolower() and toupper() (PR#17645).- CHANGES IN R 3.6.3: NEW FEATURES: * The included LAPACK has been updated to version 3.9.0 (for the included routines, just bug fixes). BUG FIXES: * Fixed a C level integer overflow in rhyper(); reported by Benjamin Tyner in PR#17694. * Uses of url(gzcon(.)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by simplifying the C-level logic of terms.formula(). Reported by Mathias Amb"uhl in PR#16326. * The error message from stopifnot(.., ) again contains the full "stopifnot(.......)" call: Its attempted suppression did not work consistently. * On Windows, download.file(., , "wininet", headers=character()) would fail; reported with patch proposal by Kevin Ushey in PR#17710.- Don't mark %{_libdir}/R/doc as %doc: This causes issues for rstudio, which requires the directory %{_libdir}/R/doc to exist, but the directory is not present if libzypp is configured to omit documentation.- CHANGES IN R 3.6.2: NEW FEATURES: * runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x. * dotchart() gains new options ann, xaxt, frame.plot and log. INSTALLATION on a UNIX-ALIKE: * Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site. * Source-code changes enable installation on platforms using gcc - fno-common (the expected default for gcc 10.x). C-LEVEL FACILITIES: * installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.) PACKAGE INSTALLATION: * Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined. If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h. * A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS. The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang). UTILITIES: * R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran. Windows: * The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98). DEPRECATED AND DEFUNCT: * Support for specifying C++98 in package installation is deprecated. * Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set.) Use $CC -E and $CXX -E instead of CPP and CXXCPP. BUG FIXES: * runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger. * apply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric() now gives correct error message. * Printing ls.str() no longer wrongly shows "" in rare cases. * Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun. * pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls. * x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's PR#17611. Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L. * grepl(NA, *) now returns logical as documented. * options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion. * R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617. * format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll. * get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624. Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny. * barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico. * power.t.test() works in more cases when returning values of n smaller than 2. * dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953. * canCoerce(obj, cl) no longer assumes length(class(obj)) == 1. * plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden). * readBin() and writeBin() of a rawConnection() now also work in large cases, thanks to a report and proposal by Taeke Harkema in PR#17665.- Remove obsolete Groups tag (fate#326485)- Use %license- Fix Summary of R-core and R-core-devel- CHANGES IN R 3.6.1: INSTALLATION on a UNIX-ALIKE: * The default detection of the shell variable libNN is overridden for derivatives of Debian Linux, some of which have started to have a /usr/lib64 directory. (E.g. Ubuntu 19.04.) As before, it can be specified in config.site. UTILITIES: * R CMD config knows the values of AR and RANLIB, often set for LTO builds. DEPRECATED AND DEFUNCT: * The use of a character vector with .Fortran() is formally deprecated and gives a non-portability warning. (It has long been strongly discouraged in 'Writing R Extensions'.) BUG FIXES: * On Windows, GUI package installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working directory (PR#17559). * boxplot(y ~ f, horizontal=TRUE) now produces correct x- and y-labels. * rbind.data.frame() allows to keep levels from factor columns (PR#17562) via new option factor.exclude. Additionally, it works in one more case with matrix-columns which had been reported on 2017-01-16 by Krzysztof Banas. * Correct messaging in C++ pragma checks in tools code for R CMD check, fixing PR#17566 thanks to Xavier Robin. * print()ing and auto-printing no longer differs for functions with a user defined print.function, thanks to Bill Dunlap's report. * On Windows, writeClipboard(.., format = ) now does correctly pass format to the underlying C code, thanks to a bug report (with patch) by Jenny Bryan. * as.data.frame() treats 1D arrays the same as vectors, PR#17570. * Improvements in smoothEnds(x, *) working with NAs (towards runmed() working in that case, in the next version of R). * vcov(glm(), dispersion = *) works correctly again, fixing PR#17571 thanks to Pavel Krivitsky. * R CMD INSTALL of binary packages on Windows now works also with per-directory locking. * R CMD INSTALL and install.packages() on Windows are now more robust against a locked file in an earlier installation of the package to be installed. The default value of option install.lock on Windows has been changed to TRUE. * On Unix alikes (when readline is active), only expand tilde (~) file names starting with a tilde, instead of almost all tildes. * In R documentation (*.Rd) files, \item [..] is no longer treated specially when rendered in LaTeX and hence pdf, but rather shows the brackets in all cases.- CHANGES IN R 3.6.0: SIGNIFICANT USER-VISIBLE CHANGES: * Serialization format version 3 becomes the default for serialization and saving of the workspace (save(), serialize(), saveRDS(), compiler::cmpfile()). Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. Serialization format version 2 is still supported and can be selected by version = 2 in the save/serialization functions. The default can be changed back for the whole R session by setting environment variables R_DEFAULT_SAVE_VERSION and R_DEFAULT_SERIALIZE_VERSION to 2. For maximal back-compatibility, files vignette.rds and partial.rdb generated by R CMD build are in serialization format version 2, and resave by default produces files in serialization format version 2 (unless the original is already in format version 3). * The default method for generating from a discrete uniform distribution (used in sample(), for instance) has been changed. This addresses the fact, pointed out by Ottoboni and Stark, that the previous method made sample() noticeably non-uniform on large populations. See PR#17494 for a discussion. The previous method can be requested using RNGkind() or RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _parallel_ to the axis, and 0.25 for perpendicular ones. Perpendicular labels no longer overlap, fixing bug PR#17384. * The default method of plot() gains new arguments xgap.axis = NA and ygap.axis = NA to be passed to the x- and y- axis(.., gap.axis=*) calls. * removeSource() now works not only for functions but also for some language objects. * as.call(), rep.int(), rep_len() and nchar() dispatch internally. * is(object, class2) looks for class2 in the calling namespace after looking in the namespace of class(object). * extendrange(.., f) with a length-2 f now extends separately to the left and the right. * lengths() dispatches internally to S4 methods. * download.file() on Windows now uses URLdecode() to determine the file extension, and uses binary transfer (mode = "wb") also for file extension .rds. The help page for download.file() now contains the same information on all platforms. * Setting C locale for collation _via_ environment variables LC_ALL and LC_COLLATE and _via_ a call to Sys.setlocale() now takes precedence over environment variable R_ICU_LOCALE. * There is a new function, nullfile(), to give the file name of the null system device (e.g., /dev/null) on the current platform. * There are two new options, keep.parse.data and keep.parse.data.pkgs, which control whether parse data are included into sources when keep.source or keep.source.pkgs is TRUE. By default, keep.parse.data.pkgs is now FALSE, which changes previous behavior and significantly reduces space and time overhead when sources are kept when installing packages. * In rapply(x, ..), x can also be "list-like" and of length >= 2^{31}. * trimws() gets new optional whitespace argument, allowing more extensive definitions of "space", such as including Unicode spaces (as wished in PR#17431). * weighted.mean() no longer coerces the weights to a double/numeric vector, since sum() now handles integer overflow. This makes weighted.mean() more polymorphic and endomorphic, but be aware that the results are no longer guaranteed to be a vector of type double. * When loading namespaces, S3 method registrations which overwrite previous registrations are now noted by default (using packageStartupMessage()). * compiler::cmpfile() gains a version argument, for use when the output file should be saved in serialization format 2. * The axis labeling in the default method of pairs() may now be toggled by new options horOdd and verOdd. * (Not Windows nor macOS.) Package tcltk now supports an environment variable R_DONT_USE_TK which if set disables Tk initialization. This is intended for use to circumvent errors in loading the package, e.g. with recent Linux running under an address sanitizer. * The numeric method of all.equal() gets optional arguments countEQ and formatFUN. If countEQ is true, the mean error is more sensible when many entries are *eq*ual. * outer(x,y, FUN = "*") is more efficient using tcrossprod(u,v) instead of u %*% t(v). * vcov() is more efficient via new optional arguments in summary.mlm(). * The default method of summary() gets an option to choose the _kind_ of quantile()s to use; wish of PR#17438. * Fitting multiple linear models _via_ lm() does work with _matrix_ offsets, as suggested in PR#17407. * The new functions mem.maxVSize() and mem.maxMSize() allow the maximal size of the vector heap and the maximal number of nodes allowed in the current R process to be queried and set. * news() gains support for NEWS.md files. * An effort has been started to have our reference manuals, i.e., all help pages. show platform-independent information (rather than Windows or Unix-alike specifics visible only on that platform). Consequently, the Windows version of X11() / x11() got identical formal arguments to the Unix one. * sessionInfo()$running has been factored out in a new variable osVersion. * slice.index() now also works for multi-dimensional margins. * untar() used with an external tar command assumes this supports decompression including xz and automagically detecting the compression type. This has been true of all mainstream implementations since 2009 (for GNU tar, since version 1.22): older implementations are still supported _via_ the new argument support_old_tars whose default is controlled by environment variable R_SUPPORT_OLD_TARS. (It looks like NetBSD and OpenBSD have 'older' tar commands for this purpose.) * The new function asplit() allow splitting an array or matrix by its margins. * New functions errorCondition() and warningCondition() provide a convenient way to create structured error and warning objects. .Deprecated() now signals a warning of class "deprecatedWarning", and .Defunct() now signals an error of class "defunctError". * Many 'package not found' errors are now signaled as errors of class "packageNotFoundError". * As an experimental feature, when loadNamespace() fails because the requested package is not available the error is initially signaled with a retry_loadNamespace restart available. This allows a calling handler to try to install the package and continue. * S3method() directives in NAMESPACE can now also be used to perform _delayed_ S3 method registration. * Experimentally, setting environment variable _R_CHECK_LENGTH_1_LOGIC2_ will lead to warnings (or errors if the variable is set to a 'true' value) when && or || encounter and use arguments of length more than one. * Added "lines" and "chars" coordinate systems to grconvertX() and grconvertY(). * getOption() is more efficient notably for the rare case when called with two arguments, from several contributors in PR#17394. * In .col(dim) and .row(dim), dim now may also be an integer-valued "double". * sQuote() and dQuote() get an explicit q argument with obvious default instead of using getOption("fancyQuotes") implicitly and unconditionally. * unzip() can list archives with comments and with spaces in file names even using an external unzip command. * Command line completion has a new setting rc.settings(dots = FALSE) to remove ... from the list of possible function arguments. * library() no longer checks packages with compiled code match R.version$platform. loadNamespace() never has, and increasingly the 'canonical name' does not reflect the important characteristics of compiled code. * The primitive functions drop() and unclass() now avoid duplicating their data for atomic vectors that are large enough, by returning ALTREP wrapper objects with adjusted attributes. R-level assignments to change attributes will also use wrapper objects to avoid duplicating data for larger atomic vectors. R functions like structure() and unname() will therefore not duplicate data in these settings. Generic vectors as produced by list() are not yet covered by this optimization but may be in due course. * In formals(), envir becomes an optional argument instead of being hardwired. * Instead of signalling an error for an invalid S4 object x, str(x) now gives a warning and subsequently still shows most parts of x, e.g., when slots are missing. * gamma(x) and lgamma(x) no longer warn when correctly returning Inf or underflowing to zero. This helps maximum likelihood and similar computations. * convertColor() is now vectorized, so a lot faster for converting many colours at once. The new argument vectorized to colorConverter() ensures that non-vectorized colour converters still work. (Thanks to Brodie Gaslam.) * download.file() and url() get new argument headers for custom HTTP headers, e.g., allowing to perform basic http authentication, thanks to a patch contributed by G'abor Cs'ardi. * File-based connection functions file(), gzfile(), bzfile() and xzfile() now signal an error when used on a directory. * For approx(), splinefun() _etc_, a new setting ties = c("ordered", ) allows skipping the sorting and still treat ties. * format(x) gives a more user friendly error message in the case where no method is defined. A minimal method is provided in format.default(x) when isS4(x) is true. * which(x) now also works when x is a long vector, thanks to Suharto Anggono's PR#17201. *NB*: this may return a double result, breaking the previous guarantee of an integer result. * seq.default() is more careful to return an integer (as opposed to double) result when its arguments are large and/or classed objects; see comment #9 of Suharto Anggono's PR#17497. * The plot() method for lm and glm fits, plot.lm(), gains a new option iter.smooth with a default of 0 for binomial fits, no longer down-weighting when smoothing the residuals. * zip() passes its list of files _via_ standard input to the external command when too long for the command line (on some platforms). * data() gains an overwrite argument. * t.test() now also returns the standard error (in list component stderr). * model.matrix(*, contrasts.arg = CC) now warns about invalid contrasts.args. * Performance of substr() and substring() has been improved. * stopifnot() has been simplified thanks to Suharto Anggono's proposals to become considerably faster for cheap expressions. * The default 'user agent' has been changed when accessing http:// and https:// sites using libcurl. (A site was found which caused libcurl to infinite-loop with the previous default.) * sessionInfo() now also contains RNGkind() and prints it when it differs from the default; based on a proposal and patch by Gabe Becker in PR#17535. Also, RNGversion(getRversion()) works directly. * library() and require() now allow more control over handling search path conflicts when packages are attached. The policy is controlled by the new conflicts.policy option. * barplot() gets a formula method, thanks to a patch proposal by Arni Magnusson in PR#17521. * pmax() and pmin(x) now also work for long vectors, thanks to Suharto Anggono's PR#17533. * bxp() now warns when omitting duplicated arguments. * New hcl.colors() function to provide wide range of HCL-based colour palettes with much better perceptual properties than the existing RGB/HSV-based palettes like rainbow(). Also a new hcl.pals() function to list available palette names for hcl.colors(). Contributed by Achim Zeileis. * The default colours for image() and filled.contour() are now based on hcl.colors(). * The palette-generating functions rainbow(), gray.colors(), etc. get a new rev argument to facilitate reversing the order of colors. * New str2lang() and str2expression() as streamlined versions of parse(text=., keep.source=FALSE) allow to abstract typical call constructions, e.g., in formula manipulations. (Somewhat experimental) * Add update_PACKAGES() for incrementally updating a package repository index, instead of rebuilding the index from scratch. Thanks to Gabe Becker in PR#17544 for the patch, based on part of his switchr package. INSTALLATION on a UNIX-ALIKE: * The options selected for the C++ compiler default to the C++11 standard if supported, otherwise to the C++98 standard. * Visibility macros such as C_VISIBILITY can now be user-set (including to empty), e.g. in config.site. * Macro FCLIBS, which has sometimes been needed on Solaris, has been renamed to FCLIBS_XTRA. * Macro F77 is always set to the value of FC, so the latter should be set to user-select the Fortran compiler for both fixed-form and free-form Fortran. In particular, gfortran is now the first choice for F77, not f95. Macros FFLAGS and FCFLAGS remain distinct to allow for a compiler which needs a flag to select free- or fixed-form Fortran (most use the source-file extension to choose: .f is fixed-form and .f90 and .f95 are free-form). If only one of them is set, its value is used for both. * The special-casing of CFLAGS, CXXFLAGS and FFLAGS for Intel compilers on Linux has been removed: we do not have recent experience but the generic defaults now chosen are the same as those previously special-cased for x86_64. If necessary, override the defaults on the configure command line or in file config.site. * Long-untested configure support for HP-UX and very old versions of Linux has been removed. * configure --with-blas (without specifying a value) includes OpenBLAS in its search (before ATLAS and a generic BLAS). This follows recent versions of the ax_blas autoconf macro. * The configure macro MAKEINFO has been updated to TEXI2ANY. * Support for make install-strip has been enhanced. PACKAGE INSTALLATION: * Source package installation is by default 'staged': the package is installed into a temporary location under the final library directory and moved into place once the installation is complete. The benefit is that partially-installed packages are hidden from other R sessions. The overall default is set by environment variable R_INSTALL_STAGED. R CMD INSTALL has new options --staged-install and --no-staged-install, and packages can use the StagedInstall field in their DESCRIPTION file to opt out. (That opt-out is a temporary measure which may be withdrawn in future.) Staged installation requires either --pkglock or --lock, one of which is used by default. * The interpretation of source code with extension .f is changing. Previously this denoted FORTRAN 77 code, but current compilers no longer have a FORTRAN 77 mode and interpret it as 'fixed-form' Fortran 90 (or later where supported) code. Extensions .f90 and .f95 continue to indicate 'free-form' Fortran code. Legal FORTRAN 77 code is also legal fixed-form Fortran 9x; however this change legitimizes the use of later features, in particular to replace features marked 'obsolescent' in Fortran 90 and 'deleted' in Fortran 2018 which gfortran 8.x and later warn about. * Packages containing files in the src directory with extensions .f90 or .f95 are now linked using the C or C++ compiler rather than the Fortran 9x compiler. This is consistent with fixed-form Fortran code and allows mixing of C++ and free-form Fortran on most platforms. Consequentially, a package which includes free-form Fortran 9x code which uses OpenMP should include SHLIB_OPENMP_CFLAGS (or the CXXFLAGS version if they also include C++ code) in PKG_LIBS rather than SHLIB_OPENMP_FCFLAGS - fortunately on almost all current platforms they are the same flag. * Macro PKG_FFLAGS will be used for the compilation of both fixed-form and free-form Fortran code unless PKG_FCFLAGS is also set (in src/Makevars or src/Makevars.win). * The make macro F_VISIBILITY is now preferred for both fixed-form and free-form Fortran, for use in src/Makevars and similar. * R CMD INSTALL gains a new option --strip which (where supported) strips installed shared object(s): this can also be achieved by setting the environment variable _R_SHLIB_STRIP_ to a true value. The new option --strip-lib attempts stripping of static and shared libraries installed under lib. These are most useful on platforms using GNU binutils (such as Linux) and compiling with -g flags. * There is more support for installing UTF-8-encoded packages in a strict Latin-1 locale (and probably for other Latin locales): non-ASCII comments in R code (and NAMESPACE files) are worked around better. UTILITIES: * R CMD check now optionally checks makefiles for correct and portable use of the SHLIB_OPENMP_*FLAGS macros. * R CMD check now evaluates \Sexpr{} expressions (including those in macros) before checking the contents of Rd files and so detects issues both in evaluating the expressions and in the expanded contents. * R CMD check now lists missing packages separated by commas and with regular quotes such as to be useful as argument in calling install.packages(c(..)); from a suggestion by Marcel Ramos. * tools::Rd2latex() now uses UTF-8 as its default output encoding. * R CMD check now checks line endings of files with extension .hpp and those under inst/include. The check now includes that a non-empty file is terminated with a newline. R CMD build will correct line endings in such files. * R CMD check now tries re-building all vignettes rather than stopping at the first error: whilst doing so it adds 'bookmarks' to the log. By default (see the 'R Internals' manual) it re-builds each vignette in a separate process. It now checks for duplicated vignette titles (also known as 'index entries'): they are used as hyperlinks on CRAN package pages and so do need to be unique. * R CMD check has more comprehensive checks on the data directory and the functioning of data() in a package. * R CMD check now checks autoconf-generated configure files have their corresponding source files, including optionally attempting to regenerate them on platforms with autoreconf. * R CMD build has a new option --compression to select the compression used for the tarball. * R CMD build now removes src/*.mod files on all platforms. C-LEVEL FACILITIES: * New pointer protection C functions R_PreserveInMSet and R_ReleaseFromMSet have been introduced to replace UNPROTECT_PTR, which is not safe to mix with UNPROTECT (and with PROTECT_WITH_INDEX). Intended for use in parsers only. * NAMEDMAX has been raised to 7 to allow further protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Properly written package code should not be affected. * R_unif_index is now considered to be part of the C API. * R_GetCurrentEnv() allows C code to retrieve the current environment. DEPRECATED AND DEFUNCT: * Argument compressed of untar() is deprecated - it is only used for external tar commands which increasingly for extraction auto-detect compression and ignore their zjJ flags. * var(f) and hence sd(f) now give an error for factor arguments; they gave a deprecation warning since R 3.2.3, PR#16564. * Package tools' vignetteDepends() has been deprecated (it called a function deprecated since Feb 2016), being partly replaced by newly exported vignetteInfo(). * The f77_f2c script has been removed: it no longer sufficed to compile the .f files in R. * The deprecated legacy support of make macros such as CXX1X has been removed: use the CXX11 forms instead. * Make macro F77_VISIBILITY is deprecated in favour of F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. * $.data.frame had become an expensive version of the default method, so has been removed. (Thanks to Radford Neal for picking this up and to Duncan Murdoch for providing a patch.) BUG FIXES: * replayPlot(r) now also works in the same R session when r has been "reproduced" from serialization, typically after saving to and reading from an RDS file. * substr() and substring() now signal an error when the input is invalid UTF-8. * file.copy() now works also when its argument to is of length greater than one. * mantelhaen.test() no longer suffers from integer overflow in largish cases, thanks to Ben Bolker's PR#17383. * Calling setGeneric("foo") in a package no longer fails when the enclosing environment of the implicit generic foo() is .GlobalEnv. * untar(file(".tar.gz"), *) now gives a better error message, suggesting to use gzfile() instead. * Method dispatch uses more relevant environments when looking up class definitions. * The documentation for identify() incorrectly claimed that the indices of identified points were returned in the order that the points were selected. identify() now has a new argument order to allow the return value to include the order in which points were identified; the documentation has been updated. Reported by Richard Rowe and Samuel Granjeaud. * order(...., decreasing=c(TRUE, FALSE)) could fail in some cases. Reported from StackOverflow via Karl Nordstr"om. * User macros in Rd files now accept empty and multi-line arguments. * Changes in print.*(), thanks to Lionel Henry's patches in PR#17398: * Printing lists, pairlists or attributes containing calls with S3 class no longer evaluate those. * Printing S4 objects within lists and pairlists dispatches with show() rather than print(), as with auto-printing. * The indexing tags (names or [[]]) of recursive data structures are now printed correctly in complex cases. * Arguments supplied to print() are now properly forwarded to methods when printing lists, pairlists or attributes containing S3 objects. * The print parameters are now preserved when printing S3 objects or deparsing symbols and calls. Previously, printing lists containing S3 objects or expressions would reset these parameters. * Printing lists, pairlists or attributes containing functions now uses srcref attributes if present. * Calling install.packages() with a length zero pkgs argument now is a no-op (PR#17422). * unlist(x) now returns a correct factor when x is a nested list with factor leaves, fixing PR#12572 and PR#17419. * The documentation help(family) gives more details about the aic component, thanks to Ben Bolker's prompting. * The documentation for attributes and `attributes<-` now gives x as name of the first and main argument which the implementation has been requiring, fixing PR#17434. For consistency, the first argument name is also changed from obj to x for `mostattributes<-`. * strwidth() now uses par("font") as default font face (PR#17352). * plot(, log="x") no longer warns about log. * The print() method for "htest" objects now formats the test statistic and parameter directly and hence no longer rounds to units _before_ the decimal point. Consequently, printing of t.test() results with a small number of digits now shows non-large df's to the full precision (PR#17444). * kruskal.test() and fligner.test() no longer erroneously insist on numeric g group arguments (PR#16719). * Printing a news db via the browser now does a much better job (PR#17433). * print.aov() missed column names in the multivariate case due to misspelling (reported by Chris Andrews). * axis() now creates valid at locations also for small subnormal number ranges in log scale plots. * format.POSIXlt() now also recycles the zone and gmtoff list components to full length when needed, and its internal C code detects have_zone in more cases. In some cases, this changes its output to become compatible with format.POSIXct(). * On Windows, detectCores() in package parallel now detects processors in all processor groups, not just the group R is running in (impacts particularly systems with more than 64 logical processors). Reported by Arunkumar Srinivasan. * On Windows, socketSelect() would hang with more than 64 sockets, and hence parallel::clusterApplyLB() would hang with more than 64 workers. Reported by Arunkumar Srinivasan. * as(1L, "double") now does coerce (PR#17457). * lm.influence(), influence.measures(), rstudent() etc now work (more) correctly for multivariate models ("mlm"), thanks to (anonymous) stackoverflow remarks. * sample.int(2.9, *, replace=TRUE) again behaves as documented and as in R < 3.0.0, namely identically to sample.int(2, ..). * Fixes to convertColor() for chromatic adaptation; thanks to Brodie Gaslam PR#17473. * Using \Sexpr[stage=install]{..} to create an Rd section no longer gives a warning in R CMD check; problem originally posted by G'abor Cs'ardi, then reported as PR#17479 with a partial patch by Duncan Murdoch. * Parse data now include a special node for equal assignment. * split.default() no longer relies on [[<-(), so it behaves as expected when splitting an object by a factor with the empty string as one of its levels. Thanks to Brad Friedman for the report. * Line numbers in messages about .Rd files are now more reliable, thanks to a patch from Duncan Murdoch. * In the numeric method for all.equal(), a numeric scale argument is now checked to be positive and allowed to be of length > 1. (The latter worked originally and with a warning in recent years). * Deferred string conversions now record the OutDec option setting when not equal to the default. Reported by Michael Sannella. * When y is numeric and f a factor, plot(y ~ f) nicely uses "y" and "f" as y- and x-labels. The more direct boxplot(y ~ f) now does too. The new argument ann = FALSE may be used to suppress these. * Subassignment to no/empty rows of a data frame is more consistent and typically a no-op in all cases instead of sometimes an error; part of Emil Bode's PR#17483. * Calls like formatC(*, zero.print = "< 0.001") no longer give an error and are further improved via new optional argument replace.zero. Reported by David Hugh-Jones. * methods::formalArgs("") now finds the same function as formals(""), fixing Emil Bode's PR#17499. * The methods package better handles duplicated class names across packages. * The default method of seq() now avoids integer overflow, thanks to the report and "cumsum" patch of Suharto Anggono's PR#17497. * sub() no longer loses encodings for non-ASCII replacements (PR#17509). * Fix for rotated raster image on X11 device. (Partial fix for PR#17148; thanks to Mikko Korpela). * formula(model.frame(frml, ..)) now returns frml in all cases, thanks to Bill Dunlap. The previous behavior is available as DF2formula(). * ar.ols() also returns scalar var.pred in univariate case (PR#17517). * normalizePath() now treats NA path as non-existent and normalizes it to NA. file.access() treats NA file name as non-existent. file.edit() and connection functions such as file() now treat NA file names as errors. * The internal regularize.values() auxiliary of approx(), splinefun() etc now warns again when there are ties and the caller did not specify ties. Further, it no longer duplicates x and y unnecessarily when x is already sorted (PR#17515). * strtoi("", base) now gives NA on all platforms, following its documentation. Reported by Michael Chirico. * In the definition of an S4 class, prototype elements are checked against the slots of the class, with giving a prototype for an undefined slot now being an error. (Reported by Bill Dunlap.) * From setClassUnion(), if environment variable _R_METHODS_SHOW_CHECKSUBCLASSES is set to true, the internal .checkSubclasses() utility prints debugging info to see where it is used. * max.col(m) with an m of zero columns now returns integer NA (instead of 1). * axTicks() no longer returns small "almost zero" numbers (in exponential format) instead of zero, fixing Ilario Gelmetti's PR#17534. * isSymmetric(matrix(0, dimnames=list("A","b"))) is FALSE again, as always documented. * The cairo_pdf graphics device (and other Cairo-based devices) now clip correctly to the right and bottom border. There was an off-by-one-pixel bug, reported by Lee Kelvin. * as.roman(3) <= 2:4 and all other comparisons now work, as do group "Summary" function calls such as max(as.roman(sample(20))) and as.roman(NA). (Partly reported by Bill Dunlap in PR#17542.) * reformulate("x", response = "sin(y)") no longer produces extra back quotes, PR#17359, and gains new optional argument env. * When reading console input from stdin with re-encoding (R - -encoding=enc < input) the code on a Unix-alike now ensures that each converted input line is terminated with a newline even if re-encoding fails. * as.matrix.data.frame() now produces better strings from logicals, thanks to PR#17548 from Gabe Becker. * The S4 generic signature of rowSums(), rowMeans(), colSums() and colMeans() is restricted to "x". * match(x, tab) now works for long _character_ vectors x, thanks to PR#17552 by Andreas Kersting. * Class unions are unloaded when their namespace is unloaded (PR#17531, adapted from a patch by Brodie Gaslam). * selectMethod() is robust to ANY-truncation of method signatures (thanks to Herve Pages for the report).- CHANGES IN R 3.5.3: INSTALLATION on a UNIX-ALIKE: * Detection of flags for C++98/11/14/17 has been improved: in particular if CXX??STD is set, it is tried first with no additional flags. PACKAGE INSTALLATION: * New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This will become the preferred form in R 3.6.0. BUG FIXES: * writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528. * setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members. * stopifnot(exprs = T) no longer fails.- Add architecture-independent package directory. Taken from the Fedora version of R. - Add RPM macros to ease installation of R packages. - Fix building on older versions of openSUSE.- CHANGES IN R 3.5.2: PACKAGE INSTALLATION: * New macro CXX_VISIBILITY analogous to C_VISIBILITY (which several packages have been misusing for C++ code) for the default C++ compiler (but not necessarily one used for non-default C++ dialects like C++14). TESTING: * The random number generator tests in tests/p-r-random-tests.R no longer fail occasionally as they now randomly sample from "certified" random seeds. BUG FIXES: * The "glm" method of drop1() miscalculated the score test (test="Rao") when the model contained an offset. * Linear multiple empty models such as lm(y ~ 0) now have a correctly dimensioned empty coefficient matrix; reported by Brett Presnell. * vcov() and hence confint() now work (via a consistency change in summary.lm()). * confint() now works correctly; reported on R-devel by Steven Pav. * quade.test() now also works correctly when its arguments are not yet sorted along groups, fixing PR#15842. * Installation on a Unix-alike tries harder to link to the pthread library where required (rather than relying on OpenMP to provide it: configuring with --disable-openmp was failing on some Linux systems). * The data.frame method for print(x) is fast now also for large data frames x and got an optional argument max, thanks to suggestions by Juan Telleria. * hist() no longer integer overflows in very rare cases, fixing PR#17450. * untar() ignored a character compressed argument: however many external tar programs ignore the flags which should have been set and automagically choose the compression type, and if appropriate gzip or bzip2 compression would have been chosen from the magic header of the tarball. * zapsmall(x) now works for more "number-like" objects. * The tools-internal function called from R CMD INSTALL now gets a warnOption = 1 argument and only sets options(warn = warnOption) when that increases the warning level (PR#17453). * Analogously, the tools-internal function called from R CMD check gets a warnOption = 1 argument and uses the larger of that and getOption("warn"), also allowing to be run with increased warning level. * Parse data now have deterministic parent nodes (PR#16041). * Calling match() with length one x and POSIXlt table gave a segfault (PR#17459). * Fork clusters could hang due to a race condition in cluster initialization (makeCluster()). * nextn(n) now also works for larger n and no longer loops infinitely for e.g, n <- 214e7. * cooks.distance() and rstandard() now work correctly for multiple linear models ("mlm"). * polym() and corresponding lm() prediction now also work for a boundary "vector" case fixing PR#17474, reported by Alexandre Courtiol. * With a very large number of variables terms() could segfault (PR#17480). * cut(rep(0, 7)) now works, thanks to Joey Reid and Benjamin Tyner (PR#16802). * download.file(*, method = "curl", cacheOK = FALSE) should work now on Windows, thanks to Kevin Ushey's patch in PR#17323. * duplicated() now works, too, thanks to Andreas Kersting's PR#17485; ditto for anyDuplicated(). * legend(*, cex = 1:2) now works less badly. * The print() method for POSIXct and POSIXlt now correctly obeys getOption("max.print"), fixing a long-standing typo, and it also gets a corresponding optional max argument. * Unserialization of raw vectors serialized in ASCII representation now works correctly. * [TRUE, ] <- list(c1, c2) now works correctly, thanks to Suharto Anggono's PR#15362 and Emil Bode's patch in PR#17504. * seq.int(*, by=by, length=n) no longer wrongly "drops fractional parts" when by is integer, thanks to Suharto Anggono's report PR#17506. * Buffering is disabled for file() connections to non-regular files (like sockets), as well as fifo() and pipe() connections. Fixes PR#17470, reported by Chris Culnane.- CHANGES IN R 3.5.1 : BUG FIXES: * file("stdin") is no longer considered seekable. * dput() and dump() are no longer truncating when options(deparse.max.lines = *) is set. * Calls with an S3 class are no longer evaluated when printed, fixing part of PR#17398, thanks to a patch from Lionel Henry. * Allow file argument of Rscript to include space even when it is first on the command line. * callNextMethod() uses the generic from the environment of the calling method. Reported by Herv'e Pag`es with well documented examples. * Compressed file connections are marked as blocking. * optim(*, lower = c(-Inf, -Inf)) no longer warns (and switches the method), thanks to a suggestion by John Nash. * predict(fm, newdata) is now correct also for models where the formula has terms such as splines::ns(..) or stats::poly(..), fixing PR#17414, based on a patch from Duncan Murdoch. * simulate.lm(glm(*, gaussian(link = ))) has been corrected, fixing PR#17415 thanks to Alex Courtiol. * unlist(x) no longer fails in some cases of nested empty lists. Reported by Steven Nydick. * qr.coef(qr()) now works. Reported by Kun Ren. * The radix sort is robust to vectors with >1 billion elements (but long vectors are still unsupported). Thanks to Matt Dowle for the fix. * Terminal connections (e.g., stdin) are no longer buffered. Fixes PR#17432. * deparse(x), dput(x) and dump() now respect c()'s argument names recursive and use.names, e.g., for x <- setNames(0, "recursive"), thanks to Suharto Anggono's PR#17427. * Unbuffered connections now work with encoding conversion. Reported by Stephen Berman. * .Renviron on Windows with Rgui is again by default searched for in user documents directory when invoked _via_ the launcher icon. Reported by Jeroen Ooms. * printCoefmat() now also works with explicit right=TRUE. * print.noquote() now also works with explicit quote=FALSE. * The default method for pairs(.., horInd=*, verInd=*) now gets the correct order, thanks to reports by Chris Andrews and Gerrit Eichner. Additionally, when horInd or verInd contain only a subset of variables, all the axes are labeled correctly now. * agrep("..|..", .., fixed=FALSE) now matches when it should, thanks to a reminder by Andreas Kolter. * str(ch) now works for more invalid multibyte strings.- CHANGES IN R 3.5.0: SIGNIFICANT USER-VISIBLE CHANGES: * All packages are by default byte-compiled on installation. This makes the installed packages larger (usually marginally so) and may affect the format of messages and tracebacks (which often exclude .Call and similar). NEW FEATURES: * factor() now uses order() to sort its levels, rather than sort.list(). This allows factor() to support custom vector-like objects if methods for the appropriate generics are defined. It has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., "list"), where it failed before. * diag() gets an optional names argument: this may require updates to packages defining S4 methods for it. * chooseCRANmirror() and chooseBioCmirror() no longer have a useHTTPS argument, not needed now all R builds support https:// downloads. * New summary() method for warnings() with a (somewhat experimental) print() method. * (methods package.) .self is now automatically registered as a global variable when registering a reference class method. * tempdir(check = TRUE) recreates the tempdir() directory if it is no longer valid (e.g. because some other process has cleaned up the /tmp directory). * New askYesNo() function and "askYesNo" option to ask the user binary response questions in a customizable but consistent way. (Suggestion of PR#17242.) * New low level utilities ...elt(n) and ...length() for working with ... parts inside a function. * isTRUE() is more tolerant and now true in x <- rlnorm(99) isTRUE(median(x) == quantile(x)["50%"]) New function isFALSE() defined analogously to isTRUE(). * The default symbol table size has been increased from 4119 to 49157; this may improve the performance of symbol resolution when many packages are loaded. (Suggested by Jim Hester.) * line() gets a new option iter = 1. * Reading from connections in text mode is buffered, significantly improving the performance of readLines(), as well as scan() and read.table(), at least when specifying colClasses. * order() is smarter about picking a default sort method when its arguments are objects. * available.packages() has two new arguments which control if the values from the per-session repository cache are used (default true, as before) and if so how old cached values can be to be used (default one hour). These arguments can be passed from install.packages(), update.packages() and functions calling that: to enable this available.packages(), packageStatus() and download.file() gain a ... argument. * packageStatus()'s upgrade() method no longer ignores its ... argument but passes it to install.packages(). * installed.packages() gains a ... argument to allow arguments (including noCache) to be passed from new.packages(), old.packages(), update.packages() and packageStatus(). * factor(x, levels, labels) now allows duplicated labels (not duplicated levels!). Hence you can map different values of x to the same level directly. * Attempting to use names<-() on an S4 derivative of a basic type no longer emits a warning. * The list method of within() gains an option keepAttrs = FALSE for some speed-up. * system() and system2() now allow the specification of a maximum elapsed time ('timeout'). * debug() supports debugging of methods on any object of S4 class "genericFunction", including group generics. * Attempting to increase the length of a variable containing NULL using length()<- still has no effect on the target variable, but now triggers a warning. * type.convert() becomes a generic function, with additional methods that operate recursively over list and data.frame objects. Courtesy of Arni Magnusson (PR#17269). * lower.tri(x) and upper.tri(x) only needing dim(x) now work via new functions .row() and .col(), so no longer call as.matrix() by default in order to work efficiently for all kind of matrix-like objects. * print() methods for "xgettext" and "xngettext" now use encodeString() which keeps, e.g. "\n", visible. (Wish of PR#17298.) * package.skeleton() gains an optional encoding argument. * approx(), spline(), splinefun() and approxfun() also work for long vectors. * deparse() and dump() are more useful for S4 objects, dput() now using the same internal C code instead of its previous imperfect workaround R code. S4 objects now typically deparse perfectly, i.e., can be recreated identically from deparsed code. dput(), deparse() and dump() now print the names() information only once, using the more readable (tag = value) syntax, notably for list()s, i.e., including data frames. These functions gain a new control option "niceNames" (see .deparseOpts()), which when set (as by default) also uses the (tag = value) syntax for atomic vectors. On the other hand, without deparse options "showAttributes" and "niceNames", names are no longer shown also for lists. as.character(list( c (one = 1))) now includes the name, as as.character(list(list(one = 1))) has always done. m:n now also deparses nicely when m > n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus. * The character methods for as.Date() and as.POSIXlt() are more flexible _via_ new arguments tryFormats and optional: see their help pages. * on.exit() gains an optional argument after with default TRUE. Using after = FALSE with add = TRUE adds an exit expression before any existing ones. This way the expressions are run in a first-in last-out fashion. (From Lionel Henry.) * On Windows, file.rename() internally retries the operation in case of error to attempt to recover from possible anti-virus interference. * Command line completion on :: now also includes lazy-loaded data. * If the TZ environment variable is set when date-time functions are first used, it is recorded as the session default and so will be used rather than the default deduced from the OS if TZ is subsequently unset. * There is now a [ method for class "DLLInfoList". * glm() and glm.fit get the same singular.ok = TRUE argument that lm() has had forever. As a consequence, in glm(*, method = ), user specified methods need to accept a singular.ok argument as well. * aspell() gains a filter for Markdown (.md and .Rmd) files. * intToUtf8(multiple = FALSE) gains an argument to allow surrogate pairs to be interpreted. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() has been increased up to 614 when the OS limit on the number of open files allows. * Sys.timezone() on a Unix-alike caches the value at first use in a session: _inter alia_ this means that setting TZ later in the session affects only the _current_ time zone and not the _system_ one. Sys.timezone() is now used to find the system timezone to pass to the code used when R is configured with --with-internal-tzcode. * When tar() is used with an external command which is detected to be GNU tar or libarchive tar (aka bsdtar), a different command-line is generated to circumvent line-length limits in the shell. * system(*, intern = FALSE), system2() (when not capturing output), file.edit() and file.show() now issue a warning when the external command cannot be executed. * The "default" ("lm" etc) methods of vcov() have gained new optional argument complete = TRUE which makes the vcov() methods more consistent with the coef() methods in the case of singular designs. The former (back-compatible) behavior is given by vcov(*, complete = FALSE). * coef() methods (for lm etc) also gain a complete = TRUE optional argument for consistency with vcov(). For "aov", both coef() and vcov() methods remain back-compatibly consistent, using the _other_ default, complete = FALSE. * attach(*, pos = 1) is now an error instead of a warning. * New function getDefaultCluster() in package parallel to get the default cluster set via setDefaultCluster(). * str(x) for atomic objects x now treats both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by default ar(x) now work when x has NAs, mostly thanks to a patch by Pavel Krivitsky in PR#17366. The ar.yw.default()'s AIC computations have become more efficient by using determinant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including methods can be restored by setting the environment variable R_SCRIPT_LEGACY to yes. * When a package is found more than once, the warning from find.package(*, verbose=TRUE) lists all library locations. * POSIXt objects can now also be rounded or truncated to month or year. * stopifnot() can be used alternatively via new argument exprs which is nicer and useful when testing several expressions in one call. * The environment variable R_MAX_VSIZE can now be used to specify the maximal vector heap size. On macOS, unless specified by this environment variable, the maximal vector heap size is set to the maximum of 16GB and the available physical memory. This is to avoid having the R process killed when macOS over-commits memory. * sum(x) and sum(x1,x2,..,x) with many or long logical or integer vectors no longer overflows (and returns NA with a warning), but returns double numbers in such cases. * Single components of "POSIXlt" objects can now be extracted and replaced via [ indexing with 2 indices. * S3 method lookup now searches the namespace registry after the top level environment of the calling environment. * Arithmetic sequences created by 1:n, seq_along, and the like now use compact internal representations via the ALTREP framework. Coercing integer and numeric vectors to character also now uses the ALTREP framework to defer the actual conversion until first use. * Finalizers are now run with interrupts suspended. * merge() gains new option no.dups and by default suffixes the second of two duplicated column names, thanks to a proposal by Scott Ritchie (and Gabe Becker). * scale.default(x, center, scale) now also allows center or scale to be "numeric-alike", i.e., such that as.numeric(.) coerces them correctly. This also eliminates a wrong error message in such cases. * par*apply and par*applyLB gain an optional argument chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serialization of ALTREP framework objects. These objects can still be serialized in format 2, but less efficiently. Serialization format 3 also records the current native encoding of unflagged strings and converts them when de-serialized in R running under different native encoding. Format 3 comes with new serialization magic numbers (RDA3, RDB3, RDX3). Format 3 can be selected by version = 3 in save(), serialize() and saveRDS(), but format 2 remains the default for all serialization and saving of the workspace. Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. * The "Date" and "date-time" classes "POSIXlt" and "POSIXct" now have a working `length<-` method, as wished in PR#17387. * optim(*, control = list(warn.1d.NelderMead = FALSE)) allows to turn off the warning when applying the default "Nelder-Mead" method to 1-dimensional problems. * matplot(.., panel.first = .) etc now work, as log becomes explicit argument and ... is passed to plot() unevaluated, as suggested by Sebastian Meyer in PR#17386. * Interrupts can be suspended while evaluating an expression using suspendInterrupts. Subexpression can be evaluated with interrupts enabled using allowInterrupts. These functions can be used to make sure cleanup handlers cannot be interrupted. * R 3.5.0 includes a framework that allows packages to provide alternate representations of basic R objects (ALTREP). The framework is still experimental and may undergo changes in future R releases as more experience is gained. For now, documentation is provided in . UTILITIES: * install.packages() for source packages now has the possibility to set a 'timeout' (elapsed-time limit). For serial installs this uses the timeout argument of system2(): for parallel installs it requires the timeout utility command from GNU coreutils. * It is now possible to set 'timeouts' (elapsed-time limits) for most parts of R CMD check _via_ environment variables documented in the 'R Internals' manual. * The 'BioC extra' repository which was dropped from Bioconductor 3.6 and later has been removed from setRepositories(). This changes the mapping for 6-8 used by setRepositories(ind=). * R CMD check now also applies the settings of environment variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to the re-building of vignettes. * R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set to a true value makes test-suite-management packages available and (for the time being) works around a common omission of rmarkdown from the VignetteBuilder field. INSTALLATION on a UNIX-ALIKE: * Support for a system Java on macOS has been removed - install a fairly recent Oracle Java (see 'R Installation and Administration' SSC.3.2). * configure works harder to set additional flags in SAFE_FFLAGS only where necessary, and to use flags which have little or no effect on performance. In rare circumstances it may be necessary to override the setting of SAFE_FFLAGS. * C99 functions expm1, hypot, log1p and nearbyint are now required. * configure sets a -std flag for the C++ compiler for all supported C++ standards (e.g., -std=gnu++11 for the C++11 compiler). Previously this was not done in a few cases where the default standard passed the tests made (e.g. clang 6.0.0 for C++11). C-LEVEL FACILITIES: * 'Writing R Extensions' documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED. * The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code. * 'Writing R Extensions' now documents the R_tryCatch, R_tryCatchError, and R_UnwindProtect functions. * NAMEDMAX has been raised to 3 to allow protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Package C code using SET_NAMED may need to be revised. DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) is defunct, and is ignored (with a warning). * methods:::bind_activation() is defunct now; it typically has been unneeded for years. The undocumented 'hidden' objects .__H__.cbind and .__H__.rbind in package base are deprecated (in favour of cbind and rbind). * The declaration of pythag() in Rmath.h has been removed - the entry point has not been provided since R 2.14.0. BUG FIXES: * printCoefmat() now also works without column names. * The S4 methods on Ops() for the "structure" class no longer cause infinite recursion when the structure is not an S4 object. * nlm(f, ..) for the case where f() has a "hessian" attribute now computes LL' = H + uI correctly. (PR#17249). * An S4 method that "rematches" to its generic and overrides the default value of a generic formal argument to NULL no longer drops the argument from its formals. * Rscript can now accept more than one argument given on the #! line of a script. Previously, one could only pass a single argument on the #! line in Linux. * Connections are now written correctly with encoding "UTF-16LE". (PR#16737). * Evaluation of ..0 now signals an error. When ..1 is used and ... is empty, the error message is more appropriate. * (Windows mainly.) Unicode code points which require surrogate pairs in UTF-16 are now handled. All systems should properly handle surrogate pairs, even those systems that do not need to make use of them. (PR#16098) * stopifnot(e, e2, ...) now evaluates the expressions sequentially and in case of an error or warning shows the relevant expression instead of the full stopifnot(..) call. * path.expand() on Windows now accepts paths specified as UTF-8-encoded character strings even if not representable in the current locale. (PR#17120) * line(x, y) now correctly computes the medians of the left and right group's x-values and in all cases reproduces straight lines. * Extending S4 classes with slots corresponding to special attributes like dim and dimnames now works. * Fix for legend() when fill has multiple values the first of which is NA (all colours used to default to par(fg)). (PR#17288) * installed.packages() did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). * The documentation for installed.packages(noCache = TRUE) incorrectly claimed it would refresh the cache. * aggregate() no longer uses spurious names in some cases. (PR#17283) * object.size() now also works for long vectors. * packageDescription() tries harder to solve re-encoding issues, notably seen in some Windows locales. This fixes the citation() issue in PR#17291. * poly(, 3) now works, thanks to prompting by Marc Schwartz. * readLines() no longer segfaults on very large files with embedded '\0' (aka 'nul') characters. (PR#17311) * ns() (package splines) now also works for a single observation. interpSpline() gives a more friendly error message when the number of points is less than four. * dist(x, method = "canberra") now uses the correct definition; the result may only differ when x contains values of differing signs, e.g. not for 0-1 data. * methods:::cbind() and methods:::rbind() avoid deep recursion, thanks to Suharto Anggono via PR#17300. * Arithmetic with zero-column data frames now works more consistently; issue raised by Bill Dunlap. Arithmetic with data frames gives a data frame for ^ (which previously gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduced by stack unwinding changes in R 3.3.0. * Attributes on symbols are now detected and prevented; attempt to add an attribute to a symbol results in an error. * fisher.test(*, workspace = ) now may also increase the internal stack size which allows larger problem to be solved, fixing PR#1662. * The methods package no longer directly copies slots (attributes) into a prototype that is of an "abnormal" (reference) type, like a symbol. * The methods package no longer attempts to call length<-() on NULL (during the bootstrap process). * The methods package correctly shows methods when there are multiple methods with the same signature for the same generic (still not fully supported, but at least the user can see them). * sys.on.exit() is now always evaluated in the right frame. (From Lionel Henry.) * seq.POSIXt(*, by = " DSTdays") now should work correctly in all cases and is faster. (PR#17342) * .C() when returning a logical vector now always maps values other than FALSE and NA to TRUE (as documented). * Subassignment with zero length vectors now coerces as documented (PR#17344). Further, x <- numeric(); x[1] <- character() now signals an error 'replacement has length zero' (or a translation of that) instead of doing nothing. * (Package parallel.) mclapply(), pvec() and mcparallel() (when mccollect() is used to collect results) no longer leave zombie processes behind. * R CMD INSTALL now produces the intended error message when, e.g., the LazyData field is invalid. * as.matrix(dd) now works when the data frame dd contains a column which is a data frame or matrix, including a 0-column matrix/d.f. . * mclapply(X, mc.cores) now follows its documentation and calls lapply() in case mc.cores = 1 also in the case mc.preschedule is false. (PR#17373) * aggregate(, drop=FALSE) no longer calls the function on parts but sets corresponding results to NA. (Thanks to Suharto Anggono's patches in PR#17280). * The duplicated() method for data frames is now based on the list method (instead of string coercion). Consequently unique() is better distinguishing data frame rows, fixing PR#17369 and PR#17381. The methods for matrices and arrays are changed accordingly. * Calling names() on an S4 object derived from "environment" behaves (by default) like calling names() on an ordinary environment. * read.table() with a non-default separator now supports quotes following a non-whitespace character, matching the behavior of scan(). * parLapplyLB and parSapplyLB have been fixed to do load balancing (dynamic scheduling). This also means that results of computations depending on random number generators will now really be non-reproducible, as documented. * Indexing a list using dollar and empty string (l$"") returns NULL. * Using \usage{ data(, package="") } no longer produces R CMD check warnings. * match.arg() more carefully chooses the environment for constructing default choices, fixing PR#17401 as proposed by Duncan Murdoch. * Deparsing of consecutive ! calls is now consistent with deparsing unary - and + calls and creates code that can be reparsed exactly; thanks to a patch by Lionel Henry in PR#17397. (As a side effect, this uses fewer parentheses in some other deparsing involving ! calls.)- added gcc-c++ build dependency- Setting correctly R_UNZIPCMD Corrects this bug: http://bugzilla.suse.com/show_bug.cgi?id=1083075- upstrem updated to 3.4.4 CHANGES IN R 3.4.4: NEW FEATURES: * Sys.timezone() tries more heuristics on Unix-alikes and so is more likely to succeed (especially on Linux). For the slowest method, a warning is given recommending that TZ is set to avoid the search. * The version of LAPACK included in the sources has been updated to 3.8.0 (for the routines used by R, a very minor bug-fix change). * parallel::detectCores(logical = FALSE) is ignored on Linux systems, since the information is not available with virtualized OSes. INSTALLATION on a UNIX-ALIKE: * configure will use pkg-config to find the flags to link to jpeg if available (as it should be for the recently-released jpeg-9c and libjpeg-turbo). (This amends the code added in R 3.3.0 as the module name in jpeg-9c is not what that tested for.) DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) (which was a stop-gap measure for Windows long ago) is deprecated. It no longer returns the value of environment variable TZ (usually a location). * Legacy support of make macros such as CXX1X is formally deprecated: use the CXX11 forms instead. BUG FIXES: * power.prop.test() now warns when it cannot solve the problem, typically because of impossible constraints. (PR#17345) * removeSource() no longer erroneously removes NULL in certain cases, thanks to D'enes T'oth. * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work. (Partly from PR#17367) * R CMD build checks for GNU cp rather than assuming Linux has it. (PR#17370 says 'Alpine Linux' does not.) * Non-UTF-8 multibyte character handling fixed more permanently (PR#16732). * sum(, ) is more consistent. (PR#17372) * rf() and rbeta() now also work correctly when ncp is not scalar, notably when (partly) NA. (PR#17375) * R CMD INSTALL now correctly sets C++ compiler flags when all source files are in sub-directories of src.- Do not buildrequire xorg-x11-devel but individual x libs.- upstream updated to 3.4.3 CHANGES IN R 3.4.3: INSTALLATION on a UNIX-ALIKE: * A workaround has been added for the changes in location of time-zone files in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). * R CMD javareconf has been updated to recognize the use of a Java 9 SDK on macOS. BUG FIXES: * raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather than logical(0)). * intToUtf8() converts integers corresponding to surrogate code points to NA rather than invalid UTF-8, as well as values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and is slightly changed in general, behaving symmetrically in the y range. * The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.- upstream update to 3.4.2 CHANGES IN R 3.4.2: NEW FEATURES: * Setting the LC_ALL category in Sys.setlocale() invalidates any cached locale-specific day/month names and the AM/PM indicator for strptime() (as setting LC_TIME has since R 3.1.0). * The version of LAPACK included in the sources has been updated to 3.7.1, a bug-fix release. * The default for tools::write_PACKAGES(rds_compress=) has been changed to "xz" to match the compression used by CRAN. * c() and unlist() are now more efficient in constructing the names(.) of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) UTILITIES: * R CMD check checks for and R CMD build corrects CRLF line endings in shell scripts configure and cleanup (even on Windows). INSTALLATION on a UNIX-ALIKE: * The order of selection of OpenMP flags has been changed: Oracle Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the latter enables OpenMP so it is now tried first. BUG FIXES: * within(List, rm(x1, x2)) works correctly again, including when List[["x2"]] is NULL. * regexec(pattern, text, *) now applies as.character(.) to its first two arguments, as documented. * write.table() and related functions, writeLines(), and perhaps other functions writing text to connections did not signal errors when the writes failed, e.g. due to a disk being full. Errors will now be signalled if detected during the write, warnings if detected when the connection is closed. (PR#17243) * rt() assumed the ncp parameter was a scalar. (PR#17306) * menu(choices) with more than 10 choices which easily fit into one getOption("width")-line no longer erroneously repeats choices. (PR#17312) * length()<- on a pairlist succeeds. () * Language objects such as quote(("\n")) or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. * Construction of names() for very large objects in c() and unlist() now works, thanks to Suharto Anggono's patch proposals in PR#17292. * Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320) * model.matrix(~1, mf) now gets the row names from mf also when they differ from 1:nrow(mf), fixing PR#14992 thanks to the suggestion by Sebastian Meyer. * sigma(fm) now takes the correct denominator degrees of freedom for a fitted model with NA coefficients. (PR#17313) * hist(x, "FD") no longer "dies" with a somewhat cryptic error message when x has extreme outliers or IQR() zero: nclass.FD(x) tries harder to find a robust bin width h in the latter case, and hist.default(*, breaks) now checks and corrects a too large breaks number. (PR#17274) * callNextMethod() works for ... methods. * qr.coef(qd, y) now has correct names also when qd is a complex QR or stems from qr(*, LAPACK=TRUE). * Setting options(device = *) to an invalid function no longer segfaults when plotting is initiated. (PR#15883) * encodeString() no longer segfaults. (PR#15885) * It is again possible to use configure --enable-maintainer-mode without having installed notangle (it was required in R 3.4.[01]). * S4 method dispatch on ... calls the method by name instead of .Method (for consistency with default dispatch), and only attempts to pass non-missing arguments from the generic. * readRDS(textConnection(.)) works again. (PR#17325) * (1:n)[-n] no longer segfaults for n <- 2.2e9 (on a platform with enough RAM). * x <- 1:2; tapply(x, list(x, x), function(x) "")[1,2] now correctly returns NA. (PR#17333) * Running of finalizers after explicit GC request moved from the R interface do_gc to the C interface R_gc. This helps with reclaiming inaccessible connections. * help.search(topic) and ??topic matching topics in vignettes with multiple file name extensions (e.g., *.md.rsp but not *.Rmd) failed with an error when using options(help_type = "html"). * The X11 device no longer uses the Xlib backing store (PR#16497). * array(character(), 1) now gives (a 1D array with) NA as has been documented for a long time as in the other cases of zero-length array initialization and also compatibly with matrix(character(), * ). As mentioned there, this also fixes PR#17333. * splineDesign(.., derivs = 4) no longer segfaults. * fisher.test(*, hybrid=TRUE) now (again) will use the hybrid method when Cochran's conditions are met, fixing PR#16654.- Corrected "bug" "https://bugzilla.suse.com/show_bug.cgi?id=1049503 R now installs zip and unzip, what in turn eases the installation of packages directly from github via devtools.- upstream update to 3.4.1 CHANGES IN R 3.4.1: INSTALLATION on a UNIX-ALIKE: * The deprecated support for PCRE versions older than 8.20 has been removed. BUG FIXES: * getParseData() gave incorrect column information when code contained multi-byte characters. (PR#17254) * Asking for help using expressions like ?stats::cor() did not work. (PR#17250) * readRDS(url(....)) now works. * R CMD Sweave again returns status = 0 on successful completion. * Vignettes listed in .Rbuildignore were not being ignored properly. (PR#17246) * file.mtime() no longer returns NA on Windows when the file or directory is being used by another process. This affected installed.packages(), which is now protected against this. * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags. * (Windows only) The choose.files() function could return incorrect results when called with multi = FALSE. (PR#17270) * aggregate(, drop = FALSE) now also works in case of near-equal numbers in by. (PR#16918) * fourfoldplot() could encounter integer overflow when calculating the odds ratio. (PR#17286) * parse() no longer gives spurious warnings when extracting srcrefs from a file not encoded in the current locale. This was seen from R CMD check with inst/doc/*.R files, and check has some additional protection for such files. * print.noquote(x) now always returns its argument x (invisibly). * Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)- upstream update to 3.4.0 CHANGES IN R 3.4.0: SIGNIFICANT USER-VISIBLE CHANGES: * (Unix-alike) The default methods for download.file() and url() now choose "libcurl" except for file:// URLs. There will be small changes in the format and wording of messages, including in rare cases if an issue is a warning or an error. For example, when HTTP re-direction occurs, some messages refer to the final URL rather than the specified one. Those who use proxies should check that their settings are compatible (see ?download.file: the most commonly used forms work for both "internal" and "libcurl"). * table() has been amended to be more internally consistent and become back compatible to R <= 2.7.2 again. Consequently, table(1:2, exclude = NULL) no longer contains a zero count for , but useNA = "always" continues to do so. * summary.default() no longer rounds, but its print method does resulting in less extraneous rounding, notably of numbers in the ten thousands. * factor(x, exclude = L) behaves more rationally when x or L are character vectors. Further, exclude = now behaves as documented for long. * Arithmetic, logic (&, |) and comparison (aka 'relational', e.g., <, ==) operations with arrays now behave consistently, notably for arrays of length zero. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3). * The JIT ('Just In Time') byte-code compiler is now enabled by default at its level 3. This means functions will be compiled on first or second use and top-level loops will be compiled and then run. (Thanks to Tomas Kalibera for extensive work to make this possible.) For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call. JIT compilation can be disabled for the rest of the session using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0. * xtabs() works more consistently with NAs, also in its result no longer setting them to 0. Further, a new logical option addNA allows to count NAs where appropriate. Additionally, for the case sparse = TRUE, the result's dimnames are identical to the default case's. * Matrix products now consistently bypass BLAS when the inputs have NaN/Inf values. Performance of the check of inputs has been improved. Performance when BLAS is used is improved for matrix/vector and vector/matrix multiplication (DGEMV is now used instead of DGEMM). One can now choose from alternative matrix product implementations _via_ options(matprod = ). The "internal" implementation is not optimized for speed but consistent in precision with other summations in R (using long double accumulators where available). "blas" calls BLAS directly for best speed, but usually with undefined behavior for inputs with NaN/Inf. * factor() now uses order() to sort its levels, not sort.list(). This makes factor() support custom vector-like objects if methods for the appropriate generics are defined. This change has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., list), where it failed before. NEW FEATURES: * User errors such as integrate(f, 0:1, 2) are now caught. * Add signature argument to debug(), debugonce(), undebug() and isdebugged() for more conveniently debugging S3 and S4 methods. (Based on a patch by Gabe Becker.) * Add utils::debugcall() and utils::undebugcall() for debugging the function that would be called by evaluating the given expression. When the call is to an S4 generic or standard S3 generic, debugcall() debugs the method that would be dispatched. A number of internal utilities were added to support this, most notably utils::isS3stdGeneric(). (Based on a patch by Gabe Becker.) * Add utils::strcapture(). Given a character vector and a regular expression containing capture expressions, strcapture() will extract the captured tokens into a tabular data structure, typically a data.frame. * str() and strOptions() get a new option drop.deparse.attr with improved but _changed_ default behaviour for expressions. For expression objects x, str(x) now may remove extraneous white space and truncate long lines. * str() is no longer very slow; inspired by Mikko Korpela's proposal in PR#16527. * str(x)'s default method is more "accurate" and hence somewhat more generous in displaying character vectors; this will occasionally change R outputs (and need changes to some * .Rout(.save) files). For a classed integer vector such as x <- xtabs(~ c(1,9,9,9)), str(x) now shows both the class and "int", instead of only the latter. * isSymmetric(m) is much faster for large asymmetric matrices m _via_ pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). * The result of eigen() now is of class "eigen" in the default case when eigenvectors are computed. * Zero-length date and date-time objects (of classes "POSIX[cl]?t") now print() "recognizably". * xy.coords() and xyz.coords() get a new setLab option. * The method argument of sort.list(), order() and sort.int() gains an "auto" option (the default) which should behave the same as before when method was not supplied. * stopifnot(E, ..) now reports differences when E is a call to all.equal() and that is not true. * boxplot(, *) gain optional arguments drop, sep, and lex.order to pass to split.default() which itself gains an argument lex.order to pass to interaction() for more flexibility. * The plot() method for ppr() has enhanced default labels (xmin and main). * sample.int() gains an explicit useHash option (with a back compatible default). * identical() gains an ignore.srcref option which drops "srcref" and similar attributes when true (as by default). * diag(x, nrow = n) now preserves typeof(x), also for logical, integer and raw x (and as previously for complex and numeric). * smooth.spline() now allows direct specification of lambda, gets a hatvalues() method and keeps tol in the result, and optionally parts of the internal matrix computations. * addNA() is faster now, e.g. when applied twice. (Part of PR#16895.) * New option rstandard(, type = "predicted") provides the "PRESS"-related leave-one-out cross-validation errors for linear models. * After seven years of deprecation, duplicated factor levels now produce a warning when printed and an error in levels<- instead of a warning. * Invalid factors, e.g., with duplicated levels (invalid but constructable) now give a warning when printed, _via_ new function .valid.factor(). * sessionInfo() has been updated for Apple's change in OS naming as from '10.12' ('macOS Sierra' _vs_ 'OS X El Capitan'). Its toLatex() method now includes the running component. * options(interrupt=) can be used to specify a default action for user interrupts. For now, if this option is not set and the error option is set, then an unhandled user interrupt invokes the error option. (This may be dropped in the future as interrupt conditions are not error conditions.) * In most cases user interrupt handlers will be called with a "resume" restart available. Handlers can invoke this restart to resume computation. At the browser prompt the r command will invoke a "resume" restart if one is available. Some read operations cannot be resumed properly when interrupted and do not provide a "resume" restart. * Radix sort is now chosen by method = "auto" for sort.int() for double vectors (and hence used for sort() for unclassed double vectors), excluding 'long' vectors. sort.int(method = "radix") no longer rounds double vectors. * The default and data.frame methods for stack() preserve the names of empty elements in the levels of the ind column of the return value. Set the new drop argument to TRUE for the previous behavior. * Speedup in simplify2array() and hence sapply() and mapply() (for the case of names and common length > 1), thanks to Suharto Anggono's PR#17118. * table(x, exclude = NULL) now sets useNA = "ifany" (instead of "always"). Together with the bug fixes for this case, this recovers more consistent behaviour compatible to older versions of R. As a consequence, summary() for a logical vector no longer reports (zero) counts for NA when there are no NAs. * dump.frames() gets a new option include.GlobalEnv which allows to also dump the global environment, thanks to Andreas Kersting's proposal in PR#17116. * system.time() now uses message() instead of cat() when terminated early, such that suppressMessages() has an effect; suggested by Ben Bolker. * citation() supports inst/CITATION files from package source trees, with lib.loc pointing to the directory containing the package. * try() gains a new argument outFile with a default that can be modified _via_ options(try.outFile = .), useful notably for Sweave. * The unexported low-level functions in package parallel for passing serialized R objects to and from forked children now support long vectors on 64-bit platforms. This removes some limits on higher-level functions such as mclapply() (but returning gigabyte results from forked processes _via_ serialization should be avoided if at all possible). * Connections now print() without error even if invalid, e.g. after having been destroyed. * apropos() and find(simple.words = FALSE) no longer match object names starting with . which are known to be internal objects (such as .__S3MethodsTable__.). * Convenience function hasName() has been added; it is intended to replace the common idiom !is.null(x$name) without the usually unintended partial name matching. * strcapture() no longer fixes column names nor coerces strings to factors (suggested by Bill Dunlap). * strcapture() returns NA for non-matching values in x (suggested by Bill Dunlap). * source() gets new optional arguments, notably exprs; this is made use of in the new utility function withAutoprint(). * sys.source() gets a new toplevel.env argument. This argument is useful for frameworks running package tests; contributed by Tomas Kalibera. * Sys.setFileTime() and file.copy(copy.date = TRUE) will set timestamps with fractions of seconds on platforms/filesystems which support this. * (Windows only.) file.info() now returns file timestamps including fractions of seconds; it has done so on other platforms since R 2.14.0. (NB: some filesystems do not record modification and access timestamps to sub-second resolution.) * The license check enabled by options(checkPackageLicense = TRUE) is now done when the package's namespace is first loaded. * ppr() and supsmu() get an optional trace argument, and ppr(.., sm.method = ..spline) is no longer limited to sample size n <= 2500. * The POSIXct method for print() gets optional tz and usetz arguments, thanks to a report from Jennifer S. Lyon. * New function check_packages_in_dir_details() in package tools for analyzing package-check log files to obtain check details. * Package tools now exports function CRAN_package_db() for obtaining information about current packages in the CRAN package repository, and several functions for obtaining the check status of these packages. * The (default) Stangle driver Rtangle allows annotate to be a function and gets a new drop.evalFALSE option. * The default method for quantile(x, prob) should now be monotone in prob, even in border cases, see PR#16672. * bug.report() now tries to extract an email address from a BugReports field, and if there is none, from a Contacts field. * The format() and print() methods for object.size() results get new options standard and digits; notably, standard = "IEC" and standard = "SI" allow more standard (but less common) abbreviations than the default ones, e.g. for kilobytes. (From contributions by Henrik Bengtsson.) * If a reference class has a validity method, validObject will be called automatically from the default initialization method for reference classes. * tapply() gets new option default = NA allowing to change the previously hardcoded value. * read.dcf() now consistently interprets any 'whitespace' to be stripped to include newlines. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() can now be increased by setting the environment variable R_MAX_NUM_DLLS before starting R. * Assigning to an element of a vector beyond the current length now over-allocates by a small fraction. The new vector is marked internally as growable, and the true length of the new vector is stored in the truelength field. This makes building up a vector result by assigning to the next element beyond the current length more efficient, though pre-allocating is still preferred. The implementation is subject to change and not intended to be used in packages at this time. * Loading the parallel package namespace no longer sets or changes the .Random.seed, even if R_PARALLEL_PORT is unset. NB: This can break reproducibility of output, and did for a CRAN package. * Methods "wget" and "curl" for download.file() now give an R error rather than a non-zero return value when the external command has a non-zero status. * Encoding name "utf8" is mapped to "UTF-8". Many implementations of iconv accept "utf8", but not GNU libiconv (including the late 2016 version 1.15). * sessionInfo() shows the full paths to the library or executable files providing the BLAS/LAPACK implementations currently in use (not available on Windows). * The binning algorithm used by bandwidth selectors bw.ucv(), bw.bcv() and bw.SJ() switches to a version linear in the input size n for n > nb/2. (The calculations are the same, but for larger n/nb it is worth doing the binning in advance.) * There is a new option PCRE_study which controls when grep(perl = TRUE) and friends 'study' the compiled pattern. Previously this was done for 11 or more input strings: it now defaults to 10 or more (but most examples need many more for the difference from studying to be noticeable). * grep(perl = TRUE) and friends can now make use of PCRE's Just-In-Time mechanism, for PCRE >= 8.20 on platforms where JIT is supported. It is used by default whenever the pattern is studied (see the previous item). (Based on a patch from Mikko Korpela.) This is controlled by a new option PCRE_use_JIT. Note that in general this makes little difference to the speed, and may take a little longer: its benefits are most evident on strings of thousands of characters. As a side effect it reduces the chances of C stack overflow in the PCRE library on very long strings (millions of characters, but see next item). Warning: segfaults were seen using PCRE with JIT enabled on 64-bit Sparc builds. * There is a new option PCRE_limit_recursion for grep(perl = TRUE) and friends to set a recursion limit taking into account R's estimate of the remaining C stack space (or 10000 if that is not available). This reduces the chance of C stack overflow, but because it is conservative may report a non-match (with a warning) in examples that matched before. By default it is enabled if any input string has 1000 or more bytes. (PR#16757) * getGraphicsEvent() now works on X11(type = "cairo") devices. Thanks to Frederick Eaton (for reviving an earlier patch). * There is a new argument onIdle for getGraphicsEvent(), which allows an R function to be run whenever there are no pending graphics events. This is currently only supported on X11 devices. Thanks to Frederick Eaton. * The deriv() and similar functions now can compute derivatives of log1p(), sinpi() and similar one-argument functions, thanks to a contribution by Jerry Lewis. * median() gains a formal ... argument, so methods with extra arguments can be provided. * strwrap() reduces indent if it is more than half width rather than giving an error. (Suggested by Bill Dunlap.) * When the condition code in if(.) or while(.) is not of length one, an error instead of a warning may be triggered by setting an environment variable, see the help page. * Formatting and printing of bibliography entries (bibentry) is more flexible and better documented. Apart from setting options(citation.bibtex.max = 99) you can also use print(, bibtex=TRUE) (or format(..)) to get the BibTeX entries in the case of more than one entry. This also affects citation(). Contributions to enable style = "html+bibtex" are welcome. C-LEVEL FACILITIES: * Entry points R_MakeExternalPtrFn and R_ExternalPtrFn are now declared in header Rinternals.h to facilitate creating and retrieving an R external pointer from a C function pointer without ISO C warnings about the conversion of function pointers. * There was an exception for the native Solaris C++ compiler to the dropping (in R 3.3.0) of legacy C++ headers from headers such as R.h and Rmath.h - this has now been removed. That compiler has strict C++98 compliance hence does not include extensions in its (non-legacy) C++ headers: some packages will need to request C++11 or replace non-C++98 calls such as lgamma: see SS1.6.4 of 'Writing R Extensions'. Because it is needed by about 70 CRAN packages, headers R.h and Rmath.h still declare use namespace std; when included on Solaris. * When included from C++, the R headers now use forms such as std::FILE directly rather than including the line using std::FILE; C++ code including these headers might be relying on the latter. * Headers R_ext/BLAS.h and R_ext/Lapack.h have many improved declarations including const for double-precision complex routines. _Inter alia_ this avoids warnings when passing 'string literal' arguments from C++11 code. * Headers for Unix-only facilities R_ext/GetX11Image.h, R_ext/QuartzDevice.h and R_ext/eventloop.h are no longer installed on Windows. * No-longer-installed headers GraphicsBase.h, RGraphics.h, Rmodules/RX11.h and Rmodules/Rlapack.h which had a LGPL license no longer do so. * HAVE_UINTPTR_T is now defined where appropriate by Rconfig.h so that it can be included before Rinterface.h when CSTACK_DEFNS is defined and a C compiler (not C++) is in use. Rinterface.h now includes C header stdint.h or C++11 header cstdint where needed. * Package tools has a new function package_native_routine_registration_skeleton() to assist adding native-symbol registration to a package. See its help and SS5.4.1 of 'Writing R Extensions' for how to use it. (At the time it was added it successfully automated adding registration to over 90% of CRAN packages which lacked it. Many of the failures were newly-detected bugs in the packages, e.g. 50 packages called entry points with varying numbers of arguments and 65 packages called entry points not in the package.) INSTALLATION on a UNIX-ALIKE: * readline headers (and not just the library) are required unless configuring with --with-readline=no. * configure now adds a compiler switch for C++11 code, even if the compiler supports C++11 by default. (This ensures that g++ 6.x uses C++11 mode and not its default mode of C++14 with 'GNU extensions'.) The tests for C++11 compliance are now much more comprehensive. For gcc < 4.8, the tests from R 3.3.0 are used in order to maintain the same behaviour on Linux distributions with long-term support. * An alternative compiler for C++11 is now specified with CXX11, not CXX1X. Likewise C++11 flags are specified with CXX11FLAGS and the standard (e.g., -std=gnu++11 is specified with CXX11STD. * configure now tests for a C++14-compliant compiler by testing some basic features. This by default tries flags for the compiler specified by CXX11, but an alternative compiler, options and standard can be specified by variables CXX14, CXX14FLAGS and CXX14STD (e.g., -std=gnu++14). * There is a new macro CXXSTD to help specify the standard for C++ code, e.g. -std=c++98. This makes it easier to work with compilers which default to a later standard: for example, with CXX=g++6 CXXSTD=-std=c++98 configure will select commands for g++ 6.x which conform to C++11 and C++14 where specified but otherwise use C++98. * Support for the defunct IRIX and OSF/1 OSes and Alpha CPU has been removed. * configure checks that the compiler specified by $CXX $CXXFLAGS is able to compile C++ code. * configure checks for the required header sys/select.h (or sys/time.h on legacy systems) and system call select and aborts if they are not found. * If available, the POSIX 2008 system call utimensat will be used by Sys.setFileTime() and file.copy(copy.date = TRUE). This may result in slightly more accurate file times. (It is available on Linux and FreeBSD but not macOS.) * The minimum version requirement for libcurl has been reduced to 7.22.0, although at least 7.28.0 is preferred and earlier versions are little tested. (This is to support Debian 7 'Wheezy' LTS and Ubuntu 'Precise' 12.04 LTS, although the latter is close to end-of-life.) * configure tests for a C++17-compliant compiler. The tests are experimental and subject to change in the future. INCLUDED SOFTWARE: * (Windows only) Tcl/Tk version 8.6.4 is now included in the binary builds. The tcltk*.chm help file is no longer included; please consult the online help at instead. * The version of LAPACK included in the sources has been updated to 3.7.0: no new routines have been added to R. PACKAGE INSTALLATION: * There is support for compiling C++14 or C++17 code in packages on suitable platforms: see 'Writing R Extensions' for how to request this. * The order of flags when LinkingTo other packages has been changed so their include directories come earlier, before those specified in CPPFLAGS. This will only have an effect if non-system include directories are included with -I flags in CPPFLAGS (and so not the default -I/usr/local/include which is treated as a system include directory on most platforms). * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). * Make variables with names containing CXX1X are deprecated in favour of those using CXX11, but for the time being are still made available _via_ file etc/Makeconf. Packages using them should be converted to the new forms and made dependent on R (>= 3.4.0).- And again that ldconfig call. Newline was obviously wrong. Hopefully correct now.- Jan Engelhardt asked for reverting the change to the ldconfig call. So be it.- improvements for a) calling /sbin/ldconfig, which no longer gives a warning b) unregistering info-pages in %preun instead of %postun- a change in OBS now requires a BuildRequire: shadow for some openSUSE releases.- upstream release 3.3.3 - Most important changes CHANGES IN R 3.3.3: NEW FEATURES: * Changes when redirection of a http:// URL to a https:// URL is encountered: * The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently). * (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl". * (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument. INSTALLATION on a UNIX-ALIKE: * The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11. UTILITIES: * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see SS8 of the 'R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(, , fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now should work wherever Sys.readlink() works, resolving PR#16725. * "Cincinnati" was missing an "n" in the precip dataset. * Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227). * getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184. * Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186. * format(x) for an illegal "POSIXlt" object x no longer segfaults. * methods(f) now also works for f "(" or "{". * (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206) * On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199) * pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200. * bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer. * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793. Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution). * findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.) * qbeta() underflowed too early in some very asymmetric cases. (PR#17178) * R CMD Rd2pdf had problems with packages with non-ASCII titles in .Rd files (usually the titles were omitted).- upstream release 3.3.2 - Most important changes CHANGES IN R 3.3.2: NEW FEATURES: * extSoftVersion() now reports the version (if any) of the readline library in use. * The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of eigen(). * Use options(deparse.max.lines=) to limit the number of lines recorded in .Traceback and other deparsing activities. * format() looks more regular, also for non-character atomic matrices. * abbreviate() gains an option named = TRUE. * The online documentation for package methods is extensively rewritten. The goals are to simplify documentation for basic use, to note old features not recommended and to correct out-of-date information. * Calls to setMethod() no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives. INSTALLATION and INCLUDED SOFTWARE: * Versions of the readline library >= 6.3 had been changed so that terminal window resizes were not signalled to readline: code has been added using a explicit signal handler to work around that (when R is compiled against readline >= 6.3). (PR#16604) * configure works better with Oracle Developer Studio 12.5. UTILITIES: * R CMD check reports more dubious flags in files src/Makevars[.in], including -w and -g. * R CMD check has been set up to filter important warnings from recent versions of gfortran with -Wall -pedantic: this now reports non-portable GNU extensions such as out-of-order declarations. * R CMD config works better with paths containing spaces, even those of home directories (as reported by Ken Beath). DEPRECATED AND DEFUNCT: * Use of the C/C++ macro NO_C_HEADERS is deprecated (no C headers are included by R headers from C++ as from R 3.3.0, so it should no longer be needed). BUG FIXES: * The check for non-portable flags in R CMD check could be stymied by src/Makevars files which contained targets. * (Windows only) When using certain desktop themes in Windows 7 or higher, Alt-Tab could cause Rterm to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.) * pretty(d, ..) behaves better for date-time d (PR#16923). * When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports. This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ClassExtends object when looking up superclasses in the cache. * sample(NA_real_) now works. * Packages using non-ASCII encodings in their code did not install data properly on systems using different encodings. * merge(df1, df2) now also works for data frames with column names "na.last", "decreasing", or "method". (PR#17119) * contour() caused a segfault if the labels argument had length zero. (Reported by Bill Dunlap.) * unique(warnings()) works more correctly, thanks to a new duplicated.warnings() method. * findInterval(x, vec = numeric(), all.inside = TRUE) now returns 0s as documented. (Reported by Bill Dunlap.) * (Windows only) R CMD SHLIB failed when a symbol in the resulting library had the same name as a keyword in the .def file. (PR#17130) * pmax() and pmin() now work with (more ?) classed objects, such as "Matrix" from the Matrix package, as documented for a long time. * axis(side, x = D) and hence Axis() and plot() now work correctly for "Date" and time objects D, even when "time goes backward", e.g., with decreasing xlim. (Reported by William May.) * str(I(matrix(..))) now looks as always intended. * plot.ts(), the plot() method for time series, now respects cex, lwd and lty. (Reported by Greg Werbin.) * parallel::mccollect() now returns a named list (as documented) when called with wait = FALSE. (Reported by Michel Lang.) * If a package added a class to a class union in another package, loading the first package gave erroneous warnings about "undefined subclass". * c()'s argument use.names is documented now, as belonging to the (C internal) default method. In "parallel", argument recursive is also moved from the generic to the default method, such that the formal argument list of base generic c() is just (...). * rbeta(4, NA) and similarly rgamma() and rnbinom() now return NaN's with a warning, as other r(), and as documented. (PR#17155) * Using options(checkPackageLicense = TRUE) no longer requires acceptance of the licence for non-default standard packages such as compiler. (Reported by Mikko Korpela.) * split(, *) now works even when the split off parts are long. (PR#17139) * min() and max() now also work correctly when the argument list starts with character(0). (PR#17160) * Subsetting very large matrices (prod(dim(.)) >= 2^31) now works thanks to Michael Schubmehl's PR#17158. * bartlett.test() used residual sums of squares instead of variances, when the argument was a list of lm objects. (Reported by Jens Ledet Jensen). * plot(, which = *) now correctly labels the contour lines for the standardized residuals for which = 6. It also takes the correct p in case of singularities (also for which = 5). (PR#17161) * xtabs(~ exclude) no longer fails from wrong scope, thanks to Suharto Anggono's PR#17147. * Reference class calls to methods() did not re-analyse previously defined methods, meaning that calls to methods defined later would fail. (Reported by Charles Tilford). * findInterval(x, vec, left.open = TRUE) misbehaved in some cases. (Reported by Dmitriy Chernykh.)- Fix typo in Group tag.- upstream release 3.3.1 - Most important changes CHANGES IN R 3.3.1: BUG FIXES: * R CMD INSTALL and hence install.packages() gave an internal error installing a package called description from a tarball on a case-insensitive file system. * match(x, t) (and hence x %in% t) failed when x was of length one, and either character and x and t only differed in their Encoding or when x and t where complex with NAs or NaNs. (PR#16885.) * unloadNamespace(ns) also works again when ns is a 'namespace', as from getNamespace(). * rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the correct limit. * length(baseenv()) is correct now. * pretty(d, ..) for date-time d rarely failed when "halfmonth" time steps were tried (PR#16923) and on 'inaccurate' platforms such as 32-bit windows or a configuration with --disable-long-double; see comment #15 of PR#16761. * In text.default(x, y, labels), the rarely(?) used default for labels is now correct also for the case of a 2-column matrix x and missing y. * as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0. * strtrim(""[0], 0[0]) now works. * Use of Ctrl-C to terminate a reverse incremental search started by Ctrl-R in the readline-based Unix terminal interface is now supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603) * diff() now keeps the "units" attribute, as subtraction already did, PR#16940.- further cleanup of spec file. Removed unneeded explicit Requires for libcairo2/libfreetype6/liblzma5/libreadline6 Removed removal of backup file that was meanwhile removed upstream.- clean up of spec file after comments from Jan Engelhardt in https://build.opensuse.org/request/show/393426 Some unneeded explicit BuildRequires removed.- tre.patch was removed.- and libbz2-devel needed, too.- added BuildRequires: bzip2 for i586.- upstream release 3.3.0 CHANGES IN R 3.3.0: SIGNIFICANT USER-VISIBLE CHANGES: * nchar(x, *)'s argument keepNA governing how the result for NAs in x is determined, gets a new default keepNA = NA which returns NA where x is NA, except for type = "width" which still returns 2, the formatting / printing width of NA. * All builds have support for https: URLs in the default methods for download.file(), url() and code making use of them. Unfortunately that cannot guarantee that any particular https: URL can be accessed. For example, server and client have to successfully negotiate a cryptographic protocol (TLS/SSL, ...) and the server's identity has to be verifiable _via_ the available certificates. Different access methods may allow different protocols or use private certificate bundles: we encountered a https: CRAN mirror which could be accessed by one browser but not by another nor by download.file() on the same Linux machine. NEW FEATURES: * The print method for methods() gains a byclass argument. * New functions validEnc() and validUTF8() to give access to the validity checks for inputs used by grep() and friends. * Experimental new functionality for S3 method checking, notably isS3method(). Also, the names of the R 'language elements' are exported as character vector tools::langElts. * str(x) now displays "Time-Series" also for matrix (multivariate) time-series, i.e. when is.ts(x) is true. * (Windows only) The GUI menu item to install local packages now accepts *.tar.gz files as well as *.zip files (but defaults to the latter). * New programmeR's utility function chkDots(). * D() now signals an error when given invalid input, rather than silently returning NA. (Request of John Nash.) * formula objects are slightly more "first class": e.g., formula() or new("formula", y ~ x) are now valid. Similarly, for "table", "ordered" and "summary.table". Packages defining S4 classes with the above S3/S4 classes as slots should be reinstalled. * New function strrep() for repeating the elements of a character vector. * rapply() preserves attributes on the list when how = "replace". * New S3 generic function sigma() with methods for extracting the estimated standard deviation aka "residual standard deviation" from a fitted model. * news() now displays R and package news files within the HTML help system if it is available. If no news file is found, a visible NULL is returned to the console. * as.raster(x) now also accepts raw arrays x assuming values in 0:255. * Subscripting of matrix/array objects of type "expression" is now supported. * type.convert("i") now returns a factor instead of a complex value with zero real part and missing imaginary part. * Graphics devices cairo_pdf() and cairo_ps() now allow non-default values of the cairographics 'fallback resolution' to be set. This now defaults to 300 on all platforms: that is the default documented by cairographics, but apparently was not used by all system installations. * file() gains an explicit method argument rather than implicitly using getOption("url.method", "default"). * Thanks to a patch from Tomas Kalibera, x[x != 0] is now typically faster than x[which(x != 0)] (in the case where x has no NAs, the two are equivalent). * read.table() now always uses the names for a named colClasses argument (previously names were only used when colClasses was too short). (In part, wish of PR#16478.) * (Windows only) download.file() with default method = "auto" and a ftps:// URL chooses "libcurl" if that is available. * The out-of-the box Bioconductor mirror has been changed to one using https://: use chooseBioCmirror() to choose a http:// mirror if required. * The data frame and formula methods for aggregate() gain a drop argument. * available.packages() gains a repos argument. * The undocumented switching of methods for url() on https: and ftps: URLs is confined to method = "default" (and documented). * smoothScatter() gains a ret.selection argument. * qr() no longer has a ... argument to pass additional arguments to methods. * [ has a method for class "table". * It is now possible (again) to replayPlot() a display list snapshot that was created by recordPlot() in a different R session. It is still not a good idea to use snapshots as a persistent storage format for R plots, but it is now not completely silly to use a snapshot as a format for transferring an R plot between two R sessions. The underlying changes mean that packages providing graphics devices (e.g., Cairo, RSvgDevice, cairoDevice, tikzDevice) will need to be reinstalled. Code for restoring snapshots was contributed by Jeroen Ooms and JJ Allaire. Some testing code is available at . * tools::undoc(dir = D) and codoc(dir = D) now also work when D is a directory whose normalizePath()ed version does not end in the package name, e.g. from a symlink. * abbreviate() has more support for multi-byte character sets - it no longer removes bytes within characters and knows about Latin vowels with accents. It is still only really suitable for (most) European languages, and still warns on non-ASCII input. abbreviate(use.classes = FALSE) is now implemented, and that is more suitable for non-European languages. * match(x, table) is faster (sometimes by an order of magnitude) when x is of length one and incomparables is unchanged, thanks to Peter Haverty (PR#16491). * More consistent, partly not back-compatible behavior of NA and NaN coercion to complex numbers, operations less often resulting in complex NA (NA_complex_). * lengths() considers methods for length and [[ on x, so it should work automatically on any objects for which appropriate methods on those generics are defined. * The logic for selecting the default screen device on OS X has been simplified: it is now quartz() if that is available even if environment variable DISPLAY has been set by the user. The choice can easily be overridden _via_ environment variable R_INTERACTIVE_DEVICE. * On Unix-like platforms which support the getline C library function, system(*,intern = TRUE) no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544) * rank() gains a ties.method = "last" option, for convenience (and symmetry). * regmatches(invert = NA) can now be used to extract both non-matched and matched substrings. * data.frame() gains argument fix.empty.names; as.data.frame.list() gets new cut.names, col.names and fix.empty.names. * plot(x ~ x, *) now warns that it is the same as plot(x ~ 1, *). * recordPlot() has new arguments load and attach to allow package names to be stored as part of a recorded plot. replayPlot() has new argument reloadPkgs to load/attach any package names that were stored as part of a recorded plot. * S4 dispatch works within calls to .Internal(). This means explicit S4 generics are no longer needed for unlist() and as.vector(). * Only font family names starting with "Hershey" (and not "Her" as before) are given special treatment by the graphics engine. * S4 values are automatically coerced to vector (via as.vector) when subassigned into atomic vectors. * findInterval() gets a left.open option. * The version of LAPACK included in the sources has been updated to 3.6.0, including those 'deprecated' routines which were previously included. _Ca_ 40 double-complex routines have been added at the request of a package maintainer. As before, the details of what is included are in src/modules/lapack/README and this now gives information on earlier additions. * tapply() has been made considerably more efficient without changing functionality, thanks to proposals from Peter Haverty and Suharto Anggono. (PR#16640) * match.arg(arg) (the one-argument case) is faster; so is sort.int(). (PR#16640) * The format method for object_size objects now also accepts "binary" units such as "KiB" and e.g., "Tb". (Partly from PR#16649.) * Profiling now records calls of the form foo::bar and some similar cases directly rather than as calls to . Contributed by Winston Chang. * New string utilities startsWith(x, prefix) and endsWith(x, suffix). Also provide speedups for some grepl("^...",*) uses (related to proposals in PR#16490). * Reference class finalizers run at exit, as well as on garbage collection. * Avoid parallel dependency on stats for port choice and random number seeds. (PR#16668) * The radix sort algorithm and implementation from data.table (forder) replaces the previous radix (counting) sort and adds a new method for order(). Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors. It outperforms all other methods, but there are some caveats (see ?sort). * The order() function gains a method argument for choosing between "shell" and "radix". * New function grouping() returns a permutation that stably rearranges data so that identical values are adjacent. The return value includes extra partitioning information on the groups. The implementation came included with the new radix sort. * rhyper(nn, m, n, k) no longer returns NA when one of the three parameters exceeds the maximal integer. * switch() now warns when no alternatives are provided. * parallel::detectCores() now has default logical = TRUE on all platforms - as this was the default on Windows, this change only affects Sparc Solaris. Option logical = FALSE is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint). * hist() for "Date" or "POSIXt" objects would sometimes give misleading labels on the breaks, as they were set to the day before the start of the period being displayed. The display format has been changed, and the shift of the start day has been made conditional on right = TRUE (the default). (PR#16679) * R now uses a new version of the logo (donated to the R Foundation by RStudio). It is defined in .svg format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version. Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon. * New function .traceback() returns the stack trace which traceback() prints. * lengths() dispatches internally. * dotchart() gains a pt.cex argument to control the size of points separately from the size of plot labels. Thanks to Michael Friendly and Milan Bouchet-Valat for ideas and patches. * as.roman(ch) now correctly deals with more diverse character vectors ch; also arithmetic with the resulting roman numbers works in more cases. (PR#16779) * prcomp() gains a new option rank. allowing to directly aim for less than min(n,p) PC's. The summary() and its print() method have been amended, notably for this case. * gzcon() gains a new option text, which marks the connection as text-oriented (so e.g. pushBack() works). It is still always opened in binary mode. * The import() namespace directive now accepts an argument except which names symbols to exclude from the imports. The except expression should evaluate to a character vector (after substituting symbols for strings). See Writing R Extensions. * New convenience function Rcmd() in package tools for invoking R CMD tools from within R. * New functions makevars_user() and makevars_site() in package tools to determine the location of the user and site specific Makevars files for customizing package compilation.- CHANGES IN R 3.2.5: BUG FIXES: • format.POSIXlt() behaved incorrectly in R 3.2.4. E.g. the output of format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE) ended in two "CEST" time formats. • A typo in the Makefile for src/extra/xz prevented builds of liblzma.a. (Notice that this will become unbundled in 3.3.0.)- upstrem releases minorst bug fix release NEWS: The 3.2.4 release had two annoyances which we would rather not have in an "ultra-stable" release, designed to hang around for the duration of the 3.3 series. One was a relatively minor Makefile issue affecting system using R's bundled lzma library. The other, rather more serious, affected printing and formatting of POSIXlt objects, which would unpredictably get the Daylight Savings Time wrong.- Some version numbers of recommended packages corrected- Release numbers for sub-packages improved- added MakefileTypo.patch to enable building for 12.2 was a one charcter show stopper- upstream release 3.2.4, only minor improvements CHANGES IN R 3.2.4: NEW FEATURES: • install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. • summary(x) now prints with less rounding when x contains infinite values. (Request of PR#16620.) • provideDimnames() gets an optional unique argument. • shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. (Response to PR#16636.) • The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). • smooth(x, *) now also works for long vectors. • tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. UTILITIES: • R CMD check will leave a log file build_vignettes.log from the re-building of vignettes in the .Rcheck directory if there is a problem, and always if environment variable _R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_ is set to a true value. DEPRECATED AND DEFUNCT: • Use of SUPPORT_OPENMP from header Rconfig.h is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) • The make macro AWK which is long unused by R itself but recorded in file etc/Makeconf is deprecated and will be removed in R 3.3.0. • The C header file S.h is no longer documented: its use should be replaced by R.h.- The big split up. What was a monolithic R-base*rpm now is divided over 30 something packages, with the following layout. R-base-3.2.3: dummy packages, contains all of R Use R-base, if you don´t have a good understandig what it means to install only parts of it! R-base-devel-3.2.3: dummy, contains R-core-devel R-core-3.2.3: R core, no packages at all R-core-devel-3.2.3: devel files R-core-libs-3.2.3: contains Rlib R-core-doc-3.2.3: all the documentation of R-core R-core-packages-3.2.3: dummy package to load all core packages, that are R-compiler-3.2.3, R-datasets-3.2.3, R-grDevices-3.2.3, R-graphics-3.2.3, R-grid-3.2.3, R-methods-3.2.3, R-parallel-3.2.3, R-splines-3.2.3, R-stats-3.2.3, R-stats4-3.2.3, R-tcltk-3.2.3, R-tools-3.2.3, R-utils-3.2.3. Each of these packages may be installed alone. R-recommended-packages-3.2.3: dummy package to load all recommeded packages, that are R-boot-1.3.17, R-class-7.3.14, R-cluster-2.0.3, R-codetools-0.2.14, R-foreign-0.8.66, R-KernSmooth-2.23.15, R-lattice-0.20.33, R-MASS-7.3.45, R-Matrix-1.2.3, R-Matrix-devel-1.2.3, R-mgcv-1.8.9, R-nlme-3.1.122, R-nnet-7.3.11, R-rpart-4.1.10, R-spatial-7.3.11, R-survival-2.38.3. Each of these packages may be installed alone.- Upstream release R-3.2.3 CHANGES IN R 3.2.3: NEW FEATURES: * Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) * (Windows) Compatibility information has been added to the manifests for Rgui.exe, Rterm.exe and Rscript.exe. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. * Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). * which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. * The 'emulation' part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. * (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. (Request of PR#16572.) * loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. * The included version of PCRE has been updated to 8.38, a bug-fix release. * View() now displays nested data frames in a more friendly way. (Request with patch in PR#15915.) INSTALLATION and INCLUDED SOFTWARE: * The included configuration code for libintl has been updated to that from gettext version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD). (Wish of PR#16464.) * configure has a new argument --disable-java to disable the checks for Java. * The configure default for MAIN_LDFLAGS has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than gcc (FreeBSD 10 defaults to clang). * configure now supports the OpenMP flags -fopenmp=libomp (clang) and -qopenmp (Intel C). * Various macros can be set to override the default behaviour of configure when detecting OpenMP: see file config.site. * Source installation on Windows has been modified to allow for MiKTeX installations without texi2dvi.exe. See file MkRules.dist. BUG FIXES: * regexpr(pat, x, perl = TRUE) with Python-style named capture did not work correctly when x contained NA strings. (PR#16484) * The description of dataset ToothGrowth has been improved/corrected. (PR#15953) * model.tables(type = "means") and hence TukeyHSD() now support "aov" fits without an intercept term. (PR#16437) * close() now reports the status of a pipe() connection opened with an explicit open argument. (PR#16481) * Coercing a list without names to a data frame is faster if the elements are very long. (PR#16467) * (Unix-only) Under some rare circumstances piping the output from Rscript or R -f could result in attempting to close the input file twice, possibly crashing the process. (PR#16500) * (Windows) Sys.info() was out of step with win.version() and did not report Windows 8. * topenv(baseenv()) returns baseenv() again as in R 3.1.0 and earlier. This also fixes compilerJIT(3) when used in .Rprofile. * detach()ing the methods package keeps .isMethodsDispatchOn() true, as long as the methods namespace is not unloaded. * Removed some spurious warnings from configure about the preprocessor not finding header files. (PR#15989) * rchisq(*, df=0, ncp=0) now returns 0 instead of NaN, and dchisq(*, df=0, ncp=*) also no longer returns NaN in limit cases (where the limit is unique). (PR#16521) * pchisq(*, df=0, ncp > 0, log.p=TRUE) no longer underflows (for ncp > ~60). * nchar(x, "w") returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1. It now knows about most zero-width characters and a few more double-width characters. * Help for which.min() is now more precise about behavior with logical arguments. (PR#16532) * The print width of character strings marked as "latin1" or "bytes" was in some cases computed incorrectly. * abbreviate() did not give names to the return value if minlength was zero, unlike when it was positive. * (Windows only) dir.create() did not always warn when it failed to create a directory. (PR#16537) * When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), grep() and related functions did not handle UTF-8 strings properly. (PR#16264) * read.dcf() sometimes misread lines longer than 8191 characters. (Reported by Herv'e Pag`es with a patch.) * within(df, ..) no longer drops columns whose name start with a ".". * The built-in HTTP server converted entire Content-Type to lowercase including parameters which can cause issues for multi-part form boundaries (PR#16541). * Modifying slots of S4 objects could fail when the methods package was not attached. (PR#16545) * splineDesign(*, outer.ok=TRUE) (splines) is better now (PR#16549), and interpSpline() now allows sparse=TRUE for speedup with non-small sizes. * If the expression in the traceback was too long, traceback() did not report the source line number. (Patch by Kirill M"uller.) * The browser did not truncate the display of the function when exiting with options("deparse.max.lines") set. (PR#16581) * When bs(*, Boundary.knots=) had boundary knots inside the data range, extrapolation was somewhat off. (Patch by Trevor Hastie.) * var() and hence sd() warn about factor arguments which are deprecated now. (PR#16564) * loess(*, weights = *) stored wrong weights and hence gave slightly wrong predictions for newdata. (PR#16587) * aperm(a, *) now preserves names(dim(a)). * poly(x, ..) now works when either raw=TRUE or coef is specified. (PR#16597) * data(package=*) is more careful in determining the path. * prettyNum(*, decimal.mark, big.mark): fixed bug introduced when fixing PR#16411.- Reverse the whole split. Back to the big package. Had user reports of broken installations. R-base, R-base-devel and R-base-libs are provided for now. The big split will come for 3.3.0- R-base was changed from a giant monolith to thirty-some packages. There were requests to use the libs without the interpreter. Furthermore it is now possible to use a frugal installation of R. The following binaries are built now: R-base-3.2.2-5.1.x86_64.rpm : A Meta-package. Use this, and it looks just like it looked the last 10 years. Requires base and recommended packages. R-base-devel-3.2.2-5.1.x86_64.rpm: Just for backward compatibility. R-core-3.2.2-5.1.x86_64.rpm R-core-libs-3.2.2-5.1.x86_64.rpm R-core-devel-3.2.2-5.1.x86_64.rpm : The R-core packages install a bare-bones R. No packages inculded. R-grid-3.2.2-5.1.x86_64.rpm R-graphics-3.2.2-5.1.x86_64.rpm R-grDevices-3.2.2-5.1.x86_64.rpm R-datasets-3.2.2-5.1.x86_64.rpm R-stats4-3.2.2-5.1.x86_64.rpm R-methods-3.2.2-5.1.x86_64.rpm R-tcltk-3.2.2-5.1.x86_64.rpm R-compiler-3.2.2-5.1.x86_64.rpm R-parallel-3.2.2-5.1.x86_64.rpm R-splines-3.2.2-5.1.x86_64.rpm R-stats-3.2.2-5.1.x86_64.rpm R-utils-3.2.2-5.1.x86_64.rpm R-tools-3.2.2-5.1.x86_64.rpm : All the base packages. R-recommended-3.2.2-5.1.x86_64.rpm : A meta-package including all recommended packages. R-cluster-2.0.3-5.1.x86_64.rpm R-nlme-3.1.121-5.1.x86_64.rpm R-lattice-0.20.33-5.1.x86_64.rpm R-class-7.3.13-5.1.x86_64.rpm R-Matrix-devel-1.2.2-5.1.x86_64.rpm R-codetools-0.2.14-5.1.x86_64.rpm R-survival-2.38.3-5.1.x86_64.rpm R-rpart-4.1.10-5.1.x86_64.rpm R-MASS-7.3.43-5.1.x86_64.rpm R-mgcv-1.8.7-5.1.x86_64.rpm R-foreign-0.8.65-5.1.x86_64.rpm R-nnet-7.3.10-5.1.x86_64.rpm R-Matrix-1.2.2-5.1.x86_64.rpm R-boot-1.3.17-5.1.x86_64.rpm R-KernSmooth-2.23.15-5.1.x86_64.rpm R-spatial-7.3.10-5.1.x86_64.rpm : All recommended packaged. Note: They now have their own version numbers, so it should be much easier to use newer Versions of the recommended packages. And the source RPM for all the above. R-base-3.2.2-5.1.src.rpm- Disable building man files for openSUSE:42.- Upstream release 3.2.2 - Most important CHANGES IN R 3.2.2: SIGNIFICANT USER-VISIBLE CHANGES: * It is now easier to use secure downloads from https:// URLs on builds which support them: no longer do non-default options need to be selected to do so. In particular, packages can be installed from repositories which offer https:// URLs, and those listed by setRepositories() now do so (for some of their mirrors). Support for https:// URLs is available on Windows, and on other platforms if support for libcurl was compiled in and if that supports the https protocol (system installations can be expected to do). So https:// support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of libcurl can be used). (Windows only) The default method for accessing URLs _via_ download.file() and url() has been changed to be "wininet" using Windows API calls. This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available). NEW FEATURES: * cmdscale() gets new option list. for increased flexibility when a list should be returned. * configure now supports texinfo version 6.0, which (unlike the change from 4.x to 5.0) is a minor update. (Wish of PR#16456.) * (Non-Windows only) download.file() with default method = "auto" now chooses "libcurl" if that is available and a https:// or ftps:// URL is used. * (Windows only) setInternet2(TRUE) is now the default. The command-line option --internet2 and environment variable R_WIN_INTERNET2 are now ignored. Thus by default the "internal" method for download.file() and url() uses the "wininet" method: to revert to the previous default use setInternet2(FALSE). This means that https:// can be read by default by download.file() (they have been readable by file() and url() since R 3.2.0). There are implications for how proxies need to be set (see ?download.file): also, cacheOK = FALSE is not supported. * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors in preference to HTTP mirrors. This changes the interpretation of their ind arguments: see their help pages. * capture.output() gets optional arguments type and split to pass to sink(), and hence can be used to capture messages. C-LEVEL FACILITIES: * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has the alloca.h header (it is needed to define alloca on Solaris and AIX, at least: see 'Writing R Extensions' for how to use it). INSTALLATION and INCLUDED SOFTWARE: * The libtool script generated by configure has been modified to support FreeBSD >= 10 (PR#16410). BUG FIXES: * The HTML help page links to demo code failed due to a change in R 3.2.0. (PR#16432) * If the na.action argument was used in model.frame(), the original data could be modified. (PR#16436) * getGraphicsEvent() could cause a crash if a graphics window was closed while it was in use. (PR#16438) * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type "expression". * strptime() could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.) * options(OutDec = s) now signals a warning (which will become an error in the future) when s is not a string with exactly one character, as that has been a documented requirement. * prettyNum() gains a new option input.d.mark which together with other changes, e.g., the default for decimal.mark, fixes some format()ting variants with non-default getOption("OutDec") such as in PR#16411. * download.packages() failed for type equal to either "both" or "binary". (Reported by Dan Tenenbaum.) * The dendrogram method of labels() is much more efficient for large dendrograms, now using rapply(). (Comment #15 of PR#15215) * The "port" algorithm of nls() could give spurious errors. (Reported by Radford Neal.) * Reference classes that inherited from reference classes in another package could invalidate methods of the inherited class. Fixing this requires adding the ability for methods to be "external", with the object supplied explicitly as the first argument, named .self. See "Inter-Package Superclasses" in the documentation. * readBin() could fail on the SPARC architecture due to alignment issues. (Reported by Radford Neal.) * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead of returning NaN. (PR#16475) * Auto-printing of S3 and S4 values now searches for print() in the base namespace and show() in the methods namespace instead of searching the global environment. * polym() gains a coefs = NULL argument and returns class "poly" just like poly() which gets a new simple=FALSE option. They now lead to correct predict()ions, e.g., on subsets of the original data. * rhyper(nn, ) now works correctly. (PR#16489) * ttkimage() did not (and could not) work so was removed. Ditto for tkimage.cget() and tkimage.configure(). Added two Ttk widgets and missing subcommands for Tk's image command: ttkscale(), ttkspinbox(), tkimage.delete(), tkimage.height(), tkimage.inuse(), tkimage.type(), tkimage.types(), tkimage.width(). (PR#15372, PR#16450) * getClass("foo") now also returns a class definition when it is found in the cache more than once.- Upstream release 3.2.1 - Improvement of build: include libcurl and texlive-dvips/ texlive-hevetic - Most important CHANGES IN R 3.2.1: NEW FEATURES: * utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. * install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. * nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. * news() more flexibly extracts dates from package NEWS.Rd files. * lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. * The included version of PCRE has been updated to 8.37, a bug-fix release. * diag() no longer duplicates a matrix when extracting its diagonal. * as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES: * acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. * as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. * On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. * apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). * (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) * (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) * A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) * Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) * Parse data for very long strings was not stored. (PR#16354) * plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) * The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) * If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) * The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) * The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). * Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. * The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) * cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. * summaryRprof() could fail when the profile contained only two records. (PR#16395) * HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) * arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) * slotNames(.) is now correct for "signature" objects (mostly used internally in methods). * On some systems, the first string comparison after a locale change would result in NA.- Upstream release 3.2.0 - Most important CHANGES IN 3.2.0: NEW FEATURES: * anyNA() gains a recursive argument. * When x is missing and names is not false (including the default value), Sys.getenv(x, names) returns an object of class "Dlist" and hence prints tidily. * (Windows.) shell() no longer consults the environment variable SHELL: too many systems have been encountered where it was set incorrectly (usually to a path where software was compiled, not where it was installed). R_SHELL, the preferred way to select a non-default shell, can be used instead. * Some unusual arguments to embedFonts() can now be specified as character vectors, and the defaults have been changed accordingly. * Functions in the Summary group duplicate less. (PR#15798) * (Unix-alikes.) system(cmd, input = ) now uses 'shell-execution-environment' redirection, which will be more natural if cmd is not a single command (but requires a POSIX-compliant shell). (Wish of PR#15508) * read.fwf() and read.DIF() gain a fileEncoding argument, for convenience. * Graphics devices can add attributes to their description in .Device and .Devices. Several of those included with R use a "filepath" attribute. * pmatch() uses hashing in more cases and so is faster at the expense of using more memory. (PR#15697) * pairs() gains new arguments to select sets of variables to be plotted against each other. * file.info(, extra_cols = FALSE) allows a minimal set of columns to be computed on Unix-alikes: on some systems without properly-configured caching this can be significantly faster with large file lists. * New function dir.exists() in package base to test efficiently whether one or more paths exist and are directories. * dput() and friends gain new controls hexNumeric and digits17 which output double and complex quantities as, respectively, binary fractions (exactly, see sprintf("%a")) and as decimals with up to 17 significant digits. * save(), saveRDS() and serialize() now support ascii = NA which writes ASCII files using sprintf("%a") for double/complex quantities. This is read-compatible with ascii = TRUE but avoids binary->decimal->binary conversions with potential loss of precision. Unfortunately the Windows C runtime's lack of C99 compliance means that the format cannot be read correctly there in R before 3.1.2. * The default for formatC(decimal.mark =) has been changed to be getOption("OutDec"); this makes it more consistent with format() and suitable for use in print methods, e.g. those for classes "density", "ecdf", "stepfun" and "summary.lm". getOption("OutDec") is now consulted by the print method for class "kmeans", by cut(), dendrogram(), plot.ts() and quantile() when constructing labels and for the report from legend(trace = TRUE). (In part, wish of PR#15819.) * printNum() and hence format() and formatC() give a warning if big.mark and decimal.mark are set to the same value (period and comma are not uncommonly used for each, and this is a check that conventions have not got mixed). * merge() can create a result which uses long vectors on 64-bit platforms. * dget() gains a new argument keep.source which defaults to FALSE for speed (dput() and dget() are most often used for data objects where this can make dget() many times faster). * Packages may now use a file of common macro definitions in their help files, and may import definitions from other packages. * A number of macros have been added in the new share/Rd directory for use in package overview help pages, and promptPackage() now makes use of them. * tools::parse_Rd() gains a new permissive argument which converts unrecognized macros into text. This is used by utils:::format.bibentry to allow LaTeX markup to be ignored. * options(OutDec =) can now specify a multi-byte character, e.g., options(OutDec = "\u00b7") in a UTF-8 locale. * is.recursive(x) is no longer true when x is an external pointer, a weak reference or byte code; the first enables all.equal(x, x) when x <- getClass(.). * ls() (aka objects()) and as.list.environment() gain a new argument sorted. * The "source" attribute (which has not been added to functions by R since before R version 2.14.0) is no longer treated as special. * Function returnValue() has been added to give on.exit() code access to a function's return value for debugging purposes. * crossprod(x, y) allows more matrix coercions when x or y are vectors, now equalling t(x) %*% y in these cases (also reported by Radford Neal). Similarly, tcrossprod(x,y) and %*% work in more cases with vector arguments. * Utility function dynGet() useful for detecting cycles, aka infinite recursions. * The byte-code compiler and interpreter include new instructions that allow many scalar subsetting and assignment and scalar arithmetic operations to be handled more efficiently. This can result in significant performance improvements in scalar numerical code. * apply(m, 2, identity) is now the same as the matrix m when it has _named_ row names. * A new function debuggingState() has been added, allowing to temporarily turn off debugging. * example() gets a new optional argument run.donttest and tools::Rd2ex() a corresponding commentDonttest, with a default such that example(..) in help examples will run \donttest code only if used interactively (a change in behaviour). * rbind.data.frame() gains an optional argument make.row.names, for potential speedup. * New function extSoftVersion() to report on the versions of third-party software in use in this session. Currently reports versions of zlib, bzlib, the liblzma from xz, PCRE, ICU, TRE and the iconv implementation. A similar function grSoftVersion() in package grDevices reports on third-party graphics software. Function tcltk::tclVersion() reports the Tcl/Tk version. * Calling callGeneric() without arguments now works with primitive generics to some extent. * vapply(x, FUN, FUN.VALUE) is more efficient notably for large length(FUN.VALUE); as extension of PR#16061. * as.table() now allows tables with one or more dimensions of length 0 (such as as.table(integer())). * names(x) <- NULL now clears the names of call and ... objects. * library() will report a warning when an insufficient dependency version is masking a sufficient one later on the library search path. * A new plot() method for class "raster" has been added. * New check_packages_in_dir_changes() function in package tools for conveniently analyzing how changing sources impacts the check results of their reverse dependencies. * Speed-up from Peter Haverty for ls() and methods:::.requirePackage() speeding up package loading. (PR#16133) * New get0() function, combining exists() and get() in one call, for efficiency. * match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. * topenv() has been made .Internal() for speedup, based on Peter Haverty's proposal in PR#16140. * getOption() no longer calls options() in the main case. * Optional use of libcurl (version 7.28.0 from Oct 2012 or later) for Internet access: * capabilities("libcurl") reports if this is available. * libcurlVersion() reports the version in use, and other details of the "libcurl" build including which URL schemes it supports. * curlGetHeaders() retrieves the headers for http://, https://, ftp:// and ftps:// URLs: analysis of these headers can provide insights into the `existence' of a URL (it might for example be permanently redirected) and is so used in R CMD check --as-cran. * download.file() has a new optional method "libcurl" which will handle more URL schemes, follow redirections, and allows simultaneous downloads of multiple URLs. * url() has a new method "libcurl" which handles more URL schemes and follows redirections. The default method is controlled by a new option url.method, which applies also to the opening of URLs _via_ file() (which happens implicitly in functions such as read.table.) * When file() or url() is invoked with a https:// or ftps:// URL which the current method cannot handle, it switches to a suitable method if one is available. * (Windows.) The DLLs internet.dll and internet2.dll have been merged. In this version it is safe to switch (repeatedly) between the internal and Windows internet functions within an R session. The Windows internet functions are still selected by flag - -internet2 or setInternet2(). This can be overridden for an url() connection _via_ its new method argument. download.file() has new method "wininet", selected as the default by --internet2 or setInternet2(). * parent.env<- can no longer modify the parent of a locked namespace or namespace imports environment. Contributed by Karl Millar. * New function isLoadedNamespace() for readability and speed. * names(env) now returns all the object names of an environment env, equivalently to ls(env, all.names = TRUE, sorted = FALSE) and also to the names of the corresponding list, names(as.list(env, all.names = TRUE)). Note that although names() returns a character vector, the names have no particular ordering. * The memory manager now grows the heap more aggressively. This reduces the number of garbage collections, in particular while data or code are loaded, at the expense of slightly increasing the memory footprint. * New function trimws() for removing leading/trailing whitespace. * cbind() and rbind() now consider S4 inheritance during S3 dispatch and also obey deparse.level. * cbind() and rbind() will delegate recursively to methods::cbind2 (methods::rbind2) when at least one argument is an S4 object and S3 dispatch fails (due to ambiguity). * (Windows.) download.file(quiet = FALSE) now uses text rather than Windows progress bars in non-interactive use. * New function hsearch_db() in package utils for building and retrieving the help search database used by help.search(), along with functions for inspecting the concepts and keywords in the help search database. * New function .getNamespaceInfo(), a no-check version of getNamespaceInfo() mostly for internal speedups. * The help search system now takes \keyword entries in Rd files which are not standard keywords (as given in KEYWORDS in the R documentation directory) as concepts. For standard keyword entries the corresponding descriptions are additionally taken as concepts. * New lengths() function for getting the lengths of all elements in a list. * New function toTitleCase() in package tools, tailored to package titles. * The matrix methods of cbind() and rbind() allow matrices as inputs which have 2^31 or more elements. (For cbind(), wish of PR#16198.) * The default method of image() has an explicit check for a numeric or logical matrix (which was always required). * URLencode() will not by default encode further URLs which appear to be already encoded. * BIC(mod) and BIC(mod, mod2) now give non-NA numbers for arima() fitted models, as nobs(mod) now gives the number of "used" observations for such models. This fixes PR#16198, quite differently than proposed there. * The print() methods for "htest", "pairwise.htest" and "power.htest" objects now have a digits argument defaulting to (a function of) getOption("digits"), and influencing all printed numbers coherently. Unavoidably, this changes the display of such test results in some cases. * Code completion for namespaces now recognizes all loaded namespaces, rather than only the ones that are also attached. * The code completion mechanism can now be replaced by a user-specified completer function, for (temporary) situations where the usual code completion is inappropriate. * unzip() will now warn if it is able to detect truncation when unpacking a file of 4GB or more (related to PR#16243). * methods() reports S4 in addition to S3 methods; output is simplified when the class argument is used. .S3methods() and methods::.S4methods() report S3 and S4 methods separately. * Higher order functions such as the apply functions and Reduce() now force arguments to the functions they apply in order to eliminate undesirable interactions between lazy evaluation and variable capture in closures. This resolves PR#16093. INSTALLATION and INCLUDED SOFTWARE: * The \donttest sections of R's help files can be tested by make check TEST_DONTTEST=TRUE . * It is possible to request the use of system valgrind headers _via_ configure option --with-system-valgrind-headers: note the possible future incompatibility of such headers discussed in the 'R Installation and Administration' manual. (Wish of PR#16068.) * The included version of liblzma has been updated to xz-utils 5.0.7 (minor bug fixes from 5.0.5). * configure options --with-system-zlib, --with-system-bzlib and - -with-system-pcre are now the default. For the time being there is fallback to the versions included in the R sources if no system versions are found or (unlikely) if they are too old. Linux users should check that the -devel or -dev versions of packages zlib, bzip2/libbz2 and pcre as well as xz-devel/liblzma-dev (or similar names) are installed. * configure by default looks for the texi2any script from texinfo 5.1 or later, rather than the makeinfo program. (makeinfo is a link to the Perl script texi2any in texinfo 5.x.) * R CMD INSTALL gains an option --built-timestamp=STAMP allowing 100% reproducible package building, thanks to Dirk Eddelbuettel. UTILITIES: * There is support for testing the \dontrun and \donttest parts of examples in packages. tools::testInstalledPackage() accepts new arguments commentDontrun = FALSE and commentDonttest = FALSE. R CMD check gains options --run-dontrun and --run-donttest. * The HTML generated by tools::Rd2HTML() and tools::toHTML() methods is now 'XHTML 1.0 Strict'. * The compiler package's utility function setCompilerOptions() now returns the old values invisibly. The initial optimization level can also be set with the environment variable R_COMPILER_OPTIMIZE. * R CMD build adds a NeedsCompilation field if one is not already present in the DESCRIPTION file. * R CMD check gains option --test-dir to specify an alternative set of tests to run. * R CMD check will now by default continue with testing after many types of errors, and will output a summary count of errors at the end if any have occurred. * R CMD check now checks that the Title and Description fields are correctly terminated. * R CMD check --as-cran now: * checks a README.md file can be processed: this needs pandoc installed. * checks the existence and accessibility of URLs in the DESCRIPTION, CITATION, NEWS.Rd and README.md files and in the help files (provided the build has libcurl support). * reports non-ASCII characters in R source files when there is no package encoding declared in the DESCRIPTION file. * reports (apparent) S3 methods exported but not registered. * reports overwriting registered S3 methods from base/recommended packages. (Such methods are replaced in the affected package for the rest of the session, even if the replacing namespace is unloaded.) * reports if the Title field does not appear to be in title case (see 'Writing R Extensions': there may be false positives, but note that technical words should be single-quoted and will then be accepted). Most of these checks can also be selected by environment variables: see the 'R Internals' manual. C-LEVEL FACILITIES: * New C API utility logspace_sum(logx[], n). * Entry points rbinom_mu, rnbinom_mu and rmultinom are remapped (by default) to Rf_rbinom_mu etc. This requires packages using them to be re-installed. * .C(DUP = FALSE) and .Fortran(DUP = FALSE) are now ignored, so arguments are duplicated if DUP = TRUE would do so. As their help has long said, .Call() is much preferred. * New entry point R_allocLD, like R_alloc but guaranteed to have sufficient alignment for long double pointers. * isPairList() now returns TRUE for DOTSXP. WINDOWS BUILD CHANGES: A number of changes to the Windows build system are in development. The following are currently in place. * Installation using external binary distributions of zlib, bzip2, liblzma, pcre, libpng, jpeglib and libtiff is now required, and the build instructions have been revised. * A new make target rsync-extsoft has been added to obtain copies of the external libraries from CRAN. * Building the manuals now requires texi2any from texinfo 5.1 or later. CRAN binary builds include the manuals, but by default builds from source will not, and they will be accessed from CRAN. See the comments in src/gnuwin32/MkRules.dist for how to specify the location of texi2any. * (Windows) Changes have been made to support an experimental Windows toolchain based on GCC 4.9.2. The default toolchain continues to be based on GCC 4.6.3, as the new toolchain is not yet stable enough. A change to a new toolchain is expected during the R 3.2.x lifetime. PACKAGE INSTALLATION: * (Windows) The use of macro ZLIB_LIBS in file src/Makevars.win (which has not been documented for a long time) now requires an external libz.a to be available (it is part of the 'goodies' used to compile Windows binary packages). It would be simpler to use - lz instead. * The default for option pkgType on platforms using binary packages is now "both", so source packages will be tried if binary versions are not available or not up to date. There are options for what install.packages(type = "both") (possibly called _via_ update.packages()) will do if compilation of a source package is desirable: see ?options (under utils). If you intend not to accept updates as source packages, you should use update.packages(type = "binary"). DEPRECATED AND DEFUNCT: * download.file(method = "lynx") is defunct. * Building R using the included versions of zlib, bzip2, xz and PCRE is deprecated: these are frozen (bar essential bug-fixes) and will be removed for R 3.3.0. * The configure option --with-valgrind-instrumentation=3 has been withdrawn, as it did not work with recent valgrind headers: it is now treated as level 2. * The MethodsList class in package methods had been deprecated in R 2.11.0 and is defunct now. Functions using it are defunct if they had been deprecated in R 2.11.0, and are deprecated now, otherwise. BUG FIXES: * Fixed two obscure bugs in pairlist subassignment, reported by Radford Neal as part of pqR issue 16. * Fixes for bugs in handling empty arguments and argument matching by name in log(). * all.equal() gains methods for environments and refClasses. * [<- and [[<- gain S4 data.frame methods to avoid corruption of S4 class information by the S3 methods. * callNextMethod() should now work within a .local call when ... is absent from formals(.local). * dput(pairlist(x)) generates a call to the pairlist constructor instead of the list constructor. * Fix missing() when arguments are propagated through ... . (PR#15707) * eigen(m) now defaults to symmetric = TRUE even when the dimnames are asymmetric if the matrix is otherwise symmetric. (PR#16151) * Fix issues with forwarding ... through callGeneric() and callNextMethod(). (PR#16141) * callGeneric() now works after a callNextMethod(). * Subclass information is kept consistent when replacing an ordinary S4 class with an "old class" _via_ the S4Class argument to setOldClass(). Thus, for example, a data.frame is valid for a list argument in the signature, and a factor is valid for vector arguments. * In qbeta() the inversion of pbeta() is much more sophisticated. This works better in corner cases some of which failed completely previously (PR#15755), or were using too many iterations. * Auto-printing no longer duplicates objects when printing is dispatched to a method. * kmeans(x, k) would fail when nrow(x) >= 42949673. (Comment 6 of PR#15364) * 'Abbreviated' locale-specific day and month names could have been truncated in those rare locales where there are the same as the full names. * An irrelevant warning message from updating subclass information was silenced (the namespace would not be writable in this case).- Upstream release 3.1.3 - Most important CHANGES IN R 3.1.3: NEW FEATURES: * The internal method of download.file() can now handle files larger than 2GB on 32-bit builds which support such files (tested on 32-bit R running on 64-bit Windows). * kruskal.test() warns on more types of suspicious input. * The as.dendrogram() method for "hclust" objects gains a check argument protecting against memory explosion for invalid inputs. * capabilities() has a new item long.double which indicates if the build uses a long double type which is longer than double. * nlm() no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958) * icuSetCollate() now accepts locale = "ASCII" which uses the basic C function strcmp and so collates strings byte-by-byte in numerical order. * sessionInfo() tries to report the OS version in use (not just that compiled under, and including details of Linux distributions). * model.frame() (used by lm() and many other modelling functions) now warns when it drops contrasts from factors. (Wish of PR#16119) * install.packages() and friends now accept the value type = "binary" as a synonym for the native binary type on the platform (if it has one). * Single source or binary files can be supplied for install.packages(type = "both") and the appropriate type and repos = NULL will be inferred. * New function pcre_config() to report on some of the configuration options of the version of PCRE in use. In particular, this reports if regular expressions using \p{xx} are supported. * (Windows.) download.file(cacheOK = FALSE) is now supported when internet2.dll is used. * browseURL() has been updated to work with Firefox 36.0 which has dropped support for the -remote interface. INSTALLATION and INCLUDED SOFTWARE: * The included version of PCRE has been updated to 8.36. * configure accepts MAKEINFO=texi2any as another way to ensure texinfo 5.x is used when both 5.x and 4.x are installed. UTILITIES: * R CMD check now checks the packages used in \donttest sections of the examples are specified in the DESCRIPTION file. (These are needed to run the examples interactively.) * R CMD check checks for the undeclared use of GNU extensions in Makefiles, and for Makefiles with a missing final linefeed. R CMD build will correct line endings in all Makefiles, not just those in the src directory. * R CMD check notes uses of library() and require() in package code: see the section 'Suggested packages' of 'Writing R Extensions' for good practice. DEPRECATED AND DEFUNCT: * The configure option --with-valgrind-instrumentation=3 is deprecated and will be removed in R 3.2.0. BUG FIXES: * (Windows.) Rscript.exe was missing a manifest specifying the modern style for common controls (e.g., the download progress bar). * If a package had extra documentation files but no vignette, the HTML help system produced an empty index page. * The parser now gives an error if a null character is included in a string using Unicode escapes. (PR#16046) * qr.Q() failed on complex arguments due to pre-3.0(!) typo. (PR#16054) * abs() failed with named arguments when the argument was complex. (PR#16047) * "noquote" objects may now be used as columns in dataframes. (PR#15997) * Some values with extremely long names were printed incorrectly. (PR#15999) * Extremely large exponents on zero expressed in scientific notation (e.g. 0.0e50000) could give NaN. (PR#15976) * download.file() reported downloaded sizes as 0KB if less than 1MB, only for R 3.1.2 and only on big-endian platforms. * prompt() did not escape percent signs in the automatically generated usage section of help files. * drop.terms() dropped some of the attributes of the object it was working with. (PR#16029) * (Windows.) The command completion in Rgui.exe messed up the console. (PR#15791) * (Windows.) The choose.files() command returned a blank string when the user asked for a single file but cancelled the request. (PR#16074) * Math2 S4 group generics failed to correctly dispatch "structure"- and "nonStructure"-derived classes. * loadNamespace() imposed undocumented restrictions on the versionCheck parameter. (Reported by Geoff Lee.) * Rare over-runs detected by AddressSanitizer in substr() and its replacement version have been avoided. _Inter alia_ that fix gives the documented behaviour for substr(x, 1, 2) <- "" (subsequently reported as PR#16214). * Loading packages incorrectly defining an S4 generic followed by a function of the same name caused an erroneous cyclic namespace dependency error. * Declared vignette encodings are now always passed to the vignette engine. * Port Tomas Kalibera's fix from R-devel that restores the loadMethod() fast path, effectively doubling the speed of S4 dispatch. * power.t.test() and power.prop.test() now make use of the extendInt option of uniroot() and hence work in more extreme cases. (PR#15792) * If a package was updated and attached when its namespace was already loaded, it could end up with parts from one version and parts from the other. (PR#16120) * tools:::.Rdconv() didn't accept --encoding= due to a typo. (PR#16121) * Unix-alike builds without a suitable makeinfo were documented to link the missing HTML manuals to CRAN, but did not. * save(*, ascii=TRUE) and load() now correctly deal with NaN's. (PR#16137) * split.Date() retains fractional representations while avoiding incomplete class propagation. * R_ext/Lapack.h had not been updated for changes made by LAPACK to the argument lists of its (largely internal) functions dlaed2 and dlaed3. (PR#16157) * RShowDoc("NEWS", "txt") had not been updated for the layout changes of R 3.1.0. * The xtfrm() method for class "Surv" has been corrected and its description expanded. * mode(x) <- y would incorrectly evaluate x before changing its mode. (PR#16215) * besselJ(1, 2^64) and besselY(..) now signal a warning, returning NaN instead of typically segfaulting. (Issue 3 of PR#15554) * HTML conversion of \href markup in .Rd files did not remove the backslash from \% and so gave an invalid URL. In a related change, the \ escape is now required in such URLs.- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like older SLE releases).- Upstream release 3.1.2 - Most important CHANGES IN R 3.1.2: NEW FEATURES: * embedFonts() now defaults to format = "ps2write" for .ps and .eps files. This is available in Ghostscript 9.x (since 2010) whereas the previous default, format = "pswrite", was removed in Ghostscript 9.10. * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a point mass at exp(mulog) rather than return NaN (for an error). * capabilities() now reports if ICU is compiled in for use for collation (it is only actually used if a suitable locale is set for collation, and never for a C locale). * (OS X only.) Package tcltk checks when loaded if it is linked against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk component and the X11 libraries are installed. This allows more informative error messages to be given advising the installation of the missing component or of XQuartz. The X11() device and X11-based versions of the data editor and viewer (invoked by edit() and View() for data frames and matrices from command-line R) check that the X11 libraries are installed and if not advises installing XQuartz. * icuSetCollate() allows locale = "default", and locale = "none" to use OS services rather than ICU for collation. Environment variable R_ICU_LOCALE can be used to set the default ICU locale, in case the one derived from the OS locale is inappropriate (this is currently necessary on Windows). * New function icuGetCollate() to report on the ICU collation locale in use (if any). * utils::URLencode() was updated to use unreserved and reserved characters from RFC 3986, , instead of RFC 1738. * unique(warnings()) and c(warnings()) are now supported. * The Bioconductor 'version' used by setRepositories() now defaults to 3.0. (It can be set at runtime _via_ environment variable R_BIOC_VERSION.) INSTALLATION and INCLUDED SOFTWARE: * The configure script reports on the more important capabilities/options which will not be compiled in. More types of external BLAS are recognized by name in that report. * When building R as a shared library, the -L${R_HOME}/lib${R_ARCH} flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. install-libR in a library mentioned in LDFLAGS (and not in 'your system's library directory' as documented). (Wish of PR#15790.) * LaTeX package upquote is no longer required for R's use of inconsolata. * (Windows only) If both 32 and 64 bit versions of R are installed, the bin/R.exe and bin/Rscript.exe executables now run 64 bit R. (To run 32 bit R, overwrite these files with copies of bin/i386/Rfe.exe.) UTILITIES: * Running R CMD check with _R_CHECK_DEPENDS_ONLY_ true now makes the VignetteBuilder packages available even if they are listed in Suggests, since they are needed to recognise and process non-Sweave vignettes. * R CMD check now reports empty importFrom declarations in a NAMESPACE file, as these are common errors (writing importFrom(Pkg) where import(Pkg) was intended). * R CMD check now by default checks code usage directly on the package namespace without loading and attaching the package and its suggests and enhances. For good practice with packages in the Suggests field, see SS1.1.3.1 of 'Writing R Extensions'. For use of lazy-data objects in the package's own code, see ?data. BUG FIXES: * dmultinom() did not handle non-finite probabilities correctly. * prettyNum(x, zero.print=*) now also works when x contains NAs. * A longstanding bug exhibited by nlminb() on Windows was traced to a compiler bug in gcc 4.6.3; a workaround has been put in place. (PR#15244 and PR#15914). * Rendering of \command in HTML versions of help pages has been improved: this is particularly evident on the help page for INSTALL. * as.hexmode(x) and as.octmode(x) now behave correctly for some numeric x, e.g., c(NA, 1) or c(1, pi). * drop1() failed if the scope argument had no variables to drop. (PR#15935) * edit() (and hence fix()) failed if an object had a non-character attribute named "source" (an attribute that had been used in R prior to version 2.14.0). * callGeneric() could fail if the generic had ... as a formal argument. (PR#15937). * Forking in package parallel called C entry point exit in the child. This was unsafe (_exit should have been called), and could flush stdin of the main R process (seen most often on Solaris). As good practice, stdout is now flushed before forking a child. * R objects such as list(`a\b` = 1) now print correctly. * getAnywhere("C_pbinom") now returns correctly a single object (rather than unlisting it). * The confint() method for nls() fits failed it these has specified parameter limits despite using an algorithm other than "port". (PR#15960) * Subclassing an S4 class failed if the class required arguments to the generator, through its initialize() method. * removeSource() did not properly handle expressions containing arguments that were supplied as missing, e.g. x[i,]. (PR#15957) * as.environment(list()) now works, and as.list() of such an environment is now the same as list(). * Several tcltk functions failed when run in unusual environments. (PR#15970) * options(list()) now works (trivially). (PR#15979) * merge(, ..) now works correctly for two `independent' dendrograms (PR#15648), and still compatibly via adjust = "auto" e.g. for two branches of an existing dendrogram. * The plot method for "hclust" objects gets an optional argument check; When that is true (the default) it checks more carefully for valid input. * (Windows only) If a user chose to install 64 bit R but not 32 bit R, the bin/R and bin/Rscript executables failed to run. (PR#15981) * Various possible buffer overruns have been prevented, and missed memory protection added. (PR#15990) * Rscript no longer passes --args to R when there are no extra ("user") arguments. * objects like getClass("refClass")@prototype now print() and str() without error. * identical() now also looks at the S4 bit. * hist(x, breaks) is more robust in adding a small fuzz to few breaks when some are very large. (PR#15988) * sub() and gsub() did not handle regular expressions like "\s{2,}" properly if the text contained NA or non-ascii elements in a UTF-8 locale. Part of this was due to a bug in the TRE library. (PR#16009) * RShowDoc("NEWS") now displays the PDF version. * Matrices and arrays with last dimension zero did not print at all or incompletely. (PR#16012) * plot.histogram() and hence hist() now respect the xaxs, yaxs and lab graphics parameters. (PR#16021) * bw.SJ(x) and other bw.*() no longer segfault when x contains non-finite values. (PR#16024) * R CMD Rd2pdf unintentionally ignored its --os option. * The internal method of download.file() was not reporting file sizes and progress correctly on files larger than 2GB (inherited from libxml2). This is corrected for 64-bit builds (32-bit platforms may not support such files, but where possible will be supported in future versions of R). * Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (via Rprofile). (PR#16042) * Adjust X11 auto-launch detection in DISPLAY on OS X to recognize latest XQuartz.s390zl21 1652330366  !"#$%&'()*+,-./0123456789:dededeenenenfrfrfrkokokokokokoplplpl0.20.45-bp154.2.2140.20.45-bp154.2.214    latticeCITATIONDESCRIPTIONINDEXMetaRd.rdsdata.rdsdemo.rdsfeatures.rdshsearch.rdslinks.rdsnsInfo.rdspackage.rdsNAMESPACENEWSRlatticelattice.rdblattice.rdxdataRdata.rdbRdata.rdsRdata.rdxdemointervals.Rlabels.Rlattice.Rpanel.RhelpAnIndexaliases.rdslattice.rdblattice.rdxpaths.rdshtml00Index.htmlR.csslibslattice.sopodeLC_MESSAGESR-lattice.moen@quotLC_MESSAGESR-lattice.mofrLC_MESSAGESR-lattice.moitLC_MESSAGESR-lattice.mokoLC_MESSAGESR-lattice.moplLC_MESSAGESR-lattice.mo/usr/lib64/R/library//usr/lib64/R/library/lattice//usr/lib64/R/library/lattice/Meta//usr/lib64/R/library/lattice/R//usr/lib64/R/library/lattice/data//usr/lib64/R/library/lattice/demo//usr/lib64/R/library/lattice/help//usr/lib64/R/library/lattice/html//usr/lib64/R/library/lattice/libs//usr/lib64/R/library/lattice/po//usr/lib64/R/library/lattice/po/de//usr/lib64/R/library/lattice/po/de/LC_MESSAGES//usr/lib64/R/library/lattice/po/en@quot//usr/lib64/R/library/lattice/po/en@quot/LC_MESSAGES//usr/lib64/R/library/lattice/po/fr//usr/lib64/R/library/lattice/po/fr/LC_MESSAGES//usr/lib64/R/library/lattice/po/it//usr/lib64/R/library/lattice/po/it/LC_MESSAGES//usr/lib64/R/library/lattice/po/ko//usr/lib64/R/library/lattice/po/ko/LC_MESSAGES//usr/lib64/R/library/lattice/po/pl//usr/lib64/R/library/lattice/po/pl/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/631de92c3583835c071931756906c7ac-R-basecpioxz5s390x-suse-linuxdirectoryASCII textHTML document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ec7b63b5b0c9bcea0291a61b8cc72d107715c3d, strippedRRRR|b:utf-89c9f04b16e6376e2194b59a99762c108bb8371a335d72ad370d41352c7776ba6? 7zXZ !t/~] crt:bLL &qN@ffG7JFN(\˃5&X ]n.-ղUؗ$ 8xmr! ԑDn.âO,.Fr~A`YdCfq8 DO rUAqXePcNX^IgDtzK*}>µ6lcrSd"Ϊn3Ɯcfo"O_$QSoA\sK>W34P˟~uˌ]ɐY6+cVb~Ybp&'3Źh/ծ ).\}X )>]zx6Tu4H^ƧoҋˊX"25˫or= 3~bX=nב $n֕E/AG,jcDOL)ϒq˭'CC1n㐠*L[-306?3[̢~p`MYc'MkDGrIniԠ,$͔SmPxՆOdUTwqXhfmQ!¡:zH )w}kf]wM Ey"e=;-u}meKd*qYNE-[$~ õZ,51}?a{'8"ПIzw ,mS+}3}|94H&0Rk:{ؐ2LiͲ-ʑ tQLh1\Ԇk(ePj|Qnf_1nҧB+[!sjCW)ށȊpOҨm$O9C 'l]\3bϰk\D7{{v}j5?zN<)7krymE 8eJ0]▆5 ۓ;n&ʾ(~o[c9 Q8Ή.^W\j˟%J e^mŬ2:տ';4uu/a6ӗH6pT91| -NXLc $T0<(k(x*tȼvr IL2mCkA"ƙ/*u8S-p0l@1tY\\YV%NJ) ̀+pyh7WFaֹf}i5JA|jslqV0R`3F>|mj\[~NenN{4%"S⭽p.lwg|!uPxg99LQ4d3!\kC *!/~+Yc:j`eؠSԎYBܵOwrYn}K P̝aS 7@ ƗccYٗk,GD6v#I+ww{/nE! iٷ6"/&tKK ;M}162ʼn]fⁿ'l-/ wdBQkv .fv _ ohy}%#ͶI"D~B&mՁW?z#]KF5`jѪ,2AZ/_5o5xN:# Go8S_4Թ$@$Nx Xv4[xpLaӒ 2/pLH2 %#Y;)PZl /}UqPH~n7 ?En=RZ:_t7"CM gA5) cs^fa>Þܹbqf<GH뷳taٌBN4¿\5R~hAh2dySp,ڱ$;O(l uKP'㙏G\p:J %xF>2h|? .X 5e^8;4y.F*>BdQAFB} f ;&2s}xB^{ 1SlI/HysRCύH |3) 2nH8xU/OG6fn#`s^ WnB@kpO)lAl`,Xъ0';N*$0[_a^TnjH[J6{Ptc0Sƥɒ#�dseyp趂;p(`@;|0R?lm8S C@ASݫ>U;cNBN5.E{ʖ]-sh GDK׽7Ĵۘ+X$Kz'vs)wO* =>xdF=YB!(N:~j1T(s\"/5d"\*ihO 6\'zq|P-\}hsRBOqZ?ҧ¨209\%^YbJoNk6YG! '[); Kq0)2cr'kR_􋄧Х/m6B[+*Ppi[J-#%FEsiݠ9/"a/ 8PEfAO+x3-b f&h'##f=`EY y+_p;&pE =(^VճGUK|OSM\=ius+*!+h%3sұl@nTxuWK/߳#Dhv\nVQh5WOi p11fYAz]ADdԣ>KT$ci꽂])88EFeuD6h!zr.a) l%V_e{Wzv@ުV~# @|l;^Aˀ| x8JpVZͶ¢KYTҐ8q R/eJ3F_SÑp.p|n:>'SROal` O DJU (S"Pdɱ24Pl!2:kKb)~M8gN,O *lX7G7ybxBCkr *Z6?/*n_*:zx2oZi(j@@,(e젟D9l1йRl( OUFּ&$ YDK oPD]Ѿؠo>YVӕgtki;?y̢<280/pԭ8Ad=ܜ;^y{C_+t&}ЍCP¤D0[|o0Mb O&(qB+WYӬ!lLҐo>^NJ-o"QK~M^`6GEo$_Ca%ū Sq9%yL8şZvj봳ă󿙕M.F$}XyHM)fUYj1V;Vm&^ҭHNnwN4n6r6d=DXdp }p^qX|# tmVsӄt MKs8i Oqy_AXqn;kXʾT6è}ڃ-u3ihY8H4i z0A (uswf"6P2Hk-0)B_wF.n^S}HIW%!_.2˖("!+5mYyvl7a@Խ>]]Ψx݊4;M| zmuLdZB&8Kq?ڶbIW߫JP8n)*%!Vjjͱ?6Z[\eQ:/$Zկߐ!u@$-akTp?_SOoHӁ$9 }h]^Nc?U:ӕkBQ羁>򮉠ՓaD,Y@~ltgg"l`- /A~8vl0Mȑ ) sFPqsM їx `#{^6KlUqڣC|)wWv St΢{tܹ;di+ ؿžemQT6IiYAYN >c,jQSI!8x< nŋl;FRv#bN!Qo TF94V퓤QlMz }iP3r r"J+Ev8$s;Ԁ7J7LUHGzW`>:A94qlz2*(d(Z(fK'϶/Q' l8`wW(e)XOu iiW)SduH_i )ڏ6ŐS9BoDqQ.L ({U_gq}RfG織rۚoҭA/]ڟaU _B':R{<oBѠ` qʘU"w[)?Yp%QN?k@n0@ظ'%=bTK10 |#I.NylqDr46s"Qea:ƕ 2R䐏'dD*sH`S~0(䳙!ٴbyRoNgוT`D{™;Q# /n,DD0myR+vV/L嗶=6'$H}ܷS@Û{G(!q()2yPi{&* V{agA~|uHY{ OBES>+ȐYֳix#]f(u:q(C6BcB.Dx|6_]/iHo({$3Hh>wmǺp ').4jjX_x*t^kk</-/ܕ?rh8[1e{k_ l@b˒V$UZi~Kl9PloiecRb,9xdԆgU,pl[~}><-Gnt˿y>h0a<cxUMwe]&WǶiO*/._ai%]% JqM"4{@.c3>/4AhȀDz lPwxSCѝqx{@{z=O  I(@Ntc֘{cexʽ\`ԌuyٷRMFjK d\!f@Fc״YfJ͕:Vx9v)jr1ONT$ 5HEЈh-CW0;D>h"Cw"X/{ 72{iL16Rh_A}Xϡ.XY׵$uMi1≜4C6Pcb`pO5w)vhpjBk.Sn@jG:)Շ؁ :-J[BR[~u!*^N sVF>P67D6Խ"hڠs55Da.ĬnxW{hxJPq師S {&tF"8 R,V+8k}̠vwRl'؛@ӶgwhUIqzt`6$hEˆm k+9у}Q6s l)9`PƪQ9ƤmO=++bM_LUpoxbۗ}΃f pܞ*H߄tHFzUmOZHL퐡im48dZPcN]G&^;["o3\DNX5 m%hf1C?K=aߗcZќN,L\W%@uIlunlGcc>*(,Ό9LBgP I@ [ rT/AT{8nJX+ n5 ME}q%E-@c zD/[1VLε'9M0'y!;lČ'NZ>Ik]WAW?5r7fovl $BVv ؅7UDG=zFٿ< SX`rؠ"@%RiYju㍂=Nln. ѯiDŽ: K8w5`~C4*:|)- xrFե8EYgo?%0?&7ZO=#S00KY؊sTjwK p%!" P;FqE;p0UbP_L^81{QP{cFے!BhW=H12t̡,fY&8eUFœa;:9Ҧl~FffI o2Z:pMgrؽ>7<4kj@; @`ނ,ܝ. r=,_nܛhp~:Jm0(ۤ&0Hw*}&.Hj j!%rS62#{*1cҗ=)HVl[R^{2ߋ{hʆȓT_B&)?;.Ǖ4j!Y0.ς[KLC!Keљ7mTCUZ t\xȡTsy)S_zbtk|!Qڮv]-PX* HH*>yO X-Nwpi!lZ"VYAz$oSL`{\ Ք !4ES: g!ǥm Gᬃ/.l vekԷ4CQMsA[Ow a> `Iji^^vyQky8! EtvM_ǒeiNP~&/y)ۀ٥My}]IGdO3(cIpP%MۍM}dh%J}\H PJ$>;V==_- x ]Y-ǃrYrC}NȩsN_dHy~Rwz.kOɼ!V`A! dl)OҮlZ~mu{**]~ eh꣗'0rѮ؇)4YyuJNCݐ SoKCamٵ:Lһ|ޝߗ !QsPNT%&q| ? J Ǻݣ.j;~y6-.3=A'Dt9X 3.u/޼"G[1y17)|{E%4r."X-h+;Nהeƌp OoKsҮ?^YFwS]αB%Gbq/붦-G%~ MwCT+eeƲЁn&F%0"Ch1/ Z}4 *nq[XZB]+rocAkl! ch 9/9j'_:3&'H(H,Lx]RC0WHI'EkZ>5Ae==DDJazD-/S3H90|{g}a &!^vA+[ 8m?)X,A,jݷF)iՖ5%PQ>$5ZK2fMRr1Kǿ)HUW_j񓰿IDnb>Vٚaj0Y5Xiy,ȝuj_0qnSx< swdf>Q,6g>fBPvƕ.cC42LgO!hG|bj}$,e4Τqt2<6GzYK6 mzdbKhHDgh$+θCDu5Ci˭z^hUc>>ذĩjvBj՘yX3SS |cqH:U (ɷVyw(5wj0 wkJu7* Dg"jDu'O}t}ӞN|R/P6ȡ,y7#Gs{B3RSY L1ݱ&u9M\K6k#&sEW?fƒc؃xrw0-^EB/|ˎ'/KvE>%q(ŴȺv}޾/T<>8sPf.K HzCq ->C B5ôL"̓PPq+aR:~QiRoI}]Տi)v =̆DhMrp-bdp |C6ߦhJ0j)r} *%o Xt鈬P&H:ˮXhixRًMZ4H`z?vy=q^[0fp6vxKI]\3Qp#^E0!j" Cr8ݧ<'D޴3ˊ8*t\ XiW~k&pխ3):DW4Wɸ'`V%M ~ 8l$ɯ!@r-ٖ nzOt|3g6_?fm6 vyw\bgQ{ڬ !Qjn̂ٞ7:>9ec;X:]Sw抡H'OKz$7L|IjKdniA;x0ob;m7ixyT?E `Ys& .}vJ#J U. u2v&{F[6'h&F=ϟwݜSKÉN2|3":d3`D+^ @f1Tv/HB/7I=Ӳ¤(h}ņV B±cNj}*wRBZ3D@Dڽy@_RLxDLBYHP30ݎmruʍuf 24vvp^`?83z;v.5'+ָZ*ulGazmxl pqS)-hd 1䞰{ɣ}] Š GV5yˉ`wN4GHK3dUt$>8-w/+ tHLhuBMo[͒{%VfORuBVC݄Kv>h wWEazF'4S55tY$* Ҽ_=L8C ^TnՏI[T9;e-~B?J^:ah-b,jピGA8րkwһ _̫Xިb;>Ch}=pcCCFk?'sk{YV*̄G)*<> |+>P#8`9 :MeGC꟟EQPCFzՂDWc&2zi"0ׇi/(F.Ik_PT [墺xL(/&[YXGf *woHauL8f–}}Yj6)ᷤi] _#*ˠ$9}0,iB"UZAOb cw=ol8fߦ[@a#5Ƈ&7l5y1B':걩K2MYR.p;}>`?K')N3(\qx:q?764K%ÿ [=sȫٽ %8J4&X8;P^g$l`Ofi_\ܞQ*c=;_L,Cct:PmD"BTQ!ax4MYAC8d۰ΰ1K2= ! 0 gsi^,7IJ#g O'6ۅiS[n?{+[q@Wk^:9{ ՘j#O\E=?oѰ]TQ<1O`C͏.UdOTjIJ%_D}rD7^SM+!lNԑO^=?/i<تx{ˀ|Xj򺖋 A7 S fU'ū4+P&3'Z*W w\Y:&t9Xq'ԅ  }t[ U]oEۅ2ƃ_[{rz\㣪qL#g^ÕJAr]0HgOC=cWKߎ?NjR?iΓo0wK Kmg|.+dasa"Ϭ[ڶouږFYWo![6F$,`?7*[Dd#_rhh~iO[ xLtW 3$7I?S6ޢY+_s`Vc)vFU zfVHPq}Lwujub!2~`tGo AށD_#!^7ϔpX: BOl,K\B8q.{rDVgwwRO tʉbnq,Q&$5Lm>߄cIP P=J\21JO(=;&%ڄ}:_tE)6J)wZ̏MPȶLLxl+zxMl|5_:k!g$JZpu;MXl䵦Dx۪+4Dߜ 3= =Րq!TT&FTԊ5xP L&e!b.uK)4D2ѤMDuJ-A;q&c*hԬ:9 IPif7aGQȅzQ1Cs{+޸u G j wk\15Ote`|ZoV`Q&۬`;BΘz%>ބ8T Al뭜j{^7r;ݑ{$.8@j@Nf*O^ 4݌1u@G,7!& 2[Ho/+8lĴو}@ؔFVb5s%ìj@P؂'C߮tG_h5kyxұ`| Pun M&*Ӯ |TkO>o!$p#rYг<%8) qrDhv?v~e?e;+T0XiJQ K (En;4m;lY',(AE3tI4EUh#Pwml` gw.(zF:1EBvĺs5)8yi@K)PS^싻X] pL쏙&*K&r![< 84BI\h2L((8LOy0 SKR"lIe=V-=kkƒkun&@ 1b + ]u<"#[ "6^Ka<`*_6w󒴓TDРcdp53T}tggW!y⹲~CfMgԹ;ynV玭Bx1aۮĐԧ}+3_*}L斕q8pAd? Ĕ{vTsTcu,fH(ݮ&7X7U G6G2J=V|1({?:.AŹZ$bL8B95.*:4Kџ(>4Ye;xvAh{G~-]%`XJŲt4}~yˋ肥0ZPyHOXLXM kZ![>~k#v™C6y)R.#ǠP\Лlċ_nH!XLHʎhjc %X()C \LDH!Z{EiZ>_Jغ1_ƀs0R]tTm|j>È۲b\Kީd<;:3~_Hi?YYGGi9՘VH%kj?dn1Fn=6Υቃi %:L -W~-/sk#,*N`%t%W -غmXsc~՗rd*A>z24@<ڶlŐ+oRBl. +;GqG0Nӄ7`H.ӈNn2N+lĖ(x.wH0y"l׊VX ݜ>E|Hڞ԰[; :\Jlџ*-5uT `_4|u?~_HU ]@q\e:.55L'A"I$[CA5&Eǀz9}!%̾gH(LHOD MmX0ɜgGeB([~IN/_WC,?q潕ThӀ^b b(s pL`&|MG #F+F'ύLq^OnS@ ZIW̯u|< vF JVOz!@@OpRVP}( ()5B ()nt f{P}AvWC FODX]ct?8BllQREO$wV߆rV>xuً1yqLSţ=!{Ne4G;iGcDYu{ AW)ēE#:>H(cH(|bDgid*+nn<>9y̅?e69l$ |e[M3{ `Vkl"~ &$o=Gּr' M[jSOѼ@Re}Ȇ nΥCƓfMEj\CGzgzܕe-bFߋC'#,bZ$8dm9x̌5qIa` Q'/Q>)׈iHR]1h1-"0Wr__>Db IsӖ.UPdƦb,iDM9kK O"+K-۽T[B5OQHj}|y8JH>;\uOsXg0C]<j'Мhu}T z' m3'?܎:7 L}.!ֿAK֖%`NiikL}DVn߲4|  s\}{P<  Qm&[lIGLk*ֈ'q_ Խ/J_agWM }QXeT}oD3mvsMF|a"^}_2`moNZFkk}8%(T:bTb#oomw ]:_T=12OCW[s-eq,p@AivGO1ѠbScs~C_xm_"5HC}jS,?p.: Z*>ko@^7 'y\sTV㞝Kj͠jiuG9JO( B&W\@^5Vl"@q8=9 e],#6>>ωhmNyR0z4GGuo4۱^߮WIG[biQƔ9&vR37s 1Jf ezaz*/57c}_>d"o\&j`.RU HBsi P|]f pS U6 {+#ʫϣgDj #A9 *4Qpa[矤rU{J1#^r-L : K3[1v_8n{l()xBRnb@`[i4*cnX/so~z>~tYyo~z5ڙb3d¡y{b]1_rt$}dӽfnC q+ZM6mLc+K :.+8]hl+ROQK`2BKUcWU'x?Wc9`8; 9z|$52xBd ]\5TF {hJ|BȈ U+`Oa 8P4}̚#|q%޾, wᓛqu qKԏtXfILJqvEksE 93?V )lǶ_ԏA:.¡MT5(ŘV*rEueb;Tp}+_\؀F\%\UYe.7T&#r^XWosG@&D }r#3w *YxgXdŖ=3YhɕZeeƱd2c'L3)QHi/-蔢T,Ě % C..k_7uL]k>$BdX2:Xo񑬮Ĝ$3Т17@zH6@"Eu+ŏN`# "Z5AB4:)Qq^m0:e;R  BeJ dyqӝ\ʬ[ܹM:AE6_8>>x cs*P)w( XE$ vI͚RaH .+FDծMN ړa1JX(weKR_34]gzrt|шa ƟMҞ潳Ccfe9Q=#\؏&bZ Iu^<;WKV (OU],fny_k&D~j(PB׊E D@?N(kUjחKTqry~t'׽m.^1G"{!c$5?X IZm UT"]URqCU%*t]S{_E~#rw:!ZmDdywD*OFMDz8cN.ɬ7ՋS#-'W7 g9Q1Ϲy2%Yh8OJ?&kZЦcA|Qhw]Z1o8йF%bx ;R{40~Sv|>iw/zr:ooy, 2X1Q2nsi0AIJE(hϬ{ O %LC$^jFA?=4Dlypm=({$,*ۛe)2VkdؒYAb#C޽W:&2]F g0'H|shߚ{di 5 T,LԀM.tSdIkۺ#{Xidؔ= iOLtjnQ߆Q=R!6ֶ-5~'|*M}(uDݱ0!uu+iƹFbcvu^`cRl /$5u{2%RUwftPDB19^$iKo[9 f q`@-rKZt0䚇( H[nt-vajO_E~sg5FFS+> Z@+!V9P!$0tE&:1!FVP.~1&QZV߷9/O2fx%RMD /6.[sGv҅`uuOkfl i# X>룓lQqgBꋴ:0c^U4<6@Ր1)چJVZ}ęe&0Q#dw}h=yWoJ]f~yk K~[4(cs/ K_qU୾#;)ćVK^2ӑ,YbѷqwAc) R]]R(9}TGib;:?87kɫU`'wNT (2],hY6u\HeG, ੬KQ{H ~J[I:K#`:_y`j+rngNz䧜mp "^`-F8 avǕeIGqZ< >rC S}pPcMrȈ+篦zp/bn":g6ۗl}?>p?25f`]"GZ6 m!Bpu)ɩTv{7:ZžwR Y@4G,-h:TJ-#^}PQ@|ʂ7u \3413kngb{ [soF78,^{RZ 61V[c?QVQk:c/Cbo_\>2M2]j̏HE>;;敶RyuҸD7 B,dkcьz=+蒃?eGnSJ%= CIs>l1P F',%'[~k >ҁ7m⋂uf;(oUʸl9U8gN>6S, {5hMܧd amz)CH&Dobxu9!uLR{mF+_CT000IPuxFl[P}/M1u{IFx)*nrR梻u$jV?JX.p@y7`UlVwggg=c7']ql.oGg-hudG]#g2wxB`+Htf6VWS__ZCDjƘ^4Qڽ Ǡ>>x(J8\p9;tP˘-F$>HSFϩ"syс[/!O+ _{vр mJx@EN / 幖uV=q0PX>Zt}΂6M- s(ƹd7<8 HڞmϣD9x{.$˘ىed TXoFIC,P$]hlUjC;nk}[;ϊ/G%@ίVbkHf&Ϩŀlm~S>Ӊ2Kb:Fo~Y⿢ԠTPcTA2O.$h{s9Ѥ3lZӚw?7qɭbvv]PĸJ3u(.D5s>46{lRѥ9U765GCura]چR)'UL1geHJ;׷Т}˄q_)FqxȊ_uu`gM;^_:O2K%7?qHH^ı~PN&eU%X&1RhYúCxrK mK78V#]g̝d yZV< Ú/XhQR`۠>a/zT(-0 oQ`9ƳPRWeͅ閐P\̯@;r%c? Α<#|e_BM#˫˴:@Hv}p3*ǃ_MMN'Ux) =XrK0+v3SŔaIDl"OZ+JǔM̨2 i!uL A?y[9k5o,["6bVcjiā\ VJn3[TfNT(X+jXDFDDgd D~)iw;4Nz-ps3`7p'T(ܾ>z w BSQ(9HZ=&W DB1^e)uzQCA3wC(>rna<bx,,ɭ_1rJ)iŭYZ^Kcp9VJ~ף4,?ə!tH:q8Itsfs%|msЏ:L BzuΑlJ@KZiA&"漼!.|{v9BxG _}>'fKV5z`شg物@\OuU^0jtj|ɈSp*743}q6tn֜~&MZWQ*X|xg^ݏФC P|kC"H䂱z#nTܜ75=h!(rQIM]}#%<>5tbKϱ.! b^d]l9wΛB2r53酠lQ#]dcbw\,&tU?1!G*&{bﲻ=(8%ppinQt="׬ 6>a2?r|H2w"EhS@|| ;VT?U9BPѮ$Z`1%gT(X1"gsͣ`q(H(K}`#[rV<1/O{ 2kOdSݻvaA-8UIn;f0s&:,='GUU"9KS,\b6$ Hcv(;zA #ۅO.W=Qrnc;Kl?宋z7NGnC$gb_@(YN1d- ad_(i:ƈ Zju/q,y T' :3CgǭެŸa-l NV1mo14A5B4dm V)jέo~7NjFvۻDw*"-ry~@VR c[jI&_axҋbM_Wg4llVFL' 3M6,cڹ @ѱI9m׿7{}佌$]"wA]O=#$ x4k`)gd$l.0 5I)4xA,3-LVG ј7_*r_'Q&'/u13٢[Z), 4ddW^DdV6УĝAShތ$Ta֠Ag?F)JMNY <$ꯋXfO0Mz& p$Jzɓ8=%aX38ANKA [ݎʙXZy_}MGjt>]f]?UjMf:#v,iD? ,0ioafӸ3گkm֮bÆcw4ڪhJRŷ b6gԎ)ƕʖꐌVdfUzTHKsx][q*D" (\iӳ%cɫӈC-58;Mt$Ims3n W7s/^Ha>4:| 4qۂ^ܟ^z՛~XB`70R 2"4tTDGh]_`%C)H]ɭ/x$Jߴq أ=,v0Y` % zVf6) d {n] ){L\ [2u;fu^8w:sNBksDqMĢtNTz`h&4I V 8$KRY'28T.Ma U,;>%8qyP*6{-SK1iʠC1lt IaV~aGgP 369,ZNX`lm_ ZceO'w߷E_P$uA,[s~kB$y& [ۂk"j:㧥[?Q_,Ƶ6Ti*OqIF1z3K@.=zi_W@hu3Y$c5!qN,F_@=pd,iFD]<VOocYq}b%C5GcAN w*D6$zM6yj,|ߖ-8VB_V4޼r*`wpB~qXX^D0B\)7Wa֙Y/CaIf#I <#/}Q $F``/㈌,(/8Dr3Lǻ.%Κ ekcw8pL-%&|wۗ nsRLymW.vϐ E'=}JvRdFhʏ!TbP is%lwܺQ /Ƒ]J/T(VGw*V|-_]|OCz.)~DYjkQ7l=8?JO:aQ `$/3}9j1Glt85Ն\0GVh>gV+=P-~V>O )U {e+1OwnZ% 3X04mFu`UdR}iɛtɮy {Rזw_v_ l.|L+]ouڌf`\\k'n&/4(#Y FI442jt+qR84ZdX#gh'A=>ѷ\)Ť^f>1Ơ.V|o6,SoBMɕG!HU} dyae5@jbH%wd4JmL%Y_p+<]´ۅ9{RbrIb.Z }?3`@=JDQ:Ć$~3N'Hl֊5'vB瘝(pۑo^P32,sJғխAGٲ!tbN p_ԩc /a=]28 k<@/MrpM"dGhߋ_XNڝs;1<Վ V蹂f0Iu2D%a((jttbiYDY ۾8leC=1d:~dp:TΟ^;;;9hA󸋢mϤ6Ɛܲ8 :THUE`l 5\p\JG!{4NHɞug:w5GRul ]K߿:13"oȷa,_w;[$mXYT!Ǧe頴Չ>pcxMUZؒιu) f\D zZeGO/m>4$(\}.hw*,qp mt}©Ջ`bO*&K2 ]$an?˼MrlF%U~/^,a( 2 a.%dkM;S7NL_j aкx{WHU UQ sI_g0%QLst#lBGt7[ydi$+~e*Qx\v a&DZP O FwQ D(/>QňB U# N (d=L! ,Л̫9U VmRE!" />s -[!_u?殖>b=WJs8cgv xwA>iGǮ=9U>\ۘ:?W~t%7$ BKS?ph_%{ڊ&(GUWrCzܕ\4:N2ֻ1Ɓ5>? vz߆0Aevnrо U`Ilu[uy|]xȕ9\١>I45C>5NS~37T~>nz0$pqjJr :'2hoQo3/.R&Fd$\QwC :9*\ᯆs-bl $;(W;;LG<煇%wXBEU9z 4 m8=lZrx.{('vq'Oj dFsƶ͠"X_/|P- i`3aWnl KwZHx/;nUA4|I0vi!HJۼq`X lQT3Q}9=gaQ̓;m.*-fRJ9y`n BB}~Ls9*q],m1E#nk6 쮩Z.N#n[t$ *O;KBL=!R 9!3`sř:%}% h8.~ݽM#kZШGcP̖נ^tG('^]ײQ[( ˋ쨏 -hcGBO(J7茱x,7 >Y>s^kt:U鮰=r\JdPyx? vc\7 ͌[Ɱh%cO;\ Py`38ztm9 խźzn~PكDxˣ}%/'2񕐤^nrW&".nX2C?o*}EY,{E&n*P+Y7{.k j У2P'.<q }wD[y]G yI:~|vJã+F*|۷]S{ ȞG{"]L \t>bS&!` D2+V'BMy^t<{GE1L [f哛ICjn{M3} pO W`h[nAƲW<ОqIlp^d'HvgGm֍/گo1!8?O0ߒXhմ[[OX]r-sAlֽ`={9rQM3nwofzoB`bCe!&7{RbW(Ь0*5T! @p1`VXgCֳ, R(ږc' 6BJoPY#+~P?ہJ3AXֲ½OOܣAii)RQ}-ʵD4=EDA22 r5/u46&XApq$=[B˦nE5 >ۇ{`ZSly e2w<ЧO%׈ԷeQ``F('n:k/<HdcPw{E+܎zpodF1x#Rr${f&393gDnQ2n9gu;&>l_p^Wn=iZ$tbjdś Pf5 ߧ'N*,;8ϖ{LbƝU^H<@KE ֪B:QluØ\FO|HۤO#=Q"xiP\4)&^ lJ A*s/z7 JDZ/tcdLSOԿVs(1ݳ9MkCFVࢫӡ^+33z,nMuӬ&C>=}9N&d! T1-+lU{ozב_Mkga>$EYR}ɧTzE'm͙\+/|e:=1sv!fY0/n}`joI[{)k0^/XGZ %ȥ, D W/ y(H9P>]0 yLp9Ɂ~lsvN fJ#ֿږq_ $x1KapoGL ]Ctuvv䁖/)I,ej_t߰,B~7҅dJi&|)>sD u|-G1A:TDMSw}LzE:]~uPJ>yG^ΏEcZtL/(/^ 6L݇x,befRRBэSDh'Mtnqڨs ?fm oGO{UZu!uۀ5H#t:$dejTt6'czm1t0[!cnEA{5 i6iV;ksQOAäk w?Xr/@+r]J/HHH'ڤw,]Duu.'Ձz/K(PRNbpөrzّnp>B%܊٬8}gɆOhu}ym `J4u!F 6k :t|s7(O5H@#Ys:LL'ڶ]-ܾsżB~peճj:|^yqU˼_(Q`6OvreV^y\7xvk&N$s(n^-ߧ`Z:H뇌)S-֠ \R\fӢM43΢GON~$&힦 qZ9hj6,ܺ=_4cC.`\O`\XH"_wʞ NQL/ON*oqJ3d^Hbʄ-f0k{g]O,Aa\4i藛F}J/]*=O!'La7Wl;aiA&uκ;ORn/8LLuT|:Uy]2yc!1?hq1;JA%.j+nϵ!d.pęu6C9f94ЧV%ۼ)w;Eq䢁)5cgeyV4>8R74Z #=:OUJSߟt2砫mGjGH`!Y^x/B-9 }L+*Lxsw;6AzyD c! mݓ3y8K1X,aNl:>Y%\Ylx#ȑBa$+Fln$N75WhVzYU"֚nP*2 !-{$S,j~0}Tᅅ޻3c<CXRav~xm=G&m}ŪI^.ֱ:|s-3z@Vtp@I-lx&**$CĹUdu4y~fކMz3yEeތOLp*bGt"DPZm>YϚHEH- 껦LBk6w,d&0fҫeC+V`Y\{lHמM?9iU @~f% @f%XT+U0Cp 0c>EL?VbF˰)$y7JߖމWW"kHD6ob>`i2*uiI&6ctKJ1 cj&Ӂ865~~o_zŐ2K7 dws*?׹}{mHFoa6}cphE ̼@ q͆Yfyzl;S j3Xn&(@Euug-;=;q_"]Uxynv r$$TmF}V8j& hY'Z:w˿ 1&x^T'ܸ 7kөl/y-Д{8}=;#bCqfŲlQ29ʷΒUˉNߔ`jl][` NE0ްux,IJ0[yye"6iey_2K|ձ'` ?Չ*s5f"0gphvגF XcTPw`uUݿ%K): щ/6blEҮ4&l1gZ=*G˨% D;)tr>d([|݋0KeoZA0RO(صa/oM^ĽY٠WUu{%حGbF@I㸦D h4Ӯ1Q.OƇʤ@imf3+sW7U ICEBJrg[(IKMQgVM~ h~Ax#ѝy'!;8E- ~j6~&g;)CfƞVaϝ Fx5=0)q%1Sfz@y9pgM3A.֧ALw+d\,C;6R"e=-;|Ns=K1v"0henU[N=x}|8_AsݪV&;857ExLi#/>mzxYf["+׆icҽ1pfaתf "֊B &%C A gƛҞ}>AlOvGubV{- M pP^ښS mohTkddԌxvС2h-;?=M20]Rr"8D ŵ >Kĥ+fq37#-kYvv_)<31*ΰDg>$T?~RFmS.\ݷDNUNӳbީPE[x)-א$I^c>? {cnWKķDU/`[Y)!-·L.׷ef/rN߼gi*mEgP/oeGk9 i㥫8rx Bm0TEmgD}*;E4G0c& nyKa~n$KdfumԈ.@=ѫ9m9$3l%*.&s7fin6PiAƓ0 iw~#nLZ[XDH~-:y,++ch^Uړ"G$mȜnHeO E~Q̶l1ŌX Ti4"~? & KҴ󟜺}`hbN3>vX5C.BձMmoY4,18-5N#Cz*(1ivDV,DI2X09k\|gm-#G}f~].(7c]s~F? ka'^Mna\ppvB[FaˆhhV{UiZ}61X2^jJ]G-s1mE͕r`) eVO{,)>G7QH3xkM-C-GJ~:m=v&)_uGҬyF,":Xp-WSHm%0m,g)#sp8s~$/S[]iD(m1$nD~rOZQC703%k(ޑ,OM S!^Pw,7\@5G %J *(KYd?aD-DžRJ†@eتTMȊL'ǑVX$eq\ODؗ2ɟcٮH3kgRc:S`A %^}1D6k0W ) -.Q f#F7-5zjJT 7~Zd3'lcHl^G* yCd*HxIc$#^ZWZ:zcۓ3a9胃H@#9ZF]>b] v -Ն)-MUuđD2-WZTwx>( Gˆ ;p:jhŽF@1VcZtjp4LoG9ds>}ZX_|HR+o!Lͣ]1A:XJXMc2ȹ3 @)J3}*Z\+7:<=_4ˋUϝgf"=?pzK4~+EzxUP!E32{;j׍❁=9l&/оTuHsS^M˺=]Nro3!#̊n?c^_0Yāu Df{4}}. ky$A0@m,+ %s4*:`S>& ]*e|v΅,f{q@!]QUa`kyVE%Q(PT$r-j؆LH ЌR!/j$7lB)0?wNl6I^a4jcXTgp;oyE֦QIGw~cqT Eng9T "ϢUHD,`]bF$f.'nqK( # k R,- g}w^"sMIZn@YzaBkp~$b5kܼxZzd^$<cM]\[Q؈XazU}zw)|RC#~ a_V\gP,>0w p.ΌZ* ,{)k\9Ɠ]=1up` ̨i_ԸJ53Fxlt9:;;?Vtsew6ޅ[ ~6+a L`UJO:s .#usO #֐Nէ`#hE{퓔qRS |Ѽ_$]4A0#;?_}l}!NUЮd//2Qv+K3e"~< ~8r?* d/!X] LNUȻ\|7.񙴄_TZ*ژXz(ŠiBNVu dj-00[RY#w" d'}~7i`(շ= ($bB QMZ= T3o;=gQH߂-D-&ڷف&H-'k^rf_ڟ_"5z,VFr@--@:n#Ɵ|-*N 8҈)sTE+;{ql9ٴoobX`TxҜ3r}JU[*t*?ܚ >LycHoJ*RkWYnڠBٸ :hʍe6y{avגp&TdC`Ϊ݁L "l.?Ȧ?DQ**q_zktexx&vdMQK_iL bpR0b[Cv*` -L /4ʾ 6yp/.M=J]~nY};KIjĆ8YWo/AJd, 7{y^{}1P&p2;H8B8?`ˀfo5?l7Y+u)3a]7gVE.oUtj\vY|_F!屦 nyȪ"BX8PXG,,MBwwj<1&lB"Xz4m/=˹XZ `u֌0/߻ю8dg1A*ݎc$G M-d (SukF2{(}]ab%fعJ-.R fЏdR#P[N oXq5wxъ[=Ə}>_9ŧ;`Y<ߢ )Fwb@_D 1)0ea\/w" y29y'mYv-]uw0ie|v!OLX# B/Ĭ%"t'K8BA6-^KDtHg C<(/8z.G -*TZh򤞲#~[~h_xZ\~|Q!9+Źq&p ZKR|I.Ra^µ>7%ifpgx/0 P*bBN x%xÖ)Bb_z˭ r Ad ?d̔:. :TPll!;H} FlRD ͊_Rb(ͽEaw\l qPFఫpr$hHVwc59znl׎aK&=(MwQQoqĘbrCu*K*o. ++ YWz?fU*׃7@ Ŝen T_z{2JL-[Wj ѿ/dAv9}yQ]]G5.@C\x.W5Syc%U9d~zDKɺnD_ Eqk-^@ű(7[D_VӍq3i4*+y0M6ʸ {h(g'G3.iFaZI\[:e5H9O޿IjaSXlM5"9yḦrd7д(VNǩl>GU/ípX\!;Pप1vYұN^WYj 5!9/;-`B!S3/ / %yxٖk=M+.<0n͜E"o\5(1#r/uox.ư͵^gx|UlQ R QxQ$>vsu 2{f1PN˴je<1$LV;%gÏg8v* +4®"; Z=^;LzD&M,tde_KzА ھqYe8vslڒV`zFϿB\\"xJۉ;5q! <)@0O&rhZ%I/r;5Ee1̍g2sF}طtM$91ϓ *ų4*־.w?9.ͭ/婿d=G&^pƇbx:=&lD*Ew6{9cf kr[VK㶌jJiH׭Z^6.x\zNU&?$'U]X~@8`:1%y\v[T Ȃ1HAc0(Cݓw,tS[d@-qB.NU)sYY ],2FEqrǰ\GԴ>)QA)cSAo\>&ȯ$zC|+pDžuAG'f2Mle{D9x0u1@p;0L[9& j=*T<ҕ7ݖ:Aȓ#WG _c&mDÏ,*g'f*"㴋Ec 33f{5Lwt^T#zdnߠC-v!/N)o,ȍ^l-`*2izCHg}|wHQsxnu3)Ѧ?3,w Of:&'ڲ/jr{sM=$P>0|VЯ_"wicq!?dYg?ǂ!K !Ճ,Oҏ=F -~74Օ lnRByUL;A#f藩AKAzʂ8 ]V}ى cAQw8c\+ob/)ލ`5gJn3#fL1 /R#tHeg|\pn\PhD s$r!]=Om<ﺓ^<*l-4Y5[ۋl՟ ]3h%ۏT/7@j0 y4~Um$JqO?܂㙀g Xf7|].)?5`o@wtZ`9ެ:ֱ`(',+WL&'caAM,l䨀@viu^oesxBUF pɝ 'DJ" 8#seRSn@z=K OM ^Jk./ya2ٚT j+zMgOsH=0wqb# NCM[cq0O;#{jX*Sq6b"{>{mT/w]uޞiz?>`fk5B x"җQ^<>@893 :~*Ь`^L,UJ(—ҡF?sHuȨ b'i1qۨ5ooUG2|$eq}nl6mՆ4,hQ q)CYP f,^v|5Gd_0g@/=I` 6eլwD0F`j__VLkT7zsɫ(JBd)[o1H?RϷ o)W%,ڕck(X`kCRSƽLS?!jn  '=;|NRM 躭[a'h}WZx9o|@^(0tu>h7?wKJ$*Q}mם~ac<XUݠlr0sO[*^b0/dSq&\ȮfsA=L4z:tʨ '5JAڗ)@wJ1?iceלyG˕\Y͗?ڦoGXC`2N?#\OJ̟hlY/ S2r5dZaR{2DKXv=f | 3%dJ*>d /([=T%j](AR_R2:Bx%\UvٻYGX8^a&?u" g({ +vNT󦧝Et- ,6k E\--N䧠qը c.+z}m{4H;h\ >3'uQ6n =AP]L]4D=|/4EM x1B* $7)XH6ip5".A1tǔP`B{˥GPSw?L^iqA晞 |u}%C×cǣ!=8N bX5aƥ8/Jc9?):X  mJAO4G۹@96f׿z$"!9`pBy3 LȶZijlр5˙"-4\溤kooxzVאhE[a@>a7iy=ju D]mw0W{+ݢX}6>~lA7:B1Lq(!1S,L1Gb^ H!n*& @Jmt2MT9F՜]jWQz5 kb5y f1;b/9sBL2TD=Hڥ+>6WٯҟjW ̑(jQPX>0R=Wz5MK٢tZG.Wy׋:!o1y߿OF d)}BbwXlֈ|,Jbf& 0vIp`/hW,٦1<kn390w3ot3tI<6t\+8XFHHV ~8d!Ay5LA&|^z, wY,l@Bb4t`X˾5utFl9uq!#(fw cRa9COXC miZ突C'@#I Gg}ġM`\6it};ᑲ›ucͺMW~6@ǘz ߷ -Z4=\/Brx)'8w͠q i=3fiIw{RcDO?d cByŚ[ـf*q\f0Ee{f/KػPsI=iknkۃ|iOiH#Oby]bV0S5Zΐmܒdh*1 {S:CXMIZRהuy݋ CKI{An*aZ{.*M',H]TR]W+Cf+A_iuNibUVWq Okڋ*w6HBv| 5R)-a_&a%"mׁZ5 IHbJ2O_VƼ[,FHDeF '`?1u^L[hu v)03 ruf@aky@EoM&CAS&Fw9(2 vo@EGrF^z,ӕC^m mCf<i;*H5ʌ"tWqR YfL̦5rFh7;d nÖj:0vCEoև`%8gZ;2}(C VՖ@؜^Z %Jsi ֳD+m'r[PT6{B_pyэ&_*bls>q1!ke,Xs++F#i0VgXXꟶvUS/}xNOBAG淌^pH\&(JX߃:ߡi 9Ȱnִ6 Mş]ކ;e;c2Xăm$noM}w ͎zۺ8'wj|6`[Pq[tbwjJ8ɼۥ #rJ)ad/bWcK%3ftv I?fbi-3 ?,'!bdKȗy S41~:$0 yFG EP^`-~V4[TGflcۗ3%[T(@xي%4}ޝ&v瘊>6W/t0]Zh'ef/otXTxI'ݦt/GL>LZ@1nQ& F4;_+7 Gyl-~jrsYQ#=ץ@%8?;tJD'H 0

ȃAMaZ}VMd(?~==kHk٤[!U;;b}v9BGӳbZsȻ)f77= %i\7#VESI="I` $ IGJF!q7yͳuꌜkp/m*!XS]D3C8:)#5"]c 9ypgZKUD_h!qkDa5ю y/4=|Qy Nul`$]2@a?˟`ؽM g+ 0vg@\.]bIPB1;A9˯g(l$ڡs^ l1aF>VYrOz3"]H?9GiIpȵ+G1YIJX ;~ m  ] ؋RsdtsQêw[[-7|E $4DeC@S8"$ Z'b ;5ԛ5!uښGUV!>hnBxK;8kmZA  ʛ\Q3e0E2g$g>쮪&ũbs!! (+)ωAwvBOx'_Y >xP$40ÖwzYϘZΘ-ra8L[yW ؚ_NivE!ݻ→ӳ&[!Q)"C{Ar2mynB dt`U:fw_ևxNETp>Hd] > a+@vAjaIE]Ѫ*u1^BwoO)siB!]o/ucsvM[^c%ܕģ3E50FsFs-eU>l+ȶ&J*qq&v$G"ZM6(DI]C *Or/2}5{+W=BO"}H`5ʣ0}2fokWկ)=*j|ʂvV P]VmSq7؁fѷH=+f ]]¬Uf 뚟inFWL*%7㜭F`6zE8w7]|O1p[p1$ ,%E:q֬/43H#csfW!Ik`2dV`? =3[Lv H[l#'q Ri3nջ(KTYmaR"6Ν66Dj\t.|bx.G{M }zҗZaÃ9tQ{LB[\b7\cmr؋ÂOQ-?Wíxc5}8b:y -r| (-%Y"GI u~. I;Ś$=,c^g.R66D[ZjQ9c1q+j~Cex dty$T~Z aú$KߑrO5߼]jU$ ëMz-E\mE|csUNqkCjM" P?; oդ(ɱ݉Gm,KS# |^>NjF/c]* uj$lȚkbI;.$>eVh },}Nkl %#1RD,\B`!T On884Tz8 #y5I4>%ij[83#X-vJCH{^4PU:w75 b͊8y3V{zCwd cisƥHS)LI8@L8IZ2E$j,i,f䴧30Ri 9d{Ck6FSGq_ E?c2?U ݣXЖ1{2uHGe $ATOU|8xjSre]E.> ׏WR͐Lj'j }njn4CCPu@Gŧ ~OSfө$a?z+ )9,<^}BS0h!p}R;>q[ ; _pd EL̿nT_g p\ 6kIvEINT״ 0db$^h2,5Ce'52@yԅGs`-꾧`)-TtE'ؿBPb̆zMPRE{PsB@Mz< .#BOP#]*זS앶Fhrb3Ar&Z;4V$>[$GϑTq('gbIGmpӊV+҂W^~Q0-Ѭ ѧX:8Dm@f=]Zq䘲eRγ Ϸ,uX{8}PrO٧ױuew Ң3'Pb.IϐR(8|1XBǭ"ʮu Ae/QBl0@w\cLS,3(ZQDun@g8J=y)mk6?G;> BhLuCA?]tfj#yYcж"uZ{~$= wʷe}uεˆI; 8'=1>1 6`>B@H!uENkp'j*5.u9iFn:9Rw1f `c1*O_ / ,uiZW#}͒.(%8Iv.Lr^C;=e6Km>Yrܜq̆lK}g!mVPUk]-ĩXykk[7V<|+>Z\%(<$)9uO`K}|vyJ=[HL9)b$y`MRϱt]a1+q*~#`!쮭m!NʼZ!T!:\^i'03 ߕΗ!k¨Dk+DvOFFqH6 $f^_&aһPbdAG~N\)D בCBCYV٪&F=djrΥdo}eY4h95(Fx0/h$|6&i:8hFb/5cwƛCR[1=7"J!.k#gUȡzKu9*;dr[:=!~;{$F-#]BAP52h;%hg?bnWbV9v7' #6HVʏio=p;)ËoyPhwd57܋6.%q,n)?0Rߒyn{UIe4PF:jտ)܉g;5;rCQV+7ǵBXMp!FJ| \HU;8M} `@Ҷ_I9/YOX $,H(0gCy̬7{;˄L [*aj(A&Ϸ";)Ԧz|جt=}vćSuV"N06QrX+5c迫67T\ga$%(e9XGuD}L]Ħi$z=tz(<" O<|Bm^oF4 * Fj`=; `F!t'c¥'W!Ml݄ v~3qkVK5n.E}MӺ5@$vzXxEDC]ǾWƾZBPPCl-a^d/j1E|{4hrQAnPS$k*Tۓ&ߔFc\>=Kv; rd=6sGphV!Z~N[2+heOF>lR&|1σޑ\HEӻqH䦅Q|Q4S];T$A.x5RZ4jtѹOJ ҿ }BZi~ LzxRJUO9~Z# Xf*#mۭ*f@ʋGs:Hv8χ4)N53U,7'P޿Oű\+:U1Zא4ϞG!rQFVЁi9g1lJb<(@~($+~N~Mݚ;ؙeÓ? m~!<OYgPZ'L!Sԑ;HJd}Z$^lncwbMk?KH P=jRQ  { tϬqc*F+Vv3l\ɏA^gAΖL{7Ũ>^D2CTH?33ӺmvFYfMu Q{AC#J?+?'-{[mSpxlG57 h5=@祏`u?m7sLtxvXl- AwzD^`ߴ@_ӣ++T@lkJ23Ӷ&itY1}~~J/AcN ϞS3%N N2(24o *e_ toyRi(WY6%mf *uY؜RK[)w(^k (SN9fE^QޭUt2vQܭWq2w [_d(Wnح #_ #1\ᎼRe9X0ˠ1ה]-<㵥e˶=^^wyTeiQ~ZJenūge5qTP䨍-p gI^e:ňН|}Dk;2 Q*ڟqM5m?M!2oQfN%Dέ]pV?LoSq*զ|| Kەx_j?-aNexR]f}J;7Sϼr [5k6؍(+*QbEU}uYQ78Pƈ֝`̇1l|2F1k+>UƖ.~1e D2f) %^>H(~|ʬ^mLKv漏 \-«d3,tfD}qG1٬*}F7zߌpg@L$un뻡+:2ɲ}߫}Aޅ[oCy˷rf+g\!_nŞ(K;Szږn\){7P֞oj#?Qz9@VbxYnSoe8';͍_Qݻ5Mz@a{~B^o˖lGKиdDuDkgˢL|iMBwy;{sWL.ϰ%[MzVˍvg3ú/+lkoũIIkn 5ueM gMe%%:_Me߹Fj[/l"߈:%~/޽YaW_ܡ6-u2w\Bv.~4-xڊɊwT@oKE}O.>_mGrr2?Dtz"+_5cb:I9V  xr{#]?'h~"U-^'Ueş|fF?*zQ\2?[B|P}3L|b۾~]ۧlʖ'TvZkֳ;A2u8~M_?ҧZ*߻~-Rc~Qedf+룷<;Hk⹢,nkVEtLU BKJ]LLn:Aʼn^2oY4FXd0;ü#[ W<0zC e_(mNz>2zqXmSKG&H!'zыcjbM@p]}IM~ǙtKo&vǖIыn_muj*=]adrlj,,qdYh;cɢNmiB~ J#ܷ-qݹ >q[O-2˟6n zĢ!=²OUxa33' zq\s KeK(mDҋ/C *~s^Xݻ{<W[y/ Oy\`A6C[{C\İ{S䵄81t $H4kƵ†Z#|j*Z9?s4C=KgqyP]l1|{<  qy4nmJ;2{`Ay9_˫7#w"KeKERqRtt)h(W߉9^^/iBjd:SrKĈqaVj>Wdc^.۴+a8y} 5Iw ^2&+Q5Ent0h|{S]{kqNhPЗ7[y0%Ng^a2QsQ',ihKy_W2Yiտ_]q֧pL>!^4/61vCPLǘw{\:|gOS{Ĺٖ\MiC ~E㟖 _]t@vKjgu6Z峭m8JTNR9sji:TRKFl\ן˶?KnA+eGzVzo}ȏře11W0}vs*x%/-aVH8gK怺aZ3NM6M7;_nHo~I/TXK1fјool3h_֚w865'GƲOq$nMK˖"-Kv;Qe޷}L+ .&-s8l0enr ףy֧^ʶvd2s2K,[YdpY>"ɹ>U_Qo.O!8wV8ƜJz^A{pwW־|,MDJ_D:ٹ>]yuk/m2-鴯}_$s/Gm4{#HpU~[|ǁԃ;Xt_ =ء;D͌0N_IA:;+ێ35YN~ωל5K=HC:ϡ1;@Ez$#ݵvtHDԯT~wSpX c군2W 4"^&GrJ߷+ >k5Z %ٵ$ղkVǮZ=Vk Zѳе++~]>5[΋|*'n7;癋>ﳰqOYK=,Z<(}=#*UHrj\Y"b}B ]|;5")_/C5}W"Hri+^\! =2`SHoR -oEzQͷVEm-Zށvw:tyMw r [zB. =N6-^ CHD҇'!} HGd4K zB.{©ס?iP2^|W8I*=#~fsvO|'']RcaSN1yf0~h}o MW=/Q}[avn"A-g}4i\?$xz Dӷc! n_/!s}NMtx<]+}NahkW9utLJWvT>2ҟ8Or~'' N ^aOgсNeAW,aVt~^+Wt5]u4i_+TBܑuʱͳx4x\U>Pr_(ר}=h#'apה#n?Y$\ {ps| 4|kCHg!tsPƁ UB83;{| n}W"\OX >>&-xO0EЏCygx.?Gϻ$yQHFy2{1ʝTM]%ҩ~O٭_])"ﻑ((+ʻ`X DsrcUj~O_m='i R#8;d?=Ry|(*Sui#=ic~MB?/~";2H'GIO>9K/0Jg`uLVr2/"1 (n 6e,[0 6ZiK}}0FoDʰ 0aLd 0-{ h?8P ̠}w, 11#b= #bp@X@rg,ezt2]^`1o%p4%vmWY g<b` 0\\J !?pKngڟw1px!Gtc 3<o0G=}?3̿0new?@!70ƺOi>`љ=fv6٠}Q*@ qQ'Ich.>@_lƻ`0xHmLk'ڼV^WЦu~[0h~2; ؒA_ʅ7&"F#]۠l% D`B?-Ḛ#8``vc؃azE_gOg ^/S5d~2p޺^woz^E7 6;"t؟0~%79﬊xށ ?3L]+<ĀY 3f c82ceHhfhdzd-0! ,AK !(~t'1p2pi!8,l:a%ܮ]y.J|J Nt~5 4ίE\ʠ.rQ(ImvMZ@¯]p=yt- !%TvV/J1. = w:Rp^rdxG/Gi<(Γ Oi_{E-r7^:| |eM|cEXe >qX53_ݸ1V×)9 KxA>E)k?^v^r~ʠc x9/Q2X/^󁎱.6hmL/:orNxxMO>|?./E%A׹HTQe;~uk kK3l0P>“0a6ac+@wؚ!#\Fݵc[vfvbH:30kpǹX/_O`D? ypu}'&S0E_2dxXOA]). HQ(p&bƒ9ʩڻjO6cbҹaZM~lwg73ed_Y{owo=w1?Y0y(ڮطw5`?ȠuDovݮ Q䤩ȋX3Ø ivcdX(s}%ˣb0ւ.5Y A>=E "p s} xj-U5)keQ"##x߁E?ɭ߷Zq8y41G3'mN(?znS) XdAdZВt\}ftd:wEeP2Ehn[YaΊ—W`NR,xܔyhg^U$QZrEwV(k|eEc~\0/#W_K9m5мkɼGЙ'uhɍBՙRΉaI]ub`q C6i(yВka|/u8 $O=8>YJ !*e@A:0AE"E%2`a X!"ZkNB`A[BƘ~mmxX[OG]߰_pR]5IG/U+Uن"!}*Þa;ϙf8g17LKW1~jn76ww oLiS;-['6A4Hm\?(XٌPgO։ozgA$k;V2n;k{Gc,' (1 {zq \8n' $@S%E39w3ϱa\>NjTzJ8<{auVhnl83g3aXZg}K9_uuu_?7}7t?[i64оm+1+1qz7~b /ddt)LCÌYPM 5Hȝ4Β]v\Î}o UBck:p"mzu`'xʶIsnw]H24r2ҒҌaEݙ;iF#)M拆%(88)tFهoIwF.cL t8\AݶLޑbdZޑ'5dc%$0U@T!S#bvNˬ.BW/f.̬(ɨEN"&b ^򰍞%'?gI[#$={BHIaS[Z YVc3Js8i5tm]=U 3/9rZ9R' a?Iu-jc(7'\fPGz䬔㾜2wa΋A8s͸$Ġ//*,/E!)&7vÿ x-gʼ}qڵ{=C"XĢ 9)gheOӘ5H(4Иr~ʍ\+-~tMܽB sng6 &ĝ2 r:%4_:!势 I9_qt(6P=E즃Ѧ&'Fvmҷ]|?JӎprR1)7Gۇ܏e/&&Ca`#9yBԜQ2CE3AT* [cX%B݃X& Q2A{̰ IAIsm0HaA~N} Tx]E]2P0 `X\vqw0b¬s9/xw<NͿfzjzzf޾EtMUuuuOwt9Q"W.+m;vޠfmB2Q%ږyʮ[7HR23_ovkS993&Vn sgOōk66L3PtSې1E;{ꦵ4ͮk05ϝb\6x}z'E_8PVi̯o75Զ50,H >)/vɼ$Tͯ_\hRjлsj\û!kfA2M9M5-MusjZMy+byy(]C,t !:/(GBbmO$VP8*OmgF{GVx)Kb Oo+ǫX >feЬSzn9e+1e$VCʐ_Aȯ`D~CQnvØB~m`CMFǺ2 ?X_xtf<6d<6B~cD)xtx(4M?llhf+fkFSm4fhhc4AF͎zF|H"7;3쾫X&COq"E'OtU/L}Qʋ:I5H^dD/Cޟ]?>PX?1U$i"Er.<]x6CV'q ljҢ||pf-I`?WD5$F @wF?G׿ Qѐ}$C)ݏ" \;)]zoD Sz=N'AS4@shNbЬ"qwtily.3Ƚw.=zM{\_>l|yMM'{_@h43y Ͽ|LG}DcqV%}_gēd_#i^#J<'1W N |To+^ҿnk:{:etAmW] r//_]-GѼ$i~a4//k {L+K%x6{ ~tȭ\oI ׉d_#{0 ]L7-s}IO`PS|LԸJVa;˲D؇?׎A'y0wK!|?]ՍϑT]>G]K =/B]e1~-=tu u|n`{./|'A&cC 2~x`&fY޵B=~fm"DH uP$*qwMYV4S.R/l7UK&;UD9_/5٭mSfMKclo59e|1dyK{;ʎ:+AHjcrԜlwmɰO;rNWvjOi z\gcG"lv\Qχ <=z\鎚MærMSWfS.{ɕcU[;r ]tl:6]KM: ƏhdSeA}Ħ;2>V+ʳgG۴֚M7M 7f6uMr7A1fb6:oml*_A zL#6ݚtgޣٴt ͦ;^0׎gre{ wG#MwMM%'MxY~>7T֠D>b5M圬χ <=Md6tl{A+57!w"N@:MMM+gݾ߾"s zdcG#&=<+x{ܵbfiM¦n#fSIW+FpȝyӘMg|Vb66ؖc6E=v31ѣtQ1sgGAa:s46BT9,a=06}1NS>$a,@;͓/gtv!#Q#(:FrNdwAkY}naw9rVAt+g:)}΂g"]~6~*~K&+U1~2v\)Ge=XK?r./6]e+74Z ޣ^YݯݯݯݥWN~\#Bk^-`aw ynڝp?圠[ݟM_Tɠǫ=&zvLq Zk/ =ݿ0gTdHt CeG'q~#=]`{W@QNQ% G}K%_FJrA O#sH!9r<ﴳ-okMzvy5;13Kd?}A'z9 }H||$Dg_;q^Os!SX]jOQA>)>vZʾ]=MN[;? U{mdFgA?/j;I]yeȗ#_|%򝐯Buޫ}S c3_nWich|UuǣSvqPU%2u{{ yoxJ^U+01W_XIJ(_U+U?)l k  A]@; Z ڵƭJ/̫uD 'h&ofoq{&GV(u:9=>jM4˻3Uwρ?{)^{[j=.mw#U>F+]4_5WvG+N8tJ_sΪ_WgrɞTߝ_e6+S䙯Lg22zywbrYNm̿Sڜ?SkOM,"d>w^ WCd;|"8wCE&B8pzƹG=g)8Gi{ѷ_kom>+iz"s'>wfE) ~gH, c5q-\տ{]%|?B_97(߽D[!+XߺXߺkXߺ봾k}M󥖾uXhx 14jxtHv>O?Ju-:(wH1/)_9~%.wm̸0f}BEax铠9Ls]ƭDx[Ϡ:sr}UkY޵M0 1(cZ9Kq'?Rh寠5W+o"} a?# h߱H Z+rr3'W|#Eۻ\_|Sf|3+_0_ q^z!-koکQk$t?g?kt=D؟qKTMg\Az\zh~(Dq8Ɵy~8\ѷNkuoiǜkwU?vQk4G\pu noEs؏|L{'@:z#9 L-r} bޛ[i_v/zS{ݰE{RO<مsJH!]2Ft(agMin~J{ݹRzuȩY5u {UlP(Üڏn=ܦH7:J?V_S 95|<'}Lntي~Hw@:lݣt>깝dXf4њw6|4l+l>6o`b*=n浚[+DO䨏>$'#XǁW ώ޸3?9њm Q+gLNꙠ{Q؇y-|BpR/mn)f8k1B7pFh$8%6juZ(͠D~J鲰ҫpCS-EyL+%3IbMETyGu 3hRҦ@[ueU 3V USmsMKEwM:@gQp.1 n]\t0=g._ ،͌Ek5g8GfӦyz^6BeA%T*r/C@C',Z):0^xO=H[^ wU~uZ}FS ":w_~}x+XauߊvS hS s44Ά+Y!U[ӳ 'Ҕ6"$U/UI= JVߢdJLIV-JJp1I鮤4 ZQg&_Q< 3ӾQG$TuJӗ-:Eq a^:9cv]|88aqc秷$OruO6H[-^=`_ yRXžfS[S}n(熊xS|W/7#H% UگeZ@Kuh#Zd["l[bUFm:|[PTR={n%rv]R/TJZ1] [e贒'=j籛߬GH7!h3~AX8-* 3 ACmu7 ߼#G1曳N9&)V_qnKMSyN~j i\僙حεi5SVhAQ3K0c8"fʉ|a;"F2I6uhj螔PxwYpV|>2a1n*6g be"x6}KOWgnC]d|άmڒoʨ)BZMmeZMg_?PrN#G`kg(evzg;s{oS 7=l:WpydeQ+n[)|5^+SE*?:M1NOmki~dkzX&y:=8uĝ)8:(f 8{]~izagg[qAލv3J`)II؇pT^6$K]?1W5~s>s@/~ \mV :CEQ52]=Ldz؅V?6;.1v5kz߳jAMTGW#vkB&,՟5=鬐%m;+O7U>a {|@{# {|Xd둏#$~+=t]QQ.X^LtvHODʧW>#Ya] {+kGlx߉߷23?Gb}!bT? {/}Q{KK_^ڹ^WƑ̈́̈́ٞUi3d1BIA#Ya7UijC;g7ma{wʿkZl|W;{"[|NomQݦ`wͿtJʇv)^GlM?nsN`'Y&WJ#,6//gHYE>py0ĮQװo2u] a_ 6}m*tЮ?Eio2WZߦG];2"}~o)ড62gSa/~pl io oa$~_V:rRQbI[[[-vH-E_-vp R.,E95&V&%YU><8:<8,uxy;+N6,?t/5a- %>tlS3l:,j D`vS`YjYlbxKm6Ѧ-i-/Qk鯍f#=bk,ZRQllINܒ0JnB2=Ki -,"&f9"lZS<"/.>o!!Â%r kaEQ8׋ Xj.8(;1."F& 1o 6qX予Y|9kpASgil7MZmפZ;8f|6) ^^*3pc< /C_vS+)@uW [$, 1H~_mOaqY T5̝v,RR5:+ ?fewgq.6:A1 Wu)MCj[bERAEq]UYBc-:!Nf׶ilOERA=%bTt+>QkOKy1junzSBx*@spyd̹Y47^X`TcQB߉Vg{np ]jƘ@qѪ?K4f a ;_5JP(&,6ݠvj.e'gהq]U?)XX$[|:G* U,i"S[fצ ;--Mi 2iLK(f^2K_ug%d)m=T2>fc$5]nlK;4g%"Ehh 61}R&lT Mrώn g fMiƣaX<@E e[329ftҁHx\1%- GX3:"Sorʣ) S`CP~"KEpB# vk]XP땶$< OZK`~\o)w,&SXL]K(<bh;KHw1,RRD`)/RpB- QܶK[mG:xۅ/Ӧ%(RZNvMˈ'u9x#,S+P?nHwAXԩWa[z_q~ʴ;Ym7IdʼnlpPfB9y$ErX\+y9t/gqm\$,M-Rn6{)# YhLcPB(E,4Rd\YHP\bG\rd^]vȴ-B,f"?GEhuѹ%⒅dwwu|B̍C8NPaaB+U%=gH3ru}uF-Z9 3DNU43a^AM^}9ev:vH$-aڂT|ԱY,GK:NxbZRɳZQ,\X$=$rNg1)K۫7rff?9;^jqoskR=]_'<~H6w ~b;)de qYȸPQ\Rq i#@]J)ߨĽIAEˌ2Z𳞆7*._=ʻ$gro*,cF-~x_ .ˢSFf蔪\D`W qy%̼e!*gE|N1mH;.sico-DLYMnC=Y8{W ڂ1tz5,f挫Ty2u_ ]odg6̡]7!ĥZ67 |~E֫j92E2 .-֪|`ilƧǑ|2"<|Sga.#Fq)@C,$S'DL+$vdUFm) ?T.LTX(Je'yLZIZ 1l2v=| E>㏛iv 7 N_'Ql6~@_CD$Jfb+#ærwB`&}ؕ#,{$[%oPM6s1n̶4Bx{mcBPE7!"o>'FbWrmQUvwq%.rB# yk"7!:km E5. teq# s ! ][HBUnnY|\I zLH(OLz5JjLUYxf`m9?C`i Y`S&ʰ؁ b3D.te>O0%ώ;CyQw)?BWo֮W[s^ab҆EiLHڢ6ʿ;Y1q t]1F O(?"HpQGYlZʅ(F`X=&!~:SY4۬Rܧ`).:L%FϢ`)q}XS_*=̷ѣff)~,. &Dõځ]aQp#7W`)7Ɏ,mcC=TgvC+9H?ch5eP,mD>F$S,Zl_v?gQ`#~ܠW\aa_;JV*Jhm(o^(i*J]nb:Sɉ0ʑqmK^V|/7< (^% q߲1Pcyy^B تpyܾC]} &Y"n,qAܖ/K3bcY~%a4Zvs%?+9'2%JR!{̏{9J #y/‡MrgA΃Fk656O0&&,:p TYȋ7c|a^kE{Cڽqn'6 |_= ~HDg}#7ҷ-)4#vǢǎes6ֳ{Y) C*i,pBto.2{n=8cƱ{ z& wd!y},.p&Αln]gKrSAvmHE3ҬߍLxw,deXbYV amgfK1g!X#NBUQ/W(ﮔ3 D,0fb@~Pqga6#mlFڈ,m8)8DSR:xKtT:{gTi1ttF}FVw',gVfߋP~Wm yt.Hw3ٲ7K7)DݑGR~?t}|xK!Z‡UW)D7.'~L= 9k,aஓ"H]1,˞Y ӑt6zwmRJ&rA`ѳ?𙘅ʷ mFڄ`,o߈އ0yzs>{e Gz#%a|˼|$#ea0&2 H"="' =1q,\zD*HOBz" MUN۹ !eq+z*St4,#zNG6H%]?9HFz!ҋ^9JL '`6>TK^ltzFZH@z5R &2][`=>uUH/Cz=R &ױZ\b,JFA*HoAz;; k;ŷ! HYf"G WUl3>#} ekBzǑE? ۯvQO#}3Hv_*>ypb["GĶx!l.Ŷ*H_B* mQzPDRv4^g}#]#E6>*N%6[avNH*_{H74Fj$ E.ҷ~[fl gF[6>rwC xtD)Ͻ:.ݖ>KMY);~mЯAIgH #D7K)=4PyFʳ};&z''C?ӛi~ubPJ9>^ZxMj^$l5eaVQ2(s<qY$oQ ys R`SB_qSmPR?s:!-G)D8S.b]͖OY<9{ e 'zJw&&'GC1,[YV@Ǡar_KE<^HG~f'ʯYWE>MLΪf}G"] -Mua#] +^ü\N26hVE6#+g ҦMH鐃OHJ'rmtB+kC|C/? ŧ=ΦH73Yl(-oےo \(%']6F%ҭ Rt PbAn]?4F1o4L"Oo|S[DfB7_Q_/UR:414^QwКA-ҹjh$'}G XVv wLw_1~0J`'cmm=Fz vqά뱨걨ؕcl'S=Nhm=vc=\ک'{z)T!0c ̙tR|];GDթDo|SLOr|ct *if`}Q( peh:j;-D1xZ5;?>Q,|Fkp'zi,y5 UZqWԚFM{A˯OKot". 'wyy=˟My|+&ęں˟Cy|LoPʀr rW5t]ytO4<ڕ^bf QC# ڹZ;;ڥ+4"ihM=RTz퓡kUm5hkDP.9i>,t˶_-b:^W.Gzy:B'{Qi":} K\ &߅ r[aKt4" B0^ӉVgx^qsҷ3gMg˥z].} kUW[9ːW>Oqm%_^ {wZL~fm(/˨>g* uhsVja5HzfnH}N!}T,ǙdzBWG8Og}~ ?oŲOg:ʟBEut֮^u6'h5^)׿/{_;6Ŭ_ZzO"eq[}rV_"xnqh"◵"%>jM&R8r^GWkn"}_kuįkǗt_uI*t{TKOEQw//pLP8:"u ҺTjf~k<>,6bz6?JD)X+h# cCoEG#4 [D_EM 7m7Rܧlqت R<1Ȟ3(/$2}7\$ID +Z9lg/piRV?, 5S؍+u].ly,s/T_710K(~bf e?LJ\zWPԆWnwQW)twK wZFWw&)͹4:fG_1~!q{Ğv/ff_1Mis)9*ƒjѝv:őծvVan[{@jv9Wg .4ZLatFk_?$hCir C] )8w\^u{o'}qExF pâ.lk/ʼnSۦǶ"<ӜpwʼnOڴsCw6Dkc0QHsY;yNǼt7ChXf=}pp~z?tO~}RW5kf'wO0Lf; w_a'm:٫@^O8UNE:MT0 Kw.A.7'},i)pqt;>_E0)Hgw߷UT :tӫ8O=~=S,۳e:GWGN= }.fEx0~ĽD,t^k(C*WlūEf]]# _WtE\#mSjZQ:HobUaYuoX|∫XqhEmu0,7.~ŏ%#G|"G{]Fwq<ֺ{@t8"/p4ՂQ~8/#q8'kwF$ҧ>٬IX+/Z $g u+~;>M%WqyfDh*}`eR8zǥˬ~8VzP_c?}Uk̾p?`e>?+澅g0wD3ou>*Wl JHCn}s?J%}7,rw {\I'DoG;L {\I/)8W|#mFn}3Ivfg^~(easm9l)~`Kn[sV7m⌱w}2Ǘw]858NVZV@km%JyzkEUO~-ybL7z& ,8'4F[CAĉ?!PÛ9 zOdLtqG'lQ^KjnB P{G_кuDZBs}!4*35L||(,T ]WN}RgskZKs搖T^IR26ztsDž^,#srXȜ2T+FouTXJ5og5;5x ˹,fWxM"o@HqB?R{ t9x܊"s(~Kil@Ey}DC4) id?A}[w= i@to,#]H>o^@4Y+4Ey}UC&4M idA}] YUC:-ݯiYj8X'Ph| |! ?dsρ/4| \|ҁDO_!Z { 4'6Xmou ?Oh\ @F H#ϧ!H8倜:@49U|txT :]n|th =vk=Gt0D+>ZQJ~e`x @>Q~5Tzj:V'};zp֐ t!'z0xHy]`x=ݿVbkΆmq_&6(Odyߦ[h ~:@*=~~ '!l/]ߦ#rw0 <ѓMwMh ~5@*=~~Hœa?I8{J .4L(O{{{n_ ď҃'?p`T<' 1̓3Eb*Pܼ剞l: 36@(? Jl1@*DOd,4kh 0/Nr#=Q^o5? DNppJT_pZN }q_35Pg@(pATzyjX%eR"z+pyyusk==? onJQ i3@*YDO_pw kx<ѓCRa 5'EtV@}} _Ƴ(OxO~oE} (kk/hxx xxxSThIf#[&@y%;mQLoZ; ^T_x_>|Sk ~K7}w|ti. D K GѬa%` }5_V0(C4 Mp ăӰAlmгa[e@`$<  辦hUX %`O 0Q^ WC_arʁ|_0Ԍ _+L`U`_+fkh6n`h@G0=TӥGj04,p_k:8N!f2b'N !4H34UW?/@Q^AS vKA4, }hnV I Ds^{4ܫ> '! '1 ') Yƭ5< 9qo^^hL#@cҋKˀk5 7w,򡆏$'WO5gA@%@5/o𝆶jc^%>נ~~ u`$ ~}KR/:kr%#:%+PS LXQJZ}Ou6@{` kZZuk(u5la`C`#Sbs/Bn4maVv)#@Fy}Na]4v2~ Ϲ?x] |Ty-Naqqc6Z5+zw0;Wnh4M鑴iz'MҴi6s96no77;3ofDHok7o{rV)c?٘uW߰i%K6hnaoXuhu2%bq\Ըx¥2'슾ho7A-?[e,LeT̲X٠KY)NesX&9hj@(GWʓ&bbPgXV`8ZD: hcEZt󐞏t< H/@:$"[8E_|be2Mu,їz/ӑrDڀtH tM#[ 6""MH#]t)eH.Gڂt.+O*\t Vk#mCFH/GzM<hUl7դ \azL߀u!u uaM`C^enف9;Q$fA<{(EvLчmC];FtkttBbJ [n^L'іR0)GԝF)11KhqH(ҏ}hKo a\-l-݇HÆ8QMtA}8U!?#u2oUqԹgqh/!<]8qa\P` u>@ wP)G6SG4a}Pd?N<GIޓ>< lx=Klo¼w<m`\ `[]sHx$oq{wAy~e,{M-h=X$Ú5Qѭ"_G}CVu>&?.e~D8DY?żIޟ)JH !i!B3BtTH-FH;!Bg? c,?IbE,IHIH!e!J@,}UHMHw!uI,dy8̹?4=d-Rh?+-"u=[~-)ݖmn-Rf` T*!ĥ+[^#u^Ǽ:.ƪcޏPCǶG"ϘCwƑ7 S]X蛓`N:Xދ~_ܝ7l1}\G$e:zw)tTcNk:`oBh,訊 cz益{[<'EHa鳑 {`nϞ4bt,}>ub9}36}оy\yx8Uxmn^޾CU%XL/2.̱ 85eB5;fNGL:Uϳ-_G2~ :d~!4VN_FxqDt\e:?^7Cg|~3N`|4_:y<g-Θ=U rwo2*[%r0ޝ`=TŹW߂KD\OIbkt8k~q;HKt#D>t8]yap9r@ΝX# [ U6G h"@r`tF3w<$ !r'~>ek3#a`{ >ʰ ,1%'h$iRjPQI\/{i"k2jQQBQŬD,2n*>1FJFD_gjVR "9W=sQ,]](%@QW Em1PtؒX E/%"ؒXKT(ӲXX$v*QB,E5̼+gRt.9F E!0H/ `&+HQ,o? \&ڗMG3B~OLR/bq( t%,m-~zooԢnNuzEhzk‹k]VGO˲ ,OeYѢ%gYzӳ?=ӳßi1Y%++fRH!B1LqLdrvgeY<_y`XӕeXNRW``d\*J8}DKFtDc{3Ne\-d'JUDjL{2S5IW<}̕t/l,r|Cy^ mK&(z|P&IDl.+gYRlL&x/ |ANM2Y2ʓj¶Bjk`D{INAo`h؞x}fI>*Lө@w@&-.,%k}(#gvʎ3x]d;R;S\Tb4BS5zut]O~4xrѾ$(&& lvf0{(GoG&LF1S~Fxl}qz9/JSKOCk_vf0_~dn07[\?kS:iz{9Gt{ν.q9&;8o;53-?^_6[S6CS6_S֠)kԔ]Ouc\X$r`+=]08\)cIMYl ϗxL|. c(0"X}x&w+.ave!7nW_sypl6UTD#S70;7F}Vs·8hc_fs?1yK3h?% ]c7Y״a gkƁg ;AKWҁ3xG^yvĻ1p,c_rrkm1>bK2Fe{qO(n U:r|BCMW_LD)9*VX:7{ aV)gVOv0{kłBHD|OՃ+_f:Bw6*1VV(fWFLF}n eAjٳo!g muV3E((j̣%t*xҿ0XIG3D.V{U:ѹ  WLCv|ؚ<\o ί5I^7dҘ^:> e{>K nHNoc`4r|{a]Źz߶21~tz-uF`oGAxPs^@wHxY>ȿkɻ ̜?(mm}2>_][[_s>p0|D|?8>*v>7|_YGGʳcQ^hD7N)%Rx]G֝FL{_s=~33ԪVCv.{ J Kє^BKWzq˨2~gZH^I֓8(6Q8*WɼWuƣpR ʐ1|=֣E&+hTJUiYZh;`;/]y\%vqkI˸=h7]NfEU2)1^ɪx=/fߔp=v[=Tz:xMUK89ZW$wߠ9|>q1.ҔY>kYq[,//] Q䗰w;Xbl^S;Xb!hw&gc,?M鋑Nui>'upOy ϟt&Yͻkw~_:9d5:ru~g*~dqu4rsΣ:xw(kRcR ?b|ыMXn7^x,XxwF-{#AKn&nQ[ e]^eCk.Z 8e41ZB"vhKb-F] #j9I2!܄n~WM/fL5L8+7ӥr7VxxyXkm(p=Q?(|j5߭f"*>͢4+1]jL`Vs^cX74_-5񹶴 )>Z9`hP|fGs}@|n(->BV'|`9b}CӢmgNHv ;壢ho,3:x>K|Po⇓ W@6͖> źvy?!Vطiym_&=t >^ j ۽UU-u\ ޭrib oc7n[gtc);(>~_Sʘ7o졏u?zW ?~^osqWAP_|SYZO庅i7;'ۭ;XxwsSw^{CSNa~P%|4۵MxmAʟtlcnkv(}0`9 ns!xYuJظEfk,AިJvգo e Z7`Uuu{ ab, jK\w iU]P[r AUԖ EUԖC آ}\~O@u3ILeQP[VDTqCb*KsP뾟գT>E0eGx A@qP=O)}x\_P9y3qP_BpT) ^ %W+ >seCb*2Co3Y4 /qUSYԖoSY%ؖW ab, jk0Tf Oy@#ď?A3/?C}{$%_"ڼC/tDT{0Q)(1tE<c &"LBLAL` _<=! |KM&ivNb4L/C؋ $tT?VI]o.}0q{}IvDzA4o?}9y z8<q4%X!ƟOwqM;kV&Et6bG.XA@l#h;A4˚   M|!m<txwnO)4妳92x"d- 3)ޒ-Os5Yxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#THFdII,I"άfĢ`)^ b +.a``e@2387$#?@IkrN~i TfM ő@h Vg{楤|7$*x]T׏D#(XQw ݞ{xw ch4kXb&1hF%1&F%j4fwo{{,cf~kS+s4 !DU5}Xt!33L~l!dgDh.SIfڔJL:v:?D>!,o"oHS̩%O,֥rtE:vy6ўsJj2d^-X`(|':d6kO6]N3Uy 3@nO%`)28T ^t`D}{6e\s"1T.o峩vBe60Wwǘ:MW@tw2Cj]hY9ɺnm(cm:*΅pdm˓?pRm|8tLѺv (fmňXm6)r%i&i 7܁-L{#lVW?[ 2S}[rӱ5w9m͘{iKL3QD69>'Ja3Gd2 klᡚG 3L֝k}uǚ^Z<\'n_0T7ws:[#L.qL./ V]W!1D _NK[b*R^ILD%UWuc[R :Q @BlSAb8!e c$dl +MwĞ1:u& "Ct- 魉(trީgEӡC?ϔxq6X9 uX-;J3q)7Gbā(Wq| rvdrA|t-âkeOXh(2 *YO UveuwձMB]^qX, s.M??%rXW1B!+ߩ&K%rU~\Ay\͸I/#~[M;v2·~/E_;Z }ŸnQL5C(j9uhUC:]ho6+Iۨ;!ϓ$' ),;?Mt?cBeٕ9yVԿ@}q:u`"踄uyy .G7dw! ȿ vo:A%yۨw- _k97k-ydJby+~p:Li}.>t-yLy^;z*$t<^5tUVcEWA'DzI~ >z? }ρW_I̟C<~'jVsIV(R._`]J]gE-zӠ/fށoE-zR>1)?GG?fY_K޿$߳\i%^>E$K(736~AlT9KN~[IWq;J; vWP;kAЯoB3DJnWّk8Wmsqv\WM"庞N8;QGP5BH|\Y8;<qIr 5\u;ZDPrHH*⼖ŹyU^ {gc֬D}Tcw Kù|;o~#s#7JMu3'=VO{:9W9y]y&Bx[=-jr`⿟zD#cҥY6ExF ڛqȽ#Ӡ)ПCӤ2&mLOޘܻ֨5nu?PƐ^luLok{CW&Þ  om"ݼ=/#>/8b.mQ<}doѵo—_"g]T-ZEm;HIH+*җE>x>@?I^I>!g_}JxO%Jƻ>UXGX uTݲ.ة֛j}l#·v,P9Ū!X-h+3VXk%y,(J?&:*&S/c<}}!XL9gԾdkSLU1iW߄+ -ӏ/"!u]D?XYndeGc$5FcgMا ? {x-Ǒ:BV^X7SdqmQωk/ɰ&M }y[賊c[*]JL"wMsYL9Q\ePhbl3em<Th,̦֚I / ccs%yo-d[; q;@A_b[2[;"̹n_D6/|G>iƭTVHl[fZmyY@`tnJ6//$/eR~dz v 3132&z 78 2v>N(&U@ux3EYm҂"&dQQS;(Axmq"Kjf15X~[RrܷV}ߪ^_z]DžՓ׉+(=/T{a6Q@e|X,d|^>T U>,5y)nr`3QT><q[lS.Lq$̓"1 0Jz +˓9"IhL}d˲Vzcvƍڮw [THd% =RvQDaF$qGm+쵒uy~޲܄?J(bZH(ev {vLzg3m-g]AJ彥Tq5p'1`{ȁ˦;Cn(nWϜsvS7$my=ɖ:I&l0O!\?A廚<{Qae~Sԑ@g"5w.Ϲ7hq EKOhb?ia@IK]X#u {#T.j[7gPPSX;KlB-ʣ`/?vs=r|/> C{sZ{AvȧY_VuKZ"cO3lkṠT #e\g< :{0$fE佘B3SD?zjT[W$V%829,]+8L2|[v_@ 0gKn%:jKm撗m*?R.A.wzUA/x 0mUy|׹SҺ {/{_h *_[^첶eVַ.iե x7ހ{^j *y OX\7EPͦ= Qc9 KT"c߉-QW_>3kB|_~IwK^]ΒVaNXY~mwRX>/wӆP;< r#O+>F6?ՆAKTC:ړ!:'H\#!zTM><&-|\XgG><)0OXXgQTOvy!7㭉Ne&~)ދmiPtw:ޞ[8ȢQw l14rm3}Z^9 kM[wYw|ni:OHT >~)*6~e69SU5gLP&$bjU850c2Q&Q=ؿ)F}tKvomgU_yv7_ )ϫ'&0i+6gmI{kKul?9J+Qj˥ZϗAo 3QhDCNkoVs g~aτe6ҳQN.O (%i˳fm@+ ա?#z N-pe |wDK~^g;1uK77h}R}D߹{`;Xq"t<"2z,@{,s)ok>XD6i*h;ΉB"wq/;U=K(LG,cS=(&?#{_O _='[i4vj[O6{esτZݞʹef˿ ?KuH;:_`=>s(eAwPISL;]_jMZcRmc:ZIfd֢Z%z#@cX3ηfZL7 𺐮௨sbNvQh8%vM;M hPD} {r "['IA;+ ;63qLSCL!!vzDžvf nHd젰掬z :R* {6؁e􃚬0S;3y젲]LcRl'[Wn5;ɸ!n$}cXAF @;~Co6+u";+ŕEvWW";3LwF9;5q0eG.y#CQau"`k3ok&T] w80vyt-F)]>=ð3J: ;'?t9y%v$pvM ;/d[`Ov6isRӜNlV̬>r1C?DIn0`\ u)|YkD_P7s=̩?B[֒A,mr)9xFl%N.׾WG|.,D쫢q魇a3 ~N$v6wӅFb;Wn-4F_O(?4V0d't_>AG(e흣7Wz|EiJ+J, ☝bQVo@q-97 a<- 0СC@jA7ww#u?e"u@:6ؤ~etv,=c@@ǂ=6w{-6R<6Ե[0t3νuΟ:WOv}tzkЭ@"x*֏ʍ'%o t@gT,֟Qa;֭bonYuv_uQ|{9sAw:߭wUf vU7 1_Dލ${ʞv^ R:wt^ –A=Atwk}A@o)h@vKH\ZU,jTc NjlIh7=B{(iCo59\K z9ָb@P ֒:htXȯwiMG@`أnj]j,AѤ=$MX&Hly,;TeWpmA͠ǸcuyMeEk@QrQ6^KB+`O#>u QϽ)#Ӝ즿ñ&{lLVl{nvRF31/NH}|FύM;5$^u^I<#/&u=67 /޻͸YtྲzVD;܋rpX6k67+/G 4,=Gϋ÷N1CQVciU"ݑ$N /f~aen<e?z$aLҥ<\㌢z"Q*C_OI ׁmoN#"u#v6^ύ7kt͠z@ݭ]л@w-# FlS6^Ͻ?pO> à?}i>$@qx&Nz?O3tĮFa~5 ѽ~i7]:g Ooܸ!j9Wn?3z^Sςy\cxat@-Vyʾ߂׮~vf2}SiUWy߃[>EM_ӯҁv5u*[j-`";n 31vFE@^b<fyrO{KD>~%6=yCUWbOW4v-ki+%7:T)f'^MkiԆ Qf׆Lwȃ;/A] zg[aPu1_UJv[mώ 3nh=+'ȟ=7vܾʐ?TfoSOʐ:U37N?ͿBʝKOWn‰zoG%/hۭ֣euPp s#\:P!u|븅ؗAfyaUz`Ct-K?_ז'<ƍvabmIYPYO#Ƅ++W#}E٩G7PJvH?ROjdea-Etעu9)/;h\L7 dJ.nܪӃAsEUOoMbM#5!GB,6EYra3(U)hHO zz +$d#NN9]xبC Wg0d۵QښoxzHon!6-X v xeh7_o+G+Nrיw~?0?ƺ鮍]ԏ[bg]ߖڐ[vu&ܪDurfG 寠i30}@5G|gWZ䴔#&ͧ(>[t١ʿU݆ЫMg h\<;N*Ʃ̈́q04(85IV]0m]jtbeڽG;M,L'oJ/§T! pǽ@}NΛ1=xOvvPHo]}I:AY+x|;ۀo$ s BbŰ=&vRm ]7V9* p*ayyRAS7UFb#Q|LNME _fY} 9>(_vcc)eQ0VʳA.AD;!G-z,󵣂Jv4T`[۠d<ŧ! P\@! =t_U<7g ]#|?x?>u^-<w*vvg|$; [Jd'!NTt/!vCh==r b=Gp Saӫ 㹨^Z7϶ѽހF1``D %p`M`_iSjw2I0 0ՙEW0@˛C˴yOSt2-B ] 0a7@ݝ`7== `_`1~8XpK aR# L19@' ty rc-H@ H[y2Y5 :CA2HyDSS tNe8 8@?|lVRˀu hk˄y p#2=[n'wIpw~@pCtc E'g4?z]%xb!H_<t "Woqi8ZЏ@cigS<8<:F4/ VT!CafC0 u(| k g A qF1:o[hy,]`bIz̦Q8uNB=b*`K`+xh 3l`{Q{]߁`N0`>؉`g`!ۉaw`^:k~B3)@ $8X%\ࠈ8hp ;Ǽ@ǼHfe!H4ΪMVv GN:waɾXN-̟|NFp'8Հ $uNf,=L%t^$.P,0:թ\p\\\"&W1\Cmp p-Yہ;p'pw<@uw0< @|ACr>'U_|1 T&:1A_VCЗ _| 2 PyyX/?6#~lNՏˏ]؏1QM0>7)l 귖6$xYRGmI#"@ ƈUB vlL쬶+yɋ\ciS%IyC'T9/TY֜h*:zsF<BBD I(L~;h!obD#QVV,UUyJi7ǁcV[:m?[om"KYmEA`٨덦q9khQ mެbqŬ=<֨.+GFSi|bX.kpV9Z+&`bQHut (V;')شyJqE"E1R'/SASBozhݖ@1Oq 9' "d( bb⁠Gpk\y!ȳhyȳ&b߆_ˈo!$u 6Y~۰y6>ރ}_=䙭$(|܃CCs_KBkB ;?E5f?":뉭BM8 `٪֒ ޞ$THR6>J,!'H۩5D[;Ǔʯ^_n<|dD!X AY*^^ ˴t3q8W̒dIͰ<0KzˬYЪ5rqU$'AQX,A#IvXoWͼB3trhvtɎWFL}T`l6QMf'ʏ_$;J$8AAQ/IηL,9:'៮1٠S3!9)q>u\c<{%DC. Bn%4ю_SMM!qt.yt.8wd~$/ΓxB d2#@, /F|ȹ&c)oڅ?M5qɁWg\%݇3g#_?~-}G|ٔަOZV(ηug9%(ϐr`tW|6cLrq-]Bh乽U⮣9Y{|pm]GG[$[c_Z(} ]]2r^×d?~"˰yރ-I4y)0@B0. t*`I@ +P[>qI 'O| Jxt59"xYNGk06m`IHm4i4Z)ڀ zMQERߦi_"QTBf\t/Ù9?9Σ(c,Č@O{](mr2cF' 6jU6R\/__۸ȵ\ ;il-o^E۽iS|"4IVa6rs(j=Z^ C;lWh!t*Jv:m8OqE/rs<Ę["iĚR.f8",b(1]<"}GI7c c,|t0/"ߐ x*8]r5~֑c(In9EpBo |]ߏJkhlo*cO~>gh?G{~򐿀|=_>+݇mf+b1F %^cMqjZt+A@\{QCVe2Eqs?>n" :T,*s4w?pH:;UZ順OiX;/IWzT.zJrɩOF% 7/]xz^UlZR (?ĝajep{ Egc5 9 Cj [ms*Y opjE.d]V# fOGM¡]b}-."n)t E" )ib_wQR,.-g7+oAF !#MbΝ(?oĪkֽVyp Iv =n͝9cg9i3y !-bϠ͢͠CC;o0IOTwvƝPȌ v٣Etd}ͼ]Ezi; eny$%Wq,rU=IO^M?Py8:yy~}ď?ź/ȋy}O0$AuYjAEJ;';葧z.Q{ k!z` A |>&fR#z` H @ Njdng du@#qK r \ ? ɷN%9xXKs6DA,qn%m4*IK/$ 2'4ɐԾg{E.@.4Kv<=o .],=BFFh-~Wo_=}~r9!ƥ5N w3ll uñϱ1cq9 p; ]Skp wpSwp;`]& }G9C$X?B{5y_@-d!#1ANJ'h)Ȟ!ٴ`.aɾۧ$Vl ݱÈ$y-eI߭o._׊F=hc$G醾07።9/s\?~3E![.ihd+f x,s^@̰>_q̛4]8+jEŧtO/ݘFYVoNV^Ķo ?cf4! )v4~xCp۠>a4軅nBX-s =ٿϞ8A+:>Bg=jTLRÉkEbĉQ}H,IuSE;;1o:jd5,y3Qa(}YGC'V$|;YZ<\CT]7]S__GtֳuAA2є0.s_g钃[zL#kLwJcKؒC;J.=l& r 8D\W5Roqyv99T XX)^Cf-oJRQ|3%Z!S/vCϱk8Ӓ"?/Y&[x y*dPC/ Hbeנ@]t%K ;/.=;b/Žs;Q~t:d^h5+Z]StN tФ:VF,+PPP֠mn߀: ;ryW>dwFt_ޝ!>3gU4 zWe2rb?G>oW->&p+?]uu+)phz82 6f䳹IfԎzw ;W~ծ&EkxH'J=+ٲIK)IȕkN$Y8Ɠ0ܚ-ZBPEjܶ?o:pq.k8z&B -5lK0DAؕ`G!m n#X}};fxxRN@ u.M[ԡ[ K7 E4eH?Âġ(IO>wm +^]ngdtry1PZh-ߍco!Kw윎Gsd3t }h?*q# \C8=zd}D&}+8A@oLvI-zM*5y_JT;\W"^&?ʕRZZRKkʹhxf0@T/e\_6<Ƙ Ug[&a$򖁚2F BD;?Pe,f'"ˊT#bG`h~9>a{%9:ѯc@Gqĺڀ:jlBڍ(6_86)+6!?$4/4σ68^Bak#0O=HQ7x-e<Lxe%FǔiwLˍvݛ_rq|$`q-pѺrܯqv>׈U}|YUL^^aP!o:ļyfpr0{\GSнL/?:L^[I|#sm4JF? 'JoN5*Ubi-Kn{YG]No;5;ۻw^SN&l'pmp}։YZH:sy|6~|?gޡ_-> WL2qI+X. ƭ:&+Ɂ"61ѻT =ə ˓9x1YKlFFwQ[^]7Nrɭc;c{aqB'N}$[OɶaZٮsFnUo$)D}@7Y9fy\sϛ sI}3.9<9m_YDA@k6o9䓃VWmoXy>,@L']Aд'V䙄ƹ/}^, wh+>#}Tp.ݍ/`mC0K=5g']];8i;N{讃JҲ'@ިT6Xt,Xբk+vZ\ԇr˽r-˼r˕ Q@33d[ Z5 G/5_q*ʧC KRN芁փT^~/xz? 6O<6E*?X`S@^ d;HւWAv 8q n] /&Bѿd mW@^9qމĆ&/h"Iي2VY.Hd"h--C tcb/jbm|j`bAYl l@= .+99BnD#i,uX1qswm=!;>}v'@Ny i+S흘;MQ9 r˗WP˨#  5nCj5w&߽XFi .r|0G׏SyY Xp`y```vN pOG8c!?]?_ Q"WE< `)uIac1C5S)ΐ/QZ!_5kYG04N_c&=q)) :^c}hza{MIj;Ԟ 8l>4* 341m?E^[Q:v5B.nb1w8ڂ y)GJUlF FLi/,ו$U9Nt"]Ƶ:,M)N;gaWU`($qzc) -OQm)zM9RR嶽)bFO*0UXGRЦmoGrEe& %@!`HNXPJ̢w=k9KZJapʪG(#+qnKjX~]:Qp\S'|#/7:QuX1]8|j QLq}]b6̜E_ #}A&THaOD#uqleٹ? ^a]S;O q?^ЧuZ/ا#oz;)N "?^ºHYf @(I*@+ 4\pnO) p3Ijf9@>KU $-䕝7~xZ[S[B܌s3q1 KB8qԑB$qҺi/}hAA:ЙLgi^ән9⬳9|,׾#=BE(P#ahuoკU!BA_a}jDHD%dR:d|zrb䮑$ӻ-~hxKAr|'i Bz'DDHDĺ2*qJİD̴Ky=ze_,xsM?Sz%aO|Fbfз|R0 ӎ2ߔ&qu1R3lwAj 6ɧE``cKC%/ Cyz 1&gCnu ő@iR߆95yA߄Ti|V_k=zF8Q ||\-B? KS+?3ː^UGUo@m2}_Ȼҽ&p)-0!̧ {['b|GXN.x<"7@\*jMr!!#Ě>C,ʮG=Iȧ@wgGXujJ1 4j`gY[}y]?5&l kR0Nra%S?OWI \w}e75}{/suR[ǁ :oKD;¹:O+aտCL>/,Cc#uNY~վjiw!5eTkklS_@.Y֏^;&y]D9O.zOo0oӘdpCI k_C{ nw?,+ռW smpwz )F|PKEMzT[Ya/Kecgn8-NgStҩ\f'Ft>J)ܢ -J,ǤsSUYE4-M{xągaLjEy.cyf7^kZy@W J7 \"gcS؍9/dv2YtˮM5Sҹ!-aboߘ 1.;/_1MJB1N7z v Gim"i<'ON灮Gmk'/Z{YW uz Q >\R0-&25UQцjz-wqџ> _p⇁5a. ֺY1q|6hm;{;;2,=*^o8>;cOOb~i>tWBd=,ܿ¿?ʧUqڇxCN^W-aC@#{u[X)7& p5YgFQ6x4hFVEK6E w9\v(H;žaEu }v '3bQ89LEP]\Wk _#"jUk{M=yc>tYt!xjG:qif9IMhd춶RXw[$Yf?I'>i96LlN.󗢪rYR1"fW1-\L%\Ŋ=!=Q+4`o^O%n<3+erРn84 j&YZYvOŷX|T)EA3 ŋZ{m('#ߤN * q`k_]E<ɭ-Q$AlP/wFSwFg3|SOGVuGPB-b;VTĠPm-3)ˇ;6wps_h)?+x=T%b .x^iڪ6?1eߓ}roHp{aOT6fD."54kra7[``Tw9RBZQ'$M{歫% baC%dํBEG]/1&׉'i&ѫUU|R^ N&AeW^aIgJilj3PEƏ׎h{pҤ>0Fy4Ģ]-xQN UcI骋](uoeC Yb׆gC',Vkr3˾Gq('=-%k&UB(Hz jdN Jo:fpS:jXXX|]dKOd~,Wt* 6،8bg`PVt|O %̲(qFF1-y/Xth}_o-҉iIKd>E9ROhL9^%|pt멸u!0ʮ\2cI]Tr3: ~io ay(zokm`ׇ6E8=Ǿ0#Q Æ~oz&Is%LXF4*@\g Rbшgm\;a~L2P!ORJ~,+/{[bE0igmBR1B9yꯒE T"k\~ ,ΙaJϓ@yeQF tyb'$4m^&tCY_WnI[{8ArYcya '+BŪ=gVar#y.2/L_Z7w8X- Y*93]JL"[ovfxeF'FN[=8ҁ^!c2m(>:8~|[=#SU?;(u:R@EPnYqp?08F|Zl$:HD}{!:w߁D`x6F_ሐТZn=@:iXǑ׽Ju4QWF;ֿSșvԍ?C}ʭ,mm5*P z~@@]37q {Dcy-"O%BY&v# Zzi+Cp;:TUƟXMq#5i®f8h⃿Lp~`% dBBm$ѩ79yḌn{[$h13t*pǚŚ6diYkF-Os%0"P;LapDv]BBUFkZ `a9D`F;Lu1pAF7lkw3f w|$t;5^}WDo5MMF 4dZ1' 0\̯n/p1k#W >@y YZ@ȇSZa@ ,Xq|TVRh1zNzO|B7UZeZ|?U*@@8/>eDtv;\6 snEUsk/o6('bdlqBĔW,oer-\u^I>9 @Fp (uq% uEvP++:9lD|N^^МϷa^_^piUh Ox"B65WM L}ck][} z}ߕŮ!xcpY`tr#Bm_ D4b@讎ʍE!bwÀ}25/iKI3)> QOzI C^@o&VPt˜>_-={XQ?/p.f .ۅc;SJ(by1"7z$)mfjCӸr/" V#7r-.rx su18W#]>prX3A#[W,˄_kBlҊ k]X9SRٔEِlVB>e s8a:{zfVR PN۳JΞ$], 5.̼D[=}]%B801r!|kE3hT6zK~eȔ%M8sx(ґ|`B5 /Mm:+z^>[rke`/ CVh][a豬R.!ZlR 0?.?t^SsIkkۭH 7co)?,M"eIFmhe%=>U84Z ғTsw x(XЈf&}4-54cqSD,*Ñn1_Hz {"fgۛ*^YxqFϘust\y}.|L kQG7a/.,1 H8rn[<6DSlfb>q 'm<_ OS|Dm`==5'.{n b:?ot;Rj4t'I.}̂ ZU`וYeVTQ3RT .7ؚ}уM g瓍W%E~A3Tș Os}ÿsUG\#2yn\PekC%; 'q&i c{XIYhAՓ[ YZcHWS ާ+áTV@ozxUy? Kgjbc;={) \\bGeD !>vW^L@pGșDex`RR~ټir_͐罓k½S!gIF:l:hV><6AUh4:phF QD)ϝ x퓣s%5VEN)/2+xúxNb ɧ6ƺIkՄ.= ͤ,}E+SMЈ'^;s^E( 蕷C%!fv16 ʙuϾ2 (M1hն7( ѷ>t;K4LUWWf<฾kQ#0SF#ןK} :knJCat"?D2ADT5 0$Lg<~da~4ecj:(J&xr%Twv?TF|-qbȜO~=Gjͥ*O->~Ad0Y%0BC&jH0"eةDf6s1'62.cC[vmoE4'Cu#ӷ\Xz>A` *f #52wPRC@VtxhM3 CN+8qݽ?{n O!6 ~*-}.Ȇzf[]̎3H̙~7'8^e G Mr3fADd}= 8?G}$ #vz+0Lӿi3^k84-}6%ЄcsxR8ƥ`CL*~jV ̃!Y"~0bAN.xI:tPӎaoiV~|9U 3˜t 5Cۘ z^ReX1!pӲ/0H$`Ο Oy9E7:e:MדXxuJ?Gș$KEDsNqܿ$Mk@/U 6^@S;Z ]O֯P.:fNc1P,b*-%uPlu~3R W S+狸ŠoܾK'BM ^0Fߌ)[7NfE"cW&]:k5%9nޏ ;uzbp ,y Oh6RwvASk4VSK~ΞK}336bJۦ70) Pw!fwQ1B`o0uo9Lr"g2tn LeH|jSf R3]I57(oG\<\}KVJCkDC}CDQy|+òٖkQ+-4!?/̾$.®Ús"%^q(hi4/XLx #י8hwB9Yŀvl&Xpں~ayde͠u>&XL4°2>u堇PuqI/"0Cd绨#ek (_{ʝГ9墀V<\gaN DOԩ#ijvIR<6 zÏ>ja!t̀)Kmv._#o}^ J@oQ.K^[CC0',S*p_iIᅭҎTlNWOJXf)6I;YքI?VȿpU^fZ~uz7Vc46żsDo/X cwsYp#V@yٺS}I"y^mߑxVI@ˈ2 7]&$Q>a˳s[PɡD/[n|O!T:( y_`H4pl~9&*9I:vCMvѺ: :S"KB8PhA\rG艫"f?ذj s93᪄6ōD#y3ꝸw>; PY ,(+pTrK_H5>;J`ˏR?X9$CSVqIe}{j`?Uf$Lpk^+ȶ$H/*ba}tLȧkZϋ7L<C& rt%3ҿi%V,{pTtgĻ}WjdX T@r}!VDxL#TБ$'9%z*h?u XPF⍒{[)~m0\jwܣm&8MV5Aɢ)u^G°= qnSs(O#il4*}i++ S,ԅ̣ HT¸dn}*0_zy;#|-E^hP+q _ /wDTJǫp wsd¢q}p4D Հ%eh=} r Ve))ɘҤ;.HKqLT+2~zۚG)e 7I\s,dCֲW,E^Ig_O\). #+qaKݟe;%='دK$B5!=r)q2:UkIݞyV Zn{H?`#I=DV 븚ZI{ڧz|- x]f5ڥJ<42J *lXة45wagayhe|wCS>)m‹@%A1̹pկ*"xV Rk#f6Fmi X,BKeeRqiƬWd_,>.d Ng~@U;_ݍ xw ާel *0*bmh)r.4o&!A9>[N*1d"iG 2 MjYZto j @S9%u]@!!qhí0Q*3 yriBYtIk2,$Z1- 3vN%J.7ؖ 5%PSW1R[=Go}gM >B^?8'ݙJ-ant_aMbB&:*KEt.qaksSyrxφ>":}W ]3k@þtnPeO0hu'M"DP>JP'`kg ~\4Ȭpid6+=p#fTGqM,^̷ 'M#mʙx >#Lظz3,b'5HI v'E={2.yPlDy9omբ]9<+YK&@=k!QZPbtC ɰ+ĉ]t6 ޚU $ŁhH3P I[. $|p{cMS띝#.0ON&A=K=M آ t;Qi CT%TQ#-b^Ǐ5di+D.D;t AsmKʧ2^?ގ<|M%8y%T2eYqSJ'v :L(-Rgw8IPn+f^T@κ{v&"0a85@Gh^Ȇ3XuMQ#%V7?r'oo3ńk@]U;"KzتM(74U6DnH0I2dzUOG9>[ "]̡:}T*BE(wF30{<&#c1Kᩔ~ՀcKVDTQLԑwUQLITJP`LΆ hElPQhtv;wm|:{|?*x/at5"l /dfjD8挵׷p㌛$(M ؉K&N7(JSO4HOmA^)42z +lZOR٧UZ ; V0Ur n@k[o0&%Y\dUnviʡj{IH'!gŲrJ?\ҢG.lD^UMMvQ YG%bޜ0T>gX3lt-犜B%gW|;`[nm=C9w_fwꕚ;}[ wiwrjlp [#!.{@hSB A 2S-H FGXufMeDi @aΆm]X5ck1 d+-4[*rZoY@?"7@_#&"{sȎ|a,Ӌ=BK2gP]_#@Taӕe)C5nъ^ߦv8* 3'ZNCuWג4 <j\ I͘^R40d偠C ^6V4ē:~$BfI.4MLé%[6)܈DUGBse?-l! DJ)ņ: C_u؍/i|AB! ?!ZG&)Qݗ9)Eq]| SF/9%F P#+ΟPvUs}dQ{BR-"Zt/[RRd.T Eh< '2EͣU08͆*>{G)iB]y`‡!(P!bsp .v{ycyk4j$y_iw؃xB2ڄa{0Wmi5"Kڪ*Z m+iHlarGGЉ!ƩhQ͗fjELݗJhS#t&8W9OEVz2QB5@7W@M+' i 5B+^:1s3FJ4*QyЁs@].,L;CyʑlL7"KMn0y^P vŝDx}E2OaM&S̺~ ,wTm::ɃTtqKG0lR:VAU .xQvS^ƫt+ !\t# yS-X5/u0y,Z|aeCwY C)4#1 (Tx hK+:Ay2._Ӛb )\p}m]pO>[$ʳ.;B nO,Թ6^uAvX[Ml|'``mFm5)'_s[/K]2ಟ  W݇,NnTSY"& #m]M$!)cVՓ "E6-9rͶG2g^RtD* #ܤ=0t%^yH÷LLx|S NHQ1zF9,v 9i9z(rQ< }(ħL&ny%)I;UHh F`2*Z}v $ o*V^yZďA1 : "ӂ^ϰj2:R^S(eL~"7Wc?xlDn)Z#QmK"rҚ 7سBa_{eGv[xHרW6 3R˛ Ig ŵ8⅀ (߱s :.ά]LXZUݼC_Bo9ʇ;WA`3E}ÝЀOK Z\K[2J6Un,mKpI_i>G>ɏsw>匼 'YJ\"Xr=܆a-4Z& 0j;ɺ11LXPUWǘ`~YG p~bwvlTȾf$#In .=L{ R%xхa?8Q{br+z= PXN22W!81qP9@¡E}(Sc&ZR5+̪dw5؉.=lh ź":]uacfXSm)Km <EZy< hh|z0.4r]dUyԇNA g[pûm'v +&x"\?{]O=7#U$P¬+p7Td"N$#HΓkxyiP=ǚfAD( TpI^:t.>FBz\vK1r\U?$F ceR{Yc}^ r~TXY96X*/PIfڽ\~C{nI.lw*֗E2zT/m9alT4nL]rrk!mɢUd!gF=}N?zKWVsQ9Lo8k!t5b#a/M%;kL!PR-:3< /3cZ[Z`߃Zf=Zj:iGFct^dw_/ *{;HrɆagi N_OD*p g8GE9Dz@P5 :[XU^}#FR b\ f{6'%:tʭ&~jMǀ?BELEᾈTVdHA j uأ qjfOY,5gTuV <;lB+iBsc,agF ď['" Kc X$i')+ iݿ!B,{!'/Ro*+miB[v~=|Vf;})208!/JxtI #UΛ8G#KZt9gWU]Idf)=Tr 8c sy Q%tgjm@[ݬ$ W'8@䖬:(h0dEa8TT֧Y| )< הZYQ%OU\BMLjBq#uJTۭy@!P]Ytg>LySar9.$%?H\c1H<2,s3 5(,׏Bc&" I2#4*:v-XrMl%$9Uls ~g|^W{O ">--MtO-|٨-J;25xjQ^jpA@:`u JWP8C-E(h=K#3`8:[kRW&X4SY/❊y__/N̩=Iɽ(`hAXyǟ3֞b?@2>7N05:Um?R+wrc&EU(ԇdFګ 6.&DR /b`Sz:xm5HEUDjLW|Eda;o7~01J2 VXZ(;qK4m2Myv \Y' pYuOc?a<$B6ԘZA_> 2;$oMQǨǏw@J= .PPWљp`GJ|/xp?AQ@.dib'٩uj"ߗU0umU Xl=Ҷ MmB ^AW+G^-I*T3b97 vITȏl)ISbm+51kh,<[M%®p 8KfAfԍCCzYdɣǛNJ89Qocc䉨W_>$n!P!}hVPu xR@_*` ,]s]q!,86rۛӈ8sjy0g]>sV?Ajrjq^5`"6^rX}c9 n\0/8E@ AQWJi[ hl0 Ik<q43]>wrhSE/M Z SA]9<)[Cv3vwm)KLȒ*η٬=aF^Ioqrh Ymf=..mZ H) PIrkӷNH\AoWK9N٘ςr\L r?+ :q=v̓&Z&"߂p3 V!:b 6]#cNtyN;Wp$Dm&"&8XGk^Kb󣻚yk֥Inݺ{⋔$jrI)edUE"Q ̹΅( D?h0){c(8aMyq#HjQvO_?derӰ>JQb^{9fyOˁ!wEfu'CEpU!y,v2  ejA޲'˰h`is'mϑ..Ű]"^ d2vZO+Q]&Iguɝ[59sH7zo:QxxӭlwR%};! qI@;Ӈk ܞq|d*"pR B-U)(|pgvqW{V_ X#2uiL3kbf6.]Vo'~tˑq+=έ1 }y!ӀJ!p^=$RiaC+`+Z2k,ڭ1UA V(~Z u1.p! Zw'tߌ¬Q9}KjE c?\ ( X؏̻F pX+#.?.] p$Ҹ÷m_ބ%=Wyw$r0 BKOm8G-rLC7@Qò(Ik2{ZAF-0w@1^.3dmgLvAm#tK LBwVQ 'H=VxGU~0T`(e1y|xv8Pώ$c1b"Q7{!;`A[UC2Ce sLg^'ݪH{ ea_*D!wsE=ExӳѝÛd ٙ i<ۻe 2Bicx]%AKE\U>^gS^A&cMX1O`XdpyM8-?:%/T@ӈv ]@Wyݢt[P0}LytA"o;gq맴Ѯt\c8Ǫ39 i~)V$]f1AìL`}fPHQt}ƶ 6ԁk$W=C%"NCX[.18?0a$\2-#:vp$tipy@t|jBDv5i_ǚ4,M˴hVe:iwn&S<[PHPe\L'͜J.5XlBKͪ#d(l6? sWJ_v`DqJJ IP녊cend/t-\TӺ?h.Pp0.s d ^tV HȡJ_ׅ<)9 B -`Ԯ7)UE{kϒ4oj5QStS4(to  E %ndġw]ocPQ}z;O%`c)GZ*6Al-jSä҇v*r "B-wy5\[|CG'NAB6?.(jh˃u-笟 gC[0,5m=MذveO&PĵVPh)pcX.SEQR\쌒ksUsۊ8V)s^V|?rŎ׫Fnmu׺oKA92QfN^GBe_?)2P8yV. _kAN+$+ipJAtkt=YJÜCoat:]J|*V 7frNA9E y€Qf`;C(x>eQ  cZ @U#V͗>+g˄sŲ kk$'gO9LR%:}%uq@8z"ͬf7լѦ%(\'/+0ʣWJ5-C jmέ6O lYms]Pξ־1`CAJ lWvWAu5C> Z[>L%mZ9/jP S`f[7FKUjK.1µY8wyJ2 0$\3,LLSl,ǸR-n({9u'Fp!F~fjp/Ajdg9`㜦3+S}'x_o1_>z IbG2#',HBsEp19@ dծ@-ނ3A6Hw`>id[)V l⋣^Q(q>YqB5뽀MOBO3,GY0!ը7xL&n`moCQd=aՀTSzwZU]̝Ɩ86y@<٬]Rpn XW[Zxlʺ3)&`!&ac3yIE *TkCy<.&Ö=nq,?jN Qe*xg/pp-??t=H$Y3wo' x1}+5Vכ۩ fyr/]4 \OIhNR}~<.&怑EDwLs0~PMŸm2gdwkÓ2[Z  WC0t繐q0u})1\<Dg oK(P.yt&>;\N{BX HPˍof*{Gr+"uctlj!huyg\U5xNzĊ(i{_e5Cц8@MhbqG}'u@a#-h&ǖxYj Qo Rra;% "R[ZڼXG ̱g`,acEג'j6a22KL1DNx33fN8O=~v8*JN5Dx&G6B-QKƁ/x߭LJ{<̀ndnZ>UK>&²[P*m'f+G\Δ]106#t4 a '>WHc= vFGpKg>iaׂv=NuOD"jmCJvq0%ōuy`dtV~Rk{6TmKvتOlI 3*/ Pr S6F~?LvEVVZ(=ag έ?_Ϋk sЁ)KE/b&F\ AM@ӳwAW) 얹R}N2 B|b ^+G<o*H9m7vi5eكB7|t4ǃ#Wscf}TgYnI~K1AxcҳdUR7dlC f=_ܟ$PK"gxS؏ \رnX[-@Bo8Q.}g1e Oɢ)?4[o fs5PXj>o×E8ZQ;# -5];B{yU_|9#ESYKmT o"s/"mebPХ2tJT^eatG UU/Tdp5آRkwLSAB_%eYf'bd: 'vn g`j0$O$iuD]Jqd8eRQ&D!aU-z A7;O ޠ ڳ+Ǜg 삋 j_ $5}Lh{*smӪME'<[C':Ԓ i.j%!ݍŎlHD-4䩳.5CXSu|ɼU8*BZ|5A{@LooҚ*\:IxzBFΝyuy/U86 i>8NI&{pofݭSelMRO?&EϬ@21R8p< I{~x(ۏ4j_^B>W7RY5& .W32B!ѣkT2QƢ KܪHJZMku\z^:7@{nGleOGɮ&0VJ]i +tsDZ] G1Л4Mm&A +|DiHNAr@,׺@[2vE`u{6jä(ËQDm6،+XD,ne=BZ_#md\ )#f$HQYܢƛ,wӘ蝡TkLSs>5>Ȭej'0}0GlW*A*xST_pX`y*։2N6;cipAw{^@Eufpye+Yx*{9VgH1h8y8HLbiӈ3_aOjٜy:KЎ0&^=9Ʊ%$)P?@[9{t>@6/I넒m2@= nwg y[DG,IvRzPq;=W(!N5%n}LxZL1riڮ1}j1Nt>&L}sw[XL/RE=n~kǛbG8ގ"7"Xդ8\)|(|2ۜQSv#^UلW{8H*D )rw \=܄j=!ۇ2ݢ̂^1vגqDMEh@@}_q51A,Ne.q4 {maG0AT-*%se)"HmUfJӛ+)Ě<>:GeYE(W(%+5%e"!_W#8+ŻXjE\zj&ޡT"Jr TjتfU7W5c Ѐ!ɢF>QB6EQ+B*E8VL }S Ee,bꝢ>I¯%69s)́>Gr] 1t}X7udYKE񨒺᭼`.8w5P0U'tOuf|> iYLYf[ÜȃLY#N7cA?ax)2Qly˴l3Kic'f#v v 45Q%)a !%?֏eoj~M q>*KCD0)p"NCĄHuH56u:zdxيSՙgH6MHr`-CG4 %D47@? U"szԛl)Vӡ6 #T02*avjJS)xjDrW&TD]>"iZ`Ȑ gB!gol5oK6bӻ%B[f 8iB>PƱ3 HLaLQr#%,Džb]bS,Yq̎YU~jwYc}U o5)7]x&:|㖰ɯʁ2>\k3|EU֦(b@iI{/OS('#O0踗$"w–-^{! ht1 )>P{Dhi"nO  C=ܭ><+5:ʶ=hu0F n[7ŋPu\mWi>xl y{He2KK(LAYBA,n 0CP*CgogID軕wj$za[jzr"3 7"|x㛇ݞ>u }Wyn"|+ Q]/xGR䡇 VR-G/8[b ۏRnPwՖh9n /e@sw|np͆P1 )Q pbr*)n ,\caϗ_êѹXNT@5lxO\l5SuW5z~RHrrI4 ]fɅ\7ނc \w]b(``:?tWL-n'323.Te:-oc yHCwKϽXTOX`~4kjo)?ⷅB9D)"!-v.}(/(%a#FobbᮗuFSOYQH fB1H&&u<#GyěDj ;~E6+L w\{Q2,c!da@8[zX@ozCV7q\3x5(0caޑ]F?Z'6`ZEŪǡ\z*PIAmtJT*mAOhB'8xzx)|YRLN*rWN^f*ǬE?=&˹&"1*~LKI4Z#˃X0z"GׇMTs ټV8!u{㖉 zPx{?o©S5h(G&GA#Y-#;#ajc^uG֙CeZ1{`o5+m3s*PEjO>pTVKr|L+[D{UP%`tqo^Q4*ZܗV:nBޔrPVSlSl-^w+8Z^ i(=sE? z+@yv*87& O Vp|j%mU6Pg-y몫a,NuSIW+ֽ Ԇʃ%/p}JQگxy5UՅ zPQ]s|.x8;nx6Oobs@)$Qs6w&'@aW|&\EpR#N'#Nt~,o<:OIhը<<Òay]*uCy]_琁K WWf?TjVvK(7[gx8IpD[mI𲲺l0,KM#4YIk;iF35oP.g%+t_+N\ [}@“°Ly@VP)ajd"9r/ ('Nރ(qex Lg'84ꯃ' wG_j)cCIDLƮ[qwe24MGiQ&]e,:*ltTdb@$s2lУlj.ap&@"˧h(Wu}wW%֏]=K}͹Dqfv?#~d;ݳ J1aQC#ܘҲ]68 PP!%w4"ϗ6:l"'PC228jv?.| dƞpڐ$3},DnU`BT`ՂZ"ԡS5zS 3𥡾]K6aN8~QN=0ss\UoԎTH/"@zjAtH>tkי~\S[QvL+JjTK49&!mO]&ƈӲ*ihy@a~+BLu oD`t =2357u7#bf*|aB]c5Hg_cKE*kW3/ L{Z~+pר'bfs{~|u) Om)ڈ3+C볐GDjKaegIW 7i-ܮqK囀j|[iRMzùvo.0S1׭)V928Ϯn.K%R*1D2xL=7Y=y5Y4Ź92Ȭ qB։|нujjnY.( ܕjEvQ#?Qp?5]׈tM!unXHH҆QZTr) 8c{o-Q0a2,ܯL'{{K-}CE0XuH8Io <2Xd^ɧEP8mefmhpgV$@DeX ip坬wt ArcK\!]ZY3 'عf1,#7m!BDر@^~sLc9w|d]!^M8:36Ϭh}Q# '풉8کÙn;6u\knGNɻLIBfb!o=/z|M\fk4sc ,өd [8Ŵ_05HnxyFB HQ&YtɳpW|Djyŧ翏MtFѨҽx%?h\T]o֪wJ/HoFX5濙|yw"u wU{h+|OˆMPhsh]/wX@ %j{|Hɜ"1֒>{H+,-("0\j ҙEBPCNKvbVz#8gxcn9 i&h %R[WJ׌5UI,]bJ繀6۽*(d:w?M{:A E)`|CPD (_68LjZj(+e $R긓v &rY TV+ȮFKSt1,#'Dгh1x,)O\Hh65 uFnz.e*)d&4^&UCH!GBC+뗙k$%[8'޴[Fe7rdt|WqΠȦ"AB^CG>?XUzC=Dӑ-><^T5)D~hMzp1>ع,/v|ڼcs0$v3?aYvv>Zmְ}\] }rO[p%l[^h#Qtf 7@QsDJK^r$nn/i_%$G[>ƃF`'V6A(+0i͌])CUb$k(MYpB8ґ0p/`/}}+Zooo@GSюS:?a+T,1,AaI瑣ob*Κm?.j;X̧zc;rpeȾg&Hbz pDaQ}ZT VoGK4X^ҀQ MY+tmN,H $.*Ȧ{OR1:qt# YO_5`Y xfv!BEJt 00l~UlAopj`9Cչ Awl=-]_S?|-/ۼ YCtBk^U:OhFmԑMě+fV[08 UbGbQ*ݮsw(l0T;?cU-'K;uAqEb}1 u$ ib6 4*~'.F5iLP? J($)=) E w?iZx,Z/;NdJ~c=fV؃tJz2ɽv$3СPubsXZk4cËlLFׄwWBtyK) HZyqKaypiHAVIfoFU]Xl[ƅlIXprF˴e> :t4x_ _6:k'oK\VuaTnID \uSn8C&XoU9z/^5~f||( ѝ XǕ?6"T=`X~X~7e+*N^kEP4HB JKk]R[0p7eIYϥXJB]α(Vo:_tQ<~vk"frɟ(p[3@x{/ ]Y7ւ4Z^vLsj`0wk.qs~ŀb0ʛMZM(JaxM5ؠF]\"䍵r&o_TMg4CGy݆<8R aGr1 JO o"SXjk+ p lO>|LAlgt\EpHj,} nh}W(I/$}>p[|Bier|č|\m!8HibI.75EZ7. f=3Y{ W{/sWÛ *nQ} 0Nh9![{'vKy3*9A0~8~Ԭ= }Nu J?r[#Q?R#Xj0oH"YQ̔͢Cúp=;Q未Mpy\5Y>R[y ^m(p7j 3 )ÚzxQ:Pq$/C4QsQ/@bREWO7 py"KxHgOyQ~ST^/ ?3yhϴ%M B,ܳY/XE엛躕#Ѷv#f05UrɂZGu4JI!/q9ĈzQh=‘iTNCUW~h?L&ԏH@%KO˟364@-0rqcZ2tb ]~_ S7nOTCSg/? |PnG]l`E`7G1 S ;&!xPfR;P@]p*ep.;Lbȁbx1P.>[p1@%cz .svOWOgǤѤUSALq<|'GxZq)ASU4Nqs)`I EƢߪNXQ8!ǯ>ܖj&~f&ۧRܲfnfkɄɊvJe\v 'eAo/u)=C۟Bmuqf(5|_g6Ԙ?N+A9ƑY0wi V"A5^ A_â^ێK:`oh*wc%R0uEq!73}I(X ӓ0SM2M[QٗLxHvVZ tьW^FF覃ɹNw0Q_eV$4VS`VzSI\Z= Ksbm?jyY(Bh}<.JH:wSL>Hx?`6hibĤHhRq!b/D9H=S-JV=O)ħnS;+IJ+Q-I!ƀL-bRz_ba3XW;t`=N_ WIZݟN3ЛԽa ׾Ax]~'sJhmcU\VnR@i/)!6 *3 jc'U׌Za0"b}R0nvP NgIӽvs:L~NVD`(߽ܿT*ӬT$<6eP=k~YFOYF;a,O@ :$(b<=~t+4(r]|-9r0ޥ="Wг|ʴ:ԣʤֽ/꒬v7W>12@{xҲD8p<6mdIfknW5s wȚpbWlI qJ(]*WB_RX,goyg^Yb49[r޴h>QSQҚ )nD,H{UCSeѦV1lJ2L2|@ufFcݘO;6صk-Q Vp9 h;lS |o4 ,Tg^/;f)M̸R'﫧GHdgytYPkܠTuEnG!?&Ac5o1Ebn"i 0`!MD~Z=E"rqn:Q%QhD*'X@hJЪj*ɇt$Ymb2/[eg67{b3kWRlwpdHԸY򞃥 E [䫉2͙Mt"(rS0nQjfѢ(OkL@Bl`܂)'6:EoX7;3n{hnaM`WLPf%z-Bn=xpaHcPʿl>| p3- ֯_aؒe5 mQa \4zm prԁJ%߉O"1)(ҨsJ]b_NI=$!f`E{f s[3:U#i'f=/#5sҚ׌ f.nܥJ~fؓU_FN6[Fg_y|Cx4%{9C\!~FcCtou*rt>|/"j!Ԍp C~҆ m+JQ>'^~us\ߝA} \ Y'%kc (j3_$fcV BgZ~w76hʥR='nhb &_X; ~[*N'ˋ'-0| u2w%(ؿUv;-nOͧ,SCvulxomwsV, ~ lcAMVcJA Ax4'}ym [ib?_ZI>@&O RXݔVFū|Ÿ躺kHSyjjzʸ+XvsH.eۧ<8N)&Rsc"Igyqn%4B9b`3iPLeLXA)49G4mW <h/AeܼMuD4$dCliս Ke [9Fl)R8}]tc!ց&;<\-߷ݧ&=ҮW)p4Jfq@d05ڎ@,fܼ5T7ע#" /p{G'u參 j蝺_uBwhjfk]K0IdH/)ezm91m }ڎ5{p=y11{g]Ory*EFuYo蚯Hl"S{>Xa.r|,QSKl|8ư6_dcH i瓙>uUV}G?c~+ZN˿E 0QLyb2l])+5e"לz5G%CIcJZ$xt s0N(fݤ&T+f&|"0i'eȀvU:z*"LvnCf\PlĻo. `m.;om%j!7_dNG3rǕ.%/Rx&;Br9"FBԏHe8e;F0No371gbɰM!GDTH͉ 2u7%NR+{Kw+ (Y!D}ףiwcn *q8̛}fd mQ uUrghq0kW º˖j:Z\CI@)%d® s cYfWlѝxa(pD#FbH.lFwXKE63˪5Befh@IFh(/ClQμ@?zbZr1H8u>ka`2n"]X@8SG >?Rl}yq༖bk%k屿/fpS Z&}/Mo{*%r0 J5@|ÓNO~PJnӴ3l!HXPMR/~[H5홴} I 0V߼cYV,ҟ=8i.𯜆MlD ~X[Y},DgdgLORpS҄(U Y{aGuWiI$4D":1G:T^gz޸Mv_M`$ rԖL%k$9q%JU|ȞgK4| 'xOH'FwAe:Ă@Hf6fϖWÆ6$(8qF3dAgHBi%Ab HoL4j}e܌*ҫѫz/3k y/gH-e:BvOڛҩ%I^XKnMz@1"F}g2bV`}8 Kډٚ/4`Ōy&n RԕB뵆ns!p^ذ]B :R '*gaRdA5 %ł, 7o2X (o \.Ɠޞ.";QIt)VپDtopA< ^F Db2^At3iWs(6AO]7bM-%Z}̖.A[{'~"PSN*$ tV*By?7byou,*`:1dϋŘM-U4wߨO]{u~} ~/ԛvt[?6z\>8R9!ddrXlRFT*:k%Mdjz5 ʃ0VW^8bciqz5NzUmk_\JSÀ<wE@{[Sv7XP"6ot ~rN$>djּEɍEyHZ o:d>{AgZ^;rř:=tc L#~9f&> JK/ΐOx0,A",Д[~L3F}:{eJ=_2k<D艪Sr؆.J\s)7;٠"i(Te"pC!;!ƚ_lCI.ÀDSE /Kcb \1}uTӾsr#4nA z9Hc$:zH |*iµȋ݈f?ye)MEH}/ς}#)Ӷ<F20T4"fW/rWI%pgh>5|0_N<~կv:?B!)4G?D!w~L'Y΄u+SXi ph6O|?ODǪcB) UYSAAIPJYQFWQf[0GMIi6.9YEmhP0\c?WڋJc,V}5ėj' ^)̂wbA.H;~1#>&?INrbPF %dE0"w%˻P3kaX93ƊdmE1L,YI굠 C|$,Z]ؑ0>(Ao7Ձx-pJ?UM+0='_6ID{tuD`:fZkߎNEw3 1v";MDh/QgO3cN1¼{7g9$gjhfez 3~b8յv8L,Ts5@t"Z@T1*m1v _.(3+-_/̶9gӔ`dUgCsvy(L jMOoZfei<}v_]Uxi;wSI3uR^2/ɳPT(fbk̐U4VPF*l"eޯ7ǔgYNdH{R#Qy>5ǧ&H,ؠ{G!fby~Ct Z{dͷ̤'|.05 O̥P1ZyR+O' #cEMFȬ. Fq)j!Hrao_`hpAt!*qWXvNzz׋ =TDs 9gЗ}G bְIEu N$Q%B,8]xH@uUT_%b1@m iKh-}Հ8h) pR-1׬y[važwho73͘Bӆiw z` \+)aU( Ⳙb{9P8c7ut]5?5Cxl"* om]EiM;͓=ޑn$dTw qNPuA^&tgQqgmiwg.G@ )8B\{ugf }aY8YL4׾ٞ 4by}NBe*S~!_M(VSt%Wa2 1B,c:.T\!Z׺x@Mb' qLT<šmP3pF{HzO58+*4xcg?k bHh*Hu`sR~D;&d7ZQJ;CindB0mT*ER56:0U1vp;\ɮc㬢XʏxgXeNϓ !kg w/5+xK^_5+k%}i0+RWJ#rd^zGY]j%W!q DimP 4ē#taM^7-pm ŻzzUC" } 2Uds X:9sGHxUɓZ@8\W7-Wa'v9d,0{WL axȣ10l<@ʼi;ӭf/DV<#D4#78bj;n?/>7f-Lwc LqAE9pZY%!E+t׹K,l-nT~W%JGA)i 7nA} 8[&XnP9]3WT0?բe+0AcYp,)M(h O~P~bW_.Y6&q${Ɓ(l+1.~N2u3,d$lxH|'^1v/cK<1z?@qMC~+u;/Y1RڸYlr4۲֐ٜ]3,׬ D= )Xhw勥 L. 3D1"kO1.6]#8i&,^"-(―ι3LR2CA鼦*#6p@Q?,E/W@u=57;䁹]BP$x',3~ hY.O;]MOI/{c$2ձ=Kd./dKt˲ bv`- că yw ?Y쁺`i nb% t̄:K `T&Ahf=EVnA_Ռ~]QP+B+ TN3)LHSF,A-9DڗD UD>ZK C\>W0ȗ~6 bMWƲα2iJWZš^[v6%5\3>tYC2I7woW Y4*f -DKι75T"@%pEYuJNvN߫BnO&(\d f5Uf#}W":dR]s-M^_wtK|'SjLd`Yl8J$. >pg_&.yȉm痨 `ϣp,\ImK3˼=4cژ9 {gsk1eqKV:/Ǭ 6<\-[SE,#:=PCMEQ~yjL>fY0fB$'Y{퀚F5ѹwqgOg v~w/0H|\㪫|bk g">tbcA'"R;it/[bf/^' YO9{mܷ z4=.9eatȃM˕yNmq'z6Pl;NB0?+fՙ|@,8DboAc 58%k\ jm1 ڕ,)W;iGꊤNKKh20)HCbW] qv4CwD,oݚid#;..gRzFѢ CTqB`.-?%G".G6ˑcWJ8'3F;1=g>dzi$om a]HbzyWy8J@Ӳ ZQFvj FOC|>ýdf#t[=0-zT(k%\!>wtOf6QC@ p=ߟ%&=R.(O ˙&ͮhǒ/۽h=] G:jUyƯ8mz毵N'eu^1yN"izJ=`Q kԿ,&@b8{179OST(Y?|m ץArŒ &c_C2f$ɓN~;.,}lvh]v*Yy~"(  *p3? EJXv &9C@bE:N^fs[{rQ h @ "Ǯ^RNLk ?Ȝ]L.R-%`dDD욿QA7Ic1Sp>l0w q0w\B50_g.VؐwuzOrDIAtè`s b^iM9^4q3Q|y18*a »7`߉J8%|IL>\X>m4DT}Mx<0 gxsvֺ/}*e/a=x bl2}sc(8]iJ*DZk"ssF C3(6z1i9w v@VGk!Yͅ1TϢda{dڟs ݌30l T<U=BHEk[9}`@sHJ6S;>|xy05YxSſJ(Np%+`f+olX+2ߞR]^@ā*;gMձ$k9՛?GTL;"þpL)7Xd.]k0\c]ڡ.5PLU*.jl?d9':?}!20u! _>@pԿ'e{ /13u:`p* ^H8Fh9fvyVu.cāmW3oꚐL<Iy\9+PWmgRYW林|LNY]$7z \£]SGvF 1>ޡ}d*)jxLRA"!x7Ru|KHl5,|:O=K<-_U F2+7}4wY`8p̱X 9*B*ѰpF{¶{KB}\P:hv=@Ié 6L=l^uB!g+ heǖ =9Oflz|oQj7I7g@vktp|ѾFܬ's@ۜ7\ޠQ\&Z;!6z0#wW*);~b8?k}S ʖH'XcMdLA;ѕO ײ&jqHU@΀ b {S$B>m*= .xCBn/ 1ȢM1͝:l EDKV,9Q&@bxkBYN@-"*na,B0 QmI߼[kh^6Bihk t,ې"fl]6^ֲTBĕ8A]g.λ{1gC:E > +E6Tn]B ޅg '>`Lg #4'88 *6WxGX^ALp]фn7=qc"SU(m)kyWr0ZrC*e[}l]:Z.lz xu€'aOZ~[>c"%pNvg5z@CJQ]rqx [Ew1 L0+8\CzWo .[0k@ &y/ղ oٖP9Y/TJ}\BoҥÚWEv1U<8:o`}/GhO\~"zX]dxkL> ejbfdioIʨ<޿\f336ޓ&!ܹ_Cm'jw,oʑg0$ykT },wʠ!סK|K&*]p}{a#웞[ ڇC#o"øPLW2]8͚61Y*| ~kR"JirX/^ t*npxZٮH]WO=4Mg˜߫>"0x7LʆU)3W>v@=5s3!ֽ#od6վMQ;ZrCyֲ,y(*""qާۛWrڔ,FN2'ŗŞ5dFG[!*D jPl6х4n )y >g` c XjN&6)-ϳMs mbҕYvۃ(7\mn;F/iOٵC4rzo}BW&P4*ؓN՗zV y+o^@5V|9Q9׬(<yZ[h;þVR*-9r e׿ժ.I^(X:Kc%g=;{B4wH0}vÒ6z(n~$" PC > |+VKgCAW<9KE?o“ZkE4b3OPsBbs刵iwBt)\O&fn:{e= m!#atL]R%@˥23{Xh3`'yXzýu`XA=!\s4~*᝝d9R>4FI >fIỖgH WV4`T3,Bi\T*9NM7%TO4\gJg \,1E30՚00w~E2ha8sQ꧟\&zh[ʬ`> Wv|D3/#xc<:NJX[WM w-}k늵Gg-vEҝ&2}0J&Z_p*PՌcls119:Sgrob#٠,#Rc۽bSw!o0<2o'ϳ7 9BESg3] P3(m2;;f=%6l'Eӛi`!"?g< e2'#DC<{Ȓ!=|-Pu9g אtweT4"b9 T\T,ieBaoS]"֎8F9 CS)̓#y9"uVhF/DL𣸟"Z( ;qX@]zsʝ _ 7REN}pD8e*4+կx%$@X4SpI/`\z-t]8fS%" ) ejW3Wl5 g3J#k{hh*bz3sjw]S. nS0bV1޵CeO an H!'E,+F#\dWV!E'_`,G56r Pu/ 1c8-.jߺK;*nyȱ{?{\C:gj_2l aYuI'NCρZO֚=kv:&4XHI>B`[t=xx OFjC9>aVu\?^z_?!2_${Ub J?ϴ Utod?]xA1<&I`" .oʹ\6c/?<֊VЏLS/J(`՚XuW8IP,h% Q]eO5-r\*WW>aɹ!a2m*bb6vܰW62#(tIֶ$čc`cýigs(ɉxXua/[Kb?&ǘ&*DH| ud$U${ci` }6݆J`ե'EA07Խpvڂm߂zADRD ŀTg|J m3_'NӱL~O}Y vM KZ2:KI{ }ǩ?!Of9q`m{{E'jK[P}T_0ZQw+$"2*w@DN|{55m| Rj`0>7 XŝD .K4Oꪘ(mmtƄ kwG.Y8el/y l)Nں(ǻ^ud.leѷ::|F -`:rP irE: :&ؖPSLBu_1o&JɺÿӤlћ ۨ.̈́Rܑܴ{ckΝ0Uu1E4IpKH||$s&򜓧TKAcr+Z=nzos~pq~tnqC$J+¿Cwpv..e%PjVubӷ=;m&ʋ-6y/atVfx2h?`G YQj.bFO6U#̬8"tko9 Mz!sy̝S;4*љhHIof'sv0Ki.[^.ZN+Yplp?#Ɣ"H-on<fZs r1MJSbbfC@9v/9*K3PArW>Wۤ=eqZy0(4&a.Vh31bSs!w[7FTr'S)ҒKnīH#M*OnC9C hASӝπZW:Yȵ}vGQ?Ţ+z큜r3`bj]%XwSљ?t>L?aaz)Fܝs+kUuБyPh*ڃ; boF:,b-^ `7@zpK}&lC78"k.CFҵ@1'lꀨ^NSB+O 1] OЙl1ܻcʅt+r|O4c R.{h_kV/hs\&"GўH@0^I*QXLnKC^n`S2U|ꍷSKi˛k2>y!\ū^g&4 RIfC hT3hݶĺ>{pZ) ̓os/*7뫞pAGS"ǁVyUkĿO3&#㝘c, | {1֓ ^^$QPc7j#ױ.`Z8cXJyϬau#…B-Rxҧٲ@0/LϺbYsBμؘDؤN[.a:4"qrOd5hhNb҉OetZBRZ`aL`+Ȇc\pȅ ;ʆu 1ѫG]^ǖd"YP2Z ҆Mi=;ZYmzt O B<VE0~dP|!g7r .x$W&}3Gko*Ne<իm [(LL. |7/Fw?.-Q_blS_oC9CjxRe?}B=GUgkd)2cn~zYRWu XlFv2+-B1MF }oWzAPHE;@W &+8kdwXy90p!ޮɾKd_dQ3eReeBJ;Bjڏ^caOQe|dl0L8M~CԳ-GFL,i`5=0h|k8!R/w F4;>΃`@PX BpW[㋨}-[a#i*8o>Pd(i1x`e[Tix|~;muL?^1=\&apTk+<-{OrU kz'\:{X`զ*I݌˕Eqղ3Et9bOܫZW–E@Ig; /eLqvuֲVFFNN:[NSy@`+HwI,\Ӝ鮪w.ui=0hD @+ϓ!sj˗U0FBt!4}$?uK>8e-Uf8sı;zS'ѻޞh̊bF|փ׆謺s#xK9˱SVRFdH DKoM@l(v"ٱpQj#MpOVُ:<`/usru3ue|(?f "ٴq.\y|,~WLTnKG4G80<7 {>yX Ev0yCLv%Xg[N!Q="⦴tV~zA&G6>u/nvo*dcN|Jz}hgaKTc8=yR [ugVp 3 f˜i6t7oے-S?߫ w Y4Zord#=yNzzǂ L8jEY&iN;{~SF@s9[>8^4c`ܻ&wޡpFgK"iu za+:IJmJW6?~%-߬Ეd f"`-J9㽡U';l4~qD6;txPg"Nx15U2spz z bܪ;ؿ]N BvW!1˹dqH`y.]Mp8Fl)sC }-Ni_@|M~='-?p!FHRF CuB>]{/<[,piʭnNDӼkҕ9۸eO!S$XDjW8)=yk/`{0!Bʒ354%/!g$=E@zA l>%xi*tMˊbԂb\̍+=ܜV}YP@LpDbef-QܣC6͏?ڙUU3bg̟eL6Ag~sҾ n2Xg9k0fV] 5KRJp~͜N e L 6k*2'r!tRPD]B8z7{if}TAڅol`^ 7]I%jvtnD?z31.| Eڷ6H <9~`cW,ό`=|;1R|]U4Œdǫ]y,{cPc.;BUIZ T?y1A3y|{?ˤXYx$d+ʚFibWKk3ێ/㠛jP;܁GpL7 JJp:Ah3UvU7w{OəbGb*: /er1i^UNB z)UD6ƹ#'$+x׽LD7q5PWPCPnZ@fb-%NGRі3<:6V2k.DFb&Q`v̾ow톐k,\bOT z&`O&gvh2ZT?lCb~mnG.}$dV^)}!;_[W`op5vv'Lp[/<4vR914n$1ֽWabZm)!, [:eUpvad`R :QŖ7$7/;xF/@X9].:wX ^3֍P ~@#zBhY{x2C͉G50KGW{hz=Ʀ \tE͒IZ>-n[M RJ6JAZ) OtԿZtN6 @@˶oW_I?ޟGX4E Ԝecⵄ|M,Ӳ75_ Q#UA$Y|GS,]/!saᇃy8& ^~a=W̄P ^³#RʱkJI|A7a#9nS՝b(O&mogIz5ڻ +hj*}>kSK}T-ש$嘆(dEڏdyl3e1ځr-+PH9ԉ\<ُ7%qA9ڐAq#Bτ_gJt8H ""{ۆ^p<{DN`lRa(h1*# wvQ'sTQ㺣Pʼni"h:/_G QK;=#Vl|\v`'GjQ-um<~)}G g{vÝ0z OId!u@(*4j|lQNNރ!`PxaO2QZJz$9y&t)6SHg~CG" 7ɂJgVt W`h*Z`fO9^ Ly'JLkhPba0ȖK2WA!Hqd۟k8D2 Y;=ڤ)պ+Uw_sb:r2l =}idAlv<ЌꩣN| bˮ*@3&PأTKH5 a26U5۔C%ʨ-=}*[7LZjTc+sNq5=''E5J[)Y/B\ r~d1r|BVzEfi_DL*KT3 -WPlS0) ?ny|cQȐQXr>j3^SO ٵ+gWTl!0N/ $\rQۈ26Y!"`d$YB0*43|ޚp%v;#$$Nj%M-*7M&Ȋ,_OQ/2-q FjXN5tD4# 0}wج(f"P)2yU%gԹ]lK-W Ti=>u9q:wy6an0@\2hsqk惯C ~Źp'שm"fe|o'"5ǔHu{Ť I$Yj=4^EOt[AAؗ'hHuiL ax/<-#df> k_%Zģ=#L6+0Vl[DɚFs[ҁ|$Ų//yq]B!=nS 9MTҰ&c_I~GyoyՎI9Њ_) .V8,COPB.G'w[_؃Mt8Rl R)И;#%|83A }~_&1d >&7>küT+eyyGFe #kg'GғƖZN "mE DUa8ETR=vd7jF/zkc ȄZ*V!LaOs~f f^W8u>6(VkSaSyR 8gSyx-,"P'q5*_B|jds]'9g$<_!*!ql!aȟ=Xww?Hרv/}\?RS^oTRYzd 1ϊr?n3cuF{wktsX#nl8nP7\HlOv_Zȵ)؟;+\ KtX8K]e>R22xI8lCE 1\LY "9P9k` r#oTx o+ >SV,&wЊ%"xXy'OP> L47ǩMs}!e~h0Ú)Dt?giL||XA x;+\92k-vГf `슢Xllte5n b3ڠ쑝?$iiqm6ٕcG^m Ȝy~;G7,&Báb©#ٶ]<KBTUvP{beu"n'Z>;P;׏D_y89)c'<4a_+ZR^>ݒ5ɣۺ1x!BR"Nl+xV `_B:L=d }ϨONȿ.U;;njMiO?-xAÉ>~X1RBWkdh3of^mF2Fz? OpUNaJ\Pe3<;cghL-79G|Ź7GR iz_~Z=Oj:}ۂye&+RkHg@f~&R9F2%2@rbF Q7y,V1^`V,{4 ۢkDe1% \C3XR |*_b"x0kA<oؤ깲-%;!MaӧI$'!MYW'Z'vbͰj .85 8νȗrga2hl5 ^+S+pm"қ7q' 39QTݢfpsصlۄY5LtjMķd&Ǖ]1=LZR0V UVN$!ZEF,zt" q{.Hu*~XW 3CNaʔ6>eY1\G˘^=Xbd(+ƢfxՅ|e@0YMX#Xy@ìqB kM_}t旀R䀦aޛR ^ iM߈hּ>- {TUmN} Ld/D+UeM8XCGJBpgVV VU8NnёE_w\P/.]HJZSloIC+oBGd:c&0ZH\K5lzPLC5bB-<6|+M MS"Q%,<-A|w3 q, s 8wpj]ȜnYIQC^'-WؽjU,' hئ^b"呸bPbqa:M*ܡ,|WW۟6RzLc"[@V/8պZpXk.UjՆW|Vҽqh@F2냒wBUylsh$g`s6MPb.3:ӡg`s6kdF`}a=-E;Aa"EWe뀊xrкVV7J9 m#td > \Ws޼@98ahW;F^ b$_3#F6En,i9] 'ptkMӏ<4"qeMTPQExHP} d[ɾy9H> 6*0lJ7;011q 4҂ z:a|D/ݬ.@[$GbO{NdfITW~'c*5W=h8 ~sowm5EJs}T8 h[""a;'A_VjGC ݒPdҼ5q8B LMp~028en\A_ۘ,Gz-9ќ\ UH`}Zv󭱘5߼gwFR^̂MĒo7re MO _ȡm)۝MC7C 9}iDL=_(:p@' '[.ujvu,f5! )NC7"7}h%@#yaݐx3i.~E 7JU'zU)yM ז݆RRJ69uJ۷:6@Kθ7;1^^EH$s+<ȋQ_J͎ ɩ譂9B-zjC,๲|+ 2qqF"] (SQ2u*.r\\vbNgA(z̆ŎR(R/Yc6ӿ`bZ=,(IG提u ۻi4cX!F6,ϋģիLqLCFs<}[[0L!_3`i\M[YKc>حJ8v8iecN~a2_ү1cE$3Zo߻"Y8V{I.~ di߼S*BMmE<"5ɹe[<QO}h?`/:{HTT3<ҏ `ϱׇ ?2 /-@B-y9Y_u~Ut"UAj^`B{jZPiRK,|][Ѡd\Ii IB7'wIG&7]#7)d|~f j_Vw@e$b diOrq Ɂ:~~ g@/&R_1'4 gi*vEy2Ob^Y\2cDkeqD $I{*@+7.%2ͥ9zʵ^୬;4:%[/$M83ԋwqYyVzTK)3Wpdwtq᧬( u IHJuPJҵ1!5'!9!-lniFn< #0k7 'H\]t0CyV[@Tt |Tʜ.!&?OWQ?z|7vmMD}u|'ڜ-xנg>U$<7SsaToP-=4k?7c{b8@KIy$p!2`#(xTQBɲ} _4aϧ5H=pog\j]OnFf|Lt@CU;20˅pLq\~^f@i Zdb4Ix Qr2 (~oTt>~{-ϘE"۾ڑ»*Snz ʌ%4!EC}bm! 0Wy nm(c6m;ٶ߄$`tL?@v5K֬z^D*Dδ)M4[erM1 GM% I1nU2 <  ]hhr{EF$c, /~k1zZkZGtY,>e$s*LL]YJv Tݗ^?+zQE|B|1AJ';nP<ܴF5HTi7_⼨|य़oޣTCXvf.wq$NS1`ݵw'm*][sO^,@s%/lYJGŖ~r osnK(x1/:kCV{Aun⹌cs< )܊AnШdAmb~¡S н׾G|9>D lIe͝;J ^,flLxb~GM!Z$Tr.AW~Â&ns I]Xj(r ̬# 2E)θ"= P4*"+Gc^ٚ8١(FjVcVA^{M* "y |J)s`Zmx7n>9:ohs̙q(fȂyi|9ozZ/;{b{{ԍDrbX1]M&H.Rn>S9znʙFD GkBIRQpK7* f$f!&TOYc[,,|͟!>CjQ@"m0[h2V/"%aMj3Sʑ/ 41CE1VT\Sŏe O>Ou\ʂfGs{~=xNHtY3C͇0eKX fId$j%񍇬pFR||Q sJn+9{˵|~@;B(v||qT!Neȓͩ%QSk"&Ъ}PS q¾˾rΔ{2gE4]㝮<5xKُ|_Se ٭3hǥtt(VՖe ŋ6kjB oLW;+h08вM[v}6M(,/ɩ]KHpWa>FP| +`΀_"Q$q,Dx[?Lp^؈}T5#."m'@N苎6N))ʉXG캖" mEje]z#B?+sJ `A,tF  fb+_s]Y"3= (BnyqU& Q/]R-b¶ҽHtf.nza.. ۜܩbz( {΃*%qx<а]!f//M+ɝle0e(j>>0InPץ#fn5 V&YV1{e?ON&Bq+]i{JC go(β+p^/]D,P3'N9yH&@iT)NK_!>D”!5ʹcW[xY"= 91$qDEG`b,'GkoMyVZpM&~-ERчJ,\OA@SGn\r-\I#'Zr8; [xـPym9oE\x']rGꋚ)vdEOw`VV 6б,g(Ŵ/'z:ֺhEeWROCZc&%=ڰQR1R5cb4B}/iiC1ID(6gЬ`o }:ubW2qGp3*{zQ_=R Uas:4~L߉ ]Ÿ(G$C&LjIWu]٪ G݈hV?~4P3,=u؀ُɴI#_q3(iC,e\x̿{Qw9xE5 JrX5슗9L1,$QxFTʷ3Au%o@AP,,]N+PHme85Z k3M)`cPӴRu1W& "Gn/o%]\a 96vGr: W%'E0B?ck'E ?{o[)=HCR͈yEK*A#EoQ= &ݞAXAGX Ñ`eP7Ͷv[qJ #ŒQa](_F] Da.Pmg(fH"`\5Z-+Wv+;&/E[݉9w00]#?di_g02bA=jrI$b"xNP\U1f;e:"b `׼o v_'+*Y?ėStQ[\:xIR_,N'<64!nk[ڋT00edo.Ƚ cD|ía!t8u 8?CK׷mAFC2TtyϜCm/3 /O`_K0v !SֹV|E#Ő (p\Q!pi>y $OAY<2ݛcbݻ{]]kzajA{ _"]=4xL/ؠ8b9ڭD$-2[X2kqǼU>01uËq="~ƊG̉ϊoYB1A7p&'3K_4>w<g**"F^ۣo◱>z^;smFՈkfZ;rzN#d> ш?-1>LR<nk[rм;D6>HYuAwSBi)zy.H%,.K7Wt6W@Ow/Ҿ3t\ỽc*&ƥ] >J>G[l['Yg }(&$ 6<2FH'rLm>Ot"9T\^ŷSvGW,J'O\7L̘Dw&)/*{x}ב۵` f59ַSjDH%פzdJ $ޚ]OM Z* TnWm[Q |UmqZ %bk_` ;LGr j+'eyk YiGwϘ;Mx1(xL"_}^'vdQRkBmIQ{d(mB".УcnLODf%WjGAZ ra%ֽe]as} Δi$΂OG^p|ӵ[1Lw0Sig*t[,ݫVJM\ksл ׆%*vJkj ,^aZ;v0LFXWdO-^zTtD[BxP=.gGviAՐ~1XJk_nn_K8 n: (}3_ Њ؇w3zRswi"޾B3fS $c D~~y[K"&0)= ҧ5-=T97tq(=-q_2DQBH v/)]/Fvb"?'B-vmG,}aFӂB#wc~7n7AgGg 3Hc0bOxSx6{ hH!YӂKքf=^#L| `]m9atH5 >5=agwBܷ@&5M31x;ay-]5|@+M)3dAq׵44}ffA%NQLٔ@befQ:-%$њU*Ұ‚v=g{!CߪjԵ#W(a1Z BNJa5 (v4zzeqB 6V"<[46%"4`u&{jognA$}]YŒ""Ќw ^\oWI8n3:z]GHsf,%: 3i{2UꬼZb$NI:7`nCIXa3`\#mv1z\ BBߘHY@}ln{xwW?f# 6MU>]o8R89(GuˌxlR),p;XiXԩ`:\`%dyrR##a1l>?BxDcO!K{͘&AߐAċ:7H悉HAuovKCS$ _iH2ۢ ?\ r$1_-7̱`S8 cYvSȠ_]r̄ӆ0[u;la|W i.{ithʤX醺< if7٥4LHn6Ya%6$e]Șf=["JmZ`HU"),&,h~crc[  muטr KЏϝG [55qn9HaR8J[?2K&Zj7FBMu{r̭iUH/!|1W=LO8H_ }5svoƇ;XJ[}.bxf<_҄C (~8 ٖIho%ɾ<⨴m:+\X}v) a5s"UsU?dh{,K˯HC,w'E pj}V@PvT:lϴfS+WƱ#hD EԏWfL LuШ*GL E|v.1ǽ})qZ7d/IYq$?CљXX3V|ٍb2CRwi\OGl`Ǹ'=G?42 t8N{+:aRڽ[HpY`7z z>"#·;&6=u]0- Y 4=5407J!FybG񉳍J ?Kmh̝J{hx5Q`6㘁{sDR\VCAi]\ |t̩I%]Z~$_PX,H,fن?FCPV؈IoXՋ*sEå,.ŀ{xW=U1gW'xD$*^fǙnx_CtpbBE8pТ:Nswiwl 8 ,PY:i5Q#5m{cs92UY?eZa~\*zKf ^)[+!e"1na  KGZzϞ?|I-K(uwꓜl ]"B+@oɳ3P=w=V#{*dVD ]r VniVc?਴8qҮ3;޴M4.i#yN ЂAG^hdL0*Q>- 83uZUjˁNL$_RĜ9(b5'4E30 ,8{0m{~sNdtqmX/y*P՟T9@ן Me۶/ 8Ä ueX]'xE3Ԝ23&dQ֝ٯ(*#mg Bt%H_)e;> 1}Z=_pu͆qRyjH;PWw w\87d5q܄́'"jݶGZ܄QYI4(ƑUCh8ZA(=LfNOh-\d->J݄W8>Y'6ZloVaz:>b笆c2( {U&$зŸu"K7ƽ?IU-{<=8Bc/m/i^`)&yL Mm<yFr3( @|vCNJ2HrD-bvƲ?nLfP;W(i>_jV8hFPvHj+7<ԶO.ZM$NZ J]ϹBˤpjYN+zDv13laVQ _c-mޫ g-;9Hi$M`X8\aDR5~CR^O Ɛ/}O-rQ 4Ul\'RvecSH;iͬE+ǿh=E<8~O?<.=*hqJ2R&0rKÆCdآ=hВ ->gv67$E|/ sZD,=oC'lk@O 8,W/v N*V+:CMoVxK.,Q*Ah0V"~jR~$3c ڑP]$bM-X+ľpكw<$Rj+. `# _}ncAjD_NhZ`QZ ÆNȜ\WG{xg=YQ4dYxFLQZseL'!@"Fz 5N5ޅ~ m'U鲲п}I"JnːAD`n&t7@G9t)Ce\N?.@TO&E ps`፬t=PfH }FrguUS/;%N%bkw:"j4NݭT(=@PcH [;#h?P?+CNmN_:сlpʄ$E$[0Cǽ*fi]=Kso27`y|G-ZbrʨOy>QdhɊ2.\{ 'eEɟ{hJܹ40 1>v/#θneVs-|9o /)`^5,"m^,*, GBr}8YXjuט,xgexk;!ç]J<QOᰂʷዥQrziU*JB+ /N њwT$\A 7>]?< ?u# =K-=BO`~fm 1B~: ˾R>ےYYg _*5"t{Bq&EjNn:7ѳ"{ ,OEpn*+Tk4`oy]"ovu~ۅ,8 ǍՖPK$0Q, k1|!a=kcvT Fe1U!q2v=Mfy|kb(P2nQX)0YH:NJݸ RF[:{:!66 1 j N'YZSu=ô۬"޶Q%GH#>5$5oĿ“4#K8]ge'%ze#=e`\twԍ=%e>em L{ q#~OBeJ9LHԪkx9dIHg}:w/DW0 ?(2br`,PBU;.a$f" c(@XPBpQ,(2adn.dsKOW,L@%O~-o&uNcv}]h ݖ{$Em0<@^:2$aO@ܣY6l15F'Ag7PHH.#9Dh?彏7Zջ椱I<Y٧ gFzĀعug5nz]|f]êwzQ&xGmJ+[JR6n1f{yre"l0!joLvݘzPzGf,3ͿuMWy`gh8G#f#OcD F!n*]]͢Rn˻fzVB_K:QQѐ~rdrjfBsʘ/0-^Du)g8Fh4T4Xh(e$Z[PCk0U~P8o͛vHK2?~h9YemE:Iwվ"R80 sfH %A}Ҿb4$y(SBO[ܵLj;8/MZґ_i Oc9>{lA'G:טiJ[aMAB n])KcZ&_Lpb~ټu9tB"7vPq' l RvwdPs9[zlpPtÚ @o[T+p R C֬kVS>yxkʃM9Bk>Fw;UD(^A ;ȱ[%ñ2wu4,ȇA:dO88M~,31{>bkCRVu t8N(Z_٢>,n^p~=m5 w()Y_o(~+NJ {^8cggуp }5;7JaH(pL?7|?v]NحUg]zuR>DY1+αζx>F*ld`,o5oqs+rR[-N"u&O_AW9KY;2z% P80k:$&U#?y K.)B.2>"웈ΊJIIdvfƁ_{x}~|`kx̉";$*U\y%yZd?'~rE0xT >HM65V_B j"j*s%'tjJ4 oc&Tj%hޮ:OそB '$˴c*/v *#ޛьȪw^[s?zqc2ϸ%?+j?.2yl)΍x莶gfQY2>άX)׌0q k= "s6K1 ӂ,ԙ,=x ϋ"^ xEjkكHE䑈'Uʤo;f- LScQ"z5.ۈG4>?!6eyX\c{&OIir?^B*Z1!3btU=5M٠[n3yo65DrKa+މ?lF@PXWYIM6ux]˧W%զ_-'Q[V+}<~Z+q1 w©5K4ڌQt#M} _ ǥ|%w}J}:.'#𑥭 woTP[-D^yZPUE~|Eq3+2obr+Y|n 13Qsm5i>~,I3@V1N%|'u^F8'f$A,# _OaQ~3bVh> 4lKQK,~r=NE{ӖW!zyu1(#ImOHGŭeH@яGLt9}:=1\:\OΞw>˷%E׷ogx$y֩OZvΕ,/HWmj]\'/m_w Ԕ yS }R6g2,?\%бuR oN VYXT"iVQ m $:!߂os/`C{A&/Bj`N0Eql$VM%5i+:1Oث.z^䱮=tX]wQ1}^WfAu'ȼ۶U7;(9(ƨm'! "ħB&OޡK0}TMC4uZ \ew 9Qb7Q:r)A_D"t ӝ;ً}- }7)(|u2oӵKp!5?r\GuXֈΠ01!FO[|~ΜEzQYO7b_Y&7t69.eo!4P]UgmW;ODQ5qFrVιβI"\t)5gZvKMJr $/7FHqim̭:\|q }~+ȯ{)^WO1h0 d p=$L d :)J^w#Bj0}s)yI-0~w }w3N5]{M8O46կB8U S*s3Crv25vf|;Z2plB%@P:f0]ܯn1GWdu؋.G1tUauv6vPiS%=IL?䱜EXݴMw% {S7k햦#)υYbTB .-41ak¨j3C"6|2ZB)| EA~:IIrЀ]%Ԍh~\5V,|\ _vsMTF ;J("+)ǠZ>%( ^@Ty~;!v5=ۙs=BkƵ#tī% 6`K,Q6.^1l:I)%nq0"|d$[H?8%XxtZ&սldEBWб_5#H{.kE 3 ]|C@Jnm>O2UB1|r*?=F  Kr H(!ٓ#utф{{aWoޣ Nʂ:Z&ӈF-WfZ6?!cVCɌ`!4̷5!} :ijk8Id {`yZ o䄭x @`H<!a7Q+%x/-;` U;Cй=.|^q\;]S.VK>֔I<,[P;RFf2 /IIԓH<&DX:EVaS'RZ D{cG ? %RP:IDA\k|嗦;cL0a4ޟ:*񫸱B,g%d7nq}ΔZ?C NHO&&Nrv8HL6lC^oq>Sic"})9 !K}:kk-~[LJޕ; /:Y=EhR|ӧ4NB0ʑwPh)|*+St]7ɾCޱsneG͆y>%&A m9a'VlNwR=7i7H UT\.GaXG-QS +*ƩSLNkqol+)B<ZfN02lHœ;uNVO`݂`؆|sKڠ:=x,^`y"7P]O{8ۡT]춶iZ,t>ysF1Q -Ke.턨٥)FA ZNGMǧeLĀhX/P>^N>SgJz٬<@,,J:B ^ b3hNK7@ګC .]+& !_9VzTjP(ʔ^rFb9;`:,Q;_3GJ^$ehƔp̑XxSbҢl5^y8VQc3!S4Bvn5&%ۓQٻ*4=3%!R(1sSf(/(P7o)d!(TEBGf묧Tj/ 2yti ;틪9:8h T.1m0c5P6蒏K ^|ybܵa?irct({ i+F4C ^>Ol59Crؕm.5W҉7KЮ9NAGh|ؔqnuY2aK81)+yRKix,hsFmhx̞3t vmo L43I06RMa5yaBkZnEƎxwbGI@.-4x@p8[p_fb$2 R(hLy36ª\ib,!XkR<|E8gK"|At|v~x,kd(#(d$PZĒ#-AW+'2Iajl]aH< l&sfsX@q j7aa8vgTp)YZ/d?ՁNURV:zu0 Ipk0r"=CN_mIVɃBy!w9^sܛ&}gTQ?): `/3P>5މ$jV#,;$a5h*eF$HauFd ]'+7]XS}76ڇSiZ\ TM%^ B<do ޣ["(J+;Z*zT0+; ULA#)(-%Y=1~5,(i'AVQiH{MA`׉~3z^#^VwRP%qI wهUмL4;o׳}G_O_0oWbo.{lƴ!,+K6q[EY%6o@'Y ޻ cBm-J7- YaSiL6O+s23)$2q5X=Gt7y*_mXJ$ wM|5$=܀5})A~$թ/o;<@BsV|4gzTRCg|ڭBIsh6*d^lcn3P/sOQ »2mʴF`/Z{t'ʣضd#r-=+{=GO6e0y#StuN$~Hc1cT5cu }>zjs=5ؒ# ?^FBjPQpO8:~f^asNe.bϥKiyLOpFZݼoN9zC3oHŽrM}hlL\C XiwYjAaAȉ^y"ǖv;i-ݡQZ R.YDhWt|n^7SD5KAĆ;[H ~u) Vu|;B)Z/BP\ǟ ֭OYoo1FޯY@RCYDwSI9p^EF/6" &a vОiJ|N& aEsj otl{SP+ߴPң X@WYB5D =@:7!3+ >LB&d,^ J q֝^![124b!GJvu!*Su"^ToHBN%w& qPMNޘ^t!yX_@[=f^6r 6GNxr?:}ا`_h$[SiK/;TOPaLm"}p6YXj"-Q)x2$]f|r,7' ȡGڿ5 P6bZH*,uZ,ц{f.>͠ uY!l'b8S@u-Nm2|Yv`6$5h/Z3="\jM"6~ց0 w l=,nghP.&NiawXQ䷫Ї4SD;M80ŗu8x"&nMҨگ3IR!dyon]M18}(&ӐI\_z>xF$"TpLAK>"b#`M>Ҕ2(D!ӆ,d{<Ȉr]3v.FblRdUX<~bA7Cw.1 7[h!gJputǷp ?-p gAȬЊ~,չ7_I0e2wENnpwSvYA:;By$j.ԮuI5Lի7~T]-^O+nyYq7\E#F=ݗnnjc<)V鶧D@LbvaCQ~PX!6ief{\C%+잗]r\@F SLĪ*`{E;iJDks,=TvX)z:#{S{. \d30%;$$yl Bc.?#VatMk; vCHSa.\"\W+[2sW=|Hѿ)).`:d!a5y+xb6;`#zQQ=Asm% K Ӕ_<"@6~)(]̻`.7\"d 69P$Df%k0x*Pʞx q9-&FVyu1A&]_lJv%(@}ub6.OzV򳹰]@oD^DM ТBOU^Ydm /fh-b򬕲wiJ=U#93ρ?t9LGKuYf)҄O~o8?|JCdz>GQnj@iC *X4Dm`uw=;#:.GJH;qY}!EhRb# Y#m!4Ml(6q*r^{jlvkO<;Pv6yR#QR]/"ͫjBq;\`aloBIR1wQSBВo&A܆FS(xjH(;v*Q9.7qiMɼ ;ʜ]@U#C l1 ?BZ:NwHmBcP/ѱOG+H,+:y듊='ph H8O篙02 [J+EjH}s]\:pƻJ5wlY/2S}blua7wn*51 ~#cW^(|Mwyر8H$ZCՂ#DG_yc< A뺕E1m(Rc{ 3K.TiA~O]^c ,TU c9mme;|,y'0( HBINWXSD*_ǃ$%Kt0v{1J/+ ^ťpeu*|rO꽊U%\ѢҼ@>3d9ll#L}p:wh]xD6#K\=}Ie}l$e=131Ps`o߀KH4֧=X_IOm7"a؜N@r]ƙ}=^CPG"֒e(zOunLЮFr9hWz-HF.]\, cL\2qR?>[t>g 6/iAeCM,q2tcgj)óa6K"9?'v>!*̖{!bovr_TFpFje[G |7r#_Cܞ=ˍh4tSҖ&AV<{[ =Pd2i]kxZ6dž(„\WϺcnR+b#H~-`0&Vhx"\T( MU)'5@f~Z2Ӎu`/X#T2oM~>UVȯЇJVyqߟVG 5Z"$ W348!csΛ0;u7נ-i"V~M3fE_Ar\7H*vz(R]_AX<.P~lYKWb]K Gp0ZrDYJ*Snl'8ftStJ>6$t!{SJ{X#a.HkNx!a9 %v^<-^SXlׯHMͣ|yW z7ʝQmM=3zio 1ġ P^Ŷ^ZHR0zc dWۿ_ JFujEj+T"PX'QTj1nQx(*_9)]2DұߚCGٛmO{a;-ε 8\襰y: 51+n+1˾qnQp9 mf}e}9SwA{\e|5O!!@~w}v~BW Lh ^ DPncMpݢ+`Ljo{ ^x"(CG'``3ds= fgIFMQ<|=g  @+O!w6fF(M7_jt"lxt(gFڀ/6DDL=~)*Ṕjꗧni"ri-4#[KrXL}.v<^:7*|.4qfq@ + tixVpP{l*idyXđn&=3HPD2Id@#ҥa%pQ-;oKCORߔ@arѠy`$P[K_i}ԌWV_MJKP{J7E3_]Vn_F99^8Tc_Bl4zO!KboQRQA.IuN~:8/S:i!Jlf]%%yw%hsylń;bȪ;b0Bd=E @1B8NNTq¯e#Hyy&TPd$/͐Z@SS r~Z9,[X;mhi9 Q 'n\\ϏL"^ZX?'UycTǐP?+x梍k1Y.yуR~Exr.2i}݆}up>n s1X _\3ozTig`lTADiAGAM|t)M:_Ȃ9V>ʄFU}ё`^i>^rF/;]? hK8G@ 0)U"s4 <ŁUݿt&ll`܌ w BP:LޯqHQҷY0ntz pA27{וg+fе=7?7} yw`b'T{tJ)ͣY,a $h2\b'cӸ#7=%4B|E/ `"21Zpʀ+Spkrit@ C^u4*@4;Ɖ3PR˒zA*h˖f;srH!˛Qś0gGNvٸQ yߤ'Ov kK^+@:*eOdKaTB yHn}U k}{{r S<O)U*iWFÇu^ 51AM,@Atny'4l$Uj9D)Np8mf僕BWaFSǼCphJH_vee.h>K+; 5 1Ss`V gC23&-(P!0t$FIV4M\' m7 R~I7*z7Z@ @}]"ۑ+Dk-ﯯYPewOL VPhvT3/ Eט|J952Ҏp7.K7Ԭט-,lY@c5l;z[LӡKV;+ ^źP!}j\*h@pF S܅mSQaIԛ9:-=ᢶcᙓ=:/Q d3>-&P\:Y9 YQ~ z륯<,M]Gc zZϽHRT72(%B573U};tL9!r#X/Fo=*)/v[q뚏_*-.< -V*Pȭ@zX$9 f0cY8d ǰNoF wrDT߭ReM1:yL&/&}~]s{|!]=W^tP@\ fjg  ɛ/6{t :k;Eہ<։Bp-"MV6,mEҚ Rp-n&F 50y%3AΙcJ < EȑRM>hx.*grݱ{+l9TXAl Etsl|"ri|3 GG=t`끂5ρq2NBݻXz̋0W9jl|lC I6Ad;K݉kTM#I1`ioc#7vrllfynᖄchbEorg_²\3˫禒m!)1McTe蚆rBVY4KMޜ} SAC4<$k"$AȖAmU >wR7i_B;{kvښu0s0٨_J|_e ot zQ)@ NlYQ]r󺋆5v.ɤ{O0%6MCNL-sv._f$3, %>oX$1J e 1S!*. '^29krqFcAmr{=DBn-Z_Z*G-a#{ m5ibd d6bj}~DۼQ};h X*{d&_z3q좦 7D%`#VJsjצo8;JOrflRT/ 8qYך+UVtXm 2FG;鏢Um'mJz~{Z&~HY) 0a@F=Y3fT/Nu"$k`0K0;(v̒zaY.-8F t P; ;;A,e,e;Zվ_=WGr}*2F'qK$ ˻ۜ艜 Nړ!++a֠ݶ ^{d l*R#tgc'PxZhc t!ʟUSsF`spEm–P ,OG]K^gD3-G+{JCvvE\PUHcc%wLDI6n~bZ- C8tƮJ'-.Sq'8&Uof7fF:DwRܷ7cܔ1=K_"o= %^mMyJ#6 qQMƯ|[:)E!_P0 \ZP%(ՖD=`)y,R/"B6Q`+0yF:Dp-F*bً| HaqP9oJԯg/(᧌sm;ȱ2RCn ڻCaTd.*λ Cph:pIh U}'IIBHY}+bUD<8UW'R!ը֍adorf9s(w29~82^LjWh#tyhz$OL]Wdt^ 7"Ƅ>!B"B:t~1eVMyݚ6i is!{"ڝK&j!a"3MM*FQ_xB/j yl®Lќ]vJ{ )e9tp؍V #i^t/.oاY |D;,Hwi.@cCeUVS\#r1?8̪sF̴̾tȕ~KenA@M{f? U=87uSN9U e\"XpɲV5njHoKuy^_ֽ}ٖ.ۃBsC9>?,&K{:yOČK%~G62:)n0-h> b^̍xHBp~7Qj'3"9xG$.i 7޼i>-bp֨ C(jK(2 w^C[eWw֨U ev$2pugKmO09׎}0@;G{yk0)X @ oX1zkЬ)-!{㕎=[ML7Cw7s:+XẂՁd|$f@~Q^pZ5|OWJe=$29~[ jZQX"8˸p:?ːIڀW$.MX9Վ05RB(lseHnL!VG$62Gd] a 4< %21b v9W*lH߽Q#!0X}OI̱t(ڂɊ=6j!]},W| 2a*U3AApUvuӅ%r+?Wd'^Z[ImQ1d|,`&Q|zlng ':4%BZ7;rV>SÁPQC hXn%oX.,ȍ[Q1$)nhсD'XZ1!&&kk;[bX, Tdl6-IK puy{nlz"x-a8Q,$ Y\c\v8_y ͷISЦw2\lZ)F>l8GI7A@&P71;ֶ(a p0u%eveN Q1D(dl[P&8/#I1kR,38Ehf&ghlE%菌|ULu@+oR*]{nۛђgҘuhR/CTأznX,g3vVW!F}_=uaS:eTҽʀϊ<QdJ].SxvmYjOo{rCTۼ;#rYWr+8`F1DOa'B4#U+FTZ.s[ SCc‡-rr Ҙ'ڨgIG^gb6} ^V*uh麴?JQ.m)hp[^Vݑ 嘷hlq3oϸP[T V޺z=Œa%X i3n炔*&n߷1Cp`N Z}*~;&mMr@sh2 A3:Q f?v yiq@ķ[ &!}k4J|uRoR|DјNS^| 3{:Rb|fQ@/]2x\ On-^fH$*)ɒLt2 Y|4Gy޺.Ncro ML!AݫgqDV:=i{Ζ3؄:FC53\Xɢڗ+)7oWh2[x`sʻy $lLH*2vįu\=35CʢaD$u g";/b҇/.$ېBEDTPBlPTyvǾ->Ne7ڿ[v6 /S?Fu{r-i@땂~}fL6 ;lq oZMX/Nf.*g}@_kl5Rq /tu@OAQC!^ _=/=<;Gw;e|g>;e~Ofgm)̓si !J?)NnV*= NQrUa?WB D(ިAeR5&Z͉MH#J<|ҌAkhC]4$%DQƂᨀҡF*jLI0G՗Ĵl:4+sCcÐJYqT2`B9yT^PMMKcĮ&vo!H YrlZmS8n]\x:~yB 8ʋ!JI 6wUt]^"95Y yڬҳY(<\`H}P<` b .5Qal <67;J~nd5@`+cc Lmh>Qk؏BWa +?#v`G}Høʯui0uqA%rE<O/'|vXUzFW0N![.NUC=GkgQQy!TxsӦd|wKQVWq n_]TmG&2D}pN*O$`̊FACu-)‰EhDcK/0B KM[q^J i"ih @0TܱDyelRQQև<)In8Xf+-,=i]Ș$C2yBu.x:2TeR w` {e) CO,[JA<Р&w6jP}#l_?aے@6Nİ7Q%.oxws_\cg@6x[>F1>^҄=[N *T _U \꿵Uki"Tӷ2]ɷw &Eq7ԮAq%8}eTϒ{W.7ZQ5Rީ{nR ^ K&<zM^f/k9MT ē1SƯse@1R5^"HX} Lz݅">i 6$@Ajy"Ԝ!dYA67;-Klyf鹦 sO[}c@N/xk>k3j@GmBvsJYDXԭȶ>PX&Y6NY|V֖ >Yqe&^PG(nWƷuK3h?^K~rͷ H\QB0`.7W:ʿ*Y|ܗ 6w2\1PscJS`%缛(v.r %``QA@]އd))O=6"Zb/7 A* *x; 񋣮Q0(HGQL~rɢ~iWǽ}Lؽ;:&q ~DzCyT COv-߫IIuSe9fDW0{~<-vb@+e+p 1l \ ڔtwH Lmܰ(Jz D#/ %WXn46lr!Ҿ+zxi ?_Q)wS,b uSj/4Y5 şTyG0ǭX!FokugK ޭ40$.mjZ<8T]x*g`gמKuSO y#zjư]AtH Õ:yOj4g M{GZHgPAGWth6Uik lws+>DhS֨҅]@IR[M 3{: K.gl\姐"kc5UG"[Yլv:r+M ң>i5)Vs[hEzib; V%-9Uk'/8-*7tY8QCkDJ\%h5N4bŁOHj,Pgk+8u ^*_UV:]y=NCϩH4z#ʔ?y ckgfsٍ€o%!3Y6ˋ{WRa-I[;PA{1.I+7D TgsnV"߮ Ef,4c5_+]܀ZX Ѱ%Yax=Іt욌Tmx өjB3:S~)L8ꅽӤ.Rm^Nq(z "܏ ,Jf١SGG lbmۿ dCgRɛB֪-q\Q.v㟗!Įbzg Y)B66>pp k:$D"5Pi3VwYyl-uΖTmVz>*r* l7.FquxhܙMI!Q_)bGLD)%2FF)~z+L@ҤW3x=w"K\F5.- =XͳHAh6XarYF Ԕ8o=0G[\Zvw ^d$?S]L iϩ kxc,jGW E1bxlFtq7S"U@NJ~4:y&x:$~CIq,oWX# 8>~i-?A^gUU%a9YSQMPjZibTpN[.NI'<AA:5 JUSN~u  Heaީd@zԑ4r=eXVb1p ~CXfЙy>=ԟꖾ;Yg>;IgE<,daq W.(W)p t+ r9@38NMZ(w 'JzjpKkdr{B8aYXk(.DNjE|Ts"6#b}_xr6j*Z̚ )剟V#vJx!Ω<^Y9ZB~Dwm(V:w [4c'cL Ne6 G[eH_Zr"nx'|^?b?7G2R"5>4n5fDŤU%AQә [> +D$#; ¶+4i%hE,qkHCqI/ٵdIj q&)奉y"͸M @܇tQO)0 .G?vʅbudwy@ o>3^Mb_0T788-TʡuBvGz5]Qԩ-•4iջmͻ,V`K=nU y=U lKAWyN-iUT/ks"Fy$z*PkJqoAyB7D&;P`RDRT45U}315qhc!]v(&o%Ur@Cz5 ;~ėOESOl)!sJD.O:3!̓Dž++/|WRf=pȗc3QZP"ff`X3YBYn hVe&yV8!pwχ+ W,J0pQ?h1{5P-eݮ2Wp \dX‡`C$1S̝s䁒=Hb8ڤ`R⍴tmN~Ȅ-0~M'qf#SSG="kdDoBD)"P Ba746}E~qa9Rwg@+;O+pbGe@eڂCnzq&]dEd֦=g[7rCb`k &+,%4bhܴ\]zg,ԟPdJ^5B,&|uW΀Mrĵjdu >cTw~:Ǭj_%v{BVk}_9_/u N뙠đѐ&ZWFQei}בAy5gچUȲ~\ԧ4}Px&u|ZJ}8HLD4Xv)xGX\]j)I_]Ol#ݻO7?ͭs-5zx ¾ԼJ**a%CsCr.`qd~XYf\=x%aGn)j' ЋO_wQr1{b!jӗP6X++ (A`[ 6ocIngR$iZdur7@+ۚHv&^xINXNn :DSm7JL |[2PEh8D_,&UHekaQ8G9z|^,HYEMy41yhg* h}Zt,~PW0n٩q hrKD<ʞB0Hy HO W؄%}1ÂWFh3vmEM:̚E6O ƸI86uQ(yZ" xB~`#\Qґ)˼`8שn`֧3b{#֦riof|Qp[ft>ړbt5ݢT&ID]4DGzc胃I7S%zn0jN1 ;' KR־d7_AžĀn)J9+՗apm⚴9akqa-q($>|1ZNkvs%tsLtV(B.4`AXxd&SX)SQJz  A{!(yu%aveIVRyY<>%j?9 .ȻM7SOKf56Cg]xuj໤%!k ~u6y=GQ4VV!Lsd\^s@tjnKs>*i8 qE$YIJ tӓLiH-$0jpHu;NA]J7i_a&N$/D=CܫYX{J{K6^ M=+)CU|݈ ̔L%a:!Z _rX8}X !EAk8H _hjNz%p!J~4z_rIcmq-3Gt>ʮq K/Nga% ^ֹ[eC?h 䓬$a²:}?RMF5f=Q*>q6^- {{[g118RFϿRV~,}iƂdލ6 klG?kA'Dˆ`tJXpm".Iuf CB O"6-;X֗t3g?OS?7N& GC8v31<RgId7Z:->y%/k`ަ0?ez3 eMω=d]դE:XMpY6c,Ѯ 2`LVJq Eކu$G]=s#\F-iZA fGUI.2]M2b O6I&ʧ9H[hAQ"G8yM WK4* QbuXL_iwd_IwԢ\Jx2l5I1ȉ5KŶ5&WRPYD~RbNiCW = 3卿hrUTԴ=@^3GU3l!\w!9O]ݍ3}tM$Y99b #-0tʧ?Ҍ*NfN30H\,L`K3n=KldP=tJJ(%2^PwΓo&%[TB}){,XDDh/krQKo6G!LܥZ☟ka%Q ؜KduwLjK(BKɡ>ܬp6\\ƧkJRDۜdL*D^,@gló )5e ?` l*<2TTS#fUp?vDcz'%gacNi۷Z?|Z\DMYl~aJڹHVsp?Txn(xut$u2e,##pԗD&>0$(GoJ!%ܜ4W"m>@^WN(IO-* (<c2<I n[$n`/WCl5nR_Mqn)S8 EB.8^Öƺup8>H6LiͶuEYVn,ܧ`8A'd,L1W G)ȥ~8tSsjCrΆciYK[?Y+<)-J^j/Vρ8LA8TCa(W 1B\iD"Hh<ԓrުf/Eu;u)?Bfq }HߌMNoEL3P3 waų"c;WEma₳%V#ŝ( 7̮A9" r,ѕVQs=9+FlqJ@W)(xOϴbj]dY8rҎIV_n&6GwbFXqc`-L!2RV395cPs}\æn QRVS.[pd\O+&lGakuZt dɿ}:`8B^o$e?u-dmwY~BgX Z=TMxG-z)W (L[w]s?FxpnܾىV%aH&A ZN,g"v6o ֶ[XC4)$DDJW# !D uRSn{w ?D%@z >~?j|=p^s(v rl1NC6MӀAqWhQ ;O[D;f'KrHEI!(6N K4Ty:Z@bqrHZEJ, zv􋅻[5"pUf$aH9?FsK@ y@Ҏ\ejzL"N4:N(^cqۈ$ܲC{ $I)dDHϴA Ad@Cg"\ ]F@ @W= 2YP&X}S2ƳiT.3215eohTvx \lkkۤ)15MU@Fep-ڿ2:s =\7 E\1bd>r8Q忷mGM<6Xz5Hjk_?h%\qZ=)2PSP]X.[I%5T,q%ic (8}BzeXލEkK*I}"/HJ2캆f\&bjΈO0!evD}lD:iP /@';M2Br,ܿ~vcƁMi~&J;/'UK ؉j4O8wCIS7SI%[?sӛwg\\ aKϸU>(A97hQW^8XuU+?/0wu+V\ ^x)N! УnU x[ߗy;&} Q ty,&D[a)F]{pb=u'cRUkjhe[q@q( {oi<};>,{+Nsnai~_D6wH"\%v~>Y_*, csWu2W:s3 I=k+|etĭ2n9 s*G,2m3['4$QUA3R2@QćD+wC+= 1DbnlUG栰>ԉصKns ƙvLYNbF_Lj_9MrK䎿k\[kPn ?͖q'Rv-k,q}(Fo=b2>j4I7jx%<؀!,xP'φb=?l I"w5J mJ6)eqX|>#\ҖIzp.xoW3AGfn4tx5Rd%$ umRNMd6W֯|^DNe-Xf¿ Ԭ[+Thr3==\PIQɲ d*UѼ߿itwkV@ aI*~Hny;6>XEVԀ˷  e%`(& _(Ŭ AT?,ɲS;VP+u2 "Y)itE|P[bjOGb_: >_a g'd% pյ=ؓFĺCZhjц?AiNh!v"JAۢ]3"lӯItR=fG2Y*wBauՂ"/*y,R#WYU|Ү^=Nu3aQJ LC[V[)) 굹T/MItg6䗕S|HDt|O*ypSD"\L,ky͕U;|>l{J _57E?C\XF:P+X'ő%CG6[~Zqq|&}䣥CKJuxCx>\ϐ&FE8i$ cp5W@kcqlJB(BEڧvq !d(KE&_-\az ӱvW`z3}.V@UkU9:~+ LTg\P49r4%(bJ8NWsY{׆v\DL - Xã?{ʎAr}o~1U\ʹV)j?0e. N 5d𷈍5,Btf8S˸)ɞSjIGSbRI%fJR*pc/*U]s#c HHa,zPƾ%iC`@aW7q,.E:UHM۴voF*(g(s}{MhvȨ,5^%<Sh+;fCW P?^8:v6dWq:@:ﷀ4¨jцw ?mv+ߝrqӘ_ܬB 8&j6?_XdW^6qHڿJ|zabaUNcѸI^VTBGԨ8TF|4TW&qv%~l}8$mydA{a~Y.@8)X0a@qm+X3)h`=/he}5tӫو6zrS!aaAɠT[ RFWJ))$`v +F Yj(i|T29]h TOܤq[c+L" *bKDaΚ $TIFdI`;m%ge8wbK"^+C m2潏 %y HU:kw*Ax6Z {Iu|Vc8KWںŲ׏,]u%sz:|v•2 TI(.9!R{۔6]8\<y ΢HXvAȲ\/ʴBsB2"!UZ|{G;K>lc$lq%`̜K㣔RMi5ai~ab݁;<_!0X>y]UQĀ> `CJeIq6P2rG"oȿ-A;;D/`OӁ2mEXB/ԟ92:ڥ:BҶěWVw2ϨRe k|`x*ïvAS2N'dS=x׌a>iopu~}"×NLyi¿f|PűLu$ ئ)7*a[JR\U(SoCl?8i~+V:DM4oqloE4.ܴNs՜U#}1Xē\z MьLcȣDt&/C>Ym%W`TLA8'Șŝ\,>Yk9V#;0O߅BvhEM AH ej~"DᬇJ#l\lY+`miiO?Fž  a5D`񖎹awz~1Ϝ Rэ X%:dɓҮP-Ćb!J-1Oxk?:G}NpIcecxH'PÛ1 hN޶sD쁊jȡ7WZ9B)!̖偿FvZpM(- mݥ秌%8z93{ZN{:xUc %`'-_2(I>wZdz#= (=u>X:9'˟ZB\BLG s6j>SOBĔ K^1Dj&PL>Z(NMe]gwM;{rBړ58Ho"$9|9\ʹ$O, \J sbsW%p_\GR #4OK?pwq3̳̊jACR*(\( с-hsćZ4įIn Ppf DeH\_e H)%NQm!{l _6;k*v0y <]}<-qOJR$;8qo$z4:89<)V yLrb[)ZBًf/(kfCLL8bvHJӇ[1Jhx`+k;,t"5K:Ŭ!'ilC}Ec. DR,vb!f-cҿV?eZk/9q @1-.q`/(~Lj|Yi(@"t]lX*>}("s,v:#klbs 5IL #tOf 0%3撬5>}Q$si~^"__Z[}FgMIًH"o셮ľBըW6qأSU[P w*z?|g&xM۞AA[8iKB@lmh>m:ʧ ]g^wPcA8CC"%Nkh (f㸲.41HAuM%v_;z#:M:SZ {2!)Ϯ0 qe{:'4/_0!%~w易h11  LcX*7Xa->2|Æ].lRV,UJ>ʣe+`v\8уF-Uʟ̌_˒fz{.3A2IK!{Zb>T(rER^USP]0xAC;7I6< Vi­*nmIʎ? ECg6d8ʪr3txJ(=c;TďK +7Y htMA|Izچ\@)">'qyx UH_k:kv4XQ%[KIH'#mI8Z S';XcZpY _&:5cȲ۫RۗcsN{?1 uٌW>voRl=66~5@@ZMRO:@s w ? wu:XFn'7\ju> xmg 浤JF)e̐q[`z'6e 7X?*T buLJ'ts"8_ ?`>,cxW<--벣=Uj9$\^9'U=ա&Db Fz^5kJ ͙Qʚ +0$4w8=Q+?q*X̰C8û\U\-OݲS}2¯L]tN{0*}'=-o1[5hk/-4zyקIVJ3 V2qc;v| aAz N78΁\Hbr(N"v2NeDPߦiiBbȖ~ G3> 'pQ͜Uci/12E=vأvqE9Dh*oJÑwWFigV?/ C6H [ty8$Y^T4NR OLiحiz{')dvqʘrFwS&[tz u?p}g$O -AӶ,_,e=$ _cPLjǛD6P-3jkV"t=1l鉝 B?Ysdpi8r~ ` :%u[%FHn! ,N}#lr1_{$|ڔk~W.}u!r1\ЩQghMRPeh49V_i|r1x^Q b˜ µ9autp6$`<Σ/ͺ0l@-' I 4XވB۔sކ)t! A1q^äNn\4n])(]!h9 a?.Y!i یfOΪeh ;Vk@¨egV@/vΚQ`n(P >u@{6& h\^).*kjp,<,D4&K Nj)&ar@~z?ցl_U7QX zA*+f1+B xS.HU>ߐٸ >"tz8B\(E/]#5]N 35JߓK;r􂱴ٚx<?0[jC!7 0E8)wbOlEMmz_sHhp$ WC˸6^&+r!cg46u݆]-S'"UmE[_=P<<F٫upc+A؞*$]+a~xF GkCL{e]u~@(\rJ|virc?Ea_ iQD]]au/N2"W"FDI A%m1;><9g>,lHtTT<ۨM&vk& J ,8yҍ4M)m`s[=caܵ< )9_b_5X K Fsj~Ml 3E vqǤae7ќe[p]ؠ9zZsK̻sab?%A@gv#0HZy$8jw+%“ r Ho0/$,V=%@57ڦJ-L ),9)Uڈ78ɻ ,%!KdnrJ"Oey1d#L o8Λ8z4h=>H2dDȂ ,:ff@&Uc D^X= {iNZ"[LVEM']>nA_# wH };tlt)4bJ`f$P)a \oe-s*^_csp F&~jP4tS@2K6Y6 nzk^KWYEe>.q*CK;mmEGI@G{ 6SxpdMKamAL3PRqjxOq-l S%2ŭ:9Qp2߹$I pћ#lR#|acaC!'yFKck<4+C_]!۟uE(v&8aS<GCYmב ZY,;V_.QCy*^:iAsIu`n8 n!a5%F)gIToBΠ]Y>. a.gφ 8x> &h|m&gCA ڧI|.qV8d?u6c06PA0=G T~k_nJS.$V_/◪Ƣ}{AK" wJK ƒZ*Cr7g.$FN?T*UrO1~ҎnHJŶ+kj)1 t:ضtP7S7r'WlT/hwޟIX u3}/j"2LJ:+m2Tm+\yF0,:8M i }'@͇S  VpHiG\q=5pπ ~Q0>LL.MIsx+[=C5*MJ`s-m fZ9VZR^ [}V6(ڞ,XB)xh Luy^o&6X>Ҥ/d:shˀ; ]KB>}qoGmTO31I^#QT4TRUe|uj˅A{fSB0ŒKAlGh{Ӣhy)fp: I^k|@ [b }KK,kƿU z=om%CT6E;R+裶(jSS%#lm 2w_ ӡڊp/wҁm(?]fN-3cJ[ފ0/dSI)RpXzB9^nn3SMB 5>_pàb(`"9(n5>DJAm(Gԝ# HoT/&/R^X5-tFn'',@/`Df >au ~~ { V Ç"9Qxhlɼ{AdI@Du #3\}8j@3vf'qZJxק1j4̞0>~;tU]TT* W٫tY Q짺\_nzڍm,߃@"h6PeQ/ت*^7˛oIUo#HԘX.br}}`ĿG̶a'RĶr藺!bOj1sOeCԛ~`^]=Qz\^ˡ녯ܘ9}CجW>2$Qkr9z7ծ; iD= #庞N+yJ~8}PGG#P֏i95!W]"j%ǘxr6^*<82]鑙~$ׅh'epR8_"-,+X|6LG2\i1#.SX|W%Yct6\%(63#א^/< ~uo[I ~䫼\VϜ~(ogv&!;C׎\GGuu<3:jTȒ{yO&O5}/cdo}!q}p6tn<ujцGE[A9rΫ~9<0f62G[b~,b~!GÆ1X̵<s-o^tz1WZWZ]548ړoMa<vI :Qz5ܡ0e}U|6_yv5-Zoo`#jͬ܃lϑץ(.!n5ouվMݟ/ ({~jG9tBDCcҥr6FxF-Gё>1Yk{6WIzAymIݏ_<խgC:ߩrv2J70m{5?|@Iyy{^/#>3 \֨{ ÕQMп;o!WHHHH^H^BCW#o?B?HX! {n|`?|FgTڹw#4} nHdm\&)bG8CT&~YFƛs i-^<[%͙#FG6zW. kJ>+ogn\|"/cjޥ*ܑ2M ftJDcurvfKKS}{dm-ds[_+펓ҩVwn٠d%r먟q[4.FԽPŻ݌H]&Ѻ0 0gbͮ'l-ì _CK|`-`;|{ahs=6?3ekܗgZx`VSwPcyz-dMK⾓eL*jDc\U7e;ә\\7^7%٦TzYjDk*Қ& >l >YXBo5ۼ8O $PTMl_TR2`o6;" c٦TZ-PF{"w78wrdY+NmӖfk2t!XϞS3e.J~A۷stMM!,*fd0e/99.H5CtFn^ &0' B1[~c@ʹmgһ_ @-ߝ1玣{ GxaeJLÆ;.o ?/%|֤0Da,RVZ؏R8sZ#d\}&~>iy03UGm+nj2Tk1SP3fSy DNG; {8NX{F~=x{7zb;oc?˿1?,Ɨ0/*KN߂Q .R[EqYN }kIt_d2.O&,8Y/$͌q0^BLG_5:E_zMeE_&[B S4W Ճ]ɞd뇄MPR#jV&}mn7]\aN k[n}~{^-BKu.k6X|6r;T#/TGnw5. ^#Roy*R[m*B{t b ;/MG%xފWyxՕ _ _?_ǮZو]ߝ|]Hk:DzvvkXT:oS񆫟\-ϙyh1N$naD[;t?e㗿%Ava\v{q;9 rDos~Q.csvsLW瘲Yj=!m21?NXX瘎1? Soy&.=?ʕ><>-'w:}Kz:ql~Cv Wmu'<2) dWۑJzo)Gdׂ)~ե Ggq>=4lc}Z^9 kOxRXxk{Y`:kOܺ_Z\ Fu: W/TSϯnMSd G%Ҝ6=c cm@(btU85c0c2YQ&a'= DNN0\_'^߰! 7 E]^||w&k{KgPky֜Z(_OK&,Z<U8sc֬4U\wҦ_7DZ۔S}ܛ OXS?D k) xV)Y8Nu3NW&N'U/KTr~Hf>Lΰ ?կ;%7֋%/u,̓yu{&╵,ȖO > \k~}^,?ݛ]qsFtOuqs2+¾vC&Q:-Ѕ}4}ΙbPD} zӶIg偯FZJ^6Z'jqʯىs1Ma3^Õ DžUF-f#;50#ޢ6wNdAϋ A~hsόiJrqŝΙh"Eۉu$>wVr]dPΔrMbicLzysKq`'/gk36[[:W{}vsw ow19gHy$G}nEZ3_:ׯt,BZ?owQ527CPKV,J,RnUnYzPr k<}]X۴3B:U>Rn0*VW5e)C`רkf&at%aSDsB]kJ/ie.jk-?]c5zD׹4Uڂ j}ʽ}VOiT>~[]7/W|5.O$ϷB>?ٞgٙx'}F}\SDCP?;EC]h ڭԗ;ikaZ&Lh0];Cu:7=\{mނw+-h?7{:@8QJ0XI}ERƶ!  'JBƻZ}H;;t`A]4ƠCA7q'aĿ:⟲w&up۔ؤ~et wL]#AGmݻ6vӻ1)=uV>lnpw:X-=)os7=U͟{AΞ|7[,TŶ[m:ﭫog; j*qhtlݩJ'Nݣ8L\vw_h2]A0iTtӍ:= t*: 1Ą^܄:í?@pvϬ "QA=`@m,*<5aСTit=D')W{ Wv<=t6a Ö9G:H7=[ ` FLt"[MXWGCaQ%=ukĂJ!fʶ@=-X@P wX =W6;z f!i\Շj!12[mw/f7U׭XvׇɇEc֧z!}vom{(zJG`on(^(J/⦳E5J8K"!#5 5"O)w]>IŪ|( \MC 7[qtA!u 0.:?)<סc@s Dq0#++w)6vдW/1U+\7an:F۳vEeQ٩:c͖-S<ƒzF_}qL޲N>0mAJ/ ï[Mrv4`yx4,ӛ3{=DTeX}r[.Ejm!F)tNe.r tZbY6`Ы >aN,S*lIiVttB=TGo8 ]l@us@/tՠ "%)]~)7?/jЫ@tӚrkv- ,b4 s荢9z!56;nq/т V]S蜃(zKzBw]nn?n=?~]x/ JnN-abO0?X:q7CUЫ4BN_e(~>!J'woW> εZ/KaYBU)_gH27r[Q?u埢~9߃;U(Ji]G/b+rK gh|Wѭɥܛ/Ӱ1E7=u3t]VPvS lϠ'딼@_/OnYMrRb^F^% Z[ǟN{|%('NoU0N|d E5}N;6\}zm<OJ +>ykYemeDolMx~r*Kݍ7'{vܾѶː? {똞~T_z:OstJ܉sᙈ݀ԏJ^4>q럧|!J'/ी/ #:|%O_yA.  WWAqZ2d߀~ & j/b{K-BRT_r]&et!:%)G|RwrXso-L-Etk]k6.XJn)=nx^_+n*G-HyS67ݼk*CJŻ#=>=~}~y=ݐSRtʑ]jmz%.Lt2-4 ]'ހ3} tdD&8@&8p>Gp,-P8,41@+H,Zf t AjsR :.>8b8ɂSt` $P>8|`%j=F.$Xp @׿ ` U>:z n 滵L \23{~N'x!<'&0-:rzS4OH%#* P tт^ZO} 4o`:X^xEQ|ݽQ hlZDP;{ F & Fhy<;،@Ǘ+"黄3L("9u6e`;qv$; R^_; g7` ەa`*0`O`/`:Λ0I?pΣ:Nrt] /uuUs( t":us.BER2+|p!pp#u7v[ޣ8ww.~{ "/&]dx3<_G!smSa}Ϡ R|)٭Is]x E/+G-朇~}6*g:جos~DIlQrWB  |R{Ч-@]3MJ<J1O"y<ցKț|Xӯ AVτH/ A?d8uF[1h Ϟ)Qf'6}h]),%Ee;?{k?QcŸ ˏ9V4Ȓ(ZuroF ttMY/NkNi)9;ri9m4ji]׻qYWXtUCY\Xόf><Ԙ&4][-4*7'@1 9ݫBMR! fLޯ0YneT F4)jS!zGԴyǔ)uSȥ'zđ㓚 YPOir{7RЎ)1#(hcͲ{b{¿y3i0M~E41bkWAݳ;yUH^ .yXĖnuH`[qHp/ys2T-yja6[V,x~*PEJ<+ yUnh}nNk &}CD"LbW(PK-0MDYavQ:]@YvQv/ vK %^7Dp%>QY]7z8V[Y6 6+j_ 1t4ȣNH1.?"{/B?d\hE,>q1>rdFv399!K~BֿGp?}OgQ3R|Ira!^ ./GE$wA) 7FW[l]?UkZ=))&]ezDcQο$͸b]0IY'/01ӽC ѿ>s̢6q5v/>s|ǹXBC@/l˖&pw5~kއ_m݇_1!aRi`N´y`ABNO䁂_ u`m TN_Vpt?_7/ xXrGF%,/،ll+`o R<y'-h ʷ$1yC|AK*U8ݚROkf$ݷ=*?HBDUB$_Iw}daeęӄa7q>!Z,^7/,_Z9ECY١MQoBkش+aP(xXfɫE$c}(z)m)2ib"!'YQiZ,g(Qп~Ε82u3]c a7!pM5 6io#dYc|a̢/6_||x x'`,.k.qr J=}g,9!F>< b+[G?:by=(~f~)~+_]uݠ]In&n ]gG*꟣x5q_l""@ ^!sKT(sa0V2m,?Y&waF(EsVnswN2f]˳s2C2zݬ5qR36;W2tnIr,KY*%v3:$]b>^Z/,k:Yҿ6 O擧F, ѾG`J lj [5B]d{e"XJ,lihGUcN;.u[54Om-.SqorH^ g{G!VxM`¤Tj%ilGL̮r}'%WVDv}؄+$G46.ʎ Nflfُ|N֪(vHXp#2cG{>o p<䗩uIN˹@Nvfui씏HUM\/۷XgJ܁<z\Rs왹,6lU//=tΑ%0OJ~O|De?G-P:۞~YPԳ :u>8gmDujXwf{,aU}$kO-/V5i=TEOgL 7u~k1*I. oWPfDx4*֮:A^gfve=-a Acnײ\c-ݶhi4tZyAv1.2hs, 5e$y!V7'?5x^® 8{YH߯)!7Ӽt)^O8^t |ĜP1_wR|!@5 ߋrnۥ&Y>>hbbU/;v~9+a%F)L4`Guc 'DN XVS]bM*"pI@, ׀K7pn1pCA_Vjuox] xuuX'%QERݲ..˒ I@@%YeӴM:NlGiҤ$M4M]ݦݴ:U;fg0#gy].UB( ET~#79|WX)DIDn?¢DTʶ<fq2E,ZlK3ͣ:X*OǺY ç|緌ʳhw2.\GT~{pO{pUw4cLt,zzG!g2֎SOLd@1Ut[m,?KOFc_EijwwBe5V:cٌ[dj6XwJ^=.^h4Ǭ҈?-1B$䦴31jUsç > X'gD#7C\Ye $ "XME_o3 c,+=~%RyZ簍rľ#9 3çUQgƲPbR4 s%c[ \&뙖f݅M߂\[%^5lx<N4K/A/jtA݈ߍ"?wB!e];}s㓟CQˣhpP=C |I_SWqc_*_1mSmBomfqr:p:vVs>.5ϳ:>2_Ǘ؁:&0N|:,mc3^%4ec7b=2]F{P>Vw>,s?UǍ UM&4pPMSq\/WQm&恪<׆*mÿĨU#ۑw%;$~y7o8 ܟ*#ﻐƒe|w:b'3R -g֢Ŭo&C6-KZ:hyA5-tNV Hx3ćX:#eN#c{c=-|Ɉ<=W>)s2Y#;wy\ O\%ŽWkcq_3i#ir}&מW ϳ}i-] `9쿀_W/5675 m`hGC?%὞W,FkljV׋/ y<%Z)B࠵#ڈ'o5F/_kĿeױFz=l}:oCH]!xis ]UQc}--^Ízg }_ډgc/o눶ƒI/yN?IOIJ\S RejLv,z\WbXjsWNyǒ?2(T{ zǒ r|qC,u\As6@4D*OgG00hV_7)鍞tϤ9g 8ۧ3 9^&\&uIuy$>=4;FUJ]gz.crn QTF֨K }Fbup%L*f.ISv!wZ, ۾̬қŶ;/+ypyR"x_)Ufqu/w=~еۿgܔ&\u5fzx57xn87 :6݄.psw7C.P/3*mUWg[,;|E ( VTh hk:W;k=8΁w^yvzOq_etn ]^f?;,Nf'ŀJ\Z"Dp7|{\K|@ %>(KWڛJt#qi:: ּP]['K{l~zT#b@Z^}_ۺRH7=`|q-Gl`p, 5󶫆ցip:jhUC|`׼ºXyٯOyZ~tb0߷ݷ;wOY{v_GJͮ eI-Qw;3nP4"ƠD|N.rYs^пy`o]{J{Ͱi;^$$A'R>IMM|iO=Ey飳=ޖ[]-4~s njcY&ٙ7EmҖT?gָ~/Xo^"Qg4!KME< 1鰤 ݢm?c?(ChKd-C>ǗCxQVXB+vٕڞJ6N$dvõHmO#{$ZCTڞEc}=^۹BXjm!{=m:L5!ܿS]v޾j{SG dm/%^xKAn \7mG,|ӘJA>SHRlWє!^omk0؀v进[nZ3QcO ? G;K!n"{גm2F Sl{\oq8bnnJ_dW$oho0O^B:K9%-{$h1Xo1cJhW2{W^v%ڵhנ]v hףmB]h7t`Vg)omvQ~c8C3GuScPU|[ /:[ 3}ݾȣ`v>Q]ԿzJx;DEc8x_cCbNѺ>QA{#߃x˥hZ(^ /^7~<>Ewf,M}WӃFQ@kPn uG' QYj2j`4P؅ӡkR{*;p(m8P1^x!ii{3 ٯڮ;\pA{쐿tou_1D9O͎(c(N";^ gߦ)om[6ަcoSQCW%tO=/o"v;h& ?<#UzFwԣ0uO}BBV{A{IGƭӸ-ܛ#"/_xqi*by'"oJEߝ"T@+vIg<^ү#^D?_È׌!m|Zr>9؍2 L*o7GDi3^Q~2ڇQ ޲QlW>qګhD{ S{Վj'0`8000\'0Obp?*F`l`4 sY§pE K `bX4` Mʰ\ j`wc `Plaop883ZcXb1nXp>@\4s H0|Յ`@~ 4`H3d YE.,x~8N*yqx0j$qq\c)m1O?@y~8s"my' w2 g[3 @Z~_ @Z~><~B uK[G(?C_> |b(}5# >:ő)  Gg(E7((o1Pٟe\mwl1fOܿUe9?!ޯ-7÷^ex }}}H+}g_+n2`OG 7,o0dÍ݆'}x] \u}=f- i A+H /BHŨg4=#$@̾c@;bulcp!Ćر;KENNs U~UhFϹuzzgQ*bqJT4`Y޸nN?"8UPtC3gϜ1w⎫b 4%w?Zu}RJt%RWۛl>V/ӱ4̆iM6\jG}0LU8-Zah \|"BU-Vthm$*#/S ~/ QmE8c!cqmT8mG)2urk٣yƃg"x&n+Щ7 &{d׃g gY>φoEN ע{>'cd.T |Cd/]n‰ZsEZfŌi;V֕*w'SPJt*V+|v~8}p:lx {ʲO暎չ P%+BnQ& r?&րVPɪ,nm'!V7ۧl!3/̋G+\ KKK)Bqc,Ev '!oS bs]#y?=džJꛘw2y ^f7X1PqNkZ)Koz 5v#֪>7TȱػC=v uk,} {TG^CB`Պˎ.}/9.e:Y(|N\ˍt]W & fr Q汢m[o`CN =qu7v>G;=>Gtb?\ w<܈#s| q7v?Ƞ?TmgY$#3Ko_v*CrP:ϫm/h|>/>|>Y, ϛ_׾ |k=JU:8|YL%s~}MFϯ:_J_ ش #x _d휋z~k%vmp-[7 ߆Z^^$kkk~5/?@OwR\%cD 裟">hߟ+稰9ȼsTV e3 ;NJo UԆkȏg'vB%9{_KB9摊jwmp$EuE }]1>HAh =A\Ǩ c7[1%SY+m)\D ɵy KT%3IKN!##]nN625W6W:Zܑi˃X'$q\25>?m=uWI?khNf88Mqx@q5g6P*$x\(ڈʝ^f}GX+}}wd8vx:9Ьj42'7I12?QA%2n?5mɆT(6 !of:lRVz{GfrYJ^;„mN7SHGT*ӛk=i/"P}`(Fu&]?\e[2Ύ1ڤZ": !Hٷ9IR^KI2vk׏39< Ɠ^`֏'cdZ?,lџR3t #-s)o=?֬bO6Soa Ɖ9?rkZδw.jRfae39Ǡ<&X:VYiUqC4F)Tq(O*>kޫ&i~q -GMn>͡zg-l!w/NX٪1޼.ۚjHoN4dZڌ.b{JDt+[ӌdQMmߘlncj/?8UA E^ty~;+}v4J/rtz2bZ}-kMEԅf}"άoׯ 轹'J"f\~]?FmǗMh(1hoJ0ْ"vm6K%V8C&٥-ie&ж(mV _%~v,MdC[!,J!IDh{/w؛ؖXMV)Lm*JLcHJωg~#n3XE[=tWݔSLr?K3B73͌ghiqЈz+l'u+z]ϧf} 'n}?| *9ٯ"~5:sܖ*E.=kK.DX>u.>H1c!rq]0#fގ89ɶCQ4n})a]{'Lvf:0Z={!8,Ϛrڟ3ڟ7na@߹E%Oe}+Q:"t>[OR=w"7Cz }X1s4&~WܯYX~4{TSWf LutK&:Ә)BVCD ?w'.8Nr@(?Kl(Ӂ/1q8')+ޟPquW˩-%?=ũŹ! R5v8K#A*Y#|UhgBB!1Znhh焾=kHyGqox@#Pg~>fYCσ)e^1$9)ҏX 9.zρQ{M>岼~]T\}c؏"| *o?FSIY ٣8x9ܟ c1ȊEk_SNM=ZQuT !"wTSq5#(rAy2gĭ_ -olй@:t! M T8UX7]`uax߬rup9t.N[z"Fޝhy(|]NQ*ElAy:O4+@s]z 詠AWgB$G|]naO=3>z蹠瀞e5Ay/=tH:M(8V/d&N ^Hታto/#,*v˽8::Xiz 襁/Ћ@7>փ}"t]$&a+XĿn"ߦbz~r=2Iz.%Ǟrok͠Xp!c5_:h5n /뗃w"5{fѽbs,K4]ݗ{ 㰹F M~o2!?&7|~X "3̃LJ=3Oepظx\ >,]sFPEO.מK99=rB_ u1ӯs36o!zO 1ש zi:ɞo^ywz7]w n@/ ۯ"|wONYk58GzwzsAЇ@}t?cT)cԳ;G!lϡϖOԐ4^rɠ<J f%>eqЧ@}ߑs~< /R$b/gHcXj-G@qY1xTUgLl?9bFo !0Ё!À FG c'0I˚f8p} |., ,Xp9R^8I hJS=X-p-p% 8[@ڹ9g׭` |cy|혇ۭ Y/pnsDu@ ,9ECMi`+כbB_k,ϐv! -)G * t.w V:Qry~И "]rw <<(`~ QraG'XGʷmzx³@u/xx^@D"z~Tv?EDweh|BVwp}os>\ ^.3õuC7,>Bx]O @}Z^..Vu.x хEߎ@tsyۉ&,| oц#6LXpe\Y"k 654mT>q[5aь"L Kf4Hk[\8^Z ܞh$e 'ukK;RuOTV*S;! )xTMo@5ki\*B*PH\8…Kor8mX\႐bsp$,i2yo""tE%?w_"5IG%LGKg5qn_*_L|[A="&D&I"D2IY6`F|<Y`jǣ^ #qY7wӭN9 cMf}anGی vy+4la%q9yk}6/?,>#c G!6>@]#q7⋅X"ofTvoz Os)SKW+߷yI?Cl!w!n!D:>bi^*'ĥZt h>BMUፊ,ӔF@2*rIDa56P2-O\TxRSJvEKgr<Pp?ƚ#_ f k 8"܂ n ;xV]k@t?֪O*T(RR* j?H_|PBdB)VҿX_Dzo;&`d2wιgf3Q@7ۯ__h>| o040ZIՕ#ְ[Ǖ>|W l~H'BDTu.Ld p a0ʯ[ex\gs^T"DQTIUIQ-ɖ,2K@@G)i|I&/13g[ <{w߾vz !u_7ɱcNe,0j̟YQ$b9=>>v7Hy`.֌2L|rzieڮ2aW\5gWbWy{)@:yy?>%˻S WmгER*sin2 \=``k 7}Q/=Krį  !{m`ǰ8y)잆Y9ybΙ O[3b㘯A}s)\_WwA 4l_ S3w[n~&oNg|K||G_By_5SHGƭ̷OgK>p&u1+k!3#xyx=". 6h,1ĺXK~߷/o3]b3n"/lb1~Ebo۲󧗌mY7:s沎*xV u[iVϢb^O [p>̆gq"'t y{$?B~<蟀)蟁9A~%~bOHJ ?"}xG!Ys%t_KJt"Z`{G =S-cӢb]RSg/XHߓ*[oˆ`*Mps$ё~rϵh:WS-ٓhc貖CC&2\r)C~}IlUqNNJm pBK.Vz8c*K-Ia)wVB{J,;IV'>;]ۈ -sUp7sG= ׂfULgсhR.^砆 Uh{͊rh,lɁ>ph⦑oWX苖D̉Tk@O~B}k:Ι|5%\tHo4a9 ijalsT tC{+Vm@ W΍N; 5=JeiiSGb0:${ܵ-ZR/-ܖnJrSAa;Im)ܦ808UyY<#jz#( SuQA{%ch.R:kge!,JYT8QzM`56C&X)+&=mgCTfQ{X"V{] vdIv{ڗ׼[ M2/h>Kh޶ NSfBa|wxPV;k{yA/ C0}$o?e>ö?%/Cޠs_LzJPF)}WxБj~_`ַ:ĚF1VDQZF]'pC(E)}('@aDa[,S4y(p(l'QB)}hTr@+:IQ%<J%WHvz󿢣pa.󬩻F);r¬U~g}٤7 )~V_Cy}Z_4雂-_|Bܷ=dگqhC%h5':\͉va'" W0E\3(o&ʻ(PA9r[Kk|Xm݁Fb ^n7cGyG2_ǒ~ h)AMMf@` v_ = # !(H!i06*&&NE~ \\W&$ ]@8U@&FPB>} lVUUsuj5Ek5ψdFCX#`N03Ji#0QZ 7)΢zg HJQq}ӌH>GSH DkX"qxTKo@yԁ) j($Tc/\􆌻Ċ}Ņ\.fܬ JfǹKDنIg__'G/߿}Gd[|-?lq߉,BVc6940l,`nv'{O&& b6d΋rQ~2?ͯ\> =+ 6%Uѝ Nu@O`_Fqjl}:su@]FL3Tv*d 5}t7`,\ԛW' ,^Fж6vmmRaG6ź!x?~ <~ƞ`)3AGfQIp$1iwƚl8J$XVOSۺE$vP3רu2"o5"l~eulU Y1C>0뵋%;A@'b|ue _70+_?mKߠN}]ib)aübs-δ\vހN!崑sKgRZ%NJ?ai^-9Kh6MϦw-4u9RHw^Zm wZw4-w5{-4ݖ]M~K}MAKMaKCMQK#M}%}OSܒX~O\cdkvxX[OG{wml f.sIHpn$ͭUT/y6f .kkPɿD^Jqg<瘳f|2g\pg8 p, A~|  +_~d del?!Qb# FnKat&)ĴhG ٬)DSCܠۄ,)%Iǖq~g;X̾ k1]J0uBqiҟ!7D<8ϗkMcXP=LDX^gIgȄ<o!߰ZNN͢&Fͯ]D6PFli6=̠8vs}ys|np5GYJ@Ri\ⴆhzn {EU$ՙDYEn&~vl tgf.+sdd@.Ky*wQćw{5)oYtm`,XϨWE]S8CsSgusʞ]G}q2V\h;VyM .niF 'а+a8Y6 o#ѻ‡B&+!U:K|Ϩ/h3x9 /1@@<8ƕ=5Ry}O>_ CcNyL92ܪ,]֨he`~^LeYz:ɄrH鼁V($mf@|#I]Kr{պcjpFuL .Ashْ:\aړ^#Gz}dZTdy샧 -{M:4KxXKoF^I$%QWc3M(= _zɭ%JbBSH%6zO.^Vwo嚔"j7;3샲_鄐 QRiQ+)pٯhd/!{3j=^ϯUb2Rɕ-c ~ʫUp \2]_vzz?!;g\8-DQE/ސǜ'1Q`MBn 6W tܖFE.vM_A¿ﺶRUj<1]93 $HFG2Yr~=!aEmE-fXQ7V_C<әm䱍C!,qcލc՛w[/SFw?i7l?~bXր9<>Y$Ka% Vy&}ij4!eEWV_K__BoO\"4DY"iA4AdG+s^)@8d eI*".H LI=PB{xX[s6؄;!\6onw}S'/yٗ}!1ΖL_3/,'U!apGG,1G1H#EO.~:?>}!AId)M{vW`O7:I J)_ZLW'5n=J$Qbo2 cw:gƚ8)S(&lun3Y̧Sl' SS"r1l(dCU5I_賒~MoHuiROYMmI}R?^{>@o[zR;AM&S5g_o?[c>߁z_~ |GhO(uIZLDX{p]ɜ&cM_#"ձ7߈8[I|:Ժ[CoÄ"y+-_lz♍(#4a9~7!|8JS)Ռ+Eb_J78'_jGN_\]--r|qZ\%la93J|~CͿxjj|?k$~ b(ßw˻ޯc.z#~tKRYfDi&ݡ{d¤WF KOT͈1c n IlT)x"֤0kj0vD2ۻv{~>aSQk܌vDUfO@ŕ3;7TSq;/|w2DuKt/Wô|~H`Q4 a|]iTM@ĕ >sy.7Zjj}tZ-@<^Kīq7A׹|ut\#l7G?)S[cbL<{8T&\oqFdvQ{ E^^ua6y-o=lR}i ;jc3m/"SByR>ZXo[$",3dv1&uGڜߗs0VE9g?3g̟_PI\x <=ݞ8;QJ7 $52@H+(D`YBXWc RcPДlJhm [`Wž} I/c^=?_5Anxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#T$#57`CN+,IMJrA(t^ b kc`PA $ 5e0@_r蹤% $5%E99zEzũ%P%h[XH "3؛ @ʼnQ39'|Ԋbϼ L63Ax]O @}Z^..Vu.x хhߎ@tsyۉ&,| oц#6LXpX,][R6*J8-hF`v3G`qRu's%*uI;c)\Q=Bʬ,dXw]c!Mx[S[_!@ _ ol6v8~p9$K†$MG&M/L?4~;tzWҹՕ|ؽgg>t}3j_kn 9c~9X5e dhF'l*Co?rϗRgm,_>m=% Y׬jU1?I|}~.27XVe&K.FKUG^ZVwvJ0[Vta16ܨ2\=kש\>([Q F9)WiR{(O,&c+LUœO[BpXQDVJa>yd3+Iv3d$nŜl90&mhc湇17r^&$Źa\07m D*ӆNs/ynvĴܶOBKnE{xG?ɡq8>f'wO/bm춑$Ry #C\^q8{oRc$}R1ށ}89IcN4?Gc-aS< ·S_w~O)NG!s; mx0WrE❁K{i+!^"^m]W`e9~`bz6_cwY6 W4} *rۇp^Q]t1#o"<>Ui߾>̑94<~T?cvPB"Rl/Ict=}k P_/Nbކg{6}欓|o#=U8?1E:<61)̹݌O)?Ch_+5ڣh߂g̹gsecM'J0d[HfdS&ebt8Iی붍>0jd3GzyEא_^ &Td/b` eͮ, "BA|qi`&ژ_,Jڵn]jgi4,fNsrSN(QF,E2e,l^G3n#+t 6DXDS:$+b]Ln]2mfS2Vfw̥ͭޤyS69埘.4W۞fKPZ]=I)J9 yAyv2&n4#r2鿈ymUii3OuSg:a0ELب9bCg{3O+gš |{8 ָ[׽& }L]T<*~S5E|`2.)k.lXԦoF@?e%5C?eÉ%V4`qg nJenb7-S]f^FQsx0ʔWءV(NX"LxU`/Ǚ~_OhTbim}خTe ?ݹN2ex<>?8b>>?"?cI&z{4eRTg1\1c{"1S iC. 5*_u״F3s^`}XNT13n}7F/rfef+\W 1hDXM5zC>zkz}ِ5GK+qn[||h:<G3ALIo1B}UC.IM%3KX)ۆRk5 ܔ45L펆Zu,zomcq9UPwAM|'{RQ-k>sOhjx?CL2ſsuTь 1 ea*K4 `0^Hf{T-z=h7݈vW_D"mq%xIJzr%-vAxϠ\vmϝӣ‡,e[E[|_z>зuYgy=l,NKĚdJxz:>Ko$%ZXudr5$>Dy!V:<ޮwt{7:%"%H.O>:M2TF$MHć]9qg"yF:!OW~11btT> v[D{+d;mݐ]=!׺JjU%/>^ wBv4 CA@!G]c]c @Cpyy=0!ȃjiQ#72[Rɧe0@JvN8c9֮dJ)յ܅gԣ$<)cҫMmxWQrd1m /MԽ"{y`O[Mi3 Aϐ^9\| < EH'}In69+W!/C^)=[nc9ۘ;管\v^&kW!o9DלoCu~Lakx7|S U(n?; Pv#^0wiTOݰJK8+qǼoC%HTM^5H &A zh6t>-EI;<`0 M |0` Ɓ };!S? !&` 8N MW$p(4p@= 9`8O5 Kb\Mw\&*{ 6_@ &-U6@W7; Dn#E0 _@pms_"(H@Q11'E[<tu ? De'h  <%X!77 o-t ; t!PG+ /}}}/!axXOG]c ÀWІ@R.9=DJ5&qV*qVG!*KU :}};Ye̛~ޛ}&XF0'?fiku}Cd}8rUTEsuiXHҨV_i$tTnqioN ޿q]"J }  #mRFDdW!0ð^^IG.=8's8a1~#>x%þ M 0zuq[xds Si2AYWDQ~ے.?2.\{oy|} v= a;A/УUIG>!mȺOHj+m * VMɆXXXVW]YBW~X99<ͯ$a%i"Hxu!ۨ­ypP86jFYum)F"8MV٣z |߭tz59R U+R'e`ѯbѬdmHϒ_'ځ9ّ4S*Ra CORx4jvZű"nݿ@\c9b<!93盩֤WֽҵWvX E߯@& [I/*@[{ U0Ey1RxWOqI%7 Ehtv__6䀳$xA|l"*Q=vRQ&E;,-Pr(1b XfοdBxOyy^D)ĐOnGNGƇ>p.$a97L_5Pt$ 32rII^$+OJ8IP$C I>EBnY[1_qX'i' m)$OWrЙ4 9SpDB%Tv篙^w9iMV MeZ}>`8V $V*PUo"%(WlΦ2ӿ azH! 1D  0b`@g &IOs)4A^B_'XЄ(" V4A#XB.`  #v 4+r]xXnI.qk',  L<,'ą/{=# eW{zqbڑ>g V( {<|t}ehzW,Nq۶\[n(aQ Qs@|a+5ǧê7؞궹Wi@G !@|7RG XGA"䇈G1ҿ@>.RcHr3{~] e=ݟ>sg2TП%>WX{.. :3A}Uac;wT57\%L{:&s%{%: 阛0v/K>8d PjVӠgEx|]^sjLTc&Rv")ͭF<0`qզsBq"ʈ3^břQ4fjR՜@З+Mx5|I&'scD4:3aXgS<hnI}&(W=c\#fPqv+| Gq^j`=",q3?jjRI'#h`]}i*ٱ1`>Ṿk(-c{,sTSMeƘ:W5^=ǺljXGOM,ڶt+k=mjKB/'Mh+.qyFED"Bf$@f Y$'g^ PP m @8E8c)Y'?PRp B ,.-ķLDPQd_BX5@r,Y#7K'xX[kGI,KTI8['NK uKB_JBe-mhWIJ)9*)༔B3xFZ_hfugd?-2,f&?ߟ|7ld>$b>{h4pr]ĿO:`x(#unGkB.v&'9 YC^Q{u!sy=>zs|T16㹬~OpƲt7]@ {r"~QMz-]ۈ-SmnwQ~@g:_>H6.3t?G|R4#J$8IӘCD$2\PFtK.璢Q,yy}}Q I(+DN?|`3 njg&sD4IK\Lމ^ú}^ʗU8G#ѫ7'.)h#?Y=v?ymhjQL Oк :˕le-Ͳ905Y1En ң,^gX3xA(sig] ( ((8]lu%ȯpRfA25ޅ㇛CIxq" J鶒 tz<U[VPޡv\|9]#D٦ok,jIJE c䲈ny^k~ձ|Zycj&P}еFObNPߞ8NqbX@wMXMx,v ¸I0[^!.+xȓsvH^&SWsY^ [^ G΅PVƹ)UtS?kyLl<8EX3Pa[cX@<v|bk:A!@؊M 'ؚ6={qdD xoAg- Żn}Ф Mh4>`҄& ҭda]Z/bg30 %uwg9ߙ3%tbXJ|=:;yӨ|-!鄭$ >ۭ7^ZO !&c| y&AԂ2` >xqLѾ pQǼ UqE` x5nJk8*t{b;xO.Ķ.uCG2vNP.Rn J]4(u|{ZPx a'QOW Noi%`]ɥAzN7d)1ZiP>b_$z6NtKfbAZ;ߓKkяŲ8,}1rN8prNV2oKװٜw %نN"&eH$X;M~PCv-k:Kjzj4̃Akߙv؊V7a~Q7>CLHqoyT!BXh}FPU&+$=<3񙛶X#ŧp,2fSyYIMw&jscrnUa#ߵ$[c\]X$k9@QáWMY=GaL#zP62V߹x!xY[oENع5MZӸ6R"DUU*RXr;%WBgw;;~-h(,"1SE 1W$.H|2_?x3[I cO!O:%~a0L~(a*b~ypk@}4_|T6NJğ>]sOtY>J|+zx gxSz,{3܋mI57&uM2dia`\+Tʵ:WQ>!k9]dE&2]yBo2ǎ}gFK;n`HB8vyt7)~-L슿*[;nn 6DP)Uo@OWϐf`0⨟1ܬyehZ֦ Eg|mwZ%n7-['/Tw+M|nNiK(SzٵUO4ll yS- SUn zq;o`GLyZ6'a^cœHDݣwJ'(Yom׫[umwAN8OCAlΟ=Ɋ猰Vo2wX@;"bBIv{ݺ0GSLmr&Sy5?-2F #|AYVL&>'WxX+y{^]8ᓩaunX/oyo7mXtj{}4ݿLnBVmj{ wŢ%Cud#^>Yu̺:/P܆#ir TXY0?K{;ZMDAu\eYRZsVr85,QY`z8d<,Btw~xdjMZ3.V+xXHvޙ9!` s6ٝ: Pқ_ctDa-UٔMm a?[M͈:B;i\;/o~`VqCM͵9ZyhON:n'ciQ1'4O`Qm?Pr^zƝ~'f,܋J7DvuTCך%FiiCG;iosJ?6ysa>t|>Əug&#c;DRPm ;ACEGu(Zk]qϛcE($. cɤ b5d-r# (0f(DL2L[Y9Y`(0}@s TK e@}@Կ@~\af qphd|\aԿ |p߀{ -x,.e~ 9FxTkA~{ĶTD/ URCzhb%Et7RǛ0""\&%uޞ _/^Qɥ EzA~6o-i1H~_M9CFິY#zxå'GRkQJUƹT`H_!^(^$#6yT A\2z.%cw:BH(>? ?IӭgK:!JK̟($LZ]I SǻSᱮ?? Cʞ٤Og3XPS3^8i [3I S3bZ C.o8Qsfw BUFjy SE7~ E,4E'ezC_m=؅tM60b3FvbtC.ȫxR| };㶐~G0:Oσ~!6<^{ 8\x) ǻm@R< {D6 3jq@EkGx zO(xm$ϡ99h9|%%m3d<^Qg Ww5 ^_ 3RoA3敝r܃v砖>}[%I'x/`g;gY $! ))A'Ѭ=LF:/P/čZ H,G#ʩ`H 2yDRb5VM"`3{2rXjkG%MG0$zh&k) agv!q킾KM.PLyAVaAQX6:^LD$|j3vG6.R٬`!aiҺ$uKXFzrYc%fs`ώ]~qRy+-T:'~DvjtRPu-?2|!so`>bJRikFӒ<@x╏#&6ߺ#vq(kώ`xZYvَ['KsK RG.992[qaL]ڞ2ML{&s;VuyB${G\ɤZ[ӧA 0'({#2/Y1ِS|Vxu*~᱑ӢSɬKZ4Q5Z3b^x얃}IeWL`vgyIaɶhGt mlfS 탋3\I4Bk֏9YSYH\r7pq}p@2; f֙0aSrBXZyA<֛=sQ>nGq0i<\Q\snaVz)Tqc^VlLoCŬ{R񃘔7!^V|Py`b@ŚCвwo\l󍐯g󍒯v/^_v85ɥ:^xW~|pڿ4iw.*sRP⸇VSY? msכVm|p5U>w_t5+G lC^ĩc'rqBXEhn6*>* Wnz*Uu^`C=1y5hW|EkVVٵI ؕ+LGP$+ЄЊ:$"K0`a\)Y@a K*`aaWIonn!D-]wdv>xx$`a  <p?ܞ?!UJ_H37xwYXL04L?Yl].~^iz[ѫşizH22Hfm|(qr9r80vXQQ'B3GYt>5v%p$96Q ]h,XyV&L:|U'quuSo; wiYD9,0> AOBe=unBG$x.!?~)qhh_}'_m{OqnNDW$cҍ~$L:<C2piW{ 1E֙8 qS|d!`,!1@;)pF )88w"9<@x[isn]-cnlclco.4ciȒ`,a&ln6lCH@>* REӭyZiMƆJuwoj!$@>? dK'z}]%$&'ARAe8iXV"fhϡ~E}Kn/\*Ù7,gP'ʖՏ\YHQ+h6f$͸[s} ms$8e VV_5Lt }/.K3fV.˙JIʒfj֚9K?z5-yZ\Υ|^{\h1D(bTyؔS%>`kcD†s+l°auRcam%EaAa[=1n ¶6`b\`YaHqCۈ[` 9khN1H;%݈ $ m}drd'a6(E1\RaI?"p^3~AyF3̀wm#'6k\2.uћ mЧ ^o)#`{D/_EQ7)n&{ <-w1wsd>v_Oqn̸1R<7ПC2l~'Ha]{,%)P̃s ?4Ʒb3h0SY_(>.!#>#)& KW)m+x>P >% 5||oP-? c{0=M.^\lܾ!'-l{ >#i?;~\H. ‚C]%Z\tHA|*6ITl\%ڃ%C%JKkڅͲ]jF-#u/;8[~P)UN˭KwcҮW¾پE79W6+\lVsj89(3:sP֯s$ݲ#ڥB~hRkVl&==y5VĭEϭ\X,iPKkJoUS hgMJVҟ"ͅt"5">Jdf<,Jd涤o)f>H6:4jMn۷:{T:zO]|}zu挌̌.O⑤UhF$ŃNnQ9,Օhj/xybj<6w^qOt c.rr =c=v!K/ ~E#8c\"iJGʾ!gN&8(ψO&%c UD쓌%VK*龯IlGY1Yg#^&Gݎ/Bw\URrwvQ)'>nߕRF43;I,שgF&_HT)=53O86=KXsTKdpSuux[geEo+76u9!B.:J_{V 11?R17IzZ?oJ͔x}RE!юF%é/_t薘 ɏ^k .d:UqTB?>Ur5drz:&ȍA[ ]*_!_[OoF˻ARYH _/B5βD*nNo嵋\OY^>3!wCllw/ZrJUy"xx-rsg7ȟwowyrC/rih/d'|o3cH$?:8gc*p #^w 8YӐl>n. vy}!")ކ49v:zeu5C^C| *}_TCJbX3y y8g Rxqn<-5RZ_@`VI3)V>d?}`1^P)a".qv3R?go®.)e?oV7"Ϋv=r+{CwÓ:q\rW>4)~x2cBec M0) J</W)qyg'Q f@m`+]N`&Y`W@G *8, hH1*ۏ'8.gLhpN E%^ \p&:pC$pL S.7-!0-1 u0 <\ ~,*JK? s_1~GΟ5~~ {-;@h~/u¤nx]|Ź՝,6r7-wc\eq`>Kg[tRNƲ -Z轄Z!@B |;w:~;;{ԓ1ba -=fԚi&4c&cf} X(Iꢢ9fʤ Ӧf@_խsKgQ)UI!u"ӾھL|MT7$SS}퉦椋T8%6S]FVd]$wn&CuM1!NS_а {5X*n2`3F3\s<ƭMGdɖh)usI! hulsa$&qvEZnhp:4{\}f}̖{` !tanG@IJ/[m s!|b[XhJr8kjj\{Xu_topLlM%SIˠ\ xa[C4AW24J˃L>L@ !36}_֣oVahE-jM5O>/1!;D?a# ;agYw0a1rc(|_ˈ , H ;#LDDH@@ItcD_+udO.<g&xfl 5xY%))>~\e/2I2{|_ Cp xV3k5&ZX3ۈå#wwAo+Z*g>؎_+AJyhoA vzu/A|'|kR0h%gk^_K0!6o fn>k&79>n\ӇxjK_s英RwTt]#4OauRZ.g2S25ĿL=_=tm c,;3/B c=IW:C9OBzW:@Μ+3xz_5ʾTs`CJ2I~bg5,3Ey3{iؖ؈<ά`z~JujR4&3nR42nӘRیh }2ά/a'Wf8rx}2߅Ø:5g>3f'9?2?t˙v W0'b ɚHf{4ER QIDyWnJ寡GBT~@Dމ!ԉY8Η} 업/')tT5G18ڃ!log&|E}v?"ӣzvDpGzĢ] Mv-L=v|Q>,\<JD=D3sXG%%%1#4YPQ˲?]oڟ_+z?Hoڟ_zU w? H,I1Q<u`/$kERM xqZ}4*X:ў4ic4PG$3u5F`~F#t>.ai֟LnC~;>~/Ms~/(}^^QWZ7az5>~M/#9N z'g7v\{ozo]Gvk#{%E⭄k#<kixn 6$ۻK/UԻkt }+# 1*ǘ6 _6x.>*.z5&R_YXj07|&n2N8Rn{kdK%"䶦DTz"w\abkC9M _oW,4VxJM @2Ev3))f#%.[Lgzu ^ǂDu|S6?I|TS;'3e3x%kJz+ze-oi2E#ҭuOg>]Sͻ&T TiNCbzX37HP[NW: >#7+|]&A|ys2?#k> #TT43:UCr٨ܣ%%[=.n(og}}.쇄b6cBg#3n۠ϺR=Bz=twzV =:MSscnu|GMert[u.L{-vLߧI^~;MsoNW\Zg.cQymIj }2Aե41P3.;U=홬:u9M,Q}G9ZAz\?Bn O^ݓWЁ>fOYEo>>.9fc\McxNCD4+t]S> o%!𧚐5n@#Η|rqGgIg_:G턥zGyO2Fs$M4,߇yȣKvm4i'>J*:*s?͍]L;u=YQmݑs0n^ [f}F.6j3&t66f(l`qd6vnHzʅz} =)#[az'z_j:mjsaxQ78 Sg3%n)iˡx}u>Ռw@x~q?/ӧ[ZɛCSz:9=8C =]^v#A^c|>1K!W?EtF&_ɧN9}:>UȬ}U\O.:Ԗ[^>b dߔMD-w㟰vU%\SՏh{ͱbeTqIom|`qdniǍQ wX}*#O~`*u_qKuޯPT~W׵wuIo[t\$w\KT$[ɖD*Z_3kIߕSP?%8 YR"~Oh3>E7yCil>?VX@ss]͉h2O.ק:)FvO.-- tFH[@?MN @ K>T姁3j| ' K_awh0?<3,ڽE{в`~fAXzj $U.bOX=L\ :E'' %E~tK :tH/1cX=EYɢ"1SRcAƊL IANfɗ 3r?t_!eW@XU>P1{J,@S2j8j+g>zOb~l߹ DB)~^e1~] `CAt2UAW] zz @{H=[7䳯#1bvJQZ 46J{]Ҧ۞6PΔZQzЯ Z mX/16\oM~hkBV{hrޛ E.]=8}pҕYcn;®z;By>ub^:®*j/Vɯ^L{_|e?w"udî/νmEL@&AOr'32{|Z0-o!%!Dތ?LAOl,6N=_.=W%烞zs Kl众^ zsyVj9(/EjUj֩'.#v"~U浨#xZyCvn^Wva;'tn^:®'Z}kbzfn[靴Y'r[,S|r#} &Xjm:)n׃̶)9\ {z>-h_ۡ[k#$|#zCakըԧ+K pV" JiK 1ů-7~hB*7H_fzMĽI{q!i7Vk;Օ$b뉘RLn+;]}ծծ*[Y9w7=.~}p/s!=.vnvۓ@c4̷̿aٿXrG > SΟ/U|aA}G>SOЧA}y,7 \W_l} kh3ЙqfO)s=/aJ?J>lmS +dIۂb/ 3IG1kKqj/}Xn7ט=K l<_q.yo:s9!7bڛcs!Mjmƛ}ܛo[_[;{HXa[ҕ]nģ~ͩRy/-WA!@?joX5$yYN۷#vǯ>ܼu]q~,d?m[lS{V{޼u@[V2X2/ _I+k,۴nMu -"1cΣ +E2)9D%"ĬSPjy tXYd? Žh`0T!Á2@P-a_`aG(` 0Z!cqLjI*a0%| `Eb `!R KXV$-k$IXl$`I8H ŸmhI8VB3 ߐDD;%a'"AqZ]hp T ®h_ \_\P+%}p5pkpp#p7I= pp[%>I!G-c#&xxRS3sd^^ d~?׀%7w$ɼ F ħ>< FA6Q$XzЭ}lkdžR o#z?Ȇ2:E` ?j#a q1mdt2 ?ѮHW诲~C܄1FF論 $Fclyko#cG H~?Y5 !zlo֩֋7ӿ`h̵dh֋|'<`mo,$'-ͽ8F 9[b Kb]k>Q& $>yO&`= 8x} xGn4e;]ݖwǻ͎c'x4ƑFh-ak$ !%vvx}}<ue{>>]U=&xWNn诔V JU׸A^c/hJ%ݫQޯJ%T?7ۖҍ)._pe.uup9~Dœ!f;rɜoq9єNuq CmJwWb5]&J蟿F ;:]ɶT.Ҕq.&\6֖tt  T wUk!R]2됖HKFj2@hp嶉XA Sw{@gF?[ЧA=?_zJH:iU=nY(t cO:wܬj;wfr'N番$ݎܧvn'vUr[&C#=$09)v't{5]x۶h^%ks^eb:ӵU>"? 3d 2_ x|g=M|4 UqrB~dz xT {o3q}JU|/PvNeUUq]'6qu @H}A+w-O߻DKc'ܥ 㠟Ye?TT>zqy>zI|4g"|N|4_S>\*|_S^?o<߆ϸ>>Kz?P~z]/p#\g®S޽Uq_ -Mod;+-H wq*^N%"lwmAnp&Y/O4n3ȕ~Oi7Wk| ڿkiGD= s*׸NPMlCmd}'{ŝZC?lsH'O`/kg(po>]>9xsFCX>.3RmB[g_4.vyz>-S^ Ktm14 6M54EDJXb+I,e@meb Bl[a7?gvtSNd,bC+W>1G9s8KsI|Fg_W=g?Uo r+;Y =~f3T~Z?\Pئ?+D>Y$ QgD$ncXf~8_}AU rU"L jA™a@m?Tx$|FXc"1&!Z k"BvCS(e ʚ&+A~3 uZ:jE3KEv9˩ :$n}ʪOiקv9#ʩO>V4FY}<"n})ӏdh%xC' Az\>Q.Zd;Uc]:}]~|+^"چ%S&Ô-ZΩ18x4p4(`ڵt>m02nIvߌuifd߄jïZ޴24a:m&䬌o ^ "wݼ,J1^WL0}v({CC@>T}~R{<zTeIL-bk:tX(ڭeJ]~#1|}]~ѣ |}wM)'=t~a|oQSi/lc[oSЖTnCw1\6ٞ ad3v";)0h7ݞʦ5SA9 YRtg{d!2m3b( ג6UxklMfTV+mS讈 і{ؾ "~ĖweK/ 2"/ []a 6?XJ /XIRatWW:#_mGevG>;?pGO/ lɦ)\AwG4o{ ,^˪cǑozʉ["M7ԿD1Ok\k[}(Ӭ:1:c1b'ft穂0}-2Lmk%BEƴ[X2\ׇMEHSŒ'1UMa#ַ/t0M:Q>;d[7{. YfeA2POfF{#։5R n={*^ݹE+ mR\}w{H2\hJ˖xad;g/;]9mb3T-ګ{+ݩ7";љ *I J Cmgҙ"[w!>шA| ش; gmw`Y*b^iUMsGQL21<٦ ѣU33JR6v%s`5"Kv7utn4.zzuQxʚ_o֞Ɣu|}M^-V :6ɥZR{9$Tn`ћ{(09oJuSLXL]&9J{*MYk@S|4 9vd{aW$|+KŻPc䖻d'Bz:Qt?(` *H!Tnv]-\Gcf#Am 7V ϴGG4Ae]¼'ˆƐǂfQHYKGDHϮ|z425QڪYϢ#AmzG>3]?0]1Φi}\#ːaVoY%'՟;t'~[w4՘+ IuI+zSv v|ZK3zgTb,<-5"0ٟ{ c hWh]Ee+iؗT./m*S:%na]]],~Q5"]ZǕ}îgQM.W du̠wۘU!+H_CqˢOOru^c{ /vt=/ӫċ=8ʸŶ+-._k2*TRK(onB1۳^7EsKOzmѽџ\yXXt2N܅皸nDJ|0֡ |a@)ho *JU={zxRJ~ANguth mT'MA3.f9N(ʾre^ŗ*^ u~u۪IK<ת‹JThx  :5B 56+nB׳YCױYCׯYC׭YC׫)eB -VUО^' 2_eX9f)chH,%}G2ެ*sF \ }EC q9T1NXCE˿~ 퍱'Am\BqI%F}gwLcpe]d9:8 4QX]g*. /oN>:έSnx1K[?ے]|2taJxg6E6eR}CXHkt!J<QӐ鐝}k[|ɵw}5Gm)!LE΄9 9GsnRucߡ^|LJ pX4= UPӐKi6zZ\r =4|C8o oC9>hY?zQG N]{ =虮$U{PDz|b8ՃHppQOA8=$N/kXPN !/,A3TxWQjj=0 !vo3"qp :ɋ/l/^Y^|+1ȧs#p…#\K@bC jOլkWrJ^]4Ү@xmƒF;CwZ.Ecw-)܄p3«^p]N.gc|:nEx--v9 ]5e'q-K9W]7]}F] U%XkOޔN,tNMat%<\/g}w)k7hU+݋pw3 U@QY}@-O' X]~ٵm}}o_HÉpb?C? ְ q|=0]כ6"lA،›8+ kCE=ka7B!<O"D_nV$}ǰzmCU+rnp yʋO6 ֽVӽ7Fv/wz~4O/@R/Ab/e#`h^r>7l/A<5u+wt.y$ hрvzy^4&؏Q?Z:aOר г ЍG Qq <#ǀ ;YOtr<32dhHI?bk|Od! @MFПӘ4ߍ" Xp)e[ ݖC75m3ޏݸM*^ [YH[5@@rį@J7  MH͈oAz򏯟 1߁*"Ln7xVM6Fv,E8;6gUiߎ@2ږr=hGym-ޯDzکב1P>4F@;HϠr@|TlNm$K;%h`zAC4#{D⩝}N)Izhn]hm?g1Ij'[WvwŶQo&ELˉ-J9 zYZII2딽LJV?UY^^;b+[vx_;X'_ҕjoW>(}|% X?[Eoӕ4=6D4 O9 z$}%'Ug=yH-~nt @|'LwQsB Ip8a*8OUKXgk>rnk;+At&וYKMNv~|wxk!4QXC^ JmUccqPxxT-jn#y;qMOR!w]Ny֣ Xw^OmfCٴj3(Ԋnz)UJM| >/SYizS|h~*+H*$:L,! rr6|4`ǚ]VTxh2!4kOK~CJ~QsL/~$bI^|FTIꞔ:=:G,d# nrVŽZe~7FR͓55x_k7d>O\^W5Rm:"KGF?䏎(L/Q^?Vw,Nll)!`Z^4P`CF,)Z0F ޜmp L8}$"0Lrfs&0 D8hP`qD\`DV5ko^s'jz gWiۋwr*R{OW=v߃_] ӽ΋xo@xo4 [}߄ucy|[<~QNGY; Ka#7)~C_ZLmK|Lড়l؟6S^ |,ܟZ+~eͥާr0'nExDaj`sP;G*o"E#0't*6[yǔy^!Uh:&ʍ=Xb#TX~y G#iyQ/RPZ^aCqOx2mOzT7H ֍O "O#ǽAy-noyqmv^yPMzosiNft^Tme v\ݝ5[vkeSt}S-l4K>JvE =+ig搭Zk;z| v1SsȁsUYPC<;9=ί! UnڼwۼEv>t}+syEgKTr}= TNK^LN\F*d%At^{`pI]Zyu0`g}3i5 ;Uw~was/t{w?;Ym—'u"\͟p^'59?T׺h(WV8v,>?; \0 z?K{Ɖm76,awXćE*ցc͟PiyI>_kXKݛpB=ywq^{m2}{ dQ8N"okx{רA8WX~{mr^\apk:OB*Ux,g?y A乀m|`@TL?_Xr_Y(usҬzUG 2+-|s`fE˞8?*vri.\& zrߩk* S7rH?/y{}Fsn_5HE{ZַAmAHg+)9>ڞcސ縷C;#y/OT8ffsX-rx8x8o&6vd8>3p>d@ `rl:p|`X}߬YN6߻Yf @xq8`x t>fcr| Gˍr  v>*N`xx\{#U?*O |ʀ h>/_ xZ_|xFwg4|_%3 W<hXӀO-_,1CNy]~9P%80TD3̇u1`}y3#JIȃMS磐1`S X`:0,z6G$躱<P#V9-/|ӅH`10BEg2 .3E;zS~x]yxEvNK| c۲<>21dlF4 Ȗ8}0nnvs..!f,k|/!/JM!;S{ޫWzzm5B2 EYSoصw+.YJ!Bea}"$%쉤hK/\\Je1@D?ze~nT%c].աh_M<#O*Y'b nrvL0AjFOzS3lu?.^&^7wkJ\\]X2659jD:%eq*"C\$DtOV+1:ZP:(Ѭ ?QWƩQ dIX;mxque{􏅮ؼ\b*x=U߮A/f>~\ߧ;:%Bwϔ zrO )#1 @#Ezfncb$6TBt/EӽO*K4ߕW7ex˙尷R˰u%j_ ]@ÏmZ`w *7iq7--uƙTղL>)ٝ.m~`hmqS ߮HӹGߘ>)/׽ža뀜aa7%pΛC6N`峜Zā䯗<&:ާ"QNCTZܛ!f=ݰSip{=N7fgC?o/x s?|$i%Nf擄={7 @>yÇS2v/ vb O?Bq<)U{:b:t> g{p$7T48졑69u_wfM  V+{T<]Ճ*Ztv־jDtί5GfTbN;LL]79ɟ)/L n$9Y)s#s⩦d2K45Mƺ1:NxuP+M<`l5ɉj9}7Ţr3Wt)R\Ҩ;*Я5d'Jwk4SEƓM1eDZ)~rDީ;M.18Xt`}VƧ9OՍO7tl0]3rE_gi@MXSg+v/Og<ѷ=l9^*WنiFzs -BtZ3LVW6!X7faXՇVuj- sJJ1cP:ǫ~Z^]WCӫ xW"!gn3fɪ)܇s M˃2~` ~3Cw4;L%HT7TOF\BwMZ[}C{tunH:lBn{Щξd4Tb26Ѿd"Li:v ;_ m:۶=N ~[VJS}|' 88R@1:[*G柋|P Z6>k[4CPC=zzɆ a1+vzګ78^wCF#,P*c@dal}Aܨ5lA v‚~h*` l!mog7i ww㢰 $T!W=06Bpn;nm:6ȶly@].PEm[&Q ك 1; 9Ƣ|>G/M]g>*}ߨUv$#'r_x 3mp\blq|&HރquW%2vZVnCfjQE:Q5LFtBνԤ?IgVi:Yzvs*0Թ[yD6l(FwCu<*Mݶ0܌V6os̟ZۅwwzfH:Olu4? O~aΟR;9)?F#/>|x@xÃx=zHʇŵ1QMņnKx;9΃ͺpJxuacg qa;N;'&CSNy״X2uѐQƧ 뺒(|`م6l7uFz၄|H:~<5 %"1-QW?ڕGRizZre1TM.a̝K`) QGW?:sЙPWݏs{.;1)wOq63Aa݆ґ7 ‹N G^wiF7wJ~api%x*˽~~B# d$`?- Y2a l*WPt ($Xz:? "w߁V@']Rtzx'YYT :֖FAsv@vSr1Sj;mHLK,#Җ/DR)-4 ~&=D"*((#>|rb<ʍV}WxNUz= 4ngߥvzUSf%bjլ->~ŹP|C>eϣVy>XT{D9 %jr,J7c_()c]ىÎ728 :aV[2j{BŠ@2+@.]I?HP] tx\s?k*ꯠVV2YJu@+*/F|%XT ͪ_ {j~-kYIakߙRɜ9 *qʾM-iPPogхAkWJ:_{& Nc>=f1`P|Ӷ;&iAT2=ExQQT1؇:kϓ [)./T-ž{v_}@h?K }Z鍃2?LRc^V)A~>(>b*ozRŵ˗*巑XKi3K,>',k99SS͕+75S6ҏ ZG8 h{\q hP|v٧|*EFr~@-0ȹ>̃<}.V]Vyi,4NA%sұt= z"ye%s# z(hCtv kt]C"ݠq.r&.K.)\VQc.a_͕%LL9dM*: _^{յy#~77f{^=dP;=ؔ _ȮTvۧњh>Ez,ۻw89Hs";zn^ǝ͓yρZ>R4Q~B.y0QS.;Z)*w_{궢6wA+{n>}ަ5 }U.PF1(ע\&ԍEKrrcM9㬶˗agdgd3[=vkkG~OudΧQ_QYHߥ0PԵ>WhP5u#tPccBSVyiAq)j([a}G@ FK[lZmg.ˏ  z(.w{O?ҘilN 6IQ-vg?=@l z?胠>à} ô?z*$i-?-|WC\ya4=\gDfmg>L CGzF) =%g [4@ncnܗ1<<bx # ǁ'HS T~t> PƉg+(1̀Y+ qC1vUEI {ݗ$w/cLٿ2 _`I #CR9Uw[)#Fp|z ʏm$m%>Ln__9^l b#[ޫ)[.5C4U ?G aZK1ZIZ)?m[TVTL?E}}A:ZTJ ]>|tDFIԜ/J ]`Nu[WKWce{U 69Nj$jl:G9%3YPapδƂ ԑ|?Oq-rvKy[DݶIwmuҤ SsyL<䉖'zAg6+0S8B =v 0fgnmW)!ȟMA=o[K,uRgG2+v;m[5(鐹lޏEϕS啵s!ܮǐڈ4NbDm?8$ڄ?2"S>tڧ%-W.!"XF!şO7O.9^ey/iʿi>/mKIאs_u՞x/CLT0RoAv%%) G)f}zؐ%:v t"1%Q֚l.K%@lo'@\Şgm. e^TǕ\i (QHZv5Ǭں>_Zkڏ/Lw 99ծe[ T64zB8Ev |u/:q >G\BjL`SoO.w&-J2_^ؕzx3=wΰSU֓;{Wv<;{\`bYu? XQں~Es/h cuL|,.fc$̛hH.3U*|(kۓlǦ&\d)5Xg?ALĐT:@ڔP:ڈۣWcjGSG:reFCt*`t^pO,>"QF*"QQ UX"E;Zqm-z3sR\gIf`14pmc)J\sD&qq89+0[yn-LL=t5Y1]ՍB8igBokm3 u[n;>π l'n ·9φgx&g2x.0צ)q:7X B^61ea9n>v+ho_`yzrOEt1-õcDR^fӐ} CJ%m)`hZ+(y=_Xb|q\\6 m#DtW[߆kQ_c_99V\ϕ퐳']ۭF^>Wx\J˅m|ע\z?h{|@Da6o!o}mD}'@ Ut1xD<b(߈>8(d?̊ ([r}&EY!gDɯsZ=cYs;/(v-yп h"+-.OM \{;w21^?D>7c-u|+̉)>7!|W^WbkOߟ¿?#gA9ρ<_%x}fzB~+/\鯴K+oޯ QWޯG=uE//_bzM&rZo`u|9cSYM0=mr y:y6J@Y| _/ް.ة7zzc񾎺Ÿ7Ax=]3/l UB VѠ4o zULjc?/ k@xyg Zb-!pw?'yx}.s~P~aL9QUvsN&x>Cˆp6 ;m0 "Я ?/'ӱh"ƒ ""8h"do6w>ld%9''DRqҴЖHo:m9Jx(e3.f:QK;ΠF~2̣p)̓oE,_uJC_$d]<Sb%vjcgΤ9wl:2V"C,3v8dHgSFKFhF1( M GDg+dMh,adh33O4mopaଋob}$ebZ b+V3 " 僥Vt4ۛN>%gg3EkuT8;Ǜ>Lɘ fM 9HAJ+|g9G0 St!(xfWȆ%Kړpz𽼓m.ZG' iMbDGaT:=78 GgyYTv]{'Wv7;c\y6:`gg5CioGo kႶDk[iѺ0:XUvn9/;~!!a]֕\EdS#e39^4Ĕp|9u4$N0;]츾2vxJ`S>Ծq^8S~޿aq #digYo9D_k;؜-ys>^ezs;M''D;?tm3X73밶g=3럿dc6oN^v@͐lp6v8J8 a| -2N!;%;}D*bT6zy´>]v`"ϓ1;t&G^ i/ Mܗ&;Sb'q!5vR7<9s-H,:zͤTqg{^ y6AKICN "Ѧm2=FG?zm~'Nzv%Oc>[ O{5$*]v!cEeeѐ&Ek Uz6,ϼ'pH`xlcW~*ߠLjFD^X٥ =!Vzq|^^zq0fzr6b&6m;EwF>.0*⻙OL}q2B̰uo J)ȸ9zO0(p A6 ivDŢybגS}:FFY߬h9 ʛ%m8x~'{(>˫[3kD/徲ܣh(sT,=9Fo|p騮>JT>B)xtȗ:x@c$ۢ'tkzaa_I5?`)T$i6tU䵺tJU=]G):gYUr9gKY='{Vc}!c7$CNZmL/0I9FIrw& 4;Y7 ˲hkm(*)zoM$dhDt4%mt2lB]grKFЋ$ECY(n;0m.AZrԂBr[e^+襒aλs&yf1n8=Xt~WIL( ǑNlƵ[oq6ʳPex)U*K2y{$}/]XK-}'yV寔Ro˙Is?Z_5ҿ(\S^7 i/G6m\d[$}M(7eՂKzIz#-TjMr7wBc+ 6%>Cӯ|JMkv\r'](wV̯(G 鹳WН$VP^ "c+j*jɃķu%BfTڱe;Sv "MlF[&yN(X)~ڙ"-lz.Sy> 3Dz |bnKYAtM&қǦWKQ:I(a15'0BO؝P/q : .&TꙞ-pMdBӮH_eؙTarJݍ1}cYpB+ὃǍNu,#&Yyc!lƂrJsƂtiK2} +$#|;0GqYn).s:]tq%$c N(7d G3G=Sf,2rcP;D] {oW;sZƽqAoBy#<M ?a:AI| ]1<~ʻ]uw{QW _[ku(Q(ނf^Y+vQA [ eG{iKm;>ec[MሹAͭa<VSo9+̼>wy:u. V}Lߧ3Oϟ>=N}DZ gy?izZJ{=lֳB0N ưR y׎UP)V ̜kvӞVɠ?Ɵ)y1 R-tZnmk6| V@؂u{Y-, n"G= IH Yqu\ZкVkVpLP0р) +<`ffs5yqy} y%2 X`G\,#=X`- um^7H9W+HzkH~IoQέ6`;Ssp`pʳ^AhW:(p@^@))v@Q$Hztq)xЀ4_%<@ R40ާ%C ^^HgS ҮN1.O%;>Yʙu(B?x= Es1053 * -ʡȂ^ cwz}}}߾/r*;22zߋɊȬ e(ʭvvcO@Y̺`P,\ْf8.>awjGb/GVY/vkQjU<6 0{ReVݮC=([gc86xq)RSD(uP:@UaUZrtrI2ļː| "xMhD]CbDx$<@uȣsQѨנ :ۏEmvu'`D׀v9Eԟw;bɬ݃P'QwgSI{0YYP`Os1#x}&ϡ{̱`OĢ?fY~,1yLǽ6ςP?G`@,僱|bX>۵7ð~qqՄ}I,/R,/c63}`.r W0{ }ZnV:=#Qnu.O;a]d:ڤt^i."c[O$׎kKɵcqxm!)>9TYOz'O$ klϩLu9Ys-]F}OEE9FsHs5coP&H`ǚ 𞋈>1c\bqtrPu\w~8qx ZǗbj|6Iohb]kl~Cd=l~ 1f6fmG%6򛈰WA_66?E3k~.@S4 e^w1EoNm;_l:PWl~.=9A@Y?0}P}ߘF,4zBǂӟ*6 ۟ ԟ?ƀ{=cys!{֋_b2 W>1}^g7YV3c;|[+oŮɷt>&t1]1=?eA~Φ1}(,ߒΏ,]Թ#}hU/u9c(mUeoPǑ8ͷu} 8;>.Dl^v E6ڪrl^lm/foy VP?|;Kk~*{ Oe/C[V^k_lV+_b[֏̿ʷ>ߠ0ߖJyK4mHt:Ԅ>sΈξt9oKKY̟#U YՋ7e=\M)3+c\{oinM2.Ttr2WSdKxTrW{W-iom6;R:cV?ȴ/4۲ zlub{F{T(sp%#%2٤diYjXc+GDiNШWma:ل #Vd֒l]qkKWoόh5u<*iRm:,yDz7hdQI:h/>eZKLDMV0MZ?Ys'Aizt(VsgnlZ:E]\89fP?:)S5R*J[[#mݸ$nJ.n̦lj;:[%q+i-wj;4SY^vf֨k4ݬ:gs3,,!|8+f~Ro;>) ED Df ,%londy$z3Ao3!츺H05IiURY%U'CZ\nͪeO%u=]Һvsgs/]ߓ՟9R79Q*_sPrU*OGZmp4G);;QX<Poegǫr֘N0=';uN6wdexTi]\VvY#+;ã=gz沲Y99׃~^״71}gchߘvecyn /P,S!(&a_wv祝@8 Y.믹;3;/ u.ϸ}RS^'X~\PqYaEߪ+XrVލOU5v5%ܤtV/s+ԛ&ij%fj}Еz^^u,>/p%x޾B̕*Ujmި;hPw*}GNJ/(|}2w@[wn՝ں^8JVׂNuFz3?ϭo0so G~nevcevs8C[)~WB<έxnUps*)Ќaq ñ$*Z'^.LNStSw7Ntş/՚L.3In9A\OQagcj~D\u_ǵqn۹~3y\\hܕ53ϖcr1~gPN|T|>$<7w߲O}U{@{rk ycan ŽG5`a M?Ku5U'ZgEuOu >EʷΛ*sT>\m0#Scû<P/jO!r)O\xʷ:L򈁾s G;rO<w>U9\篨}w { ^<YiWJ UBzG'<,*_޿tǹүT_t9oTzm b_fty[ozeM  /5Yy mM-wf}YgWlm"d vvJ,[#M/{i"c.%oYfW"7 DP}1 aKm !h:l|z v$T:XGEHi-o/ 8's"?$ذIY5(ʒoEgo7p,JA7rzăU_goP1Gpȧ7J$?S~Mw+L[呲-H?돒kE\?!G\x 8&F` vv/7t 'C3BOxm? `2)^CFI5y=S[`e 7rGK]Y@ [I9kԾoh@}OW4̾?jy}K#JV;~CNttgB$m-ymmq͗aVS_lZEQW|}ȯ p[Er:Cn?K$|VIzNAxGdeF Ax'6U wA<43@;lEKEgQIi_!϶˻^D_%W"`n<.݂4fmBnsG7yvY򞲼]ϖA?/ >UUئhxMDv5iV ߐ>C,m4G-H/^ɲ <B|0(udPy?Q C!AnKV+1Y$ 5e@ȿԭS).S]'h!5Kz ,k˰ HD-iU[&w  jq(xHڧqM?/>eگWvǤc$@M;!nBxctj\:R6GG3˄#/GܲiZW@i\>g!p~3TmO[w.#ۼ SdkGH\-?v'9j;-5 B&erɴK ]%(~ Շ::C ~(Og7Y[rq;kյW]G~u c q`TsxpW]}5N@|"U]' :O :g :W%F|>߀\W%@U*ޫ UɅ. mUbo<ȪtUo_bė"e.sh꧛:P#ȢiԉAkB4\! 䔈d⨄Jk[}(ʔwDi߃LqPwJ jĿC|+A?HGg Qtl+j)?>,r-+\CڭN ׃ak f7n` Ln4ke Y(lr/-mYYY4e|B2mPXwKBKVSfZ(]?!3;i7_vw!=;OFO#J뇥<>y[㫥ln'˭" ]O#.ְ?)L*v3Å'_?O\{8d=BWď ~ E7O ~><|.;n> ~sey)}t3_cfgeįoW!Xl‹_C7aYo{z1"~`Klj`ÍYC>D}UO!@&C>EK7nIr~c=o׈+=FX"\k/!Wr\U˱H,2a'PnTt֯@/pF 5+bM6# =997'X0e-[yGn'O+X/6{LV`e:~涻},ئ0 .!D Ke9#.EIj1Er]W,g.!PXǾ]dhҀʹ.P!K]$p⫈o`9jwgsC/& m߀=TG^LԺJj*M7'I@ g|&L걼0RD z|wgBV*mjC>^L؄U**VPUB j >D d֤5/ ;|?rQd/TCiJWke) +b1iI/d_`"V]N1eig$jj!2Jiy|/V>^$hz@_I,PŬOϟ ck g?qVl)þ${3A5>3D9MMy2AM l?LPdm5:)oX'ظM1εX| .x=[q y&Rb; I^%Qpw8x88NTwRd;qiȱc[c;q,9D`w??' wvΖ?cXU BY㺝oj \YiH: tq .ǁ~Ñp2%  RAx*֕>n!5zj.9!A$'=Hc HT<A-+ *:q(yu${/_Dm k@b ʥP.~+@% s%i5Ю5@s1i`%Pn6ͥHMl3zlf c7rccڃtW@}H>(~e'f!;7I;XU (}pYp5<㋏9w!{q(cP^C8)Et\c 3umڤYhANaדRިyN m &37iUA{hDwPп 0(8O$O. g| "e+Dg:5t%Y[g:Ŕ0{~1fՏ3;N~yx}ҚL}x|c3, E|_b*9Gb:爿>k\z|tՀീ&o[Do{>GF/ D?#:9/It+_D/2{L{(dZOL^˿*c- j-* ؐ͡AǪmmϿ}| x}_m^MaDe~kk(l>I"4imcenzBݺt~~gw-f\C_eoݺ-puGnU kXZS&KOgf^o^ z^;seZ=ENFЭ vgd*ރJD8q4B&ʼ4ձT'|1!Ld&3v!܎OFd4ݗ)кF:fܲVӲ.b9D44xBlG0H~ufyT(Md47 e6"7iVol լAK%M42LNtpGD&Q>&ݚ6ʾJ8ё3ŅjIV57po"֓lFlF^BBBeRMVc9cH:M;NǛ=8yNs 32n:5rYܪaņ4iXqCND{H5Yt:[f9Խ/U|i^@1k\< aUdΔ2m Qb WbP֛DO7ᰐ'8ưL/b~*LɄT %:FlaoY_Gh+:g E^1#GT&n'9bB26g2$y2{bC*QN%ᄑ QnJ OGE.7~--q?d@:pUrجfw=kӑۃL;.0 عAy Avv~})_gׯ8K'7~7p%87B>r:avkML?;%{:kjSV[Zm.ELz#=x78mrD-vs],?,v,Fc]2=,wcl|4e9]6TH$2Ɯnw\iB=LսT\FL3B qё}*(a T4:5ڃ1=v"}j W?;d]R(1Fv%NM>&Od\fڪxJ,>Ȍs^ə cs-w>G!2t|vv8S{x,um^QT 0Whv-4=eYtWw,%b~|!*xd8OJ?ƝRqgBXF1QYvn~?{`!<.)\OӄT\Q$vΝ(*3V78S9qR]Q7xU'J0G/W y?)ӛ^?I.?P\.tj.K8uq_xwNuL>J.o+Hb|/uàM7x ୢ/Ni7D>i!|3g0ӪZA8[)K?Ok}xiԷt!/&ywKѼGj?+1`riPF͋S@A9zצ2%):n>+)=2*Z\Z5v_\gc̘tubgv80&b2}pмru4~{s3ã2ͨYF^&ɧ+dmyWO}x1|_RxWOe=1&]GY}9T<Ѐ$z=-xlyf01v?k?'ח#Igs؄sgGBX~m,#l7̅-=3Pv9y6'rI34x;H ~>opŽ=~I{XJm&3%  ]/2DXsۋ ]xSe}JY,{fL<\p*KI=,7B/ۗt->[,eP)_1}9=lҴ*>rP墽M*핉S.+tc_e>ElߵaC6x!~Z(k nh~2IlP4KA=M7$p P(ڑx x_p^+m]8h V'qPO`KiHc>4@|D6?Sx$"F7G{T*ImկxPreb\k;Fe񹅍:2 ~ @W\|sA)~|ȟ l|'h:9d_ެ>=K;s>&k`;=/TZvwA"k\)6^ ckx> |6Z3΍ Sf)Tra<(B9ʅP7|r,9+RB57(ž*\лGNĶx=L66A"Bk~|/C'1ރP_<\u(/R ːr66,g~ȍ`ELz8ذ!L9l@~֫4\e^*ڮr|x6f1^Hq:~仐0#=y/ C>n&>YԔwUַmǎ~- =E_U=B]o`Cȫz\ &g}<웬P^_񸬍Pnqcֶ-|?woVMݣl|c l"LJj:q~mgu}4 ٨/Ğr_ze`^f>'N<#;T P؜!^]d_1u_9Uy\%K:m|֭߱^d|[uX˷[zr<ʊ[+2J_Q%*'f4/x3pOw-lѭmC¶!͋yŊ7]=^qsʘGq7B5PR$݆-`p-u & $^6^^v& "mN,FaCnzXqC{򂑝KXQ(j/K!0DrHnr_[|߂1s')ՠ)ЎAԮ\8V~]/#=ܼ O~1]]TyN/nǪ e*"&YȺY֫R:-^ŬOgXԾ[dZ+z5뛛uy_Lu>S=yUԹ}3?eO^|Nw'Q/*;M~'i*ܩ~n.(^gzeu7C3}_xC}t_rDz51yoz3xx3߻ɱ!|av=M^/}u"_ʧ&#1/(lx\eC|9P>l$?Hp~E~;Ofe])w_#}U}" l ʗ|W<묯wg=+Ug{W=D6 !4Dr[H?r~OA#[j 0 `$wEuЈZ508 L@0QL45p>`>By,V!X6F ]؁2W88p`3!~=DW9D+ HHjp Af mn/w! |xc>@ĂO!4_A!ap8 K Z&3rom_s&o ӵ;E2#0?x=^?bxypWn:uAx}|DJN$$!$B/tB?x`${/G8;8>}i4Zl>ǒvgfgVݕ4ڳRe-2οbf;6m=Ԯ=i ]_'lQ&8tpsQmN]kqJΦVgGsN]^A;aG;:뻚5J޹C9U44uve[eAd4+R1xKPytӧϗ >eM-zBm϶66NionNSG;4v#nhՑmid U Y[Hcc+3OYc6dBe-~{!cMVۉZ-`]k[]\jCSvPuy|u>rp{vf[ٙzGWK> st{"qHscjּ5>q6'SKpvַLmmfi\4Ik_-W?;lqhSf4%rR ̭#uiFcC=ʷ|o·jww21# ;|7g|_XKb{)l/ yePW`OelPN㠙XǠԧm\嗃+WdΉ(*ڶ Hl$eN5Zb:(ք{CYt]`=q,c`{Clo퍱 b{Sla{3lo-%ڸ6ڸ|tA~3v`ۉ3o跋F@۝L?o~*~-l/tgx Yh<>[ÿ?Pÿoov rS.9>O {PP% Z&#ysL/ˣHu^ _˲9m9<<. z=xa.xv#x0ݗ&(^5(S VdzU~$ʟꔿ?UbuӅgn]=8|!ze\;6>W6\.1>%# 5RԹPJ.u2ԹV נu^77  z r#JNʌ}$3d!_{d^#2{5ui9)}pCc'O!x2"e+/@ƛo} ʾ+}3*y?jt2/S-K'mCgVdFC8C_ߺ:df΃ {dcad"f1Lֿ"e"N "da_BdY,gddd闕dʲ,W%˴EbʘL{!yYQ~xd \! k%;\KUά;󘫗%~3&oL+xhI{(WO~\x(懖bla-)|c K10_&μZ֑pwO /ȲXNk,@{ioga\ْgLbHYΜȚe*ksAcyݜy*_Mmte9sDzU,nܲlRfn.t[ts e0Y\7?Tԑv֡vvt@_NGnnn֡N4T{u::sI"t +Jǝq3,K#Ϥ!uv1( {1`;y\GoEtYMFGYY(}y*Sr.}rǚ6C=Zav W/O;3._5z̓^3zW7^3Cdzy˙@Ù^GB#Qhoٺ/u;8Ҟ㠟3(_;s92] ̇̇mI׎yWq |.> >6eN_>@OE蚞8g>uiRAA![M@ Z':duХr🋤--wuVSt(Yۃi'{(0J : uim/:j]AeA:9M,:tֱWYQ{Q}總.Gwӿ+d]5/˕_Cאmyoʡιe;X>6+A.\]g>o9/ :&Cbg}Qt3=ܲr H֋+E+$?G tkm@g'Ӱ̶'Hp흠Į^Moa;c7QkN[{ۣӾ!Rumm: r>k; h}QoRooӍ_},{#cQ۲Oř/W|]fA@lqOvOwHޭm?e:QC{-ΛG{PƉ!(XsC5kHG̮mT4b36瞃ed~ [Ke9w;d?sCZ޷ܗ!8`<˚".np^\ Yw(s({)! #}CkEr#ʨ9AvHqtW&CQ-0/JZJ`s%K]W=}۱}?;a[͓.CVWKC{1 U6[ {eu#}kUsQg}ˁϳ<3D'* ߳2~^Bݫ?_qY?k&[̟o3̟@].ʯgCߏ?fD7bs u 3~;;ĿW̿o5ŜƜЏ~qG ;W/ mYS?(Hand^93Na(SvH}#73(Bnl:sLn8<%VG +εj%&w1r'%厈; 6Tr:U[@(gcr\2N,;eܦܱrxO:T|&w%rKʝ!fV!r]L(#^;)B_3\gU%Œz(F})kY<2dR;KYoǨ/emE֫2oCO1xIF݌\K2B,>8qz%N=ToX|pbpCPTRY ,>8sYd9OƊKm3Y"<>ԌK=(Bn'sLJMbrEf[x|;/)\k 5=1xI "QSC͹1xIGG=Ň7LJbrO{8LJbԗNu:g:?LJ/cԗȢcs 9 1HCYge/t5kOg\)QN̥ؾ ۘf62Wb[wg9IؾǯEo^hoNQl] s5j} VmDo};ǝLϻ^7<1s7Ta!c!\ߒX܏mezP퇰70] :([ 1liCIz4[O1=| ѳ ṡ3"˓]-L?1_azkL?3=^gzzIӷUkWo+շ;o{oLo†˄->"}cmSvַ>g>K棯|wfo]>]na};L?^?2=EϠf}ַBߒli*}+L:[<D2`ۅo}g qu2:ZV^~^~pM]uyhR˖]mSٲF7Ug,8VgF7UgYLQNVvϭ2g,4|9T~Z Amfr~k3Bx[jjmjQ,P+RM s'B\0\>]\yC+C$U/@2VcsS6a6,QmۜjܬsV %B`bVdrW\i\XK*kݤ^zkVVgƄrz +k [6&F(J:x!zUfghה͝RʭrSCԚ?ߤ#B)T#<ٮΦ.Pjt"3Dw¤jZU]Mslbf. E¢Z"f qScx [;($3z FJu#[/~[ŌM+G S #o|q6U7I:ySF4+u7KGqg7,Bl!G-#,U2 x7u~$obґ!}:C#wLG~h)BDU:cG]EQ]Xͬl{N'oz\]zneˤWޠ.6uR]KQOˬFQ&>=z}6}>q볯YH}f~f?F,ϚsDʟi_כsGo0H^;5̘4x9::keٍ]pRtKnv_P`mv"7thB nwi(+6goxC XޚmidgFh?ǠŕkQ.R5?xvXjE$-V]XCV Lmf}j*/ZLvHf;]f|^+ߤ\>Y\o~[ِ֪/3pq!b\Q ]8NJKdgEH]U]#JEL)q FUg8{O~+^Еo:y}CE}20a2|P0TV8/SJZ!,{c8N0ʻ"?.#60GYL=OQ`۱::=TqqU UOHzqNz7>pAdJmu?+}JXl{{sTKc`s ~ ^yOiL{:4~aө'xdžjZ2s,oؒcb"u2}m,׵v~z:Od,Fs-k86pPEpKq\W-O#٢g<~N NscemkbXzd}l:=uzGW<; ^vvaN ȆL.476p̿8^ƳhE1SXz7h86!V{tz]Kq^n^{tz]GM&;{muyԇL~ FpNWvVwB?NJj§kWԳ𪐂C83r|bԢ1Q1+u@o%q~)c#c^v|,:wEfosgq}͠q\@i*٘If6 6גٶVsOK<5DQf][=S. s]軅&hXB;@/i]$|h]}*̻cweghyrOD{_P{S?j1^$Gk=&kokC}z|3<4ˏG9(ɢk:oq*-J0i]gJ?"5mxVO CsF=AOU󂙏w9;(/ԊbhE?'KbWrbG}͠GsvƛDsOo!iW+]BS.IfXȟ\A4lNBqF1ooW ]B|.%KC>6F;?IO3V ?~ıg"bfh\~-YKĚ~(o/eݯu⼿f8._?t>E%7u>~mu0D{a7?s?qRՏoYbL'Qx0p\[o/?vn3ϣs~y|8/.aYE>law9*fi%KXdshg҇gL{h` 'R~,cZ0Ouzt a?D(?1-?Ě'}ZKIY<7x2Bi[=$0W]4QeG_Y&Թ2Όۑ9V&XTZ͍\- ը,,*eD4ݬGo=La%OuvcQy ;B)K[$"sK#,jT ]bIQ}%9 $h0GvOHU}da#UIK#К)}$")#,i>2ˬ#Z=L}*}$`74KgHu>²>2%$5~Z,Q!RG`%R6D!'_3~2*;]|+'Lf6RZ94Cy԰R KOC)RrLJ3t:)i8ai`Ν/,Ol,+1}`YP>KEO%p5Ǝ6m<],?ZQ[r#m;ݷ-a"S9t69_}@ijH铟ۆQc#L`D E4X^B@Y1ӜDlm~IgS}eOK:ˮv1ӶIfk,:i~YzJ'SdxГb=e 1|O*5m;$Ie(}ZT?,/peJ_FLi5kznβ. vaYS#;fvQea쟁r{.=V^wߥXEVTw0?VJq> 0>_>xy+ 35W߻qם/hAoQj3AW\ܕK/KpYvʹ:<%_ e,'_Rr|sCq3`H'ݵdKHYNЀwn8~g QM!<9>`#/FYȸ{0{w-QY!ENJ՚6fy6,oi8~)z>VўTT6st vWK0KLZa=hh>DX.,*gbyĬQ\$sT$\\̔볠X}0D\iÒr}\Շ%5aYK>Gf Ųr}+Vp}XR1Òr}\#Շ%D5kͨeAfb^5+7ˆٯX}X6W/ZsX]u:lXl~,;jGݼOS2 F|(o}5~S.˸ZۧʳK[,;f {;Qzf{b\Opn wn-%q;[バԺ+ycy_=] c=K`Z5w6nqV~?t>5 $ ` Tw9^Sm`N nK|Z6jm`IS nKlZ1 %.M܆fdHNlT,n<-eWOWXq?}4(ovvы@%BlZllϥYYYy[ $EOwZXzS>៪LWҡ,eAKI4tf/[,:3KpJt\և$[{XMf f~AKL!;0aDucܥ8]Ub:;7a'Ypu 3mO6]jKX^ 5Ɯ(؄I_!+ZüE~`zL"-PP`W/(M lXc^jv =. ,)I/6|Y~KM&w~G]K c۾X~U {8㒨i,*gm.8ڋ=^oN f>B=/̖l5p C`0%5zkT/4Laԭ|RzKpmn <8X 04],+k`Fh2m쫗L+5R,j`IJz:g:+:%PN9g UYU$L_gm3d{ zz덡YVREڎJglZc\\JaYN#g|,+i ̣<]vM>fòxj֫f}y:_~8+)ery }^lvcnsNٖF #"4TPy{c6F\;)(:&b[Vw+=*Cz]>^oVRW]k`{l}=3}cX>ʘ,fરx&pd6ON+ZV܍g0!ͬLt0JDdŲRX(RMzá&@gc=_b%2t's\ rpC[m}Y#Ng|ܶ=4CY˳<ʛlTFv"2iR?*Di@Y,g dM,g3ibi7!䧜Q7"ef{1м>Ĝ E좳Kyt'QMRR0=̫mkoS~[]^5S-kn3ͼVon f^qu=qA$}BЧ1Pkس|`h =qBM3l@5t1$YGo,F)V,ujVMOJb UCڝX֬SS \YnQ8?222m6D:r6,ju4gDbCz kiDzr~Xoȼ!av Ip#5@'қc9V#$>QZC y"y9i?6NY׀Yj׀Yjִ1Xyoؼ% x% x%M}ޟHo^Nڏ%Ӎ:C,en,En,mDzr~,o<UȲȲm>O7/'2G k~^8@:8@7mC7g铣GGY~)!sޟH'^N]a{lcCG`M"#*>}P΄ڳދyv6mwOFE4u,?"Tď%'XrIm&Z۬$GdNfuy!LM";HUnZjz l!cICV]ܹ~떋A)2vH_UͿc%?u{M`ɨˋ0՛&I;^W2"}ekN,xA~bga2t^fPFvDq$S_Yx2"L2Ԙ^݁s?]Vs?`[aNt/=k^W쁱"F}#fvPiJ.iTR0~7yj=˾V^>T)oN^>)O+4yCw2,< =*GC>0a ,,DF]^DL:o?VP&2ǓN;[ dX7%> ɿX%ǓQgx'ِQ6dy Yc~;w(bGC d ^J:dɰe8H[ߤC d">P%}?3# )\ҵ}!i?)O+/! (O>Aj7C d"ZȐ%þOF]^D!( ӂ,dkN;u¢,|Ȳ#]pC4da'./"ΐE6dy YcCؐygsٗ- Yzj%xHbƮ;4uvE`0&ivv;vH8B1F./vTqIcn2Q b_ Z+8ܠ@yŋlT">uB$wG̭;ZbO[2txWGcss:J歁$>kɾet7jʪ_9@wdKHH>e= Hq>كٷ4xmb_076oS3dU %L'i5xp{{u5CTϏ g2S!zyu(8+;VVN254/"PfP'2|N¨rn;(WElj}#k7=}Ӄ% [q*G=N~Gov#>Ex}%C4HIܣ6U'=jB{jHGm.=}#CQ )("zbQKӣ¨%JBNB\J j M˸ԦkpW+ш_^ߜdf9!VV¸p<ҙ|/Lg`&gx/$ԯAUvM<=iƐ?Ds|-|S{ȗtprcQ~uU~HQU񡠋k%HCh({8l"?ou[ŽWr+c!ON&wIw{w)ᝇCE0L2 2ǀSOm 债*!:^ Tv/i_7^Gm/nlG2@ǺSu"B󣒖OPr+\g4e,SoEw{9J8SW2=CQOCކ4Ҟ =+۳Qgb1c;6vl\l;VeXߎ}ԎŶcu֎IvlGشvԲvof}Ԏb1cM;vly*=ƃNU Ip=Xuw{LI/F_27'7fo׿O|1Oeo׿O{117Wq}K%--Dx^|Kfϭmx5>o|~|<߉鿳_waʯ_Awso ?=@ro 7wTݟ_u fnm|9fuNipKJb{>t6,& {I%WaծUA@l 6ŽB|/J>yImmmm= kO~\WP%pX m背'ЃJXF d1;z`֭ko<{@{-)l2D-=g&~!&%7[Cu _2{2.z[.HУGz{|_uhAOpPǏsW PKer]&xDžn_6|w{&cm}Hb[_ |XWhz}{A{v>gxy۷f8*A? _eiFUtw{>)SCEfs6/ }\b/Y_UV"::l^s=L.ȯ9vx&E:Vdž:Qf"?ԹWgɲ~s6JG%|rMT;n~]fͅvږK)$_nWs߫Dq08U*145LP|pՠ׺[k߄R3=[ߵ_SkWgAhlz/ggN\kS\z荠7 z z蝠w A_{Az>0Cx#c>8蓮:n}iЧrT9L?3of:. # u\]})}eZuFɛcf#rG=f&xəR{IQLq5Y[-uxKj^6mY }Ix#x^h'w;+P߿nz Ϡֺ L$PLKǻ@!PcoB!QA4 _~6dYBx}ft]eAA!7%mo^ }]ze¿ت rLHAAx~9:25sӅ߲_{>PG?Se]>]ExGDuL %eU| w& v KAYMD~fۚw8>S2?ǾqܴdoAmV ߁~r,f>! OvF_?ʲhoUcvpcxXv+?Ǥt5έD]~g:X^#X=P蘸m6eL3DW߷fr #!c1 uF]c߰Q^ۘ<~x/QDطY\>eae@]-w^YPC + []$ŝ /XC@BYUxŪŋ0>[Åw-=z9GT/¯!uM@:@ݼV.F Pdž]Gc 0' ( P$PF&QF(WXXG«rIts1P{*ȖLyO'e3R˛8tqTMGuuQ /ԩy5BHk@"] ~⥫|*z#K. /YKe5k,8?q4jN!qf }Q輇mT 骋JW?ܨ9@WGO[쪋JWG$qTWkjAL7#PgFGGv6ԡS1BX#-" UOi^C>~ lGW8/q/^PxA0GW誠:I5^ɠkxk ڠkE;t*)iӍIi3OZGqi/u\@WGO[/jKXKB)Bi7#Xn!z,PuY][U |.޴{5@7 t*(^vMM^&r{5*^ۀNt+P['d*%{ZxP/$x%W&)\| c ְ#q ?}ʑY=E=PIt^9eNu=rvӱz ۓ1A} M]䝴@kw݄+-_I%W>sBË<.;k_@񢍅q^ɕOSA EV=(^DZ𚎅tFЦxrԿt&htP%oX;_>饒 ʧ田?1sMgz1vɻ4~V/f Ხ6u˟*s9eu(.O[Wm#T߁Yl b[׃^?Rd[x&3nT@ų֝wV̷-UBѭ֯rInE)ZԒ[Q S#?}r+J!Wûω'܊Rȕnb<=},r%?bO<~{˭(\%WGʕ܊RȵOGeqɕ܊Rȕ^{+9x?{'oB@&ExD%,G;Nk$m VP>;&Wbw=|k,9{n\V(SҩJK-.zO#/c>< g / IyIf8+w e'ePS(} [l+i>q xxU1]X-|N\1ih?sOC8dV_ݛ.z9,Cǭψ}Fǰ\T{N>ٮS\"v_+X-mq]g:OqY};mr(M#8v*Ӄ mJTVBNөCYx:~Pa̼BR/1pVbf~N̶n1șC-y?@tRǑBgܦS$"i1;Bŝu⋗/l9s/Iqxy*7(}A)#R?OC6.&6qٰE영5q~Krjk5=e_Ҟ5Nb{Ru@7'|91n|ʏ7Jя~%l{35}}6Վ{(-|'w3-[OI~[Or~[OrI>$w~;V Nk-@ELmm-QF9XMPq[w{7 S*Lg|CQ%K<Gl|zն-0{ Ծj߾ҡ־_7(w|RuߨOZ>E=|g5>a}L?-'InE?OrIne?ɭ'$w~o?ɝOr+\yEz=~|3R -/E6-_d&{h$4J~IVϮguϬy"7=gpTmgFlT),?nFt4ڨ^g:OaYaQ-Fw[=oy:mK[|=N|e^Z/o 5-W}g:k\nRfBAJM77JMf6-NPrݠȕg#W㖿C \w6rȝg斿S=8#wAu^Gn=Gڏ\{6r'/ߧgUǑ#>6Y3AGF3<܃ܹ^ z[!UB+@/-*w)(pe_{D(nׁ^{TC^/Jo-*<^6ie{\C.@t=|\6q*|\>}[)UG@}-* (p6[UQP/}-*$(}-*,(ޓ_}-*"(ߴ_}-* [o{Q{P[h;/roYwW"8ޟM(kk/ޙ;6l<{1E9|_Ӹm(ǺybIl'jOu-m)v?mnu܆lm߇w[J)7g?}nU]g;:XMd 9q^--ŶK]p)3((:0LRJi\T.*i]  Bf+AV2vQ}zIN@;<[9TN?\9L:ONCS>jm.#x,Or`p20uYj!)ߟ\!ʁÁ˖`˻Q+k Z>mGV8R]PB7XdQC,[&êf?xK/c ̎ʆ+Ng7q~{`Mfx6ϟ/ 0ny9>}2(Pf{ƓmG_z,l+xFnf6SEq`;m&I5 2kE-ĹP-/^Hv][:H]t}P|).gㆢ1sGgȍR}6ֵ}QZ~0*ΘkY(Ձn :t3QڳnsY{ϫci_ԵSnw:7Eķ靉3|XPF0Ȁ aH P=aX#a(`1 ,8`,xT1+,G V L"X{bkm ~E>[G ?LzFſ@o#8@ "PL `>@?8hTUo1q*V@08` @mDF'j> 8"q.9y\\\Lp)]Fp)T+ ~Gp55s-5<< 'ӀYA ^ KOU@g@[{ |Hp3ʫ| |Π}A}___$7J"(Y*}|OCP|,eT$%Ng Gɺ JyYʁAy>J=.@"AyUT5Pap`HTUo(C%0`tX`i`pb-!Ax``E`%`eV"PM G@UVmu`P iJm : lldÅ5 -%P:nϰ#}E3 +`7%Om@8a۱^o}<IPYY@|݅u]Ծ9@3v @I7vzC @u(0<|yԾ!8 88ƃ[z['88C^?D=zj.=y} L@'ݕNq~p6fssG0=...&{Ǘaeq,<p%v_\ \Co @] \zF "q']MpO>'xHX$:ڲl.ro(hEʃ8փ6>X$"y-*>`;~mg!YuLxA[Am|H^e; 8`ڲ=z=hEmC s0߃6>X$=hApX$=h˞DpST|vd- -bPz;EQ6(&cb11R1X`|LDP Lp20`U&0a"p`MkS6`]) llHNipPAx}N= @ }kŏ.ottMJp+#K^.bG,ʛ6[>P <䧝[Iͨ ͅaT~AƆĪ^Zf,LJ^TW?}e0W},?; meu&OV{""xYrEmm-ywǶI6^bg!$BC cgьx$?`^("5hU.Ӓw$I睭ǛwhK7^'$&QFem#suE[[YZߠa`2ra%kdiF.DR>5աNnqjArKDZDz] CknoO+5*<Zs /ݓ^Q"w"i9amzY?VS,RtPh;2UыEØ-[>?¼_b qtic]`=D1^ ~bbH=I}Qؗa&?'E1 .f{97'f6kf1gbbb~B5]8B=+]j_5Rȁ񬃇>w\Cay݂#cuAWad^]c7;o ?3L,_YT@wbm{z˅"=ۂ> 7j-`0olwc\(FNܩ uuXY;\F,cds g$/;~id郼gS|rO!Gp}rrX):IkG}Oqcc _X?$w<,>{؅l9 &ֽ&׺ˇ5'"al"I$xr'Ȑf`zѯ O eN5':Ve'5+u [?R )nE R ~O\PD "s:b@gM ^z`>0*a\ُLfXs, Ѐe>,KX6\ `C3⎀o/_PĠd>FfU녊UΗWƔ`MtT--pFUY>Ȍ][Yѐ uy8m8q^ 0q4 ~Uy8oBf2bDpNς? ~ 8le2&p z.ā;o ΂?i~6"%/_ ~ }?:tCb}?/s:+m;ூauht_M fF_4>#Dl?an|:1F6=9{|}߿`n}ɇv ~| LrH=rR~ ̛W_mpa|D)m~=`(Eei1jcVb>d#+b(jo4 "ɟ)ISMqwKjM+857Zg򇖣)υ`Df0`pݜ / V\ e(O jc?5~TRYnnKBe;3*_2ٝYM)"ꎥ*ӔVSP/'M35L`gaQ.h8t\a3h0̈FժUZbP8$$E^\|ZAhI!m80Ӭ9e(ˁi=z֘ ,Ym;#Mz8@zP ByԦȒAgЛ D$vurB(gwy=Y*kO+WZขaIԝB qeԪ"N!3ZTÚc.XQ*4Хg}.R6V\5 nBg9}]!g7>AYJʼ5g2"=/ph?{z2?hT4?hѱ<Jf{/zfW2U` {R^w6hKbAޣ}4mX0LŐz2sEv1Tm玩 iz&:6gT%:;'=B'Ӕ.?_ >r+ ߄p|lcqQ:g=T7a6.EKZK, W5eUCݭ6L2g5P]QU4kA2,=3@̅|P=(L+VysAtTGrϮV:"\`;kww* 1:OJ^ʱNw ޔb]C x/QeEA{=g{ xxSۖn2i!=TO( H2((}0ZbTW`7Ro>OF?~/bD>DևeV.S#)ꅉЪT`_׉%Ov׺^Vx_zspĨ|q\AboCǚQ%y_Yy-|`;jx}nGs=t[b6 F/ <8D]#?kt'z7. 鵟~GK㠸ۯ,Mo^7gTq>[$2%9|e~oeej Z5wۺzmM ROo ,/q,I&"p}Dv/2oő?U艬_ }Iy!wy_ 1ؓȚm&{+.}}1.'3~-SxɌJJ$/jvZ3u_l]dϻ-coK~usG~mS(/Yt{γ~Ov+͹R"ʋn]̍;}[O֯\vuk(/}H~#K!1D~D&#v$n4SRe!I }L:x¿+[.K/)c.]P7~ JH JJZ~.bz4IhL!ف@R@G} _>#Bz%=kSBo = ~߇ J=";0&fxWKsF=aIk11IJ%U\8r…e*+-9T̬>d$ൽU=u=.!D#͠?g^>t?5:>*I`$}ޣRUrL'O$ݣpG `te*% `rS8 Ssܟ1BnSV0 8R٥fAqI0׀Y:0}a>M*T;7߄ oCۏF ݄~W ~З88v|@WruXÞcBd+[2dC9RX~,jJZ2~UϨȸ T4ob\YZW UƯ R K.v} bX7kK||h0w0Ssak݆nW'H~ r܈qb_W=S{_]_܊jqv2M(݀nAc@|H1Jso.$)ﳅ[`CH6L%ڽh77#rEG4S߀k|WY/aUuUau-M *詧*;+YR M;\\g݇6c "%OK`bq4Gсw\lōY036s{c8#{cG`LhW?+/N\v6m/w@ Y?M_AÏZ#:'F8Tʼn]!,UHe 'k ;WD hXxRAK0~m*;8" aVNѣ;nRXm/"K²`_$2̲/=>~s~{}r`(8r/m\ZZJ/ߔf @CjGƭp-Vƙ%ؒ:Uv 3}xn4Bz9ŨUaQwh^O gp/ܾHZ{ ԿpSCIBMP]p=2NJn0S ٍ ]CĞq; s /'V[}0عufУp ʹ\bp|jw H w>` GcN!}S;_P~VV$a nS- _NҒ, l6uQtT#UI8Z,) eaZTVi=nHY-;*iqV%rk|-.S-C!O @O(NcGCR]]/`p~0 %ۏd+`R#uവ%Tn.ZpcC , \F%h]Tk*Da.y}>]y_ ǿ-{Gz򁿲ZhDD+xeuxTbI(^=} F>acc9r"sbzM-+:^|Da6ҞutX zN|B.8w;Og\p^,/zuF8 !2Zo G8)yn/S9>DL7(W꫿"r\܋ys~Xk^ʃ؈[u@ۄa0j7y\+3Zy΍9g虤NѷwKNZjJ&" &vLdlzgƤ|´rL'1^iЀVAu(^/ Ol[C&u6vz'Rd5~+oQ)4 E>y5ؒ>HK9yU28q*sm":cy`E"cڂ8MMd+4r:X/A/J!h6ΝP(492&5\sV4!M ;}'Ȭց} hrI\v& w1*fcH|VC w?G^Gcefko2b-)T#w>_ n)^Dn){!:ok n 8)4!yw,gAF|A"Z{ƉLW`q1 j,ҦD~3ZdCl/Q"?*;[v(3$$9Gtw"ӆ^/ڑg o\wxgߏϞkqH 3QX\hUV}KBP)?JuAMC'0_yxNAېD -^J(]*ɖ >!ۃ OjqOoPRge88!Z`DBZ yp&710K璕 쁷>,pW&kܩsA>Tb9O$?!:W4rcp(2sZ e/x;H Zqp7?0M 7P1QNd>~S:%W E-"EULﵬ?zBn"dQzwPmGwqQӐۦG)@GE\ҜL{՗2<]r"/e~fҹʽ"ӎѬU`wmۡЉk9)f@hP`: c )X G^Q``@zT'?to7'ZN= I РGI_iX\G y'W S Mͬu(T&m RD~'[B<Pl걹]Ecnآ?RJʨdoELW g៯Jpm#nH6ͷPWY0V,}U۾/5~ ?{I*[GỲai fT,Ѫİμl Y6_A7%9Km[=nm9c!mG"1c _t ;˸vaD?QP2'*|lAݙQ,!ݍ*MlRr~M77Oa r `:ATu.Ds7n{'cV7.PV "C'EuYV-w^cIB݄# LQ!ښh=zlCtbj>ňhQ/DUM{*;MVsz|d`*R4pc0pN>v{F~+YiŅԚ?,\GC]NJ%Aset}"ЃԛY>HѼs@\'2hkW@۰$tKaKQZ: ; zӉ&*XB;0#6z&*RAl_; ݓUD*'L=s YDKLNoDr=ʈ&3 NЛ-k,_π( H+'б햲mAŪ]y)Iaϣc'#N7m(CG9מ Q5M#޼CwLç:h>oqHځ"sqoq?Ia?Dc H~hJ(fUlLjwFG4=T+jFsU@YTmU_'<}-B/;n-^}#o>x 3vhOPnf.ӍEJŵI`TIQ1n'lщU4IISf,DܟlY[iྲ ?fѻ[>"~䬣 EAB8i(6u*g\27X&T\GX;3h%]yD$WB.иk$_6M^<ְإx y{>$eJTx GQDFp1 +4fMPk`l-}='KT͌+p^;?R3K6D(Hwx4 =jTT'}Ns.W`2Ral4RosmU=(@(fkeGz,'IqI񝷆gNANE k>~'Һo4_gB',r}3GͮdaM?r{QGR䫱"@gWS<4/zf({eend .#&@m;*0,#eCYɴm3#B\%ıۈo8]Jus]^}idMkB3}p6?PN,E|‹EچYP<* TxX_rF?FsImt__=A2׋Y*lzڹjq+T$>JN?4v@2U'~k_qYIF.Z5͊a8y Lzxg1lPj^%T(7PP*G;8"|N}7]A2Ġb{iĿ A \C T3hä_R6{$6>uYTxaX؄cO<@ nJ cOT5zT?Q|vjstt[yHJlCގKD9L߄PEm"鯕1:L]JdV9G -~e6Ce@+?[Q!*WhxrsMZQٮϿd'$X~;gV&CmSwxZNE]Jo_123ʺ\~`5ۥћɋ8hqYY4 n$Xq7]eoC:?G]z1RDq/e>^?Q JO6#c~ ( 6鴫8.~'gfKz|A|ʧ6&Ƃk s0mzWY(7^Wl%aQ \HdASFzͺ5$ \fQEح.iD!Y5 $T6 o#\%fe<|n&#HGmA[BPwܞzI2FtG*Y()fԙL LSro ; vMd⠌/Rּ]aO~j\tF743!(mr8G"(t7Ͱ} uC]qTf'Z=EgM!,{&!"!L%b\I%8 AƩ+VZSo_7igXT1?S!╀ᔠjCM[^#M])xVqZLL2u31," v:\u-Ww[#^f12++RTz΀faokZ+0ٌ_Ha5 |F6?RcY/}q뫿l.kFk7 ef ڐ3 ^(Zse!h )c/k $Yd=% PY׭ʼod$HtTGw* 1ƁѶ]s;2@#t43~2ٜq! 'pr`ke+!9WL)Wު$;AdfX|D늢 L3LׅyʝrI "43M1+3*]* $4?LFv՜9Gc WObV85!t CVyU\,P/ AΣ]f*ٟ{r IgT~zMd8\37֍`3zh 55J{=D v:ds]>ۦH@ǀPt"5WTݷ/˞ ޻|n 4CSKbz#`j.B?נqXGڝlp+3"ka6'Ug WG'S˹dŬJv?z]=ca]FSf5l /fTC5~z{iǕQ6P|%1""`@Ғ9pg.J9mrh#l mYOKgfiߐM->o HX d^ |~3[7]&EIpecn]=R=ew$M_kv/½[4~H_hʻ=`6SU +816R2AKv\O6wBQVo!W''`x# *jM;&Hzsנzo9mdRrϖ4zS,G}-#@|Mg>D}C?MmtMzHnNofS2 \&~L^py͛' 6o.) !W 09D vjT:x; #M1Bt 9_,0^pAdԬ=*vlfI 0etƽ q Jrk|c-n$ZsqB,[%@A`}3G.SSb*pcT1Qy1+;HCA+_:ۘeot#M?FD ~ OY]?Uye'bxԭ$? b])GQ6n3_M@܇i瑅`%͋ +$mt{h^S۾;Y@TG 7iU[-+G\x>kYoկB홨^;J6GTy8*B.0SUOl gWSbJv FzoFQ96~TyP/7mĄZdH*ewsZCK+R0٘q~KQȣa 1%G sT2+֋:>_C:! 0>) EЁx$*oĔP ML-H1ĻnIgB4թRAq$~^]bM)1=#PfxEyԹvc_[SJI-0͘{DLA BΖKjϨ<]}yh َRD@-倻3kҥ7>FFX-HQa1ZCRiSrP-T*4?s L]xC68Zh8̬-_C. $"^1M#6Vu3qsc{O@^ڰc"$ J)(Rd#~yS$f MV^v~Orjt-]҄}Lr o뛱T $}/ZTz; =Flۘ:Gb EcaԥgKG@l24KV^M0C%84DgBi%{(=>N(Kd fYx?5c i4Ng .Xk?ur)R~G-W$~iAg>B%0n_cm>\ v:hDj繭:oUdpNOşlzwe2车ݘzF$2[A!~ "=*q͙'_!ow?JSMF emFM˦5H>u~R>\r3-}ߨ*:<)>'߻r$v#R$Esq.͙)PgW N7_*듫IB>zu?MB7ɇNXF4,GuwHLB|,<.DkKpcsJ Ha~0CL&>A2ɺS41i1+XfLlQM1G`]Ycv?($C ^g'-;@`(#dD ĒKwB3JmDu&daK*ݱ:ô |L/牛gmZB;0-z*a˚@\P{qcVs w>O"濌ly&nv-`lj WGQʠq۠$ގj[]&y4Kr`5Yg0j;^~cXe(Ѧ/T{z /TPvh;f.+z'B}.6Ү̎k ,Yr@Ӭ ^Bw:-&L'D(':” ~Wk;H*)JѦuqfcWɉXO٤[`ԳC0aʨ,8lSŃ+XLnJhE5QrZx$B%xSc%/,板g+xfRRX^FdOD$DW&,qhHn#{QN-~ۑg Gbʱ훾LVz? 蕕q0 a "έL3_A(֐PԂ]k#(\+bl[=/dH`?~=?QDHKLټ>;2Rn]R:0+ c([i#ހc'IǠ{Fn)HM LR! 0`ɻSQ~P/#mnKmcRI/28$ @֟lXR5nC`X*Ҕ? x2ǛD)jpśΝ?i7ȳUuBluX_wI~XŹ{0 Ha~D6kVy.po>m:%͏ /Z2w[:V@;r!ؐx, v$4.c0ѽ}ԔR]%Np^V@D+qbfI7L6Akf1݊]%v)VrS f 88@3.p'j $9k ZD$o,X|jV'bԹAIʎXTuUՋDôv󼑦N2O}ǎh?Ɓ%g|z~F$NFzc!eFh=7z%DM$lֿXnN7>NۻP'(s9s lZq3`kf3KSy8ؓ,PN :{1Ow[e3OYGc);Ek0. ϘeݩKt8rBYH;2r:%~q%}M4*ȩs%?0 LI3'9[8bhV W S_y{ʸj䮞]r}$XG;:F.cP*?QM2AșF܏6[ūҿP<@DQLQ@#")ĪgCne 4NJy}l,64Qi}ΌhP.5zM\Ӏ ω3֨WrX [p@pQFssIIjy-D𹜂VkΒ.g Cs74ncC."rL> V'sgM7KiyV5^^,RH٭Auٮ& &n(Xo=u\8f`➆fL^8o2FeE"G?BԠ!E]a k%:?S.ڔ#HS?`vKKMm)ZYGv4x8[6 (< D8 9XѫK [W)tC7}7>I۠ONuwILMт(V<#Xmq]@wv"`[W̖ 3}5z2-Ȯ94VZ} ?##JUT 4l:jq6<S X>~?J/}Ѝ@Ӄ<^/?6y{ɲi}alr|z4lNQPW &f`\t2\:gR+Uߘ͑8_gw 3D^ 70$;#9+m 2[.- ) #-(*+JgaqE,/}^!RשST,f,1pY撺LwOt:QT31 ΀^]T,RCx~?l/}6?3pq{L$]q;TnEq]Tʸ4 |ʼ[Ł b2KUXsL&2J [ o^ q^DOd=w<2!! ,bZ .dW&EGq>Rr/I0*ﲴaSqWyɢ (B @4 Χ,ofkE2#\|lʡ: 襶e2R~I0XU2@ؼ'%@2]lIk`G<؆elpo"~hI}j{1`[_W5U0?(P{r]: i%hevy<BD=Pm? &-#^CK=җ)7c7W$,JbO9& 'IgB7u> t%Dq>]\=c9-Mf 0, ofo§%Q;ʱXQKo ןj u K3wE]ֲH t#pJ%Ei{{);YRQ;$uɬ!S;.d4ah naL&pg>|iRnʂ lV;K`ɳ/ "݌f`YmRk!¨_i#T9:]⇺Ep&YEU6SXQz˩3>2nZ˟?<ԓ3܏m'ͧ_}1*.VADޜWu*i.,TMW:_%X2N-@%V$~|b:&hv mjldɡtj%{֪f~\aYlA4z!_=*lϑ(b"oY_}onj=Nbt?L3Z `NW0>]'1joGICW*}܋/0 ȈPBlQQO|'),9 L:^/W 9K~<7B%Qon_?ԃ k(JGű;ihu3i&BnvP}}U044w"jmdc;߲~QchƖ=]%k k: W95NHh-z/ Dh5?LuF3Ys:W8eC w÷s0=M7ޮ]Iwnu'i ☹+BB@(Ģ!Kno^ȵrN`S00lrQ-,U?9g;nY`ǝ_Fպ0/,11)g?V|\H\mn n(*4b}N߭^#kc-uvH@bs9Qru _[HNp&eIۡcdsWߜ"ΓgoYk!(UB`dQ~'*~ƻcb0l=1:LJS{^aP xp2Ѝ¹*D)C]^d6*u C&V[3.$Jc̛\,34*x-6 aΣ]KQCĺ-#N*{G^>LA`Tr3+x[uD~=$Xbf_5|o|BqgsUw N=,Ь6DH1y\7N,o̳-4`0@Z Y*fL Y[,]Se$ʷ)gjFϋtKqIFȡ,&+,6)=EAE&C!Xod|I\)= qRM [q"~䫉:HnVp=Vu Љ Yq O˕q:K.bwBu׺^ ݢChoՍc.!EG(RT3?bVZkњj䢱QFGa{xC1Cy՜x2{"2>p3 h*odga k5bgmSM4?l7|[8 z&:%{,T·toj L9H@)ahIVYR-^;hQ"1q3`íH ‡t2j=& Ԁ|s'wݢFwxIblh?ی )o]T%o'9N+${eOm\X+y$kogO_t8pf#g3m`OpWu #]e5 A% @s ?5+ ѪtK@%Ae1qN2d!]cCn@5 ݶ]۶6;lIr%?3AЗ^Y;aDjum/Sw5^ @mT3&cƘ \m)_~b2V6OQ2Px,N@Zy4ZY{U&T>#񽱔>g@:Hh9ϳ馤zBEJ[6_*B3,܊5鑮o"}]֜@ٌ;>2A҂)녔JWHvVC85J Ԃc蔴*cs^9l7{/wn0Gd6<+ǫ0ףkW虍5#šW@(Uz CA\ h}95̭" ԟ )[ ;*4 Cyk|se{|% O֦.{fC-Ye==P5O>BELG:d`X[C j XvAy ʚ<.;#z3qe.S י +Ȼm.XqŊ,iOo?N&<Ñs#!IŐZK}ܯj"Pc | 3G!qY?`h#_3v=H"V{Z*.ĠOvfIo?;j}!|GzPpdw nxMf*yFrh=6@?zYS]TbvDgYs~Fnxʩf$ELgz0ˆzex|'UooRi?uP ǓwkT -ÆJ*g)|7]S-H׀bt~74ͫڹ2^+<[Z@~A ߅zrS|КO71J8 YZΒٹTH HH&>+7ppzzg!v1 ݯXMm";6&w ލ[29&w<3gEeC8uaXv!wCAbK+ _DHaүWqnA-튦4PǶ5 zC]:_Z|oY?+Ux8Aᖏ.`o[g;,:@~O1)B3Z7`15##,3/LW|Rs4G]bò_..,|xM(m^@O^UXbi / |q*vS~e "0~7~&$\ Gup1%=cDn38r8R*UnaA'纻ݑz[7`kS"4h&a@R=*ٝV?Do_iǁto7%U\Q2lzI eExw.=?Š, 'l Wp\F'E ~'p`(UR=ti\j0wx%R p 5Teo"k9AAqzo8 sQp2 )hP<莕P(0Cd4JcM}8chDFh u+>hn4G>Q7ˮQw"*6A-2$,?" g-`^YV5ׄO2S~4E7 r¹+\XXd4#N *ؗYo1KfI _Tw)t]x,4 L<-!Qت:bO hA5xԅy эd[uVhrAJ`?ObMOs2<֥'f`kD{hO^5î]pcd~D{QBjuդ4ܪh^7sGe~^0;W Gn8}v V-fZ{O:eν%rn覧Ff/jT'׼R`7=P t,8f4 LidO&_ˉ(Av F4>DJhS38vXgh*.$^(uykf A5"?CT -`kJn|wV&o-fJIqIѰθ:!:?jQ#{&2x%]$9;q3) ri)Y>?)Mt'P BS>'q!l;Au &u^s*ɐ<#҈NL6۵;)pm6ssӉpE;k rQ7g=\pZ![eskj[* IGEƚPOX Lt&u| 3ct݁*M3(F DI>AEklvV@81u9$Ԥv x`ʝ M󍏓}Uhǂ\dhcL(DvJJH"-ፔn[pGd)O%3;)QJG@}Jlt&%nBb5"E]Ħ@w& FЈQ*ÄV Rg&-@ -.oz BdZgoM(wѸH&e A`QYhd5Èj[0rˊ4CpQhcѮ.&tfh^C{GI |f%cC=:f/”T`t$۩Vb,'h'jV`m~մH%异xyvrXLBAG%WR͟Bk֎5P% #MSzi%z)цp; g-ܥ Wd͘_hqD$S*e~aZP:&."_ByYOuTL\q3xsRݮ]nqJ_p8M6|<7ƙWn7ʈ('c\6[&)jhmIi Wh9]A^HW&[*.-j+ Bn7 ҫ:n[/=54ۧ-ږ*0)q2 ?K^[51K)=c8Q }do˿5ܗj'j]++~nPp,',ef< L *،/[a -Ap7 V~\|tzg VSMPOW-@"g,- B{%T`{𓮖NA@S$t0nTBf UcLM:>Pvmfyʒu)FSfރO9OtSh.b8@N%㸁`B?) 7&;bp3`gC4l+$dN?sҮ.BàH(;]3)/0v8:a&},qRKm3ڗQ~M`M˂M9@RsQ *SͮmS{XQeWAifIvapJj O#ṁE&I{?~UdZ|n~\>1S~D5_rUqQ;H)P\=I]NLJP +C%tL]%5=})nKL'a,!R xbH r)S)ru'$^tM>@`7J*#|}ԕxJv.oX h+j6|ӟ4<߈q;npk m.3EtCyɩC:#ny :5j䑬N٩۵B9Aݐ,x}G`j20@ # AN¡ }dIKes2)#Ԉ3C{8 (seYKJs)U Ⱥ L5uM8Yss<9KѯKK2e캧5xdLF)`ɸf ' ['GIs̻] M)7& \2z86!G o+ }(K *ksQWYzKұ4K$C2 2<fVR| >z=iF q_ h]mDg/a*N|@hk`D rHMvd|1+?aIۂNwط46<ee71,zB__vZmܭE)n} j?s4!It9Ѷw[LPsEq%ϔ>ᆌo"9~$F/W چt2K}Y!36MdMm*\į|(vTFScFSA3b|pjn|X!|q^Xwa<RKNsq6}æyK'8}s?H5nCuN@۪\a/ lwPAZ`e(LFx>nȲ#L2&v 5*6>(em铜L Q!ca~r{ehÚlJL K)Ua3^{.*+z^sKЖ ZP8 *}?>B+/!lrNKtf%9mmAt 6dmϠy/zQv }YA<€<7r U=aB_\&J"nC8ŪcTZk+( 4LNdэ 7LFT|a]}<'ʺ\=F!cBqdBy\yFWJp]A&TẠNÕDc$`P!hA(FdF0Bz?ژS/v^.l{SL[ڪ 2aIۨq%g*$<#@G”t91앆N'?A}hQl L^ɢ6=dGn(z<?l'h)p{jcWj?4y(C=;#dD v 4:N{9'q$A >~ko8ľz}dz rܮ!2|߷} 1񊆮صGɤimBGh0^34bU NKIߞRA+Ps+}Dzd'\ ϴ ys "}yvŞNx~ͅhN\U+s.3^zG(Ϻk=#rZ8p2 xw`F #9\f0PX  11@8pQ~bR ⤅>t̐sW|0/SLrWuZ;K%^Nf9n{6 &M'7iKά3]Fz(FS2n.o#J825ڄ u,.?u NoVq}; BWiΞ"T y:q6M@IϺ$nWYlQ͂J%Zt9E`گLu_雋_^L]fHٗ T&rTS꘠\bh,l콬gI.d2IAnѩQ3 NZHm1SԔ(/\=xwZV:d jS4%etsf8URzn/mi۽m %);2{"m&;" #Đ42?&QTdzyp[/CeTlA{O RpGqK]$BX r,Qneҏ%e>eP<m81'0F!L: XMtW&~ίT_[X# /ܚl!}ߨ-Hcb \*E@] V<=͹wkl_Yޓ{-#e-37bݤW'N#lճC,Pk3 -dǮuۉRD *Sg~dc3d?|et?HK\@-icM5P,i9)C2졿ZOio3cת݅-HZjC 3 (b4ѣ$tzh% ^cػ:JOiBrHtBZ UbdGIhkQw:K>&6mi$jhY?U|JV~-[V75՞б(._O׽z2BFy55ʏnwedAYQo pۯǔxlB+7p%o(x`Kٷcw;f1& W_ /FB L6cEM+ 1";X~| تl-ܬVd*$UHmC9>V֙h#2,X-8]c#6=v#ӄ̠E~Rj'F cv44PFيEO`ptla_eяh V YiB+d?Ll}#q>p 0)IS{Ȝ;%NXuy)9c1aNhHEO"d os:P nJNI!,y*5͞Tx&9x=& Y ~ ?lZ~ C$-IO Vg($ ̷/ju9Ƒ3!VJX?QTȪ\Cmm#XZoYdtS>x$z';k>܉ a{ʴmK U p^CSq'^l٫3"x5KJ^ASa@R{5P w6)[\yN[1OϿסzF#[9™ld,n$i[&N@?G0?w5t=5IKm3787N\՗hF8 u |`/ih`ZǙֽ8WY᪄L QzP9*]ib63m;=dY6Y؀PvNFe~WdH!UkRŬ6@`U,N~/*!5yFR,5.HTAcWh3ڿGx| #9:; g~Bh '/)guK)JJ!-_ <tT ͦ}l$P4FMqP'je1ws@Qx c|~TǦL䇰K)KiCbN!=| E}i!&†>B`B_|b 8B^8@4B%u%Ls4| -#EoGc_.p2A{o3uYJh#TtRMj x7m^c*n0'Kv[3t:A`e`'#;J"l@.. 108u3*hHW9l~]|^ot jF+ʽ,⟡bZjjGS$C ?FhF:S9`0oP,Q@],͛~}DzzB'xIvH!<a թ<խʊj-FԮџ'sw(}/)6E`b T+9im4qNtgPMqr =-";/1 7/Hɞy. i{N^ZV&RpѺJ`4C(XSPҖƕ4Ou52o|I*"xCVHOһɯת:2<-I-. 3ٵ[ ^Nqǰb]qۺHB&P5$/sQ)9@.rAOd7{~$%:ꎗ2Z}I[i;fBp۔p'JwކaǶ HaE<`2W; J܄ޞĔ}_7׾܆T;xk R6𸋨&BڌzKE%WbˉnG\SמJ)sk0⸆ٙJ"*C[ gE*]wIGM߹/(t5G홂KG?`m5.m*$ZfN@* 4h竫kBZJp4GK$4 941>W!Q{G pKƦXHTkO2{&*2D><> ZfV}5X-Oo!)=l{_m'Yf`J8WRiQ唦oUQ+VTS{2љ<5W5J}Èdb5ﮊ^:_2BTLli5PC_Y%nlhQ(GIVelnHhrjyj0SLك^AY\jXM~5F>?vSJ{P_ze,c¸di:}I]YeD=zƣ #A\ٽC.n3EP%PlzhE#63 7dϝ9؈HJSFnհeZp{PO >lVZRn,kZ| qeaϢ3 /brm]<ҍL(AoP))^X6Ap1wݸm3ʍ9S x~x՟wU%0ZMk–&y_4gW|P\x!4!3[Ls?:$V%c=ImD rLĦ]1nʍԐu%"I,#͇b( YPt'Y7#MRC#H108M 7) 0 ¸~%_ u -ȥZ4(WhrQ_"YQtX{2nqcLK6/}Mo7aHQjmhoKMn3eJ|ƹC R;oSQ]ܥN/dQ\0J*z_h|yW yGc5G4GGS/JQN)%8BN=!1lKQBp N(v<u";e:!WK-aĞ/KeLKD'm*>+@&Wj(4' k;X7(Wu-ownUd+5H$Ϗu7INa;LLf{Bok۪&`K$J,Jbй?t*lIKs*iơelS5Cc8^3w;gM͓\69>dߡYU-j 1wKR-eɯCȤ?ޭʪ{V?HKn}P!6[s!=.zнueGeݵ}I*1yJ)>(\wy vt5q L(6둱c&ݱD /He#=jM$kȂ:BG|Shj'$?;e#yDq3#xj+SGk$NP̥gA:Yt]+);Y&Ri8`o' $.'1?GٺHڰ.U,7 i䦍I˜*JbV^q&GR| c0%p K @D~_Nsڝ9 I޻Et4"봻sSL܃ >ǨR,,>B~RWqro-{"o ڨyp걉7I+ft!Ɉ'K/,6sU%!- AncuC@iovQu]hn}r>SÇIUj |&˜+$NjqҞ#El8wGf@ ˞tCѻx#K >d_<ݜ\Pyc0A8PzL٧B71& {ŒCq&D ?>AA"캪zNO p@F /urD@eaa\!&X$EJ ]-eNDwu}4GiR¦Ѩ%lxcýHtOe5.DWw`lC6}S4yKlLq^v #k'ֱ>,\?"ecE L1Vud2/; X< ⌣.&i [!2{(o!H]*'2ڤ4j}&~ĥn-(G*A˺FĐ/BcE]bqg}uAO!v\_;Z y릨, fȶScM `yV:w}Aӫ}P &6(m|R=e7CP)v*yʰpK:"8PKԅ>sV(I!]J9K aTxЫU\cNu{K/P<=֚7dU'<[\tX nI*eg[N$\Qdrwʳތ<]BZFxV4g~[J WPގ>fTKgG\3ǕoarA~=ÇRq Y[rN=F>ӁᤘՈ3 pW4-}WfB>ò[EW`~H6N0-9,A[ a1\~fT f-n/ 7S]4VACo͞?qmvڷ G $:P$sKwزRD3JhT\$BsTlYP!C[Pn(`̇Z6ͪp(ao1k5Ol8o2%d)<% 7B#6LlLDqf1mTW/SױD\(Zbc@ '`j A xN7y$~0I-SKWKTBlWl!p `w(\G)Gq/W,J*Ksxc߇>ZWP +UDى|^ڳywKNzt~މRJ[T p߼ȁxt""o𶝿=lBw ( FX6U:n'7IÔz(0c/CvmZ#O]A;wN0)BQ/Age"}q⎓@5U+Εݫz%CR䍁Swy` `x w|nI]C>soI{VuGDOqվ}?BK$DG[ 2G^YRjt$q穴:aU<4/7Bv<coekVx =v#߹@b2cޱ"'/8W39Ph“̚(ghȯjCTe5ox ghl!El`[ԋҽϒ_w=5/W=Uc¨/j5gQ|z@-75`>ı{DRWAf641MC[ؑдYƷBʃ 1 5„MeJncMm΍y #)%v'"Ya}5흎Hj >j\MW$>܎]X/m":)m 2nXO6ft.6x0{xKJB**mG)ɕNS j0/ߋvt'&TB gxYJw9fPvp1RciT .De# <զ,X! X@XoOl}b㿨=ƂXw3\m V%q94 >)fԼW eix,?w4ZC|-, Hھ8:S"aZY;ps>ýH>zL $뙈,+i ׃hW:΋wnϷ束8x?&\]YIZvMeN%.h.n!~:wxaı`5֡NWE*s5qE|Tf5=[2~ LI@?!CŁD޵|->K#p/x֐9_"c#հ 4v5*Z;ûS I\M2rު@$4}nBA;o)>%\d Fllr (C=AL/z"ȳviE L2$Sg!&$aɻo#lFaOB3I1w%ƺ|n?SoҰse ?2j5_z՛ ҇h_ȋʑ2 ab> 7P3 V u1Me7$uR2am\(p`[˪:lɎ1aY})U{uI |axdA]OW2l1tvDL9$ɖf"f~S\e9?rn rHGWPY"4fP=v/Y"|Ӈ'#!;#=(u, >wh7a 4 m9b{dԄWC.>fqr\ˣr*kUO<00Ӈ)}R;_,ixXlq%5w.UbAj.^a 'hf{Nu"MJzu: `l6/ @qU.teڅ2UxgM_# Jl;GuJ( Uso 240|P=}UzO-׼UENNj`Ko7l߯9<DAGsGFŶ'H~` A+#L 1ԳB ځ_" m5Xhv*>׭S SS:ᶇFs.Ecc& s#&2r#$Mpv^\:fH1=d0cc(_ I"k>dLx,CKI0]%A'eV)_U<3xDY3f"hP S!P!x< _&ZX-Zi^vô4\832S:v] ]K.:ޣ܆.kk1)S^q=| wUnЌH2Zh4lgӥ՞"R-FG]MWH4X $g%,ȧB)\QLG˹7B08&jU|& ,/ޥZ՝Z@n#|*Ź[s*oq0Rj"Kԉ;6&ۀ`%9>eLW|q&ƋfL"&6 _7_r$ā!R|Iǧ8hr U,'0қJTs(OXiM.i؅˘zA(=ۺVыeGFHD4`r}ƣ(޷=e# ,l2HX=n덲Z! ;;E xE17",/ hnqCrʃBM::G50ÎmRq@5!aXUQΥ%?CAO,\AxPN$\Oҹ7@'!"F@x/rXQKUٛzЧ YTeA?z/9diybsÒ,/5/Ul+=د%k4~ߒ a!֬sVrA@FZu;=?D9)ds`˧H>ujЙ>/^,fRԲq(/ÓɞsnpTSOyN˴3řԐq/Mð2!),J4$JAx"Xw C/*hBka7-#x2F(wzZN 㘍яA)}\\p|g96=^TF–uDopgRRyiwy =&˼%>%pˢ#Uvh'h(=iQϝ=d(mg5 aqƄ9{[4onj(g‡uSqh0.q2OÒ cLdNły.Wf՚qGNVŒ';qG8~oTmLɸ& r藿p ߟcF ]@"ƉLX:3R bfZl\6+4w?%hDUt+h$FfN h]_ ?G-ʛl-)u&_Lr> &.a|Y|H\aHn>EK^ ړ:ѐF3R[eY ;<ߋa ZM%=HjCv(0:j^WJwj+LX*чDZ$>?~f\G ( i;?U2+(jO(3Y `Hr%~1dM/. iS7}:ѵ.Poܭ}~ӋpKI+0M:\8Ut"w;~wL\Ҷ;AuCzq 8!\}?DkakYn$}5& S#Rݣ~U6v 8RX虜!;o7>t%_px*tB#†3S㛽(Imr8&#թIAEPg} ? K-̯Dp۽<^e'?x)+#-e-QJ%g q^&7gkSTѡ MWcs2>13sod`:Ok`s;_rJ"+*hB\.F$˪DOnDrgC_N4H`5T^%i,[jtW VK5qBQ>|9~>}w $,M|FEp 5kgBq;Hpo"hE 597 Km)j2+HE8j +UdQ}`9tI^GRk0p8ZMBpk|1GYԫj>lf+4+={`_Jq-cO؀6Gђ$yRz s|p8 bMICI^TT*.qoJy8hD~,=M.NԶeCFߴk)o¡QYRٷQװ^ߤU̓qnanײ5I,F}LcfƢt8+<9% -GYg,4 ޲ʽmy#/Pl#@=r^YͻVQ)JxI!v"^0kt",߱z\跻f(:#$5-Y=;n#bVbcS5;j_O uuiM+%t }*}g p^Υ}^NCLhhL}[Ro\R+ EktN<=)d rWqWaz([+TwOhY7C0ӑ(w4rT4&eG!W=$ ߺiPENYqϟ9+ ?NOZM!&f/q> .GxjMjf5Pa w?PK-_5%# lg5l|tqQ9{AryLR9`f#xk*v6l,`wo .^B?`q~ݡH/ |OPa'n6iT @b9OIE*]P77%Cڜ)R!%K:ݻN~ы0c%MyK.X&ˍ6MXj) s+fA6Hkӱ~)mUEFLrCf‚FtTO|OR#oqDA3\ޱi(;Qd]G<2~N:+j#3_k 'X1Km-; Cr&~vQUN6GI}kl<V]CJy E&auN+Qnbi/ϱoϟT\4p"+=o&hy/nZ&6]%kBטFvΤMĔ">tAa,7q۴̭@c 4ip)!hz[:ǂuE9p`G4SudKDuZ6_hŪx3%jtau2BUf1'=B? ̋/ToJ4y^KaXR-S++/` kѸEx_q-}Wˎy M5a5!A.;eCv H+('/k-[ A$_ɧokf<-xcG&_$'0 *4_t鿞ZI"݅ߤvNv*Y3rz[~=D> Qx 2/z 'Y:]XXK)hvH" 9gw7OH%QS0:Y!/؛la]5_W?sq{i4m]^=T[%=al-9̅{J@wL…mW:󵖸Po@cNR 1:m,d#db "m0haBBHxӭ" c$>G3CH\}i(\uOix%E1صS@ ռ6Gn{Y)ZBlQHhQc,V'_<EլvޓG._U%, (T9l=6|c?3Tj :qa>%^=O x@gg6#hI\L؉ڮ8Y1>0V>"ǖbQ ͱsRJS_ueh*WBnkC߃Kk& UXC/m.ĺ Xrɤt4ҿuчB *%Jo$aXpG-z @@DBբv(RWlL "4xk+^ 핕osQܖKi]&%[dDQ7rhzhHBvEiwMɿt!$@=Ta_%q$i*ar`DOmb OgkD!yZ/3g_`յ99>L<"?C{ΕV\~u_%Ew.Ʉ]`͜Gh&ﭚY4 HʎK1qBd_T|uYz?&]MO~l2a Y3%gb%Cbי Sz٭|'Xd~wICҘ΁.ذ~ީb7? A+TRmMej#{{g|/FMKb^LnKm ^\P're`zc}UUy}`71نLmfÍ P*|d<ք#?č> |Ը>aE]Ū [mŵZә ucϬA *)8?ְ$@cudROh٘<Ƹ`ϑz گfD3ZCj@ \}Oʋfι̟R2JRuqi# HY8mZW}(}ȟDzģ+ld@k5=ev$%qFiej5y؅Bbݲ**g^ xFK z|#3fDiWV?7e+3?z$ uo6ـ?ֵ!|= E2AbF'%r9*y u<1WVYԁt)8V{M/Կr2TZo}*׿Ĩ!aeuݰ;k֖ rXO@9p^&+h$g/sxV恻5񡭝D)ޑ ȧlqjEU"SRiF$q )j ~ ZA)^+vH?6eY ;*};)@ا̧wζ;OeC,BϢuߋ!7_6i=y<+"qh0si?W\=;b(0@g7rR8\GdJq. ?!q0Jc1(:əiذZGj&ډ͢#ojnt5(Ɇ&s&X(嘎an|c~BmݙA6A`buts8ŋBcY[(t O%2~hY<#< /h @'9r`jBܒ5Xu AA6wB&'^Dt"IJ5?akJ wS NNU=ig= ^wOp} dAצ|4-@NޚxVӌW^~_3ۯn wv]PQp Dq0r|9q5G(@dE7ʂVI6('u lp[j1[ ~+^t4I=b1\й# jͬKxj!=OaGn?P(n>g㜋jZW2 CQ{e6+d5>-cZZ}V\(ojiF7ӵO[6ƭ,$N2hlϿf<|Cqs//tGI*8kr El fYaR>Z+:4fO/^FP!%NAt٬iܿa߲/;5N /wiTuDN+fZ YS naDe WRK8|mXšBNxgMMiΗ* P<]HEL')$6g)@A%ſO95b.YDCr%TT$( Jjd8XO&T< {UzS)p# [!?,h-+Us5z AyJvr}lSM~!D8\flލ}Qwo薮7%wܼκ~=0 84O΃QyBDwv^Ll/ :[R n۵'jg+TjnDIOJ|,۫~wn 0B06tAܶyK W^d`VlԘ9BѰ!MC^oT@j.i~`V3J'ɻ>MqD+**(.s V#$p sy +v-3WƟszɚD4_ 5as` 6a`+gtqoAJ={25ր@VFrAZkPq±Gyfs |NsIbe!QLYPuV3[ @D6Gm154 Kk2^(d:-=Krs%'l~TE\7R} }@_K5q&^}jk'[~ aAh,S}i ?* Td'0jH(+\6kL)sf11xDc5G(h͠NdZXeАc`teVa؉pZ} \ IʗɵS e ӱdAF#Šy J"d!6_d+Xg BE yZa9pV SF&Gh ADh&jҩM6~0Au+Ӛh͕czɅҸ1eSS0`V.Mn~|(&6H:5x ژSL0Ȕ*$H67e#'{d#QTMxu XRTX.(/X`0/G_ u`y{xr;3,nWIG[Gو^iƬ ЭE90Ԝ>ߋxk9 3yb? K%LZE?$#diѥ kHqJ%$%RJ)ԭ^\c8==ي dz5 ۚ[g_>P> 0J6dyƀ,@4QEk]&T{K(k\ﹿWiv\&JGUnҠOF_bDԇ1?䄺|Ĵ_8Væxrr0[c#Sg U9k~ ibȪi$Ȉ`GkBX[_ao,UD ӡ Jo5-QGv/A04 ham '{pl jk,u'AwD _dC%RЫ<(%=dlo>\dw؀, KeL #_]4e`*f v:rĔtc =BB>x@TԌfC aHdM0ZhPdgb)y<7CSYq]j1|hmPd6֔ `a۹Lf c&1 B5PM?)_ّ?K~^ Vkאq>^$H#'Af{"GZN\6?A$c{QZ廒&g0$Pf3L`1v"R}n$䛘.6-7$ųyks< ?UJK-N>#ҩ -@y|++^J\Ar}aMũ8kA:QUGy%ߚ]KPfC3j;@ M~ywJݏvƧ1]Q]XO׷EhuvgtJEi"|*;<= ^jn_My/t|kfbՔzS2;<6)УIǼ_U2 5<#Pl}-8R}vwcI#Җd芟pv ZFwO(CNITVj8X4<Z=/=c0'GѮ+T^2 jg /яVm* Jn8Nhպ*Nz+ek@}Wu+MS?vn OpvS6ʍ YDW~H; Ix15@}BTi#aم)"4=Dnw mt䭋bvk֡`[o@r=򄏒`*;./E>.NOQy{I"h7~dNCSZ~"zc~vfvf5a9qf B>|<tnofIO>s6 :L*g)5}.s˓mFǒ_=߮=@1NSYS[t%'*+jX:ȯj:)\& ,K#hoSz!!>Ā{ǽl+Z56 ,y@A{ZǥŽA;~nQg=vRvi]Q|["n2q̴$:ٰD2Хw>}o@jJ?6Oȋ 20n:/Ic#",;"ܛ o 9 +\?)ث"ugמ"vN NInua)ei‡XQ973];1D \nNb[wƸEG'w-! I#ŧ%ݒBi2a@έ5Uyɠӽ/O_!NXGb96$߱a09T.MN{,{D2/ 4cyn-pH Zzq ۟Bn%Popv(/Gt7Ѕ,P^%9WQ O$;LkxWqtɤjp|0b\7a71:8\]Jt# `.!a|vF"=>B[VpgN-T-V+Cq.asow-xJSkBau>[;Du8k@0kT1tWqU%VZ{*}Цx4Rӵ+nyρ!<ǀ#([9-[܆d=7=.RW]h^J]uݷ+eUx5IJ4G14v!A;Ht 3OL}kMPb/<mu/[&r!Iec" >!qvBc @i4pp hLa+IΑzg>\HgUs n"6Xmy㴾Ȗ̑pǹUˬ]k6̽YjpcH_(7[~9b e`d*oTr0dJk.U\:]hZ?jmO@l0{@OL&Ox`ia#VSxF'b @Lm&SdEJ[&c)GCR YMP}V~d2Gni: 8)9`ėH܁IWtk%R]>GWn;2Č#UEWۥ B {ξ [ 4Ff\@Kr,Pq RZ7xC*u?C;@kRS(rjO@avS<~&m&x:W=\X=)~ʭ}%xc3s6U| 42u E& 8eǦ^ΘDBz`/IQQ($/V h?U=nDGTQߙ';dYlL;DF;g`t*bjx)ZWy#zTvw\C ~fjdnkOϖXsN\t:lk%MLr*|p#1R-L~{tQy-d=8Ooj\H 4f舘Ύ%[!( X0~S5zL,IF2~ K^Yu/ff p -\dEXt3 &^"f'*[^**|}sߩT5Q_f̼o)X.pnpvqcJ[NN`fT~d,_ O\Z^Q r@5% `ׯh83 w{z^ KWxFU>сtjb = -sP J2 Tl F64Fܖ!E7XctHڗOf\A=`[.Ћ.p<&lإ 2~Do"=yF"aA=іb` ҬxI”[k쇽/ sÃh KR#JqW<5?+4履0Z/ľsmFo52C `N-/Yl']<5/ؑɺBʦ@?vN GٺtOasK3R0 zaH!B~ӃT!jT%rZ7ZO#L .r^:8!w*uD0I}e&MeY&5[tV|8ڏ1d\ղ_*PR}Qp @+*!lfEkT9"eM#;VB\E,4ypy[AaUV95 Ix0fAfk?'M?N! f~X4X㽎ݿB%^U8aA/'Dč̕$ >R*_ h]EEV:aKjh6 Ȑ9]},H*rFU'„,t H0O)NHU4enѐO-ݗjIPx=#wz2*gɷև&C Ɓ&4^צw&|RT$' @!-VׄCf# unsc\\1=9Ƿ{5z w69[cm2gԢ:O(Zk&L=.e:O=ʞ>H{y~ ؈H?:`7X9z<<4\}Lѿu/u8L)׭?1E9Swp\c8>NP9s4^sxG݉I;O^@\ $0{+K(yM$b3S.w2W4LnچꤐwcZ R <Xv-Bds4(Fr\6"I9)&??|[prS\@,D*g&w5ME܂7 (oz  +-}j')r`&il\xpb;u M$?o4`;}QF+#{b1H!އnZvbՐxT?ju5!8:l?Woܶ@?QMkFL8*LQTw 1Y\3I@6SV% 1¸֧FE•-dY2buo$<3~ Xs1XP Šz/^򉛟^v$Cả#Ԝ9>'%|blp ZM>\_RKr|3[ˮCdz^/gl9ؾ7Equi&xhcԵ,%`:#>@7bH%(ÄhB4A^[D)+ 00ney tʘ8>0 nǭW.Q5+k%m{B\ڬA 1AJ_t 2W'DmbA1@(?*^֙)_&W2xn݂c#I}A_-hA78]ddj*'Wޜ"g"[8>6{`Ֆ+! p4-W@;‘Sw[y{06ZO3ҌQz;reWiC An7u: Ӊؗ`&:à|y Mިj|I*1Wsf%[@)%4 B Y޽$i쒋g!*9T 3CkUA8M3/F(̕+Cʙ$Gd)L gنs~E]#]X_ pA?~oN.vU_eo t6C+Rt<s ivtǚz7T|iF_9S?gJ- _*3zBK%`9G?-t3 ڞXnIAہWb`M*f%QưeԎMu u஻" \#DI &*YM;A9M :Sː\_wsPb<)sFVw`EB,HA͝'OpEAh?߮#+nyb.]%{nR{'\)蟬(mhFR@F\4!wfղ'T G)iA}vc!gwkx9?eb\dMn귢QZAW˃YMm7wiw> ;GFK}[ "{>g t^1`Ph"'@q <..?2}b\"}i!%J_џ!O5/-y+6H=0V|ؓsg( ΰ^r[JT&8e*҂~=,gF4 Ђ{O[ G0π+nb|z{_?mzB%xg{N w((^AY**TcL @d(k,ɒe<'R(&-0|445^S喹 ( <>]H I%jHS!მth` f途m#@vѕ# HJ}xQ,U(XUv//W+st;̠lKy4oQAO6IϪh|^NB[-3)*=ܧȧ9Gљhe,WZ@:ήWw~[ìbijIMIԄ օAuO_fr< O#p(iuL4CI}#τ`aϊ-J̓Pv;I-X%m*N&O_1A|-p%˺HMFX#8,g >''k0;ӄ5b~9؂TE+o=tapZ獘X٤N##<;d᣼q& `lef$Z چ->3lҽ -$DF%5k4L'Ozf1dǘ֟eMܴRi~5V(|gpB"OyGC ގxy[T]).:{qFIw_b+˼WᗛnK-I4a@~LNh儯/sJ&0/=Bhs GG^fY> WSЊ}X |:LGFQ?5)M+ͩɀ_=VI$I@59(dhw@Цp車:u}$4ߌ|E<Bg_P&;bf:߹#Cv袅RsO4gWpgaZet Frzm9se}!G4}O3nl CmFxdžw]mt֢Dʼny`J$=rIA#|vfF=،~,p cp >SZchh5n/r~ix ERJa,nXuP^.Vt5 ՚F=^k+ :mQ4CzjC?B0M d-N$GƎ4|>ӧ4\#,Bedx NwlT*Htސ$6uv0鈠!RC_~{wb~z;#ڏ!3ܺS4 mnӡwWK[0''+i!Ծ w@Nxi؆)8Dc6Wd7liKgJD_p3X &F8Tܑutj~c s<ы6Ӂ9%{5:6߂\(8pcS,5"sw0fQfٴ[zz@ )#""Go -q򍗖ym^L~{Qǀl]I8뭬NxXnabADR?4`NV/r&*@zf}Kw6]j2ǬLz+4V*#1УhHh/@*w7߮Ó^B_llS=lL'dh;ZN4vT?7Y3-mVL!5;-}v gq5/zn}- іl=T%LU[O賿0h/TL`L:wHU"SSLǑz%ǚ@Xj4VۭFqN%9er6f.4_+XaEQVsyo_Ή 6]bɶp%6G#Z] ͩ ֤hNODo*ӳ6ŅcKR ͂fK:?ʿ [>dGvIFh3w0iNj $FLCTogzɣQ3'T> \\f׷&kJ8դpJc60ް/T^JDQg Jp0:U|py>T [q^7J[@n~c^RB#k`eP}9z/;\6 zVZTdFR оwl*ț?բr TYi0y!V'$὘oݬ/Gy3L:*%޴A7IAe {VF)֣wp6Q1u#U7<# Ha\3ARyK됻Ƭ*B{t /|2fǦ~a B7S-;!则Oףa$̓VN1mCRV~mj9Av=|_va&1,#p@Қ9F7&"ϣv-VS)_kXʶ8d /;|(cs?pʍjE97 Τђ @^aoJ‡eʯhiHyJqSkcקz o ݴZyO^ch=l=Y`"PfA.}N(|799'Á|O 72&7M/NAPew "qW&lZ48DE$v)sJYH()k-$ sqſ*XYO.JU4JP= i\) Cчŗ_/SJkQ4skQN|,ӪTsq"*)kRU*7DR҈PJȓ:w1`L^JhXn T ٰ$r75cު{i/'W01=[ףX$'KO}IPj pk_#b{6PRit7t ?>)Wt.Bfu"%^Qˎ8]'|kFQk}jO5Q5ˊ{5,B_3yvp]-bxG>Er/`Ȼ_4qoQ% Z)6 \4 Z~#ߢ?)*Fh%h$Sں최 - dz64 $b9@Kr/u (S)ffW5KM ע\)H)bB?O^^[Gizn<ȳhwhzwˋ {7[ܶvԝDk)Z'.d۟/vP3z6)ـ'cq7yf6@pƢh뮶qMnt=3%~|;`tIx+[Ը9CHF|v&ͫ;2F@VFFiH,4&hOj ,=mb77OrkڳqFAUwBQ 5td{,D-6$ F* %O|vo^U4uՇu?u/yԀx 6;lD)}/=}()Ce6G0xWU.#_q>+^C0wTN1`=Zf\_ڵ%%^ a?_yi I_(JX8VWɃa 񎺯o.؇힫x+J%O *]ȼ 3^pm%uu2qpg`a(MG9 }j^U#Vx,km/$o&+ LmsefNP@&#E^b{AK˻7PI'R@b7UgL:ccTK) _,]þڍ% K4o: Xwl`]}=DЌծh6f ƌڲ|(rUq0fl2-MbH{v4hCڎ! RH* El5Vc:-7 i-(?Z. c%9H90z|HX{1e[X@* _sveӫ*gWk_ob0Y`qW6Ʊ0!5'?iL1-_ L\W)҈)-jD$3Gv;",Y7,{jE Kx8aU! 93 ˏU=tK>2{'%We,KXO4mNb+'wԀ0Hhޕ/ x(18L]{Ak9KqlNj(;;Yg; pplq41Ȓ>0)C-Su1j+-ymd4T%WAu*AxF{*eLJ8tGl $QHW)I VHy2~bK 3,ZqWaZGSllC^<;% R QyK>H T*MJS[X/UJXoHk|{LY514pWƴ26=҆Y&W]6`oӆhħ<\vn%F^zo2[v)8sGBƢSKiٺSb@%R Yr3)&)Hrmۉ*zOgJ=vAQ, rmcO19|s;W$y/I#Nhkq1~} _Hq|?$K)N! Wr Pe2-dR,&_lm)JCKJ^Ip v&9EGɹKije(rDnH?*cWz;5;CKC[X)_]ԡkcVܒgnJKYu Nm>f lחOˎ:G 'ϚGF v@?LN_m Q5tD-)RbR/&n{z|<f #| J*Mޡ((v{VYHGݔ6>0AEp(OW4,9ڋd? UKpcXܮJer%G\Dh6hƈ3aL5@('KRoQft⑑o##$xK p/iHh 昖&%lX@Ϊ(*}8 8y{oDcSh^ί+SMoJӱ-sORB_`r0vz~C|$הC92 t/xqLH8?'/G8V uο6 1vbD%滕LŦR7pfzj4!`,ɾ'g>peoJѸ5YUuW8Pw @]h2TI)#~Nqz#&& 9teZgY( "i F ~Pw#-*rO 0:TVPUKtxф =hjUo<ϗ;E<1VlCc+]'л|mDP6pl~߳>+}lĒá\a>^T:&]3x*gbQ^(yKTp1NQ;LHjhWId& _/}_6 Dg ]ە@'/,y9mePE!4 [cW0 ʘG$|Z99q;wL tc܅a{դe%~o-4Ƹmlbƺq㿇s}-$ywxYA,]V.^VCn9Zd'R\Z? >Xtq_T#۬.R o Ѝ ~ GgcTkWCf!k3J _873qRA)=k_,ӄ9⎺ ^4453|)vm#ֺIFxOA>b#l_&ӛ"-ʨI){^;k=TLƖ%GyL 5LP :!nȨĞ@>$`_1OqwOSk9'knƱNqlU“'ӴMH?1N@557O!9yq ן5/޼d pږ$P_"LrɂS/ѵW u] !E M%c;â?hXՍdA.k:eޠrSMx-"AV7rCݗb{MmJLv=&Q6Ni(XߔnHk?'PP:2 ZFqsbet :(8UeA \<ǥKu0<çI虨/Na uO&S ᫻N!CPqpp(}_aLcń+3f:(AcDcBcδ&5JlFByV TMM{Rl rlYA=ƫ3[?m!ˀ;'})y[Z2 K1󒋏l7q؋,^=q<b@j{n('w H۝q|]Vj Vjtބw?&'jZDX-imý`nChᘖqTnٳP|@ns\ i$lCP8oN>!X)=_,Dcͬe+@>ys֘`F`iw }E̜wPZA^wvE O}4z*,?Z9QͯlDXj;h,S8m0<}:]f7 w E@_#,r;I͚S-+ ZPE%??s6F,'QAsн6f 1*sff;+zuOGy\H@gp0@ߋU]#DF"*O3v: YtxbV7`Biv.:^Cs0C2/?lZ<ݍtQHʣO5<1PQVU3/zz}k=KL3X"k>q/nW<VM>k+h.{2fV7X斖F2&`E-7sW[jB‚T[)#(X$a#q09GzQ7_1.S EO_SG0W;4@$C %EZIG;!/==M}1SYR`#%>ewS \Ц5l0:4ysʮTQƞh]"|.XK "JC׳ۇ|N* QS%yRN HX/A~+fRv]naXd*yUut60[Aں/NQxרITr4$N8 e3.5pvz/mxҬXJK9kX jĎtzÕb *!|n*C7(!.!gD O\5ؾbqע.uCu)g@uoN8 aR3̬`Go}jL됺qJGot lu G#@r|vq^ȒHB0$6ÊV<\$)UD7؋R->pvtP 4&bF0JxQ(S&?c),,Uatc}y:*:k  }CPwB2v6M<2O3'{>YNB@p'o, \r~rQU ࿎8peˀJWlE?/@)* IhIKĺPOYl! \ 3M)22t2O@]]",ix21t6vyRG֥l3 AWHIp+g-:5q·$}6{Flo,5p# K p)p>#/\dg > ):عM$ u:(y+q~grCUֿ!R85 %;E|⊸LHR |~{=e+Di"l]R/LoV.<^3QFI$Dzj[AN=:1X.J=db!3|sAb~E- UǾkT8!E0LrETK='1Jl k{8r񱛆A\՝cz 0RldΈ0Aa CH[2L>Q;-!hqE|bG,Ƚ Y~n$DGTR-T26S6P{wu[2!s500%OVfaHGuuciT &VsNFyȄ9٥\c4Qsv\f*GF3 ι>P]%ځw׿(lmdW#-ܬ ݉-HA'[G'i\ ^;XC~ȬSdVƐŇ៙[sֽg.MUuw19G)1Z*0|Kt6jK!E%Y2j-o|AfBVMaF8!|(T(:\o/?2QS.'5ڣIeF^?JCUH"B&8ÑaodVpteY!t#-FBczDZT$+mŔ`I$M/i o?Q1UQ5WZs"2ݰ }f|3e.dD<5)YLf-3Ts[#r๻Ivt/!74Mn\.?R;rcw#ﰙ0a)N&$twׂ*t۪ѸP/J?ʫB7肅3Ù/Ltp $ :a+= rް 栏EEGSц{?\^3Q]*ez_, (F!THIJ2ͲH!`[&Zvc|y{o nH͐o\yԻVHz^ GX/QQJ"C0]v NDzcP+^SX#;o0PƶvEPߌxg+,#] ~?kݩ Әyׯ;5zR^5L̛no(iORu ^6%N8uus*Q^"G[+F h`q+OFmB ,9G9 '7G*}'de5Ofs8p@,>reR5s9v;?YMѦH01p9;r*J f#m. ^ JaF؄TRMQrZ$6 VF9榳;T铿y: o恄" 1QSݎ7=}$Lc25&òS)pSI$JB*4ZvBJ(m!_a]]ۋKrhۙoqSgAI&_q}U"Bޞ"PIQ]֞ Ϝ´a3|T_w1F`C^a&bfZhu~F`I0"s0iRb8b9F !;&9VjcQ/=ʼ/tS!zj 59v8t яb ĔJ9fK;tRA ). !$< ,c."%8fMVPBǙ2jbӵAU˨#˧f5RE3~A|:x2ד Sv/X3^KyW\%QٿR+,~kRyyOD GȵAW.[D} rv9"h$=E;iӹ,={\=(SAjSLM1,coL{z:_pPQ)Ƌ\)Pݸl38:҅ xIw#fZ 9>j=3BINXl=#$9lytExc5z.m_cZB\FV*swͯ,.ٷ˺֊~RoGE B{vo't \%4РѪl Pև% _"Hnַ'c~/?J8Ae(ovU]ЯM0ܑ|zyFGzLNӽ+o& 蘷 [Mϕ 'iI/݃ {حd̗s+U$ "M tGLlHnQh?'ذ^2q4:3yu$u M؋=AceG-%H,&`d{ΛX9u/'LeR[&+`ےI_hn1Kj^]&`KX?@Git܊Y0:KP F$mG e$_[zq}\wם#UdsO b6(0;ےH5;wkHXtwa\$~K)CuzBE;!障6v8mv}XuޢܾȈ_f2s,MM:g \T?_SH0Y3%BV8nYJp8ʁ}ۥb+e+,-R(>pߵn܁hEbmߓue0Wyz ׮AsҺJJ’w[|_B8XB>CA6`36z8'$?wgpOh|3SCwuj>֡'ݐ3>*8;Z)7\&e5< l<l(b~A&[ #]1х3L6!k2EM'ID7^6q&I4Fُ(vÅ}c/=D\**;"upn:ac[ҨmK=(uڭR5ުY/{?UQ#U qF)Gva"0j&'L7 =Lؿ <a!Xna5/9y,AqܙuTg\ ڥ@-|7ɲ&M|B1fh/Hi-{-1pI28l_ֻ\M]ȸq {P1Bq+ԍ)x]/kr}utz6?;U Y.B4ځ4v{8%i*oX^7cfA̗J{Q$?:x.Cxmkb^%wK˥r߱|lȄ%E() \jވQ%Agȣ|Zy/ *% xa8DNҫ5TI݅ OV+\oV^؊V2Z-=g`8[BWXb.Ї3y-T3ya`Z;l,AxCpq,-}*`<'rV횈mׄ wʛia6>35#bV>֜# eo" S+xX(Nc;.TcG < fgM G=u Xޖ6ԛQ3*u[\XrMu; m,iS4̀JX(3ZEV8jӐ,T;°m]Κ$?bj UR̘( xms透14ՠf7\l~C/WuH)VL;M|7J!~h)Q&_zlXVO c|Q}_ܪ"ɤ2CNG m1vi.EEȚ&y&$ȫ6xWJ >FzOfEm®Q;"B MDq9'vgzX GO7fOt_6\&fki^I&1rmЎs:EZBQ2Mȹq9DBɑi#/b'D2|B+Vםs'IERִs:$QPoGPZF_}gyEGc%vz!~:AǒMըSQLDQy jġ™M(OU:.QmqlY Bt.ÊrG;gJVpr`32FOˑu^ܬD } dJ-# xNARH[WЂ^]>CLqZs,L\ U;#RTI+G(O|L{y\eD.l)F/֎)5zg=ŸP FBw ݶMk8QD#ց򰪚#)u|7촯n-C/ϏK8f|s6%u޸-v|;r?+ ri]=nOm#fIA[[0p׆|38˒a㦛Q*em0`](c@@&_ 7V7lP^u2DZ%ͻTӾW|-ޤ2>ucǭaݨ"^WM(+yŗ`Y{Q,e>55wٗrXAh\0)=Yb=D l"iO"mW\>Ú䣸]a ţ!; ( lR!ᄱP|M |BqCޛaeUuI'_h}F 7?[{fpF7bH.$b x(\ s@AAnv0bv=a! udNAJyb.K G>^kfL$yA'%"4kPSːw>k;n|9QveL J\ZB5o) g#/Hil~. 4E o'Y}48Q+UA $:Qڤ>kR rc'XtW"r^qZ ɐө  rp"{ wu@ȇ0P+5{e.u'tfZX Xaԩ/MR<;BX&Hn &}jX{#h;E9⊒+G1_, ⎅~x/DLAi& }ݻnhعo(@h5&JVЕ`X{ł{*Ԓ[zʉa ߚ-wJ}!\*M:k؆ ceF"2f_4MxZ)?R!}iy2mXl{8.Taqd/N/b &%&ņS}l +zo3|[ y@jĉg轆\CR潙/PL+e 7>_n%g:0 3*TS EX%\ R7ǴMt}F#Ѧ$yp>qTGxǣOBnjX4M EG~ Wwl.PQQBEȊK (egdP(Ss0ѶbL'j}5H6㙼+~;z8Cpu͗'{.0dj/rYtn2Kk|6ɭ'vG/<' + &NMAڧ|d o?C%O]Q,J11]ȟe+^1{A N'Eb Fy#~Р<F}TO{Eq8Q)X?'5B C_rvt QFe)ڪ/uX.^5^ھ >/ ɮ܍Fn{$E!zϥmo=ed#E;5j,*2dÆk舥u,?Ee &”6%ΟPBH͕%^ LNBHUdscf =7]AeќX\b9,ܬ,5"_O5^PH }& I0TcPO[ 4y&-# Lni,i8.ҠrVߘ+D%a65\m}1a~<]J;)[CP@P_;  .50gd؇ H ywӰKb_DZ+$l g ^n/ӿ(F;˛Mj(]cl/ԉ_B\׈ 6vG/ޜ͕蒮i'iC<ŽR>Vy `/M!f!RF*O>WCXu^h$̃$FsbI'(= EϪlBD3!b,=b@_Sv"~OfxIf;s` ƥ95~YeaػÖxƞ݆LA0h=v%*YOGç>]'9/B²zh6l5T˴t%r{t$Ļ-J\r ) u;vJ=:o~VF4)meVp|aW/Xh.t)S2ُ{\6;h߀Wls)ݐӅYBбi2X&S9HI@&{BesAwu-sr :!Fy zEGw[ʿ]m=Y?NQ` ^b6,;<>2m]7Xg>D&/\k160c,)&xZnZ^D\~VWzt׸.zH2߹qF׆SS @OHWw!\ QZn lk>=m†P Á5+'Rܽdy&huAQì@ǗvJCOh˰[y- ]Y]`htYCF2(-)zOs2]MfX-EkZre&"w(:{$WE({ӏW/29,zs_bn]p5N*i Z !2e_6PMO=  $x#ɘtRZMZ IPl]xSBĘ P!ss|J7!at0D %9˜2 c8˶ohͨpcEz-K+rz8>u9t&OJ5 @ZŒӜ(wb ]gt79sDv]29$ma.Oyf]t젗M#a5^0EKAF(L)F-McH'm!fb_mw{ҳ NW,9d!0B>s RٕLp hU8vQV+zf]b"Y`/Խ}~ /8_:=#`omi3?{vOՙ[l:ڟf\T1{r8j<Ųװ/Fq~<ʕ Hi>W5eA'p?Ё|-6N+`UCU7,lIIm amRfYg+H&!ETF;/kv9t.ottŹUP#܏!Xu|,&a=+Fll U(m0ς-lΉ(zc0q3n^~DpaTkexءiҡDM2]oP9dYrhe'PRΞ%jbSfk.L=K$3Trq3Ge<㌜>2rq}ԧH򚱺 ~ uCCϪxZJFG~LI;DŽhi:11)W41(1n( rr*V1ms!&lX9mb)K*Y} j%s-Qt*x0p Dweg!H(ʲ yE/Nyҕoi3He=I$W] kC=Zt_9kΉ']ݵ**?̤VNb3xOipǸJf>@&jkD N;jSn;ʺ9ivpyQGkͤ!דXn*l#~bm[=Oؠ >[70đ.z-FyLE7Boi(v-m^aх/Eyi}u=`Hۗ^OsI?()s(DZD* n"KͮmN8,gd>Þ;nOjorR3ym=} q2% ]xcdDr+֧x{lۋE^eLȶæ]cW&ܪM&2HMkY'/"+/.&l.FdNץa_]Coc}&t=skR=KX\_5PILYQڐeq2(~!>esƄ&Yr?$rWޭ_N ]F#:gCsw!$Jt/D%`5*]ulK r D# 3uȯ.+?J /_!,5Jj05~^a+.ϟ {ihҗ}2`fBH}F6_DؓS xfrsHM+ ?mHpӷo=/bNGIޯvy,A$9 Fǻ =YcnC+bԛN\H~E4Lz0g01l/0 >$ ?qE:>$'!m*xbRf :ȋH^Ìgӽӓa!9 %8x1- =+<~Lو67_R$ !귘ڻ[xG0偲u< ձgc)x>V`(_袔虖}3P>gM8Ky<3ؔ0*,t!SCbDM<]x[F􉩵S$ h|4wG:JgөIe[rkgj OT-( Q,yu-jnad  V47W*t%̇`'R쇩Z^57Ev!΃ty1mU06Msp[Mɞ0?Pn0 0oe|Ik,3Lv`MBPA6DPf.`5"s-L~&9A !2HjHOp\-?6Jm0dGY,񕳱ʝ L^ c `C~dGF8:"r9;{//Jw.4/(ڵZi[E$5#M2>x&GM.%{o;AipGam7./-b ]>0s} GQH'xx5ՐGC6M1^ 4۵.YX+evQ|ҳWP-|?/aP~5K7en:=KQ$iC[nYVA `ʿƻtJSl -{" ߕ'Q C S7Rb;缴X%׭1Ç$,x_z:'ͳnG뎤Cg9z!Hb$N:o;p{f| 7pyՐjiLxD.Yy]wOn+35XLodL!]\JHh:zœi-?-blC;p!V꽦샩 IR-qQ>[P/\웄@~;8>aBaCOV\`_*tMNf/i1LǦA4!йǽ2| epŋIn69`@\$ؾܐ@~̥kؖ[/Sʩ7D!T?H񃑸X?TLɽR #yԆvҖ6[]fN[x!n&.K":+ hO/3OqcJr';J 4Qo=}d"HOH6]ՅEG+hI[6;qN5οse`*Y:$~cEN29S[2v1tɲSEN?Q5WY]'/cSr6=#Y43p(R4v]{{b德/"3wq-W0Wٯ#e}yd Ş|vT$!Lj)n3eaߧwxM` Ik/oYII98龞 3Mp_ɘrC gzfP\{[ xݏXY&=4| s9pLͪ_ѡO[+pigY<PϤ<i>Iw}{b|ue|p>ۜ2N.(Ld f| &bZĒW <(>M~} v2cӤA2)cQY[PKaZuS׮oztNO鳌rbwzqϖ@E6,%3Z}{[ _ci"6>L\Pp lFpis:LLT6;xdsx*<!͈_ Ɔ~ 7x'X9_5A%GUK 蛣H,4Tz癉/ۇBh<u$Dn2%SRf'Z *g!/*"4vUU\MYD/e,CV==t1ׯ~X= dviȓ^37\N2'u*mC€~dӟxLgRw7ą(=io8AI0'"w|=!4uCPFIT*Z zG"o3؞V znLjKa/* 8V[% Picf`,$(!nbt,A< >b{0EHfۗ dfU\f-Tg|3=C+gE_ʶlj(nz"i[v&;+׋'pQ=& ̩UJ4%w]/*,1Q҄e15GoX;S;}{ִRLjP&1f<3+@Y H2>avؓ-86S&ɖ[)FHZ.P OUQ>5q G2a&"#qJJYu)x Oлswqk']sIUCUC"kh ^/:тU&;QvQyb`$ q/'P oBwpXQI1vH_y!eLujQ}/F Ng"%X, zBw}]>' oZ,ɷVWM*WNPJLP̰@ VQC n (bGQ 3/f[zvua^:lrWN |و9!!q3-X2ڣ.?'Է. qՀyqՁ\/RT\:wLQyũߓձ@.h~+\N(G&5Be=SXc1e}'YJ_j%cmHҙhƣj#2^ʙ'-FPY=bx@br9P 3ӈ UbӸ{N[k,RfS,t5,$t+3D& Dfˏʱ6C30޽9T~h^0ћ/b)g"DC/Ubfk+ ]!ݎ&DJ dp8v>*hJC>S4%+ELu E$v,#+we')sC<@n#҈iUU3*OOH^k8TbM{™ϕr4o;5 Ģ8Z 6d;Bm g2Wmb3j3DVxOu8rl E+N‡zlf$oXaS81S$j&DJv^2YgWe]|]3*wINgJS9#R4?SWIx~?gkzМzqgY[dΕߓ΢z-={T_ޥ˹]H`7Y&n~%TZH Y⹩^|bp.t\TÍ p ;m,룒>M/yv+ôߪӧTsYoM'B"B㣥'nͱdN{X^>^~dWFڭ+ػihm]#7r>j5`*7xwMw1O8Wb4T 7XBt Jh \|\l:>V5;[=>'^4ܴ'ud=ʸRDD?hhPTqIJ,Rώ37|+퇂5RtƆ- xY&-HDWed)GjSRz1z yLJ"4Od&!ر ~Cԋw|2|_]I˟BGг+LO57k],e| ;F]\%c&χ9 nծ0(s̓q>9ir\~4W3^1n#{۸BCE iPTYx\$ZJ](bg!V] a}uM>* \jw$]k*/}Z Ljrk6"+Ne`^pD8Q-)v$!FV'ミˊe3HmtT] tQ`lv\ lҏzƟS dDJTZTʅU]ap8j]E ssY6 E<ꅋˬm>Fh KŸ[>}oO^f/b#NdOf;Ya'}d24'x}|%H6laR,2юo-,YWP߉="SL Qa1p$~VpW %` dşjg]'gc. L1zWCeظW QxVvGyM{/cGYx,*b7( %?QMk68ڢ{' Qb~-4d_CotM! +@"@1Ȧa|u߉ղL"HsΉ龇[0 鑏b_Cc҆/ƶYޠ6KUiK4~M4p/ػĪUGC-oDiL5ZDVmOJ 7{Lai}78"*%+ T3:m:,ds?(PS _t47p̀ |wS:֗k ˣ3a[n )"Lo0k+fcg{TsѶ*ϰ3X.Ǫ8gmxeg>DޱmK%ouaJ]}*S-b"|=jIA!`Ȁ| Cʘ)C$ t- -%dž8/ޱJYVx %NC36'&tD]F6+}1,3 f v|/Yi ]9sC0ٜxw+`UDb&ɞ;F.pG7qw 8 ${!7 `Ix+3De}MlVGv ߏ*Ȇg[hUr9̪l#ʓ4@w}(+ 﫺۴悡ua-TBc{hlGJ.:`Pʥʕ)HH; 4$Bk>>)|z22/!3qC&+l+oa"IPx8"Te+P]@؋w?E\p/Tx]@飠՞cl&QkKuab|҆~"7z_Y]0Q Fm`d-~`J^X;q ;W(HWlW(*5F[ _,b҄vWBT&bT:h^^F?V@[ .+)itOq#]  &xQ . =u"sԦ(1vckOXd(E;] h+"s@kNd!KB?q8fW[J Acm!5>]mҩ!7U;qISv,N6^\-G Tl3GJU?M=5fJ glCNA6iڠ1pM(/Eϴfr{ 2$ IN P68} P?)̸@z.j[B,Ŏwd? p6>u&UUk=\5>r\zC3Fbl̛>ٮ, ujp"zӻ]"d+U2Lsdg}R OsJ{8aƪ3,-^ԋ^\dCďv! @S0}alpt;?Y VOtע։҄WO-Gq%h5ޓM/Ĭtb\]pB#? ϲ)N>OH@~DyB!AbLOGXMΌB<:]E4k\ǥЀ[}x'Lɑuws3oCBMNmMIwh6gf;˄B{[}Z;L&T!'Jڿ}ol39`_OLu(0AL2ZQkt}Es,ЪPRYlf!I^'x ƿRPsM^ 0eC?$BvVhKyk ]P 23yeg^Sy S\Ƒ>[薭Šj rWLQ m㒤Oo]KvGF!Y-PzC¬fm2%q>&x т,Ҫpݻٽ5cG qz6W{G2t\ Bc>d>񈬲^`u*ڶ>4wJ) DN'5gw,A1˨S8f=77QqJ\씃%rFt $NO\PWp{O'/INjPPFA>~`4 6 hΰJLu%؆ޑ_:udv+0 R|# w+*8l 1z8.Df/p:msb%ɷ@#bBS]7K/fѻ$/%"N<[_g2U'{}.1Dݴ[0=_h:.4!K`s~G6~#V՘=/"71YhЅ/rb*K2<ӯsZQ 58XhkOK}y7_t#8wȲjSgbb7qUdB5Rk׳ːwdb+Y?pβMӨ`->PZMu.mvfJy )7"Ip-[;`0BI}~P;K&Z=0tn1/?9qXf^kR[rygr5t1%Y/G (Bglx\vЄiy;qszҲ%oA2UMK<%_qqxVXl=z<u"W RE&m!ȫx00&)6d#JV, p\_ Bb'Of7;o!D9PG[Q^ tl$8:>HflH?w?xSERk6זf*cvuLF\Z¯|vCgM"DKmO[A蝺H h榰O9\[/WTf/7+쌃6hzy^Bhwh/:ŽeXkvTcj.3F/VNjH^$\}O8y0&2WOݜ^5gڕnf ,EP=оKcGz87m\U5${:oIkGv{sdCg[ٽVB~V"-@Au4iD0*9UC_b@ PuM(:BΗ|h4o"e3-2ᜰWG8&vxxr3Mp}$ {Ϣi'^PHdzKǚYPF{z3eBwwAeW5Gtjż{XHؒbs4.pVN9yf[TXKȚi#Z3so!|h@2#ΐAz[/Iaa,!{CUY>rŠ?G|5Pg }ROW3[pǯҥp+w|hODtլe,k}(22ޤG+199_9fml;H7"%N ; `n 6&'wlx96VԐ+|ƾ,W$Ԣ ZMtq̜o.e~H U<T䩆h X?=Ȗ}/FMO g ȅFCjJخ(hZsV]R%QZOm'+&oj}tԬ# ȅ@b: P-heeXiK$)mE\J':+xxۣ wp׏G1eıLyo/}v)` V5DޝӜJ|f]xOԸ$A$_yڋڧ8MS`[qHr"ӠBY S qqp&‰]eZe;,iH[z,hZJVH-'AD,l\Ҵ$ #H㡛)l'_bGTnY۱G'Iqj\ˆcGJ!A *`3dt%MBSׯ!7Mpڳra:"Il@LI?_Æ\IvQsm b9N_m|<&jtvm=Fl.l@tf;ȲX:Ifi'oO㻠f jL eH-9*)'Z &+qkҹUB9ʳ7\G҄ݴv}L_cQ: R@9z!Jkhukoi7|~Nd/D؟i#tfеzZZӮ Uܦ޹綞~(m+m?KND{2ʨy7Wb6i^q(@%WV?]>RX0tĉJt£{:(wI{|oB{mrƙ`X1zbTZa;\˦"mpq=D${ұ/? 3YIt:ӕg aM[PÁOFEb(ށe[\6 1Ç?6J$&U%džfǼ)]-quQ܃XO(ʯRRX@#^:Aׁ`ՐmMCCiI Q,aV-V2k;~~D=+N*tkc<0kC]jR$vDI%O 7zOcyPn-tlBA|,HBig?_Z-; m &F7Fg~%A` w4(y$JF6~U+#U8\sTZJ5%ZaOԀTjL㾍I"|ǓB❆ 9e/Q^$ɜT.˅3n 5%K-; 3lAw( qǃbU G.а66^ NQy*Grz\y+5ŎlI-~8jd״彃@3Pw+ŎB%+SRi~:~_iΎq6O\`M6\btަs{632afU)߹ݗvިl#qQ 7q {;p]%sgJ9qѼC -֏' nbrrv]a KqqG/T߻Az7m܆,S=]\ R4Jw* .ԼF7\0PL!TؿWJipjDkG4LwSzW&G!8qH@tvl:m|]7ɄQqֈ yMK^^ ?Q%v+< ˟"$a4zqϓꠏ6r]ܩ20@gQ;8{)0B'Ajvw1J2$Ҳ][IrˡofV@ZsMS*qMB-$ft瓁*#ݶsGruSp `6xZͯ@-WA®G# Y⍢`RB>(xpr5~6%ڎL6c;VmΔbϖ:_ɝ]kTISnm խb~LJcJFCԌsq5ٙY5yf[JߢbV=(wj txEz ZD`i6~yX!Y/*ٶ]&V+*'首b'kzq#ߴUh R"e9\0W +DBp \/Sp<2I}y /n&Mܟ~ՈWGr[ K6}%x4o7)QF ^?^6r|v)MIg۽/LT!lgy+SJy=jBV.Rg3DaNqZ O iʌۨ|].U|;@.H3JĄ3H}4+ ҲD : QRU ~I1ԗd8o.tR3gQxV ˞Ǹb9qL%OSR2lv$0[<): S8{ʞgm%{U?׷ற>܍)rPx7%ޝwў9Ul$ǔuD^/(nƱe'!eq --nb!{˧7&s<ׅ{ՉJ%u wh'qCg):SV'~tn/ZPj"z?C 3]' l6̠:4(.\P$]o-Eݕ(hK4bg='@sѢ1H]G"uLln*ueZ~֎͛$Ow(+)#t[ʥ_db?uxj'6j`M,@Ё\UMp#ޢd0 i?bdIz-V*]sA M)Np.dTeaLUgh*B|&h D)#(6 waig1Vǫ> i/*k`k!%n1ȧ)Z׼;btp]9cݲ+y)@:Bs^h!kN*|:ل>SarOz/k:ҿI~zG$z֑6H}׃cǩo^ G$OlËܗP~W~Y17:^L<[S|z-.gM՛O h ݖM!&FΙ4< }k--ٻ(TDΖHp\wX|ϭ?q>mh|Nqi#SoP~ZG^-!5!؅BAQ1 Ւ bw6u$"'5eX3>IفjzzIц/;R,͛t^$hmEGȞH%QLL: -<;I*vWt}v% ͠22F-axe$u2@c]P5w x.2&Z@x7fkg;2B?|_ bVHz9U#"m\&~ F\wњ֒TDך( *3`*hMZQf _xx?! ̓L: 6ob\IRf/L e=h;C؀rsȅFb畆#z' C7"c} HPdWAfPy,i]ԗjVkH "$Jidߍ+3o׷ϧlAjBdIX|lTKʏ$*'wϜp{SN{"L(j2Pʞ~\Vn`<-`ZU0ՠk)Kgq+ `nx%3t>ad*I2Nhht#%I3J5O?^򿞿gg*6X3 CQs sl/HrHB(?بq|P=㷛f7Q=_z!L\h PW?H= A"u2Odʀ^FJ0lXYƇF1vb㔗 w >xNx[>moT0NA4W<̔E*X"p3GDKP>V{_ncܫhvnwZU8\m[v+EGu !.E44 kkȐS]4!P KF|5T_vd\ c[o—YAg%@\mo} ^#<J=C,~wxIRI=+ì&8HBCmԔq4dmsUPүLl|@cL`zd7'VѤ `} t~@#$F[%dITpVgGCT?Hm"UI 56+QnK]g2`"Ef͓; 7Ǔ܄oք:t;a@?39+4^>6ssvncƋL;x.<p~o槈M@qDqpp(JnM9{!e%&g\(lP6W6J}\灥؜_?kB:` \L[&yr2"pO˨X]ǃyH.9?ف=2"r~En[-j%V+CW rt-ƟMH&HZOVA\uL=M'PK֓ܔ F:J4{(p]"wU6D?sf)3; ~\gEے5mipkC|m+)tٕ]`,mثSVT?ѯ_[k(HL2IrWU:,"`R[s )#! E٢+zZ5# Ѵ5CI'&2%spۦG)s'sR}/Kt,e2MH2b ccJHfgIg\>DNhoRȰS eDd${ւ\Mo!z!,/TvPGcNo.x*\\L 6p|j/1OYy:!#ֶD; sf4G |-&28́ъ~(6]nڪ%^uwtnj2;69P9YmB,ֺ{W 2;ϝ0Dǀv;>X{zNp~ \4-z05c t-V2<ɍK.C.~)tRptijCĕr_Z/+컗Xmgjp"$dk-wi$68Uh ^l'DŽ$JLU(勛l׌)i B7>|? ȓ|mpe,z늩L_x>][Ee00B7lWJӊ?qFM˚iI(X%}c`^K_fii[Zw@ *=@nPM"O횛:Qxu]q>wBi+5J/=$hۗDH.M '(̡CSlضh+]ˡt: ǒ1v3XP@Gi-q 3 N2@(x\4S]||Q f}'$w#Doc'*)y&]Ң! #{QE!](iZx;Bes(p }ejT75ԠJjVHqi- AUF$#_s_,Ve^I8 !YܞR`]DmՈJX6 x,6W]f1ǵ^G)^],e7?W G X%F CS\sFT&$VT^ΜɀirgJѨo?i<I_@+r4UqY_ zM2>S#\u 5en¡֨e"W%u:}x(ƺ.8:2 t#*or"x?f'Lįxo>smZ--ɜqm|=\=H9B[7#bүcKh=X RD/r5>o|V+o KK@ ea{"פOfPs>B n6÷D|aqaB7ropP~6`{iU D{ueIn\rƕ PN1nE# ^ES3z ~PFq:ȥC:?Vr}XݖbtUzٚCFo-,G iB> ՊUb},+ךeV$1`Z@ }z-7GU&)ϵ]C)Ufo^B9і|\yQJ{M_D5 uud͂CF*Sݜ,47 x#d_4VOietKOqpӲ#8bX6A,[,gUHg =ô3\*̦d"oY״>"Y[iHS$v|p2 0vN;q lŇ U=l2r|HFD2=-kn~+t#X;(mEm}y_^Zm⦻8H_~]ٻb]("9 2]: [p&\^#0=i_0yjktU''NTȭ21!=^FmF ɡ O]Ҹaq1x—# B.Vc˒ E 4u<85 ט4{cJKfo4k#Q)g.YVB.aA2GῴFd-l[3K ~BKPG/b UH is X;;y="8.[<eB{1PUlnߠ2[KF6MF9) "U ';6ԇ ܏qtsQOl63riu+v.s7R_NZA\Ζ`T,Xm>k Rވf9[eDD:t" zCɪ ip森AME`*u/+ h8 t=Sշ P?*_'ߟIqcp R7E*v@-`j9h*M>X)og7eyRlxm.@aHTF_~p/C }/O@QY(bfeRGsuO.u| mg~e1WW*o30[[lg˸Ҽ@f|ӡXi._&>ل;m:*^L=bũf-E%E'>I@^}g>/1 )U ;R>2_5/MjQk&o5 2SGaaOS)"~-y.ihGbnt ,IݓM o$U.]7{X=ŋ)o$| *R '8Yp(R7biYN$Q:Դ<mr=5 dC}IMϨ/f6Ǖ@G]u DAlEYdT{h>^^X(/ S*C_Z1ڸ v%[@/e'ХXACn'FAp_,ݔƔ {҈(4 =³OI`ܵ|A"Ff-dUQVONk!=;B@}E}8(>/biBcߧGcXV`tn".5hB05S^rWؿ32Gz.%8@EA#xі&&jӜc(zk{hj—f/c2t%37wڴ]Urf=hHEہC$Ti YqPR0,R.(b$w&N?Z^.ծxNNsxt"W1}観Np~I!H~.2K̖1lŪWzѵ 3*?[P/Ԇx߮S0ڗ'xy6Ł4g}|';TBG R_f{n$J)z'Nw eil̍S:|uYPHCGQ2>GT>b[]sJ/s݅a|A߭@3dYV6~02zJ{ P'^:h`4՜@Q,w` '軺4LP4)#E~藲c,~e:TN?Aހ_X+oN+YНq')05:C 8~/1| Cvv٩* (IF"xoz?膽m`g-BX<1S٦.u2^:*knVPJ0&{6mؕf_π09;Lf+†y,n;;LO~ zQ?%zȎ4_PuSX8\|pЃ5auLZfYϡš#kK6.t kKǛP%Au{V\oޯ=2fNef5֘ŒJAu(*Ǝ*M6 fh_8%#u&TЃWcbb/y-.o5o_ma?-I r@4 Ncl㌸ T?_1qJ6uTb6Xd0yP vDp\Vo>˃|oًo> :i~'bg$d)kX|ӖYx@ +km:p2_GAs2q/\9 ^A}:bw? WQN" o9dm/&Xv@w"E}rTC _IsǞ!ʩZa͸~"kOZs:W%E~V]Ua\~ه?Diq|Φ;}Nbx"q3kHj: ){UiUJcI5{gT|]L2vCTiI4?m|yxb""c*-+< U mxL)Yia|LOk˲wqpe&!W C1QrYG|.H +Q.Е $1hi`N=u0 ΀GH<ιx"4PђÌr݊W[H-ߦ7J5(lR9" Xk~ C,##"a P zx+wӈQxJNH16i00:a2H9Rhl%4סL; &ʒy`)I?ܣkU%&(|ie`1&G Wш]{W2HBg rۙ}ݗA><2WPWBd];}Ao7 M?. .\7uJMXO|g5Vsua.7@HF/H6g0F(\U7s ]N/Ğp9] {/vqgYOT1{oN/z0A-А'3;*^ٝ&,fኺ_ӈ~\iH-O FÐ4NGWTMz^/Ql"8Ȏ%]uOy#A}^ZvW) #܈-̤vڅusa0bMak7HR/އ긻lJdpt!u*hg^bw"֗.zS\HjN>ō8 R{4l<' 20Yw!.|]?#mukAg<9ɨ-XOa Rzu;៘قu#zA Kc~8QҊHPcK{T+Lܲ/0eEA& 팣vH\l#5$rP`h)0FP@ XDVDx|:6Snj6oFs19/ 䞾,uaFlZA2Ō0uuҙ̈'-<) /*s}'9^ɮ7 ήTȪB\l4僛/Mc|0;1o̯#k\S3A Օk4#ź/Dڏ,r/a3BQGQdJhnn3 9t =u0#>k^(ؕK2r=QqBQXG왵2voF$zׂj!7[g_8'ZV+qRѰ<8dxͬߛ&I}.3!ot 㻤4OjLѻ{ Clj$7 q}Ux!X koQG@90Ɓ$!8kqڕNNk Czi6L`NQE[&N1]؜4/-2[͢U^Y_[\@LdB97}~@fLJ^1)6>qpn_8Z\^g\ EJgpF(!˜?"YHz͟$} xo\B"xMuR*°jxl9{zّyCf<_ vNӆ;k;t.* 'QfÏLBlP A!+;gZT.6(f@;"=h#fvt×}vsI I[| j#19kSt^{^vX#O%xMR8׋-RQv (wExSGIX6^a (QJeN'>PHBx#=PlTk@E['nLq)vj)ǥ*BF1[Iū#v`kP )7~W'x<M7o98LZUKc역J JJvx5P :!wiݩnjfkOy )Pg qPqHCF2Kt^9B1';eX TytWua%J̒KA/5ja%FWeSg| jqpp2bi Pt1=n=4Ԭ ^O$^N^72ӢiT|gP͟)nsVՒxP̛0Ơ ţ-Tַ@zt&V{nv}_ 9q5bAjw`6B4@Q9C0j̶n5y$b-hî*T0i7fubS l&r_}sޚQC=r >m/uL4+f ]X#8{RwtRc=0+PU;7ہX(rb}A˝3AZ_lUΉ0>Jq6~hLgIϹO%*Ec/vvAse'N9;OؿhenuT!I ;jks(K H?GrE#71e~"bxXQpwy;grl"^"ϳoANxg(=tAňF v@]bLs Nz-pUdѲuBBI7ruy.@d$/ 3 W$63q r Y*)-):bƈI#3柄>Noۋ8[)172P_9MUJt䱵(vu$A+˰k0*r:'t/ɐ8zվSX%(vnAF0l;^&BD0Nr'z`jRώiҖ?ahTtGKeӇD˥RKy3AM\R$hfGMދ:kD͝ H@7w8ړ8a7^|N3UZRUWGHIxwRFSXTLvUC׷yhG([Px;EI%,oCM.˵Zb"0$vۇ=b?Ϋ%G`FkRݼ9vS rχm1첾2wy h{tԽooЕo9"9l+JC\\>TQ~invA#z5*L =gCխ*fl9ФX/ *u 4h~PFB-Nq0jUëXPII\eeiֵZ!nLZ.\1^B>]?<\Cu]WU=7yL[9OH;0| ($Y*gm+CGF[.WDucE2=s 'HWy=;}G~" >Kͽsf\ x9X}&|ܫ#-2V`Jc`mdOVm`&$g"Q\MKo=[EHJ%'֝-I=vH %_W@ N#ACimvݓkwҍ?z̩l̵UB4uL0r<2gҐ .%6tv( z&3`rXИ gC6kڊ%}jb]Zy_[L4>Q"(Kg_N1x# A$:bGZs{Hl_.${cxC@_сYCM P+)ekm'Ԁ-BkSf4j%G&(ܚm?Xoy R^I/k  r޽lX^gL8 F\s$%!2nQΙfey,Fw02OmEUw4F#5(B-c#^t\Oq~fNtT.AqJ VBT ^ ~"]|^c7/L쪶TW Z  ӗD@Ð, l#053uuPga:7*׶Rn5n0a O;@X"-(qItޜaPDU%I\eV M|aqF; M; MmmO!D*c]d^a;Q((DT(j)BX), lQ }/"nrILR5@cTLt:`hS>딝NI/\\ea4P(g+] *G~PZY%L=v/ "(&b(Z Mxނ H:>b0Z]M:se-Z`,Ռw7Ξ\XmgkBPFWP8 ?%:;*0C}vRYKX˪^ @e5Noudhƶ@Lnη.+4mA}:0ѱHpBDt1vxgxN3\ɏh{w¥b+̙@ӷ>=ՇvZBZzS@1cqιg =Ճ7>P[ḿ`V&XU^8fc_il)o^ܕI JiJre, P/SDټ)DlHk%LRϼ*~ T o(` -&18YP9;ǂw|3Ņj}ic'A<3-pܹX P}sjjT\Ej5s|SfYOߊEtlf6*oD}Y20PEkY5| ۨ<3MAJ}*gQdrxzg07Q9P9LE&FR,=(P>FO}K+kg=s:G4_u ->$ X?Q=k:)FVkR6 =JEq4Nx:>:l C4ȗlCAӒ߽0p,_ޏx,vc:Q)E_~|(UJ3w»=?}F bʐ@oDs"K2cvž67hv _{vc~0ꩄX%+ 4MaG83"gWH3FkzErF.S+rЖ.e+<6O<AGy\)܇>ojqP.x8@֑")>U׆U3+Vv^(,maCT(m ټ`&YI- ]O!W_,)# ~[\i[|-i]%9e6Nd }Rd8W}ޙ <t!bc3Ū*"S@ޟ+zmݥDhʢ;dywʯ! 9g(qhyL>sJR>tyXr eܜIN&f֙euR;5OI =9ZSdR+1Dff=w=D(s9)(<^kc]Pψ+95ubzbӁsb" J%Yj;È1+;ۖѥ&Ŵ"f^ipU)`xw:-Vߠ;rɉͽ/gvߞaJ&yGEh!S=+P'[)ltQ% _r5ak\߲8χ֝׫yI}1;Җ{<gtT0HA ukT QT Ξf VuvrB'-Δ+O}kէ'2 Sy ]dNFUAw,C[ixT*E^Vd-Ѐރ~aP04X(v n<_8a+*$'' ꀀ]԰|}U"gć^TW=i7Md QGNl!&v[SSR'nc!}o%@΂yoFbr; AɲCxV:S9D6SȮ%%ZJ~vaq|V8ڿ W L,Jo\ Vٜ+:aQX >ُse1V~BFt=(4r@:E&nL-䱂Дˆ-4UBX&=pJDC5%&0V[}ݾqZ<،BfT ]m㝌qk~[ >5qeԺ쉞`5WXm<"kKGl~~^×_:Ao;/g#%.yeO*]`OU"%vav#yh< pz28|ݻm ڂV"UYWDXWIe?Q(F~ÌΞwubm9'r_jќ=d@ul^May5]y^Ցk̦{WOsQleD@Y]@GK?r{~"m mQet6Uy $}=bZ/Rޚ){aC޼>R}ku,a8^Im5I̩Wx] {+c m 22r+Esrj"F՗ZHte5R\;Hx%T#P_zYv~X| H;b:/nhokFmS #1UM e+oDM& 1'?h,Bu [֚mx}_ٖV4{-00$3[S0vP;=T#:YMm*ud*bSz~QgVugʉ okNcPR޻'.췩Bg*++mχ:q\ϱL&EUWѐ>z49#aO>U efF ;4<(fk4YDTF&,؛!Լܩt1\ 2Њ'ݽh~v 6 Ȧ'B !r"#.kKSBɬM 8#ଖ)Sq`a%Q1n>HQMX3}Ny[@#wf*󖮜|),-FϔWf._{.VDcwU ^X2lӦGM1~Rb䏄k!>,ԗBRb6wA@puQ(]U}&䴊>MSf@[YEJa%e$mI3C;O%5WZVb{\.BA/릴Bż@FmBe8_1n6U䯂:{?;LdV5R*.#W+= UQMkxTdꛛbmdj ݍ7yR||>1D(Z]y:GK[3!Awt;$&`Frmi˧xvJat,{73E*iof6"ǿf;pk *CI{k`^3 Ң(lrWyɀN[|]Sb:!J6[Ύ3c xT.yHrdkW$FV+Kr'g e͍S̴:}=69- ☬z v  ;C/ҰA_۝׺"샰s r7>;/1%!aJ jF43xĜ9D"t4*=rdL!:6YV7DjJpkq_u®Ÿ_ 2:lM} d$oHmOdiXQj{y G-۔WFrVu'NeN)+2xItFE`O1RJfz,Zam'#H#cH:ɔM.agk:[upH3QllpӛM o/*Dll""kapQP?iWp\h5 XKQ7΀?bq 5ثCQw{ ) ۇ|J*Y=W}L&щU~#ISmo v Э.t \3k4uf??ɒ6[O8g-? ]]^\V19Oz+zO.I}gS4p9|0 ÖarύG s}I5^$TJscJs`yM-?>e{lMnW qTnQ02LGUo/&]9(}aӦd? ykΩNa+'VzSD&>EG=auKqο0SJT҆P1mdRb>Ov[zӏze[{!3gǼ(߈2Bɩ%#:#g%u<*eTF0{9R|)R:?=';3Lxss٘J a

nX^/#@'R@HsQPGy|0kݝBs,pf̺s>.γ-[hyQ x4&6fʌpwͺQk {Fl>sO I%;TДj[D*?94#[Z{f+#"?eJﰌ_MZ|#7 Ł"|Ի/$*}OZd<2EOg2d5dJ}b~{"g_h2QiB#+C{aƛnq ۀ6[0'+ KnWۛBizJ|% ]z1:ݹ=VCf"3Iux-.җ:8is`(k6^ ;ZxyWI,XSᙪrWQyUjXJ:l*܏2ؗUN$wNŶ:#RvCd )$u:8iYE}|dh8{z&u!*Y(z0}%%p%ϴ04kՀ!P B -YGӴHwď5вEY]=Kw~%s9u? a sCJX-hb= qB"1U˕׮>WԃR,YQ@>PWC~4Bz%s)`ׁ) ұ_Couf1 ER m 9 W+m*P55;GjN`b-bmakQ ! Z yd$}ruD_?3 EZB#@A%cMy'1ȕ=LV 1t"g #2'?[ w8p1mI'3x^bl/"'io}:P {k`)r,]E747{4 _$IQ}7,cw#H]Y7j.[`JY/p/oY6wE;l7LCmA#<(w_ jAoVB3&JKRKl!Hs7E;|5sFOZ@Sؚޡ.7H_5*BQ@)gqH2,8M6>t@=a쓏LZ\}wa:Ә/M q 5ҥl;*Pc}6̓C ׮y)PFZπyJWXr͙9P&W'N}w#{Q 6Q"&!sZFo!U.h: ,Y>ȷ ~V<#;4g*B 7Yj0q"ywoM&+`n7C\z֥-U`$^#R٧, 'a> Bs0A%*ap°|Z&ۯL'5f,9$t&]{o"^밥Q}0ɆQ1磳@-o}n}c0|Qӳw%`\۴DlhA-H{$.ݺ4G(~)VVK< T+$wX2A/|CfDRFJrbFȜ]?q/sk^g!c~̩mEJWp#ٚsZTq=[ޢ:q[iSdBIz]!20,]& \u>/IuU*I˷6\H ̿A5'3᾿|P3 uC@٧KQ T uBejZ M'l[$>%>E;!wi?J%q+ ?*Z^i~YJ,:f59eft\ sw]?i$e^,zH׈K6aʺύmtz8* QOw,'Խas_Yk5^l-ZVAX,%|BӔ[+X4z8O /Nk.\'T5/Rne{ WGpvub WBǝ a~gMQW|zu*?Tg8uax!<4 sߠ~]"sڋ7u|>X^Aŧ;G]ؿgHTǿע֫Q߻ y泯C1٬@hlQIR?Ε*So{.~MP\T_-IFPv/3 .W;-odGf`&RY(*Uum@Nlqb@{ܢ@d 1tND,6' q #/Ru"*o!}!nYZfLoySƥR$]<·*l}&|oE<4ՀRhFEQ{~xwe#QZr]P.[IHXyJ6`Sے_}'4B)ł:VJ}6DO/At<ڑ}?!ZD3oGAZJ ȝNLDB=BxLQZaܭ6ih#Rnxb,ht47c }_$ \@ PZ֕u(3uYJ19=8z'FƋy so/7[w~5O 7T/c" s=y= >.QpIɃ/DWx~/YhO5JIi~P$SCAvQU'7Vvjp C:vxx)WrfVď2+˄RCE*i9AWETY+1Skܱsl~Hw ō4l/Gt5>T~MJ[4/>u/Ǿ-W@5zÅ1Ap7uXLOk4$S++0Iؿ3n~$#r_cY0iPQVk]`h.i𣖰^h.E#9ʸq@h0^=&tcpahB+MYb%x8͛HQj0ӥ> FO/+mƏÇ5JkD)!}V?TZ>Gn* 2gxW;y00sv#@TM磞D$E8wL*Ǜ Qg ef&DwƴRrJK, ag@P~qn1 'fdk|I[}B.7bƛlml^Z/,cWh+lY$92ߠ0&ӭt|ӉK-=9@l9* ur({Q^׶jkD>z?zb< 2)e>`^2 PLy6j&t>`o%Ǧ5BG16c~i54%rVtEk/J_tqYQ&?xߑ*Sua+!8r5IQ-(; |O͐,;c£,Cy(c2kxnwCsWc̚Nroi4Ɠ TIsZkREot=̈́n ƋNcW[0>xg59h= l}< 5InLcH7C(6__L ҲB3!dvOIB@$fx)n&fR>}]ߖ^!A{r#}0"S")H괻,5 }y/`p{llp\ncfsX1H{r=tiQ-UOU+gRlY)zzYy{Ygla2I{Sa4M;uE]Kk-Yn} /\ԙa]CW297;O=r9QꄬQq;qX{_<(:df&*Q38.Ob,AH3qGwc{I:Xj.>_7;~ٗj;8EB-4ٺ&\ӡx_sq}<+$Waa1 gfӢX',tb2ה-Z~܆@hrF>m5!I+M83H#Hv|X_hsR}%|W+ϯFgRv[ bHd>mȫvA4PRkA+"B]$:L2װOՂ݅Y̖6z4u@8dރ>mj@J`Cs«B@FPd3ӿЌ|mH|+Ie#SÿaY{ge$9U29:Fd:f;4]b9MJ" m$ް,ǔЊOW~% > z\ۋ9Js5ԑx7+x8u1*k.,0 A)2][R+fm|ܰUTxe/EއaGxd;37QٺބSXa@=i`t QQ>T+#Zq?EVVfk $l~D.>UUA9+,s,z{d6-jz!n.]{Չ[-6O1Rd;}*oAUrz4lƂJ(\e(갶 [?^McVɟ]g?[@-"j'֬|Oâ~*N9ME@y5]OZ${Ka;B$%!NHWo¼gPI^?Q,uy!f=/@V-[\}bO8j5Nk{@cuC>+'3Yg̑y0nf7v"e̅߸ba%~krgaPlv| +bU,o"|?-I&[] Uy&սh1NRT;x/7R 5i~\W?K_g d∑0:1S5&Mg/׹^t8NYXPɺP~`ΎP4j o>!琋Ӿ i[:(F@Mo3^+|]7U )'K2“o -8[)]r8H cbg Ԁ^UO,/(}DaTI?5Y%OIg set![ྠ^CElt.# T}͛v `~b֔66hj 5[ %څA‡_C"WƸ.y!\9Q-*l{6Dy)dkU-_) ?FņWz<\jK Ga1[Uk+['$. ,dq'h .焤 n'#9%hBqXjkp5Z$$Z@mkx+@_S$xdKq(YZ (Dw Ⴄ;`\jL5D϶bQRdvv)f8! ArQg l#xDqth.)Eaz/s_͚Դx&Z}FA.z(XO+d̓ǭ~5}4/_} Q HOA98㸺㽓.H1{ȀQI)=}%5 oF^!1$XMݴ%0_ 0N`S/!)2,&hV̓À_]_J(tϖuL-qsJ,*Z$i,H垹{_..>5XDSEoM=ݗҵ@ߏ4B 2w$k}g ʡ#c?6k FR\0_˴voR SQe w_i .ևMywhW }*"_v>r{i[J8!~am$K8݉SdzcX̐r2\e|mpu0k!rh!G=봂GRٜ}9 ꝿmKvwk+|AInIZC6sbe8,'TrY{OF>!I;@tZloJ\q$;x ]G7U &k2x ^f"D"LTC~f3CӚs6fIȾۻC ~ͥKbrU?}7x_ta:79u_mzM2SDYԏw3Va;> s^zQ^DlFV+n;3ʱ:rچM?5y7ԚR |r$>gjDQ{rG{^(]X#QF}iв rS@ ֳ?3/QK:@l#.ͱ; Zl_H `c_лgf07ɗ8 mI~ uWjТÎf6%bK\W,ӽ\d'gAj8OzN.fZ&wA0?q)6P L o[ ȦvAk-bNef!Rk%/xkM 𻗽Ұ~ ؕ%1iI4'ʜWc u\yV^˗_O$c܆:3Dﵹs7>Ģ?*|>Ϝ[5!aZ { z`L~C Ri"GoUbU,0苘'ڕ"p Bza`O,o'ICݗ?7+F3VJ"$<9?z9! KB2G\nuS4fۃ4) ΒxH@/+AcN^RI\6hf 5"P tvx"QFy:BT35WM>H l"^k?ţ_t  % |BI՗a3N+0m0 lID?#@k&ON޺ͱNlN[7 mu~1z溜ܨy۰l.GANO} jrF6tt,LD׺] !8 \u'>f_7@QO~rsSc2sVpˉӓq v>Z9nEk< 8."~d'ג.  6-y;#縸7UOEo*۹:_bxʊֲQ2t#-ZYOVJ7?Y}Q.+@n lnzӗU!RvhU)/`}OX[I+!`-Ns2Уt\S凲UHs[ lS)z:xckaKKAk39&uṫ%8]*'Iz!c~Ih߭{1ߕ˝=e΃)4A"STWקPy59@fm|;P XbiM ea kq[YT!$7m_>0R~ 0P#z~nk9=KWBh%]Cٙ Cֻ8j-\EiO$NLAVD&F#OOT2k֙ lqBn.A&К\]fc-KR>ZqLsAK+2#ȭ,ZOvLo4¬uϿGwVjNlڶ2dԿ6"`1%CDWXroJǒ$d÷MӰ@&DrJ9<^fηWnK'1}#Id?k4X޷^LYbY?UUɪBe1o 2w{AҳU՞g1[I b oƿ*V;~m.mR^o}s桯v44|%#Rg2JK4 WRy72gE\'+C%GU ɝ,l ͰXF1 ^?tR2FLjƳE؎ͮ(W5+l'8:Ha%Q VfidIpdРKZNBSC 0 U%`a A ~b.tH a;$I rg! /|_+}r/3x?-wb<WUG ߕ ˳sU*̾ujǩGKƟ>m[-g^CvڛvY0H8[;I&'n-L'Dҝv\Ѵ:2 ЎE%COwʽOyW3) s—"f/ߣTM"wMYVrK#]g|fJ::ոcBܐ$"JȥtY牷B'8CAO䝍@Uhe8X~ Yěw&^EiLh58EK^3TaLg=}4}rK ]_Ch`wKVKT=$eG,ǂa:W'rFp1?$IRw4 \cSĬǮTX] Kĉٓ"{"cAqKU4;!?-}K$2ؠ)bbZ<u1w/R0GJ&Px,V|v{ú:X Q%jwjNslp3ۮFnv,pȏ$Vl<nCsjm\ܰ˷p3?6ERZb减r^cY,3{]/?c—,@` MÔTE`erm x7! /)·d$F͎j)gXp'_@jBuԥ֋6S qTXB fkgE:h(&aҪR"aGODXݼt8l+v,+m/AF~]QP[Dz7=!HT`KQ-KBm+ictNRUE)-F91t(aNu0qD M:"U!hN&b={ǁլjwǠcf[<Q7j8 3A+MHaFqڬB}5f _ m)9L")8ޞzʡ`N:olhh+MxqWjMl[i.ү@(Sc@-CC9*Ww%$ VB#'[9ZXo #;xА1mVWui4J*"T(XWWjӬ_qD\(MlYM.5n^̷N"0-5 E{!l4Jlb@UJHf_v6gHŋcje> T2b  0Ja̖FU%1!|DE&~̞߮gCYܻFfLpPL s(lHTA@jh2ͩzYW`IZa|Ba /#| n6k祊7mf u8T iDUߌz餦܉~҂:>Z>MUpمКune,WSoCKzgn,!DH F#9Eh"5k QiL̈́wˎJi%CƔU#Ze׃˔ (|>!I.U! STݚYcM+re`Y)! W⇌%V|Wz_DЄt9ӃR .ӞYrB<Ƌ^/i\N'@gf$ae-Q_t՟!!IY(fq ksRk`2.($C. smOgR`\bQ٧nNNjܿ|@c<%}WC_O|uʆ$KkH@=og{/CO` 9a#`뗄[tƀ<3=Otv ϗ;Q¨,젷2=\~btm+4X@;=w/ tkZ2ҙ;s$66kCf<AR`S5" +poFf3[_ tL;[nքLyu߮|^?n:x;O3$ү'5'bTiik5U5 {S5J>xF:^, /U1r_vp~_!C5˻3a#B|%{ /`UGՙˊ ~L3MŏQ‘<dXj@j:r82]o~M62qY7 xfuh5+ ;nR퓧1FGq dl GU'!`PoGo>Pb0!C9qH6dbt{5a0)F/2<_0'wjҶ$2-!) +\kۍXEMrCVb3b?SmQx#L)PI, Fb9(NK{Jw?"x z통݋-:onU%a(P 7/ 鍕 QS<yV '#10Z(!먿+_^nNә+#\h ڵn7Fՠ\)"&&<dr1`y-Zt.<G'R6$;+vyPv.g`fn$8Ьٺ%n-LYybt`KpNPf:@_⛺DbbAx#{n` yqujd11ilV-6p="<-`(IE}1ie '@y_,14X.- ׺pU$>pȜe.h;kAFy+\ =PS12Sꏩ3fb/j us.ح|xXS9BY7YςکM.v5^ 5}]AsF66<ĒPp\9WnȚFaeB I`c0܈ݚP^Y|Cjk]sSe_K1:||WW)SVލ ӻ d3vB7?Sp݅{jbb|*!=}VT*Y;(MҷplFrdr(-c3(pQY;ޠ}6 6 =2qab(3iLkD gj6kėyFA+cfZߡ"\"|,u :W}9>Bo] ř~">_?d\j[!hX>uQG+d gMYJ@l(^%nwTV@O%ĩBɜeH3&b`_W-鎸߱~Q*w*lK,T0n\ݍƼA 6+ԯD[9JTI!iua_yfp"(ۃE|$tz$-sӈ wR[%s;)"9wSBŕ[Ju"FjX1- DJn<'R2er=/Gš,yyR{l=w5`"cFw{w(S'Ns@$jW=ȋ`c[>:YZLZ (&=eL0'{k&SD_}3`wӄ4kk@1x]ԅn!zu~3֣xE,us[ޚ3tR^'nf=)k\phs{'chD,D T顧NkF>{L׿J8 F wj 0g̒ Xr H;]Y>i2ZAV\zcbJB^lgWlׁtH\u&w z?V& +[yCm[R4ir -loZکn\t} Q[-p 4d>2pOڶ2*Q켣s % R:T=*A-Sl%ˬE;fYc$T4Jɡaޙ[Mm0*_WERz-˱F@Z42qɸķ:a-H؜œH;eH0 ={= Ѻ/dەTFOT.юBh)hjI[!*6ZV>*YDzm* WԦOۄ yrwaٌH05JdI>7&FL֋h7t!v)t1>xC=׫ OGQNNN(9Ƈ/# yhFYG5- !isԑm:<ªkR5L ‡h/Âxʓ0˪aq ap͵2s񑷔'ۜfJ$2I˺'P8RWD:H F5F,}ؗp.։栂:1y%4 [ %(BA@ gW(`L&;>罨AëuJYΗ3he*pʹi㱉HOt m~;:D?1+nC[}_-Ȋ!^ iMbKh \r&,݅_$%XkZ[o#Hlw'ΈFoVnkF[(J4P5^iO.4Sf:@넍ka0Yf NCJ]+4dvYk,to4d*M"3ZL9-A /5?YƮ4uylM IxpICGJf! +Rwr<-ЎL FHe.1FQT(6(yM[ey G۞۽9֌6Qh&xÅrc{ͺ ʑ0]TKe\Խ/<=F!n UڨʖH&wLdTrr a}Pjbmu'eSǀ]ms |jyaJnLqm!Ff~>yHyd9$5]6ނzM!!a NE+1%!4OOql?1@9*ަRݑz5gSǶdWrfmi ,-zPht't\=I1WϪD89 HCߔk/#2?.*©pV0ײC|"4,pm3/[]zyğUhy{<M[aYZlJG>1fuS7\oD'qoSR[ v'a'CzB/# z@BʵM^N ĈPݍ"sOil y,w]<* g6_ྦ\كb&-TէFR=@oYJ(ataxo3FX}ޥ(ce;#YMdnR)(qл/y{?a-E|es.JiD5HtIELo;bLZ:4l"ajMPza!5V ?v ,*1GJG-g-3<玃ѐ99?d¤ztjПHH1} qnO`~r %Mr h kG o9uRaD{LP;j(\pc~\ ײ@;)aE] mr1* kGpmc4\Pb,njX/ Kg}όIav}&C[Ϭf_FB.R85n?a ᢕ=pL{^ MaS[F,z8}zNFiP bI UNƟAG^mk"Q6ϝlΑ9w~ރ'̷RN)}T!\-ij#tcږMm ߈A^&hVܲfPOghJv%Bhv(FlIe%[߈(.&5YAgRHQ1db$JU3j-r+9#D:bLpMt>7O,}$*9iX9jq4 s2 >QUzm-ZZKޑh2joS}p6*T].'LR`Tw6d!TS\+mBH/`5s?17 -7Z;պaDM0U\NjƫyI+qH8u$8m55\@+@?|oP_O&`Tt<|pKq:D'nocҀּjo:9w5yx qgo 6C[ /xJ̟ <ڒVg^)Ȗr>sc72i}fL&j+Up s{ TӸ5rK"-3ܥel*snnP[8OYWsh{lpDqJ|P Hh.8y jR/8i& c&nraU^DoFG`WDfhuZ#ճ[bHլv*bAyٖNF,e C}ς-"6$)aM_n>oi!?!7]Q+Toc~ geolz M컮>~Ot_fw].y8Lm# YPYt=AcY'QID]o;Y(e/A(/?EهxuDG%mV5W3ڀÛؑƖ5]y7._d;O";|MuڭPxm4A){ ;ć~0z!9 rAUwbܝ#)cn?Y*c_Doϣ~pa7ݨ=j)f+2*м^FBL7c1 ˩_u!jb:Ch,q+MkmZ9W%/#HUQf#3vfe Ő?TE@=aaC1b+ӯ8ALwؕz?F\IƙuP򐁛 ]]r۱두V pa]rUX%qAw9OPmw|32;|IhJrc?Fl@*(֪6S$mة Ę%uGD[Ѥ8xTFȫzE.W9?o-M *< +Sga@$۰FR@8 5}:8S}4/*bt4: R@<Ά9 LjƒcVyM¬æ<`Z@H}c 99?i]^ WŅȐ5&ZšCb=>]q^!MwQX0ӞفWRk-ʞccB!_ l>:fCs@\+ëRGj{ "RQڲ9da(if ,5x7;NouxdYg{U_U&/YC2,Aҍ+ODZ>|OXKg0n]ua}вکV2_2:}iK팻}k;2ֻ[ 7﯀Mac%Yݩ^]/j:"?ڊ|me6վ+N*%{(@ؖew?AKEi"YLp W\dyxYNB2PӷU+iTWjth>̋FG$!l(n,al:b}Y Rtc"/*zO~5lmM3>f'lJ>qq>=dZBY' rT7ƒk3H3}Fؼ,-t jGg2 R#okDAء(;poaV{p_:R?k*a u4"NdF8Yu1¬(_gڻ>>)1FN2\ gI$`<a&t}> C^1|Ӯ;dnL6mR[Ԉ4I?}ԏ߇V <ȒTs`֪`cr4HMܝz urCyf5UuN$&N`}wIr\nQ):C8o! [5g#j|s`GFwɄ avK\s|k4G8o? d Ro-g4D/E<9J{| %:Z+9*iFw3׎+Ġ 4;i}03ٳt %u+GȔsm"\"X$x?Lļrm'ы!ޱ&s좣j T{, %qUB;WV!#JrꛑĽin -]ԅsfu]4!X:ﶰGS=lRTEjWS']K0S֮ r!E3a zwwQDXD7׽CO") zE|T;Ӏ4ʫw'f1 ʣn~KbɳT)0r5cj){`ǢuSN\3+cHG Ed> |)۶ C]īFFoΘԑ|ZS'j8 8c-.=V; `[Q)4>R ׼(RUs}+ Ƭ@hI#dq,`~ ^FH 4 QӊSz 1/Ag$?~B0~a'_|?tX̚֐?eYP0:XKF{>Yy>srD7[tkVŢG$$nH}p2V¥2Tԫ}_u$8 R=YAhF>+eIǟVoAOϬ;8I3E4'iueS9NH#a$[pS/U?<~LVE\|ۋs6Q7K!:X hgî':{)V@$){Q8$n _ ):Y/m@OnVl,<x{pWZ.I,S"a8UT/5 @')&4W#N8ƚ9h>rN* ]EH"d9u@ 4A<Kyt}OW8dޡ"ԍe3&0uʊ`PӌB,Dz'{ APw%3C֖xnVSEDlVu 6Pe9B{DAz CUÜ+A͠ P5U:cdrGD | 5K \#w;p=:qJbC(Km9X;Oծٯco3Ec(ꖲ+d,׺w Ð `dVjTZuQ%KY 82q.&N;3{biϚi ,١G?0dwx*Kp-_e( k \BǗ+uGԶAW}Sca+$y5;b  %=R3o=Őn㡖ѺFJ_IfoIwNaP2(_lC_;ö2i[ILԇ{mշ(K IBP;h-`jɡ9$rxuZt#qoZC09~ROoٽ]?er>؝GM@F&N7J/&!~)[`EBeFpRԲMYO`|Woa!k8FQmb5=),C:uN *3$`i+K\FU]MLX ^~َYio ]b98R5.kÕ_w0gy7Ll6qr]o aeɊa-)UՉiϣ&fԠu)Lc8}K[- )+JLٽ'~͂6 dCfӔ]nʥߪ bj>}U Ҳn)ĥ) y I]$M~i;3't hXXTxAǶWçdD"@{."6L~Xf˵Sɀ̘'dPZȩzB6:%Mji^LmmA5#!_Z5< ' s6x|rhrewɲVT78,{jP.*Lh W:D0Џs1fPg4?s^7rZ-wswlv71=#=CjnA-oKS/#x+lS5Y7s>4<#?M ^9cNAm1^EO@w7PQ&mʥ^IʮNT͕YG] $k9=NfqEl)>8l[S;{ E2W*j[n 8O[Us(i<67 6Z;uEݓ$쟇]<^)w B0x c=D S j5uݮ>aTXXq4Gق Q-'?l-fB20fmZd5eY恅&F1#p{37J/6ː{_B z QTX2aj\^݇r#يot.9oB|:f|DACGdmmK vPpǴE!$U+n_,l_}c8[D"=wo<4}#K7_BٜxKGt:ԅԚ%*`L}/|?SsS`#=OǦy'Q"x,y{UZll36Xf|c̈rmS/Cvh@.p<7c|sMFx- y;aTr.h+XGK/Ӊ I<,Iwd`D&56SQE ]hhUB')ÌqЍ_Pڣ%yu ʓ1ێBb_}!VJAmFVnaP{@MˆkR9䗐`ULK8$rYuKnrMR6ExG÷O7ۖpy픩ax8OV):uJ!Ƨ8SmdYB\H Ν=v!je2L?W)F5Pq]^37{*[YK#麂_0!(*Y4Un|_ }ymnmL Y[> ( <;Wrk!2Vt|]8 _u5OH\dlG HYG`+4AZJŕ|6\>(3¡$Nj.`>:;*UD:1y֞vVW:OdY hQ0~vЛ#3)i8|m 3\ e|jy1LR턴t~oېN7؜6R-x1S7γYL%f&q-uH 3CTje30򟈸W:| {넼Et Qmjzji'm-书5@)4 ѽʔ70m-2WQn{hh>[i,1]^PqOn뒀]屲wG>Gc3rg$ Ez?ozb,3 kV%]ϡKK,3Aʟ+DHWրӗ!ÿl/AN!?]Z G#Z2 ߝ s5kxh> soW1ey~qMH'W_ܺr;awå%]t(z JW5'.s ,X$~W?@ µ ǂ^14[ITiΛbw2.ڋguN؍p4`,K>`~B7S>)+ Y1e*YzΫ5[:ny/GfVh6__{H2h45[{jΧyvqP6kr~Q7h3, i5z"8i~?t柠M# J[z.H_u\;$L@ 1cD4~tT1b ggSԳl߃0c&#`m~nɜ3۟hr/߈9 ^R'[MP>Ouv’nӇ o!rdt]#M1s}B~2\O&bD6i؏#ީj\=g)Zz 6v5؉uz -?WKlpNHJAæLɀ.aB6lj$Gi?t ? sI5 Pz˲_cpsSj1}VC0[+mA.#-2t9 9G?YZIّSZV2bܗU BI\_#?ae pF0A?"HIYx3nkcn!"g0;B@bP>%؝L[eJ!t TE9Oe|<|nCTv% +V<,ĔBh& 9:HlK؛4[H]mrx[}~3_^ƞxYuxΝ59jI[Mu.Sj›i *]^;Ahz6JKsůy_2q%D$p^{՘g(uؠ#AW€qH|3y8}jIߪG9l!utOisdg03w}#q`sTOYtC s:ܓ0zN|V:~p/Pʿ` 6q^6R[]>jW@~ 6kC/O#5#;hv11fרq9KN,}@B%/.=l8^m3쯄25qՋzp`W׈* X6lחtqA'I8 F/#Tk6(*ҪV\i/E ń.Noxnl&O%XY>F43q(1(_r!iϟC~DX"E>7fK+ D5ØbxjdÒB 0ӻǾ,-;ye(2F)<#I-WϤJ~!@N$f]%[a(VT7&BJ-5L+TIsRvI *yӹR,q\#2Ng6%A`֚}٭>(:Z6zSP ܩ51NliLd[fU[(9PB/j n:SF]^A-i8A'o?-V/ jk#[+;H&YKI>V @i 7EQ Ҳ/i_fk>5 bU0oۖßsi~GOӔ:4$: hDR~@sޘ~lV 1',E7d$|3u X$uonFrdBfBdA] EBnAf B{ _W|\ lK{{'#O0M%a=9 &K|6109ӏqh-eFwkg(Dr̫7tfKnc.˯kf{XC`f1 ~Z^[v'-jlm %l PMj#L#;hp+;=wF^j(rr%IN;n,ވ,K ؃M=J<7ﰊze*`8kN*rϳbq&[á :wQq4 ,s!U- >hF^V;ebSnB<ݪ5` M16 VX?;$J];b|Ar'7 ;*lz.Q#6ƌ@Z|-y_Kbrmu2鿴 UZAb* ɿ1) &@ b=eQ&g(R;F3$R E|K_guF(Q w]$PM)i2L}##ܟenг1Zи v3!7ͣ6 N8 31(N Rg[/."/LA@k'}Dg]ǂgpmij>9rxVz0\영/ yj|˳3LհUmD-̤p/b-^f 4 6h}(G_鸣 P!o>2e [}dJ+St {܋?!L&CFhV|+\t&9R>KUz6@wZ,q"l1[ )]"4+m8<$@1n"YFO9^0ز@fڷ"F9觲↽Uu.Mr>6nMnfxE1jPn,K8þGꂰtgQ*!ӑA&p}u9rA1KdwM?^I)G@wJpixZsPbYzlKmi,nwZN"0KpdV^dn4CSevEy̒q.LvٕdS̱C3HT W 0FI|5ZӤGDžW=&sv5`ċ"z{ZL>Ix9Z4UAhsp ſu|JXDDRcadͬ-5\/,4?_Md|Yï (UA*6Vƹf!*xi)AQz&m<tT481O4^{X]  #1,cMMH!L'SX@G/qdP; I<;1uglqM<ōIt_*:%?K%/F")7)2:7w]J2Mz:gk^tz3IO\?֊dw`IlI{PgS^Ss띝"DM^!-s&xJ-$g$ך&&]_\H:`Uʴ Æ9{q4>[jE3\X j`lMo2B9O 9O>Bк|(Kqm i}tSyvҨGbLa,SQjz@\yZfB F\AƳIo9L!227tzJP3.]w JHphYHOt{XA0!0%~-GS - XBoR/>lȑNZJu#X|=S.4;(l%6߃6gL?} eƥ4c0p:;ꮊ eܭ! W2ǩʦU 3y"o#,!KW)Cˑk)w%S~9^ۦF4O~Z n_bzyzX*a,T"56m 1v]@ fhݬh)ŏ8۸ꏆzJq6dQ>t1monLT:?L)˃qյl_aѹϗsy%|pH|pFRO )nr/S gQZtxö`Ԅ5܆b໻{i6)!x<ˀgvD$UN7 " Q5lpP*m\/euJ`kRFw+{?R@ lVA2Fiw@ %tMZ4+t56"1lK C]o˘Jǩ8ɲvж{, (Ϩ*.iӇ|V=&׍H5f=Kl^z|[o6SciH@.վk*BZZxA f QcX[DvcLTJG%>JҨϩ.܄ Ȭ!H ܟbu,\vwyر 0yBaiRCG+NC ᠹ z7̻n*g^z8[ʡqBs=:ziR֮ߖ%\ê^[믾?q<g(ǯI%Z':WhRthM*,9)KÀT_XEb*Bf#ͱ9sփ)y̵PZvgTAY l`C!J5rYMj!v릪Aeu~Et?8z(ۖiagEq h12ͪYISyE0ؗ~1EuB˩W&47J̤O.i!lP3CfX/e'sL*Z#le3@$a٪2?IxYF- zO&Ħ|wΛoktcB)k0/^dJeyR6BD-CPBuá?# >_('7JnN1;3]iooHMUF8%{MG:@#*N, І'_fPdMk;hiK,ۋd_elʛP`Ů&_!UQn]]i忐%Μ Qڤ]BxӄM H Km,aHCKj|`"7S6#:BW7`NCPzp=T룙ѤTz(!zb@1T8]kkgaP.59{hDhCq~Y׹.fBdך(>B Ц_Jr{%%ފWA{Qd>%r^hLbBVƷk@~2d[%XzZ90? q 0k#Bjl笀pm~-Y ON+UsC/463ydJGar‰|u!Ba=`ѯlIS 9eOkGm=fln-gE|!r.cSFq$wP!#((%Gbu)M㼰+݃ʡiOE%dȴ 22Bo-2gEyƧ-rVTk*)LbvxMF>8iCrbOZU0WV),o)8[&9nV8Y gh6tT FzPo!KXø-91 G;)joĽHJ"[&McW{}>*ewFĩAI" Hǯ3>DXƮV+Q!a^LHrz z&!*hg?^s51*)BDG\6W}MMI}~XEr򙧧#iÂh0D54̗5i`7LWPxPԭʂ{7C]2Raݦ8_ KH&*F{łU gԅg;:0H?OL8V]>4Qa6HQkdKЋA&y4=>9KLbdxVvUTҨeon~J`lXN)* ;)+~AGPc7~DYx ('w+=z \}92e]YRK,d Z>M '˒[BZX_95G:<}tW06xMSS޷S'Gem!E %hAy03=DռvB¡l+{Eˎm2}#^BpIHr-Q_}$!2_zJߦl_OC^ 3 G3N;mG&X9N&JZM^GȂHF`:6oWGT|bkֿ|S.o7 ;8hᴬt1J9ᘨO>(u[%k)L3'RXP0i dYmJKX_FL. ӫ&Rݩ}&i^lV@+pX0"9,ypC~>%} ô2{dLM-~b|=nQ r':FҊ]Od~׸mut5@VnI6Dʼ{a hrlTd:9"+w6r$py6z&乊":nqM>mQ:U娷&dl;203Gf;Stpɿ/L&7L޵` Cpil w>,齻sRU%1$ːmV3vQ:v(IORɞi&wbpdvm ܳsb ZCFID*{MM**8.fp61(!ޟJ(7;4=.onB}o^j}hrnX y0\tQReEB<+5FeͱRڥ%C2Șڎ{1V~VxYҜ Q֚qPw0!x?pŎ_4_kkFeװ L1,XY1d`:TSy zRB:7ȗ~Uo%d=Tة%)Sd5>Gpi39H!X6*px#ӃtEane7W@xԐcZy֯ȝ0Gc3R.Fg02נFZM4ɭPHQ)Yz F! LN~-^ ʄ8b*7*3sq62|{ڇ}No{7c01:ݱ=@3̡?o&1V|QնرMVq3B>g}˸i({,f& d4֜1|Im*6Ð?H[j I'u;FD=} MWtLl``=u+aאDY:8}z*.o.Ԙ;yÛs7爿~ֶJYvme31Hrغ߽@SW8Uxp]G> vb*ˬekxlN;XiMZ(4 [xk|}IA3vlԫ5&{3Qxf\s;|6qs tD>fp b>wxaQ t`/{ U<]q`H\,:u1* t qw;r){A0h_!w&bR$bw;?#UОqqf(5(`$GO4"(}9`Dk'B UKUnN!jD x='ܹ=@f \:wwm e/356{sm&M2MOj +>~\B)--1 ARh nY3 EwZm4:])oy 霖J3#Rxm0ez4~i.D9?GSO Xf~+0HJ,}>w젘gO3:"<<ɘRҶ>Jsw~]Z/}m!]P|Z>W.\!e85l'C33h5nD(3Bvƥĩ u{)V/xP cPn#Ϭ6qB>2HS\x'DEO^jпvAĵ<^.PWHHQIOS0=k]udk,dU McW +)G^ܑ`[c~ :4I4h vğXiLdЀ,默ДD㡝Q1k!:{xd$<# >N-8DÒaTste2F)GE.԰8vM,װ[n(He̡Bw~VP3W/L%B^ֺ36{~(Gy_t{&.BlL򛺌ޠ /y(RR" hP% D7,YV..ed%۾v%U Yu*j0"?lv) Øjs֡gϪPo{ =# W"ϱj  8ߊ\RWݨ1s֗q3CD/*ͯ}'G>J}ʅ gRTdɾ}3s~hV /o 6ȃ]k^BJ# P|WM%Vx" qx|p~LA2wZBS Ry"U9Akj]_u2}6|HNֽ32:Á%t7[NUdrHiv%Hbϡ&Vӝ{r|?0"/{oeH9+AEcǨz4ʠD)zOzvP fzGZWH{T;P&_+򟨒=UEW p7`9$a. +-Ԃo;i2:X,0k 1E Q|QI~["v#0,$G8sI 7zֱa>%%aȣ}-ɛ#0߅JOqnUe_$Åw@\BܺK3'P12r^$2塃[T;>)* Eh6Ǒov?"%DD>t&ؘ${pH)%#4 г>I|eYhp`)ٵ瘭GIMkJEE m  x}^Wk̓5* bS"uij RdkUx\_˰9ʅvJ~̑\ԦYJummGa=[[}J͈v[q8.&MYk& KV .j>3:zDy@[e4tN SpM%̔7m 7iiIEha !8}V랕=x'Ӯ }y5T m[Z aHypvC]䪏H^Qߪ̣UaK41Ul&a*c OւZ(yo?8zK d Z#f?2dS=kՔ!-Бc-Pe]Ѻ)r2p 4Q4x t,S7ZH@Xni5vI\fR:@h{p0SOYt. 2L(>7lD^!s3r.S Gmg-Ȁ390w"ro妔1qlF./kR+ǫȯqMbMu. ݻm5],y DVSH9.j&`` -BeL9Kod?R}g(L79בB, S}R#|#\b۫[ O >'J#k ^]:g~.g!]=ΨN tcpFѺa/HvcgODqD 2?#R` ΀)+)jY6{&gr ±w(l|/#̓uJZ- Un_kHAET~ܺUG| | 6? '30tC%[XV!.N#E> 6%@ Clz@RmbEPQM$Zkf/E'(,'wռ @ǒVNCzB7Nn֭uRI[d\#Gcrah-xze E[XpU90Ŧi[ΐ3;9@TY;dw9Sxa~czrbcdpWV'7 z8,WV2Ҩ.|݃mgvY|4T?n]?KuaQ=wPM_=ҡ̹ڮfW:>-g7%x&NHB5Iz75La"/jY¿Ӹ0nP\1wOjnŃBܦ:,? yD+U+SSalɉ7C)5~垆T[DF:~$iry|^_YQr&qA4|"s/-+ż`E5㬕N#RE.w;L*PqUf.QgqBTwhLl&;[ЄqBM AEt{˳~17Sڋ5[d:ƪF'4S[2[i;nr׻Q`/d΍]z̞ƴ5Zd ~nnɇi ~Zm[zthXtI4UNa}Q:A9m8bݕB f`m8D!>֟tfŽt: 5DOO));<.*bֻ6DudG8an=+Ñ8 $qZC osF^BN}NL:(B<^n\/4v),x@znlE;,nn7Hsl`,> ɑӇy՛5ytK,1}X(۰PHE:*GUORZC)a1\BKVHUf-x:Y9m{ݕጤ03(ݢ*?,= :#Hp_J"L=i wյMFȬWvnb8*m ~9UDBh&+%CX^TN)A(MA{z5L,djh{=beK%sɋi 9) +#^Į=0׀lә! ПǷ]qK2':VDZNܧF[%6]>k53ki'b614]k' ~Έe7-5 Qi%n6#i*BsS@'Q3UHv_Ru䤋ƦM+AlH~VUo}?AS>~tYQJT9Ծ43B;(3ml3WՍ,iexˡ;Az ri&{ *:N1In/Icw:]p-;&4oJܢTVz#*@[]0\(TGd|G L^nđ5>TȠү.xa|{(V c'<͂ :o&Tm횻G v htǬ`F6t]Hf[|jder$@C\ˤ]9S[#|1Ucn +Zd>Jub4z_uӮɚm {;xRiULSxZLqPn|O)*>6O : Y3PUC.ʓ7ݍ?x.az($YPݢYdG&idL޴0ֳt#ގۂ0/4 _ibQ=u^hk3. c`1mBO'TSV7Nߗ7հD]2AQPwk8;|K sZYEU'%aarS;@uns}\h阋M"U/_,DA }_`qxx0\ޛUreKxӥ&Ěyn`i;U׽™1]zIE)kz鳀tRDlJ+^kzEPںA/r֐2<.l&s9.9`.η`'aD;.wiȮྡྷ)v|OM93 CkZ_yKg#qLK]IA6fF H;C',/=o+a[ݕ*y9ؙvǞQDm7*x>Ab%57`][/X`C3H{(C<,_~-|#A8W$ѓ))Wc}ב+h6|aDh唳7#u'L 6sP" ,q ?"8~mX }(45 3zY9Aa&RUfG؎5Z^1',ᕪ)/s' »|{Y`{T6GLjdz>6婩8k4G`ۆ}_hm2cxpXUSE^@ui/Ƒhľ秈26!/!_d.:x1)tHC@Qlى|*)`9i0$d@ Z ;“z݈qjg 2h1c!}0z-=xot硚÷OuD*R0T&y;?vU*?Փ߇XD׿0cՔ(3 |+hLBx<8ST+7 Qvk]G؃}uJvPޡض} Wi>WGӬ=wڜ/v4|ZX2qy$ϮZ㏎SX/kZȲ*BKI7to{ij}⪀>$~,zG6A^WM蟳1`IrUF.fM,8 .?%aOߟFmCM֡gvr0(}eq׺@1< FN{)Ƈ;s36ݰtr .doA4ΰuuM@mw{M=5,pߡsc 3 ⶄXUgR{8*!YR1pGk,y^#`A*qoki+܎ 9 7(,!,1b1:n8x/ZA]7EsT3iuWIp*g=g.M:G@_Vb߹#J$\Y(FzA$LZMdޜbںr ʐGD8X\6ck0~(202VM(4 5~c)h<.*`ӉKYĹ_qOk%[,nY*"t jNK3sl.z$ϮG2j\,Q&fbS ˺u`M T`w3j>#-d;їb3Bgѥm5iPBmbEý0(菃b_|CV ՌGbiaL~H?2v!* *4#p#g5b%ov'Vd Tyj/BE_WH r~Ap&) {\~Uv }F೪G Ҁ%SAA_3뛭W˽-aW#`-ޚm>p_%ܝL''>=Wu0A>* `*3fI_B(_1CIRdN&Ϻӆ휮z5«MctW=0Eb~^'+XLϸKqj^m^<3;"NBy% KQ.K^9/gW%{ͅw&H}xw{{>!T\\LmPiD˟)Ѯ"xWC(̲#MRD.5TF8n2M6@>]fUʋ+e“&P"%B6mS P6)ul'9Ş-o8v˧0Irh[8Y7]4dOnrL>X=OIe>*[C6Em:-IjJSeW2|&IݬGD!vs.r0,_ a놯hQqY6^n˞ؼ8"vq{r1&ɂԂ5޹D2Cu:k5-U]>1AFJ'wNPkr2މձ_қ;™+/ !M/ !3Gv`A&[!<R_c9SeAEJ /b_s Ɣ+FO .y0hQ+xpW5 RŪu 'nZFfQUJޒdbx#g)77I7E_*eqIUcPp|.`͆F Wo:B߮zϦb&Hm#A0o s 4"R~gƞeaj 9J;MOXc8(&K̋/w枝՗KG 'glYlIS71ʾY4a ,$Rn-^$HVB =M\S1Ƹio0|(¬$Vғb:6b/J&T1MS<I%2Ol+-iUq L$uk][bo\34S$~*-~I}?hyk)k޸$k>kYEǿs3 .3+"u5GbŢ { vo\=xP@ms=bZ mAE)i ,~)XygBÅ0T{|]iZY[>q%EggMYU6u[) ~w/,<36 R]k`dvm(]5?Uu,\!{/,`+qf^E5ekMSH,r qCOyM! z'PMjn#^Op,z{WۢO>EZ}8ovC&{Te!-./NSq\/`Ye( }=\톇+ ާE_:`t,;@eq zɃ$-]S2q}/fKZQ2ڮloXFHĈMLpM@Q6*AdbӧȂ[lOTHC#1)w-}f}ˇ*C{I~˗50Q2})g?|_fנ܋m;9[*"|y }Zkތ䌆,y)L `uwSz@?଺p-pc F Q$ -#Q?]>KU%Wtzacn4UXrQ#f%QcD<71] 4>SoA|{HHV.YG ؏X de!Ƒ 2 &ٲ!J:U>aN?9)D1haqJ0bh0(^4T(>Nc$[+0VFå\[ pjh4swh\7uP?6V0gLJ·lXJ?3g4!L*/AXB_DX.` sPUt Ǻ 911F<":PyCSAB3hri'f["hb%Ubf+b{_^A)Xb_NYj. lψ`+]עL+S֢NKFA6|n]04_l'LO 5dcy^US\ #*HH ߥ}2Z.Np|#1+ z 7LGu}څJmS:یgcR6w7I=u^Oo_nަ$:}H_.j. !(q% /ܖ8W `s}dHPhS֞qT .90( (QT2K)z~Xb<~PhXaiܷ}WGϢͱ4O9dq*T?賈bE8"jf`!k#໏&(t=(zfN}蔌Kʐa ;,o׳kc5l+c =&;J$LUf_8!`,ǽK YZ#oJ* ]K\۫.NGLst%)߹F$i`)8_ GpcWjϼ.Kbk##DχdHwйsg䔾5W@Mq:C\5ww<á&=&ڎ[ r5l}t9ٯZo1->D,'{sL;k9 3g*Av۷^wtuV1X'kexdB,QM㑜90o,뀌V@!A3KD߮J:h/θ jJuOH}15'4WEa׸kb I~ Ck(ҵox1E3dES{+^: r ^mO\׿j"*ʞ@ٟbZEāE,0ږ7utї/49G)CQܫI)iM.gLv)ͰGG D{bgqgrYӘuFN|c?Jgv^x\e1b6Hc|v' #jK/rzX/U%4X7Wcxׇ}+@xJW 1+sGDZ-ɛz 7*+7Gաf)Fle9_[T%>SKs AB U=HToYm)?9 cP)6z,7Vźs|;ٵ-ORqvߞ27I$(#7ѧe;e_QJ(d/3LuNc:mKn \"MWtػ1xR % Ao47=jL1zI<WÐ~sѺ2|}=w4-3,=MC[kZ{iR_Sk ej㕙|[q2vjܖCo6jNFb%2>䔤J-Ҋ/)Ex!`}RYQ!a1XRy :||2?| {) h lD/@ۆ/8 LZNAX".'Xj/gZ4GpMY|'ZSH,Kڍޭw3nȐ;Z~ T$nqș tBaFQw+lƠYLWǦF=(~Lx^=^gQtW$AlCr'syd,+<ˈ.U+h#=OBrfE^lRܽiv S ܔIQvq&zMKcKܾ} uO.o(?7E0^Lm~4&nvxx(-n/r!@CB,53\ obhVޮhmIqլ"g#ڃ&1\j\vPA. gȤeR9Y>N5wVG/ K, #"AAێ"&j%N5lkyӾnHisiqBL49l2TäH5h;4UlC|cȊ~Ϧwn1t CX]KDc0.b cWZoz6KAI"HWu%+@/%E5/.P*ջrvܤyW#GtI-W5#@Tb8iarIɯO7ad`,y~!!YB״ѭZPnW$⊅ ݵ`1A5  E&8Mk,\XahZ.*Q bF"v(qYnلޅب׾94\>G#xa.W%EKfr9qq B09;4#f1v>#MXwÆ.lנ0pZ1̡w:+z]h_39Le(盋q&8`8pԁ]` ;22F򳖉~5UxgmM&HGV1i^VќNSO_Qi 9aw3xҳ@%V( ׷j8c^ @@H]LY42/$8M S8pj>u]ÑM]KtM,oOu!s{ 0/&Dܴkj}]SBɆpc^R;X.D`pFMa%=,"nq!8?r%w{S^$ *?(\ n-bO_.pMϪDOP`.(rkHP ¿ 5++0nkV} Z&o[NglőyCBǘ[ܐb}F&r my*k7Cz5$巩Y۝SM_QhXB6Q WQbDZ.J_'lJTUhW'Yo&.]Y8܎\ ulؙsQD=YB*|PySef,PVTF] fADs"rΗ\Vi S>iȪ<54gc稡} Cy,2d5"!_tAw_/S/ОvLm*S>9(QP̊uOF61>LM[ )/!J>cm5E <:j*> rjh,Y6E$RhMSxzDhX}Gлmhvh^rNz TkHK X+ld8Hjn o+D}6B(ӶX/uƠuC69fp*) JJ@ha9r^ 9)%ͦ+IEK |{`(ӁCu+3Y#Z|MdTGP0n̗sz0*{L ו־|Vt:q2bRMMd$3(o %AZt-p,wә ωiYc^:6KI#N^:"4<{ vm;_>h!2\sW`YFoYO+k8O!h2~|-ǩNNxf2J0DD$u8=E_|DApɚ_"X >aȋ w 58:\Ƃ ^@gO0we9(eHa`A{Ew; )"9ѣhZTx`34% M2x\,†ނ!]\xTjWC;ퟷO,hBj+jr{(=ófTOKn~4<=Q%O4l!}/^@%W@vZt';,if4_A}˧TTJ.*FUX:it:O[nyOp[ Ǥ-7׾PtfkIݻ,J(CcM5﫨ژ9Bi0w]\ &ƧvQqR1@8aɚ㦠̷xx㛈J;{\HS<]beKŲ-gMGh-P5X m#2a'BFΣv>bK;=2t(?h%DqEi">ovc}f:ݐ==e*ۖ#ɑ##;9bQea~aR.FLKg>y!~trvz?b6,yF{X|EoNN5,qu r&Nk_jlw_ Sn onsT\N\ɸ)4O #gMVV&u !! n_&x@n[=j.['GwsҪƆحX.;TD'Sˡ_E|HuZD/1S<;8nVV =?R:ՀwnjmR1k8$LUۢA_KVlzurBƛ(3H9IǟkJj_1܅MS+xI![8*4ܺÙ`u Fz$df%r]2T^+upk Z2: fv4>Džz-MZщw)b%#/t! g'I!~D4S7%xQ얹8fDVj$#\T7PNgȭ 4Ν6X1_8ab'pۄshC3V1HG<7JOC/yPH69ЀTGWiEʪxފ`t|.:pZtsO|sœKj@8jR)Fb׸ ,)%&F^u0RmP[%nPzLA+T EiܪūLB$} ^JNQg\&|QKۗhw9c`N!2hkDt މ2V W.hI@OkTdP@?yQ՗wU=;9V?J~9Y dMlLO-( ~j@*U6ZEq LsdQP\)d]YVTq[4qC?W%r"8/ %?0ѷ qG,S:LQȳ3g'ܩqVAj5EgDBY )x3?/&ء\ }<7ꀢ)& Ř^|*+?[cD30TK}>U0,}o&ĭ|G!ߋe7/!/h4ZVOmBffnMKZpCL K&^.㪮ρmq[Dk+g~[*mp oCyʄlw`{!a?(; Pmw-bs@Om`X z$(Qc/7 :,:9'$;](L-}O(LM:DL `ggM" v۫׳uo{y0= h?=ݼb`$QaAA\V{b266Jͤ%n3Cx#µU؉WW-7kAv3iR74ϊ?8'i>g Lk:?.DKUl0h} !l'[ѽc @N""7%Ny"p/nDhOcvUWgFLE/~cTn/H9II)^Sh.ؠZQ|_}y1TK/\$[RԻQ}2*6.oto#KgG->Vz[>!WhY0Φ?BRa;a,XP; E>4G(ך[5¶n[oVA6@𣋥s;e9#俹2 ڞF?ա3ݒb[Nn%JT6G{Mi^2Yb̀T숇3.R'f+Vb𹬇!n0*$0$xJ6ѥ8zMeN៚agJz :|.6-R#;`<gY4ljNnf_j xּ8F"|bv_~ #UÄ[oh= D&ɽΡB:4jLi,\yp=k|)6OP٣(* Xd|}jo 7x?x|KlT?qqra e/΁]Fhj{$.1*)'#tfO`X1uYzfQTKm)e"| (cdpZDtrP6Wdѫ&?>?CNA7&Rs \X!u6tdVpe>Ā猳5־XB嗫$'JPbGΟ4釘&.8a_t}Į#b[]CCO5&b!H:aI#`aVʕ:&УowѰC!A2x`T|0lCKɲQɾ̣6 ,,qQ S f:;&u&BBRxf]13cs=wc:Y^(er([f,eH+)vsm6m!֠_'z $d~LbʠuCuND/^% C7ئZV9j7/RU7٦ðhz⛝s4L EZM @ 7*O񤢻ga=0!_l. C.>kȕKKUOE/^b97!C GBJS_/Bh%:ȾQ%GD96lk !2겼dЂ f"eU#a䀟 AvGp);rl&T1}MM'¿ɖBj#h~ӫ<9Ȋ.Fo[ o3[:yrlԀ9ox?"ǂK6̳e: d@ !QQ{+`YO}oo-Zh۱0k$~CiN ۖMG]!5.A~D'wvMn ?p:?&_{aPӏ$uأR`vpZOh_FiT歟wIs8ֳ3<%wFЙo- EZ7AZ;oסbMqF8F:&H]ܑ$z*S&J-O&q[9dsS_)JUעۡie:27: m R7' rb{ZPn6 oE9~,( [Ӳ,j9g*Y EYܵHgW+xR>Bu=De lc<$4{3~mFַSD^Z43kzX ֶV~UxPi뾳j}=־ r nCs `p= LsRzX_߾%=Yh۫9w"լz)e?l,]~LՀ`<:$"vCqoӀ{ pRQ| }~߹ú}4vz29)xT7PF LXs.ž.yu8TLJ{򁂠}@Wta~7b~6!hPDdp}Dr+I{8hcyC)3D/WX*,Zi/74lܬ拔*0Б02@gȆZw3G /TkEV*):>r Ў=96wM`P9-JBCϥmwJ1JV/$ӎl)gѷy[?(w, )Zn MT$;Q~QXqmK>%=̔;z*Têp{ul.Y6X&3FBK:"^  ŐKHD|xO=zeʘ'7ͩQn$T9mGSyb&Zm6]Ł[xR,0SKGzxJ]uc6~t+TQ8U\ >Snrž;j6b8w>JJ74]6,g[. YTcWv mK`|Q]Ya01f>_c~ uWBx1R! ǐi[Cu?p?U b_X:ʣJZ0BgKU8˷+Ǝ V- c+5L ~ܶ*gI*ӯ=K Q9ٌтB4{@+.H^kzejLĈђ3|.4G/R4bc#S!]E :5klK>Ee֣  vbVlJwpl$Ra"&W7҄:@&9ll]6)G!UevX*mG>8}`I} x6iFʷŵS/4XuCxDܖ#M$,3i|Ǘ?*#(gnwIO`Te"dV8/\AEkxuȊhqش]U·6~ZTXE0$$rNܤ?)3ĎeXN{7*$169?Frg b!OZ$T0)WaP`y{iOH>j;eM( rL>7]jsusrG2Hշ %cW/0v4 7. ӽlAe kn5Ewr2_\{3oH.M , 7ݶXg߈_i\`ӕCDM58M=t4S{/oT.Y< ,C)sCh=`Z|w6]ip).k&lN\/wbHzqظDհŽi7FON ]'AYljs,JЩy׼N1aJ\K1_Z A$?m]a_Gϝlb;uL'ߤbf0Zeu<+s`(Ԟ/%EA]i@33F'h]GxV_pcLE\[/Mi0i #렵Vs=6M'M6 ?')@KFQ<8lTN/3]Ju҉u1>.ђ|~^~O͌QǨ礉qs$u {C]GP![I 6n=vq>*@(SD&}*9Kvr 1[b#ӊ ^B8Z?_`t5pp\dgKYbWFf$qKsՓR*LVkFH[$/5QRY\y.Xo.h(+Jma\y3Vzw UX+o7M3Qȳ}ʿSf斜Tz |6 ۋκN_7>8VJɢ#Q3Pif{0tK1( aJw02hMR|篘:Tlxߕ]Y VS4KSռ.&4 J!e;|wNe+&-o J_IGvGgˈ~=`A0K<7buxieM(߂GY*#U`0 % (t֞r&irv+D,CS#iW alXJF>O ZঐRM1u7t1:>9+~Ve$~.nZO+]w6o_B+)zDse 'Vw?-d-/Ѥ\=H4Kq$;)ncz_ƕd% ڬ#8BeW5š 6Ƅx6Rj #O]k\yՓ?"K j(@ -@Y9HFU;4*͆@h2A #.+"OXtۗ;[IᔟMk‰r2c׎NUȡ=QVR(ȃ)ƷEdʅD>F=yQȺLr-2X͔z"S}r*; N 5ʬi`>Bxfo]AvO\` I4.~*+n墛#ˠr-Dߣ"+cH\ 3K7fPLLٮ?ǟ!=̱cg~Be-f214Z<mA'KgE~*{)-I݀,c*T^riD^-KMxx:(QJ^UQGCHh+HqqUA{u9L )97#Tf/t}s~pz`0 tO cqj>~kཡJRE$Te:1B6 ICv3[[/'Gծ֋D- n`ȍG<|!"6 4[IuhmcAYKP3_bz!b_m=QP~\( ϣazpc[o__18~In7]h/%$HQ,!+lcjwD(s^{[-6ڮ/Ae:ܳߎ43t xTA,؊t)4 WXnȫ*H$ow%bu_+a͎^=s,H Q'-z3 NK%jyr[䦦 Y_oQ߻ԯh$W_<7oYj%ޫ5OħZ83N}m[U)ZZ{UoAzz=N㵂R嬷۽ۑ]]E(ցʰ_jIE֬!=պAnA.\vTxڹBW?r[ҋ- ̢sy.m_їPu;"QD~L3e#D4J7g1 -ˆIF7IhK징7:E׈Cڗ }kMOYΎvgȩf|HKE?uOG?E:i'Rw-Lnj@J׍eOPT3M\,2ǣE}I$}@Q \#Gt}< '/=џbCYwPVt؈G^RBW?Nj|WMc3Yդ$t~&xJ! ߵ>B24^} @}uMhXnP_N7E(2Ss|Z)1"_c9I-k #sFg`\z9n!`8} bԼ P@Vt.tL ouq9E\ 9)$q(S+]gLSmN챺x2POs0W$~c*heI{s6pkx2[RxM!m+^s+,nz=]aaP 'ڑh;аeLɎ"dI>tзZD(m:dh'BA#VOɢpL`DҢ|Nc$7cna٥'V>KC{(G.@{0@%9[e^ f xH'~Z?nj$:ʪo^k6.~>k K=A*NՇvu .+EPdpI^P}9(!&@vQ)4Cwd] tQo) o"?YPimAY'͆:I@ϖoOx$ixcxJwȊ?3E mYShd:%6DOh&cmMT'XU*ȡ!^yQ -5N'LqV"ɯ@ug7xRC 0(Bِhd| <3I,(S&Ԯ^pW!)B>z_w \PP=YFYcts.e:2-|{+=zI Pɼ߇02[H~d}yQ:OҁriB,>_T` ̰'ꎛ`Xf#A X]./[w[G\{ G8N \׌\0Rk{LksʋP hY'Gx5@P6"?]0w(WpǏ3(XgLb1l4!KHÍ4z6(s^ K;.nܹෙRrG(j*_l=ٓK,ɟS|$;s@46P;_W' (J鶷06?덖KQ+ozCJ8 X"85-=F0G?ƥU+U9Vas&/̒ 7xBZxQF˼UAmCf @`.Zi ~ ,*(,*6R%=N+k ȣMIDdҤ7:@I29z]bjsko4.d Н~QV9`YEB/90{ i ́%9 Qޡ6z)`|c}[2H!E^ʐ5k$E#&lKv_=7PTxɸq)MӧED $ lg7Hc%h]@ zx25T9 C\_L[[X8Re_F ![53݊3JNNx{^W r~CI,۠ 0 KT~4 &o,)<#!˚A@ 19+Q+ X Pbs+CbkŌ: pz嵥gIŠv?掚>M쇠X 传h6mR»V@ w?QpMY2^˜;r[ǖT2 ^o{,f7-38AvtpJb ՚m-LV@L9皩OԽ+ Zje&,%Y߿bXE>[6ޙ;E\RzKۊ1#N3-"7e?^: khJ= xFzXdӷg''Z dN)?0~6"4cWfnwjNώ>~w l {HУ`9AfsEZߠ0 ]f39 z+*ܓ-_n7!beLü -`VJ _ph ur¾Lz*u<*: T2__h/}Z\V_l+: ސt |w\ƀW*9> 𷜸Ln98l{Gm[ ^!qxg|3PhbzOMz.NUw^\q]G]94>;T5bCbO-ly[ѾX3i0gPD6(4w bRB>њY_S6顫Yhkf S""/C0\<UW(2|0Ϫ} RW򰪄l6*;8M[ف.♽~6/ K; UM͈MR{ͺtLU8S(ڴKXmv@Iv%Nez·_ϱNzBTa Eso:MQSW A,u!>v ɾ$pHqc-LW-׶KI{{0Ɠ= v|V=Wk}Ăf_d#ҳi*)^ 5eZ_՚aEε@tYŮ#ol!WHn|DNiUh&X3{rf^0+a;  6s]Yj]^!֍uLV|dlrk44v2@,KOB 5SZ5H^IN*$H(7ӻ-qlV̅7Sq,=,A*CQ]QJo.ts FHLdrU:mn8E~Q7TD.AŗV-H!bf\Q ش 8#{o$NR#)Υ4M]-n)~4z..p"%^}T̹ʙ< gXjR~^;X4\mYLNd:ꠌ/%x$ 9i]Iξ﫡|w 1Gthgad&J}k ρ"D>O(Aa`q(@`{:Ȃ+}5zECO)Btй_+*֛Icc|K(~5(n#D8枹 rЈ6kX :6lrf jT 'ztPl<#.D 'uK0sEԞ$*L9bu8;i#Z|D@<^"Q'Q~t1a/6{MG8or{m=mgP3K]@GL*\ލ;M)&[&H><(3O 0]ʮ°LKN* Mġ^^<Ӄ!M[[lLbN7HمOoj!ԛ{ XfqtT3¬.y hp̘A:f&9 CˋBq@VaZy%EzE 6Sk +9߸y.Nx9SJz 9~'C3U>ea O}9lcL؇O .])o9 RKUsXDI:aρxnjPN`{3-.U'a2VLۋEQ Mh(jz@ e;4oS<{)9SIS<|1iNG6s|KkH>\yyu 0_uvK"rNXn4V<U)U'bt/406ҸXsnc\aߵILIFA ݛfT 8ׁvklѯݙht6#H)^2"WՉ-_$V*$6(N9GͰ08U\.8sGxH*ʦ@qsirM9 F%8d=ľC&;w|6P*9HxIgC"Zoԛ=ڨxOPbV'Sj1yL9suA`I1͆祐&^hmʃ =Yg3nh{7PqqVGt(Gfqv#9?7w"\FׅtXEUdy92ԘkZlǙ@YHG:5rDѥY ^~+ }vێ2. /&bm =M])X'lB|nlĔ¼fVaRPR),W;$Jj6 p'+`{&&+>[5~wGv%4= 'K[m 9@&0M>2ad 7:iJSxL==t &]3X 8c8D+ETW 58UZdz(6Mq"v"N~t~î~p F8{8wԘo0s5ܔp _B<2ꨯ)aA>CJr:ݔ5͢wXG]vfOIOIJ3 V>]ج4کǻQ ݇H6uD74R0ifwKEU{_NB3tn =+4=Rr BJ[DG٘YȤz3CʻK8+MZ=GnyVRh ȵgg NAFg!h{\`/1 ȌhSjzйRIjޓѧ~k2_i8^JacyKd?JJ/- (I5}E| D-R|)T`faCe#HMCiEE#2?{A}U|^CsKQSe [O, \q<EK'0:dlJj/rZr*Z\PZu!36JLOnXh EI3EvUEwbHu/f8rkk=Tx1Jӫ+1A|x6&38=9kQkPEXPm/W\7p b4HlGa ˤTf.:gT×l4V!{6Oot]t><=݈OPO"yIdԸT*_i պ#1>dI'2W21p+qK*Չ HNG݄2a!`%fuN@_-`Ӡ:WhD3ǕJtmL?jz DO\5$]+vxM~t0ᒞ14AAL4~lqT\;HO !8ZBЊB"* l\Ӵ3B1+ #W@'i]s6_s#;\0+Mdwm$ʐ"D/Zor_ :.ey.}`RrENfk9BGz@1EoB#nw^{VE=s) r/BQj=FRٶtMg[mF׻IHWVX\̛%'f:w%W rmQ`Aяu|t@PÞ/]aoKϥ;ȥ)1K_ ƫ^,'qT;/PcH塌[ܩ9Ix+dC;+L+a;E,ܩ>rՍAIml3MeJKk$B?N¢%li_^]ʣSeZ?xhLܤ6{G-#]d{WOVKCJY ,iD|5//)֛BӾB(t>櫓~;<3Mbɉy-/XpV:R`WuV7uꌼQrghZ꾌љ v3=6gHBh 0 AdsNQڜ{@l&[aH瑳9e%J|Urə jV YykAM}4 +|YGGܑ/41u.Y_R?\22°QRU Nl7sK֫7+V2g8֞V[Y2*۰ޫ{ = `db 4|yl$؆<.k9XSA"LSV|&qZpUs $r4ikEQCcgRNy\W[U L²Y uȓx,p A۔Nt&}4Vf_ް^Nw\*gOXF/.3$<^6qP͠JxO R P SuI7wYpm>O)٦t9ڑd\ϤYOI ؙ?vm$ʅu* +]*/X]I%bw'^P! n +P\4fRU ɑny=sr4 t'LMGݨE`C\n#F2cR|M$r$ S*(.ѫ\H64[3)Z#a DA2@O ϾLvE}CD6?{ B.>ӊBâ o(L;}rZCYe $&+XudM'0@3VbS) &MKi%_AYuvN?=m뒁~>=kNU_Ow<6spqTI~x MCXٮoMQ;_e#]~8Pj6cjQelvrvY.-TH:J@%iң+TDxN}qi2bLE"l6פՓ({(tx.[L$eH@;$4?fp( =s/R&Rc bo,$bF֒L*Xt^M%5D-jsBv #{Zw Ѷ6#S!Zkf ߁Y:Vs8lJ۽N=עsZ{FeZWعZ)$5EE SO5_ (dP Zo57Q @`ㄶTd4ׅ\[mO4sdrcQp~a8O']uZog(NMndpdT8`h.~8$xi&Үxk|QH4Z<㨷gmG bdU@P쫁v{[ #2]ҪD[($tR1EuXiwǀ䟷fg%u` CᗷhѢ7"zRЧ᧙t/dy%=8S>F ]S&!a̺6"sY-` tʢ(~S1 ?+edO|75f`){׋ T @F*X Fy}DZjpk8U?`X=q7RpSt^Y\يpD Y*&G3eIʦY|Q+v;ԻId+crd:EmI(N lB=Z CĎbk~T .LJk j!iփx4ٍ]ǯLݾO1j1AF-˓%7 EףFgolIHY룲 9>ϛ}78]BS3gօCC?9$E{NګVeZ QkXB;4>IZ@Ea74zV1-IpӵA6ċ7 AA4iFgӸ;ؽ􉢌Z&cmrK?pBкχQyW^0;iDڮGsc=epz JwS:V:7Q7LXԢNoۻB>g?\4@|F)Y3)F5B|-w@\ZB 烓݄ 22;m(۱k>șqf7*Ir[LtN5.E_-RjBP;$[0q&M$hrF^4.xQN@!֧Z3̱0$US+U6ٗ t9L~ZCDjfZPl"{ !_۪Wdtm}lўܐ/kɟ^ `. XgMO 5/|L&XA,eu'"`߭,| pH>LW>-sU5Ŋp,a]<s6ރ+ !"dD4)@Om/K:$HY3 {tsp寜ۧ1F՚e`;mRHu{wpp'&vmR" 8g_T K`˃ 6Oڻ=/#ꅇU"_ZaD7tU͂0L9Umx,4~v5(.q^R)!t5 t?[f51_..?-_E.M}ޣuTW(€JsVddů8"_BeAbxBκuzͽZ9L`1"2.cޘ hWbi .}w52O#/`-des,_a(d E:XkY_h`{:zYCk3'}VłDN{xE`ŃQT t_qyA#>6!vsV%ҊIe71~ )|ƌO 8d2fo'C]D[ 6J̙`GBw5=<~it[Q 4~*Jydh KNZӳ8io%bu o }MyutP2HD%dDliJ, EFE#' v=)A6/C3K;1ۿ?F$ /H'}m lߜLD^хC&GuBf{H7pcPd-Ym!ۿKGRY6]f xe Iņ`MsB||DK{zZbVA35_ʦӞ TZq#5^0'vTԠcM$!Dl|".O3n * sYzdbYVXKfk !A-}H֓xCQ{L"92fSBuVcy$(ܚ BsF)wRj |q LTd߲bp7;5P=/iZBX2⟍0Ӝ#%g#ɁlcG%y%vJYSǣg@ԕہHU1 ̢hI(5v BsF4?i5[vXcjvFONɫ9 Zjqnix.`B4O_ 'PQŏ7$7;yy+-Bڋc-Bӽ 0Hwa\[qAw0258AM]z4e1CŜV ߈1vVDL@ "_8f줍=R)8DAmh ؒ@ kd}Fa zmH_sO&~ž4V#QXX GϖÑQ,M'KjNEGX:}ן Uߍa.fm+l%8sV A4eꮛy bW(hp.Mu7ϠycרZ="L7Y.F!LzPv#H0q"?k3 ֍|W=taQSn,wߵZ.C8Sm.IѠeH/+"yj{?2@/Bd~IΏy@s<«pQ'3vEAqUiO'~܍C: ѐ!CE?I[*JГθiJY#hڹ64⦚scݙ`Sak]b wď}A 4{k-\Z6c&Q}R F@opqR3%ŕ筴Ow̚U={$a]1rX뾷Vuz'EaJ5ie V%&U>o}AnX:PJ?Y;?6!E+$c%H"6܄K0ys9 &I@*2~Z:v%tV95:#|Ii f!UtQmkBp9§0LUDIK#/*CVkIIkk.u3=@0kU41Kj hbQtPָ^_$HI ve\ΈjbKqQS_vbDjqíit像r yS70Lb#;ij}IlM]:#GA !kgaHF8?}2?|GZ2(gOJ<-h&l'~Ѣ2-p\޼<޸*oTz%UnO{LoÊ4~R/֘|&\F|{jDA&8r|g%q4J/e JsoyiJG@uw!!bt9C_j.<ҰxGy"J<7z @~m 23_KYAQ+SsIȲX"Ԇcy{/T0M32̀ ")O-S[Q7*Хv'ch&!K=6%5x7%GBRj+ih./M6+p0)訍5bW;ӎU= vtr{=Fnvwvsjaqd"hNrbp _LNu4fan_fBI0po߾xX:S"z_3 {Sadf"|+q7K.cC1h@GS&/GԨ,'{YĿ61B0\"MǙmn2U5a<̮0?|n^}D) rmh9 #M‚˛Fi,EѻvxN hQcl1"[xcpWN]G~9@(*'-q_NkC0e~A-cOTǫD$A'Y{>\~6{XEQ]NmAU93I{6j0o͕nU>ƺlimʆ>VE[|pCɍ_#I*yt~d S}!ɹ)#3+5Rr ()# 7 ]l]H[l.Ry7X $M\(HGξ׆3i>CԻW1۷Cg#]zwm#(636`M)Ot`R4$z n_0(>%-1@Ժ`]?M&|SYХ1m\Cطpag5S6GB)HQiJSJY[z"Ba _JP,&EZ?0rrsnaf9ԣy??}p%z-3'?+Lex4^%HΦʣ˶5q6{C+o+WY'ڣ; P2 69WXPƬzowSL3 &RKEJKbF;VǓlG4?(^WEpR0 $S#H;fl}r,Y8C{ub*3-["g%8gmEI""YG%Ggջ6:e8N3+q /4CnƓyx\aPRg_'kz 1 ۰G;R6ؘ%RoGa'" x690a 4zvKM#nyaJ֠l[g& ӭG ʋE7 n`m:XغFՆWd;2ٺ~'~ȴ-tmdپ$o&^tJm.Ti2c? ޑs q)U?dnbھЖ`Ksb_JMTa$|X;*{Y"J$A9M k:CJhyfi+vr}u$R]H)SwA#*gaj;C&6?|Te%T=N8$c8`Z:j⾰J T'mRw+{][{VZyߍ.e~ g"gKד̸  C6!\6 QucD> y8vIG}XIANp,1LH޶\p&&Y# ]|{9)cZy^[LBaZLu Sra,s!:Dߓ2Jڣ}|/%S44nep4hzBh=h?\ ;sV3fWiadmykC0{G7 l򻛻015-M2;4 =+`%2W25Ⱥ*GO0JS)ǔ/Um5!PtG{ǁ&(3,GVJBz[vonψg\ GzpZ 3vͯ'~㱍@es #xWAe@$ H]3ABTś40,w(%Ġ+#c}\Y|o 7F!nAC![MKzpEεV3/p\,'RfjH3 Wb_ӻFDbgIJ+yaW331c N}|vXmǶGU۾HԨ"92ȴJ׈6 e98\f%˝'0[6'9ڂ8/LIe1+(!i腏1cr5qDhF. PsBhUS_wD] k>%ܹ޴ # &%ȁKwo/QZ IJo1ijN};z5cTun7"_4}pe]~Y->6`HqLPЃA늍2C]C9i+O458WwvxgsfRG}U(-N2޷5<7OIC82?fM!U/1 В#0n@SxI9/`,QS!מIyWwڌD!1%L^>I2}4k*:bS QLp_,H #&M'Ė =cIj\ET&zr:8GԿDC@V˃x=b: ߓz`Ǔf/>j$1n:VCeiO'ȫ$~M >1$ՖN IH~^N1H5!&OS_'մxJ*,BhgMا~뇰V,AFk`viSS Ԭ]BEFQܻ'Vyo7=Fh+"v\jgyU3@ 6:pЕ7Jjr|M$f,;'^PFlƙJ.LgWY>nRk}U)gw"a{I۳5Ƴ=Ek9 I B]—DYaiCFE;߂jqT C㭮YިžRIy"s~ ܊}x3%5iw\]N_h*F]L[Cܥ/(|T5̕'xnG9X[ZjgX.y;Lx3¢vKVIc.g? lQ@7"44MNB IXgńZvS!-I!vr]"~}ޔ)쾺HSo1\IY~/'Cw lAPi[j[b TZ<믗-n`:.#oI/`vc `_Cl;_t|*A&rBy}d!Ous+t (E{j>tG|>A65h(m q3ߦXabVƫwWBd¨H;;οi a`\Bo<>39".fA渫yw&6'Wj\D[s<"7M~I__@t+Wz&/V{faejAڔKb^۩ЍWt]1U&89Xw%f&j G\j1#! #<Ɖ>A-.>ɿ] Tv+3+!݂Ri"ʶ-J ,jxd+1 p|f34 !y?K*ҲP*\mfpbZ7˵yR+>X%/ppC8j1f"D$}A^F:j{NPqr}q]6S]'heZ".K߮Y ijd7hztwȞRd`hF`%ƕ{z~r\ 'Q1gwŠKi4Wsz}%'X̓Td՜LH1ߞa᢮P9H.v~la{oޑ-'`}pB8f%ܢ݀@,#@ABtNAq}eHֺ={γNll"p>/p?4_3ڢ|;(q [$P>S"_â56PNinH6w*c]N jE?i0`0/?pYSrT]M8%p#K5ٿvVr2҇J2ҝ/:ON"#De2ک!?ȿIR< Hw{f%I% }ز1GLy.X92@O"rw\xמ4H?;3-$VҚhU bPuL[~,4O@J,=,;FCwl7qSgGvW4KJޞ[&iPy"Ac{-lD"c `!+j:5G25Y򚃃s1/m԰ZL1~>kI̵e$a0q'z bXlFO:6X`G!=sZ| |+[6s~Tvb.uXoJPo6`LM ۣ q!6kv`e!?;&UBB/m~ùl1͹@%+Twvn=+_A1+$ͳױ uԀ^H:@' ,Ьï=a7پ͒s֗mh4.v6$:i4Hon?Zv@q}=1~6bqw8_*: NT2v~9~ UY>Hx*=?c%>#S$n, T.wX}'CJ' 2/2I 9:luNVށTE[c~ݸ3Doʮ0xFdde*/RTm(Y%B5<\V(@6pLUh5FH18 ?Ym#yTVt&MCAD8O }مd-J\3zlra64ރ|y Pk\7FOF?>RZ?c0_pP*` |P|KX39ATȿ>9TU-,C49s=S޵\ 0+ $w(v|';ťaн/ Hض!^<2WO6Cd7uy襉tݠ'&ICR Kno1 tʗ։jf89Yc%0PeT Q]H5XBIn~A%}xN\-:y^ [)św~oE_AII_.2p^`." )X R#V. qhfYXN{jji%Fw;*$EEybK5M6xW  =ARahg!6l0U@d'sg@r %O.JM:5<# .3Tn> o拪'zĆ2}*ׁ{ )QL&VlcEh>c׋Zh>4rpa.YŌTMLZ65몋/7os% G:ِҪۓ.ZkZD)|D0`|ۙMhNhSnlu嗥4LI ċ 8Ӡ7Ӈru>$UQt:ad!M,2<u>gGছ{78˭-jþ5g17T&E,GXS:+,0&QKXj^a^۾AiYh'& Q?hOjU{3fq}(pQ2ߖQe2x3aGF*vzCI+>VTA||KqhFןh55ɑ䐒؆qx8W<< g]@ -NH!W"=JJK>Tz<+ g?mլCams6F:L/ e f|ˌM$Է i~7=fWlzݨiӯsܥrP-t>@k`F2@{pE}%wmp;C!!^wQfBzy"MR/TXU 3/nэKH RV+zt) ]4AH1@{bo"𕃁l 0GX=(^GY EZ1XD@ Lϑ)zL1FqI+)r;g5 4T|abr 稄)dLf^ A?9.=@Dwb *Ϫ+N@ieL3<bd>Dp:JvF :Joe#ֱ"o<&G& ƥ \dLiUF YnTi'>&us>`[!>?HTc:} /țQM2 (Y|ZU- UPoͨJqUF.4z>}(Ǘ!@]u $TQ/ <~5..pN̩3 ȁ+J|Jx$k^r>DtgR-1d? +P5?(_Hя}wn4R>=5fkto\,ӫ150k;)Rx%M6 x]Zs+uPK79]lSƻ7EL=\`%mm|t沃z%+I\`3Avݫӫʻ.׆i.)wSV"ȇ&%\PUKU0$9 /r*IZ$#JR'\^b"I(vFQJ= d`DЬ'Ȳ&VRM5@m [_½ eCbFʷS P6@3z-A8J6{" n-H@*x4 0YkySUWQclv nѡӴ~5@ƬS_OOj-tY-LdF%Rokar؞NKya%S^>3w .K b%b jZ;>CnsGsI72P w]_UnY^BXݢk|1=7 )#6~0A|!`^%@/ND 3lj㯁=_q0U5膰NȰoܞ:;V[&-z~uLPZ"_K6,*s_,qTM}K Tv+Oސ&{}(@zLxD#F .Ї"%Uj&yܶWwuI$½0W3qS " ɉ4՛7o#~e&*@'_2\_Nܼ¾ṿ f!n]W(gHFGatTdI[9V؆{vûR!QLe~UrSF^{'7s!Sj̊arr7Go]ԋ6PӦ90Jhafq^liѲ[W=Bl/W, a!qt Yʆy lbe2ox D|~늟^]<'`5#"^TT*O\{dic|k=/̬;`<(맋9= Ig.9*"Di9pcZ7iF f6jܞ%H(_dI ~ƕ`y\ NySEBǐrm<V=L/nټjVWW} Ѣ[X Kܝ|X<f4cmp څ$zvm2OLb3>υ&nhZ%T#_YUziWat#Uy<L6Nj1,6:~l(ɲX .`Sg6&멙ޮxb0u㭽 ͸NNm͗wMMkTJx7"Dɐ^(%x2l#eHt*爲x`. _9>7HjXV6yq>F¿-LK[]pb 􈕝g'Ft}$+In2Yw -`ٳi@ DR[5+gπ}z1}D),}1,E%\IV r.¬ɇ-~nǦK(L GlL=@gؽC\*Q 2UA[+P4BB?R Z(_ I7-z%=pnR&r#\dy &"@LՀč: ƌ~otN*Sp/@ExB9 w81 gtzrkzgE6c}u<' YFXjA򤘏GweUoX6!-2.Ίy\4벉B𤳊u2mO[>K>-!1M8NK) r9VVPXu]=8CKE}Xg!yJOwr{Y kŜ)f{7D|o,w5E]"2h5eFvHȧͧ/= $&et䷜jJ$/dFzP@)|< e ,9 h8`LxV+[i [C!>Z$^˫g[EiEI\Uqte_TJZ枛w ZfۘP f,U>W x"p{$qU،d(~/r90,wXXʲjrn2sV] ͌a67sjo ! ôG[ٕ%ƪm1M-u"Xhm-Ei甌Th?MxYibgKݧ<#T1+b";¬Kmj^?'xDL'_9$<<*,p<NB *`kKBBd)R2P| ~{rLJցͺq)M5P=y]XsMk@Y+c/A3qÚx A"Jb op9f7yLR9Wy_U6}CjD#g0i l#{#P I+64y 6޽$Іs䤸΢▵sK/IhGrg|@jz]: BqP30]+!ӂCGؔ/B^Vb\5~3+f?z =?5n-,J_gbVQ$fTzn]x8mymHO ?(#%t?0 5҉ĨvFwsk\vot>2~ ]")&_C#L)YE.șq5.*[bsc| 7MPFWl,̝~GZ2pg[؆JTqe$)ُ~B b)3Wtqق-+ :"I$Z)N[F!n,Z{])&STR+ \XdIܨqxs/^3a恭Zi~kY}#UkdJg+a ½_5<۬@s"-ݻ)N%_ B )ˎ\6}"n^[omB[.>m1rjbj⺭cMї}ȵ86&!%bUuF"S5u!KqhQNC<\Yl2FA7 tfmy>[UݐqqMZ34>  NK JX~.)gkTJ=k†$}e`g9k;=8U/v0M*7ȮiUwQmp5a#+NS^4T=SR1mD cE4QJ`a2B eF@5~ a o'EP7=ǼxNϥYX1~ p},' ȵj_6&`1{gHCFUvXv !@ j)671C,S2g J,N蒹Ŀ&] ڤL&5"M~A J_搳17,lV㎴q3խZc: R߷HܷOd/'j4"~ 8WRSoK㧺.EKXipJ> W~􆃣Y:rYl f槡.c~Cxd ::wZ7{ 5S?4Ɂ%P jv;zDq*GK*Mr$`"%x- (ԹB=w sb~[<G;pSl'c\  xrbĔ~RQTF zCBJ9Oc;A˨@+h8bhij( ;ܶhb+AT{%SBexj0Fʨ 6[d"s[V,i"G4AmhL *N[j ~Xu0չcr}3 w\q!9-|{p z?RRcMV~P\fXYS ʑc'l">՚\g/Zi>]Ct"wbX')6aYSDžؼ K.9gw?U,u.d |1O!:&oպsrLu:Zvpւ4;}AՄ= z]40~TpiNuVzJgIk kAB#D"%aaqA{2Uܵo_PbIU<,z [i]+(Z@En-Jȑ E[+8:^/#lvrZQ8 7}_t\Go[=hQ ]Cz/[kV+}yqVWh3Wrxh>J-ܭl&X $CӚ*a%}6L턗?/?>°^{g}!Jt pwv BRds&czRa 1SU s!5SqK|J˝*ӕUwnLrB*CY _LuuLoUj]̓x v+=g>WǨlƨqm&,+n36o-w/}GJtEz laZ= ~h2+Ϥ4]"{ed(L;ChVL,?WGLAj q7RKH޿{zb8@[6Udcf !5iٛG͙9:a݋:!%| ӗdQ'vS@(Ghqהݝ3@+_cSbi6%GcE= Xͼ)3?I}B5G¶j|ຠ\gOW_l갋K1< XpI'8 Ѯ(q#Ux@+p_bPC" a2l;y301Hxf̅`b3vW1s5oYхl[z27@.6Xȉ+\Wa]BF1\Yr*DYIS @m|Du$Y}N^iO`ejcI ;cDѦm{16C /:$W&ۼkh_,;5v?p zK/3i7obZqSw Oe (/񋚜 3D_ocE@q浏 jNVbwWo;W ;'9W Gtt8ѧPo57$}^%H#i_]VFO!=NoܱY.<{oMs}AWDԄdERNDpl<:6(|Qk0qsmwIX,Ϣ hg_&%DRjDEeO&q~RGeH&X19wEƜ'6Ax2(/Jw1UEH/aj|=s_%Ehc_/el'C}5zO2SO9+=8B(FYGx2rۉVVvK١`4NFھd M;VxCj>qΟ?9W0,'A2$, (0?a.:5R%tǼ:avԐ\/]lz:sᡧr fRr$u p..9!|<.ҿ^4pNv?bsj#NX~o'juD`]Wt2Vs @s0\o\+1Ycic4+YM pJړ+ t= Qi\pZo]FRk+y!C[#[ Oi?P>(ޚS^o}{oCI*v4')W=$5TCRg4#anSRcI b( ڦsףD.+&Ty: -$t8G(q':hZ&۫'ѫUh)_ YsI[½A_Q /31KpG#˥4S𔪾L*~enaT%w'p4!omSԥ x@igͶS ((*##e1N&eu=q\K׏" (Y`47wFLJ-`H_'p@2G8(qّ!ؔޘz'OPr!g1 b9>0~6orȪh{|D2b$vk|SҰڸnа!iT;/)+wO/)6-'݊,ݩlVV4qg`b8J=GZ034, ǩK6ca=lbqPi)@x {AbJϬK#(MAc{!'Mg߯Xޗ`+̀x%SK"ӣZ&}[rϕ!wV DR^_bԙfp eBwD~A8C?@虶pKk$x~_v*2 p^yGXVI@{y>OߪMw,-r*n?-!eBuuMLjH\Kߖ+jah%!bL[<&y't  X?^ =ih^ajꨞsOe~S%"I=-kmޏWPaPhTw+dB~uO#29fa-k~+NO@F >"0,,xt#L i:PZN6{kE#~B%\0mʸV=MtKƯJpT (c!λvFjU,)< .\cl H]_r5$DNP 1lrU&>:M[pӚv}RmsǜZ# 4f^6TP^^Dl0̷1DNO:j1G#[)#7]<D'{J'H$쮌fqn'WP3њ8s-{{ذ銨nR,yF<>(u#3Dώj |Re6ERhS\P%@Vxd|j >O~ᒜ(u&b3d%)v\]\'3G_upՌsMř1)&yJ2'wXJ`Jmhؙ7XwmkӐE00*{[i'fu/.Qfm҄ -+ԆR+iPU*$yvJrB$ oy0]^(.2dPٓŠ%0MH<:66'F2ЊqP}8hĘ:!CUM:æ+ 4N-AV0!_}S耺p[SM}!z;ޭ:n i~۠ҫ-pP(i`mO.ԧMO,ilcr;*PhXlFC>*o7뜈sO:+nk^֓>>:qcD!pbk`].d^'~ e<_D;TNT8YdԖK4X͗7)0i,JdЍfoEHu rR{@Oq?QK?;hdu.4<2K`lH"U/LKu{5䨴Yt?GL/ 'TaNQ sB@"G0ʉub,jh=@0,Ŏ"@ #~b[iͯ_./߸]9!ݞH23RY+`ܕPG6!OBCK o)ԮkptU>ag&e}[7 -eܴi9> xM9(ya٧n C:H?[qD>>e3oS\ρa3 TbGKTtN`K`+wgαC:lF/P^{G?{ +<[w`~WBpZHlM`N,LA":1%e?SD"P@d;)}*tk~+f6Ga*$xĜ{Z3^"m]oː(KM4kn@Iڇgrb.f厨׮v ;:a V)0}}Vufp1$Z aA06mz<T0 G:tĎ?!Y?|/$^OM<9'LY$kP]KZQyLOܘ̤M_Ց1Ovh;HcԔѽcR1+d2UYDwK/?Ge۸}l 儬B6zٮix]4 8p&Y tw{|FñϲƷC]$~LmTk(52,\KmH^R]9},ȟW#SODX\h?BP?)5;fr;1'nC3Q c1 9^d3<,iє]PڡTΡZXo1%P d]; g֌DCuepVǁdB~)Eʉ߽xItDa z?m=R"/LGvsPrO #VPrMq0HU,3g iAڛx@NJ,(9UUnmΣF% UF8סX"(?X)ulRK_д#N-tZ`h< ՆEksQJs4=!9}[l~'[N&0A8A<}4}É r0.N*Xici)~NVi'ǽ tuTnǽ2yx[gDd j$N S y9"7jlNo8)K6("b {ܺUpہ}QUn;\貛z9eaopʖͅCVHHQmc?xI3&a2dcg}|X.ME>$RdYWֳ ˥,`S#jdcI.J0+6JfwRPսBU T$nW7s-);|д{Jj遱xXL2gd&$Ko% 02[ALDNi00I>k<'{0'tqynox$ȵB,"?UvCx3/FMdpތ [3N#B,l}K~ٔt0mIK:da{_=uY6yLRtZC" Ϲl.8@Ta4 bqM-A@n|]H;PCy!WÊ$i-ZZ lPƗن*#Ӕp s _9jL^Dr@)>s_6ۜP򛦼ȑJ<O6(pϡF,W|Bx"_߂fU1Ufi_b%rh Z]]P4c!=)`-ppe*_ ;~ @nԜ1a8I1]c،zl[M:٢Qm]I5Xz\Lw],ܴ7 ijGcBnqd& X<ۿiO ,#զ̕׸ \՚<7[Q }b3XYO{zw}fоEYNMSqzf/x6@閶Y6|UKTiu6[.#Ҁ5Fkc mM@3FQ'yXZO3gV# 4/J'R@- ջQe2/^dNx)O 3H6,]F< tf Y^,2e J-3౦ۃ'w{' V9'URbD.eekP_欅"zjљ^`slF,tnH7ݳo6mC mhCڮ߈U-ٞ)%oR@*$ں;p@C_]O; ,$r={~G4 ,} +Ac]spFP[+Ry4*Dm]K' y6`O.A}([j X+=<0>U_H$T <sEr㋒N%+a,x٨2cϱ%-wf栙RN_\_.0-B𩯃R3ųJ5}&]nEvF;F8tL3e,M21?WVyp|?z&`wq9v#gRRT#`6+m`8E~b#yUp02@8hw,|X}LXmjK 3z9 9G,"43"ZOeo*.zV;r}1͡v %((B=&  ڎؗ&lg#t7tc^):EeilqBk>\f0.(;Ƀۡe%<`(rCdw`anFl,XP>jTUsGPَ=&i< DuLZ)vU5%/cCLJkHt}|:)ٌ>Vnr$g ~j'ϭ| tK";zM 4+-~OGKH?0\xerz`/XҘ[] .tҽA/nPOkbvnU]MgvwWC+;܀v#_{c>MEM "eI uY>uY?>-F*ieh@'Nx/N 6V X 5$L&$D 31 $~$qm֐f$ѻ@21R-ʽ7rQŖԳ7q_1b9oW)iX# gmAzkxq'c`2Dg!%Jnah9!jÐ*)IŒi 403ؐYHrAL;ÝdN nZu@X"gҍ.s7zg4lDn2Zzu{+C̕!f]>,?RA@n$ÐPu rXH"L`6'AKqL%]y'iH?X?am Rvw `l+MslƦ ɺӠV3:Zc<ވ\o;b2WjhaHi ] IP7$fih%J|ωɾzˏXnRv3?V8$ǻ[PU2%t C 7κHb|u&- E㜽 ō4lqmA%Л0kPYX!;HT )ˮVbBe ?6->ܱ^:hrJ18q{R19:YYv2-' `}SQug!zjIrA]e#.:uw½XA  tr' qLj::'+cRϡOCQ" _85^fcC5uk vk?έ˒a5OqPrs´d%Tx+rED(&xo7V&HHT2ڳ>Z,9C@'+gT9KӦb)&9}DS'<35^%lWZZ~rnu%"Y'wlDna[jja]"K,02TkeE~'vH"bB2$)U aT Lܓ:̃*sXŭ]cC%C^G\<$$+644?HQ KK}SxZU^%p"3{=Wuco^_eyp3U+"CJakBӅdJu9=Fg_հ~Ȱ.u=DQݘ8֯f!hUZ>v*oa_,hjRX<^{ :To|, {/ .: GXt/nz%ֵʗRr|BzA6үiuqȌm\p8=1jyU.)?jEI?PЋ["ޟX&e@W&v[M!ׂ'mqFJߒH}-hYFNs.y8R fI^&]s:e8Fi ΡմJ%XmPoU|8b eo0e|%qpPs꼽7mANЃC t1Y(x@1#3 tcnG@QU/Gu;+P'l7>^. p07$?Ѫ x~jOv"zsLc9PJ96';CArUXHAy%{|W-!]ZH$ZPo)(qi{ljSUtOژ=y?KerXx'm@ʝTX0H@O- Y%o5HZ9$(6Awv(!,m֤͋[$ѧc' %#ǻܹWBPֆB%~,8 F0+)#_)F;m I Q cLAR(rJ ca GQ{|a2ݑW ~&k4KCxILNc1p#a8G }Ъno7kJ`Y,O-I2ǼX{h9YsS]3z̩χ{ \ x)',=Z/2lRS.Ue!Vs֊{}b)<Z˧hoyt0У^npbaY$*Y`f@90j0ʥjƐ#^ LM!~AZ ǟ6ny ^Ҿ -`~τk:byH:#e䜕A)4hp󧓸Ӯb2@9HIYچ=fI`M0K/(82rZ7B8e;sɼD ^f¿Eȱ< Dx';A#D 50 ބ8 'h\k/ˊ=*b/Vh⾃/}ި#Q2kt;,xig:w?"m*ĄiSyZ"x.3 %)@srΖmw%X2DKADn5j0(`\*+9HFx_.qT]n#]l}ǸmTlH0䀋(LD#{sApQt-$MM^GNjr2HK9Vo;#<_6h j gs C%jPǦKk`#B{]_6Z$h?_ke;իT|u-J={>Ihw{{rc3K'tu[r}RQIFMuZJ%zTbc..Pv }ϹcL\ҿ푪12i"̍J$y#mDht}Dʦ$ -!4sCe_e",4rhV]jW FYrl Y+3*Ha4s~:8(%"h]p&]A j +- 4:mX淧_v6gH|.`cRخ`ȸ @[ɰ?r(-rFn f:@vSH%LF Fns Iu/rw3BPQHAAN02MenozRA*@q/Z4/:GiY}:~O%DO2f[ esSPd?"SE]')W!ࡅR\9DH;? kM4#haqZjbM+6PGW4[w^|`駼؁F"g `uEx{8]9 1iNN=!,z6<;T>~у(!^)"l9f;^|1|ɝlnhU&r1k2rFNG%9V42 ~jTQ#)שQ\s{WHktJίH*zҤLݘWT/D,H'|81JR 7};;]\c21FZG ` n2sbF 8\?O@FQTbYF5OOŢ_r'sД2KOZ15*K!lW֯YCP W[J:G NUVǍ ~Mru U;ӗ5S h-bi\#*1oqvP4u"ާGw aޏp5і< Uh7#@\u,o6iߐz?!D6vY4"pmMSPѐI9o{$<<*P<ϳ-WR "g{DwQ1 ! k!Qw`GI%74Cfibފra%sgi=!ҬTNg`ևN3Ti?O(UOߩ%%;"F1PvB።,R96HQxs*st˷(}-*>Mt2O-F5"hgpvlD+&ujo_Tkm::V[]&f#(0\0h N}S9ake^-Ҡ)@9!f3^iNZbgBq2׼Pֻ09WFzMQTV$CA9)^V?-vFY~+@\` $ L9aQzQ FqCƉۺ}^^ ֏gN=J_\sP%Ȧ7?UTu5:Iۼ{ҩ;\*o(,vv6 B\B s~w5qe,+[- %X~*;@:C|NiXn&J.xHMh)m)%zI۰.LKaʋǡŹ9ǭ>WĪT[c 4H0o`uv)Ab ۞tʔj͗gǑc0땣?Tc`ඩcUo\pR&j/^p~bQa6yaq0b;<cQto{-vF(N#,Kwџ4Zxo~T) 4{8Įـ]a%/ōIūlħ5h3P_7>2'7 ըW-0G⨇X8k%2-olr<ψ.W'H)e6Ņc/P#T֜]Fķp|7_7䕑d+2R/";uDD^3 K>OӫEebr$܍.$O`FZ$0~k?2&C@T0/$tP w>+h}R+E47<ƉT['爽IiP{j|=h<'hBG>@69W`z>xv?%^<:MFbQVq ˮ1`:x8'M]fFc~***Kʐ#&5G|sy{Lw%CM68=<ۜnj,Kl<%s_OL[V "iƠr%gcת7`d'AO?1юF,|vXoP :go!*2s>![d&>Cڞ7[pA.=Ԥq)່~g|>U \1SS i 7C/{.5(4k&bhI(<߂ FRGJ ?Sp} ,x٠rX/|uh'K1fz#QӷUMf1*=b"wJ}9W|pgjO: iҎj%_7ե".I=PY妌1I^8 4U_Ng:Tg3[lYIH/pa7K|?~-C GVĺYρ9`E>&&td/.xvyVЛ:rlj2banM9Pn*bJZ*n#@=C(gSzBW0 yͷN ?K'JLۏ| ^a02̑UB}.e&sG Y^0\ >X6C kb7 AE cYHX$|צμap~BkCs-MHDTȘs ԙwKWnHv›S;[C6"򿈏$ˣ]"bRy0~cI B_*sGdYst'W^$Z:XOr( 1mw)NnsO2D!pNƈG)\(45ʞ xЄBÅ .Qg,c(Z,]Ǝj`~wPPavP%ѵD \ |9guz%HQsMQq!Op+kVdp#" sl_21FX6CrUγ(D&Ix8/2jd xm|~ښyjI0ĢcC^8X\^3)h>n^yr@̉*{#>7'U;Dn}O }GHe!hq[/Vg//:C5^f#vEJ~Pi=ݱ9C)~ʰÐL`}'*l'*t&%S*ܥI[;2z Tu/2v\P4"cox?_#2StE:Uoْ-β\E^E",q) j:"@Y]#f"#)0w"O'B9lNJU`t%t,-F`D+^FlCaLk1Zt/n-zkOQKD˾ 4„_ j=%pi>Yy?!MśmCq|L/XRwgὠpY YTHRlX]Hً}YJ~-/?{o1k@D3LxvZpdrN#L.<<CE Q1q6}_fW 0C$e7.o~*vLQYeX_yMz~PH5:ןe -}+֤/BaRu>Rzu>Ir4maϻZ+^p+4 8T:zVN5,@1jIVB$4l0ؿsB9}E0VbUₗp')zm1K<-:FqCG+ Pqk4t5+Fo}q}V}~ 5A_oBSّqɎ ,^ū&Ol@prd5[Ρ7&];(钧]r=W!xX$$9h ]K?,TOy(e`.KFVlV EW*vRXղx]h>W4/@eaY:T}4kMВ6(IǭPt('SA&렕+`1*<;SZ$/v$WZ9iBͭe{b!!ǻl]mDyQ5\Q[ Yê㭽G Рke g~wb_ Uk8AicO>]<p%ׇL&bI(d/T ̛WΊ;=LmuAŽ~xH6IMe2dxhr:M9zkQQM-33sɥA3֗/hP*EJ}e _Yb/YbLwXu~.?e&:6 wDփnAljc[=7ۅUlLǙ 9^S X`es B"rj _^K{5S1-~bw+/EϕpD(V}8(.)4 ecB3ޝ d3>ek%<MO* jQ˫)irs$П,hH$K`' ұSb=B5|תA<~]V"i<x MsK(j8# (t& eݪ[]珶@1!Ҷi3QR- 'N#1M31xl9d(حat ›,:X/TwuS 8ij-MV$KSxYULeqPFrJY R@~BfYoZo3I&H4pФF9Gy{[P\6+2qcsOrXaW:1ȍ(ZSa&q^md-B lgmb|"Bo64Ց{%̄£%K5rV\;O6Wq6Dp}q 1Cf/,uduTS39h–-}d+?"^j+f+>&X=^g )&Lb(U^@s,-[>RВ $q"Lǐe'ZB58y~KTԇ z.F.?4/&;&N"2.=ȦOw9Ә팉MboI.}A|?XM+P( ؁~Waw0K@,)s.G0ͭRTltEcT\(I.oeldn:_ Q!ujol3!k^b ya?  |I[>@`eܹ̬Z[8SDrykIܵTN (O"hsl1 b<%o}:kCB+F c>/+i+D=7^Ж )3H.~(_&5N7LPZk3Zc&KM2۲!Z@6{3/?ؽ& ܧ_FgPtyt08͟7$(4$cMq)AWÕ۷!\|qTT[fSfњꮭ4$ _-ye¶Pd^~L#- 3-gr:TCsm%Aܩ%]hCFxIĜ vNخ2WN9Q *SRjYP;i&Ͻo ԕ`E[eӯvL0&c>򅑡F ia+b2$ODJsV=KT៘[KL˙@^3GK,Mok9{cP=,ZmJ 9Ѻ}<8 J (^ʝ^ gbt*,eL@i/B{nadl@d&7 !@@m&%od}| <?w"naEsjXk4&ppRٰr[*T%"w)J!iM%Ee$$wǛyɨ 2C&$$~gPYŞ 2B/@;0\)<>s&m.]!Lxgf"P#,_XoΏeR+r`cyA4l ƭdX0}rB҅ڌT^Eh+h>R:J *ϝJCچB u?aK|Ʀ*bT䂳c_;/\m8-Ʌ:P?dx3>H%"̗g3ęj=Q`dT:\x5$VqǼhlMUa)̏.Xq)?(郋m:a6^V>ۂ/SiAI. srWa88C?8p*!U0Y]PHLQh׋u/7JXĊ.6x:jLĢz?l)5 _{,.7|I7;-^$`Z{ ZLϕV%qnp|O_S]$zg ׻ |s\6K 1B& q]!qOߵTrk˦ZП;;!WqV.tYU[_~A͆u J()!אBxARR }i8##0O 0GmБ/Cpȉ;~*c˾>PҔ"G`64[tp5t}1a/3 Q,H+{LG{rbz&3nc=W>p]#U !E]_0Ka޺KI[V^u.!Snl6mne݈S?$Y7g|mEW]D:$ch.BRqRjf8boyjX3<{x!\)\عD7g,@)OUn44*c!{@ n]hBdUlh;4{uqH0wdZ3wƯN]EeN;׋2SoBxH|n>m qDvj.,kJ/{Gq9TV `!/]ܯ]y5HAdD/zH w ɬ8d+D'PP`ݸ |>اUCtDg1@@l2-q DE:p69ԭ lpkFrɓͨ`  ĈuY N] .bH>YE.4+Ty@ua7 T/ yЃЁ|]\J@'A:OI_w zv/wQ% &hu w*f[\[b^Rֆw6iU3b/U# =ihW.t_OEfK> *j['HǜDu;yh #:e g&䡮jM_y72ꩠβ Sp:[9Vx_UePx--\{}Cc*u/QƬw;fCx[dIXefs+7^돧6ndcF Vڔ$r,? gK5A&% Sm@cfLJNy] >axXT Dt?yǒXd[ 2X{;HB۽ę kS0}eGU;&9k t!p=toh<*uf(l;ߘø`6Ɠ]ȩ#ra6*&€S3r"vHd52R~sNRUf*Uȫ7CNf c;]`aɛF' 8xhlKkJZ^Mkbº~; #4ư`NKJofDvpP#"O[xҼZ 'ܧERCUKbeYn>9Bn]@=CJo)'=݆@tGS䔴2Ӟ#BTĞ"ߴ9f{wKd'CxNDA{>XwgOm^sahh=nbp|ߗ(d3Ŵ>0D)}gw6`fɬ7VIȿꫤFTR!Un ZGY)Ο#9sُgT)OlbAkE?h}\JRL?# I7~n0u,WKd)n{,kkRAh".5\:^g Ѧ+q,gxq`ȼ+G~'C1AE\!'Y[ zuf,S,oZw..s*~ J.6j>}z5􆤦<t`9# an .4q:"7D=*QTՖ:`7+% :gɼDhtVcjfxѼZ|=Miޑ?ͣ{n)OG 47C݄|gZ)he9Uv]Dhx`6 ƽO` ڦ*h&B8zO2/ELzzwR;y MZϙl4i߱;op/;P 1[NxJY-nTGhdMg:Ȉ+ 2Gxp)fL5iQSx6ey0%l.vݚNUB0 T#]>;ޜѸUG QǨBLT$U᜷M8?ɲkPȢ>rvjV1үbƙrb%w8n 宨bÃ- EH/#/q귈 #)Y*gzZ;}`eqpJMٲFUv!βlR!p9-0oBK3 ) pOww\fGvllf 6ث{D9#:C|nv8OɟC(f[A0ϫ7sN@|O ;{sc,Z`3ydM6#W5;>=x2D>gՇφX7@}y~F1;iZoHa],n-ہ&o2LYg7/WؚGAZI-jOkܽ7mtcp> ` p Q*v??1=ђpX%7 I[ۑ/ȢR(鎳O(7E[gu!`@#b1r%$jʊfiDbE2E)7BLK7>n݌1By3zq>NٚID9X&͞hαOCXc`% A2N[>1Gj$:e!nx^.lp,sہLBaVNZԍKE~oL&AτQQ|pXjQkQLS7۠rd`35aҎa c; ЃѼ6,F$G$[{R Fh7ni)>DNu,UQg9`$)KdpHER,5\iJʬA?j)t*s\B@'-IUp8,a}t%_"Lc`=.txŕ?9BfzX e(?tZ ?>Ɲ#ٸAy1XNQӏ pT߳\#U7 K]bw-תo{5vG}AXrmQgc/[n:>Bf4c 5_+5n JBylDze. Lиb+v|pʭ1ޅ|1 ]n6L F…uwboFQ~_fTP}0{-'`xr_ xٗlLⓟ ]'GYСׅTHg@o% B_*asyayM W>Jl1GYF-w,a=R`((}bDfp8gXiTlm> ԟQXMs;Sģcѫf3Ϡ?UOnMMeDrg]aks sZ Mz1"ja_F%A[? MYᙎZ Q|NH藄IbQ|\Pj$8+%l4M!\4r2i'2/hx`Nܮ˯">N0R8}:`$Tz6E8祩ґ+}o<Ȗޓp$h ǮY- ܝUT?z]d/ӈ)DU؝᧊G'4YI'=>94,I?=(6dS}c ;ԣvg@J?1U>ϱe;&BtNbj{;UR9JQ".bW+>vvPBSWqH}(9- 'I[ĄDII 6|2eWB{r$j\-p$)*TUZ> V;DfAX?#k]>3o8|1k Tܺհ݅gG#̓}&sw{󂾲DD`e.B=a8cKfv:}9FKE2ӭR w9^ 0(~Ρ@ ?3y;Rgxc yTK6-O#ݐVc>eu"FF\XsUrL$t>Sts>sK bv J5N4!EO͡Cu$&`-9v"nX05欃̽eo09^y%D޶g)In' e7G[}B>fLOg/ikg\w}G+5Ќh7)[#ClEl[ ]ZȣKuBh]; åwQN)#&Ej{**cd89;=7KEU7$sjn1P.wBwb|{١QsFaHMhD2 XXetTd9 s\s( ^PuH9/*)"0 vypof'/&!{>5rJӦάb̅^-D.Yc2 L#B|UM]ꓰua[熟r}zh:L uRG)84-pMe2<ʓb_OF%'"zPNu/X1@⭹Yg_%^ϙ'!e=Im}PȆ),anjϞ#Wg5xUu׋nK TZzQŵ\3ʅ?>ļUD"=,[ִUsL#ѯG- n<7﬏rys?g:5B,5ے+S<[#k T3f\u(*>Qe'I7 o.!& |@(NE`!j8p(Jx"$뀎 <:gG}/zty{9˅ϯܾ=aq(GHdR-5؞& ֞!G=푖ryų CK1lPbm Wl쏴]guWjn5LFMo~y i rѵv! pݥrtt4R(fś&0J5!WVt#,/1.N>@-Az0jꮔ52$3['v^v'1CYZ9GRqDtg[V'1uPY}vіĜsC(V@F.0Qԭʴ!_*x:z:U\glS'i_4#RRܹY+<Ǹ*a!yh$'Vߟ?r"f/$D 8ls/xϡ4 %,k͞)}ƻʮp|޾YE(nnOA ވ`p8߉$GH<t+UQoJ{S<-ǝ=|c@11kQ%0){i)#BFyՁTS&qh=(\@L=Ul_"r5҃V.=|񏧷qJPX~K1'5?dv+YRi^fNAorY"g+VCpL*OVjk¢jӊ)rR9_pnXkìR$ ّB'(8ݾY=^=REڟUCm@cm/&d,9e[F (Xt m Arhm8k]뮒*~]\|8os^a/iJiE]tZ([Sl007'a& z\'J |.%wڊ7#9Xt9D鲼PU4yv[ 1Z}+?)c==bo(җ:#q2@#7x2?1 nRPcYvMyW3f`Vz&;qaCv*} *ձl` rj㗽6wﰱo{: ֈcLMk1*uF7\Nb#0A7J$v5b㗺Aqг,eaҐŶSݹ:al&~f)>2 atޥ6S 뵯 ^W_CjayG]?VY$6e렟ga(SJ;y)jC$eI/KM7)@m"諻S )e۳'\l;2aa lz\'HS- )be,j1Z8oY6?~)΂b1Tvr hHsxp@/Tb|`s_UQ\eP?C0G332a߽PޗZ:3DO` lrm)..vy穦xs+:J3mM" /.%zԨ"s|(b}O), ~=lFy^:XXXUղ;SyY6&5#eߜ gXp_o5|P-NאȭyJեvk@'b @yQs!P X=G"Gz3=l">Ё>W_;H\> ̬OQ.|8(犁(d[1M MqZ| q٩*ÕVc'u Xq2='Y %-\~ۿ"JhzRIuȲ`@je5{Y1 Fі|KmeYc]VL~l έ]D6#h: *řm7{+HtWF|悋r$B(ӭ3J[uӪY41GXO%t2AQF(m' H&#zȆMRN FV/NJJdlc Qb,wc7h{=Aꋘ!^)?f<谮m"cr < 1z^ N.D>`#Gh=vJyL, TNÃ{.r7:!|}X$~%+muO%m}R ,8Ľ꾢)}pt}WƀWSߡ,d(4>8v-O'`MkbP6]n&`+O%S'0ΰtixqʫYb"{Rl.XCc1) Ƹ) om1m1`7'wG6;upvI^!p0Az}FWJչ1j&$?: z^N8807Ը.gZ=p9ju?}6p2gA:_`D')-irm$С i}On9YQ/BtM&&yy|/Ҁ A9qrR<)恼OONtPs3a:[r`7:{es [+.(@6;$iڀy:ح|[je >Q}C҈5)G@oS[c10U|LaAxRr#ӆEfn ѱv΢xb-S{v5l.p VR | cO$pnʒie:ܷDF#!hBewP J!%Q f lDFQ^'aX=z0kqEGTkEx3~Ѐ^x|Vs5imk "E7@t/+ hCNzKNfVhBkxi^Y}\u7b]࠻n*PPO65U[e^Gϗ2wMy@X7: {(eVD=+?wl3בʇ"JCbNo]ԟ9]s|+sLA~Kic0?4籺v 7a逖uHA WwN1:/`-GۼO!gV⧋+RzgesKdUYLyG4L8̫\yhՐj?h*Fu ⦝,[w8l\J}ڼ2){q<[_/s\RT{Q$tOƳ5jz BNpU~ۯ.9Qtl_gh=l]00];CA yN/<3mxu3%DADp[٧y;>"voF,|~ܓ*IJM\xĿ*|D_PjlwbC/Lb8[hraCBvvUHd U!}D&ba\j1*B 42Qχ4&ʼGA61t [V>ɵ[Yی.b[="CߵFhsŦGXz<\cLLbzHNX*TϢIj)+V ( tu\!,[0A;%'8}J}qo6|B6cdYټ{ԄdA*TȢX(DJ%m۝”Ο0 l=oƁh~fn ݠ>B>%⨴6JOڏ:)dk6S qkAKS ֡皭Jp]G,b fåTɇyHoˍՍc%3׍1L }_^_ ?E([k!ҫ\.h-R'V ,MmYw\~UТ'I}jHHXlbScT3@s!*=)Si/lr4!mVA22pɃQu|!ùk| x$B?`#I-ߍNIn>F|pl@Tbdz(}Ƭd޹j3>]PEy}KYH9}X?l!XQ}):H# Z$G1\eZMр ;EɀDy< .%Ò5jП`7k[#FשiYJRC;Nd%f]Y#|F 5X@WB͏ 5`MvLWB}Ap; *\s#a%D1`.]M(+G7zX3nϱ Fё/tL&ۉX @~\ZCb-a@*byLOe,,t0V]Y;+6)_9Q4o>ȵǺJ=.1 >=j|9a[_T%/UY"gq_OhZnY] =&eMn8XAf0'3X;j;BD `;EQKFf72}I}> TF6\-;r z 5xbTc:WӪ-/NVg'(1TmNy߶|@m>}v 'I')hŢ-q$ʎ繷k-̕phDe;z\Dxqu2ݫ3 } ;@?g/< GNѵ8 z#"PUƛ">r y߇"l߇:;Lfۦp<| &UAFg[ͭ@rwG#37]2@ 2b"}^Ct*jW@hWm&0 Inu-vvS zЛ'sJP&f(tL :x=Y14v 5ՀDO8(s$O'ۂRw(D:t^{SOb+ $`@[<瑾L 1.e1w/:p%J+ʵV ~eF>2ms+Ip+2#8XnM^:#iVVNzLFD$>?KYH`?pl y"=Wv`㹦Y}i`u#td3YW1r&g-+fH/)Ƚ/]3%to*~d_G"u(&# CUpXAy:gD7bQf81Fބ@`XOνAgɊlHŹw"vYLg+iPIdp@e+0 FVĹT29W)cԙ.|g|B 6=$ѽu-Y V=+EX$IrHO"L4N!bSsn{"q68FD;U4"SN-vZ|mPx%Qgך@17.es24hԈ>jnK)HW>]p^=q8V10r|Mk}?|SK8H4edF9Z49[.pK9X]Jma tǻ9LW& >H!_%[^){$ im ,72!.tD+sS{Y6\_Zsx#2}ehvt5NOLr$x08;S$5.y;QDT0WEv}ԇ`8v,+D%Pيu9e4SO oc~LM獃E\̅^sR5 ~1>K w[!~GZY.Cq-BT7 URr\ ֯~߻,)dU8سJXsG,(|xa<,D2 j9?!=YC8HHg|s*`w16¿"è";G&]4 SDiJR~0dO%+!?/$-]jZpv#cYSiTYID\06KmSNϼWr60vVD#%L*~HtNV5hGգ+Ox,OGQ i DzjXhYUS͒U);erB5wEx/@u\GCrM"1d;'b_X;M '0XN}8$8Nǝoqv%"PxV=<9?g5ݗ$9S DU$:>@i9uz\]Ҁ$[O=#GzDtg`ЏKUt-aӇ1n#]>HDG\*{1 D<I@z102>̜^o]z Rvw(צƔk#{ IasF?Π3Gџ^8.!x\.ĆraU2qf֢0;al M$] ԃhlF57ĸ=߿;4n 5w8 8"p -sv4?BL- ˛k|(st'=P4`@U`r*YFQxxKt l{X [KtI ЬO& 75(\%*'4EQ';BL+|o5Ndlϱ/Bidž_[x ENzW[`ԪӜʒ.4м&i8`4JAb>GWIbpe{`LDі5 ڽʐ#BDO%qRh!e]P4k?%`g)'sF kE,(#p=5q cPԭ qY-ʝL"Ѕ29/|uүt`H(:I3e$5Jdό_(+$/ FZҝiD+% `Giypf9P:H0BG|jo:c{6&w~@ў+-pX{/[?B1Kraq;3 *lqSwWy}@ 6Pѣt1)WwtNY3SLAj㈓dS:5ʚ:⌳HvKEF|_?fvEcm,ȆR(=mȹZ3YJ>ɉ ƛY)>t ȆBzAh$(|^rcr.ZJ92VWT_ TEGǩ#VK`(10MksSb$ZлwںG*R|2rm d*Azw KhSZBVXmU5t7Y[}5m˭]atM\e)PH#f[CW{f\%)̯^7ژy76bPe 恵?z۟'իb0y+ޠ!6.`@H6X_yjT}O(r 4&Rȗ@ܨs9XFtQj0(tim1o@&&߶=Tdm"¯4;QF6_ӔNهdK[$0,^}q_#ZQx=d GSxgy3 O?1| A58Ah|xu&fa=):6(-1[> :ك&] OH-VLUk|^rFwƶY&VhTCV)GtbBS|P/{N#]_$'ħA0J7Aߖrn}GYJ$|\xS|Iks͝'u #3\@N=2hl%%<K^ڹǣ3cՂPF _-l-h2iۖӎk ekVKٞfw®g銾av9}?Ee(} ͺE;ߝB!|Pg Ec\8mwOgA<<{ilt[vu|<$^BT[9FGl.igEaϋ+K;P`4?мQ ;`)8g~&Ѝ.k nW@9PEWܝ2La,_,ƒe|DHqs֬y;KV=!/ -,0nʹGBnlvJxxx^-Jbx˩*2N< 3?7/Z*pp1NKͯ~VD_Pp-N:iH r4ǭZ2屵w6h/￵)BA|#*˯ ,C׋ ~YC9湷EDz3KJ2[g^~]G[c 4{EݯYC`عXބPlWл$]MhTO_,J׸9;8kY"ќ#Wq(vdUߘ`>+]8^mAڮPAD#| s}%=- HͲkX[LfMjbY&aumst*^./\Z{oLI5_)4fOL)oLG.+yO9pjboݪ[т+'y^AJZ+Eر`SnvzϬͯtZ2Xwi$d$tЛ1O粆5)`Նhd4c/2\5dI ND7ሎ ? σwݘvI (oQ*u)K2LKO@ɫVTI46t,4!Fp:-]f^w VˬbvMz> 2ef]N Z"t]ڛ@!yz@M$} }}J&=>Je .%*s\y8 ˠ$q#A MbWpnceTOXm,թs0sDs?h7C`GV_jfgNƵaȫB qVY-( GS"@+4sZFكv*iLV[U_2DKYYFU 8*"RE+h`3 >]OSa=\*&GCu;PhjZzTB' :h(eWoxtLj-?a61l%Ya,+uUZCӪd'heomxxV- 9$|ڏ:Ҷ|ֵU{gV} RlDoG@.1x@,5@yDL``[Eytm2qK u ;h]B%  |ya"aX ` \+7e҅#N%7X`>{p^)lh3H6B@Eo1ro3(:8j-+:۷Oz6lxb>UZҥ5~ hKbf/ 0~E<$J2[-05i/ Dߘr59fmGo@yQ;(i* Cˏ,XhITD-ΐKs`aIsB< }ZZyjE8S6 (>:ohqcKsyN%ią0.uv %P 65.?$7*ۄQ.4fWo9$ 9Jh3Ŧ<$J`嘶](֧v<կJ꾝\T*.vX]EO(O^<`W|!ІyQ|1zpo<6a6Ncu|UW9Np* F#C?n^aGgKNHo|ޮ>~I(Z5rv")JXн~s>cP+H^ ;A" s.eQEՎm4YADIzW_9rN,ǠeYLV>^S#! t ]C;'LZdÜ\2yգEKd9Gi'M tUzP Z (y#=S 8$gB@t  ?"4aV$Xj+lCl=ʲi9^w0*Bo1@W7GcPKިS() ,@Xcoɒz5hl{tN[̡[0X^H?fϻJOEsb=bTོN f6]C``&T7[M sb~5A0U`>EK7 r(|ԕɜ>; pi_46z9 3Je7;D eRks}n=_/+/ViI;\LZl> li&pgƙ(!$7Qݻ[bmtk%5pݙk=>>MkdC8`+/; |:pTMZ=>ol#o>6?N/}s&t=+}ϓ5v8;>bIľ: 5NHҖF%s_|^^TD7Z<%P]iN6FKb|ZUYDI;*.[(=u=I@o9pg&Ͱ0!.>j#&Pcf[%{x;mݏ3CQLeif:/'k]5v]zr^GģMbU> ~aX"LJL,m[;*@4j9W[cS+Y8wň*#]B YwL-r8Az Q(H* ݕcHw (FKςbT2"cI '?YbDq~qU;>v6@Yl RuJPεrevȄ-C&Q8#5SYj܅6SJ6 Z0a60Z[j~,A.YJUꩧN)gV+[°K-u.S6]dä{cy}p4w|#?~0CZ}y@*'H|($*9dէ8o Jy* TkwL{"`6L%fXK(E,zѬMDgOC!n8f{.yW~KZrgfu*oxݷ;i0COT'ԗ0TʐS`昖2=#bJ!6u{X eOjYp:ZIfaEM#*'5^|3 ir9LF/Hj05Tߡљ]MT=Fn{"S*[J6,MJs›NTy7h݀#ܩa;7&~²QmEIIfiyi4@-|) SEAi"B4p:h'=6> ~S 7Zmbe3THohy_l]vjs[vW&3b/Yhj:C7mtTd!ey^s|o3]x~YDkgvMYo;C95 ߪ$Y(du/35A<\ڦZ 5IM?~> Š@q@@Q:'@cT:GaMZQq]ܧM T m ]z3ʮVz]UjT&s)_g9PΓb׫qW^f `UX2l^ I5LnXrP!/64f+D\+vDBh&3 2gj;Eٟ}H֤+jёbz[D|ٍQwj _% jjc?N<|YU=- q̆cWH.z-70;;*Jv˖SFz:gvijk7i)ẘ m]l\p V:̶ %]u!UFu&7|yؗ5u5C6)6!(p06#+ 8QWT~5, ͅ,ǵ1`GU% pyRTGcrNĝ ]ǣZ'S&\ʰ``}`T`5n귫7gM/.;it|"G|VĩTQVE7 (7\0{v@[yU ϧjrW.(d!ą+<#bT6fqpRT|䟯(L5] ZLrcƆI>֡&~2y FCI4lp?Mh ,5ӨgN7y܁F sL$lAMEQuPh3;dv۲bg`PhwԸHv8C%lmэؘkt'*Cg ~Sm| {7-c i;ǣ#6.A5ݯt(.r}ɶP^G]XoSE2 ԢQ6I}w3kL 6}0ؐqe~!"1h+jl #W&5XOΕ8P FnR*H2H|WOfmp>`]oKIf(qkLxo=eѝgڰrE"HbUdXl̳IlgOl^ !..SOZJٜ}zDx#}F]Q*QojTSLJ'x X e3po\Jmmy>@QRactqx/E@5衽Aw%P'!sX)uڴMT4Fr'LP4.t,lmO5|?.TV sFf2VcZȴ9=b^F$XIMN# ׎" =o+ Pk\b^L6<ʿM{ia 4Zۧ ` d\$blж}hդ1#c [>L.R( 8H(2txq jytvy_;F\}EvDxYꉞ2ǷMbm CGj?bogi#MgQM?7XWcl=QMP#QL cɹ4|yN #P;Q9P^iǨưg7(h6=,{gu DpǼb~+Hln IOjOtS8osG&<+BͲ}+vVZvTr :ysJUs$q\y^òzkn2PکID8UUЍ%#(òVZj4qASe~Uj,.X|Q\V:*d`ᯩҚqd#7GDvn܆9ALM=?jCCQE[k;̦pAcg$[, #G&vvx/:aB3&dgK"'/R`G3m/Q+qk bIAUD3T mgwa˔=zx6әVn@ty;6~PPjD;+dMu/liL|K`^WG(#驕y(Ψn}}_+ UGQU嫮97mYO12C>w!:V"c.r~~Ga@w}rdXT-p\Ќ W&FwyY^#ý h/C&`5'=Cf.[w)U_z챞r׎]=m-|߲׋{7Y_mc kpGep+z1tZBDB,|w;c7gԊU+Z߱{Y+Is4Fܵ;~=ַP?B2>qZ+za;ۄ쇘.+GğZbd|+V!㡛Z,%?g}̖-pLl AիVj!yENj4A^ a="/͌7S8S"JA숲AInGdV╰vϪ'y,bVeaqdQT*kkmU y@) MaHyKƳRuaDC#dZ?0mD( >ƄU_<s%Xsr{H[ ڶC=l܍&0t-~fr>7:t,¼r#4k$|?ʜ2H4U$'ľAXژXYd+Q]&_1{|}!lv$ݛ z.FXXf%1, ~ L'Sl=gȺR6™F_0졖,ӆαl)ף 3#*#*~<wT@8h͡5_aD 7?2lu_(ۚyR_~ 5F#s|Y繠sB=+z!DN6:DόnpS*(l0K䱺"1 #񾫟\W$Ŷ2r DT~7#ّEK!X{O.hC<ucSDC(Į >16|^~&sfFʧ3)J:B{uBt&Aс}ܧz!>G軔+ GP#zoE, bbN#ƔOIRr` qO/dPGv4{ȭ<>]HaZz`Ք[ʀ!PЁNitmW0M j=0 N9R(n8fV? mlCœg_S;"2'n>aea.Ǧy9r.lNߝ8!DBOKH +UD])aLtm#o/r¾̉A͑A~No^JN֧|@Z#jYݸ0#DDFcۿ6GU#3hZوwoz` D D*0L] |2HQ'& gY{kxE,gS8KHL7F7LvF%40-䃼U' dy8M7kjIkLPU㎃^DvY.b}í0BАuh)r#1Mj*F,=XYcrgms z`0ie¬hu)yHpp^.' ;9HJT2Oy '/`B-h[?7B"̺, *h[`>NrG ҐA)a>QP8a|Vޞz>(5'j#iGN&2X*BC]T\ Hk>~d#X"~\jr{6p%fR]͊W?K-OTUs҃'ϩw+M8_j #81!~Rq=N# Z5f7g,g̍Hu\\-di_<תY$Q`^LsD-;st @]mr8l똜7E935 nx"%P-^HoT6+D7#R: ؉cR4 wc TbR8}ҳx|4L5[A{!=]VjGNtQy֎lFPw72`Ct=;"8ǗF/,lo9q̕Å_^wUn\u)]I$Ғ+ {,Y蟳tn=LA A4~РMrLWjYdxbNCU͎![D j@3Q;Ъ6়K fI-2X)Vߖmk qKE:0PjpZe.Di;pjLc$㨬 ML7l:f,#˼A TŤTSSrpѿ WՑzǎn3Yps-#V~7-iq} 9%,Ol(~Y2*aPs5v,M2 ս:=4MУkE U\4vr.2r( 6ЋS\ <`bmE|noNaD+nd& p }QI+hʁ])AX]/#dH5R@% c3LTĹ9RCE)gAYS}ފg8Vue5g- traPEb2ÿڕdq nKUsg¦F)LݯZ&aG{EeKV~瑽_tꨰuX"3Yx0:%/M9xkF:ya2#-IKH(^@=AxڡM:fCŐKR~9:s$&ίE_CF*E Kc tÜ`C 9{zJ$O=&m~R.5h L $tsז\ye-"t°VRq|*ca 'R8h& \%2ݾV< 7UCX|NK40KdW[a8\v!Fm#5?F~ybCSOkO|Gp_:,K/Vyd䎫>xόB20jP9zK_.;xi``FzL(րKͳJFseεٓ tqa+P#°x .9 rDfF8=bv)$c|GEo4% u>^fԈ'5p r˛;7^,vmpzN0.o}\[-cƆQ.^M_Z[L8 zBH}@2yAʳ?x`JSD`:E:@q^+OK~.yܤRSAҿl2qQEt/,ʹ"BL B"CWL^NS ۆrg%>z3챂ȤwDtޞe6M蠑<b@1Ձ.H9y.$ziAnrMиv=sG5h O;ҶEWUf!HqnFT.1 ?(y3^5ū%wr5HCûB?yۮ_-J6&!;X_7T4Sc<Ҹ~ircOÑ{|q()S̼:&,D.nbHv7RoY'*ڽA]~F'9 @`![&`WeF7_'Bii&28 ViDZ;8r7V0H?ÓOR)AFZEPp3*:u|Ʈl/zNwQW\U c^=$ᕺ\&|НCދLkC674yb(9dBf9L\Xm]^9FSxNmAB[! ј6.@ :cqRc {N=0RZP.K͜BR߫lx3¢s958R~jzmC^OyO5ozދ&qy&b,~yk*q<%r#;oоWH|)UǢ@Rqz@:8C^hN@⚏\44,hOW_7zރ}UjI߁$кON`GWa[vf lv 3[vgHF;wJ إM~B*O:GoB<:Z3^("]kK.SXXs-qʻvx%mA̹޺cFӊ@Pu, INgBś֚5kAP.|x4И_j+XϱWt ~+R_gu{uNJW6uo}Y_paԱ}| -X(} .x]k3 6;W')IbMggmFʀAH4S%mo"&G31fy)l+s '@5#3&:FGDŭH5k :Y螐i1g FY=f( JݮR_h̀O橱CD9avp"DC2{,D>@v֨wN: 2pvF[cmH.x-SR4Y5@!j[2]`}5FXكSc3bJ{4J;I~wQS<EMj d1.mAYC=ڡG atj7:%n|wkpMН`gy+5jV$4eȚ%eĿ~`JR>Ǽԓ? >Fd}m <]`Z*$T[Tt=xK.yoe'Geˊ.>6 B['ՂNn Po``Cf:BQ067$NDv:$)T{tLNV0j hg-k*44Y_gsjי]m)^ G! _i!$@8 &s96E(oPMMFuO wGGpKh[ʒv"&#jIݰ3Y3sld&xmRƋ 퐪8OztʥIs,+A#״ z~AɈ12.uϴNgzXQXdr 5(GBՕ=5DžNEI_à.96=uagv*/ WW|qCZ<.8F\:\1-dk D뉈|J;kjd?н|fG"K^ M{4+vε #9Rjhʮ[^2k=k&4V3Prn. zۘsK4V@<d@@,2C }tꐲ]k0Bϸ1JS I1Q^\:+}^. A:Bm2X\\PM<( .'|7kt%ΕεNL`o(йԑj/>Cpx"BqjvϋȺU3,:.V֢ vKN ɢ.7"exnk*%c4q1a鼦gcZfSY0xA%wڔsjW`uɟkf EU- 'rk@RsJ"j罯-E1#yԦ1U wM tu/᠉ヲkz~̀}L й0(x:3+Mi^ MA9,W8ND;gַwP` X|%adr%& >\Il# Qh71 FFU$q'f/LZ_ӂ=]6Ryj^N"#S掽r"[G=]e!8Ǧ1e<\F''SL1RRNv7w^]{7'4iY2A56-2Ephr0!\u̬q.U^u@yCȈtnjr4Z}:N$9|]2b{}w ̇>[V4 OP P/k-]UoNZt莖5&PW'0 j"78ڠ/&GNcDjx<,rx_UW K?bBFm~ *>K;vR;!njB2Ҁ,gRZE9Ň\&ܔͽiIHj8XHpKW+9#HR,Q3a|Lf0y Kv1qT*˛aR {V@&C rh]>1&AnPT97W$~<n@YF849 C: L0ؖir5Cܹu@=&X.|ReYA.>ؓH(8@-"g%/HY2IVm-毇GBuk$ 9tOza]cܪ>PaP} !w Dsd pqEu~2Zy9amR)mb-g(JQd>`>!!o4q܏v[_ӸȎ\]HzL;$aZ>=v-7M͙aꇇ] Si8T~}Y@;ٙBGtt-FG(oS Eٮ=P̽g2ˈJ'7s}mWl v+<n*i)x(ßZ1צ,*+vZNzlmjxIMb /d$[ߟS^ф;&UV? gOg?)\T3oZ*5WX;s2mDWzjN ,~Eg-/QA<8܅?޾ܩWC(>Y7WRѼmRjUW7WB# G,uC1hfYj"OC&ywe(T_%eMV KەGND^OIg+(KI.~,jstfNHY2<-nS!r%xyJͬ7`A+^\ͽPs2^8ǃݮm|s}{v},\ԅ}k;.[Uxf i8Z3EqL(-YguԴCH*gQF4'xcz{UyHt^k95ϱ@ZʉuOEn@-Ђ=",wZh+\m& ,(ٻ"^?,W&sDt9CȃkoȗOߝa_PLYzB 'B/2.u/IsW#`z"(lFt_{yX f~l 5:8aMQVE_W :*JMǑa?:L;t.,c $ Gq^?Yz$"'xbm]Κ~v6I22Y]T1fB0PPP®̾nl~?&I ط c+dU7̚h>^wY'kHB2E]mcXґ M/Bo,s'Xo`)7WyE.7 Zg8 )x Am Cg8ADU~=svxQAOˆ4>cbSΆ3ˑ=IH 4gX]div_ 1xr1H;M`)pNUwt,C?Y0¤-WKՑoqvg,꩷~ FTi"=r ػ)!C?HQ4OWO߸ lkq3Lk=Kyλ7oQyҤ93Cۥ%zzvc0THpq%\" w(${D{Iwi2Q.YȆ[f$LJB71j N'dլbWng?3opoidIaq^g["xЅ3Mn̕kf~D"濘Jl\B؅.s#0s 6(O;h:o(%C'_y~[&߮ԳHSGěb ͥv*Ʊ=@D^vC@ahk۷ `i/Ӹa5KC i/ )G I޵G UI&R2<0>ɠ_#(!Fw  ; NbSz)`mbxTQ(o$NS|݌="jNb>7V_!r2ϥ@}Hl7,Ş> a P(lMFkc'+ &.q}A?[V8r"e ' EV8twզ*Ίf2{M 6;74 # &:M (r7+c/72]~k.NJc)tzu53I丗'`X(y|_9sA)[@8 0F̼a/ ƃ) X .nj9;:놢.:CM8"z"‘y-䶛P-VP>2{RRDfӹ40C]]۸ r/!{vM}Wx`Q) ? {e™%f|~_,5ܶk(Vb=ev7)C:Lhqʑ*<䆹 SVl#޻e4W_a/_V6DޮMJMIrEt”8E ԭ FhyX@􆦚îɁOoF{rZj:AaY?b?:gm69P {_9'%TU1:n(f+>zMź(x8rjD.#>!GI[s #[4p Z#ȮzQOH1>&fÚ;uJNv3fP,yd8Gam I0c mxW@Ea.sLqI-[Mlڿ pn2U->Zj RiGÈz+ m "{=!C־ &9>O{9F`A^ϺMb! )bGlk ~5e7S'5y8nޞ|:-#2qG@.$hU&uMi2GmHp,_Q,n'3 YXfI@s>f 9$n!zsu-6.419)-wT.JLl(oХT `E>}-83HiSDΣMw޽L_~r2/PY]z WCJOEdV5j%;9s )MΖ͏@ y9 Yj!?eӷ`j誅g]a.mR*6k|)n/?, vc[V\f#G $q w8**yP'<: VrI2]#Sm! viP|}w[v|pXPY3!HRfO@^;o nf/Tq0F nFu؁9w`lGa&[=+ .auZ峗 s)3zεI+K(YNSD𞡅f^Aî7RUc/ӗ_1VyY@T8`D9,!$OᄷC-kb?4ߒ`jhL`[-KHA'gUp9]/7DPi_LB744?4N5_ҿj5nD;RN(F#C6O9 h<ϛ ߱:؆KPiMpZ$g@}Q}vi }#[3*(Uhu`~69'FQO;Q~m#K   gچ=eG`4MAqތq[#\\zMeܸ[YXȄȽnW zNݧ^_uDbMtYkUUىc:9cǺp:XJ]ɬ #ph~jAиZu>xȰ"57՗KT:d͈o#襩37)`:DmuM/ёM.ee)~0({iqHV7 >oe>쇚qJF6{YQB!Zqd' 0 RQܪE6l'/oҰ(Ad̥eRU> JñC.[(B; CJqXŶGLeb.7\?Y%g+~j7(< eK*gWF3o_pK!*ȜK;g+_5CK^j09 CV!gݷn#E O+ɳ l#ô3`6!Jo2foq4I)qR(p$LA)8Xַ=35\BlG$GdwTȋgZW [U)4QAG޳=,F.ȫxKt8^CyM "J֏ ]tke鲳.ء f=1c-feP$ҿM$OXm$ օ/1AuΥj;ά$DtX}6yM>E3v΅I-dHQPj8y\Y!dfYf'PRz;oE={9ǣ/rgZ#m]T#7(, evP5^3Bg'$YN Q0꾜( D8ЀOZJ=I[$ae1Y'΀Y/ɽ?}P@TUH}+8[7ñ>t'5%F&AZlwdxa8ڳE]TO1̧U "#C~dFnh%ϴ@}YgFkIGNNPA^kcD[7 %{ 3TPm5zʻGHb+Q<9Jn5p:^-qew/]RCTTjLw'b*Ù#ksn& ʊ~8SgEJ]Zw%v SB3'*oNcxTS[f,AX:̩OR&Bu -GN +5q0F %*!Lmł3TbQC%T.m~mqȔaT༾/>4aŃ.;i|prW|g~ZcFi{]&_ETdP3FmdR\ aV7:Z 4Þn\T'86_j?=t|k 6 r&8=c ̗'bz?$ Dm݃k0W eN)bikFV" zpuљ?$Э#^e6F^'xQkMwAab'7TzL錙1q-4 [juaK5 m8{җ&Y'[cc?\~pJxB"ژ9H 7n]^̈~:8B\Nҏ,&Ly1h[2D"5_.\-$#1/HUXl+OtC%zbG([#]c'"zQ78f~|X `4 3VNq>Qʅ5ֳ|[G{. Pa܋c|27$OGl\ϕe;\+狭,I'" ø`}ӍTAw#'agm2j_nDV)ӿip# )Ezf,(䲙F:|DijG~8cD8<^p0oh805* 4\n«c6LQΐ@?ŕӜFO9P37!=F@y͚ex>enyp+c8vHƾn#303POӞI1uĊi]@& IT>ı #2E| eփb)u]fTJ)v#x܈~e3F6M"2ˀ#gaRibS*H@F %dOlzOrSuXe"B\و&eT44+[Oy`%SV/'yN'*Jͅ< \ ~*jsց[A ONTR "pgQ2FM79(%bi=ORk&]8mh3Hh.M'ev 0\KEGtCF1;\¤"q~IrYs$Н`giWEԈ¦)%EC5($k8}yaRx3j[G Z?}c2dʺݐ弧&}Ra)U"PWY%2xl^G 9՘Ev`wiz!nq?s#N FUu7I$tH=4"?fG V( b7O^fI(dWȣ8VQA` 9yjKKNT#~>,-gg"?pALC WaNʩ ΢Cs1̢苭=tXnd摜ٮ4[ad4bf%'M:J[ u`1em,mF3 3e<8tŕujdI}NT5>ΙQ0虼!B__S1||z -H' >_Z<32̏jN?a ,TҿXӦ O1[gaޔ>'" *?]V]V s|ڏ¯p^"7PEnb3wXNǀ!aqiw-_pD z| }6׏&sa?kl "ͣ"5s#'u(yEej&,CZI`oDàTMV6 !,Wo_0tʜun u$hh?DzT_:~`UN eէ&A[Hcz)R pQ Ϳf|H wI C&uEg$hkU|.zgHqi= F]xngZT &,o>yAmnk 09@ Z;eYz().*,L_C)V|6jecPڳ 83P~+gwO~q]ű#l|cі SR~ztv>bl *׺$;7, ϳ%^9!N87g LBu)H9%Q DvP…kŎꯐ+NŒ*e&`MR'iod^~+;GOa"eDɾ'g$idR)d2'5<66uD_q_u!6Y9!ߥk'1 Zk~㪊L0S#\27g<<&(wm2]0_dbos1%@KX03WrF}N8B'$NPn[V^ J 5kk:M|Sv46JNuu< Sݽn8}/8P<LAOs2qsbGZ:dZa,]Ȧ t׸נ?d1DV w%؞2{S];7DyW„C3JI=aȤU =E4ٺBjݴ*2*AH N_Y6DCVț˔DŽ{ u\MɤK6E-cW@NcH,@sKuͭ+j\; H眙V:8CC ~cNuJ3F[>j.ɰ{9QXj9h ;G[U5$p*w"ޗ?T!:(7T'y'D,IYKK2qD@VQ2suv\~##=iLAsM.`h=v>D! %M,4ao tg^C 9):6_˘X Q]^-zBHǚ'fQB> Q#VȻw3n k8dhƑpEݖ1ႇJ|[kǰ3H%Puk3-VhMY% *:E|?_7 o\?@T&wc;@i#NNV5%{OKt>}R݂_mCfHGgr>%kpvr0JsK&b UJadT"gFN əbդlK |ok( uuc&yIOeǮL# bh,8߂ڻN] Q;>_ajB[>rP'JO-/H[/_?V)`oh,:\1!VfMF`P^T?zo斦ZJ@-A ̤ [ڴ-@2t)i!N\= 5'EWg81vC3{\esM uÔJR?5j.%Eg}dѿHB `aM>vg\y| ֔yIo:BTƨ]B{NA`>;& psӂ YЇ-y~ )1knі"j2f˅e.`+0T=?Ie3R-ܙ>JTex4GxC{OYɤNŜ SoQkg= fIYH_s1Z"E>,:d[>Tg8ζ%fS:*賾7W)Ø@t*,f bKϋPbxzEy׏cr t6^d(H8/cF"ݓ dz`@M;'Ů0w &,wdr X\{{,[#|sW]e\yɄ0Pՠ8P4xpsxd0W̙ۀV0[2locHipy?x%1KMkW!|B?tZcMg =P}]N~y]؃];90?KZPz]PժmdkiΏ{gg@1gC& 3m|vL%+7+ A*UQ6㪄=>i}11XIKW H.n+M b>F?B=es씁E]^J`_q+t;CZEY;3D4OХT7TJφ' =(qW@fFg#3p~kU-мSo(ɱsg߬V #M-CnRʋ48;< y+YpѨ3c2r>\>'ùoJJrXΝ(8+kgxANΗ)Onq|%lE>=Lei+$>? X"9G@g"4BKM_$Od vLT E]w$duέ@rΉT;5  BB1̘A@Df$Gh|vf{RW"!>&5:|wEM[hVe0Ys9J|P:O)-4mzgm$$RMehgp ˯3=0p@k5ht0]؄`m I:yˆq4LncC]\sLa*@&eTJaǐ~T +$L%~E4[1x"w)}a y^FbVtq>i_UI_F{Cu9(LJmF1[quc$ C7i*տs3RA&7=7\N :e)Fߔu:9!8 %.`?h/2vЊt_)/P aVOCv7YZ}5fbJCi ೌd@a}dZӁ?m < Czd%*Tڍ4׼e7LbG3E捑e NcI ]'ވM38[f6%SdւEJ7G>0E>k;i3X:B%v nHaiKhmA]ޗI[\\G cT =?9W~m+#jfl'rea?{Yb/j,GLGuPrKXTˤˋ 1f*X>D(92YXßA'Aev@8b{j<}=ȴӀS[L|?kmcr:1i1t@̿W6EߞaJK|Yb!ޚ>BJ=ɀٗAdBcU6 oد,x3֍_"I% ZfΟHa6B9MW98`Śx2ȉ`B~|C/:Pā iDBT  ۶LrӞ`kӠaԠ&&]ǔJ @xϳڸ|[O!F(4piJβY{ʊ"W+]WJM"h\ZBs\n7M: ZV)lv4Uuʉ',8qXC=g eSYd!d&/,p҆sl0eTu9Ey ?b!3ezl!Cj|Cm{=KIeZ -p|hX '7Y9gpޝ- TdzxX?+gGҤ01UߜIp菽ҖZv R hF,ke^a#\,W kF Q aMW#Q9TūQBe[UX@G[Gnv܏gӡK!#dx-)->lX"Wrۉw{_VIyG[s?!=6/Pm1XI) 9Շ WI91,kB˽T(Z&Γ@I\-4ݠmO,C`%/GZܳL5ro=>췐 >`$[kߍ~T.A<^_u-w;#/aչFy3%{C=uF4jqh l+ϐRSyy}?Y'Ai%5*矶>\}8E[$@[Iu9d ;`^^ڗ .k68aO_ ׆4#=0Qe'HgglR؏]erϢXU۸yʿujf!.a% %"ٙCžAڸ[C7zyY($FΎVԓ#p4LٖBْ[sA 2J :• LGfb˃>F *E!Q~ !/B\p1i.hN1ʺpeF? <]LJu<Úg_B)g<. 4^($ F\!t]\MGƍXV oSK{Z(Usu& z+`:ͪs?/5Z+sHm[= ?a>IL99`!|g[T,>u<$c&kux/VB@F[r.,JA@"Lg͵w rxku702\$‚TOs8~rHf1H=d T׈κf#] 9@+c-nӂ٩d ȃRb5v4Byh Xeɏ1#r!v)kR{R~Mh hL $1v-P5w{ ר>d-OMqy*SUIG O޳ HH r*@?S/yA|B%k&ᅉ :< ?>SR^/rz1> >1/Iz_ifWw$@_Ӝ#V5P\!4O'Ij< `xY丄TUGJBĺo+!~w[nYވjjm, [Y4X A#ՁC=D2^Hƒ'"K_<E$}~Ffi8GNg Iʰ eš3.:rSu<& ʼĖ@M"|xHw|P8w3)5[R\0 |׸`bdb<ǞU LctÜ}2s}Ƨ!n7^/Xh_qBcM[a~bц+6p a euI"Q=b~-|ȑ M8$C%6ur/Y9еjIoAtRkT/ ű[;J) Xe\3OjV֩Qg)1ia ُ4eZt;%l^ !(;uW1ڏnI% )(TmJj'oV&MU~PebafjEV>36jyM1w0(/Kw3Űۋ6in 92L"' 񗛱<\Lg*N%l;B[5p<IL%t`oCw Ż #xѻ Y굔G2`%9& kHzX@*Wƴf4:yץ$Rh$ow"s}$)F_yh]}|XAIY6 ru&r\匞F.: n4Uf7iYO,]-A166 )޿d7gOUjA.5|8_ kO152lQNlwDJFKa (%1ǘ!Գkz#d/)3QIЫ1;^FsDKgxڢN+z:@f?J|D:ERzidղɐT6Z{GġkezbSB"( :ݔ78\w WՈd\teF6yEuyT,*?҇s;Z̾bIKM+="̬kwCd"$]錣XP~r4cݙ:h؆駹E BzT>wKM|P d`0󶠫2+&2q嘗||T7 %iî/6lg|(g:(TƉrfG`do_JV}{xn9H:1, ՗C"u1ˎD4$fj d <7{Z5Uc<>B2MjLX J.]B/@GnɕVu,E#*W~tɂ7Ut*N|?ACSo( B>! QŜ7mX|NXd9I1 (I\-U?o?mn@|̌;݌x+Y)(2EA_9I*Dii|6(15%Qb|?),~ՓGX8F.f:wx}{NaL[ӆk($R~pjrSS]rÝv$ŁO`n,i:4dtVS|_Za=fE/I\z ڜkB] eT[j"w $1$@auNuV,2gN#,DdH #ײE'^N-s@gW(؁} El *Z U1ɱg:R:蒄pUX}j l԰`}z eV'^ Ͻ~\,?=Z':FY, (0OE!f~U{r.ލZ174WZ~u4LOT3D$=JPKTm.OܥWOmm皩`=, Yy ݰs:Pï/&+7Rvֈ&QB=X6-9f})R+/:cZ/_&3szQς^l]$6җ+MG(O'쟊e#ITZ'}dDLиd95M>W䲫d'F/N]Vיc}eK{Ik[-6s: b"!=9!VSIJ@em.Tn S|XJ{q%{XJ.?u҉>W-䒳ԊH&x@,\HªPiX -n/-Yr s$߼V Y{H;6z Ե'15o$=ShDE0SHv;4D΂I$ պS6YdG W>$"۔ X'Bmvn\Bϔ?ŲQX??*d\-^ pU0ZGًک߄)N= 50 4K*pnw`D_uq5\4?읧+O}(iuBHrvZ05JBiz-nw:@}} #m AER׃ԛǩ "sv^tEdw,TݓDGQ}\*PAt|N!P-Dvt| <$ N fzΪ^YΏKx#PuJq1,ilFyKl$BEz^H4O{{:ИvZݶnwe?QYSߚgG&sKpZdnhxI!qyj'ַK$x}d|"[ 6:@'`8ٖ3; -b/,p)WHjHg1I`ҙR͐ZI-Ħx#%1u"Z=9L+wwV+05GC?"%S*"n !>]ƥU?M' W{C֩f:T6)6\?%&]z*E=5~)ĈMIm1[?f;j'"N+oAVhgu1E|!w착 C=NC6\9J- Fq,h Uy< 4Eko3^,6!Hٴ@&_ڼ3)^ W>$, $Q5Nf7{ZBW#^:h,/|IG; dd3b/CN۲X|at{U*kb?8'5 WKEfEL0B)<^bvb'xAlc-߄O]wHЄ'bIvZC8Nz  xHXTZC(9~sq hv\6:h3n_FAUo*(nX_2N)KrV#zDKhtW,"d8:!ҟ^$1pY;r%KIYZ-pJB) cvҴR;v,  y69&;b{(;JєߔcׂLţM]VDiWBlſ`:`]=؂&̆ c$S|tk2yQ#kRqV)ۥ:L'Z \ F %#=4RҘDJs:GGmM*yIP23`O 87-w -(xΌ"z#.dbTƑj P'(f[av/mT{ij./++K#qy$񼁒NUJIYmVxqU~դʞ{HONlfE@ip^e:?~e$4 4kk1ݧ=z)* ~]-@*dnEk3鈰GB "P5y` )!KO ̆ݻ2 eH'?O4[Ww&VXexŜ 'o,HBז{f&;$U+̋z$  Ĥ,TG )JJ.%[+u*&2q W< ml!߉F?2Q:Y m1|a%Mij]阭4]iSY`d&> gsߢ=jhmZiivl`8)MɇQTwh CJ!< 8ݜW(&m_: A3倒yBd2H^9,x,_@:4ԥsH2dGS$y#k*As[ Tcb^帻4*TG|4$hD-|*B9IE,A`}TwM 3V0F0 ^yʗn;kYf=dxgb{0f+ͱBˬw>p17@>*u4ireD_o` PE~90QxM/ 褱p `KCK+ݕi`gưc%jK5w$m5WwDz,W~,:49 NKLt%K6z1#"s-,tnn%T"2Iz,O=c;H[yRKC?8bMѕ!=3U-$I %+LmD^P*2@;6*6\ jzOHk]O&9{ܺ袪bzHӝy3~`GQH "MAjmϮHe2!/; $zb5S RZY= şΣEnT:y;zoL"x5.t BjWo W>]:$qA{E#9˴q5Wa5>N~$aZQىJ24#Њ۵`X#ms# qЬǰũ}5ɮ94(~tB<<;:ADjhTuNrtzID613Ym/~_fp.oǔf|;|8%5nI0w5-J f2^3n)|UsH=],5 LJvԖã-\u@F J~9N@O3";=h5A%@D' OW#0].WRh9Ĕ{h Ȼ;'+Ym/1r_W2t9erEC9K օ vBiK(Go-jugx1y/JWsH+z2ADgT8tf]΋s@ agnOmeVeF:J|o:e0pMYiYD0@F9V3t8k HA#iVgӃEhLf&B]3He=+~4b\-yp)Ui{yZ1e@n} zh6Ͻ'-H0p1Krz㱎r\$$1lhrJ ~RYiz'?ajy_$f u׻v'ZY(0 Y3ta/&X&cl8#H$&J*`#+0v6U&÷ lg!&kR,.ځWH|gbD)AZMoVV$#aL@gj-9߻0L>tÂ]6( B e0z81 7(Tuoqy[FI,E VQ k? fC|uɶ %W%whCWE+%9<"IPūR0ôg EY(!?F1wiGTR)\ek?̅1~gNeu6ئ6k˶Hȴ(˷eoVLה~ 炓83 c'йNެ>Wႂ̼{ |gb4 oCar[zkߡD7uTf[U4J"@{DH1:-/nuӁi7]G) l5)J]!9nCJ(vv\| b /9p-уMxWO2l.N>M '#"_ڹF{58s%kUrԥW7#z}Tv="2 OzRŗ)4TPijݢ R%Mfu /\V/d ]+NJUA/śP7ي#|s|j"j6a_f fqf꓂%Vʾ3YSQH`=~~G0j$i%20\blY\= ~l g0&4 p=2zMUQݶE]쉜?(D$.]j޽0̯;S]o+[uPyfƢל÷aS6uFØBvǻR0(JKM!_wJ)/F" H$9(a5p$ wc ,u.Sa,'EFa9d\aֻK[H4GZ9Y^]!7_Jϸj9Iqy-B 4/`)C੫Wb}IUoKqWT#vwx 09V>޹`{ɦ< #y Cn &cZ_0 fO,(RZ ټэT߳6h.1h_p/A͎pxp! 0P?`ju4jޥC`E1ɾNN[*R/JK i{&Wgj#.، 4GFN?Ri ,^EeON?ut"5UB4z>'T@q @Uӎ ą4\`f'l]#sS>qmQ0Cl.>fxw,4ƪ:<[~.+ln.IXN_Coj|N Z8Lf\GMtS9ܝk_Og`꩙9cONu` Fo]||B upIP`tiyKͻ|R9ݰXzep,E{O!nXuPPiN~$eہ|E˰@;QY z]J5"3gV`*X[SwHZ3hw~9t G'je7y} LH^mƲDETJ㗻9!ޟ9 qG@WJy(j[qqݰT3devbB |S=K<aQ;!K -eqi4 ͏˔(7j<D:N1 9.cOy_#kj<.|47RJ_&"]08OםJpf@Re˕ժ7NnPU\rŲ˽<;Wn֪ߥE59lQ8aF 3lьqW_Oq< |Z, 0xc-T<99/24`fk=P 0벀0bp YEs'O%0A89od0*2 f9*K!S" y}3ij -B[b3jt``1BFhF\m{Eqq@w)mNZ&U kɖr}:<\&[Ȝ_:x㡃0%û¨A]Ijݦ|vyL;]ݥFw&sԧlt`WW/3;-b~a& ݻJ4 SgRd}nUVXiTLcJshdWb'Xܟz|OUB}['JP2 ;!o:֡)'?fJ?C x9aة!LCF PMZL%c%ZɄuFq(2%* ^3eEknv$ )/2$CĐKCq9?vI.USv.t,[kݢu(AFK_g:˜*WSIw H1T`!QMHt\bSt_[%.wZX`X6TfbO ϙ*N>Jd* .zg^pJ0g,Wa2?PuY"/.5ϗyiS v䐢g5b\oQ7?Wj1gV9G4;^{"pVE04gZ9VU/sT wC?}e[Z4 FQ\=z'G++6)mMW6Wr!V-[vN;.УD2}fhJy8V: yeWZ,4^ŷ~_|*bL\i,a"vul(L5"Awzt$JbCbYL&Jl_s1)֛ݔ1Q59U6SyyY*Sugs͋nXG(hb$ˊ8>lHsK+*NNB2Hna 3T*9\mijsf-J|f˕#YoHXY S7 пf'r4FkT5'ɠ]  BK]֎m7_6|V~JuOmOY iZ:zOGMNz_'GB_Uc!]|YxVܳu FGb+Yĭm 9~0+hBU1tGSNV^y, "+S1S ipņeo(W&c:8`xօyv!dx[Ƅ?.,ve`cn<Ö?F¨I;<ʘNr1 oXZW4EJXqQDmTMV/0E~joh]AGƑyF}ahP]-j:˻:t)[I wuئr}**52~xv?Լv_ t ޑnf@N\YBC׊e8ـ ;~d(T^;8KT6.k%0F>-{Og4S /khB?p<$n޶|qPTTCؒ3 `Q0`O=0G>C'ǃ+=-TardULy) xf8^:Z w]B]U 2Xl"g+zao@ qo$! !M"%z)pxs!%WdNWG :#Q $KU;Puj=a Yi;gP/l*hxf ml w=F/P`u40$$Ng;G[$kZj78Zncr< NQ^QzV* CaY =FvvW3NO1.}nϓP;b6JyM!=A01̜kX ۵}u]¬]=<Ei mS%Bʙ.e4L 2:.hnDR0d0_iŋFB>{Кs A1)mqr>uO׃@)5:7C7JDjarVw}cP+`^Ku5 gۊsUrgͨE%q5EǴ]G]hFJ*b̲6X]M ~w7|2))*;C1>uoE!mzVB6,HߑeHKc}ʁP@S(tL}MԺ[rbb X&c|c'?7;?Tu MStýb$ΑCOEw҉,!3#p4ڿo%M`#7 0ـ "Rʍ#d9'lSLr睐qb=eD.VSR ٖc{(5^zQ ,2p*Z$s֘,gwR[w64übQFXzP[oGUuI(=yflKmNKsS}҄ld֦Ew@0%ߞi-7AP=y;qE?PV*Y? xO3ZcO9E &Q);.؀1TCJgRvעG%k^E B͡L\IwvIffHP FJ ?È|T@w;{Ac .עE PoVMcl^#v{c#ǫҦd'WMQQ'|Ccϩ9j0&M k6,U \$V*iwy,[C -d=G;j%>cHͶ"EBQw)nkI'i3Sjmi+:iD;YW/ZS辫Qr Zxlځ~Fձ.axfm:&i2Gצm195LJnz|WCh(#fԖAsi;szK6`Aɚl2'XX d LE _r'tY$a׏}rC߱d;ۭ%ysft9TUYs%;WppH|L^"o5Yx&s|Q֜dB c'CƦ((/y5nx:DV)$bK*G:9y@n~ l.F~HٿEA`l9nЭVXNe(VEK}Mvk)ҋ>IH1U,\0ӊ)l1oȓ%&5Ag|TNHw-Uo<*Ml/U6j`Ѐ5~ O Ǘ-Cs4փ23Xe $RP_ kk6DK͒,F<s!;tu!Cp3IVZEfK͗^@WKLtq!iytȲޣb[n9R mŽ<]ݜnKXJL\."uOP%o崿 9H~JL5Vue]}>?: 0LY \VΨ:peuH-5~]n uQ6 ``M : e'NsF9EF%jwg񴽏ya4U%[Pr^DZg3i_w1ǝ|;}Z;V㺚O@7oK/-5KNDh~zl$Τ8RLvv_zɵ5է@=+}4D˂/)B< |Cp!_Q)^MW0~S\4e#$dI&7 )n,阈!TK JpD[la?4 oҾߣ`3""Ba69#$g50XnoXt$VEdjYfWť?(f }LYtcLO,Tc3H۠(ݼ/Bj#!?+oJ;w /OMxk}f?9`h鲥nnY{FDĹ6&MzdspѧW}PE.wp] MGfMaƊR30F7{mfMίԉoJ&щe(nDЛvu/NI2h0D`l@עZ'.ɽ\ZZ~o‡,GVOB+x'_sp F拇\laiUa uyd$_6J0/_̯NJ,d-(BikM H<ǮQxYQr<`.,EkMGEڋ*A":cO6UNdN`j 0+0iP w Eрp'4lYjO+>DUѽ.Z+LYd=PÈ, ?52 igRZt◘MKlȞ*1KewK%L9}WB^5V%OȨҍ5\'iE_ޟX>a\#ȯTZ-H1BWXhHY8|z5u)#}T4'V>9uL =YXMg,[BRJrh_VyBVAa%B5( uEZ,lcFsH49v}6LEQ!W̰tV/Ar> aPhd}7ut'_`y8gv_R.G(#a ^e=?ܭ޿S59Ci5)qbܻ R?w5v|wcȌ-KN,Ja<{zÐrV2ӇV+GWRyg$i5 (Jʋ,߱(0H ,.TnIA6=Y7շ-qutyc LHfz{s;sDn'1!O񝠰8L; W5ϊC|oGn_@B+>:k{58%pf:Īp(&wg*^\+vL)iVO)@?eDzK]r6hɥ=?d"dlN]pjkǎnFC |xǒ AH`X\>y _sܫO>pO|0ͳه!0O!4cۯʠXslngR6wrtbZ0^vvW5|t J,ŤF C*Z^JۆS_^J{[A y"0\ͣ9k?"o!]ظu\F:7°FA|ZW OܸMQT xaHVCoX9:9> zvgJYGzMd\/cҋ'ʺu"Z:8Ȭ`|orm+ e>7i-aP5Wfj7c\:K؛D%饉̤ݱ*˾DtMI ;NTHADN W'VX"7UM˙HF—{A\)qME1=,)1 Ta+Hw}KHa8^AC(qEԟ[ )x,/OׯI.=o8ϼb;תl?&!ɚQJD#%M85 #i`qr^?` #EF,fČ^Lfnjɛ. pxB4q oqII]OStaQu'裡*o,Z:Y _&2}Tka.IR\&\ĬXajeawĐ)(ĖKP %W⦅=Jk Lg~i܊N{̝l=cxa,Gc+raTmsAPǗD3p^mB  BP>bmHK7D-盳!"qvވsU,sS]~gRpSP1 >kSeO06nеsnb2qڛW(Zj!fH5 yaI2Z Bm_FBcIR~v}Acٹ,5jX|įOYQъͦXF)0 &43EAu@A;nl(oˠñvAjzKoDġ!z,"( ㄸhl0%Id@E\0 GQ< #Fn#d3)<,%7Ki{54c "Nox3 كX߀HhcÃ)W)`Dt%u 24}&g_:5C)ޱsT oDc'SLT Вs@opuY M p>I]B®ms3EVZ>/o MEj 0(-iA6?+X9pie`sRT'^X K6oFlWUf^*$qYAUPjԇ|@R9q:sGygްr>I1Tcдƾ"{rqw*%i$73,mrZYoMoyQɖKJ?g{DeM;sNK1 OHR|RP=9Æh1XM" = Z,J\-YZB6G$u~L{SZ%`b}W&$nMN]~tEʰMP."RlSt1;4#?;u['/eZCRi.ABt=Ļ_F$d,/nnO.L]6jy9sc9Jb;g"etwcU(E8B9>}kU2[7:,RtzL痵@p:52GY1]c -Bv"[RUy[l*33}xs_7 Z_Dγ!=d?°bp7 Xikqrq>)]:va/O8bք" żLm)tb5t!+1RN6S |=ݺ@_>ixSC F*lWcg%rsG>GyؓZI0 v)=G! 8 #0ȺT Mn0 ijZq*~Jdꍓ7tγçyZ6)أD"ȼ1+ܧL9Xf J]U`@b+U AKVZDn@OUwQ*A @눽Bd8d_څ, Ē%Glń)k- ưޮ'?^(!b; / Or[%6 bK3+tZ0E,͐w1C~ik(0W&-4b†$PN,ys/}p_]=5ئK/DCst[&}6@67 yf'gb H@gln6/mQ+cZ~@#7{i{ɩ 35 hnO;O`Ǖ{̀'] [(M\Ň W.ʹxyG-,}`H1=rWp5Il(4\۹|ǎ,D,@Txo(brT h&uHDCwRerXvVWz#F7O7_!sF^Le,d Y> [}3SVx;` L Z㦕pntx!!Xݱ"W'/8PXKʖ~Ydkg(OZ0V|#Ū.gݚ!_6] Nl}{ D¾ϳQb)jw0jهfY^[a{iT!Ƅ *0j uK@>s5sCxfJ5Q=}|$}o Tٍ(ZImE6Y|^`C+-q@Q_ rEcoo؟!d VfhzK-H)+z9;'ͨ {OZ[HzIWcPB$L8|T5SbKݭ, +{-"n]Qtkw}V厰An0 EEHC *9=rYΓ˕ex.q a!JJ2cÔ?p_%2~1,39%pd)@h@xX,qkS}YڟPֳv.i%#{ZTd"8_| yb@6fKti'C (ڀEnl9QҡD)1eeI Frg&KLY{sA{5alt;e^T2 AFbw}r}0]b`S.~ ţG7fcU)Ls-W}< BRmy&v3rCHW'-k'$TsxS|1'v㎗qۺU ~¿"+#e|*ɧؑ$+ I}"+*rr4(fR[cw%Aβ)(I.ȲKVXi.j2i֓9aKmIV (Xs ۹& x*K?vE#Hŗ勖,W5qFzH Ig.Q O3.> c//鱯 U[7EH2 . xKHs&:J t1Q28mHà\)vMR'dEӴ)``g'DZ0 Q&Cg[`@@[2RcQiׁ# ^̔Zo9ᡡAG Q2k1>*īdɨn7jmԂ^1;7r+w*> -L~HxJw$S˼vاZo*m=x5}S,VִbZ֗PF_U l̮33)Ncd7tV#;A2|_MAIV4_ed}QϦ9(]|T@.ݴ QkfN)DY{̳`F,ؠ2ONdOŧû|IImĉܱ6)zsr{u)huOaʨF]]I p= bq(* Շ M^O13h}k"& ăREE.* [dXXim@ ѪRnؔK*Ӫz8jt{ä9UY!jNRUHdUos%e$P meޚ+jP6HK ΋ e˛JPQ=9B)=R|RP.;H®%ׇK?.NUlԑTdgd&[#9%s`!]0TFEQNAPO#2q>}`a^TY4njFLrijQ$~ *$xm_&Nhb]h][2Ғ>'6b^*p(I 2y *5[~6ʳG+(QZ"'*` R$JDr7((5r"$٠ٽ| y`OF"jXY[`'%q(ιxAW&X2aN!=x\ќNHu(ڮ|MewriH!0*q)Fko7) NkE⁴OF/\ԻA~Ĺ줓ޒJ[ܞ7p=G,ov;. îш@n0R*tht`ʞ*NxtwA_`ck wPec>Ɗ|NI}s&KvSm^kGy"!Wo^+Oߏ6;rGNeCH ̪a2pVb5G!xma`d`"ofWkgA6%a{moJU:Or$q$Il:@km۽6W\GDqR/}BYR]ɘJ5C a!}83 QGOm"6*iW⤆+O=ד± |Sr2<pp8Jhݐ}0<䟧qD3DIX}D 0(* 147Il݃䉝@?&C2bS2&.\/7*Y}K}d qnuwmyjjsq:z >(n1*·OwbTv4+x?Z;f#("r56ZK-成m%[SEBErd@Ù v~MmiMq)2'1EmQ/.ֶF=pml_ [i:pDQL? wϊ'L.Ļ&3o.:QsYE ,ytFx; [DŽu"JpJu9ɾSx( [y7;f8W.3-_60]k:IPQ4:Pȇ n{V}Ž)~?K)QA QG☂E;bLT<9os.*sX]@3;ה"MswaxW~h;f͙p-G [XP㘠Z$lĕbU& 7Zs5i6ae~?}ɮ\iHb^7eRƄ_L]1h諰cl %pAPz[BS .OS"zL!r8|F۱ ,35(*Udo;ERhjQJY,Mchw)M,zzv#~[f|CM(f"{`ѭ.mx:EQ 8gV_1gGKhE(#cR*Uy"ʰTfPrSI+R ?u?`@k_g 7>8]ȦZ|*ClإWxg ࢉ~jBO0f_~e\yOF~{Ϸua]vFPcCXub3gfzuI'WƓy m& ;}2 T4l;?_"^ްI!0LZ a }q[q&dTIm&xKvd4dqB !zJӿ9H[xER㦁2ԀC<"Ժ35Lʣ5%:IK]dSz{E>"Tk,d}6L|$/Kv+dq|J[*6Ҝ&ĜAQ[% Ԏ W oM3yя: ||Nm`q[+ͫϭpP2lVr߲ж `.BVDj6 J:i y1+9oHrN6$MMېFoݯEU ^w/s 6p y'[X^߀Dğ$%D"9HQx>8,\woq} iv?,LfmAZps3%)p&ne/Yl1܊֡ G-=ҖhM'ݏ@#68hKp5Zj!ENWs2# F+Yˎ{OQ>yfzߢU.*kt^XLB|k0F1H55{c ~_]{$0F!Qun7T񑦧?-rM%Mė[KbQ.9U p铗Z-9Y?޹.[s@ {˗AWg{W謅9 <|R-H5JT{۳ohڕpi1( A>8*M3OkiyfirYp.[qt 9_,{=ڔah[*qbVxThC jKzWlp8lVI Bΰ3;>E4HMPOoF98[I3a<0x\Vف>VnjjxLM#&R׉ⳟȌJؖĠ #{,UlGi)K~ ] 38ɉpx_y )^0eDkv\.6" Cs.:-v0* K/(I\U?XCmXJz13Pv߅(&k&mHԋ]{;RJo +XE3w5Q\ <|xYK+5ms1-#6"#0FwP*fCk\)+&M:>=fI.{8=1G;`Ob+ϰj[І׈I֝3K=\>ՙe6pFvKe.zz&QFUE++ywG>ԃւ)9ƶ* /bꯁLpVƔza DKI!I;iΈ4ȹ KVGP\+4XВؤv_*/#kjga4_P}A*H[BadC4H8$VW/wtn47CGNnxsNU}\́TqR= e4`z^t+PQkGR87}:9jKcOB .[[\ Le~ֺcڕ N rבԊtG͸?kjDW/ Z*BWzBM̹2u?`mc{D'><ѽp[|~=mJgHBI@G(qz6/td{7έۜ~{{RCCDroXtQK&F)[  ->+e6& G|'EK]F\Y^"6cYjyLWUz2%r{)瞰MlAoy~ك7:gfG#Ӥۯ]Sb׃v[*P RdŋujՌ={G]h+Z͂P @2|斠ߟq47.)jWE]:Խ e+&Q )p: oQ卾52A NU&Ƴp ׻Hd9Պ_o ^/.@d+ۥ:S -sj]VFal^!b2.lir.^!;e?碄BT"Hnq Cs27)3SCPdS?Wӝ?gp?hpYvP?R79C/Jn <TĴoP_\X;_)2a wT5?3FQFP>Ri͓y[timI~r*C%_[iW?jsC ;7-Ƥ4߹Fi6)$ q ##iS<]*e/Unk2E܆ZT f)͡?r՗tՂ{e%*? 1䲕lk!o$_?!ռެS:,`J  eEX]Sjm:ar[Zƒ˜B=9U,ʌ0V˰x7OtY݄Ɋb, xy@߰q*#zף!Q,Jń|,Ky?f?\dc((L] Ñx~KɚjgA(EcYY]ܿj@7,LSٱcVm$h<]i6[׃U+muVQ"u"abP(2dnXO{(,|x~%tOw vGuoh%$1Jl(V#K'ܣfE}ʉ !u+_hk>&%tAsClӳ'dE(cK[?cb&J!=堭mJDFBnt SL_VK۳B[3ق,f$Ѿ".4_6]ұ`v~ә?ZJBD.B a;-TGu.'1 FB@,=֒S^uܬ*4 B8 zf1_w˂ F݈Hʖ(0>aH"L+z D\1LǗ2_Nj[N0n+ݸ]V܈_dlYBP[-4z$4#A7oYY,n~'爴)]τX!c&գd[@ddlFGmΌX"8"uKԂ">[C4q̺TA}YX$*츯yqp;#5/Yx, N#82hYuǭw#*wma~>|JTPeN;#*ELO%B`V%L Wh+ӏJ_umh jHs~? s\,yXe M苆G|b se4SYtMR?yd8@Z_z¹\K e/hEc/ AL=zF$_;]:1MPc; DD}{8l2oj^vA>S uWw`ʃuخ2_oқ"j~hƚfFO+u@ĭq2Piw!N!Gm9(ʝTs-7-*`{Y|RAƒ[8J$:A^Mi:J xG ]_Ҵ˸{y3l`7YF!]3ׁQl#'dBnU,8h~J I,|ܲR @l7v6첉|dGP`H bLF +C(4;cM]vaXćc[8+u#)u+ QnĭiF󶷾ݾwTREػԫ}.,Xu~"DJTtZn*,]=ҜAwF<Qn9e ɽW%oЌX^\倇4*6MfULԐEc{wƝ0 k9jtlG[4myIwXØƶy$ZT8@ˬUqHwA+y[N6*WFwqr̈GLF Ȩ&~^µ>dB_xnzGXj26g}#m%Y0"2xiT6>ЇE),-7RsD". =ࣻBKuYH%3EV~7GR ޙJCT `ptMe$Lp9pg)ɴd3t]0KeHB8~ wfSfNyp}/T!`I$jc+]rzcZܴB&՘V A{HP6j|G۰ P~$L'Bs@,x&y3'{4ՉBL5~?s۠q˗ʌXm@}srk3a60^]L(T\C~""|X;%B ַ,<.qflyc\yǦHzk;躡 =k\6# ~+g"&lf4-q! P]\=<~Ws+6]+>v6_\. 4k/.=^ &[cѰnpnj.tKeʤᕋL|S5FmRf "G{='=Mq/Dj`ؖ>#i_gKJv_z}AyAA#y!&%|\){]WxƺokZ*_;eަZp2\ӗV˕_A˼\57;.fqLXcU)_;¸a) \X?n9xYtHpj Ex1ڠg"v|Nɱ?Bo[BXS:\9 &gs25h0"W!LS+4)3/5Сg8hdfْZN:\jqv:^Ev<(`C5A&V-<6Vn"t5g98En.X<3$C L-l υ=B ߯K5dQ ++V ~Pm/?W] 5YaټgKb^7PNm(|AѦV!DDuz|qˏv5V('ZqhuuKop)]]C^V}~!u2NQPߘ3`Q(LTEyU X::/-' c|:yX߀/\:\d52+pF+dm=3PB߫BkN-bo *7*!yQ?4E11\FDQ³C68%Қw`A0ۦ5seXek~HonmTCC 5y!,ӽeK\ 0ƑKo(VDQ%rpZK"U=ϯYD`I@ 'Hx*YGZVsɻ ~kGD}!jJo+ܒQ( z Řj} +l1t#p,S4T)t"ptD]Z>0!,|q,Jv} _^XrC7AÐM3y6\sy7}#dZDv6_ۚ f6Clix\nfH垼.\5Luk]{Brn̮{aXcԖh gm."N_Oga=eFJR% Ō0Fg,`꙾7| QչgdME=1^z_ jсb>'E踌+Ł'2)bnJ^D0jQbz[SG< Jo\?Pk9̨D*pڭ3==]!abAJ" 3+>~NNuGnR PBsB1ɸӮ8nU*SA t^ܧ)B?o5uO1;">\%1\K.^ckknɟ'Ƥҕ#*(xjuT+/`+J,AJҿMCV"l0p7.D'.?%XE ¶d&V=zQ~?Csq5) ~),|V!9TWm[a7R. Fn˄#{6Wy|[劇X5ȊԕE}gfcY@I3F&L^%z/]~cljlj0MfR8NQ3) DS2/52*clRĪǠ]JطU*Nvh:U(m[+5EomB:bHٔo'DFVVϺcssscі+ o̎6C(owXq™$,qp ៕]twt$z~䬭B)?Iיߗm9xި8+0e`,*: fjQ~ NG t4 _p@>G̠#+5}zŷ]ɓ]? @rP;%CtSڊ1 D'2Oy f0 NѥeNiHc~'`}gUFGz#&],1(3+$ dSҩO TDo5VGN(>_iEefzx5DHQwdb.A@"U di!B*UoQTs:H q=1Ve?4#vnA*3 ޲vp;.4Rv$JHZxxL}1r{Xx9@\F.ܾ2 Ė:SY@$/Ζ 9@ M\[.g|V<] wĩ!rxs4ȍ)8j>5츑|6χg,w^E| Q"힇cWSD1ŗ=ۯ>f(z˜*}|$Y~G}ZXZC_tR9a"N i lھ`*<8 0" mmA+۸ƿab!1Qc8o՘'HF܆8=1BYh6>C st#>'6iĪud.z{ 8nxea@GQ ʚ$o~$ZǺuW|}KG܌Y;*v GAcihp=\$@\aeocöV"7M҉GxG<ޛiUʘ0ѬLG8q7 O:MKɡ2ztׇ=ky1. :pA{13!D6y뙹#}W![ q,WI۲}jwVɣM0Én4Ќfe|NZ΍x"eDTȀ1M-V3 jPAw6f$2l )K\"kҁ'g B[E01/wp'K pw!BZ53K"]z䏹LF0јmԉ/!D$b0r#[%{O2ǯ >6-JFb2U}eGS5I皻^rGߨjX"o!Nͽ[ڮ xD*|N+I9ǝJm ]`Y7cuA3AH`iNT(適i%?%/}oV6I%ď6)- ̒(wݚ}xiѥI^0zL5>n= ‚ Ш۳RMGY\жUvetB,R3A qfUX;!zg} l^(,BmJǵ-K)hbܧP>DH'hkC?NPxo)cvj6(S,ySe*jhXZPЖ((ݳX<ʔy|x&UF8U[;ܲ<cc1 g:_-IP)ҝSX\-{$V$y$hȍ n.뒾U Ȫ#,\zK_Άz n8+u.R,`&+{q/Pz(jaohPI>TԴe93We-+߈5,9{s,Nu0*C.&Ӗ~Ǻ(G Ub6 CH",-eb9`8*՛W`KPDŠ`>X6j7U#S{ج%vn1;q_Vn\nm 묻bWDDDZv-˨ݽ<՗c/;4' \,"fKx36zjiTJ7_dʙLPW-ώB~wqfpÌz%myV 8hl=@giQ0[}CjrDŽ m[G<&a=,epAZӢ: D}g OQx.HmgиYoZ# zf ؔ]F<(F\$)`j%XMΪp H>U6"~t]ޖiV9:3華J* T2t{%0#"= 9Qtj @4?fEXz}@Cuh-"QL QR|^j#*^/FTD+#36[mRk.LG+'qGHíVvDWB}Wq[<^lU*ssI vfc`oWy!|)[I`t&Gp@ M,IF̊Otft(?ap6LXŀAi46, c0BgidIr:xVml9%u9"z4<o[V:r"+$r ֻ;kd&:ZzBSlh"+jw09rK4cNd=R|KCy%%nVsЅAL)4w'6'^IqÇF9d_@BrY38qA릫)?OKjWkx܎p=dǛn%\]4g)PES՘@{SV-E [Vg{ nk !N 7/t[n^<eafpJZ? ˑ2{x09 5ۣP A)[+:w)J5EUeH+{:軿z="3JbyndϳG@tpZy7MWa-1% dzm!51& fOAlB8Oq32DZt)"is&?hX%0&;=ZZ2`Csګb:[xaI$ͤX1SAydc/j6%kqRs"RA?)Iw6O|EANP(c|+~Qj$wۢ}f? xA#$~]exJU.A\ 茾qAN|O3ƉÐaFWrrS/bscw$s?LwHW溥)x71}% pxھ M+D; ]1D"#(nଙ׊(:XQT~ WFuE9I8ٚx͠ل[]#,rI)M~l*Sw>*Y̦XTt6Kf,&,3o;%0;́Z?>^4eoZR> AL&K E\أ:dhVl8bm#U}JyE|igt/Z»Wy6<{OQToTq ,%VNK/^2֖/b+_%G4n2JO?lѾ( Uj\(}yϸ§QB'!fmZO22ZYy(u SE)>ud,:MCk(P3LngWq&QkUH{=<9}`&Il!V2\Qu{4HJc/7[^گXJ%rX9c3hYAEFlda r9JqŌvQ7f&*MQ]^a"&*{r@8nX$;;Kreg~%|Ny[nXΙYڿ('X1pO(;ӓ);.Z3H}R!tc}~R*.IYP3H#DS_HgmK " >W; !en߫bf7|9xWz )KF *akUwp;uwNaFѽ58UwtYEÇզņ@#Tlgu8J(U u)6f-ld+7v".}\ jA@,"S(pIH$PMpٵ**t>'/cG1eXکR.#6Z @w:Y쳉ť*Vk3x?Ii(%,>(9F¼B s/]vS5dkUF) \I`$L#./ =mANm: _8K:CK5 /,Z_P{؎n6&FBto_HN숏I;FDl-10U2GSDK6&c͊c>B" ?tǛD綏Ynl8l1J+lrw :z ys>dϺ Q{dk7KE1olGBU8nD#)bcCUȾP !(\漭Vf%9xgl׷}v# ߝ =-U5h(1A\kpiϸowtPe٪ݶpl&S֠8/RŏaKJЗ(B/&#uBKAgD][ؤ19NTqnw[ás磥/Y=]D= US0 9>(hoM :Ǯ<| &I*L7he3rm7mL7/$0b<&By1!/1YO\"X3u136B3S fgG^hY"v222a~5n1Z8׭KK]f&)R`Dl2 iEea](9;*u3kJ]$ #es|x)?f<e}蟮)/pKF|uUp߲ث81SdYe`|(sut Ts Qr,/!7ʐ ~iօ"h$zgȆI|cR U=gd=LAcB,!qڎ0m$7Uv'n.ڃawkw#w0Sz,As n9D./,ei°2MeB? ԯC5ޓR"C~P#K7Koqvj)P5o{_|.$'U0t 2*wa8}y8 i[|`]?F6`yF;z6v 0z*"M1=}ط˱s'bfл,VqKӚ % )v΢dWZSndܹf"ZzZ[E _x֖d5°*7^@+tAד^UwgXfRMfήzȡ`[ =י|"jCԲx&YN }Yx'^MGo/WE:jn'\׋-S ~aq^_%C$K]q-E#hڕ 3fRq2ؕ+NV2b%lC bJɆn,a!enc8kO͇z"Z@vdJMVfU%3P5/FXcj1OߚL_@S9\ jK@!M"HO~+N6K&*)Q kU# +r/|lmkS3zKF R d70Y(> h5^ 1GsZ2k^S1͝c$(LI'T/Ǒkl,%J#4#[L'N>*%9zޟi.$_#g}4]h0;ҌJGO;TwЌmGHmN^A~"9WpTJ.)D[EbLh(gvxM?yb8#u+ĽaNiļ#xeS.0lx)"PHS X ]U/WQԫS@U) Yb])v H5p~q+-8xXDFvuJp~ƟFL()Cwf6|xi菨Ø#G&L䚗.@5 S V5o񤟓07[b޿εgdޝ _u{DSQ }AR:h4?ʗƦt .{S*J:]?BNT >W{ 7"@fB7r#lZ]߄*q-h9ZO{,/wX=@rP[nPV#|=Hv+DZmHӜ26a7)rlʆrB0YsauKw¢){Vja~"Qۛcr-c}~L_{ey+BFFݧ_"G\:Қ^Ebmq^܇yhzr1hI*MJIPZ<4,hKӤt:/f[>cJp#`bh-rrۤقHW𬳁ŋCs4MVU%1rns<,Z?&I<(kUZ72ul/opx݁>VȰ͠K%I!VS&)#⑅i"I2[*Luv3)zT|ܭί^S( 3n/' C7(VsV2%+|C^29{pҥJ i'B}YF'Hw)qT%/}Y㱍)T JĹ@:BήChy.d8S2=?f[?6TM!Yn2 cĘ Vcʥ/ʦ& 69LziQ\wf)gePU[Ni~H `[~"W/D`eMmx11([dSh"?ȥS1unaz 953F֓"2VP U3\;޴=^7]+X4.LWeA-|9 :EH,(Nөn:ޱ1lZw_.O$bߢd鰾„V]P(q'c?g3[3V7o XU77&#6ۄM(:,1fE]n04K9Y?CrSx]cI}ReiNVd Jf|3YR@TMf[,CC ]h7u_KA͊^[\ѡU{a)J?BHt$cIZJKR\Np|7rTFHۙ4g)ǀ;Ԩ*d4`wFpg\pf7^Vy'7 .W_h@V9ՙ$ɹͻ=W)e꺜^))l)41_Ni'/L{@]lݺqѪSʪ =:1k7\C`÷"!xBYqv3En3Xu ,z0[gܼ R{Rm:`v%3'݀YV?Vڱ'aD2.-S*鮤Ŋ[]i[8'dDp%,&upb}؉ "ͺ?g_2oI=P6}!lc#%3:Ke7+8@Y$_$mFլe#ˑI΂4#ïAlmw4Ҹ1.I7|6G_i'N^`Iw EHQr`r=8x{pDQ.x%R `  HJ7xtHm(E K'M,{%+mKE&q \"7m:k9=o$ί "tGaD1YXngbbAWݚw.ZUab&܆vkĹaEGGŷBq䯂3 -N`(h:2-oٱ!R%L^${Ѽ+-I\b9 iaEP<'=ocޟ6v~'zb_zКu])me:ӦO,pZg8ۖFڜxaMw˱)9KRM.[a8(7L"%TL-b*E!{G;+ 1rqN|@N~ sTqG,x{7^\- @I<ɞx > ȫXtHt~~o~P,HϴSctYYM$E%6yA1mqvwf!9ؒSr! QRR,|< ?p3B-ʛOFBH(6E?~;,\$:w]#?Mh<֋$ެ!7mnB:JCo6˛1w$jbp~a6`D@#utha]س'#pg׮(s1Z9yxK=BܕE'ua^q*oA 4^s>NX[{q_Th/w20y݀sTyP,6 ψm߷B?\3M˘l-<,tLLW]'#_/Q^vWt8h;+bF~Wߟo%J{auUҕ- iȪx]Gd%PZE &364X, 򭋋 v7AL!r+Fyܯ_ƧrWso=Ngf@\Tz#$AK@tS2)=wnV/vsڂ(VD: Il砖Q?iےQٕPMUp*ius4"\m`t0En)J(|LLQAdGL m80[QpBL egQ[wy,
_-:-};q,Pؑнtx.0UM q榢UZ `lab6ޝc !xZq3`Aqfٹ2-)wi;ҹS$3)-KZYptOU4}͓ɭ;Y#&˝l9e yI@($V^woX82,,?ݨR sZx+Z3̝ Spꖶ\gqA S|N$)8by먨=pNƷHNm2d}1~JzSo'Tλe6s/\(J"Ip31${RڠaAKv9#F#%GMRReTȭ" &qG. f|(/8t̡GBvu#JrO߄^:>qQPAHƓuPW\Uch=39AWqц%+TnWBH%RgG+HPI8}Ĝ|xBo֨ M B"gl ӈNZĄynmw CZDUДNI!_btgD̺9y%`ֽ6jXBW扔q5Z>O&dGJ}B|f6wMk)m5mi-CrЭTl5ZZ>sO + 8hXӛ )z+E庑]0 |Ó?j"OCuj"g>E (*U@džF2Zlqbe\]78?ծwQVbfS/P"C;L\ . OY_SO=(WShw0 f[PHg6HTݲX,hH#?\` ^b}2< TT!_.V mA۟WsNNd`+zO<=yI7 X]mf5CKG3HHCε-mӷo]Հ|Y"D# pȏ9K{4;]Cn>z5WHo[.s.Zqбz+cꍊ@ҷea[R|yAlk)k373?C}F<6qg^y"|8)#jS2C5t&4ހm_Y%IZg[1l]6q殐J^\O>l϶ ӈҴW,C\gOQ=_OĐ'lT= uaqRNiY*pYr;.FU@6zo ֑@H[_ (T^8(m6YOm,e3%xk?Qq@gǙ]5ǗT/bLp @0#Q};J͔Are o <* ;oWD\"uF J L&J,FXLpc.&FPQ(n8'/"g"I1Cz..iƌX.9"9A&8X 1j!Cxi u2)p5TRJ~SY꠰2%&8ggYŭ9ɠUѠTG=ɯe K#k fM%)IԨ$'ȭedPPa|6a\ـē8p;J: R$w`>eRM1xZ6e+o^[?+PnI팃G/UpuGLO1Г4idA }!nI?HVb#oM, /n_g6 =;c A_IkyRO xra$](YI~i3~HGe]!s*C'!}&UiA=?fi(u?XW1Ue62  콺>8!A"MU,JFЦnxV7_ãFF6G)TmO| zcrS쎬Oĸ^WZ/Fs Zq#{̥%I%ax 2X ݔԕnqL~W(1U:njb3pksCe]`+rqgEH)QjA~&̿Sݑk~|X*˓BPel284ajYyPwy9j(6jVhdRuQw )%|n4p@*Jfke~iZ#j1**7T&a2t5K4k})Kp\ NoB@2Nzŭh~@%BM-KWf}F lBu*LMPUnJQv#HZp<+4Y,= p ]{d F"\}:`"ŘS&J-czpGZh}K6faPg ]߃ly^g;eRqqRvmj}Ekr4q4iihn  nSIxPK1Sz >cmcp V7 j8rqlTibǿj; ʈ*,*$윀ܗC_mLj(C1TS\28} V7+jm! ΛߪL)ߔ0f4@7䅆n>O-hhXR&F|HQL&Z.4/_<.2:eQL˪S(7B%nyf:ue7R%C` +GO'ۦbÉh) X'ca:Td;,tvY" 62` " E@XA|< w']`#]Mᔝ 'ڼ+ v $jqYXC!OF+`$(Ghg=)(?d"%\^ p- FՎ c#ssQA[KM|. إg yސmlj,b- G3u_$Q("TwakK?]A Oܹ0`>0* %33Z1c=ɹry3Clkݹ Sp)@$TrhiĆw[IL@rn4-FB-+H`h LYgߌJd_ݏ3E0b k+MC}\޿o\&F8[;E7CPUC׹S VvyEڣ!a.e:Wp_#Sqh@* юY ,w |EuTXl)AbgVRV|j!XeEoni+M*pfU|jfQm6]++PpҺ"X{|*5@Ctvy! 2/(<~e?GtW|j^f-4{Os,Uw UFQǬ?)nVntBJdQac33fPЙ]ۮ9jY*{2?6DŽx$ dۑ }j~ZE" `_uj w>)aXkn̬Ocz)Xr ņ~qw*Ρ|Ei"Km .:*DG'6Ϳ.!2BwJrܴ1P鎑)RTGC⃡ZJfCΦQӐ8WFs,jW$<v1R|< b P3OD;,sr(æeE)8ݲ;>1\nlO!6Vא-u{?gqoޏ3K[=Y#QFd:z^g(}qmB{R1{ha`ä\ᰴJp Nџ|yV~ ˒հQ($*whW6IuHwU]͒rߊGkf;q ^g̒λ&{Ȭ W3-%=/]걒7ƨ,9U+4d BIZ߾6q57"8t Yx*NΪSiK_n k~N е5?yH,/P}Ǖ0y>ɽǜT\YĤd+5C$0cm[~:q[]@p-ץzݥxg0I>u^N8AG7^+anbpV.H6A.8)938l<4( q#k:~46Y@09/`w+5Z#k7czX'98T$B LBN#a/_FnU;v; zalJfJc(`.<؏)=S9 fkG#`ǃb)!FES;PMNa@edp|K2Z»&qncQ)'Xa065qA Z['${QP>ۂZFb+KԜ Tn1Z:y?>m]sA$eJZ5L_>oiۻ33T|An2Ǽ=RnkA * WLMW<yK*U)rn^ۿIɞ1iQ|a_\(M4ޞ( uB{dPG D%ׁ`q!xͭdMkJTqa:=fReFq6lU$/ӱ%_JJ@? p<)`":{[{3~ǰ])e+0l`;fYmݹdoj}iطX|1lKdD>žqL7谾ӎ6_-̍4_kSAKhAMnƛy0h0m>.+4$0YNrk`e]5bv4AEA ve&IAXE''EeQvfwD2׫_@ִR)TA{XSg(6Ig1Q8_S(zp'B9h"<8qj`pGp eہ,>C;OE,jr+FKHj3F,dhI]͟+dr'1E^ɲ>;3~UnAЫ';-`|%DҎr/̌c3yg\y Kz?oq]IuqPBlGsD:;G]^|LޡW4R\Xc>,%]Seoǜ_ Msk9W>EN}Ug=OYOSFXCEּSߦ?5 r?+$7Y˳;(I [6{Xi>&>. ը9v6|(=yh9GuXTjB[6{caVO#b֕댟RB@RZi=Nvne#.[h2;{z2[b٘ pND "r4OY-kDз^&bxd<אwJ0y1.7`뾃s0SY_/Hphu'lXQ0CۙI jųpueT^~@Kkͷ1,yzB4@+QMOu@Wxb(M%JQqf(ut%C qW͠Ќ TX')L ̥Y =[O(ye+xCl*# @T/*6v4Pio_ftK72"@i-JHRY D37߹ih=wn߻S2kYlfpY5lSg;yRy&Dᑏjp(@D 4q R.֛+gb;&Ak8#w8UOְԥ]X2qQVq1Y.hK,7a) 7vƽ K1;$ݗ._0K5WEPI r%TmLљirj1XqydA.lY$)`g$̵ShEHE~ѿ:}kxd}'W)grj3N 8S)2G,څ{-ӄ续fI9wEfwMXJUX^? nj䏨H23KT;2.w⹎@6H(ИĆ"Nm@ezjPnqa[UGa)F4en̞n3Q'a8p;#w.2hܟ$1F'E{]ϗaS.0Hu#Aa& Ě9qYYK.gT&b~nSO{TMK҂B7೮=Rt4K8h*5SjJ`.T\i!CVgJY:(f**?Qdvl-9G1A/sU  3wqu l.QVS\-*,XO6ܫ(&kD(㤍rJ8WX߿υ;5dڢ2/Un@Q Ճw~Oĩ\Edf6d>8KǥԉPAUc(LإMz! @T&^}ɟ؏H;}\FWj#;5Kq]Zڴicb) `^ؽi:t囌CGp;= 'B}aZAc*;4iZ{<^G tO}%mWQ-7%P,̚7gPM‡N'm&w)$*̟2r3AL:Qg}fJңݹƕRn/8OV,QY0 /%%Qy-Oj 01g2P$i9ihrse7\RdUe|蟢Ʊavow4S͜ %{pn0jB_@@OIxp*ލSjA䪹}xq6f.4 n*< k%|}6]T{>wAO;#>PF<y/YIS>Օ.8&dצyb~ C wE_jֺv>ŦN'3ܾٔkN2c("gb=]Au0'#i|i_^؂GTxq}Ma}q'Ҭa1pSsV| 7*1M72Y".}dhKREX}QJ7I2+2$! SǚH7E4_tЏsh%@ ݞX{Yy',q* )'=CSt?ⶱzy"pDsx _5a0i].?G<'Ԫ=JUW]MJ5)ZGEq "WZ~jrޭΰ~huSFĪ4[F9H0Lٚ[Df Q4WJ_]V=9ǁ ?0:to*.9"JTLV^N\\#w-C(T݉ݹq F7;,bMԊӄ\ײ R/0EEi'?iw B=Jv}ʽSVd-rDNw :>'ދj_8aS2Ё e`& Y躱a;SA3Ή:&UI{@ušɠ;0/yti,Ӎ$*%m: MaO/# yA]}Ro zqF*)!HqFm; 2pIV2,X\gn*ha kX4GR K[IS Ʋ(yBœrnSvv4Ѓ9j"-ZM1~S68C M4pּFLE뛒넂3x[Zdu,p${XE]z=:4 Әg jw;/h,fA|%.8*ԃBGK VG4:2Ϫ=׸\'q} ^FCb@2_;QNV=E}VX> ]sӏ 侧nR(D|OUe?(`<IJ#y࡟6v"K=ukf! 末<<qp{uutEA=RTPA>Z 8&YzF'Rm+c6u˘uS܄Ϧb)!vgۻX^\t[`ԱTi-:6'u gUUH\yW$pr!o蛄$#F\WaCVƗW[2 \Cy0~^du!`4m@IYRӵzzx͡^ߒ !1Eŕhx)wGesQ5F#CfwI=K/^xD2S||W=w2D{v> cJ*2˩O-=at·xDMX`e!QXY{9َ*okޅ3S J5baF= zP"L^!gO NIu64Bo{d1ݧl yg q[`m!GC4.ݰo| IJ#`۲hܣk"s<)jՉ4\Y. ~THws @e\e hŸ͗]DQ̤qRU! 0k&o/A$,Z'/ƣS2T/ O& o9F oeAdCljR}=ǿo.YJ?c/PD+f`+N)D!MVsC0Dc;6-r5={lp$^:Ә|T_T&*oq}z6UB|UMqyo>dwUAcMTƛ`aqa 4^[pϭ`I(Z^Kk(omy[aŎTeRG.P\m"^Og%Fֱa*9\)%-kqO)o n3J]7#~L0S/,QCD6:$,vT>wMXk9L'xUrw"Rƅp4NH0IK+7X& {$yKykG #ZP/P 0`"YhQv}Tkzr?@j\2n=$1fWm]Ӗ-@ְMഠWCh}J0h ?" LcƸN8^fI\1˸/*|YK7s^Aڱ"($;*Օ44K75'4}ɍXsuZlgnଃf'vh'ċv(G&TZb)B =w;}4 ~}vm?;Gdx^S&qKrcNi_9>2@CY $TRدMS?]~pl;.A虶TG[raja  ^-xJǖZJjUeU;2v0G~hɓ;ʫW16%y0Ǿx1LDC&MTqk7Y!N9E 82Y<jۆő%;P= HeZýN~QU烨r֗r;#͉R90/Mj\=q.jP 0Ǜ >ʒ|T (K ~&F3Im{4?LMOWjzSZ)ݪ딷~I1Yb497 df@s,дƆ/nH9H,^&<}h:"Og0~a+yF+v,M sp&@+?}g5Zr3lhqd}R_E{&e$9(Rڱ&\DyJ݆ɖ>u.n9M#"$Rt$RbI)jg78jHAY9fFZg(PbϨcXՒFWeM;fFSJKR 鶂3 ypZϸr6Y!w _fu$> >Ol.PRt;yWZ0@V\%tqGf-XZi@Ϭ-rDrFz _=} ?Hf?i:cyl"4[ ;דּ2ohI/,9ڝ%!NpxWx/ ۣ/+W' @Do #ptmV[eڑxY 4];ޙ~\2GTIJ q5c$6.2?mȼjO9(\Eț?[#ooǦDQD G<+EdY[]N&ITsNk,iChnʷs4~؞RQ=Udq2%/N>yJ]_V?q8}vTacZm)#҉B9cEWv;.ۦ?Ձ{Z'aԾ4GνJ\0.\WLf@+\R~~Ww~V?]!ÛO@'_Y@YKleвQ84)W=zQ_@k깹i7<ܷYL~E"L.+oPOE"C< $"zsf,EN̥˔[$y.> c `ɣ [H2g7,Z%L> htu ! C_xr%}+t.unuDr`&XyGYN&VMށ zFՓM(3R=)8ZoE!+ 2O!x S4^}7U-jK60S|%hGf^.2CJ3l=PRhO{Du?̛ZLf.=N"AIC9{L0 hc쳭egiс0aœ?#*)@gHo A}gkl$mPb=bQ(8aczZ؜FЭ%|^2)} ];6zOBQ&? .ap"Z2E$ol%KM,1ُJKv.-Xi$ޓŐ$rg-ɧ=%A{9,NS#Vը%aJ*jº)tyoèY~WnS\":yG_~ڂT.J"fZ`f~Xֹ1_\2 TKS{L{ 55:F(!>,ꚾOJaCɄ v b pt.=@BR!^A`r)щ §ְٱ@JF): \ny@(ybǞK9Xa7;wB|hVP/E_)|%6Jە/Tקb{5[lO@jp]"U9cŒ'-b2Ab!c 1fIDߍVߓ 9YIk%]12DoWD&nYA*S>! ,05Ӊ^rSnȅWS9_v`iɰ`mg-wY 3 0| 97ɢ|Ggo]}ƙG~" 5W v4]8YV2Z6j%_PZ, ݥ`~9%2$ܫPI8 9v.4vsO{(wO[AM@LjuKK-EOq0@W],5ɤ&#@:l t|G?1{4ϵxZD{[&ed.oV0x?ј_3(G?BS+>Fmw^{KAM(Z\g/췞pzblth75 zHMRLA:LGfjjbnR!5E"$(Sd\mS*lE֮L~[G|- \De_AAwC8`h'WزTsbpYV4>'r:5 \>h#9o n\2yV#̨7h!uPm_=Z 7:{hu>&)5xvU YD[zxKzddHҭRdXɃ\gO{w8rsdT9V49܀]O.-E$&v.+J@J\fLg"x\gePp !pXE8\77P7#?3s}L.dXY)50OI+<@׌Y<&Hd({ =aKܶ9&p,>},{V?jB1@qxJK]}Z^IkɾXʦ26.:\o:[ȩ@pWvY+Ox7eS*^f>Z|xU'_|H'eGLP=Cd2ΎBlSg/8Hi6{kǨ])M%`@fyxNm<=|ڄT3l#jdZpC}R)o'A_蝏dڡq{I.nJkwL#0C/ FRQ.bwjABV[/(P Mqzg[>s bvlcMJ u z )d!|0?Ky5Zkf)X/ͧ0aVX%B"B6+B='uh-3[R`੺43 Z)>%}xb#Mjy۬wδa:lcVA/T^u Bm &UP"QV)$]&gt L8[-}N v~ťPOno=z0=[G BT} !2P끲 f;bniwf(P7}(rܻ=1.a%6ΐgƧEu@\nJk1#le)v%r>pK X=-Znq &{p3 },GG5MELaMoX͓877[yL-M<ڗ>hm}1L;2}_)MvV[ySuujA.U.p Is|3D*헌,73'?It4'e,wݿ9 1qи4Ψh[:&v'z'gcb|9m+Z e5Doa_ߛ7dXLbC`RaAsx3iP4O{j|joboI ̴Qt}G3ӠX u~h`ƫAϝ(vPPHMQ3Bw9LӛA8B"w_"m6A# zhjhZo-wd{݉1dqJY iJNݦpTeRYS 9u5.!Q/Y0PΕb$s1IHLvWܧ61*G>TUZ?c3NU }}^@FUF E|97u7d /1'N]SW/=ZsR+cy(є*Ũ}¥{Ybi.E/>>f]#@] )^{0 \mLK_m^OX ʥ\R}0_y&яr{u)֑e'G}Hg8kUuݐsN `i{'ˑTVma@:#EGS)ۀ-zjY~Ʒ= :n8 gTOꑒ({ahA2:i3Y?k!V ?Z_Ky(/ŪvOMLڂW:kX?pdm6 ɺs7#R#Ţ?ꓼ*H*3-[ M,4urqNjn,>T^@>r'c).hAmS8jZc.Af8-cjzX8xez,e4i`=el^ט,je _nfm*4A%R:zW>fWE `7͇R`fj` &cǝqZ-]\dDVZr.S reϮlr_ .m8! {&jɹĖ P!zHq'ibIL_o?FQx60P $@"{H_uer>JY!E7òvAaJ"mVr}$X_wR_4DDP".=i[]?ɀZC?WF4> } " ,/]w.^G3Nxm]uiLȞ(G` V0SOYW&]#]ѕr0 qg9%/ +?^- k:o9!˹~@. Leu@VcǙeG8(am M[BcQ.X TTآmu9J'-fZH=/2ͨDks^C,i kCh CHi=TCQAs.% :13l38aae,")%p"CBh(-ΖnŁQJ,Dr`;u%p)0 3O!GHGkE?IDhrʹKCvP:;9i6v_*Do󘇎N+%P.ljr>J9bbBHN$l 9rR{w잋ƣЏ _ ?GL:? vF޼i qt'<:pS@⨆Ǫl.^I6$r Kp#;ȥ9N#_IC6/֛&4(Ws;řɆ?MC'=ҕ1~ADdoZ`g1bуzjgJ4PҽbjH\R!ߓp 㧀rlTW~nV1C&?;78̗ϒxTaF na#rX&X߻>DOT($-8vc:ِnkJIBLI~Z6[, F%!bnh T2ZB)Kz8jE_W|YFȖ6/"'ntkUa;$|=q^g.~S\E-%r/njBX~eF~ (^"{3T}x: F5,YxktnsY))r;$ZL-;-j΁h\̓yz\R=b\lĸ~W 56e<({^-?(/@<܇&A+TGFZg|tf<dǥf3Hym? 56&dױK"dWA'B3Zh/<,T#7"'2xz[p;@ǟOя{%pβ3$WK1fH*OfѰrzE 8E%4[sU.[M_>t!?|fI^3l*'Bz#F m 6CYSN ڑW !_ $nߞfNW cTM'^pBV?PҊD@a: +GQ4 SbKf0gga.&f.TN6!nnie&۝DKjepq ?5Sޕzu" ؞+ eVۛZEnFG3\C$'Zڀ#D̷=O/![d#C@al}HlUX/4|_N53 A$MB3<">u{C"n'e;-k/[e~đt.X:~*^+O*'̮c1-AJ8l;>"\dLp7get^ *ҰAd=i*$ yzeījx&[Z!\2˹Kb,R*}%@)]kz)* geX @æ ;?wߚzl1""("JB`їm}U?d!Gqt dtP0t.%#}=YcǞA A)5뤀&hW nOC'V|Ӧ>O|Y|@(')q`<YZ6P?^tھhޜ'[.o$"ULc FKXGU,F‡$i`p,$b E4!>MbrY>2uv,O8w8CGJ\QUKi?i~p[R:(jOx91tf ºxdd3pI,5lH&FR~_ie3c 4gGp ;mٝ=X=b/4vs=i!>kXh*f> W*:#3*ޜ$t(&sXx G8o:JDn_l랣\ uu2lmnlmpɲ мAzRMf0oľg"1CIAb@^ ``8BOV12' XO1^2Fv٣ur;{Y mRBś!r'_ FG;ҤPB@B2 xXP"tԣ:Gp&^%Jȋ1i5˽HzF}r+Gߒ=s[[c<'2{eYc6>ͤz} 'a{!m Ð91Hj |# nEԇCm!—]mYH,vIJ:e~0R`D es*UA xU4K~BWCWઙ`AԂ|;E̡sd>ZT Lx[K:N.>hYJ3 VƱ֤Y"\Hu7?Qsͩd,74ᡈ܌h-CN-ii$yn$]?; ~$l3)ӥbѝ=yՠc=ԾEU}: pWLlJUOJzmsG{RЇNrԶ*3ax> Md>}Tj^?(c7.XH iK"<>>4[J t*qA<_yʙī"=*8PR$ AY^lՅqm&G-l1`^y>|t/N.eTwOJB2$/ʊZ.GDIk`u_?hϿfozI/T_!ϧo-&~JpW4|XmU&.uFީ=tܣ5!Eb!' 96)lsl`Z `wq_kMeͨ !'3XB25pc~)}LTVc dȀ}Ax^Og I8{c+ '3k胦uɍZjwPq?'wr[| Ώl62}9ɫt==0KX yGBuglcD+km3DP#NHq(-(+Ț*Z7rZ:ÆvQrCkSQQ${Blfͩ .JoKC&m:tcFdzY2ҨbB@OR˳_V ES?Чn&%bkM-\43aA4>Lb/ Rq2דECeaUc `Ryu#mq["WY9)NeBH{ + OI";ʵEZ,8f2qA`~C. ?a. Ӱtσb,; `FH@éRW)3ʰZIN]W&JH"måՆxBni;cҘHqNf};[xBM 1ERG&uii<_<0 B`Y<:"y.c#!~ng~;qr:-w69R;#BviCnrmY FmR-ѽt/T[Ok̾%I <7PB- D*>f7̤J/QiA',B@BU79є79!:L2ֱ~Gh(D`ZBL'üX:<srG-t.&׳|oZgaגYBDJn>9l?M@%Ln~WQinphHD cHE_ĉ8s~B~ |/a9Fr26W0Z];?';2lQHi,V xLrl ̃O_f/]OLkz|Yz7Է0.H1o/+^}e53eUpm^vԆ *Cl85j8 ǴPb-\pL2xW: ?/0S:*}᪔X_fNu [}bT5X9xAR&8HƘnȗa x*kG0o6Wzr޽4˰o]hF?y^z0kr؈.cC~z!=mp<)!? +&OF|}.ISS "yMXKV|I,GM VS2Yp^Vl*} Qfr\U%˶ lI"Mۜ+5lI+X1$ )$=AIL>nSCJerK5=#,PѬsvo9$#0S_0Q˄Ⱥ'QtZK#(LxQD`y%zf!;Z[&$8=F +xD:OR_D JL#׹j4o_38\8xR5:D9)kg_g",';~ _am]~rTَԕ&CΩ n2;S˨`~!'zBOr4E)IIgD4q_)!qS6C\\`wC`'E|) -Ґ{($]*N}q7cB-[c:H(+`s6@x|>}^|"bGMEj>_Q@~ $EtՉf MLEݥ~(,:w #^g-'Ht%,eq K*ԗД)]N x 7(;ݶ/ԟOKG薪'TvJo=jǾsrXټEd_S9Ձ3!0.&pY.?ki5r"Oq'%(~by 3Mg*2R]vh /y^ ]n04<ɸ@ Y::+/yp }Yԩ_ C3TQtv*|^BI.19":2ߌzPpnL7B֓q)$ά:(;2큏9?z߽mB_4s)6Z &ַuKUgZ0K)ڐK ||[;  rQ[+hVzR w,LNI/}*< 8z^"6>Jݔ.'3d[T( c^m–T?[O)@.в" -% ;,S_,UؗoȎZ!-JJxJ8@>H|r7f{zpH\q%Z<Lr/R}AW&O]@^`t峍R;awTz5P4K[u~ I$ˏ8-x/ޜyq , 'gZgQL%vc S-;)zT3AKFl;sݎh:ȌWClu*ƚh?t bX)Gg `r*y 1'Rق~)-B0D(Qh 5GRk~8oAj8=|4s:P*|A7:]Xw7V+hBP%I!@_#l*԰'* {^C1$R^o8p,iRwqe7qO: 8/SBӕ=$E1R|ac猦ݼuxsix@YSfC(U?2tд~ϫMfB*4 $wh_ʽ=J+\D\AQyMv#5Ptx']ZQ@-/m#-gkGX4s2 BF?wMY3x>9Xb2Çʗ)?f6i$- eT韩ֶY'Og ͚냗 ?*}F ttƀ۴-2};XX \% څq("ww-"`@#’__* YU$acd6 5;dt L?^paWY"L'uO=Jtʚ~]"3t]B ")eeě.D@E|:@"6T|ѵV2 paYk31YrY-**-K(M)u%"N$/tʮO\ 1{F/AVhGᖆP5==Z%#X>L) p=1cmὍ'I@kD$+Vf…G.:teՁq9s ho\(HTÅėfQO/-3&3}v&2Wֈsd,[kp_oCj-ط Dʔ6qxk?x+ ᖄ1L6> T2RmPqf 'q67Nt9QD-{~<7/yL4;Ip+28m'hlnU#{;? a H+2XZPQPw 'y\xpEzŦlkA.)`I͌ꆼnj:{kC848im/.kSINj'J6y:=^T=rLrӈ%ktSS[DjGY=E#lz$"yGO﷠ƣUGUWcvzH@q̬m7JRTȁ.ze9E\r *bɳ|tHpl߷$Ryu*͕INn ]K3~XglVل]t[&NQok#1ZѥF-yB0ۚKɋ?y fkb-z|9f{)ruzӱ\;"f ]ӿ#4sؖ,I*vP2٧s@ +&j Zj*_33n +d DF;l{en}o:Aɀ@E^NPg!~֔l.U!\IKV"(-ѧ)#dUB^aaDe5 q}Ϩ~ĠE3R[f-{FlSFiናB/CpWv]^smO ;+p_+79}/^H(FrPq f \5YFSfrRDRͧް#ED ]N>e "S47;r9ޱ6:&urdJփx'LX&/kY񎈼)<=P/ A7ِ Is-3<7,ߛM9T~suQlOgʟtZ@1uJ,[WS(TQdj}3U/mQqAO4vo~~V7BEgRZ⩸q".0jm$H\X7\F#* 8KaP,F1ޔ ti=ђeUԗdAMi>A'L//RW-%v Y@P>f Rd89$z%އC}ܜ>Ql~ߥϨh. cˇ<#,Xd0ɒcҖKC;yi%?j:l.TD|iV1*;@s<l*5 ypOK6o#gXDn.&nq Wu 5<͛~O@ oI[".W*LUs=^eQ1?'ny<+n@O-94\엽c]kH'Xz! -C2ߦ.ǥ.qEw~?xftvhg.QL>C8/F@<WZLnB?϶r,.0pKh^t T@cZ)bI]rӆî2~kbUY)8,aE7Or5DZ;^WM7o!R1M3JI,cw<,6ݓ !$د[SII0IPF"żz@RcPgU5{zV.Wngw,@Jě!П1cTa7B i; Ą!Ӽlt3-Q P1Y'“pO74B#wbUk!^?L(oLS7wඍĎ8-~WŶR*O=L_\U+4۳ FN>l]+a|5/Qj웽w%Pk@Cf gK+cSذZ6f  K4/;Gۈ.kxq݉V=.ʕshE #8(8@?jb;wwBQ_eFOt]S~XNu](,BW3k?B.wQO@dg]qajrnurJ*3rtÄ40I*4.-vO#D sSw F1f q"/-Z ##sB7WX"!TR0D S`nَ.U\{,Gsm܌tPɶsF]ܘ7HnM d^02l9sDϿN~a,V."EՃBd][pa?5:iw2=k}r1d8-.(5GԠ-Q~r춐IQQX#'4 >nat|߃sUQЁN\J)Q$qas4WAe0f՚ISawW "!*EXs[6_ClՀiN4fv (LX 2c/ hmn,P ה; !]kE@ʈ):&hd%'Fx/=NE(Wj?| c ']kIcMP?q܆"eG4\*.HdZ zTb<6k7ҭ'H')/B#9ʐfΪv짐# GS¨Cs6R6n" W'n¹ֺ#t#K OTfO>Pۗe73*v5ɠe=?3L-|VL+9~`|VLA t6yɑgtr$́K Z拲`v<a#x6 .0QE8  8Yh/LFZ(f0z|'.Ir#'bӳLΗ| Fhy$ݘOGS 4`($0 * gVvs7Aj֟H,qP3>bomO ̦G"|D EM#=xΛğ=Gc/m7NP Ke%- lfp,1~%bKNԀ?50t` Z0 ֫^ J.3dnt6g&azcMiBExd5}O?Nֳ̒4a(n K7om4p:T@ScJEi ɠG6Yfd//OTub.OG6#Jh"^iI"N=7{ȑP|vFUdҡ<~5~sq<>Xs, !yIrGߜQ*b(}g /J0hyO]rS{Fw C?Vy |q)Zr̫:Kz]rl`?4kMa쉅Viı/:pX&"fu-Oh#fn8vL9Qc~Yݱ-?$JcCKJ7ף6y yECHD;XwM%K{gX!{eqg=;9wx)݋{%Yw#=^D;hVnkkJ2)!:)=:H%ECjif/摕bň`;9j3*G/ha7W2>rGSvz~7cMoR=a״D]Uϡt<:nB CF2;n*3p6^6g.X ԶEoqؾ,^: -+,Ξx@/_. <+1+FGFgc4*ZЯ'?:Va9ڄ+B}6-á6L,umR lFv_83gR-$ YCh{L5X fkҀ6 Wce_j 6,oYCSA5FY)N7ǧ5mr*Q{@¼f(;# ĸ\`c226A>9}#S'ZUʁ  >ʐ \+B_:yV gdJ;%K׉^dRV >H Ok)h2wCjv \1\{kXz'r.)t6zwx!!g|92>xjJi +p.I螌o p:ɘQ.z$Kkf",*n:Y~gI1ձA`^mgCP5@+ߟU@t*$(m靛>]CY8H\ VpRp]e*{'{)ߤ)g$LhՉ{=bӛcПrp$Eyg=ѱ4oKņl~xб*.nx=FdQ^ z8pwՁl-Ef _X׵L1//0成ԏ@b.?<⢄87]8ҝk,GliiEUX{{!+`ghm {w`E1:pc]](O&qtн )a0{XdfUC%J; F[׍Ygأ-Ý _K!2(cYw+J@hD$t?_B+Ј9BbHTwe=AJo2BMVaK(^\OZ4C=Xw95gDt `K!SВ?g K29ou[# Ba*j&vt0WOG<4tCRؑ5LJr1kIA]$PF 8iP;TQH/lRDF$v(;TY:{CwK%3{wedM}NW< _ݶ8,Z0]$}fpWbݝ]1s;pu %]g ˮ_8>G+ٕߑ ]vy1Zqz M ʉfvsʷ[i[k`.dZNh6ٗ$LRȈ] kcFeƛgT =_lgq~yIGbkH\ﯥ:a?h敝jX3HNLJa]­!0 [CxsdS{U5_G׷طIߟwU|T/\wϑ9ɶ'_7DW>M,Ey뱌&ִX$_goRU}G_fK0J);.5P掱LՆU0 +3.r"O`%Ε ӀܼSșEM$)P2\PH_zr`bE4*'sD=au;odya,~yhH#(`FL+kPZMpH"l$q7r*>a5{C_OZ42=+${Eh /SB.P"jۨc>zMwr5o^! /R)3QYs6 [0bј:SB)7[Cc  h6#IsI#{ 8,Y A(]R*C1K~l!EgOcr{ia.(H#ʡNۊSbb: x7fyw#?X$vaR, ]ZwNzޔ׸7I!eV5!c`zU~cr4 @M]ތCm5#Uaْ=텄.(>%MZ*V~PXٵi.TK?^~|]>%jrY:q&85cp$ݍ!y1-vq*l -t׃m*,)ڷ!A-PvsLe(aXxHemdˍ*E@%7;߁GDߏf ۇhr]hib&ap.dWl)/ 5((ƿ8Qi.أ۹ޱ) 8}.4YY} g>/b̩cn&2\+xdu·[@7C?V jum!"rj*+nX.BQX ]| up T,|{RǿH=vZ'7/\=xR(L@Dj;dOL+n,G7mxrk*EqM9&!)Y02ƠcFpodT1UKqu |",rH[=V%w`_ӜmFR wm'm<-d(-*TM^G}(gYsD9hH3yUyL3T# ܉vpm uGrwVeģSD:^K=>n-kzZu"0_xQaD/OoUd[.gl":N!i -c#EdO_fu9Y~ۦ&x3%tv1 3Or:q JcuX&lX ka廚ٕWr*cϙ6hԕSӨm#"-7zٴ1'$pxG]pBb]#_n)8}<KJ.]!ȶh]ǜ3/ I5bߟ;PB n0Dv4Ez{I@pnK!~g!Ue8 m?\srxY  m̜SGRAOgA6|rhیloO7=צf<HG~YS܏WXݒ&YrVG* t:Ҏ& ][Rf ITM`S,CwS _9_yŃ`p6Le{\dU褌bݾ.kvGWR-,TNBЛx{~Uwv>C墿¾=' v&_h^eJowq ڵGϪO/ՙ zr g4Ѯi/FM36(zvr1+/?Ǎث{NHF4O1{T?ؚ} `LiI dl\,56V$]Gޓ7Uq6QO0fz랐pO?rv?M/8kA'~\ŐXQ'AV (w1yD&Qh[;׷.Z+?[Z2Rm_D W׈`m; d]:!O+e;C:Ɲ,nv)߂Y< ` y vD:^:TTHL&NVm[Z.cW :T,X9l(3.P^ pl02q ޖC+0I赎{|Bzp{+:jcrXSd3/ iZ=}φ.^(f1+W3W):BNܡk/DB%v@k:}i wJsPGYUεL8 eғ"HcL`o,:plT|iى::aT@ŹrbI vHm/>91[) "xo~|E3i|-i-?O՗b~G=Kc;ňmʼ;(Ol0%*#4p;xa74%XD&T aѳƦܡml8m#G]@CSVWQQ"0,h⍻hߧֹ7[I  ~h DSj n[݁5zjo逪Þ{Yy5糭4}uضR~3^Ф S![}tF"_<%,_OǢ8߁@EINBEx'=q70zVkNM~Ӣz}.e˪`#3q1I*[B%c(? Q8^1oo㑿99m1+눛_޼ez3FAø&yO\j~Ξ; {?ȣ1)lB ` y%I&6_`%JuZl^ nGKVxƸOq4X]i wd/mCdNh  ΏyQxOQo>Rj1`ciүd< Thc r~J"NL4 ,fhRd̙JgG ώZq X֨ϏBc8j5u-5. ^t;fNۤ X A`Bc/X' Mi CP.l#Ɖm 1[O7޼#Vk/Ƿ₣ <,ؔ,^rκZrQbdH#C̫R^ XC @NaD׉[@>r3bW6;^"%6hD2awzX[_,aNCXDD |5/Wi} L±x1]2)jN]kB',Tky 4X4sJ.MoE QewKMO?g/X*I ,"G3;vuI[%z_6eh ԏeVP#Ł S&]!pл\ޒpAv_5hf^|Od]pfUB齌M!QށUvDОϑP]LgGޥ"$+ppoHAT/[_"º5uLz<}.K '' ?{ZȪ"-_mxR(._Ҷք҃X` Jyu 5 5d?~5z[yt@o{ WT,<1ȅA(Y{5]k^'o%um~)6ڌ#p O4ĸN @H0h$?`<\H|ya욺\N:C)yK [yJueuԑ3&a= mCG D{!6)qǥS~p )0bA_q`Sq- A@ଂp_ٰ4MsSҖp(4AےV c#u^8np>3*1 Elp9t) koJCm.+~%־_!.XӋ|\WKA\Ynytc繳4hfH7~n!-fxUL267t ‰v\S:3>_88_t!ɕfyJ3N72'S[?w<\zv1 y\Zé}Ƹχ WZ|V0VMGtG,ܦLb, /fvZ/=xr֡wOW-r>^|-ebz5=ډ8|Rr\nE=^i|4BhdV\jXq^m=Z:(F뷔F;jҦ!pMh|T_ TU"wN5CprsrTsS's["j/],uI%_86k`7cEÞbL`rmb)6d_׻: oc k -b'vR8?:CO2G: ׀eEJ%KR}\7AZԟQ$*j]o+>"ɧxOmlPh3 Zdim6U!E#ihDuDc< \>ؾv˛s{^͛Z;}{`EIDީ{p,|d~~Ae:2yi}c_B| e kqnP8XcK9D‰ބdhW 15q‘h;:K _a-[E vOy\2uNj8/83WP X%=^w@_"{󴠠qƯ-7s'+ C93igi4#C{FѨ[Q\ (*8l)-}rSkwxF`h{tӛrW!DMU{LN:0@bGs1 47"Q0N~$I.y1Z9\R}!-폒MN5^5sIԁ]kUHs<MvaC2;iYS[>.Q9DANX #?6'hOƠ ClII77 fT#tv?50eɼuݰsc"BĎ3l{;.ҁut&x/|~N$CˍsG4-<ڌ@Ga׌/Oi[vm˸l;Q-u*76A9Npi<AcЉ^篟AxYS!F5So( +X@t<ٸLTr WJ+d޽m=9ޑIEjA.6 Q?$foQ[y8xQdk>e.-p;E1ZPy /MڡdRiKwFhvvw@:z}rލJ~=(zdЬ\<(ncus+RH_hx@Y 5Mo>?qtɉ7O'?xj,#OI5Rn!giPIç^^ϒl*K. ufhm؊Ld.%`a*_nsģt\eP(n>08<ɹ?QK@JgυpO8g?DʞU٪,%mE߼ײu@N˺+p]U["pd8mB&RxѺKi}WC=Wv)1 Ac~R&J&w;]$8` (]: GѰL<*!RJ~pw~xRE'9WYڎ9۽ 2>pk9_ʸQu@{c%oSJHV]v6 f\$ݨ71]_TG+Fe2%7 QG}C=a)}qa.]u{ /1;D#> BN[-{NzĈGؒ0 >7YVYea0a”$UI Ahj[#=YrRgEc#fD &T?Xk CJG [mN%ezf9o1: % DuEZ`iH-Dt/)oF.(mkE\wM -%I2x6-FB9 2.Z̛ [Ll^Aq16Iίw. i 1O1waSy03il>i$}`mo7&I %{Y6QQΩ^IbCjY!^~݂n9I]~VPW jrf2 `gٓ.?-\5#Z.--9,Y_ЈI) e0D=n:{(/KO4̍`F|w_7>"vJx7'Cp=$gZ{26̸(/ n1 a5@qt@Qؓ$hYPb&֐"ZgE -W +)6 3aL (n{B^" ?fS}#bs}((kY=?bqA! BL<,EvYcާ&Rѧ7FٕNNbƦ}l"mON' iL&kU%(csݪvEUz|a[m #{/^j5JfYbCOj&ĕ᷅*&ݍ!!&v~Lq%'FYH>& {`4+cE3i 14\߉u]D0z029q|\\&~9iͧӳ4ҋmmX nkGa4&ò]Ƒd/'1yuBvM<-uexϱxp4\\ߩI"T|;9 sbv?N&MaBF&5c,$[U2;RJ'ݤgvxT1Z+X֪+mS?LnjLE5 0[C K)UiBW>)K^GK W@|DK Z^%&1LQZE;9c5fgY_Xh?j;XQ"^d͘Dp#P[ 73a^ 1Y_x@п6R !;mYD3RʪRgAPUAGPD;1V{ti(*sNEfd`9{srrS%d-{|q;~Aa|@^ap>0m @~7E9>]i:ƆW\) 9;lY@LYGT؃V]Xe*pt6죥;TN3((1!Ϩ:ù^FH6#K<0~(%r˟ j4XH;cC>NߦuW5DA^N4CxFzhf/ABT=|H*1/K@Eqf_xm\%ѫyOUTpm_~!@sg bv՗AoWvaᔠ AR} cd}\r{+k3"K[Ͽ$K乲AYl߆aF{MRoa#n c_Y|x=&x͜$b5+c$!~"`nzv!ڿ"녞tҨpjɢXU'f;6sλP=ĄJ}9&zx dÇ%u,:ʽ&Ag}7&D٦<%V}O<։y5 GF/%T=^f@azu.ҫNoCn9 aO.XՁBcWv=]ry : v߅Mυw&N6vXi>[Q։K24hh7~MmWA}㤮DSS87N(x]L 4&}RUY{T6c{z4b'MJqPwx9Ê0y:`$#Bqo}Ի 6%Uq&"ŲL:nՎ~4Q q5Be%2q`KXGBZ,ODUSrDt6FL]m)=wF^>4,ۀ;6(д ELB]+?%#z aAFbYr3$o_<3.|o K쑨ǫ`El E`: ydgM^.xC9mKokȔtsode1sd?Sسr6 '/u*  rVv5'aV_HEB0fcܲ) 6$oܪ.V#`C,G&`m#4%3-MY#.@*CP99o.ޭ^bZ ‰g$g31V9ȸu*egQŝ} 6Iu6j6 c"IYd (吢 b;%2wE7T-jOn#u.Њ\'uQ)J\,K!Zcbkl+6Np~.j7F}fޕJ|~HvG{_u͆ a?!M<^m4D)rGf< --}@ܐ%<-ps8_ G޴ S}2# ғ6GHFÍ;x$sN$1cUqk3wݐowԉRnMGqUN0S4kҏ5dP՗L~\^݆~oOksrGg1Uv"_@@ϨK~4Q:jmr?GPpű,4bV{("VvA8qa3'GXSS _D7S;t4II [;%8Y9on*vyJdBI}J|`T!~+pfWut 38'/أ\0.Q)kL1X xl"$m B8D(쯁2=_- Tod8ᧃ} ǧB:uKYly>\*,U^EuZ YiZ*J#tDw;J%fۜRaghq$uaH Δ &XC/G&_4ij-& u{n CsHp&~b@VL[s?.k' lT04^dÖbl]f{lt]P|J7';,o6OO"$'\H ᤊmpEGu?j!̔ -TQhy䉪JJhPxSjyv8wҖϏ9b[\7|D]pcf3<<(LLĢ6i"2;K4 )WsBh<ʈ͊k9ĭdL8f'W/@v\!Z+.UܨyҩpaܢIEx_,V \_ǩX AJRTHPbd5Rb>HLc>x~]Ku|bO~a \O8DX$ or1O[C_aJ5ϋiJJ h xwq!UUgz9eL̫$:T?Nܛvfd8CtgJ^=>|t,}k{A2Ex=]-y5gŸwoNNvG) On9̝0\S9¼/`4(ev&d+ML;e,p 0@znƻu@#u(뤤'eKM dQH ?V$dc.@19&L < 6Y, Ka(N] wo4#R!}qf%? N|-Li,lK%wGSh~8. Ak4-^f7aޣCޠ^qn(50'msE[S‰ZO 8=Q[ttq\lBAN]d {huƵ 4G9ͺ|_-hfiԫOSHJf*>cn: <#fցzCޏT9A"JD4ן4H58O~:R3W4ÁT7!c:wTC^t2WẴ:TN:B]$T',ȷE@ЀR6!3rDBqޥUHRB=Yr+~1cg"HLPވUW'O]#H y"qtՊD/;.;'eg6#!dT2kE~yS=>ѻȂm:n5L aWieًB(#ThS3 !"bL05鲁MIM۽0m^Fz5Qɰ$\^'%Qki2|x]ET[x2'>A`8eQH.XVhuWw>-/md&VjU_ڴ=M\pGws`"c >~δ3.F *pظ5wΟW후]1 ׹%ڻIoֹh$Q;-h:J ĵu:qNnKCbqe/1X~FN~o"c.p |Q@64Jr~gYc?hq҈CСހ^n(#u(̥ԯ̭lMIДS:<1Qo2e&ɳԿk+b䈠H ߀:P$j%(n㪽XA=20%[[ \sÖ2ܸ%*_\KFHg4wo΀ȟ#+$Cg#V,C(1PQ)/: DH&v312bٳ0u':HT~4;s:q|%y Nk+NՏӝك&M?wC(V$u>Ik~*Q7~Xz$j_}@3ZɈG?'\2 tX]k$?+mxFr@Cy!9ͺ7gWi2O ص1C~JC4"#kj*T7cPfM5Xߐ%lccx\psqQpo'IpK9rwf N.t~ u:J=6 1-wZ}kBNȸOaiڵ''߮o(yT޼?X_yUZ魃q<ɱ?Z^!T ouĜpU|4TA& +q  bLX8E/*sͲ{٤B$ܲCn# dWA*P1$ `]%u{̂%:;6|-Q=hx`>Վ8#XEr;J^-~jr㜰ؑfkI-YuxkG|%t.I$bဍ1")Xo.qo}%jl &/v8p*ߓsco+*]) [r2$BA{gxiL Jkst0J/Ĕ#Zp=Er'DrFPgT]j5ZLSJv;+=owsy4 IIQ}bYB͉LU q%.[y1W69hdy:Pj599g(|n]qS9t:?sä+0y(3m[^?+"HRGlz\q Djݰ>,*jZ쾒j.~8((_=ȸ%`鏅@h%)*#nOiHQ$~qQ^z&:qykPU'adT$F2ӓw߳ȇfb|g/S;Υp+/5Ill ]<#8Ţxt[ँ t5wʴI|2F#--{-Z ~۾er:Zg)nda3/rta Lvk ?yf_(c֮?1& &C*0.(%66ZSCHt'siڻiT9ҩ!97)u]GNjni;,W* f/gzG=N+؋B"zzX)~z"/P&7:۴.704rJSHƳpy89#ڵq uLeZk)ڧen!T勁#xޡ"_J$6vD L,x^!ZFhsl.d0!KSH^%x'YT;qK;+!j*Eʧ E:}' 3?ӐvtR {H) N/#]j  UUXK)GĹ^!LGk=O!:^@kI>9ʫԊn IuRHBHQ)O.k{nw5JK_=+[p F&񆒿m"[^Ҩv'q$Q3[u:HhmeWm >ߠ;Ўȗ%A#1m+ܭ?N؛ݪf(?4^n)U%~ikOyw|W(F=6DO?;*r ./HEΩ[TPIfwhe;_m.j.8ApPhe@"X5샫 $|z ܦVm3GdQ:8Lnf\:p{N=-nh ?){WK {A^%!3pwU+X Wtn͉ TѮK9y6DAdPhz,t5 x hJ+(h#kT32EXgJK1/GJ<\C‰AN+6k. hF,*ɺoL*_4(^AZȀI!֦ʳt!7Tm/|+&U#` Z&ݯ L J&$ijYgk_P$sf鏰s18K6 S5gVZ0.AҺh޸SUTo-{SeUfHYzo襻StPg͸_sbW} uyxdF iAڝ\ _" wr)2g1\ fƞQ.s V|ng4~f JW K,"*!^9:1N5*2(͍)}gd<(\0Apig3C2/ 4*((?aa!eB#cDu }zH oXDѶ#EE>7{kI,_b0S]2Kr#;˩ݍx:$_{M1ui̛'?mA`]XUu-Q`au-5?T}TZ(PEw"cK;DeNhH#H/ xGg sG1ɴ.@>k;vlSR;iuNɸZZCwekZUٷ"bm}"3hV{=;1 1Q +C+lU!.J@n01N݇4n"4pDsGJV&oeoS}_Hu5^Lde:R:Ê2{1S'je~ObU.D}KѱGnK0$LM3zf8ӓ3+lY43ބw|hިlFYm1:`#øDd,eH&sO+%e>},%gL H}1[e@]a!'m7gVbFZw% *;@Ę-7(<#/h"6~ʭح^DPP߹`UQ *lǍ'/e(D !d+җpXox&COAqz$-|ŒXH|mRͻL~Ek<cOpƸCFx]_%D.oe()Qtf% zpJ^K4"q#^H3k|>Qv_Gb:\ |DϼNa]&{A/;_(Gep-Qט6CHAT5 8m |r*euG$7$U8,;PxlZy6]_%,KVܰx:s r0lT" bGL5;0%3„R,`B, XAeNtwtPZG?]Ku8Z?Z ,mP`)<# P (Ix5V^dȾu,t'Dsr ˥n`*}̫– ZY@twƣԃd3pbM2;7Ù}2Qe2%B}aG_gDx"XfOarS6}R̳'"E8A~ #Ht)L ZPߗȼrO&< ޜ۞5QH-m^0C&TWst$F~, w{HI`Ae%">@ ˌD֟iP 06ݳxۃ>fuGF.f^2)LܹDPb| LT g$@.ՀyE:ܝ=273K.UegaQigA_[47g۟[gf2MN-K>H!}2\yW`UtÒGRS)iCگ~)KQ22wvID#k?4wGAюG-7f!!Ol] A4jٰ; VwGYB[^5 "#/wӀcr蕆TAVAp}Pby`CSiϏ^"`i5KHoڍ7druZbSb '}#%Btp3eS2+l\<8ve/s0狯x{cBuMz F'-4?ݘo4W:WQ̣یq Hq~ X9rRd+TH[ !f/%MO| BV։A`Q(+_ aU? u~ZAs+ri7嬌f^Qgd+ RGUx> IեpHč(7XPXAlP!:- 5 6ld8oX9o~msleL QZ"+Phj!uweNvIw'k$Cׇc} _fo ?HtZ2*ܚDa<3_5sNCzP,q~=Jë[xVX/4j[jStqMe~n. M%؎>1׭ؿ_lHC§Ϡ|;d]+zCG#*g(&EYǂ# j~kJĐYB>")lhٔB <4,#k/k|N5Y945d]{cqW88(LhU?8 BlŌ*XUn&T{ɅC&/?alC^wCO.U d]CsM3>nvv=}!eAҒz&RϙWfsљ?wjٱ/ӜiL+Yƻ3}O\x8)Õ#HJ|7c~-1tge3CcwZH_OaI#Q4fWSQx{Ǎqm'@> BG|-(-Ry(>r\h䫃qTS۩YECƒ Z K Fgfƕ+J Ct/ԢRL DV}~kPbICK}k9JY@!. 1t rK)Z^K;i8{i9m1Q~- #Ύzט1rLFbd.3z4ohuU,\rcfwSfBw{u>G) 7lzսªL5zi$t7.#d@ z\EӹYQ{:$%F`9&QE;cה6VQ™ J3$7#b^w)Tl@DLw),F(ڡR6Ąђ$DCz 2S\ F\š`+0j9壻ռ`ͤf0#zy";̜psd.u3&O`9Wz9EQ&]o1ovL$o̒N&F$JU֦`lԸۣaX.IJ rbLLv-ٌ2&S'(ݙg{點OiCtRSw@hxԜWje(k!cy q72/yJ[(0sK:D:ݭ޽zןXr~~ S(roaZ,,ce/Y\aW3\#8+pE0}`rjZ'Wу\%J-7>E>Y.'_vk{|fb#Uu;FDbp <{|'??@/`EI$m0R]lO t_v+0\b2nς#fV̔vRZ?w0WwD^%=,v.-0l .jʞTҦ^(_Ũ/Hͪxl$,#Gk湧|9}lq]xn[F`᳭lE;*nf7^m>3qC''ORxy&SBc5B(ЩmN~+xBܜ&#vH^eLAP-iJ(rH^׻҂!})Mqy=N0DUɑtsqWRщG<Y bؖ"{C@ez>2o iB;_H:m7p~Ϡ5 'l$} n8'U HۙsNd<<ɄC]DUpud'E-EBo, [DDV\GiM!ӥ9؀Iw;jl+H}ί ٬uZ 0\Ve0y1`!aGT 1Cm)T}j :k# 9rd#^Z {% z>V|)gAhQ'!Od)AHB,'nH ٺtte;)٫5ǻs53WSmZ5;|SZ]Y]*i!#YL?DHû7]l1L-[%.,ݷ O߬Tv ^$|sA~0wXysYEgtf._496y٭ȳ>C>2a癖בi|(%͝n-Lɭk [LYf}Z43Z4JކϲIۻ;=oQOV!,X ^4gn6}U=Y:݂VY=p`p?Q{ g_ bG׽#躬Bf4*+*'5ug["G*0t÷H0}P8u0;%r@ңUXH`2U̧Wnosmh +SnY8fC tGYp ֓>&:@PdIcJRhO,sq! wlSL& p˸$~^QQjjZ B3z/2x9}Mb;>9h-t1nf0RZ}EtwTL2M 3xĤYJ .FH& &DJ 1[yaLm9_t{˺ c[^nܣ?">Q*JzH~qrouT,OKXXOXţgLը}>u2Sv}~vADOٵho$:eZpq=[({⩙ڂWגel4xUAWW9, w4\ p~@Ώ卋Q'f1bUʐG2?ԎB^ :_OݮIqpρq9!P*κ:g[]T@R^ZR.]`+⬌rݘ< 5hb T"53}C-{,0 '%>QG)rsTf a~Y<%]8nق 2׏Ͳ"7nWڪ=c>obmP1*Z_|Zºk9/4n!Ln}.NeϽxPD U.#_pDݯCBsUJ bJ>@s.(Sl$Uc,=( >ɂAA(D4w+Ô=Z/NgB?[]B ިT  ͺ/"۝&#EADDVVVXfHQ#+ ;u ;E&hۛ?|}cO^Ͻr0R/lR0y7jszd >AXˏ^Fjw2mSMj':Kcx}|AK{SI!ƹUG߯Bbi)*y.#Z aghŁ?]H)8}Is5<^W:-~1Jygc>:(2x2 > v'^cńҿuʓ>\¾g V}GMOEQ*8%Fj.?~b_B[?^;Itٝ^ƨ}k*-*Ol-_߃z_\+{L `Z[=i1"Ei_K}"įy$F"u}AC5 D)[%v[0YE*6Ϗr~lNe+!ڿ\IWN{ßP2k /$ČʄN&E$A`1k*.rӮJaqLƔ~$fe&5lsOdБ?N* 'IT\kx9z_WKj >YɌC7eJ՛ cM x JLwyz9Ucq 9du;W ꑻ# r44.ڝk0mO G&_pzլPPc1pSAX]*AQQ8}|Кkaf;d19 :7mu4YE n(*@N\G9bNK}}u?46S7'oމDZYU/ ȿmi࿲h#0Jw k Xq\p!NXJ'C,5 .3۽:$[ ⭹1uYa;V"GDa"2G/MN 7 ?qhl2h$R(5cN#0*kevom!+ګH\ID򹿧'1Pĸσ˘{W9F`N{=2]R޷'I;Uu%g%~8zI?k'7F0$SZ`-\R@ˇ^@Ѭ1~!=5|>Xv|~.2|׌jW*5drQx989Ln.G_bWŷ2{Xhg\>IjZ5G p2 [RmՒn:F+!D'uSHn(@ѦJHM˲!m=EWdgwZPVW`6q Bd0eO AO͗HRO'B<"'CL7?04nY%\9۫.Ͽ.tlu1/f&HlPAvG$ZT_Bf휶: C~Tߵto!HwTlqPcdUX"+1M5;2n+Ik35yF.4Y9hՉ;+ml8.k2J3aX`#KdN`Q ;pϨ ӨOg铦b\k-Ёl9 ;ޗ=ȶv$7n70PfZ[y|iV놑"7ʦ-fYt)^V3I`k=gzKv A&lmsk \gV?42$4SR;gigԁSWo`"sWe=X -QzMxWw 5n6E PKN U1A䃞0-?Pĝbcak<- N?bF jw<|p%IAhtX۔(bv3,SÐ0,6Z^ iYOb"Cfv&G+8g 7/H0d*I1ŃKxù} z{H<FX*04ֈGۏTƴaE-Zv5q5XX%v(r?]n@8b>-D^r\xw%q$F.HfyvQj`댙4ձV^g`:<[b*SsCXۋ'tp[N23Y'enY"՚I2 :kez + ~À(Co;,] zvm׋)8,F8oY{A/v5=d@)/Y(/ʼn?a--{ZBٴ w]WE[Wy"(Y%R8%緳[wܨ6$.O \zٷ iKm.UlmʈUO$3kxDauq9"wE07IN߄ZKZ|~U(mw.rːٌadzS[B2 _84J2D4,0;xjĤxiNGg0@*#ԱRӶȖD  ~r0Q['XZif{\Ikc ƭ5/aKy|QFf=Wi$ M#*q,q !~ 5B[ K1*'UԿ.%c`[P&y91hEsS6W,WHd APN Ý2®)ߙ3鶤3ڛ͞4>܌Smm! F .4ѳ-&1п3;wEj4 x>`B] EGˆ˛/1p\TKF,!dOY.:E"B2']frwTjvf]UP3='vû=?$ ZoUcb#=uF=>Ƿs|N&E]ʱr-WןowK[U1hfOIg_L|s*!Q規6Ćr Rt&e Yrm9~L7fz)0%(xៀ*~%Fg7CT*2F}}!Q&Y/oŞi'/NRH 02Ey|Nwg`0Tz2bvZMc9&ݳ}lIP) f Sm\bƙ{[ Hz*TG>p\>'l2Ӗ.oӃ&s~(;nBZ6#kE?aM_F>('$.y_Z=D ^x d+yHQqٶ L{VMA!iN;Z#jzb'`HK#ܻ[OCzjҸ$T}[4n,F+{VPp)[E(A͉ӮC(9K؂Ϟ y.G?~t/f\iD=h,ܳ;2E=sMnFJ9 u,W9S>rA/SW9ms@Dax 맭 4FLJWWELHnSkLV?:6i]zz$3`NC7'~~~ hjhw@d?Wj}Ql WNt e 1f-͒O6MD='Ku˺%`J\4&!VHg(2K* 4A)oX]%y*-ypXYes~V!t[ fGAXn JnTW!jYDNMIo5晊0+RLlK݋^Z<$Is"JExG7&?%Ar.JO8|0s 9剒:XX1o}=% K!T1T) ~}a4g J"spMPc8\:DD%6=/\TB>yw\gɟ{:I쳟궋BthHi7?{;҄WV|Mgs:pHP6YxJ(X1T;E~+OOsҢ)1!36ECV\yvǽ1^w" t&,Z{o^{1>KbWwM܈A[5웋z}J8|NQ Wx`lt9i-[אRnb?\Գp A(1mot(NېI}om3-rE.ʙC>-G%,v,,bj V?IkFbŐ-KKmQU+3h%E]cNF轑n\dG~G`4#/<B{mjiA4r3 U96\9){ѓ9Ny:jns.-)'Qso c-UCحI$h}4N}I#sFxQǼޯ]eg&@RaQs wLp9T uZ!ޙ<QKYiN2.h*3)|oyB15C®Gak푺C TU~'*=b} 8,֢j <[N(ȅ.bi:$vd< =JrȺB7"u([q?j4Ecq,MjHB]7^M=yB 4'D 'ڷ||(u5<@.NXNXS=*2?}9!1oQpGVaY`I &+o8dMC# AUC6$:~( \XQHxV r)4~;P\)ӋvG`rd~7a<;+eDu/+~o!y`\77qLZVb@{'LHj(OASaC^~UA'h2uDrXOſCږijCl>TheV(6#onf3Z| ajj?jւWgQm]3nn(⚠6=$"sE R 0/#L!A Et}3;%CaX*KZ+)0_N'p*x(5*Iswh6ۧ(Teh BWC-n}a9ڂ@fxAJkہBKr1+*Pyl8h&waAGǷNgTmKmgal*7_Tw)hd;e 2!Ċd%~itl#9k(fŤ\C`BGxoJ^©#- ^!S|U1xQ<;J8j>'fC~\փr=XYXiSȧBCMщCzB 4'b=d0<޹YB–#Hz]US2535m=]]?T+9iLR 5wGuK8K%EhWXfa" ]WO wt/Y=ΩP$i Vsy)KHXu('gTPq@0&w/u{ԛk H@\%8%ހe:jFr 1' Z%|_rD9}o[k]csbҭLo(?nNMN?vA tvj<]cwFR:BdȹBZWAHR5G1fAN\ [Z!!3C{.aIˤ62kN.MLTK{j8m3 aocV q v%T̉ 8Fm`Óm-خ3/d=%G6XzXle V`^Et-0XZܿhNӋEbE#͆Akf2 h4fYPz[B\s1 psH%xJf H[>vf`@ok/@[)`#B( '( , GeMiY^ (ՎNU^V%.z(fYvhS%e%TV䫪f}WŏyG>u1=VH<ڸ56 6k- KZ=Kt fa-`mf6CJrq%W,r)bzCn®`Ktl Aѥ;#=OtvNӶf\Նru-(:]wPaX.92HI| ½\aUOʌe+9]YuvR8ӹl֨0WЂJo"+7D;,w _,FE1'lO*~hHMl#=Y UEH`Tj\|a oA-g 6UBtiSn`I2(8^&c@9T~hNzנnEKr&%Ynj4q&TewQyd*IYF]>18YGC«[;ze>hGLև2 5@ 67J!Ҩ' Ws ӷP Mot]ܸ>n.Հ3dRwBcno|ɸ*H~2 C+Y@3xnL_K۲C^eY]McrӴu->&D$e%aꗳSm{,|YQ>E("]R"G ?0?|uR-Ȱ6Y}@ cw$KP1FW55J.uxP:MTǂߎWMlkp^MU] ڏ;E恕^VuroAky zNwЁNmgʇdz߻@XAD -`4[ =D~]i 5!o ~K5q`w+q;TqR) V۵kHASl/@riY㉦݈I#V@XA/ξbi(Izv}x?Ymko8$2C~ Ȗt_m+ٵVL;ҒgX|,-x(>6(8Ⱛi,`E݉րU;Vpky NX-alJ[ u$![ W:[<1krs'\[>o61|*|^$Yx 9B[6mM&]r䖽"͜Ń;A2juI/PVTN@3&@g j<Z+^o{_jcVmа $l3r!|ntOOȟN NWsa.g<5:3ommyayC( d(UN]+Q ,m {.j,Kϔجн/E/$2k|䈘ZM._3-Qh G*>ڥq>P-121SUv}\7,FysIuE~>q޴xRkq]H/ji34 BR rcbo̅WOH<$(-!R턱\Bҩ2NzL7 u8ۯ6˶>oH[|6JPTF |!l054j;]V,󛑭c*/Z'FޡF u(<_sa2?PIxr}:w3t iδ1GMaCCw{pFD3 ș{B.7Q{fiIvo4p@@vu4!r4 PޣlWF3ܟ i,`ژ# IU}TcƦ~z?ŏ~Ne\"|hRqtmc?dI`?rT 􎇫0)rxnXYQXXT kvQ#G gd@5KD(=yX[\qH=!aj]ucsjC] 5UhU$6;uI;&K[T9J1t3)3^$_~UDL@#-n1we넦Yi wxWLUF$tPg^B^_+MF X wa=ٟ5{a҄0VCop~Yf5?{Iy]K(&Dkf7rl$Q~rYj ׁ6;;czӕ\#;RB/ʝiP]^FHda!&wdD 氋3[GW;E 7o~ȓ2 pf=VcĬ]\V Qwh h\Rv 6ƞ%&g.C'>Mo"a+YD7}f\vfRh{1{ˏ!,Lр&ʜj w찯[{r\ͅ\<!,Ir ~?E`~U6M/yi/K$ $!EWg&!qu2W|>N)1͸ttYg`h }1LzF.5g؋%HgNJUf4a}O8 3܇w};?EorS#.|G"H3L=mmTv[6ABh_uvLGM-f棗jq`Bq^ĻL]<9o$_* x%!4rxrtrrb")DK$B01E1?.Y(k p 8t [3fdvYG>֛ WWygR{+z\ˎXjFLaIOҷL_(ְD[$X]SBBZ1t^VH%'H񦎧 #XR%IsڰϪW eڒ\ y nOhV-g?iOg pJY#I3 @h*Du y>bZGjmP܇؊wa~3ofp<p]qj'QF9jݿ%[FMTr_>CGUUyZUE^g(hc6r,etuvƏ9Rk趧sJE~Wq3PXHfd^PfOjDZ=$3L+ *`ٲb6RO7e)tWRBLxrn_Ď<*tތ`Uk7|s_|Ҁ^I$^&TIfpѵG:>JT``"Z&z[{jL{>߈kwj,gWggvo&mf9Gq5Q/ǎ"Ђ|^rUM;VGr> $ 꺓Zw6zjvKe| MQ,~&Yd5Pt2]AA4R}Bs//oX7~:ٟ6ȋ29$N}?B%1,b*m>['O-@GKm= !,_.Vjqb=?g0m2נ4._KdfH 0o`P2;I?V>ţ_wVHRvN.˾q'6VGsHbq'wZv˹rF|9xΐIJ[nG,K\FdIV G+j;UnAoe$!;`U1{`|* D&̇f\=zs]+QE_jE,Cn, dg!!]&-$?>4\I0h=b n?3bk,dĂ4әc1؊9'{+#/g8+roun//HO??x2beTw7T`a"91)BbkG`RғU_4`vp=Ue(cj=|GWY$k6B%:f  =ٓXGf IlV =AlS-֣?pZ^ǒF*h !Jp|ʚ㷗Kv$w35SLHRzGҋ 7W,U[܇!VM1qPqohh z v_yi/QR/O&ru'T`%B{F#^ vPؘgIny@4L;g=H`\y/M2Ië&l ,itFrOid+.%5FŗguK;2ڡO3 z =DFcؐkmpYe|o[z쁦 571FqIƁF-F.b>6CÛb i"$M|h8U΃/K&Iﺻ/ʄU ]A-T)Ydnn窿8w#oE9":yANL%EHAU]ۥqA"zoA|d38ܸATs,)bCdo"ʲrƷ!ϥ{?jr78qߔq &:ΠFZ^NLGKV8}T^Ġ, ^UBC CṔ˵V0X mcS0-2UxU0Gz5ڭ~a´ჩPO'ƅ1YX<,lGMXS *JTԧ*͆m`nQ6!'ą]s-6:ʙO0ê!TĘ{˪a4޻CKoT Ն60^⅑`uaA?HG?vAzrH4-kI>MDE:?<ʥ3)Kn9 8vkIg޸3/6I[ro;=r6Ǻ*k rZjBg;!6C pLrrr@-m~Dw{uغtCjXb)+yAV% nC^R$SAx*7בxYQ4i"^:vZodV*,Թ`5[<,^!dL5A: Hĉ&Y쟮L ^HRBx XA@Eȃ[Svk 8|y}1ݍ[AONnL"H뗺>crL|o裳ppcw,`23ՉWY1Z&$N맡']W m^o_1: e/#i˶̾{bNrr4Sfx?qvjo=zROxPMnGe3[hOYEPJLe KP *:fu /'#mBbL%Aé)yQ]~#XkeS]> Rİ.Zo03dN^^![ : L鐈):-`EW3d8:EdxP4 6֐e[LыXßMZBQ}=F ,HvټbP2ƫcaj *#n}݁4f ݖ< !SZeXxL$ mrZ|#lFhB ~8 ^Ȕ?b+Ní[zr *Bρhzb3\;<|;g]j='[q֣6\&,gTfj@!]Mnc6vJcƋu L+0a&ssϑ'ΎqnG ϱhzH]Rx ػV܎0 LVO@qK)UGCS-L.Gwhs8CC#> $O@ j#f>7jBuͮs,QUhnbֿ agĞ)ng.y YVnw٢S?s} 3&ۉ[QqhUڤ2Ba2H.BsR!~_s5N8f5)v{| oq79cF+,?u OoIHnOISʼC$xZo 2]K*D ަ6bmOmYM:WbDu@S|xκ n J2s?k @l:)!ÆB|sDw]]sᑟCkjqžҽ TXTh44Ob(, x/~0_EN$8NHvqd y[ifWa˰Je%o Nađڌ8+_=!17xٮ+l>%w39l&fM9}\BL *GP9 @]^sqXJ?G?j>D#GRT'p|o&[;+y{( yIxc~@GSЫY C%` 'Dj` ?%PtJ#cẍINl< *M画Se5Ts ZpRy=Ԃ8':ы?ń44纳s)=z)=+nU ׵||l MPI] wC? ##j/-{j MthgN|,GK H^j#F寨19z1G-#1 \Sy,iʟ 9%K@(9}QfgpMyyuMZ=s i_f?@*{._ޕZȔf+LR^\l:Ņ7 {T幛CXmP,1y,PgF+2)snsn%G|26IMC~ vs9KR>9O@ڹ8wdP8fK  Ml@56"}t-Cu(;40ˤ7DN_vĘ n 1`~V'WI~*i3籺UeV ?j~Ե&qeޖhÑ#(L]c<sd@X%GE%l4 SDM=ǣF &&mN%CG“ lZ6[2\D O+ f& |PAio;m 8y7e&Oј1gSЉdzv,PȈx ^;I",/|K]tP]< =ԢI$:W XtTQ\p/PLڐTs׏@ܸhVwxA^8aN*IJ=?4f r_f; X;cxu2N2Ok#)c+]]%b51'҅[lKEbYJP ]Vʒlq@Vtފ"/VmMdOP=ؔ661c>[&W4%+C x\ΐJ9=2r*~k NzfL4*yW1q3, k|Exޜ[:,>wӞ4+-]_;p[N! 9y3!艀S^.0T)Yhbڤ )ГatWyD!'OM1D{NB c0&,>@IWI#0WfRY}SEoFx/QϮ3)w 5E[`byvhNV͋SkZ*ƊK9ͼbv؄N:]`?Y, k wfhC)GT$i<#+3#dh7Uz"HUc~^Ciw{89;"wқ0@aPO; 9o5*ktMSB׏#D7+*I oL`%YE[cRAj}"Ooe2)b_eB8CvM>_M&͉2/рkf Ђ#L+C~BraYl8^HI:s޺vMaorֵ|s۔/y濽.~m^-M}ZF_*S Sv-2"[#e:{6꣣s\NU  |ա[}KC7 @-]8A'"aY$& iqu_1|o-00ͲZ\kVs0΃k:2*d kK|Y;_>~%Q%#/wL*5 $gY#wZ'6.T)wQ+mh:bWIpUZMuP/a蜦~HKBDB}R#bZ=#)Fǖf~ eJFp%ryjK,XR2f[,\][=n +(<Q,9 4n[Pi iec[5Ǿls&7 B3uvB96EX~HϽMEc';Ur$gvR &sT[F9MB56>۵-#mCx}+55 8Z[oVTv} -4ig#2&b+IO-8 7ʡg%ɁOʻ͋;=$M\BJ 0"1preϡN+Ci#cұlzR_ iVsH4?W+`k߁VLZڋ{BԺ@#Xa"YZ6 .zXUqkLDg1Alڃ""y>* uO;-^8δzǴJaz{/.лbj>< MGt2?sDݛ,EP-YFF]^WʕvV 3Řy-!`&YɢB޳}h: 0n2$G0g-MǦpO h/6qX4 ֢P6}86B8{r"0,ڷ1Y \P}ryS*fq*ব5u]6g$j7~^Kk%OT*" Oo8TԚDdo,K]5Q~Xv@o]Ub5i:̻J J HC."uŬmV`G2Hn.&-\F5JD77@1ɺz(u$IId4ތ>7vDBoBќ۱q%4hv /+ Mg?p!Lj_+(pN)cpBNװ.K:]B|,A.]bCp!$B-GAr@kuz"ȟ$ρ5%黜˱rPsvJ M|] _baYdX}]uUGxG{"g(S=3$;S@&:sW"4GՕ|COβI^~+<謏 ^5,Zؘr{ڝR@fGZa2㆛YO⨱I &ui:-V%[;A%892t>Mb8uqߛ{`( 1FOkꆋlzjwn]M@28X-l55S1I\NY} bj|6AfN5ڑ,.rCl=bxwc(W?z_s@B5ʛ7Rg;"ȺZٹjC΁9(%Qjf%}9Brwo Uvqxٯe~Ӛ0dϿB ]IQcpzל6DqC2Tզ! Ȣ/buUOiwBS ̓[y/y cQxeʹ<$KcV?? Ik3/]a"UVW¢Ҝ*Evj3K 28o>VGWr+"a?&R۝S;7SWNY3] ͺ{z#+⵻2,5[+[rܡjeα!6' 6v ku^5&1BQ?m(K׈#v~aޏʖY},FR)0Pӵ_NioIeL6v#ҳ;/c@V'}N!ielxP[9 d ,ckϔ33ILD>c m^KC'i;{v`6_Xi{iͱF?&˗c_&_XR=($'^z'GExVK ~Eib+fHP!R-_(*3TU ,@ (c.WT #_D6O:[ZY͓>j0fUʗk]aGj!`D\(D\wI`#XW|t !sVj6t&?Xtg`@BӪuO6* | Q>vTy.9GGSI+3(2HEiw S&N$44=H6&~$zȤu$=DI#שK@C0Cn51^fbU9INJF _VL$+WNJhʼtv&  X#1`[ hY|gª3!;/)X;Mzj,\G~kˆ %` /TGD2/5H{Tm_;@ a^JSƞc@7%,\{jaULFVi=NkިthxQ.{Q[Ԉ+·^gU nTq.?lVbGa)%?2/9րDYe$*qRu Sf}mH`Y6xrk:$|ԝfhcj{.(6!nEԓ쫡ܧ}aQ3riYX(oM|Gy5$DߝIֿKga4lRGr&8."oU`?PpK < czsc´P|!q]f>uN`ISYxOds۵ʧ2./Ml$^ 6˭OKYF(80/2mO)¶yεÇ{O䭩H&L#'^K΅)_2rٱ0Ͳꋤ@?f6 A0ʓ8.x0 @?u9)G2I Ts $XrJ~v0m1r}/2+ӖU85V;INpuQ?13̻furٯ)઀+0@L.-Ð/jK.h|3r~ ۱ Ee5=J囋U8#L* &4 C$<{㽎+';;7m&s9r>(SH{w0ja *(Iv^B6/+Z~w { DDI!?mZ;G_bYWtaj'5m{:Ј < ⤘,2\%]bhi4}kJ#őnK^ bS}O%d$H)3bi.,*}\;YK3_ ͥ@=!r^ʚ? 牛Xѭ 5ē $yPlׯl"3Tc^k˹2yFWÕVd6zt!w^o;2+\ (918syG ^U%v TlIyUɂ5vcZM~ դ6Ϸ/|k t~}UA׀PqX̩%]H:gtۙt(5p[` ٸl4 Lr _1$uu;ϼyuJ7?fAuѫ9t"-I+][~I|aE"X NY;[&esίӌB+K&edOa~֦Z]gNj~FaO&7w 9W쵆cu\&WUJLw#`{ӛלmɘaK`\%)kzzLmzg)KaJ怡~!e*p$}]~GځȂheOzv_$ON 0R&qABwvb?73tJGb95@PmL$}A.7!`,bTkl&T ws3fG`yC,/+KvTN+t ҇zKKcAE.LRC!XS%'ODSuS V]5Xg& %cec53a7#Zw]Z1aNɭ"s]T9 X;G@X;&}ĀWov6th։Q/;!}TZ4֡n"I,!9t˧{Vz8yrPls4u>r X_Ơ ,Č%Qܲs]$[Wq!4*geDfTnҊ~u8@3Wc-,I&-=|ymT,`WN<HG:]KPX8x j:9tOfP;.*ˣj<[a>y[jJ̪@F""= I u/a DD: j`=y Ɗf:fmǪUjvx^d`ipə&!Q 'm6)/uD,75udCԬnsҲkQ) ``vlxz UJl!;lP&؏pF4`"b5"`'p^,G_>-/l"w~{Rv t̋ hgys*?x}lnp/ȩDo> Kt8iN7^G|:oL%M*z-#rnJjEC0*EZ[;f72Di@@RlpIYj&F'mlI'GAv蕕ͪ7)+@, Bxh"$9l oV;U,e҃r 6GJjIXJ!!7"j*KƏ 6)j(.sP,Qe=j/y oИlwZz~ uXPWrҹUui?:JЭ#H;@VdȥP>.os9ե%z#bqσ%P2{ABVD$ T4mCjw 쾆VO,}eq/+Gq\g]h@ohYwl8~YU1ڶ΁Qh;܈&(䟲5?z\@ ^d%4\t_MmWc .tP&9}, arF3 w2+˝˟R"H-xlznh b/FdZ{|.@\ʒ fVX\G4mϐ\q~emG+`A1%đتz c< r'iiJ ^ ZrfO%bN=`,f|0:"6[a{8O8)WnBrM{4P(y>@B7zz``o{obF|]Ǟ΍$RDIyi>dLۧ _YQ+f+glVr_"l{-ڕ8!db "3qiDTwaҪAj5ػ5ᕙf̼VuV3o(d0Qa`plhs{),@Hmy%8 P&DʞW'ԑ2l0LԷ2}rqH'IыsJ+ʣ`M 9-xD\<{?Qr7\8.C8UdcKSe.R;&~ ݆T2Қ0lTtc R]Vm4+D$)ѐܛT^7j25{en^,fU PI7G5ڒT_H4E͛n kJA:S*Y2U0kv5ޔyޖ8}T>N_ v?0BO2:ckCr؃%#A4Dl'vmvIqPQe?A䊕њ_HIA=P~P Vڅ*؊~ay2}Ǘ2L3uK6'>Ao\Wn +tebх*7:>%9XE<֪Pb&/sy^x%({_;t1CʻKOohYxI%ByOg9)@R&Ӿ|/g ۥ9`zk$}x.)l6f^.k@p߲DV@NKw-髭eKRWQ–ulZ3N@ H-GFۢiCH.)HI 8F-=],|T((3bKoV =T<˃b8坋YH#I,^ԉEQ_n+Kψ)a[C %6\Ԫ^squ~u1X).^YLqwev[BM*` q~KK:3W\,T') S8 OwTҏz:91$KCtw3h>z;/%g~ Le;y~j>躘=A W[HQ>@fq(F.tkjTy/j u&dѯ{9zU`yIPƻ0iiqSJwxrRzBVE=,aTPѻ<#TPXcp~[d&4Ylʼ‚# ymaJDS&Ige#/GY'R|g"2TnYP3.ICEdu &(Kq?(>w~OF@¼'`OlyOH4g7pqoxf'.˃%xWy 6Uṳt)*. nѤ-UCnX~dT.y)0OL8'9wHp$F/5^EKo?Rb Z8JZf2gj>ATR ?OͻńqO]D4+n)ɽf 둔G|.J& pwRVl6T v~߾wqBJOE+R4յI #k;^4`N4fx00Mq5O6!$[?<c}*:RjnD 8 UN5\&2_ʻJk(8GK9&eὧmMn6ya!F$&% Web~)F KNs^}Ş~u#@h77P+&,_i=lWZ}ճss@Zz'_ ?Y{W2dO3O%G/CoU+A2)tlBHm j<7}y^ YaU9L9Aiߜ%C¤;i(aJ0ܘUQ:.5q׌{* CIL"^yw&(4GN]_"4y-" MThYǏeғxj͒3(́z1Kęn50)M8vBu2LgKJ)[~r$[E(lkV-KXN6($l^{+[jzn*YX8Zoeҕotx}Hp.^p#Zn  P)lCa#{_\F|{Y$dʧxLGѶv6bd:/Ib]p.@J]ؒ&AZ?>~NxWh}2NN>_BHKpnobN$dě"ِamEs6y\,=X4G~͂ %L܋oɉxͦ,Z~+2ƂK`ZfqsLx}ZihW-TK-[@,-<Ϻ.nJWI6k%iAK@7!ZkBXu; &5Is2kJ`,yX^T ԤcF{._grD@#zTÉ'N槟@1<1etK'BFΚ~'YH NW7Č:vhd*:H44Nji$U"SaoF?nP6-:򈛣x0@[/7ɐ9@Yׂ盟X}|+"L=gMc6.D\*pD8!AV6r/),/7iqo6:\]gൃSE590 ɪjWxtjn!/y70#L76˲% n[,!J8wRkЭzKh(}I]mN0SOOF TͰ^LTQ4+?zGǒ枟$/Mf[P!cӨ#s3Ժl]B8zuK-3&וI*pZ_h~ȊɀasOẐ4߫cF?(J4ތ!*!R[D53>63U<9miYÒ}.YDE5m=ZӃZ!R-?JF'Pn+I.]`rO/`ؚ|#z"26B#]sfz#FsO~^fuB m{)ԂWf{\ 4~zN͗UoT#cW*͚:%'k׳M,L˰Hۿ#"+M-hmM\J d$*Yj͜""f_IYn YQZNqD!MS4)dv1MIegFKZ:~#jg'ЅLg=tWz͋j=Txiԙe!  |M eAE2sNϰ} K~gWbQLG+FȒIJ¡3J/Մ"Ț%>ފˏw˅>RsTFU#NfV։)3䀴4vȦsbfE!=4ߌ%CArٮus?K._ҍ C;.wceFj"I'_]C}IVkKuyCK`, @j8ڈpܙe]R;m: d†I\"0hI:lL RmG ,yG'${0-j7/|3H2ܔa5JO$SS;b]4 6}x-Ji4[S$KAX1v]\N'`cٜ ޕxgxncAYe-ҨoJ|۶59?!t;,,Nz0hsE/. SRJB*&GdӖ}K]gn;o`.M±85@|*GCt0!U<Ӝ~gŹYV)cAf^]!PYM&xlۛ ^2`ku|]D0QV&g%NF Ž)Np*^"*I>(j,-34a=?kyǍ SF#E|mf/hBqT(9JGrL S[:DD=fb7LbEڸbx%!p7|6 ehO/b 'm if0UMk\yU2xdTRlD@Wnfv ]-(|xbȨdNdamV.T1 Bﺔz/G->n~F?֩vǏЖc ~6@_ח<_OpQ WWx@bL8B2jW>8''N>Mn\.bvDE?Z#x u;̾p0:d*ؖ F9_yRԇ-+G|䏁۳RPը= zbDDŽ<0HD7 V-=v;W{)leDrc\VZxبvŪGYYDf\:%ڛXL=&:qm xusk-~NhS} vfWtUjhAakx540 ~ ~OPloJ3pR}|EJm4C#1NFm=|`yT돺,ky^:?gSAķۦzy)!yP_}.EA[}V`)Xu9&OLuVcrg?b>m+z kG2s>Ζ.Ãn rl6:W'1yؘϟ2~]WP29k0D ki&bw ^ fK6uS[EXI): 6;6 5P:AAeZ)d–}?T@{L6!$@qSR/drX "nWd:ZY.#+[ݩwAMTt2z)=lj' yƲA+[Cc˛}U{m3} fw\/qs8|jCz`[}*Ξh 叶OOv&fR1H8Kly9 >/dP*VdƠƑrLUD.e$kSd~n_.X׫1B&utI*ԉ3W!Lճ1.nɯ424'R#I/[>O:I|2_XoEdÃLln-PqJLQ66LQ6.:5%*͇ L1 Ctw~`\c 7W[]tKݜnIqWډ]X{ 7ht;8INQ t5y>z#ZTDր1}K@"+3?6{1V(3JTe{7#\+?46W6!{d`N!]KX~i)p`o!v?yT]i& Q;BeՄ\L.m4;:GH`v,fր7,ӷdQoNVpAU!LaJE~uT/~G!CG yمe i<$2;j qfI{Y]#PӋÞEd8'8.!g~lNōbbQ9?.A1&ucPaŀấrRv5m?u(n<)8Y|>gxψk 3XnЯaC o7R W2,<1Zenh Ls ng(7X=V846IJ6]A:B@y3;l 󯋶4MFâ>6s=TưG_#R ߥ/D#-*?Ƈl;#4``&f64:q-;ozP E%ѫN0B:*MQ泱g\J2BsUҞ HD3OFht8]nG1Anpϯ3L(!   a_, s쥞8vd~,sDp/|5ZK+Y/y `й<ɸ" ܾ19scTd"KES``alOxH&VQ)U\a &ؙ@ƭ$p^$E5WlRiChcx'f`MC ]ק*hUN3TʌMI ?a/'m5֑YjK3[rHHL$n+1s7ύ&smѦ%IIj)Gtd+GwJ[ tvʼ^jy}[YQTI'ڂ.S< ٛ63\N~ۻ2$ \..0w{~+xx ɘF f3Ό.pv~~^ OA h_@ Z]}DdM`86;;k_rY;-;9}: ﱪ7^(^I3z=s]_z >hN9}c#aG Ѩ4 yN&MMLmIOKqR;DgdzE m ƥcQq#0o ǜ#lIfT:CAm3)E[ވv914ߏAAq['>|xH IR@zvx˺ NUqs(s/9ZŪ;- C:;h _% tXeI/N`Cp%DO<;Lz~a] NL D/\ &6eQ1uƼ EvF1 XWheTI q|j 3ϯSw_4dLkW:KbӵDA_| cS~Ga!8)ORK_RF|;!߷򖛹Z K^ =Yæ tv;44m.[2֋qJ@iUiV4Y}L=j\*˛6'we5JkԐOD) 2xjXX~Վ/GM/U91FܹمьP*3*)EPXOІpn%wH N<])[K7lObٜSU/o|+^Ǩ$(A/D5źKXF'Ns}wۥ,,X޼_.;e^7^>uJp*pئbݻ )Y 6$X4N!AA:Wg#]Ƣy;h$N\Xl?IT] ~7+L8ס~\`!G<ǎُNHBD2,GaB ݁ -? \Zabj~ v-DVy28cRb9qTvVc FV]F!-Ck%,<X,i/v,y aV%Kh>e~Tr@SPvWuzW`Uø`b.f|8Ltr #g![Gh:8HPӪC+j$ tF`YK %&e1S3OՁgl&ikZtTOl.%r'D=D=&PoPDd~T JQ _`{yoJ^>LZYQG58wpuLG]D8F"LjXJ-"d]cF]81.ƛ !zhLZ'ΒXhcNslg2#!p?/ZFFc23P/ݶnL{]D0V#C:5 U yn-}')$!krM  1h@tgbOh3SBOJτy҂؂p~SO8mYzOJ!VXK)>+{F+!fAb:9jEͽ^g,/=]޼=*8PQ@s4sD Ң5}I2p^iԲjro9j:EqlSa!+w#5 ao;֪Vy2++2.˙}Ӻ݋%IËu@zYW3--K%\jb5jXq^1Q6C.r[his7mb玁PjsmoɹSq>R?%4+{2J&7:$TƑO\ٞ=:;W"<?w֚j'cHڽ) , uQ*PW6 hc|Zh7"Ti9 &Oc D jK>ZZnSbgC t\q8Iʔ"1ozMiNת8NG^G9DgsO) KjD,L3޶Њ~%kmY5UV?2i"L/QCz:nF @ *l3/Z7gl7?IWLuO4{,e \KN,f#ZU9؆koyƆG<8F~W;{lm+1*CB,Js3k&nE3-j`{qN_K-cVdt).#GҙZ."9iSRUHɈvv{OPp33g{d_aLDҿ6ʁ4V*D9wJvRU Y=Vg@dfܴM,^ZΕ?*&ї TN=t_ulav1Q5A$8~xE͍i}gce%1ȈٽW 8 XF D†"P\EyTpk݅@?(>>ҥ2oM- KϭM)U˨0:èBscU Yv&̨-i_l.]4ۡD-r^StjNcRk…^GU׻Ptuinbp&_]g!cbZN`6-O|ӷ+FMyXB*zK:dl (kwZZt*R{uC~8n*0،uAJ$~ە=3A W KA4} %md19^H@]o86tɝ#g8 S F/Yp%-l-?'>]2eQc 0͜\ѿniU]woY1u oĈjV ^<U8=8Wa'$ JPGT#?.'c* {EM*qvt8Ew-̒/5~x}u^іudks|ww:גgc?9bO~2,>O„ƏF9ߧ^ᒄ$eQCwJ3rˏ@== $YP{gf.F,+idXؿnrZ||Ϭ]nJG )Xjzk>#Zh: rJ 9F/:x  z˄~j-j'oE՘Sw:hI +R+l H8RD qwcVz2Wߌ0Xl6O?5O8(k57@>$XB= c}a^<4+<´ z@,|\3dC\60Yh?2d*U^Qj98Q/! 3  PR_xQlh"≠qDH¤ Q{mCoJPa[OK_B]T׼DQ a@({VOnQ'xChڄ[/Hs#Z:ϡbhgܽ{lTGxxBXćū3}̺KFVW/v@*`gpB&MHtη:9W&}ygB,7zLCLȋa2EQiUhv=SP5)[EǶ)6GXtZ.ƙ?NbϞ]y4oL;.$HkcIA?:0HQ?oW?}q<,QKS6DízC3oX$őGN(;2+r)~ `Sٽ~y~K uwI?_JZ%==ۦkС,uCEE%h-A#M|p- Q^{ d->_">ޥ@Z (,Zc{7Zxdkշ*͐ރNcҮ<( pG?py,lZFk' S_!!GwpBY;5|)Cb}g.4G ӗPⒸS" WB. ?aK 8am<0x3e7;>iaXJ`fE7(1rtDX%-:"~H#Ďx`'LVu5͑0/zRz1,&A'1nB8" K3EVPqL#0hۧe0i~)6*D3wKkƿh,iYMLoۅÎ.:IHM\VZ(^S`(d $G-;!Zv=޽&[%pkϾp):L0֨+*s[Ȱp?/ ѽ#b͐HyȆ`iK U$ڮ\?dEVg8ZCu lu}iT8L^@)T )ۯZǧ%Co-Owa "%w $]akؚ8+-9ZxN)?uj ɪ;a&EU"a#O3+iI9eN$؄n`bG(X6/FKP6e~&bjb!CSloo=mD5׾og(h\I#'&;7dS5##qWPi%u8%|UhŲ*"bfMfOH!P6@ZHl }$ 6B{`ᇲCR Js3ބ\l[GɂTO3ʞlfJ.? 12X'i/uy٠)ZZ`\s7tBLY5+MؚkYjT}@fI O%H]ط5# qkɟ?\IOXFJ}ޖ P=ې`mUGn ;m=36 AuXþ{SV1\ j_PݣێLkp2KҔiߏ`z*t0)h#:XU`*he3bdDڂd)im'+{|CDsi8`( 讥mR:ъY و#p꼐~s^JLG>E4ܗ!T~YF: )C`x4،wlåS[*ҭD|}Ӌn!F.9nFϊG=xv-W ̳E-'*8];tv/tkt2 m|' %)ziYݚo7L:ͤv+ |cG#Sty-9;#8oo-py#N֖r^#G+\bk:C2~!|C"YKp;#pZۨFu'lCax,2 /F#κ?ZNKڜ[5GAdžle'R0?!`M_Aٮ.U,auc3l]g{*?ĒԳ Xlؤe*£rRщ@cZ=fUSc@=z򄯖Ab3n&&+(v'Ԏ7՘!Wkb%d9,e"/SƾfpHix/#$]/ob}[+)$8F²<߮LkI5@T$Ȯ_U뽠=yC{ AJ}suT\тNy9 a}?WK'`Q} Xj7(rr7:^&Pxz*aqrV4G-fQ/<a]#[BBx qԑl)xfm?oB^WFMikFupLHʉc Zb%] 9RhRp :q2`憌^4Vv9}pQW˱J18y!x=~INFI7:o̪wKyx{}s ^wsX.Llw;UdpD~.*j*11uԤRZ! (wGIظWFyPGiV=n𣮋`!Rj>-phLk*ŜCRiXHl`WG2I3,d άMz(黏8mN.= ? C}&@r%zdEhɐrpw"P~hR@ER=o4ӠIE{H>M/ de{0C.O ܈0}<'}|hu|)@TW L,:ثjY}6v/caͧJ"򣢁pnN ONt3Σ_<@"y΃ |Ng(Elz!RxR:zrd&gXܶw U)B{tZlm7= K.kff2;Jȕ@J>}tD!ѕHmc$D56ޮU۔рۧ,Jc#dg>p~2^U΀AgڳT|Hw]ooW og5$!&aU~ʮPCw*u۷9m3R 5f&nDAOA֓V,H{iNd1Ѻa1υB~43SbÈ<Rb-݉\F7i=/<6l ߄cۼXHNztVhm|AN8EMXvϒj׏-X J!H!`Kj.Ib9YPv^MCG7 * 5Pt`ANG{@0Y͎Loū8EkR1.F(LjaЋ%W+(s3;6p{P5 Os#EZ(3:F\Vh2Q`H6UVDzfnuD$-yhZ<A%ndC}1q3rнm?"7t3xJKPdY[a PAuP 4{F˾R1_z,E>ҧ[]`;`:".{\4 ׈a3adn~& &;}mdX lօqA'n{+\v`K-CEJ:Ng11kR$[f=7ߏE4D 79G2N J9 gj\KJ1N&u%0 [ %1FL,iG?%Խ5)ʹ|"뺾bB$_S PL@=\qt1+[Ɍf@{4NqحSz_<4~+܊T/GVP9Ib *%)ܜ8{i'7GS @z¡J=CV B#Gal"#SI9{TXk Of'W)Q_/?JB:}XPz`'z$OpȜ-FCr!@2 }O-A,o$Wf3*@KQ!!'-{FoSX9]3tSUU$ܽ-kڎvT} ٺAc36S87$F13PHBM-sz7p4|yST=*{ډ RHaF61& 9R.EN`voT8R66 JѾ޶l5a(Q?ю6EcBMٔ1)3dz9sCyL76C 3"G o#w0숏4lH{Y5_>S]>4˝b[@Pm @(g{D:0 $`MkSㅓC=} Qf2Xl~wOco[VO.d5: +vkO݈ 0=bN!ǒ~ C8?N%T/BCײ^=&#C^-I.}KO VV`ż OBk,79J\*T N'"|ISM@ߒvJCtq%l/%3O#}><$Rp8BZ ѳ CYT9x6j Pg_^`?X.J,6{k/] z9NA ?q\맫v(cѓtLL?8N¥qj?PLJIi8Y<8M/-ARE!a|I2z ؃~bljc[ OǺ53&¿TްRNxըwRջ{Mz w(ʮr<.0\7n))T}HiHfEd߀.!59]]8 QʿBPɲlk"3O1aw(Z/<<?WE-F JEs`NO/g&AەJ* /]ۉزci۽պb i@}- `u#Y!Z/RJdoGH o]YNsRiVAS8Y^X8-nD.~LX"IZT?N a (V\,mfGcRhHa}凮 3xW% 'L|z.WGן̒7oFbjnW㭙-0aIW]qF<k'=},?p}9aͻC[ zH]}~ϔ)X3=cn]XvlDOu%"l<$L1Lq V9:b HFYU*s [^wRD.ڌEaT$Q|: 'd(zߵ=CV 9`k}"=G!N:j쮨גiIkP\bތbyN#N_0+Hk[FJSq5Ck(z?O=%)iBwM5O=(𯓄"BM+mʨS6+0և+sQPWP9ߜGZm彝I~!쭷h1h*μ#͒1oe pHU(fg'?2IQ7ɬCd ڤ!WzrORa3iOv2cDZH^5J/FoeScgkچvA1FtFjԕ;TU&~rY֜,k̽y ؜Օ,MQL)`C9I(h㱟m+A$Q&o]͞bå9$)K(sOn3ٍ1OØ֣-MTaPw-0b_6Ɨ2i5us60T9MU= u  <8E.tWTcEU%;/FgAqM-F xfQ+):QD)8D<gOv7t`w4/Zu{>J憙zLM)gVGc mӶ3.ƓЉ:#\ϔREw !f*~aI aHQDMl0y/B7 YfOM1! n3q6ԇ8e8!iS'vt%Rj] Sa1-6p7J 78x˞m$<4睘>zS u:a~L$ZV̡ F\_NJb=9;”` "`pOawgȖn}UE}y! x-MR?S?je$fV.JdŸ9z@>fb/zǶbasxp3e=2>5Gw:NT&mjhB* ^ ]Hjy-c*{Xi.kوj塼X: ?QzQ~BA 9"R4EOͨ6U)>Mpa`HQ>,ζ 7ƶzC[&|5)a }9MJbc]12!0qpj[?e~s/b̌/h5j]>v'ᑧF܇O).L=C3pxW D vje|IؤS$`A;@ IVwo135=FgND+f׌ CW)K_OViw\4:?M!"Jۜ.*rʤM0׫`s`ja脥QӞ@AݸBϝvLͱ`nN!la[Z۝qxM]2 NKoQM=~c&LM`sFx)-nwr dzD?]U\3DEE1q7bll 76̈́ta$Q< >6*%+1yO> hjlˁdTa&iq2:֢ > ךHUz+K[RK2Jk@9 L=7w\[Uj܏Jty_(vj#uݯ9UXM5Պ, Q))eXaV)ˇpsO3,Ja, z v=K};_odr% Mݭ0rdOlw|>g#Y6jzs7O0`KS}bû(r/Yō^X;I D#vҍ6YW`$8EXd1w&=:ԟc.ߓ \8ԵoCIX< tJnH?1؝O%03V]])Uǽb ~`Q`Xv NH qġ7FԾ{d;j^NbFj)|99uUDj+ RN~~e}G ZT-#U8aNjEԩ 0­aH# ?kE-匏;-=Y.Dz1KTɬ.' Ą’\;jTZ)sAnE6[\A'tFE$y}DwE 1޺9TR%7 EɎ'Dy*U3oI zB59^*70^g+3$ME!g`-aT>pQ)t+xӎ wrHٰa⹆3֬q~Gz8.b f9TuĆg$ ˵G2Ura8wPD(tڧ"Ǟ%Y.dem50Y3HE?Z]A"븿sl<@Ë^I5#rfPIWOݰ+O.c@% |ҿ~<"\>"t%ZAGg`xE󞶝3Vkz)5xn<-v$x(!XϟV"jAr UׁpG4b>>9߈ѸxL*iޘ5tYχ`םEk!"O~Bn 'n!JY.7C@ ٛBJ>g:PÄfF7w3v!y*pG +@c`@6Г ׍O<%pxVbz]r!| ouE]>q^5K$5J6򓹴稖Y oz'āZ88STPG@O.&:мI8Ц>_.9^u1kI1J+]Ӏې)aqI4yZꏑW{6zmn.*)Ku8Rf…i(jXVIOsEִ]ˡ>uкs˟?ߊDZ^(2_9煋c)h}}'-f V0jW 2E~_ֽ_ya#ҙmT5$I߾t4@4re*=`>h$Ԣ|=%, 0@r'#`uUr#tΰfH& C {in̈́Yó' SBy qiwpA'oyqvm%"0:'S+H(|=Tr6@#"%+ Cbx]i9=Lk XewɔЕ_g "tEQ~?WD|~h^^\zl!b:[==]&'g,f.)k ^GR!?4UbU tM/m/fbp1e#^ LQt9@[F>"+Ұ2|ԕ`>=Ia]k*HU9J1"Hת'cw,vRQ0W96}9SWdPYbQ Xv_tgh! ]&]MkeќƩ-`:5Do;NSD „3KӇשC-r}e/<[PƐʣ22qge"Bu /I E<-2*]ziȷNA7X$Uvtw]B||J?xH8 >ypx:/8G0`YV1O=ٯ1JzT@Ҷ>"#*_d RA[>6dQag3>Ƞ5`0U;ˆJn G 6 }%X'1E :Qġ}dc2.~x{rP*_@#y2wP%I4jetf kQd'rAlKk2Y=?YH%YӞ 2x>rH=`HpDFe|{s a!yvs&cT 5}cl`B'`K)BӴ ~F79׷6PoOpT=yBabft8z7M>C J0ɖ#iG1\*B+? h6lɜ : PR;JTxinBajum=ŎL>eSdPLXsBi5iN8ŝ:_?)ܮ4NހMtqr#9äHA|,,偖zkg+LB7Xx,[UtIE'4n'٥6Mȧ%c| [7<+\|E*'lS=)B7+Ui=6zqW͝t +$.΋zX]7 Ї<l +xڭnZ-M k uubl9{[Xt2m yC JQ~[G؆}ߖ1.g*&fhĹ,g`So5܄Sn4" t,q 񆜡&sRȵlQ'( '鉪[!*i `^P%EͳODtpR(tW0;cG-k6n Wh[@TYqY5LLq;aan08 0dA8EPfS,4$7{ISR7:(ǮZ=:y/ e="7pkHcaT'@X O(\inN,k'}xz#_Up`ݤZ|HV?i@D˽()/oramXHV> g62Qp(PM$>JK~QVtL" LYIa _9 ~t>` %S@gm?]^o<^ZvSkȷ2d3KwOfg"k2d ~`eVHٟd&2s[ emEA,R%jYi4s6uN]=+k|&葍Ilt1-ēȖo'j&LJ,E=\(Vg< Ӫ=Nn+~擑ׁzf@`x~ȇo`;u˞V,Ce>JM+q[,7NC X'BftXDb/HSUu!մD+IqQj(ׁ8 3+.c. ny,[/FGށ/u>#c_(LʤMd1HZ|'i髪ޙ-&@aR66a<rzbƇ;X xWΥL+z溞vC͙=$QI!-Õe+,C_UH2Ƨ/5'pd7|s..`\Uiчg%&?5#!|CL~2y >ڿi;- -&c? vYJC,bT|f&rmˤO̞BD%Z"?WV2+rYu9^+V0X]eƝж䶻ZIPqd! :dN^MKA_mf$ o/'-W(,67 D楫W]G`jlIa\+ߦ(g;ޤ52!#Gw^|iYdĜ<p2X OVl٧aZ%z@Lw4G*gI$miӾ؁<*Xld(tW+$BhaDEy+9)_wSbmV՚KqU}$ABv~_27U,^VG̚cC-(H0w.73ˀ.xۋh5yEM#*S$$DJ1=o}'z-.  ZD5qaZF}Vq )x ߭Gn%RnUKB7lbHq8Dt,-L}'9 F\rWl&%A*`k^6\)$^6O$Cwpl.ofr3a~h»@Ic1{ќ $%0aEڭj]뛇 s[9\({YɎMێ=?$w^]՚E0O5YnΜqlW<~ag1{9flot /#U's9T{?š/YeS+y9 j۱(\+%#R @ՐPA292^dR"%צZ6"ҿ$k2RYB4Iҏok/)&W9>G:T@M B, .APȚbgN;FgRnB܃U Ä_FA+bbOӦ1ϳ6Qvk#}bs\'V+_)ՙIAE3xO+ŒJ-C_(*[?nv-VV[Q$ndMg}nĿdE\wU*#Aߩ6?U3)$U7OҙՇż00-e"/U!7 ^ Rtzm~_Sى7J}T~gq/ɫYmzQz'M#!tX8p/)l8?FļG?m%ڧyxE>+DYAU?{ ~mF)y.G=VDz"ݟ/]@(#! 5ֈSS ,:}}90eYhOiaUrBh.qYHa׊yϰ]w{f:ޠRoM3^ yڻ${1(;59L{~EqEZ6)缥Af;+J{߆>؁mόaKA _bY|Dv/cqUw$ubmIkYgZMLU @{3qgn~@-KԌ~;{hieAG&ŭ; \+.bVbR2:J8ߨ˥v^˸^],gA(qU*kke+1( Pke_Iu y)ÓjC`.2ڙ)>s %Z/dwcf/Ġ8![rY$#g)Jzx%&"MՎZ4+ęh'zD6$l2mȡGG_ G3>ehFYtp.2+aK@  _YieA`P Zq,y\묬ITq8~Axn>9;g!liƾ "qg4#*z_Fі^wNJ{l<qC 2vZjwϤOx-7͐Zн)ie2숐FG׃(;o!ڻ[eGT${%Amq%8iNGoIíp#c0Cz܏x2] rI":2B<$3g{'tEӯpB[Nl,!ISWbyN *LlV[eOdjek!?b9,B{HKϽ v?͠m2o) ?9 Z Olć[9&q>`ay: !ۉw#BV,"n@C F is}ew ^E$ Fao\tgtndw21~+$_yq=xq&,\3Yݭ1h 2;5Ūb- -6)"ó`{ Pl trI4v+f'BRmd ZDϲpu~r\DQq1 ڂӰItzb[g$vs?8K,:KBzsEZD>SSs݂5akE5+}vءa7obzF5q4dkE+{k˅թ'iQ AGgh:A$aR{ +t5\JVR|m'9S5[$Ү٤)'mNYʰOq)Z0I M13 m҈% -5߄c+卣NDhS (?qjnwodѺ6j@ʐG@{6$s;:t)Lz3Zg1ηoȨnQf~Lԁ8Uhpk!]K?tjn)fNvY%zi~e#}+0+=]]<7bei|:~ Dju0Jjr]+- 8ANkijܝ@W8,cEl|QTԖK(w1T r7S! v[^]ȮZk0&J]*e_$3F[y*&Z*9ER*&#Xxb?_p!p"^,Uc{L1)XCV$Ϩ]L9rlc.&D 4jkUTtn'?+:eZVqP<(+3eL ]k  NYEW'&/>$W PfçB>lz#z|_S ĿT 5'X:Oa.}qXݼpa?//^m:$}vd@uXf5^ 3bحzec'TGj%=2+;v+e3i)o+gB*>=m0x/=(m{: ¹ )&JiYTkp*Y8=.dN:-_kZC%2س4r\ܛbG?A! nLzVcgz$ ?:7>NEP5,c[z0Pu., rJߊҩd!G&5lGbO,} H&4pcZQEH0Z>DyȑgC6'7߿߰li(=Ӊr~+RBpaΎOB+pr ^R7` Gk_=5re`Q6MY<=Wd@}XeҌZ ]v6Qiۥ"YY$bK`p3p{@xMS'eNBxk5$Rlr/- ΁߫5_>2v zZt%Y!B)/ RRHhl]rSjq٫ī%gf$7H&kL8a w~l ڊ;š>ՁK}aQR.Rvcי${ S{M.^7")vy8y#>@r n6OMt1&f^?3߇qҁ+o)\4TvoAIy6V?:~|R/;M`}H<‚4"q>\p .KZF>x{H<(dH7nMgR}K*{N4Y,q+>$h|%Po@>`e;LʎѽrA^8̓vV#"&mk5qcdAo5PH9T{ECU[6F>4㡅ލTrngIޚn^76婾=`Kz8v%5eE9d W\n6)Zb԰_!ev8) pv˖ɻaQx41˴cmw8I[‚\ =R@aR97Zwgz7# 0u .n=]_n:ٸgM*܂Vx].6^~tif[(ĎL^;â8Rj0/l, Qdg3@oޭ}4 [2BI+Z!l$)y?K pҬɺ B^o:4r8֟vzJ'Xcj\ޠzK[ED؀s:zhs\ʯBj>ll'n6h\򸅴 .Ap!MEk#U,0Q7*9ɮ5 ߚݰeCi& }9f{$Zax;<_ZSş6 vy!M!To ]F0ux` EGp\8PS/ B_HQ.Sp}pP>={ A}Zcۗ+,POcCHs*wlq@RcQ/΍ *R\NG.nɺNaywQFCngj䫋f=ծWGYSs2b1OV  [樂uрǬɴz_P z6{mT'E yqcb 4N R2xlM(nDȄBeJb̴4{Sx>èpgG_R%YRq\ d<|::jKp̢15os|W`\ Ҹҫ&Chd~ Ws  :$-ܪaJ3E+[ayq.-L6\;%x0!*{fEV9I ʬ諶qK1yj}B,N++{Φ|7&aCTL,ޏ$,P+5T lMR+(Gըrj"Q3y(=¼R=+\)IYP/'f{ߛ\_m2kVeMDr-զ7M(&xDvNY KG J?}:7'|lQfWGs3 I|-7c1-c~aȆRt ٣ueE'O.n+ w })Ag s*:w~ܘXMȻ՟xk[ۘr{Ե@ݜK9ny>8C&bMDr6X?p3^f `g*x_Ts!G FoIn@Z:=35"yzkS, lSOuD9zQٺJSkAKihu}Dye7*wcbxoYxd vQBC\!J~d; !SZqGdEf}@䫡w08C !W67`7=l`Х,:LOzxϸM6pͮ"Tw~Aɔx &2: GE@Uz Wt%{54? k.MP(tؾsO cԔCb/j:?A/ߗ#0XGڇ?ن\ *W?Ҕ&iX~bmgx_WM0tL^ٿ3QGVs?>O'͛HFF _Jm}d}vkJU[-8yC7[ۚ觻s^t-Fx@)S׫cX-B:|&dg_r2!x*# ۓ¸m<9!uOiϠ߻:q[`P@),om{1d]RM.L><"ުeӟrTn3QDr!lϹEىpR s@0 \LTiq<1Ub>y2"h[[\dD;*st]^͏58N Bx2EZE8ˢǽ>F֫/I$ vԤVE3"r.L^e.ziPnwz8v(-2l4Li|?n$4vedh"zޑm4ɤ52#+tৢ!|]!$pQb. Kʓns_2p|zW*ɴSWUa6ֱ앯7{tg F_`c3 Ob^s< vZdrTuEuƪeZ>תǁ ]axBC~ߤ,Y=yYa">%Fɦ&gt;&|2tٿjLKb DZ{H:v$pMo$Yk4' x r[c}bSbMTW0#s O9A 21piJIwo*hXωtȵXak 2o@կD@3Y#ykaLq2߂UDZm , X+W귧z"("'>N@;I 'e]| OP>/w(L$1ýkK"#9r 5G7)_NV}-}XRh?QZ> Gޮy!3wC{̯p&s Tzz7KHe\=~0iEe_2_@"ꁚ\:ybYNn* V9߶bwq347w-(j] >c5W#PuvouIeOҀk0Qh 𱙁OPgZL6Eч%Ӻ=~N%/v5Ѩ_MjcQu|זB*+`1E1eS}Ђ WFzfV90Lmk6OI% 4Ntwlޏu?-qy-Y?,Yv(/Ȃw$4+7( /$}5w¬{ϖ=C !0Hݫ?=m翖⹉HT,3̌˜ReAfaXpԶ,Ct柆ib}:ref*ޖ2 :ȂlzP8&84wOgKF&Aji հ:'"1+/g^ 4v׋ii`c T< TM;H62~;5I&X%C߸ʳ,t`]6sw]t7|;D~:aXFsMsH̝rK+mcνVLM{e(<3rU. 8(JSSʉ0'".bB}GcnKOM;3ocKcZiCѧ@7xqS~4ƃRW8 aU!q xH8A$x^wc_dbb)63X܅n?@y!N[ oI*VkN-V.PE~Ѧ Pc+̸eqoqyW591WJԏK=Y%ỳM3C"\?e($v"{'hg &NiJ S=i}(UߠaxY0kM1"4 38WՕ마h)u"Q9H Px.8HBKE_ɩMHE_Q:z9đcàgFXmq´q2b~g.[p+A󇣶݅m.ƼKv` ?zӐ`ӕ5+pGnRi^i{fI{0̽5c]m@?NN % X7N ;ؿRR'2] (Qk%f,aF?T×j(BXod8y+mmcw?YO8,n(༇ƍw@wk .w(QCrWk+_UnR>O[JM-. SfvU=:g ؒnc >!Iv5TL8!eDNʲ41jF!" &-U$$Jf&_seb@(#gK yXX 98fj? +kY2p6"m*`<,S╈%lhTE ZD#qXY`I_)Ig2w?haEM TڽIτW%#c1׳կ r)40-Zey`G@-NԺC=8,~Ʃ`/Pgj#mFb#ErѺ%S or`6͵6BI`=)6v:dymp1As(cWyJ/m&A^NlEPZW)> J% Jpe\Fn`5y7^$I^ͤ7G3T_2P,tQxRO 1߫pBuPi1MZrᆻ.ǗT4+AuG ^fGi>KG&yGǸ/C խ'儗` 2!`ꐒ-+B<FS`.Q8~Mvo3ku X烼逜;$F2$-jhr*)Q??:uup\s>ܠHuEHGq0!E`Z'rÛOۉ[:,v6b/e %=u3?f5.heO+#wBf?ĞB%Z FL NR5m9j̔U{>ǙO&8*FwKXP U7Z13MYCz%,tBu (!?Ȯ̖y7FgzC>o IIDXJ8ǵKn*+nYO'ru.^GɋC[i[]At7]Ii Ll /zx%@@OJЈ=+h9w % 6MN_"> a9==Ooet?JUD sB2G_ 4%!ġMX@x ?K1@vg{e?|A I_0(,i%XYc#4rBN,k${3 d.( b c%w? .H3|T;VcR8R(D7؏GK!"+n}u TD& # cpBKYd'/,&&7GֵNXM{ nK7O𷁀 Ŵ ]6jr@P\QYh˟f4QO)CTaFq~6pL<D8A򫄁.%/DNRlaVI.L͖:%0.hyO*OFAGXh"GJM,*^0ݞa`cv8C_关\y7=@9.?k>JlzO « ϝ9 ݍi~Ǘ n=JQHK,K2C6}_H2}V{*JxO4鵃<]XnSU~fw rŞ^"yOhr"sJy#~ V⌡WqraG)ϺB5[#GvW:XGXt>|*4+!Qt;-0%k`ĨdO +7.) `.?hA+a)5ĠƠId/ty.Ն*HZ<~_` k7,I% 7KԚA*}jlSjlteoo $JPxv I1_(Gיr>΢=>H*6[+ĎFI8@\h$3O{sqC=-2:o@J_>oAHq|;Շ~* Ŷ=5a`ѻ?:>,A)W R FSݰq&%7Y\q:< !Oׅ|xߊQgń@4oz#ZYݖ. ǟR@5MNw .n= `0[Ͽ[/@e+/uꁠ|bttQH4āԪѐ*E4@s|9vӫڙ98=){ {oAj"Q0:zJCZre8gيQ-І^- )SxOS"s' 9ob2)t]_'OטxmV&[[k< dAby8K0eUD{2m!5B4DAW}?K3Rr61\>sV.,]ApoEn5*N(rssvN#)\Dmf]&,ȸ%3"[>l]z5 <ɸ.~*^byen\cqn'J)ZjٌLPuQ`(-oiTI;΃T˽%+%)@K2ZK&b;ɔ'2i xq#n)|ZR@F/ހśPQon Y遺% A~;:[P/a C.E%/d9&A6 ވ tIdp2QS.+ˈd`q\7ЂyyUc@Jo4#~ѯnҴfn<0`dmg[].i`N#E>{+(id[ QwB u ^Q{]T7uSV LSL2̔}?TRYRmJɨ3jfǣ̓C^\-Gr{in-+7/J50QWjǼ$(HHȵ15a@nI qfrS(Kh~DLj,l&:r]qbi j;0s,VWw'ޒE ۦE5{C)zb}2 |y_l+T q(S ՝31Gd^}~f^f7y)Z)n^nFvaݟ(r6q c`ZP<i$/~+\-.#{ʧךUd4@6m‚kRqezvP4lCxB{Jq.ak7t+0dsoL  'FBz AtD< l๤P+iV"f$rRpvvԌfټ;! ȍ)L35nߥWևq麗ҞCuV L\yϦW[X^ȹ 5a+ Sq\n*Ըb#4ɳMwVaӖ$!ZF^<@"*~eQKuߠ _i}T F>(=9 9:|%9+$^nb#1 `JJ@8 5Р3fb!FcL(\:z_ q sކsfR*M {ϑyiBQ! JsCw:W\o9Q֯$XfOOoH3(: 4No\!) ɆZ(OY.A7<莶9mTdKoNHU7ԫm\w^#\<_JLp}H%2>`o_>xDG55#!?3w5!2B)7|-D헶8⛅~Otjs|.a>h33;Y`k=(}8&iQB8c`9z8x1Z;_ρL2bkҧD,@ۧOgezAJ4 JV /։fA,3ġpMk hu|aO `~j| E:Qm!t5Z? Cj |7?lF$ m"C~+&1ŊEr?#^ZUN?% fn\JyhSA9TY{JwQ;xEal7i0O,m Ź6|7m;а0v0џ%؏v~.=0` 3 qNʸ6 rExIYwlp1UX+Z>(." E6 [R)Q!3ˋ66ǯ]X5€ܿ7ʠ&%JntkᥘcסnJӑ;t!r?L13ᲄr*IŧXR)$9Y7Ht35E@k,' t/Sʶ7>OD,Kp H&#ѯzȀ^)77Qe T0wBɧh.0Za1:)W <g|8͢  -£@E[9R{ " yW*YSL0څFG f I_PSӏsSYuGITF(vA@4N> ;^ad.ҬD\Vr@tT)q܆w7C'XDER׮57nV]7QgtE", 8Zb Sv8C}WdLA V L#Z8E{zEg"'KVf⌋Xc 9Hg_6Pq/x}9S֭5lYȢȻg9Nd3的pqP&Q ?3W_d&@Y.Mt@^(y9eeg5;oG&J%Z?Xă'6qQ^x4t%6cVWC3*Ls̀,G! /qЛrOQA ec hAzq_VvmA$HH|Tx.V i%3պע[G* Ԥ_$ǀE=s4%u~N!v: Z$ `T$ ͅvBVL'tI$wA/ E;kbemA(B4^@cnr2(fuS%MȖ ~dzȠb#^_]*Wuvd!|[3ց/LDD{OF7Nt|  J%<+SS Cs^$7)L}Rl&\6|^k*~8dݬP vt#``Qݟy 5(5 :BzO{szCۙDLWR[-cJf-4 %=gCf*%&UǯљE=Eow? Y&QԪ,4*`6jq[?mj&$v j,_?ӱE.`#ΛyQ-~=@XuQЧS[,@̹{Om$f=%1/7V@ԇ.7G]VqfX,G_[{lM&OBMvf5- y|yOV(w`CCںgnu6K)}aYvx:yGzϔʴLJ臜дDQ%ZFSaYB4FT<]NM^͒m҆&J݉28 Px}'e9yG}2$Lhcf%Z2\0X1~e.񵖜4W-"]#ja[kgn#ZK.>&H4s"vܐIܹri0q#4 AR'h4/MT[!#> Bc$.`*^_jV q̹39}s*(c̶ XOG6L=bi'tuLtPs )n9z͑,(6X" ([ Z^p7v[,G>*lLvmN_o཭Y6>fx(/Ғ0sXH?)Yr ߼">Ժu '`] #SkP è)ȼ}2 AW]gg[v_i3t-.D,@t# _La\֍$hIec+;1O|@_cv,zJ=7?*0qƀ`k1+G |T@jO ^x|&؞%Ns-&jBj(Z% h:klgtw!q\/{x<F (m礖}eîvvB(, 6WZ=O$M@ěR Ue>t(#o[\н/80+,XBH6D~zqHim+l? ˖^ޒ@VT$mZ+w*އLzCyaXGyxFk*{hq=Rs.6NK f4N5:iWE(7U՜$"uN42`pFusU*'ڻhzH@E(dh <.3vw2Q#~:/\2>j~ɰeYiXpeB^ƒQVR?-P'Vn\DZ'.h. Im4K]FNn'nSaJET7_. oЇ\hɜrG7&&ApAȈI+Dy ?p#u_pjaUDq +J~,o}~h8|^f25$ bSguGC߷rwrˇ 㴅L;NS qGB|Wä(rApI2 W`:^9mgHKj[0G}p˓]5^M:8kUux%ZssI6_K詈tn[Q{s_6¼MTɸ[Ctݿbt1 ПW,^R^8ܲQD:[9n7zD~[m;= / >hBNr֘|YAY]P5f[$V@lt΂ E8dOM)myiZ7;0glʬf)#"H[5>X1%/EWۆɻꍡ7O3WmzA}cB-~`9aD?eor[PSt=FRԟ=Kg #+X'}q|uONLTX9 ^y 4dPzs9u4.HWIHm ]g%0cP$5LU`W-D9W_ÇU)U\@PH$˃eڍY`$uEjx6se@Y^㣮$}{hZ (4\96[1zif%j_B䴇?-w`+"vy+M+(-Fq@9<@@3OuI\ r[L3Uֹða%0@C}6ૺMipR-¤b(٧Tq6ǬBTe#,ġCd*4?$2.# 4s͎J*Ҳ!:cL$Ɂ-,,R-9+EP4P/IN"ˊ+Ar6wYbzu? _5 6M\/ L;1Ů># &2b0 aUJMyDH(ޗ>M&/ÌG?.tb0gBȻعݑT܄^35ZLDyṮ]WEj)ܼ.o9rβ)!<s蝉6mM eZ'n]扬$#iIR4xUM^1_%?'H5'B,!YIi:e uV@UlYƣ<K֦IT9&` 'Kp&dtCbq6/7V;ao`*rR4-wCBƞ$06x⺓@9x2=|&UڤCCX?(R$3J /Gʖ j 8O?ӓ4# 6WC.oڷF27!m 4'"O6YU6%o;a0Uk;ĒEdv%h9n`erC`2=TuW<^Lv m;&DYe?FqÅ8R<"/3vE\I+jڧ ]U1w^#%rַŖ@ c} .w k9f-ZFAEm6x~%43"H>6O;57iEʵQE/ m嗜gmQs npۻ@&j־&pM^^8|Ii%m;_4߳^H`?]zd :XglWrpfa@no;%5I*u;I8튼wIx,ΥSPy2(k#Hts!Q ?P/yܟ>!sto}~Gۛ%7LFǂp{ﮔ:ZKuitԶ_#\)YY$7dua +FS9phОN'el&:8`+^pś^_XKt<"Zr5# D1 7ޙ)eYRb6R]P ÌQ#٩T)8:'0Ke'X d .S*BO"K3f5YIXIP:cU*IpQ Uo\G(o2=] j6=^ ۧh8s`/Cr2U_a9՚]h֩ #fSB!ZEDӟ\q5ka_]QLaVoK+3/ܞW(@r ; vQ.\~N.\) < T/>RK@?,㫦(_xv׊j98B5 DuKIؔh(tǐ*$ ̄bjHH7mn. rD}!Z;{v#&wf(CI`(`/خÚ\꒠%juUJ*JTSKưUx1*9uc][Zq]SwUxX<8MgF`xFcȭÏRjk].`:8dhlڇm̂gԿ~Uh0.1.I3N5EcoɉС|{ gu7 |Z\8l?k=@nZs4κܤcZ\b-3٨VV_]P2Sj%gYw}^PjYđ(U~e޼;!YfcV?5j#ul,?apm=oN*|((r.Ҩ,r)*gi3'~cÝJzurHF{$9"5=i`\Qo 2Ŋ%ՒE "3b1v@R1@qȓU 7L|QQqJ`Bo㫧آP`@*`ƹIԟf M?\3)\sEIKPd3@'!zc1?:>G0kʸw?wɩpek/JGrP0=o`Yxp; 5=o Q*b^?g5G<&;HIB~mL`IsB2紝%δu|!N (guY6:ɻfzI e,FDe_WݤӔj rfdT33?wVi1 㝯=X=B*Crw}Ojѧ_kVy/*2C%W $2I=C *w$rK_ BtcYg%8'9)""z V¹ODR6E3f;=m 6>vad93^dis7I]6}sd6*rZ]fO*nώ<&i)E[ĠPh]1(ʾH1ӔTalC%2wo2Ύ$ bD7,T3Np؍ch!ƹJw&sO[N{m38zlTZ<\?$ -jm[Z-"WD7ͣ+Ee?1jy+.Rw*#2R V{@f`=eΗjiZ!+}{1nrӻvz?/S]} -ݗPҒ87" ԓPA$ x LxR^fyaeFeםvu0DZaB,UY)MkJfEh]rVH Y!uub˴ qdڃ2oRkg7Qqv)=}B0ZԽu<.L&寞_hDV~8=( (iMC_qy0@!˞Uɞ9ӧ4D٩ًLousb3x`2n$Xx8 "/-oTI*r}/㔗#JKʏb<=;vCIwd4AOh %:#YUiRx˻9*$+S2{}ߴ".3{ΉK6 BwK%xi֑&Uw} gUť06f6RD3xM[hn=>u"BN<7.b^N!"b̹fГy$j{t2 1 VlM 5mK233WgmS ٞޛ g ~)e^-NmnuR _hCh)9d=4h2ఫP{v ۪bַ 5f4ޢGC Pi > jJBgV{\+wiFq4OYk-3즋'y붣9|kD ~vA_ ٙT,t_lVL +}J{df_ٵQ0ɳߓ?qK'cU(,1ULIL|?&b2OJ5m:=tW*C೶J:w-KYzdsګRfۤfWf[&ۯo#l*-2aż[-ezxUS4jpltrRKy5Vs+jGsig>Ġ:fUQ4d9qU_uS*X֎LbA+!Siq?eIp[ٻmYW>l^=KΣ&Hnrxs=EH)ufBf02N0ߚ!+}eԶ`W]tt{, `l^D';%S.~ )cD%fY5\24y0lL-Y it7Xhnips5,ȝ@GTuySØroED'|NNsJ@ :(?rqaie`J LDc7]<9 4R E7k%a(ø0FZݖhLl\!%bLbj(4&{)ZؔU*OM}u +2w"&n\z$_ (J#}yNzL(*_̸զOpn{͹tk3[_F@E Pt&L|?ceڅs m.pT 7Li?\osjOB[MzUh(/.zA 1dݬqV^xеeU1z/ds?0OB8|l۴qTSmcޟ\upʂ1'ZK&לfx׈Z°M:v$ PccTU\O20njEq'Fg@ AQ^gC b ;[Ƃ 4g_T)|FՔE4WTqKʕ>IRiYfVw # "}$@RA;5W"Wvh{ҺE rGOLYUsEO^ aKMxW2%JVNa[neN:,g(CǣfVXm^Ēg$5(ή!W0f&A:ljE:гSc i?;N"yjal\#fjUo@Ӯ-匑\|E?Hȗ\`cs{E[lhI_{>E K@gJtQh4i^~mzS⽡ j:t#zj &/-ILRtjgʝ`8WSq&$\QCCa~F,oOWa є\6*AH^ lx1>hJt$5LSOɿ:|l OU\]}=7XNz.qnkK4 ,@UhX|Gri!\P$BPwɪRa> R)]L f.gXPY_eM#t{Ā1kpNsK,!S6yɺa뷶K1)k(N.%nߔ'Bqdx"+D.lNumHebwa)_"fOHA,] @;g@C]"F9{vPE JԻyG/m` o|OV3?M@hNZurg-8YJb4yDP \ZiJŹJa{gi_٫钨EqfݟHVwjljqL &sLY5U[%Q5Z8Nِ=cדL$=Ғ>q/KlkK{:x2DUN{ /}#ޚ8%i;]:X!r.x:6nGjwfK7dfRkPor4(Noh>8!2F\OQG$1k^ơcw?OGyz@v ODTjK \xx14ACXiG +p$g@Hf5+#? qWN:giZ^ k7"* VX8w)zhbfX#kix۟ɴE6rE>,$b,\IqS2H8X^hG.".-6tӔ秩)7@b Һo*tX=+;G2d㲻}ѿ/oW@9hO;rTf/z˳0q9 Bp. S9-W7qM!]o?pV 8jjyG%~hTM(9!ސ~IV ך?/7VaDԑlly%֕s>U٪ŗ>f'bձԵ=]Gc;gsSJ+g%dw^|!x dO%˟'TP_7Bq+.'0aYXQB= U;F ޛrPemﹲnYP~L{4lU,8֙Y{6YJV'fwksŻCfCPѬ{%L?R"PSm2h*Od='SErw Pdm-sD( ??w4[̸̐Xy,S! sW#|Bx/.zeX/'FW6H-_3ш=Ee, L`ߗeU*NWɣ?PQ;h556f:%|*I1NxLBQUB]|bʏAbzh5:u l(Q`9&*]@hE?%8zus nEce Nxk0B)Q]e=3f$+0#\CH W[TU'7_ p^rneQ. n:vL<4 u^MTa;4yzrG* ɇ"&k6㔽HGUMn8]vӇYxhJjև5;"USf:HԘ.J*xCCМxFBA':zw1n\-s#];2?H$[!$Yq*w)#1MT/ԷkSTRJ3!0AWdp?4tJ曔*tuȋLwz7`pm!uL:77@Yu@DX sc:4dG)9Ǐ]'2t8դ1S({Q;>30ɋww#V4,752bw :tqWis(T@a +|F"3{UU_ҖPX.`ae+\}Z]jvhʢ:Ld%y5ڲ%^D;_xy\@y$y'hC;29Ϧ´$}Gat<8Zބꪝk3 A]2v.$= H}eXy}:o9.KTgFc]}1 2517YI^AKw';܎iDhWƬ걕dXS{uA @m<a7˖QA]HNL# 52s*\9J\/hl.E3t" xLs[XH2s ɭ5phf3Q!zQ ā.c 5 Ex0ZyZ<>c3:Z} \7ښWx{{8.ox -r,:3y|NEqY# jaRq㮫D@!)KJo- ^1Zf٩ b?9IZ MݷgNGIZ:Ċ@Z7oR籬x&h*%\d v&-,xڤb C."F`5@p#B~,F)#:Q҈&/UfToR.K>qL[L?"(o ˘,Ѧ<CxfIuK|?*iTڵ{C3Wow9y)!l޲4U#Q3bCEj_`0+9fnmp'E,6ľ8:sm=}xdߜmy't*+z9FN\MqHqͨH،H?dأzȷ[fA*F*Zx\~mSNRCCT90kc۳ 0a6/ݿs ;ϙj4]]yq*t|+~g+o$Oo4!ksi9/DHl'7Sci>(q G!fc s6F`4qNM=D+n|#]^X;i8#n-=`1 #A"|Fҙsh.Fޯq{T?.β9`SSwB5D6$?\a7~7 amoJ&{FǍV`Lf[ab>U)i5f*ϲ||t߾遜08q!(qj)*Ig#zhC9yabݤDk+Wt~AIxɗ33qޘLӯ ՙ vvcm<]Vw;!#\gՔA|ħFw],䢣c5x:7u2a'2?iuQP4s5"laM(]J`@|]G^_ŽޝՆфHr`ak[~9JBOSfQFqvbz.D0pnl5P.6OiCĩ2^_a*<7{Rq:O==i[o1Lղzk׿zM•l3[b[O;rG7RkձBə:n:K`e;imزLg& G=jwGv9!^ tw4bX%nRB> qV~)!kLґd! 6L|gKtłK H E|qdg=+ [֫ъ› =V?G('[snlnc2yE_5-FbrT/5Pթ[)S!AsG]ri /(;Rv\Sg@:mSJON'βl1ir23Fk%2lWWp880!! 3*Vۧ-,Z$:iOkItCc!%ђmDBc 2ɮX!h^tvF̼ Qq_?Mhx&P^jW;qqS+6 +bKϣ3W2m"B /JKb pW ?mdNns$i%2. WŽ.6;`mCֻ#hHycgW=kf:Otx6PY&B{7J,{_sKFIZG=V@;齎^!=z53p zOT<'Io $s)̼oB9`5h!HEl E`o=0iu?_G]r[]?ECI|{%N@\GP nu[ī`b<%Ј&nmJlHZ](*g׌3,&QL_ [z[eXIsN(,:j@KPJ@K"^6PeT\QqˬمBFa9Ņb}}B,_ ?#羻hQx6,T@!r53MBVc+!rrnv̏mބj8CR 5/yU>q1v`%wLʢ~!VW~H'Ag7dT66ӊwP&5/%  h%@_OvT8OׂoNzQ iۣB:]X]>~+)tN^K^JgfoDkЇE ^buPG`\t7UC|2]lK0CQ+SSR: 1dbol&Z׉TK?ƋpqU2eߣ"+󳨝qK[%f2HlXis8[{*2(+.b6=h̒aYV `)Dxk bjG"=1z(>VsfܪZwQz%^VVm_sCCTHɲ:;R >'uԒB^e .u>d_^ny̻L#R B_uwv?EfȤxWM`9 @{F{maEG ?O=8<[6ɛ1i^GytLHxO|Ʋ6ԂA|k ɉr#qGbuYvqu2dEF)sM=Ȫ'fՀeۼY aӶLW7+4'Maz1:/_QtGrqR!>vLUy2󰁖{8RX1"@tXMw7t L2g&a(N~jcn\%//gÓ8ֽelh?{>&%@Uf_kʘP]'Ň aҢn}frx+&1zt݁s\}HEx`=&y"Th16 m )`Q9M[lE^Վ59g.VFLfӞ7/n:}^(Θe51B\J;:FlZhU]b tζPM 9F4X[`1rsW~2{ⴓ~TH\NNƈVyFIP2E2A6!-htOJ$t|m[x $]n!L \ HMeM_[ݸl4R5!hfHzX9E؉"Lym61q*:{y^*GpKܞUshyrV.)ЕRa.KOds@Fd%u#( :FE.۫SwFkJKɠ,yc1uN8(`<4V;(0DZ& z9Fak(!ﴎNSgs>4[Z'~G' tiz6… `'p~7 IsF`H+F~;^:%]G<u%Zhv9E}'e#:vp`m${^g t<D 6$V% ~ʂ<@*+7ĩ.5F1_FIZ\<6\\=>2㜥Ïں;\ H%Fʲ8-3 fdp9[5&JN S1hV~ClR,.@+,j&>w*ouԫ%V5[SmR(fqL;f"zj!&y_%//lbJ ᪕>"2W.q1Na+ ]]RM!vz}J C<`>4Sr-A-s+n' ]67#e|M.h;1v8>ѹ*^iBu~JQ6J%[X0w&ќ\ݰ)/' >jtZ!^MEi330jleuMm}f,cvUȦH7C%sc F&:4F=DWO//JdE]hj\5@|TB W@5YI=wk*<%У\*~ߨ2Ѡi;+mA_Ƒu.!{)nC(*I4ft$ՍP,s1Gt2AUMlye՝byP8LcZOZn70cڑZ{b)C3!)!N"wpEЊ{%-1%y&%Wua`AOcɞLր,ަ ?I@Ue9"k⍧X:cg&%.5_@8%(YYx[׻p&g xЮVwK)#%P"k9zjsfCOq?[ܔj "o[kɌ2jo _V: ̚dD(e;6mlf1=S txz5I/׹iqp ^G# 5݁i`m uZEB|j=e5eG .c7D粴AqW(A6BbuPPboap+BŶ㭞x؛!LjZb]%تic{#٥&5$ԟԿ9kSDgR 7>;KkOqgrFl64viʸ1tD*n>cZ̜?只-F),x(,[5&[D++pW.*?W,h'dwiQafC$.K4ZWߴ O̷դi.?7s!cH? Ocdygy(+PAaf?S6t\?e 0+M!owب,Aln<8r;1'BZlw 2=JT4 0\6_][h'h28HyHŢXQc5U>BVzX*!Cڔ\ Jb'A{ W+6i5:ew:r T>.dًyݯ- ؘtsewZI$T6dU#3ՙ)\HT\ ؍2R,&' [X m cވXM8t;x3M9ꩁB?mkoİ mɈíE}%IZA2H؞dx`莃z@u8;$ˁ`vg(Ԁo$(uY =ޫ˼o_qc.OC"V1Tg* kpp$,M**n&Ks+|ٍ]YFӷEes\tQumY-SfYU$ēD]Ďy -JwXml e^ǵWi[ゃLKIwNU:ĒVuI=ct?\|6G>>!X%zzX Mw`;PTA+(y(Qfh,[̈lƠ?h UR\a8B!.[Bh;^9OFN˼GTɜzj /~^\{~ $M <#C:XH# wS;=1Ҧ$b\աK=%_XOP ݕ ` t"0uK:UPd{q(}MZY2ٵ.歭ѽMM}Ym9{L>C;w4+YuaV1M!%"TMx-ip)!m &sRaɫK/{T(KUGJ8ْZI9Ni0ctV0N"lQv32<9Z3f Fͨo$57iB4=z~ k2~v5+$n>)t Υa!]tUůs\_( 15q%&:ר860nʍ,ދ@5$]vƺ< -U a g1g7;V%k*0mf@'W*fսp|cZm֧熏VOCKZ{ӏ6yCq|VVڟg oz#X-mRNp5T٥Ai-(|}d" )d>}ou<`z?c#jwW[#Jh Y,Q !zJ9I+dr[?ji&V+"| ^oɊ!kn7c`e"]UI ?4 NȷX~ӎc}o$atzTi !E=me_i_25V' ctUqE("OP)3rt8nyC~`$o˘|`эroD饏#TRvQ.bWPvM6 kĚ?N1^a);׻G5Hv"zliW-Yn뮾_'XE|9'er n8l˘mfѿ?nv\n$y$b̑a.Βe%,}ج]6Du߼ ™=4Rƫo<;yw^QWi9$lPP{G ˘\_G5%UV/gV,bvIΠ1/I4TKo82h;H#!V4ROީ#&w*qS]&2=-N4b-6Vde&e7(N x S~:o}raf8. I0o8ˏ ,& #J)\j3G{O^i,ѝ82 @fS])n% &I-S^H$u<"v6I7Om"y8W+^F$*?;/oHVLIOy4ԛE0~CMН@e>]&]7\X2syɝr"-'/xrf$̂Ug"ŁIr|&I Xj݈J{c|]fjl͘e7 %0uβM32Mmj L<:;/[eԖX)68N2=T1aՃ49U͜XyׂM}$餩ǔg0:`L (;½i ~*<R>˂1:R/ csG\4X OJܿ";gOe*@#L4L^^Y+ѥIR~ 2+ӓѺ,48" H\ɂ[9ǧ;?:)ymtwt=fx3*$?AǞFdl \SPЮ%oNwʐ@+f\NIB>[Gv>WRC8!fNbZ!_=L45qDdpCeEbGuDde]_FțPR&ndy̝`ML]qiðeH&2ng4w9S˖5Lmy,6yvk}<L8,"Pl#u#0ƤVAZ`RX)T6[`l 3BsIawЏ-i]h> b}>8'11pSNgC+qb`Կ7 ఆ!G:Cf(P"3c ~ire\hJ).owEl^ʂwށdMjn; ׆œ5/g}+vвȟ҉1ӹoכPVxN([G&IrFܐot}1QGBK2?++ 6h{)Gĺ$U34.;oIl2emx0uc",H 0mEs.  /Kۅdk7cMlO?2oϺ]펻=lߥ;Z_ob_1QHŮD)KYv@j$8;_1v O匨a55Fs1ҫ?Ύ{9\5W*f_4:=9LzL vbpITxh*P[8ƒI{1RҞAevfA8!?w|ٔE--xI1&66.O}~M7F4\MbiGSv($MN#i-#*[^5ؙkR$qδix4"3H`*tY4i|1"OOpӛpM#M 8 rȁ[jM>q>r:ۈt~74irgZZAȬ,fQ摆S89:ǬeqS8$ _+5>,_^9b‹E*ZG(et$@DA:CϦ B b#eD%&VqׁL$0E%M+f\ʚ5ڬe,=W~LJ'\ 6+ʕMZZ{BK6 xQ3x݀!ٹd q.jiW! ncoe!%EPUܱ6(0 X(\]u13~qNŢ+BՕQB7яIP~f?N=;"> fg ^[ Oqu+xP:AW#~l'a$l1QHyX ']iTj52h!ad{3JR*?fO<ϼPS6J6 >PO&z|昋ʺ!9\/6 cp*)YǤG%k31s_Oώ3-E!HzB`=%GPIEvq:YMG?O=cQ7>{n4X0KVuAu=ܲ 0YV[u&ds5a_K5z!mpiWg}PFĒy>KaM-ĕ{ǐ`v{ ΎmP%@-3̯jͼ*ii]v;/$/|s_ª89eJ;M:9 ېLQ(9(,}ZOӺ{W1M%ޣwU+ 8] ?؍Vbu64:k:$ǖL% se;c?ZS3wA]K $:;Z?襤mW:!דs6.)/I5"jyR R/Nj=PNHI{56G˿;~Df|@O2Lk<ll+ǀ!ﰔ{I,RNXF M+?cj9Xmhi8W<6it A_c7{{AӏWxLcɯk|piR M0q?v/}8ET?$MU(\xky*"+-sIlէ*iB/6b m3yuE;l_=ߪN/~ɲVP|%/Ξn$ʼFڽ N$syJ:+wVAB{Ƣq՛;&/40E=3y"gB0I^6)LX<#\l= cMT(9+Қ+fgE#Csd>PFm4^_vy 0C ]X.הe"+ j޷ELc_dRp *fUv,D'KKtKEm$| ,Gze?(?o;`mD3jYɖ,10y=|rdص\ i#7:(iD!p;/S>EOL1Nؿ "P}ynp2{[<RRFZڬ),h:8E#Oc˼!n%>dc3VC ۇX4wU~Ct 俥i ,0]8C̈́GAX~+I2V,&ZA1I+㮎I Zē–`ڊ6]Y]/+UBypnʗSa(V@+j&yNDz755 fSmJhe N>m)B3+z[v=^0):P"׀tǦ6ݿ/E2-8s2 U1p2PnyhMѨ{!>99>WT5`=.TԚ;U$ -O2ۯpRfO P(Ɯ}ݨy%C3K{5'g uG>vOǠnhi]C^?BSFڞ?M:jx<6))N,U SǰorF#|_i%Wn5-ӣ2(_fW'MZX9+FM$Zg0g~$xcy|KwpANX*r(Xe;,z;7]s 6kR["Cr+/M^p 2-˒3% m.dh<;á2=cJ>x I.4L,!S S^q1t;}FD`ISZ$Xƚ;Zcݫs|OUSy࢘* 6Q.70!f*ԑϾȹqS%addÀd͝x$oWB{֒OzNw[ #/j&?#@z73ZRܦ) R/:|~J!MfIC&(_͍0S ۸ZRρ,j;o~TNlaVe]q6!pW89fk.̰^A|iIHpҿ+qO+{4xFmPh%JwUX|#\Nkp;blC$O6*D+6N y  c=spNmݐ,q8(nyMGvwrM$蚙HT~gT<՟;Ex'DyC E0o3ycs96f:Ǒv|{h rDRʲ Z#2m92 ޏ\'P,\bۣplP9 0Nf s,'xa<{ 7 yL/- Fbp!{HD7Z&.kSU'J \-+*lmubKaΛ w269% ʶ ^ˏ6,EQ*Bmʧ8(fƂ%=Wo0![MQ)S ]%``1wgXeFh +Ԧ` Ic7(2rxV@䚷kh(E{"Zjt^4Qh-n85{]lAN&ڃDULJ<\HݱC7v'GiKZI›IUk5N;XSQ/FiEP2)tXN\[pJ]]q8<.했?5 3D"D+jt7:udpFzl-ow+R?>ڢ1C@~0!d)y܂xQ"*+׽&13ڿ瓐-|O܆<v\҇+9~% FAБ uOR Ye߯tdqkNn-Su-5tU$;/@H_o2K޳OX|C=YpqG^.T ®rD>l@[ahTrsZ3+P [޼]H x9)\ͷ=OܞXF efO/eQ>,呱P5zHg5܇Ϥeg1 ~}5uR )6#t,6E΁:~x3k4Ueѯ8}\2h݄,DfyJ-ۀv"jKBZꟆ}fc#I?yvgw+Sn=P҉8I%N ,ZeRkb 3Vc$M}<ЉTx2-M\ڡ@6S(5q#Wqhq \?#raFq԰+5%<[)bJ懟+A{n)o~4d!lV?dj^:7bu^V T>{%| ~S7zۗY*%_wEsMڢJ'AU4?V9/b]fkFHkA=zqoIWm1R͊6"}gtR1=k"]2\1Y<zT>s-V4k5RL\mM6U#˙O5:GY!]zwR$|j\FVÕs0sR*~[?c9=8}h ,&a,.dBY`ZQV>Կ`WF֞T'T mU2dD>vބ& 55E-HvK&byI獅DŽAhX 0D7ŬAww&TaаrkI L>nVPKUkWATz~P"#n3iGQ*WύPpײ !Ʒ-X9o2?^:0 *0<n0fEM wcWįc#WJ; ͋,MX:fpXmHP+W;=gFbEJ~")%du?2y(C~ZJ`H>I!XB֘ydK ,|e4/2؃]Iz^Jd@ Z,I +`[N6;nkmoD'XgiobG  -Ȱ/4R 3s _GdT`F"huEl=1Eߦ!PZVZNyAѼ ϒ2];ʺHa 2YvzHf]bǤ[O %uD-|Y ?صKEiK#γ1yL-+ .u^[;X%.J$U̓>םe[|)h}T bQ}0I1@Kxu Q/J ykLЎBVtMÞcdIqƬ"y CY(QxBu>nUw^ySc/9\ Ykňp(#ZκVm\bu}eZs}ؘ҃msm$#J .m~3[]~u)ؖ~=iOƍ {3o큍> ŌDŽnXmTm4\m0.rg'qS9 *& ]x}k~-Xj~V!)KJ-blsE_ ^{ur*Za/hU݈F Z ւ+RB\9 %MDsP?=np%cSO:]+Y{w>~0:U 1r/P dyܚ8V/jm,Eh(+h1De2NAd}ZzE>  ^@6T*Mq5 sy Z je!qN4-pnM I3}fDIL#خZw}2!:^]B8G2)]wq%t|&|ݼLe 8'=PEqM &;_iw-Dۖar )*OT%A6֖ե։$!n~PiPuXM٦hה;xN @Sj3t|gE5)d1T2T$5&ǞPwWJƄ`3*tς1lUmf^?4_Kh 7Ͻb7zFɵ\6Ud: ~'whlg6xwu@xh3LaE){[I}u!~^opZ rUhz ' E+amK<0Ĝ") wk4r߭kq(޼Cmح>W4RNP޶Jcԩ6nA$^>ow;Eq:U[31'F|=;qD֝"vsb8^}iPI""v]*J09U{óP kB>.~΃p~9kZ:qFDmcш( na=qKY7DE%jmk"Ξ~Bh S Ȑ Q$sJbliC&8 d]噮.,lepryNO5Vi[I؄^8HX\72v FX8 l宾Bd5VȦ1 T!))sgH@R|D|l"/"O+)VuM s3+}iĹ! qƾI?N0r۠tPҗ/%$nw>vf$/}@o3ϴ*:)efe٤FE3X+pw \G'Yjh h :*]QtXNE @(vN]-7PlǢ@?BdԐrYsY|=ǶFS% Ȍw%&#-%CĚ:p,l@$<_`%#Nl.wfIlDNyɳ.I04ѡ\-}OAv#<eWKfda|YhoG@RP"qo 6HbMgÁjPr#C^~[|Wqkۮa ak&{F\4AY1rsn| hG:KʌD,4UӇPq8,Pr>}J>0-Нr?Mm߰\.ܡzF!`3L.KS,h?9Gg_ {<`ul]Vn7cv3-֣X質.ӭLg\h6 Bzcg\w+_[ل1~;bGOmhі6@;u=xC9T1r35rxcɽ AHqX]`dG)OI,V Pux@!1WeW82/ Ź!j^alɁ] T @L3dGڃ/~yxZԜ$ՌRTQU"˛y -u&˸P(=?)R8 .V C G8n2Yzs_ҽy fr)+!a D_iDp%1~cl \ݪ?4),V5 ]$0jd{ITkb6T `S0?1)*(Èk|ot^lD1:7Tw6gY`MiRS05x-faͭ8r2f=6NwH2T ͋Y|7^GT Ċ1A'/GtLe\qC-[V00eī")8BΡQUU'[W |z^Z+Tؔ.)9rY^)RejBAm-[?؟.r9c~h1pטcIzhe0ލOIK)E1 ̤>"^y1P`oV͑EC(]ͲLKvnG-@؞@-,uD:3ۑK9i>; Ye,N{ MjzHZ| +9ez>8B|L hB~SQȸ.thŌf14.=JAw=&/!!!_̮,~ :ݥѓqB,9,n"@+;X-!h(}Wwb(ϴ >l]Qᆹ:gf )isXM)T^16m\._0u.R~#(>˛G,vI;@&m@JQ#;%3Cg|1[ABq[,+ɵ;8+Yp'VJZMy]BRpA @i,VIJpn*pk~*4Y+d25m8ޫ.OؓNy38ԻY>a~:cv y}62ZOht\-$ڄ)]`oJش *G[;V"8J?d~c@|>[OPV@2D؉QdcB(<,MM˷DҞKKarx>$kǿ]0nȡF_h1nRY788rte3T<]3D>b S]_gCQ 'N$H^7U.[dxܝSOxЁF:]jElf򼼞t5B;IyyᦒyME`GJ KұzP̈́x*z ry)2~ ~4w`  N0+2B¤v**)e#c#U,E cJr,՗)"Ij  k[ʉOtv,rgsIp/<٤m_&7J~N͢^CDY`hA1* HOo!pE}MHE8s46~[.e!vj7Б҂L+ԽdHnC¹).fRڣftO(Ylz,{"* ĺ [mXt!m-",)+#q4Fɼq6Y ,oO[|rGHB2$;;b|1>~gf'!~ʁ-Cza4|JLz鬞%nS!E'κ!L6[VtSi`u * 4'.vˢ6)Gzt̳Jح+M#b5Z9V(a`Ds,Z%𒎥#cϯ6uvxo/ϹXX"H14}6I>00>. bQ~ګdu/S_$u`d`}=nPqo+O(F4J+cPƓgAxG8;k^Aoi9Dp[H&Ř=˗c`ͩ% Ff=#xqG\'Q$-knaMÔC`^0?W7qti7\\-|(ıN8~^Ίur_#]x5rI &&a<)?l5pZV]^m5@UNC~}~'v(I{QdS}Pޔvy<G9۲X9gXlhط (d)A<ᐿЖ=Go= n۞4ZP֠*?zN=t 1p ]QAPos ַ|Mw;=jXeQT:G0J0`*=-X"☸64?pI +R鼿J8{#^=^ :,6T9t$2k&‚m/’  !y$tW]4˺<ߩdJH,-LKI.#Eg7qjt\giŕ߮c/ߢ8Hɀ} =@g熗rAd𥿭YvoqK |)N3MQQ?O ]BBĢʛ vV(` \Q%cmnm5!YE-(n'fc'`ٓ ՟ _+ea§:MFԱ?Q@D@h27ȎW:c֋lhKҁ,DfhYDz~Ǚ֩JȘ$?RoUU|%]\c畻\rR?5XqZ0ĵMm׭.y"kyu ͼ_U4aJ)%30ԇ#b{K,H>`&pgGLxo^n^k4^lاh6"iN+HdB 7<`$щ.Χo2]Hm TMPc+rԁ"K (qcD.bCU~]2`cGr!)xM-ݥܧ2D%4X= {%ic2AIs죗W(fpxIVg|9ўO2صV<Ӄ wLw_9HB5ʰis(5U[W ZK7@nD]Tql ,B$ E,!/.X"(."Xq&8OݼM,.66[MP p.^1Ώ4^p^?͔앆Vh)H3"ıē?3?:ǕC7q|˩ey$a pȷ v E3' DW^Hȴb`%C14ĦP~Οy7Y'xL9C-1}-GyVNG8)h4ӱiǤBnpy[skn69%Q!ϙд&9&DRL 4qj'0w1jH@qD! /@);BSX.)E)1al{E0l4D=6Jo`>2 M99faє.P^Vx?-AUrvXE׾$;>% $DtѤTo:OokLbgD&yD?ob>1p&mv$PQܩC?95儙B#OBx+q/7]'[!̀^9,WHK-qA|I;bLm^,I㾛!MspϵFg5OR$Ah&:>!Ƕ=i JYtY:z2hv,f=tfC$gPK?R`)ICsWm ̶]es (q[u\$K-=LՁ-db31$O3<A C%ArfRa>oF_$;:hf/e|yk<,}cTR0J$nUp Nu. qqhdh[ {p U9/`9'ZΨE/eznz\/$Zô?8;кr} /0Wjm=m65Sk1_U?Lڬ  BeRqk_RWcFmRl,B#L ̧Uԭ2hOWj<x⢡@Y3dV)IsJ `P(M ͢XF,r}[9̔~[ƓK $ExȄ[J4f¤3¹T-y㺺垣/g'P{IÌM~M_5hv(В.NF` M9Oiq"NTH,{]|hTJDV-ʧv|EhE,ά'![J;ݴf C(f q_ʥ g_ܩQiQ)^&+XLu8]k뛌vl[rbJp!̧3W+H 7+t%jj 4r1C0Ai @vL(抭ÃNnFrWDmnezRG_ :GSW~. |:OAz׉k@@3oOҐcj!ϝeE57Z{31 0e INon䲥lB+ݷIQV't,ok~ F]L^+ztÓӒQ\oFA51"]9NL'ʦUKT8݉kY1t֗8;Y^Bjxs4|?3SSlMU~ԃherėv4ꎌ̪ ^3ti YQԭk8b*G-`WgIv\} &2BlfsinvDFҶY{H=HYMby`bFFy.7Ju7m,͉}Nʅu-F |f|3;wOYU|y1dGQ]9U6jIɥ :[T" CQqd'n!,UTX3_Llnhϭh:@lw P,;2,hYH>B xQ&4%NG߭MbfP~Ջ4V+qLe(H,17Om[YsV"+xU-4a9nTZá.b n1کb}bUPV !mJa,hZǂ X)-97E[bCXuќCpȠ|wduWbO\" ]9[$"\9в'vL>Խ.-g_&Iu.`ꦑ!ӹP l%6WА:^E.<k%z_%z[AyA,\'>D0BנQRuԏ+sܫ@|ʪ'/AE ]t3'Uf@r}8iԆmھz,m ĩ( A YDE;1W>΁ ̊ 55cOei^T>wӼRC^1B5I{gLh_ycݡI!j778Kz_/8#$Z# S0{?=zGQeFe1_)~ YS!5|A*74o@M1Kmg_l@$ ?i{3buTomg&.m(sNov{~`,@ 4Ki*PpjriD)[wE,|lWD0h>NoO:PN u2Vy_Zʓ 3o,϶R/ CMy}?.fguG?ާ~$?jlW[ғ/K%h+ymzE0)t/21 J4Bmg/&}0G7QncU#O&ęzИvCK>)/N5,C{ySU9(_:l"/HW|3As.9Pꎄ J%-gڭ1׎9@;9"\KɼSxvepr.'Qۿ&KМZmtWt%P;ְ2^RZu(>Vn,JOpݳOdC59d$Pφ"5^y/"4lf廹S& l?ܱq1R1B! wh^Wj$qsFH0 p--]N2 n̩%Pt A Y\\gY90?ZҸJVC28ѧޡln!)pC{ԕ* w~INw^E y7 ()=b\-^VlO P/teM&j0%z̅ [#~_FLU帶C_^ pX4tZ;H b/T<'R *'8܊n4 6n3X>*+0?O_bN[nq~Կy|'X( F?ySHnp "~yf"%N+΀~@|ݝon 7\ml(m0u QD#Gx:VM)>̺ l'/Q+unRt#sPj3#FB\,U!:.Tfr=u?r>%Y39YCTʄIihyTv[sF3'CDxp4EqA*+<[pSBUwM2VRоsckTE,DJg0 d1tO3o쏑qr lN|8@鵗N"'7'p-ѶVC WK$l0!&Vr.erm Q>}EI7S"I 7=US1NN`:515NɆ)9'Wp#z -I 9n[hC1]P"zí ]+I&燃g_DNQT`Ҳq:f8oQ9Z(.7.jH㓙u%j~sw{SI3LUfSD'w"8/_ 'x䱍cw RG衷Q/Vd=5 ^ަRPأg}(j`c]IcE?&W;6<\  >,ʾܶ&%h3l_nh&{"@aΑG=(t, ٨Hۏ@#^kV扤\~8tˀO8Bpۻ.{Յ"qz\6e+Tb uV-i `atO5mi6CLS3c!bPԢWd*ٲ 'k)\hrI51;%.F%RhVe/))p@!"aj}OTjeX&xŽYm㗷K8QS8*%&=ioOS џnD٥5Yx՞iB-B!L =C.Q؍C#>Ȩ0wՍFx!hz{Y]'ݶAmB}{}^ yú\Atule-Le@/_(N1:6W#,@eƔf>;>kI )$C]$#}mT݉oB-Qͭ%Xɷ]p:{SM#a1JF|{0 LchnὉ} lBBζ˃bwӶa[q1%s% xD`:XGEn 蹇!YU/ԼcD>,eh0'=w,?Ӏ~ vwBm>5\AZMe7}Ŀo}u挹g"-feA@J,L5[,o;"mXk wspMѩ\Yc(4jQ zOxo魨Ub_shN8 eVUKw&0jR,S=(Zke >%, im1 dC+Q  ,~7Iûd{n5,\۩V' N׉ KٷY᭒Ft9qv RqnE|Y8ln Nby̢Zj>6;*$C]"Fe5b}{pG"U>ұ( ,Cڮ8+ A8at;e\zy奙,z,Q&+_N Uhqjt{?Ӕf'ʠ`l-vY)DZ~u{oyt|袮{h f go K\"= &œ"54žqVJus9D7bMKl+9.br?ǔ%x o`[++;t|D CeӚ;/#kJMP*q} 9f[}0ܕaRCE1׫DU h+4\?oh]M٪PH4ĞK~(\6Vcɀf.a;؄.@{c,d5N?Дag H>z#xBH~0߰ǶIz2Ãߜ-5U8V8jCh-_\ʍ?NW3Ta^QfX!c.1a],}b_CކO(]y(:Sv䖧>_ߊ _Dd1}4Qӧt[y L?k{!\zV +23_#L?uTՔŹt'!zTܓK|!d,ۊT@k53x>[nw[4˲QgcyHD`=򁙭ݶ}F?xV^F >l~H![N-V57޿ p f^0Ii8|LN-~&H!Mb¶*>e*#]_*.Pŵy ޲>C\YNqFeG!I|AK-p3;晊2T :yRCAXCWηɷوs鰊wII0-}\<(lms>[` Qqό>:d³[l!pm+k=O\hNb8&݁Sl)O wszx ( Z2ϫGxD1+m'atXF'Ϩi\'==#cA0 j1O;g(qGį/K> m6To;\zT݆#7M,sTqی!9+#t=="'0Qp1=ټP"΅C-7q+H\B'[L62$;r';}2Lp%HTF% ӻ 5I!V_w"ؖ,`i{l8jqrBn7tŵ.IgYv*iIE= l<6qPp2lg]mqK/," Ƃ< 2y]1ax+_f2J{q}2mJ3LC^ K aipӊNx c9/ ʂS^P<'bS2 Vb gSk* s0N܅XĈ:ۤRA\NvjtvG (!pV/m%H]:TDͻ:6^RV"=>C;wpħb<$PBL:qb _94Q{Qgm_x?l0yG@xA$rpKJTr/^٨2Ŏ4> o`jFwJ-8K`!gRƣd^v&יg3);zw^ܝ)cTWcͨQ.ng;H[۲xmĭWшH|d,x'No֗r~yW_5B<"VՑMHv/Mx{~}j6/E6 :I`OL)jV<>)+"6`aCz_ka:ʮEb,ЛRQivfv|܀W81d34CwoFtCSbt;8}tsd#{2dM '#g?O@)S ,{TGe >pVrϐ] d[JO/iQ>3a$Pƌ:բbGlwg?(i/$+[{X_~d8QW 79W[Ի4kcu~([>| VNWy>&2{)a2 e}>ɴ~|5z׻C; jdπjbBH[SA(v=4QW$T6FpjF7}G5u{?.\UsopSOCHq nPGW/$ݐi `22^)Oq"XU ^H 8SO+f.83YfɃv@W`[E,-p?dk CRtm.7z+;',iyA?6oUBwG) _B[<"n|fqH~s/ax$Dvf2{CMaJ4=W@TEݠ#Xp=l22dLr;Cjk< ;eLtw aU 7)m1]8SdFZq(c G,@P֌j۩Dp/-8|a%D5X٧iK9¾]q}WqzYARNԡoH :mQM;ɞ_i"r#)ǨN]\:ˣœ-"fB,-Ӈƾ/85X$YQ# àzTs"DVGBlKo؄9G/f|FRIsT=Y{R<ӿ`P+K> !H<_. wNv5[Nܹ߬ ex%hF1tJ@ Gnvv,8e2z ż Ż-ْ- 1LCg>|&xLGp7bX{멽c=`qWq>Lޔtn5 մ}@|;Hg|# DtBV2%@~©w)ri9=y2eN;"i4Sތn!Iif)fYt~I'Hmco VYof?;W)'Hv-Pi^E:@{X⒎Ў[y]뙽Ěbް׷k?c6;(uCz,w}+ &r.wJY5'J~"e¢ZO}X{ʭ ˀ\QnmP`<Ŭ0B\(LaKy[ 2^~J.>R_A3oӪϢ>&\N4o2\q뼘aI̶ƥ3JpƞK1v$A%˱ W}GmRb`O|,cC _BgE-j:Ř+|я{"D~{`Raw M6Xn賺eڢbč3K l*"f Lx떤eA&`ޭľuqq ,֑ ]$?󯐽8W"@^҂[8zAFVQf'^{M*\o֊!Pz{qMg^^G0)p Tk(Wa>Q{ :-K29qMMtS?ƙ׶v0Z+5+v~)!NFkKq dg}֊cot nSI4T>)luLϊwSαNWrjQܓivl#ėCljElVQiu3ɾ*> <=ݪ2hۙ2XGj粱}h}W㗆?9' یCYb8<Ңd\jf`Gwcqoï<tF\;avYr÷55,akIhP#`6NU C7Zm;SNS!^c/%7I-ۣ@ٗ&>?&~k 0HO4Yqx^|$XUK'v0iV&;ly% qͪ0jPon>*%ٹ jYGY!f57:3Ny Xy 4w}enzf*uZ ǜqy(XVlax8h+aYN]{ cKX7 |#Y$yb1 AuKŪ*V5v5%2y. *&KH5u==%qz7}4&2zwn8׹<ţ*S,Zp;-3QU p6(![k?LvYGr:W7da]ˬlUfO%1WCNXF漰uO4{J7|"lFswVsb Pр+PbJj~cl3B6^\!6$/8KɳOOɘO= U>n&QW>i(JI2a. -7֔(i1Ko1=ڝH'p" ǒJqu`>ou!`|'͓y%QgbA*2!-bfy)c ƭ2ZsKܓs5행[c4PeAe~EOy/w;‘|D\*a`':1r:_(/Pc#Z|9-K9` #X ׋pႛ':Հ~tes? <H*'UiLeK;/|EG0@BxAJ9ĬxV^20TyاSfᮋyd抴З⪚^QJ?gCu&E/>tC4>n C8X5!2p!]oȒT^#Q,_zrY]Ï-**s ~ãQ8\*mD.ws+7C6!j",":^_$uw7  {G4J(k8EnBS$}[ܡDzZXxC})+PSm=wX/~5 tfXv[ a`$s";[<."oJ=!vʌr vm@h_o ,e6zN %p2&/]t2M tg ֬n 76~ٿ쁾}{Cp}{Y`\>}ד "Qp*bpqnk~MBS@ 6>9Xߏ1{+KxìT bDPZ+`O1%*۽JbH[`YGYT˽“9@Q5h8ekUJ)Y yZPRN0`30 s3j7E -Hav8Ob|@ E^ZGsLQ_*OSDdceC]cV>QYQPY?! :$,- (9ż d%YqPP=")3lSu7puuHɘ}y{TՓ%=5! 譮CHmn\{KQ lflgOwˤf[<%BiVbBUmqaf.y& G;o?^'*Ϝ(ܛ]ODRFNM:ca885,+2ݑQcjn7Q ş`@ P(L Yi":$k}WュT#@.H w16tG!,:%Pv| e L2.o}iry%>wW}?sOUD}8$Pd`uw*Ô4 1!0|8?sR|"|x+OH5[2ڇ`7O"L׌(tTӿh1%?9ceU* D,3Ր#YA5=B2\-YMNk@Q;Q#L n V,o4Vd޷rzt$sswgV˰ Dk4 UZ|z.jP"7 jf:_FlbVm7/x'Ow'8F^fh^"n\L4gY%nW0 qAvoR7Jt;"o$ͤgJ1iU;GNg5y( OPW i'ЏÐ^pS}Z꯷"0bVOF:SP{8*>@;TB_9yalfVbk?gטԃLD1 "2+CV{SsAB7#L)IkZUV{c mAZ\?%F2)mK3߂bi;NRtb/;ק3qMbA SY|f(tk\*@CgKpzvP='es_r%qrp+{OYҴL,^b/MQo:A7uX(v=-iT yw07Pcz/s9돣#xv_smS.8īڶ='+>\Z!ȫN8]V|[;g^3~&9rcPg:$:u|x;hn[g!) ^(/=AB:jx-1eB/{Zxh&f#>;7+0nY]CPs+7;~^ͭ5NO"Lz`2&Ȁ~_0 鷂WxEEm&FmBcP$,c^9H% aU\(PeƬZz7ݟ1weiiAJd'⁸n;JׄDn); yy}dȓ#'g)0؜k? g׮]rmЍ 7v4֢/+-q3$=5O>=ܷp2_pFRzh`>- mR*gD(z'#2p|JjBI\MY9IZNbdȶ-dQ"I(rRt CSYTg9atMbK+$!{=$W Q4cc.>&Q5:Ypu7Shl/בpaԝҡ~Ec>ӛMӉW;4iϴ5Gwg%LvF'L PbM5wpYkLw2 癗2^.]|qk-Uh;`~O cNQ8:Ґ.j]^80>sEVbz#(,?`}Sw޼2<^ Z+5  !>HtHDCvE3p?|2,WHU4$E|5s3j[>&j4mv]g!-9y2g&S U/۸i+ΉfX3.tj%&Hx 2O-D݀iVL97DI H-˸ERA_izHRccO Cv*4d"oml=8G],ZY,g Uá?k)?fʒΩ!eu̅Z&So[+C R>qG9m꘏kY Jŋ~XW; " ܨ+([I0LfA`os|lZ4̼:/u(׷:Hл@+>`MY~1FsF}}i>I ym`E{ kUA\~0n؀{L,gFa}!ͦ!vL!% -BmfzQڼ?er"xA~*cbDdbyO؍ƚ: LK[0 K+6hӇѹU֟T'#FQs<}:$CY;coƔ y啄%0(Bt>wE3MHaeFe'nA6]u6ou8/qT8mw)Y0.H_mM $R{<`ǫRv<Aʋ?}p_tm"v[|} VO cホbӐTU˦ ^Uz6C,1]9剨l04ɫuC9fdqXVhuga^:k)Bg'uLFҢ0*30h$cq hZNo&pY v"_F'V#< hRglM{'J&?H$ 0\~ӯ&qGg"Fm`SISOLcp -;sҴaNjk~97pG[V܍qBK br&F'Pb{ny3H Vm(`B''}bqʥ3]u_7>mUU(GTd)lIo-A>;.7jŕS2L~D֑Dh>AX,"1 ,kIzB7n:bof߶ ȶS 1F<66|ɩ.U!bhF[]ĖM^V\$J8lێЦYtsZb5{}Y} '!:N BTM*-JۥES~.%Nr\c%-%ualobYlpBJ3F%R8Sd@_W\8v"}piϺ-ۃkF[ _Z,pDT] 4 G"? ^*ܩSY.zM'~!gl$oI7[ifWh(ɢijIa'sҶr 15K]Cl^$7RG@kXI!WD?B#;ZTD>Tw 9F\6)-mX;Ȉ>CGZ!uB+@ =qQeTyߧt#CNl'r'럦#xhRzdi"wy,;1?(=ῠt)JI(_@ۻ _t kDrPL5 qܬġzC(wjZ%PA q8Q:$m[g2u>g-Yts )vg**հj6 )x48]7TԝI-%3< EShbnAyHKV]a;ؙD9yrH|AԴSډCrl1%x6ڒýPb($fbuϲʩNh+;Ȑ6q(A,RduD,mFc> U漜Lӻ2 踷6hzEѼGڳU;-]?1^"EscA>#cs^mC$NÇ (/|AXOFn@p7:DJiL~Ѭ<X/n4JFS8 >b=Xƪt;':g`^[YJ;PZdۡu㇉,_vQ}LEL/a:!)EҴH>+Z2(@{#YW?(s,JW` ԥ>-e\ä`.R=#I$4)L,aA+ Sa FBf~iU@ ϚZc_ }>xp+a. n aݍ g=yF PV Nн <uk.}B=sA9jKZh^ 8r`;kTE͙XZ业LuN E'q(]=ǂb>琔L'M"y}3}> O,$(ۑ~3ih'>J9y7WZj=D#[īWlٸRxRRH^5`n2/EgJሃ>m3VH%F݇)9@4e^@׊/Im@8x {/KJ)xǠoŮ(GX5I׽t^/H/>y7&[K ~IDZ8 qUx\ Nyr$dΪ6~99kl. N1H:>q$mDGˈ(\zmu{ߎTuX?C(6I9 mweha꺰‹kj1Dǻ}17B(Aq_w!Tzw/pavT:J|\F)o_)cF?^[;r]jN$mӠ<*s]xw Iڼ?O:"s=`{ˏzM/KP AzbcEDyq3{ULaSJ}Pҩ{jӧؽF %GѤEPy/^.xnG:0w9jT>7M$kot4ֻ=WgaC!P7:,vFFOԈDZ2qnԼ$iV#Ӽ_:>nj>@(E#u+Z+a} Dɋ,ּ\!(%͏.A^~q0xLE{Mgn$}8l:h _XUW F[3u+/}]p~IzC~PKʚfQ1ӾMGrM ,ɨdQȖP`GL3ԍ8{wod>x#9Qc6's?a䭹I2{ Sh971@ê" I&T/|xjs#3˷GZK|R]=wdNo.£1F*h(ST$z-"j;!U65ܑEA9l|al WےG'i'TQ# 4 fa~0G8a1KXL O`Z R_B"9>R^TWBDj| j0BheHJ?.;HZ96#%c$:৩E:,/g5F <ז]L֡/ 8#hlJ+ 3Dॣ{.Xi>K]IK?42^=:m.nZ? U(_7_KJMΐH ͻ!a V\L.7 TA\*ڭ&.vK-iB)Qьud&L Ngd.T]Ԓ ]և-Nj "zv9 "wTA3[^-bCg"}z dn#Dhr oE4WiX opCJ:5u=[ZzqBxV4g_8EpBp!Y\hv]TU{v VDCSF|.D_,Dkw j=ĐrKđg ^X6R} /e*ogVHgALTX/IA'rZ,yfe~|)<Ƣlɴ;6Y]d&'\rrCq5rGo8z?uK'178$S5:PBC~ɳPfoC<2\" !@DbkY6n#5)~3c]%36J$8w+G]EBnekC FG(w_fD/Bwf]4h͇(pb# tb Vo1 ~r_yDՒ Z8*y2w$d;X*< T2A nvew_ ٜk3|s'q=%3/C^fcCʬQzAV"_SlBv'n)?* ͧphw]ު?f)L85s9jpX]sfp Ӣ%x)qW4ݦ9?/2tIZT[[ R n)LGr93,;&q NN !,%)N-K!v3'ke+˟J'"|d،b!RS%*j#DzKj,Ï8|~$eQ:6WzĞMZ]3Eh]P.ԴG^\Gy<ʋ?_UCv(mȰf7}0g1eBEθh, Gy+gΖętMU{JI.bF6.s3 y B9ffIԭPvYbB9UA<ݤٶػp E] T\^FAfb{lb zh3l#xp0׷2gu qfdF׈&P^ OiWz0P!D[|(GM=S\zx,{-qD^}E|O6ԥ~9LY&䈔(as?o"=.y1!O7EQx?׭V!MF,6O/H(}c @l/S\`h~DjS sp|Xw#\#ҵ|+dqoL+ ms#R 9ƁX5Z1TX㹥9̻L½dw}KrU  ߸R+La|hyQ~l*\l \O9_Lc-FΝaY<94e胱ŧSK!`_P*5˝R獁\yV;KqHfB3j.l2w``3׳1^$K6fbHmn@4H;}ߕ kq"wy"?e'ưQZwY^BTz ]̗=XݔuܰUIi#4 D{H,,:!~bSPl줧 0|dH&O\~.^TЅtz4uC S@f2xd%Dܘ@)`@T ZQ 9BӚI{PqMqogəxnknM1ݓwYK< dh %$*󘐖O$'o,ln 'sNҫK51pT >n&v`Q uD,#Q I/.ƙ:U='y%ʝn]C6u9s*A8b@3!6kic6V{+6'Z3u7!kľ"=ᨳ| 6'ŎYAcz'>^a d#V1Yh5K@f&ʊ?҉aٌlɃ#//9@қJDh4ՎL21!nREyGpyK@!}-2 /cyYKFCA 7ʁAC%cG̏[} r&{ը8r];~8ȩ_R6? jA U/aD丽h'])pqZv ;gZo5P%yّK9F∢_eŅL[q TH<ka=Q!JXJ32600+yքnf(˔]Bq/z%xhQuޏ5RAVL̺Z>VV 3x<Нp{r`egGoq:ˬw&ڸgJdI}y9?yAzLˀ]x 9=.2UE' [n.qE!?M ʰbqM;=`>,#-zEJ(`a-9EwT.nL(lxioWT6s{AeH~e {>DNqK}Q," U7/C@^ MjB[IMm\+ܩyzb]Z;WIظI#x[Ҡ 9Ý)Q;|xV|_ĩqiԇ C@i"-Nj/ū{b9d|dA.6WL R6Q>kmiDb+{ D(4ѼcOݸhxx;m9j_?lw,!`UհEi!, &}0}x5\ sjwf]6:};ZBR䙰]g<ݙ,Zl'Tpɯ`±u&Ӣ{3l; 6tTud?eQ;M.` {:ʸ+ #2êδ.ڻCS03*&kXlKTϟZ,isN&.$܂忓 x!IB2fsdzݔiվKY{$?Ʈ&]hp/pJukyn%AN'ni*.ڏR~0Lc0LLA\#o3}UG?!{:ڐ;p|̶C|J ]}(e "Uq~Hxo叹y<ц4(&z_e%Dd4Cu> wM_~>>ӷb0Q:f_׋1mm4alGjBq*؀H5ۓñnҫ7nQC zl&8yPF+ %E_2fSCkIRɤǐ4hvS]P?)4 u_.(=S?b !hkp}q|z/Jg<Ѡ_ .鵃}FH^ESs҅|8K@#IՉrSIuYUS g M^xr&ZITa"uBNIb"dM= t"5+8 0$.PEISyCT@ir@/Yɡyr{R@[C|D;'| <a[ऐnI+~:@XiEu%zـKLH1@⅚R8uaP8)Ys{Y# (Ƹp\ap%v:w5} e`&WE9> 5 a .&o9uA!u./yTZ|i$Wr8 9!gOt(\AQ7 R:ՏHQ-81~f\=a@zp@}Xׅ#[i㹬ɝ*b6~2 x_!NxV+h/b6_!a ȋD!<*'d[7 ŒB{HlͩnܵޫAz'֜X)(jg^`-2@Tu@qL7Òyf$G" 8/iYꪤرkv)3,4IQh'OJ 6Y LO/lAF0XLAGݕB}ė2ME `W}}Xj-MTV1OpQhfg<Vj3lnruz#k-nxhwC<ݏ?=C$N oHiYb,YcC #"# phFJC"kg0H]Pod=?^}9߄必 #D9h+!''TUk|IknM:hZVeVй6BZmB(>ɑDuGBoAlY"i[J:2U`iu !&qx81Z^PzkH;E{ SL)e>F}&_M4*6r}ZXVg<)8wql芴LiSӬ`P#)ӸhlZ"_.^F>?ϙ)۹0R]\ ,(^CaId iF̪)7[uQK|/M aRDu9`z*hk$%63e{*Ye襗4TM]6젻ACJ^MBd ivD('"F`^d5`K 帔!FcT%mo ߌ[DJ ۳I?| Pk7)SC,^&+?_{)}J߇/Ó MY`gAwb|Th{CźeY‡VThfVAYuSLҷliVz0 󉅒\cW0 n!ή! ~&|8EeԾQOȆ=&DNBj>5`Lc"qÔY2ݹr5` 7SUJqgQuNٯ` h0 ܜb۬*& %Mg[ZAyCSr$8gZqZ"ȓeکvo,`E\YXcOՍNX5dFʅ;B4w<|oUlw7yIi5zG'rE;^08~>e>. M!oGQEK^M NM9ء4ɉa4Sb/LbEgM&mOρnA0R$@)l9ܢřƆrP G>gՃ$IA  n.8&q 3Քiw<)`g"BP-X*;҇Juμb梞t<9_5h_W4ݿ<-mX~^@L}Z|h(^ G2ʸh|fFPb@!;اyArۋR CL: M cL[h_T;SSe皌Zc6Tx:bw-`돺6q/tBz9`j ]w}aq4=+ p.fjx $Ɗ 9,PZS \LKpēp bFxMV)(t{`7?wO=ঋS֟ø7`K yn rF~Q+(V)~{ Kna I0'n"h[3R .LuDIsӚ%8$LZxxsB|⦨ey>+}JQ&_A8ohOk}~?i$`x?Uh zX2dwC\fѳ,g'^ܸq+p:]7nSxOY3$ ҍR[}x ON+apȬg>10E6').whW=>@-96E uZAGnd_IlJJU8u[fZ|55sDq_2-=0DA a{W$T–̟7Bq׊LmK 2 C]a0JSaqsf.o"WP+3IxTciAD2CWCN^o"> Y D1WdD>{,Ab_XDiaE')?u*FmM ˶Yp&(>0J?(3(qWH 4t4)F`䰹I6!#~`V3äۆV]՝$Y5{#L0!07"B}ṀP%TY%>O(#u+߮LѲ @bXLd \'n P;1+<(o571&aLtdm}`FԫLZ0#Q!1vsK! N/)w7[nrãXAk l **cvi~bQd0l+l0/(a튑 <| ,*%,;G־zk;X$ l9z=fw̜3R0?eCw\e&u (a9?5cjDHIDl)@qfY%Qs])PC x-倚Ӯ*^gpȊ t6ߵ3UݮݢkI8z*`Kѝ).[3R(f&vj';HjHTjo&Ȅ$JaֹrHyF0FՉn,g't wAN}0lGQ\lӰ(ar9In 8&|6Z-vrn}Ӄ A0+Lָ,R{ѶF{: *E=*YU`®,#W+ԇ墍Oc;Vc\"[?NT$:2 Ä22ٙ=o勌NbIb)xY 8Mxq!lEʫLduGYGzO[ym0 5dSs[N w[?T5NK?Bvz7ܜj^,T<]ؒP?Y4l!N8O!E⤥'jbv?EWMp|M ,40L,uR [x 0:}Ze c#咊BNK˗/qmloyqvr0,Ch? LlOd@wbw{B)'nk7/{SSɢ5k=ƹR7$s 9S&lksCA AhVTՕ$'.w,`u辵L-Ev= >F#?JSCgn!Qښs'Vӂf=DY2HFArRz3D r@M:`Vm_md)(0ҞhS"JxAw<.hgO~Vc_~M{%E!s4| Jz Rz'Om}g" |% j+Ll#b *='YP^H*BGܐ`!5̍٭-s|P|R39+3cVU(RBNƟPBIV⽰C[0^i;D܃+,<,kwXUO'9۶Qo ״튒<>B vzKy+E=yt-n :I_/7Ab}2v_W8u >7@omO@dL4 iԞ~T}MesעR@?H*_ {D5& "{;Yn_D$z`7-ʮ%J]nyOU%qy Bv'RU~Fо\K+l0%kx2~PxXؠ#ؒhJ)P~$&z1c@=nٝ [9/WE,b܏hCCJo`(j'P[;7~|` ڝ|OX$)vwïCT):Ԭ WɁaD <r:.:!~ ֦_<,.lPlPW`Ly|]?1͋(|',toUdAp [/b&nJMEbCpے΃PA'}1[ju. ks~xVף+[È>孚}PGYiy)D&].u/q ͙/n:쵓i'ܨ}:oR}f܏*-r&K'E2\(W9Zz.'DS t6\aÎ ",8xMrBH&1RrSHGN;HOEZj9~N|sH&젮KƦޣO; Fc@?gIs̖r1mWyЅ{k4z@"(r Qa~:z.5=:ÔMkH CLX*5=HMP-ln3kW˒慊gO4ҵ$$Mnj,%ХʷgpRAFvk=N$qIWXr#g.9S6߸B@ZÉ)>Sg/koD']eú WLa3S a{ c|oY.jȀ05ɤ%λJk6I.7F6g 0l[j0i$ tv ҏ@4*"Y8Jsc|Vבi}5~]Jiط8 2lBr\ 8ʺX |{42B'0O .?1 Yp$F%ODj\**IM? Ww xYz4>4‹fZXZ. ,LvͤE>PBk-J:>HNǡ;Kށ(g~;8T{E Mezs״,:"GC-iA*LnfPަ8Z 9;7;O Fm^  #Y 'vi.: }L7tRFlw}hmIsԏwGc:ꑘht=O/Tm"@]g5! ",6+)u`eKL?6Zv8lgq(.u$>EWgU![ LF^Gב07w3"\X#YHChV:ˀ 35 \_)h8՝8i+i&X7|Ir܋\hCa:<-Cbd7NшuN&O^C9uL题 z2RRN`:$Si.!^a TWbg~W&Dw֪SbHׁq28b2_}b,> =R&"gQ-s:ff;Hlko¸YR~O 0>c CZ:ׇR/G3Њ=vHuB+\UԷ76:ne)PddԿu<ZSLQW_͗Xu$^P ~0o9I{~\KIH9OvbgkG 01gloƚꕐ4-9w0~^_qqX.CJ{A8H! CXCI{  9yqmȊhVhX%[˳S TI?`3Q-FfNcEk ;Xxjn,jڒ6ܷO:jҚPOq~2H^tL vP2T$q!{uvTq, v@uTm4Dvh)kz2|C'XҕNPYm%%^keEDPړ9eâI2-yR9֥k>CYKzЈY/Pg4ycaoB_jc6Ä׵j!FC  yk񀸫o ]2~$Z:֑ڪA>pD#8tZ`tI-hJ9&4^ !J9څѢxuak8x/ OeY3?`˾Λ(J*khXY*ܑ^e`v Rѣp^ؾji']ϵhp=I`߉\9T BFL~qkoԤ*ׂ6=#N,$lh;$-Clxa85(#a-pj#KݲTkb!UN OZH~ѼP4\R;xo͐Zd1 "aϳv+ZOϴo8fGGp }N,M}(2HGÅoXDͼQꨅܷb?hDG>"ʬCcMu:%u($t10T'v!Kkg0 ;8tBzpZyr6J<ىB.m]\mʜ2+s:',]h?ω{iS,8$e_{qc3oGmf}J|+i?lr>_MD,r"??-PElC粟ZjtBrAeM?_#$'I'8 [;o(05UݒP$..(:q_2 *RW^̂5eG#rwNdƭ٢Q_Gѣ8isQyۊ=k{-e΋BrP]m׀T|=)fd]H8s.sCJXR%QU0>{k/##%~.VypccW逋Cx^~mw#KSmX$2r4sP]&jUFVR pngh3jȑ5ڴMyԛ!xKE[)/%^njnkѝǍEW+vzj0j$'@k7`ȫw[)?.@z%6㦋$i'>X5܆'a\q ̣(l?(OK4=sɈq^ꞐufÎ}І*#0 B uLcA#T7I>B ԀƼmP1f;٤WhjM4 b&lWT)asHvT~m,C?_G{")L WM{kTj cܫ{ ͖st _=*a Tzrt_"-*鴘Ї [/txr彻to s[0 ǹ靝CE> t25 oGoŐ]|'`9P@^Ψǒ5N@ghW&=d!rFu'&(o_4lV;&ë3 +` ҩIK8֩-eX [(i1 ɩDra UNgG̓~35c-q:ۑS j8 ’uIFe&p ]!AC@_uR-y Tef/ޫE'@ʻ@^Ѐf{{+=`tʬp6Ag\ڌeo,/uc(eEz5`t%Y lp%'׎nx`21aMN.Tp.OtYǣҊrN.[(G\Hk(X٪Jg*\e2U?)RHϳ`k~6h6/ 2P?M?M~x)bKPL~V2 יdמX?KjԲF2ŽʌgL=ލ:kz8@ˏyLz ׻]jW/)Bsx 0!(ϓlKWRdsZU'?+j4"R27:| /:N.*H=$^,@T#{fy!U0u' 0 g%{ЫOj( 3B]&UYRSic.A_FiiA/A =2po!VE.`$;wAoU4윖l;[D2r9ؐ\@hl^{C8LƠH_^L69ǰ_߅'tT . )~9V`FaBJ8$ն~x߁F:wQ@5Hq)BN27'w 7KŞ(9sa 1~'BLE>k1)ʒV1żdGןע4 %u榶YvP_3TN1TAx^I)hԢ&>㱶똿#5lau$ PyQ;W@{wlqzRHQRie?ӍߵfK03rXkcHw4Ss c %Ӥyr >tkg+w5D1*Dnj؊Phʓ$ƢFվm]( ^־{}W>jc\2@8Y2yNgBjDp܀$t峤p(T] ,/T=IA_oz< 3偶o %8,P2[@ +`>M|'α+X*VV[b.fOF}mEabDbJVn=)S(G#mF\8o[y}fm3ygjU<ę*;>nV_r >\FZ"DZ\..5YE}^j \ SͷEgO;DƆ0!|S*tЌ@n)GжyZzGo#)x}qK:j\߃1J+|CPL숄g1gߑl5e ~H]+N<M##ufdMӦ&T{AW_p+O-TXS]Y߇vQz')bO3|*L%YuaͣobEQ|16Aq[:|Ik0hۖ/fJM ⷣ>0BĔcYg?SǮL c'@9cA!y,26>3p܈A?:k* yXB0ާoLWa_y(_Qm9ǒ]GNSb`w t^ISGQ2YIBҍ) c2ћ LiL$>#朓ӌF6kR,TNVdD+)N3@z&{ UtZfhUfoէDXDs]b`ᇤшOtD;L h{YC8} pbTP-\giqt: .l7VYK_-ʽ>ΘhoIqP|u%%֦G`&@Ww *87a[L"4b+;c'ٜ J,H*f:맏 L(:G#4=kp9qyx)9{0E<ߘjܚVv,Vzv8> |%JC`鬁gKN[c\Mvۛ~#ɋ7~b ?mxf FWPTqBuӬ8Lc?a!ƲXP *Pc91ݮoѫ$4A"' n֭0d EL^c%v 4Cm*6 {ߒ3Ƕ';g1=ۂ>^MPt ֨6VY~Xz.!%tO~ QtfMֆK8; TkX]mLV47o:qOIboL9Lz+/(ZN)3^XpP/""\0 .xNȇ t#~eJۺ6hc(ISɘ,jL&ODW4tp͆2Q2udm{^9}(9!=):\юhG2Ʀb+I<|bd6zsfBtH(R\ku0}0&Xp>*ucJ(i@$s7uݎ@XkO]-l>pߨy*h#n]||Z 'ŝ^ebPIi[#^,2( ;dTࠓo]N<3so}}x ˨ (=l,uW\qӍ3H!!DVC ]xh)21sC<`HLu$қJ$z[RXy'+ wP!䣋cZ\"T%+V2oz O 1p*= DU>|%ou"BK:~6υf}'Q6q{%'GL9KڵTs;`y+.g 7?JR%|*uԸ8׋#^ >㟻|i`u%Cg\ܹkO>&)sJh((B\3O mEXk9H@a 43RFD+z?A'Ƭ^%vñ;//Ԡ/6fDs;O#QZU]*޵=/zs\[wx֥IXLJ^OL9pXc"Sko;u2PI}CH1go7SV{b6'<]1a"SPU& 9Y;9'[~9H'Q7ofpOZ[HhCIgq#`W!.I\FֱRPR(i\@0z\AzP~;7qΘa#33o04Y6!sɃهIqskH_/ˆ [W?tJ`]2F=bKLޡuцe?E[ea 'J6 όMC q)DA>؀>[)  ?hMD7ӏ>4\֊ O 7ZAH#Ԍ^P+ vioJ irjgTHNM(r[rLE\F[%,(,a~|6ߗvvH$?X&noH|CEoTw g/33CdQJ6i%2Luy itj /?};iL%F{٦N!$7^*Ho9:k2\uo_"*q*HŚ2c@߆ƣ;4dC(Uó*='DcY%h~"͒:?=ա_QK}YazI^ٻ J~nG9fyޙ6?y\r$OrvD-;d> M߼0k=I< s5Jƀ:_ K%Eb> Cj /]^\a:?TbKPA"BfP Yt|C[c<|S 奭=?}(ߋY?ZNFN:Fz#[T,m`#LoXZ `sW/%{ֵ0G5J!)_4QQ7I/[utaʽǫs7:1e^V/$,fHv'> AZ[ LȷbۈX-u Jf@ M1} + e+:.mCC?4-`\9T&dҭ1j@b`1x uê͠qͷ<4ewFvzBzS|5Uga!< *a8Ds&*d$/ 8Mzٝ*gyxjlln]1[ sRtHgDW>'OU[^\[[`lnB\4pꜾ=V;&{'̵kxIN7h$qϛz^&T} Z{1㭖?(֗KG]D=9O|vz6v}@{E>js[܂Eκcs* ysix.,5ՉiM>y*ٕ t\)? i5Ea)&kH0dep`C0jfK]-;s_ѹ𓥪oVMx>;ip?=džQBY\ Y1n\/6~ u"KBZ]ƏJ]4A.@WvIM)^^Y9|\f Z5х,u<Y**u|)_J-Vw28/=8'M #mA7[ OUw(,-=Hl{!{&ib[i}N8Hȴ7ݬJ4R\5W FFó,2=@Hw5r9|Hxo K$c.4ZhF;-8 b3;(5l$obs,W{)0")xk;z[$PѤKxjHϨ t2rW4.F9 ,01 Zq&ng} Ǹ:Y"(Y5)SNӕ&/f_l@1?nlmV+I;] S!u{+7AwtL s6d鰵 8XZقE{ И}=,Ouf ? `!^u0"=1{?8N)*BW}h//*Vpk`.|mAvήe}7j] _#Rn^+f,gP A_Л.J6RΡT X}V|N#}@O3F? /Xi8Dljc|Er(ωԀ{${sped x= )K%CF0Jޢj:\$< -q>RXp ͡%<DGHP;ouhߢa(2vL(x,xe HVr<ƫ9k m&yV!V<>kmo=!LeX"Snw[*9qt 'š]cv6CL2pVߐS)t,"EZkݥUv劥#% sp&zM8D}MmK\%nW E1YX`{$9d$BSg'y~ LDl}PӨd&g2F 7i9pTWD(\c K~4hOgͧ - .!wE ;1ŷOj=ЄBPio?%?[ޠ"H5)]\jNR -z25Heh~]9  v 5X}\c*? ,S&B֥a,(Sk-\Ѷz$Tr|}DG˒f Zk Fˆ 8kNv~ p~U;&bX}"AtgK $"<=gW"kSkuW}4h2Uq"1qGmJІ4gt’ Й =+3 Ts,p1ٌB! 2t8*?'2.(EN>Q" Piiv0-ॡ) 8*=[ޣCū|Giz+Ӄl ޗS[RIa1GMq š}f6<7I ,rT1߂uU,IZ ?2QdġJ{ R4@8<6׬*Yswz^u">bNy{φ.](f\vL 5`HMJ#Q!ߕ4%KE^S?ua3[X*4P8=ٚ"#B_I.KuX\YDU^MyW [,ϊHqKVUKE p$} u,NyEjmdp.POYdǘwrI?[HVD5ϧ6] :aSu^ʑ ͋؀5kaƍWZfP{vu _`ewy"5ӣ;%A4Ċo@)& =~/I\nH+Pkdl6 UI%|Rc&n/|v"49P8@*Zɻ` whF.c0*#Ǔ"c=v|[$2+"t+nRg *$TYp;FmQ,sV;!׻tXr%q'E'>(Ⱥ@$l1l:Z~sg#m ^"kQ}+%ӸU+Nk ~r-uE,^΀Q"fJA}bٳu~w> Kh]Ȳ,m@6#-B.nq;o#nVPy,D-\y_+} j˺6rK0ǽv_ 'ŒxlY)2֎O*\6Dgd3;s^wA" 䳝=ٚOx3Da*{k덗4=8,,jy&L9~Zof+rPPr:c^J( a|*`OKY &CAV. T3eEu9$OTxNxw(:XHi3'4,雠G@-rUN6?P\XxF WXgs|RE fjcҋ _Țɦ_ZxM@8UB9Hl)=40pm~_Qh'Y$jV1Ť[R$ v_kH <hU. jߎQڅF⮋4 -qJǠ\qoZP(08 $D.%Nvxؽ1NACkl],*#4ҵ jj5h}O xt.d2!ZkA_,g6 -TWl¹ؖAY"ߐ/ְ1NZ4fˣ%tA7͑=ʲ߮CYh,H(MOѱ  X̔T~GzQMy4#!E3_`rggJTYl޻3jl|? ONәI'јDT+AI2 HlcV@3t={z*eKN C cێ~7Tb$kl? Wv_ ˎ}#oˋ*LqmYZn޽>5}nJqӬ: st8 'q80R6 n'|I.ZaI][_;Gmljg@W䫷i.6?hѭN!ZTk[X)-M⢵-KO%V *Od7C]`)m ?Th(:6 !DIV7X) 5?=J>DXmRM͞fxjH4gX)/ 5W3jL?vP*OԝJ3R-8cz,E43եC,Q$U'ҮkF;{:Zw3Io׹ -Cy+Tξ\Uv} #\>ypN>oD/39 ƹ*HXx|Zܻqޜ {3rXa H~ tfp:6ytW]y ugZ5'Tm_FMN'wo,'%"~\3~kPe:xS|0Ibvb'7lod!)gj(3. DjpfNP[_ñbגRYZєeC( +SHp (0:3AЅ.nb >h6<| QBj`Nu(&aote'Aۉdw%OՎDn2)؍HNYx8q(LS .o`ĶDHؓ!(5.E|fC`]f@_Ժ J@ٱ AM\&+{r&}mFVuhŁ@ E&JhDA$k|ߗ1Džw|xd8|jNCݎI g Xt)Ym -V\ŘߪSOx/\eF=h.QS߀1:D5F޶`NKn=sHOjG;0v|S"{W\ӛ,NQl[e=41&T`ŏB6=sӚ!LU)3)MR0%Y41#?f⁆i\o!/&CdO"e@V>_d=s)u#Զ_rL)G 1T9(hO*D^lg;Ak8oo'ECZM \r}g@52#тRפ0ƽ4u i1mNFL=1ؑK:yG9*MSu zp^ۖdC3×45L Wjp;HΤgv{k(8dm)|=^1+qU>{]1Ue&~^|-bTmj¯]9=1p ʤtbS^zq6Z?W,BK!wA:,764* ظ h-C2YXbv,űU-'v΢DڋMriS.Eqqu>0Ey:NL :AFIى<>^F+ o1 0Hzag<>>#ϣu\pP~pIoL-۝06zEG=m̛I8w>^;i|C>F+vçO?Fza}E b]ʯfI㬦z꽐n=In=6mw5(x,8WA>)H%lHrasBqt4*~I-ot\b)1׆INж o,B,_N{6!^;;̥"6|pHt῝Ȟȼtmeݝ4 ݞ)VidÛEWT$a( d͸]:ϻ uJ~5"? Bˁ/L/ɍo]p^NMVju|: C4W_#"[tSf!L + "u”uB۬Yl۴)L{H\?7H?'X/xy4쏆GF" ݇\I&s;zt"> +$5;' MW6C^;u|!鋦G ,E(;Dcp JZ)@8H31p#X[G |,r2lT/گӆՌb$lJCR8$K7 A֗ cA>[_VG+0ģa[e 1Wo"!#3G %"}wK0%%AHb*K/E^My7]r˰s`S7 = ؚsVq6`Gq\zx rvowqx\^krWک66!+)/$\5 ?ؿn%ҁ1A:r,]ƈ_gSfDFhԞXzT}R=EܩB;bk3]b Z{@ݙo18.=9gɭ 3GIiæ䁝Sם X6J?}Q5l7f-vY!tNr~i LBBGM>d( "DŽuDyvu SϟI3w=>@wpBy46+q KJ4pxK!1+ _s5ByCtm!zM9wm ̚'05J#%rڀ@wT=kU N{2$ |,LzZzFg@Щ/V3a [%"C=uJtbiPD[fZJg{l-4C,K Yvl;Ct1Io'E !0ٮiq텻/W3nwpwyRK9;ouXU^UmqiD~; p*tUjwRRY[U ?xNpPӱ;~q8)_P2/Uƚ1'M(NM'9ĥ{enlGVu[WnRk؛ZB D k1:3ʨ^f)@d]}A|uMnI< ,#_v&#| y)=[ږuY2V5Q`f+ h A0bjnyHZ-Ϗ*_|1zþJDKޒI-Ls*b k_zL,9+l0Yo6)vZFlI% |Qˉ=[j[w~ ¯+ld{~Y+n(E z~0^%(>0~.OP$Լ :e(h}C93U閦^7 kj"Ĥy<((A|! Z񑹨7oGͱ"q2' N&CPO?0aMTϡSma/ a=^?!Qo+k껩g=xLe;eT&"ăz CvX[c߲~{q]ü,En}*:CleA0J#7=RO9(#'_1 nAG fU}e;`~?4f] YQf˸ísh|nr.gE6ӶًU1a|ϐC 'Zwaq ZTU!ف WO fv#bx\ NᘛaFnRC0/a E)?#^\sHB= 䠲&c[oIJ{2 &3PN$63^pR7Mi\,hMj cbj QdnՉaAD*:ꍍFt.(J_]F[+6M Nlss!5}A{tC֭tWUFJ}4qr Sgz *IiJ*gl0m~x<8-vqLȀAAx{D5'?Y_ޥGm`MRPiKwmb4 ZtѢ.JB/w$݋¨?_=|uЦJVl8'pF"9W@6ϊXX%U+!Qxʯl(ew>n0 &.5$8ĸ/Z &^"'b)TQ$iA:"^:Cv7">9c 0J߃ \5k-uSD 9曌R6b$p~AntS l1^.ڭY/}9*{nDVQġ's~vG$ɉtYXlw9^uY?!+rBaNۄ +A3IXFROٍO#_v';1xJ c` OZɺv`2vxRj G\*s;/JlG3/Ynt5[uq7-7D%ȡf΄!- <=osh+# 3w<ΥauJU7IR.VLfqb A۳=\]kٮəeyȆm>[:1Tʺf=U\uwi٭CRVqW8ЁqÏ;/>fG,@Tb oK w4W7O~h9B ccŅꭅÊ/ǑxC~N oN$E#C ]˖qgXT/{u:`Zhz.#<7\a^ ӯ`ıvW5fG1J6>S ﯉6IjRFE_cӭM$OwxHRyh erɄ֌_3Rx^ʧG.Z V 8*V<,d!o᤼'A݌>yUk_ /GøjٜpMEٗ\cHT c=|EY~\_yZI6=<)B΃< 3I=JSj]x鰰exҝ+Rp+-,۫p8yh=Nȉײ%_o}&ïŤ; -1t(-$Af0JIM̥l X]RrJFP1t khcMmrs+0r~0 B;$oPlAXA[ǯg(.Z Wey+.e)I 2F̏ӾyuI_)a 0?rLAB>^3gOmJdِdNV7 ;zO6G9I+jGLMn{OAf%h): @H2nB(vU(>-]h=(Z?f0شaw)MR[8rH= W1 Y2/~n}}@UDz3QyG1绢5;] A”y<3?̖;~KDٗ(mX4e*r#-R5gҩ@ vyb5;7jH\l%HGN]%zsגfadoԖQ2*ahjG0_~i雬> J$#QwX߻'r%+LkBV= h<7F{ Rk\>RM!'%$=YP9f$y_󶺻`5GlyT{S-2DSs׍2~wݮ$ [?{YK7yB0.'$Mkf ,VU|vl^Z-5b*K+D7Gme!?85|䆳] ;In %>h \su0!@kkPFr?3+pU'eí0DH uK@C+ց6K3c_AfWt]uFb]GV z"7*{;ްaE6_{YTsPU)c1eBqu`m܅۸Exg){/so de;9|ŢulDD7ck|1AH΍!^nfm&8-T/cyr>L00;1z+6yVjlD،8ӎJ^c\c$P+i!S );<~d!g(߃qlej3cgM/n i_R5 |V94Vn!x5ΤC:a* 9cP]OB>(2A VIVC}Lߨxv= /twNev[eyH gUդ L#CHs)Ƣ fYQP;4 $cq_`NCWzK^£+7|&`Eh^kȱү u0F!/Y$˗iu%d3!fykɝ5F@o&Oc鍇fZ?˖vfaR 0M.>m=}!^y~!oYzI~.Ej{E ⨴OWgnmaN,^ ~vf*UIyT??3?#5VRP NLʙ3;x%r/lfc%xaOmsRr]:MX64)mdjw2`^nBo}A_)> ZT{khH, p!2ES9xIH(G+_2`2 wT% ]\mpv? i^:q ʮ!BXouD;Jd z/tsp.,yc=,1ȖrJ{RZ)G6=K#gظwMvb0`X6wY'i9HCе5H;zǒ'߇73P1礰MzU{D-T Bx^,uC)YAM{].V̔yT<FUdE6>)jxUڧ1xK0r z9:'[5Iv6~{/ֆ&B^>huŎIpk?"J>9UP<9l)[dMaU8jylj9 _ГaE^Qv#0ih GOG͵bj塞N€ (?2OH_M=.COm1VdbYwYO;_Q)!,QOry\Jh7|OHIYg/ߦœk*`eh^RV@.iCl@"Ww O;C{WmY)[Ya7P%-2z!MW|zq%QZ C 7C6Irkͅ >ʨv@?1U>xL: 'iﺹrdzF{,#Cp`,бT)5"( cbOh8Rdґќ!XWww<ʒ>KOe5Dƽԉ1?Vp$4DcQtUEP?z?-~o#jRS '冁P0mbwJm^fQ&^#T:ׇM 5f㾬)\7"Hls :V5SS`X].w??4NDR  CAULٷL\z4fIYv4("Dx T;x2)0U% nn,S4fJVRdO V]L& >k [ ,+&6PE£? ʞ3#"#q( Y'@왹Ƀ :忬55.@I c:s%&M)@JF[~bHR̤zZnou {K%X>_W OL?Jn= eLm\wד`vV(Nn#[ c0&ly nݛοs 5 ݝsc,uox0hXSbYCiI!dwt'm^, jQ@ /kv+.~lU)q_aBuBrY~ek/.G[͔:{ͤ<8a4cѸNJ#'UP*bAdClэO4bs XCK^Hc%,эZ]d0B.l<;Yȩ0hơͼLÓK$իiJޠ]Iӻ=C"P:5wy'^D ڊ |<9*^bh,-1 2GT[jz} $LnC,aG-q*HypMos1.UꊁsG?'s_hLEyPQ$7cbq~un@R8f[W·$ ]) "gu@=n/*-Z8@.TN<D~@( k7I`wB;x&8h]?kujW5d_ދ4?7i)Q~k# BѫN[R.Bq Mye h+aU.?xR9cɚOU8G `#“tɹDL <'z+fhmչTYD.F׊c{EBy>L[OO 8 DSR6h<[Fs:9ߠJ+? ;Cq\UK9ox ?1sT |'#pBk8cόnz{Jp͖ܖjSqIԊ2!dZ#yy-r ۏ,'aHGjs?_zMR%:跎(Vl5QHc$i& 1y>lǷZ6ړ7w ISOHқ=Q.J_0Rsìro%,çD3-Jg203Gu؋dmI1~&8!>Vbqmhox_YZ?`۬ rb+CE:?BD5RͲrvБ} Ss^Xb*cԚ?fYX8Vi_GȡXP8ǨKVR,MQ(R}3vldu%TD(SwU;+ȡLmKC\ ҒW؛Кn^/>IJZ}@})Y+cXX{^e١2cd6Mf{݁9|?f PcZ -|7d̟HOՐw)#fvU`q.N;Bvg4Vwdxp#Z5T?܋Oh\^g~WհDU.ߩ('/7 gK9oIelL!/,O4 lZHX5Y5\C{W< b84:`j:Lx~NT&d)c%l9F\Jgϵo:9n!_NtC `5闩{k}9:َT-R-%Qˢ9uU``W),Z!nsJ҅Ŏjbͩ2 hB_Fc >mIQBcSytz X/sCnԄv TOʺ,UZDƎ1b|pzapq\;(4:)c6I6c^Y/F2r+ehhsQfyPe  Љ[aNQnvckUEl\Id[ۓXlt٩KDY5?u_C3*=~{F*ٔ5yi8pOȢ;>%ظϞnO b},E&M(r3P7t.^c%>gjd+!_3  Q sbpcp(YD٧]d![mƽɭ֨!ΡNʒCb F ! Nml.][4u:7o9މۼZ#a>_ǫ!F@3Xts <c ԧM)83Q&ptRigY{!BM샃VNfh˄c/K ;:YqqOM6Il26#E?c욅7;~!LEω_~ R }9s:f2-awHgIӂu^3~8+e@ANMEbЦE"j=S岙+~gq%[v~@%R}}wa>%v;j.'3|b0 痸O~#\e^ۚ#.D޲h܄2(Ihrw|P))^]Ζ :,:WSvybdaWiR!ȯ\؞Ml$EAJ, X7tzN']|FCp#"ׯb/Gi}4D[Wo~6G/c~(m0Iw?wv6iȴj` YZn!/0 E v2):}`R5|%\yP} ^VZvK2d#?m\9WrNr9 jg|mcZ8V +p >ȷ',zt ""hbSURHj>Ɋ&aa`&^q0W3zٱ7ʙu`\L4]x7[ 8onSuab΄_/4}.{a$ѱEkۡvݡb=Q h@CK?,Gׂ\3WLI =oL8vkCy`D}'S5%U6yMtVR$eS+f{8YG?V;UwFsNo )iC rDb]6ڜjJ\#`mxB7+?RSR?2P 7&0Tdz_ϿF*EDv3'jKo?)Foq|l/LtK&157v&^C',TMjiY?𸊋[KZu(Klˆ&gf*1? .oU aR_0x.h* OgbMi-ƒO<0~dfOjar!^g X SX9,CZx Utۏw:(ヒ.o`\?FZmkOROFSbaKck09/\oBKS!=>3K/ۚ[b5|JwM!mӢ0[9В r}k.e~]y#(]X<7.:Ș&yJu,ފ<It c,zKf\@;Ͱ(q#Ea4w|W_Ŀ~aO$FXsa-xdvg#Wn4A͖n^0^_;ytsu^^huQ[UT?t4rdw>JK?G"Jk{|+ƉZLzÝ vTȆ4|Θ2eƓZ]O(m5( íѦd=-I 'x4};>[ޢh|ĎB=Aد gV{FVg Q%9VV{o[gVM3R#_gJTe!WշDOtP/"g_mYd$J8+C&e_,am,cQ`T}tOA\vmgF߻sFVP>bn4Ӧ:.v[ 䇐|omW'3_:~VUumZZ» IQ[z>RB+b&٩,R>DOjߡY"Vc*mܵҏL&|ea Sa+qvTh 8r#R'8tFojCПez9R[Zh mEG5S ~-pr K uSF.{ޱf ҟZ@%̥G7roLλWW.D[:! IE|0B}괩U^("9B\n%EAo. CDlXLV?O4e_+30%~(H\ Y}5 -w8- 6U?i!ք.f k*ј{ r /Pʾph6WB_$#X"7AR߿ h bN6l_(;{~/1OdHaqb $>FةB2zr"3-!so_%+ΜȍT[ {EUd>Ey五d;& @vO_I!#QROpȐuJ nVF*Hd%vu U<V^{71+S[#ge[fKgD5Lci4 ܮ(27G@0'becz3⻵ɼ,;\BbuV[ qJV*X9PԻ,[9d%!Y+i=o5V4ka28'Ϭo&[~F;1rE.?z4H0+@\칵S.\⋋'֋ ހ6`w#h=yDHSGoCQĝ3%(=%p$|3'̊X8¤xoBScr;KZ,S8yeaHktg ?~&٥Jz}8q‹LJ]b e&#{ſoӄ Fio輖2R OX0s㮍Lڏ<2*;f}"ŤjԲʤ-ET^ _<&b}9%>< !jkEznt <,' ڦ\.T^ĆrM meS!)vX AK+ &zN 0 LjWxMa>t$]s B8a}&Lt{͐=}5:9Yo+9pNnnL1[X4FaTV׍K<;| n0ڗW;19%]ϝv. ګ S-{NbGU꩷b(?5OOdH sb_ێ5vsmȚd*9tey:~I^I{g.*cӾ?Ajj,Q;K˩ T9r){w}PAzK 2,۷ MBLu `Gr3[eAv<{7ড়%L Ф;o: hVUI| ) u = xZ:pl_$hťoLA):*H1&Mg"mʄv+w|y>T/4}U, t<-+me~kͤpm9^\,PWی\E R(@ R}֜3s8mYř˝Cg5/!I,̃'gJVAEm!OZ?V@,Mm@e(µ ^ɉ q0kq}, | jlb-Zn\Kj:v́[c!1fMշ;6wQAg/)\P/k*)hzHED^磄hmUASKs^IAwc|%[dǦ @I :ͬm{Zt;"+qs0')2Z3v ܁fvΆ.jۛdtv`Հo?)a&$"n}Qİ_HQ8,9*n=%%0qq_b,?DZP&7w}G쨶!#yX*ϽGE!u'N%[ʧU[JC ֿ6B k&m_s*ʞ^tai ~j%CV`3ib)dN,؅OQkնP@5ұEچ"Ny-H=VWnEֹ=S!n,*qwSP-*R\`JpQG xa@}qrw"2t , ć?ybF+V )D =Djht>̝<~l>khMR/QZ =w|gCn UX}`S7ĝgOzRLWB SYg2'aSDzzlKu9d?DVXjvb=z W0lgBh]#4g^幌s!tu[%WO$P2r[Jfl@q3YT@?1%{6<2Py|8n@m1딏R7Z+/NexNDeFf6@PGS+D∦I?9Z5>,`Qw8K2P\<|qAӉdEMߐ@CeС1*\t:`FS d|;hi tl.+Bi^4KM*O~#߆줈]-݉ش¥JǮmmVSB,8lks)GUY &  ]']d1fǙU( ; ΁Lז}&:g߃O#r4+ \3r>{Pk3$8r&ѮŽ,0<{*ݧR*eM2~q(D}qz^}kf/<倹. Ş'|Q~ˑ8 L'S` Lfh&)[먡 1 mӜAjJ h\qJ?azO6Ds89`TW0TZEVĴ$0m`ȼZ12+bhH1p:˼UqҼM(\z1jYjw$0/PiYX^-Dn!eQCM=a/H{kRX\<f[<DŽXE_W{ҨV }44QsOH!Өi(rfd9c 8sNqWO;1bYWe;Y[*:, W͉䞶d;KPi]kg* GSĚ**i5 uV5ɛJ! k\[U=lLzq Q)En|733&ְ>-+IT~0gqVL]xh.µdoj Zxn<J7FyvDgVx`B6!-d Ypsf6—?Ob2i rͽv[iDR@\peT^ߪ>ATʼn`&@KFqe9dީ#2Oi?9C᭷c,te]8LTg`N#20o/3&)qd婮nh[|=>9Fų0',_ Qy+Z\hܰ@ v ip+x]p@.>YOZcld(ʛ :&m6%,t-*F?&%IZÞiʙm)l-i;\oWw"fBUoHO;a0Gg_0{jRXFL͆N wXjDҎ\Ex7lrпgXR߼@E>3v5v7ZCU[{@ "u[~=բo#6F&B/NRQ<޽^CTS3\P$Xz57ϧ7f="ϊ{'K]Y3U8י?ާr &']UN l~YgYe ZȆvlhm|ܥ 1< ,$UKZOԧ;EP jE!SqꕹDUS~nm/aٜ WChgI _zdqz\?˶YʁvhEs+k>:B L*F=]-yϵҐARl>XTQvdG%DUIo̫h8E_j}0"F1gmRՉ^ӯf4 {6z$hf+^B_Qb+LK`$bD{3+phNj6=ҁ0zC? ּ{+w'I(a{" hubQf\lh}4 , n7*)3,U8?S~o(V hd@;kz67yr$`s}B$eP@̳Ap\q0@OYS71"L8q2ET- 낷0Xz| \%(2e8pJ/,;C6$]ynP(WDyb:bEp'fye*yIXжbhi/I/keBdiy;5(iTF _a(Dze1B$EpD`tmaT7(מXj( IGGaW1 %Sa0,{4)Yz_" _sʹr!aNªsBҦη,Xv /$^86䭢8]]٬~UIMs~8V>p=8pmMg!X6CHmYS=BKURVYCQ4M(}ھ1J4Z3#`7]MUrȈC l%C(G~ }~z`$ {+M R"Z:R] E7T♏VH ])`VM ЍQ`jUPIXul$RhnOrZ]W؇ϴ5X#["m@=$9EQXƙ>kRkg? cơmH㙁3B8%A,G.-F~m{>=DNš47.hZ)?DPT[+k2cGÁ݁@-SPҧXÏw}B  excO?fC|N+Զ͐W r>t)Qlo}q_I7B~Zإ`SJq `,M) 'BM<^3s?'*ޟB_g^RooȷEKP"{qm>}r:ƩWc36h&{Ϊ-tiv)OT ^]Dm/@( ,K'1KkL3)Lz{`%"Pl,!$xvʲPjOE~̼1V#+$ڈ.;}b8̶9Mn{\91)u=9|)@05IK+yOr-KI 텐` 5j5hPP,s`$l%1#i #dKԨ20CuFH3aV.n&A J¨?kH:o|*×7ܯTmXp%e/Oa)qoq ZHoJ}:}Iof| I bŝ)ssBc}V6ԔoaM{YW^*69 K^xy.<>G#~w./]`lױ ˳2_KO /ڰ\1FO%,Cåu?=>2]$"RH+7T(jE=Ioj#(4@nˑ%cN?PDj%^:|K~b| dKud/\QZ4!ZEa<тjνOM^2a.Ԃw[I65GaMՖ3X$B}p^"mNjt 2 _hx3#.>;mƻ;O˥z}re8ilKnUsa`Vx,}LEÒRnseff.׿h/p@z9R}!&YfKL3}i;w.y]BrW9RQ<Eg'W#am>(x)zMU҄vgp˷sЩ|Dfs-8,Pq `@.ҖIs$}uSOvWvS)&Φnd#+6OI ЁyixVA)FKt&]G,f*nAGEkBl@Gr9 a8S@RݷYQtWdL6^'wkPpHrG]^hr@ a "Šob8MtM [WfU.obz< ):P2o.Ƭ4ִ |N,S/өu$zlo(82}7[-ܠ_u "19F^s|WC+wEӵoL_s0Yrw@ u/CO@4AvDK&̾$'y[NxY_#mu9R֙DTQR*2or6,E/'dIl1γ^jGX%G-w.U?V j97Bk2hɮ[+Ef 0|v@&P3k|ńsL.8jQ :!h 0~ ;3|֖ !#pZAe٢˧9&:`:b@Ϫ96vzùRGWOLC|:[Ǣd@\eR*K}$=|Ku8 R,ً;_Gۣͧ`ȾIL87҃;珋,!ҘqkOw~Aht1ݺQ,=Pfʻj,q Wh,:L 9]HK{fc4rV4c=סIR5 %Sd~;m(0CNVigSF:(AFӪYdVZE5*ೈc*Ik6+P!)B#]bh]4r![L# R*3f\1ɣH:hDT>#G!AJ2&xtaG,'~o HYz_H5v.'829~h(! f(n4X~oapl6&+PZ\h*}K~e`>bZ0}ud/*JGFa뤪ؽ BFGQrXSpvQ䩪m*TC"XX/X5pLYN'S]ހ>۸ſUtll7o4#Qgn"-j#u-|j;@%X0腜3F_K&禵3_TacTn#ӉS>e>neN}7p2` QEO"&66YS5A%TIצ~\9L3bm` Tye&Erf#l`&^{B'8)M{WSs1es<WT'XGYT@ !@vah'p)#@f͙`$g_ah3 rH[ZfGtilJ\t2 2A6oerDAS%CwnLʆp9ȁ&`-ZIqۖ:]73tNYe؏$|HIl4:GFk7w QhNᥢl-t H}v1VQ`Jܬ~&Xn^{-,hJǁCco}ho14dҵf$aT& A3N @r^oYoY&n UPB܁GQ8對S2\>;:G0G]j-Mi8ڛ|dI=I4AkQNyhF^@YvyaͪH-j]/"nßn !C䳗{-&'k(NB=HJ68~9:)YP` xƘ`M4T~ PQfC )IA_a/Վ9a6X$_HlA{.NIz +#X1?juO4B)u@# x.ySpL@b/f,0U{? ֤ɶ|ýS2VoVY,-.ms @w - mnPnBYTf҈*w9}\*pwbE&4o9}cYh~Z^0;&ƩV#@dp qa; kR,.tc<MpV,IvM\ p4d(v! pÛ*`U_F&"-8-2Ϡf7{1StԀ`OmI;cdnjbqh.[A8E,ULk®icqp(fpbw&UԶ$rŢA^ѡl[#J )c\=4,EĤ)c-k<%O}睿,1J;Pen)joJ[%4 K%v|:QNHM˲ft%ÄL=,+繢Fs]"uVc&/j[]M<͐&.wC[ޣl-TD4f T2⟟[nӳ. _?g^! lW澓mf}d)Vtm .apj;&3]ؠYėR@E'ި\>2U#GNiO3h @~0y=GgS?+K).,7_AMr6ޛ1G*I#T-2Lu\@zmIT 4PH7³N.̫a~nSYqL9,I0=;zf#kj?l5{ He&*2*SAf"H0: ^W4 a"՗Ķ4+r~GVU~'(MI/@"!rO>zf-9򾚆:hD "3NJD4E`v(dSs`@!XӨ鵌'hObȁ1?!ۍlr>YT&f̪9Z(5_$]yjZ1DnLqr9Λ@W67=W< ʣA '!pڡ]`*< a S0p]&q[z!.M`C; AX\Nu]ctQ ue'/ɖ_65â!&2c0>ߤw@Hjsl,= [RD[ڼ\m %[Hܺ$Z`TD ѷ]ntGm@vGXXqîc o=-%:i@Y@HLSS:s]+L11TZxy%"`7%) Zztn܏%i{ upIF\SU/mᵋIG,gg + LA7yX}**B8"Eb=t@|ERB0'2'=)^5`x:T/,oWQ!+eÁ7+L-TP|^4k"=~0lL3K),X}7`YfTeVdLfu^y2ij*v0F44"$Xqds$WHI-RT6 -1޿+BS߂!,lΐ=!s1)9h^Xk=;*'f48:&%kԤ򿟄e@Ğ@87fgЁh;!^y,y!P.~Q pq6˜42),xuT x_7X;^tW;g ]EoM4 aY`(e Pc&=tRQŕ\pEVs껤+ }~d9 䠪δU r:4ZѳiTHm\Mnd#[K kz/F%o4[U'<ڶ!ȤgYMƉ`>c+Gk|,pqDO=Q Vޡc]'-E퍹/g[J.e/3=f Fl֜67Dr, 6(W2|A=ޡD\i;!}=< HOxmCYy~$9eu OzF#Rn1gMh;* يb2 Jt崳z|j=mwNIv) :X;PNitD3ܳI%=MraY;T9\d3h kӊ QAгb^n8Uq]O(]sX 5 )0E)QۇGB낒״D?LîYa[-AI[\18V{lKNp+=!+*8kUnx/[emEDv2M$\8S?KqubϤ>c=&Iv-I\2b؍Ų<uK$r|`/zwAŒun#E*KsvHqW~Sv(UyjvSV7>bcN{D5@˦ތGZ6{}Nqt0OԄ>dGAt2O_`&l?骵Q|5Wv#=ӆ~Q"3#06s.V 4+AU=.% >xH^bsE9QUk2ԍ[ t4\9 ./b%= LbHOwn(H w<\3퉕QOKYdEx6tT%`?Y^sX8(Y^S %$z87[Kո8+G|E"XXkէơb2&WkF2vFӮ4(y[vΏᄢRXgpaq~F̟Ǡm:\8b]'b3f7 tv3D bx31яy/KW Y= [D7+,.=۶g,  >MDfſtv} i6#}|h>Udb(رƕKG0-OM{ yqRx2e2h4m%)@=w}OJodd=^Zh3YH;ֺXgѽ;UgUx))'rO37樹H¬^}3x(Z)xfqD9ijrCA'%Hdcᇴ8'~\E(^rɏc/+G"ǵŘ" L9}|֫NB"cyDh7!'qKhJBQƧ2\{/9O$)bUع6Q*]-%MXPSE ;8^yoσCM9dtdikF}qjro- r_+U|D*$4}z|oe*+?=XXGqz m۠v8xEh6Ë4"n ɽv`Y@i{G|wj_h;lm‹Ѽ4N䢍hZf\2_Mݍ[r8o ^X3( kmoNzӆ j̐iI~sxģ3e b.96uq4G"|&u9WȫRDs"03i3``Φ&U3$WRq$ߞԒ:y i~4]]\U.#t& LX@Ia$'_3~= m^&@\`{¦Nm*zn9-BК]O~NBZ?t;A)gVw0 W3룪fr gȄCvhؒl>j`)˶'F{K*0 :#ZW jUtfc FVq'YIQʊg3VP6ty`3RL+$!R16Tԕ1X=?>}1D4;e>]u&<:.UBn8Ykנk\ S],!'O/c [:kAsʒa4aH_- оqysl-F[c٭Cm3mѠ0}|%={D{;YHϓf9J}KY[m Aۈ@Y% ~ZۍKInmt9_^i[*9Y0Lqr,TBfL^ou?ܰKF6y)8Rm)p/oj׷ Y% }6'xx76l u6,|1ޠ\ ܌'fR z}#|Dlv<+@7v.#D4\&8h湝K,H?yE6'Q}qә.h"izfL#i*@(2.v;-mL4xC6_a$A( ʼ{h6Fx>HtВ`-K誮`h}iM:vs/mu%TUnz '' (zџubY+s)w1b~ﮣ83dE8לL=?x{9?@7|Cuzߵc-&8C="^5tDV*쩎x 8$gLHwoUÛe<,{t?yVXza&R:PߕV7Zz內_4f*+HΕgofYt3p[}bho+wqN9H }Pԡ];{oqNfeC N{H I4)VxY,b\&e$ n5-?e no3:eqRW-є..Ta\O 'AɄG?RToJ!8M]}NLYM1O$ *vĔ#=|vqwmƽό޸ X0{5=@ѐFASx[OQnw?z%uHyJA |-6'vMrHjB:;+MkyUH4*B'(rՆnWzVʱ'd4B1?ũ'3~]ZT?Gu)+vT[^$T^c9Lrojԇ:M1y<܌zPRmLOr "-!HapDV`C*X(Wᓓ)Ž6 I[F8'Ebm! 0MSE=@I>RmS/i(a>o:"эm/qX(Q!hFsR8OK!UX9&Kijj,.CN -_fJ(>?|I.ARM`d Z8H7: M7Eގc;ɡ[$AIr- ^pUx2ΗrL97وqv#ѫ2vjC<&w8,( NCW7K/{pny AB_D=AVzپjҹ\~>`bk~`3 Vx<:X%i8ó@RV'[Ϸg, vj|2sYCǚq0a~2[عc)/&5xyYs2?XgN+Z΃CHMU9+o;Z-tKr6Nut.E(`p`tc< c\@Zzؽ3ja-l w+ L|EQmlڅ#t5X A&!%MP1љ%D΀"a3i67Z~ȗ I~N7]Ǔqb|@7_)o>B3^ɾ1OcL ew q.;|j] }<0fBuF5~: }j 8d}-HMlSP7?hy,w&_G]QSwwNgz>cV>ڤt}_Dwk5H$Y!Y AuփGUe 0H³Anr'"3L!ĩlɍGuY3\đLD%#! L!=/W2Jƛ1:Q)l^z\yfȒҜ^46zz?H.q[EṚ|mEWy\sMfW^RK#?Kǜ"\pe.總CA{>ax0iA~ʽ>;MKgMT,zI=iv״0=`Cgt.I|c^jIjb_w.8#5Qj.l%V;%qrz>4.XwuHFMzI1%-.OB&S dޓ%'[s`\ *$BE9! *bG엵,, ҵst_J/`!oYp[MYwذ'<0C0NH̘neϯQFc*S9bLA>EȮ47Er^&E9XɄg\BKvU!Y #]B{|XCZʉ~ - 4j oux^kN긺͝8D3i F뫕k1qgSsdr8c$ :Q~_uo~SдΌiy/Tn"_vL4yg\uDDPrR)Z:ݍ^?dX9Rhd崍^Ss;n*#UY>pk pϥ46ɣnGx!+3>/%x\]4n܍" sL 81iݡur C1X0F%`/"jT^{{Dvk#11hļ*LI726WqNGk?OIpy6ac f D쭛&J%ji x\ECF|ٛu=tv#UѽOR7݆KCL~ @UYOQ|=+W~@*zAr+s[ԣ9:%IhQ0fbӅ>Xf `9p;Aaߴ&{:jgBDYN} <)̠Ә$*/ϤjVH%eiHT=6oV!5,TX^wu]Mߊhd>&cLT[=t8Bcc衶' 0qZZZ'Z.zP>SXqVYbVea):X՘)'8ӺԟwN*rhZA!hZ3D?s;zZs=_ cjC:sŢ(qפT0/Ǭz#mx]$R/wrdIѶ^IF ey5Ds/0.Pß /L6 Dp?W=b۩{W=V`iٮMh|,y۠KY4IUØ:&O=E7 WC"oZ6MP79C,g d%)t:rL_Ңܪ'΀5|?wO}+]xхČkdUL%l+v|x0#I$Κ- O[xQnk~"GPu){. VZ^m2sWp1פ0Eg鐯s+o9׺Vc)ndβo4eDOF,&UJpmO1 Upp9Dpoql[DU@TR5o/'*f@\`X(iӣ;('-ⴏہ%j]k,y$f72gJFIi彶g>= z1 $q, ߑ JcU@.t 4ԑr~ABƷ+Kʩ(YuaɔnzZ>5_w!qLom큜{T+JEyV?ҞdIZ\{"A¥-` p{=@5&(&cϓ仚Sv/FV'.\Ĝn0~]6 >XuSQɃu&Nݦ C; 5gPN+nvu{W/3ɾs~o9ɺ͝,- ;E!pL IpD=MV5Q1F 4\D ŵӈwz'V&82 ?_3D[9i +>9A#uNc*M"n҉re=*A)* )^izYȦ-{ROKwR [1mR@qW_ANANnkPV^ש^{vL2;9Ӻy.:K3$ĠE'J=I+ʣ5I|U9<0& 1EVDp@Y 44E"BgjÛO`$3rBF㯗L2 ($jC|lpL|1PIγD}l+u=D1$94Pt"'1*"v*Ddͧ{ \dh ?LbX ML F}G*LzJ/ctxώ9in>11W5}_xmˠt?YhM\@(o޺ۇ qGRs^[Xd94DBr`YX lݬO(BRQR?@uՙԅuܦz JǿnT[,vͽo-/=Yl Dol>)^>0/Y MbIr$4=[!LZli~;J6(yYߤO޼ \&rhTߎPf"˞sIA1iĴ6O8̡kywۈl~ b 8\$]a> !ɇxCH(X@1GͅnC2ʐ?~O3[drHn2 ]1`n"jMvu( 3(|ҁ]%eMYEmDt\LFeyWкj-ݶ9\w7;x˞^gL{[]ZϸIPt'jJD+5F⣲~oEtdá*tc"NMuM^o_ЌW7o/.I҇A2DMß94>|w8Ü1 c>~x6vgD%v3}6ϝ5`%h>XkPk&" `CJ}®NJ+5 Gb=SJ̱J ;"|- Pv ofC-Cg U {->6ﺯ |f)l4 1@dLV&r|yzFblK̇7CC@.$[=aSt~8bq i \ }|)`KT"!BؙgcHMj#SbeJT2Ғ(zr}WM)o#:2kԦ^3WV?xo1?X짌?"fkLz-S}"jō@Ȇ>y+dp9W4Bx{ $ * m")i-4<5Eazmf Q>nN*I;t+QYl-f?iae^:8$?"Iǹj(~.CV#6S]C=+'*,e3KH7NS t}}|qx=(I`ۉkٯh8,\.#Ǘ`:,9 NMEg9}}h`VfkG`~B,b{I菛FgQ\m^5gԤ' K*UG5a$'ey ǡWmrKGSffԥrz?(2'Wߧ3OXza_R6~\ m$D=ҥ_YʰMy^3xt_)Ȳ0 !()vclcPm?0a4jVI@7r<@Z$@}wyڰ:)\=E~ O"86`Bc^URr@)Q3'33n_+Kز$x~c=r9f(Є r~X*}fdTU F:j9L/ L?3ᵑ)޹_bƓ(4P}<:$S#8w3ib._k eixnuNۓUnjԻ,ȉ4P^}r@i;B_3ZQq - Ňy\z&+{ yͥ Zi=)I20>w*ޡ`#%4;-T-אcpZa8#Is]z U(#9IFxʔ@ 8|^c"Pc4YOϒ}%ecr(T{=_z◨w`󙫏(0XvPͰcj?~koosbÓ9R˰&!WlhT[DLIsLAYXb4-q_@Db40%5Q))M_:3HGYtuDV 'KC`"?zF^z _T *03=TH*dV|Mh( }8r\+=5x`}DU8!GAYyiYnVIO@7d#+nu,T l֪5;'dVPN\Y]FpX@T1Cؑ~B#+/h(&šZUi, b uX2>I.b`C14HBQ}D'| ސKF5K۞hዛK(M5~ #]~u1&KH@n!u1ټ. ^:7% y\a2Y7إö: d*ArA #VТho [W]Dw.?kve̜UchXثtbeBJ*(XہxD(1cAF*:ɫ;։AZ +4N62B]%:5'$uA{(L : u^y[\՞qcf,쁦/ Q[F-jTJ)ѣ[Nz5sgk), k9M/VE,7q8`UcZJ1m@gfRD U^{zZ=.^<%ZX3o Xqy釥?fAJ?:C'Y܁3N×\SWU!"&$|Rl 1:Т!&beZM#*x*vIm/;qYHFq۾-pEfN 9:* \E 3ȣT'm0i F6hk1-6G)tD| T&8n>[LF XJqiVu YX|8ƣ;SR\2zZu+m+[9;V<\5)<9%tߚ~ANǭ19IEȦ!zސ9hJ n)zvnZzUHr:def^qێ)X'dۉ>d]|1 YSBno6!+6'WIX7஠SBz -_!g**:؀ * :,U(w' `@e9%|Mq@&='MIp ~lPC~a߳;tA|Ϳ)Xw'E"c%) BCi(gÆ2ڨN8i10),rBeIˋ}Xr)otvq}:ӎj5xxV~Bg#{:^(_el{yWWB)La9=n}a9r6 ج#O|[>SF+qJD52ͧPofB,Ƞ>k޹ѱ| 6/ɹEa;bAe2^Ÿ=d[k/z%o4%juȸ)3Ch0) L߷u*f\+"!A:&w{zueu--R7z|MQ=2i/ɉ |vЧ̊9S[p %}979H i:^JI=;iJME3oxvkuVi }Qʙh*Kx w%Mz& Wod?kϛP/]+cPBLv\ s^8ԯ0ib2F'u!/SGG=aHx(;zAXОֆqu'4wRR%_76tLP@9~ X.僕8HC׬Ğ IHmẔW0I͇P.s$6\]oj(HSO|J`.@8V y"&X(䏩iqe}/.X0oL<뙠&8rX|^ؒgc:UhPe RA7][#1LQM:%gD@So٤/LH]% 6X9cJe Pq)5_i>1EDΫ98h/R`=C!h W5` a(Z|-WM~QHw>,<:dΌ/N}wQϹrBAD<06:o I" Bj!"Ma*RSe,uֹ߱m:h*3i[QYwŧYRS QVb>jQ\[_OlX3-͋UW@:dq>;`|pTwQ"K7%@D5&01ǂ&D{Qy9//ܓAxgh;iOk!74ԢZMxϓ2J$!zߤ'*KZH{/-1C;_uӸ ցL(_p^HPűcQh>ش?l׿O&AS5n̚} f.DR/Mc`۶&c:Ҏ6 q"Q.鋶8 $uq8٤>3’-y㊌CHYJpb,_<S[<̞vM?p0 TZ*Ҁϔ%) γ9@֍x/_\fFw!ZqNl0Vh/[@ \=R asyz $3]>\ gƄ$R~ccWi/ֻ!/Qʒ`;9ÑaS2GaNLjoraZʶxp*NĔ1 j X6 DLg7@t*`i[|AYq32#SkXt\?&߯Z3fi61r>eb^e+}$UٴtW% Z\e*z].Y7q/-I|RX /3βǵd 䧒3E .txhǧshL,%ꇁ@B^)Fc|kC%:q-aۢLK , 8Qfu-|:ptQNyyAOɕ[BxC; YY#2o*Ɔۥ?̿ꯋ1 ЧՋ yc]Tj.5sTa,MTA d'\p+Ulj'}H_>_^ůxӶE.5@9Kfou +h ޡ6uf|TDMY%$d@t+њ sQSFԱ{g^n%q|8:$^+ ,+sdd;HfUs}ODLs{#ZjI H}7m) _!;aQZ/F|/g>~''b~#Qf\KǤiOvj t*2}%1Wx`9VwU}@瘗(*ᤙ;ԖFI7L<䍍ޥ~4/8RVhFԬCpo}Ssx !y*ZT  /6 +kl{7_82Wڥ:lch%3" B*Br< HpQZmOV"&fO4RYffw]R{\:'ANyx|zЙ~ 9+<5v[h^FoBS?1Q 8b\)[Rg}acF7#iI{(# r?V_Of93dsrG4Vt)?͟ "ϼ= @"LXzIa2kWJSxlFQaCXM*餅nCA05}EI7}P/ ;[GФް-C}HBGmZySEA1T(rb7pjWuaJX}܊Nz|S>G@B}Bmē9j^wbw?J .\`Ven lߓ|jՏ74x`-1;Jwh ~(Є/K'ʦ1$E_Sݖ L{iTtP:cq9ELץ$'k[B6.-ҭ]]"t烪T3{inˋ噩mlMؿXGa֚+ O4`KYr\c8 )Kޣa5`X \478G\4(ޢ~!%Ix02\z |#߲\\|alPY|n .~V Ot +$|oncI͔h VMw8WF?UKS2TProg;=akadmK@WJ3YWFjZaTUUVpNXHL0=AaNJ(/e<;!067Jc%d*8E#1D@Kzθ#aT-k|gCDI"^}0a%}A'RD!Z!T0KxtFK|3Hk*Z88X|ڥ~1@K/T/Ed51RjқCwҤi/(ryܵaB[0dD".i~"wu<|LA]LKt贋( ԋU% Μ|p7'Ez-|O7+I]cJ)MOT{׹ B$jS BlM{1iPsWs+m%/+ڑ=G Iύa9YU?]-SAQ6b2vrG z{$2A0BEGrvBlh`&i`|X됯 Ry~<7u٠#J:1g#ib4y-B9#SjxU'ZhԔ\ɫZ~y\׼SY;u߯s1 5ʩwJ:*iw $84cr),?"G?g-oㅄQS}3 m';m.O>vsⱺxEі׍j3>r*j %Jn?,8w"-$ N[*6mjM"AwՅ?b GaTjFjr/F霔g; m1Ozk 2Hz A8Vb)) O?FE -S@-d]&,I| "wI v=*d0 ͋`6]|mjZ_VnBd ;C<Ù5;P󖇘nT #t4K0vF ypi#tIotl"c;Ic~:A fH滃'H :n)f@&v`•F>`7 vz^PY/=cwH,LI=B0$7:FKg#>m$XyvcB|i@y2tfyaS+mA}[sBo1i;7`)XMY]pw((r1Av@X0)O{vo O0LLn_x-v>}Cu):WxvjCuJvRl[ECӴN IzԥL> &5L{_+}M11$pKD\7ls8 ;Yyȇ31`n+GS5cwt qnC箋^㿀7 {7ȺL2zيnix`,ׯǧA]޾ j3패k']:+\O/C8XuYCpMK`osY]Z"7x>bwY}~]TIUHb@r̽LHg~1Oީ}yR #+ǧ,"_~iJ&K"ϲᩁ-D\i~˚Vq7꩖QT䶰z)4)X=EhiO:\7<]ۭKGLA%b= >RmK}_t{m+V5(uG?& y BMpm$d+J`uR TQP3)tmi+F8eSABy0 'f}Pj<)"Vo}ث(xbS/MȦ{uX>i8XS@`,lqRk&捘n%8=LwY21ֶ 5q;Z%NI]l? 8$kSZW06:]BR]2#Wd!/aN+1Mم[?3H .EqiRE;"_?MnJut WR|kܐ^$]`FEvP7g>W?j9%( Jk^8}8@E@$%-a*W+bij@ NRt/lf>8A[I)U4Ah{)[~!}y=9c-`' g(rԡXuMC !V S |lͧ@(da_{87w,Bu*ADmCCaG/cb+5PN£2clwXw( /5C_T]4WEEvuhwv+޸̓q34s&mBy^mJYG=)nOy~A bh2CJZgGgfV ]¾c̟/ІW1"[AbmɌBBvRv{"|Muq8$N !u039bKA/N LP^}NU$56Yyp٢>dARoIЉ[sbE ?4 JHNPI3VZr̲Ԝ*5ۦ(;EvNdD.p/yP񠄕K摐 [!ߪqy;JI; Lk}~OS/E I&\{x=h6Oч ECF`apFhϨ"n>vri D "_B{NE}@oVΠ!K朢s eZuhun: %"cNfJ d7 8*D\o%PL*$&/L?B(IU>_VH{2TMh_P;8hnP`X a?0҄.H[@* <&)er}ͱWxpZ05`Mip&t{3/!à,TupI) WAz)7GFOșC:ņÒJg-D]rH?7FAz^e4h%Tߗ=6YUk2]'=h;Pur"k%2vb͓mpgKyGnqPBomǹ6^M8Q)ʚYSbΔ] &L//>|@ڃ+EHCz8W5\^Ԏ“pWJJAgMwއ*@bȚp"T<}D TFﳸ"ޅ8YGuMf8yQidΉx269Jc@v Ar@/Z3,;_Rak@m0cl[s|>? GJgKĕ}ePFt'ګ'(YS󣧅45gRoA4O*@zOP_4klNKeBsSd)}/,@4@ X0ZW\NG8 u_  ۰lQRELEw LƉԖiz(6lљW`1gc\}Gx2or!z9Ȭ |,Ψ6lB77` -~R`bK"kNRqE4`w_WE YY\TMv^U;kOvP2zB$VL2$!=Go?a:]lYE&WUF>nP/&YO{O>G?K6[E73K%c]E٠NɠSH@ӟcke?XQ4}>}ñ&5UPhV %xL8f>p RqjP{sk"Km? ߑvF"!bJUпNuG!>&C&*,֢pDLx~\SUIJZCyqT[UĻ0h}`EW8۟7^WvjC4JY9c"9Dnp~ˋxBVV>;;ceOGbNنJpr`)쒧ڿBB0^~|MU`=rQ7eAۧlS%4M-y3WtP!)!Hᡝ,p3k^s_X\`H%,tHTc[oǹ8o*~G#p:ؠ#͈Wv`~ UE+%} ADG-ఙͧb :bs'J sI|^y[-d`~@YvP7%<[z&.UݣL&m861= 1ts{>%稉%2^o^Ny+wP,un =uR^pʮG<_t$@pflbS\xkXrRHlmǟz g"٣|Jjp7" bHO#4~-Sv|E<_3 :j||AdGƃ}tEgʸk,fXe`8U"{ N4ŭY\nVmh l -!lV2֞Ki1mkBn-@ٳb]>1bX3o%,8B&=r@_{d^)[k~M} ~+ Q,BeBCth|>Aڒ-z3>kkBW9*M9F-H s|gY1p'-I׌>U=0Љ/5M'Gul5׍1T+:y5BϘ"Ho%UN2d[#,ni醦 lZs|mQ )TFɉ1Ug>L&5Cq8_ NJ<r~jZ̳u<=v/*r M 특7Sˀ"=U ;orf\XTOKp`H#*%1:QK: ?lYp"7Njyz/%ueR $^Hbܫ8okv oo4䈉C'}04nY!NcGL Ƴ/'6# ߓ}ꍶ !!cvbdEuPeѕ =>*kx58QACR(m c:@ 5Nj!@PBӉWʄҞfc%.F]/\aa4mDi ~Z ԂKs'B鱙F6RB 0> '>~9q_V i!ug:TC$:Fy[%fzE+/FB (d?e;^* ?^oadvLwcrd4 y{,mU1]O"`Cr)RkDv(Z|kg6T%7? ͓&m3,7(2)wJ|@<+ =3(/4hPB͕۫.i}"!r~^FQh=ATD),'S.VPY6bǤ"d\ـqu|bTbBw#3Uhb^6c5HZ^t˕ ׀Y&1*#Q1D7k~,Dl6#5vk0.ڂU\0Q{ģ {#ۣޠ诿xظT$@I ryk 7,VoPQ:y&rMԳ:_KfOMqPAj)1ڊiebbXА=Һruwu.eZhKAKs;Ѱ)mBI6Ht5;];;o$tՠw9BJڐpL>uWDnQo!uC"YS|0+ze\ՀY g;ӓ@xGI.f y\;{ILCsg0Qb0*Pe1mdpp;98hK.= Z-Q NI΃ VX-BT~0k|V`YQH-h3ZtV8HIA c86-,hQ!N,t;V);{MBduo$PaiN$HxgCM]h}&|uK.O 3Y/A4֒uD/42CdBFZhXkQ<ăK#V#K%)P\%&g7,Jd,q{ b(Hp U`jGO'Pf<1؞kOSZ["haD_\ɩ$f `_`wY+b|[j)I^fO/dpЖ+;^t$K˘vam\i'#(!JϹY-]edjee18HNѝiv?Ҥm%T[Lto($ %bl 4U,#H~xkS,a{h($?D:u7"73rlIEHJpz?ٛthǗgOYT H;4`7 Xau4j_O=gرZO@f$]UFޮeb7 6&.br avXeV墟8{A)7V`R"Ő;rUOP@*)dz]l9ef[|SnVl^/uRҝJE+C_밄Cr{gyWŖW5 SSBE[{$Gѿ'e ˍr8^hEO03-I B1~ =7d$* iqݷ̼ CCAu iрwbFzDH1RF^"lg<%0ޯx@1+'4<(+1˴Y,"5oֻӃa V4@܂14J\^_4[ٖ+ek6:PfVqfuT@ Wt3L萚VfqVm> c1^ ;auy[8KH6Rt;+E{= d*hukyN>54Q3 &dYģƙvC}sn%^X3?8|g]c -7I?Ir[I<*ZQFve10yeT $`!9E&=4LCE#)$Fmz72P@,pR^ Y)m{cCX\h]scg!yf='[r8R{9&6[ 2x螷:E)3̈u% aa Un#^o1F%Ic|Aƶ;d@ye0_޼B@|nfcl*]Ҽ +]j{\ބRTi5ĆJ=WT"k1Ǫ-ܒ`^=R$һ94.zeqi`gYȽ}D6(9q,䕍HiI"U;#qX#\%OI9ܟn\%.'z}7 jmq@ Ÿg*(";дYtV/#CUD)FiE9]#C@I\_gw+Hq n œWC(oǶx'p7UznxŖ0qky:] x*dIcfVOG;5͚xfQl1|“ߍhkzHG5pʿS cqE,мjExFÞ>DZn:4}J>~w@OL}OJaSF܌q0g{Z.~f;ᓃ^%M*dѺtZC} +J}n3j*Vӯ ꤙr!cMM"z6]itVCBFV,V~sr޷UW2%gd{d3X̄iZ&řT+-u0ib49?)sՂ}!-\]YqrHOP,-mbT0C22=L Oi> gQOQpQO YF9﷍@} #*啣C]S4q30W:MUݼJ]Л˓ΡY[W6(=t\ b:d0T[{jR |JiV"0^P@pU됶wy13~_:`*!K"fP nޕ(HZvj9ͽhVY<9,WgAMg^QEJ_[$Qonq*[dUk!;u! *t3C 调ON{)K(,,\{gWsPk(&)'ޢ~Hg""zN3<)明 X9ܛ欷vᾈGtjC?O*B5Ej7,MZS"_'g5M$l<,xrA)a~dy6!Yy]?Sy,M&_&Y4Vg ϵ;N CL, $8IhYxkn)za`+Ҫc1LRX~h3 `NcH"E#XvICVYIfU}^o?^1fa$ F@c]v9^A17F( HS0N6 D(A6D[g\dNEL -cSQпZj FT+i V-yw 7'|r7<2-\Jr8 qTclZkI:V]&? (sx_~I|MZKAO:^3͆\(OΔOJT,Lߑl&]gn TGu [ H5LDNX#'Q v?2!Q!X) 6s{Au:n;{/ׅVV֬&ƻ>; `1wmq~- D?s8~2d<݄MTSL'洏 <||>dZB5f5nz(M=?2sjWX 4|E+L5C ήڢt%VYCd{IuhI%/hrDPay΍\r͖J609}Y'}ܺ(b^.93Jc#Q+Kn&zrˬԠ x%EjY#+OBgcRvFѵx!(0?vg;pa~γszIvClA)@R ~ qvmR%[Q I%p+ͬȪ*:=X$~$B)2>6k;W( ~MjFv\AW Qe\C1ÆZ^"J|]LUXkAœk 7գâFta2;=L)a%!.83:ٶ4J_"dR| @GhU_mɨ3ڙxM'YrL10 Ѱ v pQ[߳WJ#@ |$$45%rJq WoiYk5m<.( +,LR@G&ٙHc:Bِ竕 =עxm骲6Ĉ "\\X hCMf/~͞cc^g z2 Zp~\mrwcޭJOmj)Ir2S6l2oek'X~jT(PeVz{&@+C9i#RLTãIF+ԃflvlau >ϯ>n Z~s`(#hFLIoѹPLG.&C|dzX$ۓl8zy^0{6fM=lj?(f,}@;2v+D ZFznˀN2$awWÝW 5\4Nl-*9ٚVD.H&(ŀޞ'(Oƒ`FQԡq^ciӜŠ'O2Kw~;L E֡n':8nĖ\P ڠ:Ao>L#*{|tdEX(zfG[A&'8R r9{n$cԐ9^i!-ʧvS:Қ/WA'z71(F|efdV4D7V9 :up^O֒򒻁h5e gio{s -ydROѲ B]PX^82EPvw#JXigzP:gab1\Ns[Yt 2AJ[*(ՠ 'EfQaC:hUf$e:}ʞ%F#31Rz?xEI^̑WZ[whfu~l!%j#r{#/8P·uܗOZ4gƅ[i/36 /j UVC=Hg {hS0G]Kƻ0b=)8a5Lț]3Qc"n&Na'Ա*8\szv*MgDTT~H';y?mR95 F!n l_}-ru bW*@A*3]Qv"&odUH~Q;A,skIH kLX&,|iafcxJ^kP ǒMujw ߌ ڗIΦ^)bm yeBġe:p9%B  ?O!t2J=L(ÿr>&ܖ'Cc7G=Ѵdwz̰"0X<_7E\+Ȃ/aq:R~3լN^"yOPVE> Q7!1ogǣQ~U ocϊ:goK mޝ` ߑa;3C@쌊b 8aJûGQ*]S]8B/M,7w_ /B*Q/U&e0C p(vhNx!gڴefàϣCB䟲bq:H6h^x/p >$IW= 5RScL'~f;MPdgePO.JR,)_3>YAϐu'$%YZ4OK UB,C<*eYΖfDxÃ:}.^W%L9Nͼ/i;ٗ b8ԫP=y 1Ƃ~{-EϪO qovZ|V7.1$_<'^'߼NYzilJVtnc|u،[=&jEh<_ܞd/{}Mo"~ZI bmM ^ҙTM{DhrA\l/e1w<{ U,"[ 9Tij-5] bGq3_ǏnNFhv8't>Xª@KDXLhl!c,e ;NpG[ ù&T C!o@C.3 R@h #8\ BqS9'c\`<.Ig0Lai2`rm>+SZ[sLAkЦ'1 #\ȳ$hh;(8O8܆sHG$9}?tzvVO' 03}EXOEŒk+C]P9ƽyd;_]#nNoWgrK FijpGHRXuvG߸`J=thNc Ē56.i~zk,&M9ēcJ|y\Ʈ Uiјwnx3iZjpt>py%?@B}TZX"W T= 54)}9ӀyLpD<ҳ^SniE`o.U<3Qc 9ݛθN*p,x2l5~w(d-7% lҐy7]%x*F}]dTlDp1yKpb%cu ҬEDT#+X{ǎaCb**qKDNNo.O:zu4<(YTRDAnmH%!Y* "'X 3Q8X\ HDP < \&j9SY(fom*#'[yݹkHepK=\;x6fȴɿ>;d>[ g簥!GAB%~wI[ B /}se @eQ98 ɂW4)@<Ź!Pn53Gd6MjTq BZ/yq~^QDqȠLBωol_}Muc/( ^j+iЂ ?d!l3a}ߞ*e 4|+4>:`Y<}A/d5 F%yQC:ola~nf54m]y 8S$²L] Fhqw3{ rɜ 82`3,ĸmu6(J 9#Vb*8O}9\ x6l PVuk`%[4 Lu-E}j TϚI2!ŷa jc{M.U4o& F I2?o>5euicF 5lS!?M'P`viU`X{+CTvZYGʈJ=u琫 cpOW:c0?d ͍LCS]#+nb`weC`Iz5@:6OXx}&En0p"r(Nj^z&'R-2hIdsS\g4ϕ I!a9* }Mʖ9AOgL6 䫓| g~TEFab4O#ޯtJá yp%Yi4B_}AZeDݗ0q5E?w:WтuTҞ2A+?J 7NxnO\1O Ҳ۩nJgEVcxUZ)4Uv\p6F}g,  /G;p+af$9>pZi˲ [} {:0uk 0QWr^sd)o}o64 ]S"ye*$~ ihmw(1P6,so30iRԘ:I`F0--+ai9;Eyd@'w=Wc}1$ {aw9>w~$ @xKoO:ZW 򩤋%U|9i`-Y[R(\I&1t1 2o|to Dp&LaH>֑xɺBubo-kJpʃꏟgHP\ '1{v}[y:|(:r"7FkoU} _h0ty=&Z|Vu5A~5)^7v3z I0)qa/nhWzïҴ$k(%z!~.ҭp`[Jf F1irQ0sۖGLnD%K48Ҩ_XY!]ka8197>d*08"pM|Ι(?ɗSlcvyQ8&>:EXZ冰TFUs~vm8#t{,E۾e;\I܍u;MDIrnfXn[2pjv&tz1^{- o I:ڴ1p'zV$ARb?:T> ۪yݽal1vGx}:n \;*>!smli+I]{ z Z>r.DoH iXd kbFMka]fڛ}2|1hhϺs.*,</e֏J^U7ƌ  ONt,vENA/EޞRYQ/+#_>.P3V kJJrW7zlܱ5_۳Í;nop}f81.[şnf[/@x38.yS-{52 I?._DT*N{xق@q߳'ʴ^wf QiNG_KXydMӝqX/5֤A ReX?m ">uWvK0G>+ p Ff=xhTocosw'NXL~u:HsSO=ycj2)@#*/eT[UТڥ_c+-Ɓnjdi4 "==&(v=J/ j&r4o LBx0 A7j=x~EСKDvߗ =tXC80HLHs[+g=U-[O- hkVqRl[]#Ɠ g{Iڡ7kb?Mܠaw<:/u菭U8ilwؗѠ^>,[bQ_DߴƛFEY9`Sㄫ{A@F8{gq֛n?;蘺Ӭ~z*}F$yt$aɚ: ψyѓZj0xEr'k+Mciw&KC-w})r/r7]#H+ܶMrR<մ48X'M;6e/w IzWjo IfG@{ 1i(pSޞ "| j McmMʆt_snv "i`.PP>J# %HM飽/MvM ['g? @g(s3l ӥAb 5qRC2xT3O!O%,G*]ӌx . %K_NQ8K@PU^|L+5#>0cx˙}DM_DU=ӧtY6:(X.>ElB)F ^2O:F[j$1i,=rՅ;1n@׹-Amo\;[VihhG{qy :jI*vsIpCOծ.xd!9meR@>Zs$O Q56@|[2rvU K>"^X͒},dgdyycG6"EgT#:;*yV ~U00_Z  %"n`lo,V@qb= Z|vFWv86ɏ;eEkA%r9wĘ!!qUxa{qgh$%Z~'r?-]R]n5b<5+v9L]?5M@!aݸCº+q|?rcpyRyi`-J`+f܁ WW>Wp[ .V JưJ>}K+ |YԳEp{uqbwɪ!_ǧo;=O1E%z5RacPh2٪-_vln*tH2OF+uO*LU6/jĮ]yr7:|fǀ_^ͨ[)w8l ފ%XHy#B@ʰ'+{e1t%byOj*[d F p.M!,֟.P_ќFdV%^p_# rzb4A2+n?8l&Eq]4]FJ3/v.,2W:,Ƙ|_nJT7JB_zF^U`2znjE>>*9S `CR_N$̕kj#T/!cmn#=WݿC̜'~9z{ܥ;Θ\d$g?:kRG C-@ޥ2tւ4^5bʳ{&PX[Tb\j:lg]S{0I'r5ij)EZ+0A"u@;9J_T%*εKB>@ĽAGD 0pa-Y :i>J/t+)*f߯&ɨۂ9Pȝv^ttչR~w(i^/(z3*)CVskzyN:aa=* {%~Qs86y= bԺ?PcAR"&䤫oujŸwqkq[C'3[ tHH/SMP5T V0Ftz.,xbpL\Z4SDQPey:$w*l7)I+W_ `¶JHt01sEBtR jĴxڻF}Ђ/+us'p=V 7F!g tד=0Ƃo,-H N2fCIþocYW}ZBM3m o6;J5FW>+Dzw|&$NAqQ +>?~SwsTby)Qz;@3;̀DW!{j6\-E1fV*Fa$ŗ}σ2E̓͠ 7jA&Kgz{d?`ZW8k#Ļ>B/(97fGbE"+nhc%-~NzK|&Ev-i f)@|CN"uNC YK)Aֿw|qK:¼vwa$$KH6SEb;r7 JAL?X9-]dCgQTr bIw4_2DLj7qa#a̭^e oBcCYB& ׈UK㱤.'"Dq51Qt Fь_d؊CYP|$3\)}p$FuϙaKLLlcZZ (O e#  1OLH$%=wU,Di@1@bX#f;U]BLu35#3'ҪTmQ'tQaՍuhMt y;F{1Suo:z?/ B;t$l6JlڝP w+I5 ".gL!T,K^x<6LcjC*:dB>mT()и# C)]߃Z9SmQZЬ/ID"`t|K&%=V#E'{<3@g+](O7E Mє o A9nd1xl,BU亮Ӻe.[IoM7uBNLȝ1Eֿ[^( &+V!vÄD |6}EiIchd;VHl ͸K5=K&X7ÅE܏g:Exl[4mK 2-)&F%'>`ܡ.7 LoLR;3嫙T>+9\AAG3uyr$IzP]&X%Ӭ{oĨsk(oimd6-LŁU~0߭u-M^K|qՊʣԴǙN>eQei}p;OI9?.u}%$\Ot%u)gou;uG,#HVMAA8E;S!( gFZf[IYz'=E9p\sZ<;G*1|m~撋H|bDDj<^O LM@a{|in= J^&aOd{"10ɷ|¯d XyT+ N'N.$˄-t/b=0! ;S':0ޜP< h[JJC\-RGPg"eXS治r㳹VkPeo&jE"EXN>Y,4Q-CRl hEoAv[8R Q?w4NB‚6[Utyh tD'P9^AWO!Rg Fxc*olfQ6@"a0wJ<Ij|] >/@{8V|1ĉ #dj?ʵYhq£5XqBHK >1"I Js&^tc?IZ7T>$gt'.dr3(VT0zQ%K(ވ݅aum^ U&oݏlo-y0g:8:~3g |_=Sw)]jBR7)pQFW)m~; s3HVZbD`A^6[ Ѩ(mx2%ȅqHğpN ,42Tei[+K5@uqذϵ-_gY\>^ۥM$˰մaxN=,Xbyo%fkBق>+Ŷ JER*TgP0?o ɣѰ]*h)u ~i<N ۊg,d(J#|Qڇ]{lų3j%#}*jh=rYТNn ;@#~80a@{r pԹv-9]*V|^B sv>^Jrǹ'}@;SQ}x:CO+F.,N?'.^3EfAPYy#0B+}8F2oՇ =<~bL'(D翛0AӣʍrePe 7YPAO PM?K n rSP )<]4N VIkDNoF[-szLwx~2 _|/ <+%RK:vB Sv)ꩳ0{XJH랳4@`Q@fՃnusUd8ٜ4 )JTy捺>Bceh&hzQʈ|o|לU-?#>ltWځYiF %Y;EEDΜލ#l+zo Ŝ`cI3rۨ1f jP$ɿ0;n/ {_;r|̃&kƒn"h i5]- v5R.z8](%GMDw:W!nIO5͇*Za@ZzvIP@;<"/YX[H2)m?2X=ms\ V//%lsxfH'_W3t%z"CGSYcHfdIlg HjT*5&GֈI_ b|L] cfgyb?J|;kRl;"a6*\6@<]Wr&G0?љk:'x95G_`))3$z@?S;"dwIGfZ:KiU&/lWl.5Nø7d!ߝLv[ [#**ad ~ʝ+xR7I59a&[U5A1bqJEkHWѝi7 Ջ3؞1 X)DclQ!Q F$70Ξnj>'EERWſTKQLn&]g͙8,vy22QK0Yx@XLXJs҈WE}|twCtϯBQd&paS"fG!,H7kwETxgς[ۮ4;0J%`RLkOUrхYt=3LENHi3fv5p͗i&Z ҉ SyYo;κ6D.sXi\ _% Kc;d48pЄ3!|-+^i /١`/EÑ6ʠ>ib6E*Cf{(,bnۚCwZG$cJ̌r=9dǘb5q>6\g,#pӱ:ce@m<3OqTс8*g tzlmUjA4ǩ֪qܒLڣ1W]C}dؔӕW ̼$O]HtP9gK$7 1r#v"O(R@Xm,)f[_pV}oB}h`bs'~_4osKvqHn`oT;o"^hD{졧̿Һ#\(%!^H۵f;Fvx(2RW*TmBs 4̉+٬ΝN2~F |l?ǍV RšyHTDLJQlY KfF#O|ߣW-ρjKP$Fq4s$iMs,! bqYOHi+5b};m,8KnsF#PAn~*Br`ۼ72"n /g=<ſeR6SK,.|S|wxCeS|t^iU&Q@Br_HwseFf3mJZcH3IGaf7|zbv5n=H< ̌i]Bw9VCW`H5.M }rY->p͵UiaI+ވЄܷWR,܂ 4YjW,cX繾OET 1D|4CGhX5ru^ܠ}4aD0DcDG˭JuV x>cٽk$8`=\(̃ɪ ,2@YR wj^􊩸ԍ1/z ! ,%pj^t{wk4d .sCQIM0xZBԃdFV? jS"h+?jG5ͨ|kz+8}B*P@5{؏gHљYn7e]lC@UX;m{BL4Y.p﯅߬'JI&SicGqA2Ytf T89=껧zfAR[1EZC#vԄo\nJZ."LXbvI&A=vLgSN>S*T!xQn10? ҧ.B¡_nI֝>w'Ð(pdؗ@4ҰaAY8V!bMX2kNW8T=2jsbs#)]i1}aR9F7*O:(@, u&+ߑsǪ.ďa`$ 8$=ģ < +-- 7F; Xv^w>h\. OFϾ)"ӻ'ΰ ۊ&9qe';'&VXM-C6G(؍OB{@k\xD+Krc>U `y7$/D0!8B6Ai}p{<_C5cA&{(p y)5xӜoA9fϔqM Jc[ E49!/Je `z+w N6+ ~4*KogÅ1!41kj(ΊZ^L'Qy"w4v{ xS/#1!g{[L[`\='./`m ?eY}X۽ů5 os0i5S`tD98wUw..ni~ZF{,qO3)m5vNW2WL&"M#&sVoce~Uc-ቔlHud!;8<ڝQm/@67HsߪEEJ K?;JyF=ucOjsR"KS^ʚ)tɦ1\{sy]d/YoY_ p8bƗ>޴) %_U\oգUk;QId~ !*Uj:T_kɬĈ=IB礽YxR[(p_buPmZlv}Ot1l2+^`Ȳi)ɮfjvHajdjC@Rĉ)g~( rpujjן> c]sQT)>RQVc ~ąxI!j @4l5jH}IXݳ=8Cf'@7h+t +O״;/λ$Ľ:" -;/~ٕU:e9?V#WR@۬OcSG*|gK1}Tb5",zSЬѻKnc~2MC?m[*pY#)HȐ:>fWmX}\Y-ɶadsQiJ2mhNKOYmj1gEJL簾$vp% POe|:QTФ/v,(w_V#/V+ٚh^p. ͓bUy]9u zDrq+^=cf6W>)+oSٹ-v,C`Kq#j+^⍵AK wFcۻXǩ9Y2[Th8@ӈ&)i 8P&Yu9 $=v3_}eBYvrpIBnSQ۟r'_S+ ta9vRgSJ6׿$fJ˯!<80M]w%dqۜ/Yj%@tGN\^k~y51%h eqsL}m"~>\qZbSp ^$:XbO]c3".{ I&#-`+3;gUlq2A6W蛯dAܛP0 )6^&P2(t\F|U~:O,B)v 1Rxl&E'[CwV9 \Iy< 葅2*]MJ ·3l BaQNr,8}%ԻD++|߰RF퀪jթjbר<4@FEbL! 0;SǢ[z(bM0<7poeS^}Uw_Z1mP\n .LdvmmDCb5b%q_A uAunopj?tӥĠO 5*%*@y^ZQ(+{+#9Ohň[t?84SȈ\1|%׌ep.( NH p`pf >хU'mL|_(˖33 5T[GI `S;Yf 7C*o&5ƞeMF|G:.ؙO#˦>+nHs47Asl`0pJ'~iKam P --T)5I?he#{.>?,㚫>5!Li{J05|e֑##Tz]A$V<1ڔR ,фw[ET<j& U z)0E!|>7 Հx,:B?D/Z㢰0DzL^13FuO*׃H-C~fVA{qM4G~S1AIZ! N}84,19@żx3xVF}n#F)5 Aj T{VRrL+uu1NXtXGR$,Z6(?_9Hȵӛܦ}Ũ 7 +>o,FNy[$utLUH@m †Li3!7#8n.璶] >265L KԷBwm :͓G&C ZTTML~cS9{Co+3(t"'2GLfM]걷K2[r߇d8rOW#a#eB r qtF+KKY#gg\NX9,x7+7JAJ{hT%׽-; +f:TkܹgiS-=O){|P'Ĥhi`ӂ)BqpOA' >P=s k0rT+ Z|JGEYtR$a k` SNd`Y @3q c3}r)sruJCj[CެG[%.-X:tV*Bz}@V&$~ d&{Pœ؍  AZpUou3h(CLY+^Q/61XQ9h5u;)&͙i[Oj^P02C)oul^7ND5&=tFrz-楹cSK|oŰ}| M(lwMk8o*Dd&R_=v3r?3QJ岊^6k9ެQhiWS)s1I]MDO|+ߩv߁M [N-x_ʔ*uɾ2><(MSʮ\NwHo3l$V8P`+:$`ћHfkg>a׳FQN.o 3M`?=T EArT 4tqT?aZId/ȃ_CNUIU)XZ{ݥ)-d>^`mN>MR@e`^*8t<_IrHIoqx& @!*'&+ Ik,G{n-dh+PDQ/%%7"tzeGBQ >ءT܅ՀČJu ^3ޤA-:!z-@J>em ^O?g)@DVO%eB\Ǡ퐮xӾ]b^gM&NW&9׌DRx_bisNfp֙ $Oj?!194[7y'/B X13mx|ƔϼE-CdPXoOs"ӢœϠ9ݲ2*@Ӏ0LjRP k# ~{HhDK)2iL)=LU uIЂ"`ͼ3[j)G ΢%뮉?85_>k (@U'o<L㰆#pRC: vqԦyy1{PޗB1P:nNImZv>3}Es %h:;ŘCL[\n]q"vCG,Nϴ &(?fn.*V-:ǤՔ* xy0h~3z@-cey}X'v_=j%1 Qp\zP{]"N&0gK,)t'w|+8,Jji2xM T FW=ܖn3!lh{?NkaN `7CyOD!#O$64Ox$@GiSg?.e>"Q)Ps#E ƀ Q֧yVt~yϛB%=6V,D']?;%K+2lHKPZ)g)53[@̾Ɓb@F#pykj|29-,l"!(ւ{z8\B'QV~R^cMt`?[W%kv-^]WAcW-oޢ/^1!*`6'to+ 3w. ޹]3.·Mo_5Y[VbZ2 DSmcۅa#_R}o `+[I}<8KOϿգD `ml+Gzx}wUc2в)6"lR"J{"G^'E/"Ak$7kA8dYJ|B+|1m-l0,Na{>'9`S.jBR7'W5Qĉ_]0BRB] juF'ٯ|:<8j#ac{]OՁ1E!v3x]dw!mvxLÎXdi4M+Ա'r,fWgh ǘ7q$5 }M} lP[%V+ml:XdcKzTRÌ-3칽SSZ4aFhtF&J߃~r H0F.jAL5$ZhrkI_-(VD@pze陂7?,CVV5sFγU;S6uZT!I1B=6{Dӳ]5׍NPJ%~U0[jrBg.s%(Ed| \`ZCOce;a[ZGXi-36~]][F8`G(M"QF9ub^vxyD\u7ݧNJZzY Ҧ^?.USDk5|B`YK9ʛS8o[)f,sKӶ}ՌB&K⋝4gbs =0xr>q4ڦ!@K3˓e `ENm>ޯ*hDmF6zdQe`8CβY+] 1f5.o3xNc.mYO5kM> WCxa=@] oxoG%nsLDtKxZP,&Z N5+y!QWdm+5ŸC$g)NO|RTm2/Qٞc_ & (LZ? (KY JvЬ19[gY@ԍ{=FIb9ت\eֽzHcnw_4u.a@\Tݝ$ʚ~sNsH1O E/1Թ]$U{@EЅ??IgGȱ,0F`Ђg #OK9h9T$ 2S< Lh>,õ$Z 'AT juYH߀dP&=E$D10{&^t @׈]%5U ^:7HE{닟,܎b㆘Qуi^p_ܤ_ wClJ7xqIT"//u] 7g^39@܋еF}?K.PãD`4uNy@N&Gm,kE]7&'5+8N4X>\"`-ŪcikA#=f|Dzf2@#? &ʇ=WpOAQg3kf]0]jgSi}I+QQA>%:7pb= ZTD&j_jBaBFYt#v)-J'h_A悜\`VR%yUxVu9(X5*eC| vʁ5BXzi)Fk̆PlF:|ȁ5Kڃ{\2I GkF\Y*~t%Omw$C7O?y \Nض_Gb?2鬐Ok!tjl}DeI7%U!nQ*XK* ͸%^S [=4:.R8‹{{k΂\*-0dQV;h:A1]kU5tTݸHئ֥RGgr7^uGLUHo4Ï̝9>V]za53oM%]Gb!U xSIHmlC}M bY+M֡ۮP:8Oh3z]X ChI%0,Lqo6g-&졠A|?O0gği?%׭&\A vd Wy2Ӗ#5cj˜r=ӮLXU7.͞h=>Y.rn驂8^6.߅]j q0L%=iSśpASu8*3*+I]ǽ*;۠v8ZY 6Tj E˩pÓTeٜ*u\SقS,h֕+^ʔu'`؀v?>-8g'$97*R;@O{FV|r@y*jSs5-T>CK`CC,dX+ 6F 'ssY>aD1 ,z vv>q #C|T ޹ڜ.g<9>ď+neO>-J5K\GGDjM2]71˂iGkls0_Ml2UETL 7Y8iIpFc#m:S0Rp) ){n+<1\:D>}s_OKKbr7X0ﮜ)w~ QvD1a?m ɢw+O{Er ?xn{\-Tڬh&o8gf`_.M(NZ}fr6IIr8Wv5yrLմAӈƕ ?vG#s W4-)W)$FKOW99 5aDsw5"Ц/VaKDU7φYYt ssR660`s٫8&cPrj&dmHuCw)569w!:nJC匬d}BM0xZgdah,;s pC9̘0k2Wv;"M"&:|lX>+/ vu; ir[17l 3(3/6 ۘ*\Hu|}ab<*3sÓ:ZwGY=cdWUD$?x8$= pT X>N)l n*/FoQ#I_)[4Ёcy_T4 NCQlH_{}h"~ 9艶gO0Mr:Oַ55L"qXwwu=?R;C A8"ː[~*?)![R)'l Iݕp) *`[\2HGd?ójozY}z+Nأp^li ޡqrԵw1/`7Xd4>e͙TMuVɃkmW"\ |RǥyN啅A?ɧqs룅֜_$׊[ܱͭwʰP8R׀2Detfx!h:_qN]b /\5V.9bGlq3^iUw'>n}֜/˕l5zN*~Cm9ߩSM:k9oD@3[cOqiʵ i*]tRaHy_!nw*fAy0'@j RW -\`$f=W8SٰW65FFM.' ]lUw)o3+ANDl@]IVm} ,E.bܷ1Dvn;FA-ұ▕~LGC䩲L- $I?# Wt)EN,j}nݍKhZH(=N2;39b}4*j+* &@;w *(_[7P\>:ɃqA2bCڸ5rA%$+ 5 )5G^k%|l>^uϗ =1ћ7ޭK]dm]ʽ% 5"]%vW8erSl3-KjpζV%NjsզuETV\5"KH9oˆbmHW%|NFkL&7r"%]fBqFS̝M ? &PmAaF|).9Y+l*{ mnz6gAUKt˧s\}-/e.PPr6: { X'1YkOHX5/4P fcx E{/=p9+s-$v=m,1!_xytGZuN]>4"*x` k$ ؼAP`]: Y0}1OX&GG{qI~yfKLfMfn`I\nd f"0:Oh owEvJp|# aifC6nQ0-s  ɽz>ܬci8@=[ lT,Džs2_Mbl/`Jk iXeQ];Y!ߡ+Ig!5PԽe , š"bF#' S2ăT dg.ţA ؑ,Ni[(.9. &]X~R*٪9o61Ͼ#$SRXL3(T{9c`lXkdJOVK#t7 985!:D";0wg1[;N+LKoeBqJ!Cԙڴd-|;ؔƼ?MG An%\CmD_~lmHqeZݶADVfpSS < Z  Jw.vB]2=YPޕi\w)s^oo$ K Ry$mQ޻OQ^Y۸[7o-#'K;K9|d-M Η<'m! UsOq~%nn-]xTf!1i%X ˡl R1 J' NЀeVx XH`E{v<ӟ",ʌ>;\Yc|Qg٭E}!ET=1fkwbPŒ4ԦmL^!=[\#ˀƋo Z,Kt=ohx`*}=XXZʐrfM@o KN9l L)rFn:SC ?- Yn` u;Xrx%ƒ`ra< TVn;2dxIU.u jy%1N_e[`|4,KBknUTh"}zeZػG>/+?XN֔ 0.R32'qLgE:2YAC'ͅ*C5r+?L=*Q^w/^" _؞vZ%j?(ui3#Uots72Tc]EU >{1`(w] (t>7XS#T.S.qɆ/ޟ8k CJ?! 7~4 ˊJX c\IHVT#WvsV-r&g[1Ojc*ws:EjfSg l3y;PYWuI55?5S;L#CmXKZ-˳ِQIA}<: s3GO\,fQ'"xn!3-,+<\j(%@f%z+fc<%eqdžPMlpq($\sA@/5^x .wFd5c^qx` =.=w=;;E1E-y42:F׮^~caXhaC@Fda5h`0A 4ThN&P/((H~.Ms&URcl,}߆׹ |ݬΚ(s}Ūr;kfBf]3\ KZ׊OJk?@1:JY9>1u|\<28^9F<%eK]w`"21U6t@-5K~3JդQס),iC,AER', v ~k0Ed^ ΃ -[S=gXQ}*! Aq ,'.RM tXBCNQ$,lu#d3F? Dr4Õ rg_M#evtCFUɸ_4N?Ao؆>I9UOٽ9)%&i.wz`%dkuҩ8xAރ1NWK O =@z)}gIz2K|O4mv9_P#`7VOu>W=vg8 4V=g[bY0o kqW3WMSC 'lxo^yqLJT|lcg79n R&}#/JA'Vg'!;'CElѬ){^l{>RQmвI]^1}#BaF:ؔKY6v6k%Tnة%‡󀅶յs~?$Xȃ[ *upraԙR\O]W<>|h+%7+sq!/-ipwjJwܒ :i[s]KuT SE)8RvPkJǰd.%YW;/*UJ DX3Δ,5-^F'j/Z68|5׃g䛉QHPZPC;lg LxPXc 'x٭*TVyJ)E(g!..wN^p-SPs e9 48 OÃJ9 e`ٮȈYMbЖN&&|Uu>qlaW$!̵|&L xNۢydOԛk*P+-GIeI}Ӆ{< 8Ta$ M `1Q!+Sd7;jfz@,Ns'e86Z/`XѡY'1}y [Ca"Q S[.HSH2"9F 1i'+LL{ُA59drZla Zf<! ; kȸ&c==wH\~7=>7u>eXyWQ>Ft =8,Q4rmdW}@@C{$ʡlߦ&G}-sҏ.xZ!F  I-S|)odux?vOa̰b꣟ti߀1Rά<-D}V$4X!Dg vUnBC#N(G\> /YbbGCt%"ÍSH!Œk`u8H/̰:Y5*Lh.w~c=7He\$8ȫ D9}2|@+1_%1P<̈0DJUT#¡ۭyGWrI|n HXPF8DDxq= X-4Yo̤@s/+jJWJ1Nwp$9+.l2ew2 a7t>dڅN7I w^ L,ʘ[R270}m㻁u T ,'F6bVβvDPHmm@DxWrW%Yu-Y5)*UP?rA9tT 4XcS]dJϘ*<%q ETxTa l4RFG7qn"1ANڙ,,:Xk*&չFJUpW=ڟbE8jY{ :y5+\Q3Y#vGX($]NL% ~zlGgFN}a+$7ȝ7Vמݖ% B W,2V?x킐OxDȕeg2(wƹ80[|Vq[ .P~a ;r9? Yi ׼[~ }I"!ֲh!8+s6-9\"ʿ)+rHk8/vKɴ]=g. (t-05~Pt@ k{wڃd $f0@~:]&cJM*]Đ֪,?ٺ+ތtuau7KKg)n*Y-@J.4Dͺ.%؇p/5QVߴTHQ(%~pkXPݧ*oI+o0Jl9պ-MnLr%qqA j K#PP1><|{ nӓȳ2Ue n5QViX\ |!9qOzZTYN*~ f$ϺP?!$O"/-#|ӍQ:xc2Q(zFI{mݸ/Z( A!褗y˓?M|]X<;f@1x{˯4 L7˿88!C#y SPAFR}x':W~ngVzǬgЁi扽A7w,;S8` Ae=._DG{xۨ%m+ ;N{H^eӀJEp oX0be&tm󡗔G!@@d?%]Uz_ON4pJ&F4?,J^?= }ZLx}Di:szm]*bk(8j| o6QCS=['.毖j`(TAr&@N8ӯZQJ:IuV[4.ðLJxI^A|èn 5rq*r3Mj 3Q9ʰdm5x.@+P\rb2Ϻ/ZTG Iu2EpЪRrJ$DRi%AIOSW'p#ʈ<( 2=- +Ez=Sѹ9+өK/&V6<LJϤfe=Ёj뗧 ^ 4 "`sWct SQGPx zʹb*Ox7cV IAf)i8i账"> }0㐒gx"5zgnE$yй€pu ЯCkfJ{j7;9su>J<},њOuCl:%0 <~1zjh.7_IIl#pM%4 @( 3訾z5+u_;ޕG0V%Kƀmy xxLpFo†Șz[h ;=sEr#ٯiÒ߶ff}Tt $+_&lzw;B#k5"A?Y6:nĘghR6Nn{/A2p;yiG){Fv1l;,.+eSFބ}7`r~9%$u}DA(`R-Аx|5rwZ z=/~45ʪW޶ؕGƹ`@L \[e/ iᴽ ?rom^  _^yB"iT^ йc>%ؐI2P6oN^㶌Q^G,=N! zྛ4&g.\vbhZDUbp4DxH3 ݂6gF~:%,,!J }_Jo5-8XhWs_Aa03 `ۃ-iHTԣ| :(?HҷeEq' S}x&X' IuIE@Jcފ =$q7:TfK-?$܉E>ePc@/ :<ё^H7 qpIoG/8Li8u͙mԔl2#h6?fD6 +ؕeDpUP!9pK'M{ h&r6f9K[6 ti)W8M@ UDpcUtbP h5$`B0FS3Adv&mMZ)\xkWSv]`?fwvA7 5[,KՃI {S*dKXhCIR;FYx{ۃ|([%c*BܘZ 7^R@]Diq]z^egOec&hY}~-YÓisDl|Q'\'Q#??-m$M~U`1] ?Xdn/ysh{ve' _ϭܜ>&џL3Gjsio8^kN<^賲^H(T=N.]X'i@6D@EO FC0dZqq3.ԧa*!:OovP=\bܢ }Ɗ)ɝA椐m-n]I4!KrxfF'ғ MhPT#MgK5ym/ՠ_&-=N%s| 7T'ʸfP; e[ R!fn[,A')/l& +\~{tN=Y[}]1?B=ǽ5hZ OGW7:06dM,6e5YrC|a߾ XeVy-&LV^.4,^^tVPdGܳ{Q v)vƻp:&)mA "QB:iD5bഊ5ZYBW;}C1(C?󿛉12v[ݙt˩u:H`ePY7Va[gMYC 9]v1Rg_ }GQkۨ]7 XUvmP2i2j|L c aB`V␾;z=\$tjK*ǑVO3w Pv[iMS<&5-}} MhL^YVM5>^^qk/aWO)${2jKٱ9}u#sN6T1Z=D Dgo|cq?@:NhŪ,JC J7:";W%&j-Ec9lnY2ϙ(5oDl.֑n> b, pB`xC>SA[eZ!Ga? PnA)p#-BtxO}O|ςm çr} 0}lqsG\9 Z>4rP[-\}^QxTiL{7&WbBVP|sꎄPw~R8."-%S3X'd@RF[iHHoDzFV^87Ƅ| Ӭ@<b uF$wBeYHODuK,?c%EY0|h }VILOYYf#WIrOųrtP1?L@ K|cxHwB?֓: K>mӽ<@DЗfxǧ+jSTtx?)OƤM!rbŏgl7OȆDCp9y!|qzzak ֛^GX+I ~&7U}r3d;Vt۬1|ju{ į{1y%l ~o]|N$Wz7LģWVІ/"bs sŠg"컭Ǚ԰s<@>~Gӥ+, BcXQn)b], 25]"YnEUB>[mʭ 'd"m{\azkcq*Tm  < 1a5,k-sȗDg_El2{od-Um9X"_)`4[iXOY֕HFn#bhJI !bjCCBnJO7ycSDE2Gܔ κkMHx,VUA[ezyHgp hJNlM8߅j1 &T z<.5;5uIO#[}Dĸkuxz(s!ج(&7,nSiN86Ƶu}å?YrݤZXseճRJ,nH ü\`׺ݽTMXK׃˩vK^{~"[R$o>DrpDޑ㓧 :{}ގpqn]x ,̧Ցe/{2Qf@O`|"u^7Dt:K81}Dčm=`%Lk 2"q@vEd`z!浈"XgF1KUO=&1v嬳I89@0 ZHCEG܇_3mQAڜr!iu S+m4V֛{{ AuoѭB~sa(g ;G$҅FK -LI]7y2 }1 )Dc@bG&4)L2a͐%W(}TADlSOWF.\g!ƍO.:-J|k5,D_Ḋis\m i<}(s$ Zĵl*0zР-_ZBg1u#Br.Kvc/xad?~^;b 1"5@ b:)vNWfw5x.aI4[o^=0-v:JѱIo˪yB‭PEr1$?]Ĥ_ Ly^|mdNՙed 0 }}XT;Sn, g$F:%UAC&RM30Fkʡ8TeC:PqXӞg'Qbu,U4 4uGB'mDȹ ?h;rNᴂ9GC*1M'7P"Q/_j>ϫYf5JGKj {ȸĩD&)!43ɑ#N:U܎^zTFN_2|j@@SloKӔ3jɎK=l>6r`j'7n>''bmxƖ\=/殧u>OQH)P7?GJPRSi%-vGr$PP%NFmZ2w92ӻOJY[M) 1Ǡ]-NVA3(W-dvΑ,MxQzVJ_#䇘|ZL\G9S)#řLLF3e(=Acx`eZioK9iv/w֑iq%}1J1?eZ!FR Bgg~6sgUW -+DWV|TC\ۗe&A:[;4&gX3\# !mbu$RIJ˖|Q T3Z>>p';(eg4Fe2{msQ>EsX;S`e$Bm509^`XN\VǴJz;u?4EvZ>SNW!O!#lL36 ;@,z{x,d|$k/:y䲲e+Dy?M".:s-`9_ ԈN%K;+>e}qw `#m2}+4d;f!]tqu[|XBDF>25{7uaSksR~=3r266|::ڔB&] r(w؀nܾ8QInȑ'fIapt"J~[z.).W6^mz*I ܠֶ-›q\nd}6W+'}v؏u ]X_7+ԟ@GTSdqtggYyw iao{1/rCՋ1՞H+YC@q7Yu Dc-i[A[/D(4R~{HH_7yXd`~i i*Ddn ÜB7)#ȭWiCٚ VD@69+EǛskkiJDoۇ؛n Rt0".XPX }M`мOJ$SFtN*l?qd<&,slГ2)B:c uK1 `~*pGk2qB %AcKPJEIL2h<\4W4tKL(DVL&YPzQٕO:xTt͡]H~w{O~=!;T7gB@sP/ \\q|`o=}OfܖKPI}~5 T'yN<0svAOoBr+dD^m6SIUemXH2B!D3M.sguT\z9RW{fuf-?@ƕٝ0AwMI;ujhw|<6(pE:= to"=rG>Lfed v9ʫ[]f)|FHl>n 3fݵX:m(~ޔG*Z5SﱪVMCTm q#p|N'\R@~joODSr܅cyahܬy FHt-f&>d*)4Ȩvi _ENeNW"Q&>::ʫ0LȨ~7.sיÍN%4XH3LI_Vy頡zv13Whij-t"ou=zO53 S1&ʖ"^K^xvf۾ܸgQR=w_eW"b|ƝJAq)ٷW==&6sdg]bC_v< >q>L p/OtbyS,"(\74ZI7\D΃n E G|).q%%|!£\ X2F&}[o:1Gy)w`p,Nlu GB\(`dnm[)?GE3Ӥ_92禿 eX,%m,DQy{JVŚu ve T43bm&跻kEEU/hFȘ۩cb3 $L 067Z(*E_KN@~k # ZVo2o~ y#:C_OC] i Ʈڄ Onr j;B% 1͠H+A˲ yٽ&fvCݢӶDBA$-xݟ6JT0DB)$=:[VNk_w=΋2\w~+4!!=!!sGPĝ}C &jiw0F BF77OYZK"GQqܔ96 rҗ- Sh zԙC\P'GO ЇN>{_Ts ՛m3T.>SB=ܘ0ij|L%]80U;'W~ۺB6 a|xNiRXJZX&ѶQ̻?Ť#2|b"m(>蘯!.n:hgIl*NխB/@fufЎ>}xPWOtJ;dzYoBmdy;(d /|@RB |U .؝+avVcՂ{ զncF[r ;Rߙp1TLs=7w%8CLgN{1T~k.ϫǥ l'XD/DƩbO9LW"Zv~ +e/tPT9&^/sJ#fg=1y?\fPRe4a.UB#j)*s~ zьq̱({l /5[с.`};F;Ji:_io(zbڅq$PvPծ4HRV B 6$zfyn<iD ]Úty{yN*I?K!!@"B&k*:DAV n Ur Rڿho.kİ},Z>AnIeH,Ô[mua@3k64uW8ȫ^ݮ]K3?нxw˕|2FHU y}h{v@=r" B,[tkמ48eaULp~b|%/ anwW0|/4%t{2 [ =ClJ1Nq >m b{. F$U"orlc8&QHf:ktK6[="RkP]o&c#n&M4GhJ/~^{XYNDl;.fEaE^Dfokx 9߳ X&DJbHG|2hJY=AC[=(-Eu3+7,|HR%r#)c\mNx8@oc^J =6ob5Rhx#4(/|6 S)5gZ5H3iQ"}P[ͣ]".}PT"cNh7^lCw(ю %C3nR->b6H¦̻REfV<*Ih1eqe[bO94sqʾ!m<1QգI^_mSQR& q^rPmj`r>m[Rl]MdY/V|Tt&'$WyggWʋ3$;<$7:լ*R*2 00 PUyt3Bir.xX\Z]rܼR=KnaRo&\pVz{YF+HͿGsm\U;dk)ZܙO~ ݬ"-SYPجtXrFyN'@/֑^^/EC(tLK?f>vyȐ h֚<:G5X|t"i@j5 Tij[mKJgnT pW,39w) =TBnE:aR[E"RZLmFx}C2"N`'0wPM;)|=n8P0>4›ˈϼ&jRzkְH]X in:Aͺz|SKPnr9Ԓ%/fHp|bA|lп*"qh6[TdZAЕ 9iU$736f$E~} sf "SyQCU!p >IV Ll|9@ IӐtrjj }8A۔ T,# ˁby-x04yp}DVx8ӂ%Fsz| =,`-Hu =%p)@KǵٓJ#Z6<жb1]VVوs@†wElwDJQteXaLL3__w)mMWս߈>mR\C!h ^C:v)K:r솅r6k%z|rs:wS\ rD.}|f_]hE0QÞcM"bfL ~OtF%Fr&[]xg8 C f.擇gtLަʬ"6u(95Na5HtJau,{{x"t$| 6l5 *Y(MyfAy7" YXͫ@ͯ<=sW̒7 M3!L:=*lTkPӊxV1> |$ʍpB?"hh 5TEDhfb%Czp| ,v (ǾBK>9"ʋ1O3[*ܤo^q7X^H 7Z|sdq"xǧFb@DqȊU,DW*/d.]ywh6;#qhB#5Rh9<iE)tM+J0 TeбvsF>+RP₦Svy/3+A 8мL}nm7 oL d/ ĪɃ? PU2]x 7Uƛ/Aᬼ+PDAqr!&.|BY< ̾l-~8:`@Jkf;e֡7ςgb݉J.Qtg1P;wrhp Z7+qCshE$tj;&;n`j9د(es;bjз\Ղ"H3_b͖:]ī][nqխRr,wVI .,'uΚ)^:=OUfcrNS47SÈE3J^D{1xi;YVYU$p>[%:`O8Q2 ~Gy\j kUmarc4$l:@3|ȉ4˼C[_R[CYo%͖d福P+A\X<]cǩwbaAKP0vFL}(&Ie.C^PA Q' ;}x"36L,:kT2:ta,Hd4r4ID&u7oM$΢ WCY :m1 i-L 2W0{QBu#5Dv4{!&uhfs= @_7#Y5~=qr<{jj],>bIAϊݚ)+0H=j"QO'27>2ypG F.ߛ> R"A!iD9ddo6%/amEJTHe;S=ZxVʱ$( \nct|qwnoaV(&]bO ~L:)J f}`@PZ<샖fLSfvU ͺ>TZuɽRgd0 )bM&W_=tHͯ3ǻn>JzyUÀJvpv4}T>u4?@k\h56{7uA\55꯽^(4#HIɖ@(Au^](%Rn4.'sWUb]l&+1wʸ*=C>ez>dX9>Mpmo.I(Ҁ3~#BJۣՄ$ѥC 3# 8Z~j,C'om3ꐩ2,~-<(v:Spgl*W%E&0G\B>Fk𼱘ϦTFb#3[}y8CZ !UiLjxٿpԲ5v7`(0.dZ:^s9c~tHT@g۝q!JmY2=mt-S ?Գ!xN E p$gہKL)خ4;9< Ro]5A}&6LGG^ru?q~ }/REQø"Vi1as.D"BpfQ-d,>޶"IVC q_`\0`@On _t>w] UŚ~qp)b(ibLevjՈ:OT"l* F8g,$d0)7,1Eq =A-P!چYxƂ_ Τ[doRVrਵqF.WS&a8g8S}M30K?YI)(%oZBHkl˔P"G@1\76t*0.L9qQaκG>h 45LkSTpHEBgI/FRZZT!w=9O*pTTWaC0@Aև @(AkзiЁi&fWy"D΅'UhJli2*gVxJK踂y-G#Fa ^&VG"kAE%-iTsW$rkd1x躷| FSy{,0Mʦ5M7<@c0&Y}ߺA,4f5,C`vUO<D)1 3E Qyx*a_ G1Ltq Ui込M]2 xy4wlCxbN̄҄~ Yn2Ysth2J9'׵ʳ`i'rmZ31Iچ %2 +$ _w[^cDH *>n{%F0ug?ʃ++g꫎_A躀Q.dݢ[ j@Rzϴ$%E6hMC ͧ"N9hh4~s5+~A v]v>ƍ/'K:,p)[{SZN UJj"\x _S"ض*Di6slM'rj~p5 >4=7 q ?mNmHLuI4"Eal ky" avl0}}t j{\2åZ,R:Ӏ&Ju[ cߗ]x8׍Wm: 2s6 0B3.ٽA P8*jr R:G00̊zFy)}TYgq:Sl(Ա=ew,sldI68E5y9moN&ccFu87RVi;;e\6CA7̭?tҝyV) 4r Jf7N; (u/wbd իYIE $Dx֫X,|g!d؁'߾ǷX"*`E$6n{H2:N>*4{9WbE^ª;K3{3Ev+ MKfwTmUN82 /^7B6iɸC8f9ڞRv ĴY]'"/]X̱Ă9>KKu7;N~[?/_LJCI'W1 =U9zr>fچ_ kO(N!>Ŷ#iT-`>cDYnHR??IW-5ܓ`9Z)3|Jf|s{<6N]U/lxxK`!hvzT\>鈀QN<."售 ӨLhEE' yJrd>ma펯h+W./}?(2#<A@O87laiS9i4ϝEvSAߩ+LUW=T+uB,' "h 7_FUw*^0H&t6p2E V)1H)ӡTuSKT yK-~dFS4PYyɞ&?;vp[(XY\@(p y 4 +$nᖎs+c5aW!$bq*;;Yr_.ǁTaΓ]=XkAժЂcZWVo2}:7a] |^D#F&#EK%wBkIB'k~';j02+[䠎d,bP,2M8ޭÀ4GE9k6,} ܔyǝrҰO˺q_3L'Q{;` 5~p+,]+CI$dtn9!5 )Qgb •h=p$l o MNtC/X&r%?ڻ&rJ4[ oJm6M n#? rꢉ PT՜Wg|(xzОq0)0Z9 f4-TN8?ze~g *D'c*f( J9/5BpswQLj?'v2d;ζNd 5ٹO}'l!*vmU_|`d0~ xD늗stmT w`㙙@sdi1E>NvKlͿ6P B L)_2hije7PU\ǜzV4D%HsƲȢmm]! 򩨬f߼ 51C,*iWe1YyMKo9t(c)l K50tWN |o+7QI`_wM\3;D&p_3Z(ϑoj휮'_fʄ7EjEK(e `G\H"s⾶mb=及/,]sgmۤmmބ[h(焌Unf5;3 ?-Qun빇1<뼠卶Dd@! *(ƲCh#Lo^F|s0mz:X kVkeF:͘J,^6T6dͣڝ ũk{|۷yjjn c&ދ+d75NicqZ7bk 8dm/7 4C OjL[):g>}r q4b[!$^H^3*,ܖM/'Q+Q 1՚$_[f(F  mq9*H =v ϳ@ m49`{)٤l1{4Za8Ӑ \s:p-{%KYД~\ꚟOl: @yAatc? <8k9iʐ!Sޏu? @3Fa3"lϼQ&2E>e1tOQTe(^xeg6dgy]J޶yLǝIXYGGט@$BQTXYnrM]y}9G0qBjV >"&KQsb ֓}Sliw>($E.S!x$3?q<~Vh86},ԆYQWvj5yKDYЫ N SΫfPH ִ.:x?gyLJύvK%=ChJuA&QUP+ʽ zY)a+ wמ۲)Ry@i~GeLHiӁu5{{|" MVT"#"GF..>EMǸUn_^̋SF88JP!R5sϢV fND\ynqJ mחBկ$</P*:C H͏ orOFqJgt ~R} <6+/ e-FXW)} T"[_̆d!m!=Uw/y#<- ;e6! ܀NA /f%dL</l()ϊ 6j:3߃7Y xC^紽0܎(?D~y67+ٶknyXD9Iem5o:tU,ӫiYJ >`uGQ#̼ FRe=s,ѣk̹ l xR~\1L֌ yO?pGv7B>]C3,K v:tוVs:T3*,eE\s{( &\sl6|SV 0)c:WP*X2,5k&rJ}|9X)f(Mej_Z9.kA9=ij[ ) ],aϧ{`e#sg 2?q\ o٘ mُ-Ӝp٤m8B8E/!QʌHB :*szgaBJ Wt@7bWzMQT|t9E m2?Gby*H$2RCorp24#JU 5?ZXv6)w*oLWe*]M\9TھL,T"/Vv}HٗWuewFxWRmV'bSej:P]Ӧ'BXtSWa9ʯK?sʞP,ˆbu:(fi2+dp7ֶ%xCeq|BiYzfa5gO{?ByTASqy0\孆ȥ +DCT)9 Yiz2*׽ԞZgysJ "&ntsGN\ώl'wpL=*>FF2 u Bn6 V&>fD\ᩀ&0o;tȿƔ@@TdDѯ߹Kkf بvĹ4&)V Jx(ĕ9) Ͳ.e4ouq]rk1M y!)Kg;gWVmoUe܇{c@K+ǫV]#bs3ka֓ޗ,9ըtnSs]@[w_߀URmY"I&vB '!e](dV'hø >ZC]?#vIOl<[tmZ?*y[ZuOT|\\9tzK]L=VuӌLIE\4oaݮ3J>~#$3gJW@aoP:I>Y.9JL3P`ndb_^Z6mh@lW nІs`DY۩<0cw? hqO:ꁊZql~;GʅV+^"i:"Ƀsx!/-XBcr}@zSٍ={4N}DFMO qH(SD&(gGuiKCQ-/m p#6_3 `ƈ3%|V6V<( #Ki5g04+;`"N - 0}MzwY,1t7~'ߣEcMyҴ]t M#9 J#iQbfUC.1687.UEPʤOX"޸MyAt@"s/]#j%>T5D=Rezp_Kn+ L,Oޙp!1L+ u,Op"Y?/S8J@ǂ2d!32 XO=X">ҍSjHnǦetXㅺWk̷Vl0iSqW:>O*P389r*,01@ a^rѵ8gM f>j.))r`]g@ԂAS/Kvgݕ~wh8Y! u)eOPL哐JL٣@n C<)Lag+QJS/mYز/g"!ozdMDz{dOָM.os"J;]Cv$BX[& 00H !٦P5#t[# oͺsn[_&%+ АXz,QD7B/BAYlPYpQ\UV]t53uH.RKyҵ $]Cг[mD,O"IwY6Zޖ{k)PXW׆}> ijWN-)]' [E'ܫ" l^[Tf_Sa78­,teUnKJWT[!]k5Icnɇd}sEdEO6ΌEp:x rg%*G'Oi2wBdbd3"7KYD!l>1G)JbStcـ <FEM$2ީvK{=xpj}-u7LFa# w(S԰:UEjK+ʃ*hSG"թoOF@-`X4ppfeX](?oa)go\ҏT[!EC?pA<) 5\~jt6i(}b)̪fЦ xVxHmn~J/^{V#~AVz@Y~.->~- 41`1+kBnf2@4K_PNQ _'Qyb_O{`HSŠ>uL#y*^R eHgulq¢3]4Ƕ6dj29:̆][8R%#- h òm̋]]DFNsSfFA᫮K&+ȸ=Ob mNZ}ʽawuB@q1*IM 3CӴ`|=[_W: hw_a]ʞW8E-ᨌϵ)bQem(C>:#a KCy9 .F2v0*̛^AS-RSˍDž(EMzgy/60"+oSP2RS^`jslp#ZɱgQ+ϸ\=G|i?5a6%C.˥zS/X۸  ̇3X ($hT]W  ej u9 |I]4@LF="iC-䴨".>#3B \ ok+I'@ QpIexm`*+'P4qX-Q543lu3G~^+aR@u1|Ư4=^Ec[kl>20b=WQX9 /LJ0ܦV^ƌeG;cZK^^Ŷ t ZD:r%IӮSDxx|XU%1iEzXe8]NK\6.IywuPqYrZMDIXV&m0\ә (皷/nXEBꥪ gЕCXX'ZA<B "үΐߙQ?YdVQ /DHF9cmh:Tj*9VCy_ iWw9K1Ug5txv%vykB4 !I\ {=[ZT /jQ3s{Z, ;'hY`"a>{ЉOp 14!TɼV/ddGb`XU޾tPs^[\Nu(TY8xڦENM;C"3H0%*2GXC |.tyi eܜ l,==-5Av5BݺA?kv#fجтvd H}㨮iy2+*!aZDKO/*ւdΛjzYHV:on~H/޶%m7<Η(ۮwq'?EA  `GJg441m® ֬ u":$!`ꎡ]I=aThO^Qb5`ye2w}kJz /!~Ѯ.58u.821u{u d"jC}b,n7q*'43o9D`<2GBh''RE0!Eyp9w*xZ]3`4`ꧪP G4c,+z:3!\uxqX?q&^6 丙pَJqOXQ"{|A''KBC[:/ ]Z5 h=2Ób%MtFxv0* .A z`.K9cusgWjec;H RmG_fse旮Х<.mk=5-p נMB%#2"wVY}Y`g=KjQ~,A* PzxahP^mf3vI$c3K篰L͹'[RbEr4Y&P%B6*iPŚe6UGdapw Me #AlQ.A3&'L{r?i Rg1%gAU" hz #!!f kCb9躍l)Нs I}; 6Œj"3RG#1Ht4'PUa@ͫFG&b(vܿՋI6hjz^PaC;p 6aԌy(RE&lQsAW>yĀBnO5)L?Hm#_ V 3*hZA|Q` :WE3^t(]{WD!<.3,^OFlrpIwfJwVKQ[̄/ & G = @+6z)7zDW}y'VH3m2 RC 'BဧS.t|&5 '[0K[BuLqL6y'PRk'.&9}gۓ bQ8e VLZB=zW`_-0J50 [ZYk2q^Ilv%8矀%(nD4̹߰,pT_#EFwJ/F&_>2a"ǯ_?IHV+ d/V%Yc_39\*(:`t*Н} gz^)4SN _$pRs6Bf'mm~2!Ck:g5+ۓ-H[1Ft^\T~xVa !'2>?Vy4uGEgeIo*K7{;ߎVJGkG[W*{K]ڥrS]|:hپ?N{tBـA 1=Z7qQs)j9ҵrxhi2{)x{^M}Jq/ _LwFn6h6 +/Cc5'T]zj WDX-JR9i%X@1 U5#r_r_Bu]"_ddc gbԞBk ˈ$d]d_>5<Լ1നdv6*al8 \KmĠ Fpǀ 뾥c[YG_GyRv!_꼨넾 ‰P;kM~zьP^i48N]t`xif4TGˉva>Kq{: IB_E+6x 1+