parallel-netcdf-mvapich2-devel-1.7.0-bp155.2.15 >  A dkTъI%z c29[?J/UPt5YZ,o{ r` o7x"A)'.]E!\BKЎj.'8^cH7YsNs;Id)'sdC'`_.60XnϙO?īnAiق<7j#$I@BL ֬3 E\4MeJe/ʃlt5q+:@"/4z,zi oT6OK[ M8/^8r"5Dln3_{_xhG^Kÿ`lF>4S@tM2!2A pHSVߑ'>W+QZwijW*ęfb _\$~N5/#62jJ7-Ef2}筕V/.zQTrHx[<?`zj ww2A~1Fa 89205f54bc3acfdf0edd1add275cd217429cd933109448ad05f41c81d3bec11498998710833d4fd9ab4b2f763b48c3086fb72e42eHdkTъI%z dzspɘ'7 ,Ͱk䙭]&dwu{r4?WG:!ǂl*.q(,'4@f0B[T -˷2e*^ȓ$Bz,2pg< "Ƣ7لVe9dz!o;sZ D uh&<ajGO#M;DnOꀑM@5rJgoR4]kN;J'vbKtǾv};Ah|8۲b?aJh7e+uNFFքyڿƶ+tݱ.QjC-@{W 7VizB|<Wލ32' Ov`9{xjl"Zr<:}Gz%Dm\NlNbDDQsJ$٠UUuaxÄCpx\|F8H9+p;?d!' 2 jx| 06@X d p   <p(8 9 : F9GPHhIXY\]^bc-defluvzP`djCparallel-netcdf-mvapich2-devel1.7.0bp155.2.15Development files for parallel-netcdf-mvapich2-mvapich2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mvapich2 version of PnetCDF.dkTobs-arm-8 SUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64+kv!kdkTdkTdkTdkTdkTdkT5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf0add2a23d5dd0ba1839903df66d38dbb968df62c21b70d6a6c482fc31f3704223055d47e5ef0c4517208ce269b5bccdb401c4a3ed6df862ce4b335167408c67blibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-mvapich2-1.7.0-bp155.2.15.src.rpmparallel-netcdf-mvapich2-develparallel-netcdf-mvapich2-devel(aarch-64)    libpnetcdf1-mvapich2mvapich2-develparallel-netcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.03.0.4-14.6.0-14.0-15.2-14.14.3]Y]]w@Ws@W~UWUnU@UK@P:Stefan Brüns Stefan Brüns Christophe Giboudeaux jengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comscorot@free.fr- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.- fix shared library file nameobs-arm-8 16847556281.7.0-bp155.2.151.7.0-bp155.2.15pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mvapich2/include//usr/lib64/mpi/gcc/mvapich2/lib64//usr/lib64/mpi/gcc/mvapich2/lib64/pkgconfig/-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/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:mvapich2cpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig file gLNu$utf-8bbec0fa5da8cfc216e19a440b72f1386d43652dd4af8868aa01ac4fb3ddaf087?P7zXZ !t/G] crv(vX0ٲcD3v3o\*\wePNLcٺ_OYJ:u#VH $F@l}t[5[_* ) A\ 1^R|JjO0>ȁo24^g`|8I, 8Zq6l|)UI7H[UإS!Y[w$$/v E"6CcdkW(m92' Tѱ 3[\b R ˁ:đVE=!KǸ*V*CULX]ք홳-m dm9WyT{}܅!Bt Z܋,2KFV"j=T>M'!L*q`pHJ+6:&ZKqzryL2,dQTM>񎵲$ྃt˸+Q&5";Ewa&d8Es eofAuXtQmӛT6gFX1&"v&Be \vw,=yM\^k[hwG}H݅p^,VDoyľ,U|I- >gZЌW sYҌb @%=]k#w,c)cV/`0? ?+DjS_ϻgqEܤ"'@hiBzKI9mrX8GAwOnJ#Jj960Z2gSXtE˽KmdEsEPl(nLHWIWXZ6׸6^> |MTEnX|-$ٰ%(?*MBqЭ.|EVF:A$K Tq1,-yqE8!ĉ{bN O)ɋe\\6a'47W^T'aylԫ{cTDOL 43S'UxuY+$DbO4jhDDZ=uQ5E>,\}ʨq9@ ; ]-d 5z\@z7H˦zP C /76t}#o3AysDϦqv[1EՕ7$B(O/3h'b+&%Ji*á  C`$rI+$ B;K>aBMyu33Q"Gu*:hW$|:l@`wmMJH쎝# K㠓4yN5JZy4lV-5Nyr1i[Jq0t-bӉbm缵jIjI;fɘX>c55.G5)DG5._wJ9XDVqF !fBٽ{|nh6#iAwLmk{PTO"`Zƒ3z-^7Q@"wvyAH-~%CȦֳ0% d[F,]uͲ$hy6dztFO]'8eYkXL>.FL"'9eA^X +"C, +Į`%@;w\V"HM&AșB ޺S4G*N!,:|`AĺqHwd>DlK_Bn`ߌ8buN+}$ދ*3,0baPl NVY`znx&O3`@H k'X!rÉ O@Nd=ъ 4{d*3պA6C"j,n%qТ=?N#P'[9_D)!TDwGFBs@@O; *V,hԃ9&_HvvrMȻd٘(0䉝vNL]@ƾd&a[8sfFiv1NMތtJOKkw)ȃ f؁饲?ϚN v"~nzH­C'B_pGBXALD Ŀߦň_RR1B_lJY)wjёu fHlUI \Er~Pk֫,^ & M|VTնܪ$(3<2W^;iLҦjR;q@acO%qTn"|H.OWt~r(KRz.6jc?h9{EuɜN{?QwnPMiҩ 79XQ\\@*-*D3 V&q4eׇH;N"EN=5)K7&lti `,#]RHG6,4R,kJyw1)uAӋKyq?0pzފd2kw2T3 OD /@(Zk{GM#tŖ2+/߅t$TONOYe%)69=n~BR謩k&Ң<yT2ܲx#l z<2_S<'1Y採I .{ت [x5\Bq#I[}+OVvaZݩf_khh{F8H]m>0Xt6=#Ye(lj_ K0ͦ^ieg#W.ʙ1ELPehvrMJJ%z|dmn4Z(dV`wY}ˍ) lfNsDfQ w(8pXZ6 ݸyܙ?;JU+fj7͠kD`#o'@ǪSրyV*ӪZ/Uv2.ON 3)nҘOFۉ sDKdw%7t>Y0+@xF#] *>|n84W?`{ςm{05O]U4u@(=n5U轕SpWY=^ ~pp}'-Mrk~.i pS"8vnkoI?w_ipϺVv5,b{#v @Zvs &p̳7>1GH|ҌA ܅wIp.:д|)qT}=aDў2J T`4]+߱6|1/Ym1J>_″tEd4}/ӔgD<džP_[,q]4eJUcD2F.8K%HN%9 pji :G)I \Qqԅk;M#!2iB%~Яӱk>bcߔ5 :Pj$;dL{,|v^ivn< f`5-Aᡗ֐x-n eh^'t^ve2Z88֖\pYVfoЅ+n`+׍ Y&͵٣)ID%5_A`Wf@!4ϔБN~uU~CGGʯgɑS,}_(恔 (=Lu¢&X*³ȑ7  j Cp~Rm4\,Hl}(hD,') yd" &A^u`rݮsÜS?(VEߜ!/^iwv|쓬t8*hp "{F\[P>MpQ;$K@6NCѓ  Ml7w}eD>cC=ވ Z3m[gG@?]Xn'KۤkEA( {M;M5\yzT`S:̒|U)UdR:#=47{_~AFD&%) < p8L|֒ٔ" /[:Ȗh\bFFf=!fGoGGFO}z_chI>jӝQ*JY^ s(u T>j,>\ O2%x:b@%܇On;5j.8)e$S޶}( T|26`QBu .EyŠ=nS^J#aN:c "h P qj`U}g6l[sŬ!E':~YeOsѥܫ_A˧ڔ, SS#i8>1i-46|w 8n cZRGǑEhs/s+LT ~̜R, f\2U︼g-:Pܼt\T}$$ [C3Og*?~<Y7%㧶fu3P?-넟Ff PR$r((cN+| OqU:Q˃+MF4ΆˉB,.pFV?NeYk<@t*13Gѧ,_[7&VfW,ў4C/Aմ۞_Ft*y=k6.c?wuՕUkF'Ӝ¸|ܐEͱ|G6 55|/)otZ;AgoAdcQ쮔!}Ꮞ~V\ptSZBi"-fgӠaviُ畹fwVЬVQ H;>E{FpF__ZfV4 (`] ^.0jrDuQs.{3ü { D&bEfiFɏ:sNntv|Xkژ#g`KƳ. vBg=b`OQť/֨ş-}lg2^s-?S J0&ⷎ 4˟nO&9wȣ/zr%< 뛻yAhW~ L*dϙVpt8%IȠ[ߕ%zo;B\{$X},$"AѢ_(E~/PS}8+,*lZC8yiQ<!#'a.C}1~o\o[a?z4y@z(|&HR`)JIZ2s~dH_oa8MEhMec}ٛ9tpܗCW1AʞW}fYe<{!۲olv훠ݺR~dV[oў{ 綮IvEo/Kr:FvC9[I|K_^D@:ZoGŋɄ|"=[3C8 [+ڔ[,gG!hH:]܆Q~6(>.0g'4y@W[ӳvO;g KAŏU](;狔7YH^^C NT`z.)N0! Vz*$ kl.'O;} E_?nw OBa\3!,2R?|=TA8BӽHj7S I55k?}\=uin6;W9})Awڝ¼ W00~2YQLRvIn>@J4s68#KjցYx(zGz LZ _ 7s-p6O1w9$>X=p@, Ԉc2uGAS2pNJ4{~Eה~/Od#+K0 ={dIw$Gj͗SS6Zj4)2&-zF6$t8-Akd Vm֩ !B~*(b /;F?bBedQ/"uU8? oBg[OuO}nel}5t|IZ?cn;0@QXAgYVL?r ]qA?J4OS>v9sv&,\ѫwC꛽#4Ȣ4 #󨚝brHu<V6qIT\b>z녴茍i&oxpBNfA>n)xq^*?M':ò]}%j ƶ(725Ö:{g_v S/U0{n:%/Bzւ"?' }?z0;r!l$hmyTp˃~%am +E":Ahe<‘Ilƭ*(_LSJ2lZ\-& T\LP ػ$ OU6|=ߜfwtsi|pd z;Zd4?'NT6C+eQUshi^tF=<@:YH N!-^Nq3c|Uь }gOB$} ?)6O b%#/X~:_IeIq>Qg!uj#+hTD+rȸ:)i\EOEbvyh/]kKIzuB2̫_@N#}@r,G"bd c<|a!'?DC!+kSi@$CLqc99VӾ39ԟ>Fr႑En6>y3+C mۼy)4V>TaW^!4"Uu{qoARS9}2 &/(%H/HK> 9㍵l﮽T'Cn*ND.j<.;9.<]PX%> m:%,*6HUw.R3jGF$*xGM«li >b( ѭVVvsd09UfomS>CeQ/"x~KΙTsټUX$uXh/$A 2jqd`WOyu 2v"}N`׭U#ctp/pO`}nm +!3C NfDKc}Rh77ɥ/cR N![!s!Kw-dlCplgm[yq5v Y~8:&pV8ii?v#F,l=M5?,1\`ChvAcӣqIN6 Twctȫa,g[yY5pvj Q77!rt= ;yBb0&I^;( ;V ĠngF#nT9B{PQ7YvIa*eP)}$HHӽBɨ kKi LW~UBBq:rVSI(zsSY'ad.U3QٔDlݍ/{!ª$3tTkPz~nR]D h3Ŵi+] Z&|C'/HNbc~ufM0!]ʒ=d yy~l`IlC(0$`1'5 27>ӑԢ\`,kqNXg[pDytǽR4xK1nq436Z^O8r82N ku<Bb@UP.Îwn<3~A) j5I{جN -rqs!syLЇy'41ljd5YYС갧v,)mdudpN #dHzf߬cAMqmZ{|z\l+D}j2XtMLEޔ{Y(.8*3AUt!mF?"pe/e҃$Н{PLĎS߄5iQG]8QZ)ocE}kg]ϔU a.c?g13fl_L^awEt(L9:,1Yi'+DW`SL򠔕M02{q?JT@Hk)|p6{SM:}Q'2IʔSwl} oy!Lo LN9Bl͕R>D5TzZzPM+P4pॣ]Cِ&wurIʝFKIfk#/ Sq_<*lϪ{0vҕ`rqԝ45_(/ SG&oX .kj͒jKW/ImK߂J)mv;Ȱw$x^9a>h1$Ǧr΅eEORՉ,OVf&̑6?6>&o6q*ĘYrZ_Z5fa?u-x@/Zz%]N*P5wrOsUOA'!.>٢(WTm#JlT_1&hsZ.Ome?{KpS}5(8vےRݢC=.ڈh)M8=6<@4K e68&^$a: 3 ˎsa!"'f1$^3>^ ԌP@8uXZU@}e`Ǟ G9 >r#&J^hߘ ={:ϡIވLanTc7}5/ZtpW (w,'Px&.m|4h"XCJ=!6:R3 =M_/5ه'9ߡwwbF`8aq\̪h2~$rr-Q{ Ztd ɷĤF@q1Nɽbfln1Ye_[1 SAC`ߖtlI *jDPslXmݺVd=E:f]Œ4!@NR%Dƒz$YICNހd(WvQ};Ά@'_kYyV.4q_U,DON8}Bc]^[ .S}w1<mvDpUwzR+>Qu֦XˋYIS$,wρjcqvnsgRLPF˃@UIOO XdWS8uLT/g@T^qix\\>=|qDѹ;[cEkS86QNcA[rMڣTsp 8 W}<)*σ7A&`K!Mՠ}<ĠwK.@|sO*d4O#&hԠbT?u XMF:8ְB?U>䗘A|V:EPS[h3xX\HN Qe-˜eE9ی0ѝSр:J(sM "Y"h. *\~N^61[)#g쨑FO ; w,HUL 1>CG$^z*3~ iy K&hxc5{K9׆k6A!@k'EUcqOc)`m[tnsG:M_FeV"F o͡nC!{ZHM0snKѱ\ڍWD%CwIAQa9 *(Q`pmhBt>jH˂‰ͧ~G B6o-̀M Т_9))B N٦PJZ0Ζv@s*A%n/N#SaNԉk WċA*)b`7Lƣ#&f ;mw;zd9Ѣp"phk>k̨ew=aj,R=J7 &P+ۑRGk*uLE;T]lt HEN+ķGa:}/_ gߚwfKˏNW7~ FeDXYkgyvM}Y0ZŐ#;~ZXxMbltXb *"];-&[g*ʩ&в-tvG[4i3KZHU EFfz *~h!0CIR5P '( YY+WEB2ԺBޮADÊr{y .*)BњcXET~  AOC#[@ C]?AKZTzg48? h2!$(i&t`ApS$M+S ɀR~êg"S^??z yY3j;ԠDSHʰKyItK [pk@Au CDED|/Ӫ ĠD(x;x X̹͵񴂿@1ngC=Cjqbv]n?Ŀ%g-^Cu!~ ^F ǹX]Tm8`|d~qk@$T(UuNGn iD֓G釙QJ@-ʮJܬVv", Y*=7)0%6ųnىB?[E:6ftv-Օ)R5,5yǯ&7; Eݎ} y&u),U,"1m)4!s s5-Cٹc {%gCnTEްhV[ &,S M2E^,j~yk- 5G/)EGVlN4b\NTk#S~|û,<]G)ދ6>/0le3D54s̽=6d78n~*֝QC;<<%m'7J|B~J/{jqA2ڧ1\DRm tA*w1d=_kf3 Rry fƓl\D]|cx ɶzk1Jh3/q?BCʤE {&O_&^AWfjE᲎)Ƞ)2bʊYq+/Wv9TĬ2's6uJS_D~hsre}c}Cv(Υ^d| G՚r~2ěm %zL҈i@V^8&$J \;7f ? 4p5uYmtAFs?b9h y[gK15{dD yQR\t\PR~C:ADL+íf xROqi\zEw ^%^FBpz'UتcQq$J,"z {/^;Bq}-,@ѫyGq UUHĞ"]$ 83"v 15&;-Md;i~ u&me庰 ɇiQK2w,6H($&nbGlrpqB .?cNmݯqM[A|Њit~1~={>n=9B)-A8eYa$,>㏞73 $Z ~ ^XVաQ .r%0p+vRݼew]*:ڪA?X(\&ئjVZ*(]%IMq0kKM5>|0QZbHF{B:$,HrD\h>e@=HmJeH^H{VX{]14  jbWmmm%Tyy(NȌ!fg/ޱ` }u-Iz}r:YA°4='b3flē6(.| KJuK/rE5Ss[R֪y]eYlZ=ftFV8] ̩"!,z,"%GTP4V_stooL3 L S򟏙3nb'RP,te53avOi.J "T(P NC堛Ų )R~b \1~p4\n;#g b?Vm!=μGcl)J *ͅwO2EȸeScxtFL7+rʞ$ f^tP?PyËIZMjZqOb&9o̰$À`Q[2W{gDhoi3) -G)9NuSRU0a=`a-u';ĭѐIg?W_UQ`Y_Й.դXp,xQݟqt/dmg]<"J$'$HUif+spy`,~N:ZqJG GX)N ש뼈cۇU3L~ҏk1fѓz3RΤ]LV0f?ǐʆW c]F$zCEP0]6 7qk[h/ȰԴB7272TEO͍T//DnO텕k!Lmcr.vy hk#NZCrhK Ą!4(Q<^d=M*t^rI)yGd׾#=Yvueo^?W3RHVd@+?r0t}oeP#lGk6xJ?A2HN;)MG I-NYO8齉Vcd`BA njAzt.'A xcws4iIęI5˟( ʕҷZޥؙ'>Xeg`i B#OUsc7imXK=߸~s;pk&1s7{۵@=UTq˹n9^]6 J5~NLJ<x(Tdl8!)x\Q<}fh^$GJI^xXe#gc]P^HASK%t]b+wSs-"a*A")=3˜IfJNA v%pjr"Q _#/iktt[ZYG5J9[^w,jj6鮐I MrĠ,?N%fׇ#C*NpI˨;R%XCa񁃨k̷+4ܻSX@L~Kۋ{m@.چ5cD /z򕛭1 5}ˮP)$v 0yFij%0~"f2?4XE \xOʄp7`x_nOG2~P5)uw%M {&PgaW5\ m;LiO[XNS[Ziilycw,%aΌg=6Z!oV>Ԙr&AwKieɬ]S b[5Ekm*Yt$@ZZTa/$oՄb/+I]d9sZ/vCW=`rΪ"A!YzQ8JJsAӸc22䑏VYJ( 8lKoȦ;!+ [4(3hF!BVc[KGv<1GePW( ԄfGa +O8#21A ՚: 6†Xpy{Y <<1 Vy^Fף9\-.8|'b~xXY9Yv/at y=-DlpxO,4-c.k?l"tkgQ˛QҎ2^61Bd0]q9;$xȼ,ś>.4X sLqѕ_ {~&_y*%t ͨ C|}i)fd yHsyx `IS3M{dyֺP{ iO5,./J%J*Z49L+U׊C:X {LObz.E~\#A|=,M9al5)h'6>pj8 n[2,W#(B!nBWKk|tՅvt.,C"\y™>߂lK<ڟTXUqZ .Kϕ^*)\6Ġ[0ވ3|wCi+$=?'hg,8\Hd> 6V79MΆ1&mڅP><40NN4$e-4!Wbz,ފ-tHB+YTvLr^=3DzMH"}&+n O+UfpvPA\Q9!`H vQiA1NzK$ 7`SQW' 8䁛fv@+;mv"R؇hZM`P:B8 Q og2Q 11dxzWQ1%q/(x]qX X,yfzN8(IKN"W 'PiDW6~Dïɂk6Xz<7b=2ANM l718QnAآc1D;L!a+\Tp-AwJhb]žV؆iYB̫p[ _@ӾyBHNl=2n,Nw_LDTguXA-قw#SbѵY} 'JxイLuȉf:L|6:e8u:=:GۖJHdĀH'm"ϙjؼQrrU-Y]!!& XhtKL&GF άfҷ٪?@j^r? n(JJkhxÓ 6k)oȁAt"ڐDpm/t3~>C +' Mٺgykoz 60iu!d_OcIYtW1iJdhNaeCD$i_gPay!fsRi@$q9-> vrz'M-ٚ25gGX`0dTuy&\ |ofĻr.mC]KYAi~SI6-| ɗ xz_7yZuRHtZM(CuI#3>"c/ƒEUN-_C>}b.aF3Y|Ht.u6 FRR '^Q"mPtvb"<7e|R2 %*D] TO#+|}Gevp#RP΅u*15L!z)"%bmVWrOMt_Zr4%xI_ ٠2Jt\4]7;&>F!`+hhrgp(d"Ż^)\ZU)Q wfUJL_ޑ W>yé92CR^Faӿ%T9D|aqLPo/0Ǫ<]lKЅ94C>:2Km:9/l~k=oUK4ԙi<Sά#v2> l{{ur-Jb?s"?kaEW?"Al9EC$\w6z1TrD :ĩMn&|uoi~]J΂3DD`%BBjx.|Exbf+m ۲(^<Ħ0;Yye)'*]oB)7cGxBi-RsapyGZ/ٌ/ढ़aw,>)^o2=%P{̽;9X~Zm寶{׭f+u֝<a[.b{0Lrj+K4VL 09ՍfcSzR/XLyk##LBO\HC~iV|ݛA>uLH&~͎;'2mmv#=g^ UrHQFbK@!n o5U _E}iaf -ȼ7Z рdCNaS3TxIqJ V:<,.=З $a\/.  ]vlBJjE¶)Jd`/c_'t3f Ypkrk9yS4@@ׅ>]6+*T=t'鍻<5>/kD9_;[iJh~t ٲg/8%5 >-3YPҩ7zR'@GS1!hH;5=J۴ީM¼r0x(냪]܅n:,͍&tJWAA:IRWMT*:D џFfɈ7gJ뮭ʂB.ݪdY($I ベ 1uT#))T[AW8-hA`ro9eAwPj>r> ΆصebeKqƍ53[+JvkG8gጜ_"a.Yڕ}Vzj'A>IP3|e )֣faʨ+(3. G%Bc ^6r}}+"sW6} h?dz6Mge| 4LSF(tMQ|v3v}*]Õ*~cyS%kۯT-j(>z>y.-Kvj>Q?U!ӛC{<]JY"8+f_, ,X|Wi0p?B {)~ٯD@2Eޗp9ТOckN4~ SP/Gس=W^+ 4>_.!M^%eb{ 9.t Vu}/ >Y~* ?JMD~@̹!A#K|~ҿyMV P(Է*+.")sd ?F"|3~f~0uc$Y&gL&E\ yٲf~B0}gqewa_H4G*yCetp C6Oh`%X|f|9&λʎx{"u&IJ0ۈOo_;YD ՚iDj̘90 1\ u!m]$HTcN Ko']-\H NR(Vnl{Dو*F=hJTZv2ډk4Bzb=^ٴho2RbM.eWjTC4,_ʄD"?c닝mPl?Wg@kM'Axbl)VDmȆ_r(ֆJ~-56s 3;F=k0*jL~*P$1@G18<+ucKu5^"m_ b|Tχhuծ&rMLX5Kv$% M(ͧsDVa_t3ck5idp̜4 UNB}5G3Yio<|**Rn5Qe5ՇdܟPxG.ae|?N=FiS\ޗwR6 !dNܷI1*fѳ@muL(uJJ"xo *XPx'8Q'VI ##͡Sr='Fn<`0#H!Źcl&jDA49NQ HwҊU#$P. %h8bO䇢텖hI# gS%lP*:G۪8u ոBL[/㯛&O_J`vM<Ã/nH0NFt 52OT.p[h( ^믛m kQTDH۴Wº{Q)3P=+x|85(cU*ð\2\V{ٝ: KjIy P-iꮹ䝙 R7}N )Q]t+U%Nb> +L `Ur뺚c:a+ﱫk RE݂LsV6yHvIG^5 Ab|cNxxbKԙm$XgЎ,ЮUvx P~ܱxp "@cʺq U1(_j"} I߂#>翚 ?||l{dڪ=J) (4^P2+?:@|YX7s!3yTĂTO>g|F=!]X S$UOΔ4y?oc@+5z,/3123=9WvX9(1 w$VvEXu%8Bò,3\ a`gVYo @a-P)@ƞivXxuBe`]5rToj'))7h*K%:Л] B% aPo9M4dC܊1$Ze2cToyT)& hrx%#O(bjs @݈ / X)3Գ;]G9#& 7:x,얅 az'Yˢd{0d|@xU :`֍z 9s߈TXq#隢,6M<Ȩ{*“iLqg fH;/%Fi BՁPJ p mgCK4,41)9;i+O6jLYMKFhu wj" [B\hT'Aeu;~h$t/OW CZ"},\ i#Q[gf-f8 &rg~c4{mS4d'$SuleKt5]fsrHY]7K*#n6-枊y1G}Ep1++qH_(-q=}̵ƙU` Ա5-`pŷg}6<+Q Xyz3D5ZLo%hMJ"Eт. uN10/k!; @"tBLi% NjX#u30cn{AbQSW.|/9⭣6/q[9[PXE9Z'W(Be)YZ! uoFIX0B4Y&\~6Y)!TIq^&zu&ON<_V@)a~_D7 wO[EÅ͋n.ִ;_g3n貫: L 6FVמ״[  ?$%pHT@#v+Y]!Q>0ϙ2z+ϱ /uxG:%Wx+ήwh<{oSg1f@%6j?Qg;2jPz#EZѳ̔w͟fžX~Dm3TL,BHN}kq1oF*euW/YՔyQ\02c,z>]M/ѵCFb_ Mі=l#[O$-9#oeB8(0qor{M3CTmȌq vGAwR QF߾0{e3&=&1}$zh"JڳSDh _QuY~P$TFVl=6iA#HŌ㬃!q Ojq MڴnΫ6\&7LŠ} qr4xP! ap;M,JKOnqebŊz2=5-n0 +gO&=Nlzܲ/=hG6jqwrG*h]"hc M1vLЦ*N@5䄋U @6T_o xRfQw lוv"@pe~r3ӯ+OH0y BR!O܏Ԃwt{nd0BbUI]ϝJ)0K[xCbjNf;=K\ ![-;AxEv3Lc=_vT+ 8,8tK7僇;3 7;U۷񗓙,-ԍ*NO;[ѽbGmޟ$s7$8|RӜTby~>j?Cv\3$n;LS2`ǨXC$Jzmcϕ٬o:{R$fW*SnWrk"/2V(x>Ӡ+n\20WŇەp*FNh&t_ a(e-(b tGG$wyFq$mq0cITBt'`@s,5 m-Uęϊ8xPsU6Gh $&4C%PM2^n&6U抱tLö,J"ӥmL(5F9<Jи0fc5bٯ=\Ex"pajct*)ߙtg]}~PhGSV7m!(mVǢ&4K]$$Ŧ:#>2bC".I"[NXm>210hx:iC |-2B}D5ahV 3m a8$f2/w16.1'>g!Nű-w~#HSEF?#G$1V+J&d~81=χx-C++K ,#ַoS+eNš0cad؅x%ö>}ȣzaRGm;ʹ2 !Y?gvyl2Zg#!  Lz xVmT(\ŝ_:f^?OTLm͓>wi`zoY (\^H*G󳒝 2uXHJ1\rqz?R,??hЂ!izeh,/vyHBvs[j,iI6=:)9SN%"1E?lO2 ݍċ$mCkKP-_s@pB3$/̪h݉CNƴ;  Bэ&g뮕=bVFHnDj7j9jo.vc3 wzFV8 [*spQcU[؍ *:yL)Ω0(Ü;$fΙћ4M4?ҡ0[՞I_k"#v¶2wZŅR_EVb%Z;`JICL -gٟ~ -BvW)~^S/N %~e<~SI:Gæng췛 W+Ta{>&C]J{8qB?lpS+y+Ox>pE: 3mt/1l#&m3e0 (h'&^)>ZzL '6Zj_֯Yibl܅5P}oʍcHj6Y)n8tЪI#{.Nɕ>=OnΣ{ QJ0p@ik+ /.M![; ~d.L"kTAx 5gvܷ>09)'o0֙#'gp: m`/<ULACs-ԠD$5z|$z(NY䎘Ji0,B"s]*۹Z3ur")ґ]bVHh$J1AYf;΀V~]Ǻûjd)>GI \ۭB L ko 7/rijW@>g(6S/\v1#cB$fF Ȥ0Ȭ?0Ef7${l9u}8j}&Yf9d(]]' F羣\ÓD1ߨxb2 Wk b'DNg`o+:i]}q\8mwNDP1+t*{ 6hg!a4%3-Ρ@;J_2GCIrm8+.6AR8Ĩ.fBuAya ;bihr!M S VMP5,}x<(!=NMB"ӻ}18r%/=2sAFT Y[tGGB,hL,Fs PӁ,Kĩ06-ݍT{yc2K:Wfrn,o&U_O_"]5 )Y Gr$<1rL{'M4NM }Ǎkw`Pxko{]Mւ_RWWvdȁcDS͸m*Ȓͳ(g\Q6E)IK9Z ?SwfHvF;/0K H#YtΫ$_dFiS!g=і1^,@ ƫ1bvUcmF +dz5x+LD\=Jf! r(㧩.0 xfleبC>NFCw \LPk'nbcML翻 9òRA 0~%*1׽ km{ՐK0P\lJF'cbk3ڜ ڽSa@@*pe0`?' [Yh0g?cFgr5ƛ|+Cc_ o)uMݗԍ@s[ZzPS7NyܢCTH_yujEm6KcR-̰i4!k"w0@l\%w R荕9h),m&7jFz`f1BUEsd_!kl=@K29ށGOFgnT/X?4ŚPyR)E ] \^䋿x),郓ɹ@ܬ1瞌`Qĺ7D~̡w SgjFQriFqf5pD'^}UX6)8b$KuS|Q^ZZbT}=ɫ7nj6K8l5 fwMft19x|uXW_Se5lr}v.K09.Ry m Jk{KPaoO2qqwb1s=F+#qaZUrv  (q'kd¨g0 ai4=YS~> +7XJ ;V*L+R@P"tǻV)fr?찒٤tSY9]xB 0OX$$J,P9 |o@J;rf4=I+K/kj5G*crEI?lq rO,YAEOxVϿRVՅ'W{ +\g?zb z-eFu0B7%1ъ},zdP<뽹=hEJ[Ɯ%bWyztpZPhoF7`i:DֲؖyV( e4-DR%TRpO}27ĤBxH: [/)<Ӹ{y619*}k߰s'LԼth{u(i_,M{Jq?4IŽz`YrmfCwIJk"kB$*eq(KY>pߵw:j{S߀(r=^ȳ~P饔BW[.8y )ߘ;}|Z\ȉq}#\R3jb(ؕT4d"ڠ5 < X]GHĹTyF?YW@ 0ߊx̊ƵÚ ( L*Ӂ9, }IY*"-~ڧ~nm#aZ, GZTcQǵT_:K@:,#ƺ..&0$y]Xo A3|A`,锲~|u-@ ˆضF`]ИOks]L #jW?53g'=EbiՓ7k4/JY(B^|)?[|3-庆cN/S9<"Y< V" <#ssӣM$6ht%dq7k-1 ld?f`a);N+ 3銕G$|AϭtQo$/g0?u|_S_\r~ S/` xCɃJTI𛾢ik~,-t# ;tF6byĒBjXh]:Zch^I4@hi/؛sqsΑv&t!}IHn% !>8&UKAXNm`Wi!:s;(E:OWSy.q#cqu^ mj`Vȃp=;lJ >o##2a(Ή m) eSDC % bD?OYU1%[;o.<ϑ|FD~3ϬŊ9!m6r6M!P}̈́F_{ː3.{;Qem~R~ex<8)a2%ڰX~RbD=VGThnylm2R=hEwJ8ZW'6|Li7qEʯnueGj]Db:Xᬬ^,~@œ`g%|^А2mS7kd~~\E!zÿoM`#q/28*@@ m冂DÿdPs8J2Fs8;.\ȱBn\ _-XCLP7y2q#$T $٧$qQΝzlo~nxdx j)0E;cv2F\֟r/Sd }=J" k ?AHQyJyڝsE;rgWzRO? <(B>^Ǖ3Y ݥa88. aen o3S>י[sAĭ,w0ٟϩ6C /6U)ZfHƼ9\1ן4Okk!rk8u"u䏲@~[Ji Qiye ;(bC#~#>GWVTAfeˎk6:˙ n'CLgٚWƖ Fgȧ•^䲍Hko8438P{XTD׿oYu1/Zp9HQǔixBeE8 Ʈ.C,fUs',6C음do@4e:B1_1P&vAA5&݋VNӨ,`n{=Ot\UCL;$SV ,`1U5dVbL4d-N&<Օ= =$Ù}8~,h1*W|a<*e̎ml =_,@%]rF))V3tmزI/7 ^ڸk@],t͑feOŦ5`ԷܿOY` ,Aa#K,2|UAԘpZ#gO@(m6 T;s,d)fB5'hX{۫ctV4LNL*7_+DWp+fI>qb-nbzN$ 㚰Z5D$m0k3Ā\(n&J5GtNu_S}Cz'[#b6 nk}z',kɨ81~.XĈfn9uC}PJsZnSd'F2ndt-H| 60VKS=Lց8Ճs`2;ˑ7^U!&ؘ=[ضPsʷ`*l1^JDw)h IO0?BSV!aA5Wp]9nSŁA}]I%[6e=~LэIҰB}ӫLJ|وIƳp_ -.W"-vŠ4dHJfxNCv߱[:^tY2BkoM&Q[ҰJHnс(7$Rs aTgD +a\WK>@r!{qᘆ칤 \@=n\ panx 3U+kމ衿 M]( M$̿BhVZ P"xh@Z)Nw߯$|r~hE/|_e`Wbm)K 0[͝6N'|Hxjp 9pXa"`Hsy'9E-'z <G.Rg$D>Ls}_N01߁CB)Mz'f췈 WYcn@ʹg]ۆ"q/rK0?$U3ư})Sg;s0lPzhJ'r"_*0Ҍm K L-LYskJs\:'2Hi1h2ņȐF `=h#'G3i %9MpC0R˼ 3p l0WVV#No Z^8 6iu!(3^ck9Dс2vrz?̂ϋq՚rr!9|0.I06%ReʣM!ҠY-;ڔ$49nL2!|aD?attn>աP$yv@Ku.#Ϛld-¹ Ej>YN.pM51f9J7Lʷ=?nE^X?\7LXZCv;R6hֹ૪2/ #Vsm'.==JY>5myj~yN&?o OvX~6EQ*'Wm=KXiU6(UY\i-;ړu]ǀRu FT4f vA0@e W󻇲MjPqÍ2cse\UKelOKhjs AZujyٍ.\ T3ZQ-Fjv=DX~c/N]{ooykd)R ZqOZ;;KՉ?r[_F)~+Ќ?qߞ<07Iʍn?CFIo3d7g!UnivI|ٶ-QAu)eи]^Mc :>}ms3r}k)0\KhMo?Gm@s}I6tĴI/[f!Xo9p, }kG4Hy”?{JQTĔswC]9y peYAf7it1SClkMrN/vB:*X I .LՍ:E/ 35\KQ9  tRnxyVWع}PԄ@6$9DPc.kͶએpG|V əKavhjE/v ~g~D ~'QÃzH>2 EUY9oFƎ(iSg5Sd9WT*~f η*el6S©~DL!i:_0WG*SDN0uN̏ӵ 齭GDSBL~ic㲌rl\6&A.,Sթ>h*ᬊd f҅*op/b\3'#zHѫ󙂼ϙX*#=*U'v֯Aj!df8P1"|0B)aRгEZu#EL{v3Qk_N$&50,_X )4^WeŢPZ:,ʛwRhE]ߢVCָU#)ZzxdXu L r )s?fdon45owDxg*_#NV1g9ZXX_ʐk±՛m2qkܞQw{R9 2R -햸٠/X!#ϴ{v_`X;~mrfC#*c]n9f![.(@8N?{Yc$N1 AA>X[ P 8t';='$Zav$͞ޭRF%y< .00R4/3Uko !YՆ&O%X7xUC[}6*1FTm$nӤ5Ey1B=;6B5lnx3 m~<75+'Fr{) gpΞQӋȤ4y_=+*t*N^CA^(Mm; oSW[T]Nlkr,<,'=`+ﰯ%_! z4@?KĻC]N_,P^Z0K$ .X~^\vŰTרnDD w 2.lW*a-_W=ka. YT] *Gt5.ޣȻ Wl֡uAx-PcL]? "?$IGӰ{Wr,sFbw?%ᜫ[ܸn7(.*1^cU'R|VP}[ǨgK? b. `?o/K|LA"Y-8oUaD&FzvR)Ǒd?pڞ3T#X]HV—*"xCP5;݈NRxiJH~kv2!XbOn{8ۀ_9M߷ayd>vN9=wx<кH֨$$>K]AJTuʐrnf"aӋ9P1!20Zʰ:c1h'O5-_Q'Lۈ(\qqoA n:B A$[)sd!͍TѠm,XCl{/M<}] ml֍`E j!/T3ˎ' cPnBhgR*TjѾ1㎆Vw2 WRj,7#Cs~uTg킪IrA7:D,OUЏQX'\T7lADl\ ʋQ)zPӡ {FK*1$l {W6'I!/T̍*IswV$JѮǏ`CN<} &F^"+jHqBĜ>1$7S8܍ g_>SW!mdbC^ ;oEӭ/_R 47 i( ot5g6yF OڈͰA\{ T(Xz ӥ#tKIoڮeU)9HT3hyRg[ vß_tʛE FQxǰUۡ7*uΕ2mdy9:/Ԥ]] tR@_ggH(g^-;$ )膐eRQjCʌb[)9=7Vg<1cSw 6: FV1UnWT; 4'uLy 7,bĤFPy`p)g`x\ƴgd\$xa)ơ8v uםm~!.ohJC\xj`olKk(Ui`y -ɬW^b ^{"rsɴBR\U,t*[tw(2?$<B9rܤuu8<V,X @6FӸ:U!-5*[aPNRT'5`Eƌ#~B#XHV4QØBB|6AXASx@'_A'uG T臡I%,Ɏ@?R䂠:5Tjyӟ5"^1 ͘8T$V"D[Re= |3Z6`T0y t[#CR+d-wuBF!i+~yGdagjfr=2fLgXOغYh4RHjv[?z-,^OkeSU&sb{2?jMJZ\0Q-l -J3<jNH$$~d9=7"iS{;ux$@d.%B  Vp_Np#Z\R><.RH ̲^S~[/ ˹WG%T Z~G7v4aU[1dXp^NzQJ> T^?E$gHuw-g dp\\xH7h`|<4kFGB-BgWMh~_H0 *klhTybf NÏ' 蚐#Kf^hV9$˷՘%ڳ:RP o g/|ЧeD!/D /T LX[ܭ!cL`?#ƲpZ-etET Nbh 7꿍}5P {f$"ɑSgJ7#2r't UK]K<Ap3C'Oe iz&&A-A4Z~9+8 4 wWq0k:EP/E3o%A-'co-ppBE~:|},ad.s0nUgunEȤHޥΡ>J#ն*mˍ{P䮢B MogN+'괠2i!1O$qk.<4R-z8 h[ի.f{;ogXs5b`c\w;3F I[(^ Q6e2)K%J;_ qw5t&8 pKJ?z2 zeFX0Qo]C h NZI%h"`[ Ъ*Ԉ؇M; OI?̳6!{gF(hlkM0hw 'Y/🜛L*0~=?[fmYX{!BEOaPA3OM^yNwk<nDBy4ƍZ+Ø9c#[b ؟Aq̠Y*.x79/y$\EJHEMIY+,`Gs0$[Ԥ- B R,gTX8_ܭI7%*-O|T#:Z;nx`>Ƞsݯ< 0xq'G*LZ!pĻǎ4~_UGjO@O _ |?4xBߝwK@?hE7 '^E;obS~0y/FyIB%:Օ,(nIg>|5i:GYL}}Q 9@2º;RaɄ?X@ƾtZ.B.y~ dc5v`Э44̔ 0{- l`gc=gCW+~=Amw(NaAv޷.@Ԝ9,"p)3'[GeEe w-4ʴTE}T^&:ҮKJ㣔݂p²((=*1aM9FP v( 6̄ ,a$ y6/w@[([("{b5~=38 Xwr 0|bdu٤)SU+ϜwK`qZ4)JKI@zdQQ+ >WDR಄TS٪%[s('?!#KlsfʻAI oQ*XYGW\{wn KE*qD Ϟ= A#+`j/|uqѹ8)qFжUSد*/p`̉Ǜuԥ<}5TN%,~/V""}4?(MβVKpn7Uɕn:]rq7w0 ){S|BS-O=w 4#&JG f6+@;6bo!"O~qqgxU[|g6bBDű᪛/8? 0tC~}X/C&w%Td6#Ő%B|K[Ҳ1Xg;,Hے"s1ٿ2U˕rWYUEhuaB\v9`ݯ:߄dB6W0iqn:>č5L"k˄ae-1!Ɒi6ȿۉ@9Ƹua0`<ԟ "U˅ Ϻ&aͨu4Umu30Xwx0vͿNp ^.чw V?]1@9HE>Q6oճ㑉Nm+CV3AD>ʁL,rh1127Υܦ^ztz܊u5㾬0=$vF#-e$$%ϬN򐝟D=90>L=ʢ:VF.v!7̆QP٣鶼ݺmK24\3kx:|ӃI&Լ63d8ˉǧ18f ˋГF2]$18a@3˧oe"@:iPw>:$u%#_#2H@t'64V|Eh[鸟M-VR[SW4x3KB):/RSRAiugOlB.L%A Ae&ʝ:\׆ >iG7&Yp̱lXo0ԃl"n(`v.pMK#WF9S4%KlahnxX^Zh)h#xp=Qi*Ppa%TzKHAXИ״<јr@XYphqPi4^7-]|T<UOw.o6$@L$eE#'gDB=/p9}i"`3ok 燛QdyFu18lI$8Y'H.~K ?AL@0 i/j%N*thʹv'Uj+LtAej3M|nHg WoIkZH]I ֧U r68"}~ҿ:7ॺ5{z ' U<.4=ق p^VIpF,/\wL@J}FJK^?:9$Y<yz"p L4Z)Jc7?xE?s~t)Jw|閘is |_[3Ӄ_;%֤2x@ftPԀ8]t?UzßyHo5OD.w<^`DTRpqo\rޞ!EM/q2q>`ӘPV8;puyZ0 bPr-!S$mhnCG2 OCa#|P[]k}n5,H<*Bk:@] ])Ĺ9>d0E o D뜝v4YIT Z^żWG)Z%4ֳH7|0xUQt rH,H>3o[E^}ߘ[j1Pkg6ѥ_R!wlưvT~Ɋϡcoy c o@&;pJzhA+ޅ`sKTyэEB m%H^ ʥ|=ˠ "IחIj5a@}A:jZ@KGJ@~ӛ&F;XÄ2(-0 v0rb穐X?;?0L0IS&^|AvHi|dq.AP~˜zIVڑ j8@0}u^*]Kȥl0ZT:1ClL@" cp5p{r1m> O<8 X9 G7FEgp< @߰ZwEoOɤf]lL\Z5s(Ftl6Z N8[ I1S`k^Ƽwirw (>3wڥ2s`]8)7t͏r~&R Xѐ4ڋս A:xx>TςZ[;e ߾,|uj|6Q3SFS% /K+8xTd(CV4~>N MӅW#/cEfNJq><T?==cnU}WHeWv nAYd 6ܥ/\3$[4d`9 g@jU̔>-etW|2(R(b+50@nq)#[yyȅ7,A'y³N f2Vg4mtz1fܿz4"Ṕ]0P$L %0 .bfG %uM;xM?lnj Ft iK!1{fЂjF{Gj$S {Űn<kh,iE,S2X#:Y.͐,~J< 7g8񙊦[c]< =HOjH) hh{=AaEG- :i>me߮ (76+M\DBPZ8=Dz]i( jqJp$j*,e,W4[PD\uv_s0s~]Z]f3n`ŕVHӝHxjI1X峚Pny0x΅Ѵ .QP<sdZ޹1|-}~%@( &H؜&XHp|}Q+XsH`zjRX}U5= }#H28ȾLj[ ׂ}b^z.>u7 xx E\ 3Dv]IƠx9D`t7X_X*yC3GHuH2E5fR[=xeht|5GqD;!v<zr.\USRu?{qi*H F2Ss_ a= feF3^wLL?Tb=r1rB$o|ahEK Y`afBit7W2ԐN;d\.9@|nyx4x]@Jade/+ ܣ h _SdUmT{3Bw-L7y& vW4jTbH;?xsx ?=E8%"sќ7X;NZm-hjQ/YoaW'rτ%M)e}9 #摋΂5{SbGeDzݗ!m\~6fyH2ʥ~0ndbftP3C܂,aLUרGVB (Fho_ ~Cu)3%ZwJnx|CPj u̕}If?{䤋Y;pRu5BgCc—~r_24-6o3Y+dg5"nщ-\L_ O %Y ؍M"$YRtd7'W41;s, ,e39=-JE(=B0uȜBNýuf ]Ol|]qs qGݚW VجSuv␤1rg|6pC6R;՜+h^=f|{EƝm:i7-MMҦJ;6en|#,x(#zOh1>aQ)R|hd\Ms6pRxO6%D .<GFl=* M&ؔ- yp"ń$nly v^Ǡ0j|Hi)BݜR,wY7ap&or+:Po']4V<ޯwtkǴ>fإl6Ҵ/!}^&~6ׯog^ 1 ʖBD(gsqyGDЮj!~ۦYvP(\]k_ڟoZ FKlj3AyH<\;/pB+f+tJ)`~D>o;|݊Mh9Fu^j8a3Wf*,3EA3+WY Yҟr@Z,?7jnu>id%<,%4~b0N-J&)9nv!Jik&!W"ӢLnQ֑:1meRrؾ ͪ3Prk]q|[icVT׸Ӓe-87ȼQܥ dmx0G?ӫ4nsri[)*U \V"vl=̓]ʧV_/{Xri'!jtLڴ-9"v[Ш(.GrK"m &׍M==thKjKT͚&mjU5)s{ܯ׬0?ych68yޣsj3N"8rPo`u=lZkrY%M+vJ-SЏR`_boҬNxcP.Ryd7u{lWl7Fx{dzԴ|^ 5^]-lM=|@~'0Z8`5v0̢5/YO-q_+]|[t:`?A)CH*qe494TW;tG5*g֬"4M=YIեJM:{aqQ3sE%6;v6(FEp4ѓ87hH}s CE'Ѵ x푧s?Ps叱(;JJ=8' o9G]ZH,V43 I#oT>GO!{PF5,oꪪ ƺ1CXʯR#kxro ڮd: `3MX݄A[Ij{4f"ɨ ;jPqgpxPQl¼1kO\:%U*k@*r sI$ /Z|Eo$ *fzY~V%\;{ѿbQ,%^ [h8ܫ35\5R!>HsIE'AJ() )_ .UQ?ajxX"|xz)BOO3WGuwD:5X'r:`iJ,/( QbaZ6ǘN…= oLªqdMBvD}riFOdթJDbہNcfi fۃY3?1LN-rzFt "٨5>$N#:NA/yznS'&ye3ZmK^丸6 =ÁpA}(47z mt!VYH† iLa$?ÅîHYU$*J,.Ӵ6$|=bhㆴŧ_; `6bQjQ E'+J\1L^Ev#S^I"r4]t;3#'yQ\z` HUqfP9T6~Wr,2=? ; E%_ecD %YT髵HW耯]+$fA3TpofHbgV r}ru\{(K gQf=gL/QP. Xw\.-spӟ 0&(:z5rjynyBO#LzpB#64/=q%8sȋIKFpQr-I(h|˟eg^spr]jC ډg2? enEN,Jys9.ݬ?|ZhRW'9b<&1Fۇ+ݒes47Tn޶ô/z Bo32k݅e O-v=t_]K8ܦzDD$-t;gv#5-ӎ6e=(gɋ/P NdTv|6 'u?T@Ko¯ v^(Bղ36>RQA~#(9Ǫbe~S.Q0#I,־R,,{ng93`G oRJyF*H|DfWfgWxr]Oю Xk>㤁FN0WEg;$dD>#7pmSk ฺ ]VlPe lVȇzzXCz?|N݆4ݻZl7uGL߾g3*\nD:O\6d]W{6n泪.Qu:0aq+ )mP l{?Haq|DB-ƣ$s2gɻHy!yō},OJTl2#i޽ r`784ۊ)=*ɔ]Ģ~+Sd b ւޕtu{K3)N~}1jQ<1TXf!&VD$AKz|]R4 egÞg5"eE?'gv+ ^?s_~k"=\/?4qђa]ˁ44q:V[, ZCYz&p ,&i#kk:l@'X7dNwC+]v{; q:L+ ^$tD|mO0myXG/ VP)[>lJtEZSʠO|H&A_NE&а0_&R!>C`1Wǚ=QM^BY"+룮QǽK2.,M(EQO_00# .U>JBʉ٘un BoUi]4@pF _%,[NSCm M.ߟrgamRY> }?.jMӬBb=2ȽA|Z+<YgD:H0$>; {H7 p|[7`vKCb^pO?JF/2tRvo4ӈbw zo}f͵xg?FrlsWx,$I+]Io D sN()- p (8f6`,%UGe8+ 13f ;zdPߘq pK.ᡶ+iZ1iWqΟ9.q_JnzmO# 2E+SX$%| ;w;N9<3t#{+Ym"YHc:tZ :FD]94csӁк/▘2fFku݊UKL&RMG;/`;;\av8t$2I=R1l8H5q?ˌ=A`2ccMGv("1K,Uv),S"Qro~?4` ԧp*xYح0 1uF/$$ZLPso;vk@iO;Gj=}Oߪ~]t8ђ ۇSTh "tI<;*V}kUYqc&s1o+:BQ5ja\ *_]^5")\Zu z>y'W/|"+j>ڧΔ..܅o.nxLjE~a"Aꆘ1jxCM<_GМ?r8 IY$ #boA]}rvOST#dzK;+Gd]`>MdxzG0 m} *ϩ@+\ڋY ջO("nx1j1;~{X {Ȅ)tX~='P#arvnOVT%XVOZguSkvckF B/7 |+% U}h1}N)7 u Km=JZ{9(O.$PZRJXi$KwUzL |:^{Xir|\9(%h)z_(qֹdtz86l>FwR8\r|nb%WdD'|Vǰz/b}S'Seu4Sms)iܼi23Y7ww`f,H*,,Bdy`1C򩸆7r~pC~\Vc@$Y~س۷o߉VBKi{@gg{F7_ X;o(f7_`&L bàc48ڨdrcc ;|٣4jI#],_X*lK7jNA6ғZKkD3ӴpPr#mdž]yD.Veq&MUe:2;#Aw5 |Vc[:lh)g!}?Yϗ4> 8 n1Yn{6 b4@2dV\ޙ3D/]SڲkpbƜPasz٬krd!&*rB'Bs~'cc H '3SDmUլLxKC [.Il4@ eSArφFʚ\ڻur_ <@vBTx&gۃ5(Yf/vVrږsir͂E/ZnQ$bUde4qg`{7\RK},6۷ՙɎ+Np-.xU&2cdPtcj-(Mm}Z`tO7HB5{ g^ TE.` c(cm eBtm jc WV޿eP]c0u]WX[B Js',&HNK CWE<#J-f0S*Km@|}=a/n̈Ѯ=uʵ:zxÁCGn[ùxoj'|2 tp\2V墙l[&_T 5szApa:? y6;YCZLfy:p3U4hTF"قDMEXB+,]M]^+A74Lc1^fHPnW8rNDJ/<6BIt\Iiq:i7׿C{qPڹ \%6QL񭀫`C ORoH׹ 2"N&rLgjqۀWo]NVٿh*'@T^Vd!HF1꠨Q3<(0x{`bMZW%U6: &sߝSF$o{HjSXqـg$>=.1W={{?uܤ2 "L5!]xWZ--ٓp)2K 9-W`سy/1Wz>oC}R 6x{ 8 aꙔb'k4с hJȪ;`"%n-9 xhf 3Ffq7L=֢bGw6Qk*ʆWb5BI e/,~G#R ]&Sw|UŮR?Fۮ5T)dP@R֍sUɂ\P=NvX :h`-!-}5a-Ն0JSD>W5m2Rkw7 nnS1@Die?@yN `/AQ-lL~f .gj^.,T_cl<].K>,u{P~ݓ$FQgB%^ߏ4s{4ܪ`~|̕W>ҥ9[YɌeB]ā@]XGF&Z*%>$z{SNׅ3ή ~wZ?0=#q6- WЪi:~* u +i-ߴ8x3XѯFV:~W@5;M&e<%;&`6(uAVkvE+'lMI\rؐO*ص⾲a*NNNEp 68(0R_ȃ Ьa*4V7 $ܕrLEC,Z+)- Onx/ë*Sկwu}F*״=ht͚(*qKFUcR>‰Ae(gc8Z- ,bwm(xW/QEM v;oз@C%%%ŵ)_NJxx1e>UY%b{VA4t7obnbCT)b<@^6w;1=5NNbGk?MQ֢~z\'N'IA߲>D>ä;!w`Miw1Z vtM~kM+PO'IfnٿΌb>Һ+82u㙤0F2_$}Q" z^ 1B<&LHd,)TUjuL5b̼lq#AS@-aD+;;o#}a:o]WpWL ]˻j1kI-P%vg:7Dź.J86/) dB 8S_g9 3r QwvLΌ&?w@R藌Iul(ys|lJLl ѵNΠjjՐCm:՞|R`C߾[l%6Ɋ.m#bQfM(]EOE{z,k-ȣua"|25)٢IzE#ӕ5 ("9>x$.U%Ϙ_ 2(a'+x(*[7}ҏPPpt ĵ]7!LD^%vY}teWC'28lY |Cws[P2Q>4j`e9(sqTѺΟ嵆n^m:WA Ma:] ~y+J &x{JMnCsis)t&>G'ӳaߡ|@o;FȟbcSܜuv|pzZT&0$4}GM|eS@2w[1BEL}| g(#^} 1rzK+[hLy ,^эR劐 s[JF"gҳ"?ouiIMK;|zka^ũ{\է@gWrsVӵՇckDYˠ me,\ҭ`@2tcC>z*oB#<69:S"szWиL>/1Cou-̌vZh)86*O Z2U v dIh   ЫJϮk2bEͲ}OrY؝PWbip6^-AO5*Rp̋ڣvA]qwlBLuK<bT;0ۿmGQ8-%f^uW.G2LN7Lk);sBz &P~[w?bM!>3}CopSLُrz\?z[Oo3b1Wg@Pƞ%\eǷnh,Ӓ 239/y{Y >tDjT[2Iad\n=-.zC>|W H %Ł;)~?Qթ^pkT#;:)@vo0#.EOzpm$Nܐ L7mA&,^vIǭ~S@%/Tj֤/`HMN" )ݰ0uW,dZ矰m,!J;-WAIB~inM֎]'ǘqy|R;`E|`o^vg~s*UyJXD㚞K$<td/ϭŵI :$tQ\_&CD.2jlg CRs;pڏb=^BBc4,"s`O~L? ob: @l %~#-I4Horɗ @~kz8;Bi L/wn?h ϵ05'Ҷ#{l@@8䰌8 ݇EĜhZŠia9,Kc8܌t~i1ʃHwŽPQ@9h =LM/ Kw3{7t^t~J_GЖ{/^Lid }ҎWI|!n4^C6 ӀAr:}l= M~lI G,Y>'aK|JJ\}wBnB vzM:.dA[*h{pdz3z|Se[|M6x㗨_$/Y~}EڔOzzo^4`N %QafOXLbH8T_>Đqk- n]İximDYP[ 5 dӘ +§j^$믁[ApWLT#ٔm ͮ˔d! Fk5rQ泛  }-j}ŋ٘ƊH>GbH$$y.2y^O*TXFU8#q gm>B؄ [:cu/%jS 6b>[LWlD{DŜ ջ9"۵ "Dp̃70:J[8!'Y-i4zӄi$$G^vO՞`\*W>!6lI6LX8) sWYb7v]nk\YAwN%ܹ&[!F{ˑtkt$Qmha(AzRE Vd;bEXx=SA3YMAwj9*MV($r%o O+h "Ȱ%'|/}²eU<39cVtWeǘޢ 6)BˆdR)@2:l/eEi8v^j+pK f$*9km˶wI#JC)$Pŋ - Ƌ[cڰc| ,gJ26JA[8) [Gh]iyNߝA8>^vn6ta~@*Rhytxd.<J4Teu5HG~L#Oç¶_Yx\g,iVWr92B2HJbkJ)UKZג /Q1x3' <†'w,{6I9{JRuMT2*evۛ@)_uk5+ C;†v=A)X2aNܹC⎚vB@uɡ~NcL&э,Mi4'9 "s:>iLꤡe9gIWq,h7nc -8|:r) /8N@40H? IN" MTas@!vRbhCѼ6OŌ5Ty U3 .>pe$|f)GoC֒I 0-VLf7DM|̫/rąX^D5 XP ']&=t!o0;0CgtH[{V<B7莥AAK 3r*!CTx;1,W)  L3G$5Í!ƉG+^g7¯kb.NuMg{ȆBda.%pdNS`sf3&܍$M JsAg#SdvH*VKUar<_mZ;E*|/`A(; 3-4jʱ+Ǩ:(*ֿ9] N ?U怠.d_KO7H:B-MT)f,WF]ˍG᠏پ,m{` sM0p%R_lRmw U&cVi7CgRaǷ= t(I 1襐q]~bd{BTǵqVI= ;j7+!t @g :vM#C=Ǹ٬heE& va$*r VnMV=`ʘCO4e(3g'a|8#[E!@m F7M?QT.L%^}QW;Y-Tť̠THTޞԞөy0AJٔwoS qވ=M) TRyuy7EW7h礋0T n9ͽR55-&JV8k+)ۛ}Р ez2WgHoAʽg:L;{5G_\n& NV=e_f;:G]b:B.6W ~gPY* ,en6 H$Ԗ YRG8ohj ]8DiNnlbr@RDgxp-!аG?tۋuހ=KG!䰚ٖfp)Jbn-t C*֎Dm鏔I6\&G_T+")T4* fst#J _ں_0ɮ43o%V ?2]ojn{SJ7<B3c]ӊK-!.+(y"JYS-" ^0Ś]e)ge%|_8aFf\y-?i阖 ̊n`|xY:Ley5^Q&R 0ss!vL`K Y Z[7G&QI iTڥ>rΨ17.7ˏ*1hǡ$OkgF d Vo;Fm \ ]b`+nBQv*h#v4yXw*.?oO/EћׄELbqwt|.y;:}\W!-> gGLiQ xL~JfLビXjo$heP]D =S!U6gk lkAuUE㰳o*e}`C:U-xX8bܼݳ÷4AAIoLuvklȼBVH* ZU/3 ]-Bɟ¨X1#*by`?P6E_=X?e\~yH-m < $ؑ4RC-ۯOм+\@N8fH`!dp;.i{t ͒Mu6_EY ׹'dM3^Z=9/D &-kԫClxـq.xSi6s0Ubsotպb9f&"\`  5J h[:,5@GU lE!S$KXrZ7g"0Ī|'m /X>]̃b&]|6L͔-e%M15'nN;q/TEjFYFϠTFv%D06jJ?ӆy@D-Ö^TUNNtwJ^~<8X5{Hp|K a*g?bO-w#:`N| 9\Tvr a0DDFm QFM^1mvÉTbtGr+Wu.RM _6w 55g:|,- h7U1J( Kq_K?F2!g4W}P,Hh2_;ł`@[W&2Z9U650b ^J*DM$-fiHӮg*:O|鰊G掆ޞvWK6|:+[( Mݎ`ݚXNMz_5\H,iIbFQ?gz[9<-h姾oU.<(2d1z޾@qjp0"DssҬÐ>R6 BнD2, 03w6}%LJQ󉮍%nhtgVMvC! {B oo i}>[,М!WpS6YD{D)0K7X^.UjBg &~hxA\5/p0K<Cj82|zgL`T 5i ug`QOD+Z?;ٮcuɿ9a#%7n1W.._9Y<}ds« 5TxJX\,>k@$J`tAl}nYԣ&1Kz.3aw` f)F =Nx)մ| o!zN\c@wTV&؄k~}> Zz<yqUlS~ݔ2fKw[ jb} S|-𾎑<<5uov)#p0E/i STi}|Z~AcG =ޯ-<2S@M}ʶkmT5xHJ2L$Yh“e K+*j8H[hŵGlP|_U٨QI} 9?|{𒥈0gW(Ta~sfayud}fF¶AYmG*48-P+PWz]풜?lXKIcs㦖moOXk%$RеDOs ߭4 .=51Al9I$MF1/8wwN|oyvnwkKu^1w8)T? ?7ʮKW+>U ~uyjPM5S۪NĔkWaa1!OĀ6Daۓ2.-__lU霩ܖ3G|״:G7X |2&'9cťU9+z&W}2kVywx嗆d9MTAK͌=mC[~S.Jg+) g5ʧW9Fqnz%(2PV18d϶ T]!YlDzrѾAVn,7u2e懗0s~wzK* =}c\Ϝ%F h(f×g1WCwY^PwjXXM}# S.iQM D 'yc)T(k|hHXFVO*]ɵNBk_{2$JGM?*3̟4 7W';D9s2ZKBM0s{_.g)QMSLp -N㚿R1uG$b6ZMVAOPl~=2IcNʊEWtY:#L}O*cxe9n3>YO9}W#^&~t*T. *<+2c`_Wtɱٙ:.3YЙBTѷ"_9 1]N2~;N&D@qht"w@m-?Xm;PaF&?hSҔxl˪ O%Å\nez+[n1rnh5?Yl 5e| S4$Mz']@Gr>=s77*ΠHlR}V[| <"\W(d7m#PP 1!ן^zϝ㻗NK^}bfȪ/ߑW$JAsF(Rz߱Ѫ@XחVS5HU~L|{l;lCĺ0K$p r!16 4KMOӔ8Q&|?!(ՙs6G+ed$`nŋ׽puL YVòv]ˡE3/)Qw8]Q0!ym+YPYTCN>% {H 3pl6q[E:@7E$mY&{MD+&攃CoxIδgkb8O#WYnin>kD+wH= `:(l 簌j+fL(!6۶^u ̽>ﵒn1ձ}8=:95474끵6#ɢF[U?HMN>J^F */Dn=05lV:PN⠀sD% QM& &Q`K(6B/i ,wO?zݤ$ms֮AZל|Aʞ+T,X,pJ2:i]b-V H^`H"dh rO$ޘt0(v .I7; vj`tW\-To~PRZe ʟBEtiD.4öاBhx+D ~lzg+BEjOUӧ_nCG?imFN2+\5%tlz=sOk9Xu&7\aM]íD=ծ; ;b7 kXw vh@{W&"hi`J񜺑[`˻nڪZ̔] 4bд.>BgT?lxe- x$Si-dPp)nZe{p8Y YG%s<]ۈvSE2}x,f=FAs8='ިgz}ۚU)_ij60W w{v8V'$@ d[ttc&݇Wy#@'3A1d!rnzƻ*'t dS/׏gI&j {)/_( bQ?o.@nmj&tlM,N\{L}D_MhmwNt'LCQplcpg>׏d ]Zg 6ǔakq0N[ߐ繿.fq[qQLЃ4#%=!o]ج02Qk.lՉPȹЂ Άbh; i]<X8d10wdG˔% j lZXIV 52[u'Cg+`GD]7m&,Sgc!y2Z׭ۤNcW(>j+pXīA!YZgqge D&'yR1 E!B!ݱ8сpQ@5~ҀZ}26f@(DJasʹ[2djt{s,)sC_h$7/)AL\ɟ@Vɏ:٩}Yi#ñßN'9Ie-&J17Nφ87 kh;qVkN\j 7vONl-&5AJe<(F,fVU,աj4HZ"ǜd=э%U 8*PJ9tzjNu#&5!sK0XnU*SDr{o U; پUV[,ԃ53N l|Wjzs|{iU"#dB|F"%qO!xHz{Z.tVPݙ& JB5>w҉)3MĊ [СsX 1+"ok/U ez0Ν7NrA&"6xa5 $@ȈtZvc5-1KyMlm{U ^)۰5wК<2/o4i'gk()WRr`«JUvaJ{߲g tp}h}R¼~AJ7]$砂eabNxUXk­ 1ERH3MK]2'*j'tX,EPpNIL9Z>)L^kv AWd,ZXR&YWgf;$Ui e&OzYH0l> [ؾoCȭp'B7 whsb MA%0E`$uCrNHҎdw=!-E 2>mZr [ aTJK0# zg/}yu)[ zi,st "@JV|y?|FO2Su٣$aWrF86D=/58N]>K (xO}Z" l SqLnǒCe: óA:&. c>|Dҋbq3J"M wc̿#Fd*L3 Y$Un:lJD* 4V~&[LhdJ/~%̪fs+U(UB`UNbUq-tzV럸zKf%Uןn`'.7\7Bիb$yp03Fj,g?W;X KE%)6ޒ2-IFDPYk!f!et/!EAI ^FJ/PA-jPx5*Riv_%(TY"xGN3ԡ&PY 2\ Y=jⰗ[~7OOڹ"A&.ϰDKùBc@#%J[] ?`ƶ)FlT6!!7<4,^8v ۼU_l\41&3VuyJj\7FzjTDƛ~Et_'` B/K͙䓢݉J|s2`CS4_,tӸ@&a*xmgi xd]P]H'6 B!6+*s& +)h^*M>G`%9{s)* wUЭEVD$.'ɺ N9؀eIX}l !~3ZVqx7EZCb~J(DwVv4ncJG@_HPkk5h(o+F8WY`U[J':[`9ULJswp<??J϶š`@0u@al\`zy;z&MG+qO6LY nj/Y9$,_7KZDCٓgJmiAHj,.^_c|$f,fnL EVYHe"Az C=]J,M\8I(I%Z&3:M5U;Ea\8Z-%D ɹw&/h`غsiؕbBKxb›YP3IunD/iT,'aD^ר{@ ]^}ZZ#;H T⟻m? t%_Y\{gLnO0uSPnxkz8TIGIpkA}y}RK]S^[dli}t{etY3YTa t4C#D%Qޗk*}eΠ]`?w߈ r t^,u2rNı/1-Գ(&DunԠR <$Lbߵ%.P"Qs滋ԄX(-qֲ,T$[DYn73eZ;,_YlҊ*ɖ (y`d8X"ϧh?ZGUed^>ڊ{qx~(!TD'A;~'Cq&@J6后 s+~gCDO'w_$rzs(!*-藧7>MN|*$Ie@R@N ЮW4/OCKjp&Uv )jm g5>8)?9 FkQR;S#8WtcD:گ "OI+\PT[];=fd9C(T ꍟVpQ!*^.+=5z6]mdu*_&tSפ\O VpV~a~OY@&fy>YӍGHpO&n=hߥl(2 [8#b՟[* }8 Eڀ%9xڹbh: [( lv!i 4 Lg,3z Rg]ŋto զ".KZ8GhFϦ 2s6\G-Ow#*^}F@ 9)y]m,e?jrF96 mbIZ@ "p!! G8tĶHO`L ,7ubQ\ß@,h:"GRr'lo-᣶~(1Xb:b`9Kl24ElGڧd܆,fſ Td{\l)kxyM!\(cN<ό_S(3v F7c̃fdlGS5]C4V.gb 2tz3F-zQ#"hDJbt=c1e%5xX`]{4zVbqnbf׆NɠkM6G9AN뀑Ͱ3{sF^ζ Dəv߬EZe ;v|{Ǜ▾nf Ʋ=|Ҝ#(Z®PAR̆ N7z[n:%'>ZM8r|N Ĉ̉-wREAIchR189R`&Њyĥ τei W>l3 jڥx]µ_?IѪA7VQ_$sE]m|C;0ʝ̋.`pyѿqr p)}IqZ,!r^kC%7g='~u>݃bSV~…!:m-+#x{0 UܕrLKha/ϸEsOz>S :%bfCQi^ް;4`YZX(ewg52RfhR=4m" "JCF}6̺Umv8mDžý"@ǃV$bwݶrO ȏRd$ÿ#b%SW>ȿiIklجZɴxl-9}=4⇣.9\tt2jik#k7(Q+aMad_ .p>w[E[dd,㱋wEO LԤ P@|dB]:շ$&incWPZt-rʬޅBaqT{ Cqj}:C%>.-s K4/ X!I ($L>"|pG9Bs&,;k: ]!(dkyozETȋ6  Qx_'0E9m+/h&[/ dQ@_05 pt7?h}KeD8rHid32Oh`Jk}`Eeʲ*cn<[69aq'U *.MwV)߀m^i{Բ@z{v7l(^nOmEL0xP G Bx1o=LqEq/gvb$ $̺ #Fs:! 6B1$[F!~S{bk-O*IEC'k հF|cY|o=.IpC?xN~u4\uܠۛ9|#oS*^JŅ ֚0gVCtX5ԎLWl\ 1(C3Jʴ#Yڡg>c4~K˭}͆ha~A2T ?B?-/.caxIn{Sz|(W1 yk cQ&$=X1DǞ瘀v / ֋3xuM_FYD;~|1b|qͰE87cBvAឞMiMsvqK$͔@٨oH#{c9W2 oŒ{jk@Iv ?8KߟFdduxQ`M1e;ZHJ= c=hQk̊q<{݅c}/`hq`x1F'sb0rOBo`haEbQ%X_n?l8C#_NZnĝYjh\:z7H)f|#1 ,]#fʟuۍ)`{-`^X8eXXMzKO˒o>HoߕKU)qWHf@GisEx QDD?I!-|z m.Zg|%PFgwMr0+@&YN0&ÕӪW%k" sOCJd+ wr LAKjYxc6.xa Lo7Ńzñ{vC~.O#jĊAMjPSdmַ5LtE߆'j8(zBү/o.򯞉Ln"~5v}>$NfncT?U3I,DR$gm}~FYaZ+P5ZLh tBcsr`)cҎ/8X kyS?jߔ6X5>(/xgbX,GrDnP1܈r5 U$Zʀ>"h;-ʼnSJp(}VM B؄_ ˅T股BzRÔ(2S]m"\qEůB\.!4'bIp*=!!W L^Þd<@:1V%v8HV'2tդ\o&2 R+,[45R[},@+2o+|d+tZ^3S6R1m!C;`(+􄾟D+99ζ\"ܶHQ!dƼnD! '!0DA1 o |@dk2^c/?Gd.\8qHC%n)iRRlb!G!< ,d ".CKݤ6vvHv\鄬I5=gQT PJzItL-۠;`]G3B|,\z;]c0e;<ҴsS< d9]Pܞ ^[`zO`&[yrGgĄTOYhf)' 쩠2{^5r}xnl oLkc"lxx3ڐ >$"KN(|F`ic#iv-zm_>  [.#-mĕlȔ&EcUk{#8w}'(%Xs2 ÓgrP s` (_RixM) ڊo6ku[  <9Ds=P@ oG?qnhd}5UM<p}B|7_0uA@gu1ubvro'y2 o@PiXH*(:raOΕICf!p8 by"75;frci{vđNr*Ԛ2.swQS`HhA LئPi'FVL0!Wlݲ3e,.8Awʮu]^! -P$x㢓X^9v̹U#rCjCWoz k#LY/iqڼd ;kToU{6 ӂ\`_}=y+zx5 lR2AP26YGФ3j|{ww\lTJ٣hz @"²o1rfĴ1xw)&~U~=B3K| UtUK WdSF=X6Ҟ~ųT 췉,x H P0gY2{H5+KoC4ѸdH?*1*>;q{cVq$T5x*'Or|xikwFM?/! ʎ}.[}SG_ Ie0,9Gօ.1SQ_\V/ک‡]v]Ž_,B릡 aMW2j.DjDEIw|4Mw!cf=Jg53jtیXuy#T,}~rG<DIA! ȚrD5:ҷ Ԭ`HT?@O(HkpoW>qz]6ZMX^ʵP<-LhL]ٞ:ޛF9Nݶq?[nKڵ- qE]gHdz>kWT_W?ʓ0a_~J>W8.>#q 2elJI35A9vODdUFMA3 OonXjtLR=ֳh,nsg\(潅N֘7tvͅNqCB^ *=SCl7?ʠ&N߲b?Uve1^fsq%Qp9>km_4`O ,_ܠ1 +𓾋/}L28|&\i:Cj2v ilXlcR3D0qe-=.瓎yQkd#Ӛ=n`Elߖ2vZYؑ$%R ldSB'?Ow}yPq\h]Ƌ4%0Huy0&|}'TA_T-ёhEz:]뙬-y3=egfj؎&rQ8}ɒd~cDY21ZGJݱ|rα畎-+s@Fip.F `FɉIOz55dns"6N8[z^FhU}}QJhsܱ<*iFwb|#CX7Cl2a6za3 -틖qt]髹wtV,}dU#nu&7I8^{e>Ʋhq2UI UłIz =sfI^ɯOбYkH!GiSٝi2 5Ah-j(}t٢t9K 1O㋿jTX d1:Y$6}x wb6,xNs.p!~rցߜ2ImZ4;-ѹᥩ맨5J˧ِpHh-:* uU3g4z)zPU4Y+[/~tEB$"Ҝj+ .&4Y+?#Mt˜¼9 _7܏ԝ6Q3འ`fG~.(֡"o{,[xK2-ꮮrcYW@:Ӎ=N#h0\faqýN?Gђ\ȶ{ĚHipNZ/d1b;Y2' S PVo!+`yLmO;vvh^:ҿm9cqieݯt8Ir*`49XBcqc)޴#[zwX+p/}<]b*S>\t$9b7,Ŵy?5ڨBbSW r(ٖNpsb ϓvO%-HhM F(;K0IA.47 4wZ&Ic_p8֮>? $5$[TP6X.ܠhWꥂ1Y0ӗnmk+9[eSu\fCD$37D4e']coy89LI1{A:!>P*xQ]v1 >bMOVpKsmv=LKAE'5.#3R:;CaPG9 I O~+Uk@9D&f9C*ݻQ10y"N76LUg+ph).$ *#.0'-[Qgkm2M=1doӐ/m/2m<ƟF`&*Uc/-0EۏniGc֜]xu -I'wYT!_GCY|ZXH_1k>cfqQ!)H]eve89n!D!-_-T!ui㜵KTwp*Vnd8Is!RҺQ?skMEfY@ t=R[vL'z 1! bϯGܚ\k ֑o.eaSF0 ~i /~&}B(t"5 "W Ω\PIG( t>@RNF[‰&!ΦmO!6xuyΕJ`y(׭G-$AK ~ov#{Y*y2GPkϟni.8FC}*#q!~2jNJ1]*hɁ<. [V!x*073QZG i,cuw7d:i@vK>8RM䵛YZМ+w̨ ojiYmT/jB$ay6 ]hN?Z0-bsbyFN;ޮ*,9jubAJZ*z0b8/_3r T*K |t6t"r:zH%mA<=8U.m @إfd6Hf̃3.o\֧SXviRZYxBv'm2}: C\tojtEҧ A ܋J;v(e7Pą ѵ$HfT*‡S|ȥW)cU=tJPD F‹%r g mqTH d썿8JqclC덒0*~>vN0^"Aq4458|ws(j>3 1N嘍Em@NrᶈiR:\Sޫ] L@&m['Ρ4v.hgg͈bd)UY8-5 w3ʻo[LCg\ElzqǼG[z2F1ʘL򰡕\u([TI+)ǿowc= Pɚå+cL_5GJ>)"iqccO,yiYuցV9cxulz^{yu.:W* Tס3ZBv/P`ԯY(1 KgZm+gBP{'WD)lzCcZl5Xk-sw'J*S Uf$^l(\:ٳq'6ߙcKT*oJk:['%$0d![]MK|_gLO:7z'k*]TDa>l]^6538?.Pv{MnZ@GBo8vQE*$%gdȍ9\ʢ;#pD~|Ģ@ebRr&]l.~VD<vNeDLl_0wn2kRM+k EԖ|q&l G3D<]'J[qh8vD,2}yk moeuj؈k,2G(\4#|jG`޲{-f֐Vhx8JlLzK9E,"Pr瀦۝Q9C ,~FB:b瘽Yݧszt^W ͪzsvt$,yAM0Ӌ*M7duф@MnH$gzd= ("-x%~> /ZƼ8n:n ޅ*#u:<$D)kܩ[΀iT]o ;MG.ݡFzI'.J`%݃G8\˼Ł ) AĐ RT`:= /}@ick1n6t5G89qpSBA3LLloxB3R#mΫ/SɞMI Ti8q;~696F W4Z3xyρeOt٥ABB6LGd T`{cn OKpLf;5 <%)L{%T9R\=8jo_6 lCx\8r]ӥ+,mafF{8q0o]>NP)å ӉbG?G. a#Aڼl4$-!+/7MQ@2 ѣ5 +˭Y'#/hr>1:aYL`NoOpsc)L!tVT ]npY)sS71dD*! _ȯfQAy >Hr=I,`0 ޔ1z&`uu ҇_aAgQ=|`FE),͚' \Ş'geiA _R&ćd\A t)Y[= Nw}@j^ɤoyXGVVPk}2c$ q8itF1O-Ezt(iY&lpwt-9ht;ZK* :|,|BEnFLԃ CF-js/zFկοD qUݽc_:נ06Pʬ|J6KNŸͤlp=KcEtBcW*=Μ%鳱pkA y|6`M| uD82Lπ.,v[!I3@ EskdۧݑNQ# 1ܢ%/,fW2K:\Ӡtn0LR2} LC#u(`Dy{պs4FX]8^u:)7xo eJIci&upCO9gt+*|[Vxbt=>.ꭥa%^O> i:lg6'!3d faeX}{{@Jަ ښ~7l^H0 0Q ӡEڎ%Z.}2du:}KWEʪӲl%!vfuyނw JZp\/3sйQBղe"W>kMM]W6L#@OKBܵސVDyFi p5'(+x Ih TK2@ůz$8[PG[.z/ $))E*Bdm ^\Æh= l YU,v$3ßl F}KiJG_0.I -YsKB>Zw.]i|qGr!7zs&/$bu$P<(w$3٬ 8<5Ʊ$5 K*`VJ|K_Fg{bq vjcrQ|[zIl^yjmq=\`ײyܜ+=껭J҈5Èl7lv{mٞCSĴ}I69KSku?/wxK"NBRR!^ P1Ӯ[Zd2[ -]or F@eh?19nH_#eFhCJEA~O.jJ1BJ0}iD])o6M%pHJ6ā-mEE<Ϣdtq;6jO?:sW%303Av]2ZpZ6&ABlN(LYnŰP#2Zq>O6 K(!(w)Ãe;WPG1L ΀6L#y`Ǟ,BV\ȔV/|0˷ `%hw]lQ&ZϮ%Є\qzoϘoK_JA  [G`5ʏJIJs ]2К~Qj1Ɏ\UAzjM; E/ *y= A)KО;fᯀ3F2+p>览f%}w)@阪5䭋vBqX"Qid{%V 1WQd e9pIhA!eaVߓOxS}یGz4 ~I׮: )OeΧ#>gr]@S>reJU '-y6:?xv%$ z6:L㻁pk1Zda1Nl#U~:Cr:%G&Fx؟KÈJ.#F$C#aBfm ,"TRS".e>^6ȓ7hj .K NxnU#}$#XDk6ӈcc$Lˑu(`+|$\}:5pϧR6mNs(Bp[%lu*woh֔rah8NgMRм&?Ɵ^Obg## fMEFp6K$^ 63Yߔ\Rl~=X53$軤6F7(䨝mԎiQG!`ծjW&7G9fWMR~jJGvY<٣atN.|#^YcIJQE,X %%@u"5f!|4XxZ{?lХC)Q-)>ÁoկrMȖ'cg"y2!BRjv 06OkOBkRcRi4cۧs0l)i4K@]#$iwf2Y3cxҫD!ǫa7A} ]Uy86,fo O3U&yf(LU?J30i[r xX6{$H͹[ c1F fSVY.v/RtAb//4g_Ghꑴl)C| r0y*Ϩ,SP9XPsT0TZ!snQ\|+gMK΂&z3\5!OMbAY2t񻢴SFj#cSo ޤB%eleWm{=5ä-#.4˩&n?&?PcTEeT%s]϶ q> ^%UD@[a }L3 i}:@\U[-xP[ B U4Fܧ]ܛ^ܜ 37( F (``!vDG nxTr'WKUGP˝h^85 q;"9w*`6q4J>p;^ 6*b5 J%ɾV^>eZ*r*QiDBK¿eW,}+kC**I4J_ x<5>Bo҄zUeOɔ{_dUѼEFtcLvFS0Øv'˫=T[ pn7X]?|ur i6xX|`h8Sğ/*73QAErm,ם贏;\a/ʱ'gjb| X2f⳵6Q#'/x/KUϤ]Eb/1T~"a[C@޿x'v*Qj7ɖH5 %2%~{ڜPfLWה+A@ w*BM!]^K͋u~rEEJȠ)ȱiC݈2̋gc0['. P"-ᚇ /31$*\UkPv!cHh s&!/ʡꨑL8e|T)oVb zԊvF5^~k184> ,wvi8db0M2DZrL]<<鎰0ȩku|/ w,Gy拓 +b:PENG\&؝E9UO˽T쉰2X} yG{u@K53%BY=OMybo3v.,,[-uU"-r -9hL~QBl _Kt $!>--C2P 4E/\#R^cpǞJ|ۦ;ELIVN >BalF_9pL;Agۍur'̻yQkHy5_,FSMXx!N1cP1G#TMex66 [Ex -^@F$ӭp>Sy'mU*wɒC{tJZ嚑{C`Mh[LJdalHI4tGjdkZRH!ݐ}0b}Cޅ*6OZ"[ nHxj@G܅M\X7@;$i'Wt[D^֞8ݛ1rRzsw/RhXݴ%7%}sD4> 3cEO?OvfUEpc֠]j(a!x@;k2=>w ue3Oй//D%j޺؉"MZi{;ECѧua'  2\OM:HUlAL?_LwQ? a$Hw!3 D3WvzmHY3%`,f!Vz=xB}hKye#() ($kV5_gYU8*4n۔ /"F!! \?]PP4:Ud#$ ,Ñ5h΋^7ަmLj9)k_=& 1MhOI󛫴̺{Tl1V87 0t3OZml4]yplzV+I猫eAH bٺx0rnvsC3 Izf[L3KHC\O[<*:b:"mo03U@:9 \N]4ߣzB0%]#@Q9VVGYjvGܨ='g(έ(7W7h~$˃w؊#jlg\m-VWMo+Kt.N w8|=jb_$,̢ҫXSPC^EIm*T8vyZojq%ӈm/˝`6ݑoqTe\Y;x-Ig+'C%s, tu* l؍ kEoOձn9=TE**$\fa{k>KPFK:\J63j=U ǡ;$&p֦%LcMOgdmDGd96P `2aAl|[и9zEC:j@f~Яze7=,qc"۷|UU/5 ~]JN3amO\O4NށrwOfXն)jGMe0,W-e-iCB9Ǒsр`oqďs=r5.Z>Vla"~T*! W~v'iSTQsi "1x%7V9r;[ț]i,)d?QnVOx?HhHD2HĘ@0^O.dOT[73Pc ''@` P?R0J{Y1 ^jz6Bj/id˨7HP;ņƖP} ň-[/})u&dY]s**dաHך:-ޢH,#Bo/o|[ @o@}3]ܗ~=d֚!4}R'gYg7-BMe*Cr5suvw =h{'L B;+J1w M?@ sx-\xVa h"k͉~<lU=)H }KgQ쑞Wq}I_4_Vx{ol3;ѯ4g?Xbi poí*4)~pߧz/Rc!8Q( '{c y"z@x."tEi,'e8,dA}Fݬ"0b% #ÊTዪd=IYU7{갠H/x;ƭ+kuh3t"H^aY}) :}zΎ0*፷1g a+͐I8jW`?qMɺJw)jCwVoa Y6 h`c0!>R6:v\cR3(؟$ҹjU5h gTbfj_Bsr}^_էx2 U{Xj ,폋S̞ՀC bx 8, SܲhlKJv\?v|,C:AlY`9h4fb]G9wrG\%eJ|: 8bLMC94h(3NQksC͂-O NsKBbMWRIRGHԁ;u%2<؟g'7f=wő,)KR9y)$ $ %6g ~9zC0gɊI4YXndZ+T"*vπѸۜzɊ]5xl,.dk-аmS\z™=aBZޡO=~-75Ndw:(^*`VWRK'%Bjڱod,]q#pFEwCboe oo'he"4 +N詞)zO)c$jk)U\yml*%GR'ۺ,%1+E/rg4ӒNQI?o;i0o-O!/LܪđVeĩ*R3t"AG@R~%Wa|X%{ 7Qabw@bgKkf5y" N;5ݒlX]KAv@Z GgbUj< x1BPuJ+"Qv]Yn/7+&H5UC]-ŋ[dF+h!E fNGH Rd2m|N$*s<1dЎQ">%=%>C 0GKO(Jn$׍ېՄG̀ ig]qT,ꬉw?UCKM2 %pGwrM 7TcJ^dZI`Fx~*c_G]j+袪UF2P*f - [,:)i};n@*k:lHJhꗌ*9B^`>Vv`QdQ֧$Z?31xv:BC7c%Ģi/ZEۧ|xQ{HK6OqxZL]%/ޟ}ly Yxs_mv5W@ӱlB,Yd[WYeL"6h6^e?/zs|/WpsW( ʹT>kWcׁ;Sam1Ոu5$dEgEM:`)nl8YGd{,wB=. *7eN0QV02F|ԉ\C7m7Vzqf&G w3hrLv7e,ڇ$y3 okB)[J0lV֨,a{SD3#kOdP\M漶 QR'ƛϜ*Rcmo} u4p)#vQ|EbS;K3njC0FG2̽X. K3kD_ MAK=_F<:~ .Ftc5ɅK]u" O i\z6sB6Wh_R#(/ߑJ s˱e`2WfSbs$#EmaB 6J4bWh@.|<XFn13-]8488%b6R ;SUk>?ȁ$`%䒇RP);|^?T=Ga|'j56Kʼn(!԰|ǽA_r?Yk*X> g݇( +Mir2{{h.3vyQqrmo`m3CilU c'<_ϐ!(%X$Qp\_ދr+D" @9s<&3)_5~Xi1ԋ߁[<.ylCAt&!'Kѵ~uxQ-b}<E, A簚+遴n~^z{ sTz>젠6܇A >#8.ZV8Q[#l[ZpvltUYZH'Ϸ3 9@My`Bײմ 0/3;{ Ov F: J҅:uh{0fH800e (FkT{Co tJ*~CI+)hB^2O3VX1KL"zq*'7-oMF7jO$+ɇ+%3xz#>|Mł8޿LՇj[4_̨XR^z5hفUҫz yl.jVf=;f[6l2NJ'6M"u|wWG!-oKc۩lӲ:|vJH1QaH>gַZ-p7^O1ӖD.ҿSZֆ'a`KZ EWq{F#"<`x?q(q]:MW_.b7|X)aSw[!$v_t͢DP 0̃s%-ݱKQ|[cȳC>Ē:r}%~.[ pڤhH. `5aJkoG{7&j'CeaTRVN]d>_!@q҉,2Un HԬ _~`sJnc?~lp*ctr<\ IzŨ^qi*fMx}@5>RqZ0Fs]n kWFB>@pR*:W/yOmV!*K.a|Ҥ1JΌW(YuD.fn ?ZA@9($bdUZTu5%VY[l#8sɓJ"e ~ $Bu$5~ző%ѩ;)O-= iίQ`Z|*mM4%"8}2 o.NKz!iѩu'.$Iv=]Y?u!gG"Cʷa)/gZ: !(a6ZҙCyLs)Z,mjzva :Ϗ]`{R)uKT-l*VC*ثJ|dEڀxlk ]7+iG-ƷgeRhլ 7O.ܔ"2ˏHq/D-^]ë9tߵW ܽ:'~LO5"`7w}i*EUǰ׿ WPyxYv0I&ϟcbg͋4Uiڕ#1+G*AҘF8=oԄ{o*QPS{ {vWkD$;J KμB۾L~1!Z"Ȧs+Nzu2cW3Ҩ ;[C\*s[Dxm-C` &ƹR&V6DUw{[6`30z5\kpiQ18[} /s{[_lB\:xrjC!C6{Jodjzbvt\GW=+7nRk:$Lmc!prfdL5ς:=R(FKsE:wa(mEθYLv-~EDߐb'3kg(O6vjNT~jTmkN,hU]hR0j*v*kDRP1Lo+Ss"K GoDeJ 3^ 8Qh4-J}Gc*;]s=*=])Џ֧mɐ"z:~ h筼(ַ*{X;6& _EX8VA$ k1LECeKwG#N/ t@( x2ʈ=, P~꫻?9׹ mEE)mZiDD}G/e<~td9m_;Z+J?mgGA{I3a9( 9|(6=V4c?JUgqӁkȝI-f.y{g5fQ_HjOk ezq  B"0a؀}-{#+*fo'Nr8ư.+׃ d}`3Ȭ6&a!þ2_3+"=rX 2 4ы/^o~p\=F<;! ##oqa9;'Чb`?9յqG_gpi|C]a|[lC+lj'GrRo]AMrmrwl _%@C}wE̳S;=Edڴ2a")((v׋8 Q%ײK)="egjpɆ.pkrYGniig0. KD=\gRp .f[C|A0%$-aPS P/%ьogR_Qdu㫺]e?Rq,E$ }s/)qM̵"C*-cG PLhwp5ѹc}Ǖ T#0~8 8K2kWl>4[k̘K.#5ET: Dݞm)~$ZȒitMAW5,ͷƴOxj;v_35e= \q,4}+`]?:5tA_`˲ R73q(:YjxvʺD5xtA.3Q +&F}pU.^F/dԛ,.dW_Z-{K}% f .d P#򅸱&b5L3lCW3Ч9RG"N9 7{x42nZE@3iNi85).q0(xФٛbħǞZ}.V1~ȫM"F>HYٮrS(-QcfJOl ^sET(lpWú8!qf!mū4 ~. <)A;nTGuѮ`_I[ #?B4: W#HH:Zu.{lr9O~9:'OdvuJÈszj71Szf{+ E WUz"$s' bh-hѽpNKgc W^D1;8 A kn0 [bt.tݣ^WdBq*xo $6;s9 C7Um2G6`JG5P+:ܴٙQ nEh mWn )<{o">1,vɱ>YE& @ua[BQm|3SH4+ Yg1'X`$`Gb>R -Q(S\ZVQ.?>o&TVa'$L㹩E8i{*d3sB.^3nu%8q P",m~k|\kX |Yע<|̪{D2%mb9|MKWw뤲b` d@*` (eUp G͊y5uäkS>V%te!g> ~ c Pā'yM8_DQ* hgvtW:c7wkH@hLf _ɭ= BEǝ_KX$n +y% z!5r(>&'޸է^1' eF+2c[(i*Mf0@g噿/: ;z̽9Z=,z@1O8=]ۉW ͡=C`لLK@TH:.fisdBSzOF1\}P3PLL~; L[ע;j-)}Cdڽ~߸,I†)o]Fk>u%5!vc_FUgaDU Gl;+'oQR;F m͢Dw+;)3\ʄŏWcnSSN8Hq~H bp%qsy{zb7g$\7|T׬ MNHh )7Xkɒ N3F/J@86c"xA1`q&>+"kϕRc"M.KQYW|Whцu?!ws "0B{ܵ+$nU $>Ca%Uя('&X"4)ҵ@%D\‰dj~ANCTeԚ:bFY@vv*%"LgؖCTV\ϰ!9,<#+oI%IMjM fMb{ܞ߮ ܻ5RP\=%;Y{1k'n^tGrox&J +3Yk>MK I-a?bjx׿d9WFZ:ĭA-T/Մ>=%Ha|%97BF8:ETRU{9gʜ1O* Y t=%bKAqèv$)ܣ7JU GNf@qb1wPBhv1m~b;60,*2xz㹆κٮeN_/}[K2SB??֬ٷR4C>tvbP%ИɪoCN@")~?T@k63邒#=\q eC2(_u컞y۱?QK゙ҟ$ޏԐN@"v-m'& bʴ "5t^A%O;RʅB/H Z0pyi,QiQ sB%\PxzaL\der ?;Ż5́Kuf(YM {`qffejXGpXWV@6ܰW2#NOgh|yWCRPz%I13fp*\ VKw8p+/Lޞgviˠ5DL]K 7SyI?K$Bt=\Ch+#_9,U2QIM`93E .a }T(( >[/ R=16U=57R _zh[oތ,9GV[R ^CQJ kT9:oXɷ+=Z}Nmʯ*0~Je|ӒHetdc W0?ì=+q)0 !j3_lm@~T!𸥅`Bh[_C}7 /?vmk=݉XZƝR-ȋ{.ɕN;&!A( ?F=pm$v}~BR6{GTic#&Q\0;S.qEr-%Xn 6a%p/{$#A$J;hبيE\32F j-VnvMn5> s(abz* FW1z; @J#m56sPь.魿wj&MgGRA-y n2IbuJ>/~,*o5W,.#_EȰ{սfu*#@0MqnMς }@Rr Hro_-}B8nc1p?wa+*߈ Ow h^b]sipQZ Kca!Mp_ŚM 9V ىt-rJW3.ZoKo' _8Ş!YaT vF萇e%Ipg3 S- 0zfnQ [Zmr8 #H'3޶DјeI L-Q~`O/ ;T` Qѓ xOk,=q=vX*;%r2vV<kN.1?\QW+4nHH(qIK͓~}*%hL{0/>󩣤|;9(p2)9^r'C6 h "u J87 K5sJa솿֭%l)o6 .A'0E3viR#DzfZY9CQ͍o S7>25`m;Rth)8sB 1&9TT~]8hQo&Ͱ׫RT'@S-[[_xw>|y[{5Şd8jtQN2y]vxXxvywPv>Lvt`{wNYF?<%;i8zL;zn lOn[8xrO(tݶPzx1. ᖉ85rv!A/+]B 8 s O:[nG{bwe!#9\]Ɨx)ˆ1id< V"F+ҋQэ8xzᅳzq._TZMcW5;At=Dq^Gfs[;S~YDfC9"M=je`+>Ql/d ̙жQiC)lby+ꋛ55$cnj+ 261tXG&W<Χ;^ɋ}]=\#ݱtǕor>9̾ nDćwO _Y`QK{9ލ ̅Mt"˔u:~SgvӗQW:;2O2';nRnr~_@5ėt_Rh@Mpe>(=S:_@|vx1H@ڙ$dZa 'zU/߭9 l!^ Qү5ƇyZC Ip[.pK?6vki-mm3Glu$`d7}kMQζ9c%-9s/^U Lo'3v!+Jx_yT.ԓ/'F&6ܵ62u 0j$˦3Lxoo_LTvvR/ h;[a\Ӷ~`->U-Ȃ7<\W+zfo1jةh"> ɟZ4VKR^ߟ|猭{oUҼk3έju^C쭢hPXx3:'W t#[U%Ajc>c6ҕü$Ѽ3 BbtΙ̮xm/B4o1xc\l.3~ccEĀJEU3j) _;v}@JOUˤs_s+ݚyaU?,(K}+C*w#3Vr11f?M(7m!nO[9~y:I7jYV7Q>b$7޵J1%2/cYf$BxZŚ6uRvvHmE&Ļ$SAqEi4h,-%*sG?;Z݀4Lt:}3>ɃD;&Q ;zkS֥މuEcKfl $΄\,e zܰ4fdHz/A"Q/k0~6c7uCژSAܮ:h˾poqZG Ot;׽AE")H2BjcfΔlT[wN59{!Фn05Zaxgbw~WEX?QgUe:l?ef!$VezHIf­~VX ToxEXDcJx~^V ;A--?Q4K*·,^/!G2x "bfS]xL|_##-Fg&KcgG3=\Da4:5 %a,^=&PѾ䌌c/gx}rӟ/߳Geu[eSf8vn$caJ54;?z2tlqU5{;=oS=qw?Ry-`Ka;6R˖У.$҂N [ӳ u};O Zd{ ȤY8i'%|梜0 L Ǭ'lD^=hЅn*򩰃>/.u}LV'hV0\` FzгH"OQm@ }(/MmژߕOΖs4Qƻ>Atg {jq{(3u: 'jThJdQɁ6t$hO, n{LRWaum`__<#֭ TlBi :U0{$flZ L}TMM[(; ɬY|[r,w_ΓI)2>dQm֗m|efٗw>_|9 P#dy"a'^eACC#q{ii_K$³J&:UHo V1}o,LJn]LUz @* L7@F2#\ÞޥܤxLE7-;m@J[T*;-䫊ߋ@YT rb%8nL`9V`^E(tݷCƼ&3,BvY_Ɨ 3MsMTj91~Rw Bҷ 1 /0pSVmf~1NWJCv$Y g\j'&XT+eYg6:Da\;QMxP,{UW[a@=f4AyLث.*C ./LaӼp 8mhsG 9U Pd-nӬU?PrW*o%+p[W>W0a|%WcܪM0$ MQy@p5tV󈓚׋d51qo_O8\Ek.ki$KG!zCt(A>Drj| 2e3ytpK b..|cVS<|k`|U͊Tԑ#<%}dMWX40o@alR[f:t@@twQGe r?(o6,Ti*J>%VQ]ne]ejD\b0;+\ce+, -m7sL,g]cAoxS-7L+_ mwPƥ#>j%:Hb'ryJEצui2-Xw2(#GBwg-PӑD/Y5N|PwӡXmBPJ06Yidp>P]Ut@͛.k,8sxOѶ!4pXm%NZM}E:ǡW^K/ r@z7Г&5TQ9[a_eiZkHw[L'XH2=E'[aQ%sJoq\nλR欅*D`-I WE5T:J1#+fTungۡ+_zw LLU .7{NyQ%)r/?[ lj(&FZH Aʏ F ̄b𙍊@SDϪB[moľz7)i8.|wnԈ!&sVd2.?!kI@ۣgV3ƈ&!//C T0d҃_RD7_XaekP  uq Tv9e[e|&s=%V!jmoIA-?#/=v/Z1qh>,Zt(a?~ᩊŦ9ՊB6"EUNg%Ǔ, ^~6#y^J ѻ~z^QSegMBVT萵 9bxT/޻4_aSD>Ʈ}{6gF{H,>Q.CR63aԒ37D_tL HhAuaG[uCƂh [6]C`|Yܢ֕BIER0L{&ܦr°ߏ?gDEiK'_daqrSGvpAsK9TYTzCv\M|SoPY=5NJGX-Vp=S T + KFA[WȫLCS hovwMTMǠ8Gm\^"{AN‡tZ'lmL jMI :mk4DD5cj;O+*IkMĈ2 G[eb:/ Vضh.$a,AX$_"!B E.iN'uXpPt{v3ZL(ͨ(i*D"39G -+㬼 ӋOf7{FFe `/J\FB+z#ϞXcTp5"Oq1:OBɿYx>(wxƬ,[ce~UUf+TbVm,0+PaG=8Kv9>OHgs W@`Y@ e Ǖ}u-+MQ{f|KQa8Jx$32z ݠ1G# 2w+A[ i2W#UC7Ŋ:gpbkmN}H]3PYi"= ~'#7WHNcZ7/V:q+Q_Ět`*}Èǫo2x&Y#wk{;E9ΏL)n@sN0CG4/yգ _ٌi|ט! GK2)9ط4];é&Ofw7p \&&4n>88{3[guz0 3wF4&{t&֪ˮ+tMc)vϹOM[I$MZT WiI}^M^;Ո87a`/ulaLnr딻PƮ<\ bgh?O&*;̸V&`e~{;Co{ LpX }3qܚ("АLo̰F[,FmGx2ݚHKe|_bq9{ >|ċJ;!; (^OB,.D F~7%dH(]7+ѷq*ըYQ(nB+ͫ,`ҼJr'w@oCP1tJppi8~TffF>.%Կ֏6W+[B^:7N]Il\#x\ %&ƹFL {MP]Pð |wJ0v%.K3y@d;w[jȿFfXG/@nX< dQakg)ͳM|\bk$ vA| [NTWdc&N9$|0:v8(l2,iNc &&}?OA2R-`m.%(szHƞm@b?\J91e7qSؓ'NS2դ)W r ,^VDxLo~-uMw H{|{ޘuQ(|_aom]>zG o-*,-NV(WYn(w=5l! w[o6cş' r풎,&M5Vp|g%;}7U=$:gfY+MU*"l,cذ*{ifx 4y*UO_54>JɥLooJJv`0k곴 _ԑ Hgہ)SIK62YNk &PNI E.O3TBj䡄/; e&8|d+0Э2YL wVܝ>ͪtW1g;\*ڥQ"|:"9Eua+kiL:ZljRˬ|YjK*eqA#9NGiƯ\u8!Cw\.H] &kB0"p@yMNL9^`-Hhl=~ gɥ>ۄ-ODG;aǞa*L /._/:ˡ$]`r\k -KֶUvhzLw'qAqPcaױf d˜@EUAVP[1tYW^gh̭جxQ!xk\pzQtv8(EJ|kP~biFs<֣Sp r$E6PJf!VP0~ס/%bٺ[/ZW RDX+ t{Z)"ooeeT:CD kz,ɐױ+Nk_).,Bv9x )o,bَ D"wϷkQF>5lc 6ń{ Հa᪣_h>ʤlk2 M`>Y-\5=TIfNh]k|9 rWpGD?@rmkǍkJMɱyX=l14di)s 3=mH%C1%>'?Fd c>Y t5 s$pa緖H/x)? ǁ@3R6 [~LӎL?ن;=%|9 moفr2>>U^MDN:W eL?ld_T΃&d~BߊYNo3/u#pt_TmIճJﳏ?[˝'ZY<2:7{ !z.e4@ cN9T'>'bk3+5QCed}IkzR5h)l=D ǎʸnl*T 좁;5GlpT& /1Iy3"ECa`;$w{#gk {βƁi1o;o]giaf"npQ>PpAÇl993:_iZ)d Xf0gba4ڥy6Om. * <&;e*ceE3u/#g}{ dsZ~+u$ZĐM+p7*XtHݘfAA*~L[\]Ͷ DƚҮAX[ nDah\j/$%O@"%/GJ #)|?*ؘзR3jtt L%,),Mx& 5:e%ۤ_a\1ckO_(´hUWUcכ O :xU$4j'y0I)WfdՒr9}}EG]`F<`H_W-&9gֺϹ#o?%ݏѿ'kjm4A Yb0 mT=;a;8,ȽܯSKn">.0?9egȻ!6Xģ)S݆#yNz휠wNM{'w>&ʑE@{(xkY9R_ܴV}VL e)A;+9 >Kqk; :{eWcGTj߾4ϫq+~#ge s<ǟVv" MImgM+}ylF%@ fR1xV@r;>݀'..[՞lNܬ){yh]l8^}POD H^ Ӻ~#2)L3*l.ݰ;MV984_"-Ob4x7*/)WW̷kC?0@(O BjɡϾ %VQƳ>O!ATZtgAZI#CUv9|E;VbBfq4К{*қIjmFwhw8_$)`\x enzK`V&>; &,m ݄&viѓSgL˲{ L@ KF$۴F6^y*})5U$_ l>+ּJc? CN7_mJz|+z {bV@e51toPSz327Ftt?#yIPgIqFƏB$P 8`Ҹ(::Cy850 Yd=\R%ށ!E}3޷q+(3| ʕ뼶ZybJ<.NpOHj/}zbmQqݻM0$'l ?&)Kc bu]@/9k pE5Õ M>",D)2  pmx~=o>2i|^6 sf&1mz;{cm+ۂXHZ8)0N-_aEXZqh^'zn hH#-z5hU@j|2=~ioZ ye( ;CXΙ=Pxw ؚ5,2Mkn *ҦJxm~HKFB+ʤγ^\!l9=蠩S0]vȜЅcM^F\1vt,:6k{kY&cCt1I%Y7GU^uC4THbr(gNWfM9Tg0K!ϻQBvZ beFڲ%x70\+dG ,E+iʇ@ <{E92,qʩU>x>bX0%V,ZgO3\iiTYRԗ\ip X*37k(#wT?@A" >>P@6dH9֏}JNCδ$^-.p 3nZr]*q8tN`x#;=mrq3r5+^[!4[aBjnqhi`y~X~ :@&Og0óh{.(7f^?ٲ,só /xUxkfl1(!Z~UK R}w\aHο穣x?h~o.)xiY i/ %]8Q ^>*2s4 {%w^Az*Q"i :: ~}Zi_WW{haC-(PُѢ^}}:/K{^#٠D` J 9QfGUێQmx:\<wGFj DifԶdntzIKLF ڛx莎>wVG֑ZI = 3=!gKc'QoM Lc3Fo{vCC8ω{`4؞d;5rEM-?\HQJ*`nؠr;TX*?HRUr,dӔ8ꋸ G{Vx1¡ؠA%i#Tv;$ݵcFhiaA;Ń{6J {𿊷_k3/P^pD `x2)tx@';>|}ЇY N& hH쬯o7(d9bQ#?I5Hh  *ӥ?v -LHrN6Inۖ[aC66Ix^a$7Ҩُ@ #=j\'h"SC3R;8p p0)E#C'a}JN([-MH{d0(V7x) VGK1 E%cq#tSsCdIbJ2}dK*΃8%5mjAo[EP&G@S %ǻu񳨶0n>gK2$ >UZ |K)EuK`@̓TmRWDqO+N8CRAk]*?0@a#u1UJC㌠z qpZ{1SJ!L 8UM+#$%BJ7ڀ29&2ףɫhN 8T@^iIMv)LIzw/UԖ3b% Μr-v>'׷)zme`20U:N17yl$޾<Y:* ;%x҃]>+Sy)+p"+ApmDÙB\&`)zq/kLsvmڣT u[-]OHHI&<@{l|{>-t;<qP/lT A>^d&|2후 ]rn$oߜq\Mvᥰh-E5\ʙԒ٤탑#|G {ဎ`v3änUnNjt!ΨzJeɐȿ %G g?jᣛ`˩8a]pޝw\+} * ޱ\"5W B=[56%dƂC.s~hP-'hl\AY5@ 4̎Klma`en?/ ɞ!tduٌ*pNaRKQUgJY0|'3SJg=iCW-8\_z׹񑬖uo4Ex8r>4[WIhq*Toܯ juU]4&!晉5\œzj2ߪZji&Bavfƈ$"Veڭ3KC&mĈLsvN1O)c0$} <0. 9"oUj@ZRLZ9`X@_jSLlc H>"ǚfCǮ#uC1əGEYϱnФ?>!I_h8̥>Q>KɰvV7cC9>F՞Qx8cT\OmIm M4tu>`$GZ ⸄襝H5;}V/GMYJ~@@}3R!ubg5.2eQ$L2ݺ&8܊W܎Q3<\nbۣ\)e?Ӌ?:Z%9%3p6N ;.d촛c~_+Ѣ_;IQ"[[0{'\bݦEyp5pM2/AjQ-xar ,u\za"`ŵN:3PI^t/KstZx Q,A2@U,(Ek&&"pRD 쫬5$/ǡ7DK9~4%#U^abRSYucg2, @HT< RYWonM+%Z7$LJZAA? J94Ҧ39}c{IB/7Kܓ>E[ҏ1<4YϽ 9B1(/_TI I V^ , El75s#uAmq0j&ۗX =y֚W̷ۧeŦ `@HPiOB;בjR ZY@ 3 G[>HWg$zIU76o2,+-ʙH s-;d|gmS,bl( ̓Sa!"֎!kI9|I٥#Zy,uPOVS j/clnsv܃aG"(;1(yزcSJO:>%o %~E0n#$nẘ֮edž>GxNW(o66+dz8#>y+HDosIǶOI'ogqLS4ެNyN[`q@lPPE/=(ԩIML'ot* 2R<_ٕEϚզb)ϓz6Y2 EW$YfcCrNa#g1j'Юi\l0]18qirHNwD]a!YҾ-%j*PQ yV0@ɄMJAT_syդ!ڵ`Uô ?|sJy=2kb݅$/E Ax#]}Ai+] NϞYֳz۶/F^`QfMtkUaΛN`krG8#`RԮiѲaZq2\.V>w ʅFŘsRDCE_#0蓲!:QrȥQn]Czk"0￵0߇Nt>~hRnb$Bn--QfR\STo0"(u\A:!\uq\w)Ǜ=e1<մؗA[0dpկHɽC@tUL-rr;TIɬqL!@I ՙ Nu+|dhAʟ4&nBUY@$V5gg^Zne[k*{)sYb6JI`RG#vB"@.5H5ERIҁ<7`"Uw4, n|#YdATPUn36ëɮiVj@i8R4?2,g (V^S3M) hV l=%>Uj[Գ;Zm#Рm>vFi,hA&|Jf"PRЙMZ?\~e(Oeǭ|| Q> iL\'PqZ,+pO2h ݪMiq2]uf]froFK65ѳTY\K4P+iqpmS=/Ohq 3]ǧ\iG|[ODMӸ8>`y6ߦeb0SN@>: t.mj%~*1̃2FQq!*g7HۂES$XY lEsYۿŗz:{J;Fs"F>IF}5A;C$ L 9 R3M$xGZmNe0׵AK2J6-FHPʦ3DL3j)+eWOBϡ:X^=ĸcXfIC6ķQk$oh& ̿g-Ř0J 8BžRfAQȹ_\oP"/JQbb:\!h4v/զfꇒdG#r_졾;D"di"k42ӂ]m&{OBDDYQUׇv g*:äYQ7agXq)j~dVxcw8rYnB$SF7Iuكc \Z @ֳ yIs<ȕ+w~;]I!rjQ xnbCt^r_%5|ftH8gvOl[HRZ$&A=~] *.KN+^ lTYF\ޘ S//3jApG<>qT}bgLi8[\*V8vuXqR)yU 7 t-ߞh܅!+r ¢u ibILib*Pjdap]y;/;_)726y4.߽`5 ȇ*2WPHEzB]r6 .rMv>pHFkg6$T>ccʆѣH9WB^)rzx&N4c7JJ ` 670ENWDN4jaf!PL=c'hO1]'eu;!] ^c? 1Ggow3/Q;amrg^CEZhEJi™0Q@7M)*.?g }|x"JΉC-QJ=ogм3b|SFT<n@B_y<꧌lYFF {6qJbu`! 1&EJcnR2TBAwԅre[# GNu$p@úF dUF!r'UCUЌZ/'ֱʼ+=`BI Vf.' r1RofOt:]zVve^'5}ג糭L2G6բD4m,ۥoab& Lj_p<05vn@4EwBC.XK%MVC x?'sYev!4 $;,00b{KF xrYyǭ<-ܒA>6, Wr|a o =Qr53DW6FqAM<=Khd@nbF>R! NlsQW |1A`D$nH`Fo8@-@L%10/gfAڶPEafLNAÚbv%#>tɣ!1 YjÕs^M͉)Xj&vܐꄟ}*mLdx#C"aDZҲpӬN-??WH,X?a8\}!E[Dg̺ra6b'g2eՏpzlշ K{1+FvuiVU;ٺ+ֿG AP⊘В>dszh_``fF_; |a\P*5ܦV nJRJ_6nj.`WY+I*~RR\>,3r㥹`,Ɣrу$`JT)cZq(Y^tx)\ǢMݡ'\v~ngP|OV)%Yhhxe\m$Lau'}auB'}?v?.# LbE /y W`RBwI^"8[{7ݔpDQ}/9]9D8~p4ꔫA(КFqy"u!P"*=wM2C>Х ]JY,\&پ:mh.$gaHۄT][t ]B-s2}Ti.ٯ^O#4hz(<FÝw ,'Y 6Yp6~鱗۞p0E' n#'Zu_K^&A]A3AJc*|B`'di}xGP1w+2#+̉: R{kS6s+vx6y ֌1fB?IfcdRQekmd*!9-H^yŸRbMldqbIIOEq:':Xt` z?'W4x9-B4ݕС~CdGfCӉ =?©"n HZo6WGE-V4/2L @^hJzN5PgkKŴftyX]( ”eN"H]p ׌eL|]Ek'0t'[: IRj/H;Rժ<^B?btͦ,Č(N"%,#NM~$z% k J*jT⯈_'NAZ8is6W|6 y|eK'(Ά/0o`-x>DՖQM#EmϮ3+,KC}fB˦TVĥYܝ$ۘfe`ƟŖM{y|=w{Cј5: `i 7`r8TVI۟糅D6KxVasظ!i%ڒ:@WʷN4ӜKJ'\-<F~u"n%B4#Sl,Tfyp1L󄯂S|u>OBq__wLW2R_oTWT=E}gݟUS0dYIc*KŅjM \םj;9Q `P&1^5\l8A7s2^ȀnA4?P+G{Y-vIKWcjWr97z;FEH\(eЛ)#'q2Fww0byر41f*Jr-=±?,d1*#,ЬHN% [nwtr5obW94#x`(ɓ Ҙ\>F^Aݡ Y{Hs#/ЂfL +dzO A&4]͏5 a UeJL$&}Qso>#IYg7zNBC}Ç/X?|ڇ T8n8 ri/FNoԂtm$֓J?CM3om K5 Zy E$~7^OF+ ,`oN~L):-z0 TP ܹ߈.+oz3?,9콁|Y6H',-Bay.]xR{ ?jRD'[=;^=)wK(cJn;A'TG/Gຶa?W +T3 2\8 ߮tv+U;m'N)YrfB g}l1HWDp8(\ea 2\{i9A+<2A3]$SKE#=:4*Чw`T%Z(maa?'$ZWn4+MuaSXX"8hunPG{!PoYON}qJ_D^R<2{L nG?`n ٿC0HAۺFⷍ.(KSLH<B1h{>BbBJ -e"kt :mWDYb^$/R']eGHgbR%ƻ8 Oؑ|%z˗B7uם=n+:5=+VyGlkF3,g<oSbCM)WP}bl@ g,AD%ߪ#_J8cCZ`hLbud;iۄa5Ż&v,NcpRla]}̎GUPM^."q#Z8w8V#b2%lCuG{H~%jPKk@ ge64H5{:*6"cøZ-ts]}ďQC V!RIkMC.Dwsfh\> {oRQ!ﭾIڀ>K= pbLM #H G: {o:1\k#S\ə}%|j)?pB'ÌC.%DZU[Xpj[ٝmh|dc1]sih+ 4C)j*4gQ}g9J5PR3_JkD@S]!;>ƂZq5Yr.TU΅_X%S30t;4i-F Oa!3C6X݀I0"Vșٖh&c^5m87Ek\'A?/?3xM4OM J#'m9/|*5Sr=n˛鐯.{׀?Ry7^jx!d3x]d}yLoVWoVdNytmRf3R[}4S$A\ڙB~܃K1R19|36|"*H = QeoTzuď[ӲDI=̽*[br)m*DA4 4V'i/c5.\׻.!E*JXMK/[%>W,t\#ma$}@G1}\Sͮz=Y͵)+]o)M~<^ $Z;6f-ڮ7a T3N:Yf=1>6ZzXQ(zӟFJfV fZV2ܠ?X$ͪ6; 6sWPCBChX|-G3SRfRFg|$WQefY(k=bEc:Q[T$zBVQku\~N5u]Q@pnAI+=v{neUU&Vf+2e TAuWG"Xs̠֩ "cj Jײܹ0,Aqf^~x5f[5eb?',({$ֱ,r`pU,IBZS~xla\ iĨ@{'jʩkhL(s'Ѫ)9$ 'Y!?PB);J~šVC_#gFFIz3tSZ:b2JAqo:@ Rlt\SFv`O7S䘅-6go<t?(7Y GqSn4|ž{_R[o9V_,N?%W)M8^0.$K'lnNteJ5T(q;X^jZ&#3o]v؋Md3)`Q &mW^x!yH}>'JM#A(t#=`K{ (lu~N*^phfV:^ \Az4'(=>%le{)Lx>;z3a%Ztڥ( x-ОkZ쳈[#b;$~~ K,q+⺘j X/h3K!:y}+"0gvOd!plA4}5+t}& U'K%\PI^ӷOTEbi'epP+PPaX P%^2\C \Gu(Mo}qbD-9@Uk3IτVslYWS>5J.aE'+%'E2;\90QdF2d"] \'iG׹piYfXgM>x Ѫnr^P-?Ces,25z1b:ejG(y:{;'~p],b=LKoJ4Us.y>Nfչa<~GW+ ")ai=^&F/'Z1 Sʽ5g @-ܑ ޓh9˞!˓]3"PI?z!z{TG6@^ToɶkO!›) 5F_q$EJ\:P-5I+̥cf;QUAO.Ȝ(*gJ6M ܜy O.\v-2g؊cjGŋO Y@>02 4jD`eĹ@} xa".UE @a>;MsRʆ'm0V5`}^DE/)GKGBq@ Cg\RE_E;<zlp/? cQTv^xP#F kԑ k^Eڰt3 X|2WmX\G#HZ;!U*v9M+ʚwVMʢXkNP %PIz."0$gtRXۈXWgH4)tf0\8)BugH'Ȫ&Nw%s)H"iQ`w}0´hE$\_a U[D򏔤%vit 'bms;E-j}v:Aj Tj 6N04rĖYF@aq|<2[7%W8gʮ=Z.&hX\~UHP Uf)z&5N$v :6]ެ fvrvL-E5JإZZ.4b-^֬ͬ(ӧgX֟I6:idȒ; 1ͱ)5aq`J)К#%hܠ)+ yD}T QGNC̈́'4H$}aE\zX=̓W#i1GrE?`A.UQ Ek阎m];bĢj@  dF#c^; -V:2Pv 023廬H׺vĦ[Pl,X,rJ*sC$.ȸfp8> J?ʗ ȍHШ{ "™CDZ͆ҺqwѦtK̇!&Fo<'Yݛ>(aKO}}  6s5'Fn8jѥ\=GR.g82+nZgrCϙz%h"m#Rjf* n }Cұ;# sE^]yP+}5Fɟ*Cv"\)F=?h"(s+`y$:RK[ baOKN/rƓNm\gn+_is@'qTwNJbֳqfL><6:)5 d*gaϯ$(-ޣinr-}/vn+o"@V2X#I3?UFgQY˪f(7Q.]2~5yMUq7OwGFV]BOD!ęՌһӯ ƛlp8SC9ؒq'֊YV\V'ʪ45n0jB顤Dt_fw"=ܼ~֫QuJ PH6׻Jq+: g 1yF \o rI;}MΚ6ڊcBX s?iw&ڪQ-PBFPyZBʐ! ;5yc<ʣN2L묖2mM}8IAH\@TbfLuB4APg(s16Tyh޹$P˾0R b1Zp-nt!YIANgxLv)ajL-Y5!X?e{"򊪟Pv'a$7yK(rVC*Y '7+-'d @X^ND32t)(uհIZ;w5}tE?@1%}1*)Kibi/ƽAWdGmBJmu"%tte7-Ro}&7~TiL#[WR׻o( ` ]}ZDԊ(Wsj,y&`7{MNkk` \*GzpW.6l@4G"uAIs4)\O3a}\(^Qϭ2w:d+ߍ|J c_E7bBYYP? .أݐ|󤐼2~# jƜ$=&+z%GU9XU3<DZcxÚ[wϏ͒`k;I|:wNqF>HLʹj݁?*菞@=z/_!WR|_e14q{U"w5ߛY4Jzb@7e=Bwhp|KIuF,%XH͏NЭQ*4:fN>jn-l::bC&_ɈS0rU?N1Sj;F.| i5Z=Lʫ6բ]זA-;*i 췏 kE7J}ܾ ,4T5pCzXDÑ;Rlvc„ժ/4N8L3B|/~NZu\H.f[oeM@'Ի$E, s+L%>}x>yxzQ/?ؕ{ޞ"ނ?`<.1hYFP?<)E9f8V1 vɒkݧ"G G @[-ZFѺq.):1׏|82ni_%#YQai\Rd~l0+uRҥ(B4Fgan慌$229s[g~'MŮOp|U焸hWأ*5yʽR p(gR7" L'I 43J1[ %Sgv%||@xqea'jK(ziSy49we&QS w:m9ʨE0yi:+Һk1H0|tCh]{fc'M|ns(8RQl50;1ަ2R tOy5tsp8Jdk}˧5*-uAV5:!K6϶Fff(ľFn#I]*DgW3)XĐBDY _2ЉYveH3lp+7;CIq~}Kl]9BJmbei̽xwI-Ka%'Y TG[(`+ݱlp#O0k.ɰ*_n?Zv`AgQҳ彡gce6M%0G ^9ӫ{9kз6pQBu V3nz9V8mdg@V6 ~E/CcVscFmw7C0qR;lmCYZ#L@ X 8*- _ٳp-U@a0´ kϗB{3ϕ~ I?]W3@8ĭt-d5oZVá}v͂a9PKJp=.*$ 8 -ʩ54rW6 ;/[֩|j⛓}O#ӭ 5xs2fy!5rK.6̅I*~ǭ|v_p I Ry!es1*SʁL%kiD眹',}|~Aވ&|cT,:bRSA>nyƢ?zK" ǷSe̢DNn  2.@eqsVl[)dmSbOXڈqO+ӰGe ʘU}jRMN)<$~)+Q5YEiX:8{iߨiwKd"7f’v{JGM_Lb)7?X-s 7c<%m}?" +bB!Em5ai G~2 i%:Q4p59^mˤ@MGдiFR_( :l:PsOC2 #_x`j5ϰJO(+Ѻ^e2=Z&<gEBEO9I;X8C_絵,HDnzC":\B%]>RpE/< ~2Pw7)rk$c3=CBi#?YU5E */Mݮqe%`z !$|9eaZi1uj뼭g!-P_yÈfծ_vb-s,N.%Hm֚;p/bNbWeI.%"˻[ٴp}R":XZ0IɌlF༎p%Gr]F\&asӖ=r?Z i/j1T߻jLIoSoGS% ,RB7 kR;Pq DZp+8J5vlI݇Jf0{S]}sHƳӈ_ TܤH (`{ | 8Hi14[WNjN\ļ *vEFOZG|a@ O`;PةXj_KTINC2摒Kd8xꖙ'tE754ǽ(1!W/Ƽwo͏"N/ilT\.g؏h1%DH}V>A eS#,eg"0œA;Jb/"Z7ŒUj/:̀B%$t!DG%S}z>R}H>݊N*P}&Ur@];”sw9Cr9ሷ1y;xp6F@Zz˃Y9ˮTAp9c|zNGꡏ'xvG̘|<$MH Lb( *zۮo+CwӰ CcN$lBA?2Lw|_Bdοr'i2όKSU@頳L!Zܩc9ct(o `eN[Lq Qa`hSec3+2Gjmxe1 ;Qc]>}:FԤ ~9&d+ ~'r.c1`l6.Ԓes)Hq0NX~J‘PRX- 3~P'ܵtն]`K7H]^.}!1϶1k&d|rQNޖJvXLGY eenaձotUJ0{]䜜 J>46.p"[`ʉWUgSav]1ŨER'xA")Kh5o>מUj*gNDX$C!q}(}C14,F^+aG-QHpz)s7CDh@ּ]jGM-˓x,;uCHQϰ̜wB=p7`2u{nm9Iur;zsZE1KJQj雥s[;(pDM&fʥ&h2tdZw  6|8){_,NstmC}VaD386ޗk$?X9Lso?{MUD(,,܎XtY~`T0yBE9LIo8aUjrafh;3ZINCN%wJ*jAD0\Y[hOIθ$7*+yd;.ā=R#[ĠARf7`V- ~0#}hpcS6_hwK8v)YC#,K}mp )->1G~f[߽\rŴׁOi3= 7b=rn޴ffZ!Ei\vii׸_# S~'iPr240cEȩi߱>zY,M$xqIyUO3 Wy峋#^!ViZDX.;%hHÒ+%>:VoPXP.-;j[?]Z 4Ҹ~FwkGPNma{!T[t\PDN'qSR/92C8.'/+3 =+E=}VyzCv AJp xbh`!3C[m4Q|Q[1 []V㸈0-ToI|\N \R7' ]i-d‚V:ELrԞ- Y*_N&Xnt8_A>$rBdGNH2 pg!|2t÷wqKW2 D4AntbiOT 5r/w~[2Z9YD,킇yY6`Z:҉3*:D}lJ9b"4q {X7+s-?V+@N 50Wߝ\xu)}Z Dp RFXa{CC-}su/9?XMA&o734NM3& 1ڶP2em%ԷYF;j pwW({gf**aZl=X9n^p`h3·Y',t֐du,ܹ8WMFTB W Rw:+X\;o ba+9h&AoxK-\)M5G[9ż?!I{,ɇRz5nٮ qJJRC #ϧ"P6eUWܿuKf7 ~ Pӯ]$$NmzPyL_(K=vWb:8Zi+ZurfKK ;f g, Id~JgptU38fF.xR[vqÐ+6}Ih9.:fYC_Vm5) πf:!C] -8hKM&Qo) Xaڳ2*Gԟ*,{ pSRōt 3n0ܓr"E-}2'0WF_6A9yf/MpU芒?הZ(NELҀ-0] Tjo;WOs 3[ Ie$MC"&{z?I5˟A2`TIJVQ:7S)cE 2AS]3@> YzO&z|@Np~:اfH>te?o@>zAYy~[ֳgy9I&'bEn*IC, K_3e[娙B#bDod J c !0 l$a9_ȷdROt0:5.n#z}"v4Kn7._q|Tۍuh۪ ٞ`oS=H/"jTXvrw`QTD9pgԩwQTuE98$g"$2W6Ε )fҖKَWEI7=ޔ8ހ@%7- NIE GJ9[BxxF O(}le+n'SQar 58!a4޼ `o) 4A-_dw@=;K,|;ā$X-bOS>ԉN/;U:bpwo8;e&Vbg U@Kawv|pe`T?]P%'ʮ64qP=`l## CDVetz엥V94$T<7w%54FI'&/n<݃p֟/K3bi5pk-Q<kr e#JnPzA O^ܲ qC@:M3zӫPzcL89>Zb3OMᖓ7L T qRyBWNįc˺7`m^2N:F[~mI.̊M[~_Q M\C?1DIօmK cxx&Z78~ϴItJ@8wxd"+GY,QJ#0$̃<'6>m>\ R:f#^;*-cDgk 1=3ΰԁi2|*-i h 7.(8DIIC+qlr0[p:_ 0 mw*I4TIpϜLTLMc3f; +oEˤ؋>C0mN:Bվ0a b h"*iV3lSY{: SEX)K%,%adCdE2ku IXEAJג{GGjւ'O`:D-!aԔcZmw2q\(N'iFIsV>Ĩ8UEΌ 8nS%Wn*5PJ:oΟs;|77;R785ç YyNa+s4xlQ69Ƶ40N+rD$jf,&X^`M'ju'u:TwXtx1QT v(&V*[`{yLBl/Q.JoU lYo4ҭNj.]ЪYp"GT„3֐9&:x[WRL$RN9o@ϪIvX4rv~8*oO˛jk/P;z G*S֌+O((;]XuCsBr) a?WGu)ltI//,ds)ȕ4/'.gjh>})vJV>hiT!BBm,a.\ aw^Ft8qsg2(w~2{!P8Fxi귓U +rqr,;X_,C܃8-r0It6pTKT9 Ԧء8|b-doQAm;|<1h[- GtIw< #Y>jҶhYKYbX#6yvO-sn,Г"ddsqxfddh-{v 1uxbߓIl ޣq#k>i ;3$X:a eyt"n)H 78( ﯌1r̙y/h^ ]:#4[&$2Qq2AkHM//D%0uv Qi?"~7q70%n6&֤ uj(0Q}o_fl^qf:\2^>  ٗ)[`i~3NJ%0,TLJӊ{"MXЬC޸E]u_! &#0Mwm!+ʴ)Oo/B=TvxLU{ Bg% ς\Bǩ/ St5slss^]`6dS4A,0Ԝ6[HˀIqE4R[ ,/F.~){wv??8pyLˬM [u+<^FM^H.xW&/49/F'^ۄaWQ kl9BIBaX`-mG'C{Uk6ӻ:˄$lA驞ˬ]R.IUr:qUAg4t> SC]n'6\2*]̞VQ_9͊jM?r5H*ٖSm6`M 7RFΞpě$nj9C= ^YZx 菰\E{ljqMӻM!~Qp} 觝^ uLт߫c ͧk.QFyܽhS(ҔHgNQ|Eqgvjxh[(g[% q>#iplq~-'[ryM92 %7x FtsQcsQp %ĥ\7.XLH/;eSvm6MULZ7Z !ɺc58Eq{ŽԘJv8.`SÇKZjTKiw7KV)lH1NB <&a_Rb%7 Hm ([xqIIX~{Tt^' Sz4~ʢr쾦ug-uFz!))< \O{ !oW]W+gЭdھ&~kSzR TwvkR%{k\UAm%x(:ީrTxk>T~ KtHr!lDV)K]hC .hG[;rF\~yA~,mPY8_tR{`L?-2/v,8\^= QȪ ] kmny&n&HCP{;w<9ҼsWBie6(4 }uSnUm 2@*È.WdT5c oi%@f䃖zsNN݅##y"LS12V;RxʛAGr=hbIDBB{o)/+)SMԁzހ1SzC cIp1#"HK{r81ol%Oalu4|?%%8 YׅI^_M=v)t!C$@dV(yE5cP>HvU9 {}LI*+9J);8_w{4?NYV46Bƪ?צl7<5h*GiP&B{ī!czH)Pӥ`Z^H L)#z[d1X?C~^n˙2ifM%NiU2_xR]`c%đ i.bStn?6FCaQ#0^!)= Y3[76')LXO m3@pr@"nۼ&Mb<)Lh$6No (pĶNvXڽ؄M uLQu^d/'69ܦ8t|O37 .UaXb ߮DRmS ǀZR"=u泮vQ /Kr0|zq@S l|e}5OJq3kT\,3Q6Lqo治s iPt|{FfjG {;q[~iȞ!UXg 3Vl𷟱D}'nuϏaPok$47cvyyG[Eifr|tپqU1X, E,wC@{}/HXHIZ̞JnN_øFGMo)'FZ ,ݩ c7W߷bC-J1W񚺪_."Q;(u#ab# Tw?N`K̻xN+:؞t́Tё< TQH_Bv+ߡi)IWB; zQ[_o<1{Bn8Л,6yٌ 9 A]f?}A߇he{mƨtKVJ].;<rtvWOep%1T,lPZ؂ 228bj 8~gS AGMX˂2ײQLɩnT'XWe$= ǦjitB7a#84Mv ~Si?j6,* &>KK! Q,􉔤s H?]mtHjۻ)QZ*lH QE_ =l<J/ranЏ05_.i ~ |#\3吠OeSǨ$iU~iS[G~鰊,Fx;P"sO q]|U#V\͖Q tD5Y2Y3R@(!Nd톼(-۔@LM(o.\SU?7@4v;rS}ձvүN99m" ̸XPWv!=#5~˚[aCL膞p; zg'\ 1ņk9XF,1_1NpդP<{ v3Ъ#艒wK.fm\oIODݻ*QQy0 H.K<VMO_/|,W9.;}z(%gavm;g[[y֓Կҥ'm*GЪz A@ S ~\'YɍY#?}b09b';=}?~"h@e̺X d:/*gxKfNj丿d*惓Ȁ<ۡeQD%)wRK)pXip/yt &4LuW:/8rtLi}XV-|wYf?L;72U*5;ފWHӞ #$Hw0y-R^v&'x E}!P2ma+3"{{XL G9U\Ї[_لd}/߷U4j?0;@[-P"0jӍ@zO ȷ{hVEa~RyE@sCH mdddd H "l1_ qWRQ(3CxX%-*:X_x)jNbצk{ *m)AShj&p&l8E1)G>덨;Js-@|bBaptO X D^H$_`b?v!95wNoD|բ_~H;!e+Dw̢@_qg)^2~L3]=bИOnf |͠cAZV/{G~w C"c3tol<2n%j;=O9T"ؓ*̷=/6I?W?HPR7r'  kE?Gz[Bu=˶#C744]Ms>L^$|:,(:1芞n~83(҄Dwv!UxN1۫+#`iuvdN8I} P]WëJH7#GuA$IrLs7"U;.#`|1mGec~든ZkHTjӆݻTK+j L& &`y. wQVh/a;ZfF}YKHs,Ve6/~1 '@4YtY8 !CR[pW֝8hQ/*eQ<h[] 7@Car4>p !~-V`woИ֊@XF5L:%[ =vn=d XOM$3!޸ ']d[d44dn–t&&ժ٢2tn6$о$ h,MasmC~piMQy$ 5p a Pc >Ə_Ǿ[q0}dz7 :eAIlhx4GL ŶkF̫t+F|͓ʳZJtz[MKrtAP;F]*_Z@-V?t-B4$!M:~;@N0Ff+eiGXS{>(3N>]8Tp )1> '3>= qi^4 m W;Fp?QnN~7OJ_mB1\/@.م;jN5'ĽDZZr<*1P&Xsj_z)ۦ5zPȋKUrg-aZm\!=t$E=΁4؍-j)݅-&?jI)M~ X:BaVTwX<6G@`]<=:Y I73-wë;D[:>LՖ?k=a+~9xG Ty.KEhhєUtwÜchn ޲`8:MxRc(F 0 8pd]Z77 329ZkxM5N{3Eԣ՟ ]?bZ-%- ;R!P;?5; j)9hh|?jky@jz=&?j\p_uAJl~=ׇuo\,65[n0pC#c`ACw ivpQMvDFNv6EdXR 7MX6^+V"Gz/0Kd`B1 LdjX0#;N)`7_~k7Q0x\f! C`+i81C!)OHV<ܤy0½UU4 QPGMDM돡?ǿ4(?[!Dd,hkBKyNnxm[\ݠ X%?{4'{%q'Y NS1 b$d DM'"xُOaK$qV؊ rb>`@n 8S>޳.PMituu/̶ofS<`f?Z $ϯ($fmcdY*;zM qs|yѓethĜwiŨ o?Yn5:9-ǩηrO3;Rݪ|?n)sJX?9(OoE{}zpKpVmwg$vn`lq~#c JaeEyIJñ|GH)05GBBX#Yu~r9ן.M[puk4 vY6wMNd1H&L B?"sh8cp]X)e #jH1˒wh1yW2q_ͅorbOƒϏ'kM1<<6n6ӗ,U)78APoJxyABSHj;̓ڍozN$ͦ+r怤m0S7*]g( Lxt'+2+/۩AwX5p . Paw-)xY}@޳IB "IB[h՞󸮉S e| eZ`TwT >m4B&.6?avRmZšc-8'?L90`phal I|kW̤2vޚ,4~60?s DFQ;&,9gecRh|\Pq;ҳ['ŧlw8e EwdGOiwZF' K>ya]yE>4;sD?R#%7m/L"}Iv5=E$_uB} ҝbi)ygurFn[ 힛ƾVp@3,Ш \?y4 e!(Eh)B3x;` ل6J0bµDxM˃ͫ^ߑ~6>Y>gi}˫3zbn?}ci4Ѳ3ci[DGDpaO.iP1=D-n!gpC?|$wcWq{.j* /#79? ɽB̭Vis^ncҜxxk jxPS=;r(U* hP,H!uTyJ*E/G:e|%7oJk)aWcBx1t.3NdI%Y,Ǣr\]pUR0#O$NkG> A5(;rYD*?Ej}WA423-\abǦ:p !썋beCNuҍL0Bж6kxٞ8<#~6yd%h6zɭ{])SyLqE3xT͂A`-S?qQTاȝ F\ KdF`N﬋ǂ5.G鵗3(c=i kKD+! OGM-d$UX%|{-Yx>gZFV۳X |ZZΘf9Nʟ걠w{H-_91΄PG/38A(@Ӏbx=Gj]1msQ5qhC.;=}u!ppiH%b"pO`͛5SAhmbzΏ}Il @}|@L 5mb㍮-*{@JvœA?;PG^#8u@_bheiNU%Bg*mwD) Ed/=PލbpJD5Vuh܌Z['*;, xbݿPz70[V\{sEYClYF7AKyW$7*[ήIytƔvV msw#2; WpTaMJ0+wVRbtzI,({8KNghH0MW27~2B^#Ғ@-iUU,7/ @s*4|BOY*WR>GwyJ%0#մD.@H=+SR.k݂oяY+aCBƾT4r~KwD} £rzixֹ)D)u韑Iӈ Dg?ӌ?ژ BחcZ ~6 !נIikvXK?y;b'BFC6ŢqT|"eDn{& ѵbG̸% 8_0ǐ6WWi;Qp#\s0t,R`_q-c !8*\JJD˺\BD|izNlkc+KT,kbR#]-Ρ|lm1lR+K: 9|0ƭoM7yeVN>xҪ{/QKs jMu"&5!tg_< 31⡑Hx鸥x %}K K*$}#r[ (Q'XtutXoXMdp-U1(E<89bȝUZN݉.}c50=XGVbÂ}E`ˈfx. 'JK YZ