parallel-netcdf-openmpi2-devel-1.7.0-bp154.1.49 >  A b|bg!M@eeeqPF4y/SR Mdq Y`&LtߠL>_*tQ,8;OZpxn ;?p9ڙ^p +\? w50z$%"믨NcD!3~\=Mo=2{K YRxVc9qDZE~]MvARFF7BQZmZaMA6y誈\njաJ#muRq!~دRS e1a8d8e14fa4c8f7893555f3df7b5bd439adf92a9c5ee9908820030fe8d67eb1c67a023a72769aec83b0216c252afe7ef56f2971;ԉb|bg!M@eeeH Z~lďfdeX%V@l*UyS5@l߉$9~l,;Q+\4@ GX=+-hȽZeE|AP<ϢЏPgOAz}< / wE0%BEV,vq3mRdqbNXKܨvC!l䥨wC/["ٱM=a~4ۗttvn].װ&:~JgvpT'@޾iqi >p;?d!' 2 jx| 4:D\ h t   "@t(8 9 : F=GXHpIXY\]^bc5defluvzXhlrCparallel-netcdf-openmpi2-devel1.7.0bp154.1.49Development 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.b|b5obs-power8-05 SUSE Linux Enterprise 15 SP4openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le+kvFkb|b0b|b/b|b0b|b0b|b1b|b/5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cff4bb2affdacb95839b9dea8c22009ac79bc782b3adc1131ed34f06dec9d4700ac0a6fad35a893215f8d8fb121d546679ef9b47378e7c96ee382d2de83174c0c6libpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi2-1.7.0-bp154.1.49.src.rpmparallel-netcdf-openmpi2-develparallel-netcdf-openmpi2-devel(ppc-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.3]Y]]w@Ws@W~UWUnU@UK@P:Stefan Brüns Stefan Brüns Christophe Giboudeaux jengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comscorot@free.fr- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.- fix shared library file nameobs-power8-05 16523187731.7.0-bp154.1.491.7.0-bp154.1.49pnetcdfpnetcdf.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi2cpioxz5ppc64le-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig file>)-F9CSutf-8d5d2794a3837a896fc3982d850109ed472e4fb6b786a3aa0e657c6f762b0822b?P7zXZ !t/] crv(vX0Vs_8➮Q%Rm2:Ms]A2u(뇖JJJ*5 lZҐ<tPnŠ=[Qf(wglK%E^ސ$vNn7A~s|5F6HSR*qhYQE-M2w? aN9X뻼H2ac-4HL[^hvn cц9VfAږ!#%L.:%ΪAuz.=ՂsU5|xU<ϊuhV䃼&%k֥5M!<09{%೿UIF z{.@:sefO匒<(EJWM;JH}I^gH heJ4R"SͬV 9^_+E4n|b]=lNo"(_}$-ctMjav]^j2@ NY(Xc*e{riJN4d-4rsaq+jQZqC&jȵcb6hͣ<@> T jhZh5v_۠ Fr6 I7/BB'Β]M!x8{gcsE>wۨ7pʰۦQifBc&Kk)ymm mJQwT(b%L-˻)@ !B;D=v$3 ONP|eyeً8Ը7;q(eƮWOe# yxI748 4ẵT;fj/xCQr 吳fcfdeOqڡܮ'ѤSP/Q-z!AxYT]\"1oHޑ ?3^DbMIg<%5zhk®H2 JevN{c4 H4R8.)/pvLI+]$l3_~6I??DJ7^ZPZsN2fgNWQyĮi] O42p&R1Mz/ST<lC/HHExGq5"uGlbj6Ka1pֿ' ~^'mSb,aUy ͥXa Wfr8|+G8MPjh=4z& ƖO 6U?*Z)D\οiݳ˒I`ߜ)żRl5~Vc7ϊP 1fkdivD+q_\r\ouxV$t /G B?\)b7'.g+6^9췾]IezZ VqR (ԲGz1jgs0Ue7-\fXCކKpC0E5+}zf$||(Z#R˱oh;S 5قPI$@Z.#FSwژy>}mP$<8$"Yt(m "rUە\XNھpPk)Va)ӵk"=^2<M3)w}NBANjT89%[fU<`&}H cCs\2%H3Z7<eV΁=kUrzDdg᳇P(dqTY/E+OP d]3&'#&NG`?ʝ dn]9QdLsHv T=-|ĚM- ЛufV):؇$QLx-mcdځP_1iVYb ⳮu CC L10NE9@uQ%rLe;~}DPmdxwk6k^"#+cT=g7ȣbõB/{Z0E*R1\ea-FKpگ^e4g 9xK5}')o 呖D)N\82t%IIS^C%| mC:E]Do4 H_#U'xxA᝴GzL١BS6 |eK8H/^eodI}Eu} vŅ, }Y 0B*4u zPZe\Upgr.be`{;W+py]p֡:NPk }H+nBRUɓz-379-a Ee!eJv]Zl%ꪩF]r8hfNFݷBvIw26):IJ/ wf,rh~`~[ilL߱z@%斡,/*glP: ߸Pf}jcvM:4j%zGМG̝aݕF((\R mѲ!ҝ@-)ÌsN|],GQ~ Z ?=/l,h?.9+6af%$sfQJ,`z/8?xM͆g.**v|3;vlDG׸ E7c/+wdf-RߣEL&LPPxOx:ׄ5?8 SC{tLN^ՙGc ]#bHLK+Yy`NsMH*=Hm {b?+m!q>( dOM~gDGnnF D-@@'l<$fU>Zxbeq4EƅYsag %?JFnQA޸5P91`4H)(b:БT2a &?uIr]cotP@mfۅҍ}ĩ@ŽzLM(b205DAYjal狏wkd0cESLFnmk`׺l@4o1dJ&d c Q\ڒ@f@5. `}/71J)fJ&Yɘ3>tn쩛3v6mLnRâ,?dN3lӆY3Fe'\+=yHCڪɿ8a KCU&0.>}h22J i1[B-4–/+S8}0xt ZJ-Q`^v?p &$cGw#i77k+}Ȟcy$^䁴H2XU1(+skE1+_wB|T/@0K&oU\%;#ձ`d\qi5+u_c]B4C1oh:9+Rfg֑.+Veʕ`ɽ覶.A*_>ݣA e;A ( <x;;%k51Zh6!l$yl'] ܟR'w_$+E׾@u|DI{h6O||YG]@ V6cﵴRYJauG9e#H&.` V`nq@~&$vH*_b~aeNjvt}ry:'t-"Ke.(:Nni8!&RUrM|6<2t|t`U0@c~UF6S爳DDv1jA/\fC+|$䉧5AWKG׎zts,xĮk8fBʭ([ϲ1``xE}*MM[t3:Z)vt V¥bYi`(oFTԕࠌD>eΊ?kUPU< m5Shjs}WNsꕂAS2%3TVQ"ZCB\='硆v֣ѯ@qe*,?;347\)*;7[֡_n/]~7w'?EM)LP>J"WM\ xvD@.4$X{U/*1pP2'OF+g`$ &E@᫰>R1gӑP %_7Xk޾bX ~ +X•ʪXT >~ї`ܕ4)x\bĠd"S?R{%vCMGCeȏrT 4Ko1Dc"$[Իzvvv1B;EF \q^sb7ߙ 24H5*WțX{p/ *23D cFJGG*X1Lu%6ÒvBbz95+ 21x &-5n WaU$xI;5Z8yz |uөK`AG"O뺄{1Îzx)V_iBnNԽ8AČ/N&v)hx)L-~u01 /@=_zm>8XQH'3 7K+v7`*VSPMU96UT juKsY:M.9@µș[fb~"uS;imdG*:~둥 ыAR܎ n[ y!c.:)".)B ɱi|dWpz«:)6PKT)daf/Zx.soNI7^L %TߋG{d}_a˅Q{>y:ͬjhy[awHԒ -N$:<3Tc¬l@_}vo FZ84OnVqEF$Kl^fmy.PԄPjR$Vp_zS &.Dp?\{9P*+K5 ,mgω&IOqE2r:]O PZ bRNX: )]9rBɕ' 58F ';+!D  `j]QU--x5oŚ3G喤_gvN@ݪV~37>[6']N[.8'j랭_ApN63?mS!/-/1Ao,135'$ůqy|KNP;FAh˜:J3]o\)BzeNlLqs+ 2bmS/*K^gO}w)(nt,"֮ѫMu, u /(9e{-`z0$ɨCV#pjaAa2{?<}Owd!~L9L+ u_/;δHlpdgBcŵ' ~sy5'ځ-r\QB柡2NDO#@Vg=^PB dh@DH0K ID&'ŠcSδgLMA^άe 'X ' `z%jޛM4\ޑS{Q(jGlzu|l3s^)Z&j:;ܐϊMk,_Ƙ,xۆS܇H&nͦ6K5|_>TwC!'v.)mZCG;(-!eܞw%.7۞q_1xc;qJ7vXWbf} E2>0[~n- R5X84ya5=1T=h6Iki^aʫoԂ𽁸ŝ<=kK'd귤mqZN :v5MԨ؎4FP*Q4n[ gE֦wa2B]TpVthz,F \*a'Ǘ冕W<`9vI{?|(K9ʠh@pGCժYg.?v_.`b?keڧ)BCMY٪c'e) ),o-y2ccC򨡄 l.J#NE۰xz(*d]GQXiOq[Y9Nf/^Nӥxr mk;v= %fwoR:J92"@DAH<>eq5{=MAIFG Ow_殜fW-D2X-+\`ʟHWVC]X]&v^6gj^7GGDagt:]v )XtFjl@7 h3 A= t{![/v~r#q2n iV$7P XidAn:Tu,ald#S=N)_ŗ$*8۲5|ƳPj>x 1[;?vtE|ݑɎwcJ]6NbقĄ7˨G#!0en.q0˭hwM# 33Ck1Nco<鞢;{3H3>͑TSG/^@%!+H]NJq#eiL 醟BfFfۓ%4ifCyeF_vUL+˻c@,MH._u޹L-V>lmq=oӧ9vW}1ESP},oLJ|䫾'08DNVW3can36gSKZ̯6ΌTu; e27 AaOb]8ugډiGCmgNgr;7pPN`@#.}xL@UkC_RI2!a*.:TGB9W# eF5uO[Ss{7LGO4ڠ@]s"hvô@@wE!,-fY@7gZy="QVK7B6x6)%j,TwZ3ƠU"SGtDUA?M}W6LsSW_rN6%IcDL  02耝lZ*[Xpˎ,"Bs3H<`@ʵ-]TЀWP#^էDfI_ Q3 d/д9V]1Quщ g'0L3Hl+cfO*R~g9Jp>,Pp`PA}4ǗnZ4OrH{ȋ~xr Tfa_/ë^^?DwEBFXX:1ՎRҀCOqdbH4MD*TX/G+ɧjZd8+9lϷB gbX"dѻCǜ;1HN4MPp~¹H_;_34PEm#|vaXaBPƧX^qP![5$*\zK0qU=ݷh*gh˚t2ʵ35RlhF>1?n l<`ig9NY|_^ƮI3TLВ.J\)5y؏iIXwC0 /aЮG<6;]Jf \ؓ]7uקFǽ.ȃ-!|5eƪ̇5WO9&zYD )ެ;}?~{5Ζ[A0y/v8o=(l`:Gz[ 1~l+ǀXh5VִZv ]PcUC#DU_׍Prw9#*YmYŨX'W ݼ$u@2.-$wǮMCQS޷Ӄ3W~tLcW;2 `04)]' +:͈>q#?>b$ڞIJ^Q*@p%3:R>,/r( *K+^Xb;=L!3(9kd* -Wl\Z('#p>o ."!|:|X.)\H)zueU.>>a@k1R4GS[ɠw]R=XO܃z?JEJg2o@]7 ]/F b0:3td7M Cn43"fKTYd"V R|Q0(,O!S=P"1M Xʚt6#my [b%7j}@6Ө\g9Ll"~0'GO%! acb@tU>L60=w9*R6式h XH>@P=6eٗTcUxFwɝAFzN6 'EGUt6z+x&'c{|7f/ .:]s[eYs`2D{f!/f4/sZɷ|Ât[ɵw`J8Icp$S>ѥUPnŁ6'.C˹آYVE^BDFm 5l?f8xQe+΁Eh ߍ:)$67I2o~`;-K:ۻt@RӰnHI^&/N)T.|Vw3BQs-{bqV}OCQ{[r&<4WE } /|^@OS|κşr[͙׺@/ oE\.c~d'H Xk *X5K 'F3Zc[ Jk*$wDahx59iP9n^ ѼEsuКq) ,)v$wU#E7dP8-j+Lš$O*Lӄl+F>#{CEv"2rҡ+V@xZa,"|>:!`m. rK. ɷGE`k{ Cp-N{X8V*CO3p2_+患r5y>&y;0 /ƗgmhAHu(vҼ;K ǐf)9'd:-p$Et!ǻ8|Ji<k>WAݴyX"9 ߤW/k(sLGWzسw֮:D2T#c8=gS8 HÒC蔑Ŵw<>[*' a BhjU 7wӍvHGNQ.҈rYwPph]X :WQ!M ,Jʧd/οQ9"}Tpei _UL6X%8b%@*dݭ}gb#ntAl#'hv?9[ %V nDt)zVM%ɟv&x.wF|-GpU_n۟d/kٮ lnM:jWɧJos*. g Hۺ(xHsdB3u%s3NBrImB5$j$M1ɠWˬdfSH:n0"Zd0iYi<+G) ⴼW{^j+5yUDh'* 7/#XT?`D ンՆEsfԃȝq yHxu r*xWg,Q7j_\!%_/i,K*PnBP]Zޢ" U?j4G/#NEIObٺ通;E@T2j !l߬*~PخF> jWc_rJV2V[Ktwht0ړf9|7 "F_9o[Ʈ")ZR^`tJ4%;b&3ҮG:aLKޠ\y+d U xJ~Ïh8o x"xOF&Ô'υ `/7B 6ub"nM[& CxZ^}u{:^fҊ1考l$lRTw+^xMc̛p#zo fp}diw0Ill][e!2R+}|vt#OA&jIU&\9]KZ]Ǡ>P 㷙}K78@TmwMUheh % { ݂ޒ4M؛jZ&laP;|I8[Hw  _S BLTsSjܒ40GA"vOFaQp!g$*^"]j H4u-! ^_azXrP5HW-CKVK:j}h^!/}6D5?꾀Ԅ@n`0+Fy!"_^82dƻnR_>2\rJ㣴/Gvudf(ڞxq-l0TqbxK2lnVvyo bBP%ڳ?E蓇}4nP&JG}}c ׽~~LS ^FfIzka֒ol6Rr=×"%btOrRC t"UT{ֳnK-_Q8v޷/s̻-& [ZF9s/4-ܺ`qg>؍ %N e"Caɒ<{' OC@\Q>RE Dg#Z~]kJK@9m0Ibkۖrot&j~y8M4&ҚR vd2pf~kņuvN Zͥ?B U.A]d}MJ3I4D6"CPeĉZi׀ղ|̵z$j!M̠;cA- m>U@+z]-kW"f`¼FרB&BJNt' UNQ:WaZ'.'ec>h?ȁ2Hk?|[dlyzs)rtn;hoBTɌ?=E|[uM-[Шs opǒ$h&) En9ോ("O>լY 56mL^2e>hdziBvҺs1$y!&L#}^-ik0=DE(P@5c^ٓKsmG*1osGt(ImDWZGQ9c;x^%KŤ>(xq:Hdm-s iVXi *7$#6S{Y+ڸ箆`g@[523Yᕴ}rS95?8ӥ$dk M?Լߎ )yTԅ>9pD>1(F폡塙C.&\q»Eʅ${n%8G'jr:b#A>;cga(?bYLjWBlX(7]f5gO#dM'kN/)/y.AX>3 ҥr{Gy,eUFWj­UX~U3I-*yS캦oշp7tAbH4eA}FO<%fsD d\SiA{ DL>EQ= t?kЎ`62h^yRg1 c1e@+ms6j2 i?.|0&s(c2=jR]T*%QgDƲAaTB #;$,pZBbKbcVse=f?՟$:0!Fb*Oڵ,Z_B%c[NmO[⠜`F׷FP-2ˎ U"k"b0LաegTps`v~VFꀬ2,):㊭9`&6=,/"-†Mltl'۞ Q/)WnږBk$٘Pj4$7O6{6 !'$#9hxM3j!1k9(K5]pqtx w߯^X 3> >&,N/| t)\C(xj r˨Ue Xi>Ajx oefk$Ʉ=1x*@Q/Ef<(2-<7`P7o4v.vDG0KX%& NCtS:%Ue䵠(tGLP(fި9խWd\ZEşv(ɕ 5].SH%Jcq'$BwjI$;x?UA.SƟc@xOF }n!`H6JDbBPTt'C3dBo,T}Ϩ'Y-d"YCwRpASldoGPPI+>4-$Q%ztBؑVwyNMJJ|LMSlYَixwT1*'*29LWV(ݯ{aeϙ^,(, *}xwQ g=uSx}'~]=X˴cX>XT! } 1_Кo"n՘ O1 Uvl>!XsItF'?uFZ<ٷyJAg!91_^m4kޝl uNV2~&_X!.ִ`Jz.|9(]HFڵKH=>! $~etytus'n&qWD\|l'(z(xgV3`txƌ,>glju{`;k|IH#:o6Uz0hOJfzf9.f\A}:%xkɱ_ZȸÄ&K}+)fi c?2?lٔX,GuHIG1],kĝ$/TQFǵ]$Lp)tA<W:,<.X|cYC;:dX#쩗-SB~yymSiojy_760nCmFe%Uf1#A0}Vʂ6ESB\qx 8wVd8L ో,õ)@C2{x1e(`6EWu#nN)H$ŰRrQr%^VqCXKUA &<+($4%`z HoIcVzBsH_؟qurNv,Ԉ¤J1 a\&Ir2w6S{2;(-%[4:9ALQMøBJΉ\BL:my7݀Abj5$lE|]EM+\Ҳ.4$,¦Ҋʮ_i#'w۸_Ws]j~Llmb&k#&"G۾zACn+e ׈htaq7ݭ7 µY OV <&Q[jcw#ΛpY8¶T쬾uL ilnho 6{N# wLbG&U\FXSX| Q}xxb!P~nz[-,6#|t:]sQu_mAעN F * gttuq]?~DQ4_3G:%DOn7Xu[$dߢ):sԐ4A%In{=oQkgly 3ўV$y~$bQ2nRi0<{GLuh5œizq0)@L:s4զF#lj@lQZ)he#S#; !Jq㒞8|!,#"^o<8@vj, +2Mnlᧇu2s>iEI^1 ]Gbm > Q/VS!jx6cg ;1s*"X4D!>r,~3O䏖wc2  I8tH/F:K;,k:K0bO u4`ʒ+1ZW]%]jN#KIY!5|1Ԕ`Cy8S!Qc]J'Ww^ ~c"zBX썗!B˳$]Y+".v;L ޖzb;;7/zRۓ_X?vcv0g>)>3Wʹp=$f_ndȍ!]_ע6c !0}qSj|5,$!3>pUwouTt,fG4TΜvgǬ(6T; dq@&M%.M0c Y?I[Ʃq5OnS"vڹ3er "?ȜSQ\{?5YE LLt]ĔdA;LKeEI. ?R /=3ɬ1#c'"nn~W( NrqCI#}@1:*@Wnp?T{ّ e'ɆZ>kqC֐ٶyң*pI0 jNʮ戃y"!~ 2 iE> ;Z6V/BO؁o N>34A.j`@򂜶f)_:mW9. 㨤H6M6ԃY|/TRVS^׀XôXEf4b?ڂܐ!$ia tqxĔN?\g74?bZ̐߼iGќx1G|lPu5_XI-mcaV-s9v}(S~oOA 5%R93 n8ѣr$I _z&8[1D\{Ku吋.UARu?D<6P\vBilFv\hr/PrиU]>ϯ0ifdzQ3'k8q\Vr BOf%*G 0p@R_O$3;nt|8^QhB7g0g{3>10`ŤlJ!g8+~>af}CS w}mRC=N%(Jh0 -Y$ p,@lḟ7jQobIL;ebd[%ԯ*>la?598+"N)WvܵAFuY s`mZuQGޡ HfMM2kw!;&ύB E:y/""͵v+B,IcjP4H-!NVV4 GTߐlw_ؚ RBwj~OVsMMGC me({ ҆!!G@CP 3{OR҈G)?f`|Tȓ򐄵Z\@U1ד^}gOQww0R#|2 1x/)[=΃g\aZN˼,?bѕTN B+:]- *;OZ@vQ}uG} E1,ڏ<4bGb+Wwi/koeg1Ĭs<7d T: %s?PƼ]e=unN 7hU7l$#УTXA ij~a1D,v@#3Rcn`dFIF Oi#H*VkܭTej{ cc{P38Vd*pJmM#bV 1ix0YG`k}P#~[0yTCfD4Y`8OQ ]i8m6J}崺װeĢψ=]aײ,SDm۪c27qUK2e&K%L! ?Grd)9ImUP[N[bGL1p@.bP u}O)s& "9ڳ#CoomSg=#jUKO75H`c4RWh]-dAзiBLGuͷѥTz .qUs‚K@?@‌'\{?&k:ɐIUI=:̻=ȒUKͺC8 67faM'JG$sM ~*#+Q; F`+~*6~h=TeJq$6ןII:a~'@i;Wggjv_]**!Jr ` 5+YQ;SnJõ4N%=j@PNq$_5mcT3OVI? Wgïx* 0MAEoHa3:d2r8EI煡䢺i0sS<3qNyDho Ϙ!teyx44M|&|} _ڷ9 G?Q8S ~f!#.-_h4܍pd _L`ڌ4;5#DaJټޱ 7_b5x[2iўUԕ X@Amvur+&4tb;W|2p1YX}Gauj̪g`z)k-َ mlKf y D]uy $.U]OJe}ӼÞKv"B ցi+">i J.xE3asQn)ij;}MZe_G|:\, A0 0ژZ=Q^1,?vr@DMܾL( a$ގq[V\=I.|W]fm_EN[CXq@ֺi(&l3M< &C?^8Jy }ɍwFf] ɅVTW]&Dtl{SwAT`-@:O`.Y#B 睭KXyviqG8i_s[yOw)Ϧ<<*:zGjD\I<0|.` ZzqƮLP9֑ݏ6!qj|Oю8W^ (Ф>c*%[n?L m23nEv<]Cvú8$Rna"CjQ|{ rr\i%yƽ4n &8E׾Dւl P[#b},~>XoHNMP44RnGqҢLQHdž~x=:J"5`%M9zA=_~LQhZ/Wqb'!$ J&F'O@•J'PE!'ZWCf 6Mw'sY]7RLY> C:aѐm;1wRֲ{9rW6g᣺x2ݗ-A(adQVbx07Z"Wt}kJ;WxvOww,*\DGQk4&c z3<bҪ`zR,3-X2}N\>@fRHNiT*A8F}4Owyh*DP  (*aNWl@sM1֓wd!IRɑO {p/$yWVD-} ){ Z_ qᲁ|i/PMƞ<~րWdnS;?R!N=mC>9< HT9;G4Mr;0F!R:Q%ɀ u\MEkbV:y< `&8X"IdD S16?i,Q\ԥtz"d7\!pPSD9rvē:_QV*.ayZWG-sa|—5< ,q.yM=|+uqDAI2MB7bԊ"uhiZA$89W5j'(kaRߴY"\$TttQ:ട+JJp q~{ X,iCO{q:D <>jBf2ʓmH/?zK\0 6>ejt~nj1e9f5 #KFz8̢¹äyOrOd,:Ƥ y `A@3ir5Tz4E,SlF"3*u?';[PN)D?_B8HU%-=@)Nm?YoaX?<:"׽-Gan2%D)QzS9^Ђ:M-8UQe:'^Q8K$z]n~ȇ>aw9%A,uJeY!O-`fTweU6<:՛x۾oh=?PCH;rw8Xm=дuKa|`}LJ[nUKswXE N}p/{X#c|a=niVqMX_4@DQЩD<5;%rh-*܏.ܺ*zj&{paP K @(MbO 9Eck黑2ʛT9 +%bzaON ݬ0:>}R4s3bdMx ]잭ΌWgMM]?חFfPl̉MFryAQC'۝-CMc Qw(Mi[#PEV[L4 yАfiR>e"K!sF#~,<]7DxϼOwKR֣g˱[W%W i== x9_ghB'Z (g:kw&ސr ,:'H9oF!Oso}ջ%siItc 4S^/>Ĩ7uB~ݦBkWƝs@tgX Oɞ+uuЊ Y)P"+HOM"?kWs6(hږYϲiGGpt:!>BMd7;kviX,U_J? h=;acD2%kԬ )a j'Qyֿb?mn~[*)jbn>KDѶ& <X@[.6'sf'-p/̢qC%Yo| r.$0/2!\%pv@n5 gos@K!˱ r&ocOh6 l}$CTs(bv}6%SL^Qx̓_E8]hMMg w`#t *csCn\8P%9l!%9kbuNfZnPɩM- ˅d)3[#h{؋}0OpBoݟƛ?yҠc]qV}Cv apVVn-MxTmIמwaZ2:`wW -X/Fx >Q@.@E>Цe yLE>BKPՊ-)Hib!p:r-.MSۜPT@#:e>sP rsvQ} eZ"I JQuZ#oytF1HJnD(v\ x@B(Q1"T<{sIasWj_^X] %6 fT?1 {FY/%Pp4Nl?gp)fn @OjFΟeǀʎ]Rێ쪍5Myw2'>;sז`)W#ybP oat#^(kCrTypVA ki\[ZO|V5~C 8Ejhq[f)>KHVA`@禍M3g4"Ѯ8NaU"v:8U;M9J4w$m V4 Z: ee:+lflf=K5Q^OVC~6YeW,$~ml Xp@VTp$%JB[T#0ӧ%ߑ^T5J3R[*y=1ֳ+j8:&[HN ] sni"ЌfEڃ%Jz)&bj%qhUwsT@-݊.lF "P %MZےbQa}rwxߨ36mܩYM=ټ3Η~bXwp?T<,H82*Tq"W(^T[nHS `cU[C0+֋ז11l !<O;cQE *>"JD!>󁴳$b8F'1牙Wvms:Zq%K Rϔ$[bG K%$رlO .ԩ\u\TK?X}DR^̓1/ rW/y:AJS͠Ck 硭Ʀj/&4Gy{\}WK~WW/q y*L|l`[`*+a %Q& F$H:?&HE_4)qpwOoehd׵iq3k# V~PQ&C;cțȥnR˘oK'i5 1}-B+J*Sҏo1j@Twxg('1DB,LX$d^3չ+l+K4C|)^Ep4@qPg͐<"YpB|ܥJ e8 -I +feE+XTClK{Y-CEr dږ}Xz PBX &G1qzrmg9 ͜ 3Z#;CzWhA֔-Xj FgTE*V^F&3l;s R%𓉺=̆Z /m@J^kfpX(_^yxhE}ZClAmh{)}$}P${ƺ~_*\8i+u9?fHٺ'?2eZt1|dJ|)6+ 03+픱<>ˇ,oTrYԯ.Mz#acj|\w~i#|B\ynEGUfQymlbcna @❥͌V˜ŪDD~R%rЕ&]FZV ݸ+|v13.7:&dFCAO%?~?Uw*}N4"&YB-_O*_8ldZ$GR$n4]?Ww o?ST(5lWIrgnF h;4~ʙW3e$ ;O#(ܰp֔-< iSnFQ}͞hX/mUkRjȶA3J:Tt)h^Tl/ReO&޸m1 =4qRmQoM r_g6$ (h)&Tq91a' ʿ΂PRoE#Nӊe5tLK#bwJV b('|ʆ 3,E^-3#  ԕEx!dY79MGy)J4%<+%V6NG7qZ>0ҏA-UX ݲo RگTrB=g)p+A,L0$(6NDu,j:mJ9?pvuy|)J!PhL4ī86e:gՄYdsSl;^ j'&tdƔ`Hb/cOLjF"d0Vgf;&cP(#Z-ׁ^ivsfgV=N;TO[~Jge 䚳=$~]m xUe3a"vz'_YXo-P|}>0$ *D0_^ .1ZSP\; p|Fͥ$ [N.I:u$8`FؤH&+"u0kPfMnMɵӻ<71>|2Mݿz} }P,̿ӹV?Bc+e&8m%ϋ+[a.]I8pTK~O>`o]AlP/΃?h'NUǖD4E lN69U'EAUhh00%N:KNPkn#M"=٤z&R(,GfWO/ܸ6$W?o]c[ ϨLsh-SLY;ū5m܅쮢y@k5̐[Sfؐ/*WĪ2:LO B1M#wC* Q!@CW. ' LӲCGXzIEW4R;Ϣ#[#hi<ğw1E]Xo#*3jߡݬ-k%•^{ Z鼲Qꅑ1Ǟk輛$*S& N5 Hk)՜at:GoT !Cv^\m܅ {W#В D4草yj|'EqeY,zɜ3iG:9_][0-S&ZUTYR8MRw rYCd+ z(jyGY ŧN򤱻cR1Y:A0o,b5~;Q;zs1)S 7?Zƺψ%y i!{KB1ڻ<<-8ԷqFQBmkA,pҊ3֪R4V)]Y>%({G!ǂ4o.2ZK+A`Gz_P2a1/c<ۚV,iO~gsA9`čG=K IǕotzazS3#J>99oq4Un%LJZ!dt9]ch~ PV"&P?!s7vs 4Mb!x]Gs5>ug F)WS/n?a_1yՅ @jejgc:dC*0Ibz $xvt1WnA9 m-,߂_c'ȑoeW赋zzՖ&H`{8GɅ1Q6p:@nTH4FT*$?|פe 7tΡl=Z6RP/#- 6hT2iS6:o/ (>=\/ nI)sɡ.,Z_'8y}{ٙOدIʜ+Ɋtz4CU*[l3w 744WE ۳)sHBHzM|:gߖ+9`%}pMQW٥kp9Jr5z`hz4}"2?& m, U*)<.M1+.coNyCJ[~.~my, φdpI 7hK1-LW[<s:N m[6?'\L:$c=>rh<,Nzyjs ]X3PW6r6&0*ewc?m9O/J$r$},9  D'ݕQGmRյCK`y_ObQ|N JUU͓m W&߈`l*XPmT zζRM0oq]IB(+?$-xBԈb/c}Nw]<r_Nq%"kY- Qh%1f25,JNu(VI t&sij?ҩUs(ޗ*Hvf\x#v*0 r$o:DSUt  JG3FP~)-4I(όK7D :[ Gf%@PǴI&uU/7c XQJ1lIz#nF!ad$ݟ¹8=ŰC]P_BJE{D."g%,Rυog\rV.ÊHb4͵aA W?CvxVrh 4Qr%O:Xp%(?K߃)o?kXl--6'w_eר `ûd,y'aPg;_'썗fw&yӗK)su*:2ջ*#ZOcT4L~\VCSiE()m%kbXߩ~^ETg٬2?X DWJB(SWAdX:v;u:Fd271Q1$6>P4"BWPe)p&[8X=hXhR;?wF 2`(td7+Lq;^EkrʴQ0j"I#}"oمX88.PVM lm] xvW5 ?^/j2]ܶn~6saTҍ/9cN(j:!jfP$L"q1W5/*SJ? { 1WZ]e}L ɘ8JpirYŞ$JU (kڶlڬRQ4kJqYѩy͂{hQ>4V* FGKNc'1ҳ+uh>]b .kxD"®iqʒ(yH?ޕPwn]8cySV/ٛ c'iKoէ=3Ag&ۚ9[[IJK$OyXwîOg"[d'Pm4%VH`IRS ,4Т'2r-{-L˯<82/vHf!S4 |ɍuuy>3.x(` [d]b\"HBù .&q= $vj-4.o1fy:ݚ@)Q{% GA?v-/~1Ηb1қ2ҽFofxP\1No@t2.ۄv櫼zkPK<謽\<`ܞ) @Dg̛g*Nvh. m̪G tV#M[[t~`T9N Rc>%܃60LZ&e elFZUq[U=o:Ҹbїa)F"]ipE^VsNi}m.'@K,Ǘ9C<{ݕʛO>&e/=OĽe4x(Ͷ7X8\=:"m[Toޘ܄߼ۨdMx Aw*/99EFT3["K4=X-I\1F򳓂sԞ|BٯEc_2kU ֤n[. iP^֛ : m& 2] 3LyJ3q!vk/Zׇ 1C_˖|*ܬ vOU(`w>ڨ_9CBy1݃6فo ilFʅcj웃_wE I0%qlOרHN<63Џ"x.kh߮pU6l}JOޯpV!i<â_41f"mAS Z<<߶vֲDI/qHiMl//ϑ|Y֍%bLlM/%d'S+ۻ!,4)>>llƣKk~f:w{xYhiG0@iFXe[8LFC^Ŏ[&9, :8{2/z%ʞYH2Vzo{ȀkCK4|?/IL kzx%dd\I.镟P;bdspv\n*9#7%aȃwKs}V8EkvyRGS^[)>uQi*M!!)L?cƿruC6K K˙@1{1*4Ee9Lp`mjg9BӮ(j!sW=kId_d6u0-y_IEWordmB"OLGA=g79?mۣVcW*W|5jQu͕]7ܭOwVtܓ}mhojP!?E"SCٰӕw4B;y ZO| 608cS>:.-{D4) nSvBe 꼻4  &D'&WO^ -GOquLP)nhX?B~M^ܗͰso>+Qvtƛy: G'IrҏY-6GQI=Pktt@e2FohU0!i@|R:䓠և{]y60xb@j_@~z<?c ]JX 2[s^$W[XHd#|%) ?qad DXݳke? %x1zIR]k}w>fT "X.Oa򺫭5 Ϧ3Eɉ,xleQm"o6/ax+Ya}} P,BYmͅԯּT_}4.4`L :]QҹE9]}._%$%)k)8…"܇1ȶcaB.#62(y`Xjw+J.v:*kNHl SBmח7)+VP*PcEJ錠?DDRB}qtb:D|hlfueNSk# 5žisS/KsƟ9otylQz6 HQ 7+) ;&ӠXu{&kbOKCٟ,nj|XxGx]S@@$SrF}6{)N='\:ֶ% bv:,|{@~eэhy(v 0^:<[Z/s.c.oJJڇEkp~F&%-P::Aarl|!P^W hI'T56q%gksT,jcEPnNʄ76Oq) N))ArFNI/FyVK&qGJ/th8Ռn6\MUe$nv 6ȿ67#޿ad*6M m|g 7x=ԋcvw5ma8lO̔Dt~ V-I13|q>>Œop>ɡ[r9[GVy!RҲFOɍ}1)Zөbdz `U7m̓>#/[yDKn`Uں VȳZ; ~&>\7 awy[I`ٸ>f|H !]})ab88;V]ȡ:滁[J1pe$B ;Kpҟ+u(HZu~Yo5gPJN+|h3ic `&6KMgW\\K)S{s}y !o޴TB7썦-mȔci0dۦ~(.|ک1enH8SynRHCŃ/d:]rRy0x#%3-`JW.Ich&M 8؂y yoK'b$c ?,wf~2c,IB,vhʋHRnrU19n(5 so 6~85* Bk~~H O+?AK$K.pWŠ45˒՜rII[_iYҋ2^Dỹ #<̠cao=KThaa_"^0Vg@~2+ZꯞVM|+:cRӧcQ (fI<#sUA l(ݐvx네Ye)&3rʎ$+snF8Y,]"B?nDKo˽]ȕ(QF'm@^9A$^!VAʥq4CoCu!keC6G1E3^k$~jI'i7 M}1]qh;Oc˛? >W"~"fhTEb ~#{e!hLQ}Z ? .ԳQ a;Pͫ6dwIé1^e!% Q}B |qצk6_ 3DD 'iIz,CD4惰PшÓ`m+$#/Y!*!'cZ(ev锉od|k; (?"5&C_G/Q-bDqLB<%3Z\|Ϻd\b3D(ixݽcŲ6`LѭfL/QbC1 k:>M"/K5%G;]:H94Q)U~ /*d)d9x-l}sn܈u2|>Fwa$s?5힍g,t)^ 5~B`02T.g%%jX=#0dszC-6Ƽ{uF^s:@CBh5n]_4i3MB Viyb0i;q2A)k,B t"U'vQRYuG!l_b5!YL`Qsjbxdd<`y&J͉w+𘭷*pvsB*O+/wf] V.~<*ЙW[[]"ȞyY m^D񥨥z1n';ک~;}èsOqS-a%Xkg|~C8 J7d;߆A u2DL C}nv -D;ic@ =*Z~_-t'7QPLndپ:sV*:PCۓJ#[sU\k/ZuP8ڌnAd2ML Э8k]X5PG%LE{*iKwf|_ .=b+(>O-g^& #4ݡڈsOx2"n'd<7 ƚGzbn΁0DˠTyޠ}z1a/ah!p/-:u@gRDY\,#"/W|KRҠfx f ]+vOZ u"0Z4ֲBi4Sq M4ZÔWC(vЕp~+P ºdgþ)>R,&iU0VaIz7*AQJ)v#Vȉ{tzrNi]4Ur8$R xˊ|'vƠY5[nЅ`q~PkK|;:.4NXݛ{G`)k'61% h~^ __[c/=I>N(47$Xi5P0"JֵCjީ@;;]oiH.`{ \X1 HWz)ԾîWw(C/ 8"N5Jb]h]FἂcU$uE+ޢ)e9h (?<ۻ+|4ږe:C5Jz3},FDvC~ϭ!Gо>{ w\H^ 䬼 َz:Zm}VR,//{&TucQx!f쭴%v~&+3Hk|-_߼+n&͎KCH^s~cVHFN]=K]҉3 K)k HKzn=gnjsV%%ͲJr@RCe HMډ9:*Z"k2 X ؘPlq̧YF j7ȴ Eٓ{{|mK]ǐ#ܘFLl$ S€]#Qd(?_}F&$ŶԿu< t…4Hs?~SS(nyچhB+img9e-Sgp&u4pBjhe RʶčߝcfY4GEVqE';g*i\{:w!l9cK舰HPܕΠi>V(ҝyaN{f0{kRlEfX0٦OQ0VI:oU9baUl$kE֜7gڔ>OLHB_FˬZY@0~[/3ZE@02n=JD Qi KeP,<bMykq? $z%%ްLce:Ӻme(>-sY|gf bMu` 6'VSJ&72G|I[ɘo`3O[:̧p>]yX>ipsQ4gavZau#+W6TǪhӸeTkRt?;qynWY *S3}],L"qV`\w*7߻OH)ln/+<74T?F޾/66_~xŒ(g)+ FP]^.Wpΐ6􋊱ɣ/tsF{'F5e|G7W+d{y姪Ftr?Ívh"xS9N:3!)cY(IpAYBJﵓOp P &Y McR.wVBăLE]m"Izee4t'_;N0N66%'Фp5a$;ZŨb*_>A"2~|ʍUz Ė, EUmOǻ(l*~SxDSˉXGSiQ ɷR0V2di0Z{$G>6zB x6~1 QP/56.f0;vȼe[]{JD >e=k YL/pR T0Kx 19I(~&HX< z,1hOc?%gq` uD~k ;_vpGʫe%SYPK:wO0PqH +@(Ef0g]s+MoP@DޑBfmKlHNv+J`4ґ,}7S;d2gu~"LDePF2o~l"%~}F̎C<%G+#${qf̾ҹUA ӣ~n ;p=]c1dgYE1K"KJ1 +C_Ps~,ENv=B85ibY`nF=Kz'ղ8%yf;nGzM*aES%N|ʜ^nT˪mdg aֻk{=3Ӓ ns<k0Y#+}BBZsim֔Kdi'6QL4ړ0X_kd5 LֆC XVx~ǩFKC~̲mkgJX]M~+ݸ.= kףخ35sb 7nI4;,7W$TuGAǤz11îvhIeݗ@ƽEϑ;dFP#:oyP{g:# P&e8ey̼iu Eq1Yr_UKYDŽXnS`˄Ōq/P`Z'׋B+C'G8K =z17v QK9ލ1Z&3ꨧ(Y8&D`l{\4W:ҲJD{C*"b>\Q2/}dC6OQ:}Ύnt|"Lg)ۗDL$#ɼFxI_#(*A-+矟.@grȲ4 t_r̂9hqV,ßĶIx`HM1;$ ZJ6FnuXQ=bGdNL.1yOu :SvxoؚkH1}MOk ZW_7-hxF2\(_]?Jöj 2aXKI-eh 1n)Ghඛ4P\faf>>Ft!7yG"N|8$c( lbCKJ>̩p4/k؝|R7*-B4r" F+YD[&7dAi1%RH0S#\~> Bj\@մau5Кgtw=JF|vPsH+#]zyރť/^"<ŦzJ5hw:XnN-?*/9 gTunjz(6G4u`˴3R5gZ,M`7Q3K{F3(]Uà A^ pYuH'y!d&sY T$z_w%(cH^^N c !u+׵23e;*GQع&, *t 4#O%Z0R:_\!$ǓsNdmjt;]9],L?_%1 Y+́&H9cσϢ62V곴.M䠐'X~qIhI~?G ׮'|!Dyx,`l7 ١1fXFi_$A0U+@d|ޔoh3IuYxDG6hP~ 5J0HWbMXTŸO BED]*! 3b9qT0N *w.*~)ʪթ<{̯उrn7d Y"*^ z@ 8dQ8Kxl+ߐ6TT mR"ڇ6go-!fOtW„h L.9vOB62^m]b[8/^p'O?bHo `.H6KҭFj#`FiU/#LnOdYw[(ĖNEg5h3hqܘh<*d_6VdaC@``6EnAF0iCX_1sw;(Qzl8`VuM^IWZ哊 : &;b* hItB݀OU#"FgO?+*L!7~ьTcg~^Z^ Wiy bzUfB?s)<'΄eCԽ-0ZD^TPݚa)DzCpV֧LMvRԂ6Ŭ5mhї:Cև&ndo`T )k<WoYPKBw*3a[iC_$ƿq0V{7:w?'>E9]d'0n!9tO[wB:){:h^7&[Z=9ϫ*~Jv"*XFJ^7OjINf4sf32ZguN蜥`ı#65|5z ȵsuPH(;]oBP@臑*PUޓ\Z0M&J؎ѰZo]V{Za6޴2m3N|̻O!x:|}v{O퐨0Q"a2h!`D< Uv] (2TD`Na0& 6%~Rr wʭ:||lHϞ _ IxЦ%EYhDA>)!6ʳa xۡdSsI"ۊ |_UgYEf) pvqp$I0Gk*MMhuOOeWm|3TGDkY~nT-x:3̽F1x2#Z?0tatљ 7@ٝy14ZSnlp<>O>@s%ɬ,A8$ӖLsm?!+)j8}|$T')hfN7g`>ӹs3#}ǻ=5h^۴*i1³&H. Vo$O{_KP Pd T*llxk}>{RtXH޳lZJ~չQ1{7p Ԕ |HF9~ crf[mv=}5&7'|"EJ0Zw^(=`5/s'  sט)@?MT *n-L1]aAGLT`AxHΆABzwAwGNu}N1E/chL=|Ӏ*0!4p?_?)zy o9=J@G%ҪIٗOF@p|lt\3>agx&gh *'skت}ɢ_u mŒK&Ҕ5q?M:?ױo'J4OX>[nQdAKH8?mX.4Gpҷ F-_8OkkԢ 5t*Gs9zdC}QP#rfi!ETܻ27GbYbqpF: jSu|wWS0LT'e1䐺$h<2;Sn X&e MM-6O y7 ~b ){f#ΓW[9{tm+ziLwvt&3sq-?D_oXÓ[td41̧^V,T|p{W/Qvg}`߸[S{u׌qnB:ofno_|:<.!:'Q@N坽U۴qO/F҅\c=Il&HD?ncV;~8]%3ma@p -O}?5T۴)ވnNYNhP$F/ƩxjN4i`:)ྐྵ1>c7{o"(d*]f:`UNlw?$t ok:FmEʻ4y̿:PsUr,O +-n93kGf] /R(Xi؎͜GJ>0%Q͏+_p z?XA<hjӅUڙ8t4qh 3>fBuېfR{+ ^m=iw(ns5 T'9eQ*},!d;UUDCpN\㳤E_,xoRk#;̫k,0ۼȷ9Uϲ;PTv8B0}A&w2@|qk/JГ,J ܁a2 3@'Je)Ig^fWm7qR 729o'ȧYc k:A(x{_<ďjDd\P qǾ-*\pD9QjP,Au 2~H{&kE7V'S o`2莋ک{d.> wb(t3>[q.2|9MG3a="Sij?N~yZ wj OE!<3}yg&fc<lK"ϭ'O{ SbTI8CM_wR$eA:V $V˪Gzg9Y6gZ&zfP@LE՗KvS`bR<Ɉ3]I%Lfsng'BpP= ,̫_%O˕skP2P1A@arA\ŗ=l;" ϣ_T" tOx:=SeIwGUj@z bHpӝ>q}I[bt6GUP9𗁄(ǘT%\D t<2п.`̳9bf)ݢRa1` nF蕮[F֙mvR{/ BąhVMt9؜e+sg0YRCDTF0[dEUȇmLOoc/P:rSENphN6;׌\Zn%&Xpl8V#!O7 $r5d9Cg.~Vt.VS&J:kuφ4?|b_*$)?3 P#m,^͖}ŢRyiR*zlztW")Xj `5vϟ܇p,rn NJg?%I:zg񓴚&p,PݏtKPj52u+Zӝܱj'agS騊-Q%g^6Jp%<^ufu'元}צ9xpKx1eWָ@EK0+119!*BT$C(^w:DoXqIj)y?Sy&%i@iDDI.ayfq&oI Nڡq](`UGڧf X߬߶K*Y؎ޒ4)/:%w Yx>\z N ,WP_xjo0՛:CZydV0٥eDHHtH5+Ooo0 +Tx'@񊧓\MסIj:7 r6I*;8!J6~IN~{ڵ$S .!|Q]p7e-7VV=h˛Je 1?'|S"?w2)\Ҥ"J<D<Mf俋u&>4-Щ c܋x!FH BA-)`K$vq[ \ FCL䉀F3ό(Aq~^o@ k߄̅.{wnO{!چW\ Eoޜ۴=ћx2 *#ßz€("v n _9<{&>^V2'j^N!EKIA$}HMnK1OrJ>ր-슆±B/ 1"P(_شՉb,K/Ya$"$nUA|#;ZGz [GVs2v@@yN8LDl܍"ibwB$$ST v)Gi"(!250^ѫ/xHJ J!X'3<`lւo"tħ5Fл</+aٟviT[CT1ύM 2w5X?Ğ#cF0&R T?]0>ϽAO+'4"hF/Eh<tBe |VFv}2A̍=(ڴA\2`V%YL^F.# 0-hɩ`/ʧ ì gc$FHg]0?wu2f]#p S- 94W擼{w 39Hupda}q>`\zVF=h;6Nc6:D~YˑI2ൗ2 =3+f-aWbl&8X^#;(R-Z2a"'],Q;\_oU+EY`5w>5--psT)Ywz+&I樻EMtYDEV0/Fmޘ|F:f;]HEg6nd9|*b\h Hlg65칑K80p,MinC;Y‹@~/szߙI ]5P37f'ʯG^s¤T\frփE6U[>o[^-ɜx!O#o{^D٨wI`؂=f8A138^y p.$&~Rmߜ5Ş؎]pE\!cA4ЭO /ܜP.Vh3R:d=LX)Qk¸) r8 b{q$YmrԠə1gd; $\N6Cvk %QN)+r,XNr8UNoGҠl*unt& .M8|(FWToTexz#.eEv:^5Y@yo, ȍQFz.un~Pg'D=wBWZ(h%:+v^ Nv~xs]vL Hytzc\f%t>9|"B#E3j8^z/VUDzpl$.qOzl.jN_E1V)zу*A(*h T(DD[nc1DPؒubVxv6(֗DnDR[ vXܷ|g5 9`!"R@g @IJDce@D i\*ZGX6䏳91D ޿Y)sb4 '0X|g戁E!aY wo|F1RW- 辦$BqB^xisp!CW"|oxX#`jTרsܾ шx1a_P Ir@?q5aɫ?^ %HniM) .;8#m"v^3P?Wn}3k&¤OU+U,(5F뙸Ѝm0Ř/BV$;-d*Z7oy$ɺ? I)2\xǜP"*cd>}5~d0&%G]Azìp%A$*Ss?P޸`3WҊ9{;:<=Q2nr L "5hYdD2}Jƺ)D\S R:J_%AgκBRܳ{_JqϘ,.aϞm5<-JUQLCKr\/ar$\>L0-{i(XL98窭bJѲүo;N8CaAxM:|ؤu( 0 pAMyĺHrҬ(,ug?J<{W =J8Wʴ{ehVO׋ },bc~Z/0M4sH6pFRIA}ڰl h)>Q|" :ߌ#zgg4m14&VoGiaxDB:T4Zx\B3os|P0ۈ~L-‰7)1~E0@(,*D뭶@'p jw?씷mRe"L6{3޻.[=};ȠL_ ]EGm:FoA桧,6oKýd<<n;KQ eה}*|8`ttf#a#d# ~LMo.:U5X -mYZ%L+Tc4Njȃo? f|ۋo7RƶI ԝh =YLJ|_q3p6J+YIsevK#O8 pNa^[k6.V,bfݛqMgL)נ@78_ulP3s/31qƮa_H>&{͠2P W<7,[kG#tVQ+[jDTiL/̋[Lj.ZJpgaVK&LǷgc7}K?+I%qVc_G1ƫw`;Qa{{!v>9"Ֆ:fBŒם=k&n(gXl|C+76m2l"Ϯ#TØkߍvL 8X0.PؿQ8/=Ɵ5rѳ'd0̀d/9ڄQ! lۛ8c{*hl-'l>KXδ;nL| MmY#79:sP`^JFؐCH$D4=G< ~hv*kTdDTc3@XQ(KfBs_e)ݏuBv+fC`Nc%KG)Gol`e.YAe_50CAٛ; TBƥ<m#Ϳ`Е Z!}.i{\r!3,5|{rx;u,4Vp" ޘpl"3|N#{tǴ#D50ք-gHH ijNvMPqqڟSK[/'6=BZFng G'$҇zˮX.K *mm̿7GHVe?O#1:@ex\} g`_r7m,+Nhޢ)7 0= SUK qZ f m70}edv]RBD16Nx;x DpFuNb$/`LF̉hʨD͹oFQV|_vOcdZ<'@=vsc\});nsF[9D&+*2&11MmAi,< ߕ_ޥ Zb7<'ԱƷ2 ._濆opwphhp5դSV;K9,Ɣ[>vk*>L=҇V!Nh6[jhm$,}>Acj ^Ǭ5h{df85 Q o%Dg~ـddbOs3- Nxr>RfRC;-fad+sd"jZmmr-8=K9HPTJVI^.ܴp- DI6Jj~ш,Mн]m_\.0K*hުPO9 TXa U'㑻f]f@`A,dpg@oLp 4:Y͖x2t3(SQÃ,5O璘MhkIZw@=Ė5e&QN)WH!lt"!w-jW>(mւu::Ú_sl e6|zn<:"iHC]dK=&d+e4O!Z,rU/(KؚB4Ef[dLjKRMN(ȯUz՘< A%~f.[VK'maˬHY@ي>U*#D6W7zaފE#v=8H '>@I_άGo(8zKAov}o UCha8 $Ée} eS_I6ܔrz,ەJ)^fevJ&]-;Y c#&酥xZtOJ"l.o?1B`ck'yeLL~Yeb̔)~ |ŽL<fU\YތAs5a^,±Gјh8W!f(ITm75!bӽ_[Zk5Sۘb4DiO*X޻WaH Y!]b Gf\=Ss4Ut9YF~E]qkN啙P=#Kc2[adނ>OS Y+/@3N ~ߣކ?MD^ߔ*~_5c-bƪ/`@3耳4 ]( Ӛߓd9-%+@ϫK 8ٞ8^(nBT8xÖ1j|B9=NoYVaJjxALQ_̶f: '/c4RuNhMor pLAP =  Y~Y}SpA#kPUԧgP1ZLoĦ[o3g+2[jNLy990˾Ayj i8O w@8s[~gMq #y dtu6dQyk"78.gHLr\_!b?oQn -ڗ/ &"@tp+(̮6. ͯDGKs#sk]:nQ ㏸D4A?>N qsSH7*6ƐJa / 2XT*2 r{c^≣O;)% ZM+ =f=-Bv,$tELwy5\̚N kQڝ]g5Q'(gի :R1{rcpeKYWo*ȹp8+U6 jAA(=▽d"t# A0]4TJ>; [/)Gf鐬MXX;m)gC6; w-(JrcMlT9ȱO FLgKp}.oqVH*;25kMJ`DZ.RN-~UAQsį2~EP&eN`ҞX1쐻;3 k߄Z& ҔX*.B29u}H2vʑ l.6 4gD ]{WJ%1p`&T#}p@? ϙg6He'10j'y r,xsmQF*Ŏ;F^ܠ|}G\:=X` `~sF?@]7OME)%F :A9Z ^ξ҃$!r;G"&Plhǯ]UV:Oj~T t<2#1Ppǯq Ӡ>I泣? և|9/ILp5C o\s }Y30teu\.V?bQbnU!#vhg06xśŢ>ွ ۹F(sR϶j;_~<Y {ɪf׌&7:=N3/׈ogBR⩥D\oɪ NDqVBW$otlP%flJJFVlspx̚){[_y1qp}FtGnDXs*-W<(HkL;#aD@IX!!F7v9JP;<3K`b@}SWsM=Ciױbi緕dA@Z ,BQpr|qy6ōN+ Jyv/u wv~Edfʞ ؞ fLܱ$>5+i)'4\yD@_nЀ2s;;-fJ g e',͔t.-)2AocC`A28lOun]bVĵ5_ >[B)l3Zeh0GFufueYEڢ>1dd㮈fyAGtȟZ^zAЎ?O=s6. Fzm*.6_ ȥ)]}:;~,WѾhI.5b@ ?[q計k~Io| t)mͺNq*I)5+Y̝+Z xΉFO/7os:7sԭW- mzim0//C$>ȥfpiR[>݊5O(lE2%#C9ɧLy(g /?T?FMore~$(󌱱?]gk1R-zX̷B[-:n6Q2KFh3}, u{>am/J"Z%{*j4 x*J0ES"V G̣315,Z rYȱeh6JW1 ]$aEJ_ep@&gWb(x<Ve~DVe<nT/hoHl<uHPs隀B<LpۆuwX)5$n?X8Fy2P&?myVl2Tr{>9r%@v?-%A7l09̃I |{:;D &w>{ASv>HGYrl )#C3aS8(n-]td > 9,nM%=3VZ YS$DRKoޥPJWtBDJ2JݙE4 q3uKCxOټ#VMU]Ɖ-m8ŤGI #?44%bܢ_1LnsyM$T4"£Ё !\^1Psc~GZ8Vg0)ף8O.S=-έiM BnAFkV/Zo(Z{ ;s(E4җi4N^:i՝C$h'Agz;|8vQ%nw2(C&.DIxh٢1s3 kHzѾfiu΢Z5ѥhsySJW9@\Zϔ՜˗hC R|Xb#n]Y8 ҅0}n P (W _t'X<.KLuCJOEkzP֒?wQʤEfKfن&"%Y($ÙBm)g 7u}J0%7diH9`HɕdՊ~'S7"Iҹ"XdvSpdqAOUzt"G'kk38;iHt"}g጑RצJ;ztgHyw/3~sֻ2 Ųp$KDos$ Mˍk填S9L &,q.Qδ] c_^~ @[\,l~/Nk7dqFVE\M`n8 / 28p7I/ >a<Ѳ7>FuU^<h}M <5}j7ua nC\+8*eR}rVO#B{ןtUXŒuE9* T]aXӽP6"$s1l(?>yԒ?7N=틾kki7;r-Zl66\F{) 3kulwVݡr:mE3 (慁cv@z'G:kNX_<_+ 'sdFQA.iBkdu7>/4V] j*^%Q]Q7xq8=M`('1gY|B|2!I\ż).@} -P,QOY٠Ӂʹ RC.阨|sarq =7 38BrV쿣vD5$3W>|%)C2#V9ڀ6*^'a@4}K?L`^j%eOx)ANFlUp]0r,TָjdH#tCLdU%J۱_P‘0È+Y;Ua~w^n/f7]Q1j {֙cRv:C/$nfM.SD<`;7ghy̝7O;Nl, 24>?ӌT.VFItDlJQܡ/2mW|Qn9~DO#IiL+"IaLn M'@+lHT7m(HͦTX3-v"$+炴tVwLtAL?Q$0~=% 곳b+nsDH2cZvm.#"'Z_-v =kDt-^XڋG`C 7&{Ǘ\t. J:]vi*|7P*yoj)#rJoDviRYgx[ >ޔF*} va!N+gc"G•jͷs1.q!~Rr:^;k74C4ۢ#\H֕4i['oUbtXQ!(aɱ'm.[Q9xDC οS.O,?شU g!+c+-3 O-?j5>v:zdb&zwh Ʒ;y#vgt|O(4M[VR'# (ha> M7Te0JgWun#Wj!0n~4jScp8kGjBbzJ2Wy=sGbX.q}NELNQhDb.5ǡ_39oK3y ĭefC&NLym'\It4y%᪱軑r(`dAwv ZqD'൥HlVǪkK>6˔U~/\R>TR%Lϟf*[ PQ6[,<.s3A x^ط͸q%txp} @940W;-|>NHM:7R50d  =_9ϋyH|TȸP1chwPJPcɼ/9cdx-?M׮+ms 0ǩX_Z>0t[`팦 D$}rs:FdyT8 |p .A~6cU/! {͈3xfHa+R;) Wʞo[uDY ,JԳr= 9,Û96NEuJaN=,8gƊmI!^aA|ywG " ӝ"J#µ7@+Mfs#?p']^Uxy⣜A/ 80\IdrGEȖ;NM;lPWq-"G(h#c5#1Ӊ?]6~Y@փ7 cyGNOrsdlˎ?]C68϶"|6.ur{%mI5Y ?sҡ(dR`tIRGgsJ;woe+HGNR!Lm$3iFS O$ěK _2aQOțx?ZjYn7OSt׬ͰֵU᧲O2apJM&(Hu ҤCcvYh+Þ֭*(q(&OE=yƝ-5Dj#2'3,PI!.y|6Jy\N94ӟL'qj1~ 60r|Ly܉XŠ%xkiV7.X*uF"6*M\V=qty!p>By6쒉_%W 0$/@6p%K/A@Y;Pwy*X^dv&1_}F|]Wi@,BX-nΙsSDGyCd+`fLo5i vF&}A=u%wri)/z )b(0/Յ 2L*TW޸Ujy(Lu+CZg`e t>t5Ҥh8bMN ! 4Y`]x}XM*`WW݇`]bEV)h|NZa8MDoh ^CG$\Ihofkhrڟ>Y-j1io"USAh!N ; )/whGg%$Dn ƳcĴcadVLc|vu}5luq v~s*} kR V> \xΨR+C)-bVhZ0>>X)"VN@|O#F}h[,1mp]a۽L>N|Iz+ђ493QdVZf)?{ŧK޸PB-@cLe*ꝫ/x,1 V- R`w$b"g@^sow !sKa50}#4/)Q=I!(Wg3KG զ)3T)YSI7(0"'ERY`񜳌WEkTK99p_EyeP9邍jXrmo_&*oppJ L =Ն$KGx*WbWWQQ =asaM]-v,#^AHb;-q8@96j6>*FGz.G&\) ?*bYL~,yQ9*%p[;1, *A:I4_)48~O0>] \nF Y7ߕEdV.MU9 *?52(ؾ</ b\ BR"|0g|eX@gn9!`x2s+MT L%7fGY甛T$FBcc]ɭd|ዑi64nrHwFX@wCP)7ϑ%h5b\#-}A>#R"`QC:5hЦ KwW{JCa?E) ,6I6@AVZ-&ENgHjgoOf,Nc=2 FC\C & ƈR Q+'<.m:Rn|sD}ޱ=ȅp5$yJp6$. O hpy?EWSIݏ/*z&% VZT0"e n0|O}iUo :N9L ua0Ғէhn2,bE;9IfGͪ(PJ6*vN17.teĜG|څz;1gY Q|cƳ{ZI-{Sxe1%zvİX8]m":: gp wjC)daR(PdRnj.~߄dƾ(k\ɨHFzy͎dً'} Ccd@!sȘ`鴭^$(gbKf>r#2Uux:],_?]A@;4 oic̣&: Hk6 zJ^c}_ng*UM0բ-D!1ޖ|cnć%력6+eꝈ-y[ J"Liz/XLVn/?xWe[d..T'k:b2n1\>w0 2. h8B4H5YM BŦB" !KzVTs33y fyB?uI,'#1Tk~4P{pe0hu:iU GԯH,Nhp ]'=zDN|0Sz:S[/W["PHW%򒄩=/.gh/pj8r4!wq2!F0ʽe̟$2*餁nɣo, hb5tNXB2A*3v+1sJoԵ`x)_6ʞ|K?n_9"}R76Yύ|&e61Ð!Qgx'bPD@B\!js+LWAq3fuSc^] \wYHm"9('Y@&5ҙB-I}ghMRt 6L |F:VWҒM]*,*2ةT*,\]a)s'W{6 vNTt³I؞y*Zjk % fanrPΈx&XlzQsnS(DM;DYY}'Dk74`H] JԖǯEee,P;Y_&L_PvI&V^(`/79̹lZI/;}Џ]o.Z{ ]],:a jug1xԚ84$wLR2\-Ki/.YqJe7bӱ3u#CW2 `MK>r'=xu ՅY}LfV̳TɜJ 5~X1>x[x6`@hdY.nV*\ߡj4܏4xS`/p人R'6n, &dë> `5no=3e|Yq;Krs`[ܪ rJ`)Ep{"3:raNb wgU$[TƊ=sQTsM_~JRoc~ Y4<n0fR² !c^@ZIC3DHߨ`P0>ov| z "^8I c&]EsM*c}f./ ,R▕{!RW LJaLFTfg^1t%tU/; ,;{P-U3ApD(m?':?2|)C)}êI5R*RQR$U"8EŔլzkuYǞ],*if"eTn>TX)2 i|fѫv#{ 8u'Imܠ\b g@'AվShh ;:(~?|>*ӌR_q2y%ݣ^p#g"1 T9I*ք*Dd0$~$;́LX\\7h'LH`zb|OW6t=+`O].2z7Ӝ8<0Ub9MVNǝ v/Dߙ:ދtk͗-hYJ ypO}E麘O?ˊGB{W9> gj#2V%Mnԅj:jn_ݡ_r}>ɰAV<pcv[{&Ah^>=2gXURG[$(JD!v;XyVNߋ<;]۪z9?xrc ZG&-U\ގ╖"nCs$\urEH"tt ='uw7w.p+9l9%%3'2U]xSi*ĵ {ﺆ RфiYɐfPΘrO8ܒr`uM(J[Ux|LMم<ɣޯ6j_;BeSP% ?#NA即N_cH֮~#{K^&Y!>C<%r^ ]1K笠e37rlRT|Ԭ`.Z}3C:ٞzY\z9vfS635h),!U^`]?LdC^zRywXM{s 1ӯ֗zbgRӑ|"]-gqѪe{$ W7u\yb ˢ9u V`@r#2#AaƉH8)p9*#LSbFSLcر8׊U5r '*oWh egϻ!z]*Jqz) B-1 zA:icx-Oh - {vGPJ-o?T#etALw5f4r2RƁ`J/l aWeoL:jd6ͻ<-`|Gcfڰ Z0ؠiD}u/c# %_цʹ~{*2FxeP7BI)-KV+^8/cȡ#]Lڇ5ࡨ:?'koI`=iC]~j1]Pa\aoTeps8. QԁdQS8 {ЬY*T@s_\-'M'csrYe6 E |bւ~ ?c0I5yɥ4&%JUW2)k~,&uvx&yq*|# t5?!7Q4ǥBsjyH韭<4}hO:T78?!nrJvXB^DɔT[vL{d{Kd$[%*h.F~G=cf/d-[DD3R.DpHY '>&Ս%!5k6\X\\EKP 5ega]FMbNL\@NXoQd*ҏGN$H'|Ab(t3xNzX5jQN\G#1k3քel`PxA3фL;S\V&iiAIÿARE=mYe'0ECWb8e2Qjs~7HIL߫=3zsxA^,nAw"LcYː%.-=dz: nĝb H2:5ZBG%DGzg/zkS'cJ 9JIG^G>M*jh0"@qNTxpuEe7>Al r ά.+9*@riLUM@#>PZ64h^~j\0zaNdu}Ct.X萲25mi~j}`].ՙ&wЋlsV׿FsVlL ϣڿ1CnsB;2Xm٧N`Y P2Ɔ u9d,CjF* .L[%jDzsC4yOŌ95L DM1=כHhZИL HN!&"NĽ+ gCʏO:88fI$3gON`q̿c' ˮ2Mnċٜx+_HfY׌ڔfOrfYp{2@e*wK 0 /8j̱m\2L>]hILCό٫ML3C9R[g%T~ZYKsPfZ2h,*}gs}Bʬb%HFYoj*Oo4omy#e-d"_NJjdZ/g~A_PM0feM9yQ֊4pFnKUf3 %~\skG#`HQid'~$lyECNEfyQ)Iǣ!-g{ "ʖ\Dq1F&vLxYdIeB,G\XeP|f|t)ё{Vk9w[A& ޕpDe|IR=;rS@|3!L=&<["m}BQ iJ3 {ZQ̻x;jĠ쨄|2|DL4ttԿP$;,J$'2{]rRK;z_ p`Ty1$!TԦVbjE?:`UFP#K%LY IRH&B6N, !o^wN(Lߡ7hm\x6MO˜gq4B1T]IKwF<QI@eVQrLD̔Fju =zZoIְOoGp: GYy˛J֣V"VƧSʌltL1#e +|Ldb̷Fn|7Mӱ +уZoZzl ;BЖ*Vޡ4Ds!"iW`=#I'}5x?|M{ڀYnfqþԏUކh j|\%1{#bj|k@ )>zr /'ɯ7C̤c~+-]Upxvv-Іg@xo)s@)] q]K^yP8k]%Togqrr q!~ݔ-x㜂5k8礪\< !Ɂ 1'GKvǭƉ|zv>9Wn!~=rW) vc_YUtTաȷ 3mߗ%ЯPm"D.vF~pqHB!Ј7q(pru-+d'c Ǣ;g?ҫ m/ΠO ~ƛ0]obU陊 f߆i~mˀ4{rmDdPT3'~:8:Sqhqe/>"=J\ jy}03>2qX 蒾-~ѪtcWCfmJxl[! Uiv5+ gkͯ@7|CRW<V0f-(FNHRycbQw457S=%=@*8꾻 =d.Ul{_,c#Q]ү}%|` 9XyRk__-#@n ||T!kYJ)*f0iA29ȯ9>{H+7ө& AWж C]Oql: qOaI `{8s)O9K@Vn?MRFMw=:72YÓi*T(@<OA1?z5\ kRڵlJԸx"lKE#>7ڝ#+aiE$g1_;s 0fq +vu8IOS q>IoUu/*p+X! 3Q϶MiҪ;nb-==WrgMfMQL{RL@v.FQ`'7 &cP%it5s" 4&z䍒if*ZPyPKT^G,DaV{% )DGqdcl,vrkQ\vKc=fYO Iցع <vU]*ya32+]! .['*r(R6kW+<! q톦m=zQ1ڝh{9M.w&mVVoHIf2:w6)EZTpx*N*Oۧ͏L_^`ԯN*Jٰ3t@)LտOK=A-D.s xhS!v+"3 p%V2(n~ˆw5PݻQCsId$ jP^V5l,mYcj5/ЮSdrB\ 4^[fi@nx_fG*Ƒ F(~ oai7ILfG\ɌWPA ,}~_~YWL Q.k/OX[_ J{3QXxF?yJ2+VmNȻz7DHDQ\3htusɕ$~KVFCk9W08 tIF]7ʱI04ߏ0`4!{V흛$OO, x8|aTdEzo~\y[שgR )g.` 7>pS'7dө"p1>!Frq PFB?x{([OqƵE>,&z۵BQ/P ~PQi*?LdZdOMc2A&.&,Ăi1/[Y ƥW!}Y"b/e$OZ6Cq.*i3]zVα|*?~_`dh' t!y xf_Rk p9=mnlXd?IŽB2e}ӷ$ly#+:9Xz%VOP/U8 |# O8k>0ߪ%(y?ixjxI6rX.K7gSs,TZ-[ͭT:y(#ؤޖm`k(:UwINoK|֌9tc c<D 4FTЋwLl4"*l k{SmEkX  c-sW]<"U? V(+1&`d $dA5VBPRsdݿ x JpL7N̄8T{7)*`,\rOk x\Af'M$lUXc['^'`OxKabG=Ua5Ezӵ<i:<M@rU@eb.^qN8U, 3/`E#^<>#83t&19mBL\y{Ɩ $Q=+—Ze(^2C8nǜHZT<% ;uðNlR1$[}W5e D$ݭI 9' }J:c `P 9d3+9v>qlR~t~ViG U{=Gd9Kh/XL12tD\tƭ B!o"/m ˮGٟTܲQmlcZ5X6?B vO9K%ʼnF8! ȓFjJ\R 'A}:Q,sw]QSA\j軴 L01(+B~.ĥPLto@ (o85`\Q4iZW OB2$yqSy[b0sWw$c| XK ע:Lͺ).EW6$|AY$Nm5GhwUѐf6NNEwdYvyM"(zkbCJ`ţ64dn:`l5NJA9v?F d]/}_tHgc(R?#Fk>K0PQv :z|}{8HW98MpUdR;Ꚍ?h֖p_uΊ$ų`Z`c)qDsl.'EZ'Ym/r,ÿ́JL$51pܞw4&_~!eOCjA)y`'uU}BWlb5&Xe em>_ T$8T#^ЙAc)UR\Tҁj rRt'4H,y# (f(O,\/WeT=Z)ayEf ^)&є Z1>:VPrdv§0XZ{nÄUJC+q;*%RCoï~|#$Szufޖ#7 r Vk/gۏ7#әR-t夊m54m2ڰnY|@ vub3cEr;DiTAY{e6bbJĠZ& *D}lҝd[`z/g ,LgW5êqSf|P|Fj'rl5_ R91* O\~.Ƒ  (EhebAp7 x[kBŦW3(߃ HJ]脖bK׸y|&b]lס,緩Pͩ;9Qje* @$7|i7j A~$/v%_Cr ¾{x{JϺJHi5/H|ѐw3SŃt&%*k#e8 D[8x6jj: >Z:qdrscf8`YeܾT&T0˭ Wb'kWv!*N6gǪtAn+A.!9!L(yQAdnC^H`=?'VeSĢ1U%Y_W|}k%8*d!]uI:/C'c?8[zȘ!kjǽn&rFڽ`) a'F}ővHI49/)&-k:e_zy>7QWbO+߉Y낺ūiGGgBQŹ{wJRrP >tc VLG#N?u6DP7SeNXF E1oh}1V_> h+9fUٟBb)[Q3Tflҝעxʮڈ}jz}VeVImE.p0]ןEKk^~|ɘ3ƪ9S/(r <Xf<)q(x+{QlmYPGG5n!4&u&rN`kQj {GaGeAn QuBҍU^A/?2-du"sS A yjJC\Y2 ݘ>,YxX)cI$iț:Ds} T j %ŃNhjݠ`2+cc|%ޥȈjEmh r>ߖqlܭoYD[Ü398T\K£z!+Ӡ TTe;}!+Y!EDvl.q]ۍzru.qlo#zfVkjKʛ11pwbWp~L'ĉ.uaVZEv,}G5M5܇#@j3ehb!?-B|DKfXp(OW[,,h,cQ/*?S^Sڒ1i\TYcL+V-#ƚ3/:[p5e»k}Ro8v|Uu|mb2"bu*PTyl,wxFB,Uu|c?J^Sa_ŭ+P*4y&xUW؀ 5]wr̡nѝ>p9gLok3,Ơm)!t޻2RGo#ѐ!Nϕ5GFӳr _ v_ AYD]ui@5*mddqP nl0.T`gI:z(j2|-[j'AKsp*,XxzS@S=z6`" vy\*ΰeyq?#JVP"$1 #ON$FG2x#z!HOovS3u}Љu\T_GBs -ZSO60Ym/J#Bo J2'yC˞phҕPDNpZv/PAo-O~438 (߶ /ӝڠ7^jr/6>Tߋn:1-K`mB#VvA\we'Od{V4hkY~w18Mm6IR\ۿ *Py/l]| ]4xz}<I?W9Z*۱wM4p)]B<6q> ) &",:)#C5yw.gڛuXJtJ ҁuw c${mUW8#AfU%6bg`g%k)!ޚय़ӁySЂ5 5[hF8r.˗)x hABVy(ڣaiƳ"քɣE>axgƌΗhF2ƅ.`z lNz;1*vOx 3(kb&Hh,$"%NE(g wC HFV.MK*p!Կړ<`\Ĩj:f7.*;m!LdI}W?Ge(t8iX?[ݤ #_5A}6󉒿 \."io3)Zm9͇k,`GJn d$y,[LhM{," ڭ5" ceNS|摓rH Oj-t(IX\iP5*A?9nqvNӰ-9'hhrz{f]vn'Y9B"vÜpKރKXn︓EPdпV sQ!O<ê'1xNJÍrMN$QͲhC0Y~÷l._\GKZ\" dn`xz+{롐Zv68MpxѕgI_m)M1 } <0`ݴᗚImȷxJoEh!Ru?vPz<[$,A#ܢF']@D@Qj޲2OL:9 Vu?t歆;5<̺xw’0pw8Vŋ}(&kS \hkHv+X.xcO:g%1EZb|]D-bᖲs9 f7!*A|tKb+8 &0^υQ/Cy=LSb0gϣG^\J羷L64 #Xb.'3 *,"/:L4^"t(d\ fZrOQ~L]4sboUΩ˕R6!LRU}eaYs^*Ő6_1WGe OFK/,"@1Ja} WAGd Q=9Wn/2;yy&yuNDY [2ܔtM%&rʎfrKlD'r-J2ԵRD7qsvZ4r}nrVt0BV鋋@\B[A=\vÈX..[ITB& f1l%9;K`,>_hI[ǎG$HGPty8̷m^z9 :37;f>h4| z҆5}Wo59c+X6AV]\Q rw;3%[\I[SEMΕ2Q@pD60qY@`'SK[j$ko@g.NLB _8O25Ax8Q1f/oV d#e:鼋NjmjyPi k}7|/ɐ[(lR>|\kWYZy$#T,WoH⃪F/%:S\0mtUNݝ5q A%sKIKHᥠj(Jgeѡ^']D]Y>'pT㗦> ;ְa\l=x jԈG#| B5*xuuCdn&MK J;Zhpb7Q0gUK`,[ik4֑-> !|_j1JZa'}ha@:B?C1㜠ytyIGڅ0\C3UtQ8#B B؆튱I /r#6(շ6E}$gaLQV(s|Ve|۟CC%tF#~l*]9NR%xIE-LPY_r!X̎BKІݤ+9>O pl|:29.=(Q0kEa RQWRw\PhX2-$3Vj14Fiy<hXxxcAJ2˜ٝ9*D։ ^ĥ??pr%U -iQͪLlܩoMIHzmvdO4QFiFo8ך" K1Xӄ_SUy3%jMSm٘I3yM<+FDWqtOg\+\?dnGLRl!L7d;ȵ?-Jr|~eS pЛZƩ87)(gdC}0#' 20w1u.@\Fy 7/D*q18lgW!!hz&/eևU6VFy2lO)׶#8fV1rXWa.+5g$YxIö&t72<'Jz[xr[Y+0 CN.PF~9*vDq"1/݁{}.#a?{UZNa#g/ՍJ|X BY}': n0k.0_XY0:_-m?v=,H !1H"Dm葙6>B,fh6)m[5Ůt~Zx%CvFuN2rF"V-#s=C7y>`cۥ)Nk-HkJ~@ILohSP \)&l]޺V>;;QAO? eH@%5qwl-l*|"Ɂ<;niU(?/q6EGwm9 X;D9˗U4,aJ/O^.gR&ng+\;+@ܚj)]Lӈk;FBKUgqqBz. IonU$X {~t.+FPƆ ۨكSR/ͱ0tURA7h1<Xv5'`M-EWc,eϫ󤧥 y^ɗ@C nqO_؋f)8sl1)6%]@Uς#;](?7kZOP)ƕ|vMxQ"9®\idq8/ނmM &Cpklj'cؐ2fnxA^0,JZYa)SyE2`>:^F݁ W#[I7&m6+KMj!ZqilȻ ~~ w!1(:!wT2?Z0qkʂjuvM.#4=~c/t\jƭToВ*&`>]%LCX.m<[oyk2[o{w5$]|3b$*Oy&Fu>nN;!d\ /'eFήQ::!D3ƪ3B͞x &I|F5{ԟ ]ƋJ%"1ÊZϑY<7'~jwyMQv,>eK6Ft,O+6E˽k- oQ[Vq;O⊥R:qAN3#CadƓm Ddq$ <*E^D"Ak'\l(B#ePa+I5.xV =4* E7w\`qJ1whKub`"NVB9>`n jPiy'’ǁ T/oQ pݙzX}/8_)y@N6O\LctS$^AB MnW8!r WI$QTIUOJ.xF-ߋ;jXV7{ZƆv?ln d="i֩R f c̓~yjLw|}(vp֜uHepCLQj,6Gg3[qZ*,Ҟw3m,,T:r){#JqeuiWŔR_\I5W$  '#7Is?C^6B{jQcw2`u$ ,ʲtJ"1SR5NQf:-䵀 zqMF/b.;lK"&d熒a : 7CaFnMGnq, ѠLn_C7NƎTRpZ@lWiw|dFnAǓмbm!IJMB\n:H\ɓr"L¢o΃Si#31z8RL8 kBt,zh}]N@8tYvfkCd>9zLwHa+bGו%V9=Gz`rr,&j^d"fNcpEG]U^ЙO~g^cMB9w?dSJ4׶jzEӠD.k) W.f3V\u{c]qߥHϦz$='4:!Hۀ5P>vƛ|J{*o%2%逸{==hv#-I'xál&,=vo0 _fw;TnZ 4Hn\t y %֧.q+xKZ8 "`W*ݢLw[Mb##o;LW͵isk{Fi[>uY"o{ev# |- a*' ٕ(9&o`M.x3I^512^8`CUH-mgsفt+Gb7nW(ʊ[*+-o"`LSGd(@`vJ\ H'jUE` KyhC}0^Fre>$Կ?m)r\ڥexH`Sףդ?='{,JϊN -k2^*6I̗@ŎO^HBf sߨҳ$ ]bD(R~mTeZq hB-/؂-"@r90)3s~m|qC3h*x`"tI{kXG-;'R@ :\.j#X&H~@s3@H0?Ӗ^Z|r7~WDwlK'&`;mCo#ѵ*M o0'v@ *Kn;{ԃoк #[ʯVhg㮶?볜}@.TS DC| jPaɸHk$ jz^QrxɅ7#^S5(TBfL5ÑzH4j~v 1J=Hok N$sI񭑃t]CavۘlDM䩇|j}s_k,3U2)/!7ה=!egÒmM> ba@`1% Iχ(rI$gٓHZʕ"俕S} oW ;!JÉS#lfbrydƔfoȑf4KbCWIOFZ,ܸRe'5؈VmԂcT1JXOV"qۧO.v܂am\ك`$GLAJ.G1jY<#H@yo/ꅶ Z༈5U4IjL@Ycsgf%Y V[E~'ɤ8YS.}h4pmw ٹ;RͻK[TsU%=d8ݯx+CPU3ԒcpX@B<$Njr,M940!d:amJR4&Nkh8!X٭e›-~`ɣpà~|*.V ZOVkVNm덌So|H^{@wF&\o h?fg`;eTr5 xPpB,$B&Hм#b*CS7k}MHaߢ7̀`QQ(ʡ1% G&Ikj*qgSX^׹o5J`b<gthI4KRwq q*6B f̅'򃛴e Fϴ^n<l|55@\2-AAfze5`pGU a)vefQʠ:4~^|@i\q8i2-1\.5b(> |/ Tͽ^ xYү8ay~~XgX­xJ}݈$Vi 2+IsD޲B)nBy7q0K|YβY<Kw!IFϟn^FT T3`@0%rR^FoSSv,:kW{ަXήڊzH sAD;e HFHXk t@?p&H(fR=ȋIҧi㿤 fuH9Z#=˳4q`\@ C`7UD.>g>$1 ĺ 9ɮ%Śzpcxt<_ k987౨Y)$% ɭ{̩:ޱ #ܠXz/7⊳;A;jE+e1c =)[ڱK w֎B`~F;]6>|z#D{\k͠[ÄCYb%Q*+Ga/_̓ey-\M?z*'h3Uqz49*n%GYI8C piCe~/kqzt>s||Xgk;Mqc^qbblo@FA MT#2o}|Ҡn f!${ĺ1׶eqB =qa#_OhS1Y=-k0Sĩwri}  Un[P pҘ3!ˤ2XJJ/]d1i`G~$('k-?]%bz*|7ъQcMyu%ׄ &G(klZH_eMUWE74; i3(&;,# Up'Dsii6=7r3ޠt:iV@@X: kYnjZ}z~V"^u$lF_ڳ=/Brb,quY[˪% .2"en͎y'ƳMpt?01_'#m{Nc~ -ԣ<EY)e~WՋ̈́T A%ӇpX&dz/axUN㉕>e JP j2:y,6x Ƞڇg aUOR% ~#U0 +̒0~QbYU+$;|$sKo'.?B*UHmI%<`3].]Pz wXۂ m"$[ gƆ>OnsĞ4B ՐھQ/$d.GJzlOs"[|+2{p _j_vę Nml3͜6vb6nҧ_tu&q>.4F<;ZaPX0D(%3I1W!b}\ho[ւ\+nnr<mٞ&Jd|H,º̲ỏVYS6gp ?ߞUsBB*IbN\ăҼ%ٜ-ydi:N3Ms%T(;o¡ϿI~/QIDіd!i_AB̍Pa/r5lL܇V ``ۍ0,Ə0dp`^]j(n$xvRJ2 K,^/~9*c ~%ޱ=9a1)p_G'w7Zhmہ]|YE܍]`6(ŗy8ُUG(ئ"x 4)Ag2FB*A *Etec v~ǘ9jtG_cGDX4B9#)#rf-N:5Y]iNĿ][jO %s]]^C%پndMu#m# n1H*pYy!b( 7S0WvH_=J)tneJ.z4p /LI&Ak `Iˁ3[ie eȠdBUՅ] GYI椘Q}֬G;Sz9YC j y9K}pkJPC[@nx2J#gq@B9T3~1Oi(wu~[H|?oA e%Ligd`\QG*"V"+Eɿi B$Qk5<&Uo}8c=\ӏTUZh/;&fd_ߙ^hJe2R sA-_#u}T{!g^ 7"%|?IзA7-왦'f排S4ܨdk"UXNxI(h+J{&MPؤʔ:}PpŴ;Ws+H [ثvP)#0 \IQaip҄}g W5R&WB\?UBtG[z`!.mR#G{}OU14V*}^_qmwk֍@[}N \ -,bP{#޽Qv;;¶Es~j$GmyL+ +`gaѕFL<>ƔBpFB[D`,&Qƭ݆!(29!-o%jN0y )/m/ BdSr~ Ï0/#/LbO^E?'l!ٯT*4=MXLP6J( ][GoiMJoܬYDY80z|7z^x 6[8[fxEpxd0{3M/Ϸ ԲB3Cߜ/'MO6qy 1Pp" }u{go9|pQw௉ 8 :(DpsLxR1 BȦ|8 :bX̦hyGhq %_^,%Vg^-~&H̊xLlZ W]@Sh "JBd ]j rؙl T@r iD[-eZSwp[l'qeeA&"n0h]$ϽIm"!GqvYJ,,H%0r$ǥo0r@nܒeoJʢQ^TPꈎYPQ-D.0 ,Pk_w8'ǐФ@N2 u6Y-<u"NnQhd,:lUC=~Jf@/P;,o@b[a}NlrD:B& rK(d(Eb>OS6|lYq0E-ng_!)}WYtN7VY /058/m: crٱKEP9-X,%"|Xx~ɗ:*/EC[9큞/sڎh [$ 0"k3rW@ʔN;+](ks(gwk)j{ɜGnyBv5C,*TL8С6>3nWA9PL)%j)?Qk>eqДmp@V{U}7=+'FwMvЯ!ր,h_L\. f @߽5}B5&C4Erf=ykΤP41V#BNJ1TYu8AMbMƕǤ:N4/Y`/R5-[?8*^&Ih,C֍8P1'.JֲߏW|1z){^+D4Y ahoK7JdkKv (X_ ኶S ''#O08~dv_(ͨMOݱ4'΃Mzšz `` cw.T@,Zfmp6&C%1E7!}@ 8$M>q{{2ǻj1wK<>_II-r20&T3x(d֠æ">1E G@e4u|?dYJ 7Fa>c"|wV.-f "&P=G!ZБm1]'j\ B4r kj3jŋOyv'Xmv\&UrJ`T\l,$ ya~kk#6`{*t <𻷎3<)" 4'uʗ7B?i.K + Z;>{yedo Xǰz=d먝0ĞzNqx nxBA(J`#:2U5/}}ʸV5ez|8Bs=tTƫ#ޝ% {=FE$v#iJ B%+Ogo`Y@ X@z[>v}}|56UZketALWIH=ƕ骒<&U7/(_MĪv{_{VV,(%wҕM0~߮,(:6Z\GSE2MRٴLY|ة }]>ӫ6dk=\֧tI(P9=;BM+Ak_i=[[qr꒰7h)\~kmf]J ʝ6xrrRV;@iu5XUyO.)j2Ԑb?"@JHe>YbaFfb 屈7sCB+[ve7a(fSoyxA-y6}x. ?{Lv.IOiOdZ. U!M|ujn Զ%E]ZVs7'MEV&|!+|7_ aWˊ 9ּX *iˍ騔aj7'"OJhczc&QQJmDnWg^sAQGFM Ku -tz9Tum^v5R`z Rkl䳯֬r #M,o'"1xe9('XmN%Fmdf{6.Cc G H_,W5 {2$ܬ6x}xVuw0q2ux$j631*x~L# /X+NGY;~IBdh FJr qj5-bG ϒ#6QJVh`U?х_ şr]GUuЀEyK`E~荄c>5B\"65xr@1˽xX^w=n%SKa;B_mA\shn.LN2d,?b`o!̼IRۄie[k jK%M_ hAX:W`tr)C},*, a!pMXjdF4k!"2.ٞ.o2=7evBQ72%J gT?TdfNcьכztPr{̉UtKhBly#b-&k&i*B3۶:%t^%W#BUSWH}ɐ٣?mK-akQP]6J7ryzp#5Wi_Zi+j3s4M*H@2 1θ4oE^\l$[RI#~shF"ʙxr dPZ޴ԣyuZe2W(J*67 7^_b',2k,[By=!SHB:$-< M|Pf 0 WM093_5Ԗ02Ke~S bcIRb[A0CFs6&rH7(hqt9܋9m&CS21plI+w 2))'V/y+Fʁr)9;^ qJDQL8\629FAwQqh+QH,E=pkWUU|4F Se rIH} S-g,epy7h۬[DPwk>[!~}j) 꽪*9Z&(DlvG*ܞM"%90V}͚5"0(&iXN* )xTK<шg {VK1:h',I $Uw =Ergd_PZYϲOT/t \KWȊsz|ۣ|_] ㅚٱJ 49|Yۮ9>Pnǝf![lo#n (;HGp)r[GkE@.usB|gYV@/И[s0ZLKK}(`YC{0;-(q?Гc.!WWf>wOȳ5-z4^6-}]AmɶP]ncy͸, ow9Dש&9@G#^]-+  e2Vv.nPVOj,^$y)Jh!/3zaEZv*p/e7ZYʆX 0K)W׈=~aV樏L?c*-cX6*UӅ08`\{ x]P[=p Z,P5l1*>G$ J7蒃f[aF~m傲oS5<yu{ x]t4#'wKEK<'O \ڽ`4:sj8Y)9|AS\FxڷP?? Md`/(J2=ÿfs=l$b{4ꢂצd_|9\V4VX@N-4`]ѱ@#]*rsUH~ v'( +4{cڹbX( b͕8NgoG.8[{\ u# YNh5VU}qJ Fgc]b5`[9$SysG @|<--AV5iYeda6We{}f0rV'Xn YlgKR`zS* ,Y_ǘ&IӇ(YM:ޞU-o?{Sg<,M(5A }O"A56MJ4٪DS ?ylѹ`MJDoq,z(5 ;F'U9[3g ^icnooSZZKa,PcCc)J8LRX.ϳU_y遧 6ZV71a[|nv!׼1 M4E#3.|e=쾐6 ou!V2BՓ2'*-{ 2 -\]c]%Qaz΃gegr-6[i6t*A/ 5m,6A=Ø E_+ iH*pr o+(2 vuBG?sϑgoo?Qs6r(rgaX)8i>-=WՒa8@ImOjZf}P FMvQM45;-wRyLE6_by>uoz>ȫ$4_<ˤUdb?a,y1F swNEl'1bb,aSyi.lL_hJ>Lqg,Vcӎ-@"ܕF+Xٗ+pưkx%eGҳIg9?JBҬ:ץ[qRQ6nz-OAvЃFέ.uuМ;v#;_;{# wV&$"{F9ˠZ's'VTsxw2ryВ:z9ܴd9z븭e!0]qƞV^*2Qt!ʑ9}q 兀 BlgrX#…/KPz47|vHv V5 _6COm븥?*a=ݎ?k{$EFJZXcͧiLu]P|a9`lA* ħ*`qմײb,c|357;[Pq2(a2Im3N4EiҔuoeWϒ{7};`|Lk T.A50Gy4@%tы3V(5<ӏ1q&LK+dn T#Ls#@yĹ4 I%`p F Fkmn&euROc H \Ֆ1Ab<_M2 ݱ*U,3 .(HY=] q`$r]UP̡|.^iW+-PBDYJJۋѸAuH}[b VΟ5ӣBu)~|9vjAJꏅVhCA.^\Yw_z@'-Y: r;ܸ6{;r"{&B_#mh?z@.0'Q4yx:V0Y'C4j }N#l(LKѳ6̑gL~c*LCq/1a`?b¡k 8GqA,z7 wn @ 6x*φ4Yf0ٺXSĴݏжɦYL+_9]3!gsi 6X4_f=hA$+^Cmwz`:WK(2_aT]~˦=yVeBo 3ì!#ٿ6eDtd z(DD` a|-—?W+xkz.ݜ`[I r  ҝrXbnbd,v.,D/±"6)Ohy#.._7V[P蔵.V^!%s ڧgn#b\jVz5kwFf4GtVIfYjQ:`l(XC XexuLEԣWK di];75;~# (~R_?ĘreTbr[ShEts56rU#o=+dP5j 0E\/ :RR?/7aV2zxtP רwZ1CXLi+@/3(jDzA)^ipk_ p iE/G _檞pD?AiKgt3?B1GG>?ϗ,SSؽy^j z2dS_%q ҆i2!wI~A4!7h' Z^X8DoX${udL\4a[z] yp,ceYQ?IkF\ş~/:bP g'6#4%@nm9Cz1ҞW>4`mTxP0an@PST-9.0}u?do"sq)s ֟i3z:A^fa⼖F@:&[=x~җ]IMkh 18≯KN Eg2dڟoQ F)R-R}LF';׶v+vʰx.ފzJŲdD4=[1"aCp:WzC6>^Jf05=9FUKhi;d-}o0C=ifYH^ yÎ8땭$l}D%uRT<|x* KQ]~tߊz _oJ՚ jPh'l}`4N=@JXD.ܧjCez:i`Ysŵqm{9߅!?cךQ@A=- ;\hG1ټ}Q:.KDVz_ k<4(zBڄ/Vl,Đe'1LqBbiyQ=FP,_=+5AdY\/cv21Uא` ̜x`f }ZCU7~P#m8]˿jSIr~;J,=Z9@_Fdot"-ֹё3~gi6j_%q5]'-ds%ҙ6c6 K㍶aF:|"dJ ."Ӵ8_uFW woFLX @܀Fռua18PwT UoҸ+t Uo)XFY\EK'u7fQSY0QpLLoT%#۹|?0T*k`~ ?){ \4 BE=BPzQh3k6|ݺH`?iE]":3hnВ[UC'ѳLJ>%gM^dOٗpR< ,0GTUKVifҨV.fC /y# ӚDB=93nP1= źz%E-r#q_1JѾkG;k*ģ՝&" d_^#DGRٍ5٣LV?^WVR*I͋?,"uMp1:o< } ZE,4Ϩtic]YS}JXes43d)xEAfuo!KW(O' (ӝ[/?PAHv7Mbu`gh$0pj.yMfP ]f~_XtыPk^HG w8URA$|[fHvOn1nf2G Ubf'8z(^p;m>6n:!V#tC";F Z ċ?qpRҕ3:f)Ǒ MPu܎ y:ǏbwL_eWYiZ ןruaa~fOVH$GX?tכ*|Fc@), _}mT 6PXE[.8|Em=$'gM@T)m7K,ޛ.e#t2 h.Ol!n⢩'%Q1 Nfd"o7ѵ 㔹+i)D=(gTTti ZV1-'[L*]fR/iсUmp( T s֗h9w 1t(x92P;ǖXn/f#bZL+l~n̝Y$FXw]KyWD/<vApEϠR60iz K /6CnV&ATMIWɯHӾ%dtLz>1 c i^ǻ~X'>E˸&f/%-RM:YGC 3dgR"Pc:>! ^RѓCk -5Vi5 ʻ5}x[k8 a`6kl 21>ik3<(-vs x>味a¹5SxD뚔]ݘ;ĞQIF+͎۞xDo {i& F#vbzo-gXhF^> vM϶;))z_7$ 4Ž>~dhJ*.j#LP[+9yCqY+$]4 In0F%/Bm,M'Ӈ:_Yfo^HN+M?7&$8ڑ n; ]53|[߮c2p{&~m* 6sT" %y~Mԑ y5j<4 bn&l՚jyqAk^3NEjޔpUr5lQ}tl?P11-SeqhNWh+n0a*!w id[tc^t9FjW=Zج"A~&v ؟CJܯ8UBB[GidJȮ3 jsXK%Pd~lF;^hr"/Q-`{z^]#'FH㡞G]oX9%H X]ٿgC5ӑn|m]\:%}{c5O 5gw&2=lv-#NxH/=̩d5αR7ФEl ܱ݃e:VxEuw4D°{J-nD&vsDw~4ڥ;/*d&!bYOmmDHQH/C7iXZݛ2-rH7\ݘ."s|6,45cu,uk&-[oQ`5_w2kTS0(WA&cRSG2$ϴ@Ls"yFf<osn\BnUgf? &؎^AҹE.*Up<qM铋D~\Fܝ5K(u\azU/vxJlːnNt_Lե.( |wU+,c(>#;UvrBSCj820 )1`M\g/n0xlֿ" LtqWn ƕ@t9M J6^\1t!Y}~ͷC(8}]s~D;oǪrΌ0XGm~uBEPݯl,Twc:6eKrtOgDdd8¦z4Ci3>8F'ՉyRf Qv~`YoL d[p`5k=a`m$ޑ"|Y`Ws&iM0Tp zQDv!!-28)aa T" -Yh:ӂKC :rK]^]X\g%0l[ )383(d)eg{̴-L<~Dgdv{*Z= "Jr&ps= IvdAZ-$/MtEL q8yټӷci]ՄupKYMPM7ib ilm ?o:h3hgA nA|`-GzZ"}!Ocutq3#K0Mac2ObODU_&a;q ӣY|6-$ݝ%9=$Eշcl1ZNo 2`z"^+=A0`2,Am'IdM; o,kZ"P~(I%/*<.?|J"י,Bo7JexfYH&5=oH tkYZC O6ފ:lDF` vܰVTpC h*i`\Y LS YXXl bz [÷X &:,=ri4zE݇^Z4.q;Zd O-ҡcZf'VN*jH Wx/' MKA|{m.D Q π/c(;, _E8eO:tp#+LbME(!t1h"х6{з 14*ؠ!hbjлu8rZ19QZ *rfnIUk ULt7/2= a15aH$i jDPA__CbpU8n8o,A{C/=|4X0=c,x6A9"^>4 $tH :EM ǥUdPw,G完q0- ( ~|';Kg { }n%H`DJ/jķ"7xaC_?v9Q ;ՆkK.iDS64iw!riB˪Dj/R,[ZRضaK/' ӵ] |0Cs0-Z|Y$P:7 Z uG5#Ua!I}Ul^N遝hV?N9\?4&Ps2P\æ$V:Q{KrwZfuN?Z1蘝{IL)Ljauxxh[ R!2}_..XwF{8N{aKjS;+);.G_.Qo_y aݠ("~ a)r[r(5U߰0 ֵ+yaijf# awSk)L !}~;$\TcD_A(#jR 3eaoIߺoXźM$!zZe"ǣ0y%BH)7s*<@b0[&eZyEyqK{IL v = 7N!H{ɇ-Ϲ];Ȋ/)2BKYV9@ܮs66)v^K?O(m&\\@V&bu'N(ܻUӫ8׏Kf`}T!to#ہH'vD*G~  ˡ /xjYs*%)2 /Sqey{r=̧ȃma@!Sֱyo!+I~~E.b !ca#JV`W9drWM"vu~æְ0)C$+Rzj@Z!'lX Xwso)؂o S&ܓU;\q 7[+1 k0wSAWf "j yƴdVp6b[wPn0q6F7Jc"h ,"lؿ]pSr|R6)'b!UAy*rE2$UY!>d4mYi}PH䃨i_OidJ>5IF;JhOY4$%3&C ,?Ly'-F)vZ}UQ H`$8+P8%y%%5&(֙do۩qrqAe UpZ;js.&#I([2}˿ZP>[.`;.`&ncHn7Dw`8y\Nz>"s'-u["R@sN IՔeN9S52|Shjhm` Vo hCĴV0kS+2m\u˞ʼn^%ȼPeps#9K-[Y-B Z?p9TK?rmh6a,&Pa-}Դ1s%{jb.뱴 Eg[P]yx\J,Sbb ~)tm}{A38U+w]^ڴ}Z#jE+Ϙ-xe}0h&lZS+kt| [0Αl|?|q\  @JsVHR x63D[H_ΕQ# K L{a:xn*s qAˆl?r.ކ5T 4>S8zJnl_j?Rr7a뒀P}HZYA%Ǝ&B tOq4jnwC"و x꯮Ajnĕ XK%U\Sst-Tz+,F%QxIA=^ěӰ`W2dAMl2os=7ORw`T8M,P閞x4;i69>ze5"_Zn"ۀ{` K 58kG=A,K>PSY.ĦuoZ*'r~?3Wc`t}].\] poצh߽*ח^IR,CSrδ}yc>$wiP79O =>9IGBruYȉr_V;6oeA~ f/$O't(,r*c@OiHnF y r֝a 'jEj7e4x*́۴bg׮IJ'gkcB:ٚuAĭ*aYo .w+8 Vv"1j]'tݤ(Ӯ^q FD;xߟv$Ncuc1L#l4ۈB(5v^#ۅtXÅ.&%_C[짵:>iWo"\?3>~rHSMiZWȁQw4R|[w)4J4^V&T1x!*f}g# ZPeb;9KN,M;8c8ANRҮQ9P1RPyΗS Pp˗ْsAʢӸaUJ 9clPF4ID`ϻ~ø 8$_`fd雰 3TBRd?jͣ߁Q<|fJ$QߟRe#+p]F7dIYq<2nV`@wvؤ{OI #kf8rFZR4`A s@ke}cq$ˆ2N\ʾ9iiO*9LgKu劃iQQ7%){j l%Y,НB~8Q,n)t:s#Uggy&`BN4yvkя."i0jjm3;A*XAvDxaC. 0eЪeozF}CPˈ=r_Y*ơleNxږef^* n ^87A(9xT$V / $&;  ׍F5P ^O S|Iw1SmUBI''v%8Yz7$ IPqXn`>wF:gJ^Gea&ąǼ5G6{Y,f%e[SɶyF'afDjP˸SԌB2eWNЅCM|qG)1Ʌ$wTPc7NB~Qx  eq9z;I${mg=eAK[x .J,e_A%:F V&3_=,#H1Rx_7 ,)`~Ǖ *D{{]sn 5yI}3bBWI]2K!W3yciGxy>dVO i"g_CESȚ4/fI 欄q7jچ_O7R[U=:(@#T%6/+ 2? OՂ+UY*x+ʬV +5Y@!~^9fdFy1!C) eaa@-3'{골 SuM8/J M&&Qb9'[Lx|X 3[ҿv[Z-޾H)C2qm'*ߥAnb@b pk>5(!bנf&(tw 7Y'6.ai_w1ir(~Ubj\)asǦk#!1YĚ?&(II¥ʆB4nV:ː_L9V'3V$[I}Ga%o4BæGӷ*N5.S}"!L'm 5V(hZg厍; С+ȨʽM]prdudlz.\rbjM ѷ6ԆA< 1P Þ"Sfporchz C֨c7wTO:[/"B#C|jKצˊ*eƻy%ӻfJG nDcݴ~ , #1?!{ ϐDW3cp)yt#6cұsg?tDUbE|d H\bnJ>h$!|8eu{؉[kŭRаWўֽ5KF\|t}嘲^1j ѯܟKsgN-3ҊOܽJbδG^|M>1ٛw^)~FG i&y U:yW ȫy>hힹW~t 'ۣv˧Z۱S2Ꭽ'LbfKn"fܨ1Ndަsn|Lݙw\0[^Ec>rLϿv<ș[Ƀ[DEEW@_K@񴺉(+l P52t wԍt jx{F\-F u ;o_z \/d>sAvPVkp|F,pFapĭI]%ѿ2ۢy{$s ?c۔Ufm5Xbxd}uBK?ZZ^l|J 0wYj))7^rer+}BOO=HK:߻fʶC"Viyq<8%IY.a[Uz.ɒ 1_X)#{O{6AGٻګ n ;,L>Xa:2|Lo^rA}N>1_p]_x<5zw> 8a+%5׾trtKZ}}M~)Sr&b), }mZ\ll%ƶOD=%Bfez L쩈j`.&wDϯJvzXhΖ$<l@aSV3z S_Aɨ)0]b1 Gq5 {G=k{)?S%UH04'Xo"뚕߲|M>2t!FlX}4kha5[8FcGbZ{Hbmsޢ'3Ʀ#T%G k-~Б4b̹o1pȺvR=!`FrY t3[*KSD,WZVɷ(SLu i0яv?Lb+ *dD12UBppa63D>ة@wJ,5/d:.k;GO8X?59|&v8;+|{Nvj4MQ'Κ땹I->l1d nyB] Fh6p g04mn (Mݸ-d.j;a |rdnkl^Idwte|eQW_vlQZȢяИ]CTE+<|jѯ9.ZZ w.g;+tWd&^ûSM+H+))K6Ai]ee) FxJtځ]ʄj\],Uͣͤ2D"HEX[Zf7m8{)rQ$Ŀ0U-/X~:76F]}h6]MP5֒@.m(`K#R67GKk?{j=7Ynu<#? ~% :]|rOHUKxB|YG->tx >5G>Tvd,"L51Â.ؖQ؃ UKI\y]7hmMwږxV Z ҝ nqL 󓒑q!u;SvhC dˎ_&G~fTvJ3K6|wM \\]i5yQ/{H|b Ȱr}N;8)'GpϬ 7F/߻4М:U)(\{4?/ɘ/fٕŘ^2/%K JXar$o=~=}1^&6ث9ʗIn=sbS7 lOo,Be,pĘ"Kp{[Q|s~_MI֥7+A(bf`lU_<v xv`1N'o+~:)_ !.4ˀ4 # ;BD/ppd|d {W{!_5pX?VPɠ2EaodNzuuB|JC m3cOޞ+$!0 |Xa0(($[ wRZTi?[^n™or#qoCNB܂,a|-1 Vf`baM-^؆h֯y"AQ,Lh!">-޾FE*)܁V㷽F-?;YqVnTpҕњ1L8ɱԼ}ӄ2:3#2庠z@'ؚ*tX[-2 :6wPKZ˙p4Mg}@EZٓz9w<6" i"ǁ qoT~@ _mA7 ;/FҦcХ40$8G[D?tM5 T%290eVe0KoSˠĢCEk[8ZAuH s:A@qa"F.)$$;}Bx^!|9 05bƸy%Ɏ3(dީT?\l1zxFw@6Je{JRY/iR~27{3{(j~/ΣNT妁L6G($Xr!|F`){Û{GggmMx $wwoԫ5e/L\ 1k|cTf܍jC~or. V1h:(k;MT D+huCdڷ8hwbM 2Z||N_"LJUhi ǬXtA2.«ϚTuG23p7uR$}&^/1K ;!&w7 Pq!R.z5&}U#afJ~;a $/$F(qO];@ٹP6COi7S‡ތM+%yO pjwyɇDQ&O|C[?׺,ٲu㌅ mr(= X1cj1zR .e^Ɋ5P$$ҵзlX}xXAnfLRT aX ڷ5\aơ׾+ =a?碥3vqb365[|o*m@d7.YPst[~n,ӈZv]־9r|!:-B楌eu{^XĀ@qj'uh.mż7\kVk֋!~ ]kP>]ώzr*I5co`\u 5 qb{;vꊉ{8t<2V֥сef jcRSrMc6m>$if>Px 9+K%=Cus>RH5p =F0_;5Mt/OA|n,T靈e4 mJ]$H ]*o)R3FJ@59GhӪ(gE! ==8d2/QKՓ&z#+vh5H]MЉA~=*Z9e48\HS<ج<^"rUb76eBPDCs>S6f'y#+'H|KHYimMo%.# 1ZV-&ʑ v§ ֠;`YMI6feg& \<3XFC>Uʭ4ZP;);uôn?Ѥ ;'3 vj _AK3/^woɮow)N~*\76aKȞ{iM=~"8jɶn`4CsmƓ_D{Ӟ}v]P@|-T=<͌ڟ `g _$^Sd@5OĮߧB9H@BFG"*ߔ~lnb5DW2ӵO ~״,:\ΡOrs dMνcZ!IuX n jNA5UObT1 p"ӷaπt>v:1U wd/Phe.zy#)p2rKB AX,Wroh3K~F.b GZn:{?$;+g;4Q]L ?2K#5h/]@ݿ #Ph2mxޖ7qe ?,WVsZ3$Ɵ"VVyV !_;=3^O>RLOH=>j:bA4Y5iUɶؘ$o$wuhm<>0^a|=7%Ǘ6IEhYs-Ȅ~}ݴ9Ɏ=3DjuO<4"TٜtT{hY ժ$c%ߞIXhap3ŀL3?lx 9UϷ^ 8*~`I1=B½P wYʨe‚*#^*Sڭ!o 2 0"&u\#-/W*џ%)>Y]~%x]_'1(6:\MBy NIVb:n'(j$j$sѣX|/\ww!!G!u}z< L:+ /TZ;y6JǹC8[=ikƠHܤނONR,G%"9ЅQCL>{*@? F$]SE\fREk l݌vh;\McĪ304q'J6h9j'2@De HsN6=EpNb,,tC(G쑐9! BLb'lys|k`Ga֭1+fKe4+J@Aߖe+%%CS>Љ@uNIV>JIV2 q38$B_R -{Cw1:QQ&"/k? J?~Y/w..Cܘ5=dܝ<1]XMpBGqj$ œxAgvwIsZ_>dß!HC0 {[;gWp.vtLa_RW̅V3lH3ֿlxi1HNm51Hٛr.MjRJʤDknSs_g0(/*Oc;@D+h 0W*L63"BqMAms׳D?2)r"(VB5J砟^b}5JYmE$/$3YOшѻ\ ` MvM0hVWLA/]C;:9<&-kODoP*jp>RVOճa 1KlKnZ.vfΘ8Qq ~`2mPPjAReyO=}w~΄% ԯBߌ{`Zumֱ46Jd/Jb6l8 B2P8M LT/zj&H~GR-_y' bOv_TuR3tNn J#Epş!%kͶy!)5k^jk[^]R[vgWN[POJѵVGhlD |A{gGѕҸ=rBK Ic<8z m6Scȍk͡J="R@ BD SjN[ޫD&f? ⎂*a"m\faY(^Wgͅɮ&MWєn+%P (&D)KsF| r[Qc^L0aq^f4;߄í5~.tq|ҁNDÈTB=5EPXAEP l i%'.؝,6 hªCDQԂY5<4Y&EI<ĞFL%ƌ9 s!L͍t$`ŔLDež]ݓ'ʉcWOKN<{1%PmPUrN(#(>S %4O[s(E_].I#3nI0hŭ?JpS|6<\}ՑZ G e8S40Kb6Zׂ2c E7;L Mnx%Ie@g.eƔȕ`pJZ&7,%"0w+g i~ ӳ6bm/[U!؛gE0cs@":&Wdqr(؏| ōP>'}EJ-7# &yS;5up7gOzO+[݇,M'Ÿ@oLDN,;#(ރt[k!&P?9C?Oh)hRMX& 9K~Z1R[8ۊm]vH>]#N[l"޵F׭x5%~uQ\("}2) $$QQK][yvrU4t6V'aX !~E [M- jqQo\uz+Լݓo0Ⱥ,L/_P'LITgt;D=(/_D zdQⓄ' cvq^OΊIa5.4W?A`DsϼQ Z~Tw7!]עCqB4/k=̓:-^oWe`5OٱAbݝ޾H(. DTJygi&,X$Bv%G|z,|CMXX9ME1Tm*sߗ|y70Z0\ &%h~KjxQҸ^Tgv/k&AC B-½ pX`?f"ȩ5"ق&cX{hľ L{5aCCJUbW[)n $cңi1GQ%C[*v ~r\[7n$D *X "S/9o^QwgOp!W ,)+ꦈq@ ,vW%m7ʫ2K[dUou24D>G-KOn؉ߓh v ׎yz3`>CC WSYhwM-\dHw%p$w"4<}']A!O3(hMְIG~Z~~QtRH1RnXZݘ\5Zc&J̷J e xSI$w(sofRUI\VkZULQs$`KGgoI.WϮ3k;و%YS~r.Jl~u$PS 0r)  IjsQGy&ڏĽLJw!8e21o 9UõG& ގ6#m.-,W 9-b*/dOf>">Mj=%{/[7ERw'GZD1.WbEcBm zQ4 RQ+^g'=!wd* )V: |kOurb +P5+&D۝o:MK?KDLPqg6!,|=gG(@Uh/{aeUAmxgX`|] YFڃg'tVu1ɪV؃M7}ePFg_evo:Q_L5Қ(0Ym-jPJW@C^oX7}&|9u~,'ʣϣ I|::Ur(JА[O99m]4nδֈci|~dz\@;/r؇'fmɤk|gkä4{4Fgcnb"L G0\,PSvOph Jw-]II]^BXQ^G榺 TK>TP>b6X2|XQHyG=/׎Exɮ\XuAB}'D;:99e|GKlq=E|g ᗜ^eR*X=ITPt!h.1?%]+ml\184A6".Lh {EE2pZȡxQd!Z:a$^Ungn^{)d4rv~X)?Gb% YnhcURMսV-^[yLO&^&Oh5{ 27α6~Xs1w\H ZquJ,CHn㟧&e~U$-LQ!N=nd4CˮVvJ{3q9ECCcdľk&('RUmFnhm'H+ēVQ72<xZp|1PRk"V36ǭɉRl}o}iWl蛆4vhn6U[;co8w 7gP W~f&;w>8w$ZbŬ>$F˔tts]Om/~p֒片>9gx `;I [KεFn%l eATsqQ?5Cn`+w5 .l03vy7wLALJ@^H;)>UCqLAc{|KQEAԶ܍ηnFs۔/jȕ5*>mvɶI@uDE-( ]oBq4pr&j.Q yԱ{ib7pȝ2ȉX Wv^J "= ۃN|ˡ+n|̯Dc*]#}Np \h8SM悈?\~MN/ ;)qskŏr˪0rdk'fX:2٣ICcz2%u<,>^ˌ/B_Ԙ@}œjuEBCpa5G%w]jK֢ۋ[LZ Ҭ[,DNٍ!?p㣘e;WXG)@pf$۸>Z^莥‚kM%B*Dj]|li$ԣ|yI ˵n0@ks)aUvG#tc<3FmI<61 Uqp6b>S]v\A08{GQ?vg{Y.Vz_%*DoPMs#;9Y)g Z nXfdzRGS>,>m 0\|} w\mv\GO&C0 %:#sxfntU z >JtnЙ QWV[`&s&27̌Pϑ~b]#sUz2 U&r$~\$~q`1/0I=v`1_"ƦymM3Nh a^iEu'feG,MdVRS"h V$<]aY0SaL7D1i(ޜ NէٳnuL"/Wf 1EѧžYb@߃lISJ&gh#Lƨ1i䟊IUg c{xn+GٵB @bVeYDNps% x]#|K|S1?nc7?! : &5@Mcr.0N۶ UbÅO-e?rLzdyoe2PJױ!X~x SzME3bDGi- -Rϣa Ճ GC+ҢV\醸X/1d7a "+?hNE&^萤A6 &qcmhAla xGWH`p (Tզ޺a K#ۻoԜ/s6(s2+n4~oS:CC}oݷ_8DW\a{S@_6K?ɩwuB/MoVj{Ev!6lN4W8b4`>_DͰ7w.{@/=.B ߄ )i#1Kу`wa*K eD/9ZӂzȬTn鿙)QJ.i@2Y΃R?hתkmY=*ό3h@* 8S( ###gT~Qbe}~Psr3i,ז@ƿU4ΡOf~fam,\+mx$5sKb!dg~[ϪZ:`9l GΞiy8klLz~GM)t9Ɏ)ՠYׁU1^Q9ͯ{C55Ta[Xř Ӷ ̾ {,rffsdrtw!=Kd);j!Uc0}kjZ@=. ,p0[n$)oC+vemBdFЩp1"۹ ym"lׄ>7hw d]7nˀ]7*)H t1 wn܍^f)hԃt('2쩢p/1wPVb~mZv8^%ƫ¿Y߈́Ya8x H޵[oE8 O"?r~D MyqfG6#I4֗`*f5Gx lߋHLk 5Yq SU~TT۰%tl7zȑxQmZokbldNvX N HOŘNUzWx v}z (q]*ͺB89;7>bc`7= @'h!en3/"ϰ$ǹ<ڇ  1ORK?T03ѵi6nԴמ# 0{ݗ*dAQ`,߰a\U # {afv볤P`RD=VwO΂WOX2ЊkCy!R=6jO@e !j{n:|eh#+vuC"Δk-( 3R~=PQ9vl\|aڑs<]9. b |MvJ3fx^KQcnYbq*z4v:NyGl+<sP\dw;Kܑ{㑤!B ^;OY*ϼ^ǖ{58E)+1jR7m?׎O*6挬|ibP)X=W5X,#YDY[+w귟n^ Q0%@;F>Edtɒ.pW@?|q߁WR4@#x %c຤+> EHi/W⹊H2NAAɮ4/L}emt0@um*{t89)-oI*#[ߓ)S>v/;SWA!JE_/bm@e2KlN._mBTZ:cb8@bL~߭+ZSL.ˌ_(Sg=ɷ SWbǂ1&>no}F yHчIt&Tޅ/VY2=wQXlT[*6‰GjQdEջJ@le?ߜ$#x3HJ ={ VކI=/l/B1\D(hrjj>|ly~Nnp4^#-Յh?b=ndE!U9ONJ.;[NBv3LIps!$|tWđI C$hh*m 9┸b2 "-Y24QlE:bLJLOeu|hFYcP ٽ(Y]A^Ko?UDh!*޻J64ݙDUKi LBS̯TPs; _Pm:0NB7Yϒk8 nܜxgIDec%̥"LA>xTk[/0&(8,=I]3}Y]>oCQ {5B{bsEH- VLXL<F'BӢ(UPG_m0rɟ&ZHF>a:'=]:Ӥ%rPHJ77G^L9 _y{`jqbANmx8P~ߍ%QUn*-e{HE[R/z&8~, &~ϦcXa\jخW@;uhb ,ǯ č i:aۗ`aw7NFb{M&7W!IM xpfwAuZz16)RĬv A6{g[C`\H< !|K!QjڋQR(}Z@R h|wz%nlzw}O5`\6"yn>uZLƜUqXЋ -("p,*_=;ꚅHRKmtT"6nk:{5o96V7sI똁vn8Qixf|VO&;zvQ)Q)XtNPZ%t6zo c͓"4EJQn` Beg,+%(`qe zQ~@DzМ!£nZ'f2 #C0᱃ 7I2ofC (wL[\'7?fzƳf%yi%bL[}y\'?֔*l'5~#M+{(5KO#Jͻṯ}0adϬߩ-2,nY]rF 1W8`J[kZڐo3i-_܅cۗ,tLf@5zNB\2fa˼Љ5bt\Id@htf6TuD1Skp}s॑.mga)+ ѓu̶d9LpW., &WN S{Ng2rS6'K6߃=|j="aI"=ri0CAR3 #`rC98Y7+E%6] f#,K-S҂gll 3NyS2\  a+ O0v"AzF 8UނKC78l;IolttP_ŗ!3{bO]e3fTdB}]^h{ië/")ߏ@eʞnǰS~޸mr&4O}@-EO k H^ݤB'DT8s5yzti+ٗ?AR{FK Hɻ`VO[(,MXP=D%([I(1=fP@>t"<B*@׻qJ2$,ބPGvb\4L\\9Ps[@Q 9)A;L,&fx Ў⸙4ma5W[;U#f)KOqo9GJrnBU> d5\`ph&GI6J%jQLc(zX톰fEl6(uH_j xb.E\hA_;ƁsNÏ$+~DNPiSe"ec )?[Q((oĦ0DRq)*@R4ŏ\v*C磹ecWihaRɓK_/)~SDo uYAClai(RM@Wh}$jAo3}(KZ-E%IX,=HHMJ켻j h±Ysr*%#{Mi`z'dǎVO2[͵V (uCV5rye #JΟO|K_14b>,hk4д@ISr[ň=]=0P`4Qv /]/9fNr]3<͖D] BW5mŴlˠ874/0LU!/BkQWmVߒp?6yoVҺuR[=x6Z];"2@3&Ħ |mflؔ+ѷzkBN*68||Wxdһ4~wׄ^nQ);4#5T4[?iE@W%fVⓀ-4|lHC5c>`~|j'[lcљ!(AF|LƢHZ *.Lkhlt g;f$Ҳ\w_׋ξ\:/k 1/Dƨb)Z&GĜUOgl׈n dt雈*3>Jhqͨ}ťI]`Sra'Uz,:y;MPٽ;Uӎ"\ԉpeDBӍ~ʸo0tue[++omu80~'9 XDizdWl5KCl#iz:"kaQ31u[ֻ9\}Z!ڀE/)g_N" 48D <6p}ECbfoIѾ؞.}SDMF(aFb ,Q&z{'pq.HHp8&4&NXyTn1FaAc][r5d[:dp3dN%e),GVjrXg dx`,}y58l;*n[{r{\/p[ w|FU)ܤ-tG J[aaY!uw7.-[8Nv6gU6Yɛ.?]ztv?gMrkצߠ,;'!!U"8icQ?PmL;x c{E@evISk"`*EU00v7GJB'GNC7vI߬[; i CA%9AG/KqϞRHS%ΰ*6&gՅ%& A|.WLYŭIɅ: 0qA'k{e:E{\/BlN T޽ۚEX')ижr@^쟿 pX'Vf4S@](=9G4*Σ-/ :ĩ&sPSޏnGWg䫕ꑾ_D`Pw3Te]=5Դs> B4>t$:8e1j  !%%) Q$}]s/T.J^Hb\ aEf.+Op&7> !9 5k&Prxef]_P XB =Xsiq~ùʀhhJ NѦjXhIǯY{Tw>*te.3߉ |N4 W97 ;,*]: G8Mr?9DZ HPl< xIG8#^DubJOSИ]X˙ZJ @;o`K@[yz)SrʴSYd[$)W?3{NL Y67Q sK _+W-r-lՊ^Kԡ uSDKS7*r\ + [9tAB`Í^Op5ƲRi yEVfA}byvhr,W>{0ɇlֈs{jp.ҵ 5/58>khMJ.3EtP;$Sߞy8=YШ ˍ[rsVufٟ췕BNMmż;[%&ԡ/iI@U(@Z H֗q+=܊b>A< =SͼOy>r( ?*ѵZZWVtux*M7BkYZ\E.=NMTzrzwJXhWu%dPL }bZmW*#=Hd8lE7gOkS{d|*Q؈5#vJqfS"F]`LS݅A>IҤ.h=hUʛbzL&M\SkkϮO?oЭK:vzƖڶmR'UuɆ΀6pt%_d*73!<9kWX9-m"oǣ3(x137չt ="xK!zj8lp}BþV &gK4~QZ$+$͵7I/VA_YZVk3ML^F0CLd ZU`ɳ `!ci15j+pEC]F3;@fW䪧ZԢN!,!q~װO֕ujgW7ȼ9xqFno7bWَMcCCsńYBf~ໜWvNO\1!i9ز !rl'H HtOpAnu?@8E`@ Vq{C kktvTЖX,32E0{$:.0]zFc 9UGs>l_ax쌏lOc(kYFS1rr)U_O63fX8iFvPҨuV. f-SGjjw y{'+%TȪ d:SqR^C\Y RՂRT[8 d5Yq/G.T!={um#QjWS\]yS< ӛp2tC hXi3?Xa |Nкu{ɛuNmtad1_de%eV@<]l6w=WgLG0˜cU k1YVM(ߗފ +Y/I d0 <ܼB3`M |v et8-LV,$+&ۙHCJq`fWd]Sv~]$J{}&i*;zWdjDGWb ZMR$+k+$SKE0n=7 8) rX~[yN}w`48%0{v _s+Hyd٣mAG x:Ҟ?*I{^ez;_ ۂ椎8 ١rFБҏ#&O p P&qE;mmɃ\pS)d7eZ>u;g]LJm(0AgxFB P ^sP>t~"vUY2oa ^sDK}f2#m'SKv)쵀02Z6y3dR%g%3 fRG)a/(Ol [(miTd3G$YSDj[$~M(DΧ~ڔΨ$S̫O@c)R-vcsloUw0gDž˩v[ǣvkm`݅bp F^-g4n2Ck|鑷)*5yڟ/f#X~. $sr|31k8'۠aĂ ]Q}n牝q+LװI>'sC.X)ӡnu]!!2orjiEI(K`P&(6:`fou8ޢ#/XoYzI;?Y[jIF.߯4 5Mu9?KW\Ǽ *7z਌=LSI{K!녗 NmY|d-`v g2З\,`|UQϢ%Qt€$c6Í|o$ssr釃>/B Aa݀3w4'mrT1 or{R+h2&jj!v<-<|Dҿ;# E*ֶ{VK,~sODŰSfص :ԢY]6x+ }3(g#,Fh(kH0'[})?VP`OǾCv'/q}wzt rYzʏ1<*7BI7u! Qɹ:@B#H{t[I"B$C8mA2F6(o;c/}{blY Na X㠈v;zoY oXʽ y`R{P9c%,kzޮ$>q?Qp+/s1ٙDt\"gHtT\v4U"WTDw:{n;,1P 畐H_4.vQXӹ_ƌJqGn&KF !!t8iQVK W40;T8C=&"q`X0SU .5h-F[;bGȠjP7pb}:ᘑ| %oIR)mTxmή;kvk|YN`ȍ eTV~$,:j6ٹ $[ϻ1r8nFk=3}@KB N& o}L;Neqlu~/ZC jpqJ Sч H/ HmVZ5bb.EGP動T@N 1f8?nLe/ۊWx?GNʸ{S;'G_^O N7hkU j̸n]X@ÂI^A@ R3}$f0MVȆԈ4vV %K,Z00 {@i + Be֮f ;%CgvAqJ0xRqćmjloB{i6 ~@D%旺1mn!Yt\W4\caDWxaI#)QW;\eAj Y׉ԣſ4w!1F¿뉊9>ؤ^O:G/nޭhLCiXqITN>7#u* 4f"j"?yn~]XmiDC%W2̻$[Ѩܦ_<[S'?= N#a٫PiD'HZΜ)~ܛ3 M+vB(pZ#1B^H(G\Ƅ*%'|J x{66|&\h=Ly^%nϥ]턥 YuF@ b-Xfm۶~RUu1k## aKԀwcS}{5j{4L>U~H"k5-=GBq )^ &k>%{k8"@iPS}<5Y,ǯ0D͌pRS5m96Ji07 `; )Ӝ}J!|i,5>9ة)`O5U۠O:TDw1^+G׈)(iXMB^y.]|qFhSgF!gieEtl$iy؋d!zzKvΑ7SuȻV++=cUflTVB,h}raRxFXuՒ{B?JlPG79Du~$g]S9 I=6m_| 8*KW7eD7@7R.FOYZ0,"5 /t07Fp#6F|N5JTu/8)Dk bk A&TIt3HVvy#a/PCY<7Yw}=sYd^w'gat:^ ,1*5vA| T+8Z2*;CxSY/{ңX?*Ͽbq1YwA u= GdN/ Ā5$+H/Мȗd Uy=}uH+v6ctldm{cN}`|o< B5ݬEHsgP 5r#g:3rfFH (giv _?RYwʦ!`Va8q2+$]>H8ﻣKwȦA *B 'N}bݞ+Ag,ݭ7mrs=r7Qb7S5^mϧHv8PUDJ6{Њe`Ux7 S uli\<CSͯ]TxX̜!(T!IqOf-a==}=;^&Kokbޯq: N4Nx27;ȥ!ܗَ4d\~ l{ ," MjVHpH043qrpP|-Ybn n.籜3($m5[ҙ]h҆o@ڡ R%W:Lus7aظ:>dHg2pZL}PMYd-6|d~ѤLjդ.0~}l[5DcAd*}Qo e2"#Am+㙷2ocŐ;2Dql-Ddďujm|6^!|o}X㫲15ZOλ+<'C<ӕP@{2#2XciӄZj,ժ ${Jd}v@ <(DAEFC{}P l*]mwRTlV2VVW˝ReG\/y=`Ji]P3N9ݿ4:ePo}Z@lN_ 3iF5` -fJJg\hg0Am ڧIڢ Z`gߕK2[E(o xVƳյY4n?|4U@|[,7Cq˿HJ^;ۘ>ӹMc͒JLIThLW=X50[*ajY첋OE$8 `m| Q K͎#Ubڊ1"==S滨2 cAwUjZIk,+4`W:΋x F6m4fEj'}SyTטhOP A_>-E@q:pUnp:9.XgH%䭃 B "y]qdG@jVMg0 leV/r?Jβ.[4rGfd@ >'sQ/'& p_ޜiýZZd}W-0D)p&=To+(_z<|& %,-H>^OUhOyl}~^᪝_> {+T$!kC1uUq!5ef6Y)7b8j{6fsq~~pvE"L\8LL]xD_ [ wЙ1 nk[\zKY9U^E u\Ugz1Ea _y8k0+Q54?ˤXԔ奕Eڱ'p5}Baok \R}?S%Dha5v(E &[Z9U"dVlmEh~u4{]'gj[5eViA87>=*lPv-񦹤Oa(Z?5l:# T wB=诉dAU$'y.c0\@h V"j]c'C"L_تU4~8f2ޫ~#0']z5j(&baV/%ׯ_qpOH=m(*x-t9,O+fK;m%6$QŜ4v2J8 3npD}װ ~)φtD ?ϷB*mMC7A bR 9[A|y@0@biLSīZ69mQ)%ġ94 Z+޳?aGx~xz)z|ԐfYhzάdG_,l#m`LbjvV!ox&Ŝ6-{~cp< 㭿pM& 5i=:4[ ԞpYU7zXs/wջfk& 'Xl&EKe 6ɧO;[S@҃?MG2a˾XQu΋M7 ѝ`0șaG1xnFwT =;̗]a1ai\k PNNd=Q}2k !JY+k<"JmF3%~|*<"wǟ!J 9E3GO%B9l47z1.wYhSFHOCQL*$vttla\XPWR3q*(͌,i@[Qߐ>+JV$:)Gڢ1EY MJ& K/÷{4Fb˘"O] Ml8 bXhhrm-vUŬ0FdM؆@c! ve'Ɠ:++-hUu†.7p@oV\'{jЖگ1/ztך8/]6݊8= wc"K$2-&K4^Q>2`ɠខfG`o7;JͅN_| r"1clV;=%I~ ?}6[ 'T:&9G9rB6=MX |o0KQ+gX!C(fUtK۔h[2rYLHRixo?l_6: V/f q`hE$W)0.c=jN3к̛Hd | ҢpPY|oh+yD@o G AW$_y:'&Cvpj#l>ݔ mWNw7:ROmŬktCETE_Kr7D%ʠ8-~Niؔ Bl$loqI`Uo%©-LbEr d&p%%YwF3?OtJh0D  dDj4^wH.,Hl0NW* 9{G*'1RhSnt/BQF;bՃ MbN*Jak2C{)21(rQʺN/C׏2_&ы|d/~KUO#^siLef]xrFfw;⽕`a^-)|SOW"T2d/rxq޶ƪ83f'(F\t:}`8k9 E=Ot&o xؿ,| 4AtcċYulY#~F%ԗoʃGx5pt*I[kݜ)~z4;R -fpc>0wa&/=e, u(rN; }rd 9+g46- U<7$W }OӞm˜)S GXW|eKNWa.qI5c8E2 5 AK˝- ˍ첌JE>s]Wón}lL8G3oX?ll]Y h? nk=2 B? 7 ,BwK$а5m.+M"Aw|te]859o&m镩}sdwOG.=Z[]n]##hT?lH7> Evs VHoN|=~S qv#\3@ڶ}v^ 6B .IV4+hA͌˛.2xdOJkGůasn RbTZ=N ˩J[e߸;7Rc{lBcU]YjV^BPqj++:5e~^0\u pmmKP2gxag1f6"VX4jD]~ʀC._sk}!. +TF5,~Ohzv9~Fg z1"`[GB ˱x 5E.:#sN"2OZ?7jV#I@K^=r%kYWiF(ڃ8+h80o5LZ{3tM=(TBmv5-sm~O Ik朳kx(^@#Xe{ԅ3 ke& |Ի=Qǘ醴k70G$a)0; 1b/ -Zg vB/.~Lh$^wDpRb23Wwz6,©`,Cj>(NG)}DfePְZUV5(;0Кm8meZ 7.v*6-gR=R0QKh|/Rg^yp`xf?SYF9li7~zJ~%GA;7kn÷[h7L&<`) sC0ߪԿ MJ~([O"|o嗂s{tH7kҺQz/e4v)1:%.C-HݝI#wfSxӮ̓{N2/0/ /}`7 0?>3SJнOrZD^ԋ`Q*ebYZ(WW_3J%zV.Cj=٤]DnKu%=)HnN"pN\d7dPW$m{dJ6T9e4:u0q0Ҙh1ˀ)ݱF|W_|IS)+C^HN/JMa/4Td6CaR@*Fa׾P(z){I<@ᛰht\ m%P̱ Ø_sazJbTC׍8ԙ%+n4/gXQ~1&jPB:xm#kuc6yJ l'4ƳRar{úX8\*MN*H) 'XmB5iJcQK90u SuPo8 ңw?[ٙ}k*@Y~|?L}`=WlyO;R݊>VM}ˆ'FgB>՜:6U/P+-@,OP LTדONuq+VDb{ EUnnޒ̺I NbrPɚz8>īe ac@CX0E640T09CVQw CWjq:%"j=gd+~UG+)|vyÝɎ7>FZ G)ָ,Ik+ЖF$+8:6&^vy3U*@e (LQmՁt[RAxVdԭG &ek  YZ