virtualbox-guest-tools-5.2.24-lp150.4.33.1 4>$  Ap\6/=„FẘtWd49촯%:Y=4wv!e5_] 2OlpniVVKA(|Vw`DniUv^!IU˄uҟW/hPs;3͈ g:m •`Q]e~fg&?LHO%VA9rs q&O] Y1 t$'fe_z4q¥W``B0r?{Coxbd9Μ502b7a11338c3dfe922e901dc3e8e64d8d66d974548849cff34c2a89a117c8ad28bd12d19cb43956fc30ff48fea8c2916374694d\6/=„7KK4&"C'9;2zEMEj6 n'GaȿB!fQV. \`(W[a _n#q@qOGkT9pENLE^A 2“{Rry EcJuCvWe=d>pGl?\d  - Dhltx v K             9 f l!i(!8!9$X:4!=أ>ث?س@ػBG H I( X4Y@Zp[t\| ]٠ ^.bھcgdeflu v<  XCvirtualbox-guest-tools5.2.24lp150.4.33.1VirtualBox guest toolsVirtualBox guest addition tools.\lamb75openSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Emulators/PChttp://www.virtualbox.org/linuxx86_64# Add groups for seamless mode and shared folders: getent group vboxguest >/dev/null || groupadd -r vboxguest getent group vboxsf >/dev/null || groupadd -r vboxsf test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in vboxadd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in vboxadd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-virtualbox-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-virtualbox-update-$service-new-in-upgrade" fi done for service in vboxadd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi ####################################################### # scriptlets - post ####################################################### test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset vboxadd-service.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in vboxadd-service.service ; do if [ ! -e "/run/rpm-virtualbox-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-virtualbox-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in vboxadd-service.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd-service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd-service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd-service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd-service.service ) || : fi exit 0: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd ) || : fi else # package uninstall for service in vboxadd ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd-service ) || : fi else # package uninstall for service in vboxadd-service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi /sbin/insserv /etc/init.d test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd-service.service ) || : fi else # package uninstall for service in vboxadd-service.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiK`  |;聤A\\\4\\4\6\\\3f3dbab16c05d4194e52320b5c322a8061d5ae540a44d451bea16312fa00be026e1a710d7222dfeb3f7c560f6932fd19ce97e3bafaa74342d7e46b0cbcb073afc611c9a19e2ca376414e82b8f42da0bf59e0448986841248d98999fc0d71d64e90e9baa1d3a0248c27636d3d08889d1311e3d97c8d21b9a9097ab39a35e6ee706acaf0f042c50630a47c886d4b4385495beef224bcab9fdeb902670ba888779da6f0e463aaf975793bfa2e87d4010799ec08296f9c95ca685cf2bbdf9ca0707ef373d0cfdd0b976f2f552c10916086f4e8e04782f2791a60c8266cf92fde8f6c5../vboxadd-service.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootvirtualbox-5.2.24-lp150.4.33.1.src.rpmvirtualbox-guest-toolsvirtualbox-guest-tools(x86-64)virtualbox-ose-guest-tools     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shinsservlibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.2.5)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedvirtualbox-guest-kmp3.0.4-14.6.0-14.0-15.2-15.2.244.14.1\-@\N[@[ @[[@[ug@[O+[>@[<[;e@[Z@ZmZmZ@Z3@ZZZI@ZI@ZZw@Z@ZZ_@ZZu@Z`@ZX@ZF.@Z.s@Z+@Z"Z@ZfZ@ZZ@Y@Y6Y@Y{YYǞ@YéYX@YY)@YV@YV@Y@Y|xYoIYm@Ycl@YV=@YOYOYJ_Y;@Y9<@Y!@Y;@YY Y@Y@XXXP@X~@XCX@X@Xf@X@X @XX@XX@XzXZnXN@XEVXEVXD@X>@X2XXXX @XXX`@XWw@Ww@W%W֘WҤ@WiW@W@W@W@WhWhWt@Wt@Wt@W W@WgWWgWV@WLarry.Finger@gmail.comLarry Finger Larry Finger Larry Finger Larry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmliska@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethschmidt@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netrbrown@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmpluskal@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmeissner@suse.comLarry.Finger@lwfinger.netschwab@suse.dehpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netkukuk@suse.deadam.majer@suse.deLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netasn@cryptomilk.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atmmarek@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbruno@ioda-net.chluizluca@tre-sc.jus.bradam@mizerski.plLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.neteich@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbwiedemann@suse.comLarry.Finger@lwfinger.netmailaender@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.nettchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comalarrosa@suse.commpluskal@suse.comtchvatal@suse.comjslaby@suse.commpluskal@suse.comtchvatal@suse.combwiedemann@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comwbauer@tmo.atzaitor@opensuse.orgtchvatal@suse.comcoolo@suse.commseben@gmail.comrenda.krell@gmail.com- Fix build issue with liblua5_3.- Version bump to 5.2.24 (released January 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Linux Additions: fix for building vboxvideo on EL 7.6 standard kernel, contributed by Robert Conde (bug #18093) USB: fixed a problem causing failures attaching SuperSpeed devices which report USB version 3.1 (rather than 3.0) on Windows hosts Audio: added support for surround speaker setups used by Windows 10 Build 1809 Linux hosts: fixed conflict between Debian and Oracle build desktop files (bug #18264) Linux guests: fixed building drivers on SLES 12.4 (bug #18213) Linux guests: fixed building shared folder driver with older kernels (bug #18238) Contains fixes for: CVE-2019-2500, CVE-2019-2524, CVE-2019-2552, CVE-2018-3309, CVE-2019-2520 CVE-2019-2521, CVE-2019-2522, CVE-2019-2523, CVE-2019-2526, CVE-2019-2548 CVE-2018-11763, CVE-2019-2511, CVE-2019-2508, CVE-2019-2509, CVE-2019-2527 CVE-2019-2450, CVE-2019-2451, CVE-2019-2555, CVE-2019-2554, CVE-2019-2556 CVE-2018-11784, CVE-2018-0734, CVE-2019-2525, CVE-2019-2446, CVE-2019-2448 CVE-2019-2501, CVE-2019-2504, CVE-2019-2505, CVE-2019-2506, and CVE-2019-2553a bsc#1122212.- Version bump to 5.2.22 (released November 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: The so-called E1000 exploit is apparently fixed. This problem was reported as bsc#1115041. Audio: fixed a regression in the Core Audio backend causing a hang when returning from host sleep when processing input buffers Audio: fixed a potential crash in the HDA emulation if a stream has no valid mixer sink attached -- thanks to Rink Springer (rink@…) Linux Additions: disable 3D for recent guests using Wayland (bug #18116) Linux Additions: fix for rebuilding kernel modules for new kernels on RPM guests Linux Additions: further fixes for Linux 4.19 Linux Additions: fixed errors rebuilding initrd files with dracut on EL 6 (bug 18055#) Linux Additions: fixed 5.2.20 regression: guests not remembering the screen size after shutdown and restart (bug #18078) Patch file "gcc8-configure.patch" removed. The issue is fixed upstream.- Version bump to 5.2.20 (released October 16 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed task switches triggered by INTn instruction (bug #17979) Storage: fixed connecting to certain iSCSI targets (bug #17507) Storage: fixed handling of flush requests when configured to be ignored when the host I/O cache is used (bug #17573) Drag and drop: implemented support for UNC paths (bug #17146) Drag and drop: fixed resuming operation when restoring from a saved state (bug #17649) Drag and drop: fixed copying files with long file names (> 248 characters) from guests to Windows hosts (bug #17447) Drag and drop: fixed handling files with Unicode names on Windows guests (bug #15501) Drag and drop: fixed copying empty (0-byte) files to / from guests (bugs #14863 + #17443) Drag and drop: fixed copying over files from hosts to Linux guests (bug #16025) Networking: restore connectivity for guests bridged to host adapters that were unavailable temporarily (Windows hosts, bug #17090) Guest Control: fixed hang when using --wait-stdout and/or --wait-stderr (bug #17386). Needs updating Guest Additions Video recording: fixed starting video recording on VM power up (bug #17307) Linux Additions: various build fixes for kernel modules on recent distributions, and made sure modules end up in initramfs files Linux Additions: build fixes for 4.19, thank you Larry Finger Linux Additions: various small fixes for video driver This version also addresses the following vulnerabilities: CVE-2018-0732, CVE-2018-2909, CVE-2018-3287 CVE-2018-3288, CVE-2018-3289, CVE-2018-3290, CVE-2018-3291, CVE-2018-3292, CVE-2018-3293, CVE-2018-3294, CVE-2018-3295, CVE-2018-3296, CVE-2018-3297, and CVE-2018-3298. bsc#1112097- Fix bug number in previous submit.- Fix autostart of VMs, which is no longer handled by the vboxes.service. A new routine "start_vms" Is added to the start section of vboxdrv.sh, which is called by vboxdrv.service. Files "vboxes.service", "vboxes.sh", and "virtualbox-sysconfig.vbox" are deleted. These changes are to satisfy bsc#1107769.-VirtualBox 5.2.18 (released August 14 2018) This is a maintenance release. The following items were fixed and/or added: VMM: See user manual. VMM: fix loading with recent binutils and self-built versions of VirtualBox (bug #17851) NAT: fix --nataliasmode sameports which is a valid setting (bug #13000) VRDP: fixed VM process termination on RDP client disconnect if 3D is enabled for the virtual machine- Version bump to 5.2.16 (released July 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: OVF: case insensitive comparison of manifest attribute values, to improve compatibility (bug #17357) Linux: build for openSUSE 15.0 (bug #17554) Linux: various build fixes for distribution builds, thank you Gianfranco Costamagna This update fixes CVE-2018-3005, CVE-2018-3055, CVE-2018-3085, CVE-2018-3086, CVE-2018-3087, CVE-2018-3088, CVE-2018-3089, CVE-2018-3090, and CVE-2018-3091. bsc#1101667.- Add %{?linux_make_arch} macro to modules build.- Fix problem with files not included in any package. Updated USB warning (bsc#1097248)- Version update to 5.2.14 (released July 02 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: fixed a segmentation fault when accessing the interface through VNC (bug #16348) User interface: X11: handle repeating keys on the host system correctly (bug #1296, previously fixed, 5.1.0 regression) VMM: Fixed emulation of the undocumented SALC instruction VMM: Fixed emulation of so-called "huge unreal mode" (bug #17744); this in practice only affected Intel CPUs with VT-x without unrestricted execution. Keyboard: The PS/2 keyboard emulation has been corrected to not queue partial scan code sequences (bug #17709); this problem was likely only visible on Linux hosts due to losing the fix for bug #1296 Storage: Fixed CUE file support to correct REM keyword parsing (bug #17783) USB: Fixed a problem where the emulated xHCI device under very rare circumstances failed to report an empty isochronous transfer ring error, causing the transfers on the corresponding endpoint to stop. Audio: fixed Linux kernel log flooding (bug #17759) Apple hosts: make kernel driver load with Mac OS Mojave pre-release (bug #17805). Linux guests: made vboxvideo driver build with kernel 4.17 (bug #17801) and with pre-3.14 and EL 7.1 kernels (bug #17771) Removed "fixes_for_4.17.patch" - fixes merged upstream.- Version bump to 5.2.12 (released May 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Serial: fixed possible data corruption when sending data under certain circumstances Video recording: fixed starting / stopping recording under certain circumstances Linux hosts: support Linux 4.17 changes. Thank you Larry Finger Linux guests: support Linux 4.16 and EL 7.5 kernels (bugs #17676 and #17678) Linux guests: 3D fixes for recent guests (bug #17623) File "fixes_for_4.16.patch" is removed - fixed upstream. - Fix build errors with Qt 5.11 - bsc#1093731. File "fixes_for_Qt5.11.patch" added.- The 3rd time is the charm.- Fix typo that broke builds for kernel 4.16.- Update "fixes_for_4.17.patch" for some additional API changes.- Add "gcc8-configure.patch" to fix boo#1090367.- Version bump to 5.2.10 (released April 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Vulnerabilities CVE-2018-0739, CVE-2018-2830, CVE-2018-2831, CVE-2018-2835, CVE-2018-2836, CVE-2018-2837, CVE-2018-2842, CVE-2018-2843, CVE-2018-2844, CVE-2018-2845, and CVE-2018-2860 VMM: Fixed missing NULL pointer check in MMIO code Storage: fixed having multiple NVMe controllers with ICH9 enabled (5.2.0 regression) Network: fixed wireless detection regression when bridging to adapters with unbound IP protocols (bug #17543) Audio: Fixed interrupt storm in FreeBSD guests with HDA (bug #17219) Keyboard: Introduced a small delay to fix old software which expects to be able to read an incoming scan code more than once (bug #17592) NAT: Handle nameserver 0.0.0.0 which is a valid setting (bug #17584) BIOS: INT 15h/87h service must disable A20 gate when done Linux Guest Additions: fix a hang starting KDE Plasma- Add file "fixes_for_4.17.patch" to follow API changes in kernel 4.17.- Further updates for Leap 15 kernel API changes.- Remove extraneouos %posttrans macros- Update so that the system will build on the new Leap 15 kernel.- Remove version requirement on GLIBC. That was an error.- Updated the fixes for kernel 4.16.- Add file "fixes_for_4.16.patch" to handle API changes in kernel 4.16.- File "fixes_for_4.15.patch" removed - fixed upstream. File "fix_videocapture.patch" removed - fixed upstream. Version bump to 5.2.8 (released 2018-02-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: added support for FSGSBASE, PCID, INVPCID CPU features for guests VMM: fixed EMM386 issue with detecting suitable page frame base (bug #10022) Front end: Linux: prevent VM window from jumping and auto-resizing to tiny size after resizing it on HiDPI screen Front end: Linux: fixed seamless regression caused by wm_class functionality (bugs #12534, #17304) Front end: switched to https downloads Front end: fixed crash while opening New machine wizard (s.a. forums topic 86592) Audio: added support for distinguishing recording sources in the PulseAudio mixer on the host when multiple VMs are running Audio: various fixes for the DirectSound backend Video recording: added better file seeking support and fixed playback of recorded files with certain players (e.g. Firefox) Audio: various fixes for Windows guest surround setups Audio: various fixes for HDA emulation Serial: fixed an issue where the serial port parameters in the emulation and host serial port got out of sync (bug #17116) Storage: fixed overwriting certain INQUIRY data for the DVD/CD drive attached to a AHCI controller Storage: fixed handling VMDK images created by Amazon EC2 VM export Network: fixed PXE boot regression in e1000 Network: Added a workaround for older guests which do not enable bus mastering for the virtio PCI device 3D: add environment variable to configure presenting 3D content on main thread (see bug #13653) Windows hosts: fixed indiscriminate binding of NDIS5 bridged driver, that caused PPPOE malfunction (bugs #16407, #17489) Windows guests: fixed incorrect function error when using shared folders in certain applications (bug #14118) Linux guests: Linux 4.15 support (bugs #17311, #17320, #17282) Linux guests: fixed black screen when 3D enabled in guests (bug #17463, 5.2.6 regression) Linux guests: suppress setuid and setgid in shared folders- Modify virtualbox-vnc to require libvncserver0 (bsc#1081856).- Fix bug in video capture - boo#1081281. The variable used to store the time code is only 16 bits, but needs to be 32-bits long. File "fix_videocapture.patch" is added to fix the problem.- Update "fixes_for_4.15.patch": remove useless log statement that broke building the vboxvideo guest kernel module - Build and install it again, it's needed for KMS support, i.e. for Xorg's "modesetting" driver to work in the guest (boo#1079221)- Version bump to 5.2.6 (released 2018-01-15 by Oracle) Fixes for the following vulnerabilities (bsc#1076372) CVE-2018-2694, CVE-2018-2698, CVE-2018-2685, CVE-2018-2686, CVE-2018-2687, CVE-2018-2688 CVE-2018-2689, CVE-2018-2690, CVE-2018-2676, CVE-2018-2693, CVE-2017-5715 This is a maintenance release. The following items were fixed and/or added: GUI: fixed occasional screen corruption when host screen resolutio n is changed User interface: increase proposed disk size when creating new VMs for Windows 7 and newer User interface: various improvements for high resolution screens VMM: Fixed problems using 256MB VRAM in raw-mode VMs Audio: implemented support for audio playback and recording for macOS guests Audio: further timing improvements for Windows 10 guests Linux hosts: fixed problem accessing mini-toolbar under XFCE (bug #17280, contributed by Dusan Gallo)- Updated file "fixes_for_leap15.patch" for new source.- File "fixes_for_4.14.patch" deleted - upstream fix. File "remove_vbox_video_build.patch" added as current versions of Xorg no longer need this component. Version update to 5.2.4 (released 2017-12-19 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: Adjusting desktop file for X11 window managers (bug #17312) User interface: various high resolution display adjustments Audio: fixed SB16 volume handling (5.2 regression) Audio: various fixes USB/OHCI: fixed a problem where OHCI emulation might sporadically drop data transfers Linux hosts: fixed screen corruption when the host screen changes and a virtual machine window is maximized X11 Guest Additions: fixed a hang at the GNOME Shell login screen with 3D enabled (5.2 regression, bugs #17189 and #17190) Version bump to 5.2.2 (released 2017-11-24 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: various improvements for high resolution screens User interface: added functionality to duplicate optical and floppy images User interface: various improvements for the virtual media manager VMM: fixed emulation so that Plan 9 guests can start once more (5.1.0 regression) Storage: fixed regression breaking iSCSI (bug #17196) Audio: added HDA support for more exotic guests (e.g. Haiku) Serial: fixed hanging I/O when using named pipes on Windows (5.2.0 regression; bug #17227) Serial: fixed broken communication with certain devices on Linux hosts USB/OHCI: improved behavior so that the controller state after a VM reset is closer to the initial state after VM start EFI: fixed HFS+ driver which in rare cases failed to access most files on a volume Shared clipboard: fixed hang with OS X host and Linux guest (bug #15782) Linux hosts: fixed kernel module compilation and start failures with Linux kernel 4.14 (bug #17267) X11 hosts: better handle WM_CLASS setting (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 Linux guests: fixed various 5.2.0 regressions (bug #17163) Bridged networking: fixed duplicate EtherType in VLAN/priority tags on Linux (5.2.0 regression; bug #17277) Version change to 5.2.0 (released 2017-10-18 by Oracle) This is a major update. The following major new features were added: VM export to Oracle Cloud (OPC) Unattended guest installation (bug #5810; see the manual for more information) Overhauled VM selector GUI (improved tools VM / global tools handling, new icons) Added experimental audio support for video recording In addition, the following items were fixed and/or added: VMM: fixed reason for recent Linux kernels on also recent CPU models warning about "XSAVE consistency problem" GUI: Virtual Media Manager rework allowing to manage media attributes, like size, location, type and description GUI: Host-only Network Manager implemented to simplify managing corresponding networks and their attributes GUI: Snapshot Pane rework allowing to manage snapshot attributes, like name and description; reworked snapshot details which looks more clear, corresponds to VM Details pane and reflects current VM state difference according to last snapshot taken GUI: Audio settings extended with possibility to enable/disable audio input/output; corresponding changed were done to Audio and Video Capture settings pages; VM Devices menu and status-bar extended with corresponding actions and indicator as well GUI: improvements with accessibility support GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Audio: implemented (optional) device enumeration support for audio backends Audio: implemented support for host device callbacks (e.g. when adding or removing an audio device) Audio: HDA emulation now uses asynchronous data processing in separate threads Audio: implemented ability to enable or disable audio input / output on-the-fly Storage: implemented support for CUE/BIN images as CD/DVD media including multiple tracks Storage: implemented support for the controller memory buffer feature for NVMe Storage: first milestone of the I/O stack redesign landed E1000: Fix for Windows XP freeze when booting with unplugged cable NAT network: do not skip some port forwarding setup when multiple VMs are active (Windows hosts only; bug #17041) Serial: fixed extremely rare misbehavior on VM poweroff EFI: better video mode handling, supporting custom video modes and easier configuration (bug #6783) BIOS: properly report floppy logical sectors per track for unusual formats BIOS: update ATA disk parameter table vectors only if there is actually a corresponding ATA disk attached PXE: speed up booting by better handling pending packets when the link is not up yet VBoxManage: handle CPUID sub-leaf overrides better Windows Additions: fix several 3D related crashes Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux Additions: on systems using systemd, make sure that only the Guest Additions timesync service is active many unlisted fixes and improvements- Fix spelling mistakes in vbox-usb-warning.diff.- Move location of kernel modules from /lib/modules/$(uname -r)/misc to /lib/modules/$(uname -r)/extra. This change is supposed to force rebuild of the modules when the kernel is updated.- Update "fixes_for_4.15.patch" for further API changes in kernel 4.15.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Remove file "fix_KMS_support.patch" - Fixed upstream Add new patch file "fixes_for_4.15.patch". Modified vboxconfig.sh to issue a warning when there is a version mismatch rather than abort.- Update "fixes_for_leap15.patch" for wait queue API changes.- Add file "fixes_for_python.patch".- Modify "fixes_for_leap15.patch" to handle SKB_GSO_UDP API change. - Addresses VUL-0: CVE-2017-10392,CVE-2017-10407,CVE-2017-10408,CVE-2017-3733,CVE-2017-10428 as noted in bsc #1064200- Rename python subpackage - Update python dependnencies for migration to python3 as default- Add patch to handle LEAP 15 API change in wait queues. This change addresses boo#1064524. File "fixes_for_leap15.patch" is added to accomplish this task.- Update vboxdrv.sh as recommended in bsc#1060072. - Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and /usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11. - Version bump to 5.1.30 (released 2017-10-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: translation updates GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux hosts: glibc 2.26 compile fix Windows Additions: 3D related crash fix (bugs #17082, #17092)- Make additional change specified in bsc#1060072. Moving VBoxSDL and VBoxSDL.so from package virtualbox to virtualbox-qt removes an additional need to load the libqt* binaries on a text-only installation running headless VMs.- Make changes suggested in bsc#1060072 The specific changes are: (1) Remove the test in vboxdrv.sh as the script tests for the wrong file. This is safe because if the package is not installed, the script will not be there. (2) Move VBoxDbg.so to package virtualbox-qt. With this change, packages libQt5Core, libQt5Gui and libQt5Widgets are no longer needed with package virtualbox. As a result, a text-only server no longer needs to load QT to support headless virtual machines.- Update "fixes_for_4.14.patch" to handle additional API changes in kernel 4.14. These include the following: removal of gamma_set and gamma_get from struct drm_fb_helper_funcs removal of set_busid from struct drm_driver replacement of drm_pci_init() with pci_register_driver() replacement of drm_pci_exit() with pci_unregister_driver() removal of load_lut from struct drm_crtc_helper_func- Update "fixes_for_4.14.patch" to handle missing SKB_GSO_UDP in kernel 4.14- Add file "fixes_for_4.14.patch" to handle API change in kernel 4.14. Remove file "vbox_fix_42.3_api.patch" as that fix is included in upstream code.- Version bump to 5.1.28 (released 2017-09-13 by Oracle) This is a maintenance release. The following items were fixed and/or added: Audio: fixed accidental crashes when using the AC'97 sound emulation (bug #16959) Audio: fixed crash when default input or output devices have changed (bugs #16968, #16969, #17004) Audio: fixed recording when using the ALSA backend Audio: fixed handle leak when using the OSS backend E1000: fixed a crash related to VLAN traffic over internal network (5.1.26 regression; bug #16960) NAT: apply --natbindip1 to TCP connections (bug #16478) OVF: when importing an appliance with XHCI controller, don't add an OHCI controller. Linux hosts: fixed creating fixed sized VDI images (bug #17010) Linux hosts / guests: fixes for Linux 4.4 of openSUSE Leap 42.3 (bug #16966) Bridged networking: align outgoing packet at word boundary, preventing Windows host crash in MsLbfoProvider. Linux Additions: kernel drm driver support for custom EL7 Linux 3.10 kernel- mark VBoxNetNAT with the correct permissions line. (bsc#1033425)- Update vboxconfig.sh to fix problems noted in bsc#1042726 Disable pae build for 32-bit kernels. Added missing commands to keep mkinitrd from being called twice during installation of host kernel modules. bsc#105248.- internal-headers.patch: fix invalid use of internal headers, enable POSIX extensions- reorganize vbox autostart, coping with systemd: - add /usr/lib/virtualbox/vboxes.sh (based on /etc/init.d/vboxes) - add /usr/lib/systemd/system/vboxes.service - remove /etc/init.d/vboxes- Version bump to 5.1.26 (released 2017-07-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643) Audio: fixed memory leak when enabled with VRDP connections (5.1.24 regression; bug #16928) Audio: fixed creation of too many sound sinks on Linux hosts when using the PulseAudio backend (bug #16938) Audio: implemented record gain registers for AC'97 emulation; those are needed for newer Ubuntu guests which rely on those when controlling gain and muting the recording (capturing) levels Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) Mouse: double click was not working with a precision touchpad (bug #14632) Linux hosts: properly bring up host-only network interfaces with iproute (5.1.24 regression; bug #16911) Linux hosts: provide Python 3 libraries for deb/rpm packages Windows guests: fixed automatic logons for Vista and newer Windows guests (5.1.24 regression; bug #16921)- File "vbox_fix_for_kernel_4.12.patch" removed as these changes are fixed upstream. - File "vbox_fix_for_kernel_4.13.patch" removed as these changes are fixed upstream. - Version bump to 5.1.24 (released 2017-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: mask the VME CPUID capability on AMD Ryzen processors for now to make certain guests works, for example Windows XP VMM: emulate more SSE2 instructions VMM: properly clear the TF and AC flags when dispatching real-mode interrupts GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma (bug #16325) GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed, for example when connecting to the host via RDP GUI: fixed initial size hints for guests which set intermediate sizes before responding (bug #16593) GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions Audio: many improvements for Windows 10 guests (bugs #15189, #15925, #16170, #16682, #16794 and others) Storage: fixed possible crash when using Intels SPDK API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM (bugs #16075 and #16745) API: return the correct error code if powering up a VM fails API: video recording did not automatically start at VM start when enabled in the VM settings (bug #16803) API: when relocating a medium, check that the target path is fully qualified EFI: fix for VMs with more than 3504MB RAM (bug #11103) Host-only adapter: correctly determine IPv4 netmasks on Windows hosts (bug #16826) NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network VBoxManage: fixed controlvm videocapfile (bug #16779) Linux / Mac OS X hosts: more fixes for loading shared libraries (5.1.20 regression; bugs #16778, #16693) Linux hosts / guests: Linux 4.12 fixes (bugs #16725, #16800) Linux hosts / guests: reduce the kernel stack consumption for Linux kernels with CONFIG_CPUMASK_OFFSTACK defined Linux hosts / guests: fixes for kernel modules built with gcc-7 (bug #16772) Linux hosts / guests: Linux 4.13 fix (bug #16887) Linux hosts: don't depend on net-tools on newer distributions as this package is deprecated in favour of iproute (bug #16764) Linux hosts: make 2D video acceleration available for older Linux distributions (5.1 regression; bug #16858) Linux Additions: fix for dynamic resizing with Oracle Linux 6 with UEK4 Linux Additions: make Fedora 25 and 26 Alpha work when 3D pass-through is enabled Linux Additions: no longer recommend removing distribution- installed Additions if they are updated to our guidelines- In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.- Fix several problems with the startup scripts. The SysV form is no longer used for most packages as proper systemd service files have been created. These fixes address bsc#1037291, #1043532, and #1045871. - Increase reserved disk space from 4 to 5 GB. This change was suddested as a fix for the 32-bit failures.- Fix missing global for 32-bit version with gcc7. (bsc#1046571). Fix missing frame buffer cleanup - private communication from Oracle - adds file "fix_KMS_support.patch".- Fix logic error in scripts to build kernel modules locally - see bnc#1042726. Fix "requires" for net-tools-deprecated so that Leap 42.3 will build. Fix missing /media for Leap 42.3. Fix typo in above changes.- Fix some typos in the various service files as noted in boo#1044931. With these fixes, TW guests start correctly. In addition, the /sbin/vboxconfig (for hosts) and the /sbin/vboxguestconfig (for guests) work correctly.- Now that kernel:HEAD:standard has changed to version 4.12.0-rcX, the VB drivers need some changes for new API's. File "vbox_fix_for_kernel_4.12.patch" is added. The added installation of "net-tools-deprecated" broke builds for Leap 42.3. That change is now conditional on building for Factory.- Add installation of package "net-tools-deprecated" as requested in boo#1027742.- Revise warning screen concerning USB passthru - fixes bnc#1041137. USB passthru opens a security hole, yet it is so valuable that many users want the feature, thus it is our default. Previously, a user needed to edit a udev rule to disable passthru. The bad part was that an update of VB changed the rule back to allow passthru without any notification. These changes modify the popup to allow the user to accept or decline passthru. If the user declines, then the root password is requested and the udev rule is modified. As these modifications will be lost with the next VB update, the inode of the udev rule is kept. If the user has previously declined and the inode has changed, the popup will show the next time VB is started. File "fix_usb_rules.sh" is added.- add %dir /usr/share/licenses to new vnc package- Made changes to build with gcc 7.x. This adds new file "vbox_fix_for_gcc7.patch". Changed the building of VBoxVNC to remove the hack used earlier.- Make a number of changes: * Add VBoxVNC as a proper external pack rather than just make the so available (bnc #1037033). Thanks to Michal Nowak for most of this effort. One hack was required to work around a bug in "VBoxManage extpack install" whereby the --accept-license option failed to work. * Improve startup of VirtualBox through use of systemd service files: a. Beginning with Oracle version 5.0.8, the command used to build the kernel modules outside of the RPM packaging code changed; however, the openSUSE version did not implement the new method. That new code is now implemented. b. In Tumbleweed, the SysV init scripts to systemd service files stopped working. Part of the new code also checks to see if the kernel modules are loaded. If not, new script files are called to include the necessary packages and build the necessary modules. c. The hooks are in place to remove the sysv init files and do the complete conversion to systemd. This step will be done at a later time. * New files are "vboxconfig.sh", "vboxguestconfig.sh", "vboxdrv.service", and "vboxadd-service.service". * New sub-packages virtualbox-guest-source and virtualbox-vnc are produced. * Some typos in virtualbox.spec are fixed.- Add libelf-devel to build. Fixes bnc #1037511. Modified the startup files to build the kernel modules if they are missing. Files "vboxconfig.sh" and "vboxguestconfig" added.- Version bump to 5.1.22 (released 2017-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_INSTR_NOT_IMPLEMENTED Guru Meditation under certain conditions (5.1 regression; mostly Mac OS X hosts; bugs #15693, #15801, #16274, #16569, #16663) VMM: fixed software virtualization on Solaris hosts (5.1.20 regression) Storage: fixed a potential hang under rare circumstances (bug #16677) Storage: fixed a potential crash under rare circumstances (asynchronous I/O disabled or during maintenance file operations like merging snapshots) Linux hosts: make the ALSA backend work again as well as loading the GL libraries on certain hosts (5.1.20 regression; bugs #16667, #16693) Linux Additions: fixed mount.vboxsf symlink problem (5.1.20 regression; bug #16670)- VirtualBox has always been started by systemd utilizing the old-style scripts in /etc/init.d. These should be converted to the service files native to systemd. This issue has been forced as a recent update to Tumbleweed broke the startup of VB for both TW hosts and guests. This change starts the conversion to native systemd files. The original scripts are still used; however, service files are used to start and stop the VB components. In a later change, all action will be accomplished using systemd service files. Two new files named "vboxdrv.service" and "vboxadd-service.service" are added.- Fixes for CVE-2017-3561, CVE-2017-3563, CVE-2017-3576, CVE-2017-3558, CVE-2017-3587 CVE-2017-3559, CVE-2017-3575, CVE-2017-3538, CVE-2017-3513 Version bump to 5.1.20 (released 2017-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: don't check if the Extension Pack is up-to-date if the user is about to install a new Extension Pack (bug #16317) GUI: fixed a possible crash when switching a multi-monitor VM into full-screen or seamless mode GUI: several mini-toolbar fixes in full-screen / seamless mode (X11 hosts only) GUI: don't crash on restoring defaults in the appliance import dialog Windows Additions: another fix for automatic logins for Windows Vista and newer (bug #15904) ICH9: fix for Windows guests with a huge amount (>64G) of guest memory BIOS: fixed El Torito hard disk emulation geometry calculation (thanks Dwight Engen)- Add File "vbox_fix_42.3_api.patch" to handle the get_user_pages() API change in Leap 42.3.- Package VBoxVNC.so. This extension is already being built, just not packaged. This feature is requested in bsc #1024671.- Version bump to 5.1.18 (released 2017-08-15 by Oracle) This is a maintenance release. The following items were fixed and/or added: Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549) Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564) API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545) API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression) VBoxBugReport: fixed VM log collection issue Linux hosts: fixed autostart service script (bug #14955) Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)- Removed "vbox_fix_4.10_api_changes.patch" - fixed upstream Removed "vbox_fix_4.11_api_changes.patch" - fixed upstream - Version bump to 5.1.16 (released 2017-03-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: don't access the MSR_IA32_SMM_MONITOR_CTL MSR if dual-monitor treatment is not available (KVM workaround, bug #14965) VMM: another fix for handling certain MSRs on ancient CPUs without VT-x support for MSR bitmaps VMM: fixed VERR_SSM_LOAD_CPUID_MISMATCH errors when restoring a saved state with SMP guests on hosts without the CPUID/HTT bit set (bug #16428) VMM: fixed a bug in call gate emulation VMM: FWAIT instruction fix VMM: fixed a sporadic guest hang under certain conditions GUI: hide the mini-toolbar from the taskbar and the pager on certain X11 hosts GUI: better error handling on the global settings / network / host-only / DHCP server settings GUI: fixes for full-screen with multiple screens Host-only Network: fixed host-only adapter creation issue preventing VirtualBox installation on Windows 10 hosts (bug #16379) NAT network: fixed two potential crashes in the DHCP server ICH9: fixed incorrect initialization of the primary bus for PCI bridges (5.1.14 regression) Storage: LsiLogic fix for Windows 10 USB: fixed not being able to attach certain USB devices having invalid characters in the device strings (5.0.18 regression; bug #15956) USB: several fixes for the USB/IP support (bug #16462) VBoxSVC: fixed another crash during shutdown under rare circumstances VBoxSVC: fixed a stack overflow on (Windows debug builds only; bug #16409) OVF: when importing an appliance handle more than 10 network adapters if the OVA was created by VirtualBox (bug #16401) OVF: fixes for exporting and importing appliances with many disks (bug #16402) VBoxManage: fixed regression with modifyhd --resize (bug #16311) rdesktop-vrdp: source code tarball fixes Linux Installers: do not rebuild kernel modules unnecessarily (bug #16408) Linux hosts: added an action for opening the VM manager window to the .desktop file Linux hosts / guests: Linux 4.11 compile fixes (bug #16506) Linux Additions: added vboxsf FS modules alias (bug #16404) Linux Additions: fix for the shared folders kernel module to compile on Linux 4.10 Linux Additions: properly install the Linux kernel module override rule on distributions without /etc/depmod.d Windows Additions: fixed a crash with recent Windows 10 builds if 3D is disabled (bug #15973)- Fix API changes for kernel 4.11. This change adds file "vbox_fix_4.11_api_changes.patch". Make some changes to various script files to remove reference to run level 4, which is not used.- Fix for missing global in vboxsf that prevented mounting shared folders for kernel 4.10. This change is the fix for bsc #1027967.- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm database.- The fix for 3D acceleration only works for Gmome desktops. KDE desktops fail. Accordingly, 3D acceleration must still be disabled "out-of-the-box". File /etc/init.d/vboxadd contains comments on the modifications needed to turn 3D acceleration on, thus Gnome users may turn it on selectively.- Fix 3D acceleration as reported in bsc #1024934. The steps needed are as follows: - Remove file "vbox_prevent_wrong_SONAME.patch" - the original SONAME values are needed for libGL.so.1 and libEGL.so.1 to be replaced by VBoxOGL.so and VBoxEGL.so, respectively. - Package VBoxEGL.so- Require insserv and fillup by the packages who call it in the pre/post install sections- use individual libboost-*-devel packages instead of boost-devel- Removed "vbox_fix_4.9_api_changes.patch" as changes are upstream. Fixed API changes for kernel 4.10 in "vbox_fix_4.10_api_changes.patch".- The version bump to 5.1.14 also addresses boo#1020856 CVE-2017-3316 CVE-2017-3332 CVE-2017-3290 CVE-2016-5545 - Version bump to 5.1.14 (released 2017-01-17 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed emulation of certain instructions for 64-bit guests on 32-bit hosts VMM: properly handle certain MSRs for 64-bit guests on ancient CPUs without VT-x support for MSR bitmaps (bug #13886) GUI: fixed a crash with multimonitor setups under certain conditions GUI: allow cloning of snapshots when the VM is running NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) VBoxSVC: fixed a crash under rare circumstances VBoxManage: added a sanity check to modifymedium --resize to prevent users from resizing their hard disk from 1GB to 1PB (bug #16311) Windows hosts: another fix for recent Windows 10 hosts Linux hosts: Linux 4.10 fixes Linux Additions: fixed protocol error during certain operations on shared folders (bug #8463)- The printing of the warning about the insecurity in USB passthru had been lost. As most people are likely to want that feature, the logic has been inverted. Now, the required udev commands to allow passthru are included. The first time that VB is started, the user will get a screen that points to the bug entry discussing the problem and states what they should do to block the insecure usage. In any case, that screen will only be printed once. File "virtualbox-60-vboxdrv.rules" has been added These changes address the issues in bnc #1018340.- Version bump to 5.1.12 (released 2016-12-20 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251) VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions GUI: prevent a crash under certain conditions if the VM is terminated very early GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150) GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837) GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238) Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080) Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260) E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221) API: don't crash when sanitizing certain VM names (bug #16299) Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267) Linux hosts: compile Linux 4.9 compile fix (bug #16286) Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319) Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298) Windows Additions: fixed a crash in the WDDM driver under certain conditions- Revert "vbox_hdpi_support.patch. This patch may improve things for asn@cryptomilk.org, but it breaks other systems. See https://forums.opensuse.org/showthread.php/521520-VirtualBox-interface-scaling and bsc #1014694.- I now have the necessary preprocessor symbol to modify the source depending on whether the server is 1.19.0 or greater. It is no longer necessary to detect the server version in the spec file, thus the solution is cleaner.- Leap 42.2 still has server v. 1.18.3, thus the test failed. The test has been changed to look at only the 1.xx part of the version.- Add patch file "Fix_for_server_1.19.patch" to support xorg-x11-server v. 1.19.0. The spec file now interrogates the rpm for the server and conditionally applies the patch, thus both versions build OK.- Add patch file "vbox_hidpi_support.patch" to add support for HiDPI in the management frontend. (This does not fix rendering in guest windows)- Version bump to 5.1.10 (released 2016-11-21 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the USB filter settings dialog should allow to specify the USB revision in hexadecimal format (bug #15400) GUI: fixed crash on certain hosts when pressing certain key combinations (Windows hosts only; bug #15719) GUI: fixed issue with updating the available-geometry on host-screen work-area resize GUI: don't crash / hang on certain environments if accessibility support is enabled GUI: fixed various issues in Unscaled HiDPI Output mode (bug #15707) GUI: extend the VM Input menu with Print Screen-related actions GUI: improved handling of inserting the Guest Additions ISO image by trying all available optical drives rather than only the first one and by not asking the user if he wants to force unmounting (which doesn't work in most cases anyway) API: default to RTC using UTC for Solaris 11 guests Settings: be less restrictive when reading a VM configuration containing a host-only adapter without an interface name Storage: fixed resizing VDI images resulting in an unbootable image under certain circumstances (bug #15983) NAT: fixed several 5.1.8 regressions on Mac OS X and Windows hosts (bug #16084) Audio: fixed a few 5.1.x regressions by using the audio code from 5.0.x until the audio overhaul is completed VBoxManage: fixed documentation of the storagectl command (bug #15971) Build system: another fix for building VirtualBox on systems which default to Python 3 Windows hosts: hardening fix for Windows 10 build 14971 (bug #16202) Windows Additions: properly start the VirtualBox guest services even if the guest user name contains special characters (bug #15982) Solaris Additions: fixed preemptible mouse notification callback being executed under a spinlock for Solaris guests Linux hosts / guests: Linux 4.9 fixes (bugs #16155 and #16064) Linux Additions: fixed Linux kernel module override rule (thanks Mark Furneaux)- Remove all references to libreadline. I misinterpreted a previous error message. - Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621.- Replaced libreadline6 with libreadline7.- Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed.- Fix typo in "vbox_fix_4.9_api_changes.patch".- Make another 4.9 API change.- Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch".- Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621. - Add patch file "vbox_remove_smp_mflags.patch" to limit number of simultaneous make jobs. - Version bump to 5.1.8 (released 2016-10-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed keyboard shortcut handling regressions (Mac OS X hosts only; bugs #15937 and #15938) GUI: fixed keyboard handling regression for separate UI (Windows hosts only; bugs #15928) NAT: don't exceed the maximum number of "search" suffixes. Patch from bug #15948. NAT: fixed parsing of port-forwarding rules with a name which contains a slash (bug #16002) NAT Network: when the host has only loopback nameserver that cannot be mapped to the guests (e.g. dnsmasq running on 127.0.1.1), make DHCP supply NAT Network DNS proxy as nameserver. Bridged Network: prevent flooding syslog with packet allocation error messages (bug #15569) Audio: now using Audio Queues on Mac OS X hosts Audio: fixed recording with the PulseAudio backend (5.1 regression) Audio: various bugfixes Snapshots: fixed regression in 5.1.4 for deleting snapshots with several disks (bug #15831) Snapshots: crash fix and better error reporting when snapshot deletion failed Storage: some fixes for the NVMe emulation with Windows guests API: fixed initialization of SAS controllers (bug #15972) Build system: make it possible to build VBox on systems which default to Python 3 Windows Additions / VGA: if the guest's power management turns a virtual screen off, blank the corresponding VM window rather than hide the window Windows Additions: fixed a generic bug which could lead to freezing shared folders (bug #15662) Linux hosts / guests: fix for kernels with CONFIG_CPUMASK_OFFSTACK set (bug #16020) Linux Additions: don't require all virtual consoles be in text mode. This should fix cases when the guest is booted with a graphical boot screen (bug #15683) Linux Additions: added depmod overrides for the vboxguest and vboxsf kernel modules to fix conflicts with modules shipped by certain Linux distributions X11 Additions: disable 3D on the guest if the host does not provide enough capabilities (bug #15860)- Requesting 14000 MB is too much. Reduce the request to 12000 MB.- Some builds still run out of memory and fail. Increase to 14000 MB.- Builds keep running out of memory when building the web server part of the package. To help the memory pressure, I have forced make to run with "-j2", rather than use the number of processors. Such a change will slow the build, but will result in a higher rate of success.- Increase memory allowed in build to 10000 MB.- Remove file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" - fixed upstream. - Version bump to 5.1.6 (released 2016-09-12 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed issue with opening '.vbox' files and it's aliases GUI: keyboard grabbing fixes (bugs #15771 and #15745) GUI: fix for passing through Ctrl + mouse-click (Mac OS X hosts only; bug #15714) GUI: fixed automatic deletion of extension pack files (bugs #11352 and #14742) USB: fixed showing unknown device instead of the manufacturer or product description under certain circumstances (5.1.0 regression; bug #15764) XHCI: another fix for a hanging guest under certain conditions as result of the fix for bug #15747, this time for Windows 7 guests Serial: fixed high CPU usage with certain USB to serial converters on Linux hosts (bug #7796) Storage: fixed attaching stream optimized VMDK images (bug #14764) Storage: reject image variants which are unsupported by the backend (bug #7227) Storage: fixed loading saved states created with VirtualBox 5.0.10 and older when using a SCSI controller (bug #15865) Storage: fixed broken NVMe emulation if the host I/O cache setting is enabled Storage: fixed using multiple NVMe controllers if ICH9 is used NVMe: fixed a crash during reset which could happen under certain circumstances Audio: fixed microphone input (5.1.2 regression; bugs #14386 and #15802) Audio: fixed crashes under certain conditions (5.1.0 regression; bug #15887 and others) Audio: fixed recording with the ALSA backend (5.1 regression) Audio: fixed stream access mode with OSS backend (5.1 regression, thanks to Jung-uk Kim) E1000: do also return masked bits when reading the ICR register, this fixes booting from iPXE (5.1.2 regression; bug #15846) BIOS: fixed 4bpp scanline calculation (bug #15787) API: relax the check for the version attribute in OVF/OVA appliances (bug #15856) Windows hosts: fixed crashes when terminating the VM selector or other VBox COM clients (bug #15726 and others) Linux Installer: fixed path to the documentation in .rpm packages (5.1.0 regression) Linux Installer: fixed the vboxdrv.sh script to prevent an SELinux complaint (bug #15816) Linux hosts: don't use 32-bit legacy capabilities Linux Additions: Linux 4.8 fix for the kernel display driver (bugs #15890 and #15896) Linux Additions: don't load the kernel modules provided by the Linux distribution but load the kernel modules from the official Guest Additions package instead (bug #15324) Linux Additions: fix dynamic resizing problems in recent Linux guests (bug #15875) User Manual: fixed error in the VBoxManage chapter for the getextradata enumerate example (bug #15862)- Add file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" to compile on kernel 4.8.- Re-added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols, this got lost somehow (boo#983927, boo#993091)- Update the host <-> guest KMP conflict dependencies to no longer refer to the old name (boo#983927).- Add "ExclusiveArch: %ix86 x86_64" line back into the spec file. Handle a false positive indication from kmemleak. This patch is added to "modify_for_4_8_bo_move.patch".- The API for ttm_bo_move_memcpy() is changed in kernel 4.8. Add patch file "modify_for_4_8_bo_move.patch" to handle this case.- Version bump to 5.1.4 (released 2016-08-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: show actual VM uptime in the session information window Audio: re-enabled speakers for Mac OS X guests (5.1.0 regression; bug #15611) Audio: fixed crashes under certain conditions USB: fixed a hang under certain conditions USB: fixed a hanging guest under certain conditions (bug #15747) PIIX4: implemented dummy SMBus controller to prevent annoying Linux kernel warnings about uninitialized SMBus base address (bug #9517) NVMe: several fixes to improve stability, fixed a crash while saving a VM state VMDK: Fixed an issue creating fixed size images with certain sizes and the Split2G option enabled (bug #15748) VHDX: fixed cloning images with VBoxManage clonehd (bug #14288) Storage: Fixed broken bandwidth limitation when the limit is very low (bug #14982) EFI: fixed sending debug messages in the EFI firmware if a serial port is enabled (bug #12161) OVF: when importing appliances, make sure that the version of the embedded VirtualBox-specific settings is processed, to get the default settings handling right VBoxManage: Don't try to set the medium type if there is no change (bug #13850) Linux installer: fixed some scripting issues (bugs #15701 and #15702) Linux installer: fixed a path issue on certain Linux distributions (bug #15717) Windows hosts: fixed corrupted mouse pointers with some Linux and Solaris guests (bug #15665) Linux Additions: made the video driver work on 32-bit guests with large video memory sizes (bug #15621) Linux Additions: made the video driver work on kernel 4.7 and later (bug #15769) Linux Additions: converted a failure message to an informational one when drivers could not be stopped during upgrade (bug #15692) Linux Additions: made the video driver work around an X server bug which cause screen refresh to stop (bug #15511) Windows Additions: auto-resizing fixes for Windows 10 guests (bug #15257) Windows Additions: fixed VBoxTray problems with Windows 2000 (bug #15661) - Other local changes: "changeset_60565.diff" is removed - fixed in upstream. "vbox-kernel47-cpu_has_pge.diff" -s removed - also fixed in upstream.- adjust file attributes on SUID helpers to avoid chkstat issues- remove obsolete libgsoap-devel (again) - remove /usr/lib/udev/rules.d/60-vboxdrv.rules - it is overruled from vboxdrv init script anyway - vboxdrv generates a /etc/udev/rules.d/60-vboxdrv.rules file on _every_ start, note that fact in /etc/default/virtualbox and describe a strategy to control this behaviour - relocate VBoxCreateUSBNode.sh to /usr/lib/virtualbox this is, where vboxdrv, resp. the generated 60-vboxdrv.rules file is expecting it- Remove request for patch that is no longer used.- Patch11 is file "vbox-kernel47-cpu_has_pge.diff".- Add upstream patch fix cpu_has_pge removed macro in kernel 4.7 Patch11 - Add ifarch ix86 to limit concurrency on 32bits (-j2) Remove ExcludeArch instructions- Version bump to 5.1.2 (released 2016-07-21 by Oracle) New main capabilities in Oracle VM VirtualBox 5.1 are: Improved Performance: Significantly improved performance for multi-CPU virtual machines and networking. Bug Reporting Tool: New utility able to collect all the information and logs related to the host and guest operating system, for debug or analysis purposes. Improved Logging Window: New logging functionalities to highlight and filter information related to guest Virtual Machines. Improved multimedia availability: Improved support for different USB devices and multi-channel audio availability. Flash storage emulation: New NVMHCI storage controller emulation available, able to emulate NVME devices - Flash storage - on guest Virtual Machine. Improved Linux integration: Automatic modules deployment in case of a Linux Kernel upgrade and improved systemd integration for the latest releases of popular Linux distributions. - Drop drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch, fixed upstream. - Drop drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch, fixed upstream. - Drop vbox-4.7.patch, fixed upstream. - vbox-permissions_warning.diff and vbox-usb-warning.diff updated to Qt5 - User Manual updated.- virtualbox-60-vboxdrv.rules: added missing udev rules for vboxdrvu and vboxnetctl (http://www.mgreene.org/?p=211)- Disable i586 builds as they fail with the OBS compiler. Increased VM to 20000 M. - Version bump to 5.0.26 (released 2016-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed a bug in the task switching code (ticket #15571) GUI: allow to overwrite an existing file when saving a log file (bug #8034) GUI: fixed screenshot if the VM is started in separate mode Audio: improved recording from USB headsets and other sources which might need conversion of captured data Audio: fixed regression of not having any audio available on Solaris hosts VGA: fixed an occasional hang when running Windows guests with 3D enabled Storage: fixed a possible endless reconnect loop for the iSCSI backend if connecting to the target succeeds but further I/O requests cause a disconnect Storage: fixed a bug when resizing certain VDI images which resulted in using the whole disk on the host (bug #15582) EFI: fixed access to devices attached to SATA port 2 and higher (bug #15607) API: fixed video recording with VBoxHeadless (bug #15443) API: don't crash if there is no graphics controller configured (bug #15628) VBoxSVC: fixed several memory leaks when handling .dmg images Solaris hosts: fixed a crash on hosts with certain CPU configurations Windows hosts: properly fall back to NDIS5 on pre-Vista hosts on silent installations- Version bump to 5.0.24 (released 2016-06-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reverted to the old I/O-APIC code for now to fix certain regressions with 5.0.22 (bug #15529). This means that the networking performance with certain guests will drop to the 5.0.20 level (bug #15295). One workaround is to disable GRO for Linux guests. Main: when taking a screenshot, don't save garbage for blanked screens NAT: correctly parse resolv.conf file with multiple separators (5.0.22 regression) Storage: fixed a possible corruption of stream optimized VMDK images from VMware when opened in read/write mode for the first time Audio: imlemented dynamic re-attaching of input/output devices on Mac OS X hosts ACPI: notify the guest when the battery / AC state changes instead of relying on guest polling Linux hosts: fixed VERR_VMM_SET_JMP_ABORTED_RESUME Guru Meditations on hosts with Linux 4.6 or later (bug #15439)- Version bump to 5.0.22 (released 2016-06-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixes for certain Intel Atom hosts (bug #14915) VMM: properly restore the complete FPU state for 32-bit guests on 64-bit hosts on Intel Sandy Bridge and Ivy Bridge CPUs VMM: new I/O-APIC implementation fixing several bugs and improving the performance under certain conditions (bug #15295 and others) VMM: fixed a potential Linux guest panic on AMD hosts VMM: fixed a potential hang with 32-bit EFI guests on Intel CPUs (VT-x without unrestricted guest execution) GUI: don't allow to start subsequent separate VM instances GUI: raised upper limit for video capture screen resolution (bug #15432) GUI: warn if the VM has less than 128MB VRAM configured and 3D enabled Main: when monitoring DNS configuration changes on Windows hosts avoid false positives from competing DHCP renewals. This should fix NAT link flaps when host has multiple DHCP configured interfaces, in particular when the host uses OpnVPN. Main: properly display an error message if the VRDE server cannot be enabled at runtime, for example because another service is using the same port NAT: Initialize guest address guess for wildcard port-forwarding rules with default guest address (bug #15412) VGA: fix for a problem which made certain legacy guests crash under certain conditions (bug #14811) ACPI: properly notify the guest if the ACPI battery state changed OVF: fixed import problems for some appliances using an AHCI controller created by 3rd party applications SDK: reduced memory usage in the webservice Java bindings Linux hosts: EL 6.8 fix (bug #15411) Linux hosts: Linux 4.7 fix (bug #15459) Linux Additions: Linux 4.7 fixes (bug #15444) Linux Additions: fix for certain 32-bit guests (5.0.18 regression; bug #15320) Linux Additions: fixed mouse pointer offset (5.0.18 regression; bug #15324) Linux Additions: made old X.Org releases work again with kernels 3.11 and later (5.0.18 regression; bug #15319) Linux Additions: fixed X.Org crash after hard guest reset (5.0.18 regression; bug #15354) Linux Additions: don't stop the X11 setup if loading the shared folders module fails (5.0.18 regression) Linux Additions: don't complain if the Drag and Drop service is not available on the host Solaris Additions: added support for X.org 1.18 Local openSUSE specific changes: File "changeset_60565.diff" is no longer needced and has been removed. Version bump to 5.0.20 (released 2016-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: fixed a regression causing write requests from the BIOS to cause a Guru Meditation with the LsiLogic SCSI controller (5.0.18 regression; bug #15317) Storage: several emulation fixes in the BusLogic SCSI controller emulation NAT Network: support TCP in DNS proxy (same problem as in bug #14736 for NAT) NAT: rework handling of port-forwarding rules (bug #13570) NAT: rewrite host resolver to handle more query types and make it asynchronous so that a stalled lookup doesn't block all NAT traffic Snapshots: don't crash when restoring a snapshot which has more network adapters than the current state (ie when the snapshot uses ICH9 and the current state uses PIIX3) Guest Control: various bugfixes for the copyfrom and copyto commands / API (bug #14336) VBoxManage: list processor features on list hostinfo (bug #15334) Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327) Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled- Add file "vbox-4.7.patch" to all builds on Kernel_HEAD_standard/x86_64 now that 4.7-rcX is released.- remove libgsoap-devel from build deps, it conflicts with gsoap-devel- Fix start failure of vboxadd service routine This script fails because /var/lib/VBoxGuestAdditions/config does not exist; however, there is no need for this file. That service routine is modified. (boo #977328).- drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch: * Add missing initialization of scanout buffer base and size for proper fbdev support. - drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch: * Add support for delayed_io in fbdev-layer. (boo#977200).- This submission fixes the bug in VB 5.0.18 that prevents proper operation for guest VMs configured to use a LsiLogic adapter for disks. See ticket: https://www.virtualbox.org/ticket/15317 for a description of the problem, and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix, which is implemented in file "changeset_60565.diff". This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366 discusses this vulnerability.- Version bump to 5.0.18 (released 2016-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: position off-screen windows to be fully visible again on relaunch in consistence with default-behavior (bug #15226) GUI: fixed the View menu / Full-screen Mode behavior on Mac OS X El Capitan GUI: fixed a test which allowed to encrypt a hard disk with an empty password GUI: fixed a crash under certain conditions during VM shutdown GUI: fixed the size of the VM list scrollbar in the VM selector when entering a group PC speaker passthrough: fixes (Linux hosts only; bug #627) Drag and drop: several fixes SATA: fixed hotplug flag handling when EFI is used Storage: fixed handling of encrypted disk images with SCSI controllers (bug #14812) Storage: fixed possible crash with Solaris 7 if the BusLogic SCSI controller is used USB: properly purge non-ASCII characters from USB strings (bugs #8801, #15222) NAT Network: fixed 100% CPU load in VBoxNetNAT on Mac OS X under certain circumstances (bug #15223) ACPI: fixed ACPI tables to make the display color management settings available again for older Windows versions (4.3.22 regression) Guest Control: fixed VBoxManage copyfrom command (bug #14336) Snapshots: fixed several problems when removing older snapshots (bug #15206) VBoxManage: fixed --verbose output of the guestcontrol command Windows hosts: hardening fixes required for recent Windows 10 insider builds (bugs #15245, #15296) Windows hosts: fixed support of jumbo frames in with bridged networking (5.0.16 regression; bug #15209) Windows hosts: don't prevent receiving multicast traffic if host-only adapters are installed (bug #8698) Linux hosts: added support for the new naming scheme of NVME disks when creating raw disks Solaris hosts / guests: properly sign the kernel modules (bug #12608) Linux hosts / guests: Linux 4.5 fixes (bug #15251) Linux hosts / guests: Linux 4.6 fixes (bug #15298) Linux Additions: added a kernel graphics driver to support graphics when X.Org does not have root rights (bug #14732) Linux/Solaris Additions: fixed several issues causing Linux/Solatis guests using software rendering when 3D acceleration is available Windows Additions: fixed a hang with PowerPoint 2010 and the WDDM drivers if Aero is disabled - Drop VirtualBox-5.0.17-r106108-r106140.patch, fixed upstream.- Fix build error caused by removal of macro page_cache_release() from kernel. File "vbox-replace-page-cache-release.diff" is used to modify code to use put_page() instead.- Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is libGL.so.1 rather than VBoxOGL.so.1. Thanks to Max Lin for notifying me about the problem. This fix adds file "vbox_prevent_wrong_SONAME.patch"- Fix problems with previous submission Removed copy of user manual from download site as there is no special manual for 5.0.17. File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle source to the latest commit.- Modify Guest Additions so that openSUSE build works with new Oracle code. The following changes have been made: Added Oracle patch to bring code to r106140 commit. Moved VB guest modules to /lib/modules/.../misc/. This layout matches that of the Oracle Guest Additions ISO. Added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols. Remove patch added in previous cycle to build under kernel 4.5.0. The Oracle code now has this fix. With these changes, both Gnome and KDE desktops as VB virtual machines work with gdm and the versions of X.Org that do not run as root. The only known defect is that the mouse pointer is missing when 3D acceleration is turned on in the VB control panel.- Version bump to 5.0.17 (released 2016-03-07 by Oracle) Following the 5.0.16 release, the Guest Additions were updated to support Linux guests with X.Org Server running without root privileges and to fix certain 3D acceleration-related issues. There are no other changes to VirtualBox. A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build with kernel 4.5.- Version bump to 5.0.16 (released 2016-03-04 by Oracle) This is a maintenance release. The following items were fixed and/or added for Linux hosts: VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (tickets #14831 and #15186) GUI: prevent a crash during startup under rare conditions GUI: position off-screen windows to be fully visible again on relaunch GUI: hide the VT-x/AMD-V checkbox if raw-mode is not supported (usually Mac OS X hosts; bug #15178) PC speaker passthrough: new experimental feature, available on Linux host only Audio: properly handle default audio device changes (Windows hosts) USB: serveral fixes for the xHCI controller (e.g. for webcam passthrough) BIOS: fixed int15/AH=83/AL=00 function (4.2.0 regression) iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) Shared folders: fixed a failure to load the saved state under certain circumstances (bug #6314) Guest Control: added support for (cached) Active Directory authentication in case the domain controller is not reachable (anymore) Serial ports: raised the number of serial ports per VM from 2 to 4 (bug #9109) SDK: make the Python webservice API binding work again (5.0 regression) Seamless mode: fixed a crash under certain circumstances (bug #15106) Linux hosts: fixed the /sbin/rcvboxdrv script as well as the missing shebang in two scripts (bugs #15055 and #15057) Linux hosts: properly uninstall Python files installed by the .run installer Windows Additions: fixed guest property enumeration of logged-in users Windows Additions: fixed sporadical failure of the graphics driver in Windows 10 guests (bug #14409) Windows Additions: under rare circumstances no mouse movement events were delivered to the guest- Version bump to 5.0.14 (released 2016-01-19i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X (bug #15018) Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression; bug #14981) Audio: don't crash if the backend is unable to initialize (bug #14960) Audio: fixed audio capture on Mac OS X (bug #14386) Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM (bug #14951) BIOS: properly report if two floppy drives are attached USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042) ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989) Linux Additions: fixes for Linux 4.5 (bug #15032)- vboxadd script no more fails on remote_fs failure (bnc#908383)- Version bump to 5.0.12 (released 2015-12-18i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed wrong scrolling behaviour in the VM selector window when a VM item is dragged out of the chooser-pane area GUI: fixed the validation of IPv6 port-forwarding rules GUI: suppress the first-run wizard if a CD/DVD medium is inserted using the selector UI GUI: fixed the Ctrl+Break key sequence scan codes (bug #14927) GUI: improved handling of text selection mouse pointer (bug #750) Host services: fixed a crash during VM shutdown under rare conditions (5.0.6 regression; bug #14841) Shared folders: fixed a sharing violation if a file is opened to check the attributes (Windows hosts only; bug #14450) Webcam: passthrough fix for certain devices (Mac OS X hosts only) XHCI: fixed broken emulation if software virtualization is used XHCI: several fixes 3D: fixed state handling under certain conditions (bug #13487) Audio: several fixes BIOS: added LBA64 support for being able to boot from huge hard disks (bug #7415) EFI: fix for Windows 10 guests ExtPack: before installing an Extension Pack check if there are VMs running to prevent file system locking issues rdesktop-vrdp: source code tarball fixes Linux hosts: .desktop file compatibility issue (bug #14808) Linux hosts / guests: fixes for RHEL 7.2 (bug #14866) Linux hosts: The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723) Linux hosts: some fixes for PCI passthrough (still highly experimental) Linux/Mac OS X hosts: fixed a VM hang during startup under certain circumstances (bug #14933) Linux Additions: prevent the compiler from doing dead-code elemination on vital code in guest / host communication (bug #14497) Linux Additions: when mounting a shared folder, explicitly pass the share name so that /proc/mounts contains this name instead of 'none' Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions- fix permission Error In SUPR3HardenedMain Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10) see https://forums.virtualbox.org/viewtopic.php?t=11154- Remove file vbox_build_kms_modules.diff.- Temporarily disable i586 builds.- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version.- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586.- Version bump to 5.0.10 (released 2015-11-10 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: improved support for certain Intel Atom CPUs (bug #14773) VMM: system register emulation fix (5.0 regression; bug #14515) GUI: fixed immediate screenshot issue (bug #14108) GUI: fixed another 3D overlay window reparenting issue when the VM is switched to fullscreen mode on X11 hosts GUI: fixed help index (bug #14722) GUI: fixed state synchronization issue in the VM manager window when VM was paused from its runtime window Audio: fixed suspending/resuming audio streams on VM pause/unpause (bug #14784) Audio: properly reset AC97 audio streams, otherwise there is silence until a non-48 kHz stream is played Audio: fixed a small emulation quirk of the AD1980 codec of the HDA device to make recent linux guests work (bug #14653) USB: serveral fixes for the xHCI controller USB: fixed a crash under certain conditions on hosts with Linux kernels older than version 3.3 USB: better identification of certain USB devices NAT: support TCP in DNS proxy (bug #14736) NAT Network: fixed sporadic crashes on Windows hosts (bug #13899) API: when creating differencing images (e.g. as part of a snapshot or cloning a VM) use the same disk image variant as the parent image if possible, which means that e.g. a diff image for a VMDK image split into 2 GB files will also be split (bug #14764) API: event queue handling fixes preventing loss of certain events at runtime (e.g. new webcam attached), particularly important on Mac OS X hosts Webcam: passthrough fix for certain devices (Windows hosts only) VBoxManage: don't crash on snapshot restorecurrent / edit if the VM has no snapshots VBoxManage: don't crash on controlvm addencpassword (bug #14729) Mac OS X hosts: use the correct kernel on certain hosts Windows hosts: fixed VRDP external authentication Windows hosts: allow to use a shared folder path with extended-length path prefix (5.0 regression; bug #14651) Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799) Windows host installer: documented and fixed public properties which can be used to control the installation to some extent Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)- Fixed typo in QMessageBox text in new popup window.- Add logic to virtualbox-wrapper.sh to test if /etc/udev/rules.d/60-vboxdrv.rules exists. If not, a screen stating that passthru of USB devices is a security hole, and it refers the user to bnc#664520 for an explanation. It also explains the process for enabling USB passthru if the user really wants it. When the user closes the popup window, a dummy version of /etc/udev/rules.d/60-vboxdrv.rules is created, which prevents this window from being displayed every time VirtualBox is started. - Fixes boo#953018.- Version bump to 5.0.8 (released 2015-10-20 by Oracle) boo#951432 CVE-2015-4813 CVE-2015-4896 This is a maintenance release. The following items were fixed and/or added: GUI: Mac OS X: Restore green zoom button for VM windows (it was hidden in the previous release to avoid native full-screen issues). For Yosemite and El Capitan this button should work accordingly to the Apple HIG: Full-screen by default, maximize if the user holds the Option key. Serial ports: fixed wrong IRQ number for the first serial port in the ACPI tables (5.0.6 regression; bug #14659) API: fixed a 5.0 regression in VBoxManage setproperty defaultfrontend (bug #14696) VBoxManage/vbox-img: conversion to RAW images could result in a disk image containing all zeroes Linux hosts: several fixes for systemd integration in .deb / .rpm packages (e.g. bug #14665). The command for recompiling the host kernel modules was changed to /sbin/vboxconfig Linux hosts: make host-only interfaces report operstate UP only when they have VMs attached (bug #14526) Mac OS X hosts: fix bpf capture and accounting of traffic on bridged and host-only interfaces (bug #14553) Windows guests: fixed 3D rendering issues on high resolution displays Windows Additions: fixed problems with 3D acceleration on Windows hosts with Intel HD graphics (bug #14670) Linux Additions: fix service starting on Debian systems with systemd installed but not in use (bug #14683)- Version bump to 5.0.6 (released 2015-10-02 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the update check now uses the HTTP system proxy settings by default GUI: About dialog improvements. Copyable version text, do not close dialog on mouse-clicks and focus losing, explicit close button at the bottom of dialog and disabled close button fix on OS X. (bugs #9912, #12749) GUI: fixed bug when re-assigning shortcuts (bug #14565) GUI: fixed default focus button in message-box dialogs (bug #14486) GUI: fixed settings dialog which is opened if the network settings need to be changed at VM startup (5.0.0 regression; bug #14601) GUI: fixed crash during VM start if an early error message needs to be shown, for example Linux kernel modules not present (bug #14646) Bridged Networking: fixed handling of guest DHCP requests without UDP checksum when bridging to a wireless interface (bug #14615) Audio: latency fixes (Windows hosts only; bug #4088) Guest Control: correctly set USERNAME and USERPROFILE environment variables (Windows guests only) Guest Control: several fixes API: properly restore NAT port forwarding rules when reverting to a snapshot Parallel ports: Several fixes allowing to enable two parallel ports for a VM VBoxManage: fixed wrong output of debugvm show command VBoxManage: fixed hang when specifying logging groups with debugvm log starting with h, for example hex Windows hosts: renamed VBoxStartup.log to VBoxHardening.log and provide this log file in the GUI log viewer Windows hosts: fixed a small memory leak in the Windows host interface driver (VBoxNetAdp) which caused a BSOD if the driver verifier is enabled (bug #14562) Windows hosts: fixed a failure to start VMs on hosts where dsound.dll is not available (bug #14574) Windows hosts: another fix for VERR_LDR_MISMATCH_NATIVE errors (bug #14579) Windows hosts: fixed host-to-guest communication with bridged networking (bugs #14326, #14457) Windows hosts: fixed broken data receiving from the serial device with the named pipe backend if Kaspersky AV is installed Linux hosts: Linux 4.3 compile fixes Linux hosts: installer fix for certain systems (bug #14627) Linux hosts / guests: native systemd support for the host/guest installer scripts. The scripts for re-compiling the kernel modules are now located at /sbin/rcvboxdrv (host) and /sbin/rcvboxadd (Guest Additions) Mac OS X hosts: GUI-related fixes for El Capitan Mac OS X hosts: fixed a problem with capturing USB devices under El Capitan Mac OS X hosts: allow colon character on shared folders (bug #14554) Linux Additions: properly set the VBoxService process ID in the PID file (bug #14571) Linux Additions: Guest Control fixes (bug #14573) Windows Additions: fixed shutting down VBoxTray when running with older VirtualBox host versions Windows Additions: fixed video playback with VLC and Windows Media Player when the WDDM driver is used and 3D is not used Windows Additions: prevent a possible VLC crash when the WDDM driver is used and 3D is enabled by implementing YV12 surfaces - Drop vbox-32bit-build-error.diff, fixed upstream - Updated UserManual.pdf- BuildRequire pkgconfig(udev) instead of udev directly: this allows us to be earlier in the build phase, as we can make use of udev-mini and it solves build failures with systemd224.- The code base released by Oracle failed to build on 32-bit systems. They had already fixed the problem. This update applies their solution using patch file vbox-32bit-build-error.diff.Version bump to 5.0.4 (released 2015-09-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed an issue with Windows 10 guest kernel debugging over the network for Hyper-V paravirtualized VMs VMM: fixed a bug which prevented reading the saved state of the 'PATM' unit from VirtualBox 4.3.x (bug #14512) GUI: changed default OS type for Windows from Windows XP to Windows 7 GUI: added another pre-defined guest screen resolution (bug #14384) GUI: fixed update check which was broken due to changing the location of the root certificates (bug #13096) GUI: fixed issues with synchronization of Caps lock / Num lock / Scroll lock on Windows hosts (bug #14302) GUI: don't crash during VM shutdown if 2D video acceleration and 3D support are enabled (Mac OS X hosts only) GUI: several seamless fixes for certain X11 window managers, also when used in multi-screen setups GUI: Log window size, position and cursor-position fixes Audio: fixed playing leftover/deprecated audio samples Audio: fixed playing audio after suspending the host (5.0 regression; Linux hosts using the ALSA backend) Audio: fixed playing short audio samples which were chopped off formerly Audio: fixed distortions on OS X when the sample rate of the guest stream and host device don't match Storage: fixed raw disk access and flat VMDK image access which would be always opened readonly (5.0.2 regression; bugs #14425, #14461) Storage: fixed initial encryption of VDI images after they were compacted (bug #14496) VGA: fix for certain graphics modes (bug #14516) NAT: don't freeze while the VM is paused if the network attachment mode is changed from/to NAT with activated port forwarding OVF: fixed duplicate USB controller entries in exported OVA/OVF (bug #14462) Shared Folders: fixed a path separator issue (bug #14434) Drag and drop: fixed crashes on OS X hosts when doing host-to-guest transfers VBoxManage: another attempt to not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VBoxManage: fixed broken guestcontrol list command (5.0 regression) VBoxManage: fixed broken Guest Control stdout/stderr output (5.0 regression) Mac OS X hosts: fixed remaining problems with activated SMAP (Broadwell and later; bug #14412) Mac OS X hosts: fixed broken 3D support (5.0.2 regression; bug #14476) Linux hosts: Linux 4.2 fix Linux hosts: don't crash on older Linux distributions if the DBus service isn't running (bug #14543) Windows hosts: fixed the VERR_LDR_MISMATCH_NATIVE error message (bug #14420) Windows hosts: fix for Windows 10 build 10525 and later (bug #14502) Windows hosts: fixed network adapter enumeration on Windows 10 (bug #14437) Windows hosts: prevent intermittent host network disconnects during VM start/shutdown with bridged networking (bug #14500) Windows Additions: fixed the call to the memory allocation function (bug #14415) Linux Additions: be more forgiving if the compilation of the vboxvideo module fails (bug #14547) X11 Additions: fixed a number of small issues with dynamic resizing and full-screen and seamless modes.- Install and enable the vboxadd-service init script, to make auto-mounting of shared folders and time synchronization work - Install VBoxService to /usr/sbin/ instead of /usr/bin/ so that vboxadd-service can find it, it cannot be run as user anyway - Create the /media folder with appropriate permissions on distributions higher than 13.1, it doesn't exist any more and the one that VBoxService creates automatically cannot be accessed by normal users - Fixes boo#908669 and boo#936254Version bump to 5.0.2 (released 2015-08-13 by Oracle) A number of problems were fixed and/or added. In particular, the artifically high load average problem reported as bsc#939299 has been fixed. The complete list follows: VMM: added support for guest crash report MSRs with Hyper-V paravirtualization VMM: fixed an issue causing artifically high load averages on Linux hosts VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; bug #14304) VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs (5.0 regression; bug #14370) VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression) VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts. This will be properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262). GUI: fixed rare hang and crash on VM shutdown/poweroff GUI: X11: fixed few crashes caused by the Qt alien widgets feature GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers (bug #14257) GUI: X11: fixed mini-toolbar minimize button issue under certain window managers (bug #14284) GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage) GUI: improve the quality in scaled mode under some circumstances (5.0 regression; bug #14303) VBoxManage: do not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VRDP: allow Windows 10 RDP clients (bug #14216) Audio: fix a possible crash on VM process termination (5.0 regression) Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host (bug #14219) 3D: basic support for saving/restoring display lists Shared Folders: fixed a problem with accessing CIFS shares (bug #14252) Shared Folders: improved path conversion between hosts and guests with different path separators (bug #14153) API: skip resetting of immutable media when the VM in saved state is started (bug #13957) API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed (bug #14350) API: for Windows host fix detection of API client crashes which have a session open OVF: properly export all VBox features including the setting for paravirtualization (bug #14390) Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) Linux hosts: check then name space before attaching to a host network interface (bug #13795) Linux Additions: Linux 4.2 fixes (bug #14227) Linux Additions: improved the performance of stat() to speed up certain file operations on shared folders X11 Additions: various seamless mode fixes, including invisible windows under LXDE. -- Install more binaries that were in bin generated folder- Fix buffer overflow on dtrace lib: * virtualbox-snpritnf-buffer-overflow.patch - Note: still does not respect cxxflags- Fix vbox build by replacing non-existent sed parameter: * virtualbox-sed-params.patch- Version bump to 5.0.0: * Major bump from 4 series with tons of changes. * Read upstream changelog for in-depth informations - Obsoleted patches: * gcc5-support.patch * gcc51-support.patch - Refreshed patches: * gcc5-real-support.patch * vbox-disable-updates.diff * virtualbox-system-x.patch- Exclude %ix86 arch in suse_version == 1315 (openSUSE 42)- Enable building of for all supported kernel flavours * exclude also pv flavour- Disable multiversion_kernel support, taken from nvidia driver spec, should fix bnc#925663.- initial gcc5 support (it builds at least) * added: gcc5-support.patch (upstream) * added: gcc51-support.patch (upstream) * added: gcc5-real-support.patch- Add smap.diff (boo#931461)- Version bump to 4.3.28 bnc#935900 CVE-2015-3456: * VMM: fixed a Guru Meditation when rebooting certain guests (for example Solaris doing fast reboot) by fixing the implementation for INIT IPI * VMM: added some information for diagnosing rare VERR_VMX_INVALID_VMXON_PTR Guru Meditations (VT-x only) * GUI: HID LEDs sync: prevent synchronization if VM window has no focus (Windows and Mac OS X hosts only) * GUI: fixed drag and drop moving the cursor between guest screens on certain hosts * 3D: fixed a crash on restoring the VM state on X11 hosts (bug #12737) * 3D: fixed a crash on Linux guest shutdown (bug #12772) * VRDP: fixed incompatibility with rdesktop 1.8.3 * VRDP: fixed listening for IPv6 on some systems (bug #14038) * Storage: don't crash if creating an asynchronous I/O context fails (e.g. when starting many VMs) and show a proper error message * Floppy: several fixes * Audio: improved the behavior of the volume control for the HD audio device emulation * USB: increase the number of supported drivers from 3 to 5 (Windows hosts only) * PS/2 keyboard: synchronize the LED state on VM restore (Windows and Mac OS X hosts only) * NAT Network: when running multiple NAT networks with multiple VMs, only stop the respective services when stopping VMs (bug #14090) * NAT: don't kill UDP bindings on ICMP errors (bug #13475) * NAT: bandwidth limit now works properly with NAT (bug #11485) * BIOS: fixed the returned size value of the VBE 2.0 PMI function 0Ah (4.2.0 regression; bug #14096) * Guest Control: fixed parameter quoting in Windows guests (bug #13157) * Webcam passthrough improvements for Linux (V4L2) hosts to support more webcam models * API: don't fail starting a VM with VBOX_E_INVALID_OBJECT_STATE under certain conditions (bug #13617) * API: be more verbose on VBOX_E_INVALID_OBJECT_STATE if a medium is attached to a running VM (bug #13560) * API: fixed a bug which could result in losing certain screen resize events with multi-monitor guests * rdesktop-vrdp: fixed path to the keymaps (bug #12066) * rdesktop-vrdp: switch to version 1.8.3 * Windows hosts: more hardening fixes (e.g. bugs #14051, #14052) * Linux hosts: another fix for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) * Linux hosts: Linux 4.1 compile fix (bug #14081) * Solaris hosts: fixed using of VNIC templates with Crossbow based bridged networking to be compatible with vanity interface names * Mac OS X hosts: fixed crash during VM termination under rare circumstances * Windows Additions/WDDM: improved video memory utilization and allow more/bigger guest screens with large resolutions (including HiDPI) * X11 Additions: prevent flickering when updating mouse cursor * Solaris Additions: fixed incorrect usage of 'prtconf' while installing Guest Additions (Solaris 10 only) - Refresh patch: * vbox-vboxadd-init-script.diff- Provide host-kmp src for use with custom kernels (bnc#925663)- Create groups properly and also create vboxsf and vboxguest on guest additions bnc#927708- Build with system libs for X instead of localy built ones. This should fix bnc#929697 - Adds patch: * virtualbox-system-x.patch- Split kmk call to multiple lines- Reorder alignment of buildroot for various install commands so it does not look so fuzzy- Allow access to vboxdrv to vboxusers group members bnc#927525- Version bump to 2.3.26: * GUI: in the snapshots pane, protect the age of snapshots against wrong host time (bug #13955) * NAT Network: fixed a bug which prevented to propagate any DNS name server / domain / search string information to the NAT network (4.3.24 regression; bugs [#13915], #13918) * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts * Mouse support: the mouse could not be moved under rare conditions if no Guest * Additions are installed (4.3.24 regression; bug #13935) * Storage: if the guest ejects a virtual CD/DVD medium, make the change permanent (bugs #9858, #12885) * VGA: made saving secondary screen sizes possible in X11 guests * SDK: fixed the VirtualBox.tlb file (4.3.20 regression; bug #13943) rdesktop-vrdp: make it work with USB devices again (4.3.14 regression; bug [#13901]) * USB: fixed a possible BSOD on Windows hosts under rare conditions * iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell and later; bug #13951) * Linux hosts: don't crash Linux 4.0 hosts (bug #13835)- Version bump to 2.3.24: * VMM: emulation fix for the ENTER instruction under certain conditions; fixes Solaris 10 guests (VT-x without unrestricted guest execution) * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled * NAT/NAT Network: fix connection drops when the host's DHCP lease was renewed (4.3.22 regression; Windows hosts only; bug #13839) * NAT: don't crash on an empty domain list when switching the DNS host configuration (4.3.22 regression; Mac OS X hosts only; bug #13874) * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; bug [#13842]) * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug [#13786]) * Audio: improved record quality when using the DirectSound audio backend * VBoxManage: when executing the controlvm command take care that the corresponding VM runtime changes are saved permanently (bug #13892) * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 32-bit hosts (bug #13876) * Linux hosts / guests: Linux 4.0 fixes (bug #13835) * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825) * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug [#13845]) - Use smp_mflags when building kernel modules- Install vboxvideo_drv_117.so on Factory- Update to version 4.3.22: + VMM: refined measurement of TSC frequency on the host, improves timekeeping for guests + VMM: decreased CPU load resulting from guest MMIO writes to the virtual APIC + VMM: fixed interception of debug exceptions, observed while using the dbx debugger on Solaris guests (VT-x only) + GUI: 3D overlay window positioning code improved, fixed potential misplacement of 3D accelerated guest graphics content + GUI: fixed accident SSL authentication failures during update check on Windows hosts (bug #12969) + GUI: never send the "ACPI power" keyboard scancode to the guest, we have the ACPI power button for that + GUI: was unable to properly restore seamless mode VM from snapshot/saved-state under some circumstances + VBoxHeadless: don't crash if 3D is enabled in the VM settings (bug #10250) + ATA: fixed several passthrough issues (bugs #12310, #1360) + Audio: fixed DirectSound failure when the the host has no audio input device (Windows hosts only; bug #9205) + SB16: fixed compatibility issue (bug #13769) + Storage: fixed broken CD/DVD passthrough when using the IDE controller (bug #12310) + NAT: new ping proxy for Windows hosts (bug #11871) + NAT: Properly report outbound connect(2) failures to guest with TCP RST or ICMP (bug #10525) + NAT Network: no need for frequent wakeups in VBoxNetDHCP and VBoxNetNAT (bug #11681) + Host-only adapter: prevent Windows from creating an "Unidentified network" (bug #9688) + Bridged Networking: don't leak host-to-guest traffic to the wireless network when bridging to a wireless interface (bug #13714) + Main: fixed a possible race when changing the medium leading to a deadlock under rare conditions (bug #13722) + VBoxManage: fixed return code if starting a VM failed (bug #13773) + API: fixed 2 deadlock opportunities related to medium handling (bugs #13789, #13801, thank you Alexander Urakov) + API: fixed bug in XPCOM which created too few worker threads, sporadically resulting in a deadlock (bug #13802, thank you Alexander Urakov) + SDK: fixed a garbage collection leak in the Python VirtualBox webservice API binding (bug #13817) + Linux hosts: fixes for activated SMAP (Broadwell and later, bug #13820) + X11 guests: prevent unwanted hiding of guest screens on multi-monitor guests (bug #13287) + X11 guests: added support for X.Org Server 1.17 + X11 Additions: fixed a memory leak in VBoxService if libdbus is available but dbus-daemon isn't running (bug #13770) + Windows Additions: prevent VBox WDDM driver from loading if host reports weak OpenGL capabilities. 3D content now can be shown over Remote Desktop connection. + Windows Additions: some fixes for recent Windows 10 Previews + Linux Additions: fixed a compatibility issue with 64-bit Linux 2.4 kernels + Linux Additions: fixed a potential use-after-free when unloading the VBoxGuest module + Linux Additions: Linux 3.19 fixes (bug #13741)- Cleanup with spec-cleaner - Remove really obsolete conditionals due to buildstatus everywhere- update to version 4.3.20 (bnc#914447): + CVE-2014-0224 CVE-2015-0377 CVE-2014-6595 CVE-2014-6588 CVE-2014-6589 + CVE-2014-6590 CVE-2015-0427 CVE-2015-0418 + VMM: fixed reboot hang of 32-bit Windows SMP guests (bug #13319, #13462) + VMM: proper Math Fault handling with certain legacy guests (bug #9042, AMD hosts) + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT on older CPUs that don't support MSR-bitmaps (VT-x only; bugs #13034, #13125, #13311, #13425, #13426, #13463, #13585) + GUI: fix 3D overlay window re-parenting issue when VM goes to full screen mode on X11 hosts. + GUI: fix occasional loss of focus in full-screen mode on X11 host systems (4.3.16 regression) + GUI: Mac OS X: wizards should have Cancel button (bug #12541) + GUI: added a global option to prevent automatic raising of the new window by mouse move with multi-screen guests (bug #8878) + API: accept remote display port 0 as the default RDP port (bug #8534) + VBoxManage: fixed crash when executing showvminfo command under certain circumstances (bug #13190) + ACPI: fixed occasional Guru Meditations in ACPI timer code (4.3.18 regression; bug #13521) + EFI: improved performance of IDE disk access + EFI: fixed a bug in the EFI video driver which prevented Windows to boot in UEFI mode (bug #12022) + EFI: properly announce the amount of RAM for big VMs (bugs #11103 and #13211) + Storage: fixed a crash under certain circumstances when a medium was ejected from a drive attached to the SATA controller without inserting a new medium before pausing or closing the VM (4.3.16 regression) + Storage: fixed an interrupt acknowledge issue causing hanging guests or slower I/O (4.3.18 regression) + Storage: fixed broken resume after the VM was suspended due to a full disk if host I/O caching is used + Storage: fixed a Guru Meditation under certain conditions when using the DevLsiLogic controller with VMs running in raw mode (4.3 regression; bugs #12254, #12655, #12709, #12774, #12886) + Guest Control: fixed a bug which might lead to a crash during recursive copy + SDK: Java COM bindings fixes + iPXE: enable the HTTP download protocol (bug #13628) + Runtime: do not use a fixed stack size creating temporary threads during initialization (bug #13038) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: fixed DirectSound host audio failure under certain conditions (bug #13418) + Windows hosts: fixed additional cases of 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + Windows Additions: preserve guest monitor layout when resizing Windows 7 or newer guests + Linux Additions: Linux 3.18 compile fixes (bug #13515) - download the Manual directly without rename- fix /usr/lib/virtualbox *.so files permissions- update to version 4.3.18: == since 3.4.16 == + VMM: fixed a potential misbehavior after restoring the A20 state from a saved state + GUI: fixed full-screen mode mini-toolbar related regressions for different platforms and window managers (bug #13369) + GUI: X11: fixed full-screen mode Unity panels quirk caused by mini-toolbar code changes in last release (bug #13365) + GUI: X11: added possibility to use legacy full-screen mode as the new one can cause multi-screen issues under Unity, see the manual for more information (bug #13365) + GUI: Mac OS X: fixed full-screen mode artifact causing black screen when 3D acceleration was enabled on 10.10 Yosemite hosts (bug #13448) + GUI: Mac OS X: fixed regression in user-space swiping from/to VBox in full-screen mode + GUI: Mac OS X: fixed issue with switching to VBox in full-screen mode through Alt+Tab and Mission Control + Storage: fixed data corruption when resizing huge VHD images under certain circumstances (bug #11960) + Storage: fixed a rare hang during startup when the BIOS enumerates the storage devices attached to the SATA controller + Storage: follow the spec with AHCI interrupt acknowledge (bug #13474) + Storage: fixed broken iSCSI authentication (4.3.14 regression, bugs #13386, #13435) + NAT Network: properly parse port forwarding rules to allow UDP rules + USB: fixed a crash on Linux hosts with older Linux kernels (bug #13400) and several other fixes + ACPI: fixed ACPI timer anomalies (bug #12076) + Guest Control: fixed a memory leak (bug #13434) + Main: when removing a VM, do also remove the VBoxStartup.log file which might exist on Windows hosts (bug #13478) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: propagate the process startup information to the child process (4.3.14 regression; bug #13243) + Mac OS X hosts: don't force using the discrete GPU (bug #11111) + Windows Additions: some Windows 10 tweaks + X11 guests: fix a bug handling video driver display properties which prevented GNOME Shell on Fedora 21 from starting + Linux hosts / guests: fixed a few remaining warnings in the kernel log if memory allocation fails (bug #11171) == since 4.3.14 == + VMM: fixed restoring 32-bit FPU state on 64-bit capable VMs and restoring guest FPU in raw-mode VMs (bug #12646; 4.3 regression) + GUI: properly restore normal/scale mode guest-screen size after exiting full-screen/seamless mode + GUI: mini-toolbar should provoke less artifacts/conflicts with 3D guest rendering + GUI: Mac OS X: Native full-screen multi-screen transition was able to blackout host-screens for nearly minute + GUI: X11: Modern window managers should now use native full-screen multi-screen mapping API + GUI: added extradata item for configuring the mouse capture behavior, see the manual for more information (bug #3506) + Storage: fixed a VBoxSVC crash when querying an iSCSI target with authentication configured (4.3.14 regression) + Storage: fixed a rare data corruption during reads if another allocating write is running concurrently and accesses the same range + Storage: fixed a rare crash for certain VHD images from other products + Storage: fixed a rare release assertion when using the AHCI controller + Floppy: fixed read errors and guest memory corruption when running under control of QEMM + 3D: added experimental support for rendering on offline GPUs for Mac OS X host + 3D: fixed white window appearing on entering FullScreen mode on OSX host + 3D: fixed video recording support for 3D data regression (bug #13073) + 3D: fixes for MS Office 2013 support + 3D: several fixes + Bridged Networking: improved IPv6 support when bridging to a wireless interface + NAT: prevent internal DNS service from stuck in host-resolver mode when host was switched from one network to another one while host was sleeping (Mac OS X hosts) + NAT: preserve DF (if possible) and TOS when proxying outbound UDP datagrams (bugs #9440, #12309) + NAT: don't let multicast datagrams out (bug #7338) + NAT: fixed handling of large incoming UDP datagrams on Windows hosts (bug #12136) + NAT: fixed handling of the RFC 1533 DHCP PAD option + NAT Network: fixed inbound half-close on Windows hosts + NAT Network: preserve IPv4 DF (if possible), TTL, TOS and IPv6 Hop Limit when proxying outbound UDP datagrams + VRDP: fixed a rare crash when using remote audio input + USB: fixed several regressions from 4.3.14 (bug #13320) + Audio: made the HDA sound emulation work with certain OSX guests (e.g. Mountain Lion) + Windows hosts: fixed startup problems on certain Windows hosts due to conflicts with anti-virus software (4.3.14 regression, bug #13187) + Windows hosts: fixed 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + X11 hosts: made the extra key on Brazilian Thinkpads work (bug #8745) + X11 hosts: fixed a problem of input focus cycles and immediately released key presses in full screen mode (bug #13238) + Linux hosts: fixed flooding the kernel log with USB related messages when passing through certain USB devices to a VM (bug #13085) + Linux guests: stop applications crashing when drm_wait_vblank is called (bug #13265) + Linux guests: fix a crash in gnome-session (bug #13335) + X11 guests: do not start VBoxClient over an SSH connection (bug #13107) + X11 guests: added support for X.Org Server 1.16 (bug #13207) + X11 guests: fixed a wrong parameter in the video driver which caused problems with full-screen X11 clients (bug #2748) + VirtualKD: introduced stub/loader device for speeding up Windows kernel debugging, details see http://virtualkd.sysprogs.org/ - removed virtualbox-xserver-116.patch, already available upstream/bin/sh/bin/sh/bin/sh/bin/shvirtualbox-ose-guest-tools 5.2.24-lp150.4.33.15.2.24-lp150.4.33.15.2.245.2.2460-vboxguest.rulesmediamount.vboxsfvboxguestconfigVBoxControlvboxadd-service.servicevboxadd-service.servicevboxadd-serviceVBoxService/etc/udev/rules.d///sbin//usr/bin//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system//usr/lib/virtualbox//usr/sbin/-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:Maintenance:9820/openSUSE_Leap_15.0_Update/f23e161d0b2d3bcab337d30a18626236-virtualbox.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=27dd37566c2932013e221f527b037de9b9de0548, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=f979237f5d2c0da967c4e6af1c97798db4ae9801, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=ce41cfccf3804a51bfcac7bd1eb96f2259a6de38, strippedmodalias(pci:v000080EEd0000BEEFsv*sd*bc*sc*i*)utf-8319d489022cd2068e6764aa3d2140446e46f1bcc3d70051c644a6716520bd4a7?7zXZ !t/{] crv(vX0}U7|?wHՃSriڶLm\g\SCVM n[Ս#ZM` ƹ<px:<`̘ߕsiv }G2 u8 o,P> ؐB ?q`.ԈbKm齵bUUaun;ix*45aX-lՁeG[B %bKO1Y&lbӉlpdyƘCYF&PNI^&4ۿSo},ƜBv@ J~ nQD ¸n8Y.QS(IBL y@W! ZHF.C{ܻ O,b;Z74+d~Q2Y$z$3Y`#/ݾ< YC],՟A o}LyNHXYti-jS)D +;J:a{/Ki,Qd#4),D~!m,ks|7&uh\lFWL6JvpSŽ#̟,BLE018v  Zunsz'I '#h\ƅF/cE$F h: #q3ɹt}g`#/3kٺbdzvN1PgbMРBu,c8 Zg_ Jp.ϲ ?>Z52$bv)f;Z>7Tz?F\hQb=Kfeפ06&{._t}Q:V_m0\<3c0'|xz޸ϰ:J}DIЧD'L|omM..?GD UKHkP^jɵ5Uq)3*e>l@G&mNSs剽8E-4S@^0 l ʒ UO9vmh_IwdX;AқOƕ55 c)yTqũC^T 5x(3nT`OrQW]Bti'l^ fkH̓IK^s:#i@с5fĘ?%!eJmv+H3[VCJbRe ӓ^|F+y  Jh-?؎,7XEy}`u+Tr= e49K_.W;6PikWG3 _9EH-ֵؖ ؎ ;G`} sp"b +c8*ȍA0Ao/=+h ػ7;}Z%u09lIhReVB:ߴij=4DCZC򃼅 dgGJ{!^\:֖FvjUZFU%gx'Ųnwtt䶔Y Nea>6+藟jdfI:@ ;QL1ս܏G<ӌl>&U*QJ?`^B ]CDwX~2u_p?"@K`؉Bfτ0o,Lsz*^PwwW&ZI!6yZaQM~V}ٻ8G~tE=6-ӣj!$ ҕQwF٘szOτJL{ox d~b'8"}ClŅXnVG}.D1i D;*e yrA8c,:y'L|fȡG3.oݻ_Xd_4tiT 1bL|yK>!=iF>U:w8cAIZٟA=^ƩtqUu?zFRyͽB桐nLpBvP.Ʋ7:pFM&y8G ra>Ek^i*L 4 dQmP/<%Vh;YzexF۳m^ds N}<-ۃ|_۲ T|aӣ >1ˍ+CzJ8{`𲊸_V(=0zbO>pcGq+p[JE~dXð5dMu(r/:B[dQco( X4íCe J  6PЇ*F?j!(RbW[)mÔ_K,O)%b1K'Z$o偗bkXlΟӾzÓ&) *@DK,qP`%:d?h/{~LZ&C?G3x,ԅWoq Q>qEz5J HSI,,dr[NMD7dzz$_faL2B띻#7!hgNj04t< @:0͕0`S 6B4? 05 W|Mq\\R}%} Ah|cTQæyV3H8W$NubH^璳aŁ;4!Bg:ǀ ټ$Ec5_2[ƴ O#򇂽@׳z9EB\ԿasURGdIWE(/Xc"/8W+M>夆o-Bp~$O: GH\lmGܞacD BK#SDBy?Kl8QnLkHc&@3 7kXps`߸mŒP=Ȫ8O63Uf# -c9;Xrگ3&a"$j@}`SQ86?^M(B/6MeXw\^AuXW)[F$&F $Q6dh}}V ʑB cW?FBJs.jl՝/+>X;I ,XSUY򜹸Z "uhn%ϳ!Wkq+չNjoyW`r8gTS>ZME_,HgNut_xr'hsxiӹU3X0^깡`x*'aAuı#tLŹyU3GL&HRv/c7Zu[F?lnڬE(D KsEZRf(m+'C8.{pph+-Y f9 )$^D6j=$t0,E[r:Mv P[[u@[AbgV4+$쬼ŌލXRX5LH]Ok=u hVz*?꿷GVLB09dmU?>Rv^z\R񛣊lChe])_4^*Q$G Kʲ<1#몱L'W Ӛv8ffmfjn@yTr3mz*0F#@j:g0YFEqn?ˌ|nKtŚ]IH_БiYW`!F{9PtL 2{iwn~m^Pl5+0)\P'jnIZ$?7ܘNQ]"M_;Kv3^f0t-XUhE %@SՀG @ Qq2=Av]%W|V= aR>iV_ծyYz=-#|߰C' Blx.B*?y[ck4 ~(=L mw]R"y8C4zAU",v;`VRN#_a‹#-3'.-օ׊nr,9]hX1I-6!Ƈvx`'xC"3Zɫ@ގ,cJv:8k{u\ P fCVQ P)ϼ:%8T@mWn6& B s' jg]OʢN֒ !}yzhto%,D&(mD&bCn׶)}z%?vg{W%d@vֵ{k !4'Oz"4X|wxSC˯mÍS(^x\-Jc LV;EɈ&bB^m$75(BIf]o++Eˆg^&co&L !&Z(vGtQ#(n(1O]gl?T'L`O8}c>!sfo:*=򙇸mI˨)S36|i[Wp)?V.r36R(2Ju5St3MčgDdEUEɈb1CƟ;xsnda^f=gyk)hL9ZTuɾ*-O*W~ñXoh ʁK|4Q4a BfE36.AUA|5oa|GR񵎷\e6b;C=΀Ћ0@Q˕OIuVR6OY`~8y2R|±V+ݐ#`QpΑcV!@J9(]&-U*{K|DCӻC)M S6ztYUbQƠ &ď8tL(VȕT-Er! M Ǹ1c_/Y۷ӧg,vG|'>>rb?>1@2ӽΠ[7#$YI"[קzG &>Љ5?a)&Ы/> 7V`E&P"yY~\a%f,4O+R40' puWRo yt=3' }*&B}&0.b򡌒I@+ )ZR (V-.7]$2[/Z(4t.{nНŕaԕπHKpȵ5S"4749F(,<)ay~S:E!Fo>/?pѓ?A" ԭVhrEO㵪5+"Sn(izD^zLtx,܅'mF{ߚ X} FNgHhE2ߘbfkrz푙p}~TնM(ft2,k>!=H@Ȅ=zQfD =W`YbʊVyU\j?ڵ[`ǑHu~A.2̛ |F%t5?F`@lMlY}B7VN.d[TJgj9v[~;WUF 5jok]yz8|MlީE{uUkN4waPOnLNيV$}]Lm,C -ۑUStɦr)p߾OH*!D[ lp|Y1K*^@\R-T_֭f=d$ftJ.?i4s+$Ѳc۷VƜۋ%Q!i̥yCiyGdMf3@9qKc!?ތnԊ~ݼii&d@ψJqק-0xp>6\f OdMe`c^6iiH8g{uV å5!B@/x&/s@WimhD>MVoO~9 \*\]&ʇ G al'ʹ[=h=#ӌAݹ'/O腣ЄA}NL|gʙh u :-?P9Nj?ŶvM ~Зܰ&3jSzMC8>`iVm5}V=e !.E-& )i8X+( ]qw}H?e?⨟,\-_SO{ lӅq6Yێgk7KGCph,itwdV!zZcF4|[۪)a$WYD***6|'q5 e,!ع98SBk&.-k6_.Q*S z, ]JnjΣ5ڼ}tC|YJm<|46l!jF@n2p6@zMJ:B}_ٯʬz(?P5j 3|ںn`3[e#7BbLpANu/ wbT26mEKa/T%(=L.Mͪ $Ŏи[xPPE4ܚp5 ɭ Qe9\&C12׼lommsD tT%d_/iVI'Uc u2MN/zA?〫)Jܷcѕ>~m?\FxA,2Pʍf-B%iɃ8Q-Ex!jPڦWX妥S-٧iv\|$I~D*E%dݍeO}DxK1-Je{BQ${ U/禨P")TYƌ4a$&.pCf\3L3bgI1peԏBSYo 뇀P 0jlulS`*z/A$asYq;\ޝfQo3-Z)m |@ϯ,^tRP"퐟B LЫء ZHb`&z BZ Eu"*E`Њ{TӺTx zC gz@Q&R}7#f f7\HpfY1} SP| hDȸ#`7|%5r6ísܧ+_z Vg9Tf0YV'@:ZQz!x)yK4=` jd :T>R;3`+wK.CVH!%B6i3s˄†e^CH\`(Vvx6,b3v~ˑXI0LR\8M=6sA^iwr04yϒy!aRAj`'&b'XZtr $ʐ~G7Ǒ8pq!LG f6&"M 8`1.Hے `bƽ-I8>iY1cS>. f *4\+,WGH5"8^n@ ",- Fã[E=`Gat"㢸D3FfO7JSh9$Wd"L( ?lGW2Z/{3p8ғC<ȶ*8`_s% $Am'1c(/۴fY]+e:I '}1n_2O/ǐydr$V.4įjp[CZf~b'n NnIEƌDmj[0̗"BR0kQLzR nvYO_1R 6|}g޵uZe /z*d\iXv2m ᳵYSmgWi.`3OcʣMp%a?#YQsH?F1R\c(D4_Ж"?3d8@rZ<0L,W `b+T.6ƴoY~@R?~8g>Vc$db75r@^@3\l\{QSFMy@(^$6-&wDZ.bL~?W?Ztu$@tdk.'J[.!*ϽY*R QWD()׮4 6(i/&2z #XB:w݉ eU%O/fLУ{AT7H'=KSM+rǺ!b?j禛s+tv&9$,L*5:M0bJ^CO#'ޞPRۡ1RIGq:Ve=ߚGg !{S)az>WX5]nץWi]%Ăw-KC)>`3rM|Ij$%Seچ|"jMI*rgC: \J"m:y9{8'h4r u1v|̾Z(UN~|DW{G<ӹJU<[,E2|އل?}C|u "KL֜b]Tx |wc: L)6$vfnwA4j-|yS~OW$q>mu"CP)LZ0ηqŅW>o՗tҀps̀d*-M%\|D }:{-ROLe%W',crl=)8Crj7o?MN-3UJ B^yH~^q\ŋ2 []q%qżVJ74z%`2/xwSBbj f6`UG!_\b(q2*@掉Ni !qT#`&p$CՠpORKl̤\?-TxˠlC~;x>J1d&1E4IH`g Ѯ:8C缧FxMu#-BlTς(1X\9EEMԜ$<:r{Lz2<=/%1hPwI_ha!L >Huvl !)\o>j%U/TxnEXճ{SrØI>նRN{xf}"̌^ -]8Xsv 1Udm%$YJDGY劊ǔ9|oL`}{`D)~F/IF^g: !-(vBMh0yl^$)O]Z~K|}>2 F {82CٯWdѻF5򬻔똶\bH~_c]-=JS.4pTډW~/Ne:>^.&r7J0 j"p?.Ԥ!gWWpX𱔱֊4V\n G1KH g~/BGc8BiClrE![i[AGQ LR6YK4<$M@_ʋ[Bɣ 8) ֊CQ qplX`_"Wc:71'(7JͿYI5RrC98dG}ouY] J]`M IbުzB0pGGOui Hv L,6 z ۧrAcLPkϖ28f8GN&rlB I\,h|x j u Ac?FKaµX>BiH1 $C@ x;۳ @=,8Ul~vӷa!3XtK&1;b/ti=J 51ϗiO  kX PJuwAH[CrׂoU)Z+TP|5?B=yë},qr')(7!.';vrNvR!*S`ziƦbo<dl=!B}Rs€gϔpQ51Hȍvql }Nuڝx!tVBڰbQ視65$6*4{#@_)&nWC_Q!FԜ_=++\لliBk-Б$;1;OKJPT>riG:B$iSArP6Lrɏ֡L"֓¯z&stAraa~$5z}(%1o\Z}g {%mglfW!}xi&)V"LHk2yZ,B5ĕ8|XTd /9J.>˞RƋoCe˒.=n\"ŲHzmQ-#(HUg xI &ӂh'4Uev컩1cP:RM+v7XvL?1`).V7O |^Z-n"GL',rzCO)uI<7](L D>52f9~ #0^]Fӷ:T72.@{M>Dc}*XmLȗlI-Bךi]2Q݁ZъCH(`_]c =DT0aMwS`&/UUZi<#|w[kqŻ;կNu)ۨgV돃̳ j?>7C3 &ʉ]n$SbyxA዗?@ ЎgP&b;bZ{~0/:sPGQU%: xAoӯus%^~sz)\%duGObV]r Y4gt&zBaMgYÎ>ǢջZ"Ol(XAo8PR1qAxtajh j=1 ;z$k (M {°v]C[z< Uw`/W\L]J51!y.zx0"WHQ![yp[qF [fQ{CH֩M*2q!u^Xn 'icss!koX ṼnAݒް`'jWܳFЮL\zPu40xDE(fH$3zH9? QT[%-|hB%[0Vǚb |k,FgRpbkzLjbdwQ S!My{]h=-r#^ͲLI1 .Jl6z&$3m]1(&H@EAYxuj+Q)L)?qKz*fѡѹv ˟/1:A;|ܚ<ٕF,,p, T(mJ(Oߎ-TI".ܹLA`h5%nFk^u0{)eʑ{܇)O9EVե,n10N/۸[4T1.-7ڼU aѐ־H3Sb=gKtl|".]h`c&zläObxe][.ZO}'nSDyvn3AR^dWgQ|<ݠL@rDŽjjv4H/Ia1'{ `x>j2tY>@^\md;"þ*{W/^\qC>feĆ?9I_f')+Bm aO ymZ˥Pӯ u/[A9fYDc!j= t(fIU$pzGfZ|i:RW@#sxWBKuy<,*/`;oj+/X <ɷy pJґŞr YǁBQK_íQ_ۍYY?/Lޏ2hI-4l- $w]sD?%̣<}ӎ5>r`l&EpOKO *Vo`&;X?gq"Hoé8t$F/\Ur{\S[,mbl dl&iCXtm8]Bٿ4/ATb hѨI)7Ooi))} P/tC\|F!9G r*--+B.g$\{y^7Θi^"3@D|&-aGWE'e%uq֯ABfr3i45+ YD277TCˬƫz/1Ld 22 p H߲nϾfoF^q6gPZm@VP7k>} Q ψEћxaڃ[֨?(\U_A?a[kT+9)2vPA#rjHcY#9V(p"U^3˓7C/z jbW3 -d1rgR%>q鹸6ClWNH\RK2;Iwy@lX`guft*Ŕ ފ<ěϲ P-+#]jkNv2*!2mG@5HC#߭.+ H0#IĘ7!lerFP䱪@dz.ˑ˘ ʏv}`g<@!(A*%n4p%O:(pr@N>s3Su 06&BDo,}+dB myGVeKh&WP :R=pv*"[q5_k&-03M}3AU<VJr½o)c# ED7k 8*TH&m@ʽ#JS3 ˝-6~NCәWǔ􉢜9A )DzLO Ы4&iųrv-1Z?wbkÒgw]Ľ^; يs?EѓmtYEòc|#t<iDҐV$э UJMz#Xe[}jK|TC;Zt}C;EC?eptߩowལ-IyG(}T4VH.M^knjk*\\5%V׮Ep2.9UH?N)*df]^[m]+zf09-gR[?|Bz'RS  SB4z`6 `%^SABMh]LSol9AU"QAn1"P>jqF_O/y=KпjsamלzQHA 4DZ ,B#-r߻w kטK, -csa@"3qZЪ@O~V`:F|mn A*,(XC&'Q)##'(Zi/Gmrk@6옟%=sdTN)P7ҹcUQk )(HwǨUT_ÓX iӚKv^x}VcBQm-w~4QnD5?'IIA.KbJ []?]:PԄ%YduϔwO@bUFe,ͥ.֊ҐZwVF=L!WI (!1"lr XtDySstΌ]6@U-< Cl Z~PW\{g,`H[)nzw j;փX04\Cu9s٪24(:|/ d\L| |f;%H{j1Tz$~OtKQqZ2): Ȥ+#G<*" F-$RM`aሉ1B" 0"X[a:wU3fq] gf|ȋ1ȟ0{xMY<%H('SF$_';4SYMh9?jc>ݵUp~٨jQnk+H;9[>(%F8VU&2 }f:#M@)0Xٹ͠{h50(i _[漧41hN,,C'ϕpDtO,k#$0m<*'v$`D)k~FkYop6: D#w:_ SDdM pϋ6|շIIt4MGzk:pα.KBB!XA:L' uUۑp ߁Y^7Z+Y ߘ6-m{1c@ ]ш%zm1pR:.Ϡu7YkN?K-ohP o*싓剻jj̤Q]w-8 3!ϭdht 1bXnU$zzo:t"GNq]}i5dE@ fHDX~_{Dgٲ- bh5z*zG\lI#!^7FɁx){|.ޏU&΂w5c!sal;*(ZHkFƞ<@^dSLpMK 2CR"?yϸd 0a`- 퉸&Pg$ƦZc>A0`S8@WkfmA:twe۵mL6^VU 6,wftSVe>ÍN"1~ƌ\ (uPbp@ZL8|h"x,vKT|}`'AN.s Z(O|hsibKDXpМoF/'Ғ ՞#Y'ڴU:8/UzbM03)i@G逑uq 'ڦvbVioj՚xq5=JLײ_=3ɶ݀{rN~=hËLf&ȵ BCE9ܙ,;C*$!MKd/*)iɴtYlRrOعKIk%%nG$y {<Oo <"Xr@mQR`K{GX_z^+8i$iWgx Q_G*^Ijt~UDz+!Z Lǰ}G'e ^ ˤr23y ~`(Pmx#@dk%p\\TO=d#%aB6r\<" P_?MEK= I}+K%%L|Fj![6 $EJ l²ڋ鮰Ld˕#197NEL7o}mLJC* 8(DXtyDؽElgPxAZתi"L4&u7\ŒWDQr$ci 3w4A86gh, OhKhU<S_ݗ^8I'\N:5 *h=&93s1alj s[LJX7723J^r ,u:F_Ys_apyXuuA@m2oaxJfypJ&UFC|r)+/]1:A`i2xt/:EjD [ͨs|<|lPT #*,- $m@Y9W9bi?|DI:9>?hpLk_mZR&L& GiEFTt/Ú?VFW&O$[-@HV踃i5,562=PDkz:eX [n1$dC[rM 7M҆:\Յ&)Rmv"G 9C6+D iuq[> } n \'r 5"Vg@E c Wb5?Sݕ~Z5Bz(>#,)j1թ{]biVWhP0YpgVKVSȞRc0CG^]Pchf )–|٘4\Dm&2>P""o=e.\BK-f@YҝY 7*/iղ;Bf@+'N0ONWlІ8QAAQ}U\}P̗#W}ZE ~Ia#Z ?u#ȶe7Uvhɹv$OٕX~늓RWYP4Gi(>\5O=5+:fӅ 0kG*OM-htm`l>6đw^`:A_lԖTY a/&<DہXߙ`jكgc]d|Yt,&: =rs'~$2֚XBM^SgO(k)&6G ۶^ o0v)QKWX&[hUa2llﲒk3ax?ȴjY|R3HhY@<'x@~-&ǡHRCb?h^BZ)ĸm@ ]+qbs"RVV2D"7%IWPsy!CŌ2YAX_R%YJ@1Cœ9 YSyU"&Szu,$hQں1Mڇ.o{]&&O1:ج ^gM]Ll/帗3_)ez*g"|x P5U?PwX̷2ef9]#>a,Ef@rz/O.x@0kb&}F'7/VDɓ JR]]RC;_BR4I-%.;ɬE ܉y2RIZpHbտ*wIxͤeRBQ5SDc^܈?4[ l|"]im8 M ٓ_ Xd#6z=+IwËey\io*熪gvOsSSh 9rVB!tDs_T'-٪(qz"4ǡ4WWCO&g3kr7ꅴ.i@iJC0GxۨvP૑=F4g6:dҸQ(Q#Ayqa8$`LPL+Ы{7& zkH3ScљԜQ-G׬ב8}]uHćc3K$2tlpؗ/ov{>x.)cq;y)կK绡zülIH+⿅pEՃ_EQ҇ݠ M-̫8ilk*NF{uM_RG}SM_ܖ E|XXsj5D5o3lxa ũǍr5ѸeT}*=ϋ.j.a$g[nև-1HX)oyVWl F8BuVZ,˧0~p̍ P-FDPF>JH6WD5VZ58 AͼP鵜vU"nϾ,doo e2s:oCQy7T'fӷ.ϱI$:oqU}[wmkDhyC8'q-+G07b 7vJ|@eLShVRup|pXL=Q 51~cd~ՇvtpU-}ݙqaT箯7$me#bbՄ!@ I,ͩMuajoP}HF'MD4G2}] #ΨGɋZ荄Do'DoU5A&wA{?;P`Ofo ck@yf!|+R1}۞c 6CwO<Xs%Sr{a g1$ ? f#rB(k]Y>qMaN0m)9T\+DQťl GlL0"k't!yą6Z)xm 4$`t{ggcD.vAI6<,_n2r¿5i'cT. UH^c^OKD O ZrYnW~s=OY+r$15[({BCeh b?Z17R>Rut$l||@¤BߎuZX$ܪ-5[3v;иg[*LbxRt] 2⅘9-25fig}.pS/5-JZdVi+L+E~k= &Ai-/eg}F~4Ëڗ◞`Z@RT5$jfH1W)ܚHw4Ix~;EaljaFC BNU1QD`Q1ّ"%q?Nֺ9EFW kvlo`Qy!>eie~By&y+]ehڽ| 2ݐOY*1KRSV{Vvy$"8T Y:xU꽑GͨZk_IkϤfݴ%Ś{9f+ĚH0=Yx=fLK5mـnZ}R0%ZbЁ%OC5y"iY69͗ow0ߜ'$@n 0gS"yֽ44,7Kn:/Y|NܻzF k~׹|i *v7-j ȠWz4c9t Z;(=NMoF["cdK…xX 6^{-qA>HxPK*˲1P2,d|곅q[1Zmz\w1.-t18"0\ԓ[vvf9cWgQs+Z,M-_.sݙ4@Q[Ҫp k<_fj/%*ãnȩHnjpKhJHϥJE}O|_Tj8AF11"y)S[\& lX\t95:Q`gbj܇t(z@H]T|i`C], F{cMG*#FLWܯhzT&tmWS廮E"X? NmOv1djihB|.9.l؃(.##YF1(|L$JYz ;JH)MEYg81L-G: Am IH*FIHq>2;;\_30 FRբ6z 3'“Fh, Ϸ5n~6 ?=Ϡ%PB"I'sWmf Ɍ/5XkBV #=lH$P7pt9N^">cpDEpZfHd*c tkZ,*=edձߵRH-NC-dbɼ/I W@NXei~]( uV}6=`;WAe_ XPZ1u7UA`eorU55M=/8Lf(XUxjT7F)2#RhG,/)CX'j/cؘjƟcNVC]7Q/7XIp֚@5g!5::)/eywV2 o14^'e>rVK pv婉7 XQ# XfCi=h3eObYu)*%]qsрKCN~/}=bWPmص͕غT xA?UG1v˩L"GYms(58^KS^{B{s)nɉ{V茨 (>Zw]Ѯߦ1vwX>9  LSl2Ng?<Y}(XoP[Xn:5>NUe4TUs|߭\>wQɦm*NZC='T,Y7[\ǣ16g[]~ͨdy%2"eEv7+\eSZwQ`E@4 PFﵑh=ilL5?iC']91ͧT 0Q[ə͞aM 3@ɸm|ձuFߋhB󉰳KKǼ.`3 nQ*]3p\;ӥ<.L#iGv(!Ρ-Ҍn}_^6!ćP=kK{0n.yQ,b1` Sʖ}B^)īNɿ'M!v$ژZlY{N_AZpi=#k?RbS~iLv-q2X PEذ kܕ;q԰ gLW % ?c`"MӍ!Y |%0m$.4kWU`13 F@iC¾P"KK =uk'P“4o.hȻ6% ֙2ǠE 7؋u–/W/N{(֧NQ/Sjc{@hhʥJLeU ѿlhhӢSGtyq 9s626.vT2>l$ѓIL~}+\b dgÊe)K&XXo$a(d0d 0܇3Nٿ|CQ |GPB@V3.q(pa1u+v4q'pj,?ƽ%Y'?E3![Pr<аl NW)}m,'#l4h/N:ڗfbGFmQwA< Uj Ku( W__-^jEq7~ZmU L[P{A3<-zaV,w9ɕ@!ԆtS 9~ :Gv蜸v(m錩{5iYf#ݬ }P:[vN,Y\Mx>?ڍf 9նվk,0-?5]CشG_H32\C\_`]ce" NuD&.YRb="CK*KR nb1gFC$Վv|O[evK֤Xn4cCӷ":Pb2 n%F9 ^!n{"~pV[Iʹ_!tz)dp㻮E ws*T-# Vd;.W<;"AR& Gqk:rgoԲ,/q "Q6 J$IC܉(fS=kX4 C oA8pF[%]9ͥA[_9Gx jQ:]Z밞؎g )r g*O6Ȉ3d?<K{Mgño~!k0Unv,"cdoP6{AN57䍚w-u;~֫./.; "`C(حoÂdͰJ^wgGػ\?Ly X%89XdSXzϴV' f-+Y߮9#o[޳4r9ğ? P!Ğ=+DTz5,O8\Y풊Mz1UH B`]q)'1ފZ x8 lB)& aG5)ȫX9 <K#SWfȀ:+Q;$eϼpZP8;t*ږ% ~`\Xc (0V 05ts .~/MjELq'%F)w>41ܠw7>M+}3V1N^&YsTn(@1Jq%͇ v{p!nVjoqRTޕOP]# m9D;sJӪ<6m,WJQv!@2OSOЊ~qn3ky8>eNU@Z$y' DH* ndaF|1W`?L VxvY\>=yOHpڛ25lt`.Rv)S:,$okE(^֋`) ҭfty/ .,Yp-duaK(D3+fVZ!vIw{.wϦcgzjٔa5ҰHye#~Cj ( @?knO [ހ\wd(YOȹnv,R3 |OS.D*H{wie"Ac&Py w:NVw|as}":hqX;$$ћW{QlC#w nh-&p(kR\o Y#|-*o,BS .+1 |BM10|rͧHgzBBv\?4ɇvW\oPȬb(-]&!ց41`VTI(4lql#QYZ>MOe8V hK ϖd!eYx[XA3BƓJCmS{TիrAi痴Go1IwKHJF^{Y}$4?Hf9 z +8/lrrc7B-[&l(f]x%\OM)K"W9Ҍ-/88X[э͐ͶNi βaMWz|^D 3#@L,_h`DɅ]?D \>bylTY5fZ4sc>w~-#lD=Rw<Ε)C=XJ傉|0gh kHFy4X_VYϺr(JdvlyLM8 ~2hg5cdNZٲ+z;Ḣkl_?'ӌ%a+u+dwo!4W =Ѡt4 0= jWQItMHgݭ_ANq N4N{XbDŽ k)PR]I"R7Fa;==nU'=JIM^Xk6ri/.~V%aۢiޘ-p9:o>ǯ*pu}4RFCnc0[9Zfs/⃩kDz ؉g9^^H980=q&qIP{Z| hw4I$D@>mgT[~cf$홉DU|p4Բz$siN-Y@Fpj[ +i*]+}?liI+ No9 W?LM%ɖdz|8ifSx}+ȹcU[Bz#C ɧv7ey tb,M+v#i`@2 ukly;c -psDd#D\>*)ٳ K dC-Ʋp X$UmI{K@5봘n\tV{6l&::3/RWVϿc`hyI[-ҟ&j2.Ha1;a cu`rRBlA|~u{Xkv=Hcj |#cy`>7D`.X9 hIYFH8"A =b`jWd'5Ĝ։qPc^ fwwCRR;.}Nc*!F>@9|dtOP Ҏn.-M]d(z(?@\V&B||x3i6 %֔BײΆ4//`@VlNݺ g"/LV 6B ٮXEsNe8<pBrJ]8ӨYxfm6{,\PVzUŇ0D F @GIrŵ(C#PɳԹ SS=h&?˄@fS,LWF9*ZK@XfQ[N$oG)B{{(k>>Kb0mʤ,$]e w4 vQ̺vf "K@ bi} 2)A^g Ą;\}ʏ^_X9/'"`mH Vz.d0Xgj7,˪ɨ:1]o>,Rg5jLIr=%id!!r nLG0$<򰩻"6ةR6I0z]k\2MT U`S7^z'Ļrr'k(&ArfjZD;xS+}8QA<擉j*f7^͇̏ɶ ?rΛt` % +?EߋxL?Aך@*8JRkgAX\I|k'@DZڀJsvI.")['/D4bky'M~h3w3P=D5۫7G=\F>,%2XʕjA+BR=.DRhj*xNi>IX?-UY4]'v(. /=?,}vM-F;|ZLGR;ǥdiŃU_ =;łw ]y?qQpu*(ׁWe!C4ʋ\Bv" ,vCD|!F/w z>I`&4h9yH dzFý ք/-#yja%+6 liVSy^ |G0F#, ̾O);-݇KM[qlB[éFw?w*TvJ +Ffb%uzJW,.l te+L7l~!p K^4v~&PԍL\6/"*CJyˎTE' ē~r*{D+įCqUb?̷ Z`7kiE[\0Šzhf.1`'fb%fyeH`F؜4oTm2}z[lBעQPBOfxW"'M,txL\,P}mI 7~br*V{0D Ma'[>!Ϭ9Xud(>u%H _ U1j:9`2PLk—ޏR -°vKþ_: Om$V//Weʻ/Kyy6!49BB8d_ݢu@qRDV6h:nJb3s>m4ĮCpk8-iٷ^y͘yTטR?PBfP(9^Qa yV1l5߾: [ QK <>"B 5 EuG)0عy?!ACJSҹ pM-@b9 bݘxqs6G{GE;{T}+@ oPgԭx}7Du{AНʰ 30fe@=uf8L ؖؔgn8#Cw e1VYGQD쨦T̟ Ť!If:񭎖s %i>h4juEZiY$9EV~ dv\HZOD:M 9 1GW'u[h}]i̵C%{BU4#YEjUuK)>?ʁǤ!xv|ѺӇT|&$!/\%/B !!Cu*(.B֠*^ C k):ui Ͱyc1^I4*,>6ڂ0 s[wT"Mϯ ٙ*acJ9)4A/xǓ)d|O$(-SwPOHb+15(!WHF wf`/d^cFu!;Q4fsJ C/$o cof$QDը/jJ% H&!cw"A!I/ fAe_lsܰ)g" (zlaw|GeM٤7gfҀ]C _;1q6u]0ߧNLqq8\=VI]'|Uec@A%1)piMFe~v߄NRodɚt:1I9 4D^qx [&5jxW؃J⳼@N!<㨩RTYӃ΃D)x:i`hNҮ$rsq=-0GneCozA{HrO8Йq/$]/mF^F*S@9-!-jf\2C6>Zcn_2ZÆƚ%O h}"O2F_(#bu`Q"ЬSpa{abbl f^P8evpnxӣ4|{ĝBF(~+ـ]{xtogVw070CҴV72a/Fh%8f56 ǝnQIY .;) )Wݖw^D`m͝@1!Coϻ[(̳s^J^]f1+]s5 e Pw7 6f/K(o%fW6Jތ[V }mP _a7/gƝY]*߼D>6kOu&NF((~D1DLdV2[G b>Omչ=sK,*11^ۈvE}L*~ƞ[Ӊ>X6`N,2/32S?@-E$1TQT0+YFf7 Kޟ-_oO1mD߲:fIsk+%{iK`&b% D,Gl B`,9HkpahL2SB-='|=BAwǮ}%JTn}W*l/=)&4UrJU~NU(ɵ`+ǹ_Pā0]t#2!Knam^}5xմ9bjOYLrs| O+NZſsjd>1(Iؠ5JS$y>.-%*mK.$XQ 2]ljܚR&V|S%W"C WVjdIq.ꋘ*1 O~ziNIr ;z+N 43.yc#lXFBا\Akbô:S2fuL!9i kg.ɴ^U:全#)Xg@5ix6g.KX;8ҧ~ķǏ]VԀ K"8y ja0l8U;^t[J*.ydu~@S`:Y!1};鐴)>QR<+{lA2E&t|7]Xit .:x3?RsTnK^Dk+Qi}4!XSHt {YtuE aBtO8Eֱ :-2Xf]*PLI'+dtWO> $*{䢴ph:c69[ '2y3wTBԵ˩g%B!pr~4A{Es:^7on5wU7R@#8'O3ڱD P?@jc %* a]u:3LEU0PX}%f!nKh!n嬓0>^n[nVHFVC &EWwcMKTSMRpJCWHD ^T´•-xcsNU"IQʲs|k^$YFqG8Nf7"*$*A>7ۃC*<H1 g= sS=aJf{U3 Wٳ$}5{ 2 ȟm\d+_t+bXq31Sums`%/z80oΘbubA'g]~ݲzb>JOw342^a&nn(*=)q4+Deg}MW+mD$b^K W<4,sF=dzR@^q~t㏇)R@dfp ={3zrԔ3*xpIM$ fq iE7_pl2vgj}c⎁H1ǝИxJrXX;# 2}_x ʄM9>1{c'z]<33?!M=J)۶R9lM<)V#G>FhuqN^0וxHhE_4|[arBuGrGӰ)j+[X-zE,q& &nv;%wE'gF*8xo  wۍAob B%NT)FQMBi?!Ya `YR&YzLJm<`~~JmM&b#q>A%KWߜ@SגѮxa wلYw~2(J'ho|$+u<~E1ع|SkM(D͐Ut? ݶ=4qye`/X)>ls=3jyFE]$k:Gl;][CU%u&.z\tv]@5۸R pR G5ldK _o_'c;LxO|}~֋iۨ. *辊zه;^mF_AXN3n{!ܞrAi< =}xQ<6-P@,mtQӓHNvHJZ_;3n(*}CZ=@Qǂ}9XЀٖouj3Wׁ^W[H k^SLUdʥ'DNigA:㟶w5(-"QnÓ_1={|wPaxHzwV4]̣Lh#) 6^]cX@T (j| DE"ĸnCo_ 61ŌU̿,=$ޖi5 Vfƻܛc2|li2 m"UrxT1s;a6 Hq~G@)ڧahjFJu V8F5Ac#(GȾ\]R)i" ^09ݸ{8m^s`4a r,+W츓1u !C,+&3ҒHϩrܢƍtU9^+Uկ-oOMܨI0)Qごn*͟nt*S\PD3q))T-p b@#-ҀԨ޺,Gxţbr1Syc=TBғ AVB bR?o:#5ʍ"U;Z^*Z-)\cicv6\uDR/N,{\HS֗ϐ"?p|O;$!wtn,ZW6&2x+mGԾ049n?p oH8JM3@}d |jUSo=8byp Ѐ T$a4}"9l5?AOR ?ӎ8E4WE#S8PT6$2z LNٸP87<gl[ZGBqi lM_a͙~"DCDh8{5wч&E m|rHQwɡʊ7KL 'q`3-zsikD|D5N[dR (O Pƫ;uD2F&-Իᱶf2K߳ȕ^Gn ,[l+3dos'X=Gm(^ư{xe-^|ǰvsc|\<媭( 9lG@zs6p lNL[CīT6 :M ;zbauxeBـ(LQ=}M@6a᥷)gȉTĦ^ ` `h{n%>*c[PS, Y=v#eà3n3":9@e6L)U~?P#n[*o`{T){4F&'0nuC@F?a2ɬh6x{ff,*[| C8@wB鏊9^%=2W6˼Zi۠䊥-ػoNߴ gLb^K5z!n9,Iצsžmσt݄X  dTY:ubA[t"{g7_~&CRO m >S\6I%:$,&8'4L1XQH)= ~6(1p ٤NN +$"/h!JFZͷR칈kA)oyX=bnjI^,LY; ]Wd\/j&x%͂C}CT؊7߬k6hIK\}&(\锗%C'xa ?\'wblP5pIۚ~y9!ؼ܊נ+jm|TGC =:L33A ]ZVghi'2A-*44D[h3/?drlǏz`=ya"\o$y xTquM/r;/|0mQz[Mq}3&I/nva*ǧQ&0.VVxߎ$SjcJm* DʗU鴯d(*OO yO,&;u@B0V03nXpʹ#zeóР; &8w~Y|_g ]]u'hymǔB׍&|0sqDFs" %v8s[:&DM|R>L&ȉtOr;V)6, rvKiƈm"z f;)qR8:8a**33:g?.2- xSd;CKEo)m링7>J>^Po3"aWZ;44S.}/- BCC٩wуA{l~qF ˯qSZ{;L^Y3@~[/BEx]"3^`=goV8;=EB=!ʴl%T%ڡ E Flbz|Ǯ}cvtNHqUYJ<"aEcqC<-b4OXmP-XGMk4Yg n-.Ù40HwZQV#&Y)V෥ lOe=f" p훹¶D]o=D_YFs@fHTu#Nh◇!S1Ҝ65&Anq) )ƧzN3gՑ-;rd&xld!į'^; "kkX͎(M}/Rl]܁xnmݞR,Ý9!K΁ .lw&(OqϠ{#Te"%kb(L7"ํIm@WߍHb%.Y6~6o C_ƽOhJsF 0v}*oIzWrءsF$. wh4 mg)^]<\7 ?9}$;Ħ<ہD_5|VGo$/,–~V;eG]ʬZ]EM]' !y[%UVJuAQ943$w*!]:i;?#'BAi9nЉZ H3 8<^"ia1eBmiu>^:|slh( yM>:͞:&6@cQ/x  ^3Nqe zhWi8rDSPjo4cY]ͨ<^qZmqfl-K4gH WIg`v])$:[u}c; |'yĴL# ܜ:R 2Od%i4+b+ Пe3 a-ulIHz{d렡Ύphn9M\aͻ%!x0oѴ[TP%Mr┎R:_u0gBb\Xvj2U条TEq-RN0?!~cX9K<3dS<9sC Q8Sg !lƊaBqj,tɒ% ۇ2MѺhX/ȭ[oE>zQj:}LfaէP_EM"csGDM3 2Ϗ - bo8U]пw㣣WUҢ[Waʧ:7U~y!>Iv ʓ'KMK"A._,DizȲ'Ў$JP?_jqv:Tw˖XӘ-3nS$w?UclH]'x'yI;1h|#<O6y]ZH[:` O_7;RO"s IRhVfy{+(/1IkO}NӢNx[Ej|e#r+~u2>{uHx IJؑ,:RoAAkdR;xjɁI>!Vz9K:@þWɌ;}Ld ?܃]16IŊmTi.ݓ5|)@>KY:_o3BhsՈrxSRZŚL_r+VC [ ۵wGBmW;ɶ.>&jk){ޝͱCr;fH=PP_խTBo_ӛЭdjnBG: #MR4도0E $f@@<⎜*E!ق8>q:[^]RJ_5sF4r~',}ʉ7 tA}k52ɲPxMx;Rf -\Q ,%H2rGx7`MG{e=n(;ԄH,\4&0O}N{|oȈgGKJQװR!(6ݥ1. SudrܹʮXހN3oK1:pȞy\zcJHD/5m({N QP50OUswk#Մr ߼x?ҢO5'D2qfSS:`Y=רT܀+ЛuQ"HUiKBO4mҢXZd93UPr7ސ?87ǥl2H^i+C<R{tGi%/HwccA,D]_pj\K9ӂ0I  ~Pԙf YWRᅩ62̈T??5-8rwe`}7ވr&4N]wM4HzY,:ELmue"\)uQ"!8+Kd!HA{V4/xvT끽 žpl`&pT: hrJ z[m__5u~iw<ǎ>D^ HgywwmW 򴜕zX r$#Se\&ewUN jT |iB=#N(>$OP%q=qadqT+ X% L\/q%i~N#҅gz]O fu ob0q/SY50"~jm/$<+HP%mBj.Hrs~ٴ[1!N5;_[]|_=5260nUQa\] |.w #AGcʥpr&BQ?MP[W]{n?$S=E?.S%\ܞj\A&x3N q<*0vb{Z\d#2Y̾E3"/HOT*N7Wi&"?8Z E(|t CrR't qE #s#ʾB)=xB{~ɀ?Ϝ`_c8N$$.˪6E$ ^{Xp p߷/CMO;KO^Xgg<7"Hm[\&U+eŃ(*]ϖ򲠍UBPЊYPZ?3`&9#M1<5"AGkefy]*X H!j:uj v:FY|evm3EݍvdƝ\`g$~͈/Єwc*?8,{Ẅ́]+zaok_oϿ}P[ PW8lӂsOuKS,QGRrӌF8O|fN^{oED[en(A}<)DsTof=JS׈fs;eqj A ~V]^x- |,O &[a)>ܩ o){D]Pٙ3nR-Y3Gi=m_·!MѢKȲ^Ӵ> ?H?{mq$ 0P F>q.0O.f!xe_WhdMe9Ƀ8x|0u)?gyfF MxQfab7Guw%ezϜE.Xb8زV o* _G0 #;7yC2wy\_ T'MR۬ј- .-a"pZ"}&ei_ i*0GleVp=J"w:E ÏP'|w``8#,'D3Tܱ)Z"\{.hВ^GN'ECl&`-h|h>$HǹjV`@ PiB{,7I0r萬q#νOQ agy8O7{\U{eU i.ӧ*bwr @A tD~<2 fiz"%ޓၲU59~_3yUN +ׇڎȲdx&$;4*A~Kzz1). pvn#Cη@n҄?hN- \/zhᮊftDDeX! Oa7oιjH=2L?^VŃ6`8wMNf?ǤbeQ HO7+Ȫ$RkG^̕ }H1IQl۴J+IZD2Vxt/ e7gfRtPHtV1 3 u. *LykD0NoC6ci /MۻdlmDhuxp%d9r)af56zjXAЃc fIk!n ›ϩ_? @:G+fZQ\vi|Xy!}ݒðnˋ d]2 5,Q:*h%o/jgk| 9āu A[6[jp/*.Iƅ,*ޣM[!|~#vgۭ?.u8f`SE8{Ҧn7qv\y[=lW@\,4*+ON߽|k[)/b6zʺ- 8Pݙ>$Hx==5~:[dlE '@(3 J@[s54>WK23L(TqU7cMބr`J q?!?l92ʅr>|=eX&S|\${U fuåk؄cހύ`R̝8Ǟ|@]?U_ms5|xTe2pϓh I7 LR>ٜt]Xv-GdєO7pto"i|@A?o*Mؿ>(z22sh}]@ontprU b)1< H%(NABR!GXp7(1Ѷkͥ .?Kr&f.sqL);nU! CZTlv\m>|:5=rK7l 4s3JN߷ĩW쉰EAvRJ>;Ifu!@댉W-Md%^/lr @N&X-\ :W,?=~#2ORP˩6^ N|75hzl'$E=0e.9Ͳ\dx WV.IJt۪N۳{p> 3{[N7Duya%FF,wNKq֪ʲDGr@ Ħ\ i`oxH?B1ήlL 9GO/;(Ů(@򫟇کjJ [&CôIHȖD))\^X yZIl>@`Bx,2ef7c'ISXХ뿆v߄.P9~Dlց&Vth V྿JT_Syܝj] ;ؐc@bS街ع]6z;$/k!E `@AC'azIN'Z-Q|l(4:u ME5ۛ?U @;a`ڭcmG&$A1oܱe=)ݠۙ 3[ˬOxj2,;TP] (cJŠG=3M#AKxw^)NP:wEmFC~wvsdqT9!0+W58>,j(>wL8ާ]BIbOb4ŧ5~/BpBfʂs_o֩^lT\9kaQ Nsk|:ڃ?)W0/ cD*l/]:nlj]`!ju.YR6irQRZP HC"Mx;/Ý$֡K(?p0I+9ݤD:ug4384PXzVP3FJ -1s/r(3$""e=5ؐOFif:71C C:K 7Q@^f Cc~NЌ$uɤ e؂5M'-{ISF?- v+!L4gvK! O_؋\%obLnxqѪnׄ1 +5 GhFO M)F鸲o+5Dpk pEh.E:6A[;dDQb[EK-ha6":I/x< 0 fHKFxl>XWu H`=q͆Rֳ[YzQ3GzpLcá9A I'- ђrR&I=hľ@ycW'spmZHu]iOŻX$oO {bƼ`"Ⱦt IX^ꨜoL٤ܱ#L-nЮݫR/K`-z2#O73''ͥVq EYX+u 1:s柷b6!䏚0&{^rOdI@V\U.S6stw[{V.V1uUx+ҹl/TϜܨ~z͡( DDHXZT*4aBf秤fuRDv8 -c-; vMC 4XE U2gyf|i1_(c.SK07-*fܣ8NWH k7!hVWB}eS4"ŗv؀Z,vU=wn]yE-M1s; Rd =߾x+.Ca7m4ubYrvSС=iD8Wb0s rux:XAs"\)"Bûhx5VuȗtXH4Bxƣ5@EDLWP f`f5flSrN1r30 {!)S)!E}X @L]xnԡVwif+=eLօnRImܡYA͝C'2~B3 BS$4GiH.(&SH{= gss(E!,IF| 7#*wZ3Rj@'OpT°lc3nLHs`W̨?hP ܭu@:3fxWr.aF-oQ:*T0 `l1fH;UlMhgoXߣ>U5wuhܑS!@,vȝ1pTI=,+F~zuQG9Tk ðvڂTO Se<*5Mܓ(I3 sT,Hø= h۷ρn *Dz`@j47+H䤎 yH@Qpɸ_9e^.4 bOά6[CXڤv).FB}Ae-&؉Bwb'OULJ =.V ة&߮~;X7uߺ: 9Rw3\`uS$B@OtĜ9`̴uQ@`b~YbJ^$U͞E eC@.ť2O񲖝l|7?=>B+*o}iFw g#5k|`KzamS=Pݢ,Ӂd_wu}I{C; v/6f3Ay?n-A^e* ۆ_ۛ{l`4ʩ3xSL tecʹX %Zm׬F(̴ ܅:(HpMDЅŽSMMF vjT3M fQtӃgH p77+/ivx>rưl yis__n;̑XF+?[hnfP8Ŵɧd2%)} MsJI ,x2;%wtt=è@Ixݘ#>>@JPShz& 6e w[8N3$qG#^_`e7G% IPk_)raH2loZ9 !"68{Ԟ 5/v-QJ%T0{'qݽ4#aв5mznbOr; 8xf1κ" +Tgqk̪~ej56xׇeSrͷ) /$&l={T73B?Tτ Q@WBW| RL4&+yf'@<[uIw,bբ˖3!5[XU4##7oKFr'x8mQ(Al±nFC*肩-w4[~k1a`ǵIZWaŽ|kf7&k]_!plRҵ@\2׽mm'*Z^BwJCMB3u.CCq)-N Z_"V4Q (ۀN1ĤRۈϯ_TxgNEp.I58SÈd?#uBzsM{m)mܝ ]M\ nB =B2މmToHiw>6{ h&ap~%WCW@INoLyj>itX16|Ŝ,^l/ $㗼1Nc}7PRYwXJh)p9LB "0doh Zj贞rT1#Bp^NalTLCq_a3OL}磊-+"}ynȅRKaBDg֮ٽP)׎˲6"J4[[ uo cjLM1M"BWJs^q+shddE /NĊ*BIhKaIKJUG@}^)貧GyAQPH֓~rG)&Ok,gbyϨV%$'KI!Ra)}J[z} ElMd3#i|9 sPM"Yp>b@{ُTIE*C'}1Bt;O_@^pǶ40\.,`l${_2hoLpv⧻t+q s7#ۯZp"\aR:EaC$_Ol"@ tv`*^G0'z#%f v}1?_⪏;mlv ;E\?ʵŋ>B5zݼe^eu:>ߚR- IhF1$Ylba&\ φ_WŪ$㦶sy8>U,Sl+NBk-Ǜ'!6F8sS*++'aZ}KRI3g̉ș|zcn>TS,b Y<35ǭ24BO*6L2/jyNJtggNƔDZ|[ imEN[j!ӈ@!G]NHbHEվcoDvF}EC|6hVO(=>Є 29M#>ʒ'@5rhp*MEl݂ͽQLm?0ˆGo`fyH%S9=Jޕ倫pԽ#7, 3'}Ʌ+ O$뺁 ;VgAav׷tcmo(Ȏƺ-Ō|4:4C/ k#\U IXed?s- 2PZq_3nYru.9 ZKr8't!{> ri9wA/+L`;EX[H795"WT[E*;BcևkN br"MһԌ3SN9Q- zmfbyBcnC=鑛&%8^c4D2US<$oOػ2cOU*!|kS2w-W2y{WcF?R}Z1ʰ'4atFVcfXNc6t񥂒M} =s2~̃1TⓋ D=9.$4W"Brss*t'·'ImHd@h=1f%eGi$SvҰ{&!.0tIsُU\f < Q^ݠj2"e(sF+2jw)nXV1Yc 178g_D(׼z-G? %6M-@B)%S//oxh;V+%>nV&{3o`<,Ӷ'޸d +vAHPp~O#oPW)<Ҧ|\GpH SfH4* +ۀ?S; Tzs #7E/|@.4j>y,h=ϋS&3U*brn!PF1@ݔ*1,+\MJĈ'Ld}ke_wNWR8M刮@u`&v$xq_J##N3EY]*7/PJk v}rs}#ٶ;y^sBq`ZN%G[ĥHhAV5r-H\ܒXDD*TEͼV|A`L{x=IUM<#blV-E]R(0$VT8,j-h199*AI4 ; 蔷Qڋ+iۯ.Vk5ub@ *Dh60Q{kXCȲʳ'l/YDև:s̪;m߄f{y| mgF(g~,΄SWsi+&.s$SB,ɮRfG[C 1: k Yo*inBE\q*3# O?ukBJM:\1[޶} X T21@3r4q pG_|.@ qv梲> u[ޔh#HqawҝV4$!Xϩ PHq"ϩTiGgxY,7a&RH+Lz•=̇]&r`dꗜŵکOImX*Clp nûu[!FpkeL6HEw8jf՗k@1 %;幇b5 K|ߐ( @7H vػb_PQE6ыX¹Eh .TIƞHRDCXy%~Lj0i1BFl5g<׊va)3'bAlu{M+=,4;l'n8{p3_5Ͱk?_7Z訓tO/ f*~ ?*UBj jGyk"mBG$gE_ZNƫ499ˁ(t/f=WP|EzsFZj9 3ͫUu( \t{pVsNr9rtFJ>z>[>ə̫ =E;e" &O@̔#7DŽ2t#mat-2Dq6U "qֵ侪睰|>ɖjE p#Tl>&/vv<˝]#6,Lέǃ[b&ݠf&4LtcˉI\^LV@Rf?'\AԖ=.TfÞyqV.WysƹBa{x{hA2C @RA|Ch sC51<R(BTc=e<4 Ef`;_ _e\PY;tD16(ȸYP nd?ȣk}X s:{"K&P!_)@N n #1qp0&=use8A%ʾU:AVk($@AB`6'xvC#8Qz+>Iy ds88*`:A ^۹/nH ?ܝ8l4Ho;RXAI Fϼ!X RFyN !>qičF: Q,K(Mg'q`‡F唍l LFF"bΪ3Xu1k<&]P4 .d8%Qu6Ji]ʣM/.` h& e͡!(ӝ(uQmoU-9W%0toE1f^!(h͝M*軝Qhxn!cMCA K3U:"F]$ ̀G$S9NKJ?>4֕. )^~3C,1[$gN*u )O3f8D)̇)e)KA]d F0i:~{rqo=mN"qOQ/@#Lb 3nr괄>#} ԿdQ*ûc⸨|r7;L)2qރb2WNZ\wKEL׫heܼXDk7vy:s%LZ.)trf5SJr^:OUwԗoBMB2y>f;$@z B⾔y&*!iL'H놢QԎ<4)mgAƳ>%ΎY scA}2是2;!\LʔtC71Vrf^Q*(jOmTcl+8>%Ďhocr2~\C+Ey;YH}vfϯS"Pb}|Y)ft RkG;4et~0[XP%ơU ]mhɶ-U|Uۅ.pRDmJCSdVF=]N7lynlwL鸭I}F]^0fݒ;OR !oF˓mL+ NrWe(!Fu !a _S+q B"ﻇ:Wl3O~ 5HFmN"HrskTc@rvt/49n=DŽ'zGNLL*K̳߅NjnҟԔ+GHPI[tK ݐ)>)sՒi 6cfO%0݂ ]fW"S(X>R@ lqn]aY*|4kI!Ug(փ{$Fh^̗޳ۢd,r_`zt5m ;cltxkmýڼ(37dS 67t7 p1XW ?q5-"1MdsdwT=֔oKLă)?0' DW/jb$MS3|*'*b@@ p3&I,zfqB]߇ yWyY7(aoLH+FFʲG .o+jSk88=4,łҹw5Ƭ)%v`c[gW3QA9Jʤ *i|6_%87BP؁ |j31"O_-UB<8˴︃I>PiA5BD7D9ۚ_ūäȶ$Y3~ w!$\QDĚ V(K":1E*t k-rr -(w;(fl+:t&!=0qIP}ݝ/.m#Cƶ7j?L-h|*8`2/rCXpMTw>3~]/{Q8#a&exzw}ͬ"08_,Eze*~yᛯ' 8Gdv<%cmm[l9^w#J^.IA< eZF/':"S#%X!lhIɕ -)߼++a\F|jFR W91alT SJdΘҏ`;[2+0/2ny:Qmvu:&NRdm18E'&~z ,5W! /RDZȰ k6рld.㑺^G7 3j`\$B 4o< },i/%8c8 AtwqLvN{\l{GHΏKf4ԱF&ϒ؃ ȶKo}pK7) iAa'i}.VdU>0W4 =f'?@Β Z MJf䨿v,x6o/z~9=pלu E#8};譝Dܵ .j 5 g1 G; 5 SQWi uxrȬA¼3c (i!tR3`Ӡ)x.]2zji#Zn>dewkn*ӣ@i͎ h /*r8j0Ҝ8LI:À`%h湲/lfُ$L!yL_k-cckRITIb{s+Z%K~ݚ rC \-GJfE3sn:" eQJ\?F''6sȨ8*c/uR\=%>4ՠӊJgx*- `fI,M%@n1PMDټ6#AdU_mkV969Xޤs4-ѢDzyD=`_5tYXX`R ^mZ^_)X2*6 f$d K+6-vMgb 1yw6vvϡX6݌h/:qd*M&ܗz_S3>m+.1țrp!4o4IdgQ!]Rr w2WB/5fKqP ;'"pRro|=>{69cmU@$.Z?baj[aQm7!=)t 3]+.Yh jD='<x,9_1{]O&]4CVI&h ;AM1x?),5`&IA{0L"Úq,@)3(Wޤ!68m%஧NwUyy9rR} L;ҷ0@!}uC}NdQ9+,i'RΣjoj%.bwPIUtTG\"!K@Za*'D=hQ<{`fBJmFcIm."o0E݃ 2^[G]*DF.ZpF13d|l ݔ!bC]:G?psn34 ? 2ZM9C)B7ɠ }m$kTM=u"1:]̄ e)abtvfijSItY@y[N+$Trp_T zgR-;LĀIFr>r]+.h@.W">$t`&Ɨ[? gpNQj5jӞ$2ii 9J\sBHnY*5;OZ[9pE/*VzKV1\]: \NHzȅA(+-h>yT#n'Q^vlHM,[ׯ/;)ݨ4Tus2Η]Hq&>~wg#2)¾@436/Ki]dM$$R'uxˉϜ?^pyveK };(ϷScN={ XxTg7M&HJHU= umZ@ Ј8RiBuh+\5R\-=l6=/QPx|0;`%Dp`<4gl @uPLA W3BFd ]|K3XE1D;$3&]zMr4n#X܃H R񳰴H(|še_Ťnې;~1b%RL%M\l |اώA/Bz]o I%?xm*Dӑk|ھS ~#}K~MQ$G'Ӷ?za}Nܱ_7eUـuJ7Q"7Jx4oY$UoX1P܊uя@_(WXSff 99tCEV}3V05aF#n.GӴ=F?(H:OVTL;Nn$uʀEkܒ~LW8BP>| }>zƛl|MF>:0 Pv63 )QZ8> Xh빻m?S)j׏`fNMv$N) (Gpl`qî֒.w" Qcu.vE i'IΫ\3=[՚_.wJ p`I#JTt/'X.OĮL-rCj_R݄%)DI!Y.!?4f#U/p:ӳ|ܕ{|S1\Z_ahbIFRe43vDǦk: p(%t2m|<}C4҄'V٩[+BG Nk~:ȱI`K<mG$EƑ w:`g&x!{t!QDxdMAsuisZWy )ˆhj F܀*9Q;l#:oStVS2lAVnEEwnAEDSλw{  :}h.n3O{RwBeVLgi\<m@V[ֆ u(jc1Wy{ﳐ+yxb$53[^"Lj+Cb|T3D@ W>A.i$i7,vM:୯+wBҐPzT]; c:rUxVl+ gD=u"ىDn3FkxVh)O-9=܄Q `@)<$ Nn>KZ!8D~| KjfV 9(A_ \9 DS"]e [?Ŗ#?DVЄg3]lqҼ 8w8.1_ =AMSu _(F;D@2ÎfCHcsMc bP={fȴGQr:5 Mvq7sM:_ ! 6 l6mr0?^82Ժ(sN/P_ū TzKn.cߒڴbXQ0w{vS2uy%.3IwV{bFi8`o@&xQU+Q^G+P#mc>:WR6oX,eMqӍdZͰՌ F%T2yK%K*v O: Xi6,I7Q!̈́C]xEJ`RͯCY J4Y 6P2ٚK) ]cDƵ$`+|80]z_.W_SRdRJ>˘?}[X@GP)3 Bw u.Tլ綾T2 rƝA7ЂX06`*[0a(s!;Ed lI"8]ժ|Wh Vg"i%wJfBzGM0S!Z_)RiOu)j%F+_[8 HWŻP1i#o8҃U]-6\*5uʽ;1(ޮ,.NQj'E묥c-~n`_,]zcT;%6,b6P,d\JW?݊Ix<Ռ[eO#!СO&O30|=^!!CBziu[a|#+F[hlhYъ6CK.|㠥'NߩzGä<ɾK)[rS?Ix_I_fIV)JʤЙ9}Y6:s;8{l ]E)čCZ;ƈ2z_2M[H\];r1EH6a햢!a{4ewO"U7 gW;)-}CCC8qf׺qťV엠<;dfj=;>+w${_L[Ms.ZbK?j )ZS5Ǥq̶ 4ԥ37,t.aXҗWYL,0)vrZyV? Ӽ% .hd~0uM t٣\p`_ֈ۝Eh梺^Д fRfJ? zr/edT0} ߯ɹFS wu?3_wk,]5Ρ~@(p i sr<%^xKqz E.w]\7bGlØd5pos,a&@1ɍJvl/=_ 5Z5h*3H0G_05#!>{8bx=} 3f'Q=@9Rn" =F/w:m2^@CCѠȂP{6D?҉ѼI'i' V$XV'ģU7HMMC]ul>ۥ5^䍂#58qNӥ~{ W>7I42 APqT ^oՅ{"zr,zo _Obi2 1\+ ].ۑ.o.CEk'AX1:sSpt6Bgh&&xmWKDhT.㬌eE[(ћNj;j^"G U'yq#aNʽG{*Zdi5G+uE%qLAh;X /Y="fH0@7*r)Vj C)g*CG(#DM+`VMe Zb:E9Ξ`s_E3:eFcթ^QHc_u)x < >U%p 'ЦfN$/s_K=)=noA8S <]}h4?08 ^/)Xb} );^6tpPU+Rɬf Z3U_wxѿh! K gQEl]ϳCV->ˆ.Ԍݯ9͘f>;t0!UCcä.ςO} ~7{v  n YnۖVk޺z9ƠD0'gQqp[Fv T6]PA̬aMv$ߊı56"ߞ2MΒ'i77똫䕒2evxήnUfOL> ዋ(^\Nde:N~ ='lOMWv1i*T`Ƶ&GCv=Q\,@ yֈ!1vNVHm _iqa&.=oe%i}OIV H6%d;H(FMY5۵w,ߜ5gWZ.fj'UQAvSbq7[%ق q8]_KUvFᧄ/ h[XvaYMe/)/n[qZ$$b] uA޳RtX>ͣ(D1 Ϧ7yc}!Q^u'8p$iz+ =yuݤWm25wE0MrCg iǜ@t &pk4\"΍2Q6nKAqJl6wq Xlx~n zl 1׆I?+e[ƚ^ۅbTClhu'nwNDK9mud~,^QlˣtDoH  `G9!4r&K9$]X*Y ov>4WÞ$ !<'jۗ~yZm xթh ZU3sRl!:-+avNJ"p a/-X*a Y, N{]4~qZ-:i)}n+D^1OA DOCe1D癸PY Q{)~wX_Gw8 IB{l;CmSnH}Gň& CfJg 2' }Myea6łch}Tri y53WRrqz D-SŎ6B+\T)USb`"a;1o&$YmJj|܅VvHgEcM`;z?01",wH{ȘyֵmZ89"ۏJD8r>:ƍѓ5urFX]iK>Ѝz-;=K ?nv:=0/2J43FR>>E&dSHNVOh\p+YS3ﮪjr/}Uwq3=4bm:ЀKsk7$Ɍ[z}'51to/+ZQv uîƽź*94zS <@Db޹{FzRҭaCQ=*=:{ CF YBqPxC5dHCt? 80ؚ"xgE]t~ Xb!rT3jf,H @" `KӫNJd"aStߊ_n36FKazLgvW;-+<$UmIPcaCln8a3gc]6 ,ͱZ\+@%t z`o)R4]k8lO&of93=jg2 eJ'H~*xIQH E ֎k)t{Tw&BDŝ=@uwͥ}jmEݠ-- 8xqj(QϷf,0{hG-rUS Gμ9ͯjY"]sS ]TfH!4w)uv zi0dJ]#Ep( % Xh a}=1hvgy ctq 3a͕&z]]:5_P\6?Օ_ߡ)4z}l}<-W~ٳ<9*&"#Oq갥9iBJT0,HB$n ݰr8&@! chg(!NسK׮Є䙗  zG =ťqhRo)@)(3e\L}&\[Jt\nAX?`):j4`4fs؃cll/xKgw%~n*x;n1%rOTy%\*aqQrƙw_kJEc>U(}Фհ,d>|e˸_ !M)/ʷfz`!4g7cilQ L?q"m'5L;ܘuD;3sAfYg Vlom!B*kQ"#GbF1~=sޞd*Fp1hu(ͷTLL8S:oa$`[WZyx:d<J@hľm[Q@TĘL.tdc6ܻB̋*l}QAn<ԝ>; ivw&Q Ld}ѠC>-M[ZSB~#5P)W{wzM<;Embɜz`p@"pXc'LҺnfvJ  訑4Ly4 FFV#0(wbSG†% M;<ѥMB x!'(iP㸬;/\M~?zɤa ;J'7qm"opmU.) TLz(7V 0zLρ-{@,q(HUX6ԋܲ\)SlCgdymG&Pj}E*~*dpc9-þSomE00)1P"3!6AAIƣMi+hT.>d!'t!nfIF;@ : ߥa h\dG˼ rLE:;}ϐ!0Mv32tpy~l#C :3FD+s$CMᩩ<7~"bH."T%x<;gͲ-AAf,[QCp< V5};a&y;+k&ʵp&IcyA5{vu&\CWZ5 rrY /Jȹ\UAPâp;<]kuX#PόAGJʽ =s4:ͪ)o~-H!ot9D9K\jm_¡+rTt6o=gE ǩ4K;2W|ȰTaH} iPЏ=h@~5bEl/e:uo"j W NRi`^&\ j4X=c!<6@Y/VK`46tT]p|d`GM:n1< sޡ8OWL}d(OcϣǸV6gFG |e{T8CGlDB^T H0d.Vԯ쓛oґ֘OL1T3f := ) 4ŸOlqO殲`i6#Ѧ&B+3wZqތ蝎Yfzu2]nDynY[!?3꠺,=Oy]{e9i .A;.ELҽcv2YwD?l`X αw%vŌ"?'xC!r/RckuNYɷ1=8*B23tz* "r~avp貃wA$RCgz>~OLU,p !!Mqy۲7VY6-FD_,L-3 L}Ƹ 9ΜyQpA%04< L˨y=C! OH#h뱀 YrCGHea"IQʩF '",z#e˾CZa#srA˂DҴ$n6rusym2rUKv[MdIxɞ>Lvtc6I?`lҍR0-$byU}i,adRȫ>!;WRWO%Zm*+ 5I0Ѕ.%X3& нYᅩ&Kp5OԳe;wyk!u~ѭ}rDS^.P2D|M,Q~ SI} Yrc1亮 nWru3ñ[dP3=n0ؔc( `6XH@¿htݴԦF^Is"!alkWIB$=C|X&l:& ǚ_5Q$P$z3~zng-4~Te(U2n]GIERCڋUPSU"|g%&m=g@wz'>vӞ%%H&X>;kNW{wpqoY#訔 $?DQ2lpk=9 @b8^}zA;o`~IGܪ>~C^ee2ʡRjy{sz1ocAK۳\s*D>c35Z(\ܾ;OY鷚O .b-X1`ĝ:$(Sk ߅rqGc<7} 5t7#sj\AFiF!'=x!}9!htCawtI]. &e`+[]z1+[hM@a*<}q,zWOWfYea^29E|*]ܯɪe,2H^ؑoZx+yli:b|ItXXyk$ԒsN9|gv_BƌL"H&cEWad: yh8R$$RM |"5 =I~ /ONultnmށߍ& CMLq ۴zP-`r/85c00'c dkfqѢ2@xiW֡0WdOcrМozo23"sc $ EhEbl rЇQ c]e7?`ۗ)߅d"&7u]#UY>QYD Qu]Z SsltF,B(U7!K塗6 Iuo0jn3˃m<)UAu$H ъ"+T %A~N[k`)W $(7,tMNx`in6C nE'O[`͟._{{A>nS_:Yl]ITܓT@ԯQ+ES`:mU%^z(ZJbXӭ06_ya=8+PT}0 8r;A]0 }*ҩ= 5܄jw:CGfC>d`:n ^%?9]xL:￸-\y\'|vC%) *VOSZ YUBd8zIo/ =^-I>=^kQun?b">s lFME[ Jx,NX@#qҳK [Xuذ52 - wR+E)q… i( A :M h>´$CzW!C7Ҥ^Bpڝ0>H#mE݈#[2P¹N1ZoaAF-+af엍ד37n QN۲*UdA@ap`aJla :R0okЇCE-ݤn6%w\Gi 4 ?:S@ AN2ltᆆpD(a$@ .0>O ^u\]>Q$$`N'*T`5x]yDR@S(ldO\džhUf/!w־5@59 1j*id5g o%P!NBQ;hOA xW,2pbj 88|էS4_rpf&5Ktyw5dWkZK |N 8g:I "Vk D1Ңl˾8LG6[M%=}a5_+;sR7Бidf/?-/6F^0qC1 L}n2j9ox8+_8[A49gpWduLz!+!x%sU4Z3П2v'I6\IE3ai"pӝFyh&r'JZ},,R# cN\2K㮥_NˆDdb$\HFJу{C˝OϪ.%Pl҄D [[֐K9a6;FTA>ǣA|@AͪFEۘyEcQB$FQ3&bR*hϧ<m T<`#:+u e ~ X0_<(O$ m|ƟLI,fjj3p {މNJ`ξ0G^Aj3N~M^9Dߛ$/hoPbop.8̓O4wMu`p*K6cDIeҩ/IXoGY`^Jz^oZI@ bUu"VϨ$u+Mo3IZVj^𗩘tϯڪTrH+l?2uy/5't3 H9rʚ}Xiئe7I&pNsb: V횴C& D~lHO8OTUuoID.HcFufaVcwZz4bձ:s~LV&&'4RXe?v~qsdnjRpWY>2gk)'JKu?0QlҲF9oj|ƾ>vd֑ǽѽTܔRV. R-?vy`y6`P' iތ*0mg.s@tI##́g3<\#e =7?[\{e)6&/J{Ћ(&4Ǚn3;EƙelA*B)*8Ec(K#!q!Qv@51u%9R ^hzQx&Ļ&23ȡl_gqM=e}$"D^m23ٺīiLHFGڃd5BrOjx"WI s]9 ۭY[kA7`.^qx3:n8*.Tl]E\&K } g'ԡ"Gh;ó"tJM%klDZh_+axl͸WG~BHgtnvrQGg\CQ!usk&0L؅ ¢qni.OeA[z/\F&ő"N%`ZSiOMN}Uᓿ n'1U : q/|pt%CJbRrhs.üE >qI-HE)iZ,귝b"tdO'NrnGւ Ă~|0|FmPgT;G679ɨ%TxD1ZVO2n-$SDвx$lEø7*˵,击w yfCHRp_SADL}=:c%֍xjmMMLhܸN< Kɂ0`b/̎p/`y&9~;@O*xWc=Y>[H%q?Mp1 >6?k%tQ4 r ; ڌJ D?'Nor"$ t"iW0;U~,r~EZ?re;NΰPޗ~Z%uos֫V {6;[B%\΋T60䶅bթ c&Se\֓T #^c{U#n1WfB ȁ $Ks_p]G֞f$ ]9{≝o>ד/DZ@iy:AXe wg&Rrnwѓ'jfd˹8@'H ^u 2?0uj ӝ-lv87x.ty|R*S3DOYz$?!27쏣7yё˪h $p?Xp1ǎʕ9\\ 8-ӱ5(|8a]AS]-a~O>&IL=kܜ 1>8 ح{up,紜*k~~tf4v2&eNZW&>E6M)ryp##[߂n0"`VcyH6܊)zskZ|M\=5ʰ/aX<7wn:}L*#'Xʭ`2nb&_6zсȩa W{|`X)y.s6PKKx'vCѦ#f)M=y~F{{p$]앃P=)0z<a]#Kw9 _#X1TX!)KwAv.\l\iMsv)P͟0:]>CS.u?jM'vr,~}kx&[X`DvlE6L e"ww`c _`+i\?5&w@4-^_is\kׁ35ϧI`}%og FNz҃[7{5BLDM{AZKJ". Y€>D~ǿwbu9څ4,~Š̸?v,pT%eƎ>o;A@مƷd!MRSM؅8Nc@44i-]-d|WTn@#Jkg*x.5=jU?S mpH; %fGs|yJ͘؛TkBQXܞӼ䣓ޗ z0Q! זOgCkԌ2Gom'ȯ1Z;Ό/<T9fXGLp $6B6(OD.Srhzt(0qnU7Jv>$5iMVv&WMUTM&bGg]#B!e@j4l'5B-gmv{їڜ:n`oX_BhޚQ[}KЁJ$Lbw|fu8s*y"foGs>nEKTt4]+} r%j1J_0Nofeyd܂61q>.S%D8"~6?ΧPH.ܚ_§:~Je_/hNdJ[Mŝ[WswA~`hIm]v] Cn8,M1eaƁ ;>=a~Ba%&wt%4If ̋#sMSX +QS>q(|r_Mk\6NJꖱ8'/@ Mb>\ha dr}Y0RY$ ”O@\yjx1l{fRC[DJ+i}n)!;ERV׹8 rZixTD45̯܎#QėcaQTn^3NRp!n_:|ly _UeV.4K;QzXs Q5PX| HܗTX$-tDA'S5wp/j ٕ"O7jiJu3ܟahbݰ'g*["QCV(4C</RlzgWd1XʷL*|wEZy:h#ڈu#oKT}8-|r8w~8o) L 9vkJb ?{Tf!`˘5$[a o0Kw+*\ݮt$A>uo [pԓ~-01򲋨WM&{z-#o\Y ĺ:1t! ו3lM0|B A#/fmIKm_kcl\r$}rAH >/9vpXj9K$}vµ*%RQ%g&֊ O!ВiH&_ChjT7WܶV|S]/r~6s'Ns>dSʸn Iv_ǷaO EWVk\ qZѦhuvn$".GFLƳ}{f!:)*HHsV&A;&*|^ϓ\j̾\D{= 3ϱG|M^zGC`INڠݕER;>7IZRnIݚ9+|Y{n{w_" oG~U 3~7!ԈEk3*z?RgDM P<~W+H͂WAvjE?L2Y3O6(U`Мxtb:*%%~[gn7==v΅ Ld8F2# 4MEFG~fvNcDYgc7 Hs ќ K(rL%iߍyn/^y@*G˰L@dԅqj,z*B|"@+Tq&Cm¼Y-:l_b߽(YLhBհ-?2@' bvrﲬ*T*SUgLw:? i͘7_ jJGī1jxXDd!Mv?+ϛ"k+6=DlFH8Q]|7o\ܦ[$A*әJVMa/T,'YgkPگK\>Gה|',4us!Ze;mZ١`/ I>Ͼm RF-hfI `kUXgF5 t5{,H$cxPųS Cr㞃L= .K%"pB(,h0 H}{cU%4#XiQKCst1Y_æ4H32^熮Q(vfZv~;fǖ>峀m4bx+Ru޺ #zRQN;Y mChbKHRlr&n9Xhc@rO|d|U*ԪdDWw{iI02WVsag[P(+Jdh4. Eid &Ʌ36z/6$݃OYbMxR'sYhqxM,資5)>>ɶ[ 4/ g$'aZp&L f2}e@/\[l!6sRa9lZѥR}QцNoi *Xjf2E H{"(Xtj:Z|j>' |o@d?/$ZT]kIن0AX/C{=+ 5Cq<\,m8ؼ;@ncc^OdmssPڲVIZy 2/Z=:tXA!H6󞲄zk~n318y-0R4-5z^2t& @RkMJ)&'hDJ61POq"کt  8mA7؏y+]5މ>#Ͽ*J;ݪ<~Kd '{d˚/XL_+̷\Y7*o8NOBD2Co6YGXR+e$Ɗ/^gT~# )_oeSqT\ylAx"鼛3|پFt y5wpOI!Sj"p0>q`,9{9s$dY,j OxBk$[aX褦o{O75acf<dΚR8K} mwgHkGdbR:p`Lo6n25UE@15|C}yUݼFKak3I)E*~Gl;fdX'8@ÀfBW{.n!f c5p T,F[)gkL>ɍº0&,]CB? "a~N Wz8Jde7-^%R 3X,/ ܓVWMhw㻽+ _l{Cwh&4-xIxzԳ2RMq #|,qZé62JLUZ|- "-xX#otq!I,1UnvЊy@RʼZlD9}Qr9z+ 8Dqm{41*$ be:; y:k7,jY"CurVXj;/GwCJZ=}V~+@y齉OȦ6p"CӬ ƔKH%b ;"e:oȷ&YoG6pUPmT{EPSH3E@S?O hlN0/`/j 4oO]]5+.Wj`˲׿A{9{a5ZMk|@ԍuePg7G57X ]C#M':.ةYbN \ %K0_aTs/d;UǙ&-ْh/-rtF<Ҭ8 Z/sS;yF\}|nԦsv4SqUrj#:iLԨ\nN8VW^KgYxpL <VE%a~)&wEO_K6=%w$5<>]Ϯٶ`;,!ھj Dt/ `ؘs<2ɼo`tnmt6"Cx~eazy8x '_[z=hq̓KG9 J R}UZ,¢=6auiOK-Y5K#) _^$PZuBmqظ-alǼz0m;YCi2G~kk]]!_Px6:$v8Cݡ9אK6#QTwl&$,,)| xmgNXkhi8t$ ځ?P+ٻPue,^tbͨC"g=A!jity(j[ZKFޞ- Nwh s^}sDnV64n{qSGDc-t%N :="z?㋡PQ%~VY&{q+)4'ZĶBG)bqbiNăYhT=p':Md H n cy݉ey _?[p$j]T,t6OUGeܱ߲$QS24Rg5UnȿɖGueO1ynU?|r|c[m;/J~z2z-}֭{QCvXHQ4(o/JM]PFpAkН gks@pK2e1Ōb&p*OZOxōXA0LYN;A bvi2ǮၴN*Mwl u0Ujj/Lhzk@sBjC 0o(%"a@@xdE4k Y+SyF!uL@atCyq?@d׮O嵉Kw;u07Ekp"Bv ),JjWK~xYƛqB܆8g7=YON!Qs`+|xw&FHX)}}z=ڒ߮I`1 :HPQcϧ[D&QTb~Ӝ{7#l "S9jn{C +Wz+'=[nEeoF ㋋ +0~'Q {5ZYvuNө3DJmS86 AɧKQSE:Džp7u.U@w*Ӵ8#jb6eۗ,H;#v,$-:*Z]\?:P%sMZHj#_EbeƶI),Q(w-!cŃ0EuRkЭ\#ZsW٩s!tF{ `)\_d~:zytP~CLN{C? U:A|[wDA>FX/JRd5Yc7z+9F2:ˠ|-_vCkuFR&9 Ac´VrKh-4mkƼ~ƞ  er!jE5lWj{/967uE2%^/HUI N"!r B dr/)@{ LeƇ V;_XKѧM֥@ЅP&J*9KF|< 燅=]JQ9cRZp?YWujI&nۘʳ—8ᾯ[ȅOg0QvSp~.;U~tr?Ϊ,Ll#R༶)80ֵ"(6`ޠyU z͇BjMCcH|hم !F`$;.y[~M\S^f@%ZHJ9 7K47zK4:4Lo~S8M|A:5˪y3~)c82 '5pIϚ!J9ʿ2:|+Qx?V׏ӟIFyz<4Fߨ%pY>{Ϛzx&!&n!".gWe 5qiS)[sIq 0`.Y(&|QK% (_=w;lȾ;Nh`U)c`ˮw-I2|p n4wVվiPJ2Ồ|SjSj ʿzr Dx$<.D:0.ѓUEa|OڰASSݣl 7}Wa IVȕYZNN#U]tҺW#W<3liK "Gsf"̯: wX`#]K\p> fKY{ crU&></EDۨIj̹|f?M)EjH󟙿ʏ?CvJ\L vÕeQKt1$.VH6(q?`Kdm[lQmf?hK|e?B7\zr|p# 7d{VٗoׄX ގ8@m 7o^7ѯ(߼#iK)t'K Vo;\Aً΁I7vLC/3YM,=F O\NNO$ t5'")[aO>鉬Qm?#m-Z P!bZȺpk* ߬1ۮڤ0Y( ۾/~]  -+=:62M۳ڈDoVk1PyI2˗V`R_͸ۦnD jҿ|]i"*۵a<΀^[hx8 )dL*00߰ɺ^~qz5pSX;(7nk̤oBeƣ A EĔŽB9obtG)oQ)y,[90\r=%n 6ꋞk)dz9@k|3~Xm7 Py> s-,P!Y*Y+*PIBy&gT>VyT61tuXdL:stkʛҾr,j8y`W3sD,L/A |)8HV^[!S lO xjsCHqPYr8p6hUŖkD^psCelk=?X1Aah)mG-kABRGvF"v(vը99:U\\V!ck(6/܆`d֟7 xk#uu4ݸi2NؚgIqF0A[U*O~kI^"7pQ UYMte5H#G-H.\MW\dʋJm* eThN 8kL45JL譲Bakf׀l\ TNL`yu[ܛxyh*e 4`GB\]C  =hbۃ-[gA'(Vl~'R<qUQ[6[#|h@B^!ppݠmo %ҍr(TQ9+>1`d%fuy*Ϣ qO5xPKP$8(>4M-;DлJ|ȥltGJ;}oUoykCR7'ŀM5ZBsAf164X =S?B地 c鵆DSBCƢWݓTLXk*V E,ÈR&{ُ}:w圓~k;A#IѺ63_c.xkK~4 O?\E)x8V)>kcUe`^[@xc-;v%~Y~p8L'NX:J|?wUUwYww_:d/gLN]\ TA=rY Y(OXoʐ%" @U ݏm8,'2ꯔYrz-VWէ'A~z@Ũ@Yתi*锏d>Ԩ e3O= A/̍+M&(2D|kɏ[&XQAt|7>FޮTz0;vtS^Qvb Fi9){8e|+Q^c8@"ꉅvi, a%4y>m+p\$*7\gOD9AYcg6GNH%t}>>ՏC~X:Fq}rovdV\szQ'ړX a}]殖%7AFХ}]j F[0C Fu)gȦlL|@Nʤy4SCewa%aRG dJ .Gr. v*2@ulЇ^|aQV2;"n#v!=)7$hZhz.p/-ڋ`(;VVmϕ' GEposdm|UZyo`CS2WOHvr J#Ryw9t;Rg3HzmIi;8Qd^?Q pdTiLb||jU 2m,[~e[7 췱:g:_# l>/"eT?pړ)C:ro`רej غ(ODz,',ɥr4ג-N$ *;[KtՆNI3N*:Y32l{զ3Opй"m%*I 2,]SR3c6R#T+N rESdv>1됷23 b.~nN偤~i3kӬb{|0!u*|C7U1!mTvKD-m=Nv7rDd)inUJzs#l(OWLH?$Li&A*5|o !K#u}^:tM8lT̬x|`[YraXyLc>]~ʾR(aC*W-I^<.}U%V:uVTG\a ~F'jzamtSM q_a ȧrc~jbKq}W6!]ܖQQcUuͲE7ҤR;xv>U[2)B _eKKm+1.d'MsokKm f!W`1话:goXc8˂`AkI:EN -,l҆_66_+wvbwQ'>v ; *ha-/4 Gd';ĉ#Q˜_xjtoX-Juf{} :V珠9`S<-E.Ѓn8ķC~fܻZ P{9*6 L'S%?kņ(Q83u;sRT"Nd=f8"N_<ρ4y'HE- *!uy"Y^%` s?>wwc& H+~w'HX0%slt`:sj(0OKypw fp=i;&U6W4nȥ;Z霖QRTXF@Y {͵2TN Tm!jImr{ ovEIlՁ& oy9go89FqTeO֔{D9#Cyi1ho4KCr΀hHHZ࠶`>8E!|j/&gXUvh7QHYEʈ)}=2pXpt.\Es5$ ?7UgxU=G ";Ҫ - Lln&zTɐ:>6^Zq ٪]Ђ鿅Z%Wh41 r!0ӠOjnSS hMPD Tsfx\G5%0-,Whb S̫,UTjB.\9+TMNnTi.PHE{ @&9$.Np"q4ꗐ"=A^͑﵁ 9t!%54.SVdlާ'$I^!"(Scp2Fg$jd$-@c?K2AG3|V UrkQ޾C:jugs򂀖*!h$Pb o LcJ.+YԺ Ͷ;Zƽ! ,"C'RgM54 2NuVTޛL5{}+VMVBҬjl^t *xkSUhi;Z{ `"cZ=? ~ʧ1sYe\f,YGP7z#+[+Yq_yP#έ^³ѳd`[H kT~lj ӕl{F( }5BqՆG@LAZrvkuԠ F]?H-{F/U{>GVw u7c> Yj>_`@=PF.н[ªq^_fpIwKq F~m&x&y')Z«떅8U*1#vD!04c~afm~AK <B!^JYh.d%Ζe&#70I*:6~($0pd͉% $1J?bВ+NgьyyZʻBro;'8W@+݅v,~Vfo 48hó6/%fTe<1vtc|*z[qg6L@w>'.CT>W}G]?A'=ۏ;;0:s4mG`?ɱdPF?"{c$!2c\8 q02FDmttELh) Ǩq\@>L}*[~~~HK4nPKl-E V3%Ouc`pj^D \i4E;pb R$0x=-|]|5C:&dꌯ1ї=:`X-Do 5H@` 7'ȝ<&D)M~?nP->@HC- 2JǵmJ!NǛv y٧!/>?hC¨Cl $XSZm!v#8&>`*x/ ؕ4?$ƲWLCi@΀#VGrx%]}_b7ոjw8ʹ+|w}rxgm{df@<':3y<\@?;rƳe Xl(SՀ 6\So~npJ9h %3.b9qϊp3]^><u܊ЎMa&}WC_[c81R4̻MjȣWP[1V3/r SMV("Z:_rיtBx+78{UVu?&*X)jڍRsJYUyyɂ^c@eU*>4֛j huXK>3V_Ƀ N—e(sBQ2k@kA4ў tUT^{R9'ړ|*:\,WԤJ^I/C#$K؛f^-{.5"vĦ?B3e 9«vdڥ#eoc[O_}|)ٮx⪲JF=mA)xqQոr-#lj'r Ŗ:@2 M潘$"7c1v1 Xc V(8{z23wB9~[6PK_}ifɗGuOkLіXKVC4lu4@MH 2?9bc{-"G/נ[9:Aη!yl/nfjR ̗z?%d8| :V? 6LWqsclׂya6FFxu9R5qsP75zw'#7d^_ZSn2 "TŀWw-3tOOFՕD ]j ƳV@w폦REvD6 HTԒ Sg\1[3mZ܌mD<z6kaɭXW)w胄Hw;0[6 q;^`e`Rm  %" ]?yQr˫ 3Y9$z{gQjAYY <44Lxn&}E[X)/}Ӂf ww}FWVtf@paB@ωn2}>M_,pg0 ^Lڐn$ CXF62!ڷlKMHMOj=GXu19B߉PH%,GiWDuhgy ݖG.O38>9(s@sC^m_O"!8"M@Vt2)kLB65 (3R")9p+Qk ?l5J!UQ䭍G~,ęQHDH32("1IJQpJɐ8&$5(eo 3~g>VlsizF=QYt%.B\2^?p[6-/, DV333mExCd~r"5qՂԊ FZ 腨vH]ȊR,hN@`"GJfF' x"]2T9#YԢz#tfۣ &T4]wPMR2By5r2lo][o^57j@#Cg3Sߊ;EʋC%J-jG"=f^5X:jP$*Ö 4ONpS"p$XדüH˗ "dz?2[$[;}S.l ]MYːݶYl X'݄JNuFwR3>ԑC|zAS˼\6;p4~?/lbF 61B#qD/38D*Y0]cY˶_*+nګB^K.-e*;9`ɗ &{_A?r,K#='kACB +yE׉! ȻPoʮa:]iXUYOZ 1 ʦL}[A7JBn=Ͼ:<%\R[ÿc%iA{K]ygCeB6Y #cw/TB~mX/ }&1,sN8f"A^Ց`I;uHF}6kvaXo7ӗ$ /2hn|޲tmQ 9RdT&\&b)dzec  2`JbNըwH<Vl*jH $4(&E(82|!ڝڠS͈_[8f)mP <э9QSxDz_/^5) nZQr9l**5-k,G1-S{ O[fRLJװ(87$&"St5""Re{ĢkOc/7^l,]ԑ(#eXP1eb<|M*HBDO0f߆M_ ;G`wkua;+FC9? 'uI`?կa@Yql֠tg;t4ὤGNrJZ􆃋yE !.,\>@}19-s+GP{RfF*}l׋|#s*h.aDJh''}fgQ\Rf ßEQL² b>@@{e锷rqϏ9O质e h#[2BMK=)M.mۉ`NFr|Zo4pGXPξkUn"ǘPAB]y_)K;A9$ƥڨ9[4Z]|I[KW0ym+s/ORl=:rÊ9Jx,z_+SeimSl8t@;eⱻe<:D=~WEG=E'YSp>TQA}D)G!`zI} -QJTʍL<&\,;veu~ᠥ0C$*4lu 8k?h@qBBJpɢ+dg{9`T>0qrAVmJ@Ƥ_ĕ۠ݽMM~s40u8>ser,szPhZ#Ś ݲY-vX]BJ/z-{x=D(vTڑ)]\ѮRm5Q"T/\sV*:+J.cGnti $Ӫ;tp>6QƊhKKb]5V50{ٙL])S\?INRZo Qԏ݆ˈԏAňcnɛF@d=r_bV &V@;?` ޭZ7T*3:G{xVYeӵL԰92oݪh n1Ft$~D']ϋbA9ʃV ͏YV DOx .^Ga:My+=uZ*0DV;fW3be8C:ɑ E)L`Q=( /kϜc5}{:E=b(;Cvn0ӋxQ3THR>+"caC&ݰC|q#Sԍ=[Dqbsӳ@(S+22۷4}h/v`3y۽4DX(X -/em5i#盤iDTc1CqQH' L Lws !5s'Ĉl0ia{nuuG戉ZsKQfT8B?ڴFh }{o4p2s_((¦ FuB]ĽS׬p4\pCقݬSP%_!{JT4ʀ6u\|TKq 6LaL{#\Vmޫ{xߔ܄6ʞM?Q*Aӫ ^|(;^8קWZ.=gK(g :[>EfGtY(55 `)w9[OG=nu^A =4ȵ X0]HޚA3$M#C O;~$6W#eHY딆6Z4VB7AX 7DO5 D3:~_vZ5o< 21fKym É/XC^RMZlA&B.a*p{ +s9>ۋv.4TuUk.V%q@H8 ;ɤKO>%5S/4MwCXUjOjuHXXH/*Y8/i։8DমPE4AiGo)J424L:FU,2,Q|Y|ʡ8.wxX}컯1pmHK A`[GP:Uw$4\IJVUO Bkm0LդpLP.1#ÍB3x9J^< F`yW Idex9sz>1/l>_M Br1ڠDS^}Р?MO;BC&fF,vZqC.7ˡ?ڇ "1=KpNcʶz_/T ,`7 ] t~HʢH(2`-b /#Z 2d J|d \xBOLx,Ci1g%VEu3<ڡX16f^ӓ }~i[)FTIGȕE /Z~)qH-bIzU/4-ʅ^i'BBY/*` qAX q d3qfLyg:bdLP\0pgȒQ9ŞGٚi4x '_BֈzYl\dhBZ|S$]扥/<;dI)Q$ RWOw31*lѓBMx8Fhv|]}Ӡ R4@6klz\ X߫Ӎ*Z>'MOBǕG|P*(F @waZ`b`i09Rg82ԛg֧~'I 8CE"͵Vj,Ǡ/&8o F _f4H[8 4%1g64 0N~^]҆\~:,S?$I},"OOOn^k0\Lskp^h2qT3)fH>@Gnqc9T'l.mݕK~akӿb6h=hB1Qa5Egy 9J=世|PCFͅ+i ~%E/8ҀyMgYTgbFsBљ7 'Gudt:$TB L@gMGRhfrxP). Yo 5!9?(F_IJ3c;35/ϳ$6|,!A r\?XhH$T"AYÑqz?|\_\O5|$f/ӻg잪;638Qh4DnDdAkj=m:,-3.9U@::)Ka 8Aߢ]כDJ~hPPMzw#ʈO")q_$zr`B. ۠z;j_2%tO6]W~[L{VGN,. KYyˇWt=DɊP1n q%+σwf=ߧ6/Zr2;K&\ڇUSmŐ**ʷ ědaJeGŮY;[mφ#EE8$iS&i˵YdĬ (ٹe@467sa}[hI|yο+8av/_e^y q vj oè"-k~gMiSNu$FH6HV\u;NI5}dFtj?Q=?Crs ,Sz4&%WH[ozu& 5VMa>{82. Ӯ!$l81'&53Pwh .UߋAPJH `(.f[b%v+{wM0|,UW7@9+qџvΧ,Ϲl օyסa[_7Qj3} D&F cqdcak1Z#[=0n9Y R_(F43.3nXUCbRάOI ^(إ09PqHJjú{^BXABXIx ;}&/ٙ$ܖ$꺓J_YܒȅO^7[?n.dA|UGHZ8`5tUip8lO|O.31FkX)YR!~ ^fq]W-k7(Sl:cS]Jy]S !pЀ]G^Eb2"D5IÒ#kth`/ڰf6Xj(Gl7 w1d#-V3%r}.!qЇϒI.|ZMB)CW|Ni0eonJG "U\CW&Gr0Je@|%Sް ^(7nj>Bɕ$7H7 Qƾ*yjb}\NBaAka7iR">X X+!jՂT+ IM`, 䌶@\{֊V>{IIqAٻ.B\RXjΕH^e94?#AKj ] 6 ]a<[x\FX49nbݽX(] ZP񊶧B8xWdQx e])*[Y‚yJyjR\;TLhd{<~ j"UWq"Q^v*/0DYk<%lh}6RCbt hiePxunp, 9fsIxldGΥՖ 9⸄(@9Wԏ:zZ`-jFPS3@~T;2翐m}2M# ~wYE^T/#+զ)Xq7b/N︴Sw'ruv >2+qcgfX֚:HM>2F2t T,,˜=;LZ*eݩK偙U-f08nlHIbtɲeW<6d9gai5Hk1-1'CU^ߠxBqu35>}\hs{bꆻw2}>0vK2u R׈δBol_4sT Яi<]ɫo悛L9ƀYҞ)kP 2ŋŷٴPew2g' *TKsySh,A*djA}ΫbEI8`\ԇ-M.X2yehrYR^m͕ (߃k%n 'jTP֍+.{X65 ֐vR! ̮J-'ۤ$ochݔ{o#}ٱ^sUA'4IrpE_hB MM(TtmLD飉 Cq4ps軁9Rj=cKjE1P!#Ax^^6]'9ed?T`2LgSr']ԔhûaSy .$/)M]j=ɓp9R^:`/d8[M 7au2K9('Ү\J>YWDD@Nⵈ&sXGuIrޠ`lUk\101 b4jV?z@MR5vR):0U/!B^ӽN*.J;Kԍ Acp._xCya9HSmQ9K=]`FD7@wuD뭽y5 6 bU,͔t| ZF~Ja=~NEg`t1}/BfmDil"_6 Ǵ7+nksi#Vֈ(I T+`tN= 5 KesPv b1AN?>肏dt`xm=dkbVRQ\8s2R-p"sx*h`mpt1_dUxu:&z8f/ǐbR$1]{ՁOP|vOs,\oR'BeX|nS&VQF1vZ7A-㥗B{LJFPm- ]Y~; ٥9򠶇F"* ݾ8; yl6Ε=e>+ki;Ob2܆.J#gtD>8R͌ŝmTJlru0"(^!=8$Gތ _-;eUUU9(P)uB(]+]/+3)Á RP<_.1NûSԁΐ\Ml0p-4=*+>L,Qgj[K 9y֩~ˀTFl1l5& F7psD!*4hTn2ih$(I <=~yP$;sWjI1 9Ic/^SaσLR8p[Yv+pQNGWD|J4DgWQ\c >ͺ/dje[/# A TS UotǪM4L_#daR̠֏_ޞ ]׀Zgnm@n -V`ԪD<ApKPG/I? g/h^wO!'L 铩eo*g`|fys64x ęE1eB˦rtWP,oc5 !)p`b==Y8=cyv/YJ/S$i>7d0 ZjK`%e)e]cE_a@QiF$Jh"rB{VԘ1Y/G v!VZӻ 8=KbMcEȨoE|̈& lISbn G -\K(x'a " ɏm!\^ ~Bqb,g5qE;L"" z$_*AQ !4] 9@Q'tUh(ORlr>DWPRDg|?w];MLYCڀLI"fselEBǽ-mEȏjew҅y&J~ʹ{-}ȯ?A]@α= ~@+*ӽ> -kPI=VZ |·;:#ۖwĤ[.Qrn]X5'6 _KHjBcjb/2nߋs@*UEx, 962&?Y5rfիW=1N*B-Q`>UiKZQ`Fs~ ˘=[0C|Ǽ`ĎbPܦbbeU@GM 8t~{&֬QKnۦj+NO3 :_o=b$j{%\$PJ4͛p' ] M T_8^t*4 r_6j&k)Jb4_8j{ʷ1D ,f#jos}fх 'G\X/t /knܑ l0wȦzefXipE4s0Te9 oJNs`X`fFܞm@Ģ7]8f_5%R89̎ȳ-k/IozLjd!nG&XοNCchNQ爡{C̨h'NDì :C=]x!mB ` v2 _@"2Dvrш,7SZjcWJ7(Vɉ0% %CIYo*+RZ]fN;TpE+jعڼa7b `pcxfD? &~T- --("c oR)Ns#$(f"ŕ&FOJDn>MPG؁QWJj~3哥O1?,U2q%K+H@֫` ʂLjS[R%Q~b-o3~mQ+A؈n5M/Jˀ dT-UϼX@XfGdΟ^@WY%/PmdwԭRD" K*tkH#zG ϸ,U4]C3di|ClsJ ڪ"}z q[V~mͶx.^?P6MxrX9F|ס g]$tflG"$ u?Pe^b?g C핚9)_7RE4ŠzpYW j˜L7ukd,(ݕ+f_P{ q.-槧+|έq|RIt:Lz 5^p\:)w? G\#StޛԵ&\B0) DG*ZE3ّ//PVp5?-0g$*o<-N>yXGؐP7IH/VuïIq/醪e!T;ۡӈ|O%@DR5*yu%TVr yצftHtyܦZдH3CV(QYtG)ޘ)>6LD~!> Mîb^w33gھl;S<OF^#4oBh(ljb+ҙ3M]/?ne:!}1MU wgʯ&1B+ю>I $3e W:tN>@e8UŁЙܞ}ABȲ_KPI j Œ<[H{@,X,v֭N[ n%e$z {*UTq9Y{)^j&kMg&Ix<ꍾUPAʴy}-} h !ȩ94LcuoqBDB \AEN%mZcm]p;5gQqY2 G*%Q{z8luGr6.է7MKVs9'=1}5K޺Өy/YU\ܲ@L ^0;5|'#m+! IfՒmbrgjzskݥ`& YBjo?YAܻgbvƣL̠4>٫Ů#m(ա}A 9m|?8`{2xvIqV|EiQ$*IN|ikdn ,@7h1R뢢 Դ<vtO sQ*c5PQ:a!SKS`5S8ǰ+BZ+.ɫ)`36~[!A QIwhTCyCccrܱ b+vWZ\#2\+EYwj8F /ą}gǷroZKz8X6~#Eu۫?t b "` ߈SjUͪ2FD҅"2(}x*+x趛ߦ֥hE'Շ [-P-]n@`BB₨kv<ԡ[!;]7KӲC(CgSSLSNs%4ވ<Hׯ# v]<L|,>ESm,2. qV *2Oek#2W|䓩^_MZϪ9" MRxo6OSvB/Ec*q6Q?ףO@t.M6kABv'Y{md|`j cj*{sݛBk /0'6P$1r':Fui?Y6GNQubՃF#Y*v lub"o.$"m  םL*Q0N9=t)0P6q-o퓖4-T,>4{uvmIǥ݆b^|0Eod/))w{'gD/fņ((?K<{w␡6NXblWy Vd;+Ӏn9"H_JX1!z8h,ʢᬆ̨TH<b_b/ԡRgy73bMAW-MQA in(avd*E&0A1smuDM,}tp%@IIXSI cUTTw&+K-S/.dFXhU:iHN%g2Yg+.5Tuq15xsQ1nQ`:K9 Ig%ltfg>HlM-m?G ,qGfgj;Ϝw=Ve"W&~o:Q-bU 眳B*34FT `u@.S6]1 w'e_ ֫U`",CB!'߲ffSv8 Xe]__ccIa᛿0svsmp*P]&DL/fK  s`1T7hz(XqejuVE$X #!YlsSt.iaoA׀Xc)|<)inA9q*^gjy 4n2ϖPl.>Df)<{VϢ61A~V]eBr?*$<1N2qTqO[fK*סꡯ77׮`VLw#[Q“9 &Ȩ2T3=~>b\NF,t,U>$ZNflwvx Db70X-ʇ5kBc2JǼ¹r~@{/ =4R Cݦv-r ͭ@nksm ֞tP4oʜ A\Q:v!y~o$kwO~8 E4{¯}N[Ma}xBç0eعK>;qr͝U`"r%rmS$kcF@ >Q3蝉[NBV`Q[)wJ& 6dfֹ?`Lj5[솚zE%q:{dHu]c[QVhT` Y1/8dJpu7JRFj$9 Ve {18Xݟ6SE@[e;vQhѼ=djyi@j!8~odt|gԲ{KlN; $rùD97 (Hx߱Ivc#%uբ=USgRHEN9ҎĤxkM]PǯV4xV~,saK em!o* G5z!ҹҝTjΪ\d ta)/{5(ڈ ĔΎ!D}}N?EUz>w"-t|,c+7= W0ǸEvpD3ȊӪ.1K;EU_yC*f] F 5Y𤑼kh` whHr(K$΅]CdgJ{SA0V3i] $c)/3휘'a݃2mJ-h-bP grƃ﨟3ZfD>Vژ<|i;aiYQꡈ|l : WRh?+]qAI1N5篏8wʜTx-eTrLOQqbg]I$l`Qd _Bhõ`(TYXhڨ}00鿌?kizI,Q:Ps"X)H~V=`n$ G5nɒʙM3*DVG Y&,jtI8t裞8#1ԄoEc8!51 Fڨl8́.BNvu^B',؄& mԦ_Ҧ.K*HC %4EqSg쳥{6L'ЩE>Lo? 1wUMC[e(q؇"Y/[օ Pe"eWrk^zyhm3AFUThLje;iQ,adoKI)-7}-R:3iL2i'itc 8{đT\G̗aʁ%i^(V&D@ɶ5ʖs=/LnKMuTq9E1SЎVT%HĤBt (FNu%^s= "p7z0\$X Y-QH\觅Zfio5; 9%{+ rw6'"o+9d3֕iQ9:Z\=3hJu^u8%U_.-*@&VCc:.nd:% dtj+"zgU{A>OkCD]%*jPIlF憗D}S\QxV0~ŀYU)Ex(NE/B[:0;=3j^uC*CXW.͍&JHv{K[S+*vy;Zl? H|RKf@Í,c/$,!0:ƃ$K8OxLrR,;~r/*$݉ś Q>.4YeK2Th4̙V>ߠF*k}[U(C)R>`J P^6;At^K(/$x<5m%fn.6fO,8ɃXW[}qB'f М mvl(LƢFL.nST5JFR 1*ѩ2Ds"_d6J}Hw!~vBik{ԡM&-`Mk/i93oԷSuݛ(c0U4xhgi~xW#ӂt,;XF9܉oءHT_2+#-T:pYq|K2.c]GȮ5m.9]#8 V2঑C/T{y\!'KQnzR>QA}-9;}6`Wƙ|uW;q'?dQ=D-9X<ڗF $Q. hqAom4'hW-r*l_ʆ%R4gỡ-Z{QO&JF0ˤr/"d)&$;ih#V;Pnf9)lOߘK'!0ImDh|7`y. ìgN$(ߪȴ%wTC&|ۤ~ual ]*~l\R9-hs%a-=>nN=&mGqڂM.DXPxTGOk>q拫&1`z󂹽ybkh$Qzv2VM%pN6&|r|`B}`|W8/Sᣈ@Lfiu8Oq"m҉Uc9 xT&⑂t~ tdU'9AoZ65'՚{(KzLc0g5Un/7ǜl_ԊT'S9 %!(qN{/k7sj+ ,!D0[{VkWbN Z-d_*DԘR7SPUp! >WN )&tzP"fP^ O X¦ NC7<<.nTy0Ph{::}w$Z:$QrqO$Ksd5ijU=DaǤv9O->SDz6`TT^!#'T#Cf6#Up F[xѱ6 C @yNe)?]p^Mߓ0)U0LjtԹ;V੅F'c/ sRG{#3G~Ͷ3Š$䆰<PVN "=Jdky[4r$̛cd'voj'5Dcbz ](aucZ.,Fk!n>Bcաx&oDya6Mf)M {jcyɓ7,@ Է}nY=QZ*[Rm9Nt̂OIw+8$ 4oܭ5߳SS4 A֋y)h{Lڬ7R$\uUgfa=֩W#@n_v.Mv\<-x rh('}Ea olc<xWfy*i(lIML cQ!5:o2ę%J9u*{'NфAhBJZ5q(:pOPqĻIa[i,6|R Vt:BK/1+Iƫ.M&ib;Wyĭ Irb $gmZځbv}XQG h ոWM}!"Odַ-אL{E l;b.z[&K%*{x$a*<ג'KW*'L5R*\pFy]Њ2*ML N!c3iĄZW{XaHjL#@pt¦e_=x:dPlypofZPC 8ZaoKõ%+WoͽD/La9no-7(f]RCyѱ-@6M}|nh-:ЈrĒq \2@^]"qzIG跒ZrAnyugʑa|.^%u.3 *$7h+F쪉{!K E/2Q=tt]bw QcN"!XC40Dn`<0rHTLa"8Ќ`u[ggXno< U >((O{jv@ .E?\b,vR܀^X?:t:V 8'Im}GA6?xGژV9JƜ1m+ YDE,%C焹G;V{=>/ЁnAr1ϲ:wijmpNP>|5f aH#gP7揨گx3B_k:6 xqC )ԲU%,{|*FFF۝2FnTO`j3/YQ.aOL[l3x 2R|~9"p+m^M?1Up1p(HʳFVSCNmږNUedϮ^ېnHO9/^/khX|>I)}°g #J -] |Dm No-degKG 5%E$sZsld*sIY-G8+ `*3fPW%_B2EqI;fdUt/Έ‡=ӌ6ש3JI%+?ox+8zS EVKd4A@HnVYolM#HkTojֈ$!>#Zwj\ :(_T[e8]ˆq:B4ATj@BB0U-.V[wڨ N}C_RGYd<'c_.C'e|8ʢo!;¢6])f[y0vĬf4drO@6=g:q#%Mlz)u>"Bgwں@!%0Yēi1jLNdUTa[;gH.ݽ J9p hwؚ?R%{3u(a醠y Rr|yV>N<( %v?mfV!ț5e/SP׽2~F1L$ : 'HLcFQ@m'k!ëK>X60Xp;ti"Ҏ\{ 8RQlEVb~),iߢXGz̝1O oao=hS1yz˰Of9]!/,tah" hˑ=[e3*xQ |o|sߥ/oR9h8Wσ (~12dh$My\_֗+ݛV7KԶEOH8(n\\G.VF26]Nx<_^k|j]12c[ꉝ9iidE/=g}y<ȐHOǏ`,a_tT bŹ=Z 75޳$ݚxX>lZ@oPwvVZq%ٚw۳lbJ]}^8!၉;aru2.d]<+ī -0qT5֢X׀y6 fh nFm$-+eg-OYpz'w*H츤QXaX6207FIvAY\(: ޤ#"|zI}q6lҕ%KW} V'd%OQlOo_#mھxF[qc GޣTc߮e߷ :Fl UN B~03G=KD61B"2 ddŚ=LD 恼2->0N˖UR*S^ [~I!6tMIt{jfՏqmekIեh:84yn>{D!lF4;B_e8nv[L`QFN?u}gr9nبԊ\վsӢcEݤf|gX85mOr cD"e&Lo^/М".㮖 }S` E[ `~nß)tN?`%[.#NRɻ}ہ$#0HBDL:>yw\m'Gť!*d6?9\T!(zlt3? T^U;SˏO6+FQW=y1uꤤF> Q^grexQ%njY=[3?Ud 0 ԐKg)'y9^yZ /rȶΟŽ)!vlp鞺(Yu:4InbOyzh l3/]n@>Og7ٺhgb҇ SJ*3BJc[R'QͷU}yQͺ%ۖd/$ℚZ+4a*zm CܥÇ^`,c Ou<ߊo7 {Us+[͎0KE*#<'{_'XV|i9p q%{Ixf2/^ ~R.h겮/wFJkO@kgU͢Id rBt\[{UCr I3Y,%sIOZVʝ@=e,Il''Be$ЬS#v%l8MMT-2% %sp}Ty UH'"p'6E#z)$닧5q@]f$ B!3v4z" .ki;gWFY6liaY 7TPF•Ŏ,A.V'?[g'FTĦfe L'bm(jOj t#'W%pz%7Oˇvu|LKΘ`Tj+g{`P!7+{Feιo݇CM^kD| Jj6H<0+}e=J;!;:GhTvŷSU./bw7Q ϓ"-c%ΩL,]iː*-V\hf`qK3D[Y8'{x~ϗ\L"hBG?]Tz0GHڅh Y˯wC*>imP8if6õ7C'8K&MYnT^ˢ{n8,_Ley)e\2wjj;lGɼ)7VLG 4U`ϟH bv&Kwa1mK,k,`ZAEhk$8wVLN=fbIx͋#j5@21zQ O_b7?L>MFeo&QYdA4K-=F 0eW*AѩAX.O3cv4>WE3տC?K"./db^|s?31z1v( ѹDf~n EwDӲĘX`i7dQ׍lE`A>ziM,?ἐ8 yrw>qGxB)4lō) =WˊAplȩarѢ(QvDoUvDNE᝻pdwЀE IyHB@iظ{)A SC1i%Wj($>\%Qlϳ RHu1<:qsTYxćZ5>Y/$A "Dvΐ2 g&abr'=57wsHRZ[|󿣦A L`lۡb"CK0,7ꈔ^ʰKqW9 pvV_^Q"iڣu /†:;Qj j~hRk`id-ϐb# /{J=$ʌi"]<يW#\*v2x#eoRiƂ a:ߜN-~k o75T?db4`I I\=ˬSzLǜS](=_d&u}9rRNQ8G$nHLuͧwd`Iz4gG%,hxN#G $imn^bb QwNY7!M՚4 )OhE[7k Qq:;5 X^x=l ":qp'$(P>SP+cJvjꖏ ={N1VK"nSS_`e\ow\lFp `i 5bj n8}Gn̺#Mth0?^ƞxjT0w 5'+F\}Tw[ >%qsoUǠ08eۇXdS @;M&w=BKl ϒX`L&{_<(fEתΞ;yct7 !>YPK|= k{k6%`$cS+qܝ+[=QXDbUL:YuQ` `ϛMb%̏Yt~Y񎁰ѵM7]S`1qIeb5V>HQ~v(< '@L`eR+)ªu`28ȡ`V#0֞ة&oig-PG(Y;Mw6 ޸.hQUrz-ڶr& +X34@|fߗWVT&6e[X]*Fj7a`6F;1J-)^/"BbZ u)"qu2c Ԛq{ZaÊ1c"=!Uԡ&jֿ&"S6 H( 1ľ@鈣F6D[= ąȧtxcwYz%~i^{tW/xԇqse yz )C6?vI9-&S y;B^@חn C +Eŏ%7|ł}@3U.gcHByV[Cl#z$'ɥϨ4j[ծAY}ad>#^Tb q|: S'Be/eB1H¢3#\ikH[m/e,9ל( &Qt۩N]Z+zWzsЦ6hiHIغrEa2aIo+YY̦H\ȿb;gC=V8d;MwIe% O6Y@/],%ڊ廤fs:pMܔ"KƢ0!ިgj }&!dŀh|D#i;`H=b?a2 E )fb)L`+:2Y b2U՛3/@iK9c2-?[Bffmhcj&vᔟ$_~}  Fî7Y04G-:Q-rejޞ w&pW3H] %!i&\7;vGoDT9I3EB35G?ª_K-ل} C9Sˑ'L7_Pc&5C= "%u̜)w7۵]j]ez=]85L¤eu>V,r&;_3!( <$JCԎy,UԠ%HHEiLѶ\A~4wnu¾ 2*z78ٯņ톷v޺z a'^쌋}xCIGLrŮ.]ByGΘsKLU$^ʓY @x3yiX}\먝b]3pF4[MRrAO4g RU^[1&:uf`] ^(cJD(yf~0x܀QсekmK4tIg׋ y\dL^']ɕeK&~͆cC rR|]ۄ:f]`̐gF&/Hwxjh1fQ\%?n}r!5}֓\F6dL0M cVD=9srIvi0 S>C]z9@d ٶ5.C :{C&͉o˟kf!D\dpm 塶X>c MS}A암d79hbp1g3X&4d3zF~ YI*[t "t" JMl(+Ehr) _RVݻ`+rF>14q@ !5-@7q]`{| $@*#NN*NwrZܠ@, ŽT]Г}$I:Y¸Ͽ{-\*=:Ŭ^}D$jOrkHPN=6~SWxPw1c?/3]TY [u^(] ^ڻ0*``ݔȏx`g6CZ ClʐΆ{4  mWGڨ\#Mꖕ21ZUI`|~JRK$lvقlH6gûmuyE_=Rr<y۬"q{Tu K ȈEE{pP&ib5ͩ'4BW'" vhw/+lփh&|@"j=D0hy{mg_7[rK"&;3(J1 -:3,)L9rXz*HD}^{!-aVmr2R1bQknTl:7"#[D\b+E'(ZfRCůz](NW!7 Qi9@mH?B6!P.-ر%:o(reҞL\"'AҨibn@H\[<LT֖ (uT\!<&Q5&A4jh<m3g;/d0|T"t8(y%{ bqweׅj6æ[*ZI$-l,uwI9e27jGQp~ow>ԞhZ}<$54nʿHKfpB.͈h+88Epf3@PW/D}!s _g Oi:DvA#X'J[չp)WOkP*b6edb*-Hjb{f]"Jy$- CHG^gF2V6wXgjJL1;w|Ղ&k$ce{/ưub _0zhW{] Od$B|=DO ,m3V1S:!Y'z4E>T"U4|L'>#/ Kʎ&ZAZ.kbݡD(wQsg?SY$〖`U KOrgԐ G^2?9#iA9a)DDX`7ގ*Z_Sޔ6#ԄLIbr\zW8i>$OS%ځ,s K6m>™6"k,:)s4ٞ*)NTѥ^3h=0K,S0e+9iK3*~4(ra+4 @kx@#=!%`0/:JI%X]2-g<]-%^>ʇKfE^@BHЪ Nl:UIn3%hI ИQ% :3x3&Ӊhgg 4x良&9ҷ1U9sx|2}U+ri/Xuq$-LؓSauc"9Y){&><>Ȓ\-[I<ƌ&k:"6Qӎ3$==pFe(#DBkmr֞(#eX/9qV0fG,NHD< w-ĝ@]˅V7 0/pl9xHhMѻ:uN(D96+#Ty]p.weݭ5Ā ķxE|f%:zZ&t@: Ar4K<;ߊ@J`/^ 0#|ޡVO7w% &gL'8ߵc#yNfiB y%q yL{G4 p]5OF%rᜒ&3D܄&/N Ĩ7?3j`=Q^B'.4~uM*\;%q,%"ΔpX~OKwʹ$BSKcW9]$n5:_PՐ[KM+fh*<]ҹ;y9daY׌0[(N; v>^^!- %]c#.(J>- I Љ Q@jf(>q[@,A{ gF5@o3k:!f Bw.BحK%"iVC<{S߹A))7zS?ύ g>sV&z gAGx1V0r2R|,9aӮkو)"x"Eo!Mb.֝b#.jI{ϑok.2{O) ?n@< Ĩb)~yޛ*fR{fa zd%%YFse[P66 rC!ѫ6t#gPܘ/98\6Av^ohCE~#^VgIT| F'v?;r:iips.Q+'QfD4K7|?d\)E3ٵ8<> Hth2?R~b/[V:C$ĭp 1!䅘![R(;bqa;5 H;1k:~[jOjL5%6O HMQ| jIUbO%0ӣ}J~hh_ިbJO RSkFz }LXFb9J)6$!|@gkO ~\m2l&"xõU,L"yFy'1=UXsy~ĦwrZCr]#VϬ a^dR+ \Ev|o/h ZeWn68/|%7fۦt'c}/0 xȊ׋0Ci?O?BXO|}:qQHAvOX(J m.Bc3-' LW[n"pU6=Eh?y5/ɽħh3#Ǜ %Z!6uߐYb) 폸PG~r@U[D٣ŹwmI!modZOaGbW ucw&0MNZڕO!)y vk6]. NwK=A갭`| fu34ثs5Ek^h5:O3_0@7kc6Sx#n7>z:b_RGzsKFHMj_J8ȫbM-ߓLEVnپsN_%6_+- loJ2MG΢co@CCő\p3f8VVXu.4n'gYUWqj uHEՃ 1N)ҭ)E,ʆ$= nd~ ! gɵw1?_'%гYm-!RވV(Z0ᐼ?\v}.?kI n"b!d$Z=\PGp"ƴbwz`C/o:k[|46Rer kU75"(D ݴ M 76l1&d7fXFB{a絶KYjg"8 }A\1bJ~u_tE՛B s l(Ԥ^ jLz9T=ݸk`:#S,/ZUnސ˓&jUQN>pA_=X,S ˰ =oD~*E3|_VI Y.piCDh1T.CX!" 4I/u&#P%ٽWPĸ9|]e\ɟs>~l"VCT`ӤRz샎P^ zf\vƓaE5 Gg ;bkjgD5ٌ}/[>?>?XR,$"yYqؙ7*+_McKl`ǠKFoKaκ,Jk8|̶k2Xղ WAL &C! ub Wt략'dQQwt(j+?o"{%2Ĭ'Kv=,Ezظ*#,I9m)ܜa_]7e:k0R.w=6Z!)A3,Q-Ue]97t :A{FTqbb'ɱI?jZxe ZHh5&BÝzJxQ<@ZªT$f}S+G dHߚ-#e' Ûj]!V׻7M-+/3sޛ9BWS[v0$` 4+Be4Ep57cBH$ddXtlrca<ŗho꣌Bo@xƢE xq g$m=uT4jL TIhą|ح Sjs ܳl'jWPdw Z:U.1 EN`,co #Gɟ0y61cg3~G[J5Bfe_ .p۰=GsYY:'vRA:wQgxL 1TVI/CiC~J:vzTj 08>mpv靝SV$1K 5\}f~0Q#{"g0/7KkfrMU 'n+p{>JXL ~(!^&JBȀO.>9*yok9cWyXZlf.(2T;oI+$tQD,/ȢN=gQ v]Ooj6-[J9KT&Jj6vI33@ĜMR1)70MDrxI L7H!Õ@`R y{]DZsJȒW-W NoN#?7-s,?&+p+Kd\u:E;uy#'Usg>/~M?b ϋ/='*ͪ}o}sLv0vT>.E!Xoc//)_.d >c:8bklHz>Q4bj(9el19ȩH㔀Mz=/'Oi2yWPW#`-kϣ 6SG`K":%цhCS'B]9IƓ ^4rm Xϗre B۸saGڣ󨬣pHdOq;JJ?{&} d!hᗋpJ9AJ-@}5"q4?Eڗ__ElɺOΘ]i/e麖D* 6ks1fk$|>:#2 k1P_QCЍ*&_|D gԑh+KTT98'HcӋGhZӡRK"lmRXH?f K>Xy5!wMDxZ3XhWV*, 7Nb`R3OG/Z+Mahq\i75~sj>fWh]05R َšUל pZMY%3&D'(Bև ƒZܙ&,I_g# Tw@d4.b>S:P5Otb`?n 5Iz>jPɏC'q{J=-"ȈW^QAk.Zӌyé,g;3a\*c({4irNr!`KUb" IOHM]:K,LFy>a7\VvD|ԅ>:[&$&zC A;Hx:n) JAT&r!Jծhb omBAMoF2W P)4ѹ#5=%vN{*!>S Vf&z]CII*HM,tX`(pɸ(Α#rxE!afj`|@4xĦTy7KhOp;₳iYvClU@HlUo<5ntV8څ]*"l 5;B~v1FPBR oOy0-:Ĵ# lHNe>`^U\I N5"'H@lq?* z\ ֱy~6 &7(IP3'K5zTqr_d)f~kV!g;N=n+l*ު2ZTtX mln'P=ѻNt6Ned׋b,]6%3**{T5>Ӗ*suӧR#:1Vhp`:7~EG6swX6]/!<$̝?-2p8CPTF>)_Dy5N'>&z( rf1Y94IV|ŗ`ኙIĘ]qLK*=3ƌDd`Ӝ-PMf g~ڐ$1P"d5L8%zx=/q][ *tleϱn l 8^f91@/ 8'V~)a M5Jo`Akֳ'8m% 5/rE'[3_`N8默_l>̹:X /Kz #V*]?J ( :8⺕$x+$u៑ -cX X -SM|Pfv֐#2ϵ0śbe3+4r GnT j$ѸJn[<}.@.xKNsA[&MwA_p~)"H *rbE)(nvfTU^.U vkDv+go@wR;|2p' /!XY '1 .%ʞG@Tl@@gBJI$ <`R4mw =,y} AW\#ٻ=fWYv%+OMsfԊYW)C' 5Ӭ_2QqFkvТ>IK.n=J<=d3L/e~Q_hYh8RE#2%,腔`q2o/}YW6lsT2ɄiL`PPZouk#k2p[BLa"ŘJY78'S!}X1RfT z,b\߻>K٨?2Nc|>CQ8Dt!z9#c]H!p_V xi]ޛ'v+(i1q!gR2/) HEփ}_Q UUDZXmrl.<٭)S<[L%]^GZ.?/ ?їY͈a0KI\z-V#Ӥf_- 1 f/N+6x\A;ڜ퐥"qF5pHðE`U9H؁}Y M(͕)97cc14dxn-2>{GS΅#ͳe}l\h;ɏ?6ȯEE DÕNGaId㾏|5G\{!%3=?=PBߪ1liYwCjL6m 1" ۂ ޽f /4,τ!q|&Z%\ecF>zBp}%1UϏʀ1=وyT\B۫[/_f&5]-#Hi}TUxR@Tnr6.$o~> S& 9pmu U]i brrtg+{.aJ2,+@Ӡ%>(Q:(`;1 YG$$|>}6϶ijlQRǒwy~Uɢ^Noap|%n tU}I|,?ztԟ3[Iw1(Yg-3A @K 3'-Q4D>ѹwm; 5R_NY-|h2R !y2ՆN>qR&zF+e%%q ZP|Ì+j.Ɉ#ӭ׶z<4";z1bҲ Pk Ig܋A2/Amuh=屲m(мWYʊKnfr SFY4aXr2vT(bU}vTT]б2Jcڧ9yz"8rֈջj| Vu>/[jt ȉ7{. D9凓<\ ] =^]"?"0l"̅5"k3`R'g|Uw6F(%_F}97 Nqct+eZw,ԑ?_  jq"qöqcGl m^%X$,X{4tUXťk ^|Vbt_ZE[Oyl\%#cR˙{YBZlbfhkMy*DBT#lqvl+r@)w?':! 7Iaq?'=[V)(VWx0>QTCx(PS(ŁUw7~-bJ$y%wB/!d&U~ _AdL}qMg] í4BaI_sm~ެXX'8'5b =-ϫ:7gzu\Yu$޷i>85Wy%[a'q Sʇc_+}hϡ)o8XX ` "0E~l;tiXE+>Hm0I&w+䨺pszz鼨y3<_龍u$.XI0J˻xW;z/?< Il5><^7J 7BOw2Jİ5Sݨ?ML/ݵ5cw>3LG";j($̢{^5Q IXf>R@%xү` t }>)ܫW!"*:7Ya8Rؒ UIM&DhH3A& vӾWFڍتzKT:]v—rn =8 /pjGl\WF3'Ύ⚇ (OF82gG؟/{213ΗAu F w=+n讝KSFf/T2YJPWZ "=i5ܓ+B!{ǜΪ>2]iIB^ y:@X\oy6ZF<4d(dV`j;!fn2o_qx?{'n6TasF1$x[,uiXT|;Tv;t[SǔqU:Osl~ꓴ ̀I ܻsrv|,OK/`B蹓MYxGF ]B3㝿EG(ʟ>\L!I2éI?| }(t-v35h(RGqE_/3R}bFuRJ_Χ/oabp-3*ݙ7ފct~jn OVf);F))#8!h/A)㍟/:wх?(1ǷsJI2:f'9u(Ymgip P:dՒ(֨FzJz yCPrjs-(l:ef*K 60dǔY)gPE+/r.S2hH2MC\JbΙ|nθ~3pSCwi}~*:%.B3cu<0 E+־vd3}>5"`yƴZż Fl )QE>-۞,kz}edv! pwD4IA]MB>iͤ.@|p+9Qhj/IiR@B3i6/7ΣsUVˬ`An Q|-~Z&YTO)X~*&\ECeҔjUc!_#MA%,1 @1%+&co1_;yUY-DBv}|[.VqQl;2)nigqQe- z:|ٗ*:C(!RTw`, W)S7SsuY0x3z[R@ߠ|?K||ڦ o@NH9%78M^cdcMv"j'YR(r8*? $gWqY8zj{tQA0{HLLI\^LU8䘐u@%YJK@E&3̦f}XN!V I0j2 ak ·Il"~M'lHa51jm_iwEX7Ĵ;w kS ];7M_`Q-h yiKzp8Z^:)l;9b)>oIuwVw:A ܨ1_7dȿlQ~%;i3fzYEOTg[?LW3~dO>:hum0M-a5ý$t3E%|.*.8ִ P$ܹ2s\7eόxCxjIl$Ő06&b9?Đ}_~2Z"Jeb8mPvv.є@Uȧbd K5ĭP8= EsX[/gTB9j̩wɷ=kfu8֒~hf1F{f .QU QQ? !QJ.C(/XvApAA!aOJ8oCwKx떱)hc"_zX7+Һ<'29^CW- ]`T$Xӽ%BfP-]$ H\(=`\`*nBt}Y fXaQ`I3(͇ d1ߓ?%w~S6 $t*[MZ9m4+`Pyt$l] :{{6&4҈˲SςɊAo w,CZy{Ud5maZ"K ]`R_H.ߙ"P|3-4$3vWDEAs&f W#5q9 b` bYit&{҉77s\)?ޣG3R e]=sOZ8#f/Q>1k:j>lZx6A@ $HQ,_!Ǒ5F RсrV&r+'$&Kݭ9AxE6W)}qL?VvJjQQHNj~ršFYˁToi5䇙OAeŘ`>Yud6Ny6^5EfD'ѓ *5|ug !_PyqԓS3N,W87bYQE;C[)*P/,ej!x9ȘהHՊhǍ"w)akh2nxb `ڶW[Jcz[:փF0ذgOG RVwe] 9;x`@>yg{NJ ?;U/fp3Iz\5&K؟6.˼[Z@kgN}ǘ2AK|lxK9,N*45 yLbl{ut!-̜V?$ӿQO^x2WAeEDÔxߗ4R>%]snTءAHogARC}$P YX3Tb U9xY;Nqí"wX)::Fc&05n&j U yO:Y{][]-n+PK@m%؀~z+5][?@)\Uz^h[E([.,*0:+JX_d,ܻdp%8r{?ح0ְ^>rPْS>ः_鹏}Gw!>1P&lBmMM8iANJH4C? 0oZ c`&ºznXζl7ٺ)ِjY : ;pѯ |?>'Ê&A_qԭncx$5 T#eʎG,@=з#6ͦsqb"_v[Im*v~qq4"1><_Rg=BU_ҽ!.ū|%Ugs̋Z5'9U YNGr0L\[GxSB6t43@Zj' 5UJLBH-DPD1T'~\RdPS&a µ~SVt9;.i f ԯiě@6M!Hͫ,<#֚%'{{7(#8MZ*,M*ƦbIDbu6thOf]e*a~ޭ?L/bGt+Xku"@O p0vprHR}V{%,+-|3p:x>&]& _ 'd1Q 4/;x:Iƅʃy4Vtxt>K@cŨAʪR¸ި1 V{&V*HIKK8 1eaHψ~70#x3qz˒pmUi+~ːa%7bHϦ*j3o3 !fTvGY&4%X }P<^ZuC "T#GY#UL!c۱C;,YwNupj~{gL*Cb~5\]rOH>qB95fluktKl"?O7X[IߐH%D=6O^'/`j /0iAFijX@@zyϙe5A`);azϗ|1^*~ߕ2ժü%%7>B.|0fbs 5:enT/fօ-Jl`ڟFqje:i7毝ƃD,*VP/Nn$`+hӄdfsnZ?hBOPyVaeEz; 09*.Qyok&}x~ZJwb 45^]=ϣk"B{B\ ӈZ;dF%wvS֍w SV8 bZw-oƷ2iIA _1Z<}'O*v߆TN&aV]Fns$}gMOFIƚ=z;?͜{`uĢs_G|QvBAo΅rAċ5Af+pxۜd% w%M>J\p1[ Z{մ7ʣkH 75'A辈ON{}#M7j( Ěa/VD#Wke,6Z}K%R&?M#?ˡ{[ ]o Sk|3'_bFio#Ԕ^t跧b~H(o6ܢ?ČJ2aՕަSjMWb1OJNoOW{^Z(ɝHj<%#R\cXz@0q1e_ѭ+^۵pUǯR5df_]%L )>YhJF#q!Bwq$N zrqp9ܒ/褍%_˳B mXK%, T۹˒ }(txJ׮\䬮:Ѹ3m־Y? 2ɡ;Xc Vr:Y O? tjE^,6WQܫ4®oټvxQD\> (ׯ{*~ gG\)OR^X( F)1sPa+,佰,\cB"?duQ0볾%NC&=J$.`:* -m%c`md~RdAxI=/I+>>J葟xm)) tgH7 O= w#V}Ay:[FXSlj>rޚX^gGK+Yxu {k/b!3M{|ZF]zM's/6Ӄ>AҡѸ`oΎҼ{b@TD<:" HUwE99 6d5 ei[.:^<+ X98X5.YADm^9:IM)?)*W qZpA Tb/5GL!ԢF[Bȱ?,zy|H7@OߣP+`<5fܿ6]!1[i; {1qV#qCt1;g23 "߷%8pw0 <@k"g Ը,WBu8 ,Cԥ`c]\q1irFD4|U61oW,>olhDdȧ Ǖ G(soLll ~O rf#83_H=^Zd!a2qvX`M;Ԯ{.f1Stv EWPyu!3xɼUge9F4(І)tË3f$qb |HWq ˔ЇDy#EޚN9xke_ I֫]3\ٸJO<F*adfq&M"S]d\WoP fS]'X &pA5t:~!01'_ӮP~x8pj/ry>/ =nL#ZHMa^ o"`q}pGh?gt8fm`ɠDL忳#ZDee|3oV!y7u#Xk7s1{WI;$dg:Xy (hbs1nh%0~^YO#论ށeJ} -b5!F\ߎڼ6é!d3y]HqDQlMy/!=Ҋˣp֦VJDZ2>{TpV/;SǦޏ1c(5giy*Y#B97-^J@t=!`ϪUpQUUty%˼wS\yꪈᥗOhFF5*CsKFrɿզӵjptQTVTz`ke/؁4kR{㼈У.Nۯx<O#2N)#b|W"DZnڜuMwPcL2VO[.UŔf7G7ЀSakֺ\Fbey`)޺|Θҗ<%9ˈ~\CJ=B.N+]Y1}Eմ֋*lN^&dk,Z9_dkKB.v!;bQ3>ݽOFh v :rFtjsG4%4I!֘ !*Gjl pd*mYjEULc-u~#g~o$Oƙpgyq0YӸ .LAva\"- =_Faكb7g0 eg<&pIu8p2qr@<4u=ofCi_spLکQdlX<^BUCaQ#E;Z âm;*Ź$ԸdiVZSeA$z9Fם|P,S\:GzoQ0]F^rK|7.#ɥaxAbpxO|_q7[ Ies$5Kr15绤U`>>?ն_ ~W{ 3)a.d*١1 ɖ*C@Mv gέ<*+܇(i-->Ñ-2OƟ\ vcwx',sz@RZc^pJ˰C2LT%Cn<^K.kM/(gv%(^A$$r KoO忏%I:'5kp/E &a'ZmW\ߌ-ny0n0w!R*Uߪ&6 ~@j?؂ 6g+9-sgl}M0MLnո amaanQt&\x-EM [O&z,\]'lTynFڪ@DqOvRFΝFKt=?rǁ7B6LMei' PO,J ]6d>t3hS?.=LޱOD}"]\\<` a h_p@1sitr6sJ#ue{<-i2QQl>"BRPT=fHMvFnL? ĄZJQ B#-j n1Aْ; _w"URz|k!ObeW-Fw_qD{LJbLfXeugQ袟zySWj~33bEֈo#x'gz|"ʝ@YԔS:ZFr^6,E]Aro&1՝S,BN[vv=<s{e*ڨ<ܴP^ ՂPHw̍Gj[3Vw0%owbIEX9{/gB!-Y!*R rN/@_]*IXW]Fx} 8Z0z n>djlxGF͒: 폮?YFEГ>CY$1suPmO3sdzQ }L>k!Hxs!^#%Y̭^3L&$wx#ݛlo-ljįe.e:;!Vl0%9B\1:t & JM_nW8.-q-7R 1kJ}%"/$?O}4TɎX 4c1Âl ]}i;*,AׁCeR[ođ,}/B;)c3_ͻ)kN4ZTHܱ;"IZx/S̺R'bH-7F 3p3'uZ>(?G|_+^ kC%RpC]9{/!<=KFR% KL8h4~Gv.,*%]7{4+~7.^D{ T8x0\(⑫G~CNXF&Dᚡ rݮki}@! W~]cK]WA 6{ %r"|L*Q KXM] d+g*93\\|5vZjI-1; ܟѧw0.)qoy? 2`@"caC LAPM  v-SPƿIXEE0l`ÅqR{?CdYKY(Hw %4/;&A6U$*ƝBr*{F^WVY`?bswdm`6 `imd6At+RRp9iN\p+ꝗLca@C M9}ξk0b '|κ.' 'J3|83@y}\+,hw'ֱe䆉-+0{ 簦m}JG/q9b|o/-ͭ%T=CL+NE"oÐdvd9] p:$-OW끀؎y UilV0r*@O1vy&l'wn%mKAcA+!?h(xUvCo_v 3"fUEuBw#[e19_lBT{б~dUA F>Vh oc->DsSէP@ұ;a'Dz荤mtcs210m E` pKU%"L,;mV}~jia ;n0δ^vLr޽cVtCv{x,{z" SsWC#W$y  hإSڀ\18,ιҍ'``ig^y Rͦ4hΒvhեġkJ soXңlΣql9\@ "Acq;Mm ۺf9GiFvN5@.PU AoK(k2Wmݕ6V0<ƔXlVre7$֚XSsV|kL͘Q; uuv1`OVLUb2(ljL p^#+`ŦϽ Dtaj $95^u7$ s;.VJñp?oQAաVI}sSݼEpm&e@,"F^Sh)ϼz{w%K+Ŕ|h-w#3 40~$nwFs+)=Il-pX r/DJn\%4)<v,.Sb `d-1D3 *V7/{@E| gVu3QOH+"Froi,Yv[H4[}FƝ@ n`o@uׁ0vgH$CA/6E.ZSFkyQEUCz?m ́ȿ9Os 4XS5/lBergZpJH  j0L׹tW´1K;9l"Fm$qw{խsM$@VO&N*IrZM~yc҅6;~ҢtuLyeI'Fu2e׵t:n@+MHIGk ko+){Ng0FXT&Pt{6WAr"f,H1V>s>PGnփVy>ƎP{1Ax ~ ~D՟_:aX8L,%8Ln~6 7Tn ?QrnU[CW@jd$Ec+)*քMa 9-\(5epWJkPeA֑H6 J=-{8p'7J}HW]O>;&`"Bb~ߘ8x:+iՇ Cb>&o,{ n4 #\JY!..ePxWD:t'I<‡0c9eo:PGׁã#`ܮ 2ziḟN?\(RUPsT?_4LlSdm{{7(H3|N]5KeB +T]'1AYۑC}V%>xrc ԘR`RW"=YM} ^ytN#aX0Is  YLNi)5;ܱ8+TX^ָ7YĨ2Yt-oEoZ@ > 鯤J]t-pXB.z[d#|tI ?0ӷfB' yH=o_ >:%=3J%Mc@ZV_  &|#<w.slY/?ypu"9|cCmB,g1URx;toMev5VgYZ*,E>)?I#s~OI["Oƍa(J{K,UFͮhOyDnEz* t`O.>*QE"یz- urH>FI፹ >%둎qWШo2Ŋծ&q&7o#+h=h[J6* (Q2\dq E瞺^7C)BakLf8{Eٍ->9:=k "0|v> mEC[Yn&1/1 ޼׻D*vD})R~KpɧFү 2@ >lc>urI*' jKuj&GL^z9KTpbSD1ң(?kF})ǣ96ia"_}Λ $5UvM_ߩ-G煯1AXDI󮃧㗁v*gz~mQd"bgr@vsxi<>9Ib[`VTwdbWN~$OH, $]7=>J$C3 Vs,y &Fڵ y}z;`95K(*٩Bl77#,'UVgK# ?]Z#W6*TI}O֘  ˳`jC+rnc.UԍHOT, (&,'fu|gIO}Sܛ`v2GS ^c0QA>m=/:T2U{Q:Y#Mf+6&$b|j7g+)x H8.&:oců8Ol2EϤ'ެRJ (l|KC2Ape.o9ͤ`wՉ䖋;tև/8܏bDEJ[UBGtCWȢijVy'1DQu5!6jfEcn ` ! qg -.9xxtƪ97W}*+t:0O8xńCF3}g3q`b^L yr+=C𓂦gMI{t;a"[3Pj>"ϦnhE`Ñ(]嵿(*Y]~{%{\%.ot)ĚpTTI(,ٗO9o7{EޕB,}0WKڣ>.FmR[Wa(L垂!]I/ ]G6)/C~z1#%wS 3]E~_ u LYH[z[$eoݗ @Qئ%g ,с{ v7I $RGއ7Kh`k71wDU`8@dM8xKw2XcTn?a__Zz[*H{!P?uy`Lny\>njq;h ?_B ș}XNNR.9 +v@hꌮH.h(YL=tN̄ dDLx0&nh|Ԧ{(XѣqB8$4wvhh] 2Ď_wW.T!v`v7M[I&͜q"bD]!ja   )w- ۿS( 5oM_j'1oj];,r) t 9.x~w5`PA4 UId*M ε +諆u@w_mro\4J~7n;Ń.VHcʠ@xkq2j؁y+J!Oq÷oab)nJ uf_;]G7Z.{5% )dbZ^n,}JLbZ!'Vs&n"!ߚpxȳBߵa-[3'AncVgA)qߟ/7'۷H^7/ˇf4B|0c'\OR уEc]Xy'ShYN\T/(#?>Id޺;Y TľP*ݰt|VW. idkP3윰0yG*TĜݘz'Ixq`!nsFŦuY۞,bLiF&ngSj>x7iЇ6ͪ2v34:Lǹ?t7Ro<05ٟ0pFx;ϏwI+pKmv132 쮡fs;{+K-^¤| W_zuJr}5>=` U$/`:vF= (NOS.w{ Z fliF'zvk,GZ $(f,jޯ! >\\g~yP΅c7ryP2E`;N+N_-4)ծt*u}MmUp2'p4J/s-r P iXhu] @{e?R*Ar=ܱ"uIdl:. ݩd=y1=$D 4& 3|bͿ2eUa"jg~亢ͻG)Ή`Z'ۓ$3^Sw1i:"7+4,}q5AB|GH)9q FN~BNJ5\$ucs+A|ooб|N=Y&f,ɊK)%;ػ/WS6xf0Qz;ފFӽ~C&1 ,KE{Xl 6Ń 櫯\gHQC؁U *doĩNGkI[&xd{Gvl&2};{i,)[Lˋ`|3qN^ ;YL-C\GO laSDPz-]^{ Gmމ_ Y94wh9 V4۷Cf*Swێ)3uUũEmTg\m,5:) K9hn!5"7 C,TKdzj=UJR&Rm}bHZ&l}Nh|ݮ3Hљ4tqA}Hxƚ51h]ޓh",v$D7|  ;.; 6G[ DM=1_jRi4,H?gz][uPktSPY "{Ut@=C]"1(pJJq4 9GJt!-vآ^28ëqχ"mn3+)%v{[5\ևLUWhi| F5gYC|ۙZ| pLKp;RZTqNǺ' $P?=2HmVoneF@]-4q+Kؓ~MeEV)4SYN"_"LJX^F) ט[7K: am WF޵LU|`-4 |i`Ï|wCAWKg v=^dSeJ/L]?1fKѕ $+y(L^[ۖaf)Nk|4_bl )C7" C&/T=jgX;߻s&iI2ѢUiYr{@$Rtn>_2eVXegv1ŭpncH#,ng4jJ` YQX͕{S׹ V Dgڟ82^ռ1hgp ɩrWwz ։fg9djYZ~(Bd+[K [93yf`[ n,q\s8@`sCm›O^r.iz 5(:8+cؙQ] x5z?E:WauR#~=o JNGaԝ g7.8tlߵ";'wyTqG"+w Y!ɋu-jφGtPsn 2}툷{yy#wwg3 mK6ȫ<&>MւÊM ﬢVN[!"y-|ٖh w jLM2^mL} r?UP/%t9gY''b?hBsSMP63L].̲8&! qή#|c@o/XjF,G0`KϜojD_=3XGڍ*5l2ZF^nlKRtÿ>D}B f[ǵcHy7u fP?Ph<0GFTV>)D!P#C23V|(p1sg $R.>7͕6?+^O/}c<&=E{[Nӱ3A>~ Y&$G4IH=.Ewsf *V2t >51獎Y2J5zpᯟ9M`KUNxG ToA] ȋ&1Wr ]?SɡtSqJW 5T YJ_w$mfGd`Ep BC}rJƇ[1O2Nc%4ňǴ-7~XyuW;nsN MF]V!5!4\̏ tꀜi>'Kc(QqE'{e$eFn!K IOLoԇ(˛t:61a^8 "}NS#GW^I CQ}wtB'2x $-#Ύ/ϒPCB6j}~_4n+64:'K( 8TUH앝T`'{g0Iz/oHuj%@, ШYr1s+dD{c ˛-bZLLt==?{DTÃS&?k_n &!`H6,6 έa/pׄ@ﴛ~]w)? %D8`N> Z)TpDŽF}SJbox7Lǩcy@-O݌usߎ=8Ėٯ׋Sw$㋭gż՘)J= y5LRM '?6H;m4^VâqN`4(]Kq+~Nǡj<ƕo#.M 0ӑTߖ^?c8|a4Y $ Za&\/Ԛ՞ ‚|:.j=M0-*|=!!ftgɘN vR@WXsѫTSU p0w)Uh<oPJ6qEڛb6.ȔL[ڢUX!0#bh=>F*~Mѯ}v rX"pbA(MTA'&6}Ld\A׋7Ғ05(5 2ˋ%ɨ`#- ]%aFъ~}Bȧg`fЇrҜ+3ԑXGhv].+4^4pt{[p /R텋KBU#rr;^o0gH^ëQՈYj~/l@?$Aj{6H44+/ bʜcyuS&Tzs6$ǒҞ 5͖Za}pwt[ٖ0nC53};\~6RuT9[J3?'D<9Uv7|ae @o2IeY:1beq-aoe^W ~H .<E VvޯWA & O9}xS>cfk̼ 8].퇹*S~?r<HU5ioof^|[ތY3.imbBvcHqRx/RכCgRv=pX`3:Fa g9@}9trRD(@m4niǫTP?f64>VӦ+bv<-"I,Cv-qE%GDY _|%H HL~bxf"+llh;ܻ_aTZUc_U` f-TTo;T݇xT:!IZuщQ_`,`V0/Zc%h5yi[ (&_'|M㠛0xiӤV R5pDz(n)QqT]lM7M]fgKCA#x7i5|ܢ4l!'.b5>Dwe3fjډ|_l`zEΜCؘJ\0(y&Qp~|HDN y\;a[TZ;s2CWnpDXOhck*ٰ8p͋[&P'SA!GXWɰ5UK~JI )F ?c~}g;Ѱ\7T>%ET66EdO"3K*8;xеW ޷|l-ήD dx 7Ffs˽w9X: U|W= {ғR/ I珥д(QmFp ؞#ox=lpţF/9if-P iX<;o"e)~R/Fց{ t̓UTq|ݺr3J_szR"B0֦H쉅n֟ln0{BfIh-ox y~%<3J0u& Z58Qneu"TMq >&yꤨ;mPk W { [/w jSq3u_8 6y;+t enLw&ٽkHJPS-V~h1CtlXAFshLԐGĐYB{eސl 4Cy$ ۻƁk]NY]o*A1'kA :盃GSWܝTBZV(KG3Vxɧ&O@#Z@E՟nRi :jh<ʌ|khhSױ'D.CRͦ'3ԇ4x@R}Y9->]N+H'Y(-Kb$Ae/k0 Μ$1aZjHqlUҁYJ$ѧ۲)\Ϟq'"BcˌoDhQ:B{==e؎+$UC#C-L_|` .-:Чo7W-(ϴfQ)6%2unjOe0ag*4iG6| s^`!(v Lx6PNj,ʎ2)x8}lfjTb-dr򙫽 7`2x`NQDzw.%MLI*Y aQZ#dWE"#5x ϞU`Ç:GEhDžL<`v?6#a^q1]>;eb|ਸ਼CRh*k/5=Q0'p(z#Q2ebfCu3G" (E Z#w8r5fh8[68Ӂ|#Ϭ86 .~κ ֩ NSsHzU+jy~GBR}32 e7暕5Ѡj4([ڃɼϹB $^%(39J %ImTzY,Љ3쉞*0Gyskv7G;3k`dhsT@ksV3# V䔺*s~AV}RVf;ALoZmcbkU 0K3ۛ>5G;lr[n7Kk@/G"i4×~󍽨0(($')eC`D5̞s@9;t4-'mr"6h{m\"tZ;_(D8z|H:ycQly}$8*JҸ0JFsQ^Tf46IANFxF ^z=*ص %aN_Y tcəBmVzk0FšyZm+?[}@iP(I2e Ӵn8e'dDfQΛ{Q8 :>3 }!*%+@~+I*|,(׶N Epg#|{ZzdkWRHucŦEr'œ6,itڊ~\{MGS!dtα;ƒ,G,yxنFMaIB5r-d 61hF YM:zp D;â{ct`kڟO\c ;dXh09_^c|R`PGڀ媼fEM{[a_^(%2WL40 sVdq@[n `D!|~? ~<^ $g&MEϜV1{(28 y2;6of:r#_`rK -̚$5LGx*mZY R,pF~,j\齘eM)\1(F=we1ԩ=$AO/2I$Q#L`C>`%Lu<`>|:͈ XFD$ۉKFwePZSE0@zuӧ?D>k_}0e 04KٓGw/#2nv/ ӕT )X@br7Ȯk"lԚ *'t|kaơe+gqBR1ZGe#vͯ+?ciU_L8#h95d!_؀j+Wa.I5XkȍYm$`!ཱུ'svz. \Yuh$@F/Jc*R_9YVX+J'tFd]_.k'yYP_e τEoQYoqKq3}j`ߙ)BUzBZju)Z*Y#)_Х ,t<"V5r;@8w>u~*v05淸5Ӑe±wSpe c$3tbKheNAVػ"IDa_[Oi\!=VNu[# Mb "PN:UNH5#}^ۻ4sQ\/t87 i/} Fg PB>KW ~gS7s,N7;em͗{q>O/$ʨϙ^jp0A hu;w&E$~I6]gsX 2o@X_A3(rȰ}Z9&X|^Xrl$5k {- El8(E?m :U{\Kň܌ͥsԷI݂$#,JM-HiHPMf'7s5oJaWj<N\mr3iΖFK -fL}UI=F:{ٍ.~p\uK DEC?ۗO9>5[ho(c ȕV60'ģYfZw)l8I6y{?rS@Lpyt>SA6Te6_RLŎ,dQۺ*4Y~H+ _BOp#r1/1!>rI&n^#<*Iv|e `i?8 KմRKԔ|-,ϕSAi2P?绛V}&U20kL>uP|zIJ\ u +4E__Ի3L/Uù?W% ߉RlRXSuL#Dmz,|XX:&-tfCsgKUMƉFD[B'$i;=al2[@F{H[-i]MD7ӡÃ0JF)j,QRX/ h1NFbTێڜZ^w"\'}v_Qh}vȿ2'ŪMiH=q8LK(6%[bJ^y|Sât ܚ Bd&ġ&slȔ: 5&>9@r$&wa.FDjk$鼎 | ! <^=ZrMXgihb[͎[8o(g.0.Ya0=Օg,#u sGDhkfD c$, &?TO ~J[PI[(t3ȭLVXA aK5q}V^v8{|@'R*T ;;!RR#ch1xG`Ax6P攷ޥ}Z_+hڱï |te뚡:THh<q3GY$5vQ]'f7[}"п|Wq phܭp mF:JȹZ|Y .@k3IrmxoN{o4XX!"zϹDʀ6\7:Md{T2 am/?tGpyY2+Ɖil§t*ohyaݖaܮvחK纞9Yf?ӵ\o:@=G (_ŭw80[DB{ថ,`fV*A.}~F- {V~]"=|a<*/} IĖ&s01[ݻh p "RZ΅ 31qHI sm]$l\Y4T+eav2F.=0VHE|ΐCvZ80(iwl-H.:Lk 32V'&]eנ)J5(S4$H 6X tX?x{uР-n*7ٯ|J=5 wK%L7r#qC,s"7-e&e|hE!Ԑ^TfV1t]l~T"<t,H t+sЬ`Ƴ*LJqd{hK>f֥f3l L|V ul"L)4EhF&Gvd HVX^Ў gi%L *:]/w~Πh8Y#[RiG3kx:թhUɫ>'3"UnV31 }-XIYyw: r$$zHV*:x+| ) NVi6tٶ3]ҩ:)lĞeyaݪ:C$GxxybsL"8WѽXpw?W. ѡ]G`@Ԯډy$Ujls`'͠jN(>$EQz_a<^8tYgQ D?it0xLsTSm` s Q ]Ug2 ^7w6ggpY@ BY%=>@bSǘw n4a~@C 9am:iH*4c~&nL0ꃯ} g=T+@q$D']lN,SR231q]FNh|ND|]Aq_Huh{MQ0.L_{#`!ڃ KINFdg;c&āU gIdw !\Yҍy%+ ۻL q韢{pJ;)P^JAáudneiw,`L˴.H6 80.#ؼYstXyPuF<@D-\ fi|HxD M7]Y`E7?-aGT*Y`uCp ~C{70="oHPxw<$ŇAj}B%L(YQȏ/)Э5,(#,cX/LJڮy_畛2O5pܶYKHSF^| ,LylҒR6\&  ]ڞ#[߃/2#3y{yb`ZqHQ/Y=3}~O*ڃrrrhjS0ԓey|e^֒*~3͠) dK#E&P.48Ms)V5~NAL@y }^*d U<0/ -QKWuV>hSyIBY?<[D$llq-3qSl׷0ZMآper,>cjFS#ν:9,8y`KӇrJ,:t;>\ʲ^R+j+h$Lӄ9"~g%[4nߢa$\av?>G@Eh<eąl愁sN!U|3IHq4-G~|Lsst<&BxNm6PC$ȴ.З8J}vDŽՑgNM]ٞՓ~uZBV^lp(M L:z4'"Qfol!:J_Kzn;ߜ@*}bʕk_$ qt#l>!3*P.H8Ed&>꿾ԳPkVɧ9sQ򩪯sT$S]|$7/L&T)dm8o]x󭊀\v P2y۔p!܃, =)YS=8 0V|V@ ۫d![:4кqaMUBW{&Fp"Z\ކ ҃.wH><&`[xS8/ *[疼m2iIx/Hed}2k,G}R?mwFR CkXW_/]uػ }k NM*3i&DYF)+/]W2B3O4nPMFF8Esxo }øC:8lVld& ,VszLOC)k'ҟ{`pUT%(d3bIB3DMILѡ'Bei,, m|nߙ;88(W:ԼeD$[ڈM\uZ1r27_IOEt2ץid2Pgں1=R}.̻{<99 QފiNkrW/ʟ|뙵)X\!ڑG.$d~ZPo>~2S'Uj]3P,yTxKqt@uKi'cTgvu4"jHҸ'kkypFʩylcj&[kfuΐ \'4ħ=a V~ d)yȶ ze3/R<:DE!:w~ƛ²;^#I"j7/k7~yڨp Yw{iC.gQQܿx<639ҷ"io%})ؽdc&M}=29lm2z/$euޛ@A,.'CCQ'smOO3#R}]^~ WKZڍ= { N"¸ߏ|ƏC*H>'sjDпlի ~aZ [Ȗ3&,j *KAٮB1BLk*g|}~[WK5]V.ŰdYP s*thÙ|Vl(I uHk 2A;YNdl)Ӷ[J*'3~*yq Ǽ JJG L.Si FS4U\MOYeG4f0C3' 1auu68eKLL!(7g]e%3 莆t//njm~Glhu`wƽgͩ'dOFں ̉|Nxڲ߁Q-1Qgg(k{a3HOV3_pژάHa */5u3&^Aъ휋at*3fm3 a%b_}+>j:H~uLMEk)yXȲفj1BZyVqO4MM(,;Ll$U'v5zr]#nmg&qLrY|XDlwY=ؽcş0Yp'+ *V-~qm GVڈ BEbg@+qSWH֦6L&}Ya^VoC_j|I~B9ėͱ`nѥ夏)է@j~D,,'2ݓkgo$Vj~*qCl0v7i蒹j% ׃Z_$H/ 2ˈ0+euD,?;ǀ1 $(K :A/&egK3RPE Se/~tcV=ʪ#`!uhUo1U^(w*6o8&ЇdzҜJ %. ̯sNʷ/8DvɖbAO ;RHJ-璒#[]$KQ˳ PsRb3;c}pM^?eJ_SOy1iDT,}J5iܵ$zf>G])9B-S?HW|D֔:ˬxEdHw1 &t7dڞ >XU1ݪ ЏHxZkxv%=?nmVd 7T:P |,@JRGbfsτ񷝵E-,Z;mO/!۫ε-n#a#R4JqC`(]뮪=:'Ia+HvM{}yqҕY/u\VV;ㄾg\PZ5zڙWvC1Kfc;EQU/G},˟OV]M)qME,-F8|%DÒt|YOk#Dz фdceǷJ?" tE)jMq2*X nqTћh5p㫟E(OxȮsKޏ< ڂ -H(ʞ=GƬH@1 o9KH9,nmc0tR3 LOF+q gMJa&VoLt i{MrVzqx󾏊4Y#8ݲ?WW @%ւh<>eUfPcKD=j.k8ȳ9\O $}T{6u x (祣E{Y1Kpw.v^>,F1jQlѱ"QF5s2YaѮ7 tDJvm@o8DAL1/ Fg?+bDr+$B t7ւ6Z$!0br k:1:@)Bu$mӋ8w4JF5vgyf\_2C=) .R.joòNao`2MT?( n{mȻ#D% K܊zNt/N,""@_s"Z@5=Õ:nUZ_ 0 XԒ =rpGrƒs;aoG I!ߏ+й~ANb!CI o_j$6ɠ.'Zb _娷`t7--$.*rCjի4Rǎσr-Q-%|&@k$||kD+ =8h^ 8E HPhTmY±^%x3iyGo2}!N@ǻz33O,ͬ%-({.5DbD0^,yJ;8K+K\kp7i+aVã@$IV~.3pVd)Lxݩw.B\5? cCTj7 1n<{@/ƒ&t[zL q?!:u#Ԧ"Hkv_mf/=:<]v>\S5]` 'QLn*3se|Y !ّ* |jCd}ӔB Ev9]ڻb;Oyf5YN~.:,YNT#LK\mKZ x%rk -ݩV\g]KoR[`='x Th#;9s|X(Zܨ|/?Y †Xtn< sr I?vɤ)9 yZOr.:]7PaL8ӞEpT'͛~r p-$ֳ$qRmX5= GlW.X1gu2փZNV5 ^(66Ӷ Ge xGy2Q~?%TYXCִ`Dk8\Sdu׷?PW)֭D$1F&9vq&}BG6Y'uЖ?چvF3n\M sAh}­'AH/0"}P2b+X ӒL4hPKIQ"~1nT:Auв$֗%;E29;9#^_~At vlS]ѨՉ?姱,auI7-Gel<_atŧ- iA뫒BtjRn,T$T&dp=''Tr V||@m1Xk1Q\io ;֤N`RHy¤WxNO_3.2cxUs g@"+”ʨ:L(ҭ27Pݿ%xaؑ/$ѡ\f$'LŐP3 苿(a`k#‚Zst(JX4YP}![\} As $rhv%a, qs&B'5x=Y!Px?V}&ز*`6<[)c(P9e29(S|Y[x #rZl+^ GYGi ѾL2(uTT"o6B$RYLQ$x#yk@O&|eG6L"A mkIip0󞽖YWx$ ji^pe5(e&O ip3 7hsycYcӫJS3/mX)cn ĖA&ɥGʩa/ټ1k6V|q/Oz~9t^YSԬQgA(^UXqX{q JP 4ͼu$`YELZ7bt {lWU"+!V z6ff)\K&BRo`:v'*NSD4Tg)Q=rguqJSmÊ0љ@(ƅS$s7ϵhaykI a^fl%p }bm5nm^#۔ӃL\MqPMda2bѨ(=#sR9X&`~[A^4ms%Dzy^@tLdisKȢBatihҕXH3z+iđC(NC ^# j> 1㘏uELeB>}zLQ*_<3]eKX9b; Jkݗ򼯋jҦyC+{Gǿ@ bs#\08`t2!L2uk ȷyaaSkǚPCaK%+1i JU'W<&{j`13GIxVfN Tҹյܰ0 z?' >T,=Ȧ?OYq? LtH ΄wy?=rV\@Pϐ@da(&g\,D%TP8 zSt[-T/N ?LW'>6\ZePCWwlC3`:#"LSƛa*[`L^T|1>hZ(Nz*O;Kׯl zp&K&|F!jo9eپvCh*JsеJ!^>Rأe"tnha17vxƗͪa:p!ͼ{L*f7:qY_,6ŽܓBTa\jr0nNbfۢo9$0Di!̝k+]Ɓ,ҏF˂`_Goh a׸ W9( RH)Ӌ)gB1)."P:=,趕CA!1Rz8W<(p孙#/# .΅dgɤC`nmΘ*q8UA+5^jҟ4Zt>:,Av|3l7}H>-q$fpUn\4^|h\+f>̡JU:Z55r&Ў'$ SFr HhE!&>ta0zgύ@ݜBD\,;;oTkj1GOGC/:c’) :/? n Zdl6w.,pmLX{k/JnaJ2_9wyDv8\3 P̾=@/2$B_1a#Vmn9Me92Bq&w(=,!2L{ &?Y0B _4z :Ly&ɾw2jC;P7 I'jΔwlg͚2e/! $F&3e 2cd=>=rjlW4Cfקb9,$q٘/fP2D/`-OZ {7A =:Nn<.@ >3pqSSAY[74.8fUc2OhS) D,Iw͵!ޝi͂ggԠ`:`r!R3&- (}1ޢDL6 cJ?X ^7'߿va]\/jKvCCPލmmNSu7!x|$!%T쮐?;He-7ݮd5r=V&(2,XNtNGG2O zp_4 L6@.gaNoKF~^o':7X7mTV+H&wZ_ΎΣ ]$|Epkԯ3h`S{bmQR#"^`07IWy#0d#qTzSJ1ifJWFY;\x ;!]6ތ,V-:#l(2xJ/%~L]T3'hֿlDCM\F㯚c(Cc9?2e؂_?4EYt>8\(g$X ΡxFQWe Pe62Fa9c`e:*I2= ΂$`p΁g$bb!oM,A2=.NjcA¨IB[9B#;GEЁ)"$}H0N>Br-ϿaG 䇽n@0\d{x;a~N ey Vʼn!@Ѿu;RFm?jߙhXVzu;5_?L(}~ޫ?ԭGh ~;k qp |SbScIRU5 .gy&Npgީ٢uDͪЊ8N3F5to^]czBm]RL#Ϭ 5Cy㝴>O?hh~!ٺn'Fh43[V$JOx]RO8*Ӆ~CSֱzp*$wsOZjIoF&sļȥ~MV9sA벿5 Á摓4Gf:2-d}# ؼ12tO_Kq>0#WǛcBa ̡ T"qK%o f@Sy nn"{Vլݪi3᠚o֭׍08窀bx>939րrm[n?Ե?n_v=/}4l;cŮ'.~2aqQ"jKS4r\҇?={ˊ_سцmjqQmT^uf/5夯)ߛGmbuz"+bw/]AP|Pu+9""`@=O]TGN#~`g@\@m«Qgfޢzujv֚]: xw`vhج6cMQWXU[6 ~ 1)e)+Dqt{n c`xSUժO(^_@ɴhQso,-Ot\@uJ>qD)ОW~ل{wvXA^26%U}M'4!?lD;)S~m-owq%HoYoC& x=5E~NAxmU4ئSXjVbPema ney_+J7Lc>yyGfospfx1,jL5>Ѥel+NRs+8PTKvJ/hBvwta#v$m"pjftYnê=Vܘ!&wⶹ5Pcod+q܏ʹ{n:CB52lFwOrp&LzlSP5]['̡Y"-F ޜSPQ{( XoEAeCeVنH#6{n "#e.\= 뽕;scsk \Ocd+38}S]rx}\< |$sST~,1'СCR@ 2Z_ɄFѓHd-Z7eZg5+M'#+mR~}[ A_kwl}yS:\8+ 5 -_x blZ;5{*)J A=bFu-hi\xW8laIޏGRW+?Xr \q8.eP%&y|֩"?I?'#]wiȏJAJ .a$,[R^s^uIKqq=MuSů;h8p9ȹӝmn9O]g-Dѻssx>Ul3iGHB?q8r7ɣoֽ8B|RvGS&X vĖz  a&U)K[fJtOpKZ$CNGSKO pNaLPMIM$['N3vZȰ3#U 0|lx.vnEg-FԖ>-0ЈaBW%x,L$yjg ~Qܭ?ZmؼmmnIpx<&[9UV݀UBU}ez( 3Vcq0~*ݻ_e멋H<ݬ&ԋ69HpS!8nF[^0v1Y{ӫ"8ㆉ(@ #5ϒ`4_tbZ]9D@@Lw ٝ>Xh@/rDtZ@ƌK5 &r .)Ӄ3"r{#(µ *vBl(fwT,Qt_Ϲ݂ZFCM̩ p?/8"S7lOHTڸ<8B6wb#0$MD$?ȸ$]k aQNZWn_GV< ŗv|uz_&܉͵)H8Y-;VE7 gh"aCՁd1W}G b?,T4ԛ!IG xuQw=DHxGpe"͘k)~~4ypɅ_ %6=L`HUY}N!$\M<4k?yǷgZ .u2z+C+3 ̉ F/Uopv(Tms/?s ΁D:^4;']q\p aWQ~bYBVccWIa=yֱ6eK:߷͓Ĺ}Y`q̊Ԭ9&gz`_]%H̻1tAY<K_KzlpU92a0OU=@W]ZvWq mSz#rO~ko3~5EgRHKRlX5*y.xX0wf&Q^x,zX|ںM% F!M9@x;QKލC;YΥb2VkIae:Ho"%u{1٬,w*ǘ\J6xX.*Ir>lB;0(<1E XY)HtTEw%B7d;0*ټV ]8 HPcd['R6OZB [obM㠼i)G/f^]O/\A (obh(O򰗞\G[$%0ܫ=>i#O@; Wz؟ $O{tdэ^Yf+Ķh29=>L'\!RߛvUnaz5hOnQcn>lw~ ua[\"b`֏vI1;s^` ̩+b\Z#5%r\J:g%仿't-e ^ wXND rmrqv!Ruˈ&9AOоz}Tnqޅߦ>?ׅnjF>cLU+>׎- 6rĐg}q@c}QmgRs05"t/~t/""i}_#^)%0ݘn)=v|zI!5X5Qpwȱ>g7̛ 8:6xI8VUDg8=_pFPޓ)$us*fwq6N Fi @{UD;@Yοv0dީǜA/w~o"?k)H0Xqsk"Q(eVt^FfT h2ol# #Z}wvjśC[VqѮN>@ $w9R`FB5h Xo֨Z1~Z#rzk: c{KȕX.̙'=eL|L9z ps # d4~ԚbIYp6~@HQ=sh}`: #l@-P2"h :Z,Bӧi2+:3=I6C8j1ToN ;4Dd-7UĀx!-@jO5٧{ >$O; H׬ڗԵFº/ ?QT,#='$h:]uXP呡߬3e.||S Y}`Fld["?3ZD˟ Mw+XmQ|!3/<{.)2EqyW.W(zauh288&a*؈͉A='ezgܘB; /؍}]6ɘC??+[84P?׌e:9DAjA{ FgOMg~Xj唋طͼ 1]uhXL!뢩-0%SQ-~|J\f7"$R>ka Q!E6oF=T `EY.ICyK e9 'rӿ~($Uf$Iz㱸@jOQpif2sQXÍlHƝo%ѯ je@ޝ 6n5zm;k {9nsQ R\_h @~gUlTc:FiI,Av6k2us%PRSGygS,O*R H_$ng}VLYr1|' ,3=YpjpVyZ[pv?f2bm~#R-%Qyh'WMݢE5lQd۽zƌy>IxF۽}z(5/ȭ)|vP“ЊhSo؛^-B0'^.mK`Z 'ڽf~B`@0d6g'7Jd/vfFy\/Yj9?KwDGfk/B/56!vh's_h/\q9qh98aU5qcd7WXe6}.Lq61+ˁ߼ŖaU:g֔҈~ء !HY] {u]*7g X\lN48r}K|\G25S S5vfwgy4 EpBr{O[(} YQXVAiȵx{w~y$&=p̖o=;*}i✑GĤY%T8Fɻj @n=ժY}Ж0%CI]83ݣqD׻47=N~eח@qg\ZpQYnX"ad ৉j+q# lxN(` t8!]V>Zj Onjgkb&+E.9ULQ6lo>gNR؆ ƂspK!s.v k2џRIى//n'n ؚ.a{tY>ѴQcyM-}iNN~[=˃ !J!j(8{;ۂ(3̗?FOu_Ќ3q:$v\=7%15zE,r\ǖE!A%[UZs7o8fFxlP!r4H~0/m}A $^}h1s~˖B\!h 6G,_/V%S*tY(KX!; :G ޗTu*e'RcF@DEmtсW)xtB7A(x>EԚN%\цĐ>p:Q٢} 0.E6yV#Yi,MRٓaj3 Yuwelr=|^Tl]\h7q )p2KsS=&8GdVV6g;۬hc?/_ Ɂ@󕒸0M}PYopa f,r,(8b^/J^ ֲ(7PDAEW/'zv/$p({%>lC<% ]oc*j1PYt8mmi(&ŜI%@ȀL7%H-{ |(EY8oFJ*٫Μ5S=,r8R&ŸO+p-3{!-&+$(T&Kدb%1l ! [ P+  keTh~LL;~OjZrAn9q'[Ć[^(}$t|_ 3r5gd0?5K,d([$IؽeQO 6[OamLQ^/j 41R>S֪~7';c7[UtO *ɸ lo֙SE#pP~0ptg#p C(H2"ɰjIRFYcrx<󡈦ߤ62( a] !+ L$C"(~|O|iLG) ;.t|R+* Yq>"Y@J/n{PnQǤ"aRS7n<鉴Ͽ䱭\#0S(YC;Ab4]dyoJ-?EU'Yfj_g,>Wg^ ]LR+P;9XUM/}$;]gp?|<-*r)0EbŖ7)i7d5wWeY55P ̅Xϱx"!R n lCVjla͐+a3:tjDgx ;_J3ýߝf(s\A0|PTo ~M!H:+Y=9hpMU-AAU ؙAPI\{KD"/|Xs4Rr! gl43kƹ[-:y^J%!E.-ۻsݾ내ĦFM ER#n0̢^ 9Y(,De69M C аa5NfWAݐ J?ABYUCOV j;;9+ T8Syg ;_ptȢkeII@gzeؓ݌u3g49= ?M눵{f" @1q\JFN!$?xRΆܺZmbr ohRx Ds8ӱ`] R(,Se,w_w9c ֮y4y$OcmG`2s G 8I.ϑssjMDWƾ0eF55eߺ#YӝKQ MB,'t>-?w4Iq_܋8)=@BtYkJ:Bek* d A1j4?"8 <ݏGO5 iP-8'аJZXs5Iy,TD~`̰ٟdb䨷L'ݦ%b*+PNkVp1c?2bؾ#G A"n由+ Q>k'%_tu|WThH38$G,iYs*S$ٕ-Mo,8cAJ# p$ U B (rn2!. )}}EETwr:_jv4d4_sxZc#H"۟,LΜh%SOg ^A:m9]X * 4΋LSz|'V}Ac_Bˑ 4}؆X )boHnvmCt޾x`[K*nVK @OfsB5dakSlDWMMqk*~/b`/ 쿍U-Ir'S_\ (PR@#CJY:+MGEr_0ݎ TVUj$A/?$:61}0fҵκȪy0k?UOL3=63=uW^86څKALR\C[1",fؔBʮK֤;%({V L!wY ^XNW@ KVV Ӡcn"Ğ7D?Nc0vbC xLؕ(3-S߯珢g'{gFC=3zspEZ Q|hq5'fe>(~"Xl, @(TUmuLz]dqW*'}m=*vrS|[V!s `po(:ކv-7V`Np^ɌL/tǰrbNɷMm7 y>h(,JF)!)=e\]έn_mM1nic[Ổjm9vп9BTf }?ɷj 63KW3 {&o3 ۡWhneAIbRڀl/WLO(f-8еFkN9^9R48Λ_m}c:lU KVټ+mWGrTFNijt̐emKK:=S_x4r I/DﳿJ\hXɊ@nUOVj؛ M 9+ij=51>/2]<؛Z{L feF!~ϗ^9 lN͸ķJdpQ^\ȏC}$^ )( ! dR\Hf4F2XNo5SEGs4;`|$磆&Ѳ;zqKp&vb/=lZ>fGYb O>;y?l DK ,9ҹ@a.cx0-o>~;J֢zJjGss[6P38\C`i/x#'PZT܂NbE5ݩh6`.}ř]qMب>l *Τ\N[mΞPΧG<.ī؍cR;${4Ca8&$)rQ>TլK(N/߱t㗯\4h.Wa7_1;)ߎn#~Hю* ^IۈK V C;:Ґk,GO!"d}qNru:0<#DiӞ|BʀdU??#B` q% uqx4 b gʵi9 u(՞KW{}TNO(a$6EFly}yFެ}GQqyY 'ROBW/ al"ӱPA%~9zRSƶ[^2eR1Beҹ!!3A4:@z\ ^t adٚ1\فƁEU›L|zJD},JYY99Pp{ͨ$8m&F  T0n]z٠f猢ax6'K0ZJ܀[}Z ,|, z6\vC5~Xx%D{"-ZJN}xhC;2BibX^3Lj#^5PW#gcfydԳ$΅*Yr1m"PIRnAl Մy IKhߩr)fCk>Khdڀmi.6h~AtSSnUk8r+hIF1/8'Ɗnyn.9ʤmKkx18%LWyA B|%̛ĦW)xMzFJBWrNP֑"Femv9a mۺn*[& mNn)I< Y@*,MyYA\P:q4C]jt_ߥ-m ڀp]xNG+Ă*_je_!kMO~ |li7#Mt~)'%QFˇ];aıASuݿ +eawaZըA\IG.߇h?@nq!f :Q(@C}Kaw6S4xLjrfX2#,7ҧD+z\z gT?^}gN8[5Dt'ސQ'[l=0-%D\T `{~=gS2_#Iǫd kݗ}i=2^$<؄iϧBnEx '8>9 fޱd'|7c9B#넒&iLC5x^ RT |kʨ~K" G74F@؞J]2āi>:߻BW@OeTO96l8wQX!3Y@3jR F8% ;_L(݀YHU%{8QeǷafiDJ"Xn9/XV𹃕se 9"P!b㣫,ƾcNparC"gpтD.%W\jED7~HJZ%M)W le 2t&`5g*;bv*ܑɌxW}>zl Q/)e9˫ƭ$.!48`vQzƜdNS(r}Od"i[ooɹ]MvLnc& B ͧ|1Ӽ\pq{?ӕ6ӘF"G822]`֩/Amܥ%[\Fj܌TGY}a=@ nFF=F.3*ʥ?ڝ H|1R1W9QyP)<9Y*9Jac'i|3*U^5Vja%W:l./q]2ͳlREǽǞFI7/k|Uu&;Gckp3Tо_<43>.$H"A8O3C(F?LN|l4*,^ƜU /gp9X+cLK /e@EBq+.N-)5Anap]d ʨ OhP2ص(  _'54s|y; ޹9lVn(п'+Bm }~[TI $)^ÇPhlsG~i Bi82]{;:=_"р!gIjYוnN.%}K$˩wo>EN+أ6r+Ma@cWu}>Ē1Aoi)_; 8v!L{zuS:u7+K|ߛt\ 7w*0bTh /Ĭ-lB.spo ,67n\(kl ?K\Ҋ$;@3:- i@iץeŅhW@?҃޾9Wևm(Q*s& #-.׷b\_mL0:Lr;] * 5H7BAANɓq-"taՙ#}1jװ壑PN?DZuPC&Bm3-KZ~*T!:R>H0ӊHK:$eEOI_h#.]9uȳl0HXP_W<p=t]ѹ7CJȽ}C%nZCte/l߭&25qevc+d;OsbA"$ /R ̮eFZVl*νu~Mta&GkA&>=J?ʴr o}ߞoN1o\5 H I P_-ok 3>>7fl_OtvcDXð;gњz>WDV.>"8 8`ˊ䙮dg&-ٴme_)hpc*H#y[` 0> p*DO{2N_TPu.?I\b+-^.ӛa)?Y3f_o*+3묆K4I~/UH/K pIK bTe.jE^J'*KpvL{7 S6$]e>8DlϼyE8\ D SΫN8c?6;M<֕ܕf [%h6{;clP >ߋִt*WrnMq_UGj~~ީmު}Q]G?qgms {$+1(&D,Ulp(NHx.FKDFP n9~vK9ԅj! e0|xyd`b!n1]#>t]N>; l;c+LN%Sf)8a}+Q&b}G0I@~C8w|ΊD< BZX!z yY=4χmw įP+&/VO٭F0xҬ)'>s à<&aLjuq$uuu:GfPsŶ8\|- ~pbrWvlr}taaňĴP#a X12xXX&zU{9@0B4m_'ҋt-BzfH>!A*H%͕+@/)GrLP=r{@L[K,ETyɻT˭,1~LH+W|N[އ!2"H26a{zjtkhA,7A e*"J " 1wNJB-zPSv/4lW)0nj lߏ[sv?f¸+h GD@WWq^9R#׭;2/ lV'_2`'bo|H?RXj7øxsl~"7 H2|!}2t ;Ar$3LJ_G:zGuB 6kڞ'νJ`:Sj8V )A<Ȧ=IZtm2^O~|]#~l824vn9sx%iKQOH۞"cOT;$xRGru]^~!ZTw" d=97 mPm)${I:@EY5͇l=Uu|]|sBCBV}¥Hi{qD|?wis Wv؝ X[rȈeEeRB"$t5vM(lhӗ _]"}uqsF)ɤxLcZyt̏0|":|=nj-sɉlZNIiCOKBkKsWRԓF]nq|f: eqYZ8T4,x)|? i<Xn쪞Q`bUkݞ?߽2% n2Y 4yH=P$)Vf`y 5^r70AvO۲2/bN=^;x_W;)9 & ,O,zΊTG^s[CK 5<߇=e3>1wSk0 >t\,ʂ4)ϣl0Z6S>Tqj+CңPU9\ [`;jctPb/^#WIa0d~K6^0Xm@ZFq>*d`/T8'$KPlm`F Kng59QuјY<v- yX +H΍+;'e0Uǭ wf$wYH8" zik gamWYdFHZ 9_yHe" A849I(DX.0U+v1Zm>)t0EH[Z\F--IJ|= pھ{"#arEuծ'!]>CX0`'#~C;_C}\-NNnm k؀f"/S{UAIQ$YB;Cbja+`MѱH1 sPF63zHi4ح 4aJBY9.90n[hҽ8<^HF%4׌-JG?M [;xAlgu /NghEUb9 RM}rXoB؛_k"8fitˊLBA}ҮDH}DC?0L? ]3 /t^ JntFmm_ HX#oa:S_t )\D<&5}!QB(tH6NŔ=?;"SА2Q0"Pg~_{Tw}>O#Tjm3Y6a(ˊqL%:(lCW4u +lMXS.}Bd]4o0 ;yIWtDP!]aF(ꯅWk;J_fUᛘB+'> f;JCjXM'ˆW!P(Uٯ{pbFK9h47R/x;A6ܨfWKBr)-aз ȾE5dwiI `ޅ;a^8paO*.2,!) Im˝ZvC)@ܴbjhh4n1FuEFP1_kAw4ήH\:,xvo^Ze (L\D E>p􅛥 qhX^D+>C(;?j&Ԏ͟eddvj޿'Yh94C9B뺋#V2Tj![/)|Xae)-`J5E}uM>Ǜ[p7H,3+bFB vB'MWѻ&RmkT#fxO.Tˮ)W)|e,Lg` T'&"e Cv]* ?sʸ҈=)EG9H2}pЦ5 Ƙ&qKm /ߒv=p 43ҭ 'h/PzmZ/g '# i_d}m4Eg,ZF>>I3 znBu3a˰3(_A j &KJt4lvϩWfE:(WȪbA?F.l[r#>(%"@S_rӪ6 E4 ;+PsUV{Z,*?z վ5j<$dYzpwsh#>e/ci 1ddd)VZwFxjWkR3DnM8_#(5-7d7j=QIjmWn;BprXy|=ӑ9}FTVUXݓL߲Zʯd@1)՗c9~~2Aku[oYM.HgY{W* k&JZ }|-$k9uom ,\*YmKw,sf`<7ˇgSk, /oyx^35(!xeqe(Įf}7hqH6ҟhؼ5WtvRK#{`{͆(͢`4gR`tK5#f:R|\eO>QZ5@WF5fA<~(;(#0_GÎ$A-ɬ /p݊G<kX$_|V,g- wj#rت`uFkVF$˶5"+zy \\ d j7cr |9Vc,qS7ه͗w m)iȶ+<*a3x)~,ekGR瓻4lOM^:[l'ѨdS1JxC4 Uː]W))bo1NKme EoF,^Zص̒A!G'lpb=54c(:0h_%ȡe'ylX1'C@)&όi!9kEWar9KUaܝdNN^'Ƭ0Rj_NR{oNXFˠܮBt ݂?m&G |hFw C[ZՆwˇkw9 ^;A>n!qMa/TaBvl;'8WI\)"^9'F.ftL@>aTo)R+6:ȭ9Vƣ?Rfd6@ "fmJ7,>j4o>Nø|o1"ѻi6 .[ e@baMW! LeoǓ%e<@^FP35ȸ>yU1oQ&7DV[k3~W~>" Mw4L!#MeP@v2^ALٹ23{xn;0ByOg}S8i+me"} <[BY"%`"79WYRlPnxZl)on>b6gء8[3X4n氤H~-VPEfdՋE6RkP)\Yzt7^d6Z~-dzNrR9uHȜ&9c֒UаǵzY5_}"ړ6ďd]Tz/}#j=gی~1fPSr1F~DR͍ Kƿ.(qr I)Eq~+mkp:YGAڧIlr%(j-mJ1sb;+N Hh|#H%SǝI1J^?빋tk~:g3KȐN5S>J_K{Dlh ;8n~gS,1 -Nא!] 3NZx3x% $ocUaT"=Xw bƶXOA|gA}1MaqtA)T.-^MW.:360 4}5}ڍQUME9 誜ss&Fpx89U|tp A!?;+$X'nNTzҘ$YPI>h)m53n6g/+o]i~c^8Zxרi~!9Cm4rVXLl2*#~-${3̪7AnQIInA$ ɾ +nH+XҶV(}~U^i.GŌh]<gw5+􂾜36mѝ(RQ]JjW:/ K ^:^I:RHll4&* ,3N@O2 m&ryߨ)£2y+4;Δ7(rrmvD07i;6+NpT!VHt'Ax`DGEp) [ 3]=H4;Z$Q8?Z"+.lLG!5E D~ƾ[w۟Ґi#M8/x?z2y4u`6Qls7/ZiVp$x0KOo8VG>~R?}RXQpy3c*yK1b>GK@L #0Pih*:J,fȈ@q#IG.=9+TWE߾QS9'+J}1^<Ǫ5ɯ͗Iͅݜ EnDOu(4]^"ۺq]:}#,HlޣJC%4wݽɑ, ẐW ^\v>eڰP7߾xPD'[Mm -#:Og\^4BEMb2IFNςۧpe*^_(SbRP 6&Xx)hЬ^]kY VV?>gI'xKc x}yau3QCApQ ɈV4].~ɥ S'7GTmeTWxd%x/hpΚ~m  ZPBs(F k6Zj U&-*WDj=8\<Q;&M<ÄEo/qRq8q{${ha#ka*1S[5, ;ozxY~#T"UPF]"Og*[ko? g!@z!.5ng*m{0^_Qv@y+nh ^prazvfwJo 'N%"uۑ%E-L9v;DQ9θ| p=b8&Jm6pGj7;PjJi/)֖,hW{վ@'}#r-h5d2ϊnMX֙:aJn LԿ϶ |f#P\T[ѵ -ԓ UkSM\3Ws!ʬ㰹@@Ȍ3$?* S@T |"P5%1|*p.~ h+|eʇm! A L ^kwT@ӏN_q=\ `"0(;jOA3Q eH` E@!UھT=J!a8apX<N]5q㻩"gL!z+Eڱv ;Y_GҚ`R`YLfOq7fgbu]߳Yx29kf2gUǏǍw{Z}m9]l Z=h#q8F3I@BORc?*Y zǗWw4J"kZiʚxmHt|g۳ q(㤩5.:~3S=irթΒB0'R@410 0-opkG@܂L]<ȵOu3IT:"W$<1*kS [5UD2]My {$-1!k{Yв<%}MC@D=(c)@]PZWcm/fuqg,Ӿԍ'mKk6qi&h#{TYj<^Qzp N xdrC x=_9tz3A|pY3gxDq%3>qHFM9sYaމŮ:>-yU\KWs\o$V:T`MXpg2S)nǖ-7-'$F9OS`NAPE S #Ը^gFZofAPlVKRzg.T};CDRjӕ ϾwmŨcuwc% +WegRpG&04w֜C6ߖXQbBi.">p'S꽿6KSB8|!b. zEn{T؈<^f Do+089٭I__,}_䡑hYA EaE8:gE&jQ^DBL߁AhzQXQ]i@/#ܼbQ٣[$_}ˈDTO(gSUV評anKbd3Gs*L<}xk|(`' f%tK =9 3 97og}+ylJo> 4Ts&4QC+|Tnl$EЕ)7D|'(%aR^V۷H/@sQ f"偤HXSe4;TۃMٜz4F#|of~+P:hjDc#rmt(ϝx?c >i y*UL>psNᠾ?gGUvjPa*d"[Yٜbw7*F?zU] ⟩͟anļN)rJTlSԣDEwuϸ1y); F׉|@1?hB$ ӝ=氄/Vz(I[ү CF ^n1+"%O*R#_*LdH/ Y82SanrO{֛baL$LʁH;Ƀ8\>#dܬ"ado!y64f /rmKހ-A}sD03-F/0OQ Ӱ,5&g/Ҏ99 7"]k-'}H?Yq a/_ 'HWɺ#lb:uRٺf,q±o t]8 y7Y s'18%-ҡb>R5HNvľ>- cvLבB[Ȉ,k4Ǿp3=mk`r)3 qBUZXGB04ǥh"j4데p̗wֶ#MP Ljc!ٛ-L1*̰{p:YbUAMb6̰-'̹:EZNF!?ojQuêz>ĘnoHoOB^#Ua~HaO :4m+b>ϮTC,=ye?Bw 3-ϟ'z"Y dg~;U`Sg5SfnxdkbGxJBD[˳0?*L5,;qURcFQXX@#k_]E 3>`2^/{FKeN,'j+{LhiC9x.&:aa7W~0]QIPxhrcY?BdAigqM _1,<_@~(ڧuܕo²Gy _g0[!͏ҦdS=Xs؅(?7Ŕ/$֬UMi\n T%J֐y*` ,,XAKy<zB~8l1| |W(<8H "vEG-[dZOE.T 48q8n6˳o5<9. 9#hqߌ|Fh\!Z0s+wb`v#"|Le4l4H!<5F{mm㓑/I6{1e r_,8Т.R "}Yo4\xg˜AL&e R[>;rйq[MϠ7/ 4j%hsnU~{BPUNt#ăEBWN)T?Ġ҄9_.YCu7B:fF 30kFcf`*PElFËkicGRο9\*FKc] Q}ZUr.;9GK Hoi mEG e: kޚ&]#eeH6n-ovŻѻA p64Sh T6v!wz\}eV#'xc{t >p.b%.?S8~#y8sV=ӜXhO6[{XA^12W'TKv3*@*pw_{ cK~{%J1Cw=}\=St(T{fh5]'0>OB6SMuZ/oLJI?KHa ~j\i'OZ^6!HJ 6>2*͠ϋwKK)(FF6#E}نWLXTٗivq-! 4 h h"Ok(|wƅI[2^eE _0/d6~--o?V0r-syJ@_JVQ,:<}_-tm׵i:v)tL] Pkn*)J\xoPYz ⏖9깹Q@"cP ܰtV"%5UKegͮyu(c;وSA`C(,Ng9HᇇKٞՀ[guIA8.5LbJ( .ScB4eMx\9@kLHCA H"GmY^V4-HB&[@s7]F7B1EǬ21J&`*od 3ˢLQV1/x$Ͽoڕ=VGqi/9;O6޴f߰@urS,mח $_熐i[ hJJI)u^d3u<aFw>p 7[IEsIV [c:Ir7hb'۹W!S9%ȑ*hdp3: ǝZ <٦@.5xL%:÷ruԦΌhE-1k'yvRj[fpY"O]^#-qcNϴG姈J}vMάE9PR)ܾծBޞ_?dŒz8^F~%,%Wg#@vO|ض ?4!{feW1)vJ̵` V{A Y^sab5/a=dlH3d#Mn1NB]cvH8 N4w̯GzNjjH;Q"oB++XZ1aTr5$zM?k)b:mಡXv!B+udeq)27.Nmӡz]|K@Hb: /lo:5@8e`#Ax*2?N`yS%h%{㶚Z;w ,ܱ|vVWuAcrbxMn(pA$(gF>PԁZo~GĀ44D"n]'ód@W.9B˂SQ-4\eGXV*&PhnHl^vy ž]I۩h6>&'̣!0׻7UclޅaVt^O70^}ޫOHTZ۵9;IM+7Iak.ya@#,!k^,<ؤ'xӛz ҴV-#f\{{&_PqyѮY8ɰr v`p$IޤdFZ)>2T_pXbh!{Ȍ1BI'f`y M]UדxyH)R6m*J:*)sj؎?\N9}I)ޅb܌2Tr<Ƃw7.UgNJ%DaKvdiE/6#A5YE>ip($#}񧅫D62"_ɇY*DV/L`+혗|EbwV,}~yHP"%xVJ긅k*)WO_Iҩ֘wQg pmޖ^l|ȉp'ӌhmqy5 \4?}{|/+du;F9r 9yYwhf=tzO:0l{'LOE v(m39E`WA;ؽ=W\gіDG '7ӯ2@$O^dw@?}G>9>j!sŘ4v^ slD@$?)0]'u3'1&MP+͔u1kz_# ?e`$p7fҊQ9ƥD.5չ5M4M9pἰV(ʖ(т~edj!LVB @XZ(s|^_ÊCowO9R 7{lwa\0Hh]?!K #khJ o*'˗|j(p*% 0v"tCQ<ĻjzKڵ<Ƹ;c 4^ p'WkG!?OYPk<#"zQkAGι/`uD)="Jҩ%VZӘcӾ Yh4dl%awqcAoq5en̸x{f`!ZA("$6)"U|/AySVPڠ#9ӽkAAIؤCI&6BhiΘIla(;e܃ v#a-(^PM15q]J(%SRc`FEh1UTD9BӁ&&ۢIu#kOvb)$?{D 92'$čә$,3^nZj3+lGA kx0 gbG$xƙ=~_KF%wFnj[`Z%Hf֩`a|b!r/GؗMizSqG1Z{B.Wr6j6^ѬmL ڶ шg)ŝҨ Z6 sDoDŽzE3Dͫ{ ٮ.в?zk!=i8FT[!6ab5ѨD;L`$[ѿםx?YrWk )X7~oD5kZ!.t)Mc3g׼lr3 enHgo{y@N->qWW%dg`4(h l b{Oe-uj# fcyV]fZű6zNȯOMJtWmJ *&;TBgA av` q+ pt!N)6'x4z['=c#|#50c"|Q܃e9YM DISoi4ŨX)gqsIhd,./QdQbڀ}gm&<RK!ؒO uӧ, E-dX׬ŰT g+|OɚfqJa ;Rߛ1] ? &)l4jp/s:>"CqVQ[(呼WWC.´+#A ܇S_HIXSD K/IZ5wYM7p 6kSË́$bGTV"؉>dug*qk 'm}Z;KSI?7^*2EȈ/ ܄'cxrw4j&\& J8ԦVY E A/B)شs\JJ6CƈN9>#e322i棉> y^Jw`BۧRY+NW$8X ;T*R֒ޮ[|Z-#N[2X{;we{3twy ז. !rId]5^l w@d }wx ?JKoj?|WGIzc7ڇS3" %r@*/t>u]TpMqB^ɒ*+rrD;y_Ќđ'85`dW88c[dTQ.釟cZZI9[ĠBV?+]XazצC 1ǩsJf:fU7٨*.uР(RL6gq9*@O$EAOy` <ǒF#|kmt>2K$]}zggOԦ2Bu;R۫sl&`Y$s!AaXǂ и>Ҳ>:/Uݻ  4pm qw/Qa-R;m.,0=_c}T=!_HFaׅt}(HqO\4]?jZuDs6kLW=.zP՛N 4Fa7 j 4_󡹭zU} 4fU=}wLhhkOc-AoaF,gŻ#5zѧ);NIо m UPgz IqXO!ɄcIݪ6~ZFizCK ;]t^7Pû9\h% fΪۜ ];`Ϩ9GZVv48Z]]T*c[x&) 1#ސO%nFIYpgdq#>D:`$,$?ZȌ%e@Btۦu+ yţ;MBԃ.5<- y|/g+/+3Dyucכ6 !t_, V^^ lh X+a~l38#QWVg% )M- PEP LbSeZD0R Ϩ& "9Nf4ؾ~Zr@.] }u"OVU4ZQ w K;eP{ew̫*V%[0L M-%ˑ+uh33; 8@ l \asOlܭ>e.^df`wAM>&Vb*lF)' ojjjNsʟ#mK[C@kxΒ$]OhmbU&0"gb2OnF4;{2%`<[hmSZZL p1 hf AkR:~klG;v3!ʣ!է-/ҠJ0|ٰ5^P{F+$T&Tڛ|;#f-GU5V&L*5{Vdm[J/LRjD5<&H3D+5#.fy]ĚRs:]Fu Z^&EK؞ܔRT3 I $|Z7Aϸ*yC#,Ĭ;KPugVv^Ufۏ06Wsw}5P5YLvάH$Qxp mȌC͟I^q] ?g\ IQ5A?w,?r 28ӭtd׭7"aՕ(B6uM|$di6xcv n!8W1,_@6ԚkYNLK9~tIgƻg%}?v^tkc xaa(Ktdpԙ/IDQ5`ED!a[{~f1(ÇBL}߁ E|#SC+ۚV"kNb*+T_g$\7^0޳9܆[c7(pq܇j>%icl>ۥĄh-NX1`!zWIensdİG?v ƚ l֮7I }戂_~fcCiaMGZ-` ݗZޛEӪa Lo^csԠă901Uǚ{*X9P*= kO&mvZ]_:? Oٴ`2^!<sf%!#y^lXbyx=?|ObQ3Lf/[%/.sV+5m&;7%~zk@zy =j8S8碱Ϯ9.p9}g`%(cQ- <n'AZ(;0;\W(,ڪ?'x5{51%7)Aͭ_ å*i+%VȀI"36vOCA!݂6(6O T7q\Y ĉ%$aJ4Jq G</?qjͪs/&RWM+O!P#[K֟w2V s@951;KK?mAP4:s )oW1UBeR33|R!Ȏ:T1PXKܓ\#H8IIrt)G'ѥ a<$|Z EBwZ?XTq+AE-ia5Z;6E j`$}qmo\6 DȘ\W=뵎GDfR7rxT9!Hܺ ԉlE8?a#Xvb 'p&swVMvB'vՍn:LĽΣ=y4&Sv]ͱc?+m~!]?J'ڇ|fzD7ΟAe?0fz.E2ZysܳY-:C9JE/A~GVg4^xԏdԬ5_Ak9n d.hҷXjk҈}̋1f~}l%; |sp6Y)yˑd= Eܜ6@-f(Uns`d#PO!'$kϲsI5RV{02ZV^k [1a'R5b1FjϏY'F:Е:Mҷju~2b34*VZu; ̜ A%I N}2xI/ oN{E:2u#fAqx#͙ y2`oڑ2Y9{&kqY"l(hAO|lp{;r7Gھdv N$O;F6xF&ȜiGA$ِ3}4:b_/=?k=%ͤJ_ٖbV5GW I1i/WUgeit0] (w\kWd^@k~fkt,&-Q:T稦<$[e(m:w5F(et!c}G2YĿ)qH|1ty&[w-E!P/[l)JmjsP:eB0_:>sř?f~t{ 4hEҒکP_>!vI7+٤Kvߋ%"`)_ɪf 07ӼdAak^o]3dڿ Q>(+lϻ2 i+o#c;;K ·E1z)=j=?@97(C/Gy)OO wv:]F|[*4z#qlJ`ǺXޅ&/=E+@kc~MY{&dhr 27Osx^d;NS4HJ ;TCn@Q]{BRa8e0MDk7̛_[JkyҦAru >-H0KނbʫKZJT\/xޚ Խ%l~n Ð{ Ѳ3 #KޠwMh>Ϗ Dx"&i51WyWJ䦳@x-Mۙu^_;M,aCp2b)e Թy(e\&Lyjrkn6{60 .c0`fօ?/[n: GiCД R3Kݝw~Z QwȕbU{QUF/+i ڭNɳ5(Ăk U?qִ抯l aCuh4u}H@L})ςEo+IٳQ~V.O+(5j"Nө9@N;fA8n~Hg>>6FU*nou~@'ف r x#fZVa<_mjl19bN~G9g!:׆DrzXBUl8Y{U3H{.=Gۏ !Ln,@E {&_s^h"+Q&)Ν"B On5#<&XY4\q< чRÅR8L3Fs *Q߂)&<`O5NɎoh)3. [CNvnwqf;8RA~?*+~X']+.NP./)TVBLGQ(BI *! CXseS90cgE %µZuDw& ا >Cމ2̈J"5Ibkg/gNSPk̽B›fK޳db-Sc#k2+3rC1L-\C?r$ga @vꋸǖ8WG:T23~a{|MtɨTQS?x4'f6&S4T?H8O6.$^|)=)mͱqmb:6:Q*&Y%ÐVH Y!痮 V Ԗ/un; UDD1MODxƧc;m |TO ^2>٬h><3pu#&A%Up-͑.-j_;:yP1\cVtÙ$-I 襳{lWhXgsd̉@T)o yCXf}s>>Yk "OEe.ÄAцygliTR"$5'6ڴo~*zj "dᐎ0'W IQL.9O_3{=<%LYf>(`9H rj< ;PVDlb WVg2 2zO!nT$Wkә-Xk1r(x-TgA}@~]Zo 7:K'GA|w6a? R\s՝K7 anJY {$G;AZ!|XJ0I~Z3mFrZ&1M21ȏI Jdx?3cO٧Xox|ēo\pϙv0+|Aq) ^f'Qp<+`u|4_1.Ce&J40#+$;-Ϋ_oK&<¿BZe_9oM5 1\vSu O" mTv9ě']^`8|VRӔ22BrCdȴׁ 3_IeJ Bp $ ~Lݰwb>/3L6A6:}Šy;([;kqQ 㺉P@nӏ-͘b[#މ,o=2 gsL f`Ϻ}9Aƙ1q\#*ц? #9'X`i]BzZY@k\f,#7m%*R}XE.Y azl *w &ʌ#@N[7! $?-^s[,vo*kmU)s-P՗:HN$ʤ)VJK%0OܪB'tްYǀF_QյRL{N].xzǪܦqWZV? qFC&ܳ$d `_jP6.@^^ @b\-Ծ8/bz;ND7;u֨Ji ]H!%N\l3>M2Rs<}䬇gc AZQyV,Ҧ'aK(E}ـRˇI#{1rzݚxŌn2Wo@DO9\FM%ڠ~Vv/rlPe,gI :tw}._"itix]Zv%J3Xծl{`4/{ZP (Sqңa З zR^m*[,I#UЏUڍv{ 81O rJaY%t"t??mQ5V9~hgi$Ktojerԣ_@@ "x ˊ=kxxa3+坂Z3!pYZ,(w3leazC٬!kc.[MQ`yE#]E3Uʭ.sEer5w[Gn+e{+ޚMay8V ut֓dY]8C_3Mbc8yTo}-'Ϫ֋4؞-VA%=fȥbk,Auf*5lsؐz}JQl2U1TE\ UdsP4k~rrBH<FŎ0ߠ0j$E"q"AouÙI፽84V-qNh8wt;cT梺#v %\" #R0G>ϒBrї4Tz+*i:/bM?|rJCceGu8Gn3#QՅɔ p6C`ZQ.U{:6JM?uAW ]ì84?MՔ#x,\,;L2dgyj"f 59'uq/Udpx  E*@ }=DֱGZ .{..x{Tގd{eΉ]5珧;xmhvb?[3u>}Z^B=1|ZhoF+\+MF/!'h))C۹ҙuj$d]]%!O2?.ԙr ޵яOJAe=iOsY(B:< RP6v=zJhg䣀MMjjѣ7 &a԰]sU.J Sn߼+;&ݱn2;`HiKR3:b@ 3u-ҞkahyAϑu rw!%mV%}9?T=֪럴:u\jMw,wg,B<. }&7`?eهr QM6S鼙>HL!6äI~x21d,xn&d"M Z r  fQx8>[lQ $ 7B ovXJ#;%r@5Fi~"eA84_`8W aͪ9H=R,A@o'qCxQ?`M 3EͰg1RoÈjE9v[ƨ]ע0]}KK “:z&ljDd J.Caf;<Ν!J&!Mzץ;oD!;aC61j_DڦM.1uQt >t qx7B",^ͧ3_#r }I_)Għ;%=

@gZ ߟ @i㸶Zix罽SO[ ,sXHyIG:AVBzQj^Xkc8(}8YHWi1(Eϯ(NҷY{YN1Pn>q~ی6d|-TQK2¼[Ҩ}!!wJw N V75-p`ht%L徆^*V n"ψcq\~_'I{Q[pbϖpҺ>toLկ^Pz}OE# ;+aq h_f؈^ɹ"%?/5JX0wTCk#&AH\C}yŦQ+JwֽQDWf胱nVep~_VlP)b/GďfYRL- 1>룰E&#t:~Dґ?>hяu2f f }#؅Dr&@]̺" 51荥cNN3$R~ӴB=)J%㿓_ 9^@T!VW+ v~y4gۓ-OM@x+^4@$G?7? BJ|h=G3M‘x,޺rr`ҘBSkZgc+ਪ z+:qpי/_dJl9 sMehձVkp 6rӶ;KD O}L/#;QF*VrrX0G yB6-A\uێΜQAPW0&^4qqo,wO靉UvbdU^ΕvҚ~Y?Pˀ䓗In xִW,Mω͌ xo0ݦhaU )n]yJ|Pcz̻RRfX~^RTNw" eOFN9 Grr- "prXLrTNU*M\~?fqW]3[A!!z| ;%ko/k0Ş #rL zik%{OƽdmAL:͸RUXnoPoqM7& ?X\?n,E ^’)ٛÀ0a '$gGX}/Ƈ^--rĂpKreQ{ůEeV0#&ڸAA\Ěfo;"4U=^Afh{,°4;F%,bc= 30R`a(Ș寰t)i_.֩f{B\$5sJļ [:Iބɜz3#7dUojyux5:|ޟ>8;IIgXt~o1 Syw-lY=CnkP9#X2'"c˥pU '\/t)ᔸ Î:HpD27F(tR9suKdDY su8*vƇz~͜B#w-󩫾.&!kKa`8js׬\ӿ:b^RJ@Wu>;L'ؼٹWVgkvssP^Omzb-{E Pri`)xx' PzT:ݝ#rY6֋wR%fR$==ȻKM"),yn^>BG,hRbIFdЕkO u=`+ݢ nJ7P 1&xf˩&lRRyX#ז_qy =J9Z\J{A2]92OK7r;[(<2VO2UM&ĉ}7Rit~ l ¹ :Cgycz( Fols髕. pD( mLLԕf5 hq\wb(dX%`|$ߓ:R:vHHI@!dwRs[ܢ mD\;xdY 燶o FT۽;oo;@cwZ^;z89TNzbc}s[͘@aJRͅ.Y JU# }R:KȆÍacmoNq~.$M,9<YTh:K4b|AlҒN٦Z6 գYʈC㳓0&Z.~o~CFLtI) p"R>X\ANAv`L=V? xK?RI{.< Ж w}}, ;J'l+Ҟ_N̛9ϘwLtrZ4x:]_(_Sh܊ |N*-D6k:9P=co ^Cu3*_5|' *l\xk7r|kBsDQ#vnI 1|.7EmA8<=.GR gD+Y0HU() x>m3h{Qe>R X/?*wHJ y뜈Kȱ Jm ZHO+Re'' m`+aN2ݧ\Gmo_ӃQE24cW|"|ĥީSpi%LI]y= gB+\"tLƓ {$ >Ǧ'ʀkvܵkg![[,\ba;X覐VQYI.JM[ A3e<1:w!` Se~>i]݂v}ZmcT薞od4SHeHr! USm*{vl r=:jRq9*J7E09u][: uq dT!/yn {F6m1@u`*kyHRmORel/c[ƿRVr4i%@ߴ΍'0PUb/5䪑4oVgM㎩uE4m86ҀX& X 461 ; ^bha>4&Mm|ݹ)4G"ސ0K0Mp xH{gSE^Zm>pgC钗nϝEt2ٟƣwF:b7pg+eej xOȉT5[΢Φt"žׅ6ʽ{|JKDð+JF۴9\2.ʳDәv{Y=V^qdAL&vvW#AB"ͣiS[X#;N?(0YWgju&~NP^q+N+6"l|;(x2twAsøN+|Βbf\BW9'1"G F{Dv%'?NC!K @4|88 |;< [܄KGғXX+Z4hL[w9< U'\'3A5Û[]Ř>r0{@-Q4E)jP>* )uA9ÔPR&r:=F7 < AZ׸|zᴉ:n<1V]=E`!3y|I `aL<#,1;<ңRC[W;55#3y8p N j?fvIq-^iZDވe3$/={++Ek#"n+K̏+Md Ɏ>5ǞOՃb]^óHz8Fyl0Io@$<.Sͨ]bUz|kZ]@a|C6⠵ Qm 'ޠu0z"t{J@ԙ-t~QS2""ʒ/dZ? nP"U#xP:u ?)~ _/jsB4jD^wv`G pL-Rtf">)oǗ̏arW+KhCuJ\HW/Nس߁aF=)Do~/0\/L%d*>˷EE(b-+7J=mɽOBx&"Gb%9lbvRD3A TkcS Jgc?{W d ʮp^]qlJ~(\BJ[I< 71zIbAlki)#޵ȀX_͛~g|!8jqڨh0&"zUo;,\^D> v-lF&P6&ZH3ΊUzjID@W?JɎ@;O<^[Uho,D=3M[{f-:io&Jѓ?di^/bjiػ sU>5 Pkz,5|{!h0&y SUB<0,z۝:fz3U|.t>TcIj;I#h||jčt 0>`5㲄ek\ΑrAeE.)y)Fpt,_[!Dz i*ӈ*:SyſF>$u'L~gj>>vUe3r&R m #J4~=;bsZ}ߠOb#/NQ2S-ǔP30P#fQ c= CW }n~ƊO+ufp2fW)/#NqԨFC]vm"ά1plt5ѸM_ui((z{-U7\f͸Y'NH4P۟Thp$eCra66`Ejw=aI鷔S Oe&NR|2t &Rẃa Rl"<1ݱ|5X:w&8N jSZD_Ml-sTI)([[MK?BQ(rXڐ+,a;0 `(Ly6x =1x^o%bJ:z Ɯy-b 2p$!խ Cq)44`F M|)Lͥ5Y{%dyY\N?7\x&D+x5\ύ{']g0f̅) KY/um0+xa0@Â]L|(z56H{`8I@^b*fp _J*E:h Gm>4)XS3Ig&}u-@0Hq$dӹXmuջ75k̃uadU6 {i\_5} @,?~!{P*6YŜ$sO$s7ANS/dKt ȗJIS >.7tX'd):`#ݘP'sd6Șs ({&/љč2ac Rz76[Q}T-40O[?lK֠k-:@ Y&,k& BXӐ8)D˓K~wR)ÁyZɻ&^p랹ZJ3K X"& ?xλ̽9l'c NJ8``]P,M) VUPށ*`Oi`IDa$FH#J`hyv6љ69$kȷ&1A hjFߺ{gAS ]o0X޽>`006i.=J;C㾬8okk`z}TDKRkry{!!yW3ݵi6a[I6Ӄ$Dʖ)Cx P mA-PL%B'%HB3G.%FI׆Ngc mͮ٥E4R9 0"~w&BTi0ꌱHNr|ep̕+= g{JQ5FL# >]Sk~ )`-~6w=))-O,z_Qa[2ě\IJCK | .=V1z*5du9ox,ֵBbo-;_h*G17D3AL닕^Ս j3jd,B׶s a\׽YJ)Ȃ<:USLj"?WmkDKRfڍvu\Nwgq"h{JrIGcw bv?ih+ b}_4=Vh0@y(s^M2%~<)FM#R_>B5l})Bf9P=t_ ; e1BGjQ́toO77\\p0B2 bӣZDOe -I4ŏU/?vzE:^Pn=lAPM%%z"7KK"A2%g|qMkt[& $~r̡D|=hi`E؎ 0DtNqzmԙcꔳ8foxa$¥dbl}z >m2Y%,@zY0:l(ޖ+wYQϻRX\kr Skc +9+P:aCJzSAS8~a9"/xy mF۝h0x6Z7ˬK>B=Jz Qǥ^#݆|`iIlZhM-/|utveo@a[a~>zC ez^@kRh\1hk, iEaBsow35?=fV q,Ko*{4eU.T]qy3{9%LlK@Yat='7_ί5r`BSyv`ȶXLyc˸j~}<1!9ˊ @bX^ 2&knGǪreƭR3Ȋs!LU湹#r鹿:F:"4*Y Fe+ɻ͂)D󯃸SdZS,|~Rh$+l24+IlWn1oX$P@ũGy'$&xe~0L{0n'}.}Hbn6$¤*9 *+Uh) % VȯG:N\muM}WC'{ ;WRҢrLNyJb?)[^,S&0kV*-py`_]#|Ol*pY&hAԤmPZ`a_t@Qc vB=m*ٛ]3t`!9 =]5&(r^ai#4`& mxpgou5yzo^Lu|Ґ5R/`b=|ȸn`0ƷovׯBApdRGtf,/]ܜDa[3!؁ZDs%SwoAA-|;Ӂ s2GF2]uM4~DSHki{?ɚU7P5u.nZTiDoxLӒw_B={uʙNEZ{z"qMph_$c<>j"z@j-;SK`;F+|]^,z;Msx[7ӈ?f~j`k!v~-P%Z/%o2zPO )4pagKR/ٵ[S}7*3dS{]swz+IJm&VnA/a,ax|hqЅKycsxS NJ<4*;B qlN<ᓖb-c+PRBΥ?hxeV0zZɘ<HDw+E`Bo();L&>"BJyb+#<'=\L S"dfՀ.Є5 mm^Lߌw-M%1~*5ƊxV* ds'^ 91 $82(- ֥/q?f {CͿ+CVQ0 םC4K䙐)3Pn[ aUuc6FĉW ))S,эZ r^e۷`NؑCjH-zK΅~fH35zlS|{W œ=ESUch=Oq 8ǮEÛ`~(M.u_tZ^_߭}Yr{fy᰻vs'%%ói!<,- Ce܈Ms}0* m_dj/Q˝ ?+~lFl; ottwDLؚ~sR~ cx.1~=-oOȟݞRVf%ޚzyI t.&%.|&B:gW{r}~dX.OWiBg"Tq30zшmka$"R~hU*!7\-ar@ ~uIF7ߪ\0SÌ[nL ۜ;Q9~E!-cp|w^| P~/vwpOd+w7SӭVu3H&>.PFq@\ >}|jbweivz]S5^6R,4"?62e;\Vɛkv;ْ& O!ȚN`pG5GU UA=kw{\RUe<ܦ{ rs/Y ~U*t 0qY|ƒk>*MaʒYJ[yaPWΙU{@ V20SH k?BHO&ZL~tK^d]($r"Ziqڎ:Nh͹g ۡ~5lxCM5C=B܍_9-eg8Y nSE8ԣ͊5h'_kdTQ%(b-BTҺb/;h^N/Rio9艠7Pzôgl{p@i-=,_p%z @؃r,RÔ ^dʮ,Gm.nT£̐s𥏁2Y Y7h~|3#P]mqp?:CΓ9Dq;.HJ(C%̓8kGQAe֔u%NCeLSpGVzBÑ,QŤDbk"<͈늠:$rјډ9Cɼ"iB/X]2I[`V3t9Ђ_с3?dΥQv 0t P(O\G޷\4XIjϷ;c:GbCM?/T-2/%j?50VLs]kă6}w_-N&Z.VY xJR ~`6Jk\Epa8-Dmy$oW#6&= \*|ЮݴiÐ&asa,O՚*>W^9A )rOѮBilEo7нDIݤ:3tɞ*i-%V^p~@*p"ˇu¼3XCtTXrʊ0):zZMs"t19;2: %δ$ G:OPM# HNRd4?PDq!e_< %БMiu5iV؎>֒ji#t[o,<>8hwg " L3tsi$>xvکIw-}6+~)ktA `5tuym=,M*yaz/޿N9Qh!Y!4\N)!ifz5I2:]P hx{_+: X/,пsd:*3yC)/fA &,ML(P g.3iil+]Y_^xLrbM嫃LĜ ڔ|3uaZ?TBS[Xٳ;WaN3+Sq<y]$ 휂 qf2 '|Ŗ11*?v+1Pc[BIbbcPSCAdXe"r 7W{3ؤuGv͎)o㫏r hZE&|wY)`a#O[䵿CIAO?-[) lMLL-t>2kp_9i+mᱵ;{2wM+)i3v7ysJ]x`+sJ aF?x'DQ'K*9DGj˥2f ORbG48n̛a׀p=[`7b?s`_(|%LQ^?a…DY$po[c-]&qا6"["syNxmfdY uP+}G%6w6ܓ׭RvZ}) a~}w+R,$-p#~+є$W]%v1`޴Yx{j[4LtJ4 j\d,!]2Rp腇@[tf@&ޘ[Fk1JES^+&D,˹A0vt&^M?ﺌ17{r}H vÏ(?碰IVAXDu Eoq^*^ \^P +-;s%73 ൘~DQf^-.bkjK!ʂO1_`{BY]::S$L/Ϯ̊b!O(`[o!*oL·&D c YCToYޚ ]И sV0:MiRu,=Q[ж4:1o4\F.=*ˏvсD|pld5W6J"M@) sr1W.K;_>4 O]λ]ȫȕsd (S(cY9@/=$*8T}ϊi _Oҡ%2:i!.nR=lwUJyOoҧygEtbۆRZ}{V:ͣ[^t HW:X83dn}7,j5#H3O1ĩD-Y cbPQA߈y@&]6֗nf?JۚլS;fwl4=݅iZn(EJ!:-j- ¾X2~2 F: F@J5qh1sEXPӮAз=ZQOBgT19?Y f'}8.'=T]L7x l7,Acm7)\)_ PT)"j7")DxGr])p?EtmݐQXc2FvBoDYb]撑Tjw`F-$]!-`{]^nG }@Culo(`hI ]G*ou(&I-0 [PIQ!ۄhƤC_JΈW*0E0 gUt@. ;fjF jW.D?}+(ܩϯ/?/ h]ݣBgvon>Uf kg4sp:%*Jf1a"d_ٮtx$">NP`x4EX_{zߩ{0O]-힜Ǘv=@ԁ4v"3I78(bsRd5#tJ]qQߑ=#fT|*ג|MHRZk兰NRtUO:L+ J6;%=Q&$%@'-cOp ARgŽfE8rmm`r?G pT!Ů!< ԌSCe9LF6?!.Ϧ))IvE^QQ`T@~ [gpQ z65k/&4fXDe@0` *eFc^ ӛ6*\ӄ4\!w+ĥ#w#9D*9'XDS(!+X6jv zU5-M}nE}~Njլ(մf %.x ]:\()3Tڈn+~. JU}&Yj^N[@,]էl,^|d좯w͉'npQ F2c=b.+bRSmԥrZ|K~ʝ"ٹ/*=s\~5}lhod Mz_;)rcA7o:\tԕbt á?>fPz}ڬ)I4%i֥1fm6]EO\Mryެwj.uzӿ/P=eIhX۩;;nQDUdkt!Ş,bV]< w=0/r35?Jmc3>\hܸCz4&a%\w,6.k-bsǘ?X7{ ?zI1M4qb)bwfG.x"? Գ@+/Zz-Ybhsyuѝs1ȏjI07iC# kq8sֹ*K"±"P<QB!攲ݴj-FC, hd^R|08C tn [y٠/ #k`z6s7#MUbTyA*zD %tZ"JȒT(06f'Iz9-Zh kKSKZ S|^]j.O"a?3@ݬy~N)[klnƩ኏|ҘgYϷ%i?~վ+:nx܎Q\&Bky7<ɥ[#@ \ I7PMƙRHvf-%2(9!qF<V9O/h&V KeRbg#VTّ\0?: *^fZY(zpJnSeu' @n#x~oJqS{:SgWDzv}a-c{X-ʴҚp 0~uD z=|,p|v"_%>b+ X&3 CGm7{ԩ&yG&SpR}ƀys#MW<}pDOwho}[u^U1Ҵ\$ع-4ictbtwHs' u'5fO%#o93 &;?b1=ԴDHux+XMʮm]9X>WA ݨ[2.Nݡ2.D߫"Lc_u9z O쉭K?S; b:e~c?$JEFUjܠk!X[ýL)R0L4J65ȗɾň'?h+y8G__D]wzZ03d. V?siPEwFhqdvo>>C֪]a2O7ĝRos f`\ B$׫TwJpIUBSrĭ{w)ц>5 D;WȊpX:?_'%Qlg2cOM,#lF{T? Pm\ʣ>: '-fw (bJ|i.2I젍LWƠ⎖QlCs/|UHLA } ђ^qC:r*w9} lIaxaq /RqK/oQHFx-Rx ĕp4f:X4a*!'.?jߕSQᙕ|"7뼔1PסnI%p1gk0e{aY$+0ܙ]Cܴ@zUn/JγΚ7I'U~e{ǧRs"^ւ2<C!$Cj@R[]69xm%37F0?`~U(kf1$j2da|p+Fgl LUfrq5 j< OVt>YW  qsȧRjK(db44P <+ 2Ə4S=*nNqmzn33<7~90# 0`&/`dzr2( ٳ dJ <_yloیK\ }0Tr`#[W8,ȩ4_7F mD QeFr(enmZb{5D(H0j Ir5֑6QB+Y3TfXZz𽉧Ϣѿ6MSTeZCS6sL\a t/ x!3kPI\g])&-_ûL83NV-p颵(UlEw 2Z)ipy5t 2}ZÚ646, [pU܅Kp{1H?h-ɂfQ{n Tj=2mj9I > `PJ|(i&pWqq/C #ѣ%dd' ]s* R_;o\8] jCɮ/Bt 8e!>Ie3"5Xym!-q:M'Bme5i`4ѥ4kϬHڳ ^tU_"+z<|O Mƍ1ֹ4T .r!Nrd镎Z ׎Nk<\SفQ-`UzntZ 'ۦR4%1P ΔP s0INh1$Q |0le9w|zXL,[ȡ>j7.p?mN^%q>c€ |U,>tF 0D(9HڇkNfZ-%f#e4=]S-! ھӐ}ziQи6:-?SRz -=ʸmWҲNY6rӹ27z/'Ν|]qY?sbsV%@NF">Viq/jI22/DVWȷ}ګko KHV:F֘ MFޮ(UIqq 0οNňCԘ~c{ݡ!R~li4=Z ?|Gщ9RRx[( :k|tOՉag\Rrd韙Vp}GIف^sj0PHm15Ԙ߸KƒNR4Qu촗}gͼ|fdnٸb:/a=b~oEł!@<54o9_ly Н$\MYE9 _ocz{ 66G_tkqrt')ހ14nZD) ܳtksgwbED(v +G&%Qx>wƚt\qTdIb.~?cOA-,ʘ>403gzL:h;ui)?̹N~J<)ʙK&U[7Sɴzfh]¹B^VB )>m*$}P~<1ꔭ:]E>vtɔxy ګz0cU_&7MQeWhW#+ɜ;_Tcycqﱃ= XK|gR {^),;a$aX} ˭..St=qCͱM>^ݜƆV2l5%4Г!>~M'J x=k'a!T9;2{}sΖxwjk\}zUhc"g{)D'++vn|9(-"81CE.zs9"4j=ɐU 9+Khk@QTЀdUM۸iY-@AedÅŵIYIm ??PPhWs-iOQ&ѣGRIkOSoqUp ڑDñtmbˉ;^xM5_UnyOZKH Z&F5 rA<D^Ou pʃP=5M/hJ6q|f/e9(w,SOFL0SQR5R/u(6qrzU}s7m &9,V.70umTh}(]^;$8G^[GX Be_9xeX#ŶSfceAj 3 p5ݠGcZ"ոx&C7 I@}%!fCEfHd@Aa|Prx61"p͒/al[eT6,2hu.N|곏TNsIy,Let|tĚ#'*6++$Z o|xv煌 ZLsN'.M-li-(gӤⲠ10ܧ$"塋Z[CǶkXCg"0 ,g.96rij w2l8xcAk -̫i-T=Tfi2o pzqܐC ] 7ރS\Mr1X#J64-+us8YZ#ccxXGg%e7;wDZ2]/=L?`ܚĉ'675-Dˋ*7qHh< |T3b_5o ]u^?=lBb9Z2\?EBSP-*ہ4w|@X{v74ȕ`L[ʎ[Lɯkp+=w:>HCdԿ̣ˉBD|1Χɯ4,cÍAsV 8mhuo*68QBaP{ar ڴˢє DμY{Ϛ sK2&TGqY/8>2j8̈npGYoUrIc9Uc&<3"m}EgX ~9,;`@L/yLu:HKN~D̑#){'~@= -L]( OJ{d6=!\/cbnzH!We8&Pv@Ń)`~mr2x m svoB]?+xq -[06rtR T|TS{үSs SUrXS;' vZJ"_=IO,LO<^宬||}W4Q.j}z3C 5&pK]M:D ~Kx&zׄi$w('U437zZRߎ=tm½K(;[Jj#7F& |V >Tblѥ|DcHg埊jDRLsX_'>.b_KAO8Y h~bOnT5xJ;+h*漟oBomz2 >cu[UbeO\*dx& phawKr] h |~8%mͫG r<_n0\_8?ԣ=h&iUWnmyxu '{_̥ :Z3AxLhC.!&*Pn\VC @Yge 3k*.^/X-.ԥ Lns: > (ORA /h(<|3,(OP :b_+;]K5~_ `?U~8^NSsQw,[E9|5 q4Ce֌Hue22PIߚ%e?N16 K:u%%7 ׀!_'W[2;ű@w s5FSvn=>{RۥC SI-O,'cRxsziRuÆ2jfZ|k ykkLz[0Kuĭ\@\Z͆n vqfl ̕%8J~!].^mBjւwJbZt*ms6¸ ݄]wJ5WIHTNcc d،a*')r0djjNvf1F_!~6&qwiJʇjd)Â憐oJ_=140;0ըk?u]Kev >5dH%wXzF*]e`a ^b<ǵ›4X#չCj#=z1\X?$tL͎&o Kh\}"q 9E|4oo?{kC#6pC:;>3.C#GT߭< ptK6j׺Lȉ݋YУ)+#H5ʳzy/w."o}SX#k8r;Xh+,ƗEC iFh}\n"< ^pF^67M3Fy[?(CIQ! p$;m/c5'34~v; 0A):1*b't A Զ,#3?S#Xk LPnQ~S;B*T2>hsP֌̉19^Ӎ|hOaq(i_D?$qڈyuNdvO(I|sb[JurF@xu5RLIuqlɜ,WXWlsU-PPؿ)!6:hʫKoG+> -ډB!!؁y2ԯ3W+ DUt|rOIc%6gv~>L؄sCqF7v`nYy8A2>PD~^-}q^E),]DG@YV O;XSY $B/A 4"4\J0vEfe~p4oH |eн5#7|&;xq"5EH~>C  [0臫^K w~{aaҁC@r6wv`*N`(hNv IekKu|Ԯ—m,/AVHeڐGƵ76]M"Ue'뻶2urdUk ynQCeJ)JD؉h9] )axyBs a ^e_"#n!ŢPQ-݉rzQ,41k` S6Ս>P}YSKЃ\eh_S*ތ*u5H^"$' vǞQg7kĻ6KE޽&ڲt*<%_4#_O?³ 5TQvX+6FS%m\u(i3uNͺעsX_IjQ ScN?-[7usɦ~a 8/"xKLIKn5S_C4scL <#3襌e| StɟDކbf\xfDgBY>@l>64p҃];$K0gD 6QB5p}\^?h+4kZ~zf(bi>O[ְ"pĖs)@߅|]9K2ͻ5)J_aF9xRP({ۦon*A)holR`ɥqEz{'WP@h ,lZ*pzg:&=AP3 !0y8y }ޣia:Y TƼq-MV4VzSxpIƾM`jTF55<>6\v&k뤶|Θ?(t L_?#,I7'%/ߛPAf0- k]eu>^:ei`gd^aHHMN0Ϗȩʕ6`RyomI]br:)7"I` lӚktѵ²3!ZԪX`@]нnmԫi@N0ur\q}ww!%ѝ&cѿĥpѴ3:D9ӮNc3ѶXZ,fN#CqTVw Uu˗> 1(׻%ϡ=߾@$arcp)R+0U,SN!) ("|Pdp/RrjD]|F%ꃄ0 B!^/2m> b-Ȧ{WĜIap]ͯ:oǀցսŌn=DkZ%m߷1nbm=M&6c  !$Ʃ"啽-#m>gw*dNoAe ہ "Pi!䑒 >: q,r,S $ū촑OȧFz`u,7޳G0%}WCH鈦NV.'3ȡ4-mq$d)b~6vWmo͂}4&MSL' ^JlYk޲Wˋ j E3ObͯՊO6|i\w뿒S\} 1uA*e!ڼ2S(XHjZ9K^]:&U |X@1/˝eqAހ7sv.?pnl5և >+5ydza\5{H^0GjEZ~o[UUs:u 5"zQˤ 'wgłC ״U`ECaT&#A㢰F1+[ 87iӕG cD)͗DaAIm >f< gk"TH7pobղbׯD|yT)LKa*.%}t Ǟx g^F m%YbBuӤ Q)-?cX>< @6: -8XEOJ `nj2}5<3hSݼr:\ |\Kt^GW+DGH&hX, ]*ޢIFϧzh(Y{mU=t%ay$P >v\ѵPܮ Q u1M޿N~y~oMQ|4|jMQ` : 8|7B鞘2Wo=ڥ3vaduBؚ8~3EAö2閼J$CcgQ3vӃmw*;"C_٢P2czkfq/Y ?Pj߇QT8%~LXٿwmqHKJb;^MML(4q2Eub8i@~LLJy yDn-'G'%>P`F/5iQҏj`O'80Z37w14k3'aƨ}*R?N~hz6H%4&LŖ7vsz ^ Kz(#i AЅ~<)B[y"}P v ƣhpcΔ4̳UyyZo}@Ch %#d+uD5ȗAN!3TU^ /(c; :9 fUʷ HFd|ec3,'n9?/cMz4c?SZKآ1[dg  QPXx&Yi4]%JY%E5x§2 ¶}C~fIނA W<.W(@8>b`fV?Ul?x3YЧ{BEÑÛzB0IF}:δl΄>~6{e`#(2Gω̖&Hy+Y^¢0Tbl#mܚ?砯i9  HeM8mBNďlB޸< F*NajE\rkh2NW4ogk4.w^[plEHi3h/䊰 ˩C)pr剈 !]J'n|%jþIy+|grH:9W"xu/~YШw Ryl>SaU+a4J9c6|HoZ?Ҩ%sPVa!JW'KEAG ʆϚ<+88g5P'$9Oߒ=" >ؘYzyER$F'`W4}x _Os=q&@Zl 3QHVpC=Z(Xvם߽0l2y,vfyfV1\^m>f5Ji mSDO:Q8ZAXEv"HMHe¤Uڦ-y"2p`'*2LYZ 0a(_Qq+o{ZiZm!JfXgo%}}u(Lk,kl/ǒX:xv|f/6Zy㊡ICQE*7R̩ڗ%/tOsYP''T[bK_A8C:8o ^4kWU{ky(dNIGLpSF.7hq-/qV&$p37#hiaxlV7;%Bn[C-RwQCPYƃ'vF@=zY`Twui Id՛[p4|_GiCDc2-7wFhl*ᱱu]%Dce'r?/Ai)}jz#o~fMZS({vx+=>`L(Z5ZRJ y$@nG-g-jesp-Xr )cr#P1 pW&Z?dՕ]#uC8/N/gȢ P$rSE{vYPkv: k41r "QF~nS4AsZC{# tmޛ DЊkhh>= >#_~ z7=N&/I?')cݮ5Ƹ V ׌eo;]Il)m}T43Ehِ#}/ETs4b0u #UWtV5RieйZ`Hѐ}Y1ôu"ٓ7z- WxgA*WV VǼR}y׎)&F eg*kÁ,;yqHIC4Ӵ"DDOh;íõv^ wW@BvdI5%F pj=p*-@(G>)7GRnFM96+ޙ6;؍$m+]Ǣ*1ďG=[t$XGGa9aIwT϶$E#"r6n.<'`cA| y3No! @];Sv#&"X*ӇJ!)#Isn1ZiKǚ`AjL]arܳxJ.$eDc*:\'SHZgJr!jMbXۭDѝ_4ռ䬾>MN4ɄCOE^0fJT #+!!(Y8E 7b{z:q,ʫNhƤ[7y-$zmoA@иk:',o߮ 䊥:hZܹߧ'?EV{.@B*3`NTR~]lZ0C%: ©PJHX0QF+VpJ2GBy(v^ې|F_k2^AIR]n \<\1zjR8 pJdA}ĞMΆ2[=95B`-5xJ.ϱb%b)S\֖ 9t[6z77hٍ5"΁;*+eܟzvNKZuy[miWj}t%6,PєR.{"@( RcѠ3ff[O/Chov>,voDCbn. J]QU)Jt:me Sp(4mi^}~a[snVI ռ{('̓ `e=xdtRLe~_`q~%xRЫEs6t[rC kwq=Rϫ#I7ڹc| RQ;L} 6D0҅ (f?lDQMt}5YT%>UxOCsT|RKn 3'ͤEA 6ͦ3dp` =֥ Snx$Sď]/`8rZ3["&b# h5bCth:+hUr2ŝ~f:B]5,m_25ˬ1F/ W |l -{Pq&.dRO_tP2f/ˆ9%6RY|/fXכ vIo(prKl1:6]W7UjHmQrmK7M~5\*U o,.PiSSXҘ8rÃV7QY?e' a2Lt1l:7D t@udZ{kXC׫G1 RMSVr`s*V1EѼ_W QX=I1իQ$! #9]0R% C=+=<)ΕhW^tJOeX;qHԖb~eXFWksl ;-|H< zALU}s "|k| Qf|F iWpHƼyN!@%lrqM1V>7I_,4s'eyK0ϔkSH%3ioi+^eNѥ|ʄ&8/m:ɟh/06I=pܶ <aDd/Cobe@-6Ev/l9pԀf's/Ϡ;%_,<Ɲl;1w\$e?L~6qIWn!BIPlQ'+xVj{8p\A(&cIxc&'nL_Gٝ8R9ňRJg4'=`\ "+Ϭz΂ #XQ˸QG*-~V`r0D{-1Ǧè&{L A5 󐮕҉&$D< | N "4FJƻN&jnC2b {[Y7 $*&/敀z dZ|9˪E+S<@DZ z`I؆;k;&TNxhCԫԤc(A]7'RP(1ғ4WhYA){\h&N[V4f[i$ǠVN+xPV6um.Þa嵝S |9u"a$H597"g/z!CIq`j`Pw;^.kO(r/ٔ)Qp[3,XM`!QFJuFO,B֜hR'U* Q0{EBrlD|XѫUrKyRlf)=& M^2<[Aޮ([g 6Ox! S?"C%\ I Go˃uLsL!{-]u: /"Yվ$v%(B|bûZ8ws>F\2>kpF ;.Lw3`8$UĂqrO dC3 rNL)gi+67A!'0Y.? NAb=SCEH[ndb-VƯ'P;ˠ9 >.T?ّ دG4e&߶80qc2La0-]V'Rc~⊚3$+'Gtֆ4N54:stbS S_%xIKyM@ ksd/ tUj(L'Z*W1ux򤍦>۫&̄".|0̯:UgEfpRY@®ۥOJ`it?hm=A!o; Ź@xfess|W~L5(2w.\٢ aVrsLN90Ci^ds6{8}}́XRV|RQm;F~*j6?ޏo`\?^ѮeoɠgI?Q~6a?@]D]C1Mel#p횋}z= ZtȔ7lFUi&ln+?S)UIb}ʽ*߈7C>I}L` fP^v(O;4w$^ Ti$@Z;ʦrE8^HPѰҒMC=p{mbYXvd׌OWl/ -Bf- '@3);_sNn Z ڣ870 ;3z2f@cs]pWD)E~ Dl=߄IC ˀ]7mNxR5__R=+D'عVQF܀lJ*3gvF%߾lUTOڦB;6d)rvO|٬Oyηa6"zxe"rr Њ'8)¹&Zb֨d)JkC̀Dj `eP1#52WuiM܄8~!mb0~О Y#M$0Z)nƊ΄ꪯuHđݟrX12Tbk.pKTّDS-?m+H"{JƴFxH*r-#;mFCWy:.zBm9E F[wf?{$VI.Xw$ki&lo/ D@knj(U1բ/ϫS %;ߚ]`oV&HDž* 7bn;̦VQh ; g7*.B-^dQ7`Jݢq"( aV=Q"ڈ{= ,mﲦ 9Mzu<Jl/y yaL*"}ۺ`~;P2WNd%Dt MlyuKiQSݎu:^Ϻ Ubp1Ck%Ϳ)Y7> ֞NS7˯CI΀~P:!K>#q+vDm.Ys Lj,q8^p~'I.ȀID`aJ񒳹1{oJ|wb])Y ҳckY$)qw,v-@񨸾G[~YRv}gx2UT-u#qԏ4OHQ͊ pR^ԙJX XV5 <ܒ}*ZM3TN1 $@Av¡ -+FM+oFѸrrzV ۉ`sDMPQJeuZ$卹8neOKyiL@ A4{U]?7AI?AFrY 7L{1:^Uob2L_BCuVZ=C,~;d_VC&|pb<>IC8s;e*7$T07s2ȯ1)F.uǠh.3"ab}&YiT@= T(P6{'~ElS >8i'-ng2/KwEZ3uƸy"|N5UN+I4K?ڋ1N<,}įHZoZL^I'S޸ 0vHIB 27սv@M8f-rR>1ֳ$94Q0jڂ,J68 U&L7Z*=t ΀|yd܈z cKF{-ی VM>i$t_yjk5~ .a.|ݛH{k*-n&6L҇0nqttE$!~`9E!;ށmlZrzfT\X_r[Wk\V3BBbGrng hxyyJg&R\o5)y+t[*t!es -R%%peYS혛`HG\.MGF6,3@QL@w%bbb <8mey,W-16K NmHMv5es.[wl ?ͅ `"c1) HAl1 x$ \PS&/.b٥/S,?ӆT0byXW?on;z򚔻M)ͩsk."7!ad'؁3[٣Kne0\\e'EN,\I#1 efG/5BE1QsqOF6Ρ\nV{u97HC{O>" h#@}Cn H%;# {A7d@=5D}TAHzR`*8??,{&f&QH~zJAdktޑg5#L 3͉ۑGM6.bT,d ސL="mGOHA[EOd&έJ;#̎j+Yԭ4VcO]kڨdKۨJgwi-A>ֳ2%49Rv٣d7,-eSyUnL7WbbAˠ[G(\\憖>[X+97n;Ǜ`E*0߳"Cx9j}()xt~cI*/Ю{K"~ƽbyUg^$J[UciB"ghSNna9%<8+Еa=^ohe}WG?EzU9 F HHv$>!vKo]3)/ #NɪG]K}f u~%eѶ p< Y' y6N&F5$O4+>s2j%|[>muldN~h7bJ,a<(6Yc):7azEgSL_%(y'G=fNJ=f@eO/z ( w(vg.;gv.-bX&=. !ʓii3R}e_8Y4kRNo#ZD,i>W!GA]LlyxLtً[n!ВqK)=p=2M+DzF݁oƝ\՜ֳZk;H8,.upuK~Lr2;̛l+a&Of !(V3& |KRsCB>Gb0F;ޚlw~btAF5{{7 kx 9+VR7oIA,aSm>*WоiW-7-;dǿߦ=w0l ]il~7ebdP@>0eE"PТ?qQʴJ\ؾ.K@5DWYnF:#¥]Avr⩂v& zsdB~3mg,vQ61)Ѩ$2rR0mnqmbJxUm,ew;4H,9DנV7y' \} g5T@M=DLȌb'E sH8 \ -RϜ @E!ODuz4J*Kss Rojpo}fO8U^8Q`l#WqAۗs)jS||k)OIp 7P5I8$phm $eop|E腝 q!,2+[u4uFu;\9kc"wMUZǼ؜O %Rfw#emcDDSg|A"c\;'}xHy+w!@vC%YB* XeG_kR^"9x[{7`-]gיcw/K,* yh5Bg@0)u+'{I VꨥqNJ& ]]+HnP٠B6Ionhei U*ݳǝx doa̤2C[<ۺOA|ذ(pM'GPmn/J瑊w,_nFidDyi-dk,ҩKa.v!6"C0=GB莣raKZH,wXY,IJ@e)6sd̩T~ehkA8q :7k|bAFى(`6@-t>ҞCgrd" ǫ|=gDhcɡVv۾ޟ~w _(@t'?)OazxY0;l[䪁q.~$٬Rxc+J7#wHkl3k`^1s⥯$R9ٱDiĶMܡ]$LuM"An*6j YI9߷ 3!<;XJp}PbQLoƳFZ^*v% - N,FCAXj'Mm/*ls+J)vߓY&JF/t<т07~_Gc6W?N )@$hMurhЭ_#ӻ2qkgz h#\؏Q7tW$U, j[)F-Pp\eΤW=Aڬˬp^,ءo 35،0rQ8[19@@ \yi-R#U^JJ H9ĭeMi6AFm5),(A\n*SϣSԩ߈B/lGж\HUj9gj.j!_X, %_{ ]if\15!Eo=QkA{kQ2P^O컯9放qsx q3L\""\H[x:T.Wa٨\$jQ>Tm'1exiʷ1܁H0&AZRhAأ 9"PI ؘMj+@:뛣 /gy(N2INHjhqQ W2x1;wgZ kc~f_asǨ|M\iYm?n5 Is|H39PAW MMrx\ g >t>Qo#1\Dώqy*%FaB˦LPl_N2=9nϕ Qzi4iIKaINEXmzaRV_9˗.bzkm(7Q=1m 2}2@`yF#@T2W!0sth Ƕv wM6.X\!,U+[4o@%p^1Ir{eʛm`)&حfIh澓}]Å$r!Tyׁz \F١E2V92@ SD+wÓ燵-:N!gԢRtaqf(j~Ԍw!gZ> fL1!k6y11Ԧ=rzGw:9Rr&|Չx75G e .;*50;ֲ-yqD` wMdV5'T1M_ŽQes S#Ou@uVv8,M)Ey:̦ uHϽ N&ymS^{]6eV2Gf-+i:-g;w8)`ߡD}wc9kn4Q$gyn1j xe/LA<< 8_O _P#GÂ1) (D_w~awm4rY]0KtF$T2g¿ocY+3ノ_GmR`ƠKdebfOsveOP |DUw6eN4S4H *pԤ̂€E |Hzkj;%8]1iB*'b1@=%GIFApfVG 8S1j . v5`yO ngjRX2lcWJ3"ZE"7I ] k|e{*Ƕ9 o5Gf"{V uYa[uJ:cS% _iOznr#EY!y|\^2~z8M dJI gB0[S(|g3}w֖TϠ_ʝ`DםnҲ91>I,IQwrb/z_``:bx5^50Cm^gusWD7N%#x)Cg찄I-f#>m*(oԬJJG]%Z|/|dY2^$tQYY$VMx /#f9juY8{W^ePtK"iSJOE#nG$*MӾϥő t;U̝=6mT&1t/sC~?1ދ_93LǝH e.P˪'19% _\sMtv @2- SPp~ѩ&y+,_1%2(}S7 esGez3%7Cn_WCD o ,8 )C[t9< oG n2CpbGn7 E%P%zmqŋ6ZP:p׳4ݸsaM{UFj6jEhG!TvXqLN'S(Dbc4TOU,g%s{|C@ީF/ȋ8>TX;כJ3^m>{)moӞcäzg6 vqb<ahgb-i.)(*&luei]lؔG k:}h@),KR0%cfT_L| $'ED|EY=,b( "50>+ B\ݒlY~mS߅g[@8hA`2/'TN^aW]%64HbC~o \3s ^K Fw%<OLF>>J?E<5E> s=eJu+xD=ױe+I7U%F&WaRu݃! |r "ԼH"i,˒+mpfk*Wd_"P=6/%?+ezBl%<&zQwI"E*4WIԟ/f+))͠TyFD%ʟHJS$lj˵Wnk"F쩦$_Zw:JTK*}gp5R-#GiK˳P_#\zZ'>U4dd$M..FuujG/mE?`MN6.c)mJ{ $96DWjZoLhf docRb`ʰ &+UfVvCn @׈C ݭg-r”+h&7 rMm*>ߕD-pkcxTNѽ^ mUl1؇`TLp ^Ml#Rkmo*3Y3w<%p?@$9\\f|L3GF- Ӻ׌f|Jmބ>I, mQ|Q:jyc*Kr4G x_3|=dp*N_n^@ {u>0.̢gqEYa;f ԊBOPPp|StJm{:$v*28h3 HCii3E1 v{4_P _ˬ˖z}px1UM Wi`1(v/f@ ;SE)w+Hޠ!cQ;T/o&2sr8`؍wQul(dQJ ukBO" aQ5V\w&ߏYgZ_B`{D8b\-q(+ڲLiK8%A_o Av'3A$%c;xAʾ]^$U,Gt30aowY .!g`L%˧VNk0X*ր$Gzp޵[ʬϾ?lN;4#\p h}8nN7Ʈ>筀WCL7QyLM_&g!E?܋n< # \fLHFp|jEJg‰_l̦n<@}aB ]:zHFBUQ{)Eˆq^EZaoJ]Kog&ezO0=2Tc 9 1 9P!0Lg7GǚOņ~q!?뒫@}b$-y n')=6>=Fxֿֈp} On

+/@˂A'%w &7:+0g1CUUÄt7DY'0ϽF؂(\o;F֬c.ARe!q3I`Ye:)*YAΊ&mfh\U} n[w.H?&tdL:}*t1a[VW(w2Py nVp@@w婩R\_ڡoC2="R}]_s| v(-@yVO?\IsM5^Jj rn'lAt^|! 킼7Vg:6W9_D TlX/!|WveQuul?:@ksQQqW+E`apd vO= Av~0<|T$xisccǟg̨mU!}$-F Zj { k+Њcד?B/9K{Q6fj*.ǃТTŨbCaHPt~j'_%4k05!8\!wŧz13wA96oJ~Cεb4?´I"Sbkɸoz=-XSH _ +樳h: d|oG*PH}㖛,L~\Ou1olVIJ'/L> S*o٧iB>"!T13uB7zw j ozgĢR9ewmԈ "[*r:ie(m==8#)\Cc,7)Qg'G{OW}=݋JځDzRvM4_ yQ*ɰL@.2elf}D}1ȳzP!ˑhQ%7q!' oTM7ДUnwd2 `@@P4@I?p!lZ[)QE ->B~$v[*6q4-A d^zį܊-NDM=^diRےWwʤ>eb%,e|;.O۫H]Dfǘ˔u2T{X(x1~)+ZYL[8K /)Xs.HyE4 o7*zDJAE{`<Y7$l{FZ Dbp8 5 g8OV<OX翬Y!bJ{N(s͎LșoE,జMm#7O(χYӀUYsƮ ߗtVTSP$f 8兽ؕ==V|0Z)gzֱ9:ܷ ?pewH~X0sqEo90դrSulmBwQ%p4W(kd2;qS:zZEF췸DH`YUivo7شZ.tݝ7^?c<3 xa" h1|Q 5F#? Nc, o,%[T TUR&lSp뼒TlI,!\-"" 俰`ϐO=ŕ* \V-,A=Xm,M4gl Ul .4⍧ 4'CIafP C'vcGm2P™3Kg#4wsL巿yMdIK rORuTB @Z LEZXdOŌh;"<&MsN!#}@k&WF$lآY٥5녵(z:iURM5p#' -]k .v_$՟GnR/vl41k e3u^(ɸwU6>-ɱi!w^ojpA8LYQbOˢP1"%j#n/kn%T;-?-Ef#g ͜3|66nA9 >[B푗/4P9ibvv9y,o+_ 8LD `$ՐB/GqZV+pсrrȬu9- _7? LunCl"<31Qw>(ݪPb'p \N 'i# ^-#ΐp ٝNWIOc P~[CMbM~ iqi.Cs@oϳrvANfAEЉܷ!e[v{>׷d-.sN1<~|Qob[;~+VCX˥ ?7YKMb"p)>PEw Owio,]$qTRb@A%qUxvf@`hQνFm,j6M|]ZQu&SdVNrD.2"B(w6st3ڈ;Ut=1?x=G-!Ty48J=y3zhAoDpMaɐ(/[} \(G4*xh8Zlạ̄|Rn˙BW#K>7NlwC^PDo$yizx=_ l31r3HE༪Pꒁ$"'8F'5CiźG]|"1AQܷie=E7Ԣ$(כ)!j5Bn`cgs+Po"vA}KqNLoH0XVwXZg?X}M-#Fj'(UTƌ5FG) )Eq[q_.`ɵ% fS ʼmoi6ahFazuiNig]h,6 ; Lv"v/TF狤M?n rXb61娩z{TP~j(&rÆK񩳶})LܤcsX%s_] E[6L9|sXR1Hm??6c"ϼ>ͪj]TcM0[9iDSsSD}LkJT'Q3ja.\}^ HCiNu8z׊3>ƌqoCo) Y߿m4ݬ\9V(tZJ,yyO)A:9B[:w(fJטV$f{3JBκdFl Hq٨&,WYS2,@qV OIvg+d58/%wܿSRk/S軚sP9Z #\QߤIdz<{5KHgwq@iĻGG"ęλ!T'p"B-oձgbTRKPwXb["G#2pRwg_`:O2YN7#jY@T0kyAc*J$ݿ3ȃwqhYtkjrn[ 5,x\q )Ԕcvi\ěgRnj+J "'=j~Æ;\?$ZBw8͍ߡԖB:VL?϶rd-ɦ⽺1js\Z59pʧ2}EhMF+ЪޟcUC^>6uHDB43I pG=HhvwL(_kf֔Ȧ,b1\f5Є-~{ªK jT bdr8EMGi]!?P["8( ,\lG]pdv{&\UCon24pk0Z$} \fz8h~Jy@ ႙LÊ_bnWsA2{ޓȞ;p78R>G^ֻK$nm] !()5{V"-ɴ}2Yo'%U1}u,0np ^۾#gddB!X}1q4 M1( ]u0žQ ٹ$Z3Bq@V*Ő 9#aߪR;?Wk1SÉyK=!m0(>'^U>{3Z!J EOMVqwL@B) N,Z(Tj&PT&?_30~̨̳Qbېe97D2Ty'zc%lAuK"ۡ~jG@2?#sqkϿ]Ay!5 VyXB}O_6 '0{`pRv>*kf-OmLZ-FCZKJ-*-EzҵlqveMWTmP'3绞&=p}5&^c.:Jhk簾vt!ߌ 8s6 bXIO/2} n:]y"@In229! '_;vL&#qflAJ'91qltcsrC;!zlzob j)CC*P+>"5 !'_ґfußèĚi,eI{Ys뵽ӱ^5#kn]52B@#9'w֮HϫS6Bw0οZt6&C p=nA,ĖI2p [uX\*Lz+SR'O t _0#!͂`L7Lc Oz=|%D3kX@oDKݪ ?T }M\ȄT;vM`$Ωə$ akSRkC hNn=tYA/>Xzw vBqd%3⩹c,IJ42Gq|*ڣ3i{<'ֺ>X)DiNiZ_Ig4Y3N|IAȰ%܉3Dd!t'9)K1Ih g&ȩ=>T+kkSSkף8"1(cV_wS$oWAvgna&4Lj,ƕl\ 6=TiAW SKT\wբNg3+ #3EI(ܿ·8\ۊUUݳ_#RG6D#y(#%m,Z &|DfvX$m홭Sm+y4: "A w*ebXSw)Dmv[ݮY b9S$[vI"z|u2lR1*tZzը,QSPWdkjA=g~cS~_Ώwo5z ɱ l(6v*rĐ!\Y+] IRj@|KQe9xMHXZ§i?I*w ]S; HcBG\fQ>;jS.H@bԲ'x1*&=9Z"YVnRoX nrӅSþ&AOy"ymb(O0Uܸ ̀a28T\ԋ8cŏ^hi'{uw /1>5޻|] R$ >:<z-kj^Yj8r/&iܠj7ȜUV6IZI&ž>UGtg,)04MfE4LgP )jz_#2iq? +ʴ(kfXMZw&pO#Ҽ G^^s ae\Mi8.e~ƿ"S?^l7ِ̂01#^&739Q^az9cQdi 7&Pu1VV/~ˡ9/(i٭D??*02_!s["w_oPp%64hMM2iRǿx XgA@6?rH5c[ĉ49M؜Ԫ٬+besԧ0>/Lj23_dzݻb{HId/m2@qBCloj tzJm@A>-S§]tGO[:Mym} J!1SfWu~,NԴVyW.M%rBa d0P~˵7H )ZP[D+cL>ԧ,o\JtD)[d#C1\ф;YнTA(0CtSn)ʧv5eBumcp^:Ko&]:  lKs{qF@n!jRZ˰밓ʒ[eګ ^̪?Wg=Ek8HW9#Mˢ ,eb&h>vtser,A0aXe}|९<Ұ<3C\t& {iȲ?S'"pmkף@mmqf&ݑGW#V3 0*u}E1' kItQ)} )f9$gOcSf0T8pBx FEM(ϑ;' n~>WtSMLUT= J1ݕCbG9k f-'2+vO\;{F;q4r\Eq'5UiHcx j>)a%=ܬ:_O]="l\ Y[Ip=9[nZՈ&ڠRBqA)+ƟLڻ:NHZ Q.olhj >߃j[CpO0YE3Xe!jS=PcmVNPuMRpv>yB)P*9Z͂aUY4_1)ʊQˀ֢{/ ߑl29__/Q8h' JeA_v(?f\ãT^8B5S[YP^hYX>*UZU=;GYCQmٙk/=OcY@ NiFCAq򁉺i@;z×"5g!>S4}X_봱]% IG(p&.u-qHfX3u]Nca۬%[ϏrlFdYWߨ1=@:3 lNdk /cJ^W]:ɭSA5%oֵL9蒟֌+g$"\=YANbo9tàقv 8GՄ7 I*f&k%]qE|V@VIHQ&a-]tO E{}) PbXX8a) RCymCJ^ Ԗ4sIK>;G4td$ ƶFv2.H2;&-jK&{Ad!SIܫjo*>B8 gRN}t =1lOY+#$wnN4~f0fa{1(yF-U2|)LkwL I[g9-+G7W 5W@QZ];Eq0[ LU`0)]zy֩ښUp/Ksa@tk`ՠ;:l/]gh[ez-&4ZBuG0F)3Gn*Ze{ZV+SzL'2BǢY SoJԴ \" niGbjXnOFcGxmz4Tԩm_..Ru;cb=.\goCZ9|d&{Ih#W  EmWagZIE(pS?$")ZD#ڸ[o2!rÁ5'(Ұ.q/Muy6?wZ tDq-hXO(#&?-R 8Z =ynp_y 0\ m>(7&8_E%OB},@ybJqSCEJӚ>_7{\o%~1H0l_U''61ԮhEsG,]x4(Oje 嗧;0?{Gnq<ԖBƦ F,EfGmԌ2RjG-٥htxԍFbw\zK$jd)!hV>!2gQ? qNu$Âcں,S~/LQ#׽_tDӄBdȴwIi`F iӾ=%ME-u>;cZpZ"@36q(eK#%bejD$)j!$"NNC\[On!KtJeyۘt.Rk]$r-j'դz3KyQOPn)I G[+x*pP?#,^R{YV6g̓H?|Tq iښ$9]Ov1Ɲ';'!B>imG̣[WWRqrH:tO٦bE]! ۲rl<`tk)Jf&*.lʱ{ض7 @*Sj,Xg4m ~  ;TEs|j`7ZɡWPZۗ~DCOxly(v!ajGFV|GDhs)de!B | "ŨZJ1#r MA>w2"%$( Rs%?ĵEyr5DF+.κ], 1iThȿN\Q=Q٤%(RCS$ H}5LY&r+mmrvIIA#@ÐeeUӁǨ^PJU2?.,)ZѶ'B½.hήA FM4v{rRlE>To8)2c!bg$c)pN.Ӡ5ZX"d@;v.Ġ( rqoe~GLBVUY)۔Y%Г`~̳ѿqIO)k`'<5ӹ򓒢=׳bu[֙L #|V;cs/V)8k9PЋWl^v>̪Ո9P02 jrљ/i v}QڞLPC /r>IwxLp\9qcTd,ET۔>pgė Hٍ8O$^6CeJ^v>/5 /A:T`j.n(Md+ˣؾeXlr85M\MEE8]RcJ̧ElB6D&UT=Gopݖ ;Գʽa7 e[d AU5A9O6ۦWw (A Iw%G1nVԱF>SSNq Nʁm(#DqWmli5(>d?:`kjN!N*zNx9 x]OU& k*`jĭUBܪq-#8;B,WƎQetAn2X=1fL qSKRӘ-eOյUĊ9!R F sĴ, ͞Hξ5ʂ_7ރ{_$UEeܣH1Uf[Pq+vКd@rɼDzIVti~5z4X;Cj#8˜c!{mv"HI8+!~wv`![_xGě 1'Ŵ$91Η4k⠴㏿ zA6*hqV 8gȝ[f[6Z)O 5U[G^ͨ!N@B˴N/VŁAU;_"&=pUjgvI~@w9Z څK7ֆbdڪg׽9Yk>:|ƿc?O8]Ge5O%_ |ʰ6a4"QeTHΨ3!f.x 9`bH]g<7Ғ Ps˓9g2OѲA럔y1OVsxY pL O+Hab 5Ԩ#/i8W\ iO&og8A q_%6 Yx3ՕqÊΕS"'*AC034\u{ZgD4ܙW\GqFǔ 'QϜ vT!ft%mq_֮PBZ;Z0gc2dq+0ϻEؗ Ggcx3`dD$R%BkukF),s4,hR,LZRv{j1z$ll|8^'\YKе)~yAi%0VW(MQNP}ذ (Ztu MgeEV7K7uˏ8/>H5]`hZVkOm=NV9ZGss+ :!fL-%x V@5z'E_#vSXb"0:Z5g۳/-eK3]  |_R0t 0߾[>RƲ9rZN 3o#ǥg3wefG ;VIa[ nPSv.V+釴hS? )~1H~ƃb2 1bÆ&˻U*x3\`xKIrtpCK[Z#qv%u2OXL"g΂ý?p~>UQ%pLȒ"H\r_,2 tnRNM'R$Dbv~)h6b(6A;//zQHZҶ[C<`Pp> sHTk !3 g\Qk/06.,EEE_3`ىT'dǟTY]}\lY\FjwTE4$1IWdZ]Z'Ȉ!yZ!8H{W!ܝtHݬ5h l ͽzƮI9NRUY8 WƮGq7SԀxDp8Qq>fXMVΆ;G1 dcl9+δ_.-j'90jKiZd &qv|ToKF_E W)w^/C@{w*McCt5$ jCGA|XcXp\EpNi6lG![ U-+%n8r@pM1esBѫ1G(N74/gx2B?t*̓pB8O7}ͥ28 ("iR%A.YҡMr#)3Nc̤&8n:ţfƜY0dH7\Nuzk0RYڽ^V!X/oϥ`(:3j*w^ׂ企sى ?ji|+BSz蚒u\ŸPPRADnOZ:;7J!Q|zOݺlgy;t_"]SJv p۝ŝ9dH؏;kRϸ{!iQM0˅ "Szބ C|vq[w\ ֏sL>ҾmZ客^(n܋$5M3SFze0khvBOZjhq&8562 ;;uB2fԗ2HƟ͏K|D? :6D\`#Ap?[ZS @sN)A8iZ׸mG簕IB"@|Pae{@Z^62~1ffhx( >ym nƆ6~:pè n8c1@w~Gj#)@= {/O\g1"LkBGS`-gʶ]pSNm|[1}DH59q뮊8Kxy1rVŖgT` yߤsg?Y#>ESAu;7y颲W-z 4v@qW""Ͽ|ўg80 yƂP+4 ˷E_Cϫj,A]xxwU(!Gms$deÇV%gu(Oxñvx~10lNPT/U%\zҧ!+ CV{2iZ#yX%+yȶjA`4LsKwB-y-acoV9#}( CDMk׸c:V"+O'p-sɢʞsՃ̀A>p߷!q 0xe4+ gE,#G.Fo22/Q` |z';s;TJ%ϖ|^졉c7sNѽJ)ڣ! unLڶs33UzG,h;l~u[H:hj@TUvFl/(rA ,PTH7?~Jx\:l73;KCӻ֞־Ha]fn>7|L.SMYywւ3)p n]s}<6b{GVMW o\3IᑢդB]}Hpb`-2raGѶ©פ 8"Z̾`D.Ow[49f=P2+"m\\A{[A2fgcV ԕ3vD(rvE_S<&>;dwRL^hMmv{.F"lF@O`T5 63܉h yޖa !Q [wQރ"ה*++!oIA{I5%/UGWmPk1h~HE6AذY""+) au2Fݢ-,XQtZ V'`DH%Ijǎ&\Zxw`Rb(z }D!ג߮ 7̊?.Rxx$XX./~ž=cИS~뮶expxZ=l[oHšϓId܇֪ ?.Ӵ;3g y*m*}#9Ak㶾2U Wj#>=W5Lܰ95k?7F6+WJm!JKiaԗۈ[0I )|(-֞Q * Χ gnH-[rl),LrO==f윞0*o3-q5 ڣ^hn7&r2J.ǚ-ew t,.li- n __FH8_oQns؅R7Xrñí7'jbW6n+Xj ,ãRV|,ߒ2p9Ŵ{r.{]ˠ;IKHrJNsYP4HN+h_L{Bzް". .GrcRkMKD}LqSI1TiW؆_ywb}ݖV*\\0ONq?8 _; 8i%2 d֞ /K^+`@ۋ:*80X|-nuVjTKzxn-ju]\uhv]Mh D2GԻiX 33R`r r φ;u&°'$I_Dy1 :8rG}ABU\kR[E;3')FH3=d|+@ӫ,壯c|\vh;Ə9Wu^+8W-}]D Gc&]<@ڱ *9 mgDps|Jg;|X9/ oQ|LZ԰s5N$1<"&M^k8 O-wqoOD{f@]Fy 5AFiqS|^A:b}-[O"wͷܘK o!UR]bev.Bb} d0i=%;d.TR :A _ʎ%˦"%>96ɴE@CwnMTbZ|J<)p@5Ho@K8'oLm:DeyU]k f N1>DVdžҵ!CkoObJvbSv44wN'M'p#Fq4(P>Fz dzu^ w& YTLxk/e RB%*aލd48bzYneI?Q7;遖6]6~{Gˋn|3ynbuՕwT % HD ,b"(ғYkBߍ E ZD] _0y_/[=7 =yAE6VIx%a4s mwPBjg>H6BgÓ]xʘ0{7GPSZv7N3%EsG')A<3](W YoB&$#Ei-XB4fH|zCcڎ['_.{mHS*=KVZ`$z=|䶲/ ,Ռțz=0'?D ݠKjMF#Hq|*R2JK}um5r^x.PM@\I yȓ˫(C}vZ:Ko[ QOß3^ a[թ c4APet~m>o&}!lSm1q Ai(Fi]8b5]C`Ah|-73m܅$.bs;Hj5ݶ". Ld5d"Bx&fSN?)8L؍=}~V<,Q94?*]08y"S8!,?q j@ GH>3q~!-?E*~5- _YgYi]Α)xT rM9kNS5,pm-xw:t6/$OG_e!4q2Ҝ>Z e 1E!avlg= $m*DBdJ%NN)3px53(J@Dhbht ;![0rōs r 5T>ch<=NLm%䤚hgL:&z0ԆivԭA3 |16Z+/l;/bmXfiLkyZ׷ѐ3h>{CTYBB(3}ēn;pcF~:ax iY*ܬ HpM@Ls%X^W<GU@^^%x7^knTeԤ UxqdDc~_>6+q6g;A.QGv6<퐳KNYgQ.g8sWND0)u$VyP(A[ơr0-iC߬RގT IWL"K=ܙ|K2n2j)~Nn :a;94Yu%IJ;lDWrۗشN)^Y\fRM¯5z6OҪ7ekg%! dl#6 j9E.{dOO3pN4`a *9; 4DD,u{rebKv28T".y1Pif䘤vPj5I3-Y3 CzQi"iZ6 (m^8; =ĺqM}OMO݉kE$U' u?+qVBWR;U= ЙQ':JHWSmb2۪Lg?}ۼO=9<ӗVuPj/&[(:"ѽtQm4m?ZxJ x.b$'izr>U؊0ױ G!<5ytq>9Dy*+$>N:,0zZsɜ ;,QndK?`ޱOuxu@fC1~&a].6d'|^s,U;*!Z"r9 Rqt:HG]˽R '?3m(<qQ=i7p!4EVHͭAY1+:@?4K'g#50io=;/ &Ԕ\P^*GU9-W } ϢH&:/YAJ:e]ƺҀ UnM;>Z< " #U&;ga6WOĴEQ ᰛ.^r~tǿ uE@㚥 D"Ń@'ܣت2hP$u$ /{Nd`X왑I 1l̡l7jY"ٹ{}9$3{HovL1cݕs/iuʘFV! iW9*A|)ry oubOg"smC"GQ$\_0J3bf`EHljG}sC.x1pJrx~#;!(xw i2e˯s5BRah!w}De~C=3}֑C,av&8#Pd8l[[= $/Y)7et 2d PS121`X , OQӓڒϾeJS2^CgEUlv=Yw99|Zm`p8}r5xf Q)rv_h i_ =gyW<>7DzM{W^bA^v RbKDH*҇D\bQuAq@xnFA%̓_RpN)oyH[<%Sn[FvB pa]@˯At'g*@Ag%r<jJ-PcmbC( 21o m6wΆ`\pD:&BzbG]٫N@(݊j{]q8!@;(2ճ- &F[p"#^4FD2Ͷ}R>i0e>|li)A{йvcX6kE h/ǑѪXl1ۢYAtN)*QY{һ=[ )͠6.gb֯h6banY*ya˞=U&cuë20Op] c7=R`C9_JFw"5\ *òmF# }ŧ5 aËaYsp)]M '{"V*cS1GILƫdP$gHs,KC]ctS49 ,:KR[4C^JVM[LWFPc4_oqU.&k+]Kbyn/N@F$O xUmY\Spܳ#Q{.iJoa Ao֤ *'t 25u9_(N0?{{T2mI1Q;!=DuXӇJlS% p1t_`N=Gz8fn9D-TǢ᷉;ל}JBHQqocF/E7|lec?UטޒnPVy`jjWx 9#=QNq[G|Cڂ"5]C1\n@cϸ\uu^:;jC+3jqaz%'k.O\J7[Vo(e hXIIsCi++Sko՛srAw%r+|Z=+IܖIסsj'f/ r+2 iR$0GW*fRt:Jlpx=ߵƾ3{tL2L_U!_#I՜..nJO\_p<Ĉ3FJ ~ǟ =$ Iޟ6qzQbGg WBb#2b7RwѫR),bl*G34pK\/jwS$AAO&I)[=,gK U}g6qu-{>l#C2>|UȘlNC:3fZBF~Ѕ={zHn¡nJNM䕹`75*ߥт@?2z|m僴xGV$6 JjyQߣwK:Xb$K$uOFpo YAb kcX@q)gWFP5Wo~MFw#NtYL :oFPF:y{hml)o 5 _eGqrX/6gV~&xhRb#_R.ڃ?/S>g ;hSSD-aНGnyԟ+;N #Уn3hИAG_gpzMc9F ϱ ^<`7- q3J3Tٞ-{,68PpcgVEFIܱ`_dc}Ňy2<xJ-A7 srB'W ʹ/*o,Qd4^DѬi]Bm0Byf Xno=#ٙʎVYLuM=X;tt@fVv0$")S-< _7p/UNc)\jy3~:nϑ%2*Tħ2o4x{-_ U"9m_&ȕΥ@Ќ,"2hN2ͮzN'XzK ,)t:3@xד'@_ ohHxĴ59BЅt0d%2Y޿|Yb5T#g6SasZ 1zHm]"83nQrUg'FJߞ?mK# ,\ی Ҁ|-1쏄B"d[|vArxޥu@K **i~HY-`P{xc cc-H{7KBCTux8(CN<%\yl.ctڒ5$!h1[}5ի$ +I>1kPdiIfjʅx ۀbrur.l72܈5Ӈ0?4DkX7W3|>^jdagP-B!}˅/q/CU!0˹jL]VFZH,R4.r><1@B*Y;YENjdH$-<,dvmLyq, -!T( KdP;2cb3 ]nU#w(zSbC* iE}q%tFK\pqC'''CS4nDNƁݑEt dU`La_.,0%jopWy.ڢ33}Eʛ0wfg"%Fx+S <PeZlZHq|VVcەA)i7s/URJB{fǾi.E14j~86 ΍_Cx˃qBE)-SK̮ya)đgPOk_a52[G'K>Y"`eE N;іD 1߬ c0z_N/i?cQ/?~G-ʋ1 `f^GtbT =N뀝Xi:r ۆ&1n,D8bѡOsp[0  eeGKMi mdSw5 KM^tYu xȀ #tnf$v^6m{p>kJY]gmD"J 5>F6 ']q#Qf5ˋ<@|? _qUi2e /jVHͯf;pVC ^j 2DكF)-jJPᄋ?t=܋Z~w,p;8 T8YcJːK%OzY}>5![XƑ>OS xїRyBȝg8D\y?3qh3ԭ%a-Z(w7kx* f=ch]rU'Ԏ꽺HU!K$B)6*69m$]Sʣ cbeԃ/Zs #,~ umQCr3z .rbiY÷/6Jq+PA^IT|\?;mAeTcoL{-Q|_ Bi%UiIytD'[pwTrjYѲTJLɒ>ha~խP` @APp&H}%}:\Ic:?hGhkFŝ乕:]Jt6;1\ +rx;!1 $oN/﷬d_>*Ck|㦢=B4}G_?V}F{ ܘT“Vod6EƊT] "8w&P[I2~#Dű:R%XQԱnNC%U29_.FFVr패] 7ϞqaZLXTx4{rvV@GL ǫt0c^zgHO.ABՖ!pHcs' n L9TPN"f2FR4W !i?C[ӈ2?A!Md|;e%z^ˊ"̴ԧQ>$ۼiԥ.%w( :C? |&ŕzUTVts5}.4ǵAH{ܧl3A2;*+b܁#STCP} k_D^ab8j/:\w*ћjE< TqlX kJwK}N L\4y|tj+~È`p`ylnV'1&j5{nw 2+ G䵝MQ44{&4 ?T6u +yiZa~޵^.eU7_dհ;d?v٪W]R>D5e]3]/.~zc?AȠV+X'&{%5۫8FC$:p SָjICyN;[ȍX ?+te)^Pv޺/@P @TRQ|fm߳cyAQ$t?Ć_a|*r$ \3,cdZZbwr J˖ܯrB%L,Ai>KD{xNflt peP`"(* AB{}ko#%NR\:r4tN VMS hy.|ij DywN2s0%w3"u2$OsC)b°ᶴ܆73]<] C2,*eZfpVM^[xQhZ#Wv^P>0 g}QW<