parallel-netcdf-mvapich2-devel-1.7.0-lp152.4.2 >  A ^޸/=„ yNU6'F*>qb|&B-%e/r4a A#U폿 5~Mq0ߋ('Pa;m ONvs`@J{^q9bgdm׏P GCxArjfW*f h>p;?d!' 1 ix| "(0H T ` x  ,`x~(8 9 : F)G<HTIlXtY|\]^blcdefluvz,<@FCparallel-netcdf-mvapich2-devel1.7.0lp152.4.2Development 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.^lamb21 openSUSE Leap 15.2openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64+kv!k^^^^^^5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf0add2a23d5dd0ba1839903df66d38dbb968df62c21b70d6a6c482fc31f3704223055d47e5ef0c4517208ce269b5bccdb401c4a3ed6df862ce4b335167408c67blibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-mvapich2-1.7.0-lp152.4.2.src.rpmparallel-netcdf-mvapich2-develparallel-netcdf-mvapich2-devel(x86-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.1]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 namelamb21 15896488381.7.0-lp152.4.21.7.0-lp152.4.2pnetcdfpnetcdf.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:Leap:15.2/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:mvapich2cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig file'[2, O9Qutf-8dfb1d931ceb2fb16448f9913549d5738c80d3229e94afd994a2e679108423eda?P7zXZ !t/`] crv(vX0ey+x$tMe9eۉ mfJkC6 5-gA8þ(|d%K4Bamyvl+Hl8x@&l@]*dt80r8QF;eo]01 |Î Y=F k4{:D՞s M:&s8+OJR+0QRPe%kAY ͏EV1u!\xf!g8{ڐ0hq6d?KvC̻or/g$􃭰N/1JfE_њW esv0IOs`DnPXcԨ .|6j22Vl!Bl2+ZV"i>B؊LX#QBgiA`j4%DTM1[N}¼t|Z3(XbщRY>H"vhmwڳ%i:A?nCTOvaK RۧHx xΠFu%KfGWԓBK0G;M5J#QZIL2?'h9Ѣ{;3 O)A hl2TM ^Pl| ) [[:<.ĐCޟ)e(e):tC㜟%Ηo6։v*>#vH۰f8* : +lmeoRM^ (ԣD =>~Һ}6U0uw|P.Bɻd]۠#Ȇg,._R9%viKoIߧz͕1:p\1k$'HTW ,rLA +wqӟ^ ,^,e{!8Rq7Jm*v\cr`’L*3ec1  ?"> |MthU`lvcֱj\2O:C6};wHo%RRs%eЮ/uIު"(̯uԈjU/}謙H48ϲ7ز2-zT2jt~A2 w;D8 59”um*@[?6W5Ocfz?edx Ē37^S!e亁',07 Lᒡ+i䊬/wv| ۢqX{e7`qg]@"ygI;o7VÍ4{+#K҉#ExNZs{@PU^Fxs[{2$ZE~j9OdXC 4]ze *&H%,Tͻ8R5swu4&9 SoOÅ4MM~NGk|>aPM$.c]Hj!I! \W& >-+gIɡV΍^}+ѥyV%}@VZ -qq!X TE'z_hډjmm10ALK.; ˢ|A`!%='Emk @aOkM0uFE9] kw=IKcAÁ qWuC<{L+r >gn DHX"GfFmz L 57i A} J,;prЛCVwycW`HF:95xy_+F.䱔Jl˧0b]71ri;~`U@lq C3m 5 e#e)a'}pM \ߌNuS̀`z彇 \ ~† X=8߻0jm0̢a 0~Ua4zOѴ0[L< B: @P e%!`~&ǘ3woq69-#<:D#oJj%lvIek_GAzkI~YJ.х:c( ߂@u- _\6Z\tM4rD˾ 1'&|&m (F_icp AA~xT$9_p1ctCn M!ܵ 5T_ZyzPy~;F3Ƹ޶vP;)?+V'_A Cs/n}郁x*WĒ0b=þ'FO [B[Zw˻ҹiGJځ8#$0q5pj]4y4Qe 8d6=Mh߇QfNv[7$8'!\J =SikN- 8=9Bz~=DΪ)"e^#hj+ Au` \SMv ~SIlax D:&L&OL+Zf'32=3:+U8_4zV}I+lx-.{19 JUOѴM6eq^O&YU8 E/Wțɥh㿪i7:U}%Ӕ-sQԨEG;`Az>qm,),hIWqPcz{@o ΃HӌCQ0W= i"*yo/5n޹BF,$";:WwBdۍތQgx~Wk*b1r8t|S{ך3-XʚD n$_oj^ma<;םG7Y/ţv J+uH\<' #wlQ!  W,So u\td뵍],3n"8."2?/&ä^t[RёK<2gQ8IU#~}7c1{'EIQy4J|DLvwbgU- k9-h>Z|_:<|z(`r^0nOG[mriXlwNJ`jd*bʏeqJra0պa!@rNԌlN5QbBSg71dvI.DGi{RS ׾Ɩbami{>IiU#&$ +)}CU1P{;V[xѽr*'n ytM 4#y1.c*ȆQX$l5tA $Di{37D'\ /aXtAR菗yE﫰=+?HnA|3 &a%>VP$u|6gr=y2Yq<('AdWkFW>ey4[O̯Ihfս jڳ>zl5IRzPFNu["(%Tg.mjl1`f 0R#*CQ,#wJExU`h (׺05 ϱ5ټB 1tHiCvA:(@`]@`jcB!zu󪓹?}K)Bu8 X/kMDȁ@D$ _5^@ q7TF:"qOz@#U4{J<.*7eL8̟2?$F 5;EHyE0nw9hQ̒auzPbq6$zY]J$[h 8uRs~)}я_Q8Q͂翷IzE\ SDcTrF)w`냒X. YHOyݍ²H܎?9ž* EֽFU E"FC66ilijdeڌtϙ W 'U{%eI6bJuW7d9Rvr㚐hD;ją{9qWlvrgBPx;OGE! 2:~c's{o&bP9ƿcDG{=V4ͻ ӼoX UQv-)sSw$IŕHj[QIz!U$XDZv"cb.oTc諨XYaBƉJ TXټoEeWݕs^%xm(6/vf>Α Ԕ A<]FE8'bD3B{spEw-:|Y Z; S$x2h[,_mqb1Ab0Ky_BiYuC"ɽeh|i6aoH}$)mGk)*# E e[z/Q"`l۴y0ΰC/n/p'sYe 3P}ʣh. ed?NRIטm/jコNȷ>[˄z]?cĎ "& e>=Zt*߰^>yQy'+{qc, 3(*υTam7Z ĥyTkok?m8&*' h``͹H@R\큞x\a%0Zۿ2鱡ΐfɅ'yΦ w{W3T3<W=oJjAFlh=Qި̲;&űUTȢD;y3,5S 4"*(>F}&Ipk!|Ib%H?r<2C:8# Զ7O/t"DHV(x$/ui|IcxyÈ~oX8s-}q%fh;4@W?ZE !dب7 3FHG"N)enoEjχi"̼ ߡr(`I0N >UNk34X8(lVsKKy8DZB:hnBT]*cK:+Ĝ~F$o#7%zJ+r0EAixdZ-ι6+!i=tZS2h0{Uk"b" phm SKy%k\}`93l|vm2U-X͊*+R*e^D&PZ(_+9Hl|s )qLTނ} =BKP5RJZny 8EQ[%`3܏ΑynM{Jeݭ7jZޡR%>E tYCA|PQL* 3[h7\h?ɁqiRRCpz80Yƻ=Jhp4Xo ]ViQ3jk-WFl1 c=7(~L~ialoBfE?{ l:[xʂ1K$&-;hL_X1DiZѮdج vK ͣ+Nc^l.T-qsĂY#s0 C߈G%@ ʜ7([^x+{ SJ/<@5xl E^nݚ{ۖdd3~O73Ӷ䆠NvXy)H=Bd ^敎,q+q\С$niOe  Uh=РufĿx}9,T2oM_J*MS0l'^spވ5x,H2y#@GҜVo0KCvҜ<(O\RRMIOyNV$թj*x[k'qj;w{{ˀWW?d`\ʣI0R.mXˆ=hfo6\+=pJ==5RNrWf>N?9`ãG*Y)%p3d׏"! :"^~uzk{t8fշ>;"gُuh=uv-ƀOyvoҭo б xt1Qwqp/lϖ2 |~ .ǯ|EjEvjX-}i\ .9=@ټ,zS7v7%}eK25B獎ؘC<[F#`PFЯט,G(5٬uXWJǒWSȓ#&EeR'"9 (@^25K'M>m5yy9-kE؜6\ 4X^1$Om/nb>-%$nf^KOaBo% DC)/;OQX 1R-,LKBBbYn^ݏjF]^u jP*xTm$/?5NpbX~nH$f1m'xk>`Ҩ2nLDl^r^WWmP_T#C9:?HYv; i]0"j4\/sSEk8̥N/~qB!oꞁZƪ2~pg#ob) ڄ36P@HDNRʪT_yX^P~9?/=")pȾ-E籲ZXx-=yV{%EHM|/sO4μ0Z8m}^y'# lTO<;ːkEND*n ls_Q"tm_G-PzAq]T͛Z=ĶݼatEDdt:y6( ?ەR+uB#~Ξv|88ɇ% ^bN,?%;x\;srҌV4a" jb8|>I#Ϫ|>K˥$foSv;)o?pb{ Wx> c(ÝT[Pxuz ߬P-n cCCXxͺ GV`Y>C =qY:{_NV?yxsWN65@ U꣟j5sN|r5b$8w6R[}#gG2 WasP,>fRr ЊW*rbXPX.o 8(-ijBx6œ68^n %/%ár=3%NpSr$ws!a٢"]mK D`'-wA6rז.6P3&ShLgظG]RCʱwkn?lCx+9kfB hRil}c(5#me on.R0(>uEQ Qf,Q2*666y5hi@5IXssWc˖n駝WL(fD$#D~\h6NwX7KOZD&q$\d7!tlȒ,jK؈ 7}>,ϭk/kl;y跧f&5;~:?@ѳnX'`܅) Zbٞ*:<1eVOIPg;s,WdP+Ο%ԍO/؉BN׊Ey1DwtmX<`RM{dES$(YJVQy0翽@Q~9/9קp蛙a:l)#Έ]{q} %oZi#X +[%NyP5*.p7OП=Pu6G/azo4cx[G:B D.л*ӯ'gma'([HY{ M\v~-)J#3 )d-&."gAԣZ:؜/DnD?:ԕ_" !m_ T. irQ4\FLh=1^& V_qjGBJs`!{2TMd4olSDOQttv.__D5l-Kd)$"̿V;@*4$](  ޔ X8jfldqX!e?f ~}F++JNa&-CO3[+$ϲX `nZ(Fr%'~zeXlP +{z X猺2a֢guLuwQ5"Gf=]m.BnQYbY@wrEjoϾ d,n! 8É~*5~ "H]@fY#fR@Fv]8]Şءo]q#`qsuL,#  -sʿk !>™W#')$.W\dKM+mt,t?E{ڄGhᅱr="AͲ[vnq*?? s :xl診"FeZz+-lj}#ԮU PWޜ5fJ0^U0Kh")yG @?IRL^tAuQr[fOve'!ұv y\}/o MFXQ*5HgFOmmn,`cej\}1,߮jsi1@G+5P#{P'_ohnSw+bP'c|4H*'@y/^#eϮ \t`o}k-Tp#\:>ə/W-j3\B|:2gBUgl+rM .҈Qr \KUqo% d5.ݣ6.(i]jc1Yy12H98XgܜDUTYLď_{Gav ڋiuG34K:WAY<Š!hUm.l|'g67WH2h,ά&զյדƺlI/Q9$|T+o6`Z%Voeyǣ#6iC+!sÖnTt˼b(!{:*΍;2,G&u;j @ a软S\o+t⎅{A"1~̑2CB"H #'*Sg@^-n+^8p/VeOam猆¯bGZYY1fd^;T߹mns W b Uft@EϕQp'Nu@K,y37?J-Q,'iI~66/ڡتD #Y#<񌁔 ~^ZSW"N`P\A@Ebɵxof!ٰ搱KP0G1FXQ/rgi'_N6u(<8) 0/4Tg$뮶ZHKl >*~fУ;ġ?eվ2Em pߐDeAˋlĥ@P{*DKې{oI.4:ȝ?HwFPx@r]PoHnQ ~%j+`^ a6 j#^ڳ?+]اIbi&}V.V փRg Oh<.ȚhRHi:$ IPd }XV2CRWm`TNRupR&ݭ,ˑ{o[LT>r!@4!ؾSh(Ȝ,>VjOn.TFmX}r j7/Y.o3Ֆjb{u:tW/WOњqcM}/VY32tݖü1Q즉 Y\O0Je% L),n^93m{?&Zm궼\c݌оYJ7)'4|VENO VEK :q|( ks'|VWzUz#ߛJ32AbM|T'[5P(^XSk:3)W˂7zeABMeπw[N|3TI ʁ\䓲@z'1\%$Ca_ mDDڀP/6h8OWҎI>) _tk-l8jWtšlВoɿVu?Ч7#S$¬bh'r -v 0ЅIu:箘 /=?Ey2g`Xwa~<;cdH->EvƩ;.Nhgk!/ڤk 7K;iPxbNChga]y2hY4TUPK4b&B8[IY]v$7t3g˙R?e=)nGR'3bQVГ޿YXlAdn'DMIS,4H F*9ܲw (/ª/Ou$lK6N1ǥ,6R]T?"Je6Z^(O(Xais]zzatN5"Q%Ƚچ T~O`iL$;-z/Ԙ,%bъ`f21 }mu2Zlc )|@K=8"f/#:X](x8HvfS g )z jŠo&{UBTjPX4 ̄@"me*!|e4ӝrFې3B\u.6XG$yM?_^HcqTtY-W1g/''ء)7Z2וL|DYSR=}yD)zH*مvf:”V 싐xAN }Lv(? gn&Ygeaڂzs{1\S̀Rt'_Жfԗx |Gԙ)[/n*\ MzW5~[D*"1"uA0HɈ|$)#!1?tv\.lDB[#5F!3fgw|^v]Ft<z7Kf`w1#muՀhOtDJHT8L|k&h~b_]?;WB\vC+И:Xh_l$/maGEH'c] Q,}1  ^|_S._M1:AbI9ha#7dKga Q ew1%}:,eHNݡb2*eX~rr)vIA,F-櫾,51ʽp@dqȫ"„%=C(g9QB91DIJ[##\ #,}W 1p e`A9)0@@-=GpG192{ a$whlg_diVtFUrZlϪQ#Og{5i]YvӤzuK%㰘ט #6lcm/ gܶ|rJM\`İNc[q*KҀ6-Na*\rgZcưHJcLUԖ)iIvR) s.(b⨇ r]%HJaziǴT2![l]q0iY +[> "\4-XFctHd=\ ly. J(mym/w4NJKHRDģE,^g&+yڸE$)eш&E:e=i1JŁ\A? (q?CEhIF7!vw!/ fxG+E|WeDV웶_(`ޑN7wIvQ`j>v$NB$"n8j=+fy\ Ԋ{y?EΛE(K_"q#H#(d90`mV,4βtVWGML EϥIx&#''m*ġ0wȏaPB:ɡ:n 0 x[l B,y4vP]}^8;66;L[zq3_pX Nmλ cBneAY>ڨlD|d `[~u.f1ؗDH}Zbޅ@h^*%:mf 5$4fCMw)Vy+ Wq7mmk"]k1sdN'k5vbˈ S"%དe780?/ rTx\0y,byvXKIo|^H9qxhC{݀ (kD]z/EeIek_lFBwJ҄8v_t!84-գ9TP`^_W#aoWUІrOoM]g,' b1>(&'P^2?ǿ4tUrQæ45iWQ kiUbq>gH&<_pt($$;_8ГfL $BSoLB'Ӭ9צ2sq:JM+CoelMEovqP"0--d.%d2TSB(Ðvg lUևw_g)(L9 Zq e2Q`vkp'*Lokc{N kxOz8ϰ# P?2->xZ,mv|eq69 91d@S,KJ3S 2-0} j {IW`6%´sF<ͧGG,umOݢ::MC?BKo;6Ĕ r .wV_dt^F ;I۵~esFw?]F`΋ѴTx0~KjdyhpCis^#!B>WѼf $\bD.J ~WKVAv &=h'R ZY~FՕ,;Fi B lNuG,K_hG U`I pqG#xĝ;ptPA>{n9wzMr<fBIyRr+o=(1aDmY!va'1%/HҽSq-&s+gwpP_c5` =/67vsBy%e$8YkK$9KF/&dQoYK=SI"ѵ̢9EoG"˚XFTDLP`CIPUf m'3X2eOX&t\||[\])g!s]LjQG`d!R \U 9dZ;+cEj tow׸(`W DLK^HrZ,{4A% M/P9MDpV6UXq /Nff cUZsS`O"PjU 7PcyEg&.~.5=q]ƃAxE>$/L]41 M{A7mS28PBK_6~AcpI%WjyR[bw2Zi^`Z3s'wT6Ǖ6/ؔZDހȜ=A!<;ႠWJg`% .Y*O~@/qDyQ5wdoy=*r |`D(WڕqRYagBُ!0a}}K -H2-:]%ןo=WG@Xe^ܠBy\:+(LJ%{MuW%=V o=.2Zw`yǣ蔟 5YbbO'sa+@5=9XV>J]=NoO1-Umk'nm 6semATF[+,lҀ0X)l@ ꐽ@(VFpr18ACJ̒(I% NUǙV͘Ҕ2ŸJZ>]SDv{& z]9` o!% `,¸OWc3Reǹ1 T^;!2$TI& `k9wgLI:"25}[5߁[jA#.JmJ09:ci1߆&`wX8R,v=.bNuJ9ʛ (KF~a+⻫b"ZZdmmv® {NOi>zX# AUSG@@SLs)r*wl:ϚtBQd|l'0-}Ki 6+*WmtkS_-U(AVJW.IH"^^,bOVJl}*ŧ&UH1n _I0`y\̓K٦c 4ux.HuN1$lTÂAMxS1ee93LA)IX^9ɲp bA{wHuXD\wϑTő*2K>iJ T1f0%C2j5fs3eD#_y匼jzې#1 20bUeYoqEQ;HTwJ0:o@jrs崎 f ;2ҳNBȺ۾zw6ۭ0'n=#h۳%wx*Z>'X(q[U"\&Jk{šDL7m&69^;蚪/ȓOq [kYWIbi? =iZl03jv=Fp PQj] K{8y6HF9+d2/R!P<~:N"Xu ] ʅBz Q$ tZ* 5HrJq 0ÿ$yjP?] .7ҊF&UPNv/m "Njc]5+='R d9IIꉞoMGQT@P #%Nݏuv>>gR${+^͐%_{Z/җ>MΉ0\.Hkѹ[4dI9WW^6՝sRˌưd"0`:,g"рMD:0-y/xϊ'6]+ţz}:HLj^b2ƪ^1# w&JЂP;4ќaBn~E_갶R#g9 Ef'$}":Wȫ_y{B* .*|fqX9,ι[pnEŦ#c i,i* _/'r#3'3O(4.Ř'W\qG^"~|x *!sD0UNT*?|p(;[<#PqؓB;:4Vu';m"FՕyQmnކq=^ ="L!ʦV35kC܌2dbMA'߄=%J Iv~68gnN0}b'h`*ndf^60Ia-ohVp< o c]ڽ !%$Q$!uΐ]#3/{jx1^ \=TwazK8p7k%C+9$bx |qxM 2:mݫsfz8ͩ䳻'ʰgJ_v,@o8zTU,#5r?<,3'+˗I|9*U:+k^YUDb6?2 #uͻOiM'VRa['‘eZ\F0#lI˗,i.7svo( $sMHc Ga+RߏȞQ%)Xh "-ѵIЧ*^HƑܿ%ЯìwfF򟹙I$03[]6vlbnHGsX&ӳ1ޞg2i7*YYOŲ5oC1Ƃ[do-pPLD|`6iC} j!]f''@~r dJϕRaRIwn--4,[eHVGPkō"8 ǩth5Ӿ;O^sT$srQj>~}`/$%vЮz9YX7LC7Z#G"~ rwJX\=>2ˊ٣ʕڬFKb5|K|?\ZiXȤrw3T'LsU3Jk''e V8ޭ N (* ,xG=߂O 6+a]3?tGz+  C ä& MW?D3M#Frٷ5/ův)Ap՗Jʼ=u89! 0m7NC}I rVgC1eLHz)FSo{;HqtcBh:/1RAcTaZ{ċw>.bWZwS=[+ǝq{64pBU]؞A>Dq!^tԌ#6LpTNs%1RdPd=T'EѓVwz):w|sm }bBF)|%-:Ď-٭"bu:+ݮ +k>Ѹ/Po.< QR~,H?y%4 R]Mf^ݵGP<>YxV rcJϸH+TTaH8bΜ@sKe1zb.IUk} RJ3\3yYnT "z`0VQM\?hA_>L| z%9JY6*15)]r סc-¶,#߂% x׳`HĒ_4PF(-\&of,et0aC=46 ܄ pGGFXe/=x`?ٿW qW^E%c-}d%S Ե\ '0͎j >[չrcLAzTqћ +1;nX"ltW MTj]d8sVL~ o2nMW=cD-ߤ-ˡ>z' 2 RrMrkq&CƩkz;!1pqE|TZkLUط~6i._Ƿb,jC+=6)@ԌZ>H.c=ߊ#Ba ӓM|OʋWцx~otߝ#@.K3wxx].1Kotl.<[qWK"\U/qV4UGDoW[ְw)A~V{9yMH?.'w4Ț/?vJ"l߱&-0U4I򸆸18[ (U?+)ѶX.ikv|mpwd1\,Ũ LNMnOS Zsvb 0q%e)MzMd `W'vY{o:%|7}/k@].ga/ Tu:GSidjRrtz4}'@AM;V_%z(̨c%?9mfe#" X:ڍ-{ BqUh((! n؊fQF.d3jNp~b9ʱKvk MVfzRȁjق#S#"}H*5w",S TɊbÖγgڝ#sę, +z/,ͼ&o9;848)u~ Q_Ei[k8~CRQU2g ِwR|W؂ ZX7u g${v-d%<vs.PN.1jL'8W(':LCOp 8]u e hX6Y3ÿ&ĀJ'zUyx7f..uq-Rja^ַa 3}5z4,'ݲ|Z3?[$m)k X .\nȾeם/ͧ* =6^_{JȑI=2lB]o-iIvy⹺>D r!}%`*1ǁOGE"ky# z]e܍'5g7̥n @Q)g! EN#m.}`v̨ Y}@B1+F^ILys&xFV,"M'3,H4ȖOb;̇=F"HN4-Кe %P_7+!ħ)4VhДE" %׋ĤŨ|'29Wьlw H{vxK&q5%XU1gG}jB B`18tٜ_p,@0ubkXk*0qջk "C1qYpb ^(i]JX]m'uVDewZ(&(_ay5   O6i^+ӚռOZG~6n4/:iԘ9h9Pۡ 0\[a6藲;[ m1&/PT0WB&I$32ט m'TӲ|'>NV8f_Z3ܑi6V B Z0٪@ޛsX:-[5(Nj~%#Ʀt% ٶlmusCԀ:t?@ɪ0cc ϟME" C)cJEqәe[8@|4,/ƕf-J>0[T4vvǗIuZtD;0OHEcqt=LS,4$d߁ TyN8ЦusS $369m Fb9u)5oТB&|dʒ38Jl~Dq*)m"H"aJTCSY|>j[хU{wt-YJV&9Ŧo۞f _ 4zYc9I&NhHS>> cDZD#.SzPI$tӒ- M].,D ^Ă vl^&QЦipLG݋+\赈PBzp3 D*FsgqB(Ntc9w3#P!Չb p iρшj zRy7O SLΣQyMB[T *}_v4-eկ)6l Ł$@V@WӎJebP;k75dL9Y e + xQyHq߃pK$QnpɄɶywODEp{}IpcYԺF5weU5 id;P+xCӱ;W֍.VЖT<@=@Bp:@K <&0 YJ)@{N%Y:Qշu֯l[݋(#J{b|XnF.m/ع-Xwa{  mm"[4 b򥢽`ßt&1z7_ 2]RR 4+b- %+X?kCڤ*=È2裞" TF)ʴG O8>Gr1AI'RY,5|͔#xR&)05qS#W_޸R+)f7v;I9VILKX4zc -鋄q}E8%XS'rGHKg?13< KDf2!5؈gaiy?׊yaBH% B}) Ma@hgZ<[b>wM<"5f`AN{ K6 qQq!zೊdsƇ̜tC4C[!:P?J0Š^~eNMz8hGY1$"5VQ$yJ7% R>Now؟=kpTxO?\y>:xDF6b&S u8Fa6U F_..f;VV+[$"1=nYY󂯸'sܦ@[0OU9[+luDP6gV h/L4aR$u] k_X2;?lԼï6gBT2M6he ,$m9d`-oN1WjNd)Q ݖ޺V=i['M5۟ҋQyJM6]s` JOK.D/t0,iKa^%\T(#ԾM%z$TC{Yy\7MMbEHes0padLŇןO $ z^V=5/#{ҋ1wZ-ї[ > 0:da#b-Q? ;fN(AJAR]l6&{{t ~]ܨbW3P(q^2n \ɄCuuWQ-cV]X!{t%Z5ˤ(jQ<s̅ił 4T\(dw,F*414 ۇMk-+X\Ůi#KO-hˈݺNūxT"?E,=+a`nEN}v͎eJKs^1T}pP n=Ȩ?P[jx< qdGo=ԉ(qD0 ?쳤^ׯ:MUYHt7>oЃs8,Uk5=~-goo@=3b[1*'hp<&dcC [c7#YoT1ar㘴/״-+2(3- )C& 3ʹk,>n|a<Ǟa2e Y;"巆HkIE}I:XΰQɍ \ U /NB3 h^oh$u싦QAP2?xR_J0P>GxTu+eVe(FS߁6ly= ]4Qu%jӐ}~>~ϡg]ޮ垷P{#JQݼhW۲p6G41Z㬥[&Wj/<2WD(٠(ӷsl@BZJc=kvG< Y0|N޻lzR0S>SR\X#ޫa ٹA "H>SƝ>АnN@oi;G#*rϷd+1ɫ(8c62#oCz!96/!w60"8C#x0YoJv= B.~ڞw6c4$Ա[PhS8r*$OzX򵅅E:ISo/%i&?LM{ꛚsGOMr?pFy,G%c &S]0: eፂT'rYٴN 3Tm*~\ye N~gnz"䥒i0{ 6>S<L&cH?\D\z .g3#\ gJtM6訓s'fa{|nP)SklZ϶͑VZ?ג}I{a_fff%>mMmCH܈lO?3Ao < @{VyCx}BylL䶐|9j6WJcru 88AyPw(A 7N#LDUt.E$fv7vYibr+XíJðpOmRS4ciP^)\Y֥\N!f}w&7^DpS{VѰWsjmIسJybB\KRM]?Ne.HM/ҩmya2Ϭu|xk/O9~aFРo'h"?gG[~ \>=&~'#k4Z=!0Ts:m,8 rĢR|*Lvڬ{Ҋ7os3*eVTٸ'gZb76 f|D8#<{M0]뉘8-o;] )M> HMYCU8'? =ąTnU!d!B#Xq?zi`d^H98r\YO|;Gwi~zmoxטh~}>͊Sl iBJrĄidu c!6OڞSDXa"p V1mrdG7y"H?Z0dn a_0 B2Uj(MkUsٿ^lV:hw>2LpI%A- ΖHPӠ/ MG2n\ $MAg_h;z (q3V2U!U1ȓpxo)ke 4H3XLNBT5ܗ#,PJQK^+t\d,4^p4Q} /Tp4Q`0W`BJ{vۏ6)ك"Uw\E=vJGR*Rcue̱\?昕ݱ)PJPQ&;XJFQ1$!R$D<, Y6q}w>순DМ}b.OnH2t~vJ!IWX ,9i PW406z̖g$jBI6Fo_$=Bu`7a;c!t?Tl-,:ͤjy6* l 1zu5$UDrNӡCb cշ~uZҼt`@<4ӧI+.9Ԯc U db@Ƙ}逋 xJ\]Wq 准̴2aW℞,x=gBC1X08t'4VH)kRiіhv1 h7=hrRMڴF ,QgWs3@j>8W%a jC1|8yfnz\L(G{J} v49<'Q{Ld7~˃Ü( `. 4}ǖb9Arw:G :XPB|7]eWPLyq8^R2&6M@ˑ/C2^"+ƙ)šf?Y3F)ͭiuG =F^_pp$;Zpkcl_8κ:Z](gAm K;zɖe63bvbدV^;>mc-p  2?.g7Pj|6X/Ɋ)Sre_0V7q ñ]/rj. ~#_ڌ3h=^{y9*Q E\%@o]=C:_]GW߫vt0 2W5FLl}xP^{^{BOyE`r#Q[!)J+9 gnnȁj00Ɏ^CFɅgL,hiQXa0__)HrEN$^bE2w*{|XPB(BlPŀb.0(dU/tPA W5SʸOk!EF(0. e&[<^p}^eQ0zseK\H1\\5I}4P6dNM z")V4q5VbFjV,-,EkcZ|*PC:Z_J͛#w: šQ~85aKPGF]"H1Wf9i%&%`.7>.?s0/sW, |Sb!;?dւar;y٪Èyyl**N/DFCzEzbqw$?Cy'3vT&8j(F "qN;?DqXvZarw)08Z7BI;֭ F-6CTj="0%t݁[8G\ܿf }a3ѨK }nDxc~y<{*=@ nhL5֝:$88EG-"8+~7#E 6.ݟH26Zr$1JLѺ3nb o"^N2ҍwEL4t0.&<,q(N!|*6^ kɴPO=;G9Ѧ͏]'Ԉz8W=Tu:a G"Քd "U W6>J`eoiy$hhGe9oo òQVZpTO!һ xZ,OS$s-$ Ti97豜S^9ś;}Bd&Jė4UGF[N2 H_j`}C23j5<1 1)#4בL8(=;W>; |p){4|C/Qt:rqؖA"q*} 4Fqr'iyb=9էNHaǥq&:ڭ]Gwn8Fb =JTy)̘Ѣ~)>cX7:)SPmvf[}-VÜRǠb? /9C컐ܼ ?B^w:΋`'!609eqÅTT^CZ_ﱱ/+@I-Bq<݆v,iWA*UyنSg:8^J\F>`0ym h8>ÖrVʬ->w)\ np ROK0wR-Hd$JY=k }Y@?Lw pS#Zؓ,&@ڔOaJ|{(J!QR+0>=!gTM^Z9+f>*oA)%`8 )|\\:k*xYR$'g{84=OEXD POI(#ʚx=ϱny=V?A?7#;YK'o(-S)mJ\6%7Cu$(ɼL)!Sdhe].e<UXH7Ypg˸k+)W5pm|sxπ ,EMhc$-y#DJQ͞!à"O K"ہ^VrsL =GΤe@.7eH/UxWM-A:HdstS*#!1`qr}ݨKN rF|/k1(#;F[eT^t~`9"Nן*&pfjJ+u#.|#=KEPfv]3(.KTfg̠6ܒpߕdU;Yib10xĠ[o{BWnz-E`:9^~m$Yh2P#,k bEVqP0^p}M1͎-3k^_x!L#Kxga ڑuFFNeaj'3JS CS'f*8Bo_+ݿ{O;_`&d? ,gƪz,2ofG+ؐ7KQ/;v:O=[𮟣Z OGlP$Ǖ.q'k;U֌2)pCuT]#yvC+k:Θ> 212^xBIt,`z+ޞ]m9=ӱ?^82@!ͩ p}7o\ӓj9&F%cw D|GV|^[PѦZƺ:;JϹ0}CPUF=43є%avSNv!}7xK̥kf淮Qe W4M i-;W9»(3'"\$Eou(+k/fSOBLyZ[Ts r 'kj4|MrJe#$BCa6װnw@[oXZeLD/)s\޼ ֟/`Ǝۙc ъyI#'!%;צ}~LDʝˣlO[%0H:km}VϢ2a}H2<^GmMڿ{I|{jXu!!,]VKlUQnm7+;çМB$}rIԻ@^:,7,-~$eWL*\GGVoҒ T"Xaƃ o6 Sd醧u9+)dϦDⳬsid;'Hm|F2*mSϫnƐ>r+!:*dxºf0LɻcyDa>cS ۮQ,)pyxMP7)_1΍W2y{)P2SuC0m܄ b;=!oQ}bW:V{zk=B\.M>FUG+4se)̄9w9}s. x\1x\g@5b bO,Wkԃx 57Zqʘ&*MXͅ;nUWVyZہښ|0āZC ^ V"$-я'&i<*BK fZ۴fDg"G9%Zr~>?GrcVWe;Bq6 5U?a\"5+ּm pxd,͝aD%"YQ>}x0R`2ǽHY h gd׿9M\9ίSM=xf%ѻ_m;1{%y0>ڭGqOo15vJUXAihN0+"i̐qЛ p?(젶d86' 2Vs}$ aqEnMt;ϸ ""7B/dd t(lݬͥ:0딏K$̔$̅$GpRn\*$7)ӤU^auŋ@^J_Bgśa5ч ԧGb_i8{P&.L3B0@<}ph;w#։S E!PYK>7mRTvCUѸf`±N;4 wDw϶٫yja=QJ'N0F g"IǼz 8D<'r#"L_Qyʆs8c"JU& + J#o1&8HI[-i;shnȬ1~$b_mbnE&$SBB65_'inf.BQ;8Xystղj==綄S,=4-Ѧn97+Q?^AΈL?L?ƦvZb8.ڱ!_hc*<fUX6Pea{kgn5 T4v}EڙrgԃB 8\YE4tpV)ȴ!f ঙ̈́Si  oK7sWS31eUdiU"#|RHM*7?i21'i> .z,|w4F3 ٍq\ZN̅lUx6eID43zf\K2xPS=}r! E@82wa|,Yh.&DP8D:m3y00Ē1Y]8vQ̐b*O^;Kd:]ݚhv(w1I5f_,_331Gި\)4fJ&ѯ!ͬmePEN+bA +;sRd藛_H *x/M_憵s `M ӇFY7s]Xl3}9fInPB?>[ϠdY;F̖h٥QȪ__ųgOsc/uY}Ac/T;!G;C]V7j"p>ଽ6~uE;@^TpG7n&wc|jsS{|XtHAQ /~P Y2\l_K'&BA,Dn|JFchp^V,&¨fmgGadxe!N|i5sT t5:KF~诜P EIib^?炬 xќ/*TjRciO\c7ܳ 系2-~' yXb l~11NW)֩ )M* ⧆ uAS12g֬gi2|n #H݄3Px(Ӻ_yIcHmW .5bqR[H瓽g;mL-ՔL샐` ;'tr.|ᑵҹ9NG QE-D2a4Փ gb{NH˺Rb2dҦÝy8wkQb톣xޏtS;O֠=Œ $:Y:eҘU^mq`";4h˰`N57lvx4hJ7K+Dȃk4g)\t)ٰC3Cr>>g$cTV[{.% m59oOvA4r.,2I#S*{۝,jK O`uLQ"*+yR|aQ8Z8#<۾À&}Xb[^M8y֑Q* b4e]W Ei(oW.[6v^mz#qWP[E4GEHV:}ޞ|鞧d LOgilLu/"U301?ny8ѧLK5# A<`"ӎ&#[5y  'GOi^-;'s>3 4%I;YKX~HIЙ1z̒/״IH`N2 bDc QvؾjF/5"| RwJm1lxWݢLN3A<x*:zqx2LQge19bE2U\6$Hc%lv$_ SdAGVnW|K"^WR;>eg 9/!QK}`gʲnTy|^z(̅e;ρw;kj%Vz<AAʼJ:S3"WxI'9~SW6U-W"ɨOLl\0nX@ 8$լln;e{9E||RN_tȩ_疻+ej*5v6k%_5\ONa-JO DawdixV<2-Re?-.FPOh1'h_gf!9i.SSS-"9## V۾dɵDz|9 `"KOwlVdyOQS 3͕]kme|od4`t*cc:49}`F{YP7mP*+DC0*> [oL[ЕyJh 3 1YRB)~boZ~#qw(uh&׍>P=3ʼnm!иjHh* DG-tosCMCpUvֱsj.Xz#a45Eh=Rtᇫ b w(ӷ^((ݚl Ke.rc<4vXQ*;U.w,G.lc[;h.^gueg>ĩA-Er#8Hʇf[Du`=d<[.}L[ѤOr, Pd |Qdf4Pi2ҍcb|zq֧/WW˥m4ysK9X}{}U;=*ꑰ$0]b 4/ /zܦbg&2?pd=?>.G7ٓISAO3*ppRԩ٦Ԑ:i3TcPUy % =+ځwybnC\씽#/pih# ݢ{Ѧ5~.C8 vØbh8{rDbcuGgqIoqk#~̓| L㪆uZڣ~C,Sv}߮^!h}_JsiN)ګ8ۛLl؇1!aƖSXtR+X{"M" N/J\E4 QYKڼvI@:wNFsX'Eկ@6.h}C6%miZiJ** !jR}>M#r*>ZZ6LN,dwy1{W5|P ֋Y ]x,k-BGn\GЯX FLO ο8Sᜄ (]ˣ7jtk^!a֙f\pD]&޴١oSJP/>~Z\£16c ~ QTȚLGx., k.+F5}nm4B:i"^r r1(ڀ2CBt<&!1|舲l5vһq̩yaNte Z!d.=ձI^Im7Μ;-*U䖄n a :g`1IW]c5!K[]OlYC٫2/~ sP%s3˜/yL=vnMASଵ;ۚ/U0wSHbW#+Ie v[?e58go%t`WJ@O_@b"o5PM*2tٜN I}4| ֎ }2u{'6R|FFySw05I7nD@Խ+MQy.2{ 2ŵƼ^\pٚg!`݂jSr[Ka-Uz5!AToz r%*~C6 ?-qғ{LX\G,Iך US<槩B L{`vǯIze"Ai>dڀez) 얰IUQP^toF\Z;ڎ#O9ȏ\a{EY1"$ԟY%d9qaw&\q5 Rҧlϭ RR`拵eo'Thr"I*qRz6F ;Tyw&܍'-+?ߢ*+Gz WFQsoQSUOjseBu,B=Ҟ'mOhxWE/ XՌb[ġףZzu+#0߀o0﹎&c4jL&z;cT븵KQAgz&X@K%i>ÉލIJժxFp3qLTwbKqP&L(&}yo5D㻵 p +nt)#RrXR*RKfq(bIf©;ih T=S9RiznPU_3+GL)p8S㴦O<`()U74xFVIOZ]4:uis>5}Y'z6;gGq2` M[Ӓoq+4%q0R ɡ+ LȖZK-;zvΊi.S_uE$j;z !3ںEMQg}.9yzuT#dYߜ5zwffN J&;_boL荘JEAI*](\EV?Kلc1&rZ^nSBUlpoT{ZRγ+k 6nDtO IVJfrp:\Je͖\zsG8HeT4oϽ_w&pm>xG/vd(geBهc|O7XJKjh&[]'GF*]wʃ  /+rdޓ{4É+>0*M: Wפ0d7{%&1r/LXSTߝ29 sgF"GRbUS_a/5jB^5%KWt( c)Jys'k"3VUJqgiU5 ⴮|W::aLUX1 ӸaDqlb"t`^32{ֶ,+̛#;,QNӹ:kMIHB؝H?N JFɔi3n+7Uwd>m>E϶*N3ڞצSԿܳ1 ajtb@?X6I*YJ'_>U* DŽyA,Q}~m" Ȯs>8}ƒZt[d8^zǎiվ)5AU}~UcDi)s=tӫk2~3Nm":e2J({UiOfwl cԣ^~[^h>l4VRZ@J,w ;CU8G(dFT2 F@ hX 0>2|p3npR F>FHk= }"x%7᧕YNJ@S .ﲓ/8S5]"JjH/kX$& A~K1H!a/<\ł'|UAbv'w_4L<:vTb A^3#Y؜w˄Px1NX{P>9釜"1)R\هd nnOsβ(py,=}!e|%c :¨ Z!r+i>rmn/ ! bH-6\D^`#FA70%V[ܕ*FmՄy9?^iliq.gI=4U!+f^sN98/[v$c/ 1â#oyY4kK[(BD8; /Ko$8;Ѥ^mV6D焓A,sspS<4aՊiuP=V&BPpCZ f[D#[yO!M,͘؜ 5zouq'sRr #JGQfmU2^ORֹϴ)P~<14ؘmS~PA T z^'|)`_O7:sxӒ6 rv·Vpkݿi)|%{1Zak;f' З%zLr%-0ZD7CoF#MZ:&r4&ދ_c|dY0)fT;/ &VmFeѧXi)R. SL>=8 nzaOz/U9~KYt 6&<0KYpEh}:Ѵ/h`'Z2bQeHAMVR}PwhdiVu5I_uR-saνs~a?@]f) Vnj߽w2l;RP̂.$k kOA .{ ўi4)y|6OoM% 0J{UFq 5eB]g~'qJ)Rnt|2) + <8{⚧DOsY=Gי^ǂ$z .U֋:i6o7$Q?oۧ`"D| P):rr>;m é[_M eov{bfw͗K({w@j6%hV q4MĦ!ȰƠ9)zȫ^6 R)B;VONtƕ9H'@ђڜeH~=/@Cp:u  Pmvd% A',v# [YP$&]keXta<˘;! 3DF7 x]j,0aVJbtqQb:|d*5y])5>$;'B < e:/|Q^ Af0Ɏp~8!%vBאQd,jڻFj}\ eƄh< X &n>b5 M|3&ZTlN>i[Bf3mgd#pNlSMd)}sA"bp,Fuy$/?ڟmf /O6ΞV :Hh{XɯI˃r_$QVq>Ir8+t[Z95[6E;ݸcwWU4+DVҘl7߱jr|bNGE2l\iGl'BAxTB^t6]@̘-vOc12yM6ߥ7w1 }~k"JVUbJm_:bGӹhU&C;;hbEiYv- 6&?:?ǿ1&PlOdl6+S]+x.:*5n0 gaK{ke.xs82+:jRwߓ-/'Wv7VzS9)%i~Sgp.m2|Be^ ߱o{YA겋Bl' $k`xS꠨ہLYܱ_q_7g3a9ﯖLMOX!ư ׫}g0QR}S<4ߣnJOrH&u҄y=E^No̊uto4$볇>|/NqI 2b>},ܜHTJ(<ڃ] c}}8@:$+ޣ6H= k)kɢqVsIf,i&rgHc@rRNi9n{t5ZI^sC$)A#K k1J]ٝKংJlr"``jP8"4~ ntpv`U[AL}5i, 8&VY76/l;9U~t<.Hrgf;Ud/=b?o-C.fCLWBMc{Wa\Q'0!Cr42-F`06nm:־Ar1>1hC/]b+x@gJO!wBkT6f%6 "nfҺ娖U\VF)d@XQ!è"ė%@0w ydL)3x7wnްVУg ]|~6Qr]Aj䅍p0#}j&}Irf'< Ҝ p-̞!1cF0 mHyv4}a9K&p糆9:|֌WFKmk90_[DR@f9gW<6AG AZc_[28r[{_0)9s-0[95$F=_|L< "+`MZJKKl>e[<% +$bɶFT;~DX3Ҭ{Q]c;\`4ѻ`5h>Y/e X܅숨[/N&RJ 8| [WhxQO:*fpBҥM$kf+6!ހXUfzFyR'e:wH<:p@ Dإ5螰VлE<^9d^6B342i-NhSX"*V3~_y0[w2!F;U#yۗ?̖xh,0t/gyd(to$GWƫSӭPO) Y4ME I 8ļx!diݽy' hQ.lb~: ȜZom2Y"8Y]0yJ8A7.cf{?Pɥ v9, =Il٠_N_CCɣ^r\3rZ^+ڛlUOnǩZq:1&7">Wj;1b7s׺B]rֵG5ru3_GU6mN]xTcg,jhPL`Zemoŕ/:1Y|a[GUʝaRCPuIpF0-g+%@28mF7N,-SD" Y_qhA9.F6g @2av`;>e#Y؏Zo0{tb>)+s5L>~3 ަpe}Z9TrV3. Br`C\vfph⌒G)$B1vH%5,"(6I/jElB*vwK]o0; 'f;pK¯ebr(II%VB( Dm=:Ey+B1DoPvI@(}7ovDB&E|,ː"7KcuJaWۍb o"1C;z]"%`o5x'c;nwNd8OycZLKշIv r,[BzLQIBs3E#S\5?Nܘ4.ȉy%LPgP|vRzTƔ"?̂m1g}pPR*t?T;ˡ\~Qe,QHsj-W$[?q#ۄ_D[76<֪yvA\{;hwv*W^,YƘ |}5Uԁ zkiD*M説%'PFi 6= R?2 0)k2>Qhv-^سvMeQj?}jyb.Ej%wH7v<2'kuAR6)^@#&*mg&q%Pj>y4y9"9+.>q_ H1mA"Ȑ7̇q{Ư7wP1W #3>Yq^}C]]qθ fM&<.E$ю4s=+u1 z$=]yי0 x/,O1> Da34WmAwlԠԾ*nWڶu衶-h^Q:JojQM:*` V|NnUHQ6P8& :RDܞM^׸F~*+r&3S;D)n[& BUn:F9jn_ulUT+^P x՛Vh>uGSHE=,} ڗƢZ7.ת`Y_W|$I-(Ԛ/l! m!Hy'` b N'KQZv-IL!,}Yi➠wi/vE]1D\1gqZGY5m"ЇX;7V'w[ V)\>R3 4Dh&)M]'ʻ8=:?p^0 y;[id7ee XrvT(U ǚX?U$5ʴzzxgafۤ߿@ jt>*Egpa$0҇H׆b Q ͑ eFF5| 441<{ՎSUÊ(23ь@E;FV9GMnɐ[ԇˮAª HT>0vbg@XQf墊8G+ډyꮔR`z{P VRly]!*webU2Id5Ï(?Yp3jGCworqθ۬'"t-cgF+$:'02SMx0hƝ척j. 9_df'EeKT"5?)?XIڪNE+8GW]ɏSxtЌeT'GJkYр|cWp pT brY=wP kT5wf㠗C7@=eԌ4 ދ+9 uk``Z8Zz9`'()7?zs4e*ﶥd3 ޼51/HMRZ{oj$m 9|b\IQ fɼ&ȤN>`<`-l\(-w#;kE4|A'%+cwǾܠPVc.G3.l@1(9Xv A5>K'[1^ֶYp}uQ>{厛,{^Բ9װT+aĔ2M !n/֍PhU9iO2h ©JDNy֟(UQ}wRԛ%}Eؓ?CH-yY>FգHy\ߺC,+]vθ 7] $47DBpg((N |)$Ӥ灷Mjl2 nZ?qBc'^ГԬr\Mmԉqg'#.Ֆ)7*\f;j6 CԶ TrC&@IU*]DO,&H0wfsUsw\ad縷%P)f\s#~H{ICB= X i^@1b`MW1J-,}K\rj PƘhup3f3twWӰ0,Rﰓ' {a>-n]q{X8{00/AL5 O牟I8"U nWҡ0N ˚\9tHp8M(A[u4AO)]!vEJXM /3葻"?0±(;I  .} >Tsm:d~NJDņ]_;/d 5pQnɣն|5V#z4yB)2{ԜQͨpL0?b'޽ bP#D"ŴpI)Kdiv6Rz"𻑁QƗ!$gh_79i2~F2E]B5%2ɥx;p ,x[>R<wRsz7Gq;.? ,6{W:8|5_[@{,Q %3K<҇(%1x̤ӲT > 9湦&_d{=y*dm$@Zm~YfLn'\q;^dnCw7jCCn8PZ<4?4Ō(+$- >wxb®L(> 6iI$B4Y%j/s= 'd$5szLuYzO,A\D!ɠY΂fS.7,/ ܤ=NP/\^c=pIJi_ Q2^/qPl?YCs ȯ'̭KZCX[ +XZ{SMi*dĸi|k^O oG_ -%4[-  JBft{'Ģۥq?zlwJ5]KYxKSO1(.5ʛC][/}]tBAqKUս'-UN%Y?r1=H|ݸ#X)[nC+~mGho,^6*2[_a-&IT 6K:0D68Dz8?i߀{C6M.EsgCED;<01s 5ƗgRD_uY xH^TjK)Gy3GU_v'f sSaQjI<5ݙ(=ܧ*u_ښ.’ u_%dh +}d5m7c˖D+36)D,Mj" Q:,Df3oc1>1GB!{F71@#)q*{DR,4JYQ>І3k386sk62ldpbne f8ܓ:o_QC [NSŃÓmCvf?o)KJ!#Vw<27~e2V|#kN]ss~|Ro?8 {p>HA<k/ :DI԰'faLLjȖ< )ei~,I؝UTj9W!|QoB|NN:Z^HTy !XʷGC~RgR7!}h|:8x<[L\(Wl ep]U]0Hjv*wW}UR98/k>_&Կ$!7݄uGw|? nF,M~Ȃ+Cicݝ/m9VdC KsϻW1pjX.PnOH+,moyi:((;?yz#Ix_"PיYX=FsqD)] l(D1nPH?AhZG^[^:S֊} np`ZCK!пgɬ nIM i/4vNM TSK?Bd'5N1%7Ne"S"7; |MŴ!9 妞7 V?ŗy48%E#컶z MEX^ 1Gϻ 5%A%H̡*əc<Ԑ؆971ciM_Im֦9C%_ Ķ{ &^NU)4n) sFqӫv?(fzKh~%kTSVYĵ;}*̑zĺ;dP]j N {?(QމCqK#P(qIlđp { x|YX[;S4/Wv;s᚞sTh2)*TfZ |5f3?* k@jXˬ߇faJ$q8@-W<,l6Q`E/RO5]6K?u'zϥmq H0 LnխoOa+%h" )%R Oݽ* ՈļHPt]=BNBmHc$hh?ht׃.f[)AWwH>Ӊ6]ɰj%2eA+IT=,$jW|tILKLva/ %<a^{+^T?,i] N!r*)oYNH}l}d|K X2b$ ̩ 3 LWƅtc6hܶKedW@6[1 k0P [oൔcP cI*UiLa@ -̥sITwʱH;/n:ChXw*ް?O'Bgӯ͟lsRʈhh&P;+zx#i3jᰱ^7\#6n;00;d^AV_n# "WxB sKx.GJ֦% FL7ӗݱ[Q/.F%#_C{-8o7T_);υͺ~YY$:ݣ!!w{0]`?*10S +Le%mpʙW]  ʱl7sE?~̥RoTtIk5^{\8igjJ*|S,p'w)pFu-c\/;"@Iq7t1QL;Fk牒7kv7}Kz9.t'ށvS~OP>Ihqvq>LZ}k1B;#i54qOf4OGbj-kk$NI3t'#y'hNʉ(P|"8P[zkb)YԠ^tהɏk)LЙi j{he]u4⁐= X8A rcbi8e "-o<_a,;FkAo~uj\"D/<'8*@ #3:>b`hz%'cQ#q۸A"z-\5s ~9YW,H^v2> `kZT]&x!`;XS!5H*òMHPK(aѵF"@J$ ^V3y82= 54FT*T ,oquH峄-;yҺE9|ۥ,N0{IvpRݖ;$3l7 `GUn7K{伙)Fۍ&oKq/Qj,< W6ބSn%1=ɑk*^xFE܌j臷h2c`7(-F* 0O$Y-KqGHR7F |f\DT^o=IOK]\ v UE]=Nl >l|׺oZORe4:r\rp iۖE龩}IZnFc&+0l (70Bۤ.s Kg$H2v4 "V4 _D"[3N[v 2+P"MO*A-ª9"ʒ^zPq/z]-„a' zJ`'TS,z]_sW2o%~n"_&L99=E< Z_m6Z/Jǃ'scw/lwc3ctj9XtS{6`\RqR/,Xdͤ?fä+GߺB"+p5HȈ4STHh"Z:7hAjXV52<ʋiS'Yy v.F;q`t$ \q8"Bۦi'p$ ^_#L2J d6V1ΐ@~zc-1[%.K*l>VݰqTp2 PJ;~bjkǦٝ 6GeJwd GCy>0Jÿ Zh׀)5Ki$'3 Mqoҳ63HiРvxy8Jce,GX,`IDqZ+ؾTdvE[+^Heܰq%ӓF JrI)6@Ǥ[7PmImܺAJN23jʊTm*'XܦOuyX֜Uf]?J*d s/C℣eA+Hk˛K(r2O9 7bHǦ<4e;uVrbbWٸnGff$'iQમc᝕s! EhJ|h05Ͻ-xf} ?,alm$UA?b_|+x8 <_G*w*d{d>]zIFBLA.aq㕉tG $_+3O`@R.,1=_[se>NkX5_)ѝN(TOL(4:{*`JGFJ9'T<\̼P~uە̪ބjePU_ t `M'n?o@i:>M7?򊲽&X'`3/39'8g?MP9E+gguvYvF򹛩dp+ Q51j=/P?31b_b y<.t :gL h!^xT4Y$Xckw `*j[5՘MH^~HBmB  q`ՒÁ'ur;؝ qxWJ{ HǓRIK`dAN\.p#ǺQ@ 5½FgC\۪p.\B"3d D8SÓB- "Ds h֝c" ; ,7O o3?Nt^oٺH,~t0zsIR1bh 􍲅3PWtt"v"UV$ UKŘthf j !U >3AQCMc#|Eb?4" wm8awMPُ VHop|6{En;E;46v{PaO#E5Cl '!TvIQd#؏hӹN!of%Yl^O`0Df{NWd4Guoi3=QVpN?e{"TDd!&Y~Ţvk9=quH/KaO9]4iIՙz=?MɜUoCbXUkL!;ē(:1r]xcit V/_6z튯XCx`fo?'-tlJ2Hy13)NdX辍9CUkl2؊_e>XO5_P"sjbᶶT1fK 暀y '8lO9ХglQfoa(-޷T*#q̔fX%oC-KLul/J6 GXILL\d1Ynt棕Ss3PZVߕ? lؾ\3bX Gt{=8fqmq5iQ qG`X+ȸJN;S=f'tZ |UZBicٙ܏LkRH3>V}JPi.?VW– |n W\ݻج*Qױ$3uX3&o=d0@; ~6%\.)hj|Jư:FH'2Rhڳ[8~:)7 2"72VH-w)+5GVt GpxۓˍJX mMLmЦ)՗x[acGQ0ou.k5gvy8 wUi6 N|H2+Jm Pͽ+[pJ'Cq6=UQ9 G slRZ& "h.0:p)xwmBE8e Mijag:C)Nj.3i u ?5&*=BF%] W߲p[F#ϛ 17PyEAVk`L^\_>ĄE[׀k1ylY&t(ƅ.$A#Q4gCˊ&ʁ!NQޟ9d;6WR{]Hsx{bL'`Wr׉o" <[i(do{2օz]kwV]21xˬ/L##ȏz Nh vm,40>i)âM;ä<*Tb[ f{gKWaCH*m$װys^C#ˏo֟0}8~x`Q i"g^>V% Oìk敀kP둁zO֑/<R޶+yi07u*H*pgo˥oh5 01^ujFbu=7OO4X'$}!Ha.P<isk0#|X.%}nAl;{l%eF6V@ϒ`MfVGPI˵Pcelx:&;QXNvxi*fM ''lUz.NY?\+!"2%3((F#ۂc,!LL[/rsoYCH8B!\Q?TxIe'u*g{ǁ;}]Zrr|PΛ49\Яe|WcqӞ⥼vFce#0MiDБ~qgY]!H>^!Ľ3싌|ɩ>ܯϗ+p4P@FJq5Fie ݕ TeY3u^RL^LAoh`i92cw;S.n :}u(Q$59ACa@٪)TYL]`Q0#h[F @۸ݸeE˚r񭔟e&Į|^DuAY? >&֭پ DaqhKt2MQ>3/'Rq;}/0=%lɰG {ʰaM^<:fQZIG1urbиfB 3ngŁJϽ C>?Vq71S7j]@^/"*LVdLƥZ`}&ϢḒ1gT-CKd'kٿ>("D<:+n@YΌF^|p 0Ŝ^D+цW-Le/ =GTP},Ö~eJ1:)*Z5YEb^H$*k\G |H4^\! nbGQUI_#8|zJw.m97XV5sU$MDE,o@}qr3ꦌkpd.= ?p\ϵPXr*(nNlju8ns(:))a0;bh b^3e*;؎P!$:PQ h5h 5~h8b=䀨are&Hhهl#%J g JQOeō aęw-'J8OSsՉ/q M-h& =PӥhA5^\N1F ml3t/3ߡ-C¾&(r6D*vkf%*BN}ZnZX_;CU@FEó*j,yvBX;a:Px6pR |i .M͇~}R(l[CLga7Ly \5&R:aNX~x0[#g_Me7-و~HW%IRDE0p`H^ҝ2D :!J w"BlY)\-q$vU;(0lBA짊(1>77*)* sgef-+t>Ni&k浪,Lnq,WN0O=Ơ}/vjwE_3>)˕f&Bpv :K.(ǝΙF`Qz iJ@|_uu' |Jx AgKR&ۢegϔL'gƑ+ C6q>c"W iCM9;RM_.fz[Ff@OI$ٕRebR1΍<_P; Vn,-? ͵ +3A!#;d.жK@F-LҙCyz'Fd^BH<4y_YrBPO\T c#TyV^Ec!\ݨK̕ t@nK=Vˬ!|Reg67C-;ḀNSˎ0E)`(JKa'L אH-U!c'HzWyfk"Q W%CHjYGt=QĽZف/L_Kl_=r7?61(w[Bk('f[8Xd/aH(`zɦD_N*'PЊlRzG$% jٲM_cscAȳHT@"(=% +DN$\)6rYcڳ!grtx;(6΍$ R[8\J6L)8Zi@ >$Yۑ-'Hrd`/ի>3\EI(Q|p?d %qb? 6+'q5O<wǶ|*NLd;8Ҫ9hQݓ%3@lOӮe!-Qռ ;a RN>63l81?\oJi ˺pA c`:i[p LwaI찢](o)L).GN̈0+_!9!XB^HYU5S)<rW~嶟Ch򐻗a tJ1s&}jjQq gt4XzEPҚS(]aȱ%!TtlrqwW=;B-3tE/p,W ߲-h@sr4DLX0J0,̺޻(fgXsvrl/s։Dt9@:U\ B3PfqQ$8=\!JhHb^o~7(@QvR8 !mUR`&psRazna^)ݪj{h\aIltFQ Q_j.SSE_VF!*3vBV_X)K1KAQ'ڝ\[<ydcaV]$+޻=CKKUD;(暇Gي+%ZUhU 38i'{{҈<%:[Kݾj̯kry'1ԟI9fWJpFKvl&i:~=:@ .* i>_ÖO M~?!c#2GZ.lg8Qzo&mcSeǽ4u z='r`%t >ƽˈԨ UoՖP?Mc0BjfZVM2R[9ⲫS$φwjxkI3|E\LP6Z_tu?s. bVxDFو;Vgp@7V^0q%NI{qG@5$_ 3C} U;NB/OK*$8]Fe|L83oc>,۵yXc&>!jPLV&,; ޻@E0'=g4m)9I/]?TgFE/0FA] cu'SQ( P_áf+slA!EbgsP!+p{Ӫ~:@Ѻeҿ~KV|e7Z}sy~U=օ44İkVQݒAPfP fyTpKWb¾H)>T:M&jRu zpٖd؁L{Кp8tUʲ) k9"Xv:9Q&,O%-K2dM -mK3N5c rD,C5)u .Zi&1Ga*4vh\9}7ǎ{D<\hzb8Ik'D:1J{)nN2GAmҊk[BBOdkjƴ7荼"'RsZhyqVdd}[Z7fʣyrv< N'W?~ ʂ-Uj!`Y\(42;vaRs,tj2%wX3onPJ,iD(('z!dꢺN*Ft? ve9mQTU;^AUJ4G{, va|@kee38G{-y->FNL@5*H~N(pk Pb?OQY5 Ժ@7R *! r-!T,I^~W Ra)*LMFZ`d'_37ިK"lwT I"GP(p;Ā(IJ48dt| e jR~wqs^0EQ.h(ȑ3ykp־m.W𵒹RtqcƽPN!#-\7G&CWKH8Fˢ4"bD \%b4r*?? J-w 'wy)g>ҩm[!Iw -)L%ء O3G~;/7ݺX3W XP( H~ἄ1Jꛇ""6-xGmLS$b0"Ǔ2bnJc][SZe$Qvs ڍ+`geOX?g?qX |{ǷQAxj;Dy)qҬV7d^1J.?Z8@W6̟k=Jzy\. u8)ry?OB7!G, 9oBfnKcqtҙAǢ2jOToY ?-J*ORww+qa&:994$L#?Y04ju:B&0Z}*4+@(ݮLu[lDDOU0p W0pLo RpՁb^Z>AzYKIy.Mٍ͟17wKw'MuN*^bwO2 v=?1xSJ]Ӄ >ϫvXØ>E݄0Gf1h(Wߓ%j"w2'x%Aa-9%V*KBS؏2T}u[{!ɆM)"yqr.jdNZ6)',aH)Ԭ޷ss.~1. #{vC%쟰h9gL~ʿ*PEbA=4;D,{P).ti4@H #Fᕆta3e+O)<$zT V7m*n<&h)s)Uʆ߄&$f ;]xE'xV=݅a4!L}A@pZO=/`#r+Rcbe_Cn(L%̔y73Uebڍ.&[ $]r=]/9/G:ߴo^"qQ Z2w3#KYq$0 P\"K]6VET> 5myc0YΙ-}6:­lA"fo3od5 xS[Ò{u1\cP>'nUvkrb{غ=׫:ë&~GT$JfYv'!{>煌0>6$6GĖ}fLջl|ߗ\P_aEv]˼ 0tљ6W<"CyEaS4a?ܞRS. j*ɧW_ZZ*$w g2[o/PE\}A\o,(@C0a25tٙp?yj/_Vt.ҔĄ՟W8WuA߼ :aY$-BpҌ7*zZ'0x`r"c]cHǻ?NtJ< 9(Fo&y G~Ƌz=Qmxq@ؒD򣚟|p*}ߌV>i*pT(06_lӛqش'>XφĘiԊX)kn!TfwH.K'PhM4o$]GJ16qd>*=&u$jl7jE¡ڇdy3HLT*\bSimx;RnMN~XGǂ9+Cb 9[WG und:I4 D)MbN_apv{>_]Z2Ovݎ\CzNd='a[MIh]6'uAU+VSJTJ,Tq3'3+$W K_.zc(ڙ^VjޠOj4Sx̌~;FO5cNKO8.J%4 )Ew" AV83cNmȕ*QS4s!:l}:9qqnֲ&Jy^_b|uKk8zwhżOl뗰b" pTŽ4ʝ2S^_a\+{ y5t$QGNWXeiNȒc6R .wOH,̙TLX{(UKB%6-qgxfޯtwJAǻt4}P$]q0xmž;@|U%h--ˁs%FyK+Ny>~s:T톁w+ 2b4R9#~ +g^KƸ`4BN۟(ZY½wdQ ր:31*s7ső6.^>7yHc.ک0kBsL(E*6zIi1o T} /\iGحv/֘a gK eM¬vjr&lgsZ>a>?-W+J$Oں~ٵb]b_kfB.ɿ_xpăzdigkEq({J&Nfwmd*?hlp殠%};|oW'yPLءxr;nBv/*N<8f[ܿu촮v$EˊʼjKb6*::rQK5jF__^>ZHvJbIlOz0}+dSoȼgkUG΍k]zt#V{f"ޕA-1kj00hn|ۗZL\E _v.xpK 1-jJe1Y%cRdL"T:$d})(Kz,XkoG$>:9u}$qhحqfr LES ,eR}tߌgrز c"psX*yfL%s,dDKcs̕G:T , lilg ]a}8}%? &J$4.?8~_~z97tg7»Bi'؞"gAXU6eX}8qrg7MGRQx FwZ~ n͋v|%5lV iGgvjГEMd6\4:I (M Ɛ< n I"aD= F%A8_y"86.@Pj<AK+ĦJg, 7#9̤XI՜UL0̵a YA}fvh GaHƥo<ϱ0[hq>wSƐSOK,~DQ3AVOG-8z9aiaMӶ(9)p 30Ey KK7dᆲŚڜmJ2~2j▬3DN@ݿtF|r[‡bάs V7ks+rܵY2spY-ራ-!j7#g)Ƹ8c(b%%n 4/!fIie.`_'yVQy=#wB=nIDDiƿƅe߼O2Y9C7^5U+ #4œ4b: ħGRW DU)QH[12D-e" 1'u#F70EX^7+<S#ƺ=@``(Q.[CB%*[7f cگZ٩m"pTfXN8oǮ5g +v p Px_49҄ u  &:,t,£ E 1ϡd"2mZ=b/ٓfQ#l[3O,:JfsYd;qH[vЛL[b/& )xB9$6HP9 WWVq@_=Sm!Gl0ObT>۠.K{5_~R$<"Mj8ͳ/)L_XqXܧݯmƱ_pvU8$y S$x $<> U=m&6$;#ۢ&i7r@mOҿx ܯa"j7V5Lܕmgh} ϣ1ӀׯR%R%H1HR`Ż+UZb٘xa;.H%AJرHJ伶ٮ<,p=^Zg3کT(C$XOohlɶ>A)3Д,JWRgTM&({Y 08!*xƾ2y.dg.%=#At硢,]ƕam =!w[` ?Tc4gJ!'$Ԍs.%grC ا+@*wj~.jUG1lљ.MIwc0awze6m5fٗvo32Ol1SႭA _Rv$VV:VBb@STr,ϐ9F*#'%DƂHp5z=#8o,}oK~Č{66JT=)!(HĊSC6HS{^U~Ճ z-1jMg`&ۜVs)$ٳE"W!&&WV6%m = BAn\JjщdMi'zfn_ڒ@G_.Yѿy'.*oZ? @gn0W/n ]3&f"]Q=c酘\:_&w$?DoWUImr۞E"fh6M ꕾ3F,+yA!.r@-lHhS$ ܌[sdl#})To>d>v61f|16p%h(4-ʪJQ¾*$@n{]5(b$B8e+=Ep|*G+z}^ހa@~`zC#@,ۮ\o]×;ңT茟DcܡB̾'`fPzH)Vc=F'Z_Ym\hQtK}-puEqCb3VYlϧK6\%_M[^Cɟ0F q $kp-#fBZ#F.JcE $lZʆrm|զ]0|+~h` w4+u doVfL@FlTR$Ɪ)=DqtiJMћ’myإп|_m$A '^C nU%E@ZtMu`]Lx~DƙQ'򊦵/%l;NZG5?9;LK6M3)Mb*}&>gv# NfE?tT"[?xm.RMQ'؃[ L0,cȵ+y@~r iIs X>l7IjUy֚Q -$p(< }lZIS{F?Y0XpޢTh: j7儁w ś gI?{\v 'X|vP-W'N%~<1q~ <uF+ Y'q5%^MwR ,K×è dжX5RI Fg7kd9e<ѕ1YCSlj(-`U2V+Y<+o +AH`e I)]5BjWlp gxV{ۃGaC`f&LRNJk'dΪ11͑XC-<&'G=ݶ"`͗=6J9`z 0-i8 -[XgY'۶c{fP7q[,vJAg֩^#w_VF6BQO4JXr}`)8 xwoPȨ2O)iO_6|w`Ϳ3&؋ A<#FAHTՈ#nظ^jD5f0+4Hu\f֜NwgH! alUlVR6CRh,YAһ)+ؔ*?kǂm7*"'0rLxu(|;͎XZ.GgEpk:E~_-f%SiXN uowվP :vzG.Yf˼;A1Mtja3fe ?3-zƮ6fvrJ e>W50juWFe/3"pOBdl~Lb;(,/^_^GoH;=n( Rկ5Z)lDuԸf]p4#M?n_inDr8l**`$&H=O~;1<\ӯ# gX@i.*LN$*0~Z*87̎U+~}F|T:/&;S=eAW|9ٸBt$yۜ2w ]x~X޲Pw Fpq5v@J>\fTS$ƇU>ïcUGnw}H7L~kQlw'-,h$4)^(fqS U4@r;4 Օ.p<Ơ*I۝ye3/3;Oځ.Zzh "YNsD4ӝ뽜'v'|WzYns<5ژDφ(aXV0sf6IS?I+S,myR%GELܒys%ZkDsM 1if_z*,%AaMjc^>}tig6  D̓V}PQǾqKfn?{ژШrd&?k}G_E?\/qjg97#>E w*Bۨ:^Y]׏K+'dwF6H_ g4ݍ@ը*q|oN Azr3+ePt> $}Ƿŀxv dp\C(]| 7ep<7y߶Q.ڶo%0LArwbx̌;AUhw95c {$)"x3?3#P EK7o,4шn'_0}}eC_1 Jw @ K{iEg%I5JwelD&)@i`a;nb2K]. -9kr#Xmv]:/˚\N>Zt>Er|sEGUxqE/k Q$Z£?ڢ7!1faK&;zIO"VC k6O lx0݇pDkhr(RA7TSjzȂbJNjc"u kgaq 8{hA]-FB( BQ"ܖTwǏYj{e(yHTN%B{[iexGՕ{P7k=1*naӒ{2:)Ǒw xmߒx(YxJ\q iWKN:y*t@Ro@|)iWݫ녤 tփ hL,dzNNs_/IOL}2"B)#8O ͂d|{v¾HsVV7Yo$AgSQ`, "j Z%TvjcXf:5\eA4 zfm"D%xu{>ԾcV#:hA@Pbn X1I&^􋠼Q!N$y0%+ vZ[#–[$̹Ñ[tL 7 dur`7-W]z #mjNP^H ;Vߖ a"qFA{2{B[1Qv̱DfAs=;!6@iqcVtAÆS(±Q?]Z9̞w4Ch>#]EkL55~;'8d<%:(.Z J^^4j*nU%7Zو_` eӀW+jt iwWRiJEz{<֢Em0Z3 \i&@˻xM$ws S\N ՄiL!"/ ڕVWɴP-~#L[{CwM7?iJ^3ewIMHC>1Wळ VV7$=+( E+-l!PJ2뭝 U"Ry3MhCRU0.31FH:9+iͪqY(c*XRn}\ XNR(}Ss\55ޯ9Tµe1 6!Z[٩h,0_pif9ٍD }DlCOH0=j MVSWپL!Cc *fg])Cg|~V2@rִ%&6l`Yn#kx)RWeDjn8#X(9yAϵӕ ](ƟQ (>7oڧ4UnjǸH H;:`xuy[ԶP?3Jt0v/%{Y/v"4rILG棯u/iTx D~ݏlThpTSYϕWw`b揓xQQb'KTe{DZ#,d X|6hv%M(zF} qZ@̸K}|m1v}_5̢?d,6hcʮ n r{Y#?; '2U8ss3OS${+Qs~N6N .z1c8*9zsi 4M-.SDH";AS8EJ5 uGHVB 5Ȁ+ՀpgG !/8h 6Űs71) wLkcbu.7saaGg冲VhxdJ9`^$i= xF\ߴӻlmWn j86"[jXv"e"+yT$dRV- NK.+% $^R/* *( `O %$ir X[5TDup] NJ tM$Kpբİz\4 XU- F.]9Od'Ρpj,TT_j{.QV%-eD=R-lŒAeOl`Oc|ȩh>. th `A o6ta&>d$= ĩ\!?:H>["t,B]|q7s1+q+婍&NՄM_A5NMALBm$O]B$!ÔA/N&e_Vkڂ1Jp"{,&@"e#z4s+kL7z =~H-gWI"=$$Ȣ(XFO-.J*تi2J ]τ0-%vb EAo `&8<nf_DՂ*%s,N7`{s$$#&$cUU`.Njn Ú9R4nLioF݂BÈ$^M)P K'L -] γD9rhXj 'a~ =m3hes6Ohs .i*eǦX(A *.%Z uP=@I_wdJQ7jJkE ܗs%f"C1i^G/c#ڌÃy-%1Cs[XarfNUQ_w/ %FMHV@Jta -{C\j D٘*-)?O6צ5bLUEfQڒYx2MJDcCɷr^r!c tQE/Zh./Ԃ3$ЎXN0)䂦+z| %5\{=lxSٖ?DR\/Lz hKٞ=+=n\8؅oD,BQ,4a\]Ejz?y4cR6N#~T^H:P 1B"+sgo}|BIѷEK4[C׋,{VJ?{]s:L>cEѭ:QXzL e A5]^ɿh -:.Ǟ_FqJqh!koN_ԕ혹F5‹vpCRs S_ +jqYPܤq4*RPAׇ\WM}*i"Z4uT.nBʫ7f11U9W\[K3 Å5[LtuE{;BbxY>H8Wt Hk_FbLeM6 V FOUGy8  Ou8KZ#L=!өoQg2'"muE\6dNjI8%~yb곚޺}JۍҐ?a g0:DV)cGH({(`4E⾇رVn`A#Ap^XT.S]-JC.ZR!!Ri?ؚ8LH6Է{$pѷG4bxtbqpb((zt R:IX֘I2z^O^MC=ǯ6k֩iZ/`7yJbqY6vhhZxb o^KYrpBFQ_Q,LV^LҐN#sIsO33񭯝[ag'#B+J]'ֿv-hՓF-gM@ʐA"ԡUcply)C E5B(Kn%D6e|ɑྀHќ}$5L&=Eяʓv8.'"m ʤn@ui=_Ȑu.96ԪvoW$P+ ojD>ɼՇ(F$*,ʂF1UkX::!3;?Q8".79(%&Ċˠ5`\go3S$q D@o< (q^ XxJBITpG"JW&hZ5->>3BI% nC9QŸ܎YQW}=7@~Olp=&c8l4#}q(7nl ;ifC0 ! hˌVt(^ϬӄnӸ'+LS#^GN|h۪imʞѶ]C'~)!#0uVM.)[B<"6ʖe}9YӪ»4 <=|t;"- e Z@U9&^ b &w9TQ|YIDk>Eu {ƿChRmB̞v[03#wO\QL`25gf3z2~6ʺҢ>x_  T2ef 7\#y(qohȄjGm`goB5m, f-xhA1]GHyncth |0̍e j؂w\OVbET7Y-n_hoq&jzs:6)tz[1>M / A#7CSH!-r}i' ̹:YvC2JEzU&pY>fYiQQBRp ҿ5 =\]v9).ؽn#_2}ߴꃋbƙ=zHEͿ(טuWr,711FTDDvڐe@*{^>-\!طZP5x&\#95hq+G|M4Ҷ Y2Z} Xw;*2) e[ŕ9vvr٫ @ XFqN-&|sH_0rXΕ3ð'ciPMq4٠ _oWIDSSKhm:2Y Dn}`ȜʑBR7G0tE6x_+UQV.U\as;xT˥wXBkk/a";(NDAt /6Xx뙆Inu'规9xS:MTI7}Pڍrb$(0Nc{h jg5-~5]<v/Qu2|BmD2F-BBz1UQߋŷž.\|3W#y&,_\ԸV?4.ז 'ҟi>r +kI!`d|QĔ)Bq6x4FI\ňX`&(;3F?>}Y) +p0JkBs~p #}$]R=O[hN*ŽN/Vw9V T#,R| :8]^jQH@QbǏYҪ_l̵zA{ꦀкCJh3DOS^:}hU;E_n,X Loވ\0~K+CE).Rx3hWƔQn)Xv)\P|BNnf[N%``1 6A~SすZc[)+>JeLSV0R+=-aVA|b/l˱1L2sWo<IJF4jVRO^>bN]!ozA@GcF#3DéQtdN26X؃KBM`<1BpElXyJRд _{̮sdvςP.0ӛ\uu2oGgupq! B*/yI>6駚AX^cL-^`hGT,s7Oߗo-OB{܂eEk9G.< S<|H v<sN,n9}@JvmN*,62.hi r= ,c2K?t_2ν;G:*U`Uuxㄪ‡[Z?h{6㽉sE,6jU9vd%JLLya>89Q&(e7Q07H;@,5s࿅f8@'.)(&6z-i_ɐ{ީx槣 #Zk %8bm\qz}\'rhOCz^%r- Vٯ)C +/PEV2S2ǭ8N+SOyؒg:3E/0 "(Py23^)Ԡ,n Rb0i LmzV($hr"iOݓgV0=jhAl_4] D(8ll+!OiR|' exmb>ڌʿ@זiQ|(^*/@*{dRLTo_P}a4K:e玺6Pzns<+Ȉd#r%PO;hG\@}FO7tޣ񲘳_fIgy2?m!V12*^ޙֻDbTL 9Lt#}7"h-qzбuJZ~Oo=up|EZVL"9YC//ۗwpo9"f3Jm$9'jSU7&ùHYV|iz]ZK4Ay!+,1p*eBXͶ/(V8PLҟ< `MKAM6tDQ(fMx_ٜ-&ө`PdϏ~єyXHj(5m(Z9ٌ~UqUU}@qJ9je|\ E [:zFM E,a\ܑIsW?z\ d#S{.O8+a31 1TJ 3 ~)yHP=SYY]M%*aii.0;j.S} pޓ r/']RUt)v Յ!enjU<]n(Oi_@dA{* r,B)hdAgFjp#PDN~K+֮87&`t$FJ;¿ )LɊ~ w ի2 wH/ɲ݌)<$0ca ^]Q:7l4_-Xpn^ ejEHXe !c_iRdPfުa7Uv+ǯu| Ĥ߻ W.zveKtϣcx3YFC/XlmL xjyU Of+*p,E!?H<(O#j-Juz<QZ:TXt3|Ƿa@'b R @쉾#i?LߝK2rc!xgOusa&x ۣ6Ә:sj>T3QN:3kAbT(i2LK)So:Q'3 L d-lBӡG1`@xb3Icz ?' ȹ /7QG-\6EA̻i~ʇ8Oxݲ3Pɼ bi,Y^ywԏ}J8Ɍdxáұ5?JZ[%,LQ'dS#6G8҄w52:Cq[9]jX~{QSߌv5i۫s&^ R$#Q):9O5."3yl=(M-٭:جktio]5)3~t:7~S1InxfE]CLK??7T9ړܥi"tս?i}娡!ҼծυZk؃E}#n!G<.A4ި]H)jU pU 𬾓)Ȏͱ:oEfEX:QZ$7 K}r?ص9uf2[ޗ^,>̥[|7P;r@oIl8CݩV/(:3_IRE(`*hL8|@`M'7)8.l^6K y^Hx9Amh/dS(_PDy81 {Ri"\Jö,ohK8m%Ir6{7sW~Q,֚ `鶳Rjؤd"FĴD> eۤ[4 h W&r$lKxXxzA"M^i6CE%v. PY+3qvm4NܯP fZp4vߤ'%PY峃ojkДo'zKǪ^tp?!+Q@u @ %ݝ¢՚[&I )86)ACb]Uk;\4XezR?~K`܊luU1J<.8;N3 /,Qۇh$ʂ~FT7/|td[O &с}#dV_|Ё9?JRǧ cݘk2w38o 5$|)})>!#i*`;<ϔ-Ui{H e " /;f3)S3$ J2'#$!p߁tI0BdvP>`a2ylkN򞂔|. UVt٩"9;k*;\uPj^=&-L[HRt-I/tX;(:3xdt,aeY2`̓Ч#% KP1D~sXn#Z9m}ʄuN;tk<΋Õa@xT})2j,ZǤRˤGjbO) U+ k56+ƍN7:W鞻 @m֎Acf`<!~-НhYɇGB \Kp~2]>D ?  Yy$y.ޞQUWVv_"NBʒi\^e;䑋I7qkcD8^.7%d(8ci wJ9[dž/y}3k㞎#..Gԉsa daE].NZw$oW7NpW-M}q/?6EgFDVXZK/ͱ $ة,vI?MP@/ZY` %ʜda&g"{ZW(ֱD]yiJupH*C~[4)gr{U&b&ٰLvO3:~ c6y,léŨ1bn&(ZpwRC;횘rt!r,/20Z^%hQdX!{ am>{q茎^8qS²~Ԟ3?Yׂ=0$qQ݆ ׾*hڲ"87[}9QڣvPƫ䩇KBj@z_Qh MgqњAyu>)p",l[ b4[|FpC}D]F P?Cgo,J(NǾqRtϠ#Bx.Z.}j->L.1s0?^VrIFǾ٫7nQ)GL[bRFE[:Zw8ƾV,MqBɱ |R>Bڔ!;Я_v/?#2ϧi+P6(mL}XOb1ѐn(oĝk f< 5jA< NZYeT} p<s]$(DZ0a' S{jFYejIehfhlU/7zH)z><Z/|ÉQe}T]vFN??QOc XH V֕˨?+\P5fk$*9[lܓ (5XEG)^pf̏ZJrei+WVcMc)=G_W/%ᚄZ‘Vڷzc˓W2pg&/- 7Ǘ~^/rB.d!J-x WZ.nRu \6:뇃W) ܭ]1zxNpzrG !0K3(SYGŖy"a1\1`$Eq7&ox1K$+Ue< 1ႊ Iz?+sʧ?"bTo RuLh^B>1ۅT/Y0{7Ku,B5ERs{BghhZ&=Y_gf͉()` ^Q5Dy#[K#Y@1Fp=W=wUu TbEH:*C'5U!)PФE/n`X3Yes`BV-wZ d[-7 BHm4)Kf1V*Ht?]Ŏ9D)Eu e \nLdhOK1`J\Pbk*Z2bi Hq|"6cIs6p`B~elB|); A4?V$sFKa+T㤺[$kmLtno HyʘsܟcDcM/$)[@]/~QSK|Qw"c#žח,L(T]Tdi"`Ff[!:JYt&'|i O:pT7scs$hWr%JE"G+FK{ c}=]EOqBA|o h&_F<5"~lC9 څZK'@/: 8DJ"ff8 @EMUo=ogeH&@Ix-7^"U"sj=I+FS(m mE\h5l D=WgX)f#!cTiN8ie_ -G<% C z :Î_ 䍜 (q{F@ 6.heaT|Vޣ1 @Dg䩝mv59$R$ HUT hMj]*G);Hhai\PdN#8io ǡHĖH#Cךpp4`(Z vqXMl]OPuihȐ2$ zmw`;#C4%#,dn:otfӀP `4I_ޗx:e*QW3zDC8z3 k۝tȭ!ӭ:hVZ]~<ވ5L.ߞ;3ĊljY߃j̶dfHJ_O ^)Lj2LI¶?Q';F}@Nw9 +ɕ؂y'>0f ] !h[oLønElpq+NW?28{BʄrvHQI[؞ݤ"|avvC-%X-2JPhBy!K! -U7S3wem\Iӱ6M %c*nO$m}TV6U2ӃɯM&k']KοJ;ӻg"g;QeD+-OePcw_hRSf[3~t*^*9b#D9XIH,[r#wl|zԭmgk ;mqk9lɶ-ڗ6<:r؍7&n\|gj0~LQ럺}UnA^62Dlu:{ ە3xPb xJ֨N2xVpxښy"bAێA вB#ZK5A~ l+x.wF'eJ`$mycTB~2~o _JzMw.JBF7yM\ힿq Ѽ2J2_le'3oMtb[ '=VLPEQ"ECxWbU6O붕삐DKQw8Dyw)]4ˈ?iśĦgv: R^Fa~SM1Vw㌟^چbP 9u(z^VQxyHyi>I% vԀ|O0+#W#UۻQ\"r aC"_2L3E';h0c@NR#hja19S|I9)qLe|).1mX9{vhfe%hJ%liб 9Þ>8>8 #0*,]X6wFu4? `w}--YU!0YxX^9{Q+q월Q{Ѓ{d|*-LdLή5깵)Iq ef%x-"8lqWBAz+0a0IJ)m G iT ѹt]>1Fh죳7=zY? ַ.> !h&.~ Tb y9؇urn3x&T|ۓL3}vYtg*-Ԍgk$S[$9i|C}̿7#wDjk#%`kb%S i1j~Q/r625WߙZ{K9= Z665x5ӝ,, >2\pЮ&u·׺VmH* {R"e8V&mg=_Nn]PPJ/Vc>dQ^Vсڃ-*Ġ[Fc3k-U,\mg:el݊J m m,8I($ya<]]qdMk#̼2JleTꅷf϶18*p"j  R4⯚ԝ>N'7G^ۧv밖>FϤo}cEw ֞qNx֤Ѹ{Mw=jXmgcG P+,̎Jkh3K3P3BP[Ԗ8ZcV_3vYr=>W2\rbO՟@ ˖A#ZOhH L9G/ QŊ|Ff4wL䫠Ql*Mיvf(z74m6y:JٟO@`ق4ʵ32ST0g:MxLm+y` %)8iMpc L,]{\VUVrgƪ`{mj=9Do멩uq؝o4q#wC"fG=a4Qs 76(fh1zmZb}=0u &Z4X-K:=X Nt=z B03iD߅`O Ö6-;W 70e'ͳr.jZzACihwKgSk!QjNֽl D+ų۷Ny(&@s N[$+g7l|)h(e"#._YF`ꌥ[pV+:J7G'ؗFzIUaƀ`w"Ŝa# v) \l^ 0[QKWVuԡG* i%I8i1NZKU:>ĐY%&b) \k&ŕa({N0;K/#&Zy$~@̫"-D3) Z4P]E$h LH B pc>Nn"Ϧ`ꚧ{Bv:~?nbLjS@i!9!9_Dyu70S GNΑX:Enc XOTŜYjHf_`'ZД N Zaa!PлfVq_M%ڝV~UC=#VifѭmDW5QҳS) sJ4iin!u+ {ê^ K><#1 Mm1bHB\Rw >tq;zX,z7|̗4}8ZZLS:~qֹp'TV]]S}%nYF1éYER좨nDME5+^WSM 3"-¦;?|a VlEQ'Z>Iط@n IfAd"b2٬(L̵No2B#Mg?KY H'(˷!OZ_(v8HQ,q}CG̓Y1V بM_pDԲ4s*VhGvmtȹ,ߞ? -5 U*b"Skvp( ZUɏ!Kp}If%~\Ht˖QyvŗEiz&/x=H>3 "4+@U { % lZRLX$BR:1uTw)#R-%=KڌmM}C7ܚl8;a$(%nJ< -l=/i+Xo VhMIX'!<' y?te]L6S |7`04Q1K'&XPD}Ou/|Qxspў&Z5Z: 쓨8q2Pu4'ܣ0-g:Iz2GC.풶3حcem8ΏÞT$?ϴBO5N+T22PoY8OjwHaM%j1hle۴n $L`-pv_2t?cY1GmLX3K9V{c9gǨ!JoPJma&Fh/OB\3夽81L S~]R>BWnB?ْ:|sWVm!C/8Wk8*]{uwwOm1xڝkqـ"ц__sM΀fP m$7P$x=2WC/版6M |GE{-vbOaQ@C-)7{M& d}@Z'ÂE\.c_1#/WgAc-)ܗ qNOXjpS(g*G|g~yU 1|o:j/sҴD\A4[6k*7Ƕqau/>v>äkQx!fm.M"+Ac@2hETnDB O4AR GH:Q/ꥤȾVذ= ]~mzJtC;{cLi?iŏٓEqU5_ĩƆGBC3k ÒўN%VB%F2K}>xu%q1D'w=e[\ H'|ɕL% ;hM5N8$SUuUAr"4#C ]V X!֍ 9$Vu5 TNOD Kyq*'ѹ#mъa@pOjƟH50M|#vCE`7ܶLo˃2PR› bҝ)#MS@ұ)EkfhPn [_ +5?y501$UT,Do@Y.@3{pV7wχ=CeLfUJ ~i}RqHM6F|a_JS 50xB^TޯJmí[: 7Cl$jdYdԄ&<%ԜJnZӫZEPnRhUI QqZ Bʵqۄ.bgk%I%BöE?5Jpe"W=M" X:=I+L˄Yw}y-~p C{JM ^c|x0. =5 >s<1;j _+ yLzKfwLk槾3* ;qv?i/o5qq~SĦԮ"{B#|ҧT=rMeLYERfQv),ۡ%`S] ;u;Dװu$Qp'NϠWb5gPLE7q" 2vdþ}5q(f䥑'|6FjupNt.C@CE5ͮzTgRPS L:mz˿PtCd&NSzl;~Du;:0bwzX qGs ˍnÓKq?"g؜?80 D8/M3BĝE`n#[\)iݷ}z|5V=:{l"L4ʋ~Pt+v7D_A,tL.1p+&pIl}$ٷbC8dz،Kal$)$+5zn,z͝1vn9,ju-1dۨn p*ڈLFDF.PcqKmݯ[XJHYU!+nv[ذy*ZJj[^|E=1́NlK9^\`JV i!T$\f;Zj;zdޘRY3KLsXL%*r{)?lSPp)n3f$Yľ *ʖ *h]bk$x/qp"u}O_od:H,k6w԰CY3mͬh i}"D}o>NNֽ=57=^/{Qh${<'3S\=CQfse{dfG=7j9vu <(J$XϢO$Ey%Ds8dͦ}3&qx LUsԅ~+MlSi#!,Ǒ%DdKd: {$z50:rUz,[B`ש qIXvˆJ.tQ"2N&A4[fCiϠ'#4Rz*` E]:m'Pv^`*P^@)($EnMFX nˏi,3Wb"~\uD(I85ݞ;d;furpjOADVt ;\ 6Y"ƃQpa3įV$~ PbkmDBsuz#G]oe)٦kՎ0q} 7B9Ԫtm8n=!r~Av.7wE~+8,0O*WݯdNMNܧHL(-/}mLAQJz fXl#ߥ8"}GҥKf_{ " gYVhNIg=,2M!GJCh*dniy*B 7҇'h m) SbT1fE/lgŪI$`"~yZ#{](_;( (p`f殇g0]4T^H\^^p#rm"K%wbH=WD݇)Nv&]*W&6WbwB1U{oFeOriAd%sI$>v1v YBLkŘ=̢֨9=r[V ]"Kp^ N_Ϩ*>=:*lRܒVHXGQLJRQIpn)~o~S|P, J2gPYpnCH\<7/R w#l 7c+J^T_/DQo~[]IVbT UzO0@6bC  .Y99'N Œ,exKWd'TU[M%h7o3TD}9IN$lҐ=%^1;Gk6Ǵ}{>mtGtG3̔\S ˃܂)u-e V P)b(+n=5ݔP '# iL}4%_;X2ۈG&6MhrJ&>vX}Cmy4nUl1{׍}p { kj_Dv#~_P}kwCpf9A2ZتD=%W/7Ĝ+?f S7۰p\b )HBkűYAaӞ!Q_ϩKkD=X0kǖwC"qF`MZ=\1lv[0l?wZࠗV.,pA {j,q= .i\wOUOhe-@'Vދ[ES@cC+(l&.`<(w.q$ V ^B4*d=ệIY p)HK2۴?=RI/Gy )q_(+n%y\"IƄOpA׬I?PsfńxWq'W> QH< y ER_ % 4J́7g֊~ѕi+y9@ZWsx+z0litBS:R;R%2[PQ[u̦zGN4[퇗r#o7RVCQM57HCMpJ+hfzcR'?}_DNUPUemȟB)X$ ڤU&\~5鰟8Xb("/h¿l#RnEVYdk@"Sdi=f^օ6@N'Vh (~%sd܀R/ǕD.2H%%e:6iRw&:dZ 6a1of\b)xORG\.lq[NAQ<][9hnEk2,# yf`c)\7Y4ɝЗg>RII#1حbH@/Q.EmթI~1Eû/RV|t1A "q`l²PU 7b]8}]YY;Mu`9;LgfW5AUB\Cw?ҧaTXT]D+DZ[g'tPW} P.wʮmwX H{Ëj)ɥ%"[ٗ 2d=cZ#E: 崃h'RiCJM94e p3h[|B{2Lr dOFEO+7d2\J ^OZ]8.rbAScq':3a" hӳ}\df(] Lih3A?cϙC^8:i96C Я*9C%ss )d'tl+nV-B }EPݑqrJN_'l,Wru~m<"/n uX(н:*?$㰚@X1p~9N;xrLCR f'`~6aX69Ģqt#/$#oCm*ocK{@jCW/Cv L 4 ; =-W)RD)$@|֦Y88N\ cb{T |ֈ6.Z]+ :Z/`#쿎il MY g( ^XTz#Z$r .HCz8g@v^9#e !0kp|e/(Y=V0Y~c]{YvfୁF1#qRp\9U"R˃~51yv@q+ܮWS猔40΁o9r!iOWBZq)D_Ź8R䞸K4-Ɏ?͏^7pD޼o1vSc@)S?ZP"OV-) k1mUАh)XnJk*m:Qc)n\࿧Aam/LL +Cd> IOҠ Rd$*QOP?W ó*蒗lϜ,y!أ42RnksJTcp&  F Gu!@70(>U>WFZ68219J՛5hưļt1(hQ#lefja!_ "tu9OڿN/NN7 C(֙ͅ\ǕSj/,=rCqX{f8>)iA$jp)udIۄ*C9$!iukY ?ۑ+w {(qx0J2;r;njI' ]il (>0|S2f]Q"x㩇G=F?]1=̙q|5]>t&l ɍui߬С06uϢ5z^Ց1Jۊ g]r KBN6{\%kVezώ'\) ,o }.3r\HhO]NwϬoш*xdI-}uv0: )'k@AqK7ѫ"p_pJCJnqtSFAega|n J:ĵ~a\.SҁU]M.3fvqKXpر= M.eHe8JfHT(=!lO#e&QK^QZmj"Q69zKz"ُ.UBWj>4\1tղjx䕤&x)>$Iry[>%z$  I`.V[590콙j|TgUEn]0dB~i|2=J5 ;dSBV&bcdTfKgv_5_0ñgc\g~ٖuIQin>Ө^%ib5=}34Wi-h{ڶ}HNYT_Vq,PWH/G=s!1O/wj%_E r;\]/}@rNxBl ;AkiPV4c.Aw#LM6zg}!`U//ei\lo:j}%>73IZPXj?bzd_~a+:?P99xM5EGF(25Q#Kc"­+EvSt PNf WA< [6|r娕C|)tg_"i?(-Ҧ>kNFx :m)\T;@LiL:ĥ&0@V=q} IJ2, 0" Pf1"D8W#XiѕI$ԵM./mĂЯ` o] ٳ蟨AFR㞍F\v/oB/KJA-{CXFhpX%jKx6qkNWf( (oz ˑ:FD } >D9 ܽ0G^%'GrSg𑋰=ɘpth{5mJ_NulM2(x <}~^ ?C->%3y (/aAwzn*9Օ}Y!P UgyrӉ*-$ljS=DAxܻ/O*HE*UEr~dK<&_OU9_dڱ5N8mT`v9 0&AO5k7.Hn(Uǣ]~tebRWĬ0ӓc?̓]NdD(b@|zn2)+Z_Ue` 4?BccV@Mg&D$!7a zqQ"aDc۹XʰlWYMO%LHJ>eG1|Ps rm{{PhY& ؞L9 e[Y˺?t)ϓzuNq(O =t970=d4=itRÐ*Gku<]D#WK-P S9|+c[H2qK-LFK*#QZc\: r{dBuYFp'xhwo-[ldR[\+EP*jZL2(f%=W*^xpfͺ^Q0"RȒ"f`t[ɽAs #\1;J娷|Sn?y_ l2:N]fZ'_?V_}{b9 KgG|ef䂇0}eγaˌk8 p^Z~qgfv_%L0q_t׉8Fh8mcQxWggDUA kmHJץ$ڄۅS { D( | \GXFlt{i땝3Db +#JXذ\ES6b]tXR`Ado06]Xnp5ckN#R uCck1! gd:̤>\[.͇]m))FJ(RB?P\b?"r D#;'w?R#&`vU~Jd|}FPUZ6xdďߊeKN#AyEu}FW٣]%lTJ}"_>!)|TV|yv`9-!|6|hlYݰ<{ZPBbHa$!v8~tn%mV,vt6+9vb!7#*ԝp%h;3R\\-EKF:9` B dlWb+4ߢfUfҨEYK`r4A sX.֊҅uWƤ} Q1<9{G-u"$&U/\QE )BT}P3 xJ6g<(k%yazoQb,suѥHs$V]yܸcYiux&[ԑI 7˛gS 2? mo4qS~֟.~ƹC4@x]ΆV'9Bɬk~tiLX2\ZÎWJveV ֙%f!P4zJ#df>M()h>I{(;"CLDbex| F-AaxW$7_}|o=; @,Z#Bᅅ 3NzRɿ򒑪r`>TP· H,8(8 i Chn}ZԞ`(UcgGi32.miBdDGl2;eD86nFy-IhꖭYd HdBhņٺ&˚lC1|c׬: ?%ddeT/bQ|C|;Y]r$R#3I.c=c&X(&/6 ){Z]"?T*W)۲ WGI6;MRM ?USM\[&*/U6ʪAMRx{7 UsAH`{ "E}Vfy3$pN![&t)TukzT=Til l9)b%2h͋maf[U<R s+t9 q{qjxύxA,_ఄf0y9@nQZ#Kaa}C2~ttj-aɫJ?I/Fԃ.5VH$7-Yvo۱$2WQT(ZЙ~$HipVu*pfxQ!z&aÇR'{2ZHoy+޶h mD#_VQl6a_Tf 4+i8JXXM*v0vG:'qY~?-B?/3ntN%sDY#־ c*E.i&FWտcۛ8(f^Ke08 `ck[?Cpc4Cke \ ރ! [,=` AFk{U5SEޅ#fP[FTڭHgrWPw~j/CEO*&Z6#&Z޿91zs{쉼!mq4KLpу b1W+O?)-p8zڋxr20c\_mR6G!u*   K8ѮK2 w&m'[mUe-y\c;|M/*2Q&_j@ՃBAujXsOR֦5nV+ař1-HUe׋uMbJ2m6[F2)V;} 5̯j^,!{ԣ VE5c{)ץ޸!8k/>+\vyOiwoX%3{A/5G$q4Ipӈ) ?zٴ(ZI21}BwB'pZ .2!m#rd~t, Ou8yo`!*g.7A NF!JښLtMY3%'X ho%:do3JIW)m͂RaF[{CI( T4[Qձ^t| .z]׿uc 7X b3}IsL.ol}2xלs[ߜUB'jCLtzRz uO[GG@c5'<8ewhZ0d u7 ce:L@EQAEy'43rUt~r#Cl2"6CZSjE~!ƙoF~HBP2Eا˔'q=^l*뒧Bk;`BaVuKV }ab\|3Kgv2*-1@m՞~<ZҊbAc[3 B bq0 Z78C\sK۴i`s"_ć ?ȑ HJG`\ص]'!vm|8Ʊ~+(q)\ҵAb٠Q.ky1{{mPPė_ӓLQf۴IQt"m'NѨc2.+ (ERϧ`ٓfvLS)yNn_ͺ~O Qp3MçrQ0GQ9y+Q (`6$wAw ! ~e{ʄʿwSRۃGJt;b{Vl0O_ 4dtטet=3"-b}X԰VίOK_g27}ڙ𪈰Q/N`gn*W==UY%HOE$:}$L tI.iҌ^_W:w7H /+i錬TשK&Jc%$ML^']7"r<0BѥSIh시@WӅ)~MK W1]}#D@iK/mmCӬK)0(homĠ&{k4 }j&%=%uF|M;}=*Q!?>Ow}ƪM>퍗͌Z`@Ϣs\Vu?/wIIZ`zYZ`] {Ö@|LFdZ^ǻBlwL_%Zxd;m$w}^~*[Lfɕxr9$ *Vдdh>bNKt^+ƭA q]o)^@Q0ܞ ?)'k%#Bql8 EM`?H=)8<{ HQJɉ \6-H߭ěـurRیK8qҮ{1Qq4rcmOYt)m0givyE G̡a,JnzJfO)J(԰@avP V"IS5at3QL$JM]j FTrXt@T  i 1vSŚ4y$QTui[^Y8S!i17(l+v$[F@Smc>,Hc-Iw٘t+˿#Kv%RĬAkExGfUK]î&([*nL1GɚVD =zIyFIŘ0̱/Wo1}PqcA.20Wbȋ$m8۳KJ|όKMz6^3)0J "9 vbo)3WĘEU="Col}B~3gg [VMh#T0p\&~ -Mo#EǙ-04jz S:L~%Q+d);_9 -q *])SyQѶb(7?'<7MjJ́z0k(.:eJyi4}l IE #Ɉ'PELxvH/ &B1HSiaISd} 0<H ,$5CbBd^ [G3U8W'xeŶze\hγU\vx7=.0;$]fqp4@yل*laNF~VBUAvzT$4&; m7T^hB.bC4Ը2Vqԍ'vqsװ]E`S5xpz^/G֞ubH6pq+mWcS[}3:QX;rg28ݬO0!0V"yycW=NSASc5V Of"|xCYPd7F 1x?<-eIUuU!3VYҪFS܍};!r>-•KƤVX=MsJ :qRoWmr$"?-IZ, ec OOJi~0xѕO3u<\kJg:9a`n2DB70!] ϲ p4xoآ4<u/5*P7_ؔABXea_܃}UK1ذGG1i3 )],yUWE`sws-18{R.x~(/\ZbgK+?v qYz.߻Z6l2+#(U ی*@IN3uBaԇ=®=se{`wp>?ӖPi0-k~ܸ_$hޗ 1Ck|z~i.xkJc ]s:&,BftVk7On*w _nSK4xXapIX%C4Kz=sG!aQφFMό#a6qvԡ:q6K[ke}ik8 W$ΣvwZpU͓l1S($?`e~]&o%`8w sAOÒ̹fr.taH!Ѣ&?^$+zvŒAS&Q1}> mN6 oM6F[Ҷ~؆:w~Ƈ%*Z`xz}Xje]XZ ƊXq<, k͈iхȝ`To~!{('z >Y$ֈiYu ,޹/-[)d?}2yʮ{y+)G>+b-䑟[j1<܎| 㽘8X6[х>]jAMK> KL/x"ƋxJa5kL~++eP]. q<RⶠٔSP(a51V^8\Xrk;bȍ/$D幆4c1,TgX1"YCSZ=2:Yv!ɹe_CkKY[cx)bH\| |ksydhp۬B2M';V *\.s0)!7I7|/EkC0Y En@{E惯w_ZHo+u y@ p,L5+ )]P\@8$vE:?H ԟ}kfUFcv踷 &aeuRSvy/ ,8Cqp}"7лBȌ=E@?FYh 2[1h/ZIa X^GmKK5\ 3ȧp_'qwT,3n#M3QWhWm-mqw4eBKWʐ{|hE\L_.ʃNkFEDeFu:.J0>HA֍ D%e?08x90v{:ʛ|!L1~#MC2J·HgZ3EQj`0e&_F81|nܷ_G&d@Z#n8M^GKcNmճQy5pJO3lP n,=7P%Fdď}a6Q= d&eGiLHNf:$߷pgi(Wl’]|/3S?cW YG*R 1̪;Q:UtMAa`/ע|{:ȔTj&؁*uߟj<?4l5Mіd7LIAf/&S%cCF8X+2p؍Kjc$lJRoRa|KS(#ʱL@qv!f\2m0ӪIfMYEֿ΄}0y=m\G.[ɠX.slB#ž.IO{r}⶙8Y˶K리p3|-ڰ2B ʳih |ɉ~_jas5r,II|Dߢw>>؜8¼7Ҍm@FC1?Al7.TbxwM;!zE$- %ۖ3GqY?m9{lc^t%3$X rTxb|dšY|/ œe.?)|Xm);.hM`xaz" jm쿿wQ~?Ivd(^o0=?p S Y+\-I"yX 3\tx/j(B ok|+h\{qLql{gEKlp ,1|lj6PU51|f(i&z&hpj *cS4Im}pvC;#OMd!"6AҲEJJ()M=U!?PgY\ѷw`7I:Nm4ܦ8ƅ_(j(|QsoC0B)$Xu˚WR/Xֻ̒MRNjW81n/ <,E-$AhVX͑?E\$X~?~ $C_Z(Qk'$C#i\1%Lg7l!53c_(# DcCJ*e [JJ/0ֵ!٬}STy InVb՗M[<,xWj-r1YpK1L구lRvB `r(^~OXkPwJhƒo\g/0K?sPzӞ#5o!CRZ14nϜx#FT#>lb"b_gxw}wy=!$ y3LJx_꘠Y#ߜ=WkZX0OE"1P9,$w=4I#u>z6m>  9VHzߌzZ<"D`ޯSټZA [LG'׶iJ>1JB`GCO"*Op}PEݳ"ZW2R_jrH:%-%`Rvj6'*_ūg*oI ϋhEe ;ċߥLNM.Dtڐ}$dXTeY9k&+.պ#e{.*Oʼ5’N5h,<,JACRY|T_6e_x(-ZڂͳIcn%Km&v3MAO&MwUdk28\ΓK~ܘ`DI [_w|KA|<8ᜪxԿI%8_۸2=$T,fzsm~}{) E] Os$]Hn*oų9= Ym}  !UCHtߣ"ԩ)!^+>HEhPYq0BDNTp|9h$u wzK(@fw3؏í9zJ.ȭ<ӆLΤc`q̊ޙ[NnHɟ20{w5 ) -F/8U1o IW9' |CL/`$ݥus &NнG!VAAnn O4RBANxzF6fFKƵ0߲u$N/$l1hm-Ra_ɻs!pz`}ߤEuvZ,.nB2t0|ݦ, ޠ7 })pĹ'ץ -Tkߨ$iפwN4huk t&m}ۖ鮐!66r[p•Ɠ,hz _{T6y'Z8ў>Dy=@?-Ađ?aWI $.e*SМt3u M+b 8gkא&Ӥ, C-^ a ߧdtSC+J4[T)szKl/Iah/40˫z`4D"KF%&-W+ZΟ㄃h=q$0Gxؕ;( taX5qU |Z&N/pIӝD120,﷭'9s7+;lAWpsk.J9hA0E >εЧ,.wb˙!TV%\E|ylT֖KJ6-Oj-Tj!hᛆ&E2|VCۡ'96US f;Waklp#MѰ٬#t\1#.s!VsLGͪlBy<<^:18_Dk ,L}ރy{9dM'_i2E=L^R-F:d2Ƕ«9uma/҃;ZE9`[VŽI5]-9,ouSϛOr6Wt~M4YDں_k"@X1M I"mTK(/U#ioMr@դp#XmH$'z4`#BAh] !^h`C?-.(Isf'2ћ75BNSA@Py4eS@q@j,y}#6`4iV"ø`CRbP Y=9s$mql&Ei[b/A6QərR A55u@ҢԀue--NlF ~!XZTQd6s׽`#P_='S|ye4ԇ\$IV5.s?D#ޏpLi]gغFLN.=?cB4Us{߀M0 g0!k@FR,vRpIaw WP<~)]8n7>~*҃[W ݤ MǣC7jNi&a8>>KjUBȆpzezw ^rXAJ9c4z!kY \.Oف"jF\n.4op[w(`}$8pΠŦdTfݧ~+HT:B!(q!B8@̨~s|ENs[R;;fOl=dcʴ Sv%k~ 2\}gK:kh&Қan/ńk9J('G N&Nu:TբO$t46&y;+P3rL-M锝!J^UPvH4Gi;olx=8M(jl:.Ue%d21N'TQЍ? 8 %\Q+"FVW5^2U=1S_[ޚJȷ)$=VWӀ{՜|DdV9f2@NNs>uUF$c/TkګB٦,4U)rx.>4ʃ;-) =J,1ㆡFbǠAbi5Ź}2b^"=F{s*gQb fc }Cu~5\ܜYm敥 4<ؐeK|gI3Dh1UV%3i f!iL|hO1h'ßq5 ']jrTp/ނ6 3ו]IBqr&7tskC]%j4 h+ f^r<_&n sK1K8G$+[^$|I"Q ^ vPW5]ŶڭPoT[[8)*J=gW&EuW¡XT_`z07B-^Ӕ9z@O9A>|;=E%(EUh:R+ܦͶ©d ``d"dƞ]rfOzr)_YǯR8_piעg]i&,e3`}8&gq{ p4#7xљeq y kބ&F2\Жy4%J G.N{wf!thq8EI;ajخ@<B@5"3 '1y^$#qmj^ JT|5Q?.q_阹rgpI TKGT7jb?I,iBTZA{A&Ɇx,Ų]BʰT".r?e DV9?Y*a@5[.1ŵ+{>]ܱ7_Y>.-NhzDPb:RIG4i͂`$hfYd頟 P2rERTwW2U. idxWL~zZE.xwdanr {74y(DxMr ҆p2(tiNۈRf3T2̗"sٯи4& F(B`f'mW'Y`6T tJ7q)tmls82o*1H!P[2΀~mTB5=BO󽺽 ţ4,Y ::mCFxas;kQ,yhl/ XlL[N+$>[_;hZcsՙoO7'9}Ԉt~-P笚6K S,&3L&$ZGgPio@IK19V帏{UEr A9w)tqY"EB$rvɄbtV_S޻P%Z.ڱZ/P~#Z,]A>~{7ݱKIй V|ֈNe89=n=,=U9 MKDRCtaE!qiIt*071(KI`\x{6@zL (<}D-yl|϶~:D_" P@4&]VMne'q&q](C* Ld"{jC[yc\`نpLqOB2Q\ ËM3-^&H;w G`&LE9PڤbaOöm J=U+[{ BGoKAd}yq|LckhHH,(݃mV8ErrؓS`KtP^^ }orjf 7CiW!C~3S $+`A%ZL2(J5_O[e F(`pAp4c(7$K0:()DyvrHڟHy~ ~tMTS䥚H~KK 6: '8k>Rf4Wى ߕJY3p0\E-୶p=B $R9 r<傪J׳VL}!T7-ȽZ5n3v>F69IFNtzCa5~DS6 g[Npkn0E|o= P ݈QS)$veO=3G1X WQ*5į/O큰+z|ZϤXxdgwx1M'|6-Utiw?"s3+izcCag],؂0;0XzjZXp]ߙ6%1~' | 8Ɯp-·'>>M0KXd4zs9 E%ݚKynQ-F.r08|oW(XIufx@\ñ2E+7V{d/ZYt(RIs'ɣ"q-؂}.:_w+d9.c[ͻZŅǀ58] b0< eIg>W82OjE؀[΀Wj Bz;o>2<ȣWWgnnj&, ;CbXl9YWw 4)x4ɲq')b5D`lFr%іt\> UÙ= Bd "TR_5RӤEz\">>no&)ŊXSY=ɉ;?,#hVY.ܖFN`Lp1QлԭzymiLw"K-?w&KhLhH߉XI*yJhtL98:]VUV_6'&G%l{&QLFz46y'0.k?%VZa\2 ޱ$ڷ Z) GnK[F0\ka23RL饩Kꡦ= .H-.h%sV$ =PZrsr_*IN:JAK-Ȭ{1Th 8鵣qjAFT[ǎzkn_w1NcR qaexM \ҼKW ɔ #OJ=~$&UpSn3"DmZkMK6dkZl3Ю4C>?0W1bB]QMf5f^|cCk%Q*^p zWBG4jl7-G#2SqI=ai.!`󵥻(y7q1[hʃLJ1ܰGm()TVNYd[Gmi$:a+xo TU~/. o lB]q7{AKƮO~XL'y#X31>]>?"+J+Z򥣩]o&_0cИ=b)Tg.A`La{X??ĂXR2C7XiꗟICl< !vkUMK OmQ;Mp5 ;S{$LbLɟFd>$BX3<3 :486;Ov;pܓNtRIN=F׆T"=dVCVw"̐{)Hdd}o#2uQ%Q5Kpp' I{q Od= p_=HN ̓Vq|b.h*meԾU09`xK^M 2|Js-o2.t^CXP@@EB|Ys6`ZGقu~髣8j,0)E9֮:%G&th{(B9̗ۡKĈEHJ,Gg˰x [l-rw'C/ 'b ̆p7/)w4`_ xcۼO$Vσ`eQ'܈V$j)8Zd 7iG[4OtU5D^ړ9\PI|Ǘ'Ɨ [(QL3p]L&ҕFwhBث HOMTڹ1=2CMn14JnT*QV$fIL'Wh(dOwcRҼ=NqЀH1/=k9s}$T'ʃ>A 9xֻܭ; &9YI rH-9׳ OgO|`{"8!P|XP0{7Kxxrōx%iﵟ@bQ[JfE3-sk.nxtz6Y:kЉߑ%vC;6p Jg+zz'&j_( Bؐk"yZ1³K~LwHzHgtW zvm{n/qA~w@Օ1޼4{،^~rwdjI(lKȟs҈4R: WGq[|&gM3ĞS`mY .&YHjhX9D8" WH d*})Qaד\A_a(%69tS lk>1:gm쨽]c3Y-@.qX嶣{VKifm!0oE[V7Ph(k/b#^Ψ Uz^"G;}`zsv3 k{;d]$fKx$TϜG.Oi1̵ Wn ;j5o[S 0YynRAuЂ2ŒkƊLU7dN,OY-[obٺVp{aQrXq{uOb?N>mItV!Yv̎G42L/D< 'UW?61G\fega<,Fm{޳oN"QoBQs;Z銞Cѝo 5ƱէkECb K.,zyaCrٍZ`s 2&Iykw/% 4u*)}+w`$j[Y)H]\bǺ>e)rR8ս^ܦ/8Zt3UQqTVKeH9ɂ+ׅ'4@oZ rJ\JId =E[K4B6CZgl$ew#*I?g: %ݍi #TL|tP(Ӳk;FkdکĀӒ|M6)v4h>rLa?iR,@ҧ7{Hd\,j\/8;3 Ɗp27~d-9foTI1EViӃ)鯊 ]k+ TBF\E"A4Gb:i`ͭUN#+M Ed`b]_eֲYqo-AqqiK[/k,Kn00r۷?1XXO$^w@N}"f[VGi:` vbD;leB@ {rʑTVD0c Oc++}- 䘘@F ǛMik"KTAG0]kZG7]+<84A[k7nYot̟. W5V)">(enLC,۹2RD$ulӡ]_vRgPi2"m|Q" Ǘ5]fj6v[PKN?|X܉,K:g4Y4X%ЂUcw_EJEN).N n!fqȨLJ̉ɏJ)v5jPSHJpRQKwRe_]Ķ ?|{N۲:ddOsV4JE+l}fO+L.n]&L 6ϟ&!Tm9ZO:4} 2jڴY[ulHm"DI]^@3gcj\'Hg 3AGλ86,M|ɓ/|VUb{wO<5=,oeЍGT, q٤\g-NhWhP? ˂@'ha"|2]gg"0J-(R2YX+?IMM;uIKJJp@^ VG r~2[ z$c18fKqz\-I*ś"!Z\D+5:ZN)2DZLxB}wMC23Ye%?Kx܆8!rniŔR U"J*I̟K?pV$-7omR6_CMeJ|g# RUǩ3ukxvvr"+N;)l S.r^Ho=QSg葴 }Ǣ*J1Q4z^x61inr8`R yJqGKmz1K(cDFWgH6&2_?]M>3Ո \~蛽GĘy*~4 eWmLfx3cxRab*|bqjߪyq=e^soۣPewq@gZʶΝRebYFs7A bV0}8aH (f/%Pd>Qe8–-Bo͂V=;?9S*o&cyTY"}?}>{G}&Fi>I ҆5I*(YR;{I:HOLцfb;&(>@r)u$ϒ차$!%fC1k4M_ Oʍ] ~p~2f=49EMi?~tmpJqq/x ۢ _D ϬI^z[ r-+ .HEhJXu=} O>}&*%"嬬Y/" FŹBh8rq^"Q"<56jC<;6 ᫨Db+*SJWx2s^Z9Arx"|2p|Ш.}V#^(3*1ELlI9Yi ƫ~-Aiϥ}( hiiX܂7$ ~Bq&wci19H$4줆ෝLu{SfZ \0_PXTjjU0wkb*]udBd}}޵>f?X6 ;.zPeqGRЂȸŁpYzĴ,5H=P~I^Mي;($a uBĐ}*khK,"a'SV7JE"̴Ă-QĭrޏS$!f'96J$Un!6Ql׀-NNTޭ a2D)b*9hӗ1=0}~YIڇ4}壩 ;vR|lՖ%*z^"AJVrE@ HһD"Z-Id0[se;nDn^"W<{X=}~b.ds{)+1#4qg7@+o͐s۫۟>5m%y<@ IݸwLjV<|XpU* Zt!O!&u(a7mL{SoS`1BY.^|E7}iX$2aNoA4=J-. ?Qn1P$b3ܓxѸ.B PU 'VSݔD 7Uj.C_28yߌWoq=$bimR|P ;sin7XonWp߻xDzd/Jru& qreWv*Ϫ;vzBjiviNOpFɘ3M.MfL uXay̶vFg&$,H'#~Zc6}B sj?P9GӾoʲb %.+GՅ$NK@D?^nUf8u+|p:Ab2GYqia2D;Q2Z/5xB)fQXdvׂ毘 1ߞ/$Z+k=V<EԞ4 i8^Ӎ[;DH _ή-a' fxx ŭ$4[]쵫=^}d+.`9+aNmK-papyof4W"(A0yL|)\U}(/WZ zm$GƎOjwS"ЬZIc[qZܔ$iݺEyHp1]ej{57.g,0VV=^vƅ_nUַNL2JxCs*\# ^u]&KаP KD}UjEb,>)'ĥ#Ub3{%C4]? IOUEdg+SgCm{\(<%nCiv_`v;E@5)gIvN!\RJ/*@d uXB.⼼&cs6qӆQ?Pf8[ioSENVItЅ1LM4;'=^ޣjx60ABlox5 ܀ RUm7/ťݹ㹻5u7'84;m-%zUtKdqmNs%7XO-vtNu|rL|Ж>)TQa\/0=C"qE7f_߿$6k=wkS|I{Տ?ŹdL'u V֊ۓKԞӘiU KIobj:L\%&C/WHeUE\ǎ fghaۃi3eh>DwE,X_::ܐ7PV嶟Jtde+Vz1\]nl:][pq@c,Z՚k g967~ϥHYfK%U-Dq Wlƛj)gI'T $|"-oX7cgda].J7JrmT3Y0 q '>yt@~F-8s2$<*)7Q՞~as57dqDqTUtAly$˟zx~M1[0%%Z$Xl{Ҟd'`70(L,wpQ ܍^6:2]GzGX@R@}E ,(25ΛRý SMQpO] jpy ) di{(AN]ڂ*OYQCiuQ(- WC9ZU~w"up dU21ҡ5~ 2Nц-|ۋm݂tZadBWI5@T E{A`h= u$u!akň>AaMUo٫kUϔQƄ `M\AJZIn9GCǃ%+K4D Fɻ7` " !$MN҂?ƽbP#%ݫM(OړsRV;@E> y;qK3Tudtdf,*OD5W0~w!<{ARlYĀ+ݹ9gGX85|i1HKݟ @%zgv7Rh!ˆT1 ؼMvT\ pi휂'wYȤ,9gɆOޮɁ_zpԲ_C6X5T㖘 nx|c %=Ӗ ҝ"ݪZժd' <**ᗡbŷ^єVtoDI27#$"hҷ@.( 1Tm`/U2zةO^wE YATpZcpP6 \GyTnϛ/т%!wmLKgOVxu'vol.sMLޏ-Q=rĹ$.6a6zm-YE Z7 cA#nȜ3Di6[JÏ'ƦӾ^k&6H"eNBRÁ#gm^gĶf&aIf Q/RT!=rAut_CϢi3eVQO: (ϗ*( Dj((pӆ*LCu=洅&.4h ᅞZ'.$9ܧJ۔dD]0Ж%f) YƢ2J~Tvv#F2~?>2ɖP:6l>3xM厳;~' UT36i&zi]WF#LU; ح1DSTӔ>JCmG ]3 kqnmY8En1qD{4R;xj1pc[8 /72}t- *qZM#NФ*E=h+ L$LV>EA" 5NsJ;"#nH1$|@}2ߨdǢݽV8m:na};ŲNUh|8#IkH2"=L7lsK~1N/ѾN*Z4EeKeFAluwk&lyCe8$&љrEhKX{Y{^HԌ"0VHMݼ{:YVKA[8D&J!2CdPG7`[);(.X:-"-ԟ D1zTĺ]^Txfnn9ޢ.f ;όc{]U y'$iLvNt Cplv/&/:J"EFCj+,?c ?lm@ag*0Ls ̾=ʻm1x8ofQ$ФvgjS(W`-q$.QӾaⰩG 띎V*[u&tЌ 0R10ԀnKj-֎2M~ȋ_ )MK&tIt>/FRxD$R!ܾf+_ [JAc4Vy-G-S@WڛAIƒB$XTU4(p޻;Iok/ZªtCb%)Ͼ(z[@LKVWd#Y&-?ҿ柞"Qڈj~)kQ@j3@Oӗ Nmcό#O_ʊ fmךhA|oz] /sWB9C?߿fV~utoVnV?|RS˄QsrZ6$!}P5?hEMj0~axH=I$( eFeˑ(znI+rcj5b$ Q;q3ÿ/~stnY@b8ZSpvuNn-2bw}i@.S`̐""8-Zdid3V bD6J<)D4RrDP3R̢3Z%&hĒG]JKV!Ap,`]3>;Btgv6/wosWEQ:IzlR%ʏO!:zKF nS؞2W%'r'׷Kcۋ&[3;z r'k7#ʃ¤7*9^*~ڮ8T4N6su'Gnݭy/{fC>;E ëx$8'Anr VqrjgyƞeZ^@XH4!&ӈv}IG}2IFxLVbdE( $oUy/.r#*س+X^oR [B4xSr[P!_$ '*3D򵰤C ]Jhףa?^g³DJ0`qY8?dbեNLj`Y(|& D 2ErZBw `bJ9#&# e:WSzLD1;َi;l:W{:|z}>ܓ&VZ Ոülc)t7( q )xn/J"gL֧jMJ<֘Tvߑg`+Ee5Y.̡s0uiJvu3!wH".c58] h{OͻѾ$J?x0 N;,QQa&O?>yL #u=_hAۄȗ,㮾`5*V: Riʊnz.bhUR@YOV5%@2Z$/z2`syh/Be4uwvZdYW|_|EMEpJOشlהu4'fln|ǞV읜^U% R4ͪ)GqcYm6pCMG^D);!/ 9A%a+L a庨2ydD=o>ۃl)d0 `ko/ȦUpHC+TJ^=O:ztR:tёP?;xL"8[Y2ˆ"DsX=V^ ǛĕlfJSO<"kL.)1$Ps;X(ʯtҨ9& TtOQ^UQAEC(#a͗}2\7!Q1}JWNݜ UB8Z A=~CfLCNi59L`-SCP}o+ Kx~xhIW-=pϲ  +*PpZs8geww>.3tOP5 -rm ^ P[ċ N.^%$яMhvXкi4/BG4 d$*Q7;lSWd|o{[t /{o5yQX'RoJa텪/cG S~*EZ-۷,bVkBfm~zHM#|A| t#`-7"B皫q0N|&K k3 4g5}6=OV%txV$&5ʣ#V1_a~Ʋ5{Q09KGiNk5N߯p2a tG:HT^{`1VQ~݀LB fu71 A@<^,* y±PGTȵ:ROWU{R\ mQ[G[=K 's#x5@sp|_cL1K8O Fpa"hyx4+lg109W)8 #:$65H+gf,T޼[Y%PF|l|l9(N@ƴX=nCopDž!' D>cu~M( Y۾`;ŭSzռ0#nl`< o$ q\\K<؎YY`AKunuUV)Iu ҃a3k؛]\~xтyP *^ VVWK<3;} ʟ\d0 >.dj>:E;uuSaݦ HГ$9ւz@Zoagz&T9qbѳ=[9Lw18@ 2R7¹@VG!0* ʃsC^P0j=SP!ƇשwJulx+1Y I ''f).k \ ӯNET*ӊC ҦhbȣR(PߛlE>m{Z:=$7+;ӍOt] kG}4`XnS5 rz۬HZ9C]nv*d緻2W]g/6\v)4#=O]7UDbp4`)O1J{?zk+urh@ݳbJY܏A KPW\HF`3P|=:GEՂj)\fwDvH 6uT ޸YC69?P |Lγ0C狠7rOe8:ft[5v$i }?(Xl2ΦycR 6f+$#3w'F)x )K*̤: Sb#A]{? Vi 13'P bK ڋ>[ߐ϶p hMovz' ҏ u>z\VKFj;: 蹅 'ʇS ?n3s2P&^n4T n[fڥK;{'K6O"0/ʸSU@qtvK5 qd<[ lK5[D'Ff7?(UZ19esKKm0pDFaf(%3V+䐍m0we/mrX=Qd3"y'Ժ SSF iU&#7 +Y*t\G2:unN8/G+wpe}LScI+*7v k3R1r3ܹǕsңգh("}_ë[..\8f01n I.[{=:I|g+ԦG VgZ{C)GU]ߏЦwث^Cڗ4/A.4XF8f*>>~uHv˿R)qvi+RO:z|n'x B䦵2_tWlǚLM`qAѓR˽ex%-F=vpkcYcJ]ZnK/B<: ꨄ= zX-W! JOlG_KY]&Tc:i"DI^@eCۚ/nriH7= z@-ӡuѻYcP }{NtFTY_O[pFh "ٯ2Ȭ&L_,MНwwڠ5-'Z9l~ E,iΓxx:%\Y__CAܗ`Qf^NgGAċ3ftvE7tQphp[dշH]~9q׈ogR4"8e@?I0㶿/_w_mTL5_2G@x9}`\+:8!Qj1ne>1^4mM# j mlޟNgn.Pv 2>cd)`OWz,n'gw2T vo\ 8i Tex,2&`dp IObKQ3yP.em{H_3(~yyye)]bVW}[8-)EMX{w"]ޅsxNVL2Qb˱_/+*Ȕix*y, )||, 6kU$z c!mkw3:<­/.ZjNc)%,bZپ28S*DI803[Q QHZU0">Yg‚7ZqemO"pPK(bsiʻ\[?m)[fFɳ m?CS. 䠩{ |ۑ8eJQ hq1BBWjmYVJKaA>i nCzYX 7Z0h<埲s(U1RZ]j Wْb+cBe$?+12I =.QKŅFNf=fm'mѻfRNΩϪgT/KEo{`HiE&).ty#~L|<]r Ш +`ni`Q?3@_JB̡2#H~S=7~'Tj=,dKQ.I(,BQK/L l<(Z=wC-n12ݏ8U].= B2.3tC7m,HM eVCR*FLpg)e_?V?'܎ωl4*\~?/;浣b&KYA΢ώHW=2gp$QE,A P%[=FGPFR!@s-PB=Z@~I{#U}yV|<*eG#R \KAP@Uy8,ٞ&<dc-58 .;sӝFv *֢ +qw۝:F**(ss9nhƗ0Uv;ͷ_>X[ x8qS4U.%93.+rx:Bm%*gǯ8FR;}B=b|N96.l`8vu 8b+j$͋d6՗jP[rS %Kq$8l/^056=i2@ߋeXI6*2e$g\Nuȗ|r?bd9(z}M[eżڽwWhM(ϥA'eSHO(PmdNڥTZkvIDluvZw 'Hs]H q׌@XA"tCIs? %3SJ*&yJ9ىRb"= c3Iz^cbuPj!LS僧^xƊv,g+}M[tV)/UK0Xm\0_)W䢕)]aI[O!o+q_z fd.ց2og64Ļ Oz/P?5ޫl$O2Xcdn,㓾]pw' H 6<0a8oB5]t*N563Կ? N7ь6rƗ+~ .ڐ 2@l&]ؐ]xkW>C֨zy^""Mm`~ u Rh ltǥ1d gp}?4h 3)]nSeW0!eSOwLC&Tҏ)5,%! &B~5?DB5đ031(8e赬<^K_/O`Smvd_I8͟cPcp|DghD'=ߍu`.Y^gr |:G荤d<(΃Ë?fz*Q n}#@[k Ҳ V-'SfleF, ߎ H52B(Zi?jfb21('(f͘Jhdi¿mY56rk6 ^e"i9Z:DzVFWE^-_w&jńKҳIЏgJ;{ ̭X 3B@QNb1)0 -Đ/CtY"S䀇 /Dg#^ BiL ǞĤa>ӣkOQQࡌU5u* r+j67h~ub ː‰`f}3e"Pb'#=O0l ^Y e-r 7 eKV$?~ }E&{FG3| B܎6"u:ͲE*ψQ ŭ Ll"Ģ dSQ>*[)95bE7|t\J?lԄbYGM$w 0Cܩ _>OY[UZu1E7"j+:c`2wgs!<>EF8|5Q=Sr>u+t@F#p3igg@kRl̍O!7FU[SǛ_+T|WC'wc!J b3_ ~]-^W7*%\+YMDJS]v/BF*CCaB@cDŽHc TL!HgHBVGڊ$=}@3~(WD*7uRnF0S 6^is ^W4dpz.tЀ #rM.m%\1Y I8>@:;Hԏf/pzH#?T(BT>mf+&J]q.q )9pP4f4aS'ck4Oy)&ڙ4!zSN -Tf{q)hggW\c+CD]oxA$JYAlBD=Pnz|׸8HuNIm3b|RIb -+ܘ ]Rݲe&-^BkirJX Il\);h|ϑʧwo^;_!sCoiCQzQ< <1]~X0ɇUZ{i*BhEԔP+5.h;"a gm}$i_E,>rM٧>'=' ,rLpiQwJU8pg66BpWՒρLvjLؗmyhe?MY߂ck^酭eJ$_Z{MDY5VeS ^p7¾b3|CVY~yL}B ?HM{lpjQ9P$9;;69}^",R`$ HՂGQ?*?PWO8)1k^%7zFh.>@^8S{:w , !"w-HHQMʽ+dKRkr"wG*GysӜ+^g{`m /1p$)ff&.{*uDUْ5rz-494+@*GobGB݀!'Xq݄VTꐩC5K9ҏ5d,w{s?uq[oCZQa,J:/(^oSx _{G5"$=^-{oU n -K^(7сia58_ލud$r,Eka߄@q5E88政khKESG(_LGz*۬t_3`nx-=R6dP{h`e/.lӤǮM1nbh[N?L{9 SP:ؔ?Fa'@^YrѴpw/5JMy(B9$?9/r,B%1 yF1\aᯌ)t'p6MہwR:iI΍unH\q @̔|Cj0o ^( ,=]9ƟV|2/g幽b3jscɥ$CZ,fM:BCwC@`J,M/C lxzc؁J37J5|xa"CtIruT^>p<.Q>8)kI ;7G\]+%-t9>BvOT7 ?D kEY%ʳDtN6 MʂBF*RܱW1&u^n6rI~yj 8*qX6,Awe7Wjw}i@ MHL")^WpIhDm~,$ onL5uLΠBw:a9z%E䗎7 e2Kڡͭ1 pD0pTtZb1ಢpHT(Q?[fɮGb8r|W/7')t6 {LQ|s&{Z%&UՂKD_OM_ONz Hٵ2M<3fc)zOj? ǏY+ ^?MNuJʮ!kط 6m׎ȇ: 9@F[d2{xQQ 3؏[? ;w rDG0s.>aNܲ[P3͛Ctqg@z;mE$ValIUxATE:g8 H_AEO@sSer=e5SmjK#7`3 kŏ zԢa;h m`XXv=ήi##,3`߸㫹vޠ{K飐Qa$n'9)e;=GrtKr5]G62!Sб.$ݨ `Ĥbt0![fɵ&}3OE '9嶈.N'rYOb\R>%qG;'Y,f:MٶZcDxWPAl1p\@21Wo]Z !;BM22Z”qv=oiQ3J ̀OJd:C”Gv kd@aXE3ldNwNhf>n*qxܱ4F7 R@-EbJޞ*J;%x8ƛ3ѰWm-n !"X{]N6nSFD|%RrFݞ/˶朸-J;}U#NdqUt;&O#;4'm3@XIP*iCtg2?i}zI}Z#o7iI1=3=mPYP , pHLKS$? RFGw|"3X 5x%SZ0rv r*#n{ _{,%;QUm <>rbi̪nXLHd@$EŅl_9dx3Wl[|m : hMYWϼ?/X5emڼU.!z/?Ӊ ׿w[o8 IJBhVK#PPKCD2y75՗`P =0M:E-3 2]cv~6ϩ8'ONpk_sW}7z\ľWn2+AmiJ7b5j8_Q]vf-tVD0 B Њ53<<'b ,E*תxs-.+>(܉U,N}ݲŷ=>&'ʦC7Ndئe=wŭgwY90kO^fyRU&'dGT$i'QVNV'?Tbgh87z;)#ٜDwˤPPf?ao/b\WLFPx7>D$ʚ5Uj*o타)u@v?*Itu3ԣH:7^5#~ V-TyǁΑޯ:<5yA&9|p-J˩L-t v#'":;lY[|bD{6B_02 ?dDĦ/ׅܥ??}zrѱ8y2o2%sBrp,:6ĉ܀S/*le~@I)~Mvl-Sǟ&"@>w8۫(\;XzvGbBz*HĕZiְa 2ӑ6O1(Yj@9k#Į9lQmˉt"΍!.ʬߚ*hTa"\ΐ}ʹ lx`#tM- V/RN+M4yM̻<&( J싀@R2aa KlI(Jq/l:ru#D= bidj#UFpO^8lUi$J@~# or<, n4/_]ωif:>J:OOWeNx8tGt-,SpeTOo{(b|z5,#U#h?jNˊd[e >f *GNu ǮPkh~ya~QW~y$L?[y=^j< =uuOa%=R`Sc=ȉX˜b(63}wW!ԡ?yPovg7$%neWh,ݍ3}SuޚVgI< %`Q_LQШ/WE*D^)X<3͙sVx뛜^c\\蟅ֲ#&++z;0*p k+RG@#fUQÅQu)hSNQXz8͋pCOHMR])7F niƶiGbG7+GƸ8r袳un!8G|+y,B-I'1eHc o m1 et1Fw5hxͯ$])rJ\b Y^|0+JzKGqgoff–ץUDviDx÷GTc2j= vZ7yǧ8xŖ7 v'g9oF4w] .#s;W>D`N\:;L.kLJ !^S)NwCdJ` G)/mGLg1aASXNx,teV*k]<OV]/e܊b&U{(k{ oҥ*QiGPvsB^I?wQpU:x T㓾ZjQΊ)s°T(W (ȣ<Fg,+SKpQ7R'{*]\,iǸ, v:'Vq,[ʋ 1uϻS5U]q Jsc)_#k`xŃ3I{D ưsnۺfxhfT(ow?pX7g7 mz;׻^,Z?JO?-,Im L 5͚k5Be(YYfߦ*3h|öE^^a$A;ˎU#PGFU6Agp6s <jQHq:Wu ekC|ŶsW`bX4T#wGNXk8{A۸yEۡMbc~]5 Lkw:y/$t&>M1vj:ѫ0dʧǖ·oyhgj"Q*yyY!Jꯁ3myX/[NzD _"Ω n3R$ՒFZ# *%R~ qI:jϴyG W ~˹UVOW[wӞj8X[,hVm~z0ʁZK&݌5@,D5aAu5Q":Sԡ9DmR؀df l/QRxHTp BpcrQ#YiŴhD טuC2,\lw5#q'%+LZ_%`?$y?^+T{xj  NA{0& %D)\vOdotJ}?lQ(#OtZO*hixr(t(G;<|qjפT"X;47 -䖺ӆߒb@<( UqV,J0Ů|1ba*1j)V64Gs6OS8x,t *o!,#Jxb`Dr?Î14<4iSl?Rb~<(N#!U 8!|&܀鰒"Aa=nᣤyI)`C 4AD6BYkkZeu~KÙG:/z`$Y-CDL7h{(oMF~գ.D z^̑sl汉z<] .|pv3{9l@lEdaHV!'@S+=Q.CJ[Wl]Q*= cve C1ūcӹr,o`Za@fpbq7ͬG^"LS]GC˰簕hFyS'j\br:0hهܛhZ4Д,˲^#Z¿(֐`d@BC*M kuJf1%UTl=zH}֜n+_)oğ󢉌>rєռlPVP*ƪ;~ܷ@jt03^[:\c06/SB!C;b.GTb6t'p,gp a J:ԃ([, *ŮɿX?!wy Sz)CF4 _J6 WXS-5ŢӦbAòcw3f:Q(YYnk 5eX[ Org6_fxN?߮߿^UI4 hY2f!C Yf 1Ҧ/fGR'TD Hg@BKx,iU󊅮[4W:~sOZk@ ze/LXG nju1e۩8TaCzPm[aP\_]7(r V*ɁӁ'g=)MXՃ ó j+2qG1n0vŵ=7(3UPDl4D4=N sOr.Y瘟<]pkZEmqw))L+4J$}q! rzn]t7z@QV)C>4\g򄇹 Uv t K 4Q awX?8 -P^, evqJ3kb"HWzxY>{Cd!:` Ϟft^0QmD*/%j{V=#P*˘EK 1I /)}| %`Fy LV+/TE[:&`*GʻUxؠ=͂A ?|꽴􉳎#H$ԛˈZ+jwX[TAXS?}`{,rG1z+:7MRtRNdy 0R ilf53nkarW^ȨOiªZ21cR$8a(om:HtVw#u%.=@EiCEI|haDK(>jY^nAz'J$@X?jwWuBw6mt҇мťˆ!C1},)$$N|7ҥ6pd'qi^C/CMʹ6z>M-AP34Y7-by rA*!Fit6?}&A7XZjQG|S'x=Q 1u}v @şd\' gOkb5$-FEu4# c`R "cfFbYc+X 5 N@{V} Ҡ~]ʔx&zuP~8x ZLҧ@@{_84,NnT]&HFي$yrkc`/'F*8A2s v~+!XbV46U&Pb(D/Z;d :$') !b6="C mã`{M'A,^Uo17 .A`|9V5Bmb:}p??0]vY[=BeW@qa24%dj_<2Z:Qp=N8,] CTc6OnGReXp $<)ZÉfaUmjc{\<3?azK]g@Y  Ďj;ưCyO|I) '02Rs҅e yhrfnz'2ՂT{rIMf3"Gq@DH#mU!at=&= 5>3*A{a AOÚ:H!';.ZJD{h߼G(_@>A!!(!Z1H'ot+E} 6ͧ ̲=2'_aX!O [bڥlj&؞?id2rGȡo ťq#!-L,(XF ѐmi\3~s6;4R'vq*]2 PDLź e-($zqw5S.C=']Nc ܚ̃z K>9'5P>Ů\eKx8$)BH77= phkKf$:]z`iI6AԜf]5][. g*v. e~&~yqw[ўxㅶS0iUڹ,Lh03-lܨok䮙U\\9qzDw"ӃC:rly!GJ:*eW#P9Tz@ĞmU3hCKDSp('t Ӫ6[4/ ]ID-ס>u%P4$E T朢TEn)~ 2 j?sjw0>{(#8!HX}eB.;L}PlF)Rnș?qjAU/K buI.\.t[4 |M 9 M㿢/oNtJ`s=&"c*Mٸ{hY:T'$3vU{ h48txއl菧Q7EvÌ鿮rB}4U3m׊NhxNrNm պ>=u8![dRrkr1?> b&.&`:`)X\ȃBnqh.\7&cQcD7K".UFB^Ɍΰ-Tu d6·C2St^3epnBxx?ہi%Ec-~̃UY{JkK}bzdBfD8ėa>/HE1̳B U Ĭ3 Is10ZlL{X) f2u!Ep TC 'CA YZ