parallel-netcdf-openmpi2-devel-1.7.0-bp153.1.15 >  A `CU!M@eeeM [nȩwV秠B8wՆsSB=q!}%[VL(=Ų >5~ t!6$.cSJ7rJ۴n*W=.C1U>p.pAXf5hx~YǁEAkY`6Fm?d+41Jv $uS o*49x1dP r&&rW#t8 zfa0004d2e3b4768cdb9f2b80498c7c197131d9c5c559975279700a7d95f26cbff366247e61ea55193b13fb583255216898c9398f:`CU!M@eeeҐ`džN5"" ~߫`ĘbnV41s~l/ьK" _y`XY.dH`-$$7 r/KB_ƒG 5\ ^,2 \)@&0$31ڂpp*(<$%wflSGiכP.9oĖR. ,,ywIiXUSXjة= ʿhONGݛ ICƎ=JN`ژAx겻r >p;?d!' 2 jx| 06<T ` l   8l(8 9 : F5GLHdI|XY\]^ bc&defluvzHX\bCparallel-netcdf-openmpi2-devel1.7.0bp153.1.15Development files for parallel-netcdf-openmpi2-openmpi2NetCDF 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 openmpi2 version of PnetCDF.`CVs390zp23 vSUSE Linux Enterprise 15 SP3openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxs390x+kvk`CV`CV`CV`CV`CV`CV5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf420913b6d02c80ff4bca7de1e96977bb7421f91d0911e3356ab639e4e4300c4fc0a6fad35a893215f8d8fb121d546679ef9b47378e7c96ee382d2de83174c0c6libpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi2-1.7.0-bp153.1.15.src.rpmparallel-netcdf-openmpi2-develparallel-netcdf-openmpi2-devel(s390-64)    libpnetcdf1-openmpi2openmpi2-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 names390zp23 16150258371.7.0-bp153.1.151.7.0-bp153.1.15pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi2/include//usr/lib64/mpi/gcc/openmpi2/lib64//usr/lib64/mpi/gcc/openmpi2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi2cpioxz5s390x-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig fileIzutf-8cdf24675fd509d895415a0ea4f91702c0c882799cfb5dde9387355d01dd5bfc6?P7zXZ !t/] crv(vX0a/A,A Yz;) g{mϛ0l"\F`"Q%6P>63sL $= "hA oMMH8XP{x]'>՛v*ʝ}R(0 C+`o!XUX!('[,FS%+B bOWY❲щV^7GAtw$Gչ9! DlP iU&=uU.|]gnUӨ/1[u!0P5TS)w %Gxq/c eDH#Ɓx¾ l zg 19׿#-B6t?48Է͎ӰN5e}jL|=q:3SP+φ9<,D؋lԥ[)i>F&\hIôƕ3a쓭$}瞀07&M|zQiXXC"&. N'?Nuh{ s@*LV=jI1o%?&{A/j~ƴPwߧ=:zE <%1SK'^ 0S0to;@ 9I3>P{$VWƴIb iq)M옻NހCٶ'c.eY,4-?2e)TF_x>|o󰋰& Uͼ*@y3\_%p#8:\7f 5G㮮R_%T`^y;D4d\ZC[/USgwjaa}-8Ҿ ͇ՌN(`W_!è /BjID]kGH _َ|M/Kdء48rzSnqOۣH5%p%^71ohx6 ?s`"D{7כ ~pc7mrL}-u[ U }CT=rj11̅iaA u'?q$[j?Kho>ZQ:8^_|fF&MIB]#{ZoD.:I3oJ=P׮eN^0e޼Ԉw`2\ tIg * ̛}:yW;,yBP2f hri'-f\U4q: X]^34ym L1xm *9%8r i1ى 7iaV#l;_K;.'>΁N.Fj)C-2-wY*2 ϔ'}Dw&Ȳ8?tShyZWa )Õ@昞*g¿G#o5M,ڵiLڰN`NU#?[yZe=g]'(i!Yt^R(K}Αg\|d,ןȦ%*%r-Y>XH*L8&uS0\.zz=ȥ0kS .CdZ$TeUl(D F,\^,2$9c *|_b䘐#-ߘ=AUg9@v՗d_j|CUϲܸ,=5D6,kBAX8Cͩjgɉy&LtͫHx='(Pm_4h+FF7>/AG7IM `Cy^eP|]FޟO(jf$9kJ~R;XFƏ*MUSWLq %} Dwgװ52?ÙiK.^w8n.dFT:כ65S;̙*9o1÷Θc@vY`$Ը-@gmiPj@F޵Jwݔı GmRb }cab ݎ|V4T-U!^j;;azfÿqYb;[ɏx\or6W"z7vN_KlëuCm䞢'Ծ6vQi2dH2UWV"nalDxD?-sR [ 33 rC:z$l9Y@[ pLןSϨ86y ӊ=-sԔE}L89#塚kA(ƹ TP:S.NbB x^%?_ZwVjƀgz[sL C}="2?/ngg 9:+CXC-c_I"?hf+eȘl%Zyu0\kOQwD7hM| 쭖6L{fA8nS|7m-o]TYϗyL5 #i)e73As4;54?|dzfvQΊ!ّDF=&ܢqD&= M~33c_ nV)C[ n`5A}+2 ^Zɝљ5T &MGg(\!?̅f!q MWUhB1-fhV:Ayu#' Czsq&0U_(+n4L#^fv}݁eԺZWwpQ<  UEiPvJW^ p& yJRMǖu0,) <006"p+p1/F::_ rWFn E떍u Zy J/ʷbTAX9S?ǕЯscoFgI?w/QxH^0@R\.UVZ{^*3ދߐ*_qrƔp;hڱgVB\{{By@ {J6\i{^y~V1U֏8 U9΀0}:499][a+rf1 IYv 8ۋ=qeܥ &!kBFhf(`?=uA3x΂_&Svk%~8.>rLxD;XVig5BQ,'?wz*(MT e4R҂kYFz[^5 lI*װAD i%哢9ė`Dù&+suB# ry/:gn+UsL5ªU!C.ÿ'i ¨) fC;kR\ƹcEP_5FLTVGV8֏ӵŜ{QT4k^Q >m7I# @){Ku"  n 1􋍺Fx06lݺzM1Y>DpÅ)^w2ځu;1t )mgU^=pW?vݵF FH[Ġ0!N e^6fK8/'h5]O[\ܷ r~pvӯ&{t|q?4nz^RBL} U[nC, t+_CEGX)tlٚ/7|Q4Q ugI@9],Vь; 9}b`nWBw\کkL1 mpqlZ!Y(fA\vA%6m;c-RFzHŭ%\cP[òET.XƜͦWz|J[2ԁT"L/m4uc;)Ut2z뵑zcDpkzdω[Z& V|5 Uǝ ѯRAFHF釱4\v_k'l̠6'(R!kEYm;120]RˆL5i=biǽƪU/H"Oߩ3( XaozyrH<ǯ}q?:jE^W8UZYdȍ9~AF g ")&ς ٣} Z`1=)#ښx陼3]Il?xvDGjKegn2=?8މMw,lL HwV;01JRF-gECA>ƴ bG #n8JؚX?{riubkJ vފM}oy5T_-/]ܲG[v cv7XAU8F{m]㬟&4zV3712G@63h@/yLd Ԉ=qX8ETخ 6xfiuMg(\_x 3Dyʪ|GRaRpt:8)1Kl̷Iw 5ޣ('WTS@b hRkAfebՄ;Yz4D 8 7ߌ9d+iGH%:٨7[B~SJ-gZ;ݛC9ѝH `TVbϒxDk.v6c>RXT?O vYy,wgXcT6yW?ꆘ,F`.!y鴠]t4*:;MZ6#q. rm3}/npCEU2募qMe >@-yZ̼jQA)毼 qY&bRK e]VTOi;L)x@ &/] QЍ"hԮ;8"U^ڹ:Gs'^]dځ剓P1RdTaMrg!]wI0 Т+#<\zw7˻Is~䎕R$ɷ? w ? q"l  黆cQ|Jֳ-~"ba|gt_@o?xC1x{rJ6?LLl{@MӓrSkjG~}Y?93ïC=s|@Pq'`@Q%vE=t3>LR9 I0r. [ |г=D6y>qqKXׇAcw<\v3q)X+ Ϛ!+mGXOt_;rhr *O yq1$tǭS,d:@ۤSn4؁U7UmqS&2[|(8.eZoʕJq}c*6Z ᙧ3,װ,7ˬ[YL$d;ڿݳ@b{ދIM"ocEg &=of%&2v$z(0hrؗ9,G3y5Y:``|KݡF28j /-B/mg\W !myf!l\9W%87x#(q;Wrk⥙q@谖LU26%F@mD8-?QOÛ!86)Q\VV,% 8Sc{i4wk1RQK8۽Џ&݅bsQuqvRUgd{3x-so<.K7mon~uĖbcewDFỲ5hpN$tfJD qPt#312Ub{)@za{z`B1߬Eժ1^i_@ 7H#W4,ˣ 񵻧 lM2Adv^_r2eQݸQ}bv^M=Fһuɉ|¼~ UD- ;Uv!Ēeۓv.HGᴝ ²(;p }7/Q$f%$-SR5/)X)?7{fȍMEqb_ ~:͎ΡT GgGi:eKLDR,LVi_,.`ưȵ.rs~-tV޸|K77VlSP]1:A{架.Aj %"55 ky-deO4&\>xHke/=(+^SEdIGGwJRDT ɶ{TD1 ; ǰA[}^.aOL6p-g!"VvSێ y'*lgOK 7̋Mvjh2 :spb&M!=d3韛68@ RhA#T:6iHrur7/):?҆ռ/a?ս.v=}|$b?ezm!DӢK3Sb$) OsWoܪהr"V5ӿFy(8azJ3Z# -bggQ#7q`Wz*j 6;I ~\{ml)8PEپ- o6Fua>$AdF(Zn15v?~e4œ+2;/Awrh$ĞSrT=;t/zx,?x{B1WG6krh6GΉ.D)#r\uuNwni {]+̍gh}A(Y % EO97QU'Dי$ي+,?ďN?3o5lCapSӆ.b!X,#fm yX _li";o G~VlY Xdc}+B!`*0+D.jFVm,4)U89az9ӓ?ȓĻS髭kh4]DlrI[q K1h"\eBCKr֦ M{HSJH[, ҙ&f_'nk1&Ռ+JЂu`m="OB`5Fu>F VþoEU=/kv@aV Jqf䉾|P W+$+ueWRҙk#FZcBf٩+[3ٶH`n;>8@53 T3j3@/_#ָGwgJyur|P,cQ浵v,@ҍw b8y $o@sWwއ0!Owd6 *SP26e9{{j 6M*|u+Y7Z:ʑؒu yݫ}Acy'FNǙ?M~%ShϦ <.3I[%t8%dBkoi mGE(<0>O<:Q ^U/b^%% &@]7ۂ?N_.M0FP1}b+w=7=.J -f|yD_v9q_y"}p9G.M[F{q$ޙR Ū-E3qOGw rhBRR?8CeV`ypP N>5LDI ґf| Ts7 & l8EAP 8rLa_6]DׂLanBr  th?Y8#R7)WdTM˕g$/^k(YZsA28eK荭[e ~ZNN".n#kbKL4v,5x\z ~(6#%7r:2t[.&c蕎BS!,Cbd*¨[ q:<,rFHs26-Ґ"h΄?'F][Po5_N)Yvb+XW_' F\ s m) V([y"]#K;3{\"lS.@h>;HA⃮80-&XO. lW"_P8@J۾yk响$?= ϒ\7ƀn[ aO >- vvg(2E>(KY~ɷH4~VǠo y[B_XR'Af?| /.FTH+ 4wQ6t3ӊR.A;{%¤V(JNK6_Iw? G'd— `-Fx:>7EGÜαDaq(`2@ tR k2&Onvay\H^tS'F}˳{M'N@}/u )k; 67_9>sQ6hi.Tc'ceɺOr=w;WZHMRY9ɺ|AGe-PoJzVK"iY;!ע]>dyg6y *DY 7=eĦXЀT-^9Q `˷oa-ha1RD~;SsdS 'm(`>-A{<ʩEͽ=ImfHQ?93X^t@2$S{5X/.n{:VϚ[hmMpTc XK C9$mπt.Zb3)Q J (DMnÊ%>RlHG|xh8>2QٌhjdY+ HD@xEPiK(' 0oP+-nϫK1J!βةV)@эO"CF Z8A[>-ڏ ;IRW>]@J$"7`Zeb[Q/,Mz ){Y#'DTvj^RD~t{wa$#g`FcEcT")v^-+ SNl_~?خη<딕>d PB% u=Sp\Q5Pl T %VҌŠ9Anvrlkb`tW֓[OGXZ pV,XXyQ>aPn0Dg,qGrZfՐ:|А9ЙP#ܧ3 {̭humE}y}o8:@3j%;Wr,sY2V0?nѨOEKe n'4*Tx4! n@RctoZ |Z5 ;YlO4]AO\eK-q'׮Z>a\lAq &1-]]u#sT3F5-a3|S-ɫNۏi)34 xVw07;y,TgvIӊS\nL{Y![[@F; ky_kZɪs^Z.w.a|eƠ]փ-Z1w'r8 _N{ne%mpݴJ#*(pZۿr6u*I_A-|&C<3`ޒ pJ# ꍙC#{DonD cUc0v2&Ξ%t%-ѪnTx騽5薢KclccIY;؀v=ZWI~$>@Wc~pWO3}Cñe6>'?f[ +S׵u[/i{+DiHv۱\$Jy%U6\ouWOTN 3vWt=㧾(}XWͿ!` #उv0^H\[NhD*°Buɣ9fxx5܀ a))Z?Pîd;n>oVbŎ |h^r N -}513P i xb ΂?Vhc|H&Dx@抑kNEH,9ݨwbV!N՘ 00_h;@s8I2c85##r`Nmyޟ ?1/6_]c99G!J2A2(0e$ -uŗ_orDds ﵜi0aWZJ-9I,{ HYG4 GQL^fOGhLj+URDK<#VW=a>ǚ-5–.&+߆%? h2Rd 0 D5/RL:~e\XQd"Zx;-"3dBFv lb\H1BÞMKNgBB׍U4P*2ljJm7kVgRCY"fcZlh;k4%c`jDޗO|F ֞FjQ 2dIu/bSpsTlW}|C[ysa-fg.]&iJL.%qۺfh, 6 m7گ∪P@=c=LkC{Yu2G鯷EAPcώI~lTHކԫ:7Ʋ]ja:;<.@ /gBtQ YtDQ6" D4/b_c3!2 3Ρ-+ WS5ȴjeu D.3h֙\T5.01B=0K5cF4+L\; 'د?^o(KK@!뼥0'6)G+_G1v(K׺Ma(5ϱHȘqܼxO %%gvFM ̸q.PaL[نXD&yM:6ndJGz c S|Wr!T')RՀfSSj;")\ "W}+=5!REjbV>{-J,Ip)ߘXRfӗt|o옟^叩1_>c׎Nc_+Ks?  $CyB)ξctS˷ԾF=ۉWdjuh>˜ZX7K8^ZvԜӡH V GȉFYu&2:gp&.GFZ %UiU@W&*mG/1[R@#tE %g`Qu>_kާ0-|׼Ta>xJz<ź]Ž`!Y ͑FN$Y$,B>)SPw{B!ok3& [{A#*ONl7L(W+?4VӔ#\իN3LY>;t^~`{j Y+5nr&s r|-DE #jEgѬغ 'boSqLmoNJh,"#:SS$TU.Ȣ{ь[Ǻ*̿nm}Y=Nr&-#yyZXE&i%߶W9oؤT|j6 ܴ\cyF 4f/nD** iٿPj)L}7N?rt4.WYiA&gۈi{Y.BPe r1!qh 0"&@m z.&nn{jr#i&=!-z*c83|4պE< %^X}e W[^~!?7ewϨֈ뗹SY~\I"xj6tJJT,U^PeqPZ4>=}ܕ_ܜ)9˱*+yG[@]61;7$\8x^ @rȾ,E<# ܝ\4*-|`dq9`҉0c+XO1כX3Ր:h`ѣ+4KMb"P%)_1l8r_F hXeF@_7pVgڹWɄ,9Q;rr@ 3}PC n&ע1&?[ Gd| t^=("z zfطLEiQccw09:@nk+{~S㩌BH{6 - ~ Mj(^hc3n;_ f~e_6H@ir4CmG0*#LUG'4ݟ'swu@oyd'@{e$oF4d8t `YKN,hEd_ܞpw5F80X}Qͥ3[ޡwc.Hd>M񶻈}zW_]=!gDzjf@AHJɃb'-z EژjlEP/@L(ېEF_,DQoQ[C_lJ~`.y(MK95& Xn.52aK3S;J+*N<7F|\ T-!~#2x>`^hwhdU!=ھH:C&mf"V>5ip-.4UV>JpVѷnӡb?Mlv ٞJw~ RL%qR.M sR u^gO1sYLwʩ+vzMOv837/\t%u4 ځP =ǭe~bY,uheFV xS9~(0?+VXq]톥ݣYhPoПdR]]9 cSfr h'@O᠟% LB,'iHdZi|)EZHU\kE,jM*3qv0}B\ 4'eُ}9V[}>C/)~6zR|"w&|Kx TyU{N*5 j7GVTU??r_X MHxB::Ʊv^*]?zF纘]a&Bϳۃ,C![8:I\1Yt4( (nOϿѤBak~97)lJosiFE}柢$L>mڿNʫxI"Vl$̮5#hW}sǁG1M!6mmK%r 6Z '<*U7{y7H7?zRݏnxIQĊ 5lG QK~{Sb e[! Hwh%rKg#ETl:O j:e8:n$)x%5ɂhV+A2f̑Gm(U:|-&禚zmH)ڞ\PoHgAB:_Lot@փצyb#N8/=lVu{cRO`Pa_7\&veqPb2TMϮG#IZing6dϽO;}A1f5ĕ^,ri@]3ݵP%Cϸt $Бa *Bt-мma!Y TJOTa@x,Ĭd4e:3U6[ 5x)Z V)G+ ]swc;.>{x Wo3+\ ls<9Tk%_#3x<<- R aS4\dlAH3g(&alwຏ~=v7bDȋᪧ,j-ݞD*k{j P^Cxgq0rlK8yѩg7XZ|!h`2eYMiK"xVڐ[<}IfBus+.HIM](2}m6 ;|89&5DoWv &.7ޕ-w 6M>ɫ;F Gf3HL0|[&"m?.sa''liHm l&vtg e-r;wclh>>p@DkdfP{L /aBW( Qsٮ yΕ_6bڏ'.9iN2pf:6j@=jxғNz[%s”ؼ3ʊɎ0{ ?`;fAx> U f&->E<t8}Gdkqm(3)atdLX9g}q* `h9BH5XGcOi\<`^{nIL*IpR.4xko6h&yq~j0 qͨ5C)CnHnc4 #MC>chVr~Sj4=CzZ# =c,VN%!T\c/O&)h~sa@4䆏Cֽadi2t5;'S#c @_-WA2fR>껉1FW:. 4T6йr]J;=//sOa轳Q*p.ʡJ4<:M 00w$PnKگY`;#XG=B6Rp!pG?z+Nڟ|E9"Q#=Wh;o@JqjGwa3E;m$?Z}:wI5OE U2l/]OOw%06^EߡU³o,ZXw=xS1Un95B HTQ@tT%ɠ^b(7BM߼K,2},'Q,ڴFE^ ׽{ IRœɥ S5 y!Ez3wMۈ3ggqp0CEkNmTa5M19(Mlꡁ}MS70$mL1lηOypTrH{Kǜ?3f"IC%,am @G- l궆>J"ZʃLǮG[݋urb*d;ЌՅjy1u/ :#<0l4$]zSxd|e)x@{ s<';]Gu@0 ً~|Y8cP~qxh_JLj}ǣQ89O8ӭFjG8 %ȏ|O{l1Z6Ӆ(1h 5/Qj7qL\`ڤNvt S6g:UђNkޞm|Mfﶚsag h3AT 1Ϸ38ı"m_f3 x31j)^J} 4 w_@tuR1vy'MI6cƂf{!ma %5 ORfUO "mC8

