parallel-netcdf-mvapich2-devel-1.7.0-bp155.2.15 >  A dk<'I%z dzֱ ):zɾU^~E/wY\B9eAD{T`P >-Vfy w[b:4`:k1 Zl:R1țLwl]:$JpFU(-6!{1VL8`>eܩnMNo@͆p~~9r̈i)۱x홲MT6!,-45=$(ێ=6}ϰriqlo !mI:ϕ1ͱ*J$)Hu"X{ؘl?Xe|J4tGR ¼s7YL!"$f4+4lQr5:K5vX2: M0L379)) sܿ9>nۋLFC?/]z!i桕00556592ed32460ea4f155d15984863f38797929b85043f54cbdac4e80fb2c45857bedf888b4801936f04192c127ab5da6510f62Gdk<'I%z wT͘,ϋL[GR?L%B%E@Idۉox@ {ˢ: mgޞsZh %F}o@BpzY}  1kTZWL7o'UW`./C^&h[v$s?zfx9Qɖp:YPXMN'dkFhA)|90493m /o#d܊%p9!B3ܞ}" Ea 65co0hWuFWꜣm]A`^n̢L0KrM)a%bb+$s'4=@z {ca||LrO#qE59U̗H.yԡɬd1TSŤYMpO7𭂕:B/^?Jp:'`۴i`j+BN6 q?,ƓqcTV| 'ċ6̼TM h>p;?d!' 2 jx| ,2<T ` l   8l(8 9 : F5GHH`IxXY\]^b|c%defluvzHX\bCparallel-netcdf-mvapich2-devel1.7.0bp155.2.15Development files for parallel-netcdf-mvapich2-mvapich2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mvapich2 version of PnetCDF.dk<goat13 SUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64+kv!kdk<dk<dk<dk<dk<dk<5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf0add2a23d5dd0ba1839903df66d38dbb968df62c21b70d6a6c482fc31f3704223055d47e5ef0c4517208ce269b5bccdb401c4a3ed6df862ce4b335167408c67blibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-mvapich2-1.7.0-bp155.2.15.src.rpmparallel-netcdf-mvapich2-develparallel-netcdf-mvapich2-devel(x86-64)    libpnetcdf1-mvapich2mvapich2-develparallel-netcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.03.0.4-14.6.0-14.0-15.2-14.14.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 namegoat13 16847493361.7.0-bp155.2.151.7.0-bp155.2.15pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mvapich2/include//usr/lib64/mpi/gcc/mvapich2/lib64//usr/lib64/mpi/gcc/mvapich2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:mvapich2cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig fileY؛r0֢_utf-80043e25a68a402b06b00aaee9a6339b49404d7c27121aeaf770cd37c3f43f01f?P7zXZ !t/M] crv(vX0ٱ(L艸O0j#Br0ho4땠߽-?|K4&DKjikں t1Sn_qlAk[|o 0KEs?^>u^ y@ڱJ?PW0s8O.z腙=' sg"^v= Vʭ Iő2.vS-k%){i<.=GB1:>BBp!񣈥QK:rH^y~E4}5jTQT !І]Zc9Y@d!E{HA2]Xv=\]I(~6J|ً#T}KKEx-Ù eMq~.&ƽSMW 4㉣Bw/ǚ-Iy'vcv_eBd`U_;楧MZNz71WoH<PlUP :GZ7wRI4FȐٳV5R)B(NGԀŤZ٤/p< ,@ cH^Jn\TES$PԎ;!FM#E,.(*0=Z[\<Q$ IbUa,UfnR{TswY(|?O2ix 0 (WoD .Elf8o:M--ӎCTӪq$-/cA)jebsSYSwW1V<+ySe=bp[KzSTcPkDeK.gZZ۪ٷ )>!z'߻G0$I(RPrC8`؅KFލlMU$זq~aLBnM'ǵlWA հ#@ P÷;֎hp>$eN?V)^Sbx(<c 8CLRs.*yṭXt"-+x?*4 QM=u`Oc"҆\J}|^]C5ES/ JЍa x'y=G8v+t k% _S| ".)v4ru{ ըICs׈C !eD菵,-!B-w ${Ubtݴ3ee@a AZs8Yw4,JԣkSuFYWA 謂?1h, ai&G4ūLjj\ݑi4]ێb!06T8p>,RO-$}@[8]v,W0?fP^}@9oPN!X^ـ Va:$K 5POOwq]@@%=i{Пœu_8\c:VZWo8_1W[-RNbُ؄{cv`dw8f@U77u֤)MJ~1*L ̞#LW>xYLq/CYq <8;IdnJ2;`Ds|>,)y#m)곓͎$6x<;HbƣTYABn@ 'S &W$אKTW2(!2꾱,ɿlZOB֣ rs4f}mxXՃL-44է'|'ԿHhG(xGc7 ë{ 3r~…*KFwVN|<7I,^yL/[GNh`k]Tā;"Zl UoI\-T>؎}cqcYKwZ"wRuq|'-pcM*FRQc.?yxߏˇ4};XM_瀝]º3S`$UՇt!t KCć.*NM9ѓyO"B Sκ*u2b]^;N+8' wY]%/ѹٲ9tg% D˩$n\O! б^4k(zjg[[NB] Fzҳo-JDžv֚)]6e #L1Z 1<|)IO]jYus|nCTcXo: '?V;(>@u(\w-q1t?;HR'q i,NS80]V@caW8 u/WO;?Ō{eYbs w oCtpN[֬I@r]?bmyI%tMJDS/=X'Pϐm :*ފ -Z[.CJNxO@C03}En +A_N bwl>UPڷDj2bT[sLkt}޶e#BR@lKn9Əϻo1v(ƌw{(F)o4lt;׷O9?\@,^-gJݎ[ЯT@|w*b ӭc(HWc,1SU+}"+vyh0?(h{u<: oqE?kPay9pꙕnu6-Sl &OvߢQ?j3 Kk˻\"R <颗c80;D5^Z탺 S눅Y\G яΑ1 k="|<8IB-TNj$ q99HY =ASzVnm?sm[D?";hSgSi$? IJbV+a, ~7?W.qG>tN^Ż.R%É0Z8ic.oJ t s7%Pz^?|+wbts6t=V5T=P<|hf<0+-λYl;(uu]EDOF2/*攛̈́6_(b}4(e^YEVoI<}caNbPol;H!z(.yk$1#[L֗.8b12^=.Vjf*묌p_Btղ-e"J э5cN;d|n2SUVt{X\_m:;ƙ]6wӗn.yszjHl?h ]aHy\< "S IQo}o7s:%joԳ 9/ܺߺrJ6,~]5;_ 9VI]9kxwH߆_?C?:_Efg0Ma IlX^X`^OQ?ț;,g[G g$йFot1l{ PM䊇IcQP >F@G06U2g[Ocź^=1\ae2^k,_?cMae67n}basP ygŤ!wSyDW(ГB%ZΘ}NVg vl?$x ~ k4%iZ_J]#te0tQRΊӢ>4oHLKi>\uUͼ 845Wmd@Rl% DX_vnqW.`_)ZekzX n61Y1:EJ<ŧXgFHa 7ssC̠ { N;y2#GstB(EHTK-=H]KS[*$Ơ߂PK}kk}/ˊ* ^(/ՌuM_?79Inna39@8OT,ws? ^5_45m1UkO̤ Sya%x)-Rm?vER.߆N㉲i86KM.Q%e`(g9ncOU"SiZN  1 %"\CҤWFlPqr >BW. sG?xcsݳ >Ƀ&oq4IIOY}[۹?1 E=mL*M}K֋ vV$jWIssTO{KԖL"<$ޅrh MRqu)i0&O> XvNń,5s_O<XSpw6Cp4ӕKZZ!..I1dI v 0X/'bG>j5?uaI"tLyS`\^of7gFIFzvu򧷸?8lσ-iu4^(m ?YUX8`<6xPNwX5 > ~g4pc rUrx78dz6KP[9-2OԊMX7 (Mm_4xDJ$JB/&\p4Ob)}DٚC2?;$gOZf3NB6OA4k)CIrϖ\ܒ)  Qk)Q](P_cgaZbU4m5jۘ=Z-Acyb$#؄&zLe2fuًI2!9aA/`k{3ooyuHqiUZ̀UxGGVxFz6{6N=A&An dT9QB2U>3Ÿ:&vqZZR >=9[G\."te7Ict.'ے14{_.fuؑ,eAg:$S{1nبMtr!F~bCHEյҤ Zʥa)^ 0ȹPw>V !6KQ*[n _RY(lPA675kZZ&ȳ>{q,K>?GȻ>.5‹߾VcXĨ:(iбW)٧X]$)?.%5eHE)Q쪏1t WT?8xfAKpu"]2U˵LD&W@Ĝ ߲1P=6ڬJ7's9vtU }k  >@)7ggP:/YGMw,I(^ǵř+`'KͯT^X Q RyW<hMͲ Vb9lSa|'b|#a sVO/׈ &6p'vyWxO|ac-%%IwN zk"Dbl>r^(ٟ6"iij@L- [oJþ{luDc c&> ?)'뛶v#a9E;N \B2Jni :UjtQDa/YO6m'8M,jγm0b^8cXN},AB\HkǶws<4Fm~G7Xp6XJ~Bj^iƘ>9 6M>\81j.~J-C Zz`76 z-hd@etK8=eݲ&[3? gl{A R-?? Yn;uЏ][R"p]3ZصVT68gw<(-9a$b?zO\ׅ×ů%R+'-v\xCu~x1| y'8}YBV$60b[^+BwHT/׬  F+8%"Ҩѕvޓ$/"8 bv!?I腎sI-ŭ>'T1PMoH6;y<i h<@O0$YZqtJjk~M'N0)S"aNe0Ypp[)T{㜹~Vlۗ0a;{Qk֘ʴ2 7L(~6 F? rUNm%B muλ ZFP~Cڿ]/FAj|?t[YZ0NY<2g4 "!1mó_]]p6:$hLenܷ&APFC<DJQtaہ S ' D|oA`Mq9u<18ԍ Ed1 (Pֻ5ư\c!tT&P4Ńa<Ӱ8@UITpiYMvƋs!`qՖ? ޏm4E贔(K11"Q_GwX^:5 )^r il q)&{!~J !@"%"D#4KtR[h4i6 gLG,WN-H%\4\YX[?7mVl% %,5;tgMQt|Ўj~5f?Upd("|Z||CW-n58T 1I2!R2wuVPRP}#9\'_^c\RuIq2ls.Ӛt\1sHԲ-m)L 8fTh7a1SNr5x ,e&BJ.rדm ;@%{{$ݢx+1`!RԁOqt>"=/c` RG٭C|347÷LC.lC l@E˾qcq8)< 4T<֣tS|Z4A;3 /hR ' +ؚjů)j;Hװ=xCtC7nC|Fƃ\7c|d>Ƃ#yM4.IW`%.A+R6m Bԫr„/= dѳk^e ; B P[whXVQF]z\! >Pxdg֜[q 4@6,kǹ0ZRLm)6oSJ@TkߏDo u}( YCi _c+sĐBHۏ oטfRA]x[%J~g 7jY?a~H* "ȕO-T'* ~_ڑ?hJ (8pə`ND}w;r,mVّԨs"&HYFGuqS"TNQQ@+%p[υGsIb"VdM_END\- C%!~F$!6֌S#d 5rlTHW7Ag:;5& 'n[E3=RGX5Wgښy$ࣶW$ }URLJu3 D~?{ڠ_-z~cMpbhg+?û22èhpCa"~7s. > pVP]N _#NT{vRف ߺ!6m0CWC9y ]HŎv{_8筋-\mڨk'ӭ*3\JZ=e bωN}׎;R)l @ιRZiZ,R%*FCqA+Mn<[ b)i65ZèpS F]m^U΢K ͔r~p\:!8{R.d,'[7; V+fG{KȐV3:I@+Ye1bcVL:+i[ /PE|X&{Qp aq3B;oY#cW:"ox]F@OT'68YbSpg .RTe>V'v璙~󏻌7)|7quuIp͂w=,$ѡo#&lxAOO4@/^=6BCH ?],>=غ^}+6l~J#|ڽ][#;XD|7W'I2BP:cAw:`,Oi z+hcJnU<2+!%(=$vB9࿇ϔ2j5(GKz`Aq= QSF<>_=;Z>zD* ?|C:Iz?+U3ș1. gYpط{ %8Y p?WbzoU0z)5{=R'"W[eQ\[MrR] ;| j<4Y~29qxW X ,eWf?p,3b>HOsj8 @%cl>%)CDeW2ߵh}p쯣:䟇l\<0ٙRiɼ*v>aIk,ZNM {S} JH+9&ޯ-2LTGb"'ɉ`q\eRTE}i+{@ *]nB?"'HyQN ʅ*8ݦȃ Ҩf+SECrf#y|.1 ULEa:Taf^)oz,N(n4^]ZUZJmT jeY0$3!?<۟MX-^rg?O!/e})5]<9EjWbbmFpUI!XiKoAJg#95F^xMm"A7r0a>nj-(08jv-J?A-u^Ra{_bpG@-r.ߗm)Ńzod4o;E:,Tx~ɲ M *0*Vu} 'X :|U.u?̜^/oPo5r?aAnyq#yde5.~OK }V{@C8ZCx2N'J%&dR hxΖM(|WkeL]id`a[23K*K*D'HDWs %eyTAg(`]JK!.|/NRHI=z[hCyֈonvdk w|j2P`օA )*4[FK:]mU`icOLb~XIF?l>H~iAU 6z;gY'P!m {ayv3tDg섃A b֍g53_GBM[WgA'Dqjƙ;"-.ЍkgF9X[/ 'bZL8irB1cW*v,V bce i4zK[ t[̺w~]NZS9Uz>,Uј-,q7jr y /@T&c$K%鞄TJ&T (^o XQa xhCœwM;~8֙YYz kj'-eKD>' CTUAvEjО3Pvw?wdXD®è3Ai?#S}`N Orq@9R@#}=1ŭTBwGŇ)k?eVz^)kP|77j 1,l$~[bd\7HrXC h2k)Da*Z V;8Oy.vWভhj}Rq]l#5uH# [N0du#jUZmg-+8x=C<U~ $*i>L󐩺`c:K ٣?pP)6@ݾaCH`4`c:P<[;+SJxˢxY[F6Nb*C(W]mWT[cjQ9@iZN OE!Hxs<[q ?Z&X-+n#|j9gYHv Q!tpASU51'v6"Пs57eM$:ҊL]&F'wB *udwdіt^q ̝܍&Hn ?`562}2#d5;]{8ap܂\8Ǻ uzċ@ƽdW 2mz&.1F4ZA3g; Mo驷wq5S/5rġJnU¤hsg!¨hDV!o.~_ Pނ;ԛ)Ɍ7o.>Gkh iUOL_2ɷ5[P[}& s9 b'?yxPb:&HEAjɸĀ6ltV{jO$ڃAS'㽁 $%[qV "ucVܙHtdzzN?4_6v?DK^)0Ma#,tPO=_8:?*~iʐNaSR>zS#,9tjUpß$20r!v77NRPΙ`k|c&L){MZuvfC]c"pl+arZY  z֊1!E2+ԅ$@h<8m-3{h0,G&ςR0;}ю+hN@ 4#;~~b0H.Y4%.Ww] Vhljz^C275/̸@nHI80kSYT[%ӛ=Ʉypt]d`^iLfct|fLxUa6/;Z!60 k* zznO;?;Etշ= @ +W>~/npꗫYBXm]\|R8I'Rr•~\l <}-iJ cɮ]-.MêݎY|[HnvLdzQ?xWx ? i=U4=~r~4 ?^"؅K'{\"8og0E=֞PȽ<#Awe|uH \OʗjXTYzi49WIPI%bKtk%|A>BB؄~?ρyd/bhj@ze~84u#-p@AY+ av#@f\^)Qu_r#/_,guc?u@sh9|KK?l'\544׈/:~wj]@dD"w#&!",+Rw M e6OoD6,iF/ S\dxXBcXCR"D?xU&Z;`htm[|';:>|`Ѝg )6a q,ϛ)uuԨ;L %3976GlII$ H̏Ys`T&1A)N0G`s1k)WhZFDpoS#_8(dQ R%j͉=WaQ<7I:ˌg>Nmh?)157ϟICJidr_ ̍d$OpG"U{r˼ѱaտPˆ/t+CFZN$ l ܽX׳J8 סO߇/gHw?lK L(&ٵĿgGlOg!YnQrM9목/Ȇ٤lGl\<#咙xQ>g#j i{ XEkgA&xtwfIx0,=``i,%i:Q`!ϔĎ7 ܽ B[hڤRߪgQ(7)-hↀe9p%y/ZxejٞmWfc?pqE%Y IxB',*LIF9#( .qPpJ}x0N$jGK*7M s,]Ϫ39 [6@D+=@F_~y˞+r, u ˽uNY[_&|w-zh$GQq\Ek Zjpc#N~!ac~r~jl.Ot\5Q> vEgrtՄǺls8,YfPS }r9'mJ@5bWLq_LmNu-1&l6BRR읒RHc$oyuH٧|wKw8 <(Uq[u;0*LT ve@GCnfRO0T)2?c+zQf1]Y_ n 54bS#]q:d:Q/>h6Fwk88]c@pZ,l&+ nFCePPfOf .6Ne :Q[3LJ |{eŅ?`v(c-mJw kTM䝏F CTFq],Mno Hz1푒Y]%H*?&+s1X  V-5R?WTrU,x`;!(Ӱ;XfI(1j|Zx;QH EJFy~ܗڼZ"A~AY‘B c,-%skYDb{mδu5t5qc2G* 5!6W4M\d?EB5iu?GKC@hu'm%ʮҢ"`xr̟čG` D|s#64eIC;@|@ 4dqǽZ[МeڜC3Dۂ?-0155rn5yw*JړJd ɞd<  |]DʺI~,Pۖ5 P*ݡAsW>:{ n{=+ Yd y4<_.F8[$逖۹Wt᪀^ : T޳V~7@dhw$vlo'nbn7<$FZ\2J UF}"pzkoʮv_7q,`z?wCbjocfiNgnqW{%yVqܸmi9!n0`핥r߲.0"ֹON6p",Zۓ"R✜VQ$sQ_@ðYG٘s~=/ զD"0PQMo)MsW,*AT-s$h1ɠ8Bhvf.X=mqSm =9,KUj ؅R'$ĐгBXf4G/ֶ+2^|l'rA{c A=x$ߘ?eh^wZf0q9譋T6rdĨhr6] :Q^狫er^~ˆojX L?:Dyi4Xt['B6'2(} r^uM)i$MkIMd8Uk=2TjlЫzFhl~F@Lnc?gw:O~&e1-V.j]YBoqwL2x0P~t5!Q!3/Q_DlƠq-Mf&v } ]|.4niS=@ejO:뫑 BpXO@yIŢ1{T)PD+T9$(b$赤y;uJqF{6\,@RⵍfԱ6Uj]ĭy>Y@P >2[Џc7ҁ%̫|#@EwY",O򞘪?IO j2Ws1W-}+]b Ӊ"}"Jd7yLL<)zǽO4W}É7hBʭ,HVʶ谽+Mn-ixP;hy<|>ڛrVFV@x@:%0mI h{ Б):wEN[t(&`-cH {+bԂ֌J/b/m'֊$_*\BTdɤnqA:뉁~roeNg:<_J _֕Wu[{*,q%!8Y݈'j ]ҳVd݈- >0=3S[gjgSe=K;0O?QUs`t^;F2Q8xCK" | Ǎr,ts<g};Z׸Jd:gsEAjbМHuB)a'Ϳ=ǂ9G$3اU[[> auy4, 9c{'#N *K3 s))*JyqGNƎDa_I|Fps rilM6*o\De%Ymҝ >N hρr(%`dRMjҶ^Mb* Ug 5x/:A=K^՝-̼j bQ'Aާ:̠J+]ή$v(cM5E+g'JY([^E{ gS&g $ g'Uv!arJT9äV*9 V8]t >(b $#]c^o1]5={kTax 'axLɁڥsH EM9]jCi8|>AVeTAۜ MEI;zy->ji;~CL0@dnU5HYC٘ D}{ B ϢTO96׻i(D:[ɻ5*3X, O7ykӝnx#QuFMcFkfkn(́psٖQ z<^#Q&<8;ߺ;pSk'~-M 5rNb]o4JD$rYoI<k.[6hlXB lZ_. tfNNcz7xmaB2ӈ|o ؾUneG;Qv1, -%Ľ Պ0 1`"E]5 Gy$< Ӄ2owDZ5t+x*U8†*zGFMA J==C%)u[n)M߭w ujb% 974~ riĽ,/ii|ʉ"I8υ$Zωs@580a3čYo)qM9O.Oc '7YuWиtc)\**!{`Biϔ5ei y8()k wFo}zuUfMi<G'4;\1< rsK5%͉_v5|I8"[ϥ@Av ^jT^qŖ=tD|ί+l ]am9BYUo#Q[t=VS&џ .I^УPL k/"%)-?M6RQ0桃˼A?;'RAгԟ mLb5j&]ct;(OJbE/&n"8BJjYI/R  K4.ɰ7d>Tr&akA2 8&2dkYLI-~eG .:`X+36o6O?lgalFIpm qHi398Mj$5S@3hlF@8>$ҟ@Ԯa \2BOvaS7@SyxT-0( w8[W|UΎ˅9Srn*PL@Wm BNPC+ ~6b7g2u{Nr%:nRGsdKUɤ:%πX]A7GUsiW (#v X]EDI9c֔'I}5.zB`+|4JBbh'TMܖBBg2R&K_*g%*= Nx!SAk^NH2b}zk~vnTg  um(n֌A8;zQr.95KJ62(r>{ʝTh. 6H<=M:"Zu-V>{ꈅ_!D1[o(1I 3u)PK?H pm[MS%9515Ԙ #ۨ-ߠtԯI(E@&Kd=KqcZ1]'lPfCɶnrs.lM2Va*fD`Gt. 2kKSzfmɫ6pImmiؑ6-fiU}RlqSd"hg+7]|_boק#N&lٛq׿z)|Џ|97/C0RSL&DBlvLI{YE\ B6B4լF IMr"슸F!Y@b5#NLX%5u 44C?Uci2q äe$/TRMS8kFW(spfTCk4uFxrGrr~릖Wirr57h gZΓ1T4/QXiFqvc;Q4;Lߙ2A;>IWO6OE:foc~ÔXݥLa.?i:TAF]('ˉXFVq>4 !-+M"v\E`Oa#iL{^qVlzcy,AF}3E.6êz*Vф UI {X'%fXÂZpNRw)G?MZ@m F*[?zЦQ9+4^H|Nm|SX=k%j6} ; J Q)8"N x4u&xr>C.3Om#"^6 گnL|(4M}ܭ]m\A,EKH)x}>ԁK7 >8B0fBF,t"!Ĥyä·a6, t.rTw8wJy2xFfcMvohaڳ^.yiqVA^@ nD>Ξ} AlÌ/ Q ÉEZ_ dƄa RJE]1u.Y Κz9%NO_x!qKM%m[z46G\Q Q6ztd46~N('|4jv$=37 zYBŌ+.c yxUg5q;uغZEdN +,&9}f q ghs9j }~4+'L+M&K7b%fllތJ~KΈ2NgARLEkg'ȚF Uf n#@h&^(4#d< 1ʩ[}ikR5OUl!(M 8{uq2#0unӆ&tk>ۦDe59ͱ׬}ēW.  7R s ,=Ӡ#K?x>gSSv3Ƒw3Cwԙ2 xqcTsmб? kx^jk`&w%6lHۗ<&NԶ A<)iNV>R CۗM*.!-7!T!P%hfxNs̪x$tX}fi%uW NY )QSznY74Oz6j[{M*8uVj{cY.O51GOf2Ο31`눦E&}_gYQMQ*lЬp﬋S~i3Y7>;Tzo)*%] o~Kb{C2" I"h{fz%LF8=D,u2 lAܚ+@ROy WD} Ȍt%-}\de|UJCqPpvߌ{\t ըGHPws=ә#{'GNvd\K# +i9mfO §}(<8+jwxkBt!&q1h6o~mT>O!AX+6(`d^F< ѷ[lKJ]sXO] uwH,G9HXcD"ZJ-e~LhY(u?Gh8^9cO \S#v{l[q5 W1[Q(F(硴':?sEvdFƔS2-l֜X)&Zﴹ~xT۩>6Mxcw7K1P}.wUilLwC>6"gn ܊P &-;9ͥ Iv5%Xm YI"["kd|C?(ަnacD^˿;zۚ2`S5嗄k< uyI>G:oĭ4k>,gbWŻU[Wvآ[g9exkg?iu;>)*{2+C5aKBԧ]PARtGqZ N6wdػ ZbO G!#7mK]:U1a9aHrmWss3:p˔Gst:rMfl2X 'A|`luT!Ռb97Tk QM"M`0ͷ`K_w4cs':e3yj7e2AR- eEیɴgcۺnW(BN8G?wn}Fдevf̰O3"óeQ)8O[ZNBiՏN"`e'%piȥƾ GTj ֌|6/0]Ql!/5cY-Sðb֖ 3kũ"}J08QjQ_iq|JK=H%eO{_A?j l5 # 5 !&MM!o&>(zꯧ{c슬^HG۾@E'?>}#ewG]Q)EV>N#fTG]:sC5 mI<d|ךU*pqHxB+an).(ΩInH{p[9Rt4 0bj,ap<4̟˦e" 4 _(/Ƨ 6jFQ M ٷm" \dldh<Ws{ZUӞVuJ(We LO,bVЊ2ʵ`z5qc4_#~YeXT&Y/ {YMJPK\_):-}Q\ 2q $x:XYD/WW<i*bX?:MuD:#ŵ7ϥVy)KqHhRijYğ|J׼l`Kߥ:̛O^w3pI2_eğQhD00SADQ>ĄXkw>XyVDBKT 2A/&UH Xyd/Y`Z1rs+[?'t՜JFɯ߳`s6n+B)Z)WJJsI=mf exԦ[$R|vFA`9ٔe=W/aUI`;}DUkܿkڐ rB1Xu,.4V'*YJOϮ~yYB~w w|u9ߞ&I B []fC׉ͭ(۠s~:;hQ;}J+yCJ+CP`&_ԀhLKd30cdXf<7.Ƌ٘U1&r{ybb964sG_vֺ!+Be6G&G{*u5zQy-DZD!Sj#["VZ8A,_<{:<y#d?6r{n VjToO-|d=upvTԁ~*rUW\/cЂV1E?(J.ul$ajSi@C0mbo6侎op>AOU&J8D'[Z{&dƊ H[FXL+~7Oy\ x4e.JT7nxy&gwts]Nnw_W6X =#+Och%lyg3'"X3+pUiD=&CSbF(_ġSw+zG5b`?cEϨtgpFA*6lm);0mrLx&t6J^'Ceo /s۽;h`zZ&l=s8YD9g˪PVvD0 ֌_ Whf,4<: t06<ǻZr6h0 enZQ 6ש-IWG`JhIfOVkWOϺ@AϫI3/Ѳ"]zR“kG2kvC&}au /5VpjE,ɛE]_X2+yХQې(!qsPM):qŇ&}΃װnݕQ.Q|l`OH|D3.ҍ.ZEw>7- ~*Y.;. 8n?h#"wD%/uRѠg RXڂsLK͗١O,[ y Bߧh>/ȯB /kIhxf^K؃VtK;'XX3"XJsB㩝e‚"#u{EMz{_qY|4_E}8/iA-|POUI|N!æw0yK'#brUGaBa8'(t5Lr BWxet?J=5(Oa1YTY߰'{*3 92]:"8BeP,֝v<$Oo2wZ[,i[عSx%ȋ$+戱w+Ioo|y\6Ьyh̦bm>1=%;:JBcHv Ky= o7[QbsE-f`Չ z  Vd0T[߸TA6ouUw1_g&q̸ZJuڳ!ݽc{. ĮGS~hO8.cÃ-k.}GE\B¾*ÿ̞H ف6l#51lBrc3+d2*.B+ 9vKTscx[l8pt $:P8Z͙UfĨ<1b3iۈ58o^ /9a{3[,?.GQ 'EdXhE֞9M|I92wU:^/D"{Tݥ5͇P6a"Ю$<XdHqOg/-oKf1&[b-#!lڅ )By b֏:%Mkf0GVqq̕wBphkن^\5)cccbm,9ɀ.Kk@0E@%c3. ¬JWw|E\(<1hdP'u*~I&U) \rmTLDs#Ao5w9?6 } VjT:To3kSC넦uNQXJy#T/F"p,&ci`|}2_ϴzbtҥ^ ubFWy}≧!a)T{%'O7if^͓?`_'H,Y֡eJ JѠE}6Wj.HGl+ R>M94nD{Ϭfu w{8I!^m!3q&"gmte(+ΜntVP1+.6G+!Z8+"Y)I~5J>ˤ#,{.Kr-jnG(E^D|_` >pt2TBӨ?R7~I.)!"CwiXq] 3V[ <:u+^`SqoOƪ\M'4+8\Q`Ņ[ dzi8vǪ7,%?\ۃ5E_.N*iϏy7Sى?][^T:=|, :fG|lF8O|9#ROO4|6s)$Z,O8}eAU.xϱ œfntж*rNI! Jn4re"ʅԺjn 4b鋉2⍂A5G8 I5γC#_1/un̅xG=QZZ!S-ta6uqn/bn3"U\f1pNd,nܸxda,z{9|Ӗۣvg$pҩL>Iv{%J&.1 ڤxP1KyIͺ hɪQ^^Ȧ\Q5?_z,χD.7GCtimL8 1 v06 'R=kHV'`F ё1$X%_Pm\[sJzb9HQ*@ug;ͩ|KE7t\ +T֕e ;C~EThgW56*'ԈN3^*>o}͝#5$X,0bͮ YQ 26MPSG=Ъ&$qpTĮ>م t4뇢nG !.*Ym?$ u1-n&9_ܮliDquG.fSZI[s کj0 *xb,74n:ӿr(b|RCHEsL*r.oÐ ށ žr}:MV,74N)$ri,2wbu H[zP\)0nH,{ 4>+}m bR%e^JC(Gv_rѦ~Ju;&09w_8"b>Z&eU$n{H5Sr(04&@꫕" QyCLFe_ҹ / #^t~?~cBn"D}p v*s+kN5Vʄsj xu-&!~0gc uIT3tPMbMy9P'訓߬E[]ٚMOgF{"lGr–96$ l@>P^k5OON[P)DО4bq2 %kvrOdײbNc~ygb KM@ n~oF#g{X _$@ʑL0_(Gwк:pnP /eYAal* ^T8992-EKZGhva&My~muI;c#a[)x@:z"ŸAAPH e8umoz @"!_0&0+̈́aIQkO9/gm_DZۻO/ޮƸjj*mKwК-|UFcFxHb\MpLGb.mՁJ6 + =i4AU`oZra}VQҒ{)1 (hɲr#ZL,LpYK{fANLjǟ\ܴ1{)ZogG6&*x-o\4nA#"->%d5 ȖqR7vS{ 'K@]xm)I+^M~!G:)>H[C1 W@=r rppx׎l UJv"PB󲾇O(jdLsP/WݹpS5>>)PlC%h g>M9Yǰa[Ei)Ick|n6_v9t^9ߠU/S晴/Vߑ`ZZOΣ6bi#׀J6~~]yC9v46o9b-.;L,}@%`ȿϰꉏþHpގoN;j؉56s2ll$\l$u8E\&D>1/a)P2Ih@mw_Hw*BO3 c+fMQH1mNE=pr `O9m=Z`ߞVZKgXMٕFI_ԓ>0XFme٠da2^%b6RœA^e8򥽾Ǜ?C,I>FqH>IP` ̋VgL>L)h7$q N)_|cb{AHEsDW}ì`x$685u;]RYOZحyu2Be֝ kQJ:ZN0 'lծTXT'}Qa#5yIm,nal} K;lQ]R!{9q|;>Ʋ" C$ ]޿Q9EPHreӧVd2ʑH ɉ($zxr TTH#皿T\hrltQOgZ-,Q|T$=<4LʞT JYb5 h9q ؈YO|{x6Ćh*BN; i7M%\p'.>`x1z` N}hv[IPܡxzi-<]NkTzTG&l߃- m%qwW8=OEm7W Mbpx՘3+gr v:wQu`p*hނ j熘kmֱ7d,eTtwP~(BܗMa_ Vf/ԖF|Me̮$zFg0H:dzY`)"&QybIHb3ͅ[[ջZK$Fm ^69Ȑ$9/yX/ky81E8x Pp URr?| 6i "n =C٬XGjDZnP+yKE)lRmOClT*w))8 1&*~ƘEai\P-Co8|)2 So}~.1U)uI)ɇ/@J*,^:@aR͢$x(D[rt﨟G u5KepN.9 Iɴ4_+ skQ.29CF|/9UGKX6Y5fWj4vC(,1჈j[loE}!:Kx11x% 5' n1A@e [KQ>;:ܳ0¨ \yj島)1 m=pdf8t%~mi9[(GٸMYGdpJQȐdAPWK9L+jZ`NwW: \hfB?Sؼ`]MɋPnUAtlI;Wꑋ/$tu\}&;,]wyFDD‡A#<^cB$ A !>M)&T.d`j$IKV"'=RVЂIiˢ3ϞaB 7-_.z0@`/ԛ$_OM7[7+ϱ3?,59nWF?3#712XzvJߒ0k>^RfoWMuj\P@a9 QoƠ<͘T/_Sav@2];h{]A OSI6KDr@Tv;ex`Y@1fY>z_]O6ѷ3[>ˋuǩlEܝ*_u%Jԡ/'=9-1glsJ0oQ!m kDQpK1h-;hniK3jطrs:.v.-@/x2DF{!QѲ,u1re3-zO {m/3hjYQ4]9r]w'u#^ n7UlKvU偝PAs|w?F#(AhNJ[=m^ՂlC*@qǿIGArn͖XeZ.~O_>%h9OwҤG pvhtۏa<)D9y{Q%K ?іH4XV艹&^ \VŠ1a7|ߣ_?!jZA_4arH~ ǮR{צc8`> d{<үs`O 042tBSCdiU2F3W -_IZф{ PgCY&Mءs9 >F*Ń`$-|\Q-B42E||+!'M{+eo6T?*4¾*Z@NmV6d;į~}i;E?8 kG7q= JKiCFO/ɢ:\g9tܮޡU.U1(vZJCV>P6\,&")~V|Cj x >װۣCr-D^-A H &lzv'e#"P6|Q \dtQVY1֑P<^0G?3lbȜW ( (g_(@&J~y|Cr( 2#VƐBp-RRtN\Ћ$ea/!T ?O'CGgq=f|wVA*}sdHk2z#uMIۏ Ыӯ<rA3Pa~mN=~@dԏ]7}e$v,X8+yXO|H>$n_1xJBg41ЀRn; ň|6o)O26ptdR ;&l΢UĞstv)FdXf/{^ΧZ]BƯ_JE?,R}>0# y)N}D,s-|^#`$dKC 1 윕رo6:fy #Ih!5"\^a6CGvOۿzq,,aǵD ׭QZCO8;]SѨ;0sf@J[WAG}ƜsqwYZjoQdCs];2J{0 ېK0\dƬ'Hܽ'>UaAs3{ [7kqYPFV]blEnIw1F4ϵ𩇿X쬶|dFm_GW0̀SB#LUds棴1Rynwf=92K*Fט b쵡V®  +o3HyuP:s]WtV<\:$- $3z0^tbC3fSs 8}"4C,؎\TXl| ЅkM#sNYYYq^-)pH9ЇgvbZeq& emQQ@|Ő-d:I] fJ< t;:6T]ŹgtD>*"S PY!~Vc\!ޡy a}{QK&롣TB=i䏌UAvq3T͚I.4Ak L\4ض .4oJ ,q+e4^h_eUjʄ7:F<UbLyzY!XT&~mф|)L5 Ys*|3v9tc[vtlvkCH2 x'9 S{f`Wăр15dw](t ]/r\|b,}҃8T#UY\yt(!Z`UX&D#o1u;#4y) R*@x(Ď66injTm\ɔ8=!..`]-ډu |dE.0API+$jwX O1>?G؜eX|sѫTe:\*(n{]<'ay NUI3 ׸+bPɃDZ7ҡU.^T.y.5g/($ӦtE2ոcE_7C6Ƈ}m .Vs50X@#7lfIwRgMM*[:Y_5J mC&blb"3buo`4J5} ̿ڱC⸠sjmxa6&1DB"gwIHUGjcBMgԠKו9wzr$9ۧd4OD?ʩ-U`;ϧBk91c@:R\#LJ a]wmw((Da/!V2ɧ2"Ϻ} W fػ>kw#NW$Bҷv6.kfmsU9b4E1 | <'ź8barf>/CC@QPC>q]=k3|Ox:1|c>d4jGVYt_s8GU Ӣ l+jÒESyÑUYAobv^ )'!դ(>^c}C.(kP[J!_ͺdΌKuO^%VA*>Fhzg[I'X\ !ҫvX#ɿP6N(+HF7bZ2 OS]'Vn_y`4`pAQf @C ~Q lXi?A)u%']&דٟG&s,3,.[VRវA*E68w&2v2bOza1Q~ ( ܴIć/[5! h/WY@!tRGO&eS'rd gml[@uoz!+%'%U&Zca]ta|1_N/5ip -WY6}wsŧ*3i fnPqJd o-pgeN|f@>]EG_M\R?֪7hM "+[j hU3u&M+|~?$Z; ;~6_'=bs,$~T/b`u'4l}Otw-crm`4K^c^<K 'ܣW2Nx,Q}ZQLu0::_2qYM7abDv+nkDuidd/5=2#eWLE{?뤎]oָA\Rf U\N`ČfO)Ү=2d_n~eFGj醴gX,'!94'eQ{-W=9JMt+Kx#.ׇ /n TԆh;HYq3͜+x1:iO@6t cyi7!<\½ h>l!\OIՍG0)WJ-c5磨5 dnf@:<-m.7B2FG]WWU39e J{8,oY)VmlCq Q@`煰3c60Flȇ1, n9D31dBMN)%~iEcc%&~y$O[7j 'Y-4yAetiCw {e7Y8Bs3i89$ޙ 8mrui5z ~}2-20OX,*ժ4ţgI뒧_D ͎f_}l0*#͠W(U=OAv!B "U  :#oܘ΃-$OQtX2 nNrR+ 9,8oCu N=_c?|ePŎd{5?WQ$^oPħSD DC/gRu>ܟ4rR~,O996ަrǝ2v( 8 a0k lt|7=:4[E]U3KFnk2.bR4^< "\:5710E5)C3S=gmh@66? T$(k)%>r\|b;y ex2_pfwU 9;z!ڽ.XR='!])7[¡5d%v%Ga'Qg",Lx[Z,c1$9 Z̈́+IHX;z ۔s $m;Q۷!x||s .{FHk:>HZ4W.@;t$t@So,lAnocKsW߄BE |U?J/z؈`KORxLe6J^Ķ|"tom s.da3cloW2R NID@jQeH\BwɋS*DYkv =W)X !&b:@t^{^i+1jLKxHO3`iTIq:x!?l[/zyn/WC@x k~`(mP~g±J CYJ/toHz``#`kM#Bcx(p&)<ڍěYpUA ,$$jSSUsGakeA9cjմ8>8~{.ܜźDFhbچ%o|Fݣ擷 1~@viyFT;7wdf5 r'rd-O^r@϶eqܟe-+>l=76:#Ӯ4F(v IqAdXY \]EZE=ixv迦HHf͎j%݆LCӫVp]ȩabv;9|%m&@x qC6lf.M|"+?76,:`(VIF%#c11+U,da0]qh"_#6'N2ɠP#RU|& 'Mm&Dـp~0 %39`RӹۯcGfv+"sZk{!C?.Jx ȼf=Kuu$p5DH])q֠QG=:XUGV7ՏyaIg ~ލov1$i3/mr4`%8@{C8YQ3J~ՄQ4z}dmBuSCw{jm%<WZ,{i F#mKXN y4m4e :D2E,2җo@3VIbd$+V1n`~@1m6n ,ď8~l2oκMA+s@.g-F¬dlOQyEఓƆ%,T,ksN feXjcAj=-т%?-jV..{jScZW k&t4t|.!uk;6} FAq}~/?A.VxJ@w W[]:}.r~>{bD2H kiDޓ120zؿ|OZhZT{H"u#3i&lv<$̺X:h"ALih**rd p*௕]D裦~CLN.烅E]xeR7)%3Hʎt'Fmź^QR|47zFu xx 2C%_m6퉺bN4İWO:_+ʏ$"0!}X+.=`4]T% !cKMgh*%~9rY7| {Rɯg)77>m-GU 2эhs ?CQ:t:kb GUϷfUOc"}HSN,o.8d/lvywF$hBO9E9F'd".NXB\1E&01 Q&۬b(UF1BKxޞ˔0ym[CPۻ9ÁoV.V)z {# o7Z<+J}8P}fp:0fƋ4ߝJOvN0EW *͈TISj lKO|m>:iWےe1k 9.Θ(I;[7mP|kb6h~/ز|Y-Q7>eбepo)կQ %uJv4!/.hɂh 85"!ڮK#F4G<5fH'T)ƥ `ՠLNQ5'A#zɛ}O?V:Z/"_h'uyјBAAf4hqPJ/쑴(g"c$L迉A{׊?EAҬ˽}*4._֬jjK-C>,fLs6In/7ཱུah_Gt*X9_-$@7 ]mzAwܰǬQf:+$Ǵꚬz,}@kuL ݊NуUVYl1|?xwxtykB"#?a_ dV۶_\ &_N(;{ p&= cX T6o50jY@n*dB ^ؼNѨFD#9ƺx#?@;xL$#f$P!7|q2P*FC@[B7~+V \e <7^q, 0x9ofIdJ5ޚCCĹ;~DūBCۘm EwƼX+~09|D4YY;븠(FOW2}gs>MN]_hwDFUUHKvn:uэ#qoؿ.)/ Y%n?T?[% GӤ7&>!$HX:˸0/A}{:y_iXwW]-!jfSoBḡ22p9U 5L\ Y:߬;79R*ZS`L>-BgJ*{)d SJs#MAGW^2QǮN:mvD„4+*zj{Z^oYt0N/N0g0N8D Õ7\YQܴ![} @|De9+V-'J' <3kXe Q,+mFsצHS޾B1(6o 6תts aq'1;t~BD盦:^v-%,Q 9ۃJ \Ncg~UlC J@UJ|5Ow T0,]!2*y(m_5Ku[ap-TU)gy|dO[mFO19ly<o̧YrO |}͊_9V|F苪YLu2Gʶ释 cfoyZ%{0»bj2 @y}ٍS>yؤH|]v)vj{8#߱wo'{q88:7ryGo~sV/Ya9/Y~|hTwNa?:`L`hJ/^* -ڮ숱]nOTֱ)$:7xwf^,dr +{T?(؀)9~ny%W2wbޣ0QȷofQk h!.? ċ?/H`dMG 88⋈\vvAO>3Λp1CsL+@uyah۴m݋}Nsjo:ee0ߡhCu[fZ}K{xL𯂿5Yd=n=T9|v\ \ N8`&1W'M_Ge9ؾyB&t VioA ~xЗEpJPg5PBQXGaRXYyp]w6o_A9lXT?k_0]573Ix"-qoU=9BY!]η8m#~G ,u`G#b1I? 1\%a$Xaw0W}w@ZKv+F(EsnQ'wB Ճ.y-/}vv[m N7 nb('3}}IRD쑬óS]N'Av'Xk!sCU#X&L)PKLv?GF1V3_nZ\Dgщ:rBdžk2MIԊes,*2(&"]bx:V"%[0r "W!$Af"yߌL,tKԺ^R&8Wor} VZgGWa zmMgk*JyEж[[_yߺmry=Hv]~^䯸#:ޘ#G2VWl UQErbf˦kpa%k狱$_t ٦"ܴȻ:le[HB %EHY6ctQi]0fj#]+ P`݂vvM8%PJ͋ѮdL^5RKFT_P?CN·G\I2e2X371sڤ/=z,6!u-h <"[ YZrQi+*n:׺t@*3,N}<|odGGs; F4|?hGp@3V40FKF[@뫭#9?*c<0 K DfmAލboi_Tԕ@@d6]/ }e*FgA,ahl)yx]^ZIe)Tw~dtՈMtw(kΎsat$kvۿvܨ սR z(ok~XK9\—T+iUc>F@Z݂%ߴ v}VsG;$|%8(9!zs\IXKk,C;7 7lJ$cd|׍-"/o~ݍtA~Í/K ʯv4%YZ6JAn 5K4wɊ!Sp#Is{ndRtUziU`@Oͦ,uoR52B=_i@Uw:$!/3|k*xV:*dy:hB:,6g#]ґH oXK#Vzz,gaI& ,L¸@op Ajv58Y 3gq:G?w)rȖhnҪ֦]DwIHEyVǚH3lTq7$zq$|[Mj50$h+y4Df=ah;ho9t|;'?ήs`9s<6N3%|ŸJEq" 4b9A;2J|h*eak!d R)mH-?QaZԳW%w\SvN_raqfc>,6?E@Rj!:;ˆ}n!oȁj 6+3"UӜ-nkj[3%fTeQNw&[ )y=b0Hix1YJt@CۜZui$oQ ҲB1p[*jzs(. y@޲%^CyA{(?SN5bȷѧSzFGP C76ĵ,(t֥`ةpLw!r@?Iz}7E3bg7so\*I;3`?=9bR(nG{ᄱ#)!{+]DM5?- x'N fEYx(ӠB n:O2wLR#qgX:%w69))X fgТFP$^^@C@zE3OhiۺΧcٟJ Յ&.oPR.]3Zp 4CۻMGnD.A4Glk<J?׳^oNS KoGs?/E|=zw.#==JKw94?%y*QPs NuwbJ?%~W-CU>Cؗ2VHƸ|2@[&R!E\s "xg\+I;HCj P! oxK6;X]j2Sڝ}ŅumL}'`Zs!riޞ`%@59W;}}BQ̀Иw_c߭u凬?7s%ٴA,X_ӠZGo `Xy'3:m-NOgWgmhDR1pU,6z3r|͜S[ÕQ;!ˣI`X(ocUv˨I(RH`e8.WZFttjH҄H|6L A>`.1֧yrw-,u 0jQL)VNrgSwvOݼ:*t]0TP$6v^j[ALް h˭CRa,M|wSҫ2I7ڿ1d^tނy-JF} "bG40Xag0l9E40'D1̅ᛗ ym~}Ui;S`~0djd؅DP{œE~Vj3VQʇ@茰 =f;HHȌQ+}ߙƥ&68 /K^j慄wWCO.g,hN]MWvG!)!Xpupa0z`\>=9}i5n:$Nj(_M3u05d)چћYϹX 맢%d22z dweCe|Iq~N F\O *lSE\ 7s=qAYVjA!jccH lK2fy1SRaF؉s"x:R꛰p0-z7CIT{I^v mGMtcBe"R̅W>b0"ڠf̓lQt-Ghy.Yyռe87>~eY~ɳ8~s^H/njY@2嵐"/ 5vvz_|Ӧ?1Ŀ1ɜص EW OYd eW/԰_NR`g-{ i;)([;_UEL;0dܤ۪ߠgrR>ct}%|)D=NVJU7$t=9'`VB4lo1j_ǂ9鏼{E`ei#$ WFʘ7zh?Q7^Jtaw@߷ lٹ=]-!Я < LDJnA砽F16͇b߾*ǽ\aj1.Ѹ8DbTv%JMz;V){_[dA,U%(9{Ӧ_ =)Q[] 4%EA2\7XJo(hhu?>ƦZO,1oض>p{Fg&,rSORqBnvi2`GJf36[7U:Zk5+}QLU+[21aYx+8Opt>9N53ΣxtEN OԄhV .ޢ1,y96yi:u-:DJ֐pwMQlx耕|qѿ험`_|nf)d  GLQSI#IH$vDS} \TYADU3SѩZ" JJRLj7 bx =!+tZl.Q[>) 9ic4gR1~_na_p^kxa}𪨒U |M֦R}+6 :AJ#.4y@r}=oN;*.i:6ӆWOҶ- tjSpjn$­1'C+,\ Oˁ˱r~%,+wäeaSr69_ocy.a9 ہ*SmIt*l1e2)RHnRHP $XՋ,,2?_ΐfqѯOQ*Cd]|Ifl0@x8jבwv' 1=Dl͹ӛfsPlV M^o>b/ o:B<{miHSFD~8?!bùidfnx [%#Aηc@-UkQ>w̾3քUb E2L\7Xv|5W}|Iv % sqr=;~m)yp^\!XcYv1SE1s/].+W<":{-SSSk1S jl`7}A83oW}F"x0iLZ=&;ܣA(PT'\|kg`әr4iG f:H#W(;IJ)@Z_I4­?\MKYH%p0Tmy&CD*H@d\DQveGS `C#Rɍ] MSqaO3-,!%_hd&be@"FYF!Kͻo`4ab~]u43rՂZ_=!-K3۞eWH[W.1Tae 1B>,%UBq02(Ѳ2~mMd,Br&=:\j]7g69g}!0ljs u=9R-|[zGM@*\ܖ/ /*Arcma<6l[mt/Hnq;ڏ/I*4iULa kw o3; ʂw'X?]mtMó:S%[$,͖V!nkG10b۲qJ{xxx,LN"40̧*t熘B9n*۞;{Ul4I2mG|"Sq 4T1 QNw,EyaV>0o淚l2#@_v6ɾ 1:$KDv0ATR ۂ԰xF#t:&6"fFh>I54" =gw]a ipd>#13#w&9С8+UD(m(DZmԎv#FvTEl˂ -P%d'\NX7'#yܿ/ʉi][\+jph25]C3S87Rլ۩]`heun.Y<7"*B1;~5{pEm9'qIm:È0!o% eR/__kmyCh CalHM-c귃Fkꪑw[%X'8dQ%[,PK}xxؙyRY7P=!+MͷϸqיJ=W2rZ28D7{*}; XP*[JXY7w+$c]OaZn0C8U̚u72= B!'p5ǎ!U%m _X:;Ԯy#"U*bvs.lb5bl3os"z\&T H2Icf7{q拨_<7}`)磌C >I(W|5.48~ t8w*$0Fȓӯ]%UT&L[z_ (꘷.p"G;"E]O]x F3G/.M+*) u{k-a Acʓݲ:\E w}c#Ơ Q~4 e[QH~*6RxFAsޞ#'&.is1ZԍXf(π7POYg>"Ќt/lV`2&[P>.pUo<? yϷi7z c$ Y]/H2E7Jqԙy$2|LW2 X;4CL\LY CH?M]~M=@$rY#yύ9YKsDȓ=ޕA*CogZ3ud :f2!a({;: v1Y*mhGKu;-Orߓ}.`(g{G}h9^W^\.uƫ;𾬈Ͽ1 k!:$l{r*ݰ@e|Qi=5qsM~71,VCrq=_n7?Ga?b1nQm F v@[4o/.Mڈ,]Q+@pFH#//^MQ>$WRXO>4JCj&՚*-xH\:Qߥ;l[DLRC 6& \:f3BZ+UW(ZIz,]qDM15PlgIհC`Vn㄰-<~ܞ)h.ƂjDxm5)OQ9,^;-IMѡ-;| <6'֙9uC-3 DAͩ VT9Wd<DqPS5Rz=&&_z qNŭ7}]R x60`{)Ep-_ZcPqew7 σ7B5TJ.ͱ<7-fx;!&m$G Cb5KA C^fǻU%zbzd`>:ܳ㲫 om{AFΕ,(`"`7*iEХDAϭE (a ?GVdR x,E9St85ͬ\|SpJj) M/Q[OL`KMyVàT*uWQR=#gL+=Vdr͚w(.`rdyhLݶ /xe2r6e) o4|}GOF|sfD-yL~r'9!)r/P\ =_ǯ>Dc>%iG  AM> [6Rqћ^\ ԨU85ݑ!j88 =z/Q.6Fء|aWy~!Kywvo~2!xݜ}40傯GUHBiRbx=O:yIp/LyUN,Z} Z{u,v{k"ai+=f5i*&3:Ujy"W1Azpm|4/űa稭 Du^B"8z#_- rD \+Q.P_JPqP&~9q}mC"sg?'3=p7# j' pJd!F'а# L` 6/,^0 Tsq$pdKrz)Iy@5 'SƝ7ȏ50VzS (\h63S壍3g$"3I1@CSob.q7ݎ[ﮣpت ? wF4kgkwZSb[{>Lj\_QUJNzJNю0420⽦A"V,̩}7grx=oP V)JHE/ ,;^Z*[gVsf36VǺ֐a6%{]J\3y")NTYg}B.B_ E2X,BrTF8*·?p.;RWs@dah@Q.]>$?Ytr}ZW .w%LQ4:9D]FRo}գfNƗ$iKfG71 Kjla*OE&?}+|VnEa[q*תoK7|P֗F+i#$}VzyMwr6MOx'{ *eigM(8DvLߤy0=5ʥ Rn' +V ?? Njifv2*rb'эX>>CNHP_vd, O/+,0ĹxG5is!:p~q5R칹R@NNod-D,\ASmձt? &i$ly*D7mIpE ~*gHHsFaWx)-? wS(9үa<")jm6+Q!LYYl%,&(?Q=,&MPo)Zލ~)hz xW@YZUS[Pf ;0']iuãKpHI.)~0 ú)l"O+yM4h@.@ԋ+n岥F^? z$)U8$.8NC쁳N~h(ZqhLQOiDp1/{VF;J zsBnͲ Ti,D}Ы5nG$U@Dkӛm@&s H5{%$9 )DP^<څvn b-ύ=!?'l&5Hm:&羮)wwJğjW&~>.Oa ZJkp:!Rs^E4`%\vSv,GOG3Q<]$!h>[!543Y!TNSK<ݑKċyy+NgO>e Ω/҉d*Z TlC]ֲhv"ᄎ*ϞD hɓKu˚4݀p%VDz8QAg+mudsuhp3rblu>*($<+{rێƽiPK@p΍T@\zxn .Um]tKʨ fVIy|}q7&[b1uJ (t,"z"rWgªE3A4؍¦=X8T}J e(1PYX@7.D}n (wddH@׃ q C3_ecbcC14Ґ!Iy:}lE`D(/bq>) lc8_M}>v@ISt_ZSCTR(tz>f\7UIK0)JA~H;qd4?y }sxwJ'@ n!gs_sT"fY#JG>jlrKS僕ִ][=TQ-=?ZȦA+Bc_:i34>nC-q$ L@h9=&}Z4х}H6NDdL\`F} n#C IN[yZDsoړSO쓢=hu"˾{ C.9,5 EVDt%S)ٌ}R 'S`Iė`d*sx/u1`. r"a1?xEGA0qG,:KG6iQ։6WP9-]p_x?>FWVZxjyOħN hWľYlYǓ94QO.xڹ_2VVb1;}[*D=V2M1og<7u) xYDIs"OPsDhGXH2̺P~f%<=ςiȤ>O=0$g˱'6,ܓ"_H=]< BJc.Et'-pQ咽=+ntH< o {oS8iI`È.Oꢄa>/>Ed{: aLdɇ62? ~}qˡQ'эWz 0)p *|vC*flXfX<*{xj[gNN}J}AĔlfKU]F{qҝ:CyQ{4R!I\w8e4}Ղ="%&/_8s}<_qECPm( 3pF4.Cb@"5C# /̾ C}Gv{::Qy!VheM_t"PJlH^u%&^t!Sڲh c xשו{-*>Ul6cQZ,'[賋l֔ fe4] eYq{fFd\2RH?f uxJI*>_H7T6\ȚYl3f/`1V}TuF77 _|F.X7.:- f>HejO2֪2lU+/~F3*yK!zۄYɝ|N}hUYDE̺4Hw|qGxشv$bc<P|14_c1o%U.rՆ5ZȦ1T\r--7@؜if>li"BcB1>j! øo0NRPgjArfrPv' eՠ݄8`4TQqe%]gʞhwbkhp4`3XŗwbLu93KǾj8& @Dj;ZS*oYQpڬ\0耟iZ'>6K蒶׉l^ptu2繛] SEP׹%7ޗ9p"&<8xX,g94#^{QGЗ+LO~Rt'tܲH!Ѝ3!xj0unrixZ% F$-bR[SVy5b\/Ch.KpÊÈ[} Z"$}20 6GҖ5o`GAZ$q a*|&nIEhe5b@ BF=M=(pPKҰ\Q-k1ri3PT9k9="JÖh3q*m?QƴP)*unؒ@$60QF/iQ@qvPVJcA0IyxK (O"#P@9['62tY:/1EqD&t{|>zpyL;TMݚȯ,@ ab0c n<-X}Zw͖EhX7B5 NVf,5eF_NSBH3w~+}6A8@皨3zjEQ2)t7e<@JGYn?.Y :z-&_ci`yB;oyeČ;Qz:K쀛oH@!˶e.3'_BjJ~ZVG}tS%ƶ(TU0Qn`7fex2Rk LUtHhvYk7O/jWRD} 7k)p,0k*H\-x]gM4VwE , KQLp3~ 4딓=XχUHТ GhŢb@2l-x nB mb.ZM;̸h,ϕ.eHqRLzRڊ(E0)lf|ld dUD<8iZyZZqBi7So`hATcMI8"jB06`8{ѮBDiw=i dS0Jy|r9 :`FGZ72ߚ$ݜvUç*z ̟fʌZ13M]b"׏`95@k+F'a#miK ,2${*n]'J1yO;޾4H`Wn0ndv>=k.i(ɞ q;D/2$]S#q||3_"q{LYvf%x|zKY/Qe-9\w p yxQGcbN 2>HPfjs{HV+(#~*>Q@PUVq+ ḋ]k1`c׈7a=;.%IU!ukPe4h½e!Jmƪx^4lS %|mҔ6J\OIJ(!@lm3DlwGRc>Upl!r%,A/Ҋ%,OzBm]7 JcTY! 3 3Pʛb3BɵI"4Ż}EFǫ+d7=EiIzsr3¦-l$ Uf50 kW i:}0My [05t#hmW߮Pe h[1;ņ>tɩhgНVXe(iPٵY>QNĊ\#ve;Or53֠~gIRzE;&36q>=O{<52hǁO(8D 8,>YӔt Ra= r,U/̈́POdZfCR>Z8K (‘߹X/O ge7)L{ŗ; w\7P LuQPvGrFj?Gf8!% qo13_}~wʗ[ $/~RFޔ6uUj(|l{#g.8}a"pn&6{! ՞&*~`Rv3ݩ,kbWSӝ P%vۇCM̗?h㤲>'1S`c6AfSob:  /NN9>#sQ~Y RqSX[ቁk oHexaG<T .Ŀ@ߠ/ <.!Vз'!v/:<߿fupc I|QiPEX-ϡJo /!+B Ndѥ3YƙhR`0aUT.%!V~wĭP '# Ke$+ntPbfeyԼ3gMd<}w~]Rx7V]!_k7SG9;.պfh͚@ (7rKjWjaT4LT )#u1h:Xi9F7c^m#Ôn]laXj# (ufy۬Hm鮊BhfTwYy9ܛƒ Tɘ~;eڲwDq섄SrIdaJ.0Ƙ@.FWàsC0A 6|x}׹s"4r\<,gmBmˍ`954X0,ΝԒ1ȣ:Sia#aߧ7Wzyɷu[wFm\ uD:>il<MP'*#k*N k";ݓ8' .dUTDŽmg$_Go8!=G4IfcUalu|(Sm1Sc{^uKV*tl y$ʘ@AxجM*0bA4u;ؓ?چB e6_T'Sf% ∷h-Xd|N{HY=n/jz^GhBJ؉V=ŽҊɓT?eo wG@W#Kk=]Zߩc!tRtY/d5b6}sDt6ftyqI\t׾߲ gQY5gNjAȼ=0@mҜ*:)0 % )7f<,`Gc$ⱾjPr-S6K5CT[̡1nܺܕҴ,Sh ]HVʬ'vd`iBM5獦^.@Y 1Bƫ>f2,sĿm:$uSl44Y!劊<3J3C_ kߣp;1?H\J!7/6Q4ZFwMJȅQ Eky8R N[K]nb 6ʍV:SE9iRkv.Bu 6`=_G OS9E4l{zZH!(oj@-0F\1 m]$7(:"&*D}m5.*CPU45`>zޅ)`*),cUnU=YAS|H8L#ÿM\]@cyÕZ5A쩗ixBN C gqݳR͐W>r x˥5ewSI kx./IDpQE<4 ֫\9= `_5"AtHJ'6'4KzHxЋ.) n!R''eFGrR8!S; {1 9& W"Hn܌@B?៨z5y†vlя_|G;5eSE+q iRE%^( 6ȟ=}6-uz . ?~_1?|^@w=UyxP7,PACDe1ǠrP$nD/A6B*rEj Ε[`ur̈-FA&l.nx5~igNWbRZ'av!-`Y j79f?-k lE~CPM}ޗn(l@MNΈtl䇮,CIa `3š5c$k@@ B8ĜD)ւãDkF\Q䯺N(1B;|W钉d0}όJ='aQ_&е.!2EAcrù̮u՘-#Vu%1n+)EF@=΂u)j Cp8+}wƭ%4V8:E2PHe;S0G&B}`3qC, k3{T\(Ғq|s/3m#^ Ps۰By5GkUOg-;3r;3'Fkk¹ &/uH C'z_ȍzwiޕP($YV{!՜dHo&zk7:NGC40bqlBjmn*|_ 1{[ )nKA8bb,&#Vm@Y+CΉ\^\ԯ7sW}0ppl|#Jˈ* Q oZg@]A[dJ Y j!;d0T{|GLt֪',1WAX,HCef_:>&h4I:گSV~ *$@c|j{_BF{i88?9jRP_>">qfۏÆ:$6WJcntSq\.֔b8m_q2YlYy\}%+?T(L4~PX!  o\kt+`< ; *4p5qFx|unSmlUbۮdѲ e瞫x=S gC}roh$s̿t>B>nrm fݝ-&>^%'E.ŦOH3ƎG&ߨI^wvD6Fi GKO!֙~dg4 E&aK%4F)̓a6SGutV$`&; 7-r#MHCV `u^/taHL@V?w7|n콑drw 1Hą%Eҳ F+z%53ѝ3UH2ɊnfNL&T~K1 IOX^rՊ2Vʊ҈7̵:u-9!P&kF+(Y]Ü er !.tZ6JO7+{PLN/: 6f%zb\Hn]YTw6̏Q\iDz%-Wk`c>zxE0pAI$^=ե@hDh^N&DcOtQ!ܨ߆ZL(p>#Vo''9aδ^8@:Sdkx:"aY7CP2ۙ4XrDm;}jmK|*DU+=n⺢jWS0`RpAHT1\S$ YѽD5CoHCNGkM.L-rQ2 v"VeA4jP2A,G`nN@980}UY^%igҎJHt)! dR Tz(pNAwkF"_~fLuAjlaZzc`w깳Ћ=)OhI c0&"D*O]ry(8h@W^ ʼn%DWE?SCYr?CBY cNxN(@9Z>J ,a|X໷ Iixiop؎f# ~צ4Br&l][ ^c<n" %2 h3n]Jf%(scM-?$T; E< [*O X^"F&Ue{s L{x럣rGQ zH<=?DQBiX ҵֆ#"v0 22&(t ?0m$[~hBڔuϐFܠCԙaLzQ{rDC! e$T.McfuiWυM@}5Ihim2aw\ސe{\x 'gÌF o!iwE5<դ`r}ŘȀ&Rt14 bO6Jɩ ``;^u9O5qejLꝌ}svԌ'|}z&pv>z*TS$$5bgဢ߈ 8=ihYhS;UZ puoxwLWnN>u Kej)H = =~/r[,fjm r?J}%&!ZGnh{Fҡn5丷%fw5o{c7M"ac{q7eBxC׸> aTJ?"%ttIKgh\̢[j24s};YRȺmX k|kuqpv%%L_$oFcCze+fv&7'zx`G#:JuƩvqc**rơL\QU1h!_@BiWޥjg}ֹFJz};zYHZ-"I5H``rd䄮PmZs*6BTB諄9F唒8͍T9^ |t@/F|eKD{u:sV߻?3wEH#TCh`1Ztu{3܆?,XPhq.,JA6NYSpoiEdD ~O+#ָ. "e]CşjX09Ao~p3]n`ަko&*dH(jQzUC7Ȋ?u}n,H|9>ex!4T1(kb@'KKJ 6-}HqzEpyGޅUܯ^?Flx1L۬ѷhg^74g5W߬Gt7Mzլ7CY#p(**/D40t.B\2i)^L˺?|LcCs+Ljh>81\7[Pz+5^ɖN,6/H֬jO' 1Iz}k># \x/. d<A3Cߥibzٜ}IY=<Ð̐)@2 zCi@0}.#SԸX:̖ 4Usp"X<%X}4z8B:h?4[ 7^,9R_[kpVGR*rqk8="9RBk?뮯KGTq O ɽ !m Zgc{ox0?= o[&HV #׹j^%$4N9ت4}tF-&p?^4#6XO @53M1`#PIspTTb}U"/}v)$wHk!RYƼfh=Q.WH3֐1atJ\( 2,0W]90gZ|d!hoѨL|!9E;"+XAƞD"Gok;hVf`ޥ _ D8?&dWh:4.ՠH:HYc`DR.TgH%nbģa h ^<<1gU@}s=XG.8j(0,҃3>'{ƗCPތgAp-ϑ }`4xr91>"FhRp 6,(2C~ IgspMLD&5ҺT/ >AI2.o䓨.s:GN[Ku(C.tfᏉ ߚJ`6(Đ6vv{jLf]Q[ Umsc*}u$fտ`b)ӮUef#j>8e<0JDӣU'1]t(Ơʄd5B\55Q%c0{b2|'AZfTϘ՜<_N1w"BJK}(xDR~D`i/rHLx< ω~ u$ βw@t[ѣJ%K1hX&,Jsf )?l2FXdhmT5Zp?TE+ni F<˩ niv+NXZ--M[2+OKiS8cwY,TjFET}?jTT)M}?6 VRjs4]avk{dҰ( aʌn⨆鉶:Bl&H_e?k\nmb~P`_ZswE6SbW+Y2Fb&z0Kd`R^3% _PV߫~.t tj ӡybtdesQ_u,8#/?WBa:y*)9~`8WY}C.hT4۽ū=׸dQRd[GGUuXNdnMb9)B ȮV1?WKʗ]xqdKvn 泼.֫pҲ{_7RSkEɳ_mbI~Ybs8rSo]}( $i{NJ1 ͎Pw;wqبkACP c h!pa'K!-{X߅ 2]Su5tc6 ھT) aRk˘/ދ(=]g6"@nx쩓Mb%V.'asO:G=4|-[!.(+/Cî[$áezy/~EOټ^svr76xfDQ< aʤy 5\)LJ^ev֌5UGhxTs$!%𝼫Q8}u&V`iU7z>y+0FF JyN6upҹP}Pj$C2g֟~0wSOBrAݓ4W2Q` BQ[Z!!z.Ș@qv/9P]qJR}$g"5m9ֹSYB΋D[HIuN`g+0Yd\ޑ舍_}9v]?ᯎ:o-j%dh;N ,E=ǜ902#,lݒFxC+̊(]ڬuS' GS,h4}AvWYLtx!j 43 +T&on/:ઢ߀h{O[ij}x {fyFN}:J_BpG?M}U \L&FqH(%@f>fFL&ݩM\Qj:3wU[}BkKOp\$j| t}_}f7T- 1UΌhd'țq(#Lo737Dhu7L1A8r&z 2GrYK`9Ѥ™.lJk ɫ.#v^L'yb_۳UClM6\bQ Y4eZQci* Z߂2i0:X V#Vsof/ʱk .Y,I:ws{ .h4YOQ. 1 <¸ɹOI"6.qx4CC f7fc:'Ѽ 試J9ѺqȜgøZek4~k[(TݷK(熣g[Ή V)M{ 3 :bD#0>XE9:7oeJ5$:d0 -F5'z-s265\%x@"8Nڇ|Ĉ70Q%J;+r/O /R"X;({_2+o"p a|-LtGj:Wk(2>L}1{Kc7h,A"IN+dGFcϽ`ٕY{-dJy?ێn19Gb|ԛ=t&QjfbO4/%gqA\'^2Luy`dl,Ꞝ/rzej r!Z3:8O};>#Q_Hi"\/Op RhPу3.)č2{r%w92L@gy90_H˅8"p`_ yt^MH#aVr+6f4vBvԠP>/ `?.}AuБ\yeV}):Z[%QEZ!bOsϏғYyD>(έ՝McڄӬͻvFa FtVŮOqyՆ,lj!>%TVU8+B=i)s Xd2r&bb4.% D%|N2m:ڟ`݊g֟0-:sAXNY57wrpz*0UAQ/3^ -oT@{+YcQ79ʸA1^*A>R#Gh ?D8 ~`sIwϰ6xL~h2GhE'N2ok払X`t^h[tz]"a6uOӾX֮7rڑcTPBGRB$瀊mv(jZ|=vpjQ}=kp!QkZJ\)o^e7uG79~lMSyvL:z&KQ/P 3UWyر W뵤 5JI͞(?[ۆ*;$uc梱yAvq3ʁ@$nlDxS($7Q|,ON0sE.֤MRwÃDE +] 扨sRA'(\2B[BlVYʰLti-n;V;UyniXg@98.cY>X8|J:'sT^fi?CcJwl} oc|8yvM)ڀ ܴWCb?C 2x- FaU(lu.0*f9)_"_XeCo5_⁈Եlq!IՓeOXABc#K?Dw_q.>/u 4NFG@iSXV7%uW2Ua7l!(j׷8<oG%k# Rц*fjIݽc@2~sw}>}tX0[yV|0aDffOk;0!U XDZ <'klyO",s({hjtd՟y] R:RKHԉsxYs(_ES=9(N(p;8AIVɃU\ӻ{yMWGe.Jࣷ\F^e!K'i/(yhq#w]P3XT&yGG ~ P,pL#'I(&+[w6%`#IA^?*SUƣUZ(3ks<KkN ΒE2VHL]* NBi&WlDW^ҟJuyH &>u+9_/a`,6t=ڞ]Z4hZ<$w:'- ѯ>xzt2wgYm70{WOas* !V貭,q,+,l ?ۉHю2Ȟ*CeKY) XDJfN|~Bw@3zС}, (lw0m+\^us`A]{}P-ګx*PPn7査ErvaVJzX"U=)V8Xu_Mumn:)#H;^5M'amr9,:s~O;k<(PM98+K#ZHݣtWt?am NDʞ` jY²@$@ga94J'TC1s@ }FO=Ы+`6> K.pGNr"};dq͝Ʋb4=UD ɭk t0}+j(kP4nmt\1 Ttf/LIIVL!@s|Ὃm Gb:ceV!:nc-Xx:oĵ>o1] DL5Cwl({5l$e's }+.G#Pʹ*.-^z ]S%&+,(ǔHg<D vؕ\kn-6T&]^X67sf"?ANau>f2bRvh9 H09-&>\)tśZbck3ˇ vAIn}n*ZE{dTVVjp.]!"F^`s[V$ 2 _uME1w9]x!+>ED5QT(MG@`'V3H>e\Dđsg ,=S\iRv/܅eHKNm jH]Ÿ&f|%K6@6Z/21k!5[&v>V4ۯAsT`Q({w"u<%"+Ɇ,-ZdD/slc~grcN RbBp_>.-VU_{W̨a:+w"9tX)W]SZCC:1ikXY\ߘZ>eO \2i 'HzS?*~Z$ǖMhUx k-\/OH;#2>b̹K>o"'e/_P3a!;9LBY&q\+X:fH:}`ZIb {$$rw^Ԫ~ 8Ir0[+%cI%,ެG&o6Ƹ> 偣ys=YzQpuT=7Q2o Oe2V%+Q1]b+ـ.Qw;Io;hYp ZƧVM-z;CQњ<\Tb@2PM+7S] [q OO!M1/>|T'h;]+uE$f}՘"B20.= C5IFs5⬮' 6U؈?Qw_RףΩmۓ{EPe& p%oLT;DE9BHd?^ {HjLA3k90 [3[E3=[~: .&xT ǔit~piÜi ]{k }cirOɶ")YO81_ >{gm"Ѩd z$q/%a[z#򜘱j0b;G󡒓k6㩯?0)5\?}iQKf7;sMi(P>tċMؿgl";i%@fn 3nx?ųh_#ׅ/)gcB#O|d ٤x:" 0ŏCdWO}=JP\,ls gnro>(!zyD5XF}!딶fl_[\jJ>h_k&IMKWӬ=Gp@z)Qh%AbztVqTafTS^W;PwkA=×b4HG7Xj jw%9D; v1h}w۞;w҅Lp$h*t2Hw"R"UpƮ5T|a'?jE5T֛3 KCGⵎiYPML39r?+Zo>Q (Y!Y…Rpt-p`O'(*y&7\:cb/࿙{ɧ;H/gslXķƏDj2⻄=q&:H& O_ΗZ Ƀf0>y}4PBpI/a܏ Cߴ`{]k1p_ 0Zhʭ܊ӫ%:KVIޠp:gftR0:@Řv4$}skc,=fhK͛i44P oRHHF13!ɤרkcM;pDE"Arw֣"t6LTh -uw7R]@՟ LJdos,(:h{gӈ}rgBk1<]{0N4_r[?/麀$Z(M [{(Dyx!n6w i)1NYSd,a)܉G3a$6dN ~@0uM6E4,+yh6H-3eEm]\傫ibV8vb3~fu wۍp85犛SfQYoӼʹZa!T9k"t&Gn#@Z%-ݟi-w ET!b\u QhZ3~ZFng ۪k6#a08ºlD/#@ٳ;IQ[+fK?HB el@,JM^XJ4QF"4#A6$c18_e÷[E/jKo SX+kȀz҉sWKZ-MAPa@lm؆(iO5-5Zte}HD6 5TGYut~ 0pnA/qG^;$dU_

