parallel-netcdf-mvapich2-devel-1.7.0-bp155.2.15 >  A dkL@I%z )$V݀Xdq՛a4ɽ p`ȷ62B0̙G4_@up !lI^ X,ĻmBg~Ve O&€bV=s~ˠ[ Q&5@k.mäLY@:eSmH܁טθF"/(QW29Hd\K 0em]woɜ)V[חx!90q5wsa6xp09C- :>)ct~E}h;~Wݣhx}|ҚS4QH'2(ŵ{('ԯ9ZT3|Ә| .u lD?|JI8Vz*l3 M^Zcs`;Ld(-T},d sK{X$\< OX3`J- ]ZҀK3~ väi>D"g16ߦ(ZLc30a87a58d499e6e9109519b27a434c30ae7d01521817ffd9736046bc447454aea8aa69fafe312baf93381b65aeaaf583fff84eaGdkL@I%z TneOFˇ U$S4+S aW.%U!#9\3NAANt^콋?ȳ3Q\[veE- `@j '8hMz`poX F◈`_A\rE/QV$LjB`m/J"E{[E M$(qf# Q8o N!*.T $*I rvkŒ}@C^-tݫKfuk@̙ӆ_*QuYЙY"ALUS_$j؇65Bp_hN>NA'C)#4\[f9I7cLAo)!x} ´&Q˪OJSB|",,*_+dK{bS_rW|#vb$)lkbIJ65W8zq`ZnB{<߀0'aPE\%4< "?<.Q GL` h>p;?d!' 2 jx| 4:D\ h t   "@t(8 9 : F=GXHpIXY\]^bc5defluvzXhlrCparallel-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.dkL#obs-power9-10 SUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le+kv!kdkLdkLdkLdkLdkLdkL5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf0add2a23d5dd0ba1839903df66d38dbb968df62c21b70d6a6c482fc31f3704223055d47e5ef0c4517208ce269b5bccdb401c4a3ed6df862ce4b335167408c67blibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-mvapich2-1.7.0-bp155.2.15.src.rpmparallel-netcdf-mvapich2-develparallel-netcdf-mvapich2-devel(ppc-64)    libpnetcdf1-mvapich2mvapich2-develparallel-netcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.03.0.4-14.6.0-14.0-15.2-14.14.3]Y]]w@Ws@W~UWUnU@UK@P:Stefan Brüns Stefan Brüns Christophe Giboudeaux jengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comscorot@free.fr- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.- fix shared library file nameobs-power9-10 16847534431.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:mvapich2cpioxz5ppc64le-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig filesYv.~vNutf-88f9701d2f01b3e66c734da441f985910eae67e3a97aade8dccc5e1c6e5004b77?P7zXZ !t/]] crv(vX0ٱpq*W ӄsTwc!-9}8S$u%blOՋI].xEcSt:Sk' fmW9CzKf{G+⇨)vf C+Xp16<2POpHfYliAX6`_[/p^->h?3Tr=҃VX>}9c`@]核{}2~kɢ/m׌;s"InJbiRzFd:*Z3Z롔89H_6vN~?WstǪ uf7=+tƆuŅw% yƊN|sfRsVW6#n:ʂʾ Ih0T=#&dDV50$]%,id ʊg Fܜ[:3 GӳMz5B`QzuŸmRbvWs2s,Bdr#Wyv>F2(U 4t{?ep0fc ]fwr\G\fZM%cشaKy!Jx'n0ndOjaۥ #HF41o:sF_M>su^,:B@ Y d(8jSO֠&sh$Gy{,v,bdt`o{"4klYD@"*S 0(ʅ/D$㩚Wد5ʽP=4K⸮MD0.9>!HYͳbDkI˱r͡?3;vzN6 p捼hh}Fz6@xJIBJ+Ft^=N>J9 4NhBv7OۃcϑRt}Rcb}c({tު% ]aFGp8KrzO~OSdkO#»t0n0<#?6z (Wh#JFp^pG^ !'@J2UgA~dMIWzBŐw9O/fLŸ\ NTբy2P؁y^Î2BsO;0j@{( 9UH/nonsbTxki7?e|M$<,JӅ:Ryd?aO:\uV |mORFg}cwF{0ј\AS5MVxo@X] N~PA fDMyv-,[8q99B3輑vj_d \,{M(||H/5HfXWhUn iO?)ujr=?AK|Xrޫ0ہHSA<ܽ鉎!2ژ8 =%L~yC~Gx-vy3eK Q e D<_AߵaOgMq;3b+tw@N)6u8!![31otC}fKI * ZTv3`xnA,0F)`ې q)8Oz;j`Z >+{oojϞLFF2lnpo8%ǜ[vFPeO!h`ԡTW,2 9r., |FK'ר\kR6 L ?s[ ,;L"oZ+0 u++>? 6WDӂTUw "ĺm3 L O֖Dc7b{~mFcI@p}ۡ6C߮ҡ/0늞^,Q*ec} TMX"A,&?HsTݩ Ga!ݱZB $-\Vќڴs8%xp$' ټP` 6OYR^g]r&h&T fk2B)ߌcǕg|fS1ܑ)s©&~z{PuG^3rDoLYʭf9_Y0U @&1+QhKFZp,3ps+څ*TperE#pN;)%]z [K>CB!H|cEnG) naTwHT߹̕ǀ^N/ v)HGj),,yw\=vN1/ /QW@5@rkf:ز.6 <{XwP|M9,H$[+I1+~-i~evLqLL x.;ʦ:? SF*ipTR0\y[ў4nW {;o.ɮV.gq69@RM_Zf׿5=njYT(M@y>R}5k|hM*a-yB7Td@jGOҮ;ULpo9B 0#BȘO-k2D44u$q.oy%`A%3\ ([`O~KT^2ݾ` %\#zƱTʡ;F:ć&4wu}2:an-VSc\-_$=m .5Yqt~c`Uջ8ˉC#"%] I? Hw8p: }_9zq6E8j‰}@f7{aQ8Tdn1V8ސzQj ȷ^RFG-"/5{y5ʾtiP(x!Rd =Uǹ,Z#*o5OJ%y+unW}2!cͤ#'Ü91(%WX̵K?,'(n}qQ¸!Hjh.}+Ytp?CYQ zuY'f{]ȕ͢Y l]ݝ}ՓcM>hh7,R|je-P½D 'B&Bqեi 琽ACm]G_J ֐ EE? r r#dSICJ]M!]8{eGǚ\3ziÿnYFfn؅jhژ54ͬGFO'>u*?0 NI@;ofʏku:bqnd6лovTU59-<2*>y"]SIAbGnU5l1 x:)dځX˺^s*5 fk@I 'm7V_m[CB}쓘HoWv 3,ym>grʆ`m0—ƒZdg1IO'u!lAN!-?wI9 ARQ7d-C)ox}5W'f[' U>*\f =h SQ=ڨLݔX6o:.[cSE|PH#q4Q8? 2Yeiew@)*o!(YNƍ"`Fp~N oGC|&Qg !a;)PnsHxy].͙ȹGp(VrFUsT)%tƗڒR8%F Q FYJ<S6Nٺ3fM;D:K-f88%KX//2+W3$X4hYG/eޔeSmf{0.U0/$ueMC]1] n;svϞ+k?.0[_1CgWY@;x"cRk s|<կi>pTA|S^Wr=J;Z)rN|AU{;Ce/mxyCc3HD= *%+9[ }ߒ3Rh`{1eG%LI7X377?yxq-N iC0tgmLcӲ$L0JLt#q7`{(y)ɰe0b/UJP`;iFRkb~H{xA6cJ`XF>EpT9Dc[wjqa؞D'fB8?} =rjWt]MJ\(t}[ OBځ^,^r4O>an{fh#uL<8wTo3o]eFQXUqD#bUZF@>L\Q,@Nk HeFO'iTkF8x |#| T N Mxm8T"#yZ^}iQ+¤~Zn=ވةEi+ Ffbgo@Ȣ;Eu"?QѣRbV?I,,zGg<1lՃM"WJI'ۊ}F{Eե&߆bF #K> t߉\nM+)4$U >^LB$<;R -!6]Va9riR1nf`=Vײ56ԏ]{Z3!X@o![t;t.BY)0KhZq XϮiz{ -C{vޙ #0E6HHh|WFd q.֯Ń!p &iaQ2) TfC᛬CbZ{c2mg:WV|=ϧWyg'/ҸT\D/㣬oA>pź1П.؈5jz4͑Ğ*6>+BX2&#ݚp<(7UU!OdҨ60Nv=V5F("A[f(QLĴ_i<prR}9;:^#"E|ղ&ͥ#1izm`UW,J*G8r3'Xft&lIlYDTܨd?VʱAaC{aV^933t?Ⱦy㛁POkR(uåEP*{Mhf<Du_Â4>"]&fo6ɉTi+7٬yȳkj[lwA'AL#E}0792Ll-V&3 ZF뉷CLđkyQOO.izÔt\99cx%qa5|o٘u9x䩆I!|+Щ;^R#c5UmsQ";!^Pݵ"37,PJ~V?A=Cfp=,K,9ĥ9|#75NgضיipﯵM s|C|m9F#]HHțш^@p5oS!6ﷀ#ϵhvUU FADl8qএ]jK>xE&Xvfbӵ{03. H]t&/Mx"Cj\yf'_NOiQ5+7eb:Jܓ:Dɦtl2%,ۺo%X< V污dgk(*)QIR-ʝ9?_v%_TJn/XG5/{ #2a6pH Iـ;́4WJg8 9*= ͙Fqz`Ï z7H1[?f 1y/4t El&ԢӑK\ L8ΰԶߚ)٣,Ҥ'+Ă".HZ+0;S2d////TmNϲ/ow"/گIնk=^. ][p4dniVJuv3j -K`hR%Ϩg 2!N[׭E|gЈ/ꯐ"lP_g>?nt覗FY+ϛ)Pz& ^#'=넭Uk'6N-oedKf GowqvA{2U@c\裫E/gW0qaW6jܼn1v _i+oI'F@'dQb(J=^A$(wW-9.@3ö(z#Α:*Sk%g-{8$ ^}fYttzT^u쫟t%H6?"ǃҡ&bU~o D?3`d͂aJ}STy'znG< SĤ(^CX!I͝6^꼳-oQFjiDl88N:FjjV/4e֎%}ېRiLbM#bllqYCWH.+_hƘpY'E ΰf$K8"*GT{|OkZz%뛆2-EuM&ad8Oy2NS*n\otO-ƴ!{;@>{Pa(ƍ a4;&ya8!e0 ٫ yyZYҽ5U#1sN@tbu–<>?ɨAwK*)zwdjXTkEչS۲k6yݍXz2,zzR-}-;M3b]z=ŇLP`7X:r<(ZJ{e ,^V2]67C5YdX25;[a$RAU<T|?&X?~-\|*Ae}.4pDAoi3l4OR[k0\}5&?ml) 94ogqv9.S,1:e}d.}f!#8WĜ" ][!O҄Pv9^:~QP ̀tf\Vm$iyK ]s(CKo[Ų{hUv_F?_DHRɟ eq>`oқZ,9}"&/fH@62 rvEʼnaec*ZؘHCjvf\tW851#u{FkJp *X.nC :=oQzh(K?q3{+0z?b=Wf:4|0>ۗ:( $Ȕu9*u#]|+0cbh-&<T?ЂMZpbRRL{˞֗6ag(S&~w s=/%w2G2,oG7qa܁l-(QgAxqqI,s޲G {AE =Jd+n[lq) ܗpCVby(Wul 9Ih 8h\>luY"hlo$R[XNpa>A1RӎE4bf@ېĆͽa|ӋXS% s>6¶RS7'KC JR< l/&Q1\L_.'H~$q綕|/'K4NciWp;.d _Ђ^Б#Gc ~|S_pٗAٝFVF* n谡ö>Dl5*Ax !@P Dљͼ|UNBAe%M[%K`Pʘ}UsWqf0?nI Y^[ фq`V5\(a}NUy -!f! zA+hEdyjJi(K2󀎞ЅOіh&_AVq҇*9wlF@͚云X?'k}zLϯUI2} \Gl!=hz7 %(4@Tt#7[$@uŠu.tqnƶ X;ECn"Z!,Mt^+L1U˜k7/h7j|4:.md`nLۘ}w'e~s 1 ċmBOC7ej%Z| r5-6Ȋx?yeLD"W|`Gz=U,aB;~Gr:mn?tHqZ:F |Z hC)E=U/-?JeEbI [vt]#ap;MuhܡxcIDXH.AQZX+dɧpv_Z*ZJL@RhR"tZt"9x4Ul+oa| /Q[d~Խ~H|JgvVN㞸Yq,;];E\X.RMg,NjA1C-HunUqJD7($Ґ%{ncFi4{oj7WBF=w<[rOYha6`K3#9A H#{bҥ4O_cvoazZVP_2:f֠mUhwn~cw|z7"(}-,obQ9hUZQh)l4V> 拍+.T C*IҢ*-*_[ P$O28ÇTڕh՘|d=51{Z s0㊝BcƋ_Jk\mMUFi_vM|Za%eLPCGQVlmw| |wi5. |߫/,9 YMYW_< ~% xK1;.{HX}gpzXE)UaxeBQyGAb hح3ΰ%@]'?wzA6`kH~a-(}y 1ͥ}Y/KY $ٮtwC|gڹSH4k G6th|˃A}iOޤ.n0j_!\~^;0)uAS`ףZ!F=|PiU4 Es6$8ZpERrҽ|eabCyAHi fਢGVu[gWI0F~L=/c`qܥRwcԘO- 59NvOk|O(s0m+"]ēlGJI@vb gulS?#|mZ "o߻Zt6g|I)O+z䧭CQ|!:Y4VtSV{д4[j~2\NuwTS4!a% P I9)|tFПݎ58]x M{b`+FxԶsT`¾ W\=r)RNkf. POtҡ[6-Y7QP '1 P| lj X٢kZФ2Gڼh5噈0JZG_S da 8h;se'n/5ՒjjOQYba\hҩ ,%-{$KH8xN<]~9_,uGr~qBp!K;׮soF,xTVu n':P0↕Ϳ$i2Xk]5QڈCckJ6RK%4kus }ĵ(Fv`ʵ~ TdkCqj ƾk ^3&X2">x_yvk=߬BpY( vv m~0_ϬaGѽR"{J/ݺ=SrŠM @}ϧ ЅR 9lʲI9<`Tӿt5GCLމw*"2o0qQ~swNvZs&"5nb6? y_}yEx$6\,@MMt,zx:_/xe0W o#Ag`_mgמ,|(h{an} .t9jHpo)-%iqRm\~CYUh%Ni[3=geUTx80gT|i l~˄w,rȍWB%S`'ֲsOi^7VҲEi%vďT|#}1€oH*$WU\y; M`~ b=2= nsV]qc/QM}0?wuhl`{L~7"X*G[kM'#<5F ~OYu&`Ut̺u[ KjtL¨9gHt[8x@oթ:)Ɩ%[2 `>@>uh5;b2w.BynWx~6\pɋatheڽdWGOSuMqs(տ\{-iQAwW,,gp #:2͹sΓ\:^L"$-K9vp=ˊ] 6molIP ɷS2tdn j_^v4MՏbi+,4hcʿӄJG'Z:SYEgz淶ýw/XFWUS?dUS~>g''OC+-iqN(_5<"LFoC9D8.gCZLTĽ! G[?%RvqC;sNٕŮmr)^n!@q)u* &8oQLppeofEp %j :URŢ-uIQZs 23oDk`4KBjn8rA31$ MkM,ćr'LĜ\@BOL2d=>b"?Rnek~-J?fm3+,3yTT{ї^S($0QtԾbXГMNI)RxHeAqo&I 9CW8O6V0#씰+Ur/f`i~̪LY^;6HzT;Wh$=jJR~L{miװIʭ*d~os6`YrGxdIs3*[@-H6 AN,6>Nomʽs 4B,ZjY`;!c '%9W4$Fy5$=,E14RIOV_r(o5>rSxUZ.ׁA-}40A#âks:  '(9QkJ-s34Za`QHm~ ՃSFymw8sm?s@2"=t+w?mXYOT'59I; p-T[9ԊV~W 9W6iւ$yZs}D=k/WgwT_^b]Aa\k'-DA Bv J&+,Gp,EbG?pL@vk{rfAFv ۿk|hesai"TZi+K5k5j#%xV/uK,Tms!o^ XVѽOvDnw")xF3>iMzմʼnqn#L۬(٣*!!Xz*5{ΈuN_Jޗ]oEX3DeҨaخTT:hvmI4f~=Ֆ:Dͻ'ghP*SQ"6=x.u%Mtn)5􀧤؃xp f!Aa"гZ: 6ppg=jd'C.Zq2C_r_˧7JUf~EЧP`gVe(*P6帱doT5q7tN»^zѬ>cd^Dh١jL`xmÁ0?)i>Eħ H>1kMzu .Xe-CUlYyv?@޷5ƏR?a*fngm:I{ήqi#ެ /jV0{rz;6Z?r4jIvك^ =JKh9K!:Ekbqiohg4tA*GU%q1x8 M)Nge3"x l|ub]*yעoJq+˫Hy2)hl;[ KA0v :x1%ea+sRl%#xx+J욆Eu+U=ķT؜` iI*-~8s)N\Zrrx CV Jj"h{ djsmagQJ(؜e[}hdq%3`F] '8@fN~]SX/,ob,# !dHH}g}/=1^юw&.5UOXfŜo!t 1Re홉\[& DX}RX;b:33u\PWp#PtV!] |d]h;,Xe=+?Ӂe|&j^c塄 ޞV @6h5?)hiZ}/42,K,>Ap90c6NtҀH`gۆoflwHa)ѐRf }KA pC㾚ͭi=HCX '=)](,bא[b7&)KyDѫ?̢ס|HTd`a5~mZ~X…]$bE< *]Qrj:U;mM,{fە=9~De%9Z7+3CЈKkA#_]3>u7 D˯ 5d <=}%TK'hj`N=H!fTP.T"ko?=b[͖iкlpt60|S amY^E'/ M=?o߿zw fT"Ļ탌} ?J nx2l05!~aI;.*e5aFwbmۓN 'OJ^U^1;?8'..6)ėGݶc'ƹ% ~IT-ҁu)Amļ@!!F Z+hw17_|H#ƭV#ӘPk9 VSʹ3p >f7sv2'TbSTsɺZi|MݠJ905Jy+ ;pR!S?}VۍI=\~Ln(u\kڰ`LIp>soa><&=楰 . 뛐na /R*)!T bOW g@d 4r/ 6Iy|0pb~:ǵZtĘ~#=qyJ?`j޸nX!g^SW+ HUIp (JP'Eaˣ/x$ՖS\Z^kIx:Usg1_WTX‡x3%vKsPqSFEAc ]GțNF%gQȊ0O :ϯz`ևs6|L%rsirվ&3>6yD]<̿)V&vm+-C˶z \k_Ǹ[=X)Pgbm "FpWLO hanN#1ωƸ),VeMsz+xf)ءscj!8 VRJވT9bhn:0/W;s` ,YD|6)16t<ղ6#$LJ_)$+iWly/u!4av d5<=El`,g:&UӤWu/wQ)!UNwO4$w@W~8_dK"2┪$j{ !{="@0Yilu9Jݤ>N&{ &}uu#QY0J{j;IKZ9UaVlo G S6-5n;4x70hne XH9`k=e;r].бPv8[3-nw/Eao4fc-_an`d3X8rנ0eL/85n/,>a7^;ILo]G/}`$3, CKb*eJ9!c:E,gت}Mߌ7OC_0?³My5d3FLFEBB"B(L  ;F䨐_ }f*G1cDڗ)EJxxg]|Sjˉఱ9TpG;xV̪`W6aIx3QTMbo_LG<Z|Bn"DKIRBGGn=M7@# [O0o+)fL(HxBVTϸh*Z;1S\v4^SQ ˠ P兼Xez&ݐY( *ÇqH1E K0zwHteApeأ(=/BwDo V}q+ h%IcQ8ũR2'aM[:fT|tՄƖ!ֺphg ܑ]#=@Z=Ao*ixBvu,jS /g}A"0E*k`8Zn2V i#Тa$H GGFK9o ʸ92wKO .!$gdXt\犅U\ee3=ȟ,ɨ|{(FPeEK&"Pֽ+8O$'*=jk>b.\R9`tږP$BXq o^Dr`mVεwᙎ RR@U` kVB1!B{ pYnZ ;"' *Ry6O{ ZT a5 _B>Ƣ V$g>C)5:0PZ,ۯ-O]= unPhjI1c\ UBI;/HP?\2"]dBcH_ÏnGGdnT~RI>&!bos7*?"F BV~k)Bڰx2i!"? %.`͊8,d; P|F׳l2Lb,|P.U>6J=B{xj٨kئg%qJw!7: d~,4${^ݑ.5CKxa:ϯ~z!8W鄄Ҿ^GzDUf'1g 21]h{ַ gōّ#>F1q:v|50èlhvDM}#lqVoKHG}W#f/PS:¶о|NH6AR:ʹ2aL!Q XZ;9>V E1W (gZ Vn(>yh09QJuo_"Ǡg0IN,0@E(DZ1¯ Bi ʹcJʃQvWT1t݊M~gPkrA&=u[H,C(u6t!A XI;i`Ɠ \1:>2mȐڅIo$[TW9Ao_[ 5mjOO%3i~%P'\}Kk+7`2U]?{M5aB!O3CM`<[P82 c0ޛNln=Ow@*S/t$9`Lnğcq'4wcѝ-6KMا ?q+A ATU-+%,Fw%#'qZᐂU'dxy6]=WZeoFMV,Ҷ4z4ҾY=!㚗;LO ۟L9OxTuJ+%(QbJC9}5J P^}2}g Gu g.ewK(vꮧ da%-% ~}0>Bv@~Z4 ~KE`_2ko9E)0¡I `{Q!Ӹ2d}L~.eymtm"CwqBX^2JCc)xԉX􅁴Z ;nAQ|#7Irajϑѻ\0.ǁXLy]dq$өKw|`.R(rƶa3Opέ} mXAGjƞ=;#~L/ ݡҮ΋ ̹̓I0 WTM|cNDgJ쿫CxY4Jdzd ݇p̾R`DTw,r {QJ\IA@jv{č*#Eĭr zhIQn {-WPYdo7nR\WZ=W*!x`aT2|?uy9ju! UUq]V0I&"o1INs;AcUu"]* ߐhzOJkg=*o]i,Ͻ`e$ IޖPCB7.~F)ˇzZj[`zzt!DI`Yc$wSQX/$y6L~ZAÇZ]Y~eGc~DO A*테G)طrUKbwi 3de ~xNpc?>B 1ZƉ2/'[pzTF:9P֔cMJ> r< ЕV2_uhV[`"Kcޗ@&3}ʍv_Ǹ^STr (߳1*0|8Z#tė]ZT0/ vy! p&s|<ӑ90C{ouڝ?)hdV΃+zEM4( .WR|:>P9:R/?u) 8j][9̧~*h»u/' \ 7ٷv0-'[zzckz`i -FE݇B?o 6b;oកx8(ƹ?%9m{C B軁1Hİ\ sxHS`1¶,]G  oNk6埥2֫[Pe&H AqJ &/۩6CmuLA1|)CgyGo)3:0c_[dA;(o0: IaAI!'բ囨gZXh\զ*uk#k}#2p)hL*2ԠS l/+6> a =Da$TpHK#5v2R,^gс{LYY:Dl_agۯ9WPK^ލR)1+'Zk, =X镥 ݱp: VW%]fm~PlCWάG2%kvmV{.Vyqn) UUol_Z37a@n{]Бmc!t|'ee?>:L=6玧QK9Άu sg[CgmP!<NU~N͵|A:;q)ȧh>O̝6c2^]h5|0tQEdJvCE&p<L}mOֈ:O g("N7ʁAAҜQ}P!ri sL- 0BwUͤFKGu`ׁ,.Dx/YI83"%M,m{&풤r)ݻok/vt;jWpSITr 9TgqOHV28z>-w91KJsGa<(7Nphk"Y3E-<1LhyQW+.J:vb@ۼY[u0 T LYj8x9-9{b})kWzBU>jkqxAi-l+,3 %f 5`N-Vjky]{t{ Gߌ% ͆l$Yu3OONX  ڙ |A(f~8s(pzVʼ/x'`7F^jhаC{<% bGIYjU!Gltj(%us,p覠&ގv.Eڿ )p:gyv!y3qY-=:ѰO$gN^e)|7U_a\}'s -@ǢD74 VT,.HED@âU`Q87I•v%+%ΨBD*Q1zЊ+PoW|W߁풣^ {gB.3!? 56RfUr[ Ijw+"eEw\9IPKaa@n!.$.2MmA5DElpM X#0]PYlEJsm ٙm*Jq[,snn C+A&9Y9hx֍MAD?d-WH FfʳX-`33G<"bH@b-p64:gf}8BާIBп:W湺r~AjTOX]g^I$~Bv&Ne;<3ʀ$GQ_ߺhPhڸ'S /tԺfx^g3۫ݏo QY'SLQI5)6} IIO?n,`K!_qR_̢LBX#\#T>'|"OY(X j |LG6URwh)5ϹN;JHJ%HV//õCB9?"tj`0)B(YGYO׻?8}uЋZZ*v<;U EY&AHF'v{=KpT6?RMTB:w/=ݎe[{D)J _岹B}$Ғ J@P ^S_9NJ_ڏ:qH="- w^>l̙6"򎖶$  lDVCi,S-W.((MhZt̅M= dQFV2(r[8²؂X0Υ?DHK>74ԇM #+dƁCkWV̅,9U]N,&SӐԫ/i%*@ NgI|A+]^O6w[Xe5տ^׹]e%zz |15)F!=oM ~cL.$$X Dg٢م&/ofmsW%_LvtorR RS#&dMi *#B,QSp}~eEAkhߨ,_(9tx0P ZϘ%ROɔ0.Qw Vǡy1KbK%ĨAE2GpTN\;qȻ)u+wD, d;/fh/$\.7djm69 m;iC;;l=g.C%L7GmJ^w`9zqg Mj>)s3A&pfIy6шQǃ0.D̀K_0rDwKbb$6?y ug~*WmloۑÕb*յ'Mq1Q~} Z?Y hĪ ZɦH%TU+50kVoC37X.WlpP_zqbXe8:NEqitRFwS}y ab }3kx"^$3Tu"Ia21cG9Ե; 3U D\bk]AiqŢSHOt=;QZmuvu)g18NT:t`Ry H( {xYbe"<\%Uݱlk <:=} c.5Uc2Rb;̀ӈRޕvWQŞuY_*?IHF(֜0 esgڨ< :Ä%}DG2"B-'{dm4Ɂw^瘔.Vea'uKfR018NXYyS1'rFlEi\Jivjl^| ;q-GC0VfI aw9].%[r4C[v!jC")˘#5?M6uf L--jb2$zn`f2Qżrw=HHi ,agQdmclC.!Ϳrku%T\ 9.u܌atoEg?\VJm;:v ^ȹNy˪ )4ɷI'ߵD aKBuKE2K7~MHR&tb!j CJxZ0T.n" "-@g)Q_NIY7Pf6yʠxpqDXl K"Jk͊|%}c˲#SEafiE) c]MޗW+J k7Ie`˳#JL"Rlm90$IxA?vMz̽~'ݜrUFBTĎ@Q@f,JS2_xk)Oa|kaq`܌o01yNx*!;=zqIuZbVG!4BlMl!t&:~8"t\<|O} GWtTƼgb3G&{f$Q< LziE̫~p /:|'EhZ `. RAU G/9m%b5yI$㏡7o^U09n6;Fշ}1VMv\t]@NWG!.3)C;yߺDb%cTE~oJl0FPsUQTSEwۢY( K 916j\=ҿ<Ex;v9Wxe +]28.;LsQ6'w#4xK+z3eQ 8Pj}pw Wj~=9_ PFysԔ+t` G m5w7C\n@tK}[XƮi%^e!^yŪ[ EiJvRgȚ~0bKWz+,x (RO1ZE]YDnYͼH > ^2 gA6K9~oŻya 0j]f0D)jS$?q8rS$Nbpxéƻ{fpl,.V}(pgDO_5?[ / x[uJۿe/޻V`^i{*N*{|<:FFrd|haYYR/b_Hh /Ӟr^ա|U&X^ڷz/f@Kgp]Btg1:Q=S*IWY>ϓMҵ#MAJ\Vd߿{f"\UnI Q+\6B)tW*Zah_9H#^G(_ͧœ^.OF) Z8yY o`^G bfm*K^Pjr! j/fedMq);_jI&H`ǐpd'hM?gXՆpV}7=⃺ mhH[aW(Չ"山(}g\ sN1ԈiHUg[ П휖8(}HazX^ˡJ o7KˑvdEae~PҧBOa=Qs"K^cK>$?YBTjJs*TKBs@fTIZjy`0asSmCjPsy !'n:3Tq^39mHv;g@6 F 5WF/[諕ә9Q&$Ӥw;;9[ 萣y[8(`va8Åfy7(E>7"S x'PI:{S#kvM!6Zb~DcgqKjoET@Zq .w6k`fѭb- 9QɅmk ÒEɛUȃ\V^b3K9=#A~_O ] @9:ٯh;:};0Tt"Ie2n_Jީo+hxؐ❬n \)zcʝF4dU ^`]ɳ`| m+G"Y .}E]h$}r8;( G%Y'K{x-Ź<s5/@Q<;BF !~% h y% 2].!5e,w~E?)  qM~tm,9An|OܭfKLX;^fc{_Hd=D^C{/eh_ބ2~]|6ݬH Jɩr _;c?R>Xq7yCp%"&"]۔R4;> k]=AM}HQ%YyWH#zM`3@p0h;-e'!I+c OU\(q?ߢ)Mˡp r)t%@7*.r5)EK:[}"aYf6A"S׼]Rg^uZO25"m\onwSγ:szMk^(uu2GoDSޖeJIk.߉vIs]Z/7JoPJ;ʄEƲJ]HATEĶ)EmBk±RwvT:80_Ix>w<窤 $ 3 sS2G(g&C)k#6w E|Hw㬺r:G|>2<_,8򾱫H5XR^;-?%+6@4. G=kLߣsz:g7mT\~BUW+ :]CT"qcg9 硪F#8$,#9lon|X/D枒2MC6)iآhU34xn(ݿycs?O8{Zb#B2*T(u 0ym)Vإ'AeO]q 6IВn=Dk4Yx;BΨ]KTE^R1JgcoFH Wn9@M?5&6$} ZvGWQak^c +w_D2pFxKMZ4TrL8L)!ѭ_5vFtX&UM;)Qɤh6PepB֪E|cC1q9UDi, ckhÛ 2rP_zgnVY:M3 (DbqQ0S3"Z*hS|LxpY¦5q:Ka ~iUDë*wp`vI )ck_pKn]2>JIwԧdB ƞ3{Ė>ΑueX\NXvrK^Oiu`I ,z@/w̆G̘%mocD{?ө^c3if $[C1R0e:}gxc4>PK'.٧Հ354 ZÝP6dG%آSR(q78G7nj$B棉Z 2) [-jV}IWe [!',:nz74E/f[•?UÀ6]L=1~;O ܃lCs>"Mv`mS :)&0zR׵$(76/{$\/kn'Itb|:oekkF(rx98 }‡y/"l WwД\-I':m^3ݨcx?--0t~0J/P'=Q1g\ɋ*LT7DihԄ`v>I)cڮiGLlJPAJ)8+u,t@P;UZ4G`GĜ\AFkb\,*)DCS5bu#mAh x5Oz/ lvYpWptb2/9++ hhB3 &hPHC|xmP 4KĀnv@a]l>uo2Kw.)+4}s|^,ͧ d| ۝$7Eۭ`@k>Jqᑖz?o!y&UvR3u26!-wr饓 #˹=q ,OyHmk';j(I*sL'sY-b-5O 4$hH7"[ ^ϙ> ə+ПP m΢wt\i“BJw׃e-Vj16-jDuf{ٹ< D3 %XW*?1#oaX8hBtc)Do @v9鵽wkߜMJn^&۬=.I98L{'{"]~ L<11.՟KM=3(epS6ӛ_;%]5,+7 #Qy_,6cھ|:3P~f['QAκ1#ga$]U _Pt4׾Y7PNP%65[=uPkING,2uw*986J8W䜈)Dvom2 %7'p'=jo3P(] 'Ь~O ̀c5} j!!N\ҽ3Ւ7,g)?̄`Q+q+s_SW}*n:{ *mF[{p !W; 9*gؓGw 8G.Ks/[6fNQ&{5e.lYi"5C(F\u hIŜn9?uwE"Uby+PU7λ4)]4G׿%F)feTuҘARd6YQaL:x;oѯS mcL4&5y`tk5+{V@ g1>#: I9Ձ"2Bv|eu1z^ E13nYi9PrG{C&uk\[?Ό)o,-k10T r*i`3]E+|ƛ/Vw-`$BDzn__ᒁҰMQԏ0YCh@5sf7ܣ`~23\}g/Db`I/9ɵL$]Rve~2 n&0ަfe Qd_5~'sa $!"J%7ZE3-eflmi4,pZ0"x]em: q4 IzytU'^"vM$f"O) @`;3V*/)q*5sr`84 QG؏X12o->˅~ td3YN{Ѳ}a?Sް/][f5Oag sjS)roNy1#w  F {_*lO >%ڈ ⡪Q8wn yx$Π~Qd_w%UQi4"g(x Qw:;gKjo[2gDڔE#FXȞ5 L:}'0$< XPE7R sq2&/>@9c4?@]>V@Zl*6בUs$ѳyv&~"XlcC|̆v~TaByKR"q[9tXܬ/"häDzZAPg7xlPRz4Y؎8iLTA =9܉N:<#Y |1fAIY̛rl IcGT WG̀DeAVIJ{U8U>9 ('ېezKgηcB8wlt !6U,8T_Sؚg(44\&J+Qz2mKت0%&:gAԟ@p|M!k7O6PV%OV 9X{LY]ߒ䵂\DzNpʪE>Oj4UW~Yd+{NԪ yy| ؑ)OJ%;oF !*0r޼fJP8/Ѯ}dTuv Zq݃KH#*OdL80P!u,C 9T vɍ1Hxh(s-5BX诱7luqBYB-dDPc&0D[eQk#pT[!*p#"!m{d~r6ۙ +ɜv-IHqMyQvMHk'ͽ7DvSGFnDو )Cw]8pv+꺕Wjef#!z֭Z~~SPGr' V"E0(!53Z(y|e׍DdU|ƩF +f5& +<0ţ"aVDgY?qJ+vT4t醡|# * ~Q,V$dTIϽy30saRzQڅ Sav2W9%#Z!rwXjP pԪ6^:z] ϜwA9_`]^&DAƒ^=c(δvذk0@3맄 ?> !s{VaA࿯.ꇠ4P<MuïՖWhj?na/ji_h:%e"wd]߻1etfA Tj !DK7'O_&B}~z%i':qq[uW~%$J؀[r&1m3I#icz}qy(Hd@a ]Srq˦1h~œ  2<.h~*:¸;0!3E0ĬW_i4=!abj. N6ҸķTՓ&=@Xeݐ c:kCWS*/g$;(cNUC+${V56DTGI/`nM=ĸ,p DL J592U GleAu!xumۢ` R)NW'Q A- ~R~kZP .LL^jz6_^khk,6",bLb`iT!:ON[Yﲑd(TWj5E"†g4ɽXMs#-Sh5m,li* c%06k=P[S͢dݐKxk:⤜nB`WGk^o)]'[3Th ^!'K;#@RtDYҐ{\E:Hz-q!Oa0@B":޴Eq֏lGUeKLuTQ*<밪XKCN? qU7Ҝ6Y^T{G%=q%Ĺ(Sџ w' IzGl\qSaMZ GdJQ$">1ӥ<= xkM},gB79l7!TNٝCӉ&˛rLk|0ONjhVZOr=í(V^.Z<;z^ϳH^-ET]:yRrMn-V#gkڄ+m JxS, ?yO :eE 7LƕuVAY9ͬfMۮMC9oucLTaD.8Q Ds51TF%gߨ[[C:`* `Q Tz,e;.PqQ.pYmb @yaTT\Kx FZ#sP4۶)3N;=b' ,`ACdPmfdEė.Bt! EWu/'Њ/>eE^X'r8c,Qn'%$΅5ؒD՗duxZ(W{5۲ $#suqUrB[k#n Ӌ_Z!CNx;aENV?{lFB,R`"L*gXQ"^sK7=E䔻+TUA0eT_{U9|)#iԊG-hPê1:7${t~}yN~D{q7̈́ qV,5u47G⁹?ʷ(xdY˘6+P&pܨge@3:L_DQ Au6ft)WYZ:i0d&.u)ӅTk/z?080s+DReBů: XL͸\+42yF>.5Cn*b􋐖$1+ŨO6O% !af`}aׅ.켔hr9[E3щ*89"X"q3-9ܛoCED2B~y̠وȐ8º.I̹:A%b!0? *"k v% N($D֙ w. PSLOo'yǴ#82$Hrf˘`SvԭA[1:; {Xڅ9@"ӖDg1 r+Db.Bc\P|P1}vhnDHFG^vL]+ y1m hPb[vnG,cMA¿wHi~y,WR(NV/FSwjڥg7{ !"߃ˀ"[g=O#q2'̧_i3Y*nіiN͵zpyt, /Aշ-N/vZMTjNs`nM IFڔH9R'ߖrOJAlgd_,J'Ni 7Y%|%C<}J=u_8$x].џpioh.WCY 0_;2s Wj|o7lm51}&P 5ng/azDzf0f?r(59.x.w=xMG˦L=&PVrJS08蕗@Զż5_yK9Ax=ݢ&%=s10Խ%1\t7Ktq@<[e|8/2pm f'y Ow#iXpb"ZTT|£y#\.K0?*}4Dj_X00+>!bzkCWVvE?yNYG)5t[0^ c֖dw*l0rF{]!mm{ⒾC:7?sm@7v]@Q+%5-eݒ3s;S & >k'"k^Ҏd~+WGĚr;&w 4vEAf%ES>QQAѹT T6(LWQT3BTBHZ{(Dլ5h1h"-B&Ͷu5IK\N5o0IT l,/O=x.xU5Ӹ܇Cnի[NA=UHbT~e]S64(n h|_"!W:^0%IE&ڕ]W(`[]U[ÏQ,Nk, @oŒ=\wj8р s]AztPֱ 0 9FQ 8sfz%_'ln&'{l MS*l"C i!.}2jխ=8N1:ԧT}'QP9k7O#V͒:xvر+癓U?j煓ݐXpYɿ̠?N!Lt v)9Pr}Xq[V!2uH+`4/E;qQ%665r˽@NeT~8nj:tDRZ1^ˑ%r"("Q7rVtyޠHNܥC+\ ICPIa~"0knpY^&\Vq]+"{[(Ʈtj~wV8&Df0KDdK/tXH"J il20 hc={0*Ÿ3Tu 3VTnq %&6Ɔ@fM-tPN VElJ&2jKu^1=ojOӮ!EduPaH&keA|U®O55C{<'pWBOlx_bhMۿ0iDC47qUJ.ߢQ؂^ 7Z~aOeD[.T+ܹpVt v.$-V^1 $*#OMRPp5I"w~.곙SX?:&!@[Iшbb=V8Uou6*Ua᭪ ך[{'WR5ʬ";=/im}W\PU0"W_ %)4(\KQ7{C ST=!9e{^㉒ly+?G5`A4"[q g$^\^ܾR2^1l5TLdeFC ɬC(XI45]\L*% : 7.s 5NPgl~|*0IAJ (-V;]͍hЃ֤lfR{Z\ƷB60w <0FOB${S"Ɲ]yL~=LIt5%/3pB[<[Tbhh"pnD( 4OfU,V@؅-wq"zqi C5 ̵D7=o;F.FXSTi64[-"2fv°H|Gҗ^C+uዳdXۛgMtЃ1:+{ a 7r x@s r&RuVYhAp{!6%˼ӷ "V|盒sq"}6Du"%yTEc !̗R/9m^:'D_#] MEy`3LLwF @1wjHԹw,ږx$ldmO%Q}hZ}'cSʹala<$767&o2(6w0ō}5jO88\t[a m菞7 tXiC#ȵc/T‡2L> dEAvxy}%MAH :CZK*pGn"d.vuchiB7׫ "]#Uոd7@'AE]AD'6^Dd*'+{Dr`)?#탄zR~8-ڌ6,i(ySqꕣ|+-3=bH:=TGQY7" īffw 0]?~0-JYEIi8+ LɒUbTЯxKV%{=cB`X4%FU'e$gRhws|!RiOïLCl8^kgHC]R{@.az.5I0˿&3_!6N(6-Ʊa;?1!*YꡠTe@-B[xo6eGEVQn1{<6\[e  (q{c{c-snVyG&;~-j/Eϧ c"VPj-b /=DNECa[ Gձӏj̾L d†iоCqQ3fg;GL0̮}xHw' J"ʀE9Rܦf/Eq$wv21=H˱,Fyz7ESng+ dEҨ4-I8Lz#[{%v;CÚZ-8$ \ɛ= _VJeyf}q\d'u>LW:Z󯸵 MXDU4 ,Q.D될vΜ vd}bb u"M17mH7x.\(9d PCJNG(4Ɏ[U#*g¶{x֤Dw'1M\x#CB%A(CA+Q3`bwJG -[.?X+/r22GtFJ@o sgԟv,͚3hMFbLue͍f&?)!%=%D xI)/v,Og;Doʹdn XsgdIw=T:c3Zx5% Obyq\5Ѵp &5ߢӘfKEym~3m,tKQ4c?#(*e޿'`;up^c~f|,(N6ܞM6\fgREB*i];>˾o|:N̮/4GJ`^>TPp)=xEOzJ?^UcXn[Nce^,y$!sʄ?9LSŃ6l([2*mobYw$ /غo"hdC%<˞i2ςBFJ&1EiE"9z|O,5AN9IFrRPIXd<7i[ -/qq ޒ9Z%>d3It[P~A?Ԏ>10-}j7J]#c(Ŗp8c@u4*--u*˼KrL?d% P<Ac.D$+4NU}߮06rk,PJDuH0{̿C{v'UH} /{.o3@LF9=ZEx%VlƈGY!^B SԯtMN*"[Lf6u oyQ-ex8kN43UW }Mk{aTPCI@Y1궣6xlL]|@ k{$'z+Fgo>u&2Ӗ1d!Hv~ ׂ)11aǬhiM~hz5 ĞȌhu]\X"i|k ̘^So%y*Qg=q8ݸrA, y|5O1&[a5!93P6D U(_ C H=xSng4癹qV]"L<@^8!i[Z\_VJdS[;lYoi`[[M, 7!%cxTl+?Q݁ vv;4uFLIݖ:q?럹&s( ;hm3B.$@<^wNF7f/؏)w,'>Uf_ϢʆDx '?<.Og66[Q͒eNAkbJݎ2apcn2NpT3}bt7zoFQqM>q|è]JVa?TC'NnPvX D"CLy3Zlͩ2[j <6ւϙer.p+ZH͝ryc5{e8%Q, bW,*)6Bj/e`/!]AS<~?&4U.&:2B+U\@N>`o|DNI8&;?Ѽc=+"QEY+ZMsZ͒} v gKAGj@_s~v4 bgbׅY}@ z`h _ׁٗ\Vy.yUt`Fw؇ךITGLŝ-:ѱiXp{Gk0uC6]71xջsyZ0`4^"tfw62_#' 4iwH&rN{E֥8#tceQ)3k^?.Jr|1Uwj˴4V}z) LvSD"W`#+9^/cDéa}TMH_Dϰ?\nxt };22Bm=6;s](F(M)׸_Tx=`g)=@>JdkIç<_;ktm794?uVNFJ0)1X$+BNԓ `a$8!{`eؤ^ )9`ť3&ּ r T.h/)`U8=_D1ۯ yӭ5qt!6N?"*pdgi%o'ȜP٭l> Xn|Sr-OX6g<8D[9/p'/ݼ4͔u<-Q#v-in-+ :E{qJW&!'FEy1;& f9uqC>ϸ P' S~=Mt B`;:w{8pl%܅Mg?Rߛs,6V[4?fq|%Svx?̎#u)N0hTw(a[z/J%w8P'_ez/O^e>O*= >ZTn 7F Rht6^wTڊV`S%v9ڼE@LڲLEllLhs>k˶6 сIa4V,%z[ (\\sgeaQr|gN0*H)5 6i)̵p(! I A gU,軑\kzXH"N%z>$eBkW#P6IWC(睠gh$ܟ&7GwƎmFraeH#@H W-pjћ򏽆eE4(tMmC\VѵQ=c@ ,f(9^Ea 73 K͹1ea2Οi{K6!9IYzn@% lN+Ϳ"k)8u.`=I!UEف-0%pr".?>E _;]~JѥQ,EYp(F ,b$|qfӌ:a3,: /-`Ө4_c@qIZcl!/<ߤ_$aSrɦ9܏U-m\@KU\3)L@8 0m n H@ [);1`eP #Ăqǡ9]N1aPba\Lh0ങ@xNGZL5züRIY(M!x+Mvh{GHk|:EW3,RJH)D?` dk`]T!G)\?Z=ˀ~Y]#] \ ;/(<;ެu>>J3ci*јE=hb!koAu'Cadv^Zl0ڼ<+^jQG'PjmL DKGrË|'y?40i-bpZl&*05@%IO#Jn$ 4\2=ULSHI/8`v{9jDžRYZ=_ 9Qm>*aa 7(ժ 8_8:.ئꞚq=O1[eg%367\bn2X K-GgͳOnL$x /9p$`% =F}kqÅ-&XCGxB(Vmˣ_y&s-l<s 'P)O (a 54Wأk0@Hg # 4'Jl:z:;R?(> BN·TXf/mQ9VH&d:gėc3}\Y%^m;\JTZ\i&16BCO1+?k2>_۴i:Ag}@.NȲҡfY7Sb9qЇhV(mh2lT>#/1b:`G%("F44@_j݅^~dz#R ZB-׵vw9 UIXbM+D-F;fzohfo3hcx닏,%? 3(i$ZJ4j Gί_:܁3MorAô07ľ!9<:ٝfMIx; 7WHJHlΜB ׫+ϢnA !+\l/XohibUAȠuBHW ,BbjD($;{N3) WuypjϾB~ƃr5_S!r%uF'qٺ?:HDS8 u|-B 7wKzPjVHT2Epd= b\clY[lSqȇ[Zֆo"I]ŪD\7pm:ĢvCX>,m;M\b, 5ԋ2/ I=GW` 6σ. Szyʟ֢lի4|,*-fތ@x&6)+I !W^:q,kW2vTŪ΅!0?SZ,|a P!QtU/N>" gR@r1`:n~t_& h:C"\(#1JOE©@ghQg9""_9bg;;gR gZS#n) 9e$7U!п$igT}8S&#fUVV)_S {w쥭E] 4M% `B(xRvHg%P$] E@br_{V0m(>,I-Fw 5wG^~Óʷ0xsF^VRF鿖ˇ/o MeLǂ%4![{urH1JאHq,Rr{ΏX$%ac? 8m :7'd,qs8䴗NIJK/O\خf ')P-DVewU", }a9ZMQar阱j2g$iVTx%y; K5FWC/[x0: Jpm[虵BwEm50}t>6xXoԲP-?0n)(˶55״c[#SQqf|?f'zY~|@m$L?q?<:VfoYТ?eC}2's аb(&@T@♕Jn}*..M2ejߏ2t`VcήO[``w/2}2E{ }1Kjkϝ]P;ǻWIxXI=.3Q;~ h ?z~;^67!-"Wݦ~CqDQ}V) Ŭ;y̎ɼ BPkba6to(y^Sj\6~'D 9J# r7hR"rP\c@H@wa) RB{áǾr Pzfavo"[-#L7\lB?{̢/F:3V>Y eX)b:ҥ^bťmViGAZ#jdDG:{+,8qd?TWk"ܭ*m2z#yOԀ3b́+$4@d+)F5<daV3r[Ei({<L~A6wC !H3A=N)Fe+(M{x(˹W̬V{UM!cﱤ >HZ|ם.kEi)gxifPxaBC %m=U0/cKfv+d4e<1ϛp62v Њ덉{6´Rܒ> [*<'ߘaMc([+49YCGHd?ӽ MBtPrXQʔF0e|ۥX3 }j;ɸ-9ܨCTdXuF*sa!X|*;ض)QĦ&W2))YS*~.v&7MaѦŴz+)ä昶MēuwRiu4` M9mJ;=4 }68N$3Bt?`~vz2?Й2Xl_~<\#Uʬ2[|ײg9=z 5(;lPm@M(-`Sc~'= x*Qʏ-dMr+x`MY*:-p|RԪ^qF]kE(ult/vK%Z Am< |=CLq݅ήG**^ `&MU1|V~^řW*c+}d]ތ"XwHUPK:yrd0rvq۰A*(̭&W q$a:ɔfC>_Tp@ {Nyܧ/@:#UNbt' c:ti_t j;)Էrg`4 vHz]9N'k0WazF4o8@Ua$2 Q}oBuO*^y@3n).5.91c73 q֧|Q)euhQs [qjNK(ds]qoNgyꭲ2YE=A䚐-AI] S(萗8B''bʐ˘g7s54l@efa]Yӑ8]$UggdQjK)Z5'S?k7u|uJ9Bҕ$3B| 8>j"/1-߻lZ.ĠBNE<~a\vbyc8<|Ibju_>bNWԠ *ynZ?uqFko3-x# )X#Tv"eɦ~i¦ȳX #SbQ!b4?t}HJ859Qrh|<`o$# $Ի#L߲|VC򶻮3&jQĵ\S,ΏLQ V/}ҽӡR8ԓe(S,OI0FT}sj _r;Sr# Q2jIvnbh6F&p&܀0E-CKZ"35Rg/n{lZWzU"Lm=pˆ1oeR38m\)QsŵYvĄ| 3m*ؠHj]D$]BtF # )˒֐})"i> h3y3N<Аd+u~Ll{ht4{1 (F*<#1[Ln,,-+,73L{:mlP&)i[ҍNХn'0V}֡n[F0'{ >^h?\? E[±+yEQIMX3w3W*~mlU3gxi|436K` ֈQsVZI"ERPP'!,H)ޓDZv*P~bH9gξS='D/`$$H X,]cI D 6ΒC&ߙ#W-$p/h[i2W%U^!l{էD_L]|ӡs<( Dܢ7og[mAqAEkFʾAn*jnݐ9Yu$* {褐 _VI*شƁ \ %1T0w^r(dz -ZG@hmpR#O]fYD/X?,tAM0mJúy3yhNe![i6hTS{ |UG5UNwq8aDB,t)LLK}t: >^ 'NK  ߌl pjη.n:@~0|u>}\Y_7PJ= ttwɁL'1K f}Kd*3|}q#=y;EG |G-5tLI !ž_cRdžvoCw覡_[vt ϻ^]hN4>]ϫLB7=q3P&i0;?]Wͷ92i b-4Hs) ˝ tԍj0I =:R&&yRBO#̰@s:SrW @ і Fٸ>i.ʉ&86`Χ;{Wz^P: zG)k1fSwP\3̗'!,\4Ġ0V8/Ab })|!!6zY&fC>{wv% *UwmB6F}НJf~HirO@qnݏLZgdLSȐ27̲Df;lڝ[|jN;"z PR닣].R9 v ,50 ;xzQ ;8t60yVl3i˺5ZW?nC^x{+FdlE!=vT!=kW ѫs 76w5cZHEYP& }NDԷSpOqkGU,ݹ˶HkzfimiU!r! e@ S~]V!XOxgۺXUxގ!m1F(j4Q xG{&ߤgRi +^k]P%pD 5`k1Sxzq&x?ޝpvΈDϦ_ſ)f3ZX KUDU+;)sb7.mөtȉdݠe(c)hVТ \ _9عvغUJo - ! "'[R]c8\cR0VW vh6#P'Dvehb 1w&(<nZ?wyk[ܵ}PXl|`wBD=^{#_qř R#D aR˨A RJXHOĕv&1€cju@I & MFY3űjKh:ЍL(iR`W_mXpLimQ^,sl]A}b1mIsnĚmq<  9϶7pO<4 v{Qݾdʞ%  W/ yxNƞx|(aȳ,Y6!2Mtlm"?v.F!((x.\,f"buɱҨ^S 0SW<[&a&J鉽FE <= $Z!ƣ3;) ٲL(<M#rTAv?,0wsZ7e蒔3^8wT TRVX-k* .?< (y)z\,Dn'芻e% <}T90Jm |!fbkhz|lVcЋʅ?#O%#mj\؄kbΕڵ>G̓qMc]0-Z]!HZrlJ-Dk탎h)yOLme|g*c@zal׷sEЇho\qK8Ui>)/4gAf܍T$$VM~` "wT8;q0[b"ۢgN,, W8"HjMmKJXt[5̙aumc@i8Xe~Q ȊOcX'e!IU;'ׄZnKjb:.YP'k;-`g\iFRY99ǥC-C/x5ok>>U)Nѹ%."C9{yamܓ/:ǜ~ѧa/C̩Zң]= :ݍ{jiʐjˡ@uRKad=k;/p72^u$C*?s{ɘH8,+]g>l}f=~+P:: $q:2*ay`k,[J':NfөO?m@ݐ,hX =4&N,(YW[Ma(wI5sC_vNc&Z&D#`lr ,dIE7$[bN+F9Jz'FUn}ɲˤ~FO*HP;m,_`&_!w Frc/IմOGa9cɝZC <6νyL:# Lr9t ?<. a1s2!Sd牐ʨ!![,?ȃ'ovCƜT (j`%v AjUQ"QIU@tWuWKN&]°Z \qbU]Dk'py⟇['@ƛpB- /8dJa~wLzAѓs>*nd#! ]Mlw}l>svJA;Y}JZ*}AߖvEdՔ:ݽ +l=K&&WpH[,)bEW%W4';ޑN>}P9#x9~UhEMxNtVxA~E6BxP_lZQNs!ewzZUR'h~3RQL`kdt2/ֹSq7t1r.%5 $SQ#Tۑ7+K $͗KU@6 r O:C5e$s"\an($Ϛ&j/U,G_A) D9eEsB_Je#Zp/&gnmnx'&ې)*/y]&5R9Pڷ4MG^vZ/N4{2 :oUК0`ѳX@6P2urN('OzZb]"x8%SнG%,.^Ws;jqFZ$hDQދIө">b@hGC!Kd1)ߌZ\P3PXur`Eup+ֻ|Z 0xeUp.%\ܔjlVKy*>gB(䖉W j6+q; O(M||>iO-)BFV%#. վؠ5\3isdy첿o%'(!d0Z">Pzmp֡0ÛwGCnp܄F{aVitȽIȬx+U2K =8,R+fo`;36wT %bnd@Xn$)X^j9UL q./NҾW] `] HP.KZ :HmL +jx~JS~*-UWx[9Eq_`f_C >5J'k;ou.UfNT хnw@ MP|žuK:gJ r&ޥ ?R(it#L e)l/8ywP1٧wNbYZaTTiR-B֥͝>JQh\Ks8vB=͑`K}Ȭ?ls ~X+],Y["):EHΠ$9 {Q ܱ7989ڏ©9+~~'`3SP`9]kbau`iQHYK/;ܛ-G,<܂͎Sk exIOשe9Va 32}xM;QA)\Ah}@Ab{'b*NC?ˑUؓ~-LK%; ZՇ6;%pDՋ-hcF< FQ$WfާeYqm[*XAJM'F$Lv1wJbv(T*Jt"4Ԑ BVA=[QtQ_6/COJVn |ʝ0ߧoǧXڞ^5,`$FѰyS䳞)Yolp`aHye%RDi#4fI@Iq+s 6>6@Fy)XY}g5>J ?IPj|=`uH``FGi65uMzV| )` +lW>o}۽/,>|kRD<߅upzLz՜Qn{݈f1g˳}堌{c$-QL5YSJ潡5]k٢4Wf(K+Cy8"J{lFt⦍ sf3>,SDTA"y JM거ZKRx}֛|iUZ}T!*x|LlK5p$} @jUx:GQ J ۸l(֢p41H!XO(XzgLDܪ,!gw<ÚC5=ANRfꎛBM vRe_"YnW$8e89| 1OBH> `U#4OsHԪxga8aUtϕ k݇L"<ӗV đN6Xb"Jf_MKUէ Q:qw}lɄ$SMu!eos< WۭÑ"{e 07 rC_dFWfe` t,7t߼*c v186 c$Al &YM:wT8șBi!$ٮ/=y}8W&[X6TW,M7!B|boBUi2k5T6NS}Wm!ph,H9v>c[)GW}Nh<*sǯgCjsx*x/)byq=,V*>;ICwρ63ҞXC!CPb~ +ͤNОixD>!FݰSURZGYUbWVtg=;U=HFxE #D٭+L^cjOCsS8+}6(3jO9؄e% hm<Ljs宰YBOnt"_IKj/mdKs&ƥA4h"0!pMnmEtljA\JmUexj!fӒVW"y% Yą] Ryi'[u!|Z*Ak= Ӊ&[L5<Ȑ+ӗmQkpx-faVKi:yͽO$3<]-aעȁ3^DfU=zx_eF([`]*t.p"Dȹުp6`sz޿y2(dV0 ޲(=DxWNS+8b0>/@AT }' 2ᙃdFM1غ"xvY!AKC1i3eԁK6['Z/pybʸveJDjjZn(2&wNQ 7o]5,h8BHJ%Q G8@}VLO0'E:6c BLy7 u) 7-G؏T\wOVk}"7=|֕f1}v 1 :iR/%XcR00CŅ ls5oZ佌;;B 4f!՛{(c"`Nj\kDCz;[hj%ʹkͽ`͚K3 t"ǮQόg牕?./)7 0յ*zXsܽo}$:vD9ҙz-aaCR+5)̗YD7,cz'0"H'7Q|( 7< 363M΄IWF1zxT\&n[_)?y[35` zFˈu#61]<[U _d 5t ;;4.bgAQe9v5LW)`pڣE=M^dSMzRSAh`ݶ&Ra 䗹>bIRK"ދs60v@ @v8 \K*o!̒d%k7]ThY} ͈H MùU>1<;o.Ȇi}E8EQxPh`}>,ݨ j k5JJj dM%QH'{7Ƶ}|Tܙw4VÕV6ҥĎ"pat(PG,WќX D|1 Qk?rœ ɿ_WlaHL7!2G90-7H)۸XĎLm@՟&:muSDzJyHœ$߇4QlTj#§V 6s=g+d,[7:Teb@m&7%p$++&iG28CjO Zl3:}c?*np;qAKu"(eN' :O= IU(x$|EpUfyOBAЯ<EBr #u%$ '2WUM੾ԃJ7Q_Bv[0 'QoͶkP\a@&5~'ԔFgR˛H}_N6CVJ̟=*l$"lD#'T7ˊc$e?H|$xBڄG$-Uʺ2M%{Ee($NqkFS (qN-u0Ll$pc'@| g.ݽKr8.m R^eH15#VcݯbcIKw1ψJn=*2?r")}Si>lkypAL4q)P]Tkc,k4u "wC@^\hU{崢 r)߫8AW{mú?!5_0( =y;4ZK!'ZLZB{f ?]Ed k!41!=eG[I~>[xwE>usH`M;Q%ƧGڛ l&9 =~3S""ܰu9*+MF*A ;B5+QG`>;%@a_PCl۟\M`d.4Β-kAVB'q]` OD\ 2pU.kQ{s l UebʅLNNEFSl٨m?RFVJhdeHÙ +Uh~{CsCe]ۊLRC=&6/j P$LH$arg]I 6wkܚmѷjFθYlIm0r5˜Cu7*(&bCskj41T-[ILO1$ AC芗A񨈣@Uvo_0nQ.#ȋ}Օ֍6PZ?(ԫ΅|o!SfCa]t2SYHcVKAzt^`BM! #OrfY1(XY/--͝ CDE0o5HKr9X/QSmG zNv/ H7dv8>=/UKȻ%k!gwrt#⻼`Ʀ:sbкA1[+Ukmv!Qm.D]T9$GѬ^ *gc1XJP+Y7/gU-v .`qXcnG}5Q_SDL8RG'".PK|+V:VH+٠r\gks'wTYؙk:AXtrTgf^9>H"! q\Ͻ\M-1f 6B@mJrYZ`[_%=Z8* pҎ%! Brz e>C=d3:_ p3DPt=é%̡`#ĿGkf'NhlYS҈_HV*r]$URF2__K ۤFu9\RA%v#[Nڣ̈wsQ|JH >+ѕ$7&咉 8Z`gܱu@$ &'S_<=׉3o&_%Ԧ.eC֝ 4gscyv+Ѯ?pNYB?w 0kHV帯Gf}8#e(3 ȭGHdqL'$r^OX|= A4ْƍQ*b Ae53|TW#VKV|2wXOaŠ/o`߃iH̴vOͬ(]yT UDO 5WoO'O#Ӗ?r`9^>G!i1)UA1hCM߅'zX> ͎ au ´ȁ=q=~kf.[_yRQHTVȓX :d?!`XֈƦ;%PDPӷ͈.VCIt榬\>5!YWt+J5J'؅<%%)Dd::ztJX=+< .نEbH P[ւϷ+[3P]?ϣi#Hi%ۑ]+Y~$쒺*3ܡwQ^v_?ϛ'W>"4T"st'| J']ֽ r vR[Aknzk*_$\(J|0UuKPIڴ3zh]ZM3 0KC^kXiE~04~TBA[ع;9 NU6MBXŗbc02b,QXЀ/Fgzr걱&~:{[S{|:tvH"L;߂0]ZpϠ>톗Ph+]k;YNA&ۢee<죬OI?CWEYϹ>XZjjOhJ0sV4ˍу!d=͖ d7I^~Cn ]*&UH1vUebNGAeP@re2mk`:4լpw*c,D/ILQzE$Vd€Aب=@[ڪ?ŠEBsq- +d yu`Y0{z;Y2U\֒^4K$NL7:7A_SJ=}:8s$e @ c+W<@;A@ߒABVI[`)35$x}qvPs@*OMRfy3L ,Vh@һm6˂}9Фa]FVZý0-/(!a3@xw+Ϭgp 5& tb Mӱa)dU.|6b]Oɢ{ń妱$TQsuI (@XKrNy gp%S9BWWdgEe{\4fc'ϼ6T;v{֖\ySzp +ħl7:L!&wwz !6J >ct/3#QXFT~Ws)hY>iS3N1@[^x7K0"2"vBA d493 < .d@J 47ʦrdsJb;r-FD ^}f~C6wL_0icW9P^?4$$_n{oR(fP]O- Xc$ KV%2daB` 9$;-An+ r vp2є& _t=yXJ´jLO֣b[!'!Ϡ5+sŶh.h~벖(En/-cbI#%*̟pL_ sۚ⿖0¦ehsSKtZ1Jփ H1j Eve'X/o&l')}lS{PEUۛGhpYA`R2P XA)zɶY #7B]Ⱥ-eB&btQ],},C; N;suDyHKp6JdYݕ|SNv9ZϘU{Rܚ9ߥv}${$L*דOyn^G663*Wj2Bك4Y*=4kb׮oShՆ[˒wͩ?5?Xa}ɵ "1בG< XŋQ 9 iz:{Sqhxaڤ …^=B=~bPE7ۥh~cVnM>\'5M'z6!#3q#&X< R$Y뇭L{Sr΢h;"8t5&H,fW@.defoS97zwR,.DYuLZ!Y᭲` Y0G!{ iGim)PIAup /?ʕzBʧ =~C4_I>7~(YR>c 9uJcB>")ؘ&k>]XzQH$<:E H?∐`86*f>~sZ .6E%IQUC?@T_aI<bę`W7b*l/1~MhauӸ^h·%qr6qPbue\C15ѩIԗRGcxbq5p=1Xh& VitJme *oa[ʥ;Zwh";!~}l": d7t/q2[]11&4/(*'ovkjK|6cQ11yX5GNx#)(屭4wuB1^#x3O랞dkM!ĊF0xͯt 8F\+Sn)IMeqE2I|6_6o}_ #O>'1Irc<eb[2̑ OMXz?a@ױ8Ȥ>v~e~zK$D \3', ~!Ww|&1%ߗ8oa c]䂘E6AB?dػ@ B~+kjG4wREVwR0A*<(ұ؁* ^-`k[;h5@NbTJyIa΀ВXAct^wxNsp:ѠmInb;ɘ]*"-b4S]Hk0 ‰áyqX}i==rV*߿6]R!g3&_{ݮ \30ʈCi >'opG1MtHӜ&`>C q"$0 oLh Q 2Cس( O 3AH 3Ͳc>:JO0cHLד+{tbOWSD'jDZ$ⷀ~o|!17xQǭZQcX}ܦ}Hw89f3ñcIU:QYXDa1ɠ1;+3RNJ/)NwҦDtQ]gŨGM1J1s$,s;c&WQ:_ɠg~KF@w]PAUE-͓/帹-fTHh8D_!> w46Z};s3xƴaIMds??Y,Hz^'c碝9şq`@Il3`y _/<+CΉ~!ˬY/h74+bYBryM* qFhr jݯ"*^]1ܙK |/Go.H9a=gҰ99v> ޑK{ 9Q  a+k5jNѩY Z.8~%?01_ے9 J;RK~T Ca {V/mB@O)ܼxDnF"%s"7!Y?|Yd.r$|ט#VOaqz7t"{ň4:gP3SPr,xk>~)!|7bX>MǶiH-!9|E4v@P0uwF*@fvwk<]&'.Nij,~ݛ~ qUѷjj:"QJve<~.`WCKq cKX?'iST l|%Tn8?rQ2VdA'zD5\Kk Yd$J2F{hnO}4[,, QxW3ߵɛ^+`>D~®FoJ{wq<7`KQ:pȺ1qHv;8F_nxnp ƪU[x+Rv껤LS2Bv/*!U9հo::W>rXѹgNBq|LB4Z񶭉řR *:M[CC#.4݁ч"(yD=MìA:fooᦪ"PhCZnyJ0ؓg`erH0xџeyş!wLE_Ċ<P*aC423ޱ٧^t"O#eޛ zbYR˲)vEU~26y P8c4Co8`sBO+[iz(Z6p'uD5%Fd_wI.GbnC# "6ٹS#V ׾.*I !K޽ޮ f-,zӋN^xyZnԉR*?+hZ)nbթUhedQFjOHm\JOTq"H*5Z(r KnU  (4}JRX~ޞ_/>ۓdTPo-wVptQh\1(YzCXFG,qShKeQd%rr[ j8>7ԐڪlwR-AkdruG*쪡m?ur}4oVU g8c3HB[=(AGocۮJ{& nN ZF$Ea EP.%LWshfL "|ft2V"Fyl'kr 'Sb4\$in **;6#w?]%3`:[;2ޣDad~윪7 cj}&e3ALӡі5qS Fԥ04&c0\'wJP 3A+iCXlY uF$|݌z8 WNHFa!UTc#CWw#C%kbv(*C)~VtnUR/rwdR;;a* ¤(^o `K=vf{"Nij2$qPHeڔ2+pz>e.w@^x{)͊[ΐ> h" eЕF, :nX*#y-!w)FzK/=+]" 9?7Ȑ\DE~ u$M58 G3L9#p( (t\ rMtb!Wj姂4`;2$pjqe>b̂Gg˧skq$()YΤjz L_y~{>wK{ 9z@%Ɛ| 덊gyi^hs%YpZEpS}5Y\$Pȹz3Y(6G[mJ[&7Ұ˭O6ߟعQ>N#Ž aud^AT2 R}/Ɉ.a2yBG=C'U6~m0ޝB?-R"!WO LqMhƒ3٬6G/ z؆2j߉ܰT|͍;sz Wc e%J1ܥcri8P}i½d]߬g4jx#k kb#[&Z-M@#n ȩՋG_IS{)L^G<硾j[D`eYTX*pT!8ba1Gv^ !6$ֲ0 IO鐁kq8ȶ`j>Y;>M%\{owE=;%QHai b{r7e1kO ]W2*Zvh$]9QД^;Y0Z+6`PĒ걶LgQQol [isG_/(zт1co*wwx5Pt|G|/+wSqLc?&aFWGXL/ +8y+ahV=p -FDkɢZDeA7NL{EypJ{Yqb攧Vœ{ҰdƳ|n9Z`K3(t7$Dt|.x6Ss)# +2T7!z!¸_efO2-qLԉ* QRal}`Ȱtp24JU2xzY}X R츢CS 6?9}uL< @4Ѿ}3q䉝[@BeFX ֣ܗp;MNjU+Ww@&M%[կ̊5+429d޲%I(>G?Hga(*P=)ׅ'W_ؚV[RHTB/Ōgi QMt*;qs}p^0Gī 1Z*#Sy;]k(4\*bgx{b%q L i-|y}FRԠt"d-{s[WdI9m"@p|䈼i*GFIdyrM -Cp ?#{Jdx ][ 9ߕN" +BW #d7]͟Q%Z%'ή6Zg&5H/vAsN8KltZzTNo)6"֨/@3H GuI ~iq7p+g,<O{t,65?]@ ^mۦr VӥcktiBE Y@ߋ"LYB 4bLLL}ręPؚm=6f|xnkhq} F+LڻSjltR> eKK<ӫG!JU\@eiZ]N5k_hnxpիY$0l82Z HᘰzeVrTSEjs|Ͼ/Rʕ|xx5p͟!mtviZ?Way\<8HC,zӯ|sqUɢ4+ӞJ %gH'$v;tj=Evdz;ݏ"9ݰ£!1@,Tِi%y& oESM@~e]:vq'qtT.guqj`p}v`hHyҙk@o8S&B䮜î۾W۲ra:NюoTL`''#~EKـ< 4Swg J!-$ iu3gC 9w*F ɩc"0zMeĩl\1XWښK<ǂ0E"͔VFDbnUi(V"*?KtTX\~ߏtl?!TkPy<>cc~ Dk)!vnRj DYMyݥ6ޮÁCm,EJ%OGH_N^l:βAZ9ĵY;do V[RW,QsBϑU|#wT|&߽4@.! >||LAFgCh)F_ȏe'yd_ުJ .`WCt)8MQډVs$ѿuSMnZv}Lp[ԯ}lZ,_GQ6?}Ji풳ċSj,A}YT^-0©"&aK`(y?THڱK~^Ѥ!e(6Jnn8SfXhܣ:4yx4ST^k>"bЊ:q]#fWAOHKvWZL?ob =kiP'B% (Xu{웮ZIN XaUky75'R khqdJgmwsfWd`EW|<'%OvtH +ez7^*ƍB$ԀfvT̘~X"%E;NEhV> :"m.C'IW3:oo:#cCy/z!21Ӑ nd Vbɢ4wf &Rj;""P76~=h+ہ,'zؕہu x臶3[fS6DRnجSи"lu"r_϶MRuxx΄66I$b]&N;u.}[ǽ$B!@=`w5*6'L e; hm'!-)"CRp,߶ TS.n>kTV!ı=aRзIVmOdž98y5teY25gY'n%suDPI̓Ҿo{ԊwTL)qx;_dAVG|PEsQZ=Ol/^h+ʼnCp;%㳄g3mY-[5sӐv(N]H.wKƅ؀bEt&ф5TOɔ ƛ1 1{tK1YNqf)lzȺ9ZtP2luktL_N?k2bN{w9> >e5q጗h0Fx+=9nJ {\ʎO)tqw"Y\ ~< *RMFK2$f[."N DZ/KM\ƦUFBQ\AơuD(H7*,O2%c61v&>S0"pGڍ#Wj .(("SoV1AӡY6ܼSR>a4 1?1gvui|'WZ!?PGD琞5 ;ũ@ ~leR̉@dW ٿ_.{B_Rpь)"%9(w!>U"[1"bČ5՜W@_ߤZ xH@Y" JG*㴤Dk#k ^{:6w1FZЙ+ߦĝHL&Y)`zI|FhvT.bĒj$P7[w(TaS8/8/$'VeRj ƢH.ͫ[[SY/Ҫ̅Q3IuL #ۦzF+'']0-U^S"pW3+c?}MAЀX=pbZy߲8T`%/ cǽɃ\1^c:(픓j)GbbU??i_k m 0DUoogJBu ^TU .cj9Y˂&v_{3^Yrv5X ֕숑3$x$+Y0Pˀ'CnpL!]lizd+F6PaBDla9s{}"+*_ΰu b19a'FFdZoʀ/Ⱥ p榝'kig;q }'ֶ\$j[_ IS'vD!ZqgM37 (W*"\=֮Z:=/H:wŔ6O@)/;|bnwb],n:Mف&qu(5/ c/) ėj92KP%*68VeAUX?YD J>(n4gb -[#e?zw/fP='#gU18PV`!n T*Se ԇH @߽=ry3{_j,y>j7k "k4n`aUu?&%ae?Blj{w>b(l;7mYUN)RhF=4E,պ\6PH1q0mTdGB GAe\}>mvXZlQ0~ma.T* ?wLM*DkC9pj?DԽ[%k)t|3 B꯸h}ژ]ODO<Ƕ`Q5a<~GĶsm.ݞjw1r1$FI͈{kL>ɤځ,XF؃u(u#^oRA8* "0[BF[\80@ >މ٘t7.Wb=!輂qKRЛuYT~zb!0fqiخLrҺ0)ߍ[2 +3%eWNãIԞϫT< xXcΆWD )~'Qw/A fm*ٕvn|-/%Σcoqk-j߀WܢDl!o|XuRˎ?gXFWi?vBh2a%` %=*dM"JǬH4xXfoA΃6?SiJP`$+ 8EXl:}9[ꃯ16 r=+O#.ѥ&CP~}2@LʟGG^n,oqkvțtKVIťwcNݾNz&lxF9A\mZ2*etpbKrxd 1UftN íJ.*pëT ~>Exy@^whhc5lF o:lsB t{oYf^vm ,V6yeAWp:rw-?6״^ [b*CFf˾y|e]s[;V_tv29"6E#6Ȝ O逭{Fjiz6iɂF){5 -mc f`w8 TĎ,XMXsq (^#H$~ey;_dґ߄šnAhbM>V|Qi,ҠM.;`wvdy/W ~8Y/ 7L JO97M;^Ȅ(GI-Auy'- $p=Y"0|ڜ#K.zqp%Jס*^ev[2 >Yp V밈(ӷhB@_&tG7fd&-c ~x& 6TUݱMɯf~!ZR|eK(cPb-wuCqKv64(dڈ0aN4o\&XY)@bPBZtX ?do-"!FBY,t "q7Aa&>$2*t9WJ(ӫ)cse ؞92g}%Qے"c t C)J){u&1>j Y&;?Dg鲶K<*?6hfo r,gGwOǖw`Gi.Rw~~OIl|ŹTh-|Ak4@l'sn+]e&XX-(*H~zC{x2+?,bޙ,x/r#GgNުN-g1-8!Cl6UÔMC1) kq].ate~j~W_[o,cK {֘w)V9Oeagj0j(`tDx4in. cHQ4}sF0 YiF4 CTJ[Mk:%Į DlR?/>dV@ s7'MuIq4y4)ЀKOOB_Go,lvSKP haHeVQLo^c\fB<}VP跕fyMa7^nvv\d H/ m}Szv:Dh KqJ;˗qc)r=pV o@17?mNr[)㲅QՍE{c^ƔJ@46ت<&/o4_>9*/-|EZ)s2 Ueq.IL*)'P$?$BOħ*džIY 4R 8v9ȹڄrIۏ~#X۠7T&*pȽKxو3RǥSo h T[ڝNEYvqv{wqvDFc+[e, MVesˍV)%SR}67bh"==7Tgh9"xSdX- RɈ{e>^lx b-hۉJT}4iL F%Ak^"+@F+Pƕ-`#~6a(e5df=;9g….vchmr`a) zl5,K$ɽ#0qKu/}"5RȆ fX8m,W$PYuÉp|"ܵ MbT4!~f%(}%~#x5F-s hSVS-~ꭘxMW13rW~a=?2{ @ F;&)s\(v49^MDfr0E8 q EsY`d?7Zr/JiӐi Ϝ*g*W7$`t3 8i&3g鴑j CazGXRXNWȩ$۝-Vz[K{0"LBQKgCx➵=Qe28ӇVk&uK3VV}C ltұTg2*HKI& 9N[[q譎8jZpӡdgkOjc|l 1\8S7ϵD2):5teςu''еvfZx/j)ͽ#[íq҈:Dv=LK{@B|z)F NPzf*$  [BQbŗqc}2"l+ r`#K(˗~P)XW:2/!]U ea')M{̵s8fK-T{ .1/%?ZsRLfq@J*Ԛ = J8E977%ELT3 w`kxgQ 븇в rjgcd0ji+zd7~ȅڌ/dԆ/UAVɀl)!JُE% ͋b3_v7h.9onІ[EϽkrC܉ ²ɒ3I fUgptHiۛ% ?xGf*Yo([|%6۰1XuCcE@@m9|:j}T>I+u_t:ۋ49Zn99,Y$k ДޣQ27 [W#2z#9h6cHzr͏xSFm#{bR(bQ"P5{+G<9tOP{=ЌaNN"Ԃ 3+h@#CHaq}f:&1&LٶgToO=[Z|҃)5v 5" 3|:VYA;kLذi1J1i:X>8vZ9@vU2cN6o"O~B=sDPW׆N,r8ԫJWz8ZPZ"?ymby90s n!D֓CAZSt*N/ff;-27.\_f5^K}HjʫrH -I@ I%ov|^d@&2sȮ -  6LՍwG$5--R H,b'{z8X%M GLj+󻨕{S"]* $uGU Q- MW¯Dfk`llc4z;AI JAxCjXêwdӪ_Y߸X~߮BOZ9PT#T!EM"qlffS+Sm+r|^SVK>rS6t'u"x"XjQj_m |J]|)J=; p]\% $eWkR[l~0] @4̩J2 c"57 P QSұe ;;֏[jzh[v 5/%ĺ ?HԈì,ڦu9MYn|~q-!bYQ.^գOu޳1G51=)UAB̗A(L#ڥ{dXM"$QWP Oh/AqUY3WYX@('CٮS743^>{U"( 4%ֶVP*#wOa3{jsBKx0^|GB۵V [e42MQ6^VgTsay+?"=C2WEの{:N /IZAZR=(4W.bPHTZVH!W+ONfh$@T R3s 1Ks7$,Ex}BQ>Gfq ϖKn?&x Se9;'/q׹Pk- nU'vg#c5iE$2V KILj8s[n Ȼ)[FF֔^B`[ƶP?0I>Z6RC8]nG|MjU,?z)jqqXtC?:sf?:[-!rI6U!3+2O3aMqBɩ/DO6MW!7 &( xkQ@aqUD@N:TjLwk` S3>g5T{ˏ GDFtd ut\^JoMi%2X")mo麍GR212ѻHw/#4Q~<@J c ֍YpV4xD( 8UJ*Jt@ua-Oh/ش4TR=OS.CUf6 E}='OQcL%ƧqcUjȪ{| OV954ZQCyW_'VkN^/@Vn,,vs姅}Rz_ÏK Fk7hEh]A_ q,OvgcNS-G Ox>5b1|X6(s 7 E /vHƝJ2s0‰X+ 1xdcurPR3ie}?}T* QhSf#1TQ+(aNo:rh3q D$+?no~>Bv~\5ky 4:>Tr"󾦇sDE|b䆃ye 9ct Ln)7ALv9pچ^;z i$3l0 ; b V batYp4J'Má'ʩà EM|)O (1G/懂Ū$3#vƱK<9$ p;EX%߀ }|Xr鋖DqU)}҄V9F(E@"#Q./_o%!w樳&5[8y*Bl*v V﮼ʎD7.`4 \-3Y| KpʘzŪ1EV?<]yN Ã.g`["&&hpHQm͘g6vnx[}Uv Ȑ <҈J.{YxVI cĄ`GN}D΃{ 4f֢Vs3|5ƹcp2a C]xχ5Vͦqբ^X艶ع~ܗ5v#Nږ4`XxXt8hD7,-sl\횣s}kVhBS^^c%rI4ILS[b#KWC9E|ܤU͎|Tq8P$ wL<{֘7QŵJ!ؑ@B@Z6׀߿ޱZ, nu0QiVq\4SJD>ꎽI᳋V.F.TZ ;CotǏz8=4RN. 5AQ,y'jK94ՆBr#EZ)tEF(%̭cDC+$\6S -B<[y{-$ӻJ \e`aʤRvIܱ˜aߖ`##J(N3C t}Ժ('<~ƪv=刧hNPr‚eN<÷iaXChGsIl1Zd}s;WQRl9 X-nć[(kp"bKq.t9GabcȀFXoXAO%6g߱Kw>!J}}pk=Gt1eWCZps\ܧOPak{|ː] z+%Kd|MRAfuT /ih,ݝAz#~#*;oύ֞jgY{wYl WF͖\ϗ-=@šܲz:Gak F!Z$$tÀ!9jAc?]xh p误S=M[-c"kܽtpYʽg<a-%hvïZL"ptc$oXg)$uڀ 2bj #Z-e3]ma ;5 Y;C/#$@½^ ֿh$qK?bhnKYY3N7sx(elQA>㋀b#cs5$H6%jiDi7`œ,#NM5ݟ*W`4c .ׁ$Ҽ=ڹªO龀pش0uw ;eh$Z#b~YS7R:*dS"JuTith ʹj[6:W [[)EY rNOi59'X'fL8#+Q %46i㪈<>͛Ug1yQjjCZ+tAq %`%h6NEJJMl]-bB2+qm B-G'="2 DgjWB歌4ĽxXv(˟7H9[jrǾF+ g (2Q7l­ڂ;P:ǐs(7 Wri zfd[:Epe췞"^ )iă1 L$a@N@faR ɋnsai>[-j?K=v\GcsFbfc0&sgx!A[s :%\&aUĴ͹LJ[SY D]}-x.KhK?ID D` >C^h a6DH)^:w1#skUEqqƽ2&=".D-͋P`qdNpz(,/\x 'bF|eSeS+ҤDc7Yt?k˱(0ťbO)􎇀|3S#0Pҩܷ)>ޙ7P[l/a"ĉ ^"'1DP(TD;/g*J ޮ/BA|Ij_.L1՜ vجPGٚirCL' 8hzw z=Dҏ{Dd7d] Jd|h4ϬڅjhF LF5Q쾩ZuE "fY*`ʐ%*iZϳ$2^ tì<f~k|+'}̘X+fOUu㖭hŷխ-5y7V'9g[Ҍ)ʰTr|oA⁂qcm VBjemdj0+B0.QB~ 2kl(#JxI єZ'_÷ f7ݛnJke-{x"m,Ɲ[É*_l ;' .h SB %Vg( w$NHl]dm_v?3Wbq5S$ x_T,oCj${S~'R\FqdK,nA P:ȿ[#$wm{Ja:#Nt[o|2W"gLEX[KzSi.Q?Ƒ4嬅Ʉ 㩟/OH1E g g+N\rj-Pt 9WV_zfu'}Dm$=ZB & X(IOz{ėw<GL-8?^gTV;х +O5ɭp0XЫV-i+_sM$n78[覄que+yxfv`6#4_ {h0uꃨfLD<~cN<K &͋HU *glMA0@2N 56㌏Al݊q.Q. `ZJP^mk|2CC˵ˆxBQxҤ3Ϗ{$&Ȳ''E/R#gN CF9Ⱦb_iYiP#ћ%+ ֎ؖ8a֏pavh: Ra fuง)Vi'ۃK p5 `i^s2'mK>5J=֫/^K&~#V0IxIm5=AE?l;h7UN^G.aK =_="i$k=\Uo r̆0qnF q_pR)cjXƊ|EIݽ>BJ>ࠬ!,*D<-4HW[&yV(ct'u'EdF8ӒzL &~ @ :P\ [{vv9Z ))Y ^  \V%g&,NTOMg[-)mm5.9VkųIݯ^{EsxAEϽr$מvK<גR5 A{o=\P7òAy3{,jHE]{dg V:v"n`!O$$(ʴ=s9s.,;I=,$ښhȑ“8%[3_t N"zۮJ%?`*RңX}V:qVsT:NFax2뀜j0Y⯥;{ޕD@habY_W^k- {#?d@Zm {j~1Cjj\1T&PQB`*l \C|Wʵg!/RDR#M}|{!߰|U W,9 )(k6flP>Eewk.<bnNRl0}×|ƖL7o5"G+|3 O jixI=APM"ˆ?FF{'W,Qv qOh d S^ְ$UDN eolLbwR)DJb&F{C$lGVR!mU"o%G|z0'go[uzVV=<~9x|jKۺ$_MF|K4el\O]R8}W|G*9.ҒlRy_ڴ ;T~=L.69 Q=bwȦCd3zR?rɇ/s/"Fp]yބȘ 6 p}W<|0vGɻlj|S5|(ahkh7%N-j#["F%sE  ynkXoQ2\o Zv Zp7ө+M1Oק_TIEU Y֟^]-r࣭nT-I(}X_Qѿ.nKԶtb:(>5r:jLH;⠏#ƒrjjU|Cis"o(X,׉RBR׼4Wϻ!1.(l9/W.^(kMfV>{m}eC4s]"tȬ}Ŵs)ĉM%A vkg6 `ȉ׍fEA tX!\Z}v$lC mbXSG֢I>^l[5.v+P wtō ] ]svFAR`kn3 N0\AiL$&!luďٰқBJ)WEb YuG fM2!f1T1fkPrWOB9v@!<'c9a`Θ׉鮅 _WY~XFܘ%aoPy; sa/b 3mNi, D t):+aةR hB0ΰ'qU(M%E 59Fa>],IKxnXn_7ݒ4.WyyhCmANwO|R*=5Q7XqlHHTCG-=vυ2|Z"dтB<ma!ux;%Jra ,Lrn( ¤8<MQ"Z{-`wONuߍ;uU^SI,"oj-z/t(H#!b-3;զ ,`. 0FJF )0-Lw䢠nG{ΰR@8&, [2*(ԗZJ[|SǸ3h+ޭR8  'g\64jA@߰mO~ݿzX@[Syoz52&Fs^D2V3 ~UlY'GM[W4aaiSx8^  xn=On}y/ݭ.ߨK(!&:tD, lG $Y5,ZL:Q~"HQ&4np?aaq@+W 6 ZʄIV[-ڃ*$$#c(=2Y2(B EQM>eKڶKcfr跖ܔR,R 1r*D,#Tܑ[3]ME. W7pת寛5mY`VENĨQJy{_0c`+Wq ,?(-5ёvc҈[ `>ӻ`! ?r4Nlզ {6z~;`J]d)qHqzQÙV25>dǰ+3ݞƐ4Q8}6݇a -5M SQE?7rև|Z v䣥sjz,f^T]WɇQx(Ni Zl0{ڰkNw]&?yoKIܳb |i2pF^OBMd:*{vV'\}w;a{O65C{b-"H=#]-Г N̔/ G2;,7H%KXȜƃ{S;w E~-lxafs)mx>h->!7=g^gGg2JYuas'ՆXJoZ [CH-.LQ| wRS¢We C`5j+KOqz [` U1rwK FQ_oY&y~G1 k !oZ ^;_Q]Rg=tTInTK:Q|>ѹp/EQ2@m7SA1\/oBHRm ";l(3u' }3_?$=Jxۭ (8?EE w\*`cn$oIN_K_}ޗso}WH,NL\uP|lT}׳kkE~F 3>l-WeL:Eh&Z&GbVKu=/۵}"іl;0=\i>( I"lpVD{v߯G|'-LCݷӖRA)k y $9`x8RmZHF`D}P5O&8A?-"65G!ϩHt.klߎ51Xq ôGgez-s~vtŞt9v'#6,H-<ӰՕ88kz^xAu"{P#9+Eqĩe ZixߙtW; po36J$=lO!Lb9e^h:@ܔyyGN9CW:/y+3j#]$| XdPz-lC8u-zA4~TᐟD K9屜EVK 8s\nW`P+HH36ut=3$/d7FR%2މ"U6OpCB_2 uFxg!tt !ˠ %|& TK׵.…TB-aҥ@$HC\9:>z.B:H6ۡR:5z=lI΀JLrMu}YILWP+5 X~VA%FooWi/_U(NUxV8}Ԉ`@3-P;Ňa6dQUӿc '?Ί$qh0`JFN5v@|J%i&0ŚVHEށX?!٬,yk>1+R@?XtN߽ Bz1مT1P4־e!?n'l8p?^T4 5c ^Q-\pG2]ufOn !iЀT/B !)< jy/HH;(lm1],ӂCn 㸮+9z͊=jSsh]]#GVmKK|\b.w7~ VYmXI^!c|՗P~L5tfrKB>OO7*`!;[:bM:G4X,! %A؎9t뭎J2ቍqnW oKЈdG`(' vC<'}GfVCoz+wg`,{ ؽQWV5 Q26;EO ݕN`߃QU*,ۨKkV@ I;VGR%=QOpHxSC u{Zjt=B!lKqaZyl 6fQR'dvZq9Iv.vGIW E>IT[})jƟ+~!%#U5IJBM40W>& {:Ѵ9>g!:~w*4Tn|$Zf*=)IVƝEk}j F:2 T^yV0ࣟ>&':7%Q+'A(βUT}ײP mNз57) K kV g aU5qIL ti Uզ[<.˰/Kݜ+1cRnFQ B0}4Eu% hl})כYuR{nPh BkϿBRr{Ez|iZEbˆ؞-QOJIgӦ8?%ݎТkـ e;X3{p :Q# ChI$~AbVf~]۽NPy0~B[(Ctmbm [0`79J VJ&/D!$,WBJGe_y^2ooy+2Y3 q=eGj!q I K$Zli]r8 |iv' s4#sJa3 j6r^ ãA851?s8h]˨+hXpuE0NT.# U%}d)2Fۮ*oR1RDd' ()DTab7[蓋$hة>%4s 2`k#X=;e!|_قT29&DZ0mKe|_Eڥ6YDkkcGPm:4-UvZֵ(s(mO0o%!ߝ]ƷZH 8Ucm>Df'a3$?HZ=SF ~OU| eHi .l1X M;Пīn}*XRgꌺ.5w+$p;kc+D:F2$W b4!Q,t:{ZΡ)m)+L*A=T>.Hoj;as&\a̦$axU+j(q)*T6iϧ+ t-ߘ[lrVNjgu4 d"Xզn4=mM4)$tf:wƧ^}`ci#J6žC8 l) T2n~|W _lsnZ8~E"iTut-CPKUg~,#~ "wT^Eڢ$lIx2,x*}kq0XeH /?i|($ ogBK˜KMoZ__Y,OڍEu_ x.ViΎr܊#N-+駓..tȯ oCF!FEzC| ˢOLKBwqV) 䇟-HH%`.tG`o~@p䣊tc&`([%BА a!x_Tp.Jƒ U/=TL&D%tgQKaAeq.{1gVKŰ!ɴB/'0)BIE :?`k Õc2JI9-> ndLӳ./Uؓ}VKϧJ';q Wn6$ܙ _zS ?5G4ץeħa"eP~c_ldOU8 v 5V0T2Au89Ï4dHYߍ3# |Ű6f3DAR1i451iҚmdzF_d^@,9Ld3ki ,ñķJzW"ǻ2i[AE;4˭/q 2sWMVg~Xߛ͈AMC+|YikK *"g=DǝAmwl3d8Q A0a G 0 Qf5GԣM) HZw*B?'օW CI<ߗW6sWI1ޠ/sMux38"8ԪfFG"Cמ֯2EyLQS() +X7T8vf:~$k>7\I] e= Q8l=KUZxV#>;{b džӜ{%߹Gƍi1So*ezOHv9=aχ6GRuKdG(y­~z_H^OEn k{Ģz{Wqwb_c~yn$;ףrv đ\ PlKYH60Lnf=‘ gӧ^/Qei$0aa[.d. ^9c#tCp`_4&|,%qvlbu0!?Dx'}Oq.}ݧ@_T2׀-x}ؙm&IΣދ]ޓ޴/HzFA"TϩV2^僜ӫ%h8a$rg,ÍcLV4I%&ޛȲУ6B`ECi[.q FnK81ƴ" OfcEpH~C b Nx d' >6֛A*YxL9(iBm'؊[e*`\~j!*t6@j& /!u=*AbOòG[L Ҭo^۷xԨw&vADFOaVﭩV> DpI鹞FD2YK19"K]=rqLV[itjbB",nNM,D5zJh3KZ9d%0Vʩ_q`l,&g>N!pWyc8V1ĂX-!fB]°6yPfLh; m>lG7ȯGMvpsm:hNnXz]FL/^-+L{3*VVO"In CV6Lq3b)cm nmOOm!rF:BbK^ :0fBN;+}*|aoͤb;5ka珛KeUX&F.yB_?yO\2OZIX=HspPx0<|ؗ%߽]5%-k\>t௲Ћm4u*}Œ/>8і*}4ݲLC!9{AuhKti*e!pġKeAe,䃫$wz |mT$GS}Z%=(K8_N6Gpǎ22gV#tuжB4j[0DPo̼/Y0?7^i79/4UTPxx+(\څX<\3W+ug)7IႉT9# qF'/J%A^O8/*$IjuE^:]~ _IfC/^e[YK,60]  ڥ:(5x4q_\Qrϑq̑Y5lmam–iq*=}Xg@evdcܤu`Gn$-Az@m%.F{ zS CC',.Mf Vw:kKl"c`M ^u|8VRFOU6Ә^ԉ t-\?;W `|<ʠp}7؁t$*zC7-sFϪ o&bkx7 -"ۤ3ͩ _ r,lڃЖJכ"Pnym%MUfGM_o O6%9oɅaduoOs4K;kc j'ӕL~ECZ}?Wxx]{5J8"|(Ac?f'(A9ƷGiR̻L׋E3CCJCà*Q|vOH`0 AifbJ(Ufuhp? eܤVbq6=,R=TZKl5RR~8;m4+d+({%/ 7JTޡ I6 !GGʰ&hnT.MfiJ^&G`OaDĈ$v iퟚ_0^6iuL&(;nKȨK-D[w7CtLw' _|3\Y!t>;IBH#J""6:--Sn񒧿L.b;Mn-Y~1}y˚Um5=_P|?8䢿keQ=ql qsK +,7^j4v?%By?u06WBLBuG׬̹F=cHoDww3JnDӅ,, #bC W*HhE.<3ϼD _<35%W"sGa_ FsVpc|݂'kQ?w8ZZ^ da&fT(>Tc{{!< 59L!=Uv}j䢤lAhhMRERܛ#,3hd 1" M]JmT06M*aIOۈu=bس/*V\e qÈ_+i=~\cwR-ջG[RUoR n8{,Y]cz<?="+Ju:YR 2 P3SyZ@矠v!#ZC>-}iAWm֋u$Y$[!>. k\RiQI2!+ArUK-PapGb#kǡ1pVlНr"h$Lj)IM;kwGx,LsC2e}L6lp拪'q2mCQeV]B,\}^Ea\v˫MLp @dwBg=~: TLkG[q M=ҍ{!=B oh`j|=|t5 SU5+SxL[ Fh*,t ]2S-t9II~΄t>{2QWT\A d҃λZdTϊ Lf`^3$!8Q(fN}_'V ȢFvca*DY\pTGim @)/QKyǐy`𭑟e!: ߢTVt7)0Vr0)T@| 9K1R;8 'ݍ ?}J?C P7o֡Į}HƾKS ;m}E>ߠU%#"#j>],cAuMo ;RNL^{ZX&O[Llq?l'OVn<oE3!˾ OVvkV.]5Ry+Ve,םܭہX)l i싨xc-=a{ TT5%y};HDn)މ' da;uj5BP:Ap[;e.7B52Q?>kC][m50TvLizbqf!El}QAk44#ؙKW$@Y9OKd;u}o9@T1M}Г̟!'QTӪu Ҏ%aRHq-Ѓ\UYPr.z!3%;rՙ-Fud'}h$~V\+K+0<,dVFPi;p,@C^ vq< Z,#ل,U(Yz U/X:T C([Ss7dyB;7b¦g;!f!R? b=UIJ{&:B,}gq\ED7ʧīQsWwewTj[yTZHRIf]>k!|:CRW0Y3xFˀb DݍR%j=SˀP' 6\>syZhRCs(6lWv_ A쁴g\#7r FiMŗm \?G=TrzX5Rjiq _CBY`{_} x f '"cˊCѨҙ+b>"s€sQiIDFRș+sXءD4}QEĶB<NKcR?PUѮ:ѩ' +(/rmњSP++ՆA/&9wi Ea! )sa h0/f7l@%{"Lé~ p CXygc΢T{u$+m]~mv2 Z D NstQ`(!d zG|U#ċإ'5`3ƕRWTfj2!* V)4Jq-~s(N+#Z+wٷ &'NSƎ˸ ɘsz& 7Q6Y ]'. [X9kMigkفG79xaZr[>p3#8"1ydaÉr|;2FkMZ4f3}w-}ĊʟK u :vWhF5 (S]u8wu;|;]}pDa:ުO )ҞUHѰii Tf"!0 n?3}K#+Vҿqtl {/vTUص/$ޘ*bn(׵>85brjS)#J؂9^[jP{Dj4EYdF RYc[u{)Lpw0+#A'LNu:]!EBɾg&7XKzi yG`9d[)cY!MrxN 8J:Dz*YΒ߅EEuhҖB݈(LqB2E@hQRD)NZ_;iuxqn,'lt?OQsFZZ!dGθҪ i{MOO@NHEwxm.Qus`r\2=eҸZ9WGrΉWkeO#Z&Et.}=6%U2:,߷h٬BڲMPDb~^Y(}Z ./;RQ==}sto6[eu]kw_2mƽ%<愪ef\+6G-+] 56Wag@rvO^Dof_@G+8nQ.mOϤBs=b#N"6S*Bc3VX; Y"Lc;\~uHE0 "zt P8Mʔ*о=,)[qbWja~O^2ъi^v㤶Y β4QB O+@G[.o4ztSm3?_:u(޵է<2*w{1Abt_Q;d|قWMH" ֌%}\(?A׸S$4j>1P%raEjVW&Wݞb$$Aqtqc5W_ƽ-CNԽryϐ[8BXbpV vp E5@jSW2נ%AK ybDWgq8{*Knn}jUE8k~APň [NS~NEɮQ X(}%( U#('}Ucruͯ}!_% h2mo-f2yjKx9:s/KD2qèE(ҦϢ>y6o{o%HtAS"xMٿ R~jrwǖqr-Arf,N|TI`2rK*3ԍ²sFV\ +d\:#Go<{n 5ـwH|[:V {I(/\H" 7(ީg0&<ao#nra--E#ńdrL0za&V7 52[4XId>yWx. ZƇJI[ 2g]-FoZ kgv>4x/WsnqB00VvD%3΅twMe :19ۏu2ҫhz06ag@02dӾo5,9MQQE9r'--ϱ z8e' }.Ewgk8Xj\I?q&CFQUڶ[lR{5\Nhy!d, d5'ux|bN]sti J'480 NE WqDпm=D;i?IrNF@o3gˉ!krU1Sw7Tr b+ i͂~Ms%X#~r_B4y,l]919-'Ŷӳ: |]U 4UUMҴTz_VLS]hNM*7~\9++Y22DQct8@)*tlF=}ҋ0י+{)Ayܡ%YuCTf*]nцwd'!_븡V,){ BG}cRH&*kģLjZ)YZ.9YH{UkEOGUSs݈3(@VJLm\-b4Ճ\g{ke;W'eg+E0})35Bo(=z"Xie&&{{5/Vj"`WC/ĺa3(#2M)my` ֽthe–:XkHcѬu6; na'@6 5!Ґ_p ŬbE#{I+w^ ј;IxǸڍ`5`O4׶:'jPz~eCq;yCñ$+zx\Czz{=oOKx A5M^ B?#B|vYY*>o ɼ1G_/"QLKGTh{Fͼcթ-wMFn+y03O@{ۭ_'Pjdi-9L(|(m725"SA#(ѳRQtfgRpm9w.W ~=CnG"?./A-FG:(0ߴiF|UyϨʚЎE﮸ĴX^K(ę3߷bEҭ_O=E :nmG@./n#=m9>ǵ6b4 Z>e^kNDY"4^oN,B3`T9f}[}LϬnr ggϥ% KG ;/Okx2+k܉p2$x-ޖEof%09wch”ѻlšgW[ʘo?CwKkV>. v6kM=HVOԤ!ݺJ[ \دQg!aI|0~vmφ߰S l^NG ! `MBSS"`⹙/jF bua^o[1127}\rYIV\{L*v l+6;Var9Eq\ Ahe ]%SDzxBrja}ݡg␚k#0>4Q  g ي*ݶmP}qpQ7v8z&J[gqmS:]O֮C WsL*]\{QJkzY]@(/ ; Df┛5nDlS 3Y.7Gx\DSxXE}Nkfij}/q_ɜC-)BҐ.WR;U %f銘5'oTnnBte(cHĶ&ݏ+j7m%ٷ>0^ܳeTs{s| "|hdxS9+Li?|/cg)ղt9"(^51Fvv} CI҂3(3?7:ӫP].D7B+Q7cgvoSZV~x`"qWf3nk`y~=BT9Ņ6=B?p 'KQ6jW_,QzfcY; ~a`U'^J]]~}~(Y v4UR_umJ$#߮9t~!34Nd+jW'fqKo?Dzݴ rj {5ݳy,=~Ř !,Μ2āK.dj+jI\u\ F[rQEnSARVqLSHI7"kd1Z| szAq_iJ )t7'jK ϲ2H#$qz6 `@N | .K/Hͣp65MXmUYH~eNjw8B+yh%-q}qy7Frѣ!o!f:؁S{<dk=VR^ƅcEe6wIo7! uYm՘Q`PV5c{Ku.ZM)Go6lM0KCO{ *x%s 1^߂M!nj%u/qWM?Ѯ#ȿ6ϞQ(] \0ίVLduQiyϚt- \33RfD l+^s]ŚYi{ uuT@ ;;|iV7/}''oΊ_)d;dT#d\7{:1F/A YهF.hIxۉ?:C$qpC΁ôH^ 3L4tY]ǁp6 tP9nue{#𷛟s&a(p1fo6X9Z^uéfrbr 2^Rd ff{ vn0HO(_.'c]TGOڈظ:j4tM7Cy Cэ 3DKGP>VMvE.>dxlK5x], h׫QbLUhT'YmP߉{zq# [ai%^]5ʜi k DkWFLd& jVv'b 2e QM1Ԣ{Xl=V`AXRfKݰL2>70s@`S#f`bkJ[LEcH1ZEY݌ {=IGU!5k!UpN>4M}wMf^xtkO'|%p$ Ձ|E$offR#EM3}kQy?BZLԶ_]f\S:PP$FO_K'V=4"ؤ%׀%Ln)ixɅt6737=[i Y[*hbm== ^`8H^}P1\T\1rqy7(ddz^88#U}SPU75¥i8C[4SNPEQ5"_qh9EIM_#WoG% |=/Fm7qHB__F4")LsDV⊲bKV7+󰠯M2Z1wMc}J6їȇ+nN,k]XX%GH7t;BH{.;_a~a|<F֥P0 %%;|:ߵ /']%}2p3BA;,% G,S\vFX>oKUdei߇/6>Hؘ%2pAl%:ԃ?:}>'j: 4 I) QPdrXE#f !0ǖO)=GC* $0 3f_ a)a%176>}8%&s! i#&'GơC W)OAQZsU{"Een.3>̰x^<0*L20)P{j- !>2^MËk"6=TƏ=D⯔L=& -Vp'Akik{,?U(ZtaDFQX88BtTҼ0F.Ԅè6PE ||\>^3~W~pBe+Ò>,|A[XlAf 0,]`Yk@e:tĸ;9p da$k,vvM*VJo8(OX: 8-*NC1clSXú7Kz]seڀ;=CXޟ7OAYIW3 nAm:_ 7Lk'!J]8(m5/Mԁ˹syk``(gTP_A;W9ٲ^(+Qֶݧޒq W%(xG ("w0%w dpef?\u칢hv/]: g^R8c_TkDypd*'6O].fZSB6~3 㪢C'c a||[@JzФaL6:_o;'hsi:8(5MYFw*'#Q5˘e^I#`ZlVot=ԋ㠼5i]$] :`WnV-0a28i)xBp'"D^:ҡ?ֱ#Oz:p{T3Uklј~>}&ʰ.0.|kk$vp]2!E& ȩt=37*`'|b+s΅Dzo[doɃŗO݅.zAbWHŬ-q\m诎Y|<14An@5Z?853Mׄ?혜%=!J _*(H&6%{c`\gu V|KT,ډShp]v2&'AFk8*e|D <5=Hq+oVݑA@A'|0GJQtO6~狱jZP䡫LRi gtQBMj4S eR;oN7s*S~W;sU\eĠR O)|:bKfw b"ܧUgC(<̦u\IoB:cԨMPNqգ,h$4%TBUTw> HԐta;rPqp7"V';:eBe9A C+$;-˥-l5}dwʉ}vGR9g5>Ǹۚ۔!]3ePȊO/o]>.9v}u;9錃9K|O]VMNÓ2 *Wh>c n98rܗJJz:O(f^9]^>PrQouSDc~|j=@6gZR,[}Xhs2KlnL 0x媪FװʓZB1\1 U~c*JK7=ݰNaSgτU BjMFmZ\XuN?B@ÖU[J׈a*,^.N3⋃^'2 6iK7jP%|LZxVF;$x)Gybpw .Iʂ};)Z2 t+3CwG7U~#62:\LV&2:.gZ[ݷ;fz4'L&]V9Jw|!pӬ2Q*9A }\ *ECƄsL4 .=!)XPtv;hxIDeN)ؗUC7)4Lιae׏ {M߈J;T1R\&)4bu?sZˍAFUJ:v=Rh,b-cLcz!, ~X<f3RuGqmZi15P2b9#6^ު>ӞJ}ZC"w70ձ:1azE/^@R NIk ]f5aby*P\wԋ E d=7~fc%B413=Q GH;#D:regj̱2Ak-ԑGNDo\npU#[w)툴`+"[׫m%ΛDsLȿf8qY>u.Cυ$DĶQ0/PG@WLҪӛ7jU9W\iSE՘K.r=)ycIo>L|ryP-)cWtC#Ytc`9JVw|Sø=r7+!1CDn DdV޿%cP @𞟝wH08;QeW\Zs%8o~F/`끱;C %jҮK)*_Z1(4S0E1wX=a L /B8Yv)Co/F@f:_wQQs4ϽhuPU`5"ݍfp/BLjd;By['..X4V'8+ w !Ѹx%崖:]GHYw4JUɫ LH=L _m;S.ޞSԛ?ePbѥ6͞y $!~a"_2_vK@DF8lF fO/SN*#ue:&qS#R|rʉi'3EFn Stl #[@6產pYm,[%::(j2^_T{v!|ؽU֯ܽrafvD]7Gk_^1ld[Rh墀C_j1f[oUYV /@U @C1]@]$>fYU3=l5 q{Љʣ9G|sU"g" ' S:2\6Z@K$g&噔?i[ !}iP^?[/ [1ZId&7d8!|jo ::)=PcV} )bJВXv& rBbR"etѹb/O _MϢ A+<l`f.np~6}Bt/=_, s˂U:JTYUGߤIuwپW{]rmP3u hXt?@9Z"h߃'x$`}k`\a=H3"dYA5as^Q"{$~LTG~WbZX8rrEϩNv6w~^yN 4@9D`H뱡l4`gnV{#.W0B7a48Ca2y7P5 ==J.,lD;W %3|O`#X\WVaæ vPè ! Sy(8zv)¨#6acD]# )Fo{\0\˺ew#g`!o39CWBxBC1H 3_`X3mgA"߰D~_w_4 GfZx|J+/XccC|+1^!7X+DQ0rt='fj0'ۥ_[EJJD [2ӸHxIa'1W-^՘iiCx|J4 26lٯRF{;7eb kϬLK~,&F:ٶͤ) p&cG+/ʲ,z Ÿ/R5VY$vd?Ca xl/)^/w2f2˖ CO¸ ~P| ,H'2IT OyStt?)uTY WSq6@YL:6Svh 5zo*Y,O[:QW61&!q;U]Rq/lCBSBZ)]xkdBo~z~]^4q5Apژ[Gw{r_RGA$2 󝺬yoLmBXt$Ry@@.(~M1VUĔJb!15hŻC%Cɣ;Fjipxv+[ZKcL,ޞɢGFsBzI5N9Y/1g&œ~ (,fjZvF3MdzQ ߣm}O 't74L#L@2Lɐ /@PTdCc"눲!0X%w'{FC߃sOd,cT0ܮ^Rg;$8? h&TH0`ᔽ7 +ɚQOl%c"Zs O.vUj( o>'L";kVŨ\8r}nNE68Wr낺=eqDK^5EDc]ktN S027*yѥʖ rՈK?fEd +K)gB'*5$TK.{Q,O|~fO1hh0WG*^zJw@8[$hayĄ!Rml""Hq~ %{@Fm%^S C)z}K0r2fzUg".KD`ERP# J9>;eu!?ѡϐEU`%iG1N\}U)`8QeR#[Z9xӖ@ 5\ܒ |+ӓ]^M qIH.{I ق2^ȴ[5Zzs2Ґc % ó.c  l_ ^lIT+:Evw6b 2O6u$G@;~qut$%Dj٨( ԃu݀-}:ހ+Ҷa:5M 7o`qU'Mj9`dLrJOVFPs4Fo~[= -`umD`for ?&c!|(&=%^rRc +Ia`v'Fg: :EC]7; >'Kܳ0 qSTwu7*bc F,ꇉ P(OACEf x#Y_Eg~m$>kR_J0d7œJ-<$q4K=dq^.!eBְFdDzX'y^] t.cY!KlAFw }l5q]pQoۯ蕿>C]-4'-[W,{ X5MCx:a*٪IkN&Ouw%o0y-W*!QyOFD MҲp`0ZKNUwZA-fYC)#Ngƙk^rA !R3Nɒfao cKP0Ziŀo1.hךpr3ǧKl JBxH*[i;tcLFȧei.ų2=@Nog0z="3t埕k[<]{ƀ֣'XNU~nMO QJafz} h9@r8fXI>v`3ۇEVr1( =EGlIl``#ujhTliCZ]U R--|,#Ěw1ٿNpT䜖neN|Ƀc^4qNc7q}׊874#XtJ2. IRϊfQy<֪@`EltVC(dJzV^?$b eiy9;)KS*M}YlkCYyƷۜ.4x&Sǿrͧ% ,VB".Aog n¼>˵KC_7a8ʊGH%BxZ8~40Q(%Я3]*R 0}nqF4&AҢc(R6s>dCg `8A~8:Xc w}V(e 5(1ċq P/Z  @>76M(F[@߇bl(2Cq|r"{_@BZCs{tg꾆܂K 8.$L~ߕ}Dz eGאύ)גڤNR>Qdc7?K-TpzK2 /B֠lGY,Սorx4*_n>b`7b ;Tգ޳{DE񄀣gkmN:YA}.5T=>Wօ_=3iL[LBMC)Ɂ앣[S8=S:"m XKHV|/ty-k*G*g:t+|rd=R}?}u5dƯ'IF[i$k9{ f2ax@t_p/EZA?ℎV"!]G.!bZX)9hJSTypۘ-Hܝ_n[D)OӂCNzS^Pr*81dC*ٺFx XVfMIĸO{#:} ,淏V[R刱BsQ.vA"XIq%K))<ʳe(g,A8߾5+ZQfT1n駁-F"2J7 ?nϑFxuqGʎN#1=1K]L%fBm}FjaJ~}ڙGn#DPSЋaטóf{9nЋstAM+,X?:3aڊ9hB)OJH3g]SYn h! _^OS :$^:SLΌ_FNzP&Od$_"9u<f@z=}N[Pu-w7bl+颃^beUcBt^sř9\T"{-ȇS)u{QŒmbc8^)I%,AO;3F;#&(\w|/.#%*|'A|q5\hhi(#UelWkuh!瓎n׻%\R䴅 CQhdvd S{KٟrIEܡ7<[<*mn7T0BaDַ7B_aӯ7k zFS|=; ڣ*+RGeoċv}m<|$g.ꦨMH>1wHTP( l`Mkm6RWB_֨AHVAt2#vU^9 ) D4՛;C.U[J/V=>D]~꾿 !Ec)Z%* Wϖ*Q+ c(xN01_ g,5vTlyr]TB%,NfWz՞2Q# T2v(PDb DjbyLtgqe@fcz-0:`JԅI-4R9&d,ٳ3xO3H31ekJ.߼L)ƞDHux쪩'.`+fiACm-Ct YwR;G]ƕ,i_рz$ܣ.^4ȵlBXzJyI`T]DR] "23a>v 0`,#+^JqT߬q28_L-~ֲ$#<ͯ-SlB₽*h#\ YLLSh!1ysͅ;EY]}g:id5GoJw/;7Ńct QsU#"O#zZQy[.?j\1].8@4eB4>S庬ACg{nAxTMhZ bZ븳W|6,Z&7 @*TJ%/VS d܍@Yuͅ{6q. mݠ'r n?]olK7tA=K66!aˬtݱofqo[<2f{37 u+rI&H4+TUH\8Uq\]:LFO3FYB؋¢|$y736:oP0AJcSI$PIпTZMĨZ Ƴ!j!?rP}:MUjXZ*2POY+p*rtO$%%tX=F+@%qTQ`OیgӅq9phd.@QgV5a:*6M2FB3#mϿ+춃Mh\}"s(d|Ɏt'@v7=iLb{ߋ)%Xuټu#(p &uD||[IPlCK\t5gCkQ^v)6)')>//GX4hw?dVW_@Z,tynn~Q&en3U< yx_i' >Aq;/Ǣ&k!/ViJTQ0.8x^9BH $EB7E[b3IYL͈aLH&Ptg|C\!LxP? ދ=Nyc%CmHJUҳW0 2r3Nϖ;fr\P,mڲp~釅 `TugVl>! itET޳)DwZ7з0 $3+_X$.o1EQcS }Oh4)!yo "6$ aխ5EcK&k"v40DS,g'56MU`̘x+! %~K\8(pRUݔ\W>TO>GI\'Uj$od_%6gx|EVmm~eq&2j/4Vs3^Kpl-!5gG#1ηqƩe!IftF3_k#\ "M9!'Z$Nwn cv&*Xn $#m+,o 3+kQnɅγ{v\9C]hַ6(ΝY;/6cf@ -} IEFnT2NMZv"K\o,ÃU[f.է6(Xk?5JG<x2P*CA6?es#u3\'^x%b]'q3}{5̱]cI+R}*MQ #EU)LdE=|9cn1A_pN4+' h&~7٠a%X٢PmDDvd{aţ7xHxރm ْj,#<>k8L䪒_wRC1C9`p}STFstjU><)"NX'~~>ǏJT7,L R!C|6Lsx4s0t,̕O(_ʡ)ȱ%=}Oޖ~<]'FDXݤ*ؤ$@CHZ4L1C3OrMMf2]p Hн 4"c$2uUdžd.ϑXT-&vFxȏ5X)a͕WL43}^Ñ۝R%}l)G ^jE&D~-;M⣗Thg}AWo~fڕ()",SSByDT NM؂BxsQf36GMapE^fi.FZu@|ɒI S|@bte-]@$Mj!89xD[:LzءRA,#J\:&}TUi9.`LXL&Y8BEgȇg/'bVT6MN/F$1ԣ:X{/9[,dn@w@sgG}+-']sH 3<+ҟU5D`֫$Uu|tv[ZdlR3gA[)Н 'ByLLytvd͛:^Kj[,::a+s\J[sO8'<m]\U]=gRx1䢏&j6] 3LZw O1 U.qk.<'HEHr Opټ(@kgk&;gBgm~;$1O`=5CHh9Z+/HxSTCml͍9~jAǢ{| ?ٙR圫TWRu̒Y;!,LE{?anK2M?1&fWUEf'#wUx2iY) ٝxt1X| UCWԳ@=el!@gUUUyW&?X~(R} Y{uxHvhEG3s&d{ԯ; d}'D0)! s#PL\I80\0a@{cpJr"C۠CRLwS+ގo z;#t,5 .QVjmNba>5~ݲK~Qw`A X5 ǹIVlIAKPbcXC 2sIE/M_4΀ gY>±fJXmh84Ht[rd;syg~E'[k0U wu,CYG]B_Q֞=Q~k@}Ձ]r:ug#Fawgw`S{֩nK OiE˱>*/?}qGk6M3Ts7 "}K!J !ǝa|ߑva@dG[~X:}|rD32(aj<0 QVTѸ/\2<ާq<؛)8%B˞b{A>1ΩlcO) oN~WAVF+s©HR<#+Y_م2d*/4IiIoYk^AM)ba8}k^g٨TGn&:Noy3} Y0칫gܡO~? }ӳyI!42 wdIK%m 865`d$J9^ 0hǒ%U9?߻ϵw[ 3vnm(iv-1Q=#U]R羟}NJQ`\a<h(b7374#R(-)P[{ޓzoRfP{>\ |0&gc٬Ǻ bZZ*/3ؼk lmB*C& cF@ZAKUኆ/=)}YE:ț^|b<||=#׷߾ҒRY R2C丵Qj_KZi8"jWxB֘'?0H)">n#~uoČQSI ]|ţneTFNr3%UI|vs1Nlj:WjUb?̈qWNoS*Br((5ūvU\lh7_f+.%< qQq(`v%_-0z">jբřkn{k)//bNԺq֌oQM"{&k;$.̳9' nxX`vߚ+$A,z$PN$(!J8fi_qUE| sAz cY~RK ˡvf hlJdO2)d #77-aQ_BPhC4|~{+Qk0"B-|Smk?WcA팩*puZIG U7#jn1M~þnx U-@}?w3?>ц=)r--ϩFpcj&/~-cBz<=$㴉40*R-6G מ2MCXGGay';^VYy1vJ:UHB\@7|hȫG*_j)Yß4!gtQ|/i֡[{e`;5zqU 5%CP:IHՒk4q,4Fi8^Rd[m3S+?;@㒘 K aTe)j i0q:Rg^ډ.cV#(h bpzt(锬t:14"ߔM);tW2z@=},JVc3/Jυ(A ^-UjK9׎Ұy mi8g/Zj ݑI vnUYJLOt,,gH+X@Q"%bn`ހL1 l\PY^=43ӑ0'm7|Ϫgy9ʍe%'W2^c\µO^sEp>u!]KeF)ڼE3+E˶KZqqт7ӊn<93f{m֭M-l9< SEh葢n_ѦMH~|gem[RLppM!FP E 31lkS[zϐ!/F"YKxv&E\M9mN"{ҢM^Pޢ7/֑=-0A]%dvDz; G%}0)<3Y`A^oi)15j6(D6)|G!Li*ڎ~"}X<E23Q돞1{M+2lv*ȉFTb|w-oOwL2)룷;"pn[܈M;HX kuAŐNFJ0z)\Ǒ{(yXx!ԣeEWv,F0 YvH\w-LOz#QkM74%X]p|=l)nG$!EAQH m*9j_o^'MCG*1jDb@Kk֢εְͺ#Qo|g?4zhvj)J %#RLxߓRfm(%}fkK-=F/) !T-+)t2 w<,ʼn2vI);0/bg Jcu0?D=ay]';V>{9Vx 5 :r>`!K`F.r?3d_\z2{tQ*G[䪑jͽ rU%hPˌ%1K-/?E4;G렋6tbq_hˣªҴ+XFHU~q-.ӀuL?`8iEq\W]$ٞYl{Ze2%bY=v`T&(qmxV7% }7L "Q\NF185/ fυ(|RBx1*/7L lS0r\ CC79T :y( k4ՠVRL[x] N(3 aY*}F33^.7Lary (4xMa\ 鉿*ƝaX75N wA3.1 [nn'XJz/`s,AeץIY8X|Omo2oz4ݳ̥-}N…!Q3b?\vI4Kɥ]ƶf_@fd>>BX>Y m? Xkr륥HqQ2Nu$UiR=El ?sctDĝmvڎ\0ڛ:)u;dѿlVUV!;=rA&\L|#(}7NxlRQיv5s8[#[z| RƎuY/i*vaQ0oB'zܪIὍq(c6Uـ=X5 v!~FG>ӃMVca&͝S}Jc_`=p2xIB(JYcpvCdh*6]2)M屼F11𓏼a~ 5rgl|̗/( s[~x^9:Hq5 ZArv2=q~/so=VLA#m~*kb 輝jeez]=,MUT0G]uW5Бčnu>GA!TTqdJ2 I +^1.>D4+IAB3OZv.E𞣈nC-t`s%&L|:H qFy"ceB.ȑ{ѦM!WH!!b%>\ ,ñ\*|Tq'ˇbɆGb.?dp3oUY헀8Vi;]K|[Rˏ!Λː"(SxO4+u:aNezjçYdu5Z~ y&RAq2t@6,u&2L7Z'{i]H\a˧  M8lLJ $젴7Y؍G׳4l~)]%>⿊F\$n(1:LrmO+Q3N|96} `u4΄b!Pl mw|" ;jѦqKoCqu T7q%ފ[v}E?[ʻKdua'R' P9\Rs5tL@϶ o X=ry^Ub|s$g};4]vHIfWTm!3XfdY5OzYdc+܉cKC]pW5[?HG^p /E2j@{SyTq -F0K<%%3ޯ~ Yx^c⯐ɝ|͍ǸOAYJol}PfyCثuh4Tu;7G.su @1 Kss;_N6Z'Q뵡8dDِUWo;䊫7NQ:bW!)8k dZXoh.'̖ f8낌nA/KYyB`<.TE sS$]y)'ïTNG$@/}et(g(gh{^K1Y^wG]eץp85onŇ8:C'9&筇?@ xys0ъ)f.b;!bXU3~bp99Z}S]o3MàG+rgvz풃5rŠ_G Қ;>Y9ͺ+@]|!nJ|qP6DB&NźkjVex B08m< I;XCN۪6.fw c#)F?91twޏ(b xᣝǓ[dWn DkyN5)J{ýib)r҇7 { eB=Z❀LJXb{#*c)\j+l;*(>eAqT BOIR|Ho9y/@=.{N\sހ9z}PPEgxF{o}~S}*=)j52ꀥ~TBvz L݀+zlvpDmRP4>V㽑 s G%Z`|?)$tL',ooz)l؍zKCm[7I͝u% N6]JDTٕd_P?hBnD*j543ah?yBI04#('!,"UqČ2۠3*ƬۭѴ*G'ֿN*;]_zP:JRg4ŞJ Pibi\7Vx5ZR-q1Bn_H_vb a `S' {3(X~IB-OwiCƦV\-A<=vXHw|pGs{T,fE8 Z$\-<vpq)uwЫ]\BaĴ:W)V%[z R9GLttш@y0*ќD{oe0,Yb {oJHŕ $Pwg=ۈU,`qν3aej5/RM?G2N@$bPDnl)ͻxLG v.xŋ^ -;>qܛ$K \WR )ho5/fIs48GL(R6lv ^usb@JbHl"!'oRޚ#5[7^m"k6zOH?p:*ñn>&e-ݣh)`SP$!??MRf6#@>ϟCP&l>3~,r8 8',ɝg$@L8- *tNdzںO0XXP82QP^L!Dz52h 2̽bg{RL{"oBlLM+\9(:iΥ5Uom΢NлBV & zY`$#IߣLW ^rۂ gP']ayKN=F+R/#{=T4ZCCwb1rMMKn6r#RTO#8T֞چtGGѝòȠ̧ኸg-=`FIJ QVnr+3hy3łN. f諡2$Fċ4r 8D<*Z ϓ_FMSq2!ߣz03ky[4&z7Ї%&uѲ7=$ ui-dӶ-77|I(j+N7JjF<ŻQK{rubx.2l>,89mSكOH ^)j7$1dv 94VlxT6VU,vHĤ6weX*D hrL,H_S5.$3{64B@̝4}ٝ иnwT1`嶮A):*J$<*=)\guUCY}`}#.eVz{ډ-<\9tǪU(餻kC|oSٱ.͟73_[;gV7~ Z9 㜯¦;ӹ ÏȌ&0T2(T7/w,eg->A{C \jVq5~Ghy+J(t}tc3(Gq4@=_(AT!-фelnƥVڒ($BeU)><@[^.>oQV/Y-+.__9~q{JV@ #v_`i'֘bʄ0ծٹSkFRh+L]֗,-2f÷+}yN v?+F>:>#};z{3aKq^9B9td*@|%(akYi̮}(9Dߓ=NfVos^(JY.56тΰ\:CZ1{ yYZn2KE"y00~wp˪k;86eD1AY=nch8Zŭ½͉ؔ1w k%VBxȡGHkwTYs[>2X4Ƶelj([M-]v T\`Tѫ>EۍL%s~N35]ZWȜ-Htm5qx?D^C,sCpB fhY%A^ET;0]뿅EDC koy:.V1-@ E/Dy"nHoArOI(V <{Œʖ?]׭XU7S%GjJ:W5ayc.AF-6v2&][?>? \Ekb6@}Vd'iB$=(MKfU^t;+ wa0Aȇ=ط|=ÊPГ_nϴZ5 tR% U]N=CZT9XW4gȔo+]`BKnI88o/&St1ޥzmVV #>XcMnOǀ5B-|sDHPF}MwHg_>T `^"ۚʿ9`oΐT<`&6&5J` ]s{3+#I]ԣ&|Al2WUns! jV ,=M3`AP(BM"2~:0Em*]eohýZWI!řtv۟^W޷t{b?d^F18w&6fwɭdM'lUkC#Wz#U-UXv^&Lohh~>p`0oumJJ[fy]enSF) 2%T"ju)JkEf6Ӹ@76 n3Nv* TRHVESt@D5p; x۞O7Ӫ=J! @ XX >]J/OaY{Rh9 ~\rLʮz<k|'\ۺVٵA @ zN')f* \yZ{2naLTm\֎Hmi0VO1ɴXr?w'j7>ɷ#SYXmk"t6y*?1l}JUIf6հu^&_ʁ~N8PCZyIt*C<O9菡BPX>IJ0Cn}0dㇷ 'uI7m{,brȠ9 &q"nC?+I6O&|o84 U=htT.xlD 5eԵݕ ŊNTK_lxL9]ʋA5F g3 V;*P CWvYt> IK: ],M|$nH?xR-7` b禎VpPumƨ+QI' o@4Vm`2[HƇS(ז黣aC&]T3GqGdΓP4gzڭ핎bR}lRtWëq%<0rDɑv6þt%Q,OiC\.]1'rHq4")?'A,vWќ84}wʹdNjL+AU}{cjQ5n ^,nHJӤӨEx]廱46OSRM-al)Q@5xWx6/Uj2mG33̒B%;)/uR[cl8ŕ/V.בhғ)BH|D5nA#ӥQ.Y<+PZVIК>wD+Oxcs-V-XITߣ; y%U)tbili =->Ϟ0,hθ7:vqĕDV #q]@tnH1oA&kSS=Tu*.lcKZ-rgglHU}"y(#mo~Asl,pEuSnkNāDOKL\mm)緈Ze5Dp65GKLB3q#|UDҍ[,¦[|nt5HoI V%YHyl oL\bKW OKo+I:,:lm`TKֈMp-5A@D՗sWV |W{i+Up%7Ds]Qs5/  " `Pw=4G||k_Tla0u35{P-biC<}ˁ|$w~!ŵH0#+[H-OOt w!4Y=[PiswmQ@p]:,s|Mc QHхPS`p"שm '5ڎ iq [kL)ٰPG+p <$e4EDWVc쨪 wti̇r 9S.!3%דL.  և5g{Q~{[C1;3&zX;e†e>{2B:2.*BshK6;Hce=Su d-y)w!n" K[92l̊NJa<2(c耦& t^4\krc9v~0y,@tzNWGy$g}֭!ТR5wY*V\^L1]=TٶȵNfV HXhK F`-A+D^̍IOpB#)ʐHG))p S#-4'}@,sAp̵e+lQ5(ʰ9Sm~:Mj_bQ06 _94ˀO=i ɣTB}u[HŽ=7H<΂=pĹqU xV =Ŀ; o(L#oN$ćN8-Emj5P sOsѬ#bhKvywl$\C }e&egj֯]|.am$BS@dnFk"jS)MR#,ulQOH_T!: zAԇN"\5@+ZdxB~/mG|eaq`_[{h uG&s/ F!|>`kvH*(H9ODocw0@-H u`q}p |**̮4eaxPO@R/XѭWM2?h؃OoܒV[h5D, Vl?x$(=r+@EKVL2DqmOZύ}eϷnQ?W[c\iۆ-q~]K̝K?0qujQ6dZ7` "s7$n^Oo܈ HnccwsQ%#FyF~۰ =0^փD tAݐh PE6|;&WBkmj/,=|7xGOΫ 7 xWJ0sW;!kqٰ[fC/e}JkHmJTqs'r oH" 4rvP Tj9ejt[~_=Kr6,8 R~hT CrOP+WAlMK.~>=fdsHYb2J:!k3N>(rL:BF*%w3uEo?X~ )"B_0njkchn0a|_eV;AD_lŨ\)ag%i/NΔ;V}F[4"bޢ2כּ[@ `Uo$ ~|vͧͮ`MO/yqfw{T+!ScMĘ:TaHIc 8ܺy⠢E';7bؿ5\fNQ FIN4nЋHw71CGNeGxG'f (PhAj趃5yplEjڀ_l0A0EWZ 9.N=c}+mwNsaƍL:4e[od%Kd"b;usߐG]gkccCXQz{CAESОbK60 WDJ~vьPZM< ՗ _j0ٞQ8"hl[!O|@no/C.[bbR*fiq>{D7P3LSi/LIJrV`X"b޲v7B ]dI= ivk~;Q=(lUP#}<_̩-!EƓh/{`]ێx(PM}fW|bneaT; 2 CYMte[GA񌎰ɲxq6g> 54wˌ[5pVk-E'N띮6-LiUn7c뼯i7`&N}ϸ]ua;딭(T]dvpJѩD xƄEJFݾ|LB.gK|Uo a1HOC]db<{ .oCH֍~(7r_Y~x=dbNkU)}]=#:T  ^բu=6"qhs^H@[C⾖kp`:VvpRP>VQ=tQ4DR_,\T`jL8t.zLRvt \ُR0Qe6RA?Epfv+G_ip9wxJ7 "DhmO/hDH7wi5KC0<·H"tfi*Vd mB xO]J`~ϴ;Hy/y*!Ϗ;IlHB'ȗuْc|̇\;ri0t!@cYeMbڅj/uYMzхYԸZ2p]d< J iFtъkA+qB͸QȥFbcb-jݳ Og!p7K(-LwɌHǔ Th%#C)kEx[Ռ]TZ_sS9[L6&Y-9dF `rh/u lD,P%Lj1dBBIU-?¸T,Gca%|l-~Jzx/F*M>g=uhO2ji= !;??O%alY Ŀ;aEIaJa)Բ%uTxYћ}4 1"zTcK U{DggՔc8zE^vQL\sT@j̞ >6hhAX P +e7wNym}^7LHE3qTA֎!$?5Bm;1$>Ӂ;Drf&9ʥe>q'Wok5OZ$&չa2tmp_iq wzטBGJ8hRڝN*Hbnsd$*0:LL N@yxPcwG:IL0۽U1` eݭ_^\P1tyZLJy!)b_= CgU]Vj|&5a<_z_Ŝ7]TQl jz-eA2 I#9[ȕ'lmo.4|G*$<ཬA.w5B}queix/ \N˾U9"`P=GwL(;"p =i$-&n&G*q&|wc($z?+5/A9.Knnav=a}(\<<忋8Ӵ14er3H5ɭІ)`l#jlqvi<;UV@=}"n*{"@W )@[{䦆>0@|LuT;s'+WUhĒ_1KTXgM0f#_jQb$QiIc` ÂPӅ$'`hYCZ2p}cNMT/;WW[pBqJڒ`, RKZK$+P Tv?w}ܻm!ZlBfi5/V3j*$_(XUґ-R^TAyCǞ2(N+ dg)5f[=BeVPB OaҤ/[k6Cr/5b^4Ձ@"> 0GuC<=U\A !P&_1pf(&\%dFLu*W߄ھk 8YErRjg.~\t+a[8" 렯v-M78ƴ~(cZ~>M2s>zrњy\EIYĪ?g/|lxd:)[H_x<ʒ;uړxUcZµW ԧp݌T7?y+ؘ&zڰ19 ]>njƿZh.J?!&^WmCz#KrRpZ_a84ivbrpl{Fh$ZaY۟F+uk`+\Q*'}W@͑Z#_-x Ġ- a+iK|'=? řDLpzYHro:)we̐*4=Ku5oX9{Nde;%Ī;>%3\Z!&SСWٳAUVlnO)=BEe$jzpgϭm8z(Kx <|crLQ6ɶG!rxPJ9rӤ.{f)Ƃ$ý-=(F dPbx+#)r –+2 b?bRK[ᩈ)}5۩ɻA(T 4SnD:=;FqE nS0nɐQFH Z`s)1Po9#SUgȖ$bn0Tཪnmo2JcdP;NejdkF*4LB6~fsؐ7ǦC_ś,1UbnD!hcy?E>&ȅPr3p G&{m`to>Ɛ0Eanj^3$4M5'ˈ aFԋY4]V~[Z.:sNk 74m)dD3*Z*޲꧘̈$?kxѷ9;tN984/GEQ޴ GV%Jauzh}KSjj>¦hn|,/۲mrn~ 'jj0hlӷ><;_]_ ( ө /'r(<+>iv?̘f!Ȗٚj1+aLZ5/AxI]aPKLd.Y_^&TҊDxaEN_W 1uɄ{ qDftE+Wo%D@JP[u%fAl ڢgN2QIv<1x,(UHne*k{OfY w>K l&ǭ|!#LBELK g=or.V:mSl]򣅚H *:JmܑK["reZj&f`?6IZ5a={#"\i˜5誘Zo[D3LGVɈ0lޛzO!xvi'#PO%q ~-s,F_x8fU1*V1#dЊL)ZX *'?>A&EkJkx+ߩ1p!X,\wm$%9·m$8#Q.W, ^9'/`QIKCC1Lˀ2vAdbU o~X48Fvw)i p:.U]ԔMbRVڃS!2wp +ܯqDEG_5}}*;> 7;ԟ{}|9;$h$bFpZMYRJ" mΤ,jrC+[/Pgm8᠒PӭD!BJSr9~ȣ8? Q垻#L0n!t[a.珸4WMP\CWRljC~.qLyaW%NF|\> #82≾H*).RĈnΤopdp%Ѐٝ!t2q+So[M-˴$1DS(Ԇb55Y9RQdz3B0<) $B'+,x; $6Q*uf =\{1Zm:x놽a.WVgiFW칛 дIj&+!X7 k8yq`Gk ዥnbdGËz_5rٴbE 谮xA~μUce?8g)y=VYգ]_ju y  /痣dk[XA"S:+y"cfS-4Z'<=$pe߰zOkDIRE?fa+5Psv XƼnTOɠJ`Xf-v1.O)^nE!-q[)~nmQY&'mV m8&p=LA {PTk"Lb=C7(Aq}`%c` Lou"fg0SXmGA1pq;0"߲VCnnޏsr|;uvB/7%Hn`f_JɤJΦy\!osxrZ5#YuTL815[ΉCuw:ޓk8~ Ri9XAܞ\{:<|jb Mױ)opސ |gBR!?*12H &:yTxƥAڧ%Y5I wq"Ģ8^cj iv_{86Jn;J[2VMDMՎ41d,$n p\-JTAQ oV9/yPR+B2Km}Fٍlm]"'sCb3V'u`Zk⚤//YG֯2`Kqdq*{5Z߿# X[&uej3`F =x Q8i[A>ywI|)R ž+߼;6mD_MO*cټ>XAԮrGQ_uxt:g1~󪱪1+L;ނFtɰ}Ts(6bmu Zj%aXa/(l^B rʾ#J:Js5]P,S|n9hcTkW؇np&22ـUDLߘAD R6څ'i%wޔ: vllG3?;:RY'e}TX+ා>8^(жyB,$Q0XK+N@F~sr8xY0eUB!l`"-ʶG&߈ee[Q)/"1E's]>} %V3{K!k asvlhe+h> ]n5;M&qKlsPLdZ QCIPOZ"JqK0ldW׼f䣨b$ԏ+9k,$