R-lattice-0.20.45-bp155.5.57 >  A dkFzI%z yu8)'CQף;M#c\",&d4%8Lw%v huq5zzw[DO|D> 6qn끌'BۆU>qv/an4u/z#[3`SfF]ɃKokK6Ϭ2( , -]%~v.KXeϱ̷)4weBhAqJ˰_#daɀY۞? 7&zЀ"%+kD~ɔ<]Jy5B;S!B5(Z&By90)<3ˍ Y{=f]:8xy*kpbȓ<_&n \T+$EE;w}^1}3Cۈ|ybEP8'X4 ;ELp>? d   F  #)0:: : : :  :  4::>:`:h  r (8F9F:FFAGX:H@:I(:XY\:]:^bcde flu$:v w:x:yzCR-lattice0.20.45bp155.5.57Package provides recommended R-latticeThis packages provides R-lattice, one of the recommended packages.dkE s390zl24SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttp://www.r-project.org/linuxs390xA"]Iw [7  x Gy\7305&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 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.2.2: NEW FEATURES: * tools::Rdiff(useDiff = TRUE) checks for the presence of an external diff command and switches to useDiff = FALSE if none is found. This allows R CMD Rdiff to always work. * On Windows, environment variable R_LIBCURL_SSL_REVOKE_BEST_EFFORT can be used to switch to only 'best-effort' SSL certificate revocation checks with the default "libcurl" download method. This reduces security, but may be needed for downloads to work with MITM proxies (PR#18379). * (macOS) The run-time check for libraries from XQuartz for X11 and Tcl/Tk no longer uses otool from the Apple Developer Tools (PR#18400). * The LaTeX style for producing the PDF manuals, Rd.sty, now loads the standard amsmath, amsfonts and amssymb packages for greater coverage of math commands in the Rd \eqn and \deqn macros. The \mathscr LaTeX command is also provided (via the mathrsfs package, if available, or the amsfonts bundle otherwise), fulfilling the wish of PR#18398. * (Windows) The default format of readClipboard() and writeClipboard() has been changed to 13 (CF_UNICODETEXT). INSTALLATION on a UNIX-ALIKE: * The PDF manuals (if built) can be compacted by the new target make compact-pdf (at the top level or in directory doc/manual). * There is now configure support for LLVM clang 15 on Linux, which defaults to position-independent (PIE) executables whereas gfortran does not. * Many small changes to ease compilation (and suppress warnings) with LLVM clang 15. BUG FIXES: * Rscript -e would fail if stdin were closed (Reported by Henrik Bengtsson.) * qt(*, log.p=TRUE) in outer tails no longer produces NaN in its final steps, thus fixing PR#18360. * tools::Rd2latex() now escapes hashes and ampersands when writing URLs, fixing LaTeX errors with such URLs in \tabular. * When isGeneric(f, fdef=*) is used with mismatching names, the warning is better understandable; reported (with fix) in PR#18370 by Gabe Becker. * poly(x, n) now works again (and is now documented) when x is a "Date" or "POSIXct" object, or of another class while fulfilling mode(x) == "numeric". This also enables poly(x, *, raw=TRUE) for such variables. Reported by Michael Chirico to R-devel. * write.table(), write.csv() and write.csv2() restore their numerical precision (internal equivalent of digits = 15) after an interrupt (PR#18384). * One can now read also byte FF from a clipboard connection (PR#18385). * source("") and source(character()) now give more helpful error messages. * R CMD check --as-cran set _R_CHECK_TIMINGS_ too late to have the intended effect. * as.POSIXlt(x) now also works with very large dates x, fixing PR#18401 reported by Hannes M"uhleisen. * Files can now be extracted even from very large zip archives (PR#18390, thanks to Martin Jakt). * Non-finite objects of class "POSIXlt" are now correctly coerced to classes "Date" and "POSIXct"; following up on the extension to format() them correctly. * Added methods for is.finite(), is.infinite() and is.nan() for "POSIXlt" date-time objects.- CHANGES IN R 4.2.1: NEW FEATURES: * New function utils::findCRANmirror() to find out if a CRAN mirror has been selected, otherwise fallback to the main site. This behaves in the same way as tools::CRAN_package_db() and is intended for packages wishing to access CRAN for purposes other than installing packages. The need for this was shown by a day when the main CRAN website was offline and a dozen or so packages which had its URL hardcoded failed their checks. INSTALLATION on a UNIX-ALIKE: * The libraries searched for by --with-blas (without a value) now include BLIS (after OpenBLAS but before ATLAS). And on macOS, the Accelerate framework (after ATLAS). (This is patterned after the AX_BLAS macro from the Autoconf Archive.) * The included LAPACK sources have been updated to 3.10.1. UTILITIES: * The (full path to) the command tidy to be used for HTML validation can be set by environment variable R_TIDYCMD. * Setting environment variable _R_CHECK_RD_VALIDATE_RD2HTML_ to a false value will override R CMD check --as-cran and turn off HTML validation. This provides a way to circumvent a problematic tidy. The 2006 version that ships with macOS is always skipped. C-LEVEL FACILITIES: * The undocumented legacy declarations of Sint, Sfloat, SINT_MAX and SINT_MIN in header R.h are deprecated. BUG FIXES: * fisher.test(d) no longer segfaults for "large" d; fixing PR#18336 by preventing/detecting an integer overflow reliably. * tar(., files=*) now produces correctly the warning about invalid uid or gid of files, fixing PR#18344, reported by Martin Morgan. * tk_choose.files() with multi = FALSE misbehaved on paths containing spaces (PR#18334) (regression introduced in R 4.0.0). * sort(x, partial = ind, *) now works correctly notably for the non-default na.last = FALSE or TRUE, fixing PR#18335 reported by James Edwards. * Environment variable _R_CHECK_XREFS_REPOSITORIES_ is only used for checking .Rd cross-references in R CMD check (as documented) and not for other uses looking for a CRAN mirror. * The search for a CRAN mirror when checking packages now uses getOption("repos") if that specifies a CRAN mirror, even when it does not also specify all three Bioconductor repositories (as was previously required). * The HTML code generated by tools::Rd2HTML() has been improved to pass tidy 5.8.0.- CHANGES IN R 4.2.0: SIGNIFICANT USER-VISIBLE CHANGES: * The formula method of aggregate() now matches the generic in naming its first argument x (resolving PR#18299 by Thomas Soeiro). This means that calling aggregate() with a formula as a named first argument requires name formula in earlier versions of R and name x now, so portable code should not name the argument (code in many packages did). * Calling && or || with either argument of length greater than one now gives a warning (which it is intended will become an error). * Calling if() or while() with a condition of length greater than one gives an error rather than a warning. Consequently, environment variable _R_CHECK_LENGTH_1_CONDITION_ no longer has any effect. * Windows users should consult the WINDOWS section below for some profound changes including * Support for 32-bit builds has been dropped. * UTF-8 locales are used where available. * The default locations for the R installation and personal library folder have been changed. Thanks to Tomas Kalibera for months of work on the Windows port for this release. NEW FEATURES: * matrix(x, n, m) now warns in more cases where length(x) differs from n * m, as suggested by Abby Spurdle and Wolfgang Huber in Feb 2021 on the R-devel mailing list. This warning can be turned into an error by setting environment variable _R_CHECK_MATRIX_DATA_ to TRUE: R CMD check --as-cran does so unless it is already set. * Function file_test() in package utils gains tests for symlinks, readability and writability. * capabilities("libxml") is now false. The description of capabilities("http/ftp") now reflects that it refers to the default method, no longer the internal one. * simplify2array() gains an except argument for controlling the exceptions used by sapply(). * Environment variables R_LIBS_USER and R_LIBS_SITE are both now set to the R system default if unset or empty, and can be set to NULL to indicate an empty list of user or site library directories. * The warning for axis()(-like) calls in cases of relatively small ranges (typically in log-scale situations) is slightly improved _and_ suppressed from explicit calls to .axisPars() as has always been the intention. * The contrasts setter function `contrasts<-` gains an explicit default how.many = NULL rather than just using missing(how.many). * grid.pretty() gains a new optional argument n = 5. * There is a new function .pretty() with option bounds as a technical-utility version of pretty(). It and pretty() gain a new argument f.min with a better than back-compatible default. * Function grDevices::axisTicks() and related functions such as graphics::axis() work better, notably for the log scale; partly because of the pretty() improvements, but also because care is taken e.g., when ylim is finite but diff(ylim) is infinite. * nclass.FD() gains a digits option. * The R Mathlib internal C function bd0() (called indirectly from a dozen probability density and distribution functions such as dpois(), dbinom(), dgamma(), pgamma() _etc_) has been complemented by a more sophisticated and (mostly) more accurate C function ebd0(), currently called only by internal dpois_raw() improving accuracy for R level dpois() and potentially others calling it such as dnbinom(), dgamma() or pgamma(). (Thanks to Morten Welinder's PR#15628.) * write.ftable() gains sep = " " argument as suggested by Thomas Soeiro. * The names of the locale categories supported by R's Sys.getlocale() and Sys.setlocale() are now provided by variable .LC.categories in the base namespace. * The Date and POSIXt methods for hist() and the histogram method for plot() now also use the new default col = "lightgray" in consistency with the corresponding change to hist()'s default for R 4.0.0. * hist.default() gains new fuzz argument, and the histogram plot method no longer uses fractional axis ticks when displaying counts ("Frequency"). * mapply() and hence Map() now also obey the "max-or-0-if-any" recycling rule, such that, e.g., Map(`+`, 1:3, 1[0]) is valid now. * as.character() for "hexmode" or "octmode" objects now fulfils the important basic rule as.character(x)[j] === as.character(x[j]). * The set utility functions, notably intersect() have been tweaked to be more consistent and symmetric in their two set arguments, also preserving a common mode. * substr(ch, start,end) <- new now e.g., preserves names(ch); ditto for substring(), thanks to a patch from Brodie Gaslam. * plot() gains a extend.ylim.f argument, in partial response to PR#15285; further PR#17784 is fixed thanks to several contributors and a patch by Elin Waring. The Cook's dist contours get customizable via cook.col and cook.lty with a different default color and their legend is nicer by default and customizable via cook.legendChanges. * Attempting to subset an object that is not subsettable now signals an error of class notSubsettableError. The non-subsettable object is contained in the object field of the error condition. * Subscript-out-of-bounds errors are now signaled as errors of class subscriptOutOfBoundsError. * Stack-overflow errors are now signaled as errors inheriting from class stackOverflowError. See ?stackOverflowError for more details. * New partly experimental Sys.setLanguage() utility, solving the main problem of PR#18055. * gettext() and gettextf() get a new option trim = TRUE which when set to false allows translations for strings such as "Execution halted\n" typical for C code. * An experimental implementation of hash tables is now available. See ?hashtab for more details. * identical() gains a extptr.as.ref argument for requesting that external pointer objects be compared as reference objects. * reorder() gets an argument decreasing which it passes to sort() for level creation; based on the wish and patch by Thomas Soeiro in PR#18243. * as.vector() gains a data.frame method which returns a simple named list, also clearing a long standing 'FIXME' to enable as.vector(, mode="list"). This breaks code relying on as.vector() to return the unchanged data frame. * legend() is now vectorized for arguments cex, x.intersp, and text.width. The latter can now also be specified as a vector (one element for each column of the legend) or as NA for computing a proper column wise maximum value of strwidth(legend). The argument y.intersp can be specified as a vector with one entry for each row of the legend. legend() also gains new arguments title.cex and title.font. Thanks to Swetlana Herbrandt. * Deparsing no longer remaps attribute names dim, dimnames, levels, names and tsp to historical S-compatible names (which structure() maps back). * sample() and sample.int() have additional sanity checks on their size and n arguments. all.equal.numeric() gains a sanity check on its tolerance argument - calling all.equal(a, b, c) for three numeric vectors is a surprisingly common error. mean(na.rm =), rank(na.last =), barplot(legend.text =), boxplot(), contour(drawlabels =), polygon(border =) and methods::is(class2 =) have more robust sanity checks on their arguments. R CMD Rd2pdf (used by R CMD check) has a more robust sanity check on the format of \alias{} commands. * psigamma(x, deriv) for negative x now also works for deriv = 4 and 5; their underlying C level dpsifn() is documented in 'Writing R Extensions'. * The HTML help system now uses HTML5 (wish of PR#18149). * ks.test() now provides exact p-values also with ties and MC p-values in the two-sample (Smirnov) case. By Torsten Hothorn. * ks.test() gains a formula interface, with y ~ 1 for the one-sample (Kolmogorov) test and y ~ group for the two-sample (Smirnov) test. Contributed by Torsten Hothorn. * The return value from ks.test() now has class c("ks.test", "htest") - packages using try() need to take care to use inherits() and not == on the class. * New functions psmirnov(), qsmirnov() and rsmirnov() in package stats implementing the asymptotic and exact distributions of the two-sample Smirnov statistic. * iconv() now allows sub = "c99" to use C99-style escapes for UTF-8 inputs which cannot be converted to encoding to. * In a forward pipe |> expression it is now possible to use a named argument with the placeholder _ in the rhs call to specify where the lhs is to be inserted. The placeholder can only appear once on the rhs. * The included LAPACK sources have been updated to version 3.10.0, except for the four Fortran 77 routines which 3.10.0 has re-implemented in Fortran 90 (where the older versions have been retained as the R build process does not support Fortran 90). * path.expand() and most other uses of tilde expansion now warn if a path would be too long if expanded. (An exception is file.exists(), which silently returns false.) * trunc(, *) now supports units = "months" or "years" for consistency with the POSIXt method, thanks to Dirk Eddelbuettel's proposal in PR#18099. * list2DF() now checks that its arguments are of the same length, rather than use recycling. * The HTML help system has several new features: LaTeX-like math can be typeset using either KaTeX or MathJax, usage and example code is highlighted using Prism, and for dynamic help the output of examples and demos can be shown within the browser if the knitr package is installed. These features can be disabled by setting the environment variable _R_HELP_ENABLE_ENHANCED_HTML_ to a false value. GRAPHICS: * The graphics engine version, R_GE_version, has been bumped to 15 and so packages that provide graphics devices should be reinstalled. * The grid package now allows the user to specify a "vector" of pattern fills. The fill argument to gpar() accepts a list of gradients and/or patterns and the functions linearGradient(), radialGradient(), and pattern() have a new group argument. Points grobs (data symbols) can now also have a pattern fill. The grobCoords() function now returns a more informative and complex result. * The grid package has new functions for drawing isolated groups: grid.group(), grid.define(), and grid.use(). These functions add compositing operators and affine transformations to R's graphics capabilities. The grid package also has new functions for stroking and filling paths: grid.stroke(), grid.fill(), and grid.fillStroke(). A new function as.path() allows the user to specify the fill rule for a path that is to be used for clipping, stroking, or filling; available options are "winding" and "evenodd". A new function as.mask() allows the user to specify the type of a mask; available options are "alpha" and "luminance". These new features are only supported so far (at most) on the Cairo-based graphics devices and on the pdf() device. * dev.capabilities() reports on device support for the new features. * par() now warns about unnamed non-character arguments to prevent misuse such as {usr <- par("usr"); par(usr)}. INSTALLATION: * Facilities for accessing ftp:// sites are no longer tested (except _pro tem_ for curlGetHeaders()) as modern browsers have removed support. * R can now be built with DEFS = -DSTRICT_R_HEADERS . PACKAGE INSTALLATION: * R CMD INSTALL no longer tangles vignettes. This completes an R CMD build change in R 3.0.0 and affects packages built before R 3.0.2. Such packages should be re-made with R CMD build to have the tangled R code of vignettes shipped with the tarball. * USE_FC_LEN_T will become the default: this uses the correct prototypes for Fortran BLAS/LAPACK routines called from C/C++, and requires adjustment of most such calls - see 'Writing R Extensions' SS6.6.2. (This has been supported since R 3.6.2.) * Package installation speed for packages installed with keep.source has been improved. This resolve the issue reported by Ofek Shilon in PR#18236. UTILITIES: * R CMD check can optionally report files/directories left behind in home, /tmp (even though TMPDIR is set) and other directories. See the "R Internals" manual for details. * R CMD check now reports byte-compilation errors during installation. These are not usually fatal but may result in parts of the package not being byte-compiled. * _R_CHECK_DEPENDS_ONLY_ can be applied selectively to examples, tests and/or vignettes in R CMD check: see the "R Internals" manual. * _R_CHECK_SRC_MINUS_W_IMPLICIT_ now defaults to true: recent versions of Apple clang on macOS have made implicit function declarations in C into a compilation error. * R CMD check --as-cran makes use of the environment variable AUTORECONF. See the "R Internals" manual SS8 for further details. * R CMD check --use-valgrind also uses valgrind when re-building vignettes as some non-Sweave vignettes unhelpfully comment out all their code when R CMD check runs vignettes. * Errors in re-building vignettes (unless there are LaTeX errors) are reported by R CMD check as ERROR rather than WARNING when running vignettes has been skipped (as it frequently is in CRAN checks and by --as-cran). * R CMD Rd2pdf gains a --quiet option that is used by R CMD build when building the PDF package manual. * R CMD Rd2pdf now always runs LaTeX in batch mode, consistent with Texinfo >= 6.7. The --batch option is ignored. * R CMD build and R CMD check now include the Rd file name and line numbers in the error message of an \Sexpr evaluation failure. * For packages using the \doi Rd macro (now an install-time \Sexpr) but no other dynamic Rd content, R CMD build now produces a smaller tarball and is considerably faster - skipping temporary package installation. C-LEVEL FACILITIES: * The non-API header R_ext/R-ftp-http.h is no longer provided, as the entry points it covered are now all defunct. * A number of non-API declarations and macro definitions have been moved from the installed header Rinternals.h to the internal header Defn.h. Packages that only use entry points and definitions documented to be part of the API as specified in 'Writing R Extensions' SS6 should not be affected. * The macro USE_RINTERNALS no longer has any effect when compiling package code. Packages which also use R_NO_REMAP will need to ensure that the remapped names are used for calls to API functions that were formerly also made available as macros. * The deprecated legacy S-compatibility macros PROBLEM, MESSAGE, ERROR, WARN, WARNING, RECOVER, ... are no longer defined in R_exts/RS.h (included by R.h). Replace these by calls to Rf_error and Rf_warning (defined in header R_ext/Error.h included by R.h). Header R_ext/RS.h no longer includes R_ext/Error.h. * Header R_ext/Constants.h (included by R.h) when included from C++ now includes the C++ header cfloat rather than the C header float.h (now possible as C++11 is required). * The legacy S-compatibility macros DOUBLE_* in R_ext/Constants.h (included by R.h) are deprecated. * The deprecated S-compatibility macros SINGLE_* in R_ext/Constants.h (included by R.h) have been removed. * R_Calloc, R_Free and R_Realloc are preferred to their unprefixed forms and error messages now use the prefix. These forms were introduced in R 3.4.0 and are available even when STRICT_R_HEADERS is defined. * rmultinom has been documented in 'Writing R Extensions' SS6 so is now part of the R API. * Similarly, Rtanpi, called from R level tanpi() is now part of the R API. * The long-deprecated, undocumented and non-API entry point call_R is no longer declared in R_ext/RS.h (included by R.h). * The header S.h which has been unsupported since Jan 2016 has been removed. Use R.h instead. DEPRECATED AND DEFUNCT: * The (non-default and deprecated) method = "internal" for download.file() and url() no longer supports http:// nor ftp:// URIs. (It is used only for file:// URIs.) On Windows, download.file(method = "wininet") no longer supports ftp:// URIs. (It is no longer the default method, which is "libcurl" and does.) On Windows, the deprecated method = "wininet" now gives a warning for http:// and https:// URIs for both download.file() and url(). (It is no longer the default method.) * On Windows, the command-line option --max-mem-size and environment variable R_MAX_MEM_SIZE are defunct. The memory allocation limit was important for 32-bit builds, but these are no longer supported. * default.stringsAsFactors() is now formally deprecated, where that was only mentioned on its regular help page, previously. So it now gives a warning if called. * unix.time() is defunct now; it had been deprecated since R 3.4.0. BUG FIXES: * Setting digits = 0 in format(), print.default() (and hence typically print()) or options() is again invalid. Its behaviour was platform-dependent, and it is unclear what "zero significant digits" should mean (PR#18098). * Messages from C code in the cairo section of package grDevices are now also offered for translation, thanks to Michael Chirico's PR#18123. * mean(x) with finite x now is finite also without "long.double" capability. * R CMD Rd2pdf no longer leaves an empty build directory behind when it aborts due to an already existing output file. (Thanks to Sebastian Meyer's PR#18141.) * density(x, weights = w, na.rm = TRUE) when anyNA(x) is true, now removes weights "in parallel" to x, fixing PR#18151, reported by Matthias Gondan. Additionally, it gets a subdensity option. * Conversion of \Sexpr[]{} to LaTeX or HTML no longer produces long blocks of empty lines when itself contains several lines all producing empty output. Thanks to a report and patch by Ivan Krylov posted to R-devel. * R CMD build no longer fails if a package vignette uses child documents and inst/doc exists. (Thanks to Sebastian Meyer's PR#18156.) * When an R documentation ('help' source) file man/foo.Rd in a package has \donttest{..} examples with a syntax error, it is now signalled as ERROR and with correct line numbers relating to the * -Ex.R file, thanks to Duncan Murdoch and Sebastian Meyer's reports and patch proposals in PR#17501. * Improved determination of the correct translation domain in non-base packages, addressing the combination of PR#18092 and PR#17998 (#c6) with reports and _augmented_ patch #2904 by Suharto Anggono. Note that "R-base" is no longer the default domain e.g., for top-level calls to gettext(); rather translation needs explicit domain = * specification in such cases. * identical(attrib.as.set=FALSE) now works correctly with data frames with default row names (Thanks to Charlie Gao's PR#18179). * txtProgressBar() now enforces a non-zero width for argument char, without which no progress can be visible. * dimnames(table(d)) is more consistent in the case where d is a list with a single component, thanks to Thomas Soeiro's report to R-devel. Further, table(d1, d2) now gives an error when d1 and d2 are data frames as suggested by Thomas in PR#18224. * Fix for drawing semi-transparent lines and fills on the native Windows graphics device (PR#18219 and PR#16694). Thanks to Nick Ray for helpful diagnosis on Bugzilla. * The deparser now wraps sub-expressions such as if(A) .. with parentheses when needed; thanks to Duncan Murdoch's PR#18232 and Lionel Henry's patches there. * remove.packages() no longer tries to uninstall Priority: base packages, thanks to a report and suggestions by Colin Fay in PR#18227. * win.metafile() now has xpinch and ypinch arguments so that the user can override Windows' (potentially wrong) guess at device dimensions. * x[i] and x[[i]] for non-integer i should now behave in all cases as always documented: the index used is equivalent to as.integer(i) unless that would overflow where trunc(i) is used instead; thanks to Suharto Anggono's report and patch proposals in PR#17977. * asOneSidedFormula() now associates the resulting formula with the global environment rather than the evaluation environment created for the call. * $name now matches the field name case-insensitively, consistent with bibentry() creation and the replacement method. * cbind() failed to detect some length mismatches with a mixture of time-series and non-time-series inputs. * The default LaTeX style file Sweave.sty used by the RweaveLatex driver no longer loads the obsolete ae package; thanks to a report by Thomas Soeiro in PR#18271. Furthermore, it now skips \usepackage[T1]{fontenc} for engines other than pdfTeX (if detected) or if the new [nofontenc] option is used. * smooth.spline() now stores its logical cv argument more safely, fixing a rare bug when printing, and also stores n. * smooth.spline(x,y,*) now computes the cv.crit statistic correctly, also when is.unsorted(x), fixing PR#18294. * The data.frame method of rbind() now warns when binding not-wholly-recycling vectors, by analogy to the default method (for matrices). * setAs() finds the correct class for name to when multiple packages define a class with that name. Thanks to Gabor Csardi for the report. * Fix for detaching a package when two classes of the same name are present in method signatures for the same generic. Thanks to Gabor Csardi for the report. * match.arg("", c("", "a", "B")) gives a better error message, in part from PR#17959, thanks to Elin Waring. * R CMD Sweave --clean no longer removes pre-existing files or subdirectories (PR#18242). * The quartz() device no longer splits polylines into subpaths. That has caused narrowly-spaced lines with many points to always look solid even when dashed line type was used due to dash phase restarts. * Deparsing constructs such as quote(1 + `!`(2) + 3) works again as before R 3.5.0, thanks to the report and patch in PR#18284 by Suharto Anggono. * as.list(f) for a factor f now keeps names(f), fixing PR#18309. * qbeta(.001, .9, .009) and analogous qf() calls now return a correct value instead of NaN or wrongly 1, all with a warning; thanks to the report by Ludger Goeminne in PR#18302. * plot.lm() failed to produce the plot of residuals vs. factor levels (i.e., which=5 when leverages are constant) for models with character predictors (PR#17840). * interaction.plot(..., xtick = TRUE) misplaced the x-axis line (PR#18305). * Not strictly fixing a bug, format()ing and print()ing of non-finite Date and POSIXt values NaN and +/-Inf no longer show as NA but the respective string, e.g., Inf, for consistency with numeric vector's behaviour, fulfilling the wish of PR#18308. * R CMD check no longer runs test scripts generated from corresponding .Rin files twice and now signals an ERROR if processing an .Rin script fails. * tools::Rd2txt() used for plain-text help pages now renders \hrefs (if tools::Rd2txt_options(showURLs = TRUE)) and \urls with percent-encoding and standards-compliant delimiting style (angle brackets and no URL: prefix). \email is now rendered with a mailto: prefix.- CHANGES IN R 4.1.3: NEW FEATURES: * The default version of Bioconductor has been changed to 3.14. (This is used by setRepositories and the menus in GUIs.) UTILITIES: * R CMD check --as-cran has a workaround for a bug in versions of file up to at least 5.41 which mis-identify DBF files last changed in 2022 as executables. C-LEVEL FACILITIES: * The legacy S-compatibility macros SINGLE_* in R_ext/Constants.h (included by R.h) are deprecated and will be removed in R 4.2.0. BUG FIXES: * Initialization of self-starting nls() models with initialization functions following the pre-R-4.1.0 API (without the ... argument) works again for now, with a deprecation warning. * Fixed quoting of ~autodetect~ in Java setting defaults to avoid inadvertent user lookup due to leading ~, reported in PR#18231 by Harold Gutch. * substr(., start, stop) <- v now treats _negative_ stop values correctly. Reported with a patch in PR#18228 by Brodie Gaslam. * Subscripting an array x without dimnames by a length(dim(x))-column character matrix gave "random" non-sense, now an error; reported in PR#18244 by Mikael Jagan. * ...names() now matches names(list(...)) closely, fixing PR#18247. * all.equal(*, scale = s) now works as intended when length(s) > 1, partly thanks to Michael Chirico's PR#18272. * print(x) for long vectors x now also works for named atomic vectors or lists and prints the correct number when reaching the getOption("max.print") limit; partly thanks to a report and proposal by Hugh Parsonage to the R-devel list. * all.equal(, *) no longer signals a deprecation warning. * reformulate(*, response=r) gives a helpful error message now when length(r) > 1, thanks to Bill Dunlap's PR#18281. * Modifying globalCallingHandlers inside withCallingHandlers() now works or fails correctly, thanks to Henrik Bengtsson's PR#18257. * hist(, breaks = "days") and hist(, breaks = "secs") no longer fail for inputs of length 1. * qbeta(.001, .9, .009) and similar cases now converge correctly thanks to Ben Bolker's report in PR#17746. * window(x, start, end) no longer wrongly signals "'start' cannot be after 'end'", fixing PR#17527 and PR#18291. * data() now checks that its (rarely used) list argument is a character vector - a couple of packages passed other types and gave incorrect results. * which() now checks its arr.ind argument is TRUE rather coercing to logical and taking the first element - which gave incorrect results in package code. * model.weights() and model.offset() more carefully extract their model components, thanks to Ben Bolker and Tim Taylor's R-devel post. * list.files(recursive = TRUE) now shows all broken symlinks (previously, some of them may have been omitted, PR#18296).- 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.s390zl24 1684751628  !"#$%&'()*+,-./0123456789:dededeenenenfrfrfrkokokokokokoplplpl0.20.45-bp155.5.570.20.45-bp155.5.57    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-SP5/standard/b67c4fd2756cda091bdbe2cfd33035a3-R-basecpioxz5s390x-suse-linuxdirectoryASCII textHTML document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=efe2fc201321914db4f366d1922ed1e73f0ae300, strippedRRRR(]!A O:utf-80960901d3ad57e55ec3b3d0bbf2062ea559f86caf82da7fcc974d4e9f79e5c9e? 7zXZ !t/~] crt:bLL ؝.VCs.v#9)NcN66jZR,2y5T>?X0W _E C& /C41 *;?KkzF n;&}#fy cÀٶrfPs}M>N&}4򾩯9m0o/9F]!Az }/c]F|nXaGܶ(׋6;A)s$Ox)&LԺhe!N2wޤEY)w|sK|-N8T /@8 y/P*!Tw}4חZh@e!WCnd[|8eF]|4CSEg歶 Cu0Z'GMNRF`n_V{ʮgb{vЌ<|+>$BSb,ǰ~ G"(T *Y&\Mޝl@y xWx1A5zD.r3Qe 9uAUC"15a'S=/W A9n2`@>ll< 9$F8CKCI@2A /f'ZVLV~ڇE\;3qT]{`JQ5e]ػy"iŸ& .]]>]ΥS A"<񛶭_s9C)mTЧ_/t@wy-Cʨ$˼Dk`˵g5ԵZx֟Z+xTwt< ^kCgó5y}ldBt'hнfFvDֿ!&f[h+UchxuH?]͑+Xo+vYle, yS/PwҢQN}Jm2 N԰Y{s LjO2RpWz!:<| jeP5Uw)Y/O!'%硱؁h_7^ZTn'¿CTeĜY0*ʦn_e % ]Ra(xtK<<ljm]&uf&cmުSu %lnmܤTTfF̽!}#h:9pjQ/:sBq}G V􈐶].+=mkli '"po'`d Y rf>b|tl\|(XvSͼWЦ=. c9l:ʓPbL!}3t\oV;gEȘKkXR 5|}*$Jp,o#JhQԎ~f>k,Cqm#p1Pzf+S:j@t@t٧D׊`:sZ qo:-/A5gyV[p\ x@ǂ4 \טl .s:w Q"[YRWE ٻ1r;UkXAڣ' X h?/\UAniO'_DL`a@= QjStCzSN弸[8Zp WMkiYS؏i?h10ib_#V5 K 6X^>Ύ 2DhՎn9dG6EĐ8!V,6v?R.u F4gPjۧMl#^@04*Rǜ3/ɼV`0*wJЊrG s)m]F c[0f 4 |3M"}{7;veÅ}a, 0p`N;HaBg ֻN-y(,S8-vk*V>*t^wΆ ʱ%}$kPR4e0q2uM%D^QVR`SݑWBBd?X_-qIhCG7zʶ}r7-n2f b(e^C$Rɦ]bvBG+,\ \K `oc6 $bc_I%֟Ejj@-D2+>ppA7Ċ"Lq˜}GV5@Рg^x1 T K`?%E+o"^⚷a< +ٸ{(Vֆ'{6#,I3G@xA)M1K,ıx} |_:P4Hz#m8Pfz y7#ߢ5-uGNtrS8ڛ^1љꬾ -wx@6ͱonY2~Z/.}qܟOMR#WwUHh~~KKeڐK .Inջ9GGoeaHOT7K'T#hv[N^Ygm#"F<p <40~|#*m\-{D(ܒ= p+jO,j:lE?͑UA~9-%aE @8#? TKl^޿L+"Ž .@ہ Z 'ha %DֻGMMt8ZbgjJq 12Q_+Ş< $J*-lDSq^ K`~l %Ҹ2T ޓ.`uϾqcCHsL>^E/OT&!$^-/[((O_μbhuz8F97M$i ي8_ zym\bq ֐0I::R_\yp%{J!eT `zKF 4}w6rNoVrP}򇎕on}~_ބ֙@U@bpZx*3}AJA My°ץ;`}7k)XvJ?A f^dTWJ&M8vN!,HVN;c(`f4 z$`,-iԠj\/'Zjᔳ'(bdߚ[ `+q'3 =d2+n~uiDʮx0wpdy9nn)^h$I 7GoF^ /-Р1$75$lDi&}{OrYm[5c1RL@{ϙ}1-opnD~Rx5S %M/κ <`Tf I)hA@2[B?<e$ѭxNi@Dux}TY Ta0MOvzƝ> Kb}ӛi^N5Z*e\x/W۹q<aKjWT1SɱҰh 8,9jDX[eaa~:2|.f=SNY8=1Tx0jy6AqHS H-79{6Ңpp݊{f8JQʆCΤ#uMatB!_5 ah7ʄ Cw:QZԃu*kna7غ҇PȝRoPtDy fϥZSOeO^yNBǁ2e)[bLnLteb,񷭞qEhyd:@(!,`{azy6`m}˝<, 33K$)+d~``ܿ!:zbdTW]_^ f$ަ?0l-ZX̮^/( o? ܋zs%vlYUy>8< p:5`j#躏O3R?'s*sId˰.}~+r.'=~x zoY0XIXG֘KsSt\щE q0Nka[`kB`[%awIg--~F{y p~RAa[@V@ѲY$ӟ UxgR0sKnW w+h{|lU\: 3\Aq%[v#vTiCAKRuN5Tj9F̸O0ڠgr^ՓwB'XXCIf՝F'?ޥXt]@&zpx-C{_LV+ 57{C+YJX"X4x ZiJgV{(=s8_h"^ܡpyU EBNh3[ɓoؒůvYh.4GϮdyF)w1EYyݜgT>$sOғκr E)S+0': x0yHn+dMQ \ˆ~Yw)k0xJvJ397lh[?)=H.?^J,1͸M։kN_h^DM?Si|zNXLP3y`&^'jai)P1f(v$֐~AGJ FQ0$' ڛ̬ri>illK_p!๧v˽B0Yq0n2sz+!8)ఁݲ+FP|-xڇ fDew֥QiǶZnk`Xix|]lnG~O)pa"fن\i4G.ߥ11K&L5r(k8*נ:^AIx#s4:[4,Fem3X*@M[֢+!@#ꂟ. \=Sj =(KFQXP40w32`J:O뗖O؍!99ɛY ݽM..a7+V'-KF f/7FlL,Aok䛳 tRoh- ҆B6luf+f8(Zeky W&M$֕5ԦqӐ@2F尡s~933_b'=9 $j{f!AII_72}mQ^z]CNN'C`dOmTIַz\8o=RE^ RpL'9t@SZqyHsP4uvRϩB.$%@ӲPZ}kUh-{a!"MtF\f;7^c=T`lf"Gx_vbWJy tSv)qR}%Ll]6B1i3ZFWQtJ+b'nmJL2XP A&Fp@y`)e"RJC1kT}yu2KAUO`F 98q{WIXM4۱(Հu"h=N[TT].}c~a!+d0q{}Xl>y3P W~}dGEJ0kϤPZ䗋Z-0oJe$\:M ~h<7 3avVܿY&\xװw?kٙeRϢL6=]aH>/.PF"B5gyУN'2w=uhػC"J{,)H<Xv]0dPN;ϳY\jb3Ek '@OqHdA h\S@wmlKG5c/}2,G\" +o6\@KH4)KIS]꩙C%Ya7":~ת"ZfU_ufcл,Aq"Ӵ:Hǃkjgtmo>@uY͑@8C9 5[9gYʧ%Oå MiDǓM4;!j( n+k],a}g<e[ŧ0r|"¯D 0$Oiw=UF76?yc]N<.  U$![1~6g7,La3g0}G !+F$i.|*G{$RR P ;5U;>pL"t`G|ǙUBfv餌{si'ek }z[Umx,[ؤŻöYzQJܩ18/\ٝOXSϓq gԃ&uJ#s/M[ ) "NEQkn#jA SFLN]< O?E|s{`'Yٷ?x\-G8gRɋ""}h ץIJ!n[kߑ~rj`ڢxvx$+ѷc^ oq*Re*K:Gxb_IyKcNp=gJKZ!A!'BK9M(G2Ay=)\C @}~^UêIčrg,e̤LM#Xߢ*;ܚԲ]72 шbMw{@sAJzUz"*.m9NxQNؒ k3}?A`mZ;i&/W|ebLhٱ"E$p/ȻfHt8=9[$XfHǐ#hJ+֭Bޫ2t.ڒfj #YFH7><+Eb4/ŮZ Dq ތҍ:UVIvĽ&EOdN bC/5(~%Wn҆EU{Gh$30}'L`%{9DSsCz{>? @g ^KRЦ{9l;fԫ0G-)zXG?<_;W7?ʤs Ø ''Lty+AO: I B:Ȫ, %a` ?#<|L _͟rFah1oL*ru3 $9Z_d_fkc6ej~ ˋt!jA]Tin:Ѝˑ!c y#xs W~7c`ૺ𘶛'F.u 1&@71Z8O8og.m(HjTd4BzALeq7x /+D sALd4czW`6u<~iNdz7=XnicD!pce"Ny}H9GXsB??ޯ6{-wkC넝FʐYNa@e6BBt?Y9)6>J</?l;BC+w8=: | >9WߤJgp9#p/8؉Lkׁ߹T* {L[5eԼ,  8^j"x uB?Om#LJwDTb~7"'C#Jnѽzt"蚶h;4.ή'@S"7;@q$=/-,mt ~4 8j$"`3s960QSME;8ӕ $ş9 (6Ȉk:2݁]08j6!63'CfM3^u#\[At\;O<~=J$Ci&B+yhanޫBN0%}:VCe!^2^@4vkOz;}gu=j",3EiSȾƌV :^$[|%`TYԼNKN!s -[8bjnǷ#o*~i&~&okGwjW$߉Uˊ=E#eozFvۏP2u͚?>:9,lPQ!ulMni DS!~ʹ|6l6|ob[0RFZQ>VȔUޜc\0cilm\X A3 =gn7pSQ;G䊃%5eOsQX=]Y?`;&Y٧)uU69{%m7"\쩂51NSOo a6&$hDP8,ulZSϗdX-<7.fh_|hO|%p9}!:]<^rP dj{} Qɜ9Fƽ[i%k| t?5?/uJ8P:C`c*RUjt}"x?´=$;/mmUaZs^8x$=`Jx@w1H]y[KKq|D~KJ姿m-QpǨQjl+Xp˗U%CP͹:tG׎g K yQgz.6-J,Cf/DBCq9~u>QMX[Ru{$d5xiGMһտ;X .֓wW5BhE*"XJIk]r 7i㢀}O_y5g іcAI0͏o;hnm7uN:Jޣ`d~*2婒~7bx ?BŮ~PuS`Ը![]*QR2lQ*{XΎVˀ_W).K{:F5<%پi@1Q7=[rҤd䩦nS`AUhPl4C$15;#Vc#~SdϮ'vA@Q{gM>^^rҌ5{T53$e^=\)::u[_ >qV52aOTOO^qCzS6ƽbYAsXLODȢeI^N /fy냠7+_ ({1gȾ#9C݁n\_rl< =AnJq⽻Kn5P#(21ve[cs$Q=,o3Nga)Īw&e?rkٵi;r1mGxږÓ0.fi88YӘT(nT0 0sTԇsGNAo@(٥ t$6Ë_hUUkaڗMU#~ "  %EYSʣȦe5*^ Brr4CfLS놘1:!NoMYy",4LН*~K1}g#:1HV\ELּK 0Y] ܫ2'β"i#7X 7qx&V_nԜW lGF%ק+ u)(*@pP!``tFpW!=l>]F((_n2ޱY $uy2[o<'-vMy)P ~e e|e# ii=7qq 5xH+EɄC h%넲8"^3ZjK`PUnAWvZi臛uf)ɰR:ݓ VOZ{=i=ygl[KkR{k sfs>m G,mE1G+u M]=Ă/7ض P;<+ޢo3UKu%F?6IO[gG.@^-fuh//(>c)ie kEw.-ajI,H[ %ݯ98-lNzhm;YrbjJ}`tow֯W.積цݬW.Ѻ~~&Aor9Z5Vɍ˖L̀Mh+ m>F(ܠ~Uby9%UhjHMk@޺~$~+Zeڶ5|TnIh o }JvC=ŀ̜zIߑI0J빱Jۮ wh 6I現w xp$VD?FfYfį# 273j ʪ{U[M ]ofLYKNE֟Oދ'NdӁo%:TCnf5HCKFnlQ̙W𓝎2LN䧶\u ?;|ϭL~[CXM}C% AP(Uz*1ypF,~D2&S(|ej+~=pI*\;E:JIƷrm:p݄vq64X r) WXRF;J[ gT)Y(TI[=z[6yggP z6VG \ĂzrKEJcIf \"a{ѣ'{xގZ\>ˆ1=NÛ"L͆;)[ƤSZcbE 7U{0 7uluK_1cK飳o)0r"Vr4ۓXYG6(!GdBG(t^I4}BS7fJiXh HAS]_yHYǎr3gJ+ػUyy`nwORk2]eςy`*<_L.иcS}lsu]p`х+9zl IgĦsHf?[ 0/<+ЋU!`GfYIc)7\^G"p#GWC}>W*@ .(EedlWW"k]"ȽV4}Z\3x:ԭ*m0QΦKOSw'RRIJDGu:a& %" {dE >yR:@ UD įN]:ź_]2R%^25rJw^SC0}ެ +xNo?ŊbwNԔ`bom3v =\2umw͂;boMTVȿN!K0HP'4Gp.|lXtAio,>8mַe{@jʚwr->hQ2[e|Ƅ4%5פ`EPq{{ͦ&IY5|FKW:dDX e%7)O["I6:T&C/Ro͋kSWsPTʖ+,?XkZ=U^<*y``5{ 7k)G[1շy;C7ZUP-m,-; {fbįs8F !9ALJT-p{e%6Vך;N^w>\ r̫T]iq'g *^ ,]-iagsWXh U~>aa Qدbm4,׃iM\iOn3:=;}'.JeCh̿NZS!'uiq͐ }6hN)-%h{Q _9FRO9!7uY֘η9BCa:'@Asm_UzTZw2e0\|H,'jE~q[7dMV l@lgcQh曛ᚿ2$F*/&]~ё*(v)4nXCө ( Tc5[y^lbF :=sj҄j6(15jYwh!?ǫ۸ѫ֤%^GCQOHCNTm7ddPK0(,DKji!$ªwT/[oe2siBLD[~18X@ygK-þU1<Ƿz~ȭ\օD2qVb^CF xvppC˲P qušJ  9"zD *+Gjmdwے.r} #T5DVu\f Yn` B݌GUrw 89re-fdT:=8} W';i x|fS`.VCͪσ}ﰑY)6Y۟&"s2&\A*ON].1;v% rn& DNIM4IU/kϊ7HWCcgLqi*lN ` RޙΕQ޶8 g*G) v19fê?鶬Ul9osJ 1x ΡKbkl$-0ˏS aX)e a_Apړbd)4W8o^-/J+ascnb/26_\B\XDWcu춢:v~+>h{ JDLE5P|.ׂ\ݣ=w0#\[Ĩ{L:䘫N9 >5ȅd'L0Y(]jЙ'nqLDO`Fop EDbP_KtR;n*n/3YYM=HRPt|9 )_{m;p[NHUEe_|ɩG-z? rJ9'yγB(|pzVjw$KjU)\¬\RY8:%_|viQMJ@ zւ- m_T4 88R[kLu TvE :p<*աN]Z%sZDB)|Y5KԞ}byQqdzO8&73\}+͟Ln>6˯l4 wUOZ}h \C=|Or^kgWp_$@"L6CmxN.!k) Y(s\|^>>峉оtj }D"t/WK<+,\)%.;zaH9 ijf@)nrY3L _+7$&Tf⧫k2 a;89? :쪷҇D4u֋Ӎ{FtMad:0mfeMحN]N/y%i`fIxYE G[3[|Ǡm×GVy~xV ~ZG f BT;5qD=RUXj%R@4ekE}=_DbYFR˔gJ}Xr@*rQ \t^{NUaV g@O[V$dI`KG6TgMv .B+hh ~ڧi3;"^xo>Πc,,#){yxo#ư8/y&8R+˧GeIs5'1wbCW - r]bْ,zcg&@_0<^%FJɘX?1OuN0?aɁ uc٬}ғ=lb- F9LgU䜜i5R lt02դPK?pW4X* ;n^-[f+m=DԆSP`pqӡSۏ w_}1OPB[FӉ>Ve i]΁#QL,&9٪$X}~cW]?QlQǣCXHTp_zÙq*e dc͕+kqD~OKYHin dhgVr*v.atT!k Sqv)$<ȆDS/uHWp,H'2' kaVeu!w<&&Cd$EBN ݝ:JNYFYgY@VU!a.UT} `B$y9JQRRxʜ!&</vLAavad!YzFMj25|d _%k*dK( viW7?48:?[6,A2X$XgEnzUM&%t2*;E eXTKpmh;LrnQ *KQAt k|ޡ%2{tƛ+}st8C(*,c=/^}y]%JNT=ڧbw2y,),X)J-a e$  )!w+c:SLR$bj+(ל+Z Z~Z"0倎O"' #*̜@ =$вP7hfRl˳u`mAS~-{7N|p#!LҞWpohn.*u&m ks^"v !ı-ztɭy%FMl|S*7]yOn6? ͸b;g luѽt`EW`G}""HqhCr@$ED tIhdbρ9*D依Nj$c_\-CA͜O2Ϊ 0X\g91[P+#B-< 0&W4u5iz_thoh "[+UDUƐG-o%Yzkx}jpn/{Q *HCw5ufPM,wXb6^9|dIE5k6 Xe@+9>LS qQuS7E?THe{P˽lfMr`濯ë [rɫna}ubZaWf@@H"Tnm!UNTsWHӺ B540 "y\g{Ao7sfbӀRC~ėVm&Aô̙έ /M&*Ȗϯa,,IGg8 ż P Dv}%Ҝgى|hÌ"u9"' KY h¯ܕ^~8^iDZP7bp]2I C;9$Pkx}~0}1r 噆Vx/ + G !Ԝ]PDռjH9oIPM"{&gcefiC8-}W#ǀlճ'!?ƅy%JeSIuGn҆bzP7ȉ0;H]73稤H8=vLjk~PSg2R*R4CVz0*@D%EYUפ a-+\lX&3p. 4N.je訣Ʀ!vG&.[=r{hؑ#z.3ʧ)au[656-^|‰7u!Mu_̕1Xe?9{RGc!qaNPN‹.#*1+[:d * Vȧ)Sp\/=`z9RHiІ_ ۞*َ݄j"3,'늯"i<- _;;iD,%0De19h0\¬][:5p,m7D&.=R670MɼqC8ɡzE1ddgVWk<OYe:V]T5$ /fV_ C "/x<(~ɸs0/Al}O],sJk;(&Jȃ5Fؿ?9͟bwPUҼݫ~ V^rc sb~E wꡩ7<hû=GmyS"ES<@9F ` R>xxz<׶Ϗz{SE~bG: r{N-^$sׄI He:c)WdC'wh ѨC/8jh[Dyƶ ?"#`r].g|n (N{OxI&:5>s@p:WP *pNS V(w}f%}![6>:9]чG6x ޓ2H묀0}J; W{r(q?8Z[fK7%*#w!P7䒷=c*I `kYQO阂b3o$΀3,pJ<#l\mRw]~mIpa odT ׬w{H>Z aFN ֻU-&4&%є!oLLx[GJ +*#w-NFX<%'u?'G[wPecʅ5IeIyiRN~yc٢v;lH cЅض"^kS;\g+WCV=5ra) 1h%!Zw7*~m믃{]-!op,M[޷jEo+shbor/?;US_ak~Lp #)#\ ;D|[ji-jUEk^^ֺ~eVv)꠭'RlPKQw9,cd"Mc!\>_hXTR}MAL+N%t63bCPC;z ʊG8|9;NqVI\MR'@2JuBTղW/<|9~ LOJ:8Da`>ԯQٴLN!\A!=53T%꾻gi.!m֌zɜMRdz_;>A%wJuQD`on`7'\|oxXSTN ٶpذ"Iiaȓ!V˿Գ@uIaTaOc=GZ`dR|V=Hr $ WdA'*ycYh&!8X `j|T퀹)!W+q% {m0%gڮ q):͉zBb(JExD谿}OiH ;x4YN갞_cYSjr욚Z9H@̂E DuzݡB'12\X ?*o"ؚI9z}"sLmK`J?j/W׶XѕO1. OM~C}ƒZ"Sd,7bgƣz[_"pR1 ]BEY~K©; dШ6'Wti|Bp a GIo.VTyp%tW ?(ȡGee3GYPT?DH ^U((+mL}Jn. 6k/a6hyh#@O07Hɷ=Bˆ *dKyq9ǰɤ^7{^0]נDЗgn_|岶0C{(U9w洅[0+Q0|_dIx܀ lނQ҅R1o6Lx֒ ~G#仗sHީLU=h:-~")%q5i `9ќd{ʿwI06dy,Ôv 6CCE5_}{:u!&|6>鉔I#.F\z>')+Mb(qhQRbcޜ7*\KS+{6%Y b[ ޼z*&3F@Y>zP{TH:EboikI1u[E(2/޺`ԧ0bCxUI'$7!XZ /6҈%k:cJuQMn8x|<-/xcm}"2 Qw蜡W K-lw0/~*OBFKE =1:|ڪK@g 6}0 Yϵ}~/J6]HnܐWK(k.#> ±饙4Y,w3֒S:?K. dh׻=-,zk¹՝"s\x̦ _nCMf\AI PVޮy[Xy'Iww&3c1 y4w_y[di`oSמQB#|x : 3UOK>xۜ>EŖ "M^.:9#6v8=y4͘V?~LCvyH_Ub*Ŝ1k;g$X5[}l]+HxX?J; SPhGN痘TXoDNc*l ܛ66#sMՐ_Mrh Cdpj3r Ln-}CSOKQ e`ò "g9(}M+PDi \ƭ\U猪d._MPZfħZC@1 ZQ" ^J~vg,.r)9== &b<ޅ|#)粕Y &xk}0c>l}Qeb͠I?˼Z?!S9]{:vpzgCXB|FWƺDPk;C(ط %e]M#Du TgsixFoܥ&0ar Ry,a&@E A Ka=/:ZWd""x^le6w`T_'L߿5IhdI2LէPX &[O۞të8T!, UB & f7S3O|f\Z9# -9܇: _r6=kzcwqaPqQ`2 R> c *S!p9$+d+H5Bo%ҝJM%pE.3=OQKeow&o} Ě@Dbo!㚵ƛ{$y$wR/n:B9 XM?m?$:AVEmRS8|ePƛ 2anl`ͻ91pE"mg(!< ۙ/hwlcqZj<Żh鄖 c ֿ4Z,,K-7NH_X46M#81iwʱV+;lH9po? .i:Ta1wrՂ>sA>zu5k]QbQ< 喇XJ]lHԿ41h]V-zT 1* rީO>-7̥+JfWPQcz; ?ʼNEt*^A0ſ0|9ƋX*z[u{WTNQyk]ɦ1,b)K*L_ta:j[rM礯y{Q3II, Eb9SWIē>dR+TRi@An$8nTI?+HU!dDxxSV'v=3"CwHJPiq 3N1.t`Ƌ{`!Q&BMo/P[8Gtf}c(b6e@Q\ d$"T3fό/TF!q Y}ǽc$i 1^B`40Inh*6(iԕÁa; )Gk@=gj$fM[tGF󭄅[WO3Q.׃[w1YerMWl{+oJIO'[@$r-SM[7=OMRH;OPXHXI[%5Мy*o{)DH']>| )8uvcئ-77nVUk0 {X&yͦ,^0y"sAJU֘㍢2F3;<B CFAE˃sJi%YNKS4g|,>g%-Gg'RHh+V6|tVr :쉧O JuqG~5Qol%sr/%ifHR|Fk?0H+ W-ז@tS+h?/t{CQ(q~L!2%gs繢f&gC3>qi~:2LB eLFZA2xcլ51YFis(Ľw>ӉiN1C爡&|T Js2;ϰ,~2H.pbK0>ܟgFC\oj sh E4^u &G6!pIYC?Z{fc7*~6ؖΩJDy,,.\| d-}_C=|]ؓvʲE QAE>*T>XJJ̴^ >Fͬ4}3r|#ķJڟ88<{7q!qOhOb/+9z̪>x1QmU\PǗpoN)2A]S!mH; _hIVm:싇}"7!]Q?5J1&Фw6¶f-Vn;?$ʬx~'g uzGJE:y5: 0P-CeHN`Kzb^iiԺ>:b7!"pzFۺ4s1:p1j~P! 8D|IѢ"}9%Rһw1&Nfhm S}O[,͝l"+ohu4ϓx~:ywLϙF|Mi=d& fzL@= E;~[IvºI>y.kkjs oCc`|YI)8zlÐ~C+DFhӊ_%|/)otqM`wI\?,_uH ϡlF^Q]yB8Hrұc>6?cs(g8=Go@“-2iJO]ϭ^aHS( {_PEgSyp%ݶtx@ Mwfۆ4`ֶ gd=E/R pC3kп5.G텓dJ7 +hTaDNgӝ&P2˃ndgHHW+M ee2Y:1#%,8ućغ]`^c łC$AN{ȢLXNu-!7|7\х)[ UiuU.Ʌ)r Y M[f{Ǒ;*T:* gC6e0Mg-l]L#كwABai2jwG:JCcfBOeo@@`7 p>}< 5Knv,҅}}e{IX&5@8xqW @,vS¼xQv`Y n^>oeS|yp ;[!\e̎-i8YdfpP.Vw.ܺVnaЋ6>C-h+^{_d!@'jL{Ag 'AGQgw'LFL4Tshd$*c8܉y'bNIY2aK[iCP۪: ku.-11לz_R,[pTR;;X>OU%Cq>qR@&8<1;??sK7//uVxd&F,@DeB^Mm_g8Rzf#Ή99r l*m3#bzG0æ.4C6HIJeRbzT ԒsIEr /_dCpN_ve -9'i!{oHQZlR`,ZusOX'R-.IImHbBcey K{c>9&;~'&..j+Q+Y$DH˃R,gK|8 R\U [-2Gn*H m[~Q΋.ӜSh \+%%NS7cԴRt[K yϫӯ4`Hv)o]1 ]4L[#Sk5?sO3:$ZX%[3+%[8 */FEխR0Q5Km^'^njN{($2ewQ d;O*>P1%jsЂKt̔YWԟvڣH4, ЖL' t-G0yl`)J_JX;a]_J-3HqP )ZF/QOVߪ^eٯOP23w|y'y]\mr*RvO)9P0q{1bݨ8w|i zthB"Ug_0UXa95BQ+ F)AԸ,\ bâD;ëッEIϻ&4oU717B 躃U:ɷGI xF tODR6 {)ƵK:HfO){1 qQ#-%dĴL$sl!Sكkˈ `ŸCm#'W"淈u+38 |2Ope!*AP#p(f/r!z(ƬXbX΃+U!OP͐Ĵµ4s6ޗ @6M{B n`ĸ= wdGQc7m=oqfn8\'l\ "@Âtږb5 4VҨj2ELX<-֓'꾐XT<4-wu u:JT:x~&`x*tR\Ϲ1p.Tvcµ: {B<ϑ=_k_xQ<_KcӂRd0\~1%2.-*PZBX7}ZMnș&css.F<^Q^{Gr&|b' V/:f .f":ޏ:1z&_Z#"t҂3T b'> !ϗj>SI8!ܳ(QV^P/hT ܨZOFs|ljr ɺ;68-D P߭<}ä{u. tWqA1Iɔ#}67E@jTQ>=’uq"(jl|5z5/t3B\D!BtF0-Y@}Xu>tXzzDΩT5/5t"- '.0-'1B+ "y?<6$ٯd#$1 5^Bv@C6xD :We^C.d ~7DE)1g@F;!pfߖ1EAOٶoy۽c|v!UmPtcR>^.]\==YiTYLZ AɜWI2CE!,$[XD88h~B>2rq ׭ M ЬUI+! (١,_,U4hfthqއyGC3PotSTu  139?[h9lI䨐 , K,*1fBHhE I'TSL6^RG$ yaS{,ʐy*Œَ9ܟ%iZ>J>tSBvN\a9Ch7plΩBJ[a|;2t(LO%߰xG9 @vBlVUl"+?.{fzIOh6 \ĮiBȆiu {yMP+1a7@P(?b'm!=`UAoO+r8)eWtr_X.rI818jDVW@O+F_Ze} RK#$!8?uJc;xXCd \e۔Sٳ IeEbc$+"}^Aw^OrJuS:J$jsW̆%_X7;>sY٤EI>fKpP |HBg;N)m:^SӨ '2R8^Wc2|)5·N9mz+Rx> GVu4,H-A6m\ɶ٦?ZT.$k)Bc:aHq}@f h|2LCMqJ?8ֹI4&q7Dך@uuƷsUdΞSuof;{]_5,}.5L hR 0yv30 l,r {Wջ4Hzǂr7ieXu2U,IX*i@;"Z}EKC-l|+n䴡!H#XjDxNXjq{yt_̡h|l{`~>, M'ԺhQ M ss"{Lݨ0 KTz@Ku /)=b߆[@F%pܞǩn;6 SKm,]?? Q:G>z) |,r3GhjbQe&vygb=>C̴ qt@ISpB򤻇K QT # QM" |!J_Mn,js<^nO`Q:w"" ' 33quk`T ]pmsds64mԗiIѴC](a}oCt GXX{Bm_DtÕ'Y#ƗbmW˯VόFu(%@q!j6k(*/ X*C8OyGR i3;D cfa8sOqDž|8 f,ڼx>mcI Mvm7rl"w|+xH/2$\0MV_<F>aϳ6`n#89/~9š^ o^BUaRfG68cL+# MdSMzi=UgPOzzCeUty~RP!qxBYDHG eH& Bxv&f𾖉!r$;zcnͫ3q4Ut%:TS;nD9xrWw٥]ԢIjoGXO(@V7'ݲkXhitq2Bѽڬs_#8{Im7cg w-ae**9O\HS7sSa,!WZ*0ɹW:R Urchƈ#AdsyD2[ ܁ `|"?걅 D'`3ŋC ̸I. O7pU(F[ ߙ`JeB 7ŢꔲER9\ )[ysgsw?#7Pcm"^ȯ~kPEM~ċţ/ *0C/H?u<1|[  T-i,3!)6 d=a0_ ߉Ց b6".(#%&邼9RYd4];s^G6qq`k߰A,Qma[0'[Ėl~"CՀTmd3q=G %*&UjL2GvvlHa<|f\x. =r-&'OqXgf Z꘩[XJ|޻>bWUkdx~R9p .bF !!a6U9בi G lЯas_X9*Lי` HX"tmOA.~kfH=:i7aFV2gfzg{GϥMa-y,s1^tE\u/y*&#zQ3hjzo%s-=F|(+D=L`~dr80DXUtھn&/&5-郮:Ƈ2h-Z[ m% ue`Yaߊ:VT1. AGY!يrDDܮ>}:(acMnIf6B]ktf*sMGy{0C jDqBNSUz<T}TQY͎7.T|)@1EH&v(;ʲRyh}yRS#WotEݓJ.Jk:c;9ۓgS>pQeƑJӹû%3 Rs [sKJh!lİ|VKCu X!vtitX?8)[u3 ڻ6, C<1si|;-GFf5IZoоr6pyf<_0;[)0mch.`"Z[hTCW/N:;1ؑ~[uBѥYYFF#;:O;sO+`#|bVNk";ϛ̫c..QZ0Db_чwC`JGb8tLExbvN%R[Չzױ_6_Y;9a2"zOE)=8PNV&2O!˭j[o*)β;OtA' Z'Tz4A~̪Ez5 ^!~*|UƙCB8wZnWblYnq_?ICuk7vu^Ydnc8/Ts-Sd0>U̪{pHG. Q,S m|u*xiMt$S)Q[(|ŀlؑ5cG{A29j_&5&K5ُ}Rǻ kkޤl"Ubz,*&ѳ4hSܺ\d$:>o OCo>a ~/`jZ!Nս|>:pB0WWgQPx`ߗt4z-)?4Lta¦.י9=>HA액}rsi(T4ҲJKeZ!aV=\{a `!?Ø@} DI}MsJ|߂ߘ8ăz_M'dXg&GQu13t4ȬtIct=A0bk5<$]~1^Q}FHp|vZA-7^nϪjj Wqp ;gvUhz-1tRS :ˋ (t2ɆTySs8tvcDMB=5G G` 73ۯ_Bx 1W -e;E hۍ[Hwa.vol֊ 4tJ\gK*p!蓻覼g5=_xFޗ‰qK r.]^xƏ YZʏH aރV6Z7:A]yq[:qYl@>!;طNܙãzz\5y~ -|pdk\҂B :C64EXmRIћ0~AraߎvP+d̑'If|dK6rmPĩ:mBP$V 2E@={_ C*/tj#/g %0)A5_-[糙cpypvHU04XhgFan+=z^492 @0|@yx2[IvJ0l0֦nӊk%?ŵEze6B^P9 霪/g*И 1:AlTUd~YdtVGfv뻿)T-~7<=i5Y[;;.# b^T0h-ÕrFOjD0@G>EugHng^:ZUZy=Rp o\iΐ8&ͷe'RCj!(NǫsMfZU|LK|Jk~Mxiע7U 0PzF Hm+t(%"2)nW{QUH^#ãeFX>:k8~fdu%>#erʱ,l9(px4pm< d*wNz FP|1@$؋3"r HPӶt DGxB~zCۭA0V74 (Bד?N5Ǐi-}ȼ4Ok8% =up}ڃIs<5?3 |{吚u FDW88Ⱥp)@5=őYy:O?3;(P3|0կɐ|>{aP+n D73nO$/fIHE)"Pfs \G\/4{FKr|Sf0<#%pM !~~hNNP>-[Θ4*P;-ر&K"P㆟qM4yk>θ.k4 &5tUv*YTJ{9Ģ`2|y-F{39UW&ΚY^B_<ׯٳvu9\HBWهw}YyW&̯Mi^È}J1*!f"$ᅮ% U5L$~e"S g˳(p+an7#Yb)^LG 1?wGbؗMFS|mnA=n,]Ǥ/*P4@>C<柪3 o)Ll{* Tfms񶘔Ӡk,oIE擜Vo5DwI_Q"KA@i_i|49T5==4(LɋMr&.ѭ׺e)J-{ 1#VX-Dp*5.6= *E| : Hba"{ormFv"΄ wB =TGM8{ՁEzUI0lv @_â "nTCϏW C^^Siz ep-%9BM/9G^)⧪+G1TQ} M%i68A3|6Mt&Ҁ{Sp,Vmǥ!zxL5(pu:Z>Z4C*s@1iAoL .#If}n9Pe8皳ko)Z^h.r?Z=x0' 5%1^9YS  ?haFt?Ae\0+v[p_fӡQ'Wq85N<1Eqr'mmN6uwfcҹWAMT)-V%Tmʄc0VfS6u1k:L"}DP'd3z·}Mϫ{W$yyjڷ1?aޘ@+Eς!Ncu'NRm $^&KšHG[tTpyO+m,ޑPC 3|9%^T[Huzz[c = DJ.9Ugd҇XwotȾAY\Jib GgLt,0Vc~_ad]ES@_u%&i~~DmPtgx؂f0X|Wi9ϙL?]sB N%ggipz.H ~5 \Ӯc,f,%`t¦R~MF7&GXB2m8Tyȷ~YϨm3>50z}UbJ% J;8!R(Wn?Ib4;}xI!a6kvL r𧼒E+c5`قw!('YZf K3d|W>Y{7MML+{p:SӶld]ŋ9ޝt >^HUw|[ 7G:Z1w\->cc&FK 5 G. gPwFHGW~bь0w G?E6$#ɮvW~-ei&W[+UgCI`yEKղ/< ( ^æj#w<9`XQ:%RԜ69oTl| E ҖF<07`<Ԓ?|NXB+/'5:1)z!Y򎪊 !XcA ZI9_jnQ [3胙r~M7ʷ+]l=(ݞdݨ69֟+:m,FAvFY˽ doSuĹ`G۠GX;9'8|yލ.Huan4e\31asT,*K Ḵc/MwjI=BH W(ɂlr,[ΩH]8+Asr / ?~;/ DFo'Zϕ/1ϵ)mCyO ^q;:Y:M ;(pnUD(evuԎvq m'Wal%"#N~6$vڠgϞcggEl)oXt^6ON?coBٍ-6a F3u)suq鳞s\`/:_~>?`y39x6ށP!N0x&Tukbk9һ Z"0y]CS(]<2Z\W ۢRx:_Aᯜ=ۻcn[}q-:ax m`U Rz;.o>+hM.pɱ<*dC;<%hxQ"E$@L~L,(fǍ|B/( v>z }0Gk; " lhd hx$30pw=ugH7PW'T8fȽ[Kv +Nio %2:FP;oYI&{h(xqֺ!ՇihboD_(aA#{2&0`Ɲ%WIvBj:d: +KCInu٢;ovV`Fm LΔ^:Q8偯5/[+Kh%BV ̔ʠu62oJɂ oRMxPu/_s+?j3 WD -I/uHR/+\si:?? XhDh fx&Yw { ԰n3er#Ǿ>),!+BfA*.h[q%!1-Mq0FM (9uZ4 \._1Q{fP*si3k5vH7ۣ{UX'gD^Da6Ԙ1SD9KDi? 2(5; c}MhFmvn'qc Es:*"$]'$![Z:%TDpծRDX}3a*r1=O>!12qV6$M6c'&zaU}qsQ9aR4:7uQp/=D_놣eوɍ*};?$0_DA[lڽdɧpI h0`" yR:a&wzdz@<[䁼U/5v%m_Si,#j̣FX$9AxJo.3n*eP88J!:`{A@iGȪFg<*_& h+}u >yB,/JfMV.xa/[3a'xıqyN&#yF6qBT8 B)y5W)*"uΏz1:DO񵉽f&=h\FHu>dCm=K/!Uԉvd~̞CY{ U}5L}lT._u;=~ɃOD[ƀd'xUϕ9/@YE_#x:#[Yy.&hT3Redj.sLg/^Il]["~L@.2lynNnoЙo9)]dx<0;ZSP*B:?!nn HUi^HJ E;pXo M;N #\ţ Fˇ5 BM&⺐ބŖDI XAc%G CV8n9Bl}aw[?m)˝a{z/IKIҝ ]?Ե7+vA!NB '.c& d W? Wue ˾Xun׹-հrdj-lj<ʜ&ܤ)P9@W`'ꮚV*}-Օ*1DtNl>"әu ˁոH .<> WPzUC'v/1t+/ lƁyV@ dGzu,Y dUlsw mm,_?b P0%Hȝ\o˶kGJrѱ~ q q,@*Ưjj/?zKEWrѸP6`bE=jLt;(yA]̣=!}Iҽ{~W2-辩x}OɻKOt[X%c IӼ_yHt:#z4lnaT{h#i) A;mS0r"[ <`jfH*b{;j{#Cc[ݪ+U|O jV[ԥ A{P:1&ؚ\UDa/%W]gr2G'?9X:z͉+nz+Yw(AV#&)c7܇E[ N$~!3E~?kmAU-f&uc;|OpG cy*Vd>@vl,1:BE5I"^pYoQS'\RVfAvp"MߋEO۔Lf`7?I./ ,JFW Q&D;৔/Necc aRܔp=moyHWB2K:*Xv9@.&n3F]ץ%xSsLPv&O<Xv]"?6 ]{8;79frs!tek7#cL70{CWZv\Pm )Vmʳ)cEJwGéZ!C:kM1YHdV,^ vGZcARc[SR6jK[k*dY#ԠH.}m’"ΝlTJH2nxߛH0U>`XHoo#ò_݀PkJLN u6y,oOFc!6,fꁖvrUOCTkcnߨ` P%4Xxa4SdmExh{`lpa0if WUGfsQQOUbYewl3dP_[i̕Jsw.LF7),0K;Iq׮KtI! v2p&܀ p= r[?ɚwntjX>H A=\" QwH/ݔJo=``S]4[(zܫ\;7-II}v+4G8v ړ9+=̍@OC0 .N7eSo BhBK=KoGRH> w* EFLʂ8D7P٘h J+o` vnl'"gsl=ޝy8{TzhgvAՓ^FY@&_|L2/yk &pz||0u*Yg!!M(| Y44ڷv?3<^S~vVBLockwuCY~G?1B͟dE~RM2+xK) Bs;r|kj'EfXb%P,d Dq5@\5P)_p4UN-Mm#!/%" 6qwMi@oۧ&[BubS=4k-[ 1b :+%|гB=/QC%CюheqX:mY]Vn/L8X@?7j(gP>3XEb7?wpG_(dYQUc٬0_Zd :;KdN7M2w ^.lECN+w*H{a۳ȖzHD5Ql4"FߐFjLWP2&A ʬ@_xssg5cg7/uu Oچr[B1^IXh ǔ5O^jlۄ06-pAP(DU}hXIkQVkfB5scB"7Liy!Fힿ yT0CNeK$TK%Yx|,ɥ~{!K0-53OV^*2zYuFu;N&.,feVy|&LT(> 4 %B"0ȫU$ʫTx"KO ;ݨF*rzA=c㟎6Nl~f2.Bn_^P×pHCU,/z'-yDvg Xtj&0zug᪒ 7GMTșFmA=IH&eVҹ^Ĥ~p)^d-sHS!^KzL45"TK&a3,;/V)ZOeG4L.%W+"R ~\_{_hHKK ~ N`'bvF<[V\6vFY͗PFk@he{ͽρ)I݀d18v6CM3shC-k婼g>En*`uMk4{Yut%^L il0Ct/:Q{ ~!iZ9Um1\$ Bi'2|fT_j$@/k5(ZaT%,o>+ULC޽ƿڭsڥXj:n'Jv 8# \. XoxrR<^+ KS!p|{1 &cx\+">X 3G)v1䈪߱lz7E;-]<35\WD05Ih]۷8,Val>-MNTIA24k,IK"-S!7hQTCjPiTuLx_$Qf3*#w7/;E&sC4(6 #(D N0`PqW m$U%9c^1-:|5m"$l$yeR>6ʢr bדkKnjs:rEφMIt8n'H$ _ ;VΛѵ\z&U}VTn;N<32tyi֎O.1΁4- Z^WȦxB9m\߇ـ8_v C"[YX" W1K?x: ,ԽoBu)6sOmw<;Z_fFLp(~:[ctu8}oXDYJ)߀p5j!-M"I+M)7h6_HZ"Iܔ[] hÁҌ_3!jzո } 4Tɧ) B{J3Ȅ;/O: d D^$%ʘ.f}[ wa@R!Gyv Y#6O5}BFcb'٢zUO|3!7w ZK R2Pđl?Dϖ0gkgթ0(6Ծ_DS"!D4 |pPvBN3 * p ߠuST]bcʓxɾ/Ԕ/;o0LyiZ\tBotwG!=\Iƙ->؋9Wř/̂Gc|[kT_Iu$o>M#<,̮ݮ.v'jRv%E.> ^2->ih I+{EZ<喕CR}O}waѷ$OafX(-ݺhRсu(/V' |Et c;j#Jȶ< 8m D5$BKЃKlR(4U'f\NEC 1A~K>:(HKs<П D590 ЇBÕ9Bv.J=\#-mSLɸFv^!߱k#Nv(j5CPt5R NE,Y#Ib\kk w4BY, UP"bGxwj~u $DW_fl{]0-Jyjxz.CNWFڋDlrb14 0KOvg mw^.p+ sC8=qYxROȆ0I.<]~ߨ`&()WlV8ٕh2Yy 5ly#j!gmyLr9@MU"!g fr: JkR4A}Ɯ.!FX AX!.{p<'I/!.X,`f] G"UsapYN(}\ZT =m6{*x/0h˜T ۋ-dz LbwJR&Ė$(ɉq0Ȕw`o>E U g~з,hM JT!/:Q9?[[kZ,iU\~l!o_a BS l&ܠi%7\]T|TƲh!Q$];۬K=s$3N|{zN$ϹR,X2\6qJ؃υe 06/@:y 6zNלj9:CqzISMm26pWf3SK }=ꏕMEU&/dl3d\# 2E$}FDj0dYTd} emNs`erd~sMc%v'I]@6~Uͬ0xֹ@n sQ4nw` {}X']Po#ˀt }?5VE ߝ՟g˱cB]-Zwj>*B 1CF^\(,-f D y[ :\S楏މ imùDfRy=ʾ4k lNFݺ-tY?ё2 u6Vwy<9H7} Sd.ah-pzL@|)lpIgH%Jd2(8CǝHH^-'j?]0.;{8oڙ"4:\:9ɍ1@ߵRV '(ѩӵQP9dg!0rJ;77(+ə'N '88mF$|ER}oUsEg&6 <LMi;rLQC>z <;k:?QLH1&'9de?Y ]b´SU0#yOM%VhT-Q)e֛aq7*_&gS +4!GzJȒav|N BhWz*&J u+W|*Sº⏍"Q:fZ0 %lG񀇖9S,aʏjiRiX1},CeFAr;Kp[+7Ԙ ; ^}s~ d}cLŁiU.g:51&>_,/ϦqO6޽ 2;IHx5ª2*2 xXL@I;oHQJUBl _ jS~VYFfO´seRIW5=qR dd'xjr-}V1{Ь+7- .Tʳ Ƀs1mw@Ȗi9g6g: ;x٬K䶂c0MqT=DϽ?b:Z\㭭CAApHI׵.3õx HشtlAooFm8cMMJ.@AsC,K1B2y|A 66%lxrX>CKT ]pL{hE*f:( z;Q LՋ :o!ݴJ-v?ς Yqs5T2=-3u+P!+lvkUYޅ Gc#>Lv Xrqq0M<]/KXF+ٓ'QE^ edG$HӋ(`ú`/CH%)q j{E9Yr=~gI.vz)|k7s#gU@(w /jT rzxa*Uأ[b!7 +l+A]q>h(~N^ ؊ߩ(>`ЯC x͍F20 vt9t ,j- cIݣ0= =PjP;ן]$D,P85,뛰 KqLM9#!A{ $~ǁeК1ڳc,%:6O/@KVq$ŋ>NV]\ < 2c) 1'9@»$uԉ]E'+uWa4>x1 $%؂p$|\ymkŹߺ:2Tb*WU$Sڭqnpp O U7]8⛷R "1.vz7)T2Z5\zdQ|bO߭C67{._SuJt3HuY9$ `*zPGi}+{J:ՅN̝hT"ZWh .Ji^j-;+Md(qq/:h::hlVcSXO&qMu)C"0F]ɯ#/蝿q8}ӛE7dxQF;A'S~;`/ap@HA4! `@k%Źǃ; f-lo Q'}& VD^eꝇx~fgu>ׯ"γ̚floL?F^k7*W&~N[j[K81 q-َk&n@k6z;KyfPhcfG8HoB -$e̔KyGwc4sXMV6 ęRcĨBP_(KT_>;TpN=lΠat ;ŝF|siǜZ6rWQ)jLtE=|iY&)xV \%s{-~5zmЀ|^eu/u7t>p:.QoN弳x&xo6g ]jNtp2mYf6n_}2ʟ'ē?/L~A~ 93dX!G&ѷ7}[[Z'hV xX`|h~oP}V[.z}< >87,ir_GWL=V^֔.df:m1CM$Fecd/0^#G|kG`f=qgK3)(ePeir9UUտ,?C*?P Am iKڮ8U7L떳9~Rl3Qn)1Z3Q\szn[Zϒu*ZW;+:t-JwdD Up?9j6J8ϛBd-?8̜sK[6r͙ަnUMgrq+c=KDoZ:ߝ8w+woy12 (1,jDlQVT<Ċ\"\'op?;)cD &<"e(m# c*+W"|<-]c> a=qeeRf}K'y}QY/ڢjIw9g .O+`ly3AԹt[[nWBQgV_7X͈֝tTcųYU(JA+n(DO΀I$[ەwCWueeMW޽ }qY}ʟo- jtӯWƯϊ$,C# ׋=믹Qn)\ vЧ$-ݸ,Snȏm=6F~mrHrYޚ'pNvțQw3jqi \!?O<\Yߖ-َtqɈlΖEnӚBFw\a;cKƷ]fu_VގSٓ|$j<~ Κ#(J J8u41ʾs^~+'Dd1%uK^{~y˯PaC#}mZdm︌ŅPcg;] iZX切,w 81\}ڎ 2~ dDVjujK[g!rq#˟q5NTG~NE::[, O*8ȫˊ?̌T$/b|e\寷@S_嫅<2QSosEY~ԭ>蘪B=sp# ] *V}u-dnSu&h+ޱ`w&yG:=\7yaA6d?Pڜ}e☱%o8L}CO&.LjĚ67ິ8v 3 8LbI/-~+Gcg8,tUzjZ ~F%Fo[3sA|[PZeP?QmezY~]EC{leu(q?gŇgN@ Aҗb8:P~G ^*ˇU%)8?lU!,wy+j*_tc-=LɃl#ɷ҇Źak q:bHh\}=sk FT̵s)s/hzQ9l: cR/- yl =,Qw+i*ڔJwet#,|#zs~WoF^/Ev˖t ⤪R*Ps^htv) >Jö|# Ж83d.8Ӫ ȻOZ3}: C2b}h_lZcD토#1-wt-|^s-m҆>l?-"*v_/8,Խզ lRig[ qds n߻t,), ?eQ5m-m 9P~i8hVm\t#hP_R > G-,*q_Jˠtv.{޴cj;O>84UEUJ~m{ Sg3|knj֦L3yUNZr-ݒ[ϖs ӣZ-@gK퐬ޚO]׫,,BMPc_w*W H|k:i/ HFӷħoeA탴Ny/]>J3;1|ga^-9z|YluDyQzVyH7G-7OGПD/7_y? wn&ː.Eڂ4闺J*8χs6'ޞU_)+թf2-M|[hi-,*W-O犿VL} u>(߁T~?)1 HoH^~Y`r9-=yJ_ڬpcY#p5y{b֝HCur'y =mp(߀\ץ OF2^1J%~'!= F-g:כ3|FOGU tg#=Ny.?EH/@H/vk5H/EzST_k%%HDz ҫ^/W ֹׯCz#{d駲ޤ@Z:ߊo7;OCG>hv:'\SCӠen qœ>#UzF̆자4OO9y)¦Db 1&Ca6@z^*D >Z 'hҸ~H[" oCAx Q^ >D,~;[șUc!!! #97/c|c'\_BS }N񛞗Mxxc\黚Wi:׮r.>}e?q꟬\OPCO@v:)˗ KY(8 Wů4ik^N'#? Hia7dMWx֔m)>bLQ7B2A2ab9]unngѤ[*RDK[8r~\X_58;BJ:QMG|k1*}L#]3cg0hJx(3xx3xŠx0}ẔƊ"ݶ>R<,8*D:HuL)qaLYc!zl)x%ÐbCr[[6N[m@Rl(#FmƗk}fY~NG{B.Öb [rFk߀r577$wpOmP叵qUL߷^o)Jg_ { ZW~;vv l܎cƨz굲2 /۸݅ ʊn~ұxq]Dwp= ?D.幞<3La=͉x.]~wI"97[ދe` ~66 CX=Mo??au3t3||3{lAh^ UWPO@-Pk]hei]}.ؠw% `ژNy!Ma%hP`d^w%/ =oMrEF(AJ1v~B[ؙaGq.xư..<+Ϟ Dz@_j3I"xOeuO.o,blwvE?AaJ2or@Y1E]K~2g0pWyf9!0pd 1ː@#Z ,aCX惖1dCPd-/NbdBpY t.J@]g(\ 0jF2hz_탋5>A۩1\7/wQ$QNW|InFJ8!yFk*M|SmӑEYJ !*e@A:0AE"E%2`a X!"ZkNB`A[BƘ~mxX[OG pI @HPy'+cZ Uk_=Xߓg;mڷ-%s%&"YƗ"Qy!Q q/L";ihy Pnی_DF8N<vJN}o UZck VsM6  )Oqq6;]5%=״&([\2x (䛜\[7ȔE,pmoe2H6gq4W>GDoH}FZ9qB8_c4hTn^hItNV݋.0w`B9)ܞ /w\BtoKI'/Z=\ 7!#k4XQbcŎ%_tn:m"j(ybdfBٵ;x4''+몋'gOq?z?l~r?WѾ>: B^p IsG* UQc2$0$=@X$,3$zȰD# #1*'5 k ;:KyavnSA9_] 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{rVQV+1뮾aK.lZXE Vd4K&ЇNZ?.PwĖ܆齘N-=NaR;Sݷc:c>"#k&-PĥЖ"./ąø 2Zi[: uqtu#6Q龃9 ;I q(0CP8Fee3-tp7s^Bxz+`q"^ø8},}u?gס$嵐Sl>B٧$$yhd1>~%y<>' }x (!{ ߄y"yb36>C| Ht&9t6X%M-C[~my?+%yȃq{Iއ5kv9a@[7/-'-lExM|LH\H(eq$DYy/?Ss!BB/g_ 騐#ZH[!wB? ҟX~ Xg!/BB_bX7!B/X|C \Upsht{4\Uq [Ts+7lV|-[E|{2d[S-![4~UR{CKWF꼎yu]tUƼ3w/'m#R2 tAXQ1:2]UMquy|O<>g#$Zݞ=iĞX&|Nrwf:m@f}3t(q>-{ܼ} hh?Kb_e\~cqkʄ6jvʏ1%:/#:Wc9ug[@etȮڧC֯iR ,(ѱ t~n0g:e:ҧ#h t>!y$Z1!ν{d$>0?@ ߌeT3V#Ja;{w'sMK7.$:>,Spvԑ=G}D,Sp])luL=/s䈁;L%Gjl[ȁD >>:f8xH"9C>N|d"g|G`؋O˲~1 գEKOϲ ,-gYz gi?-Kbӳ,?-K`WV̤"4[C8cV!ϫ$:˲XyA>^+՗&Ʊ^pڹ(_U:p8vgR}h˸[*tOhԘr> dj~F5x.$+uh_}I>QL>[1XM2I(aQގLAa( YʟK+Wn 29ftI3lTXc=P0UAʂF$guB~ھyޱwFvmw:Mcep2IyiUoy.5UXLG; [xXKnqjWfpUPՑRg%cсTѽZnGM6Lw=ݣ73ƽ v ֚h!o͏CsSjJ'BMM2Y@&\AZ7˵#1a7` ~PCq3G`ҷ8^(x,xZ0\hi4a$x|f^%QD;mQ4P MGKU <`fs\2NW Pusu: ZH/T y"ގX ``(!|%+גwTAW9P f;e}Dyוv>ϲayk>h[ 7v;/ELfj%>[%T>5|{)>kglՔK|7Bm}g=a@>l}p}>Tχ|n|y"xyE[*dg 4~n SJ̭;{ۙuzSgf7UwRv]*5[iAx7+ޣ)gŽtT~Qye8|r^#'qP`-3lpTHyGekХ!czWGLVШ6ӔQv?̯w_[AJ;hq{(n*1nzaƫo)dv=Rb '^Uz/_)z/'ޗ{t8񚪊pr"vuI/,gAs~}\m?0.*cLSOw=\)}~+-הXf;v_?$_n#̋Ӑ;8Ng=ZF<1QA*ch6Ӹt&‡:gƽ%1@ޭ;q= ^ej0AC0~vSHWk /{ʊp..*d-X8ZV OT_8]V O|'j EOtIѾФՒ Ւ.&.f2j ;] vCUHkEգc1]WijesEWR Cˋ E9T!ECptبԥ 'jZDpY-< p64P8[";3tJ™E%3 gcKڑx-)]Kג"~h-)Y!#ݐt?asx}elܠKr9(/sO^ xze~nO:ך72OAz覧b4<ЋyIH/yWpy<#O|B5 L;MY<#|Nz>z7=?L"w'~P9ur0jpu,:f!ӁU} Țh:"GulKQ|Wǥ\-,~ףn8XԱ#v%[hm9GX× zMܢFl)ʺԕˆ>\0)Opi+Ay%hb޵D.і[<駻+Gr.;6^eSC WRW2~^ͤjpVn/KncA?P6s{>ܕPkȿ[)7EU|Ecq1viHWb ՘k|n2i"?{y:fhY 7uF\oc\9r-=&7 nPn#؟I<4Zȼ!hޫ0=\Jj0[鮏JO'c3ISyy }F_.[{=W S{_>H䝇ʆ+;vkJlHྯtӛx2ȿHBz k^J.o"67!ݎtҝHoFz [BQHcHvqqBڍimH"M"Eڇ44\oZ7E~^Mnz?!薗BK'P|9 H Do=ɀ2I)w[6?כd „O)=Ax.Mlj\ %B#1nCb Ur)zMNiD+<9 Z[J|_A3O/|ZksmiR|r>Ѡ PZ|fO4(>s‡E1 >JϜ⣕@ wGEXguO }H)>,'AlP-}> uQ tm=9*Bh{o(ھLl{@*|6{P[b[-x._Afw)f؄g j&P?! viյu16.3n"O!QBh} 8%tqBz iҋeA}mcxa !QB_2yP /'/@~Aށyy|;?M [x3۟oOsmQ۟Ga(3{[R^62N-G> `Qc>_['з9 v߱Sg tprT0Oi(;qGMO{_~L,ەc#xdJR11a+a6_w[oFp0C{SA2 >|p=(o&x|[RwQ}|W V1oޮ?C߉x9lW!@11A~VpH΃)ǡyR'tה{B'kV[fIQHeVmPIz=p V\P r>k;gIQփH遲ڮQIںNĊ?!V0Szz0^Y)C\cH廙,ZȁߓDf)~WkKQ3H&TѶg cw%{n_+p2C*|?chs>>k!/0}}1Ƨ>ܳ+7u ov&N|yӷ[_O=2y[w5ߛ|ﶽ懦&:J8hN} ka<?!Z9^5UAӪ60 -0 -0EUW#VՁ>f8ʢܭnU]0TJ8}?;<-Ge?}aOQُ*=zR4;w N"drNP9' RcM&ivNb4L/C؋ $tT?VI]o.}0q{}IvǶA4o?}9y z8<q4%X!ƟOwqM;kV&Et6bG.XA@l#h;A4˚   M|!m$+x]T׏D#(XQw ݞ{xw ch4kXb&1hF%1&F%j4fwo{{,cf~kS+s4 !Du,&jECfgNBTWτj i]:ϧ:9-ʹ)31tt>g-|B/Y~D:9>ڑΧISKJc'XPϭKm4tvl=*d:ɬ[P,Ot3. Om"מl3fgݞhKE[Seq˓}L4'L\-LGlReD:cZө\]gS$Pm`L'1uT+Be. вDs>u cݤPtrU2 &ږ'=&R?1%q*?SuQ̾$_)ڼ;#lDSMK [ӒM@Q+o>o[xG[G./4(77*d0M5$%ck@-r%ښ1;ҖFfL=l6s|N VDg${d^$(C5<75gҙ;/lkr5-dx6-O"ݾ"aantF]\2_BbAJ0TxUK $ƀ  uzNCAY3ئ)p?Bb!ʆAH2FAW$.=c7t<L@D = Hk["[YQ68䎅S$C)$m@sl'~o[v _X!!gR&o\Q̃w1];g'Z qE䟒PNe,^T^c9sIݽPw¿7b/X#A>]f  K䰮bC WSMSJ# :&(CZ{jCq(_Fw,NI{g3eo%L_g!?v?#>jx9Q6"r;t=$ުmVQs w"C4'I| OFXSPTYv.Ʂg˲+Ys$EP*[,.r!uc-/FEq 2ȕt]oȼ# I۝C55sx|Du׃~KQZ{:/7 u|rnUq׆[ &ȸV6^u߁J]}[Qڽ w.T'|IxjL1C骒Ɗi7 \5N#ve蓰 ፙ ?}~ޟ,/ xۿd_?xNE Լh/Q:B.oA+]t ^ΊPo[A_$t]oI]ߊPo[.ѥ|TcR"G6)H ~(Ͳo~ݗ>FIgIJ'½|:IPoRglبSs 2w<%w:5jw2r)ǩϡ_K់߄\9gT-7F~#Uq?E=Du=&qvj?΅:3 qv zCy(< 7@#ák$Źw!w$wq6878CUy-sxԓדSH4PGYu!ZIǣ kgK_8o8O|ߩy*49]ӡ绅:@mQw&"Mb)65$_mʷ&_3M;;"sk6w>]rS6=\k#Zo<߄oy O֫ U^ٟDS$>`0ХhC%#ܾ`[= ^ 5$PiѲhW# 1?6fYtGc-Q.q@ڂcmE?lC2RpܟZw&QG{&:^WuHM'y!d"dA@y$tʽcΤMԽ1wQk]~ !(~ @78wM=58rZDIy{^蛿G|^}qz\XxuMx uk'߄/D»~[(5޵LH w~铐;7"]WT=/=}|>!vQ}Bek@hKw}ɑ}Ps\9r?P{ve]S7uyغGoXr.U oCIZ:Wf뇱zXK,&|XQL~uTLZu_HoǺy/Bk+rΨ} צޫJcҮڿ =3WZ_DCs 뺈~ 1GQHk? KO~B[#}u,ƅխPݱn:61/+:ʕףX!r_ؓaMd;="2tgKuǾQ]U|!ܙD,'粘ګIs' ؐgS2yV Xx 5M5׻_J%$LKx[ɶvXw*mVd9V_wEs5vu݌6 U4 mT_S|Ҡ[ĭ+ٶ*ʹ&~L0ܔF?l^_I^ˤWY~Rg,cgeM8Ron@?qd2|םPM2mdg{穥EM:nɲQVwPWD64Ubj8˹oUп׵ѣ '+WP^z_?lȣJ9 .>0X||X@k 4LS07f|x# V/&T0]HQśEj)cda"_^.VUaKG'bs6Dz7ИRǗe[Iƍ/ߝ0^]IRܑ2- K@zjw ԏ:, 9I\;sJ'Wk% ƽeyΓe:09^ㅎfX)} q?lPL ŴPL6vr}3~δ%ogZXmEϺj{K fٍkᄳOXclgQM-_wݜQܜ9]!`7(nH*'z,/m-td%LaBb'2ι~΃;w55ɝyz:|{#q@;Ej\ƹsof eϟ.o1׿/-(zF6fk J/>Gu\.նoΠ.wWل[]G !!_~=8}>z]_}vp=,솑O=Nl ;DLdg>OZS%7 T;.o 8,@VGʸxtx#!pǛm L#z {s˽xߖ#xLs#4&4Y&٢YXg1AE1\ORX؀ya]8ο?ӂ]!-Y%5g-De¤؞ȜYY-x#-+E𜢃S[ƧlCU2VU۬%oNZw>LSxne2g-6^ezuEzeWHFZjXߝw5/fS .-udlwL 'S}] ןeo ӟ/CvPa؊UoOdݧ;ymgcu2iPgyPk! 6W[\+D,a?ϟ 2s-v4c6qCi_Dcџv-|r/"aI͢5v{1gۓhFKi DԨHJqerZY Wpzd a@?Kt(yՖR%/ۜ-U~\ڃ\:r _*A&aڪ)+sEyݧu=_[y/UymemH@vo~]ӀK"ao/U~YypE ίorQ7˗hM{6#5$r+Epǔ[2 y|fD'r9ׄ` /z/ /Ի%;M12(Uw6~ɳ擄-a}_ \wyxދߪD,Ψ3v3TYYjw#\enN*3ԚP yPA:p9CXg5<35^ѝ%R%,rJXO[}ahd{l?R=?EVG}G,V|)kHm~ 5 σu9'Ct>,OSGB<*ϩ<|yLX[;>ia= a菄}yRXga?>DCVo.[YLOR}; t=`qEumS83a?biڦg,(r׷l4vDDMu>}XRXUՖK$-%3/T)4g0? XSe ެp}ϟ ڥmvgq |G6\l/PmQJzogڀV*F{ACBCGr>@5 [V .IZ[}PiW+wbzoos,z//w e!1zD%xECyevXa2WXR&S>}~m,Uv }Eb^v!,{rQ:.rY*+?{*QMvhGm򱿜zO*hBbmd 󅵺=i:=̖ {~+6~G'x/5/ \wt>=6{P%7}Qʂv՚ʵ&+Ƥƴu̎,5EiJ7FƠj}foʹnU{fu!]Q_Q_{!R/(h-rqJ ->vѠCDNnIvRWX\'v>=l+f`㘦mxBR/C-(9p ;  X&I)36AaWYz tXU6n!(m5Yaw:gAe{1֙6~eN :jwq CHưNk;vXYlWx_`{7EvW+̯0.Evf܍rvjnK`ˎ]F ,E"f; ,L6;8mq9axB|?L4o AQ?HgarHe]gg= k(fmNx]gGd"-Vt HqKMpJ=Ydg,\;k̻x$s>;L-hƬz$ږ{sЏ(gM:fd25; dǺACD7]l ݠ !vbYT9;ble%xD kWEz=[ gHmZ &vZN}i׫5?MQNh`\%MO龠}@{foQN;G:͟EoҎWY)cA1;}Ţnz%N]ZsD;o ;ŽyZ@aCAvw#@nGEulI=s_Y]{hǀ6'zvm5[lxlkaf{8tK7? tΟ֠[ETOJnZ4Щ3Y?vn[?ZL7ݤӳ@g@9ts@:t[@]oPuxOn6 ctW7I=K.>9r/t"н\-{7b0.R󗐸3ĵ >X1R#?G\~=Xy#{Ԝ}~I5!nzP҆Zk(s#@ 907s/ƭqŀ*ޟ%u@=r=z_}(ҦXG7uXI{HбLXXw˯ܵڶ@Aq@H׀bm-wVFU}@b{S$F9]݋M;&ׇcM>٘>5A=`Jz=^_[fct_jqIn2_鱵wkH:Փk9ڭVY#H=F#'e DvJ_Ri_mI›b%mծ6o%j )9o8TRS5n:ӧNz9n*]~>^=A]w A/=-^z[~.ЋպuW#%wGjЫU7A yKR(| A۠r띬}GDLC)F'mԟAorAo6z[]w zA/ZhM7b;!RrgO]lk{>nu޸q=kCr!'¯v;]7=Y3g@!J/<#%Ϲ|q [V3[C'} ]=S0e2-~< ݿ}e|.@_k UޛŷZ64BEvFa^wbg4yc^{%7@(x࣭ Z{4}|Kli{Ы٭u-Ğh[#YW4ʉ_+'KotuRN fҎ 8ͮ fSw@u_F2P}ϺΡ bn;~../<;(;0춤zUg6azWN?A7{o.G>?r}Sm-^!G ;/:.!augnzN Wٕ;QC܄ԏJ^>[*G(<)(SCHGuCt:q /^&F!1]5:_Z~X -3NVy*?/t-uXa3ےj-<(#BgP5 G WVEϯFV9S=)o 1~-"'ZS>E7r|S83A_*wLo"o эBɔ\2U2BZ̛JŚGk *CJYlf1Q>;Sѐ% 3ɟ@NYWHI*Gvi;՝rQB` gk=ٵ5߈!jg7C7&;rCm[t>.9ʎnZV8{V3O'~a~u]ُ8b-!QMUi 4/߭n͎_A;nr7eg`ցkD[ήi)G'MOQ|C/~_m- # Wgиxv@TS ahQpj"Q` ":{w/YׁN);2}_ąO!`Ch9 {7cz{|E6U?jruW<|V8;vH1,aM)m{Mreo$rTT#I6Χ2 g\v/CJ[^;*YkGٕ~h0_V5AG?Vq;yO!B8C{B_5}x o1F~j|ߑt[(Jy8>RT84I w^}i' Oh=NB(R^Cڏ߿vz?x-AX=]57(^%Lm;[a4 ^A ԛ|@OO>h KCCP:x*B7[E4r-q.:ꍧxqyu$i^ꭨCÀ`@4QAB=N&@`bux X D8gRHp84K'8Aq: w4y3y $y BhU,@ t´1}[6?|O&} pIYz< K@:g:I\X~!`uS׹b .% <\ \EpMb. |76[9wNn $x &]`xx@''~ރ}_=䙭$(|܃CCs_KBkF ;?E5f?":뉭BM8 `eƁY$B!'It8^ 3ԆG%di;~ة?і#?kϠ*Ɓ$UH$BpḥjiW*Z4C'L\яUlX;IsYvpFY5zSPe~Q2}rzԛ5eHa$2`0YPhNub.ֈӃIy*<VW5t̴]D1U5ÔdUIܔ'5(Ie'Q_$5:&r`xf?$g?p8AקfVJMb̷2T)gΖ,%g_Rv#e\)̩&ל0J赽ޔ+ۮkzӐexYb\G.(Ï%<O+ FjjΛF+ ?"M<ԝ$Cd?0L!ZW\TgֈgB?։w7wɋTGy%[Sv}uֺn*⍔hFqDaoz#!ܒKg?;3ٽ]],$ٞ/;ؽol]{Imi2Sܖ6aBvl#TpA،Iz6uzfE?Fb8H( |#OۗUTE@E]߱_eX,ZA{|y(J4ˉ\ܰKhOE;b/1$q~B<<9&\5&\qI'@>H]' z&ˆɌA$"BߚDy {Nj4q|%^5q5wˁ6 Z3_|eSv?~t.?y|\K+fSz>9kY\``sKP!!)4yaׯvۅhm5.^'+&![Fv)p{q]G hhs/_@Df(Q"˰y}؏\O+{&..y$A * @T°IcTL2}b^K%9 /'@IJoM /+{>)+Z@R:"xYNG`l066ۀ4i۴iFi.RR zMQERߦi_"QTBf\t/Ù9?9Σc,L`n=Gk\̘21Ɇx;X-ZͲ׋6.rmtS:ͭR7Jf}a"Zz"4IVQjZ67P{b*FC;lWh!t,v:m8OqE/ps<Ę["iĚ.f8",b(1]<3"}GI7c c,|gh?G{~r|=_>+݇mf+b1F %^cMqjZt+FqZ=m(AvpKT"FT89pF7]Ԅ59ːrd9]nv?pH:;UZ順OiX;/avd^򂔗YIJ-/Y &{< I/~`9ptz ~O4~u_E+N9p Lz!IoՖ8l J;'qo=(W4D<0L Aa> IHX3g)d<0OzZ$R^ @U 22: Q8 u9l\O[[q%:xXKs6DA,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<mA^(FXxf~{`X` B|7!_9ڞ@~_R|glm[Cc3PY5LV*&)IHĎg"}{D٨ > $j:|ǝNC7`wyyA5YW||ƋF-өX5DViI,-RżWnU2(ꡗL?|M2·knU ЮoS%AyԄYyǞOaǹ ϝ(r?:OKx/]G)?[Q'QXO:hxk+DX`( (u(kPVS6o@ b< r+e| #:@/VZ3*A}\=A2a9Axd1#gxw+jsEqn.:ĕ^84=jX[3k$dĿHjsڻRMjW"5<$sl $ً$5',IxvnrHxzCz"5fZnF7UmE=ؖ%" J#fxy6 NyxRN@ u.M[ԡ[ K7 E4eH?Âġ(IO>wm nof3g2:w(-Ʊ;vNǣ9E>IWEֈn !d >"> ѠZ7y&RFuD;{yw =& ]n/p%Ck +|BYJK)-jod-_)֥A5f{4 O3~IuVTH²TC./akc̅*U-0Jy@͂{f~!]_}mY,L&65%etYv2>^p[5xZ[Se}Y/޵Z)H8V _<5yJjڔI8tF\U}uݧ9Hϫca XeՇ}|2652>73X$kͼOEXx>L8XMLMs/ZP]o?+-Dݎc)睓hDroY. u#G :t cacWp4qqA9AOm]aꪉ=W+G ѫEA}G'hk%~;.r| :"Krt/_&->u)uԮل:Ql n&ql@ϑSbWlB~ZIi^h5m"!?p ~8F8a2zn#[x9㙄[J$)% ǟ@I< 'Z~?u' #_|ܯ26Cguy l|Y͠+.pyta|n{x_uG\xx]a~Ƽ\Ϻ5HKo~o_pp %^a}g4q["_ASN\?JNoφW'mp;`L>5~pb ~?)󖌃O˼\M% ) Fb(hZp<""PLDrLVQ` N]7{7<]'nt¦-(/c~zًevbZ؋앧M~W$+Ub*wL>.7Ql"m(_\Wet/SWR X (;03]?qWSZCEkSz3S3s{tE)9#*5`A6=(!6Aml78V$|5d&I}]ݜ71Ad ]Q)cޣfE&^,x6M>DRY$Z8LbY~eoJ 3P>(ʊ59 ͧho,'M}h*=U~T_2+N2t(ukT]Z*%77"wlR wjvz?w0o8/MNI;nڤc᠗[Eχ"t,lVuN~CmZ}@nP>ceW][7uL]+W$EF?l pi;bwz3Qg' #A's4HcvJh cn|;[)~O;vf6XGNjI xm3´l]~QQ8I+Rn ?s̜ 7Pg9\`sxs$5|^Ӂlr^kq'ް=&|YRNꃠi]]O3 s_VY>OOV|xrُ!YrӞt& ̞} F>nf]n?/_6"ۆ`*~s*?2{-kNߍvqv>#~q]Ke#OwQy l4?XE׈W.{:,{Z,y+A:0fg0Bdc): k@*^j0T6Ogn ë^}@c3W^@lx,lr#HU~5|(7dvǯ(7Ry pG;T/n3: @^)^!MW/>A rc)1 L^D&'ܧ5eγ\Dx(l[8[@^9^v X3 Ăؒ#@،?z=t[)#\Wrr0; GdY"?밲yc2{BZ?1v|}":N9 W;1#gwR<ryӌ'M nh~H1{#Sng76Ek WAWou"]Eu% &@+A HP\"`uo5}aK:X!@}/QGy0@0kԺk#0 %L{:) Ӏ`]&`<@ X<_#*2: =6`-17!ƇpΡC,xB9)24Dఽ${}jORt wbbbuo6͈ڟ"j/SBY (C!71;QDmmA`<Ύ#*6## R&MA[J*ZR:].Z{Φ ѳ+*J0LqvV' ΨR)GV~r^e1B' ӪSO#)ThӶ#D vr2ry\L0$',Zsv%fQ[;ޞk5T%-8ieU#8%b5Lɉja.c(Xp8)ybSOk(ƺoTStzW>zMq(.1 f΢sUl]p*$u {İ':8ܟ. yK]8/x@:r-ߗWΑN7M'@x/a]'< ~^p[!o1ı9Sޫt`{B ޓ/C6`5* $yWEUw೵yڀjWJX"g8u:55' Z3y$pY]?hQns'U{Ri`s$o %*?ޕ7~xZIsnlHJŝ q_$,l:lEJp(K(+__SRJUN/%*3ݜq4 *cw_/3Z!DHAE{fVd I$Jt2Efݡ|^x?HI% 9^]CKPF%NIvZUKޜDĤ1fUS!Xb1~+3#wLJ\8r |=@ĈD/t)9GGSyQa-. G˒`!_<=!̔EW4-oÜ<toYSĬ? >+y5Ydy=.J|#z A>mk'Oo;TʏL*dW a{<>ů]^~I UB֑ϻ̧M{['f|GXN.x<"7@\*jMr!!#Ě>C,ʮG=Iȧ@wgGXujJ1 4jJ߳ݷz ?י'=HR8ɡGڇL>_%M33s9 uR]8Kql*ÿ/1-USׇ\>uV3] n+SԦs;gd> ta)fI)8&:7rON[]xBsU??,c5Zڝe2d<82qv8ft% 7׮+KÎI^5QzEO -{-tS½` y9iTzpkXxC%KJ5U\^kʅ1.2RQŬ'*~VKRxY[3:Ks*h*&{DsT!tj-)$9w h½nǫ. 1gDU}at C-q9a:|eQ)jXޡ #ךVЂ!vY\^!KdSl,|1/B6):maEx/KV|ٕ4)lJp:7%_9/zNrkb\)U(v)0f@\n_#~m\D GwV}P֖c6'?x;-$.ikq+( %r6\9Хuz!M TOB&I5E͏Z3yctr~-V[/iCؔw蔣WtQ)OVWhQ7F$d7L\9Q8&ɬZe9қ4'ʃ9NpH{E fx%,/{cVg_).N p.PQAN_H_,Qx#]W)dh< 껦%RИxtE JS3")7GO:6i ؟&2H-MiiVƨYZJx:?ubO֦\fi3#|ΖSp>V[#EAqy*U,}j:\.QހAJoQlBZam ) lJ_;/G|, G!ad`6|F+AE) MIF6{6T93rMhI!g3$R#Pbzdu%TFvy. DFLNߤ%rl=f|,9)bז SƵnWaN %UbGGx9Rs7ިogZvt&4Nby"ڍg[ӡ *V䦱^c 7NۨVcȘ^_j8? 82\@^RᚗUdclG 3*%ЬS>uAUA:kMZrq$ NowQoq&ӆ dxC'bwikчFe݈:9s~Gf 'xzZ?|r6 M+V7~S%^aa -;+ԋ`'$YNQ6O۠xhM? kBx@&~+0~ <% {x!JA$DĊЕk62_m3\Z9#pm i ) X5J9ivo2~:^0Yәq17yg˓ub@T2&(ݒxp.ÉPV}Z~O)teKq5F´ZJj'ܩv9:B;WH0ck5U<4Nr{߂[+|`b rԓN)deUw# "Y@(LAfnnwPştsiDիm i^q6HEIl3[0G%g`i7_n҄t+ p/ǻVO4q 9oʓc\>"uLbe w-dڤnJyn`u‘t+Ί g%mkKPI gAmyzS=&yvv F< ?VWgI[N=S\E*n{Sk0͊"G΢rH۟ uQT6ISbt΁w`o~<w2^-03̚13P# ex:/;[}Yss@m:|Q5RfQfnbS7ǍC#7I7[_DIXzn 0q >2 b8kD[Txb>E_hicYI/k%jJ镨7rY5O80j|LAF5ߧNbea >#'Hix;NOݣ{C\όDݡ7`),|-y#4k=L?rQ HJ%ŗ"[Q2:ȨzCAcoJ9sDOбՅ_a }lMleM]6~D2ck|oO8' @Eq;駄 jȽm M$`gmtWbڡ[2f j;e/Gds ^Ex:d R}`8O`P#WСtBy ~-0\#(FK#$H~8&.=KD$i&cȳH*xȘiy-Oo֩/hA O]ҳxYjđƈ8\Vc5*%WO`΢J&m{S3s\z;O>?Ζ $h: "7SX܎aIfiV jVnT:&(.[(7VNB&Јb .|`&x#y8X$iү rnngd=:rȑ.73]YK.1:DJKJ>Cd<>aIE">:^78lyMH}CY穲(e3"htjRBb%Bmu [ob=^+m\?S~ă8,LHyMc ?- {G#̠Zwum6©kQ^7sbv+ȠiR[YfCH9~8SЁ)|!kPHpVl}rILwXUŸ6&mWE?)'XUnx`9i`l n]bN㭗1Qa]U`2nƾb'F|8v[bE6Icfy(u>[F@vM`7^5%?k#UTuMqppҏJyQzO˯ ,h=sL ,h>Y ;|t8Mq\9Pdd`P#*m{x0e0 5ҍl-2Y?_:9TOd ^g$:rRosJ.XKed_yRFeq_.[=i-uPJufyf?K,1:A~,dRay]z3&+{ۦ\1lmv,I,~{[s\iBَ*B 3, YnUk|eŝǭْ N s"5B& (Iz]y| g )CI&9P,J8j׮9x\p'#8շRG/Ma7(V3ıͬ,p>ضm{b)qC"Qˊdxsw7Z~oYԸK{PJ׀YpT?[r[{q4ODPZѹ;;KɶibXBO~*|/(Z"*V^y݃gIp6 D͢`g`(Zt4e&Z#kXɌʁ? z9s031.0*7}+RPx۩h\fC.~Os\`?aAɨ&QNˋs-w8 #וO )rT%ۈ5sC-H"a8'?_Uk 0H ?uVtFQ+)]p58靚ݟOm,\'msT(m'dDYI يe8As;MZ#ZdrX]uȪB}* Di%#0dUdsBhkث۠U|[L-FU:ꈅ#ESZwH1 h6쎀Khox~v Z}Zc:{ 즱&!L9}dͩC҂AصdWC/Fɰ>(iƤAKXD7^RXL[.\^=4!]C1sx*A\0$8?njdaeϾTE/(,>%7jW-1(@U1Qw y{4 g5XbfYlRMomvGo!U|Izϫf].xؖ۞#Wn=aNVPi\)w=}zth-ݓQ>5k8rOo!$~+Sf)zƐWY(ضZqWϽjhFRr>:CM7;~tvgu͆B5y4'Q}y4cB&K<y@R2d:EJ[g MHiJꟑלzs9]\E*۫h`#etMMm>Iݡ?sf :!݄L>mgy'3MqKimns}W:??bTF-\ x#{ғQ^;*y[-$6!LiSUcG{~OC+F` gnbOwHTMU[2;k8X ^Le6kJs DD`Ϋ(&O1=9Y: 7,2|1J>mu؎bQS[F7.GDy">;,7X'ia nwk 68:j$0P#sз ^d9Y~#Bu2$)lqtwZ?s绔dH׼pUm?A팩hHa=L{G(Sq頏)G_=^&ݺ/ouSy?ϻs6>\B&{Y1N?Ri({cWL~Y`~x?gMvDLDR.'5!h!pgoY}- WK .NQ֤/@E~3qbj,ݚ=B@C4QD7<+HPFmsb8?V+JLluGaiU[vOKBFdp\6u[ɧו&ymЛ]a V9'ɴo7A.:NUvb<@_+>5{{$`VJ^3'iw ČcS)vضi=nR1@`B<ȑ(ϴN9V4GD~C͙!쫁ЄUV#+5*U#~ gPBiyPԁH8й5~O H&@[u;m҈`ҵʐGJԐwq~u\zԼʂr wĔ990J&)hy˺0Y fk'b\Vt}J7Ndţ 67gzy,Õq+*Ÿ. ?$XarQ~Р6'I`0F،1G]BvfqRiMcoSߍ57̆[OnJKcM(߷:,'_ 贾o𽗵2.`U+;£L@ͼ*b^T5G"b.@OɁ}*Ǻkm$CHtӸñ% 5C; ^mRl C rk@MmuR?$e8u8yTtBiO\um ԰O1Q3%QfFY?IdD4PBxt/(`؁!{~iyY>Z[ 8O+~'LX_>aJ^7˶Py}>>_4eTaEgq0r6)t*rs!`>kJCS>җoۣ:yj|*hynHXm0lyx$TL9g~e-oLxTxyW=H@pMO)}FC xR- {T{Q9n<<r! ~$@殌NtTR SQU뻹3HKr5s# ;*3; 8N)30Q+7 d@|ˣ#R0J[xh eڴ7 Os/w7􍥞3=&!{OJq>]uW_;I1%42d<ڂ#XXSK6o!;aOx]NԵR8ԐHG]+1/DSQ? hr_9+{bjOl ċ?<!d8gl L5{JFDuA8{_{B'mdOsh  {u,*NrĊ *`ZK|G݇c/lXљa7lq6#YPN&w^1PͥJ?M h|r;! KLX̑kQ)ۦ f !p1^'ྃІmC8RGRp|oD~;THhĹ^}N?5A4ɵ22,ANBwȀU 7O8ꋢvf%%h bDBĐ>G (>Bz{6mWfz8NgGP۠A ;S,nRI+ŎvWtM{I-A2dvlh {vI?!][s0.j '%P:,&//V/okkOa.Bz{ap%_S+=G]zoy`+ѯԺ"Pe'8 !rZX-P`zh<7ΙoL73G<ȡ6 \3e].H KZU]p֙Õ }ſqdff5 Qw7>LTX43F4mh1m㾘L@[zdba&JJǬP}[9LFL{!ޗv%E=0ϠL>dpW!ϥhJXܗG]@b˖;k^CFAT?r_V܂]VC۬ë n9z'^NΑ JZtr0I6mΌ#x6{Hb`Զ O"Ϟ5w +2ِ3bgzCXYADw?)[ilPWd[J 6|ŋRDUS6ZoO`uuCZ8&d ʒlb$_ /kMTDg0pNNNXMq@3a}Ȇ.I~LQcm4K kb;/ sp]v^v]z5{`ي͋ Sni\JS@I) 2Rfc7vB0+:ÑI q#fuxad5?NQ|_rLPQ2l8#]f2dWz#F'jaعj)xxw/31}nHuڳHnx7`ʽ('3'NV B]TXT{YR.xZ5`he}\s?K7Zh{m2GOy%QcX71V\g۷ؔ- ڎ*׷|/қqENI"S\^kGP!"gjz/ӨӘ׾eaU0: [3-s]ܩl0Wǟh1zD'xʇBi- M#(I7!5%Rb\lbdX #Ovݱa=[l3!7;GRvL8Rh%e\^99"[9ҜbFtgnA;g^xa{ҠgzPٯI֕J䗐}j?[!~iT }#xMC(} ;)T@tzj(zwPO)L{Y'+|PvV>oj\D?&=w`A6ӏІW)4Aw\ V|)xcĩxClƳ]1ZbbUɚ!L lH 8 \C4fu!`JG*TJ+ R)P3FT L33V!l:]­~SZL/QvQNN.@:˸m!'giLD@5zI\u@j=mVB: ?}JJ,C jԎcCVO>,x@ kJUH(H6&[) 8'Wz#p+ T%שr OI'G]FF;o[q(iU%9MWaiFdz|6uH7>|D8;ہ{ }R MڷF&<ּR@7'D Ra 3}cݳ8M@wlܙq-cXBT}ɗܵWL-.vEV=q~Oр7iY`j f|~ؼ4K_Y#cIQhLnd?ɝ &\X={yA'do@NFq`ϫڍhQG̛izBd:"۷ۡ C[|ѵx$y(bc773@\)>"xP X-6UyT"ǰ`s*_9Y.p9|lA7YIuHXBA>?D'-V7,'/9Ken Oc&JzpᵰTU E\f;M[ E$)_Ti1nlΠ1 E1N>ec}@S%7TBzh@d}>8+hWr8c蘋k̠DF/$!}Z$U #n` <6.d**DaRƅDs-;2rTQN\XC\X>sL_"p+Q k{;y 5B IO够u"-HQ8 @Vadg$j}J%AE|d/IlݨmU\^I' hiE`EΗ$T BE<:ՃFn9Q C+%p5uE _k7fVL=e>Y?%.rߥRyE#PI{EO>5v*4~>5s9+6L,5ݘrok5E{Ȩ*ZMkok\SsշL rbWg]my\Vo*%y[ ^1 ^y2\pBZy1\i_T i5niRdfl#dvJX 81mMޞ ! *c`$ _ېrfr2Qy" d#|5F+T΢Jb<xԵcZn`*+0i. Îg%Ȓ꼂~ F"?2L1Ӏm&,$BHJř-K$u=;(|.ƶ.i\Q7$V%\I{F3f {QFW0N@$މzD ƶj92,>"W:;` #pdEWhQk( ԟF%LFhc7dXj@ 0M!Wn1Wda),9m,Mxa. ȟF ɍpEKro\ O 1!'ǤoTv Rh&]{⮭A*?@%nl27o , Eq={Jm2Z+0uV h?S/ǔsl@}UmnI:/$OFT(EC~Dah`y6=9D;/ X g-Yc@ΏȕB׬ul}{dUGF`YI̴41ߢTjPx\ YŽ6M:&Bj$'zN$ =N:/e+%sLCIfK}e( >eCc\ Yj_ ^ǑP7 ˯c;(b5$^5 0^WW(qM2,sHPz>lyȍ 8+?KM+BH/.̓+2Fl7CL (4>S\96vPQ,j,B& {+ *80!NB b9SVt Jh{ɡ[p(AK{oy6OaH%S߉>܈ Zwxrha&+8?ްJE}޶c}C8U0\?c<+K@;u=ҋ})CWtT K:` hԖ, |=O_^k/L5nB l ;'l/b-{^ҭOR@.[gMG@u Mʙ`h]mwHR7'\ʓl:Jv/ԅ@c_U=j7'hj{6xj&C6MQo(oDG)O˶OyDŖ9PG?{@^lNI1memqpN]5GkߐN(O}"{$k_FrNJZ\]Zčמ/ⵄfxp!Db iRj_x˪obH/JN8X_B]1;47Ua!%Db`X9d7rE66~ՠ$ӼY.!B()j.̪X_g#TsrkO9Vr+C- \ۣ]TNߠP۳(~ X'gqG>.1XxiP Sgºޅ̿.p}vIaI!Uw{^Y{o:i1&[ϽQX<%ކjl[}&+ƦX~I<]g~n}6NDO4l^mm:Ir 6ʘbkW@RyiҲ;CmEj4_A7\ "}׽q#dZ+/اz1'(>]d!͹c ~dXG91)}l;lAy ЄE|xҶhE,dmGj_%FK;< qU7ɍCӊ(ٖZhl?@VL\:aeUo]) '9Ep% pz1% /t7tu{Y=ѭErԅ.'pHH!Qj4N_\ 'p+d1Hbռ.e$Zګ}gvwt"-p{ ksk|&УT:įoNj< J|(h8`*K(Kέ+E=VҨjΣP`~0y͊f;DCYNsx Lmn9YH?UQ*:q//TvׂXc Xp/`jh¯bC-J]PeiPrL%F0?~a0217.W+ϡ;x@p[;CsL^{tuF &vDY,**VŵEt  (Zbs'l4- Jmb)>#25K׍U~sobCAO"lPWʿ!0wtۘ% }]F#fяMSPQncG%1"MH*`,ϚWr?p7_qo-îu!H$>Dk>PZU|ypβFi,&&xbDRc6\\!sh]v ҮݩƲT&fDzbfYh/R\hB7&@0e+K73@`< (:"jq1kxB<(?j=kȺOvKߋ˰swJczOv[6ط(H~G$gp9g4+Ogޔ+fs]PEsim~T|C=B:eWqveuxk`B Sm~]p}Od3irM>j}eRKo9wòF >'&!j%HTh!>,[)7]9I5IµCWQu|RO@ߺNpeU$յë"6=^=Q_a|8#c_++mt$ir)o&2B&- o}o %ԝb4a0V80Wް6eKg 0==|-PX`5;w/G_v{O͈wT^q(4QFh8[v~)'!zuM3p>4@j%5ٛ<62X8=3=/41LXBRvI=H )<{L5N$P*^%<*+6q(`j =F Y mx;G&ۇ$ qN #s#{Xd&v3h{w-F~gk޵ xD1zJ$lї?Xr,ǖ:^ Nq]m:H\F~[KK~{ՏtMCJ aL*3s;sYף[lJ(!GߵIlj%z]b&849`lwȅ^ba$&Аxl7H2ՑH~8 * ;E#?UDAXimm׫iϰT( zuJ6DAYj"RT.HUr3|CmԈGON#m9hhfZVW% -emNbD;Ls pVK4* iPLMG&clkFU2.qW{mrdRpde缡d~co!6 P{ݒܚaMJ.G5,,_moc\>9׳ GHv,bb&ZHbW[E9Η*\CŠQ7m]@3O%3 ז`5D=vp7ulF ּfrXf AB4Dxc#i(AT$q94rn)6sסzxztR 񷌥ҲJ9(}Ռ=;ijSQ- PfhXs!A<)ك,QQp4 l8^˔apҴDr¥քwԇy%]kӗ#e²uogÈe9fpzW6_+oOڤ }<@ ÐyɷfL@w%ZO]Unw>+tA&%y1K/'1pqxhAz\@-ܷ]۲%'ȍ7Q)՛Bē[jb؍gH^K|˃H3` IjZ2zLs@xZKGLto^ؒ.-ߐS{b9)c4U!Sj0o8 v^>w_U`Ə}TehIctbS> sih#[(]sG9m7h[h =ْ,iDgSWe^/V2s0"5u xEUW`c69%((@^+W ű =y|J#,AP˄O:}¬ZkeNu}NVMd_4mڷ9&ojڱOSqbPz_eufvrλ6LٍٟFy)ձ2HMl _5$`[զ=={\8TDH5@MJ&I` 鐃|+%/8{Ks|&YjtOBqq ąCof3cu'bȌ:m)fwπf̱,MQbtXU157>Ww@CCz+ )k||E;эf+QO{wvJކTɜ.D?jFrmZ ,"X1s\BGytKΛ(mRpZd@3{(!\=R ;d(ۮC=Xw*ڑc _'ɧn)zt*jpNe<-Fv0OϣWs1V߰eGHM1t)m?vnnD:O )4\Lت liE |<amCRW8Xq񹓃n]&j6Dlԫ˯jPRb Y~^=W6hTbQ]dB։)hƕC>q0d+Q!FFߙJ =kMBj #ɋ!6'QYõ+jqk$;2ք 6 pc'Zp%DŇOo h49d@-Zef0bEtvzQĶj~4#a]SU;CCmYC28}a3s i y&iYsM2F#s6%i|dH,``mJƒ=~juf.2@$SbX N-Or_} =ۑ.Pe+N4{ cmswOݵB,] N+5sEnK:S呦d"ey.'W4q<#c@汈lm{0-IܝfQo bH}Iy =)SV!Xk.;GQln0,3]gI,##꨷6s!H[]Z#ϝ*$l`(;g*d>^}}Ob}# :"V[10U+n\\&U$,,!xP9fi8_yucy*Y!kYjh[]5sBv/akBaUvHRh7Jy2 e!T/jSԄmW"p_4'݋6p %֛f߻Il^,3 \=sgzF3]=n1F6h_Rj J@:2r)>TuHe* G6YpLTfևap6E7, f(?$Bh^sT?bA@Q;,)k4"˲񄳂F9m&ʨsdJk7  3 ݩ=]`(~dtG@_‰ž+#qYP0WiR,b=kC,._9].KNMJ!Lo]9#a2f&j/@0ǭq\z;Hv^F  kl <ʜ6ܔpߥӋ&cBThTEť``Bvb[0QR)Aۢ7HU$x=a9wL}G"3N0Z+b3ލT"*1Tk;i&-Fzk+lh-~؜GeӾl<5ً^`?i<( $ ai$;D Yf?%'muM|A\Tŷ}0WeXF0 >ÑMp;SB Ve}2 f f^//בrZn(B gbEQd:vX"lL4#5Nswb' \ڄJP'Y*n۴3`dZ7OӾNeƌ1&q5tJ_\?!;JAuUwu-\W8Axkiq"O߅1=Kv+z8=$UsW*Z#m@8B~sfq+l@ ނ𜤱2cp>Zsoa?JRw{G7qN@ǵ/};0Q;@~vl8퀌5!3IdWs1g1_œQ]-TL3t=N?D*q8%m,-:1-$cJhcq W^*Gio,ODQ*D 60%*uQ~J@Arߘm"d#3lcTP/N,LLϹ#ɝ._ʊ&\zOI]5#jSc0.Ln-0F;ΨE17ݵ1<.Lbі'y) GF:n wξFR7':ʼ^8v|c>f ^|  kd,2oRIlAJ5g|0meqcvފ22` Rx``7T*"\vzt@T;zmϋgW{O 꾏]) "\4!9_2!ڄ+${_WG25Pci>gZLMvP%1][C7}Y][̪;35ՠDNh6G#GGj˺d=U'FWө9~Yt \M.q-+_ ycn6 ]dǢKWWټ]|wЃ#>[SKDUHI mE[-W Qgw-մ̌EBSaSB+ćWnrB/ dyH+<5D4EV56_f7m@NUE.AN.h21!o}U [x? k ]1VB(Em'SY=N+.7ׅd~,4suOg>Ǿ=(8L4;q qLrcIBL,ζf+ UO?_[EZGUшP FbLp@fkK,J(KZ<k 6S+On$3G)nGj sd˚3ڲ[´Za⫪$q 74>8J9I7HCc$PHV/Mr2SrN1iZ-+ͷu_qЎ`C&_N~]94~S5H1+~H ks3 yr{TEE+]2% of߁'ٲ1IAʀP=V?fN 5*.A{,Ss`jP} 5oXyq!\@}% YX\˫-'J}-~paQ丕RV79s]$ d[oQGSE=hہ#$>>x1沎LCֳ /Bfdv k!nTP•cI*XTLZ(͸8Ʋ1M(Y OIH0_w.Y12,X_o@,UqdMshW$}y|vM en\T[3z]IvňnUPXY\uPD P>IhSvfVgܚJ˵}s~`'V $k\+o([.{Qp\ I{qifPrďBw&:컑 ciQm3°jש mj ZV`Jֻvd=TXa "@+kX«Wq) 4qSxM&d"Ywl Ҡh:P^z3m9=m4/s\he$aNSw/GMT|Ge.djAQSA1B؂P>3cZJ~ӌ-8lWݧ4ڇ5ܞm.Ư9hbþפ*xӤmhrOGa]a/` R%ݛYUv Rr=u EcHb~ T_R{i{gD`GPT9UCrQ5p_tmECvr N6F9唩֏p̭+ચ-ܙu) ]heȶxu6pYO:;wnG.Asy M61-7g]7}eNAQ3^Rkwks5{f7vA 5눐L$Y1"X#' BOqӢQCY%w<p }ՔVhT?Ov1 V4gӯ!-6)2kBE66,=3_!6mHq#xxRL >_X#gr(_LQ~ō+0D/J?w! 0ZJ3.;@4kDqƭT)ږN[$Iݞ.׼_f]BBk6.K!ԬPp{GB}?M;_6E~E~6nJH. zt[AhSBtS呛bvvŽp_ǎ *~~WW~ꍼ̵Sl k VYlt9)V,v9QH-5*'^$4'bj9ψo,`@տ.b2%ѫy ; tzd ׻?̪UG{! Q-/z(fm ٴoo#8_zpյىT~ >4X>fE t LO[_yLs! ߾S2j>Q)h]֜[t/٭S^iƭdx%s x7ri74*$Y鴀2ꉌ6{L}NleT(2rZ·Ly0ex0 |dW,hX@5+W9Iۆ.ܴ80POˬ7- }l'eW"2gN   06ngjEZ`G?m&MS8`;?J]G&~['mLr(z }^MÙ3!#U#lg\YP=Mneb2N٥osqΝz3υ@VsБI׫1ʪ(fτo1 Rxk@ѥ*,$c}mozn 7s!x"& {81PNL~vĭ\t#$nQ0u*OB0i|]RF[Xwg71!'ڇ,ٖ0*VCoX3l k޴"8mq K+:1yg2wmZ%/MѤq>F2N8N/S]*tT/c* ڼQeBiג < =:k8I:&s*(.p{7NHlv,]Goj-?i 4X+ t~]}J!+lzYq gjV7PgRaaVy)tQHt@ o&,Y!츘)7L@Qhy;+j=.ǡ`F>%TҞ_|['0G B㡋4a'#0\6Y kMh&J|BRb_;"P1:XP2<=ϠT{(,Ǣ[p*l]xwzci ^YXP/bLsBUjlNnb} %7{lqr\%239l^V(rJ=ώ8,BTsi=!RqrL.X?7J1?-j$}"݂Vb+]̈́, wKڠ+?k>!Z@)؄/)A2Lm؊y"x쐗=$PPDxɴ문Ƒ!'?<(?i.T#XgaYbk{q;aM0fAaYQ(bk䴎,~0 CC|ZW1j@ٵd] ggLͤ;QMx'_UQQcG*|.O-0{0A˵9ps/•;R|2oohGi+qj_ͩώ&=Ihr5[[+;a(fzLQ6ܐ#FTF/B8-rL.EP:yD(0]6eRu}!PP%3:PY?*U*-_?g5tJQb oR;52 ȜY9hw(x?}鄃R<,г]b!G6֍z$݇}etI50RϔT];l3B;.~;{EsXei/ Re t(׬ٯ TE芞IB(kgd}Id>1p w3=dE2Lל V&=M# li$@Eܮwm@|t2 k[=7ce#rOd]Հ[ nU8(ϟ";]+HlR8Q4Hl E"]]9po) |T Yu]ou]6|4Zkkڵ˧)1 1sCo%#,) Z2+,} /~.!ȝXsx M-O@*½8SXHASvא fIshv#CS;8ޗZb{<2ӟ2O/Fe3Ymp4iɸ{f% Gq C hl+ %T߿ܷ࣯2@8y+]dH\툴\y nUâLWdL7KI Qtcekp"b ys}#" c6wmΰ__>Jg{K&N %)N#"}E1-] X<)'ʼnON*yzi&c&Wg2qCca`fMI bdn:ސ7q 5bJcU$!WQ&]0 '2qc |:K&}KN[!} A.Dg~p pG21k/ v1nNTIUKx$9 K+8s+cl*F S3qTG.4_xap]ӐxfoydOByfe߬gK3^ԭ[K#W68UlPS=Y\g3=ǣ/^DƙwRҨ|䆥M0^趧3s6$bLz; S宼Hj1o~QNp#g6Z)3ǻ$j(cG+l}f_," ]+D3moal'ܿ4[3u֕9uJj=LhP^ɬfd@B5MhIQ-cfAH !' gi $q\чףj |r}11~*Հ.Sw ~UX8EN!DPL*#I?6TӬ@ 0xƶ }y$~0zF.[> ޴sɷKcؿޘ:`$8sGdY% I7^7"s\aT6GX-|}0 V")O+iC&TŵhrLT?z+nH\s?4 -(1Cӟ)k_D'rS nR梯ϕA[a$_wM6S3|U!p:A{wu1faH&ݩ;$Y}D3/4mw߳p%Ť+[n*?HMե',(Ώ쥅@nC\s~i'1Nׄ/}#76$`r R-3/'.3OG՗gA+e^t0$?yMθ!cn%gwǬE"W#yVN*YU]<^qc< 3_iq.$&f= <2Gjr[ O/ДRdb-ŲZ''n[TO5Û;L9w<73Ӻw(OŚRp=zڃ!3eNzIzD[<8#2ph_(\Rԑ[t'J]}UAL2Kt!/~e8yot VgZ+t&B@"sL3d+t* Z`Fjʻ163ZH=iN=<R _]:hQ6؝iS(^׷=2ZBlAgnqݑi xہ9v .4p4+P ԝk'k{9;Oj ֌`r~ϒ|u^]XܶDV%)}d/aAQ(a~8t> mNgU߹:Dcaqb]`Bq^n]wgQ9j1oㄠ Px)MNT$i~ 8c:ʦr9EYm*:e|'vDRIY?"O y ㆉffYz.qQR&:NUi ET+/KofY\O8~ (6)_ =|Rs`cF-z3:+l uUR.cl \+Vqw%8 $lXQwXC%5Wv32k3+II$Hyo^я쭯5SWL< 4ڒ%#aK 03#xZ[ϟ/tcXuLm_yWKxf%~ |Y!$u@4߷Y^ 89תX1r\Gџvb UgzflEm;:IuNocqo*W8XpN3i\Q0vQ;hcн`=드Qk-ο#g# 7@ZHݍjWÌP*аж3VR^9\ 5,YF2TÂc6fXtڄ=Mԍ᥋ wkB#3~ԌRbJL.,|V64$tR+ |& N=}C+},SNո PAЈ?RzjoI)$4">s+b>xTL0RAƃZADSKL?C8H*_0ev2FQZp@nKiWzpQ 8וU|S)ۀ% 黣vX+,bf-;igaGPƥ]kjޱ +֣6T֓6)΄$XӁCUuqc/Kȑ~d]}LEM-ȄYdi6"!:VOvxũM$(v}2r:-,K3FHZ`5 7mdMǬFry"B&EW Wۂ 8 +a؛*9Ƨ?p'ڃv/ =okLfT5q+~`%.5JRsxe⣂\ LRȐnˡCm?$3>LC7rIC01 0#+ZkI2ܽ;%V-#`E C2]9Z^8Fs7?Su7#Q4æ/F9{UX UVIK&j"w{䰉YH8f{Dg)& Rֱ)Iqӕ@C1 mX谥 Naa*pÏ(ۼݵ^x(SĹ BN$>kjOZK<ٹOzg/IVJBBDZk臡Lvj <ӜĀ #ڞQ*+ pO /pgIFF4fa라 Ce>+m: 1hX/e D|>\Ŭz/͗-hi~w$>Pu-d -%GJT*q" ޴%Sr98зҺ:6WȮp .ٱ0WUڟ--d`$7eFUEGrws0z`RCiPCpξLag&|ǎ3O6ʔZ#r|pо|ˀ(X`!3;Jtϩ.'moj kC5nTZSv@kat0|VŤQ5MрIZbhʶ›<γAK t5.r祙V1v}-7-Q~TЩFżQ VXARPBr,d亖Ftz7z<b] - ZQhB5Am!7GI)AZ74Gc] n#ɉѿ)-޵Pw%KvUubR%pį*`L96H1^eI.,_Xd@DbR بb x5n:1D2]OW(IթPzV6c32JA3ڐ1eoStwwV&uuu$!0z:ǽ& iʬCMT~E.| 毈rb> lH@B*%lƎ d?r`K~F1]c *> *s}I>ꋦR6lVA3;OMoUmBiмpZ}ÝV,|KULϳT[b5DQLϜyaO -w /VOx|yp*ٔ:PT{DCJZpB?'nZx *-⿂Oܷ Ahw`XUj#ZT_mv^ٴa:UNn7?E/ZVM3&>SF3b%N: 8B rLe/X[o,;d5Y0ZOQ;rSnb|gҩ٘F=Ol1%o[%]k(QKAU"Vu~0":O79`Jq[:X0$tvu1:^坼:%N[^SVp`ݳƆ$o7!{'VN94L:7k@m #z垱X&{w⋍j0%C~P^c)"#b938Q܂?>W ӣ/}%Wxe[!hwj iQY[L L$?rAMZ` ElNsL~HOzj6Зp*`&ndQ3 %I(> [PسC7/IIWlfӪ )q {kwQ[ZM /um/=N Rb5Φ?k:Sjj+񫝫{=]ia\ ,vNzZ4zy7yK޻rg6p[b5M hR/s*}Wv\;f |ubt]D- {#tӜ\~=} v,*y% .ƏVnr/<۽{r@" 2({:NVh*{hn9ƛ3rȦnˎW r؏ȕK8]s@&j؜wfҰn-m_l,yٽ}>Ͳ'P/b^Lq=˅x(F\6>Fi;cu`); B؋vkn^{{B`eJƅY`r6ojBl؆\l@ UTXEJs}:ؾڹ2[S`Z p<*un(Rjc?Ǒ.9 vQٲ!Lt5Gs'[yz{m=~O5J/[֓A+e%Zh6I | k(•ַ@PaJU:_&)->fDbfmSN$qhj;D"\Qz:b2O8Gu tN?=Yuor6S,dW֜?l4JOvrXDND\w|Mz (Je';hQRc1LTvk'jsxHҘS?j/&,YP+rsӈ{i/Vc`c6t>[ 浑B4hz=-K ʆi#Kg]?h]'oa=$k;d?t#WC>xlX!W̳@@p7m8g2 Nkӏҹi 58Z.Q>T7iBF|][BQ'>U{mxbv#lF^V5H~|@3"xEq5?O=Hƈ%YSzL(w FNj[y'Eͺ纺Y6 Y _#Cض A?'x'⪚sT y`rSLn+3?tXO5!ewBvX{2e1;ȻNHuw3.]3#qץ \Y*_[,}m p)׿_^q(vBq,kE1HP2qdl-_:81\3l_\v;YlN?p,b o:[ZNCgqLTҝS8$˸19cSp toS߷`).m3{ p)ϖqIt$u)LfH> iԋJYg $"T{}-Ԗ0 SL X7=Ieb̘Fg aggLyN._:.Ŧ#;&"kh:/ r_G7a;>!9g[jJE'rEK#w2M}~:D6aS<-`ފjWϺWVD5=ؼ+O@ s'̦^ KGJqz9ʹw1cW`^V8^(;\j( 19H w7j}c@.Nl%H yC?h{t,ƇV?=$yq\gyGI"`KݒP`Z3<4*&$e+}mF7:'o0ԱGuZa/Ȗat ld漘Q}k q956A9Fg^[[nF`mT8Yf/ʈvž"D G_M|*XP)OiuyW|,344^jp.ؕFHts3!l;Xiڀ.,*,by W}GQz@j>XN$:6$Ÿcb/H=&u *(h9?V[-ScM0آ>%+o'Au7]μ;N<]fB!.T='`q/?sq܂NG^l`X& D}a1807ub(e Aq4q- #vH/y;kD;o˗Tv>ÕT!?]Wq<緼tca0uNkwry BpBN>h啮ʾN|W_Yb^Ų >X%vpH3*g?Tb|cdKXk!NbxCSΑyw;C 4, ~=~iֻ.0E-9]q_纲WoAiT^%2yF`69UNbvw2(S. OD/K 8alg'zj "5M3B~֎q?-2c] 5懻SH .+FK H)1B:P$cR; W |SM^8dOA13R}?y& 255n׳5Z{":!3}Ō$XB g2M6|4D%6!V 48;\fDl@LtbEnJkua|A ? bD/}]甠ˁ37T2B hTx1EjP@xX.E)KuL Ɇ3_z1MELlM'U[ʉ4k}9-Wlѹ$/2EI%;\锱R;w`9@PŜIן0 DlO䟰,(ׇisqӀG ʰƶ wZ]U-ZK닏@~QA^]]F C o 0ߣbU$省(p0k7sM5,QB~*QN ,Wԃ1ī<+x@u z+W4 6A/Nk%f>mfב1W.Ί/m-+wNx2s&Za--]O m:ƣY[<@\-ШIļ}:k6%C #h Lɲ51fcZ,Rr X5eE9׭H;H1#ėrHj~/cUi8( Y9Rfap:c.;ÿ,fX1,aZY_F]b±b͇>|@2p; ̈́5o"Z6>MK5XyC_ފ? 7/ܔ~ߜ[7ζnMYBӡ@}YFX4.9X](F/z};pJl+ }JnC,{"P5KzOka%3T^m:k5MP5 X_s;(LAHr*IA_vFhy.S/)d\*] ` 0(ޝ& Qҋz P%8j@i>ap>>mm*!ٶeJ?=QC?%vvzWxjq%hEr\R q:ߛִ`>_=X ֐/bٹǘr&b0 Pn;]Lk\-ZyAϾ6aza+)b# izUtb@T2ˏhEeJc: zh0hAAvЀ66>T~ X!6Id'P6$۳&P07-&*o(w4 HI`#} U]>1E寮=1(j҇G1 l_ &@P֗864 6%/xDAs>QCPZj@~SFKyoI3vqUG6װ5G.K6V2KTͪ<4Gi+IDOfpgGkRDa]̻[ɷt~(XLRPDY71S5{g#γC1IV:[:E&}J &dtĐ ^ï[,IֆMc}BPъ[upqfATYZ~e[3xy+g$RRhuV(T+y)UwFP{(®D'u$U`.s|հ&"A:_b2$?RāeW0:0![?KnTn:_ Xd[gdI۝%>՘A#ʮJ+138…zqO̾K9_az9_e&-@bCTbJ䭝 X욎3{u_{v@G(elvS ^~l$q(1Z ,Q z~>$.YML25{(@(4!(-Ɖ/hN}nvn-$VUEϑIf~݃'q^Ұ#Kln#>ߨ+_{eڋ=e9jpÕ2*(ǧ >N˯| Ea).} rs?LM,d)u tdL9cϽr 񶍠[0}ѮMbn-=4$GWkc@"U p\`rX&P*eNJ4A1E;*6-F5l{я6~87iB){6 chG޽;CQ=wLR}t.7iZ뒑:])xP/p"x$lE 7HvH|✋CY=iؓDiWnQϦgUPnqF|p_Bc/ F5n^2m972WSJĉ/GƑ>rLFl*Sǎg_\pݛ;ӉEQڣp8 ޖDd:{ ;O;=uBfrqdԁc?7:Cr =y-Q +< fep:2 SK)ِ{cjtɫ`bc诮㹍r\?I3O C90CiEeCplaJ^ vj rNъ9rVfD.\ZB˃d{a@F>!BrF)!!o$O:W0Zb@[l980a{u}S6/֘! <0~VZf(d``؇B>{ _*N⇐aуDAWdIvqۥZz>b ^j_MAQP;`?Q)@ڴETMMAPmnMFr] S_>AWr>-!~gY3O _" "y(=BLV7@,U鞉~ *=y^(*OwvX͢Z1)@@dމ/I # O!2d]E`#ڢ7(cg\4!M BQ%)›3|A-l`\MreWzGgR,SyGݫ$[VbK~|)sy+lGөkV5\i$8Ķ޿Ut_|1ZmŰbm$[mJHMS7^Oc閆dz rv̺w('FjN`I!Fy^u_Bhڼ1R0hp@M:ͅ臨w{$#5fNbL!BF*Jb)xhㅮ$.,r8eD*  "EC'9W&!7S{9%v+6>?*D4v] \SA-| S"{z#v]2=7YpeV9EeZ"5jA:,5p=vB~ +@Z%Ł*]"#C!ů=D oܙ觹,7բ9zIDLj2h>hƺ.kĭ[4!6EW~Ջ3[- qZ+H"H#F`F Y噩?[w=qjC X=|NxŌO3XLc0G*'\] t- ?|?ˋV: üYŮ\}K`,\3L x=BML[JNt9ܥ< RGa0w*2>{bI3iӻY!ΚLPRklSg*}lzgctn{kF;݀fUН`.2*nu<0Y@ᴨْ^hS6Bמ'#/zKSeܤ Z51΄_(N Fy@uF/IHMO-a0UƼ86)εeOKSCjf6e`BY4c[KN-b'?@e-Y9tC>w@BIL֣w3(m*+kȵidqǡw(b~yëUYmjj6u/oe"_34O-#< >̞u'Ou0>7B_vȓrB1Vɺ(agʸ_8>mP bBaf؅_-B=s|CkV,Jl?cU3rmrZ8.{͖d^ʕMܞaH Ho"Fxq`eub5EXC5Uˈ; C:j@v [$YwTBvW]Aò~e@(D4|g0c:ƩUk-p(%.Q989a m]f4oݫY<NJΟ(@8 彸Cyq/D/@&lܣww@&"(O% Zg  V . C\5; 4~l$(tCo)ic;>T_Mqi_l #`O/VTa- h22z(OݍL@+,m&{qGH<ﺓ̿rRNrw ԥ{c`LHC|E7嶁d5xgl `7jW]֢~J:~b"0#m.H>3CuȅmvpCfDϓ|X'3UBᰳZe \_m5-_!刺?DY[vl`pj|_2VMǯ)݃W{J QA;&K!j:T~W V}楮d}rnfBo c􏬣cc;kʻr[ <DLts"d`\hgvDJmo܃To-=M<"ʽPng@dtWC,861Ur${kJH CPYㆫݤ`6#&M\J&j)mȓU< UZydm{k[b쑁sTXu 2*yf1Dy8t^OLCUbNG*,1pJN#CcOxj˼{ao HxOVYW^[Q'}3=mWl@+w7*짇mk3|,ŝ<|j]ZDx5fߪ6M$D ],#큡H xy?rHQgQ(ҀPy (=SͭG35wJ؛[|"6~Sn]G1jPDCuo lLʒ$Kǂ6+L 7^hΝ3@>Zn-VלRge^:%"5ϲod)+|kQ24C_Ǽ=O RYJ۳CŘs'mٌ82 _0W=34z6د`ȋʷV=YbQ8mzp8 ubmFvޓky(p(2ZI8 C< E6TKėğT.𰸈ѱw}Uloh L5zxɥB .Pw?P[ѥ#6bl8s5s/=OOLԕq Df8Tx ]q-b{@!{l'C<MؼfN/n[anbYxŔa@'0IxƺVXILv!+Wʄ}ٴL?a?б U]V-24zzk&G1W[)ʊbk]M'.2^cDĝc~k58r߾ahNȂ[gY}MeзF2rFss F͕  / n%NmAXjU[ FzMjF+z֙x8 g.$сsM{L&4[8+ 0=~2J? pHJ>{_FC.F)z'`L$/αgCͣ/C812a <+RwZw#Ϥ&s^^{#|CE"MGoD͛qK 2N@ʭ^8?iȄAY]yBF^{+^H@/ÌafOf 2S0ƞqRUX[YfvDe)g_\&%gq{ KPe/4KOw 7M}D"Bt>xtTt;Zew \! ɤ(|L) 58`I]*fue܇KC H}۷WI D$G 9D@ ;&4=.ΛH Jh}l)'ͥfC)$΄L3{sjjo /xrZՅeo@۔`}|UhA|醒X;&KDp!i:y 7R`j%/Bc>fnWbc2߱MI"=Ll~hwu`&Y>y/[{=d`1=g. ^-;Эth6*rޤqj!Q266J)QDB=Pu& UdBhUVwl!Ʋ[M.so:f1МL@&lo^p"":]Z5Oy?Vvh] ){,$ldD Sw]P?[&-M)87AQΑCyBv0?s!yUyc X 6Y^T[&{4pĩT䯠M8n+ 6=`B5sc¶]D85mwWv[5s(볱M!sa9{>.O*7BL]_^/Y* T@le_ܲHσ(HkJ>o'(R)uaI3( TJ? Ҍwv c@EEbW܆2Gkh w6 wnЊ(n+8t𴓘" %iqWH*VNH™ۻd*5gmDINYf9X"TfSOo:$o7x&+AJ@:"hNFMV-H}lFhcHpW_:86L2+=HFՠelmUSLv#_Ȱ~Zrs(Z8?CºN 00}t3ןܒ=d`XIs-e+\dW!Q9+]VRiiq'Eхup="ShݹpcHD>zF\uscLw@!"#驊5Qb& ^&'­!=%񏺁FNd|o%MItk֡Gȼ~C)Iߣ^, G<)H71Yw&@$W/#?vז8k!t/ hJ,M}L KyǠPkakc ▣#6(wǍo2\JE 7%1pI I, z6qϓ[(D}=. ̌Z%R͑`{t3eyeLϤQ 7)8 rw'W<$8,'Ęs}W'N\Br/rA4IGgˇ(&cU +V3?r LTmEbuأ</Ф!z'Mz:% >>+)B1FpTEh|Py arXL AH:gΓITd]|p֐dա? |gSbEs/ )0C5 iy6v`},DXO˟xw2{@_N^}<щ*+KCm+vtcR:9 Jr}?KP+\@Q|=Ty&]ȹ|%@26 6B;pS%ͯ~?qlSca9k!7Pn`HN1YO]S44h>WwxVj;GxCrZs/ =qHy5F 31y;%U@Y?K]H]4Kd4zu a!.r,Iή#INOL!LMؙ~85O5$ ILO=Ȍ<:6wOs@,|rXÜjR`cb(zݱoGcP\?M>8E-(@Q,7URT23X5'r Wu=klm/Nߠ?UX;4rEU j-)_D<-}Rba$5_GX# /;㿫746{p |$O%˶Ѡ<KB+,Ot(F) 3}e=RU&hYgb=[ ĬUT#(q,Ux {f 9~FJD/5(5Q>9h{$ Nڝ|ݡCߘy{MzmkbYKv Cx%C]: sӧ]gb0wmٿ :+E KJ!q®6"wQ4lE[~n@{3 ̰[ySU (m?b8Uc/]jA=aB-f%%Ĺ{ ?CH?g9/2 /x` Bi)Ј5s.W>T YKA܆oG, }գLSOf _GФE~9,J7NbfsNh39ӜHACP]A0WZFPzu2'+!H\ɧgoz2J wȧ>=Op?6;v3]yhxݨD_^!U&Iݠ*Dy=0rn дRv&RT}!.R D@YQ{7Eyb/\& ZH|;8VC?Ɍ+mN^䕪/W28U\rwd/x7֧\sNqUkz0]y0/HQC Jf_۔ #p"Vc2WľSNy74f ^I+»fav$r1N|uy/0i{to1UѺ^~%7=1#pup6kK]j>.!& `7ϰGt#Ro_E[{NQL_Xbt:>)>3jSA3=)iI&f'瞼z]d"B֛ 탇 K4C=aiw4pXo@TSR(I!c)}goYqisZ;za\lJ[AD!7^u#<{%ynilȆ1$+J៑VjJ~%hܻ9우N83C_P(r 3LJ `n-28u_c[EUoW(vgTM@=j*׮M#۾GpqprwFpkk*J.,81٘4~;..j9L0&sV> 'Hc;yc t-uj%I(Q)0Xs|w)7.7{j`ٵy.zp|-Er-}@CUoQrpϴvJCEHPnk T?#  d+ܕ`)łGbpDS U5Œq!ISѥ!cw¥ ڥÐ"We+v[C/ ZFs%kQbh}e;݌0[po7_qb w6MgHJ[ܽRP7P&Y)[~@2d *ӑ 7cjFPj?xQ Q%h&G7yh5z8߲6 Qdzj`dYFf;n\~ kN1*c>r]| ,v\纄9Pr8ۀ.6UFN$!Qo_Itg Di?ҖȭZJZPUIx|}mQkW!S"a$x0F maY^{.b)9U]!R`(?r ?u>(MNZ1OXhpW"YWf u駯z"iCԹˀq3N#\{$ &!R@W3U-hn*,B@78x[kf"I+k=yX3.N0p o8Ue!ıGV/T Ǘhm +`0kG1CyӨoH0"Q`2r:~3}= ŵΜFem"Q|i}**`5O0ysF"D%`"sy'Zi" ߝ|90FI=W`5ys5_^[.D*z}4/8W=Dٸ3uѺ:ij"+Ś4O,6^z=۳2T^P)gPg)f% f)EUbGIߌF(26S#ϖ5%pӫz*ҥt__P#bn5yP3HH^>gOO9 >g}YL"k\9+& tR}zm,irAT`,gO*ZBPO,Mg˜Laf^Z  ypXë# 蓷|֟5]!]\.x:|? >]O"dȆ%8+5,=zZ9GV {AEfe{$A{IN?zO.lEuyYUa>NgQ**C3.^":?jyQQ再Rɲ/hIIýʀv KTmu-6v}_ɕ$X4`e]d.|#q F#?H,&=fAmvKBeU2?IÉH  GeMWB/[-Sێ*uiG,ɹ)(1l~̆dn}.zWL2|X) C9Pte9VX@q ] xv!;.癠Jڔ:iCu´SɿYb|(s*v_2^LJerx3_X=9N/Z1R ݰ.إX`;@(c WͧuW&n.lyLLj/N̋k"q{nzkHor{GFI}xxRiUv4( PnxAM:ϹMl$ 7B #f0aO[p9S mOn$q%WQLU -.+@᯶jdY:-izO[nCa`܍*vHtmu_&{#{Re;F{%wYlG'CLqqFD jxK6S4 ?=lQsjwyd5džŀ>-<%8JSI9Xj]+U%?##x7kLZHgvi 6:%3lqZN_-%jW+fK,`[Bę{ L,:x<+Y`6]W8# fns|j'sTz_FAl eU?H -p s0+%7ejF&/0^""L͹43i/sAXT&5@kfr< tOwi֕rlQN]:0>C|x7w,dfNdS |^f$n <9 sz;/Q)hXqDGK#O5bL4W,k>*)whƚE|f6\5 }ks'ܭ:qiCw]$Ems.IUt0݁xhkdaizXysp-of}r}e\=ٷsو݄ٕMg̰(NܐR ]!@wX-Cw1$^U`ز*Yx_8\=ċyN{z'yNr$1XlR)@{nGO N\>J:{7q7p4v7Vaפ!| WNX6 X?TCf B~<2#3/698y=ΌHY m~zvڵk%6 _~.ըY e=0c")bO*5*C4~7. ?MvCDAT#f/BAڨUE )*9j'&6Aza2 ƩK$]ɲ@o$wP觼6rap+oV 3FYN޷zA'AviyW_E|`"$ ?p֬6;ȖmA79*^n %] iP(]Ŷ 9b*/s94sUkҿ6ڐ\gpgM[!*ȉl?x SӶ 'c;r6\(e?tYKV۸l]**|"0! 3ǪZ “k lUR"tAdYMk;sHIfZGhN mæcRwnP2hʇUd}0k*x< ,aIuQ$xy 3wS7 B\Ť`W-fAKԧzԯF n>F=˃WVwiYYa[nMvj-w}W{ H/(-NVƟs3#b+f+4r#Z]`nm]LFa}`cXx,B?uot7a 6A*-i*- ިޔQ4:%TE KsI'Awa_l;rwSܹ)Ž1#[>vLtB "$^G'`Џq2!!4'#(*aYBebY8'<IJ2/Bdn>tn@B'%[ !a˃.>bMr)d]BҪ<-Ʊ}r y!hMAf;i`CvήP'rc΅2Z .㔬c4:V#LDz,Ѫb lgW2G(+ӯ}}nΓ$R !P o@&=:erlv=>Nf ]V<&?V-kLuR[klu  |)j6ޔT)pW,d>2)-ǟeKb=g.[ŀTvit@ )ZwB^˛b>f)3rEvP*a*LK8OGr6UL`f>FCu(omﻻ|Y9\=A)ZnwW[EDׇۄ겚uY `u.NW7N2Y>@$5ʨj# ^zc@5BsݡC}G.̈S]̉&O Y= 2PCi\;Bu]d 3-d%qIuXwilI}RRq2M:0RRNn)0rt*G7?mJKx,,82[:ZאBQfOL!;^_~Gʻ4 cswkt36DڍϳbkL#?M3{۹zaqkSmx"Y.u<ai X಼<$ɕ/Ѹ%x0)a@*Rq- S&1Jv7N3ϓ IaZgE͠|enā"KҶzN~}瘗獨@gONUb܁{zaAr~U?`l+pƙd65p(kƱ}7w[;>OB#H1ГsX|GpJXq%M~H&#vISl(R&W%?krgEpN }B$_dkF!Lde}[)mb@agKg C Ҍ G}Lt32P6oB@dM 0ʪ@'$;!ņ`f0'" HP W.9_fҝpmr`$ޯٔ-,%%'/>&wX2&;Mu߽T rdCع4/ E oY>XCj Ԇ'PBb '3A@`u)F\fl|Uئ$U'<C`(xCaO#ă l $ӌE84E'P Z>0E1Xr!CʆƸL&[}*")G7"5NX`G'h,hHvW'KZbs4*EzMj)[W!ux"-)ڙ_;D"3gez?/؜&c UGiu"ªد{by? ݺSS ?9ۅΤݿXh' ~^̓=%n7)]Sf%o1`愃x0\Eca>Z~FNҒd*mX͏3.`fk^qHXx6ܹj'zU,"hC=+flMg+SU&= ymM$i,E;&fчOA;qܝW칑E" H n !ߦktOB?/D+7KOa)7_7ȃ]4i:_LQF4wr'36t??Ԣ`8G}E}Y&*?}u{{AY"n')BwmI"]t7} J#5<~a&sY^ثj]ptỄ& : *>MBTn4(u]Є8z鎵hbsXfm~|LxW[o{T?Oz8@f QI;$`+B 8Bճ7d6}6_~LP˜ќV('a=2(Աal$wP?|X PxGV. ӟ92^ּm3|!=3ͷLGaOR@!tn!e4ȝxCtj*?ZKPBtVۦKŀJFvl>ʎ.uRYܽb*HV?:h@V3 <w|zHE;4Iẘ]|>OA^3% MMt{T>8>Bsodܕʂcoͽ8a,: 02΄@%i\Ii4 ?6rz| \:'AN!;'ͳ RYsrLFŒJeV;Pz 0گB!Pb"KZ骺"Rcj|%^IPqI8 jpm6,༩<\3)i߯de:̂| 2ĺ| ?7?ZkwXR&ͭMa-ϖfts!T్FDŽ-r>@JןU*?('N&=nlX޷T8A 8BNޏw+ZZ nާ>+I龧}昔ΟNV U a(JOh=1"Mb{`cDz6̘ƫ'7 w)kX[2yuk2 KεJ0"Bw I)@?톏q(0fpּ`:6S7D`uثN" ﺄnEwŝˁz9mf{qpz5Px&l-Owȅŀ#Ed<-VhcAHocϏ%$Go˙^Vd#o8c!1$7OdxOV@!{P׹v=+fTȬ艌aJ~ 1ds LMcW61WKʏȖ&m$^+778\/ @YAl5 }a ϧ)\l1UcɒBgpw~,zwB"=8ve* 5&ԏjhmdF2&1l,D4@ErdqYc\Uz@iS>a]ҩXaJO.)߹q<{rKkPYA$]%!PS*ΏB<+X=>06HNVˆ)! YMg#zd9q{TڞEPEuGF:<)A4p="a^-)"X<|@qp[2@`Y `% B&/*>cEUn<5ٻPa((|l等/=XKyQԎל 9 x7P1xbFcuV(aƐ3Cvoar&#m>e@%\\ &%[M/5ys}tsJ39Ah7O U3 Cs',ux.!d(i oٷZ(z~#f$KSػ5{ƹH *]?wF~s2>w~6hT=8wzimyλ׮)bdzz%ϩ&QUlx.{^UEFPjמ@:MrJ_7C?c|=8' x M.O_H`ڑl*L*˗<*OV.O YmCFا#2Ǭ4s ']^D)i_B+JrY QpQxnu᩺.~…&,/Mp R $LͶK<"0:@R͉x8vާ9b;cĝPXSxRJO'tȓx,k;s,$jCIM-Ad܊'G9c*Pp_CMMa7? rn5X0qDo\kބ*NP&jl܈9>`7 _bFZp}2>J٨]Žz،v2SK q1'fm.lq-pC(s0$|ehISq9ȉ[(6F6?]Tf\jIeө œ2:0w.Oba蜰sSIeޒؘ:EEE/S )@G6U) g0qÍXkr+(g4ڋ=ת]"5\}q4xfgGٯ0 ;v6ޖ# I =hs,g4pa%rfS𮬂l:=81K荆Q?rzl)E ńY0>#*{%gܶ6oeER}<,!|.*o;'U*Ƶ#@-Vɣ;ݶã Ź*igW%aWbPIvEp*}.ѽr2}òCp5ٹH/$`Q۾a]kLYbLjId t{z80fgTd0xE cW7aI 1rH}~9]>3J*YTg9ENUpW5qyctUVAH~e rGy»tq#jAQ)y9+"K;23HlQ]iZQ)u1&|8{,,1@\p8ƚvtv_%(SXW⩿,u 5n5u1ڠ /fTs,> ځ?PSM_j x= ELvH(&B6!VTd qs MCĮzQ_n|@Jz"Q.i:*HPDW y[(WTfQvH0.ĺ0!%Q#άˢi_әd ZvK4U/5ьOŧ }p7Y"Yrcr#) 9xwJոgJؙȳAWZ EDP2Fc1<*3mdw_"[OFiJƳ8\/n*͑% CFFw2)VJE^LU~5ˤ <жJ:R8 *(,&j*?< GU6z^XLyLy-G=8]:_)Fӝ4 t0= 3U")-GLU"Y Q0 &0M^]xhcU׊r,MF?86;M5I~"@DiYkw~zn~+9{>6rĩ9v!v2qJe@XT l$U.  !i#k-VQX 2"L{2a1 P܅?-Zx ŧDRu_W)v/ŶM˝{ܰ8TDj,^8TI۽,h ɵ{5>[Ա~XN|Df:0) D8?}\UK h9Cg{`WT"xR]㬌 M,5!U2j^/yhNcPfltW !>~E}D81hޣVx {&uQ@U&EUWc)L\5Y;TL!\U #gdď)m*;#2[:#k Ba'_ fKf:Zhp漳MI^<4X`wզ!"/A{BosCqRS^v)sw6U D~nСoi38,+o&#!n9 R \߽j' .v ה>TȂFc[LyY~Wb'dhRe3]mtDs׺+K`^yi~ lW,f(TC!Dg8]F4oΟ#]$*+g~yaJg6S/[9 $_c(1k8TO Tr~e1TvC oQiהκ?RV'2D>Z=̺S~ ޤ̸ЬzlxΐXTU:1~lpX8ٲGwϗU,ɪ)|4/ fFȖ2OkFye/FR? >"JI}’w lYi:ٶ#H,@"%$+ azzYJ}t-VYeڪ98IEϊ"a$<`oaY:bc~~ַe|49g<{IEYY-<\N-_Vu 7=z|}*~1. 0pUǻlUw GzM"^D*)Wʣ۟:W)t^0Qهa("mM}п8EƗwl0`F7Civs$a N8D7@}{5Dr >Ȏᢪ{{!Ye^>âLXjv(oi #* :h' m艠=3=@۞5Q(HIW,ZSpXXJ;*a{ebl8챚 2pw9@ d2=i&`-1 :mg܌ A垘bՀF ^"!?exjw_a*ݿ HJcJ: ,/Yqkz]YzL&8JT{8,%Wy)w%X Ӱh_(Nj;޵A=>֨Wla4K6PZS( `n.XpҫJ7+ Ʀ u*ǝ{WܸJ?7tpoM*g(K8o0wP8-uMZF[9t {"Z695޲44Hh > 1\RJBf21t=glB[Ǧ+yUɶjJGߵOv|7|VDmI&BކRA+[=muِњt D `mM@K~1`W hjn SZ!G0i|+Fò"ۉ} ;_(bMr-E}ckS8:96&&M+^@}0vɥی#K(bOc1 3H)k&&3Θ"vij*I}/D]c3s/>xe+"R m+b.̜CK\yBf]♈KO!3&Qĭ1~v\~Ъ\"TZ؝K&pAۀi,s<91 > 0t>y+ y?J(BQ&5K۬]LA$rϨGq&kLK9z5_Aj]]D6 xxdDԙQQ߳KUzPg5 &[ ׻ʄoGViD$,k*q"x/{i2%i3oFn?aM J \:"xk݉FȯrNzZ.~OW07 R"@;g6Nܣf3 =t?a/Y QI MwqTB>EIq ?uSSc#c 0(+D٨ ޘ’H9~wӐK{:Bŋ 1iwM^6A,УN_W@S\x[Yב4A\UzwXbED5;@ V?M]Fe@9OԈpcbJaL8{{Hh0\nb w*3JظT cIH `Hre WKE'J`3]_:{FaN[/, C&  NBcPL`*0WoNlm/L(\yEc'8yzcA:WVr[DoW3/3P) [ۼ DCFxȉ_ /~N(TOC L;T*dLۿ( iU# c~2ζxK Aa~n5VJS+z`[!s {ԋt"e{è\"<8녙ؽm3XrlFhJ18[83N#-5Ǿ(5`}!ΊJQA7`m%8luoh5Y^Ƅ 7N5: wouA Ƈ§y?П> S.D<0;&jXtz/kQ*,>䢣ڏl*3 RyY)8No^kapVT*qFݥS|9ze`WSIM8A~si|-}oh /a-w[􌟎4?lc6ʇs(꥞%K=^5~ ª2~7] MJȯ1]vc]c)RJ qP˻PŌ{?5Ks-dz%:ZM>l C5b N}%]Qd]RƔ`$pB!+ AY@j"ۜ|)`aHqjQK3ھXE>ZV;N:}vN-3:wGkzY?{1ϨBmHMk ҰG I5r *$j@yȅ=hL0$N{i9>QY[GؔY:8UnaOJl{MTf 5  "M>ZRN~kS3Y[u-B?pu@qwq,L|TEdZ#|ߒgӬ1ᠣuyeIa/zVV}*h^Y5X HZ0{^%|:QɊ Xlr>_O* ~xP/Zj}ueL/<Ŀڤ1TzU7a/K;~ ;i3%KJ];M>6r)LnϝG ,[g&dB‚i Zx >4thA~fgU26J̥cG2G}ckF#ƛ!>Y~:mz!XbΩ&kU2lIO0B&(:L$&w$ 54/7L:$wuB0@S\M}Ljenj\]BmU YB?-e6+lÈHq*젹!$^agG"^p*!-ʻ2ob>]),RYwrl2lVa|UC cU mYV8*ķ k˫@e޾)U򬇮ה4i`Vkl#I1z8NIN2ߩKosiQ~E6zJ1֭ @PEqjJ}9t?0pTHo]R2ڸ9H1m9n^񷀢@0zct.z ] ,yu**PC:$8b FC󚰬1"a5{f-Y٤ve dη. j(,$UE<]?Jy O& $*Tx)rwŐU{۴VNepCJ! BƴH,ʓz.9 ˹OA~(t,r`nͭq([e&@:8xyM>F0˫Ÿ2Zj1TwA%cq>[Uy9K{_[uù"X5yqat@{.凓)5)_0Pb8-cb*9MVO&_5^"3bj$-ETC"S]<^o O<~@_+s_/ylE7uV2"ϯL{U8Yޠ A85cyVTt Dβ3 ?L}_ħN2ޗJ&E ))fcL_ `A}_V(yM!4Gkcxƒ,c&PTKK,s^@Ø4Ei8w,g݁7(6ȋӀMٸA5ZFTHunv;涵5EZ $١@T+W%3nHQ}r]fο('VI8"OUJGkun{{7ngCcYNEVFCWXc})|RWeaFYuլgƈNI q`GGY,jY_.诲?n/ng`+R]?¸`!o P->k_JC+;Z6܋% w$"j8/.t>K U~7p$9;ddw\byS?:?Vn@l_meS#瘶TSXpCA)4_tt;35`Bs_U=euzܮ0SZB&Z]IyIroi͐sApwl&5#p)|XV}b)Xk0c/C'|2ۑaCl|k\.(#c(g93TZk1\j kܪӝ9:hm%g{F  aέk3Ѵ!^Z!Ty,nn6@ xblqgxTrM+m~ޑЁ %&<+U"d"h (dajq`_eQQN8,V>@D<VQVq'gPѢy⠨U/=n6MΚn~m(ͼj !"/P0޲.b{w1)&Nv/aDW_QiZ3&0¬64L.I>rk"A +\c4 n˵8е-@"q;S2X25+mK.@A 1-*4/Ppx,ӤVGDiIE&K!W1pg>m)6r!΃&qGF }?o/ Fycp8z?zw.ϿLo (ƪ28_ <QdhBzqn]pԣ] _SifhQ-s#}5v':͌SFMf=E# Ѫ(& ()A8-ԥR m_2.B [|QuT_u(ZR8fc<.hiGbMJin1DZ;6H1de- +b3{ߥ{۩CJڣho#P;HۣR _M|Kr6j,.T6cK掦!O97>s"; z"F,W`La!`&lmNX܄%E3Ywi݌,0cX\Z x`'vZ:L*G􋭚YR[7͵3'c~)Jʊ;Epc_EEu7SyC(dqe=Q@ _Чhh\_[yW(Jћ33!J5};2CԠGpfSv2OajS[#s؄t `Pڏ*aP@r%!Ž]O:;5iM.YpK 2ȵAx/5]O\$)Y-mi8ffpG~%0<0hӱ`9(xbL wN +ej61حmX6y&~Ě׈|:5o `^ZmhJl 'HEN bm=F(c 4N`^둵ʷ/`ϔAdPHǛA" 6$v\1 |*ȧ* 9*SwrsلD#5޶_P62,U)*:sK(qHx q=NO7 l\+lqњ1n+A{\eQYu=Zk=QhĘճ Hs@o!<:_L$Ke7-~?y -'cW.d<ĥeA#GeD}giws2x[[BVͻ [0 u-\*J̮EXqH_6卞z-kuȏ`iZ*Zg 3zX#J7ko&ꖞѼ&yjA;Se #*uۏWqp1qxƁΒ1A0C-ݨu=rEY36wA4 I!%#LiM,'qfzT t'f,<8MP.Uba48~(7SkvW+r>ݡŶR$msӐzK?z%h zjJcem2O@mo8s~Ї+nS{E~D.E[.+/TjjWN#c!Q{~҆8kRWH{9L 9'?Or?L)h+sƖpI;(X̀yzzZʟ xW Ef_vQoP&{6~e{8 )s'4۝ Ux7, vDҕJD7vm'AWUw'IQ#.ɧG4'&d=?_ɣ(;NoaW9^%PY_2 YsRwV#`E9wEzXΈI5zcޏ'-NcM+v6 Z+=fE٭9 430vo1ق~ П4FTΥL;4ܿ/HoHvL 2ᔤՅ}Rc[pگd3$ƻW0wq 㰩z+v&x4~,ALr젏[`zxq'#k:zQ][=0:?@Gyo H. ipX,cyޑGdy򃐎O`G6niհzW w-M.YCjfJF ;UjuP- v:/~z$Z!bLgh:I1[gNp؜($[:i[UÛH:k.;XkcG8~9J-͛y!UV`ņmчF\dlrEhXˮc>: ?&>Kr<&z uFdL"\X |y5I<2:8B7ր?߹A\2&{ˑ4EnQ@:`#s: ?=Bț} ,\I6~&p⛩F+ JM"]~k Z[V 4!?qC}vM!SZqXQ+ɦGb9ƸqsˬE:| `$V{<3Zwb7ݛH=l.ųroΒmק*Yx3PO1R>8 XAQư&?y$! ƒ1%,ʼۿje;&w =4[.|1me?jd^A)݉5^]J (D$kbCcG5 BMR|BJ^'1eV!aa mx^o5P̧#ڜr@Gi'k@Kh\@_xZ)ޒݴgѳ BPU@yI1&P{͵ڳ_\,&$%B\{.Ă'X{&k<c麳KO3PC'6"} Q"<$k1CW>uQУGd#`*:b_8b@\he;=ޣ8sVX<+liy#ʬՐS$G`AoE\ 'J!ZI{j^Ign9RL;Y%tbkB|'Љ3*afZW Y[? Ӫ,!'h+ϡݶ}r𦺸Ӈ"N<ݍPjw 0KoRٝ>KܷCw,O;Q#ӎ*ކCT  ]ޅb!^p5L4!ڪD|#ƥ:'|S@qI]FW+moLbe"!tԞo̯ZMNΫ_驟z<:EբS]1̇զ cCVȍ/y=g!vtfUItU}bX؇G=yg0>vv~MÉ46~jsvn2 J͜tϫ?43et}˜zc'>c=1((5/3r{cP%եˏx"%h30Q:,O0OAKlt JKu|*<ˢ{m~=g3ӂ'`^<~ELTj hFK^Ćقu cI66iSֹ=],";({)Gslɧj9=ȼ7g fMHJ(|= z݋w\QF*Ph [J-`2vV~ 4CZsiУky"XMZ  81pXԅhOdYFY;w -c3uA300d<u'#uEcQ:H&u1|%V( 8@Oh /59e=/B@yf|@trPRP^. z䖅rES4Ƙѵ2qI𑣹Tfx;;w9 \1Dʀm]KVATջJba Q<OFp KApI"l$ًT!N袛Np. 0{#3 gݿTrq3!Fͪ&XUu+,.71/s/Ҏ{:HG|%-GLf 8u kP:fbtb3W,VUc쟝l'dF38HvoJ/q=a V ?Rp u,x/ePpyAVqu38Ͷ`%b`ךSs廜Wnյ0?9K]^j3NIq5(R7$MOBO=N/ljWIv8 -ZTGQ@@ 6}|D<ѣG]k*lOKFZgOVchK6`̏'rR-w@*$=FrS N\2EDPW<{ dwssᒱHK `9 rY>Xr T qFtLBRmB.cjB tz4$k |M^5&pi2)75[Yw.Eա߇t^INڛme^\q}zK|^d4ǴɄ{~:5f&]%gcW椔*Ľȱߎ8gs$o%jqH_i gT!niA 3:T=:a`%ޜOwChLUǩsָ6cG m"?R1ctNAZN͒rj阻O;`\㦊 pBn#X"oQ=զ=&CD3UI'?-ETU7[ʊP?r!jWxLs+իDz?fC4Ò+AebATNP**•q;8掳Yex`1'Hl[>w,Um}HCJ}(N=6 gzBr9.B7nl>$:vZ!0586 _nҡyn"䜖2Blq e O\[ ]?w4H`X>]xk8̞7XYI M#$\Mdfvΐ1VnmRK`E-d7pENdR 8ۍ1H9)nj2m&LˋqbJ2S`!(X yBN4AB{uK."c:蟙ZB/ VEU؃5c,.S뷓F R27=EzC@gzୢnM*j0}FGXurƁyB6gQ=W+ 1eΜ5_03N $_oK-șƦ^7X?F2grQ/:*>G?U.U#1\_a'Aw8HqoSM`NkN`ק5xfm3WJLtUWi:h]b̢khnhAT>*v@Wɿu%VlZ2˒ENm{X"mNBrspl(,YsW( L6QxYkKݣ?g5p_.ZrĭSvһR{S5:)Y'lL4\󼿦fG[xz>}CN-\ghh8%̐Q,,9Oys=4to M&Z9(Uu`\)3 "-@ef=6ww"kj3Hȷ-y\`}cPjdvLB [0 7]uU,qiR(Sxtu`]LOrAeb&&![,=ڬ| 8G Q́ "}3pH.2'$czn; }4æ20(w*'(ٖի,툅**0;~lJܑsJQw> 䇯ےHz֬ļc%FCFiMpڟϽVy?cZ'mZ93lH&#[o.@[lpCP1mGԎ U|%Lg;vqhyKEg>ۗ|O9fS+|W8g 9 #,1 {N'r-5fhbt^VƮ?٪z>荩}i H)Эf=ԾUg$=BvM.eAaQz GelcoРeX[ %WofdqXslcXSRjv OHP2-:&o}%z LGd~ Bg{NB +]Y.L5u\蔟#iup0\z$!y)TkJkRk2w# '}ܛ $! GH"( ө/%Gd\zi*r(/VRz6ǾJe=NɽiB.s2Q[T%fWɶ Vhn'JF Wÿ-U0k3~#L-d\Y>ײ@r`>.Վ:df{\K]˓RnP2 a`I) _U% Âgqa4.h>A4z8?9( e[ܷ ?J[޹jxC_8ASO]6Vx쿉*kEMRm(>V ҷm #E?h$撓 B!&@T s8]IVW+)Y~G$^ςK=4r@\k66չm>9 xxe<|Zл@íP?F:f~'zg皠;%ARtC.].ϏPYA#o9fm4LPRYՊJ.∪Z.}Azcc}y7kiªi.;. 9eQ;H0|upѾ_iuc 8 '~y͎0S#Y<)O+>ˍz&=oVR2|BB`lC.l)^SP^<ݦmˋN޹%7X\sQ4y.WF]p~n\z8~YH,7@g0N = cp^d2NW+FX *>,332tVm$ӪŇP;qߞz-bt+Q[h͂ %a2P1'da|r[R(X1:tK[]hӺ/㐌t&:%+WeD8ǫ@BRO]FBok_Q.!qyX[eǚ³6 }7@x鑴ql/')6vӭ<'Mb攨xR $hn/s +8E i  $[HA4ѥ^yR{kP^fP4|'߻RRK1/Q@Oi< ws`O<D/4A׹l}-yIKcq(7FVJN_u ȴDtXrӸ3Cs*J> ,Kb75G|sK3j~zPlӗ\e"xY'GLxT:3X߯o^& ,1+%sbTpc֧&B^HԬ#y otCc;2m(#3mABbX4P m Rޭ0>OmNw3p+_ࠚ[%(܃Y!]5(9'*\r .e@O5o>$6ǩ}Ȁ.;#2.Ppi$Gpw͸( d ЪvEd?Mڿ])UMtaގ]nkL0GդEŶ{0WQn, ҟfOD٣IaϢ)"3Zӂ.^.|ag.r CZm#MYFS+(%=7 6wHU,1Y[(wX: v!צId(V?'8r4kP]c !TjT+)=I@1-NTE^8nKEtb(jrXNCqUf_yr>m?EܵMGosdHK:2`zi BLeH RFXO`ˊ&:v tɾ8R؃"3^{t>VS|xC :ˤ8'$_eW:h9DLjyzTe5:YۖjJJ-éjܠ%pI yT_fḎ-(d'L fғItNO}$Ga S[^si$^Rb/u~TU&D/Vvzy[\{c巸<~=ٳ . KJ_{H o0A:#nCvR}Ȭ6[g 2Uz|eҘ, 3SCa#_mIenUbbdpg*Gpb9y7Ul.6*Y0Ek'<$ Pa wIȏ*q_<^O: UԅUNG>M *%J]i4y4Vԟ^8efؽFoXA%'֤iėK<wu5[}#'Cf$-e1e."ϽϤIș)'Y]pR;ldX gh#g3DJg3 D"ieqI)J:k&1.\<_F>aH,$-*QG =ި"Tf4&?^ܙ)s-oë /*=hģn 6<E/.qT܁P{["E*ov>MĢE'u͜ٿ(+WSn3.8ށ: "~-n; MZl}]<6Rn]\Vxk_5Qjuڈ ONى]~P\/q1Mss,Fv'P4\6p0N c$h]RLX@d`r9C0Nx>)@= 4uEe }CU@L}Bq9$$Zêw>m{ܑU`br_P "YM-b(zJS PC]a@$꿝PAQ3yL>OoT ?0$^lU[=>2 3T`GV̄kb.o!o#\ͰvoVߙ :2UbUӦt׋ɦW:o}b-[#!~q Qn53 k7@d'{F`8 'b!9}RZΕsy?|{0LK"@Lt!Z%p\on I.(Aa$M̭I374"g~rf"dq.zKBiY*$ Iȳ^W)%lf' dʥ+炔3Q1G阃 mk -{JJ n6}" ۉ=Y;{qry8XW Ɲw]Z+Ryc8 kmѴr*BdgߚyTCyԘQyʃlu۠W;9Z' IۻLF ޝ|0v!?@g&?" nߪ61dbB'(qD7H`EVx-xu$*-@HD~vE5>X6Y&VI`Q^v_5/6-U- O2Llgk$؅!R\>d,)}݌ܭ=.bF@=jGs"Ɋ 2 mѬ ,islɮ vnGig*+q,)M|1` ~" FA ֩\`f.i}XB8wf] o_r7t{X,Ys*DX=VfFUߍ'%;zbr@@, 3g ñsgXyLmzk(`YeY\`(I 4p{ mOl>9EXD RSEߝ EꅒT}FMD]QY *%jAq)b*dnV勱PV9oJTYie5>&| A+t)Ar&݉RXHϾ~ݡcQU7 A`vmQ1C$X!Ύ(v7/ I)lt_y'uŗ]LK4q,ei! bS!IQ!|#cK-!0;†Z'*M%,D ^]r $V|lxeLA- B9QUrcl_şt&UՁI+f $JpVi9 whpٟn @CN2CMš.]ZE$bX $ >GǼtWNOaاh[Z]`oI(93ed3_ޚpC< zS" />S.[qJ%n-TpnÛF_cB9xz{ؓ9N[f\j||{(fa8|.7*GY| znCSX\ˊlvZeslJ`xT$+xƧ "rGD(w;F<.tHTZ5JZ@.ҝI\&򧯬(Bh<.kSjݚyqVJ„^%{L`E'{au!FSWkK=e߻Trz,D>-HHxUˣZ7ELdUN$Է~Mv#|k" G|_PUnkVu=`dt $n֚\/,uR@i`цLoȘaZPH~!,Ư툞bx L~jN'S&e^1Pjn#x " `V[_ 'Qh &Z٪1G4ua(IPTQ Dx%NL^x+aԒt=Н;tyÚϨR~)C+|,?:T )R+I8@ޛyK7|}z[F@hfQskU0ˬۖ7P?5t:+Jz4m.o]]+"e,ȡg6/skNs Rr ,^rP+F-F+Ϝږrsa鏡.t|u+6i4?zᶭZ)o]l&Ms#"5c9wmjjdzK}u{?q~?_;N n$`3s `y8+4"kp-75/\:IK (`oP\&XC#6&?./M!&C 5%bVVS=OpyAi=? kܝeD J-:E B JtM'g}DyC4ٴyc9eDnbHPmXSޚ٘$(/rmhS})<ne=H$I.еPaxky&)I\Up# ^+5L)`O\P8Iy9x ^eӜ3z9Ux%b GfPx~ഴfҦf@p:[3p~^zYAZ&Z*?,Z}oIپV]e 򃇦h [DuHJDX#vFip(24l%fn -E(:gajgw.9!^3P]ۅGl,|}M_?an@5gg:F$n~sdwjO uV\`7_ Az#'۾暑OwLXhy$K9ʆVs8GN%f2{>BBE`F (G`W%bű%yzPv* 4dzNsQBz9Q^S7Wٞ+sMTJ(rI)E "8˽MTlDv.  }L!Lg 壠yiObo iJ(az-H[Fo-bbr bo1`0zc;{)punb]ꮡ#"y-nE!XlȭT4cJ G$gphqv6_A.ZNuSу_p;qʐ78Ge(CUm# ϣf nrri6h]{l`kgL8$vp-"AQh\f mB#K=wB,rU)F%2*F`bQ{Yb!:fE n9D*;41xjEnd1Vf@eA1ρуã"{,B'`Б$N$aC iLX8{rC$'Ph8Jk;hcE6}Ooe{,E8%,n~|ats"M3ȂIC$ibqO8ʡb#Q$薣hr  VT0Gya~oU?bU#Q9q QL:cUcb.u_ܱן!nʡ\Eedo.[*x낑J1vak^{j)M)DU]qCeA ,ap&H'i` )~G\IuW޶Oq ss,o%4J7>KKoEpLWg:qR˒Fs݅ OuPs64~ºp\#!ǦJ6"ܩvnia!Y$6-k>HCX쇔/Zuw]SΠCEKY6GPo*P ѵ C%M>嚋DFe>Ya5 >689KP.7U5O|Y0J4Vww/bͻӨV-26''pw=_οLT1: Fcb8tHxH38jo(,- ^V{OrЧ6TjR9H$Z6Y"@M=PkP mjN_{偮 :5d5˱m=uܻ(o>}xztHa"p#Öy3zVʤ D ;xu;?]yhF3+YB!* uz@-ol@^޸J@Gwȇ}d4{UŀbLG2vuvoW\[VRs\qPӗ}D[6v߼:yԂN >}#FIz ;[ c֣ mLnUE؏|W zDOv`>6z^iǏ%nc&0(QA{nXZ^t;dKKŦƂnf-h# Vejq_@c׼0x~jئWi:B{]dljc"1GV--H pCs׫]P4/h.x͋+a ݭI37{:2!<$DQ\o+#'"+^O$I{,IiŢp.'!Lh:r'c:ʄMk?t_PZ"94hђ)6VSn>zn}J-,0|Б~;W|B#&q*KYσ+Xո62b*̷S|KbtHp!_g?eItݠLoQ&i*j۝I.ȤKp)a\k{"iep>HF{a)ЏbqwXDT8&Jj:I \G2q@@IH#FGE}E@T$B^bFAtE.wJr91( pu iFj֙)ǫ+&sgnjqw%85k6ZB;sxt3`D4FݪH%3ETԼtj)]1In#N\ s;rIیaybxԑӟ̓[0~G0/ݒjgILvo:/sHFp "]P]= eM u Ļ@K7%Wtϭ%~%v"4)[_|YiN|Z0c]'L%Ph}~SgCN8FC/SuiS$t %N@dPIwgWҕ#ǨĀ뜁?@ɉ#V_O2^Q]=};{])VCq,< 68?dw<)TKv[3xve%!8Ƃ+0?YLjeΰi"+  c>M)u2PZldRt&i4 JMڄG{PEu.xx`F~**Q˜a%c|%Kb~V낯Sj>b=OG\=6W輔^:"$aw[5 lb ~prE,u(o\"n7VnaG~ IOe@Jg݀ة5oqcDv锤hgx4%diLCQ[3d dOvme-m)Z my{U__'%" Kt?Jt.NkSMLU!gyRü,&gowp>"f?^9 z3A+6OEr8]Z&4m-.-`'AU3:p׿W]rl*{!(8ޖ8̺ly%3n:Σ.py1t\IXGa;' Kt̵Uf&ĹdtQd1& _Oꝭ:o@MŸMO$| LW^QQPps'S+)n&O>*au71fXJIPǵM w s >u|wHWeoo<`-0oURdUVaoY҆G1qRIbKoT4půաW.7 B_ea=+\n /e\' $YX͎ zBp/ND=^Cʅ\I"F eѬAʣ0!ϕp\/AF;R1Nz8x{L_O?X{" F,akBt(P%BT˝br.Ay߁O|gD,A_YMܜLAs]#؟%~z!7t;=jv/fH4Q#*H(-uLuNb_[,mcЅ >t$pgvе,w^W#cTm;? LGNYVJ֫]+=d-zE٠ɺsW4eNs#Xo` l44OopPy.u0\kg]>=h7x/SjD|ʈl|W:< 5-R] 1}|Y#J[n cs9cPO*⑄v 2['',4At] کty&æV4l$ <*3ebQC.ďybWPI۶4*"m:ZQlj.E,ΐkq6eU AإGN^Tj> "z-;a's b~) ({|D3rC<;iGM ԕ@Uͣ!xt:g[ tnVA) ?a${ =nAzʏ |$cf:6wvJ8;b˴N MC$,y%ն/29˥`]^<|~'sqE>?c67R _D*0r6VBz!o0Kw!\>c8Z&Bd%@l)0+u1Qw,\ngʴzWthl§>Š(CȌ$̵Kj7Cyk#&#%J V]w|d aQh~NBɲ!D+g*$ |"Zæo_} IZ@,'v:bH[=]T52{_E"&~"IMؾDEITEb<,&x׫H[ZU!M׀9ƨOo⢾f2O3F4C,\#Ⱦ\58j40*}x^LjiD%p枽G2D=)dFh5q/n?Ϳ͑Fd5h)/MӒd;Vѭ6+x+}pLJ;#T= msCQh!o \)V6lgQ'b ! `>Tc]$flGZ,o5'?#3fvdA.tiu*>zǛ,rL$REsB)(FJh(1;լc.L&SbKj#ғ ZZrŖvk9+MՋR:ZF^RYEtTqԇrf>+/.#[O dF=ň yqCڙd}!<g2+ɛXN3Op{}OX`ns:mA%2@h?J2n̬5)@yl46 2fa+J%\>$>i[1<=cۤc|6N!DkVOu|$X_p/aK>I8 #elPo-ЀNA|172?/]8vlw89+^DuUxC mxU+46;Y v/ZgNK-ƩoWyB 3Ktddx|d\Xv-Bs W4po~I`3E/Nk3A8+eC{O&UhzOhq{tv Qx"%hp1OyQH $⾜ (  ۷ˊi=Zc)VwT e7FD"SfFt{B@cA>dݳ% o#g 0-^)YO*WC ߆~fɼS=='1`.գy~[M*V_QT4m{!4 `* 1QnUbA|;g3=lőC51kN DQ-d QhF8t՘ZJU~U8yD&'J[a`LtZrm C||C2AO d@Ӝ+͵x*Q.uX{BV{#j/՝eM8EP/v{\S?X@G@`%d֐^9x掻8O:o,֢T_s(WvlJ 3!f#`㜥7tN3>Y׎7{5yq71mհaLysCыk Ú ,1+75ˎM[JÑ\,^Ay|KmUt$[|oC\lZ,DqXXu`$bCth+zqKD:L&<!d'ozrm)F@!x?(SJVV 1YR.8 =F$Oo~]U,x/ݧ_[ H *ƖzN'j]R#*l+Cdd.Mm}RUXRU,%qť/69n݁ |MjFrsC >Nrt_꫿?&ZeNqk6qG?tSLA F-EZ||bt!Ha\u`ֱr@?v%`* 0ASzעB7wn*R |ѝE ŧGa)E!|H$۫@ KSݲ?B-l7/SMv^,SoulT-† X~eUܫդd SؗFܬbU9B-1AcFGW֟#S2=9sHj N/J'gRT=QGT#8,57ٹ0{ϥ(ڀ{(y\ZGJdIh?M)dLb!iQLj0ןXIF6-7__~e'vqbhAݜ~LYmAf`RZg m Z姗,9=KW/ӻ[<}, (bmy,W5Pmx{}@ UFW'.;BTS-ACrWtWs*Gs2%Yy% 0gŞCy'(;~*5Nw&"B aut^cC:V vvYZJXZ?ICAhyN,VTaL#5EKFl{ 䲥GoY:c!%tn7jGE6a6lXH݅(5yy*\;/]/d. Ӹ銑ʁ:ԀD9:J(= FcWAteك]Nl(Bճ|NaM*E^{ǷK5dL*x@!B3[獣mՋaK@)a۟lp^e6wGv6Fr+ۙv3x]Pq[(9jvsW=vyHH^ p F{5ұZ-!MB`F(.})t#V8 A?֬ l5iR6r؄w4$͊j;vfx6v~n4`؍7n %M؝nm5_'Ӷq(_\lh;kǽºcqeKOO" =tS;X)4 x >En q$!V gm) #JTԫ8`Y!wߤ~ty/l~}}I'| كJ}'7gIp[*A!' Np;~ ̭|b[QXJ cx>L:. >A׊-ożAcH~L~yw8T50 Q`wOV3jZ8DRSTxjmkbl- :_YhϏA=oӦ5lfoqqi@dx鼉.^(8*\L8`g8i!RꭐAY\:$oM Q19wl@pȉw%{d/Xq>E}ٺUydf%u6{<$0GI^WXa>\> 51K.L.)Eloa)M $PH]ä9N&~ S`ݦ.IM)r y,;]6UtTkV_!%">}34\(slLaE 0M!XE#pE2cs{%0:IA<7!KBeh+Ɉ[o&=gvUW/#Z1w5bF*1(6m**b|n{}.2V˪څO#ʄO]N)-q,m#uKXV|doe (Ź+Ԓ`%cv>Ƈu?G l 4rat<+F 2^q͢کl_I2|ImW*RY#F9*+eKlOK="+2KQVaN$փprӥI?c~90Ië ]`H_*mQug }ET+hb)s5g@qH\q([Q]+L6 ~a=[3 ԤĆbTP.}%'(&7 . 7IJx<<ڧ 9]l R!=s #MEd`&HEí(۶xt9Iy#Lmy<2&kd*~cIIX+ QW4 MhiM֦ed\G9- Ӄ;(}^O_YGuMD<H};@s7S"zXȘ[FefO.FwFCvK;4 KhǕU&,o!~n@X55r|kgo:FT 5ӹT[D}>=22I,;'/b;sTqT`UY'W^ ^=Qf G͸A񊅨ll/kߩwN$A^_a$|9u =SEw WٵbCnp屜ZNNW'JFL1T#ͻ}t\IVIzw>p*VJ,H$j$ ,E3݂Q~,w l*<_bq9c=!v=NEo;鼑rL=Q4U+_TbP?0{˂̷ U]x`ru\c`d ?dUצ*WMxwB_ {@G1*,dC $q\R\>Viʎ]$'s÷+:Hb*7f]Q4o R쾞sq TWs4&zV1eY[=4H3v)TkOd8l~ƌdzwWsF>,7x̆_9zRGoB7)M^Oۢhp=tӃ"v)E!߀gS~+\6-sX5$ul[B dCqÃ(\J ){i=;'ሬC9=X{޿Fexf6nyrLJĈFxboE+*.>))⬄h8UL[BeȚAP۫kLċj :#_4׿ 뜁֏/.ZiVyung>!M~-8չ;TF &rظV5뽑"È@yXEy o%g= c=+HL \PžL !0'"96t2b}􂜨@:H>6t1,& 3C)KjIiRg$ #i]Ts#:߭A Bw+񃑑ΛGإb'ɞ7K73ɗN@:^h:Ӿp Fk!dٍ II1䛰CPda_Ns(006RƷHYy2Mo#`1뮯.nTQa$Z%~hB(fm/Qd3iېGdzMV$5 :5Gr^] =p.}Z2P~kE,L}5njo=bAvXK~~q'[Pօ@gF R' A~#o_(Ɨ=W`O &|yw!MXCWDI{lj{xs(Pa~Ktp&p׿u"'4n\AKzkt,Cw$DfygVnJOa AF) D{@O8dpP MZO|g厐o3f$# +OoϧgH%Y7|32 q(νQcFHHӔ-9>AM2YjJ!9{οV+էÍrpf!YmRLrݝ[ f*LG|.+ -1_BH%FReݻVA [4\PG嵃|]9y]0 kf*ƵMČyu9I[ĹGn߽E=ȩfziS0g_=iHp~xQ=% }UX@lx".;>o~,$Mmp =p#ىEgQ"'2A> @#è[f Q; QQ"pBЅb&6P>D( bߴv;o/Xk%4`,Ac^;Y ]`BP4sď0^`p[\%Jx0Rƕ> F1咲OٍOImlQ.eʻzmlt͔ys =~s_m yB箂ȬU1;BOҋCihXK>jEk@jZb4 hj.p8qGbC_'G`z6=wj5Zȸ!)Il,0ѷwI{e$o␲-דf i>M%j4ntg"u% qh)$< Uj"| n u㲦CXI|Z _cJM70RiLxڀi6*ڱV8?THY`*MN? (]nۆ{0yݲDۿ[GJ> Yq7&>" 1Q9hK۹^w|Kڵ*S;4[­J,ݷ(27DLJcO4^H+RC~e=nT@غ7/ZY! 8\kMA^g~ —>u790;BSFL~s*WωR3ڶav @JR/B>5E̴k4-I: YnkvXlZMtcr=Xc=:3vlv*m31\߅m?H{ũS5ƺA@w @b (透,PwyWn,V ^4 gѥn;H.C)1 vpsԝI#HWQ􏢫l28A,oy@vNT$lDDkL^‡fjf-6ћ&J?87p޳`+G["םҵ3U]^.Zb˜u4MS6,S4z!n8`on?La׎w ݵC_#sT~b"8ȵF!UҘ4pa'Xe( EKD*F4t,L5Wv 2¹o ]W0 1 ]Mu /QpfҌtTdR+0$]% 1X6, "uJ5oA<@O)pcLױ\) :f <'ń!Cx~u^:dIC/Χh~Z8Ȭ=4 3;8/2x)RP +sB"2-T[ѻ%=3B*Uþ ~+7O3⦉9WiUVWQD!f;i2Agcm5l5LV>\i?fw*lX[ѭ +٣Kg͚mn͉nJg@4mV8fwVU Ѳ"Lk(ZF7Mީ]Dk!o}F0 IBRgnͮmmNKFm1hJÊEy: #ӽ}xqRM-㭋n ;ֵ:ܙWXvIP=8p车GBb{d-gvl (AK%M1(Cf#%S ;F|{h/.AgޮjʆNK,i:4~DYVRvod>bSF_́k] 'Bps' su_}fH RnÐE Ҿ7ZSPTb(,Dk?˫:ntn<ċu(0=9oߢ*?U!Xm 2L^Dko kPX(Mht lH nAnL ݬJ]ou?xНEPaZEjߖbFR-epmto Dt ?-.ל%e]ZqTԖz \SޜNc`j"5+J|"Fu#&B*"}{ZƾLiПI ThӄqdTsdÛn/e<3~GxtxgKvC  P{i99[j1@.l6B.\'bTQGo{mk*IF|/ a (w|\O 8Į45+r.iF7zD-Pe;I|Iv"dzƢ~ }of Y]|h% ^ #CUH؅DYq{^h%ѹb7st `,/*59!L/ON`-XV}.7sUFmO+h6 ;}ȒHw5*(׼`Oh0q&74TqAOiSN`nXW,+"˸ beMs蔾.EˬkH3SKy/ܙ*l L Z/L$;XecmAWˮZ g~5R:;yl֛̄26vdvJrOɡ)vYBR} 4[Ҝȯ(8 tm8f+:;SKqk-d<04}WH KQ'GwNѯ#'wPyPq"F[Isf7aU> C+^c */#{?% БJA z yzJW0{HCueM:EEܕzr&p<>k)ml*W޺yu1 iAM2"އcWanؓa^1}9)mC0,64tw`ȼN_PMiYIE@c"x/Qvd/5*>܀WsN&]U?+r)1φs qpmR%L[Xl;^r&Ps~1]Y޿A~Zz͎1d9x S}\H,LsCkZ\>Tt4IKYmw WyeFZa" " B,tE'$b) 1oDbQ"ͧ7/tpKQ6is0&d'Nga\T8K-YdZtBĊ):L gpS:sgn/dī0I"{-\4HqwƫfDo630^] Drè _SDBp1O[3a%y W5I\7+"t ˢ 1GXCȟ Z9oz*S| ܑIŧfy<P>|hE獎oZhآLiFMWj_2v ROCutrR{qŊ}L6Hvnkm@bUO7bIjjdk kߣsGO@E":-e<;?5Z` @I@e/ ?<}-|["%":6}£l]wwgO]w8 %&EvDwKM!Wahw ^~yTx;Y>Lc|ʧ1]); t& CM7 eH=s$7 C{b'*tA/`;Sq 5unޮ Lj0Dp g\U T_DP2 ~6Z[1N  ȱ[ 6y ϗ7EI[ ^)ͅY"@S !G Q~Pǻ$2ՍPy8<47 Dqkypc /;Ї|fS:wNB>?J.>'w,Aw .ip7!8 Qbjj-+uN09VulxPMC`m)sDL[ȗgxδ4$N?u}?=,H]-]'~&n7Xc }l (:.Qb uK'l-YzJ}Q[7m]vmb![Gl&\QA.~:&\R3m>щ^d)껃uH [ *& ƹVZEΖ?U?q:<&zVUѶ '͏]cr-FIPMaAYQ9K͹BZN=zWDI* #gݨ€sxb(g2 }:}0q J%WQ\K8#}Rcf`rﻈ;ރA1>mHQ¶m~>?^C?_ Qo˛Uzu0J7RG!sy.rcHD a_]ȨDr8FT>4~O 2z:)AL@Y?Rglm@ʓ@G_sh^\vcc{gtQGfzM>J\I$r~`Nۄz2ɐr]Oi|ǠܻDNa]A;ndE|Nju+(r58[X\C{̣6=ԍ¾mI '1vrY=s]8e\nڙ ]ۓzX_;rQ󯚃&G^cq5j O/ <訽S!KS#=o; |~ֲE9gC#A:Κ³_t·?ے}quѶߚ_^b"G\\ _>f"_{%]&ڹ |;kYQ{XQnث97zr߳=G^ޣH;ܻ\"U6ur'3u_]]Ij8xٷWkGGdݯ K_'!)}:'u?Jk~hWUo |9yNd(sܼ|y` o:rX'yѧo ψ+,rmX){zW2^G7A_"6 ҟ"w"OCz9#{%H ^ 1b(칝O)֒>駟vS}Fkh_Z|Md)[Ԛ c*kQzB-U1#yxnVSv߆pҒL[G2-ZoWU0vt#˼nJutG1j`TǗƒƇQ=S%rARɭ+ZȤSmT+b)2R四Lo+OH>X nqf܀>"(Hsn_oؤq.;TEV- c--(OE&rX>^ cYL6>4Ucj BJKBMzUŮu\X=yuGzsќIgCUYވpY>@y˷僅PC|Z#:j&S71!rD0PQśEjcga,]oΥ3¦txyo4g~@]L^b+(qM|Jz0pGʐ7)( Y]+eg~idoqڙ/9.O1>쵒5qO(yna|AL7;N^KZX-ig~mҸfrPn@[w3"uD\3mƣU~7^ 6 -7,~yͱDRvx)ir_"k!YM!BU5n;`6-N>2D2rrUݔhoOgrMrEzݔPng:RSetFJk2L3}&cga y oZ<1 Γ|BQ5y!~QJl]ڤ/eRin@q;~<9YdT:M["u;>Db)>{N`*i=Dmߒw-K64mt`wi]ܖ丠#L>KcЕ/{H {{'ÄbPL o̎A~k{7QI~~/gU~|wf;-+3 * )\^|k[=SJ9DX#[eka?J?NjNhjh%fw W{?7rUfZl;< Gxb|\sW9>e\񴱪;ODxg.j&mFGTRq|scL}B$NmP/H9r+=8a߈Y쐿9|/ƌgg0C$_X[;,LweɜY!{>tGZ8 G) J]ladA:ͪ.%-7I~L<˳x2Kf 43Ex O3}}5ӗ}Sna -L\'l\,ʚVJzwN'{7 @gK͒tY6V|Iٝkoӟn%e!7eQfҕTѩ>=q_.ޙ4yY\㏸:ʋq}ԫX{cl˄r6l^Ě5察j]/ٲ9+ޘg&;N(ӎ}bpH F$,:nQP??//Q{6өl.L  OŮ04YT^%7N䠰.C;UpTJĶ~Q#(l}@Tvy\mʈBY7ݬ[wvs;'zHnJػv\ zw -֭`a:Eڀ?RᎼRb%s׸+zwK˪\ZHm撷U/Lu6(=hJ*(\7ފW {+^-oWW&P~>T6~kt,IJkEf#v}wVju!m[oPڭۭcQ7IO]~Vs7h?gn硥+{z;xg)jMjnPm^_uۅu(rwp6y9G쎥1w.1]cʚg08Ucac:3$@O噐:;{LXgg",+WbЧ 'K/ i ([?`w˟&*4r_l-Ȥ<,̓]mG*1Nۓ]^ YT*_xTXG(HMYiya<. 4?Kcc)f=鰮?!v/{s~ir j r/C_YPOyK?5MAo*Hs%)OxAWP5hɨg-F|`?/:;Y)[kkgU/ P-ߟyDj}˟x*.Kams:24ʆ}Q0ݮD}"M-%5T)_7ܿˌ'ѭaOYse ^'5p~2' {e~b0~/:mv{}QSs-a]SB}ZYsOk\|CGg>-زhwkVpϡeZ҄6ϗzTrK~iXhisoSNYpo&>A|bN7\6Yarge88_8oKT,Rz"q2q;&XV#X/0OtWֲ [>6\룫j44p%yg>k\toRoTwJnnz675mD["5/lJRm㙦bڔWTXhZ1-[?ͥʠ q4Xn| D:@:gA)N&i)yh( V)f'fS34o;zWr*vF[WR1k&\8߫掌zt;5.=/6͡Z?3+} w:gعr1V2~vol?Y_iţNΛL CW!|v|+ m'֑EvZ]ufwۯC9;S5q0e.ǁV6[ EG+=´c%'Kۆc6P,6+ _k!Cv;Z~!Atw-ˇޙulSb{:35ܕ3 vv: It3Y?v .,,D@Ѓ]m p@ASMjR֧ Ql\ +D_8P٠6 [jz8\ok#lG3g31qo5) b _d scDq0, *w)ێ=X|c]/Bb.^L% rUCl㫅4nݽW_b]&Y>腨A۽OlvE*eqKǻtz(~O(QjH/W:WzW׀F׈/+u$yo:AZ7p 7=/l])'tøXxOG\:W6o(ŹBTޏ l˯1v,;W^H@@A._ĠWnpV߄ͺmGgD_5[ڷOnBY);A.w㺼M/iu_eʿzBw(^VTdSn8O'z+U[_r > Pu ߃tA=-__W^z>*Ћ\!^斧tkο ЫAOkAqu7^/蒳x(M7~7{A wS?~㽴'*y:=`aMW#7{B9!~宫irӣtQ_>( U;]1>$(;"ht"_/ugO%WkЧ@4i؉Az>sP^Vyʾg@ g#dLhfeoGx֕y@GT(nuo$:ȝ.J/meA^UD&roOxݨ?_wNĻS?*yĭ(4_p>@~_/:*>1~I9(/cɻP/C4J_Ɇf_i5+_ˌUJ5(0.LyXW6-C"N> 1# [K=bLP.5wӅ蔗P vJXyKZʩba35Ekt9>ڸ\c+u!\$PYz|iֻt 2#OX%3ɟtCNYWHI*Gvꕘr@^βЫ 2ZgH8FR=W u=h]It Vz;VZ؁oOQ-J/NgQܵruvǏjzzG-3خoK8]zZ =4?6W_Iۨ7~w#gܮ/?nM"TK+/rs֛=bX-G'ߙ"Ga( #6 O۰LQh$kOru !ї_H " >0`clJ00!oT#0ف`G>؉@ۅ@i9`2>B`ҥ˴L2tٞv {>{%uf@`y.?]>0Á#`[#h@B A*Skm@ HK,h'2Y ] K-D$ NVӁ gXp&p@gl  b`5%]R+5 WZ nn$)2q7p=Ï#9.|#O4) Og~0?d&xx x@˛oMx(C^A0@#Hc FπOL>}A dmoO=?!P4lV 6C=*F zhy<%мE`{y Gu~FC0 u" iA]0 (@W,M`3_7X`<0>[`kٔ!~ّ@Ds7Kz}Z݀):oW=4=:o `_`&~A:8}3 msÀ#pQ cx̏%1?8@c#14輘~RD_Ł:5V]eb #XB,A'pA''qpN $t3UUr)P~.`ҹua V"Ke Wu[ n!zI{ %t=K׿a?< 1@_%xE<:u)@5y@ۣ/xsπ// @|A5 Qg[u qxX[OG{^_.B%MR%ԗJU"^JچV" +;f:̜3g:E1#F}'BLC%&I֪mb qxgk)ՎR1iV2mxujWWF5VCQ4JEͩߟj6ޕ˵3żK#VMv.ĭ VNv|ɨm.&(dז֤X7F bz4lKvbDHSdׄ|Y>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?_T xXrGm]-`q `c-!B $SR<&OyH/HyI [sZiMdbU^ BHAЯ׾|ptiB!7q>A&=Yzn ^=^X>rZi5:-HQݮ:6(L" e_4ۙO8FG񊢗baOF,!,㠘f)("X8EQ)# es%x5ς{E \ip#\75kv$p\S`6qmZOE{>Q.,zbU|,10yv2V('0߫Cw?@^BibcΣ !Ʈ ui#s'hfLqGBU,] %n6X OQEyq~}ԯ9WC.g}A(!! De4$ˀ2'if`2 7B)҅TtZu;U,u-ɼEs,uRJ?й%ug,qDMTKf vI׷+ b+^Z/,k:Yҿ6 O擧F>, ѾG!06Mc?=2/uSK44Pӎ뼷K᭚Dۧ|,nK ښeJ eGWhT( <0pH5PڪR>\J$M)j,׷:,ڷڬ$ⴛx/&xK5cma]p%RtۖϦkMcBDwͱX/L㗑~B~[ \&|z $T0o.gA~raqSOz©z;.7KI!0 Ox_\/ƛ{QB9Mp0DR6d&JZJ?iRxFRF!FK̻!FANm9`6(G)1'y}L9pr|jDm")4;Du'dmvW;mIzpgQN̡dOF˂̠C9rx^!&gy}Y&0?<|g.:=N>&Y>}>hBbb _ۅw rW1B" $}V`P@FQ>8$`J `Z.qTuL@I p XpK X#>V%\. H\xpIuwS-?nHs0~ vvox] 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 /BHQQhzFI̾c@;bulcp!Ćر;KENNs U~UhFϹuzzgQ*qJT4`Y޸nN?"8UP-ɎtC3gϜ1w⎫b lNnOշtk&F5Iw!՝Tc}2_si"ٕ 3%Ӗl<Ձ:Da« qZ\E4@ZpRI U Gj=_<@/x^7<3<`(\q B"0pj?R8 dZ5:3ֲGDL1 )S!oMȮ !1> >ϲ| t?>vsE;Ea|O@B<\p!^㻎&!w)( ̊˗1v+UNnTV.: ptaLqme5s֡Kԟ)WXO\|)&X>wZB%DXml56̼2/BmPp1dN$3/E/!c,ŦZe>m1ПMiduy 4){̡fžJꛘw2y ^7X1PqNk;(Koz 5v!֪>7TȱNػ]=v uk,}UG^CB`Պˎy Qs\M˞auB?۳qoU{%7jAMͰ-cEz+FWm-_}|_Vm3/}9k|YΛ*7 }A{~}^u qJ"_u,ו7,$ibU?GN7\9J/Z>Y߷o@z :>ƫHא j^,x aˣF*>_7E7;p;(׼>TqK\B8vL ]yϊ۱ U2Խ/bgw%C]tE՟' Uz2ɘz#U]}컟^JpwG?CT'D%rc}6׿?WDQasy 2_ʊ+f *wZ!^~諨 {%|>VOJsR9)?@~{sZ#BI|t^c}>~=bQO7Y1%SY+ɭ)\D ɵy KT%[Z3IKN!3#]nI45W6W:Zi4 T 8ji)RΚP JL$5$YJզvD8m WԸ3(|Su~fvLbb`Ld;pOGtQ~Nj:hήp=ic6έtC9ҽ|53^k)1j֚r EjY?ޮ_v#-{r7-OE ϋv%fPR06/#'Ǜz~)՗Qb@'tH36Bda%)Ej2K%V8C&٥fSRfж(m _ߜ8zg_K͡m`$"Nb;MlMvY-&x}Ue&Y߾QLҭYa1$D 3tؙx"ym Gf)zt~hz&F;țfF'3cY_08oh~=O^RN.hD]ቓL䟁z>SqRrʜWgW??e9T4}g5%GqD",אRh{ίWthlYXwlN7lop0We9 Y/ x1Y&Grdsջ7RNQyrG^a'ϳ#:U1^n1%,+ah |Qgs+, w)mR xY?aGGXqs]].~/E@l{&ck v= |}]*}4c|?CaGC)+O=q8smˣit61SN]/0M!O 'z)uKav=E7=~{ $=CqYX5?g?oA)s1̋K=h˔#$VޣuD} G!)H{D\o+[b8GChM*Gʹ_h,b?'Zhx9>@130֞fӭLc zY ܝ8q9 cB/!Uޣ| rOb?qȟ֧xB}]Y,XS~cBE玆H鶋(Yr9P!cvkq i,1VfO~N۳dxww~, =uA`Ah5T(O̐~1 :tA.~!)  . U"G.%uK@O>Ի-oϰ˩0]ֿ(?99(OITfh+@O=t5@L|Z/-gg3@=г̿&(烮 1“zZ ߡBĩ )ЫA&"˿Y AyYij:2C,#A(>oDxɍu_.+z/#F?`*aOq619g!K9v\zӾ˵璥r ENC]rxLj[fޓ{Co uj7jZNۺ_^9|;蝠 z~`y>jh3Enr4ݓSZM$N=n`ޝ&}!G@w C&s".5>\y2(OĮRn5YOq|)g@wi<z@z;w@/ٹXo&m3P\b.y# -3&|zQ#зapFFh$eM38rgy>XwO ,Eb`\/m~[$O4 `8݁8X- s\3|01j{\\+p\(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;O! )xTMo@]M۴R-V@±.\zCűlKk?'kG"&7vnm"4M޾{w;}+"CџT}42~, V`k,ׯv0_V ?VE҃сyR X1g#V-E_:(*~ԵAYM_gty^GpƢ,c_63#ƫt.\aRvY'F /`LP|GcSa;Cl||Y ˅X"jo 6Yly%0b?>#jii[F̰[|} Z^0'YV4^z0aAN45 n'v|^)׾?QXƗs0atRcYg.L}WXBߋM\orX#i4s e%k[Oil',MyE3̓KELV(\fY7oԷoԷoISٓSݓu-f*6% xAK@'iVz B^R=Kok7Bŋ9^DHM&&Yٝyf&c͋˫x0= LhbEϷѰ?:A5íAi. Zڼ!Aջ d7ttlo"UlEk4/[RM^4xFUBiJFir j$YٰKxa(Wj.kȫ RoQ#~Kc;+OuԯPW]nK*gBGT\c*<)q)%;"| 39 (C8k \]_}c?/hngn ;xV]k@t?֪O*T(RR* j?H_|PBdB)VҿX_Dzo;&Ѩ`d2wιgf3ix oﯯl4>}7]bk^jsFkحJHn6?_!n":bQCN&IXJr0B,pI !s2]4z9)Y4<75X¾-^/`V)E#W; I%nZt|f҆v%23x5L2ɢ:h7yaYd~n67׃WWTrD) jEꫬ gG`ĝ`D=Շ.ki90%/ g3L Ui $~![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 DkY"rxTMo@I8umGiPo ı.\zCRKnb>.T<7kk`i2yo~;Dded/>~|rwDG3Ȣ>8Ȳ(d<_l; 9Ơ ޓId \j`ijO%OمBL«ebITt;@WXQ?fj@w2\5TEQ!SǸNltDlE+#`'\n܆&%yyqvDOa=x|_ x<vGC-m .#0cO.j=@='$5ŋTGV;zYYGsij[׸$nj^\X _~8/ W9 0fzb -r|0|u _]Y#Wr6={ck7ӣn_]aq]|/0/6\3-*W7pSH9-ܒǹfyiڨcd4MӳE-¼"v M]ΟR>KSVKXvK~%~%Ӓ?hI?lIﶤjZi{-{[|%_߷?okvxX[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ƕ=~32CXEt+wˊG}xxP-^HWiPLD(WA ֎_l"Ŵ=29˘/|y} VȩRbHҢwvgƖm;_/(f,m ,>Ii4$+".$,alm_cƨA[N}UO/ (O˫Q4V7kFz#kҵy rފY|{^q!1Tm*u*e*olm9QyL吕 g`?|]~\t E/#c`IY*c1v0<ҠD_~lS~yu;xgڅlV6|||| )pXgX'7&da滎`::{Cs<\"F=ςq7 }2\)p[v"̷5ўJַ}a نJ̫t]k츧N߼Z,O tfŔ )mE-fL)fBVJ"~:㷅<#]t C~"V Ի>}znOi8}ӑ6Ix?}6 'U` 8.쓵C{V|lUfG<[OWS$䯥_K_ODoO\" DY"A4ArdG+sA)B8d I#!HV!LI=B{xX[sF^#a6VlIi__򒷎jd!3 xҟt:~ JƝP3q8gW]>!1S)bOR/_ǧ߾#4/?)b, C}vr|Z(qjxB{txJV: Um"gؘ.m&_cCaMb>|iH>5<.b /]AL&ߡ8XoY_>+4I˰_Ƽ!DȚU%ٖ!ہ.^S;\ qE?g/%od?_> 5:so=k [{H()Rg˅L ##}Q¤x rD]d#2RfT_Uq~k:?;Cإ9_|UĽ|~ E|C9ZHoD[$&ӷ,3-2oˣg-˹z]I~_" 9f_Ss?+oNֶG#jq WYFJFF䀌B $0}%/80}-e &ВlKv%)ؗpa8cNnxb```f`abb`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ϼ N64Ax]O @}Z^..Vu.x хhߎ@tsyۉ&,| oц#6LXpX,][R6*J8-hF`v3G`qRu's%*uI;c)\Q=Bʬ,dXw]ݜ!Mx[S[_I@`0m?qrdI I8&M=_ҏ~hw:4osW+|ؽgg>t}3 *?Y{7FƆwo~VlG،%#ёq[o7}-G\RꬉGX edb>WC3ɸ4;jukTvBԱ\qk!Ԏ%zHIs\Wpⱄ`j *UsɄFJ?碏bejT3ʞrFeه`jry8y>"{dFU<ɹ-6DZll.fGV$a7jIEV6ؘc– 66akq#lBr:x~!q^1_}S6ApY1؋? G>m7&1.b{§2:#v?Ah ퟣ Dh 1w̹C7`r'*E! >lڊcH*[Ym}`DKɕjd3OziYА[Z$ٌ۔_2m10fg셐 c4Z@MJg$vPr&sʴU؜YӜpS =)y鲑D(Bc-.I#5~*BID'Tŷs|2 GkSsl||}~ĴIyv̭$siu78|^ fN'慇t72U'R1%>Q0).^Zb[t.)n(bb1wslVm<1I^o3/m̸4+]&Ν8}~Y%Cmo/nCD~V+/=8{e^š~9(cW,DӊoH3qvftzkz}ِUG˕+q[||X&2KIJALIo1B}UC.͜M'SӋXiۆRkܔ45L펆ZUзu9g=LDyaVZ <ޮst{z 7:%"eH.O>:M2\A$HksƛEuC:>؟#˜]cZ 7:cĘ B@>\ߗ7V6- ; ! ;!!C1O+eʓJ_r?=;  wAi@6ƎB 9?($.9zr?aCWՄG )n`ɧeOJvN8c9Vd)܅gܣ,BK8(˿y/_k#⟀=2@ F0A3zh6t>-%At ;<`/M |Џ `ƀq};!S? !&J`8N MW$p(4p@= 9` 8O5 Kb\Mw\&*{ 6_@ &-U6@W7; Dn%0_0Opms_@@Q)q E[<tu ? dDe'h <%X&77 o-tq ; t!PG+ /}}}60!axXOG]c ÀWІ@R.9=DJ5&qV*qVG!*KU :}};Ye̛~ޛ}&XfB?{r!e dj*U\+mngk;Ҭ4:W ([\tZF%A\aC{H@y6Yf10,pG=na} oΉ4?cC )߈:o0|/k7'b]||\y?'>&m>gPoĕ71;9W v-*-Ao 2OUo[֐G mqL:/|Mp%Qc㷃q= KW~#[dk]w|O8{8N㠗hhґh㸅Oj(6d]I'F uI$emEd[J~jSa*UB?!J+G''g>$3BEtDa:tO$^88r]zH6pk7C5FLa#ެ~|x\i@X{hf(^oN&'A*yX*d7},,U,z@,YBѨH*͝I3r.F̯0T!Jv*iU+ 1pc))&iCc._԰jQV:J|RXMlT~ 8J^)H$s9sʺmMzek!]*xjW_ d@UA Z]7#Z+i9Q](S3^P6|Uw<xkuBϫX-\gexK f$ŢB1zTkM¹ <@]!8!smHO =ͿA;&Ҏ=tͶp5It\o>WOqI%7 Ehtv__p^i >c6~(?)(vJ}(S^9Aq1y,NU5/ߤ0q'v2Q 1䓶Ǒ Ke$1wz W T,;Ō̠uxyD3IJ*66ND2,x'8HįO[n4V8r%+I7IEhD[ ɓ땴t&M$+y|0Vw+K(R*7YeE+6gSh߅0A= M$ AĐ"MBv`1B0F Ƴ$'9b oQ@,hB[B+skb!V|Dv{xؕ`9L^xXnI.qk',  L<,'ą/{=# eW{zqbڑ>g V8 {<|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[oGvv_P1!@ЪV}H$fy\TU3^Jg3Ɍ>9߹Ƙ,` _YO~<ع?1f} f9cswm2ۦ8 |k'@3v9tX}p~G@`#G]>=1O8* q=vϹ7Q0:Z  ?=\t>; b aE>(7$om3AQg$mx bl2^?W|R4~!K$ Q1He$.0LM]/%EKXt#u{n;z)D(~ 2PV@U.3,HyfΏFCv/I%Nj𘔇?Q~HE]/|l訊y9b+9_y?$$r>L =5KlPM!7v7=)OeM(v偫js#L3Փc]E5]M{$/`F6·qwF\SH0^-{ vK*;UYw^ ZԢ$şuCW~x*+ JeEs`jb]Gki!3xsbP9o1a'`ke`>5E>+dSԫN3|й\K94\?uhRg#x>!EC9"Ai lrq#nBOl@[%h z o[䱷3"Ep pΎ! xoAg- Żn}Ф Mh4>`҄& ҭda]Z/bg30 %uwg9ߙ3%ubXJ|=:;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߹!xY[oENع5MZӸ6R"DUU*RXr;%WBgw;;~-h8,"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~ FxTMA&ʊxXeêqYC<q% ɲ3{?2^zUzKRދoGOGώO)5wEZlZ_pI*!&yWLjD2̝ xhǐ4h3zk`uoVaV/\M-xYRGIAܧA q_>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?ܞ?!DgC<&{@R[zL&-FtMSO*$dbCȢ_X6C"y`czFi[6Ƕ# ^Vs&/^/Pˎ%ȏinqgY I>ry;xvelbEnG]N&8[3[4^=OQ5s̡uWD/.Be [xX[oG/n ǎlı(j)/}i"REak`@ Iҟ>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"9R@x[isn]mlcs#aOlc|p0`N3[,i 6lfV>S?!UKj+8ݚtkl0T2U=~VKLE!I D$/^vv   22,+7yPPgoӢվ%r3.lƊB&l eH.%9HSRX.n̄[3}sms$8g VN_3OL}/H3fV-˙JK*Rfz֚9<|3-yZ\eRB^]X1D(5Tyh̫ےM˷ RL0EHa6aذ~67l"հU!^ l+lk'ƭE:fd#l(NIq ץ͈ ,[vG(Awtw@w'tA݅> mF=JI5m >~XҏtCO? A |ڐahc~FF\mDb$θMHm然yb |x[]Nf2گkr7 y StƁ;wW92G/87f\ڀ8)]M | 6Q|!Y=R(9XaGۆ|0Y[E ^ǬOѯgs?Fǿ{^y`ͥK K<~?E|( |X c W_B>>G7(=(= .^\lܾ!Ź'-l{ >!h?;~\H. Ý%Z\tHA|*=ߩؼ,ʴ˴ʴWii_i7vQ9lQpݲS?q^W_,tg= z%k훤Ysj3ε-8׭[s'<e zΑs psPęj"")nT(X +Kfӭr&69۷P/q6E'QB%m=u)+ks3IHvvL2 ZrvˎHj> %N˭Y2ܢzn%{`j[[ $Y"`]<~bf)IM\L'-5B~(mX'KJ42tFKԈ+ݞ3LS&3$v~k5AѡɆfWooRGԻ/}5S#}\,>gdef]|8t*|%͘B7")t*ֺuˍ!]Ut0DxƣGϣDF)z{YsWˌS xf1-m+89@sɔ))V(I4׻4Q<#~>YwS?Hc(e$JʷdӁ#U#<:$ wzaK;OHjߩ߯gJVa11=iȚ9K܇FVϢɄY^= Ѩd8ka&%LZ#*uk\\]r=d2ho!  ![ 7C}w S s?dSke_muyE= PK/gHtz^> ox )N{X!aR\&L${|(a3*ᗅ>8g(*s !w 4) 3'!O]vy} GxR i.s<)"(y.E+Q~MR-)c 'I✑IEƹJi ~ARg³ջ 7I!t.򔐇*)sA?w[)>jV6)jK[Clu#z".!λפn+pG18?<9ak8I/{1!ANҷ+3QL{)^6 TO$~S%!eZ<./5qy ȶx\^lj `'Z4hv{N bA  ~pD@0LaT>S`\I N  NxpAe઀ku &0%vp`ܴLā$G0 <^ GX"DGpO4+K/^Tg+|;p> [\+<BCox]|Ź՝,6r7-wc\eq`>Kg[tRNƲ -Z轄Z!@B |;w:~;;{ԓ1b*4JZMSkM|ЌCf?)`aVbҢX$j椚)&LnrM.V.ETMc$eolObzk27QQ\ߐLE⦣N='Z.RTk3+{Lv]Ԇ[=wzjuXmU?g8h5\K榆8M}A6$^-jH[b1kʨΌs1'[6AFD&[d]qy$x7=_͒PRI)b(j޻aeq-1[i.+{A+<Ƈq*'޶*l5υcna])˙,qa=ӽ3ٲ5YhhN%%.r5G㩆m I_zD*.2w2io6@_b~Z!VzXbMAtp׫7>X>):@'LxL 0 &f;;rC@APˉu8|-#:+V*"/0%vF#w?Ȏ|l'1g|Lg"aO!? S\xgxf3zȜg\!c u_Ԛ+m6ECS!bؽ1~J5x9k0{9dҔ}ؽv8>er ׵ཎx དxoཅYVf1k~z'5_n]=x}̮!7sK\nE߃f(?d֜{ؔx[GML5#8K׺ Q}{}z̬k̺.>? $y2!j@n5Ry 2oېu@n]ȼǜ߂Ys}E揠~ !$'YkWD+;?cּA{+6>oپ/UH7 7ux=7a.%\ڰe+ԛ):Kz>Y sMS/=fC|j=/JzQ]=t׎ *[˜'1fְ#Xgs; +B>tuط2eEc/k?NíG@nTVk2W3h+%QmDa`Uc,l Ɛf>$;_0o*{)H mۘcꕫH_֋U$g=ЋʶJT[F_OUh/Dc(e>ܟ,U>̘T__u|_s+>^ΏL;?4ցL??s'1C9ƴÑ(;/g2^܋nT"5$k#IE%yA]޻aԻ* RIz'P'Fd#:_2_8y2R߃$K5%TAkAӠcBG{FӤDCXJToQcDiY2f]v(T7-9L﷣l/{oZs{oG_jr߇v\&V7:ߎz7ިqY:Mze++uquud<V({!_=U7䞮\of/TQѱ+5&Ǩ->>u>>Q͸.A<T0ot,vstrx]8yߠ'6C3x;=|_Zvc7vx{|md:\դښH}ifga!-œ'b1PM v>vRz; K7-^F"go,ēۚSSMSqr z'z INr'QMr("^ͰZ0*v!H=UtM56DOS'PVǧy8E-a|D#C6nI;]2whLUŻ?8䮁{$ݺ1&MXd2>[|M]9ہ ~[iu8ù,dEAζXܷY !:Y >!.`YLZ .dyyqt ~wJp1WKXNluω}sBƤX q9bBJpk%D+Y_HU"ZV& ^݁k|"Vr^Iګu&F, P~\z/[]KyLP k7b6c,- vښ&ݔ`6nf9/a§[+l$SQUxnӤGT %QfFrR8vJnp(&Q Mam?D6ڌ ]o>JT =w1BS[%|_Gf6^N]?ϻYtu|6ʹ n 0ر3}&RzG4%:}^qs=kE%)DVҬ>ļO>C͸dzVзg>4G4#G1t>LxŸjBoK8_z%ٗi|@=C͑D4t~".ٵwڞ+8+ݟK 77Fv_0fFEކvGj{-l7ب͘ lJo# ,jcf.6őtxKoc۹!)z)S&ZGwl=~봩ͅAE޼z؂xO / Dw-#f qV3=S]Onok&o6Ok>kqm rsAദ-ty)<]Vz-'!ǗsU/ǔ/^w\X9Ś~u$:> T]"Vq-?R[nyi'}|SjG4Qӷ>fՆUu@r:܏OU?~7hqc7K<_qWUǽ:[/qzVBR_k_ޡϗ~%A{̿1nqDsa/cS#n'[h}H%}WOA H4dJ?q,?*B] OPXa],eEw5'dCS<4^p@)=E$#m69-5@{[/vSϗ.\o?KgFh/О,}}ݡTϰ;jaC@˂/s>`*K~xV)?ai09s%!43\t?YODI./hQ#-g*cg'6LIe=+25@'N:t%_&䧂ΰEtЙV?t_)cWV@ў+-fN'|?,_)>}=g. y{QyX<3t1ЃA] zr@W] t-aA7=tFY#lϾR<]x\6#bX6]2ۦf<s+2[ķG3~onڇlU VRX/u3'=[G4*M,1T'9 V|Aw^uz7>$GŅV$ؾ[TWFK'bK1t⿮;vVboVRoe+\ݠý뇘_?mOYH02߆ݟg~`)?(-L9¾TA}Q>cO> cg@}YA_|,| s^}Uq3Bg ǥ?v)$.*M5%٪o 2$u3Sw"-EU}t>`na^cn,$ŹqK,pvjoWe7bojbUsoZdm6m˺|!cCzoJWv7=7vK]F<{Ko_a#臠X=_}b~<)g:nߎ~sZv O~)߲O%gnNK?[{ssqKna[`\cl~%%P$^nӺ96-W/,G9Kppɤ`:afNB]S!bi$JdD$;=CaP BhʀrTU@}1h Bhy`<0 &y`i8PL̖0% %CK5X.aX oX'a=AF`#& "a+PyAB { &X ̀hCBHH9프@/IhvI[ _)D _Op p/ߒpp/q<8gH8GAj9Oh_\n_\ PK$})p g|9p@e U5\ \\ M &[½_}n D[>$HxxqI OOKyxQK sd^^ dޑ'. $|J $nsT@zؐ'Fb%eCf2!FdJ%D@H D bH}%D{@I6ĵ()$DF ]F qZO0!歱7Vv qh@6FgDcj$LA0mYX/lLnc1B1ocoX/nxXh#৶4"`?l%, Vtf`FF 4=> 8x} xGn4e;]ݖwǻ͎c'x4ƑFh-ak$ !%vvx}}<ue{>>]U=&xWNn诔V*U]]zMoXRtW(vEy*Pܰo[2K78~KUneoaO\շ's}DS:ْՖ7 QƢ)ݕKf\Et&(b 'ohvw&R\JSƹȋsT[[d[R9 $Iޞ*`/N颶tKk;XNtk h090q- Fתj׍#͞gB? MfIe p[oTN}k*ARllMߵ%ӟg]ݝlgGWDKG#y&D۾Dn/pC[lFPw ̦Z}dqN 3ذMnөV}4Kgq˩.~J\CfP]b ZE+WjMwhΉ.j] AάxеС)s0xR1/@yT]\K] w6j\CZ:#A/uw,1v81vLxNIvLc4-c3t]5@?yg# s\ܥ;Yv ;WҨnݏcܨ.-w ʒkW~B.Bo BK_u rGpW+?CF'>.6ӆk@C\zm5W :*kEQmEm!v|;@K܅pzv$}IhT:XirW2!9h8NO};Z<&:Wktc]+lOlA}8"|~u+l#E;Uq;KH![gӁT}rKuÏzh;Wⶓt;f㖿sqvT~vUq;mhtÐ甛n۝yot^oyʗ(yAៗ#LVlcT'\ϐ*|5dqŸ6uZм4tߋkoT}B7 9-ulS/^K\͐ǭU+U@]P;;WmVudېǭU7N!!|?h#oHƣ C޵<~c.m^q%~ Cd'WSSǑ 'Ai| 4@9A|4OKBp+>:}My.o|>/驎@uwk?5p'Bϟ¾Cϟ MyV}/4ٿRK̯#]K"* f`{{;流<ݑQMg! ?EӐ W? z[ED_.Y&hi,x ϩ4^:Au&;xs7yjq[Alv wj@"">ȳ!H> 񿸯!4ý_Dm+$g8w< c!c 83J)w 9nu~Ѹ}gR>zVN{*/5 `44`l)} c.'H궕 B'lK -navχ=W%N9Hb_ { 哮\hn>*F?,Qϩ~&I|]ITg1}3f 3l ϬRkCsA}`RsWg(Go g4>A`՚|EVi*U) 21V gjP apF@hJ77hk*d&P 2}88M/(kn80iݦq@,w / LVV/Q|IC>R4n됸i*>%֧^F(>R4Zei֧N?ORl'}rnDeonxkcT]v'uAuxjLSh9PdM?T¥,.~kjMTMs,Uɴ%aͰxZ\_iS jkLg9zz3-v(!OSO枥V֧-iɵeՅ5+xIs"SS _W]C7xj %Ea$ N+\ ! *r"R5mz-X/2`ޢi0}.)``7&oQ"upU\"(^aReրLwmMf\6}2մ;ۜ/iV);cF:HJwi_fǃzV̵AFÞ\lYgϟW:Ӡڢ$#:Re8jרbM"<\E 2,P+Q!SqTklXۨEzU0})_Y0^_jas94T]n[TY05^n*{]喈XnglتV].*Z׷Zo o[Rt{:ץeiȔ9hwhk´$.ZD a΁W&M%! 2vxk]47w9@yv)+љuqK K1S|áqc]:AQ:t( >x;hwn u(tM]q2 ᨍƻ\ޤm:ȸ&y7}3RץQ|G]¦kyOHG U봙2){ƫg:4Tu>(pB{^u2bۡ> "SEI-ޮ[ M̦RM\]&}0J6j.s!gcѣh> +郣vET[?$vE'5䟴o{EOܳnOMC[R ݙ\#s]d{*͠#𦨳àULw{*nOh&7dJJНq쑽ȴP"*\K 7wVWeЯ5M6RYUM"*D[F@bl[ޕ-0Ƞ~(n[u6,ben (%*`c%K }]]|ELL~/Ǝ?]D0%nrQzU/x /f4‚^1G)'NRn74$S>)rExn e^zޓx(HMd:s4ٖn fr_5n5!gl;Ldw,oƈW>Te= 0Ͷ]J(:S Zoj`5p]6"mO 3V* ǔV]C7El?}t XR6TFm/".2 &Ђ[d%dB ?NX'VN~@?K%MW|[.Vbzvy0mJ5'ru"C$s)-["=;?|֒8 N pLvكmPpjTgHvDDg*$`&/(- ZK]Kg2s~n݅hG#>1c7Q_ܱIftzyW5F3=пĤd6+PHGVʹl+Kݖ̥Ոc`/U}MӸAF]+k^cg|Z{S5{2J[yFo08t&jI T JPe(sFo 9'+O%2َc1}@ Yo tcZ(6e}MnрTh:ۑi79x]Zw,URjBO[R#`z DӭbDP>iZx7?##S5>u >p5#3jZ<Ӻ dy=win >l # CW jF!e- Ir#v>JFi>Lg=ڢUvt)[H:iz0O({qe,C)ZrgPV mTch'' ԉ&moO-إ[ie/ ,CkPrԈ؋d>(CGc<>|*~<]u!LNLc_R:Sɺ`SlN딨v]vSvݲGekrueO+kWn E7U\6"1ocUED }~]QJ/>=yy-oyL~L/?(ۢ8d"^~ݯɘRJ-º lz{DZ,?QmE2DrUbGb =rfʨ;qrXk>+ud[7ASm4&*(W:MI2*V9ա ),qR49ϸp˧:JL'z|+˕y_egx:Rm&-mH_ /+QiU'\4'tt]'o賆ڠ ]f]f]f]f]fj i6*ZuVA{{ٞH+L|a嘥CW %#-З\e.?x˿/^rY`zP8Ub-Q/޷73r ]u6%1ÑuY\z,ӸFaw=ɞA$9 :NA.muO.olKvЅ+TWm ؔiJ b!^|0"A/҅J+}LD=OC&NNʇCvo}3'9GKMu0[F!Lo;4cC͹J9AA|z!pa,VA=OC.jrkr 'P|L4+X ;΋Xg! IF!P;]&v%74gNWSDANuT"B<[ID=\89BcA/F8-pPob_Q[TF!,5Qψ,.d$/㳽xgyE#z|#AXp>"\pK.E.B8*==VkEK_+Gx9BwaӠ ?Je \; iT%߭|pFx v9պe'qnC$t9הq8/t3w^Qw.&dRwAu%TkNcM?ySG:uQ;5f†EЕdpeݥ1 ߠC=Wt/+(+zWT Fg!@?P~W32@bue׶ h^|#!ѻ~_?" 'É,[R{$”w}$_oB؈a3#oBo3;{t[ a!naN?(#<-ZaŷqWo!xQ)/>!+7XZMdfI۽vwr|>AW;.߅EҿHt/ECKLpyqpڳ9o^\T֭ѹij@\Fj9 Gy8|Fc?jG)heH?]o&SC+@7B-G}Ȼzn2GCc0d=vmJN.kS[;%׶=,mÃ=AFA|Ӱ,Nwv9$顝]v ⣝$٪n]!FiFA+jk' 0.'(rx6Xei&%ɬSkJ0+YTeS{uzl%VR~`|2JW])v,y4֎?+`Il_OW<fx$?j4r{GjTEC̟#!Ļ5L?7r"7u3>D Q/$6_> W/c qȹQ|5vw&sә\Wf-5q8Wj\Dc yEV2f(QVI Zz ǶCSaxyrvI_4XW#| zt5L:/ޗ9+l7"|7#roAVo D9eoGD*F.|}s  }i1=/1rrTsaL{>$|<\qZj5[z+mU|YJ|@9GCUnewБgD?۬n^W8SyVCB|B++78ƶ=ŏs*Rݘ"+X7 >3?s?hv3=UAߧ|Ә~ W~W~/z 7~ҁp՚_izl"mƵMyofuC(b7ͥ9m{RI%w۵2suwl٭Yҹ-:-vTf9(Qk0TY }W`uޭEK=oD kZoEz#߄xrH"JPvkx^حuaօZ%dsEZ/)e/u֊ZEj>)~V۝ʪswL/oL,(]uB3ʧzΞCj{귶kx9+STtOQ{"UeC!|F6z;^;{d/P:TɺakmYzC:.Q˭] gh6P9-U6zY0;+sΗ+yEw+™>$uUPjNkμP'/tV!߅ν9ݿc| d𣶷{ _kk!pG_r5{:)^zaP!{\^YɇرX,sTp l3 #,'ݼڰݡc5Z6֏7B%P| a//voΗ{ ilg un8WX~=+Cyy}˫+XQ/Gܛ:]X|E^cq^*\a&WX~{mríM^< }T {|*y{=Q2|>Z,Xb[,X }~fӢqGyWNzK.Ui \0+m8UM.{ozqp9&.! $`[8K Ny pA"\ }m uiYx~!{h{yCWǞ?P~G癿ls?QUlc̃< xa;c@ؑuhxcq̃pu*8 \Wȱ!wkxL7Gypccz1fi8JCO~fXc3@9& y <1̇:- .71 v x </pV{j40?:/X._$pXuih %j4 -`mFFigytn@΀{QcIVn,J{x9%qNy x#_XW\?lu55 ox,~o^x^x;]q8u={x;Pu{L!{qGXTW<))>+`S|Y>_3imo]|?,7҂_Y~#[wV`!pON p?O[p 9t8@@@lP0ֱ.og80B`0ƀQ~BD`(}&}O 7[NB>SL1b 2:?8|ll#Ʋ k@XG$Y#mO"q|\g,Dg \r GI2zT~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*`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ʙ e(C?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'X4e-[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Ζ?cXU0BY㺝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=^?bxyp:vAx}|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`]) llHN&pQAx}N= @ }޵"Nn=VťzChWѿ-BkڞR$//y{8,m*1Omʼn} ]dYO능xkR3j[BJ/BNT#`Pnf1iU/mQR %oR*ɪ2Vy^Em+v7ȱWu_4z|""xY[SF^6{ls@.M&Mۄ6MPҴMD3L-ACI}t&-^-ZY$09{;]f+Ih~$w6?ߺ.,߸zXZ!FbD18f꒾F5F`G*rǮ9ekbiFdrhΫ}jԢ-4>SΎ^4-õ'Ty+꺵@&_c(EDTus1,5T7饘hxMJ_s&d ɠ}, 1[|~yIp3L`28:|{b ̷ŀ{"K1He/>Ob\sn }aO`=L#M#a :,~눻Hqz;/Ծ+ᥐY}2s <!GǨ&xn s?類aAX8Oo_a]7 ZB?6;!A9oC/w1lȋ;,yc,!A+fcQ xas23TbѴ|E3/hOI"BiPU䨲'Gy&m1iT=3w%ϸ3AcKRn10 ;%h ۗBX&'ܒnY\hhAǚZԹUl[Mg9_ҝIx&G*2p rZ .R͐}\}>(i;uqa:αvr+>QCAY>~+aW( #yqc)n"RYw3Yrq%ٝ7c'JT2Iv;WL>4jWSl4%Ǫi5fUQFc)ڲaRQq4bͰ>_PĠdǖ}*'Zͪp /ۯl )~ÛP鼩ZZbU=f|g 3v#ldEC7m -%Vx9$x$%N"W@N ȈA\Iiz\;M> ~|(1㰕MȘ)P^i3; ~<# !/~ Uk+)x֡{:yh~]w57}4&b sSԉq5`KS`Cc`d޼m ڿMwh ؟O1f/0?C`-/KPs#s^1FCTOа$R'=O5 [VKob__+7Ԭ2hQZ<jwx!ws*$ [q=pvl<2laDS kKe- T|]dw*g5cГ hZ;dLSZgL@:36/ fS< +rYE>@á AfF7Vz\g@MfS94z wrii O%8$Nn e,>Yc6d4B=_<* Q"Ks'Ao6HT6/ PU.{lU#֞<>q'9řW&!Jq";r˨U)EKEC +jѦ+RR kNV '`E @4"CJJ46[r}4$ U~Gule);+֜ԊLYm`QTL2\E>dK+]%/Ś]u,WSvsA X: i;g*6>Ɨ+:Al;wL9pO4Ut^9*!0A._>Q79:tyUZXv]9%&-#f[jaݕE= ĵw)"\.i=/l\UuVBfڈ2-˨@WvEUq |̘1N"`a#@3XueSrS=?Z}pEީ'q~RVukM'ډ/H^5dYa(!J7hzϼ9 }&ýoxҭ£\'B] "gTkVΏ'J:B4} L`?9o,*>⛥27ɼuM"aVg;)zL⧔)'}25b]OFZȼmUm0Jҳ 4l)*RaW`?'ɈS};>_h?'s},be*wz"E0q9Z 4|4N;c<]v`{w7[]}YEaP⸂-5KxLS kx-|`;jx}nGs=t[b6 F/ <8D]#?kt'z7. 鵟~GK㠸ۯ,Mo^7gTq>[$2%9|e~oeej Z5wۺ Cm1,/q,I&"p}Dv/2oő?U艬_ }Iy!wy_ 1ؓȚm&{+.}}!\uOf[< Iޯ_w53u_l]dϻ-coK~usG~mS(/Yt{γ~Ov+͹R"ʋn]̍;}[O֯\vuk(/}H~#K!b"?"r}7yt)2Gjs>&Ve{Ϳ-_%唱zĮIs 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  ?hYxRAK0~M*;8" aVNѣ;nRXm/"K²`_$2 1+ wO^pw 8\YB-EӻB6åEۖ7bh">A p'p[{[%-A?$>7^DC/X%'j|9TēY3Ű݇F; gU.(j/Ez-J]7O?QGn2utGr eaˤ&ݖK4G2M-]L~ 1A4BCsһ qId<5wlm>礧Jb[lTp7_}!є-y|B=nEͼj2"{R+rR_.hJI.c˞Ѩ(TV0llAFI>f4jxPLҴÈ;)>,/|gU{|Sx':I~f ~wApsѥ[Rk,T[HpV]_8H-Iz=ި.5d:ܧY"gPZ`!FsCH2ssd=c¼ nU&*ȴ<͵`B)8J=ȥ[{i!ɻZqalلV2<6sw@ZO%\:tXKC{8oϵ aC׎vhr@sC9rq]:!Ufe {GpQV@$1H 5CT,[@V\1^iUʲg@NTI\mR@AsOk5^ S}Ʈ5Eӟ'#+/XS }~|r8z͒d5cpfǤ\əZ}+kנ,T 7:cٵZ *rI2K! [ґrR6^@a59j G b2K iRG1+1CnBV2ukOpvwK? 4UɴBL4x*`48af0)Y[Y;ZMi׃`UR\:@'#) ak7ix0⛁hECf5R[7+3JgaH 5^~O\`]ub;fmj%EaRl[ j]hId״ymN^5yL[2!o33HT,ZQ845odϱQkc K .yg `=+~U^&h0#hnoYB#JXd?ڊ<6M8%%{,/r Qo1~zH5XJT3%}`zӬaNbEܣd\p8$UL0Pi$ޙ[n@ (Flbw 9m>VadΦ0wP2]^?[_x0?.y?4{(Ykn;>l3;pcf%{I b'se9Si*CLAۡ) a/j5z{ǣ<+#4-l-W(De?"=5h6 *PygT g!<҇ ; [Ku_5'r./վr %&N3Aڤ$`Ba)کRdel!Vs31ЃXs(<&?4K+1hwj"o2q5@K?; y(屖T{FBq=km7}<$CDg)D2OʒԆȞ@.8&v,}&{f2_9i|Ғ& H^Cd~;;KWլNgscX-*_ 4_O6Q\DϷP+TLgXDzWpǞԀjXeFu$mUuo<[ ;T = 4BՓ`\"q`eT><Ҩ ) EΦtq0w= m]!ӂrcڴ u%6/A0ܔ88k=6md:`EmMqSR J 䘜I:k)u@qeō͊)@UxnlrEͲ)rYpOSW g`NZЏCDP^N[T8t[ =y\ 7cEy*>T.l$ZL1 JAnB܇,~(^T8xbjN!~0jYO}a(L"Uo^*3&lww=6ΘNd"{G o%( x\"WaOxm8΅Sղ 4f)v*1$;'Q8A@3,O"Y+Ktipe4ߛ] 1ʵ1*ݦ}[QAg0_%FS` qR¡ZEvmm%.cʥ DDd}XaYeMoX7M]41IvȹvG)iњz-¬aX1\~ܩX%iI:CD&͙\^; g_A%(ƆC? Ir~˨az͐Tp`A[SoHծ O7wx2uf"* @81E&{dBrq듁?9$Yh~`ׅUs;Jm_D4[0Z6^U\Lzd‚ - }t"jчVCy2T4SRRo0? #TiL/2"DЛ:iB 6|3-:ΘgJ6(VMDyГw`qc 0%ɝʔo InA ;.mF]h'JasdN|<@f.M;. +Έ ̭.srrhOcWZ"tg~aKhC2^< UJr#yoҝg)QV$*!ޒ I XjhEXӴg9&}4E G}^:v$s[8igIyQ`)9m+9Ql|imKnY,ߩZjv}SSRhP?l۞[f]a&֩ Y(JD@ZוzVdʒUn˖ 0u춚֦9gLA3#h/Z0&4LyxM%^JOGy +riMR^ywYT-'Ȗ+lTI,9&$t|A(e/ ~*Z0HlILԙ}.+vBbEOSvW ]"5L;nҜϒZH}Cp񘭥)֩Q<+Tw AIndMᐘۖ *DЯ8 1+f:NS>u:ƌ\h T!aqqud,Up`;ĐI7EGcC bݿ(tuD/O"(zŽ]Awr} Ӆ>x-G#V& l30>EuDhQǽY-e=`qLlaĞH/5jpJz)J>DoJ*aY$eaۈSm9 Ш:"Y_x< 1)vkmIf%s|)d+=l&iM/s] 2I{kѶF r_~Qv<%l>bŎLn_v 3^ RYE/͐u&P )IјuR@-R؟^]^X. !A`H<<";cݑVMkK'E)Dl?ئmLwCKMX?*zTeUnc_Œy^T`#"hvʉM&wzx6ƺqta _!~qLʹX@X7lh4S̼]e?"Wh "zs X!h!1c͕ёl6G4 3{v6ѳn>iD]kV )JPl3խGCRag̳d8Iu^Dw]3cektT>VZ/ESEElKu+rE93;1%)VpMt݁zb*atwK~>1/܏73. st36`I)4b@BBB[:S˝.⭖]]Dn4sd=Y7ͦ]s曷),Ah1m(O&G:kÜ}w?:kK.nS@M8mqƧ>B0Z,S7nM:BVIo^ !Sѥ|UlVAf$3( Xp28rUb!{tuDeV%2db;w#9wU[1c& ~J-Jb;kS DZtb.ٴ8}ڲzͻh?ĮC`KFÈ1`[ό= N3 2xzʢ@tFlbercG$-LN%5+vF \ 92X|3N?a W5[w3o5Z.K@;įΒ݁OX Ss&*_=j̧Eu KњloӷV@,#(q'> G(-VAčk{GYMۨ=-2cQ/ƒD6A!:[{j u9 co9~T IjYxdn,7fGg]G;nU֜R D<Ue3+7AWqJI8Vҁޜi2ͱfY`=~}|]R/``}́{j'+|)_ ea ZĻXȜ) f 5,? )Y":Z~lM0lSϛ!uxC:~̵NT>40ƽ))ŶRF`nî Ldo6&;w H B|&mSP.> yE;N߰8艒X( )z E -W2m4nP+OG#BoIYSWs[C1<[&>!m7Ç KIcC#Q UnW/Ƃ|j"zUS;@9p26Vᮁ!oe#/Tw|]c"- WB?}ebbSҨѭkuM%G> )Pi[Jf\ݓ:MQGv1RknNc?6e܂ȕcGtW)x;mdVdqw2l87u!')G3nD8(cW6d%>[+ udxL<,~pZ: +M+Ym`R)ׄs( SI#_oҏY=V %o>Cl!zϹԖx礉L'k533O)Ic mE DeM^5씽U9ChKI?=l~w|telcg:h&h/m!'Tc¯p\"؂ň(y͞s ?Ggv"Mhe1O"NEzaxaIK4M߰!VŧmO(6y}Q 1فr/VrF[x2D9D{-cwἨgq1_~y+@d3ؒ$If?&_/Qvlf)j@l~-,jhwe0;㮸Awia"paHAG}oL}b/Ѽuy'wMyқ)Kl8{GkHsZ#f٧χX4b ^U .¤qr> WU [@I٧Jtt+붞Z1s'͒Q'Q#ڻzKxsUf Nj9Ló44sWMx񫸴Ԣ/L3qOTQ[=/9sBԃsK~AyGϗ,֣dp#3Ә5,H5Dc2Ԟnα[csVjGH9F2+A@!_]6 ̑OzwEl=;s+C+Tvpq<j;*'X̧aVJ{pxхnzvbՊ{22JnLբ~9#=bǯ/}~)x$N8 »ؤmI6J;4=zD~^c˭ؒ0&ў?"2ʦߡ!Dgπ3ZQPt(ī[S>·SSSZS|ˌvhYJ>/9rWOY$jUT<֌N6>2iX:i%N!? Ju]o[sQxL,`ut7*KĻNre}#uVQD%zDI=2vdwHwrHhC۹ދ v8֜#qU- Ot/~5u*xiy@1 ?) ȂFHÉ^흎e.*xm(nLċ/2 -lY 0GiլOP;]V1=BȾ^8x|'ie$&\&s{-Exc2;WOy`L!xN'P'ډ_l0=DyIa?z(ƿZ@1PEw'UN6i(fEx']L[Vk= Kr@XTNR@K溞3q t1Tsa:Ɠ((yX(Z?&Yeԗnoi7p>9DNKȪ'#42hgXb~Һ_U]@Vs4㏠lFH׫bTW:(,aPnoaG Oq=s#̱f'2 ]ys?T0%WX+#t5/dI Tq̥AٻZOBG+h|pF}gI)+4g1aO4)NyoJu)S2jV/&'\;!=Z~Y1LwMۣvQvX`d)z09zBO/HXw(~GZ()c5$bGRʀM` H0rud01KT`sNǴ}yQ)VY^H/En*[A~"Z4zzam#~nUDBzGۍ82*= uNbA_1 MtmQ z~ we^''AAu]Hb.ƃM&~spCLI75$*^%ӷYXk5i1õGpOhN@X$bnXp-o̝:l{۟kYB+^@}zgk^{_scHpN@_hGκqKPuj DyU[AjQWMJ eu?;Jn+_kte8E@^;#U})nӢ1ʕN؛?F<ABߜ5dNjSk:\}۔z'C5sGZ/  tD Q4t^1.4 2!)[,&hVʜ5K.U6q.);(\1A~;DxL8,Dz4wlVHm$ ŋdзsl3a >={<~k]&f&*o4iKBF޹iqZF1Vcd ݊i5r3vߋUYl`T :8ߘҦXhLxh>,*)!V1ZL-Z&c l~$z= ^jC{DC5,Q.1w ;I ܄ dw?/# 0 -?snR's,~զ|ɖTMN2$ ,댁MuH QJDhSԾww-WZh–g%nBZ~!TK$Mbiח#j?$Oėm\(`>4j1yVPR"+9\毟NmEXv ܴZnoi:1Ad3o 㥂e <@7ja\!Cr?p>w+IL-\::H~82ܩtM> K+Il&PAU$u/Ɏ ^aB#:eIr"!na#>wL}܀]%f3`t%$Y] ll P?H(R}]|h6t[یv(>}g[WqJ]s;?o]&)( *P~ODhP (F |D,/yHN['eFd$O ? Rk]#4Hq$^|<>:H@V SNj u!/D[lq YPSwy6 {%6} 7 y8?gx OH2K;Ӹ翍q`xRc& |tހ Nx¢b~HI{e$YX=E h,EJKL4@/4 [;Cryf[U4 f22py1$WzQh1Uuʖ|+5B PJ[B 7h֕JeG0@dkEշgƏ?{%tko%QИGZ^_-ɽn:LWZJ0xv0ǦCC&r msa"hM;SqƇPMA_mS:`rSɡ@1Ժ|C,Ƀ9͍+dy 4>Fy}MN3[Ys9ߝQY H#fna2J%*sO˱F,7.KUʁ _T|xZI:^Έ/|6\9~_ `j|2C%{wT'7VRmJ782D?b2Wxo,Ūj8+pQdx]!X7NB9JR$Ifj"aE&F,A)1]*~)=E>L 9ji8ޖq.0}h-hNHv{]c /L 9c#? v:w@gŽEzXӆھ\E;ky5*,ĜL6?ٷ+:yR&AЬ ^5[%Q2cZ|FH񫎜\wc>QI T'0՞&Wi6oƴTBE[ȋ''>dfnb/=~ZUNOAShIqūgr>(u99,^,>r'_,Ys+/16=ӭ#?-4Q!$b̍he*7IP5dxYWdiEymcR~QP0(BgxS/i oL4alL+̞ib֊ҳ1(=1: zz,n4Ӷylt;'d]ՕeFB9L6jzlVyB*Ѕ1iٛY%bg:kv2bF+>3޽D$zG"1,#%P!! QpI7ė8U6YHa%uEIGaS)!.dV/HŮ ]t8ר{6}Jhzv .'Ǧ jY|z&h?.xdP"IU2Nr;8qYibH|q]О+Ne̪p^+HIlX;бI0zcYNod߬y.WIE-UŴL1ʭ!ΚNsS=F{'6ROwp+#%sbunSAx_әDk߿';tjVm6@)jPHZ_apZY¡[+HR2 ;yÝ |0E$! !ۓ +Fʧ9[ӑubU^?0{n:`͕^)7Ƚ0߀l[NPm)4ƌÌ]%D<+Uk)fIm-6 m\T?5x1\\"3NkFBbN溝:pP4!Q1 4иWRptvؙbEV+ׂ 8Ѱ6#窀{2u#6\  a6"K9.X"%;ӠK]ॵGJVzՃ'!׌7_n} Wva64a*u[GFγXov/^5æFj|QlM[sn)B^/OvW%Md^( R}~U|h_3aN2czsHz$SH|ؠ>č/4 8($!&Xw^-.ӎ820>/5ʷ{jBdnVLӖ<~<'LBQ!H_7!Nw2Ly]P{tX= ڧ|{NLxR(K`1 `"^z-PSzw+rL'$>%wZ%l}Xy&å E(ڬ4sWjaE ?E9$"Ni<jii|ſfX;V]R20Ed=p%lQѳt(42QFA&W .ٔR!K{b\H(k1̻˜Iu` J̴/hl |{ N1z#TFy'֐wdq+, q)::A LX&zEjDY$XSD2 |" -aN;,Jhd1[196?PJ!>0Gu;cl,`=@YG4#++u42_ 7?f79撂͊Gvfݛon 0ŦfQ(' ZPلQw Aei !0m6g%?w6 ,pMMc[}F[YEw-S^؇ xnf-c tTJz*b|ׯ-GѯכX@4,ęMH±{7Gַפk 1D5d ?DPSMBKڇe_!3\5]9N,hTmKl |)E-%N[@S2_@AB6KgK9w]ƪF0wk:wC*d[8?`>r7?i:yݧ8cm($aT-$R^}1 ݨ]{7φ}= |\N& E}gpVu!}.ثŎdMFryWUD|$Z|MBA/oeXOQ}IK;pȼQ֩r!{mc`{y$׶4PѱYsL!ق DnFbғ` ! iEPD0(dh%*n=h뢌jDeyZ= guXLM>H>(wh_i)1"zuĵ3Y0 St&AAM2ڪr8y 2TYJI_SmU 8*=*FS ?NXW=Y]td7d>FmL{|{=%N{HJ]čM, >CG>[}8&hyiiԈ4tIs-rOՕuTt)ԌA,ЕcY5%tlDgPyJf U/E;HZ}Ѿv뗇GD;eT6ּZf[ @5l &㏫wd81OlgcKVBFlzo@61;LWu;9<&2K곗Whc!'\h7Ξ}z.|N&^vlo1Ձv" q  t8ٔ; atb$cS٠m2 @z:6HiN@8jCv9ɜwc͋ =gh qTyUZPh)ku-hf{̍.i`yRL Gbi9˸~0Qq5;,{z'(Y$bjH Vyt5FtZ227K3]md<_ jX i/#]MDcKY#L䱗+G{_tM7Ứ< KtB߯,ˋZVTQn.ayU0ٞ! ݨ#JvWJ?BY('Ac~s}G0]?RFXhgy }0"@Mw d2=1V\ͰE/@38|ȑx 2ת3cpK@[1Zc`g+N6ӡp6Hl58W*Π :ut-/p 7R2T#Gs􇴞&91*NGx_ű޲?!j `} o}6r l)/GBʈ}!=q[ X `kI X"bu\AP^ʇKWRP!w{ 7X溬AW/%ʪ;[&Gw+byvis~M@.F9Dig3ּ1ǰYj-,azXyךź͐4_63*r6~yeTa\UZUiwC7`EpP,r梨*)>84G9s4¾|8-A]GV:QȆ]زUUD:>Xeܼ{u؜ m^Ϊy+dm#kFmQXVVU$X0x&HNƉZh3v2HGԂGjNV0EAb7%КSMs{}&wFJgxӤRf]L`ՋZ^X2$GRq]<:F>4KAK#M «թ[1&U>渏R #SYHIJO3Pu&_KT'ͫ47woB,S/huJEFh"@CA1{ol=q~"s la]G[S;y{vWbs~3}`7qG' @MZo_ަMB}˳4q5837ѹ܌p)an@e P6ք 1?[1rx!v_mzf~"eJ0' .'y>Q*q t\PaĹJِQsнCafĩС F3qk%WO&&(>m*8D֊9>le "`j$׻vI$alic2Bzr\NPg$.|sWhHE0ep!n*Hw!77AJF5wm3L&'FCC낓G9vӹON ] X3R^X:Udo`Ƌ.>׌0.?^4|*:A誙`Z{Hf\!.Sg@#{'Cpó6f 3lRQX 4t]mDFp)1pKk׵pRS;o`( hYfBu9Me8E Kn՝^;;av^is.f2oDKz0!8<S;PrLs|؎ *;Q9Rٰ} *rU7B\r6uq3;f}ļ8DSBObP,8qj$x[ @YW`}VXa^L c[u5ܷYs7vS]ZTI2' -HUYti )Ŋ oGgO"(LTEh(yR[RnQ^s[w/Mz43¢usx%ٛEk͊~ffbHz^ l[bk}|Wmp%:5Ν"m݃>iKKI;uZ2u<^`/ G mB iFVF,Z^!apϏ`G5$?%F$`.lGur5ī 9;;u2O^Q>":sC <^ xH.Cz=r*Rj@ިuX+(b&Hs۶|,l Udcɲ۴GUm|@L|D >lt-(6=G "U`nȚ L7DlnBU󠳶Hyf]o+q S7¢UX5=Vm4j[/8)>hsihuH2UzAXЖuQډ5& NN$L4d'ac NPyH[0(X:X'g|K9tF:Yə7?g=dpݳZyas+?A%SB*\,廖8BiZԉov]FyeY:df&FT2}+V}x\Ia0&y̱lR-\Q3QT~p&㯖FDW?^xzjʪzfl6?J 3!dny>/H}gAT&͏~'"Ʌ;3l@'m_#:-s4*Y%I^yj `x5xjڬLdB!K-:~'d 3|F#tTHGY8nhfTEtP}_YX0}FH[;H;51Yʗ w{Xg6eB1ig"xʂݡרUF煞y0yŚS*RMhLPEt΋y_ KhWe%Xg78(ad =y٥-U:G*Hrv8hV6J5POձMۦn )Ց689*^QSlRЃ~cU*-\$1+:C!.m@ʤtr&b(x^$A#&DK2aH0ϵ|O_E:**;>du6 !c1 IJNΰGw.j`qSPc0O%px*]UD/Eҟ˨ yuDsLWX˷z%f:ZjEx8H~J2Y1iG|ϊIk\mJb/9}`Kb䉫#u/ň1ܝم 88eЪm"Aj$|_~slnH^3t#1X봺3`Cy.2sV/R63lEUVKMt:]8dZ59`{X}f&^F-_ºi--♰9>WOCOV͙It_M^!L"üb‡) [e@ @k3Wb U\d.xi[歡98/:˝֧Qߋ5Đhc/j<.u$]#iɧl٣z'}]}$lF vB![L1`"G ŝc ȆF ݯt• Rϒg]&E uNja|2>26f. KOAPIp.Ojcjyp-n*kmzȲe+2ȴ:Hj`ww. nOzNўX^ex~c@^YMnA$ѭwfNz qcc5U:ᒋöἋ)7ez? ߄ɡ) XET #,5C., O4>| a.C&P7}0 i (:"O6 WJQ"VàhSȴW.1'XF4 9g$ Y4rgU-+~$g͕?n-v<`ovj~TnՒ&Mu i\cHĝF^"&zMr1fH) ?N;UAv E5H)DԹL\"CƣlH7+%B)07>:FJc;vWasC,( &LatfJ ~UvcX\VycZJ߽BfTe#v3˒L8;fߦsEh`kg6ł A7A ٴNK\#1 >,0?P+d3UxZӦ^\:Z inK8D`6e5)F \wkZ߇.]6{ijg);@ybjwJΩ=t$>;Zg=|M.ߵUV*6@9,JvP@nL @Pa/NGI0 !"uU} (8܌;\'-.Tu BtRo-' -5$Aܒ_Yv-8dYUŜ{0=u;.)4IxIcX=1½*Ձo2L ua3ߒE$[ҫ󚭨um_"BCys!^o\yϜHx+>xJ GC2B68""ƷعpE@dh+s=yۼVbs4Z8w`昲K!kV]>KǩGFHOÍffso9,6e<%SKlz7:{נɐ |[YQ z"5; 4MjBۮ8JeMHi-fU^ HF0Bin6OߍQ|"04+ʛ_+sZSwz;~lU`% z .p[fVTv^.A<.0P ayóDrrT^z!CAR_E.SaAw-+h="jgL#lX=rU:(``x|#5j4+"Oծ;ms1cr:.!5ܽ RlwQlshy)}1F @]2El=a/!}ٔ #f"y+O~aPäVv$swxAiO/x[I +=Fa8ߞT ng)6F SbM`-ojN#tQ[ n$}܃BdLbΈ9,Ȫ꠸KPpr|LJis|LYu.b7cٜ${W³*h!?' Djݿ0vz߅(Z*Iq,p)ٟu5Ŋ3dyPN\Ib_5^Ɓ[Aox!F^!7pDSbAgPkB1r &-_Tx|ݣJh2~v4+Bm`i"g :;/;Hq{|qR6rA"<`)B"'In!d|u4RӚ?6}"qd#9ܼ;*/Lo7*'VA@6-\`٦E3@؋܋F?6oݢw#l\I ilv~S[}12Nc;?^ݸ̛asQJ0]4l/wPxQ4RPI vB%u%n0Dބ+|&H3j/_n9r)N7-r,FzÌz.XBO.>>CV6n!X`LiqrLrk^54T%Ċ@ qqw k0dcb3r~ Y\pC# +TXIdk(%kZ%ܐ|\m)]A-[ӦBV==:y}w\qϰ9mEGKnW"^KQ` -V$ _;]>Z 9m} ëq#= i~b sr1*G;osSu2_m0 Ys/d7_vIKV9_޽t*/SDKiyFk6[ܧw2.ڽ* #5 =nwusC`x&a Hp{ Bs;F۩]^1NAiO,kJ^ īe/rD6b6DyKn"f-C=I BDAIyGCR-#KDG*0~\(JjM1x :@uQx#LLˈa?˙ xxXZףRc8³k۵X7Q;-`;4%kjkQ-wP{t,k7'K1INmu´k+~Z7iu!+ 1&B\9g_4=4HU*^2{Ĺ,Iܟ,}iU4”O !p},dҐb@ m*m% WdSGl  X)m/zS)lƑ#e_d|B7l1֘? gR+?*۔ iWF$0QᒏC 1VVSJ'Qu[d7ߝ\pN\g·bӍ!YvvbtTk>3$lꨯGPĦ}ۺ=DޥSu:A^G>*o=>&Q5wLkM$*pΊ+׭Ýlʥ`V3B!\:̩*͜KÎߝmQ) x+T|P).j$mtig:rATo"OC/sEÜY/ByOg}Ռ-G%&1o*h#tf ī3?ϙ> suެps,ݮWGB<%ϱ\Ptڒ$%}~Udq;A\_Q4E;׸ Gt~X?r|ZVل}%Y0ڜ:U[4WoDJIɲ0E3.`v];-啀Ҩ'l/id~q&Lim{%~']_H'7<F@"U(V9y(ɱ[ >ȌZK$Z*aPœbKl; џ{V_*|MPϸ/Gt'Q;yDgMǕ u!UaA @QQ[_\*[X6'PY`\Wpl\+g^+Mh1$Z"?]*,m^"#%m Qa(#yΏ8uɢ<[6ޥyxG}P э%0MJVs1ӕiaC} ʌ<e7FfHC=z~WDHىx+&s=X$o-++O?NTS#o_![`I)Hr-Ӻ"''p;(f?3J ?"D +RaaGF~_Sp_w*K]u'MaWLB *,wf`Y$Xaag$ntzko"XQC'! Y0!GMJPՆF,MW#o"j$5';;RF-xEo\󌷲1Z!Ws?Tu |\xȠZzb!v:q{s{nƾOIWg$?0\-g;[^xǸrpQ9 )G]GEozFZ.T{ϲ\bXRkE65g|x4~{Q_ Hfm׽C4Z6r{KUZ3#` 7[Glec۷N)DvDtدqH&e`J(m561u7 \a_q$ rۄ@NKar`3?NOtX=ۦ{l<fԝ+IsHź5 u)(>TFuA)an4C =ΔYi*)Fݮ$tr~CU(+ZS \tyWƫ4L?\*'IC:h99]9nUv%Vh,Jk*n$w][H{BuTfUCLPk1~J8Kuq8{/U5De ak<JƁ[Sdƍ0V6On=2{glOr tZ{ ~Nz# jO߭]+9>>X僁E1hQʙ\cOb\mV! b&:s*ewȮ!~#5 t{\ TkM}f=epK=|LWery|.(-mor<,7Tj?c9p)du4-siI喝n6E:ɏ22t%q r^;!,dCH?L+ %y=+i+ ":G K dӐn "k&O@IpG4vT ܯՖW[ck#j͍$ՌT.w Hٶ\DV5P&UH :n߹} fc V=l. {DE'mo8UĤ 5ک ^}Y6^QjJaFۥRA%}X†,t1|QϾ@Kyۈ"6!?ٚP|Զs [k.#c&!+!:K3 5y .!İp:jsp BO4dFYdBn;i%(NDo@"RAӖ["DK`~mC%AdpHh7ݳ$Pnv,?ҽZ2mW?;Z)v9RB >ˢ1yp+c;{/[I,A;a vZl4Pu*7JUY͖ E IW, t&oa(@+k'@xohKdu'C{fShG|J/9_kݴ*;O34D Hx{E]@u@po, tE.\TCS1=${sqO#D!d Eˤ3d!|3g'!7W\(Tw C˫h1A,;/fn+z& y6SaD~]uǩTuG8~^Y"hxuiE)zt435JIC&\'x7I#s@ƾʾK;bQ>* 'RۢFTv%+Oè_MRbʰ26 R0Ia(\Q=o5/"3U˜jrR*y 0L9{x]a!p+JxZDdf5Za.s+k$7qM=cNI!Uf q[I$x3x00 'ӊ%BS ?4Q<^|oO7hkWQHK 0-'%gq^A}+Kk<S.{qDPH"ԼĊ01{UGb)F4ҷR\(C9bg(FjLίYkRcBWh8 b9vJ(Gng;FvEQ wn#-F@}a5'H:P.zŎnQ}oZ |LdB"V6]ywlx j6X:8ϧe#Q~NWTa`Lr GF;-5_Н,WyT}}H_Z0?"K ?)h3@Ж ~j3ȩ׆.ةxe1wʔ5 c/qqVnZHdFZ4! cj7"M%kaR_8izDqʢLe88.żjxCK]\%M?lM7ݯ.4}__GmlFwuB9I{ *^)Ec,3p(:jN8lqti pVaʏC]rps$ȭXx6=F&6c>t}מ krz%L"q: MYGwROU)dsc?CN_š| 71;}s\Ӭ77t=5놭{[\W#G {ߨo | u"E[*OؿzH2 $[u FA7wgO/@\J~)"'p&ԮivLYUlo`t/ڠ@*@fy#lVZݧnj0y`-2 c-}DU`0<`LR14Na}'jY/ Ӌ ֏ѹbHFHBU߿3O T®a,3֏vV4B1@])tӱoඊI[#ھQWQ>3oZb|c:N ;T ¸ǖM l.^P,N0f?i^a9|aB$c;ѱ!o9l ɽ>b8u[1ʎ d?8"it 2K 0Dr +=4Rt"s ~"r/"ؙ;ԉ;mqs @Q=D2IC=3`^G0!\ XB+>S~: \or8|8|ߍUҺ>|3azSwysJmI폆j-/ $Ap}Rry&>RN/Y]|3+7lr7II|_h1y؈dP(]8Q$JGO*tv7@jLө07K`-Hn+(#lr#޳ƕɎIFc78i=16|L]DfF3zuAw '>NvO/V|ǴʜӾ :5É޳vFYgc|GD_uxN;C>¥wU6+biÔ'rvv"=Lo U1+͝{Pb<@ NVC}-(D,a|'}鑵 ^$-|N\TWdxBN ̀: I^/v*ߖ-F_RB[0d7L,ZX{w;ÅMRkc(iιʂ4 `꺎Q11HU pq#y`i|;vBv߀-FH/6&,[,QuArFև|;=FOP/{;AVCԵ:V 6#/2\58͊ƤKl'k>:vuhlpcC0E-3vܿuL't љ3Sӎ|RQSIzPxPt~\Sp떳R.6 ټhbJ M䵸a28Uti%k[f vb5~5r~&V GcG`HP 㕯)L`-5' 6 W(ey3kSLm23-SqVn 8cM oyްkQ);DeAFyvieJs̤TG);'[8>',RpCE;޲I.%5ڍ ^ )ʞdT}!/l͐"=m!,RnzN}Cy/4[<=Ux/J7/4pH~'MAm71ceH iCm\&P#ӫ{;2FœWJ&LuE;)<ʹ›d֚aWM̓}BB6/Iw4g1P-E >`Uh|-2~$k#XV ӣ7I7`#rKA_ Fw}x݁GdDOogN4Y aq")eZb4U啌I2dD3}<X_k*rwANЩ)v<7fSRAV a_{:LpSrQluʩ^`rfh^LK^0CJC߮2$>4ukL(oy nD$m;r!ꈨK̇%ۺOsb]*,n"spvEw,ncq9L9'^Wۑ\ъ<ɍY]CvD+CXW)R9:s]H\(!,*',`n[cyAH2l& #nS._c 8b!_2l9elepRtU˶ Eii۾s!h p\DiB8(F0D[W lQ0U4<^YUsƒq:m R? ?.p 6,(3HvD-$' h]!tΐ+HV5ʐќ ]WO =vɻ#,XZ1_kf+wE*ش=/rV\Tvƻ>E3]2IȏcG[(^Vp&˸oUSyw@QG;"1C(1O}M7mc0aBζw:SShn'Җ>ov<gp# ĜX5Ro 8nˊ4#5E-;B5eNϮ赻@K_sLl>ͬk "#P)g󸮂$zk44f/+1+ͫa\,MxwU/o2@π%D IMbv}?ÿ'2WDӭh`Kȫ"Y:hoJS/r҉a=DT3]F!U6ҧ7#Dd/j؆ET*f`<.SlE0&D ~1C_Pr8_uU'x'yX4;E' >KJ(R{d_Lb+/ԿGDV=2<5SUwY=%tPpAlBPmT 1b4? Y P-+jnq^,ص[deATJL_%=*w/"’ n|ytnaQVwΉ* %{36Uw1;ʬ &d~])3sNjl&pיK@&6ԫBNBaIG+'#n `źAUy <|"CfغZс$ Pt+\kyMMAJݺ>h (XQ#gc3v&Um|7d_OjIS'JKPp`1"uu~tXoBJFQ MS)>gGfK)'pR^ީT;27õ9ϚvX%y6)zR.{B]hQl䮐tIxUry/WzI !<"Z Xe\Ut(D-¯2l\7AGͩue v7joUjG60+bݶimIS6D.Mi12[O,ͯ -lYiL[IjEGf۾X c3}I&I6'pYVnBU~[(IE'.s622!U h[s D-Lؑ3GBVN:Y}ȃ"60-KiwHkfoxU1]\Am-xymH"Хew8?ph-wL|Ȭ>[Ļ>_q잵Nqg9ˌUȼ&ptrԄఏ'W-MW;_Z39~ӱhagz F_Gͭmf*Ҍo܆^L{>Һf7T3Lk-idQM0kW*aS_:G5xi=/"՛%'a.Slcg[j=b0`r䑵FSNkYC[y)b;g@9t#'ҶR!^WX&( aj0gz ʭH~cpcEFhߑkr c6ʂyd*'cсAN?ӏіrZ) }OGSHGoGaDC,J`SlK?_9D|ԟgFGRʕ8No_޷^@ln52 s; $Rrf@VPƬx rF0o7!fO'vZu!iO aҬye Z)JK8E %|n*ҩ$n}b{sΝ,Y+p)~ko_c:#o}S8&37u5pZ cPO3쓃2f.(!{͓:u2x3T3&˃#R f{${Ku~Eda]>Rی|ji gjWh"S~Gq`zܛY1Z'9`94/T%^s&gYN%gyONcAiƱ.9Bj̒P.33u?m~Y঳#F4&jh* .erHV>f?ZC)~D 7 [:*GX ж}%]pljѼp!N\7{uCRIWMF}ϫҾc X0T7n  L .IS lqC%GGNiƸ$ۺuDPtK?黏]i{Qm}E0۬@t_/<\'k>lt*lΨ7x >, .6k fx-R=.^al 0U UY^Zye"f|-F-G M8Tڸ*4+p)1]U MI=l,EKؽb56!ֻ jς8xOE YE#zm&ڕ]lrքT lXYKMBs\y8P\+ ̯P-a ^%,k0ȵ6t@LmxLuG=f$(mˊNV52N"F%iv?)P8fz[ XVfX7RoEҽhs%}X(b;+of`7j lls@ %4A=ff_cf\/CbDΥ9Q^``Ht(qڂ hݏ~R jþ++i>( Fq5B!urau\nq%B(CZA҅UB NѺ6 ‚2NAKV3;& -9 X]I$pt9N7˃f$5Wd6 dgA~cXG3E k%vWwqHbqϙa6fi[@+j}b1;CԻpS+?s>b) uqE@旎 LS1}Aog>.$}4, hCފs5xZOKA)"]t>CMҘDFhҙi xق-uOw].fcc^7:ހF!Æ)#LyЃjvl7 <`P͹YV)guZr^eX羡sa 9GI-![҈*㺡Z{CfFP@`EkWeh֓P97%zDY3nbNRh|[Ք@r!qޙbF}9r~4:M,iuUw{T\6sg/de jӏsT,,UuZ\9csdSKd79\m{SNg?\koFO AefWxou߽K8{|wd@"Kl7E˪^"hd+e`8dqNi6l} @T[ğsvMT'~BﮞTzW`?sLm7:YR[CdgpeiIZbRAYOw -vAZNc\HHAW~nV6&o:in}5L+ ScsH9A%oB? ԓ .\/x~=e\ O*[?O 2Ã68X/$]ȚZ@jXHP,A-5 FX+8+7qw0(UEGgHT)rEX*Q2 c%8\%E!xõO,Vq30]eSZ-0h syt(@\%4B{~~ǯ<ߥ)VG3N>צ+Eff;GV t39Ƣx\I7QeGp=?grJ\r)0,HS/FwE=G%aS8C~!Jg 0Mt':?K|E擅~`Mk¯|j(kc oRVx[$#;dYy\FҶgC. Sc?!Tm8j8;jQ;ěHJUPzGv#bw8jJy1Q;ۋHO}r#_-&\'oAcSzIKXSfS'${#,?rrұe8 g63&Lƶ>%`d(,ٱD2>1S'Z8Ӆ\3P.fnX\<|R$p@N%a-_~x(KV*yPP)4hvtmu2cl5'Šͣ_C$C̸<\w#` QB"0}VC)ÏbRy߉r~`:<~.#Kw/ 99`SXNl|=@KpF?Fv{Yz!ߨ` /fȱInHwfY_ɓ.F vñ.b70ʼ 1‹rqIl}p!i3ܣˢ☦g:i7D2o~}{&[f!M(ښ)dW;avqd1Gpgn!^ѝt6ynxQ qܱ,NY;0J}J03&)n6LwU!CaIk#΂B}S!,Ci}'ȕbP 7 .c}qe/k+҇!;ƌ7C)d  {sI5ڞ l L4,'",Z;Mproጧq7HZ0 C[i$ 8,/bD}uv8vnAf\rx z܂QȽL3qǮ8{mc 8ԺB6G Ty#.kmk57?tZwB1}+ s$Ub0wٜXKhgiKrlWoM|€ [E< .&lC(ONI務nY>8klLhKTkU_Z8[WG9pGb o q6ch s+qwK_5}.IsanT#3M?(ǘ;ә6ﰦ}w;p۽WJ:[p MWe"5'zӏ`p(dkI{[};H EnI09_+NL"moƴ}+g6dΥ{Kj9Y; 3I!e|"h)bvk+Y_!u8Ҷ%irJE%sGW鮁- 7i'mHPNrvAn!d0ٔi^E"{5c&.2hD5J}!}*A&dd[B26Xd\H/;說1WHalXȕ_ iA+xp56Ř _19Rnҟ A@flOb@x X~tb /]@$LJG SL~Ͱj(Т]T2R)<&*eVڱm(0*O>iLvy' CY}'m+&rB no{X1ס-߮|W*XRZ=Dí<c2zW y?<1H4FIv`3v,53G]SsU(FY{c$6mԲzbl91szOʳ0]Ds/w"'+l{]cO_E ZyKVGƑ9aYr[L'9 V~&&Ï wT*BJ= K_E7`XghU:-sАIC܄OAcSJ Q 4h5f҉TÙsޅ*;,쟁t{oΠ+A(Ǜ}{j>Y"ew2ϫ1Ygka*|e_J](Cs)|Dk74\i>ZsJºW"*y)Vt> 꺡It3gu@0[=\p- d&4V7~\[ngq4q+gN" /1a9J ah-a&ȢEaǭ]R~{K2~~6OK8`= N8u1x}[4mgȝ|\,MN?@,]I*bDKHQ]ҍ :ƬMcEIRBJea'o= 87$M835EOޅ_iHW=oI]U5jQ.ud+0 C_hJF}# sTr%< }5PD*,7?}CQ&a5Y8`f mP_QcX7ɷƌ_: xR l4:/ĮgIouXyCC'Bã0 G!W EZJY!tjUj5`UkSh-~ g?@@r𐡶f˹< bn<&>Z[8zj{MvNib{0EKý8ԻyTK<},t zBP?h Qpߕ#9ZF#=C/Pj sJJ}\ %apgp%yPNzCSdJSٺÀ ?aԩD"<7<q>g[4 UgEj"0LuL1 ?ACIa-_>E,p4?[D ڕwt'Ö\"ɲLȡ2V߆ Q?jX=Po|T ˋY#}>E}ϐeg %-Dŧ2[7S2R% ԸNid©t-9E4툍-6"d2~BK]E9Kn,k-M2]9*y! iMkV!QMY c?Vz*3RWY8GP|8PwgNcstaucT<O3ҤzMKm>sqm#ߖR7xOD+e3sVauC?z92OUI0lgָJ MQRFI$RUze}IFU'> 9YľðUɍ % !վ=]SH648yW:v=$*uMe%h%~]tNJ$>'֫@xC/=wc}`T7$A1bФS6e_ AtgQ,D#i|dٮ&;f4/4X]ՍϰnZ Ę|zw{ť3}} pd @|HZGIdHV:(ǸmTl/q[W,8BF8[&pSק 6$k h"bܕ\ೇBلJGwȫKKQuܔ+Uhcg4Ԛ/m$ i|]ML[hN`Sg3J U߸iP%^sI Ag$rı.z ЛiNJ"SGC$T' /1uHPMxV[zY#A rŗ/z=-&fB}“?o ߂}Vt/{Mx`ϡ(1`Z #H甥L<{=_w̫zd2v143y{Ә )=AfYfN-zroc6c]YJ1dWۗ 4>.=6kڴMpyF5:g$m "thӓaٶ J7(eJ$^7' tDh=PPe)TDɤ4]l'ͯ `f1&믱~{ PFdykmN, +t]'[`!1A=1IgiB|R"&@H}! -tFaīŅGwkSR7xb.#w$ન)pִ#N/_)]`5%* [*q݀_¸T8kә:PJs[(XKM)㡌.%q2onƒmxXȂ$xg }s;I튉y]4^E{1@m{ĝѡ%[KE8m#E ]"J*^2P*߱6i]"tk2Sv{dž; 'BT_ȘF /~\6[%-/8WqOP| Uʻu;x|C~}d܄%EƝ&GƒY MhcWGgy*=h(%P#,8r"b2-fk 1kB/ˠ6U ;O$Vd3tpv֘b˓R񢙰6`f_(cQ2M}*E)5e`# `\!^>^?Wk h2Al۾)%9DtHgvmPHڦ|i,N`U^o>ʑ9d b~:4͗$ݎE& ߮ê?ӲcƓsM/Oj->ңB#z8~8&EOZA.ߴӞYy.nE2Ev y`Aڋo^(v響SM*d欠 W]ꇱ Hf0gٿu7hrޔ|}rNVydlo't EH4 L5w%XrȆL`]HKrRYΗfg&ϧ uT14}qmT) "QdHTp^`bX+?I0ϮE2Qgoq4ij*G/HJ7KGƔ˸cX=?EyY л Bn&DK^}@h]^s޻}S-hl/Ujvʩe%rrnAS n|uM*2"l ! Rg;:xzha 2HՋ^4vCTRVy92-Y^/vJΆz"D m,T},u[:]niD?y]U%N.ҰEHDǻ-lhb#Pl3$DL{9C,wEy>1hGUCvJpräI5 MTmkH)^EF:ڡ=?3>wM`c ~Qϟf0=2 QÆiY%\J+`&y2W`MyYo\E5[ sط;ep/#`|Q]}sTnٱbi*ЃBQL^n ?%t2J&/zl@[{b~LPk .${imG]m_tÝY:p6 xM.>': Ҡ1P~rD4ːX3Z<(e z7$.*_ehҮ&ƸQ^ mNL)6pO:BFSq/UHs4J8Υ#D(ђi@<:Tn;<jv&O_Gz]E$/^$t0EI6ck5b3Y,{jԴU`p?#IdTǥ V겛36٬y1ڇSҽ},MBLJDl+4(1g(nC~G7foxnKQ?ZEI/^ωEGhP$s Y4<7/jmwK> lK `g-Qw=.Nʼ MA(M 㔜9{LĐ tzrDNO9Dl]=Xr(_,ỷش$H?/8 pY5*t8!1fA!4@818p^VAfѶ$E/*G1GZs\}ʱx' |#\uUg;vUlI-JцɔSh'l6%:_`&~bCmHFRg H7ĤD7lKqdgE{ \F/ . Ǧbvy}*6.@%$T}nu3b QJfVŒTd^`Uǣ kn?WTo<öM5"~sۣ6 Y#<|5;$RUKH}. ?(VHն>C7/þhxe#2Yӿ̦G}O=F| N&{20hkgoW9F#{fgeRN5?VsMAϯ63w {5C8K1U%'SH)c]% oG-O"8?bm=3\ 9kN4(&[=-sF )`O#B<~~'SY .nD0`kfߍGqU_&=''=oeX4'$h4 KiBQ緖>] [ @+#R$ǑH)oT_^E,՞:sLh󒑊pl8o lq<_> -nwK74 ''+vκkڀupF~Wwd'6${;TD s#Гn˼,\kz]dBRY#b\Y^]oćp+DžןC!ݎӌ}iW ߐZsF|zMM䒄>gXEhz0])0je aV`=)a9H5?q`O::Zt`QL҈@[`D7UVDmvx 'gB%]c{pD/Lqcx3m5t Kvu$ey&%"5bQj+*aEFJ"f99@;B|gѬwq֑sn,6Q[Xz̔!+,z)ۡtZ=qj ?bb9#Kz^B]g[:YQi0=:}ZNfjؚI6i*〼ZHfh 9Ά g#&o3w?S_#]c#S(~ =]cXr{Mc,a¾o2$"K;BDIyZཱི N|C¹T)"@6 EN}g`CJC~1qHI|c9㢞% A i5V+?g9DZQe\IlIvuд3vrAՙFbm-C#Y]W0MԼBv n;S[(pHu=/n#UKPqc4 '5'g@x_7MFQ0xίc'\zߊE8 {\TɼbIj ;*=gR pKWGM" )8u2]/YvyBx5زi5=(DK[]ox.'ynp [}TL{F?(k, P`<=@IRE83*YukG6-ƄLH%OQOE] "7@SA LD*2/zє!ӝ DXÙ "ɴBm@'9 g>JRhJcac=ZXП&ւ^XYâdӼ/0AmUUB*Z]jOGd3\ U~Q9ͭ'S2eoKEtk$Ǥ!XyQaʶYYsSr6 IHBEvQ`xC8fA:Ik'O,ׄ{?x$ 7Zσwܯ/"jzBrᒷ#>t86dW bZDp;ǡbV/l/$kg3axl%7`P)/u(SD6AHyn0*=U#F< yzkG K^L֥W{b zhT}"Mp.7m'۽՟[&3y8t+ڑ@A+) e=+!.'5BkhE}n,z|߱!%V?h-b]˨C$wրŰ쿩Z!qDfL%##2QMEͭ5F}#ebzK@"tyqOgR]d&*KGSͷ7n}pǂqϭY. wUsx-k_YJˋdAӤ#vNՌa$Ph, ɟm m&C< 2egy,NXkAze[,C 󦡲"lr7) Je{ HgwC`;ܟYp(6/]Ff.lKzQa('h4HsU=r UkS*@:i |a?0R.숷&ν ypgmzPpw:<!>DfOg }r[ygH$ "0m,DvM xjb\9܅T9q/r|X,f4a@;^gƖoICn,Ot޺[T| 8FZnvنxmScTv<bMVx'F;2cWxO<\Γbs}݉?" V>w/kpo-}#csہh$ȑ#>庇 L[T|Jś[ҾBalAUrV#E]XSC9(3bb,xdw q(GOp~'rEj}p.zd>Øxqp9} ,%Fp]1KV[D;/H,dԲ.EjaDdcQhe`ϯJ?`7ob<9I`FR' XTɒ5R.I ULUY rEYQ"q > PhQous]q+HʊkZey\"\Y$ʄ]t23yFz}@ֆKX.'/S;ЈRJ~jjџģb8#[5>CO$,SzvD81-iYBn-z}4S*4";=~ڌ9S7krdi,/%> $T R{# qn^ז E-d}ܤ]%W!\s5Txvͦ t&(tj<PѮ{gBLE uLsk3x  "K/vxU@XUt{:xfZ1^|Q8LhMk3  yٮpםMRa.GMnAݣs8}{4 >~>~T X#,ݯKSk*%&؂}rW ӬcN G|Meтf)$Z2 s) 1a0A .Z xG94.)}4Nj–ڑQHqTp)){䟉"s<^<,:j*#[ہIیcT.mt}VxJY -?_: (ݳ Db@Ǎ]H>N/.VH]Z6@Wy\!;H@-8(N57dxoȕI|_' w=ƨ͊ҳsR VT 打N5^\'6 }XpA>.nknc2ӱN}w{{qB:R<5qTHtU@Jqh;= di OF4<$O6Ji-{dwzXrh(3=0YpZ $:^nNrq7f!6QfK//Si @1 8VL/ysZUU9N$NxA!?#iVvO2u\ Є7߮Oe4V9rƜc ET#3BtPI$ڣ̓hAhW :Wd>W#s0dyQڲI:qI`Yq,F[evM("myeb}?d)cAh!`D_MsCi D̘S#}݂6^`@*TAժQILJi?mg& &MD]"a=g%/W@sJ5eq`qgB/#ܶ-:/<#Qȗ'sH lSx$e1Ⱥ*os<10`/rtӀ8dJm*2v#Ebk ]HF mܭ%){F|pS8Z_Q~zZUl'!?Z G!|PM;Z{SHwT n?Ծ-ocnqFu.Yt-,yB >CK,3gVC_|q#{z~-&drpNt?F'[ab;h,ZMp)Sdkdw^_gdiRQ.H Ms|x}.=\?=a0 i',eUyX!qz?.BDxg=hVy]bx(fyOK*yYu%՜=& SHU1W1Q^3u$ [FD-] BA%y)T*[}0Nsnj1{~@ߕ=EȟhWwL+JfOUlN~s0h K.'q/ARq=Ki3dْb&VD7We+B:u$?"uVA {/sSqoP)!W7) tNJU|${^ nDKAKCmw)E#7HvI mC <,-JN^#ty)%nur)j񚌜dR+,M}sz0U:x"TnXk6& oaKG5`uZyTĽ(Flcyq,X|5^kƕ(_!;\ʆveBbyphkj`E7)B5Y"!fa $0 ta 8d`d|D=GaA MdhHRwt Bq>&#_E\KRfe C<0ZE-CC4_7M ąƅ C{gpZ65؅_&2j%; j(Th]nLHDo}$5g^ɜޓig5&O 䏵sNS$jܻ(3Oâͦ*:Zvar'e!Ua/^t~Pl:exeٝyIyNmeBlIJ~=AP6M-qUZ.U'>LZD5򸘜$1eĂA{l(x$bs1%g J9!jlv'6btPP̣V/j\pqo054 ?'?^| X{h>cnH2sYlZR:]:ɂ, Kmc!.OQ)j!@Ek=T%yϴQVhȆ]8Rơ$3n!d]ɏ+9_9.i;odjR`[^,ꆚSzMsZF?[ڰ](QnZžX.}Y \B"b_½ts #[/C &t I8Q~]bk%U:Mxy6_zPR.áL,'{mW*}M (=|1pBA2?XAgCpB< Yh6e6Ue^tddۯ9]4S. w.͐XU[=.Wb`S#d@o lYZ~*D=AL%״}je!ΩF >R%t;W ij }XVG{>vW+$R+v<2 @Z`)%<%>+kMW^=:#.6 ɚITÉФXPڤL!+7d%M/F08BavkfL'm vĞpG*<x +m3#_OB/*drX'YI9\EV^`7lLRVl)4)'i\Rkh5 i͐Yxm*Cul{4U{BYɴY9&<;(J#26$:л|uri [d9,gs_0FZ3@~<[ଓU)-#{'j+IauMʎN'3w+!@>?ގ=?6 kIkR_?8`UIj⛃vb1Ԩ?!9W]i|#T{qP[5eisq `*eqȸGmCcɗ+@ֆ/\{}}Jߏ]T< kkav|ҟƌ<0ۤYk R`*A2z= JYcG8:x!]; @1;_{#(eXc] qCh{`IWER{Y{ :Tf&xhz@ꍲqF$Ѫy@F*Go Q/k1_k^ q\j0·jl%nP{b9AӍьv/q:m$vkP) -VW 8s]VFj:xE At=q~$yU!g1V!Ufc^@So~ߨ[NoCaZBjʉg?yKu]u;GTWh,sY_,~y7&akko }# }>H L~QkuFAwdY9!uSE^0M׮h'n8a>_B''Kލٞ.ss1Jӯ5eb,n1RvnOMsrNG[ΠD:aF18;6,w^-[ ~~7ܮVv)שާs"Ĝl)7&/%x~$iAbZ`]Ӝ1UNWPߝQROcsٜ坶Ns$"k5ծI7=M\U4 /=uuɸ+A,KdWM];-#ЅW&t& ];5\ ([WZcƬvv J>E`ck0F3}5&+!r 3VHe"t u%|۬6\ez Ʋgix;]̪RLqdW计R?:׋Vu@ [e/)3GQN= D~]1 ll-QF\^m_{].lw@m6~ );VS5_ \\,VeYpӲӺgG qqk|4 ,0⋚=4F>H!\ M<\UGZ!ѽqv>+މ ҙ XbE$`ɖ"]8bgXwByQd'Ӻ|蘳zIk2߮fhd6.!Ep3IZI^8sPڨݡIKZj:&!T ]줳F"d>?[͝;_l>x;hVDnUΕb'{"|qO*+pq+$E*X+ +$"aV:2 DhݙA"9'<}s5/5}UN17wY?=Uw)MƘ֯Z/Qŕ|厊M|w^pf79QyW*e$.[ Ѣr^rw'"QMo\K|lZv "ICV7RFq)L[Fςן]QmکR g,Kzj[D&|H=jtcW6wr)VptbEso]VٓNCgՎV L m ef ޚ]xݩ%6.O8>(荿*o[aV*wV|>20>=!~VYI3"[&4p '0ydV +9i%/_/n N Sepvh`zIA:$&3"jkqӗp&RT1e$]>UTiWTaIWѫ57R#A79,jZir/Q-<$ kn^HP$ŖzOj' rśS%YT4݇'1Yv"݁=G cu`-mv1:9 ƄN X2s|M?^>M(KjO&oU#qۡzh W;?Yo{MW]- vcPKq$ͦ;>k/#mÅQ9ɜ?-) /i"%*|C ݚϛiq.Rmv m"s'9N սfNMK =ASt ZZAXyF[؅8S4 C^!ujL&T2DƐ Q6\VIPxO\Wg!wB+Tx}Pu%&sPd@*H #߼fo7#TڮVC_fE(z`Dn*E('j)E UF%y4:T MdYfFye]ė7[wg[I%t˝ڷ/ˇCfKFYO%:էkG!Y`vH2p'S&5߻O`{F!gzi^=vH:i3Nd1djZѧ3ܠY$+xpۨ%0On[Zi ;TnVQMČkT;^&EeL|,{-kE1-T؀D֧ƺ]`,l8Jt)Tyo+ULE~]ӫз TP"ۀ$:{O>$ݠ|ʪ>JB)BdC)w+ 8 XAN!QBĖ~i3adL~ )sskpl SQ5_\_+I[CW8o&IܖXI3sCZ]g?eM<A4;nZȠGLiYP ۀ AAo`ZM XßްғЈ,20m7!2Rz?U![\' ʾ⭃VBXm RuU4yG2pkH7qܻ+7iVǣS7sI@-yF2$X|g pJ/.JvK| E yp=-ԟön`J%1)ֽe8r2Zj_xItPuA0:v{z3_ <izQ.#Ajý&Wy`<\-WcJD6;Rzk 1I籠fb,,!}  7aAX#bɀeU.ydEW" ahj H꒖G}α B_Jij)#H+-#!UEDe+zЩ.wiע$&=PjK}tja#ÀeڵMw̅ /2 fc|1w]}"@M?H]"rPWo 4VuJ ı(0pcsG `=|N]:}[`6Px* e/SKv&1/uyu,60yAl[lwz|6;g=%˷L^+^yp-VxCA3(ճFT0wAd(xA/Az{= ;P ć|b 'KRRR*ԲX&~$S nyN}D,z[qH\G@MȞyY rl:Vwy9M bfMQG7E/~f7_W݆*\tf.gP}g1j ډMc wsMx;V^}彆=XżWBF<-0CC 3m") :A+?fd|HB,~D1fD&_9OYAz6@-=n-F#h5 'JAq0go2smHb 0T>c-$,Eb;rx).61B/nٸIsg5uz,;r1)!s Pt^|~!_/dһƽ@6h^qoxίSy0(~ZM@nĖC!J|"\̶1W%TO9bMC1!Tw+{-Ud 1R Ji~}5}wyy>ן7 (5<#fV.=Wyfnp8:PX{%kFm%mV?T bc_6HxFLV=-Uj dI&m!j_=\PDn<{65[dCndr%H7iESB//;EA^.i˕O#4fdH5JcWqN7䄣ͽ zT/$4;UHBaf1BGUz_?:=9t`^C f%#nt‰yPuc}|`uO>o˯a0hsN) 1G20D Pɓ!``W~]WnDV18ݒ*(踍3"|J]v) b)n>kEyffM‰brEDQN-BHY ?`{|].Edߵ77b/) {{څr>^FַL`9$Ҵ'K̕Aƛ ;sؕaF U87~M}?v(Lj{(+ٵ4ГʥInYb /'\>eQb:՘9J 7HNL^?g^󮸚XY`~kG#~_(4{v+(}RD\CeAxaХ:u}lXh`G;E.kЅ`Uo{mW[ dsa֦ٙw%غP]T`l;,pXL"$`Mt_(MkK@k7)yޣ]yhЪi8j&5|z1 h۩@®#T2쎉WFTXuu*'|B s2GWXAGc@uh1%WA'jŰ7ј"3si]sbxvZ~C7ID/`fdgpigV]1un]fFt!!noYя[Djtd&v-z2Ō U_Tf|zn ƯƪarxuK]ԕz h jaܮ.! ag`sOU6"\ޮMTz;YWxؽ!MЄ~@;1 7&z+Zl8˼w DiA)괴p0Zh6& L:N -W^Zz]qm9*)AayG7ƪaXҰ@Ie` ST>BbCQV@mdY,g==9$}X-(q྇)_0hI׍|!/ A6-}IWa!Dp.I0| ,O{ILr9^.%@ކOh~>9 (V9?/%9JA'&N+N@Y`::l*S+&G U-DIEMWv`oH 7_X9 DbyYw)|SI\gԄ dT]2tPR 90!43dn~yR-m8Z q`JPwˀ{Oó_{I=|20AA?J97524)&/7xwkY+s;gN9L8.Fg~6W!bsQY6ROk>%D>h;#77aJk]Rm\VT@4r`I`͋Qm܁8'`9$'BzgRV69⃷d*Tns|P?-fJc:ʀ u |TdȤh^X]"zD$yI࿌!zY[;w e{?%hPϢdي bd[LA_ə-ɚ8%d8oTd̝w^TB$K3jHkm~<#n'D鱨RSfM`yqָ'k]WI5I`5O4XXU5G^qdh4G~9bp'L\(l' BKxd bc4-:먑*Xi.Dm?< h)G)Oa6t& (t ~gI:rq ck7. YV0 g#nRY"_k5JĬה-lN%=hfWK,Bxߨ4LBg|7wpз8,WJ"qsDԽ,oƏp 8JyYNqax_RHGaoz(Fq g1Zi':F~'|v'-_\ L\/U=7ȧPz,d(r:ݾ"fMckpS\Ko&w+Lݗ)~n?zLWq),9SLM[ɢ7Z@r{~|;7ZsPr}}taXu]R| Wy0ʚ_!OMլB䧶~׀>Mpsm)T`o8sTB77!h(^PpTIrB6rI-BkkHW)$92T-48+FxmΊN(4#Œ׵Q`L'*9,f6][ΰ!|)VمsoQ|4._p~WŢor#@2\wЖVBkSqw'RvRx\m^F88ɷ~51!,Ҕ[WGoY ;zC^#E /΂S  y7ej#\WlL@KY>R~! @RfL[#P_Mu Sb |"w{żG.FРn{SMb ;E-7uT agD;N9s sq? 拁$@P +&l֍X_~0p$Ͼ jW3\VzG7 B"rA{0T,>i(b$23Q/z uTk9+ i%w6ق;Et [̹s&r 1'dH z$e9Nnw 鲱riU%xthiLrh\dr&oDnn.7<_ʢrt**HG9[#i߮eMiPE4EEm8@76Ш](&_|y<@ؠ^5pGgt^]?^Di&n֎(X`U{{Yk pԢ_mSEg Y'*[<5 BX,DJeԤ&ΥqzPkio5/áj«Ru*ׇ-4 yy\әة8R3Ѵ0jtGNqP:MclPWVX~{߈ 1i&*e&-!] ?&ݤ=CT&E { ς_x܊?U+<3\3p8Em}qբ}u`g(J Cp680={MhA;9qDxJFCfP3Пo5dFsUP;`TQd`\?הn奌ߞa?QP >7#yxgVJlޕhCSXRIcR+I(#}.{1xTW1A$٩RjI@Wfnd2]32'It5[NPOEi`!Fis`\G6;K; Ii"8te: ho:Vͫ\O+rM]~-49j)v\z/+:EB?5t%6vZgUG%QIΰFn1eg'*(Z¤Pߛ8Hh0=|uFR[ 86*^YM8_F=u+'qkȰr"@l\ϲ]`MLD @^x}?p&<-d}s_1$mAm )^yći Q&aSYrMq&aI.!x9;1v#:"0 rE ;_KCIx4'[b|@Łq\?I.Vg"_<[ҨEvӪ|CN֝ysom@gអ1y'(V/,d*SuߑʸefGSH~L0^fCM?ޣq3d_w 5da02uz\ D͆Gw|XތwҭVǡ3aۛV3!j?%[LfX:K ?w5[*SGnpoR?@vg(@ʞ`Nlb^@W+M[{ʝۥzO4;MW5. o^92qItf ~!pq FƠeSu)}Siuӥ D<ԇHhCthYzeF@2H,>7?,+矶#j +8$MpQT۬=gc]>gk:uw.99Z',3ŽޟL<&*BK-6 08m_*mp>:zs}R]*q{FbܲCj^/la俽f%@ŏK )}k]3SIp|޴6ElS+w;*ÆN(jׄ`!(XSWfza:q*an\dYӜ+ZfO.o#gp~EF2g}N }a Z&kPu؏5G&50AWt&#(oѓkFmLOicq\|7E't>`0\k/5Omt<z+6:>a~I{tUn)(i)҄#cRj_%5n K7f}Po=rE*mjy fN ~_F1x)V z3sa'<&My'P )0w)?qy2 i )R;"ee%JV"gYjd/)R)%)VʼnʒצE.fdJU KrDfig;d 37FǪUjfffczOj?dV1Ndy!wY>TlΕ*r+mRp8oeܘAlY_uJN[5I2ilf?K \ܚH>bv\њVƫӏNuy S^ 2#ަ#\"֩6F% \1 *~E['(rI$[z;]VT?mf=a׷+h\s15 F\L HNKcT툂>Mx<]ɾQ]Qߍ> "Sh3򡲚Xf<P_p¾0K SVn-IuHMFrMS udzr@` 8CmQiSuG0U1Cɦ\v y)hi I!@7Ȗk^|!864ה87RPMJsuDdμQf-U(uW !uBp4(\*fV,@ $O T+€fKWM#I*ZQvh `i퉉IS)ݝ8^ӡ=ݴoFre--'4 Q@?dAvҀ/D-ތ^Dz%\G:Fkk?^ot͸Hv~K1窣-3'൱գ+z P-eC hu.h>~ #|X;ؐciJ}`:ءA"R1` I-D8y9@|o1RGU€#%?{4J Ex]NLbI8^päi iwgS4hOGnR\tM-Q^_b;h xc0ɸPQ8%ҮS_?ĩ#B`@a='Ճ zK^o[)v0SG]J-b̻ͨ  Roe^s/Y{b NW+Ą?m,Lк$sJdzM/g˖Qԇmd#CrSH!.ڧH{2WsJHhۉ< ʢ4ߑy ͨ $gCr#J-<&4vŌ Hܠ#*޼/w>[Bޱe/TYԳ:{np1F86]H92HNDo[i7\}Dd:JWa:ddޏ8t "^/\K! xTr gJ@#/ .QP470I^OL쌸O,ƿRݠd-~fyG{Γ6:wq&)4}Mb@k@,36%~K<; \r{+,Vj*aKGF&og*(,r j/V,_ӟ8DmRͩEG 0@:a66'X̸F&br4ȉ@1X>>jВ.4bօcj :uk3Ffؠn4 ,rcr-OUE!Tt展Zm^Td[Hhh*El0,Wukӹa;v}%etkK8}(-bFl!$8 47f\1^d ]IqfT@/Q D D&wgڢDz/⽓:Io}fqb2D&qsҜj{X_|!)Nez5QqYUyX&ޝJON*O_ʕN_Wa<C*%Nw9ä%;@<+hڧ֚O.G`+6QX#XmoC-J k*Hm (ڠ+4M%af(Hzjc?>};wvNE0~[*= $؄̩m1댈_E3f-v[vFI u]Y `Kb*oATFlXl7fל~|(]:EȈGEX͔GUv6c؄6b]^ߥ*;ghF'W+1eJ̈ 4l/{Ol7_1W C Ṳ`/6؃%XlMtMuy1] J'ƀv+'癉g\ױ<+{z t6VǸ ,JW9'6d-[_T'?;ؔQax6Ll : f6+{_-|^,fw1-2,~}u2J'ͥ~A@w6ۉ oVϜ=e:;tVٖ/tG lV販tY9pQ}atj27K:RcclSUˣmdk {ַAK$16&cfA*&5yE.qcowVJR;9q,PH3Msb Q-_!A[XWSv_yܠ+o0 Xg_ao^u#ȩudhNzv䊄O{EqTbDW77s^^4Hy]tigWw 4]vQLet66}RU$+a*L'Rqj8 H)u2D\4Ѓw$&s`o﹁)X-MDNj%msK@`DAl(,ޠ 6jp#f;9ϗώ|+#prx( wqSYoH}ƹ5@&WFh5{ďlPIP@QjD XJjV"B>[EO̖q=J%93;G ̶j~OpYm>*ޭK:P?yieDw;v!d7 &a.q0fԜ6mſ%. 7ݱo1r?'BG^Bꆒ:~{[Ay(d50~8NOhX|He_!~PHS(G>'!cKW~/ U. fLy<~D$o3Z/jV(^T󣱱y-~B BU*H9|$rxg+ުCnCGlaF''9K\z[ع*C̈́.qz@̢{sn72AGkM'XJ׷g$0RU% M Cϵ2;z#HES@ӗ*]^ZMa )O<;q5T r@s՝_L$}Qgn$r#-ԂlRGhVcf_)!㏓Nۮ~Z09{۲v$w !;@mr5m^@er]9 19) +ɥĨ[O(R9JtܲIPKTNcɦ%;r%كJ9 wK8溿>j9I:AZ!:(Syĕپ, ܊L| M>{x(˃` ȟ=ԝ~v]B0rк}cF9Xo;jҩRgđC`=Kgڲ}&׫2_)-i=ٛtdU/j1g   A=)`Oɨ,A)}]Nq2;2ߩOŅ?!+VG .Օ>ӱ3?6=7]@=faZw5Q^K׌zaC~ʮ~kt~C8s24A`˵f>g^R۵Q~ J$pk;`60d.2LEk`-,GLQ  Vǒ#\?JCG|J<ƘQIIZ}_tRhqANNI9⩦BM$$=p:12D\Ģr!-H Wy\9Z|ʉ% QάChFaqzC+a-' ؼ |#$nkJ{:s$l RyN藲uO$|gǯU|/|. v&mxʲ*QlsOȏ HNnw^%ŷdTxHˋLH# ĹQāێ ;t/{dZvK7W҆#j7+6%sh ^)me(A!ϡg\{T y89=xd^.]g|h#ew X́cO|ZoЕy wHm(BX)4j:EsS~97 oue/@}a,>.CZnOGF!ZK˘ #YF SӠ7x6SXHx-ǢBfb谰&jV +GV':Z9m%6| _9庩]OeV'-g'p<f ^o->:N팕1fW?F'$I5^%uO'GHVMͬ?TSBح[<OOQ'`M5WNMig^8y{7oB5_w +"7֎UMfh y;R&=r˗6o30!0N&꥝ȼtկ:vsŧF6;: b5Uhz}hDNw<8L=J% kU:1r5EU6֦nY*B# FƔ`n*@׉wڼte\?8UWhB?aSS;]Dy`g>s(狞l-7)Op΋ʥNoGb`ak:֝A3qA[;U%FDs|4>d_#q1idBuP\g3H-oHGF=p5|,ƣoR0Yz!@|VߴB$e>'\P_;djl\^z<707> ].I%u,)iGhpua{`&/"+XK.eJυ}SXk^TP!,ֻ)PAW̜_gܙ?9Xt!}+gX$V'-$xsßiJ Κ;|YP{&prc? ~7EBLq>ϥL3ıAf(PhoX5;.RCۖR~*㧽T]UD5GA2ĸ &•D3{<{6eМ7Av@doxBqx!BݨlɩvZzP Z;8o6`@WL6u C U,+^؀k8nEş~tֱ#eLG-y\g1} )Y;D}so򑧼F@rKL"52ǫ\KOsj졍qBV2 <*w3tA^ܐY:2pNL 'e|WXr=\%7xt? Bzi xaҤRe@q!ISyHڳ-vt~%ըd޶b #eb p`[eڒV=w63GO6ۻ>:]/V iZzخD n ֶ K/ AZFʻiC`ٺILDaBK2"~m;piP`dE D!LhQIY"xW*1ʔlԓxCnro>cN?sgAxI!eZE*/rH&Ǐj>_!?z!!7Us<10-#lч FlJYBvF"n?ٲ 6^uh{ V!:y%RNP'z=z{ԫc_TS$ůJGD ]̦ɨuUu؋EG]K1+o$X2 I0HY=-6 hEK ]#?+[z%!]`3Պ)qSWӞK@b@aK'/W;F^;iP{ oTND 3@jȹ @,ۯHBB²+HBhgwu_mhx0l*BD5&y1T֓2( f!z\T{wt]y6{#蕴l !5ts. `P?q& n;(e^(n JZ|d(˰3-#@0:6-źy|<=<-ZyTl)^^-@*p=ݕfZޔ4>uqC"אZr]+dvfS.Htʠ훌 ?zI=oC<ir^+dH:MwӃWSzEbt^3t"̑Ee-b&5}\tfbwT%'I mb<^ry@O: )L3^[_Qs䴹^h0aՍ-?'LbVL|&)}OmwGtz.1gw4l[Sx4L̚>ȹ (i$U9.Bᛝ4c'"2z0I.\Z͕OA&D|';4tY.bܑ NmFڸ(p.ztV]LJ֮Üj'u b%o+[?U/Huq;!?xYiܞImsp>hS(ڨcM^`";!-v}o $n T׌:pc~pdqz+b*\pѪM^S"NFg ߱ˣ5oQ={BbR,1Ivg1T{Y%COfN +]%bqƍ~!FU |[4EH..&,@ c ƈ t2}CHH}π&yljoU6I*rb0"4<h58 D~eƧ6r i^.҆T5/>[B*|=m<0[h!QaLL#@8rP;-mQmv6( d5Ϫ)=`I6tp`2"R8@V]|I}P=eM7 ]ŀտ̮^+YmnՑ©72uW0@2Y X5Z$aa\>Ha+DjOնoc?^- <6V!tߋe*ƻV ~ i r1fct,n8ft Xh9?Uj](z#T~ʞ R\xss7H6#,|K)izZ$|t_x v-F{݈%"o[a*Qy+˓\1RUqGȾX5WyCݙ8'0.PkBιvpW6ڎk54l.H[,Bc# R r*)-s"Q6< GuUM1gΡ?lǭ21spIPOH(VtTu-FUZMm[,v(y=YDC^vNIq=lnћ̿=~FqץbrƔyo̹a-/]>ӥwM$+ E3|aíjm\6dCMw׍VU\tcduӭ+=rJMk21n]QڵKI>6V]8. \wM5z|- ^ȎkJLnQCZ&':8DɁj@ VVr5w]v^- )KC;V;G,7N)(hN4Q*` L+ s3JFjrU~g. w,:61YrrA1-s.,֎J1@^m8Y\oVRt^!eN~MJKP/LwZ\;mT Z֫s31Y^Sp t\us"͘JޟQX? ^{EL x$ItG~c`ʴ/@r`k\ЪBFv7zһ rm 7UA?}<*pȹmF.埮`܌ߑQKYݗqXyNdBs/ ^\˺K9-D`UhmAvZ2:,{克Ly1#uL>L]S~|)wlI c}j,"kb|ɧ:Ԛ&w&.zvUQԀ4$eWoK hwI/N4qgrCpYP0e-7CΤxP09kЦ̑^=:,Jg{,(6gY} M1m2D26ʉANU |K̢cWpT L՚ڰFPvK;d.h v[ӓˣ /v h[ƺc9 <,!q\O^/E#=q05:Z),8H[AT|Zv_ۧz}1z5i@ O_^.]9U4 wv2Q$xqKEh޷qNg|p;F׋eȦ7Z>j3L4+([r2Q +5w;3E5ߕ[%0:O~ݰʦ_/0e*#Ez<bZ7e,<"2˿`dHjߒDlee < xcFR ȐSȥy#TgYDSNA"웸o$ CDX֣r)#`sMF4֊Vmx\xkחA2HMp[y* KSk̺dTX3s#쏿VFZa:_,];koYK>9Ԉt+YE~'l-e0o[pIhCC@k+?8wwq,VcVDUQf +{!Y 9Ӫrzr =ӫPpiyiԎOsU\K۶)2S,MD^?ElҔnuHxJ|xI([x\רm0Yn]2N =\fl t{k}3nP:XYvA-ZEN#b0`UfGk¹+[UY؛)Ytj[yѲ3s'uGQRg_0ڕfqI cϐSB@q#Ǹ{V o?8R>e `遙Ԏ*{WU=,DNg-ff=Ec*r'<9My2Wd{w;!^Y]*4jEC,ITsB9w L|LAcmJ){^'g \_S,%>ؓ$]Ejns3W巤)v+d.K\ ?j\QWtWK7joA9wJZnq.bMSݬn? 29|efT%P~>ӣ:1OCZ6mnp Һ"V\#IY&7>L&]&Z7m+j!;R٪݁cf`VڲؕzuwBriK,C{WU~s@I{a7)43LdOei`lq1MvXNQ#. _C%8%nb2gЁz8-̶EThKӘ;x ޗ~TqL3x\+jH/bαMaA୬`LORevxIs&G6DEM$koX]<fJR!k:G?k3)|:P9n  d*LG_w~m/͐ѱCHE\:=q_d-_vQIB)ꉵKfźr,GAAC wKvMG ' p5&=K=pf5FQ6T^Om6wn|Dh'xL-+"6muTf 에;7~)FT]Yܞ1GykWy㮖a W t'5CӼ[y _^X!7<Ji.7!ۅspk4%B@S'}D C%A&kyu{eeKLor ~Ͷ:=Jb<` ;FQ!2󘙧\-4$5\AZ?m4A0QjפH{'`Ue8QI;r mE%}vRO!,4£NgBQY>M+Ȳb[0b~rU.->=8 ] *B/+&SRb%`Ke;! NWcC{mSH-nxl_ouх[M-ҮHm\>7>Y .3zqbqʃ:WU8!啬(l "F2vKU6)ã ΛQ㏷jb>3Z[pXh{'\YGkRɲqq(2:>M{`~HΫuhx\+q'hP%B182!%S!?FR"bu2GˌJnjDY7rߢ,znS+-4ⱆJPOGpQ JNs zw/2#? G=(L|U@eLAL҉b=h3lHnRuM*lʴ(޶9(U/b*K A߆{ݕ&'۫P^rQB`-8@!!ҪIJ\[k5Pn;3wdj<@ULŦ5Ä I1D/<^< dl's7)]Q?"ujAc zbR#Lל'QT5"!Ń\j { _ VSᘺJJr9 tՄXĠB4't'%Pz֪}ŗ\GTg(kRG_Q6 &Lp1QlD$Pm蝫?{ɅcW(aUm*(Y҈y}Ig]9rf'gDaTk^g^J' a2Bȗa 20ck0ԺeHk2 s.{[_-=j/h@` {jxW.rYCRY 6l!\ b6sDVhÄakYult?~q +\h< ,Kŏ)eVH3*8pyFE4e(`tWlW?n'h|.]-{y?{Oa[[Z6] AN5E=:<#TAZT1ψ!m;ucl.u- d/X{D1mb۩&~C423Pcdn™ 3 Ed/8)u*l!F.~`fň e?*"ib'1VrB"#%b@I:%Ҫ?좙x[s Y3S!ΑT/}#F" aERV' |_FWwKF[bpg+_ɾ3s[J.H \޲Rg%c-kaOо.'=cb_D~dVT-WLޕ,0\6X}ޣ7Ɯ j޹K:Pߐ&H]Ľ)ڿtZ ("Se&/x:bz_i -V_yy EP`Ɓ6!Luܿ|;K`Na1N,Ee`6S$a Wce㟰 %<fggYɪSey\eӹ` ջmGΕ$Vgni`,w$\rQ%SVS>Za6Stþie]\O^trr7H@eZVnɚy;rU,nO`ˈ/spL8d4l[o>/kYN!6S\^_(H@AG5%!BBbDD;L9u(Ah[6+D+ygyCeo>@*KȈNIA/ޅÉlghw 6h8`P2d!63,%#?߻=^};#KͦOϬK3zC_@7,z#wGzNJn1Lvo#*8-iKZLm}*C|8 %@3dypg>Pl PWtalF!Juf&T/hi gM1W8Mi@ryQ<FO ^Xbz"o(Ad&۵Noƌ`*NDNi@;xOK[w.rf4'6X8)gôK^dorx t-rH zu]NFK*M9T/wmTjucVJ$+ "و;eM ,WI8\ZxazSw jܰk{rh$ť95.ڶ4`W~>j5wR|{}^ ླjq,l1gҾZ^izj?')\!_7ۑu Z/C ]2 0A35rd="UHV Xi=[ZO  TCb3&Aq6”~jr hލItjlLl]FǜGDXV."!SJw\Z.h(5BepGpoe%iss~u_<]\3}֊" e:k݊<6LIh,"Փޫ U,ol2L\ OwX:4`,/\ .-CfgiUByQk ;p9EkBMB8RwlOq{K̟xei䰗"% nQqD 'rMKE$k=etSP)ᥠVQrhftUoy /POggk~ d e!Pr@p=іQ]\X*2rIAzzCiVt_MVDWZϬ-( %"(%6g3F3d󏬢rdM-'3[靦h m:VnžNb|2lԚ c]3,* J" r!~3;+2KQy^ݴPY,tr.3?Xx J@5o_nT%DIc|xH:&0zCI:yKŷ0B֡U.qR*@;{ lJږG)I(nzUL LPP\) =Q]Hԋ@S()={r汆WqE!d ׃8+Os-k@Ϣ;\r?&w(~o8]9?OdCcvwhq(@5l" Tmd7' mO LA"Qg`E'lFG\O=p9`tOͪ¶IB tX }MDsڟ̧ taCrRrhM+?l,e .8Z fQ y;fL>[|UЪ b%CL yUQ!oJoLuVJȧ`DNLȽ*1pUu@+-u (1Q#T̢qdt]QiK܂M,S?bTma4uax\| /@G:iIn\|q>i!Ά%lh[lzJ]0 nY@Lr5saKnC>pW Dirϖy889o3%2O&6NL1aYYþb D0HeX п!+:^ ExZ}ȄDfS 5bW(vRW:vLdU,f܊Le9W~.wP 9̧XqH֩mX1Roˁ?Ϣ)Y>Cwup#jP|+1,ιAO0q$oP2q>I(1…1 h]_[%f5а@8a{(Y,y筦xf'@ o&IC\*]X mh0LӕQ N(ꃟ٘m13,wc?U%YnR _(΃=qVaAA"6aRaa^\oz"mX֩m^7%獿Pu_KI2Y:srOZ $$d@N6}v;&U$s|Jf&ZqTr{ mJ|;0풁3'~%8-zXV-`6VWBN1J({ChΛ"5'-RcQ8)]qDc#B/ ? ߊ,ߏѽ[Rga܆DVmzC_I oDk3d%g{jsN *xƳ C3nQ6'W"ՠ+^ܛ%R1]sIWGpziˍ'^{.RfɒwOv}XܨT ?{b 4d lrGSL:c#-Jx\iVxV2P אse\gh"#^3E1PynsYlaЈ!VŧK$QvZI3>~lC8'ךEzR(iWẬʏl!SN/O)mvRBr#M](64$7-n'V>qc?Is&Kʸ0m@:%bCR2+8}Zpc+pw5['Y۶n&Y[hk,/-p͉q"IO? {+]Qjǰb;CģxΌ CzƤlv=jaQ&Y`GTrmBd^b_wjE<TeȆz:3 Cغ .ؾȠN+`|XFL⧻ER\\} ׏ "llӍ߀S&XPג%M_|hߧ&t~CTVVs޹\)8 ]^h4Z ?01X?@"N'X?r 3{ToGQ 큁8޳UU,&79F_%Etz.>IǃM2Tk@B m;*OQO !O׍¡I6uХħkEFr840iyܪ@VA_U{VF]qX~YWȄ`L caĆ`Ƹ>˷h7 /#n"Бk j(_++gp\Z{!6Y?{myCV[8OQHt=Elab.~G"b>˵鸪;N=ݡM֚E/wi",jł ^Qh/:9h+Iy(@6kYUlk5GC 9,D;ׇDE=n7AǝaT"e<_ފS)996 pc: 'b4Fy{k?}Oو:簫[D$CɊE M:XRH5;Ô`HNPfIj٥r"tb~YH#r'PE7.CE?m=Zx}GbTy 52aŲ8j^Q8}OŒux +%IK Uެ6`I^rӀ0 !D|v B}@Ƚܫ2uhEz.PP<1O3ѹH*k)jX\[b?D>)p*,4EdCnbVu2XZ +q1bDcUc.pe#5(>?glMx˜F7[xCE^ C |~ŕH SdFHCFLOWZD,Y|޾W:{Udž xG!/5Rs8"= AYb 6v.3v$%ILMCTp ZM5Z~R;Cn ",Cƙ6A8VU#=(.Jςpib9y-R`ޛk#&E('9k,ыf,fŶ[Y߃K S*D"%>b`B6%Ψg+Ԍz/rD)qWftHuWYꇨ|f݌sZz# 5q jl!ܼm.,!΂ޅ{eag#a#6FAkcpp*]|LmQz ×-ͽ yfzʇA| * ݍ^+/`~Pq ؔʟ̻#W`3≟&*; & >!)8|֏cɋWZܦ}W5™iה7T +ylK>be{tuNĔ`UvBP8f~r;-`f@6PcRQ HFl.0>Tz]eZ= (v33.sxt˷46)*MY!5˷L*+>M14sCiw. -Ϻ6>l]koܐhnpݜEcDP9^;|*}g"yY>cPH>"r*Th8E#3^όِFu1(<Ԣl5}׺o ,s?w1̙|FqQ TZ lϽ9|QbBAs`J`|H8oڑ§- Î诘q-pEw[dV"ކE&O<6 ,Xoq8.PuS]&; uY"L PcIv|24t /,pxt !L`#-uk1A*=Ͱ)S.cܲݒ` tvCa'd8鹥ĺ Odujx^ w& @js3:vP9JD}L3[N0M8C{AQOÉfX X6vzޒC 5||xjoZXTasgOt+ 7%> 1;mA]#0dXgArگ,5$Ml(Lw2)*Z?ʪJ1|-ՍDK#+h~CC%@I ~*Wek (lKiĨk;g}ΙjAhIXB%s޼P^ma[hODpm0Cdݫ/mgPНuQ?hI4"lͩ'A^ep6 r`%5O֝eR#K߷! OU¬T*iU-)bN3NOx I pfQv~W]89 5& KM> 8_a3 gv;LnAd˔O6$T?]r)z5gy@E޹2#*/Zf5gi d\$}z1.c7I?!U`u5É:8AAe~+[f[ >˺Vr^?nA|SֻzGWzwz-էX ^(R;#Q}%?UTȸ"hG? gqrO5/Nz6KWP&45h =62@sl[VwZl v>{eC^DpBj#p=] |?4th)P!+c{ͷy֠go!`* q?){ɅsQGex\vM.0SL[ p8Lk3* Iw 4WmWn61ENn;3 LD?v$÷ϯMJVpT)AB0켹N( .f׻ҡu!!RT({&\S%Z ``.MF(Ϙ rh{oh&bChvVV~O7(?M |41m<mH.TWSgBNQM*5rqkZ{=ߣs VV5eGPLx*H ŗ,V|xͿjw1FkA/yGи9h{bp8nGtru8C+Т_(ۑܑCA5TCGNi|}+iMAO l!nɲƭNcJ2Q:ܼ3G=@5N%Pikڣ$ZP` ȵo#>ɣRb=̫YNLD}W3%ާ 1ʝ<"! ԶA:sRD dRgVl;u)q;>`('9yK~g~P 8p L3 >Ks#N^760sȂAnH+ȮWDsE׭HY`oKd~ljxg`$׫-8b_U#,,X0^).y= Cb,z6xya)/ZwŎR-L!"5Sw=pmcsj!any|$h f}=h1/VĥY/3?"k*sH[/Aq{^<cL-_VEV "[#ep vh䮍05Ě&8_Djmjbp@Jԡ^YC2Uܚ0)(GPԄR\gP7PPם6cUkeL5gl۫of9ܮ2-nu0!´pƳ3܎쟙.Q:}u.>ǩ=k^߈`&_QnR5=Oȷ])[ڢmA:q(|аA&l~M<f%,,#]uydJ͍Worg9$gN+%bu10ј4i<<RU5]-%'+PA> ^b~젹ry{0#HU Nkc҆WS)4 %_.9g7dwi@,SHp>(1c {,B9}ɱdU,8zr&[y gψ}&(rۦ`ոG?q.#ok@9?o4-??EVjy$aV^sljDCl:@lQl)<dv_U`+%ܤcfbh"jG"l =;Yd#yuKt (QN8ql)^q8C+p~?uJE]c}*gxQɆ{~0>/-h o)2ݟڧaN ے"~΀z[T$DJc&{,ۡ 80#.>T^Uu^]u1?Px7aNt"rl?II-_L~@+9gKGCS.2voccU#[sԿ7 BBN>`u},$?PЇ_k'N.9Y{d\jlU`mIM dҶ59_985':)x'R܊WI>cxFnU ieյV4N>&1}"0BW!fdP|]@RM&4ۼ l3DQpD,E^3ae)'bo}m֑Ludc|5bMɷ(7Ai,Ż.E 9R|bŌݾJmXB)ԫno7 V .?2jyB[ kZyE $mK(/1@z7xj` '&-j,#SWoU;)V.qڊN>L魯iqN|<>r`e8DA qW.N62f4^DX/DS|:0|α4‰姼o¨rul851 8pzVF(RINkң3\H鯨a|[u!Yb(WRlijcPm^ΈS*f|,51v*U\M C+ꭟ8<rdtcrjNWrޢ?-f >+ ko-tWQXw)%Wcđ/@O-HV=DJՌ5ϋiw𲿲آ{pcWR * k݅bwt-(|hlyMq'K%3 k j D%E\F371 ,o>Oga],x7(>8ɔԲY\9TYHDQp=vLɬiq. JL 4nxԐ9OʎP7DdpDFRNk?.GRj;lu3&̋!82>wS}hk5ǥ5{Smk† tS 9nR?^Uе4@u@iSn#BfٜD!hfܽ3V߹b3WVvJ'ELb[]q#3%!*M\p [dBKg+dc}R%n[s[.k-r-R.QL\J_ yfy~tSo{nf\+inRl]2Q fLC%H=:5:^Nc1U RߺOWaQ6#}d:Ƣ#ddRLm,d6_GPT)D`TrdK1)݇MU{V%^2a 5F8 dlZ:ްiPv-:[4h qC^m~{L{4%;o5EMNaSeRq~3HHӕq^k&կ7v9=LXΟY^6ce@dզ26B,9WRSAi?]560޳&+LcH] v[tyNJOSMjـµؽVo`~<5g4D&+cV#MAq=׺4Uߕo  Dy,YTbFdm<) 6թfӯU~^|\(b\DB Yz6LfQo=I_b!xV͵[EY"7B4*7v0puaPlXBKeKPǍx]ۍ9dSs%SN'[Edgh⵨%'e3}0jfʝ ҳS 5cW%#YX+ [P8>sLy'l$݄Q#%r6+s9ܡH 0 JMoL!xrȟ؊ iwRY:as"> Fc4Yp%~:!( [}p'OL㕚>F6$3?UlN 4CGobѳ)K"P?!T1\̅#U)ɿɥjn): ǦΈ/|)N䄍4} !ΜV ZL@ }tE^;Z]leIÝE"}&P/} H5 @cҶ&.A[W<=;J KSثKqW ~8 m ux#(hg($ =Vț*7n\=tg ݜroZ5Ekܒ{U@VVz2asw~Bɉ3`jLAEjTیJ.FHv#td.2VT:Lv]z/@޷"cW.ÂH./ $3>n %_0|C~?~aKw uJf?KftL#7p`.|=08ַqA}j`@lViDcL՞YֳAᆩmFnTzS#7כ“jA{6(lFF`(3rOOg͎8Y:Y|s>0=7s M*X^ʢ^wmz08CF|T.aL8M|SsA Q;-d!60%ċ Qķp$3>VZث &AD1U6wC냀횠E_4}Wa:Xvj1pO]+>ıYHF*r%^Hec>q[ܞb-Px,&h I#U|"V|x^׾+"8 ˠ:Y"~\e./!>5"߷-۽8jhXa: ˂$ +o,2U^e#uaiJ1xbxЂG 8p> RbXPӞF=g֒EW{ ],bA\hdëOVUJj1y3101g]J4 ~S]]14x]4OtA[9jخ;#o[:p]zjʠ_Ȗrj| ~õ1Qqk샯E|h >q'񢘩?I |VFeH'*703gR+PʺoKe8,J%fdU ;`Hð-&'*PB yv7oy~RP3ѡ 5$*E`Vr,3 V|7 v1$I] %vpy *D2L*+jm+n?6/(%B@M~XOmx 1Z ֗m\uA`+}qįKwsȺ2=ά[FQؘU!B~EXՔJ)~egqu ΖO,n;"*o \P/"-45rdɀ6+л WBXMg~o.o=ܰcg~ _b۠0ЦI% бws!G韩AsaOAWV>j[2WCMS tĜTˣo= T ̆nd >@8&"l(Ǚ5R-PB@]v$0tlmל:V<[ ^F NKNO-_ Z.xOxf mzozV=]tt-pSqdha T;o\ MXo0*+ kq~œ2WɱOÎ]ASB8J!m5g6q[{k nȎ%w/1S,qnv'1* vB}r@S(-7DmC~~$ yT"`wW!$Uvt5^>,;XQt2SѺtS9:^Ydt?`4[t#B#026߹Z#o=, hx=C aRBӣw B8@gTyr.0u Uk$߁В CC`ɍY !ԃ}j}l):A\!pd+LH$W`HC!ǃv`S?& "u(aqEGlۂVTqx:qTsAMgTfsIg1In/I?LQ)p|f:{އȍؙTx ϱ-$L-?#r_anjm:F 7Fa H./]HB# Qݶ 9JTAI D" 2d̊<,^-cIIE]-7avgBlNZL b+-ZW 2_~7c_QDQrF$0o$w @!† ?B_S3`BX4:On~$>VHX撷S Q'L3{j%cS sVb_#_Đ b藄a`ss*?C=bE4̼?H~I`d/D_'4ktrEyrseQU-aw|+pZ2܄@gOpU'bhWqLZJf =~ت@0߄'MHN$nvUlyd@a*כjY#>Z3L|\6 XyY}7nWXa8ȈFnX5  rF/.Izʍʳ쨡';鰈IN3~EmrW"BM@DEc9Yk&}n6!TmǏ'UȬ2˻na#[q3t@__F4O\*U\^mP!{W8mxdбեe 愈:6mۓ?tn>y q1WM 1ߪQcXu 81á ]9Q}N+0K@VcMxáSDA|> Gy[DXqZ*cVw)4#_ɏE "͆*GLN-xg=P?]_δٵcA\Pe]Z8`6=Ŗ8h#Sїb%A1]@mjhIfA[蛱Bz9?RcMUm{9N4e=vOCZ Pʷu(uC=QH}2],JD+F{3!P/vk[Ʉ7eA Chֱ\h_n2:hrE V!&9,"4=59HU ꆜIXI=ES|T@b6 cʖ2ng j>ЅR4:nrX6y6,*HN(D8ow)^h4HEs⫡l8hJ)Y$˕?/MAPS>cC#c M̑.XUB.xcAvUoz/o f)N/O"!`mQOӺQADeS p&sKiTה'/$eϨU\ႊ=g43_">r;yuv^pwDZ/\!}nt.풮+aoD5D6ԷG{b0a\IH\Ư8w,O>.Bå8~#qy JAH[[j3 #{Wa@6GB*gY*~vԟK12'/BPLu=]ꤰr|IQ~PDb }SBSKg`c4@IYX&oݟYcR%MϏ5W󿻥:SYBuy6X8U4rie D،"YꒈLеʸ/+b_ٹO gm!P`S^'?GhRh? @(7noQ ڬd0~*\lYe O eyDykn^?گrB{0<;?ʍf"m<6MVP(@]O6P)>HLbVzF1VfznQݽ2fk^(mK6 iڜTyE/^ dhË崡H[͌p "6_1!6V]-I zsE X0 aMBSn+Qx[dQ_ s6!E ߆M=Z Wʬ3Hht8 ܟ cћ&3rݥy!* k v˾0H<>R6+̛t7=Хͅ[!BGbNvXQ6z5 2 T#u {ߜɥ= S3O VTǂ4xJ ~m>]hO esGD'3a,,b7AϞe~|en2ԉo3HFJ2 @O鯦֚zİCD\X2v*y;gp~š>E͐Xp=*N bCOv xDBt6pj]۫IT3Sg++/d˘`ӕfXN(;XcX~/)6.IӂzLk8q=`X>ݛ7ʓncB]!oYݪRb^ X9[wjZE9%D(k.58 jw=-*Q̹i,F߁bmnYA,Z"nw2;DBXP(0;]kn8"8t/t!5(#WsML5nCrFu.0GjA!SC! `봩Wm͋%JWFSsF$:N@8@KTK _#2r^ܵ.R0|m2=duBرsu8 gքMTGI\'_ d6ŵ8pǣmo(5ڧRJfCT;R%)2' ӟq~YH Bkq_2[c30V4v3Go{[ORĪG"9ŒlĿ;#B/y6 ee<ҸvcdrhsѪ9ef.qna~JCd'UGy|< хn(ֿA$1)x5\ I$+ؖ;T0 1xTF.M{&2nfT eĎ`gnx>q }cSD[|.Je9ԳD@PiT3A5#%u:&v/&PܽtƐ;Ti?}N)flR5-?n+Cؔ\@FuIP;.yexNG9$_w?m}lN$?z e\Ń u,LR^t#|. 'ggga"B-e2zE };>/`5BX郔yǶ|~ A?ba/ e\ zaܑ3]>9b_*( h |g8p% +Ʌx)o:6z$Ж Y3\ճM;ya/m{>8VL~oMݪéT+ϷRrMќj]zkmnuK9?R;E5j((Gn 喛@ėC/4\DH{*IE3^琩))wLs?zfG6=L`U3' d;A0S20[y[sjB^L cyzB(a6=Bfϫ[vq,YdPy&D8?seħ,Lt""&^[~LXU}MI}?Q?\ ng/8!PQM c}6pAn09V@LpE_"VIA7a/PE^,gy7Ԅ=p ())YE|=] G Νz}T^ge[gM& 4GrY!#Np~[͏caẼC˛,漱R$(zQ {6WizZx2OkxUl}VUVڴ*rrx7Ȧ/0Be4\3۞aqowJ@KQ&!qM=jf/|< lF՞P]M ذɉܭڶ{OƠwޏ%V<Ǩd x+W`0_ӫ]kplDzZ3\Zd.;+Uwre7ON#[3LbȽTWzPKm!c0LK^XJ)&9,.qB((n䱴X>Sӭ'jBܿmvT&+JWvUIݪs4%gd/O"ףٲ`B6#8yn*JȦ(cՎ'26R,48$# ;r'$x7B؀B#ZmC_m-v HIOouCbl-K aSr؟vq4 PKK t߱9xylʴf:)49D"ՁjF}վ*GyA7]zj7{=5{%zz3̾g0udD(OB~S2Br#!p*`hHY׆V9ۋ|Q?Rg$|f?þl#Tc9|^,SLC @Z4-c2H3P w}Qԩi.݁Xar[&2fqˮ1VBG$7Ɣx+MQTK4Qڿ7/$Z&Țb8DSML7QŖ]Ŕ'i 93Qͯ%m^[oz%sY1X]I?팁;e: u(pۥOYae:֓:@~Yx͟s{g?X޻@-^ ]׷H.`M܈r3tne !J',-u0W/~n.(7a̶Pu9 0'?Kj8Ӿ֟l %^槰nդ4u D J|f3<jH1, 80P2*۶h1vk,lGiC^Q7KdAS [zL];DqueYE7,pkAN7_mJ28hŤhޯ͡Y|.{)ΘHZ _ UÓkGf̔Sjr?1rq6$XImGrMoLK7;&IV#Oj@meX3yB[:LHGHyS62ȸy}rq8o|bZ,bZQvD`kGJ=2{k박\.zW~ R!4%W $h6b~}_yڡ+\:]1 ٶ﹚Ku>|a%"A Km`#o$%蔍 `x47Sm]`N1=$*']%Q/.L ]67b](8ROjZNWi+@ڝW6;\AC<@lf}8VT )Yg_h39y뭏ӷ5eq])C۞w8NēA  ,iԝ u݉L_5Jg_| knmh,K9=UdM=`fʄ5Cԃp82kq ZKr a4-2kFΒ]144MB*JNJȝ5t$IEW5( Rw ~Ÿa5!1Nwji_Nō=5{gI5jzGJ9PYKT6JQFr:|덽yj~S^Xz+DU0z8fHj rAIXݛ6:ٓ/#t4[rd3e &)$E~RJ4LQPA1qUeu&m{oЭ6sˠZEu[gYT m) 2Cx0sf]e_sܽG+8Ir, H M\> 5&~l ߒ@`$}%pkJ돺_܀(ɓմVWH1n]$KNϘ5˖A{ O`ںղΰ/[Sң'mwP*pGɪ |:]3NwT]} (KB6ڛ:7ߚ<ªZS _+?m/ @0˴Z].##81F!*jn z=^T'}{[̷1S:}D~]-r>>VeqI~vOP%K4]3ދOݱA'EB@rŧF@R p{n_,c2Y9ktG xbrzdтLeVAq>?"L|ROgWE_E)sk@Kҁi+=k,|ɴԱF ~ ط NfM4?efH!Efw!Jq=zy,M/=\EMGX}, ЬqJϙ5΅pȒD!cSie~DD_eU"i|KYHSg.#FfSF=ϐ* vI>ߌaPƧu |DrtD|񰏀m_ɀv; Pf-̖ *T|rf;c*ьJ^Q欠z"^w!ZX9s7%4)=+Gծ=1af'e!W `+ +#e˞1ȉiS0M9(-ѯ>YW3--bx5%fs 7]VߵIMDRx6#'wCjBطM P|^,|ܸm#m^e~kP~bŵ<,͊Q`Me2(2(1O`X`h>/q/-ǀ0Hs"YHYQ0_ez:vVH?[oP8Ef(4!KV{^_~ k: MI# 7?\$VDW~ţL`.TK\{ Q^,ʯ CAz5!uۃ'c;-*Hg;%'@&3bW}FKhӫۡ~X3B4$m}4N 32L,ЫQqZS!7q?l7\L{WIr>[ A1=ǤL(0° lRIeviB$s:J{nwpC~U4a~|0CUȳq?ŨvRkĹN4cD >]q4g1:fk S4ǁK܃ϸ659bp }*jQ}i4y1نeh# >:ŹV&G=@waJNYϠ$.Lsγ$Z9B BuExr7m5t0AESan83> OF-^w}?C  vDf8s69z:GMKnB%^xpU sL1oϭt+O;'MaֈV1f ȗXIQ۠\*ћw믩 }">>/08U&y9ޤsezո&rؗ+Kq *e4tVf7 qHNO0.}e JgM"9sgԜ3.wnzxEXm11WPs Xd Ï,CHum"#*"Zc-ulXBÝ\ Y#ooh`({ʮ[`CMöwXl5 X^mGyq,BOH K,ÿsGR/f^<# țw 4)b|yY}īG 'wfSىfdƢs0kPZ˂C7n PcgϹl ͥ@OkIywQsXRozi޵/_`dJU CH⚴\hJT}NϊEm0G$;0n@vqXL/uֹZt*>5>r'i7_n:Kc~qhX|sk  +_$]gwgy4?rG5M[`>1.ݘ :ALlLW>h@@wu8cq*\=*+'.c7c31d@tV9[&s;t*yx71li6uI5̉dp(4WcoYz&ba[@q$&<Pƨ-EPJ28.5TI0wYX44 ݷЙQf X-e|md/zYuUVn PO#̀(҄#E}X 9` ̾Qp`jmi}kwGvG7kBupŜXƹLChBɋxYZ#>zNdeƑSd)ײ~t?H?})#;||ocXњa T*2 Qi>9o_ӧӢ( veAs솈{s3dBK[DB,)}E!J5 s/h /8eUVlFnΫ-Q"B$g|̤x}JO=kxJE'gʎX#KUBvHQ` L8J&W25@3e BhGBJ2MϴKU[Vvk(s-ޕ ];;m'.}8ב6 BW0';'Ci<ɡ =}q BGM6˿uk<0{BiS g884e37PHc)m̞RBy/&,Xm4@ }qFiEaR^gӰ9r0aq•yn_n/MNng JkE9@W7VX@2`݉ !(ᲭG욄_vB Wnjnsg0‚!g0(,z1%S.&T)׺/%4  _|ʸ> p7wއ3l^ibVB/DcԺfd 0PZtJ>j#|>Oz0uyӫuo/uL=ZR= uyw (_aLv]DLs0jVOjHGPѝj1?(A0Vg-~eB;וBǭE7cLC3wLS RLv>8/pIc?nŢj8z}&JO5S}P5eF)!76ڰ6\Z]8Rs;VnqP}> Z3쾽K !*sg|f#{o y.f d,ƕǟqJ21G:EsH E2%t~3Qg7Lwt EIR g P bp$Aei ԢŖҼymUoQ!2̍/K雳 #2L.UQ~z BTl6``s)7mx ߅rv'W Rj鏒 qw-1aexP_INI@G"{n!arJWKceCXF9 U!,̖(oU_S@ܛkhf2& ".__M,I%^yosfF375D|NX-l_\t ERBwwX Aܕ4lAO=P%J/Dl#'Ҷى<߻o-Y{j9i)S^P q+j^e78CD $M5|ϊn;40o^QYڮ݃*.5aTDʪ0eŷCk0\`DD.lſ)9&sza1I9'i2(g~wtX9isͭv ?UZ+|^ EzYw|qc FoԨS]b)\^ES{<|#sDBm xyhyZy0_ OC 6m+7Yhd5mgy˯fȦ\i'$e/wuʞD׫`WH08,kA3{\`׹V0#d+3B`RE>`D+4|wzܼL:nQ)~g.oCX} =j*^,_i "Q)9P]#^~ ,_Y0Jʔrf:cO^>ib?m9O׎։ $}<,|1pMa: ) JŶ(N$m]M2clxي.2Re" $k9LN**ꘜiAXহuqWTyE1wu cuc!J+5oTXU$%IdV<=ET nXgޭiFF -ui㎅Y:퇀 ZfJ]䇂v́C`Z +4atH0Mx]:5&7 fl"R._H_~/AF?w"Ѡzjf Y䕞ɧH\,0tg7,Ae _A`z[t=E{H9b ůw1Ӭ+At?tm2XEs'oo3MuĤ{wK!ilyсzEbC3tp[7+w_'u:9:qfOz8M{L=ޣF~f :a.,Fe!tVl@/e?=B^hoA/er&6nr"PQZvLZEmzH77?5"2=tWaȳD-_r;x1)x}D3 PuI=KE`_Ʈ'Pln@իTX瘞\ ׳*RЁw#usp?6hu thq1F}3';9_LSaMnN,fʖ>icWGGq03U 6Pt `ţ}5CZp5-8 82 B?)G [޷c쯨PCSsE-"XXP4T;RE{4[vx &y }c I h%Uu1)h|U|S2| 'J,HeIor v).cH׻?5Q-48MIVm' _=T A>182+ }VֺN7rb^uw,c/)?yr~Q"bes `a9RUJQkrUgWd']gm Fxqb͍bivspu0O0MdJ} ](1bZ a]2 ?+EŲnߊ_,N] ֵ$zq pOsn_jelӼU?B[ Hdilm?@,IO7* | 1"͖ QgN=E&{(y /6#%˛ BQSc wTpؠ?~oM`[C҆8#)ީZ*7f@%3vвP3NOI6mNE7Nݠ>rB* ؓh=|:HRB 5*cHc AwE^ ??FE:C ) Yx8/3y~>#^4{2e tؒl魖cŖ!2GHS?]©R^pbk%,2I?J5=Hc)A~ :;(l?wem> z5$]D~F&AભJ݆ϗaA'Hy J& gBEՃNVJ%W'dz:ᄏ!W 3U0I)N^ ϟj%i\Q' Α 5[y9 VYYE3e.E:G+E"BdX-*0QEzI9E_}kw\rLz$p痒(3XjBچD4o%'N#vcaL(/U:c6p!T+ SuNOi2"xA`,gfYyO~G5X B|"w̅Cs:fu+6Em@&J \"UɟHer֪WB#gccTI^6Sppe5vkk0ǜĎ4h`?{jȣu ~'Gѕ{@6Q(Zb9.1 $<"@u)!2s#=&0^ oa}d9BucNiù BV]ɋ HKW;]ǜЦ쭑&)&6eؚ!E_,<Ƹ}LB*m(bbFyĽ%qj>l߭wb? US(xٱC|AWyh4=|{o4ppUVVt9{e>`qTXH9|%&!?5mJ8Oz@qlԗ8M;5sꌇA. Cȶ GRF/e Q0 i(]66u3hK^FHSD lj+NoeI*$/?3n\ze+ LRy"\Σr(0u9jd[4 7 Hǡ;jIj;%p*"\]#9tm]/Pӧ,Prw){ }?FWQUtȕۯ+[`Z%!MKf)@6x;R1_Cy y1 <J/!Kn1E8Zo.6wA n (Ño2w_w3}6m̴%lmXvjI ܪ.4'#FRГ|;sQ! GɻQJI#kV=;{rMAU2,oOɟ2Q}û6P(qٌ%X:Vڊ<:SIc^9[ ]B:P9FHXPppN? ]_Jyx&N1BK1]&nϨa3BB*1%DQ;L,u+v+8TANg?KDsIԜ%,(kYq[2͘TleqC*NPgAQw%&ՒI D &>bί,1Y\T8?DQ؄<,Th ~Vu5CZ\I%^ч*#y]zzA7^1j;3)'9Dicm91Md=HEu^\A<,Fr)tY5QF{ IɊ-Q&8HNsB/I^n@JNa*EpSsh6!44ZNioT=ܼ f$^GhytlbQǃ#0;LKbNBLش8:ݴ{:;W?p~mwQemCЛ }w;y-d3̱²u8~P.%hȸ昺IvD!~| G c!n] j]x;[lDkxRN[3o Ms#I. naCr` ", .Z%.4UQ[cZ I"9u]dsGlN<2f ,z2@'ͅYS98Yc/dK? MNR>01jjث;$QF@Ib_.G c[:cJc֜F^|Ãv~\FgC- _PX_M,^ow_;ֽ֠$ƨZLr?eZKB?JIoHq-|ގȓ?]UxeΘV iѤҡOC,Y]

8z~G` +[̎w0af`+@s&XD:1&S\B|m+=ɰ+Zbxxqr! e@^k.nKQI|`=Ы/Ѧ ^GX.lĖ-uFpi@[uHlg6W=`U{O )6@Pe=]`k%*.d*ϠJTKDܷJo׀p?~DX6E^l FWشɉ4+DG*a #:f'LwPG 9Gp0Hî;uC ӂҾ=4\k"7H-(xCzP} S4֔x $ X.%=>R+Zגd)eC/46A%>o2i\]t|LS1إL_"ߤj+ gW8վ8ꎠ'} á"ӟ w\W3<;ṢlR 3eA7T]Mh__XKOOpDuيyg]cGgn[`P>odXCQP6䭍0Ex9!a.5I[/3),YGudzq/ *>g(".΃=UAR#%}b/qL`6脐ûV"JjZ웘L#F9_$ =R_fptk}ih 6<67z<kTZ5*$C~|UIv _1.ĨpT@Kktь$ƳQ$KO$c4$&(U{TؖqrZTGRON5j36I,v|[-gf@wSIq&\o*^I &EҾ)Bip]nh!>';:vB;HDk)Li3OBG%k|<&-Erz{f|,Jxu@44*7B#GDXƹqN=иHQ `|:̗{6.'j6Zus?!dL|XhLX~e, ot e]5h!!Bυj $l:[wbQe ȶ!,SujR[JlwffD`G0 $}`QLssJIwĒ&Q ܬCbZ{s't|L1(* Kpx8ץ*VD}L C7hԥSu3l^7iypCGr=P۫ԃ{\7kҶ:b#*zVfSC:|8z۫vsKF2N# iG jOBGn^4v+‹AL.\ BqA\>aJlL[֘j;C>̨i*c\BNv)z1,y /Q"ȲjZed.S*9<1M"Je ;k-tv&ϢjVf |lH)R*ɋoZ6ȖW.{-'cP%i{ez.Z_#?Au\E/%)ȬՕ&MWZPj:qkFv'"tL5t/8LEi{\z˛2 ,X5 (y*l\G,V`|o\LH$Y_xoX(7DQ.%S10rg{'&ZS#vdM|uH:ʏ"*<ÿzm#:s'yLU\FGAgV.ezSgN,Ϧٗ]Ws~[k>.(?Wj"y]*I$S#:m7ݭ we=79э4:aceڼX' bSS)r4؝|D}w~n& 4.7¤ !IIw\61.`ZmэVNl䞏-EVq?j]%~[oz lJ#A/(ǧQ?5+_x6~oǹv0Ғ炆I(RիؿB3f)U@T\, O-7Ƴ ~҉8c6.yOPsgZCL<v|# ;$|r4j| lg> }@9` _ŕCUQlEHQMFKNX %VbҢJX+p2ܤ/VL'PC޺+p[v,1&L٥@S8msݙcc ^Dyb.'@}P=sda}/HJH{]e#M kI#k8A)wpr|sݼ]ߕ 2`;\m]l_&y2)ª`@Ҏ~g}JWIlD/+3XtG(xE2>QDeKZOa+M$ ȓy./vHXGp 6B vݧhYO>\oRhYX򝡞8j>NaO{ra?oHĉQ;2-b⣧S"_56*JjWdžSǨ %4 (iq_6qVxA=alN$TjNlœg͊K&q*]Cpqu®.bbѹiOUf~Tdrŕvfޛv)6d#ODzI8rQ&P*nݕ{V#p m[_ Onf/9YFQgp7S[0[t qruѷ;|"WPή) -'т%H:MM5cwT>:aNK*6لXP,"m;,ϒRȟ jٲ ϵ.U4`I|.lx#Fl8֦gt fhb^nfINSH~NQ⓭ićqzR9O_y/AX58C،gI1VC]GӛwKF>/gimY+cFf^!,ҙLbU܋S8ŭ$| R_BvA~ԫͳ:ޤ/ *QxTK4a`Slxh|{k>Mw@ -*.%Gy#֯oBU:a#dWd%6jO:P&Ajq:OLB˟HB<-?'zTCNJn׼5:Vpu'^mIJrGds'OBVÉ(GI,*a;kZR=x$${h8 -Y2rA!}~=ӯ`i:ߛ+2҈ (h"( =X' 7Sfb$}@P@7H@A}цIBՕ}fu2frrY i? f_~7B0 29&ӟc7[c2xu6@5GkypBn"Ӷ^RoNTo$b_UJZ\$?'a/񭷗p^x$krGqC<䢝+M 0YE7|_;HbOT5~(]hte%Q̀ĤܛFБ7ΣIk Jw!0 jD)J9MQDGgo%/#LJHHIOxp݊cJzc9LW86"[)7.D8Jw :7èY1>7T l+)I͵珻ij9EPOi./P<ٽZ$NcB7>=r`8W#҈~E:gvՁU`E2S&l15S7:wJp;%".3X:VbK*_rW=uSjo=sex!1C)Pc +:Ӿ* !*5C]_?i SRl~b/HAK; dzGqvNW*o$I=>- ؇R}V&gs=?fjKiC})Lj,fǁ&^ΐĸX.# g =0[P#AqZFf9 N;NS26 !;w^}Q: ,}+hlG}A'T_U It"l>(rSvPO2LF=8CQ|uLÄ&1rfҵ;V9 g*@PDoKVF]A7?[p8[j/Ʋͫb,)- n "ebwH@_ ʋb&g:߂}tYpsS| "pN}ō( ȐxYڑ$uV#YBn)\h=3 Wtri`Ĭ~5^&DE v%dY>3c~@k@]3! 1rjЊylv^}և,3y 4N}'h1bxoOW)[t&phlc\IM&gQ@j;ͥeʿD|Y!<,%{A{M}WSF[Dϲ U:tux$h]>svP7nM2u}<243=L8!2GOxc*0m_B]A"={̚QfX!K#}U3s0ko1YTײs ΘA"wW&(;vHthW)Hyb𾹟k 2(8_7TyS~3aL. $o@ ,:Nc b[o 9w?$[pY` fLUn>vI,o K%vjҾgZB(Wtbey>+ V{`R*c5™䓅| 1ܵ+87$le+O $7_iJQ)~H^y PHJ8Kt3Řs_ۊ|^i\z1E{.vByʬ#l?bnA&Uduy$ F^b6T|GeM' `ɅZp-XBǬQ}peQ:Q8~?ѹpw㝺"! y(Q #=xAo~>g`Uu#9-vt+%M!(T$,IzBohGpp+;MO +|L0'D10l#ݚlѤʰ+@:BztG9H)L9G>=[U9?d\S;'I:Muo{#WBV)l2<@cT +-t<@l6GD`^lh τmaTt8.E./2?uZ?arL}PUA?q_&zgyV)fjkN')gNׅOhJn8 JƓ7b\8rq˧aC{JrLTQ=dž-ټF+GI%Ҡެ?8r6Hj.=m =8LMyq̑dtT;+SaW'|2: oq)2XM-&K[\}W̴/Zp]30[/$r5El"qgM9*J?r8kP٪ռtPowwܟ6̽q?Q)(-X/{FtZ̫dF^7& gzrY^_6>C:(R\'hqhM{Q8stuarZo-h)ZsDMxE[?Y-MP_oVx'd!R o!z?cP )B+☩8]}0 $09e;\t\2Y iŞD1>8g u`0mtDtT%c_ң.-na.},G{^̚9^-9)vdBJ@+b2;?-9Mʈ!!&}6:XO"?oI86XBVFBBPX6f_xi67&MOPT unж'AELp.\վعl:cV5 kH` !YN`ϐ><PTυHҶnAg8Tj4Ibʃ(*a:)k$Em U `ӑ.AX;?/xS ^4L B߳T*>BLϭ$dSRԈD]R:W1C: $VhMh08MG_SP瑄hn2`BS4dTsP$=j&ݎ8cjlT]N1xvlU΋S͸h(-NU eM;ZZCNv`ֽ;lYEQTve& t@zι] iJKNږJMk@ 7fЇ9XnMM]eYjJKP ˥W︍h|f5T]vNA{&Q9 G]a\b|?i',ǀV>KN Ú9)_t?f 9}H%L~7f[m8`9ڗ!?FP݄uTx0 Hǰ_Npi| dH `K+ZZMa8ߧFtXw]ሥgj ȿL$}U8 u_W1kSR=YI'1^v-/?#s|g%144cEcrTltM1|~fi+魯,ON/Lx1#MHs\wd.|t7GpʷSGo\)SxfH)Y}M`Ǻǔ/0(7k|F}s!>Ͷ4u TtÉhՏ_mMDOaXhC^([q|]ImqAV5l4uH5ڶM:!/}y!ؙSi9롪dl #ۜz1BcHka&?; 2*[w 0$㺸\(0rrL!Vds'sz>< VK,L 7esrYc1KL]Tza[rĐ%I@oH$$cSb It-uLXN/dfdd97mlϥ[N4zôSAm2zcݑbhL%G-+Tj5E_A^@b-*>K%\h|h Ӹ]2i^Dag-pfJ^Qh%_6qoTGPAvtvaz9)lzԝ2tV E6J[[Kj诵۝,P9[,s+H̤zB%w U̬7eD6Fܐ넰Vm 9jE#ه}юuj@@#Q0T9Q˃^y70$b-%D^q~rt[LM6"UIFͿSSݭ̛2D>0@Wuw$&PG򆳌 N*VJB.7ҍ7:BtuE%ː}hg@ }4k:4O_She:FB.1"e(E2rGXy-ld<m ɯzYp~ tx!:Ⱥ"*ҏEq~U2~/fT |g}?׾SrGߩK/8Tň*4w\n Ř(+n7D y m}ۉ2q}.:۷Y^t'6Xr6sIȣ h5e|`H vܤz| [cA3p.]aͫT=tjD6zQꉌǓ:) N']mƮ4`!j;!4;c\0Hl Qd{= ~ RDl0K^B"H2P5e.u莏_NI4{f*Խ!,JgYbAizOx'ƁL+c?=pf[t}=PJ0PIt+If׹`|]I @K:M<L\2--~R!xC+eQdWh#J63M[ Djq#Ak5"Io_$_<j(ކKއY8yNqgoGvqÞ_TC/.Hpj`?PQU4|ON/KO/ qG3mDvQO  Iw!FUF Qɇuq3J'PGe7OahXRz +Ż jcs\<Qtۍ:(a'D3G+R~d3a}Bԧ9=0V;XdJKْ>V)1UW7&", o6P孳 R[EL6C;srz!Ƅ j~"/oEދWb:i:URP،y2*7MFV~Bb= Jh@ ^[`^ Uq-5^&̓K%,9/BΆSzʂ^Io{Pc_,svt[ȁ "Esd2s8ʠ1RmEfJ>?E}Y җ49^hpQ;J[vc҅w%@b&I'QEӔv,~tp7VJC0@41~d]]C048>8pQoVأ'qN[9^qZfgs!e|;\m ZlNxf7 d7JD 7Ѥ.ܿT<%tmC.b rSL|F?UlTwL@XwAlcT@ WZꄆF$[cU#B%o(}pE9͸ zgVZYV^`s*).۹~͓q;Ln jL&#h0EMU{,U hГ$uKE<;ѼBא5nZ M̼ #L8cJ8^K顜Je@ j7^H8 *3x= x\: .1"紌a؂v7/F#xݹӕYg}_k/o]`Pj&(J5M1b` d_娹atEG=rovI(yy=c?JZؗ 4@jɕpx6H1C}C3Sbj-ђ)B2 u緃Uh݇ؑZ򟺀 K;ߦ"*S „StO6{ՙX>fOBF #J w :1goƟCmXd]ׁSj-6_ ;UU (t8填p*<5]0ՠ(M2h*' 3O]qhxJSw # wkE'mBt]®(]c_T)()orp-/'%0"qa%;ɫ⊖{8k-ߜW%H B9n3Vip= 9 eZX$b7N ")mtiN=? Xֆ,3fיfK_J ,Ttˉb zo6+Z%!2Jt VnF};,'ӤR=%?N!B+cr[q7^ҏ%SDoVlچm?J Eܿ&,14 J|,R]U\! p,f6aK;xln3=ijƈF].{;X]V/\T?3uⱨl-wpcJm_EYQ(s ϼ eǷX#ri2(_KQjȦA@)nĎ-(',O2kS m**$ N y鲉N$Nh}r+oZ҇ swS>~ ',qA)@iP/`q=eGqkt' [vhOI)fǒYN{W@P^M㖉q<, a4:Pwc/ _Pi ƫLRk`iԧ-Kx dw_ O^ݨx^amX?g+3bJ M/S*2cXvD0lVtjWlԚ.E(Q^)R=V(ǩ6Z1jALѭb8wטI_Q.1S/9 է(Fp4(ICH.a NU@O37#`{$A#O՜0זM52NۛdU㖐l_wF*i<Y(☣yen/ 0ݕU2Jb.2 U?*B:w*#"q-6ܒ QW|9fZSz(,r@`pcl?x :,CTDIlcrHFU@EВM˂18i=ד Q'`望tGpɚY#+ #_y=jͯRs*ʠ}ُ'؎;$1(JUZuGf3\ 6N=N3a/9=~=s4ǁ1%c9 CʃmbB*-.9C7?R6#='UtJ 340 9%%=uf7 ~68 f۩0P.K>!ZN; ެZ&hwU.?~FF Qz˲Ƒ GC?1N!/i+&J;<01p \-^#}ڻ(㦒 XA0-Leqml\AjxZZ.LQ0Cg0-c@fؚYJSGtq3Lo`fAMea=WY+!#RCJM5[WQϷ2-)E-sن\"?)]L$ 0"5Ηim5yeGHbnTZ?xEt&sPҰ05]8@љq5{~/0>.LNؔ"'\>v O%j gx^lJGt%+&0{VA;G,K ֒;˕;HHDW/V!5%|d@s{m0{:`,ҷ(dw+;Mʓ/u+.|>6~r1@%nREO*)njCKqGۂgI`+:o:r+;dꮢ,h_d/hu>ٷAYmHfV׌ Ǎ|Ҁ57uұ=]7wAAcC=$,x t3<07js\šɂD.Q; 8f& f"9´s&Maī@ȲE9YT.x 튩M "^E$m$صzMS-rWdl ZfJZH H< jS9:Z`jhI/R'~O7[ %Gjx!2EV JiUe6o8'˔tD=BDӴP2yڇ"7|8~b|*9(e14<$"' uT309vꦔ蘷D.`8^X1\"~L1j*u:y QSv((>sar/>ֽèc$Xd]>?|ʠj:djd{6_`Ai2ː|TXCYW-ŸAF̸-0))de 3TIkrQNdyBE_ :E|5Aۂ^D+6ԍʐ8y+Sѩۭ5+f>JAUqAIت ڴ?\TS1wt`a_6#1LVA1Sr K a*4Kǁt޲Oޓ\6! Ui+?o(P_ s^ ЖrSgBEXazPׯٲ62s&>FpQ ϕ1dGL=۶v< g|sGt*j^Y$wg߾: Y~uڶuw2ڐ4۩fĴg̥P˝X>k Mp8 zf)W26 ySf#:v'1 *AT'iE*F/v&UQ߶^{`Zc-~Ǩ),"|IHҫ!!x<43dO.Y, G-4sc_KƼKǽ5)(~~uX\5b*Zupۙ,ؚs淰d״3tj"(nl%/~nI&{E%n];%zf\t8Lq\8Osk .|Gfbb10<a'@41kLZ d L^Q%Pi :2{ mI֝._{nr*`Q>ٸJz6]pJvS|jvdJO<qQhcLH@Q(c%qti0 =9N y_EQOdujw"Ξ.$ {{վ~Ab# h38V.K1,u]J_ |t gkˏF3ޚ m*$?_ ]lm/?=;IaMmaa λOC\ZtqlB HL$ 1ݲvU)GYѦ9TEu lfnP⍾X]lmgVur|c7u|)Ӌ?sCdޡ)}l#U Bܝxggf0:+ 9&;1i>jIm.R"eS@n$0t|֚bk?6 3"h)msnw4I}77h+rª!7(]18%/r6v/Q Z^7La $lć;%[/m%k8܃YLOmrk\=BR@=w>HrKwid ㉿mWu$ѕcAGƲ@1 y؂y ft9;QHǫ{R3Y YAnGĪfWaYЖE0^Ch%q[<?(* 6!Q7&Q* lE}/*gF@os #./X6ͦR}܇k䛥i齏MLK0yr`K~{&^t'8aFPA!vQޒ('1s3q<=ߠw=N~`Qh4pV^Hjbf0O>x4Y!MĕF#e'煴$a$bnZ]b{=ʼe)5.c+aX,pDl qM =yӂh虜BA~eb0ڄKeHI%%<=YZ[AӇOp !0n59T`.>ЦݡhaEs BaZa;pyՖoz|A4{`Q@ AXh`f8*yBkmSݍN*B/Y4b-#dm.xjNqL`z78H <4m}ǻ(LH ­v)",ykZ 'A 74,Cvu5Fo@|IOM$NO]MY @rQ.`qvՐ^ѓ!-L})'wcd0 $~!r!,DVjr!*S%/?ɥi+p/oQ6~\s7~ߤ~|mK_,EIUT%E_D3`uk(:=mTm` /[7 mh8Z΁G%:,scittn+wGC:'9NsTJg ~j(GDG(ۣ(]lCE"n,_ׇC B'ϛUpPKa>ې7Ga ;6Y{iE#4+9.Kt +w>9X:Z4w0ۘ~ V4e Nfrl4Un Yan,'[lx Ԡi}Pڔy[iMY6RVd Kny[Ep XAFd_? r[ b}b[gF:ga%W;;eZl$6hыB0q_FAAm'x=r'E?T`he۟c4XjũMg ֳ >\>y-ֳC{ sRyBHڍC%ZYN:2;#]$1=$)a>|:,;j`MziH;AQ\ڰ35G+F@,u, (H/NxB6zи%)(KyҤ驏T* 1櫥fHeĒFṃ%Xc:tBYg4̀C{Ri0XkY2ف5C)oj[#Et(FGm#< EWf# BnN>fU<-WXT_FCo2à=]i>s & m>Ia8i%2PpgR1=tEA;gJ̉dD]?G a*TK1-ll6_BfUC|{S _]`m*A E+b9Qo}ӿar+)/^a>bhZw&жfV"X>8;X>㺣6kU͔'Fm?\¨#P`d=QFCw @jk1$>=YaҙY5Q (ڎg );EiXFX$һ,X*,pD|ԋ ʴ -A Iۣh d^?FfrԿsxC E(Wk0I± : 朘LsRz\H% J*|erPғ_` eۻ]VOdlM'ZeRTKAǗoSI).W =vi#[qcD_P( }8.`: ܭB0^wsh5 #N86ګJ"3`9I_nUG3\.ƽ6/iY(1^z?'x5"nB) @a:Λ\F;W*yamsBdjT20[;ю—oU$#+ne(Y[ [U`R>xDe3 MܣrarA#z.ʛ$ye1|Thܨ37< Ouf8 U@ #l%b u3@ ͗Ϲַ.*;H>̌6&yTN%blayIwx*wlGaO_YD.8(xDmNM1_Ԓa =b6-$nj+nn…~^6Xl?R*_ÇMܠ l!&t1yy3ˍCS){s_o0wa;m2pUހjs=OJteꦍB.˃_CЦ ,bA ;XCi-ݬP;u=:6a9 믱0U>!~žXFԎnd(^&#/K.Q2<nw瘦 #[ [wHKX8*_]5BO~E?`#2`@H7S&b(m i0tca8b7 4QsInopd=srA+A_e5?s⺴6ҿF;TW_&rT0vz5!UXJг> .Iƪ+?r3>j M4w0̋ޚma i`wbM U#v FqG`יmWXof*Bw1My0>-T~`A "ugC霚 ڏ&hpTq?d #\3lvTVU[%hY;f^i Y;>gfd/t(7=%0%G}umS(~#P"}n-G~  av)J˗n3;VkI/F~ 0MVSFD«Ny0X`[Ush′!l){'Vй0&b)U"ML q}zU16[LErmKԍn]B1=[ Ypٵɧ뛆vPVC+6>&%kdey܎7[*5uZ?e%,)0\Np?j 8t6ݟp *jƞsC-?0z90>Rt9:xo|RJ[vDIjLBP-I\J>?Q"ʝ6: niYT[;7i8PZr ΗZޣizA֑s3IeA>|]/tcY ç0@< (Vd.o"X(㽠{4OT>_Fbj¢|rwJ90HH"HΚ="wHQY^^SALAUn8G*D9k*IܲPwIF&iF20R5`|7\Teɢ Y2xn{Hy 'RlаuFl>&V!VRh f9uA|<%jDD_< ?(zw[Nxf\-ᤝpmUyn4w#-yq?Nɪ^agÒBw5 1]!ɬC\шɍSBā͇E-B =$L@G*!eN aiNAGSnbwr;>3.1KbjSVn Aб8=S6`O nܵ;. W,5]+*;y pA=0Dϲ'n5GaՖok뮇Df#`*{F2Gdc^xtr3Ap $U5s [_+;BDwnS@I}4 ㊬ͥZIM~{Nbn}?2W٥08w#ݛ=aɭ.(tn:vT5&W9Ljp9/ "T~ndYF? NzaÆq 3:t,]F0^vqydXst<:ّU~UhՆҰoL+h;w%`^_%} tCdAW(] (0U2$z)i7G[JwC _oR]Kf3I؋UUy)dBCgƫ,Be1exK,`;r\s`tJ){V]D|eE%PeȮ7).0$RbÄ{YV{ǟ0%PsDmO#R ?wbM:vO'Y@-N?$qdj&|a'kq+էz3v7OkFd ܑ(y?Axfh_ oiw"QsvVgjC5[?:ehI _xIh$d*@uСiS{B^ȨPpU!@sc' yTʍJ.aiI=PJQ'2Rስ8Upz/ k ?R>[ bB;'Xۯ* lĮEw"kk=u;J`~ TݷFLb獒֩25~k6Z&/VB*Hҡ+f?3S6 oq0rF#E\+A撌&Im8l ߥ$xu ZhXPT:Kgג]G~ 7ɦjkK<Zm)s0Kj޵HŦx"Js'fI"8iHmlKBj@Fn}g60 WGu:` \J&b } _Cglmme U_sw ID`3-8~~D v.W ~Lx a0^t@ԷX p}Eq[Lx q{0V-ū?pMSc&}襛.ȇcLc2UωZA//oݲw#sg'4cd8<۵3c8(䎮DI(B՗% 5]J)xZ⌨݌\v}'ljck4h jW@#IM8nN>HBBݝif F _8'K0ς{TlioMVJaM'D#ª~;β Ş4 Zi ӫf`R xzFQJX5LeK'vAڈKq35TI ^>[>D%Z%??ϩM۲p}kF= 4[?lI_͒(jwM,N@v]gD㸆l}PdxTHsA3e:p(&ZZTwHo|Xp'4°|d@^=*mG p_]F_qe4AHl_hI 0xk(}1lD(^S-M$XOFZL`!iJ < |&MHG=;Gr~I5A:ς0O ͤ(X|q@'0IK˓Ny(WOP:D8rD#o'y⟆ !AЪrͲ?_A<'voIWLXr H`ԩ>yZq߻BKHΚ[*{  .я~B;˰=dThNUBAR@VAI#N#И`Sً:;]C@TڐgٛK$ا8‡Z822g y4r ve Cm*ŧAbuaM>#'@Ԯ8gkBz졒)YDsB/ $ARˎ1f(Rqӓ] 8K"]>?@!%,1TKn~`ˎK}#eѮ2&a/ʱg1!vV\4g/PC ;yp6<#9^-Q5NU2&+up2&eeK=B$'l$rb bj[x.eW<ȸ禳4\pMc468 dA$Ռ@R9=((b1]i é<"5Z,3WgUBi '.":y B[Jw<ّDQb~m+?XnįYs2K(JU%IhSC@o#AyG惵&, <^0fW2- tc;`;_/:DxPT]z{*}uݜ- " :(P?_pwKjNi̊n{`r ʐ z?W7,ON8zy5+O@~׻}CI]'&z,, m u4#ِf]sJB-*9چt7~lC R]w;6up5qZ opRu_Yu{Rq`<΄tߧ+B) #B&#IgƒZ t_ \Eg2&e- ~aθ@aǞYABcDQt2@×D wa#EfS>gcX633;+G/ɂU{uܻ8UaįL&Bm9)snMGtK<,Vt4?n?)R'æ1s'yxw e9 j:()㷾 lR6))ɵiu _#(%*f[K.1 6Mk)m`@ %"W-|64jx6`u8@ޯf:]$*AʧؼV{A9 R:aGZu$[$&+ce@9kaaY y~,樶d3"?THꮥ**5iQ΃V )"FAX q_|Q'3Dm{R >XAD#Cиz]J`7|Njgd@=J\t,lՖuőL=au)ݏޥ.Vojɡ95ڟI<j_o$|j>_ a&E~%I4 HZ̘_z C2 ^ӭ~&'&}b,D|OpM[gQ(AlUsLGL[zO!$Û"Wgj9{fX*@f5v9:kƍc坪!u@x"'WyeoL+隠y?60K–PF z{<-n׾ ZUelY^@>v%{.bf盉gdRm;pL} {*v sd7/`$^pZ9`5zmfd-=Dd8\y^A+5mEVB>d{k)$<&I=][(-q(scNkֵl dPO&^z eOoke{.֛Kx+-Ѭ23Su`ߓH: cV߹n&턷*LalR 9aD PGY9:Ig17 MZu1\s>$QmX`r&879ϴ>O5|Wʯ| wNn j^FIYo4?-Eh+]N fESW8@|ω7CR"РaF} RietzDT -;%۝%b@|3[$txdz$}( r&-:TL0/j{"e=KVc(%j쨸%y!]=/qf8;Sl5>aCFSY OgPTi=yI3ޱN~P)q  J@84[G)|Džy=t%Qzy42hYKuH[X̉#Z Nd(^^H"B֗ӧW,zmY{`=ϸ<|4UEbg!oˆM}*ܲ4LJ1_fukSAuW١i(+:,Eq`Il0AM hpܠ̛bsZ ;/٨]q`f֡=3xʬ~z._Ԋp.72Rd4J 㟞{ecAj3ȃ*UYGMZ1ӋC+kH 0Bn$}?߆kDfhCWr׫ b0:bd߂b0ǾeLp3'k Q#īxP!ZCAs!X" I$| "Iʹ>|FHpx*(E& zdI$9e@LY(Jb>sy-B* &*s*ސ_B'ۣ>,ßUu8ҋ[u0PO.rޭTv Hz|Syj8L"R!OV&.Y۔[kϼr'8DpNLFjYoi׸!V~6 8A7X*4\WID}uO/u2 ;^Q3qn^ JFLt!C,'~ oux Rs0"61oXǩ0|@[I*_xV!~jt|F[8%مZWrPxׁWI#{BS_x'W(~(ƸRD ׇY'@i;ѐYJ88a8YW^Զ~#滴q<]]*'C, tL9ܻ^$ߘ~¬_Eey~Ȫ ȃE Y#A7E6I^Ǎ8M 5J1NN Tel޸%ZPEpyWF]: Q@Fܜe.zo>,J܀,+b\m{)VyVŊ/uT%j={w5R'8$pOL}JfCC遷k*!'e;&-ߣ^{?6U=+7UHNpU;%WzðnkyYѭv_2AH֖4[GPU׀mچzXb~eU_z[Ι2n;*dH- i]nCH9y}{kKӻBr}f׶hLLP ǹzqʦ Z8t?4dK6P.9@#DM)`hDgO-:0Y}٧,@hB2 q$K⬕!gWc]wmv3AS&ɻыbMWuPg`w^(& ›_# yKA!7zM-r1 P !r(Ċ"3P*)+A^L -)sA2 "stMa(eC|1]MtK 5z|v2.'ٱD6xZ1"|P7Ih+@cA`,~ mb "`M}S.ͼ1+댞 CMXi Eq׻jVLQ_[Ÿդ}c8 k4;\v^itwO F)a' #/ gȝT,z= J֠-sNXvX_jd`OQPϙ];rvߩTj0&ͦ9noT`Pٹ(B/y06AŒjL[{)OS`;62Ԅ)*Fۈ?=4GeߗzVZLOV0wcKC^3.lB"wD$<YJ.G̩W}}qܷ&tM6 KW(k@ޚboSsd`˟S#_8=]}b gZ ժW dՕ@ԢgD{I =?9'[_`/./;aXtc<Ŷ0ze&jߝz"F DnqOIчgw .QQceG"n7ҲbRkxG"<ခ~+Lc;M=P(N،[ߒ [G֞]*Zb+" !Ia 81Llh BKnc؃rq;v'wZ q\-r|#jv;(FG..^s-HsMq bA TsÇA<6 mbǰR'F61!`RޞeܦEW K@va,c@T!,DES$dMsDҶG?n !c I5[%aG-Q]j#3GZJ֗ʬNcrWϑ,x<'Y; |4ptzG\@!9y gHJT5bAVš3%ЖXL,UH?Czi'BZ} \>nkayz`i2]p;4Zϫv"|0g|P׺fjuT"5ƚ"r]jCs#1%e[@vgݽFj᫏#OiVg}yJXL3XӈBv&Ik1i8ǒJ*M~!ϣSe;4|I7,R”c(p-Ptk\ж$``fIcTowb""|i m0bcܻf눟:܏ ];rUJkrN"T]*nHu켱] l {DeXw9Najɑtb~*ay뷊~)1zaΤ}]HqFkaXVdEՒa4w7N!0#Q[XjĽm,m*ѝmg KvzZ A֚u6jmD T4n%.|q`:&k\ɳiĘB ɂp8Aa%qK39J"M/) $V*y;F-` k ӣ{Rp5o#utGA#f`D.`d,J(\',@1@x$>1Mf я(m27o!RtObѴ>rryLǃ|@MF7/5%o#-iG9\  tz;ހF3,P,ڙ:cS ĨQ,WAKpsu,VB 2/Q&}Ƞn C@yaۦPc`uG.dԏ6N;CbKBfvFZ-_Ytj}xoOpE*:†M9%_f|`X$ƞڡPˤDutNm,syz:o^v_P ve?±f>6MZIO:+A5RaiExEG =BH[U1ꔚͽ! J&w@>.5b%1Utwhus"imb6fu5ߋ(eOm8 $3V},"񋴽*-v] kn q\`+h ?W&ŘynZMhtyŊk˪+Ró#ؕ&ޯGg0Mi,. eWu1 N0m4f늕Wm:*a\à[#V]uK,?Sg^z# N`zR3d*>]rbmK}|I~֚e^Z9 ?}B_!͙OƓ>BcTA9 $PzBԗB6>_wd'$m Hk}J SUMI;3R3J2I s I ;-p VʧKqP&Z?XځW}s֋?e%ˬ^;N[zxgj_anHlPn3r(ط`DŨ 59_\*^JF}w)hmhYO-'$LѾdC#"wbYQz'o;!1c3cl=^ $h0hmL@XHGΙٰs# u]5hC`.E, Vv":T|Oy-5c&sH24qìa.6{g}(CFKUt3Scʡzfa ႌ^Ҩh@{=A(7W/%yx횴!aŢ^p cFIm*tN| Eaz~BItۖɿ^Y$(MQ^S4A x*`mr?R(Jt">wӎG7r ОtDvֹgqj1GaS;c]?bm}rR' $Q=h\ D.9sS:+[yAjG ڡԖHILl"/(+P/>x^$Pl)U L.URh# h ԉӯ38j8[0VmΜhxT~> Z,VvWI&Yht} ERH{h a͏$.?u<&|Z @>:)o}ٴ} Zlո攛cOV[27n$;$WSފ]?؄><&F@*ڝ[ {;u}K+5S  ~%%bU D3ŅB1R4~tDݟqsgzG/ a7h kJ>j9kFBi&p0f> lb7_Z ̌5 z:7 N;ﺺTV!@DHFB) #y#iXu6O.'JPy:jNcX"5gUOF\A\Inw (ir%Q%ѾhĒ =BlڙBMx(8ZdEaWmnRZi˸NэaY3lJŽpZF:^eWQ |~{&bA;)rNV;ʦ`Lnf"R7K<2,KSP8C(_>~IL-r^:JFkHX jg T,ZwoMU%zhfz_9bEvyeZ||LwaDGUi_'RHfa41rWWb':Tݿ$dc,B֍ 2n򰌼t( φh}~}醏\Dd|{3(I|K5kv۪YSԍ*6ǹ@|oRJxb PZbĵKa⑐jnuюM*wq 3uzeWwhp;>_ ~Qp⟾qž@ 2u+5L|LvƈC|su9d:i4>c.ZO1?KkDz7`2 t)脕w-t+U~Oѡ-h+;ZTr‚Y,Xu(]?#=Yk%#XP|U'Ip;KX/ELezO~ĭlXVM zN{c{yE"=7s=94' %GjrgZp.t\W,$-d+АNjp7xPg@,,| ЯMCuY^Z8qesH)Q^GҊ"g<;UJ)7D8kC"- HF2%⫓I+Ů?C G.T!"}97>fO1za+I@)-2lƀ۫0<& D * @nUzĚ *-]d%l,ob2&y8?CO+@8Jkc0DsF)UZ4$+89G o:|h {->6gBE'7O# ݺ3eT{&U}IDuV:3m&O$k%9+4W9mLL"}BٸN1DⱾ}yڪ4`С!ɥ_G/J%[DqQ$o#?lkbܼ. y݀bN,p {x́CLl Z܂jH. FT77}8^آ\!U@l"C0A匔_n)rfCv+ӓAls =]Tfs$o!f<F~\9PM{ru?lIHb -"cj.sa:M):+X8v6&5R\bqkք Dݳip{JFI}#Qߡ1wxbL4,4^w"Sރ/-U4nL8H. z֧].+!Pb.8;xye Y%Jq)z"#^T$ϵ楙 Uho[Gs9;SZ(Ւ : R6fI(0UIRAһTeJncxLtE҇/@}pi;қ oXA?M'8xYcSmdGM?WEfm?xnGAЉ҄N@?bP-V'ɕ8*#'ЉĽR6wHeޕ|l6P >l6e-`!z*T@5gYma!F`(tٛGWTq##O=<٬&jhIҳDzIWba}u#48xV'>XTC: Q%Qo8Cڪ?%1r!ESBDx&ɬz*S3Ʀ~~ ;C$<\O\Ca7:Rũ8M"޻ &2 pvٿ)Y_ |#s5q< b -DK\`4L |z772BgS(AK^D5` Z,eƬ,(i;e%2u~4*W;" Y\@`Mq_ 6"(_Pe=ܰpJBex$3Uao<^2,qSxG s7̱e? ߋ=Z6<ġ9kSp%*%5+r2UvuC·\ MoI7onN:PkL?!{sXD #u@|ǙՎ\Knto=h u T}kmv ||uͅ  G>J֣b d#$brgcbY!?pھD(&>qSfq^6h0أDΟvr Wdߌf hAs So_=aK8w8*o蹌fP/V63I}",{RYBd$ܐo;55+ho2> $FK8ԥB+NG[͗VzXhsS?6HʽnQvHjxZm_5aݟTe:$庲)Z 9;GM)k n/SX zOEyAD+fC/92=W=x,},e)l29Ў <9nx*DX[+:x%6kyr R7h|pn`\zMVbveVn1-.,Էu) Ro:k.O3.<ʯ!CF!C8S?:&D$02Cĩn±gS9aX0o6w*Xp^>: ZJOG<(EW `T沝|&X12빍J|SaYkw"m{S. z! zvZEpR pHNSOR;PX1>̌9%S)F{,mS +u3:@)G /V{ԺoڴSt:,<ۓ)D?Z ix3kF;qlc[s#aV3G$UDh6ߍ{Ngu k)E#8v_۰j()ר<7zVcb%J6CG/DebYO߮)$RD2yh\O8kG=0umT7_ H+Ԧ 8姽hGJdgw z bP=GFms/';Q%,-OGKH G҄yV죨8>um?2FOږ_m3dˋDV%W]?pzC(VnKq=/H;D*%E±VU-ȄS]׵O@ӘLL7j@ )ź+V};*o(kybEkYj7MM@P_%jX+e[VyweDАFmyyhOjmp\.>Xfق* salA`[!fV3 +ƃ@0F1XC/wNN i RA`TcO(\M= GǘNeZbPxWF)BT^zʾ%:|Jl\)$#ݨ0rM!Z@ 5W|H2HBFK"ߨ5%)\~[z]R%) mu!Ï}{A;X f Q2sy<ZlrAr$Af΂2Z>h߽XAz9p}ك"m$TME(2L AޥR;uqNӟv%ֆs,7)"79Mm)hvF zkn^CۅRr&/ڶAwPF|n*ùo)ezImZRDm21oXsAHdHW3#p$v$h|%BqGO"A +EECt_GWnT֋| ݣ&WY<յTY>7 rfD^k=%qOe<4Om[ r讙ұ0q} ^+]W*=)T^s6Яtz+_5lMq;[4ʷH'fwk}(7=tr\;7߯z)6x %ynoHu˷ #5ʢ|gă!-kp2 /g3BZut =>3~8@,O25jZ\i,Z %Yn7heVЄbq~S~E`t9XF5-V`02saaVܗPFK,"vZps%$'5t18xԄI@ajuy^!O虯ʏzXIZ4wiɥ ,dp |+^Uw!8lNY܇l\ ?l5E.>l%v7%{S*0 0.,u2U pH _5pI|-%=qVG-f ݷY~oƚ(k+2k)F2=fcg2RW%=l:.r1VU&7}j미[o!J? ᾚ_oe.ϓge7eσ꾋 &![8;HiR!H?Q9dE/!ԽUQySq͛500!,kC_Du 9ug׵/J"Z6>e"̠Ib)U= &a Mu,7r=1Ӎ&۩OFRSot J&P (*23[ccC/K yF9J\PhUj!\[I(Z&}&{wE]g 4-/yp@%ngāw{>Ci-K'Mf6ia8gəfXE$TU3jUx(v~_iK ')K>ݮtX4Śs<O ͟[qrx,2wTma& gCx.듦VpL]DLw, y}?y F`}t/ puo^LB$6r5 q ٭b,C5s9a)A,!qYd5p||hCM;2- po^4~nRtL0i__yA btW\l!Ul&fgiZ_g)˴ojhj-4c~U%سA厭meC.[$l2Է+n0d$PA/ɦ _u q؝Y߆CU!(X4 dʃ4o EvȮGJt~ .LC8tS9gY]]QxAЄ aH_Od^FBߵ$"%9Ȋ/FVǎzz/3b As.x=QWUȀoŠ:z#̖f"ǏGJFWiKx>F-1ma?@X;GuuԁՁV^r{xhKg`N ۧޡX AtWd)̈wtGI63biwGCA+nS06/(L&*|4 {[؝8dhw3e7.{$u*)*V aTBJ^ @ڬ/ L:x5o6* 6`IusRJ.Gŗz~lS+jb=H 4ȁOwAC5/]W`dR+v 3xW.7jfS*UwycP5޴5Ll? e~K|(Dg֫\Y3?~q㵶q X<=D]M1Iy*~e:عThOHJ] >g#s~7~|Ԓd0ilz#1\ʛ6] <Klam_>,`-=yeAƈ» glIHؕtC pa[+sFd!HhlnT?g `̹wliOc 2B  +5u~D/m/(N8u]g'Er +jˌ哕[WȈ։duZ5v*f{85k>"!0/tzIi!:UE꡽><@.K]+kOrsAZ,8 3A Y2"VP`*g:#ifiL5Ǟd_)p kmd~c+emuD~Hٞ+Be ߂T _Ӓ$yvxM'`\LQ1@u 棁>'@NyXN5CO㋗ڨb20$8}ۗHAaϞ_ʹpʔGwSOA{ƉeQ wZ%ck^U+CzBAd N^7u((ʹO3KDL4MN63 Yia}yVqjm\c]A5{כʿnX5"f?uwf]@vnAnλZ6QNg `~Arn_fb?@ArcN3ڱ:gy81%5O^l.W+DAC3f̩Iڙbm|/b{}ʻkb{K^ia%߹lŗV#尿RU"4#gKH<"hqSkCdMG΃47HM4an*t~&bUwg'@;ۅM16tٜ>Ϯ84&M,>6ۄ1( D@W$qӚlPԕqWwDCCY0cbO(#/d%k⸝J4(A[2=F$d&!LqRedd=7[#%km: 6Z|P7ӛj*@"ա)vuxT|4Z.[)N?&*;!oA2kWP''6g]C} UK'٫ ˌ&eD˹1y>tBZ3ޜ=_gzUyj(}U>sRu`5=֐^q_r d *O oEcu``)J$ r@HGnC:a!LܵO5Yg ܯWFw8vp同qAƤ \ q<*`zb:b(V )KtLBH8ˆ:6 xD\Iڻv3( -Wy߆^/3ʸ9#j&>]/x)mva'ZnuR-K*aJ̗GP; μVZ0x|ۡ4)V2@8MIɛ`Ѹu-L3$eD2[=58U)O2)%}hM jh)O#ڰ!YzJgu>t5Ž"(HcΪ"/CH]٣t|Vj#Jvpb5Go2`'T_W-=g+݆At_8v?̙ae@ɩ[e1|O-t6-]>|bje SIAS5b Jy9j;CΚڇézzI!zJ؉pfyA\p'JD3:o%"1!Uʌknq"6SJE os2!J-ѥxfvHDYN(g |V)}Lz%O*h-Q e :GɥTvKX1ܜINٜ/(Wާ =Re{fbA@욬~\ bLI%蓺ۻk2w`{|֐$~dԋ/S?1km(I$`Doh9f,^ӃtP)ğB_E+ *GM[̫lД=Ϳ(NOB6bԻ6^K -B*IN9gz3b5+p1?ʛpbІ hQ)ޜ*~&nN1B~BwL>j 1@ r*wx]S9 1iVRpP0fnMx˲L/՚1~ag=8 4 q3Fy6QCl!?heTE uՃÖP o遢0$ Rԛjg>s ݮ뻀R?z!d;tQoSܝ?x(߿Vr!|7sTB>yC>ZF.'N(*K6BG}=f`EB19OzΙ;V x0Rh'k:.j+􈏪1N3=WG .n>Υ]2/Դ]͑e*Kí7⚱V[&f ؀ 6LM>N.JσJX:Aŏ."'ҋ3j>[~ڃ2pzr4s f R,菋}(7\`8ov>i*7QK9XUY%ii|rstE0 %O:`Fl\KP*,[y-ұz‚覯 5n+anĂAgCDcobw{z` û'W\[oPl`CK|oQ+t =kwJp&GryFnU=A&JXF͵V%؞JR"bzgː5&PJr&Zv-nlBcݙ$\S婂'Wt*{ VZd׌!aRU O'jW߆&ʹfS {i} ,ڣk6 * aP\(jjM#<]?tBY @jM9kUɉCJ]z1(dk.nvbI޺"G4y'\XiЀ"t y'P H_5:ϯNW`mg3;܁5!ҏIz7xf{|Euۯ:iΈ15P4DhoVʩǙ.LX Ї-zNL(2}}LZ\/egwomF\-NyYY<%?d9VArա䜰G$0ӣv(t|B8(Mm#]Rh`z'bd &&ΈVMûI޼}y]Izt7vC:4߰k|.; b]pjDu&Ƌ B&{Y10Kȟ7sZODk >&%˞ k 4{J]/_vޒ`Zf6k@mMm7I%\q7ZZ!Eƚp@KN Qd׸ :щ`zgd=_^#{{+@} `a6*hC;^/2zK`2= I@}H3;-C2vgB3ˎB>Mfmda2H@ʹ<49$`Y+!H 'o';"ý@ Y i&Uܝ$ )?ˤ޻h{ip2H=l1. !` d4Wtk ;[SCk&G%V~UU+nBĘ.'uc=k*~{H:Yk)[/SrSB[lYCؑ$Q# e.iuP:GnI Jv֞}eD)Y(A/6#NL[ل.FJȬ!LfMGU[{6z1A @PoS&m3j3Ji!(UqdUpKr`ICeW e!ԚJAeD4[0@hʩ 8wܵ@Uohx(Zt ޱrx8A(wH1f6h~-qc"u)0ڭH";~784+otLh숅oopT4mn;xcH $^%|ܞsr 6c,čB Q,IgPş)|Ԇ!?o D ortRA'S<ѧ aץD҉se>+<:YzA;{D@Qz>-V:hRCA O4 8/b^[gsWK ګ ] Gc1DAZBѽpfV&$9G\qmq`b)dx._7CKhOH0Q]I sA"[At0~QHbF]ɨ ɖ9J!#8eC5){*H^5v":{Y2րJdjfsw3lq yWlHkficm#y!_c%H59z];So+qW _u^mX&k~D23jA_p@SO׳XFq囚ꮀv(۽n3=2᫪KRvEדc7Kˌ_ȩwȎVFNôC{\GUdْnٲHllւ|a WjK`/Z~"(6eۭ? ,SSFF#sTW1a >g֙q!cAKk)rh'.$Ue$6ʩuX(|q,I{~KĸkGBDr<,7n,au B$sSG=mbNbkORӚ]AFM?엗E|/s*˅!hC+.ahq/C0*;Ԥ*jr3W5V>v]ƚ֣=-(lWT=M!̈́aNE븡|wҌ"lk9 /Wl.A,rƀj#/ ȑj4/7-rِq2r]S+MM:uoF ´{5:>>9e2?jbQĂ}_|U2S([.;kYـ#ksAt/ftIrϻL!!Ҙ#i_:,$EF*>5l:J$: ~R.yDp0DVᷕėu)2d{:Q&*B?-L#ɁI|w&=EG*@ElJmꎟ,C?" !!=QVZH U[:֧]/V`4|3 BfM0+ݱF?ӶFc7_;@ss։>TQω-pķFOHJ8D3_t":pNݐoC6bxFr{ͅ*"0Ǫ*St.fQ֨66>x>Ha{Sy}lDDU' 4ʏ9c)}*1-5F#%rӇ̵NyѮ*b"0`/K'̏ޠwkǏT! C ~&y'cmdf5ѡ 8B-V}Q7φ;^Ɛ=4ԂWJL~Oa',f|F% YA"z'51.iQ@xa.A1>`jÌ= l$/_LxzuT ='sRc(ڥ0ȹTS>,1O ]4t<*4EŦ!;NRգV)O XͶN;C0 q[OibߝY-75AWe6:e6K/_ X,T)[H?'_@;ds~޸t @XFZhdddUW{c]P&q?$G:Nb?¶xs+/߹McS+V*bL&j|^Ӷ­XʲǴ@RÓ&UwGv᱔^iE|֝߀=M+^>Ć1ɮP} wŧu.nIIVq,H 7[?gN`Ij[MFeu& 4BcA~Mz+zEBtA0k*K-HvZ<3"֠Iʖ5v<qoEc$v xJ4AL_62w85=1 +@sbtDE xkpj5 U>{ "P~ih~mYv ʥeZ8'C{7i7Pt$P[qSNCHy7(w6i҉馆-p-V+UCʐ6C#+9beI[konp5Q&u ,Ό|@>ʑo|*7vZ RDH1Hd;J eOZN`^2ֶ2 Sך' HU0k:WT߆ѭ#G.2[ `TpKƔk ha[:,Jն?_]f>/k=QH3=S.ӏXq#6G'"ˇ;B !ٯ7VaR=ѐVY`*KHtfhG]!vOHNlls=LGJ>jHVX75^+>s+D,ߠcP}~e'<]UiUm$K$AJk‡~=ZX LMDRoS%~oJEoDB4h3н8aEtugXI,HCN_BJ%Il\j>eGTwIߑ(C}=v&aV4԰uvc+KJ]ّc> ;o0CJMi\>tWe65XoO \cf3 BRbEVK[Y[qRF6 جVYEfwќ701K=a&OH₲;ly,'CU[akXn޼#"^7 --X`& ΌebPl:?LDbR.53_\un~Վ YHVDŽmz;8jrr- ,K^O!ц_`bIlL7QPpvH$/~^o,7иZiw֯\ m" lLPW84NrE_m{"o9O=hm7fWk`Ej2ҟ:87[dj3 )sND;k5B9@mvT0ctpf$sӐl*LC,5orZ$ 489.䏺B8tWk*â\bl 3HO,G7G폇N(wc˳h*¿?vp[+6$U&5= **\4-GPޑþZa.2,zMEeIpSVb=IGu߂5)qǒ f&l/_jW%yx їwz"V{ 2_frK]NTGgtUl0T61NcfVVADSI >{ϝ5<_`0x9DÞNӀ84BM4Sh~!7 Aאf4ܯLG)Wd@=c:xԳYv ;=?6F6\b:˨t9M1?*LTrǴG7.\Fjߎ;'W)W0[Cm&T$){}_r6a%| 0foK4 bxX[ ]CD؏ P9}{ (bz߀fG晜btOz^$}xzMȸwG37`rP&[mt2Yҕ[=i;votG>c!= C,i5SĢs974,W$bWƌMЁLBgɛ(ydE < 5ٖ^_UmXh@|xN֏E/XFHFɅ姼jcKjܻ/ !brҷX3 tYEZ@iI߾M˃dumdq>.].]*)>Zi ]'٪IM=auDɩ:j g#(neH5?$0qd1k!|jn6mKLixi Bʡ'?&`?oͣ>=01)W!A#8sx2<]cB*Sl+ruo!nWqjQw+3}aƹDcQ_{%JGc+~ 獶>o %uGO2\sƬ/kD\ǃO)V_:`7`m08 .J{{|-E%z`fIǮy0W9E^)#S-D0c\/[H' I0{xLj5-xxi[/#.`4Q6$pDcM$Fk)wyi]S&c>xG%F)O&IB23nX5U$+UjA:}v[c|>]lَq }P^+ lcgX&k{8XTQPAI!(x`^Xe#hh@ɱE|SYWe55ʋJ` d/g#y3x@A JȖF2J4m˜sGMLJ;9j=6K*zA}0Z1Tk}i_hNY|nK [OufkǯX7nY4@Fx4,[ aR 42]N5nrlɿyYs,S25b0H9FKijM=\'WtLO+^,9n,Pƚħwb;Bc-vϝe"(y H<ᛞ$53is@*x-$F ?L|4 i$?ig#'d{ec%ov+u9qޱ(lNwoH5i^_S"%j7^hDIExaF?`eAc_=|k](UܟżXL6v kBl6OtRj'B%$ֱ挛%8yrWY۷`6+fﱗ6=#Z܉=B鏑֙V&dl>ݏt p* GX^t` hn;ƐސY(ʌ^Ok+$O5b*,N&ᢜU3`=$</RX ' _aS*u&\Hniڃ}&J}R$y,):OMF Bja%ŴtZ_Eg$0ԇv>[WJk,'v+V]GH Su'x4 @:ߦ)GLP^ٔI{m:4_5 1‚P(f7-Q6ۑAg&%(l[|49BB^=,7X Qm5Swo>xd\f 6UD)Vwqlzxv8{͙,o ɖbބh ζ#S:wװi:RHC98or"@+W kE![8";70 *7c6ŐgV2vN+~D,{=$j^u~ʉ+V^)wF,h\ ,dH{i1`[]I;t&隽mɐ權-q!彽~ kE]h}#s,ʱt*_+/x(S?:zVEQāgOޫ'RNhpᵏ8p%`6ev y@h}KN#wVP2[BcOdQs/k)(.@NS>[*6l|Ο;?FD6zL OdL98+l@}p{Y]a|ςJևQ?hS5 ;r~twG~C`sQ&B[o X³+Ms,o}/b>!rXjl%j}]U0sqոPQlzI"9[D"g@'gGLc-mvl!IyXq]!YlG!xR:2-J羧tgWc1JCCxƓq 3:;5@ӭX{v l6Ɋ_a5ayUF ^+9V9 x#k.GzGZ;;w}"yo'XT<93JQ]U,w7xݫkFD!}l=#ulᇐб|'g tuP|*;;Z" |aUS'(dQ>DVrbT)_v#4pkɨzkp`rJ5eÐys$ZiIKIk`U`L_Ni9aXgV|awP.Q~]y"wC;`nS5mV8?ܙ=0w?}a@.3|O|KSlk7}rUzѵq3~mBkF<VVP4@SAdUC~5?Yѹ 2;t&R:o\٠8ƿ].A+W?QB7˜ge}U~M];kc4.P|{Ynh~lJ? bSlR2lxL;2PCZ2t=/@Sp63t62ImK (Gps$Zk6OaC9?):OVۮ *]މkke5'0ϓh?S཈)2_ƫ.& m3 =9΍M)ChL˃_t&h尻(GpS,UHcaB6^"x$-/`6ؕ9-JiIտ1~T4%CFڍE*EF1_Q݀wTVp2zihG}SQ-rЗ+G JJx^W^:p`d{cYgt33j~'K  E0ř{ C~?1P4ǽhAMA*R<7@Ȟ=p1ڲW7vqtU^NiYtjVO)Q NxDUO(Baڥվ@?g -w/'%Fw=Ӓ[ӽfL !U> L2ؚZ_ )wʰqPG, ֬b(- ^ Is5ѷ)z9~qo 7#13}%8:_Ѹ`(L%϶ ,PҲyi5#fӉNwlZnitOr4# '0G VJ-4xسS4SQN-7#j| iN2*I@KR ;[lƋY" @SmY5Q*Ajp7uN 6np1jXRF+#R ټ\y1Id_>ՑgWɼ(??hr[R r}92Qn؊0]4{x01ef8AXgT7ݜ F[%gSBɟ4(qu? PaSSUBUZ-^f9 O),(M]^Q=+x'9;AS77%cS!j 9""Y'jܬƵ8 !޲aPm B| s8T[.N ۇs Eh4h@>f.ұ".>!hO-7<p7,ܭȉD#aO-<kUS-|]Qfy|'8\72 YC;.39qa6z4.fO=Mc;^+hCu,xl1$P_EIdG stOq@DvP sm}wxQՆs|˰,K0%8 zNoM M6<}  P:W|~zI͡?wSrN6Aձ%.lV߄rbbTKRGF߉Џp Wh<:)̒N&t=+(AƧn|Fs}z@qYx)cfŝ~2b9lrOtrv~ٕI ".>蝣 0yy{58\*Xz`>kRjy foDcm䠡o!6NCJ~b豀>!3 fmg#I* 3 (Ews= B^e0\2|G?+EzW$D(ަi>J"LةI˻Zj皪vcP_?88p"Y jyź" RE\`g@7[۰iL0΂w'c ^t?ӥ_F?wiGx*Ktml$(UX.A_LM-3q¿s0D/njzUЀ/yߨV/2f; [#H:ڿXM]x?ToMo<Տ$M℣r&@lDfF+*l\Cˠ7KS ۢdoi)ev]}8MNg]vl*sBڑRz\l* 11̇ĆAXFpfqU%-sCQ`,fhTzJ ^@,бr[?O=xEaE#1?ܬ/3p#xM>4k@kKod;Δ]2^fXF߻7]H-sH):CD2nTi9BN}c<EjcAG*K[e:GSa8f'AP'Յ:Ӛ#k'Y—9#o^JrCt=)U鰋^h 3ᙤddt2jۚ}H|] r} O<1 ȕN/`7K E-|,J؇B~I}IjPAcD#eF%R?zpTBw's]22k7+xb_8M?swhIMHH#u1%ek/&T}1% T Y<#|m"_I^+'>}F%/ p3<‹*A,ke*3)FwIzSC՝R"QyT#9VxҴF(pfⷓ^TҜ wa|)8 (,0%'o`=[?%@ϾI[M(n|H֑?10D`Ck7T2/"4P7bfº7!R?(A>wK>ywW(J玚$܀&=%v!Y%8GJGOG/K<|bga3Z  dG 7O"~K"cnoxL$\9V󟪎l3Lx֙qXɲ~r,8:='Kw|Ik.wN&ټyL[HJQ݉,Wsu^;]:5XO+M9$_lW%sfsk?dy-<{p5:uA<%V[+O\̳--!q>N[As6FNի=suli_Њxr6n=-C)@.7N9G8D͗ܤle4FCEMW6~mXA)th_8I> k]njL?^$BjPfF6v2B@B!j838Uh_ `zn29;LBS$%WK% CQHڝ^(P!it{!pU X`&=Q 侇/ڢ^lUsGAC:AB{+vJԦԵ` @g Hm(MÚa5ixE\QUi8*Ў=1MmTi'˳NeBn/J"wT':jr$,^OlI3Q建6?FfձzN8D5.*'tɗ0Lh7I.2)๶wvOߗwy;)c : k]{YFs8<":?eBn2[CtR.jphZ1pژIq7Yk C&]1lB;{_::iRpݎ;{_@V.q&m}e'bQ\z 7 ֦xrrY,4J&f0cҰJ:E=ѦnhTxrs#~߄E@pЁmj5NGZALDxIs ) 奮yjQP$Q>$EW rܫj=F)~H6L6(H%Gh U"3^ WY`04[r A')(v!qDrN&Cfc\Yzafvd=j5o\"V(cp=IfJ^Yw<7$jzB6K%$j,%r^p@!1ԺI@/^55xӫ󚀏EQ>.vԊ Sdt)PݲОh^#ia?;5@rkW{56ueb!0itX^D7(ݽLJ2Lc%ToPN6GQ+Ubp×aR^$ _pX r@>=<䞣צy=g6dI@NL#οA4uOPo=')B0e9e\D{* (ӐٵBm"ݠK8΍a]wU 3+O[0!PWMOނdX449O@bQ=g_Q~|E]%N)ג')wl.nv\/S߽EC Hj&3[0bdrG? m`'AFoMc`P?/T6!7 Pιjk|e'@ŞJQF}?惝3rh7ꩣhA0įZ|ruYMrzP5MUk9ζMI}P]^f`tfo 1ժӟ-DC[j& Alf3TFD"dX>NcV%B;$BE)Y$YèHx6mu?,Ƿf%}CH/JڨOtS{N`ػR<Ź romSfl-ibzJ6dA?|bķs eJTU }a[3dLcaSicJ{n-x J;{>D82;q2owVWsE1* D?}KΘ k"F޸|P$g~8@q!4mi*s3wp&rӞF"Zh5KV o<_=HX1} 돃 0kh T'r^WT/ `*-s!]];}esOB{4ɘ^ee0zՆ>źAc# eb)-vXRзmϯw V4M$sf=q@C"NAc!ufN\9Ƈ)EU(V_B0CE-Wt0`PF?cۜÜm@6,ݿԂv%x;cq/_Y8.t~Du}d$ cXnNNGV#]Qx* R/_0Ѧ<ÒL 9wgftd'#ϋo5%"աc#= n:떷K Bɲ,=!i XjoRg,뺚0Ώ^ԊI+'hTTb$(N:<,[Q$M)krYR>G~l76zy&c.TMtQⰵxUztaPJŪq|1?;<<|%>$*1cPy ʧI ,I|RjPҙ/c{a Tpsr|t]U u.Me)ɤ)#EyշQaKNlhq@)Uيtt QE wT'({۰/b=٧JIHq,RHQxr;< _O"i7LO;[s6Pml" plUy䐒K}D|Qsp ccXIڢLNGb~RӨU= {QP0x2^v4gG"%KSAן#Zm}@rϺJZҷ蟏oǶF>/(SA!KYZ3jϤCpiT4|ކGix!kN;[vyvq8;qܶ:Ж$J^"kZOf$9h%ZDH1jŠ ,DEFDEZ$d MHkZR;lɀHYڿ}*ȉ“5 alqF艶zFdWɚ@r+Pmt=d ўBMK4?3~q$)""aGo^Ar?eҁ]A,P88Fyptv.im0j^}OBs7Skێ(CВއlïTkPȥfHG_͋m Bx?ݢFsē;Kɂ9fwkI #Nj3(Jsơ+ (|}NH;LtOxlTu vB:/7-k]GOr쭧Oe~bowذ\!ԴO)0H”نW%]P1 nQC`?Ii$U2 M[]1(sq/@5u zP=ҝJ܇V4[]!#$)t+uSƲ9h-EkgaYŘc7qIЕ}W?lFbl0kOĐK|BbޓY w/|)aۛŒR$eR.d&收mW^nٸ ;Xb[gs[3H"w$sg1oܻ[QNm;T̪!2_+QvvKJD,|^4St@V*~k in&s[)>M#Mkh^/-ɫ{X6χ XB4W:cx"f,K[? #$;M;睮]Ebuke1ת%\}H=61JGz溆6#;g/XkѾ{H+ }J&?%K/1p3 G/lc>8(Ḙ B&n(֏~^S#FJ+CBVsT&]Z˨ߋxb!"4`bV $e%R:`bU_bv{Ez 7|wC}>E48 ˭/@Lzlm%/"x*'ҿBd5} 8Ui XhZ)ب:[# IMWS㕝 -u-G$ic&jƁT1|]'XqOGmIWCRE5h-l3PlrztռMwüXYhkƟAX$Xʹ9d[I '@\ (Msj U̩$⿏WLp荺uK*:kVGc~UsL8}ح4IYQ @,5) RՠbޅR e( J5ax*YP.Nk%qXCV;F|j ]'tjHb+D/ES t=Hbdf幏! 5b => 2E-:bX6dulU3܎<֌ TiˬDyl鱎ay"̬< UZR؂9;Pf4"N,D~u(c~BF7Ɣ;a.v oJNsW,$:h@pKLF~?Z&<rϹ_b95RMnp\i0v4sIW 06 _F' kE鍓j[l(^BEf2z.ݯ/- kT `Ѣag}9 v t?40o[H/ ~%[ ;@/;%*T@gORnspsn:3/qg pW&j\?}G *=[mgyMŸh: WAe=B_o6!$xbj_ON>H?tpXD".نr Г&pҫ閠2dDӼ_̖<şІ'79EBM,2cѠu{ƎВv[;&tqUzv< {wZS^H,Ӏӓ'utqIz`+.p/n5<<[Wz<+V̦$r+aۼaJKKVQ)q)廊5 <۠V?O@Z(Qbzm$.ͭ3E.ްx#jMH@B8Opi>#AfhUֱ{$fwLjꍲ0L YP}xW]B3 ܸ{tmZ-ڐE  *VD`TUs;s)lɹ(u:l49z8n|a1|d$&sb0$K&'56^ԿW,%myyY*Xq"LTMui֥֐Qya) eHje+hg(x+.+|@ń*?  uL=YRs .v w9>ֲ+Zz<e= '!g_v6rC{xTɷ5T2ifg`|?֗VSu1JmKlUSc9I|ZT, E=)2~H~HiQa.Yubq췗߯h%Da\Κ/%՗(c@I4&rSfnA6%pз"%`Y\^oV5qE0}gcоw:F/|5=W k̟'<Y{R'cy"}ۺGCK]NU6QDf&8< s ~7GhvT CkYU |ɴ,@3NQZfwb5* W\TU qy4_y3yjJ+3S(|5sA!§q["RX;:ɚ0}#}Óz*Pw]l i׵n2F]r۵`6J \2ʁA<787%6݋k?s6aحTI"L: ӈ/ 6!̔[Nm:g{n)G{z^iw( /v"B,^0–Iᷘ*,|+.|Nc-Wk@uz*ac_bGE#@7sd3_0"[ h*< *;VqJ"HmcQ̠b|w#j\AX/h)M_e|="quU8F.f*7ۖjNŹM-YKV"EgQlVSlFju7#: ~']-[xGp*xaB&pOnMG.NI9}$h/6`D;п`+ɿn`Z_$Tq ͗[Ӧnb },4C/CЩ=hٗtfZm5V=VܠDL5o.!2?W6kS0ܪ%@u*֏/kC7JtgaQGze[¯O.a>fs M0ȡ;0a0hcjm@XA1AƠ&s~d װד^SPL%yoղ>(?Iָnb^pd<aw"s;)i k f}1ƕaK3fKSGo5N+ˈM$yP8Tӝ Wӡ)pY (O3ߚDlHl*H$AjAq۫Ty_~͊^ve'w6yYOQ68'bdA#@VVuFq+B+y8txQgY F?{wz4ƹw(@KRLrdp'(jD/Qt^0f:ԃy)>Ǿ@Pgv" G j }Vn(-vXWsmQ'dexګ NɋwZpΈQy_s1oB"OGX)U~?pB>ldMG 6I80xb{'0xdͿR<3o׻j, \CE'-?Rb;4iRXφN7TRzE';H1=u XFb͂tY[XĸpᗰJc=})~ pCMtCKcCygh?8FU_(.pK X8If,_oKBD̖55'YП<$'7?$r.B}r}b}| 1:j0h`t# Tq.k'jQڂq&>['O7H pw1xK`8>ƒkarIʖjc6*;w(]6b}F?r9\lfF8EQIwkĤ1 @fH~\(ZBU@oT!d<{2k_8ߌ #m+?;ja"w-࠾d_WSào(/ AB`Ii.e΅r8MYO4UKƯR^+2WZU] K\ن $<d&*k%1u3)3~&$+w` X0[t)Ρ)ib '/;OgRoWϥo*Tg60,1_:y<n'XlZP]Wa׺{(؜ (\>t e#IJykEwl ӄPt =_)չFaS0!!l$M (T5 ỵ睐f &j;Hc GGCάARjcYlWBMO]z/jp:Z.ʽ]˶geXrB?c_OI*hmHEW7 6Z,Mv`IO.v_sB(zb2dEB̎Qh~>LxG`{¼2ko_Yd pjE;)׭C%}hM)>BkB~:Wy“"O}÷BL-}@A%Λ>I#/,T ƃvcY_pnؽ8+Ҭ=6m7Jx]c5Dy_ [eu⠄JW =^LrA|a - :3h׾YNtg&,fx>*?1: xP2^8ۅo{TPMLR"cb9DyC_ɤ{(HuJpf-.JTBm CTԼXTt+W鲌w }4qxcȢإشX~ʶjb '11+)3Tq1~Xaֹ /rp{tQ|vg ߰b^FgI1סl3q0-hvJpnx A\w\r`u4#h?sǏQPâDAPA:{T ^S]Eo[uN 33γpcͷf ˌ* }#EỻJy=Nh;p>2nI*#O^HYvJN^칷7tX7 ֓uݾ5Rt I<ݬ[SPJ 61=a]<*H~J' Qtf(I때G(m51Ij1USB#4{ ۗjGW O^(Yh@ nl{k\U} ĆQ2m8b'T(b)?S cPrꀷbO:i%k!Tw%b5>@{XR2*~ϨD (_;U!U`L7Oz… ڽfbX뎯^"Pz͏ 3;1ou-o^oZAIO@yW&pn6+%Z$z ܙlZ%73Ju8;@8`WUSk)yzGfIS$ =6JkR3Ri֓bKHh}*dC z~.58^p+ e H:Yse&pk}K|F`lm{+䭯0̇`豯/w}EVƉj[1Ү1P0 L%$} Z eP*Nx’1G S`%B)Wy'1 BS:7"ޠ. .aޘF5`R?xu~`vH͋XJxx?#vnb#]BPZ\bWϕ4N~&.Ȓ+k^R:P{Q9K83O I"&ќN5迄gzDWv/bj9b }OTr 98_+؉֡?|rN|qvhıOu/Na,PP2t6O8MϳfO>W! 0}rx#\Da-ʇvofhP֦hŮ?$)/s.lӴg~$LJz7RBo:+Ĩ<C 0G$֍Ii_'[H$n 71'8{`ؿY8*bZ\ >7s-!R-xNN[jl\0,0&t,}) Zk c ]ePķv57L6>ӺKesh aһjPC]yb&iWCS-2d֡S#ϟlEWiʶP:j$޲' =~Dba7rlワNH¥4~tPIKIH/h nuw[t$\P7kdb"t|Z@C="6das¯-!LrQ rP{W=3Z0Z56~N\:?($u Ϸ {ޑՊ/N|-~'x0tF~%D 8c@@wy|x+qXe(V^s ]R'R9{ QB̴d*ŔsbKփ!dՆNfFCyOOU.=Rr, ɠqm %DM*Y]^a7r$t+篮{Ip11h% HC~kHd)D'#+z0;?7Wtsz Ky=uaR Eǘ(fcȋ@n8n&3H*ZϰQ)w{d@i6+N%bTx8##xQ!ѩo_₻8x"SO[U ~H3W2u&+xCK?]iwFW$@8Q0<NbGl)s .\avL')UvIizc^߽hz8/D Gp%7hw /;cԾgDb~\Ԇ!5m,%bG,tW6*ÎLU^DGyLMhyʭ5zP1|7.C"1ӏT4(Xjf^!xVL-9#$.D*^g[\<:{,t a) V1R^|='XOUQoU6,ʌl o\IAKR{(jE܎uWJה',f?M(?gɶqgPxC m[g"ZÇμ.qH.ez9ɹ{DN Rޚ+7J.\sqp?z|Y6݄A)BuHM=xG(k #."++jG"VKW&ܑd~t}`&0<}Mb+m1\iE+? H#ĒZ;%VЋ[x5%? zw_q87\iy`\ና9gC/ q>AvYԴf2@ߒ$٥=CQRE[+Y{%qq y\8!K >:ZLKd1!LG΄ }2ߵޫ4 22bf_ |NP>r1 F١c$2C**C"`̛ׅȭ󉆄R`+;g|a`ztfDj=E)9/gL꛲<Ζ:E=CE˼q O#Ryp*m* 5.z#8~L0p XB; ;*[ yA泙gh{uGT<O&; ?r}V- 6'ܴQ* dS2Y1w:<\<̜>C׈okJN|˔?C4_CǤ -׀FnZuX<)-sGv\fR؈1y8mss8ZR:Xt=ޅɼbP2l.\phn}b/nFdI4vl]Wj-Y@)2g "ŨM[]VA7krV<Wp/V(.МmDki#vxݶlJWɽHӲQ3cܥ6XOoWiW(6S^%F 잕q8ޝ~NyYN޳] j-/ᮋ)֔Lӝk@ . LX/2J{7eCUfrBjku*_,aP0*ym* ' +Wi/]=,w{ X /1`2WQnDvxI~9-(܇'&u Md9=c&1?r̎C Y8A#pyzoS}TD㫉rYNbJ p4'zjD-k7.1 DzP*⥯XrK4E kh0 y^ Jxt˟^[Gbn:cgۯ £ky| 3'WrcE@6џ ]?M yeo_L7,y[dƓHNO `=>x.0ibOA*x8Bހ!\`}\t5CkN,2hu[Diʥua$trid#AmHxeqY/éQ_Tru39bIp{$ dn%]SzmN;z2>n)xoh_[XuycBO]y16{tTG_ GTo>p>xXw"Fcnc,;>jݻa%J.Ӊ4fg׳0!GQó':[+Rjo%鰭8#*L[!ps.c~ul,۔BT!D$IA.`Us ]T71 !OհB=!*RN,JrU+ۙ!I@ J(%Z]:S4!T} Pv̝.2/ns}qߩp|8כP`t:CBo5*{ g'}Zuu'>Z?["++J}5t,aH ,DK-=gsU*qN>Sǒ{nݿ^ =)u7P{~5 <8丼O\g!uGX`̀@OY}{SOd?[X'쎽mu@Fҩ Q<_1j|SzZC M0.Z5&?5M鎇- W+*LTOo^GhĞJƣ)SS#k-UaoZ''u{R8_(W-d!7B9AK(|3CY]a|ULyꉌmU^Fy-Z8WUoFmf ߓ0W@S5 J'mL[ʸ1%=(!NwQjGڃTp)-l*8޵-_Ka;O~zzd2$6DZ+聮X0E\sF"/}ٜVr_mieun,^>%S彰SR: Hue1ٔK|l-6-]qJMਇ7?<'|>c ;ؗ77hz4!@G󽻎@~e8޸oʋQDʑ]-4fxdӡm_Iag_Ҧu-0 \ànwR ؚº:Ahp!ĺtucAEЋ7_aq|hQA|dȄ}UDs؜@2_ԸY啿Ѭ_\-,ҴvGW-v` -X 4BsLR1*#ǏstS_@f};bfs'.Z@HțcX?no}VGKzFؚ`@l|;jCgnjJ^jxYK4xۈd TR!)l@IT0 9Ԕҍ8,q#7"!Љxz-SN\>|<9@EHnkbQ렷GDÀM;+m![_̼Fo4l)(kYE34V;Vz?V2_f*c,4S[/)ŷArxp_7<~[=s0}S?n޺ @a #G8d=]jdT 7?aQ`[OZoqzBEp]]SThHyL 9.@Lg`lHg8VP-WVON|"Cu q/&JR͚q5$S>4~usԈ^;6T} g n|ҧ.r“bIje2B*#ʋ*w$uV9q b8(WVsG>.d,FM% gs@f$*t- ˫8 NKw;1֚5Yj9 oט$݁\7k9֘)Jh )XS}*fW xWv$ȧHZ`S]A%FEwvs[xt,!b;Y3vp4 9\(u7:#t'./[S{ʗR(L1;cy_Y @<8E(6 ʋr\׿`;P)s}k_h+!˃uC y1Fk('$B-*f>"b~ocL9]9)XUr+ii]GTꥦm-uyYG'C5޶CUbBTaH,˼Pyz"?C]N2YʒF9@9*bL65#2Y+p@p,LQхg='d 3`EqdI{ֳHY?4//`H p0$49fRT cDTol5چXƸ 1})0K+Q0x%X B@qAqy_Ǎ\T&tz13T-%kRE@,ma@e l<}ƦcQ5 8Oz`l9DEIçTl a],pِ"Giq81 D(i+:d px*7/0 SI:yP()if[1E2`["h_X蛩4 +QDetWDP/f]-\ `6010I]+aڗ*huJ & ե1)#^D2`4_aj(Wfi C|Ԭj oq灟HH@MBO4z, ތSj)V5pפW©[,j~iW[\jړ1Nj.iC˟xUa,p\VOdgm_`ыK6]Ր Z|K-9/fawׇO*6Q.~aZځ(G7kcX`A\ΰ*p. bx@ hc7~X_&ZCPC]emlr-أ)`*;E5 nP8$m".%k4ߙ. $!Z {^I+!ͽӀ+x1i@˜ d!(nr Dq_wr{ 8G8S,V&XJ4Me%zAFg[j{> eHM5lt;#MK(s^xv0]%~$8^O 0W+\$Y]ŊF#эZ 7yeGZ _,{6|8u\Y*XRdJRɭ $Wy !T>k#3Bv˄5:;.*˲:qvZdVIvt, Nt ڙS1)z?L2݈ ;z6pZz<*sc}hp3_?5a=c)i3H4+#F ϩ5&^&= JtbSǕ2ce;m5W1-f嫗{(ƪC*SMql>5ώ׶EqVnril sL7h^<J;A.Tuk`[mo =g8x $MjO +{e1 ynY5 A ,.egayNujPp`_KqnU2J]Q3jlքU_ҝ<^/6˪k՛4 |xYx6:;O~PjL1Fċ)Ig璐+ 0yo1nCk{mVmC K8T$ nCL#PdwHj2 *ޟpv۴Lm a<\YaJH@{Q>"H21\'kC7pGT]\-f`G8M@-4cGH *q+l!I[]Hz8?xKH꫌6Oh<_tEYs3ZM߸,7c~@Bb.53nvaT]5{0pHH\6?ī Cyzs/C:]l]8F=Y5\l EzÉ0=8Q-@:liYO~ \RVcٍ3Mhk80:|jQεZBEF!=BWͩ/zu709m#pW6nĽkHcN4tˡoq+S_XeV3<LXw}(fY9]| e2MF6ip? I.|Fbx+vdѸS[C+ f;2A[]~:X,kz 4NeG"+܇`ءpsjid˽hWp^ dvOx4ޱtMu絉Ƶ]8wrs.64~$jmVĵ]Al2j 0SYQvxBp,@2۾5jf^INk"uOݨ8 t Ȉɦ C2 @o %ʸUeyraJψHu8MJ3o-Wl45IυJytx>AE,yHZϯ8iHQwځmVFS-Yț/p]<KQ]O]}$1V(BrYu#HCY| 0dX0aI)6l_/-;OScOw6qW0|GژnIL)ln E}VB6xS8}2<0)t2 e֕!c:g4*Ȋa%Ydwbp"@{'˜ SۚKׅ+I%s=SoŻY_PH"tEFj q&@*Ӡz:Kwxq61~"iFqZ6ps/Lq ݡݙKd6X@ Dq\OdJY'w.>Kl+1#cJʾv"h`'U/Sߛ%r$ąz!N/4=MIJg@Bᄘ+O7/$D(f7 B^݇_,(Bx{Wre XQqZC.Ab啻 r8JiP񍍡90Gf32E>%L9K,;LFt*HT55O'5 Ú(mOX.N۱i`lf]uOYӮ{$ᆢÃY Q 3 Fp |Z+EN"u OnXHEÇ .VZw!_t6sO3-E`u)U1; p1]4; @ `Lךc7r*XQB>z9m̤-dL^R6<%a;sfm~g5F="IG24:9˷&)*M'`VmYٺ‹XcvGP[Л.g)^hd@ʯ \tB`}o L[!#SVAmPyՆ*щiE o T^0]ՠ yCϟ.tX+ϧmڨKnz7UM"RO :56FHГړ>V.Tn&Wԧ|c]Z*IzAwc+etHkoyG Q!)v_ 3 ڙiD zME"xw|(Mo8O}Q/~8v(V{2?0N Qv̍Z BW D7ݴj}Q?l:`) U&4$X̮֬Res] zZ/" >lˮ'uyP^92Sܷ\OՋY 7?X@8j=rLL+CRpN\/lsԡZWUMA{b@,JԵn?ƪ1 A5B|g{HXIL#]cʺQ9)g`E؁(C6gB$\$xX++nx.5d!N bX^NpA{n}d`o%ӹtj .t|L;qȟ 5RȆLYtFuK 5ރy@?TSCvQLKާ޼\|hh^.)KQ/8 'ĵxz4ѥ{L)e+iuѓ `5 f3OX gi)dC `7A܏Z2!0+-2+k " (dH gA]+7-ѹRH!gh3Ao>I@7_GQ_wjucŗe>i^0%yc[/&?CX ;6o^s^;OČQ+s?^NKPm#& G+?YÐ=n LjA&ɫDg+y|?XSp$o1GD\lu,8{o`lTv6>wz@Q'v>fa~;'iN/vjvCJєحɮ>1iCf0pUP|(X[ΚKmT5U)IpU;vm*U{vF./O;P9o R9/,T^N<ewK2moUsԈ{Y7{J&ٸȏEYc767y ĔowNh4rщn{XZĞi%!NI6ʠ3JOB'Km 5(zhT?vGUrOǎ|yo鞎Q *Ψ{"z ]G95qMH!M +k ϝZ pxR6svع`ǵ2SnuΆ0X%Eӣ Sd:y)Pv>s@ ޴aYI orX&*I1>ʷ̪1/&;9db vB5`t|8ĔQ\N/2s&YT] \o٥6ڴ>%&'k-4lR6LCh6 ?Kç mN$KIS}Y.K*RMh jVJy|MKO#9T^VVdM*U<١#I~|3fg3>tip0"T?do]Nͫ!SI=yaj4 xEwދ\=$!.$t=2rx{3n*7/tF ϧ g.g=SN$zܖ !B/*zI|,taM RŽFEh J `VR Pٛf,ś!#Ҙ'[5x (}A[QGb3-I#u# K8c+FTWXV>hϫ f|霛# <} PDaOr& 3Ew7qbtG0Gpz>] 1`5KCܭ/o}sx/qZ!sR ֎ɥL1DݴTWIF#tb˫̵ &^$gP^k V[gH&O曞Huuu]i.4W8Q厪CpHzɿh<Fl6,gv] 6/Hrh2.[?h<^uKץ@Ff{dma]%'mb'Ign9ʲM,uY0Lpl達9{1y]_R(1+4E0u N}(S069=Bѯ1v2>ѤuVKQКqҒOJ% 2O(e:"3&,ynkv_pĭR C%d06d˞VD95;M1YM;H!r2j̊7*ԃj8WN&A _U5q&}H U-g~if.?gCh^ ֨@Cѫ8~Oj5V" IG;CE}&TtZbУ&fkyrT=3>Ec^3Rap yRr ?kh;C6sbVMM8M #=I(("eUZVg1~&ZKunֺ]׺vyaWf8-A\h O+-<}"s4PG ("cS0_G?bCUq'ͨu\Z{SOzeP \4lpBGɾ#"qjFFz|cƓyhFx}~-x̴eBHJiH|Βk1+y27XͰ* 80W)/B%;h쫯NަT>b}Xo96:/LM"B˾Q`ڹXç@M Ti]qr]Oc_PoIrGJV? `'r]kOS"FS2 :}%`3=}ia1y5y' e8IX՗0luo2lH'5k;vƼ,#:Ft֥[03d -grL!JGwUAHo% נop?U VE}/bY|3 *)~RkeKL kAjR~ҡ^|IH# OiRrh,Zk!K;ܧ{C:Bn$}ɃXDj&IIuX]N]:+7!U$DЩy+5&+ns%t\¾W[}p>Ϩ0X'#M- S]\_bvP\}G!.CRVD7&Zvsx&p >+u!!:Z1 IC#kM[GӁV ч"BHGpdA)Hxf&JH w*q5б~!$Mȍ/_/9@w뗕_-mGblnLghܮ΋H95v_l@[ˍG+n-t)E+\=z@|utPfWSQ ?o>1%s_tx0R/iR՘70#&3|A;Ħl5A]70h Dm#? 5U7(D2}I 7AqѠ;pJZʏη{v-sjqͼ cݶ]U:= hll}s.wAuWvM}lub9$ DRTuӄҘFv)gV&/O.#+x~݆n/]2_6Z 3%~#|(wAf+I ^-V w0ZKy0%9D![#EXϣٞhFs7k,{2 M*L#, 2[{`ۘdZ ykZ%sd|TyԺ^uP3-:彐&UQ9IοG.n[{K'_Ʈe/H;Bbmy;}1p>>ƀC &2R5^0#0@ "\b|Z=X>& TXz", %D&*=ςqmzsG 2EZ5deF1Ǫ(Zo^TaҼʙ!{#_;o[h_5ey)Bi7if>Fͳ+ϦfV BZ,$:Na:5(sN| }d|v3'=BQNq nٰ5{#.b걩JgHjM8~~oàB }J34{E7պLx ^Q)c i@>K.lT0W]$seFr娔.%K<8Z|<n[8N!UD9k*\/`w7$ &ƹ;sHyڊgHӤXq) Y`5mX7Xy"&qXby]1;F\tSk2Θ2UrG= G9N!eiYw؞nf"08? Ie"d8_!UYxϜe2R|00#%5ORa t ϹӼ-XWFma Ǟi8Jet!XkhSj .:^$Uxw ,sIY D5LLa&㣝ig붣9QuӈA~nW  ҜHgZި;j†>P@o݁8#2i'Gһ ۥɳsLk*!b>F+{2n/N]Kl>.:8U$*]kp`9oI<\AR!KF'_PŸ~ȉ P]r~sYf`D:Tu5[lkKh@A8Дϔ~%\pH.[.OC(D| [gNrnWRAyq*D_m}3ft:+@r0H67qa KoHhj {j-?r50 #]đL$!p:,@B&7͕zP"SR=r ZXlVM㨤ow+7s 5}Z9iH(&s09:ժhP">NEɍ?o)O#@V98l 5@X "eXf], <.[7e19|$B`t)J⺋KLŢ <=f& `=j p* `8AN %gRڲØuHzTtOiz樂ӝ8*x( ሥq4at4xr43Áq lϴeC5-*,EQ go N&c5%}|1Eՙ^u Zx >f4W "T:S5_fుƒo8dR6r՛QՆ1;etjd|<jT+_q֒uUxtrnS u IBcI)sv:?^EEMOGAX0$Eٺ낣U˝jI)r&tIpnOdTfǞW+>5(#m&i|x#:rAEýlF]iIn1OpzprEQB9ǽt7;N!GYs̘{ĈWQu>/:C4P<>[?(솗jBy!+懩 (Bnp!SWeOzPC:k(NIE mxu4H~89 #hCrX< ^fx_Rh[R&$~A^A8v2[2i9.J)Kyӌ>?}04R~aqHמCZw|#>+ӥGq(S*?WMĠ_,&C$O (ɃW PxBZxΈ t}CP#/ILMMA9;_Yt3!n3U/'4ڨ:)+SceQ#1HiX)")8{[Pf/wI1qs!o/y\-=}S.bO }ANB mTvE|!`bZA!0qdq8coOa"o׮ Q`ʰPtWLwԇDϋ"N|q@CH@.V 5RŽ󼜡p1 R"CYU `Y]kW˥)A;y3'%&Z`u[b,JlNR$x+Nl!~c>zG ѽA5ʬV@вH~fZ,MC+J2Z<~OjQZȫ-8&&iCqzTaWxQ%6=s~Mkc@A\H@z3e2uiuuiXbx6[]ռ~Ȝ+deK4"D W5fWi4u"?HZ=Au"uȺFG< ibF@o 8(I8J2Fx$WUtȃPoUF]8iЄ6>Q0Z.%6tG)/er}tL 9Z@?%lN{%Y_d9w$)F5?.|5zNO߳,r<)'&cgBSς lE-$23mC@OΒg qpR#>, 1ī#7OI `Ǐt)&gX쎩n( ly|m%nyhL Ou`![ABO0ÙNay+àԫE.E'f?wÊĴ2HĦ +6Ȝl6"3Gfp7jHu4.Ž^߻ji)V*jDg`$D\e$[Ib ܨi7DGU6[,N8(:0%ʒ0A '5!0Ý^>eg' Q0=3s@5tq.!B.v A"󼽧 I/r輠A W6_TUh)#n2[ʇbz2u(|Gp+KZYy4pe]'ɲM,؆O/y/:dq2*\:V9G8} o7@árSG&WtѲ.E[ WHlf2EH9 o?0<-dT1 !уa]l[Ʀy}:hr>'yi3jHvFJpE{G\zax W<-&‰8NC#V8},j70f# moml[>}Z~r L1B̫>Hݒ06" ArBDbcA3NE$dt ~й,liΏ`#%fT1^c 1՞u)AbKFբFE6}a3wൄLDǵ2`_-k.dJP|0rY9ʞy`TVejy_+?VMrweDhg+9%ׁs8Z xleI#,mK\27Tt=w6Q|]<FU`x!)؏OGuCt2V:$QجIR܉iap#Kz I:\—\oUH0Mz>5s7@qWjO/^Mˌ"V!5! !UNh3Y(_ni7} nrc䶖U]KJ!mt9UN,[JJ}HwLF.tehV,L$+QjAn~F\,WlyOwHx>G.tʖÕM<(o1@A:҉LVv3ڬip6,2~S$LQ\7ֆ$|ym2 Q*!і~T[4\GԌ;.5]PiyC+ʖ9BFX6 $nƭTWgևX)*'|ACf'HNfFs):x`- xc Uw1v [ ֭_!4A4@.yU>|:/BY!VFֻ1oq;de٥)3\\eG}h@Sk]n#{L-Բ.+KJ{Z/4e3fXNIIinY2J/#ȰUeHD _d%KRN<<:Y3tS<g PAL{먗@\Mkdj'Bf90O>t?u>1jTLM?OcVnxn:m[MzxZMMrrHhzCüG8Elxet+/M]Z!8 I̼i(} |@ӎefluԣ`-y&S)JM,9R)sήD+o' (i'/Ϥ* 囂6g:gP XɞDJoP/b(0lU5xx$? =@?{A@򌦭fËgJ.TH5{x+=cu2sx<Y\DPX ZT~SPZST#lNWB8i^:oVVi2.s˓UIL|Bmg5yX5 Nir)=G'lRvtJgY!;gc"o<0XJ,P}Ew>&s_'.!j~͏1h}raPp[& <}z sO|. rooT\2ՠQ,94S"cQ(dm Z($Vν"X{4)Bh}<~5U  =D@MXV8m%>{Ec[j?|X޺W@P$|xc`/C34ʑUweKrC{sro5(sƚ"Bm/'yO*xh 1ox 02xκ"h 9;WǛ|Dͳ_JY*9g< 0D=_/χtxْN&l=:et*_}@mc)+KnY༸C,Bj^"̖]0'Ton'6؂ɾ6ppiT\0BeCRyE 5Q@إxq πrʴ0qd"]֣|[@Y} -*]6zhR$wdt@`7TۜaΦ9TY6nvp7{w͡ VL@f#{paT)&ZR=h2m`žnd1q |3/'kNM^®,5W #+M~҃ * i}C]0!u\JS2'v֌nUp uQT߼ ܫ.[|z)13ܪ@^ bj)hקyГ2k\[ c7x Vg]A,yxs'O'd8Ԅ?*\z wfqy,`AZ2eR9 p6*_|MTCeWo%5͏DܾJ^Pu9:*EKQ3^i01u&®*faLgטzz E dȱa#ȴ*yqX:Ȥ1ji,vaC =( :o[ &aJq|S;[EGJ /6\Iw@A7NM8yVd-$ͅ}ѡj&=PбdG U{'> lX˝Z:yU6~y#*( *ū#b[Sz4 Ҽn%d;vzNVEGEjR Dw%Xe5خ,0,r>H;6:Iy]-ke Bx Z ӿC쳓ĨmwL&<9̒D!VGW\qtS G3om~*=18 im n!5B A<|C+}D fgi:ǫf-rY۷l\sLu S ʅiC)B a0mͿsqubAajJ2\)7kH7&}! UU'E@Z=mT4.rT`x^hk!)pyƠ.~:1H8\I }2ZC_%7|vj.FNH䎩#D8ߞcEŎ t(JHCAR7OodK;X>mT2#2))S pP}kC$CA͢uMCo 6Xn>oĉ~QOS ?S[e來d+W%|ܬ/2$1[3PS*jEuv YUMԇ5UV{C}yStwE|`~ԓneƦJ-9(*C%ypPRrVڗJmyR8xGv,j\Dk'g ņg @~.juKn{;pɌU5ٺ JT0Wsr_:ř$[E?&Ѽ8o]PܶYLWh=Eqhla.Ys/C c,o:p+(bb#wf8ߤ4EY@WidѵNll"dI$ N. =D a41W-YfJ+{WY0nu4S%0)˔j=|Xzpl4WnsK[`8T*\"J)5uh]b>epgK[_t}xwR6+Q?fO ηN  hܐp Gj8~hlJM"ƅN6?y PM%F ߑͲY`^~B8NA9x%ODʟ)3zxt`<R2_%{l_U{0i{Pj[(jzEg-yBiUk~,2U8yXe 4 :ZE tI|-~zfݫ].d}<ԁ",HwaZ}({|̯0xWIt53z~:җ]5]HVjԋ\,|F{u$e1STѻo!UyƎ,Q1Q%X liAt&K6 q?r1GiUin7ާC` v7fN-L5bRcNғc(Vԁv p/x ~tQ`]ᇯFc$=G̔/;m.N:tA|%ѢO]`LB`d=1' -nS{Ve7/lEybX(Hy(_Bl1L;]%%+߇EE@>[Uh;K濛Ā>?$i`NĂ?qiƯ!_}J[.AվMzC+GKe׾rZFnBh 9ns$nE0vBu.s@.f/Hvl2&ÓUJUN=͸ Ҹf'޸ Y `oxFTE~x ?@0| v,FV6_ʌ_ny'~|}` ݘ xk{/wO 5Q޺a~R1O7M=bk{Zv< ,xGUXH|7(n qg <ǩL 4aPͦ % )'KL-ˠ&:".WOۛw'B3&K_Z/|ςu߃ovc_(\jV?{^׵>@t/sZ?Si85PBQQٮ$$ˉpD쾔<]RBN8s*Ж/ZuұT4^wesWc2Z[~ꅱ[o♍c2u@'CM?s^#Y?uK; A w6 -WcIg67,VRW; 3)|>/X@ <+)*J_㠴Y>c~ߙX=8#N_msߐq*|!ZA -_ĥaxM#y?IMi&*na K@ݔjhndPGd1c1 b[agT\˫9m䟖mhx66cNDa]X~bHU6iUdoIv2.P(ӃADfՒwhlK+$FCd7;Xzw=X7m9n̵`Owܲk$xy%߁u_ SoЯ៤-r݂ CWQȠl"hocjCOZQ 9qN8jM JMP|m mYJ;lͫQTxEbw>4+B CxUq+./BD+v+Z>FYQbFAQ05Fzُ.[[GOFV9WNJfq)32Zo𓽑DK9\ Yaa*-7]jPWtɐα=}*/t;tfXX/i?[vêM%L bN_8x; A' %|tF0&?vIui) iz8,+&PUۂ!Sh5݀/\njhT^9h:{˜㋮6Bҕ8İuYPȸSH%dB݄}bҵMis@u=ʵ@ݪ#' y1aʑOFe_"CHy}c{F3wYL&uQaUeS^+z-|~.h4ƌån~(k<=PĒ W" 9pe?N),.4I> z:*[NH40oQ$#C`nNxhl,0v|a"t,n܇Q|E3u; 1-x?Rq#)ԒD&ԿS{.%,|o8Z:ZLY #' &ƲBT]vPY1]g*71L A1'52ڒdʁ11@}Hg%bY6^һ+w.*~|B5}$̝WQ o+(뗨E|A}, z|pb?( X4ƑuHEb9ݾ9h;K2ob{7f=;\Zks.r5: Љٵ(K:bG=`M!TNK@dԮSJkEB2v1=5onm `7dzL$/Ud }ahd;Ӑ>[x!2Il[GC3Y:.) {Io5+i'<9e0p}t:~T3ߚ׷ "ZVV]40FJb¶rV$2gFq_ eobwj)$<(EB8.+8XrZUzGN(?ГRR9K(]b-(ȪR@ x[\A]So(dco.^J>Ak_˒M5xHVnnKNQƦʺF>Fgv* H佪 x% So]"fpT@F[挱*mWx%V/)1zjD@(!S펷japKQu3ήUS'%CCŖC2$ xV@:qP٩R3c8ѨhZ;^e[Es4=Z8~UӁ2(9f'9N 1LSB0sU;^A+5x_u[L"rCd,gd-! P[KIl 80e(~ɿ)Aa(g"T)O_bx8ǎOz?e9=8jŘ|Y% ®#Ŕpxkg'skxȭI h騘j0:LjNM!g ƒ@+>NjrH*?\^RA9"D(U[&Vk ?‘7-8C1?HL%ϐȻcU/FIn+5_%PFѕfTcfMKbLLk}KYgk@omhyji2{qe X+2tFa@gdI ײ94pJЇǕ,yn2==hJ3?qd{t8qK..vrOt-T f4|FjƵJ-m/϶1|}}*bV[!ϭJN&J %<3TnoC2B,pУW*j5@Ӡ۹2Aol/ZPaxHq[kV'ieH .`=Msb&3e5Z1Gօ"[ CmI؈d7 Rn#I{_/rrW/h0~>#CyrXdr0%P٠bZX+I <;0 _x oRϷG?VƼrY}]rwarH i<Ѱ?YZmʏ_]u"Ę2i*Kl|W*$$ifܲ\|3&Yp TZ{I scgv [ު4,!p<ӂ׫ \;YE `ͱQfݽ̚?Jx]nѺ{(l\^uRs1Zɠ7{4gwslٮHsCr#^?|B.p>~e߆F`n,Mg 1ٛEGʴ?UٲAlIA4⧳ HqmBXld&u>__#4l '8kH a#e=VCzkQR\G<enPL*$?ꮢrSw^F;L5Nm -t (+`"AɆ @ 2" 7wpНF+G'4u3ooVT!qY )C>A`ZA"q|[鎕#z8A @}ӀSitսP(P6>̀jgS׾ 9$.rѭy'NA)Qz4Opc0 q‰<=H`.Du7:v|<r>\0!r`9/ DJe9QFD>cAPb/QJU~1x[?,"|O[;b"Y%71,#X8!A R4kO˱:CuCWzA@% ES2w fdHaKky}тgk Hwp7j+B]?_hA~gp[ۤ.*]8 : ؟ GLpx- j 􇎘8E H"Q[%(?J)wsBb ^TKn\5a߾ z0#`ԮhAepyt?utK 򰼶?9߬V0Lznyq0"A$5m+D11x˂[6c xJT}g_{S-܉^u=GgL'9Lc6lz^H܄KMCʪ)J8}#+{K`n "SU{-ďZ!$8NuӀDf Ec& "dkM(ɑqQ/yA.ץ6/X1f x)B!,ZI>VEb 1D;=_,$ʟ:Rg2VF7'L:6a7r 5Ókвz54MO Mq&4"}˃\sŬBzIp~ǭwم Eם\C~ez\X'ͿU>Ѥa+ehe WY5"ۉOPɓAs6K} J7.,''TE2[֧3Nw@3]F8E 77 _oͤ)VZ.I8xs5/*AGۣ9Of$2Q`k1z^q3`kyE#LJpÆp!| d91IRP( d=K&/ +vv䭏 zL'^>۩n }ོClUǠdUqtf#Bм8O׊HZy@~t].]pIZ5`1a{IԖ R] [RBHaZXlxU 8%1e'%%-[ޤQI G>^!ȜTCɰȂ|q*vȵB1kі }=7@Nd-R5Љ=m%Lv&\Ǎ !-D#y݂> <%rz>Iܬ^M}JB1E 4'WyW/EsCϲ2ncFs42tTi3aKAglfHUr"!czz$'mk REHs}YTDsjvgrl7zYF#8e|-J<첺-N7ܘl]a]̏Y }!"NL{t Kz9\UiZFSgmȔ #3msc[?DE:B cȂZ6Vp]|O6 fCP=cWB eXi4i\x c%ʧS?^Eb'1P KhUdG!*AO?S y^0@1F#+ EV< .Gwg&IEF 8d]pv]Ň]܎ EnB3 I-bEz[d^Luj" ~9ͽr`6\%?t"Aȭ&wPjFP]OrB٣ r6M M[FU:>-&BcQ|/5Ș#ge0Zw>^;xUuWO^[:6} z~Sҝ3͵$f߈_S)g1^SۘI6WcM:y È_a۴m|YSlfo, مq8[NۡN[_<&6\x+o# j{#SyI[ 1B>xDi+='c*@?͘NF{X2{K/J6Q@.+l4*<QȎ^hwj+-^Di0H=znaaVϊNh|#4ii{7QȋܠJ :ZDʃX28׼w}F`1V51 Y3t2Eq ^z)U(p"w2Yp٭^)?f,U歅Z0M<D 0TX獌4k#>cwڡ=M</i!!4LY7ެXqAsALb쎡p VT!3Nr$ȰΝ@`ȶR?Ff>vNz';f%THi=.JkN/wLrmTjG4lk>߭܌% *.SH REl3[feBɷ[r+7j^hudm,QS(Pjq֊~uZ"#f||~ȥBmyD`!ZrJxv%`ef "L|bMN lp]S/.FV刼܃HkcMJAk܋Lhx\ۥי(a,b~ifr͘?a%irOJ .~\ AVVy8`< ]3tNP2҉: ]`“ 0tœ'M Ke8<>> }yZd5wbYyu^Df7n|?] u&~5^/$P )zD_JwCHjC,oA 5ID#p qu){>Eq0zZq}[|**yzf&tr,V#Nݣ]|FZ][]'{:Fcbjg uEF\JY[f?%q*;Ǖ⤴nh_1'jC# 4 $ل % LuO;[uX)s2i63ꭵJ6UU*x=Ag1G~ڑϓML;hBOc`Iԡ}О?`-kV[4D ;Z95NNG4NrbcQBVK4g;l7@K@`.}ǂOrdtFP@T_ux{ Ĺ <)Y/qԗU*4t w_f~-4@@[qLk;8p7sB߈UDik~StE*TMP*T;]Q[_!,\_jGzzt[GdAkI{zk&ꋗwPlKUi3iX ;$~q/iE<(z`v v邉~ F/Y 6)K~%!2 oX.g# AxYed933gL3 ble7˺t A"%Ce~ l`5ƣ"uprrJz`Q*>Sһ4TW18}D Յ{] 1qgT?۽U{e|6_.*_ =f' ZBA񓿀`=[iXJ{>d-K2ٔ,GygbNnAPSavlFK)}U'RsGj,G#0ʊv {l}IXڋdvָm[B>/ɑ|cKi7ph6z6 ΙQWQ/Uc^3?voT [($wY s]FtolĬcV]ʅߢ,^-vGI~|EpÜAD ?`,|zX$pN}_w ~w )VO15 w&HH5/tnuw,n@j2_>v =6@ᔚЩSƘI\Y+lSu#0=Auq&Vl'32e[E(`K5VēZ9؃6r{s*t (c% (F=Q->N[hrF|3ȹa( j4Lo[D}bQxx 10S+%1/[MuB)Ѭز[MȲ0ʯzΙbߍ" ;3l*C%%+x ,|a=@Ԣf)[3e?መfI;@ f®Zr594 gQxMQ9uQௗ0Q9aaF|ݺJ5EuX'`qW~ۅEPW_24G_@vĜW]zKw2HxiE6o冻;Z5i@p$ )64+IܖpOV3+ lv"ež;eYtF#}OjP73wFnwpZXaa8x]t8\3~.NQ=9\C 3-r)dxۋI MPʹE; Qp߰ ('-}$ 6к*[vB$Ĩ%)z^?uu4yX:'kVU:$`A.Zm`-- O8X`9kk\f41 'F9#A^4ˋ1I5"t&N7|_aRx k.*5 Sa\UƳ. 5M'RNLJF;'耶zoK 2)$s)ym^d_f{%N]9.p#BAUz3٪%`)Leth؟RyS WrwݔDkx2p9pa„v(0f)R`)>?CC:ݨZ=Ht[X5Q$05ƮCk3~l`.d&.%DP>gС{l5:BA%m;-֨6@2Q<,,NQi 78ݧ"܎SD}egַ[DՏk:OBH#J^R"mؒ]$/VCqzB4E./9"p o.aqKʇn˘jzxSՂariS3Z 0>־ *A~kOJG'7۪Gt#e8W)}#Y&C+KNMH1` BL160`PkKϫp>wWjH爪i0iߏ,9^dkD%|#6VBANKpv$ +gŷoΗBpx64 !tA>4m:x9-r.`͒n"7Mը% U/E(V+ \G/zC!r&I ӘcjU(1oF)FC@lowe쁯'.?\A"[⥲NETǜwyXoЀ~]U}\Enu/ɴ]/62HpОy2U`nxN:r%4Kj ew kuUm+";ET2<<--K wʍ9X~z.$! 3[kÒ1sD$Ф?wXrW$Vë$8N@bq=S(-=>9c+T_3X$&R]*qJ)y1⋌/(M軉TJS 6I't9܂.Q?kWFE8s^3q ԑMo ^q2bJ'(obtoǃ ֡q6ɵ1a'V˹fʿZq1u˳ЌBqk$kZ`ѝuꔅm]NCLw=>VFnti BٵŵY?ŸG<JHKAW*lXx!p?G. c-ne@}Pਵu"$CaQGd ½)HM9f*I)~ܭH! Oycт@/mI)pPvѧD% 5i)'3jF9t&y)*0-2!Vh avO0mO }$"eetm9Յrg*A{ŸGƛ;5ykw0c)pgn07Wȁʔ$iM4Fu<855ّ$-D ;>R`2eJRd,x%5W4zߝSzj&RW+!Q5?πNBaA@mV͞H/NgN9";" s?ӿQ݈:ט]7iUq4Ww s>U+1ݧIw.O0OM" _ZpYYWr.jWجsYu^41Kԗ0qrToz j4aTգ*?mM0nQ]ruUi?f]=G~m]X?7L;zMcgQE=z,lJ2nle:G.H>hQmz>z+t(AX'9 3o/Xj52lhMB@ml67 +1oNGC=lga'M$,ҋoTҳvz@zhn@E9Z,LKD=mݐ:#6hMЩ-+X݉&V>?$( `},ƻ؃5N|&ToGi\o㞤Gi7E;|Hd|OW_,6Ebn|&<mXW4A=<S;ڱiݨ*iW)0f7vuihMYrذ DT~9])R9`(dCrC.F|m!(ɂ+*җjI.9O0>3ˊ>Cr3]8;d˔yQg50VDG%º-7wk(]lL4y;/>\h8d/wr63AKyQ4LA0GHrAOk^}̸g:>k_w+b#"BkG.)-P:D "Gj槼>sT05ۊ;q߿0iB}\N\%`Au"k#@}j3VEiζ. V:)D\oXErEЭ5:9Aq)hQɆW]?T=_AMVrJT4;S܈/4ya0lG,ljmQ Ǜ[{J 3Z3fFh "'jŌL'!!/˭>Lx/G(zŢABoH'@>HK1bKM7v0N׳ΉC$DuynZ# 0?x mʩsKt 6`fg#a_yjL-)(FIC[l"?fרpo1 7f  ZuaFe$aT] bd rv9ED ssLڛ^ Z} CF 7ω,B-8~hFq_[;D3ѼƚUP1[AW+(!ͷim7MU?Կ7O8=pD isdO@#l49'~РfZQwi_dWMl/ j4OoE-87;;O1(- 4Х(gŴ e??۰ :(J|Ճm˷E9UԒ+g⑖oyxz<s3JJz@ Lhw| d+('ԑ&΋#p:J ?tRwE BҋY^u,b2G=[hSϯ)AXN 赈z Bdoߨ/R(":B_+=K ~$F-5͎z+.zscFUtz9۪)ݐ߹:`wOJ83^K3EuW4 XK.RFLHXE,iN,'s4$򶖤i`f?ƸcUfOWnR>-J?}dP ]WH-a !I<ۅ6_bW/NrWph2'_]x0¼TsDV$g91"7gogY\.)OOyzʸk,c Nr%V#Q43V PTǥ8C~c-ӗnj>,BW˗j/u?[^%wUŊJއPL1+^q6/icn׃:Okޣ>Y\n}q}˄gx.&Ns`چ*7]V7>6 sI{_nSVVE1He l3b5(iUE&\%в; a@OGX VL\f`>Λd,?<W@aO~0rj=‚,q^1V?\gx.S~ 4V%qj_UnPU#}]#fkړ摹BuDc^Fs>⠮_߼5N},.N#bP#h7;Nq=\r"}&j1Z6 mfC:e%468@%b @[M3y͛QL9i}QEU[w!n6IjmrOk8SW!H\3*XU?/J`\#!mU:![M\c7迀?יჹ퉺y??iD /2a`e_"M#R nHвw6ҤM\GHwBQ pez(gM(O)/҉[ɩ׌k`Gr)CDLK(o? Ѱ4 mcRڠDC\߭O/F]m[6bċ 74Q]DZkZ:|91)O2 XNVeO;ÐV[kYc "5?Txj(Ȓim,y8`EUU[@V(ݖ #n94,XѓWDַ{fӏFN`N*.XKH'nw\uBNQI"K7|(P`˩PbqVsArF0&-4e3ha3T)褴I?}T-Rs^ɹ|CM:H Gť =WD[IWYI_& l8E09LIs_%tmN7=v&X93WqO!@G:O{ɉP8|3Py#Gc&WۣD#ԃpRᚑ6G="ݵ =•$ ҩm g8T]@HaTzrveS)j 劬29_} !1ܒxݛD́+#DNdE\Ѵf6Kb8!F%g땫e:yGqu E<)$.Im*MsSu!gu5$k]31*./Wv%lG5߫QHQv z Z #1$`kNDHS{YjggϿa* pSG'`sĘ{#+A9>5Vя2{ B[E,$H[.$<*1QwX;#S \D=t_wO<[L#w 3CEBqb9W:`NW8v8+'NztfdPun$\=$ob~&讯E &taZp&*mBɌdT36Drˡ G +!%H4J A77 Ls؂DCvC؄Swo(Vc>z!Xn>l=[i˟PjK'V/d\7lϮ )_ς_ܟ[mI̠{dMLYO=bVzz8z Z_)8 a!Ç`RC{%#_GQZƠOI(N m+MyۓĨw z#\Մkrn#V.w*njX[ iP+hUf)$cĆFVAain j+GT~9~]rY¨Z@Iv,.sֱح j_)^)L7;4e4qWG%zZ3g"z˖:iGL $u{Y<-:AoYX"vİW{7LVkOۃ{iVfײkN5 5GYCujQI/!h9R$*1I%X @Sp  S?藱B':SJ=18Sj9U/jOaZs:4.Lb^mK5o>dFcU굢/.\y7 /|95 _ |^<3e^C繽8@;QB$̘WS7*M`ufy}4a0]Y}Z -w[(18a }\e&(1V/}٠5B!H#Rw:lIUD-r/;!003"5],+P-ԧÊXF53/%9hEAP7MY3Բ4zed2m_찠f.G~T0oPh`EbQ$xԷȜ!AC.'!NA mn^O8һK %p[똠m"^ u,wS1&%k{ f<*uQA38f G]3.S?yna\uq&n%ȥ3r;7 -ty%^R2SB03}foh} s3h._ṕݫZB;פ4zO'Lvxc4AR,M47TeѸje8KXAqwQ @ĀVuvDAHڋr4ylJ]>9]8NR}(BgjUzh@d\yfL--ZdH\8\:  }e+ޥׇ-C8,߇&mO{4ݽ@uA;mfMC%F|w epH ""%v`ԯAګC;g嚊 _,{kk @e:5KV`"% b&=U`T?o["|q> -1^2ˤ'3,fL358L~-Z!*۫ayD5KfBh h?%.Gg1.5|cy(A?ʂ@`7U,R8 zwS󹎈.cogܯd6y&zrg?"2:JP\qxEn2^jkGqЗY6i'fƯ@OYPCYx5kX;b̵LoyTm\T"*q pB)z8w}0OZUs8a2hˁEv=*2@ncKZE,sŋnV ^,oLN>wBhKnT1:ԅ1:.; GoR&f Pu`G#I?{p:+Pŕ>>;#V/غMw##PKM?u PL<䇝@1M Lk8r1b++#}Jү F{; 1mpg{hlE+Z1T>I?i:dE)dI,=u?;eےv'=`tR\"Q8Zx '2lKXCPYRr8(v[i1< e.EkhĎQ+0SguP›$uzi7}>퇸ƉIR:{|CUgly[@cw*%{^) P =4WFw:h,T{>slrUqZAZ5hGTkq=حSJEr%nfraU7$Ii\ZF?o;\ h7s$gތj-H!&L +/ oҨ7]^D4uoUC={v b8r#_}p (i?eTv;Jfu '&%t*T겯$#UkhS Dn'n]@ ֜4-2Mh;0ژB\O5ߧה wē F4B4,CW zp 7ʽ Gfy|Lj ԎȲ?>%dg6O*.(6",HO'plDb q3en"@)*Wpׯw@[tQ0>vI汩p\("3*Kg&\ C,ܤ>) EeSĮj2M`JIT*=[>T2!-xr j tRHKe4w7Ov5۴Ca,$ c Qe4yUGgW gt_~abӺH_5vDZD^0rԶ`88ܗl0D>e>Eks~-P zЫLqt D̬a%%˘UepI]F890jRVX" YSWրt-[6>egJ_8-@t:;z'C:%:L4n08cl;<^i^ЀL )LZ hҤpSeנe6"f1v]&_xڗ$|W, >uq(?,jMM_m֟O Rľ"EcMY01(ta)WtOw <MtqUV)vI|tA~#ɉ_tS vyϱCEk/ƞy"'|*N:N: F6:Ą{ k Nm í6-ǽFʩb+)=ߨ^, NNŨ b9PAEcN,ea9S9T-ߩ3k"p oT#xHAcDhzToab )a-y|xǖߎDIB=//pfBZT`yEr!I t<ŚT)*M)8m]"\j e c6@g0Diw8@H^N}}\ 5F@]7&VZ^<7Wti6u$bE_& ~An|9%ZPPˁ5 sQơm2tžc!k?Oַ$a%ۛEAQZ耐y1LӉǑ͹ǙF< q ;@hoxZ7SPLt"/X{G?&iՃJR ln%CH.ȵ'mF+,'k$s8,b k<(7)LT^'jE$a`Z^IBI/S3 "VA&_J[PzZ_6W&!+D 5p8JCisp&#lۚy,VVCAAƓHe{:J!B0s傦!KDCR ;^^\KMd[i$ ^DgNdh-„3 jDr1yã2]ɝ#1`>9rz0"lΞ8 (☧Bmjܫ%ME?c{)}55oUy 2'XNqvIa{^]*3&F ج9YJ.Gv6C-L>c ߒΉ@B`/֮|zIJ6ɚ,tU]ߒjFݶ U@2^R vOQ<7ڇb`;Sw^Dkbŭ\LFܴf嵨 Ÿ,twC8c+-&䅊RUӬ k܏xI pwvȧQɄR;,OO\KLϲ[BD .lz; aOAƏ6#YKS0o'm7 Dn%C[O~fV3Wڢ&9Ja${r/Zs:'МMj77 6E8:U2юoTn1Mp}XL'UfIb*Ը1LۤXxS6Ćk4Ғ9cbڸBUV.p*O|#>Hרc*R*G0b N ؂\'2jDɠV1 U;ƢD)DnNM|.W?ƻ,3J7,9[mհg @p5rwXqnYhqU6ΰ{--Q@ x(CR~*~y5-:}@w1 hnD]i-;O)woa8Ꮺ݆3"%Wri/0H.cwJIR{h9Z83N'Ji<9WCq6 kD>BYŸǖ9eIuꈘ`y)c(ya%L@uB+kYoNd'NY;w,٦+UG}yt__o٘Vu厶+{"4fǗ޵b3߿z|(,{Nq2339d[DD˜Qb/+| 93*Han5'LB#zy{9~5+!̂:oV@JR*/ e%߼vЙ=PQ ] bר-9g4X͆^kJLS$㴷4*R,*.+&w&ig(U!pRvFԣO^ T҂&`% T]5hCu5$xB2hw$7}hsl|z,e=q B@`2`HbڊEF*bE 'wI0 ?Vaѡ˥_&\_HH'CݵM(_*nP#r,_n5J\o {/^&"%ADӟ{s@o"u2J퐘`^x+ Ӌd9ڛȿ*Mǂv9 |#'QMn9i5\G>q!r* _ھN9M%I"?. 1d^R4C8"YT`T 8:E,TUuh'2aHJ< `[;dOL{^QE%MD@5aܷ縢\7zAӝHyYz֧Vk,2<#9"8KmvW tȣ˻_!Vڃ}{pb^s[E#U'Q5 Cam#_ye`8Do$^,x+vO'u.*)mTypHz,!  ];R ' ׽BВ|z%Cw[ŎiwLĊ}@/I ƺ`b E$.=wk-zqג$ά䧲Z<c:O,k,T2-Gw*I!":`4!xKνw߅Z;."G>dmv'X ;.k6Lȴ78ξ6v/@H-wL$7D,bt~q@Nd>/; qAɬHtja`+.{yFDv4r@ttINwI򤾦iz}'lی$9l1jLӠ!I5@A)kpU3kt?H酧^lnlS+$iGvW۔^F"74uk0َ+9@JӏD__/uYXx_q0TV4npxͿk{~DK8CgJ V; ^u 1g"mϐewh>"aqL#&x췋X&?F|DYxI"]e,RSvޞ\*2)}z[?߹Y,Q)ccNꓦk}Pܸts~ vJX R_R1Y%FP5#oDRZ-=3) {"HlJ>7] ߢΝ䩙:SfM=; Xfaڌ%@}⽓rBKMn_ź2S5"+P$QT~jtXdSR:F/Ș/298C,I7np6d.G=./i+<۴^"ˈE?*H&'c8 )psOCHVq*Zn8##)DrRa놫4\OYiY-p' d#5DЈih{7DHi*5UZ7C%ru4Ox>m-^x}\3y1]HBmo6Aʌ4Aߛbe]?6i.n.L Q&z!qB~& dwxQÜ"ylvR}ɺ8WdK(U*Pmكx9~AՌ,Q!3+Wm_6qNq}dFP:CoY bI']Л*h+dR|Q+ܑN6^q!ʟī7/?omlda-/z#yLM_Ɣ<2;c$@ 8y6n䋖K*N3|;ȩs8D;kh#^zsIBîWY ^Z- EbV0t 4]mp!ML1K yJ4_Xo#耨RK{4CT|;"~t21- uvuY{^r%tK6l'<SLa'55#cO]\jזum$I(((@}[v.cUHnY@B&Yn:#%7n.[+N&=?qq(:_s޹&ov`XܶqԚمsUކx\falR"`N~q%雿=v#,v i(ؑ|@*TRfK]TD~HbL>e2"M=0N/B0ǻ`[7ڹ:ɑ=I Wj|\zwg9Ibojwn14ɖ3uvAb%VB-!Ϧ3$?7ᩘ7ֲS[rܛ(N#FBp` RSCb 6{[an񩴰Ch;W A,E>O_7~26)Fc2w1<U1\7g5 ?PrYBUIOm]'-HԦ&Y Ζ+X'w(ڧ3ޥ0-2/-J' Z*d GP!bE1*5ƛS:%~w1PQ:QUgGӚ<`ul[ք'4I{!;O_pv8ǵDJHdF䧢tx f~YaWeLfCsDZ%?;L$#7;*^ I Aq:WEIg^3N|>I2C_eVI80Y( öVjX8=Q"# t= Z3D%S _ bDKNOC6WNiӱ9o?IwbU\ /4{Vdf#zQ £?CuxvĒ%O'zzgO fhO Hqi' H%PGm p4zA'.`ږX@!CsCtV[t0nR =L S S+xìm 4{mt#Rs90hȫܘ/8 M\kPGC]m3M{H񛚳ُJ}c;ymh$T'@"`YF僷nmn-):X,PIq?%n kLQV{CFS=_2 |"%pZGٽ6^ox$R?w +]:szhd7Nĩ_7GSǪN5G9xLNs_#$U󺻳fϨ3E}uB^^i ׮3H@6홟"v/GQm-HS~t3W]-Ws' m[svD`/n?[q`?vǙ;0NDɮx#JpI(UWҎC3< >/7$]S%?@&ɒ>>4GFL)$7z+78m5t~m?([V&9qAB k=@X,o^)cCѩq SuQ NR+пD4 _ɨN`m]5_͹';ClzTkfi\͜jf *:sQ̣jHBEa?e3Ga7}p *F[ic_\U3$6Pp Ǣ2j%5׋G 2ß&X_b捎yEkBቊrsj}t9Dj֖@h}| USB}NJG 8| չ`;Kx꽂`krF_I2YŴ rhP 4Ku_DD]XqPBcVbZ+Rl^,.+$}uBw*ZZYPِ"kpa-P[g#<^9ⳈSO( }qjT2\;.M{Afi u:gXoH92rTLU ̛qܐD4쥮-3:#U sh_ы)x-eS2u;TfJ"ZWy؈< ,E*$e -R_b`r9`Ng*@ iQ[.ca, ԿaD@ډKI p̯B"A).@΁?umPZ(IqO+#z3P7h"6TïrPUAWQEC ȥOeh{.+SJ5[6KM'v?0@ly 4H6@j? cd6tB}&xK`uC |͟xxY:ROTgJ]zhM [y0z4m|6ɔՠӷk!!)YA-K<2 y7H)$ pZ" 7Qwo;-Տ6L& @k7:A/E^ҎQ'%pQu(:VzIiJv$r_xVbr-u}9 o>!Pj RrPp%_ǎ6KJϼ܀V=H'ݫ8[b^s1nsl?l ZMgKVztEs \j2' #=D'q!TǟؖҋfZH{ug`$ۊ!t5zP4+=j:B$R\OuB)U8ܾD>mהC|-5jG˘#tM1{;'\Za}?[-uqdz^L!OW\9|S=&^ME{5"a0 PqWldTaSrzosթy 0R^ @v^5دz7ylW:/!~~JVD'SrD34hC#gVu:%F#&WBY-$ww+J-3{qfscVKֳ` hX/3W͖{iȒSsu'BZ ymoJr;=t"Ψc['%cP,ޗ>^mĴ5CQb%ļ ȨRk(I]-|FP$4= tm&̄+[ \tV@Xwd 'C\ x'Ԩ[dOGdo$ߤwfbw"4]+sFV]g!%q"c/PreڴYWL߃CEln oV'&ҧkW"d6 ,['ZKK| nz3skX 1mX!K}&[خScdR iٳd7ĉǖ)hK*%gBThS|5Ax)ב+gJ*7R(OҲR3F.=_i&L OO4Yjb5f^eWZ0=h0=p~HʖåꚄ}Eb7r|/w6чm(YP2-W JC-Qd}Hy8Wk7j5ȵ;ݞ#: 4&VZ,@\W2Pc39n;;lؿ9(BlHaKrsm@[j6&ibAHD.*XV8 ^,5GLvv.%M/VzO;Ɯ]mwuX26aar]8ڡij}d%N+b٪O~fVe c1/% !Dr$pmV PЮszs8雐y=u.Nu= eԛ񗃲n <۷&K { D(,俓raL+x;>!sXnuux]k~ѰvT$Drd@L[Pzur2z}oԋ(U.RU!:O&e?2<8MִOȸLrst$EcBrwͻǚQ:Zߋ_P 9)wL{(;J3"Mv+đ>y994WPMGniC=@t/CsH5;yП}yW[;E< yԑQ"1/pپ+ :Tnc91iԺ5&D6ܮzHʠdc{;Y&1k>#Oz~i?gfqLwE2F]7[Bu>A>>{J%ױѕe_V%M) bBԹ4B2!nwHH>6~96N?,3%3l&"l4`ъ;%D@sMf<MnVzdؙzHJǭDs!1XNfG,BT~&:RK;XsF=ZA51yXab PPɳȯWyCba4!/IWfw{z=@vJPM}9^ it,ψԊQalAe>v>ye[IVAkIjD[c da* m^pjv85b#AAGA 8ANSCGnmS%'r*7tg^Yp9$M=h6;1 8?{‚ /q iGIaGX"dzY-ҫ2l$RmD@fwrX&r:dJs, x=K]v@34(jDgm2'KimH#BjoNz4]R1(ߒk 'D[B0| u+ҼlV3bx+xNERJy/wTE(%=Ǎ8\_.KRŐ\+wb6fa`c1 oxٌc"eG w?wR"Ӎ ~7G)9 +~bC8'$( įԓ!VQf8V .L^}[pJ(}0@yS‰k#*Rkj9C2% dO'%H_OCr/#bŴx'26i":b-~;F{x:0#ZFC XPLpkYrQʲRF%p4YPt5dgJfR񕟻?UՏMiأ6H: 8ל|-qB>qՁeYryk;׍{gutM;el,@+cNLèv`⅛Y  H#31ouRqJȎ ]|#A^'AB,rHpLhnoDQvJ|0XU,&tNLg{Ut R_Xwi$S8ҹk=3c= `u@ Db5liQ_0S^=h Xb{z/,tZ]Pr "VϏz[5@thj9l3l2(NL'yLG0!5NtRuHVk 3k*{pbQਏ\b]6g.FjF-VH a\dc\SX :7 =)r0oXggVn{LJ~j5)Ϸ #+iȴu=q AiZY7W]ϏTՂs'!g$>#Pos)9IF~̅1ӡ Z-{?o]{yC m̜iԅ[S+}Jj#qgsSL*a"7BgŃw.K!v7Zɝ%)U ӀgRbHhw e`f6K.pCv2:X`:(m(w¼C 66QFĮ\%/u?f! :#}\_d'%OE^A!̼IpJ'=NJ-ֲό2I>hU6]g]-[-<4,Q"aVbn6pN vqނ50uuE7IS"sr*i:Zm*P1؝>m{G]7 A]pŸK`Y7UI_%}}\AA. v_%n߯/́\^S`W6 -BW,L̀F꽉iaARWњ]0Ќזd%k%I6 {m(B4 R2;F O$Gü(lS2 Z /chBt xZUG9թ~Ь3h Ö\k e jXf=Kɐh K4::m絽H ;ShH&oa Ye~3fiCWe;elj(]+rF~5X2.Biѝ}p< RI!{|15_"PyBbpc?]P.*- N0leosusIkw!ra|d H1BgY -p%~ ЙNpO\l,CD2-]~pe-2&פӶQhG[ݫz_A+s%w|Fנ'@zyr )^ cC8G[5O-F3w R1EG#kY^  +t̘pPnX(C~p|Oec:Z, [7]bӓ6a^z:~iiZX.C+wFeHxrVA]o$6g5 e2NfxJ%4DHŝ8ùk,ĀZV0:H &\S2/= P)4KW42LU9O OJG5I`I5QZr'ѿf݌a Aaq`_44`mikq% T r%j˺]WTPܫ m J8}פ<'h\^ԫXdž۝ΰ"[\ԮSǚЏGP13Rjw?2F&DKOl]"H^Qa[Ph1;+,,,5w —Ilipv>{{t{SWd1g-bA3cOrKAс4zGs-ak`Wf0mQnV"|g_Uن݆VE,գ^yf s*MYwR1쉐g-8O)cuII{w NoNrbwLdZegZ[D"diMG1f٣<*"(4iY2U/#*"FA<р3@osoɯ.".U{']hJ=;3{x "NWY+7I w+ŖJLϔ'HwQ=X M%.dWvn]t kyH<Y:_7/~=z?ljZ YS,9|!Vf$'w^?|bp*2e5lVmJ r($_֐78Gg+6}OU7@9/s{K{sy@VILHSOj ѳckӊx\YЭQ34)ki-S8%'% 6WlZT)ܴI^Oiߦp$L$}[0{j}7xebDZLCΪQp@/JdSD^ߋSixzӇ"&_dڂ7iJ<9o\y%ubPC\W+_sh%(@zSԱl EzSW9Vőnܺ;065ᘾ'E#.9C6vb2f\xAUf~MKE HF+mOI/1aWeIٷq_[Kd*4nM-.MBǬVc6{P/Z ?+w,je[ŏK*ܡJ8؄2LJ:R}QFףh솴:jUΚ0$EkGhl:mx+&1.+MѓL2[!J2E;w_ xZAj[K++`r!fd0L9rI-w_^8n~N ) vsVv鱨 0})8=6, !PTr::HcF9Q٠Ğo^Kjp&fm]bը<$⧬QabC,K< QEӪܼp\}MNH[(M\\)<j朾z]I.҉QEώk~3*~\ofCN=zFTGړӡzԧ[ Rd s}KII?ChR/u& &ļ8q3ohp j5q89cT)DLdĂۗ"ɝea%[X,m@al py׷ks FII?&Gr*V]b<4]kZZ#Ļ+u%Xa{SYf^ڠ,Z"Պܹ X2CW B+}td>GƋ 4vcYa*,1x_yg%r} %/.Y&Ez87 %(hco&*ȵd \P2.in?4@s>dK,tfUy M \dIT\;hcnjGa A'RDI*>BwħЯʹCs?ϕxtָ8w'89p7B γU^s1NMaMȆM,Ap5A6˝.w T: 8ffqw1'9#PI]zS*1 )1hVZ2=5!D1Z7a6"x8^Tnuq,F.2S*3:[Z;RϹY, R4Cuc4-v))ї38nIΐ|ef%c@~zNQ)kG(|}TZfP3d6 LH6i<@ וMVŊ3i0ҘNOt]^`!}3z40-{;PLccЍE:$ހfH ̎),XEIFG6olKs)?rU{%bz\EɌ<(8>&MGI?˜<ɈI]"">3#@^hҸ~Mņe %xW|qsMC[uϞAtdnNN[{Ux$T-4WMM堐 6 w?kp&8ӽ}I-H,~wvV7ƒ80/:cSI!&XtBhw\JA3QGmb[OoA|Hzxv8^_)YXf [׉(x:H|f6 (ZqdwLy=}EʟdW'^@hIӜ[⯠x\qHq;p$^M0Y]Vqڳ}M kw@5y-7]Ut9랕8[zՇ.1Nk ? }܋C",e{oȝ eC$yTfsTh3J|3Q1_Y9>t&&,@;wR⒰m?27ZIK L Wg9bC>=z*w靦p x-XĬ{]MOfå/9ȀBf<2˘Q.^^^n$E!AY`d,~<ຈ._Zx$uNQz,_hzt3vAmCl#[?N flp6MXGC*`MH}xE V Z6Ohȧ{ݱ@J@^tfNNɬ4W\P^ZKt#cS,I 7kP.}u1n% Ij~"730蹓9b]'4[fؐz,jR]u >w̹m\72:ƍf`scga0XkC]' BR|/ߙ{KHOHj̧ iFRO,cSېJS触d$m~1ll5]Ĵl5î h&f$l*iVKܗ߃Jn=5SZ]_,35 *AneIƿ%6d.WSBi5{/esBkԏ:^)PK:@{ors5B2'36#DƧt=k,8q3bZfo?}ghAu{ͽ,GGbG 3=Ȫ8)`N(_DVU?Dvq kNw D]6F4)~ k'*"‰f1tOION󂨡ΧڄZr E载 f+-nkXCV9vg柮%jT}+',$UPEƄ]QFp -c粃&VB$:^!]l#p 9Һ~sIkcEK CJ.<kљS}D+{yJBNDR5@cADcNvٻDG)-0.[,Ya.ʉ:F9E`GުbRM7b7] ;)r HO4F{1z7"3*w%+ap9*H q^Ev$CyCOEqo*x*̹\B6 V'+>[$$yqGMvua \HDզa6@$Ȉb&A]ƕ+7kE]àC}ih6ݦΏ)H0 ̮%w[q)խ /Zg±;: #*:'o(z{?x"w*8I1~WVWzڙ%8Wu ifSu.]ی%JuAM )2{Rl' d^=$}}t1Ц@#+$#/|;[Wk:|<j0I/K$m̑"T8j&|Vv^a`bs ~1K !%N~}udۈJ m 5cB}L7~Muȸ;U??+l8`E?O -瞩{6SksW65 "e>»5y sC#a7rҨ\&3/ۥlxb@|\7ڔ h48sQѽ9[;0|)b'͏~Y?j--"ĐBRw'²[u0wy|F߽Sq@d˔z@9('vs#~7`7F/Q֣!6'3};) vsгp)oqR*'zF%0+xbBьyWB#5pk[rC@#.Թ K|8J~TB R]E6mҳ/1h9M{q9tfpUrc}o eWe%A k`n; 5yX+j|ی QZ7S>{dJG0qrPMe V~Wœ?&؃ͦO/(x|[xBMX@հj Aɪ`Z0$J~_V~G@b#9KnpV[w@WH`el!c dylbrݴ!_OҜ3X\J ٵHQKZ˵`$hc1OeԳD\Sh<ݮ;Z2?r * ͷ=8*fd# | Xӆї:ZU34[hin|>[~[`4*tZlp$-ŝ1́drp8 R;pSS&ŎDYh 4*N0IiJ BCl0fǬYlm`Ce=T8XhϏDXB\"5ޕh {2$ɸa2+u?s rTcUE}w?*eS3 a(y { bv #aY6okIV*$&مoz!nZgކxYJ}jEjHP4-@۹E(XKxM?Y,灙]MwiW #?i}耍 ir;Νr >\T cH/g! Odz)zݞ1C0Ĕb^^񵅎 <ЭyĀcLzϠ"iWu<,+zŴHH1w}kV1oSވ0rO>"@W V[#)'hjOd}/3 `C栃7 ˽2+ qmXlWIGnGiv`^iO-4:ࠪ4%i_ztts W--eTz4a,4&HU0db% Eg*ۆW7INza Y<,IY_ ѐHQ}&Rwqv"Bro\ɒz?3Ne+ab:12,m~=>_ yy<Ȝ&|8&`ښ3OЮ,=*ܣRMr*nV[°h9#4~fˈj`*3=O;e61(2"=Q5w&'1oZ3k)7'DzsF؄nE*mwhpmJ"Y=iXQe=hz%o\3hWiO=-7ch]a["u"US,SD68ay!{3h8 "/x( \jU$3|C.' E1*&ժK9w ̓Eb D&VIneNYOlcnkduyw/Ϩ^sn@KΒ$㫶u)#aO0'šgD7XB,SU@ ?(0q8ƢR{hUI1,Ht{}.`SpW&;@;ď༣^2 8G@-tlFfRHcC^z*O˪nmyͫt^v6>M;qY.ËɜRd.W&ڒ1lOFv -멞EjiVF> ->Dݚ8lÄu*Xcפ3=ϻB2&؊$8#l} :̦.BREQ U}f&{i[;?4`TSOHZx<3 3f0bEoho_x!g#`Lf0tWfvw]Bn>G(.{4vV2T^ ƘSc U$D55g -!'޷Cѩ+#u#I,ȺUqj|tO l{!oy r5V{}*QM]Y@D%.0;z-ܯ(\%%TesZ͉6&&-3i?Ypt|iZu_!HA 1[vP(@DdhUw}֞v\%K9ճR_kl"nK 0U^,QZcX^+Axa:rp{|Dt6BhUk|Yuum?\7z+prmc+b5"g%hkCmYԽsq%#R~-Ik O7g .aG$^G^?0gY((V;X8̵m`{A@4魂j F?*QSؑa/ wI9J WT_kX&K _z6c`g5y}т.O)Gd+N_^C8~ w*=Mbݠ{?g}\3lFɇ<{]m8D"TQD 'Uͽ@y7[|&$ːNq =ιz rP1 l]E9d&7ݯO$;Y}(*hr JkkPCQ[d'FfBǸx*LbtO2^=[nznDX6oࣃ@5CnCіCc9w?¨bѲC"q pkܢ"u@hVcmg|14uXŜ@ӏb˞8yigk Nz`K^$5`tx eB8*_<)hF'^X/]f@1Ө zAnGƏBB*ue.3 2󏀨 yVBlv̠XMR!^Ԧm)C\JHҙs#24 WD3]-uoKg֦cbW\gxBX)\#@M*`EKGՂ'4;ob ,Eh`5wm&!"5IGz{SA.BXlrBEP&d?. z?W+Ah>Ȋd2SLi]IS8 "`=V{,*WW +T^4O7Hycܯ zJ%יzp$8V(.En Ax!HTSx揮)AUA1Fe#,׎Ow6T$! ]Dd_!c$L-jR0M#<\& X4~M[n/Hui(HyYyFo!YޔŨK]oz5 Ź > $S^w%o̅HݕbF0QX0K[tZ@M);E(Lx(P "aS=;dg uݥ̓>d(M1$kƈƟySqcl}#}6H[Ŭql{*U|텒`CT{/knU&#ujEO{ݚo/xr8w˪EDZ!F gjصN/=Hc>h lzBJ`.z0.~7^qĊ.sUg*Fֱ>%WM|K&hJ-B0b^ oޛm uiwjqr9H@; )iUkŒt/[CGN)[up#S`m.ƧZoϨjvv ɒ⤽cpuW"f_Y<{i!j̸JFI }P Tƙ:CɬGL+QJk^Ҟ ᮏ(y]<6 =\ "% b6A}l5Ⓕsbm+uc@L0,&)x/lTÎt-q&a'%S ]@MPr&#)[BK@7*] Z?LʉkygS;R~Kh#TUKb *j6#Z[&HM'mv|Ee70??U+3uA XiY.' gU\d7 /?8Y` ]u PNnHE6 i-v)$>mM@pNj=şR:b$jgO4 kNwe]J_"k O/MpAL`i}< '[^BGY!&+a0qY$?_BGNJ\4}Y_*gvV^g NxεxAxQ@'g9u3 n(cg`2Nw|_47aaqޣRZ:d~((aIF1//mʧii/LY軄!r AbtY5K2`lLN;zqQ$tv=TBq12ϑ֠Q,9V3bF}溥ip> !a J/k]Ė(F.q6Wp|Bºoo 25Yz0ZO:Ex֤V?eu>1 HÊw֞7Y#`{JZOngZ_=ԙ+4{GP>ԅdK|xȎ A I3닛幑r/,̛ܱm,:sZIR*Yeԥ k$yjv5p%'lf{CD㮷2gpB5cS^C!2%:i:cDBVF ȵ]䈕O=םԖv7?SI7υŬ9$ ϛNoOS6}MnS\DȠV'2h^LJ%b'oX!_Yޏ;6|e^??gV=]fgl Y+SQ1^!H̬!pvBn-s\0B5Ǚȅ t~,6-#.߬?J#FxΧ|}b'w{ &-șύ9.RT^,F0V)0s} BFդ_KWuHq+}@*ΤIƔ}yϋ&EA_p*! AD)3N)VЂĤaxhVUߠ{3Ĝ* n4fbXd$ e3MTXPiP un5AФ /p^kmh2dUS IQ{SKhe1Ac`N}ڮV_ /X!1VH=r%ȞJ4O-w~*DDNq*9$)aِ6@`4O0_}ؼHi#ؿ&*Z ceSyө9g CI?_b /pVSb h)9.Aƍ8ۜk Z^4Kg%~rr|VM W.dkK6]2vQ..愦LCW;-%b"gϸ0DKwO-R7Ko E!:EL[e?Fku w"ea`:8w,4#f nÿQoKxTuɷޓ*K67|SIهJt^}YɆ/IhRUZ// t'L^n_M&i9tTr2Elb934DT5< W8{tGk ӗ&]qb|E-\BgaXgB<U\Ge@,|Ehoiq/6ܲ^s|eBh]5^O-l&s0]+X~T)F{}|}\% L$yTm򀹒Y:;"$}ppt'xEg84-z-{bύ{·(Z a3u+:NSs 2m\vx.ۘf0h0ՆdfxWs{!U.jP?5֗1vFLK]+!f:hK 8Tiy/|'aތ1kS |][ (Ah7]wE'i?e7< F4<>T`%l0lQ֡8Wdr'6*xjVKewuFDz ,oBҨԱx&{ƕ D{ަ,}\~E 8^IIFǛ(rcܗdg:)OLx|N)S? b)-V53uQ{zo"|Dg&HYx_kN,؋0nҵnoE?Iz5R=}*lgt~<v<^하`R`hB;X}a8zRe_rk}kIz'!GبdE ->Ĝ3=7#F}),ө`+#G-S) I\yzh֜WKz*1iײ$XȡBB0$I&e.8(0,DuTcʄp:セ^sn[#55gV -[oyJ?k2RpW&}=ƈA_iTkPIu2E29[A^d>Eą3=}Ĝ)7eF.^V5LZvz|c-Y lR[y#O@zY᫃FcJ4C={q AUY0S ù {BDXzyY84*@]. ,SstPO[!xxޡo'%,f0 /_.U)`!_${P4|3R A&P5[&]\# .}F:xˈPgo $"wbV҄#69HXs@y=/ &'%#Ԙ puT*E7LYJny\^X^o^x;TCwۑcK!튣bqV9dF'`Ql/G Hez08$˛ [U8/exw(AF#t?Cu*'#t>IӟIuH6>dGz8~dBT;o1Œ٘UR dcp }yCosd;1b)3|H'+a@DofD ݚz,t0ܯFxwyZx M UOV*/:a9S v37 :oʴ!ȶ4 M]! ΝFދ8-l׾!C;eh?Ƌaz Y1q} -]*ƐŃ4;Ej^ AuQ޽t9X6blT ILLHpђgl4nd .kbSEޥ\Y=ݶT+k2 s CU/O-4^@M*})O[Y3H?1D` o( LW6?(ef͔uaU*=JXctՑlĈo>>A`Ce3= (SWlu 73u Kk`D/u%;K*tu\̖jPq{Lg{Z2ˆp6Ոhe[X\Odz7eJpm{YCgS[;/Fj+īX`)ErTښzT;z2 ~R!4sMr,8kۍAhiB%7^ Y`8($_t^u|h)Zq0;iclRxY/b_PxiKqM$ס?GTejsj17 9J:_~e7bgZ%é`>>I(OQr HIPP! a~"|' 3QMGcڴ G97.([N̫0s ʈ۵`<ȔE7hlYkIL$Z\<ܺx>s ]"i+$h؜{HiϚVݱ{ݨc(,|m_"h_yEH up᧧Dd׮XĀ(}^ vb91MT928x> WUI5wE?`otSӞ;oHA(jkuũ[T^r]_4MP΋S;P/ -WkUm4U[NWI.ciji4JDu#v@'T] SCAj,V9ZRX AA~rQ[2l}VS9In^Ay*9b0ek|'Lߎcp^!iR ?Ijty&څ(gY}2~:BD6uR ;A(FdUA٪wozdr[$`{c֬1a3|ЫWYz^ J*s xY5HKMxwgEj]r*@ih(_S360.ƸVp&|Zyp0SaFB9i%XB$'FFy2˧@dhd"JtI>aDޯW2O7z(g_Gcn<ͱhrHDnA3OWS#;>)Q$7~|\԰S$ck3Xbqr{#HZ+NΦ]L (C"<̅;2d4k[Z )VI \2z_fa?85y=ܛ5"[*{IJ+`[nW!KqODc+jTOqθv Dr$kC3ieԏN a1wu[;s,M% |i "M|/[lY_𬋼hS|Q9gA\jLݔĀhs~O~;c3F'Id`]Ղ51y:Jz]GW~ ]N@BP{Ucȥ !vc&[tl<ݒ9Ñi覘%^fUNJ&L.EQhYY,t_}Dv1V ꧩm̢0 StY3bH̫bW:Kl"^tP,xBO K}:@\مiXTUWu`j1pH\8FxČc2 =77SuI 94d!K^c"xUs~dWz՛WQp-GEh;9wGQ8Q1#b ;gG(Lq ݰZ"tM luDY$R7<%XB3voka +S)_]ƽ*@{|\@A#Ts81!Χkw(MTb6#˼Y}NJ!ZΨg͌kb<"ktL]e}ԏ`Mp* # P:& c|#;ȈP y`Jtf*jS-G%˫TbyyȒP]LssBK%b-6LH*m=?DD=LY3h vab<̇)8D4os4fd4 ʢ6G4A(5ͭJqaIRjoSONT g󂔂)54dIԑ6Ƴ)zpaM-J j{A=g6t|@T[H|3L#W-ih؈I=!3Xzﮚxd-">s\_b+fiכt8G'+߬<D2tg8{1 ^vk }EC]pDZ\D9(Ow^{ yt x82?l0.*QnU]:Ӝ=lD "msRZ)3#.%?P mͳ}JYCOWJY;Mq$R6j+{'hIR>@,13{P9{7}qD?7{MT9&a$ AϗWҕH EP * #V|ʙ7=Bg<^N,2xhξ~AxB""E\Ҡ/Fz}،S׻-JA??R{(9EB1%Di i@ ܕ.P6exEJP1b͌U}X}v#e6.ym:Kʀ=#恱9HBO"J>!Y8H|$iDV ;?"x<0/Dǣ0܏PEU6! foIؠ;B*B*TwhEbNqfsrp-`۟ꍦijyE '?)`FoUWӷ.u͆0g%YkCKM\wZ v k/_w%QD%ayI(+ D"k$B?Dg@mɌV #a&*)VJPl Vaԍg'F>P9X✰f렏d!RL{aIAZUF9%WiY73#f HltE4P'@7 zBVxqxQ!+mO9V}OwW#RO~f%g;{5VFg)#4#b_M:;Y~\͐OtOȗ )NS)):;28^y$s-T@MQ8z̛jJ4m.v}k/<4a_SDNwI^KErQ K]u ]{bUfMl( ɿu d4DK'# 6Swp\eӔu-` $.S '0wWs(}qw Hh]N2d{pJ1}G/kGCk* %Z/NLb6 L^ wW4eu@oUN%BF )+OOvV#l$_H؃TGҧ?fb2 nq1R!Qޱ\mܔ(?*w>F ʔ0fbSP?NVnq&~` <װ{p/C> uO;JX+G§j@5л̆y%ߕ$LPhϗP…,a *غXAP"FF9Hf|U KB|ઞKS!"=x{jP̥>طB W 4:sT)T7_,|,Z\ӚZK/Y=,T۱dq){ pMjq)T 6B dG+=eu"[~hۘ&i&-ҪXз3  FO9\ y1:tj.MC*ƦQ6 HM:1CJH ( i1ŝS2m>qb>R7򓵉bNc>%!w)rA+=B7-pJ9.P)ӯdtD-(5-N*VX5w\𑟿/.Ed9C53Ǧ.L:BL-1))Z~T˰X D2S =)'A?kk| FȨiVe:|ҏX@=7"gX@ S2t8RhagɳGZ{j\5Jngw:gDk6%`\b 5Q3mP ʸ3_-IhTA35jW$+*jcpHI^KlqvVŰ^]DMQfha9jq] .`^e p) _[h*M )˫AYВ;Z < 6B)ytSf%G(BRN57$_ LRxqʃdw5?'v=%?n\DNDuɍ)ֺH;/L4l,Gze0Nr}keF@z) #2"xuQw{FW5vEuw 5٭~.i (un#G{YbygjD GWښpv=Z9 jOBKx Qʽ@m=cҪC,RQ=1b#|(GWP4qa-C,@T~Σtlnsfo{&1VM4UXh}+<~Nڹ4~7RXe<1KyxN9g!osHo-〳LWW$IOmNk{OO,*=ǿ[v[Rɛ?59me:tA@Oϑ~"cx>DGD@e[kŌ"h~ݱ<Z+2ܼȁ7W}%$ ^Mw6J}S6ZX\xbdMulQY=PKR/!|5@={똉Uۺ;.4*[~m)K+6iu OQg8cw#uBI/L3ؑfzfl!2]䍋ެ #%-ăRDYLMy4m +j,)zVz3nr)q;)U40* $V"~cmѨ1M:˹F0ebwhB9_>8SbM_)0t2'q;JcYFߩ}Ѵ\OMBͻh&`#=9X9>RLFP֏9./aך6Կ;t2b;>;+yô"Shڟ$M!fKέ)5W_etu".i݌Lh^ca˰ނ-V$Е{~[=[z^/Vn'81λ?9HJ#9P W"6+HO#>l2ِp?eoڋ0i~!*A^}>- z$q\F+kvnIptgƲ_i_}3M2:20gј$03beW"= ]:%.&"&s<7` ӯ~R^,q95TB_۵1#&튪usuKuJH lD`<脭H6#&N/`Gkۂ` 8ɇz}溦_$;y鵾TS<u 2 E>| k"=ˇ=XK%DÔȊ4'oD~ss≚4G 5@ w_jZ.# `V\_58@<}~_|3F+CRŢ̪@8$m"uswr#yK U{z '(К'=M'|Ϋv\'$4{8MA >UxWj8HV_Duo/wsg(!r %ϊנ&YjF[oKgJ4vSϡp]\T}נs/Ͳi-6?_{_WYo"b2mTkSa$~ c%|:T$"Ӻm9M M,&E>ňK!y`(Mr &\<ġ߳!V1 ]JncI6fwq*:įDoZNw({_+D!@\ ܦv%1 7f^L2e_7 8z[0K~Zt9x0ΊFM>Htfn'(h-8+ azXhW nQa/!+)/#~q8$&tb# }qq ,'H{b=`G-)]yrb1WT1mV̧: ?wNJ6QGA[Y.y"8qIN){|Y%y0`Ӌx:ƻbL7 7݂^4.sڤIZۈ֬9Z=N;?;%’CrMO^8U@LQ_lE$Qf'MQR݁BّY*qhDR@=P-b``I]Pz.aYQDDXV jImyМ~1?wuf>/->(|QئYc)ډַ0Z%U];/oP`0hIR&>/V½%{J{W\E 8@p @]o`.L61sO[V3ѕdqТm`?fo ~8W9q3EEf.Ħw 7n%mUdsO=k]XX[t) -!0\j x\gdvxYK1c/ )ݚ)uw"Y+p /B&&LtzȬ&| jr?)pj!@koKvTqYWu܎Hla>ds]]Y~_;"&Yeo {+h`Du};}Y#A 4r5D-sƆg-ÿf{1u}7 cdI Gcb}~'>6Eo5nIY9Bp*6?apl+x^2ϽRc~]KH‘5 vdypj+ؒYwTp9waK2+ =c*E,KnX6ӥA5wi 1a2iݒ 7}=IpӡֲBߥC]̛LnqvXW^ǏG/F9>G3g";3PDR.ku$?gL6{_!u^o,HoQ5_sIO3>{K@lᑙzbaMD|gEu(cBz84r%oȔԮ'IE!TL?9cxٳHviCM=掜,hO.JاƊ073¥//vP 5cph@p>92z ׄƂS۝?U12r>U^J qM(PՂj!KMlxH6{n\O| yQO:}$+HǑ3}DzOhM=R[ MYb45@U5g ${"u聣#> VN|Z[Tܑ7Ʈ!xJ1mWA =g9UXaO4DΙ+EI*Ws{qɃg%RZp ѲƊr$/;hsŏ4B@67B3-Y [H`YF-Gq*)mezPaUnչ&oyJ=HpWTuVJ}k$).a"j4R{V3pS5ў]qistH1 r9 Yޗ+tniuU>:"6o5"jfv^˘#@7ߎJj,X3MKi#?0~[k܄nsҴӠ&يlȒOT# bXenj mrQYKP4T!Pq+أQzq%C%ދg f3 zpMD[f;;()3R FVqWHI7=@ABpoHW77 EJI+Xp+ چpjB:[C")|@AҠp`vx4n\ҲDhnD1)l_OiE5UZ4 J] !q0P`a}\w^ `«ݎMSiv \H.Xܠ)y2ltF81e~k6ypȽ󁩱GBU~ b+Y}oӊL | KL)KRIzkW]'5M;B18?YP2+D06Ʒ fR.UJ aq" =T):PW S;42f-rWT[ }z@$ JSEJC4>8Yi d)Ɗav̍ ,dv@"(eHw&IDxBݫOrYaMq2K|k+yyBwϦ50_lyybMRhGSBKn3譧 b6?q:tF뛸! RL  eȑ^oÝ~l+47WCyCxkPVWDY?TC@Z{BjD ؿo=uӋ[qZP`EX2ɨ Ur)ֶ"n=2ޤ5KuHD$`<Ӱh)'Ĝ\Io 觩 6pĵ ]hcí8,@JHMk1ᙅNpC%ju~ .~UW-[% }zϒr !c&nI2TV5aCrXk+tXzvsoH pm U5 8o Ϯx@o/ 4BK@윝Q0iƢ"Fr?[nYvԹɶqs(N"-ÐZK{6f wġߣgPQ^[V6v9aɇn\diHr1˘vKD bgbPk3~ִMڲ냊ω`n'o!=K"Xǝd@.\php\{V7p(]7̊k1R!|'1vHxwn=$7v9tΤlpu¹贌:`;hEގع)ۮXbg@Im;vLTV&4ی9ƽ.z!QFuݾ<5-Ii &,Gaa'r7Vn›njKצY%߱[چQ֣դ+ɓZubFq'7Y1bl=LO+{! K;Xj=_E{R.v3<5Ӝ+Ť4Dz}&r]  Zѻf]g\(UÑhBYRZ:n)1ל&SIr&+θk,uC:bֵ7\_οv8WN/,5zWR_xe$Ŀ'/P %!O8]mYD: k^w8IY`ǂݑ>!vb;`v/C ijc-_7:w Qtxm7yfTŊ:@LjhlTB`ĺ̨yϱ .kq u|朏[{NB"A;s$үC3>nPbth9|Rvm;\ՕuȧMp6*W{9]gMp _sQfcu嘽,7K-#f&[V2'*o7[ַ7uy;vܜ sxZ?,rX%ˣ۵QuC cr 7e8j>2i25L)G D<ޗYpIx/T޻mwE(qLW G5%iPg6/u3JތϩB(f[Ka\!X'Wi1 V+rgLqM~鉻[†=v0gnt9g6-HU|*ENM#dkee3}Ċ~9wߧ_j}-@FaspvOB`ݞL)džS0XX.$'EK!a*j`x+p<8]U܀!r`lR)%u$&tu*/r"`+܃`X`RSыMF"aoԫ\^ A\TC|R(a _f~o|ܜA։<_XQrl!sl8X]v C>V4i֏|-:>&Brzy7M{* 7 叀&ߦBD͚,v)c;= wc4g,F}đj0qZ(ڏ\X {K=;EIbLl3g)h]`^ecBS6Zx |ݭ&[B  R|Gԗ|YR6C ;6*Y2µڮ5A Ec~-HXY ^ѶNŶuCwŃuWIvu SS9;vk5a;.F\y+z(nzMr'ѹ7PUYFr L+D>?J:'ɼJ֢L3! :Kt#s*C ?2ůf>=~^Kv:h*Ҙz8"J}\Xy2&_>cFogʾlR]rn6J%|r KӬ$3mMUFߓ~1nl@ Ay޻x_owJR&gn?RtՇivFlLeӣ-M/Rw"^o*ǜha0{wTU !H_MJ=ǵI>-&xSo$ǬkNv(Jbqjk9n{XV(nмRa=}RPj5qK(ÃLE]Q5NG&v_^$;NYXL}@Maܢ ATs8M~1_Yl饇2(yҮ%fx"Shh6ˁc. )3t?|j̗ȣG}٣yL8\/l{];DY3H-0vNXWOlWG?*4G}-x xh0hqG3g =E=Uv:k1aa0Hb/dێEDcMnm 9{$M\ju¥運^,bę՚!t H@ǯ w`\2B͝FSnptX螐Nc \g}h#ZAG>$N +e:Җ8 /Eu^2g'}TmExN1@^cL^0h麵{"ٷF/V6f2EAalpJt%yvhV!AOtx2z2 Ēlzy`O>o꫌g5Ű_ucڮ<ϝ&k8V%^{,pwwE]7=FaSԑd0x=LJ\lz#} q(Qښ K|Y<&隶p @vy -fyNbrfpkBV&li;d:lTkxRK={{ʿ,PdQz-jONqƇt $'*/ +V(.٪Y&?\;q@N/T/蝧iYHc& %|aH2ybFIwY ѓh;+:"J鞊taWns\$Sʻvd֓ _mI\@{PgB"nG`Kߖ\úI1 c5"H sXuW*B˅g~ßb/rLG[E-!^5/vn%ul=Zˈ%G2||G$WH0nxPٜkv`9B KbVw_^>MWga]֞AJ،ş<4dC.> X0>H!zR$s'` r'Su\Rg!k{ŠtYNQ#[k2 `Y"9 .f<6ܾ/^rVLm= |GfY$Czdh\%M~fhK)0#dwpwWR5s+(IƘ!dA:=qڀ&& `\ǛPFQ*i7}~Ԝaآc(߄jz4XB _8p&t]œe䁀COsZ$.:MUqCEcS̸|lŇ ]gb6^'S韩"ƕd YE>B,'| '}0|8 Zj]JiC=X`~fK45פM?Ox܄ި3d QlK5ab 6@Ub %{6b-&BJ鰫rA98?Ë2:o rUٲ@6o+BIO訲VsJ _2 w1 dٷO4\%F%kl]R@rS t *ʵ5vM5@0SjN^ϣ282=9Iy. M?vlbS|-̹b)U۾L?d@Tӣ7p69BZj1-q^b1 l^eD& ⯯_ <“ _@rlvUZyߩ|{I-*~ѵ`wtC`z*gW赝>_]5 Y"/&%/VՎʡ9BA&dA$欅Km`xVaX,â+%Yo?At?j\pUy ?z$&ھ튃# nH|T>~W7sF|(Ң4: ].4 xpS#}N`%O,t]'2|Z).dCN]2꺕zڔmo܌2%ɲذO6A%CBVhfvUXo|/CԟxG104,ZzY=>u!B>dqR"֏]>(zbɜhLL``<67Wynl&`(~}CLABagn][! 3QfC0 _*H׾%BQjmL6e)@瓽b:m mxj7x$,ifAdYrq(q*{tNcB¸Y 9m&7 ,(˯DS=o 0ClsVzk'+6#}"Z߀Id4 OaKFotKx], YXBHAF>tm,'Dܶf\0g<"#U}?R ^dDnQZ@Vzq|Ksg"Ƥݩ)ŏ!aw"I粙ڿ?Cިv"=ϥ}0c6qӳ|OF1g-qU*=yꣲxKO'Bwq,b|wX9QW}rX5q9PspزהcOkĽ0s *6 bR';`&毰F 9Y3| \*.d =~#^mp{NDJkr`Nzɬ'Ӈ`P࿑3 J8 Y}t2h0:]N!ˠHC2Up麩e"XAYك:8z*T:`^UV i:((g)WR@r\腏"le zU=dә'd/6*_3cqBݪ /OtiS kHK [[ w69]tԠ}O~qvvOry[ޖCjg ͩYNy*-IT$Sx'y0;. ƺX::zPlozfbڂ\,s|{fW&.8 jCkXu ?xy6{LjsL$hH*Oa%M؉^AFYRD ` ? \4ς9_y3Q.>Xk s3}5D~>F\/VДӲ![sם^9xi^s}D&|uGbjW/ +ˑϔ9kQ|'VB eb©6 ;cRsXknxbʮsBMd2:ϵ@Hsݥ5uʡ/V. D/H${d5…'[͠Qb cU<;& V%&E/'CR<΁<=:p5( ̏(‡lJl/.shgog#+<_,Zd#dYyI9|#h F%ֱL JqQElm<_b;He5|ll.(Rypx5 aoF ֟`Lk+yq1ݯѓ;8)1)Ī2eJEN%82 -TQ87e%cQ0~>K_%)O.y0Qzy8^w!Ǟsn4q7?ǜpb|:AB]5GOxє=oQRlV4S| (s6eU;+P ğXhby{RZ; x2n~[eѧEp7 m(b_Qa|BLÝ6QێrYO+ꄋ<,Gyo;yQ(@6EclG,6}cT},ZϽĜJK^K~e(Ӝ~\6ƒ !WNU{s2Ԫd~Y21e9%Aa 9(.{~"6bsklLH攃(\:jTCuitڮhp,VXޫlBx'ёv,lL Aq ^8 vK={ aiEE%ƩXO_`qxvGm(_D+ZU@Ҷ?4g]q5K6Sκ`Md,:tLȴאDeUl/Kb"6KMiQwh}xG`AINdOg/U2jƄ]0l>vyy*y&d$9Bپ3`Za kF/'gd'{.a9)xvZyڐ1 ] 1xShB!\/H s뵒zW`; /d0?dE<.z]$loy=-&x3]|x#V uXssF} Xf4҃DöE~mwGxm\ 5a4?Xvv K8SGPkeTS&/}mSc1uoÿ&/?Xyx3pEK?[[okU-'sk'dy.o|#$:rsBVMnz#_a]6S|i(G`rB A2$ dݠp$<@(}9St\O :;lNz@y5LlÍ_[0s\cWPiMҗdXkY0nm͏GQM $ex`xso_2Z~fzsĽ3gl/yܮۣT1ys='fÜĬNraccsL25tJͷZjtqL~8=/I|ہ(Km.~[Ei)݊D}JXdʷ^ٌdۢ_])՞9m1h[`ply`Ra|Z\Id {ͯcٯ3 gPoas Դ );!3/0N_`nïvSX<*GP]^xHa.ѹi.X4M -R; V 3`00#I>Ӽw_vyج5ٴ'r!ы *PKB=)A*u,5xudU;kޔɍk?49!]3tT{Zns IXiOW>NW޷wi@BNj%o#;Oaʼo-S檗C߰~(b'ЄO;u %FL%yЁ`"xSm%RX_UbYuBhƫw>;Mªs R ,7vj-_XV\Up:khX+"PMg24/©{/ T 2Q7ۏ[Frw ,V tbf魬|-{tS?_hih-^0Ce>H2SdK~a]j> zN#lq-fi%i6S@o(ShN _+XCyP=^x] قHx=q׼UHO碊nV.9n]^֌V3S53%K>/Xy  Q˙jG'?#Dfc<}}ʒ[74LUb9UTܱԸTYVT`+c%x)S;56#Bq?N*Z4-Ʀ' YM $i`Ot9zڶN^P8@4ӂ=|hs6FĘ}x@$T }#(- 0o.w>cPSwK_k[  ~:YG~'$\5@qE=!yTNr`y\2<Jy x: Ff6M!>՘}0ej4(pw?,³]S.p iJXg֑r2K[|[=5y5ufl{ *uެ)mWQZ]L֢ưY#NfdA[w,D)`ݑ4CNF&],A|5B\(r{[1]t\{ (mfa<RꡡldT\,:<[od6?ۭ7&TQ[J2Q29o(`؈Y\+WH( u51zc?@IzT[[DD[`SzO^6D)?gh :ZdOuc$N]-qܕ@XUT# +&h[67%sC d3GiRswyWhЀb`oԺD:ǣU"zaSL2L YzoNj>7rʣf _tʗmA3A qdW!?f cp XXKlc.FPܛgTaҾX?ɓoД$bO7癹R#$m G»@ilhىv8kx6֜P\h r{^k%s )ZIk `͇>-ThcJ;z6y-qV_w]"SJQN ص@LaF*6 numxÎfr,H+y-<@C &ްRC w\.!*P!Wlr;hZnPW$ ('ǡssD_ɳ&# {z/us>ĥbɨADB}\K};p\=STod7yMa7I\e I.N#}Hf 63[U 9Xz\E[tqX 461a7|ف.'UV hzˮP8֫*.|9?0oŌbfJ-0ٌ ؑ]MH RO!PYgZ߈ɿ_+Z[ur1Xrnָji+F|=Yb5BH|#"-oޫi!H/7zi8 ZI= aL< Ѡkn_΄m?3zt~\luo:쫼mc@ONB@:r h35oc$o:7 '~1gݚ& Sό} =RsˉY6J<'ClQf G5paje/D(A]@g&4)7RՎb8JP2#v$K |OF;{f38jH: 2=~-P]~#9%RU/ƥ=EUry<4G9壉D`df]|@F6u幗5n1@" c?Gf\%J$t:xm-^ V}<@ɑkMR3Δjd$ab lw|LOi)φyZFO! 9FN4g%~H !(=Hɭ昊av"ZYKBOP]WoB&b|`Q ImG 4ڽ/C[FvtrS:]2ƃH֡g7{Uj D%_PijӔ45=Swb9 )7]BeÛ^R=qbx _ a̟mNbFЕ5$6"sVͭkTѐ@ק5Bkl^Wx8b'Ǝsa@e]iM7&3qVt1^!ʯY-j,>Fj]#;C|0ǩJ'\}](<Tj,T"zJ9xtci[LZNegܔ榠t+C!²1mV>x~S@J^ r ,u9ե2Dkg"œDLށYL/LVEu/ J=(@cs5I{?aԚ1K,6#q䲌Px VPu(@[J*6xMBh_ Q3Ho[`?SQw  VPɧ_ÁrC+<`3+gpjn8pFZ ~-z_]bJ$ 2kR'd`LgJINNpߒ8iOk .~cOfHOos?GLk`kgDOW I<6I]}}xOȏ<8jȣl9$(Hdz+i_ 15MtP=$H эZ  ^\?zE" Kgk'48rhkv $υ ˝?rPQ!JgxbN8~8@6h#r vCLj_sSbGVj$: YO AiB#ǍtT U*sE„7T"N~LnjnGg` ʤ: LG)ƶρ2o`A(SjYD}wzYbJCa{zۉM)hU:1H op,w/Dϧv}6붖V_4`EErG DUF#D+L/X\a~p'X}ib P;lmq{qw#l([ <*1gQr"K\f+m } DX7eɎPڢEB(>b#KG"X#4TGr=Zr3[ _+1V3WPBQ㣞WهIQ(л 5N0Ɲ%L k{>hz'u+틑 %M-Ί.N7/A1vuBLbRJq"3WS-* {D;?Js *Hpû8 d {b@] 6:ĥ39WRL&>4Dڪ&:uMEL!edlPFӤԐl–GbTp4AR@j3&/'ṇNZIT]kivgثb ]q)%Ӏlmgm,f0ؚ)&CuV}d))aN*;a)X˖#mw|BŚvv1kpo4`i9jhV07tk$os;0Y()e [hW+dNӦOg1\Y2'Bm."NMI!/$MtH0P; xӠ]#|r-y ;?`TByX7:`].Zj?I3w؄T ϤpOV qCYmP7# . &zPuYEBm {W(T;q&;dٗgM{?Pb d&x4=|Yz{F "3vŎûtt2Fqhĩ\_{`G(@ ; Z41/j=l7c=1sBUI# OR-U#<*?Cx^8jZ0 c~S|2\_s=8(g%xXavkCH Es_rnh>X*2jw?{Sm١-Bjx)ոvRn@´јZWa)@iU)unFP`\G꺼o& cDm zHn,ʽK&B_άUi;߻ZeϟHw MՈ|ou!/?.'i`DM5=&d'ԏ2NTwN‚^6|=9WqŏN:`LǂfiD#ɻݧ#H<%p[yDw8{'1]"Bh7>8ISy0Hp$Y0ly}Rތ_UԋerMMT7tjs׺~wB);I]-S|t2}C%`~( ȔC,gUH5A,qJ(2e3:b. &iɎʝF! <T;Mw^N&KoIxJq̘pv KT?QZ&)3 }Yt{*3 b,FΪpMJaAАd ,z! joKC_-Qns&OS;VE'反Cc^j4i 6H.Ok=Z%1]0Mex -)?P+NH*=([8IMflz)=8݄bNy$ddg+br2ZS,ZÐT5D0wzrB ȶ9J5AŵCٕ=2lg$t<l^)WRdEh A?xkVf: npV*>hJkUaCP@uvCw3y,|c^)ƈZ3-CuOyi%>͹QtTxwh@8ګT5xi4屃\75/h}8T4á<(X321΂X;'xqXD\@ <d[ V#S;Z?=cOs)֗ɬ^1I1`œǞ)}%)$"ʱf,j=DdOFJx"o7lb(; .7U xp ^9|{^{Ģhrd{&b}qLl%V*CE6 Z<ʐL׳_i{W^J|Ūҽ>&G`5 !:}T;RJDC&=(=TC|{3.>03p^|i):^f]+67ſ5'i0(Kz :/Co:ZMS?=Pz~) W F)_%B)Hːp95/u d/dT߃T*U >D֐3?/њB.^v{ |Uvr%FI>3) |/#DOu ' ޟN}-\{ϡ^DbjTjg炣ȃqUX2a 4@OЃtc|^,5ć7>,ѣVw`\1{,JHn{R:[j&x%vxqv}g7: vh L毪-?eVOZ ^ ^Ŕ=jGS(o"ɕcmf]&ődIrq_ӪO1g"ԁ{ϸyBOSvdG)O!{<|EVګ 'QBٹ: `Ŀs-e(qrndBFG'>}Ā/V;J7{ ;WKROI ݢrq*(-Yh*G(+Y"J52ffEr GjmJ/l>ęokM7YAn/g~IZbI Kk+Feqe*&27*>?W]Jb"YJYpv*)t Y6WEFa qnqn`y@0f0x-9]g!,h_=Ǫݡ{8O e){5yfYd ƮCDlyֆHd$ \3Zkw_ M3?U ISDIp\49/JtU;2ι,yIL_y쎇EfoxIdl<~OͿN, SP 1olJIv !u :aVr52 ZLoT]' aMrFݥNTɨ{Ǖ ~&/R#6z;(Z-aWC%ʼnlٺ\ǓkVud2*(Mw b|O6|mi9;WiwM@Bncz:)plkN0,!/ 3hdՋ|A͎-P"0 FփaY[Fs0V{c&G SgpC. $º}uZ&.ڃ;nM $| LU׾8 'J9 |h RH,T爵5e ˸VVGM!jqs{W@pu=kiRS=tCb@{<,$5<ǣB҂|(v%1&ArCI*` ef:YTqerkظ~ߍS?_l rz*Ҁ|kp0q+RBa/2!`hE-~_nL!EI?TV<) fLtU9?'#=h`\C*di=8kGa|A n*ٸy+vzbMQnо|@bZ'=o[G~P (ΐhB)^ٳG2Xhڢ;ͬ弍:0zuWB׀(^KfAG)*D"7ޜ@ǁW|g>n-! ?$H Pـ>Au]rٳ!^ρ/l~`bo<+B hu%wȀuR7s.65MO 1mnHѻ"w̿64ؚTR`bࡧK#:=},wE!g-9]NEMbƮ,;KFY+?ˬ+trjWim!oaZv,ӊ[Jj8ȝKhD@jo\fw|qȧKUb gfȯEkvF) g]3PAy-ubx[nXa:4/;IH^h8hgwI鼌WU㸛mJ$53b!Unu5߂(uBJg" X-qg3F;)ӭRdE#r'/밑K~eLz'E+yI bKvd,.>rЀٞ)X`)chMZr$CUdo@Ȫ4LS8gS fb}pUM;.>xE2*!l| *jv#1#nAd2ޗJ1LXKlQGVo =A9s gF9禸-Qv94/U|E)BU 6Rd]+-W`"DNSp.n5 ǻ_c|$\, RPZ1rh"qF4W,r>o.|݊-B9ujq.YE#FdnՑھ s? FΦŝ &sCf-w~czCuIXȱЉng. +.\fxOj:i|iT+smءxxc ljCbL]㾾0!y\~./\ЮyvVp#֑ BB( nlc2ǺX#aP0]QOl{3[RvHr{6 gT _P}+\ k5A ?^ DG Ef ٞ!}zfׅ 5R8Jg}|J]ozӽ 'aGT~eߥ~kS8XUNAAGWsI$V8I!uyP<  =AI$L=ax&9jIgKȕ %cnx/`;`KN~]\Ce׾C,Y*B_W˕56g֭ϕ0y 7bŀq8@bwQ{:n%F6v;WT0=TIW ebWLn]D68߯Y 2o"VaN0 ˬE4 dJ|ZE` N3E U|w[Ɯe}Jկ,`҅}1D2PZgd6Iq;hknк[- vN4s^HPy+"N8;căx1U9/L}?jD.]~h$Yc!7} ^4 N'Ark%ýH< %Jp@[ZL?)M@WNU&@ MR 4wZ> զ !@ġwlSPgnXC-Fw&'e`6Mc+⭳O[^h |yO*lSv 9X+[A"eE fkJ̸b|d"R˶孲fX EdGXH7q<\'NPKXhR%oO9Jiņ{dR*R1iD,yJҝe((UBԉI25NбzG2YP~31qW1Ԭ"-gar v8ח-hFI*kn2泑 *\铎YKP9+ TTa&u1 .զ{r+32W1SBq*(7VM05MIݡ@ԁƲ(d6)DcTA\ ' ?pJtT6qwd4]N e醽Γ;r2D]qWIϘyƟs3҅?"P]1e(.A5OqD<CznQmopYogX0yCE"N/bH*"*ٮ~մa6k-;t5Ot+>HBX@SjU_ATgiDj9Y:盐Ea}GpzoAm2> %)r/EH gSقuq%a^ 1C.2r^!{laM 6-ٸma X^W)aY(=.W~@/LDh\5_*x38lR]L3-ـ1ЧS }tơkB)^CuMH{EdbCFJsos0,B暐'fs޲_|ʎ5#}-P(" %4%W#`7mpsjoDڼj;~Jz\ԉG_XQByn/ ,Q0GM Vgsnu Xm{rOէbSff 6媁c:g%nxЧvNR|Kl Qny܅-xUY}QRqdOr>'0M5󨸙` ._ܒ 4b=]J$<lXz7phmQt;J(J]M+%}-U1J,ۉh˜Cۯ,9Lp*4ϋוBr^S#8^oRyKf`G_Keķw\Vu|@ ;F;FhB_B'wߥ:#]qF8El6gPUaP_\;քV]j'u\B[@W`+;326""-J6ew>G)cXAbS(ZcUI3\cKqb hK+5%(\L 5W66=su6i3K6'Iyv߰~lDH)J4dDs7#38)L(}RJPN KIS2:"㺙PdJ~0D\1[(@.o0R?x(Y:ϔ9_mrU &$ Mfwp r:t`EymQqEk'Rhu4ڻn-MD;. IcdC#C{r5ca&}׍(\_"jK!2,GP8eH^K)c^σ/rP2B6f*>Yڌ]I7۴8ꗌ&}cjPFaZgTqf؛`fJxu]A1r5i2u3&sߨ'<80hΑ$cBadr"=Vh@!kٯ5JK%yWąBNy̙ɫH~;^QC!_c8Ғv h`8Dwį7J,9hWh.@DX%fz~k E71hb<"iNn2䜫NlJG?vIDi ui%nB5;?7)MtڧC f'cM%)nFG+ҟkO5jOs/g08+7٘*\X]L*#E@* ؇ӵ݅%¤cQ#߰!t (z(WNhU>{.=eL倁p?zvֹ-eI˯7mx71%km"\*jcEɼCUB/@T2W:|;Ob:/':}lٲi*ݖS(es:)͸&-%Lj3"aKόvk 60>"ZK?Xҗ}ڏz,2|J]eD6A_XhW ~$%kP Ev }4 'dn@4r rex[O)gfoqj@J(qeXMwۊuE uGB~Pr:Wa^BV_\Y <˾vo[sYjkT:1]YTe5Ofc( 1g[]S0lpphL'4= ik&!L)$$ ȦT*?q!s_9x%T]&4@ asB?-LEyP< pk*Yl#Z3K[Ň5$}!{pp /pEgn@BK.c6Oyƿ5 Mz[+xзj4qpwPe]cKxY{tPJ{TY_2'it+2em~dndAf)!F8~&1uUX#D16zh/|N$UMFWab̿hTGdqaUFcL94;z-Bejz xih z>_)Ǵ2s>DXRgUjc'E{e|~XN0jO=yO+5D~IP@DZ}p-V ] ;$,3>N^*@V>%ڄ )ȹ*'3k#k>KŷާT[hl P>|4USӖaf_<0 zP Hjw`Q2@ǃ8F]RV>jL_M[VO2h`iYm%/~ݣzB,XEcd&y~ ΂G@9 ?p27Cբ}}[K+*n`Czx9@+ʛ{tO|68 {$6OO9 L#Ny%e6yk}I$xYՓY! .33M2|뺭niy:r͌&v*VV6] fJ'XNNIC'ְZ]HJ ʱ Z \b;z=]xJiȸ0&]+Lku^vQ^s|*`JW쪴ty| vIJv>|xJQ3vQfci_#\&0q^쮽-$8l*ʲW#H!EB1!_=g#G0`wFC ^i%۝ VqyQq6BC/n4ngU]J4ZQ7FHcL1! +NJj8nI"l%^y1::.a Iђ {ԛ}cmd>~7Im<8E!ˌ ۙԏtRH-#lBcT[lϫޒNarR웘P?X <N5IhE0ʼo\WPqHYm\*ϘeԖTP(1"8cP]Xϵ6(SuTA]J.N+Mas}ނ VlRܹ !ksN#c#]ʛpT3cnz<ן\j:1_ae)qՌ'< n?ִFs1~3FI"}ő.Bph_wU/Ng&WQ')!/6n3990!3IAT4l*r mcVA&F"戹G_'iE}g1i,# RwrHtV5O-׺.{}l߅M=Em@B=SDj+P$8E iI`uu;y>(9:[D3+ȳ¤6cr9SߓAl %(jyr2jaYkxzA}FPgSi6x%ӑrTB_'_30~ w/kw ++-SL& \ФJںYP""\>UIyMj5~ڰ!~!o?Ey_@tux]o+̍ ίA%BՏc;k3l{v?\"ަ)8&s_.2~Ģ摳榇cy-aW.P]6. -}tը)V! `PT3dM?Z1HI4 z@ b^t|?gnqr RYg̣P'7&dju# ݟk׹6R& ,t궳:GS- tWA 4W [5y+0(V :ȜO"-vKMNWڶ`$#X ~Wkb$;@~ <6@(^{|3&IR&VwL Mx qc]-څ^\ [ G"tGdn|̴S )ov;l8Qb-~^.?D27] x|xVLۍAc҄cN/' ,ji"Vh ] Pup5 rpOΪxn帏f+OІ91{gr[lj!.Y2|bm;ov1${_ ty٪`T|= r,c}o([r*fo μ{ mwN(Xūaik Ls^@ܟd p,NiBIȪ&&lI!ާ-ϱ ӗNf0jr{KF\{`?_[JoV\VuhDyð )dMua JK\;ncPOpK-%H5I!*-]xͪ*a̋aEд8ʝY;cѬB+w0c,XpmMCp ȇGxgb 9*ӆ7Ǥ_᪀ RHK)'y$J͂7!^Σ^ + gmыVW?ets%!5jjș!GTVo\b +F6 <^E#=`Jz:ʟ"POL098jO[:8`aF9 Q|h~{ql P Iwپ ;nI#w:/H Rru&bDh?nQ5gW Dw\]g>C\E³x} */o+Ay0ܩ<)}q(|yKAh&]n(LCc|c' i bLBW>_Aȝ<->_$7fbEu͈مcD,xtmz(l쥳Swe`?WY ͏aMU,"c9Qm@$P:*qN@:Reu% ѫA.FI.اLRvr{<5]~Oqr[v_Q&:Sr|S%U qeZv#VpʣgDTl$9;`cAEGJf+Qd^mg{б(hB$xjuFƸV u>zih)ГZgM\[5?t{7%DV,8CSmo|'LX0ע W1+JJOQxf-i, bjxϋb#06oLu'-'@fe Mvq٩BT HI;wX*:?U-D*n㤮%vΎ,^+B=hځظݻ(Dy $~\ޘxwa$2I.j@͛OA=L.qx(^#a0M ){T4 $}&E*%41E #S(Q' =>EaO#aaD -F3 ɳNLï)P7Ke3/H k A_wf潋1:яuMJ'ɥlHb..\1HE&3ɣ^$FF+o˹KpEcq2"UEA!0;p*qhҞ Iʹl,^Hd>wDs,써b~{ppP;H!=6=1S(> Z.D5w>Y*fe^ IzW3离5qVHp IQ:i[?]c@E˴Vən<&'1k{^jcXs/\f-Ut`@Q^/W%HlwTe$0+N\dOt&&krހhvaJ.73#kx\(BΧZ?|P4U@wϦ\=s oK>/ZnhxM/JrO:~>`aDwH,ɔͭBMP/j.[I(ŷ04eRP[+sף$/j$sjjSV2sQ,OlC7MFąBקO/PL,1Y$7yOqKroN*eJЊHS!X1V\^N˱A/nǫ] nP"V|6Xar:kkc7KL'R̾2zAqGf`nJ5dѼ`sv Â]3(%ޱ }|.kO Bft/lnepn jDGC9jҐ6۴>Ie1:%ZbQ9bZ0R'&gJ$M3L1#cOXb.|=?v>S:OyuXsǤBr?CP_sw :Hf$1n|A@>FqxueȖTG/@XvF1?W\c5Jp?\7+T<nuֱ~؉&P9R.)e!6[rM(( GGb#pJT^_~NcbxG'G| $Fś4DC)yXCZ9KHZP iZy 9:(!X\{OX A24ts=<`A7O1EsMSR0pz0~Q0Ͻ$;ݡ׹D&ѬB@0 ZIVD(Ga2VBw7@[SN䠑L9L*rR1sڌW}<RYRv}Epz lX($(?[2a  tz#NjD Ӝfu =^ȰZ->')YгpXN5ARt4wL>U3&w@YW869{=Y/ߖU'a47f󆇴nw@y\~{h/1i,ރ9ULy!+:hi-Ĥ:demFk^7cicGB_ LueAs=6|% sJŝ~3Fkn ڊG^tG+6NKRGA~vune#mЎܵ jA/s%jV7&aHy.c\#q&mDB6As[ 02 ZSJXd)wAL\65$抖h~"2hB@ ueR4vg]Ty) Dku3el%*pDGNw#sc@FO怰G`?IB!Av휝MDJ{&D֊[nOӓ̈́ TGk3-c1ÓֻT!O>s&F"v˲ e?huՒ!;Xv\{uQV>{}g3o#Z%i^$}?W@ H ,[8W. mۄ[6@uă}f:hPh] zF>#7| =R#b3& ICG-b_+B`zv,b;֦d@˾<~-}*0\ \tTRQ6PX[ 5V=rV򎎎Z(Slٞ_FvWŞd@іz74 I;XVE6VގC:6M _uw.ݩ_0p%DKڝp|˜=@߀+AG ix=חN­O ٿV%^u/4xn X0|k]ŏ՝kŠGPm16$pM7,ª⎫85txܵw&xIզƓ}۟4| 8{M D9VنD4LMLKAjFRut^< R࡚&$"1ǺeY󍯣q 3pRw lT0* [<>>:^%+e{gP:tJk+)v᚟ +z&J#܂@?o`~TF۬5U@˖g=PFcB$Rrɇִ_rVź]J}Rz$t^Da)#rH}Ǯ}sKms  MAPS$'*ޏ(dX`R zFLPa.wL1Q΢;S"fb{5XOH{N(_sos[q?#Dd%t㧹%6vx^#H+KbY唃CVggx?':+ĬW&DobM\oݽC)vI5zZ ;I10\ۘq} QQ;%c:|>Wڰv PNtvy!E\l\oMK}sR_سIȗ$dv7fsRv"e_+a dWLA%!S\ XbǞnJi !}L>ϕ:  )Iyc P@[_ k`Վ $=C(\:X|>/_]\t@h0^n*1>^F<}=voau;Ŭ䓉|6vbv0><3p>e%2ry'Frp5=Jhhg|4ZDP:!"ulWg#|3EV\sӜE61p+2 !!U8q-׼ȩZ)@^JG:w"=H]e2&S CǮxo#o0gp˛R#Xم.̑J,]b$|*PQ߁.IKbܝ7HDR~暬=%^[p)q&)8ۓJXI: f3N]ˇua2Xv4*&a"B eN)J]yo|u-r9mҌv WDa]M"Sj'Te[%+ހ-S 5XCTuz%ԢF5;إ;+z`tCҞI;+ He3]Q #eYXN=z⡈lbB w*L- P3*1ߞ F6D 220sCdZif _cp.F *HTڗ޳읗(fZF~sJ`$N6SJBJf~Z9yj5zq)] 3NgZ%W>ARy`u{x]sI9(3hO:D _#N(/bIⱞDP }TH1>v*=Jxظ%)^L95`cr)'1=g!#t :C:MRt=J%#].eX#)(7-(.f?Y?etgW20]6wVk OC]i?@QO+1`N8Kݖ՝'_@gmFϷ]lf-b 5[-M7k0ֵjKQ c_[E Jmj^BH0e2]@JWh3 ɲxB7QݺKcX^;W,`(imx Dkt&jN-XQZ`rJry%&|!:>)F UT*/*] 8K=hWKn/:_]??zBUTpbQF;qřەBQeOMbx'KwY^8tiFjZ}jwG(ktKϲ@l$MB~l6x7ƣG[fng ߽14=r5Ԓd FØ̷֔غaoGA1nnǯa7bkl@BskZڰm#=evITxteTmE$ _ Un2{ -DK/N4ٙ[bN]*E.qg]~6<׌ϥ۽mG}6nyƐAEKsI)E *h<aq|Xj\vtC8 v5v $l}2ϊ)d. m1Bd}w0t*eФ&fG󂡹b;&yn/cHCzpnjNTٝex)ӗqjzBz^0}?x7R`KCPU?2#jUy؃~NW0VBi\`eFg"[ rOC-fkZ6tuZ}*۽KMb(uge$VڮѸfICp(I).5Y@,0qD|dm]T[iA"o\YTޅ,č9-%hhkZ HEe^0PAX: '&/MǛ5qqsҲUźd Jj} $&8Si(T"U~ـ8;(j`=imJdg~s樓ZMB\9ؓ{ɟ[_1,9G=,]kB3N6) CL I,x팟XR<=Eor:6;ijҲ4CdP$~@{Ҭf$UkQ2G>dDra/aKE Nɶ~Bfv9cZ kWwt&e\3Ҋt3Ͼ񉵑nfqCd6o쇪'F|S3ʻ =H=>JN0Wd~ 8 {B@ @vB.>p8MR{ROpqΖè|Rz{:`\*yt@69\򗙇s g/NIi 1-b?6Bﶇ+I9ČT!\kQk펨q|Dp冴_Wxi$3xp8[0ֿ)\;r`g͊Q}BD,Z7X] fRzGzv?s/K-\;B:_Hԕ7(< y(| p1鸐[* o1<.Ԏ=)p4Z2 }K_ҷ V'TUȐzW<weŮw?y(薣S,*of;'bi]sIw\'\aVey`;XrU&$yMAQݘHNnecDy :3pB+}NR;C9wcOB#OEcܨyVo瓓}6r"-nqi**LZh~ueoHYST5v\bf pr*Yw\<{䲅臃mEeukP*Q{y>nֆ(zvl\ťT$)BXX?s.Ym灤^{/\MVwܫ[N=HvRA6۝dvSYz+O嵡,aExRo:N7[2 IYZp 2fW^<6=.MF/{:P@|tHiBR s )]l L¬a*6vYi ~[ w,#L^Wvos2pjus{ Xۨ7y\W/m:%βn":6bt+Y!iyð$0< Ⱦq7*-o*%˽ryCt(ŤFƍ+J>q_"B#< jյ6 yt[Z'BSp֌ Q;)o¬>ή|n'm>p; ;+)3!=fc X~1;dY= *h8`4|x+?™>vu@uGJ{A I->sbNb0WeOTnpd,G.\r/T˪)I^' &E2l`SL!`>W!56C;E>&l2&&{0QJz8!8|Gg%+Qy=Py[I0sC KvXR' n!MXdmσpq/5ڤ@q UOEɐݘ䮾>"hgdH.mH4n:r@ nals•ʘ  yv(f#Ddbm|QC'|w6˷+ ,(R*L7ii'>=OQUVCާ"%# ĞzZ*4M"+]gcv.X=CX h늅1'8I_MpOb1铩0hƕf3+T֙0%!gqf9Mؘ?pe P߰`µ9vE]^xU/;`v؜øV,p[Il^ b78#u1/ R׻oKpp79Id!Gp_5wd 41}#Uz!´U/3m !a䟓 c! W(DZSSlX8WzbW-aqGV_ sb/臲-t 緉*AQv+8zS마͚6 @*IA@ <]|A'Hq4X o (fgÔIx />Hj뎁QͅY UVM;4!AERf W0sVjy4lc⢗<,Mq]M|Ç|t^?ա`7 ؏DsJX RQ!H)1 A&1<(ۀ*yE[ЎЩ-eC9\Kw٭O72`N𻤀,V#ٓK=2:9^AvhBf|)cF+RIKF))V!?f{<(i J\^|-YKA?x.5O0cPc{w,sMe `%žsZp(j̕]!;Q}hmnY$g4Th+oOn(WbAvNQH!my>(ᤩ 5[:x]&hv},&X9 .ɡ{= T=//(p׷ZzQW `&G1ނ˵I &)A~)(orQ΅ᙡOl}:R#ʻu!g) E`"*44(} w>6H#Fւivx@v挭#@vrrā%qg@!gB kJwúy7>n)+(]6BwÅ 3~oyNcj=8[dȟW ꔤ|$ m4Q4ju<!8=/0& rW@ s&8%V9NZ-#?m1~؉ʄ5쭘Μ $6LuV ״@a)Ud଄~5AUQ=;ɗ-cѼ{C&N0h%Ҧu%;|ovYk~In>7;He =jq, +*n|d,@=8F sFEyYA:KB$phʨ*υj\.^~#{kй$Ch,MDF ! K&)rȇ F4;H79BWR8rTԮΞAi\Aغ%wru~t#@uSPT3TMA/dg´$}}ʵch{H镟NŶNp?rěM%-%N&LayXwA #9Y|+8:wk}tEٯziaH_@LLwzSHhge4^pqD2oLjH,.h,5xl)DyKhva-EY^aD+,y}t^eztq˱^k܆\J7n~jGDeyNLG\1\ ^ؚՆ855X<ejKlYbtXܻ|Q14R2s~6fԤhq0wi#6[$* k=) "(C2x5DN}1u$)93 }WD D;ihMpٲN_\45&#i`ifTxutB'm}M,[Gbz'1Td^sяb{PՇW zc_\-5U¥V呾+bXG'rjQG>> }Z0^BuBCpwpu=d> M,O2-Y(>'=gź@`λR,I+.Yrl&x`Ⱦ*@OJ`r]΅p63'r_C/}GѬɦₜ Opw+dRsaeSj\̕(WZUJ˹6=%p%`u8z FAgh&c')*ȯ_uƢY;6GY_ 2EZgQ5Ӿ$f\+U^!iΑtĮ&hqi xc`!!I!((-jmȳiGoٮn8ZgOr0dƝH CP|@|.Xz2Z!W_u9P08b⾁VP6 eaG B5kQS4YK[wHOm'f\[z5 Hq[ldPҚGPٚZm_A-ca1|PpZxM x!5&[]*=c._{)VpvX,B ?p@'0.<)q&vz&l^@`!|P'*W{Z>;9v45O.TPNs]_kG@ ^.d2xRC3N8M*x&9i:G,'4Etq/&?T`C\,;{ C*Π6U-3?s23PDyR4FJ ~.KTy!b'Y2RÁfsaR#xEo9t:)xf%ԧ "Sk[lm{KTHNTl" 7j8$|r`]gQ)iRy,] 9iKX:]w^BPT""(!qJ4-b,pEq{R%*0dy0`xtu(g%)Ə6*OD }´Ov)5/q+  :!ɍܷ D3NWfƐP4 WQ<+в 70/:_Ph"8=: M)H;^vįg>k$?uvd"y6W5sL#.pk Wo7Ɛ6Qm[4DZ pDȏQOߘ<5)Do+P >6RI);IXh%N}Hi %9, ~H.G9TdrRr ݥ1v L)v,u?UG䙟EírnM,|D9:_`)W&RDmRts-I5<wYvBt$,wU8YNRZm4yGPhwKX%>t[E< z=Kkr%iؓ=AR#BA~bDKWЙcP}~$-7Z}uLkP+oĪ/#:؀)L{Uu4:TGY:j|FB(HW(H+tfn M+L˚k7(-YMJ^;1@gm>J5:16*cI:n0["tN2Wȁޕ0%u2$c3/Wkz;, / r{)ij8ҬpJUh,禂ocM9#OCFt$ .1JMuŇlcU4UT+J#n]eV~X 0CqCJqKTﴸ $IH%(Zk%r$~2-=Jz_ulxFqQ-fN&U)ycc"f)6qvN}ԗvT2yM<+8p^nPEHZ*Blt۸ρ_A֚NlCRLxdl $'"EizDCJ[9)5ih*r_?S|J|E⨨z]8=2;xنx$ )QDݐ[wlo~bN yoq<5Z)hDܤYH;$'~{>zafLقe\D2B?$ۤ/˨p%a"srUxV䐎_ײu*M\,̯htkvc:4[Ч ÊLNU|m@Y' 5&\,j^"`V V.0\)xi#F@Mbj֣(f^ ²2ӟ|*J\KD'i' -4I  qAZ3&oJԅMr(M"t@!@,LfcҜ2HQ_}J\IV fa鮒>=ٛrt$=짠1!̍qs|DHpfz;8h.ӑ^y\ȅC:&@ &mZIZ6^’3Z3Bα9kec%>oH9Xo5dg,m3H"uc7ShKYJW֗q/KT-)IHs1x)d0>ETBű2ۑ00K2tt58^]֡# "[4ѳ큫[-cEr=J/BeDi0fKܥ󙴹ȍ&a2FVń`]j0%тT78wDz%n WtlG^6K(Knb1$_uo ik6w󉰿PšȞm:Ms8+ԹY? ᪹kn'bhXGߴ/<#pv/dBkS=8OAeG]YY2YUP+r*4~V`*E $N1+K56xB 4F3qJt@?('F|6kUqpHvM X'hbv@qH((/1a#@neZ4fV}:*㋙C]CK'P#M 6Ue6)|/ΨM~$Ŷ@nJn Y!7|;\%vޱZ[|DEHsŰǛ~&Iuh7!w'ߧbLy!JwG, ,f΂܊֤+s5 9JǯJ\Ǜ@H׋w/.🴀wRṄXbyLp0 MY2Ѣ.wԽ~m6wW{?SV ” LC 7d HPrn3^3s9#.q=- `S}fyH:L'@IA n=iƆ%DC:YP]6U}DBjm6f&pkdQRSu3`qT\vis}9iQ PĸT33HߩϚsc ǽ̘ q9E$[b оI|/$<ҐA3y"Agǂ ˷e(aNFS@q_W6k+GLvn|eTGi?PqG<PgTiFHg#3? +ObASځaQBe *UάC#u&RW n {?r~1@+ER'Os}x\ނ P.=$Oo˹'DRo6.kb42+5(pMaKz\"GIV'P8?%滀-? E[Z&>ghf9 ~I'!g'ȯUD,ո[끪8AIOG4h'%bSil3 ]X MIpem^yŞu5VGdAҏF7}K7k^J™ Jw7Uڂ8,0LQRIڜѸjm⫀զlg>kzk 1etgs9-0[K2E GWÛSv]kwIEuaQ{H;' p3HT^Ran^ydKhw!x;tf]шћQ*[aLX$vgs3݆mrI1#D[} 9(jgJKr5f>\2/ؘa}2jV&a:8w bP@L 4T8cFq1ŘݫQ{{*$i&ŭ=;'QM!Kએ!hhܕ}f5?*Qa}Zjxy oI6PcY7ws۩9*YB!Eٹ@tȪ݇p|SQRTOYD@ּjccZd ^lyMC\]jvj{~dR7~[e#Y0&tdws2Zhz8!17&Qyc>'7!Չ(z40پ&QƇ5jjoDhn n`pXkQ9$XGĽcl)rp84!}cV)ޅ"&|sNF@,1hd(B gNRA/ÉL(uIw'I`ZB5xkˁiXͮ LP?)'Vf f8trN5v"R ׳M뢘8؝AҸCL4E~W!hA Niђ6#A""cs_x92c'Yɂb,u8RXf5y s IB:z|LR*-@>a%*X54.ﻛ_V=5woL C-NyE~КC%"JcD7|CkWrm E~okŚU%k=i K#r\ad%H8S O8?6ŭ`=@?Dd c֗>1 `<_2sNeAD@;t3\PO %H{9ߔړ32GI|<d6D]@,fBfF_[&b'9$:btOP,fWx_O'  EzK2CzTҍ B gE*(1Lp/m=PJ K Mjj2.pzxt[EDuby\(ܑy(Yvē v w V*վlT;~F_Ru<(`6q(*6~G B7o Ye9J .&PkqJ-7!wh6/m~a9vuQ[th|9Hfڋ#[ЪòjZ0Rke,:+)/҃5L\rv QW5a)"ͮ.?^Tx$B,J>G/RXzXn.v#BMITi.zSoSnPf#Ot7|:ЌIEkWuZQ&'g.|u,nl@;+hөZO~ . #Z12=hol.Vb %/)0Y4mثh+Mc*)("?rh|Rq&!  ۦWDN} VA_7Ê~UdP_d0kckҸ 7UW;1P&{Y8y<,ez֘/fH6]镢`&D$,t0}b]*E K٫=˖͚ &CpuO>MJ hrUy-ʞ?^@F)IiR25GŒ^nR;B J4utk$=Ad-Za%CoLevg S[|{r!{nV=OlY n.t׮ kfbRgyJ',_WDzUn٪7}N]dz9Sw ਅd.wҕjnKH]X$V~ݱ%]Uoь[cev3P{B:%s$'`a@)Nhj}H94|^r!4ѽ'/E@.è{>#MG6 pѱp5R"dJRVrGz-G⡺%i`†SDdLGrؚ$qTg$ 0np#Ef3}ȉh,y&,L,p*՝ީS88E"_)"9mwF_&c[O/T@N)|s ]lDވpMmհ{\F'%aUcC_5IsB+V +k~,e)TZvW1ry>*vhpѬa}>&qwe][D+e7ljhTcWjSuJ!ЫO0C$^$5C9٬"QtI ]FTm!u#܌D#p#ֶ$tΨ<|~Bu=#RYM;s9WXH RU KswedHELTqʶ "T2 V'Go1X.D#[LE{Z$dNrj۬bsLyGvuy)#u\j&mJn5Ů9l.{lH[MSä́ tC`ڊ%(:dYW %Jj>P^m $9}*ڂ&S ChD/yue%|!أli9fOT jm/0W]2fRr0Ȉr3+ +AImW:p ˔rrV{5Q}:A Ѐ?CG}a.T vVd} LBڢ»ep6}Ja3sJчlc`.6^ &T- := =XD&͐+~>A3܀0Wt& ʸ>cJ9]H 'J FL`9r]|9Mu"߆BK?W)r_kWȨhM!M$ 4D.8~"sa1j'b͔6p^-ʐ,dzp?<Q]7e#G4uA2$^恕fFʡJ)HzjzzT?_(JtY"u(t9?ղMOJbv/8?٦Jqw"BJ,^l4d kI2vڥ60-{P&?SHʳ&"&u7pJHЍ /FfT))C6N?F/)j9cl=Ng cZ@s.1ww3E|*TPZY?nԧ-.JT0,;"[hi֑YkCi~ .][el_e/eseWLK[͢D%LS7M, )I4G3F&'x-~5 =TeOЋa! s֝,;"ʵS"K%fVN<~U/"*Ll9"@2mg9KkLPF@0Hm]I,Lw$;E~!iJIطi-E F*2H2J*VFmn3p?xyz6ZۦGv ?XA1֑!]`azAz#a~1]8 N^;V3HpW<дQo䩕%#!NXq4R{(Ky:_~|JJ$> q8{W%L0aڹwqn`}r:_ŞyvM Tq YD#Y`~k3azIXZcijJ=1zQD?& '%s{eۨ>uw^%#A.#rP{JI7vqs HށuٝH3fI]RId0__]jTCZe@$;ׯOfs cݨnU?!_ <@#-kHE7Ղֺڭ5bqS3ׄc^V1>H{*~^yA~͓ucE"Hj /rz.\L5Dp2 au<ȵM}˭%{LXkMNL/#%䑣@#m H}׎M,P13a 7%nT* ekr jQMb,SU<ܡ>űL*tW@UQ;A9#=&o7#'TW*W`v RT~h^_XɃ:/r"8f-@.SV{AvS-M#r{#M nL]~7ռ}OҫhqC$KLJގQ4# ,V[0#X[[TΨV7ԏD[Zcgk<I&a6:ԪF!'kMcǿ@QaXUmϭQP]KͷpOI-|(j6fa\7.=mM}^LO\ŵ`"JCjf5@ V4!R.%s(22E:$Nu X P68ZKniH1F0BυNH/1,_x<<.<5=ZK[<{TΠv\~T>-4k$O*ZeK}, :34G+v0?ah2CT_vQ6rvflל>nOPzʫ|͔&,`<`Ed>A!Ɉ#dyB3 -mR\h /`[H]RS =و*W҄ePM;[ӂU@cZe+_u7>fξ'! or ̑͝v M\ǘֹ1 Qɘt~ϗwN $df/-7V,#nMwVZȎ2q,^V~Z~pNOaΌR^WK쟆坝  VrTg{{J"|ꤒ<:r\߻zsiDYI?3R:JLrjYt(CXA=MHKBQ"1[c_o MZeĚSmpi&BC{St&}[K ƏUڳ9*acgdYZ.JBL}:F*Ut\il0AJ_6߉Nc]rks'~vF5=ؾ-h&Et LOۛ*PMC>r!fW30q(͸z:%Vjlr5 *|-8D-hJShhE*ْF+\:IG۷NE]r^ZR94i0]mRs(pd^fLQL})k{e>Jeg)/$/ЉVot5' X &ťž짧^T࡛37@Ρ{ponR8uw\ѼB˦YЍ(5E3=f1X#K7)qJ$at,0>)XRl0z2vhNDL{dh()/ᗔzBC泭u'qezv Apj$,i\ƥha򊣔9fc)՛4]D8eFnjr6D}s{Ǎ"ntᲇꬰf 5?Gbύ, "F3&NF? eB rkP1K CD[F<3Xo] J\Tg #Bi> |:Yy5.<ynnYz0'O8_)iS}e]%x-1b^B|Ώƹ6µTM۸L5V&c\OT<-<E*:'?DFmEΊC.2hqBur_IAz ֑jaZ[&pQg3+<=1UމӔf!Z/k'@Y) ͝~}{cu5ZWHWac@w.#3%~An*C>S~'2\rzkA:YE^5\V HA7cCqO.AV4 .vhIxbi;Ah W IlNZA\]'qUZ'^B〠 }SԺWCKM=egյ5CqbVo F8UYWis4N-'t(pYde^$bdd Eڻ7U* &v>Fg %zcFf_\ix5eeV^drXVX٩;md'DWzz?ʝb8tryiSY|Q1dH#gRvYπfJ K, g- A>fvG7YI@@x#'Ĺ7^jZty#؎l/NgpZ/ !)Ǘ=am46Z\ +Nteu[-{#؏DQfܧ>ѐr $'FLBz{M+ =n'BGœN=X&$dgҍ[[kFwC n/O%,7K/}J281 MqaLfzK2}z,Y^]>%lqn&8m4"Nړ>ʳƽ;$1M"v >8kYs4J& PT7]SG+?7(xg"N0eT6w|BYW0u^j: ~zRۖr<+gRtlgD7um(/ z^^YGmTJ1PԮ8f Uŗb5Hu)BWZ p#*jN%;d(ht2cCJe>>rzuH| ùLS]1NOSHLHP6rT%n2#v OSy@|.FǷ7fU)3~uB,'ȐmM]4\UDXY&FȞ:+=4" R̶Q ~]F!6@e3=wJGKo6׉2s*.Dgؖ l %/76a !ZdzC2Z+ƞ ?x0j,%X$7wr3.N#>$3_wrw)Ҷ&'=ieҗX6?TGindX<%>;MJt14P!<FYÍK][=JON8q -%t7ĥP JkW2q]1#".;T^5 U|Y8JD̲B;R(bұ4%j%U!T U&ܳ衄-{Z? 򽟀~r\D:ez'qn.k=`i_9]oxlVu"kդ5Cj[-k;>XY(r >87ueIG&'gWZ]ZbBS)f,f0=#oah,$9Mx||I$ͧ>_10Ԃ)J3 @7W:V:|ޥmDWT֔K;T6T.X&92Q6}Rl7 7=KMEy#wlG"X=V3#jd`KLr 8{ 3K*1ۂIЊӠ\(d9v|:5ޒ9Ȯ)x>NGpw$ad|߲6N̩PF:+e;^f X|&2ڂ6[{L)y9U |ja\C^,jࣙIzՀЪX>c, a/[)Ycf)e+ BJ91ޓ2ao].|/KZ ۫f5sD=O!dz= 7mWţel[W55U{,웧ٖ']!ur)zˍ8ޭڔJ"o` R)9,>jbɬWp=RRp~%tZe_gl +apmܺ}5;5njPz(8g\ r ӟfsq~d=bq($ ɉ/dYvb|4{[!n,=ZGoM^ݷ9-\LU͞6M EqXX%i=Cj+=/[[FL6/oӓ<oa.6Q?Bb7g[\*UPv.r؍Yw-OmAn'VnGYŒf\ЀR7ɟbYbz1 v=5 DAE0/FexV]XյJEO.8WG rET8J(tA,~ɇ u;m,V lAiM9)S:n}4Nx53$2=yt;>V1ûCUbP;R\=HktfWU3D_ib3v͊3S$pMsIM{KR=0RNq$0k6<ZWUYɽh,`ߌANH@y9i߃NBDhxS'ꎻl⟑өs{24BF\``x> t-\" OBCH .'t\IFwIw{Uؼ6 e1r>ҮLM>"z[L秒|@`Bb!p_9xq5##@s?J08Bxp&{["`+)6:4dp.Q.3sfA:)qVqjYn@$$*IÏAMlM+)]D6 3U0eR8?#,; Oq0_IŒՍ c /K`#) WGK4xوդIâxs5 _ceH =뢞T~sDd?X۪ݷ [,xdP=Db bx%?׫?4Cf'IEtmu W@z &78KFĨDAVoE7afQ5˭lWpb;9/p{u_vpq,{@Q-GDZwo)eC1{?c]\N> gc_FE+ qҀXDsp.M<ꮨtGr Ibf`Jc&ʑڗAǂdPẅm.U}xTQWr:S 1 Z=}e@\mg>!B7/:$,lLB?/-ė͔-J!LQ &faF&4OӅ/8A.,(H cTh/L7Oۣ^lUԨ*<*#$,cN& .28NQ-Qb][b3&+}[#ܜ;}ZeМCc #|>pAʹvY7{͛m~NHk`dMۜ竳<'pS=` k iЯvv6BBqM*]&h*HVmPSI ة0dmُ ukB^Ě1='\ҿ}{\[s$np4_)>^iZ~h ZR3"gl?hh:?)ang9kMH`}X~?b{PT'4KqR] x ySoe '1nm`xn^(a^ B* .a\0,q\5Y:L/U^CEY2ڪ%)GY3H=D;< s)AŢW (jTi=Eb)9ep!1{! {楏;o)~ ݪ,Q{O~M']f\tGUξkR&Kݰ bUb_瀍bm3J Y3[/nkKBD`˩R-Cf̹|MˡZ`Ð!A)lk#W@5=mY|k" <ۼv6A9-<>h^`܀ѧЛe5K8]?F3!t(  nLl^r g{=M)tK‡9bНETIa9 . JYd۞#Bv\Jk?gq)&:!I*(gzyLPoH/"S`"]U,i5mun "J+;B /``:WcJ~Nr67QcD8Z,Ȍv(x6>= 5 Xk&Xnqn|~΃*#J}dd_YEgNnjpsKɮ @|Y~za-0!i 0||&'NJ" >Y >N'NuWڸ˺JCp S 6j)OG񍽃2i|ocz:,6%-sN݃-u r63?(:XO mc{"(u9CUXXtuP1TDzY 9!:tx{;~N'hkq */-(v1*&cɳӮ`lB2dZ/}2'N  1>o#`}dDYjA;?3),)m>GwVUGuΓ"iZcʨ& ]8;:NA4u}RYtŹ_9(Xbe_2$lM |%e p:NpAΒ;h41}kܬ0seˆ #pN\33)!u" <*fuYVͱhT̈́&?R^Q 8u8߼7zu{N-Gh33'/GG&~epDL h<榆n7)ɍBHi =8֡kq nZmKD^妕qƹ#%*ࢪL`E>QbN]w 5 7VSY״2d)uG!Pm& t?Z'Ƭc%J/U  HB/8y0\-# Nc=&a˖v_\椽ٽĄ>.^@Ѳ]/V!8YapW@ BVUz(6%ILJ_jVs<>PL IgggCgR#g⊋iJRًA%WF;h^X9}d2z{78QdTPSFYq*Bsj(&("AuaIǞDf̹sn3C?Xj0=󲩶$ʉ>48Kin9'sinc 66QdbZJLf-45a*!9J&)MW')=zYb;(9c@o e~f_{v{g83JQᏠي&3r,[+:I+jmc<ȻꇸaT>EW_ TM+hHu]%Q'O)Uq/n [JV*^渲$b cJVe$j 7~vݖlM\ij >|f4̌m2/?Y(ILH.M?@zs(  4]^^4MTH+Ez~|]=Zq: Q|; N~,fPm7@F),;``B2,tN=/\ߣz !K.xs=[HraHM':V`~? 0bէ}"Oxc%"&}Zg.|w H a8_&Qb&i@HSjGyɓsn,p\,JN;cRxcy(`K"^zSS15:}%rD9gq-VV碡pnduQBSi.<6Nb ^HRrr<d6#O,-rj,5ju86`,4g}-J|V㣛ڃY|^t3rU3.ٺmy`Տq$$$ #oi$;fw*FP[~i84lBl#UXlԉQ YG Mݠԍ:T rcj:(NSWmn%bނB p} D=xl/ vJt/$|OSjI[cyTF"F`g^vV{3Xs6HfcFV6.ˁ2~j҈]$h"㩅9}9g9>Ekx +\cLlȹ52x\/ׅ ^"LdFq{֌X&^c|- dd[KpчS%U }FKݦlo T} tO gs`t5;Ty\Zw KȓJc!-Z+k;B#jT8p@"Y͏$O`ǩ0BD]z @chŬKr6#;WDx}Mҋ".[.bC.o[`cNP*6%̶Iڭ 8X1x6FԤ /;최qfCۍ*BB[אVcBX~3~#aeNk!,tD/ijd7o*#S<8cv.Fmco#2{&GYQ1Ѩd'guv g)L{})l'S4ƴ[Op^pEaKz oޫT[s!<2X&^!yUYXȐR|--eDў [~j!w3XӞbe 0Bz"1Uk%=,E߷hFeWI ;h8}? [xH;< f6|mN":A=3 Q*B# >(E?4&:x#aߔ%Dv~w|ԗHMKnhCk4VƜ &?+C7[%A~i5/{%>H,o,TY|~^]F( L N4 XFwAM˾)`:d@n&q\Nd!Xʕ+e)&ϑ :G1v  "' ^IgC]O3ʖ/']v#?V+Z藠*̚V:=_rV.S~a Bp N5rֻ};b{_iب":$" BS:i=SnDÝ" x12ʻA!d` DYaaT FfFtթ}ĵ P 2$Sx(mQ< hRlܫ1 [1[5GV!׭-WrPSXƙ (`}ٷ(>#jVa='0>L#m_Β>Z}NE6;Ō\FCt3)-fS4`3L@=C|* ]jCGxgM.NBU.v)16PcP;4Zr1M[r:fe\d5FI_MxLbw590Db(Oi8nheCluY(Zr#<4(#fUƀD4Eʏw.X7xpVث]􅶅9h^ C<1Va >C}Ỷcc7aS+2 4Ke=!H:W} -8&F+&E]afJ50Ltc)cF+?vF 'Y4||"> C9ڟB[ ?~:V=r+Ô?LƽȨ;oAWƷ yj$nx O@Md3(/0V 3SC/<.,7$[x'9Y2]@!vU/Ƴ8):guhDJ3O +jx~dWQ֛!0Y0 BR`({ ~)+qwf#^"A&e]HOzR:|B qK rrH B)KJ=sO2)(zCxS ov200\M86D2d7zGLH4VTovHkfeaRF/z0/7ׂ VuVVժhc^c~'K} 0Q6%oxzfLXaNKF m nhQO,tC|,jVёb)JE:`X~5 R6ᶳL2rAF'A~{$#;8PM~H0x$4wڋךs$G4)}Q,ASZzYlG.NRա/11ʢ$pYyu6Xv~Ь\= p c~v:KOӐlNK\։q*F묜WL) b0xYx%OڌEApـy» w){&<*Rf Q?UwIse*Wq,+p;-h.npIRkpbƏ"aL`$>p?^ΖǗ_Qxq 7,ݦȶ͐(: 4J+Rt8ih&l>XG6IDp[հ3.жԗ[?rt{OIF^:UC]1ߘt Ghͳ̳Ed>A%o+il}NdHtmwl u8]}ȡҕH hlϊG8qm) rTnYTI =?NDE=m)! :hhi2Ws)*izR'?k-O$i xWep H{|ݎ4eY*!}i8S Ew`j ,[0}o.Mfz @~vԵ/kꋿnJe Q@/y#F߃#L*>Upte0pwehI .>乑[fMar ̳s SĶ> 1sb2O'!Bv1E}А?^_EiTCu樜XfrÃʏH#"mڇJF&^2y5)O1V(6f6h{Fr]h+g/Ɇ: 78!R3;yb9}J5nisa([HI. io\(muP[|c+v\6H+̺J8dL;?돧}By-$WXOPi@ @;?~LR~d|gozQ-0H0Y%qM}lL)Rk)^#Egm+2Gb֟M~;xz3GJ"30x>`&bK/]5~KlEyr#6=8+%e;L5~y@VZ gR9{HG6,n? _}|Tg]h Lo RU*{ײ1U@?dt|Te5{Mp+\rEph5I-5\_z<}3)̋ W8Jeʁ & gg :/ ],~NTJ y4vHtbRՄд5R5]|cY9Bփh.4OK:O^W2Ds%b"ܨ0V}Rdʍr1ry0EMoZzrV&7+\aONH|lļY5G%K"$\f| ~ъeűZ_9K+[:{oDÀ 4S+" {q&x b,ɱFLyב!Χgljs3k ABҒWٓsZ\?GU(yH{ƨ#n+!;Ge"4P $wTƁQʨ L0Ä (V$x{̖(eT@:<vLn?kRJbY% LNE9O4s2f언&C'Vc8<t q+dmvM~n0Ғ, #@6 cRm1OZCK)a\6p8^#ʞzEbנH~F+f+p$&l>֛O=F##ZEhA:qarˢ)0Y~Βx֮FOV Q_.ZuhӢm,;۷vKQ7!|<1YVGIG_6L wЈTHY@XxGKop/ײE,6鯰bk_SYoC ё @B۶FA3/|H]A I먤%B&Cizv|?V\~n8JhģsG6BҶ)/_*㒜CG,)d@8# tzW0|Y@id^a@NH Lpn 7pc01W0z0(K-w;"|7geVsw0 0IRQr/Byl)έ۸GÔ4kk'Be$}G/1"UZ4k"mYU_C ?^Fuo:Lz.e!Vw(D{'?R4wR ނU]Y'ɩÇPm2P`Lݾ@ |fy'd/eU]<2;I9~N((J}hHWC+į8&m t(?g̻_M{7L_ :5jgjI8Y}䂎 މ8+EnX u+@$,.f8)' 45F27m'püZAEx )0.s%M $xcv42~U*u2z*hb0mq"B:ot@_ceP:_[T.&A{aIΊw h7grG\=6..@-4]m?%"[*dA%] ;u6;s~7=d?-Mn1쏦pkiМV&rb+ }-W%*lοvA&9PraJgO W]+O|3aقH+Ȗ\i62ANAzzs_QF p0`GMtJ N|(ZLp-Xz@ qL#NL &X ^h> ('=ї22^Hr w%8gt˒A '`kA6g|?utS{V\Ҏ0w*i\fZI+Q2O5ӡ6ːrodF#G6,x y)WMLr]?&d3]H'ڬ2`쩕(Y}l NJ瞎,Ã{_2F=}酠Cd̓97Q~g\sd3J$ GITբ!PI9&`6hNKXslrD͜SD7p2^詸WdBA"VtlhGtNvPPw[_jy*n$_~~IoMݛYKYJ̛d{6`̜lBS!ش'P݄q^.7r[RiMoϙ2R¯ݠfs)60~(\f=w$}d}@6eԌuNC/K}t480S`Mpg J -~z7{R xF7j#4@Fx 廻s$K JzQUX5}@ڡ(X$]lxUUi35T}GϑS<ّ(p7D SxSRnҗI iF읇H5h RFϏ߼cxZ_# xGA304}̡_ (+bwU=Hy3D.kBMjoMͭpz+~I36 #2#L~09哬?glMh8,`iI#ɤD#6 ƺiMজPIٹ-5wm3fi0˖7!~*|4И,mFũ8nQ{Х uT2- : 5?łEdA]O=6PH hJ^DNKZϨ[ #13;zXZ?Mghӯ,jsVnf[Θ5q|Ou[mS$[tgN, "Hfua̒^wsN;^ sPD1qLgJ+yk?dBv9IW **!$e; #۰?d^}V {:zBuZfO W^#<0KyPgl{)́` Q4}wEA6U/ S|'x\W2l8!2G66+ m֯ ClE6p݅3'1(Y.r ~Ǟ@*EuAohRAbf%Z/ǢFXv7ѧ-\t9ЕB)o!N %@bTAhA/#E3e yyL^x!@&9g"(oePrMjQ(OÔ)1K㯒H)סAί9F`ɮB~/_ٰ| rcb"xf ': tܔYÏU--qwTzxIԚ,aR9ȱt$m@>NZUM3wLߗA'l,P("`~׌atױzVCp-Eqb1&kAH9Ħ: 1Wl:ҡALp`l. J1( 3ǟ2~ӹUXfCeZtche|v>7((atҞ&!̝{{ +5}<sY/Q`3"JGG^cH gpU^!, -|5Ѳ9#jAַEV/~%$aTyƋqos2v{͜kCPmP5b҇#p~JD3;cBX%f/Os 7-@y=V'}>.S(4;LLj^N/- ]5eK ;@Sf "e3}oeq,ي(KX)?,A~CV2)k3An#5K:)^toy%Q>ҙm&[X~-{z (v#nڝ԰3=vT__⢽WpFp;&*7 k9=T1BM>y{F|N]?/~.]l(mh\:N4E81P~?sIQt+z6,.j^7J\SʧҾeJ0hWߗkf'(5bAlpms}cV[ㄹG1Jn #z}Gn~zHum\i7`";'d闐QD湩όB|TsRM .ʘ<bO0ˬr!Xq87uq9 }vDhSy3CZ0 (JdͲz"p^YTji|Kw:jHLSVfSik|ŷʭřqG ҙeEKܻjt h =H0U[G W* ݮ@J p诣pgiт4$JVJI"]uMfvȫoQ|{Z\4QLZ7={rܗza&T22!\OrԲڹ*de;1}y4iOui>:_=4q(+5m0׺3j x@1֧is.&JKuZ@.!%ֵ'6X-EP(^6/xfz`5bKPl̒?c_XFm&~)U諳^g-w,GDotv++zW6~Ji"4pFl]˦v(LOT)y/'\zgcKKrC¤&Ғ䠉S<ϏHT > =3LLu)2a;Ӕg@ugzT׺w o~r'HJN-H*ٔ/1_0—nAդwd([pM ݕS#V>0$W O}SR\V{(~0sf$>)|Ƽ c %go(?2qTx l?nu.!]n-^-bIў]\lB3!\'/!nX h7[1nYΜSMJ6M+W!!6 ԥhߙIގӋh}`OLd7n'ճ@Cӯ dt-"FSbYE_R\̈́9p߶U|{65=9s ~P ϭCC,#;B#~&Z$Z:f^rOeqfwAp॰O+aoųX(ۛPWJj%;A+ 7{(w䷦ʫg nD[~ifJU-fК>=m_#)'QI2GI|4Ƶ |t^㡛Q,#;!J6 {8J 8-?Ԁ+wز)B'HmT%3(%AQ)-M 6#ٵoUk&j{D ۠|-ϥx-6Wb;ekak՗݈^E&Oy`$5w~*7I8YT |puj4iY G!ʴ 0]2Wnz2u xM8kT;+$Aہ@86) /BQSW5Hciϼngn[rN *|-F2ly}I]y  TQ"Xډd5o8D[L({t 2cO uEgSvDZ<"$u c6!  R#Y4T/W25~slN#!自 ]xK`X2]A\ 2|YŵArH)Y2Z~}99Dƅ9U;OU\F}ڱ};.2ąO )Yd ?F8c@ޡ} p<hHp_ 1!쫷 *I"q?uh7v/| KL\0> #3eSֹ0U^vpg(/]"{SrZOp^?EeŗMZ&Ŏܐ$<1JX,̽]^]iDb`GG|}K r.u2F4m,渍^'2V퇡Jx2ҁIbc..g*Hi-߉P DLOÅh? Y3WNܗ]5Zr a4N#M0Tgw6sk>bi>‰%AhJ;יk'YyO`rlwӨ,#3q8|qADҜ/o"CQ$WsY:*YG]zVظ:F>+@ +̬5[p/#]!JᲶ}mM\Df'r? XEwm/dרu:m݄LZJ?0|^E2*Hc+' iOm#Б9<؛o=CZt  xUӪѩoS{`DSgz5bS"_W0ehj0KH3թ:U'9(pGr5X͛K^\ڛ!Iw7P]DANFC"'*)qzeX ۈQjZm<ç" Y\溒Vƥ*\ sФg 7Nvh?xtrV]e5jef[Ѥݼ9 |c[>,vUFc92=u2d-\x\äJOVu BgyMxz87pq~:VMHJ7(2}}౹fZ8a&וQ[ ymkrOZdc]S7`4M.bwܛH ɒPVmgXPQ1]ZobRSJ* (Sa57KJG٘og1ڝhYEdo!"S.n3ro\L jJC $P%OBx=9緹Qhmd1\A* W¬&I3a:B/, OEVc@r1BtΙ$+NzRD+ôn;xfg '\̩w=mFƌVath_$PddHcɮS'Aj! LV>{0oˤ([yϣ0sA1('=$`n_[zH+|ߌ];NkbkencF+?ѝg`y@Qh, l[3ReB&ddF cޤtuKH`uh ;^k\€J΋-Q~Ebdy]T?_\lj4~&qT?|i`f* sU‹VM$֡k5 ]=w(m­؉Ln!+4KB1 Xmuq4[̝-%YH Zkwj*a;[?"QL0w6$|N snzݓVwE={T }ħ]99/g2RyFc~h}5sr]t>Mw_Ʌ^R}ȨtoK(F$:k";W+S\WnʭzȠ _#b. 4Z|0;:yq^tQHIgL .M2L!p%NThpcW3g3u, ]kB] %dh)smܻX y?)uf^MtnCJ#*Tf ,):OdxN#I|vglLKb!G_7%{>ߞ/'wf8!VS Nmq $p/Mt֧O-?H=a3cj// RΞxI$= @jHKNS ~7iBnT 7-mZ1I[R+yb~!m6G29f. KÀ<AM%}J!qJB?˶ W 56S a1IC)NfX*-ZՑDzJNXFEXU /žK+: cgߟZfXJr9>!=_/DM$NDF/\~,qZfWBp1OGL ld$O p4}JVb5,<`u- U{~tt&LccJbb5Gs*=l]\!YܧqܙLˁ&}&Ga-xr&qb>{Q xv dQޑ?4qsQ.G2`?Ν``F<%5z2YBaDM |'z"neH#[$ef}8z&Ljim*sl\jy_ ~6#oe1gHiF؅f/^w̹Tt<0>SB723-MOۙpK;@1"hTG+],ǷHo@ 4Us9Wʙ8e"BlLO/-? MiUj%(y%uPE|u& `Fly[n SW~1s`כMޞPu]h m­iA%ZԖT~ 7gXׇaa,1.]d`1uG '}tmctD4`I_s8tYL94AMqןi^z6K+MOZȌkؼKm7d`W a/ 8n<zߙ)GAn)4aюN,H IN>ʨG j 5uMmUHhm=i\~7:hkͱxPZo/R>u1żJ=9MY >ק%y $^Y.j}*рf.Mc5OO yܥZS|gVeh=3;?6N'xI~Yt,KݭBmC:N/6FU0~^#1c oddLIj._P3_AY1'5v 7{a.'}8Ŧ q_]9fv?5jj=ݫarZ4C:jnnwZyj 1J >dy,g991VMm+sI" u9a˃ (˘4 K׽ө `VtP+ᛌ`}А;%Nki1Y =7?1fRc)B^!ؿr ؓyWQGULU>w5}.%$2MeugF Di`eG+~]SJ(}7$vnQU9 xoSt%%i4{"g[?lzWVbWSgI;!݈ q|1j_V,4JyF ]%+.9|ݶ3bA[r"8. M@яmT4x0_.a;];8M9Tu;o~JUz*!rrI,}ǁr/G߭z[Mhs]vG3ZzCKM/4jOO_G/LhYJ,`Js{\Bow90 3ZWCPEGUn- }O w--eAO smHWL|2 ,`؄rU 8jݵ` ''rٰb0[q<7tvMr9?қ7@EaBY'8\7-T!لUPX= ɟp ƓSAsk,l/(t۱na;;c. ;zmȵSO;e'cJ. Dcc۵Vv6m48޳1E"UcX=J]OcH( KO[B@^J2U&AĶ8Ye#U/uŶЫ( !-^J *Zxh#pZsc[LcO~ޚB N&BRl#Mn4]ndN v6rKZ @i&^tm˲Hɔu\6V4$ ǧR&U LB宫'(< X୓ i c: `oRM({h@j WO#:l7;T=VX !m)8~G$f<ƽ1H'=U{?S1/|0hwc@MenA%kNodqIUzk r115#QԢ ᐌvުDk8pjͼNMمGE|:lz]5҆,QܳIRtF|y0C b^Ev:gH~3#\֌7G୿RN&?jގJ3 To (C`+PMt+b%d-K75DfNcnO'|xEElPz: can{TOH@&쓏=%" HUk b~nEV6* sʱ<]nsZ u Tr@xT$dQ6R&9Lg"j9zQOsLvFƕRU" ܰcWm Ts/Fӳh1v xnNOk;M'|nqy.W{Dzl6ҕbPrh#8 \vsѼ,m@dѡ0" I^),;p^Ҍ,|̸!l-)m$)3ni))ἌOXd;T6(;[ˁB}q%Nx2LYѼ*L2,"<&wSw mt5Fx(agM(ۨ/ ;>yƓR5.dJ>).6ycCKA/tƨ8 }RE~JDefs1AQN8\noMI= P@k3Wn=HƎTf(xt#5Qk7ziՀ;dHЈ'd;jRv1XIIA١C6y`*#A m2-*R}Oum},ࡡ4,;Rߚ+O·Mܽܯ5&nlܳ]#`]4**ɨ2qiAllɃ6+VᆭRtzYUۙKk;E.$X d=%꘹S4䃰wV>pz~* K.ah=E!(exyؿe+q*2jm//) A\ `AC_fFB-'Y&V}mBQ Z%X*W/bnx6‡E<A㦎j/WU~RY?f6:ˬϥRY}Y .'3Mvio==}``52(!킚V~O6/k͝[Fϝ8@xk?H)_DבHxk3RgS핷8 юݛ{ YȻ!<;l:7;>cY$z+i AGt*c'k6+OE" X%,_.+0@89L 2[f*:{Ȭ@6~O5A<7u, *C- $bva VOh=!_}c5|?Ļdúz |Qn16{uX?΅ +&)yqCN,+;8 m4BlIkıd'ffA߿9&Wnt44\_mxh@iO4) 6dY'Lg8MLL5&,[(g ~Ͽț&GҲ: 6f'$y`3%t0u,_ǜ n<]Sv"Rtx[9uAM{8)y}Wryvm葿k܃.D)lLA4NseD; ~3'=]DzFKa:pj1_>{ ?574 ,ܭ s"-@`V >`96S[RKɪY'g\cr׍FU6kBm/F:yhkMtȄPg Jx Z,O 'QUR+~ͷWPFhv5W(l4~4_a#:*ν^iS=j6 χ[ި e._`PCrsڎ $/=A .1]bDJmz؎5+]tW 9p0hLva ;Cͭ)uo0)֚MTK%|pz'X'`.Un'_AP:!ףRD~?Gf6wY'IV-.Ǒj\+TA%t>TjN 14sSc3#N?Ipffq=*jH9 ~kHAzo6K!X%ch7産ޙŮg ,٧g~H궢 ιs`c4!:"bť;YV͛ 6@J @xSIv.DA{m5J(.x ̫,T߶:h(%TPMp]eKMh4 J рK x`rց~ya wY.G y]E/eMF/sT 26M>aVh1AAdc6l*rЙX4.&#Y~tRW,s_2q۟2CVO7#=v2 Y5+O ]YQ5-(,?jVh?N mBeSBnT^l^H޸bLr T6l;kKOלTk4Ulv)4<<r(".42[#xק;J/ZbWca\LaΔ,k\SNbCC O,$ffP gTɐTÞ$Hu&HuJ_Z, -9is#BF䄋d.ܲ}F3rS`BANYbtlԏ8`H9=dE6:%vQ<eT/FBv:54钷tuy+o"ȓRrsXx%UR*-3a;SFH(CxI "!݈nMIV?iwP`T tfūe*Cj <w<p]B FZNv53y~D2tR`|=23d􋌾de&$Z@É=;kViCw*#e_MlA;9h3SiLl;c?Y~PuRN]C NO'4E ͧ.XAŜVX%ݢxuQV$X}6,f͍' 0ELE`GkiU.ܸ(SQwi~"=P $z;hLnW~3!691&|pi$[q[i3_M碟zo*]1RM?Ivqi]"鄸mKڈbD`e4EYUʡgfKκG}>sח{۩Ƌ0>#m1yxb2C# q,:]7N4q)U-%>hIt`;"PD9π*/^sSvܻީ2 T_8X,ZN\@ˌ2x;ךD:t;.ўJ1u*г0Q_nW``ĺ̀Yj V.s@^Wdղ=c֖P2Zu]8bK8Hvv^h<},{/D} !ٮr62i7 ] fAI%`%iTx۵"6qPF_UtX" ^C>rӭ2I41# -IBYu&{ij YS\槈a<4~[cw9f33@I/ޞP$DSO#M\o^k,aNWՓE"X CýfkIQURAr V&C4zyꁇ\K]ꐦw淋' Y)^LFY[rn7;-Mld { ³[k^_C?uN;,y r]ZKI/vjĬmYk7[Ä)yӟs塲7vsE[R_xȕ/٠UnI4ћ >47ڳC!Wp³|y?HqZ~\N8ihz4卯UӦ@E T81_ H#x%Ҧ"p)o4U.q{„}BEDz@z QehWͨ okjd`ng7&g;rmAr$א(lj$5 bdOL[!xx* '{ Zi2p^E"_ğl k&p_ :O t V A=eWl%n.wpaO'52Fx2Q!uߡ}ƵYI ?JN`VWe;𣁿=0t z@T]E3i&h;ܿD om)rl]1/"w/I !_ XlN&i oLzpkY.CWE|hfveŏR2Fg~rz$ČuA4c]RcYl;# y<̗՜g~ )iB8ᶫČW=߅N1s-NE7=6xf=pO◓fmcfhS]-RIԛԍHNMc*7.?i?8-ZPR5D9LT2*P;H:YD&agV8|[]y9WN bbׇTX>]y4=L< ȧ֘ _rDʼnR?75cIʻPxq G0x׎"Yo4kGJqoݮA*땙%ף͗F>.Ju@2*Ըm&&p!i2梁za8ݦWlL l]Y8Љ5e7ixr)~+v| oh*GC8ʲD0!mR|ND wQ4pA gl趐r%|eA!6n9bԟJ7ϜŹi˾Unr-$E@]ەux84;qsƒ!{na]ٚT~d_گzhrlqsJemS?JDl}H-ZI+4wI iko!aHN% Z01, RbK lbnBIA8ʎmAg]' ~Tb%][r'ˠ>,8$#yI͹qꬤ?ʧ1ȣlESau|{LPp#C0CD %/); U/`!{=4s_޸NmВ']dE̪kn<#.8xBbeW]467E Ygpy5E? <:`l.E<>H$ҥ"i; \A7 `hܠkBc\g+Q p9E#=c= Tf:~>dĐ RV83#LfC4Is\C@ b!',x=ENp} +aD~v۱=eD HK]ټ5'1{;ڮb+ַ>G夒ܶ&/~|# 7sM冮L6usJ'vIqo-Ð^r*o@3!EFd*&||UMV]aR=ri3T4JGC"B [ajI&X^dVъKKVV4t$hEgyTkԂ@7mxDЍP ,B0Ȼ> ݥ/JARxe#vJs CM a[-:) J{5v+ڎx\ 06/BF8v-1Q|.rA6݋tL0fyY68ߓFYVٳߥVf4kRja(B1f큉>8ĵxM=9av.m d1bXaC. %hc#$ ;mٚOHv\-,Zt8{PvLQwʓk:vM-k>L!-ODBfwagpAlߚeNfgԴʮp$GH; &1}穋 Τw*Y$tNNEI2QU2>?aHc>q6)`YNzzEo{㤐@oɻ3Y0{E i|\W>ntftKM*hS0;M'S6Uޣ=:^5:^Kb|k89˯ ).yO(ߓr18w;2ji!p,wkH)-t#Y?{ U%,_zq5q';+Rt,wM6ݥ v n9;|&Nt^ƺ";8Ű,Erh~zoozԁ~z"ëlh„OL!8Q ]25_,lAk~$jg:-`^yOr\B/eUZftRb#c֥. ٴ=и]&`P.XОMvg>}_F~nT1K~zLW1?' M6$žiVtf {X#!o-fzlلvP&S\-O1=;T%(j#]|g&k\f aa.~Bgjk Z*-  s$!?Z5789[R|z<k)#<]FE\u MJԥZFh+ߚo ~7VbYџ](3̚!k<_rZGX&5#)X)hR˘;6 ѽuTwĥ 牬Fx4Jq)`43l:ե8qH(CR3"4u3X^&@q0%gRuW] s曡OK8í{+ ˲2@dծw !&9jM;fN&-@MJ|\qgF/SY1 ^6Q݅0)*%^,SpffH*f;elO~B:n~zx8xfϵj2y$U񬀨S 2gɨj1e\k/8XnZ4t@J{eOѢԏø~[k"2H1H4uW$E`-VܷSBRNHp t瞞å\SZT4ȑ?.|ʔM TUtw4y\kJF0*rl(4Nӓm;'Uu cacP[ͳ=~)[juk\D[ U ¡JB :x=1a þTBl<׌a9]E6RdR'foko AlsL_q;iϦOHi-ů㵮I[M'2i-.8@l b:+d9KҏEtyGSh2O̐@j O&\8#,]݋m#wx CVAxQYjf*c&Z&^?sڤsVEWWQ$ )m ,fKŵBX_65C0# <7æQ 0#'C%ay(1hݫcۓ(1-mz9LuE$fP]Q>,wg7v?/PI[h`=F=AIf.{(TZI|F$D ܯ ȐYV(8:cbOO{Qb.̀[G)Ę{نυ\">ۦQPkmO' H ^B"UDTJspy6spr qM &m úxgQ-"K&&:4\&Ol\šCCF ۣمY?x sWM!-\~yx15+*c Ձ=|I;N,NK Y e-a[&G*p1DIᓫ3c#/maҁB_,Q:mXRcUWxZU{(W7js ج+ktj\#c9_)_Ew}/ T)?Y.#*/`rf*[sl0V2~L.u*0[.{Q{(?^sMnAKumEiQ8eƚP.>d#YTEEb|Z"+G_ɯ,0nϾ8",#F1"gz`g8W9(A`౿AAj0 _ᐜYa(if[IZ $Y.0u/m%#Ϛhu}hŬ!# )6چq r6(E(RwS?t=ؒ:hB:L@+ѺG${'_һtv;y!ӵt̫,Ř1<>׬„zfηrN|-歏Z*Ov ?jŋm,iٮKe 04iվ+I!@y~P rvd`kM lYާp6Ȃ,]Gs0GqBO DZ&:F Wޱ8#Lkt_4RlvYpVǓt.x 8c34:~Rk^=8>g5Lz`QT XPNg :֪Gv@@,MW>pAȈ4._fec` loB1V$Z$u%f Q_InTe3w`Zh[o^3y+-Vuԝ'bVHIe:&RbGmM;$kŞ@1ck(E&V OJYcInrfSp!a(ˬU@w y{>fV=:6ɥP.L ) TNDUvMCeD#V]w߲&E 3>CnWJcNȗ 4NtmwEƶ8>b6=S$~#9ʠZlYh7 zN@IɟQَE&8 R^6|6c~5գr/qYP\W,0+>ܿw]hxFG 39S$~±YzE8WӨ)j3Bti^/[z=3I"=@5{QDrwqTݯcl}Ti]YpKg OIwQAZe?$|}ՎOFww!w_^t|39z䃍/ǓD!瓌E &Z0<7]id 1aA[QDRwIcos'VXo8.0 K!?d,wD9KWS)$ڐZbjx 99DV]~g_q IwL?0Z6'SX>7@mzLyBXyZ~qOWD|V4ž.P5O6 WrY!^U#^01)BuP>Ca}GX[Ϭgh]"EU%AVƊd޵Wũ!s-,M-Nk#XW ,BV¯-X$ m&3@h3mN /I~4oK9:MSd~-Ox*E\^Ct<+(4z&|%F;okg#E759LpJNWx;Wߝnq53 D½['w%Q̑~MܻVfFCs&F34͡W>/琍oLpt?0X]UFŋMG = #iyhI_ާ;\F$HY' ocE•XQRpa =0lf4˲P_x f%A$Y+͟@u\ A:>lf2<|2V%HȾEi@ W0tr&#a%rTPS+A-Ż>Bɢ=7Z'%_9zĭP}# _6lԭwfFGx~-`vq8@3/ 9vp QS2ALA98lL7$ga@&}=x.ݢw[i4k(zrꁇw$O$?%B-sEvi6- DoAA@@CIQ }*98}jU,꓂GOkXMGXcyFd+.K[=Q5 _v*5o)f3WY]bL2t޾jU|-6p5.x׸'UroklNo`QPYba#ش/׋?b!ʈ0Е$eq9W%Fę&,E.IĠ mOiԖ`۷.Gi3I 9Pu`o\՜~{2h)P|^0vU{iBo![K̓z+hy o.4e_}jr6Q\LuչpdEvx.tڿ' %_FTttY# <+q|2BMvLf v"rhZ.ȵ0%AHP] J(_+r?믬0^0rEpƸP~v'k[p(&<x7Ml/۩ lXbd>=0rEiY {sngXhfH{=}h̯x!t8]s!T/^9V8,|LMp7qD/Tqo JˑN;Di )PkNsqJ[8. +q t\m"/$)Vyn%$DӷP%Dwf1iŎX\TaN<Ǽwc<,$#onQU~]N2njajrfs De-PgN]uᵗDk;mNvr$_H9mP%$Sؼ;%@H=0b}X6A٨Mw&ʧNjPb^>0]IF TrcE6|$.d C3vQU^ǼEC[5?,y8:6!Y>=QNej{󆐥wRcizc;;Gr Lq"+C b}뵨9L.,\i v+~ Zvf-0R2%X*d@#NZ骠F- {FfA7؇Q4uځ$)@A܇TYZ(}a~f >H`-po?بns8`ng+0kɒ&:?ОGI,iGܱIj.J :gD3FkrT(W B"2~J>Su;'O`ۧ`K*.f7o^ک̬y36qJXQrwV&}>vsI \rϏ쮳oڣIH#b|@k-.z딢Imݦ!:gK`6}n,_b/FvnS\ԺZcbE]`:/=},ukHj^_M1zz:y}BgN7gx69odZsc o9-̥^&r%,%mxBwT,vT(LڟT{yMZBs |?V YAYo>Tfk 3&!aNوKBM`|.S`2ak 'yیhz{`KyF/`] s|r}YXBػJ-ik(MX17 . Oi:_ЕyX+'^h `IV>q5:GDts7#&_}*a:!ѶNWrNF#i!\&JϠx\,`K]⮖ZA1}rM.@_s=|㣅`_$peB Ƀ㱲|rH:S*sY\\VpDnoaܤW76$Q'&"E# q?Zxs8P}6Ym,MK^P`iooe0)y7ZKʝZ2ЯzwR0ZGg5$u'Avf9Lp%ǽ* !jrkgGdQmƨ@KN|Ι%,-q0(QS?(i&So^K\nLŵifv:2-aDdb`z޷(mܜPlB%M1#mjM u!F[,Q0$q&BYs Ug{e/$])hȼ\woaڮ1Vz$$evOd=!N+fP 06mC<H$8ГE_85;C ~xHlUn{I*لWv^0Ӫ ,ª]5rGybq4䁼٨#Qo:P42-O>8B@%<,-I+&!g{煇ofۯ^ڙ`&P 'ʜ׷B4@ Vl> SB!w :ׁ;{\^CBzj$"6'C2srI١{C&CkmPH=&"q7k ќWN-][N#W4mU2C/W'&%tҰ:QRMҒpKY SQCY?N(STh.~E`,SO⏓IC榵P-l386{sNr[1N#e UFj5 yl iiF0CkO7mԙ5ҳ'BRj8:tk|MB!߫z;/^$;t* ?ťy J-ڀ'.L$ţ@o@$ֹɓh0r$]߈`|HM`L e ֮D"bxLܽ &W9/-'™gh;L=:'mlq8xPj}츾ԅ$u~+o Ec^KulJk,5A߻9"a>?ŬNEDvXYSX9K1)K+nFeC _"+#$.;F^%wOXa7:Jz麟fgAZZ/CsrBuvXSD)z֯hW9eg nK6*/9o4 8*iBmUs^RjEN ]1϶ND3tX*bedX%g suec\7l0^rU0HD*0 E> )Љp*5^ -_ꞩ/+qDE{TIx ~rZG b8."D^b`Ӵ~ 2]"[27Z1:"Rݢg#E \MX8Ⱥ'š=pUKߓE <'(fyU.>Kf6=q#8*g,]^s?9h 7}3/i1B00t(u` "@w}WlSvmbTF%J2H~׈m}70^%. ^^# o*i+ BǭT7]WCNyIe#zC#} z12F\TyI?W1JzLc˛(?QwYۏCg9c̕4Vծ}u;ߎ5ݗRs4!72@hn^TbӽP9DWw$hJٛ&/89s{#cؤ%k=g8bӥ훀zP IrAJ΋Rs35M .!PBӳKO{y vvgvBDyoōgK}ɵƳ6%`x)jb'| cHdYcwGWӐ=Mj'lR9IogA!'fȬcMR8j]G8 ^ "}m+¯&XY!oꖸ['yꉊK5Cc“5?9WYcD  1cVǞX2lШfuE}6][=-. Mnp̋7Yv"J*зF>΀jI3W3 eXk|J?`E|x uA@f@Y>SI4S )7J.FuQ.+a ~WPK4?#HMciJa3~dg8RA솘;ϸ2y`ܹ.1|ͩO&Inh3 ?}~ z%*ߎǑ/r=,#tE\rC("K޷aNg5=DЦ| Qs ,+,gl1?0uهflcyLT~S(MVu,f:&7殨{g |ZȈC!uɽ3 E~Yx'k؆&K)2M!ܪQf2UbZA| șG'}%CLWXl!c?\X|xK9v 56ON(KL1찹]{^qNZX"x8ФԽ獤 68TYԷ~ Z+w ])bk6p:r^W \vwq@zy#ga0pC/l7e]T}ݓJ|F{ wu`KMPRA_χ8 76M#,J[1bN{ mG6!iZ%ϼ5յV-CUe8ipVVrTNbTд7;=Z; -t"c*@9t8֊9#QenY]+;"lfAݗ"LsEEC$zFk_;R?E9}s`YवTaX [pYG]!-.gW3vo9LNg %Ú,[貛 ǎ<8> ^JsQ*i[2jvLhPdW%[8fG,27j4;FF' ՒPyFonC+^ZOĔSZ h3'H?H\d-JHMӦܥ'3;$7js8cG$B )$M-]L|G)MsKH7Zspx>@ 7*<&k΋/f9Mˠ?o`G[OymƠ'Nsu?u z~5]?:h٭[e5.f:/7GR}@\nܛ#%H/䱗shNYzIfɑo+ݱ|D;f!dmL9WXL WehlöxbS|G++6 &VE=V $VbYv7Z~w-QhQ*Jm5Y*.qoe7X:ӧJSv[f'=762-Eg Wu[aQ[uHA,LX9 ћbt?;GN{ PؙC)q8@$F4TB r|rj0W[N:4C󃊐>6#_ۯz7:Ćmτpg?/d(jDn0q8Go Η`!WDAҝ8 ¤ubDh)_֖Ki)k&5c`D&`3 8opM G!Qɀrn`ǵEVhb_1wG{FVhp'cױ>L畫N'HHػ4g[޶8"3M/4 Hks@+ ErPb2(#@sܮN]RI4T~Lj"2&&mBBLx /yB]ۮ͊RTy h`+.DN#U]/Ve/(Jl(%!$Ey_ky֍܆#ihq$ՕjSN:X1eVB|n^2d cy"{eaf3#$%P*FRUV5dCM\>WJ{``T [ҶM'/oE;r.q%ڴyFi42O J(4m$@-k |-Ê<.1aE#^9#B,YRSZʏF$sm*6'yF7~6kYʇK{<ۥq@or]=Njx)fP뇖_^K虐R5FTvn]dv nz5<<\PrYsAg̣qg[>[$|;_-)H ~S>`m[NEMg e4-լj ?*Rܟ0)$k݅y։g수(uLExMDh,ɏ?ej{v+#oA7UzɜqkI:!Z@Ưȝdωq[?zK =/%̨9`nlbnB d{Nٳ'. B%w-1k쇝 pچX ~un;d&(+WꟂ?Tt)>yZddҞ{]4@5}sG`dhNlG 'uO#f(`^u S9b}V=0^RU%}}ɽuS*N3.5o3=CVFCc|njhlMjLVɇxooCU.Q͛kvHw35z>`K8u1]/0àH֚_ߚvKSŕ7l\d3K,nVOBWz_wk;?kʍ\l2HL ~`C&=G6t rX U`RZBDd2'")pنͬ-!@reKTy--6(ڤM#ܠ@]:_kIϊZhӋ}Uܾ bGhGy80I0 hYooGmNQY?4e@auM[y?%v<)7*壬#uW1D*]*bdމ,.[1l1@0A 6P &UCѕ4 ?ׅ/3X-`%QAY53*n]"W&Z/odSfd0JO:47'dZQa"!CQk},UaRef_i0pG\.9ԙ $E;{GAI }bD#N݆\QG]؃̜bx{0Iw.jL \ndIKY|>K֠ԡG1bGr_`(+yі,#'}i(!hiSe9ٽ;@^, _1g z3D4ȰEc8| `ӈɫg`ɭ拔0/4Mstz5T>_@bm!TGf΁ߢ\4A}U5 RLs{%Bߊ[ӿ9@",3CZ|T^!LhzA3]78/9'tI;^}oG.*"a]Cܩe9Ҷ#^gOV d0fVGІV.u]sVqF8H#ZEs]8,g3F\1ܐ*,L Q|N ?y4G$m~}:+ ͭr]1%,]kp=,?_0}KYFc3[A+fSeEXԏAJWwȖXvg}[tiX} {J~^/1%MKŧcŘ7 ygR`bDl%*bMTf0M>'̕xA'p 41M‡%{AP6'_}Q[tvu58~ZwV+s:o~ k՝ dNtfKkαd0_:*8Xf@ñ?cCJ5D17n֝ہ3Hs>@Lo=b,6ր0Hcx"(vm48hws1lwek-wkM{6uc@ i6dLE)GKM|!'g8OA=++^Kd57r'P|A&U*Bbva'FadNDr77Wɏ liv%JhX58P)%(O~;:]s vhQzh4?($ܐ" aQÇ!Y#VTR"wBZ)OZeX|U],+-b_sE`Plsk4uGrCc>?-c[]f>ǜ~tj=b7isᬹfL8 v2%nvsLI WM5k}7m.2a+! ٮ-#sSNUٽ6[7BՓf׽ 3}8DP۳weM6;\KaY(CsYk&2 a PQ E5:Aׁd4M\ƫ*NUuOd,$Bk_BAĞw^ Rʁ#mY6QE؄k&zs c-C-Ɖˋ 3ܘTCOOL|N:a;wGP PjДZ+~{ ~ Av.'rx'Xyp/n fTZe5dm/nul X~HZ+\ Q t`KiVi5VĥWiLb/U-Y:̲7X~(ϓ#?xeBU Xa3;:G5L%Ӡw>];yEg0k[3:]Q7 nV~+䏩~vr8yPOjdȳXמwx?.zvp;4lb6e#hb Tc6(p `"$ (-u\bГ9royERZ/IBAFI UwH Ӣ+4 hXl &J3^>Y mIJxĕóf]3qx@֨wj !MinwIi>bc]d"ug]H:F}:~#6b&c8&S KYTCa7{xCsz{/. (Ǚ)HT}YQj7SvF{dKms ]Ac91 OXr}RfY=zho\RAµZ~Pdv8eҸA} lR@o7SB'vO38#:x 05/0 o_Z=[n[t̗X jLZaTB-.bn{Wmѭ^+B 6C(P>6*1sK.zp~ wn{s-OظþpO\Uh7)NN&9 >119&sh*K߸iO|~z>}En2Յ0XӀ-3~[(#vTw"FPD_*bL'=UnvF-?LA(RF,t_P!=t%^?[){`,0B ]_7ȷZHiZFp 猹u:Qr=f7:-IHim* )2vXI+Qmlj&އvK; ƕ  >p\|>CI ۷~JfbE/./JkLi~1z-b-|R+(ntv) VH; 7a+~ŧpiDgx@5ME *67fȯ)*XIw&$=W9InPZ3;43߾u1'_sYMžy"ESd3 nH̆XzGsWVXӘ[mEPe:%ː`'ha b.?x@OHNEkN,WɣcN,~u D˭oCoiu&fmic4] .6=GZq zrQ. ׬P[S XI+T!wL^_?,ڬ>2,#8C9~TAOhVWO ɼBH2YϽG{$5 LŠq^xb @ ׈;Ѵu.piRDS wDM aSGK58id6T!3SMH](q(m7T`I52N=H($"D. X6󔱃cn#kU RI?* vZdRK(~z5RsFXҲ) VSstGP@`q*Eu"GC&w@!g ̰ϻ}I+⑂xz5 t3T/9$ ȅGm<;;gS,ܦf,ً.o<4 u;;0Q;e?kz[ T`k0t%yŗ+*yz=-6rȊH&`5#t6g|DSW3ƼhB;(7i37<c.-גv'`$ɝ.֯1)S $ ƱDƫꝙ.r`vX,,` B3ЩX]Gs? $2ݱr՗ۿK IViB }O҅| )M߱!b>Հd&ɅoͺY/_& I.8=Yϙ֐I]3qsMjʼnӟc.f=))s̹ G?#!$ .{QYn1!_ uB:l#_ЄtcRcs (_g/qx(r'Q{c VY 6L\ҕL0]3"rјA. P2e9!i;o6=P\+j`KU׳oFA7r > &3e9}vO_;S[eX".s2Ay+)A*K]^{*_-Pm w/W4RlM!@X8A&(<3J5*2hh(g%e3:lu`]$ڑ0N~򍉽eNQ9R;ʮc;wL;01sk_E1rKg/;ċ]aq_ANL&F?0%'ʕ&=nUg@PV;fFdGѨ#VQ*" X#qznj \[z;t)*oI|P#i~J`c.xlVܜw^O%}2h^B2^$zP]ݓBj {Y[3 t51} 2\^H:WwSt)崎*09Cs+VUg܍"#=#yȲ.ljXX}5ˍ*6+烑J=H@4hRJTD7GZ`[#/%#9HSۮ8{^or .K藕Cgdi5aC o3܂)Ez6{O[ϸ!>=Ϥ¶.#h޺`Lv>PiCF&vGɧoAޞ/ʫ5)cѴ.C%wRW^V b 8\'z%1=̀pM{e7 Iq~әj)V;N2A82~ï.rX Qjؼ,әbmJԪ@%g|3c`3(2@ ɼF~7HA`v,q܇dV)Aa83_P.@jJ=o0U.})J"޺_by". ؋n-#!OTLaheI%X&Tk³l'Iϵ03aNԇ!C+PV|^X9R͖RkH^׏r3=4=*PݜOP7 aʌ\w [jgzJx(z\5˱;a(?gYxMSjIJ7mJݻ[ɱY*X~{+|h$(h@P>&Ǒ?rOx['"?B<,+ +%8[0%qoꅱܾ@XR٢`߾{C&y(Dș-#O@RTt]!r _vln?+79$PogT[w#*^0򍣣o{gV͚G+۴\GoFّh.U Zo1`8"$Uq WɠɼYWh}1ҧ~b FS:^7@X!|H$UMEttEU? F@`„wgz-Cl.[f΅fbъ'9 P]!x1Jf>$)¾oD[s(: <ݚCV;IA:1[.2wبxߴhc`G'B3#gvʅWL)(4(};CFInJ{vQg/Fs|,:Pߠ7A6C!"2 {*쬑TA3xto"P<~J!9F=ʓ0k&%t6\X#Wf+a-3;ðn4 .Ysucy'8$ bxK縕R.8XoQ5 ?PǹYeO:U@U\"yc̓Vn2JMUC%y ?gEgQ4?PKܖpYEYi 3HvQ_ksAg9bK>G]OV$H!һሬ4{AQ?u&K. 'ߑ(EXm@>ndXKBf=,}hJHRk6'kzj-xݜ =&0]0xUQ{f`"LshQϰ!EijDwv+iCh|xqmeV!);o(%o/ ϟek/ Bz}4 tv:rdy]Q\woL8hrt1gt dtׯ0ڣDNNEUipŏ2Lv`aŀ V{hSXFK>ڸ P9 {/!_+iB ^;ko&Cg 0p0k=v %v)%Vl`-29pqAU8q1#;t=${>֎'2F ōIjuK%1^!ƁA c&pto?$KN 6}}֛&Ʃ sSiZNN'?jcT;{JܷbeI99os(&.Ӂ1!twrP Za!MLDu@*g{"ۼb@AB`i):GMY ;QN'LCAR0[Rǿj#gb6F9nE %wTI ҷTϊI}33"[j})wɷB0{L=ԗUm":}vDU.Km,^ܬ~u4;U,;ڹѿ8#v<X6I}#z?ԳK%*.N:*<y*D/=&*G'R;>b 8U>W/5JXs. -ԴJPOly6"L>} ^3:xD3;EN& |5|p;Wlj3ϭԜ EjHXn46xR'u ?g!pd> YrJd̤j jZH8 ih#foI uf ]HcqC'\>efJ0(ϟm:pIj]_Im {șF=0M~D"Lqܬ(ziR0bd@/"sO_D*+bי79S ܀4MM!uXw%|Z^]쮵+'r& fLŒ{YkT1RXMFwRaq[h&7[_$h t?\*$c/,1S -Wv%,;Bb.cf%7;-X(9Gxқq f^JDgz_.R-;IJ/d={LFŒlW) yPԸ]R+kyL$޻09%0Zȶ7~^̸Q%ߒC^md1$`x d'OdZC5Q$/ ^+SCJau2܄hΟpf) oE(,˝fDKaJb>x@0|3ĸA|2:di OrdWyJYܫϳv.S"ls]{=}v7@×,F @{h0(+:OE cu F0φ@SрIM=*A}jfՌy wU%,A޽"BT+`a⺥kh"^̫2SuOB/Bkʩ2Q;xgvd?D⪂.ڥt.֥)s"`@=~'6_ 1ذUka/7.]_!w 3g`N&mId@v(,~( I\B\8E6~{7Mԟz.xR ,r%2vB܂F" U6d0w!۩H"2 qؘGSҶD~E {SED(<[xEl[pqs'=%ɆgC#n2?v~$A/^LSk{}FpQUE$Xqm皕Z~:XKJ=-$]z?a(Cv;֝oN'ȅfHD~PtG"zR|+bIa⽵KcoqPαu)[,/0u~ {S}ȕ 4/q!xCxАH>t;Mli,=Μ%"}/[H9-Cslވ : (ZRրmخ G?oLyIvF>6TT']ͷ8X&[_@Ab&|-h6/+ ]X& ٗsXbeRхCt|I4J#KO٢?VucAǡ}ɛ (mOƦ ??6FEdLu:h}Y1h˟T墱Ï Z+Ysd0#%ii|tѸA7ADEEj >cu0RT_p+"Lt;o9 ʡ)A6s.FmSpm-|MdKتtmvy5]ֿa~b+2V.K!Z]5ֳDe^~7Hpmǁ46nnz4瓈W-zK ?8Vh7=egбfAD$a93~ZrQ6@=BqΙt.w.V2J%gskdYXgG:m J>O5"fئX\L8!r}5| ٤^+?".SM4NS"ƂCowi~k |5h+AhVBF4EhtP>_3V^ONm3.vzPe1KcDVd苲S+fè7-@{7 <>!3D{_Z D9|SV.W`K.zlq9l|0zߞFzpF_Qp4tTKe ;iO,FvDbAF$ȅF:5*".a 2^ 6_rr޺ۙSےc1r5ʧ}VNSz{~M\1Z"fHCoqbk&GbfeyUEKKL)i<ݪd|tQ]lq6$ohC!ǀR9~e"m%C kX.L'&cF.+(ó|"Rh=y:7 ,8AgѼժoAM[@]CכqJc? '0ZJfq6j= #N~d _c6{N`J U$v^:zѻ 2[sʆޯր(軟H-7iWR.FnB?2o2aUHNvYщU=hM%-~c3!9)}r U .!4l. ~9pJiFٮ:y`bAllsS98鉼FR"@CjzU垒C {(ME|/*k ml'*L*XaJezZu= (e oVX$h$Ön[juܪBSyD05EXvNH浅#uȹRTuwuL )QAfFp,چemnMɕ#@EZˍ.塗^X>E dH湫g}=&۰sV!}TЦ;4yR4_;&LziN7[E̊N!m]Szv _~I{̏Ʀ0:/0k>sHG;gK8 ]$Tp /jr Ay-ȑ0) X1pF!̓t#6F glu㎝8(oJ(n3}FBu dK? ^bH[qD3~~pMq"7rۜDzA{'U+A&e 9>e4LVad }@Io."vZN2vs{'9ro;BXqX-zgӌ yCFvߦwk={-X%Hu׵"c$~Ϸme0Vk: `ML0e*L; M@`D!Dȼkbr?5&\e=q:0ۺ҇_]tj4^&~|^P9h+sxmPcYF xoHOio4z,r'&]|}7_S,pa"BKT `;`)p([rxڥ- s0}"< M#lfaf!vxh.N|6kuG\{Ax4͖Nm@9F/W#46h4 8J h {nu}`A1Zˑ(u!Zcޅ4aݗD9'6 D.\!mT]L' ;ٸ4i GZ0Ꞁ.*#,EEwU4|=u@A2X=]hV iUom5 bLbN>#^E QqyV1a,0ɏ|F1{G#%4oFVgx& In东q;]%}*K4ztFƊ;DΆٔ^+3,,Bf3C?tG./k+!EOXizpfUA=>,oC'| ()K!ާ?" 36߈LH$0\H ̏}EeQ5+{Tkku7hE yA닞6+ lVdʥb'k ma6>a63Եc&V]EG/M q&.pEA]7e~{ȽPXjrn%sBR- ӢQ^ڢQ-(/>iW(;4ѥ^o&p(# 2[66;\PVm)e{P̫ߵJ:5Ņ< :$vf}V}3-\q0:xÉbܸ嗈m-V!Ϻ\_ub9гxJ11/ЀUczg*/ ~ҏxeIngbI9]`޾?~Mb#z6l<hI@@KR&[M%%ؐedӆ&aƻƏN'z9H)k>9<{Ň> Wb 1bԄdQGo<,!(OE|}l) 70SEKnor`?8,ʉO,xƳD % g\Xa(!bSUy\ğOq^X/9\׏ w~۩Ʒ%-1KSF.4ŵf3A&=ƶcxU+b=~vx[3:  23 `eIGS3oȸA M`Ǯ#М Ge12Pʻ?QK:ZK ehǚ _qt"h(3Yqtw |M- V1UG/udJ+ꇑ$"J aˑޞ~m1 ܃vpi /:J ?@y69%i w@ԱFcUwJfUy pE^}ҙDP "9k︼KV5pQNaehe0]Rb44W $i쯷 nӃfޫ-^˳iØzuL0!@+ F\dKJū|Z}]f"\? a.jTOO7[& } ]#s" ps:8rq/'RaʒٸBn>bru+ю#oiI мl\aVP4T3wB2I`E ܐ}D 2{ڗ߼@ójʀ^a})̢ ޅ\uRhX*H 9x{%sX)96  aaE1jd0jQt*?ܗulwO3~@yo;_3Ss"mvn`!҈L!)6M;߆@J.^TYh~3zl|8HpAzq58h1'SQOz981;]!K I|G+@|[Aj;LCyiQ+D+;{k"q+ oa ~6P,~8&\~@"L!Y&r#sG˯= W#ec! ^223ksYe7P (D` -Yq?&?Ip ] !d w"Vԥq*2A׸t1K M n}KDӀ e\jFgBK/wfv8LP}{@`DxLֆۮ~c!iSP?B`nU 'l\> Ur%X߇w֑}I\'nL~lYΓ& TfDDp2hidXfq΢[eM}N.(t!a!(o*aw&9I-~s!q3VNSDNtyGe]`|wwWK4URe[R 6X7xo?F[tQ)iC~1J8*$*3ٖI>턆 M)'QhBq Wu<$svagīzjR k6P~b[ૌꮄ.Jf6T鷑%`Y,{W m+$rRU65/kH,ER4x^c' L6{#{y9g#1e%)tFm_[{zzf˨D`dfjbGY+j,^7`\767Kh[;C?1o\y(bz xq ZdU.S`Kqqhd6۳ZOe=[ A a{YZ[U7&B[[w?۴n{m "| !ޫ'%cg[oxYytH`-TO}[M"'޹dydv$ŭ -F/ʛZEI4mBOt6]L!1uܷ| 4>t{f1d>8SHTk:⡏>kȜ%w k} * hPC^4cLI_+KZǿTHEwǠ(*8He?ejBkJdPtzӺ+BrWzdSY 3UTڀٲ |[s E 24q/2ACk 0q4.<̘}C'{(&8=Pufr< ­ycH%6k *vc6[U> ,H'=Y"5 m6P/ϛ^@$ie'eb r(v!g0fT$arxxup~~!H.D"xjG څ5he|1|"-S-+dQGD=P?V.:I,rcoCsݯ4+;E K7 Y0QxZ3icioWQҫePvEV;KCk/FiS2-wv'kNv*s/ ]8 徉<Άbl9!65[JIT~YMifۃO"T58|O٥Y{.,.Vg/r]9+&1NnsEʦ=% ړl2.ں~_CE6uW[o3; jz7B@ -X]b+Βa/HtFj]e A'g_;+" Za L*J?AYN^I$Tvܛf lxŚ%lb$0zHPn{Srp6.W$ˏD6FPC/eE0A):uYA5ja;"ۥ/ Gw8z7X582觤S̗ӄAEsQ3nF!qp[j,kxM)QM=7؃djF]Caea]OnZ D2^X_IuKoŮ hqU<29S ӟ@^ܰz.l7ĄFAAH= hs h@?|WŖyȄ BvL!Ƅ4 ]]Sg£ק:{)`=SJ"Z3+Aiw6 9.{хOb4`ߤ⒗g}3Żau5"tU7*!paK+wA7"1a7]`~HXf/@*t<ɸq{R 7^)h>r;(&hZR IX<H",[4?"f8f(#4%d.T8Zympr dLKUT C!q1A h򰍿]͇W"T&i#41a-mH'I-h|$B3ވwXAPÐPpe6R0F:4V#+Vvє WG//Dږ"2$LUk{:ec&?Q5*JG@5Ϗ`#pBw{ SZK_h܃H & HS~Ap~2)֭5LA}70~Mdk)l.bZ<`7wtW1矼X,ޕ,AzO½͊6S`B25ZϏ5`WޝcŹF2-9K tyࡅQ9x2vnA4mK9"҄} j#-[ S3>{)KSlslBI.>X)JN*R`Xr@lQܣG;!x 4 ~^/ z5vqGѠ].qD@{P**nFEj.>7BrB7U.MZ4#P =0Ҹ%PB2CU%q8\QTiXΙ,њZ7[FJkVRhܯxeԁ\Ϝ?9,K-9[9k~2I|ϡH] )6Oi|#󹫝~e[. jS+귅p+p H2HVL>%nR:NyGs2T˱I-w>jĂec|MMŴ_\$^Ln m@RT&&Ti=$՛g:u%[:=i7}l*&2{.(hbGģ[4ӓ;I'EOYSybM fP:&8ϯcPZýʏ''!I!^+1_aΟ+_=GFH?qtVd 'FJ"hObcw-΃آrR76)`8DRPdtw/p5vivK,d2i K7 ]$:>;yB&LSN}ґ&VoT.zfBxoh~̪ͦ2l #TM7"XP!kkYXE1洓2'qSHdžձMj8Nx]?)x w F p +.cqЃbWLо8}u3d-$n-FisPh=q0Nmߎ˒ eDƳ4@2rQ{rgaռYq:=G+<[P9*Q7o %KFYZ*lp$kjU;$CpEswA1ovomlMCMOTfoAaQ]b˛X%~ r!Va{gOIL}kd"I G^<5i*9!+]cJ \ttMZ# 10KdžI9gcs\/}e?>$;Cf-X5g6Ds[;KCC53?ߣFpEעynQϝ[KIN (PbvGa NE8u8l%:D酊 0nʎ֮Q&n [WS7B`^ gͿ[c:m-5L_EHS/Cأ!566C{K_<<|^&"P@o%Trw/,i Bom]0&M|[/}Պ.Pq^[^ڄݝ3D ݓޙ:󵬻*=yfig_ MS LmLINu`V@$8pʀZM;d![Tݜ^-3v;ݪuBURdg\ x|*K;/,'8̧?aEd}DS-Nԏ w6k>OekW ĹͿ0mrp*ȦOJ8lRo//3rRUq ; ΀30cpgd4uRȫJ*bذQ/ؗeLQj&|X 7Ɣۥ+ʬcty;ƧTJxN WLe-"ȰQ`EU$qA=#QDP1Rg*c55 fɭ5W/|)U\]ɐ@ Y|(5!Iop]Z]f}WzC}71=ʼnyp&N(SS߾lSJ]&4W{7]'8EحmYcr^/E)0нZSdzE0&ʱ,0Ǡ|Zi bchH3Ƿ<{˾kBWP;{L HBč}qn+XѾm f"^~ :J&dq,GK!#蹪:i 4Ļ2ײbRnm>dºU)0'R+dB1X+@u"BTNT +:Ut-84JES^hW|y|9}Eܵp62!xc̙gQT,z_t8cXX|szf?kXHCI|Y.*0X'ͥ!;}0FF0@a%N W&j" x澓1IWѝ" }Eͅ<3< ҁAt@MhKdK[ L\엕U6g}ON@#_mKwyz Ɛ>42ܜ./W%6)T 8H C02BR-89p27JP}Dt[`Rn(Ғ]Xe2t*,F]JU|J <֣z·N$m]bpEm0mgr:WוV>F4xϪPϔ, D./6[~F%bQ=Q}POiԁYe2Ʀf FB׆*5鉺鮭TԿ;y[(,~=zWgVۺQiΗ493EjZ}gf"u^Grg2/@?6#po^LG2^7ir`-SUdק !.UPr-G޼ΔbgwlC4n?rAח3;x씉3H{%<&$6>|:ZzQ ":2;u15-( mNqę Zrᵩ/XQ!8Mơc2N}=A-,' #җoĺM &D*@_Os݋g1m2ʾzkT"R -jT2UQ{\ G[+^q5'( #T=n{gӸ>x<߳!t[=z7FY wOGְL?fZ'+X~ţV;ԻIpCOG\<\qKjCa,<@uSl7h@fKd\,{wutmTA=͙Fɚ*+|sWT޹0(c,}4#A$$h{⫄ jJa)EeFwZ}6B0m:P J 堮UM ^P|=d\W-ysz)cQ?L~@U4$`zDժBBn RvE&byw˃Qoy,y<ČoVN/ -̯sݔ+4b䴸wj4^-恔KX[cԷ&vbH1؃L`,k\BD[ 䔄%m4rP /q0o?w~|t6i%aoX[oTpoˌkY>@Ɉ^Qqrp`2x)GŠBX³>\@LhʽLIw `B 2K| "JeCUn&}-\(/VЄP)(/U*D֐!ӰfDA]B swD$iAX =Fjm#;݇F)|QhN5ӓ(q·jKKf{s_&X,L^\We0*9Mm&g#G h%iSa_;y`҉"H`bxSs½5|~ro d%^C;;].Z|&v8}J8|H9|d=]f5eի0$Nc e~3>O^ޚsee5wT[5ؽ5)3TP(ٻ;`Rp8BSFd28e2 ʊ˭+ LIb捴;q'MHjOvkF#džL׸vO!kEcXeޯݿTrB{pD#Q ǾcmdX S:Y5gY~F]h5UTxXݎMX3O8"n92']L5iTqKkE nC˓RU@}rt!*_mJYq^SmX*e3/\kcZW)"n"= 4fj߼~(kMj7GEVn 954q!5 5JM26T"m]A X,N{tXŋS0),~{SPbB\@_Gѻ $7 M,vj\be٧+ϲ&LVBI nK\' 8%:Z=XehsFv7%m ~zZ#|+|X>\@c2wmx{qˑ~TvY(n!~:[X$g%2=R/œ%(IA/@ar@(s -4aNȟVnpu`'FL.! 0zQg[|܁It{+jʊSct$Nΐxҫ,GT{vgEa,ǰA+9wLx3',7>+wlDG~;*ڨG=@2([4*tF OCYBNg궑G%gJѯ~)bxԀ/ ]23,/8 1PԜ3ˆMZT>_pDC Z:#PN:$`=#5` ?HK* ˙S!}mqxL4xUkFX"9Y\w\5IuޑCA_(/u*l3/e?H7~}^ Uʟuvq5N ? CiVų CANL۝kYW[JtrACo :UaU' 9WM#Edh)2,I-XĮrhWU=/3d Cڿs% 2ᔋi&CǶdlTiRd9_nhv Y)Od&01)xẔG;fmLB[k~c{]yUYjl5ʌ tRbMǸZVAϲ1J]y0ZvtVp^+./ \!\c<-G"V^ o멥B_.t<4ñLn`0d![$4[wv-:|.G#TcCUSU_}W[wͽ^h2o@O-̶-EzP=O^yoyqZM**LQI!gI1ij6:L UժĶq{SV"53; AP>1wݬL=~OcP`nFUR-w OsYԯ9 4p`!i&Ccjҧ8xVi.h7s$a|kЃKD +󃛹3/ӉEtnjŸ d|>Pwoa}ΜBgyv6ʏX_^r}+݄N'V+_Wl;GS݄mu[D+_H\~Dq2\\ VN=Ȭ{B$r\qPP&q|y)ܟ ;fj3yŠUV\UKwt19h.Z] c-w(ikG9δ41xyΪW{bOm];$9=4a7y1zybJ:Ze=k lyeXt_IHzxtpV9:k/gJl؇íCl~}U+U3&}Dzm{LVujkP먄? ?QR9 `˿~ [5w#1iBi\UmM8Wm^gx6t :75ˡ;_}Q¨0!R1޴l kdj|.O8oQ^Q1ʁiafކ/5ʏU؁DjQSh7@I15+i{|4ITr7 ]'NYr߇֐%$)<^4#: 3;+@L*7GZӱ[J‹i`SipCpɨŮ6h†W^J&݂YRPL##`K6٬9 jVh'ղ6MW;C26{2Ho",РIbG|p+o+5Ow'$4bahw^1Z q=EfWg-3<#H7߁OU:M-!:1_]CeHg\ ‡ ڦG >@xޜX[H /o^[~IGz1E ];q)ҍec*^CZ2$,h[*I-- B~xg'gd'X@A .Y ]2:cg,@6<|I|16%$؂ꏏPH?7{$:&8xmU )k&8z ܟP/J>ݑYDB?fg0/>.1$E8ύz y,-5Q_EeoF2ixmYt߷L9*d-.7J泥 ӮrSȌ]ըC5N ͏E1dMmD6 DьVGl[w#j4ř^佤[gYpԟ L_P &]ô[צZʵr\h<+TNH.$.¹z/|Y0+g=3.ꕼE/? T:tIg~BLB)Wgqd,Z$&#%2NRf&G*y.ʔhs\ʟfYOpejoUC5n%[`ܪ#}Lo`X+Y<`^o&LƒUveQA,%?QPe6)+>H7.Cgp=⹳x麇ő(  VA`)>u<}M0Sѥ2B_$zm* /5"Rj9wC %4`$ ,NJDG%Ûm.:Rd*pybo1~>]eȷ]ݒkhxx1aO sshهȮ]TSmsY~zj{@s; b:8]`|fMրJ- u3TeTZxMIP'Zw05m:p:/2+,4d։G|%igQfI+'w1@ۃHB:a=rtvvٗc y߇x־ 8&$-T1coA2=I}KK?I9*Z 2߅B:.@ ㇱ`jL:uW1+lX}/j~(Om?Py|'N(4hf V/Ǖ`iQC69;6w#*.>ko  FOsPY3] Ju2h#ghfq1Rd)g]M *; O+؄ua&-3cJ1/S Mz&ΐ _R|q8$8$0WS;7)pS;Rh]6*[9,ڟ5tdeHƬ5ؽD:"|yuxx +8d:N6 h4FEpH6r$V ܸM sy-+8֬t[5TR4qƤ(6J3`< w)fٞLp?0} bϕL3~[[5Fo_5UcchZG,;`yu( ƊTA[6i wxTl#QMSaE-De薸JTL#r .md5\xCji71WWΨC_eӚL//xpYZp$7k;MI HX,0_EU?#b'tr'[MaEJp{1_?G~`=1 ]]*WvT+0 & -' Zm0:paB,X4((%W_2jpva3G[ $dP^]u|=4'=8|Z*{d;簢fiU&>܄%r7HMH7~;L3N AEmG!: qg2,p)>Ԧj@Qq\٘kKsu#>)&C_s+FI]:Jq_`2Yy8 N݃,ٮPO[fdX&Uٹ1B1S%"hز7ʏ>T|JLz+덛 AW]{07pX!1F8[BB#~+e{U;#(3%/!t!i]j./փz%~j7h#>xUPF J w,LI~^k?y?ᨬ̏8؏A c53%_-8\Y 5=gzn-pp+"U5pC{T_.x1 䪟|+"-ݧʾ5TbcלzbO6{(&3Avs\m~(Qd0"`GA>wsj/T$CТ*T}W!s_2AY^<]w"wѰ=XjHb+ݨ[ٔZo3F=' 3k1:tBP&Sz>/|DGD0+ _T|ˮ>1"n!|%^(&$b;6EW]U ݆/ 8dbۧ8JF缑>..iwlk>#}ee9byg v˾Y#|:+(Sjnk70j1ߣa΅ZI' A}jgclN-dAe Y4J D;$W&T 2_b㒷Or*c#<=*sK#^"vԫWD+x!Я(ի&Qwн)Dڨ"sLWJd* '-T`@yyK]qJ|8Cۣz- 1ތҪT X@3MeO騑h=pԖuXFK|3w9GW㊨rBM^a}э!9+1 \tng;2:kH!FOqT)h|Cꂸ/1߁)հk ofb'vhBQBw i!Z`Hd\pPbCHeud7sHJ+޷{i Uặ#rD*v,_Sދ`)##zskTWܛ?\!tjQ;hẖZ@:@BWL*"OɽW)MB=܀kZTr`G]ŋ넾LՠiwE~\ԛAǠ+A"[{'TH.ЦAxWXL@u0a#m="HF?\FL\ى2ԔYV赂(轅ZM S-wT]~Rr:k"޺eXP0i0Ի|\nV^ t7Bq{dcA#P%4΢]Ԧ)PX? g<.i?]匊 Jxh|]#t-/Ei6ަcx,[IyW)6PB\LnG= e)dk _6?cP&~pVWB`)CB9m@Q%Y|XaY_8 ӿ60%OEk>rxdyl‹q[1akANOI$H;)ON*ѯou~]`|Ƽ ?tAY=M2v߂*V P+5~\Lڂ4NQ )mh.=|gtsn?{0ĬdiڎєZ3!e7J( ػG AdH> p %Y$o[Iȍ,Pk&Dɂk芢Ӎ֎R{0HƜqR^["(Ma$L|HSe>t'KBғ)) fMFV% }Wų"(zB6tPP@>)HWe{ B,jҵyv7-։wfWÿ'yaOί3xY#8OTVR-wNhTɧgR<ĖDMn_CTH;z $Po`=}Jtj YU(^8n&u>ʧ hG%Q vwv9 =u2r,l9zb CK0\WL3AԙyWT?#QȠ=EgkRZbJeUm- qb*4B~1($l;E]uV@Y?aY.FEU WnOS=/ 8}z`0"JM*,k_JZgP )r椕NPlzBͶK_HJ4|JU' kj=aeQfF'Yw}<TXk!GxLGKVfcx*~ށEy:v 'k< >g3*uf̡PJ6~RAx{C#pnIrIm`F:C x O9 $i8eՂHio3QeK"!ɀd~vq# q/[j~ 5z?c9th>%(("! BL)xӛkd-F*UQ.~b]jp+ZEQ#26>pylmGdYlkHadUlX$d0 r|`R-LJ+lmxչٯ{K6cחbٛXP^q8j] |w~4%7g:|CPi(U)!+wOq۴c+)`O0= v3vi*W,:(7+ :: L)Yu*]' l>I'wHb\h@5ӱuyU채ph{lLXqG@5ɏ/\ (܃@s,pn^\+vQC)cq; x_p7ԩj f{,WONz{S vBf|} 4<~rKCѱ 8[0OXNK SѺ %Ub-?d6j Ǒv@&^3)k"x ^Lq(>uQȘ^lBhF7nh_ 'Ҍ:x55߉rn=aLCtG:sr)8^2)Y,{[С0[^4 zyS@1t:PU]SƵ69!w$vͩiִwB #jɫhO9_2K]tGWĒJEAWiF\P1-kdM׽QӐ4 !hkfu%T!M)\BD#h{ZSMapJx<8"WTۻ'ZPvnv)Na+nאn A JȦ5X__ (#>t/C;coG}wbP̖nƎ'7W}Ẅ́g;`3#l8 HX@ "9+bU[Q:S`=șٯ$ec.&R8ܐAkA˕}Ёi\صgwsDW/KC)+Oȡzh 9|^XpfKA M;Im v+vj<03~A!?٠bes:J5mT>  Dk!+ qW_֌ر9^+TghN H`cq@?9Y]f!@3%|_C/A' xk!"ˉn"=d*wPs([Oq5[5#QzegNӾIҫW~]^JP1D@̒_in\ˡ6@Ѳ_T#jX*7GޡG)ix-t$?A?$hN#@"[ydm c\C]ց´? xOXHvrO NP(*vn ݨYL Gi@Z[p Ɉkʡ_eE"qs:FFD_ޒbmP'q'G)^_0P_X3Ů*P-ƃ .gUDdsmSj#C58E ZE3vGH<{ jbSB'pr [w&M0@= 7}nz: tlg=zV9MLc!UC蹘(gId0o,zӹto"zDbבq17>NArfqjڇ4mxKN  ?9'(ފwoȶQ)JC;Ƽ(2+.7*!6hou u \p&䩅? ^0 o۝4^X_ @mRPU?-&-cXaHm~}k19wGd5z5H#FkgAfLA`!dQDu| '(zpciީP0։ߣb/q7v+/䪁ϔ EWbjEU@454{#*{EWBbH`\>VrҶj Kij{F8x7M*Ճ~3M$mWfB9M,$Wri@qr[ߤxỔh脕5 ߳wV }v 1ߦz2ΡҼwt-T*+mvtH\65/@#xEMbwyL¼ʝQ70 # ;q~ȇŬ!G_Ų%>.?Z$xeJ))A5c;:q'}wGj3dz۷' caz6@yۂLk4H8t;clB~HJ~#5ӂͣ{#=9^BG-hVNɵ?t(};j/T Uj{t{ΰ.'44XCcYaZ TVZ9 X t7DCipD!]xZΖs;M6}  ^ ,"S&V.~c ]t_x 5pgV. ӓJ~3]?v*wIchvcyBT- ̐ Ė.U&vO~IňG[*";#F7O@><҂a3Š·3'RR0B.Hh=-%hcmbGWQg9:3}%Xyi΀GͿ5 ܋7;-s:/s ԅQ)o"q͊̅LW['f]Nzp&`:z^m= {se Ƨ4g7]Il$rqT}G*in/uS䫲7By h(1T;U3&uU -!]AZkT  dyRJS,k/[R VX٠e*9 kho fЬ̽q"mͤ]V<7mdJOm|s"i#>ZIJQ*^M`צРQMf%%>3O$7mS).S".mGZGn.g4M&h;o6܉Icx3O&a'CAք,;=%Ғ0 ]G9cȫ$I/۴ S}.Xvt&'5w'$RdL2g-$2dQM-1) fda}y}y5So|͠/}G<'LLlc-t]lynN~ТT,\ș/ك?/bdCJ%9-_u(Zŝ/8`)C򺦵hSɡ?f#RÂYmWgW`3+*9&Z:ڽ7uApZ h5PӘ6QOCO1%ϷkBՑfY~1|N%~ێ'iF&/d=rҕ k=ϦՕiTo aGVB26GFhHՅ})!׃vc(B8+(&]vp~!jT'q7vBC52U$b>,g' d)"F%@A#[{o: ˡeV̅%t Ǝ !ޥ<=ܩ h/6侷@1CFv+2'ٗR꛲N-1Zx5MCUȊzN|P4B_),[}ULɁ5_u[x]vDG%dv=}ɪz>U`u,! K6*.SN rT/B:05,:aZe7\~oS:CVC&wdȍ8v22wĕxj$=nZzx~)<@T^ZU϶@EcQuC~NW#%8;w@)9zFToAyudBCZfv7{?IO{E;\7=ȿ"~t'^Z9Yɀp( VVoCc;}] ZӖWS֨er PAǯ[3p0qfn0N~Jͤj6,oDo8TieXnԖŢfg AN^޲!)\mDgFv3G*tczf2ੴŤenAo2?}_o\ޣǤkc}={([< b讔ʖnhzF%9oTӻc\*pL~;Ծ[;8 a WE0N?t&g:??mT9B ɂ(bQ4@l%F*c Cs Ơ.-C Q ֹq*_Wvz"r(D57*21::o)bkђ=[RukV8I1(ˌ5-Y D->:$* VnㄘuF}zMGu`k(7Td .FZ⿚e.ݛe`C{L\(nwÙ'_|cF>"Pzĸ<%_"Ao6AxB$~(1>(떐div=s3z-2Y:CЬ6m#O2׷U_*nS4Bf3rtnLGq-Fgtu15 A|JrJoŃA5-BEsٺw85brw!'Fsp]tTekCt K)g2Vwh,k}NyUՕ%{@g~3(>WНD Ib*'HKM!BċHE ײ5f^8C+~$&5#ƙv)ÁYOxmsV؊c? @֯Xgp}.b懦9!Gpl\ziXRdT}+`varnTBP<yʡןmF)m_rm$ n+y 7\z"t΄URsiڕLo;DEΈtFȍs^G<~syvfMA2,GNi3'lT,/77ofWx`)5~)İ,ZyeOv_T)=@lecNҁIA\=xkr-Lz/,1z:ɝl}A ϋp6>+HAmIPi[zˎ!2;7NqעJP"piR·ep "h%p 0,9' x^9R/®c;"NbA1P`m CG&9av-$A'eQ ݮP2cy [?6ngWύu3;I(<=lۛCw*^Kr쏤Ɠq3~U14tw/DZäs lK;6J[AL("ʿ@֍\=Rn|@Њ2C {tXzaQneV?oC%F(o+>IV[/*]hRe?״wЀQۨ03d۟#}!&t ]^|\HB!$›NnSp*+x8;4}<#ժT@(X)27æӦx L.ҸFjFq?<^lb$jugAؚ8u ޣ866R׌n7r:}6sCLͦn+;nF@( רn>j 'S$N L:eamahw/>S%wSek *]i(]DdYثe)w6JXd9+溦i1+OlsEE3N_^J^(.Z{ï7yϋuZ!A^ub3C˳PXI9 --Zlr~< txbVj6UןACP, 8|1igB;7)FY=k6?jP_:^4HdsKd1:OGO&bЌ&@)moR8I(-G޾ϭuO@aߗ}rOD5ڔV,z83I2iZ2R*9Te A S!&a3&&I5CCܒc^B2bKn*^ (J!kPގG$aVb5Pk'[?fwՃ,yF`$elUPEyO[-v5gdl=5,{ҡOJ\aiMj2ѧԦ~}.RDdl€{DD>a_8 !VGd @&0Ptd%;k{o*b9PG񷵾F, `$ujOl>}y̦C:d7VV '\|'.iʝ(,[ fД&~DucOI[.R@fd<1 C!NNƇKi~7+o,6u"ebtou.}l 8픉OAoe}@!O  }v1έ w @Vϝ/*>̀ x]X&@>[߇w}5Ψֿ*FN__v-dJR@*e(]ð/<<>,MMt*4p|S,2(htc)%Q`DkoxM:*M曳Kki5vp2he`#7yf(~tsz0hE|})2zNk=>h%4 CfU zX=X?\7O<*.8ړ`Y`R-vGm!^ ~|FjBXH&.PCU3}֍@j@V*3ɢ-ۋJi(š ]9/G%p;~+.Un6WxFD&G=ƯJh#aQx&^[9t m3Q>zKl%3Yö+|̞(!jeCYGܧ(q/}pPs >łŻH[-Y{ێʔZ""5,2a*z{-As|p\+|r*j.Jěm.&G9Ki2e0:kR1R\bN?W(J8fo>w}DXFuΩn]Ü#ʦS*C系Jջ:rk"0ט2Z^uUj϶WIP5ay)u~2Y@26VO *y:Īv)uhGE  Y;MQzs f'-e Pl-f iذ/ZU%B аq~ YmSG{ WMP  4)x ѣNq,3FI4j ؃=RэBYHQObq:~=XNQH?}9S?A (Ck!(tM#;e{/>oIؼ v;g距D*xs;=D Q{R\·rt/t㜫L ƧmMYc\ٷ}89~|m?PkFugnb+^A AbȡYWʼff#rF+Ûv6b\ j(Ծ?3TIdLZ 6;RAe\wT" R eOv&5'&c4GouQB#:斚n^O~@ o,̥$y1\ثxvo~,+߻~Os9ȩ=KՅ3RޠU(g i{eA_֙i)vafO:?u})kGQhSPgf0ސFQe>궉ei(cӼ4T`Dz.#XzvխoEb>hLNI/%&pc| # ں|`r( 3ɣ\!] @(IHa5g"<{b4% )*N}KfV hXZt*e;!4m AHHbĚa61M`ڳo J̾U_,Eݕk2m=$ 1?ўy9( M֖g_b +Oʬ5|bI|'>/c UiayV_AJJVὧ{O&2x~וz%%<@[Zpk_v+Ktaji'\^_RTfqʹ6ʑE=|6^xQeH=1 S`̲B_krBdISJ)G;r4'Dl R!ّ.vK|KRoL3xC|Y JU7)СHo6Hƈ݃d~jC ծ z Keս‚?ᛀjMy^=gGT"\-TՍT0MTTQ}Bj%yzUP V8yY-ovtnyŽ:ךi&gǡ zsѲ/xݗlHsMЕoVO\8 y6zi}PThPW15w/.Yb Uq.%W)dY!ORH^Ԯ$9h;nX4ڰ=p;V-_ ^l0Xi1{BjVi@1쨇[f|fux'+TĹGc"yx.ܧ9U>dwL4S!L6$\d}qU {Y818X_!Kc`_8ScSZUGE' +FuT5+ѹc)কe,5`m7y*G$Z#Js]fcJZϠɗ~9('%)v] iPybaԎ-8}ذ`_}H}Jc) VYIgt"sL7 =.t1"LI-Y[{?Dzv<#ՁK`&e{ ᱖?\rXjP978Z ʻ)T,Kآ [󕩙mW#F閚=C3P1:etX y_eư3 qndbWD Vo dN'<)wٮiQ1lo 4U#۬taKL¾yp$fEuiָ}FI.ӺUq ZKުF}2ƾc3NH9tM,nk8 =z%?f,^>j(k]Wx U|$L38S(zX02 ߃A{&.krKfLa΂Tlsz6W'bxw3UXIҽ{㢎PUOf[uށo%>5JB@X*@;7Ѐ箉~I\bLcp0Q{oe2t-C9x`|ȧέbB)9ueEpf ¯(\}L'qդhNdF%#6]992.IA>q=K>D 'ĝG.;OqPA6wQ@쫛C peBE}/]J_ QrJĉYKm`ɹ6ZivʛlS3jڕ*P]nĸSe 5&ED2X\Z27Ԗ3sICr%Y:n{{ hW:`Jj{':dLNyFv% _`0zyX3|%w9*گ:1vk]zSgz6 o,űou se1t#j2``&#q[7)E3D]Iozx YUɺ,jKSu3PA`WM`UV,DgzpJpΗ[C(Kl\؄=qV3m0m(Vv(5dF^Ջa:ȃqwn d_L4`wS!i~݁ 6'Va@V/*nWА#6f;DUZNDN#Y؃ª _`C<ߚvȉ<30Ý2"4*<' =Ij; =E($K9j=IUw{c=g2h8<^/p8%* Q i* O,6G:d)#iR&xN/H8'@W_CX:>sKdY-^=s'k84%OwЈ68Ĕ9 7=|Yb>jJI=EA3͉R-ņޒc$[`|Fc{Ϩ pm7?r#:GT 5.[hQ$ڷUAаȩY+x$Pj6 J+R ԛ-<,V]ڂM/%1㫟a-hVߟF=!O )(V m{6phEj Q=\m0*5(Fœ>R*N|Ȉm]{'zI6"[-GWJ'( q|5KL|s6:h3yND |L_`}+ɤ×2XX`~GkeEo 4TmBMH a%T:v)f\zpřXvo/r2rU4:uVZպ|cXp"=:I WP ފp%N%.1a%C#Dj~xcnW?bq"lD&{-b |)R|R*nxr"Ad*8p_^Bn=0D'<Ur =GE6$YE7/Z6T d|qZS/'9(BUOnQB!@#=#"]7uJ"dk`st%J̠u&s=1p\RQ7ㅙ*.Ni^i[<d"hUO*ezp~IлŶW?0gEkSAV$cuȕgH8,ڡJ4ꘐVv9@zbXƣ2{Q|xccNC (Nw!%RY.#8d"3U@atT.2RP|U8̉Q*6OT3SBI{+4[&ba%QIO'%X&I3+ *\:*B+B.]PTUjV;!w-2D042\MA65|+,k5KPuň,-l_} rz1@2{_y}UtcX5"<`uzuftcdQ`JG~/KK2M[t5U3{h!"v=_Fl&{d_]wkmi{#ZO *jِa+Z}GV֫qH ߡ]iR~xg{K Nkd% ܁Ÿ[=7lo5} LŻXN QjC]wh0P/K=b0{K%WZ4),>KTu]$]nm6D+]n~_:VPfzXHtXst&5|'-|² cd3^ѽa%N,m@´|uA2 B jǍEcp as0Ĉxc*e&qxYΓwDN)_?A%kRwy3?3Fk|:9lGr nP/o3;.G~1l3SʄRWL!w9EG%@ "!c .( @5JXI"Fk#2_vEY-`vl*㙉;2dh~$sYb,~/ \1 G C!ƪcJSxӓeqK3oj-Ax08\,O .b5?Aםv_inΜ/{d!ژ܇wxS~Q$ I>5[>4w86c=vzP2a5J"}<[_%~_D3 (^ {)IWc6?Mh* G耸-jzbGأCR;Dd,DvA c_\h; 0??[M2Vi}a.DƮJr ^$ΐnнR»(Eo\W*ᇸEcv벳>¿FS{s"i[NzYmS<эWg{z #dn|t1%Zi.1vECEw*8UI*Sg`+J`A͌ovs9j($; ǓYqhLվ`TLd98$4Ɔ0_SCӶ7HVcgwuΗ^8$ZAҲM 0yTq4TKZUQSEG$SI#S~U;ǵq,m&[6w7#0fؾ>V܇alzZpX=0ǎѽv<;joS `zؾyǜֱe򩶼.;PҍyUNd) SWgS|:2IoaQMJ; 9j%c,=Y*z z2vC4/IZ:ѱ /PŃ0PJC/xN)s#,[-bpHQAK8y͆e`Ҥd,NADeAnBR{*֡s@2%"G=!"򌾔݅GgH/yoGa0U0°=:z97,d.v(w- >7\PC1 #$~.by߲t#(97d~D6PPJ`}kʗBkDu9^RM$+tѥbs3LH !#1Pfח%XwXTTq1  :@QJ*7|K)ҵ́2Xbq&Yyy@m{ɺW?g9QҵZat[M+WzVn4 H&ŞaospmPw+rx[isp(x1-8>G (#W54ujx~Ks]Omʋg0dovu.Es] mKL-R!$XUt>W>e0͇OHWhtJv=OZ ƧF+eA4Seazu\fQ`*B 6KJxXZ`[LY'FhX98Wq h>nwdo x~$}gQV\h(HÆ^?6h[Kh@G87M—#ؑU X&:`w4 ?MU3ye&##x6q {|/(G i\ v;3P-w#~IM`rQ"H>`m)m8`q"܏.%C V.(;r 5Ǥ  G^9y`s/ Oiaxх 2 ?b@Ssh|"(ql0.w[_g#r߽mx) _Ek dn#i"&?Gi|jH.#%Pk*7BT?Œ?<;\#X|3n@N%PZ/cx,Dۀ$pպ+Vr~X#$ ?/.W.=H8籰BCJp *X(/,qc)@ |HnaV[[Z6:QIekFpV(*lYjA?F(m1O2eFb^z i2k,0ɱhcoL k1vLP9bkD{G5D{""o sZdl䵮N^KUE/b; pZ 5L|")n1(%iIQ+wj6E3BDo}ƫ_Ҵ,i__OFPF/ЕZP96ap>٣ʯ,/> hznԄ?QlJw]S'hsM3>ǽqcvnAPQ=> ek1Xw A?WE5$e Vhb#Whuh;ZXnN st vđ.tz$ՋׯaO ;]Qų ׷ĞKdȤ+Ǽ'79r{mVc;.alyKL,J(*Gɖd9à$T2iL =%!wMawm$7*:[ї'%(s.zRnԭ['EҒUY2Lj8 ;t.L_wU}ԃ$ =̟bh*sm׌ }4C&Qrz;7״AY*ޞQWŨzp%ԸsφvL(kkDx:Y. oT5{jRݜ M}]->M rh4 JÏ zx}3=Cv` `s6h":Ie,7 M|Ǎ{eW|:^OVŘ,Ah&ګa~{/Wس`%LW1v PX0fHtҧY-p2`T S D>lB9N|.fLz7ԍ2M[JVCy+`i(s"jY'lZ>#o8f9́:JoM-V،ڍZnէT>jDzcpgBcq7/!XlPdI*>cuh7fc# ,j$]_m^Gҧzl=k4GO[+bt9FVHc R5pl&6]괱@T%Tσ:~H( # D~Vu?t?\0XYЋc"}X fI?]ޅA)0c{7][[p]ǷHo;-f9J!\4TnnC I6Q''aW,302;1Ar}<ܲqUYbo2X-f[lD#n#:_,-EdFF3OX iCjVKBĝ^.pUU0Zwm%<5@|UOsT gaN49$;)f o'|$)nQAsf̖;ZW3E? u|2X ś,Ӷͽ i3+'27R0I¼ sV/ 䦖?xaDܣ!|'2`dF3{;..ZcqV56j{^N1hd9Y+?}֣[m2A mJnQbMI$>ςs8ژr=lǗBT ->8$aK}Ȓ)%Hqq٘ )M3-Jڷ:s"mW\F$y` t`5}IE􋆓Nʵl_jNgx+e^>cR&#zI 7}Gm7LeϮnM-qhU VT>îrw,Llvwn_q(j;VpWG·9!=fXU%7 "n!cz{pl˂ _.nY\4@f+2Zu~cF@7K3T*EcW 5K#c4 /[\ ' #i7Bn$8c6^X0%NGI;Ovb3`,4sȣIjZ/{UyGJxu;e)AMֽYz%݊#mMxa='P:~4hDkD$ڠ?Z^b1;5O+S{&IaMz= =L~Mye*c3 ʯ{HvIi#.fyg0;;7RڈB8`㙽ή_ Zص~xC?OCƷ)%$)*LJ[C =|%ss^m08*[һQ':^F9[ݴx^.4bcZlBN+Z@HK$93ew,CdIYxy5(`Ŀ oB-=;. }I:Z >duZ"-"l@?/M w{"b%m4@?. ֩7e/|o>goPH\)H=N5o?j9DLge"Pz%@dL 4X'6Y`vK:ɕ.YrWl7qM֏+:; {iIk{VSi.10!7&]QCvT UCTm;KuPΒ a4bZn42zTw~-C$aX]7me6  YMĐ8PܫCN"֎KnBOyY-MyuB; L\mofo;L(ņiCa@]"33ZZ5 _Ek4"z,_oZ/k,k~IJY傊)9]U=˪L-WإG×3wo:yV=H}F s-8Wf; ^&c8zz 9_%Ot`t @m$C9E_zQBBIDݑԴ`-Q^⮽|5 U/(!~}A]S9lT㤴/th6KrxGu/{"46Ԙ0Am]&x8%bWD2H)[jrgYb!-d a..Xc;t?z6F. &+@hyrbqR|Nż6mkvּ`*uLG6=]wH9aPz}t1q6tyYDiAw\oqv\_y Ei&J!˙`9QL"b ԪugXⶂ0ifj顣ߨ`2Tl`OAzW\{!@UeQT֩X2TCחgEB{%4yN*fAeR\=\r({LY\5.\5 Ī&:e)P,ѧ}`Kя <XަPۗI۱o$3&K/?)d+rpMHoj\-9g=̡ ].ij\Cc!:yǷkܰ@+][$ ϡ2 dŧdȕ٪n1!~E$3t*WcƥS?;w3@Dȝ" P6IZ)h!ꀽM7`8C0}X֫Go5n1:| 2ٽ좴fAe2WJ(d<}` g Ƈh~uBbΕeXV#*8OO:- ~Ghx=of@fOJ@Ŝ\0Λ5Ǘ71~L`+Q.:_Z+#s{볕ln0)Ro˥}JCwߤTno cG ՂfӋ p;447/eT뱍t/3 !/6/8FT_7,wlorrZ6VFS>/Q%Q /,Y➆';r)! ';BQ ŕB5x;\Nb nƅ؝J􋎤(6Q&(W6>Om!5<[<\t0(kͨ?*/LLoS .7971X*YI t{і9bNSP/r"lg'jGA* 7l"Zz8v"EVO8lu+))jcɴ#2cm{u0\,Y9֏=S9fE%]9H[90z9p6FDtW|5%n[h( .6e ⃯{QhΞEFiKxvS ̊-KVRi :5q*Qm>:@C$X<|7P.+]%2hv "ìك38hC\8łq\g() +;K-'ܫ6""0s9`.KQ!C%; 9Ya.ެZDN[el f?m/LFpEYjk ^6˖Vp6הh^ON쌫-<7uQc! l 5L$-n1' x m ߤONUj)N?d~U6H6o>=BX =MTʬX3FcќlGlo^iB$ҔV3'鸉k4߼UA)s5[y,Ӛ,"ۧN?66O;33֝rr5Tu԰k`W^LR276(lS[9/5AFb" =Ml[XR4oޥ1`lW8E l7ӨH%(H򑊁 ~@{.fA\ (`&D91CgyA:)+:@'>تWGYsm(0O/$k^7Uc]㻱-IIe&l)S BcBۚ! GN9D )jRKx? .>J*`v-q"f>aäxecII뷩/Kl٘2r%,T/b>88eNg?A 6zWXup[tg BTμw]>GG6/no;E;X-dC27rڝQm^*B8c3^B2UYSx)xK-&Wb//Ier1W4g/Dq.}ް2;ۈ;xtKT~+(cIPB;ƗjG^ԉ ϸl~4FJJh׵L'h$\c2 ECLƃnW.cNk`RTwq܋R _FT^.[2VeI|[I[&cAH ӗGA8%J$"/Xg 5z4?L$Ok+hOD$ESr Y1k\;\ױ-xR WֿlY2a;pHl뭨jQEiu. akwsURmHޔVp  e*}He/:ez# !J3cX:驗h\x Qhҡ8iqӭ#'oYj({9@2BH?]>YSWl(f*eód΂xZ_S(ğ/X/ ' $(!!cq߶4.0n}KCƛ*|ӚȽO4 f13eA"?݄]듄f%Iu4ӏއmĻQHVvڜ}T̒Tz@gi9EAX-8eC)藸/7ǻC/v*bB[Ji6W2`}<#vX' q8[-_4\2cW*,JIKC~hP'EuHF=bs0*KlLWg2oASYg qEFUxXv,> fu/A<a_H3_@I#Wvu,~ryFp2+2KΥ%n^/+̍!MYV؎=C'3D+mԑKvZԢ~,0~U-J%wYL\mMpGo-PIӥe-H^Fc&vmf O$!dKWQABeȤ3$v:N칤_6FZWZ~9 Cm:nScO|I H.:p<=t?˼W8ER-'Lz}Y2F*bFS^R Ժ5[:<@Zps{lP1<|lu1"dR0@|(6y9atD~V;?$':T:yDh^zm 58k̼^^W ˟%En  یVÿM[)Y}.t(rb 6fYah%52Yޜ|׆#e./Bq R f\?R_!԰DŽl((k/[$b$xCdO3 3oQv4WaB XnyMiWuxcF?93؄׶ g0̪v j$n&]@} !)Ɛbk@$8:ΰzFt)*O  ֛ele=o@V yoA9^Xŕ"GLBwskY[nC|#IpFtIr ^<\8LjؖnC-Sd⑎DjgL 2"ws®4\dݯncPRQ5nf=]?3PyYO6M;r?1:f}D؃}0=2SA{XY]& movqM5كKtACVRa9+1-|[던&agQlܶSuZUƐ8FMރ=Z)gMRfTT<2\湎(?rIv4@_ Y +zc.Z*#=*6.hHA!nY0)qd4iw`}9| .B ?nAQlq)/XKh :"kv0F>r}Yf谎 ``ir'ơ zۈ*dKj)l- ϋ;Mp!:2RS_,tI^D67>*jǎc B rnJ?)s o^|^D$vFGF,1B0YFX(x2OC1k]iVaͤOw@-BS)v<*Ļ97WTh3K Bc.=#[ ==YhMbhR"w`ƦP>F%(=|'="䝼6VoeCuٶ߬#.ਕgo7}GZ_X'!ʴ@q;@YbӜkbNYI"E"?l%U}x%jy&3:3g,Yz Z]N3ŝ8ICNҘG-Vr}RK.tRd:Mm8(z9 0JC0 6X1Lv YdKVBCEAZc2[oxf !+Mo C- HȜ!:c^^fuKa['xШf&߽ Ô W޾0ҼK⮩a5`WOcާ[og{a(a0|R]㺳E] FtP(D69Dʉ7‟lmxf BX-gW@,ixdԺ_D)%x42SCߑbdVz4 hIQ.38Q _pŃ#4XV#p1z(9g&Śm'Ŀ%1:Dj[0X)/O%]+ zGbH"ٖC-GW;#5BECJi ڞL{ݚؽ甲#( *PVqRUQi?h5mW`E73DԒ%Q)T4(nj]'Wϥ2kռ {5޻G@ܦo,S]QZm_)9>E6NsP7렁b[9g!DPH ˚%kL=?Hê+I0S} )j╺M>} CpnCGfN(JhM mnߋ 9tz_VkR^_lxɪ66q(!{RJ(R5wDE"7S@YW>d]`HJ9|m(@UGせ`(iFs|`rPD <*RL=bO"R^s?QNW)ɌBaGf:+! ɪep&xSCC4 sg@:W%%O 磝1:OEsizDyIV,KJU Nsgv1\5D4jC WzXv~_4!jlT($ (YhiZfF(+OO_KL3L}u51 fKujK_E@ڱJl 9s&ib[lE! 럚fYӖ3NV5_jּ /PV ~e >o:w~9G(ܭf}|VwWKѕ#30`mj^$+󺤗f^w yĺVׯ؆.R$OODg 'Qc!^h _@yӖcH>3UsFMΈ ZUc  EtlZ_: *z++qs^q—M={h 5ǡH&3ԎY #78=g>B,;gO)Rk{s;2Lֹ!KLmʍG;xHmH7}%UsLAQY*9Ee,_:1xۑ~l'x{5܂KнQ~EąDs (=@R71\xZrB[A$jFouEhEwXTR!M M槑 1zQmяc d7۷Y5 u``n%ScPA[DTV?6ݛP_S qw`cƁ"y\2B-e۰l)Om,â"][ẈS패rb:T0P`1ADS4+W3>ʝ> ü*F4 )??,ɯp<dl)kM1Y)ng~#7@FBLݼ!ea.auPS0=='=*5m52?Bt,jh(:}﫾CvQNw\qsS|{%W ;BUV+As?7ߡ\RpȚ,|SR,Őcl0i,8ev:6 8yנՁB;a~?( Pk>AR#QY)7ɥ q)S"MJy0,g.e#X+"F EgurOc>W>ZX=- 4a9ԠN$4Uds$΅KHQfZ0LU`owk:[vat-ͥsC3J+`oWt7XȨ[  ǎ{&B%LIڳ䩐c LgvS}šzFNAA)"':~8mk1ZqC?bx}g1V&g8N^T.;":|k8!ҏ7glpPa5 ]MhO}7`L EoFpB=/L7ȡy)wHniB0UɬdLٙp\Sņl3|#6>unbpa))k>IS YRDy:sSZaӎ 35q}Ar]ubqk7i3k)YM]PhhVcN>^@{+ wEXlpnOFlhh=zep1i {Pg&qcQ%A9MdGUNx`"y;I`iM('^lOZxMEC"Z6?BZHthfW_a`.CmJ)*i}z/ ?!ˏ:@@.+#I)墆Ot fy!!0WTpז" W4h:(% .U./,h[t@.g!nC кD{46%wE27V^p<]S~WJ̢onxB('FF_+8L}R&VzLz 7^ lrs=X z^DՏvsz)[. VY/ kY/,N`"(_uC /N3[38:5l `'B.UE$/Zɒxm1ݫi"V KWF5b̠@_Y37M a8]'Pacqs^'f$3Ǧu<4ܙ4>cA-AVTHʆDUQ[f-LP{LدKZѿN³"U j EPŽ9_hr=Dʹam(f$ T ENJUe-@MmPU7)oH$s/ni:|Z4s7}s(5l_u}kHɦlP2!RE|$g3s.uXE_$ۄ:v/%]g۫nMM=/g4n6~K0GTYS}(`4v{Vս_xVqG($X09€X@,vť(J[_koF_ѳBqv=kT'?1n j,Zq 'u5C (n|R[sVpzjt)^3߅-)9D,:ߞխaJq u@k $xu-f.h' |ۖ]l~Su\uլY4?H˵MHDͨTǂf?Jmҫ'ނZHCJ`ZG-i y>bW,6Ei?"*դXBS8J+~"d!hQbۉPCBX4!3Od3qFҥwfܒcfGU(E-zۃmK\=*ë ,FpTשd&"\P10mfpp =L簿xLx<[s @ }^q&B\L1{jC$^4FW`c.UQ׬TP+"^ٍy/y>* DٖI!obuTQe*qq졮[t>lLI c`pŢ?puOEjcC-,MKí ĭ9gS"o8wm"Hxjnׯ.(On'VTs7>" 9'Gލ%h_&ֿcb7!9Ad!g%e f+/PdT1V+"ڑ(1-^^vzc`:o(_iΌ!DL"VFd9ykLwz$v{R49=t+bzQkWA}Eeq ٕS pc ~О5ȥٶ`:NCF?L M+G~ ^>IIny-Ħӝo"!vݚ~-ӵRcXuثι#TjyϮ,% >2g桳kqѠ"! &_4O`6M G6ie N}zJLd~o&K|8u SǑI__~ReVg"(uJyI\cL9,s؝@+ۙI!,ƚ=]wyxU_㫉yƿ}Fiu [f4pgME1[X-,(禍wLB.CwnwʗV͞?lt5T6nCXrB}JM (aD&X&FGO=h\轗F[92*h5_\>4 w!VB-Kr[6<l]=/0 e?C^/uṮ{7SJz%;P[vCM*λw ̝ǔel2&W^X9|0@ ` L\eY9B?vH`My03H"I2ˈ@ؤ ֫+`hCl[G̫wWVo,5t҉3bbj3M)k*M#f@DhBi_'h_UYpٛg0dߺjmaw+e>7Z׋1O7X8PcKιYr4ddϧYSO{MNs$ Q^2bgPj7gʠ4;T"řə c_2Umۼ螖4|`E>&?YLݏ~M d5?Vٛ ^['C2g S\N/\#JlTTYוa_V7LqZ*zyO7N>,g.!˿~wLS53ɇ^$& Z &}ʑ\#F<4<.~|UF̋N@9YR4ފ Z{sb̶$Bktv\gNGc|ȕUiI)ĻbsS5wV?-//Ұ5m$mYP2\udrK\::? SluYe$-a-3(^6e&5J|QmW=4f]M4ĐBោuz "ˁG]r U3Fa[flEjKNmTMʼ7/ga7ɏ @܈4؉M)CO?~kiT6͖?8锆܃"iA^Jإ+v+wL E"BV&g mY8Љ9ײ?//na} =#לh$ )W P (`6- 'µlB1Ag`GFnL>m[U)QDUt\/G`y~P[QBDV91dj# Tt̍Tҋ`L"ӽBX;H9+.@.]N1@ÂҹDU uRmK0L~ӖnC J,:{bLt>[C`|is@f2wt:> n]MM8-+e*y%f3E.jMz3Eg{S2,+k8vO)"#[wjIruQ>3[yK!KiqR$El^6Rm[$kS t2B0SO@?G?˥xf 2E#´A")KϥccN"۝O|u&e`iZV,ߠKy_%8&k?郄^dx6 ++B`rJ|I xBpYAzۄHۍ+tIGf #1nP0pͬ %)hg9Fg|;`XI?sq|Y5ǧR䀹7jxWΟ=XǣSs˅ޏ!vL_W+-X "?0#$舼. he|7.}<)xU+ @WjyiF}=y@HTn9dP`ZVN.NVz#8LIRY;9{MU> Br sK +L;+;`ưlg%a9jA!tj>GY @\jQ7~42 X" ~Sxvu~^ Ǭ*25] eRS+ C7=htTv)$T,yveMt_z9 T3U`OΫ 㺎QP 3^lv:Y* }}iǾj%ՠ(@V6$Q״YS(q&KX$s+ziiiW히1 y.GO#QftD ! C%trmLܯ+A"uxlk$|G\Q՛~Q*~LW&2W-Ӱ#hKx*ƤPYԚ-Ņl \kBHu TNc#ɫ[>c&z I@b܋u,X+*ej!d+,RdFYVq`%$C HBTRT\a oAPh5҉ұ{3'yn#BEƊESh|vs1{Wdդyf08nt njamΰ^Qv2q@#ͲgA? K!Л_Wjx"KU~%A^x|d|#yFg [+5.@-jcW*P4b_4,F2a SWv S32Hj}1ҏ6˸h"j4qVߘy,٭I%9i Q]"D%:x~iAZq ڂ!AWW %^5UO=CDDڳۚb$H1i1N[ mn*F?OV#&M.*hڶY(w.OdQ{VIr=O]٥O|l+3Y\`B[úO{>}sUXn楚%ǖcz=q(oaFf}ARn~r^Rh/VK+2zh&Dm$dn/_D ,ވPkV. R):csTp.UIp;)#y8j"?߃aLy72Z7ƪ>~{S V4›Mkɡ {Y拲s?{޵^emCݞd!׼_,SH3ڹao6gq:Ӈsgsnx_b8- 1]sRs5O{4^KXkLVgpHc]?xg-X}xWaYU\U(˻ 5b>3ϽBj.aSd^-b "V+;X-Nl]$ ){#R[@>{Hs۵J觛᷂ R?;qHpD;5*[P'dqv;l?`KtR2Q՗f<D޶E;0HC=OfMaGĀ`I )ej;E Tw0Leԣ qܥ3$8n9&;ս/m{\C%pѐ 9R _p$@0^m[#OtL|(ULh=+М|xm$OgFD[NX}3sFpt\{&!vOy GI1Yk!n5w_ әxX-@٠:0ݔp [ghLqU<+\mܔWb*xlObs:C>.3. o30qsCV( 'ʪ|hϘ }e/4ɬ@bZ8:ḁ ZްmBں'nU_W𣬓BcoЉ[17t-'N$)a~ͧ>4>< /'ٿ\ ݽm90!kj=bp:A۾A21|1֛$"1.i斘4GbNEB#ݗVx>Q=;!"P}(y%_V15<(8V0SW[|p]0.'dR76 (1B̸48}Ev/6I/LI!ovxW4pпؠv9.i2/鹌c.A mRdS]ikEO4®HeyPnvd״[S9fcm T>,|®=SR🬞"%=<ڒ#UBd2U>{MtpV߳.@H& 0_dWO`e6m9I.X#>!wjOm~A2͇؞9iMFdbEWN ätv,ac!5q.Ei45wqQԶp-tc$zvEU(|X7RI(X2jQȑ 6pȹb4ÚNPzF~.JDY"ݤ*O9u;ith,q  =Q %4YR_]`?Kz"tg.;IV̫喑YYbq .h[Yxt%#y!Pq;`%ڬlAfR+W9ݕ ߻kQy%ܬ\!- C~6^y,֜) N:O_6gOভ8К\çy{R /Hm v"pUi;V zJ.%_Ӵ2Cn⵫Ъt-~);hyUwlc 8 ^Ȟ0PQּW#S1'owEIPųò k97u~RȰ";D+~QϿY9+z[es+9ELrXYAjrpx=Q /s뙥m<{<ܑ`ЃtCaoSxy>^(X.wkHrg  pY`O0XS>Qq'*)>RK61n ї',~h3u!VjU jeؔnM:io;Rׂ?ژk"Qx})^`Z> oG`'[ˇ0\6{zfq%ΊV!rFz}ӻ#eXw9EAWhwuN7TUnzQɹ " ):9PSwS|Kq< X6,"l8\47A[@tUyВYyNDlEJ?JL_hVԕhkǓ 3z66G%'ȫn1pw}rs%s #VՀ"xG] RFzRvJϖ* ֺ_m2K^獑o ڂ4;2z x&xGLJya> _W4;lۥ46gj 3,WwQ*xMyCw*b]ڜqc|ߧ{41(gOnQh_/[ ')&sL|HE# T0I<+8$=/nCƿ/;eܸH0q}U{`Q|YXRwW#"yu#Z?Ajˡ-LXaW%AAS_\ [U%E «Nc'LޢZ`SbH<"I2Iz*co 0c]3C/hT[4bc0‹nF3pI5b_ӊ }VC4r5ytò[B:O{cB`+Ͱ`FՂk{<gl*|AR?Aqӝ}5*ϱ*s$' | `r\b `w]lebBsI251~  y}h7z_C]^{Sd}g*Oi=;)K3||^SgޚhMI>) +⫂J_G8 (Qq6+AJf:2Gj;Bꚯ}2Iw2 $J35Hyt\oeȱ~JP%=pUa~w\.Sz#%r .S\ H'N<٩* .-b"C%fSEoyfDCu Y|)l6^dޓN-R|Ē ]nZ 79-Ⱥyi:>F-1rB#55.HJL>ftB|Ȍ:fhlC58_" ã|%G9Yyh*͚akN>IEc֗sԜ& okL/J Y~4U=2c1$TRFcqȌySԦ~X>Q{`kwcBS =̯ > {$6[ 2D8h̍{xp>X>bh!TŤ5#Wş˼cd})N}Hza<6I@$ 3E2 Ig`Š%i@X~/bXH99ѨFU`;͈*i@Ƌ@\YyUDCi`~ 3p-Küj yR*+5T :ܬ )7Y>|O*?a3  gI)i]L:Xq4Ai<`ZF:5kO^V= #!Ug7_{ zيKj0- VnnU ǣE8A]S@ 3<\3眍UD%+slޙT6w˿OKL Ln?x߷".*htJ[vπU v#VȩgA`VnBۻM!KNyO._lB k*Jlݥ0ˌz0 m/?C:JY2-98bT95 aWO5o)9˚>Nj26'uoL~7!4wwA P 5SblZ2"Xm( > J ձMPkUGE$xE㪴an{M+נX"ec /F*c7D.!}b,lJ-VX ?I6|*vh)A?rozg7aeZ O5*`g: ly[L W,Yku:d eDbA$Vo9hSKiVzdNLm%P@6.DߩH|DiH]u`4 Y]th6ؿMx~W6/ ].^Ũh8bNI;?ꇇP3 G#' 8i\TLq2gwЌh o[dDU-ewNynd]ID#_>ʉf\/6 Nf< w+!иs`K39z1@ [7ue9 3n%ƭp o4m\Ϫ4̖#@>ahjw=:\,b^*}GlW3m@eIZ ۄO?}9Eq`X;Q-0B\ar֞V7XSot]{ g^x5/ǖ,FPu.j*G-OAuIdsH'6Ä0?0uXx " e0K,֖~u0o8Y*5_*1B]yY8Vֲqk!*J@]tNد# A2܄2?z̝):bӺ50i9=-@jȉ8? ` @r(Ij ..vK >Qꢙ"_(6򄶛E>թоo^Gb^ 〝 ~Jb/D-pvh p7/ /܃^obX\5qSUp u5Bo]֙ߘmaCCA,]G[#`m@xw,T4Ծpt望j ; чI@Fjd֒~]=ozR„sF/։fbm1şBa@O >Pweb|U? a6[W %ܽ_=Ո rnM20%c=ACJ R΅$^32fJiQBI^Z^j;*G6O-h#CX73ښ'3+OKSsBonQ{Ȃ4 NmcR@[)]aPw <)}t q?t<yջg6j5٠4$]̧P_ɡ$Pf|t: 1FwmRO=;khrw2fc6d}w)mIm}VKY,wl8s {#"y㯥g/;KrYf6 (w՜Z,U檤odC݃-/һ2DP4)6{0Z͟G<^9)AKpcILHWs w]$ MAlP|*3|fC܃r#@D?oTŚ l85h8૞ll͸ L,1;EO0|ƌd_*@.h՛/n%6`։Ƥ9RNJ^Q!< iՙ3'%A.dvpo"8EC k۩EJ |)e8.&/amUG@qDz2d$.[uz=ux=782Ek3JEK+2-6G>BEQ~o*# E42ˢꑟm[0iہI/nB9}yInR0Se)@qcjOl?.]ni]]jwxד>z늲s mWh^Ĩ) 01='WTUl.*/Ē0RO:pwɑ5 9Ґ[ H=t9w>'/#0#khVىDU3Մ4i%6_&Fg2O` 2ƋUtwD4MJ 6E4ߍ@ O }Ce?&Yk1^&rgë-IwG˜T?8!yc\aG`c'#sRP2 L"c ?$6n>h D=P$`si%|f6ʒt:؁?^SBBFa sC66䋐Z;."E$"#bȘezK:;̤>!ruv-PԜƚ;boN);g@9ldSʊFx~ndB4a orr6;SiH*7-v pzD(,ªSJ]pi|=K53J,UNkOUw_T`R3H,'-ʖ0l[C~Rݔ­ζHM߲*Ko:ǿ~`D@OY)-;W/WNm}6p b!*OGBYx<9j͍Ipcyha$ l<[7=(I9v3ZN1]Ee}rf}{ xy4'Q<+.2yLiz_moG[28vKAII f&(O膌R/ݪVb=lƱ)bjaLKDU-b|O(YRss)zhw]0GE2ツ%;0k |yD83ϊF̲NxB+.rZzshrc0ƃҶ_T1Gat$)B)w,8xw/6[ղ[UiU8!ik;qd>"Yc,E˔`!.?FzIƙ9ڦn_s]9<8]'㻫'dV{tcRcӵ+(<ԾDSHm9Nc6J<0XLcM~V wYU^XZ95DG ~73Acy4idJqPdpM >ZdzZ~N_rbeZL(1 wW<=i#F; 3쭾rHB"RӐS`|r2,oD+6jZ70U"jBKe)`΅0P})l֧njKdⲺjP˷iS7sQm.OPX|XݫSu㩆&w~~`i 41^ $m)~'; $P=IFJv?;F~t}NӖ=~sgQSȕ|ylgj &j[Y\ilL/`y[k,n>6bũL+TW ,V;+Uj`-XwsY^hB,QtMklKr& / oӼZlz7^~l.u=`Τ~ShcE/-EɧZz@39~H0-D`: >)O^BMp"r5;; 7RWD^=XwZ -ΖBwDy'Gӏ)"xX圼@ P \5I["U/wl3ʁiWU&^= j5^s*<]ަ9&qwQ(f3Ot`TNmQD_C'>hǍ7k'CSr8', MQ=0a4|]攒o}۴b”"\65EzUhb֏ؗフnT<4Za"a`=GqYE zy<| r˳*_wavMzS{X2H7R >R &v`]_ipE ޺ߧsMJItFj,Ʊ3WIdnP/iH}顟#cǦGM`Jr l &: ')aܚXQLbavDZvHRʷӺ_Ƞ;0pLLRF3\e4\J?11Ҝ=/b: sE k|0#[j2%w] BGzO0+m' ÚO(B(Bgx_)iY w,>,+Jl'02r!~1ú@{wZp.'{oE}2BmۿpQR^ -SʙБlm_g̔TS]8"F=ԗ?d5+l{(A]{7Vd5:n)3He(tA3Z$v2~82udr+rI \z݈8 q:,i˃PqO/5qQ g,n +:[DsF=6E)7EZnv2iadC$0XhcTN5X#"wM 2ʱ@Utnv3+=MoS'g1'L;EX넏rmVK5LX͏I5.<8)_ J/$Oˈ+Ͱxh@C&RCw$uIw aw%!W9p"!ץl(.W%JX8`KmE\9'9`FWt~j'x]Q Քa%9-%lkɦn=O4Mi+RKUW\ tѴsaq$`l Ty pMaǕ=⬥ XApBDUu6VOIͻVatZ džOt¹$F&>.c+( E#"*?t9FgĞ˗indJJ:g\n3[G+`Qw ly -~@T4\+ `M p7"oTyx'j`Y[3 j>ouE^ΕEK[o9_, q+S!S7WYS <R(TߊȖ{RuƼ9q<-2t~4U'pͪBQOO_b*Hy@?*I75f kͫЦe/ûHOEÖ߆ؙ-oiX7jLna?xQEN1wеL {Jh:%eS-IPcj"`z}2}*p>@pVouZ=ͳ$](;!Ž ZgP3S԰3Qc70q!UۗY5;Wo=qVke)vU! Tt_)bMeo68!RZ_#pVXW+ a`ٲE0sm dAMMւx9q9ztV!e(6f i,E6agq$@2&'6^h^c TBP|.8bɺ}<h˽n 1Rtxp\U1LbrbL)%u+5   ⅺ+x#wű|)Wӓ{@zc2𶿲|A]8H[ r^ķJK x2j=(-Y?K*R3iA%݋h] ˢ>eG/Æ]޶}p̝{,@?;9Qf#먢mLtXy9RPD0AjΊ֨.GʤK}F!b[QŪ}PsѬK./zxJU/Kę>4N ~om'#OpN))lFO"h 3%7{ a  .ĐH(q6-`B2rq hDžA oׄ Nq滘(r!ջ<~w*p{۳r?ތA%B9ǁMiMZoȭigDT0ݱNltup$W2FV "f0Lp◿I0k|Տ1/*pV[iOI~5|#+ 8lp IkӨV`31`L!9+ؤoF@81׭{)sl^!^R@hnĂPH@|FA_Sѝ1azK!rtDH@"h]hPAgթH(hxaNXKH{ 'lp=56cZ!F8e!Tц@۶-PՄjGё:`lGuŒײ7΁D10 =l`{P<`ZDV,u* 8 bie@F ٖKx U*^AdĸMy0\Vt@-+6"yc 6l0p`lp"T6br j0wOu1:~,-% R9[i1)-+g<ɀ3 DK}7|pkjuzruJ(:$qr BX(U2M{$ZBP0_.+@e%4 \W2k/F7ܑ(фMO:oāA|@QZ&Zz<'ƝD8%oaP*Nޙ1J9 j~308 мxK9#H"uM*s>q9!2#&l:QwwY+e#N._*SgϫIˢ.Ȇd7 @FS|%WihDڂR"$D98ٻ[%l2-WDDr]io8gEGއ}d)tyQەeG 1:ۇX_f)+^R(> [&6VeK3a`nO#Vz{Ҥƽ"o2Px8>YHG~(@R Q kw t֬cyDa׵0r3i#O3VN#Wv/C@ 0tdʼv =IKFr󨓦siIxs*][q7FL_P󵬀s~k QJj\N4tW.}S1<.tQ/G`sKmG}Ȳ%ӎZ`gqp˛S?M6-KHL]s]#\)]꾒J!HC,(1]Zu+yC@GuTqI}3 (]OQ;S9b Qh+uP+5$u[@ םLh C&c8mӫwN}})8Gwx+e:HPO#+֢MIx ̧t+jWPπuZLwg #F’oLdO7ks WF.EzDž/;ĂX<,#_Ūv r23 +Ѫyj ҝhnFGT gQq{v5\bP&VqPˊiVMÁO,u{Iې دVUXFo bD®5VLvw^cl^q^|%0lwa&38Aqӟ%?O P7&x3s|\M;n}UJ14؝L7y7ub$ /T+FY{GL5 _#δ4ǰQfm9/>$ a<+.9֋∵,51&#Znq4g(/N[= ga`lgnx(~h[T / rB8 !vң , BPdE(i-֛r4 Cz3sf5g%E_M}|ԟV2{ J$![Pw3ٵ8pY9~:6cԏ)-ccWț:人b>Gj"tU~b {!EMҷQkGce%?%7gzA@0 IZqӧ0ͭ#ُ0C_8я}p=:Aܐ"L)x@* 8EdكOG`m/本[Qԥe ⚃fI{Ĭ N|qUw䧖Ɏ$[|Gi928U!L/0;PRO ]g(1讘a:4F yPeT wmN0@'88=ݒLaZ?[X.Xc.hTӼ /7c|3|T9 *BZoJ2Y]I 4plr@&4! Z&Q}xcycif);#`wi߉F(i3=@Y'~ˀ\SD>?BXiY/jh%熞22 Tc[?ZdEbV7}.=Y.J?Eu/#x79'QRb!c%.0ɸ~T(pT@C~fnHFSS~-kf]]6qo2_ș@[E6^ P)RcT*p}?Q&jR 5ޠ_[nW Ēֱ;p~2b(bUG"Jl  Z˻')j"x2MG2eqO>znżϞ*^STzxʰ ׼3Q=b$۝? ZeC8ZNߩ: ߤFmr-Z?mHM'ǏC~8]OIè]to gV Fʙ&I-kedF42#It*x%=eu;ؐ>gW|XReQBS3'<>ћ-h#AeCZ"2D}o^s]mQ$10aE:M%o#SF]sD ڞz* VRjWd҉ىۍ]` K7SIqR{iwQsݠ^ |y>߲ rpq-ˆA߆[}f6W[W&AƓ\?:CQZ,ysƚV~z͈܄7q]J+gkHK 3z,ݎtQ4!=7o3I!f6^0y4U$4%mrExnk/Ziܤa];?*`LMnۥ0Tu鋲90A]6ف^\R`l#͟Ih97{R vrǧW/jgzh6H|/-2g >1c}z* c|kzpOPYx@!')8C4:WͿ~T8917=+߷(jD~HBڑu$id*6<@1ʼn%k) <2b/p34c-A,ܮ"n@^ȕv}"TxIm>^!$w<}K;c,aB1r[Hid9; i%W-kNQ5d&eW-{޺v,Ẕ[K "?\[SCHQ`QŰD휛6v͑sF5گB{.f>GmlH$edS䜂A $*'r> -}SE$5ĜQ]#n,KZcf3+WlSTFő :,|/K!{ꍄj|Lej x/c'O0$190n޳"bgi ~௧TD>TLZ ђpR *8,~1:!q@,vUR ̪h;^& L?a2L 򡫨Z7߼nCð308S(:!- g /=-l)꿓&xae>bv)~]Y 7,=CLTEڇ#vGk" 4'p v I1sDQ0Pqm9gv8FݼVD9#X9f#+_淺@80,Tur 3iY ag1w8pЍ 65VDV)(M)I@ANt]BxjmGr/&sDv Jpa.Xerh:d*{_/`Dv3'>;蜹Sek45`61#nM~8bQoI^(+RyסlkR%,$2͛PPo97Xa:XO /_L=I1Aof:o 610oPV]a_χUk篑D R@d~%f0(rX_E;X\<ۑ'IEVYw*u#egi@4}M_Ҟe"ĉ)X'Um7ȦzxڲU kpSS8"ٰRiy=KMjI{siaQh_ `k*Oi̯v%Y;6_w=E>ղϒFrcwJ&'c [`]@\<"; !'Ln\tj D&Q\3u\$I?Y0i.d6H~*)<>J  `~ =\6ǫ`yi!WrܑNܹAR'D;HM cE@02#yy=w%&'~u]o$E#}tB&h;==O?l/ώmӮC f&|W?w(X$PWen/Ǯ`@.ӊ?G۫%;h'$c9wtV뿋aRօru1Obmzn2I _GV*8wFl܀nz]:;"*oC<ܵ_a\s(d+RBjՙ9DtF'ۭpW+jmL`t^a*D~btXἍ%,S8Z?}lͶjQQ)b|Aԛi-Tim禃k~`=h  g-cm &co^- ۑuniKxEAh+B8ʩ*Y.@F=s=>]Aܕ0wW$[pʽᤤ׸.F=RBWz?ĝh支Vȵjۡ J 9Y].Kq, }W'k<"kWr蟓Vl4kJ^yPS 64w㦵vќi_GmGU8?[qdovoAy#>ǖ9Uf?SE: A o[[ntbLј`O>.Y)_M6gK@t5>6}}*} X3L7q;3 w{V>/t$>[1Pq\݄nϮEkD5bOExC CtU,DbȄ܀I3}"i!B}񢁓u P\V3@`cN՚L}̏jSc=:QVP[DsӉʹsܣ9O$RSfgzI̒M"z=̠7;< /ˎ}у+HGnC 3vzPJ9BUIWp.HEdB"|42[>6/etk!䫙-NbC~ x+;?X!u?6>gQ!קRm hMb;%ҟ!PDa_۳vqV/ZwY,%oqʆ}̸T A"2 .ߍլСBU}KE3_8~7U 9Z 'Yٖ!Yip\O@V$9_o})o[p2FDƁq!1o]JpoќDf=M dXsBfL&Jj3#6s/s/Ln WN{tzT{z<Sμڑ@uW$.SdFV2";7$)@|4}^%e Q!~<#/ɪ=1]W oGTgmɿNeSJO *bqF7n5m~bdӠqqqj&V90nFQ&S7Ԁ= ]iz$~NFEXy\ooHx eEA?B\guXtW"7IZAHE[j[3ӞyG\A. xx5 \1p%N>%`,ߨN2C7`y/gbnT&Fa\WK̍5IG"cu+2?eKbjiiXY@r xuo?IS4m6 hܖ=ʃ?u6B\뜫gI`m1J3&BQb 5Rj@cM"x3>+2nc.x|m/,C"iOB[%}\"Yvy*D?n#KwM0CÿQ_}Ր 98{Cta Wb:\܆!R Ei*Y-O1Oɏꂇ"=j}8FBd@SB*A{mgW6o Fd'(7+Frau$-PK=nS6)H#"jR1޼ )fl=2ogg%_v ˄UuX' W'@fB.)*kW==kiL6w[F4`Xe3SƓ/S II_GBNP$'7Ƹ'}3mjV߮CQS?AbK]Y~@w %!1`t-7g6jo~,a:6Y1E)`V4xe_rL%ZA-+[+1TB%m4pwA@A9mQMD2j-]OFM</zHA/"()ES}_' ȶ~g!˷PUY+H(غ8=X, S#_J,Cy?+v^F%My԰y qBRqڏOj+i3YvqW8ЦCUMu84K/y܆9aBm֐YgPLl6LO9P\w7* ]w=O,qV/u3O K?٭Ängvd]h !c93HE۹7B;$."9io!*2a6c6ޯ֪0Mʈ~_ };r:1pESXSy%먷EI|E_G2| aX<ep[SGka`eZUEN@Pc^zp3Q Ceԯ8]CcJvhf7_/t a~ AAx/fq?2ynSesG{?CBud*НM{|f4_)%qVV،WMM{`=Hce4`,'  NF)D)|DŽ 1`nBSvOH1|1ug􈑝fnjdjnf6HP8ټطY-^C!=gylJƒ\RiZw8Bd%TWKj/-Uo_]oCo=kXcjeqB{D XDt^#bo,(T-< I:Aw%X.ՇXVn=嚃{މgڑh\rT=В'c^_D)$tטuxGpGq*W&8hpk!ubs_Vwokj5dwYmM!WĵG&Mi)RN.ZL K c7(Xja16e3~"3n`͇܏r{@mz]aN<|M\ ƵtװH&ӈ˛q{N\#P<οc/xE>繇"'4Unk *WόC5Y7:^ B1C{ArR\!cc8)-P 5GDc菒T4q:hvbTuuuN{ށdC"_`+gT!l]y B/XH]%&m#姶 g&?󳩐%E:jYJ?sT)@ x8ȱP6mmV}#PX"GDx&K=i?M%zb(T$^u;D8+jCK+Cm!\1dū+'_bA&:C-mй[9 ;maqD5Æ;"5͑AnSnKaI2.,Ngnݔ Qf;==n^n>Ó] ]c|QыW$ y5>S{˗[0hl$/ɹpo j#!ZY5L `CCS)@5sDѲx;Mi1-rxTA@KTT&iΏ3ͺԱ}qtw@7*:H=ƫ ONOFE#I\I_-=cž~| >72ŽӄEUp3芋uJqldG1|ȦM8+<\u,$(4kI$`.pbVD`GYb2/bXWqXc{WˮnV6E~r(hy-+/`^%RzϮ7wuT&C4): Ie)36Ȥev[# _:7%cem zD~`Jk'f ._$GфK$͉9 Vٍ: Ѽv2Lyh\:3*ګۃ>ۮY9>ȫ^Qk G1_PgLwj`«eR4=K ;Q_MfFlz{ieS: mH5'mKevF\7}=Ker_T&l>[sx6ym)&XHaA|dX @.S)EzY,'j(嫉FX<_a*Y)oŭ-JL}_0p;{TkR A)9{p=t"#t]q̙ 9/-Y}lZn8~B;nCׇ$={ͽdl'⫗36>9}߿3. D,\j`ȸ(IVXo㙘}*o|r~@e5@-{>KЃ`iF@&ͻG=ݐMb#ǃkz)`8Aw* eli`38grGC/ޜ^A =$ToHSQFRt(ʽRķyE unWd`ϥJZ_AΞq ٩C@*`Poް_ȁIJÿɀkai>AnY [*=fh;[ɐIj9K?fZzqJ([äjC>]USԉ  <[—,mP >s':wQ4 `u1_!k;*Ej?Ë9)˒7Kh/?;7 ;€Q5\=!u.<: 1lDÝ[.\|-"_sJj3akQXf'g TY~ 1qxXKrJE*0T|E%iJ?"B= 8ss>9c[CjU&(s T_O^| & \WPA j1*4C8hL⨁ EK ܐSj .M[('Kfu),D/.w[xXov&0`V-LDj{\a#$+s3qТ.P%09!!CRk! Ң)ESw?a AݨFWeD8 /)$# }SH6u%x vs)S:Jew]vf ;N5xҤwlY'6vc K/+8ӼMx[jA(##kMD PKGyx4_&o9¢Tf9YCKox'F~Rx7[Y>FUBEV>rd6.!urO@Ec|8._x ~0QJ٧Ym&{ <8')+v*n5X1)SJx2wY::٧7qKӨ\!Wo+u4il*ߕHq;<)'^tQ5;")lS(p,=)^ 1y8ԢJ:̃' IQTG1&FYAդ6q"*| rAKG:|V p] {3\iw<0"'RJ@伒E)Êɐx2(ҸljzE4\YĀz01}=l.b8̀Q+|n " Gsϗ`]a|$̻@o4U;M.vyT-*rpޛggT;{isP^yl\<*#F2UVbcZa=Φ|BӑE1[p}L-"DC'1r))&Ǯ`󑰂PvZa7~U)hYdLNYt=gO3ⶉn~#Ìoq'm CV);rY. pk"׺yYx `@gx28^5"2^v,(+%v~cGmN ޚ5z/?Ƚ Y~3x'|3YtOk=+DDP5+%F@f4t+ G y\&_ JYrV/蜡}ycHoO,MrψiYNjS,lSe v I% gaz#EK~768}9Q>K:^>oihJTk*ᥬƉ GP{u XQ G<nS7%ZA^O zLw)WgқTqԈS?5iQY-˷7_%s؀S.(i籯_,Xvr"tس1( =\Y_|e>P4<]W^vJ[9T,z?8QbfLLh7.˓ϡȹxYEV@K<!A"σ` 1f*.oՅ;A8 j{EU%ej0ZDaL (jADo;^E>e'#ygS(qf20_Ks!KY ~Q4:ΦqGm373W^oq!qnإ!CbSU%{°H`-|VwQt35ڻ8<+RtR/,ːhPiHpx1#U(⾕+bo Bۈ7Yhʹ*:ᛍ:hӜRNOXT46ߕ^nT C\Ms^@C`T{ϻD"vf*##Mv5 9Y,V m1]U2sK1HtV)v]p`.UXrdU6cxdȏ|H2j7WwwX]Ȧ/:WbQ?`gk_@ |N%SSߎ7&7(4--2ȣ%QgVx~Am9^u2Œ &oj,Uغ!$Iüjǹoސ\ccbhԭo]d<_@VH|yE?:7Mf,a!Pw%ԡڗa5򻼝 XӳU-&r*[9Ol qbVV(BG']N!5GB2#[JPv!s{k}Ea3'Hq3dVb0AIY5 F a & BVF ~9IX!ϙnʤ sAhAz˽*`RP&0?6$ R`2@B; {sT Mh 5҆TnoG:$/تq4#^Ex翽ۼgdS1,B'4/ Hk\hP/-BEf?nג;% *U Wg234%`C]&(R.R<-759Qv@ZROfz oN,Jz຦F˶k8X:k)pӂ;K|]xb5]]-N nR47 (XmPx-h#|2 l,e="D&` G AM9Y v Pц>q;Kp tH" kLOQ 0shf3O8v1'W@k @svG!o,RpjquvxAGs=RAqإ0W=+ };).cfY l!T r1 \v )1X< 2F- {<4&"\zHd=c 2mc-ddݔz4[TÍRiPmo@$LnkDx xLTY @.ԙL Cy:`щ籬8Ci zFݟ); JN$g|rfrs-~8\.}.9kfZXGr -+PJHb 4S c=$#~wُHġ>$R?Þ"5 mO5O= U 3&}_jmom<ܼzF)ImK qg$| %AޥWq?,%Y(Pu+~՜0O -5DWRݫ&۞K,grst,-?BZ{nf .c=ӌM {!•=c]ZU#nO:61dQL\<4m!I"G ?dI;zY [D}@22u ^ȂaMA+xDS;cь&[9(okJA] 70hޛioG®>/"Z{B@6?cWEZklR4\@o';HY9rtF?M gWCưyc%+`2PWX <0l1 |5m. 6ס1×;2T7s"BSMWߤ^xpu_\>$GBX,eB-d(P3@r)]]#!fP|^w9:O:(?Ul̹MmXgcb'7f4 -b'/eol+(#Ҧ!/x]62ekc(>M#pC+3ܘ3rpW{Xx­hJzݗE˨l.5o082SP|Z߾pirInQ)*M(.CxE.*B!Y7lmԚeuHU#?hӂ'Y3ڣS@ U˲yUzo}(VQΐbwikcu DYF|2ǎ8#OĢ(O-hY$Y&)<//iKbUI'9ER}; W%oKPUygKX=1cS~gJ W۪T2SK;wr]8=D;v,Vqтdq@s_r ](8Á>v;MrK@BMB)L_0kia[eTl)HcyaVQ<̤YN?ؚe3 EA/_%?4Tg|%"fYNGڞv鿫2=ҒkW< pK♱>h}=-.R,b]/2֌R^2GcN%@(խE"2msph'ՔI4{܈N M"Yn/ʭ(E)VE -Tv'?ַwJJSt}'q!9O['|l6SjaV>PϢ>[?"MG]H$'0WZxJlP#3ÌƝj됭}zWFYMl z2x[v:xU߄ܹ3CqQmsA}aVi(3Μ<o{t*%>NwOk%U"VOvLd Ecl . *gI'$R\r!pwy]LP:$h9؞t?tL \$Dqhq08h]{DCcMhYG%6b9ь5tRS`o&`(p^UWNMqe.i'J @.9&8&ygzMIwoco8@FO}+i+L}M:Q٣(" %6 .ᰉ,yYAdM[u G$9rc+?48`ٞ}KS>:SIwvd"D^GEmfͧQ 1;ˠؔ7{XL=V20Rb2'▛RNFC71u~l\t5D8;PҋkkitSzu T;qvIwfiS+QhuفG.q}ŽD-XL\JK^9:^73Ek$lz!op,S=%po23T"g5n @irtA|s:Ǫڧ;i,5œcc0@^UHag肺n'z'l4|kƕdMv{2P,~1HrL'"M ԇiGX{ңun 77 {n64sY;}Xw[.۱-^(kǚ [D6~w["j`Hޠ?Ԁzs/x&tǰS{ex2 _R\Wky'PAY4v.oRy-ٺ6'UOt`dn 5s'k>8Q>튗b僤tpOE&V.A (-H'VpR\ OjF8rۃO~L'QAIPTB%G? v:x"C^zzm܈J2Z, ϰD曳ؠM ZѸUAշ^u p="`hӉSP>[}=GM>%9NC/ NGZm"#1 jǽ^S2;:5kKa%,W7;&b=x Ek o1q9 C? g#NutD>|~}6v+x+21U? `$4+L KK%d蝹l{z42YJPZ( EΡCz6e>%~ݘQqPS͊5RClYE l 3t*h#DIbJ ,% &j@T%|g0f:$b]@A?#׬?Eh`g4XUtGT-QgG|\ ~[?'6%8NmIbv;}U#9z-2ߑG;hA";Y !.&vw`-WzPʎ4c8ioGIϩ2'~ ~rrOBJCAA<`;.yD]Ljۈ:ToGK'lKKv10yyބv _%.OLnrQږiZ#xm;'v|DG Usr]"k'W GLVdr/N3kM?zb҄N27:7 L(en7X@iLُ{B.ڈgz|/e>&ԝǑ..g}E4sU? c]y3Vk `\r|h `ń^@&(`Ι\bVXS9jWwRv=x[o@N]&=}'\R{E,6'RUGJoi~DN>қϐS+|653q'Ъ*hL[`S~ ? H@Aϊﻻ- Lz!N"<~Z>aR;!w󿖖чla~R}Eќ\mJPu_ +qxPoSn&b>ES4I8S$vw[]SXծo_\N:4{,rЊDL,g|;}x x1qR\g:W=:}H5 {Aٸ)5-Lq) =<[:9SGޝ=x%CaB@hX6֘}Vo5m.5 % Na?jyxh %mlcaY`2dmqZTXLl\ümܹGxahlr&hdeRett}z#bAm⎸ BԲvq첡C-^Urw8L)MҀ9Sng_9$;TkU˸gr ]T9ܞYo{G*4iwFl[m2X#% &b1 {4Bjfh"mdw&MwGSAyW3 AyDΚ|;7@Fy_Y!ЛD%Qۘ=-CVrE7砌IJ5ZbvIf5Q@DU % ۪!R5|(K25R'hVWJd{#ndyD\$yrr!081 ,.TnbM\ogӷ`*6.Iո.:pploEW#g`'2-,*uhLjB -J: mi:cbj.gCLc]uaV#Vy7B ˙pY VPq!zƕX'O ,ݫ'qJlHp@(ZsCP5U|u]yX16rVh)cbĉj*B8:HA~ e**BZg%\0j+MZF@h~D5',䳦I5K;%x]k]. x)y6vʏX$N^(8:7◟G*2L*oOVv$6zn[B`c a#DF }J8`3q#1JȽ= | Y>wi8"}@Oa1q5?OWm%{]AR p*McvyR 4{<}o'iJ׳`US :,$!-dMD$7SJOGE҉#;j n𘜠{|N -%ɾ0UWQ8vͣˢR[Q[E^ c5m[Rha]ѕnEd:YȺ,?HK}û s'G( 8~.43>ԃe?qNTܢgzK")RYtAB]22sJRh琽M*hs s)3w=6Fz*1Yg<̘nUFWqWA۲FnکʉHMD(/#`߈5ya6W˶v$]}xLxLR_)y g")նc^C ػc~cT=AK_Y(:sWC3ↀha/P0%uzAEݑCnz&Jј}OI>mѪ!ck</MXƅ!J=4fYPR.8WᣤyTP*ݏh 78YR%BRZЫA;8RoA^'/㧇=FRmF`kA yϺ*co.򟼦@Xn~m47"ޢx\usma_uka}guI UrD.#Zjٗؖ=T jF\r??u<ДSk9p*u@N$zk^ "=) L+7+ .2>הhA\@AOhoŵhKJ~-323kas gr_x Y6}z|C?X?d}0O#H$R_x_+-~tf.-)8=Ĉ{p]hKVwVPT.[D܇Q:i@YZ2=7݌P% +_>oƬ|\G .ZTEƛ e^ᴌz m4C?I Ŗt7t ͆֕ŭnOEҰwQ1^z?nk52 CWx X 8Y׊mPsh 3h*$*wV ٻ2?YЖΊ9\z0"grL^aSUC\svQ: ʿڧm}tOaI)y}≳"q7s[U,k}e ~ە:ba\:BꈇC\WbM0kd=*0S/᪅/B7/M1fޯ$1-={?zP"V~i!ٰU;"VtB@.7iUn/0Eܨu>Ep#CU&oq&Z]qÚo4L =hR~u'ɶD,,Y:'/̄ll6)Iz3K"іΧdWS,t3qSDD{ܐJܹ)nx8a=m,~z>/y2vZ1/0D W2HDm]w҄DzҁcL'Q'*͑ b3A-Aڨhy$&%wPՈ*O>XXs}N-59@tKiBKlbr\\fZZ3ZM<9sT`dzxU&2tKܗҭf@ EkuuQ>DA 1ݏG3a¾ts?~1,(d5ؐOՅy!z[@|e\aUlTܬ}_o nn/l>(Mn}іZgρKAڔ)K85 sx[DC 8\0OVi0/\40Vc M͏֧d~2{@i/ʻ"W/<# %&-Bt&#͝[}<, `}}/@Ka'j>y3@@!YLJg..+=i{{, ۩k/c9^ 3 s=G( (x8Y8aG{)w},JjW)'NGFQȴ9(}bVJ5P%\Ơ ށԎYk-U)C?ȶ~"C[w"9 jҤ.S3Yo_? l5Ú:D CG9Rs7Ot27> NRK gQy\ZkwZ K')^D0`hK520%Vwj{[E%'"tGa01 x@ ԚVc9\D\3إ"G`$M繟xIqړN&S&0ș\<":ͺ70 Շ`+Q%n'R#W)̈́Yr?VcmMk~!:VTu.t"`d𦘈-!GcJȃ2-'XBJwa(Gs*"q#gl9QQh}( $_fq a׸!H%#uiqCVqn* NLe'RXW 9²:)S6U/ lO"ΐDkUjNh@ J%^w@f.]٥³d/>}>QIxɘW _/H870Gw@^m KE~O#Ooв:ߎtLY)tT,1m=fzM Fnؠaf ͑< vu74ZJNHߧ *.v-&}o2.fΨ €MxQ/u62< hc|)(eET`7 ɸXҊ'ev+K&->GrHݕ!DLntXKL hJ9m3v/jT}U>E}{>az4P8+#*:cZ?cLIz̟ 4fxhr3+P/sl6ϣ5*t }^sķ:)MS۸~ B"V/QBc{6|#W`# *;½CeZ此4lY\(N!D[VsJwD06si2 k$jSI;rg*}K+wlWsrn.ާ %{!6}mn}qGB 7mBXM|&y1KXD+(dnPA2^ W)/DwEmT3SBS9F&굋FrQvЏB$A7P1`@ i3|%.8L mvBY2!cVa 8Ur`6ӎ6z0;ogkXb|ث&]^l=tI7@v CTku+G^ fEtS/0KX͈<꾞@luۜEa?鴅/e 0(+qt QT"@p7nע^@eo5Yuugy+1Ay>ˡ::)=x =h^ Br0qig>7lQQ}ҜpA yV!%W`%KuZIڑۺ*QseOw+*`Zf@ UdwK,[lcYN) p荴nH: 0m œ> 3S=\zM ͘v3o]BYYf~`y cg%pם#Hx @d 1cBFq_hP/WAdX\6NOI|i-hȚGth? ]j k|tW_,1ze,>j]u.YZMa74OBg0S[D0zF]J5:[If,GowJX/7Ar$[ID{L%%*#Y+5lV@(OuEx,([KyfH4PO,-#{]WQ%JY/m\vvHX@꺪{cNld{~N8_OpLÐRqqR 24Vr9q自tX+v4mۗ`oI7l$٘ocE3x&rlZ{XeO!ІBME>i -ap |jlN;Ͱa̭իuߛ%7űK4p%%+Q>[y ̨p6'ܮW|KLC~Q{fXB.ajlų7g_O:/>!ߩ(.Sc/[šHgʓ( JZ驣SiS7}Ud=N}xpqQNMDNEQOk9[몒l| G$tN#gr9c|ɓAl!ѐiI#w_WV}y\C+`&K>iJv}|27Ɋf,x,a| "މ*tďACBv}kR;0d=@;콏MLKPRzô @G$*Ϧ~_]|~w9N^Ṛ̟KuFsgLrDCY_~eb _ȣ^ʣ=|MoeHD.w+6=aSNUv12*m|{5#,PRƠ":d׷DT@;X60vvZe~l-LЊK0l03\G9 ECqZfבPLj6>)XMo v6ƽZE~d˨U9$TWDf4f>aռpY6șSO3[@/ŒyL.+͝,וA C`w ,6xl6)( jXˡ^qֽ:u{^-z?iʧ@z}4Py?\쏮$^$ /M 0?4~ސѧ]0)Y3S s7[ FqEL'9[b3V<k竲AZe}R1صF!mQ_mBi׬]{ 6/uf.&.ڊ?kF}y1[$ku"lkEh7d/; 54]DE78"sXp]tu3I+1H2qYMކF2N`.M{`ytWOmڡɿDj4 FY\XCl9s-~F |q^[0ݴK\\~  |;Ahrܣ͗]( 7HڃTRVB d%]|?SaS:,g_!v .,إۗ@UuM܈@BPxr"n18]sL ϛ6K?F?=,GR\.XaϒMO^(DA{E|t{rW%Bi~lAW:Nx g#\]m1ǵ0v93NawajVu56 Ӛ`.rж͖͂7A{< .OKww_x3 HOU+MBr&T @!/]{Y\vM̿.+̈́,i#dTQLXjܓ&V59޴ĝcXO0sTɤ&?,sB*H$D=p؞ Ͱ9`~X\Gjr5Z 0;^GOA=y?H:,Y@f:ϩsT8 º-T^,@uiKW@zJzV{\>^Rc 7H͇DN ΝS.z"ZTXmB7f7r`̅q)=ZA<>Dqd bT8tB}6&l-!bM&Hx;7W ۭ駯ԏЊ=Kfwǐ 7Sog dCfȃ^+}3z{}Y&wF)L`n11)[l$FמoS9.w8pWQq0U$ ڸrVEpiM/!t?ÌPKV#j[Fn^=Մ;GuFHJyc7UUoͨ7:.Bz~2.|T.K(āVN0{k+$Rmqo|L !Q+ɛ-77hG[L3_~@5ݰ5{7{ ;x0"LX7sY"0G Wp )4$4RW(=4cXnxnSPHPag„!$wNE ԝ ҹ j !9;Q5I#k`WMJKH T{xP#y懈Qayw˔m4\T}ΐkR=MJȐzAĹ(mTY$Qnf$Z_J<rEXKJk* ŗֳa1h&UJ߅4BS.V+Y1 =W}*,k@vPs͑/H0=6 Ht!Iݘ(!De~ D%jI#0B,3FV'#,gvnlfQK3q>oĬㇻo2ߊӻچ NxRY2A+/ѣjKhŪ21+Kp4=+$Q]l˿G+26 Ӧ߂ݧ%o*+X)|_=څ _az򛗜)1@Xvc@]yS KC61^X$Ebe*oe* ͰPrA҂GH "(Bg'd/<㝤\^:,׽3Lkd~ B$`pyтwavkolqR|z>AoN!KeP~G^ s~_إ„,DD62Ng^ y`Uԫ&Ȭ6Jdȹ̒M zG9zW+"fmQcEf|'lXGP p<>/.HX"&Vz w#tJo&?BaZa^)l R׼.FҒ+DtrzE{IτL91#+yj0(]Zg(oE(Y1r]իcLA`y3;di b׵Wg㫖mj"s=fE'IM;2ObM_th&*a[:45_Q`e α5St8uߜKhzFD:#۹8IpI3YX0 )>Cl[^NBf1n̉w1:(1,U*xzw+T(,z0`A@/7 ƍÖr:S\ݻ "+YpF Dk 4 ܟV]H:l>Ḁf8!BmA_QsXI uh%%N stj]p2 gm/qf dJeM~sO-?%#Ae{܂%'=W:1 R'ċ.ʶ&MPK6mծo>q6>ڿ||.g'|q\l/\2O f` %_X2U'>/$udB9Z&,EGcWg>bp }""Aj\Jl)1E-މgA-go+r0B(a)QG)-Pw MPm jc"奴Ycsmj8{[`^uaepp`i^wc*' E&Yδ7b1`?i32UРK%ӟB8x0өj4CV>sǘg\R@38iI2$h1|BbCv&l }0$Vk&\ZG"g%K!uH_O<1hxŚ*8+ %3#z<<:y,F$T`cD*J7NW}uTf!=VV=o|og8 AJǑm$OZlS0O%jNX&$\q1Yl5eDr| %1rw5X_`ҹ4MCRЄ=MPZÀ7}4֓]dMc'Wް+C{*_ 1NŚ4Q|e}(H~,w>σ92z2%,2yڻ^/XR;%s-z4QQ^ duHThZ4nC7#:h,*hћpyp4J#%'tBADH ZFz}>F<9Ü⺬QKh[7Nr*;WC]/أ5myXhc@&7:  ƀ[ׂU${.j쩹O4Ou[u~{hFuTGT X2[y,tSgp8j$KdN''u2)" lĴsT HpNlA`g>ZCd2Օb!7H6犃Z+מDSC_6 #B>ơ;EɡZ {ɷj$4UZK0 DgKҵϲVTج`[PyGSF$ec5nyvx%=@ hy H= aŇg|._\=j}+';|Yۀ#l/O\͗˘N&psQUb<˔589 {1`l*_=tnVi֌QF ^250vս,8Ԫ~e s *2PJ@~_e98~`XSβ\z7;!|/ яi˛տ8-f{R5ɂ쉤y\߁kjnAD&u|w=P_gder>ۏg$ydF~QyOQYiNx5L2Ũg6+j} f*4p#u/=ܽegÖ8~xAXh sٔ%EVS3jor> @a4ҷJNݪqp)UWU)ndwT~BFԘsz9̝I̝: 3Up%<`29FdžO['ߕ27G{jx?9 Ұ&htRU-MK: 5ޅWYpM_Y!}i즙w +c3J>g'c5xweu$˯X8L!{EWW~nNy @C(B'Ün8.qO'[X[n!r a9?#g8űWjv0u)}dl_-)iO4C~9Kc!Ϊ5s oO.1Oy7 Ч:5GAc?ɛ:$|Azec(T{UP}klK9E1kQĎ<'%8L%3 u<* ܹ8~N D K)V¸頚8^khw1D9WY(tNzT*B&J%4^}͇2<[oZ#8 w7{CiB[lt~uUBd.P=!cu`”OzGk8g/LRhɅo?`a\xV2F"" t*|tBސ.Nt&$rz=,_ KsXت"] :ORY}K[;(˪)'a)1L`Y5GN OAõKky4`mf@ژga5*4u)70A`q (lE&U|oqe=>PxِM}GfkEvথH}+&R /F=ނۦ2sוF;U{M؄-ҭ}K8<6-X c= ˋdusM΃6ݎW9ZU-҇u5q#> @r-QY$:|I% uwnlE k#AĬX,K6L7irB9Ói(x<gw)w(Qg~Oj>D`,6z΃pbC+i YWõ_ i8u钓"hR.}Bz@ ~{12`%LgN&'"i \ApU!*ܖCWx{!^pr[At3Բ XAqa@.꿯jD:ūDKo6K,tBFo9G@j~ 6041\t/HXƓLI[[xPbٽڍgciΒcx93Z|p?-[/0b]8 \ϭ^^`vO:"[UH?PDޡC"doPbV)26"&o1NCq7"+3zOFa (FJ&*(\L ]@ܷciA u seȧ9(f䍊k9+n c;pkeG1B}4+pM\L{#YcԌZO_;dgw<. fBYF zHxd'!^yJl8x#͖Di{rskH``O0\JCNq a6ocB\:'ΟfXS؊c5w`ZL:!w0>: BUgUyPw킾 =46_T*L FpEP1–ulȨx7;ΓD9&)ȣ.!O$[]Ի@7xZ/IJX|f m.řSoiSW€8Y>b MC')d!'x|ӴyqGY[ +T0^2zț+,4yANw%=%f{WV5tE,j fD-cbO)~T~جI ERyUc96_dts؟?n5{K$5AO}?<dvļ8ZKY# 2; $^`] h*P>ĝ+wIb8oDEL9xs"B[Y\ *Y tl\U+ :Ƀ&KSV_M6ż> m(jf$Ԝr~|EB^P&v-Ft)5~\*={8]9΍PS0ii$tcnHeۍw7ѳ7vt)}cFT m,(GRYzD[+'W AOqs.ǎ_VtG^ |u#ܼmBD0TJ 螒B!KoՐ+\a~P8k-@l"ypO9PSu9@K?nhQB .*|QSq% {R)(dxwVΤ>AK/Cf%'_2h Fa϶kF# ~PojynQzSx!UYDf`oپzW )Z ^@ 6 KT BH )x4/5Պvo4m\%Ro-z_)vy(3?lGmXg ڈhسJ\0.'RV~JS * 8D^C;鯺 [%UPK!YDAZ>>D!k RapP1 U?Ftp}0B ~d7@k(Ku¾wES.QJkϯ\Sc bX$~؞yu7?eeytM+K!4w;W1 _I/?ٌ#~#1nMlȡ箔dscN&T`֚Tsog>=wm‹z&<.S{pV(sJP3Ii}lgbm^Ds H"t\4#YO9.o'hm, $/#qw<|TA[KIte/:-n yTw:5woRB$Pq-Xf0XPh)Vcݢꐏvz YoB <^`dDo)gK4 W H* 'FO H&;d&,uVW{G!6!D~[0o xpfLЏc3BC}#aDGv_T[¨ODt)ͯ-@:(Z[qQ7?9xwpk|+W9zH#Zݭ?^E ѲTJ +QDTi7 &4j 1nS*UDQPǛJL]--VXk'>?tldFjMv:|<LxcSϫ7(KT5`=L0͐E3݈ = 'eE fw_|]3kKLfi 5s~0Y6J>ۡAnoz̵nJȍ&aM+! 'QԿ1Kxj9喘6ـ=8A1[Oa(0?VR5o#]Sd.z/q%kJ:HMmMw+t -C+4uJQzڷpK)"3o9-(+['A 1?V!'U5YU1h$_Ǧ|dV:%S{ k)MUaW-m(?=\J,0YRNDar:.2+ tEy/*:E'Lcpa\Υh@AknW-:L,H^U Ϲk=,z,r8Zg;ܾCuȡɭv ݳCcoc9솱;{ u0tIB!"}$s@Y6gz^ϴX0:eo7'ϽJ򙛸r~H='#R@ke~hAN=jxz]VRBP>JM B+alV'ȵYD.W1JN@{H48YMDqo_qxEPgHmjÏ׵4M2ȟzMJ޶}OXǾ6c }X'^LgcVy.C3/jƊ^]d!/QGgV-jDSL!ycBiggh];y)ߏ+#@epFpi@JyPrNbEHWxˆ7!ESu ݜDSumĻ^Fjќkdy9]:=uL9(8b$!Wl)L؞=hJɎ ]-D X1qN:5`bے6YKyJW}Ye hqt 4"yP|vNd$܁`$h1pfKZ0:K$gmH'+|CSW]`]Q}Mܺ9'x6~ש逸iۡH$25m% Y:L}7R_pDkDeV'6"y&Y@&!Ity"kȁ! &wYTh7ܽCDNis?m\!v0 {v8$;# -.mЂJ.K =(c0$N5^& |(5>ÞUӶ^6`$' +݂  n6Ωp9FzGaO|$2(P?lQ 8rċ(Q}[KΨTFܭ3n`x\V?VD,).[qPmjH$f/)bS,Pڵ͌E&g@жz.Vz w_eody@m5@^TS0=E`n?$M/`DUC!kp=x;=u!:QculDpmmb;Ưqy`瞊&[iJU1rLҶ.L˫ӿxqAuBԕρl8{JU|KIYYn*jZD'$ z"#K$8+ʃǡ/P3yq8=bˌ-~l:Ɖȵ E=u@bX,_ŒW^r*w5 Ca}$]N1!Xj&_&Xct>G6]凎gܥ,a-SUaD .Vd&s'MŔ6}?9u hj6G::hHIg0i_gڡ Szb$)-H U ˷xITz0r1F ^i1"F5cD@1DȕeS=aL 8xx.g}.<=S_K:BN)8/͊je?A)1_iW"(|c$LjN߱c7#f+<">ݙt9oōdb*QSu .b={}#2`es Bifj-bOq\Ӳ3o˚"/Qg8 ?V(5@ԆjbΩaiNt↷Ǡ;io4hfxsGTc%HXiviW8MhݚP#d7E 4sTiu` y&sB ^gi}@b8d$K ~f|vuo URlRC99CaHvbnW)Dl{7$F̪Yde/sX yS4`MBT$C#z~r7XrkjXQYڊz\!D|R[ FE Z촤 & ]Xz65dǍ-´A ;IcծVM#Q+ PW#$qT%Ygh$D^D3Jb_nELELyxu^[_ә}t`?W)`fZyo#C}vBH7] z> Ho^Bc4nɨ?j̱QǭI}<5.4祩b(sXs(9('6:C,'x(UF*,X%ˑE_U)0!͝] rGӚ,]]gFؔ m9] oMQu$8 x:כF\4~U?\hǮn!7Et5>Z'hOˉjm8Gc53 {\XK޹ܲ;7G 1my6_LFV2LZhO>ŦݭV C]=sk..86+J \?V\k_)=k.Hc 8E2 nw-Ҳb>BVQuod:al>uo)X1[8DsuUI^g/)Ag.s`ɘZڀ,#߲xaxKqZXrOꖰܩ? Yn8Ϟ\:%%sUBE\H=\/k6,ohWm?pi\_ {NC|=:͚f&ӪlE 8ZV/)ڛu1/Tkys7 )kk!RGJ-s}x&ae1˵cZ.JH"7 tyF;yYeDRawmL:_p'wSJ(yE`6j:C^Z Ύ4t7 dN_mwGyf!6 :BH8hA.ݏ28<Kb3B[!)M#z>]b}Ј,lkTq)f1b_&w_Ur2} `Ptb&Z=uKC](@*w P8]ڮϋO}$]B,t՜~N(:b+HrQۚ?pA ٵ?K(f*!R]ǩm O~]lȠ|/VBU0CQJYx 0gdćayTuC{wϴbŸ0wiIw7^i1:vB$=U8l[#РoiխZʖīп-"f/tdPX&B@rk U8'(d~GcxDL l`=;9NgƷ=|N[jWeeؖqx#N02 6轌z˜}"}9=D(|}CIZw1\;,dbDx8Q燘&%-%?r"5 "GC#?\h=bO~07gk1sMARnArw#Y l^֠>UnxDߵ(!(n(.f)p4rMjήR=I* p`C,#z c;o+?)"k Z1:ip>VKR^`ӝ#ޱ2 HY,JSG~{aҢ 1wNbFi@kBkY_? X {v 4,ᴾ'G[a諀 be73&vs]DTF6# z]lծ2/tB U)XN'(lnb>8Ji+ hBb5ҁƭ# _özY$>4f4aZA1by*M-FYzp CagKj@M7TzAE. :75Q42 "\Y*t!/$'~<KL$-NJ !A)~=D\@xOZр/7E9Q?sv+^PQEQZz{SV)g5\@HZ2\q锻ykg6ƚYNȊwr?FvwPB;#B~q``C(:1GQ_5=0;Y>M0i@~\N!x㺥^٧mzY|⫑Vo-ʺT[ѐ=RSJpz!z2mo؂K ɮ%Ё 0a1oųe`WBr"Ӣ)1^ ^Xr$G rP3X*ӸNR]1Yr(*W#4ېv7TfGl&>EW+#+m'Su@gZYuGp.sr ;u3џ ! HLcM.dj/#"ADMj&a7BFKʾAU :Kߵg BUf]vY4 ~7}ҧu78K Tk=NL+7/0dܭI>m25Uف #нWqӹM3Fi tK~߾KnG8s 9aoNԒ];|YѲUn|a`̪y3Kr/m*2vrtAlz=l4`VԴ5{y@VO7% L B_:VGn0VG쇕|i oV|gp8SAWI`D >Qp8ŭY۷KHcOnRL qrct("/^UqhG5\pߦR=RJo~jA18 ~rʵX9'ǧxl)~|1v|\O buLu AeegH S͝|wv {Jqպkw2V)1erVkZ:JFLvfҟ_U>7=Ih4$sY;2C޳{{4.BL*|gt9j.F7ӨtH] ^Z-25\$%l&)(}1H &3W6>$@Ƭ1~7הE1Ch a^i&H&.*rq_(UR q+aŕq O\Tqt$'+k&GcSƙʹc(;sfi:$Ib֌ay'y4P̫$ؾw4 n C+$J6 1GRP|1u6 KRqǮP˯<:{`ATPca_Chn戧,&w9Xo:SQs"C.BuEijPy{CKZṷ6:fdHtQňl-Uɥ5ePER*)>\2cZ"Fp6e74X&fUv$&HX,3v3n|ָ6]@EQ.G+]:rB$ƹBiaG1ⷢX_R"&Bկ&\UsYj]]|5)pRN3`FCJ)*(B; dqn7YDQB,TtRFN5P*;e IWi8So1 R':K3Ÿ7+^" `dGزW fS\[sZa :x[لˎֈF aAvzgbbd⃹;ߩ@HsI}LR IM_R:]S>|qa_/#$2*%a_W3$us32TQ^϶f]""m~4=io; Z VQRN_;.v*E8J6*#YnPwF{R[ϑ¼aZD`pB$esh W۹qS3jHH!Z¹k wHÝKt6..;d*⵽Pi'/0w1B~ ޱ̭֒('Z"0h/-ɉ >2Asj0 X걱6OA'$*T˽,XNw"i@͔RSMy1}QsPcBMz7eK>hI Wiv5G[}zAYVe#,b:#kZ0x[(݃74-ctyM /1t43:$KZZ4ph@8MY {wOEg ,$=?_˟寳,k31`=&xZ!ͯLpʷl"ӄ* yl#ZQE;lګE_4sjpEkbgw, a6w@paU*$ A_ݳUHῆq>yh+ ~zz/[$G+(ſpd6eEeӖJj<tO/_І(R3%~x8rL~6"dLX_2U1z9л\}~q<=Bbŕ*3?Br*1: wkI%Dch=xo0-9`Ue.Եiezĥ)w'j@ 1- ~Ch&\*@h2gDO?0V$g˨~~p̥~d8<3|F~&;M9tDNٌ\V ~WLf{m18(aLM9y /aƦAu %x)/I1._G kX, dsmx&K֖:o)6BEvL0-{ (%UvfwnoT{P|3F/!aN 㵈D+m=̮2PKQ6LwyeÎ@׎M"ªmPUK( 5]T1ʾmH zIv^K: *Iiti]#X_+TYr;F&B`1ERҐNhO}4__YœQ#SeNq&mbqȔwQH*R=m=vK |,3nt)7lC7NGzL0y~5m…r}H3aD_`ad\u c|@g3lvS~oy& l%!.aiģ.XqIB ҎThNü!iN٦JE)3ւN XUՐ+B(k枚 jMIV8$ 6`)lj[;K2[s7A2{+=F\($X^$s .ȍϬ+6͍~rjex|oUX8S8mW`/(?ƷxKpHBO<}ڃP H(}dP$ Ȧݰd˖;&`(NV б'R ɣ4r"X7_x2ߛA"oGZdsaVCşJJ69(L0CUP1z!\P(wGGuC%Z!=H)dhogMeኤPHA,A/g~10.敮Nj}ƫ/ UiE2uD$'b>ZT ,[s3~ݶ}X:7Qsig$h25~mO]|0ṟc%iyP0 XMCg0L,dAqX3G3elh$nHujz}f--hJ0Mɒ`3\.s Sw& &M,Mg^ 6Y\45s"S#3H e+Hxnxںe[bz? $ɂ,hAɨHWnep/yΏA˩B$t[]~ \ʐrLKQYuIyjπbNFfv0#0=1GL`4Ifwf-Tgk/ caĊ%C="!rh5;KɝiPG"> ʧ X wF߼:+`yGg4Xa z"fhoD  >b&nF3ոVրQ2QЂ|Mi6G6ڔc0M]Lx 5tA_ '/p^uĩ=T UKQ6eϫq+K28;UHD1!5"-HvA|G:-39Gh( a*Z6yeZMc0A/n,\6<\Ϥ\ǯxj/ߌ#-7#oh3"ց 1䪲Gi^ +<fm_w<&4;5ڭC>?!Rmoл8I!%FKyfW;zh e R 55Hլ2zcЧɴM2;wzf ӫ $gv0?ſ9+^`6ʄ8lA2 biA{g,n_ѝ ö]q xCW33ć,$Kynע澓ri~b~?e/.}DC% (2[//҇Jõtݮg{ri% L VTs nj~7b `I.(ڨvZA?:o|=fr=agA@7m,{Y Km %&OLj -([Vn3fg8-VZZ6 *E"=0{1i28aoVo&*IK]I⽴t`mU;QvEm+!t x*KfQQ7ʶ(XSg |jx1ca0 QM)ߜ2!Rӻ.z=xNi2ts$ %t|Eīn]2H;n``0~M~U_8-%zc򯉭\ .-qp/1ͅN[,(Ž[&r1'ImMe$"1V=PF!J4VvZ-Ɲ?\q? 6;N1n7 W=4ve@ҷ1ܜNtҹyYfvA[ZYº,w><%+Um{ڊMH؞8twOk0!2HߚIQTQ:0[.R[Q|L|Qkiڲ/]'ca[cd9 z?s1!m0#5ԉ&41.yIBH78\ jo#.Kto÷_Pc8MbbʗB4{2!L7/7={ř]U1}@c"ѼeD^e na8tGX VѦK+Kbۼ҂yaNߵBX.XE^NNd۹;" p9š&VjW5V lǷ V Z * cї!b H>xS~v 8fb=Zm5c򀺸bh,rR9|!}l7v84~,=vŮ'_^ <+\A-䦿0ο31S, p'(Y4n[Kz*B1ƎZ2k<)%&%%ušH]+`t6> ܋&7k/|G@~8=73xcQ)dj~!Pwd8XIA#fPW4OH~梣;EO}z1h8Ͻ 5`:ּ?,8姐 W}!șۻds|erN#:| U(G=c'1̻qHIƾ̔NKw2Zp=*%9sV2 ozg`S\o3:J$0)Vy>87*~x'NU( ]zY /ٞ<?n>~ݻD_Q3b!4 4%g^OjҞG#ʜĩoDؓ_PDM ؐ/òHZh40"WiONJ*:1s*VscLGM7 v'Ą# {Ո>$G•n6)'sE79W`]ɍ@1UDf$TsEz[0Ω`*E^O{[(AM\֘F-wW+kQ%]ԕvA0o `j0P6?^)3Mq kuRAqϽD V74۞>4KejO\V2d˚>PEb )gbOx)VSݦo9nWxxpλh~,3į5DϏsL22>y<\uEKC>K/`oR{ɐ:ǨfiApȘ erZ,G=4(;zzTձӹp&BrN#Nt'OfPY OM&ÚXd sA9EPN .itqI%OY_(g٠ /M@;P'oHRtK_;8ťJ)B#*FegI|u-y:3ac/V,ǛC\Yz!Y?-&5?=ꁘPSCEϘ2n6 ?>kj%}yO ^u5>nDS,Љ*CGe/yH>LvB"90* fRc-wTXgRxO(À:Pk) bBZvf"5!pbB|JT渊Ͽ_^=l΄"3l'φQ]Q,lc0ǚߍYspmshdo4'EA%oڜ9S6MtoӀ&N,l3P&(\CR[*Su9>:CN'hX} ucLehvzse[Q^/v~Hڲu0YDi4~2d/qsp\lŗXn x82lm.)i z to?+vա ~?j '8Ĥc- 3%CPYy'MͅrE L@,/a׮Ispj wIɄh+ܛmwLAy^iG7‰߫q/ke2U]BGs6-j!_sb`2ch@xYv{ aDr7ƙ/ ]ڛ+CqVev]9h=}A \R:O2 (Z*@ACP2YN4d ޱC;/;s!nm pA:ylK* K/o|݌{pVL_a]Sf4 O#C1O)/*AKoRv@?d 1$?$o.޿JjXWm)ag-P{xsNa lT&p8PG7# +bk ^ voB] JFbM#-\xm f/t)j"^Ls9}O'hd?Ӛ O-Gi fY pWl*ſZ,Rd92 'Fe3kfbSF8DpuY⤶auQŦ"}1>lMfO<$Re]^O~gCsSwm[,&k Zr#lQ6 2ʠg["hg&.1C`%Rǁ0j_J1Pw5}1bDN)f9+am0}} 5JYiZ=XJ)ҢeOjW7K-[ zb:zu.Lm!?NN@HST&Q _K)W{(L] EEⷆz<30N塊lڔSgwO3V.M;bm|nrg\;$9Uyj -@4(oLy$RI+8y9D YBem'yF8Cv $(®󐋉l 9`#(A ɬ5V?}ߌ/|}{WV8%]Hz\UŶK KMaUAZv,Mm"|y&0%mTUTQ /3aq/" h:W<0O]bH(,| 0BiHv}IX iYݑGJ.sa3J`NÜʟ3jSOp3!ٲz=5 :}@VR% ?䙧 ,vB!\N Y६?&]qj\Vc[Jcx+lmSX|j> 7}q:3]Mہ,[6#H٧ >gnFdbgҍsց*.$2X7B!>d> ɱ ;30970ӻ-6:hksVB I'ts`qMwӁl/aEln ~0MļTUmXrKv{>#oajϴ|Ҧ"I n]I琈wԣϢ3]oʳo}RpJ"HsDdYJH.9v?z&yM-)&ZO ,)*][T%J Yo}R 4hh NDF(uNY Vf d)@,XؠJa0~`oHu49["gjF6b !Ȣ8myfH$ucu 7ZaO^pI'`G779 ˑղ?-1Ew_)RIA>Xf]峤*:M鐮j/#OEa8M W@e偞:ܲsI'|7#so`|HOjϠ ܔ'ܬUcѳgDM5LNH4 a@4 T2=@Y.SL4*b;p#3/lK?le'#YQX)txHXT`,nFdpޒ5hmL pl;ө3DYě'eW\Y+ ХPo" .6^2;>ːʾ|;1+79g(T3C^߽ `triΟ9E4;c{'Kk."ҍ}].wRׄy K|0rrCnT[>&K-tDP8<vǏOKq]0tqeKh^Q0ÝfT$x,0-k(qތ:&vq %e.Za뱂tth“@MtӇn/Ks bAզ~N6hóڻ#1 Iy1 T{i+u0HR?D& ?8ѢHc@耄]Ђ@R"t P geS/3]{82j?_IڎOw|]6v[ٿmGsJQ\$yũ9nI%=|*plOR)t*cuV%Y#u) /XVa}+roF ylܥс۬7'Ԥo=kqNḼdONX]DgʝQ|A!e q$9~8)d$pew1.ዖ 8W^p RFA M8 Ǘ~0GO&|g04A'tB=g}3w9mnloH 'BW`#zC#X<2Mb( fԫˢ Xt]"8 "GI%&/dEr/_wg ٢-brLҩ/Fgq ꮈr(b5Z/{biUxT=NIXq+F %Gk4@aǫɿ  .礸2IM9.i cz1^DШ-UpN#wd6h}|GAJ8Ĵ )#=r,٢rMǹLi7Ӹ-ixë;R`;Z0p@9+ms&8twA;"TyjeI;}[[7=9.}*~`j*OP|UO?y()CP`(#=j-M,+p2@׋s??I.Gfrt/N֨j?jDDU4{8駽Y x58P]&6Q{,֐}oVxQ)Sݛ*YɽڭP4LލQ 7+NhoyIr ,3刌}p_<(<%]ԇ8?~;%n`8 6SXe`|[] 灡3z0w z' (R5ARa_Jy-3WCωhd Zm~L@8<  '"8mA7#^`j@ H?7h(Xm]7cywi*&9nj5n4tW܉J`ZyGX쒖t謠iĜƂϦ=1~#4j}şYK z]L?+U>, ilG_!&G0"L o>Xpg};Is+[əe W͕x:0Assm3x^N۱0䨃 "ݩ!0u@Z8rLPtM铵M~=RR%"aK oNhR m!1>09V6m<w2PڨMT]nގ'#|hL}oo1nf `Yej174/ ̏$t5 [J"Kx݉6|3 @]5kj] - I=ɳ(- 㧵`v*kࢬ?oB5\"&x/W3E4%یY"'hY] ֥#]i+'&rwlkٟ299o;~{V%eEjrDPv'ij|9N*b%4?n@ L?QfD'sz}p'd#P&r"{CW~svB02 TI|9 O*|UVqA#qxv=YQ~ՌRH?;M{bE͆7u@T,ܴuj4}6[Ϭ,]S" (vk>PuC$uiM=73m"պcJ`A|W_߈UHFLo 9i`GvKDd\B -!:S3CQX%5"Kd@C }aCK4;dO@+iէ[V#$7r^Ù - *on,fbwTO ?$p`}2M-!,a&WKD40 #3fe㇯ Z`m%v"ь O|qL@Uĝ|YX*È\UmX3զlG:{zRnC&F‘ܝ\3:\Zk,*p Ր*pEYDk|iȉCE4>}"izeڤb/VʄwEd6>@Wio^ NqƐA=3L ízv\^*~6mOAxtJN*6Vz3oӷ'{Gf95ŚHbRFS˻ᆊZH6-2YeІ@0~?baKWg}+NVH  ug NHf~V @;jcr˗o+Kq^^_id)$ĵ&4 |eahrXiyW[w)w4@0)k(Ri3Q)'gXn̡Zek_PE{OZ,7CGpGMbJk>:E"?Zr]\>&MPlS>xo곮L6ǙBd lHXQI}mO 6vՕH7 G}%=/: s0% ]%BR)FYy0> f*,`ؑZ^O- 4̿e"dRKsg m yǞ&&~),峓KuD[SW$!33L*p M>@rs1BZ"ylk7_əǑ| p9 K(9Stª%(x@5'vAܪ z'k<]H|a:B6N $YMߦ|P a@ߩ#M$'Y˩><[;-"r;"iS3nb*vҾWД"fX/Hʞ_MLkMnWT1E)15T̴+wa7I=gS876p]ﴌ M/CVk73S^s9AKaE6\Fj(>d~&1GndHs^=IV s=85VY +%{t̡Ue`.CneZ'Z۝@+*5ԧas.l;~gI]85ސ,C~#:4V A*RTmƋ F h4PqPNQ{u4͂F3ᜯD'BafQ}mbfvp03k?&jѧ^汆l4FDK"UV ;{S5#/}î.W*r#fr#Ue%4Y_ؽm*='ZAUpz7OGܒ} ] hd4WG >y#f,wδ wd՟9+lHÙ]|).hep7z @z'EfO{_H*`^jK/c+邑soq5{V ]oF7Ut#E^t;PF'+{M23/{r3[g@ϢK39|ෲϟk^Y" K 6% MTgAkomIsrg… kXtRsGk4: 轤O2Qpb1~3K8zoCAe,$Ü]~ׂ~ձ[3l0 8UӆJɏzo/,M4o7/PmeU[_G7'+YΦo1 : p) vݞ &7}{rA·s,Z (' 穟 |8k0+@Ϻr4;a!_djNg9h3:AEѓrw OIEͲ8}k&gynG=f,IW4vZ& :R <G^)r[-_?VQa\8ib:bި3 RV#b|s @3--= B~E<d2C j Y-o}< 28J W$wx*x:*CO,3[h,X@qe9?+Ɛ94IsKpFO9n<xƱY*Oheԫ7ӃPbȉF4hٷr+>{`F=YʤHM>+<$'l=&'FXT]g8g]&|FbU>Qt/..TIB4h$0rǝ:*lY?Pmn|خͣ0-" 3?X{ ÐtM̘G 窙{Qb1auQ B~!@2/Q#e)Ռ7V$/3+xSu@iϘuG]}QN_ 3"q5v+-kNdm'zQ>Z+|{c&0,Nf 32S0fPoѣ?}N˅`U ?xjy^)V >:<@cљ5yz;wf\:a|ʍOP5ήX(mVagR)XY抹bU'.̈PbY=ŧ'7ȋwȫUyB6\g,,>ibhAUs_7sUW.pA^f=UIxE.8fKAl-v1,qpSPh֕m&ru]u_eh+R]lփrrTmYϬЍ*\k~WLqim9 [T!W^Ɇ:k T.QPٳ;20jrqF+4 gkwK6?',HE;"b nJ*{xuq`dxdxQEkΉ|:^wƏX(*ݐ8!kg J^ bQ%xOg o(cb +>Y\H"|{FSrɰnl bYrMztپNWvW .Qp%/1S @ZR{+\:S~ |iAvY'.oD׿A֤??vhߞcfQ,ʿ|h#KE쒐 ' .|l ^7`G \D7lx9I- [ m4T1"2PMUيuDIWtֹmwGJ$vc\% .FeyT 4hE-L *Hx]v15E-0޷\< N6rB X+$n[t,;;~jqT{-[0Ba&-.̐` 8%|.?N"B@P]?[:so3((=+iM,^4ω{dT^-D}V>m/m'Ƣnc^6Tihxe|Gi 롿3 ID!`rmֆ7;ʊSll 75%y)H_zUC +S;d=fvF^%ZPɋC~}`Ш -V\n5r==ydxꊻ xh;ZNAC7Btw DX&\ZRŅ'U_sdqlN_ k-fSl Ib! ( ŝ,QM^]^ '6F)7^vb30RKZM  ТbeF)q[\[%taS(VB(NY<"ݤ|T*N[ՠBs cFP̀:1jznH(Ne u>ȈZ`suн+ ]p%#[Ô>D] Nx=7!7"l;/\Aݲu| eJ֠R%+sr+L/X\ϔ~) lC1r-3nj0մA؀X(2߅tsnN fJ},m*8(?4 6N7}ŷa!LWLb0$T'xZIIR ~{ԦBɳ{Tڭ Tgj)/s_m+ XuB$|CZ!CvOGQs?J|n'FնQKPd.=]5Hx&cW9E{8?XX (SfBARfvIAM{$5]j/޳T V ne5! 3w+iN5 GC}'9KwGKLS>^8MۤJ̜_N3`X\" ]-w O`񥁽+hތ 4hxjˑtdSq?`p{7}?OF$Ca99aL{$ kF3{L~K:%F,zWi%ժul2ц3]Q1h4;\ k %Q/:{`X ^.ldr5"=$0'h'a8?Ա^&Q97 jDs~ٖ܎h8^6dѵ)ZSg|)Wuު׽gw)ү8gRޥ_6vWw|zӬl{Q#3Txиh#pv[!w;YkU?}m.C48DAs\"/Jw{`Ӡә :(z%DS4 !<$(1yOF-%0HwuڭQLDӱ0lfݛ& ͍Qv+e(9n5:.ER$SR"Kq`VpM,_o˚0Y/V6IP6~wfܹ<2!wEL0c?}725WQP_r}͆+yAM émI0f0QMaos=sNfPUmqHDQ%ډk=pMh("~/٬)4#I$6O7!so/cXK^a Q9phiSB Q1kti\ =ZV wۨ>-p#*gKf:=*QNioۛ͠>;R\bqyR$PṣD,#kqǬ1Ca0،n"蔬qٯyQDnoc*tC&&5`g>8 Ji'KI2㇖hI֒1m)O#Fpp0jyj>QCYMu6FwcytwgbS (m=v_dPM-kr|{ _lShSN*%It~H'dKgq[*igx]6?X~s>Z$6Jvr1UuŁ&049q:0 2=x{!h h*Q 7eV+|x.&Qdm\4K=O?2EG֭ IbuW'gtkOfjښ tOCiFمO%  = C/*5;?RN1MQ;J@RVpp^dE{QO?(0=GY 3QlkF: C &(53*D^pPÈchlqJp} UIS>;.AZ _<9+j>ir?sޙ% uxwCr*wEJ =YDǟY=\~[i{P}(=:#@ǯs (r_8R9 {V*BRa6c  (fg6 =׉ѫq]Kf1.R|l1Q2}3&VoJ]V_'8 dE55 :_N`sشZ_L5<rtƋ0&mr{tf 7N=O,@Epm/@,)[9Ipy?2ٯE JEtc@ބ$f4yW"Wf%beC!SC / BJL>&B-gmH&7=Zǎd&aL"Q'V2~@L৬/kw{TԴ-+9[2:Ѹۍ.j2Q"u(=үKtLG/$U/Q\EľzQMJuK6\|M~F Ț7uG}1Y; =6kaF%U{Ld[ݒZކ`4 7)CrN+z5ZM-?f};)nIYpByt &*%g7G_|ms-Œ%J[MOaIFcxǑlx٘P"w\>=/}^%(W^luT(Ћsn+}0 h{lC5Fi*#S ]ݫ)>\vw8|u,Gw̨΂/} D֩/{kb dlb̈@ 蘴P)'CjWl԰x1b;=vx lOnd~9*E;K%84ߚ5|kGn0P?a[g4ϊ4FDh^lxhkSauT,H$cJtzcl$/0q 30I(3녟]bi2,oOhz}!W&=iŏ7 $S̿(FS"EHb6мl9~8]$MUw1%u(+r܊]#yRjdF8uI@}$sS$'Qv̘k)Q?Lş]v\#'92E V\UyE/=k)%q2*.x zrw(P<=mHݥM: @f]xRW{!jԌ3tR̪`O֣><Λ{uXBpqpS!Hԇ8pSp#tgહ>Z!֠lWE}<"6iP:׻6IBBP7>Y}'%P=- A7SFЦ mϵD>Q$l`-Uk /aE;& VpbϏ5O<-tr uJ\lY$,Q%7 gH8wV|/NmXx̀wܕʱ __)etߢ-jHƻ `bAZGWmflK^q9G:yK"wdGdSk |DEKx]cv&gӱݳHkHl~aPk&04(y8<̜OMжն^ !~ّe-)0@A]IA 2 {G(Bc4}*>kN*x"m9H`\rsCmL D\e$8Buؐ.s˗R,3=fLD/3 feB3\޸aH|-5&D0ˀrZKZϣA> ]$ͱ}h3F'1dAy `<4JAhChvZ>=L`mތOвN{a2$[8eNkEXᆴE!RŷCZ W4RL-X) n:/+A5b{8 9r4L:ۯm3rѬIW-IYdh(5f9wgK: pÆ6L+WڛbiDV~M/";14肊<|GI }Z}PsƉuЕł*l0oprd4qJ(zٮkB:q~n}9H}M |o:]ΆQ8 !&Ow`xG`k`1"12uC.QJщ1thHqoQgtq[ՊNZ-IT[HݤvP=A\g YLX2bFM仰0ޚ!O>*.:l^\ޜ!G}IJ[ʈuD/AYkvOPӍP' Hvވ}^^AcJzOwͅwl s距\+/ BUbE$DD)c3c/쓳k1X9.nTqϋt5>S_Eb`BH:} !d BDQ'w:V~(^bSD\2C\`[@2Kr׀ȩ3t^c}ٻvoL!4WIBϸm' i*\TӨ38N%H-ܲ{wpt214j&sEG0ܴho&B V}%u$P썷V#n#9׳Q*JS>Nö`=7 E!6> v|oK`N@p1(d/ErLG pUDū#RT ̧|ƯBXuXW{u=uigl{^n)X%YLT۳]@(>Yi3(1`ޝIp;ũh|Qx-=\_%WT3F#$iF@*).gpCEc,o @ߐ0Hra#bD瓁 JP~`,5sHzn\T~cQ$׭زIu u. U8chNa,r7X!W9 Y\Y(-]j+Z]nt<[xWnLAh_2e8c+֨ :Nֵ%@EcŬ?ZF⥥gnBl*a35eDRHYHC뚈EIH^iG 7RL9bBq;FRyu8t319{}kXihY^IHMJetI K4w>ǍV_NෂqtJyF)1Wd[I;},]%}C . p>;Nê*U%I2w]e)L\iXʜROWaY? qI,'t0 ً\)TslgŗL[6o*idz %stZH0t=`oZ&,*.K8 N?F`psFjQt+1 2~*au魾Ҳ3-»7Hy}ٱg_fn=4#Ƴd'sΓr/U+OKԴs1Sm˺"FMlU|E8|%؂*aob=C3dCFF/O>[߄(eEJ\.08j5?UFpZՋ8f4;3ɺn7EYYW\_D'dXT9u;33 d@Ǖ@,+']BxVH\uR =UG uqVsu.]IsbwJ=σylkNe|Df_WvC{[10el:oP>S71|IdToNϣNV]+-dNv6Oʷ}?@e:ĠGa< ǙНOwo0˷\ʎ*j:|twro;/l1>4b}}ȫtQlq9Jn6 BץQAQ/<#=bhmC06ItNj@\7XOJxZ&=b J$(\fdj-lVH`U9߽@nedW7p|%xf{P ;F7KE>;uKUUP{_E4]c/pH$å(+g@ okKO1w4%<2|nK142!/!P˺Ħ slѿg.])5?,K6yV|O6ZWWFvN̪y)rS2'ϦB=SЧ&*׭*ȃ0B8 I>zhJ +{e)Iy^+[@WJV1- ctSq_aWpV|/h́ߧ܉BodswE9t:FBRvpHS^_?h`lBY~er{yAvp' "_ƂuMp|U[Fn&G$=Sh5>S8 D0紺/D< ޱ蜡䪲x+='(&yjո xӅ~w K^Yi 7)gufh" k($6u9.7XN~[3TZ {'0dx󰔖Alj \0)w( QjrdyQn!]g ӿY`l1V0^GQYllHTUE٣LQ9'tBt};Ae;TwS4z ٸSEZqga|:JEV+L%Ch!3:H1'-$Yɝ3HC$[1b {9fYj3lw϶ Ex۲Uo'$g | PCՃzyZ5Mٝ!Dw 18{d߇U5>_VH]- 4Fl'ҜLX7"3Acd|PEh3=kpFx`y=|n%-X%5AĄ;$9\OxnB%?{RzWU$Evx65Uif(RR!9[*V~/F⹞U+ᗖZy weZ,CtUY&(1 sZPv|躒 bsF=lbfct/+BW4X©7o_vؗafh>߻hdD^ a Iwɞ&αi *bR 6 q3\nyLr5R@Vcܗd!/1`]Cpsvqa-ۂWp|ߴb) 4eE7/3 M\jB-x.T3)gn9#G{I]Fc3ܙ[Z=vq vkUjJ2v-nn6Cf_SGtTKH؄Nr=<I$۰fR;U2h΂\{&jA1$-3$^ ƶ@AGcc}mO9CSI/GXA@֏=ϲo5%^q {:ՙ֐`E_Vzad5E6ۏbݒU+XYxGiawFs=QD\`] W2R_ל;}j̝7#h6gō{cA04ޯDZxy~ӟ䂆MWi XH&y^wIVUփw$Ȝ(#e:{V9PpȨQ&j|›/iZI*p$aDhSU=T424w t*EI,L'Usԡ\?cJtM8U6>' e'!.IH`w`yFjAm9oN"|ڊP@4x%XռF@+_7|fAJ~k\6WbAJE17190ie>WwZ`ݑAM;ʑWPr .~=A(~4oW1? KQ<̢qBĕ4vX %ˈHԏ?.u>g]r1\ߦY$a%h=@9"2B"BxI@}ڌA0 G(&JKj`$!"_Zbg(js!6+a_K8k:0~߇wдN H cð#m__e:Ȏ>ڳ=_96MH 91{fU\J'eP2 =sүnͣGRA;,O%,`6hC2^w:{L>c^@8w'I9B{*y JS [8Fԃy(QbJao=\Y(Vgj'''VAd ' *t!3Bj&xb{OUA.Bh ,#wHu\܋{ @;؟J WߪDG4|Rbͳ8:|txDzTu[w!l(bz]]n,S\W04Yx]$ 5@VY~a5 $E*ѷJZhO`caH߭01CXX9Y)FcW .,J΃BE 9xW(wCL|l!w{ \|)?DFLn@Ga9"s\޵;Sjم䲹SϭL l!ir-k rk$lbJoUv="gœ!#jbgI, Yh* 6rj@&fx`(D!e= ]+.%׊33HP͠C/{"ҵJumO$lv%rOA?vm}n<:#ZɌH *jrd`YNv;4L;=}ԯWF &N3}"I2kwi|GW2s1Pz#}-{t PDϴ$0]\DX 1$ /]fvdp`hrFRr|Gsm~p{?~{8-S_GKyT{I?#s.Qˤ(TK5"cd&23K"aL9rU v[\X~pN&ŀ9&WŴgec=ik5 *+mxmZu4؀"!o'Nm7uB'Ahsy 3g0WC_K% 漣 +Kvt)_'R̒OMi盰;-=Njck3;v:3/z -JY)paE IT\TF}Uu=+_YEzw|*"x-OL |d .|G"Q.PC!d$j1o%PD"9'!$ /[(Q`|aܛm !{W`- 1L ݿO<]>c9[mGwsxcE!fl$ǎ\hNi iJ%C RLc1\Y;KMƧFG pp[Ч%6W%$]/ܼh}mD K+C*bJ<ղsl 8N]Ys>H暢 GP@eW]aO{Q43+Z>WI>]n>oNVK R )wZ>|UyχoY8ҩ*_q0G$z,TNWx0` +> 1.E=NޅMgD9!u9o{;X$M޵xLR?O-Y ~Z;ATLZ *zRJAШ{͎*\Яü3\n:o54TxntF*..mrq]/[JV8#S=&_m`<ƬfnIV[P[#$@#~ۋ/ 6,;Cl"!Nu)Dݢ~ntǣEu}\[ >}$ͷA{ \me:"t^?Ȏݨ+IV}}k0z1> T11Ko!hG,H)T-Io5S$(zyȆz%M_!y _3,k"`q73?bW}u*Dȧ-oyTpIЍaUSKg5!$VzD<{-x{"J0 tPF`}ς*$I%%EOχ TM*eS85qO$ ذ_ݝI6V#Vz4T.X=Zju$s(CSA{1Ϫ6RfSD1ر(L"g|;n=D^F3Y@\*˹'{+ 6-TiM322n|оuTmin/])\ir{\eX%U|c|)T%:!7ZYo_޻z<}ߨar5`_sn'ы0y=a|n"WRC`bGO ֧0RfGy}SogSՃou, ݽ^S8h9U8b85zi#҈N'CnYa0/r*u"A*ɀP&o}sMt"uuOC3jQ_ /'G4a,lLM>C2Ok:ł6F K8ȞDg9;t}*$q˹2ߠӊh>O؍~z*:%a*<N1es{y5c KKٚ6khЖC:ps;۝g_[SđX$1xL6v$EtRTafpn~MJɐ) @ҕX$Eԛ=A|E Apx3= ̫$Y8R;9n=n\ۊhѹLDNj@c~mpC ĹJ\lq'\ҏB!Q6)fv1母Ϻ~\VʠחcTs@Gk1@)qA`=y@5__wS#M4r'KeM,Ѯ-n>C6垚&,Ohհ2JfSjTIyD;Je&m03.be[@1cʸ?6?2[9?Kz.FKM0J:s)уAWPd7$1+25V_3f1;=5ѥ斴 +KdBڢ 6kx<1tl_bW($  gAxzVh4WADĒRXF;sSBl-9N= CcӾ="n#ً*[La7t)n ()Kr ݑ~/acrjځF6z3 yB2NȏQ&BAH';CU1. d'bDXJ-0zխe0+`n2P=D?~Xp-zpwyp Je{ A7OXس͘Iv׊.%7a77$O~gj~"=^ j#X[HF  ]GRU >WK$0Ԇ=X5w W)D)Ȥ2JGzF׸)ׂ)@Y̱CB@I*F3 /YAYk5x!#f]'q=ͽRK;Y^#`S#haKgczPK0㊩473 $p/RBtHC D]>x2f[ "Mliz-.8qEs q# z3]6퀿>蒩m3w}}}:lkDEu˅r˛eX 'W_/(mo'/Og@LENV=dcz#f|u4el@T Ae1z85ƃh%)=]IcT!3yxo=iWj,GY <(/Lt͑ZuΓu  ԻszZnm$D rfRc= h⹦ p"[W2ZZp} wa(=]&Їqw)W ͘Rc' (-GMtB{5i˄_s z%RUX̙"Q]>"d1ȶjM~v:G Ձ,ckIMc?k߿_ZW Ujmg|ԧV6u]h ?3_!‹V?T؎>5* j:]%W=8PkwF?څa9MS9U)DE \HԴ͢alIƂ"a&9f1ccpg r-RMCջ3ezv h,35c]`ydM,$NDNynsmy " Tdu<`[BlH"Ǵ8Dٙ 56zt`YG98% `q{r%U[6-G~#6qD[i-3>jɄh|=Z&_e͈zn3ܐ~-չM4ࣄ}tN`ܕ*4gI#=N辬b!p/ &2acQ-[cJ7Є-G`<7dѭJbBd]9nz(Bл\V|bن- a"WE wh%`ͅ22cVS5ky6RQvNAs~7uI..G{2=w! g_hqG]bSn>i5UEU?\4h$ٱ{h0=|)VԚ9/#HJ.fg iCZg0,[9ܧ6G6APǨ)aS u`򭶋#x&x_47LN32 }2(ƃj0=^#:=d͏1ɺWc_9Lsfs( `Dž[D'V/EěTN[1bփd?/`Ws84b@򯒩x rZ}+=WՏ_X=T.䷈ghہ{:b;͟8ƃ6K Z*j<ʍn=/gBJ0gD˹`G{,u lN,Rv4!)#mэT!z@JZ7ܥ[@VvyV)i/oEr €8B#Q͚R[F=tXp;d"RmS~~o29AnwcC.5=HfTXJoffO~"McѰh$rf¹Powk"/v'UH殫֜}@Շh^nD4EtZ˧+7WcffNA >|#/3 ѾײbU] e'R%V^My!C2ufSHVJԤ&ȸ߁'Kbp 謨u|pK)R&(j$ [bK6xʠplh̝P$ᡤk#T[9j0fM ϓRS0 wI 8׏[i隇/}쑱l w@bb0Zh?"cN&t1.+Xw=$J,@HGחj'5j~ލӫT ^Ze? @|"vpG<9(qBgX? ퟩ4$sFr_hkS~ˠ%rWT+bP{#GFRx8fl[ix2< :m``<}i tT⩻-[/I;'CIp %p(Y9DŽsC{I'6{hZҸHakT0Mro`*F2.eJ8$N␡w+l'>ᆍIC?uU7nz[=0@D^",u$l$p4b2WUC: pYNH :C:O#-ۙ=SO ?973<1nc%4y1}8:w37պLJƲOF (ׁ[-?<`bvEw k0gᛴKJuܗѬɑoޘu* ||4o:TvW~[^tgOS~fgOSV+}wt 2ʡNIDp!V˫Jfuz鼁F8.+eʭubwȦjIi$mqm^#49< zjRg8\"D.@=)O 2lw`od$Oƍ40Ѕb?mgl[[EY㬿_"I+b~Д[W -y\"H/&;Nlabwl*GSϮxxk LXvF|w j[<>mӒNRt/TT}O͎U?k$pjzA04`Jց_ȋgiN CL?c/;g]JC| ߿!,nQ4 S}r8xTum2fDЃ4I,_$f@m|EjnYr{[$"PrQ9cw3>>qb}~{’1y)ȹ=.$7M\[pE) uHs&XAeLX?s; )'1\ WގZFC JFnT9[^i *{fsFgO{W@EqYd~TGu'̎xLyv<*EXD/J!Qg@a r0 @wSmV~ yf(]q 䮂>jA +iהR$‘r\#Y?h{K4R$GvM9$=] d IQ ]zUTBfP:+% b ™i܌uytr*lKSNx:+ iI_ e?C2f̚DQW/,ƃP-JS[kOJDL;z_+u @n@al'VШ*G[8c/~b$"z݇ Ho +g|F!?G1T_ϻ./=Odd?hI4tNZ- ;.H,UTR2ӣSP/4ʶA>Z"rUTQycbц954"b OqPdf=6/7eIɔᴕ35u'n!媤+9JLu;#lz1dyiؘP.~uW/,"Xđީ\Y6@cv)V *0Զ]> _Vdم$vu_:{Z5`dI p`oNV,Tͬ#g.k|, ]ϛcM@5e;"GvjqW]TɅ{a5D= :+3DLb n:pRl,d;> jb"?o׉/E9^(Rq Luږ |p}.FAiKR$QuwRyj][7=ﻍ*i ЍXI%w3!Zl#x\562y: YI|RDmXB 5p2 ie!Әs?8 &y am>ku8> bȲOu[t$A>.5.44|^+ Ĕ]7B n^b\B{{J\Giu`&C5kOm:~ $Ic.!JMƋ=ȷ،R}8o1%:k!SgI_! ʼ> :YFD7G˺SD`h\^<G2Utm,ljį*ttJ3|0CJMĩc\aW506¨whna3L@ $R/{ w?-wȺ$}~XM#~^x#pMdlEzT{W۴bNjNօ؆O'ّiDॼf#B)x|:jdX\V1mK {pRر*nY΂n,#_:gC,^;2N 㝳"5cꉚdX)CaMr #˔󁂲 (¼v"_9"{OP%"ҋ GkmhoԷ0a b> >0.qiP+[Exh5Zt,ɌDr Wvk<JMpͤr\˗C倀{ I,r25{lK (Fd)XQ/_ojOjpK%]P#`b:GG1hbUP!'H%[xFv+@XqhZA ǦrN p ͆ZW gqZz8gg= eF(1Ogٌjr4魷NV<]pM b] &oBumJ`&g-#.{5A?+FXypO(>@iݝKqTEĜ<';7Y3#'hx&) +)wTMQ|J ,e/=bnL 5rr3+X Jkz^qD벺M^"6ԹcX]0(0^1 e-fCz.tVNDA{=OB4iLUFe}Ι]_g`,zB@Ӻ8F!#!o WzרOG@sBOX0aH`Y; b? uO$E}0Vm+mNT>*j'sJut1e`Yc]Fr]V9 ,D qd&"g &LZeT[eTʶx\f%u78^Z‡:&U9; 6V*jJ<xqHE9Oz>3'yEűcq4SvԜmvv:oM}3UsNڋЇ$?Ez1#5cO=y^́wGVve˯&PU`$~+6LҲg 6r/ A!%r?=Zѓ,Ҏ={WUFyxf!v)#,+@~a*]ZxJ+j`2lp1`y<$,665/YXV?:WGؚ@o[5uvE9 Ege[~уjNgW"$3E$ym$txDWHZO}Qm~j}Ip'8]YR,n'>hjV_(V6# p)=Jåf2xfi7^Ϸ Gb3yO&UmǭnFLm=0~8eyhKf 'dšd% zco [ $dsjgTs9/}[Y5(pOH%]Z#`<9Moɐ#dޭ4۷Qij>7h&?vҍz,"q8P/|1/gW5]~e;347Ŗf~<mX ;WpEy Z?js G*}w`;wylE/ ~9]h^(S'Ӡ! V mV2y&d.&_='V_TZ+ځ\yrͨ029-s%?ILHQ,n| ~I Yǃ_:wTVKNW*.Iz6rYlrsxDIQ=Y#2 n^ DGH[(ח#šHu_?_JĪxw M.[CsR 2s2y7'w!;p ʊxɬc%)xZ~x- ]RzIrҢN_X9wO,Ҍմժ a ݖf.̱/,j3n(/ωHNósaj]T:e?5<`v 1ӟ_/8ZÕP?7f6ez%{R \y;t6 US`kk!?W+* ( f8'7XǛGwϙ\/ΟIAay>CF8 XO8m 5M7~ D??zilv(p2v/QVd}殉)3 TQF{34.PHh,PT±~*)gv2wE| sV\RLWB`y1 KEb1W}uwf׍`J])l#a? ~qO$oc[ѝ!&ͨaE.O}G9+5(U0nY{MᶵehT6拉9-wEe Pצ1-t3F쇏ٗ4⇃/gr'J,:"Ϙ*< 9#Gc)DžrRvHRBanw4%6i.~ _~T`K(_%;`R*+,py;*o؇cH}1'4 7焪P9˯6W'*9r@Ehy5;M"ko/K7(E(h5ORcS^lBEs tэ,t"ԂgU]]HuSxW3sI1!t= uXY>3A] t,qWH_ÑWͣ.juPu !#װHş_g]}qY`I F A1l6йCs'4uz)58qk`3hn9xUC7[|]34'O6<mNur&6~I{LPzNd\: oJ͈["Ԥ  ~JyDZ~ES}<[9B +LX/i2 9 rpx8g[ r<%\jB)8?9ݼlX%5FI+f;P>4>T>_GzZW\""WjP/h>+0}WGƨ\'*)c9W3"X~)/jx ]~TOԨ$r<0k [9?`D@z@6 6?9@gO>pf$ePͅ6rތtkKQ9Nmg@&irW,fOrvNLcU/Dp_-!s:+.Pho0DŔy"5Q?I K#R~Ru^fm&bɰW D mrҪqR{u*_[>p5n1 sTjY/K]OD;z?8baܾ6^Y%v@Zͮ}  &=ٷB-ԆwQGw,(@ hp_T=^d"Ӽf GN ˽\jiFaVeuWu\G^5`T,bY9m /h.3 zj Ffnh[f1 J-)7!bT^%en2m4Ⱥjs\VXw sa0@z2nFDfų69jLǡrΨ]):*A/!(ݣħi0{D0Wd$Z-uav~^ٚ ur\Y j<x4! eZ7ytt"˛%@_q2fjskəzAIJqx#=ݔྒྷ"_dL *R)́"_2ADX?h>m PSھHxh,Oϊ U:P OóѬ$&k C4D}&cgNݖsP _n#L *(Y;Z_- G= :eJ&CV3T:1[ ,b,\B>)CI"?ehQgDİp 7Ϥ8UC#2l,g۟g1-JAbQFG}L 2j1W`|^)QNeQR`H~`6 jwI#+x Vǝ?#3Kl`#٤w=1Ԛ:Tk3韑vD†ؖskv$13ꘊJIT^hI 9bcCQ|O9;ȏ1j (\ƋbBmڎSY&2hKXrOuшi]3 Wr>_MjAy^Ѹ{v]Mt"!3^<(P>$3?|]s8:C0LROd(QX2Bk0j`QÈs{ d'9{Xo;n&‰5]Gݼ~Sys+)!MV½ ! ~AV/oő f(G ) AOeKLB;堳E?=W'1yHMS<O}lLXgҀrTu;3xIY :;, _Z*RO6ZFSB<}2q4#Mp%xK^!ht;S@wrY&`gMg*0ggQI+vO޺B^t#YR|\m*4.l]zQu9HY3\*?_vᵲT>Jju*dǘ\1ʑ=`nm->j#tN.BK*6bh7`=!a)0^{"n8Sj_^Ru7g6_U4GH}d:ܾ+|yI{*$(ԉa+@14Bi,L{{`tXP]#A:PmC)H/$Sp.W~jGGE3 Ւ1hX6P5&O.MG-`ցwkd2a`I&'tNj|5%^ .Wv[}&,54XFH,P1r2Z-`{uE[/;m2;L?-; m ^KxQK!%\r/8(u}v)q:'޷U)]B@ٰcv;#]Ѫ36ێcLJ>i5K3o9SW\wQoCܒqw-Gz2S31eV@bL(`DX+Ieag;e^Xtf e&ց %D Wɉ_ޕăU.+~ZB`A@X? nDD#1\&$zˇ!`8?2,SyvI"È7*%SEgWctޜ?dp%Z!5+h? X0wxKSW[,іG|r3q<<:~+1Mnԃ^bG 4Q15\*y6^jo.4 `1ӿ i.:dd&0uXւh}= nt[ NA1dgujܼ1eGT.s'31 dW4,Fy. B͵Ef.?>@Gq-zdxڷ>.rv‘Jf15O.Jzc<Ճ4!6N[8F\Xʒ)EZgv{l$ J]&OYjufRж&=piEgAtYpn-E#$b5SCǏr]v7KD\Mږl=}(7C3)v:䍮qLB` /-15f+{.t5ͻK$ z~;lC7b%3O0/=VLb%,J!cvU80xDGx٬L ̦]j&Κvc w!n~x%xWDN^XENNR?iI^`7rmE+uq>$~Xwk/ _>>jû.ғyMJCxō=CjK # C mn6 @\2^zQ2ʂN~Qoubeci5w2i +{Ͱ7. A /L FyΉWael49^ >e En?ZZMqn+L*ap''%(y:/Ș 0KMJ6@^>' T)_s٢x]*r,kHf &O|WɏrPEG_"{osNYW"V_a14Wz6X;}r =&f*D~=!㪼 P_]%EZqzw˚OTv(A1e3aT`\ ~Vͤ&!_:_%#q*GW1MDqTUUnkKK[V: 2Q\DzLV|j U3BUXJ:!Fo:mfYP$u]b5+Ros EzbB=yǑG-W` ɀ'9evm3#pFL\怓 Q3՚M]zCΦ̘`MleX:z>qDx Նw%fZ/Äm0ǣEP;:l1Cv%21ǬTwL:-8y7Qfqa i Ii'^KiFl7[ /[iŊc+0{0>,3RSo\"/&qTCvU?@|`26עJP`1ࠎݗ /imI= p}k9 5yHH/}Jg0 YC[jgQ \1y7i<\twy3b s0z|pJ+:h>8tԳ:dam)ANv .$4dV U/9b0R9mH6jc:5w+a_HScT1sL( ozIMED{#^_Ҟ8_Aܥ<#K0_r˛|lu Wgg-yQNj`}]\ -{S|@_):V6g0c;mBgoC_dM3\dI(3$o,Ljb=Y[11Q:0)p4 Hce =$3\wR16ђM/O΋l龯pH}R9#IҜk?3`MkMDk7z`uPíX4;:_$ոdeB0'ЙQq9^{Ar17qqB rxZ0-4 (m"ݠ4ZrkQ0Fr:.GnZRQ*g_8g8^D7l+ h0]@?}Vxl2E˷ ^Gyn2cHmۧT{a'IT2x"i;+3[Ԕbw\}vۂWێmDؼMnY*H~w&L`3ig[kR]XTd@쪃5f,ّ*LGR;%(o6r8֓1DHqLH•Fg_J^q:9.=wc,̅&zpB1ѕ!VEؙ#S+;3 Ujrp5k }(H6 gAUswd6dSky%3;MfF$XhK+]H^fŒ3w3Cnz.ZiKFF Z[Y`>[_D* J)>C%RIF:y 2WYyX&[쬽qnG{Rwƪ IBuDATU| 8 |VƑO[ۊ{˰xũoI1<߳;(=C[ z51:z Ae[q`$cޫ$fKK}O<2O]+ްK^ 8)0aOy47o+`G=U־V>02c]#}R7XR*غK#J  C%}2 -=E#6qMRj} rd*"bPdn!-*VMiJ|c5C19ƭ\%]珼CUxl? J Їסwj3a){01mqMiJPTb0{מ[jHq1FyHCQ{ Z%yLx ..pm0S`Iui_qcDۅP2LDjŧJ׉<8 "zfTybJ0^rIUJ(ذk.Nw}<1mco̭ާ-Cf,җL>xBF #]w|;\q9CTKUd g x9a:L  PlS5~ h(w@b !&)% %ŒPSNx1ft\ecBYyT0pfsiI;a "^ɴH-zwgld }SL|qQl gY'#(j&L@p*VLn[gRAkI}^{٫*SOOl2=/L1!ˊ_:Ɓ׵˩+t ]vَC R*Fpgf̟E+%OH8 Y G6'/C5Aխl-掎^ uʸ%[Lǁ0SLLq,vu4dr(yŊZ]}Hd/Ա>0{j*P,:tU3,.ۛ8Tv-W:B s>Jj%$8/뭼_pT6Ӄ93\ cQsq  D<"|2: f;8 Tv$ x,u/߂_ j14ɡgnf+Xјf*UM b hJJ*e1>k0ffPlibVxgbJG_Ps%l]/o΂qp/Ka`BA`;m ™s(/B\_7@a1PB,RZ-|]gWKBXA*HΪNsRn<_uHNWǹ\L8AV{~;kUXכz˒$|8b7qEW_pAҷNe5}DJ pe) NC=.8%&DS5Mdyě2WZ,,[imhջjyc_q]`0Jf:}W'c$xm3-p9ISz$odQG`Yi1!h1H땲?Pr8=1 < Se/P.~H?of|FFt:34q\1 ͽ`D9aް) ڂ?neCEFM|ar_k Is-?ĈN,.=XBq2%Ɨq*a9 4f<&T)",˃n ͍QvbJ˩Z+!P%>$KbӂH6)"f'\~dSV~'HudyK$,}x2y7:qȟL"XLluwWe".:'nPd0XpE6Xee0< \v G--V _# Qr*DM_|3bI]+_|t`6eNWH&\Bn*~`Fn+lY儥CPA)ʅN%jHw(kmk2SəqAPiJh\Io1ߺs~b+'0JqANSM*Q mfo : k d3{IVd3;3(ujx5>\J,DlC<qp4{53i_vԕ;UARiHTosbBTJA,Z4(-2ybtA! FRsĈ8INs?P9P])uR8P_=aF%v׉b6l҇"x8$|7jCB + X,ELFOSr2ϲӄ$jq(@PHJ5]Vr|*\=i2h +4<5X/w C?Mk!Tr$w{# e=})EڇwL֬I6|!\oq1<6&QLGچGrZ*w!u.vq;ΰeg! K'Aw_l'_Y3d{o +I_9[朑%,+V2= OIaV?g Lx KB^}wqnc@oGꊃ^(jLcv]A3j@l)UI Lڨ69xX#l=G"st-N05R p,j,˚ƕ*`y='݌9EĽN1kjHJ¾e+wOЬ SAB~{(=bXepljOb=*$λ0HƘzچFXk^l[%TkXQ9dnq$ uO@O1Hf%(K0o(ۿl\3`K˯EJGtPbEw{;mkpkmY*>عZbZ32n>ĝ@8)ji{}D+nг~zkg7;Z15 >'DIK.ҽJ~IC_P @By(uYY:&#zN=%Roϵ:"(WTe dkZ5O9)6W4tτ#Ck7L\dn?}:Lq[LzA5qm0wccVnI|5cH@2^=%:qpKt[)$%¨>6$oظq:ׅ$ÄF<]@EWq AOGIuЎ$]+7E{y3R;A*X$#.lTBtzu8# ^$`ԅZ <Ho]c7'5#jxlyvzN}m{)b>ύweK"}oL Eۏ_@|Q|pg{n1b"r^d:nZ:|f5W %;К8Zn5#{KNZ{Rxe@ 26=! \=];sZ}'M (S/@(bl'XDm!_]SoQeHX {jf(dߨY) A]u?Ap3nÎ'6RFӋJؗmx;*dx;1/`ͩo!gMT IXvx.rQ+>׫0 ^ _Qq~!̀)@L+B:֧5_v(sRFE7o̯gAqM#ߜZQګ CÒXˌћl ,F-^ N}t<ҳZITI>W/biMLi8ZK(6+m{DK]K`yr,AehfOA% YFaxO#Va5o(0hMOMK/ O;n)p늖^9f,Gݟ:qY8r|t 1(+/ez(Ĭ4Px}.rLM= l?M|+R]ERjR6makil@#Ѧ+.[$ش?zi %pBepJ,0RӇⅭ_XiJϖK>{@`). DIݓbn; Qw̆QVn#߰CyouwzȬVGD|#GnAPZW7ƅjwQ3^\rbw`BMdQ³k/#904Wi{ xkrZqip%#[d_?Gdɹ@ l`}%4xb"9^;Z'pb%-Uَ_@HKr%V Ľsv4 gR,@(,SVM\OW w(Xtޭ#iu\[:3#yT!xkl_Kwuס !1GƝ6Bx6ČN'kX@W0{F7 Z8 vL4(Ɏ|=tXRB}=_HHzK/0%\tL|"+[xR,ntqݔ86P=HۋuKwQn51.$V]9u(ia |1_T#֢}ikK]ط8+=xCfE:d"[֯+__6#M6o"-]7[k{X p7qOZl&nTV*2GWfQ\_{)>s&}4̕= SK0틤:ʵiv4\:]FCa6#3y&GUAɆ>tCG|U2]0N>p2n@1vP&s`Gf0 g9ISSBy&q;>CO`,OJL9{K[PɌDqKUQ_v%}D_H+ނeL1$h>Ooa7*n?3IT}$\į G־I2G/|t |M*`x;yW߾T&E Dy޴N+{yvIlrS6R8T7=w fhP Vz| I+sٟY>gvN䷥V,vϩGJ ە6IvС_z,+L|â~PiT.e OHjyS󞰢?dpAa]H|`2 \6(|8/8<isu7.g]ısJT)oh6M P<6ȖK<8!A9h9u _g_\)L 8tUu8*ߋCF7``mlB9sBmJd'/UezjNz7nTv2w轔P磳ڇ:0"%,E-V^W!^[̾2(6*OM{(%!imf.7rMx?2? ٮWlsC*ɽ4o2eVꝲ8{n]<ի-TU۳~&gBPZw<ʯ^*h$Q 'hʷCo2&QɸKal*R2r&[J+0V7SR WF6S\` #1W Q7Ap$Zà$22X )rZC+P-zzW}#̲WJ7:^u^MFYzz_ ѝ}T ruxJEҥavhz i j(-<*WT꼯9K-fG)Hη> t~r(@-#2<)lul.T.?NJ[:.jƢc j|-RUrul4wS^8gF5mαv…[n;Ieehxnp`UL ն=6ae%w F c W 5 SП^8<mICE>zqI 'Q! KbsqteC!u$@ ۭ$闒(o闶 Cs:Մ1Pb\jJAȉˎ=)NjiJ; e ]N&U):V -)1PqT"BŒ.+|zɊ`2sKր>ho*k8EǍ갳x Hd*snS(hZT0Q}9Q7(Xa!u٢Zq݀|kS  THd#Rնy]nHi%md$;ڸg>O:p-~R_ HJL/ٝ*o=D4)UT(2؇|o  y6a-jJs̝'5yhp] U]{M42|K1JI..847bQ*C!Hdb yțUzr;/&dU}`\}UsR]f_aiR,}^^r*! mka}GVFp9 &Q\ 2ů.g ?.Q$5=._ݐ$^a j^--h?v6t9d4^=@l"ņӨz8}a`XM i}0bMd#fSGZ"9;Ȁ|>aj^Sf L`';'5Jۼ &1? Ӽ$JYk CC]Pt.*d_F& ?lJsEFzN)|"o҂!^ox/# ͔hũz\G6DY`Q-c~LxGw^IIkTVR}mrTHxQ+Q`,ļq&U2 HF&q:ǯ&] ]-v/HRj(1=$-v,Bb\+ܾѭ"=A^r ~Uu>bвn!h8sRq.q_P^y֠XaXfvTqfx.fS9 Ae~mk1Bq M]M暢y%F| J! O: k$C(/,Z@Qm2Fp| Hw. zeU,n5%!'Zi]Ee9!EBw>4j0ts#Wbr=89+>^Dl&`tYtZڟ?񴣇=_G4J*lh`j@}Hƚ]sY0j#)<5C}4ی򗈤Hu2R)ȋ՜ށ$cJJgz!1BLX#U#+U*i͊;P2W _5yS;!U%4/X"EUT_< 5"OOcP{3` LE/J^30jx"ُ="ɂE S(@ړŵZMrGXcN!RkT?Exdt$IJ("J>V2R"c휣>n4ۄfy}z2}$b֢47B+;\P_}]h~E!8!3|^]i2%x<8G˿uHtlӏu9asWҰ"˥s]Eޭx2o6ǽrQ. (cPwpSRV[r,FRf|ޟn­Uz[B>Ȯ'[: 2XEnX{Ӓzk?Uc4O׮9BiCwV78bpϮ-5q5K{+͡ }Àx* s@VtH&iio#/ܨ&ɑ7ՙBx@ݰϡyTC7h]omB: %ہqT7nNoRZ6 uPÛcFz1cMu; ,)S_# 6lYAX">)k,Wr0lLl WWaX9` \[NHdH;d>Uq;| ;p9HS[5#?BYxkQDSl%fR^uai[wFԵcݾĴڎ9S* NodC1aVN_AތņZm,"2㱯nhR>Ddc! {NᄮTK=]6o "V2V6FTos:g |ʢ'{gP.v>I"$ $ zJ|G;?OܩɃ:&66jiZ(@tOr8u$ kj_ '9Ybr;Tj{!EΖY&A3ԟz^ IF^^is)?mG  -bsU!!P<(QznhfYi~ 4M Mc {Z_{?1۽0)ԄJ›4J4!LZڼR(f+#ۚ5థR$c&}ݹA)،sǀˆ _hJj2W)u-!y͘%`0SQfUpr{ဇ,uc?l(:Hc{"ʅ0y;mjoq'ķ5(f:x +ZQc'䫚0vph,@$ayaP=&.֠$"|"gAڭxn% \(٨sFC_|Σ [ f!10 qMom𐄙fQ9}])?aO7Z$6f][B~!j#(P4֘\9\H89/b2XةnIhXZrz(`YޡS/^IC#EQz@0UYpmB{1ǷMqc9dIEwlXb/k-v׋!g=GJ|O[$]Ac1S a, 6{sɛSZTӉ5j;3!?wN~C VG4 oNF&CUv>>8J8] u"ؕѪG:W :9 ʺ(3F}~>?rZ8GE޸.qX8F3xMibCnJO %OdY,*)ժqFlE|C,Uyb QQBa]:%d^O?.tg4foQS?3qUDBNd'lʺ.ܽ"/=2l˛Q8f J F#b0(' _ <<Aty%q$rAEfnUA{ *h5a,Jj o;\qEsboM=rO` R*/̭94RTs]shyӁfCt t!&RO%Km/_WeJg9b DG@kKO$hFQy!h@f.S;u!Ipk uSB ,6=Og"ú #E۸s3fK/V .)8u.X]V/&;>BEi(kOSZad7{;y:wvݢ; o)7`-8o" ƋDԿ!5gL'fqW.8k«3/e+(KI:(Y}?w`iчY5LL ̶UL9ElOŸ)+ThA_dBV?!0bA wvD~jHNVzLd7;,d= 9bR臞W6)7Zz O4wnYX^hТܿ,Ɇ@6 [^D59I&7oݺ& W@W{DgʊVbzwUnx<.{){*E(M/tZWb1NA0A?us?ME85[\>}4ImVB9N1.*5JRkDV15FҋkیEa03PkȊ>`in/ڕd~@MUY pOGar@K; _~ҼK,8 +M[bnGMZuj}@ȑ;k+^֫$rW 3)qj^~;(=싎zfЬxǥO\=%E*k9=ʸ'mGC<jǏl@&|QT.EElzXŤ,hZr ч'Eo;;7}gwv12x[yՕB1i&:&-D_-Bl!NFKVޮՂo>[Fr? +sZX4nrFNm^) _ɦ nĒKwFy<_BEVsŕhFq?7ȴ$HCl3c@1&fsby C;„!Fwf:{A$]2#faxUWk  Ф꫎HS3c23H$@o0ή}٪86) ۘ(.HP297˛jFeWn]tl1?` 5?g3RKÆՖ-z7W>VHCp?ePaOb#OKgt\:~KgI[?Os:ӿb$#95E]͞흺 /IGjVGNquDVh|Nu@>``]EFPAT9J9r֢:,VzP^t vDD۳*!ȤJu|T[!G/YQc?"72:xl^Z k]-P|m@Հu'/ggpp_aqRGDAn|Hp-JW 3V+-OS"O[@1E+,:Afy)%RsRHסzҀ\|3NqfސFC,-|[C).aw $w9H !o5.iW,~V#RSevgbC"6ͼNQNw0fbgrHĦUNz6ޝo23C"0wߠ_N" ew𵜙#)+$89mR}"W~Zr_{sRl{?|o%WS>>*L<>r53ix6=6RH!܅R07^c4auP2yhBHK 91'Կ !KY`mVl䖹e~ q% gcJGgSy8C=5@`6hj~/Xf?G|*KtL_$ wiyҚX;}#d*QjpS?R~rp?Nh̋5ndvkKANjx)6)=E0[*Wb•n  %MEXa~ǐqP7u2K8ZJpA&̂z_4K7+,:V81X8w[Bo0=4΂ :ˊb<n7ȹ:|ZYZ}#rlRN|+Fm 2pHM۟K]+néGd]Vp2|<FPbqVɎ87\AaMv%Y&ā*V\ m[U@jFj$|'#X ^fZ̟Gd 7'B {ݓL:D za[!Ȫ|rrYT(tO l֦AG3)9jw;聃pnJ>m.owS[Sb53AKRɮ`|X #d#$Rtd_uxNJ+N@vqzDĔU^oJZ5ޣxD6zZ6 ecLG SѦHx0C[Xɚ}>5( ]dܐ pK7)#! `56w9򃪋xHzs `$>ω!Jɐ}*T\hTiΗrw!PUwt?j?1TT\mO *|TYȺ*<ӝ#ZJ*2+jqwuC_hUA-UP7@lR4(S )Ë!osTWA-(+h=|b׈sn=?W'kš:)_/,~Wt Oh&R NKcr򻊳R,zթ  gA;Xnkê{ YHa;шrtQ! Sd_i[IȮga OlSID~u@zaI^1w3~GiaCz"aB%LaJ^ T!K>#CgOmE 7t !)2<'Ipw #Ų2L klH\ (.5"9ԪǮ`7n&-) !$6}:$HMOYL*h M t%E&|ԡ:%ڠjQLuaƖsѶ_Qo[eΟ;! ^DKv)G >}z#)Y}w݄st_g:3[{^x.x9i,Wop;>Z<5vH@ڝo, W^vF5ՓK!JdE]d՟LA-x1ӵG?"D*$J .SRtikVve8;3sXYa1 WdWoh6.odlc*06ğ"ED# i1}E 53]DgBQEV[w >Эsq[JHoڼhswd뇑+,An?T/Mک֚„ty/h>2BNMhS-i.[=:'ʐ21rU2^F]Z70; e]$4M&"VtZ9V~Lެ[@R1,%p3TF.VH=DH^]£KM}Y(0+ӓ];rOU~e# 3FloRUwxy |a)M]m kIQE8bq˒Ȭ尶9muzS[nʮfGR,Dpk@п68l+`/QEӹ05cwiY wNp&R!ԺK&@lBN//Nlʦ[3Y`sq5 S,v s ȍf=)vW td7{  49w-Ʒ؅Eu.T,|7kZ}?jPXփu2` 5 .Ɍ) P"ťi|]W> ?]uz"6>^lgQw:W\Zj$ۛ)y_q[yU%uEutLP+;f&']xi\ ӹ]\ui3+cB{&qR@]2߬\Hk*d5@]]=AS@Xlͮ_2}R.ւ) ֵYb+h)UoC֣ & ,τʇ>맏ɼL.]5R,,0.0nx67\؁=8s;5|d\w,7A͋<p.T:-E"<"֫#pL^a4r[7uSs -ba?Ms2tҢX<\DV83uPhL߉)(u^~AQLҺZV_NS~h}p][O\{7JuKP`O𴢲RuƦ6JtMڸ?tn!?,:cLFG䈣R_)؀*&/%M&cxLϬ[>-@ڎ"B jpbQ>)!5/1  =$(ĜXT zRkK$y/ 4] ~6=Ì^>bbH%Ds[i1&y giqZ'㒎a6_Sf=d7Kmc;k yŠhUrJBUxuUM/(I|q <ȜE4< .ӭ474L,m16 (jԩ&UxK@[1͌Td`نH˚nVsKLG=Ȗi6ӅEndx£xӾ[ÿZTE'p;x(mnLO )6b en8@ĬmK)9/BLGqDv0s~"0ua{׻B'xm7xa>"1X_ٴcɌ4{&)8~0$8FYNwgS&`^%ȵ|t应0pZ2Cs%bH)fFq0jQkqINP 7OkbXXksu|O%΅lUY=}o0E+@ lFQ;On2эE!r&іH=d%4-XgdMꤍc4SƤ.6ɺt90dq\ڱJnz VS{׊F`H{=P F [A\Bo瘒MBZJ_EG}~^ ?wyX?a 3M:m"w>u2fv.٦Ӆj?QkSd!ƎJ ?Qv hG"fm/EKNJxZ^\=>m%y+iNVėPvPwX!P;J//*TdpG|9*s̬Ub+Ո5eWR6>c)NW G#@c@UȈ|:Y1bR}k- 2`B1C(Q7v^` Rf{ri N G$7ǝ9r,W#hP<q_CVUrI޸& VO%B2{5PzZ CIn^t4ߕݱ ,¡S$2.^,;dODp rQ*/9*pb/ײ AϘ6vr0 ľg]4Qi+H󱣡î^Jb#eqa掸S8Km\?E ܭh6=l],~pE?)/%ʖtΕ0$I(=1:3E$=&[s4kO7p8-jT!DA=<&2Q}d@H&'|P 6?vH~RNҝ+6%zOMߔ7EHn0+5g~ϠIl԰y h~q\}\%,K`@.WY\xۆzkaxX-0 rˎZ-ذ5֙W"x}f{NRI#۵Bܽ2b:*L֌ץ~w3IV4Sf*&3H,+'F4+a#a`[@km%%QoUՒn[My(gfC O+!D}5u~ 1. !8 #m49=sS5MCNW#Ylw]]yp|(_NwSksMtEu#,&!{pXNKd5Ÿz3)$Ձ"y+VxWeC!gUDOSY;zOh|S\ߞk5g"(+[>@หDoKDhRu$~ϻlGGkASI+~z.o nyN-%#Lu[K׎䱲`2]h@+S pκY[ȉ#/NΦXlmPbo.þyƱlАvbCz_&X cW:wYhbXo1D ^IAwcHžU`@P;6)iB]ʲw"R;Veִ>x!1C&^#X7HXueX|@2NY+(h`VݮdpK*6W[ibxe]w3zWyybVA)\vb:]@ J 2_Ez*&idXMngwZ\t2E?`f*2{LETTf)!'Q7Ƃ~u@ _4*ΰ_C)uP2 Qd-ni%A8UB64Y/˭3("|}Fgl4i"#]LNOLX#uT+HQFj9nHZǮhI4w7L ;θ;0=p6ګ) q,ZuхD(*ƣm`vi c7kh`:"RVBNjfQ'1 :!w o J KG!Uܣ-9,ClkJبqBnW6'i/=bMT^L6ͼtȸsM0Kʝ)#ǃJ#+ˉEr^7PXq]_҉CW;AF2ާCTDu9o|8ˡ3Uk5;)2V.Rv$W B8X4^U4wR[ÝQi9x[jh<[ }`fBꣴv:ec*};c^-E5?o (_A\xCA$t@_~Di1E<(;pKѬ5A:Dx)Jhsy60wڌ\dw3gC,30}cVJr\X0r͝yi@=ΞG 'fԼ-rZp a4倰L|1%,fd1ghog Z(M/dd`é*攈?Ž0 Po8N2!i45б4~Fc`!V6uV>-nA76@x 1ofZJ_> N3b,lu`e\4@W(KٲW$яLz3e;)^&`d")oaqCc`u0'mC *c͋οKk^>W1:v}KAc! R,n}Pıwp H(eBI!G>Լ-evgwʋb iM=wԤͥ,% A|JQz.6k@En_YA(nC(#̟YH/h#܌~o 3&kWPb#K]Fr}=o#OmcQG(]BO-<)4=V. XZDcRY$J{==D -dK\+Xd  2EĚ*Y$ / N`*DeY;9/6,$:d-FzAvŻ9`z^@2P{hNiPożq`=#7Oз؜H FZ]SxEZ|l׶GlW<k[nt֜ޖXFDvSv WAץ9fSD/:lDT\UJ;y2*0ҏ #48|1%am;mO0,"nʣG\~88TbDZMC~$8l_ayDbq?iVvs}*e s?EI%5ꫀZщDDMc0k/#]Bvty'x MBNA$> ¬М?&G'Vưa7seP$s9]&|ڜ,% 0bmdP:&iEbۦq̺e-Et%n`?3δn+l 2%!ư %B֌ bRx>˥x5"pH7)4%R_y3b :(Voc𘱍sTqR\@V-oz|eS.U3f?owG`,0SDXѵ"@}uJ}ܡ({!6K_ʰH1eϺx֕GSmEсiL(Vkg IM%w<֤?ꓫ7k1 P허ٔ4V3u5XBBcrg!e 4]Er&\;ci;{:45R桢EJ| E՚= w[:L Yd\Ҭ%taq])%@l I$-$P2|B4f Gn0 ȣ(o]ܯya} m3,xI6܂נ,f:Z9U rXƪ6\qZz\jAy} PRxF! %b2=33RD$v?1bR9"W=6.ض)@3‚MKOm!|fh)Q [|4#@w,U:iTLدsS%ߏLFC'M~X >L=[)q}LNM!%gɒ*˜Z>9nT CqōQh([N7|2Q7xnI@M?6uLB6yFͲ|%Xӽy=*aQ~+&d*TEZM 5T-ͦ)XeQ$U+SQE_AHƚ<}tt^<=A -K8Қp;TVHhYqf3>h~[)k#|7lOQ8W']% +|Ha:&!?6 ,m+Xl4\6|E*e;dISPl70֐@i8"ep[)GhbjcRb:lXc3OtNu8{_T)_.zKMfl?P-iՆP}\LQy!k\& B`` n2M)rW_kX{gӨn6mxsǽfև;]þ\B?~{ RUtxoBJ-2<+[iڶ(W N\\z)q}`H~9'U%[?ѽyҼw/{Ȕ+,nqhyeZ)<qRx2< f|1/BtcطLcr: ]cJa#(;HA{io||免pfY Aq_2*]zy9|5S>c>& )gzׯ #N^9*=K)+lMZ1]I NTWH9,x D/iHW^uL :׬rų|Jz)'VwWeq;we*zJ&5u]TAq 3QR{!lZ3T^i|͈GW~Z\zf[*3\;| }\ƴe։G~\ci=^&Ɣ>blh ‡O r;>8ITƆ ϣ 16V8[ZFC"' !Hz<컆ݢ,\h=fdu|YL#mB˯vl zo_+z$#B2,cna[(\=Z)Z"c#42Ys 7ݓg޿ܾ3xT>5Vl^t\PnE+~ݛ`$"uǽ ?9ʹ'e4y=;.SgZ0-<a)cȄ"u?$͝'G2a:zfq5ж9ס rxU'Z)E.j|/h U =YBF_Eݙ5\K8yJAZo{;O[1"ޘ,ْ'>`|v ~T zgb9߽qxnupWbB\jC8>ڴ`"BS d!1!ø\d~DB\ x JZuyN웢o&bQL w@mK2ʥ߾;d[~+|4Ma EG\zc&r_#D;!1|}u:~by=uRXPa3n: %}oã4E?NZb#*򔢀;44b#i tU#}JJ0@񉼹7Ncsۮ<X-0mh/peMmFp?vKW˥.|<tu/fUI'Ar@yߪ LL̇xᇪyOX$Wsw:^k܀8.ri Ɖ͒q <f>CDOq~x,D,~B*?m2 [4(2ϟ>ǕF}i__>J9>ؽ$#g 2T'蔫wVsDM"ٳ@W+4*p|IVVE KPz'6ӏb$g/% Ex\"oIL(Z}JBMj2lJ&;F iJq@1Lg5! K}WzIazCMijn]&s˦^@j҉F(^e{5 |H g+atybn dmjd2{ ! *2Xip+'tIr s^:m%rIe{PP uZ@iؠhm*QZz;KT|tljHn1J7i%E.[/140rsB!>}5;8'SQl{0Jlk Ψ7V\:[$yhᕤ*[dNYXq|Mmi3hL)P ,bv/49;ڋElҀ:[Ϲ KIYv~ i%m{ (UVڂf?2XW'B}UHt'uVmMe>16͍c@]}w :;ۼFD4<8!)2֓G|"Q3;NO9E7np37+῀4~<߯g8:xMJ:?̜fԸM`'gWܑ\VR|f ")$g˓O\yx[OWtL&i1G7nPh{NI]~*y3>0CeM|Ni1@Ȗ0&Lr cqIZoUڲ}f%լr^F6%XSUsW*܌E?{w.K_|(oPt%G `X0Zk]7'\8J4zGD[x(Gh|G>\!uk5|;'6w*䨺+b&E6}K߶rO%-)ϲe$TwIDYMТhRF֚|PF60TC߈@{6A,PΕ²uvb6 Y1bӓGiJ;yGTS/LX1Q=X,_Ibd9AdR{Wl ]_4(W?k"}'8@5U#j۹~czhLPt+u5i )* TfV\"8E2 ^R*g|zq%=m-%W g2XJor*l7&f`ە n0c@4LeLQ?_,!sa?J`|q"Vk(o^ֵqjz'?–SKz!P`hQ͚=TF P||Yfѽ<ÆP<'qéDͨ AҪg`pQ%]KFa HSD ЊlӁ7\ _*6ES"A0B2oG?A#; Qnݼl0zabsҹjאsM$a @WݷdE[' E_^-ZZ6q|{oyjOC#Y"п,_f)|:A*F!ˠcf+=3,t;#dOLy`fj#r),ھ[I#OwHj/>.TMTx;btB?ҺߍTrɥw咩~1B */^;fC^%<*#d]7LDu_B86jƗѻdNNZ z;$N;)!k6ǜm$,z=6g}ɿ14Y?g=4@2e_u|?şm抙%?.HaXnuY.BiZ 'ÂCLX#2IZLJvqC7M2UdQfDU (R0Tq&/AX܍"<;@g|o6~KeO wq^"e(SaN]}haF,ݽdqyY;a Z^G̐4i.:O)`KO: J7T~ @p ˜y "2ǞMaހ3`C8q .i_p'/b'CjA*Om+Tõ哤'|(?7ɺD$Ɯ/928z\8 @&0T&,A_jNYM~ ֙ IRMs ySӊ拼A !;Ȧz^hX$CnG?HJvL˅&Z 5GZ^!'Q^,2&uĜ>Ff-‡';wvcG}jAOBtEA-z4L KW+d(ŒK3ETlf>𲒧xGAfF ;?pzI=9i(pJꔂy6bA7ZK;YbHr5pMx(gOġ䟷 rݸԫl(F-`S9M'_^T} cWקSfWrICߞƲZbG< gs^m( [̷5R-y)T'iԢbFI=CBÃ%gDyM=jW]IfJp{F^I4 ! 4 FO'z2%<:lٍ*u311E-e^74Ebs<:VQ0x^8,qZ ԑKӛ xl}opWȾ#/T\i'fac4Lx{c;gV(/4 JL'c~ReVJ2/S_=g X،Ҭu#eU)d_f!-`3c.Q3D5=o#9N'P*N(5"+# !F n he$ϊ_0E KUi<:3# xOhWQWs,&-Ƴ{ `HotMy2_a;Ŀg>zZ^ q%v^q_~i(1?=aEϮC#>Dq=ǨfUl QoYJub[xl _>$ ѽ6vI@>e׮E5ѡb:;6;I:&kVLGϧXLn)ggx%߾Q&:nW9V`"tc4C%"kBtG0i_A\V̋I] /@B.6%*T>י{\}dbur3$.A*f{AFb Uxkx`A?Ug}D.RK);Do+ˬ,LVeebXld!G8;YhTPpe 3rKBZG ̊CI?*\C1VýXznuO!nJEx&3*]~MftNRLz#Wr(>-lNW@&"8Ŋ~Z%*UrP=cFcƷlqv^6}BӕjP7Wd|:I7N4T Q 净Ǣԣ*59D Է"ž2ʡ\Y$rkn>rcmEXӍN}e4 Wt-+RSc gkX@d{ t$yo]\_:钉t`u8o.9[f⸑IJ€8_%voi,u޳F7UBd')Co[rd`a7s)I.3A3RT_3VqW>_7ss e~9Pi3YTкtuYex m˼q["sؠ4+VS$Ɓ)lmOxE.Y}~u0`R)!Ÿ ɍT{qԋ֫y%/C.\W e.&V s܏4簖Kh@"4tOZYu7 LxbDi!u bi4.`!B^OzEhBA%W2K rH5Y+!^7 /)ūy~miy s';AT@y#]$ot{} T9̓xD({wwpQ8՜tiL'߶?+2hPkYJD]6M/΢VCP'Ƞ4%1ZtI/)҇\( QN%oh+ݵtmq+ Y@boIa@Puޑ'eG)r qCН}1%f|]d5vz1jDf&QZ|J]^Y{pv( %*DPp4şyЧgQ{Mk3T4vs9u=?Mo{0i`lQSOn2[.z~{YAOϘj_4I 9Aƕ\1ZYc|4@B]Xn>U'a! q~ 0xɻ{⺸$f'e$v ?yu V2+* Uq[1-zd@c $2 /Km!Kv ۦ0>#oͿmY!9z\뗋L@Tï5l!'rA ]9|"[9$+qÀϬeZzِlDw?X79;^' u^pEm3;.u񇺨s;lP}[0 c1RO@ !6mj>3c@L GkqkLmd:"%)Qn^ 8ѽ PLkvd؟TnV]Fi#/}iq69]2O.E*-ޮwZ;-=*OT@~Ӂb?)N`Q47cg۝;C܋jihmZ(κa~kmy%é#Ϛ>婪'G `lЂJ{8Ђϔ _֌+ NzvEV?E,O~Ƽ[d dc)!ʹ#:L_DLyWjW8OIݓUr(|Wi M <(gg3"^ٟ7ħ_H;i6 i)kƥZ-̓٧+aK)YkIWniVh1{l1*+ m `v0gop^:a { CzͶesۆf.vJXұ1Z_S!8^':;,t@S{^ܷcʓGF^r1#I$exV5IWxR:+QW?K"e.T.+ gMknPB{:<DR,Ѝ~g {0 N` im/-d+%V0:^[⋱V'7?J_,U$:Rdca ^ C_? CYj0+r ?]t>ni`*<́{xޔ[U$~+m6A8 ߶C9/ޡOYc"kXyXxdr!P rY!`")煜bFh *|G*U;tRPB ^\חkM9~g Y,~#גh0 '6F񮣏o4VBvT`E1RdCLd?(zwoq 3ٹ 1_0I1흉j9 SLz7jJ-d$k2eᗴ#_0w-Jm2gRP 2v=mǛTNwa(,հt_`eL2ZL.9tgZK0;.yӱB+Rvu-s>ݢ!]]7>ۿD2VIT\,ڛW:38 A]}j:s/3NmX1O4rU! pT[ʦ'qǁo!Hiot"Dxy.Z8 s‹^ES+;!8Z<_ &H[_+}G ay5E)%; PHEɐ!-X:KOkMʿ4w8R;[-zʅk0ppۗBl0r'#f=gp{{`'_粯ZeCSO1by t"%!kmLM<~%Wͣ+$_ I9=ۡEz_ /r>6_xV:HT3] Y`*-}jPhUlV $;Zd(kt~!uD ۴u 0T!rXI\ W'?eYzb =`ި#ӌ<뱆&)㸑Z{3OG= pM&}.o_J&YVAaG_ca":ӆ`M<ٙ0HTxNJti0j1ӚeaX0Uo.:HSOx\^}M挀RUJ`s7-|(Z3 p? @SxIl2/z @liěj7Uw7 ЎOX i =wKcbrK-zm E 1dʍnШG{xZ_]nb9:{x5&&l30>Rߢ&H hYsdzD|4+K _jI<.uj]\/9t @hAPl%0tv0Ե$)1a∝ΥȻT$0%}L8Zݏ:ۢP&ۓ̮x,P`%|nc+?gvkln1IʔRobߋ:# hz\1)_=˸q6Ƭt:j0ŷ\Vf>vJyl(Uve}G>u ;ѹJB|~G[MP霵N?U;4i4c(doȲ .cH?u]wb:oLkjKQ{6 5RD").,TOm^"7+ ̖uXUdJ=iN,v2d8"9wKHܷlGEC@ޣaGG C ˀ8\Ѱb(_/_*>Lqqab̃ I_- X-^2LcdK@["UOw2h"j^s*cH/hBxN0ܟLݪ:4E/ϬT` g8vc4 ;zR ;d-zUKT[Տj[z6\tJK~FXrnqͮn2|N?LբڤMI%p E%WBJkt^6a$~6 Rutbp;=z Ĵ |49ӣ^yhIӋeOL Uūa6VTf8i?a0|91 k:XhYN7XsU}垟)@oө[.|Hd[Ł)5J["j/ٻNȬ%`4ܷ}滲[>Vrc4\xz7X53թ> x&cLZEIhr\AQitGg1LIL2F*E%h O/)9GOO,W˶pt?5Κ #nlt[[o|Ȉ<&ʱ ֟R{JF}-)U|lԼòNt*S]`YP?EVb"nGN\Oڒ^fmr %qKغ ns>ๅjfa#?Q1yGItIXB\#Fp^goo)YCل8\@1|?V.f C=D/eVlzc0i0 4zE˽r,5tX -xl7}~C岖՟LGZGd3*SHVRPQ޺aHa׿DRK,wL-f:o,(+/J3ȧa,xJqI {s+ T1Uޤ47}=P~G [YJ'g? ,8Tm?;SEM嘲;RĂO8 y#uV|(a2Oؤ@'w654u[eAI%TY:jonl<2H_ es%ɹ-zM*mi.v/K;:RGy8]FTr##{yduVVg~Ԗz(e(c|yͿٲy+>u!(, v}B.s3jzSCK eoY\֞) .talm2lkk 9Wz"0ȩT)`{14 K=`A 74!NO̭j>Ch%˼nDz__?m.#6GP,Y6 a'"g5$[} {$9%dOR qp-28l]xsFLaOڨvߪl?*bof[C$k 7 0=qQDwuοи@9=?pHir wSy,W˜rƚzѰKҁsE֪6zEEoj#V'd֪ A3yJ bFtj}Az^"o)Ȼ ]|ʬ(@ cj& Gbp)"H#X*q6p.[Vb z&xYRw CE-ǬHd "cVqrلp׵@s8I~Be{(fD/Up'ԛ XAhjIL5qlPEZ#27z!p?Ry_$p?)3~S @=#xLRuRh,|r}W8& ;*!dv~X jdyiV?L@VcE{&PDԮao;Ahdoٷ0Y;80syEhc`P]!7 Q$j%2T+1 $bq~sȩ{pOt2ح.g&A?HIyZغ0W%5 \4𹤻$|D᳃{\k1ښHšdzۃ'r.:E\obŗ75Bh`S]f[m8qZ kX x3 GURdXAAHMi(y"ۮu.gSPƐ8 II.ljYEKc}4ۻj-躭x'I[}& Ep_q1nȷ'=YPrwefLOs:V/ֶ =*CQ"E ݕFKzuj1\Fb$<ݻSH?Q.uۖ!*-%1:amC\K;j}znc xe.Zݐ$AT*IԊ?ZbĢ[LEk_>?.1pU\w`ODq؍DIBۭ0k4MDbݙں[a[ iLŃxsG<)(~Sa/x͕l =Ra8 n@k2QnXqk9yï%ѣkܮʷbRP|u&3ń(,qƛۆz늌ŭONK~O(NC ij# FP }M w׶̎W]D{*KjX.*wIN&YX1B 5B?ն8cgG! /Ҭ.L%`\73>_ S6|6@Kh=v[)R_3_GdC!m;O@CGŁCPMVwO3N1F9n]p>$GhӠH$?VAGdi7EϋBc|1P_IUZ&j5A TB41dr%n1<%.:j eCqm)?-Hݘe5&:_ngC<6s,Ph@!H̉,vy@x1QѨ +M6z-nMy+ a/b]~ 0.H{~ +!6o0O:dz@8P>i?ξy~jPCwd&r5UτRҶ<eLA9q$TԷl[T3R?d^|82y~TQ}ŭm7o%L5EDTe݋d=E''I>*HD4 mi7 6SUh~RTa,w //ERP&XArEjf)t~j_5.:rS jayEkTHLYS7N ,&:3ΒQS_<e6BOcgKߍ 4/>yc ei`UwtVS+8ŽZuǓ91%}1n(٠y(Ew:vm| z8hIY⹍ª ?Z Gp:h l~Z8VE&sl^aoaTn/$ ϦuЁi,tip60-H(= [kc;B~(wM:P$"r˸jYKQ̐%OIiDmx)o[o%Qk=i'S3a#"}إqz#G[X ,r H;p)o >K=ݧ%L:g:gš*zը9dhXNq4?! ;VT:.o҅Te@[-3)G1Q: `#e2P %=hA .uV~H Ct,͚Ú N2$k_҈9P4uB 5DFk2 $82b9̀(Ϟ99qi:=y}C26%;w;?5E$M!Iii]P?rEփvQ[-{]^'sʛCx\e|;/b؃ˤê91_ww۞!Xz qd-.КF F!OZ_o}Ft1>u|!kbm2ˡG0_ x0ka:x. y3zұSٛ +="FG E?7#i]MvȝdQ T4 C"ӟbTNT!Zɛ^9lS8N+N>5&D jZdu2y ܴ̚Od ,@O7#?vx8* +{AX/HΤy/@|Kxú Z0:^:$ ɥxCEzo8XRN= ݇? maҖ ߘ%fnTxAkv4ï"n44towe)3'^?Aqg{y\kT?fh^ڦC oUj00!T LkSDhr-A BW"gNQKq<bb̈́6SrKOud&W+XHnB2Xf +3:g:9 ^+rDګ%xs{xw.2a,(,}Q;SWFOG[w<^O-ϳeA"rbG^1T4*2z۴2T%NKsasyqq*>bgx$Wq8{;ABhrT3OEЎ9;%iy:ic},9e,ԇl5a0ja=cӜ15%,W]+,!=cc4 N=YU a3vlqhH7ѺM|V~m#hYP K'hg %L| {85x߲nR;T оo Cw ߆ "E Ny.0F>IZ͢4tB]ƧU#yorOfn}`6&^7h=hg4kY27b2, H-FG}]m[bƉp&$7q 9lx|J ? JUQU(ReSb{RQJ< kP:'oXs6?jcnPT^4Tc+"8Ɏ/0RUְּpcsfz5:=\].i.]$9LaHdUo!:2FnjK瑷i40v?]--H;Pw <r5Wa7+3}F!]ӏPz͋CO7J ]p>5. 1=;VOn_W'E!$t}e]gfhMf0jC}T⮷Z)#TH8Hpa:%YRAJ3J?q,uSEa_ZYT$ 2oU\rq~ =_|`E7 dm+V w{(aDN>,iaTַ\CG.5 S 9 up &4˴袎j^V s#]$~C.ڽI+N tL%>Ϧ£-ogd5sh}kM h2MOyykC@= #&C Qj)hvW&CP: O×v@bI/(2}Ǝ7hp>-z`-Bω !=J)Y ԫKHAU7!WVSrp $: kVY)+_XnJl K3;A)H\5,{܌3ƍ1̫AW5Q| N` i͕p&^vkOqc, D{f&T\"8{t+ª /vJړ)+Ʃ@T=R3G1IM s ]^Ý̨c nP7_ ?^Xܤ)_X)ZܘMWw{8D"ݓGVpC X[/qĈ3mLGԐh'i}RmJD2# A9Wz}{sPf!rP1 F)mSoeq)X6ٛ\(z?ɠcwSSt㼡uWj%CIn/#Tٯ⿪K8P[Q.kqvb K Qc7q5CzE; uh zgjKRO㚍4Kr|ֹxa_}+OK7G@vNϤc%#"#VeoRRѬ^/bX#u9ˮ*S6LkʣV.^d: fK+ bFV NEC.*\?`Ł]ge $rQ„Y U4'). K*l)xڴ08wȣm@HU:3d:žzJ!͢F $j\if{> æ]*+3 dԪOֳ)N PfףX Y]څEa]& ha|_4)jPAم:dXߊ%' MopE6wY6a3 #ˣ5#WB* Fq;0md~nOҩ ݞeITb_@nA9Ip+rGtC^\m"NkW uq^S/;=p+oy"S\ Ez"]4PK rY2 moe? Q)k:hc˿YgO#L?P&$E׼U-B7a.rITpU ( gշ P=ߓg"t ndb|~pYZ(O[~>fvT^(v`3Э< WIcw\$H>򽟤Q^9B7@fxθ|r"jeg`;~Tz(5huNV/G3E] |YRgp%< efr2 ¿2XI[,t12gi/fkGZJ̋Z?-ɚY>4GEd:)ޔ^qWKZ ߧ\qxz-JU))C5j H_QK(7Q2 ٥~_7H DxTǎa;p7C1oSYhsMԖ@dFkd"p LȱևGp>-:3-vHirpme>I |#z̐RSj 1@28j؏Ԑ`$kۗ?xYZTxe:6puL4܍..v%l6I*aq9a)UZ׫6lQ qj)3 S`N{}&WQ]G;'vs;{˥;^`)+fˤLV G5t2.1eGQY!=Ge_;s}"%ɲ2bL]+-Q\ꆇ-c٣ 0mߊ$;2IXHX28 O\Hu\R}4|X&_d`Hs*1dze'7SI;D@}_7C+0m;grlHc$Yw/&qug O@oh4I?A,+5p<-?q3?Vqh[3HÆ~`tчSCAtD빑zӪ 5U ][u?;SUx&Avi,<~Cƃ.[ sҚ!E0Hg}-6.etF~&xM:79 ɵ]yaKSJІS0{y) r,7hV;RlRm9-icȄizNxP㈇vRlid6t-$UX,ci+wp@Njlڹ&qHpqĹZf?OC{6T~S m ާu8GCm ^I2,<4/6hX+*K0ePs+XmD'^/%cSdp\SEjBޫm6Vd)LC/}!֗<㾝oۿzI/ejXw7~ *s^bPvS=AL0uwk3ɲ so_DY*M3F\_& !uhNŢçv(T)D `ZOc]BwJ2 Wh ['3qڅz-'?3YPږn?#{k}bDL +P˄&hs(լ H\6R9b2~+TUcDveXZԤIvJq.I ,z&||bno #imVMO ij4㥡;%J,=ɯayN̶CŜ+}x&Dy'$K)BЙZAĵ+ c5s?ކ!"@@9elm5[QdG]b"wn`9:ȩteh1[sL"kaYp* w@ok e6&# ?x8c=%`*!%v e 8SKD$w𳪦N7iHS+ -x@Nu{q0Y+[Dӻ gU>#~iI̩'xZm!YeՂH+'/aaӅ(ezkw1JQ&T*?SpTP*]_34a=;fQ˰93'ksN igfE=}~.{y9w@kz3?OqfȻN5}?l$sNxG%dZ$> &7eOv=qiTEVgwih1]CZXHk%VDLOO) XSeĘh1޽VuEto)]a8jPdB_ۏb+n" 'MN& m)umDEկ([< N]rǐזӬQZ#u7O>Oϛ<MA ?3VŶFJ!Kvhjҳfjn}.>gx߉HJX8ci~x;̖rx`<w[CUH` |!Ӣc?;S5`Da4irf+ Nm iLM0O~GZ?B$NTGU;-QЗ cɴh,Ի>0^L>6.Փ2'-B~ݡTK?Abk!K%'CE+4X8?/P5b`m;P`oMFӝa"Ԑ58Rʦ"5Z c(x'1,ܗR,).8c}?Ovff^7R_ Xk=zPuGv!WHdWBH V@l2TbB/0'-3bԣֵ#Yq2MOMagXߢj+9 %m{n]zZ%+;.wYn{TAϤl |g@igWj AP. g*I/˄ 0Vig4Pg^Hq3$P:s0 ?. RY!plf +a"&4q h6)~[:wdȁM zUlJ|@,D |*-p3S^e:B|2.ۅsy2bHYI<|>ZOe02۲jHSAޡCk6ZEAGj mY:=㻾Mi?,S6+famc= ݞ+`mTS}>YݥSn q9Ĝ '0^_\ܺ?U~(JhC}c}QK-aUDB'$mHgP_+m^)% AIv卄qDDُ.~AI .𧯻 &3_ܞ@: xkV!g;Z g9z \C!aK6%v>m+wPjM/̙>Z`Ӹ/$踒ǏK|K|- ɡ\VdT:v>_vDj.b=._;~X@*:",Ҟeݨ=U?^ F r5:|{^BwNEѝT[}ܯ yNo;vm}[ᗳ gG*Cz f,"7U:9hMä!S"7, &yJho^MBQ])]U"JX5cAl z-E]E=P^CЋ63E6X,I?^l} QVҜJibQpH4.Z]QFȱ3!e!_:ŀl*6L4Ȁfwr D-0P5GF+Cb0^qYcG5%}݄G4:pO%zY8aMHP=4 c-ɁaMaqI\B뭎0ʋfmQ F}HtV ^ $[$ףӻW={P䄇,$oS7j5s_i9h⁌IMK>R808$p;׳^Zn݀/t]g^~;h5Iqnjӈ pڼ3[W0Tx R7ַ$V!.o59"oE B|Qz>]]!7"?X.m ꚯN ЈHtX핡.MGd *1(1.\$ت"2& =1 z`eV@􇺦QnBcqՃY T} qu,(wXR]^m8M Th/,h!sh,0Z9}45& /+u4>0U)hMB]:/>'yf'J~ %4L{qwzދhD8@;~".Φ$EpEp{_*yUV7\ܲ'iWE" wM pE̛QdG3XM1sHM@uЙ^rO."lgsh- ՟:GnmEVyӌ3&v4iX ~K謷ۏk'*US2Χ bMyzrQ<8X ǹ4Ji:h{&9p|+Toq5̀>P\bxp8角% RY"S5TAZKбVaOzڗr2k`vSBuxRocX u?l\)@ G@(Кn!^M9R0!u˱p Sy#C 1(G*,7}4Ubyd\S+P'&Uc<~4NsrdxJ]5;Q=Dcylv1XnE pSv~~cin4*5\[K=7q5yhQ~~|'bxzCf#K6wx$܌-qGb;M۹"d.jߣea ElJu?/*!X4I,tnUG@%o2$5=>- J驋Rm1yJ)Υ5/b={t62#۸a#xҴCݮ$;'W(0=C*nCe(`o.e(l 8c(ܛZ)Mx)2h?ZzgԧA0B<x- vҪ~P:Ӟz z>Yg%, *5֖XAr^r^Da\ѯ""&;@{d&0ٍbm5xO/o%]B,&eJ1ii`ϗOöuO/2h tDe"|as1%T^R4= ]Iֿd R8=7M:~a yNO5~=0QO! R-X%vSuG}0uGmS[윌JaKv }HGnxXs hy%(oHo !hQO*Jg0-L\Gg7urm4-e%$7 m]|_kJdnw$4+ @utjQ͝pB]h`"Pss;gvΉk#^+?[ cV$wnz\!6R~K d9U)*K a  R[+`*~l6ιP`T:+kduiqRJ\Yhf5׍@lOӜ_)+phN'zo XA`נ*hu)y,XkeC+ͦ7YꫂD?"h'ϱƃq)A*ᩦU+,5Uym <2i28CqU9%iBx/C9dK6 7i6 !ݘzO7Z*7]\`q )2<re8I̥G +U0A]'^9h1x;Rd=Ubyo=jL'5}!]:&?8M:E2(Q!{1ԟP `b6֎ A=ɶd'%?;r2?sj~ 5|u8 d\ST[ TĮG``-LzI? ч+[ n?L3|#wb>=䣌 yp0i6(R:aAUA"9xё5k`(}Uk5RBؗ6F;R|Tk3ɾ8^TJ!N{F߿j: q1s sk%btMvgy"E7I}_Z".65r''vD5JS,&=jpV埯Z=wܫY,-@.Uai6 >Dj0c.ϾC4K7`aM]Qu0ghB";^#2Q0 o[Zie@.HhuߧBY!qrK3r`˶iWya/^(!& XYřp5 ~?҂H sALHvMsOV@!cZ?TBIbaݿԉ-H}>U82b٥y?;5)8TvO4r(r8Ma2%R }f4! yzFPZ\_CN.r86I+<joXg{ L8 bhǀwZ//LeC؎ڽFplӛe}VyHYcLú]_fEur;itǽ M& ;/6(:ʪbU|Xp"lUm]db$ВGh.ιz4@1)2o]l͚Up.erMj#^s Kzh˿*:psu܅yoD.qy}! p hOy-@# ύ.J0dCXULi<^?i0-;-H›1w@9bZe%@#P@`P<_o-TbY-c; 7a}D٫7tI> SC8+ÎZdDMA5[xSe5ҷ }%`"#.2L{ICկ۪QW;AF BRd%zZXoF?αqYV%/*nɿp]Hn1Ч=$ÌI=zණ45XZn9EP ܯݵOx7v,^ΨxMUN2S}İ`Y >!L!*`>Zz߾چNe#n(16esMѩv<\i]+!:Nȇ" ( 'Jo/l^g`UA[4aC%DŠJq= /ElJ% B E9+Jxq|F`+u/JPF;\ L\Uo}ƴVFDRn%bIح/GR=Ox9d@K%7SN\ - QT2O@)x'i2Es~'+9ԓzf4V[ZqdG'KXׅa+ΝEg}93{:`G@YȽ:1;4˾wprV |л~$VX8ͽl!+@wC9凡Cg*bζM|ebwa++&8+b2_OmDq1sB`"6-p-9;@ j>\2W1 $U3ԉrh$96qL{Ν)">0{$$#/BM 'ٸ=J 00]!?XAC%_A"iWiA70ܲ  IJO ['VFj }-UN?Q׏ũZ?t1I"a,kb6,>(x?R.=ȅmM0 70-gYV8t+|˘Vlođ}kD!)~7 .t.qQׯpk`w䁎#iFVnRv0Eݠ$Q)+$eC`AE׾KFȯͦ r4+s-v9MIVe>-5fHZ)$=doFw_mO7 lTš/_"f-F h|s8W0p"[J pC yX|oU/a. a`'8;eHzre|\kW(m;PAY~$ZM(OH^HqYE2»Ú,Ct&+AʿjD6_1 hM.濔9䟈|AݖI\$@agE7ƻrKp]1+v/ߝ=*)o f=&q^Iu/,Τ"mEhՕ)^!MYPp?_tdڃkyO/ɏ3c"OI&CO1GQ,A=:pC_LI3%£6Ml-gO1k]X}Ӥ& :/X52Ma?: &~rv7=`^Jd/A肋ph9W[:0(GBߺi%\llETyꆯ]-4}=XP曟 ~'!n/ 0ۺ3;` Kn%h2p=2 xNCPtU GXklόԼ?or%w\5LD=wkw*>AX O<|e^U_.'oӂr>e{هul5(<6V:IEbC3/>ß0nߤ/-U==41uim:U!);{H 25t]3Ĝ<~(kO'<-,l;R%gmDuN659QF~ UIB%?mPpS؛/I؝}MއKK_؜Q{/8oaC dHCt{h*Jɦ$]"Yd! @3W9S+򆐙 KS썂ڂǽz4 ݪF;Uf/ٱ(c侩o<ĔCɮ<(LueNġ_ nI*N^mQpf_$ r;8P&D,te'O.8f(1WtRxGX[Y$jXBc҅j[JgW]i(~D2`[Vpt&fL bƢ0ޮ볬w&[Y64/*HڀݐA% ^W*"tGϳy4{i[> jHH4\q1[[eĭENw'ɂ%PjS,:iset١gƭ&lq ;n~9^IQQ8𢽨eΉq6r:HE;yK}Zi@R?f$a]!3CMui!_Z1lkBZ(THu 9Lap~Ҿ*f̽gf߬*1ѿTf*cN CqBՁK}μ%oln߫L1n{Z͂%7Zo/o0S"8-E1ҔjZhڳJ T˗&z&d=T [q .cEuκ9[.,mk(29O1~jh:|ó.GuQLQUw% wT7Sóa*0 ۚEh62z댰im%&/Y}n f责K'Z['G"GD`F<͐@S=hBO{N RI^YD<[>ZdlQS`"e]I7b #IhLF2(ͺоE;iX3>M`rvJAyшel uD2VlV!Ds"{Cf xxa2"7Lry[#}hW6GQYaM♀9d/7Xi:E ł3Jsr/Y\*{#典r3l´httݸr(?8SNḪ &@& g2Ѝ͑=E}?j /3&d19S*2Cw-*{$aٰ ǰb@FS0W&b^Y0T )ݮ$OCrB{c' {a+wp 9`%p%ҺhjqO_=av4 9F[AF觐V^NN!R-)ϴ&޶Z%A:9 27 Tb][qͻq2HE43>I{Vy1%^^t{̼̫1WbuF :9o-g"\Wn&1 JS:Te ;Q*+jxt%1u&/Ju>zagpUvl5sCVC_%[ ׶f䊈S4x4CĘ2Z? ;T=$al|µ׸K璄|sppj- ܇u,[JR%GT ]~u5 (!=ČuƃX遘ջ/!QUi VTj]u7_Ǖ퍥+ԻdJް,r8N"jH-jY[<֫c(s58hJuajAuMf?mՖfsv&Bixyu}UB]{_!k+$SK7O֥b/&7H&RȺF͔%u.gC&Gp7$C.A[!<85-5}C`2{$頒9{Y`BCyms` |BcןwSJ C!,;S^α>DL7#6PdDMbCg)q0 cϰv*q8k h.;u$r, !&K" ȳYsGe,t CÛmw(f?bb32++H6ⰷ~ϼ uE_r#4,B؋O$Rm9}S21'A=5B׽U J>݊$w)-IRUO>?1%9$*Pq8"^7xPuhFǏ(=^1HsF;n~nۢ>TI/yBWa;eGӞoNu!RVbÄW&yڣnvݯ<[8tsť93 ;Lq3$<+ ` _qcD<)0hɆaB~YӐzi}r Ny_F7kمDb߉Dqz\RVy5W .#Ftߪ-&i y?:vN:E2hKqشHM=c|Ƌ&ue-L]·uÂ, ֊Ľ&v/7i7:sP2y8-`>e}cZb]-}URc1g\ BZ'R E޲F`?H>.~#\v/ Vnn9|,BWQJj't: [(u!Lt>QzRu/O5  & {3W]$GhLIjF `+I ©Ot}C9]^їede{8WS34'E 6ο,#= ʄ.q^ܝYHT)噹s^ںKH{y)A\'p9C8>!%TqIHWϪƽx `PRYi? P FEN%u-^Vr12ȝJ'*7,9#X[i1P76QMz,(wי뛩<4{JPWF{tO*ס%tuJeeRu+r(w }3' NZT"Uû Va/Lz#3ߐg At\n@I!(&B՚aع XKTb}oe}OpbXud@5vPku@3@ # pǘئ?co򺺏AD7QȜnJ0?Tx/`ar4Iؾh_b0S=G~ rPiH|c^%rtGg||80թJQ.¤[kH vx8Gr5F$K$\аRVel~}}ARC d%IklʫcUgv3[HVCUEG 2h9kt\^鷒xEBQ݁5 բM L>ܳZI9mFNpL G TxOabW2^ot7$j= Bu3 SdabtuzC!s ~+ҟnU` Qp5 X}k<2FkbvlarbP;/U#JwRӔS# Hkt\dg^PM35ߒ-h0y؆yT/EEc5 <&1L$shB tr-o;%CbN᜹US_em+>T2GmQ>2u߳XTϾ#Ȳ^!+f*j՘4}see;$i$9Ѩ%~xmk^<\RNyh8)H$eM+S9H۹uW/L#&ގDd}(z&bIPO!P], O׵^ ѝWNQ$ e]kn}}p _Lt!Oec\|8្k&2]R/*0KLb5Y`a-!Xጰ*Ss2qư@qAY\+wDkTw[Vk,Vަ !<=CQb`q[ئDv]*fWp,UٲPPD.͐m9qh+a{iV 3|\A #7EΙ ]vb2*G9R|=  z4 ER5_tB_/ o$>?8]0J‹(6 ϨLza݃MqZYo4>W/O,1\zm8+FQ:&0ݙ ' J)Z>m/$vG;1rn۲b ƣJܔe7@oE4ݦCu}8$[懶var7 W2>T =9}D]SĊ&7VHޤaŻ2j$vV&c;FU^7ˍ nVS-3#7 Ӎ틒JI-D}Ƚ|̝Nt=BePvĘc+~Tf )f(%1DXLY[\E'R-c(e<ޑ~C6x߁2b.irl\FUbZmm4 |k2 ]nL YG^܅ǃ'J?PJm҅7<߉5;iћC~2Շ\z:fw{Amc'M0iJXV7bY!fRx$kbH'y<'Zg{=[cBxiա,M&n9KnA֪UM.G%k 7Y3<'T,AgEҒn D zvja0/lXF^ַq5ɠ, <&07_`o%dW4y3׵g.o3P,~';LcٰM>] ^K{l[ƋvYK-TC`^oY)0hz/^;29:aYmrCJ]DoX<0`K2 br~2OzTW,jw.큆 ɊyzW`_ZAyTE1bn]7S3h6T*`.#ҕXaJKiq*@n2N ErRmHˠUď);#&|0D%5\G N,&'!Vl 2-v86{héFױ$m(C^5d rKTtGO.~nvW~ l=\SY\[h(-_mM$Fqv߈.]c&¡G`RK"KI,wr{~rJ&_r/qJjEhW#%R&DC㕌N@܌˒Əx vL{Zߟ0Eu\e&[|*>>W9:a`+gN*Ɲ:c87rmNf({¼YQ7;QD_ж{¡ D>yeZ@'dn(|=>bNfKrh9=EZl_ΓS n>*}_9P0,/TG]Z,G]BNI} QhH߱; / U3TSUXAQNZPV;'2V/=&ȵ%ifc>GGF`U{*V̿-&Ar)bH9IÀ0QCM7:nS7Z0%.EQH!E(~f:"SӣB7wfiM:{#[8}>.+NDF dzƸA\RD7qkof2a}ǁ_e,CGxp.Lh`ܰp@g'wzӸ9ܥ:9.wxL%ʲX-vB@k#7ȱXr.!\.*ՆRa'Ug(][F$<yn -d}ZUe3S-|6cK4f%vk {dB߆\B L1g> ,/wg/īEs zʈ{PJE$ k";ʚqW$fmVh$0zFFCa1H~FQ.jp{2m3 m Rd3D~g;LaӎD z#B[ M @gyÞ8)-Gn|}`ɯ՞e6}oIVsf|EwSsCB=F:Ocy]-fa&U0s/3(VRP\w_75(bhE*̢7p ,!ڞAVMfPlEo*d1kCpp8}2Zs@I?x0_(wlэuTߣ-~RojbMxOK+iu9-w3:uF\y,nAgR'VlfkSm#%8Q#jRN tm]`}H!nN޽_6C6 JFj&}2h'}}*V\;~իSG|ڨI"=ۡE|Ef4Dx].Bm:y"Ғ [Z_*3ViREVj6e|~]ƛ>8wt-Xn$ـ,cBk <3^G#*!O.Go .. O!#t"LVnxw W9>-yTgR@\ -ɋ=O#i\jPgO>JQwȞ|']drĥXw]w16u@-щē>= >:{  KBm$C\4'oܩi܎cR cBǞASh@שHu#^Ol`Ixl'pu~>ӻ2c9Q`EC.< F G1M}L/&,b5AW Fc @qݠs|]dC8hkQݖd|~`U{&hW¤7[O+ bX㮲qPfrTκhXOvQ yF8C9AjrU'>bmXf6#xFY }qj^S NQCn'S)=v*wCb"ҝǽܶtO#l" 8WBou^E K؆ Mw#qu蜨ERf EZ)`Iݯ= 17{xP`A{RߒyaXy pF ֦©6Dm܏בNp !O/z(;NPGquaN$􎦞@k&$SauA٠j~73r f ;R-W$2}T&NEIt#n_Uu's: aco98y*'Md#O8f^UFQK%eiKP}lFZe)OPRbBmAv&}T{Do64AF86AVr2ob/{GEcA3ARfrPX\AF&CKsZ:L܉vcy4V tMϿYJ醻Wr9` jޞkpC;82p2~Syȡ7ivrA(MrkJh3]2C'& 34sS).kdtB'h!a|GeJ+@Ha@Y3oӮwwLmƅ, zNQ)`ǎiqy+5r0AQk=WO?h@)ars~D :è̶P=؇\mHB\XMx!Xi,]Ga1 $pm?ȭ{1rJ'$0`,NПihy%) G-/Սg>-)8~O6PxcZ>KuhN ޒ+d={Ut-1%?qVWċ)((>3]. jF8 9/,`]/#8#jj2E`o֘wZ3cIS2 yx{xett} a! %Íڔ W a1!m=5A;Pۗ JXaewZ{}e~=RD'K!3Qa.Ip-t{x UTYݨ*۝4NJu(!2`iqz*2I|C薆F͸{vMA ̃HrT쫖I!RWZ ɡꘫZp2Ͳ:v~+핺/&M!&/>'C`qmV+Dvjjzk#Ȁp0qZv y^&̦p"56dŔʑ ܹ|b32 Tî&JY`̛tԂջtɽoru ¿+Ǫ}&wcinO=$UBQO,OcԵD*KIi:* /4a¨݈|p im0:y)N>aj0%Fm魵H2IFqx6Es d|`7o*,< _vh|%X1}qh]0*Y8<zoיK=V6IxDx[>>&-jˊ0hŸ?$[N`,@ zjGG!`>\JF7Q]CV4ټ8T|ܟ/ܗΠ.JtYK\UB};wK3mA}] MnXQ];0\ç)8 Vpw\t$v#|^1}r3q2 2]ӷ:!{&r e 5Ƨ8yBMM6F+л˗>s&D{(dcc[<Mr%~i5.H {H)|͵.S%jgݴT`Iu{85L`OoNbt^T#54&;JxpU8LbC $0S pݙ<i:̡cEaX?A6\ }xGk2S) ?-hP XZq8t .g akl2p,^LHڳ"RK49DAѱ& ,L9߫t9^73a١4x"_j9Z cB9 r#}s⡿p"yL>w&3)iJE2Tf`1qɚ]IzdgdoLy 'O#\\3S}FrQɞsXfoOډNʖ7pReÌV VMu޽LH&"fm y(F_M E%iBP'#UDˏ1(nIT-XFsڋҘfff -z.ca 6?/Yf. N8;y<DK.YI )m}*$rE6i=( zʜk[5% *HN1ަ.NN}`@c`+`>'P ^[Wut `YM,#|\&H$o =1 y;$m-7. hs(bj\gCw"JPXZyID\ S8Y^?Ry)Tj9~;+XDoezWqټ`$4ӎgrڄ,ky>щ^Ci/6F¶ec?R/H!.#^8u {y蔳NX ^D5#kͦ <+Fĸ.!L<ܭ_:gu qεz}-yݚHM7ٽ8-ypf 53nR9$q,5|RI+>vq_vlUc]L Ed_'p Uw"lgRq\~wO`Cqhi'!LB֟m,2V R.,͏{7J[?nDZ&dijWٕe17IrX64m!! {!l㢠JsUrJX3'KK?oWW}(}L\Keo= #Cht^TOY+no"IKq +r&kҧoan,8팚k%! V`gNqOOM#mؓnΤ=緢~ߔtgeZ_֬m~# BNyE1qn#>RO>.K7B)9>>]r O| 6zZM\>Q܂EcEY@kxO4 >?q˷6-*X ;$ڿeg=y wRW\Obf徬4AƧ-sP-Mǜ wAo2Y<=ѸEO]KsĒS0aq;*%M1QZܖN8\ SBW硂d{kQЏ±3iډj_6 q9'-bVkP/cjLjQ6~Sz7\HeXN N:㲤8~gMx^g&8V$'Y?=Oy ~1k._ wz2 >B k]PXxp52l/-Xy8ɎВ+689Of5{7#}=TUZϳĵb {5Ќ[[.CN\wV}U8I;#]WXL4w#3K6Yx%$X T3tKlۇBA]s@]2S5!tv@Jdf7C|~RЉGR"t=Q1t+Og)Wg$hH4¸ j ]3BH$IN J];+ZiiN _}G)u%}$9x߷;*jB)+"Et2EGbOTSȇrR,)T~vQy;]B9.[(}g4_N}mxHP1p >! U_eCkǶ+Q0N}Wif?m1`FSEٰvP'ZDYeo~VE T ]ow:iێ&Kvc!%X/RM*p0SY>3$l_v\bqepgH[+% PYƢ`PK:15RHl+Lj.unzh: nV; WASD}pa]6 UowHY~>twq'$sB0T1IY!NX?o W3#DS&pF !]R nn*&0qe]K8yBǴrO1.gh\/pVU$*-k\CXAnJttK0k2ejzSY@Sr-ꢇ"O?ǒ [y;D4zHc=KXt@)kL}$OAY'-o&fu>fד[OcC1H+NP=WG sXp*72rzjt2@e<7@39N}w:TkQy\ӃQ,`RzC%wVJGO}^{s@ҁKr̀GPZ)̬EOKDX)ixm;R `ٶ^P W)v! 1u6z>VK|Cae|Phn[ءjͲ~ecU ‽!p\~E>mO 'dpVM斛+* GPT%|i"/ږա<~]$ZpzܑSsC̱[,88zWݵq$[w|`4#p̣u(WyTkhb,:)[sEc Z~儷ěm̑gͿ TB@X]h3 p L( |">;8Yh-?M ,c]HZOqΦc83cl؍43PQ2./ .bID >1Lz^RdL$#IFpUϭ,DSW:n mXAR, {Lİ#n됉&Աj{(I.Yju"ee1m vawARx|^9G#!3ECJ++fGf3 UsICi[aPHUM տ<.ⱈ [>Lu2qQ{8 O*WOoYBxԹB*O DdJAW9?2M}k{:n h~D_ËWx4 U}5OX<1`ᅲ 'M7hW+]l7r7LPx H$ {){] 2 UX7J>sEhKtFS2sAlV8-iHC*uMU^!(K:e.jX@p<}=D$&?@5*6Xؖ^fT+| ك>ۊd2DZb NUBC7yhj,4cQ!0iofc呇> c%ay$QO:5%}k{7ͲR޾>a=]Ud.^ƊUzgN\! M QU>ڕ88܄gYuTB源]~_dE"/n)%?FySI^4qFc(U?"Y[GokHzCkAB|Ljw|c# 5XʐN1!Z;_9-RDgY -#=:;qV [aT4;wD~t$!w^cD֍ ظ h s+,:wSpNalnj_?C;yB.!CXVK$\ʂrD; c?ܘ-+623mUXxmES1?zFɵi}BȌz=JQ[nR,88e͐؀A'/DY+09[dO0ʩ^t [$ی<5PSai-SrM5T<3d>1_)?T0OŕAʶ7 /e`:ԟ$q&{'sL QoӚ;,u˯ű=;L6=^ ˗H#z+Ԅя# fq `^GЙl x\[C~~UhWK MI=oF/E$9i4rTB Q̇͛] <TZ;skoOeDA2#-`M |$]$0ؐ !7:nQCVQ7 \:o[#M.NයYmAsLc!7ZoX֐BO7ť+!Y*l$_%l UaߞX4༄ʘ8JOz$6`y&126~*Lk-j]8oMFe\?Y>B:0hb~mkQ&4-\CXH? )pU=< REѕCKMzᄑ)$I_ }R҇c/gV1u[QX[=dQz{o6lRr{B=_>.1"BI>rBp8Z1N%EmfbYZ4o+Ӭv2TTZ+bzqtmCi8|*,rALP7*"C?,1s-ē͞~k3/2ƱsM UK"ҏ |L3hL]478f/0#sϿ}/E1?UDLDyGZ7ᑕgj^0[|j4Vo>iVU,|r1RD'\fHe\Q&mvcVJy t) n"15 5 ZN1͜c1uKE3uFbYŀkOd bFfŦcH]A^r&q(Y$},K<'zUPݺbGޚAm(я|~'*..[j ̭إ?Lys5^pSF{^I Iw!4mU,GH, ~L#eKJ_`I'W27SsHO\ã"( T껯) ’9„@ m2@%a^K7!?he\T@RbUjmoy72O7D}=B{F*8J Wy@řrQlUNPm1E2AkA*TjhPYbpAƩkv$fD:`F C"BIX q;ϳNQr?J7frA_FD<mIJbgs]C+M r~Smp5<(DW҃#WZ!3G޸HbmGr01i8WQ#šcd;Ҕᗢ(/ѦcUt =>.6|'7XƾX`UD:# } 4FЅCz705`A&40hobpJG6ѷuIomFQ_);ks.*A/_k*"G8m&^JaϿjvFxV %u*0'E} W{ ($ up(kAC}uaW7OMas8żPڻzJbOd&ksM1O O_|*mT9!;/>qDn.rIW֓Xt,UQ\r#C%/+pwc[Ed7`-05 eoVh Djq.Cku 1Q \xf Շxc֫㊟R[:N+.S_IJU$'g)Hc8uS)5F SHni,`t3CfCfhHt*Ghr 9:8])33i ,^I0d.jvGbyekx׶A+ ެߴWu&" Gc,5n4pI@J.3=%" ZC9@z!EʂthF^ IH7h&.v7טי0:M.+, ~--QM噜 14Z1 66Qz%6Ix/-O0tj@-xe qcQ0X2!`u.=쀩n!/z-'sb ^zd?ޣݠdیFG rqW~c musZ U yW/8pks܅\k_i6AAܸ^S7{2ylҙ_*ՇL&:ՙIM,JCHvWεupǏ IXp,hWاZL ܴ?ϺCP hꔶ9:{FS3e﵇`ȷ\Վgذ%XHJk'Vjpxe_J8^, 1?ǞK|;ADenNdoq5u$w=7juٯjPS<ٳ_۟B;nv/E8[4m n#v̮HBlr#+tlzxwIj(97198ehEN[j-s۝68D04? *;dA \1c В<;kIgnmlA0{d}3B\)W&`uu"P7ɗJ֡F)ȉbZ9Y{GXRK=Q3S?ǿEJSuw~I(|99/Z|t3}C~pfF!5P;;Nq:Wj*wb# :8G~C#g :ly ›F9c{R+a;NY0g~r2gt#7 Jʜeš"#`>Ls 6R)4')Uς 4ԇ8XDP3DUi ։Yr G3}2zfTuP V<GS`[mrNoB_ >LCխC" {8MjwN8}ic/j@y*dl̦sEvX!?"@qSFN(\Je]lX|Պa%5toڷ /2e]U'.cjlAэ])'~dۓJ.P]:.t8cwܦgx\imV%t49j_ԍr"cGOm~(ׇzA4FT$Y$媏9) 6Mnu~04V5tD:ӕQOGC<)ӉY#$Nܑjmz],Gn޺b 9JkhbӚFJUӊ*CԤj 8DEH3eLN}Dp,. M`,6B׮*tK8 &kl7 =oP7Kk tڙ4\Y$:/DZz(T:D! 'KwgưCvGxډ=EI]("*%c#JVtUߏrXLA@* *Maiw((7~Mz(%6>V {p-xaU6$ % Mҭ>=(%J -R@<furmkƝe]IĿ9.N [H0m%Qݰ69%KG",ЁLHmiSXTWB@v޼dϾ^3 =.sRŤHJg1TWwoj,%s - .os֗{`2z=@FREﬗ> qN#2ysHFȩjt4k!.p_b ,t0K=*_ڻ}z*+HNNSƦ9& k͊?v$+;Ԯ4}74b`f`@ &T,T=ZZ?pzuEPďQ<ա.asJ oRhL;\V^ucԞQBߚpEzl28c|8-gTم闇em7wr]VYE97c_\09^N=)FS;#TkJ'AZRu|3pAOנxgpPQk?"Rr;ߦT̎! /ů+n5gࠆwۤ/v*@jr"ҧ:kI2"UFV1>g} $ p0_/j )g !43Y|G,c;ta`G%'fJȽ[AK{'kܲ;#& &YSaMw2joU((W׈ 9Xy}5A. Ň/DPY1i~þ04YM ]/u,:@޼N^pg#YW D :PX[K2C|5ehݫZ=$vv/c.l\D[rD2/K6Z.t?J86sd y (o`wOh"3"= Cv]QmQ.ޠ\BwDo&0\HOv@?|iÿ)z[d[ 'K$hB$Ozl]@&/fJs' $qbRENo 7;04۫RFfsXJW!oPh08O|Z?P+z4q~ݒŠ%c \cKr~ycw<u3)pmCG(8h 3t iRT&c2BL}vA3,Ea$,aa4P'0(}cŰPfrCc`Qytf#744M+^OqHseF9 Wc4=+~4غPcM 9w14ГՄڎʎqn/~SjjdȓːAm)~ȹL#R<r~s4OELAY "9pN%^+Zs/~^_S:3,ON,tZB'4X6K9= 'ozO?Dz) qz`OƻqgLe=yRwC{v7uly$\VPcq3jujL`/u]9.2sE^Tz/2JWGw#ܶ^Э^.!'/1,PR"PC R!Rk:ex]9Z6\"^5 /n֛+m)w7>}alڶy^DMר(A(kwy1D{#3NqzfNt2sy ^G .V#ϛ㰷j+.p(  K }dޭ&m-jlh9-#] /"w,* 7otL@Eyplqx0'suml>ErN>Xr & /0f\RZpԵ@՞+2KFKVX@0J̅~fsRa'oL lGq]Tn[tNZԹE5 ? P*NЦ&K(6FL,ڄZ@'UIe%*g:Wf$G،~5S (:A0ۄALV3Īj%5==HHY rՐ[5n~O DO(-ҜDuf/5éfU>VۘhkR܂PP'8h%,E}X&(waDt4)U%-gF??btݛ~?zqaڄKQb[aR:SQ5*"@6 3r!asfƫ1}7Ӓ]NH#g@B?z'+R#+! iu<`6DOnjW;bg$~ 0\{ȥ(Sв݄cG7W2aF'(E L^EЋ *;솵#RDV+a{M$OD6)A)vN 4дW r V 2"+n岌_eAQ&p ܓ2ȤoW(NQlXՃx\eS>c/̌:܁!1(j #\Lr"2oQHS AF&fmb׹C H| ,`Y'*0^׮%>B\yh$ ']T!+'!9z`L*ԗnoXeӹ! W|cxd#dJrF/"U oæ4bv@_]p=C oa|$|gSuۥE);e26rk=!^ӝi\20ЛMXe)n P DiwŠMTzIȎ~T-iRo#wpmƐ2= 1 B;M#ٝfb(>,]lQӛ?󂪡mZ\ǰ[8wIA>TJj΢>ٖsˆ8NT,+XQy&x+̅RJP#R>~@sIUj"J[$*6@!5I5()Cu(gI̋^ЏZ3yYi,\H?v328-,lI2WDC;y8v"EjXtb JޕF᳤f.!TB56ihs' ~RŌ\3UTDV?:njCE0s5%LLAwU »F/#`8t/y{rg?,a*T疪_9ok)Ǡ퍼ɋ3}F:'-Y/X⸎UaF1m-5ɼ+xʂ;M%%C/Yόou_1`GO]|Ȝlcy6sOR&Š?L;W:W"3aB1ne w4p-$C_. Z5)]8-PAl{9v`DկjSR2n] !;>av:uQҜc`0I ɋ D֤I&m7>Rd|M& (h.0ټ,+Xd kDW#osr潦2LY,fN#W'5b&3&IHyĐ??*I(PNIGxHo xC;ݛ_YʋܨP2W'^Kaij>3U6I\6hDN5IcTNK =C|6 ` 7T & ga+G>LKx0I{H !=]t2i#e5ƥOu9יcΑ"GgA7O% VV| [8Mo} LTsN<)qdgiKiLtV7| {š"B-kDw('roRk"qzXi>9R-t+ً*anTVD,}q @>[9+a'd$c)ә%/јfɬ6!]RTatX?K$h[WO KWX+qYV[Br4; VWZpb|X4OyQEl;o/\wnR)Yq@I_iVD7OrZLC i=v=~-gޓ#"jJ"${LOo.]`?o;ٲ>%wJ|{ggZ㫩4e>e~S?ڈ`PkXmx>ll_Y1dYŖe3Q<֯SHi$ f&(~=-"҅YْD QuZ Jyq]&5(0Z م^ahۤ!!л=*U?Ibw8 5أԪCŚ d;KK:sF7͈[fPyJ\FgS $=C^7 ԍ*lWLBp55walV3^)wj O75Vuc3(b/b{ :Vjs+wF_3(d1gj3MPJ+8\PnT˄A|]>$PJ-a]!4JsuӃF]5N8kKoVz(0Z )=Ǹ>,|nn{Xs?O$'aXr*ճZž vXS Q|y`{=꣮(tUåEXtk׺j '^HS]AQh‰ۼ'[Il$ɲJcH8 ֵRd\uNAV/vyٹZhC l q։Nx}S#"^}:p0sdvyZKgSåʺH%ʏvDӭ=ed~3jٲ J'Dm;*–]vxISCFb|Wo4jlzI33iz łF&MYv{xa4gEf;0g ?m&74Y\I{Ջe\쫘yz |z-mBϾ&GWzy{mbG4KêKDW7F2Qc&ywHtW!&__v8j-m-$7*fS7ʄ;;^28 1@'a7 VXFk~F4?  Vzsjf0fkH?n#1+ m=9%czCX#^l11 H~v{uL.2{qC$f#U! &GZ)^ o6%O <,iGLZ1 JQǒ&'^ϋ9IŰHl^wI۽#\Oj-GNDSϾrK=@F7?hjٌskZL+Ë}ZQuD^^K흨"礝[2FUc'cJ"=40wQmVGf=dG%h56=2[պ>I6=0 |A?g*!ͽ V+(R0 (IQmn5F3@_q*O6Qd߹/«l t\e3>|'mw\9mAY<@jET9It,ԸFVT+: k: )lv6`ܾUήPhK³%Q v* fUWJ.ؘ{|<-^$-X{/`ZRB(E ĉM BVŷ ;uEJo?l(c zW_VW /mG>>`6qceCR0+5jc9'e \(<+M̹bKo*8W릜(מ'f5vM&uי*( Ey)M=0tn@i-NK{z&ůI_A8m. WU S72㰚jiA!V,@p|֡|@Wݷ ؎B(4UCvoaRRAnt 75Gf .mkarUM;| ,X쿐GMUS W jZǰ2{%mSXK9jK&[kQ@̍c}j|&{qYbU1{cCQ)GmCCu7%' 5h 5A5rcd,1=VvA:CcJ!'FtGyG;aLհKNJa T[~|%Vx@1Ka }5YyHƗ4`pW z*((”棹'j1FުIYC䤷]I8 ݘם( S8 薉ka'a#ĵć҅epfJ{MPm 6+Ž0PJRşd]ejϦDG|oϻ m~h%}AfgFsjAՃ; w{5D q!N)us#p/Doͧ |/OypgJͷ|>ʍ'(i5Tv(g e($: 0^Ļc096|͉y=0 Y BwDTX]B쀢GBUWӊ"4\hgnD&EZRpLQ^kvEڙ``'Xy!qD|#?.ͳ`j` XUU7 ﷖ҲVq(aFu|](*H%r4SJ`1>wƪ{]_EUK'TwB]tj Ԭ6~X z[=P( 9/8,8֝`C $j{Obٵ_f &ҡ4zsb?"Q_E{HiͨNUJH<_I1eBF<I`A\ufDsQ>iJ: cҨr{ؕjA@YҐw4V -o5e\!LA"%(g`$_QajLgе^aF5!,UjIa0j@5<"eIe,Xڎsz ծݡ aj,}{72Vp_[!vΠGy\2O9Ȭ`:h3㑛_aT{ VFпiçNj3TY, "s D.aTYTyJ.+P_vĢ)zTpǺ~<$ڥAP&*TFfd7 giWZ(}{@@+#JIQ(e#yS4feͥtZM|":#it_"1˺+Ik^G{ $3T>BM]q[FSJyN-VnD7lS6kLde%@MyQ%ZZ\/ry~$f_jT<"paboETj{AP>KxJĚͻrK8Lm?sAE /C_Έ6~xHZ"/ZqY*2@qJ^c=D{9rՈiYkAWAs(.[%A$32yDۦue ībau޿9hU(f SEV 9=K\Bh^on$'q# f24 w}Vs ~Q[lA=dD ?M!7])3"vmSg4Y@Sf!p`ۉ.=^>-oM)O˩A'!#QVPl3J5Ɯ'㱙 dOPb"mR: ^0@P>_gt /j0)xi(jwaz65CRxV9؞}Ր-mnRQ$FsV8.S(={ }sEỼLM;cj>T|6wĔ{F u)'^v qP0!6O1ȔRL>[}WoЭ2\Q{{;T=xuqG]uwYSdi:CТy (ܧwGU- X%to\N wy/[x|S Utb(O)В(Klb4]iowlDW!XL)[K=_1%. ߸4 V|YP | YTՇ#z0F= \= Q`nܾtȗ JB,BôwGՆG}7gEt+0׬KOeFdaScʗO/C`jvR~B0H< 3'[ZZݷFNCI= b`M^k.׺uAK oڸ"DO%,R+%F«i$|!D\,moBhb@"zuR;cioI1dߤ2p+!y67n@ `K9uV`goΔJs/ x}ʖlQ_ L B)S¼[gxG'%Ÿ nG4|z{v[kn6-o6N*9ne_A!@>^y_'73LwVVXF78iN@p6pN|Į~ՐC76k_L[.-5{18XaJ4hcoy*mf~-;c/E#3-)wyRZ<$% ^F.Uxpl xԂ"#I coo`)e>ץu<"c8{7; N4Ȃ/P6dWyg~Q1hDvh@ grq|hCC~?q,e㿗v>鼢<sDsa _*-I\IϚ1=NʭILX\Uo$;:caW)Y"D@[[e_=:+?Fȡ ;xn PݵiҸc'jij4sP: [Ζ6Bt!q~݁m¥Fi@[{Pjs(X}Oez~EV*df.Ke(0w&{vο)feIuфcHװr|A"41Ax/vPf &?/W%,W2,"G7_:j`, ofۧ!/<` )A>̻ؓ!{7#L%3ռjE]g??/n?TyqBi=7_uvrӝm'F;V۸:H nVyqt} տY6Crdm=;Z+$Ayt@YT%cFҞ|S\ƪxdcrӽvl*hT4gQƃqK~{ް\Z*s^pL#'2M.5z}``p/uT|FL€d\0#g6jobѽl  T ؓ (=_, kR޾x))B`)7MKi;30^wiˏkFHöE^%[4*a@X[_ oq/,}q e&}EU^Ɍ¿Yk<L.P!vxj+03q ޾y ćhW4ȧױcR=G]!\+ݎu+HIb %_Ք~3oӸ=Yaם~-LoП IQSj#w$L>igЬ8 #ٲƲ42F _`DFqEoaҍnͱ՘wð&8ք-l$*[ =A(p`RF{~NBA*|a>+vkcš``ʕPZ 9ݘihnzSbWxv`Ff,T"~G[lpBDCGѠXB 6 fٯ]lOW[<dqup=ߥ9 Z|J^zŝJ'R# m$5llFRvVt%=C[4' h'CZ^x atQ%l =,0BfCTx¢ Ĺ}}D4:XcI |sc뱎بIh@ɽ95&end ad/*d_LP6X/nCZLV MBgoz1Mm-98qDx].KRS(~_"^L$Ӑ_?H!ea9n}:,Z7)9ۋ3Mhvqsf!LQNsҊaR'Q? yūl ~UjF^zp]?ӹΠ; 7@fkõiP&. jé7rÿw|ꯍn{n"Fsx ێ9/J`_A13{j̩  \/])rBOKxWM;fB{}IDl?s?pPa!{:/|n~1!XD͐`$EW`Sam? /Lߴ&ucް 4ij cD$WQ3@7ΛQXT(1{ !֤"hs.'+ ^.fUշ䬭nsƱ*T̃+c#dh89z[  [ah5&8r9Nvkk6~ Tq{vKeA]ND-}M!d%TnEs"زk8`k)Ť <ޚyemR jط\p@C{r*$9u]|Bar10_\rg=FlX) )bDjUL^lbui"G9`ИFg{>KpW;FE$U |bAҏlvtdfep]N$|-3.H @[oqStKB@T w^wU }ꨦsXew|sB;H-nV~7J~ݩS[lk.|zPpvq"J[ٍQ c Hmuұ~?؉FG5!+J 7m!D5˼4ll{1UUOo;^&8G.l%sDi=5"'QV Fɹ- U9 0Hl:;`Hx:k]E ܚ3kAE1I{f_KJbaugWN+*NSW'լR 2J!7P`3vev"ha(N}]i,4ɪg3"YoX5 齄~aܸê|c񳅻'V\όדz-3Ę 9A'%r`h9q-GrZBtIx"`v*BzZ:'Z12.˿fG7޴0upS.:NwMM*6iyr" |?# u/;mY&YT/K3/2/4P6w<7<1KЉZ;!_tƉ%)mT9̱QiB$` oGDH9 $zp?6^ꄀm a#l ݝ]v>ݘ&'چ"cC)Q:}Rmf_Kt[Mkߒ%cDGXByhw|ī&P/P|;H+0~'w*JYCYkus_%m1 s>Aɾy{(I,`gUY*>T[&:μO(c%TK裂2F࿊x >Cp @O_gDy}يheq*'W0\ld?֢ . ~TZRpt6AH#Kaj3jmc ,$AN :cAT͗oѩ/xi5ݼ?u2r2|x6t(D{|f26=6q#^E}Ҧ]_:\la!@gl#G!ЂSV?oR:BlT=vn#ja7z8_UMmI\R a z7N-k-~ѯTK?u`#p+k"l )nVNΝuhn+K4JPbB#2iWMX+c5jrS|oX9%cBh+rwJ6us?\Ӝb*]ѝ3UPaG+{fzMpQopHFo̤wy[ŕn=d׊T@xvLY66؜%peݶWx[ pm'0J ҡ) tq2SJ.L|i6X0nT3G1QDAhy WR3jӻAuWt{E\Z_cG#ݱ1_N#/..`酡|vzHGK8WU{l}E"0)S0C /‰W)Rی`|q2o%APNtbIDY=¡F:=0_dE@KW4IZ3Z4`/"gޤ5)e0 qi!Zq2C3tt>ĭRkAVK~zј %<)E\ 5<s~j,fL7٬̺ K̷i&yU$MUY I^VLb{mgUTKmK9Aav y?ee. *4%S,%h%SsTLƍ|ˋI0ih_xt:^r+h\jR~,7,xA+n+ٖ0V%aՑ^fLA" q6&=EI'&<ð%4}g$2֫ t.;D ps&Pi:hTœ1c{pߪJ2$ ʡ3%Sf]VVYGC*Nא]p >0ԏ. ]̴PC[)r[Wu}6,c"2~ӢqB%0 +*2@JHi%$u9de /V WÞfB[#H(~ ,..,#ņEd`/<>܏N,DMfm-@:Bcf`C#v (O|Č/-DINTlvxd6 5|{j$dͽli Dado6vŹ|gn(:08- XiK1^7۠}`9*w)/&ĺ-.U~~}STY3C9bLMi( ][xkt:Q $3_Erv|a-fg*l5\>eV#KwCAmpVޛxd;:4%ZsWq*7da%?3ѝ!^4jhȗY;kj*H;L!K %?Zw[ <i~D~j'dKlao{&E/~QǸinjdw͒0a :nh*dT:}zzkƶ =doa[|YNx'+g21

|O(LA ߃%uTb1}QT(w+&}* %Ldp9gn (eu+FLk[bxYxk-?Sp?IZ.sab[2Di*=a)yu[B "H(B%88**py`oH>񶇷x/!%GC"Q[ ٔo=ԅ/Pg@qRv`vb->'FjCi!P98S@\u8oػ9)n~\5)^2 p{wS 1'E$`%p o_Ok ǡ}'=‘kJl/<~YН1}gM U*Ka@I$T@U`-umb}J?w)T2W* L}H5oM*@C9s c5W3|F I~t47c<GTݍC <Ec?܄LnxFOUEXn5Mp 7䫴QVd"ޕ,[PBiL\$Ңʠ=|ѬNP̦s\EmrC`]U [3~ߎmk@emG.!"4z-QuZ]7&!&vpWA@;g[>CRĽ! ֔G1+1Hg^|2`w"XҲ;n6U氉lo}߯Eb )+ȉ%}d$x7ٷRX.>"Ld¸Ys_H(yTQHg\20VwM΅եXKK] Φr),,-?D'*LndJo&"gOgp#ϡ9%8X( pf% i&} _CϒǾ֨a)|#R轤a"6k# (X'5a+w(vɑXHd߆ e2X9L|l=Glx轌]x`>d489&[MkcN| B܀c5Zլ'y5vc;C#FwGm)uDbH#bJj (8ɴ@KIH:`8hL_E_ T ZU֣Ͻ-E Npsn`%hVzߓ?y ö]:j=@iCsS̜5C@4)`Lg/J]"I ?L-?FR$R1$ n}Ġs눖sf>!aWABчa|7G% tͺd{ y@gڔLT9q2[_( ''< Җ:?o&k)||_c%7_L!yng|k2gS*%SO|nz6kV"掠)7ҟI ^__bxt:."Y5~h!:m0޹$lܺtЄ"tbTW 7{G*iV}1j3*v.5S  (ϫk4w|hSA[4^kϏu'H>V OlcJ"Ӧ"SQ7?ZvY6T+W^D+jUɶkζյswĶs b; %ڹ#ȟ )JM,w艢~|*=3ژ%kفF`mZd}3^Ɍ1U 4nxl9ɧU)%"Pz5,9.<1]𜬬oN=+`K7 ؅K5jeau Z8x8|v_PSe);@jQyXUpwtŃip`S RJLאA9k[rIӗN¯>ښHEA-8ݳ* r76-F8n9Ť#ZBi%2T|O`-Dj 4'/%1p4|zۮDcesx;Ea7ꯍ SMsYCʒazX"=T '2wxUrN6ػ  OZ`{h(5%˱Q4ݐ^y1eĞ{'PUn|uнȎ\GZ ])*2YlgSmFPF+Yޜ%{o(֡">v gtd!y~!@("z[. &2w3"z>T@',VV.ʞ,'eZ)1ecd"wy@X`ēY˜ b/] ۚ~W:1e #)XP|5 RDƑkp)} a##N |[u+N)Kv Jڒь $(xi|;J&PoŞ3e7yR\+ {RKb9 Z1߭<C˾]+I}-L"4-JC+\at ȄDM WJFàPHR}>SxZ!>??&#olE裛V@R;녬:(yns5*,dSy@qxN[GBG֯W}*+X |wr%Rn)K .PVPep(_̑W\N]=7s} l=Q#N1M)A N7M@ŴrN%1}쨑SU> 2g=KbPZ$Vvcz;-<6b'KT>fVS€QPLG mlI>0=,qqMciZTu26oAN+i&5g8"))V=8þ?əP}:yQڬBNt8aAd5*_\KFJ{= ϻy]I$ݹ%ĕ{aBΗYo X2X &ݱ0y++:_W /?GΛ Ɏ;1qAFG<V,e""G6߈]r\s$3y` Kc#! z4:-NWk+$z{bzY'HZ#Te:Z ^CD&Agi-b=*L<,1sRuK=x7ioSBnz Z'  ,k`G~iƏr?3Bf7HzW42.4'U&dY5 6#WJh6Σ=}6܅[۞8ߴ}y-yQ=USリ)Ӿ=Rи_no0p]]7jQgڐm^K7~>̵kclnh&B@^-7XL;ǁn(9¶)cn-`Wd_I ?8RnJj!O/\R[p8 O[:=1ػ.!{r '*~}# zt*O2[?n? rThUAS_[ٓfGѶT8`mNxdžO{%kvrS:H_\-Pm@A 'vqgwZ~&!ȁ4.%5$y oQt|N,iۚ.\I=t>6أ)gW(CGո:D%9P|f81l ]8\.LHMRD{AunͲQƼM/| *wDPNi YZ