:}NEPg\ x!0Xqj:?L\f+H`70ea_CrLH*$նAϠH̏p$c0X^2|axݱ t96 dD%&c= f"\: 4f1֌4dVE2n|o-a_Pa:փL]]/{G4z<7Q71sؽ6;n0hk& ?HY*a DJMNbmE_xҺ!rճ4V  `D0.k%m#}Sr~lk+9t 4b'u co| X0mU6c }6Sf|<ҊXU*]?#Y#MLw Cב"7cI"ۄEOUE۶Oe6YeZs s#T?&2Zy[u~ ӇϥYҾ1I+l`$zf.lDȢTwH_\&m}:*XdFM0>+E=Nx<]$mstr8i6F)_%c٥N>Mq|o^AYw!8lAɣ#;ul|u՚h4QM?*ep ˕iz_m*}nӡ:Zc|ѯƚt$S ZYN0mfyA%E_9ep)+@eE;W?e׿,(;w3vRgN.ty:߸.K#.&qhnIX~rG0f;yjq3Y wd3ohb G_A^<*A/tĨ^i)k-~wޟYe0/`sLBZfG`;x$AVr⊚EQ^ᖂ⍽ JZa'0L9?M9lc$o,OKxcW-[7vAj(Sƣ 8^ ߦl#@j̦<J ! ^TZTi&R}إH;+Ŷչ6 mcoYN+3(o,M] _? rAժ .Pt{%2> T]c %GGaRrm-;1A:] @PΦYN9|ŗ<߰SGd#̠Q+2צZo .V# ͨk;8DD|cK%"_p,~hmSuҎlAy9'k\bcJdN믝9>Y^@:*^sɑM{YEgg ErVl\S͋pN* Z+:h(:__;(5cHP#LhQC`Egļc@{(_'\aV9ȿH.[t jJT_e OE WVs׬PE|D{U//wPĠb3IZ~I 3*2Mߟ(:߲4ы9KI:@{oh$pz__lU:E F^Xdfnh5.В%LO`g__GS>K>JUb[CSFa Ŭ lEvV.)c6C3Z-*!\s,E_2 |\4HzMkCYY2հk'OJ `:]2tf@R&niӤh)%.ˈgp;y'y3I+8_֡c^em9LD<6w55}ʼxd=Yluyq>hb)aAߖ/f A wuA< C\T/|yϰ嗈bVug͆^]ï[Lok-u֛Adh /9-S\gv :m3,t$q,&"~yzQ ^\^LIBs'g VK'%Osi(pe._]88j@*xѝ@jrO(}4kcBO1*'[<. Όө5h<Lf#l&PayIMvzY$ixXb]{iuj2byZ쇺0q%9v΅Yj)-oqUG Ue4q8 bo);nڍ}&|շ϶w7E]U-x8sΩZ-J*%t21IlBH_AVBC$UyDL'@P)W-K*)a,Q{7Q:Ov+Sjc%`Nf4ioQ;_xi`AŰS|xtu΅K6{.?b&U;clc)M$V(-=ڦ& kfl[Őw,O`?GFHii"QbKr3_`'|5t١Y"Aeqfh,X6e@[|dιr7IX4"Mz,EDY$?l:i@ˤwPv| v݊gktf qDbA-BJ5!Spj3"*m) iH ϫ8ĮGb.R8?[Ubv?]~n3(H):YD S᫶OLԶ.|bwZg}Q6\R'iSt!Ɍܚ<!E/O8ٷT #ہ4jk+bzL>gv\p% -ՠ 0v2:Н gb̞3%E$O89g Z{hRPU Xͥ(kQP>*6a sp!X6*G.g8B!#`Udgò~˝`{5A'8vwёc T 1>LH%EOUV9HD W z=?䌬_ۣc"\Xq@y-ZSHSCDmdF$E]+ƿ׻/bcSP&MX *D|tCKM9d wҸr.|y I7⹏dgH\Q,BS’s,ʯLt1jpY.`̡ZpfvcB3o"Lo%5+Ceto ·a˥fۨ.hZXFnpIڢLZ{o7=N|rWIU$3냪Е(UNPhb`)wFmHɵzW=\+g󁓉%͚7HӜH zS">]MU%bՕ\&}®M`Tee |uY}0wРX TC 0Rb39=O,6Q`@-)!EW"$' F'K-,3+uԮ ]T峌mD`01LymPV|LJ.`Wgs@kSPEo㊜x=`|o9?4;N3WZ'^ [QN <hԁKwgBc?_C֣n^ץ2y#љz nԟENjթ?d /,5񺼏[OIE>+ 8fXt{EҢnPZ_ptɦ(]*p+T}0FhUJ0ܠ  -ho@e2UFs;!4JF8e4 ti@P;_KXYR ԯ pbcdwiY-Mo{7CpB@OZmR٩Řb|(MJ>,TcWA:,ao* g|`'I7o@B}:=UwAj_j(@u)h{/e? g>I 'LG(* |׮{ zcsa[v3l\r3IpClfI8UBO1nbZa >SJz"hL⪥>61bJnʼnogOdJy"} w:ڏsjQ|ZjdT\N!$7( JMfs-Y`:b:T@нk0sLVZ_$8 h -v++H r  * `3OM?jQs1ȱVʂd~ޜ{T)T=$%ӏm),cnT$*0͘@Iӵ|V9 OTQMr+T@yvJh&|dL$dYr*oz^k2b^ T\BDiC d]|m̜UTiQZ'+͏zg/#/_`dwρ k0%&ĩ)Zѥ˩ͫv$FࡴK 2{aPwt]T , o)gb_7 }b?MXRPc%ʹ+UB6f&PR 磊a.#w"S2V[q KOfԿ\`P*Uh ?)/16!]݁;\XbF i9Y=P[pBQ쓋ҚWZn3O󑦢K Xxb_L}ĸMʒ  IQSW|bzGo3!VƎWjNl> +=ff-f V&) OXKJ-6۷^Z պͿ1Li%W3-u֘oYPolv }=QcXY!R=|jGdnj&ˡYC+}9.3# dlR2,0<$Oi,l~WCDQ&#~A$qaH{H|/zC7e$7%VހB5v퉇/M\V]kZ%7n7A#'%DL-l\r91Kl%~xrdzBr{vfʎAHG:Rd׿ a8GI?ĮZRG (G[70Z ϳAtϥd3(m'$.DT, J.!eW2dT)c3/ u[e "o9}8%Vai*xt[|OK?~&it8 ʢ7?$68dwFz"H gI V՛B|x@K1\  /w/bW XbԅM*񥉾l1w,"QVcGVqHiw<tPau097gjeufO̶Ey~x e(n*~"rOH;J+O$6 $%j=MՄ_ XIUfgbM}v7Q0=0$Mx:|כ).}6q}cB2@KXheN-jՊ.+"Ť޲Zbݥ:w}ڙԸv%>Tu`dM(b1t)HfRo}\8}''&dT5 uT^G=AX1:4v|[Wp6| -C)дb<{'TGnroCIvc"i7=jkPQКʅLˈW ovAq+KnqV >S\X⋈  |~UViiYD&K%y% wpgEo`if(ΑH|R>&qk\-!:g5(|j0#g!/M7I]alDaի$/Z S%|)2cud'G~dRH$<MY8zBKSeԁGS] [A1f}r2Z/ટW-qKs"([(^U?V3΢)_:vK h^g9G4SZIDyY(dU dJ3"/]bjR8lLJa}@V7,(_=kQ(s_τ5:`]7iu"y]L9,%4n ^w.5O"-m :npozόRJtºHb%sQ25;[0W˞&KX;1|Pwvp[7=Zԣ63`Ts?7Ӗ~d0j6 ~L6,!)nvXwOӧFj`E3 i ohSl piYkVZSbaoyfH=]3 ##^C0A/j0.i0:izEm=a͵LF5WNJ\{S(SVs{ձ$+($czkge!dPݜoD.Whb D$F؄$]p_0ղG]*Jՠ{wq@ؿI?"N0?=xǨm)zFj >w#'@ Xo帑.|ػSr}i8*{w'!\uRA:BNˬl7nc$P>' o{Z~jm{@Kֆu_[>xWog#50b,yvQ| 乒?7t=k407Bs:2pC."Cs>ոŭFW^bMGMi) 5v'ܢw j>55f?/$8 =,Y X&[Bj1ߕal5}Qiai_U:trwfpfrYcï\VgMh=>=:}ؠeۗM{( ֶ3ܓBq!΢.0{Z_y:%E:GalHE}뉗Lx 7;øSX,WYV*X/<-vl)PQn(蝉Ӎ h? }D(+MurN=Nv 3ZYf|0>Rw9CMQ+fafgΚ,N9)﷖SLλl^y@~^`]Ʉ?5u&jߣ . 6d3dm7Y9eES1Pu}/qv |ԑN>'nd5/4S=[s\IQ܉PN'GCr߄M7L4`C6G8",[[k-X88뺟#x]cfԥC8^%,TNZ(";3!QeS1e<)LNgul"v3~"ї!4$HR!8O',P*H+NU`k >]5pP?EX_ҩ݊?pOj,k}E@x)=h0xNX=U $WDȞDYuMZ#F+8xN2 $dQ~"3 g{lYp &fd5P{ۂL@$8W':Md@o)hp-pN!to)BN>qIX[(`6h72pJd5h}TYFTM}yvu `s3X0CA\DRmVYU7Ka`wjL^&}=6V I+E]sON<21i_2-ǥMXd~j e$=Se.0'/-pGuWvCHK/=xϱna,$@Vw4kJ+j. !wPy6M[~Ir1Y{F' 8p)E.[xzeΘ(q%ϓb>]3UMSC.2tT'K^|$2TVcsuuJFg 0()K[H- 3A8qpp<}4Qje C:yuʁ2eUgHZ!6CVn7aXf4!kH &$i)Qj(2ۆe {;ɤ6d\UR ;9K_ݯD~B$kᮐ Tc't5HOoG ,&.ş~N$ LqO)GRs"RY }U#ym> uӂDRĜwUUZŴ>i$. BbuC1?H`S.+ )gHT96 ۲W,LKlR& Iͻ*zJu~@*g6ҋųg1GpZ"4:8 2D/K r}JWOTT@ڨm! 3TE#%j,+freXVͩC,fŌ$3!`B>NlmK.VܲP"[5; D5bKjWvM" oTE*]#9eQ@XO'fLe `Baa3}l[gDBMdj$a}9+j&tIMň  UCKhIҝ%Wk[w;C);H~|+QЯo~V{DXb"3"gӁ=',ex Y>RLlMgk/LSa}G2̩^la(-o,0e]s4aZܨ=F>s^P?- ؙx iXmCe#"WF@ zWiM| Bz-:FGuw¯hwLަ\Q))#;,v Ѝcw @䉴iy=nL%k^ 0̦L[J˷~=y-C,C"[]5)H]\Xd*9ل ՀBJϮ> -Y>I1^SA]e5*$YtInCII_{j nvS:y)# eX#H7 Ī#r!CezavW֓21RJ xsX]ѹZQDNI;c˅gǫAIA v1أhz,vrvj렃JyLҹdBP<"=r4P_M'lYnYq꿘[(Jc߰,՘K( n*%"5@i\ӸvrWĻvcCӉsƑ1u_ٍ5V;USZ.B*DƂHUUCIXVT6-7 uw>-ȲXbtY{p7t`~ޘOS^?KZ4PqQC Qi~? xh]1W&o3XGpx)|񣃦zEtW4GnSޢ@HG B<8fM9ݵ܀G, kvF!6AM߄a;T@'7ALF,ن;n2 jb 4u#)I*1MMD{G7GQ}bh=:opc# s.u[3a796$q_wTW*LVݴܙa$BD,"_ZG$;;j=Rzl-e'X4L+iZ5O5fL82 g*2{=&Q;1Kv"T8H6HxzuMd$yhiLt, !TE")n*:UܚsO7J!vrJ _7rf?>`ө4.U {E։-nt𭡩(p/M"nҍ@ƻ'wЄz=YԢYJ1G|z(1u})])dH/r[{al?/{Ŧy}D VĦ en$XEü :Ƙ Ym\pdb=94 ۇ&OF6 oZW͟v!9/!g^C' 0mDp aHnP[a6 ʒlEғhֲ&gu=C&MX7/#{mo*TާaryhWMY}7lNR?SneQaA/ a'\( =Nʌe̥n_**C62sC"c@ !l3c؇K+Ѩ=ba ް;%S'EK{vY}=hOud(flr ]@ w,9|FNʼn~}Xd7 lĒYcQ?MB<{kw7+r_צLa \OV#);\ ͷlt mgdTj|\zL`I9(##IK^ 8]zuWV*q΃嫕sdHyw+BeTNA蹘_}Lj LNg^8՞Y {1PfUpӼl4]t;f~VdDU:f9B}SO#1_ ۨwJuˉx`iOrj*9MxZ$;dAvHN]R[ܩ zTO*;O8gMEg"J)8${ML!ld9:{IW27(򘳀 4\~x4Q$Dzw dJ1c9On+6;ҦF Y~ UC!1;!贮eM>X(!!AqYӇ-BB{O0B 8ݟj a>|Q 0ccȮdil>YvTڲ٤G 0:#2Y>Sw#ʧ}K7v(+K귢,ֵߞx}JGlp  ͑drzUr$%\x.QR()4یJ᳣d({z}g8@xQ *|GdW^pQW3]hx7D uP~piAU=.ҌўxC@oz~p w$cX]zlzTjׯ-t-JZT(SgO/i‡'Jߟ<$a6Ur=N Չ73)kiW~bLwn8@Xџ'Y_@rز?R8=)nxj⁀GB,Et:IjFa8S=eu4SRuXӤKZd^80"G5,Y2@1hwDʡ}Dci[4_CUZ8o {کj5&捄o>M#w,֯DVU6WED#nkŻx_)ԴK瓫V"9}^6hLæ\7,x4ϫ+/[tPMxIɅg>Q!8Tލ}z:Δ_"*盓.Hl9L0⭒ag=-s K_Hs*JA3+tѮFߕ+5>'JҪi*.Qa K?:ȾKxd>:ܻǵ=.}rKTfq\Vt&IXNTBA Z7MS^& Q\e*7Mh}Z92lR> q#_3}AVNa Fg$H,"#UP:i/z}E"90oPC+̡g˞,Uё,Np_Lx(dø_8:U؊mh$y 9v:ɒ$v(I$hE%81iu٢NS'Q ۲^U V}+WSvQR墈'kaPX81f8}9̅jcZ4?UR@Atf_!X 94uOjXv_ж^ؤ!ql 2=#ozh腇r©ėD.E=MQ ?3"|<ٷlG,kV<+7TY7^P>d 3ɋmӯZMˠt"a^Zcދn 5Ze~Uַ^|BG4xO(fR fT Ic!:Ur{$;-hDFGT,)k'rBn/ {m[S>!S`۶ƸXnc 0a{4{OS'b%[sAHxC",Вpk \̫oCdԁhþg"pZÜ6̅:j':qm'G,)*cZMfJ2I^iGQ\ e-DGqI"t]hgZP7XС-RbD<'<})4m~>ߋ$촺"!46M4"%#iϲO3S2:EuX຋ V+w|wؚo~(%MtG"Y>` Dl 0ꢼp~;fE\V'w`Wŀ2$ ԉ%Ǟo Hq_7/<. 9 hCQ2/n],{o7|t]cNm]zzZd_^4eO&#Ni ʼn 7ug8權s(hqM:(kJDoVw(M6_3sՀkzP2+޾;RIgX7%s|PcжgZ=@Heعc'r}2v\-g !MOZ9!!_38M,3_wCF:"BaSǸ[Tk+MQiBȋVֲ!*=xQqjNgxeʊLlX9c6*d:Wӗ:v(d]LRW3$\h(CƔp_XV+sLƥF}iŨ0ܑY(I?OcЋ螭F im^kf (,{-48 P(^0Cbvha͓a& imh(؍XW+?? rx7 ߫YdN\@ϴ6ڽ"!LMPPʲn`mٓD2TBaȑ tPH刚{ڗURe`!Kؠ`21O[v2Xnʦ{e~a":7aAA⡠Jȝ-Vɧڷv4 T|zU',NgR) sF^Aګas쮒M\jц-atQ7ٶ$/m!R\`:iTle MԣTfLkB yrTOex`͙S\Q|=r( ;dس_-w@X5"ha!Օ|]Ѧ"ԩ2IƧ-V"d?qc%j 2ů$ WE1s4$:qch<^ܣnJb(qow Z+ۥx;I9ߎLdY!aaX:=薽;d> >$$'a$2HA%],*iѣEMA ,(xA(ӱ}r9z#Vf`XМ_~qN-ʭt@~V^3-U3B]2^5Ii>IfI T@}Aif5˅LqcB\RM qi+˵] Ql $i`qP#T2 ]幬xye5./ j5e`(v2aۊCl7ST?7|,2mCbS>簏|v1zV*64 q Zh_PZ3x!Vʃ"/ݲ$`Sw "&} ?O>OqvO?1b/XB;C>O > gĚulbY$#w^ߔX`Eͻ.t'8T .)\A= OʷP޲48&samsb NlpPPO] (!leh%%?{rl H!4F5# .>iqWot~&Lm44)Ypd~j9nemQMKiW냕#igz1N ?7MYc[ػ~(|"Q4M^# Yɰ%tGn C"&=8'N؏5)Zrz\{~7δgt˓2$ͥr-tuH CEdULL%O$B⭧ f?+@*A'Wu"m?PsZ-r@W&^B5#& !X{:bߙ:R$@;betzqKw6+M43$3bvxGG@Ǘ:%30tz΁KE[ٹFesN^GcLFϓל:V錽%[y"ol0f}dvꗰ:CR"R~,Q:lv~/Jd7Еq.! V̪`,VJ{ہ3! \Gck&|ח)R~6RZ5$3"ޛ7-يΊ"*U [!>(bynTnZ7}6vx8਼<):/l_rɬ'(>0Ca!o,k S3ј`A4fs:R YۘկE.et$M%KpsLY|q^)|J{ ,JWN夂Cy42ZO}HvSr8l7XנL[wmj5Д]P7VMo,~d3*ђ~UF'98>Ocv p[t6;Gb%RS\1TXF&p#&Mv!31W Q$VoAɟc]Ij!ԫXfu(z;=u%Eq/~@$8k8~ fSjSVa_?<Z!4+,}Np[ OЋe]MxKj/P0ꅛ(;QnM<|HrF]R xVs5+'jfPcWgH'Ӌ=Gf^"S"KdQ6"vaNb0ͦCF⠤ g}Xd,?U 3? `"jek@vmwg8 BuIRZhe i8ɒVxqci=j}gPAI63i)9f01X!%ƯNz3HMFm Jc{l; jOfB,,L"dZd?ד:n^sK 'V0d 1SJ\bf#>{K x:mu\][PJCQETcDN@^<\ 4)q3rż&eQ3߰ 7?&a*K|X7}d;ϻc(_V򷉳Bb&i l||e,ĥ8cHӭLUȤ+މ |K2Q_&‡!-9 qbıy{*9tIJB~TZ%sWHE5@gn1M␒6DiMViZW1PD΁5+Ay UШEE'Ic:_A^l n(u寊ga1̆|ģ$h;xʜM0r,hFs:cg,]{Rs=@Fvθ+eqfB5M` tcum]۷=Cޱ m#{'wC5@މ THN2.|8µ kdڈť\#P$f^"DһYZ(\Ey|FW)m6'\A>4WZJk9+X2r巊2].ѯ4j}XL~bju|S?Z+LfPp1$˟"!qv^/.dV>HђGUIu SZ '.kS엟pZEWeȧ݆$ o0)Β9d"+2Ilv3a:;_sj뿂FJ"o K6jzC"{ө ۾aج&[ +S̶X3pFYKQB$A:b34G/{ݚ=cEcmehUڸ.Dbŷr @OaOi:q1ڋ 6{kepvJ+J'K@I&/ Eߙk6q4LXrQ.2ʤ(VIس8=L{bUDݼ {&5ij/GhWs~kg|8Eʚ=&t糧/兔@8c)vńt!;}k؜TF6s.)T2MrpG.#Ȼ5}ѻO1@z N/ccmRpwwng'v;أ5#Det#8gx&zip85c['[_ᅬ+﴾wggqR!| CP1.9VP FnF<Vlz6d,ՠK(@LZn&%*M; +Q-QxmWR7EbbЌ iGYC4BŃVf1W2ObL%Q+HRe2,ٱȎO WL9c*o;ethƎJ֜+//R+<% mNT<g%vo }TjKO; V^1Dq& P 3䵅.oG^מchxsFF韬"~5G7'뷣`a1 $c+BwIsEoq!@kc:o'~ >Y+A<Ϟ/Qhe\A3WJeOQwDk6E<6NS4B5zU[xm͢ v:f֓Lo2B1@ThSxSEy@?f;ќ~/pgέY`eirj r!k9:'] V%R?$zr=+l.Q0Hp[9"K䇉g^{zٖ& '2D"4[70)%W_k+g$YsF]w&+pz<ˡ@DNd+`QKW_pK6*swqQaHyL)PыN(RBE}WRanMC-pJn'mxjVߨfΈ#^ cP.u1]AG97OV LzbŖ%]Nu iŖkoE ]@9 ѓ{!i*P<`7A2 \uDY\\֛ wFiY5P1nxpl=׸UCa U'l#v$XdDϪ̓>;W*XPYd=VmcWM[y y'# EkG#.E;9akOWFHg ?51jhBPyBh8}^&># wЮ̃Ru}B2l Imrdb̺]eO? `x򁬟CF@15Zw͚S,q}A`FV:AGWs`1T=%mZT2!Lb~LZX=J"]/(xƓڜ2孯)(|s@DIC%/T-mlks(ק>x:R&\;Cc3@ϣKei9  eUBB yjVJ |i{@.,apй t?,e-?W4XNju}[#0ET?^,1+P-VO-1! |dC#3*#83<6ũgYalE`uZu_ ,3eފyE |l,ۆD[$JHl 䊌Գ*\ܝ80eWC%oDAq 5#"p Ou+3Q ]@јHv))bU@sKb@jS%jEq8 *tu 0@'T$juQ_7«qN1g ÇsM/괌AC 9 qyD;$99/{j޴7"L<vyʞ<؍J|bHMY ~Zj7#o򛨆LJE4.H4 Pmd ?jB0$uԼU=֛xGduNp"-uU-5D -[}/'Ggv+jTRu*}ԾpmUGzp~?&$ Z;(hKa-Fe$+kxKA§\Ƙ+H9߂ wYJ‡.kwHg"n'JFAf+KіY88!8Y#4a$bKfOQEDἮfJrpһ㰏dU(A޵QRԧw6*$+p k}lY0KmZ ` Rwrk``OAۮn'0;×r,?` m,s \a+uaȄo栗x,#[ l}+) $%.54,ˉzl/#ms7;wi:bFnKT&>ӈ=ͤlKZAAQTދMi.gu[_KzUK;w3874b3k4d/ā҂|E# QhIU)7?oJL&w%~יȷf˛M\DY;iD ODJm͜ &5eR Tm~U'2 MO#aYtTMT$M2D&[._iu+*Xj?-|+{;y?%JZ?M/s֙[ L6\IWtlm]>> BpOAZ&L$0c줟0^YXÝP!{ y(<6' Sr%z̮&:#L\8yvC`;ɒ|n]3cMN&^i"b莘5^4xF>FSëxV{'hvHAߤAwƙMjOw/ZU9EJ6`]ʔ$|EysDAƗ1".dɞ t)83-&^Yq"oPGbT2gCnB_)ef,Y>!PuwZ:6XdY!zHwbrЂ<:&Wΐ<0C_TwSI-Q-sy3H&(*9]&>$b܊]ƙo±h@MЈ饟2'4.D__v)Յud.[Ź|a\SUm5Vr)m/a/vRc%ьVǁqpɸkqn|zD!\Clo a}t}a%7: YP&斑­SkMozusk 3I-f6E߲D汏x<ާQqdFկ95>7_jN;ƜޖGzo(PQ3k4aAJjHT-29ismo g_3c.v+S@Dl `ZMbu1$H%5#Ng}ËfE(XDVLbO(45/Rۧ͜ʆze|xMynJo [ fx ˇ)C"@wXM yTuQI|5yN):6d9 HMҗT5'jۿa۰ᘄ=MZ;}&DuZ̍*bRիXR\+αv_ѼD!jwhۓӍ֬{z%wWwACM )R?aBl KVƣoo~΁ߧ"⃕lM5wXro݌l;VHXnCօfdtWDIl@o Tf->92+\p) FQv9W5$6P. l;|9tH4`e&ٍ1cJB><T1A(3Mj%= /?k_7ŭ9PwlךB$1yu/e+Y&K䓯d SUv4dd+35/H˯.q@0ֹDq,lzʚ-ӘP҄ CrPǭ`GהzR-X_đPK f؁m&~>f|), feH;'G,GOt10X! |z0?"iaxd^ϔ O00F-76Tz3<Q.§h&]& ͺbMQk.^Q_$eѱmN a^ƩljfjcUK׹݄K eMm3FlymSbƂ<-`G;jpXM<<,DSP--ݥTd]Pj .7OI tY8g?pk*PceQj\Mv`JB͇,}a%?o*&BTV g,5*/Z6% Ro7S A'%ߒ u/1K- Tۂ*BZ.7"ۏ;I)1&N(@z ;dA)>Mq>/UX7_W+ѬD$N. ¼Gg/m-dX,~5 " @{!8rģcU.Oĺ"|)/T [Umd:/tz>'77C>e,17q5 >JPwD]D•P~+ǣb4HFϛ@Mٚ{mlR"P-{ak:Rbi$ o ܆r]D5 5 OIe9gKLGyO:YdheAPk"o<9E&}^pnC*Z41@1)ư,2)/tdGt wvs2F/qj|d th#&jCU^jK¸oyoUrlF-eaױoӭUMu>Y-%cX"K:翽ϛ+/%,_z-Ʌ{ֳ%AsK*'bȡ5NHUs #kPͯ:U]q720$AAMᝎb6_i$~B tvGpud:C.È5SJdhL/!W(Vvz)b7 `؂EVx&`A9.e%xtpǶ}eΑIa|жLGt`` :PDV\UVqSq ?MfЖ'Y؜w9\jL_Ux{ex@)P{}s.n6'ּ"nt"":m?0BՎ 2ܬWd/0?.r1b3f@s=)b (5t̓2z/G>}?[դ>Y|G%G1P帝inYwMPq 5%57p^ӳ=;|lMm-0Q G7]ߓm+U[%Y]؊m!Q\1y+Aْps{ٲ'm:1~)IPJ{ ?qmGFۜ鸹o#n1y2i6قϖN@ 2L5u,].(IsGyġ3D;4DH/y/R=DB;n\u|qk F {g*n zH,081K~:[:@T<۰`=;R}͗VBMMˤe&{aEce6M2uw!l̀hY+QXe#L'"nءR%/ N7_>8kGpO&?ꮀƝSѠQO/$ν߇n{=?Jtgi{fiv;ZW,y;~ި(&e|Ss8RFLJѓ=a>}Q0;x \u:4RV'[bacze R ] %h?F}@a}WD@<1 D#࿰O>%Qo3.v)bDHw g.<11b9>¹ [ٸ@bXJY0vjDiOXVpst^(b#O)0IJ >ooRA>EyW}b yg,u`TvOf5 şsyE80ɂ*GF;=$I` :QPZʆHzfQ4d%Ek׶&ZJL9 D X)XVOgVԞMK.2D{DϑFWFE؊1l( Yz{ñ:%P7M!j ϙ*p1 ] 7F)O@{J_a{OgQBQh 8ړ66t/a7RewBlڕÏz*tSzu"Z5aRy浙բs*z\F;ZØ%$Y+ > mBƨx_eVtoKsJ(XP&Ebv!%H0ᇋbEQ;S Ld01DR!o9'Qcn(-Vt#0`;:r͉o[*S3ݗ gmD[8SB_^] liܮ&J /M6B\XZ;m0 :q9Qe`ТU {֜7_eߨzt8cD"Pz `u<-jiT:y;Zf&d (A'MUCp|sߤz~tgZ??nMP_T:ob"Az\Ѣ&:Irr-=xޯYHOpKfϲğmqf;1W|&[׋Mᵎ64­ɻnxJS?ysA˜/cR̒ qH=$M0Do7ڈQ[ vާӳ|rJC M̫(Ób*LiC?,wJSCzMw=۔= @jIw>awE37X܎_r*7s$kz9M^31swH٦99K=XF}dTI"-tE+;FTp2^͕Z0;J%=8hDa2vUeH )/=!o Dkb)e:Eٱ:a HY^Y7|_فC]OifkXޯ*; f* ^;%Ve|2%3}]&iGm2L[bl oNqmx;k-2E-.c~Gj3"C;n ovlbI:O$*Wl^L_a:.(Q5jc-C.NM[O)>jQe?'S-Yg'cm~]A ?fHLt&i܏{JomWZs$UžEQCA =>X,fϺ$XtdӛSS tE+dKq68<(.lߋר!5*J%B '. & #i:}չ6pE{/$~mΨ*Xa%ْ!~ucf 'rS⤥fxLtUzor[>Bi,ƈ9 oDxӄ<}yZ>A~+YI=zU(X>p~>J,d4^I . Ωߤ3UO}&x&hJ;18wMUpd  }o'9S7GxUAHYk0X;AxSFK|JxC>1 8BK늴 X),ΈcYinθ. ?F7R;%c{QPCM.58)4ǽts|G۟7Q<1}GK!a64W?3dWWx?_UuǗ3в#&{L ,ⷨ۽H)V% ,߼Ybrzb 8v4]H[fkr"wV#Y2\HG<= d:Z9 2'{9+q?n/yqCC-j1٪R@k6"|,!-V+c3VoRÇIW&rƒam09hl/B۶9b;?XJ=ha%"qrJT7WJte/ɝ+:Rh1X lo; ptyE|M:ƣC3_~tC'}t֍q>~*o2!=I"kYK5;@mӺCh#6R[q@lVu,GX#pdAGw* =;Q F,^{(+s$35\R! Xj9Flj'%ihV=`Cx.H1}|c02.}E\оBI=ߩsz:ZFF,mˠYWFw{{fo]O1!泣KP-Vx/D}jdZ gs>bh e_'+ߖ<N}aޏ$hH8n:ݕ!Jc LF V\yx?ݖXDX`þ6@f3CtԚق-%%+pWb[Ot{FNfU{IbۚT A<G#[.MT;Ni"Q{tyyxgj1dlc>L*J]+l\Zeshˎ&l$PH%D4HIԻCWq~Ҥ M&}. /"*߷w̧S|=KS ?3W>F7|x1漵G.L :U%Y ?rTTd^ ssvӱtF\& ~ k` /Y,޿{bvؼz\EzYKL( K^60;L~zrv5}0 I䛢f =6RoO:Z;E&qezc7vO"V0&1ZR3|O-u/rZƔKL1JʡښFA.TEyԥoBLB܂Qڰ2=4%BA"]%S!imмSOfx,0,+}{ qkeI4vДM}u*( (ͬ \+Jw2[r:GZZߨšZPa32e>#[$rI=FvInhU qy ,Cęa >Q]yE[9JHO$%y6c#kQiRȥI8 uQ#:Ԙ$Qv-{3Qu!.#.DNQx0 |%vYOb7?c,1BJŗޘ|јm7C|3W_KɻPwuFhvV`ECAWhM ^R8ŝ%gG<ETH!•?^;qb̲!t^jx`b1 K,bi֑.`< zTҺ_1meul|r)I{9)b[loDH/,g,:0G ,NnRۅg\DCL@'jLvO)(\Py;N-Pힹ2ܪZ<GHYP^^i2k_%0 #Kڲ'>q^M?,hvzM" nPrzڥSpjSRhPMQZ<вXꢠhC3 pQ P?j I+ebbE{Ԧkc-pbP! vaN!:%P{/`z.Yj*%s66'5}2U4Sa2$ڧCScŪD\\~`^^8=GOon2W>~ 2¶c TxW0f QnLf[keTx鼻wPl#DGxUj2Z;:w LQG3 PrW%&ѐ DAtp@88TܛW:SsWpqj8R Q{'A*`ׂPG|u8%24!IYeaC\?ej1_?'FT,VBIx;!īP בZBJ_kp\lYqwLƸwNar.RTȦPF7ur ͉ XNgZAǤ&ekv%P˚h>[TI*2g,QFۓҡ9p=Ws?|g]Oa=*ڬu9D.'PbdAEݳB#@[L)#jHzjEx[@rV{_LI]ȏ7BzM2:(6%۩J3X;I! X5;I藴x[/ z Ӫ1E7# YC|3W%fH黫ng<[PHGaaI^toRDŸ5'<}ݙSx܄VWOvP͊hitw%DXR?|L|ePa-an|*#P- 3E\B$:LMȺ-бlyE,5 uζE,b!6Cu05Q~R(m`^u}B 3Χ :4 "XcƐbZQFM|oL79ο&V}?eO2l9ƶŽ R}헆YAxCN~9%U}uɄX8Pѵ@esolCޓHxA&V x|Ȓ)dՄ0<3*`}~wM\u^h${è vtJ#=n`0zEE`ܾw<ū$wakeS`]&ZG2{- QoQƄtr|ҧpǜ-Z=B'GPn)7'@++mly)%AD7BXK q 5DOiiBԋ}#{=]'F^"Ù̠_QL:DZwcj)\Eֹuf:]" *փ`{xeT/x{D@Q$VoU|*;TaahC 0"j ./Ebc%W1K[_̨GABhaD;f.d5-!G(a34o YP(7L p)BUNMU*9! 3PoOwh$_Kr[=fk&b3dه&67A͘2McŐdam$ %aCYDŽ g)W#kQo cN0 lK`(/쁚u"N@Xc(VW~ <:iDE 6T; /g i҇T_-)?ZlP5.JOK~;X+;qdL0z%ӏi, lq]O܎[]S6!GCv={pc-gRH&h91WF$ >/;o56[*T+YBg3,zSPη?$Hy~&l%̱.XRTP}ssR"3Y\|3SL8"#6&yJ -%& i tVߖ|gJծ͊5nUs8dX;3%I\W :5#zFz'FKN6YEoD͐%.y_rrs"(0wu:ӊ,V E' EvpFRаH<e{[O]= 'rLnӗH(|lςlŽVrgD'_T6嵕ODW$JIRe_bw것8:n=@MOHU73kG},ha bc ȫ??mV.։PvP:QkM*aDbGN$=3vb7ft_+`:r)~6"+&@Ifyw:dc@TKYFH )ƆdtŅKxݣ8.I' f]5ce`.rÈ(HЫfq75}2 XD HX|D'/KA?%i g~E_e߫#wK0>0Ul :!ǚaJF@.N*]VMPe[/4h4N0RFSN(ۖVNg̳7A:ԘsZK=?6byA6,COw#jsM8)6]pLr9@_aRQ6۟0bo)?CMb7Yw,U%zaߏ b72ڳu 95QLddIWrbP!4.W+[L kxLNbz;c)Gn8dD(keU oJwdj?? wgŌsN]emX♛G#{vH#RqiaLX9'!v#x!SaP;Vō Hѵ 4ǹ+ Ôi;uy;8 aCe,s8^Q ͛?*1Ƣfʁlrw);26k-h8ێ~nl EM5$2!&F欟AlU>)բ c@r+ yh;v$5Z;>Q° ;m[\o)Tv^*)W źq昪E>~S.}'ͫVc}FWCV8i+7nkKFvSgKC>M}l/7:guIr/FH -*ځ+x!ihw>fե829f|AO<qv Cֈ6\˘WJ&,s4_qjhf} 'E3R$vA+,CkH m N;hӐYopz,̜ȦqK Oz,y&U}2 pa~`u$;%1 W}A>M+sgqAODi88DDg N8U`)+ɞ]$~8=cv;*5dCk[ do0#Y]jwJK9<1믿A4q1o6O$kؐݠ]0 )• xͺ#4ɑ6\i[T{"4Q}b?h f_|ҍLa5GEE^QrJQH)/*!갧z]m' ='GپOTae @F1vo+2%ÌcW;g )7彎.\Rubx>1,췜siտ;G:\]@k@l걃׵s\GƁ_F5N ʌ[*zFa4^vnEB3F-V>0UG+9i@ذPsa}\K"CHD÷Q$ 2LiӪؚkT'{,LKCўʄE$4}6S[O o<<]S4EK"heUU|@F%0{"cByѼITH} Q䮊q B V0ଢ଼x$Kx]:ELijyW*P&3`'6MSE"⭤HKs HE 1ޞի$+L9݀ %G4 9 x%wDwdGc<VI6OJ{֡NֈF9Zv}cT3@Yo~EC?ZLqBT$o(BLR胒3!**BTeg~YFb{B+9aC,Wox'TzIȶKB>cg "hϡw*bZi$Ɗ չ g!{+T8ENXW,cy_,E[1=e3 =_(6(uUGVGbBhqn9OÓbM7O1uTξ܀˯TIKfRi?t+nohS,0#vChhrb, u%$髑M?F݀u[^r \Pe#D'zzp9:R6/3~#b. p\S)wA?#oH%F> &Ƹ]rl1Vt߹*%gt~(ྡྷ"Zg9T)g!sGt`pT09Y)$WRCV G8,2Hq Q9ңi?ERx)Z][~6bQo\|Ncg@;hn"pOzbY!DWYJ4 (IX[\.Vq%Lؠ 7v0j|h! e&0;+$ )[TS5VX`v)SH 5No dHuE$V Jnf3%]F#A~M^Ģ+=B k=لQQ fTpƄc=F|ngiyI mnhYl8У"MY3.а#MG?a;zѢ^%LTТm[HH@&VQ{~86q3͗ kO+VhNW@H$Ub0,ӷI mf۷;cF/˝WX߸v*7ZqVk14\F]a%gܛA.i(Tm]q-himpaj\87AEǺpǎ#x-U3rJ囻ڶ2$ a댿T붆\̸p8DW_Y7 i_{6z}iXlhyJ@5/vx*+Nc%?gǩFeHW\`oAyy66|{%7U0O"v@~YO<|2d6TMP}&*H/os(Nb%&=sQ^VJ:Gԛ{~t}R~Ѵ2u]fRL8vY2ڣ'х-ǓI_n e~(ӜZnD+k޳.xp#7O>5\ui0|3%"6eu${RlL$e4]-.\S:ݴ&-%uQZ (-@BXhq ~ @0($>I{ơ)D9De|yί.|V 4QVDC۳y_ SF_;82)hg*T9gT[8^p j V|o Ll6[FB]oDML`ᝰF2 /L[N6D'M>s57z0Q3wFpFK*MTﳫ);>_?011FkJ:[=t"iv8(bj F6tآRjSy=yu)mpt4ۼ_8I,$Q.`.IIȀ]ZY? iyi7\(u3\2Qщ.wf^6>#;*P=b"}d[v-KcEKLkN7hs6:͛A 2'rsPD.t içv\,<3DOU"IhJMu =˪e4"`/ ;N/ cE&p#To=qF|U{Ƶe(xn`C̵fW댹 }8>C I*qFPv\@24T8Bq $Vs-TW#t+N7>5yS}zAȕHAtgcsAJ!pJLE5[B[GT wGa C 63|ihɶh5m+ouR͕V{P N6!PD?lF2K|i;$,8S[a6S R5Zz0..]銙Dh0@'[]hC_wZA`a".$_3 (MX0UP) .7>MņehLxc$*JV|Y#ŧ, ^1 XU YV>gkOƑ@(]MRqO=&TK6S]H\=($Em>1-E|R Rw5{$9# j9+Sz KSeZx(=,MiO0פY B::}59D,3Bo6,Vd>Eƫ 7}fZPuuد^ k ;Ԩ@ f5ש^'pR#+֙J*L׹ɫ֌JP0t_L t}fy%U_ױZ8$ҽnji8d9\0F=+=D,vMd)g64NfZzQa!=EՁ@ f-=octig9m] "L'}W2owt.HE/tn(Lx<bSȳ uHʰ)*Jukse{YE'!%0߲HZZ!&r U/W# HGOyDerϳՏA1KmK6pgt<ӂ0#z( 3OG: \wA QS0eǓAT`x}~l#up2tOr;O[W9 -a2IUSxl775/ 5IsXlXf[{>k[e52^!j] 8#MYAx m{͹4,qKЅ\Z9]'{FS~E Gy^ }sq6GXaxbqSz1G?LcǦP $+&~?xv}="4R:ɏ ,/eq4{Oa *{ᦀ@+RS/< _ѫk$j*;³M [G)*i X g)'{zTgfc[ӆ $ݘ[q@]C)'U-ʙI/ƙ4nYWF쯿d'ߞ׳Nw|TJF/o}NCI҉?Mlrs6({g88m8ue?o\t 䖳 J)i?R>d:0;0xZ~ @@ᤝɄ~Zg?uf'v21qlX[G+DV=|an[>&XI5.p%oQtHp`)xZ <D<S$';gK#ɜ,N]kFlkuHirĬ/%92R11\GUi7ݕA)<0k ܔkT\J^6#:+^toQ .BEIr>G-]-^^sq%h | %]hi]N1S _N.mt'1UljV!yVP, E Q+{1MWZ(.>@"*vYtL\P&+ !Y80*Jj9cbVʇYͨEQvm%l %Fo!covo>1$ l Ĭqȑ$hDV^'/ t`[fU/]Bc,RSB6dn@۰{Srl% AGS氂0U3x vzµdp7yxlNI90 L)Krl rRMy{M=Rڣ.ą5Ri:=أ{bÊd aHK@3W8U:B "Q42Fl{?HӄʌR06TbOjt82/.p+*+S@c#*daPeZW`P(0\סYB\IekzooU=uJ !g71)/yt_ L]a,Ɂ+ז1Pmly{*n֭]"|-F>)UV0:Q2һ&1$e=s){U~ٽ &Ь~L= 6-ϔ) 6۾MNǪ0Ydѩ`tLeaFp{}8F!qGjѡ6Co$49:YZT +ڝqގB dkIOֽǺڰiW@И$yudFzFX{sZlB~} sTNvOsʯH0}L,iob<ٜ |&¸Y쟿NheZnp e1b; PFxL#!a_ J(ȡ_ϑ@@ ̵CD8W\.$*Jg?APMNײpŀ QAu|w-X{L%/8}˓( h)"@y!:o]>  ̫lAskBA͙:P l&q{ "39Fx󊊌Xaxp uOŋwZf}B?r͞6t'5  JdYo2%ޑ4DQꣲHo5g/EQ L{뮟`($EPW~\'̧](˘-LERh""6Ku~ҋUw\^"y fY1 k}Nmf,VD"1Tͤ"0RA=AXQKxNG`ZR){Y c ~-PB*m:Xu,aTʋzyfC]LN^9H?G-f=X)g7}"b?3UOfs'S=G}mM/ 9Yv6c-F+6:^9:ٌ7oMï5VwIbMq7DU>d>!A1% S]}Gᾁk9&n=ݺNЈz e줅{P"ySK3ϸkd'hJxpo߱O"`]۝5UJB霥5-=Y0~hqMʌ#}?jMRTe^yOZ7`2TMH`>%F(13{X Enqߏ_! '_~<N}PC`3%,5tf ;T3c9;\ a F3Jj𣠓]TY~=d,̡56ifl0RT*I~TUVol@sJI ~b];DɄz]h OB zeO"Br L lV'JU1"r֍A=:-K50!(۝R>p|LLYy_ev-~q0~4ōyiws (%N8d ~ |Tˎ6>/6}i,Z֮XݵY,=lS|4"irZ?;d!NhpRh6PĩiѤjU*;"2RsҷWm\*IyTS9z_!v L$8L. !Gy#T2E[`s䩢H"„/[Zx3s.ˏ؎aoNP&٤lUؔV;8dS>9`JcOpPquXAc6 fjQ g魷 dw?@צLHBtv_ɓzD%=^cQZpJ0|PGRݦKuT^tKYNY*  S{pE;{ѯlݳ_\z]Z+F^@qLmYh{S5pҜQ HS?h1bPbu?kŁ6Tθ5 f  w #X`d]:" 5igg$Ⱥ>J9v\+|"Y EQD:JLZ },Ъ dʦ7GS=̅2iD ӆ3wLҮmo K-5YxJ~P&rO+@'2w=m}x52b)kP9 |_,04\׈5n2*rVr/nrN:z=&>p 1z6/Ǭ?;/^8yzH:sRF`^f+/8+?r*oCwPw,lH\הGf.{cŇ@AI' .oCh(mx3~hW7?8unMuv R5?3axܑfgrIT[8 ^VOn(^{vGڈrYы,@W9Q4ďTZ]-'3&vv{ 曱hCtMi84+J6 xxBzbN%ֵ%ыSBe#{BD!Ei!=ܫ [!W:./3&B7;}n?ĨYy5`J&ngA‡Ox$`Q QI$ÌTdI0Y<-o>ߤ"]'{n۱ĭP@+!Io p"Dн *rkJqW|-s*VㄖFziY5\8+D k1J ܟ( udqP[կٰuqD2/VljM ֟(j"+  Cv .~0\t(GMW}b~(A+E|;3,6}f >Smy8*|"Κ.vTd- ]{%9݃_یRµ9%T@0|>/=G]c2Vv/d溺+Wr9pu&Oڐ*\W1ڀÿ|_2L=]-,;Ă'DQ#& HgJѡ\=!wkXH8ɞr٫dzl P#E-ҳ=folOdG@:KesmaK1 Ctoa\_sOUo@JƼI)Tm?85̷x[!4(xj,a{n!!lj AwķW k%@U+!H;Kde@ [){cbR (DBpUm+:f{IG M2{$WPHRHiJM˾k)xD|I&ępЌ^(y^ygåHĐQ EĐ xY{ˬ7<1eS t@ZmgX#k\-' Sb?$1ohtU%pke]TrC & qmLC-iC\;4ːG&/ѪMѺp*ۻ\qD2r͜aŇ/AWf s` r탡Q'K1~3\^෭Lwϼ _hΜFubfMg?kdFG׈D+T%ỽku'3mn{L59Gri,E!(FlG)R^69Q"h Gi] ^NN8-ҢG!b.WO NeQ뺲dIP{|hX$Ԅ.,ӻش7{B  -basx6mVZo.'Bf0xS^OmkNP|upF%Z?(w5?15wJh"ʝO3%<^ r䧌5]'Ule+PgFB~Kq5K~hIꛇQԯKOsIj Qb Zg:EgsRT ġ6ͧn? ]rݰWZ,%;&@Ja H:t$Q?\&hEڱ؂bQ`9t};]d<¥Lo}V㣹Q tqCMoQOo)XKys){^l_~߮TF\:1Z' J yL]|l =FaXzGbX-Rf'[,^;HH!m=n Sv'#dNzOGMVaEQ*gdNYOr [Of̵(~{y,E!mhB,f[x醢@ hgC[PQrFNHQ|lj4q 8 MbEW`-NдöKj_`rb{%R-';`KHq]K&}Q+umQk.A2T>rx[r ʓ$"e!jz/;9X}:~Pm9a 8)mbz fdU~P`[7@R؏m'ף1 Z >jR2:d"K,5 ULC!<;lIG:!{2qOkRO YC@ؤ|%VFw -fTˋL2FopL/d F;[53"[Eyfҷ1SrȤ>/}?~$~7qrT7r2Y efw7-F {I) \h! JL405; 4Q8Pc"+u aи gK#n !v':0:[0qpKz\EZ2C҄([*y'^Ox{ȋ<']zGAC+^u]Y}-pQ1D(bDRֽq|#.îjESR7AJ%G]#ݵ#-[L1]2+Bx dr>=/Ps3h:4'1799iR Jڣ:52^0r/ax*JͦI)XR^CG4їx"kF@ x|@|uV.G@t/3dZQ #UIjCFXnDRq#C!N_^41"[E"U3}$2;Nd+Z?"3;LIy1 t9UҰobqnN鈘o]8cxs>JW@;B#&^ P2(RdAvJ2&yspwrU" }r*{HBtӸ6\!TjI]dy4eb l[y;6+R o2^˙5e!HqB%," |M7Jaee ˷FW Gʿlͽ2 lcy!+倅kw.ʾ\ 7~O,tѭ\U>=S{GG?`XS7bz잨o5" Hl葬׮ uxWW+1G߻HCU WtX`aLQY18'Dθ&bOp*u"4`c[p1hBvq`:\; "^8g|F2EefwŽ'.#ĩ#l)x`)P|Ľb q>ȫboRUp g8T1Xu| [ҵ>QBhm\ ?L+L`ƣv2]1i(ϖi_Ucr- kM)uF0罯{]Ϋ<3Eu%.\H[0,F~i('3V #Qmx/|vKG7?1&\\[s-oö]ܓoTF:DE3 {#]X:gar񑿃BڢXj5T,lb?EKD /oIӓ\k dEu e/H 95I1`zճJ_1Fپ l*P\5'?$oW7z^wZw@4H#oB_ طˇkJich'Orl;]Лn( "S^\TS`)2P᥏D؉~%b-ķQjgBUY\urmbw)9 Keo?Xi FjD: ZoHT:_ObyS#Q#Wk|n+.Edot)pnE5?Y } l`/чz:sY:[ YJԃPhIBMNQ2Q^L Q%6ZiaZ亻UD]&B 1>_eMqkF^#X|"4ή)0QGLk3{Z/w%+]o1(%}SS$lvĄCsu? v;UIkڦn/OfQ-0wEH Vgn]O:am ~iKNM'{ҖZfnO+!.| !x =BI{ /=Hae>/`Jk,N}hϑLlC6lyutB_W=R(pĮGw;:"ga~//1؍pt#. qd ە>wm'< $EpSu7? 5lyټGs9nuSh:\=j,{b` WHGĻ=yO&BV*Wu3@];eg0oѱqDzj߱ 3+UYÄVˌ ',̈\7[ !X`C,Ӭ֗ -a%"o1o8k/W47I9`SM \aI_'7Mp{>Io5F&1iNɥJkE2'uw-[`+\Nk,0Z/?VPt_1g44h'02%bN,V\|͞gLb5B u MyԽKɧ=KTۉbDTN} 6ønoqRg7·&p0R2k '>(y ;N'F;T]5)Q|ލjO݇GHZkh>fUO#.qZ:=V^gm><b#_\͠Z3nra`gH`^;폅A@p*|LyH`뼀A-='ⓕf4`ߚȼ 7NgɜU: u\C&#A׈¦ٝ}>=G矗kN[^֊13kڡR-3ܪQKC(x YY? :r}}9R'^ߐoa%`ʾrvx~Ek,_\x#v$OйjQN GyBWTJ*Y<)#+1 ֪JJ;dx\=f @+$oBiO,qWaɓm>N:6|JfTضU򳙽{%?7.pV]? n;ɖ[ 5zE9 Pr4yG8!vVf1t}{=C$P ?~H8lQ!`'X#< -6Af8U+ lضo,KYWbqO[ R*֩lLB燥j=;N.aiqkks6qkx}1$I8FjSP﷟KVE'OCQև [g5xEO|6'ud{6e^E|froGKW'/6&X5GͅߨopDAV_ˍvWԆX$eU0f3gt2@#6ަd?hM.85>&5D&+Hk|m8}̶uVQjA_"S~V*^Km8sSlƋ",9=~;iQr|nc`fCEI&Vߤ]xD?2r͸3C]n!K_2fDav%}Qh^[K gMX6QnO5!Nzo4Q[ȕ2SJ[FB3Y5wUĈѨϷ@ tH>."4 meV!VfFj ._:4IM)4RVPwN"ԯ1[@sPp2]KH̢ z%O԰Rvxu'/0Y/8o×C\F]8tńH1!q =bE5:ouzxӱL 7x1۝EA3jm@0Yr0.OҨNR"3~,vUru>.A㒿 pEZ>Rk#$WfxН:㓕FV6@ÚـEMsM{qww³g H8v4y]gӟ7đq#c 8{H{]%n_Vi!o|8ه UXD"o-Ďw]P<\өwڑAE* =\9Y[M>gf/`NGy?=qMei`Yy]ͽFKd^!aGT7jg CMd~.M)_,x4*El1ٚ3BFAQ&vP')fB`f3Fnt_ry}rt~9e10/ܸw(r9/T괟`#A^q08uUz.dIht~|Ҙ'eWq_k9yp2_.ʁGew'w9D=B&ʬy-]:Wa5x\31*Yms}4{ 1 qE ycp3ɠQA|5:&g鋨wt#Zz xzuIEfgޞ44$kîMxVe"?άXb7~d( TTyoEv#JrI%x#K6h/0ocj|ױؐ2·S肆P)bKӜ!0Ā*|\IJbQN'h2PBކI㪾ºvMf zx*ޒx#PĚƶ{vL0\1Y?LǼKzT)s/4{#~DFF)Lk˫l4Lk L76%<xÚtLB7LSf>ЫiitV6j -EfRm }uU9c`}8*ɍl"x7DxcbhչiDFQ]:ImUr$t/$ k tiR%u_"NŒVhтZHډR5^ŧVEȞh/'Ϯ#RTK3x2]Pg;4D"Aj@ $]zCFi>#Ys*]\׷!e&i{Ζ%:X6:(|Q-ϣJ7J1 (B>Mݥ&z8G7 7*U{U6'c|ĕfR\2K9ʴjOXSK8aW^P- f`R=Eqm' }hĒBp۽_eѼ#Fd*;R43Ptn5 T4H"XʸSPKxj?^T'z؄67~{͓%QbBWzKOWY#z,HD,-z>Fb *8DԽA#)ƙ,2n}ƯAכ7$#ѯ<+޻z<$,^kp,V\Q=Q{~m5[p_K_;,] -y8F/ظ+ڮj0򯍰\ru,:3xOJ%LVg7qrL!cw 9 f@Ih⿤{%]kƸ# @s^-":2v!4ix(7!_*/u,['/pj@}qϻOFߝT*sa*RlxG*o#Fpm1CNK9~݈WQ]4n ~kI:ih10!7RƿzG[Ӿz̟=i½`eK6il%fcCةRЙlAz(Ozoi§鵤#^W_`0xQ} ls2`Ӳ h\*U=+um"pҜ^7ذ-$*s ˩04+g!Q 'IʩSAd~٘o08G~-9HFgI Fd+փԆ'h,84'Rxc - $i!*aWrКט~#gPQn rXFfO;z "~b]Njqob~"TRpshkBwGuV uw6מcʐ&8E,VlE{dkc˼;Ѵ6,_ѯNcL݌k'2 |Y)cg4Q8+ ӥu^=nVߴ=D͖0hӳj|iiiO}ExH7 ְұ RU)쇸)2v N}7XmHc:F),s"RO4 c>*-HVfX0GߺVpl&@ Xa04 bn)vz1 隔'Y?U-lT@[֫>a/*SWӄ܂4jrm`l>\㑨Amn!UH;l+ O*# 8 *㳅9c8dUr.ƣi:Õ(E Stw*Va3\D?L \Zu$t&E}i"U0WҀp#1[FHK|hoe&Ӥ˯LҠM4 FNƕXˈ}j:r'iu6Y[Ts$hD8q <ԍED.f0F<2^ǣ$vPgp%qczs4f*C!p8@dJюwدD6 [kO~P {AAob~~uA> 'IGs[(g>S@Jd X}9~TCviɰFN|OJwƢfZУTV XuI)5PH }|̽I-b2gu73wKj$7HGFe*odj+Y;DBsH`cAлE!q95>SɏmY(??ϷbM.v_wߵmrQuuepͻ)䯀[lnN%YBOx;O ·KS"$&n~9th%aK6Kg: ޤӫZRә6l0B86T#|q`ȽόgpX&h ĖqmLЅSUTo Ky9Nj{[2=RwEdJY 6ѸTydtOgKޅ`6}ɱdO^Oj8*|h7ҝ~*1ofv\R[u/u+?&I NkN:VQY 3˱=ru2‚ jc:JlK~KD'E4ѡ}ʡЎO*F$9rKV{QM.k!1KZ '"z7 YZ