@I>Dy-hy2#.в J)RE'>Ve?#:c.ˏ$=[=HM}8*}:~ B*i|BnR |&|G/T rd"m^ǣddR*`{1kjiϰ8$\ާ/7Ɗ'6%L`Yߗ~ϻ8 ?B t׌cusep3ҍ!>>^ C*sY#SZuG(@,4Q$vǺEz]x4z mO 9#p; ]k]a]>O(1?I ,MzNV- ggiȻVx@IZܥ9AR^=a?ݦ"XY4 ,%2c``xqMy_Hf2,rNA~׬>/g%W eY ?N_ȓ>RT -+/Zsuru|ۓgwMTc࿑e u{ł qav[G^xP؃ (A[:,.fլ3522R`O{.#!j\I,ND4+JhHk!4+NPI .*9u;O\S3.ڲT\/ .vCxXDfDsA=Fz3!<:~al=?IarL\տ\2w38& i""כ>?^I#%q uYkh?(w2dtveT OEs,'ADXn8NoC9&xJբeF?;5 _'Q;8pY!J4bJ+ J*ӽ`m(88+ijڧDtU:Xܑ%^oce wGC҆ Y %^&2c[G_>:DLJ%gYK=3JDazC Kr#9&QLLg<)P+՝![=%EZBٲEhٶ#!EĐo}{`9Uփ%+vHcԘar2Ay[=`AHE^-F\h>ަW# u\m.D3z`:2Egny:W~jw) 0)`u3ϖ/n2U,0Ώ2n$˨JGsǮ~kL$jhJBƒh:xK5!3 t&% O箂0G&X֚%M`BH,y 8H^|渇ژPg`MU[_Njz>P(Bd _Y쯯D Ͳ6M3L3+Fj$~D-(&AɉD3"ޔduD @#!4#w߱)ĩeVBGii.F! g""Ɯ~QV"r89u[rd?l_7uN"NzU%@D:*(扫|yK=OHa,I!MdM k{XK'e轾5:Ľ ±$M}C~7v.MӗwsՓzx Y+"#46pDC4 9If)X۲>umbfw`۵pv^wW5$td4Wl̐itN\YN5FstW" 5̢zp McھD=1[Whs}_+,V]]R@՞6Bl6Aukw9B]]PJ ݇f(%\ h^#EkSZa`TRJ>)m*aͭ#6's-]^ʪL#z ]38rmms!|#qDYN:*~:Li ܫcft6s^FB@ B0w- 2HNyfp=c89yfxNN>!U*PX+1dFN ^S-mqe;>Z[6OCI+wՐ0񏈉+lae476nq>wӭe }l _VPP\(PJr.ӊDhEҔqp@CW;cƒfH"huzYċF$G9]coP|qlͳ~$`j|4Vn:ތ}D>rP %hS[m@v , y=+|MxAtY$c; |Y@~H VE=YI)CQ }Y6,Nj(C@Фs.yzGO^9'ILPMdC $0MC43\N:8{B><;u(A{T3䂙ɯ.-E\_|1[o"8O,}o: %hٙrϝ0v\I4#RRߔY7sz^ ]E"=X紌ķFBəi#1`浗fL)1x.{x$öjo;$]Kѐm Ga3ȅK]bOtdѪyՎ$SғNaQABێS[HkE9Xd>gIӂ}sT ҁ _7rƌ<2($fz ]*r-hY ׎i~vB;bq @[c|NDSE啻 /fҭt䓰HYʱ%nU>r$u? y/=Xi vfkoO)T@}SHAtN}d4{8}R=\t`O߫ӟ?F _7Ev/zq5i;j=Edz|e mZÊ>4{ t!-̦F\i&M&GtI$t`l MȷfW:b=(P^>rS:\M/q/㖐Ygw- n֡ܓ*r޼,<,Ԓ'\B5IZ5LĎ?B)̶DVpe36ȑ`>ޖX9"BuPG29;*"JvLxڢB=G[LƼh²Wa3Y1-b;G n}x~ 9OwXK*a+O3ŧ'䫏s"5Ԛ;k(}f lhy8圧3RPaʛ3g35!ĢVaCA4@/®` IBf^ȥ׫IJƳ.߈= 79ץF>&N@Ä^v+־'l3.\՞OUǂnޑW׾m!iRm9e ˧ 8jת0[IJ)쬑{C|)!"(i4fY4bji1B嚀Ȍv{lłzՊfެg9nX'`6kB*,G8z ˰K5')g󶟴$;j(d#-b-~UP@*Kl=! q|L#6}-XT*wQtsrs{bMZvݖ"%Ҁa?eQ$[9oJTkİ+'Y+t=q OZ'|ŎC/Y{锌Ha&e>h51|2ܞ~Uw y4Miy# 1y3h%N!k)L_ n(Z1۸H0 qj.}UxƁigPkKw H2뇎>2a{rOdU 9z7|kx$tq Ľ0r$[@#UīTo?N^lɾ7ĸoW#@0*i!;6Ǘ&&)GLZ D3ݕ'L:m[u Q6I b1zV͢m1skg!튎)w. %3`E&~ e<t|fY|W`.?1Ja= s#ZWuBQO?NJ$le5^$2`&fiiE:mxoxCA@ ҒNW4k[h?o"וK!K%ap F FRn]XF|uNYCènmܲ^1C;4ʛ*kPOvh޿`<<@6b!P[Up]ՔQG儞|up{_: fYߛ$WԨ+O ).;&Nn76(IWGطb tMAX SnS7^gU`9T6Au >Msh=s jjX ?^ 'L/mYrUC֑HGOwTytB=Զn9 v*jo6dѦjD3dB24{Q[nVC/2:ebCkAyCFdXRQr?3qS힊ɊtK>1N)ܩzc/Cp&Q*d ;aʄYLBL^E' JIA"Z^ICMv$\@2S򏜼KwYVzuF󕓫1AE b4D$.=u\.DxOӵ=~ډ6(/;g*@V| >n&> t`M^ͫ^UwLl-y~k2JVKVQ)b~M}#ZXDn1JuT/.1˱GN7H3NZ64m1*;SPwj`Jl]^qb:4;ue۾ɺp8ByL(S^2_,B޿9u m. Nq&e‹&u혱9U %)fߡ)XDQ OaX75_Ⱥ}()"}g X%dWuݐBR'%GhH>y)Dw 3Gv1cA\Y֕èVp[毳,W7rԠkOwb@lh$E5p=0CYKݯqo~Ny@┪/h gGTJ O3 ,̷Zlւ ]#3,8N_4]hoSh&}E+$rAZ3.*jNG7yٿZzvZx!(!Gi"V]H<[?jI4@=6Zt2 a:'#Q\7uǓ~[O@ECA:Ggf%ƍC]ȕ !I"Mwg+GդsN3%$3{xfq EJCOQm |[t}K靮]cro:GH( `M2ʑ#ؘ,U3zlۣxB%v8;@| u DW'~ΪY؅_C}?_IOl+ #CW>v4[I_U>'ἽyRQ{;H mZ|*m'* Ը*mcdc%ÕK-nݫuE`o2P&Ÿi@n=+ {-IbnV[ PFq\ U['#Jƪ)jA̋>m7Z.x2 P_UkI^ _fm4|;oc1U(gcf NU dN!CghMGf4H9 8n2eN^Q8}G7x6!<@VGO`._ڣuRhwD:0Isi]q[D.]?}΅:~$ι-)6 (1=hN*͸'mɯ[YIE], Ƕc-5{ZEQۿB xWtXvd>=TObƑ"GYoLsoMJv< ;UOLTi95*S`AQ lL$evIE/]$P4OpqRfqغښ/a(R<Ԯ$~ ldzK&QN̶iƍ%J/UqZ[ĩ1:[~8c/{6rD W9:7xh1s([5r)7|lDepC*S] DEt EF#']b~E=D^flݟ0k*`^mJJi쇲 <3ևMjSr ^Kfk, u5[;)fyI2s$NL\5[@Q}#OlSD9%+Bπ'lHJ>UV==2<'gޚb1QzZUb`b UX?%34%o:Qzl IӲ᙮/1 gWuE A<'Ilo%Lew]ŎlT,bpj'3R/о\g0@cإ;lEj"oW*  s:8_Wg ,"ă|ȲR~ CIBs]bG7LJJ7mEr 7X,UgJ5@Q[^a|>>H͕|0l7}0~ 1`>*hA EF].~)M#rc ;=l qr\u^{'n0Ao(Yƪ@n%}we&KnO# yn{/.Tv}f[cFFxn[!y✨I,RyIZ.cqKF$웡$s0̮W#qtʒEF㰤K vP|IɆmjh''wE 8WL{{:ʖx9m>¸?5],RGetPPb4Gܨ,o a>E{e,5V UڬttC`Ы4AgV3^GވXch%⼺E ?4Ň%U*9zl3bgvH$66oiP,J X(m] ‚6ﯠ%*-BfǓ2@`bQɕf d:b438Ֆ4$䆕 JadHjyG'Qo5r!5?Z/~ `nlУ k΍Ӊ=%rcUUQDCg{: گܵ"vl%mT z7הBB@2Ѥg)k򿆛Ću䌁AzW+zn˯x/G',̞PӌRu;=1n!2}!,#Nf& J$>Zne4)~  Aog%p9tۏ>Ak0S]pGFT{~/iis eZ7 @0Ds/h8bIg.ܫZ$rۛwA~S,D͈@=YIgmu+=QۭΏRYʄL/ V~u:=+QtB3"ycz-؎hzkitzBk@}HJ8[ 8Lv!LHfeI^h+uuH{g@|q&Ќ ѰWmx TN36XJT>n]Bȧ|(B|YIޅ:Foye]eҊBM@%D ?w0sd;:"t vǂpLpu2kvgh탍vY)Bh|3.`;03}+%ޕNed5%nqCI>Xk+~%:iHkQ̡ϐ+*XJBIBquQ$(*~d`A[Knsbh[Uq>j{q&EaL!9["mKX@@VbnO{):Тy41~<\aylXN?y$%ԔqPf DpPPs` o_6lt`k*dĤ/Vɽ?aQхGE^s%vݵ! =B פ6T_TC8tA%jX$u.VPDZybd~Zg썇ȑlc :D&^chptyk{x*.L+NV[vc_">nkTSXw_NIu0bM%S.vH'z};ӿ&3\PaWxQbEY'*TG9g*J8V~\1zrei JLI߶oc*1] 3ϯ-9BGZX.QTV ec'M)iv'oCw[_p P|"0E3`O8K"qRcJ,.@tbI ,.!*z[ԊbmD7iuUg$ia{dη畲$j݈?s/j; |9&:YӑEl#*lHʱV+:p,Bq0䖴];f&W<꤄N6H@| i/#5@W$dV}o4S{aYvS ?E6< ݘEIa~ܥ :d|]&kax/0a6z|bUKpjR"butz %Y wf/ɿ}%̶+H`lD8!_3c|NDw9.~fb ՘T2*XegT{ּX5id'DW *vҟtXx @s`x)ba԰T4,ų&Ol^wV {Hʏ,tD ߄D g+Ɨ^#{Ug4\SX9xyyP fPS))ZI`&peès@ɉ=2buE]s}QlU|)<1!У$P-|;[ H<<L#|MrY3Zۄlh!;Zˉ*dg sPÈEKHYeS()/!6d棳H+ɒ„R@WNqϖ%Qjz'-M7Ah\;*~]xzS76nxudHTzᓄ.^{-Rx[cnj*lBV$$yص 2ZSh7ϭb RBہc9yDz6{!/1\7ٯEV;{S\#7|!TGIZW3ARIx4;;|ǶHF@B}ln |8-! G={b *üGl KE p<҅Sbu wH;WnL[q^ݖ]b FO !Z'Om ~i< wI芪{:F('L@uCY;Vچqmoւ;>Ϟ[QMkXh} dC6V;޼?e)(@7re*C/n0H,mn)Sȉ(wHmc;pocq?y|E臩sr&<թg,Ű Eio].+5XÐT 9[(q$di&u9e":d:\Y:hx]j G(~Ã7Wʺ$ECy~|P,4L),\R'ݼpC!1~@n tiATCq%?p=%]d8='-_lg!D y+Ԧs(䗄ڝ`Rl\G#+;t!P]P+ 9fu(Rʃ@6KĻ?8/](PvCJ2DsbpYT$ $ ~ i@`o  ЫT|]PHJ f6|4X"x g4ŸepX?5;Mhr7TA 38 @M4pp-۲ӻY!["VQ(4j˙ގ.w!Am1k ~uˀ _8!則x* ٥hU-ҷϔJݷlj KK*߲9îpM *v;-Ms|@^@$#Ȯ&7 &zUy| @p(ʂ*7W ÐCY^hOmoPHEE,W})OT#jH)bbwČip1X>nmik;[ɪ.Gl;&啬i 6Ve]g _K!낙MDT$%[ylskF0 ĺo>Z +]܉9!*Kwř[rzT64ZץGu(EuUg(cY;JI*xO 6m 5ɉv:lf+΍,)qWJӟR)Gr'>s=TN,TEUŨt3iaQ;gr3OGuf40t]Z%?slLӻ }.-&,蹹YExfiuB],z-vߋ*ku^y!,@ QУ0a @}mWa?ܯ ]սj޸"?V5mB_ xoMȻݼ鉋hm" h|eFyN'Hh1*(2y%Pf3ڡTyCPFㅯsҟ=eSkPذ_g^`$!ޗ4Ȳ5Fc8= ))&du%O``O]8u5NQmONwV>g2-7) ~\(u<2/e>$IU⟟窣׍~dhӿ6dyA\ETp`#> ]Z#t_1\^t⇶hȩӨ'.ZJ=Lx2&q3{?ffՅ}(j]Hp]sfYx8x;ySV|(D VU FP誀nb&s;InzM1"t5מqaMR3@=+{aЪGG ?jϠ適焾DX2ɥs]n'lY2@|T6!y'~8E @l=^^nH٫.]d҆`>(m9r:0ֹDJBAشT+f$OPVN⬀YȖKɕhYe~ zbIɪ̹ %l:yOЈ̞&ڨEӡIm>p?R}peK;.[Ibѣ"d q7'G7:vI|B_RGU{3c MIJ  =eѻ@JY4=<(7kvPtn{Pyɒo#2ʀRRfa < Z^Y,!:$6Ɔ{CЁb&` l4Bд>+go'Un6,"tU{d0$>z&ФasqtcR`mGM:=be0Ϯ%s0 x49JfBTڰ}Iq`A <Y*4EWf>,`OW5o=̵N^D'`{)vBQq2H<逃5`vwKyJJoή?އq[7fSdIw> hPu dsh(Ww"GWJ?ZIFYͯ-m#Ԉ((YgĵeogGJ? {)* _U `RS"b֘ŜI,XpM3 GJa8bYpu3(UƢƿYO0iFj8'|vu34.aPlg_HmԟtWoS~-' gjd/]KEvxE ]гk*Wp,AYk%5hsLlGP vihbTgGt@fhqmUUIe<wkhEMۇ>kt\$ur[IYV-~+:?H:JOo4^dovM6NB&];@?CIx* 㟁͂-a$|Pˏ+q[*뼼;s߳)Գtt,SCr 1#sVm@ဂ,-:J7ӓ nX>"Vq>]t{g] IdžSe '`1q'ZR[7^AZu#bﻐb$VW|'":IiKeYߢ=GhKNI~.' c9g!],Y^ͭҏC;";`NAL}`C~3 &xaG{g&fR&^7 z83Y@拧Gu-;zoZ+4$3fDUb_]d:`۹d^>mq{ebEyЎLQPTQ"=7'ږ;yp$/بg) "3 &rw#s} [E X))UЪOZD܂+=ϡEWsbXCЛrf79\7DODV R*%NK-ƻ0W_KmJ-s@US|7^erczM6w_A٠ kbT#ӹH{M-IjH&Eo%`oMキX, 'mm)(R[84%$oZȁFt jJd-e2ZIKp {&(ߧ/Bȇ}\D&3cmmq!lk+ָ849 5X%ێ=RP>slxᏗRkCNaq>C!q?׬mCaЛq{ex_Hlqm{BBMi`|C1ێ,U죇Z?5Fc@#ll|.e ? bVs,'ߓyrC8ؤd4EgcώzxO+r?B,VU[l;K)XI Ke,d~o`psZr_)E=0zr Ot)4uvX"Ӹ&DY]\lNYSּBe-U=u20aի1hz:ҡgK=y)ɦe*hi,H:r#rذĎ.9GC`VClz7$ P|~YFɇ!XS?(ʽ}|!=ڋwվ<9H}>1ڃ9jߝۦ~wqfSTҠ|HeN3SC*\˦ b'W  Gլ,=qzhrOK(9&,- Iрa7U>\Ch[-T5g0+qlW"j.7[S'%tY _k>g&pb)σi_LAη eh@y4XL0ʤn%TZcҝE6%xA.;[.߹uO.ySP&0;PRL s65qwG c0*%LHܲ꧛WκnsсB(M%J,!6^@B?/0=`n(q ]ڈ1l1v0[pH n`ky/(61wRG >JpA]ډ̷{Trdvp%j5e!&G }- !!s wtuE52uJ^jVf'*:'.=AzG|~zk8;5vEց4Z3:Do/N%%.'ט_1dKqV( 9bոVeO}CaňŪl] Z.\88^BThq}NG}1fgmC`ffP*n.pJzSЛ5 I_&p&ԸAq]>'"`~%FC Iy>M#9a+ \7!)}җ"EQpI8|eZ=x <^GUp|X:W^^Ks(EyuwqCFӳеiu ΂뽯:A >@ɀrnsK\i|4 X &z+bl\;\I-yTQN4k,Yi3Y)eb[\lg!m> i7+? аUX=wE]ʒqU{Z_朐{.F<%TEո_8)gD͓@β6Y|t`8s |^;-`N:NniHhXZ#29T ׹}tUVFFZl>MWnڜZ;m'znكV6-,ݕOn\4CX}^mϦ̭^mӧM2z HŔS۩LwҦkB!`BY'qJ0R; T veLO8a¡r,PԔ닱V}ZD&` b٪BS~=G1;wcMli}H[< tЁO)U.q%%C@HMJbK>KJ=!baD/ms·/P1^Oj^@H.E@guc?M+塊, BI#B IrӋm2F\!&74~iȫDb$fMna#hfR/`^Ltת3 lhg۸;7FW~UI0(]7[񕨦{% <)M`)&@" /CI(e-AIщFÈ51Q#k759u(PE8*[ѽSY6C^ t$RʠT'S?ᒢ^}])KnJZ ,%;<y, U)nr-dYRet-cgׯR4{•qd׫+}~oxXkoo JCاh "8ri0.; lS@E`Ьf pΩ֗ l8(AWEkB^ <\c|Șn|XX ̊ {0 M*F>KNԻ߭98Q _;lŋ/ .rAItչ0. +$ьIfyO <{yYN|>VᵫPYii@{. eDf 3\/5QNo-AFWS#zks}h2JX`)MN*bOFrټ&B ,ROQkB{:i^ j(4i<^`HJK Wz 7BV 2|Qj{t;ڟu~v]T/bG]p"Ai?0%r|T~HEFiFbWZr^Y<ʤ2΄~<3m,Y'*{jf;(ZKG%_'b5&#B@F3)I  ~Y縏KQ RzX7Zm)?+>K4ϲ;Y;r:1CU>f E'g0)#NT˴dCE0<]/*.h @djkcY O|y!!qۅ]%hfNRs̝!ˡo=ƥg,Dޗ՜TvgI*QTX e`Whrr1k'9aFƽ#J-X,ݝ b\LfV"jg$jZ T bv`o:|/5cnoD&;@`s!zfMH ]}f1tO2qyCak`;XvS&f f0nwLDӪ 787|3ὼ+L`ѰX$|턏6~V ½lL17=$`?X+DK!oƛDDq+34YYO~!&ZGẐ neaxʍ LğzUre0"`zE9~G#Uγ]Z2|jOleqi{p7vz>{L d ?iՂHm|̣/ӆ c#^EM!&:9hο|n^ b^Z*[oX.h@'+e߉Э 3ƒ]`cq (8¨16Gch@)fl~&uOjk׃M[9iŪU$i׵(>y} {f{W%4|~[+nkۨlQ@S]A_IWEܣD[|a1ч~pAH^vh9aivᝡsVnю܈|mJ!/h[.)N5QJl c< Nm1.pgU+@=P)PDh3L-nx70zneŗ<-r!{:M$9!إwN1;Vb㷐\cI5[ŀ*J%v7ڇTG HW⨨<:ǡs>ٴT5{W? L UdI п3U!3?N&0&za };ݦ#훼kpˤ*Zǿg+ʿ@3۷= 틺@x!HZraҶgU)eg h5ߢXIښ=5. Jܛ7_.).x){jM&)\VϜ3$Vm"^߆Uj Q4 4>nb×w*_a`xm3mq+ZmSlɛDЛD_`"Ehٕ$Xu( hFN%Nlg:=osIAX:vН Pn@ym2޵' D1?cW+wεd"yQT8}Ɋ^L+'ZJX`>+mEdvV&cےE+|Ha5lVu|kRcj̡{8G4&@A}4/||g৻[#0g1/%yT`yJdV-P9R6ic@,0\ܤLi<}fs  4Vz >6e:Jh׮.ūP%O |j +UkAmٚho_ 075XX #fw\VNFwaki_A0B") M~҄~j#6w7=)!R썈 Bid&g'bY>\zS3](rȇݤ3TziLKYOS+n7Ct1,g3lyNj" NI5 ͷ)i_od:6EaS9oi'opEyȦ͡elv* 7+^ ))`qmApeӱ͵cJ|ǃ>7k5:+NhFiU-66;rwftB۪+|;]0 Ny{ R3ZR H3EQ ʱn_]@Zy^zmnB'CquGQY'xӷ-[7[xLc%Q7Nphɢͽ J`n-U]أ31i(J-2m=0Ѯ]=Jur?CE l*A X'=-. 멲-P[Іq}[>h#h@Ju͟ 0=Loq=)-'3qHk$y[>S(h™c>iQ/ug;(6wF`3ھ$ΪD4/HUmЉ]"l1yrb0\] otZXâs{ v.tEZlA>*J]ddύt-$<)ҞqMxUtqБtMMEoz/2BW$\Pyo ɉUbC^ ܩvqV"@bpXIs6}U8竑o\t|q|N8?ر=+8:o]6x~]*@\x} E:Z݃E vlFBQ߲*dpD/p;AhP*>r7!&MU-'d(v҄ NJ$ %9hؿ O|ݡH_)H\ӈoEpG۷Toc>4_.a50?doh3e+pAl=rM6lq:g X׹cf8f8y&*'LQ<4_4+OP[KXY-c4wSD)Ծ5߼pYኯ?yxe@VBQMUZ1NECqG.3Mն pp#|Q$7#\O{2Csr  q7<^GX7SjD3Iyheĕ(E(«10z]v" (No=os%tʛࢽگ%_pL WǒcE9XiAa~!Z.b>ȼ+$=J׆fcz&z}.+ZR[rh S̐\uAcCI<'-=n:_z*a!mJ8T71z g 6霼c>ִL>d^,j<&擇!6z$$;|==6jBep%>΂PWT,B_mr,:;F/Dj:úH7Z7Z>G4^[jP}멖4vmbf"2&Ð. ߂: qU>Fx1$ ?36,ѽ2-r>N+.hG4i_OZa鋲ʌٹtTtwFcǍO*y!H#3>*`GA*Qg _ek[% iB]X.hҽ');řDS٠x;we܅ eֆq4To)i$W7TJ~P&tOd0(ԻUU j'n 6ˠGipew)!T]n99h+YMAGSS0Bj&DMP>/oı3AK@t.|і;jы*eqCE9/q:PtђAB߲_N]GoӭMimeшSj' yFCo+֦L?w(77>ӳ6Ԟ4Q [2N8V}+XRPHט{ VN ulZ&9.~~qP|C;"~IҤJ +-,D D~vzˎYìܶu5}g tW_r93I BA\<л( n%%/SUXOY&EھwXJ=IQ?5tbn띵D?=TA7&Rfth!Eoo.\|P麵H,09MG2m04K]^G+"yBP/pz?&c>c(NǑke7Zj&}1]~Nl؝UPힺj\|](;spN4'?V+7y #~[$*땃n ݩBNP5.[%!Ӟ;F&'_ӽqp^'9Jo{,&=NݧDVnPj`9-[nP\.<([Wa&XFqC=KYZdG݄%g ǮdO 6oqP{ĩ$ cO1ĞD|S h4|~uйu>ejlQ~Q:5ѳĮٕC$p}ږi(KG[TOt PZ#.ԛd0qsԘd@UW_j-JƝVg-Ma]LD *> F雠殼%W.0#n/EցGUֳN(Ysu*~ ~H8ӪqûF)wfK`ƻPCSDl\?d.٥1&|2…hKyV.`.ja. ߩ^:wۉ0fSPIKHY4eo,Yw+joy<H~$O\W6ZNjA)N%({72+#:1͕#jiݳ’I1SRZf%deI"=K~j̰RfJ-h 1cUᣏ(4C;H9D3fhxF[V!CޡU..ȍh g1i] P(^}’[RSct 6^??ǚKGjB"X .'5vp$ftHX7w7=j+h#!$kɭˬs sE cx8^fPsT6~L&8tǯϋFo#b|pR\x sBEJ{R2@Rzg㗲iTNs՚ڋOznL"$} :mx 80YQOb  z!Č4KC|qfva4V4cSzhp"Ydn"Q*&dΧ/0_XcFg;a; ! !l GQ`8 2}INh 9#rKQw&EEIwp6/ME{3'n4,̄4Ԗ+8X`G:/;G-;\sQCb)kKȧ+V10p?It7 7[U]bOXgxy|륓BbGܵWJ`Oimrw~Xu1(~*Վ2(="PJ6Rq CuӒb)G_LMUkS}ءBS-N) 9VPbm=v%^+;. ^grY ё;d}̌`.#&BѮ], -jrk_3idžS`;(QT  SЈ:lq|='>o!t-kvEd]{{8#fAHvbڽ(0;(bԜid%nlԙLԉ/F/ B#{4 ?Zѡ}uNEj!REIū ڔi ~x4aD)-KP 8lg3h Ԡ:^yY׸Y7 |{<3 )F 9CtO6%a G* M2xi`曟)dy3G ]@lGj+ۉߪɑչ_Tl }"Eq :Og^%/h9Z1MBT\dYq5ڞXĎ>DD!IRYNQ~Q) l9w:=tWlt@(5 Q(#Sʦ4Re>f95*LqquQ%)< 'iƤJ]^NeibRzq:Ii --^5&M B.-uwZ'}9)Tv yvYxcDdrʳ`;c ]QRBc$G[DH9H>.%u֮Bhm. aq!{IpX0Yb RowpsLB:r#[,ݹ gyb(Ü噸K9z~tR<ÝZW5xATa/(6f~HJ~Uo2Vj'~'a@͔;nb%ѡqh1̐Vp\o]q(HcZI@?sz47rp TP=( '֮UT"63~\e7]&0ް0l OtLE"&ϡaߠ4C$pJuK8E8Q.;D,Y_R|)4A;V#"Lˎԭ35V^ز\mera B 倶ϑG+]\}1*`3C?N]>_e ܒFqG皱̸}ӽd< ܿk<'_- clF/%#i6ᒕ&AdT)5p\|`XAF[Kd%ZSqMʀSpɰy]_["߽ay(__E[h n*V+CvTg:ԒDSd]RFɺ>}U%|oL!o% fʮne/^9kTF,VB%RCdž;z6M7[9+k%wE7:}G Sf2J4Cu-ʗ1,mM$0zAB$L[Ry"pm 1:f ) snLR$Ab,D<=0= ;)K&ӒZ}sн<"DŭUߺ94B5_=;K۷V0eXB+1dov:oѮ|Uh7/cs}2k uOkB㾎2${XqF^K΁plԤtr\fM{M" Av٬h,sgj%)mN|10ɀ\H=2%|.~0[ys6/H?sc0A6UPgLAjiH&qazȼP*_їW3zk|Hj$U@iks-2 ̄b\ž+=&t沂/tZ1?C6.*&ٛ #)72ɯkq91nbH s՟\D'CsbzL=?Qw<6Y}i܏|pi{S}w`يu ~mMG&ԾfYm 19e_ڹ.D.uC/1NX5XJoppIX*ד$u[J0jS0 |FRkʨӜ:<.ܾ7TL5#U.u1.cbr3qќEqc}#yL+c$N5> & fPQ) {WteKMe3$`FQ+j5{R~y2ȿ |]p=.-Ll$r}3>;!NIoV`Dp{l%Mn)le 7C( T7$0_:I\_qgd}%@S/ߋuAk{bH뷫 0b3?uzqpf3/eら'᫞,T%*rͱ䈬)Gt2HI 4XÜdѳ : `='96xj5=Q)kE is H\IxRZ(j&.":l9ve@ r5U ~!"yTyq;\A*fWxqUyWء4X옋 sGP?Eدv\lxwc6(|midS$OSyy~`^%Cs+|;)T>vZ+3oK9j d4Hd XA0R$mX9$Xzn/􎡩9'Ye`E#YpqO9)aN댿v:*2i ua&( VؗN04"c -^$+Y̟ #3FEڏM~rKgѠH }7BlEeHO 5n`&γcFIEg.@j0Y~oiYB'y,naIT2RQm@bL_ed$]E^ ("{OoD-{ZaWGl@>uqb G6Fc;mp4~*_9(0FpK"+$gr㏱=W?Pi>ݑbg{^>6{E5ˢ\]4dI+7{ x؟;$+ڑVc1 l%`| cdž}={lF39DkNߛL-Xxjr=WDFQioo]^Lw&=Ѯ*7O{qm'WFAe{'ò@ =C/o|MRn;4aVEpJ_uZ h#gZz{q %{~_x A+vieW*s6Il;띻T{+N^&m6K:[ϐJxgdϝi.OWnZ? 0%P@AڋS:V 4ġQSD F7lDLu yuX:f[`TlAKWs,,m_pЌ][Za#؈shT[ocUQ}5Y$9G3+:cOGp8tCV5S93ݴGę>i.4ee<zk˞H?m~8X8`NA|q >2'{w7qYC2vf&F@1NM<5u{yеݲLs@c߹wNLtgЮf ,nQ_jvAjceT\\yiݝ-$VBwP & \G{CU+xp٨+Q6P5N%f{W[Ie}xYyN!&KO kdb&s© 7⍶!/l`AȽmqJС7vGǦS;-3/D ɖ}s&oS2& ME9|EէB\JUxP\25H UK 6#;lF%t5'7/}-0om\x+4oL˥Xjb%uFݻhYQ0;HǛ:ny\5'܇o]sG+Z68R^$=4my\1q}&"/%$E0"_*1zHMa6KS>KV x|nf$2#u2ͳu3,%MZ<3(VNp**$DʔxjNpc>gCF,|yO!VaQbv9[4q8ް9 x݀}|"gW<#߬ګX;KO+H_sU頓K *&T< ~r}5 `~^1CS3-GZWƧFӋ,|klT gkI(:zxujIaAai=pjڲp< CwEAuHU)&urS(M1G; [:;Ls;tT ؀%N&Jơ#`4J:~ࡴX277ZQo¦q-giB :VRP)zu^x$ONR%֥kWﳄ1A)7ߜH0?1}M}(3xQZ^eDqYI'&8Fk-vB@ќxvّO>f(IaOM!mzk $xP2ؖ*_{v.S+@c c!eqr˫gw E3]*`*ߘɍwto6erEo. j4RhXz8 -~Kx6Ѱg# /NsM1Ѝ;;+yi$s:I&s4)Ī X~h!˫`Uiq!S&ѵP@Ox [JSVB]F> ;:},N ؝911`&t%/X:QD z~\ewƆb#'wπFbش&|*"9O [Z`Iq3#rl]:B`+D ~9d4A}Nh![<ٔ^]{am"YW5 \c }hv o"*~/|L%t}f1gRQWwUj{,!(NvŗW5Ơouc2SC`}]ÙX2 r6%W9<˲ ]bδ .Ps&H,:۳#}r˶s@ 6#Mg>>v($bą`UHi- 8Y@5 Dv/-_Yb%], Bߊr1KAGQƘ'E*'KDkN9[04V؂̝Zn+"Qʒr|L+ ׇ:/Hg"wVS:CCjIY8+ͷ.!uge~;sm8;"ů)4HYM@ \( b~Ucc:;.Kgv|`zCmi7DLifZm X`ʧ:hŕF% 0v>uRp3UBf| %l:,ߨGN4vPٙq}Voۓ2mnMe3ޥ3:. ZƼ<ؽ|4.im*DJOI*6k rl72]%N״LPEi ä(k1NNFzO-0Ǻhq6J |YYY,UL.*ڮ ]qj;275*vb&6=/Pܴ.z0so C)͐6i|0Q3J9AfZtG.[f\B_{5VD *|'"B*7FoJtAg~7F<5rs׋@ ׶eOQM_gpS_9]ѫqq+ jQnݗL ϪdWnf{09g0OシkL2*CIZ_xAkʚEe:ư'sBʯv3từf*wO/OَP%.i#{Q.Q!I 6^}pYPN:a6nxR݋em AAlvqܒ9cq26$>p: >b~lPddI8z`ޭ֞6U{>eDʙNІi 6K]3;îa!v'vdKnoi )\_lQ"84Dreݦ:w??K%^J.4*vDηi1Qebc)eЄ5NG-J~:-iG-'Tu\r/̟|k;Dt[m}5c_B> UA^2aV~-$W[Lkvv~?ڍ9k6OkiPiWtR')VAZ)5-LG˫ى>'L.B¼M y;wU#S-v?C,#'^}"<# [l]^ ຎET?"n:"Jʘtʰ Ih* |{qrxEKMo(h|om"I uVzvbcH*h0kY ܳJ\xfdA3Wz˭MhBiK57u'p'kQ^P;1UG("U@g6D(q}e&q)jT "Uo0 ^9kl\Dc-KfJk%.2bVwYk 35JB-ӁMo~ÕJ&,u´@| &uA&p.[&CK:1q/o3%Cz*I#u"l{?$)}=OFǭ#KH' HxJ Y.8:GlngiM)F8VД.U4rVeDSbd-[?S(7' ʐ SC~p2hKQ%SQ8^30 P䶭`f 9l"#uM~d YӑJ {ڧ=e:VwtJtN&euR_qDP@ T< kLiPQTӉC1 9< 4>zBȶ9e#ӽ]0l\Tdf~p#TeGā6&(!"0I>g:4j$#j@Q h,]$.)3 g J+p]l8=;.?Ϡ RWyUtY#D, "rF)8;(y 2  'AVULD=ǀ,pOAnJK㯽F34Y$lú~j[pumbͭdr&sNg|y2Hd{n+z_}]>m_+ F戺%BCzBe}XNtڕކ C߃*e,tau`mmлeM̼G"K_郠k WmJfs~ѐg4  PMLMlH^u[6T_`?Ű/nA83bm?E:o2ΦDގU" ,r6 u§[rNja&> ُ۷+~څPj;`m"@x~@Hj IrfX&I>L<6TԴF%d" W |+ 6t[A A[ 4-R9~!>ȋJ ^q/ȽfhWcmaR!N,~h7V*)B>l}ȿq߃jS18dj4Y!6@@O`/`c3 ޸EzA)R %&v1uԶTKɲT ?Yt!Ks2;:ϘLWN:ݻcHHA}& _ @ƚɍp㳮=;'%]pN}V8ӱlew" c-q8n:/}0(} ȋH$N8E &GJ4kRfEOTW{Xґؾ*% O9iL^-6TOEޅ<檡UK6'HCZ|DZ0M@yXRb:Og7ZF>}&'nݥo]b9/UVmjwve8&,\UbK{;#̊ Mʉыi+l]?xӂ Cvi}aKg"oo).عȧB7 R2)`';3 EmtP&s(TŜtC_!D~r8ݰz'""ZѷQ$!F~X <.ev3; cގ:0HP!Ua./5~fh%oЀ;@$D/-eugX' U4'R=B0pNcˌ41t8&\Lbߢ85E$Œ VF{EЫ^Yww5t>Fe0'Olx#aH R7 C$nŪ!KE$Rc-sKC/?cO%@]Lˆ^N/ewi/ MhwҭڲK. [R=$j瀗/]6[e ɧ5{r!N"@:Fl>dVv*\M!|rQX8\M6.ŏT`3C6~=㨛W C"fR^ԎƎIUXlq"ŗ 5/d,G* _KAs3U֎bd94yT@[qv[p(ZIz}M{y5t/Ԩ;*2:uǠiRa1UЗ#SuN,$<&_̓x[̕yO#S}bh̋M~>}Mfs [Ec ,A -* -z42ٹ)AHB=e:D)cu=LxlƆ# &c7bĈYN&m]ȕ \uhB{ɧїlzcXMoqweTZv)m s/"$r/[>v%huV&9lX۶<ݦ?Mebs 2x;r9!pz2r罰.L:Vr$J57!J,(EdFHFH 38~?I$uByk pfF Gg7WO!zLbĪh|A@t# fNŵA=u]k[+Fwt+DU9c8*ba҇/GbP!ϼs:_|: bhUq}]7+G6 ٴh7 Y{h.(պ>pcX0èx@l Ct*bbZd})"{[@Qїk>S <Emgg: ni6yVv/)81WcUЎaب?۸N#[JơU32T=U[{H ^TԏɽX=Qە7^2]ބjNPN(R5"# 9AQ"*:'$$H94?0#*q4wv27ȭ}Բ)ONn &G?nIKw M'`Ɇg´WUb5Ad2caf8*y:h6[Yja3/1+ZfآA,7ht' bκ7;t:c>m!M0cٟ-ٱX}H8}?Q S-:RZu.Ͱk&DhVK#rHP(gnl qi8BT^Vf|{g-kW:aр'DYt`ɦw 7)\Y3##(Q)KЌA|tҿ/Ƭc-WOZ PfE%;mm'K$WvE"^h~J9KfD 7G1~ᒏђ|}Y;_6nO໰Hox'c"dǝc5ݬqx.<*rA3} ʁ%3L|8Iv9&uص>l<<0 y2.d.kccf㰢R= Ow*dJ_]ӧJB$y@.{*d.Yxsk7htlsU9#0&_]B'jM& ;]"--owVI2E$ a{w:7cpڿ= c rmL" aé{OֺW,i_6]UdiJHpc]VB >;{m/>$3qEXr(nL0,6'*t&p%D[$j/_,l!1m Yw2;> ք./;bQ))x-J@$6LL/fDT}QCqU/W+u3G2+&;^w&LQ˪bȧOlEJ<7>TajӗyȽoOL(y  ~H3؃evf,?D5 \6^(){(?RSY;P] [&'`C mt]$:1) `V@3[K2C#3Y*1x'&lϹt_A=#3Mx6EԧZjv$ToY*@ʩUiE`[Fz|$FiLγEkx(N84bT@d^N ( LyZo }׺DIqhڴϨ+:& 7e7PR X@FiB×Fmxz%o;u< lY2)?dH[$RX#(YĄh%7I{hv&Y_kTBof}-`wL( s~|( 9z1V 9uEyuK0G,ϺABRWj]MF]:/j7]^p8 Ƥ4"ۡWG>=]{L1]BJ,nY +fㅕW!-u-s(=^p!r`wF<Ǿ"Fs^E*ewg&8uj3VO c ƄLI "K#V_ܕ?c ɭMOc'لz3eCkyH>hQxCtK.׍`c{elգMO|Z-4O{WI/Ήn[u~0{f:E'*guʪZ_\M޺4{]0WvҷЊ& 7G@@_X5Jb1խvLS\ċ>$ MUG#gWWDZHq7r)yp;MNOQ~ ڨ+Rvklp_\+F& )]HY1ϊ?oqmwHH#%WrL S?UgHtRV .j_ SR5=PN]ָй4BYHZ5-$:ooxnv䤌f Y3u=HYp LpKТAz>Uc [oP3ԣ!~fˊחd|W\qH?t H7KGVΨJ$B,)nЂ1WMזlvh!M ~/POUaB]/C^| xFb R'X@_r-(ɮgm[2k<Ǜp5lBhDdc!᠆0 *s,@|!C,MThn&HF{iU )NdIS0[v)@[(ײ…wIekQގ,x{f !" ȑb!wPms$X0 (qa1:iۓҊ||r۶"ޢBlƎXLL*6cu~ܸ%+%6\rV%3)!s+K]nV[Xlލ+\v7? ,=Whz{R\i-Cyd臹"-9KPoBg޹@՗h=K_8,IG=d8|3CIT{KX 豂ן|:HcIGgm*%VU*7}z 2^B)u7Y]="T;$ڱF/>C*0Ww"<D;5'!腨Ca2R",0J 9 BK$`;5|Qӎ GB^lH\ )w}蓑crfIw)R6X~gV.r&'S.]:҉;+akϸ1ٕe%o8$=ۛPzK`ؑIX)9q8|(&6y>#0^.dW4瀆Cd+]>~x̤ŬO@udI䖠. _#oÈ<y)(goݷ+M]{aDT Q];.{D ,W ^|‹ișF2NɢҖ2 z#)Vв#{:i^JߥI&lӖz3ٽ@91 l_5p(<_Ÿ,:_O G.t-!N-p[ŕ ·ou!|A|xSk/0;Y(}ĝڤߧiмQHaP60kOm^}:K8E_)Ab H =bO86G)AuF5ߓm)SUoFa:?q5UWCζ: ,i9킩a*m|A tgw-9 uS6w: saM2 J&Ay?p~^բ摿[%5XMP}O hߵ86ъaG~Ss!sm]ۑMgTPޚm+^wv[]r ?A%CC0TZxмJ9e.$ɍutU3W= whCj1 TPƫ#^u="҉1/UiB0P&DDEEQݩ^i-lkdo +?ђCwWgpBr$ 2qx:w['wn&G(y]Y@3ɳ$k 8q(Gi-|;ЕY,ԬrrܬOSсĊzfO8>mA8'X`P',L ݈dvܞny8.ZxӔa qYf]>+JHdǧ^^I&R>)YS%aDIvytcҰRIݹ$3I76>U۸*aZ;A6^m=ܯRfMӢK;@>n75&#)gg]tòܿy>*bX~eCqV>_}s@(6r3O3Թ|"ͨ"=yNhe54: D|<zs8Cy$Unja)w@mhn 10(e1 ,m$jNzJ ' etN(.M:KK(vy Dff8\7_%N֔tl hU Sˏ ?b#IDx@z$^8^<ALEcVn5PT+^:8Jg#@2H%7:VE#P;'X]ɢоM_U#f]/OZnhO@AJo PhdV #VK]r; Opjx'.J@ܽ 3qw>a flXD-EhTmups7Ed1{6W9'"[x%-Bݭj'06K|_ r PnQeh}vb?(t ?B]K x\o2>n/Dv1GI~=Na!c%ZB(DaXD~$ZԵEhcʡ|J\aF"PƎ4DSSa (/媸u ިgʬtGzˤdxc3<8G`##ĺ1pcUMglK];c΂2ք+e~ 󃮘KAdKuR QăgK}FA8kAX[r;f 7CD{6…ƾ(IA;b?IG Mܵ)QX-1(j>y(rO',rQzAL[$T{d]%;]ČԜA (A)!ڭu0gAݑIiY5@5@a։d/&yHv2M9:ag?FWT֙Aq\ogv5N[s̞eDËK[, ۡo6?pSI̬Gv#"F@}9׍nbV.KH?5s~6 ~yNO}XyI(586I5#IاOi{JWǏt΀P?OEi~7Kh!H1| lZNgN==kb=n_ doiA +DwuvTD䩜%h*Dޠ²dkA$o*҄XNY-ftpr"F<.@uup^y׏кac.rO>\ّ˫e4Divjk1/kuK H4"T%q{C`ՠ&{f>^u@CJ6?V ᙊ b;tw<\a*'e?R0|`z]1猑] ȆZEUs|.L`'b^jh:q*outD2lquw*( )l_^=Ƚj/@2~C`n-&7வ)P0>~`\̥Iu7L.uc0CwT)Uh|kQ5zhzIUӴdbj{+._-5#Zܹӈ0FO1M T bo<‚y RxjM@`FKη.`oۥ|HÕ"ٍhoFQ IJ?&h5KQ@6ߡҎ@,m9K9,]v~VЬSj"=~,  j(ةi4;p`0%''W~qub9 zy uN8͚Fn  X"f3IOMԨJ{ܟ BK|VKëYqƻOXzd O0%T3>2+]rVv .UE4FMX aݚ[^ DRbVIkҞStC/ E/1į,YĊLDYin޿-3@ȹ-<; GYU44Ihe,쯏1Zdm)Fϐ]x"e~: VzFކ8e Q:FATpԈZh5w9.Z.[5Ճ(MGZD iYY"CS<(ŐY}X$῏6: Q3&ᾳD<ؘ/˨S3av|_:.oa1k,i~u1]U捽(`*&!$@2*cZZ F1Wbg ȅb^y(syvy<{AEKT;R\59Khwq..4`G-Fr0gbSeV8'ߒw l \(iRCx45f~ … JIrWn؂!K*5#M6oߓ]謵'Pw#c/8|:\GB ;v 4+ɚq*"1*u(Q;7RZ.=?iYG*L߷n[%xl-.ެr(&몚 2Wڂ!iOo"6Q *?G[BYPEsLhz㇯." bz&#[DXEmwmsu]wt߯OPiDcJؗʕq FR>:5q*几v\zꮭFl0{yRR`f?V?cۖ7*w}fH]bN'-2$9RJNiBx|M= 0XHk ݼ^57U6@K/:Eo%&n@Ъ6`|Ph!PQ١q^bOt6 ub7p:`@e |?Q]OX 1٭V?LE zf5M~~:V65Bmx Mdxs0Sz-__ i ',8:K@ee8'XX: L ?e} ?Lœ03JиN_ [=Ni^ENےZse4^5`lH\H6I&1 N?lʹ!PЇ4ǎIP10sxZI,ϫ.RJ,bkvN+O@=y#潉zBZ=`ZD?d}P Qs9^cuqo#Xf}RK^TeCl .Yk/^2[7Ye4'*/¹H1NbP8{Z ހ}KbWD8BfN|F[b;?l 3Gh[mͼ{!POLjB?Fl`535~9M!KZe|&a6se/w[ U> m%K9#Eg86RSi.bI2yى^-ax)u~6O\ ~jǪ⡗|/U5N4-`T- U|M5 K-dI ?{\tɫpnm%([v񝉾Q1%y;'>+RuI&Ap6+jhMKoM/!*[ضNچwI9UtYSkzG4-srb.ԦrLZǿ~>J':Rq-9@\{l/hUΗN9D*KB- 2Lc<;^$iM;>(77_zS䯤I|2)(HFЎaj^ס8{ܬǜyyA!Fbf+ҠYQV6%|>>\} ُF/]BCn8$rwlh!b߈eHG8("hurddE`bI$4v$B]ٵ'j2NNv.^XCG.V%`lPq/ar4`y -* ]vA a.smHp?샋ܼqN'DDuj'ZBq1 Ix-<ȝnzUAo{q1]3Uwqag#,c@ʱM8&2fۣ"hGOeASA 8[Rkg9+Y@-98դ>Ǖ9VH֯ؠP [YAOEξY0& hLO_Wr{ +Y t3g 9X>,,y ÉLBºOvS{,y:4_8l18[1%;0Il:Ǒ#ZpD@bqX ~QŠv?z~ppl~ʀ?WfwG"}㏄oE&przs/=1DX g7XZ@pGFu`6cf!\K< $t,/z,X/d\-n0eP,v`j46/="*#5$ KK^:g"I *CI(#x}*\ vc`H$3F1Lxv<*#ZGk`70WKncP)zTȏha~ +O%>^&UADHhJ6,Üs(4_LC"@^=^D4[ TKy "oӝ)G!f@>ُ{??}iUlD6w>q>m2~}Dz9nu**̭x(78''z->k[7 3ɝymP쓩Swojo.SAڬo+jI|dq3o?x%bNDbd9c-u!-4<.Y5j1HqSBFm* ϛiX*1@F %ц5i=Nbs7#džT%c2,93qr'NL4㡂i2G4֗33Idtz78XTR3 (,$n/SWK33iR#-VBTmy;1`s1!•Wq(j_Җ L pCg= Lg yoћ.QEVLoi⼢N8. ?qS09qBb& /qYmcݾ[z @\-Տ>k21wg'e6,V6ipT6ENQNl,s[g2K2&TFZd<>I־-qLDJ IF Jb53Ӳ_GQ328ӊf\uF'N<aRz#$O~ezy?l}}߿I`tdsùYA# +2z["#xcՈ`:xSw݂D% Ѐ.N5.F-<'8+,/u6W 7,I Ya>S~[?`209f>͎ ['5|^ew H&ɮlܔRmzcl P(;k.ͽU(屐F $VN@nzA_0V2uj!,Wae1$'K.Ǧc-Dp[x`ciMNgLI?" 8\nI&jJ֠}z;4}2L0?UHگ dMeDsUsEgA }9(P#9Y Bzۛ|I[+&r"bd0$U+, VSh -/H=9=@G W cɽi SnOЕ^#Toݸlk[]zCBbd' >xi{Fn&v] ng~I$яyO vLxq5+u ַ_Lp?&&;w y@n7Hěu\N!\8Mo5"iH7p)2rzިQeғ$   mIʘJ͍ҡ4F?ii\(L(]hg _ǼF#QtrkjI\v$tLc>j&MGQsAWd:V2p۞e0H hfsv<6c:%R,r9Pb:NEj(6 'e]fwF5g2R, ̢䏿s*ۿ^[-mL&yNE҆@Iwa QE-w]W* ^B6Viup]]1q-eH^.0\[ќ*/Lˢ:r)@~ptwm@^dnHڴȑ8FI^hrRCL]Qib]*!A!!ŠAH񆝨~$VYjUM;I~$%CE՗=IlV^Ln&?[7'zU˫b.AR*L%CrU[ѷ\튶Sn%jS mpI* U5dS5Hڧh|.RTvRa<,0DQ%?P@Ȏ5Zyh곌IX*CNEA6]%C4me+^^t~uIÕvQgyL =[Zyh.Qh닆 ab $㒙9EGԦF&MEw0.3x:>FCph8.?֟T1jg/n{J{xOA$ q&֫{lKJpbzϨnf=?ŲZ6wQӞ l&ygIdAD\ |nB/I3d.AxrŊ5LɘaZQh\']Uf!abeas,ծI7|]$ P`vnN`j)y1gy]i`&M\*Ø':H|-Ż@b?6lT&>*dz4x=^G }罱Vre'v Jб PFps?ub BR1w9F09h` uտ~QO (+Bw[3j`/v!80d@t1âd`Љȥ9Z<q# -l,^qNX@C7= o^eycH?}'Dҧhgn{gQ9O!VXv8Sv&̗q7rRfN0QNauZ%isI:hP`őR6ӹrbaE}>[! zk[VNGCv4ejx5 }si0W}䔝^OtJ|׌wCh@ ԲiUJ!4>%Ց>jX&yxܐQnOۤ艗hu?-BO1!$eCV\s}0y[Pk#c^Vؗ1uKAi5Mv.bn3 %&%oZvuTݡWPALM>w+.9Y%kiMI{sWLe=ήF`IXbPr>;{ l 9)RRm :0[ym@3ՠLƒFsE]3 `mԉ1=9ju*a@yA>-JQ\챦Z .)>dp !"5ur H.nY90䂀d#1?W(~a%!m-m=ͧC4E`j+Kf=LIK*DnRW!scdBy Lڊ7?:4ƎK#?:]:crWKK~:)޶+.Q4* |O}ԸrC6xٿ Qx.)2)eaȄ[gqIÿV]P|"#Dv+ι硌0-#6BgĈus*tpN:_UvA76ÓόyFhlA_! _$ >z kvi5mfh+/`PV w=xC‡h7wMo/ࡄJGM47fpO{?BG~gpf>6734!j$[g#?b@NI)8 zq-ڽV ZB/ ;}&tuY*V\dZ$f$ojOE[R(%F|K 0B;ƅGBοM-}n ̚h =,R皘(Ù*>b ffP P]vcL5 h#S*pri^hu}ˑ'5nF)F uPI'Ho0bD*lOR'3WԸ?ASpbοE<Ʈ71؋<qּo(#Ƥ)9\3TuanIKmi2"#K| eVm>jkPdT'8D„!*K|VШ2uFa$2ބۀ$Z_|Be2p8Sh$ L[ @SB>*JT4GzC*}+|wTYoBn%U3l $!+`gMW7;FkMh/wTT1L(i^~ .n{-}CJ볉.:CvJ"!ٺrq.pƠA)ұ T_`}༦A*RuIT*e-e@d$U׫So@4xQ-}ķ\_= JB=vX籨(;a?6=Q0ŏ8ϑ3"}T3w$SG< $ g.k&t2ƴ~w >lX'a,gh2TXz9'dl9P_lGw86S}r4ӝIY.^~xx:}j72FIl|R5F^5B*'k<竻j5Qf %#Uد̙ɲ8wH6jC2CDc,)6$b1l ^o/5H2u.wHI4]"V̢W4 opvz0u} d~$42yG>u{bwТ{x;ۛ. /Nr͏M2_-~c1~KPA"J5QP(RhJW|o_js,SIrcb6šf_Ď/pNTDʞ]R% )'R'v\\u"hl{z^,؆?!#lL ΦI";xf|9g9܌7EWYP9{x l%GzO1,j4?5W5 XˋP~6 EP» {c#VPMEt5啺2IܔuۜTόS馲դ 30)T wCu;de%7^WY.{0@gڰ'#%?[.O!T[r~B_zT; p+nX"ܔh)VTL8+1K@f9fت[q0.S)[: s2Mtԧ@!j]pI(> d{7j!Wg[)%:v3 <V'Y}ugP0ˆ*^kysNh([+T%"zdϟE 9P@Nͅ®r5qdXĔ=[ .w7? ?tۻ_<+9iײÃ#-66e;Ml-=ϫCUπЌ\)x.=w CL$'MėLH)6[iA+/7y#r,!n:"WP͂aLlg>H_ :.xun.І1粥 (JtTp4QM PLWnB{$~)28DnaCj.G^a-r\@gid+,?"]In֓Gm,5K,׼_2O!re*nшB8/k&paFdXh{]5vSҒ"]yv#q-eY?XJ'~y(dmm^aUz C*Yfx/+1"WП`@$=V q35.溭^`&!;XJrz%kȭJ Ѵ#flWΝ3׸/Mv" =(Գa۾gazx4X0w.y1Y)z[xoM|Y7)җ{eV%:x:r`Elx,iG64^+|o XTzMHQ(M{waƸ I,;Bixt[ vF thCt}GcX9-eConfKpbM뱭 ^{QaFc~xCAWx 5Msǵikx'}P.ڱ-TIC?+1Zrey”?fɇ~JA;c"O/:ҿ9/sfyFyg&s}*A-e,0YMI.⯭<7O;4ϭq mrMǕoHP"diB*0d>,ٛ80AL¸ ~=MC0v̾By)&C/q =k-kCE˚AL^(ͻ> > 5; }|@-\YJaL-T޳>T5'h%Blc6ҔP2E f:C}R#PƟ Lg#I,q!ypS]7Vi V cd\X-#}c$ dm))md4WD9+E6qw=5p{ZfPQ`\!?I:բ̶_Acl~vc.)&da jW"MR0_|˒jbzC;M+< (57To'(0Ohw MCѐQHSԔVHcE7{kyBy}i p\X@M>+ ]p;=<=PIƐZ)jJg[ՂLԽC&$2 7MRýSZ0C//}3*G 嘋y<\wm wlr֒dæyl ~!Q'Wh:80\?$9^Wċ7,S.I?t߮U4@ ƕfnyHBj'؃L&D G\KQ~yBÙI 0, 3_ h6Hvp3abH^r 9;kأiGpj>W Xݑy|C'qwG , 0D34J.DLHԁ80!!g $Xg60&%JorH}e8uF6kp-`iQO|\fu{uXo+ͮvLbγIW,[db!\lWl1ySf,$a?abdY1Zv̭+o0IRltYOUx2P,m'bRÍuAAD >c/ȴ<cS7(@.ՁX@w!E|#bVwTGk!uMnz룛g:T޸q1v^:cB1$MO4g4Ek?rfi&[Vd<nrḨ2 W@C,]FϧEgPEz|.ä!\,gkb?qzpR hU|?*QnΨUH2_7E 9BZ7'^iQ #XH6HE= *<`f|izԗYzpW٠\ylp!p.Yz-.|fyHfWlG4Vt['\ ;|vDGqІҐa>&갟i fгd d)O#X',.9ԮE]m4r6{~3mi,Zt3?(-s6УU7.졣дѭ7< n.,bPhPjm]ѯ <#F qPa%^=mXAge$ŸmUI.`48[3ݱَǾlqr/']==E@Xȁ~7` na S&V9ݵ܀>zi'6*ޗɅ+^.6%Zphz!ptÿx.?,3q{!n[ Ej1$A|Y$7}?8deVj+g}m/;^,pdl{ײkf+}{ !a5Ya}(pM?=GA+:$4rkw,",x`EYM/=[Ťy%m2L "\2SKNRMY ^w4juFd޴8 ~ 6mFg 6'BZoQԷ~T!i]*+altɹ(DžL463NS^W9umEaS^[.;UD-+׿|qn2ԡ!lq?7!W=}tK>[!>B7tjV7J]vKr~n3/01YݥM'~єbwhi-uA$]*ׁ(l8cG|fk69",ee5hR;U s@$փ׆IG1SzW ?2C䨎<xs$6OLS$x\#9=J)˺XNꜢ[iwtcO6!2%+ " YB%W))ޣY@F|VWE]D},[L YQ N,yl0885'U-+@8hkkR(vJZ?K U6ҋ,~>5T5>E׫3tVL1НLwܵWPM$FWjK ,qwt^UG9[|oX㏍L5.9GSke+Z>n @|:Q&zU WHZpiն|\+OP^g;HAݤĘ-9Ub}M/@tMxG0ᵥ] ꤹ?P}&EDs4gJaٓڻM*~NL[6^R*~ s͞:ZTR}+SmA.3 Ȱ@nxWEMF#'vaLn!F]s5w2@Z"b`ūD3uuԯty@W0_X# O Jt] %>/zjoMjڧ c:Z#KwB^ hŁ:ѤzB+[[Z Ӯc`cvAp `,BvJQc;dOԗlCI77L~EHrcO'[/{G,L[ۥ(x2rlzv&2p>7x` f΅O#j Gmڋ`ҙˢw*Xiv7lzT<2#{mrp]l=TH\svAЀ7M1B.H4֜AM rHFAg#b2w PÅlE.ص\9l#j۞r3xYG@RR(jj-=c,oMaF 9@w8;D"[1`detog3In=,S#A/#F@J$Yn)YjN-Έ)0>׵bNsx Gk\y?>Zb=^'sN Ί2'Eq,0UiGH nk{hb3(MFAAVP8׿"FsxHx1/Umaxdj,ΪhҞ ôZ~D&_E<ˈQ GRLJDd>[F& rOϲCr׸BY[VD߳PR>*kTg]|̭=n6x ٪DQ+P tS[*fS YS< G@SSco \.\=O'2IeU7:Xt@hw,nXH[=Wgu~LMgٺ}Kׂ"P`I~eg)[Ne$q-!m*"&Hf@5\R9i~,2S|lҟ޲%79=r1,ⴶC xGJy'Il,jְ4L%m2l$SdN/lpj{OkXyYBSIyr& aU #bI@o{vG 4t>Cx1?2i@k\]b1: ygO<G3#o vB]vU։Ѩ4z .>Q瓨osd Ljڦ.iX~3z@ƣ2jxi'&BL,UVKe{v vb.) gL_E>ڡ)\Q˿֦h0١Sڞb"r0YA0D}Y4_#Q:"kٹ 5vT{lk1jhE?yJ}Ne9ڄBcE84x ׃fo+BKSPuwzA]57 vNB|V\GK{/'d0@V&ߝ]B#GFl;_bzE&`'CO$pCmr=`w@^ʑ GbO(lswڭMxYZ'.vc,$nI*hqG*~"ȴ5M^qcwܿljR 7[.Uwاc2})dl)8P٢X~BLI E2 -'#"}FY[)M~` f ۈ`eKOkmDirT\zzI@3@m(4f`I H͟]TF`.dB@,N5RIyΜLO5 2UoTAJO=ʴ F}<8 B`wO8,SORc࿃ˏ{+ Ruh9uެ $9wۧdo8C*0+P1Sr' B_{4L2 Qb89Jk:\E3$  )B"%go4]5sk߫ai>_>dWl!Ͳr%ϡ7Qw4!V^Y,+xEpzbڃsmʣR&9nŢ݈W-޲B\Grf%T{隍h -}Yb%L$_QIAD|.xPcuWI^>}:d b!VO>Xboy(q&ū?G3U0¹g6 J9~ujv`ЌrXtѸJ;hrs1b/@mEHlLJ1Ee7nD(8W9#)9F!0z4^Ai7v/'p}M[=DQfTMh_d *qр{]&0ˮ(pN Q|MCBn5f)$O'}gOI^]:S;:-۠&)9#AV5/5'Ssnɼ,RI]ɨ)XaZԊ{pƥ {(-sp9X`;Y4#x>\;W~NNy ͪY ޵?/wBDLU -bDѸj".ǁt|;2 0C3A.LapZg=̞ˏRxWIPK};VϘnDn ENǼ=?-2n_Exq0 5`g L#WFL՚>ufG$ɿe}$^Hdw#e&=^OJyW|f[|4nHI%˛ G5RVll֞, |K8/zP5Q+~i=zZq1 ʮ~P5/^tSKuCXKo- z fm Tݱ\5<| sJץ yVɡ4=vl|e(1#]0[E Mu]Pv IWGAyĂ8*զȈef5|& */z3Ӧ'`)[9rmZ)/rFYTW}jz}B'S1ղ'9,;^094[d/ {~;+ MWS襌ab]2kmh#BW].AǙ L+.#)\5ٯL ɹ;?VV_9nu)ha^w͔HSI]>YXܷj[q d 4 j53M~E֡+딇;?(- 4f-ߙë14"/w0p=@^T R;E.5Y#_W.8m[ PiqZ^[y5 J#^ݍK"le.H:ȧc0 }EEȻje{ _9 ",uO{0Ra`HL͢"tkR ][n[hs5ﻀmu< \BSp=Wg;ؼ *^3%!e)AI]Ǩ=I=yhv|oU|At3t#q/ @ֿӡܢ&M,ElZ *d59u !2`rcES//${cY2A~i84 cFa&#Ġ޸M[27$! K0^*8P0hI UTty@rҮU_wٓ 2i4kۂ UL] FWR3b dyb(S] `"ں,#46uZcP"ٱ[9 9̢,#jB)uY Ѭ%we3pOő156[uf9'#C|ϗ1-Bg DMʙCF"ԋoDJ0k/q=]4́m8PlcكM*fC΄I,$}gʘR=2kv.h[Jm"R]d4Qxf._D}Ƀ޶1I?Ѿ1D;\qН/k<͂ 9p9fGVub$[ihב=k(08S);-rZ۔IY]67̵MMی~a/:mDdڝЛlg "|q4pPB !{ԙ s&5'Mb|| v:`'N`)|V!T#uvA`A9*D6ǵpiE zۡ ~=^ϏqEd.7Ab7O"~ha)hF,a郧@J:J6R{uof'd shbqL>nÓ$ig72S!|3{/% gI7nao_rMMb$cdm<?܁+3Ġى1_v[xhxPǂC=){+GGl)@)0GXiRxҭ*vJ՗SZ]AXob^U=0PD'kF;%&.͏4 kˊdS?&]C,*ݠ5Էd03 0.7M '_Ip{.5{UF$XN#ڱ 9$ƉmOr(a<):@#w'`_>];f{W$7Q@h<&Jw %|7YJ.UAZDHbI^!P BgѲY" ι̼1"JOwI-1N{A_` hbI8y0T˚9I0: WϽJ o*:z}5Ԯ9 C]$t!o"Lm7 O -0NαhsOi=B2PumfkSۑ kW(w[, iI Դ)?(P%uo)ëI SOuF#+yбlwK#6(ubF"tyZh^8cm,euG.[2DHX k&C.4m٤=eeגv2Tv[{7-PA Ъ?OtU[yt+ۖS[woYARgd}m.ňo˷F0Hm&򫴺M6DNie#Lj6QTYf~ZD@^0<:,D~ٔڷN%[:Cۦo_Lc*.V}7+*UXj(0*+etCN!׵fd!:(}E"e>zfU(ēh_gІzyZK[xc:<Rb;Pp}eɕb 1$'}|R²&Kr% &iiaIm5eA?TZQy!d_>fa#>SR஌'^ lX!kXJt.O;=n4I"S(ׇ%8*m qr`M9ep 4RE#Hֈ(rn"ч\'( /@o:)[G*@0uWF6qlG4h0j%"9 ߿!x>V>ـ}/>i%[#=*⪠؉C4sgG LJ 6z4@(P-܄sKF|Ǣ0w;h.%:Rmgts$:M[)FnN \쫴ٛD#};nn/H:L|TKuQ=~Bh;1y_WfpJ/~*X) F9VPfPy4 f`uhh q]0/~)A>{V!{'[ji6)gPЙ כl0e kЗh932Hp~vLU+SL3 D9by&3 tsR[ƫRl;ѦDNSIr+#pR>I.l'10QD{o@9ƈW2YvS@ Ӥ/:sxζϑٓOeFf}F-T_]& `/)"sAd^ǭF$Kna r(lฃ[IqfBKwEBB+YX!_(E:s$4 4|+3zElu ƀZOQ7 .>IȽy:MӏIAhS'./t۩tXB'*Yj%"C5{g=#4bEJ4Y j$xwVH+dx;Aj&k71cȥ6.䛻Wu׵^d],%0-!w_GeN> cf(k~ w(y_)=2{ͺJs~<`QRrwq]t"BdZ[[izƒQ݊,הKE b LNKHmZCR[svhQ*q8ݠن1Q!O/} am e\Jil6ˠd@.QE V :1=B>\[ML*`OAmA *كVnffX~sqMMab8#gYbȏͱ!pg B~n PsZC{\)-(D xA~ᖪtfӥ%~ȭʫA'O 7%AI\BRG5.l\ ʵR-05imwٔ{h#@n%7헑8'};?E̝q$yR Q'[?}ݪzCz}?> 2Ed(i,ద'ed6!,ȅUU7_<$\e;ڠlӋd]s uaNب:+Bx:rNf۠S&rq+'J|;$Ig4m\ >/ŝ*t|4u7n OB4cjOLV4d*$0Zo&_ EEun0_  '=vZNQ2lPC Lr]({ShOBx>0(xW0%`oi$qU1h baV&;dJHKB Nҷ)5;ֻY#ymŒMNbW I^)>/Ѻu}°Ys{4})sPX pZqA(f-'ϯՐ2S)l[ 0ph+WD0$LyC֩ǀ`;2?'jj#׫? .ۿIi7B4F$r Im_w[͍t뱂Lv3 dCe%bٕsBKhlj%չy&yt- *↍Qoи 3XA,PКɿ T, <6p1znΛ;,qn1G1z@JG들O7[K#EnDԌi=a|M}~K5WXXtd\uw|LE]) hJ DFQ6"4@-~rS-ʤUZa_! Uvm9x{n4Ԣؙ]+A@T#Bղ*d7X2hYJWDySY+I K^+VHr I,m!b5O1;tހmd+Sy%ڪn ߐꬺ(QAN-F<@~aOThD ezbZ{ǐa߹Y 0i%@8y 9,D4$ #peg= )h>sFzBD`?Kw=ߖvse ՙ9eSm*\nP4x\eo]jh"X>Eoy-V 1Hz8^fTA5J3ZΩVE ϗbˊjn=%ɱfx+ODjY8Y "aH'Vݍ3=J,>'XAWU8,H*F [U6Ot+kWxLmhH^#A$~C].\q=zWƄN=`_BYc e NIWC '`|86zp"+:RlIܶuwv1Ӷ#7R2LpzDցߛߞk;>>f}o1ꙄQ Wj&Y*4nc_yN 1B7kGv V~q ܘt$2FfO[:lF*W=y>*xt40Y Fg;Ľ>ՃoKg/T5Z% ݶ0;.?ZUɐNfdN16%*EWShBkj58 ɜ| BbaaQ40ᐁiCKD5I$aӱB;<<.|;j9-ɝDسs8io9s{Z]QF|sӻhWh21.g[(81vWq>z4\qPv)跭4Ƀ'6L^]$f/Aff;uJ *uGOi\MѹkwÎ3nyO0'! bmJ40/|h(zO<) SHXJIⰴ~q`s쩅Cv0 jNn7 \zs. Xޚ13 k59oҿ=Sb<7΋L]~8ْLw&] obnwQ㣉<n&GU_]|Yk.C#PQS=>حiU!RPj(X4B=SKZ}!ܾgϙu҂_0}?X\OKUC L#ȕb6bwd1B̫K?X Y(Sa3wyJ.1Vj6Vn~"r•ڀŦ"|?~2ɸh sq}k_/BYR _bh6[Zk$n-Kioï(ba%^'DBYd- }ڪ[*ؾksGᓡT'-- YLZwp.A]"rVE7jQ V AxO)^`SuXc$9W:A$'?~d39ws4hVG]4۟n1iXnL*p.^ [[c}#z0w-hn5C2<8qk'%#PV{Sb#[͚'f{݀j*(8W*C5; X+? .5Z?q4)$-++Лد=c|3sХKv1:[%6~{]*d6bZF߀8IvkY0/6EjODb- K \} #>m&晹}w6/s8a49PG+ꌞYm܃^`S#OlYTN8YXg;t\wRNk6%:PROAQԔsbsEl4if-piU=b YZw3&9Ux~פeגߌy$48$1(֖Ih[u ﬠb#LʵS N ,C{M5pSD3[褕 }@pT.~/](Ǿ|!2mo§ۂ[ Fz#F^I.= خA d!6Zq_%`&@m@%_£"9KFw?@TɅr-Jf<1V92V:21@|)!;$q1%7Zmӆ+ИmOUΝ"19>,ψ_EXRj,xe<*B 7t.`I[{Ubŏ Y˦,J jJ F"`efpM1t͖vcUg2~ZOXM0ɞ?~QO^BfNCov+/#'뼨lQP./g;wݛ:un%,O|ZM"  y UɸDS\^Q ]F@%aY%|otnJlhrO|}q/龬oFS[xR g0wtA]hE. ^bIy mp +$u_U/Ҳ|X V8OVfWaΩI加$EjnL_ƸbOQ52LɒrxB4T߀)NѨV#UWVPH ZgA8f w 7Ũ .û|#hO/Y 㗰hE[QuI.րxᑷ87r>\e Mab-ke">{=+qɚ &sῇNE> Lݘ.~rq2JkrLmFV ߦ^(UV=y#{DI||g%d>˖tJ@39[fG$.=ԧ :dfKiUT_ޫ5PV@ 4gL0fNcE%O_+ }FWD}.(߬  d='ʰ}1<Tw!cd֔/2nY SZ8#1)|՗0P]A\f+yWC0¿ *I*plhRw~ٮ?!+TbˊY1 ȭ@nDdBVg+('p g^j+D(9|VC VCnHv,:ZVj;ruYhTD w9 VoL wُY ?> v1c=Mя4T;'r1ڢv7E~njpȀ<jk3F[E^َϭ#l'q\8U?=4w`3fadJgh3p ƨUWѸf9o^JET^B++.GJMJnbiDBRe:G[M8<8 Kk[p M^fD$>{y3#j=DS|d75A?C.!Z׵Țg&'" `= k``PCGN5fP^Ԧգj)uj^"!r;mzdJ-sg1j9z%5MZOxo1:𤖏 4Ck_Y~KQ~&튾Dk}0kQ-*ƅv.}B-B^}a% ٔN&sjSs6"lssLmDFBr.:m,ODoQyU9)K4Hō)n Q%'D~?N X*7{(';1󓠡|Iݹ &"fᡩ^W>C2Bc-h(fD Q02_\CM٨wœEiQkuR( G.f:ohkS,Yk?|:hNduy<|%3(D|i54/ 1")N(p`%H,6v&;KCGdoDn_oڡc<ߵ@| (rhc3u</?q ֲAoˡF4Z4D=e0T)WKWzuN=ġMSoJn=QJ H^aj+~YZY}1R#x;²%jqXSjA ~5},,kvW.4#{R~sT6uQm7T0ҿ|vt.gU?x]rCn;<618oKRs,>X/=(ˬ[t7 i^="'8r556OAKn)#xb/5>ڜ qQ5$8Ekzp\@QKWM5 g+ w1zzFf_0/MFN$& 74LGNH ăQOnj~uA1nZ/̧kZ-pAT}NU|;kĭ@G)WYrE .R Q5+N]_l/s%/Kئ(X0)IL菈Ms"Eo}XVnE?Z>Ls&:h`oe k8c"FavfẌZUM6f-Q}y{5u%c5 KhH S)qнV3ya,wklj? {ZG6ª;;)h\dIzvpvvS7S;Nc'SȦ)|Epg.:cP>8yߺk2mYyp2./El%gje|K 7isݻFձ1u蚛^b.k ӛe ڗ\dkْ =XF(ff3FqWœ*cYZd>ULv$ۂ ȘA?v7Mdʬ9[3us}~K !հYV&Y P~WJjNͿDy%5BB1RET/}{󀱪?;X"qL7m|q ?Q'׃PO,O)RrSyV$YNAD%ZizS )X/m<;JX+"K38hhZqMXtv)3[Rd.hu(ԋ h~y;xsVP8NXGUq<}='# o-w(\E{Dj\7_p8lV>Q1 ӊ~_D ѝ*6!p4 D $SH+uV9b!4MV͂75PcۍjЬ=2M{W%Q| ߪ˄<>o"I#k|7IjI]Ya_2AhqO2]V.7)=h3_ ARZ/!2'K#Am褒OުApG, í`#+~[K<;o.! pIx.Q5Շ 0,/,ٙN{Ut+)sfpel%l*t3w۠ǔ2UVyOX{XvX;GOökIazI"Zb~_b7{^ wә_,G:"x]X3. MNq׳ EruI%B!"-yp- }DQωj<H8t臂]mEޚRfTZ=4) Mt4- Wa _qH5J74I\/0yKg^\>[X7Ͳn^XˆJXM7pdנ GJEBX,{z)p|s:'zVx.:>7]b#Zm]ӲM('%]^~b'/Hٷ6nVG@\`OYbOTAr?u>gh>SikLJ͘^L 𐃹RrƷJW>;k豤 CA9@)&d9bPwpgTg- @asi3i?/uĠ.hT8%5+9GW)m2Y\f6LNRO vg -w$_ tsk;YUT8L[r8X8m_d%B1Q\Yn?Y8Q뮿JAprH"T-TހJ )$-JA̔d+ʝIPn5&iJw:v,+ ᆐ Ad^l2?LΔ(!c`:{el\:mShjzs)%w*pǬ~Uy }WV0*2dn,ƾY 4W6g\ouko8f@ dbcd9?EY~Mnuͯwݟܸ i7 ƘIyZ$=d#YIޟ|^ 6%+v+u1DO2#Nx@+2IѡJmȵKy|\;SkMf6 p/Y &CKN#OK3JkD(?aVXr L!-R'2nO@5]4u ; zرX' GAi1wҚL_KwA+2/9F>L3Hu=x!L|7^}w@}O2D>zب ~q8mgӡ#voŮp( sWgmzrs]i.%r)v6@o[se6Ȏ YWpZ8E#`qӱ馋PF^wt8~HPd=6S"7rNx"0Lp1p+sI ETr5U[KC9G=u]TGVw_v(-Q!Fu[ucyT2DYTh#>W{ $M#eJ2Z*1,`.TWəylPF/v4,](t乸~e $X&ADվΦRRV ͥwv)~m\RƓ#SeI;c6 ]Zx4]@RD޹ <$ pS:neͩK[_h{'V =MAN?u νB&C%Y6_D 2~>ݚG:i/d2id .s Nb}8u~J;,}kA̪u}4v/;iȡE++-WGtTZ8IldiaĶj"l(mȠq!VJ؋u/4Ģ@8EVʃb˰@hb*FgNv/O/4ZkN2&3-gi6"Hy^c4z䨕BaCc_̓lJ /~vװ=(ɺ?#ʓ*M$&m%wa&p9 4L=[?YP(܏./T@Q?B$أ^n1`ǚI]W<>-x (= Kut.N3-X|";cB9`7G&tU rn]svCqv/4G0r*+s9ʓÁ1.WQp3RRR~(kk?͝h|Y*c kx9q>kIjat_l;?\c7+޹nUPх'OR1^v7$h.FX&N'ʐb.vfS>ܱ-iB-Ve3O>}D0! 2*0gyw\Mdʺ\w鼓OOAO9h˅Ft>B*ohW2~7^㐏[!q;m\*!ۿmF.TS ItP!TgR0r9Nvt`lm>sm$*l\mOEqamj;ס,C  2taC Bab:ҎarB#"Rlc܆{~m))Ŀ[h\w+X3|+h 58B;":%Fc3$›{.ĵ"a 0pyT{k 텙^CT ڸ)`o#FRU!+֊JK dbpeb=n<($\a%ŹUB.398ì'>1ɂ- G+Aq:܌>{]zyV~1uɫ| XEYy_չw^N5ys)w 2=̦(2]8hpAMqQɟ27ISBQE؋ <79n_ 1H%&E:z=Gt rlTfpH#~u`X3T/R;Xv^À]Xae,/Uv8Uܲ!IWRRL`tI&xB?FsxRY(3<[(޺+\ڪk X"rnJ (߸\+JŬ@_Bj`0K}ARmu|;sG+B.Nw] R'AuոnJ_ NG߈(*NV>wr53&嚇"-yT$9=piȬ]"zpԧl&!?J#5)Z||juOFAfiD`} c2ST-}({C35S . θ8Nl?A1Qjz9˵θ`{ׄUqndLؤXwr?&P[Kۓwu %鹇 /dwkxfqTt704-- #V@[4,ʏ 5xww=PlP52:BɬҽO)kQ,2LJwwcĥ?*ς-6G\~i.1n}&yoUm+ @aB` "C},P%@$ Kno .|T\4{;z]niG `VA%`j `S #5b 8ٕ%WʚB ǝYKv P3Ĵ{e,o&̔Յx'oIeز9qmڴ)9>7 o&Fn(CV7Ї (O[]~gA e& GN hEĔeq^ P&kއھ]aOh{*ƝWN !>0I~)3-V-ʞpvEyj("tj,vGUvd():emtN|"T;?>*Jx!i& 2#  .Ovܶ7i.D7〞|Flf%[cFṚ́FcUd+"K=' 2z/~ 7ql7#@Qb u=){ZRsCƉ+0Z6Gҵb߅QawzŇ6Y] ~)~25%ѡD/ &EY*< <:֌yEkK酳EsMHi)tWzS?q ͰO&IZxRJdY֜dIW xa.h|9+&;ŵV*/v$Toa3t:Ppۉ/'вCoS'ɵJgSֺxjY: 3FI*F?clF KPYLQl;{?*ڄCA&WOz(Tw} 㭩ZtZيv0wxͱd++Qyr/;Fu6cҍ-EVpvrhh.*#á0 8kYĢ I] uJ?m3$zBT-|&cd "A糍jbT.hi_Ёj _;[GLA|٦e=xa?B?o!m{ðzdy0߂xQ+b#EeCng?0fϣHRr6P¬rI 9vtuD"l`%]žʖ(m7Gu|$!:}5q29¯[IՃz5ܛ|%WsN?ƅtM4<&DMgV#w^ CB͍2xSd!48@vܹ 6Y@W/#ES٫` ac)nhrq.ā u`rVoʩ5B0˄';b<ͰSx0ᯚӤ7^h"TW5c h xxmG$_|\6_@ŸZ7Dثw"dΙiJ8~_UVg֨>ߏ)=/ -"t-SZs~6 YZ%XK09f9}ݘ -)MR@Y (Nܛ[$lYCC_cw"g_ {OF5hc9+/` bS<6'-\ @^k;B0Rłp6;3{C1+k {+k5Tz&vM1qOi޿;SM?Ffך~W-`Isc׶ڱryn\Rv~6aUA$[n i/mm tkѾLd#mʪqcAZ0Ea.Ɋצ%G~!SJ;pu|wtd%'ޣuA4lr</@y|LA   X7VC 2!1ߗbtv C]7 LZsVuQ2k{/g.{y7aȲa3vy.FE[P~wuq8rq.OmQGܚޱ'w@(>t&H5ζB0/^'u ,yL<`ڸ;Yu/g=?Ñ^ɢꅳ$(\V6B4^E8s^!ʊ^3,\T F c3rRk.1 ­_q,Y00_*+uof0y ba's6?d׸L;?׍\ xQt 袵,Q;cΏ [z]%2ƅg;bB1!.pCTϙ rt1~4u"' ^\ᵒ3"4< ӶHw&`&HX~Gpr/P<=묹?[B%J'9MZ0u}lБ8SV6G(xi2qG^<-˕ns|lG_qa֖' 2÷Q~\ &m;~x4,bڦp+V][ml's!-` a !_GުKr"Vut\Tv!?N_'&ϸO՟ِ2 meSTV;$uKW)9]MB$|l*.'d{fk\A~śifDP1<:ۚA;X͉WbUBP;!DMt$b5]U} xRxx~/| 7֓F@*R{3<)&$l:$QLͼoOqGec~dY첵7-y Mg,gU5oϋSmݟh) ܢgQXy-)+4 GoH8ȧ9jz#N/"P]m-;^4w #VfB<*~bv1USWyUzBxRؙuMbܱ4*pq/V:^Z_d8$#L=w,6*>udF&%T="ٯ4ap'ń2G2Hx:ҍc 2-p$πl[5 c=b)H}׃!:V%mגlgN^8 n/IT UI&s6rs"Nܱ[Zt¤"9}6hv Ʒ֥YOZጚoǤg|ہ2Nc3jת!J\K1oE5vTFr|xДXsY$2)GABn) Z\jg*m$\*Jط튃jgGO_?{m?Xv O/̋uJyn]%oX 4[ZU2̪acо++=Zmk@TjelzJ=;.-#`q-hJ,&ک;/\V|'"$e<W'=@]ǣfnxCϫrEB|LDL|wvB(bVjEn.k< xa9eY2J@0938ޓ L sJԔhɘ8P%E^ jkxh@A1?!_B#h\,ӺɃyMx`r҉LwtT[9vP I*7g3kNe-MۛpiHW'췹^>[SZȇť?6?w:W0bDG ~l8Ns!%%*!]>P\GYg̊TꊣM7 Lg5#*{T|5nDnJڦX y|E%8Pqi#_][yఌo>J|Le j]lF_Ugnh@JjyofhdaJ6TKG]_pg:<P5H6˫=  xΎ(ۥrG"D&4ʎr}L(]Ȭ; 9r]r$Fʳhl$_xUp]Z)rudpйZ) ~hTpo@7"W {炽ٚuLr5 gTD[d~f'ݪ=Go)%gs/la FxB6rl?2e~骣RyTU|)%5nP00HI)O\\G}_qoh Ohf [ohfu0) LfXS9sL6*X.@e>kEHcAWm'nD`"_$t oůP jN6%-O̞%D>.Yp>HC*Jj$e{}a>)jM2?b}4ۓYq]kj bȴO,ɼCR~&gp"d^nu@tJSlq;O#ڝWfKTW+zE" ,'(,tӵ),?௓`glP X[PE$ə#,?rpz@re "&r O5GoddD̢KQɪ 2wL W%RP;GΠ9nzjW~!Qj/Ej,7U{4"Gi~`rNC|ށ=[JsFN߳ A<d([#AX̥a(lz JxvͨwAuSg9@T8;^;ln`&7+ЯM!!.x]?{]/4Pm{y#R{-EkJln'w:%:h+&UiEГ^y< mD?BpYHSK:9|%d3bZ 3Hrhv/ /[ O#‘7"齚S9=oPaXrh gdL)] Z3Sȹ p]BB N_[v<#VJEgFѲ>l!1ʃY~>}? ZwH2A;TcU܊[үv;sE'D^ØU>:c%.W v'"ͣplx.9C>2 Wmı6#d%8'& v=KUȁZh^hOZ[1&a7(\Ǭr$qB9^S#9"̠Zͣ,ߔ;KlyT Lm[$ TBvk,Tp7+᰻}x)T7WDMk!e͟<cwsyt5P3$A(3_%(Ktz*CD$.6)y'2j.l$ס "Y2 2TI[l#ːS|AcNI| 6^B,X88W4"e]vvpz|ˠkm1y| Kbm9,CGiPQ ӿw7]Z @W#f~gUX W?Q в & oKzӰpE{;>w{y,Ϥ\`Иv'``J{m<]:OXAٖO/yfa @8x0 %pTp|q3)o2<FoK) @ֿŵOyeHͽ q^zןǝN IaWwa)m!([Ar܈T/0\N19HJX]!Er7r>T91Qds )8q,Pzw cPjb`PBrpۘ.p #U RZA^u#vJhP` m WH5><98(c-6kpcR;^1a|{җc@"܎=0J7a#UMX'1@͙FGus$1gVfWOAf @(A5V{A3G>Y$߯D B 0т5#5eV柯VVYS0mG 7H9s: Ѓ9Ln}­ׁ\IeRzBlK˖eFr{RK?RBD,S@p ,4Zk4%M4i#MtU62;l .O @gŽ_v eg>79o9Ig;~%2X`ޫ=Y7E04bx&0 J!ćg`p8:Dz\U޸; 'F6] %';)lMݔa }\o!Rו{9 Hi*E}\-HHޤL.wUprdK&?̽Dg} 71Yw i7[>h/ ÃiZQҀbÉÐ.V/NX&+=X,o#y ۰y _0~:Aֽ;g?Y>]Ő |> sWf鏍pRg%ˮ֟}#j~Wx"N!ELKU <3Jy*:DZLA%fPa SՊXjn4)kOV@F6Q_(eMj2ǥ6.[Π9xt?m1XG >[/b^d8q,<1N<)5Lb+>v n:$C&xK _{d:Keg@j PY3} ۟ Iפ7lfid*qSŚwL/QN/heO@,Դ-`_3($k=DŽPPY2v8 )jQKwb# + ۼ=KٞEcg.gWE-UimtH|?%pG2!zvXclZ [P6~#r(O{< _ʖsż(lȚbg95;"KǫQ ;McBN66YjΏlp"xb>!W.h7;ھTÐnE/6eצ93]:^CA #O%!?ۦ Y/*q)cݤlňa|h޵?U<$p+螤<,x){ *|[S 'Տ,~Hf7*qnw.>G|_ά|S^HZwH>>j DaYp.c7$x!%fe]T(~=T[[ZBX-+< shI}s|f .AX##XaWhhkf𗷄햽2ՒJ#rܰyTĆ`8M:Ĥ**O g>CϯKb0тj!7A6WiC#_*s5SH'NԷC-Hfp'YA) (2 -~oJ0j&-<ѕ7䰾n!v?$6Adݴ,8H[}R9懞Q\]SlFHwP]>Tk)ʆWQ#`Ubxй"/烠&g3SLF{mݯ]iڔrQR$2Cyac".rL4!D>GbA^@%%1H/بR;Ple{ñJa#| o(T=7 l1Θ-(I UT'&QX _9U@+ւ8G 3-BM{{-y̹nڵae5-S]co_(ij;F7˕.ۏH#.Y $=KY#Oke);ʞjs"kzn}̙wTgևl]v|gƷ1(5NG6DH`pܳ+n|_F^ASrK,at}EHEC3T,aڋ]417s_k<;p^ف8U.}aهp9 +j#gw˘(ާsn>=PK%@4'4=JF~NqD)Rhz|6YO 5\y͉&|R6 t?M+ ajT3kۍ4cWꧼI-9>i΁g1q0K`nN|pH~VO ՂU?>ǃN'ZX[A|UB{0&"!<ী\Z7w1d.G>}xm䔫A&EՕ;2nvuǸ7K3Xq}8Jyڨe=\ƔU(y9U늿KU11-D_2Xꔢ=z+ld%Ž翴ipziT2ӊ7mMwE2*fORS;sBXKT, ˇNrV@0tBjz59|!:;i ET؀ܶgh΃Z7n)4:~L`YJQQximycx{bO%V>R 6]hT\.i!QML1qD,wYdb'y gw8xR*sb_|Ƥ.9DwyllڹU9ЇU[Rا40#[Y@)(vKtX="ik&:v.r휕}x~{VezrHquO{z2jԠ;I,V̮" ӡ4`l)GWY R)eLq/yl.a`kWh S =cƖx`bvBV@yHvyU+iF#xTgF(Ma \HN_oGWhMڞȫn̍~%Ajz% Üd) ߄ rbԤ$b0wl<]<(YYw\;@W.Y^6ED/}dzri7V8RrZd ?HuFƌXbFiVgu TQ^-l牅Fn"DQL|`6}ןs VX.YbAԯc,A7bO)%HD4y%+*cgਅvRtFwwLv$r*bce}՘6y'H |m—wp5' Tͧ> *Q[K!p4/It[=Wa$G#-pxC,A%`+j'4hmhRlboOt@SfyEe_Yn{jEdnB o!k5ݑK_Ǚx 24'qLB/}t :'}kcrl# 8(ILQkYcvai_7DE] pS_Z ZzSFp(nKf-JU5מ-?yHŝ@{ljC$QMgxQ#3z]X!Σ&/`XuhgjS-QlٞLpt4vW]qMPg&|u{wHXn, x_C̳b>]b(thFz׋24:~&ZdkVJ *C3E9H10b^{3[b>,@+T[电V Vİ@;I|eߗ6# k,ODdDp#B:s5S!Ϭ86ҙPsJTJXդ5:m"G'fGӨDP3&5 ] [kDKjn&1 S)ms)NjxQV״M2oM?˒ȸjL^0*5G;v'o,ޡ1 3 4^Uf`&Tk¤XUk,Vl&10$S ^G_,1L˥4oySƽ߲kb)2%݀E,M=ah˴DE@0[rPʻ{2c-T XƄZt$t7Xc3ҊL q\ > P=U]hUr ͒F?"U3nə\Q̩#c@ uZί3~WL%X"s*ɶn7{=&qnDU[.HSxeN k}rR}ei@S2~! SHxHIJ'5"x*dfR~`HqRӗP6}z68JXz]<~OӮi[7+jX 4 6%<5FH=83t -DqiK؁erixR5 ӂ6#6Csx$i*S{ЅǸӋkdɋR=~fbbIQygy:L,R _TTqr7=OIߡ^CD!ΈM ÝyƣZ9Łt*Ü]G@Pgs6V8p[;gjqZyV[;m되-c~ff&R @GHznpt1)F3S|>w@Q.dC߁ y7p? _Ypk$Ls52yZwg$@H&I~{nIY즋EBo4(Jo,GFE~ #y|C+wq@TrEwjx](,7\olxo >YPg4L(9ܳACVF17!ɔdM#ص0H$z"/!JΪ7+/LyPZ@81gKB8t0.|=Cן\u/1#{,imvՂ {&ĩDC=,q'x`k4I5;_uO丮8YzZ8/\dAU`wd:CEP}!9mQŲ^S!H?#D AB[;KuBY1fiK23D何-s9"n ETSadQd-gC'͗ FY+/yH$Ft,By(fga ꩷YޜAbt6E[]E,ZJTt S_Ȫ!Y )?Af ` m,g [{FEqejx1S ]a[/^ ё\828[J A8<>[}q.12xd؜)5w,W[mKz`e30y闍I&U۱@d턼sJeJ#|Scm `*SޞdvΜE/Ǥ%1g!*TkAHOt  aWߐo.x$n?\h`?L6J&$ g!,2l6*wOtT*D^"6]%*[m +oZA\PJ/afy0_)DL>LÃEvvO);œJ9zeBxe;7,٠BvllD~Tv ]BR>) ]Q([6[ ܲE&>A`rKǿU~Tr+DP鎩#=+qۖg,.B*UI/^g;+eP'/n fՆ4hv'&]DۣڞG86q4#\>!U]N}z7E#/RBOT=@ O;+3Y#{d7rE@0: j^yЈȻųzMz?Q{-Ԅ& 3"J2~%MR pE' q(E~uKf 24ZOFIRʡ`xzԺui*[ufpZEN*˓;[%Pf,Zs[Ryrft9e }sT ƹ 0WRU@/#g|Z"Jρ.˃PyhnLV_eCڷ󤛭,buT]4)~`cfhyMAF> d5[f yg8И?;ܲ??U[Q4#ڽN֘舋$]Yl%ź+iWz 'RmG}yPJ4MA+P1 "]*bPM6gBiP9!(,3H<+f+ :M-Vs C+ q,\5uLчGy`9oD=.f$6J~Š1 j$Y |% @ P! :l[ބcq̍PkjTѩb] C6`fSFL[J FqW~E^}n[?vPʁGBNOJGH&<5̏ 0)q10]hw8P0 lOtQQr}(xEf0~ gbI&8fUCo:*I,Y ~PѵYjbM<*1 4TV꼍nTX#j$+N9K+ $e2-{(@Y YrHnzǼ -̘{(/5aP3ѓ cZ!;߇)B$f&]NVekQ<_ÜlSyf/y6pc](A°VY`4!_BUoj}C. G` Я_ 1+{߁iY4GY91dPoBca$,&?eeXQ`nzF/r@I[B=gHvo|oƈ|G|D"xU%{UX'%s}zifJOGN46QpjK޽·SzV1qqakJ6e̱J,j! |yb>E3LJDh HbӪvE݆x[76PVAk`uȅ5 |<};9i&^&]gHr78*WX.G NWGn%q[67A:Nz|fv'P͘٫SR^T"!c_Ǯ|Q!~3?k 5esSvU/U[8tm#G"t>>^Ha<8m?38I|`b$#H#_XuI ]zO}ƒvO=Q}vr=4m_ &ٗGK*2ZvyC#'F.eCeC~_oktQ6tO⽢:[6S","o=wgqo|1j(gKlJ;o=] ,Kk{wz$Ʀ,Pj4RoP 6ŋFvs=WS 3|m$!D64xt'#W3l_kqJ;;&vNdqg`[˅7J9i` 9֡rC~{ !Ol^aVla e|C5Slj53tW5{^h(~a"_d'e M|Ho]U6T/"w2)lrΗu{'B#\lC;ه}/Mj ХP ro*u3j*cά-JԒf`/:E:-M&9aj&\YZee3?ED"x݅@Id?H0hdXF( ֎³͚T"qgL{R~uS7aIB-ˠ;2;(ӣ{GIêA":O\=Z#%;49 Ǵ|D&l{ENv4H-[bVu ❶$sR1Y2I=jDJ,z?J[fC µIU`Žs:+Q]=R M!j܀}sۈ'v{=׳̲$ZK`p!!=q -4}s1pD8 ]?xzu[b#mh?Ia105o뎎y?ąx4K̴S;3:zϚ~YQms5Cwa c"(uuÒW}]X&Z4(J?dgKů/Nie0H,v#V8d&&\YUܹ[ӱQ]V.>!Ųeoo(^Je3X1CĄAi'JUswmJ$@c8fMiyg_^ ΛEɠ"V7Yʢ}Pk*-YXQvr芴Y HbArK-M.w3 w;K q={{݂!`WY$[م|=Ԑ5-S._Xc\J;RC2"왃j s*ͅr-%:9Xl{k bj:`xʟQ͞[n˗rz#`s^k{LzuE_z&qN3T5S#ZJ]Ĵ3mͅlΒ0 SiSG$r~[}JS;_f&֍fZ;>th.#Α1B*Ew?{UTr5%çF b*ƈt_#R-t+BC񮤢:EL}g 0HC!9Rx72㍼+խ2RE~ MU^8u1Xs6[!׷F$}zmX^6*<yI_@Ul`&NRރጣ=6#q )SLtz3[*uQ2)BWΊs-]D SՑfN!BayVMt3L s/cyԏLaG/X1o+vP$ж](;bdBD1j+ľ<:8Ws2Yªٻ-StX褰res2[@{`\ʇMKguA4bx(WT^gb$ ;?}khԥ#+H: Kuv0ޔ̭"vx=Z|^as:[!,azhݛ qK5o) "׆&,Ct'O NGBbɻeF-!٣ Z^hJ44[Q#MKhgţxOt6`%-}ha&z+L R;Ǣ1jY5LfJG@:/*_I QV=׬f0<0r}yq ;YhjrB%.5]L{gX,9>@;k4zʏuBTqwM>Gm9/ՐZMrbcd]ѯs\>Y狏ݐQqj9QM1+^1hWi"9z2m էЍ>r֚>A^Ѽn`9=e0xҭT׾Q=`8w1T+( ZFr*tPOa>(: w͑~3݋UAU3Pq(dug\~ۣL8cP_qmamgeA}{F]$m49rmuSzֹol^B.+Ņ'|*WFHqDtd /#n(rn oc";^#Y{_n<ٹ5(2`hjqY4$(nd(_AΕAy3̃2)JN ^ƍuTn>KPl0EQMt8y0oQoThV}m+CȎW^CL(`ɿZxl(tU[1GdoAqmi6v7Yz#n>7HDMMKPQ̗~λk\XR`*(@"'8^0CM5\6 KźCЋJvxqu:+Cob|MV8D<]7Vτ{UV(}jǃ@x+^dWM"WYqӡf(;#q `~L煸I]K &'ؽB(B^i8y&~/<+X01MZ!WX0l[FI!WyK:$^I\`Bش?^Ǭ1n1{Ǵ?]ZFBj#R&l ox(aTm'W(Y 5ފ3~ c+)w/Cfi &-7} Q51+ɗ\j2r0a3_lz@ &oXLkN׸-&87ַ2/ UAyD|\'}p4w岮uQ@\ާboarioRS(0#7(L'm +ӏ6,2LO!E+dmnBU@i' ;.UK-^]\_Q~}Qe^:1Y{f]o@7*STTn< #h=IpZ}"+ wm{빻a ;js3_t\7:ax 򌡐1 @wpC7p7˦3в^\`͉"~ň,+h-PhUCUHmc C Ms3AemIfxK 1/e`B)NDCx4 eRN*ʏ!1ͫ]aס;f* f+AVRTy%V{8bCa<tzXAĚU1-a]5} '淯H}Nl_Y.ǜ^~j/tŨGOžw rщ&2sjܜ-Wq9`*oZWG8螋6# 1 O-2C9Bș}o=g!hNoUzl ^L4|I}I7~Ӿ0N6l_T(/4uWL` z˻JϪ}{g1h ˎ³Dٔ_pX^ę_VZq;ܒiw+Ԫ?gczF>E1ɯg;sqȭ-iIi8D@nT EfʵFo8='óL^yIkΫ3lL'L=%mBU>n63ZxiA~G%SG殴Ns/y_UKYY;mؤ_ /!SlO.ܢ!P ɽJDԚv51)^-iaРw5 _uq7v@6Y0z# T4VGKJ*.L}"ۊ@zč$z̙sSNsʭ[=ټi;4I0T^[O Eՠol'C:JP~b7y$]>WL%D,>R"MHl,,= nֿ'\) H9)45 fHs 05,>*Ӏ-*BuV4/Xn4G `!0v9>8~]h婋 BD ǐrUi50f@X;}Nz[Gv@PR t |8GEY9, )6Otz[qxʉ nDDajE$l/x>-‚ŻP*!Y5,zNe}ܲff}֐νYrGFL!-/$a%iYW EeI)ᙳy[ L L/$RIa}}dr)Dfڀ'J^:K3RJtŠ31;P3AhJd)-O=%v A6" p6) (v#La4NyG)h1hD=/69uNSXq\LOJdYߪ#6twoވf@k'%-UV&FeZ׋庵~5h4:^:r<9=ZeB}i.q[ ,P58M[ΟP<6$m Ca̖ <ۆ<5]!p4&dRLF$?neT߳]є^Pݹe?TJCxm^S䚇wyPֆpfYQ+﷏Kej*s0l<οDpmrR}zc Xh7;[ R[rmICE$>qq&;qxK6UC?j9 CQG*vbhSU@dHrYg.H. 15h½ $(C:)\&!\'^M7p8r2(a c؊VwCk.1A[B1<}XS󍵲 ]} &F*nMw'o,UIua /Z0$C3{s9uk_ mW+šZ$Edz1Df04)Jq+77/]ɧ^~3[s X O(+F*(LB/DzEu) L(Czhs0F#ihtzJ~ | {_oEmi\h(skJ4AAQ':<,!9T~P?'qׯg"F֣4V8'NhV mz1d}zN-;:E\I5Rr@j+p7{&uH eK* TRBЫdKyo'vTD$]|xrt܀_^dU>\{ndTbɕ>pd&w/hQI}~O|R' }xF\a<6eKĹ ħG"։h!=C(/GF' ciDs bh>0orJKZy*ClPҮԊ%ߥME]U&⟁ŵ,Gґm@%K!Mͱ(1m/S}ndlF V&͆@ium2IPXSi%J$z5-p'@C{Rʥ1-,R%5k>-549r;~cEl'i*u 蔧LyY֕Ԁx'7CG 9T`cYy۵GR=5e1M[!*?Pdu=Hҵ} `*tj}g]y˾vFBJbm 53/QrWGA"df:a]GWOU/(:D=˼Cd}ېk#! PA)i bpq16/T6UPCN#| j*U07t+U2 i+/vUl:. OBsboA"-ZKuڅ\x:48KN g\aF寀= Y"T90H(Nw69o{1Z1ӼeZoW˼#n` T˂_~l>F>Dy=t M; a8AќɸE?![6@'biZ N.@+5fM\ J?1,QgG(wkP3bHa`J?G55Hh%V@v9N F0P%v1Xl)f}gҰ~9R9inr}z"6NU8orDm5Us )!F>˒3H𵿢DIQ lY[=JeP`Mdb9hwI6.D̤SfKΆtº.} *J9K?Ԃ#IL=`|ݸrFy,dI3?/^:.Tt| K9-4B2dxKXUad?@)ѐ ! j^ O49 x<8a/:Uo1,d]{d淏z=*kRr_W8u`b'[7[%Yi f&IgFn弟}}S\{Jb8Ž8 dUY ']<>8s5"(8yȘ4|o@6rKBL^#xb[\,h-N|@q*Iu3AX $nJtEuʮ)&%=V?I^"H!k\~DbVN >º6TK[g PTYuXtY_l0^FQglS  g_wnO>JyRPF0D![Fw:6g0Z ,Oq,t"sN!oia i8 &>͔ >βt9PpkIrneDûNM.iAqu9kOv˜ ʣe&:lh/bPIKXA@wlbtWgɏ KUh+t5CZ"C*9]aSv?m`^?GlL'7djeT`KXc8y.67) >˴~ĭ2DsnS9^c}}1LkϞɆ^Б`eg^gor.Cc4ͺh !dkn-/ fg 6d;wY} PKK",/u6PܢEHߝTuЭOk֝e.n!v-@463jJzW|}$F՟DM6w1x?-0GH^0ŦXJ\ ~Ïe%(:B̖2=F_r <OرɾH}UJU2ZrHnhDXK 2QSԢ[s roYmX=7kuHonO 4gbsQe~aIt9kH)'}H_h{l=} hYy|"NbHsb}Esn ]6*1"B⣋.cdK%YjV/Y\|n eAgO~/7*RMbe0~KuX>#Ǚ$3 ÃJ-5f7Q ~≑u,&(Cm󨾟TJSR,4HK#ɆX8Ein)=yM$\4*&"mf>*7ʏu1d>-6 u/xyy_B'9Q`xh2 Z*7KWe3B". 4=l홈#9E\?=ɿ6DṘjT*Mz6˕/+TB#A6ns~ ^~&c‡Ԫ#DfӬ=D m&*5XmC\Ӿ]uj"(tsXO*ҀӵV/O/)%ѧS]H8 I IA?V(߿88EBߛi>TiP176^Pγ#UBZAǎ8^s91 g ZTV WO705WzWd1vysL0lsj\vӊL?R7L]>d^;5yʬ$K{7JǢʪtWQrH );1X:Ls 0*XvsiNYhDƕ16ްMF$[ 8iŠ ~erYy }ӦAz8(jTzu;etEM$?L<'?}v3 w/pRJ֏ԁյ@0:܀[POW*Hn$^^Z(VwL@;ޡ0RDq]TfMAK dȚ.[ٟӚc%WDZs-}Nc!ڛ5r*Z%A;~OǶ u!Lď0sFgdScT*wH{Ck6jɳN|11L@rWީ:m@ PiB@jB9NAh`Br0eY #Ӣ$uK8\^l3o ȎZP']B쫆?LG1`J^.]ӯBKqD &C_7Oq\G> fh-4izRkXPNNweZ߻V?\f{ z;y_$ޫ|9ɿ0 v[ VkΕ+6U_#H{NjQ,ș4P&z[iUҦR/!U:vFҡ9EUQ齧Q{8X2{= 8^d9*)Ym"*暀$Wn/[¬NMX+cpUy"jwJmUwqja8EsPW;Zl󯙦x#BPWD_k1*V$!jl(ajr?%#yE3-&Llt1s&0*Ra#`d -oUil,Nw*dM # Kڝ*h7-΀(vyi9`$AoU 9`C7^s2hK+ihEuaG D%'kd %-ΗcEAӒy\ke=CG5]( k'V^,Q>7!M'`Pϛo6GPFx1Dgpe(^; dڂP|kXu` /M7O|馞" Hkz]0=%9G9u7F#,y􎯈[HmF<l΄gY__^l3h=AWcvXB79U!V!Gu4*7Y3Vskʼna 26teWdsC_NN[_4>Dzqa #%tE[7zòF}{Lˎ@]('QU@ªkj]nU#Ownfn8|bFWr߫'Ȥ.|2DdFSa=v.y"]z"Cd)}Hߓ$L3l:nHf~%:w>u8-]V  y'6F{O/tX쪵==PWN(2hy1ـP"zM)I DG(KKXWؙ&E Y\υ1$-jMpUb`7݀Ա$[vowI7m@&2g;>YOJX򱴃7IHHGII~B{i+ai¨纭;uoaƘJ!df8ǨȹFZ__t Ps8%nĭ~O4znaρ!S\M U24 (P+;A#K?4:^T&(6J0 YWP6MԧfEwL1O^1 ~ʢ s(h@uf#}ZLÓn) m$3_Oxqpʻ[Y%~~h%,ʫW_*U ]bYo v.RGbp7@mb?%A62&8 kx u~s)[ʤ=ܓ6@$X4tAOaez$|Cow ;T; ¸# m`cGfn[3(טI"ۈ&w@רpޗ5iL<$0QRD"KJ}5Q,^Dһ؟F x J[$~<d9dJ[{=~Ҫdr6$dAE& 2ecH~QaŒ55Vq/`U pYdtN5>opY|PxG~_|13s~l#sJ+B 7ޙ2'_y9!HMT9;|Ce_d9L0R4I_K-8X_;Y- ǹ; X=4rv]U.K,䧮췚)vgX+WQz8)CωTrD)VVz/- U!AX0H)Hv](@i838N/&.'m+V+,|n<͌\'03JuEs UVU (G7J7TKsB 1I+ s pX_ ?ibq8s+ZJS%$8- kQ[7k>^m BTs{-bFOAP %,XRz΁T)O~o^`QHڶ*:k=.>lѰQSAVXNijy \5x4vd- 'cR*UԆriAmGq<,1M gYoV^PwB#r D;W(ˠ67U 9lum5= =G8:득+(pPJ4j+֨k>`WM^@"]8oTFXz.k<5"9)<}ۏB~0I ;!֍ `,C5Dh$pYEQ'zŮQܕ5*&T.wD0/_sz|qNUx2 R+r?@Ǘ7M9zխDM@3y[: *wh5|el s:%κƒ@Z&vخNڼq]a-6T ~D"4MޯGJ|Aݒ-O! Vwr]Ǟ㿈94%fj:G5)b~A.n453ktί\cs,V3@ha%w)G~q/6G:hș/)ވje@;H_Pc8mcۜ׈C<:w|c= ɹZf3 FM'VDJ\;b=S+kӐOs-q3Lͻljʴ)M&"<1ZmjIm1bfXyUêZ59m)%C{ e&iW߃&&J_w{Vn*0PP;f*9M1c]!+k +tIITt_QzѿD8br,gTWOX'<:AfBp -ɓL;KqefCvtR'e&r 2è X.mY'_)Dar$H( ? P(qMvdOnHDqpI=l5/hh bk\@Y6M#8/ [fDx< p #>([ZxZoC;C*-HqCX<O H1b9("R0?xfҔt蓫*%G V_ ߝFU쿍E6 g&nXuD ĕdW闊֟Y̎Rd #ge_Ã2D@VMX2 `$N%Z MOEzG_]O&p6ɒy At5n}jO8j@V`trkRFˋpA!](\uq/;T9MPLEU&U>85xo 2b@.:c_Ͻ2XŃ]t552'|DӣZb j'/ [&>gWZv2#'<5 iB`hLZjmʉ~S}yd['d8EY4P yk[25-б~B- 6 c6s@˂b}Q?v/ D$@\?)wѽBXQu[(>DE9a8(R+J'T誮!P+kSZ,׬k۶ L+|j-RONoHGZ6l_6_qYign aQ#2C@^ !43vjZg[llƲV–[A)/XMXwKi3BQRΘpt_ _9}: L| aR8"M%_id<^m@y (LșWCpzyd>a6RGpaIdQN"|0q-ց?5u'>tujT[fV w+h:ԳWJ_RuxR\}uzJ3^ 1ƶ& ͯHHIǃ rРǔ=\rww7Gg*OH;b ̜ŽRAt5r6tV}"ljP.@DǠ8+j`}(;UPjzwCѮ_dԀ`J\W^ Y+%3dU;+ TDyeB; - }95r;UٯA<DZ;k )q/6̰$;Q mO$S >`$&a^ a)oDoEz(van_D>6O/%g#ELm1*cLDbC57m"=龈 R y4i1lN<^MnmyL]l7lz^&(x/su[ؐH8I.SO0e?7ϓr -] <'z6q_+.=Z]NhlU8J+O\+ =]z?W)W>΃iSiϹw%Ćpbbl/syZ$k'D=9pJXp2+g( tbpWeZ\vM춿̬LFUZ7(#ҳjyƚ = [ĀlYm'ДΝk.%auƈNXtfs=V7gmW}]vV1JLDEo8w[!(.&2DlKA?$ V+ +9WCY!Si6 NJ#@ʾBs+kUp7Q`h#hG|˗BWa`*0{KJko`'Kh ` uU[Qv_w% ><ޓ*(iQ`bCΏDroA1wZ?sc J{(L1D0VΔ> &RW YZ