systemd-network-249.12-150400.8.13.1 >  A cdϥp9|ji4_9!bF$(V}^?% J1wڑ; (%=?4UX7W(jK֑V䩐p7@zɈfؤ]Ѱ&tŧp/WZTfa]8%$ph˅̄N %"BĜ([K vPѺ wH1$&Td-̱\'y$Wme%/:iFB" *.Tݧf1 i1BPt+kox7Nχ"ش)>pL?d ' \X\hl  1)5*5 +5 +5 ,T5 9 5 9H5:5;%5<.0C;0(C8C@9L@:n>@=T>\?d@lBtFG5Hh5I<5XtYZ[\5]5^fbcd#e(f+l-u@5vwD5x5yPz,<@STX^Csystemd-network249.12150400.8.13.1systemd network and Network Name Resolution managerssystemd-networkd is a system service that manages networks. It detects and configures network devices as they appear, as well as manages network addresses and routes for any link for which it finds a .network file, see systemd.network(5). It can also create virtual network devices based on their description given by systemd.netdev(5) files. It may be controlle by networkctl(1). systemd-resolved is a system service that provides network name resolution to local applications. It implements a caching and validating DNS/DNSSEC stub resolver, as well as an LLMNR and MulticastDNS resolver and responder. It may be controlled by resolvectl(1). Addtionally, this package also contains a plug-in module for the Name Service Switch (NSS), which enables hostname resolutions by contacting systemd-resolved(8). It replaces the nss-dns plug-in module that traditionally resolves hostnames via DNS. To activate this NSS module, you will need to include it in /etc/nsswitch.conf, see nss-resolve(8) manpage for more details.cds390zp33)}SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi /sbin/ldconfig [ -x /usr/bin/systemd-sysusers ] && /usr/bin/systemd-sysusers systemd-resolve.conf || : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi 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 systemd-networkd.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 systemd-networkd.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 systemd-networkd-wait-online.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 systemd-networkd-wait-online.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 systemd-resolved.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 systemd-resolved.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 systemd-networkd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 systemd-networkd-wait-online.service ) || : fi fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-resolved.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 systemd-resolved.service ) || : fi fiNxH9( Nf@ 2PK    (*6(~&Z?w33'>oA큤A큤큤큤cdcc!cd.cdcdcdcdcc!cc!cc!cc!cc!cc!cc!cc!cdicdicc!cdjcdcdcdcddcc!cdcc!cc!cc!cc!cc!cc!cc!cdpcdscdqcdqcdrcdscdscdΓcdqcdqcd|cd|cd΋cd΋cdΌcdΌcc!cc!cc!cc!cc!4c45e258ecea415eef4a30a751d422c490364af17731e7bafa37f0d379faca53ed1d80fdd156c0ae79ae91bef1dfec61eb1efed7996932cefa6e09ce975a0174e22827e9e2bd508b4edba2e94b7892ac45f868b727e166b7d83c7167836da7ed004b484d1958fd971aee8f4fb03249a61171d6f32b42e95c398bd4e190a1f26ae1e5fe3b2335d27c0075b12cda0f244b25ddde04bc856c659b0e31fcaadd63a4daab81980706b928d39c2b6870d6fe34e344cbcebfc171de4281817e0c9314fcc46840d71961862b6465aed00f64ebce56874def311d156dd035148acd3eb7c0d1f4ed56e1d61c6b4b6ae59e3d20aeb1f2282d9fd57f77a3879c239004ce1679322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e058674e85cc8dbd41f659a39a18bbac9cf93ef6e2a0bec2dd1da5dcd22afa3746c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319d8bd60118a920446b887709a3b1f227008a3a4006bf9209a3fec627e18634ed420cf3c81adac89f8f78825bd2ae0c9931589d5d35a1116580c3f958051a5a310fbce24adf95e43891c777d1a9a7f56b85281509031e9e069ac08afaadb4563d9cb8f907e9c4234b08d5000cb99b143ada9aad336c59225250baa9e135f9bd448292a5f7b5e1293d284e909d94a0ff37ee0910f23eb22dc4d036d730e9b6fcb5aaaf26f1463d0fe7df120fec126181ac69ff0b0424513e5a76b22506a06e2879ad27d00850c546065473a5122a0b0dc0b8868e06ba28ce7e1056aea543d0138169d761d1c9c1a775fa2192c8540282433cf7a26d8fa9953a8f7d7a6d0dcd05ad058b0cb4cac4927700c38321ec3315b740a24fbede21f05508860f9ace1fdc5200b1b9b1240c9db1c4507c987c3bb0e0063f7db78fe5ea07a0bb0990c006128c19aed4e077aa99ae6595b48b9a75b7e7684d6ada3673418b3049244c48dc67d60bfc17ddf5bf1f2dcc11e6cb0fdf08a8776444d6c6c1af4af4257616d9803906553152c40c962b6b0c878f780b58ece7cff2e9d8d3346feea5f0704f772293753de31dc4de72f9cdde4b639789670f393a052c81532ca9d3fefc71d7c42f351192b6ff324305f9a9d650a48cc94c91764601e3ff4bc671d0e2596a54d039b71505fc8808faa8da6c61553f11985eb8eb828b34e628421f3aedbb421e0d61426d1f974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb0939d0233c2ccad0ed25865c51716b6f812d2136e51370f45fd58b213e3acf449c7ab8b6b99bac4ece8308b98719cd4f8d46d71a381cf2f4a269ca63aabfd65fa8c3c63ab3ec9f29abf656089b878b924d2de0c24bed563e2cb95e3a419dcb9c255d5974b3664c3d3d35a45d6ae3d2525a262b9193e3b2555d2c74b2ed70227b298fa603d377b1022b7a333d17c472634baed512e6899da99b3b20bb5fdc73bbfb5c3806f8f13ca9ffbb5175fbc28ce83f413c029c507bfa8a15f1fded0ec61342fa1f92cf1267af7c78ee7a8ff2344e31bbff4783eed58f54ed24714d1ac71ebc093d3a50eb6d8584f09d78ae7f7bb9fd1a51a7ac5a79cb0309f97af859401e9f2ae2202707ec720c4aba0f6e4497874fc205fc3ad9b70062f01d035e8686463695d3f99a5e946696c712698dfda92fd910c418e8cdc0438d7f4bd85039f040723e537aa7e8bcc09111ad8a4b993468282a54153ae0981a7eb86cd3dc3b31cb1e546a352d8e49ae1b2d5e8cc87e63de0dffc821e5996ff31ecff3c1a1f3bd5cdfd6e1cd6fbef808753c2e5a2ef2add153a56fe8a5e4c468f08d77da856e72de20809e671384226d2f19ae2a4107449b4eec247af3ed96b8d456c0d01c8951828facaa0ea811b73ff760b530debc19052a35797300e29164c7eb765526c9168fe6aaa78131da8ccfa2d87dd0108f9d632ddb7ff9681be75624e1281ec894f3d8c2bc4e00820d1473178b8155dcead9e2bfd737188746fbc0d488dc7e765dcff1b53aa04d93f24c15411a53d8d32ce030978d9fce2cf110d8ba6947696f33bb565cf199e386a9297858331b00df07ed0b0ee5fcf4bea67f6c0bccc8a92b7e310bbd31fd918993615cb07e526ffc5769c73cdbc7ee20e2e8c0c8adc3a0981bc2cc416d632ee900a4c7ce9bec25532a1652bfbb8b2917b1644240f0cfb0218fc5b80cresolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.12-150400.8.13.1.src.rpmconfig(systemd-network)libnss_resolve.so.2()(64bit)nss-resolvesystemd-networksystemd-network(s390-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libm.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)librt.so.1()(64bit)libselinux.so.1()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd249.12-150400.8.13.13.0.4-14.6.0-14.0-15.2-1249.12-150400.8.13.14.14.3cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shnss-resolves390zp33 1667550972  !"#$%&'()*+,-./012345249.12-150400.8.13.1249.12-150400.8.13.1249.12-150400.8.13.1249.12-150400.8.13.1249.12-150400.8.13.1 networknetworkd.confresolved.confnetworkctlresolvectlsystemd-resolvenetwork80-container-host0.network80-container-ve.network80-container-vz.network80-vm-vt.network80-wifi-adhoc.network80-wifi-ap.network.example80-wifi-station.network.exampleresolv.confsystemd-networkd-wait-online.servicesystemd-networkd.servicesystemd-networkd.socketsystemd-resolved.servicesystemd-networkdsystemd-networkd-wait-onlinesystemd-resolvedsystemd-resolve.confsystemd-resolve.conflibnss_resolve.so.2networkctlresolvectlsystemd-resolveorg.freedesktop.network1.serviceorg.freedesktop.resolve1.serviceorg.freedesktop.network1.conforg.freedesktop.resolve1.confnetworkctl.1.gzresolvectl.1.gznetworkd.conf.5.gznetworkd.conf.d.5.gzorg.freedesktop.resolve1.5.gzresolved.conf.5.gzresolved.conf.d.5.gzsystemd.network.5.gzlibnss_resolve.so.2.8.gznss-resolve.8.gzsystemd-networkd-wait-online.8.gzsystemd-networkd-wait-online.service.8.gzsystemd-networkd.8.gzsystemd-networkd.service.8.gzsystemd-resolved.8.gzsystemd-resolved.service.8.gzorg.freedesktop.network1.policyorg.freedesktop.resolve1.policy60-systemd-networkd.rules_networkctl_resolvectl/etc/systemd//usr/bin//usr/lib/systemd//usr/lib/systemd/network//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/lib64//usr/share/bash-completion/completions//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//usr/share/zsh/site-functions/-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.suse.de/SUSE:Maintenance:26701/SUSE_SLE-15-SP4_Update/d77fb6eab6310a5d0bfda93546418e19-systemd.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linux directoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=174de864624f737732376a23882502d875cd69ce, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=66cbc7499ea9e52a73afc8410a80a81b86754a8b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7e788b91a5a8174539904e604dc5603c15125a64, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1926fac0508abfbe9e0ff8dedf6ceec0d5cf4931, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d1df93cead2e5e1b9921b505d5adb676b0b644af, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab40f7679f79a49c6c06a2d3a5b31c6a8a41869b, strippedXML 1.0 document, ASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)!&9 R RRR R&R%RRR RRR R&R%RRRRRRR RR RRRR R R&R%RRRRR R&R%RRRRRRR R R$RR&RR%RRR#RRRRPRRRRRR RRR RR R RRR R R!RR"RRRR^ᬿ6pkgconfig(libidn2)utf-8bd3d0b1ac31b9c0bfad398098372327196c51e2b99476cfb1bb71c8b26dc2fd9?@7zXZ !t/=] crt:bLL 5S6Xzg9Dl{9`vaMQb`MCCࣳ\Q/hkߢi&7׉/L"%ɟ X<ʷ+r 2Ϙͽ4X0c3 bw գTHjz-;>0R.xd>KF?ݦcww_ FQ 10T=2&N|B^*;}]kqHԅ SNy2x[ Q̧յBwخـP{@H.,0N)&uͤT>`KKZ-7`{ϵ|(uwyUƜT ug( _@JdVv` >q%O'}qiЂellYr l-"$~r*u(ReznLhncA"ӑe:ar nzU4ZEJKXXS)~kX v9ͪ`ZOk\REJT=nkS\v0P#Xr6n8#bsZ( d9<=M?si;)^H ̑Mkdڒ)ǟ YsE$oa#Q'ހ 2mt6hIdĒᅮ>* 1B7c?6Y ;$`Cf8/tZnVܽQSmғ,l+cU-yg19|)l5ѵǑŕP_jFXp7kFٙm7Ҟޙ(NX8\}WP 8&G[;  g_XO>x;T f%xH+CyL ^ գ߃P{lSщ1|9n5r̞ UD|?0E+['jW 2p[>-H]xd魌 k#tEBsx-ȟS4w-ud1S=.SX$mä[R:,ܽoM$ze>J#ERWyfQ!0zKp 5ֶYCF0-L_򻠞Z@{Li>4~؝7I]Ѫ]ֆ7\ \.NAxUXtu1U^kا%2QR:s VXkv``1; υw9P5%Qq{rHu`\ճFԆ%ԩ준\љV[:/Ѓ|ߏ12EfH9!UK)Nv**ӒKQQKŕ[g wA/=<`7/RFbUn &1RM~Ҿb:0f4`Fs2ItXX/U40dmVKFs4Vs"p$3DMjyGEuY`Eg!mmcB/(G3A-0 ܄[IE $XdxE UK 2Cn4#Ź;pqy5tZ@3Gspb􇴧taHW%peմ&Sie2e2 .#tאxէPdX&R΀Xj{RYDOmՑ>LmR 8Bʚ?p[`-?V̻7ѭ/ /O,"\^- r|FP-Zhi .Ep:~gV4ڌ(^F]1Rҷ.dejr'gv|c˦ $Ta+>,69Ɉl$$1U_c1}ܪ cIӬ+,Yڲ$ɭ M5^֛:VV8NDA4}{1o~ƈCȒUSqwJD0r%)uXZSp,m,Ė%!cB)Wpp# 5W%vhQVpS64|{eX|h k+M.iLR&cq*F5o s/PφǼK/GҚe֙Mmݧ8wąco/gt LhNm3$#!,A|e:B#]p8Ȇu2,]UͷO/Nq5np{9`YR=Wڷ*RURDHRlwX#ɴO DүI p|px3ǹJb;s Bk??K 4K%8v;ҦURzF}0ޑ|l(.a10LglXPd̓CĬKD_`x@~nWj;g8Bi^包F ǎ\2ĭd^m!!َ4@ -t}Zg\߹)iG5MFG0`vG؃ttF?ZoFU[/FOb@Y47'&G&8/FIA#1r,HmmJgTiR,̔xoP5txiR^8~DAOo]@s4I'{%,+åff \q.jP;wљ}B$yQDO(T۟?-I@(靿9*zɀ\o/z^;:6r~!(7|=k϶ W'VįI6_v+U%347<wQ:ٟ3+ZweaV1_*/1б!ԔE\]Ikw^|/5UOgeZ/뇢NӰcYRX񜆼\QKzܤq:&KAtds10ׇFɴ|fr;ljqD7+5 jZ .&A@ 4w&RkC7>rwow2/gHY9_TDRz5`8s-$\m1"=Qb~ixLPMLʭ&DBN9#ӄ X2iew;iP*@65}ٝ{98 œ bK % /XWv2T^pNҼCT`2J^WW/3S GT1M Y knZ:Q#O?6Cd ]=]§e,n"4ETiEbj%}` n aQn,F-η)@NHQNYL;23c^TY;\W{!'lw=QMyܾwB2$ /dbJ-wۻ=DYhԸ祏R2W7³b~Wt]5]@9N..z$IEct;JuC Hz !d4+vQ Ц`ʷ;%=G,fX2(1}o {c{5( JHv '\O5΋4V+W'+h7;uE;}</ }_|Hv?҇])xԲ@'#]#}A72:48aMuZ%][k^/@ټ7oeze@Me81.%I &S!YH&7mg Z"\N{+b^L6;I"W7қhZ쾚b"sн /4@UFx8z-P')ܱákVKa{#pk9_ Q|s}E Ft$"9Mb4 p@r9R@=Yo uu% ]0y`z ѾxOLG>)Rb1&磮OBd㽜| 84)bPy$tjےdj4Ud)nߥ)_Ć 9o]P]5}eWw!q,tuz( ?nJ$j>P`ѴiB{@#o &"ێ/&-o%/E&Ie*<Il26,,Me_Yɶ6?W7T6F_q\[7 ph6= >&9-Di$XEШD7M +WhԚ>K(MyjahkSZK'-C9O Qmn =w&]3дLXd?}:xE+-ƲO RȀV͞TNH=x"F{g$g^7iJ؋bP8^F3WM7dDP@<(nV8lU:ŕukp"}<| E`4dWRb-]7 _q,ŹNh)/bk5s"гW LB=A‡rgzuMCם$[[[VBЍV\ b%] CڵK ek0NzC/|;dBQhfuŏBI3Ҹ{ps0C9&Y2QdZZry, wZGq0;icu·GTmAƼOB=g2odYbtpc}pվwQ7F?-`6 cvDYp4RL!%yA2+T :sq "Bϫ~(iZF`&?cJd376FS{W֡@ 'UjBEr!cHݛ~9PWZs|8ʲ|7mB_K"g M'ݼwqc0O؄|mKp%M`b\~ҘqmNיo%7Ho\EsWmxH9XҊRԳEQ ZKerϕaC ̨_!"+%/}sae?Bmxryڛuev.>I{~``P3Pqm\fm6x$^!eX, wwkG(󉊣cxBf)5atDiO}h΅w䞨 eh]t$MpE.KfvRBE^HN6u,Esw5L$mtL! n3nslf$٣1d"hhNcs%\֭ՕFf:OySw".fsEs̢e!f %F2="qWq6jByTt2m c:*X:^~ħJ[3'0+I fu ^cT,}\H8[Ü: f7dE*2Wni W~KL_cԻ"E _mҠ)@$]"$d=oRVMxFs} N\wH[E"{FP2 uXs*]7c p+N!`97 {*~ kE<2a}m|};05)G wus }Np7gك@3x+Ɇ2;&ؼIZ ^aF1dEk*uڿ+l q Ǻ;>q^B_!,nrrYylI]ݝTDzwwPPDW믕0@NA@Weϵ6,:dc v+D.gYZJX{~ t QJEI(~F1 !?Z݄/JJ1XI07Ȁ$"v2ZCPVvaMԐ&K›1(6φZCs@TK2bz{7z7J%_Y.ah?0 ĚϵΐA pc 5>|"X. c-꯴Bo,8'g"ӛna7P]ۛw|W}WB@>XX(4ٽP.pu)--p!"{1W*>wxq yEc5lSE*[f-.T_LmʥQXC6a.e)>[~dfqxR|(x(wP|&YOv}[ L ,C{d$A'3&_-]׮ `IgP`ߠ"3<}}wӟ)v6[v(A;i ]J0+qժVC ր뇫0*npDZiQ2<#2nn"X,_.`f&C1_(NS~| ЉM5XbGy9=q`s$%t=憝\:O?쬑J {G*o`~F$늟ZH,9?ng|쟤)d YEjUB&ihŭ˂\uy}Md=h!#8Prr2냢ʎ!T4ù`x&\ te%4{z:ҷ[8?ô4ң ͐R/ALgIy7Ԑm~lj 3cv:0}% (ߪݟ>,?*ғK"NqI-5n kN}7WCޝ/r(8NԵ}Yar)ˆ?ר6tݐC43϶R|W$&r&CkllA TKJALj#G&rzdde'=8O3S2 `K懼zSd"oyr[\A3I"wP([(rk}u2f[Vx%U;0>/[+S.RXQ¬jYIH}2~ǑҪ-P\`4)8}G jQ ?Ztv^x(!jFV)xPUdxfdv"-zrё'Sh#uҾ9/ Zw1if ȍjQil h H 9U@ e6BAtv.g5E81s2放u~;$6_i\Ki';^ԩn,WV2/D- KҷԙU+AbqiWpHX=r5h5 #fk1a\OԝQӛMg; ۏfGO6\kՂH+WQɳẖx3H\Kaqi&XQ!RTB]fdgGV5)q V7 Lأ};J'A0UW8p,dFxB klӹ AR+mhvL`鰔a(/%AbBaě1Mlz,DՑUh, rgvjt>"Va7:/&0DwC{"°\\/ \9;Ԋ\Bz5&$-W@!͡"\NhHkx8V] sԄb0l&OhD ܪO)%ް$ɭ?hpe>ߖ@%M47I bu"NH/3x\_qz/覮x -U>CdAp\`³0+*+KkG|N1v*^sƨmԵQ3?`l=A㿍mtKb6* ӭ&Kܸ&+(JG o>pbJi|.@ue&abGDn! #%;Vo9U6`o#Ucrz AZq(%[A}ԴHC;7'#ZtnL&`eEJ[;HY#g1 _FiѢyDjCL bs/%4 UNvm{ga"99wcA6]~΢Aqq4{sa?=N$:[5A,wƑc.vJ-PD쩦D%b3);tyT-ikBtVmp LHB b И)(hRkOd9#<V@:j?)9rfX:l@c52i6[hLptRjuHԿk}~v#] UAD4 ' 8Z S d>ލbd<#w@sm 2zϱ]i]V3ylV*M`NFƣ%@e5*Px . špi=i\3ycq-4J~PҽD "a3 o(_d32,jtS<k@L,[$c>CtG@ i{f6- \|Ч'EOJ=&sUJ&'r걹j80h, !ƸFϟ[:sr.YmXy.d%:@\YTև@L# *-;j IWe1߭b5h(Ҡe~}S'xauJ)gu${Z:RlD.̽#`sujZ#JY" %>wZ5ad?@{NzH0u+>eZtA+:='h qYR㻹+ e'OudoOol ,q| Cпj~F6ӵgԫ˅dw$^79cSRьJݐNa~,MsX[Ӫ)J^j݇pOIN;f/zv,蚧,C2 D Q=~,:f3ojiR)ܵ??D Y`^rx&=cE>]1ҺAhwUxr2Գf ʗuydgdY~KL 5J9 UObO#4v_/0I _ͧnt-U4JOw zآ%KX1&ZL!ʏ&WJK\J'L9Sc V$4)S ǑJܘ.Ćo~y5L?.Ѵ ߕ) 27 ?;ԽA#ёoC$ `^*z2'-ů|%ZWvrzS7{Uȥg-:0<5HnߍH4fѰ H хjuӀkSgFюɠkG8kYy'.$tՆGNq":|->ѧFKeU8&P>5Ed yn4 BvZ#$u߰(WkGk6g uIзu2Ks).v G#63-rZ6*x!aC,M ڕ{a$L%NPtaǺ'>55F5/V9M\;!'L hR~+ԓ)R]Ѧڳ bc{i֠ kPy GB}V1p:6.5nհ Muub #m[ bvvA5qkʈ -Bv^FÐ4:.Ŝw\Ma:(k9F=Wb| Ÿ:~]-ՔbESBU$&k4NZ3J"kβUY&%||hHw\ uao2C\]ubƃ`tLz|oxq(N#wDyF 8/R+ 10>n77O@Y]Gu؈F_&p[w*4g5d6f!AܰŹk6I!ji1^V%ekI=]BH\#4BN.Y&YqT{N2.C$r멃j+ʕx*~ڕE- هf[Iw{M=l33%|0>&P[$Qt*\LK2"ǪE/t{?109N$T?teRu+wH ʫ.R>vSLi7jU>ƂԼwڂEV͔y]08V;_!X*X}D},S"9Vice. G̺G.r=~RR8 kJ\́jAM)vU")\&. Rtydm񸝕"0r&+wWN]G+HǨ{5"Yq;.{ݹ {ȷ!*o+z4*m-B(Mp6/̈c=]L& *&`o[lVBnƶ:Uo?Vw;yCIR9XW"*aY %8bdYԩv$[7HêYe-7)nHML*Mm#]@sng-4[S|6-8O#xm#lڋBH;6έOd1@ot3# Djv@>1t)?,yHnu:JPz={2Zb`lrLدsb*omSQ.3؋;T/w)7vm6D#7S-7_ `Y)\lZYUSd $`ύL~駇5f.ckNG1.m:-YPGQBs֖2Fzrv_5 [1msU.+ wYk [ݮ̙y Yܑc4'w @X|gfNbiD(6XW9ZN˟zb"(q=EwԮ$\{uf–0v7# }YΩ#Vk0UTH &/|Zs}5yȱm+VKah1 y?c%w/(/N۹J9ˡuy[ ѥA 8Y!VPE{%a ~YJ-:I.SzFDPOy3!mG([m!"1~}j`[>,9!JH0z[kJ]8:6̭BjW0[SFCFw&%;`6gif։-T8r)V+}A_9oǷ8Ŗyiec:g(p69:Qiy񊱯}&0qxiUY5KIHNظzj#&KHW0}6;6+Y}eo+]SPaKh_i KZCd'S:X#XBD}C@M$ޱ޵="/Z}4oE iڰ (gwNF~S~=b2 .G!a%hq01 rwV":dvpk-d;^[*ASgPG'uxmJMƠ%zd/:8uOqONI0N>O sXpLYå昵/69,) nsn0ª$:)a1Ww6ӤBOtqLXW{KJ҈5Pjz#o=J "XFPl&PXtS²юp@ 2t^է3p!~hd,La PlscI%ϥ$>uU1oĨpjF2C>ÏeGkv^~@f:dqiP*|g .r5alBԾ6Yw~ vӽkEYPF/񻀳fiR=*_n6) ΂YDBI%rʖtp%=tqExIn{l)J1R .@_ `&</\\A+5s`ڽb j.kJ*=PrGB|DiSvcĹ8[ud3FόkXsͪ&RA&m/\ƽ<P+O:`2@v註`m\p[Z䡤s+1hԘ&} !YD;truldTJE cqJDq`38]Cbd-3oJ Rƫp( /8#á Jl9,_ ea0u]_%N>"mT@\6 dnr v "6,y^Pi9E :5\k m|0=T)K0XC0/O?@o8XBTmE*OYG' 1#g0w28(RUZxÅeqK %r4蕠i>]״z{IޅpL+DiS0| c $4Xo;8Z bHq#όY"G yAAy^,wxDdQq}7X bQoutjK$#HdYkKNJȹİ_z byuӢ#?2tHLЕI):gB]{@%[yyt!9v|ec* d,]TKkloNj pL4S-͸7")Fb"y]!KQYYO՜մr !eMBVVBRy4_8z.W\ >wRH%T=u[+<- )Ԗ#$%"SD`Juܪt]oaFN}ԹB}4B+n7*FG9TPG jW 5UsQ+ś?(pŕlU2]`nԭ ıƉ) P4+!EiimSb$99nbz [O/@R>LA29ɋZhN˕󗞍 Edm.LaW +g>H6ElJ$yۢRb5cڡL3rdg=ji!|O=y*]Y].Ԋ^o)^UD2qK>fPus*E+v˖-MpvWn!4Z%ff 55m0g[0RY$ȸޟBaa1Q "[)4hM:N:y3bYϲ;7Ιi^\#PM>7KؠR ?6)/e@gkZsټ^ꉝ> ȫoucm'&rǟHڱ=pp &{s2`wuuW0_>fH@Tl}cƸ- ~`ݐb\5GJFKWLx̯U~uP %L3kH_:np$ M^3aK [+Sg56YC|D#h7{/ۡ8xpbޏQ$YMT.#L>HԮ' Vq駧7rEI:Jꅏ̡(uDPF4mGo-O~sz7TZ%.Xa^~.2STY܅D'z<(ܮ%Յ ?+DμsH|\Ax"1;d#;vz'+hQLxț [{78~y4k'TSsvL 8`1z'S pK UyeJƙu[#|OkS6#ky@NN9_Sь B2 >Fwȷ&V0!&irLRzCY}h' F(SuF=Wݭ;jy46p~_ѫ&&665~- 2dL&#RIGV+ bA 7E-<#k U"@l-atu\֗3]ɥ.E isI>8IGq D-)ms ,/-<qEJV {+GDV4zއǿd<mżn'q(o(}N}9VUYe7:݊mJMZdb5swvfS;.u<Эi 둑->*R\*sP\q'y}ř h5Ui eY-'Z ?U*_O%f 2Cv#~"&sUNp=9~mfo\<7,2lレ # /R揍>^T#hpdi)B$nJQx)YҷhuT062v\`W gr7-Yd,ZuQxx/?ݵ.mj[2ދ{nq'st`E$Aq-W_Hȑ㦛dł]z]?Qv?m/r?LG1`zBr*.r<d6wlhZ)xYINI߻# =8 r[[;ɇ3{?[/ZXO*R݌Qӏ)Q9bYy٢@!zx5+Z.] H{ *~o.zEܕҟL ue93PDdMQ]#}<5s i?杓p=;$`p-;K]LoTU o_Pd6 ô;C(Ej](q#"9mG_ @U3Ch!23 g0qyY.A,,$H&WN&0E=8]a8CT\Bjd0tĻ"ˁBDXy n#v_y3 i: #(b LJ5dZ %LOM*[{[`c;d!Zh;G(Ƃ#E\)%C]Nu% Ѩ Pt 5._JK7;d䒑VMFȲ{ }RT2,[$p4V""zsȷ52NOo "SSr͸Oհ*,T*OX̪ןeЛobnwjv]P]3\7ѴA{Lw'SDZ`"tbԼe&VHM6 E.Ae 8fҿ 52][{[R\# p5l|cHMTM8Zq#Fӈve}HigNlxbE4h¸ E1Xxjo~5fFՋF Iw[D,3msgȒLf%o)/# sKj..ieoz / 1~j]f.6/ZL/9WCct+n[;Mg(G 7DwJc3;ѡa[6Ӭh'lX< c4U,ʞMTmv!s峯=f?z8X+ĩ5Dhյ.YdHrF!pl 8m 7&^/08ud[73<,=G1-߸5ܠ&>oV`Fe ܘRXxv 4~l T4/F5}tc1Nb`4c?k>MI)^R]<\Igb멹@ tc.dRPy56fҴ" .0F/&.\eRa,$5Fk.8?V5Zn+BrV54?CejW_AN,t~bW^2JlXgWhA?\=|OѬso~(`Bwwl Ȫvx9T rA,վ>c)1Mܒ! Z:LI]X4VeNu!)W%>>Øیx2֜EqO앺⏐r_jb:,N맒VnSP>{m${L\~26l: BJe}02܈o.ԗ<忉 _' dNLͯ>Wڵ)V~^)sg̾ $SFL$ђ#KQjY_1:QFcw]|~n3Oz rߏPYĘ[\6o5Ҕ F) Z3'O HxDlޭHP;m| "x(`3e[]9Z rUv"rdC$̂4 y+uw '׼s+;eqnmڬ_)>!)5T/1/b,&PrHVՕ/D 0x,ҏy-Xei~GJ$V8+giN6 iC 8VoPh6rjn^MQl|n3Ͱ(1L^P}@拽rw3z:׀^RXBȑ*U`ͮ$A,F"iNpi#^V=Y|첂SQ H*`02g; vf!i׀0#s^%x76EUX=gEnrfx}|Qy~7?/Po#/镎PJ{sF$$]ܖ#T%Cˋb#AБ5̆@\Ikj|U[#gaXDG9SNgdK&T4Bd!v -|]l. ?iЛ8V{Z}3TY$NLVW,h'E0tOf}@rn ( bޭ+`@gf|@PK舽K1rDN 7քwOKN [tT@3MgX,ʄEѪp FCO05=I`z0V[1_)C_F?~(b^lܘj~úa]X u[AlSgl~AѢef 3݈/N=+#ղ3!!k?~3V4aE~yme{]ק6%Bǖ/|m6 M@\CVm?!s^U*`U||>go(AZ(CROMOUH6ӾFrfL:UQ_{ʈz:xϸ aOkd%<7g}- K#SA\i, w82Beyk`*6[ |i;Qh؇ 4~0C'αz_Uwk?#KRscU]'1s cվ#+ WlS*um1lU:`(?#K8 Q+7~PhaZ4C=[S\ɷyq!_M`syЍ*ᆗ5\lc9 xn⧃&R0GQ%i6)h!" eΒݠn^q= ަRQb) r67Gs>h&]<TdHȂf^ %}&y)tQ?.&\@t(dTA}=Ѭte(Ӽs}Cذ3%:r9pĺ HRWתnGI3nZ_`rm/8JmdnyML:R1)iEKg)?$3ƢF)|﵊|,3s&t~$X'1 *ܭ#XJgUs\}ɅJxЎ &C-˪DԖr~=M|}3u$T4ѽcʺ-)561oDro g~D7I[xO}FEFQe/^AWAIS6zp:dU7?MT2kQ,P\Hye0'BV,9sRi~gx1ÈkUo@MAm%<'hG C.eL]~1\ P1{'eKq4`h G1Jogl@1I_Yu̗%4W#-5v cY,:0KkDK~l2pw=̞&kjM|J )r}s 8$߱3 Dx[ܘƍY;;$2TFcqdA tsV6bu{~GҌF531qvdmfGc9A$G}H7{Pv1"x;8H%<^nWw${4ǁR TL:8P܉AjښҬdq^lJ`f=MTV8H=>R֢=1e~]TzY}4ĬŨ!-AYf^On,t˧[SکB>x8RKs_{KCDyy9S/JX0ayHѱ[s(7 J?{E)MxLH\{ F W'oʅebUyN2tD$Of6A?zLI[,1I1dY`CPLL +G͖ :_E0qSj\G#"Gi;}䞽X ̲i4t™ QumNcMZPVR\I/B,qœDA,>S/:wL˲.9t'txA^w. \ڕzGgWJx8X'X/k$A)d(i+ 'dMq $@i&&/^C`oh7X-^1o'8J[*b;a-&5RDc!{Xf˗YgGhC-&)LoMAFdxx 'U`ؽ6 m~(ƝEOILBvg{%##i3-e P#&&3OX4{:GVe?5H0Cl%pVֽ՚-b &Zz@S (tZ:m!OaWj61@&,K`N6YWLuJ[#4v59mU|$0{b&wR] Zp bڟc_ӑ,5?tN8@dVTAf>_?XUѻQ) 3 ]R5XCM kFdj&~ %w="[{Axb9AnY֕ԶL0po)3ͯ999rc5MTU#+ 67Cqm2oܗ.ƴ(O#VCTHhdHڏZO%V`ckUUe07ٹϭm"QͰ;i"ΖpE{R1瓱Ϻq>Awڍb^\!!3/l1i8m_P'O.'̲Rծ=R~| 8=WC"mȒ>=Z!%BaU/ȮMo,ka࡞ͫ^:d2'l}Ϋ"RТ^ a6Pfܫ Ny<O^9~//teǓPJ$ܒ,*Lpd8dOW@tIJxG#ˤJ,P{ՊF網PJǿO{NOizt$*3wou HZ3}n>@ZrhU(UeTXZ㴣Sbbg!!(EHWL(dd'":e@WYs*tFP;A,_NM";lkMjhz/I{us# wJJ9?b|~bcUب3;M1 kGeЁ Qv| Z *q ^h)83-xJtY1:Ct]?jbeDmRas$2qB@mm,Vȿx ۿږMɖ#'[:ۑ#F wj̤/m݇VwXj\ȅtD4A̺h-_.tQu$H̱-]1  QlEo7(%hOpP|dx&}y18@bY<㶰l%(>{"6cSڔO0Ґ8Zrr'Db|?=( .2Qt f<̙%Gw٦6ՎM*9k)F30s2_ 8 y| Éu[LX}aVBꇍwڶbNC^DdQ*kp1k&']hx6n+w״pӺ[kj g @7=˸h.]ye> }տ(Ju#ޅI_tס{W/DD7ѴIke ۄ$MƲ"Bb5L6i~;!S0fkVXC4 ),_ n#Bv3cfXh@4pzP*SL[uR9㏝8"פ;VmޫuX*s0[1,1B6`% Th Sc3^֔5J3uxI"o4h( k4JIEi>[f^dl}62-VZ]f;z τuyInyq˫#MЋʕuz%[O hOhHۉ,pD+,m6))Z{N8"ĚWۨRVa֐ԇ\>H4z^ FK-k U2nF@_x8 dzI#?Y()m-ľ#:{3dZv}R=ܞЇ\SuR_J4\6pIɸ[O_ & ^=D֊ޒM9=,7h#rS,ȓLa&`Suk, U`\3>O(ǗbRnzmp\FmcuoP;n)q0OhQ50bHIKw|z]M#qY \şM)̣v0 CL]cD vI JRxC9/q1dPlWe'-+s iճ+]˶ji;Ap>}B,IJ띥{2_jhIN=1Dab>F?k(=ɫ[&Y#3:2ůU._;0&W ˜OЁ`B0p'y02er7pB0ij@K4IB)!~ ;!o.F:H5$#,{VZ_Vz{zp/>4_ӽ1tgx<QvใNwBAYh/fԟbҺ!ykf-m[.h# ;=T%lt3hų[@8O`>dZyGF:G/;%xxC1pHުBWr?_w~u嗉 .6؃Ւ_SUO$'5WV)x}DN^g$#b=3UgZ, &29p qŒl+ߔQ.MyLE. Qf g1~7*X6܌c/w]6킱Qq *P,3%MtCl0Iv=OYz}֣ŤXZ"nZ /q$L K0:Y|pe( jCnp1lNqxOg?0H@eY0Uc)9~- kSc Q@f쬦33N6[hM,D _{RF< }SrZ"R4@gW2q DL`!7Ƒ,KYۄlQ7(/sxiy@Cn| 2Umd)D  ؋g0Lٺl.kw_=iGv!2+T$V ~EGvs:Q曄>8bIon_ԯ\<\IpԌ"jAi14ɗLױ|o'b o+2؊(h>4i,vAp5A롹>KYO1xIB3 I4B"&x5rzE+5juP\5y6JkG +~Ħa\` i ]d wl߷&ӣ՟9#sm~40-8qa}Z6m -v/s DaX:]_Bo-GHNj tB~@"}i HA'4=ñ*&lik,5@vx?Bd%XxGsNLt3  :H YH q!4u#~WS>5}| p=4(TRwIO]v4= BIXW%6uĵbogqFo=݆q?=:2FUT\lV>]V[;Jv▴a wo$,cFXKMc.Mqi5%"*wdTCjM莭ld{3Cc<$7cĶn[O;)S{tmm.7L]0ٹqj1}sGHD熪q^qSvmvӎNg!]E"uz2%Q&He{ں_NAM) ,/W0zXKyA.ChQD:T;C]U2O ^u1~l }rZE?zEHNhFtuZqh7O_ۂjzõfBK]L=$l4.:9f~s' #V&qmpQzB\{Eщ\- os]ijN`p8ZdX^qb%^;_a*85 2(l׽ |*k(|j@dʋs(d^QN&Ѱ@wؘ@'Ku Itv.0 s9Y XNlu9-l>09BWϰo-oʑ*YR_zVd3){KL[r ,){cƔ)\Jy(5k/e:O9h6)%Ivj~ 2J`k# ߯+HUו;Q0 H3,?/yChCKt3cY(`Q0Ii~ZqYtp>2$"JQghmN4Sk"$Sv&DlX]w ^!6Zi~4CImICTjUmzo34u_C|P]:gX+O<@]m$.[P>da HBYPʖU8GVow1(ɴOJo|>zO6/*X*d {KA ։~Ҥ̓ᅰU1b}ӏ/`C`?>/stcGbV$ivbt-`Sb/$Rodpf<&Pj! fޭ*@۴?~]$kE5DynTW䪐7[ y'@JӫS88ƢQu|k|a,\mKہ1"s- s=m󓦔DZ?n6w50u̬D{\tA9#}7VQ6Q)m;|/~Ÿv8EO%\@e։mA :JQ~@YQFQz*lHWLXD^kADXAat䥫B%K UAQtrU[WA=-*k8+OGJ&EkLvdWW4`惝y?Ҏ,+4ml!•GĝZ)"ێ/z.QgwQF͔pgasy<$1>顧q2!Z_8Z̮ű1"R Z*:ԉîDrX[D׋!`(mJYYL[ΤtkՁ2'*26bh*[0;X➼ W[$2\S$5A #zxHUΈo]U=&](a<>QRz@6ȷ^.spFǑ;I˩xfdG7̗ڷ#\bݘQLDYkΉﰏ=|2Xx t`.?W\ݫ~Ħ3LA߆=7GmjYozBZt\LK *W s"`Dg*I2vɮO{MSUKq|z[.AV,[ |w x&*\UVs3r6Ps`7® Qx#9``j:ض\ AHhej[œCT$]2?ڀbS>_#ƚJ6c]5=\WǍ!;/(#1-;׊]ylgWj&M,^~5ݰMg1&*Yp]Fl=eG&r+Y VCdS儠W3Hnx5~QљYni-3^tHjy-: 6II߿#rڙ_SQl :S$)Kvv59rSfEjH_k߰bAYiIAlSevnq6}•x9,Ќ @L}8,| !~[9)^I遘[%= ƎT*S*7G`qNC~2?Iۍ*RV+X( O7(ƃEUCTfKq[|#-xX~V@od6!VwzŊADkϐET<„ H7%$ronF|(gs/eh%@bӋ s1TPAB9> FGrI81kGvQ-cί=h4=&#_N>A)>"Ξ>*NNdC˼^9r~G0ݬCzA RÈxJ_ \9AصMWe*~NoYg'.q/v]xk{Wm+-3qhNaLH-y.?} fY}О^+bև]d )}Bu0׵U@Lm B:YpṆMCqe31 +R-&V.&|S*Aǥ0 [$­D%HD̳@8:NN rn_PlP.<>X5J3< nE$'tӞVN?v/Gdiot<1ϸ)%#\!7]XHޑio=de7n(Rop*jUfN +gjM'01 jDzS(:*kҏz! Ӟܛ8nsNW.s~{GhOtPdAY/$x$Gq[7O6mIm$@ǯ/ڕA`FNt V_nd3bE%L%Jnq$-fo#Y{̜C):Zlb,9BŧN"8.qq)R&6W%ι5MOm:ɀNrwȃz=_5+O3_>ԿأgT{]OLkUYçB_2j)#ì9SWڡy2ܦ濝e$˄֫~Vh&FvC1>~&%qO=JgfS!Ag/ϰZi&F}^he_B·+@fXҋYJM uXއyFr56`yi<3" @cv,@]^Nmf,R˨v"Kz"j{h ;.h =^ 9&yW/۫ʯ$r_0[I)Kȝe.cF09,t"#my CtGV6H!M\]B2"Ya_=DȒGup@l'?cj͎?>*ZT)HEΎ}Gǰv;Jſ?~Ja:?_+ޜJRيAt4^ޱG@y]'JL7!bhO=[Cfr 4֯+ BaKP) 1osްcGX܍N)bj4~ Σ\WRr72MQG|}kfjG bGݹ u hՊ]4^,EB-3|r|ܬ テߪ*S|DZ+WCw$Z<|b8ߊ/9-4^(JWY8Gf-ޏw=ψ٭\-Ƅ{Y.9O7 =*eLFG5eNˤ1%Hz#萉tinI[=N<pǤĀebc՝6mH'BR!hS*.͔f/PG!CU2yjNSrl2x@} daV| "-&yNUT$+Er.unRBF{L]&}ily+N"zܺSݐ6,o,')걠AC(w=@XuPPJM,%c*I8 *Nx84~j2hS(v݊4xWY&Av9UZzң@zW]'w$J5fHm?B5`"L}+~WYK¬vN!JvlvoeiB^m}[$˛P2PUxuf q ɭb*Kj]n{5ƾGn]1-4zt;V} v-WDlBԣh^ڔoVG3&s~1 ?19a2A!dꨎ&&B|8+Uw&0PP{]NwD'xX ߹p&wIO0%5l;Zwfbqt;vB !le<3 1 uʒ쯱Dyh|`wm̎{eY)S;l"W J=ޯC^ؑbD? b y>A'Y5ff)E,y:a{y LA W٥8G>SNL)b^MHeZtSs nLi18]`, msNMM0r/f\n:ER'*t8(>o=hvjg<by>وӲ!:`yxpmìR9VE=Ecl7pH4Լ fE3\|TY,׳gk!ilUt{,@ƘO+lT*M&*MY}̾ge #'bQz*lVOfbZ]Wu3IذW S̺ R* )f+, >ozK!]05ylᜤ ѲM(&Ou YXS;S}Js0^:50o\'z%(w,+5#Ky'+F\XnD~W-*΃RI!T뤂QXQhi1eZB{(#ϙb5Ҥ1U7M,>{vU~(s͠U\Pe{_3Jq zj𼃸sU7BSY\eAXr ]ɉ RIypJ{ +7E vSuEҝXj5I?W!> I NGh}|Y6 N3 3Z+&׍: 22)5>{Im6RCn/vNt棈jC:ⲊPt1CU@_sZS?l,u+\ x =pΡ%hbb=,ƔY2 G\uч%5v O~*@|>};CW=(&!_YK<.LC2;_` !J$&< uLH{z:(N.Cbp,s66sOS3=۬a=v)%# 0QpEٰ{lHPߺ=ijKrQg7o'LPxyK[TX28EG̫FWYmWq!u$&"]FeYMA$-.DA8];_@g R+=9$siR$w68}yc1-06ʷLQ5Z1AgLiW~@ȝQR7i,[s[߀A2ۈa$U2 彦q/z1Gffr-zPUF՚%@!Z-&Y녓a)5[?\)3Xu?/ %'U>NOJb^Wm[Bwmn; /~Zڥ^ByJF:Nuq^4úٓ#r|Q'ɈB"+sy%)TTmy?w" ?֠h"wj`tɾr„bV)'ɰ%@aE۝z3s>$X׉'{U)Q3v9֪ۤS4+7-unx~ezc^;\v`b3Qţp ȊɼQU{eEYy'r$rMSm"9O'@-@ª9['w0 [Tc!=gJ~:c,o!@1~Uc̻n <&9i>hE1)k7֌o8E 0z"T]WkX.'G*A#R*n=S:ep@6=Pado:˵8˻ (`wKԇR/F>+j9`_*D?M(t:D0zR`QzA}Hls po8%"ɟvnùk,Z" A[8i PuaEG&ά'W`+J92ԟ 0o`cގ*fcZM@ a뎣ëP`}A]eJ͎™8zEgW-~[`+j<}rƒ̈+*~y\IrUE)&E]vKr ad+OX9 E :|<}R]`R?dςKI</QQ)s]keސ}hI-nd; ]kK%^!+Y·Xٶ2+!Yx{I]86cġnva@O&;[vy⃯|)6N3$7'5db+j[7G)=2*eѢ7bS~-NZJDD4+ٹ(ɔ|ԯ_@vAǤ: k\O4i|e,?t&?˥.QF٢| {ՀʘMT!( `IyOxܽJ&pc8؃\B؉Ȃ( hHfƓ5G?TZ_40NU\"P qbȜc3>ojޥ_-k~XRf"vM. Zu >fӠW\\ӍQDX /Hؾ%_-Ff𼆳  M-<DJAdM50LE%ifݲ LuD?B 6U#:3WM-TRedž/[AMeH J "ʫN, s"p-}t&smf|pY032O)^,Rwik_C¨qcT%w nb+ NM~7c~sQ(@07I;m5,/\_cƌ~ؐzyQfÁðcŽ`-+kaݎ PD7LF7+XH. #BToy`5Dݻ@p՝hjBJs÷@s !U.%l7F8+yk??O,WNuO,8z%>4X}= S̟޳xufXct^@a^I?%}РRw vS;/g(h蕨D:7痔S9-h7oV~7>k6/fvI $PA—;Ai\B˂:Òݡnyu'ai= @fj͈̈[ '82(ҽnoKF҈TI!QJq\ATnwvچmUejM_fxsL8 5*TD|~:Y IҖ:$+3 AF?cy}dN I: :_$=AF&+ pH4nB lP-Fݏz UopSynj6Y,s"KԆo} >Jn竏L˂uܯ~vH/,٦F(yT@[47Ix ^d]T+`tiJ~{ڊY;/Po7O+aFT}!0U"Iw ٳeZU-.*Uf`h fdgySz^\=]q}E?l|O*h!mAih z{~VЁ"APpd]4I1 䫃U*z0 BROE2\×OqF8mp|FvLo1S=$Am 6Mt)cN&Mƺ_GZFsUbrCrJ.0_X(7$/dO6Uq8:jEFK4 F4胿X7ݣ䶮Cن NE q^C( !oWT[Q!wޥ95&1!1` _kpσ}]qP4fu,͒x/k|xDnOGJgd]1ʯ`L$oԤ"7]^) jO^;¹u;X\Afg^̿bA[/IBP|=_eX)VM5T΍Urd~cIE;w5~yjcqHӫv!BBR%#x|$O*3x` ,|k{W3!,S8MәiQ4nFD wLV(S$0N`e0mn"7(Iv^O p5TR bBmA~p`V˴뀀C' Ie!ݱe.JQA89$3"p;R|o uUAawו1T~߰4u:qBsZ$j|w@T߯príf hi6YSA%ZNpgE2P~y>MFa^A~ 69[sdvM~5ޮTJ1"3 N1 剝: dVZa(>Ѐ[W*= Txrj)J?gakiFwm]MFY)y37ع12XZNqeo}Kv3lYh|8A`0)FGTr+A47f75 ǺfÍ`):YxWJU, ȺRP%v脲9_p!MSͪA$N=CiIpp6zSУܦ rD5S2,zA]|r,!xC7m ("H/خGPAv"mz.x{i{ :;**]\NDUT'@ Ic{G9< hp^sI #7&Xy^D&!Jh3thA;iwl*Aȍi߿'ɉڤKɕX=#üvvAӘH4M"[NxkViiG#d+P /:S5!oEC-')_< D>{) 7!oG1}^r VޥϿl|% 9=F"E k$~1<'慥}e=-Rq!s0BWpEҾl>Β3sYHS/Su.b~f3%IoP %~&| QwШ|#q*g؅&p#͓ |Dc*%j>]Ofۀ"*b]y9thαn"A%C)yj-ǀQ5$4QmV%ٰn\-UΊǥdܞ{r g4b̏:M[R&в D~iip λǯ=) %vKlC8SV@.Ԧ,G[)>e8̙?fܥli)PB>+zpa<,ۜ?6u\ÞF 9n 1dnhpڣ9#, G Wc<>WLz\/:hEmG]1wHaSU^BWo ϒv3@;mKqIܽSꛯɷ}q0ME$ #򋵘΂ %D0<^kkN6ق 6 jJ(F6ȻЙJB~IsB@x/ / 17ggO֞%d;$30˳O@H@u0EB A4ޑnIg!=ټ}#XuG"=ހo Iǘ1?Pr Z=XV539tiilU}U-sEXDӎ뫎Xi e;fa8bb$5ࢽ1܅P&T_~O05Jd>@mD>R4%-$_r16EȷR0n59Q☓ʩҚvX ƚLtE,_kg{lF]H~ NH 3X^X4ܶG{D*aW0c;(GM@tЬ B&yv7kcF obf t)_林5Ȓm[攮MNR 'r2 Gj[)VVi 5~zBy@ Y-$/o(|9F]N*CLk#;`CX$;#>nȱ\ԦcSe|XF40nYe l]7q bJ)C&P ϯ~Cjξ&j w!aS:hJ@6*>-] QAN i43!bN|#4g6L:-:+:r{l \i92ϑg{(qT~[J61=s٧:]/AY} +x׉~J\nPГT/"8=L+n$[;Z=Z _Kk:c}V2WZ]i,/'v2] ,hPclEtZ 8] ̆IP>(o $pd[uH=7L.KfqڡX {k P䙊vc<Y,(erZZ8!F.=:x98rLtARw-+6m#1n"w豋 lC8?,=Ӕf-,Atf9dT3|DOҔj :|OSWI~iEϒ/0*6p vHJQ̭^m8>t.Q̻dT;¡8֎mD:lQ>m^Vj eE _,lWɅwZBuaWQ"ݤl$~z-ҝN >g-@RW$-ʒ+>>L-*-XХo>=mxWz%cտ~խl/ gI0pÁ9UQCboMu:QRP*pGBP^_]L%NZABA 0tPs dn]A-'`o)(ԯXSVh=ʖo-l0j,:qbY`2 q._Ity޹#nck{ߴ!/ fb7^R&Ahe3ÃNTe=ZoyJ ғ!8%_ uI0QV?gNx2;@8bvSJO(Olhbl7#v-[>Z5RT&S.ҪFq׻cEX2^DiOq݊"ucYFͽ-}Z[r~*6q1lh=v""(,5o]AnFY6i%f2(OZJ{97}bvyP !+#TJ ܞ:q24}}!H+X WC-Bf.ǫ~P% _dkܱe_gm~H`pΩ#kTRW^®E9[O2/'&,qj?P7oJ]\Ԙ`]Pm|ǔ m?{H.y=nYK; z,HSɌZueB-nŊp$DY o#B-8JabNC'N迕?-ZqL(O Eu¹ jLT-.IԪYUMHs(Z(UkǯP\^\AYl/b>1_'K~Z[L=WZ fٯUgh$pC%_9iU7`)_`i WU?B{4N0)#WUŨ WyԐ`Yz 4$[oWo֝DOtK?-ёdaÿIRu/G+%49KwUt+vffFÈוںW:=~gZ.ӨVH#Ow@`x}TYǟq}, Rl؁`"ho({\N( :vDwozY! qo;&ܑ+%"‹B?4AZSf,Nǥs;*W'^VP.=PZ ʜs*U$jI%|EȕOP_bxQ^W7SCC ICUtuiKu:0*RmIX׿DSP0ruR?ѥb^nB?gT} #4y:{S4c W#W,oVvHO$(:{R6)dYr)qaɶctn2uq+xe%!.$CqTMt^W{"F-:%Hz,&e4h$bGlvmמA |)bYm2@Ң!KS˱i`~2M_a k.yb9t$[rЃ+_TE&C@'A ~EN$y(R=fѴYQBXX-kpg'T{z%JIS~ T߸]ZvHKbNt8>) EL&K| AzIA[,s]CQamtW}r<'RxA\|"=\.SIֵ.PG8c[ÕepOUj\oH.h"DQ @ |޸߶Z#HkPb GffI(a~lUY .sRO,M {Y/ ۟;=`}x'19*$% Crco?f^`l&'$]$𒇆Td.YŒ!=*"-mJb^KhŸNZ|D$"U|F5n 7WA Yf@ >T1U?Jϟ  lhC|TP}(+QzT,v̋$\`~bp`Vϴ]CeGtmJ""2N}H_U+Ɯy kA3gn 8"ض`N,lETqqXZ:r5 Ƴ8`{1 2T7@v{Rz] jgXb 0/mqq" ֬yX)7zDr1Gƈ )f1jF\&Fvqhb^[9T Ps ʐ7tdV0HnGF=NdZoX!hQ,1f1j-TqJH1G 4?]5\Eu3o}؏gТXH(i]PolvB`9$ebJ6#ޖڮq;*ؚ_>o㍄Fnd\8 :|7 j{gFg)QPZ̘yxH1h2 NZ0/s{nAO"4XEJ3̴B\T3/]`G`ڠ߿cLbqĤeGT`ʷ6h+m2ɼu[qBxK0bZhj}j~UgR S{-oPb]uKwҎlڼŦ2Uo/w 很_. 1@f?#=C#p9)A^/#:+&Q["79/NN50{ +<* 4)9?pyAt/*X1Yr{uqfmgDZE=VIK|b.c21:Za`j>ـ8_ޑ_͹qز&э4]#IWRD $QȮ &o Zz8е2t6"uY+GQx?LD#u}<aWsꨇ? h';K2E׵FhN0&gc_.":u!;c?O^z`r:YkB/ hG48PNlʇY-H#H6W"1 * \= LJ;/c0^mFrs:ͥs4At80Z]KS`!2Lbm}[hbҔ~;/ɹCEZIk<)HA+ 2$ [Gx-hj5%n>Doҡͅ_92T?͊g:L(%B Dj11&+?8/$J^}p$xFH{ YPDwJG2Rc2 zMw-o=9S4$MS|s Xn=UcqS|SZI^CC uXĦQU=5xNFv6[Ҵ+\Q Jfsn,Hdp>z/fri4ec~|9HIgh{T2gpӿϮR XFI*NEljY%n@A`oD MKtϚlmF!<x䃫4 s=}7 fM$?z_Dr$3f[S۾3(FKudQ:wM B_J]8QNMBq4seg슕4jmdCSwM{F8&r`9uKx}8"|h{>E$^+G^r~q]3kj2d٠;+ƉOӢKơ'NOtU,iCLwσB\V{71 r6/"Wlj`tzآsΘS`B<yD)'v jM82@LÜDx%xnH"R_މȖ82쇏zgA24MJsMO>Y&pgʤRKq͝igO/3M}uB~ WjjK%|w>n :.OG۫2TܝGG$T m:[}::(bBH']O GcWHjDT@$ ! |Gșy|uB ak2`JkSq/fCD+Qkϙs8 !t ^ ?eu3E NbSkTlg׸֜MҢ(Mm+p >S 1De{p![3Lo9(+Zk"y#|@nI+ʆ?N0%Vp7OD©M=%I{ehP`_re|B#p@OXH]Nyac DSa{Mǩ)/L,'c}sT>`tn܁]P53 1qԝ +r ;cft|Ȉ^*%(f˿]6owdrI5G,h߳ę84E\ t IVh4WOvcI]!:)T˹Iެp$v854ƳO,ܚtz<ߕ^58*'Ɲ/y44;eSϯ}0QI3w# *iV.k1y@(V[FWkDWHnU``(sK,>Tk'x$'ý(]EbZ@Pn^ll~gX 9{:ˎɀ.a )ۊ%¸9xBT?HLgIbmoѡ=QV` j쀹o )[6(&Pr:?TEqb hZS$bB B\ssjW,Bm2rA.;rqTwF[|JY5L(cj=@{=A*SF ģLA%(Yo; s47Vgܱzz&~Ƀ5} K"+Q`AX̛Ak҇6.vdw) 5飮<75c`nr@)ƖLdGQ+p65Ő2m$T?zb%D)C5e :BhC38zԧYgcQAofaBVJ|oxBOʡaf7eZ&EQOCm=BAVkxjߢDz"]hZ`H4S1wEp584`N!7(K~%Le-H;B-38a_@/]뉋A)~;鿯Vvd:Tz¼O⟠L-KiMmo[?P2_r\Q'cDFJ?n6f9Bdnԇ!ĶX-k>ۉ ֚~ z52xPFKa^p:̵9:J'eA|V#W+D&ά~]eD 7CY5.)8]/"ySiB ^@=r&Ҕ'4Z{2CwcB:iеN[aJ_R d؏gfbtADA/@hFq1&pmnLZcWݝ:k8WPԵ# abrGD>m}rR9q,䮩* {i}?q`"0="D^Q!S=?Ud+xk@i=b폏KƨF4;MkZFIyt(Ɍ佬o)Ek0vwԃc*[|%) @s /.':}:Q>dĐ" I8-wA]T"'[VWKmIRǷ C.~@x'^"a0A\ AC}ħSR*Jmlg' ÿ=+րZAkR.CGSc̠$PzQ҅Ȼ$T֙jέqsei5eY nnzxuGid50C{ĒIdR"i= _׬$p )¯5PQ.!.9r-^IH⼺GP!lyARZfK=e#rjhҠ`;:ẘ2C[um_ڶxچ]V}*ư_4FaȜU)닺;70ONnt(CG⏘f$k 5Z  u%lc)dq<gRמv@`* 3 &[(pn'xB2BP c{DJ$ LCͤKtap{DUUXݨ~ңR`(:PR ?qivk>!=ܽ̑`J_ҋya^Gz}[owյbfazP8Z9b.Qi L5W\rb3 I.:VmL P9bGt:5b|tJ AW;G4mzF%y8B,h)A)t}ån3"а t4_ Ńlj ,Y j]|[楘v W"{~J"/Z cnnm9XJfMjrىar`J쑦l'N ŀ6)D{oO.<(X͎O,YE ÊIUREYJA[LOE4k!OkwCn q[5hn MY Bo0rfEp?[^跾Į)'7l-*>}7w+*Ućm CM\OJĂUE܎_z3[Fxܧd٣Ēg6N -\YٶO.`虆GMwm 12ZdN Py'>/"b~i;'D¶c*hFu3hMu+ ZLn ğ(nhǭJkQNly*Wz?xv;lɷ/ $cnq+ zXܘ@G,ole1SYM_K` Mey6'w }x?.{+e|KPh#^tIn1c jTmY\~长jVE.FrahTTTH:ڼߟ0҂Gie/_k\;t19Eq)e $)A#OSRC btVG>qQk?aAnPw~˫Nw@ jHB}b| OkE:taӊE:zUu_ [Ө9]+ pBuu|,sFGYF|/DErk*-;xFb6w~84k\ٛ1C3#ىC&1;lkG$ ?5W_5'/W2G<?)<$k,|XEy:5;5*{<`*/cHOBN`+Eѣ A&襒}xWͱ>ؼk5 *yBS~ML.t͒߳>iJ}]ڦ`I.Ùhu")2"_ż7 {\'?"Z}܋tr^e f7phZF;+L@"Wꦧo\8iЫh 8_/ Vֹ S[gN3_u@M)HF@}vi,]DiM2m^ʂ ozOHXAō!|S zaч~ePNRHEp8H\7uSmb{k!$.|L!up./cڂMEAK-ru;^ l䞽aɚ ~ʹ19*P6 EA'l(NcoMiF ]g e.XRˮ` z GM Ux[0jg(^FjR5eQJ b7:HmpP.^@Z&$Zw^Zz7g?O.}JgH\8]rgow-͕7h[-,U-1-+A:"=W]Pub5Hp&ĨStI~Ɠ@ΜC׈hoX*w{syII_`M5Nλ'i:STKc $l U-*q!3kߔM[oj+cPA?^!Fbpa>u%'PagIKgY*F[>qfqjz9SXgFWFwh]t&TZ(Ĭt6pJlǦ}C&QC*z٨yị8eж`cvHOOt&Wy $ZI]=n*h9;>[onFŇ2̮z AED^2@3i MMcÙå5੔:#*r,ڐ2#pxZE ڙwVAwx e5[k>+q?U\zaMmn#2Dro`ʻ}glksUhPtD_St0;bߙ~c>R.3m~()i IOykU^ʅ@S@{5+׻.N;1JXhNJOvWrΗ=d2*ŵOr)]z׎U^ڜq  ˣ#4N}^3윬1m헨.óhK@e OUK/ilG:v' Vf3GP>TBYIsr4hx{׷e]^t䥑pS)UrZ-@sއwϝWbT:O'6ղz4w`X.27e6aXl]"/_)YnUVŨ>bҭ(@1#9>V$k ')3EH-7xUk3&cbd!<8`h#jTٓq6%䁻 HCHwT!ǥΌeBO5@s$˒ڊm*E~!jh;%3bO'Ik Q3 ̉sV݃c}wTu2h>aFq_9<[s:vY;i5CIei'zӀXwTvޒ )cyʤOLW"^I\@(zU,>-fnW+P㬂kM-<f=,gdeX_{ZerHSE96?K6]O ##$ HӳŔjZ%O䝌 I$d2-4ԏΨXHaIjDbqӅzIV"~NM&""y` yt5"hv_EA1D*ag5EB5 A#W_ïl3މfdȍN{s!U0Ha㹧\:7Sr45B RB6ڼM.Úl$/%r?T/Ɏ5͓=+%lf_ey**X}lv>,}' }|1<"z]@!#Hڮ&%qL >!9-^KL$m o<΄I^c惚ol {JT_ 58'$Hvsx MNNgs.{ZRtBʎӈC/AZ<|kEˮҚy%7 lK1cKd=A; v-oVʳF{ rq/h`4(R$:sUt5_ +Pte:h˜] H!/*?Tsۺj%=-'Y8,-Gvྪ;sݗzWp3v`2;dѳ1t Co;4PV/sD\m>뀿p:ȒC07E:kE*ԣUHْ ,xCvHv$z7?z :^=cab_KJ1 |&Oz$J}揣$Sfͮ516yWY=/hY< OO'KcԹv}-.H,cN;'lmd=, 7(*/l HNE$Ԣڰ __d#͕Hw+4@vQ'pzi3.^.L]&:++:]zB,lq f?s6Ga3m;0ٷ n1GXw#j[|:vʬ'g`#&⭃jmE"|z;kN@;v\O?@tg!1z3~7(Ԁ=&Bwser#YL>DIkjֆʙ+:`ko"|!"$)hBfDD^>E;1Q1tz]|>s'x uxG1R3Z" [̂2ڈNua%̋z]--ړ%-LJ:Gjh"_"m yJi 2wa0/rQܶ<U1zJRI;"95\~O٪]bk o/.86;fQ0nbW0g)&HjۗذC]Ab-)K 5zOǠ`$86=;89XJe]Jngkrv1. dS3!cd7mkd>m?Snek%EK)^Jm Ox*OE>28DػAgu,qDKcON;>emx17)Z(8_&ŕ seߙ#oI:">fZm9;'K0L} ]V@].gT1Iy7'9Y*Y6CTV3b~䛝rg}8|ot f03Xb)%/ﻜ?ZSGq n pPt3e.Hc9Zp}OpZmem:h1])($ܻ4&ۯ@ڎeǡzhXw QCwIMGfޜl%ߠ{D"tm&?yVk'9zXQױHHN>6(DxCҺO?VH dKkkePܚЃdz ]O[D#}>Ej=6f'_Jͪ{pjK3['C5[N92'ϷsjM<ȞaUQ ~s0PpQ" +2ig;{g.X p׆eilQdYNQϱhhίJۘu 1z沑0"nQfV4݀녱63)(M nv~# S $_SkѩmםxYyE!1ikymK) -$lXȢjR{c<&RS3"5VT෽xC֧+ӊĬh-4%!7(&}/ҤE Ԛ8FYKr7K GLѵTQݳ3>EC|M_`p5DpBqd^mͿoyc/-ŗ>Вj0UzNtE _~YLC'ʾ*4oCb"zިF+)yS!]}ϯ SyFc <M]qe'vFۑ:[Ì+ w^z)۶kh7NOrTes?ͭ c>ʭY)8O咳?.ePy+mRhr~-Y@S1Q=sMk_M04894ӷR1Ҫe'W FrC Ya#+L70L%-_#bX}\UWp*Rpg)Al!Jp Bn[w^ɛ[?A]]~yIHˈGFD ڵcL^~ņ ,0q g3}jÏoß[SvS&8$oJD,?3ӰK >ץ1R{1ߺbKA1.ֺ5%b?:y-V+:ghNaHL>2+FD+.9>ڌLqT.U,i$ Rl¦ ?ٟ9)Z_`9U'.l<tYQzs#  @Ɲ `Fcg ݳx; :jB^]˝G_Du!%r'dx T:[yC y 1H xo|ߨV& ۬4?(L 0aF:@?P@|;;`XGsNV\#Ur0q1 etTz7K{ /جk' a1DQ khU05?Ầ9X9˘t"lo(6?0EIm6 kI3 %t TnQEPj^w aӳӾ1?UG}Z0o`?3f`D.Q:P@DHK=f,T\%U!J3*W S,(?)'=TC$*:!.#y8~['SV|V" s<)ֆYԊUS6`D:QB7"T&ܕXDpOvًљh QO^^TN Q] rzc /Byˀ~Ed4IYVLl[׊M&W׎TO[G' a a,]'QpK\L%=ӗYlqӌЯ!oTY+5ٙ&%oE)6b~LQq03©LCVA]Gi_@p%[ӗ$? v.#ȕ #@hA@NfS hwaPp8e?) 5ճYۻP ?snWIIICez $cޯ,'h:\1@jLVRUD0gbAOKF4rIKt3K6cYeʢR;0֕n{=DO"yƅ=/dšZrag0a2U:OVWUp(j&VL8~Xaw+B(5(.s9pN" n:{_`ڕTNQH :V/Kà)4I9ÊM//73yLXnkCop\ $O,t/SP[{|?TZ8Yncp GE @wpʯ_Qeb=g'qz?)0j&҂X #L0w( @ %WeC]R k.p\u-%a~ й8O(z.g Eboə* PZ ]/`ۊu;f˜Hpz0Ɗʮڃ QF*<(V) I (!PgxLMVlWvBuh8u8( !!EI07$$%)mWiƠ'M!Ncma墅<N_xC'@oFWBaij:bU;Օ;]ރ0[9 dt!n :)6]S$ݶhrZ58^G^IMuu]Eh)=s>Zs5FLųoK~hǟ/9Qzgm·4ڰL̊v4&1 R-cfPvd l"+$L(dJԢzdPTz<9^optâֈBS=\XX]R'i-_Y`Ae4}^zkkZ1v%+_ώIAt{`BX{gєKMTyK R-7m?oR`*pidn˴Mw1 )} gm5+L 3 afC9S;ZwB匵!XXiuH-4e@(nm&Wț[t&_]@JE|rTt T%þ?D['x}ԍ@p'e0yJGzW;f9*ʶYfoOΕs dOFۃͪd-s:yِ=]/ڸ8Yi/iȬ%voH+KL@Tjk(9 #|lb?\q#ZY単,Ue1lۀD":7I+EꏞVqS#@*OP9Q;8x}n#=Qn7HQv³പ)XXPZ#*|ԧ\ۑnQ6RBL8&HE`'G4knKT)qn:\>uy_ʻTAמ\/y!ΫsbD";*JPA>k:D,,PP3@pׂu2j>D!RngXisP<N(UbB+ GʎhˎڶRGm^ट(9#T|,=e%XiAsX{/NF2Ÿ$JSʄݽ]5ܤ'm`ᔠ=͍ U _3+<ʟ8}$7M!ng0EO*^VhD|ORUxX4`1r# Rjj/'w<L@!Q ;ć2wߖA3gN;) J ҽrĕ_lᨡ-8cڔ s^B g^ G[}Mu'qPɋ G>BVIDC拉5OF8G":o@*T_oF>a?]$BdvoY l横tMvuL 2de% ߧ.Od Y~$M>fs B< 90~RkH@>)Aө>K*3aP#U!UVϩJ%Ȁ,I`JjG:H/:2&AQ "CAt޹LK$gOpRaQd'n]RaCK?U]m7Fbo1Li[[i`L7kD?8U(= \FWm|2+W-Qˌ45=K܎鬠u]ކy|X_<` Q }(_#?wUN=x9I-mѬSg&Q""Utj\NUik[1\*$wQ4a"(%4aU|6 װr5ԟ@KَV@$j$y=<ő"7$҉Q}ƕqcƬՀMmXpڲG2R4O puǯy>9IG |u;^Rcڃk&zvD?`C'igQic"ilm+='KOٕȸKG^/\@++GcH8V:VYb+ӓsvnX/©}*a}Î^^Ë'2'@eIIM7#4&X >>p. [MkU*W4ޞþn^3,gά쨒3Tׇ U+d~ [=v6s*X?p~S||.H 2o. xi@ 8S>qZl5h0\ mO&#hl[b]ɑΣEKbHIdf0\BM}dx=ǯFDFMܫs6DŽeiDG)?1/)"H4M~*HGH=ҾQO%O>y&3EVrnj֛.1ȡBl2]"0yeaOan8 OI%Lͪ| i{1HȌ:h02㈊`ڿ^7eg],ˌwuk5 RP|X%< M`F%n裯5H6,9(}ed65ڑ^u4a+y걲H{ KJF|i X_EG!ɐ؊9қ}/-dt :}_RcUrph@Q=L#_@r:n$'>/O5j]NByoنIvvxڎAM_zu#;n<(jFW{6\ G}05i: _gvJp_R*#c>7#="Ĥ,ցrin!"~L^t2K_̓792wEήI}lu9AZ<}s"׼ dyؤ~"pvR J~H.Fφ,<᜻}kzJD%҅T>j(.Mtpfu=Yx[.&wC=g0!NJ <~Ҝ +-m*Wp%^h]d$_JAoB&oL`kF$oq.1>J֯3$WR+7s]lCuBH^ltMIJ5ź*B X*t#J @,-m(9. aAPpjC Uk?,kdՁ{p} >ww݊{~AE5)+hgCkӧ`n r\VCj0ݚasp,8/8W$zq!CNQ^&P?"ƕi§7R=759OE86[찏.۲ _ߍ.,7-Qք:!Ii!j ꔯMA'j#̡825- f7uJKPRFw|DICXE4APf"I?lx,t<.Ѹ\:E#ƹaIjLVA&yG9Ș/&704[(TSr8Ì'0[f˭yƊy-IE& 9ZyFل-FwۼHDWxTrH 4З0\\;GZMf#\=U?-.]a4/ qa{}M/sVqExw^qlA,]{Gb9[O}N4{yO8Ϥ[>؏Tc`dt{MJ뎷41ɫ=˧vZ.vF왁 Ec]$oEHs4*΋Ѝ/hzalja^'`"h;S5o{nojƋv%T\J[h~MʢfB,:M .¯]Ud*z0Uab0uiOAt&T?Lְ>BPL0HuϬ0-ہDZQbģ|U.".|'5nxU̡qqp2 B]UzUf"-Q:,?C/ 3~P(z]8H,Q ğ:}hDSY5m7SB֘7,@nֈ?5/]jvi;?lT?tk R\6LomZrG"OqoQun#K mΫeY'}81b sffheW2 -->2zQ #tL@ʰsk kc T{X5 &LTjhP.cRui;v(sGgL+v/wHԸ&+$a8Xj0f:0/`]G6 gM} _.Kۣr<~_@B+db%4hTuv?'nu:d:1&Z_C{8o7CoCk0Wy y|boQ_zYv8 ::]7-*ۺ4Do]h_F7cVXîLvg^jU TiX |6ٌEս~Ek:^B j i88!R vV@UMdnev C!%Fxmԃu*z DzVF#~N~.NMh_= ZP/9 v/k"_YZ#m(FikjD@EqE,=Ij鏛( wGv'Tv{y6H7KlWgcQCsv8fWgy -+ .' #=Pr1ZTPl|rzD#F R:aPr" 0_>$J?剩 Ee{y:[tbr+ٖH$GBҰ,JA~O^^;HaZW Lؓ1v [LH^|;d1\GC=4`R`PDsH5勐9XqgZ ߚ*%36)|s溿;훏xB-vW;*豹3>P埶%^6aeWCW:ziQ#Udv&7zbM!RzFw)d>~F!t _J>X]CM;/Q dn:܋'j*D x7( 9Oo9Cʥ+'U/!4b{ b<^ @ }QyL%R鿅mKYM9N@.ӇCC-Qjބ_r x˽ph!B3y>2HɐC!JiɉxLoYq[FNZy>Icٹp861HY -UH<*{Q&?_9>+Of~r['Laqޚ-ppK~R&fAY 랅ښ{E);[!"wAj̊%XX{E%yOw ~f$Zl gxZ̎r\ex-7[_I^7erv7_ﵿ4#xu*="S/+Z0$MmJBP_ Ϙv 1N(w  hMLxX+|جOFj D7f+AFq(Uq\7_6]FdMtUf꣙Br#3$D@m{hk;EYLOl`8~ʦ25ȍԍ۳BhGHY)]'ma?@K9UG,OBp9 bn &2JPL;77i 擁qa9W /f~?h/m{&f>x].M([:II^41KMCO{BN6? wPh; 5Po7`SM ﱚy0/7w_p*>^Po}bks.i#f}3*l8S!d؇>sVǮ95?NFQO4KvQ lK3Tg+RP.uƚ°vs\I㸦ɀbaC4eن!_*d΂{f{/?J0wփ-: y4-_,$~F}z,OB;ʀQ 3D%G^dV쇮hl$_7+?r~Ty1Z GiD7Fik>̭Φ*={ {ݏt(C5sKg"<^$AA^rQO]x#([(kG;խnW!´Mr혞jF7SdpϲHpP[>kgdL!Fc[P\$ܬ̎DCɻXwJ,T,RO"k޸C^Q[wXC)H3Բ\q_sPk^*lSm NR3պNn&^=z7tu2(n<1X?H,Ѡj`j#zr{3^*TJXKJ1<^Ͻ(:MjyPgq]͹B&+ 1%މDK*;B@|nB>y毻bTu-}f4rja>ʲF6W!u RTRЅ-|AN"C kq # g jNȪ,'8D_gT(H1,͸n'мr?``nV\0 JNîi۶skG/U{/R~TWAzvkR =ksQũqP̙Q 6g[K@]*@w]A黪qX[iu.N"ý9WrtsV.ssQcL( Qruň3g_ʌ]_8pޕeiWXĔIoo6h{ZEZywTHN\(;d J9|sG"mhڄw4*#gI%h8׃lދ/}6h߭59{ &]{xxkxT^: 51wiHEg-PnX}%dNͷFf8U͹u\Vħ /lxCaW9(H u(OxPU a!pƇnk,n_NGCc[nMS.D0l:('Ħ[ UsO%ѩΝ~ilfU7HI^/!txcv8ܦ>L9?#6ࢭw5i(Xn[-esѧջ w'@SV*2gk~V`m LL%v2eF*zς4)#LP j$P 'BOl -{!G;\xN620 \F1ZR_ :n>HW"G?|#c;Y m(;3$1WMcxCGK\Bxx-i}>bd'۩\7PaE(YYo9LX ـϪs.Z0Q> p˵t&\#_[_t,[_*$.g:f 'h+pjC,nRoZ$%4-ꈶ*?D=WuŒ_iw0\m֞c(i# PaGK f[ ` I4$-5kbr%]QZ{I  c(p#kv?+EO4 a}C8XeŧBXr W%3P]xӕGH#3w@5:gbXuhQշio.oZTװܺ$&70RXYAyS7jTa'?wKdd~08o:A=cx\`dBf8Ȭi礨 EWD dcoC0O:U!mrQS_(~ЃЦASa&$$y⎕ ;QGd>~ ޏjO@ f#i'UI|1n)..[M,Fe^{n$;"'GZLbʑ v+ҷs/E9)mvG Psvli rWטhEo&|sL1$8'х25(t1 8pkZK2=:Y-ˑ*Gm~6E]#fZ#p OHaSv>"LoʯtU@k(8+][2% *X| f6W"BO yX6p:^!g3\QRT^ h]d-Ѯ'q-.IjV%j}TWBzr#> Te Ui<$)|31M`o-3nL_2he`Łl)zĸL&Yxz%P 4>8N((ִ6=+ÂmZt,CfM/z}ItgwQ/Pq*Vag4OehXrdM4\HUBwi+.J"(\ўcGP^e%*c"1D/L! %͞)|#.?-l:>AP^6>Y<ʛ|%ՠcgYIjfb]H0˅\F`XC0NY+Im aTOͳn LtgPmehwݢi@0{l+>z*NT#}XWuy ٓ{vYa5,ޛ*u7"ʋ݌D5N((逖sFTd03W[OWo#qr٦ 7zi)Y%oDH]|&rfo,waWGg'//7Y$h5b<}LfI@g#t5pg٥xE;a-3,_Z(- a5&I)jpL!n }(<pICVAG'=ᬱޭCGd߬S) W(LޕU i[WMDenl(Rk]\"]ĒXŌ@"tW ڞ{%#JʽTf@@:`Frf/}Z*,V#hޔr/NVQw4sa';7?U?KW.sDr"/6Og#iYS/oFeM(\x?g1-IPB3!U)>hwF[m%8ysf(>fe;#I"^uY2>;tԯ~ u)U~Ͷ*kL o**}7;F3V{SX۠l_GM4}tH "dcд/ *UK$l3\dgAE&(I_BD4o_M>!JPax xxv@֍Z{>wAruQAm]wXanQݦGkJ9 5ٓFN6-9Ivl ΍h*JYGbh3=7I^n O<2*R<S#=J}4+hn;X4Y;}w.[Ԅ[s clZ[-FJ S1n>+QXy,q'5:DV: ޓ\7bŮ')1k:.ah/UZWV)X 1,@ C?lG?BJs#=+?DK!㍅?ȅX.#^ *푤lơ\:wL6EqHƤq۪Ne*RZkKyIt,gIa@oY\eJ@[ ST :qUB8SP_$?9e׉([<7RY//X {}/t30'RZZtV2ĝaaF_/dyq1ai3d;ρwk2%pblYbZ*0.^&ޡ^wZ~y+0.5䂁|!bRXZFLA2:t˒v.{[2ݠ ,SIe;^ʋܽ-|R=?rU]@i7R"ti'IXm$eyN7.:|o,_}#oL !}OcTt׹OA!zohYx,%tw&P&`)M6Z 7S58Ɓ&Kh -K;&HlSMП"GQOuG^nT3w+Ee/$ eV.nyfz*Hi] | wu'n%3v4{ug;ۧ놃.W!w{Uf> uk̑Pz.-hV-d-лS|!L/wj`(N;65ݼh[WA)?dl_tf;hO쪋f!kSz6.ۢY@JfruϭHYSjf11gt1i&Y 4>\)E /ֵ179K-w VN->Z˿+j׬a,ɼ:_6w${zܹFM9v?ېxk.tCRr hMaGiID]gJňQ*r'BL{Dj!dJ nh  3 oi^l: LV+7fJosV@IE*7B`ODC?Bf˂I)^u",@+kI믯S3*vVX+!MU[{;r 0' .%2 q6 iŸJZwmcQ Y./YT,0uRT";]Z{͟1 )v#^j҄j|oavpD]%@ZKf씴F +XbG5 -7:1525 z gvć5+=%,F.$wQ s5S̖KEL]G('-^D$4fa'P$b5t~a00h?UuWfM="c&z)'E]ݨ Z; KmJ'$}̫ eNq0tڲkqk(l S5mv院%Jfr" P`eyU:|T'rP%R@K2Iu6̝"T^B6 zAPx [i-( ( _R7ȧT.[R๼V0+$Y3۵沆HXxز)*i07&eZ$aV9tJ 110]i5AR%[8oxVҦ K89JE}fN'hf0bvq#jcsE:LM~6" ߤ85-f:GR s?PDph p+KWk5mQ=MP{O0sYB-k~R"i t RO8.+)1-];{@I]lV&wk+QH6eN}__>I#|@ʺCg(Xa]L!:a8n*gq [hLnք7d ͘=$( > wzueA_CqZ1b.1攇s!=` m%r(`o4qqR$vbW<u{d-ː:Cvq,_ }3XUZ-cx_:aASg(FӸSOQiX#١OCp( aQaT?~ GkWD/_bwÃw^$ SNl e{\J*kh^/+r*$ͮ_5~~ίC!#)wdz{N1>>w!ElAE[L)| ٘ Az>cvT: rOXjP+㍍|rcb߱U/k5=H5,];agz*7xP Xv QZ   HhSB1q*{u7"ZNZP4"&/Z!$+MAJ1ln{A 0]}Y~(v Ԡ|R&tN2ZL+QJSu';p6n_t45Ġ@ik0 5"'\:Flu1E=k7au8Ï߈>5dPIQa/nܐ)Zf;jbwWYaNY b +WI_*+7 p )7H SݛH)JBE_Inr;Mn*JT),O,9sٯnܺ oTdՔ}UvHf V̊l4b*zۿA*~2jH -6<^F^SU.5`.XH*A겞,5~fijgllt_yC`|ҖXvJ@Lԧ`ث  }t<6:NLM7}HWYLIQo70"&LjК)/.kϗ-̣XF[v.mSx>V񒍒CPЪ0E( 4˝Lx&I 0rpz_پ+Zwl4zB!!gw&+ nAwYҬk@ϾaMZ,FwT T's(=Y5N9!ASШugX2$&'o7CYyh=X?A3Nxz E0~4fNvm~gS+wu&`}] &HyB/7g u)/Q}x1̓c{g'v_hvHU~>_ 8 kns)n00RR"n )#Fl^aːrNx^Ot/-+i]wEx=dX5VfU#$,%l'#1:!18b@hD* UYជOK<*|&/N=:6O>)SݜaE|ug`Fu&^VX<%pIuW2|/8>DMt%w,Iu3.Re@>c2 LR,V>z޽%+ , و-3g_?V_+ .Af5HD2C5+=Wٗp\$l/gdbm9) [)` je#xf6%R{8Hg^Dq4.TF>& =W;L g]24%fw ^mݰ"TF1m߇o*Y,./A{D&ޮ4H QВ)q|&|mʩx1TG>Ӯ$窘\мZqy*ɦBA~KGMqk4~ZD֗(dXz+۩ܲıv9-%?mc/fEeoC$KF3b c Zh/O a:AxB f}@#VѤ U͇`}1˹t|ZE3~V^QҰ+UZc癈ExsGHj]!&%O!lI݅|Cfm&J&#z:NQJG!)<uAIתyZ_zƫѹFz2VqNw煁6癃ʝD+ ]vXa5㖧)H*|39H\j[m?O nt#2٧Hn3? V JTidau lGl!Tk_ sYv;W(ͩsTOYEg6'P|ߢ+CflAv\c@p}}|$OS3!J| ]|&ބIHUi0 )Ja?UM? ։i1AxJy k31 u_zCY +YDH2xCƋAz`Vf,LLQ - NC:I@^FڗDXf{ͫ X֤/

V"€orC^Zf9inODW.2E=An&ımXcv!qb]EIEBH7n4^3 W0boqUjȧ@D6N}x\,^G9bۯn<>ZԈftBT̳Sxm@c=0ь|: 7uQܿ48KL/NP[4bxL}/Hd9_=\ %:ZJ*~ˠ8HUwլձp pr=Fc=h~1 zE@2t}]mDy2Q@{(]v Hʶ͘RNdI} YNK}OflL J G+_m;TC[Yy4hx $cД@dtf?WkaJ_ w `׬f?ˡؒ~icA>rF&̖!mܵ4RJP2&zHcfkzefɱ׻~˒m2wGQ,!2'7ȗN}">H-EI^V*DJa ۺ/=`a=bZ+?fe >fUOrV54tu?>jB[|!DX3UhW+?AR+RC@)vdjzߡ'Aҝ_L X|#[D'{gԟ; ~q 6A3Kvʗapه+C_^$0Gnt2'7),hs :! X78Ա;-%bR_ [C54DK8::g9Ō빃 ¹nc7v7QF%alKOXr;O$i1(7dQU`}K2_dk'uElL]dww\9ƓFŵd$lY5Qhq.#D;?: Ep'7ZnkX=cU!"dWF8lʷGrX,9,wݙL]໦"iSmBl]|ބNv%q#Tb t f;foqWM`zoiwEz8tp< xW" YPG(h9ݷ+8Ssik\!收Z|wxҮ؁?K`wC" ð5lXMt-7+_Qo&=?D)-̥( طB*Y"sVծm<^jVs0ʴi05}˴*_j@$sIO?2VU@- )$OXΜAȇEEKQ}J enlɼݭa0!F wH҂;u6y_up:Ts.%Ma>%3!r']7;E3 Byq28%Udl'pQ꬏(*aӘw:*(GDt9 hK-A&Ɂ[hZ2SU*ldb!v~+a.іTQfJ&>a:Y؈O>`]w|`oЍQ{!Լ*KڛţdO'}iF|bQ1d;+X T嬛q}ڊK)L"юLv/ϡ$76evvsxEbZ*;#zz5ZSN @%%f`))ւ A2;Бo8R UmPmC՗qQcwS$(EɁceSi3[4<޺# _!cŏL ^r]q(<4?u%˭;ٜ98 t!bWɠ o9وŒ6Vvb5~R٘x#'phv=OK~=_D-d!TЁwz7G.T8һ(mp^E Eՙ|GB" _19D UmPA NpX ~Ɵb2= dTN\{ɳ`Fz DGcGJsNB= fqXO N#_bUJ fz.0Y 'LѢVL,bÁǦe+fIdG0U5Su8X;sطB7DՏ6 bv&`-S4]C}}o(gV33%K{ {ɶC;CCq13s ww˅m sOrGNn֕UL@[I~ %ٖŶd$'3fi>cb._a/eV74j m$%{Fqu9#^cJ.F]œ7hDރGYCVZ&W{s}dNj[u4F_H鶎m,KHtklO7F"3uPqЇ%T1RHa/]ō3d4ͪFK+lT‚Q E'B*VMFtJ*i{VkH#^ՃvĿ{W(h+;JY^,rmi>|図CJG#?SZ0GAf!Ȟ}{b.;h#8eM5# -J}f*u7TAHLerQH$W1NS﫚R?UV+i`LM3X:C|>wwrbS}=%)%J$/.+߾'?!FE=$y[ʛb&HisԷƭσXٗQmZsb[0Ovs5rAxt'؜{{c:cEalX.7CuwS %ˍZ dT2jyKcJRzk"5mKCl,KRI:Gb/[ )Ay]X O'jH-<8Jc{ y\H΁CCN}o&̮CGjE8*dgN"Ypy`$XTm~N"ď\|{_4bk)? 6ͤhVjb%Z! t=M@ԗb6(׻=Wh;6؝K盾(а೹Ap@"!ƫBɉȊGI@_bu0F%2i#/SH>$VXQy֪ć`hST">IMr9q sS(a ͺC Bk X P^~C\34gS<] v`r셐qx.z.舵.KF%bZiO6qg24HIe4 &pn;8MFET/$D]NnKJ6C+T{ |RM-)EeDܠ9-@eڼyͨ0w3bSa Slknv-X-:`8cFhptƕ虈0TWb̟8 *𩌆 3$BД@h[BNN;OͲg`#|&.ypEO{ 0/NS ]LcGح?W"6fdۄ`!X/bU;PTo("= dn'%zgW G3 >7FXAK7`P/n*wnv5^x_4;=;fo;=iǁYPήszbɞ|VacjGVO p|KXuPa0ش(nv GsoFTAv=!`2cJ^OE,1]m;p/J𴅖NN=+CS ZGk KYYQx͟ͱ1 g gyB:y߂*=|,.DhPm8V+%@$Ń3] [oS,Bm<4~;|l#SXh7ϝ`C_8U+2?VvN/C%1lmŅΖxb3QCy=eM\cs a%[ZN| ]Dաi XXxFL}xfa6_aDK!=ݏc*|r} ]|rr:wmt#8hG C]noTxIH8*.%dY)xa\VgMC^G]TuKQڎnNQF9+ 55]E.xثc=ej&fcnsr'60I&A-?W~iwfKvyiݦD,tI$p0u,e1k|ws I"pܠEעQ~>HdwB!a(z$-䕮 uOZ_]۹'Roid^mWJc^ 4fJ3J8B@A9,*oDєpt!pNjD` J ~(G&"k UWb!Fmy2x`&lT9-QW=@iA`'vUϠIx0s-"% @ \$ hk"FSvW@B,GjTbmQjp:duݜ̍Hp DNnP-z ([2z wKvӼ-\*ujֲXͤj#P-̲nżl<"74 E΢"9~ztU%]&P u7ی1*&KΒ#dXl; ܤ?"c qp@>WF% LO;ɺ'F%dD%PDſuggF]C#KeEkli:W q6J8gDKCӗm y8x.=,JT( Q8#u:356Ǐx_9_dcb_. )QFU`Ǎx4Q9 €j6=EK O? )8iNCSL(`-#]'N4! :^gs Eá!ZzтiV_z!@@eSbG #Rm,!٧IMffE{*&ѡ %(cPr.(G[s~̌\'8cˁ2o vsoȜ魇+zZw)܊rY>+ksI%`;;Pƀ*i ؤć#`M ?;/Ȱm`+u|晪s!o?I9{HD,vr'(_j\*(PY;VbǞC1լ~ U &=be%SM1P/jqI=Wr=Y"n%G8uZl66#*| !҈yGy ؍#>`if9nKPk_S!EpdK: y}oc_8AE=B^$iF_ǿ (ε^ i+%8FN&@1C,`^o$**x~?{P9݃߿T&}3m4.͠.7hHu@!øa`4:Yц%#i59Hdu&!Dm̥R罵r91}vn u[b{h[t#$Zba욓XEȂ D'*N\rsIڞ+S-w;{ K^9d >F(:}yOo$\%ˣ_8~NTѨ6o,˹y֭;kELt 'f+ @37 a4a &TԙKK K݃mFB/5aԟSF )X31:+DM-u X L$d.R4o-E 1:x3y mX tZ) i}| |nl3 aGZFiӱNz7n&!#?b!\pCHl @BNU x-Ga}^Fi$2sʃp |ewĭUn$dirMJA NʮjӨ*o^М(\4\84 Eܳ~OH;<5u^>K} 6H 4oBZ;L]B:WbKC׵(_/OoΘ{**lL0f)mF;=sKlIin2HgbQTK-ۢFTRΎz36O0 h:ˆsy!fm' nMȦU=jd"Ng_T('>K2 8JK/o}ۉ(O(SҽĚ' ثᴄ`Chԑ ژ-R0AM<@LRuʬ=I0v8dkʼ @z홞&LY!}rp;,Z 5߁HWB9ϖL S50b<ؼY)JcߟpfTAo\ZG *UDLݎfL U@/"318@uUr!~Y8nOr])񎘤pg+غ@2OHk-&(=fkRH|ұy+DvPkvm,jM!v*pjW3 iRq^ e܉U9{_(wk#+膍;̫ Y7aTCJrFe5]1WEt+>pEVLC'ۄ^=.>y)yg3.x}IJyz&M7N;ߤ>Ξ3w [\2(EDrk]BopG.Ĭh0@݄brTFLn&|_0SY첓ּݛl;'4I2EZv0q83 h_BD#|$ 4ČƁ,p NeR} .N)g%e龱:,|&& »~,bu /JfKo E?$W` ?w = ޭ,>  α IJY@قT:C:e Ajڽ<6E E, J6ǴU@ѵCM`Bgb0 ]AV5⛃`c#Eڥ]׊eUMJ"ș $t>vTq{dB hKI Oшʆ9 E O<W.K' )w/zrF٧o* P$ .ДbGĕj;KetA6wSɢ(pn;A^-Ljx3P:qB P ؐR;q45 (ۻϨ0ݩ%PH7]CXu6[XDCpY?㍿Qv&&│ˣo' IA$sUF}*yxɅ (=?IБcaIjs e8vC99c޻Nl^+V`VF > BJ&92u ~ U q3>5oeung8?z3#'6giG뭴 }{$P.>l5R俕`u{vwh1p-Z[ZdF6,Y145#P,kF?-LQdGLyZbj2MRWtD WHuNj^ (/#2d:هkL$7 ~#8jy2޶?6#4b(ǹn]KE = Mtz~v퉕1kQ.T` !fbG==b] }ꟍ1]92o$#>L(‘t)j,+j$]DL]dzW[8M\ d6z⺴lknW $/%Rg!Hԟ't*13 2~ik 1Ȯ(=?m6+l>W޻ gtEƆK1bZY,q>W!vxzְrn{|_l T!jQd^IKeLXؗ5CM2Ln>ɬR[3XfAo <՝޽æR #F'ai0cbR=mꅹa;/6W!pٰ'SQl%B8h퉏ͬ cȵĞ]2/Id@ =VqL<^"|"XkL/7lA׹b*zܬ!v#|EG>H {LV7x9]Ƭo-2>Y=gQ]]T/]0TҰduZ"w^Y697"IyH(B't6_-;;:RPPA8]$#b(m@_]5O-=[:C)$u8/q 2ajO޲g/wa4GAX{ ތKU"%C$$?)n(\AfB/pWHa;w2[gEVme7%a>{,CUqɃҕoR^Y^Y~Q+tu?O"7I}lۊ'~߱31,im`sBاRw3>a8=bqYmi( K#Bu4%4kO8´m(vZY\2|}Y#̖~$>2OHGxpǴDL rfL?޲`@Tz]fi + D{aeFL݁ >ޭlF+'JE͛i+;N5:T~VwP%OFF5s4Bc"NPCB8R.:.y=i: +{j.ȴbR -I_QX}orZ"1lRT(QY8.t!u8 hԛ~%ß!7[rl3z& Zɪ̙Q7xK7hA3?j'#Q "8ӢyB못T#ܚN',:8%l}vl]zGT/Ķ+ɟ˖fNJzeuv+xBOWr/hD,ɕkԱi лڕ]5aJQx)m*>aH1@W:ucV mϒ" &EJOt4/0(N;;D0j q%B 3VucZDǜJs;eS6ȹD!@U mG;> T4ˉHHΘy0`p =ˍ%u_j9,6V4Mƫyd$1)Z^Ae6mDMKqeMPٷr}f + ^n2o}t qϚl©8֑D EYN;U^ oȅx'h|g z0T458<0F (&,XV5P8ԲKs@I[$<Ԣun]ִ|}mײ~/j&?L$tte}Qm|WgȽMnrL0 anYu<̣-N!W{9EOg9pmefowПGR:ҳĸgIww=ɩ): C!d %ا KFM,#^k̺`~vp./9{$D/T*ZzJud E&u۫l}ۗ_!p;ZJ,μ ۮ O烝jsO60QeWr8AsOw )XUH'2[OUA`i(a8w{NR (ω&߽^zj(czAhUȵ˷֍@W &S ,nMx[~3T: 4')eџF;}98DG; {"rBxhwM|j9CY?#-2U=.\`:)$=K4)EWh-;DDZxGgVP Sسϱ8$4خ"E~Eb}(ۙKHíGe6&]}ڰw p>-#ӫb&8f/eˢԮ'~$<FKLīnS}Eu,琒cw-ӘYPLRB 'I`bk ٣0Ѷ^ VzmAA\$q4wg~/8b8'fނ"HIi~l]?0 )'jKqސcЯI齥aT i!< uM Vs?$+T{]^?QȭP` '̨e3Y5 tN.KnN06tUDpr`}=݃=dæHߣ)ȣ\ EMK2e;…a>wj>Ԉ_̵?7=(0Z|HPf|4cLf[1Xd"yUi~MAw݅wt,l:XH~CT_`D*IsA'5v-)ޕg(k%nW6@ uEߌ|E'6k*c̬s@OjLJk܍X| {c7u'O B;;uUE)8ق)td+vH~b:UpAj}uσvRJ /cePKXd=G8*>C\ފl pX8 W(WY$(\OICKE̯' *E5 eg0!#6`m>oQQ(o$_H#wo0le%~lp+zFyz) R@nYPni&v( 8A]vkb 2KaZ]vMϜ"j( Գw0=>nc܊|TYr/ #q:^${?.b>DꛓׅC[]A*1|+a 'c :"h| hnoa߇`{+Qz PjDyFUH@}ut\h: X`]حxW޶Fl!#Ѹ%"z 1MA)-NWbzDnRGSkil)̑oeib IȖ ٭RQ Tpp |% ,O4 &SPc0m_ .J.L0Lj!>{򫦡ƣj\*ruB=Í*ӓhDvxD r_EM%5j}&H$=G١wX]~]r`*!kJTO|""!1E\;C*u؆-׌E+V}u8ҝglbj&_O;YTdtWW ōBJl· DcHK];BG;@J|Iдq9e $)/|<x>ɽ\'R:=' a9\.$pnXi1ulC1Gw;\iD? 1=hJ4ЙUj5XiAe9W& g/ޯa:tץӐ&}M''w6macQȘ]+H@O*YE?2Ld|O:V']b{ tq/>pp@ݡz/F^!Uwd4^h7ƭ Q>`!d 2o|G:v\K "⃄`WO/n¬Al],&M&S N%EcYH0|;I}SY'rDtymxbsًG95S 23 i/-䧷?&tNNw@0woVhUF;DJI:&"dE, >~rCژE({,R#x&Fmr| p^VCF[U;Yy$^U*W>)5IF`-cwR);W&#涰3b{܌1.8tf]|['9vv4@&F!WarԷw%nsKT]dǥBd/ I|;~`?M‹g>K2 _6!U^Tq;$NUՒ~FG "7-O?/kXߊ6N)aG@"Q某𒫞3ZRm20Ni_ΖF{D~q,\y5?ARVf$]+}vX6)0dE jעU^CMvg7[g:f|~+*蠖~GX)B_sXmAr]YMf2GD禗HamWb-JOeh=~oWN^Я& /'idiݻHDW2CP]E1xz>s_wl >3!A SjhpFH\>Szѣ`"i[V˕Yҍ_B{È5 -.顳$32XWpWLf>0Mن7?ygRZTF)na^T>*֖ponHVw9d-:T(\-tQq HyӅlrN(&Ș/.IED@"*^rZrV4RR}\6(Ҍ<\f'mg%)Ӏ3iń쏧=4R⾱(Ubkf4T[D j12y%]^)K3|]3rv+ĕ*fm:JK#-TEu5q"Cw(؉H0^w<g)aᨕ$ VB,4V O~0[^3+U4X.=/˽ -Ѹ8imsCXI#UT%/ޮ.A*}˘H^x_apD]ȍЄY61֐jY?=i*ZoUl2Oiz‚ˁ/G:T[_X1e2խ_ fEKMPˋ(Frk!_&@0D{*F?i:; ֖]Q)&Uscs2Uf9 onp> 20EXP }7$ӡV05"L\67KN Z_^ )t-]rL[- O_ RH};^Ad] XSl~*tl O9h 72sqi0>guHq %EYVp] @_-XÖHfӌd~&X1-yfM l*gt>rrWQI4^"rw5޻,^az%e5e20nz G:(sV\bBuD,<:TI6|<:bG3Ao8M4&ng3q} >atIY)r4^;Z2cmHi TBNpF.\7yg= %`$9$6<:֩>2ͬPm3shwa]yU ANP5=OC76lօ#}j5#Evg0q6óRcӜbep Xh!szm.J0ߣDb2ŴJj[ R8#~NrhMja_2l@/ e,=&R}"y[c^;dc8I5tXBnu _@)pBcolGn<φůeAڎV,/i4כϙw9~phu7 q^48:=7mvfOrYc; N`\ԇD$~\/*}K؈q 0U{ϡXa R(KΣMO| /dS} c}EvBF'dmhVT Q\yVmҶޒ%CLLQ0e8_5L0@*f.NY.8^c~)@%/du((r]RM)c`2dXA $|mG޲.`[#Ep/cF8Q͈.7-.%+]Z c a=JbwG^ʞ "̏|vGi6d# ń& MO* O"*\,q,kÒ/n0$^?0|&uEp*w_AV/e1h%4ɣFU{z(T߂kF%c3nASaY2i& @weev=ʧC|N&4 V8d+s׳aCuu"t[_mh9L"w-hB~#Be؛0 SV-8x'y=_Fh/2ߪ_n֋Va.6{fأ *F ,={QRlFf(;"'o j ;Ďj=zǍ΃ꚲ\Q{@Kԓw4?`ȡhnv"f6wh7 7 j6 6 52:+ e3R :">{q߸&$>Sᠼ:$Ā &"AK O.ԑY„ݍ|X_lX@!(jVQނGod{kwV7%g?7v.YUBG̈ct!K͹ӊ ӭPb J|VQ|?F{ @[(Թ`5 J;†<2SAR~2.F.YГ\dx_ufjWvZDh)Lm>aDΙ9\Lu*ȿxKVuZ.D_Kv%P=ſ;N~CPZU7m;pa_X5mƭOţ|KX̄i(o@3%}!!>+0['EwFbHF G2~oéW4pDjRٳ{6c yxJ?)/x\`oz_ !X\ALnH.,ngR#;p+LQi%Ra%A{jmj  g.Wm.5sn R8g)suL]cFp?mQf >5|xp6'[L)JIC;V`u~_iơ}MSTtD ^ow8MO>m@ }K_7PtK({=$tct(؇h fh>;HQ*\Qٶ^LT.R)R?})LRAFn_{c;Rgje_/{0h+*s kƿ E"ȲDmۤ+N\k|])ˢCNJMq9ƩHR~} 5:`͋r(|hC:*KeMfPC61.5t/xm~AE G UC|HitП%p75֭,=cG|OCSb|-rpӔntc،95F_ѷ]$1+ey՛yF{=Qe6mD ?V SPo`#qxovIG6-ĝZ06BeUZ{kUk}pbHLfk+C^px Te, f1PIvZy,`c\W#.'Dž1bWB0 hVxA LnI'YQӠShVE׻IReSa|=P4Mewv6)6lR()%gi9>>mT[{-CsnEÇ83cl xNU4u:|`?%qQ/ǣW!㝛-!ũ^x\~ \2)igy!uBT, 0Lԃ=!v6^'(6L-75 Zil }΢ٜm8aja JMhD;B9/7 N4@bs'O ބ"A,!s65޼^V.k>l ?U2n7\Uɨsn.JCq( "JTb0+ 4Јl:S4^(MD'^ΕyaOb* NE~˩oC֓6cn[ͱK8-{HD|7 *|& 1s2dl8QїqZ1KrjWk26M\LMŦsh=r$oJ8ŀ֠G<_s.(ԧ\{OؖEd 4)F^EKP@%ﴄx=;F!{̒dG8n]N/O:ő|ZK4*GD4 y9Wgˈ>v}k'00.6G7ܙݜk\+i+W^N IDI8C৸I_whrB"%iF,o3Gv3Z0*gn2<&×$  +4Ԉ2"]@B_@?;܊`)fTL"kM}mYD Js? ԄhEUkV 3v%χOPlv7O؆`'}܌WrOKI o_eq%S<JCѺzQz`i:[ [o &*;;v(=hJ:BB>I5 ߄+ʕW;|&߰? Cs#C6P_68B>kd̩~& UyUPs˩w^ӂ|{ (vmc<uB {oڕ2x쫇D]Wah%F57 }xnr5є5x>#_*iS SABG˭ݹ(Τ@6zUrFj&N}QMQGx1@N8*0<~iß&7Wdr̊W;="M6ni"3G˝`3$Am|{9AWjZA8}淔o8Ml"_ n?"ᬆ۠{e Qdh#dXggo{+12 YA#nkĥHY:_ؑGH҄[C0[.ṏݩp|mOR^_*Չwm{;Eq@rKM818Esy63m35FKJ)~3cp0?{㢡OuXoIb6i B ҙY;Pt^]|w> XFc %vS^2&F\wJN~H /[(h7K4R4ME&>Ve bVՙ}&8Tüe7x_?v&*-L ^6j$_έz 4)BL;6}H" O[^׾w2В]!)˷3zHI* yweϚݽl'ͣ>b/@UMTi据`CHSTYFfw=+u^U pgϖ/CQX]jb1VF͹>7HŔКqn~^gXDסٖFQZKBpQ*f]4,lu0A-㏿\ԷKF9#(`H١n8$Vylng{ۭ?GgAcU`ݭ1f2ϛ'(Z,bVQƾ/Գ#_qks\Σoy~tp(a#8_Jj剴2*:hń!$BY-m^=na.ip=Gp]SM@=ɒf@wPdJ^P@ @YuKJ`Z ` i|b6- tY(a:zV%49M69' d|>U6>~)NU2b*nDG N?=.~-(nM S^TJ Jj?Ƅunf5)t)`RlOVʳT[/y_삾hXE$5Nds` 7$cB$֋j6O($\9B[vb`:[9̭USeCYs`W.X}Zw ̸SHhw6!`pb vVsG٧aƌJou ,Cc}f p8" N״p 9%Ofw`0lp"#vr4_y`U[ԛ)1yƟ2@ HOFI3!ֺe"Ғ 7l['&38i$/ӍUEOx\"A.r:n|2x&LouN[*HzϺ$ĕːsH ~|w{S#W  Gf\xYnIEN6z͑%9 P؊w *AegڻTiR Ԭ@$swx-K!I<9;!giNy]wG#&;jFbF|GJy_?mݲx3o,Wѽ-Ci.EZ;|+BbW+kF< iAo¼n ;RC9E̸Τl0/3^[ӔV9"XX^EsӆK$hol[N~pxXRCΓkN{J3G}ڤ}NZ6rɔ lxiNf} vȏ1Odw\ s;VtDvm,1ųC66^;=iJC`~Zjd8w I Hb5ڰD0Mh_&UBcX=(94D>FKܸL{Ocx{Z]RYlϕE1rk`WƮ2l~5z;1 6YJYM\@ /CfLj-X0n[fFx2X-4a$\U{kgvU p\j^|Dul ӂRf' K``>m^*MZ[,7{|,$ƫۼ>]FRlϺ>9%y^0FQUg_\HsOfb0՝G z}t4{Bλ}Ƕ\"M4~KeeF?r{\",량0{Jo\8C( ;C~iM0";򀉱&`O;G5=vR(zt$Q)ySzdDxvk雝832eM?vNxSwt Y>`$!4'9]6mh鰡_){ ғÊ.6*E3F g*8Ъ͏6RElGjD }x^pW (ZuCvn9º.hmTayR1$3 jkaL \ik>"eUWuk.704)KG_6BnNv5kIM FkA3Gf"<WI" ܔr復enX>NJW k gަJh!Y^K Nѕt!ݳkkf5ݢ_guڨTs$c!gܚO Kjreg$jui7q롘j,K5Vo.p.3Yc[0NJc˶G{l%E-Fo>cȩ#ATBLiA2jI-4 [;(:Nh[W RQy:QZ@^ j6TwL3lQ}:/UY lO#Yj $|Siw['+BPyGG>c(5ԏQ8`:=,DGQ1?|hp(nDB=B'xmY}Di.#aQa|8jvdGD\ ekݢC_yMYGt;U)|WܰgV9,||)ܫ2' ͳ%{9w.M(ICcH?xC+ʀ|6.9a~.BR_[EGIU!|ie$[Ryb͇vsR ?+ˏZ<-[u&, Q`l*ԡK%*Flt5աO6fs/} SyAOW'~/klfnS7V>V f D8v^|+8`qm'>PŹM/*])Fɉu)FJUu}!l *-/mcCeB<^wj^MN 7V.nxgQwAA"UY +g(8BC*oLmPfB&sgP?Dkn8c;Gkphp2m'5*5ID >chx"+떗,Q ;!Tb_b^{l#Ki)-c3{vNKvkp9ROǻ] Y|Xz!g7 V GV[s\ܕkx+:G.kO#|l-sޮ*%v}@{=r>]<,v`Mȫ9qN7? Oj(r3 34}ȬGf="Q|nάd=LII]yQ;ff.7&VSf5R2qt2}A/3觔"[gMK62}Eeм,kԜ:"Q׶l@0 9ۯx.SmVt-*wX&ܗ6@p;sEå&XVꜲ^(V͋}?A~P[1Qca`5PFvz .`>ւ1JO Mݤ'?(J$U ,LHPxzn0*$~izBЯWE4T(MXU+-O> -eO@&|r3kgUg!EU",I! aHuїҤUTX`w/ґFq!ip~.ۮaV[){ @ ~q"ĉӱ](or ]AWӝUֵ. &7mT} oɍ| DA̻[߬ZJg FSؑљm8y<!^(K;욪@W:qo :s)If"˭0g-ք JaaC5НtLaTwǐ@o}}qbEw g\-6I[$*10.9`ykx&t5}.,"Z"($qghbcC25p=]@> kwD8o3$Y]z[/d}}H=l|ehBbs/4v65eV}%LNE ?8=~$dYyb,: 6@Vh:KflB_TCG/Gj~_9&co,$g5Vb"U9SWW_aNYRR k, y;?0@9E\C' c90놥:qD/#l݌*9e*Ƕ+vܕ?Еm·T% W !=:OQӦtQ$nTgOx( bj-4 snQ+7=Hw2)Fd{$AbFt5mӊM3/&#:qX^m5, >;}װۨuf٥oSA 87) 8{ ! \l7ȥ vY0dg('2\S+c-#Y&=.)qewb~ƂK~ S9u#F5B*A^򡒊r{BꇇǁZ=b^j!goJqPVmjo.6_пﭚU (m!yX.wH`)#{qB9Y)@`_X/IcP{E`=UXG\1O]X@Ҩ89小u'7R`͞3 (Cվy\Pen)n6!voZWȐpHV.a6&1L_*H`}x%pfN orjifVYIoϙ-bI6@VhҦv=ᵄzc6韍 W M i ȋfHv؍pͷE6z eFMH%U?׍a[-c`(Q1fÌ4qRGt$U-H@QЉKCOVhحc:<{'H8RcrMxQZ3[mC-jD[\"󇅇\'7Rӻ 9%N.lΕ{zy ElߜbU{G걐ca五=D鼟D kVfU 3Nnf>A6uRV Jut}vs.8+m  ڂL);>LiTtwr]QJ1EʻWVT\9BRP:G>Oʬ gFV]zo"Ǵqc,@DY^fNÁ[<]5Β7Q}i[Pb[WYj>4z~ {!1R[:5p\0$$pѣ0W<5܌%@T+~[R13t _Fy(yܰblrmCip 5gY3"R(I0I?!eSDwC B3-H՞8VZŇ6 `מ"! wS`tP8:FOݚKQq:"$:Oo6Vz'0@֓b3 (<:LG+69+\neXZu[ach-:ad ]X^c`g>.eBO_F?u+]R-h40AR%fg)>.s|0&)8tRm poFQtZ)tJa|k\@wC;ߣz>('c;;ߛPVWz)7bS[_7Mxgru~@Gs$ڇ*N1c^&sgq ذbɠ- v7\@ ^EC\[g"&zm_)>m!؀T‡Z\{^ث"J i;Ᵽe' m _ >ZSeڱc V8FoCcF)P<87Sxч݀l Ct=fu}N'F\{Ѭk}2B{Lz}pغaв1.v+z䍾Gߤ@3|*>~C Xy"_d4T8 nfr ˓A1ÅGE7}kfJ>E2fâLfb\bi(-!tLҥ6%ķW:\ܜآ;ae+q]Z-<Փ!#/ Eg6]M+`J`#@>ՒgyEbA*ADYW|Z=3#K4*]bz`)mEJt؟  -KBRWyC1pZ=S9W=RYTQ@W͋)+# -Eco7K,ﱨnE|FU_R:/qQι^R;a`6/}H=O}7|zʢBb?ةJQsqN 卵K+K_qG n^U'ٮaf4% +]&!R 7)> VIZK ~mxȗae_fU&gҪہiq0l|I473{;)NjW ?MYɮ@QD9VuQ#ͯ_]-~|g>yO,Lgݙ@j/A;W)R Q8(I|DUꎪca$p%s8,cu@5ûwgVC'Mw!4f؇Khr5{/H{1#26U'`yE1ڍM-匈zI\܎HE r1@}*3hQzDLm|!~]omM %Ό8_@i`U",z4҉{B_he qsJE&6a;D:pS3B逸|3="zlxg#_'_#~Z#zq J`f&R6 )X±!22i૝ h}ؚ@A;τ6pIw^Rf2a p攸G:!At#y& khEUp/kkvt+nuGaaR㡬Uo'l)t'Ruuqf+?y Cyl4M-zm[癨mGg*z)Ѕ>&?lzH`1[ GqR+9Hl X `QpVj Ygމ+CZ*O~v.J`w Xa8Fda2h*LWnUVbr/4) g|U%|*vF+6S&ۄ -T (P!Mt TlB.8n۷lc6 H{`qL:E82R 6bM򒽆C f/DC #fIڍaa<9xKpNMm9ZЪKD\x1x;~*@ JΚq[ͅae@{Z܉қ\#Q/m.f-e㲡yvxz$g8u)LI}CW]K9uʤZogH[|DdH^=܊a;Ew#[S>yc ݺ8~XȏXT$Sd{>ep&T0 z3ݣͺei;Epib:PUJkLFq}2RI7𹯣q:/M9غosV52;2"B^+] 4AБ`/G~ŲF+ϩ3+'#ҵ kYLt Q UrS(dpqAeeKD{I'I`LO+rRc|F' FT[]ez ՞|Z2M`p'U/[ a5_3pvpH:o1JA"a7?aJ9+-X#̸e  ;C*~[SP@{9;觴dOxoګ?]k^LU˝N2E0ZvDV̍wPؙ tCH!2%J2$IEΔ&X ǰuHۛZDsOžfKMYߞq!sW{kS#Ucϰ/(UE J6%$2H #ys ?¾GkT)m};>ʢ  \%ÔX]'0j~a#,F OEsg劵[IqR@T0< 0v}ayY6݉y$+49Tgj(|lLL^?X5$ jjr 7bɟ5D+v#{j=E4Uîv݃N\ڸV1+Y\Y3:ė] CTJn,9}<m"[P3sqP7iYbܹ9iU{yW5˥KmKģf΂DzB^`ŧƈVVe,wBr=;:CYU1rW24Z K<u3iQT_fd`O'GLɵ8b0mܨ$r U4GϹcP&m7)mX;vp줃IznfB,buE8eJPI7LlM=&-f#'ةgkhs1&LCrC,.@]ڈ*kyiwsjgg('Hy#nVKlbJ1?QKK30'N% y;zJM 2M}Kt3g_[@z %;k N|zocT2W,пxuMyW K7J 䨞)`9nJ OpmBHr A넉gzlDL]J$2~gDXvHuO΃ Vql^P ~Y',2nakCn⻸yf8ql#,/AEX=J%_=fHą*}X$d_ sqUjh 5MDŔZa#Gك5tQ(`8ұdRݴЮՎ H9'x Ky`NPa dՃz(paǀݺM+y8.FnAfooeD .~; BW~}ǑTgLf@G9,EIۖnmRZ~$HPĥNQ R,Q؟Ţ ?0ZYY(N=0bxw*/\24y9o\[W?u΄tva Mކ.[ME"at/}pnr"7JH9Tpv՚W=3Nי*G p bZ>M/H@kܛu'yI/\'<{Yx@d OtFZXbIշ,mV_KZڀOY٬,=l_e+*Kh^xar!-F Hu5 < ٯwzNaA!h)z>ox`JsF+Zo}s4:.o 7e #!㙆h565Cyf>Tݼ-Ҿ;auӸT5ig£yv4+x{$~1.٤߿7gi[a6xޒSZV:^BgTmNUj+2d8& & p' X G{mrUE[m9ʅDl1>N?fr5 ü Gp7YOڑq@Dg b~G8lœ|TFSP\@T‡Ǎ\ȵ݄QU ǁu>̀[hL"^^j}{gn[q<&o`sr>h|T<:Z@$xқQY~2JJsh{}X|:wH xYr}!FfM-q^t5NcV"nQHGnk܂r:]u|z|[ɽ訢1.M"["+P^YiϾ˧^zL%4 `A>ׄ\< l4KCp8ӓx 5*˖çX0m?dLĬ0~~,71jY!օ,] CQ|h4\5\>Y662bh~vPVW_$1IOųk:}ӿzq=4G8I;);Ny(L9YI?MEsp<᫶e~]eNl609#<=IK)jn6e:F0 5Lj6&NmDz`yʨMGٓ8qECpH8Tc0$bMX[k+ɚeF#2B"8 q؉Su@Ud0)Ô~v䊆1Y\GA^$A-pC>K|B<g+`jcC%>N̓.TH s_!ˌe5>T=v:!0:ٔUQncPa#!< ̶ɩn3B sG#.:QxZݠi#pӰ mpn{E99nWxϐ%rwdgrĞIG~60qM=>m K7[K:}o_X9-kKZ6uۿk;]Б`$_q$$XмFg-R NP7iv9]9 3S J{W-)M@T1U.ȅyG$UJI!_w 3ߙp!Hvz([J Scgu)ATvx^6TGa 6 /=}-_!4)06F46o$,BeLXb֥jɊîZm+~{& zC{ǡwo湷Ͽ8PO_z",qyy^\֪ԑ#OvjNcTwMv~`5'1&̵ib; 0fȕJJZw R1S#b?_4-L>@Ҡ~tûN,co2FcE(А*̫L<縴ea: TyO5ݺ6ߵUJPD*.Ŏ0u!%/vcԹOk]eqd.Q۔$Y;5$jcv:NI*H<)R(EЋ;#1in_6!A ܸ;ɋFATVb8lK5A*h0Yvk 8]u㤌RE;-Gs/$W%(H5T9$RƹhRePnW7MR!v|t=]lV\lP>t  gsvNK`㭡N{' ?; IqtLszv$0{!PĶV9ԅ௒QzQl"ӿB0,B0A.JЋ(nCݘg7til1sKeFx'?ڪs`*I+{+#N} ܾ-T]?,6p% bC@kvĮ7g^V\mۯT"Y H- 0M.՗Uݩԕ:3 ѝxQ<'vm:p;:LHX]D0QL:``Z"e!0 ^>W)RK bRV+7PZqNC]^K˅Vфq ,Y%1tcmqDn= = 6hz4j %O}qW:KW]gd'8fIƺ;IFu|uRakW 3eCj4@f\b]\'@KT(7$N.l(vS ziFfQMq ,gL~^Q0¹" K,e=Aɲs*KǏVe(=1EF+K0g1ѵE3S򊥍Jo9,;M>.)'xK=gO~,heNlPd.Pç;%f|mzI gՇlb碗wNh7]}#@Z޶JbYH#<2+rSdP3Q쓓86Cd`oOw闿k_kc.ߖAwٷw\GLrU}XĦx zM93f؋@XʼC] y,^ӏ~^v IENDpz+KϷ6Vxz._%\4ifXh_ܿIxN"*w.wkZRD$=5EwH Ql=ݳ;73pbCvgHnp UЖBN'}K]!ر[d"0 f5s!A]JS(yXF*}5jC ^GAqdI;﫸eȁg]SO3jIL㶻Br\C-3<=[4~#`@F0Л`&]QrU~a?ZMCr,9:as5 s 6!1-,47Gc=|ٲ@ìM|悧8B=gAg(LHEL47aRI9O߰χ"eio?qM@UsrJ LٹaKLMM;/hJaHW\oʆ#ɉT%].`?/D,e"ůk&`d%e9 uTWe?B>zJ^ٙFCn<`Nߘ\!v/-MY`rS24qf 7bx j:d~(X;mōF?]i4C'QM} o XWLxW"A:kT 5x-㢡/&VP 9XM8v ༆)X)M'\CC.te}͐h7zӋ'el qDdtڎ[|#Ir³&Ɏɮ{ U?_(@ڞ$#*1ׁ,%b3,N-W9j_ggQ{\=&}mZ,ST"(삌~Vn 66Wb=; FjSj=ŪX?7,+7di2KigU10^=4 ֎|qOHFϪN:S8wu筈U3J?ޖ=@%IlX6Bvl3Pm1^{$g)sK]̱^M%64?wFmδ S%Bdc; X|iWc⳸IMA })?y0DL'ߺv؅spQf 0;*hm:8=k>$m p%=L!~}M PtIE_& ;R1c'h;Fg^9^Jl0 rAaP{qW*"ڡ]t`aV7&KӿֺL5-|娈D|NXB,=h׉K/( *]h*nJ%v dL< x"uq}e8ץ&[K>CM ?>kQ颀0~ ;x9]q #TtQ$Ao0 t4a5K53?Q.G% zZ;ܓGR.SM}_W_NJ$mN5"2޻6ɩw 5e 4ԑU2j cj~ oYub%5.eb?Û9#L2 (dJpٖC ;Qʠ-Xئ }`)vY]؇]9^>&,jԇ//o}5 2Y$˻.#3ܳ~y@>$Ou׉++N%+L?ea9JA"v 5ꝰqY޽p-dgR\d}5R`m {[2/3R!lS!~E.v1KMˡx@!&X.ŽJ 3W@j+r5?Z(QɁTTKD % l,#Ru77?.Iln1ʸЄd5xDgA@ ]~.MMK͚W\> _Tc$ϷmjcN="jVl ȫD^V8MG'kGD`HXTa\31(^(A2)Ip8Q[CrАjQŹuW{L@E=@Sv~$oWg?aKSVkғOG>E݅fԓֱ\@q&)%鵆]j0az 6"k$u zBAxcD֬NĄMcT>?uW 5]9Vn[277̾(7[bu:e5vQ'ן aE>K"X z'ٸ_|Rsf46"aRMW*9\FAhZ7 ( g^&oDѫڡҢ렜MAD1L1|*lxIJh@Qv<*%F3]$?jk7;oッ3xPa|ln6J@߰G+.Gc^}b;7||^ڠ'$J:]B;/ƅ8$moRjhtW܇OL.T[So1\)L>>0Th'n zݭ] /NTNSx\v67ii˪a3YNx]옘򂽴 do3BjF*پMP ϒ޴_ iFejxT+.~%G^ ̄.$R$*ϹLvWZgZm^`=(""x3zBctIA_j1 aw'?$Hh+)#hqpQ6cb&~QEShi kC YXRcd\NךcOһ 3%o3ؐ_M\oQC? fr'~ mViALQ=+}~-࣌M"eX2⺧7aڳQi%fy l]̕yq3lcB?Ʋc<B d0L CwM+_jTp]H !b+"DIkj:bUլֻ]@a_!Hڥ=X`7f D<>BrugfxSjE"?%-ns~, ƹѬ*uTTi R+(RQn%OiLÏ G-jU+?*|B?-Fh2"#хg1ù(Ώ+{))W,봏w!u;uHΦ!_LаAtBB F4Ȭ]':OCN4^(ZL9V# DY\ "nwIjU~<&cxA>9VgO\+{GΰqU$4mОS\jSHRsd̪+VlnI 'zINCE'5oɥlPY?KzHw=\ab8;}fgdf_ x_b,vn6qG/7ptYSڋ#f`L|c~tA!2ƣaM74u}ˊ(.X=6ޚ{Pt?wa#5n9$K5zs\%4x*lvy&Qg=KW]F> ]Ibt,(7І͉fY9qj4̸[t+kxA wɍ/Lgc ZR[6 ӳ#K-9q(t *Y'cWިa܉p;zkնrgKǶ:O #~Էe\ rl$;Yv,7jF]i2K ZPif*==!ퟴ޴j)tk4SmðtU A~-uFFg3PQ81x ~qԂ3+[vkЙ/JUwlLbk g $]?K-j-WY.QX$'齂#(8j+# rQ$`wD_EQPIM⥐iw1_sY,J<μꘒ6Rs3 _4-;錽^ZPȋK*(<,z,~6G0Ӑ$؋m?kg΀s7T|dpa8?څ$+\n#TIX"mV,% eG-[pgc-9aăb甧%!4B'?ON 7b9U>UV"CQ"qXdTfGOcFDzè ח:ne;)ظ qԯ]#3gc"bqφD-[ _4LR5ﱩ}- p_M(5zj`ԑ(hЯzy. |yel԰cq6 ^.1 LQ+f1 15}k MvDT*@.rtbאP@v7xa :g8s>_JmmeHk|;&ݵ|_)RϿ]32x2,lOSbQ3Zq&m"q1@-}T3Fq͘'DʞI]b(*!~W]1fpjy !/O*&40\o} 伜$KQ{Ёdlcn$2=.*>׬t TNxTy x{$@e( ]F;SY.k@MD }>0cS)^bcVb KZ @2ܾyM;@Q.0LoQ,'3c¿҇ugAMKKz$(Y6kYJ>b U+H 1Ai=a/M`tyjnQ- p'/'4.段e-ؚVMl©{ lg3oJj٦ysu7oKO!$;Yj@pwwڹ ʨ}bVPɷܸH!lR{ۤ7^vH3(]eR=O2W6. # IU8Ap ;xÁ N35/:> rB3H1띖Bo2*pC lw+Jm2ZZ MdZ(Ŭjs9'gs^a5,mӤ@U }f 2iv܃ыTY399,5ӊhĒA9ƶ<o)N+tEOCz7h+7RFBt`$ڣТ0N? `egأnۂ1)>ͥ%9dVzڈj,D.ߓe|$b+Mxĉ+\59 'JESHXf`5 NHaD5 \{2bB+|WfVahAɁC&w!rg7dزFR4ω0Ɇߩy#휟IVK ,Yme J+FGN&t֕ PSa ̘l[VDnW]e<ƒ 񑛣 xf^ј&yռ^r| /^COsJ_$Ox)gj6 t"8hE`ފ4c#{n=7M(54v: .Tn*CHXڸx:$!K̺ɧ}_p}G*#{ 2Ă#+/Z] > lېTδg8 e`nY{a9r"u׏94`zt}K~DIF] ##:skہ[qnc('&ZI 9Q>.z8rJYfOn*WR"dd-)*G.r*nJɵQWH.~: C'9 |欄n( D6d pQY!>FP1ZT_fC[.-_c#Zyt#:XqQ=קh"Tq${(k񺭪2ߡ~=]4srMV]ۺĘg6"֠W?,ұ׳JJ-bxWaO$L%`yk3eݬM`4ȰmXÓj393~iNōbi%_jߔ)"O-W|-X/Ni8rqAsUMNE~HybOCmiûՊR\v+AXZ>3a9w!>Xf7wGB [f;` ULIE9X.9Ox" iw2}a}bI (߸rİG<Brd+.s5+I/pǷNrKŠk"Hw? DQq)yȰOWYĵ%.Q?u!k WZʓYk(j _.iU⼩ͯgHm8=I{i`0eYV} *\55|{ٍ(t;W/JٮL>]hCv1uS͈`~%@GkH n1%m)m=o 5z`E۝D,q3%DqW2x~5-!v3W .ggvitԹCg|G~Sv-i !t28)-Gbjt#7}1IӵD'?.1P5w䆾CsOIL10S(^ K,iv:V|*PN>#c~Vvy|4C-P5:,o}}tlƉhβSlDA~rȭRN ["[ȆS/+`7 jH=SOSilz"pizҫ0yP+`ul xy Cb3r^\븝,8>8f4֤TV;5 >Y~/ B0* |{n?Zj# +Ca#0@@p,tD t鹯xu9! mHOdÿS( ɣe<TUN<꿍<65Mba0i#6ܔ_ȷ'OfU|F㱆Wԇێ/o!w" 6ƀ\s{O]}U@e6#i /V3ſ|a 5T4wӣijsXOH4~2*њWGZm瓕~x{/5PQ%X`ATo< rF.!S;9\LJrYFϺ݈0We_ZBL I{ܡRr@3v]R!Lj'`!1,3-&\Ma=.#E謙ZZ i ~\ >dW6"$ CVv<3MӃ"R?A~)g%ʲEVwU ZZ-(.3r jmD!L2q};G 0v&[V6kgesI&ȴd6e&1/{ )7D|7u~M(7.>k!<֞ve47e=[B % )C𹤉8a 8 ' ].WJ>b xoGԍ =X =qbuNη7{nn$ |7fLHv b>j`H8=H$n~S%&0gW#A>R >nT0q#S@S6o4.g٫V ,}Rr!y _TxZ>`A}͓ kOrɝ1)bt5 p*>i,U.kq@@B@w9@7 3Em::APo1'hn 鿵fvT J\[1[Q 1oV,\Cmƴ@X%)!zVp6wp1O+_6lⓢB5wH ''0bh-ج6'}ƒ٣]Pߋ!Z"Qn|13EOAGEF' J,Oz ߯v_[dЮM91 C/V+V6Fj\kS[QS0K=! 6r\nw8]}e6vqZ2~mqw%eרqmQ]1u$^-v-&ƅЂB=ϐ^A$5Z":A&zQ%'!?$û#w{ #>(9Q60 R$7bk>r5?Xyw;~f+s^NP*eq{Y]p%C$xԋ%[f;=~P8f>So5a&N\2 1ĮP߲Sj4h9(y?EIubۨf3,w8 )#nZrCڋ;Oa P3dFa78gy'X)WoTݑVSyggiÝx.Jҫ@O݌6m0:Ŷx˵ˋy"EGm egR=0 8d;d[!T Al}BO'Nl砹hņӱWƼTezНʅ/v)x.l {8LQk|/qXV~x3Ez|o#܅&8ax9r3ɖzZ$AA~&C r\LڑHvYk3H Z٭U45%@y 𸥯_8T*X92 /hͼ\->)Poї-eȺ| ;VvYa+f>Necp[ >[;?G(Umgwܚvg.Q$;`R\9z#3[SMl^\5[?roJmm[iwGy)/Z3zu%}x7nB#J J#˛ aW:%qJ328c>=c [_&Q 7u;G?jOBI y7a+X_LO0_-֏U{>]iW{tm1cs1_|" l͚|jq쏏߲EUKQC܃Cy$ u͊awN&b@{+sV%71o4q̂shя̰9XJI/P==U27.Mju]X9PyXVdZ,;RW%-\(P4`($&nk'A;@{_p+Fŏkn!!_&jQW@ErZYy?R151,eC;Czkt,mx!y!tocsqp"u l;T Y;ўl2v[FFWuye bnޯjl$M_ ژ\05p(1ɱ,u I$UWDEY]{sCˀLrL2}Z\+?XaohgR{59MU=ՠz=تe ũ0}8moz^Uw\:\~ܜ$ \]$CpqiהT!>;Za3m:2us4%[+ 0_uh'JxͦKAJ8$Rx:J}w5!kBlJi?rgEɶhg tA!I}3S릗]h" >-Ma#xH Σ ^7KZJۨ Kj )8WX 5 R~џpߑ&} <{+qj-:=Rӛ;쎥K^ ;:$m&RK^;Ulǐb#ޓ-iE]SW솫|=i @.bMOє;F5ܲ/~-&[)_{AEԱ -] 8O75Ѣ4K F6'#8]Ow+h9(cTW EV1+xC?,<޹2#6Mg4#a} tǷmp%'S(E)S۳\O%mX.?ƻECD 2"6t2ٍf/t(O]Q?T"<>ɓq6֭Vt_Zi{}4imO,U*($#})y+p7 ŃcW $*Cq猣anAHXZEL5]տ5 dm[ BnqVnyjB )fB;2"G@op \54)10)Pe#}/ٝ|fS'+EiȐ32(G 2uRϛ s=l ]襘!g*a_.4E]h8 q1B≨iⅿhPkSخ}[p{6t,=YefFm=Z:'ߡ$mq-ͫ.e sg67/\gh<F-m*Ú[^swݦ՘;.?aw^e/h;0$FKoxUb7d5VyU|+Hоs;,axZ uQwW'HeO)?]9b`.Y>@2^vebJ}omǚJa]eX ]~6pqkw|IC=(Ҕ)jT͖Q }ɪ\6`oy6{Qz޶4etQ{ Io&YB"`x䙓lð~X,M8}{5ڗ* x 6~xKL/%=oȿ̺֙^2 Ol\!+bI̼sV%;Ƣoc@(Z+ !q{$*B۝2#bLMx|`p1xL[+d/6]mDXPuj"h2tj%Ԫ` biӦV+KHwkhv9L $`Oax<[N8}T>cN  JAXCN4C|QƟcp&'Ulq{8ܓ/O tfl}vj“Jibt:R)"׭aen> 2h8).N@vVK6g!FYr͂%v%*gu9]$NfU抿ɳf7ZD-QE ;v1)D$FTib}/~ ԯJϯ'L ԺdscClxbsO걑q?l߷/Ok%Bw~H0M:ϯ[Y4ڒ.!QKs}xwf'Yr4؆wƮA %؃=ATqGhJQC R)xib1K*;Jdc/mQ˶e#z@"P 4e+6's@գ]Z4)fP>T1=; ZbQ쫛Qͯ̎I;XkRJxW*OO*eiiZ ףJCrۋVArafnam'5vOB$~m$9zNIC#iV圈n޲+ Qv"aGjCL#4HU}IީpY'nyRzjk^w s3)M!5^ 闉KCw+Zy x֋` 4xb?凂ZE~Gw<\7}ߢg{_xv71eԜrme+8l]C`%<rM\6 w ^i(a2&L)<Λ MٻMR\qvă%*b@$ы"VM c2md -bSizoV&XC9#G:Zk k">P0xGKC -Ձt^ݲ\w1V'\MfT& xI=x rC%O^dיSr"6w f=ǽYȦ!)Ka4SYؑT.8`0$h7L&]ni >]Vc9 8h Wv 74Tl$+ˮ(!|ڧ|FO)jps+*y)م<#HwԬe R86c05 tD(W#,{A5.IDcˈ/A4mܤD̹buG!`VŶ?%rnP©k("?fPك&-Jffn6sD~`(}34hNgaETa~j4>gho.re>)50nfz A,_ލ@IBN=I=B@=b"irWJk"L M׎Aq)ˌ-cNCy[܅~uMb+׹1 -)'eW6tuw?l0UO07!3G,k'27?`T#VgTZs H7q\HQᵠɈ\tBZjߐa^vrLjiQnhnxU^( uˆg:jy5' .n$Í,tv{XYi.~x* w&,X5VwmVI4+9S7M-b/Kb:Y}[^JC@Fe N+~S^{ ]{<ꊊjjN ҽy|6vo˜TE!X[ w''֒+P뾁3'fZ j.>\^$,nY GSS4H) I#pn"Cc?l1_EcH526!FA:Y y.IefdOx>ع,~URޜ`‘5@%P(~il0U8ϴ'D5,Gc 2MS88V9\rsuWϑHzU=ԏ@oB>>;]Ek 8v%#}f0-#Ns櫕U]| /2eDv;*{% !}㙱2L=U8)۫OA =n0!MruVx\X4rrKM8^b+|Qs)N_t^K0NU_T_U45g3nn2w"T H +{"Q}Q2)ޚdrOLDT4KPBĹcx~T=EF]-iЏ"'NK5`";붲PPPLsQRyo#av̉4ׄ/S b_9zGVq,0b֊{f58T "/PǽwȹAm21#Td}&mn;Vw^ D!<3 ynrJ:j,PqtŲ  P-JAsK43|i6we;擌O7ސs]ЂPS6`|CHq`bRn?xن6?Pc iŠ %)9Pxu(4\LszSJ$ܻgG ͖M.tW ̦ͨF\p `fMʜܝHVqFP"#+-Hc$(`R ,h*{U{¦dtɐ,LLa2xCӜ:iϻ0d}6LH!#/FX۲ڭdFFCVp 7"s+snzn`ұݶi33Alx[6=th{ىw&đ%_Si(Ubc>׼ -cLYbFTq0n^m`}m BP25d?ܵf@$ ~db1zvAY hYLÍs i\抎+7*^Bb~*TSRn+tJx5G͛pAf^XV#wڕ̿DԼ9!|frCĝ|$t D-U \5Wټpx7#2Hm b>KR>B8K+jC!Us)pE#ƫGOqmV8X}l)Ưw @n؝&_ɋ.ۦʟlVܦ^6z=fF (^8A7ոpp!Fxp*JXtJ\Yf;OI7M0yN5ON]>RPVyzzhf@Ii#I H *4Yh38'lr'I𦗅Om2;l`qcn<&2 ;=INûIoQi/]u~,!HC5aEQ>Jswo*V,j?C⫛{pKHDѶhV<( | 1LVtBcL%67ռ|i7hK?<f{ȃ_8~ܩZ3tZDxsתE@3''!3E/|_/.coސ|!fbIeYμ9_uh%;6KɘǨNoVXD[/eڷH.$+y\xW, o4fvaCaMJ!{ji-@P_RX(bfpQ8u OA\ݙã#< 63`'rQ:&$m7±R'FEnbd/a _PooɢX$ֽI_\ %m3-Gܡ2>ۻVf%-Onkuk M:-wpFlϏo‘#p d3踛X%aLnv\/)TZ:BO)4L( R7x:0׏b #F3.9Ь:u jC4_- t|:\3σ?OL(5ZIsc0C ԏ`2F'pTeHCg;hj>B{9"D^! +Ji;^?ym1"-*J9ET.?)K .3_QCy@шn1[WdypY)EFO(l՘/az_X/q-V'xǭ-5^_HAtcsLJc f?g*18"mBDޓy΄ ~u6H8.5HcRk9)'q7yT@ [JHR<#9X# H`Z\> J!6#}E~Q%Sc;EU)y& XneTE@`D(*@4SF+@T8U8Uh>lhBA/6@vUgdu6K;CN~+QUC@$#maLt.!X@9^#JQ:ϸSoA%MO,adZ~⺂Ĭ1T[4l_ 0DGhggbPccsQ>qu5(;%P"CqH% Q\^{uЭ"i{$1/grS|42GRTӸhS\Q]NЉpc#܂K):,iN J'd&nК=OӗEA*E82Kt /!c}Fψӫ%c xC}+ǹXPy(+USV@:@ ʓī}֤ |<v;q>d"Bf5T};!gu)&6PPai F5аn5 9AY |0|Jm5xޥ\x*Tj~5n9[ע@!IHjcV,[ڣ4^GJ)ȱ~__h:j?dV:34 ,:5>k,2ư$Uyf&:.I:1F_/i7,0W?=*YR.":5uuEͳBLG"ڢ}ytC"+#BOP=IͮLID/*WڔO$-Lu%GF7m2v0ǹV1/pNyݴʭ# S|."&5QWYdm2ZJNO#[A$Q{˜͗G =XeF' 1[[9_Da,{Si-$JbH#)]ɏnY+"C2)&!i<*ϟ |[R'&JV  P|! G`t"iCL^v/xu'|DzB!~%VK<Ż%؉}nU|g3f\v$78J\!?8Vcn=㸀oi/9;qjgL ZKK$xDXn)LЅH#a~ t:hΨp̑og9 -3+1e&߹Pl2BȐ ]&5xێÍh?xԙm1`3t".2XԪՍX5p(Aͨ/(!Q0ܐ0K;r"3|Kx4"u he܎ѿC5N,׹("U4>?S&8(usJgpA,8#1Qw(ք\n-~k$jfyHJFhȎO6[2@$be,a/6a.NO\u,\Ldu$.)OV]q:3/S]uIǮI_/})m!+ra{v fw3$d+cAb.|<ʣE]61`]i=jJ~K:ɉf!u}2ޝsoA߫-q%^W#nn?1#_⺝}x(*;6>,P Yˌ`)#Ƞ3tG GIsU/mWC+bJ_U}[=`L3Ax՘zM,؊ꘆs7FW+ ,V4VE[b0Qf[_h.qÔ$-kz_0I3jOe[DE Ȳk0*,)$' ]5ja *7(ӻpeiw#ɖ]0 K ԓĭ{{ V&jNt1IHh1ԡ WvcMiU5'ש=@G|1fEΘ6!wcy.橑pG%}or uG)$i#S^Ʒ+/qUK7N$qH-{ON3M&P쑤h75E (SF:xS6fw Mڱo#]z:6 d}kRó"4"EYQCS~wo/DW,+~XhqoLZ1Hj'~Yߑ1o!EZ!@tlxP7-O 68ٵJŷH$8?[߄f͸D@sttn(7oӴ~r.5b^32Nx~dY|839nh H }tՆ1=š`-;0_*&-|N[caB/3Pg)cbAz'C07wMJ4u4ι2m LƎ݌W|+iB=3qk1 "h2wMg60̶g x %sЭ,Zp0gGfI7@k,s;rRRwRAX#ߵnX0|1Xݙ9gDq[S.q8MdYQq5M:b1[DPYK&vmXؓNm㥚7#sX ʕ>zyhg?>PיiWG>0eg/)59ɹȉ+$ 2}4~({ܤhWqGAOc~@yMQo5H|i?ْC*/ُ_WTc_s돆?Ip}7 Vrvh.Jj8_d zpQ єGg$hpj$Jh\4ڠ0 tS1VLj&]UQ֗iP-C/CLPHŠ&d(anVN:I'O3wmjEE] 60` |p2{ pJ֭n5_>d-Pz#א9O؅ 7A%>gcyIhTd^C:n7';{Qw_kٸ?o =e MOGEwӛPq5P ;o& I8sor:?1%y |VJ [wIO'Лǝ()S Z*ZoIX9^V#<*?MuWKby 9Z 9?aw^"aSNYbB7,73`&yNH#]=/#>E(Lc*0|w/wm,kvas@¡܌sjPHMn_v-|*ͭ03ŷQԍ) cܤC5@)Ƚh)QAJT :_r#.jFdzՉB9pbF'MYS* mqhnDLʆ+?KꓜR8X%.''ii2}qV.HuMO}9Rxn2Ck̫v|y!丗ԠiseX  E#L4Onw'e `F ӎHOCQBgG,D0p9zyt}V)S.[1[=Jțot^FxpqñOXk2NP-+鲪,LA=t4;͖}[+j*îZO/.`+RG=G گh jB;zap΅vPZY*"׏HHv^V0z<[Xsr=uat-]70܆-6!k(7" {zeUtaSq*DYAPYwuJ >܌/t=Ojb^#-e) -i)`D|b=gV3 _M 1Mc0%RzP1z[ˠ%s@R"]M[;w VzjSߍLj;~zxF o*Fy-_sp+uV2  +W$3QjX(]A\З~xx;V 쉵!C,w= %z31?Fi<ұ"gq9q%$Wd5媁PߔѺ\# `w͘IR0$@h"IJ7Ou x𔶼  M}qߣwnX4 Om˫ϷMS!'$+}Ĝ0˻=M|[ 8×lB ݖv,e޴d"ܨ&eô_i< "c{fֵ́VX&V{Υ7>4Hp$BCwwobs&\FjI #B$Ȗ& )&5}fk%l^R 7%jhɐvLofQeۋCDEX(\4S';E5z>hr'&r<ԬqC >FJN<1l)]U@?'+#dZӓztI5]mYP$Uw"=?#ppp 5-~+\RY6q T-IUDglK 򒩈P C9y\LgɓhׄF&QL9h|! p}J[9 1eU3}ImXbEmI%x{1frS^JgN|MuQh--ί^,1QRSy|>7eǾ>doG/o%դ֜@r_J}،GT8.|:&;G,νtŹ@[lHU֖38$Q&tY%r ɒȬgNZT<&a9ȏ`@CJJup.G:u/LW#K:W?6Уk}!wz'IF(D\SKZoS$&j/cߧՃ yZ$mqo%EehEKxLi&,`ǫӎMBb1E:0XGtt k}OOS_e,\Msxv$CgīU9P+%gڂL3tp#?WíD\B[k:OHA ="xtX"B._PBo { oڡv9Ϊ)fZe ٚڹORm 3,#kfoebz1=:En~k)`y,9z|.ZjKrU͟%1݌ulxH:u~Xk&I7kqa&E{EP }}?F =WTh&D\H[UE֎7VS>j[an#c Di= ɷ.}Վ:\+kf3 ЕSzh4U+^IO.J-xf& ^p'D.ɳݓ"JZ[-r3Mn8$3nsx 6r('ޖ>QVJ/F縓 HQlS3֑~xKHaM/3.jZf>>G5\WW ?{,ږ/Ɓx05]a5O=N8݆ ^+wDm16z8O2ʳ$EJ'Z8/~|M\ 3N>[Xy!r +-_[tΌ ̙}Z4G#WZ`|}?RPi<63XKErMjݷ,˔y#k8|xE"FMnǫhU Ȅ:ވw#Y3P-O9I25cC9IF6&p-,XҪ ]%H8V[Ԭ;_YTHSu0BEQ{ڹ6uU6i0 (¦9p7 `8o6jZ-ox͝d'LY΀Dڌ㊨Pu#!E3I< d5:rujdN6Ps<7`YQ*dF>jɑ'?/i@Z!_z&o2l\2Q i,en|FA'"Le̱IZ;̤kɠ)\ @W`b-~x %{b<ݴ_bndd\}IN·8 ]yKL-gס)ՄˮӶ锞@KW9zd2cwM|Ff ,۾SφJ6BdAW txso{wc?t<h sXS1%7%%'X)ϙ_[DSHPbΓeOqQ$(f?W}@mX\)t3 ਪ]9BfᄐDLRY4E4=w|Gc)(L|Ώm,[4QUN+DUE n˯\d`J/} D,|7Q`p2=!Da-V;qCns}na.yB9\2SL܌+qoN!ٝRY;l[0ymsT¡祛PˢPrאr:eU-}K nu-LL׺16WfM&sN<~s̛Ӝ䵛?Ё"Ln&˫!ezgRENCkrrfg+G& d `frR{C)02^>h5כDo Ӱ8\\i(([%~1)}I{D۽Mlx^!@4Ctjg%=d<*m32ٶf4YY0 z !Vi &_!_x;f&^(I4dSBd3vn3y?M=\ߚ4 hqv8w7~OIm=("罷E#ZD%$hO1n`pue/mwEq`wkNO|Ki=>,x"¸4DÑK7»g'-בr#/zq@O 2uqFHe EŜ &1c/_.?eAZs}fD6=P⛠twiU% ic@kpu h8oẸ̆IOӜf8$u5T|/r0.wn[BڈMc4O?W:l! 5=fL>]+2q=jh*d ر{ZUn'媤UFsSE|sLd&S,W;2lj< w=i,SbN%} IoRsKtmp`9_>[V/r:Ֆ+F@Aq__#aL+ZIoTsS #6 YJAf/kP^]ڕTޜF!Hm$٪~RaT#S)DԪAy6bA;T2:X&^(r]|} 8~`G;QY¸v $|*3~~ TP -W L[4Y:A%QНCdSgU4w$Ʌ} "^{"Js!zͻQݪ&ղ:G QR^;T 4)tӐ0H7` #T1-["f+1gEp=箜#XO+z¹aC@ZBo!nKЊnNt hD 2s3ڔ%Q{6 CxuGq _'aEzY-OjPq|ޕ)rg|Q:ne`uKtDtapس0lyc̟%!; P =LyyG=.:x#)m$쯶 &\ [h(jS+}@hOyH#"|)R4dgy .Eg{QV(cܵ ĻC{'( 6ٰt·%>-9y4tɡ{Ȗ*C3D$ ˢ<"_5olcMS#DR4O٪iIޘ6@Dg'Ee,ɁAҴO7.P3bBkh$YNzh~|י34;,w)B?o9Q-gLۊ)7UԪPcSQh/_/4oi~6n0x\\; ~Bl\qfH N0M% sZfzϫ0b*!e w2.dш1YOzRY \3 g΂/mX3l&rp[; J`2hE<ޕOLC+FDZ)LE5N QtW9P[R|L#T𫒉*QBI"(I*WdB+DBۓx%(RfE)~#a'q5r-G 4 ғFWiZdWP"MDVS*dr!طbDd0ׂ`n;;7y$5B">FLlbz}gE6b=n26ΨxT%h9͗[/{)ˆ)@C:R`twݟM @Ά5/WMf X#2=uKZ[2q~.K.*m&(ʘ/Kɇ?z[ٔݩbh ~< ]C1k;cTIŻ#ߐZqhAĭ*Y -LV^wjG TCLӥV*ϾL {akvn#(5)Zy7I|O^ h`sr %%4Uc@QDXv?hn6{5Ď ,=#)UM3 (Q]clzia>5!fr|q S>7rj y˾l,AѱQ! 볺wDoev7 >)@YT pa[c5J-aPA,+)nUm$?g<3Vqoc@fտ^z/Gg|&*P 77l/VǸ="c5JgN2+ x?4ĄzUY_ì](p֜,'D]fW`Dһw~anwu͋P{n8Y瀴#k .ϜH<C<"6n]ѻ"c=K&d.x󴟐pbyw)76H>{݀G0Q" ood/ 6g>:o;zkYIL6Hf C{ִ^`s&!.Ћi067U1.cͿzp h#8AЙsy60=<8m'|ġIA4ь7 `,xoI)I, {8X]@ņ&91RS.?nUec-#Jh7w銢{2JWMGϧuM6R#J%$~/vUln~ڧJfDaŦ}U-81Ъ2PӧS&>uO_ R̪粼fgh<}0Um S9dĎ̸7^nԇi|5Q˰uRZs˟rCہSh$mYfUB/u%9P; m%% xh"܈vFu5,hp^w9-e'eW(71l7Dk1>>ȝ#6z8UDAiT\riUe0nS3zu1w5| OhTT~SLJg8L3C4i7XKXho[^zڞP1NAMD?9B@!Ӷ/ͶF\k7u yc3|ی` Hߚ3}V>I2I$ɸc PԠ/>2&:6oL,zbR%4{m<)Ie >;n]%2˕1"2An [i ME g̈́:jߛ=*%XM.R.cd\GȀ{zf#G8?,uiG 56RX(GkӍ~0L6K̟>8yt'b{Be bJ7M*y6/gi PC>@[ѻP5n\ᖝB ]y߼Eȥ4վ54S(75ͶX*ǰ)otg?7R3D.>ksH@iUY' 6P_lֆQzMqNxF&i@t R7$u؇Y ]n )[QAAQ@^a؂CT8+sHic%^,dRkf{ݥƃecyߨmߛk<:䚶[KU\6HXAܣ'O6/ Cb3h W%B6uz MfpR0[ME̾-2 s,Omvoa/elCQP{."_ܜ<%+*3:[ܴ<1|.3@A<B4)K3}>$gW2 `n"/M_rjQMAwO{͐7nްy)hLY8MBH雲pLjDM&`;)ϦHSGj I1C=4ha0`"TV}oIB3eqAdBM_3% <=0d?=)n :(,LK p~fIۭ!h?Tf^ ! G4sT5QY'{ㆾwc-e~ȊRS:2-upPV z5h2pLέ>-4u\E<16,)ѲmoGb}bgNNQƍy k6]}PAkARFPNuBkGUuYkZr$0m26&8:aFJ ڡÆX/J:̣+5՗Zn߻sgmgq,[{gqVpF9gխ%Z3 ܮ] -YE̠wb0Rb";: -:s AO:օu"o"BTMͅy1mItseXriG^">v)p63쌦ajGZ.!dC$'+We7#8)3$V D@)Vn'ޓM&T=<,ECXD*䶈4n.?`;FgC搼I^N]Oˆ;Ly:rWnQsچòϼN)_ hk`]{{>/1G9{';:~Fn?jծo*BWJV{b#*b3)i_v>kwk_u}Lmgq [G` _=( W3Y~RNPd[Z̿9:N!ox5O-ON4H]lƹ5{ΜƁ _l>{xeS{5%d[@GN 9ԏIr㒜CczZp/$0(HK1j*ixKa&ª&l1Cϩ=ᢽQ,.AKEJ&/G/HS20Ni/jޝﷸAe'5uyv'?8>un'F]asrpfv\Us&b(e'2RW7 Sd~6D!d4 Q,$k5ni0p!tKqY:e("vCl'Gx-u|KlT~嗷ks@z.B40.iz޸OhjcbFGdԁ gH ;Tn]?C>QNA:V`^>U/s@{+X\r-TR|Q] $,N y tMn$kY*>|8|\&mYp5J0w#\hOոsFwQ8gup//SqZ)\%q؆cpUsZBkg#䳖? '_#Fv@?q]ge<3AbᘌWw<`Ok( 5 ͏HUZ&@hЅָrR ` ^%B[h|hƫ uZOb|'i=9M4ruRBZiSt]6P$ZP?(7+rTC#6P9}C" A&wSזH"S'aȵ Vٮ0,~Ѷ\9S4O j2W]lk) .tVq_x0гܐGR>͟^ըQ6kPlhꅔJ^3fc 7'qM.y 3Nf%9%Q2{ء` oNby7FoJ"q%{Y&|փlrRNS,CLOԴΏ|JMzk(3*sIӈvlkт5b=Fׅ#;#K m.Nhpĸ,z=+ug@ZsU}tQW@W{< l6vueΎ˲@)qH!2kաݒd#zM祠yYRE׿x|'ƕ&\_' {W~$n VMQPZ،rorv)"ѝo޿dY\F4QM=tV6mF?_Mc[Xx3o@w~g.%Á`hҘܞBeY~X\9C\4%H>_%;њm밶:lfuQn8S2QkѐB/bEZ |ܞ=w\[,i`pw?ݸiFmCs?Fxd(Npe0rف+ 9 barwA09'Y)]hU:Q^Y]Mgl^J'H=4沎+ r QڳdZCx"@Bgڑخ0 qpTLhTċu)a6oPEAZJCABқ@ihp~sW7rME>j XWqGdw`7NWj L I#]Bj{od5$H#:JlKrӈ"'vb\d+n~r `_o# 7/]"O6IgvCX@hweqΙ(~oydC6zkb#x7<{<4|jeܻ0|J~ [z4?'t5abWlE?,t|.S [F=KSGj%ըx)7n "Ձ|3lQ0e.9f d/`Z0pMR%xӁIXh!f!߉~䚐{p}tꭉa9"G;f!c2sE ͹9l,b.z^^Put0+F79,`ԞW*d]U$4"jBVr"ِVК-BuІS^SBEQ ^k?'WPT^j^ٟ-ʡ:z׿꒲ hgf?ե@,0U4FVh:3{B(~NJǶ^qv ͥƬ?R3d^3 9#.%Q؇|?S y}u>Ta9¼wRcW`ĝd= bgmٸul5vFKT"ãՋlНmRx5O>08!;C8Jcfo#X'6E ھ 썄U%lW= D8 |G5: |Nިh}=JptU՞۱>DNN70֤@.uYGg=txt;-RFi@1= !.upXƇ@ 5LAnvg7?|穠u̷6J^=7eEGQ5t-47?9PkH^7=W,]g@g-Z{hկE0uyЧh!J>TDŽy@`)L™u\h.Ğ?ڟ=K*]uq=\cpzY^]**!&weWYPzYAx  s Jʲb0egxW| p:Q\3x/ TdB;t}:^,4;Sy%@G`7= \E૔.&De)@QwO9Zk}O.c?3"d69h 9MZ!Ɯ\۠wUrb Z3?Z@p-xx~qn&P<f|侓>=VP&˺xYThJeeZ2`[V_V/ӰVQ=ϻ^Xgژ:*ra' CaA"US)}sd=v",wT(|?(4=m]- ;+(cEr1#K$ꨖtsaJMQ:VA:sD[Ͱ\1i`QarC4]2I̅Rryv Km$GL%,Mܴ( a:8 Yq= -.5u'BҪW leg..mp17;@*dmvb(~SA7;+%E12^Er 4el !TSC³15`VJOsrWdW?u1U2ZZ$8xpYDjo@ɾ7/BDONJ 6bBǑukϳ51nwam6 ;G ԳLhW+D$ZJJ|'-\!$BYI0l!˟I~*q1D8Vb۽ɽ)2.?壵 [hx^JFj|]w~AG-S .Ǵ==$p4,H-W1*b뚽dx]'kWUQ*ev6upk/ީ~7ʎiA_yEi`|kSٻ~Q|Aۋ]i ?3p;x gpm{`bh0O*aůbzm=@lCq|51Mr? ysɐg9G iWXZ3Ǝdk !A.ޗQu] *P7cׯl(WqafdR=oOa405D'Mʉ߰ O8Q L?0PT#On $ ^Iu{#wagßV?Ye!5=+;nQ.*LpyJi(W+JM ~MbJjNUL""#/2 DJN ō|Sޡ?o0Dwژ1;{{kHk7N7WVS7XIP 0ȴưajǗ8fQf/A f [Wo65D驈֬=cF٪ #qב$揯gF!V6Iyl${ŪrK noj)5WQkθG +V Z-RAfjF38çj^/޾kðPclf{{@p h෼.Tne:0Z-K?ZNW w ׆tsf!@[3#'yӛ"P)PcSQ4R{ QvgmhXK kn_W Ϗ$^löv piam0XnA6dex{J(sSػT-55V d*=Џf6gz2_@x/7s\8ctDodpqج>+iăLB%V5HH/swL ~ۂ*^W `?Tf{W_])>2zk򘂟]]Hex_@+K;'H+ܵ_o{e.[G ;яX`q50>U5U|J]A `m[@`Cfv:'ULE0>qƫpة DD_C65q Ss]O4w (ZvLRHc!l}sc a (OuϜMP%xi&7l2:|DM 9 ;IWί fx:TÈPw2w̲g4oƑIۘ,S[zdht~S"'nkh_] 0-f~"A ,#hlbIEG&JF)/tר*cm(՘&xD;~tzp,D di4u gB-|%m0lHш^=9u俄r&yG̓$khrb:jyZS">FQp]QA#zBN:yG:#pxX^3Y<[mMa"twsB#IL:5? ʹ LMD-/w鱐ne 8;<@4"݅S~Ń:};6HS{uھi4LI]~jn7w[i" u+q>{鐭q,Y4K. ْm?| u~2_(HD_,(ANI=4zFyGt ="hުNz'm+5X%bTm/bAVpn91ۚYwXnٛСkg}l{ ~x%\F>-~IHW.f;,8hFǨ(&S&uFUWOwf_nEj~1)Wu {_[k*$Y,R3]될E6v~g-=j//Q^ Uؿ%!8.=$w[ R C34U#^B ;`[$Z$Xeq+sʕxi|j9Fmk܉ar*#`l<~`|G.Z=JT+ٳCsөc裣pNͬP?c>RFAՁB;lcϻglo`^%ueMqZĎ8ǀ.S54IX\E˶a~za-"s]Y"یE0_b]Œc -̬ٷ--!G$N O'_Bގ?}@1#ۆqH ʉ$p=@7TGUCOm#Dx$bt͕**\_:ojW#゙ѥ4>ڹCtQb=JojenU>& `{ii8!Es-DAKC` |z:^HNᶳ[4j8`!tdʱ-_|XCE) 6 @PڞXͫ,N̘!\0 (z䢷~|uFKep_ɚ<[ Z@P5Q{|3F,wl$hV})uG-BT;oء<|;mh,SKac3pR ` k10|2 *aTj4tצM+ɬ/[d@gןss}^pCJNNp5`[t-}[a_`7͎kd1|.v\) Uv (ZaGL>.)@0 $qeo \RSk񷋮[LCz>p4(j];\yK(7L " vj3e|1hB5[8/򍥗!0}cL8MbP{:}u 8c+z;5E!rCpe*c| 쨥ߺOi,-#P: ,A5s9دE%/AVw7ئ!(QP168Җ2T ;fQĨf1~햫A P.6Tnǘ( H#c]gDo2ʵȌ̤ᩓk]"vvWt*Nap ӧ rA[ * =^)ӴXPxVj2(,eD=#F(܁s[͢XpK(Jq7S{:x͟k*z3lkn5jH4 I _ Mں![giۓQ uU0u>* +[ oF0n=}gXQȣSx |(JԕemTy!D+3iT ʛڀo5ep,Q*F)BCwE ?UhYv:vGLGM$cHD)$~y2^rgNgc`f'z8Ѻ5L}u7GeE$6~m:{Oz-8NH)qWk +{4vVdSו*Q>Mz5G -vAľl;Fc Z)t49(qqp#aG.j?V!c4sV%Xkq=(݉$u-?X5Ѐԗˣa6PRD^ Er)nRgX-?6䚈|4cItB+wX%Ƽ~>:jþt> O~T8! :Fǜ(Tb(j8m#?wl̸ CEypNO-L/tF7b"GεB(^]4`^nu7DEwSDQF_l(B*rZ L\@ڀԞ, -Xmf OeZ6Qh[iY{*=.*֙W[CAd=UI5nDgEem(HguAv GH GUDs-LPClԔ)y_8BͲcOՑF aGL VF~F/fg3DŪǥkSa-&BJ?D+Q+O wr*萞^wڹB>7+ه󣟢˦'@ybn]nO7BS%SXMЏ6՘ˎnpiSU8D빫6")o+E<0$/z;81} T3%zFw~I{_Y/oV3[Y'w3 bujk9<sr\F[k\ >ka}R!D uuZse^{'iESeJlφ!`BuC~$edYTQ 31Ǻ%"I Ek"Tk]h#>WU' lD@*oK! 4ޕz`A^;[X۶v+N*oHmxZY[cqtx7pZX9%v,%N1{ =I?̨=Ƒ4"kf]d 95 p'rxgp x6Vӝa&(S3 XZz5L2΋$FDR8%p>cj тYy0aO7>IhFӌ$bPyRHpYڪ8:2m2{mGjRo~h<–A ЕhCs+9NXF^KiKE)}R'ȑBJT-5\qm_K_5.ڿ~ɥPЉ6` ;2i͛wo6M)ɷI-[Ό6:k k5oT*'1/LJY~n$'[Hqө=~ ,ϕΊ|Z&[/&9cWoT{*HLoҔl?KXzKi,"Dlt<42bFJ,:aWA~dp_i[ɗf>VyoocjfMІHVE$Ak^: #lvxf#:YXX2y6!oD$ͳdо֙lf?e =w C&㴟 33G>+1Zs \!@NW8D' έWG{mpzս3ƲsN U;3Yreg; fyԠM''O.|.C&̙G㮁y8.9L22@R^ t,dJ_S ""'N L&#sX.'O26&J[`yHQM}D==b4&iJU[6!fK&hpR1>&Z*xc6־[`(P4Ĵ!VUZtppޑdVT>HSE:sJXҥѥn(^Y'b12bITk2qxHzo&LݬwKv6ޑKǶ]v-ܺ`ɇt٧]\黤؛y/beAfEwnVUi +`rH{ţ{BW˟n8Rg/J 9sȖk}YMz  ` <.F Pas]3{Ix U5*/8xݗGL/{LڛO(ؔ0D:,e }Næ{U@wXrAt_*/]a?߾^>p`TmR$3sT^ 7?"C+5Sid Py^ޢW~p)Nssj~ьY:Y/[eFTǧ-Ҟ5w8I'2$ Q|Vti[D?ھA'򳁵vɓNJ nŕOlBIߕ c>^~-.oW{8ВsMT]GFNҗ uX<^F{!5 {^@.Ƅ\c+Et[d U=\/[*%Qlg,Aiv[ Yi˷meG$22p AQ3%TٳĶ?ҡ Ǽ -UfX2,~x5٤+4wn:Ёٵ\ (*;lrnS%Aҵ>ӂWc4+)` ceE߭C 'H {1[7F{I)GE -i -N6BC~_w!i"EȲcː,Rɪ+Uט~/KFp߰F~;o9bUnuKvgS601ػT[I8Vv aMqcUy?7+<Ww ]a[$r;En/e({t=q6$n :Mg Knv) (p>Zϳܜ9⤖?-oh%(܏n[̘כHJIb/IV F-,n[4=`OZZ: O~FGFpO̺Wa}@w`;m\N@kcvvs. 9]D&|[ |qɰoxd9^7a#Kǀ68I| }jaOwK_d'9׹pUcKf TkkLA>,uI=3\/[F‰(-l5Qkj|E}QB]D솸ό(/9-\Qx~fӅv8a4ԢZN:̴):@F,@fAa(p48R\"edX'2372pt{2Vv%M+LWՀ=T^h.~77va2=Dg yԅP <$z=@BE{hTx/[S&rPt# 4^}u̺h~mQVz%}'Z %{uo:,M>џT+rdVR,ZWF<=V3C!>WY2x [Icdd7Xpiv kgB7fEΠmg~@ j|DqDPpmM vFo{UKMBˍxdEx KvPdIr0XK/7G ;/^(쿃GG䌃Ypԑ\=5ՔN܃%.Dw@<83J 7l)3.IL}Ҁ{t;wۜgT'vo/-e/H~JbD0}3_8+A_^U%3g꣺k:@dإ0a ׏`(Lu1cU|ό@!!Ho*zZYDBfcj>7i\ l\Vm-37C*VoWzo1/Y-?܍rffx@? :3H#a@BBnNTRl*saFP-P;y<6B ?& {9//-ϧ^?[.~WīD:4T8 |}KKX >Ѡ2;;MX, >Xd*KrYlAĨV10Ԏy7wc~&foH$gGЂPH6:j1뎥VH31Ytj m*wk3av7%4}I0FwʽylT$|\FkKˁ,OwgeQMoINԘg mLHBx4rPvMd$\Wf#l?,^nfA.'~~&44ȒKܠ:8 #ĺ4^0Np7Yzך7ڊ|oGpxY,'NuOeA_'8 Þ>E~D#_ʔ_vpX<,O߯^guM}uhnMobMa'~>RR:]aCǪ[,RXt'HAp*h݆0,rVF[5ovv;QG@\Ju۴qqfCƆHӑ͇j;MϢGMk9;OۘXVvlFS* وw~}b@UT5kN(R'C4u͙O_(]@.ӡq/!gdd[_Zw)K<_` d0'9(&!){EKa6ۣ^Ha:Xm+iJcٰYHarvZ[]|,k;|C YCu l1Vءp4(@0r -G<o`["(Q國-vCy1y#IC{x2t[Y{dkT}J^&^ [&40Ųf h LR#?ƅ 9f, 3~ 3Z~^̉ӕS|bv^T3kw1?S&p7!vrlU6 8<σxAp D#~tKs$^ &1@PcDIZ*8°D;m|u=QkjaEjVCQ&=zX!G-;fVΓ[Uis]FpAuޯ#(|GQ;_6ӞvX jP< gj'iLHkʼ/X}~ k \G>C)~ɬK#_*$<oO.A"h^OaE4! U̴): O=A6xC3!8 e gfMe"!HV|p“NFQx4~/_P9,C掲uLY/{y<36ɒ);h\⍮Սުvwk1S}}"yLW PxA4Kk(2dŖӆ`0 $- seTZe_yY[{6iy fIvr@"jwhx[Rܹč,⿕ٲ9duP cNYN ">s[CN+$gf%E|jMc^}=_B{Fض[JÕk=Х}Jc 'uG52.¾_^_`6%ts7lw.ɴVhv4XwB =Bݞ▙ٻK1={ʖ ;coH,aJ/>yp@Mb|țɩ$Σ̖6gmXGʯ)n|hEE- =>!Az:Md"Dũ7Vo㛑$WZJy\$pGhQWyEOƋaewÆcJkIF)#S/DB% o&,96qJVu"z@U5Ds:(%c!U$xެnJF Cg%O`|WGICbГ4-])$ل TV2R.)cR ZS88QW#kvfݲe$B%%/u qS$iW䊸Y%l1X@[IdLɚ%#]Rie;0X-YK "jEPJ M/LǕuODG.=s:0ۦq Y¬')!wT@18nHm/u1DqϬКqp|ݍ7OvUpg',;1]< OdflH:Μ CڰLj"bh*֓WA\!e)~ݮ(EPhDiG B9Q&yٱr^bZ8fec Y >3xDo.)qDSz|تٗ@oԣ2궇Uq4')>ҵ}F̫gZb]78ϱHtϠ&ޝA"Ē"5;=zyOsNRS{7^D|!,,>c;R[P{U'ĕT[!'HOƵ !W@?X[b~-j8ЇYau%ߒfgm_CxNF/$)Ɣu^-*>_K#?.Y)NHF_'o/ESq"V*bnQ1 77>U3s·-.\zE~Z-.}o0gHI\p6qZǀT4kU:<\g` y"0%{ AcG2kOSNvH m}$mV{k+tV i7fpR Ig%AL8C|,$.ăٖ!3/?yC/ԃнttz)Osg<0'.^knʼng^ `?k&4~OjirqSMk ?=깈9ve g$_s[iEՕ or)16|ЮqX$GJu;I-ɡ)\MEk@?{$P#!kp؄E)ȩ,+т9R%6Q,X@rG[<6bdzWJ5遂+wFadpO',בL%s$٦/{)0X @HN6CwԨLN15ͨA; ڻ ]Dql= )oi;%V7חwM%`:TȜDG-BZ{̷]?]cy YOvHY /q'hJiOe@]a+Io$C(lf&Q?d{30fUn *~uͤ2I hQf}xX~-yĬ*ۗ7yuۇi'Qtx~[#裘~ӯ6J8${kJNso):yq@¾^ރEyLCLF튆>NaDim:RP>ck _Tp1mI gv+`҆].+:!F2λ(8Ft +ȃ u}`Sgh6AMf=yO $YE)Z-%P2ߒ8]!d5 ¿sN5WCoB{|??"+W,qt\ 129m6 ٢=3.mNT-12h\/{CeorkB쯳<"ȍD^dH+P< t8#0Ȇ֢  "ykaCr(9*6vb^Qܙ"|U>jcʾzvdKq@65N"D<#xts V^d1sxˍ00,}n۽>$iq~>9T"\/ -_&4&qf,9(7Nul2@ 6VaΑeZ+$?_]멿m \ZެX*}*4f֘8ƈgÄTxlnzNUryZ+4Gn6*w_ZRcu#ouUXnيҒ c^YT?u11Vyc6c FѮYJiPh[E=:i#x407صV''d $8:R3[:v~V8 XG¶jwZ>;9I P9x&VLO'؏a-z*L\*<"b 1 ?bwUs V3xX Bygm'wۻp![(]gdOeo%^ dIӀsd[4DzfIwW,E6n%mYÓUe츫4vb'Un q p{j.ԻH&Ĉf8˰Ŧ:CCq|"e0LI$۶ 2U̷p;HxMQ9Ie}9G@To@ P`<kK8-ȡpi PˮaoEQ ^ INgNk y.~Ŧa& rjDin;H%=q6f1EC㊖V5B0FD %hUjyRNݻeg;1IQ.#gѰ%M=}À ټK&ͧ:SVD-P2Wْ3bL=hDW,gȥze|"uR $=}>w\XWg#FxA֢"}m\i% C&![A򸌋N#Eyˑ֖3B'Pr\}< ܃KbR}nK+&mvܷILIbYu~D\f# Pn{j*Go@t.L*F${@HC$#OJ@5וOy&Dz;*Nm<2F6PABo(uGb,m+?5{đ,k6!VP0`̚TU歷SJ0eEgMb_WYN(.~˺}:i& {xlkx"#Cyd Hk\T"}׋1{7K"63¾{{\U|fLc L{g*W8sGR}6/.o_}eɊa;\阾j;G#(:(#l:c&.2wdK>0|\;6Hחrʷ:2/yH)z:7iæpX+P \1gaN R7;-PJ-377έ "$5@o}t~ 7~|E۳j-BiÉ>Ht#Qfw/-X>oKfI Ykx}J8[,{Ns(=zDb2\T2q=Sg_uYH3UZL1{LJ"U~6}2DIW4D5 4, EnBYOxqeLJ,Mo)=Χl  հ)p;ؽË.,,&)I)w^AmvAE[ n.."[ o%񷦣s3ULi ؙ%?9 :6 Spl:޿v5:8~F4P0֞/./676Zdҁݻ)rw),HL~fU57yD|̤bszDg Y=E/q ۽˨6=6qxؔCja7/nTR.XnesU_sDMs=&Ciټ˛,=r&V| H1|]*>d3:IYcNi] _#䅱b {X)ƲoĜx(Y^rp4 3Ia΍-9(lO+z"Yi:Wǖ>3?d ֖̇QR+h`fvF.nVG nPM ܮwGo(V)60F$ ޟIp1B_7Zqbo5/F`JObѦ%RA`/(_h%3o(b_^;̐|-pXJ@ů[T<i16F&o0D]<В|m!sm){h*ݜ OA6ݕ;~QHQj8ՐXYB^'L*IUiS΍ӠKs rPHvVq09nջO71/Pym)N3vKZE?_MsbF8Q:I%yY*FM:XOLy[eFǵ_M^HjEVmMA vS>Ptwi4Z(?FU˧qA[wKoޝeULfai_P(6~HR iv:: 8$wd|3[HtzW:)m i>VҴF=@Ԙq)C~ vi8>N 7S(.#TA7WcI?us3mJ@A5 ֔ @d!]6%^%i(EYU'SXqÃ{oBC6 ( XvVȭ\ryT":x s!iL>U 4StߡFWV*>buu03,Ak8keejA ʻ$0 dhG.5I2M[g5rR4- MWvmx?h,DR iFZv/ #Y]$lCg&E 8ҢvNY/c%V:{潜.`I8Rm8+e/ I3`Bol3[l8!>B®Z +Hҽe]׳3ZuH}09{;iەFAϖ#*?Q7 .t6QznCApx>w$=deZIR, LV"ݣ7P+[{f NZA&vt>8:h0bUq9MD?D_ 9AK}ZcSZdSOGoAyϴ_L5xntA~Nxfk6δeB@1,A}|5Z28>%[s=ڇGD+F,_cNL#^E'xJ "3`tm6iT{p\Fz>䔢3)GĘuٛy$hwxLEz1vQ-n"OY}Cf..?d` UjŸ@\*]FI(/P‰# e_L#|R(1a92 cR^`S_d0o8{wnxXiݰR ZuP]KjmZxE/lq7g彛8G˃C^^ M9DC1^sw4.Ԗ ͊ ^}Wim혋bn.pf<1EefoCvzdjI5#fB>x+0(sO= ̰| `oY=|# XGa 7aLJ?AD+ٔ1"ceJx26eCk#a ݒCOg$H`r,Щֺ6cV X[K=^?~Ξ`%;)bv}z+!ڑ$w~@}R?7hv"G`RKc 7R;}k\ZgHT|l>ޜ.HG$VzJRuAV9uZk: xMG^dF: UEDNM.ˏivtLDgt=\ V; U q<<05}>DQ:<}x 6q}v}kYC #AqƋO oQ\P–zX%Q}Lziy>bYi(L(abDkG‘Lx:@Qn]c!rpRED\?`:J:9cn0dnAp̮-l6:wf_Fy&1\}|t,?R߂?3}_XY@VиXb#>.{_֧)zrC߼睓q؅H8ySP"=kPLz8#1w|lt}u#\j QU[=I?Ħ̒aJ Osfզ96.ڡEwn{ar{:&~3j^!sUɾ_uAۋUQ#l5,H;Vs=ⵉACn c>n8 #'A 8ߞDq֔رD\z| Bzh_yN-ؠݎ9WK}`cl?&VZSѻwyjuc 4ַrt&D$$1pOӿ{TӐ--j +iؼ>bܛbAc4nM9d^n(޶tr4w @f}Nl@Kn t5'52QoV\C21pLk/u6<q &6 Y=oTm_$uީ%0Iq7[MP1(^?[>oےlRNf Yt.n_K_œC?2 n wsUT9c<붆--x Y:=KNJWȻ&!2EwFQ3837gGWr%ɗM)g0gp7owl6.@pax*a:Omɞ7;^jODc+sܯ䳄UD%ڽ^urzF^Z>.@[D=P)oCR  ?B4gΦDV1>Nlxm#8Rƚ1&M{U8' B _6]݈9[4(y;RrtXA0D dS@Hq=F/w҈}2%)P?JՄۻvw9v抡r;>CZL]ȓ'sRnO+Xe䏥o8[%ɿVqMG$ (YLZ 4n ub/ ^[/h! ;Ɉ$/hi~)Xݸ%3~lE%6 :+@ď- zOW .M,sx}eMдB^h6`lTK[($A AO0E8P@eC/svo!9N版d΢NVG~+{c UxhHMlj-!\7^[ZBe!_˅ur,tSgぼE=u֏$uT G-,hA"e Ta1o<,닥O6wunMk/4$KPK5?Ѷẃށ9kE|ũ5sЛ07( ߀e=UdtmCR4QPg9H}ԹfNpϲRtyc^w6]Cr ÎRA(ИIx:I-1@XȄݛ[BR jۣR {cyj`4EOoGDď@[#8n聋EqP۵Odk<ϐ߷){ 4|\Y˓McߞndKv5ʡQ`\_ `" :Iyf xvY@hH[OtW4lNA reeE&SABFNT.%}N]G(--_,|7+GEXnn-96]YҼ1J${?iD ߔpqwr^vw,!Tlԡ\Aˣ>HPS1^UxYJw5N}9&ٚi6C_'Y0IN9bi(Ղ -ͧ -3bxvX (]ޑƶ-8˵/vLK:rM(<% H[5NE,, i'xVzKlTְAVYȎs7pZ^Y\:*ed`\` 5Դ ٖz MEֽ6$鵡e+VU%]F&1BE#(A7L](g^ y Xk9`rMtuA.#^Ѭxwտ#>+4躤֢K??9 8[CB9U`S~%V$A|nRjb!JNDdHq3×>'oX`~ă;Rdn ^m_G\"k+k1's_7I.ve\}:,olPNE$2U0N:d^7#Q0nbog&VVf'i)P8glBw LzqAJ|{ʼn][U)Bi 6LLɢ]x 2yn:zbVA0z>$2YWtjIm>cu NB'<ˣlj=Y AF Jw)t>eP+ }䬕-JdYf9]i<1s37}ny^9u@&ֹ9g'a8@-XN|1vF bbJtV&ΉaVVzE-Wig{YG(S ?%W2^[j׎)ݣ0F@j[s)K^o ݢ2+XN =uC2=|oOkwa7^X6Z.I+2km9c=^ 8 dРk~۾2vIi}bhx?B$4Q umFkw*b;52\LH]q5 dЕP5V:\&Ɩ*BXuL:,ѯQ7Q::y'=+'0oIHT^$5z{BJ!'"uXAmPY "e,P~*m0og' ?@i7FI~vTt<=TeF)'^Bg#jE:Dr5U2*:C}ݛ9G/>q+Rr$GßF ?9=Ԟ<*nK~ݦb p!SgCY|0Iє0W5vE9,~hu1ňV*M׾<:B0ac n׈dF?UD,hxFO?t gKlJx {G.̔WNO)~\HTc&ܝָ'&a~iY2`T'oO<4MȨ􏰁),)$m8L-]ϒZoĩӆ؊"vI:YX7Кpå zk'^NDK 3md 5+g]IVxYG2AqmBF"2pIϛ"c$"%Z) m).ҷU'X$ 4!ڪ<Պ㘞ypN[ɮhoVN͔$1N?DAHقA!xi#pY9CGʫAZAF?O(-Qc{9?qwy +uU2%.`H8<#qζךlT<\vyR'J F.oP~v IҼ{ia dR0 x 7ayޙ<{,55/S4xO"$ >$@.#)1w?H1J'gg}r2s5xToMySkaY#C 5uUrry p^(CP7sbdq蜧Fvs 넣uDS-J4-XJ-@Z ,303ekNCN]DtJaN JdtCu^R sxG3eG>z_{y:^]&Tb{ѷktN*a*pcmozctcn|&>8F\pb"PnN~ kyvܧ&7|l[IPwH*܎"˒% " G[-] T$V,%5A6>^0U!5 dkvu!gP*>@,{v!myE꯫\%FJ/OUϫ@ Lw6r9T f6>>H}Rn` tOhbo$SU84i$&)q6Rr au:HQM[ wAiqLa` ҉X ZRo7z[0zqzk{a8fJxކ6P*̫ΙKjUΗG`]: ZyRo_ԅ)!`ƒk %2g) mG S qIZa%Dr8T}4O;>֠h,VZkyݮHΓHhdWàIwingk-8FVa!f&'˻Pzd<^􆸼dD.*M6;xT.h$(Qb"a=,ZcU#,~3itwL4Mp Q'e]Ll&0,"s}dT&coNrʄx; DO7)ĶQsdz9> cj>mH%ߥ\xr0W\źEJ(үv#P'Hc)A$'lRա:(dZ1tOw`C>R-)Am{DK{dc(eup 38$@&k$p#t):<^/hS%7{s ab; :YƖpIP9o6(F.'D@SqRY&ȄpMkHվ=+?.r(C\ 7qYU^LWT Qh% YMG)Շ ,Yu"ZR~OO=U=z%ZT傢M9} IoC^I ܩ#8 Tl+섲?51 F~Zz>cϢQg#*}ED+}7&WCo;@ "nZ lyrHgFtT,,uٚ '>l2OP|;u=cB!r`|ccH6b~`7w7S8}hL[Wvb3R+UhE.l{}f1L)I(xUwh 5a+/Y&m4d)tv2: $2.욹>eaj;i~$B\vo W01#ZK.0F3Y%#r=P|歬OGnm޿>xx@qWW?.=`Km&%l{=!IUhm}. 9$ڼuv:mR@VȨhreytrrG=I$ .#Z|REߝ1Ѯ! wũr@ ޔrG4A?A1^x;C26ݓoZ)sYZX 3Snvđeǜn W#U+m-$#ݛlŞ 'P' 2!$ҬӘ!a D}G!_qƇS@Wy$#$İI$EЎg_ޟZVxog{_aN;$Iث~Tf?g&`æura*XatqιWv Ŭcx]0vh%໤kwB.{<\Õ)k.#*ݴÏI|`wDݠu&,@cd.F}_(0h{p¸WʅoMmV\+~Z< X?VЙBJ[yD5W-2Ԏ *|{@{(۷~룴ЙnN/l9U2aRV x~6#{ DZ47ܯG:gqk1yVa?]0|Nm\P:@u 1G4/`ޙNKJZI>Y$$9$SeC1&LG%Pˌ8l:mھ! c^$Bx/X PtwgZ i6뱑?N,0i޿Ɋ!4 wA_J4ja~~T/'|'!GcX L  RO \C!ҬK ;춻SXX!}t5j ~bgÂb=B"BY{i s w,$@wuf*܏uof?I"mBP͎6p,Z+"p- `/B$bjq,0"w,Ct."`FuȺ(R%sĨo76H4[eu&H7NEg6¥7:X-hY g=Wso&Bp87Y!لbq$%;v\_p2hu(vʔ"CU pY)"-fk$c DN֎Y8^nd5C6g~68TPbEZBW!(YB-EQ\ ʗlX"3 pN`]MY:n"ŲE֌Fq†+$gAt_|7ycc~DET7>nI%}(~]!\Aff`$]Oo\)٬$(¥B^oeVVA$\ ?K_kCٞ1 %GR᫉ ;HȢ\b+CsYTbZeSݛ*,_ W½® KT/sѨ=MG2 yYk¸  +ġIR{q_Ef}{ vY uwUI?#MyuAl.#zJͿ_"j/Pp)I s&Fn@T1n.D>*/ܛ\d@1uc?Τ0 41$ %EM0ߎ@(ʨY_y Ay%N()UjR:>ǘu~RO#?QliWʱTVIE^QP:0mI9pA i4dzo=-O7? ]ou :1YptNUM?*PB-Ͼ3ks[`̝u*BZ0i;֭](MFOi^ .f4ۍѕ3YGu=ƪQѦUӢbę>Yv@?h;{sxr D ?*nҼkG_`1\ ipNQ%,VKӻq >2HܻEr*"m/٤Dؓ]p@)Ki$^:@mzhsá@dyEo?"/ʃͮGЊ:Bd%?ʈ#<ݞrB8+Ұ% 7{UrnhN]"8`E[!0^jVi_Yـ u֜^d졯 i7'D]߸,"cNhU'u)FϞ{J2ZbO-{SPΟB=}:O âWDK/Qۋo1/b#X@D'`MۨnV BLY"8] PC6E--2ɬA9s'8` Ĵ@όwoCZb#D  ߍ $/aB^[NP2hrsԳD~+Rg%Ȭ|n Lea܌dBIU1d$ ƌ[:񍻳1Ap1})j gh*Pѯ@AhG1%he2a9#&ܼ/]o@x3e#8LV|R:?zo8IW /̤Ţ1h2 kduV5.kDAeF^j!})'5z[S+R u M'=XB0 wlSY-!%|WIFbE:mzȊ-c>'ܵ_`V!qzڥ_GXdž[鞍G1p[SOAl)^N"Rhe LK?:/ FHNH@>4r!&yysUByՠ=cM!7~X ;ᨂSGNfX x#UMGWήUM׶ *L\Z8!bC4E0Yp;iI,CILit0MZR@aw<' Ļp,3ugcCd&&U=cd!i4}łXZ ^W wbnqlCD[ocf"#9ga] 1 #H$V́1ϓfJ3r>Znɘ'U >GycVme7:vcЍNফ^qPTmo-dx0߄RJZϕ;Ozh{AWh-DwFF; .1t{0ާޞ#F)<ϽYuu6~HSB] hdٲkhGǣ!&2c1 -i/?V, 7.s 2E]4l# Ƅ!l.{@V٘iEl1H]^j:n4 iLQ\N?X'3WMYeRo?2tX Xo|lzX\ҙ=۟6xFDߦDe೜Hq{+%h:B W! ous ? \(>Ќi4$F;灠̏t^ao@Pcpaޛ(A-Fa ,*W3r>*EZd7a߈A1ҥΆXi.rrt&*dL%" W2ԅ-n^lBĤ֛&q;)w_\~M|!AZVS9eu|do&Fa9y ^Agp 0JiMWͅ6Р sljn7b۾},1G*Rl[/ډ1(2j!(!QQihfP3zv?Mao9R ^cAzn(w7h1#cÉM#fELNB^7͖|55oos]C8fdQ<zH?MX{kףFG 鯎<鞩(f? mΑC4׋/7XFS^#ȭni1Eewti4]9ӛsӁ4GE' kȧhP^ ¡B hhc.G7ųi9y MGvp h^'<4,WCƸ8f<`H|1.8&m&ȹ %| cUn![f͘1%֋l(a婢C%N*L gݐc/,A{zäJ6ެ6]M2ꖏI/n~1ٹ%8| ih#hM ـ}/nY;$FlHySv?2+i؟}BB-կz"6ڷn*)cs3oDw$9:^g|ԽtVJfI$~DYuBOq/9D8ӑxDePRYcr tHpή]n*=TP5ߥؗ] $67^ExWQr GdbX l8ؔzR\LӗKU-A/8PIXn^{?&zu !Zuf-ƅW]^#䈮v$RYTjy_W|"QI>7*SI7{Ie(@cWGek=:*ޢS{|bx {HTLBj.g(9|]؅5Db O^u pj?r QTUaY8h.+wGe/U^jgzh_2~%2J(i/ʜM"ueХr@TUjO3^o7tH $P "|uՅͯwAOKUc I9$yZo1F&";R1kW:VG-y /U8崡#(CT5/l@\CH_(n0q448wO>B,wS''c]fH(. }O6JtzuwNo;kߑR[#snjF:Fp]F3^C*R_"qWl_W CMTtmr5<La ksŽ֩Q>07N~-ٺD K9O'bG2\{dDk4cY>3.u2eOJ+$ OSD9Vl?9Y 9!O6(jK2`)۝Q72پK h^h1ـ]bL)b-U~ct#KЦKMV?Ll,/OgH)Y ;f(d"+ _pW C8CM3}cGyX);tN{PgY^(X=&k$M:5Z yj9[G&2[+Ĥ'&p2s/GH%;t14̉ XnlvKq5qSqOR;™+pIFn@o090]!ܯ_S@OĦGZigNO&BF3T+)M⮸:^mwP-ؕ ue,2C hJz ހXSI>1q/' h{df>Bj !"_FIwE[ A^f J^2~$7A>\ nsy&4#@~ _FA'¸yR' !K<.uun߆GN|W{zZj&٫%*jjJ2Yc7t6.ڜy>qoˋ+{tLJۭbdV-۫&u(#/0ERu2ѷ%.^cJVRZRC%m?q@ !kpbϿR FEo\@w`ԺCQ BK0GpŁބ%̓T9"vl׈'O!ET֮ >)lk̈́϶岦BnJ,y +4.̴u()Tf ag&PrΘ DZ\aTȳoE,Z ~\Utc75rYgf{@}z8diܩ&%QvNla:@S^we1tB:[^Jr6GDmhwliP˫ lMhion]7)>a94LU dь!}3:^oo@xM@Z3c2#Xԓæ,c+쩊"]1onQiJ -foAVȵZ*C /oJNzʔ[f#"fcm;ܒPK&- Xu%%|}]mĦe\0 bXX3ۘ{W2a9;Cl05A@0>sf@pt7k?b=h t ?w$+o(Ą̭=ů \ygj/oMm\ L`#5^>jb<E o dݓٹqz·(]x(#OBո>k&#;f=O ޜE?\seEE-8qFˠnVi,_gL1{a 4x7@MOViB6^84۳>eSޯkJL >migޓ:j?hE3RB+OP$" dV2׿g+j40b의IV:]B@#4x_,}nM .ZS\=`/qvԅVDZnbĵ>D'Up=gn6K˔vulviQY:\H:8OATIpi$\ #Q탵t/ DH߸^}mPS#q:{*iX~R . Q! IG"H)ϪZ$PH?v 罚H֗_.V_N24򹃑 5Iˠtp)'2XAq E!?4|ci)VPz8סHy|M5`6Q]|s8?V} {+,{GzV@/E,?*`0{:I/:8UiĒG(ETEIXRt}DqI<bO1ay3(/2"i)FP+t""27[…8^*S'EN.a1xFJND\M5o$HI gɁZK~@CW\k|@8@M](xvb9NBUh|Ʒİ~sa9|z:imA / !*Gy̏_t{ arGA)6:ѯC]pVO8 T=!ikT?%)]yrtmCnӤ6﫹à\(Oz,p k8A$lX̮4uPu==.Af'k|ӕ&,\_n`}!, gT9IpcjE#jf -])M>li]7\4oC}yᶟM1xkZ3>ӇO">VU>dP .=3tgbrHgx[i`X lF./0D*׺z3a{>vֹjKLN<^3Wڣµ^Q44Q0> \1Gxc~>\Aߢ}%֣F.ox$yE)|Ch6y4 >\ޢ Q,J !F #cbӟ?kC[I5̹ yHhhq2Ϋ稹Ѫj3ly|v(`}]ܞizK֣{:mi#^ kG-ruKIFٸ<Lju K.oR|s9RilƩn CawZrBmJl(P!8"䊌FgW"J'~>HE`.|  de.I!C)13[/rf ϧvmgA0"q@`v5fH \9Ady eoHXDj@cs!P;s2")F{a~S+΄/JcZE.=iK(F)^Mf|A=nVPSP$4ƧX.]e-3LǙX{вH}ה|a@(c0cصNopj#kkrh|0kXa +tOJć#Aӈx#v#g{sBtC.PT'iЀ ~*C+VԖAo<@4穄}qCrw'X's^b'I-L7D)mo~QVQrTT/yw]Uv5/2(1Bܗ<JQ gHL1_\WG]P5;ɿt9'v5 QB~7xNOIo 6<>F5r^Mj sb(Ɋj>&h[y>(L|"8b+'K`x)\L{cHh gwH,q8՞L_sm@PI#5%T2`ƍNhJ۶IErpFXVhq@0`QyW'ֱaV)wqՙOPC\<^SO)O'OMHZ˾ FD+pm>w弍~()r]a&YDBGuQ9x b@Mp/} S`#v+_b־uDZ:IsL 1*~\ Jk, (xKp^L@v*|`V{l)5ge+ZChڎ,H?Ye|[ w6!.:"T*:߆rAEO)P ZuBed!*g`T^ 7kVːϟn&q?=zyϝ+{zJAAH*  4A8`Gli?-%ՠM#go31_e/UuY`$&?˛FPF?21$VrN۝`TGpgX ke4nIW6.oZWn!w@ۦ OuٝCݏ@sk 5gZ$*g0N!{+.7bv^-ӝxZQ ,unI?9.̠n1ھ^i XjHzj@Sn6#gdzk3,3;'2 lJm3-'B?qt:l#J*(Z}B8DO oa0I"_ }|p-enI`̕`Iq&&nL9` =*ʮ.nѹn׆ ARq |dS\ OYGJt.M:7*?][Q慣v?N١tkԈ#1/*Pb`,o6Ԛo)2PbEͶ=8?*{m !WOk]3wm ZY@uZxp/&:@YYDD p#cΊOTGR-%۰ Ka7\xL%{=G:+[W5r.j^ӯlM`zN;%=ny 9J׉RF̢'&^ R)*>0L@"\(7 UgTZOz=wѱ-`u9Oi̵"5\#[ oTɇ1HlҾι0wP\t}d6^ CXX1 9G$dh ]x-k)Z4MqSyʣW`p[qn=q}tT*5 `z)L.a9$8)]zri$4TQ s# WW'&۹A}l_K{i*Ɋ3()?.e+1;*3×^@̘L5(2mBM~ >[+@G۰}+ÕWNގ@eJq4 1FBYB\2+mX tjLLW18rc-e`K~ Ҁ2 n?KBk +dDk6K˾=re-YY/%Sw}zsٞS"wdg 7'"/oOX pʠs Κϋ^ KަMT5vR嘽oh2 1 K{K> YMqђy O``A(F_x.՜.F(=2c$C%|- zeUB 9o[^xv1(!`Y>7LJկX$˲ !>{gEaS0K%9'Ř ȤݎژeחhPV+,G/5OehH'r=r7<. vue6.S3thu[|5?Mq9ԒO!_2LX*]Jqm"a걱2*JV5IѸ& Y]?ھ>@$۸R8pI(OmeNpu"ж5qug9!2Jw| D PXQ$3~EGjN3uocs1=(%:Zojo[/?&\ ' DVzf̐;&FoG%sF?AZ{7,[VwCb\|ruɳųI4Ը/Y8.yיI5-@2}2l&Kp_R2,׻YpzP~%bڽx26pt%:q(T`V,"wAv.BswEҟO`37u1Su< J Z޲ -4 Ĺ6xi)s,z!`=PJjXΰ|65cv}a)Zʪi!*XjLоLeSHlyb'=6TR~qޜK\a$ ۖ9}*hԪGA̲jLMC29m9(9:4TmEW gBJzYQH/Y̎Ϳ|A.Iy-vOb u,D wEEd.LE.O}WtzN?aft\MVR?;At&wƯ]ڤAM;}R+ {d8O @-:vxXFC59v`=< >uv/( PmPL(n=ZVfM>ԘH^qI^V$n*r5 5ml?.;up})@ܺ2]?æK𩰪ڍ<")#E* v`pw6WM_7ZTI[kv.Qʳ %hbJmWG6T_?M}870ʵ<nҕ$m6Т ? Qm9U;_R] 6߈X#-zWz, paJ}/å^P(U"MaBGH-70pg/Ň"ϸ65  ]suv|#NZ_MCida/..|0",{:zCWMcf+aPv\ K1 Y>M>w?˻_P/P|x,A2 KW3ٝ0O#}_!rn{׃`WTf6%g8$k iw4i/Ԧ / #8UѺu[EE&ŠMx1%J(5O䣮{ա#`0{&Zj$?#UZ94/bmRC@@4:Mx7XgEQ?"9v7\ xr*{,-lRnMnhcy\ cH fAf'nMA(? heIGu' +Kr'?{04 t&ʍX3}pr+W3AūGzwExޏˉ.t,),Pq&{m ^->#64#b\ N6vkGd4KOn8e>-~uɒd8xsgu/ZwpvAvםN; xXaD','~Mmt :Q +m+ޓr%odW,Pmc Ӿ.'iнA <)n&WT"?;s=t7Wp-] >aG,DMU))(di}_\giڏ_L4̗ U]9W::yG-=~0VR0fn椵_mGmMȅ=qr@q5!6Q69U]g5J:!a]j.owlM2ӵYq \&̏%(?| pHdy^{q=q``Zʋ[4 HjٝM3DZ5QsBxW#4(xM Hu͒H(!RALwBp0")?lO5Rug )=QQ5w\vok/ dC oE^̂}b.dGX{蔌5Aw\ :d`&c| s]!BYKT@Iy夷 vꌩRá7K{ O|K3:vc_ڈv@),(B߁vH"pKOA9kU3zSUx{q%ʹ,\Co;Il29K7M]_C:l`/VnqQ~?AL(ǣrw+ͪ693pun]oQۏrż{=yX[8HМx鐬ݧ!\W@aң<7uLvKj_"l=z!bGұ:T=J/zd~ZZGAa%f+|R%bOWpfs1зkk1  W~ikoKdXk_|)=*gxBy#1J2{yǸ6+R Cn 齷c'iM^BeZLN큻C>CwNbV=p,( X6GV ̀'2) & J؍ [f. {h,g;?9`b8ވP$A W5Un N^T5\$Є`|A$6b(Foi;іH@ѽ6r&/;Er(ꭣX_`]}K9~J'>ؑ>wj+? /)WD mn)ꝮjF%i8'@==ExTwx=Y+rlg `snX(\b/%c;k kHnىot~ /dCZ@Ojk" җ Y4h>&\HFGj{{ݔ!0b]k]KNO]W, XQ;(Gowdwrq<$8C^r*E%"ޑlj^ Q^֊\G mF4SY+Z9b?ܪsݭgwc1\d,eA݀׹A/ W86"B\$#{l!Iڒ8̼ Q_AtNKB>&"t_8X -adq'|oZ gz Ř3V͕+nI!X!WdͥO g<_,m,i`k&2'Ų$,`/a\*= m7ӣ9hc:$*w+{ktSO?(?%pgW9/s"a!!u TW'*kdćX>̪0REzT 惘S+tL%erK5\OV0Λ풝d) ReR0- Ҽ9n2% poSٷ7wiT\׬5, ; K)Du[ιkɱۋ}l ,bdY=zE-x(1#)i ,^Sn%Nm4U AݑvYeSS*v:/:1+\W U|6KnFab0S5δPZE$;_AE5RX֞8 */e'h4t=餌_;g35{;Yn}d eW87v'Lm&b.Yx2&Tl6D~Y7Y͋Y>V0Ա 0E?Qձfn"QGwqK `!:3FOVrM&Ho64Ϧ 7RNGGGB%{?X#󆨊ԚN 9N(+5kZP53,d+K\8l&<11gXS?ih+, m^W6SJzb^FE*"!p3=kV~}gC^~6#:I<J}[7xU;PJ^}?8߁USK؍; HEg1omoϹԟ!:W)4X5M_a@=祵hz,xw;Ԇ)?)~EhK4xlSH9l.x2B^˴Uk#H=3!/>ӷ˛`tWV2{$|R.R>S\=ޔ$r} /W`!$iyEp0a emPȜCmV`{Hw>+7]£s>1VƢAzќ2%P,hU'HQr7:^ׅ@=: ~ m`pSa,v=%(q31.ƙ2"I$y>q"cǙnub:)(h찙잀KW@ເR֏PtNufd2Xm8> -0v^=X+UPf&eic'8j70?$#qlo1$ ݺ![eZ}QaDly|1;ڼI鑛'ް-U;{·%qQh ϻ.k 'U,Vr%.lè`r辆tQGxz{ 7kaib캭ZUe2UzExO{W\C.Yk >!bJ$ õ3C%K6}{U{HOS(q0ۚ}0$BCL0^EX}l UN\%$9ZE?($_c6Wǻu҅CFRU:Il4,&9 NS\Á?ʼn\ uh8UX;v NW9,H!l4a9Ex @{i&ܻ@} 2, R~Q+?^ Fґ$aAc+ټd@˩B^φĥvƤ' )]C}`@~ ]5ǭtBŸSփzJ w)\Z>@['s%v0 y _Y?{uÉmZm;! G#iW]KcIF=v㴳}n䮃Ɋ_vd;Ojp zB);0#L.rIJ$+|6dZjӦBD@lm_$ {5`%+(/wijrg:P^|{2}ʕRDX %`bbyU3- C~"|I ё =?^ 9j *نLr*>m+DX@h&X%섴{J{μg6=YHS?xZmCs&9C`LVsC;Mau|`CAB_sA묩f-VOc"G(ؤ XRjgߥUcKrNؽy~h{j(_$qߋȥPm{v/r4 LmG- ׾~u 'P#( @ _3W\i@4Dn;) 1UؑÅd-EU$|S 3kzY,d əE[+lITXݷ W-fu9z o굴3,v2}{_sʙjջxv9։$qrHWdɯ^뭗)y4i?лsm;[l&]񙉤m02B ;[eݝPyKYrnD>2]9FA U< 6߰ѵ.dMaeHxO;9g)E+H<?ǸdHR&c8e ?eLj z%7ÁZmiOtEu;.d>CID1(N@ 9GLӄGJ .V( 8.V+KPN̉}mVpɮ, 5 v k&r8w.yvE|"eV@Ē\v3Go:_`bF<(.eȓv rxnt(< a2AIoD NnLXcdwWӜ1#&^,¬IN6y_EPsS왙iXw~ kkd#O:cS`?wiHggd kV(8&2DKDrZd4#ٔ^  W`y=݇p2I'ɘ9yqAot0̰ NܫY2|BC\Ϯp'FSEd%<, zҋ QqvFϝdkd[Q!´Jf11p?b:(M`\6m# `g Xa 8푩 kY|9T|n %K ֈ xfeEr@8.q 'Q r$tC2&#DHAm=柿` )031b7@eYnC05s>B,%j@JFO=l8tؔP N -6} {ɷw'XT V&FiY'ȁP=ۉMKmZQ T)qe4 DܲԨ3 I1(cb%r=L9AQP[O>P(IX56 "L/ꙨTzF .[q7#fzZanR\ Γ/ῼt?+ʷbL}&0FnB~Ve#Bp։3{:-oc "*uhip:&gXg3Uͽ">e1W>L!GU=tE@&2'* I U=-O:b'&ܑP:lmt?Js^I\D]:E=9S&>2w#쫝Jq-ާ ܔ6hü=Ag,v>&Pb}@K ]o1T=ִU羑M3 s@>'\GŅ[C[>ݱ7ƺ1 #p9K 7V23=ΔiLҚ?D(> A|`X5DpW>8l~]AG27ʄz˞':Od.x%pd!`9J|ϜaW<׬ 嵖QF?/k;d=94|7I [k![zE:!3%aYsm06 pA-ކ,$Q6\#i]Ti_spԬj4&VZ2C٭0[#CלRCJ2A"qMV8}#ㅤwֽoˣƪ\1BÝ>n2&,SW=ܗNԍ-FM)P*WEHPPR Y44LeK<${vb06o521`kR ֻY"QM!T~)?P+YٴW(k/4+Sa}rꨶk%}ϥV;)Rq _(|bvQhGgVG?'>$r'Mm+M~͕W >Qq*d L}Ci]N̦^Ai3wSZ1MfP?I%塳 c&"$'̈́*Q)*`3x"SG#tD[5PsO,YzR5V-$Jꧣ"· /Ng g֝dciCєp{ԍ 8#I h!}dfgV7dtTp[ہ.a"S10ӆFnL R/MR 8&4\[RVH4vE0ճ9ج/K&玳5li^BQD苟+K$엶vJb޴EH0RlS H>FzX쪋'bSoJڒ*8amu7VPjC~Y브lPy:'*\ M\%?qilmÊ.Ҍ_bjR͞)zuҨej%& 7/j&`n#I5YK2L6:_"(RA@턔PX|<3#K;4A&ҥ=G4roZBZkL$#Sb"@_(N]iXOVqv0&7RQ~[=X"poRŠVT !Oz/5@};8}vQ?D5pl+@is+{/K< ܑCF2E iaF2R3hew8i,!)j;0ǍR9ڳgORv\jVs fY9)% ][㼍5,wK 9 *}}SVŨRudPPxuJ푪 862(! {e+?rxoAfv8Y|܆~&su ٨ DJmߔQp|^ݞ^ƶ v}3Fd&[YD,R}"Ps2zrՕ |ɫM!sb,# #RS-eۍ %Ԍ}_Xʅd4>)G?F*7Dugi#/rH <-N6Gø2Fιޛy\y b霤415 zY鴢aMZB _X/N9PE@t<. t "f(v30h,ȲȵGʱ0ݻjLF~bwpIg#u FOD,qi$oSZVơ<0"ذތ߻B%r*td\v*"H$c񎲐%(HALVo"uڿLEXɆ)MP+u ^\1s_1VpeQ vS>,qY{mv>;"7i|z5:V絕8y)=nҥ[ZZu֓F ^b A}7)MsŗWVV8 %0H\ךpk v,˅cGnAUo0yf}P"ÊnHhҾNbrز 1p!4[1ĵ渧;J]?m]~07dnkjH\kk>E&NVɦH?,2^jJthw+J y:+Ay%["v|-[l Hy1fuhtvYNdţFf^vb\syuSEzFﮟZc$cM+?3|Ɂaf1 y鸶h`]<JpΑ}EjY\aZ[qPPCY P0bJC%os8=Yh-51j*o9ǙF(m F\[]L @yiL!_"FV4d[OeX%tk>(!igjtIP=2_7 SXtGKJw7I!GbZ ~OkbCG316_D_,&9ChDטi|v-_߽d1C+6S7,DחFw̾;ݕQ8MK"^WDCK&wg`pRI-B@|*ئ"7υ.WpfJݓnt"֛_qw>%]gsh7? !Jfo׋tA:%c/bbj-'O`Y_L=pfaR:9 } 2`>%nsׅ)H)8qg7 _ p'$abSS7$$[|I,yq,g̠/MQ dTQd9uݖ~ LZ-Uh,K,,PkWndȐ}M~UO!AS5hnXwb9s.n)dqf:`팴!, ʖn M =ƸNa !QAr;83J xoRM} T5@+Fvg=;罊¦^ff#e6=5QIfK`7> $~>I!A1L19Nkb׀ ah!fRɺEP#YJ#fdYZLT >gTe|83X^ ,.+# 7D{Ñ7US L,ƗA:Qʅ嵌]|]_{_Kd.'Sİdab;O(a7QUa`"s/L⩵(]:5C^>88'LN HinvRkد"pEF8OlеǪ^@ibGd/l% K,FS;=7`S.(\& 4azGE+Z2LR]b5g :,|%PA,ɇv25ݬdXkD/en0Q=T}[SETww%uo=5`cbG0l7WJfH@\zjorRnfҁiMK?nx/M #_L %l (]~9 P,ЀM $e`<vh"7;9OlBɯ_2**K^m+>k,NVL=PnJҡ/ω]dq  gN}b׺L#%}!8 We30bҁCL'|&-"ѐػ0 Lm׌e04wǡZ+Ԥ2,o%T"_V MMh0#s>lBr2òTThU/lc@_)Y8կ]o;3}*Oʼ)4a>:b79: #l2L ʷ΢@Ճj3D ˗D)?!=s Wݑ۔afCeA&%pXp@Z2LFDeh[aºL1qwVuDkҪYKS>Ṍęn3'f]e84LђUjУo:;iȟmshX kb1Nb[Ca?O #܍2&~Ҡ;z-V/0N 2/1Ag!hNҪ T4IVm^ʣ c_!, ר3cJi ՚O/{e+:(a$m}Unb; WG/TRdXH8ϝ&M,\0Yg qyBlzΌM cDbqIlXo-D}' V%mK~Omz*>^H񖱎b+Hl}[&GtV%Bo]xs5FCO4'/Bи @Aøʅs};^+ʙHhp] 4*hY9SGB@[82AH߆YRBj|VY=^y~i"\6tDpͲ+3슂LLÙy%ql˒>[=E-;Er AqxZS`Ovz@ug6 l~dKIE鱋f dsˡNjY$ϓ$@ FӨv.'\UJ;,equ-M2VuB (JnoZDPe4u*Fg1Ŝr/gZ҄g*_*ɇUPŚIJ_ 7lF[nsbzbFLX6wLPGakP|)TGiRUzOx~u4ꭿl(F|Fml|^ұa? <cR0, DHWrv{!{Q~o0"Pu:. RC7X2dC:ZdTΌ +(*[K9eT NPWY 8HgX[zP Z[ pQ.!<+?ʘ~'S?_h2bɔ"$q[Jze}h<_ X4DhZ @-vp<8IF3]ˀ2նUh[*qJxIEY2%=*B%MHf(9x^=@I{1yuAުdc j$@9os<}z~z8~ʽ`" ^Ȍy'Z=`i`&_sm0kQɃ3sZu}'0v=#.zd%HMM%VQ{IPØĿфhh}Y3OJ~Uu).h4_pM(}Af D߮cXCAuu+7R|,C߄=/aRe T ~EANmw4fբ3Hl9/_UGUʴ{Wb; /l=5%=ϣA;_խF_Mn]C^~&:.H|FY^-#L6on3`Mz "=1"&{_{kۣ}UlORlbdmT-=| Lu;Er!b/J C;sn.?H* wK0H[vLEly~=+J/ˉ >92h) E2QR@ip#PABW2!9f۪ };(8 0g&),>ĥ{ӽOu t8>dhH*eXaœ1@(y h^ Ud_E0,dX'Y@q[۴٨܏`-GTİSGbw>ؼ*Gn|0Zv4MCPX}iM>4 )J/_x `Qɹ]'dgJBPzAWog=}oBu9C$5[ Gp#+|S%V3q\I Ɇ%sky1Y66%Iba,Ogj{ah( w `fIpW!xmnW8^Hm+ օ\hi3mO[/^kK /{eG |J f JU !>-rK[x\& jL\g! yPźPk:g(w,egfjMV0>c٦ b|#4p ZO/Ux{muyW)&f?a1&J}T. m׽ X+u{Zo΢-IMΒZzM_u:.O Չ\Q؜8`77[MWAX\!Jp~ʧ˅J+C/ }vT\u;"뢁ዢz9x-Ds4'AĶ3jdʼnHPG|3p Vm9$ND/n$J2{aCJ{24t횄0*35܉_g3&d|Etޠf 0< /vȹ&9&{>`f^u{d*eMmtafI ^>NMw_!(a:Qx5 ^z@B!uBx{ta>_ZA5lDv21suAV-\kA}$u"Sx*fth"$w7mj,ѧ_pȗۋvTվ.:;g>(lmhȯVZZ!NM m2I1:()q\wcNI}TסDOpڽSSۘ'ͱ, u pw&ӹx [C+l U&yw`Qx,P_ŒK\؎*s 4kKck!eki\Vv}5ݓw7v0%Fl ,4nƸe*8p$/&TV;:J^ ,r*h`{vw>jOH>/N[M7-;m I_G% c63.V53BaH p\*f2|b֠Z&k㉔> `#<&+)ԤǐNo/T=3`f\Ј)veH ܎jх1^ky#q^5w7}Y wLuCvG,ian?_fqh0]6$_p0LNIaҾ̪^8ybS^7͡bx$5@Sy>Ask]3}B-FJz2e/X]hh"gT%s7sw.pxk,̲8Wf4[;`Ձ 8z2G完KHiMa`FIqmo%#:bL-_J5䝠 Zs*/Obnw~}`|!$" W% tkFh=4l AGCMT}'n8YKá,4>Jͥac~;-!"H$d2gc:[DyS`aY&y/8 )."ֱ{zȊG@ JTĝE,icْmdށ9N &A5n&فׇGwuV7YeT5K9dsw[@Z' nqM_\36 R$LUHnϹ|t0#&>A/‰z }䮹5,ڎ)gY73l9z[aLдuuk&9 `8d6')72O}XX4wK@2W6ֵ&]kQ;Yy@t%Zb-'Dy,nmpR\iܝr:Q@2HF|OW:Ex)Ͻ:\Jd|Y,=_}rfo_)L6Uߑ<+>")sM-YJO wMBbmn";u!Ysfdo 2ڿ. U¤*&(|tY%p6SҞ P8b of Y!Zh{6X9MI S3CHH1u v3lŎuJ%: е1Bh;eFWt/|BO"ᆬ6>{uE7NpM銷DuJ68z?~{.8T#n1pzt`(7dGj+Yܮ' ڕF[rŏ*d yOF ?'81}JV2'[SEɹ}t;PrB ] !H-8[d),jOߢ8+P'īr\%^ ٺ{=tnf'PόC]UϼΥPYS^P,w 嫤Ul)~^X20z:"wVlAӋ /PIIYNs}= רhV\ C↦|;s/s/a9FmQ3 vt[ţ;39~[l8Lp5޺GAȏ /G DI vz~seQ>$ &twz(LT!N?%x(5htD@?]tZ5.Ysc)ͱ_ի/NJSS]1o(̒*S0(MVӈ&,\GZR TZ!?l'3M"Λg7tW)~htb){e@>u 6(6Vlg}}}tZV%-aGcG.k{-Ms'EsT{*1pHB `w ՕOurtbD_:~J4KPj(rҶ Xu?ax':Fs.aLt)9eHǴ_Eyf|bNl%cX"_Hpv -"-TwbCCbJ˹Sx]$)xzcE.?JX 3:Ǒe^f ~TX/L9;pJkbR,ɉ?g8ĴlE !1Dc|J1T\0tȅ< 5iUvh%@A퉂Tiֽz "3tQ_NDuP !51(ke 6̪5<@-%}햡:η 8ᦷ>a 0ƅWLFEd@dXԱY6ӃYճN꺔q^j`H?hզZ/fY]Z}쿣Sѱi d1< l]_[ǒԺ dz/i6`o*k{eZlN:3m aM'a2`?m)FQM;A-9l ֫H(kIxa=ˤwO1΋Bh֙O#h\jS><6YA:7U(D0* BKll{=f.ZgIKM\˄.gE8H_-Pz6S:^wa4x"pvy#."g;UU Au]"; se;”* %з;>Ij{s:U͚$y!ZrXk~~A44 M#b̞#5/L1L^Lu:T7b6cDm/xpjWRh E= ܌u'w1'79ԹD.31Fv[TyLe vQV+W+=9 :%tr/&өm:Cs˫R':JSͯXA+\!0Z.% 8nES|{˲HO u,[QԕLI Z8b9-G#J5LgS\k`&l*g\賬#|VW #قosA]s'|8 T㨘xTXhZ" CSjX]]U @.DVYdgˠ!Z?w;+W{T.=B4X Z"D Ml lt_3I ||W $SߊUF!b8Fu*&&/%pStw|dcK/11HX euhתp>1[X;l2s R2Ѣs*ih}tydGY;0Ng!{ymώ4Ioxd6V& H J 1`f'Bd!=寧TSoUQi'dO0(MBEFp#$hFT8489Vu%nta aXxJ@Iiǝj\o9KTZ񗏠' w$ Gݥ:!(tj>3D&z5 JR%EūϫM}IЎavlְT'L]oD'Y`ѿq)'}GruHD'錷//X{kuqхD3:ٔXKe811~{JY_nlNw-0Gߵw Ϡyο>Ԧ -b#JN擩2XrT1H?ƀ|@ Rc,&6w2*oNo R&25#nlO@=,%}1sMmE2OPR&X-բG6#$x{aHm3(CTO}vM#%n)\ߧ0+ L󶋬ƻpMbICȌPǽ{ S3)Fsgy_oOҭ?KMdRt?!Βa!ӒK eRqϚ)mer:^|6 z}"y6*f2g{*SEܶn*xo3aO_ǐ&#3J7LgɹeT2?$\YB!}=~3 >e%:ϳPh\?7]X ^x(uiv:UBXMjඬjs$ҿ. ϛ#~dwmwkƒFg%' { \ ZOƣ7jYlnE1OWgy;NꜶ! 6 3P*[ۭWu0|Jpl4K ~wtW;#XQl𼲅!&lĚ%ĈIpVsZ,+d"ӊ'.Pqʶ-o~&"n3-.TGSgt >B=ckx>|KBrs@KɝU?2`"Ty^ B[QUS0o(EF7ӊ`{W09x;ev)/+y}$|Y"4qbp[t@kD-;sF0g;Dgfb"%OhQ. u>̀N0/6 QEBr z?FlP-3zcy2 ]%cnM{;F'΁^[x/c.,mc'u]/D)HQ@Ss@ca2aZW2=\Kf8;٫U`c)BbNe3[L#NK1{|['::V*A1#'yڷp+ԴY p桁^cFcb+W0p7}3A?h~qbXZN7V,֢+m4颼@"r=>=h( NX=Mig0LqGq&A4|r>#jM Ef|.b {F)]Ԁ`Atud–Jg7`Ag;X|#-/OW|&$FWQN` J څCs ESSSfIx\S6Wu'Z^N48\)?k樲˾XnDZrTI6M`>s"T*ydؖ#):vDd5SӁrVvCK؟*$Yb0xJ8nPС K?LiW[|MpE V_Jئgr?fhjU=Y- Jt{VR9ڲC=بs#d}iLV qƺ~glGzƙsZOj=JdQkwi+~f<.z` ݑPɖ/gF{s|[d3']:پh}AA./U'Zo\ps:>i9Ϻ@AEvЃeT`0bOC-EÍa4.Pr{\v?h1Ȧu</!alR[lCx ݈__~c\$z.2T}^ l8: ; Axَ@OB$"B@r'UjW/GHв/bBDċL$cySqC^nހ++ +|b؅DJ?㷹Nnא]ܾ@A:W+:S&E$.v]w  :u n"iT1d*X|{'U_(v4yv4_: 9D'Ƙ pB0 GPvIj=VͩX&t 2)fݸfuӆzɯt$X4w`%%#}aLY_[)>^8]K$: &"BsCpn(3Qg,'64+n̖Q8qT BW ~֏2wO龕x>?|Q3Cc2]Uo~MΫX|w 7Weags*8i!de+!s."ޫtMhx`sfY!y*Ubq,ڍ/?^ʼnGG[(K2*zFs28;DUz{_p:wx_G0NPRCȺž]傥_2c#y$:{1Oi_yxAChtjELWi%djtܤ_ͤE8VΞIP2Ɏ:`p ,1밿A|^!#M\!Ym `p7z/>}e!O]dž.miPW?&2]f TAaA;p|6"i%n[og7d[1.̎F *c$w7yIp7c]ii켕Ԑy\ 踲 Rkt|l2&ʵc#^|!l8Hp{Ȝ.NcYj4+/C# q\GJ<A3.FB;*qnbt0Y^,_dw0i9I*2nǴa]B 5c EI6MuĦ5(bq7l#{>MGٸC\)rBß>Tʮd~]H`xDL2WUFa&ggesz7aуBqF}':" ^=T A0cqmw * :rY4AƞXN-I#]W ණwMl#8q)Yu`pǮоሽ. E>w#s E&E*a#U,E6eϺkSQyg{hXEbC;mt=H έFE5!+v\nَY[c3!fx_H)m"7 ZW!Ø(yW_}гrGg<i'y?~i7 ɵ F?K1n}/:`%Oπnݢ}<h? D35>E'"GХ@hCzN](u䬢c ꣎]Q "dQxwD\x&g͒1j( gqlj7YF\omaHD b\qVû"? tQ3P f8w4aɁbY)[=5_ [9<ll$ x=@Ȯjb2m;G!>,湠wT-aEIte5,N%g:oƵY CRzzInIi<=uHV23"Xdž\ sY736]@Äӧk co&Bx$\{W w/_d?t9GyC{a>-_su/ OƲy!._;F  qzOf JqV/?vgݥ'pAȼk&* ݠ~[ ݇zj{1ZlgZo9)Eiq՝kBG9Jb[e8<ǂ!:6+=:1gh*BtFD]Ca( f<O~bUn͇1Д!נsj`#&gUryw5Lak)}5 ǁn YKѵTz<$eu7Iar:yمm0WsV(*uAǺ|>bD^6@;\=ۙ~n?'R_>#9޺;Fp!+OŬli©ou-kŃ㾲8p@Oi_R0(k{[p..w!_h>?淁m 8"t5 r)l5P(4. M(':՛]0LTNcmSJпd槂u~S68aey{]?HUCjX> )4ͳ5kHEg}Ϋj|5/g8_c~(oϥd h+#.l%֦-+QçagU`{y_IJ)+*6n_j$[dԻ۠+уp+2cTl K'!|&As`Va[BWd'c !fNJ}1uH+Dx|fx5N 7 ߆?)mo8l!Kr9oXL{DscDpVh W_iEQSkW/ Za])7OKX,2sQ\HID?.m^sQE:: /B!QMU"#+NCkHS*C$SLokǣ̀Gk xFqc"N-eCa ҽŵDE| r26ö-1R-_q7Y9agkE@ ][cM4q9H\mnq9A:u7*vJhE 97sV,f%Q  ,߅/'Ôvux k(h[QUJ^ό=q1V߆]dٜ }Ro fDA*^4{!C T}QsIv#OMIB3?OsK(lM2U6^z7?q8pQ"lSk3\Un|)qh^tDvnEo!`0e+W 3.vC2귺IG|M BsXӛ2fLm @|kftg|42Y]kv\U^Y5~$ yEWX0$$JÁ-&O*bJJU=C^ MWI~hvmkfSeGs7?R0 *9Fk8SY@ !VÚ:u2w(,6l WC8!yG; cNec- gcxBVuXg_3vgYKE^/hYБ.{lHC5mr];J­wY"1e 9 d~fpl@D\EJ$*slQ|dǂ7 / 3; Bg"nt wuaUjA@u4YQSE$es8a`%U,nd?6zȸ)#+&d`ı.c{{yR4nAMނ4B\@>юw] sq=E'aPT'o\ Myҧ7зF6.g{;aUkt+DO t-WI : W8A]lzͩnqoBb3 R]}I(?2*'SLȺK]vAA0lg4 6@dWBM( rD)yNsU(-AB$_lp2 JD;I4ִBIAGixj# D0$Z-GM0‚Ŏű1u3e^W5|Kwaգ.rg}Cs?\"*tôNWLW~vusp0s7D֠md7OkX?ָ)#N!MT;=Θji 2v6"'ZP3RD90_4|!,^K܌M Oil:P*7sDƩoEiVRD13˼/d6^d0% $9j̯UG}&A.48$؟ݍ4LqP"#eЭQsv ؞l|#eKb[qpi]kI*QU10jY/ ^h4DLmKq"m5ԑNLd>{R_.'vhي])x1$}td-_Ҭao;O];R6jr+kɿ"B\sFY'++I5 Ӈ+Ê/S bD:mR?W4{7R ja@oO#}gQ HQ0RKw/zxF MK/c bIScAFU44\DiBl(SxV7P%u8J 2wFv&{tcʔ-Hp]JU3ѤߛLbwr0# @Pu6p=p爙 GCj֭#y־Ȃ1,s˜CN_3 fm&MQ\wڭ꓍i_AMhUs*![G/5 2b:Tj.:VY:8e]yE-K(jf#ց2Q2m}kZQ;mz &X Aئ6AvIGpefqTmjs.&jC%_Ys/حJ3)2`.<9ȆNM}\@vcϵH-ѧMxܞ p7 nP:2UaTU]:oF΄ ]>,'tQ Bu I⚥E` g8Ӆsa€IspaA(x(y֩uJ&M\u5~ ym:aD7Uwe ts7Go!ΓYVT u_# Y9FOX,CIXTUMi00g519#4beln{eo]0ܷBRTKh2o e7M8]0`GWLZP{Z&KjgwYsh9˅G T<3(cZF[WƤ3.T x[Ҷ yR$kjƺTPO39f's~&ɹtPKRT:k'uGVj-s9Ӝ}T`='lL8h_D26GWaTl5Đjm) oH>^NFٱX-&[u:O 1 Ʒ=|PxepaVQ|Ž5 N5~L9+xKc#:y#]4zZ(:9}=ȈzO^Hy^sape%q̑y4S]"P)^{u67)XmյH< iFؑ _%6L<9uֹIoN噒[S0֩cD|?Hnj}sWhv"Ae e:_'|Cyɨhg]( 0஗w}z$,Jn䨴_/S0f3AE7,>kk }jtI(*aɽKv6'yltD}G 񧯞6BT3y\$#FHlk! BG,[oR{Ug}7],8uUjDkZlB*1&Yg hZʯDO(mZa1pl^sY.`Ȑ-H5%͝ qb7\n*qx[{w,;xxeC@WmpP<-uM"cTAmhY ng91gJ'|aL2[ӗ܉_\nOSVȝ6GCyW\ysTBEtidg+GJ6l6C+b߻'s ) 9&XQY oAb;Zv0R(z+Zǂl8}R&x4eǢ*qvU 0OqlTeҼru)JSJSڲRNV5k3/Rps-3C>p >WXDa59n .VgOI>rECfDH@`=+3P'ޛ)5D<jY-R"DL"א[r14]+c=5+Hm.?pba,S!Dq/5 sfnϽoS1^OXh.MOr-4W&CzhQn<&=c$QI~u'{tE"ePʚ:45MG_X]Mɳ?B<;P_KvsYe!"!'](R'(H_[:#i_,s9Eh` i_g&+}SĊ>j̆|s|HcF>;:q 6zaYv OfXuS  Dv}2QɆ` XbWǧT}USJ4#N} +S#hY4doS )aͤ9Tqxin%HJ?TΕh\ f6+W5hAi& [19it4@4|RR[Ni:9dX [vD6<1KE(&}:y(rm"!hy}_pRRW^e8Av 5݄m$ 5J2mBk, f aI@ı@mW?yt1X3fJnjp;  a)i =K%]wЅjJb*$N/:MD X_CÂ^&`*TQ*J746J[[%[pXԪ2ނߎo@&W?*u1=) q7gBsapkt)8hWY6#q:# .>qe&F$An%)Gb}oF[ڏzLi8-,+]ù, 6 Vc|]VW"IKR>+)/ [?(J4ST#,UYƒ$!FrToaOshI !|壠q[Sd+3<äT{v~ v 'ݨ'5bWJewݭY!併*la60(]DXF_w͞aφ+MW؍lEk-_-͜넦[7 $$еN4SkZmU7>,;+m(@ FKN h>Λ/+gU?3H= -wh౩}x. 6?SvY9\Zf?`M}[d(G,ƮpB\&ݕ:ei^gx5t62ozNn> 0FYy6rJôTRՉC@}y&j?\ҁgcC"b8090u#X.0!<=O? R2/D~ PMT+\FSduZPh_M6 Кc=RqFҜѦB$|x=lS_QsmFn bXhaWZDž@% U5\dDn2*uR]XF|<)NtM`G= F#aJ!qNĠՏ~Ү<3Dk%/=-,HRAc[c7~^6)dN_j辷uˏ+2GDVA8Ҭ`'t"+ipS\Q$3̹B6^魀 4X_ +P(.0+<0LBPG/:{QxyL8'zmە;*c4"NĪBn"]Jc@]R}KYݸ8/`5xؽ-<1jk < \ *`veHus̚ <pΈt@Ul2F{S(NnZ#qx7Q\#呠~mυ|gq[1x}u[TIjs? R RMB[A@  PMwvg~@4RLf{h5^h+x ɉh1t 3$2h@ M[ 0 =4LФ)Jek:Yy74'zRn*l-Wp'q%t);7 k .=qh1`ѽ%>՜IF_oI-Ju;\#o(B 3(Ue9@I??_d*{FQe՘{rZ, 6`]_ʼnpU=B!X4d}O`/Gr +a1 (Ba.1){ZIz΋tʒAQxy᷸mF?Zf4(Yf}M 2u_*>Pg+hv)Y {j5.]8@SGݐzu{CPNg"*Rt[Jsgjw5k2 793~!dB0!'v:װ[xeKfrx E(bpBԴ0/o4].@/QYS -ޏ q`f  5/}Kqފt2\:s$HD!lHZm#4HُLu1#9og5r5&CwŠs%El vHpڛ۬yWN.wOC"3tXLU6[Lb\q%TAE!p6|MC^o1qt1F&{0 u,(YvFӼJz>E*[h퀧ʛFki|2(>|WA>]QT:ˤ*`HGrݛޟJ_7["6uP7Z(^G:{@T>7ȩhVqDY5bcG]L{zm#̍Z)^7Hb>Mä~ 9w=KeX%}׀My㴶oi|r]vUE5I#hXs9F.}ykἝRF3ZʳׇSf/47RǾt \ 'n-vQеIZUjWB0ݪ"㐠z%GA&؂4t0,++R/I5%Zt19D`6<3-qplDA3wٿ:2`1}َ5V=q',qGMݜ-㐮w/.;ss)Fg+`4rfʹqvY`aT5OA+tL d8 [zquhJ'=<`Tq!U=m[z{|3P1B9w߄v>[#BMr,]Rdbc&(?:/qp-&mΜ`s% ꟟kLY%kvP$KU;7>@h?ǁ!Vv1ړN?),~/Ȑ@"pu%hDnFD~o `t"zS|Sϟܽ9NF"CLe _ tr֕sQ ƌ= 柶6y$$y۾K 8ôb 0+FjOTEe" )%6[S:~ r6V {2wJ{Aj`t0v.b܄HXDG?^K>"$=Hn mVo9icU~ su^@Kg?&uw.ͱe&2I8R>GX]gH3*VVCd)kMኰϦ25Ӹ tD_0ĤU%eb76Ojˠ+TʢW0͟FJ2t72HC,>ƧN')UT6r3G0@ y;VzN&*}GނrV5o.]hciq >󝂇z]ft|#c1X|9Rυ Kb!)TGk]$Ckj[g Bq<(0~<̖ B)%? =K'Pڨ6)b4Q! fn[;OL7h9 0H5),'/ +ӣ@5XbW?GCcbNuA0wekIhQ|h L%g:L%G+H bwX HM˽u6ۃ v[AH^MMQ"Mx'*Ќ#U’`TM?NAtUR\Wg@AVЕLNs\$`KldV q5a\"ˬkF9&7\gVw뽕AQ -Xq(f,x:@ Z{ si tbpDo`ߒE:Q:$#b0BhH:!_†b1 nbW2ϣ3VAIώ8T'u=Xh!csCW)Өog~M|gFڛTs-Fg5B n[KA "Yj w恸GZ,SkykKAmٻ(vptJ>L "J>A3-TFdSsLBm@nոpFu42yl+ N-mP PegxWtL1Wl Cʖg#2OB:#ds6;(gRBO%屲bzxM>K8l$Ml% [ ]OGtjik[^T{6v\]'#qB֤ĻMAVH4ؗܧ8騔‘ B?Nڣfd͋@BKE#=~-kъ)v9ܠݦ~qu/p[|T5!{$QABP6O Z%^fo^SoL! Zbj =|y&ztSҕș,ܺ]GP|N(e!IԹA[u<#٭\pHbJ'){ mWRAfxG~TŊvFq"ӆ+~ =C3H;dLQ D 1*jDhi?Roapy k=,4s l g {rr3?qw2 a0;;6)Jw"LIՔcM(kkb7.u&Wa4p5c:w[5|пuL?((KGԈRgc1M<ϑc&x8dc{=76MCuЍ. :_˛l k -y'z:6 ?{X";):8_a. t.I? '`{!+zb(\Ȕf11h'v=a>F`B ѹܰTi:J6y?`m*sJ@ܝ~'Wk_1"/LG,ƣ+ht1Ţ"$rdoq{>EwS͉I4o6.Lx΄/3h;%m[Y@Hݬ)OƇĄ)rB^踋 4o.rslU `A>$Nт\XE`a?TI5TSH=qwg 58#,^7v'0<[-8Gxo;otڵ"W}M9=g)T/o,\+n;g5ѯX׺K:'I׮ 14FVlU3b}Œ4ș `T8f6,K<{ , Ƃ$?AoAO(~%&0q*c(&y4*v0珒&-"F`^!1w% t/ nbStM/>hQUl<뼉7ũiZ!PtNMC:ކԽfZ:[QZPϘC%r#HaN]=bZ6H+Ss^~Z X hۋ[ݱL5o:N\Rƈ-65~G*P\6zIK7wx"gFG-iXWzV-i>΃2Ǟ苋LB!`s{1z@wj>֔Ғ_lA '| o_2jRCʧ^ckA=զ>b-O'Vfٱkho<f A\7#`-2k1>~ҙoZ4kMYr8wX]Za!Lr W"~Cn:o`_t)Z@Ђ|ne/kdd Zqۼ"Vۄ 5!c3@^l욮#0^)ߊ¿v|RkrdZU@B6OdT}`qe#U1Q%\^P{g_fGs5B s^5dG[B]HQ\XW ~ ͝z4}=NL?˵?nꇌ0OTlE6Cy}nsggz~nˁV5s trLh/n*SǡsՑ:̖jD;^+]9zxo.̰b"o"o#"t HȎcZ.b`$ I'va֍-S;z {^4Xvx_?Caߔ0Lטp[j=t @ÞZBr})*ip$&V8lVɍ4x.5rŴ%!=mMJA/#^7oZCX^g2opaI9]Pݷ-)&OQ{@ԬLA j|,c6tS0=FE4$/_o3dOt?ihQģpVo/R0+gsÄ En36Ѱ"4hCs& :#oI2 )|ߝEe=D|: h?~-A7-^wZR}Syqؒt}^%,{ݳpV"4mfwɌiV7ɱuA(3J[pֶ. 21H,ǔ2`^!O~sT0QHr@md`Hw%K֟׬;a$gol/1L**bow aҰ&;f35D%1Nz"2X#yё7sݸLL[#T?0]}2g0mdbC:n(mc%53 U2釡 vb X_ˆm' =@q&+~<%^׮,HD0` S;7Nm4qǔt>ƒ=B录{ r]xqu' E߷R^,t^Mkv%U%Q~?^z 8׆5bHۅE>BY㣀ovO;(+ G֌ܳ=*;l>x _ l⹾5 4ukV-X#VC˩hAh.+PA6;OgAla٣8L_"RO*j/yjk䣂j-0W0Ë$*YkThA2H),m6Ѽ~ͫ//Pny,GI̽$>]Vѭ>tmVdՊ\43EbN=_ 9.y1x /k˷0@zZ]B.H]ڠ1^/pXE94$gv7:s cwel#q΅zĖEDRAߌ;GYΉK 鲟oE MaܐLd5ВqSe "c^9|ttt;P>ǻrP+4#ݩYIhn#e `DUU [c <|#+TU>6'|_'Oe0,%pqǾܮhr뜱3Fo_և3\PC@SN:pb$<)~uq̭OY=q=[apHФ^]R$' qdD$;:1a.J U0ɞD"̏65$^K\AyMq 6bQLc L7D}IV gp;~P=*mM:'y hL_ɵ+qQ} Yyݏ^*ڐ1AS35zv<׵f+&q +1:sMȜΝ(#E],ANb!f}ӻ eQ;.SoāuGY>(玔λe!*# ı3uCT彤G xˋI\0`6;/*C CkWhWgVU$b2V -~˻DoJsiYC"1: <XD֕S-.ȸYY~~o0˖ZXOFǁl!^E MH4cO|\@A#RKvUN4f5`Hb{%Wǝp|(UL͓A)}  k>72%Ucؤ.}Y>4=l? ![q&'O-ޔfസr"~H|ӫY;j劳zAr`^4rX``Ւ}V f1UmsBr~*ՊX;0i(%>Հ$|x- ɒ3LWS$CEF (Z<"w [d>MaWPQl"{DxdG+M>UҏYD-=k0 h-ez]AD0ӀDG:OV9{1l)l{n0ĝ>_@ŠԁbpCƯ]ҒI7jsZea)<V {ֿ%H)+_Xo8z?a::hκO 3mj[@DԷt rrD B m؏>SL|7jm4SI14}mFT(؀Mc"P.E-g׹ڤc5B +z'|_RY Pux9i3dzd"( x22HLMtc|"*YjCMp7hB2 %ҁTUPQk FR>]E?jCI wMˢ6ASdlPLmlEA6sBp_L/%s\Ke,l*LS]=XI1,uD|wEԎ͑ jr9i%DKՉ %vL4`grGkNX8[,.Pj"© ե`r:%F&q_Ii j†;'v+mux_UaM~$(@I 4x":x枊b٬hVd׌mb(C ͑awrO"NjE?t@82Uw5N^;7艅sAHClu5~m;kƫC徕-|yZB~p!*kUKՇxŐp$'jt=@\HD2ǧsԁ詡}!#O1al$/糕Y3ܝ$ ,h,\I p[{y9ܛi;+<9gԆmom IL?'^pVpKU~h騗 /y|KDd٧(D0{*`-!9q H9;$Lj;/Ү.Ew/Tavqo\j W ~[4P+db0ҬX+q6ςf]K$Z~+/K6>*gl&&S ðNlT,yu ,۬9)_Ȃ{,R\E|枤΃M@ ʚ?R=ہ0,8ETI@{ͤ}$ʪBd8-Rʚ(^L&1Qj >7uZXNnc!'-Ge』Fj@RJӹ[4WsYToA*z\8Db,n~FMсm>$I\>`8@1f|VL^-%g'((qO$y[Z/VLvf.`5e>Ϟ ׋ ̣zWtSL|8YWwɒa áJ%e:T>^据Ps9mNbr.]xG,"k3W%Ĝ,h/bWdJmq%-̻(L6$<;b `k4C\79 g`[&KMYyxG]F=eT2, Cҍ;/##F,Q^` DAo5k6V2E. %"*ϓSjyJց.zQh׬v7ւv5 +uRkEswMpg-WM=Q z)eX/L_՟A8ǃwW!}xCh6޵8?! Jb/'!ST TMV6 @ WH.(Rgay|i7@dCd{瀭+וGRPW}Tv˩`s}` e]t`B΁\{lOIuߓ^$r[<YmaVu N!>gf wT=!R5E& ATp"z٪ k`^(^ƶm3ZCPwL7arCMYcNHоMNWIӱ4!VVIc3jjW}v'CT},BdaMA2[k JXC얇!M gbY#zzgUb ] }fQa)t]W\ۀK|VWbkFgԟ VJr~ N̕MlW>-HV <뺻"{aSK_4 ;dgѕje CxcTK ;= ݄ U]XVt~xIp$iALZFLttiPE\M (Ge2up7]RA# <88s{Z~g*Ua!DZX73HzϰQn<n#Ze'2"=uaɛL)|FPz |, RԄЧ=jC!$Ȼrz$UbB偌㟚6FBja D iqxbNXTS#X͋!v ?Só` QX PRȄQC2zOC`Uf$)!dEw2ih @~V?9\ө'|[PKk9a&;lTԕN A^u! ^p)I_X$h~TKa/(ә,wt `f?\q#VjCIsq*ʧ[У l/tɡVt }G6-IyZ9wg'tI)+ qs̲ ǫ O~uh- :F\{ǸKѕF9a Ϳ4T4C>yk_h2T,^oDM7Q\or#&&@BCo+]`.m |-Tmɜi܂s)jRC']h f^&ہA*y}4&uvv#,o]׏u@0ldf1X\:;*K]d*B~,mo}i`puqI;G[x"M5VJ ?@PM%pngտ]}x&ąM.΄Պon2G_S2[d _=9}ҕ>& #10U8sO%R:˖mi";a;1ҍ):*FcM1ߝ!V@SUئH>`d $+RTq T-Wgt-VSbprKP'n)M@ dLnZS2a89foN?Hi˶~̎tt(Ne"ۼNqh2QM+pVnߺ߲Q*oM{Kܘ:O_z&#F]ԀETӫ '>H?6n x@RN^p'JElGbop< o<ѿ4P` CmpW[N#HO^zO./@ ]ѻ}5[1ݥ l!w4&&`Ԭ7}68\o~tfĿSCΕ=ٱt  FW,I/C TRy8F'Ѣφ  񫒅s4\ ]W6+LM33\^k>ky8lDҢP>uD(\>ɯj4/qeuȃXI׾֓ppan𥨜"˂[S*5ABehpu/j_8"iǴ)Ho 6I.{ ߆v,nٚBe+u fU > LÐqE@ZQcES Q [i޿-]?DYMY(; t;Oa22R/94ßRD;6BƤtJ ̌Q7xbH l%^ U&F(YTϖ HLχQs}<ѷ;/&<>1A誥_1/tqaȦVkn\xiYT ߭@.OVɷ=!Zo3DS | BWuݚҘq6)UxRx2Ys1& *L9qVIViHX]7u\^l}84 (SPhvًYi-[,i0΂AClUvQS =(45È +T ͅ1flȷRzZN}ZBP+1dz`K:QU/)} tA^Hiz|=aNrv-[_+wz?6ߧ+ĕ>cF>e2"WAPJd/ʉCɬB`Ҳ!y2;SbD"A6^9fd}џnΩXS)"tq*BCtPd~?^kc HkU?=!!1 0؈Nu@ 3 |`>70@]LH $F w -8*S#B1ټ䩣)z' DJ6$u!ix v^f`?m7E ̮mUbVf-X峫="CӁ{>*ckk_p8(\gC j ;f@7Ҋ%풘lh⌹>(_X4ѼMƂ ʒ,SDQhn&́\bEi+bliKx.Z6V:HXhXpqsmf$"`1~THFQ!Ρ!%#H<$QK U:z̍f'ƃ`>K"A>#coʼn4nhN^d꠰*閵SH#Íh,@zECO;UNԧ"G*`/=..$ 4 O!z7g5LvKhbn)u k˾,/3&ҧ޿=ӄ?ZXT wD%<{T_Bs D:MG<,WKA)H 9hXC܄ I] V B.C\ػCt&`i^V}sA XJ> T0v$ wjszyˉ,8U 9w$[lSaph0s;SSZܨ|Tu-Ҏ 1&Ki0"yP]+Gd@&3Z]șի8VׁT-WρX'wCIkezZ;e%p! Mr8NsrW#O*[̙` 1!s"b֎^26=TH@, NVi2S\lӳ C9젶վuXZ4jJ!ryN4;Ŵ;>BS"K-bXYV=MK檿=wnMȂacu@ZYغlzD[mJ u!a}&? >_1)_}E'=;]fqtTQuΓ9~DcT0ԣ4xCS>cvPk6*brz)2Gx{QI/ U3NmG|6o(-k pM/Zqm6UwzZt3&|_~?lIej'eCzI# !z\V2;w6F&@81?\^@C9!U;ڳ(?Nd6"Hi Y=RdBz+amGVd/_BG0ls?B<)I_xfݛ]Rw Lt2^&}Yk R3/(vʷ}BaD{% B{3b<:/ÓFAPQ"3Q/ҽTZd=LR͵ BΔOR`TC'2Zk_zjk%V'jt/ ŠBTKZj/pjCtB]b4Q6UBEK~. ̖FחXٖ2lu᧸yk#IxfF|b({Bzٳx袪roAp]rA!xѺږsMo] h)W"g'9>֘9H /':E66zWoG m.h:|yXcN{v-Co+% 1_~O<@֦L+A6rZCvaeg ]gvm..aSQVV7](vf:$ V֐~Ŗ}PɐBgg iI5vE:iksyɋ/ hIϚ'vhA@|^l`YB1oѭ }}Fԇ j KX${Sҿ ,h(iČ5 ԥ`*m^mF<%/VӻA6v|զ$kfO)P_=4gF0$0#-4]:Nrnqp6ϫ4 C#3HQ+lyRz;ϼB>qqjjmO&;j'"5#L޳)9č}>)U?CjNHx aYF%9 F,QQ74x*!W[GW@/␮2S(OS!+'h{X58>0 gsv7FGB Ih v!1:PhBƭ2>lon'S;>Za0;Waji(I&(W +3Sb\Wpc%άNF z##ҖId8@;`se]9i43fcVCvT:< 'A3';Ӳ!t#|HoBj9nq9)6 {|l {Vq'̰_$O]ѩ5֤>%f9@OR3oiٻvqP*ѡmv {1Wf!WߊyТAݖ8@_ YGkV7PYlyG+ahO۸Z|)8Xb[; ~SB#'qǍ_Sql)Όt*ݓppHӠLk!p@C裸׬Ùͪ~@Hv<#T _evv}^)iFt|@* ydKKǃx+7^poǓeI8cfW,"!Y#V 'j|Syl6W1* L)?)t$@}.H{? Ѭ4KA[Ȏn #573J~ܾ߲yw 8n~4IAN `;0oȥ@ [Ecp̼6(H%mVt{HNҺy]!/O\ʤwiYR #bjVRY#7g&u/PU:%7XJ!ܨpނ7++ERإqe_wHbE<50mx,НIZ0"w:$X\Rw;_hݮQ˨StnA~2F2`"b5f{g|?&GMŋJl^Vۚ 1[|i{e A"%‘!*d%BDKӫ?d+3[pIb;פ V?_\ޠ+S0afr0+A +b}(]Uo ]+j76%F A !Hs(MF= -$Ԗ$5;ζX wP `Yt{02Շ :Bbm¹Ț\U/#WQ3h<[k54ά=F/sEW(%/edmW jhO-f3 3Ɏo/@Mh? ʊfdn>g G?=3/ j_PLaAMzPoǚFUr F1,abQi (,Ӿ3%E}8=$ XcRuq& :+M 5hExy+ M:/Etې{`&pLYړ;<83 L0wwq(q'{vc_k[iAQgsɻ}[\Z|ahjUW76DfJ=KJ+>HUdPMuȾw44t-t(y@ z3W_Bw+|ͮ00sU;1umWW308B~ 2g } \MB-7mEÊOCě?p_m"~|3zrNsF7cQP<ͰؿuOK5#`㩔`jIw:ϲKzpy(&rz/t晕Uv0$G]MCy+"x7覶PyQSF7< ςUXp̵٦tQltQ;,moyX΂v;+Xt%@z F{d8_aUT^yωNAjEYL"}AS>KmCD4N}߸p)0u*8oЮV#X~4&S IKi V[9SigD:^kW RAPqM<~`H L5'K4؟Ӂ Lp&FL `vv AfT6b1^ad ^. 6xxr+#2ex8T 6llZ!xu?6\dH<[m091+xG@T&ֳd)~发>U:.jO"9v7/&xj&\ ͮiUBFE]J+fT>xF3&71N|"~.hJ-M=n|ɫ0Jq2eI-ߢdJu CSJg¢EII[F0L>Xb/ẖ<6jj9F0Za3vCXI`h`Egξ&R⳾"0?R Irb* [ie^XX?n$yׅ!z^4/DW[<,9ᒧ EpQC=oڢ6`Мs7o;Ltp'&ZR{?5 x$y%+#.!bFI3BkVӨv}L6fg>wܞJ=˻6riƲCIVϵGP5BHki%P5l4pB; _ GLS*4Y\5)8H*d ª'`5Zx uKz&GdKnNG]y9+خ%L,9dB*"Uc'#I(#W!g5|6#3YAWW #4z֍w.nZ<ܬeh$~iJnD6 S?$m-t!`1Kvڕ~PN |^c2,]tij7^hc:Ѝڀ2#Jm-/:\p?()_'oYʱ_Cτج a e8d,.lm#&t=B mNwR? :lH¼" X7TP=*e} ]sT |(>߻F7.j`bcXaqV z+Bs/:sElu1%KZy&k /hce6kmep/N3 -"HY/|oaMd.1KrdwFZr6މ"<=lK$F tTj4.mƫ.@沠t❸*ƺCѓkÀ1 G2?x9)Ẅ́Uw:ˏ|O<\ B3HɃܳi_&:~`Ya]sԵBIxjw@)D+|lTSHK 'UT~t}BofuTy;?Y³7 "zv/L.Ϗ-+Z ]{8n7V)3G?H/4{9S#!(Qລv&]4-2jߨDGO\nnFR`^'Iup#iRTv8V ~R,Qa7Y!IZ ,Yt mtbh8GLqH{״Z%Iq\Lw q*"]RquZ4mTr(JB$,K] #tqX$B)_m`O3AMyfpgmp(mA8Hi 8Ȍ?`~`PP5nBʥ9v.7CQ,l-eor䠜KݞvRdYdx%k񚑪$'P1J>Wћ`[̏SO kVYWT2rB(#htV_ƉWl>ܩY\kodf՘Uы{`Ϸ2Iy$y/ E56RY5æ{;A6biTZ4?Ȝ%lcm5"ixZS3*>aA/X4a2Ks-_A=\,=BS7פ ^/lN4ZgƉ /:ÜPQ=4įA^Le# 5Tgqf")"?*ղi|]>!1FD\I3/ʫ*ˊbjoHyCgf,)Wl\ZV:F 57Uku}utkZ  .#)(J4߻kPr:~sd@v^J/בD#$hH6pg o3M\P8 /}B"4J#xxԋr -oN70#+<`sBtz38`mq3HNs[~ 1vѷ'GAB>;idu+ 0$M7O6C^ X4M4#I j'0)RYGX /S\';u΋fxLP{ 8߉gpGՌb3 eQ7i;`4qs=! L] y֫ U~{&Lt86Ad5nǀ&TiOt98KtŔMAMcǛЗ\-ѿ 7Yxly1Y:F--8 +WnND3 Gߡ5P|UYӣ#t?4Е`'!0DȐDχd4S]&cU*nV%C4&ÙC+Ƅ2>F96PVO#.C&ll*]!lDE3oкɜI֚ &x8rD4SoɵhMZYlOJs sO7 37lF% Uo<ࢂrvrd1 NPtmQ"ַjF % *-òVeh(0X˦NGEUFLح`9^iY16CھdOsAXYxVt1ݫPb*S1ٮZh|.$v+.M\c1pFLڌ].$;<|rayJPGGz]HW'64:rv<:fNvfXW="u6cE%r8Ak!((&[퐯i򔂊;KCf;ک>V]h@QSz8Wl;hm= 0M;dPmCk7?M$ ^(Iӥ; 3<9yӡ#%6g X q82Eq9d|AS3j;Iʦh6'2; /̆5Tүs՟YNPEƐOږt|Vv{<?_T`m.?#Ƙnz?XlvނϗB cֳ qY*cAu`/i$ga3BI?alIMϪV-ޚǛ kxb zƁd AnKXbLd7p!e2WZD1:\7Y"Th75ޤ# [x| -Dy% _5@-~d!|YaEL#ӲvΊ[V =n{~{ Rӛ[S-=0l8q}xnG`SHvl泵{Y<. j`:L?g/+'2>MN:GYsBh[>D`ϙcViң3/$o'$&Q9<ΪCPn5^W'/\ qT½@q/@+[qȳsx.thY ?0"H3ҧZ%KMfңv}ڣm]_A=gT=]KHKD[eU8AhK{&*pÎI:]$tL1DSѻSb1`CtP#\o`j MݽL\`"mE04g9\A:D4qn)!s/nec}#2zbΑȊ [f?gMډ$g'آUc߲UuD6ŮM {u{`'5y7+a;~-wª;} =%JgԽ `h.FWǡp2#MN~3\0N™abفl myXz2 4mߚ_wh#OkPPA"JD늕YPwm"B-X bMecPelx>ӈ{X]!<*YcV{hR0xXRo Xm6+7Xsg1E?Ԫ*7-''xP9{ zOL ::^n[>ñ/J.e_ ̤_3Q.h54G ڪN;JAx;B۱A)|$p?Mxps\pLɨĿhj0s|˧;vaVAcI3m&y+#aV˩'hHEffzHAnO8]v 7c%#I'7`v[9'WZb>1(v@l/k*jGF(uU5ǿ/ j^7N/tuvbw?Ӳw }+MtO{YQ[c ~, :(E~bmlNژUnGKZV> FG1 ? Ag*)#a0V[ n-uG u r!~.lZ4 >sClj.@򷞋}&A-@'`GYE?9pbj.Oе>5g߶(yѵga<e{*lYchk#3D*kg鹙)z$^ݮȖmO"Si?Y;藍fp l1Lm*Q(^- (6ƴuEwf&b& K:Zh|2\j4G#DAӃNXvL-8F?XҶ!{sxVNl2MʓjBف+FuS8) 7A\ؤ<|@ł*9;n$+ FYZ`Ǐ C#q -2b!#Uu^#n).\T'2gYxPETH( 0t O*Im}efv XLuE% )ٲDkU(`|]3V:-3?s`##"Aqq].iqpR,G 1#UrrIfѩfC#0-|!R@A\jaA6noT}*gڷ!C*1L(sl.$=+e2;H.vep9b~\˜jj $'/g6\S2QϷ=C!}h "LTfര(ݝFדP‰Ő@xbXHvqnYs|Nqm$񩜏F{_J "e7 qN9xm}[2JU(M)}c/- pl%]K{hwk1̦H z<52VmJltn-,^%ci TY6b`z=L0r2HWt1ypTphj'T]O}‰5 \}^Xh7*W(+[!cZڝ*d=S{L&Gm`h5R B "mq@1$JH_э^V{G$_,+:nJtZC?j/FNؠ){ s1c;E߷%7gIaE2vTٜ'lKD|fe(l,.\[үK&#=֫p>ps8p0FN1J:+9n?Nt OZvc(XkRv",U>qZ]gp7pW`{ ^|CSvjW;Hch"E4RL"Rnp4PE>Vt?0s-d{&&W@QqGBpH\P7 L{j븦r&;6/')Ht + L/kv,v Ѧ̈{W qZa.qsi KK-3\H8Te!"rZtL߰qӂ%jƚm­8 Sb[P3s qQ;PE$2?Y I-RQNٗyx ׳>(s:yAͤ3h9+՚(uq|޿` < T-O%!#˽{ĖYCLD IYRYܤQ9 nv ^"aq1̞k(t67ٹzu`T3Vl$2v'ş Kϝ e2W UA Ll3_?ي :~G,΢PXQD3]g7t~#EJtBcI*15[]}tu,0B%?A*ULF팒ћSGXv-z_2ũ+eV3ЖRddןOe)B@Mxcәo;t εgG_֬j6 |TNqGp{ŰA׬WN#^v%|diiiN dk7==HB"u `ݓ@/#1V"tM-i+OkKw<9bhٲvfQʃHe8+QԮN4T|A틧 X4-ꡊ]_|/r<mG$hJhrYͷfh`I<_;55jq PW(@Yۘr kP5|Qk(@`PzlKzȃ_]BϨ c:ث Z4Nq_oPЗu1ޟ,ң7tđsIj`=%}z*jUB$@,SUJ,zD/ܬl6`=0K,9>B`Կ=1UW#4״"to/z6Tmn]5aE 1FODh-i6\ji&Œ-F.|Q~cjJyWOS-U͐3 &𣛈eiA[2gYG8`dȏJ0³ksšz>&4t L4aV1gjTt/?逐o-[- IHk܈AF>ZOY|`?G =tÉ Qv5fT9%‖4Gg+gHKǛjzރX?wY\,㪡cn2+W<: U5AQƥJz{ A|;⨕K,ت:k$q],:ϪC~MEI \v\SCVuYC.V Dz9i-sV9 @aiXԱ4Iypl= `#a#L+j:t P9nR~xm$X]:&d-I ^>"YLz16Q]Ba8rBzo'(곀[:-ҢٍfbWZ(I õt6@qEw?RBTPWYtYGAK~Bh*_f Lƺ|[Z{˶YW .c×9p&z X G4}L@HwxhǛ_N9`D(RxҀV)3 9jH<3HuRh8i{xn[9oJM,t2-Q&aUK-nCY^@ew6g8rRrO74kjS4pU2ng#~&r Dچƣ+k9Z><fLGde@ZBMHSΣ#}xZK+Kk U*S[8e^9\$Cx}Og}^?ao Zbtf4Nq&ɤV?A.p^RfF0tܚ"#ik<g\T>RjKIAWߢ]* N%P:С?팵 ]09JV%<M+^[n);ySK_PDT#׆qUu ˵eA66J| j;a7߾y?faA(L'f~+zX@ya+;COeJJV^2uRqmdU!4ܒպn/H^me&+C̮x=x|GĊiMمH 4 SvcA|@y̌n5χБhck+q"r~g1 ށfu&Y-X6Kۢ[6΍RCXr ̺-)S7i|5NNZӎyIr5؂]g,'P_iS/9I~Vq\ά`-7Re&e@CArV58$d{ʶ'wBYgy4̲Hb3 LA-^؉3hD5V٥*1j7+5VUh2?ډnX)ֳ;6dVQz"l<LbN`q_,N$bk츤|xTl6Gil壘HԊE|ƙR7kܬLFMvʻ+\g73!YJ82J֬E=C8~v'r8r0D`A@O㺽)ħMtKepϽHUkL  ;'(V%B(PM;@q$& -4IddIT<5zʑ.~R2kGdVmg_|MW e '4af5![R#d IpƯ$W2qp;<5Cv[\/̚>LdٓTgU'ϋŚsht,#tK$5tpq=M`WMA=5&'Nƒuu13ϾQSxiL}t6#4$UT-i=DvzRhro ,!' ;OCJ=y@T13"ZYGڥk.Hby@ /|2v/>d ^{+K&lBZ*o}&v[S)%=13z$uZx v:ћkk8? ޔ`fBlD6NE; zek8T6Q7(ѡnIybzI7#[f>aYEK ުw~59{whZ?N̢cp8]vq 'e. R\eJyo,PS~tc{/hbp+ |=?W^J?ψ"P o΋w[jMȡۥsZxgN%HGLY0{tA+aK YYkf)%5D58^u\V>)`/@7ޯ?.V2 RmuS,Fi4s`Hs OSL܄Y{Wa8^`;(+t=d\8TDdV7x>SE.FL*lMfHǃ`8f:QKU(fQ=u&HC?ۏn5Ѩ3F΁5?4 [߂*|#d,}MQ0<"ſ3L{sCg-vmÏ@ݟJ'nX[껙e[iض6D0uT' hgNPDOgת<,Wt׏\+hWmfP)clC'TW5SK(D]Ԕ=d_nJmit.%NrOm-]@R4%cbI=O,]1^s%W8x8k1Qk3;x:p ߜY[zOf 7zR;!&`h$Ѿ%};'d5= /5vE,I r ¡<+VMBt)Z"Wt$)C 55]z r EAt?ΨF0 , ") v*z&ɦm6h$ I;{?ڷ;1zp"$$U dC~_7oe>VA+ow Pswc~KWn-KɳИT90KHR}]JLuGuٔ A%Fp"-=Wi'SjBPjh0 %QA}U=L_($ƭ7Mj[5bvm RqZc/=>}}t85-&:h wm\ $z>=ēɅG\dc!=8fz-/Y'zyx( |S$ńEeUt(;!v"˖% M +&x;=3. MjMv-/\X#%ETeWs n ɩ@a&e8~#au6X/_b1=>GBQ34O:I0۞pcE ٰ[W|8&6r=Z_' u/o78H9p"oT4˖y8jߪ}Fg[S| 3᷉&X19*O=$ Bʲ*J(5ԡtv´|vRRv=w PŒW\.#=iE,Lo.2 |ld7UT &F53XA-3v՞68MiJe3$ Nj( TwWk=m"irDa-[XieҰFj[s~9"(BUD [ly^ {#T9&tJIŁ*wBRɘø`g'C!5^` 漵ր,q'&GPN?mFoU*̍bTb(B%pX0pHg=ozX-1(Dɥu?-+e1͗CޒbYAD18U 6\@eW:qBΟfMn @[16:078: _By܎8/v, $'hV)G,\w pS*z8F'UePzK7,?b?yq(2 <՛F:d0̴||5Rv"3b? Z:8I]޵v@ ak9ĺ3 $fSqqu1tӇBG)Lrs!x3J!߳m患2mtJucQ`OS%Kvⅷ2DS7 d\pG5duiʐҸwQ~LP7Ȗ>Į2Db9C.[]gR\[ۀ?vsdD-*B'k:i*v%Z@6LpNwkBlD-}*ʨOW ta]~&9*(ͯqlh3ьt5c̏ʭ,>(;GOt4)BQ0wx𭋌4sz] 8%Ag ?GkQI n+ ¨PAq(},Ybo J \a 8r mvGoH6S ɯTȑ_m2_ *͸TՖy>}^Đjwf63qug G,ڊ IHҳä%V^_JL`N `ܯZF29Cq8W8]a4)S~N.quX"]QUe^ \jW`@ayd0O`˺̟QT FUd5b'`(A4gz^HaZK 1AczjB˹iEnkgHOW땃Xo*7n̋Nr x!pW,S_ oM~gx/ӷ@D: OF&1$+n*Z0 -@_8^ǂ ({aywxk[h,9vy  > ՐZNه ,N6Iĩ8"C W풓-H#`2UR{gCZJi1iı|~q+')DeS ]$9F!ek5tW[juBY̶2}&cU B0X/4)(mg{dcrE_v2AM'q"4TQ$yzcPy-h/6x.ojê 3w !w^o AZO&4C7cFo+ ڎ<~e>as@۝ kIe)͍ ;KcdE sah쳃AgXrcy95F=13)h^SEu,N6<‚7⇒q&Jǧ|ҡvAXwQsR~RODq3裔%ÃCμ>WfV^S  &ƺP'w-e`'E> A4JFi>E)/Kod<8b0cqK)`\# oY?Sv>N.`\G^}\@A

P2i1;2~%ի~^}c5X&!Yr 9BPE< ńQKMV}UY 5Sm] jOټ\c \0q2ʫŽMsvj'6 (E/ޤ Q5g9۹b<7i ]JL۴ >߀ϋ2 LOue_X|閦IMG[-ݼE$3*;n`gO?"&j JG9KQDQKMmI;_kRB_'OXY}\+ԡp2b1Ƚs^LmM ^X•~m܆A:mh9ޮBU%.A뎬f$qZlmOcKs!A+ 21g,LcNy^Wn14;d\ xzn.o#t P I\ L3HFhkv$^&ʕ@@ٛ[c;F\8=YoރaMb\c,)$ mb lYf* .`WX>a NnvgWC}9Ο)%eTpGf`XZOvF dNulǃxM*.#Eme gv%Iq4$'8NΟw͇q(_N(mqVE(H;87f(ʖ'> ʴ]6 cfarV[C&;6t5:jSbdjqNk`kբ%6 -cUck{3eU K4nwts\Ȕ:*Y3ja}ܴZ Noo/G<5eZϣA GIAN47C$6+G[B)TT3w7zz&ӣ^h& xS3I+lKHy1`ڶV%-M@1+ ЈOl̎ {!HE\kz1K63$ [j5WO+1^4MH%5F(PLW޺:yA2–UElőq pz3(_!603-f\0_vK7 ֯pSl|NNbݪJq!50P݄(ʹbgZMsLt6"84gKڛO?r"fN NgdԒJrC`=)c,f%F9U VbMi^1C7fjO$@MF]!Ը}*+rB~DqMU] :?=>:T_a%2wy{ : :DZBioɲ/.Ϯy$JvRex]ѼG]+Ksp^ߛ?Xex!)6V5| KzJ]~S\o7G?[K{-7++KC^ø6qՃV`ڊ\{#Fyqfm ^D]X6A=j7VVHzboFXkA19m\N^hN&u&{Ι?A Ͽ)T[Y8#'D#P=ӳ؃4+\2X0` >ȕWV3 MQ4[ED3[0R,oSO6Qͤ^ik=Ura\h#MVz;srz$=05LeZ/HOh.$H{k+U^:<͸|=_` rQ*I./ L r4D4 M69"g K&嶸Y9uȌ~P8K9Zeof 0ǟ^{8,ǪYY"j62_c2kSs9 ܲNd@1nI ۮtMoVJ&C:=4}ᝏxA+Gx ?_"NY*"ICbt\ȝ\špƅ{+! ՆWq`k1H:QC-k1ҡmX kw*[!ΜWڎXe缃cLv-mgT qf]o)rqTsCլ߱BNLGE9m24;D= pOKU׊E[!=o} ʔ %USYP-+~F.ݴj0DA֤<}98q䯧j7g%Q$q3z%Wv$ gM"V/Bz c2j?!$gX]x1 'Ӑy:ᡑSzp,!j$hX1|;0%j=N[~b1KW6Z14'Qz! /_}w|4Ù6,>B@=@'dGrҗglCUj%RQ ]<4d"S[[ BA/$uVzNytGх X|mTޙȘNlj,T-(Z1Z=4F#9jv7f>0c:KhMu{h媌{i:>+t7)q(g@tW`h(~w0>O+ A=@lGO$5vWJF&-AW5eͩnBa0q,r SO s?mr"1 <)S5㇞l$񁆧O"%3}c궭 }Iʝ~@ `?+]~*ةˌ%LctqDL|o?I4_@gcc0;CVR\?Cn\4^ SM:asf4"Kbzgeyp\,{ ;/x;Qc)@̩KݳݻTS莽y`9`$y`"sN~N6=qy1Bͯ'H,ᏃAްLGFI^AoHAF:eLcY13׆|];Vr)3?$1%-|d:pZdyڱD>^+)-Ij0`ՔG`\$R#-vjtsij{IΣAO)BWO2%j.e rI4rx<]bN1Yyd"'!9IuK)N%CfVB-& ;%8EjSQMZ#jZr‹3m7R'](=0M*og!V%Y,'jн뇎Vz tAM!Qj qS/c"t!MABrnH)%RIp[woʨIg1Ϟ0j]iwWBQ;jiU:̆oL@xER &St@?ʢeJ/H5EXʼniE"}hHl|ٓiuw ]zlUѕG`혗n^ߟf3V"'ئ~4~*e@FHv1ʼnZK r1䘊5 :fsp lAl'#vDdc"Jw,s;y㴌?VVlWLU6p)*E`M`q BV` Lm2^u”kpY"g g.:Q(qo2 "0]kI`m,¡61ʟGHY`DŽ{Vκp17z *ܷD<И!6[Ƣ=x`rWii* IV8j,l}wQZPڐи/XR ג{![LX{]c1uQ$#Obť~2-,ΜFȽr_v;,p^D |PzfYfWܧیvut~/x[ܖKkq,d?p&!VB[bJcu+f'xROtgɊ„c :lb8'Ge "wI>>ii11]dX OBL(Gֵꒊ]Y֢ڻItBKHSm"ƈw,>HC1),ۙOwBN[˗TK {9vY߲02QyJ [)4SaP (ZǟLn!4=HС H|Ge! f'UJDJ1Q FO(HHrx> w%b }T~]8,Ayq0S" * `KpIS1sR:xl3uz~ Xz+=_tnt tw#u~mY#1%y%xA}UXGtl#Jտҹ[8M~VaGOJA+J}onR4!7&#ַIoj>e kL~k+YOFŻvdLK# <QiOs, TfafrwTNu76-z :FvR+o8hj^Wl]OH-=I&#m'zAAe(EHxrmffz:9.v~>ҷDDw:[Zal{)F KE e0mMܤ {/akSHT o 7 g(P"ncz œ!{sۆRO,6ÄYiZ=yNT =<J*~y?'fCY_S& F<- ]KAkrK?Fs{. ,!ȪȂccŬ4P6sLX$#pR&YVƜߵ{(( ڹx|:!go^J >Jޅ-u,&@|FY[~^uEB#D#fZ,u: l翹DF[4#UH@ 5Y7bK>SX2A_^IzK zdQ %=T$B+}E$RQXv +\Ǝ [JmNvw?&ޒ @1D.Ց \R^p#L an-w9RRϼѽJjRIaX%o9o#JlK@ʇ3%R [l}*4%0W:A/ő`x"T{d*ٸ5ɥ4rwJ,Mri˿:M_{ݑ=j9&Kj]ħ|Pjla^r74a#e?Sp?egr1lP[p]89 #08%FuGBm$pʅR @Qb#?|0 JN\e]l{_7zdKј=7Eu^ ('I*R7t M^chj~h#X=[3HSbT@@7x52W~fDfabi"GyuK 8N!|Qv|D8mMRHca gi-uY G8rD]$JЛXP84ųP씵mlo xzzpq|2D+bU&ޯ uf[;!x!q`-WOɱ Bt=9qpɵ BwbtĐ/F>N&l=sHkfVE 5|]#Jv;Ա>^,yN^'57)F~=<3B?ys{G!GL 6qWY|dXn7ݿ|w=| -u[9PbR'~90 +7l{bNJެ^)^ @5~]E=+@ݰ- x~)KDQ-P{`> .q*0]泦1^:IC /ՁQZ7rAeH}XGkQpcD &o w] B{KfcOBQNӇ"N@ʵ, Mޗ&]] XԶxfS[,))#OZC90]?H 3Vecn:\ SzieYy΢ufAo-$FHA>pNtTfvaee0O9ZI\HF j!LjhO Yi 6Cj Ӏ.:8tO̙BhOUgq2K\>#LWhoJ'cw*j˙ev&z @D䫭E?(.#24+X«ׂۅw \R7] gP;{))Fz"£HckVT fz0[ӦH}::&vb!vLa]:g6*uc!~Zw qc:%{}`ӻ6Y3 ɒsܝ5zf$ 4vA=eZ:jDV!=;r_+nQ["@ yZcqVP+Ņ`<e׏ftx43\myI~_9ӻsE_j+sc_Ws_hmqz l87ȧeC}_4}t>Ry7CWVn|yG@:w[U߷m%pT@;@ Q0辮/T=6N]`jB8WՑ_:AB` gdlN YJB6~ c hXH`YJ7D Lm^P<'ft J.'Cg(0r "V*O; u;΃̌i]Z8~T f8^e|[1>sRX#X)vm#t^=,|(a۴k)$YBzjz p J(ʈ_Ja6db3"M=O~G ~!K)? n]J'AA,3'kko},[*Zf.ؖSvt'eS NZ۾VXM kL>x3.f&yRŇRȃL#?_o?VOQ8q*x)4ַ,. Lhs \ɼ-੨āLaq^SsX9.HFWFym++0e\bH̠W@)ΞAGt[>䂣-% MIt{8jC&kEu}3:{C\H\ p .K粎Wrm^ GC@yWh+Kx%} *3[/PDl~9m!vmIߙVhIY>\ 3cJףzT[ͅiV9_h2oU<.JݼQ, bq7(ϴKu*kń~/ȩ/E%^N]NJlocj8)!+ ùBHh#y1JI"Z$kfg>Du ! SeAP 0Ӥy_V8!ulEs3}% DZ@AݖX˧^V(/Z*brYAz]N Wn\p4`.P3C7D2C/PQzvEWy'\Eƅ)/qznzgf/9x3\jewmu)t$('# oC]S*duz"ǰ^a {58, ;eS0e0n\pf~rWhjH6 :x'10eOw[Cu<$Z2X-?4`R8 2N1b&Ҹ,@;,ͅ ̺,tI)ee]qMybnzF_#}h] R}q;}b-\Х;?mj$Dz˱C*3ͫ8XT+ h jvyͳ7u-n" B k QXDF8-Q"EQ0O(Xkailb'[t,BإʈlP9*'Hw%P}oDdijI 3n$Y9"q9qf.^_H)rNl"F f*)& ~ΓB3-;O:GtoOX v#4_ |+@N(O.Mדp{tm8'Ma#@!.NJ1i k*4H;y8m^;Rk\`ݞN$%p 6ị:'%$1CKb L^C'YTMIGmqmFސy?p@51̡ #RRGȭutltu4t}Kcw)Rʙn_S[+'##W~d tf^a˷ Wt A_Ġ*P-烐sנYAJ <\lXIMHxMg)HM%;O[娕k}Gs5nIO: џe&a.63o:DM0Crq&6!Bt }31(uFm>݅}8l&s~@uz$UhTQfg#]}Mgv9dh+8{-l/r#(DMȺ0c-t2N\LiOIU8M LYP,QcDb W+nt%"#:/ߑNdJ1|5:|xL,@ < ):CM3-ga,wnmBh:2݂7}Fd,7Nr/|jjo AQ{mZ':`:Ú.t>p!ObnBqlt=?' DU>1~虋8o}\bgHEvԬu{.p1Emݙ1Q\øB3ƳN UEKtV𻾇Ϧqn iC܏5IA2z?7O%,;?U)&SXmՠIgj4Lje~#YJ qW'Ɩ)٦ 7n/_x9PVfۻ^'!ޠo/~);g:h/2OYrdF73L! V|hdO3P-_f Нn=h5uMU0( {Q^0h-BN:r9z'y5 d_|>k7.S::_m3kIiUpfB)%~Z-/;]lHP;Hze,:O.M_/(!:'R4P,i.aU:{,κ!Ŕ<š[Tfu.Gk &cϩ 6@s/DDC`Q* g,iqCw#Iz=)r):Uk ]qMC7&ݡ[BTޝڗ”cyx> 0<°'-Qڟ&r"Px4  56zY}}&|7cE7%W$k~Q [qCxpYZLhx-Ao9 <ɏW\np /J]X:UAF93b;:ARyɜzV︚DVmh2x=H@ohn32̅.u`A_::HG2TG;fk&&k-d<8>h +mxȸ {4SQWuMSѹB_N>klSZ~} DpY1 E9CqM)Z}MF%UH%5lR!¼?Cvi)Lڊ#W&Ru5Aq A4RЙ9+7XYEXx dك?TU|ߐALUɲ}W}yM'wn͕<9 #j1? >n/ײ-#氝CAm-Njl:$Rs`u^0`v)WV"y!x2^4~t²2 Ce~A4vNRc&+AucC1u@"ql;rgNp۔N,sx\-,0pv8X.m?6m J}c]O(Vx͘Cڦ? Q}_UQ uJi'6U}!K(07[8yX^?El:~r Zsn:-E摓ShNäˊzWVO4mչ wTz VNfN@m nL4o/E؅QVcC[:F L;Itiك3'^/'~|g bH:1 ~I( @y$Y'.;h_Ѷn7h6k ',h|r4c*'v5z7l|]rߖ~24VH"θ&]e3,u,WD yE Q`̞g']^ni782{-X| o#vZzI9xBx[!k7&*S7 yHfgr&8ļlk.5[)cE1u yafbف͎*t/FÖ1~"1 ůJc0OkN=7\Xq 97ڨQaHX'DpPe+mfʧF'GTG\d@FrT /yPW uYGI~ bf%s䄧3]DYsȋTPQ rfx೴"U5*D͚ІNeUb$i& 3wz< PIao)8XXGu]rʎ'no~f݃"FDXM;t*,,~>zߡ4`R:I R%ϼ $B"獸9_h6 |89YF? b9AW[::VSʡd٪ب\2hudJNQKt*qKή YyTj P_Q5,x̵bFP|>;UAK8ѾKqw͜r>}I#cs/06`P}S #]gK) 2@NdWqsv4 3)Ȱʆ!>*'"dW$G%D.)2᰻\2-vvbCܕQm#}(a1/ z, fFf|:s $ _-E?BW(mOXBnx!!O`I*LO;e#ӈ2g<ěw޸2i(ŭ%1t+=vXT/EBT[ME9ZsrJ)~% vD?ŝsxծ8i֢D$PzrNז]gaW1W>għ|_6;b2f;f_ ezpsNjFcz,n->‡=mםFfZdmvK-F=vndAp33(uh, a3`3rgd@ "-][!9aNO \J$sJfpuO̎Kݓ7d%{Љk?1Ƚ\/w-()S8C G!a/MܱND`Z0>z,L@H>;q PӦ}P)7]5&.IsSM˒ar!b=N7x5ȉgs遌WPНJ!$LNPn͛?q\ bTNQ aSJX䢩zjEt$PfAOHQiev;lߪJ]AoQ3$iP|6-*my}(_Z^ǜr0bgѾǰ.N}jz<$J+ӝ)MǎBa!t#*fCzFkoCC qT(L%.T&рE S?ͩa&<>2 JwXE\J:سY=v\^WY4<<~j:/kOǵڴYLRIsF9x'&%t</t`ΙrKl+UXd}c+h瑺XJ wdáZZ ILm\QMMqݿTdaxOΎ1db#$2 74#</k&B%`?v)Zg-P9!!B*"Ӆ+[, vokmn=G;_r¡QUw Zf|+t^ZZǰoFJY l IFU1LDž&8D4Ӣ%3/GԈ/ :|/9G^u %Ba78v0E|2n#|ZJNb=q!Og\lo\!&o'`/R!sB{{jb/^C-gl fP_ Oq>F11w_<"7P+4! s!N`"/81cHD+3t쬕{(xkGpNBq!_󢸞MbaƊz =u< Ap#2} biXьV2fU)TN2  D }Pg3wlĜUjvshbu wbCG9pnQ"AGm瘎} gD#;gH˥?QY*r{, )}N1eᴜ,Z e.tGWR0D "y&ԙᘾΜS{nw1rQg%TzGH&LG$Z;>r|u.i(+6 \M-hh;;>UR n"[r%Y&֯X+t[P`zmNI`<;=3ymcn ʏ\oQpZ!uOeZqJ$_{$N&X^ςXMGDĄs#8!2L;)*-f jl8zKQfٛ̋nbQղmd/XW!Z'6j("SZGϞUj!AY83{Ec=0Ҕ%e19JQUy?: n!y8^N"\eA~N<"(b+Dj b׎h^&' ]iM-\Ty!EMiVPU.y*aE馗Ѕ(0I^+JY7aAӄ gnL:?uM\`Tg2[[R#D7-,w=Fm'!ڌa9'*:W{Qbm@ _O7}d=B9(uq9"?%,(àft^ މ ]uM]Fq (+'r(e7(hPJ+7ahΗGb 0EOrm0 U_n`? "7ȣ<yiLECNQAA&ò@l-}:<ӜxW<ꦰYR4FP97_`;x:['{*阅-׹t5 Ǟ)J3PM=a65/dm# 'o>{8Rf Ĉ=?禴8wAgW&՛*IsrMFUL PBO?&(YAU]hnaHn~W83<9cQm'Tu Gɼ_RfH5Qu>i?}{?P3=9t[^}ܣDgcLJBU{V|5Ð%%D{G°'lPR&F& z C=jlCc,$|ԇ/*#%ք:  #f^c?Ȝhi!7۷%I|S0OF (-FLNj! {GV&E`y]Ƌ^& [gRsvs b_͞93Ou پML񙇪=l(X>A3ؽVA1ͣ(un_>M H'&vlLvw>ڦ~[6Au``$ڭ1?(F=. !kqu`J$1'sgLSkڀ"s?ȣ}yR0Ξ?S9?qKW+ 5wStd&[R<+bҨ/Ph1$v;GVWF_GjCGMl00tH9V[DFOM=Z>?bu)cy]]R Q؟l<]dh%<fM4AB l"bk+xVil(.LQ)SQsvH 199 NFsWD.oCzD~!nX{R8yEi.ׯ~外Lښu:̈́;nfԁ+q (Ҁ3id[KUvLFjk4X ary#~HonG3dE؋8_e>X BϬj-̊ޜi#<*^K`+M7s b@6W|ki̲a\Uĺ;-ųckBγ/|@wwN Z53I(p'2#d?7uǁ-"-c4s! C3(h{!}x)_LJS{/bX%5_IT^P8=*.=V_KqӪ|J9)諚Z{BЭ'fyqyt=.jOi xM6$Ta1; Jtʒ A`;HDItt=]Q(PDOl S'+ YJz5|?78{]Y.e-WS=lh Ge'@6ska*y1 rMxozVIm8?kZq@;DR[_$A=Jeg| B7K*m:068уHuBKb]-d|%+c04'!W%{R[UDBщ 36@oDb %_C\Uof0L\"<{Q'T=G>p0ja˯G3HjZhJ8S6/~mئ"Pcz_\}!Kݶ zx "d1i6Vv)_73̭+cチ5^|U S-~*H b\ = S˚kZ4raFn~;߭ Q|j@&q%,oR"pT؛ttmriXBg-E%UL+LtٴnalD5~ F0j4zr:n7Pr V8hYǪxt 91#x jdB'~+~ީtЗP;o}u >絇+ªOyѾ~M[%w{) c |+9>œ.K RcwDșWYGZIHfS!@'}614D?[Te+SGz!Af^"` !gAۚ`peyd6m%"_bkoҬ( `ᄥ A.xc;>!ؕ 󐀠WՇčhBg1\}1˂[\[i.5W)r,I dŐ*!Px*N)wHN Nҏ#’8OvUc_uѕOOm~ԟ֐Vٍ}QtZ B 3~e>lK$t\Uxa`rb1A s΂sPr$x#{i5,?-plSbB\nlxltͥL;M7]ޢqg@;N{a7߰ d5Nrj qA#Ś6SA)1 JGk '`?wҔ^#@b)W5+zZZ(,#?`4PrxEͭ5 d$ ZeiX ԇSa/)e{Qb8layOo&)mو Yi-[|7J{ qUB.ENBT_Q3lC ѷ[8C u65;"ui?p~쥆.QlKv(Y o0G94)5[xSBj@Y"{ HE9 Vr&0͈oS..Ep`hß"Q^[w:6ZKo88殀 [=dqh5wK yH[N,CMT[2%0w,0z+^h)GF=_tf-58QCMqq<VS, &NԼX>`e}|wES hHQ|7ʕؠև)߸rIT[ASaIť_ qV]Ҍh0|g(   ; %~A\19T[K%{XO9AiQX_"` <4SRV"Nqaܧ_\VYcc.#c|ȥ I˧g[ɼ*͜܁&)>.]08Tea&c ]yKXp:Zk~/7?+du.4b kgutݿP2 f2BV.K3u?#spRhnfd{ MS­\`IƢh|,sҊ|v[p&p0|䅦%vǰ_EGcG>Wx~xLvhjBҼ EΌo,\VV.A|waVќ&`+;ˎs3&ʜ"y\W0 iq*gIVЕ"ovҼ̗ʲ=f6^#\@yoJz }'F&#J in8N* mhyNY`5ͪk8-"½c¬A2ʙk*Akyht=&w Xy͊CR4x3~䠫8T-rZT`E ,?Džz0ѧ|-j0RxLbcf(\Tr]9YT6VϬpyǡptt%[ -!aV5q1Lz:'4hyCt͢R>e k\[~ ![%&zRkgR.c$wu*<(c/Mtf8.PSݙUz󧝐,f|Y˭ڭ%ۖ * aQ62>&-Uym#LO5$f7 PYiًQ/VbRVOb<[5=닦Q/ah%c ~MKʀ5X ڑVZ8n/ !A{&ׂtFwsZ>aR?XMai>gM裾ov'1 |85:ІfW zTPfK<;PۗgK7O8tHIWp`uyKF5sIŋtW5b cfHD.*VuL{:>.q‚ihDguZݯ)W XMdYhaumh45+%R;uxZH證kfZL^A\%R*?c}c90*IC0~@_}"H-ڛ YZm8L܏<^+^4} F͵DPRާJ^,{8`TPm 625;.^A0,P1 `k@D[m3X^G ERʳqϳjɱ5dz(TqgP<,BvBTSSsUeg_b1&{ةsZxe& FW"qߕˏVƅKO%e"/\4RǰW bߜBsBz6T.4pWRcMcT}}&+$H=AnATz s ^ZO֓N]ei>lC;D3۸O >ؒcW w@zct%B5'?"qLH%^Ÿ)jO[eLvLDRl+<͓O^B{3O.=ˆȘ}!$Є3f;cϿS_"F'@WU6όs ̀ o:|v7?)OvM&Jy 3zޏם:s9\H336RS2 Orlzj{]+J5&_52Jcpw.0E -9xW.mN!5KwsP;vxkŨ_0mD;]K 3(eDm&ǴWw'WrR#R%{#$&{?dLXxyaHD.UbFq#: \yPTJeqh+H*HH^hN%aO(+֭1ew`]zqe:S;z WP~ ]-tK8g#E5=5ebB;^pF 5O'҉McUT+qVI]_ǟtj/+n mlX$7 +!x4NQTVMz AU_4\O>67hu*LXtw> Ç΢rˤA4=@G@VjS73._ɦ=jB4eݿS50靐!e3Q!1f/vhYxw*d.fK0?,픠"51 9ckK9vIm **: V,#lN9+m *7;cӏ70\p 1b9\VQVyn 4#JSL?ui J!cN$܌BɁQ{,H {OuyHWxyۭTB?lU@`qw %b%p%sD2GTi+xJUb1hFGD/=3g7)v3~h/L%ʨG^Ҵ { ^zM2tJ޽_?/kKpH %W!!` S{n> cVPоV.Tha`Uѡ w 0KA&~v6JՄ\eXB)i/;Y9Dӌq;i $NHrmNɛ)<]俍&O}UTe {] Cڸv<!vA 偠~##]PZ΁"@m-R:t=;s ?oEL4`=f]l(ΡiP鰶]`kȋ2i *3Y.r\C[jGo(li^&K,XWSe~%Kv< X}tXԗ( YO$!/4[rgImpRC'Rq-.z*x+>yҿilۅS-Y-x@/_ *YmLx(?|^ĴCwUf0ӷ`CRa8,]cO~ԅI FjԘݏ6ϺN)j%asᘪ*)1ui_j?|KYk>#X>J^gճyi?&&{` |YFG!jZqvu6KtT`@`hsYzؾ4߆|"LV;5"WMU#YU[.t_-`bh}X} ^=ľǢ uE~$'CbzցюГ>4<8HUVԻljkR PzuʀPRfYLe^VjaʩB51:w#~m6w\E jsPQldph7/[!ߒRڐz0I~$&@Ѕ9|{it 1>dLnj<LOr8zDΒbdde7 "iCB_ɿ6zM@rUcRx)u9 ?ocgg>LL-BDG\x6X͞NŽފ#/q3s w,I-JiI#6m) EF # a>OJqOP*MZz&ު6/EX|;"&(M C>QBG"ߎL(GLm+g&'H,AYh(McIK~ʄH␼ `wrS3&!MV7X 2R c6v7tnc~p>dR:$}s~܏:7u@2!szί,{[ 3˱N(\J)`2{ ^Zќ5B WFrh^o)+ XU0c(sYJĪ=y{E "Kݖ]D /Q#yC6vAU1]LaxT!ZrW y^K4MG8qnoĐ;$> k8^wM)ɟۗ8xi\F_&Tv\xd5]4a1r2 Z7ΓܿJm`!eTeSi<kì:!DV<Ϩ%cBۋ>)R8>ِ(Jo;[.w+⧒uˠ:y_L#x77OۜsfK%/d"YXadtI<}EӁߵI2_Mb'`5>h9]!fś?IXM(CTrt-kQR7E=>qEEmC͒DdhQ w ,ldR( &Z WQ*;f 1)Қ(s)2|5EjCV:I%"G>Z|U*CR]\:ls}g#\.ڍlV-,Ph.ÜCΑ IE7/wM7Q_d2_ߗ@f(*KY܋7bCn-~d ҈\ y0ku)q_W3l5+]%%JH FJ|]ZrENrv9Sk_ I[yIGeRUHit,)qt7B t)C|+TKGV6=Z$o{.< P\p;;>I^S V6@8[Bjݵ`<<޿+݉DI})0 ɘn}^U8bHh]כ2"L != N+lQ㣆> \A TԼhxkoum^JyXȅoգV.Kj@x1.9bbn-֊aTè1QfM:^>M%"8"\HjdDsW%)^\-$!f]jMo2Kry 4ҒnK"O)g͑iZO؞% zۻ=Լi]WkW?C坫bt/ D1v ^xp{VkNL > dp_˞X3J= G/۟a͆=X!.@oi]'e w9:~jAF1IG Prޑ{G=Tcsv!;s{1 UOiH9u ̖ ʿ/eT|DxY~zvem²/:0 lE̱><;`%ŦcM,n]Dc{l. eRDgRoœBT*cX~k i%DU=**ϛ4pwWo=SjQ|)T-UG٠^Ëc*\ES:n"aIxgp&p:}9뿽\+?N<)iw7HťGcpU#d\փZop y2Tf[wЫb/# ⋁)15j7-QcZc["<ۣH_7):6RMݭ_D['J7$)ncҍV!;^|uU@oOO}Rr,^q"EO[J̆E1R;gT~DOZ+-b`Ab/Em 6<)B]Hz#L=ف@rk_IWZr5&]MBma7LkJwN"1lOoUBg(`S X"'z5;Y@əCnW`#nNd<5> ^@q<‘=*y.jU:i2JO,fF,1 YE?q8m='V|XIhdKr#H^´uȁ ]yͨ>)HVrbNyݛ@*v*>`>9YNHrPFN%s^~ҟ9Gê^`ڞgvv`e.~1?6h%"P_z"UT6HHv*9j/^p K^hUtW;"WS!M +u٘T ~V⵱zz#wڈ=Lm+e3+ہ2w `3{taqU(݇iH @prJ6p-O_t*_\G.Zzzʿna<EKt\x2$;Q/-OP8x"Hû-vmʉse.Q}8@ٻ^_Μ}޻ W}t @.5-:~u|?`׍8z*^ ^m$5^w\ ׷gFZV <[p!LΦfmmץs,X\?u;QVK–&;l"lM;M=ҕRC gnP-Z%=X}^ , <|t6-p͡yKSM8Z )~pQf> hxK:fo=n'R{6^_8XQڛ%@WgN${zUٓŸEbi%j/{:6.&U6БV x(iՁӦY WvEe gs-Nj=o3eeaL \#&)tMDD )j_c #`t!F,^Qٮh`V"yKk}B^ȸt[c܈lry!_IkxX49K.O<{Wh?G񼺐 Ԟ^ SY0 A]b>4YGtEMk"3ZT6ޠbH]E#"Q$=Pofޅr{>,%Z%_I!Ҫյ ۘLLُg{"d|[+ۏFX"W`m(tIu5DS[bn3L?Q2?۠`6;5qh۳  jro1}u-^}֒}!ں^^oPV y_ ag) h`9}N7QYlQ=y[Ymrb28Q9#[/T1 x?QLP!X*M۷Ys_s ւ"{3t+HX?oo"5 r G%fP0VTMP\},6SR)V[1wB@XeWr7 C/#;yLo*~Oc@ٗGM^p8 kztiUazeWH\ b5^Ib`ނ{x R} g܉ub+A"ϼs X N@ótIV;۞~q.]w=h\ rze%R[(/k g[Ob7RQ%0*䵲6Erlz_zUjɃK̖}zcu݂8,KÓ,c-)t(%J@sc)(,J^<`'5ukQE&/$F7|k@KB`K굜p[#,Ө&v]^$o8JDb'FѻU `rBٖk6)9E>s&8~KA4:ώ}[[q[;P==D=tLы>!b/"8~CqLx˕[Zy4F!PkH)>o=5CE q=xr{[Sz̮{+?2hFr^ h0J\x$sgdƅ6dn̹`GGǘxÁ!v #ey;Le`\`eբ!/]CDM5\ YuY0=4[кRB`*q1ٹyc# ʔ7Y>mZd3MI <>-xB}K$ CVӫwXȞZPl_Dogʿ}A䎧+&Onk]4Hl:!|gP>? ^qѱܼ*<3Th}=R;u z¶1Ea@ZK m5C9п]iL M"Ma@'\>ƗTGDc\ TgEM#X$ͰlRɌ78֬ͅ@w>rWj6_gҙqu$9Ql R";;RDCgs>Ti։ӥB8㳄=SMA_B6guiKC\$(k> T#dg5&f/Œϼ}&B`T\R{Z0.yX>-'%dKwZ[驚"E+$%n6C2<1KUK> ةre)?qN&J\ą JEV5=j<)]F=b Muo .1yGd.EMt $E%PU Db권8ŅzZ$䂧k&e;nF:!ְ*,n1_'xO\6#$ٓ;_2ISJ&ce%r T ,ʭBX[o=W;]#sh_IE"t2\ąΒ|W]8oDQCu!"i?^L v9hfSP^n {ɉ/?S UN?EV՞!*c(=Ck]SVt W#WHؖ٦9F $ Q=t+*W~tSRCl [x#5MK7Kq:+o)ͳ P)s-WR5:vO#i$vaj[a]Z ?"V8|gi}6y \26r%&+:L#UV~,ns@7* PS5.kw Cd+_JDO`; 3U ^g'PiuDe9qqx1, xL,"{mp%M`ôOUnU:{ WH`#:?%ngVϨoEb$G}Jq!nyF=3b/Pk귬?j}0rxUew,F.[Jp18n0c6z W;|3 "o0y?#A t{~dk̓.֩!'`~ZkQC%h4ϐכHZ0KsSKIB7:Hg1wVH7t@8lvuQ/1e1N~N&ft#ERU嬞-ћ uP큺:,1uߨun/B5t&^֡yd^]orq,S%g;]Ǯ@;>#֛0U5 %t?H8)@& K;}rQ6{cK.f` )+ѳ|C';s;- 0S$͗=s 1+_ K (r(d4jɧ'*v"G7K'͞Sl93#5wFx'H#'獰eF+כ_&#]J '[H-lz=h?7'X9FC@ <_ΕXT9oF[z/z(#@#"f!#:3GYS긿?xP=ϰ1 dl[r_"凛}W7Zq#0SAJ5ږhwNcgMbMqYSǢүԻ"bbS/R%lGH\pIWl`p0㟐:}?уEc G} 1#SCH6զG%;]Iagf.\RkYt(OY2qE"JK#$XE;GV[Ű/Ez(P$ iܢiwvPIDG0qG " ) H2N[Co.@N[TvFy\K0l 9l[tx/YɻLEw'Hn˿k+V_06cEYEEV]V+bLU,%!ǖ1c?KaecPAyך (:^9>WkD&5`rIJI%߲4+U9+/&?ҞL<5IUa;MmauwR 2KwL"Rr.=qII`l_%]bPIƦGP4K`lxQYeX`\0l*`2JX,~fGK6ѥo/1m7dIt-s5F(wy~MwHtOI>!i=kow/왡{Qh572h"h. Z<.7^}8ɆI1 Йrt cz{lQZk1惜C^=sgϋ4 zȣl 7٤"t܀8\|F|<:O[k~4y گF n9$̛` ^]܁d/Kjс#F$=@5(?jx+輼`VB^HPej@Ze\@b5mfSȁ A-}QK~Ɓ,O@Ӗ; &BIn#C]w;Ėg"Rsyk{X8f 5$ϖtAf\aEH S'cULѼ4 2_l մŦ駡Z V/5(R8Cfk씃x9JG#Fe4u@0??1L^g6M`8݈6ؾvBD -+$7+^; 21!݆ \MC,&&^CȇBܫt ?Y餚*㴐X"}B~d (p%X+]D="f C>ftƙ>.-1:|T/;AYcV=B]("@c8@vP/L$]V=u]`hl;A,{ Z6lف/eiܜ˵2ёPdF B-`7Zfc X8˴4I"2q=9o.uiLIl.}0I[,,|2jS_ч!58y0nC"?Q\~`$~JmᕯԴR{2LbMr?:|_]i/@81 .3}f6~i:`oثR0dJcC^YmގOBoss Kv}lA>AoSwʪZ#ZUby5pIQ,'Id$O{2 Ix%+ZIEj(_W:!ƊS׷k4SZtxgW]y(-B:Kz pWVNtab`A bqϟZK\İbxƭL!:ԥKPYpU_m ^-w Ŕ0 ߼ $ VBuҪ h9QmJ ͓j៝hXDp0vhޮOk˲s˔ɳ$CΠ$$zpa?M&Hc'7lȄI1o_r.Pæ2-H`dL$ˇLL4nb mKKd;}5X6`i9 :pu%Po]˜gb {{ )7 sy2aMmGjh*ޭ-L~0y]|؆dIXP.z'2Xߞ-/K:ۂOZNOUt0wn  7sibb00% kRJgȗ& .pqsW%7C?Va$9I#I+ ж`gDmr͈g9&vOD{Mc?̧|$ԟ/Wv5P XeBB"+)nt VW^4ե~ZkqDw(..!1 upG\gc?7XnO?Qs4(t G Z<>7>+=`@[b&ușߕ8!_5/7j5h#zR>1PV86*]R;" 0i!Suk K$8Zj5A K n:CKd٨}JZ[Mw6s";cM/\|w jy(#Or=ӥ((Zo^!h[,hݖ=9IIbݞ뾕Pcb_5A5 I Ȉq.`6bo7" ?\PQ'r[<(%>fT-vMIt M6N |ZFb WF#D@ԝH l &fO i=bk(A篴W~U•=k`[oe%1msYDXS11Gen UCwD C9"^$|e0/{`)/aXE)ͱpݤ>I絗F/4a}()L+x,qa! QHK'9h%ޖFغ]vd=-D.TwiEqz|O;KZ!䑇C΀~,"rSG6F,I~~Hq4uz!gl^#|<)2I`IT+ yXJ}d ?@@JR'D e97>^),*~11a89rpwJkW's{~IКrTCS+s! ,o-jip}6+ꉓ%^6{,c낡iESQևk^}CfJsaBhh\pQ =ȝD/+ XLeC1.?M[+1y>%sÌ3܉mɥxfi^ؒwZݯBE 2gn_x)JDgz7> n?'d&z+ DpfxjolQcZxx&WQ-oc~9 7[&XQNx0*VXb{عPE 1LBgz)u'j58 `lPьNb׀tTO +).BN9Ao܁'tMjWtv5;ek)+@ }̸9='Z4yxs%0ͱՌb7,.ULuᚙ<7ƐqOC^oDC-k`N(ڄOR˻i?\(5yjŲJyͅ% V|T5]j.W<ZM.n|K~WvݔfP0 j&,Ah.eA\BA_IއTMkKM*fencuU[TkcN/jm"sduAi6T ~GQؚa0$5(SVY/ʾaj, -yWxn^B-rC~ ډ]adWA@+Y#\hw'` ,@#'*ݞ}; Y#!S&{FyHf6kیdJjlDxlf` Co -p:ծs*XIRH >!k>1쒷2Rk6z(4 ={e^ 9tw(3awlupʜ+[dRGٹnwk ;0"a;og~Bf KȠڤw}JkN]nhg d|?YWHʠ q+C}ںĤ#1Tg8Վt/ %J8Ē+3l<2ntxfc7Ef8~PRX ^m\!kT迎7D nZ .\Q@:aZpqnÿ V KݍS!:DYA)&|@& ޷i#C(/$wk֡CyG\1i3fҖ:ˢ#=x[ 5?urfon;rb @%zЈ/ Z_AڱѻremM1Y7q=t{'O]P$l LQNSԓpx#ؔ'IOu Z{KH' 7 쭃jk&?pAdRdо8`,wD&ҋJ=!N֧F62#-Թߦ6V}:Y"A3jǀA Uٵ #m(-@ڿR=H skO-ˁ.JO@Yj 9x &NfuIB6<"D{ϛ=7ЁFƨ?b%\#x~qa#r"]MOJG36g8W.}\u37Y.Bܰgϯ $$Og:^eA7Qz6--indLv^pߍ^!xP^ g5_y\ 7 'B̯Rd^i>D>Qxp e'!r\#'}/CSؓl^re9^O}N DPmHmPW}b QV ';Q1"gaʕx+KnHݐvA1P]@Dra:'/('ձ^ uG:DexFΝ7TkS{y ݰރBULfmÝlC_dF^ό1YdqGGN6P/!uk97R!¯")_yZZ5N0`8(|&vn0j J{r_?G̢oɉ͎1bv Dy,-[AVF%ݯܣbZᥲ<h\.pߜ3X-$^0L_WOEhS|,N: ;:eUx_4C_Ԥũ3\EKk/ECP9ht5n=;1ɻ[輄^ ~|XɊQojΉ*Q@)^_9ٚPmŤ 8󎂬D3^MgO/RrnB\T 6[93=kiUH(wuc=%KFцPV'I {&%$G, |K3Q^;zet РU_γYF87a"Qp;hn5Q,"DجrB->lrclYR7gRr6WV4eV*ڔ!˿>(͓duegDof@{ t?a0|EAD0!Ƶܮ}$C}M=bi[gp<oLW~pT<2/L+*II!6K*@Pn@ ~ǧY0A薱_%t:)|5!?̼[Y7h&5)iKo <ps&>Ȩ%H:&95Yf!1?i@7Lp%lno3.!\P:h ޛl?~NPlب/{*)W'Ih@c}.iKs~${B-0rQHMAE5R벇Oa+7,$pJbii.ͭZ-p]k aD{X6fp+I0hˏv(im`B1N;(wVz ތ3MXHb T8 ;[^4ggtq*K$\z2~]ۤl|@}ӊbC?if㎌+ՊMN06yxqJQ2iVfDŽVIQ]+ #XM:IhC y!=,]`|E϶7xe؞!XMaTLj?~H[9̔<]Fz6Å62[Ծ)oE<Z*?L|;ZX׏"~$%G 2&XZ; +*P|52/EUS9_4^;&\~kosjvdɠ5ݹ;GTtwT6Pd]zj9?yX-+Nu+ju.%==m.~"&-[,Sϖ ?tj 1r K(#TKxfR 9/fWKpab;kx/$^Wk~e :r- ϼ*t5м^hYz,6aV;+×,g3fY·GNT|w"]ѝ*Wap#2\Wc{nJ1)H@$\ yߨ|fg5±5%ώRI?QwkGfO"ݲ۹d3qys+wV!l΍gC c} Ў0o26ǡ/5,Չ;Casʿ 9Dzd-6mO,Ң MKfmsq{o6a u Rr<{Ϊ#2WR7-%>wS=mӉ3`=Ϣ3H{W%)l{SroZ$x.N(o+ ٤6UOؘ4)N151,lޞ` Nǭ 8:!.$h)wndmuR!aw 7nY6Rlݲݲ? Lc/AuQp*'Pg:óEԆNA毼I``ҩl2T LW'E#{wR6yAiX ߡ]0n2S9#SЏ?7SwE,N;ٍ]/!L$9˞1$XLdWt6Hy\R&[ozrܵ{+3ַǀDm]ÒHJAkYF0R ZXfL*BJ{)🆩^wX:YNKݙFN3QS;;xehfto@OԎi@3.|o,tG-Ha!Y,Ip@0{ |2dVCrbCR(ጘgtO}Q:lE- 5#i<v;?iKrK_-ن]j  J~&gy4Wn2Mm;Z~_x' 2c:t1^ab¥k⓱U*z +)f,h)3F[;%Y8́f53}6{\zp_r-Z~չ1$kڤ4I!eikȴY?7R$mbIw 4^q|P[J*8-}faACO".vW=gfW3p@dg]mX#$MD*>?:KK݄2Ԯ)fi^<s12|؂6ÑJK?)cӚsU~+5zR+4:Qj( qۢB/^ta-э;5Fd}&m&*饊 -xQIl 'ީ4@Eq%/Վ'}9`zQFAx+{=-`&޹5Aew.4`;BdܿX&Z \Dvɮ3+ $ȸ# '}#90:L;>@?| Wid>mdZbۙ{LtUs7ߟӔlYgz(ggl8:,mO{ .[ Y F(V: HH4rBfrkT 1m ׸0w>UmvK\KFc}ǣ dfbˢZ: vbȼ 3&:v;Bq-c^LݼªK(,$\goHYm;=z޽x@;*e-g9e'[KS. XR#L C传f!xFh"/*t3-?67}VjGGǮ fBxUfb*ȃs}Hw>M;!£qo|l6:\ȣYl0\o&(m0Ց32ot9]$_@sZIԬn7N-8(i%cmGyi:MWw/?ApߛbZo,|Hޥb}u U'j Bmߓz'x4 uR֤~ $+B޳[viEoD% w/'6R&wv@M|\0ڂac nGipgx#=СwJ 5w!oDj1驫\%Ym>_ Kmp#2?U (P7z+q&JGjȻg4_fΪy7=O6@?&{ǎpɫEQ& N\4"kR q^x% Xl4Gx<""UOq*WTI;D&%u7Se\#n]N_`7wXBL뙒p/1pu͏ tHoFVv$N; ň B zf$8tg, ;{p#/'`;X\ru14jްX$F_9v f:?t0)w9 C9zGu`2s@TQ"{b[j9Āk7mqF!0pO$d 5=Z^˦PTq.*6ay0ب#ZHj`1NgH9L׵;kbwZnBQ5 ۵4/9ivv+bQI) ӠN JRW삾aƭfߧpwVG'gb?1*7gkC˿[tM)N~dܼ2xi:apm&;[?i{uOP&93r(sdOՌ8XԘbҏU^NGZknԾZFbAeij OY w X|fq8D%0BQJnrB0*ϓ_VH=&>g-۟XFYc`P{)YfY>Idͫw/F t'^mVvm50܉lj{.PHRv?Z亇@FDJT#t ϡmoi'? Q-NIP[5͕yz/+HdQJ~ţ"ʪjP[OIw1[J@hOY*f!2 VR, vr) 0|U-Ⳍok][.,T1 ) o:砫mzX;oͳdxQ1?po#&$jV-I; uJVkACav@RQl^)4\UYەG4MBJD>~m3\8Fe \\t) U\Hk V/sJ_Y IeWh1X˻xCҊ,I67p~B@٠act5r>)mvHJ R7dgv4>I#kIhO,+)9|#ATt[y_OK=Y(9a>cZ9!'ap PR/UPA<|c(T{0%xO3ɰPb 0ZCJ9MLW+Nst탬^ۅ\z:FEzNJ̭΄j< ϖ{^\)\Y[ !->FG oX;9\3.a#=^ۂ ghJ%lk=,[>B[Kw?D{_=MP֗ϴ=z8L+L#3s5 9! Zk^:y!zMy >gwb Lui@ph'_0k~g\_rE{:v9aus4ڛĭL [N{cҜRU3'.luc)O!HDX9(NZ5a@|b9+k}.7 "VGD+vI#0Gj <ّ҄/:5n0gLnjºLP >4>Vs>sE Gȱ7zd UE&M-* #TGAqT#h!D(JY_V">ٖ H[Rw r}Z $ҟv9?Bx|R hsAEl_,(|j&ڳq[GC`n<5az;6@-7&VO}.04YUpX tp6,Xjo`_̫a?.JZߓ@JX +&Y;.zya_ /sz3e]X߈IL$>Ys#){O2;1nH P/;1^u, , ׁnήPF\-K{iC}e1.U "FHvB&ؔIWݖf x+֋ 8sKsQI,Pսdjp5똤f{5}&g19'`켄{Jj$-QUSK/5??n=,;7H\QmI%A/2TZ2k%d'/`cB<3>Ku͗as+L!G%q—WIELwh IJt§Ҵ7& z (KT>5bLubDl-1{晜iX?<.-Z ;KK2ڪْL.?%ԃ+ tEsg|5I^HJaԙf=_ڮ4)o[=UYRf+2$ȓXzgvV~ Daf-d! 'OqٶA2CdC4<\v4D U yp0xB; lGr/0U1Ʒ5\Y%'d;5ы 3 GɘJ 0NBS-)XSr2ag1YXur q/~ͼ"DAtYHߑ=R +uSc/֋K'Ji\-ɫOa[@I5嵰bbӃ>0jWaʉRdSj=5BR]AvaYs'@Ujʼn~hAT$X0@Z|cӖ{L}4W=6? Ln[%zI=$/y$<4"io7Հ:$ŌXsՇ66 ۖռ'mѮN̛BKi@SfUYUsXH Hy<WJ숋8BeeB5q,!DC=9_{DRGa"䆸(yWy*jZ!wjC,^IG}(äH@h@Vq $lLgBJe+m~^/7jP"jKϼ:/bv!{9xEupPO}`p>٦3_$?8.ek?07imf҆m{&݄cLz'~H" xobi- GؔpHE՜J ?GU g5D'9%yRء-Yo[Ro/G+0<}حRO\PqES%K `" uo(q\<$'D\r*+r'>i-RNi[W3XFfq.= ==II7rEϒgL2  /o%/;򙧬ͿEǩ=`˶aP6:rEyx:k(%JwW:9ϖKjM$ ;AVtG6L E~Ľ$ @f˭ߤ%D&5*=5uJx^g3X_ݘݱ/]kƀ@nm|wʵh\'mZ "kٍtM]{bqo_y*MuBV~ &LIqd'фR`!W.-Pcq HPbTNDOqmп880a>K7WY̓ψn7W6ՙ|Rٟ4 O 2K;t  _3@k%ph l3 O*bYq{?-eom)WofQ 't.:mP. k竣/w zI5j\KLck5&0: <򔐻R,z̼,+q0P7bG7>dH@.xJ( 4^i5^k$PӹZ p˂;աi* f^KL6O)^B҄#U0le)4=Uش C;g*V+37<ٺe~lFȡwMo4^`X?B;7 Co=3Z!ZEyj;pUZ E^fCm=h0ɋOrUS~e˽ 䯋h]'61ls466U=jD Ԩ_W7mCNڞП`3ݾzQ/'ۣ]\yƈgם:*Fn[wa:F3%&&8evf_A4P|ܭA(gYhkI% 1Qo'vjt2i&G0eҠͲŸ(w6@ |Z\N~zVlq< Ub#Uá'c=S#Nhwx@\opa )QiyVlKmUq2kg[+Џ|vWȊ1SģlYl( kfȦ(cb ٦~؍,bҏ)r&C@\MmnZ j f@[t5* '8$M/V7A'xEFυNr;ZЄs0:?ff# I+ AwZH%9~s,Gl\tFgEeYM &63PݘՁz8Uڠ26u8xQA͙a!`‡0d*wĪV#;f!NS"pܥwd Fm+'L2A^:UxШ~n[> nIiʦ,x=1[ԢG< JrW*PŒa^\e+y=gGG+}[)%ƠH+|Wa(+~K*JtDgVWJ&pjj_9L$Cg(R2Cq$&segy+As;Mja1eV3>gߵY~9ČH5J4t Py ݆ID[)O9T"Z3f;[ɼY!agW7qj"⣅~4V$̽\nV;A懹sYT+?E1Oz4ƎR*z%Mzp:D&osh/j=P:oG/7%,F07w@Y-1eXQvk*d(P 7m\)lTy/eL(2#RY<2`Zb152RX ssX^[~' hSɠJzA8(fD-nN=we,GNX.M#._>3U}wdXK`[U[p~E"Kz7;PɴxQI><~Oe_q!}99FOҲ#o j?%ftj~W$5@@ ]4E셧x#W̃ۛL3Y`m&NƟd י\@Xտô~`S*?;αs`ݠ Zkg673h)09K g:@;N1FkIޘ%6*\kaK4.i͠Л44O+m"L^):Zd1Z_e iq$7{nd{utƅT H#U)`)`uur*1eS~HZ_ؐ!(ݼQŷX |S[ӑӵE,nl۲ڰ1HVOH} )zG`gp*)5͑TR@\.ڤٯ9?UzV5Ar 5?BZЃ y)aQlCTyi^1gI ") jM Akt掃s7P65eHI-Wl?>‹T]T^oB"dvu,Y$m iSĆybS"3c2.fWd pUOD!"0ـa>+:(Xk=X$rIq싆w\Mn!RIΙy13?{"PDi˗cWzQ_ʇ^#` bcj<{$oMҜ:%JT!ثFG&}=o m= Xn v`:ՋqdRs8X ^3F:"<>fVqUdj;B[5$Ze#dLכ<ܼ]_G˜9$12y9l$n ;u[r' C21EBX r~ ]/G%O$+2Gfjl9OUZjIf9X⎦ }}j,7u%4P v6Ҟ'/'oE6VOxcك2m)Ltf>|j:)|UP_NBגgŽXkr@WLj*i]nFL}ēyƩȖ*f2l"-eLOoѬg>'+Q7XטQ߆f7KVhU! *ej|M-"_%bziwh`DCbFC>~a6%z6gH۹t@qF9IFH.-;Y-}(;2]r 9Ý3<#Rb @!ǫݮw<74`2z F)_lU֥41T!G:eF3D2݂Wuv(P<ELNddD5I0C >)Ԝ\VF |#^_َsd29 0/ mC8[J[G b-MiKϕy;C̿ ٺh*a7|'cR9 iw-O!/<QA$1hs\E e${fCL$ȺǻμN8*_|-;84yU/F0ت=@eo`YGMCL L\JKG*fF6H2|rr<qϪ @#}唤5wmy\~'CByNCNc^hߌk#d+źUƆ/ %z\U]}q8h FqT'v B ;p *<3$+.3R&vSM]Hk:F8 /[|dHp @ϊ* !Cgqn֏]`V'X )>jzH(hF5fEr'"-+mG2Ĉ¦cqdM%of0Ă8zVǠF{ nՍ"/= zV8m IǛQGۑ/* d1>xP)41/5T$U9y;H_,5Җdʜ⎨y'q|avG8Wu9PAh'EI7g4WlDɯ>jg#-[IJ b+F7Zv_'^b,U_fk dH61r")Zra=cujmEd.e;&} m_vK,@cP+$~M4X B+JFpW<|KrZd@i0)4}\E@ߏ<ݪUZ? *]/7'8HqX`zC(jx>L7){s 2.눟S&K6&{L2ɲekca21dT䨾+sfIC|Hъlg[)3PiUSNKiK ~;_Z5CZ5$ZJ* r̎6 !M&%!c,2!޲B?3;Z>Y:NBO XX7P i6A#Y8xkCe|޷~: |.ЖqP\97'7o E('&k}$~ɽc>-耙Ԛ؋S$rI)'CA~q •Vۜa!z:S222dE:)܂2{%@oWdfOֹb| PM)Wȿ 5'Hc=cAxٓk]be&WViM^|loW`fV*΃$8|+1Q¶lj3҆)6Q cR,‚ t]MpD齨ZyWπܽQi0 eYH/֒3AdǍe hh/{xXwը&e2l.CR @c ^)잊buX4xEQو8iH;ڰ_ (.1qK͆)*BP *2@\Ih~Oǣ8AGkڱ ˢeMV`&tn{y1Vѩ8\d/ Vo%ɏ7R a [m7},2S"#ϓ'C̿T 4mm1O4]9t8qſ` l& :Q_Q^whWjԠ {t秓t1OZ&? &ERuYغ+K g{" vIMò[G itL_k9o]8>/-}_5{?&yY6p/K=KD.CiW.ElQ p"hgRJx!;YvG\rIfz^Oj򊈽#nYq/S"z` zvfHDoz ~WQ ? Y89-Z9L  hĝ6` iwNb;6qʌQ'7c9`M.ՊH[% lJZ>IvNڷ6Sq:xrac6y-x&֯Vv B*~3~gЊ+–vWN-vg|ޔ2}DƆHG䔫2F,;Pݒ=; ;{ A">O]8>fp'jmnWcTLu>y[c37 bfqhYsB_SlR5Ijb/ IZXm(^(- gx8Iq~%pc5DZuH5c/)\lH[ܒ)Ioe2^y0|6|9fAwZ 1Q1ѧՋdfs/ɣso:>r4ߦZBRݸ&qGؿN '[AD4Qލ)?C"҅urrtycQTgwSANiŒ0q)$wH^h"2>}P"R '̼ <[nhW[ jt;{.F!kxx U]l4]E^:SL0iK&i^%z'p#%ŷN"{69yB`vOQ^0V$|b?[?N4_E8ov{3+OKU*>߁8#zoæ?g#b\`5>bNbL\/R|a|.#S}M~1HjYjt~JRZs:8X9A< Ί`xv>7$*sJHhC"$Φ:RZq7G#w Fr@']IhSz--u=bB¥ɪ9z9xl'v01&E}ht@oN&)pˬ*4Ua q!J=%V%w׆HqeȮ,}+)jTTDz,vOG#Uv;.R8-dvuG~L9hhv=kOJ9yB]a9|̂5}/5GqK_o.;"Zc?FF(d X5:κ?y]Ylpe:[EyZ _GU@uP,׌,|M'ZkcDG\1ӌeay虜{+GY'w[;>&.W1"XsSq%EM}^E pF=[#--@zcF$X#I9c6`z\b 2ن.|[W yI@Ö]֌.125Om#nCa-qxlr&h˄T 2&~|ך$zGcݣ_a}uľY5gA23M?_vՂ%45%{kj`ǒ|W$_WR9Tt,4nֿ@f)Q1G1O_MϦu䛋ջҭjҐC&C?H&#T$TD%0| tX/DUa3TMAj<+P@nB5`l kT*H}rqnKAS2bmO`m(XE~~B]M\2}>b:@ХWnFb(XY䪤?$N \P>a>v )㨨:CW݃$aVB䠪rnϠ,Zb_hhzT|[L',3^ʠ`BrN֋ї2 xwԀK[`h7]Wvvv NM7&u^'>DvN>g ~Aw0wNU`v {zG\ѱ .T1.5G0f~9 \W2E>@RshECh0:i.7 >TFe="Tޒ3׶%֌1W5Łװri H R=\Ynvg%нՂ[=$cL7)eO;{r+c-&UG'7Xċ mT9GNZ/iU=7 6NZw:tCN GG>{>hNn.uo;ќ2ȉ1tӟI)N'rհO;7YnnrA`TOd&LؑLz<4tE*6<}{D4q;#k;w"ϬetR,i[$t6et{c8 -6R4M#mQzN|:{esX bKPwdkC/>7 } [3z?>..?Ch*> a%*=,;S&Eg(Oŵ5a[Rxq _@շLḋUuUFٙt"%\G!_<8bw;7`w׾5em£ljQָrk`\螤#nKr߿@<\z['E'WJ_?{RW$1' w7f F/ Lsc/NJыv^'4 /fրTa{A"319Jm{4v~ vk|6-> 4E{0Cf XW;IZ昜$I#SC7ػ]A?-{[HgHqq!0C"}⡼xTK^A H^0)5R2zl 6X=l!KDyY!}38qH5g6sIP|%,R&"bּ ̝~-% %WLx!:ؙUڲk )'2fotGVݟL>jK-Bşr9 1;I{V+^]0Zpi޿|1ϧ hw\FT:E7 _<;[=`%JRA [͌NJ2RC0r3rKjSmb>LOkPBfʵj)-cTԚ" /Ƃy^\FZQ=Sr6ϒd!Lze`"oqF=HƇiY1߫IvGb}w 9b-`)qmNA;M/=n = DVdH8 Y?ӇjUPb)'.O#fH\pUiӠ@ j~gm2:@D${:A͏>UMoLn Kà||q:r |K2mc wC U\gI-Hu lIvHhUPu&nd>Hfo.>])ov^ 85!@* ¥:P2B'pCuY&~"@,8&ǔf{N^o_J$3fv"XiQL4ʍCGXºh;Wd}Aa4f"ak[n̔(88gGCr39J3%e\v:WI5i줰*B\@]lBިU@W?FWS+o3%\0vW<=9Uie*t ziv<S]"`b}ۂ}shfD6&Q ڽa,"o}vy_@Tha9'OkscSj1R^7'Y )y< d>W/9k%l? 8ecȇ^]^qH1M$+JOP SaywQxqZ ~I!l>rB|FXJdgb~ ysgC(=cVY~W]XXOw*rtmaCwvȃ:kH2&KSY7ƔwokGa b:y#S:vc˚QGJ VK _G&#v{b9jZeYʿzNa~:ƞ3ho 8q3[e61 DчRA.]1,$,iĘ|uQalb׹5P3r~S#uIAjlg| &IڨxI !:9ZU+v?0yδ|,AhL+}ƍƆ@)BD OCdY;sZ &[Yb7`6jn=L@ 5t!un>AKCs31#-}h:;g yb9 2L!FUak3/[S~{C0(q( L?AQHe; |$Ka|_d2bt eNN!;_>>$y^()[_RZs)Y W,N3!kD6ij5qN*u[7PK"%ٌP%WDn#c7Toi k̭~srPpL dQ"3̞q1;8H;XtrN>[!@ X|98fTؘ&;9:2̠[qI*L"@l?36Uqc!)A tma\qB.f$/@:HijYcˑ *l \%mEnd,16Jv<0?(P^;tZ(,ӚaBօ6rE4xwã9TJ_WYEc-\tdXE0J昹VQkX.=u1(E6Rjk+Uw]guF:cmp~hVHq.* ́[Nt"`9Pz,ҔJs">WtL\H 5xIYff٨'"-{Q MJ :w"|~ͤ(v6L5lK QCv@qUw?mDǻx lb>քp`U 54%THH:xc\; ~~nXM9cs12&NXI v&Lލd(悤$dmUކbr;b"#?nHىgr_#[:>^_PP"} e -rt7pB:>Xk&amE)#CƉ=B{NŤY HXڢcJ:%Dzٍ')n ll$ I4rנ%9-P}3iKKuOvG<)!C ˡI 1ag'(!Q0T?e2ۉ+™a'a-`A-~xd^.޹b,F%@Mˆ0*5}jkŒ#kYzk/VG|*G4{fL&3pNPBrY3,?}q=x1oIB'N| M% GyG #̉ atg_8E7Wk$u!15b-Nձtoxk_#I;qnًG7eC$ S2`^J $)h d87Ss_k\`(K+wV BQJ }LhjھEsLB!əy5RAJ,z.e" A騧\ \F~e_y{{9举؄բozaz\(؏.ִN,Q5^z8 8MjMlCS >2 ؍{i>I6xPfC^ vöxΙ>OP9@R Z up2RmTdY!01yZ!j02`|msY-P*@3ԞzBДe%4){ ߨI RTAw $t1]2+b.AS^d!G\[Z J!1Z:-\%GKa:< {i?+NDs 2M6_h=(./ىNSO\k\rͳrH=V+ܵ-݁H̡lA  oBlN2-Gv+8#b|b8t_#0-4?W%PNRdqvY+,4APޔi )co#q&Q% HkyQĚ~fr} ϲ=>U&;{>nx$#dhK4 !,68'ۥ/7N;~\0;=tKXMFܕTKtkEd@7;&(+S0MXYA.WWHX(+=H t^ u7[g_IwͱfPmи{Q)JLhK|R]&C.QI>.9]73gFJE"#XYhi7|N7P`΁@̞BƣcJK+*Rθ|`U';P8rgNZjnL?,xBx`g8hQC"+vk%4 ؞ `o&?6FQ$7U+ pvIOf)]\JƈĒI#D~R^YOLm(11ʰPcjJګYr@S5\y/eEjd Gr:M]Dx Ev*wѯVHlJ%I@vQEMh%lGL1eگ9%6Ea2=AFbd@긣^q{Z񆊾fS}ܔTpy2Ge*J닇Uu"N5t} ٔM`m]-njË'4磿2!\Q>,Qô>/04NKG@CЈy>TC< 4n|XTe^rj8[Ico=Z#-3n"$h; w̮QDtz*{&g4.N~Y2IfB+}මwmxߤp2hsB/ʙ̯6hZD,`oN9Էz/*l0~94>kSVHdXXgJɂl BD^ݺWr"5U9~hШ2p`)FQ{쾓afX \mUfh`iTOX/ֽz^y&^LVqo;5Tx1tGQ=h5+a*\!#˔j+ >]pxaX/]+zu%4*XT~l:(.ɝ!x5NFSmJqw擧g+ͳ<7 &G3qa^K,0U>N<=u 좈|$BfϩucȆc]n[b֗T&>&U ըDŽeۧzRF7UT_)6}7" uWөg) DRWbFvCO0@ NMG™FmDn#9>B|yfwTX _lO,qa7XvH!%Ie*b|5\z' UWJߑ43/1̈\()9i#UǥkoZWE$~MZ~~^g ?;;4|e޺ʝ T'ziP/Z?]Eh=RO}Y0U O_ʒ&cyښ6o, Z{w7<|[܃4tmCe$+pbfJgfF }}  R&+9_3E< KfWJ,4k;kܛ{`:dU/Ԕ~:-j)[19v@X{Pq1ه %+]"d]Ni5M,1 Y_L.#).L[eg4 Q=4E>cowkHhÔַL(jSQQ 4=) 2HwfG?Г@ VA rdx\7ix+G!Ԕ1,.Y=DuKe]fؓ~7|[0@4E(cr^+H^R18*s^9]}`sNR isP.WMR ϦPYxt?yU-Kt^6z0o ѪѦϑWxa>6M 6BY9&R̪@̼ƕ!,$)\hlV箴iFva{Um*_h{_Cq,\0p3~vk3wYq$=cQ&H` &1[72{%Kqs}KcEx&m7~4qYF- 3#J X.^^tKU=8{UMCjk80) -٢YS]C~S4[VG Ոa>7 nW[{h9sU'7́ wySSZ~?u$CtRE鈯MZlhQ ~e[bTA ~qOؘ5.M۠3i9!=ѓL_D@fUw8nc7knky@|}T7*nj ϊj06.ȗw7zC.Ut Ec7z{OMp'&zBtɕ)Yx9L6m`TQ )hN,1( Us+Aja@QuGL6/o3@1X6u L]U!b"l d [g+lS9O/ 0]6On}šbj{`%;RG3~Ӑ#+ϞLD`(EuMM-yM/PnEsݶc>ZPce8OO'miBҧbmo-~V}6Wϔػ4پu=a}]mPQn6;kP{%S;DI4BJfBk7| 7Muޮ@0ˣ#f>Io 5/_?YB 8ǿ}D9b{ ob&kli"*VGņI/:`x!'f?>vRF{} E0a?X0\MT? 팹)Q O>AcK6] @q̛ɷub1 2qϖ>Ժ*hj5Mmk% 46yD˅YԒrml>p+ԂhȑM|f(q +bIe2]*PDDaz[sH*yNM^g'E9I>UM8 ϜG|1GNݽh=Bp=sF' P Oѫ0-[hE.Nt;KLhl˰V9(foxG挍'O@Nru=c,HlN[T2= .J)CgmkVkڽC=c˷ zF3R'߾wkb=:I*8#T<=Fn{!pgyHX_ibLUP$^'OvҬJ^IrָL6Ӈ- QDWy4JR-rZ9;Tw(xLOw\[iwX\Fns5ףjƒ_5Y]%q0XVuQgϥ8TG+WʫdSeS˦XY#]%fB:!fx4 6<ǝ9rKdMS\+^9ysP Z2l闁O}!Pµ8GQ !(ϕ˸E)pϑeEju!f-9NTh\w-9a59,\XxEZIYE;!Jd y-I>cc z$KEA)ƒ>LR&..' A=㬸D}Ľ9DnP.95QQ`Åa ˧yti;yM6JP(4m y&q/syDerziq\P(AU^N#G ⾢ 5]RAe@*wa!3 2&]x~CGtXdN? ZΎ/K3L@i"g;*._1'>C&#y+mzְXw%;sgiV堋*M}80mt"#$LifvZhea &aV{} ? ZU_חՑRPn\$"j`4yἝXutxފ^O}+rzẀTJjo!CMM랻2cwSv܎AI 7'7N^0j| )o ;PSODe5ӪFjE|S^$cCE8]<1)j`* S>h ]d8v ll~q2԰x+xGyI*_,<ԇF@4y46n%i7qKO2\f--Y;y:Q %6r}3ii̳L"/x*yˮI3} =7׬ʹeEݕpcpLBŐUf4=9EP 6*~etCkG%]y0>h_mL!Mzp2]~Uo7Ui ~af:m&V6Pl~փ|ijOOcE UXAu[TVLhlըEn ;iB#(q\W9k77d,3}N`(Kn#,40-ڐ]XH_^AbY:1mUarO×6"lD Ci,NaC٫OT[c-Q^R5j4m:$ѐv^/eFpvT}aM7jiʮ'dYV׹# ,sgiznu&)r!s4>Ĕ6fa5S$oSV"uQKq80LIW T{pjO0V)E7Z]Ψx j/C<9v$|YNw1ã-ۇ Vz"v+>@.ĎY@V=LݨJkEp="si(jaƯpE$e[UQl\g~YNpI`KqY24~ՉGzOOY_CZQ6(˒\Z+Gsp vV٣Hږܰ 6kj7Rߩ?ᖗW[cyKz]{*Q ֪Yئ\ãICRH+L3 ֘DiVBTwC'LU i΄`>H:'=l_ #e.ýY s\ 4 &DEQ]Ǣ#eM&]V!zK[m[,i;Ȧ"~5M'&r砓Q%g7TNę-? 2Τ}لE~69+&(qM"B:JƔ6d_-7 sʄ*4u?.ܙ@%X)e/%k12Lpd[.cnع6Oߦ _c=A~ >#dy_tT'JcF)$"e%sy2Z6,_Oi7$=vMھBCH ABnT/\1%`#9oErCp-u ݊0׉7>hl\uȽ~Z&IVQODgG3!| ;ao{keQt^#y㶋pxk!a[)B%⬢ޠIDr$b$pw&&mږ)d¦`Wyg3,z.i;!y"q/y\^Y)%1dt0s@s(1;)*!$1j)a#kL߆Ѵ1&h@G?XyU(S\p_[O #L8לÈz%)QmMYv gJjp^Y -Uc=E(c *#ECEr>a]vo&SFr)& @K)Y3F|ܯErJD'];tu|2fOw@-ۍNDI)d_c$@)~-FOv"xRD@:{/뽙^,d"wI,+6iNs`;! t<-{33mO -Jh$ H\HNUhn•f|r/Y(QBMCSN׈Sdp?a;';B\zP:G9ʱ=|>Җ'OC Xrc>Їˆ )80 3wz,>OW@i<_!<0yPgԼG}sT5GNsś#޽T$xzRh>C[#_zG[^%0`+xsU [X@NFS!]hu~U.kX(ﵗ33;OQ!:mia Jiބ`(n|E77_uz͒7 \hf:~s0B(/msEb;8jn b3HC.h%mz0-]^F8+ xCBL P/awB{zFd:I|;k% 7S ̧"Nk蠢-*F$Ĉ} F (j{}BkH\q87f)taM.S1|E|W@٫o(t'}'(]0?UpNN3L: p2tAހ 5!DE>IlWl ;<'=g!ֳә2l  wKi~mSsz(I;]h5))?Qqk4YMۆZڒ,D{}Z{~9 K;?UBQ'H~m|SUIJ'EXK7N+2V cM7f(J;VM/4ʑuDن_f('I6is˟*cԱLWg\;* Arl71eg̱KMSK*NC;2Pڤ a)˰1EkH-֡H~[寎sעi %2 }9xhn"{tr(Sj|&-Vsyj wof:F:QRUshSD4}h$zМi·HlRј:w8GY햏f;nAPp.i -F<9> q7gC쑻ucY-@$wY#pzo3T:nÂTGE@lVfuJ~7lLAa0o~;q a]"aogM*{>, w{m6~:jΨ"eI?#8tQi~2P]!똦_Yq>9_GtbsYMQ7')=&p_㡯${&)?C;!ԃđrv~Pu\Mzfܾժ1-3.刡c4pbz{?|@E pIXg!4yHR#2G#ȁܟtNXVᾙS=x7~7ƶtfcGM(#> Uk_,LǛ!`W~,Ŕ3݉/-2Bťz: SiƓ;x6;l %0xfTP13]΅tEb2X>յ-<>e;EKYA6zV~u{'HO{扸ϳFKr~ݵg\(re{guzw(xVsRj]K;d[LlA,K t܈9Mts'Nˏ,J' X(0oB|a9xX u6h:|qq1P8R]IizLkjh'./p]ޗ+ ]'~Bg VM<cBU1{mkakyqXbʍ;8nysmAZ?Y@@UbX~옴;xho˱W5~sV.dIL_38|j6j(VvJ.Sgiկ:z"MB]'mȩ—(1 X*kզKn \}66" -z~dƧQ|;OVNåg69EFLN^ƅ O5 {gG:Ƈ=j嗡0Cq\>`~6#)DܴBӜi2ťGNztuV(=#~zcl? BCTY?s*72Dq^ى`fWb'-z@f6:3;ev". L"^G h{ϑ1+}K $2]tz<យ@̥Ep݅[ %6&.CFk 6w?ڶg{fmNUM-tZ!Ђ\a}zXyQAoPkT2 n#oX{ÅLK98(lISԥSn*f64`ùNTI&0R zDEf?uYv}0p0['mhlhNb&:ˇNxp|aì#A0WˀvI4G_DKΖKNB@f񖣉ܷҚHU $Ȧc|lݔ@l5@' J0ew{¹^P*y0II"1$7 Cya.J!긵 K+&{[q8>dg2*OҾiب >k!8`mj#|.=LGN >2ƅO1,z"45Z)F_~isڞͅ գÛ!iQ/+I/481ZuH%]r,WAS),* Te nXSvGBK=ӺM TBi'GAr <(ck"je ½;vQA8(Db|?kHjŋUGlMޣe4e PLcvaIOMe}ޞ_DR`>52=u /]_1qLsoX܌ek(i0\~ӚCZÏt p$!sM ]߁G*+#C(q φp\-:YutSOʇ`jzCnN1< n-~q_\U\ynS'mJv)w*r%r|PY|= S1I*#tS) y9 pɀ[pNԂxOIs|p APedȓsvrfU˳ LC )J&|`IoU>])L5g46em q+9%R?:0K"=ة3~'1f:IrGKQA闯ܰ ] ɺuz.0 x%om^Y$" igў,15qv`s1$)tNFh{]^MǯK6/T'9DNk??/_X"r|%Bh)֤T0ųìG 7>,eh_>ÊNIїVz>iq8hä65;xbt9@Hgɥ&JlYlE RuAŻΟJ8Ӹ\!Y= q}wvGE "wڍ<@-yiYzq+%l)aJϗV8gt.=FB7fFCӽgI]n)7056=[X0֗k..pU`d/_ Z G'L6FSY6͇>V>U:Vk$I tS=*i;R\B>T~(bS(w3KC5 bYpB _wgޜ[R DGzG~]OiO#ho(׺+vDW$Adl,Bn#%Apq0o!%|tE‹t_~~AP ղE 08M\ 2gV;`M={ ȴ&F%g&^_{iUX>$1*~g|t?0]UN! Se YF3 GT@<{J{V]oJx%=@[+L@?YmR6Jl~›bލ-3)խvA|knXx XC:u7N҇JM/x^!n7τ)A&Z,i[U H}r36~50=k$k,"?$8*߼6s]zǶڅ3oJuw g"/X?VH)V_/n]3p~ <`cD;zki4KyZ @y4f@]mLKB [6&5q_gZZl'φP; HMYSDge_uO3\U([O[1F)!(Ct+VaΨ`%X= =~MWSH z*sqV{<@"Kp2j)4A99pb ?k"Ԏj[s6_}j$(]3S;xaA1 K)Q^ "̏i~sQdc%6T;.(Aq)@d0~yҫ6 T͹ա⠅)vl&S'?fԯ-Y|MVܥ쩵$e7'pjn+iLh ?FXuobZҮQ=ZsGud8^(-\m:U" y=J/Kƥ'"fO M 6UJ^mPݮTz{ P«EFh۰qwYm>l N/#֌}k_{ږoK|Bwl-/ƓPBh 9ozƩ_ hC^zJpu%߃LSPau w) 2iv[@y"(e5bD$+(V<_9\H`YR݄dbWRf֒1 urgʀ.?H\ %SFi,PQ;N`` f>q0%ӄ0QvQaBj-{whc2XwqѤp:겥eXR! BBfQj޷H++RtKNa/[bfm٭ q;bÛ@B%'-v߃GHDC`eam~Li+VBP&cdzY3*Y9P F/?kXS/YvǙ'CUx#*G qVBnLEC^}Y:@F$/9v"+'=S <]/)@*ѺM&{:7 5]sq&C$M(6- -ePĕ s(=~E>>ϯNӗv:r\G䪏qJ.n^ɽ[> 47؋.eھzeo"i7L {/vլ> rq"̆BfLJ0*4ӌn#,нdl|ڏl] 1'!L =hRXUj ~n?Nuk#A4E2U2yV޷wNEKp@Ob˂غeEy/el^]hitt/Pb`I$oL_R72ܟuY9S|ZrFh'/ܣ%gf-Sv70 Xke,zA%1=Y݌*,UQC,|͡L j)]lܯ,Y'"{Q.vT,`7=f6[~0^l_'*Ǵ^Zr0yF=Yޕƾ|g }o%a("Thd0 u#9q5uJ5pRuT*V}_?Rqʝ"|8so}18{h/T:9'1arw/_Ws}MW[<=tMv8aYh: Le]K[z9v|yl,[WueiAU˦9T*=l˄<$BFV6 q8z4/QۆrQV1 m%fmzAewڶ ,-eeD-Gv9W$:Oђ).ҢDK,z>VXJv_V<̳ dX _kU w˶BcքWYX pi2u_\pOl.?rQ٧ Ⱦle޸Gh1J WIWBsΨ?1p|| @.ΓidR~$yXZ2ql /6egI2I AK.?,ބ'%FK ބ0SY܌FU0 g\ӏĨaOHH\4>w=]"$pneְ_#KW{h[ҔM]Ekq Ƕ?y1ot |kTĚ'h/,}zIbiҦV׫ZHe \<ݚ2 ?MVm|U*legԕboyE=J(ޤ zIpI1.%nĄ+\qz%J[HuBDq!9thm'U1 J\SFl,zځe ecMuʴ AW݌oF cT92! ׃do)zrIVփ[)ĀcK\9=%-jKCp5ܿlR Qt"Wmnb5ArQZsi]Zgp0Kn01ǴDz6Uk6S7a!0ЄrͶF8B=do*L͠;pu9_XR=/Coɋ6ngFP96(.ȿ ); )3'!t^bל&m`^WۂGoo2R\x š N"N|(xoĠj|FH4Ql.HUEͪ"Ŧl&RSoR cF[~z`SeԃveQq#s aUb'N3Lr i*u/c< Z.#D>A\/M",^u4cD5H/zr7NUa_걛ԶJQ 쳅Uŕl2 =9b?Z1 ^a௱ W <#3 ޵mYn[ezjͮZ <Η2}1YoOĶϚdPTgGJD5ӷEy!d!sY*{)_0' 3= FiRtEpI] }dkSM:A>#;/peQvgߌ2kr=ni#2lt- xKo#+ZÌ+V:J]z3R, u7(tKo ZEඳwf]J癆kӅwfC%:J-}+XV+;c|ػ9X[Xh #^LhלfA3򶗃WU.:+XXhMұIV:"^=i?U鴥Q7V؊Y]孛Y1 ҥWɦol~/sJ7Nbr 44\?)SOgeߜzTk]c]^geˏ* 6}ę~?BUѢő%ׅlԇ,J-^L9~4!dOLٽ!޿z 9-T?' %`S\|# ' M]جzUZBs> ,Eg]1iA_Euh2|r|>1ݏUx;ǧh^/|sd!2W6fB&?WrFdߴ"R:cWwǕBETmnܡ%L 1itA6ȄЍ_sOJG6"{^;:\Oy@ILn^ 0GJLY |;ΜCqՔL;N:vx$ '(Ţ|jx {za,fwL<:O/,&@v.s'HdϜx!gsCSuLs؜^,7l !'-+mn28E&:M*yÌl8&G½a {+r7Մh\/3P`P2OZh{ v?0 '|0C,! ff u8It5Q1 n%Zs#ς{Ȉ4U0)96^vuqp_>:Wc$J.˖m*@y45GtrE=ޑ nPW1;IIOndߤyT4M`ScasCaF@!*M׀[b4 G֤n\{ˈ}>xFnV'N -o|΄ɘ &ID[}5 ?7eOۀwukC+ʫQ>;y@@Q?<.uq#^k -bmQs~)@*#ӹ >@E.ʬ eϏJI~opFRܯsοt| vT!N=0П#pF4ۥrd%~EvNJT٥b12R[hՈ\Φc!d?7žhؗZ\7Yf[ײ2/洲ưLxj!gM1>zicf[=¥ JfrYK1rK9WŤ0 `HBC^;ڤYL 9!F =c(}#fS.l6߻as $x:Ju猕(!>C$wt@87MKAvn+ŕ]$7zE9ASt.v|ulj)C/1(}ZM;VOdpfFCL3bpUmq:: 4TI.dX"x s϶f@?:\ I0R|>l(ܵNl!T͠ƵÛje|O-Lk3~5 ^Dv)}7Wu 1:q]YHa͊`#9J\~J*jaQ? tLۑ `4Ơ/™C([E?xc܀Oj>FuX )i ]Znx גSAֆRe[*[Le{!Ӗ[c= ;2[}F6H WW:I絭\F& T1 P}!<)FںctH\ ˙ChZw.~ZXhTUzaeһ9S[9g\"5s-Xm^ERyVo.YKWi4]9c'gu$7ufiXxYq3ՃhTu0!')ayO/SuSiW035.W#}kʺGU"bм<´FE\k}5JX0|5=ȭgapvnrix".T7Gcõ!q X !;g&r2\52H|CoO$Z 5{W.q){kF5K-?M: w4HS&־lX[:'SPxBC(?Tn7i-2tVe ӂ>0mMI}m;UwV ̈;6QrgxS:d1Nc/$ 5. VcLv-FX7Jmt<`x30~Da}(kL(J1J<A i^kމt&e#\ \Bzw4T \ZlbQ/<ޕײgD=y-Lk;#LZnџEFhC]C?M|`^Q M'u{%s-&5'<˄,p1O.Z/B0U[^8Eg"uaL2wDZ\vڊU|4Ȳ&0A6X!L1('i0_͈u)sXKӢ47D~(ľ) X[R|ۯZ iE+ H67~7=E?)VgI) 0Ccc^"5x|:'fƇ`^y橭GA'iIf'"Lr0ߪ,aR>O`,ppAN^eRA$İ#9k&[(ZRɊky᷹w4MIΓ_E~b= ?<,3寫VĀN~vGF$ݗe1d]-FPtyV5^'@QRxACR@_g-'2 .-#g?a/Mz P1dлXX; <>fѢh?cx%kQ%]=0'I):,x9AJ.8 W^)N^<H9n{Dww&5%'<ƶy;|$7L2:}Yaod_dl"3uӿ Ukpb a'voEq YI#N'UU%򽃩M"tIq;Vo7,hRr<;%Tgd[ƽ FMT='L}wod*@@^o%: GVk8B96Y'\ũm\'o|vkìL ǩ/$+s csʐB=G:P)S 1]pgD  M3 _, oEKAED#nePU'_tS'~PzLkqENM:#ܓyQ6D1QH}Do,(YbGqbȂzU-> }uM!fG@D֒w2޺7@ \)n8﵎ c77c jr}$pD~Dz^ܸQ^a )=ڸ}20Ӧ3W=Qa4eޕnBRϕJUy$}%8_ :X"*USjyCw,w!s%bZqJΏQS7,q2OP7~wpvNtȪ{|^& 0uZzfVqTMavx`yzIB`fED,~_/b= (:0Hs;o܋* k"G/D^/#A+~R77if~‰"4f8cB @T7 *Û!BV5xە0# wE3kԁ=jypSM*sveUPfnyZ_ʄ>ۗK' m8M[΍m;gZ!@sK=I0Jec^,]ce}[0|NPhSu)  lh܉͕U{y)7c" Is܇1V Y¤[Tưm箢(}COrU)l ;} PF 897 TtnC{Y@kUh%֙Lzg2%`.9,Ce4hK@yݡ.zp;K*PR^ t }'%}i97bOV98V-!ГVڣxiOƌ( o?/awԑᲑV,{$/vV/7;Ya_Q==_py G Np~JfFNFFbAw{W֝c£]f~K $bbwY:8Uaq+Aщ8 0GTbvlQ "elHt05*(CY S7UNwOu%Z{ܾoȭzEZJ 4#2KЋBPjmЁd 捊q}䦝d_Fa:oԗ^K9y)f% ~R%t(W> 42N^S]Έ*+,d4zV#Ȇ'!J~"S΅$RVonc!U[-EB)emx,Y?d Á(o~/v U7Za N̜a)+_I__}'`{!F09i3BC-pHd\Dvwvi X6(:8pYʣG/gI7yyn j Y~̘\8J)QAs "ܩEb>Ľ@v/ޮˆ F*+G=n=q3Js FJTWsxgnt8qj+s(u1 OUX0ٹN 5/Pp,t'߁f,w-8ʐ՜-vqx-ug&u SyjMf¾^ڇcapn^KhQh"9'wIa*ZRɜn[Oe4BK:QldfwTg< 6y-ٟ1`Z*|w i_߮22kdt"`q7{g]E|*թYkQj qA@1+>6!Iף+~@—ku6B|a-IY6%Q짽g`ol ShȢ 5ZkgM+7rPs;jQ#79 31c?y֐~A^LTS,S ɴ'I'i!0"3[  yp56z &au=)ޤ.-6g,C0+K;kóBY>=npE~VA$(KP VE`azK(`P] ZkO ?o0c8(\cl"GͰ6u˽s{)A<lq k@3쟉鼹zW jAZj5&H<.Cm XD_׸e-a؟r@[_:6Ԗێ,4hc ma%)= Fk{dTd~ԗ5nF8}H`N3x6ʾ䟯kuϬCAms (M.] L΁i(mwnC>,bҧ!uA$XjK_L{v7 '9;ObdE ImLa:Ywz9q 'Ϧ/}N:b+@7$FpѬޝW (W<΍((J͹j3 )4S3NeRM#pE:6U!/{ϏkE4p =듾+W 8NugohMYtҜK, 5YBqjt`eo!#q[*M!XbG ]<*K*SB5J9uVVzwXSD$-!c EQ.E}]IXBބø0")T'YksK@ {":954CȺK0h5};f‘)]Awςi;▿T >~{:U!5mc­X`fr:$tӊL 2iMPSjmϒQfٵXncq*)įc>%酳2\ڞy 7:gIy#;Œ$Ac1ߢ"Utd̫L4O2f脬N2J>QhBTW"(hg"koZb<=I[K(OE =Ó՚w6޸̄L!B9Ovp> 5MHeKu:|AndkϊU ࣽ7J@wQi'~J$6{2@,eɽjF::Їzf13V[ 4%#߸m|7˦%@ ^*M2#M5`5qnݓENlfPzks?ي g)ya'TUȕ>VA K[TʟRL_h̓Yzw )Rdݧ(k+(T *i,Pƹ%l2Y(IA}Pa6NjQC:ag\8D.Jt^z Hwp~pNCJ:gxvcq-6 rF=nf$gGe9=Fz>>iad g% J2VU-8tl/-Ece]0 [ e6ׂ>c=YPND^9:C(KD8 _ eq 3_ oPgd'#TpF|) {\khMᨏCZ6Ǐ]8+&1{ SCt!!9-0`e==gKN P $ǃ*S*~.·ǀ\_Rj->R8$3uO+ &@;Ѕ7rV0)C=[ FnJKJzy#"_` mOʲ4q7./9+fIZmuѠj._pnr̗Xw焰pfR02B>FI4R?AdΖܴKd+Ѷ&$(=?Bx4Ck w6rV0\F|Rcj/ѸS=L2$as`oyr}ĕ$ܘЯE}{ܑFsZ˪ ^a.nƈu!^G;zh5bm/"1 QU"jb1Oc !d2M#*Ӓa-Ǽz[w Qp򽷡?GlI{[lm`)|. b}X,Q.X+} CRΚ=۴ d $Z+c}둌g T;_rYgA!ˁ3ЈUwJU-6.:,YZm ~~`pI.=yC`l0hd_hj@sTqjKΡ&8ډ'k#]%_~(ӱGR7l G eKssݴqf/ y,VAYG;TԵ1*P"kuN(A#V|4Nzi&\^ao>.Ɵ\6 %0Kll pkb_*7>,=5ـY'?CdN0.@xRn%H% qŐhC5"vqC%,ZPQ)^ɽ6]AN0;&J ):vD|&W} .ʖdr+=G(hwUpiTxȇd W u~@=iWX`X\4g 7v/בsw .)ߐ .6rS;%i^}7<Ikn:ƍwŮ0T$/n7;K 4 tkp/Wh_<]G0 Or{ 677!nsRny9eI8J1P뫀+_5kVLŋKv+X8bP>uCC^2K"I}cеﮱgZ$~kv$U,n3^*6uCNzPsEkez6E%]nOb\F}2aS`Sn r090 dfjLzUKưZX]~GzW?֯+hj]W\qO`?(iIF9sD}CMZl8yt$yuij6|(nړ4"h|_%٨<F_kKņh]Ƥo{N=n:[;^ CTѬ+]ht23jq GSVْ84Z mu|CbHL ʫXox# %޹PQ)`_sj+}jhR@lt{+CAԇxb˩`n]0ס&!̡!`8-^$4()S֭xPI,\nAl3Wz}q=.Q-':Ņȓ~2N]#ChH u측;To{8tuk,VΚU3\U f,mtoM&,-àjbgOO\4rDm#Ρu]|^^w"HF ,y{H\Tm\J.z>*$JsZ;T>7,etn H7 T8b5ʢ~9B_یB.Wm.QI 5\F`+U\~nN>&[h31ɺ=~csX9 ʼnյjlSbc:c)XCYzz7U bW-V!6x,wl!h)gض1. /ŹhD .Z9XiR v);ZGu$|f/K%U؞GBT?J]Ȥ}l]VK G\ V14ڌ>lQLqgd;"r@FS1 »)j(/$wOVk]3k_E-͜r!R.uVtɣD ye])! Zf#E]NnV% ] {RHLBt;A'P$ @ۋ$KI&Ҽ320]bI0Ut/@`Z0t~`vP^0?)0ڕKwr'PM~#+1R’6Z:ĚA ixq!~;/dF3#bpHЖR#VfWg-S#>ŏ0L,?1ӫӓCɀ<$rE^G2rNWD4ȩHduF` ]9ևA i=—7t(z=?tdxJi+=6<5-SG\lXڏYBX%d56~ UG(aųp,؀>}޹{ݵ1"_F]d P lԌFiWyn}xc2zDdqG Ne$vGG}*k9wdVG}K@zN|qP>uw7 פּpiP_Xduz`|a:ǖG,:w04jem8+` .$U6wd4墲;6qY1ZO qQaP 22-ӕqX)AQ/ 3z>|x& @P獃d 0Џ^9F. FjwT$ǚm'Ye0sK-SoP`P͍ z1|O lNvTz<ٷ _)-n-5z*n(g^n1.+x):!ݭ69qGL]b1Ut^}Y[O![K/?2ͫBzzJ$ڒ,MUR/(6؏E® A43J? _ \\.k7׿ wp{{]iݑJ_->*VL4";T\c6؞- c3ҮI}R١`/I]֊TQDˮN{jOf&Y348ܒTSP}c<\ )ϴ2)QڣuHK@x>qT)i2 ;D2:ڧ{6J JSE.\L@ ɺ<,uu̢ߜmjhe/GqF YD3c=( =$Bneg㔡Ғ.z|JI*ZvO`* F+yu T)c0vD#2+674-jIX!-ihlx$=D3f%צhޣ1EgHmYp)>5&[+e簡 ˊԇ,4>XW{p6CS:U+97@A uJ8O2Rǚ}1-+lb0bS<М%YkAz'OBtWDN=l+i=@ \#~i0\{3U_5a!ǹIJ8Y :gYv;ٜy+3Z1qm3kabL3bW yV m nf7D:sOF< MhbAK @h8kD0udIf=uzsn_;M3@; Qke:p_VKńs{tvص80&N{@RmI9)pRe>^ys VƀB?WOʕT|#:2J{3wVi eWa% H zOwJϬʰ(յ.I:& 7X=yc/ L8sH%IPOoG%X0Yh0܈D]P+,pdc&]3yje=V/I#nv 9eĬ3]񚾕T3VzOe!ZΖ[4Ǚ5b;<)c>/S12{Cs3BZ3:FaZ/Т4ǷtsnYU:RT4! 0<{g]i2s0<ɶuS"IIzrs@.Qv|ީi 2r$zmaJ]/XUhI[,i|s6/eW|x2Gc#3e3iRl!ݲ̚[[ FyCȋnDRWag2<');. = &MebG %*$ERe{Y(Wx>ja2r9fz+Ǐd>6,wQߗC܎u!{rr!]+pž<RDWzj%h28׌M!mTE%oP:a&DRqZ VZR]7nF/:|29E ƦF)cL4̩eal$p GX@MeE *8'yDx"35dL)٦0~֋(:o`(M:^epz h^f)+kmdrvͤ! 0q:$ʉ{Sp/ @]ĈwFv~X%, VToc$4To wm)]P\)`^IU:Vb3L >!.fG v&),\Z[8W$E*7_ :I+tT._>ю 쑄h2=pVQ.{k3~/ dz3lS /rcrUDk;kɛffՏ*9!^h*a٤of)dsOLsqosrow!^QyMHH$+ ct\2~ 4YuChz!Y'%Ihk-O0?ա7At pe֎)|JȬA!aIsR{ ى,?=4V,A7{>h^1gAWZ9E9+Ptc?"ϣhf{_>/GL=KѪl」a8V"ÔV@1(hU o^v=6ev#"t Kt\PW tqK}!\?n%mSn3.Y(wM¹!x0C[ދ>3HY$2]kӇk}aשaJ Fy썋#(FB8~EW}k5*KCK>ȳ b< ԟA>f[pίNepuX5 L)\%g.SQڋț@,ZN,x,v1D͋.FM@zB w4:j. \t|w/tgE-.?{D8qV&{N0e5Nx6r#]&Wl٬k%0(Wpe+?8..jZ`>9L,HvZ[,HQIi};k36 w6D;Ā,D<~zf9 џDwSv8E? AԽr_Ms5| ] oZPfpύE,$]E9^}[>kRnoa\xCH /ufyhj&P~ A<#@ ׬r%s^ˋԄD|]a^\B8\1:uiZ$,=^&P2W:>ϙ]4@ny}uB1sN'=N$\NPh ԙ'kj2Y]?]hgQI$aa55$4,VnW2zGr=Q' -^Hi0R%rs0(;\+ ׉ٓ?[&V7u448%b{n]-?=Z@;U O܅Ņ-9  G=`glCth9*,9d`]mbav3ҩÚ[#Μ㶉wCPŅ57V;Qc89F;%I.Ӟ7ڲE!s`? m G/s gvMY!2‘~ ZDp6sfe(P0@+RV>i8qHOR#=+GIVA#8XQ'A[(ݢQs`?bj /T|!ǧZÅ'Y+@bh|7- Vu#/ PFZ8k!hY`ӊ r^B!m2c˔SeP@[}E([7$M=9zjflx-ŅSR C?h˙#AXozW٬he#Cvyk>(·rd=k *!J.6 Blrsoi ʣhDҩnM}[n\>Fe*SN Xvɂ / biהh: L[Ȟ'y =_h! h M$ܯM[E_1fP0a!) EA~5\4c 9qGUeU`/3|Hκûs ́e  5c dJ@ <1l#\0q{5UA=;tF HN&ȵSpo@ g&ʙ;>#jؿ$=H7|E`\eT|x]~&8X_u2rYWeW&–ο $5px]c{a`H @ |28-R1G hGf %I `q +đfIֱRuOHuB뗗(NPƃ*-AkcT5D&F]c &}\O,h(@{D*'ժ/Vr|bS6?BGVD?2Eshtgk۬ISpQJEG@}!޾O|+#dEUjOSڑnqc#fOɝ/Eb(!ZO"UiOq$@H*sݸC0iqS!7vӖJdd/nqZO~6=7kFUX8nq#^>1T٪2GyQpy*.lLt_!6OƚDѤUTMS PIes;jd{bD*LMyɹkhF-y !.(Q+]-M w[wprv/e Ͱ=c 4(ݮq8Q1H}=1"}! w(M7ԃ?+0&uX'ʧ0Ҁ ORĪZ)ݶeFT)܈/udgjj$D 7Od-uWCiRsn7[i+oLl% [Jp!a+<Cѐɇ(ݾ:c#?Y_1K #sHwDVz ^&Dѿ{lŒmP?BL̇F4Њx4h# eX$mlfPZO%"vnKT^տ^g*,HvhB1{y.|im؈o†8?,P#*s1UKMΔ)SIh7 鼉}S3u_yީZD-;Ckz5 Rcęc)NK1{ & }eѻCyMtv=hr5CȑS)Nzif +&`Ke:!X"AslQyEP bS-oyJ EyIfR|uHJ5f'>\DI7Nlg38j?~OJy _.,'SPN%V,!Fy㐇Ɇl; "O1F$b#t#(RqHYS/Em$!ꎩ˔$1hF! :+$C( X ? )Ý39-yGH]z|NJ '?6S8{L\9s^iu*e3o}5!j?w8#ɦ-c]3PPq87MOpNq7EvmSr9KX˾ E xmUyHĘYӣ:`j Q ؽ =Gs *ts-[& 3HJDQ>wX%`pK|O} <.,Oe1)lKdJrI!$+v?03v]&KA4{P 0?|N%ƪ9xmR߈$6>@b9߹K5֧;в^B#ҶB4djzSMc`I¿vn`!LH[aJ??[P/!tb{*3뢓E- $!k݋־dS&m75Xsm6߷PQ M Jں*vUlF~+wS-+a7č&avO7EondgE85Ghu\c5¥ʓzcxՆq<{W=ګBdFb:gT+6M엣o.`kz1F#r87@Ǵ!xvD#[-#c1˺bxF%/ab|mzL"XيURd,"P]\SO^hX6PJt4fBJ^0Ga7 !~ٻ-= Wɽ=,e):S|uN1q_L1T% ƐRGsCl9`ˀFX?} \Fx^3]<8:5s? 8-lZdzm| OB|9oKٛU)zWQu\˙Y2MGxѹBUgA+Mi) ZE%QsMAK]VFaC8R UaWS$șD>mE8"kn3Y>ĥQSKSk'Q;؟Bm*\ޒpUFx*٘_,r07xugI {ScXwT׌FhhoS!`"eF.ŖNCh6_< L6ڎTzVi#&& 95΢B;)!uVLEpcٜl =`X}vY2զĵw 5 %'koX , rg c8 _[7P[F..</aR:2 )b#!r(&>GH%~q RpD IbH n"o z6}1OUQڙY||l)@k'U;Ϙ1Keժ<63ڎ *) / [UpFpPD`Y7*WW[QŚ4AUYxr@Q׽z;r0E9_vF RSd }#A_-u&gIjZ?-GQM2{MAu痮:ܒ)f"CdJ.rns8V+_+-k z e+}E.bЍUzpr-lw oR`{XEZ^)=lJՇe#:HPZ9%Ul4#;ao4uG[7Ŀ*Q|"X_}<}A$3pPbT쥐Z[7T%dL;j省l8nٷX k`R4PzxIG8 5С%9Ƞ,52=dĖ(0ڒר z}\7= }M/R_oG 6#nE,n Kp)=qס):xҼ3>5 -3Wtpa%b^G)'y7<7;MYo\  7WPk=b3y?3p x5}] Jydav'w.dcxR4(a"isBoK5psqF},1A-kɨw&wsJ]Q5CI 豛 Z/B= #H/JJLqh l׃і" ږgBMB %Eh/51Xm c%Oy|ARcx2n //8{}-:6([4)yy.~h 7 w+HbmS(M5E^~$b\@UR!lӇ$#5+nOG~ЀÚDiMJ™Q֦cFG. m sպv62{` 4Q/腍 ϭ&s>L^ ӧA~ې4Sj,vJƄaq@GMpw?1vNZ5f,HrM,^p ޤ sP/,FĠ4p^_w +Ë˙*R= (oK K-r+?(\QEgҩLwQZ\قH( VZO_ ?ΑяmXȅSJ!>:\7Ruaw8|7TL O"2`8ȥݰbԞo[ބCs&0I$[NJ-z70:k^nouP?o͈Z·kc&p0Ӡr|%iCxҿvgYG`|/Jwj N"b[no pGS7":R/JzQq'\qZ쵿̚QH;3x$) Wh$goܭ}qo*NܗޡU%Y}u|jw'L P&Jv ՜j 'zjц&zpmF!Ff#~k}呬|'”ʌۅp()$m(m-t 9_K&+KUCMRRUP1d6~ e .i7EX>,:p2XFk&a*Vp:= &)_4Mo} -8> * &y$W{ c@2BӨkU+AO1Me,pU|U{WR;^arOiutp`]TA$k <*3lPm spzQt 錪&fK#G>&Ԅ;(2| }Jl |Iv Z=p{nN:('nqvRke~@_8R 0JVZM.ԜyƍyGuUNFDSu㠖gpn$^#w5We[,󠳴:hh+;Ȥe^p!QL &ٺ[i09 MY4[wd \87U,O _^m3N5w* z H)#[TeCN1ڣ lto ejl5b[JC]_myΎQXOp(z8UxUs,t''E {GXaH ^>C,WVۿIB3Xk򐑺9pNqqQa쮕Ⱥτ"` 1% V7WwdZd侔B\ ʾ Aie\'7υq)JCE CÊ2xjP oM1/84vukd%|A*Pa-76be{Vfsب࿶0TA%v[QJ~}VSل.Κ+ 4=^ِ퓤d.JMh'pX|==. ' iű*!@bd"6yh_\yB:iQ^L@U>Xƙׁz( o[/aP'M* sѱc&Ogr'_b吚[s\Vo|䐻1,Oj=%g+D2=p+&y"5܉H]T\R0t(ӆ+(),OcyX ^4 |n5aF.]wﺬ#ͻ] DA%7vU`;(ƥ&^|Ju?b="eT񦾩_$N?4rۊG/95nN X6}_}-wCTSыHjٚ@`(4=8(dj9LոRq/VUމ^I@ƍM,/#^#-o?r-<˗ºos(@A?[X ,{!ם2JPJ. _U6jy ~fϔw*;zla=4j@7p] )_$!QY[3J.1j'n;w Rjx[fP?!uu39-ݩe *wC˞YiNsvU@j5Wũbk#' $d(+u)|SA":Rh+@w/> UYXwc%MǠaj qIFJf15Od"YS]HhVLXL ܗ-_`4!2E8MeDŽq-/Y2;4Тwg[-mE7/NU4{*&xZֈ0#K}= W1SŒIڝJL152~@k~$/[jlf芑rpٮahH⚜R4JOO{^z_FiP[ZcT0XеF?5Mt\TF?le9 ڢ0Jvs@UfC=WEFسT RfdPc]e㑅#5_>QZ"d%{T|+#ٕ t@/!VӞaR@RN!D`vG! zQG6gZ1yxӗeYr ^7&u/ 0eN*[.Nu]yրϒ^yނHeؼM+$c'?-1Ioޟ'D},bEG) A˓<)ti=JqlR8,( [I樤eD%K7B5<2q@Gťᬪi}-$ĈӓY5i *d/jaZO}EcԜLΫ4ne,~ Z p9+ -axaD\GxoCGܻTW,jF #?n%V,75PeM4s,GFQZ|ؤ<>Уvq$DϴΫc6bR#3s}$_oɣ"JTjN[ fI1yQv"a#?߂xY]&>N-àn ڋEmRI+!FN3~nHEДÂfF9pG3"h?4"v~8t BlADe&OJӎVwp9"5m{b&Ar ?91սFoA,qmKɾ^j.Y4@}VhOs7Il'ڥz[9^8ÜaNȚ},AK$ë.KTDuMsYM?iQy ڟ6%GG;tl8I[cD.ut]piEU xFvwGU@jaĥHׁ*wεjУm:yJY xUKFoĕ/4.UǴ.Q(&4oN <6oN}J82]6rL*=6h@j a=դUtI+$}oj>:8):-˜FKH7)x<}`@_WʖvdRC}cheMLPHOf<å^#FuM.@j97TO{38<_܆.`DQôB=,5n -طվgfaS+ucHP @Wt^aZ9E7fZ_Ψ Lk25M/=@cަ)Z dSr<8X,3lc-%72kQcw )YNl80?ryK晤hĵķ |JmmaA|1YYxFͫISK i wRԐXl>X<'I N>}&m5[f]%z\Pm0J|/u}G\;V+S,UbMk9iR{XshR=c:wļP:>fb@U~7 -狋)_fk2aRV1epF ~j}yAM V`~49UOUW8m֌˸fI*`x?~"e?; :߆mn ||D~Pȟ%0ffoY̕H[_\]su\(ũSg9S"X+SX1`F(Ms]͸r9t6*->-orz , %>rw=Ɔkl>Wo#EFr{+/  J(ܯj5^*e 2&7ͫ*JAu j[v_ΉTg{Leˇo_[ne 2_EnVZCh_-[-T?Ә.d#(."-O1MH?9#z > GCIZoДRE^[x8B*؉(:VK=rW߽ZrjB6@48ތO$T/`1cY>R&WWf6prRsxx]pcL9ۡ`^I3>k}6gZL^AS6X- ^s2msJyA?_5IfC}T~HOb7,L"`q-} [M`7,64 ܚjp8ßmqYtJISqZ +u$La/!%v*k5 .z~듬)Gyt[RT C03[NcMGlmn0M1dW3{b"%;,EFNC1E}WXDudsv34Ԑ&9ːm8Qjh1ǕN;-hyٙYlxg%;lh͑{bZeLOvP B.ӄ׍ʣdr/3d_ZsQ*և__e< _c ?K.vɫӫ2޹05՛P6pw;>""x͓ ( w<+. PB/2!&[vkUia3<=ɷCڤlacv;U 20,{V'ZĴDNɼ LV_YE{[v(,:ot/hjt|uPubYclDj.0g]HuKXep?mo`܊~5_;9Oq(F-\ш5Wm읍R\;:(P!M S)Cܿ~3ѸH1?NDF ej}INfz dF@ v]&Ys _$M#M$b ; (t}|Z8}iUǒP"T~4%x8I[UbmM4 0DF` &qb}®T]Pt"M?NB%s vW86GCmf`t87ru:ܻ hI6e)64v<˙ү]z`;; Y6^&W;sjWA=T85TLؖƝ )4;N9/EL>ܦ"[ڂۧ*":4 ^tC9~5yyg)hiU9ιn#{G14cV  Rܰ'?dVyy4r9 810A )6a[->32mFX;dbaD?%Ɍ! xV~\#>NdY( ;ΨjFq`4WˢB +A(J@cɵ2sKRyn_"dHPCBmIq]].ՃɅ%;93hYPM@p$7MtZZɋ]jm+А;$^+ uQFP18a^5d#I!Lkٱ"ipkqd㫨]5ړNxDŤݚ#Tb;oQ6+CJA[9%p%Je]aq C١Qf/kDr' {#.2s-7FS"ͺN|;,㗅A'v|0gj-nB!Q&o =TbП;YcTx37K,Snc=,qf=)ݯ&`AҪ${j'R|[s7 7y6#\ .RKN^3Qʕ8-h[']çxjK:#"!ر2O,J bx}a+˪%+ʩ^#}"B6@Ϧ+l~& %t,[<ȷ!2񅘂݃k̒aBB 1Ix3lE; VwM(k2 !S:6nyU dӳ~zs߾!6N[c ñ>D6}āfޞwOrڣ#9[h;ፑ2U h=(t!R{{#R%1F0 ,T]m-juJ(81?:Qd Fk7>+˵a2_ DCb%m;"Y+#N;u6v'b}e= Lة4fA$Rr2o:{$oyxVc ld(9HOl{8=0gCVN0y;Ka9*{QoOrV^qIRWAQEQ(8YSU`iDX@bJ$0" `S%®:s xpePI8k1eN%;*A3%iNBBDǩS[` .1]myYX]Ikev:(hۆKf;`ץ=I굦3Dr ǫMXJq+-}@]mO7J?Y}}W3MZ8re| -tiī}*|CL8:OO/xϮK#͈ xXH-PA+- jfzAZcSKES]d.eWœ ^k^F}ƞ b{hs9ďq=M. dơ'b=2QǷR=~H:T0LёD!ApODˉ.RE(1NSf`($ᅬӁM3m4f e_Q|R (/fVw&PڵZȀb\ٴ DML ѹtX.!FyjTl#nh7;Wj:Wh/|s˘0 ٥ $>PfoYt/'0,h= N|RJl|vm'ߡ |MdQE3@9- yBvy~+ADe pJi0S6"be g݀:fŠ0X7e BYpU]{<]s2(-vJ.to`%ߵŌJ-gq%쪭0}!D*lہgH|5C`nOGT١\d|qZ\uPe t !oW֐AYN(Q*gG^\܉R; n M~CIwJ)ٟ#(9'k0$~v%/yxհq1kBXNispdM^/+w6yovwj@p1R.WA-=vr?7ă m; XHOui yg.Qdր1ዥk36&.|Fƅ`n""r0Ճn܏TQ 0~v?fd4[;k N=)K@0h`Tj}4.KscH X=4=g2hKB#])I֮ʦz@KMŸ]eetF2ؾȝcF\p.OM# OHIBOc?ɞ)MJ"طKVQj܋&φm/x?Y%-} 8o[m<?~RՑAvCݰe^/3F'n)"L9?֙m>!k' Mt^I/ cE !.!H \DeF &,Il^}Ұ4;!㎞|:iuͻ>bŔof2EE狋Z'NyzG<ɧ~P!QO ;H=JtX>٩oC"-jw3=B.ˍ;&miKF3pʩGk5-&Ђ-E+VfK2A4^8u̪4M񦂛E ns+jGq7G(n%@M)ɉR /y[z| -#?j?rxlP2ܽʖ1Ažxݲ2vA;v?kf+~fY1ȃ7i`=Jv ^2+Lgﶪlvdj-y.pqy71sP| sUؿ9r&"Q~2qbyᖒU?͌`E${-A~xK[#~51'Wy.mz v^Nfi)\f2Ŀ^Hp+;Jo9?->JK&1z5dss Ǜ=9"nIzaLj;qe 99'BZ&$m 5sL-7oj2:V1f|קfZ 6\rP"W: >hZ]:&jʔ!8Did3 ƚwҝY1|ܱ3B1g>GƮ")$7+{ _-dԡ_Z m#sJLBZOK~!>EJk) GkE򹏣MykkM/l`MsQ4k#z22ϱ'7s=l<[%J˓AwFTJayr: 0G0,J?mY  r毷n(Υ.Sup0;(J"oNnE4Z%֒RW5e  _h]v:yZg.dyE؜hJJ环1!B~Ddwj5"WQ 8 d zwK#;PipIȫ]n-1#uixq|$!ԁfqK^8@iH;̘gyX:G#w[۾Dwz!աZ,ycD_Sw>g Kjs†T'ઇmiT 18t`{n VTei"%{^(g E#Л$TI\@ +XrHeV`k G3$ݑ[Z͌:OgFu*,R:[l1+-QT|Nk_'MA$1,9Nes*.>C/!I{Mrx!n]-ZE%cF\R Sb6~2lgќ9C/dWC;;_Alxp^ yCOOK齬ژ)h;Q>ӡN9F/ڤ؂ f4(.[|:Mmc ؄87Z3+nU =p u1iZtvlQ鴕:k*WЖ'?ԋۤCC'ږwcn*OkIX7s'Dmٗ}^Urw]R-q!Ec!V"2ͤSL+iw5~Yt]f=GK]&QzWLZ)rB3#(|媰n Ruˣ QžrZe(U17ف7`@c2;D᳞m`-?/^&iUJWG..['Ll.kNT\ P$&K|ػ *8^/w9),9g:zWI';4o_3Ÿ~tB%T$WV,LQj6xQ`ʜy lfId FR5`.\~ rOn!oXRCj-<8gN孓U{H2?I1]VYGW!{%EiE~C\ fP9;6L&!O7CEw+?fK7BgbHiR%+#u/+쌹%RKrFP 0 kc>z蔊X [–ƴ1+H`¶g Wɰo=?;*,"p$d<%J=~^ ʱ2dZm Bdl4Futp39i]o5`_y_-忯2 ~aMXubBNXTڢ|$paKi{f,YiŇ$gݾ-# y66g$ůp]?5a/K6e̩F^AҀC0h q}ev21 RmWvB\؆zjRCY]qꚲd81˷xϜ)h DTVsn-07R4ybX[m>1G3 Q[τBjIئcCפtڥo3EXvM*[Tw* *eưEAmfEirVPmDcZ(iwH3}L)jfSt'vezd82S*Ha[?l A;|O6n~W;gRɃM[zm97X4u@  {)e=aTZBSPAKqsMP0"0?y1qz,#P@mMBĆnAm PQWv̶.W锦GF:Vw-8M}\.h$fU*?eMU8*T>$<< [y)%6J Lt Aޤ;\Z p5i2؎<+h] WU"OwV}e *e~ߖj [mܟbvU3ܞQ@$*F^H&{"Q^OCRIkV>~]EAʍwF+s+|J(IЩUGˮYRJ~Vy鑭9U|4,:z6{O+*6bFDv"E(d,\NM|􉂊Re^b7i<] `|Ɣ.F}'ÚgM$\t#,-K6"8+m^]9OP11;{`#8}EÊ@9&MCDF$aDVzK%*4l(Pgp0?SzΎ"%BTL ^L ;ZsWw_)ӱMI)լ)99q>AR(;p2rQH L @V.~

?3 D{kAӄY)&^K=!" E$=]U"F0ܟýF;qBKv?0 PRuz)7~ꤖ;m E8ʉ -t a>9oӌrY+^td2E5x/5uf)/lS )ZKb;D]Y8G&Ötd\8|"I G%^_anP"M 36b)5:#ʹTXe2PBmhliO}`M4#tJݩ}xBqP |sLbWԪث7|?|Qـ]xwM30ƥ z<5AKSZ J)2ݭp>xC7PLh&Z$Y >#&|YS>-*#;Te޷vi%3tCw [hXc>} i[8'D{x9~/mjVF,"2I.ѝrOȪ=A@9YYnhݡ_vJ̓캕@ chᬂ:n<[t'6I %*JsR`hWC( dh3y4ERV_L[`8P0%2 *?H(P*\vhYOW/S2 ozê>~Ĝ"r f׮Sȯ܌#0"IoėA4|/&SkgSd$Q.vX`DƖ,]uԹVd޽ `xݼ ܸ}A8w1e'?u"mfOh\ߡ5XGYS<$X}OfO<[q8ـ4B)i'MTvvr.R(&v)ӧR 麗 K#ipn_)(ȁAJ@Y;0K:).*%XA( 659={7kڝ<6cHV6Q\ߓ^HyҒGo.0:2\T bY& 9jD<1G5 (YE [=A͡6(~ȓflo&ӝ>n fbo vUtlW@Y,j5\ 71 C2{&1}MZ+~vSѫC/H,cʦƫPfl 9)QÔ6bhe A;e//[b'^ gu~Č"*HF|_A2s8r8Yx%'ooy5T_.unKE@ЭW~C;JWq+ x piUSQ,5^Ωb1 b;×C?] RfnXb >3^x[Xv _<0Y:H5|!u%WIsTZ0VgkNnF)gvD˭z JPS ]z{>@Bk 0|Gt2M*I!$ABkQ09+m_!(ǧVqv!L(L;Qˣ}wb8g)!b֎x;g^1[xW¶__u&|‛Ako wQJY1a#Zת xYPLڨ/NPNQ=I|bI)ܖA6F8N݂ぅ h~ZrK&Ӽ"[#9s+ВRGGsY =J Y6VnIM&Aѵi!ĩ.OC{ $rmF/ݭȓBXLkM`@9}(SLĢɓe`2ey4 \ 5Q bd2?]eӜ(kSliRjܥ#+HX+uuc_y{tKP#aS9WXT42Kq 2D.8yCDއ ~ &?q.U){9:O˦,甊L߀SW4{DZh ԡSg:bXc4)hR4}=)숸8a^VNКM3{mNU&,^xg]_,?y1[z>/…y:U>M5@_܅^lʉk=#m;!W@]RJ ^S<~xj:x%!, Hu0S~MCf]`6&t-}> ũPQ?kǃE&Xl;NSrTdGїȒ)e U%P\YK),gV?(d&kO 'e]MfMQ~,ndU=:m Hh2K`wxiqqt(8MDmR4)0pX F+y6+!j7oP(| nr0:?[)SH5-{>AR:䀰ݦTYvXo6?j抄`S( .JEl\%%Bx8բ|$=};7XP8f~GY)m"SH\+yDž74szmlx/,[4AVl~oCv̩|3FdzioLj)~2^vM{7L$J~sj?Mi(N@<;+#vJ 3j9!jsżbJf2|1zpvYCI x y^7vzND:ŀJTMGη0ԷY띬O mQ'gcz$Wz~e-,$dSG4@9Naף0\qW=ׇzil|CDrh>zGݽ&߿:'( p3xޕgO"vÓ{W-"7|{ݤ=ŒfQ0Bum{w㕔! 9K|y허]Q64LD@_:{{S}*ةO+O檊SO:ڎBlȳ ktL*ƐLf'%AVwb;M[=A;T\e&zg fG"C{9}{kJjˆCR"eHi[@}C˃V(9;bd. lJac&_]aZ:1OKG=F n#6#~W柜ޮiOExֈq0^8_R]yA{C`f}/eA-pC, :}# \ 4W?K3ѰgR/H?`U"$h>'੡64 #1?rDmsޑݩNr6EUKZ_5X c S/Ħÿ91] Pkʚ-3ɎP>21cPiacV"k| s/|NUΑe|쳸^ɬ]ɑ< Ï^lm&/TTl #IAX2 KȌw%,nb=iA IPiluб8)\?hZ"/+4qMg}cѓz|޴-ЇUE&.Xo!Xdhf9J仙Tbr[BQ߾'uER6|8e1.{Wpo0[e ԔȡhĮ13n:Ǟ"!尿)>hi:0`fyG/ 9z0C$ w ɒ'7%sú./:ٺ@IaF6=_  Qu/Śe@:e^e"_]%P3W}əB4\[ bX2d3T=>t=tHt /%7&Vd$s68K2 Q.Me4x,ܙQ&"Gb3AsqT^o&+/n)얲nV2 z ͂kOx{ЕXpǛGym꿛]&W!U!VatX< =>h7%|\x`!QnA@ŔpNXzq}Z2m,=foX _% ׎T35tDxP^ta=sG{륉 WuqK(_ |fulu M8UqAp v Vqd`|c'P]U}’+OJ9YvԎȡĤ_y.* r"oOKܚEDDqe;S'tqG(愗xNagvY^upI&3H+-gE‰[gVޣzՙH`H=ݩe/d΍brw\HvMZvlt gEȠjxS a+;`CSƈx]0Ư.ba Ԁ8خoØf w=if5=09 Aۙ:< tT˨7_:pDVޓpn=xcEB: 'B}j)Z)~\ } Vv Dq,iM0 AEFRz|TqMaɋvZY<ďIW\JT=1Ṽl!}),?앆k #Mɪ2vq)ou&Dd_DPW^R!bun\-+@*h04- @54LK@RB=H[AkdMM.!""[T$\j#o{)I%Sy-G4 @z[ݍ,x 譭 惱"j&4:|rqt5xՎQD&ZL_ʃYNذ5V[}zQgGQxc*A?u>`vVG +B2p$^E5l#Dbw)#{WH`i@  VQ(G|AG–汖hC+899`x lUE z၊5Ts#'rluETZDm&uAV}9VshM1KSy S9>=!DS=kWei#SՍ6&}b"!eHwϕRj!䪆:8t>rA01Zhqyll?fY3</Vy?'p 0<=]^7Ue&2Y~kKSs82whX[J-frC^Jo}@Τ0^3h^rZz'@LaR p?61}>鿷<]4#I?$(37_NxsڷpБph4 N@Pf;?Se>Vǟ Glcö{)vΏR>մ 1rpC>تtW8L&Ҵ [&$" WYqi8} HxGc2<@?9&ŭdwiஜGiՙmU]^{Iɲ9H 0vks G)J%2ds*H7Hl"` %^Mꓖu5+RXI7.^iQ ?)t "E8tm5Éa[QrMSxQXL,o."|͈n.m0Q&:Ӕa-f81p af{+ ޑ?Oaid:΍>JҌiމgҎkV *p9 . ^{qb>l|eaKVZp`jHa7S:jJ05`$=4&iSh] QԢ?4S{S,.#FM巈}Fyə~"zb#^ggth;2f1%*θt.Nc'\F Kj}U#l>N[Bm{H ӯ' uSXQ J Jn6(! v* J_|Oau"RF"ְ0C%Ek+Ls`B;C z5}NwlN|` ˀkjrB)$86)zukh^z,C"~le2ޗJMkqJΓnbeXo08ehF2>jݔK9DgK L7Y,0Ԓ1{eej@n9>R.9C~*!YHAV 'aI5UW*t>2X߯ց}Nm:!3WHl`"2%`ĸm̵ӥxz!tȊE#wYj鲔FGe|}:(ޣ'5|џA`ţ-r~عMn~!)XPX`Z%~@:3ӷO $"pB2flP?ȏ`z*'5ȀO݈p z RhkZAC̄Sۍ/@#E oO)Sª XBY~9u r7e|U6ǐ;Ot% z^E5iڒOKoT}XZPU^xASTZ. Uu*8 ¦J9Â~-B0,b7m@ndE;yB+6zwJW҂JmL\Yk{KX'qޗAŘ݁`;B[PhѩpMZLb=JS?sSOpp-+8?lB/S )dp.ٺF`,~(X ӓߣ!b}UCGwRW/}<}4JZ/d}goZF<2F.v&Fi‡QTCj nR>{;f(W6鼡.b. - "(0xjo<`<ƷM*l9HzN<;x&"ԤS;xZzv!㾋ނL-fh߼ j8HR~S*2(by]ǼI:1 ^Á2>^-T{ܧ֐bk~]DǍxB[E'i󣏬CކiFx@Tr3R0"Ar *60T+a6'|F ܇jձWU+9VOfGxt#XGsoa28!M.>sX`EWJ 1|C]qsL}A>D,Z YQV^cͼ#![!8;B@ˠ@԰>WG旀_bQ :hS̝ {Fr\0bO pI'U Zs=vua Li?XME0$ja>; ,% rKoij> ĜU$ 5h{^o0b@8m3Gy$ғ4.+c65 c #n j sQ '@uyIH bF OA ( Y l.NLBnACjN* 'e2=֯\KkvgPU9'YUMJ֓6~=.Wk*Z8jU@TK1TTpGz=e/Jw9R5NF9upW115>x:+̔d:4koPpbNxVA i6 3 ƺ"iaV81w̨lH p:r,Ղg(uu=^^{Bzrp#~W؀W̥+tpv~\ sj{ҽK[q)Wп`*jÓcQ?Dq.obԸP I(U|Pebq;łO 3RFœҡ{b4x_rlI+ԁ56z_ :Fk5g_\pGsxkE`c(h"bйg^hPT,Uu!qg9d<@7YTE|Td^&?4tbEd r!M1}բnk]YyC\"?$ `6ÈJRځZvԯ-.umK'AA}W[$>=hf%`8vrbp:>*elzR.rRW?| Ȝ{z3l[hFٽ@ۓ{dqlҬC&%ܤVP5,:Lk_iU}%%|-gc'9o"+e@.]/m(w痖}&hjzGTu=wpruj5jShdNKdԗܥsꮈ$&Ee@N; u%n6ziEW (}5M#y7 3Qr4݆f)q?'gN@`%TԐL^í/ I7D1پ#(֫N'|_cIɪPbDgB]o7|j 2kH}chIw6I^-u!um؎xvOQ?8DA6\WѶF—qu^ 6zn@a'Ƈ;eU%g^5ӜO)b*~Js z%|&sf( $~1_7׼Wv]6w,IqPUظ2 Vd_ 2n 'ã4|*o"0Ѹ2wOwxlfBlB רcjU6k%O<z/j)HԨV8U+#s[*(Ŧަfa L-7R?WmOci?w(5=rX;ea4[N%"ALz<+he6O½ey&RuTje>jpK'@$ͨW-\_,%ʃ1P #&X لvYX_#謅N' s;`u}9Bɜmܟ`!6& |HE\6=&V0^ }rLyӯn5k[+FqpǮccWASZz _=4 !nC6Oq|k{{(|yE 5Z@[/8_JpHa1NPWNL)C*jux,1MH#H2ώQ[OTNSilE][D. Ǐn[3IhENmh*iKWdCvVES|) hyE`?źy6X&4 4QƀMm +>M5:j!.qXxRlZl135ǝEZOiJAw\9<Ž¨6LԣsPGuGKioIA@:@F| qT_,U3tΦk?ʍVA:s]L&R̗Jw?GBhP' ;}]甹˴3$kKU6e8kN( 9OC̫:?`le5x&S0ѼsoM6yǐ-K!iؖ\)=CC߷e{E"$h阨1ZַeHQPf)ⰝFZo` n mK ׫Ч#!p \Q+۹Iِ_It >NFL_)M8UMV-L #3/F٘S[gq+] { ˱vس!BfY f=VzC9{gp~xtJ}n[71єs|Cva0a2f5. C ;:6n0.+?* #Ti]7tP?:1+ņq§ߘx+&%yʂR -Je͐yOeC7X5d׭GQ쑺r,/s%II "?ӥbB0=|kMV*\EP jvRwƛ=eUIgʄH<\S~5^:PiX"xIntL/YRsxpdg=@޿rr{tz@c<."R.Wk蔀І+;δ4]E  ]RjQAiM>b1ڑVb!4jU\T aI5 -v9! k+T.h7C[Il{[#b 9JQc͎wH[WQ3Ht壡 1$~L=NJI(m[q v]\Mo%Y!Ӈ{T3$v"EG~Nvj&1Xxַ-OpU[ZuMݿ w0IKIj);W'aK7 .dn4Ԛ:\g)+ԥĂѣst" |Dp_Xs8J^?2ն?Dא8V{M7˭:0WšX 6!`XFַ? ̹Oڕ ٥kȑ VR$k] RĎB07ND,VIUke|:}%P~lNzQu(w"Jꝍj]ۑg[a)ޜ_D|v[˻#j%!{4׾7(m65A%L\cv_AWl>kIb,z2Q#P"{D|q΃8z$Xx'w"Z%S:4ô5PL,OG#+q9Pb۱y 1XhHj,ƶh1^g@ܳ ^pk՘^_|;u6ٯK1SIt2&AuO\-b讙NAY@O[ ql@qކ2^hKt5u`UO|uH\wzB= _)+ 2t w>/XaN~/Uqtt]ړ(4VfN EJ^[t#8ĥ`!E.U;}eFӢ*Ky\PP$JK+x:w \) V-|b+ۛZ"8AanaR'Zy5=T|O75-6]MXGV ox } ط N;-` %$S?#Rg >CxscNZv#}3v~s' 1Hfm*Lm=.m?]p(l9Bٸ>v nėo U=o G BmjQaO?6F:.[0I1d޻ baFʨqrQ w[{9;l*MP障NB(;Bը" ᤆSUհQ)Q F+U׬r\2O;4jl7zˏ(CF&Мϝ+z-4 7!T"},y@oZ!OrܔqjіbiOXזo5NJmڊEA&p<ф_j[ 葺Ǽ|C&͕u$}9M[3ozM+w/7x"3}Xٙ @( xO9t18ΩӢGOŸGtFiT+$tisKbŧz悾mFQ|)M04lyNJ/yl*j46_E$1+fTc UɅۘKVS: %ZJ(OeL3_H=0. GΫGQhE=X Oz(L%e̲rZx!³/˔V6#'_MMxpB:ۘxkxU<0v Eu)z*XAW]/:j?w;ߖ;d%z|SGLT6%x1> $ƾ/闊& ?Nk$JrL˜+WmV*O$,6O MSуTk+ 5olV'8ӌetI@Y^&VErwy.1ߥpA*0bjHg$M';;%ޣ@hL}HHk9UzKt_%["!]lr\/Ӥq]3:!J oZhzZ 1WeX%&%'$uvV*lQ{yyh*.Le .Lܐ~rD0xw*R&AյPb=HܽRArY{kq9љsUiջҾ@RÈŗE13.k'5jKt// ܅&}*X%8^q2$ ڳ>KוW INPs[~i_e$Ps3G9eU{?Yǻ#BHK*Y7Ӈ_~{' j_[G({ciU@Cs,1[-vU Tf{3bڲ1q$k1,V%> Y|<+$i -A Ѯ"Ȏҋ.~ujH@{fG HHm8mm6J [$9汾PI520/(T11lN5)mxާ$K75#Mx/:d견’V_^^60+C[X66@7x9@wSyvH%g:%s9${@Q0ݴMA PuJljtW/,Q<шFy: $DC0*isc2^e $sAɿY4 lbV0]y0UMzb<h30S7CyLEXBq.s[B68 V~/e_R'?Aj73*aҾP.͉ľq0kFLb̐ $J u=1%%_nY\N{Svhv@WnZg岕!.O@Bo$ Bu&Oȱ⁙f)]z1o;|,[ZuқXqQ`<fL^xKc L4@r-mX]͛"?B!/BTcR>i.=gI]։f#֢!Rg2i%_%rs]fYkD bIc6`s0BD  .hG>BzJ9SAY1*x4;4kaJCHn egF\ctMalsJ>-A NO90)>R0J#e,"X0=m9xYڔ?~Mz*+UA&-] sj~ XLT"Zz Esx $Rx;ˆ9bc7ҵ}lf6&5٧D~u& >y5p2lB55[bQ.*/ .ywO2<RKiAjIP jpz4%?zd4*N0:50M,{HvM뭵=R. -ؕr+UmZ7j0P嘤 2XT]-!s_r+g{PV|oZiU<ๅwcTn50XT8E] !>Q>L["`g҇u1ݠ}aA~9T_"a䝯h| >zrta j&twC kuQrюW9Z4"B4 O.IM4f|;YAczsLJ_}SBɞpL^_` W߽;kh\+/"쭑2*0 ֗3[#8%=Mvȸ5ա8we;ՕTQ&U[H `V镤l11%-PpT;'.)g^ZHj8(y/DcyeyH:(eUE/ '᳌nMo <(B%)Y$\ӓjO+.> A()g5]2򜉖w] 8h홖a#DsIFKODzzʦ(LB!l) 5.DJt^-&\b]Ѧg3ԹMv}=!]lX.Pcx/+FsNO**Lpe/uHf1UĆ-%?([FoE(cTkCg7l[`9\-)t%"uI~8a mv WUQs7|5S>Tj7> h>%>lVO_cca X,&;W2")m Q1ږ t5j IrQ;\A4펔K,Fq87{7/*uP@7g9ip~@Aӂp>9RH٪bWnuXQop ~Mut8S , mnyVeNc#@{V`;"u=iѵ1H |La90#8XYڳ F0k8dVV>P5XVIv[kQ'=?n3lj%O&+ᵒY"ب1: Bd铅Yo!Na`6,N .0)OF?o01 q&DsCEU@0*[^wS;oUtc vy tN^)l9qF8 *?P@,z;4orQwHI.ѽ3O VMa?D߁dZHg ǺHmz׀6|nb)?6Rj0$rJyt; 2~g p'kBe҃}Ǫ1 (j`d*E(ҍ j2+4p237a4[14(;R\qv~$hUC;qo{Ѿ;2~)REF*xڳ0 Upג]Pbɶ-AÍ(t< |$.Jٽs}@+XC CYg%4*#̜(.&.虈a݆R+VF^''yƗ.H٨t |Vm|u,f,+M=wVB&s+֫f#X(3 , ʀ@.n9{E@;:]ȄGjjY @>L?@^7c0H.OX%<~x![~T$&8Mq<̮Yy+?yhċY5iC=2=E\[~6C[LbWg Z_?;CH1ၸW6X|RaR aWi-踳&$vR&V2Y Ǣi_5ۂk/aNXpTqLjmgբr"B2cm!jL H^7'K9,|-Y%xT>w@ד- GP vCEk ڟp^Ui iavbAgR' !| Zʰ`)QB߼kNyݯ/>v?Qz8Nr3@j t)+쫨4sOҽjy x0ߚ kZ 1D,#S-[ = \S~ךJ>TUa=;XU9 8#M?x| HiOM1p݊F[ j$s/n)5PկQ`2Eϯ^8G?@Mtc^N6D&[tI_{}xH!f!aMRNo7 C8")m*E޵0LiYPo,s@$y3߭gh6O64JmJr^F%¯#N!/0> :s&g?~JJ &3iFWa&mv l*%>E46–i3pOZB.v"fAuOŽ\ҳ/?e?d6ğ9YZ)-!DD%$Ef׬Skp%JqUNbXDL `*qkۈb<ݰ^Fo]K؁6rW}\XӗhTQsKZ\dLyf2j_P^Ц`:Q|2-0Öٴ:FŠ3 ׹ I x> ͼa|B EESe#bP1y?A!ou&ʕEQb<ގAY]l"B)Oy"7 6Ϩh{e@2ɧY  I#SzhthV,emK녝t5Gm8nDeb?:aMi狪<{@nZ q4ep{< ނDclTY?rz9ۊkpS*U!P[䁰kJW؄G>f7͙U={c_AjQsYu?#]B+|-B7W e%ũm@TCY##1vBm:sZ6W4a~fHG>dCi WGS`v̓bدA]nT,7s> ֓`eҖ?{uip{O ?݊Yk>(g̼9IC%(XťR^A.i:yxwBj@VLVڝNY5 $ 4? 9="/7U  Њ}g}m}V `EQx,/3ݣۡj֚l8 3L^ɰœ`'IQEǑ9U\nTyӇ>v]8 ʋ^J*zp Ցq̵఼{s\ ZæԼ,eX3'-TvUh]7$H z׍ ,3%d䁴)+XmNM|}yjiZBfKbqKH'XY& J~.U@\u`P}vcЦE]׉cfkLÿryS䐐yP?b*6M@C#9)wN%N⧛(0gK!pªӴM)k]G˺2A%P ,QwZz.&0 M? @lӄ_j84,( GK.Lʧ*YPr>9N&6r2AR4FE-&1b?VI:uc! y\p[1/fPn)$BxsK͗<c N~zZ\]YZJ*tM\Rb8+ y]u.@ri= W>ڟBYȘڗ5:2׽ 9| s9\H!Ӄ.TN?/~ZFۢ]`Pr4F^w+:'Z0RNJЍ%("UKEp 3iЫ_փP'"%]wF? d҆`=tBo \?  N!%5j &[g.rWof4 ұbP ޷illY*º}}̧VeşH_i|UcFӰ+ Gm~IpRY6jA[4I aŝ/Ӈ'ZU\E1C e }zUrK]shVw#nȨ'rc}{*/u& +?b"Ҭ6bLH{au| Cd?qd6FaB;%7H \ov6Z@H0 U2Kwl^o|;<,x-ъ: C ـﳀrilClry``ܮ% Pܨ| COV *)iVobb''oUT/D-7Is (hV%'#*f3^b YW5)Zނ'mLut& 1~FS[lV,y"{`'ou5t- KJ9%MPR'XDEK)o >Y3vv@}qMQd6+V*:(sJY]XcK(tEk*|ϓY?tP& 5'\ok݇eMSPGڹڞsuߨ{/Y^3.AaI:2? fdu5XeYB YD? lCگ,5a_=&pIaZYbcq %6qOQc]z$ &s: 1[ N6X4Vuw_Ŧ?rԵng|,wK8 |A'~P`Sv?l^SW+ѓ+tᄑ{U2v[u:+~xƨ^+n0ƯF!eZ{Sw$nbݮ;j>ȟj'ڍgݙ/_4KRpi`RgcżC" ('O7#gˉxz0+CY}& Z݂5yſw_1eC$+8TM Vcar%|%d[EeO9.ĹFM)ow3=p*QIKԱf#'F:!, ^: &6f]";vfޝ V6tŐK%ܰ+*n`{'`Z *] ?s8]L5W_yv-jbDx_F6!鑞h-Ksr3QA d@W~,[3C0!db$elc,{rռCq[r֌(Qc`Q u8֐F5loTk @lKuG@Z7m;)̜;*?TJ D]R;zx=uͤL3HOJXR( b .|)Lh CqxhJg/QvEK{TUaG$MZ*N\ Db5(ڙ1âg 6\Ѷ|Vji[˪dA ic4 ~Z5]HĆ`iI_?e4,:|6D|ɪO{XCsFԦ3gE)<[Aߞnja8T5=I= p]uပd=SgkP93, "ڡ5wVF?:?X|?*9O#iʴaE_aVZo"Ad՜6jGmϟY5ȸRLCJb_9d:Ǜ۵2`J`^;,1U7'X%| o}M,5MmqT84%Dq? zvюi?1>JTb(y˼-Ӿ)vi#}28|15xHXd^(79nFeBS!\Wj0wRgd4X%x6G;2ĺ>  Kob>1'uӨkZ24U5܋d.s|{?[&r堄{V0G1z&Rаq_4bWY#&y5p9w ~ ]hcC &lA]H C"mxk|NbCQ:LhsK{!WTI8'(#[2 x[\㵂ϑk!N)kicjm$jߊ1X&p GN~BZv#el/L\㍊:2%tտ̖O>6rU֚x->⹴!bE'[}t%S 㯺z J^VcF5Jsb^u~ pgUz]׸( _G)x#2fFBs2"6 +J~iv(ikì~9B? %k_G(*R8 &x,Wo'gS<_ނ(c#@*a)F r}Jl7^7-@ mT V8]%xma$ ɇ9/SKqFG A PD4 dw شcյdc[1(aaCY*YM2Kq\!ߑ&)/\FE=E[E X0jSk0Q&Vq@i' ьSvQv,-^. 0 /BZιx+҅}?LB_kxhBS<}] S6āp1>'@ؐP;k4ᇺ2&#M_v>@bfr%?¬Qᬶ6`JW ]/wme;Cr`|EpS EE. p*UӢ{m"Hɩ~6QŦF+ 0G:16 $ʢI]! d_X[ hW,UjW^~šKաH 0,V{Ά_/ǃ@O:dAP 8&\36O؄i-1f,/xFV;C e0I+!˳䃳ſX^iJ@Rq&rD31J)]Fq _Pz\ª KBWoK0MOhyKNN:tC?9ٛ.| w 3Q5`}ڞg`QY6%@8ZvUGСz\j7C|TJ05B2qUr>[>!3il>JӜB^)]* tcEsoVu]Ie>dY2߽Χ0yIuכ5W+|o|!b:12ufR0S wEr'!Va_t9Cf> "h3\&FxwF*tu38sW URˣxU,8"xcU.郟hA38N1-}{}i{5m|o2?pfh¥pg/sy83cc \ }'صBw ?̇fA6w דp7Y>N+dȠ!it}pdmCbq8q p^uHRY8]2)LDטۓ2+/%-HZݢ݊Bd`KH~*Z }lPl"t (?ǾY%r$rD&-}>}f/R$a* Lr8٪RbV\94xo>B4g(_-J ^#ToP_uzPgnu l):T|48?>&8iL%:骣20YĕQ NQ Ū%k <||F(+[v26t X+g6C4z>)-҉z˸2m2)/}3n&_Sz)89XlPPQN.4IN׭ DJj˔M)߆R,!G+eD7cǗ\BBArv )Js-s+̩4D Sﱔ;޳?}%{uql\c4% U  RE&3 =50=BFuQˡ:Ƥ"5ت)ilxZ˙`)@9\(<CBd7 s\eAB_Yt@֙".S[aZ^^3:;D)Ky7^fGt755$1?}[,ۂ1JN_ȪR3־V %-ye3[ ̍Y@4ִQo{᭮UU`>lpR3+y-JEEVfX"5/֋Vtv_Vi~ + (tc3ɒXٶMKt >Zf9+=8~dbsm&<>娇N}I +(wx/ߪVyP'.ett\[}*ќxWߜogp7*pU2)?TNhE90F졅B(,X:񛄐`k$1p 'Uj*Fd.F v0GOCdSO n 1Og:@b嘂Se,*LQɽc jb/H*obnP:ܗC:^QAK*48'1MG$Dzp LYU9RXO@C,/9{ gqAX˥?,VDen?bk:+I={exi.@4m 啍y+g~SԘ^nƝ}oQ:/s|lNVrFHO2,їWDQ5O(;IX½hvȗt'X-dx5jE,rY)◞ps44ch?¶Xf'0>wj{nU>d%/B}W=FE^1) 3^=Ya{L6Bkt6_ڎfQnf ʧ㫊<["#465:6Ɲ]Nɀ禧MMc=~bnɾ|T߈YXղᤑg(4"Cʥ.XNM3,~@;. 2acۛr,Фi^YС5vI~.C/%Nh0=E`L 7_/y߭Y-Dٜ^{װ|t.~\OLB=8F˅" v)yUݩ4}ێF 'XDxS36\P5ŲaPE>'N<{V༭ !F#rT^wg0[#TԿ<=V+/l~gtZ mdуY>ЈH13D/nc?F)ƺD3Kf<{%:pM>}I ;#N-<]1VlGZ f.zq,.'RsWcq/1Hsl WJO\h PDSH5dco:5ġ :EZ?aGD퐑<3mjR1bXN9˳HJ geiS:_V8HIm0e"1nQzT+^PɂǎbnC%>!LIqbS8*6ÊF KH5dJB]Gц5,тsBXol2;-^Mh'&^R88%fd_Js qO>?Cο9nS,y ˈg?,j",3$W[ ʍ9tgU{^LH}!+9cfpOL:o.]KGxGsD{˻ 79"XkC։4 y*Ե`iH*bb 4KTxiSG ho756Lng09"`sHKlkS ]s$c++uQߥdk`}`K6RKjN\qL1Ru8 ,:[{wp I8潠TjG>! _.ckiDRq?A@ɮUgi<.=ի+ypvp@.Mu]nQ,D镐0 wۣ$XHgVVIN Z1z jսyΌh|@:~?1Z&$.uTD |djbgWS)IQƥ+I3}s TjtҕV9Z۝a2puT)[J:Kk$lhj|ءt'p$ 84!W-Y|sא]¦8mrR}12^t:ȇwd~->2%Yc+^;RpV|w]ms{װfYӜ2M4@Z5~7c$ 74b'X!`2'Kfϔ)bυ> |J7#"t+uZg뾂K+=P}'ߛep4EN:N!>wJ38Bl 8?+BP5p^> R"]8ERPإyl$5@]'Hi25ت[Z}o9H4cA _'«RLy^emʈ24rprV 3VO x-G*l-3E6=w.$`i| )_G' Aiihh%`ݺ=k$W#聑Ď"8w[=Vf쟴,Y2Kj)^*܈Q5ZHZ #51ōd,="Ƹܞɣ=qSA=ꗡ)É.P`VQn+߆5@5J6wLlbrű=2nM5OB?(w<, n*\s~scs g's3(-]J| I,2{'Z畠!>I*LhH?joX u𪓂@\pX~.sjxxJiy#`44X#VÒA8˕a~)!=Jkڹ? Yi7Y#s4\C|uGb1aSQW QzytU׫ !6}%+JnחHڐ.H*qbU a/A՚z-pQpD`fA1 ӄXCU: ޜ rϱ|iѝi48 peEqFڵ1P,Sڊ`BZ!5LR,%CĠƺy6^9";FYb4(Plw#R! ?s|y J!Gw^J2v 6[-ϞnW,t֑L(n# _pgHND"A[mFHW n '8tr^2??S[tH䗦;\qe,ڐ1S"\AIc fGnYCPd;BS  ,:7Qo0Vi^+U)&$-zJZ$[4 J1u'r'`in<˾y= N {U>Q8Yl'-aY>Hǯ╖dժժ;C[BdajVc#m 8dxܞ1^T@JT208@XEsͶfxa&տ{8=J#F;g, ~u$a@?ryy%%ϥAʎiYJW;_yʴZFb p5+4V905,'Lel47IM,@'Uo3ġ_Կ%xXEZ*242XjB9@~Vi $scrsNp?K;@B[w冲@½/;7~`Q_T~e55mXE-d5Tq8@e[+ V覻,,pUT~1@sy2x8jDc!Lwh$Q$"Y81!Ƴ4ܔvBy55m(:jC6+ Xܥ?1HӭQ;U?_O%LTR6O9'7f#8|" ܫ%yP"')t >Cç͠ pkQq[鋯1boa1F\'5[UцBWZVUtk=mduvO8=+@cwz@6/Wu)g :D_pN ̧4Jt= J#[p"aep G}|mԕ&fkO}Tfz.`LؠD 1>`rFj4Ɲ6"Jt[LXAD[ bj$kxāl7?jGF ng,I^s~tSV]ֹMw߁r\ o /p!sV|R=y~6W6JJЁnci݄UhKY7jFpXre[0)XlExYI!0in  ;'⿁r >C{* Hxў'z=e`sMO.SVڧ4U-eR%Bs7f\9WTQAiXب:C8%)/>CaAwRat `)q&d`UJg-GHhLgRZmÇ鱐zSb@31&\jTU'Ҹ0#$q h$!QKHc yzTpd9>NsLNg3ZWWf> /ڨA-TV;˽JVDZf =KZ.(N U1e͉KĊa M-/4{ە!IEXE$pLXpqzXl;tZJ1V^<޲G֔N7qCN-bQ4xs՞(/5޴}`"*kwN3=bֆ& HGTlS=d 9Z/I 'Cr 3K[[!z3ոe}zD< ja8 U{yEq{k]Ts|0 2% OB} s'B.4TX]gpdd/"ĺs;+GȘ]N_98GD2U@Q [ewKH6JW" L>6Sq#"d| NKDlG߄Kc)]CZ?ei.N55:aec'z?.LP#5\;@jVs(rQjclA6^4}1!~mxw.wB S7D\kZxLD}#O:hD c֗ pz'RVîtÓX+bd/7Ij+aJ԰`Y3L@_Ŏ*[Wl;t׿P21BU^~cv?(KۅkwJ;U-fxaB/jT1HifV!g}߷»pDQٚ N[J~#ā~KPd⃢ @4:3;gwk2?Dw1/qe=0eW(d`=X؝A/hFD0N }94n3c6uypc J? .馌#Juv1l$`BtIpF!/#Qwr>3s.P9dKCqp55JDwQ-JmlG_*_:6{R`0<:hjjMo>A=uoxLFVLL_U"0:`MVp7l>caшeF{V(h m/{.d!`m1I32* s 3mz7ʮQH|Yy(G>g~3xi5օP[-It8Ѐaa׀Ɔ,/$}O w89K|!*Db@Oh @u  ê7jŔ7@rWP/4B=2`FwHjkѾ<qϨtY4vgi~>wOhlusřq^pkB `}> >}lo+~vGQVԎ[L&V2/dZ hTDž֓b(ɂI7:^,Q8b;;:e-4OV=,B]M /e6lbGbV>J]Be"HCwiJA^cc:H}$Gm8"on_Kof >b{ 7^.`!񖾋Rs @ċ, WW(EhJ$`D4Xp4[!Ӿkqq{E7A[|ͯqxtiCbHAT5'4VБ $bJLȽ#XN7ГVS읳ﲱb (0; Z^0}pss,F'0q,B0υ.DYe l# O?+V^hboATΓ#w`)r3I*t>[>˹oq"Z۹33Q̐wwEfZ:ŠӢ99Y#j:oT Dٜ`z|(dQ Ո?;ڗف=i 7~ýw#5%ΕKR$ĨӰik(6-x& r#o$p z|\ Web,qZd(ڝZ?DnUv!n\`Qy|gІ3lDCZo‹-k=gC{[@Ni{wnKcNUEkRϸ(-Nd$VCʙ4POQ]b%F@<̶^uF \E$&&J.0CQQȀÜtH˳+G^/+fOZc:KYW.v{IxPK'~V^O{1 HuYc)Dm I8^ũ"M=ƭm:~,A8-vaX䎘 67Jbi@Mx&D` xU T|Kod@Uj[e؄j ./SsH׎ф$"t].v/Vp__o@0 Gq"R7. '|ڰmX4wʷJt _ ftK?x_ >75E:yk ndB~ HV)7z]*~z!Rᕯ֧)4sFxyVZDOxӘ\_%0;I+t#(CY?TlވX#h/觩kK"oM@!9MKߑojZ}ijjǪMm;+ :n҈`R#8!EܵOcpw+1 ZMȏO? ,2v׼l?V-Oݛ.i}j#j" 5H5SS4\CF1}pk,.r}l̏xHɋŻdI5e52oV{!HRoT/-mweWxE 7LIJ"ECw% Z0P$J?m#W1 K  >9+G)-稽5wcw2:BhDd!3bG/mrvZ$$p> b€rƧ7<iszrpa Iuإ8d#S4)?jӄ_]FE[QgbN s˯B$\YOjhi4\η ٦1؜_}h grAu~6L 0֖V2&+v7^])NbюERdQX$Cv٨7e*O:aK <݅4SL",揣2??ֆy&οt4,<xNP_9d!V ]\nQYx1BE2"<ǩI'3W>ybu9d)8MZ6GbN:^$˥Czюė|[~}4/ig9؆J0Ƽ߃qH;?-+-ř΅4 - ,j\,U~m9=(;JۚD܅R~ "Y ](]j(5~+K b/upNCe>Hp&fke?K7";rY̰LꑁSݡ_MT"q~BlrB/.)Z=΍Z,4&`\T`c e\##np 6k&^>CԽGvKqy/TlhDZ-2޴ -~=sllVZE04/M wmbZl|+\ԖTlp8ػ:z0Wc5 __dιjo~r!&q'$aRB;+agnteWl5-Fl f+@H=2̪^B2[o)`ٚ `<'Zz:j` H "S6:gA$iE&^oYxlfbk|ߺ,>:<3\!:xMA(H4z%19} \ꋴ3E@hvZu-05Ƀ|%c.Rt;er+ygS@ye5fIBo֨A39gs slP9='@X3YOrځ'b2#:{/ =P}J5,ٗ}m-~} cuGb/'d0RBG*kjz`=s5sӻt{}c֖J$e_;NxvZ OD9?@ 2/RPAkb x*D}&p~T͜Cc>اwŒ:4]Q+< CaK նW~&Y-}K{;%TP~*ЍqX7[}Ȍ|@3ĨJ,ZR_*v=T&-@iՄ}t;Og9ѿ$=`'+7@0t$3R( Զy{k"hv]ÚjF4&{9]5-T§u%d,di`dwl\ni$VT= ^gXN<^MM 9-G}/5ac.#:sٱLct!y͚iLM* d7O'.Y$q ,Hӑ 3E챻φl#ZKƛ @1^p4/kd )Ei:5;ᒟr0|čq;JyTfS`Dg` ~\l^ =9g 4c;I:49ݜL&&.ݰOSyؘ@vCS'Q穗!h [mö@󘛳PY*o'v|"xnoX\Ke9Yⶠ1[1Zʄ;cC+rTYƖ? s*E L:<;y:-uG Ypؼr6vn Ո8/1b[m\B![RR{LoRf5wxM[ipPxGCy"5#)sʋ9OE??eށ>p=]ꐊ>00- Ú.xû'"/o}H}Bfo?9 I1 ۜiQ0w $ENXw Ƃ-*E:C('p qJ!qǎ79IvjKQ5;DY9"Ɗ/|z%vntS+9M~1M BTHSM֍#J5Zh%Z$fc[GEg/ճv]a;onKx<ޯb4nw,WR|%Enl1>02t!{PJT_sӁY BN_tedODA0lWNM脡ZY\1l`7Kc0&sbޡߌ7_ه:7;PFz /`ф1e,kDG@#kȼ^ż`j:  x4-o8 kr$<^^Yxcj4*:u[1Zxzדν_ۂܰyrJ>!daGiNƍRH$Ͷ5$ I\ٮ`OÝ~e'jؒ[M d )S [ /,Na袖z  :YSdU`Uv-D66hk5+՜8ch[?]~/##]POy}SƭvBC1||>IXLeA~%8jLWJ\S&ja%0J)m `ؘOP69u>18mC]qս8 ȃ>=ЗEVIl_r';(  ٟ.uxYFso3 1OBe0*{ND "'fZV4Z 9&ID'q+%iСAh}2X KdKcI]/2rzYuQ5\9r[!Cj`n *= U~ӛE{+isG>aDtQ>xX3t'90z~`r>Fh]+YXSŅG|@EaO^_s4x ?1y}HM%3*0Xep+BOSE4[$LmP8 NcNJh~r6asVwhsufm7_jJi`]~Ǜ+ 'QK*TZ%Ӈl~{|aE hPRvZ: yjt>ר_a:lke_r C\BANAb|]d扲'J ABYuP}4]7Ȃ-%/>,5Vlêq&?)ݕ^}a\q16q!aϏ3G8Ggߛ>-y^Iu2er&hL%RN_O7c;M~$pq ƪ{3 dQxh;Ojk͛?ED.66M4;"ܜby$<1Z+$l>l[P=At!̌fY\3O'1qL#*O׸WD<.dL8%±U!U7'M0 nω~D&STB %?]UU+-jY@_i(G<&x*XpYjgEpZ~fRy6PWsgi2D4|eP>;0H1"Vd?%ύ 6R.>&'39B( Aў6=O[,2˟,LҦuWKL!cʜ!}'G 4'`t5$:Ŏ3C:#> l8{Թ'/.8%ģeoH.Qy`'#:Pݞ<E]Maa4VHad)N/ێw-zEk P@,j`rA #[ őQ rBHXФh,"3Ծ}?l$_)b9fy?<h_IT_%Y7ܜ{ @jPGE5fn71wt$^F ÉOcg5I|=('<&Lw{XmDy?{R4>TX`I:5``^#|;sv$~r o.c S(׋P(.-hWU5\BeH5;Lj:ðt)-ŤR `!t.q,fxCUx%vPte;xQ,[2b ruI\K#Bkp-SDB3'cDALW…\uC6k]A/ yBX.]"6{utT;LO6Y.:O#}DHZ_@MОyZw9&eK%;k7 f}R=ұ/h2F*hݏwE.n\IUkw82}9ҖJm9c5纫C B lTD}W&G(GVCGRX"!'ݍri>PN#PasQkd4:2|QPaAC8"IU؂Ő ~Bŏb!{x0y?'xW;ۗ56"!`@x:蠣ɾao굧a/P5i4]V_dx=lC yE#2Q}*Rإ?҂pGEPqz9n!No3$ kZ.}ZW 9f88G;QLGZ-ۦ/18"N6;訐ri:a6xfǵXm.%ۨ=@, OL,w]}4v^Z: T0u~Ԍ\8u5E{͘jS QR߿MmUn7<1!@ X/{I~Smg䦥[r5U|#x-ÃIt3qrkytOm&t5{';2l7^E[V$ˋN4M{xa:~+0[++@.뮒tQ9#%AGQoM_X,r?3Y;Q%:;@1z8i2p(}^RӖ5f̙)ݽ tB v4Q ))o~ 4hMzd| YP\FQAրK߻y}zĥe~fhИ%,U4rea,1kU҉}uҦ x @`smm %`ӷbfaۭ깡f>jm ?YUSlsAbO۪XAU8iAƿ-j!S^AX{}HQOefd8,1@۵.x)p[Pa#pn8Ж`\:^>P`KS$>,WifcP瘝Z0a3ie$l UG:ץ&}|V &D烧 34<ƤH-B!x~b7ea9lʜ*8 ǽi.^E4Q1t*dP};i4Q 4m%{;ѭ ၘJZܟE$\'v7;"=]48B|֘k N%ڒA5jctBk1p`* +;q[,9(æ $a&cyB]]ei]KV`OT19(&W70i'W=QlQ9<uҏP_}{H2k˷nT&kpE԰DalK۔_O`HKbyAp;r:l1}M|C 3;8vZLq5бq^ܺ<\ŃfhWHO.^:Q2gJakn4[$;Ghx<5nHеV?JrŠucU^I$yyĊLlIW,zzx`ݶ:8s8+$t'8h  bͶ>*_+̙iҽd7 B/o]qݓ?A4v5)7Vd41ȓ>uj SrY; =+]&Kbe(pL.KSReωJ?cH0c,JU}^Dw+fՌ:^Mq7Ycu.r^ %s=KB UqIo: pjP s}iHp;8,S)ҪnZHіj0|YS>dMk%* `}v@@ _)v$b3'Ms9P"}eYJnoJ`UZ {2tr-\ zL_ldǏv:`389CdksJP3xnEOvקRK5m:qket ?JnEr1ÖҺV'SZpI1p*nʬ(5FbQ1jV2pumsF*`A(0(AL9j*RO$O\#vJxo;IIKU!H뭙F-W*t]H` `M . F͋<ȡ0V zʴ7kL`2͕&{ S?DXI8KoW=`!nGXC%B~ӥטɖ^ 9{DBW %tV$|SB\sm3<Rȋz)Uفwr1|a})i ,Qr %g!m %xTjsu&9WIf2Vmc/P"9_q]@?<$M5z(_ptԥ1Hun.zעilk/]벳^D,<&fr`.5ǏM.lز=5"&E0 KNI%u]DMt2@ȰM3h(fCāIqiNʼn|WPG5&D_2Jl'+2[ ;3%RBD,|hak|Enhee޷7qf2g]ȏ8;-KǍns1YVQX,ƸH1AЭ)B.վ֖ "\ʔR=; 1q>؂O)V4Mmkod]C H$>:>v!af%උz=얠Ο Q6Up祛{C(D2FwA.d cqCL?bba Xf*vB| 0\曧_ mn('NY $#+`YJz6#S' MA SB}, 1^;a2M{?vs`ϪIŘ5.N2 "N-Iu?e`z(  lC}\~mt~8SϫabgFds*Y-7T t\,@s/EO*Eo $JҺcLm!Q.NUD~~Ru{ܤٱ!&& \F,H߾L/*H  :%nr.liAQƭжQ؛G|y2@R ,y5ڌҚec:k[wO \_wu$9wxR%e휡DmkkBG?vX[FTt2̾ rnWgvkʎzfk&JGr>oxYbR,DX[8\aoe<~"0b_~*<XU@[2sv2RG&V؝ң<:w]&Lb؎-Jpp(R;䢞֒|L< X #P:~Wj뿭وAZ!,[bGX :3*Z&;5tUXQ^xƔ{]>'O1܏&}BqSV2)m|{SDbjAUC%!8&;8l&Lzg)q]`Ћ[,QD@2.draF5>ɋ&6giըqEʄ^f@W;f(8FSѺW0/Rk8Mup<ܓMehE؁_ %lK5lo'mH89J>ZEf9zYz0L7c~m,z7ڂTw1#oTr ?yWe;=;+,9E9ii+bDvh : I*DՁO쏟-9v\?vLȥlP!8#h3K,l- ǙFH}s8Kwčv$~)cB;}8ot0J5Q#!Ө`Ye_^$~ 5d;J1ZjԈLKöm&<\Xrl3S+0"3[z rF ?ژ XCu&R*㗓io= ϯ!]0 F+X6>yn0V'lq2A=ca>©ĩǍz-O^seo)Bu$oja ;=4nnh ' sZR2|9"@8)K --.i 6jSH>/ wB~>DB[sb5⾯6;B jh~BtSvx6l Qbaoo~nQ}EaY}6Ycrr 5`,XE wK:u$tP!>Cvś')%2|n\I "=^DV} 1|yCioApX(xGf%Ƕ V,VC:ƪzK. iLrlfeRQV2O&ZbDqxTƝl|KMͮz3AS8$=tKD~3 *] JCbU/:PsoN18ڒU'VE Ya4,P4E8m55MG##t|h] q5~ NA8 e%OWO{d1 Ρ;',z%] G7 q+ $ܖ\]˾Xx=!ByѱN]~DxmxuMd_1x>@gB79W֫/kciIӘԾ76,RN^:E0 `k"krqYJOrTcx ̿-Bɬ<MD̻m.1Z} A" eg!{}QEL.G=l?[ԔL4HDBw`t gq{W"||2' ]k}eq0Ϭ;X""ğۣ<ڈq5³C!v8R5,-PD'|X\)WYŎ|G&|_xs꟨J7J<ޘ>P| 0<&.d= Qw'),:1c[+H-%B ti[G٥U_,DPW"sn:ee;#D&88L(iXA/axSR5d~Jt ZFRH谼='Ejuհ8r`s8y! fP̲H@HJŀbzCW\03 -W '~Z%bx+I;o(.ʁLcŅGش- . dzq4u UPiiq䉝c;[] yl${Հm(Y,@ )]cz'掃7^Nq$7p }3ajOfmUidS9wɏ+é4e&HRĭi(RNC>F *yxIRg*P9]41aaӴ΁ Sb3W(,zr1t(XLҥx|~oC56 ~!"+{ MOǛ^u.")Pch(f|ޘˁteԽ#Y,J Tvq6<^K Pʐէ󌇵qx芬eouʋ 7ᩯN!եmqxh2M!TL {^M6Er!FTeK( eHh~n Q)d u6wPݵ6&%PP2]KUgPo3P*h>iU@Ry\m77?F{"̽;6LDqG`.Y#pe:;I3W{XMܭ} U]r$YFOĄ~ц!s]rsA}W\VnM!0g2yM@%9P;"BpmB ρ6hw . DSnnͿڴ@zx D T?-ϒR6N(gyl*F'6A~aѐ3s&[?q=  r0|#8y'˺9]Gw9@92H )Fċ _iB:5k"4xà-a4[a5G-D`iUՒqʻE bɨ1qdTc^Fn`^-XpK㹃m.to1sBV81$(FQ$ݨ=NHk`I4ZYw{ZzV6abFLb&w˵& zC=KB)o<zLGH#ah ̎\9(Jzȗ14 l3Vװ2D2* R7,C "ܚSspx]2:z{a0P"?]gsr0@̤Hj@l[Ibf>V{pKIi&h(%4*? #\y~XrWZ\DȻlB4 Q5#WEd6\}F Rs[Ls>rм|`ek,]CYXu(ymX(/KLAz ŵ(W@ʪUh+ei @{#:e~ ΚL D)oAk#ŦB2Ox"H[)s9AN2Aõz`5j^ԏgl!az!hWgb@i.I !f۵xS{oc2eR0`d& i᚝%4oXUx`V|ܕk7uw0ֲSFpVEw}- Eg<̍&`l=Cy2"}[ASS:̚ p-iBxZ0js8cL2c$?5qUKʸ>?O,3R\"D*p/%Ew~i-d]!9mX@#}: C+z\$;gxc7*?&|~Vs՘`Ǔb9n /ch#kmA/UF#Wax&F= T~8z ( #T*CVeoHr)Ի+ ! %39{dvs KS !K98Q֘)],2 tL#7q5"ɾ6M-GD|cqe"{J\7杣*q#Oj/oMbB LY0CR& MUGCMڌQݎ=BFӸ ޷"W(kjpY3g^-D' ^L`Wx"fHv9C麟o 5ԟ{K2 V{Hןfb\Na8X7M&(9Aw_uzCFKU`t?mI7VV,,Kes9.o:M"%{m0g,J`5t)e]tQ%6(YzH¨wgFO3&Al#&`g(.]:TW! dwVNc,wf_$x6/zݣ /!p/ -8̭ ӿ ylc 0񈸽j$%NP5#955'A``<'GxfR3oҳP,ڎO՝XGPIpI *Vt5ge)1Ig/i(yO;2ȋDx^ԧB 'FpZXGCS6i~nѺb 7f>qk_Tvxkd^]}jn>6~ͩlESRˣj{Xd|bE6dБ`/$C1cdӏA*k!yJtÎVC5Ǚ-5 #8uf%({gυ^FmX8)4lz\` K=CWgrBo ܲfL}#{'`Ğo[fΌnPtha^f\]P,LjOɽUt כEAlevCjƦ)d}޶.HT)U*T~.8;qX Mְ}5s@6.tYҎa $_>p(N2: :u[,ot[갬u8ʜ@s}t4hh߈ٛ, JԞ=7 [ÐN6}Sˬ UPѪc΅y%!fΡ\Lm2F?We 67H^ H"JòG+lжK,O 3 wkO:Zu s4%9#D{`bp4F R:{߳ft:ѢMzؽWZW*{k7{Qx3좿fL%A k1"Io`h W3;}q_*eryԴWcLwӦ39zp|M2.EP @E//3 /Al`ëml)'J^QTC~H!̃NvqvPXy^u'o(,:A՚zyrlME5[#-($Y+QOٙm~5$vuozN&faKec|^49į^?-ya6,^vp F4#V_ &uG^$n,I`ʝ&B5Qx,WH< l6WEQBsCmr'0pQ!oŴF&#&%7f/^QًCƯ6wKפ5~C&]> 1C-nذȟa7g+;]p<*WDᴲl/V:,[?Ru@)[? W&4 GZ@2"H$-ս1s/Mq1ۧZuh{`m>0ܴ)GMQL z HbUNo|2 8nɁ;MLh8_Q8%7fE2QQ{o)3T/tѾ^<=^CeYx]Y6ϓl;zxF%GTmN, ay&7TST(60~:z1yk}ǍcTBG@l:TlScRa1^K;qc ҇C q>*ze4*\Sܭ(8sPG'HEA-ӛJh%6\@MḰ%u9[*j:S?J 8{sE٬w<%7V|rxsu\evL#ډz2[Zrb$i0r!Shj4D^'i:덭/7 2m#z JJe#5#*94@0ZHFˣlK-S8 DR? |ifezR̃#oWOr&7;+˖k'%0Qtkz}6̌Ubb=y459M L'`ى$_AYRnQ͸ =V(j~بN oo5w>8#-2/Nt[ʭ\ɧr%lj!gC?'kogw{cYAon5(Ͳ MWi'`L)z#j|bW`yM:9+8e*;ɡ'qw["UMLmRA)CC0^U OGf"M̵3&hnKq%L_l.\?P, xSNW\@my;KVld 5ztB7lLuO63Ѵ4ɉs LI$r~M,p_'¢6Oz4Rݻ s ><$fA*%WoI}Η|WuUm @ )EB]ܹiد] ic=TeO?=իM,~'趨C}Cnzm&n \C'?-QTBz*#b{Q?¿f @O]A]hiyN}0DW;ㄈXlQ6S^(:B %ۏ)4ץho)N(h6K'\%S`)]#;z;[ƒ:[PHNiStk>e;`2-LKdvڷ\ӛai? FLd&rK9*)Zdν,{Li2.BWb1:=;`5 5Elӓ uўt4!,n]vצjء\S2nU i=*EƩl>Ӗ1<8{9\h(t:%jC 2W\0ĆK5݊3T7vd}#*!*>_1 B3wyW-( Kl}VcT^ 4#_E ~bE_i4Up?+WQA{n^yna^xH:Fl,;Y(˕O4N"_7ј͔FAgbo>@TyIZ%q.ɽ'[~4B^\έməj^ˏI^MҒGKiunv $UnS219Hi~Xa-E1 iiewȖݠ 9Es.l N+涅(6}eU|СxN<+SbW3]N I7(MT0NS>Xj}OF:pcY t4A|b(*v4F0 ]BKvc B~@ t$ذ.b[:fnM#Nlx-VGI*!s\j!| oOaqRzŵiާLيm*7 Чl7fglX2.֩^!/Qk'ڨ!N.N;`X8\:_kv*\[dʻfV윞5T$DL-FD&] _NZ$i eNɢ֘B ciq|DȡEP|")C `h:ϙ/q@~b(#@uf>'\ ܟ[_# 0z1xwge^KV0P[CUF="\Rg51.79+Q2a tCc <IJ9E*qJfP4/tWGpz[RAb𽂻ÄRUάl7r`Y= F9f{5L6npӥM7ﺠ əeMRx^>X. }J681&5+cX}ݾo /,( /&% a;o6%? s̒p3!I"d&k'Z75T.Uj:L.ܺ9ڲ|XH{c^Oyb^h"-`",FPe$.;Ri#K\Tr`ko MQt7b v!5hMhѝye{bC^*t aa-|qbl@L0ՒK`r {RS*9܉%20*=3Ufm70+t!R`bzmbٽN=s@\ '}b(fA:Ku50T4!֫b(UlF kSp?of2C|台7RGI{"E;!Ɨ Շ}H:+ru ;\'Εz{Gt"|L8~actbQQB]MX+@4pAԴ]:B"SoR ]Uw`E m@tJ$͂᭧ࡅMVq ie*+0ϸB?O,a,)kR LQRj\K,kK\m_\S|yXb'<@riR/YE ]pつz` h5 |KzuOYC-qJP1P4ѳly[ (7-(Ѭcu=H s.yx1+OpIṔ]N-J3=G#5J`*,X8,+AN)NJm𱄖޾ Z,%^,G$*xԕ#QFMCDAB*.|a>Ngۘ%mM~@wtM&ƥϸ==e>gN">8uB ːپp߲|)h1DlʧԲo|뵢<~_ xz$P1O:,v0$-OWⱐ"aTrgOɎŕŀFZ.`߇;nN2Z Ky4ŝNv\{)g%дݖ |tnc+թ!Z:MN՗G˝ׅ`3Pت@BJb.t!h>-BҚ$k!;@:cN_j-#/1p3PVDsߙ9}x)cOcHG:_v1K渼g7-J7B!gc&5Fc<.(7Z3d.[vZ\ތgr 概+G/"*^i/x91ـ~S~ϥl\ Ij@~%/蓢ԭd`M¸L|ȍ ܾ?¥[[du^\f8;~q呄0Ck+u4nW'@3.;4V}ܡ%ne[uBȩ,i 4Pu̦Ƌ"c'e˕q\"YqL|d zh*=,[Cߜ$O?hQ[tcY+Od(h!5"zt:>iVKL֟mfvE*ǪQg1! ʭ&~;w~vJ&r``_*6+H+?Y'n+n0zKd ` Qd]g zɼ̵-,PסSi…bG|҇LdT>FnΚ;*i{Ttv^}WJI?.J?f^ܪs?YP6k '3C҉hc,լnW!lhfT,ˏ\lD7XC;aDWN7p:Z;UڬQ]! zQ/u$Lex 3mS|/߆xg͆GUo˻7U {&cR=DIKazKF̕@' aj[)TW$ XM.wi`E rW$ t -#L0kB3~ $ H'H@)3kvzb{̄q\$v("5 0N zp D zaQdh kF U GEAʌz1cJ R|GTÕ#NβE`Cb5BVuOSҢ V!0WA}+r~;d: I oi* Q 0$.YsR3ܽ\-, 4L^ŀ&p+_Mgk[r)M{'yݷuDG7X~$oNֻ-ţѳ^wưu鷅afmMhqH\8Μ&_Pz"6:qCzx\.KŸEm](KU--&g2%[e䈭ҶBho9d<74۶IH"%\¯tLQ~"rƀ$5J{Խc4jhx;m;Óʹ7E2p4) +je89hs2B0+ð aҠVj<:)c ;\5a[&g$-Wa-Yߗ,*&_gKyj[[x&@g%kAV,=ɲfC1ݑ@)#ja̛QrN$)G;`:k3 ΄4 ng,`]+q>*)/. ~uI>z;e{?¥"ozE6 8B_ACuI9w wф X<9Wޙr=$E1xt]rAmqC<~rrgtr5TYҕ[0$ۍ/Xwk',0P/'``!lrhG@G≸hp ZyUku \+~wL}Q"iJDH}cYg5rpGǃ&zׯcW '3%y n'F. +taS}7̗  %LygLHJ$yf>Oz>@ LkR>a=7>1_qyi6J}lcqԅ}>~9gk%Tpnw|jaa *9uWWG(U]r(5ļ4l}Lȱk換s|0wG0Ut9E'_K;j$st\ \Kze܆gyGer{iBLRQ 9?yr@_k돊kZ}?n &-[ 2k~^uxӞ)m6x8#hh^@RScN܋//i[$(͵Å3? zv)5V=zBeb>m?fWSeg0Ao";;2O3`X:S@\چ؉ 6ON{2> ܿQ)6$k 4*2qX.yO20MiO} Kpz E+NW1.=9o7f԰tcƩP2?I܉0)8N%E؏o *FHdeˇDsgXK{iccX/ ުrvD'RErٞUE̓ap^Jq1̮/?'q"&X ܣ3OHymF iVWE?DMD9_*@ߠw+EK^ڿ/Ti=+aS7Ksä%M"r6$bDtvRn@/+ Fsb@ia ENZF?eol5#_(z!B!NZ 7FݹoDYEWx0۞yA.%T ]@` k0ۑB \]X{ՃͫQkRoZQJj6 (~,mFinМ>cp\j;}O9{{~;1w(w5{P7ghy׬c]579PsV:8_gƊA9*[7@G\j9^Onm#̡۟֒8R/Bˍҍi2,`ߌpLCԒ;GZ'VbdO{pٔWw8$vG~mYd̃y*Ɨ~/q/#bOS >F,@wi$ϿE` UwPmRߠ:t)ԕzRKQa *bHAWGCAUMby6@{$'@5t|WJ+r?zZ|٠^sjkeƭтc\pDq ?B*ۃ,I5 j&A}o@PzdvDچ6FyY6?9tfq| H&u-:~[5#/z_dpf> N-xޏXKH6of!́qn@qTcd?{:?7? 2'};j &HT23hטN"E_UӾ3jאhŨUm4!^c1CQMlS& SѢAo園 Pɮn}oUخF6e$ݕ"3xZJF=:rҸP9K[KARq8ĭq`e[V}UxhzI!y.c֊\C3*Q-[4F+j(䛶mi !64 GbՌsz`ӵՊH)gbksvE;E'FNgaσSÈ2)w Ԗ+9\,+f5:yCg댰yǑ+Koѵ<@zt[=sG^seb<,bdápQo\gliU#XĿipo|oewԑ0Wg< w4_#`[eOFX*Zs SM˪_lH_(g\A"@U_}uVZzɖdXO=(C1i'{]RS76+ˬD^JE,ʤ$s١`Km5h>%'pc:$նLz>qOQ1Czsiټ+ka/9vag !FL~6SlGFJeuN\< )9g*+~盛_̇;)YܪJ9|vQ>x6iJ~]4/U| v+[/όרFHl1>c.q SYS?HFxgŊ.SBqEW)\zUe$ ELcDzl|D4#$c^ܒQ߰Tp̓=4_ނe-n^DA7U0qӐR"bJJxcjS >Q%C>a)z>=9tAҋ'q IѕVnhff&Ai[4&b7 >z3 4ZQV K|BH[+/WD2@̂Gm܎0,v JP QNbM&lތ@HDxX56i[q *߫A]>/B!1WSF.q}vqt"$VPRta ta z1;uSsQdɒ 8c|e#:?bsqd](OTw#WXMĂL/'=!>xp3/D `^lm=cD?u {iU胎T4{e&}8M{ d`bFvCemR:CJV֫XO.N=l+4o,O:)O* ~>%F]fdF6E)hb7Q$$wOT !; /3k{Y2ݻlOuRGFlV50Eokv `|I[OȮ=(sFT^"e8RaB;|$l\쪷9aF*ހ$onnS`.-L]Nj4r/B4Fh0YmQ}"QV{w!`Fi<~qiO2 ֔Muɋ&v[n 8G 3Q:nbॷZW%!^>`$VURyP3[:vCG!a>f[ʱ*DĪœC7#o.l/Yɫ^_S}f]8[gr$Y.ݬ\ȱ#ӫL؟forӦEѭJ] /CBCk8aBMvЅ")@.O2@^kMPA4 Q#%(Z@cg3x12'f1X:Uk(^_eK99h|uV_:w8^eS[1mlct`٫5Xr=gc#9W;u&hoӔiX3z[RW s n+{%fl.7BdWFwh& iKPaB%mOЛQOL6+`ug߸}Xƈ4Bwhi<~]bቿ9̱yʾlM4I4ŧkw^諁ۯ^!k86 e=lZǟ4_ׅuZȥn!}TBhSI<>ǽ+mٻlAC#w ڌ7R3xEKMW ٘!@g1ZhqYtU2}>8T.]*CLngG2Y1K7gw!M?IP3L7XDLqF}1!<> c'ch1,MZ@TH#6q|22ޕFjt_ďns? y׀aрK 8vbl[¬XCs]"qL{`mڕpgCܭͶg)?^\@祈TIvLN[O*u._7ņA/-qjZd-NK`XZY#-x^Daz"k/jYט0v1324XyGYa\q@RXdll~a3&ҍ_v'h[^k`{QlQkЏ~mew ;BB2OJ[;+ z ;vs mAlP1?d{>3|DZrVݮW ( 摓/yxEmQ;9k_iU@BsY Sg'mΠߍ\MM z#j)1p3AţprJ|k4A?! Aܰ"9zWUkߩ`\}^\sԂ~eniẙ6f✢\qr`2RN]) چW#>l66$/&M %Kg!2# e.[Q~މśqG @̯C'hH 7z8sִ[zk\38ID?fҙ\{a'8Rl+ 2 #OLn I]6"]fG!hK6-gOG(d5i5YninLa ivEckիUȨjM>Vvū"4x dO^z[BUdc(a>۲>`]&Űa OPiFUY> TMΠuDy0;~%/OLd:H/~ gCU(2< k!0jIwTM\j1ȡH,m:k OUD -]gowNL7R,ƽ'^EM5Hmlytn6fte[/=IFR?SX:?fe!r![ĽBAVd= NgVXj];`\κΓ8f&ޮOXh`ؖWΝHx 7hƏg < ԍ=(YnFēv+dT2Vp)0ږ-iiRF%(i Z~/OGi%Es' "Cͦ%a'63.efPhP:؋X>o\$v]-VЂ!9 27=}17trynX@3>gQ]̟? Y0CEBm;+uGZăC 7Ze-#+5J]<r3B[;1#dܰz8eAQ XW}1"TT lirifv㰿al!NOno k*W^=c4T {D{0%{]f P'Nj=J^NQ,1gyI a<a|7|%U!>ҍZFRiXK[lCwkU5(oşVgx:cuH;bD& hb{nۄo<ᚃ;MR#ql /BB/%l#): %eרRO.Cg_@arDgLjsqt,L8_@2e[85ͭQSΕ[PܵAOņ@A+ty$B kCD/oȇ+1PFVH1l4)op[+4(D2%y1"Kd͆7v[犝HGf `5{{3+8,zFU?3zt5)]Ie C"Lp$i?nR@@ej7(,FmEPqw@(7 J me\w+e@uZۺ{bVT26 1-&ΫjY8Vhf?,vŕJƄ?oODwX[(4 8Qh* #"wXRh}ׄ7i:rlGYAnZ܁?.BݾRxY6 z5#Pק8{NVzDdXV&!&3?y!(B*04m*p퓡B?KvTP毖]/C'† [!x+>md| \x>Z4y-\i=j=%`"' Qh>P*?H @KxB*^;d7'/eƠ$s 9M:UGMB܂=  ? A/V'#؃Mݎ@Uo .5k|Z[|t3 -+-I|3u13:Դ-Ȥv} .ɂ74}DbMμ6Z>@a[8$+cNWx Tsb!'q P%kf|z9S(QGťYϛk#im 8፟W1xnHyB6V׌r |e N2}MeXe |>i?1cLZ;BݚplF*Hzo=7~ e]/0Ԝ#795նQ>ybJECq-)SBn,*.+}R977&cZێ8uz ![SႤ WE$[[E#(N7Gbd.<-q擕݂ 1yy<mI ?W|hLy>P"Afi9 ]u2R_t#hC0,{0(V𠞦}IgABKH/zzo1cxAEފk 6wCy΃vq{.φ/; r|cg^{Yb^Fgf%dj ©2UF)Zsw܊Ц7.Ò:Џ /ɔށIͻۮ9ƍ`(g{d%6 0h2\D@GbSLܤWbj֩y5v:RZU4JlWNo+b8jVɐuũ 0qG8FRd<)t}D/ , ]*Cq5HIcjTW$گE'w:4O0l=x:~[],D"Eb1{4-sRm_p/ZE!ekf<$`[J6"2ٍ! 8)z>,Y8fKR#|@mI1W֛1h1@;px C[zܓ}x:#됥>~;JE>u][dR8[XE /j1(8y9ļEe;(ZB\AC6_ gW8k^H}/Խ4 "2BƱw#Gwd~ı#\P/+ s3Tք@IjZ{398ϧTEߑ Jw!˟5i_r3:9e F?Y] ~\ /PR|: /ap6ȫ1w7I6 JR^M߇.@O-R'D@ԾEDhqeSjE]3kGs+躞XhS"#nz]#(ߞf^~TzthinPL /LaJ?9) ;]I֯ZʬѓqVkWcLnL#y:/ z%fȁ:2M]1č0M'@\۲ךiԖ$>\RXNl)}Eت׾a%_ ny5Qɂ7:2#b_H6s<=ϮQ@П#n;<ؘH%Hr^C9̊GwάBwu)~,QZg"͔,ie27#&d g77_3K@`v}NE ޶QQlL MByUS&QR9+u]$w)̕uylXFrt[tu- ~X5 ?vmJsͦd){\ kb(0c%dv#;}>LaU+}Tn\P͇)%%9-xຓ5# MRJJ2ȓ:ԧ@}Wɕ A"APR}$)ͻrb>^$g|Jp,izhsQmRUr5;+ HJCF=/ċD #ΊR1#D5hnBSMWIFeHz5njH'K،g:n o{)RaGD91R5 -6ɇ < /w6UWutHi%"Jso_S}pJ'IibIv7cv卞4ȖоtCqXW25ONOtyy, VH;|n<̡̼ɘ!ҍRmDR>JZqgq('vkRVt`uyld |vˤ1 In`lui,|7 7}"Rq1Ιv;m! x{H˥@ɼFцNS3#u[PY֧1 }[?f@|*sV}p܁q\>l[ӧy-ߨ%IզԲo>1Ui㫆ݷoa2A^$ڈ5gzb˒m!+:rcD8 `EE(D<_oK`}rg2,ofbec ~[Rӻ\u.M\ڜKZ̈́(,D)ݙzM3>gJ&%-8c:!S҇Ja{*?}RgK}2QdcŚws.`^JҬG{FZ PM!3IƫJdȸ.*$)B%g ԭWF0;i|]!0/a"@X벒 ] ΙçFZ'k2yFG6%#޽ Yye 6k*K613 ϼV؊@g$]gsN]؂tR !-h`%[ў EdPmEU1S n/ȁN ,:@^*ьUc!Vʌ}>> yz{ȡ`:~Kqry'b dp53چL9\w,?9=tևadXQa5'cdֿr]ʌېxWȫ?͋"qȖa_=Aӟ˞,Xu fba~#2Idsu Hݓzۖl)>ՐTC(r~oX V ړ#52S`h 0}nopH;棭eAI3#UltViwWU\rfW8EN#3˓֪-{rbeNjg@^|*QkseZ\9dۛ˒@|fث)]\L_ 38bɋ=_i*ikC\\^aSk>tP.DjߡlRiЂȦ68|9\( wRji! 39 l"U ~{P9mTܝjU3by #3NJ%[B51yZ鿮4ѦIH9 Ghbo*\8}53[ƁSG{)<"9^98 g$ȒVDCJ't $;pV >pV3'QER 0x"V$HM>jx}W l#Vy 3 viʞ dǶp>9 51C )0!cO`2*r r4sX ^'JЭ>9Jb?6)ƾf4S5ij ;ÛZIA)s251/?4~F$ƍWox^4Dc伪_:]7Yc!Y!;nTJOVmmW90# љ}(HmS 1iu0G&u֏ Ay@_) S iq0˦lfrPW[&R/iB/CG;s/JTREגo94TMtR0`? ̮HQ9ek?jDr~ۇG;A_~ %g \![z }Se[.S+jR">X*p-f~X/t%lVdu/% $ɫ[h;P}۟_ΉmO.Nơ/0kǹ]& %a:}=bN9~Ne$’UJ 0LQ#JXNcRʭ@)R9U3d'IdPlGk?gĀetعIE? ,T7=+߈"PҦl_#5&%^-3}Y,15)"e|ugIlz!ee@M7RXZ Iiyp,~:9ָ6~ 71;_/&灄3"{>! ݖ{JBi{OZftu Vyr)Nq'+P~ ^{HA O!]ғr})xnCb*fpdG_]Me} f= ~4d=fU37Y6_SN\h:zbSixzДm'D9d\2yhoHf}a8RD2M>d p $qLjn.kB1 -!md%Kļ5_ӼmS4ef ֐o&p]X˘O 1\Ji֍s!*t# r*ԌQyXnYUYI^Dk&P,]EwftiaMdDg9H SRƖiVe!uK0MSa](ڗGLAcPG(t2e\Wvˢuf #W")moLSn4KRTQ!V){?`E"Z:&J<1!Y3AT$5f)MVdK׏0zAY7G25kAwl? (ܠϘ }N?'w}IS5̘k}@'֎mEf=?xpc ts<|%cqث)O@YfoǼS ?'K(yBR?@)^ac~4|]\Z ϲԤn\'%L.~Wy_6xV3ódM]PU2\q|5 zSE&~ wmJAѝF._&jk8ئz@#) gqe]ebh 0gKw gWu, Nr+J!ŠݰV%[%Z J>,$QM|6A޺[W XA̤b ם;%YY_rhkEp*K9 wjNݨR="`KH7/82(8?_'6y?."i{3꒹e8: τy6_@}~0"N/lYz9Ss3#ׁ]$zMئ7M1Je7BBf@9QXI _ǭ,ycdc,H͠j{`˦(*iU^`=ut*<2 qR'mζE˰[t}g\@ոy#h'lvyCBgfJo<ay$A]1ҼD\uf4qm_>x՟>v&5m8)\]ٓ\`Y҂=g֣vV^⥔p*+n~RjKS/q|<0ؙ:5QŪ;9蟊)wXnF#L=ED!N}]P-*zk46 bM{Gt+gÐ8GW#e4f|&԰3scm5a}#72PAoI:wi wӢा#Dnv*9UPƄȰFnY)" @vrGjcx ZݷN6܄׆Z /\rEp#ƈ *ZY-K)GW,clU uxN?GwYeYK!yaTZ-VK @sP0.=QfG J֭kwm{췵^QZ/#btѓ.-sla-M$EifTl0aNk-c#. WgbMvDARbld!7a{Ygەebُ /¤<\* <{D$fW `sw_hU"_dGQ9|Ҋ%sLk֓?0V>BSH +Gy'fZa1|_;*s7_xcgyt1PTk؆:SChF/PABBߎI8; x͞IH{smQ>~׻hOִZJ;VE/ɋ E*;yY|`ȳ&<&XKC̛Ə l23ZFg^>882A.g8%( n m+#GN+fkΏu@Vm^HYd*/NHb:'Gri&DZªMBFp͒9%FN$P)!ECޜRC^JY[ʳLG%nZL+z`_EV=4)B;BȡҶsO7\|D@UA͢.>ޮŬ ugz|,eyQ **ONm SHsjDKi%F.1 ;Jq([!1*+2)F6wʗZ`~Öac%|//oQ}ee x%'ɰfAx.˱%d)+VZt+qgSĐQ\zGûߓ21ۉg˙=v%9A3E}b|Ntqr %ҵUBß $vT\)q>^|{MbHG e wp^.DO"'rfZm4ݏ&ֳ%yA2)T ɷ,FϤ[UĄ) b[Bv8g;.3On{N|-Mߒw19 ۡo 7]%ĤF~SŁu5oqMvA>KľqbWAS 3B6 [s~:30r.D3soj c۠'2Ef{\ưWN:壂tZ 3*p/ک#4pΌ*eܬnj?{m;@=7CCTMs{kϞ~S~!9q!fi+^5"z aqP'L%cMD̸C7pI[k_\0Wڠz7 J`q#4a-B{_(_ hɚg6 epu&icer&gx[Qygѩr:|]`4{1^Ī2}CToILp8q;Wr2˒׽}eL啵ԨNA: `\+ugLʘ.+Vo&KveLY'N;sjUwƎO-c tHWq|XyX`-jCSz+R1aO_CO `a}{GhNqMB [~"X)up8;~]?dʐ3MFSJCIOKnwKgv1tTfysvG®g'Z,/|:Oi K93>FR|8iN$:,U+Oeaհ_h~FZ9,Iv ϡaZka#-=zxVd?̹_K? aX>rjoBą^yQռ[e2,sOsB!f8hV d#NHQ7/즽Ga\b3gk J,܀NZI]!Jh!x@ŦE~F@+7OlKVR2MYH* uiQ r {Gf~TmӾSw ,$I/f)C-ˑ<^O5Sf*0.c8utb y - 텖O#TN|YJ$/|N>&m=G&(nRi>_(oݔu>B3gE[LL@"\k=Cn͍T2e4A(BKi, 1q'k𵵿7![}\-Í%ѯ$w߯f\lLG=*)Dڀpx-?]e?A~1۬Ć&%DXN=EԖ1=-?l"Y|?!;(Ֆ u9MxS7b%m[:ަ%Q8t t* Lk [TAHZ5@n'zS Z88וaFD_K<&-0тk!\imUIpPu!dngOtVl$[ PJ<~zTs(,)"PrL͎>ѫDdڶ',Ō$F01.CTzV|ܿW!ɦC=f9%N}x.GĈ#}`,t0v/x2xPJ| KzSFc~^w nb*X%$6e&sdaXD1=[,gKC3FTD=]BͩFr+W3'9<-놰/:dᙛ җ^idt1$kZk(R@A}nvuNMl &_  MhuB*1q&7+$&RR±LCx)r40Y7\7Tib15 6IKɄzEs?_ߦd,V +2Q5"nSC9M<!ӌ-݃:iѿ#[E=xEIګ)j=G:u>Qh3cG/z#Lxtm^ {ߕp]qE B{G8-%ֱvJsi$S46!#yZvҰɶsV  S. eӁ>{) Fu#< @/jIK]A+ 'ўzgB噙C &bB_OdQ3>m#_@}"]W1Gaci+xKyqgBx1{82x c\Bb}YuɦQy?hbhwmaPƅ}6xR8ŋߗ}(JcM!<2ē@Z?L>'od&MNJu4Jˑ!WZa 5Ua)qL{5•Hwr[9 KD lv@&q)t# 8lQO;úINK:uG8-۶PQzRjx$Y.{ȥ3CO2:*P;ʻ`X}X,, řr:fY04/~$<ܾ$*<^?DM Hyi15KM2°9|N]v4SwяׄhuJfCVYV/18$lԂDsGQ?ӌ_  10+Q:V=ڮ1 DĘ1͸opkwB 9VX)MSrP*ꭒCeygb,4Yaݔ8t-7ϰݠX8̶g<6*uA3lP YTC4Ď.\c ̘?S :q>Dno_Ѥ3Cʨd[>9?){\rj[=K'٧Rh=t)d=L<~]4ڮ+VfPv0n2Ҏ=F'cGdz:tj |_.cC& hFXǾDEeSiPxv}tYUA>5X{)UuT,\h珨:rNVy% w/E@OhVn#^(fJ B8rdG^ix[&‰,ZjYn!TYkvGVXKb3dMBH?R%u~%_X)cC^`>Ns˵@BokxU{ 3jG]3Ɇ/~ISԬpDJt _YiNR?T9͚-¿`VI t¥SBgɿ|U%&ɂbRY Oqv'{e/R+8m*~xk N @1GEBklܕ&.A:RQVJ1޴hlQ60j?LE;ˠN`2矙9>lU]!y( e7)- mkڧh`8 qΓd[e 0 ɀZI蘓 }6aS _(PMsy>>!~nMS޲ gB}yG3p|e >݉dϠr.~Uc&h ̕+zv@K䫙n+:q JUZ@@r3zqkxë5j5>䘇);S\//Ч$D*B0']EJ :k$W=(k-RL0(9l5fFO.G`9͘周gGzmi!_[^ z qxկQ^-̹Nw c.̱aY<U&9zd?. XiNN@7g_\ +#reh;7 ^N 6- Kv6U%ճKc siZvﮑ,ME߁-L9؋oA;͗Z ,[mIlgϤ <z`tvWF$x@7ҟ/d h%t&Ip3xcgCmrLOu3-R>\ LZ$yA[G; 7;o^wK?P}Z'Jyf}~X܋$׉ZDpW)M<_\B UuaTJtJͭ/n$tz-ʫڜj4b߽c6bec>s/2Rd#@Sґ F8tdHUPה631ЌC6e*2Z5ګ`X/ NH\>ٛ@QdJFq^Ss K>mlw$–8bk@ rn),ZI3; HB(!G- )/ Wf Hh_`gF&T{ i%RtPFZe wʬYh =AkF9s7}ټdFdc:`ME#OE1;!Ja':R$!Q-gR%,#R\QH^SUY8G-:z0h@$T$&~tf]eH4tf~WEt{WP5dJUȰ 8AE=yfWeG?4a7kc,)*W6-U{+^T"yu t;-RC[6Ykkt`bq~Ɲ*C/JU2`x{Y=a%=k3^xjcöUaq{RjM޲bl ]tf%Nm[G ۞1'i,ӊڶȗK[iK$ PnS}=%Iwi+)f}JpG#cta~ij; (o0_j}fk#Mn/JՁn5/H*[޶y ok/3*"4ԖV&4{D:{IK˵(*vtЮ-]^Р*4KÓQuq6 ֙|>g~7RLuG؆@穿>V6C2>~X3pN.Ϙk$AlEs taFw@Y׳ 3m/*]4[h7g[ 25=BOޗ{}`s⺀ & dic^? H[uQmx.t*4us DȔ iN,l.AZD7y{~%Fi6$(tz!ʃ9o U!IBp 1E>wAЩG!B빵K\_BEA1>O*h8^YL{V鏳8&!%U@9?زΠpZ˶dA.0@ Eqf'V3Rn{bij`6<9%l0ɀ*jf0 ~)a5= 4kXc[ngd*Cԙ< nܴ?Ё p|leÛ#,VY$mcWrX\fNI.fPFG('5>^m>GUa dc3P@ wL*ݏ>AUl%|ءUneYw6akdz`&*TU`u 4 g_f Q!bP! od>Wg!UieXsIf׺qxb:A ΑqzmW3?.<`*RuJ doC,wmH'[E c7'WnɀT ?Y|A^ rn-K03R4XP)U(2\N317{)>x5)W0/׀Wz2$755 bG6%5gX|D+B#f;`hǗܺ5Άn 7h %BrIȝ`Ӿd5 XX nMo=uLrBßч{;Xl;9.sݭa<^ܧx`C<=ƣ!5 e*c сu&tPF2!ᘎl+†Sy㉵(^|e!HMwҘw<y|]@n|do$x}x@F1(LFKjΈ@H6Y xtW`ȺˌY흀Y$yXQs)8b\șL \eۨ[UƩ>I{دI14G"358V…+ ^oR_^zW@qK_d*FC~? qLC'|˷c1^۠7eBvl BZ^Ysuԍaª.}-uV9wKuװ$[X%ݯcY ʜ^gITovx3gbFSinAaA#M+ +зoFaymHЯ-4F}+&][7!YRr<29e%\zկp1(RD3/%bR<-XD~iu`(Q 2K[3bU`̤Pbʑ>Ġ}d4{'2p.^m7V\DÚy:ŵӧe=Lc~BQe]$Su`џ23"<Pk%Zdj2V\&j:[PO{F4a|G'Fh1>(GagCOKٞ>0tdvl"(KWup=jdF" ;QG*}t^d`1!CpO^2kw0/;ޜ0ߝWi't/V>eN4;Cc .QRf%Ѓ=#~(gCEWz̄\+:r#=9(Rt|gN=^`O/|Jw/)Dm~WKy$C" {AU?6G4-.儅`HU^J_ש,E`rlM{ MAarP[[]z6s5TX5H~g(hhB?;ȬyE-.ЉOdr(v~ma5u?Utu^ ")Nv|w > q_^=ݐ!#%W9>%ud tL _s;  `PۇĬ5ΓthZ?{0ɱ_܋[](F&m. Ct׵O^+5!aa?8'5xz^Q}'ss( j{IU@svmbRP?<0F^fyZkQ%.au < v"h8F.5[,y< kZÙBxRǖY.$-aq[q/p' (:x@Bll*XudO|ߜ1RڏRB[<[TF" Xe$l[]}8]BF]u1'PM O"_󺄊^ XE&+_ hs#YQ#;xg>V ftҍd8xڧ{W~M25[J5Bw⚔~̆XHn!DžF/@>ˊ=TĜh8* e0/wB%}~o7n..yqʿE8Ս _FZ %jî|u`K9rzAar@*IO7{'lmrM1TMEﶡ(U&aCPn :r}- &b-׌ Ҝh~Hua-Zwojd@€Fcbl+=ߒsƌJTw** 7\@/:ԕ<9cܦ!z;Oe躭g:sbA3mdC3jWwƦU(տ m@ ]z(^-=0]yy@tKw@.+؛#Qu^(I J-DeˢdQڤɍ ~6kN!ٙ wp.|4[TIP> l2]7PHQ%%-B8b^wƁ{#][nɐ6" TƧ2GS'wh<`H<ڐRh!nZ7lVْڍ~rgG xQ&m͉N:Jr^CɝyH2e: 茘'4;q%d;ފӭIDNFLIX|nF$A Tuv6@g@F'ޭHۭ;'T֫TcC#4** o=-4 J䒇sҁj N卶$9&gk_c8šn<ӌr'eqr]@Cƣ_(UԺ.ϲW'Q}= B7KE龟ts|:Qc1>ͧd *rP~t)K]XWSOTAvwZMSM`f7n 1Myh`>]n`'A'^twoRG L_~EfYT.zRj^w_HHT[C Vf k T#f]U n NgxEjo](QPh$P/gXi<8a;ٿm_q1gt]%6~ϯssxF|\M+,\,bPJf$Brq_FV. ca"vD6XMxq#[*GTI3b1ح|.]r v'OB^K1d||ߌ'rF+n U` F " =/xاOPiY=@,8Ė's<4hʄ-M-c's1qz9)7zWngmwG_B qyKDnbW,6H& ۲~k6goo<}[5^0Aiž3-鍰~VqFG-(xƒL(7ߵzy4Y/V߅U']"tMG0Q%뇻#3Nv'WcDaWV"Lү@&+35-S/zl qȢf IZHu3a Q7|HЙ?ă$Q"zG 7xZwz?䁹;(h< TgɕcS-]nYd4qQ؀RU Q9Z?Pq]pb'd"Lo!`52 kr YMQk~9eN zʨO.訽`u0kEоݪ8Ӏ['sO.}1Q>ѣ<xi6<%a Y›@- ?bvv3Bk=_ɥxdd˺KDM y2-۬B2گSHAco*SqFS8U&xۺvq4T2< !YkE ; EB[U]HEAL6|h@-}b;Phuxi/2ķx[_4xoVk>Tב =,5 ef &GF.{Jd>HQUi0ez q#< ͌n!mN!/>vn=lp#2)`X4ٜbZHn] 7$lj*j7N9S,,\u9 NǠ}2&z&|ErA=:[VI^Rpk ȧDэG"t7`O-gum<#&č|NZ!K9Ɵࡁ$}';Qnre]j j1H9λM3x.^}k!@)֣݀RwBb֏ncѵGP+ŧ~*bYf tذNMM!KՃR_;* 6 ̚YBِ*`S/"((ov-yVaz *Mrwg]\zYܫK!T%>T!d=V%t匵|CAhY|НRìW"!,0"y\/xrڛƔ1 JQ Lo;WYNįjyS^F0̟ZjapʼIm7rFd?(RڸgӳHλ(8Ჶ"ͺפ'B+/XRN4E\ `p'X"ulrH(#+%` ^j}iUL>0*|]$=Ǔ|UWq0:.: ߪps0FEB8pwpOIɞz,4VYP'}I yjiS.i!pHqR9&fouXNeF@&z95>#$e*- :*܎,zUBxJ0ݍF /eA}j `f ff J6dky?1/\p! H,dT{wt]]xمtaj,U@,8H\v6,EmDk$$7҄y`@ 4Wnɒ5`㼍?uWNe6 RhݠKJ&or#XP)=5RԂs dZv=X=l;A;CflCHPL- BG8\wvfB HD,]ŨkAW[^(hH/mw}wP7~nkcCYE-\`_]+ EH~Mw{x}ظ^ nH>G\{x7-X |<M4>"KT.>9C.H^%HHVFsjtynutnANk hv < :\vL rKCT]<(W8Mf#lq~E@DMYPZQ܋m4ƴ`^6$lUݻ%||D Ҡܛ֝i}$O~D`<gΈ?A·C+"wsduThEJ6Rqz9:D.i7uBTu aEM|AlM8 .rTVI Kܥ5~Dĭax,t#7&'_!.5Ouct +%M}#{$zN +QzHpi H8J$ubib]pTItwZ=@o tRIZ#+A:x/ف?7!ԔhFyR;~Ds\:8p>,xVcԻ ov(qi>pot㐚unu"k Rx?A2.7]RkAtRN,ͭS1j]zWw5z>(nIghn.3\<:A;YЯVc%Py'C6 jڼH@W) 0 Ag@> )~C4&+N1T#2cP pԞgߩx֤l/@np@=xSPZ\,2CSdx̓[M+X)5.m߾e_xj޼/+5^>xz~I"p^=/1 z)bI0T幱ZR趾W_kV`0'D  a^2} tDxRc{HzUmŗm7'7|ڿ,(߅UINŎǒxARQ)!%1F=x_/II^1RXy˂vR*;OF@];e0=DspCL4l#HDv3w>=w$^? T޹k\hBJKI){szK`  3FU,rჱΨBqh| y|o! ):6/ Uʡ; 0 rq`kuTѢw\FOρl&ҳdt! ea'Z`_̧{t3_@Vkr t5×n= 9wO0濎 0*llqAw^GP ;_"ɤ'{F})V<R iشCF t-8bsT@ZG>2ZJ:!Aȡ8^FlH* ˜I3F|n#)Lh[4Q B7Dw,m[Lx xw G7z=" 8wZGtyl^wU1p٬PJن "E#Kɫˣ\3tk!l [~prx(AzISw":CP/Æ8q$pN[>_3† qj g` JpˆLh`V%VS?=Eџe&k<A!.%).¸P:͢i d;IA\GxT$8qao&1eLFKE*=[5FnQnh1rwKIvN.[$_|\iɻ ͱpg="epܗyFI^Dc魱\LT:]+Y#Pq$+(H: "ԡܣ!6R_&F{:+_ I+Ӂ﫽Pv*d 3c54'rfb4( ,,=3^tH/# :Xhq)gP"k3J}]`qFV"rˉgTvВ׈)Jyv4}% 0^+=e֪a+z=l| hsjBlZxٱD.]v3T6vDn $d3y4/{b[@ԭ}ϏoH 3鰁PGJGzYѪ )N.ɾ'\nCjo_gfPKƤ86\0_tCEȩE.=i}xJaӧFvajg G 2mrO6@ˍ"2[8U,\=R@Dq5XnJxmlF8A%ˆ(۫ [o'|o_41aSi7"{^B~yi@MMojOes H^)p I@:q3C~TNÀ}w>=,K/8R[3P*R#;;yq]TU1[*+! 0jC~I`8初,{fU9NJb,8.ߟ-uv ~5Y;ߔCx1t&æ g JbwFޕd@XW; >lXL eeق%ªy ^%?x_}Q ?E`B{ !Ds^H[9 <ц( ^ 'aR. Ȯn;RBGF -S3&k}X؀^HaȺ.`xK6+,]xwpyfTh >ޤYV+ȯn&gmgz>3EkT G(HNH䴅ь;C! &`+_;[Ce4[p0Pm.}xa-:8!gg:d#H=ObL, x! ]gGEѳ#<ciBP MB{H{]ix`t, =;P@_ޓ ko١dd(3~.ŗ V"7@3M#ea3 eǔb3awG%:Wȴi >ЕwKMhpDD4|Xc7faßBD;+vC#fjDs3Mg&?pDWzc*#P[v$gvE/,i>ob=XKBn_{ƪ29M1[#:VHGV YĒeW+Ԡ3Z< ktFEw\u?JxĦh|*u[-3Z+U uϵdA1Pĸ}ȣ7yӶI(sf[d):7[1+R;jD\'Hr~PoeLP]e vc8{mRaԃ^a„^闶ʒ,ƞH<׻H?Uϡ1 bGJCT*\ (4gl/81-U2qP YE:v¢Qa KW'I[72h(rfxnpR_[+_wA?ht9vgt+\ob7SΪR-" 5 Au]^#VbWP\|@%4dK9j%%\Wbu42 \hAv*gfU"@R+o$QJ"T&C0/6TjD͂ v ?D MUÿM2o%G#%eEm%U& _ZښO%(;keJ5 K5╪ ht,'QAvPi], jΕ{p фNfv#&%'a .{YζۼԹϜ=n~=N;vaE`'筼ΰB?⠜۩!ixJYr'2x#O*#HQ<2Ld0'~GC*]]ugPg "OeZ/yT ,-OufeUP W}ǚ[e>Ӵw`LIB;adF|cђכ/ӝ16'}D.띋3HhY>ij(U& *'d S>2>t2 6,3FSVz՚!6jeͮ+\i[S{2c@0$EJ*x sEݼ̞T5~+pq@痃h[G%̒L%QVm Ra Ieo6H$a_v([UA膯@5_ȹ r'؃p2Rç* •a Vrɐ>4CV9be "~}tuX)\ ctO.ƧyFbȞZjޅiM I 3ԛ6I6eCEǀhH n\%&(āpqGgXo/}D( yJͪgxx^b ~ +x/K* )e>ppw wտV(祥Z^?f#Nb'tn읬|`.ibpΔ;Uy?_X{M8ͺi8л<A4@n{-}'R.̱zM6 =aH}ג#)Cj캗~9=qP#6<7=J˷Р4t8Y )=fѴ% XEo4#nA! N)V/Ęj,\O m2*c(-Mo5aky,MљP>SE3n}B,wpGY"ˋ"Fs{ a}_Q{@E NC8 7(0sD"F{hӳefZxw3Ih l0kѝRJ/D_4 N~4XӻEA&i.~up0O[N1"'TJsFL+Np ;Eyr/{_8* †&)mJeǵLܕLkènya#QLmi9F쵆po AU^Zs%T9 u(.g/Ι0:11)zׄۉ|'IQ)/?w$@pPΖ|EyMHL>N,NJƓ~%7 fi!@Ǡ-TMEl0=t\)cP>̦y13zRz{E%9lr^·sbwherCփ "_[MYelvwu҈N95[8-~S ;kH(N&Uf]ѵWfbt0n/0*MQ_H_c BKKmJ$V:2TV&,e復/R} f2ш{֊՛$ (aVlBZTA& 4 4T~]2\FA?Nvjy#E +w=@6"9)TN%wQ"$74@ov&0+`2[F+nayw~ۄP/nZēֵ ) }: RJq/:8:`EړtSEղGtZ--~$Ęs^ci9tc09*|?n`71SXD24Ѹ¨*{^+WùY;^:@s@I`MҒGe\>T-Sg(g$pE\9#exN'{FUGl-NX+CjNYLiJ.r5 Ѓt_Lǀ?JD p|P!]]PB\ .!23JRm7f+n'N0(%h#p5CBӼ'.(ZRgZZ*ӦB8A3IA0i1Y:Si%eG'6 E^^Q_-{NwzW}[=>Yj4T3g rdnoLG:~WLiܢ LQi+s|'E5 S JU%ơ(K.XrV_Lkd}0, Ϋ>-D<"qYd} rki;vȯFľ.-i>`nqCS}Ba;'%bޏC;#X6 zUN Mr3kpܔ )N0ng-Ԗ+⚀8upݚh'e}"?_UI=> $ m9]ʩt8 '4 Fi)餓ߌD#afLn`[=| تոcSAn+ҬfH} ^~az"{; AzxF$sg( JY9)U ?џ,~β~TcNqt1e4wxEX%"Oh4;z?coKւ4e3|^CC;ЇA_~?3n.עbLLܡHkBaKM1ƱPgC Tab7p9j869:{oY) @Ԃ.H^GZb Ul/GI%3 5>g&C{? (:[}/:j혳7h{C}Ci\#"R<>)ldo$700Ry ۈβRm]$7,fd#Q.$pwqlEeJ I" B ?(A\hNf?+en',D ` Hx[u+\ z-]?p=˴d X\&dRcj 9 H?xnePY~d'UBG/ ^(XO:rE. #uC¶#Oȓ;*FQv4j)1>a3L\j Y 2o$zsAu,#K3r|[ֿD.{"hֵ\kKy=bp^DMԣpNfXa@޼ {28.eC/9Q}Jֺo  DKp(ߪt]T>N#woeY NuЏ<$`d|>~'rDu=M?Z^.m>9b=1d3a=QAR1Q4A͹2FHU)v|/L᫥i'`2s &+-ѬhΌK+mIzoXjc;&+KxԒ>'<+S5?~l Uf[JHbdM~)0/'ocQY2PƤ݆_ө%[_ po+;ޗ?CJ t*28"]{#lJxD򷔄&8ؗm :G 47#y0vⲾb"h|0*llK[(d]ɠ !)lԀrE![N!c xv;H1$i}z?˗xSIԸvt%^jpT|~T씹]_)8s}àc3g Mŕ fmo#p:&8\P.>VIV+,P wܺ ヘe^:w*}L9[oTjEbc Bo(=*H]`0|8}[,xn  !ěVp8IoNl@wOW89 ;!;i[E%kZt#2oKA!"AJ9lU vҎ5>u(ƕ~== JfbfCuhg_d!|Q[ٝEs8(}A'! =U`4d v<R(e@ 6a};ua +|SCܑ~)ξUy]/\-I9T HoMI{ oe%jO&$gD߫v+=q}iS )V>TJp] i\Ȩ%Vh1b]OO#XN֒6א5z(ِ*UuXr9r|*Q "fn*,9=*}Q_fw"iqcV"|򐷏7[̟ҽ; GьB"1d0%.sjGzK q@n^uJ/e+ ZArm^d+|OYj8[%,:A]4ndG)Ǡ\HBŒQ_ >5k1( hyi,#8']λʛ FTbf,Ȍ6UU7=>ƌjo8=t*uPj/ =6w]fڷ`~N?l3@)H=LdrGrEc6pE$/{ԕи!GCÛ?.]{eя=yLakʵ\Q^m _0Hn6?>p╗PP߭2I:A eG2X@eMziԉ/]yKIVGOV01aqn)4mF)eMSZ#mŐJFFBOO!' omٶ)rKm̼G=0a6mrkz9 W7;f)&mWFs-ߤm3TP@rYݟ]d٭o{h2^ -<6tbl(pĘeqr84kTM( qJSw#-ꐰjYQ@l*D}@wH(_};Iln%Dh~F+.ZTy:>fviQ> (GWQ^Z.)gzF%"( d%z=\2>bOm؍حʏ2^1SZ+ t֩cn0vbK}ATKnZ8ށ+ɺ*hxs_1%B2>N>Z^o%e@.zteZ? t»nVqlBr Ld+llĺhmlZIe]_zh"x֦ņM3 - V YIPqHT-z[K<}~>bW3]u(4KPEN;d)%HPC|wwRZ| }_ah;, [yċ~tP? ]9TVuH6װ,S)c.R' 9wV`\Pv xĻ8ŕ*s?Q.?a3N k[]/nM_-w D]:b D㗎P'Lǚq yjt |b̳e{ sx08zkM[_,+>+$_Q _э]N]Cs(C~TN-]0]t<Ӎr8,=hnPUΦ1cXᡋ *2ZF!b9hlڕ[Vs au]jY(x4 OJ'؈Ogf<3 {ڻOiM` 3onArG>K_otZH3'4ޚLGmre>!>7д~@ܹL7~׿lg7Ltz$>x a7( M7U>cY12e'AMSFJ(NrHGqb#*6u p`FKק)mb23O,&gB,KOP}d0Cr-\U:&4: bɤ&lZ<2  vu| 5EybFP("aʨԯB.R`2$EHf7A]ʏ_ߘfݦ}MG6M7s"Xt&5(#3%SCp {py 4[Ɍ(A=.^E !s4f1q8X@+n ߉s̯<>ԟfMbӡUYY2ũlztmYy?a芝׼p׏aalqR]zْhL ? NDBX9lF#UriC㶃G5g?J^f%xSFo!t)ſ 2"xX .I'V05O|~)ZҞAv,`cY5~sNWfPYUmpF] Q >Tkb %k9qc"|D'S<'Bo^r9)YE.gzFxHyǒ(SZ+m?xSr^cʶEBg#CҎh6zQRx}bƓLiG3'YQ[[ERnM񷈌<2#-<}lNFiDIIR2t&RlznM5jW2cC֨+ ޒ~tB*v+05ƭ1|J>ߖUA7.kXšM{k8H*6\ &nu 8_b(LP3{TTz9<8%a :^x{ C':^᳷Ǹ1iRv,,G[#vUdR 5h"ʶ-9XM"6w:8b+I1RRy%'q,Ok [Fh,2BI)t) >}'+R+(UFg͒v y>#vHUg@h^kZ*BΚ8*AxW\sBOSkη+SwVU@ǝs_(#I&AgYHI{?FH<*@]d}) PRغn)?^#?"ҼbDP7!_n~Aq ]&m bCӊ<dFݟ૚4fWX~ v_[ǯ k d揲w;j*fÄܭ~ I0KUl2eőQ`frXU;S^hp6l\P` ,ll8ІIiRbȔ*r`I/9WNA!E"_u mgK%xC+Cԩ+kzL*Og?+Y)SkQ@1y ṫzИv23;bAC*bAxZZ=횋L)JlT b-݂2Ab/{u Ӎv/Fś(N:T~tͽpMjFx e8^J(TՆל1ǜf˸I\foiMM)1rNš"4ۦ2'6E!XӔ4瞠$k9_tP3MPfjL!N֣wbNs+/`:Auy6PIq;(2*5uqͮS?nMpIw,رЁ'U%SlN{RO/fFU@5p͸) F9@CwUx(س|Aٗ1qp%9+k0ǿ( ;fKOx\FvJL/-~`|IȪ.1+/La1e OcK*\y/OrT}6.@$U,}].hqKؼ^i]` ` {z 3P1d,<$pk6ccv6&4.Q>!ol[ |ykm{sdX>4@ԌK"}10vvVLu=CN#VAd<db'*)?ם9(@9;TRƎY1L"v©۽)@1&D?"1nL$ @ɫ.z+Ӳ_R/BO [YfE(B /LFXo8s]z R-Q1Z]ȧ)2D/04vIVLQ\26 u%ʴW-1sȎ׊߹,Y)L?zI 7Q 2%;L/,!"{K ʛӉL;a~$`CVcP\FDQ(~m*Vƽd铹G' 䐅 XheRE{(OlW{ӫήW%L W|ֲa CP(52:lvRr&fYv1Oւዄ Z5m'&g<Zxdo@QNye=7fy*WzMF^Xp2Hpv:b+^OȂ1ڢIf2Bҝy֮L0SS*qw,bAhز%Ƶ HNl{z"6#s91(C|Ls|}N7HsR;6{ E-BFx~ȑmxF+s.k;V%G %=tEW4@g,?bTyO±o$E8@ %r̩oǀ:^݀1ӧHfQoq+?SO>n` ~@dlTg&\qxּsmI2DV'q7 ˕޸^1=iF4ʑs#-:`S ޥM꯹GEW:CW;~XI4֫c4|4R}@KxFi~_px<p1Od^299I7?G[[8p8Gv8G1,u^ 'Z3od^T鰳g~.-W0 [|7YhYz['}$].-*mf!y[aPFؙ4_WCƭ :#]%[p޲ئV&DA0s<7'T(珷Vd#"YҀ}}"G͙bf k:dl ʐM3V8]!W@:ۭT`_tB0}yRm]g \Q,:ABT~vhG`n=սXγ5IF|(Q0UF5V}f_dHނ|hwsc%crѬ Q,A=j+ L%7T~֬`0<8& orp%o\^&4μʊWC*`6?Ay:idTiV9B 1?W(O 2mN[n2q_=byb:Cc{ = 6oBrzNJe8 cWa`S`HS:ZS >P)B+W0u_QeR%gOc27M J+e5}Ey* jeŔv"~6Ap֭vnVN[ W0B]l >=HԎ^GIXˡ]fʽg@NpA=\Cka5d:oS++(p0sXpCOb;0ub5Ӆ2ɀ2ȹ<DxW$bH S,缒u<ēK yq4)b;O=gA:;7pjJje௶^,Ft]?&Vc~3sg%\}7ߝ7z^ B6;Z8\ ~Đ@%O/\lH5yBZ42Q!O -qj0$-]H]%^6tzJ P ~G=e. d,_y+oq5/smMvymeQv !~ .r䦤nzQ VtEhp1$i"0/)1Nme^P! ; ]b&~-FTYL< leM4rkJ  }؝uޣFk~#I|eP ׬wW_~­Q޳ljj.A&~tfʙ8і w46/3?/3&tPV^USUP,6Pӂ8N@QH,(@!{9ԴlZ+mgƴ~P0)#5bLE*vPMqaobRKMeO>#^A.:ߧǤhXӃn6D113I34jcGZGG{ d: Gei9x+4Z[bRl3P%%F2Y&bbի ١@҃?g8uP#Z0kiT¼0MƑq$7l(J8j ;ERX<^Hpqh 6Yl]"\UU]CF /NJ9$)ˑ&!ڛްmSyՁo3:^o Uj@65=Nf#|-(v*5s=rQ.&]uf,L6y֭wbxωrMC%5?33`e"f\\w S{eBa›U|ՆgC4v#%o\{R6$#%J} AToңfʥFĐ7XJ7Pg>訍`wiz\D$G~ڡ裍fրZ @s}Xn6/G3ST=ɬ,,n-H)yĉgR=F,dOO>:K%^vƅ=3/H}"_%gj<9z(~Jdu)eBYF`5xէ&7,fkMzXC]Kr.M'[v`2Z%Lr< xmĚZhi>;PeOiMڒ W1>KsXĕ5zbWGT&z`l̕sjQ^7]ҝޏZY |abߥWr=4d1>7ZkYV8j6["۰Fk:&C8E!#6ݥ)FFՋK3K%0E8;vRL$5]\KU2vVxj~W*r0u,X2)?Q?xm*{c"k8W`Ns}TY\(!\t3o'ʯn[5-63&]GzӏUd7\bwlǮ//io‍VFP^|'B=&,+qZ/O/ FT#^HV|+lSa{1m!3>`D>;3J59d^.:),D!Q2|%`l/!SnTo7EHqt/gԋ6[^Rd)XӮfH5̏ފ$4RL/b]C8&M+CЗql;Iel^UEFÜ`fˍ8D W1wH%`E ,'"@dT@f)L^)J &ͮȰWsjY1r;` `}l5MgyIjԜG8?.Wl'h䭬a0o5! [sshQI:g)r\MrI5/:-/}0LvuhIsѻBXO'^ȓ(mx@e%؊촇:p)k|h%gUѨɴAڸR~ew`n~ ޜ)Z W0% :lWa|c?HIY"q)5#;D7/$f|H4OνLS `k!K.w%S{KCaqƷA ~xX8( &w+ |FA)wrGm}A3/fS;vgk՘ERͣȁUD!7|P&Db dr]-Wh@(TrZ_'8ew9:ws) k%](>{dXO{x8yƙs˻sRѹD̈́\j$j; <>rSV懬q:$eRtVhz<_pVDQǏ1I,@y"KM-?5ͳZT{PKwk7)3kT0N׌*R?&&cwVG>WnC00ù"GuI-{NXdz9fIffY:}Zi/\Pʡlh-ͤv;zj^˚䃛? auq6ǜn_CR0 :$:R*JY:bew8PZ[-4`ʏ;H2Fgef6 ]N|+ԯ5¼;o}o:^Ui8X@%|_v*9]OUƜ|Ob00C?eYx! XxK3< qh <-E-M[+vce Tw?n%lMBBalV0O_u\%\qM)x]ɗhA |~qn+oCmO!&x~in9Lae xC̙NJʨx"w,D4R6 `R9f,M&}  T4 hb"W!5n/ ْ8ڢ&5@OdAt *O;^KFgYx:R c09xIs0b#L~} 6վEemXm {rz}ĘY Rw[Q=qA@«b~aW塚Gw>l!wxIiN@G376o{HZYLk|)otX .ȁEW,,P8ĉZ][<@Z>څ:½)p#Š %/+]y#3cb.ee3rӃ'o"fq2;,dNrN9M7g_>Ȏm tEea\v /[NI{@'{2Z{v\H䞪!9E[}ު!ݝJ_*Rpm8Xq},CBofLv߃g?@]JmL"+6rǣqnSil(J_ U1bJn%{'Rsuğ2eL*m𖥶Krl ֣w"v?{ٸEEUڄN3V;Q kvAV=Z\ MPTժc_όvʘ4 Eax_,$Mx _F֗f&0ʔi"?񷖬:9C8\̗Y3J qn9.xd".J~:br^._f/'za(a3$X)މ"2;-{f G0Ĵ7~+:6{'vSlcͥږM6FDÛvi Tc?W~/*9ꁚͅfK4 vvR>S%Yrȼyr6MBWSu9kǦ7#+ⅸ9l) ۯW~ONԈQȃ? +8Ayq}=a=705[uU{J/0<<FDF'trd :T5 CF: n2^?:oOeUXP̧d8w*]ŭ18?3p9 U}PEG{X콼i1-gu7ԃP;=2W<αd%Cn~_Q1uNwx6:V*d5zg)ôCܿk<y4ɨ$r^^1)Q꣓#6UMZi00YB N'8 N Nv!dLD?0ܾED/9Yp Ul;3A^`D|IgQ^wB+h |U)Ks H *𴁲//fҏA@`2qxgg೦}G: \贉p Zί׽R>کj|"8Q.܂ Z7aPRۙn~g)jPbtZBٞFx[;eNcEBg 7PXgz*n|\ޏ~rˋ] ORꅝhTD`nvp|D \\(۸;$Mg#'w=s!E9]Q]Q]Ē'Tv mZ8$ޣ ~/ϑhV)=sѮ==2Ƒ#-ro!qEǮ".6^1;A_%IpR z\O}(>cR t7K$늯pM)ǖ=QUr;u6^<m;1;=SyYsއcx\"V&PEF6_;J =M4c+`wJyS!v#|:-[;Z2Q8E+s(~P>Jb6ؑg٪&5 ~ZZq /C0=e'$pӸ*H9PTLӍqZ E8o:c/Mh_P$~_TٓN:_`&5PkkUV =LE3 Wyg^|M(tI>28Sh捬!U~MrzOB%}- 0\|D w?}TW4xp{8= Y0 tX(U?V7Z 9Ӊۏ qDS@L^q,Hm FcMh+P60*FoӔl4yAn̋|)v{(uߑc$4kuuX"1p?iXuo9O>xX,cH32~-f~^MPfK A#جcf ڏJ!18AlA22ohgV~_A!0eI -F23: g gl>8&e" TҐιOC}D)ŮbڃӈoV1Z|~<װYϹq~n0l{eQ;;_P˾.Sk] }AP('pwg sڄ)]S p~WI~i 4{@m8'/<&lnӔH]H7\N͜tGb|%jp%Fo〶G2\I(GKZR*l`].ӗ.7q{pAmvNT(Y7n5\1̟EỲ"GK%D7!yGG>H@sOi(OV5Z1ʞ@ ;O"&o]`O*uP#OlFb&gg7ӡy_ sہNj_C_֟wdʁ@ ;im2'Iz4p?0Ȫޮq`3d#%@1gan,7;{"0!S *̳li%~R?hzkPm\ lC 뎸)!=}LmŹBz$*Vhe~mPoaE\( P+M\g,= E{: ܬV7dC%nGǘcFqnwǑk?PIgSGMCnQB2ɵl٥ǰK{50`<*ܑuNZ%lYҢ^ĉ_3beXbm>("Zy=lqTh-FKx'JAe<+CЩ]A 2件v%B1Swuw'4ex2襁}e%no>3jSJ}6ʊAݏ6viv0hp(&[^_4 k"ҧZ~' `{YsYӆ4_)4S.ךk)-v;\ǴN"-]Qk3e0{R=pLμPMW*W5U*? m],bY~`42u8XYZ'hbdW"+F1ع,l. ނfvT?lfpgӎ|gWPO ĦYQ檩h56T s&/۫yQB i䙤\X$T%{c=EXUQ\`AhMe%ɢdR|A91 PBșe'$15%JLfkr^:.!"2\k!{w4FO=zt@eTq<䳋LC\xQ6O,.Gs+T?tIC]{*ȆS8vNU"zhҾQ|.ڈ_0=*ձ8Y݇@GMս1jt(b,E-ICιT݌DN_-TCF[4+Qx-6q!ILY\̌GIs?Sp&lxan{ )*2.OVڑc& HŢAz_x+P!hvn0q8H_L9o,Js~v'2QUӜZMjllw86Z g m#Bi~/b17Esq<:Z菦@?TLvt nԦFU ?_[8bbP\9WxW)5tCjCn̻8/PD?a0$B@+HZ \2MCӢ2slcEɊ#AKR˪Vv#Yh*_®H  醰T.DRc>n*WUCKH>d}t*ĞG&߭ꢯJ>.:d^?kaxz'-#2^OAnET{$s}򝦽#v 3{.2Ύ, UW0Qgsb db#H?+omRq%`,`,ԧc2Śvf^ D>Dh R`rCժS^/bqFA$p*X\LYإWOih\VD Y#%ὨNzii?!ƌ1\ lukk3B~Wh 7\\`x]#Br9ukX..ld#!EƱ̻| 颜KGజ8LRf%prƪ9j^? 6+z|)MjyDO\+zDg.._4e_ɩD$ea{m5%WU&_Ѡ=(ļꍪyVGZDwkF羄dJ,l +2̆1HPq0w\iY Z!gę2iȓaȝ[^wS?âp8p9k5jA5= Ku)Fq&1>'g^P*] |XL[5 .ߦvirڳy酷!Y+=1N0 %h䞓)n9l Tb Jg4reSBwZJϯUdpjxL\9ڇ]p2c kɷ2VՄޢpĩN.d|J d ])յ|ӏ- VUa OU2$aWU'^?3HlFuY$ݓ*HfFv0D`ٔ&bR?[1Cj!+ҡAaђ,1FKo`[ hP|*9H >>#%{x}9C橛n|GdaYtY7\A+V24Gl_-`0WyEv2颳3%55I@k3m1 o1;\/Cg(U& ތ I;h*:Z\ W*OU6ߎH3s4&3M0ǘŞ/-7K|H3x>Gzc6}xm+n 2*%˾$Ѧ|X@W5EәIu8wwۍh" to劰b +x<x aZFQY(*+`~U2U +q?u'kҟry)eOҟJH'9dҧW&$n b3I^ЩN(J;-l鬹J<ag+ߢ(̱/g_5Ti^=_cA >Շ;t/f@MQg"M;$L$Diy??n ۜ3b#{&*;ߪ2kNЎg,j~]&XP |8ٹ<*_ۢ_B]NqUZ&$ ?+A {FBJ`28͌սqhivspn%L݅ugI۱w0>|]#U- *j=~ Z7r t"Q}+/NnY]qXC-BX A|`|{R(=Rf>A cjSuP km~ CpÕB7طdtz!2[o6C_޲/&DP?ـ|xNmԣ<0:N񘱭hC@lZ*$Z|N)$tlzg$"]J>\` ɡ@+v~%IxF =M,LQ1&p(YN}_| Uor?uWls0&6N$7Ha+bn ۾U?'~XbraGM|ٻbyumX2~,߇f^yibC$k0Jsb9sRg Rg=h01((W0zW/KXWL[א{Gy=6? ukҀ0ެnzQuxv0R70|FX4ӷ ,iGtdxtڠB Cg8\ud` %p4{/ Ǜ, ?Y \ق-yPĩ R-,AEtus_';鏷 aİN }*,mn`XJ,F=[hũţpXΞR`leQD`[%:Ģ!by{ohr m*cW]kjW8ֵ3Tbnq xPq8?PaZ7౜NMaY* ?Y y@ x {m#򴋿 X|z̘DV^oQ/bs?Η-%M>{jAG[CvdVr]gh$OZ P N9HY%o1Īm.>^m*yX]'Tyb" Dvz\xXϵ] +e Jc @,n\pY+u~6ltym;[xj3r'b KR. ψ4)!d"5jAwZ?9wp:$+{'Me~=B@?r9]y)"A-k[ blKW+ bPVO,]`!FU!t(#!n6Hae׸Q./5 4S N~(_V}/[N 1T[ PI"!S2A]]5%ܑDTDmj2 !q+|}Αr?oKc&_ 8J*$3~M2e:wxxQzպW %Bubz,ٔgSb$L"Һz7 )x#>BbƘi=,QCDRK ;;z2MZ]!Qe2X|{cٓR+~ D` Ne@iE8Y#zp1Ѳ}s_5d/2~ #%Ɓx ޠ:ml}*Q $褕r~ 1dAE;|ͷGt@$[*ldEy+X] .7́?9G~l"߆Qv&373KI[v2ISA}I iL9IL~^#~T{!8kmF7rg`m#Jr4)=,;Lg l1VBx{DlzEi ?\c%%86 9A J S*mIY$kKƵWּZ0m>NŲtM4Ybv/AxQH2~0~^zc"mT,V HepRt`;|2ϻ?qcF7^+z&"ɠD_/‡4ݰAV*,RX7Sqĥ!y]:bo$ qZ B)5KY#+]L*L_}[9(Htә+!;81wԚJ3T|LpB//ⴌ:ڏH3}4P3hJaI3#)27V Jhz%g'chغ-r g/ Y^tr;Ʈ;"l*Y{#I+E{ƕ Iipl۶ 0zR!>8ܣ&%aesW=jI~jKmCN&^4%/,Bh{{hδl{%qϊxDH[VB|VL I)[lꡒ:p|}%WCݖ.iiyjU5a NFӭbI6 ?AөCO42ϋdEׁ>}1H3 'lE"EO?K2i-kK`Ul6|nA,Jw[(I+|(x'ڵV: ͥx>K-nf+qrʣL-x?JLهuw : _42yoބ:b󧵌d1dmhk\ԭ YVFVPj}(, ⹺jimDPB{d'r,v/Y/>'G!!;Ӻq|$hq~low4@r jz /Ujٖ _NgiޒWtfQg`O'_/DBs:nog|av+醼J 9"guLqtO'9Ws-CyHOG{QTAna5%ە 7b>e]x}_mS ޥơ(킿h<o 0+#mYrǰ; ^&ukeenIj#>m+%-@fdOPa\Y,4yuDY#wQ٧c%:,2 _>ݪX*_Y/ޠ;L<<@6/K8#xFY{k@e:7YsP3Օo0"p`+ uҜ%̦ʅY?^|TVsM9ms%;i?(7W(G@4C~ۉ+Y2Vi NnI>",9buʶrxk/حV.Hmb}qCTU6աEԕt@vI)C\(U[ײ xN m:,MkОj`ktwߥq52M9FC2˼uƇ=[*Q밓\G 4/T3o/qPSm;L,|^Ү͋umJ3rن\dhG\m mՄkpL[z$}d:sֶ^m0Όc&D&Z9Z٪3rx2{:ǢZP]mA ]ߎe;Z70xVʇE v:'-?soS4ۜLQ: >-!w@ty>?5MCyoH[kG|֮o(59e ;apXO.ڮh_9I|)_7f] aٓc: LsVSvS@O f,(JZNk$6P}Y 3!oW.rYowQؼs gWV7 yuO/2EJ6J<[&ZYt"#v(\Bܯ|8[Bea RO IWu֮.YBw_01JV^ D[z+^70gٻ;ViȪ$h.\)(z:6[<!*gqj2Z\b)"B[VvP oZsv!ph=w7`ܼ wylhz q?3JQ[\M4Qeqim> 2cK +z6yusXHlVPUp";4΅ƻ}iv8?M_##' x5ԥ6pNSQxc/AnB<O&&t9$UtXh)5?Uf=^59ASܦ#է[J"ܖq6sbIBtEbF@_sd, ?o39CPfKKDtW -xp" lN{ WpE/:z m]J8a'B+ \mDzMEk|wOsb@ȒMN k.d< CuG*b]b:f %hs0&{L3tk36.o @ls҈Re`ca7NWEc8Y?2 =&$u]=JNՋ&+ڇ [o$DoAUAy*-#LQho!\G)p;qڑY. isS1# H#x5M(}nw~~J)|Gj0./i2N e(\+Ӝ7+X~A j\Sbk>͈B҇ץJ쌱F /'f̂Mu@W΀_lЌw;B@Ѐ]6{g]]ӬPTIA #GI8e" ܅r dHj~kI޿0-lZJ!]݌ su6Er|Q#د`/^?vN}6L^g-ձ<a3lQ@gT,UU#Vkj~z6/<k b0XF4iZMMZ͙>;D:@KCHT{4As`?Pq mI#{#3֟lJ KsA2QRj#\&hb\]߂QȠ qb ȼKš7Nj1+v7C&9;ʤOLk{/n4;zAzU^;Ad(9kEI}oqb~0=-+ bz?ؕZwg&ORK3~17c+~"p=iPIo ~!q>(S Dݷ/1inӦFɦS3EW!&Fׄ gX{_Y)Ry/ަm(dN ^ν㣭"A4gw -A%*cGUZɮ< T񤍀]dɉݻb9DFKImoEVPߞP~(ݔߢMIr_MYDqS"UIcIC3:͋j]Oqc|#F]z?ѓfw8,)}iGsͮW$P? V~lR8R\܎r`t=TmbOz٥߳>Can4 Ю~|}z`ԠgOBEgt)kk~_Vʫw݅G%u%Qx?Ą*3@ZFnDߋݾ1W/RX2N禍.=HPQ~bei t;G4@I5G^Y8"TaB3a 6bzanVmƷ=<}=!ݡ:M.>q[d MjNˡnǭ8՗ۻ9RA*,ؙT$)٣:^Һn-$]nl*TuW#i]OjN M4^ "m.?%R`"4+uu&{$I:YDcOaӌe~e}A2-FV9U%ZCD,@f2>8ԶsMn{qNP / "+vay|hRFaQ )"]| ;/@'r~L~ģ3?7kzlT=XR^Ȩ)Y=@$l ʟtxxc^E&>_ M El50c$'@0i!ӻfqCa}ӏ9kcj{[W,i("ŗLxp7I0xTOuQLl nYYbd )>R;y;|Ŗ vy(ݯ{%Hl Ҟ;nƫ\R9 6isF$F~'ꂒ͘ƱboaY/Le68 X?ke CJZ-Ef-Cx)Te)G ܿ9IY&eA 1O3a@yZ$P3eZFėwh/8ިܡ:2>k*"k7"(+t= "iZ%TO:&c4ۿ)5<ؚK5{U2Z [>ִ )!Z l!uq50FdYnEQ=cK0F5|̈dP8cR,5!8]以b [Iu /oZ>X갰/Q_/%Xw6 yMgAqp8έMCAt59I2g`)b{n3t!<ܛWuǖ1̽Y:%DY`{Q0bsY#:#1-8 "mNxcyPaeY ǣ#UsԆebAE %*rC;g2 y7~ۘ:Ho p0"d~RW[mMF~~Mf?=Fч9k+88I( .BVTJآRj4 &bPp{Hk&ӸbP%:(կn+3F[5&Z|D(ҠiYjg!؆.m*S[Fv%8k5NGO);{Cc $vgIKwHл-O}~S´|f)s>]};R l7pJps+b)rJ6{[4Xo}fP~35 \/8Mz5=3%0 qˊct;VA EI,AK#oVY|TKeAF_"Fˋ]3xEK|n: G~q9F׭[J%^rh]gذCbT2 M)|-[lw4US\ S_rVMk9?W 1jgU^ bWSZ_KVXľ+w-|}߮(J5Y˯ M?^E)%'dvtiP?ƞd,*I ꑭ /@E(X(˅Fv0JH)bStfy2҉o XűOkַEU8xcz({ȩsf9S|_Žy2R 2TCQP2JO(u )@d>F<i_{m.`K-0f3rU~.&/`i=/ ^k9|8p[BR^{6s>YWO/'g`ؓ@1 U*c'_:OX oK}=za 3 BmT_r'Vxs`+]Uw5H>U.W{KёHs%FH*+ Pw-M#CgۺX,\acFn+lE>Ȁm9P/*Ar~?/B)PECkp7^x= ]Ükvxx6ob~'R_zݮU^6@` R!{#%B=mPaF ƂZS:L2(m(~˕a_{D+W {NH(WM6u@mgYԀtJL-dDөN^e(Ktjڝ$q;R S% \U1@-QdדIIϬI>2qU9}f} #dv v'TE:RސY!);Y+\]ςngkǷ2SxmN=_ j/ \}6 <:y;ϟ |DfF(e]bmy Zrxze`Y+'3 7]3`~ro4!-ca/kl]R/pڶqr=Ƥ 럑ߑ,c|MT*#)RA&7}Kڧ{`5c3*U1<8 kSس8r@-<RM97 $ƽfkOLp7Ԛ'‹Mv*5+{(=ĺz1m`db K(~CE )&odRm|1&>]*ʞ⬛t`\ ?kH/!h#@pW^T#3&^;,͕Xj SAQa 0IY'ȒZM0to4|-GrQFZ`H pYH.of"d"2Sr$gՃ<ʆ`QJu<_]T<\)I9|Ȁ59Nv'tCJ@#T O%kvEBhЦivXU'holV5[tm5n%kȳoȩY-\GgsL0l:J{@/NxT~mh/v =H(d#ʗLMR:뢩\m8*Y懁${L1LMphu@d;ti?SBBY1 7@ZkZGEp*X[d ,3T^K11´AZQ Cys'f$WkKeM)kb'5p9+F7*B9{%ն40LAץU,@As3Q9F{/W^/( CݛClW(&SQ#$[CTC-9ɁtYߚULűbMg,;F>e|ue+:EwֽK;E# vj Nzj[O^*snvZ/idugR*#ߟ)Uu#氖y   y=UfBD&,g2DL#_3^%\q:7u_je:܈}a*cʛ"J2etY&AD$-[[P#lamQ?w h^ZaOSvzTAJ5H6œ ]+2gcŶV=`{>)C^8FIw }$"[iEJx[PSn€ZsmQ 8$d+r:JXN~aV@d1H6xU Rnm%zQXSe^fy֘\uT;kFE`xЯDb_:m;S艵_ޔ*~.v ebѺT[܋tkj,d eN#!qz7"/kh&.7rr*K˞>6D n>#íYcCV:j}BfyiLN;O_|=A*B`K0Uc9'3Wh_6NsIY??^U־/EÍd}Xg]4^zcJ v$#M( kR@bn`KE%c fV$xu9 e`hoPÕx`(ٓ`|<&bYÂ"/NB糕lR9v҃.YӪ,B}0A.4Z-?*"$U|@y0Xct=[RL$qawcrV堩|ʐbE2 ~Av004rpӌTA,Zsف!WI^Rx3u07 oQ.%R3SOjE@gcFQfd,%faقue*P($L2;zj]UnC)E5) DݖT4)іĸ>!C/Aa..*C.b£ܬ T* Ph3cH:{9օO3&aA` \nLX[["eN#($gI^T ! ,*,:&صXI<ɖVh]t 2`jV2r!᳗F_RG2w5rfNw-X҆[Ot#Z5.>ݽ*]nT pvG7@VP> A3 7j./4C_+h6vx[ yচ' hV M I/Yu'a!3Uo2|a\nB:.Jw1ŐmnjNm'߸5 ΂  BY.e~15s٣Q,CB!7_RT8#zӹe..&۹ecMq&  #4sP* H h=2:T `0h(_z"RA{#WQ=7l FFxN^M(3 ON>DĊVucqp]4K/: Gg9 T8֍siin Q L> dr|+P.,ocro5۠>27E>@O-+u:#Mz]R淟yu(@L2.> dT&0L7 Ү# J_wKCw[:+aW2*Nǒ{*by%.3 zDړfς=Bc)e2I"i /2\ ꂉ9fR蘝(KRUS['fz damv*4zayK:TUר ~\H&(h[-bdK6]B((yNK`ӣ{Dgg׷5KA`=ApVꀲ3ߠL&"_,Ӂ+ڬ dH'n+&qS]o2]Hߤ`0U[s$ <&&.;fpϧ2B!8)RXizYE˛g!$uHsdx?)VBua&Ԫ'3\v 84V-Pd\"JvtOuKV{<hhӬIi<*(ۡ &-jTЂрfr\}d:q-M!m%$*ӏ 4,z7 _`~7} W, l#2Y|CDy>C{b^o#7m{a_<`U!, 倱>SXX<9˪+sq\F!y!COyT ꀚ$咥"V:#fQ(&dkR9qhi!a5Og͊T ZQNJ٬ tz8kѲijXzu ^zJeP`~~lm{F$ϬyEjA_q1,n]<͵Hp.!׹ Qw9'dsGggZGD2ݐϖΥ~n~(ɤF}A:GW&aST01~zi7°&h.U86Z 4Vd !,йI w rS 8 QѓlUm}x^Ҋ~`"˂giRUP{ϰ^S(& _.ZF]JcMdi0>IXG w!5Ɠ/>&h 2 t rB:e5FL3Һ~&$eb5/vtLO"DLfOEmi'V}Qs /S+aʆ AodJ#JQ2ًh^*PU9m6<|_ A@sY`_7t2wwt\k(Q|Z {\ZCVVOy +Cj s]c>'?AJʏat`xY(I-DmV`p1>;bfCex}Q׆**.\  ~#|?z_39.j'.t t H5Z12&FȾUs'\7`9ի-MFmv Jz J_L[@Orbք52b!lBR"_ Z4gă, h5p3ul[Z0Q߷D)̕AэR}>R &N ⌺jCMJnG .|Kl6Ff Nڗ7>>jeV?Oe8~l/+" ܟM] JF W];!, Lf /JyxjƏK9"?س0oql I>xĐ:DFv1ƖıR6Kٶ_g053 ]C[ fYvo?KnFsx2"ndcJ{,mvbW֒DBԩuS*[@ tb7P㮃Ju7;;"|'Y-#KcVh>Gĝ1'gu1wX{)6嶡cq c5 6.Oac,);f\fXR3 ݶ&8~"[` _ٳ2bqEE%* SQogoC۱$;$j]|F٧eiܖȺՋ`"nCήm0aF- EO1|Ɓv̴䂃|2:&p]JCm`;cB9ې'?o#(S9i\Tؼ⇣BbZ6B &K-"9dg϶7fkL+0)z}JҊw+_Mq1r.NF0^MP/b"L3_mO^G7Ǿv߱woG[=9z% Ql)}4t:A jxe9 g/sZ)/)qaG ˪^Pxp++ Ȼ+X܀zOUR~^f?.8q3beYE;ɣp<=?7P:D|?>1n2?K8^nLq]릹l0YhŵG"mO$}LUعHS֋s.~R_L ɼ!z:go@L{Fگ~^6+=xާ5&.=*6=ak29+±'z< Ep%j0 v@K,y+vo@LjGFFοK%DHڬ?%T?58AF՟] S8I) i\9>4b-%3cso멦LƚoZ;J٦:@ 0%[yq2قF}I  Sf*S8O"m#=W w%l-M`G?`(Û1`kc LfY4!nX>۸ R#(az=~~BFN6-m] x.؀ @ INc9?W}Z&J:u!k H/8uD頓R|0BGUEzp K *#U?|^k'3lMZ0ryEHP tAan/W)b42Qxբ/є㼸 &Nи!-,i8H?㙋RTZYs6up˶"[A񶃏c&ZdFЕOET+l[cIN1} <ln-w#Ab yYv4ؿ)3DG^nqE:/׀5 dN|bo?]uclxhPr4KlALʻ::Pgxsq< bv!R2SpvdPr5Z<*bJר mN ZA4i[5cb 9DԂ6[\HۍǩE>B &}"|5\,U񷱴}j{IB:^~FinN3HεQD5РeHG7Kv۷0Nh jY0' x*S32 _MfUc~&;5ʈ d kZ |_pћIٻ"U>m_mLTUc T!H{nS "onR|,qs\[Vxl!y YK\QC$$ ؞8Cg91$J֩P'DF&Ey項:S ysC{&'%W>]?rsbX\gys=+Z~= ^g!`#OYS'hW=%衚_/v:~+(=XX@3sn)z4Bۑug5+{Kuimj u1E_znT):Vd"Z}j0\8}6Q',duU {{gm~̷AbeSM ,x)ጡj-6O&VU9AUw}N١zqS/B@~v4ra#s3栜J#0$Z S9<3'2FjF͏ƶ[Fi.5 Cr}\`,NA 7ALfեB/){+;l/Z l麱_3D:L"p|, 2B3ҏǏKo(BH!B8#WwD&p" !Ч4m`5P2xlE'v gU󈕧ICƜۍ,($T2?Q ߩT8eg%|88^8ߧ^:QMgbd/c8N?B.z2`@osnןq{ٝSeW(Nz_aBLPq{,8-J}ercz@t -~ڝ:ߛPem^CUDS V4azqR<瞗L5; _5b(.0+% B}U7+:a eRwvp' rfJ KYm//ݮwb]Hyx5%gƮA돋>Ɯ|kO Ѱ}ܶFL4UǬzL_d&R¦LהYj>ɖ0i}}kŌq5/ao/i D,(=,:kE\Kisdǃ'a56πJEQP5K4 $+桃c2W^?'noOvI繣aZS/ijUQvhw\Ŗ%)[ N,o RCwR$g2$u$.dN*8xqHVTSE=_xKn:ã[l҄Iؔ֌7zyf 'Ly==um0įL=]H t'??t9k`Y K`sV_AC.'`ѱrBl%Ͻń'Fӷdӟvrh HlA"n6~9[+]e!WѰ~ӭrD:W ZUJnn*˂}?b*wj貞w4I1k3 ' K+>޺rS"]XGaTz=n ϬQt{wF2ْw\!pW$ę5Hq^5Xf%H*uk{ bKtL%dpteZA $w >DH5[C{W68f>1xl7CE^C-}A2P UJM4>MH|:qtS⒢]P/Y['O!P|06"ܣ$"yI%ŰGOT16(ADRqQx=*' 8!M_=Wm.܇E1,IS$_.{}H  Vr͸t[nl= @P\"dczn@*t[ w5^3yao߭6 {Y\2砻휧)GM_Y2Dpu _ c$-!R}t3tua;۾|fmpP"Yמ jNZ)F{=~Wjtyj$olrA\['R>yb4N֒N&4.n_$Co&>a0j/DKcf%-܆tuR*?{> ay5}AJ'H(An>0F:$KV$y9܉B|"x"c?Z-GwG7e)%AC!?\&Hsp|`Ϭ?8RkAW[2~ߧ_#-I9!F HAYekPWVޒ>NC[ͷ$8U:3yG&NPmtOHnE!v[eKa^>*ޜ?!O$>wU/+t(AT#9n#TWKL=;&1aܔ-.suW6X"Cn|/TN=i#Q׮">dL+< In&FgQv7F+{*ڎu*2"B.b}0t_c%0M[c"Ǜl5:ʏKA@@K.n~M~AZ")91y\|s>x֥#@94Y?Ԯٵ&dvKƎ,WbP*+" dNR墐 !.qUKJq4t 2wb>dx!9D2̗7 ]ͺ,95Wu KOŸ*Ծ' Eh izKx_7in|@sM;LȁG;ƀt8$g <,oa6Wq (qD%NOiK[S"'BÏr@aia:K ~ }}8-m;ɂg}z=,WO4I۽CSƙbU!Sդ#a}#Yݓ״ wM %] <*U@SDH<~d ^ݵqu}e`1uP_'JM x@/:8t+nL*(DZ%z'+ @콾}+ixmJ..embBzd,ލ˅~I2XRGt%etGE-SbHt?_!3P/g)t@^ՌAqwY\K aX_HVoI M"z]a@{ؗxu-wX_(vb %A9`4nZ7ё,YWb%h5?rDʊv}*t$UcIrFmmcƱ0÷2ٕkO:tA_wRN #i!%=}==i߫ϙO!xFWV(_al5c S~N\I76RfO$ LhPg3fd`-ue%sI3&!Wq?59-<-5M"3u QoܮUBJăt$2Ag`n9#L<І eC¦yH.-mI68 rCndyviΠ`ji<:CNMueVO8>s-T 'H**)FB)!UqOQ?,k1Ewt{5z` 8o-EM;n]*I7,*ճ*o"fd=="&^oii'i!xo]0qB`vMn<(@A&%m`7ZcKێ^L2[У@}i2].Ri0Eĸ5-Xhqth,}dAǡqʀۥt;?,].I Zk` {WӦ[$G݀mR+HV d;\ipj^ [ٮhĻT& +zo y_NUh(ߘ𨌽ͼ+yx*cM=2PѰ3cfj7#s9]/_f>?JL^?h^}jl*ic!JgFӑ'zE~͹-'[^Jk[0R>IK+n9'㢺{3wH.Zs0jUR{֨\ijo N(%.Ƥyk`< X8)ŵڰw\6ZQG9ۭ@7 t`KϹ}`[+E2:BM 7pOlGߓC>ΐL$tC?a(ҮOW+=Ϋ5&QG-lG(8̫z:8ŠlMO[ < 9JǜE̛\uzjtS˼q)+ZiIr19mgyV/=\n(9qៀ%uk2yzf0PY12#)G 3MQJ\a]gt]x3|}գdʽrؠe lmNuy2EKR[^ sϽgug`ԜyOÓ"U$ GBZ/!8R7Mo:j6+d!9%2o>~CK iţFj ƅW_y~©@:4lA hDnHt8դ q1@MHy;dHVmi#kf /4~#_/Z,X|S4I M`I9od0̚t%LvOz1 xS9;݄[)T$8z2"(qDR4a\]&BFse &<Fly2u|d\h(&1_C_9 [z(7ɺ܃͓%=ӽz ʙgãʙz,W| 3=!c3 ciGĂ[=]mM`d\[=H(A1cJudF/ ]` bO EdUYbHv֘3 ԯ//^TJqt,оhvg0) LzƒN i@#i絽D f[vaywƒssںdl _z>W-G5󯨑6V(7'VىנIp*&ᗛNF̞f,QOvSed=[*ޠ]o__^P /$2^b* Fom2tq"j-‚`t~ J.S'n)u¥A4ԉqlCJ =*ΒP&17QY3 5&#yTVX1p8 7-; Җ- tL$[:* =Oޚ,ćaM ot5"(vzq0h A2R~)+G"-18ضD/hjpx<}h~? 6y q7IdZ]weښynq]KfSہ/| $=O<:#QҦՋB&L ҨnA-[2@|#ߢ x!mD@>¹?EhZ~(IzxW{3iD"ge\Xx[>0Wg;CXMN&:~'n9y*cK$W-,֙ޞSҲZ&XeP Zm;ΏZ3*VF,U2:iˠINjبn*F [fyVHvjsf7%(sMBV+ "(tqq4?^Pq]P⴨4^ّ޼d 6ҬEO`Zk徖0Hs: pleN %li]~V!G3f10 썯!-ʶO&6EjI.[gF_I|A8RٵUl9`o6'jq("hnZAv*r|Ү)I"fkV7gKS|`0r@N7ޟq q|mŮi?:&|t\RM̭w$1=a"EyQ3ghh|}pݕlO//U2jͬvoõӻc3MG jxhE#JM8j’( ^SlR 1Y4-"+<4 m%N̠7%_ޙͪÈ'lJ9<J!)U9/qm{&IׂHZ$ךY6ԟOZѿ\sy\ 4cYe 2 !?h!塬A-?.NOf^%+uq TTNc\x qϛ9l҆`Jzھr0˱&{1,I2- gHLeӷ"}zq(fۚKjΉ_'RoYs=& X\X8$M" W< |\pehl憌7M(O곆&4`Hqq:#_>y;@4k>Qg$ٚ%#όmY~4(Xp#OOcBv(;ŝ}9-<:0B!al9,*1r線"h 5 w^J0D@~oF[41S39TBqQY{HcnR"#Toۮ"iƥ5\Wk>A\J`%Zp"jzxs:Rb~Q5OfKR>|IZY/(e{"#Zq #/0o!m~J/Xqp ? ?&е‹Aztk'чUD4 虉/&YLRK%fK%%tCdYV;E“іt0c&ޓ *jV<]Gd pV/^% Q\uoHw};1vvڢ%Vg޽Ǒ%6?&pj&a!0v~yU jsa?Y'μTyN**m+{nu"{$c7mv1?X_Zh7lWHV#b~XMH,Xc 'K|WnclщonYMIڟ6(/ G % {O:K lmck礲I(/4MC*¾ۑLp'$'KK@)P.8l [0N,*G2z.W3t.Xs _y[嶵ssKō-f҆5HxMB\T"Zs{JvN.RS!Z }e.R fzngY]ăN;xdDE$*aVVjc7+s|Ti![)5O7j@3[ceժݩ„'2ʼ57ᜢ]1EYX6 pEUhZ7C/]PU7ܜ: +b޷UWګSeCu~ k6nw1@|zQ$Îg%UY4P[d8l٩J^e2DSusȣm y׉t,{b0 !Z) %C+< $˪ܯuhPl'*慃Y^+J^M8ή`LJT/Y6H/.|J'_۶]%3[y$Дaa5UJQIx0?XlK\" &d F*|v"ql>P70(baOJzl!O&ܫXt)=%09⨌93t'?]1QҚ݈ͷKlg+BGpLb)\GmUp߷omKvL}\1Ne'>J_+d+70 A GH*x{+4\TYB9J2-H2WNa?JAwO#,K9"Z./4BZ) fL|E?Q~UgxSTPgf!gk}j|v8z,J:Dj>G|Vj@wR x(0҃{4b.f xѲv>Yx_cHFn%U#e6x/'K$ɒ Ȩ&Y3grV$u@I:?uoN[K\Altvqf\G6V0$yDՀّ6/WҎL-+]M/@Xv A4,ZH-J QLr;G_sq}ybd`OOQw]u-_7 u Us,~;]'b ٦U˟!1#SD; NR$m*=~WD{ŨVk@u'<%,M.J_P=Mz2]m٭xutWU.K%Ooז2/GKt7| [9U4*@IC$3HId򁒶}Ol玱ҖO/u&[X\-W/'G*W r;v sluD3"!qm7 g0; 'NttJOP{?~܈-^zPjj]JUϣYY pXn/Eǡ/4SL)L6O>Fkxט7#`_ Ǣ3 UN@ĨG߽r><&i7t wuq ?.^(&2]~dJBΰR [ⓒe jQȏx2;a(p^ wkMbM#xۣu-g MK|X3zn3suwiof3_HgK~QT 4NsrV'Pe63[Ӻ(;|Lb?]NKFZTkJO A 3'W@|Fz%`;j\]Pshn\{sWϜJ kSbT/BZS`v>} s=m>,CzHUJ|\Ͽm B)=AZPQkI]QUU:5i5k%F9)}<}-D쭸_=τ4 =mi;ͬB}"pޔ"%6B-Mğe8gE83&U=0w sRz}pDZYxx9  hUv{S+A#hUU闂(s3?VEg9@%~usgl"}`w `Ly,gW㖒͌;iNQSkA@|`2+ 4A:!_pwҝHNH* `K4K {=J,t[\MRߥtܟ%cm&FW*W~Yd!eeY拡|fw˾ܲӣOS0vlYS y,fdUzɽr Ĵ\ r8+&dsu}aTS&e`0VA#iRډF0(ӚNP4k 1L vٞr&/SmhiĶaP`̪{wk2B@B y/:J@#3`j- JB(HvJ&- RO c\-:>9U@e-Y @)}=IR|dW+2Kl ,Izf2ҮW7ʷqWq\;L֠TSAP7cvxw^Sx<guI21L5Ԇ'q㧡]: h8 !*Ejg(ÌBoq䵿@hC^Wֻ}jbl؟Q }5K TA]\ Bw3nL}.mՌ}yWCvF`  i,!܇:/#p(z #B綶k=+[ՔsӪ^%Yۋ?] 2߽q5J=pؖ$ŧ9^8Y[>Xcґ2d"uVjXc$c ߈i4nŽ e^ -Ġng/]r Ia4k[7zMmJMxa1ؙݨ.Ēε:yo{N?koU% >7j](ڔAhDf)X24AP"d;٭!{5!}H{rUFc(2`Z>N|0M(̹ { E`0SKbC<#@k*LMOVF}Ӣ2JGđnUwt&&8{Cp-L"Ǫixۈ|8DHLDq_VP`P:}=bpug1.,H#:m} )UW*$`k ォb ;ma.e.tWX%ۄa{iE\=JnI ~Mrvr)/]唷 [{6hF ɘr@gqm? CNCط#6CduWcbaר==X35GsKj&(>EdzپBѨ\boہX*%d@4pr4R?BuT(ӺnbS_Fq$9gj{xY)ƻ8ƒ*quAлsa]H88d5o+*2 X9Sh=ʀh3p'μpr>qbF3qnr$inx]L1v]Kb6vETN!&P֥Y 6o w>W:G,yz)etQ6c'YC$=azUyІ=HN0oH4ぼx1$\)f,Y{I,3 ^}RnWįǐ/ow +`)DT#|61I~:ZΑUM=FbCc70lV72!y_|BϤV UZ]y/B<<-Z :m{bN_O}b>7$:ugꂢgJ2o1W+0/h4-:Zpa"?;4%-Z__o׬G =F_yEݺ)ਉgL{w;R AcY.=R=mTï$.uR Z"EJWWXf>~uȄ+|$"d\s$Ѝ|Y;`c& P&Jғ/f[YVTyo>Eax|F)ƒd'ů$տ-Ő7Їc#sG/\Q| e?rъi#?P2 ]ð4} -KY CGo'_ FA6GeWamT $5Q:ګ0Q-f3=2_ / b}g* (ՋI8nMsçN"2TX! .ȺȌu첟T[P+ZYݍL f&Ymq!h q΢S1jVuи"m4vZ:mw9.lN%.S*ph>SK8S0(USY,)^nJs_ ELmШAYz#w `vXg~JEĈ#J[>U;RYVvZR֥UɉjNBR-*¦UW8Ghztn@Qn?y+>pflșL_\l3f[T"_a挊>%S]kyzXP(>E!WtGbص7paqR^̤q!ElVplGja.iZLA4x?|֗3M;hb刋Bn-߹KkZ݊p`~bq.ƸI 94:y(:<ӝ1!\vh1 B?JNrS h"XH7>?hfo+J*&Tj mX,0Ykο^ 8vN:-*1| GQ{*pV\ݫ8ۇh0ħef9wJޝU {J[`(]rG#Ay\,ΰdtp$mPj*lg}[ð>\\k@+OoeuJowwq-9ak6H!X:"(h>{}9OizΖ89\˧,UaY.ٵ@6F|'cJ_r4o)V|JֱӠpRT#M4CD꼅"KJ^5q SGAoIO$lux# c ,Ob ssǚg:Vc ⋕DlL,9[..J,M<S+%w$rGn/IadS@\v("ǬOUs6 xڤ*G Mvf>!RWYsvj'[>S(p(>0&30fy7ShC5fO+qx9݁iƆ䝁g,Տ;x 72wO!$ 8 "I%ct:x [etPW wE(؀d|3ݸ2ȡmQMn×G6,F2{ޞb$$Xoտ "C}ϼ9Wv &.Ʋ:Ԅ2}K)f`鳥 Í\i"j8`SQpOLO/ԕw9dÛOԄwp bG'T@:-S m3PʄQń=ߢ4}2'渲(oNbo=4P]1Yg3f ȋJĻGHg[N{JQxwKdU}=^O.imiVT5 ibRן4.+Ή]u\Cp|a5X#K2&љ4bE:|B7V d >7iVR (y .5OXMWwHa'둭U/G(Et&E+5 ">` H > %L{]lQLnJ-S4f$IIeۊf{@ mÚlGSJrqzqbjKQ=,L@$ z&BcH_f J^~',7"5:Y0إviC D)Źa-C[*z6m d. iXW{4~Rt}$4zҮϺ;nFk^_ݵJs:x[#!wNBE!6Du"OȦQm;>u` d2BIb]X:q5'.%ګȋSv*M$≹zRe3{rCN°KS!NɶL't@U8R n\79w[} [i |7 1$[ʁ|߳^(P wm>m^mXX v3Iq&txbT~Gй,Ȳqq]qv 3ԾG*R-,xS"<2pWJ(>Q]h 4՛)Gm䨡؃x~1H߅^Q/ԁh)(܏Veܲ"uӣ.fs&5vW*!K2V ̱Y\gLl.z}u1QFfUX{_Aڭ3P:O #辛ce/!&HGo}B5Hg"LX1jכdi,'Ba]tL$LSbӪOڠ>-4T9&'|`2*-bPJ 2aUX႗vC'y*ypïA# "(H}nMrS]߾DwyYD;H`2z9Ԏ6[r% +Ӳy/:>ߪ3^.1!ـ-{ӑ>3W |ǺǝV_΅[y `Yg(DWimU1IGM {fAK423ǰxLI.* u]v@ǧVx\0%]<N%S +NVb,¯p{k@JKm*5Khȓs e}]%]h`ϑ!ZRdRTWlCz$~F "IH`w܎6]tO4ne7Јǖ pp +LlmOM+Ur]Co)*YE uqy7Da[yk GNpP~.y8ՎtYj{1AUp~Sn?T [LQ' AqGVi$v`v%){Y_Jl$Ujr,P1?ʽYQP;e<6 cp0 9':mfD2+qj))'\KȞr<tTbn7(V[zJiWB#Dx",ht ,+c9GO +V Qc78fa?k,ē3ʹ\PgX>Bg7HԓS5OzQ(+"#(HFfm.>́4P34yU 3F80gp dL9@Sdx,?Q==uJ0-( }Ƃ9v~Ti8 ]IX_Y(DJJDwUKn{" EI{oۓ_= N/ c`nݾčmٕg'\bp*܈)0$:rO'*e:o>q@ )nMM27@ipFjÜ "qr+Fdl42_ȮN(k\-VXXeރ36;'e 5Wsd|%;U%Ҥo%_T.>ݯ~7E )(v ^@.[q,\RAsḌO6vyF}i ]̒qt/tG䴪ϔ-j h7C߮`e!4+,#g1YCs<&cyi dc>N+=iw]GϨ;|<޹`YA < Dq T% 5aq9v־3dՄIɲȣp58ZzpF`|;zGțUQxRKyE߆a nEOL^;`qN\vb\|5Nz=`Wb>Zv )GpWCF@,Rtj(e{rL q}a!QMFA<ۙ”eψYx5yŗhNrht0wCǼ=VOw~ɫ] #~5>c%$KӠYa(x%MSڕ՘|8M~YaQ|»)/L_=OJE-O+MqBJ_,#%s\L&[`ڑc$oh#nϤ0j_+=\/Řyq'ň1Vi"sEڽRs U2 >X0cjqCAjt]⡗j`w-] fWWCI%_07e|p#peCRe2W8A]ZY!Ʈ~r"rX:CNZGѿA^_: B8MB rGMM]$p5 D7/ r}So/+l>݁T'cX;oʭ$~{{+Z7B᧖(Ektoh89a&tK_YIC_i"YRUrO~nHrT \'c_ɟJ@Эg'h`6r|H%P>:d[]O8J  K*D'%v6m 4tUUIbFEIT=An&Ǭ{}?3g\~ZY:;3ǒMe oXƶEBxwiJDK=OZŒ% ~,MSym%Y`Bęۯq7וQpwWi?gbݲ#:L_s!%fwQxnmu߯쒗n E$92o`=L7()qhge@u417D9P-!Od5Do;nGFIR8f֠1{P G&LHFJ@Vvv]^0/`םIȨm}{bTM _.@zP,r/K]{riH/8b fUoEJ``B&rA!=/$,g.裃C{\8b4 )J|ġ^%*Nb 7v g^͓?dy`[XQl<򎫕ɦ`je nZ_ 9 &{4O;*өt(A6CrU0d"_^F1#e7M Oyd|=\=<#+]߿ߌ͢1љ,+Jˠ|m~}k6%9*BdD ZuC Dc=l` 0r=/#850F3t%9x$_vdIW)N(\M+sʚ_;;a~|c3KXܺwM,:eTk*#Y{AtCQd4.XSHݸ8Eb.Y#ɻ0rggMC˜.|r mEnΥA3#S5k _8=[lOT GJݵinh4Hk Ex=ow(j03+p)#^==ޫJBDWi^/":U` o).b' ŠSS\ OZ5$]'r$vOWgG׸I!1gCHF̕--F$-y9deUFG=։^kRCD3Nqe㦮l-?{L_BҘwZg>$SgϙKl Eta[hdag{ģ< 8I!, ;!U\2u7?t42?|((b{|dٱǼfbp͟)!A/{[ )Ge%ߌ);V+l)l| #25N&Y%~1!R D 4~g)%@9oXg!;<>He6 t ;LlRT E1ο" 8Z}d 3CY2Zi ?$]/>MJf<1@ztIIjl˝le}dòg;man{Ԅb[QnAuX w(|ޡnCjr ?3xϻ4cktqJwDΏiJ=TV*8bELqQ0y -+<_ Y}>`CdL!9z{-W2)?*>׽g_PҽDdjtk%4ӳB緦j$s,8W%~lK9 scZ$6*1x!!UfX/Rjzawerzi_$vCoFNJyxw &hZc,"+t*m#؋e`{6B r|&e{Sq.>m0]C9V&ҿ3iC4^T&Hj*nejƼxmZ~՟\n=We\@py$Pۻ}hNwJL|!lⱞ=w$y5V= 9/EgY(#O1S=Ӽ"y\| 'kMA+žJ4mRZ퓶ҼEZ;?L.Xۀ "˻y Gn串'1 [58in] (^j%:2n E%Ȕ-Dv5UjQ .r>?13^.Dpt&qDˈ7Ô}qЭ%}rܾLQzl@g!ɼmDlb_‘-~~/Gǖ0w G5kO7}0,-Nj;*H(tbKr`Ji{Kh}jF*v(C;Ṭ=}0⬊Lq:MiaT`:aV[el?+At/K<ЇQYS)ڀpgljѬ ADŧ~ecs+Rnt@{jNJ Y2 3Z#.!(=0dRBmL(_~},4Nr+b6o+^vE om_PyI9jO 0xmbK_V T~ rU19qۤollz/օxN/PJK1-8#u Hŕc5 B^(lC䉜EnƢME\Wq\Z#-O utU{gKۂ8,L;UyS oA0 T;#jx>߲+򆏦]i lVVhSsQNl=Zx:P( N Ȱ/]u*@!h[eRÅv#v.^ݸkTf`[j:/MʶLij%@Дy'Ҁ@oa-DE ˑҡ9#|#dLcBqIb5yŰ`8##jH˵jηE]'Y9ڐ:-t\6H10OaPɢNv\؂ikmrj2"I&瀺SK&_ W{(kcC[RDa32A$Nq?>Dk;{W[*z|LKYcM3dcУŵwl.\oLRzޙ-#hNꀍ0;r@o]6F*V_ \w S-l2L\c~JRKZ>; ɹ޻<GO籃! v#>v#3=2%쇠Z14GJ.\+!b>iCӂذ,zwZa 7S#a qEcE7e$"OAq}sǘE 77+كneXǃ(Tu5݅[ZeOr\|Tbv⁦ Qr A]o^ h(fV 9ϔ tF| #p,i_&a5/M#Ә7x!qN)^i H$bSB|ǯ3d (^ =fe@ݝʌgh+֛S,?qR3Q),`^$d80iqχ"}9ۢ֘l0큓 tz[ TǗ! O+XjTN dk)ct>v.*BPٖ*(7>C~x%Wf qMVKM*W'nA%1-(]mRvz,i" <3e '/Κ9C`کdhy8io7=g0 %[E?,xQyc5oԭ|jiՊf2el㢑ki8i(CA;_H 9b{4Ql;8U 2ClaVYL~rBh'yđ6`/E4#t߯eXD:zrp fڅfg盯po f8t$.N#p<5?h&bw(K@eI/gu7K!m)6,5""`m6+@\Lo4@M_^ȁIL:7=#cmfz&6 q*QƓa7 5Ye)Hi.s~Qi"\g{@%Qe`I_[z=WA/3sx(Xc2ACfvw0R,éƴ8= 65DQ*?U7LN?J g?R91Pf߅U0z5sMȘ2Ǯ[m1dKc M1s?:ڞ&iu%:otx~K@>제a[Û90+ ee)wk.K׉haVB^Ƚ`9%e"dOmKU͹Y|kfꖃ9 "' *)Wlg \4-r ׿(&M9_O."Qp./ L5=ۥ"1`@sI\_x+KʹKY.L;^n Jf6 %6/>/OnٛhҾ&vpvã;~7.<'y#o*wxgeЖdmT^cx{0${8cfWU;>`/jLAw]29*a니< =?,DNd?!}G߈gƎ ŭ&$>4f'@΅Y8)#US u #i^8t|pi( c<\?\tT/s2_pn_x|PVQ95s.kvI3Dixa~:(=?h0)kSdWUihߊ ֨.@wſk hX`*|P^$JA5Moc@|:cQ)6v_OͦĿd_"nu֔)OhƚN#F|erK,c/[ C J ;.]G[0wj'sFo0>$8Ph臿쫭%RLba. e~0őzVdHj516NܽǠpooۮ bWOa+)ZP g8Uy5/tZ1ժJ&V1A x{d&鹅mԂjTX>g"ltsuVݥ̻ !%6$t)UWnr14S[pJl_BR.Ҩ9F MVM&4>?qaıa1愤GJ@lC73o#hyElI~ lT,-σ@[%iaɿ 2akz'%KBjGqN,o3i=69A"̳և20<ׄ‡&l'"{(|ǶƦu3w&:M:7 2{?Z}JT0PЦQ>bS}d.u/n)[(Wj3tg9լ 'p u bs\E}dt97GlROǿ3'³E-ٶlJ!kY'cCU)[1=/Sep0>GC~CJB= {U.'Z֩nEZTk|ϪP6 BӚoգ|V)/oZCӯ'5jrURbUD~^:L,^wԲ1[SF*"p4l [tNGzo' `O_iuObҞtwa`W@1 q_trR7ێ;4A@'$w$%#pp$S^`=LRC#aХ65DԖ|aRC8TCs>Vjϲ3IRoq|C0-op {GWSty>'_=lv3V:0 >j iH?6DĂ/D/00 ;e2-S)KH9D[[zȝpP^whs+iI9 ؾ0}*\H:GQӱ'N?YdeaE#+أ656RSp0Yj*y8We%7Om - UfwȘ fσA @X?X3 >~X NjχuigmR ?t! !OR9#x@5D9;Ccpa}B|CePnRw<-mkS2ݥc) C[|:QDJP@L|V ոQSĨM RI MA?UG`>{1E~GwZ=kOo_NW0MgEFg>BS99Zup0fMy]L_F۳ 5c ckiF N@,ᕄlX{iD$ >헝塹 #suɕ5u4q1:^ҖQB6Mm^m&p8.8Ru XLHJC+&,[;xZG\L5KQIYa]Z8iuXK/agV߳1f[E#U:+{7ni Oxvf. Jc6- }1i72 |QfձI%u͓(|o޽I%7KwK@ke _~5a˩8r7Soݿ 룆G@ *=]@Y|&U$4TD[(l&*$E=jjSzuMػ1bI}ވJrz3M#LzZP/n\j^ mF|*@ \1AV%vo6>%rhbumY9 urY 9)SYwe(xE$W[pd/4~Mx6Cz$I@%`qaQ]Q=λcI f9z!OP+_w4CVRλbg\κcӰ̤v y'Yn=et+bs 7nmB;Eͷ+fӌE_ka8fqkT[F#4!mK\ISd{Y;(6oKU r+* "DVȠ bDȒZM:EPJvB0MSR1!H [5ןcۮ+Ab.[ƛ/w[&ȥy]@0#[VX|'HߗiKpc#xE0Gb+rqNAy:NYTFNEi-{-Aq^zg-DA6-*a}ZWh92~#Et?O.ՖΆ%{BՌgàsZ. Y <Ź~q3fivCdJ /Hmy«>kL4 ;>we-sTwAńsGrg;WcZ4r蜗`Wjuq($oJF4Lzl],9w[=OuZ31QVMuDaLPﱩfɩ+zms{BM7)ʥ"Cv,^Yi(V '4]}ڮoR!Yj"Jd}jG{[HYמG $U=K +_$=yR9oFuJo`k+}wsJsWdFWl7 %ȣ5dW >DQd d0S{,AnPݙͻjs|Mµ` 0vicZ;g" @46#Я*z/#٣RpMa`Զ.:<;ۙS;OS<=K?vuë( 汸ߡ_(PvZkPf᪹4) a[㆔qsTBQxzf\t/|6LHpb;KivkPQJ;,cVOϩ@ $Q=d ӄ=K+UL>.dL9Mj={\EOS|3u}Ouh .(56 r, WE4{UJ:Avnk]wtB3*-H0}SQ>V%8p۰Rv"B0I:FPfgg#bv_p_kwɝ]47J*:eV". fy۱0Ψ p8^rpL<9!7+}\+|4;)r%(BtJ-F2 ^s X^w4`ί!IF6Z[FM֞hM?9Փʖ8&̴IH~W|ƙMZnZ mJpcꊴuRNz<%"P_"#LSRP\l=Z {VA_),Q Qʼ~N{4W H[Xz(%)!f?My FV+k?  ?.K<6Ѝm[?5b6n ?wa!b G@nsb<3c lJy^bk݆ÿdaN7U&D>=*9okrx1 ,j؍G)ra+迴x ƱwM޳xKFx3 6Hr;-$Uk%Ǯ)7η{=Rn!m.!1 P%?mɽǣ:%kFFvN|-<@bכ838ٓ`׳P&f?A;2q`br{{~w(/mΛC^h9nxј.揙{{EU  SFF2Dѡgf\vQO:E$_71->z"O`_- Ufcfh6n!vY&Se;"X ]`4"J y((MDgTV_2k]#/Ӣɲ8:< N49v~Poпd "FΡNtfQx3]Ք"^Kܶ VU8YBS6@]uL|)ٗj|ԍݮ6}$wqZIѻ&/H. B6P'JU3*z룊Y0=J}4Yhځ="FKS*`̿,jԛ8i((zL%c>1.*l\KUPŗ8JX : :O$>yʴ o }dEw3 &4DeX(g7z,h?ǎ8&`bZؽb(wT. WEnE9(-GT0Q@X2({cD{I3֪M{\ ̧_i&)J(CaŻQz}9I3'Nq/Lha$wR՗rdϥE_3;4Ԑ{Ɂ]6P_=N‰q5@J1/"]QˋgrݰۛlWѬ!/SSTniYK*6TF$B^\gK ]Qs;G2[AbՄ5ZF(+-+Ybl;K63~%{,[?(>(ݞ [.JJfvP'px*lsR6(yZ$(aTYś`ϔ$8n\`#>2{}o/5Udrzy)j"̿s1?.u*o0vG%f4|y6xxkrl^gRa\+]k  A.+ُf4.YM v^j@KFŸ玀Kn?=i>HR$iフqhZ}G!֤=(&~p5$6aA8"DdS& sӯ{^Che5>l`5!0ӐRKtF 6 U |E#ꃷ>cVW1Yߟ4WȓؼM0NHVb_Du]3PC= 綇z)ǭl85;z^m#ĬIծ|p^pgHDr;f7wyt>NqQ5k1*. dnh6 _[$+E\y Kg/^©^㉆E"ub!Ɣ7iNP&xQ]^HbTTՇI6ȈDԦJxNp2jb O^xv:ĝ_:͔R) >p)7#Y& u{Z1_b^z[&K~"tJZzLΊDSRW$$-˫iFtlюc+ _F@b3)쑂p5T\!;'=C:{qc27 Kژkr*#͖3ㇷ/ qf2>?~X] eHRUSCq;-A:)wgDWkBXLMY^9~> R@=wk!U! o"D/!"bP90:qKup?j߽I/ d%'.,9^&":oWXf@)_PH8B[6۝3\ RY*Ԗ`ƃeX#9ViIze,$g1=Jy5on'1ܤf}`IDXiZ'T. 3/Y.e3X PZ/4YE2R57؄]gn´`mk8d2+rᇆV1fͰHa9l,;:h D>:O9aycfpwi,J%K@cѣ&5ߙ\ [/oS;3j- fg2r8CyDBhp? 3zWu28Po̖4$Clu]ޭ=_ e'<}Y<`(|k )ۆgɒ GSfHU\Vm΢|%;WJ5$>)'Ss`d#|kΉYt }T+"*7Q*7{Y C ϥi)aEY.` ~m=볋jYEF)}Bk(Ϯdxc-Fq}Q(س`p4ee(8Jg%o֗š {R\[z;r1̓ uF&΁l X`~Z1I;j!S @X1IEdHժ>L GYv8U( 讵鳍'D_|9+QLJ ԚKLo @O("L0 |j9>Ӡ f%՝)~I 'Y(xט|}QbFq=f;.xgZ ϣ> D'.3Q[Bg <+IM}71g= WsS&G0sJ(-2P?'ozagJb>MÁ2Ƌe[lY Gq}{|KO~rY#(.B~&)Z׋;^`#5>lnE }=.,[2s@ @KRQm}ba JPz"'ʁtO^!\GI1qTOی'7+Zq&wM`0+:ˀ P:æN0H%#ʾRߤNNcE-nIE%PRA)PrS4I%h0kIiZ O OUןȾu S*VL w A1_= C3=iR3T=*? ?ÁIN~cv|:9:[t9hCc2W۳>w)B"glt_oIG )<4mc?p52;MB?fnM .>@w <ߕF⿽;gje@ۖ6~$mVJ.[_r~c AtJsxϧN$uQi*QT(Q“+!Lz%:Qjt ?3QHeʝd]Wk4:slƈ-HT8l ¿uW#lC=w9'8]j*i7Xj~i\hG.|tȸyʹXrY;[ˑ+)$ob/SwSۀ]WaRIBx)vnλU8t$a]Н jSB},!CU*=8{/H#)cjPIhr2f)ݦ3@:'$MtjDN47Ơ/Ԉ:ihHQk}"mgUSǞN团 b Q X yZ {11)϶V5&gE~SQ a 壖o&λ0UIDƒ3loXu-E3|aBҪ{kmeu0|W{l<jU`A(r:@ў J셬F㡒~ݽTp I4 +r.~Ø=`7_Jdf X:7874'gqxt< A%ƊXPVػzYxQ%gwھG6 iqͱ|zpXHbE;wd3yW-]s REi,3GB%6]Oj+tNWJnUu8yyf̊A+k~{͒ޫm%TDk[FAԗ/ UaXSZ2Ɛ|zn9)1uf% H߿Չ~]Jj 뉹w00';-Lϱ$GgWBD?\@ &uK4`{ j HB!DZhyپn OB3mP"O|ƽDΤs>#| JC&QmȂp-:.ET]IAkFDxd NJ}pOUZձU8G1-X=@#-}uZ^t>7[7џeKqHaVsT+mٷ ߎr& |caى}*vߚPՔ|7w.i*Ͱ}O85,s6,p%↵D׬S <+w= &%k.]ΦeY#Lj:2[ u2ZX,\ 7/zd (&IO"3D68P|CuDeU*ę нﻎ 5rk bhFOP]1$ݐ.̎tSQeh7d) xwluTI̿~~bSgV !RgukEPXMMbjWfz".?N9dX $ҺsO[*T L#>iD9KNO$ [I'/bڭ/SGPAr^[ ?WB yhwTrUKBMr@*9z3\ʈ_뮊3_ѻn {G%@\s9ixt:\L4_֟ %PI( !m}ܧ!IW`Ǎg()3 'oONς+Z?ߢ k7ц'+,w#GX"X3K0A[(`P1"BLR3B]N 9**SZr@7JLTǠ ~d.`z 7\t F%A_QiM\y 0xK\ `%H!W|jBJ@шܛ?оUw/S4Y5 E Vʿn;j̑}aOB6[{IvX2hVf~ 5,F,_{z)^>gcD]=]t}k_Ъ;=ltuh|ioV\bc/!M3UhxMQX3 0RsK3j}R [CY<,j?h\P;]`Qݣm"wWs4g8)=1 Ind,yᆛLkSpEpr`i=5 3Yr^Rm]tHY^k_Vl3*s~<7DlلEp뱿vUc%Gӡ7. T etm:J{ɖFp'>y.eLFOD(xElRHb4-"QsxGDouEc){;*zA! LX7pUszLp".3bR=[>s~)N3عzn>ᡘ܂z!I(t~):Vz 9)5pbN+Sh-zϘM4,ݼ}<Ëūs0#fNx+`f ܗ$ p/tCorwȈO.C]$Ʋ |їb/٭A-H~P*>Y6t*ʔ]#~zSwYYACs#FNO|@g\ ̗z/m_ٳ惆G{qL;FS>:D*Bzw@I1+p&&#$e!~o<+(z"i*Xt JX\.os]7bٜ.kHѱ;uZؤB9]&t9i產ein-YFm(KIl7U۸vGqmPcnDgK+wP\RM ':CK>l,h/Jwu \H7 ~v$- HZ[[瑨HQG0Lprk<p= cˢӗ C,0{#ײ6ռnO`vx)*OD W^7~\ԎmE!xjJHJ˞]:[F pYT/?O}7Of^`GRow:clIHkZi.Sd'{~ĺZ0pP(Ub`"}c!Z_pQBUtMԥZq 7~mǾ6|[(VxYRA`(&#a,L{I^2j.e cU[wYCd1G,p5^d>/jk*jmErxQ(ڳɑ{. NX`SeěcajX"~q1ϸ^HLuwc|&PrwhOlb2lQoW5ud1|fY9ݙZ^<,yw*L*TSp3>ps?-5ԙ[w]rds۩|F{σ3:#H=] tϋ߀qi2qtq5KPˉiؕͰ)ݍ2xK 0Ap/UXXkTHXJx1eW;5mT2l+7?(i a b?wgT2O5HGϑF$ϹY "*ݚs_z%r79%_O*2RkL8.ttZi)7/wm 5'Q߲ܻ~3_:9Jd:i&>լaQ1adeYAs6k)C6Ċ !h*BuIe d8cjpH6pw[ fD:QÌ`qꌭ؊tf U K.0Vc|fLЍ¿@N0hBs"CT)-_=eUQ1 /Ps喋 `t{Na:ߠYr3|v3m~o._Agі˾GEt X9<7׿M i3|a-|TϙoV *I,'=}P?ԌXю-,i%{^ܼwpDDn-V .#