vamp-plugin-sdk-2.10.0/.hg_archival.txt0000644000000000000000000000027513660464475016047 0ustar 00000000000000repo: 6479539d1b32056cb2477596121ab072e31e5b42 node: 0e32c328b02afefa1e962a05b087de0cc410ec14 branch: default latesttag: vamp-plugin-sdk-v2.10 latesttagdistance: 1 changessincelatesttag: 1 vamp-plugin-sdk-2.10.0/.appveyor.yml0000644000000000000000000000104113660464475015417 0ustar 00000000000000 configuration: - Release platform: - Win32 - x64 install: - cinst wget --version 1.20 - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe - ps: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart - ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart build_script: - msbuild build\VampSDK.sln - msbuild build\VampHostSDK.sln vamp-plugin-sdk-2.10.0/.hgignore0000644000000000000000000000061413660464475014561 0ustar 00000000000000syntax: glob doc/ *.o autom4te* *.m4 *.a *.so *.orig *~ host/vamp-simple-host rdf/generator/vamp-rdf-template-generator config.log config.status Makefile *.dll *.exe re:^build/Debug/ re:^build/Release/ *.zip build/UpgradeLog* *.suo *.user *.sdf *.filters re:^build/_UpgradeReport_Files/ *.ipch *.opensdf re:^build/x64/Debug/ re:^build/x64/Release/ test/obtained test/failures *.VC.db *.VC.opendb vamp-plugin-sdk-2.10.0/.hgtags0000644000000000000000000000430713660464475014237 0ustar 00000000000000003147fdf42c0688992e9e07bfd3ca7e6d1ace10 vamp-plugin-sdk-v2.2 036db77506f732caf1d058b5f61f89cb7c69b177 vamp-plugin-sdk-v1.1b 120f8888034735fc9ba91a073ca9e63467c5c8ae vamp-plugin-sdk-v1.3 1da43924fa143ba841d37a435c9185b9dbc2976a vamp-plugin-sdk-v1.2 2403ae53b8a54ca15993502ceae0649514a48821 vamp-plugin-sdk-v1.0pre1 4412c619b3739fb6567604fb56f0edd15c824627 vamp-plugin-sdk-v0.9rc2 6bf198e06d721fe081866ce07efbce4341a953c7 vamp-plugin-sdk-v1.1 7d678f889789e2244332acf1f23c94fc4b0ed685 vamp-plugin-sdk-v2.0pre1 9dc3a5e17600052d3e5e7c55e90b24b50727ce70 vamp-plugin-sdk-v2.0pre2 ba5f87117b676dd0897783b1cf2b2db933472f2c vamp-plugin-sdk-v1.1pre1 bb67b61458122dd202e8573ae34cb6ef171e1476 vamp-plugin-sdk-v2.1 ca1309b937b6b79bd07a53920e3309edf3ac2e04 vamp-plugin-sdk-v0.9rc1 ce61ad9b9159b00a8d7a3dd468c34ac2bf474328 1.0 de3e865f92c879fb8b247ab97e15f789a324170a vamp-plugin-sdk-v2.0 2351610cd3b0e8dfb762f94a9b264b61d82967bb vamp-plugin-sdk-v2.2.1 71b69f569f5204f8409ba0c735855a61eb6d0841 vamp-plugin-sdk-v2.3 71b69f569f5204f8409ba0c735855a61eb6d0841 vamp-plugin-sdk-v2.3 2c546a899eec72623c8f2333136f230f0302ca5f vamp-plugin-sdk-v2.3 2c546a899eec72623c8f2333136f230f0302ca5f vamp-plugin-sdk-v2.3 ef1dc9963638adc84bda46d4aa31b99f3229a892 vamp-plugin-sdk-v2.3 ef1dc9963638adc84bda46d4aa31b99f3229a892 vamp-plugin-sdk-v2.3 8cab5a0198d64ee606727e5f8a0683c44a55f432 vamp-plugin-sdk-v2.3 393885d7ea72d6678ea7973363cf38623fa829f5 vamp-plugin-sdk-v2.4 92b1fbb1cc878a60a3dfd4aa036e938767705b3a vamp-plugin-sdk-v2.5 b7268e8bd292718c809ee2c3963379e82c7e8a6f vamp-plugin-sdk-v2.6 b7268e8bd292718c809ee2c3963379e82c7e8a6f vamp-plugin-sdk-v2.6 32e38d394dc6ab3b81069f4092fb6a15087fed04 vamp-plugin-sdk-v2.6 32e38d394dc6ab3b81069f4092fb6a15087fed04 vamp-plugin-sdk-v2.6 5628c5ec4000b29160f5e7bb41c5fa92fb2183f6 vamp-plugin-sdk-v2.6 124752918a1b68b4de1294970b8d584a994da855 vamp-plugin-sdk-v2.7 25e023bad200ec8882d5ec331c9675f396d32841 vamp-plugin-sdk-v2.7.1 25e023bad200ec8882d5ec331c9675f396d32841 vamp-plugin-sdk-v2.7.1 2dbb3f920abc96cc198058cdf3db8bd0d51e381e vamp-plugin-sdk-v2.7.1 be688783aa371af5db90ef349458d272f98b93cf vamp-plugin-sdk-v2.8 a7e6d747fd3f13ba05ab6dd4a86776c6bfc1827c vamp-plugin-sdk-v2.9 fa74c473e48cbb6a6622cbe26fdbce5ea78a65af vamp-plugin-sdk-v2.10 vamp-plugin-sdk-2.10.0/.travis.yml0000644000000000000000000000071113660464475015065 0ustar 00000000000000dist: - trusty language: - cpp sudo: - false os: - linux - osx addons: apt: packages: - libsndfile-dev before_install: - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin ) - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi script: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx test ; else ./test/run-test-plugin-regression.sh ; fi vamp-plugin-sdk-2.10.0/CHANGELOG0000644000000000000000000001773413660464475014203 0ustar 00000000000000 Version 2.10, 2020-05-18 (minor feature release) * Add a method to PluginWrapper, the host-side base for adapters like PluginInputDomainAdapter that modify the processing behaviour of a plugin, that tells it to "disown" the wrapped plugin. The former behaviour, and still the default, is for the wrapper to take ownership of the wrapped plugin. The alternative behaviour makes it easier to mix these classes with some modern C++ styles that use managed pointers Version 2.9, 2019-11-13 (maintenance release) * Fix non-thread-safe behaviour in PluginAdapter. Plugins built using the adapter classes in version 2.8 or earlier cannot safely be used simultaneously across threads with other instances of themselves or of other plugins in the same library (i.e. shared object). Hosts have been required to provide synchronisation for such cases. Version 2.9 introduces synchronisation in the plugin, making this usage safe. Unfortunately this does not make host code safe when using older plugin builds, as the problem and its fix are in the plugin side of the SDK. Caution is still required, but this fix does allow updated plugin builds to avoid problems with some existing hosts * Change required C++ language standard from C++98 to C++11. This is because of the use of std::mutex in the above fix Version 2.8, 2019-02-07 (maintenance and minor feature release) * When running in a 32-bit process within 64-bit Windows (WoW64), use the VAMP_PATH_32 environment variable instead of VAMP_PATH (hosts running in this context already use "Program Files (x86)" instead of Program Files) * Fix off-by-one rounding errors in frame-to-ns conversions. Unlike the other changes here which are invisible to plugin code, this change can lead to different results in the lowest significant figures from existing plugins if relinked against the newer code * Fix path environment variable character encoding handling on Windows * Fix theoretical possibility of integer overflow in RealTime constructor * Fix use of undefined behaviour in PluginRateExtractor Version 2.7.1, 2017-03-06 (maintenance release) * Fix inclusion mechanism for FFTs which could cause a host application to crash in certain circumstances due to conflicting versions of C-linkage symbols Version 2.7, 2017-02-24 (maintenance and minor feature release) * Add ability to PluginLoader to list plugins only in (or not in) certain library files * Fix fixed-sample-rate output timestamps in printout from the simple host, and add regression test script using test plugin * Switch the convenience FFT interface for plugin usage from the very slow reference implementation previously provided, to the somewhat faster KissFFT * Add a top-secret compiler flag to switch internal FFTs to single- precision only * Fix some small but long-standing memory leaks and minor bugs Version 2.6, 2015-06-16 (maintenance and minor feature release) * Add a simple C-linkage API for plugin library discovery and loading -- the missing part when trying to use Vamp plugins from C or a language with only C-linkage foreign-function interface * Fix bug in PluginBufferingAdapter reset() function, which failed to reset timestamp rewrites (symptom: timestamps appeared to continue to ascend from end point on next run after a reset) * Fix sometime 1-sample rounding error in PluginInputDomainAdapter * Update build files for more recent OS versions * Add -L option to simple host, as synonym for --list-full * Add a combined Visual C++ solution that includes the plugin SDK, host SDK, example plugins, and simple host projects Version 2.5, 2013-05-08 (maintenance release): * Fix incorrect handling of FixedSampleRate outputs in the PluginBufferingAdapter. Un-timestamped features on these outputs were incorrectly being timestamped from the process timestamp, where they should have been timed relative to the previous feature on the output according to the output's sample rate. * Fix return of uninitialised memory through getCurrentProgram when plugin specifies no programs * Ensure output sample rate is initialised (to 0) for variable-rate outputs where the plugin forgets to set a rate Version 2.4, 2012-07-12 (maintenance and minor feature release): * Provide a simple FFT implementation as a convenience for plugins * Add symbols to make the library versions discoverable by autoconf using C linkage * Fix failure to open plugins from Unicode builds on Windows (thanks RJ Ryan) * Fix thread-safety issue in PluginInputDomainAdapter * Add build for OS/X 10.7+/Xcode 4; remove build for OpenSolaris Version 2.3, 2011-09-28 (minor feature release): * Add window type property to PluginInputDomainAdapter * Permit vamp-simple-host to use streaming input with indeterminate length (thanks Dan Stowell) * Print label as well as values from vamp-simple-host (thanks Dan) Version 2.2.1, 2011-04-05 (maintenance release): * Minor build fixes for OS/X Version 2.2, 2010-08-26 (maintenance release): * Fixes to OS/X build procedures so as to build three-way universal binaries (PPC, i386, x86_64) by default. Forced upon us by OS/X 10.6 defaulting to 64-bit rather than 32-bit Version 2.1, 2009-09-22 (maintenance and minor feature release): * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering the ability to decide how data buffering and timestamping works for frequency-domain plugins (whose process timestamps have to be at the centre of each processing block rather than the start) * Make PluginBufferingAdapter take into account any timestamp shift introduced by a PluginInputDomainAdapter that it wraps * Fix crash in PluginAdapter when plugin library getDescriptor fails on plugin construction * Add plugin skeleton files as starting point for new developers Version 2.0, 2008-12-08 (major release): * Feature structure now has an optional duration (plugin API change) * Libraries reorganised into separate include and src directories for plugin and host SDKs; hosts should no longer include from vamp-sdk/ but always from vamp-hostsdk/ instead (host source compatibility change) * OutputDescriptor now declares whether its features will have duration * Vamp RDF ontology now included for providing online (out-of-plugin) descriptions of plugins; program to generate skeleton RDF for a plugin set is included, and RDF for example plugins provided * New PluginSummarisingAdapter providing averages, min/max, count etc of returned features on request * New example plugins: Fixed Tempo Estimator and Power Spectrum * Command-line host now has a complete listing option, to print out all data reported by plugins * More complete Visual Studio project support Version 1.3, 2008-07-09 (maintenance release): * PluginBufferingAdapter has several important fixes to bugs that could cause incorrect timings or output descriptors to be returned * Conversion between real-time and frames has been improved to avoid rounding error in round-trip calculations * Plugin lookup no longer relies on non-portable DT_REG * The SDK now compiles with gcc 4.3 Version 1.2, 2008-02-28 (feature release): * New PluginBufferingAdapter, which hosts may use to avoid having to negotiate the plugin's preferred input step and block sizes Version 1.1, 2007-08-24 (feature release): * New Vamp::HostExt namespace * PluginLoader class, which handles enumeration, loading and category management for plugins on the local system * PluginInputDomainAdapter, which provides the capability for a host to support frequency-domain plugins without needing to worry about domain conversion * PluginChannelAdapter, which transparently deals with plugins that expect different numbers of audio channels from the number available * Minor beauty-and-truth updates and documentation fixes Version 1.0, 2007-03-21: * First official release vamp-plugin-sdk-2.10.0/COPYING0000644000000000000000000000612113660464475014010 0ustar 00000000000000 Vamp Plugin SDK Copyright (c) 2005-2006 Chris Cannam Copyright (c) 2006-2017 Queen Mary, University of London Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. The KissFFT code in src/vamp-sdk/ext is distributed under the following licence: Copyright (c) 2003-2010 Mark Borgerding All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vamp-plugin-sdk-2.10.0/INSTALL0000644000000000000000000000057513660464475014015 0ustar 00000000000000 Compiling and Installing the SDK and Examples ============================================= * Windows with Visual C++: Please read build/README.msvc * Mac OS/X: Please read build/README.osx * Linux: Please read build/README.linux * Windows cross-compiling from Linux: Try build/Makefile.mingw32 See the README file in this directory for more information about this SDK. vamp-plugin-sdk-2.10.0/Makefile.in0000644000000000000000000004354113660464475015031 0ustar 00000000000000 # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. APIDIR = vamp SDKDIR = vamp-sdk HOSTSDKDIR = vamp-hostsdk SRCDIR = src SDKSRCDIR = src/vamp-sdk HOSTSDKSRCDIR = src/vamp-hostsdk EXAMPLEDIR = examples HOSTDIR = host PCDIR = pkgconfig LADIR = build RDFGENDIR = rdf/generator ### ### Start of user-serviceable parts ### # Default build target (or use "make " to select one). # Targets are: # all -- build everything # sdk -- build all the Vamp SDK libraries for plugins and hosts # sdkstatic -- build only the static versions of the SDK libraries # plugins -- build the example plugins (and the SDK if required) # host -- build the simple Vamp plugin host (and the SDK if required) # rdfgen -- build the RDF template generator (and the SDK if required) # test -- build the host and example plugins, and run a quick test # clean -- remove binary targets # distclean -- remove all targets # default: @TARGETS@ # Compile flags # CC = @CC@ CXX = @CXX@ CFLAGS = @CFLAGS@ CXXFLAGS = -std=c++11 -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ # ar, ranlib # AR = ar RANLIB = ranlib # Libraries required for the plugins. # PLUGIN_LIBS = ./libvamp-sdk.a # File extension for a dynamically loadable object # PLUGIN_EXT = .so #PLUGIN_EXT = .dll #PLUGIN_EXT = .dylib # Libraries required for the host. # HOST_LIBS = ./libvamp-hostsdk.a @SNDFILE_LIBS@ @LIBS@ # Libraries required for the RDF template generator. # RDFGEN_LIBS = ./libvamp-hostsdk.a @LIBS@ # Locations for "make install". This will need quite a bit of # editing for non-Linux platforms. Of course you don't necessarily # have to use "make install". # INSTALL_PREFIX = @prefix@ INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk INSTALL_HOSTSDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-hostsdk INSTALL_SDK_LIBS = $(INSTALL_PREFIX)/lib INSTALL_PLUGINS = $(INSTALL_PREFIX)/lib/vamp INSTALL_BINARIES = $(INSTALL_PREFIX)/bin INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.10.0 INSTALL_SDK_LINK_ABI = libvamp-sdk.so.2 INSTALL_SDK_LINK_DEV = libvamp-sdk.so INSTALL_SDK_STATIC = libvamp-sdk.a INSTALL_SDK_LA = libvamp-sdk.la INSTALL_HOSTSDK_LIBNAME = libvamp-hostsdk.so.3.10.0 INSTALL_HOSTSDK_LINK_ABI = libvamp-hostsdk.so.3 INSTALL_HOSTSDK_LINK_DEV = libvamp-hostsdk.so INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig # Flags required to tell the compiler to create a dynamically loadable object # DYNAMIC_LDFLAGS = -static-libgcc -shared -Wl,-Bsymbolic SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LINK_ABI) HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_HOSTSDK_LINK_ABI) # Additional flags for making a plugin. This version script tells the # GNU linker to make all symbols in the library hidden except for the # public entry point. It's not essential, but makes a tidier library. PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,--version-script=build/vamp-plugin.map # Adapt install details when found to be running on OSX (thanks to David O) uname_S = $(shell uname -s) ifeq ($(uname_S),Darwin) DYNAMIC_LDFLAGS = -dynamiclib SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -exported_symbols_list build/vamp-plugin.list INSTALL_HOSTSDK_LIBNAME = libvamp-hostsdk.3.10.0.dylib INSTALL_HOSTSDK_LINK_ABI = libvamp-hostsdk.3.dylib # The OS X linker doesn't allow you to request static linkage when # linking by library search path, if the same library name is found in # both static and dynamic versions. So if we install both static and # dynamic, the static library will never be used. That's OK for the # host SDK, but we do want plugins to get static linkage of the plugin # SDK. So install the dynamic version under a different name. INSTALL_SDK_LIBNAME = libvamp-sdk-dynamic.2.10.0.dylib INSTALL_SDK_LINK_ABI = libvamp-sdk-dynamic.2.dylib endif ### End of user-serviceable parts API_HEADERS = \ $(APIDIR)/vamp.h SDK_HEADERS = \ $(SDKDIR)/Plugin.h \ $(SDKDIR)/PluginAdapter.h \ $(SDKDIR)/PluginBase.h \ $(SDKDIR)/RealTime.h \ $(SDKDIR)/FFT.h \ $(SDKDIR)/plugguard.h \ $(SDKDIR)/vamp-sdk.h HOSTSDK_HEADERS = \ $(HOSTSDKDIR)/Plugin.h \ $(HOSTSDKDIR)/PluginBase.h \ $(HOSTSDKDIR)/PluginHostAdapter.h \ $(HOSTSDKDIR)/PluginBufferingAdapter.h \ $(HOSTSDKDIR)/PluginChannelAdapter.h \ $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ $(HOSTSDKDIR)/PluginLoader.h \ $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ $(HOSTSDKDIR)/PluginWrapper.h \ $(HOSTSDKDIR)/RealTime.h \ $(HOSTSDKDIR)/hostguard.h \ $(HOSTSDKDIR)/host-c.h \ $(HOSTSDKDIR)/vamp-hostsdk.h SDK_OBJECTS = \ $(SDKSRCDIR)/PluginAdapter.o \ $(SDKSRCDIR)/RealTime.o \ $(SDKSRCDIR)/FFT.o \ $(SDKSRCDIR)/acsymbols.o HOSTSDK_OBJECTS = \ $(HOSTSDKSRCDIR)/Files.o \ $(HOSTSDKSRCDIR)/PluginHostAdapter.o \ $(HOSTSDKSRCDIR)/RealTime.o \ $(HOSTSDKSRCDIR)/PluginBufferingAdapter.o \ $(HOSTSDKSRCDIR)/PluginChannelAdapter.o \ $(HOSTSDKSRCDIR)/PluginInputDomainAdapter.o \ $(HOSTSDKSRCDIR)/PluginLoader.o \ $(HOSTSDKSRCDIR)/PluginSummarisingAdapter.o \ $(HOSTSDKSRCDIR)/PluginWrapper.o \ $(HOSTSDKSRCDIR)/host-c.o \ $(HOSTSDKSRCDIR)/acsymbols.o SDK_STATIC = \ ./libvamp-sdk.a HOSTSDK_STATIC = \ ./libvamp-hostsdk.a SDK_DYNAMIC = \ ./libvamp-sdk$(PLUGIN_EXT) HOSTSDK_DYNAMIC = \ ./libvamp-hostsdk$(PLUGIN_EXT) SDK_LA = \ $(LADIR)/libvamp-sdk.la HOSTSDK_LA = \ $(LADIR)/libvamp-hostsdk.la PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PowerSpectrum.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ $(EXAMPLEDIR)/FixedTempoEstimator.h \ $(EXAMPLEDIR)/AmplitudeFollower.h \ $(EXAMPLEDIR)/ZeroCrossing.h PLUGIN_OBJECTS = \ $(EXAMPLEDIR)/SpectralCentroid.o \ $(EXAMPLEDIR)/PowerSpectrum.o \ $(EXAMPLEDIR)/PercussionOnsetDetector.o \ $(EXAMPLEDIR)/FixedTempoEstimator.o \ $(EXAMPLEDIR)/AmplitudeFollower.o \ $(EXAMPLEDIR)/ZeroCrossing.o \ $(EXAMPLEDIR)/plugins.o PLUGIN_TARGET = \ $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT) PLUGIN_CAT = \ $(EXAMPLEDIR)/vamp-example-plugins.cat PLUGIN_TTL = \ $(EXAMPLEDIR)/vamp-example-plugins.n3 HOST_HEADERS = \ $(HOSTDIR)/system.h HOST_OBJECTS = \ $(HOSTDIR)/vamp-simple-host.o HOST_TARGET = \ $(HOSTDIR)/vamp-simple-host RDFGEN_OBJECTS = \ $(RDFGENDIR)/vamp-rdf-template-generator.o RDFGEN_TARGET = \ $(RDFGENDIR)/vamp-rdf-template-generator sdk: sdkstatic $(SDK_DYNAMIC) $(HOSTSDK_DYNAMIC) sdkstatic: $(SDK_STATIC) $(HOSTSDK_STATIC) $(RANLIB) $(SDK_STATIC) $(RANLIB) $(HOSTSDK_STATIC) plugins: $(PLUGIN_TARGET) host: $(HOST_TARGET) rdfgen: $(RDFGEN_TARGET) all: sdk plugins host rdfgen test $(SDK_STATIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(AR) r $@ $(SDK_OBJECTS) $(HOSTSDK_STATIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(AR) r $@ $(HOSTSDK_OBJECTS) $(SDK_DYNAMIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(CXX) $(LDFLAGS) $(SDK_DYNAMIC_LDFLAGS) -o $@ $(SDK_OBJECTS) $(HOSTSDK_DYNAMIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(CXX) $(LDFLAGS) $(HOSTSDK_DYNAMIC_LDFLAGS) -o $@ $(HOSTSDK_OBJECTS) $(PLUGIN_TARGET): $(PLUGIN_OBJECTS) $(SDK_STATIC) $(PLUGIN_HEADERS) $(CXX) $(LDFLAGS) $(PLUGIN_LDFLAGS) -o $@ $(PLUGIN_OBJECTS) $(PLUGIN_LIBS) $(HOST_TARGET): $(HOST_OBJECTS) $(HOSTSDK_STATIC) $(HOST_HEADERS) $(CXX) $(LDFLAGS) $(HOST_LDFLAGS) -o $@ $(HOST_OBJECTS) $(HOST_LIBS) $(RDFGEN_TARGET): $(RDFGEN_OBJECTS) $(HOSTSDK_STATIC) $(CXX) $(LDFLAGS) $(RDFGEN_LDFLAGS) -o $@ $(RDFGEN_OBJECTS) $(RDFGEN_LIBS) test: plugins host VAMP_PATH=$(EXAMPLEDIR) $(HOST_TARGET) -l clean: rm -f $(SDK_OBJECTS) $(HOSTSDK_OBJECTS) $(PLUGIN_OBJECTS) $(HOST_OBJECTS) $(RDFGEN_OBJECTS) distclean: clean rm -f $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) $(PLUGIN_TARGET) $(HOST_TARGET) $(RDFGEN_TARGET) *~ */*~ rm -f config.log config.status Makefile install: $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) $(PLUGIN_TARGET) $(HOST_TARGET) $(RDFGEN_TARGET) mkdir -p $(DESTDIR)$(INSTALL_API_HEADERS) mkdir -p $(DESTDIR)$(INSTALL_SDK_HEADERS) mkdir -p $(DESTDIR)$(INSTALL_HOSTSDK_HEADERS) mkdir -p $(DESTDIR)$(INSTALL_SDK_LIBS) mkdir -p $(DESTDIR)$(INSTALL_PKGCONFIG) mkdir -p $(DESTDIR)$(INSTALL_BINARIES) mkdir -p $(DESTDIR)$(INSTALL_PLUGINS) cp $(HOST_TARGET) $(DESTDIR)$(INSTALL_BINARIES) cp $(RDFGEN_TARGET) $(DESTDIR)$(INSTALL_BINARIES) cp $(PLUGIN_TARGET) $(DESTDIR)$(INSTALL_PLUGINS) cp $(PLUGIN_CAT) $(DESTDIR)$(INSTALL_PLUGINS) cp $(PLUGIN_TTL) $(DESTDIR)$(INSTALL_PLUGINS) cp $(API_HEADERS) $(DESTDIR)$(INSTALL_API_HEADERS) cp $(SDK_HEADERS) $(DESTDIR)$(INSTALL_SDK_HEADERS) cp $(HOSTSDK_HEADERS) $(DESTDIR)$(INSTALL_HOSTSDK_HEADERS) cp $(SDK_STATIC) $(DESTDIR)$(INSTALL_SDK_LIBS) cp $(HOSTSDK_STATIC) $(DESTDIR)$(INSTALL_SDK_LIBS) cp $(SDK_DYNAMIC) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LIBNAME) cp $(HOSTSDK_DYNAMIC) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LIBNAME) rm -f $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LINK_ABI) ln -s $(INSTALL_SDK_LIBNAME) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LINK_ABI) rm -f $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LINK_ABI) ln -s $(INSTALL_HOSTSDK_LIBNAME) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LINK_ABI) rm -f $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LINK_DEV) ln -s $(INSTALL_SDK_LIBNAME) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LINK_DEV) rm -f $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LINK_DEV) ln -s $(INSTALL_HOSTSDK_LIBNAME) $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LINK_DEV) sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp.pc.in \ > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp.pc sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp-sdk.pc.in \ > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-sdk.pc sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp-hostsdk.pc.in \ > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-hostsdk.pc sed -e "s,%LIBNAME%,$(INSTALL_SDK_LIBNAME),g" \ -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA) sed -e "s,%LIBNAME%,$(INSTALL_HOSTSDK_LIBNAME),g" \ -e "s,%LINK_ABI%,$(INSTALL_HOSTSDK_LINK_ABI),g" \ -e "s,%LINK_DEV%,$(INSTALL_HOSTSDK_LINK_DEV),g" \ -e "s,%STATIC%,$(INSTALL_HOSTSDK_STATIC),g" \ -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(HOSTSDK_LA).in \ > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LA) depend: makedepend -Y. */*.cpp */*/*.cpp */*/*/*.cpp # DO NOT DELETE examples/AmplitudeFollower.o: examples/AmplitudeFollower.h vamp-sdk/Plugin.h examples/AmplitudeFollower.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/AmplitudeFollower.o: vamp-sdk/RealTime.h examples/FixedTempoEstimator.o: examples/FixedTempoEstimator.h examples/FixedTempoEstimator.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/FixedTempoEstimator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/PercussionOnsetDetector.o: examples/PercussionOnsetDetector.h examples/PercussionOnsetDetector.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/PercussionOnsetDetector.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/SpectralCentroid.o: examples/SpectralCentroid.h vamp-sdk/Plugin.h examples/SpectralCentroid.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/SpectralCentroid.o: vamp-sdk/RealTime.h examples/PowerSpectrum.o: examples/PowerSpectrum.h vamp-sdk/Plugin.h examples/PowerSpectrum.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/PowerSpectrum.o: vamp-sdk/RealTime.h examples/ZeroCrossing.o: examples/ZeroCrossing.h vamp-sdk/Plugin.h examples/ZeroCrossing.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/ZeroCrossing.o: vamp-sdk/RealTime.h examples/plugins.o: vamp/vamp.h vamp-sdk/PluginAdapter.h vamp-sdk/Plugin.h examples/plugins.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/plugins.o: vamp-sdk/RealTime.h examples/ZeroCrossing.h examples/plugins.o: vamp-sdk/Plugin.h examples/SpectralCentroid.h examples/plugins.o: examples/PercussionOnsetDetector.h examples/PowerSpectrum.h examples/plugins.o: examples/FixedTempoEstimator.h examples/plugins.o: examples/AmplitudeFollower.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginHostAdapter.h vamp/vamp.h host/vamp-simple-host.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h host/vamp-simple-host.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginInputDomainAdapter.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginWrapper.h host/vamp-simple-host.o: ./vamp-hostsdk/Plugin.h ./vamp-hostsdk/hostguard.h host/vamp-simple-host.o: vamp-sdk/Plugin.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginLoader.h host/system.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginHostAdapter.h rdf/generator/vamp-rdf-template-generator.o: vamp/vamp.h vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/PluginBase.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginChannelAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginWrapper.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/hostguard.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginInputDomainAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginHostAdapter.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginHostAdapter.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: src/vamp-sdk/RealTime.cpp ./vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: vamp-sdk/plugguard.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/PluginAdapter.h vamp/vamp.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h src/vamp-sdk/RealTime.o: ./vamp-sdk/RealTime.h vamp-sdk/plugguard.h src/vamp-sdk/FFT.o: src/vamp-sdk/FFT.cpp vamp-sdk/FFT.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/FFT.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginLoader.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginSummarisingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/RealTime.h vamp-plugin-sdk-2.10.0/README0000644000000000000000000002343313660464475013642 0ustar 00000000000000 Vamp ==== An API for audio analysis and feature extraction plugins. http://www.vamp-plugins.org/ Vamp is an API for C and C++ plugins that process sampled audio data to produce descriptive output (measurements or semantic observations). This is version 2.10 of the Vamp plugin Software Development Kit. Plugins and hosts built with this SDK are binary compatible with those built using any version 2.0 or newer of the SDK. Plugins and hosts built with this SDK are binary compatible with those built using version 1.0 of the SDK, with certain restrictions. See the file README.compat for more details. See the file CHANGELOG for a list of the changes in this release. A documentation guide to writing plugins using the Vamp SDK can be found at http://www.vamp-plugins.org/guide.pdf . Compiling and Installing the SDK and Examples ============================================= This SDK is intended for use on Windows, OS/X, Linux, and other POSIX and GNU platforms. Please see the platform-specific README file (README.msvc, README.osx, README.linux) in the build/ directory for details about how to compile and install the SDK, how to build plugin libraries using it, and how to install the example plugins so you can use them in a host. What's In This SDK ================== This SDK contains the following: vamp/vamp.h ----------- The formal C language plugin API for Vamp plugins. A Vamp plugin is a dynamic library (.so, .dll or .dylib depending on platform) exposing one C-linkage entry point (vampGetPluginDescriptor) which returns data defined in the rest of this C header. Although the C API is the official API for Vamp, we don't recommend that you program directly to it. The C++ abstractions found in the vamp-sdk and vamp-hostsdk directories (below) are preferable for most purposes and are more thoroughly documented. vamp-sdk -------- C++ classes for implementing Vamp plugins. Plugins should subclass Vamp::Plugin and then use Vamp::PluginAdapter to expose the correct C API for the plugin. Plugin authors should read vamp-sdk/PluginBase.h and Plugin.h for code documentation. See "examples" below for details of the example plugins in the SDK, from which you are welcome to take code and inspiration. Plugins should link with -lvamp-sdk. vamp-hostsdk ------------ C++ classes for implementing Vamp hosts. Hosts will normally use a Vamp::PluginHostAdapter to convert each plugin's exposed C API back into a useful Vamp::Plugin C++ object. The Vamp::HostExt namespace contains several additional C++ classes to do this work for them, and make the host's life easier: - Vamp::HostExt::PluginLoader provides a very easy interface for a host to discover, load, and find out category information about the available plugins. Most Vamp hosts will probably want to use this class. - Vamp::HostExt::PluginInputDomainAdapter provides a simple means for hosts to handle plugins that want frequency-domain input, without having to convert the input themselves. - Vamp::HostExt::PluginChannelAdapter provides a simple means for hosts to use plugins that do not necessarily support the same number of audio channels as they have available, without having to apply a channel management / mixdown policy themselves. - Vamp::HostExt::PluginBufferingAdapter provides a means for hosts to avoid having to negotiate the input step and block size, instead permitting the host to use any block size they desire (and a step size equal to it). This is particularly useful for "streaming" hosts that cannot seek backwards in the input audio stream and so would otherwise need to implement an additional buffer to support step sizes smaller than the block size. - Vamp::HostExt::PluginSummarisingAdapter provides summarisation methods such as mean and median averages of output features, for use in any context where an available plugin produces individual values but the result that is actually needed is some sort of aggregate. The PluginLoader class can also use the input domain, channel, and buffering adapters automatically to make these conversions transparent to the host if required. Host authors should also refer to the example host code in the host directory of the SDK. Hosts should link with -lvamp-hostsdk. vamp-hostsdk/host-c.h --------------------- A C-linkage header wrapping the part of the C++ SDK code that handles plugin discovery and library loading. Host programs written in C or in a language with a C-linkage foreign function interface may choose to use this header to discover and load plugin libraries, together with the vamp/vamp.h formal API to interact with plugins themselves. See the header for more documentation. examples -------- Example plugins implemented using the C++ classes. These plugins are intended to be useful examples you can draw code from in order to provide the basic shape and structure of a Vamp plugin. They are also intended to be correct and useful, if simple. - ZeroCrossing calculates the positions and density of zero-crossing points in an audio waveform. - SpectralCentroid calculates the centre of gravity of the frequency domain representation of each block of audio. - PowerSpectrum calculates a power spectrum from the input audio. Actually, it doesn't do any work except calculating power from a cartesian complex FFT output. The work of calculating this frequency domain output is done for it by the host or host SDK; the plugin just needs to declare that it wants frequency domain input. This is the simplest of the example plugins. - AmplitudeFollower is a simple implementation of SuperCollider's amplitude-follower algorithm. - PercussionOnsetDetector estimates the locations of percussive onsets using a simple method described in "Drum Source Separation using Percussive Feature Detection and Spectral Modulation" by Dan Barry, Derry Fitzgerald, Eugene Coyle and Bob Lawlor, ISSC 2005. - FixedTempoEstimator calculates a single beats-per-minute value which is an estimate of the tempo of a piece of music that is assumed to be of fixed tempo, using autocorrelation of a frequency domain energy rise metric. It has several outputs that return intermediate results used in the calculation, and may be a useful example of a plugin having several outputs with varying feature structures. skeleton -------- Skeleton code that could be used as a template for your new plugin implementation. host ---- A simple command-line Vamp host, capable of loading a plugin and using it to process a complete audio file, with its default parameters. This host also contains a number of options for listing the installed plugins and their properties in various formats. For that reason, it isn't really as simple as one might hope. The core of the code is still reasonably straightforward, however. Plugin Lookup and Categorisation ================================ The Vamp API does not officially specify how to load plugin libraries or where to find them. However, the SDK does include a function (Vamp::PluginHostAdapter::getPluginPath()) that returns a recommended directory search path that hosts may use for plugin libraries, and a class (Vamp::HostExt::PluginLoader) that implements a sensible cross-platform lookup policy using this path. We recommend using this class in your host unless you have a good reason not to want to. This implementation also permits the user to set the environment variable VAMP_PATH to override the default path if desired. The policy used by Vamp::HostExt::PluginLoader -- and our recommendation for any host -- is to search each directory in the path returned by getPluginPath for .DLL (on Windows), .so (on Linux, Solaris, BSD etc) or .dylib (on OS/X) files, then to load each one and perform a dynamic name lookup on the vampGetPluginDescriptor function to enumerate the plugins in the library. This operation will necessarily be system-dependent. Vamp also has an informal convention for sorting plugins into functional categories. In addition to the library file itself, a plugin library may install a category file with the same name as the library but .cat extension. The existence and format of this file are not specified by the Vamp API, but by convention the file may contain lines of the format vamp:pluginlibrary:pluginname::General Category > Specific Category which a host may read and use to assign plugins a location within a category tree for display to the user. The expectation is that advanced users may also choose to set up their own preferred category trees, which is why this information is not queried as part of the Vamp plugin's API itself. The Vamp::HostExt::PluginLoader class also provides support for plugin category lookup using this scheme. Licensing ========= This plugin SDK is freely redistributable under a "new-style BSD" licence. See the file COPYING for more details. In short, you may modify and redistribute the SDK and example plugins within any commercial or non-commercial, proprietary or open-source plugin or application under almost any conditions, with no obligation to provide source code, provided you retain the original copyright note. See Also ======== Sonic Visualiser, an interactive open-source graphical audio inspection, analysis and visualisation tool supporting Vamp plugins. http://www.sonicvisualiser.org/ Authors ======= Vamp and the Vamp SDK were designed and made at the Centre for Digital Music at Queen Mary, University of London. The SDK was written by Chris Cannam, copyright (c) 2005-2017 Chris Cannam and QMUL. The SDK incorporates KissFFT code, copyright (c) 2003-2010 Mark Borgerding. Mark Sandler and Christian Landone provided ideas and direction, and Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing and other input for the 1.0 API and SDK. The API also uses some ideas from prior plugin systems, notably DSSI (http://dssi.sourceforge.net) and FEAPI (http://feapi.sourceforge.net). vamp-plugin-sdk-2.10.0/README.compat0000644000000000000000000001146013660464475015121 0ustar 00000000000000 Backward Compatibility Statement for Vamp Plugin SDK version 2.0 ================================================================ Plugin binary compatibility --------------------------- Version 2.0 of the Vamp plugin binary interface is backward compatible with version 1.0. A plugin that was compiled and (statically) linked using version 1.x of the SDK should load and run without modification in a host that was compiled and linked using version 2.0 of the SDK. A plugin that was compiled and (statically) linked using version 2.0 of the SDK should load and run in a host that was compiled and linked using version 1.x of the SDK. However, the 1.x host will be unable to see any durations that the plugin specifies for its returned features, as there was no support for duration in version 1 of the Vamp plugin interface. Plugin/host version discrimination ---------------------------------- A Vamp plugin library receives the Vamp SDK version number for the host as the first argument to its vampGetPluginDescriptor function. It may use this information to provide different behaviour depending on the version of the host. For example, the plugin may structure its outputs differently in older hosts that do not support feature duration. Or, if the plugins rely on version 2.0 features, the library could make itself invisible to older hosts (returning no plugin descriptors). The version argument passed to vampGetPluginDescriptor will be 1 for Vamp 1.x hosts or 2 for Vamp 2.0 hosts. (Plugin libraries should behave as for version 2 if passed a version number greater than 2.) Plugin SDK library compatibility -------------------------------- For plugin code, version 2.0 of the Vamp plugin SDK is source compatible but not library ABI compatible with version 1.x. Plugins written for version 1.x should compile and link without modification using version 2.0. Plugins dynamically linked against version 1.x SDK libraries will need to be rebuilt if they are to work with version 2.0 libraries. To avoid dynamic library resolution issues, it is generally preferable to link the SDK statically when distributing binary plugins. Host SDK library compatibility ------------------------------ For host code, version 2.0 of the Vamp plugin SDK is neither source nor binary compatible with version 1.x. The host SDK header include location has moved for version 2.0; hosts should now only include headers from the vamp-hostsdk/ include directory -- the vamp-sdk/ directory is reserved for inclusion in plugin code only. There is also no longer a separate subdirectory for hostext headers. Hosts written for version 1.x will therefore need to have their #include directives updated as follows: Old New For most hosts, these should be the only changes necessary; the actual code remains the same. Hosts that incorporate plugin code ---------------------------------- One of the changes in this version of the SDK is that separate top-level C++ namespaces are used for classes compiled into plugins (the _VampPlugin namespace) and hosts (the _VampHost namespace), to avoid any confusion between host and plugin namespaces in unusual linkage situations (as the host and plugin SDKs contain many of the same classes, there is a risk that the wrong class may be picked up by a stupid dynamic linker in cases where the host and plugin SDK versions do not match). This additional namespace is added and opened silently in a manner that is transparent in most circumstances, and neither plugin nor host authors will normally need to know about it. However, hosts that directly incorporate code from plugins, for example to provide functionality that is the same as those plugins without having to explicitly load them, will find that they cannot resolve plugin symbols at link time because of this namespace mismatch. To avoid this, you may define the preprocessor symbol _VAMP_PLUGIN_IN_HOST_NAMESPACE when compiling the plugin code in the context of the host, to ensure that both host and plugin code exist within the same namespace. (If your host does this, why not make it load the plugins dynamically instead using the normal Vamp plugin loader method? There are many advantages to that.) vamp-plugin-sdk-2.10.0/acinclude.m40000644000000000000000000001131513660464475015147 0ustar 00000000000000 # From autoconf archive: # ============================================================================ # http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html # ============================================================================ # # SYNOPSIS # # AX_CXX_COMPILE_STDCXX_11([ext|noext],[mandatory|optional]) # # DESCRIPTION # # Check for baseline language coverage in the compiler for the C++11 # standard; if necessary, add switches to CXXFLAGS to enable support. # # The first argument, if specified, indicates whether you insist on an # extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. # -std=c++11). If neither is specified, you get whatever works, with # preference for an extended mode. # # The second argument, if specified 'mandatory' or if left unspecified, # indicates that baseline C++11 support is required and that the macro # should error out if no mode with that support is found. If specified # 'optional', then configuration proceeds regardless, after defining # HAVE_CXX11 if and only if a supporting mode is found. # # LICENSE # # Copyright (c) 2008 Benjamin Kosnik # Copyright (c) 2012 Zack Weinberg # Copyright (c) 2013 Roy Stogner # Copyright (c) 2014 Alexey Sokolov # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[ template struct check { static_assert(sizeof(int) <= sizeof(T), "not big enough"); }; struct Base { virtual void f() {} }; struct Child : public Base { virtual void f() override {} }; typedef check> right_angle_brackets; int a; decltype(a) b; typedef check check_type; check_type c; check_type&& cr = static_cast(c); auto d = a; auto l = [](){}; ]]) AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [dnl m4_if([$1], [], [], [$1], [ext], [], [$1], [noext], [], [m4_fatal([invalid argument `$1' to AX_CXX_COMPILE_STDCXX_11])])dnl m4_if([$2], [], [ax_cxx_compile_cxx11_required=true], [$2], [mandatory], [ax_cxx_compile_cxx11_required=true], [$2], [optional], [ax_cxx_compile_cxx11_required=false], [m4_fatal([invalid second argument `$2' to AX_CXX_COMPILE_STDCXX_11])]) AC_LANG_PUSH([C++])dnl ac_success=no AC_CACHE_CHECK(whether $CXX supports C++11 features by default, ax_cv_cxx_compile_cxx11, [AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], [ax_cv_cxx_compile_cxx11=yes], [ax_cv_cxx_compile_cxx11=no])]) if test x$ax_cv_cxx_compile_cxx11 = xyes; then ac_success=yes fi m4_if([$1], [noext], [], [dnl if test x$ac_success = xno; then for switch in -std=gnu++11 -std=gnu++0x; do cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch]) AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch, $cachevar, [ac_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $switch" AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], [eval $cachevar=yes], [eval $cachevar=no]) CXXFLAGS="$ac_save_CXXFLAGS"]) if eval test x\$$cachevar = xyes; then CXXFLAGS="$CXXFLAGS $switch" ac_success=yes break fi done fi]) m4_if([$1], [ext], [], [dnl if test x$ac_success = xno; then for switch in -std=c++11 -std=c++0x; do cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch]) AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch, $cachevar, [ac_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $switch" AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], [eval $cachevar=yes], [eval $cachevar=no]) CXXFLAGS="$ac_save_CXXFLAGS"]) if eval test x\$$cachevar = xyes; then CXXFLAGS="$CXXFLAGS $switch" ac_success=yes break fi done fi]) AC_LANG_POP([C++]) if test x$ax_cxx_compile_cxx11_required = xtrue; then if test x$ac_success = xno; then AC_MSG_ERROR([*** A compiler with support for C++11 language features is required.]) fi else if test x$ac_success = xno; then HAVE_CXX11=0 AC_MSG_NOTICE([No compiler with C++11 support was found]) else HAVE_CXX11=1 AC_DEFINE(HAVE_CXX11,1, [define if the compiler supports basic C++11 syntax]) fi AC_SUBST(HAVE_CXX11) fi ]) vamp-plugin-sdk-2.10.0/build/Doxyfile0000644000000000000000000017473513660464475015603 0ustar 00000000000000# Doxyfile 1.5.8 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = VampPluginSDK # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = 2.10 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, # Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, # Spanish, Swedish, and Ukrainian. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = YES # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = YES # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style # comment as the brief description. If set to NO, the comments # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for # Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO # Doxygen selects the parser to use depending on the extension of the files it parses. # With this tag you can assign which parser to use for a given extension. # Doxygen has a built-in mapping, but you can override or extend it using this tag. # The format is ext=language, where ext is a file extension, and language is one of # the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat # .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), # use: inc=Fortran f=C EXTENSION_MAPPING = # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. # Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate getter # and setter methods for a property. Setting this option to YES (the default) # will make doxygen to replace the get and set methods by a property in the # documentation. This will only work if the methods are indeed getting or # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. # When the cache is full, less often used symbols will be written to disk. # For small to medium size projects (<1000 input files) the default value is # probably good enough. For larger projects a too small cache size can cause # doxygen to be busy swapping symbols to and from disk most of the time # causing a significant performance penality. # If the system has enough physical memory increasing the cache will improve the # performance by keeping more symbols in memory. Note that the value works on # a logarithmic scale so increasing the size by one will rougly double the # memory usage. The cache size is given by this formula: # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols SYMBOL_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base # name of the file that contains the anonymous namespace. By default # anonymous namespace are hidden. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. SHOW_DIRECTORIES = YES # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by # doxygen. The layout file controls the global structure of the generated output files # in an output format independent way. The create the layout file that represents # doxygen's defaults, run doxygen with the -l option. You can optionally specify a # file name after the option, if omitted DoxygenLayout.xml will be used as the name # of the layout file. LAYOUT_FILE = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be abled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = docs/doxygen/warning.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = vamp \ vamp-sdk \ vamp-hostsdk \ src \ examples \ host # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.h \ *.C \ *.cpp \ *.cc \ doc-overview # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = qrc_*.cpp \ moc_*.cpp \ *.moc.cpp \ *_skel.cpp # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. # If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. # Doxygen will compare the file name with each pattern and apply the # filter if there is a match. # The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = YES # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. # Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 3 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = NO # If the GENERATE_DOCSET tag is set to YES, additional index files # will be generated that can be used as input for Apple's Xcode 3 # integrated development environment, introduced with OSX 10.5 (Leopard). # To create a documentation set, doxygen will generate a Makefile in the # HTML output directory. Running make will produce the docset in that # directory and running "make install" will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find # it at startup. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information. GENERATE_DOCSET = NO # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple # documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING # is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. CHM_INDEX_ENCODING = # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER # are set, an additional index file will be generated that can be used as input for # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated # HTML documentation. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace QHP_NAMESPACE = # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. # For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see # Qt Help Project / Custom Filters. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's # filter section matches. # Qt Help Project / Filter Attributes. QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. QHG_LOCATION = # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. # If the tag value is set to FRAME, a side panel will be generated # containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. Other possible values # for this tag are: HIERARCHIES, which will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list; # ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which # disables this behavior completely. For backwards compatibility with previous # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE # respectively. GENERATE_TREEVIEW = YES # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 # Use this tag to change the font size of Latex formulas included # as images in the HTML documentation. The default is 10. Note that # when you change the font size after a successful doxygen run you need # to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = NO # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. # This is useful # if you want to understand what is going on. # On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = NO # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = _VAMP_NO_PLUGIN_NAMESPACE # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse # the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option is superseded by the HAVE_DOT option below. This is only a # fallback. It is recommended to install and use dot, since it yields more # powerful graphs. CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = YES # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This # font does not include all possible unicode characters however, so when you need # these (or just want a differently looking font) you can specify the font name # using DOT_FONTNAME. You need need to make sure dot is able to find the font, # which can be done by putting it in a standard location or by setting the # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. DOT_FONTNAME = DejaVuSansCondensed # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. DOT_FONTSIZE = 9 # By default doxygen will tell dot to use the output directory to look for the # FreeSans.ttf font (which doxygen will put there itself). If you specify a # different font using DOT_FONTNAME you can set the path where dot # can find it using this tag. DOT_FONTPATH = /usr/share/fonts/truetype/ttf-dejavu # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = NO # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of # nodes that will be shown in the graph. If the number of nodes in a graph # becomes larger than this value, doxygen will truncate the graph, which is # visualized by representing a node as a red box. Note that doxygen if the # number of direct children of the root node in a graph is already larger than # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 50 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not # seem to support this out of the box. Warning: Depending on the platform used, # enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). DOT_TRANSPARENT = NO # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = YES # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Options related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO vamp-plugin-sdk-2.10.0/build/Makefile.mingw320000644000000000000000000003420313660464475017003 0ustar 00000000000000 # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. # # This version of the Makefile is approximately correct for cross- # compiling for Windows from Linux using the MinGW tools. # Note that it has no "install" target; the following are the # library and related files that may be of interest resulting from # the build: # # libvamp-sdk.dll [SDK dynamic library for plugins] # libvamp-hostsdk.dll [SDK dynamic library for hosts] # # libvamp-sdk.a [SDK static library for plugins] # libvamp-hostsdk.a [SDK static library for hosts] # # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir] # examples/vamp-example-plugins.dll [copy this to your Vamp plugin dir] # # host/vamp-simple-host [requires libsndfile to build] # # rdf/generator/vamp-rdf-template-generator # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. APIDIR = vamp SDKDIR = vamp-sdk HOSTSDKDIR = vamp-hostsdk SRCDIR = src SDKSRCDIR = src/vamp-sdk HOSTSDKSRCDIR = src/vamp-hostsdk EXAMPLEDIR = examples HOSTDIR = host PCDIR = pkgconfig LADIR = build RDFGENDIR = rdf/generator ### ### Start of user-serviceable parts ### # Default build target (or use "make " to select one). # Targets are: # all -- build everything # sdk -- build all the Vamp SDK libraries for plugins and hosts # sdkstatic -- build only the static versions of the SDK libraries # plugins -- build the example plugins (and the SDK if required) # host -- build the simple Vamp plugin host (and the SDK if required) # rdfgen -- build the RDF template generator (and the SDK if required) # test -- build the host and example plugins, and run a quick test # clean -- remove binary targets # distclean -- remove all targets # default: all # Tools selection # TOOLPREFIX ?= i686-w64-mingw32- CXX = $(TOOLPREFIX)g++ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)g++ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib # Compile flags # CXXFLAGS := $(CXXFLAGS) -O2 -Wall -fno-exceptions -I. -I../include # Libraries required for the plugins. # PLUGIN_LIBS = ./libvamp-sdk.a # File extension for a dynamically loadable object # PLUGIN_EXT = .dll # Libraries required for the host. # HOST_LIBS = ./libvamp-hostsdk.a -L../lib -lsndfile -lvorbis -logg -lFLAC -lvorbisenc -lws2_32 # Libraries required for the RDF template generator. # RDFGEN_LIBS = ./libvamp-hostsdk.a # General linker flags # LDFLAGS := $(LDFLAGS) -fno-exceptions -static -static-libgcc # Flags required to tell the compiler to create a dynamically loadable object # DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic # Flags for building specific plugin and library targets. We need to # tell the linker the formal name for the library, and for plugins we # also want to tell the linker to make all symbols in the library # hidden except for the public entry point (making for a tidier library). # PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,--retain-symbols-file=build/vamp-plugin.list SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) ### End of user-serviceable parts API_HEADERS = \ $(APIDIR)/vamp.h SDK_HEADERS = \ $(SDKDIR)/Plugin.h \ $(SDKDIR)/PluginAdapter.h \ $(SDKDIR)/PluginBase.h \ $(SDKDIR)/RealTime.h \ $(SDKDIR)/FFT.h \ $(SDKDIR)/plugguard.h \ $(SDKDIR)/vamp-sdk.h HOSTSDK_HEADERS = \ $(HOSTSDKDIR)/Plugin.h \ $(HOSTSDKDIR)/PluginBase.h \ $(HOSTSDKDIR)/PluginHostAdapter.h \ $(HOSTSDKDIR)/RealTime.h \ $(HOSTSDKDIR)/PluginBufferingAdapter.h \ $(HOSTSDKDIR)/PluginChannelAdapter.h \ $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ $(HOSTSDKDIR)/PluginLoader.h \ $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ $(HOSTSDKDIR)/PluginWrapper.h \ $(HOSTSDKDIR)/hostguard.h \ $(HOSTSDKDIR)/host-c.h \ $(HOSTSDKDIR)/vamp-hostsdk.h SDK_OBJECTS = \ $(SDKSRCDIR)/PluginAdapter.o \ $(SDKSRCDIR)/RealTime.o \ $(SDKSRCDIR)/FFT.o \ $(SDKSRCDIR)/acsymbols.o HOSTSDK_OBJECTS = \ $(HOSTSDKSRCDIR)/Files.o \ $(HOSTSDKSRCDIR)/PluginHostAdapter.o \ $(HOSTSDKSRCDIR)/RealTime.o \ $(HOSTSDKSRCDIR)/PluginBufferingAdapter.o \ $(HOSTSDKSRCDIR)/PluginChannelAdapter.o \ $(HOSTSDKSRCDIR)/PluginInputDomainAdapter.o \ $(HOSTSDKSRCDIR)/PluginLoader.o \ $(HOSTSDKSRCDIR)/PluginSummarisingAdapter.o \ $(HOSTSDKSRCDIR)/PluginWrapper.o \ $(HOSTSDKSRCDIR)/host-c.o \ $(HOSTSDKSRCDIR)/acsymbols.o SDK_STATIC = \ ./libvamp-sdk.a HOSTSDK_STATIC = \ ./libvamp-hostsdk.a SDK_DYNAMIC = \ ./libvamp-sdk$(PLUGIN_EXT) HOSTSDK_DYNAMIC = \ ./libvamp-hostsdk$(PLUGIN_EXT) SDK_LA = \ $(LADIR)/libvamp-sdk.la HOSTSDK_LA = \ $(LADIR)/libvamp-hostsdk.la PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PowerSpectrum.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ $(EXAMPLEDIR)/FixedTempoEstimator.h \ $(EXAMPLEDIR)/AmplitudeFollower.h \ $(EXAMPLEDIR)/ZeroCrossing.h PLUGIN_OBJECTS = \ $(EXAMPLEDIR)/SpectralCentroid.o \ $(EXAMPLEDIR)/PowerSpectrum.o \ $(EXAMPLEDIR)/PercussionOnsetDetector.o \ $(EXAMPLEDIR)/FixedTempoEstimator.o \ $(EXAMPLEDIR)/AmplitudeFollower.o \ $(EXAMPLEDIR)/ZeroCrossing.o \ $(EXAMPLEDIR)/plugins.o PLUGIN_TARGET = \ $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT) HOST_HEADERS = \ $(HOSTDIR)/system.h HOST_OBJECTS = \ $(HOSTDIR)/vamp-simple-host.o HOST_TARGET = \ $(HOSTDIR)/vamp-simple-host.exe RDFGEN_OBJECTS = \ $(RDFGENDIR)/vamp-rdf-template-generator.o RDFGEN_TARGET = \ $(RDFGENDIR)/vamp-rdf-template-generator.exe sdk: sdkstatic $(SDK_DYNAMIC) $(HOSTSDK_DYNAMIC) sdkstatic: $(SDK_STATIC) $(HOSTSDK_STATIC) $(RANLIB) $(SDK_STATIC) $(RANLIB) $(HOSTSDK_STATIC) plugins: $(PLUGIN_TARGET) host: $(HOST_TARGET) rdfgen: $(RDFGEN_TARGET) all: sdk plugins host rdfgen test $(SDK_STATIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(AR) r $@ $(SDK_OBJECTS) $(HOSTSDK_STATIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(AR) r $@ $(HOSTSDK_OBJECTS) $(SDK_DYNAMIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(CXX) $(LDFLAGS) $(SDK_DYNAMIC_LDFLAGS) -o $@ $(SDK_OBJECTS) $(HOSTSDK_DYNAMIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(CXX) $(LDFLAGS) $(HOSTSDK_DYNAMIC_LDFLAGS) -o $@ $(HOSTSDK_OBJECTS) $(PLUGIN_TARGET): $(PLUGIN_OBJECTS) $(SDK_STATIC) $(PLUGIN_HEADERS) $(CXX) $(LDFLAGS) $(PLUGIN_LDFLAGS) -o $@ $(PLUGIN_OBJECTS) $(PLUGIN_LIBS) $(HOST_TARGET): $(HOST_OBJECTS) $(HOSTSDK_STATIC) $(HOST_HEADERS) $(CXX) $(LDFLAGS) $(HOST_LDFLAGS) -o $@ $(HOST_OBJECTS) $(LDFLAGS) $(HOST_LIBS) $(RDFGEN_TARGET): $(RDFGEN_OBJECTS) $(HOSTSDK_STATIC) $(CXX) $(LDFLAGS) $(RDFGEN_LDFLAGS) -o $@ $(RDFGEN_OBJECTS) $(LDFLAGS) $(RDFGEN_LIBS) test: plugins host VAMP_PATH=$(EXAMPLEDIR) wine $(HOST_TARGET) -l clean: rm -f $(SDK_OBJECTS) $(HOSTSDK_OBJECTS) $(PLUGIN_OBJECTS) $(HOST_OBJECTS) $(RDFGEN_OBJECTS) distclean: clean rm -f $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) $(PLUGIN_TARGET) $(HOST_TARGET) $(RDFGEN_TARGET) *~ */*~ # DO NOT DELETE examples/AmplitudeFollower.o: examples/AmplitudeFollower.h vamp-sdk/Plugin.h examples/AmplitudeFollower.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/AmplitudeFollower.o: vamp-sdk/RealTime.h examples/FixedTempoEstimator.o: examples/FixedTempoEstimator.h examples/FixedTempoEstimator.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/FixedTempoEstimator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/PercussionOnsetDetector.o: examples/PercussionOnsetDetector.h examples/PercussionOnsetDetector.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/PercussionOnsetDetector.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/SpectralCentroid.o: examples/SpectralCentroid.h vamp-sdk/Plugin.h examples/SpectralCentroid.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/SpectralCentroid.o: vamp-sdk/RealTime.h examples/PowerSpectrum.o: examples/PowerSpectrum.h vamp-sdk/Plugin.h examples/PowerSpectrum.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/PowerSpectrum.o: vamp-sdk/RealTime.h examples/ZeroCrossing.o: examples/ZeroCrossing.h vamp-sdk/Plugin.h examples/ZeroCrossing.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/ZeroCrossing.o: vamp-sdk/RealTime.h examples/plugins.o: vamp/vamp.h vamp-sdk/PluginAdapter.h vamp-sdk/Plugin.h examples/plugins.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/plugins.o: vamp-sdk/RealTime.h examples/ZeroCrossing.h examples/plugins.o: vamp-sdk/Plugin.h examples/SpectralCentroid.h examples/plugins.o: examples/PercussionOnsetDetector.h examples/PowerSpectrum.h examples/plugins.o: examples/FixedTempoEstimator.h examples/plugins.o: examples/AmplitudeFollower.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginHostAdapter.h vamp/vamp.h host/vamp-simple-host.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h host/vamp-simple-host.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginInputDomainAdapter.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginWrapper.h host/vamp-simple-host.o: ./vamp-hostsdk/Plugin.h ./vamp-hostsdk/hostguard.h host/vamp-simple-host.o: vamp-sdk/Plugin.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginLoader.h host/system.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginHostAdapter.h rdf/generator/vamp-rdf-template-generator.o: vamp/vamp.h vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/PluginBase.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginChannelAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginWrapper.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/hostguard.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginInputDomainAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginHostAdapter.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginHostAdapter.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: src/vamp-sdk/RealTime.cpp ./vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: vamp-sdk/plugguard.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/PluginAdapter.h vamp/vamp.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h src/vamp-sdk/RealTime.o: ./vamp-sdk/RealTime.h vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginLoader.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginSummarisingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/RealTime.h vamp-plugin-sdk-2.10.0/build/Makefile.mingw640000644000000000000000000003417713660464475017022 0ustar 00000000000000 # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. # # This version of the Makefile is approximately correct for cross- # compiling for Windows from Linux using the MinGW tools. # Note that it has no "install" target; the following are the # library and related files that may be of interest resulting from # the build: # # libvamp-sdk.dll [SDK dynamic library for plugins] # libvamp-hostsdk.dll [SDK dynamic library for hosts] # # libvamp-sdk.a [SDK static library for plugins] # libvamp-hostsdk.a [SDK static library for hosts] # # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir] # examples/vamp-example-plugins.dll [copy this to your Vamp plugin dir] # # host/vamp-simple-host [requires libsndfile to build] # # rdf/generator/vamp-rdf-template-generator # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. APIDIR = vamp SDKDIR = vamp-sdk HOSTSDKDIR = vamp-hostsdk SRCDIR = src SDKSRCDIR = src/vamp-sdk HOSTSDKSRCDIR = src/vamp-hostsdk EXAMPLEDIR = examples HOSTDIR = host PCDIR = pkgconfig LADIR = build RDFGENDIR = rdf/generator ### ### Start of user-serviceable parts ### # Default build target (or use "make " to select one). # Targets are: # all -- build everything # sdk -- build all the Vamp SDK libraries for plugins and hosts # sdkstatic -- build only the static versions of the SDK libraries # plugins -- build the example plugins (and the SDK if required) # host -- build the simple Vamp plugin host (and the SDK if required) # rdfgen -- build the RDF template generator (and the SDK if required) # test -- build the host and example plugins, and run a quick test # clean -- remove binary targets # distclean -- remove all targets # default: all # Tools selection # TOOLPREFIX ?= x86_64-w64-mingw32- CXX = $(TOOLPREFIX)g++ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)g++ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib # Compile flags # CXXFLAGS := $(CXXFLAGS) -O2 -Wall -fno-exceptions -I. -I../include # Libraries required for the plugins. # PLUGIN_LIBS = ./libvamp-sdk.a # File extension for a dynamically loadable object # PLUGIN_EXT = .dll # Libraries required for the host. # HOST_LIBS = ./libvamp-hostsdk.a -L../lib -lsndfile -lvorbis -logg -lFLAC -lvorbisenc -lws2_32 # Libraries required for the RDF template generator. # RDFGEN_LIBS = ./libvamp-hostsdk.a # General linker flags # LDFLAGS := $(LDFLAGS) -fno-exceptions -static -static-libgcc # Flags required to tell the compiler to create a dynamically loadable object # DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic # Flags for building specific plugin and library targets. We need to # tell the linker the formal name for the library, and for plugins we # also want to tell the linker to make all symbols in the library # hidden except for the public entry point (making for a tidier library). # PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,--version-script=build/vamp-plugin.map SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) ### End of user-serviceable parts API_HEADERS = \ $(APIDIR)/vamp.h SDK_HEADERS = \ $(SDKDIR)/Plugin.h \ $(SDKDIR)/PluginAdapter.h \ $(SDKDIR)/PluginBase.h \ $(SDKDIR)/RealTime.h \ $(SDKDIR)/FFT.h \ $(SDKDIR)/plugguard.h \ $(SDKDIR)/vamp-sdk.h HOSTSDK_HEADERS = \ $(HOSTSDKDIR)/Plugin.h \ $(HOSTSDKDIR)/PluginBase.h \ $(HOSTSDKDIR)/PluginHostAdapter.h \ $(HOSTSDKDIR)/RealTime.h \ $(HOSTSDKDIR)/PluginBufferingAdapter.h \ $(HOSTSDKDIR)/PluginChannelAdapter.h \ $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ $(HOSTSDKDIR)/PluginLoader.h \ $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ $(HOSTSDKDIR)/PluginWrapper.h \ $(HOSTSDKDIR)/hostguard.h \ $(HOSTSDKDIR)/host-c.h \ $(HOSTSDKDIR)/vamp-hostsdk.h SDK_OBJECTS = \ $(SDKSRCDIR)/PluginAdapter.o \ $(SDKSRCDIR)/RealTime.o \ $(SDKSRCDIR)/FFT.o \ $(SDKSRCDIR)/acsymbols.o HOSTSDK_OBJECTS = \ $(HOSTSDKSRCDIR)/Files.o \ $(HOSTSDKSRCDIR)/PluginHostAdapter.o \ $(HOSTSDKSRCDIR)/RealTime.o \ $(HOSTSDKSRCDIR)/PluginBufferingAdapter.o \ $(HOSTSDKSRCDIR)/PluginChannelAdapter.o \ $(HOSTSDKSRCDIR)/PluginInputDomainAdapter.o \ $(HOSTSDKSRCDIR)/PluginLoader.o \ $(HOSTSDKSRCDIR)/PluginSummarisingAdapter.o \ $(HOSTSDKSRCDIR)/PluginWrapper.o \ $(HOSTSDKSRCDIR)/host-c.o \ $(HOSTSDKSRCDIR)/acsymbols.o SDK_STATIC = \ ./libvamp-sdk.a HOSTSDK_STATIC = \ ./libvamp-hostsdk.a SDK_DYNAMIC = \ ./libvamp-sdk$(PLUGIN_EXT) HOSTSDK_DYNAMIC = \ ./libvamp-hostsdk$(PLUGIN_EXT) SDK_LA = \ $(LADIR)/libvamp-sdk.la HOSTSDK_LA = \ $(LADIR)/libvamp-hostsdk.la PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PowerSpectrum.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ $(EXAMPLEDIR)/FixedTempoEstimator.h \ $(EXAMPLEDIR)/AmplitudeFollower.h \ $(EXAMPLEDIR)/ZeroCrossing.h PLUGIN_OBJECTS = \ $(EXAMPLEDIR)/SpectralCentroid.o \ $(EXAMPLEDIR)/PowerSpectrum.o \ $(EXAMPLEDIR)/PercussionOnsetDetector.o \ $(EXAMPLEDIR)/FixedTempoEstimator.o \ $(EXAMPLEDIR)/AmplitudeFollower.o \ $(EXAMPLEDIR)/ZeroCrossing.o \ $(EXAMPLEDIR)/plugins.o PLUGIN_TARGET = \ $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT) HOST_HEADERS = \ $(HOSTDIR)/system.h HOST_OBJECTS = \ $(HOSTDIR)/vamp-simple-host.o HOST_TARGET = \ $(HOSTDIR)/vamp-simple-host.exe RDFGEN_OBJECTS = \ $(RDFGENDIR)/vamp-rdf-template-generator.o RDFGEN_TARGET = \ $(RDFGENDIR)/vamp-rdf-template-generator.exe sdk: sdkstatic $(SDK_DYNAMIC) $(HOSTSDK_DYNAMIC) sdkstatic: $(SDK_STATIC) $(HOSTSDK_STATIC) $(RANLIB) $(SDK_STATIC) $(RANLIB) $(HOSTSDK_STATIC) plugins: $(PLUGIN_TARGET) host: $(HOST_TARGET) rdfgen: $(RDFGEN_TARGET) all: sdk plugins host rdfgen test $(SDK_STATIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(AR) r $@ $(SDK_OBJECTS) $(HOSTSDK_STATIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(AR) r $@ $(HOSTSDK_OBJECTS) $(SDK_DYNAMIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(CXX) $(LDFLAGS) $(SDK_DYNAMIC_LDFLAGS) -o $@ $(SDK_OBJECTS) $(HOSTSDK_DYNAMIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(CXX) $(LDFLAGS) $(HOSTSDK_DYNAMIC_LDFLAGS) -o $@ $(HOSTSDK_OBJECTS) $(PLUGIN_TARGET): $(PLUGIN_OBJECTS) $(SDK_STATIC) $(PLUGIN_HEADERS) $(CXX) $(LDFLAGS) $(PLUGIN_LDFLAGS) -o $@ $(PLUGIN_OBJECTS) $(PLUGIN_LIBS) $(HOST_TARGET): $(HOST_OBJECTS) $(HOSTSDK_STATIC) $(HOST_HEADERS) $(CXX) $(LDFLAGS) $(HOST_LDFLAGS) -o $@ $(HOST_OBJECTS) $(LDFLAGS) $(HOST_LIBS) $(RDFGEN_TARGET): $(RDFGEN_OBJECTS) $(HOSTSDK_STATIC) $(CXX) $(LDFLAGS) $(RDFGEN_LDFLAGS) -o $@ $(RDFGEN_OBJECTS) $(LDFLAGS) $(RDFGEN_LIBS) test: plugins host VAMP_PATH=$(EXAMPLEDIR) wine $(HOST_TARGET) -l clean: rm -f $(SDK_OBJECTS) $(HOSTSDK_OBJECTS) $(PLUGIN_OBJECTS) $(HOST_OBJECTS) $(RDFGEN_OBJECTS) distclean: clean rm -f $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) $(PLUGIN_TARGET) $(HOST_TARGET) $(RDFGEN_TARGET) *~ */*~ # DO NOT DELETE examples/AmplitudeFollower.o: examples/AmplitudeFollower.h vamp-sdk/Plugin.h examples/AmplitudeFollower.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/AmplitudeFollower.o: vamp-sdk/RealTime.h examples/FixedTempoEstimator.o: examples/FixedTempoEstimator.h examples/FixedTempoEstimator.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/FixedTempoEstimator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/PercussionOnsetDetector.o: examples/PercussionOnsetDetector.h examples/PercussionOnsetDetector.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/PercussionOnsetDetector.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/SpectralCentroid.o: examples/SpectralCentroid.h vamp-sdk/Plugin.h examples/SpectralCentroid.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/SpectralCentroid.o: vamp-sdk/RealTime.h examples/PowerSpectrum.o: examples/PowerSpectrum.h vamp-sdk/Plugin.h examples/PowerSpectrum.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/PowerSpectrum.o: vamp-sdk/RealTime.h examples/ZeroCrossing.o: examples/ZeroCrossing.h vamp-sdk/Plugin.h examples/ZeroCrossing.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/ZeroCrossing.o: vamp-sdk/RealTime.h examples/plugins.o: vamp/vamp.h vamp-sdk/PluginAdapter.h vamp-sdk/Plugin.h examples/plugins.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/plugins.o: vamp-sdk/RealTime.h examples/ZeroCrossing.h examples/plugins.o: vamp-sdk/Plugin.h examples/SpectralCentroid.h examples/plugins.o: examples/PercussionOnsetDetector.h examples/PowerSpectrum.h examples/plugins.o: examples/FixedTempoEstimator.h examples/plugins.o: examples/AmplitudeFollower.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginHostAdapter.h vamp/vamp.h host/vamp-simple-host.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h host/vamp-simple-host.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginInputDomainAdapter.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginWrapper.h host/vamp-simple-host.o: ./vamp-hostsdk/Plugin.h ./vamp-hostsdk/hostguard.h host/vamp-simple-host.o: vamp-sdk/Plugin.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginLoader.h host/system.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginHostAdapter.h rdf/generator/vamp-rdf-template-generator.o: vamp/vamp.h vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/PluginBase.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginChannelAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginWrapper.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/hostguard.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginInputDomainAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginHostAdapter.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginHostAdapter.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: src/vamp-sdk/RealTime.cpp ./vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: vamp-sdk/plugguard.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/PluginAdapter.h vamp/vamp.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h src/vamp-sdk/RealTime.o: ./vamp-sdk/RealTime.h vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginLoader.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginSummarisingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/RealTime.h vamp-plugin-sdk-2.10.0/build/Makefile.osx0000644000000000000000000003466013660464475016335 0ustar 00000000000000 # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. # # This version of the Makefile is approximately correct for OS/X 10.7. # Note that it has no "install" target; the following are the # library and related files that may be of interest resulting from # the build: # # libvamp-sdk.dylib [SDK dynamic library for plugins] # libvamp-hostsdk.dylib [SDK dynamic library for hosts] # # libvamp-sdk.a [SDK static library for plugins] # libvamp-hostsdk.a [SDK static library for hosts] # # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir] # examples/vamp-example-plugins.dylib [copy this to your Vamp plugin dir] # # host/vamp-simple-host [requires libsndfile to build] # # rdf/generator/vamp-rdf-template-generator # Makefile for the Vamp plugin SDK. This builds the SDK objects, # libraries, example plugins, and the test host. Please adjust to # suit your operating system requirements. APIDIR = vamp SDKDIR = vamp-sdk HOSTSDKDIR = vamp-hostsdk SRCDIR = src SDKSRCDIR = src/vamp-sdk HOSTSDKSRCDIR = src/vamp-hostsdk EXAMPLEDIR = examples HOSTDIR = host PCDIR = pkgconfig LADIR = build RDFGENDIR = rdf/generator ### ### Start of user-serviceable parts ### # Default build target (or use "make " to select one). # Targets are: # all -- build everything # sdk -- build all the Vamp SDK libraries for plugins and hosts # sdkstatic -- build only the static versions of the SDK libraries # plugins -- build the example plugins (and the SDK if required) # host -- build the simple Vamp plugin host (and the SDK if required) # rdfgen -- build the RDF template generator (and the SDK if required) # test -- build the host and example plugins, and run a quick test # clean -- remove binary targets # distclean -- remove all targets # default: all # Minimum version of OS/X to target. This will determine the # compiler's choice of platform SDK material MINVERSION := 10.7 # Our default is to try to build for all architectures supported by # the MINVERSION in a universal binary. # ARCHFLAGS ?= -mmacosx-version-min=$(MINVERSION) -arch x86_64 -stdlib=libc++ # Compile flags # CFLAGS += $(ARCHFLAGS) -fPIC CXXFLAGS += $(ARCHFLAGS) -std=c++11 -O2 -Wall -I. -I/usr/local/include -fPIC # Link flags common to all link targets # LDFLAGS += $(ARCHFLAGS) -L/usr/local/lib # ar, ranlib # AR = ar RANLIB = ranlib RM_F = rm -f # Libraries required for the plugins. # PLUGIN_LIBS = ./libvamp-sdk.a # File extension for a dynamically loadable object # PLUGIN_EXT = .dylib # Libraries required for the host. # HOST_LIBS = ./libvamp-hostsdk.a -L../10.6/inst/lib -lsndfile -logg -lvorbis -lvorbisenc -lflac -ldl # Libraries required for the RDF template generator. # RDFGEN_LIBS = ./libvamp-hostsdk.a -ldl # Flags required to tell the compiler to create a dynamically loadable object # DYNAMIC_LDFLAGS = $(ARCHFLAGS) -dynamiclib # Flags for building specific plugin and library targets. We need to # tell the linker the formal name for the library, and for plugins we # also want to tell the linker to make all symbols in the library # hidden except for the public entry point (making for a tidier library). # PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) \ -install_name vamp-example-plugins.dylib \ -exported_symbols_list build/vamp-plugin.list SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -install_name libvamp-sdk.dylib HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -install_name libvamp-hostsdk.dylib ### End of user-serviceable parts API_HEADERS = \ $(APIDIR)/vamp.h SDK_HEADERS = \ $(SDKDIR)/Plugin.h \ $(SDKDIR)/PluginAdapter.h \ $(SDKDIR)/PluginBase.h \ $(SDKDIR)/RealTime.h \ $(SDKDIR)/FFT.h \ $(SDKDIR)/plugguard.h \ $(SDKDIR)/vamp-sdk.h HOSTSDK_HEADERS = \ $(HOSTSDKDIR)/Plugin.h \ $(HOSTSDKDIR)/PluginBase.h \ $(HOSTSDKDIR)/PluginHostAdapter.h \ $(HOSTSDKDIR)/RealTime.h \ $(HOSTSDKDIR)/PluginBufferingAdapter.h \ $(HOSTSDKDIR)/PluginChannelAdapter.h \ $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ $(HOSTSDKDIR)/PluginLoader.h \ $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ $(HOSTSDKDIR)/PluginWrapper.h \ $(HOSTSDKDIR)/hostguard.h \ $(HOSTSDKDIR)/host-c.h \ $(HOSTSDKDIR)/vamp-hostsdk.h SDK_OBJECTS = \ $(SDKSRCDIR)/PluginAdapter.o \ $(SDKSRCDIR)/RealTime.o \ $(SDKSRCDIR)/FFT.o \ $(SDKSRCDIR)/acsymbols.o HOSTSDK_OBJECTS = \ $(HOSTSDKSRCDIR)/Files.o \ $(HOSTSDKSRCDIR)/PluginHostAdapter.o \ $(HOSTSDKSRCDIR)/RealTime.o \ $(HOSTSDKSRCDIR)/PluginBufferingAdapter.o \ $(HOSTSDKSRCDIR)/PluginChannelAdapter.o \ $(HOSTSDKSRCDIR)/PluginInputDomainAdapter.o \ $(HOSTSDKSRCDIR)/PluginLoader.o \ $(HOSTSDKSRCDIR)/PluginSummarisingAdapter.o \ $(HOSTSDKSRCDIR)/PluginWrapper.o \ $(HOSTSDKSRCDIR)/host-c.o \ $(HOSTSDKSRCDIR)/acsymbols.o SDK_STATIC = \ ./libvamp-sdk.a HOSTSDK_STATIC = \ ./libvamp-hostsdk.a SDK_DYNAMIC = \ ./libvamp-sdk$(PLUGIN_EXT) HOSTSDK_DYNAMIC = \ ./libvamp-hostsdk$(PLUGIN_EXT) SDK_LA = \ $(LADIR)/libvamp-sdk.la HOSTSDK_LA = \ $(LADIR)/libvamp-hostsdk.la PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PowerSpectrum.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ $(EXAMPLEDIR)/FixedTempoEstimator.h \ $(EXAMPLEDIR)/AmplitudeFollower.h \ $(EXAMPLEDIR)/ZeroCrossing.h PLUGIN_OBJECTS = \ $(EXAMPLEDIR)/SpectralCentroid.o \ $(EXAMPLEDIR)/PowerSpectrum.o \ $(EXAMPLEDIR)/PercussionOnsetDetector.o \ $(EXAMPLEDIR)/FixedTempoEstimator.o \ $(EXAMPLEDIR)/AmplitudeFollower.o \ $(EXAMPLEDIR)/ZeroCrossing.o \ $(EXAMPLEDIR)/plugins.o PLUGIN_TARGET = \ $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT) HOST_HEADERS = \ $(HOSTDIR)/system.h HOST_OBJECTS = \ $(HOSTDIR)/vamp-simple-host.o HOST_TARGET = \ $(HOSTDIR)/vamp-simple-host RDFGEN_OBJECTS = \ $(RDFGENDIR)/vamp-rdf-template-generator.o RDFGEN_TARGET = \ $(RDFGENDIR)/vamp-rdf-template-generator sdk: sdkstatic $(SDK_DYNAMIC) $(HOSTSDK_DYNAMIC) sdkstatic: $(SDK_STATIC) $(HOSTSDK_STATIC) $(RANLIB) $(SDK_STATIC) $(RANLIB) $(HOSTSDK_STATIC) plugins: $(PLUGIN_TARGET) host: $(HOST_TARGET) rdfgen: $(RDFGEN_TARGET) all: sdk plugins host rdfgen test $(SDK_STATIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(RM_F) $@ $(AR) r $@ $(SDK_OBJECTS) $(HOSTSDK_STATIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(RM_F) $@ $(AR) r $@ $(HOSTSDK_OBJECTS) $(SDK_DYNAMIC): $(SDK_OBJECTS) $(API_HEADERS) $(SDK_HEADERS) $(CXX) $(LDFLAGS) $(SDK_DYNAMIC_LDFLAGS) -o $@ $(SDK_OBJECTS) $(HOSTSDK_DYNAMIC): $(HOSTSDK_OBJECTS) $(API_HEADERS) $(HOSTSDK_HEADERS) $(CXX) $(LDFLAGS) $(HOSTSDK_DYNAMIC_LDFLAGS) -o $@ $(HOSTSDK_OBJECTS) $(PLUGIN_TARGET): $(PLUGIN_OBJECTS) $(SDK_STATIC) $(PLUGIN_HEADERS) $(CXX) $(LDFLAGS) $(PLUGIN_LDFLAGS) -o $@ $(PLUGIN_OBJECTS) $(PLUGIN_LIBS) $(HOST_TARGET): $(HOST_OBJECTS) $(HOSTSDK_STATIC) $(HOST_HEADERS) $(CXX) $(LDFLAGS) $(HOST_LDFLAGS) -o $@ $(HOST_OBJECTS) $(HOST_LIBS) $(RDFGEN_TARGET): $(RDFGEN_OBJECTS) $(HOSTSDK_STATIC) $(CXX) $(LDFLAGS) $(RDFGEN_LDFLAGS) -o $@ $(RDFGEN_OBJECTS) $(RDFGEN_LIBS) test: plugins host VAMP_PATH=$(EXAMPLEDIR) $(HOST_TARGET) -l clean: rm -f $(SDK_OBJECTS) $(HOSTSDK_OBJECTS) $(PLUGIN_OBJECTS) $(HOST_OBJECTS) $(RDFGEN_OBJECTS) distclean: clean rm -f $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) $(PLUGIN_TARGET) $(HOST_TARGET) $(RDFGEN_TARGET) *~ */*~ # DO NOT DELETE examples/AmplitudeFollower.o: examples/AmplitudeFollower.h vamp-sdk/Plugin.h examples/AmplitudeFollower.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/AmplitudeFollower.o: vamp-sdk/RealTime.h examples/FixedTempoEstimator.o: examples/FixedTempoEstimator.h examples/FixedTempoEstimator.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/FixedTempoEstimator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/PercussionOnsetDetector.o: examples/PercussionOnsetDetector.h examples/PercussionOnsetDetector.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h examples/PercussionOnsetDetector.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h examples/SpectralCentroid.o: examples/SpectralCentroid.h vamp-sdk/Plugin.h examples/SpectralCentroid.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/SpectralCentroid.o: vamp-sdk/RealTime.h examples/PowerSpectrum.o: examples/PowerSpectrum.h vamp-sdk/Plugin.h examples/PowerSpectrum.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/PowerSpectrum.o: vamp-sdk/RealTime.h examples/ZeroCrossing.o: examples/ZeroCrossing.h vamp-sdk/Plugin.h examples/ZeroCrossing.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/ZeroCrossing.o: vamp-sdk/RealTime.h examples/plugins.o: vamp/vamp.h vamp-sdk/PluginAdapter.h vamp-sdk/Plugin.h examples/plugins.o: vamp-sdk/PluginBase.h vamp-sdk/plugguard.h examples/plugins.o: vamp-sdk/RealTime.h examples/ZeroCrossing.h examples/plugins.o: vamp-sdk/Plugin.h examples/SpectralCentroid.h examples/plugins.o: examples/PercussionOnsetDetector.h examples/PowerSpectrum.h examples/plugins.o: examples/FixedTempoEstimator.h examples/plugins.o: examples/AmplitudeFollower.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginHostAdapter.h vamp/vamp.h host/vamp-simple-host.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h host/vamp-simple-host.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginInputDomainAdapter.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginWrapper.h host/vamp-simple-host.o: ./vamp-hostsdk/Plugin.h ./vamp-hostsdk/hostguard.h host/vamp-simple-host.o: vamp-sdk/Plugin.h host/vamp-simple-host.o: ./vamp-hostsdk/PluginLoader.h host/system.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginHostAdapter.h rdf/generator/vamp-rdf-template-generator.o: vamp/vamp.h vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/PluginBase.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginChannelAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginWrapper.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/hostguard.h rdf/generator/vamp-rdf-template-generator.o: vamp-sdk/Plugin.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginInputDomainAdapter.h rdf/generator/vamp-rdf-template-generator.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginHostAdapter.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginHostAdapter.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginHostAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: src/vamp-sdk/RealTime.cpp ./vamp-sdk/RealTime.h src/vamp-hostsdk/RealTime.o: vamp-sdk/plugguard.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/PluginAdapter.h vamp/vamp.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/Plugin.h vamp-sdk/PluginBase.h src/vamp-sdk/PluginAdapter.o: vamp-sdk/plugguard.h vamp-sdk/RealTime.h src/vamp-sdk/RealTime.o: ./vamp-sdk/RealTime.h vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginBufferingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginChannelAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginInputDomainAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginHostAdapter.h src/vamp-hostsdk/PluginLoader.o: vamp/vamp.h vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginLoader.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginLoader.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginInputDomainAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginChannelAdapter.h src/vamp-hostsdk/PluginLoader.o: ./vamp-hostsdk/PluginBufferingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginSummarisingAdapter.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginSummarisingAdapter.o: vamp-sdk/RealTime.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/PluginWrapper.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: ./vamp-hostsdk/hostguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/Plugin.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/PluginBase.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/plugguard.h src/vamp-hostsdk/PluginWrapper.o: vamp-sdk/RealTime.h vamp-plugin-sdk-2.10.0/build/README.linux0000644000000000000000000000416113660464475016074 0ustar 00000000000000 The Vamp Plugin SDK -- Platform Notes for Linux and other GNU platforms ======================================================================= Building at the command line ---------------------------- To build the SDK, example plugins, and command-line host: $ ./configure $ make To install after a successful make, run "make install" as root (or via sudo). Installing the Example Plugins ------------------------------ To install the example plugins so you can load them in Vamp hosts, copy the files examples/vamp-example-plugins.so and examples/vamp-example-plugins.cat to /usr/local/lib/vamp/ or $HOME/vamp/ Plugin Linkage -------------- Vamp plugins are distributed as dynamic libraries (.so files). A properly packaged Vamp plugin library should export exactly one public symbol, namely the Vamp API entry point vampGetPluginDescriptor. The default for the GNU linker is to export all of the symbols in the library. This will work (the host will be able to load the plugin), but it unnecessarily pollutes the host's symbol namespace, it may cause symbol collisions in some esoteric circumstances, and it increases the amount of time the plugin takes to load. To improve this behaviour, you can instruct the linker to export only the one required symbol using a linker script. To do this, place the text { global: vampGetPluginDescriptor; local: *; }; into a text file, and then use the --version-script option to the linker to tell it to refer to this file. All other symbols will then be properly hidden. The Makefile included in this SDK uses this method to manage symbol visibility for the included example plugins, using the file build/vamp-plugin.map. There are other methods that will work too, but this one is simple and has the advantage of requiring no changes to the code. Test Your Plugins ----------------- The Vamp Plugin Tester is a vital utility which you can use to test your plugins for common problems. It can help you if you're having problems getting your plugin to work at all, and you're strongly advised to use it before you release anything. Download it from the Vamp plugins site now! vamp-plugin-sdk-2.10.0/build/README.msvc0000644000000000000000000000777713660464475015725 0ustar 00000000000000 The Vamp Plugin SDK -- Platform Notes for Visual C++ on Windows =============================================================== This version of the SDK is contains project files for Visual C++ 2013 or newer. You can build the SDK in either 32-bit or 64-bit (x64) mode, but remember that a 32-bit host generally cannot load 64-bit plugins. Visual C++ Projects and Solution Files -------------------------------------- Two Visual C++ solution files are included: - build/VampSDK.sln Builds the plugin SDK and the example plugins. See the VampPluginSDK and VampExamplePlugins projects below. - build/VampHostSDK.sln Builds the host SDK and the simple-host command-line application. See the VampHostSDK and VampSimpleHost projects below. Note that the VampSimpleHost requires the libsndfile library; if you want to build without that, use the VampHostSDK project rather than this solution. Four Visual C++ project files are included: - build/VampPluginSDK.vcxproj This builds the plugin SDK into a single static library, but does not build the example plugins, the host SDK, or the host. (We recommend using static linkage for the SDK rather than distributing it as a DLL, particularly when building plugins.) - build/VampExamplePlugins.vcxproj This builds the example plugins DLL, but does not build the plugin or host SDKs or the host. You don't need to build the plugin SDK before this, because this project simply includes the plugin SDK files rather than using the library. - build/VampHostSDK.vcxproj This builds the host SDK into a single static library, but does not build the plugin SDK, example plugins, or host. - build/VampSimpleHost.vcxproj This builds the simple host command line program. You must have the libsndfile library installed in order to build this project. Of course, when using Visual Studio or another IDE to build a plugin or host using the SDK, you may simply add the .h and .cpp files in the vamp-sdk or vamp-hostsdk directories to your existing project. This is the approach taken in the VampExamplePlugins project. Installing the Example Plugins ------------------------------ To install the example plugins so you can load them in Vamp hosts, copy the files build\release\vamp-example-plugins.dll and examples\vamp-example-plugins.cat to the appropriate location as follows: * For 32-bit plugins running on a 32-bit system, and for 64-bit plugins running on a 64-bit system C:\Program Files\Vamp Plugins * For 32-bit plugins running on a 64-bit system C:\Program Files\Vamp Plugins (x86) You cannot use 64-bit plugins on a 32-bit system. Plugin Linkage -------------- Vamp plugins are distributed as dynamic libraries (DLLs). A properly packaged Vamp plugin DLL should export exactly one public symbol, namely the Vamp API entry point vampGetPluginDescriptor. One nice tidy way to achieve this with Visual Studio is to add the linker option /EXPORT:vampGetPluginDescriptor to your project. (All of the other symbols will be properly hidden, because that is the default for the Visual Studio linker.) The included example plugins project in build/VampExamplePlugins.vcxproj does this. Alternatively, you may modify vamp/vamp.h to add the __declspec(dllexport) attribute to the vampGetPluginDescriptor declaration. This is not present by default, because it isn't portable among compilers and, as we only want one symbol exported, the above linker option works equally well without code changes. (If you don't take at least one of these actions, your plugin library simply will not load in any host.) Using MinGW/Cygwin ------------------ Refer to README.linux for build instructions using the GNU toolchain. Test Your Plugins ----------------- The Vamp Plugin Tester is a vital utility which you can use to test your plugins for common problems. It can help you if you're having problems getting your plugin to work at all, and you're strongly advised to use it before you release anything. Download it from the Vamp plugins site now! vamp-plugin-sdk-2.10.0/build/README.osx0000644000000000000000000000633113660464475015547 0ustar 00000000000000 The Vamp Plugin SDK -- Platform Notes for OS/X ============================================== Prerequisites ------------- You must have Xcode installed, with the command-line build tools (an optional component). You must have libsndfile (http://www.mega-nerd.com/libsndfile/) installed in order to build the command-line host successfully. But you do not need libsndfile if you only want to build plugins. Building at the command line ---------------------------- To build the SDK, example plugins, and command-line host: $ make -f build/Makefile.osx To build only the SDK and example plugins (for example if you do not have libsndfile installed): $ make -f build/Makefile.osx sdk plugins See the comments at the top of Makefile.osx for more information about the libraries and other targets that are built in this way. If you are using an IDE such as Xcode, you may prefer to add the vamp-sdk and src/vamp-sdk (for plugins) or vamp-hostsdk and src/vamp-hostsdk (for hosts) directories to your existing project. If you are using OS/X 10.6 or older, you could try Makefile.osx.106 instead of Makefile.osx. Installing the Example Plugins ------------------------------ To install the example plugins so you can load them in Vamp hosts, copy the files examples/vamp-example-plugins.dylib and examples/vamp-example-plugins.cat to /Library/Audio/Plug-Ins/Vamp/ or $HOME/Library/Audio/Plug-Ins/Vamp/ Plugin Linkage -------------- Vamp plugins are distributed as dynamic libraries (.dylib). An OS/X dynamic library has a formal installed name, which is recorded in the library's header: you will need to ensure that this matches the plugin's filename (e.g. vamp-example-plugins.dylib) by using the -install_name option at link time. The Makefile.osx provided with the SDK contains an example of this. A well-packaged Vamp plugin library should export exactly one public symbol, namely the Vamp API entry point vampGetPluginDescriptor. The default for the OS/X linker is to export all of the symbols in the library. This will work (the host will be able to load the plugin), but it unnecessarily pollutes the host's symbol namespace, it may cause symbol collisions in some esoteric circumstances, and it increases the amount of time the plugin takes to load. To improve this behaviour, you can instruct the linker to export only the one required symbol using a symbols list file. To do this, place the single line _vampGetPluginDescriptor (with leading underscore) into a text file, and then use the -exported_symbols_list option to the linker to tell it to refer to this file. All other symbols will then be properly hidden. The Makefile.osx included in this SDK uses this method to manage symbol visibility for the included example plugins, using the file build/vamp-plugin.list. There are other methods that will work too, but this one is simple and has the advantage of requiring no changes to the code. Test Your Plugins ----------------- The Vamp Plugin Tester is a vital utility which you can use to test your plugins for common problems. It can help you if you're having problems getting your plugin to work at all, and you're strongly advised to use it before you release anything. Download it from the Vamp plugins site now! vamp-plugin-sdk-2.10.0/build/VampExamplePlugins.vcxproj0000644000000000000000000002410313660464475021252 0ustar 00000000000000 Debug Win32 Debug x64 Release Win32 Release x64 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A} VampExamplePlugins Win32Proj VampExamplePlugins DynamicLibrary v120 DynamicLibrary v120 DynamicLibrary v120 DynamicLibrary v120 <_ProjectFileVersion>10.0.30319.1 Debug\ Debug\ true true Release\ Release\ true true Disabled $(ProjectDir)/..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue 4996;%(DisableSpecificWarnings) /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) $(OutDir)vamp-example-plugins.dll true Windows MachineX86 Disabled $(ProjectDir)/..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase 4996;%(DisableSpecificWarnings) /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) $(OutDir)vamp-example-plugins.dll true Windows $(ProjectDir)/..;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL Level3 ProgramDatabase 4996;%(DisableSpecificWarnings) /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) $(OutDir)vamp-example-plugins.dll true Windows true true MachineX86 $(ProjectDir)/..;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL Level3 ProgramDatabase 4996;%(DisableSpecificWarnings) /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) $(OutDir)vamp-example-plugins.dll true Windows true true vamp-plugin-sdk-2.10.0/build/VampHostSDK.sln0000644000000000000000000000576013660464475016705 0ustar 00000000000000 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampHostSDK", "VampHostSDK.vcxproj", "{3875EF8B-14E8-4825-B2C1-A8B869C336F5}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampSimpleHost", "VampSimpleHost.vcxproj", "{6F6F2651-E7B2-42B2-8053-556FEB50A552}" ProjectSection(ProjectDependencies) = postProject {3875EF8B-14E8-4825-B2C1-A8B869C336F5} = {3875EF8B-14E8-4825-B2C1-A8B869C336F5} EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Mixed Platforms = Debug|Mixed Platforms Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Mixed Platforms = Release|Mixed Platforms Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.ActiveCfg = Debug|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.Build.0 = Debug|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.ActiveCfg = Debug|x64 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.Build.0 = Debug|x64 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Mixed Platforms.Build.0 = Release|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.ActiveCfg = Release|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.Build.0 = Release|Win32 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.ActiveCfg = Release|x64 {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.Build.0 = Release|x64 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.ActiveCfg = Debug|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.Build.0 = Debug|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.ActiveCfg = Debug|x64 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.Build.0 = Debug|x64 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Mixed Platforms.Build.0 = Release|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.ActiveCfg = Release|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.Build.0 = Release|Win32 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.ActiveCfg = Release|x64 {6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal vamp-plugin-sdk-2.10.0/build/VampHostSDK.vcxproj0000644000000000000000000001774513660464475017612 0ustar 00000000000000 Debug Win32 Debug x64 Release Win32 Release x64 {3875EF8B-14E8-4825-B2C1-A8B869C336F5} VampHostSDK Win32Proj StaticLibrary v120 StaticLibrary v120 StaticLibrary v120 StaticLibrary v120 <_ProjectFileVersion>10.0.30319.1 Debug\ Debug\ Release\ Release\ Disabled ..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue Disabled ..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase ..;%(AdditionalIncludeDirectories) WIN32;_USE_MATH_DEFINES;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDLL Level2 ProgramDatabase ..;%(AdditionalIncludeDirectories) WIN32;_USE_MATH_DEFINES;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDLL Level2 ProgramDatabase vamp-plugin-sdk-2.10.0/build/VampPluginSDK.vcxproj0000644000000000000000000001605013660464475020117 0ustar 00000000000000 Debug Win32 Debug x64 Release Win32 Release x64 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5} VampPluginSDK Win32Proj StaticLibrary v120 StaticLibrary v120 StaticLibrary v120 StaticLibrary v120 <_ProjectFileVersion>10.0.30319.1 Debug\ Debug\ Release\ Release\ Disabled ..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue Disabled ..;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase ..;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_USE_MATH_DEFINES MultiThreadedDLL Level2 ProgramDatabase ..;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_USE_MATH_DEFINES MultiThreadedDLL Level2 ProgramDatabase vamp-plugin-sdk-2.10.0/build/VampSDK.sln0000644000000000000000000000577413660464475016054 0ustar 00000000000000 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampPluginSDK", "VampPluginSDK.vcxproj", "{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampExamplePlugins", "VampExamplePlugins.vcxproj", "{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}" ProjectSection(ProjectDependencies) = postProject {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5} = {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5} EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Mixed Platforms = Debug|Mixed Platforms Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Mixed Platforms = Release|Mixed Platforms Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.ActiveCfg = Debug|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.Build.0 = Debug|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.ActiveCfg = Debug|x64 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.Build.0 = Debug|x64 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Mixed Platforms.Build.0 = Release|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.ActiveCfg = Release|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.Build.0 = Release|Win32 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.ActiveCfg = Release|x64 {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.Build.0 = Release|x64 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.ActiveCfg = Debug|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.Build.0 = Debug|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.ActiveCfg = Debug|x64 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.Build.0 = Debug|x64 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Mixed Platforms.ActiveCfg = Release|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Mixed Platforms.Build.0 = Release|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.ActiveCfg = Release|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.Build.0 = Release|Win32 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.ActiveCfg = Release|x64 {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal vamp-plugin-sdk-2.10.0/build/VampSimpleHost.vcxproj0000644000000000000000000001776313660464475020422 0ustar 00000000000000 Debug Win32 Debug x64 Release Win32 Release x64 {6F6F2651-E7B2-42B2-8053-556FEB50A552} Win32Proj VampSimpleHost Application true v120 Unicode Application true v120 MultiByte Application false v120 true Unicode Application false v120 true MultiByte true true false false Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) .. Console true Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ..;C:\Program Files\Mega-Nerd\libsndfile\include Console true x64\Debug\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies) Level3 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..;C:\Program Files (x86)\Mega-Nerd\libsndfile\include Console true true true Release\VampHostSDK.lib;C:\Program Files (x86)\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies) Level3 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..;C:\Program Files\Mega-Nerd\libsndfile\include Console true true true x64\Release\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies) vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.10_ubuntu16040000644000000000000000000000207513660464475022064 0ustar 00000000000000FROM ubuntu:16.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ locales \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN hg clone -rvamp-plugin-sdk-v2.10 https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.10.0-binaries-amd64-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a examples/vamp-example-plugins.so host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.10.0-binaries-amd64-linux RUN tar cvzf vamp-plugin-sdk-2.10.0-binaries-amd64-linux.tar.gz vamp-plugin-sdk-2.10.0-binaries-amd64-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.7.1_ubuntu14040000644000000000000000000000203313660464475022141 0ustar 00000000000000FROM ubuntu:14.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN git clone --branch vamp-plugin-sdk-v2.7.1 https://github.com/c4dm/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.7.1-binaries-amd64-gcc4-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.7.1-binaries-amd64-gcc4-linux RUN tar cvzf vamp-plugin-sdk-2.7.1-binaries-amd64-gcc4-linux.tar.gz vamp-plugin-sdk-2.7.1-binaries-amd64-gcc4-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.7.1_ubuntu16040000644000000000000000000000203313660464475022143 0ustar 00000000000000FROM ubuntu:16.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN git clone --branch vamp-plugin-sdk-v2.7.1 https://github.com/c4dm/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.7.1-binaries-amd64-gcc5-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.7.1-binaries-amd64-gcc5-linux RUN tar cvzf vamp-plugin-sdk-2.7.1-binaries-amd64-gcc5-linux.tar.gz vamp-plugin-sdk-2.7.1-binaries-amd64-gcc5-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.7_ubuntu14040000644000000000000000000000202113660464475021777 0ustar 00000000000000FROM ubuntu:14.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN git clone --branch vamp-plugin-sdk-v2.7 https://github.com/c4dm/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.7-binaries-amd64-gcc4-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.7-binaries-amd64-gcc4-linux RUN tar cvzf vamp-plugin-sdk-2.7-binaries-amd64-gcc4-linux.tar.gz vamp-plugin-sdk-2.7-binaries-amd64-gcc4-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.7_ubuntu16040000644000000000000000000000202113660464475022001 0ustar 00000000000000FROM ubuntu:16.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN git clone --branch vamp-plugin-sdk-v2.7 https://github.com/c4dm/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.7-binaries-amd64-gcc5-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.7-binaries-amd64-gcc5-linux RUN tar cvzf vamp-plugin-sdk-2.7-binaries-amd64-gcc5-linux.tar.gz vamp-plugin-sdk-2.7-binaries-amd64-gcc5-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.8_ubuntu16040000644000000000000000000000206013660464475022005 0ustar 00000000000000FROM ubuntu:16.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ locales \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN hg clone -rdf32b473b9b6 https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.8.0-binaries-amd64-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a examples/vamp-example-plugins.so host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.8.0-binaries-amd64-linux RUN tar cvzf vamp-plugin-sdk-2.8.0-binaries-amd64-linux.tar.gz vamp-plugin-sdk-2.8.0-binaries-amd64-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/Dockerfile_v2.9_ubuntu16040000644000000000000000000000207013660464475022007 0ustar 00000000000000FROM ubuntu:16.04 MAINTAINER Chris Cannam RUN apt-get update && \ apt-get install -y \ locales \ build-essential \ libsndfile-dev \ git \ mercurial RUN gcc --version RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN hg clone -rvamp-plugin-sdk-v2.9 https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin WORKDIR vamp-plugin-sdk RUN ./configure && make WORKDIR ../vamp-test-plugin RUN make -f Makefile.linux WORKDIR ../vamp-plugin-sdk RUN test/run-test-plugin-regression.sh RUN mkdir vamp-plugin-sdk-2.9.0-binaries-amd64-linux RUN cp libvamp-sdk.a libvamp-hostsdk.a examples/vamp-example-plugins.so host/vamp-simple-host rdf/generator/vamp-rdf-template-generator vamp-plugin-sdk-2.9.0-binaries-amd64-linux RUN tar cvzf vamp-plugin-sdk-2.9.0-binaries-amd64-linux.tar.gz vamp-plugin-sdk-2.9.0-binaries-amd64-linux RUN tar cvf output.tar *.tar.gz && cp output.tar .. vamp-plugin-sdk-2.10.0/build/docker/build.sh0000755000000000000000000000177013660464475016766 0ustar 00000000000000#!/bin/bash dockerdir=./build/docker if [ ! -d "$dockerdir" ]; then echo "Run this script from the build root" exit 2 fi version="$1" platform="$2" if [ -z "$platform" ] || [ -z "$version" ] || [ -n "$3" ]; then echo "Usage: $0 " echo "where matches the suffix of the Docker file, e.g. ubuntu1604" exit 2 fi set -eu echo "Building for version $version, platform $platform" dockerfile="Dockerfile_v${version}_${platform}" if [ ! -f "$dockerdir/$dockerfile" ]; then echo "No matching docker file $dockerfile found in $dockerdir" exit 1 fi dockertag="cannam/vamp-plugin-sdk-$platform" sudo docker build -t "$dockertag" -f "$dockerdir/$dockerfile" "$dockerdir" outdir="$dockerdir/output" mkdir -p "$outdir" container=$(sudo docker create "$dockertag") sudo docker cp "$container":output.tar "$outdir" sudo docker rm "$container" ( cd "$outdir" ; tar xf output.tar && rm -f output.tar ) echo echo "Done, output directory contains:" ls -ltr "$outdir" vamp-plugin-sdk-2.10.0/build/libvamp-hostsdk.la.in0000644000000000000000000000052013660464475020103 0ustar 00000000000000# libvamp-hostsdk.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is necessary for linking the library. dlname='%LINK_ABI%' library_names='%LIBNAME% %LINK_ABI% %LINK_DEV%' old_library='%STATIC%' dependency_libs='' current=3 age=10 revision=0 installed=yes libdir='%LIBS%' vamp-plugin-sdk-2.10.0/build/libvamp-sdk.la.in0000644000000000000000000000051413660464475017210 0ustar 00000000000000# libvamp-sdk.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is necessary for linking the library. dlname='%LINK_ABI%' library_names='%LIBNAME% %LINK_ABI% %LINK_DEV%' old_library='%STATIC%' dependency_libs='' current=2 age=10 revision=0 installed=yes libdir='%LIBS%' vamp-plugin-sdk-2.10.0/build/update-version.sh0000644000000000000000000000716213660464475017363 0ustar 00000000000000#!/bin/bash usage() { echo "Usage: $0 " echo " e.g. $0 2.2" echo " e.g. $0 2.2.1" exit 2; } version=$1 [ -n "$version" ] || usage major=${version%%.*} # 2.3 -> 2, 2.3.1 -> 2 minor=${version#*.} # 2.3 -> 3, 2.3.1 -> 3.1 minor=${minor%.*} # 3 -> 3, 3.1 -> 3 sdkmajor=$major sdkminor=$minor hostmajor=$(($major+1)) # there has been one API change in a minor release hostminor=$minor acs="`echo $version | tr '.' '_'`" echo "Major version = $major, minor version = $minor" echo "SDK current = $sdkmajor, age = $sdkminor" echo "Host SDK current = $hostmajor, age = $hostminor" echo "Version string = $version" echo "acsymbols string = $acs" p="perl -i -p -e" $p 's/(This is version) [^ ]+/$1 '$version'/' \ README $p 's/(AC_INIT\(vamp-plugin-sdk,) [^,]+,/$1 '$version',/' \ configure.ac $p 's/(INSTALL_SDK_LIBNAME\s*=\s*libvamp-sdk.so).*/$1.'$sdkmajor'.'$sdkminor'.0/' \ Makefile.in $p 's/(INSTALL_SDK_LINK_ABI\s*=\s*libvamp-sdk.so).*/$1.'$sdkmajor'/' \ Makefile.in $p 's/(INSTALL_SDK_LIBNAME\s*=\s*libvamp-sdk-dynamic).*.dylib/$1.'$sdkmajor'.'$sdkminor'.0.dylib/' \ Makefile.in $p 's/(INSTALL_SDK_LINK_ABI\s*=\s*libvamp-sdk-dynamic).*.dylib/$1.'$sdkmajor'.dylib/' \ Makefile.in $p 's/(current)=.*/$1='$sdkmajor'/' \ build/libvamp-sdk.la.in $p 's/(age)=.*/$1='$sdkminor'/' \ build/libvamp-sdk.la.in $p 's/(INSTALL_HOSTSDK_LIBNAME\s*=\s*libvamp-hostsdk.so).*/$1.'$hostmajor'.'$hostminor'.0/' \ Makefile.in $p 's/(INSTALL_HOSTSDK_LINK_ABI\s*=\s*libvamp-hostsdk.so).*/$1.'$hostmajor'/' \ Makefile.in $p 's/(INSTALL_HOSTSDK_LIBNAME\s*=\s*libvamp-hostsdk).*.dylib/$1.'$hostmajor'.'$hostminor'.0.dylib/' \ Makefile.in $p 's/(INSTALL_HOSTSDK_LINK_ABI\s*=\s*libvamp-hostsdk).*.dylib/$1.'$hostmajor'.dylib/' \ Makefile.in $p 's/(current)=.*/$1='$hostmajor'/' \ build/libvamp-hostsdk.la.in $p 's/(age)=.*/$1='$hostminor'/' \ build/libvamp-hostsdk.la.in $p 's/(PROJECT_NUMBER[^=]*)=.*/$1= '$version'/' \ build/Doxyfile $p 's/(VAMP_API_VERSION).*/$1 '$major'/' \ vamp/vamp.h $p 's/(VAMP_SDK_VERSION) +"[^"]*"/$1 "'$version'"/' \ vamp-sdk/plugguard.h $p 's/(VAMP_SDK_MAJOR_VERSION).*/$1 '$major'/' \ vamp-sdk/plugguard.h $p 's/(VAMP_SDK_MINOR_VERSION).*/$1 '$minor'/' \ vamp-sdk/plugguard.h $p 's/(VAMP_SDK_VERSION) +"[^"]*"/$1 "'$version'"/' \ vamp-hostsdk/hostguard.h $p 's/(VAMP_SDK_MAJOR_VERSION).*/$1 '$major'/' \ vamp-hostsdk/hostguard.h $p 's/(VAMP_SDK_MINOR_VERSION).*/$1 '$minor'/' \ vamp-hostsdk/hostguard.h $p 's/(VAMP_SDK_MAJOR_VERSION !=) [\d\.]+/$1 '$major'/' \ src/vamp-sdk/FFT.cpp $p 's/(VAMP_SDK_MINOR_VERSION !=) [\d\.]+/$1 '$minor'/' \ src/vamp-sdk/FFT.cpp $p 's/(VAMP_SDK_MAJOR_VERSION !=) [\d\.]+/$1 '$major'/' \ src/vamp-sdk/PluginAdapter.cpp $p 's/(VAMP_SDK_MINOR_VERSION !=) [\d\.]+/$1 '$minor'/' \ src/vamp-sdk/PluginAdapter.cpp $p 's/(VAMP_SDK_MAJOR_VERSION !=) [\d\.]+/$1 '$major'/' \ src/vamp-hostsdk/PluginHostAdapter.cpp $p 's/(VAMP_SDK_MINOR_VERSION !=) [\d\.]+/$1 '$minor'/' \ src/vamp-hostsdk/PluginHostAdapter.cpp for pc in pkgconfig/*.pc.in ; do $p 's/(Version:) .*/$1 '$version'/' $pc done fgrep -q 'libvampsdk_v_'$acs'_present' src/vamp-sdk/acsymbols.c || \ $p 's/^$/\nextern void libvampsdk_v_'$acs'_present(void) { }/' \ src/vamp-sdk/acsymbols.c fgrep -q 'libvamphostsdk_v_'$acs'_present' src/vamp-hostsdk/acsymbols.c || \ $p 's/^$/\nextern void libvamphostsdk_v_'$acs'_present(void) { }/' \ src/vamp-hostsdk/acsymbols.c echo "Done, now check changes with e.g. hg diff" echo "*** Don't forget to update CHANGELOG" echo "*** Don't forget to re-run \"aclocal -I . && autoconf\"" vamp-plugin-sdk-2.10.0/build/vamp-plugin.list0000644000000000000000000000003113660464475017202 0ustar 00000000000000_vampGetPluginDescriptor vamp-plugin-sdk-2.10.0/build/vamp-plugin.map0000644000000000000000000000006213660464475017010 0ustar 00000000000000{ global: vampGetPluginDescriptor; local: *; }; vamp-plugin-sdk-2.10.0/configure0000755000000000000000000044530613660464475014700 0ustar 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for vamp-plugin-sdk 2.10. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and $0: cannam@all-day-breakfast.com about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='vamp-plugin-sdk' PACKAGE_TARNAME='vamp-plugin-sdk' PACKAGE_VERSION='2.10' PACKAGE_STRING='vamp-plugin-sdk 2.10' PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' PACKAGE_URL='' ac_unique_file="vamp/vamp.h" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='LTLIBOBJS LIBOBJS TARGETS SNDFILE_LIBS SNDFILE_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG HAVE_CXX11 EGREP GREP CPP ac_ct_CC CFLAGS CC OBJEXT EXEEXT ac_ct_CXX CPPFLAGS LDFLAGS CXXFLAGS CXX target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_programs ' ac_precious_vars='build_alias host_alias target_alias CXX CXXFLAGS LDFLAGS LIBS CPPFLAGS CCC CC CFLAGS CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR SNDFILE_CFLAGS SNDFILE_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures vamp-plugin-sdk 2.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/vamp-plugin-sdk] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of vamp-plugin-sdk 2.10:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-programs enable building of example host and RDF generator [default=yes] Some influential environment variables: CXX C++ compiler command CXXFLAGS C++ compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CC C compiler command CFLAGS C compiler flags CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path SNDFILE_CFLAGS C compiler flags for SNDFILE, overriding pkg-config SNDFILE_LIBS linker flags for SNDFILE, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF vamp-plugin-sdk configure 2.10 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by vamp-plugin-sdk $as_me 2.10, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 $as_echo_n "checking whether the C++ compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C++ compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 $as_echo_n "checking for C++ compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if ${ac_cv_cxx_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if ${ac_cv_prog_cxx_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : else ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac # We now require C++11 ax_cxx_compile_cxx11_required=true ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_success=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; } if ${ax_cv_cxx_compile_cxx11+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ template struct check { static_assert(sizeof(int) <= sizeof(T), "not big enough"); }; struct Base { virtual void f() {} }; struct Child : public Base { virtual void f() override {} }; typedef check> right_angle_brackets; int a; decltype(a) b; typedef check check_type; check_type c; check_type&& cr = static_cast(c); auto d = a; auto l = [](){}; _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ax_cv_cxx_compile_cxx11=yes else ax_cv_cxx_compile_cxx11=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; } if test x$ax_cv_cxx_compile_cxx11 = xyes; then ac_success=yes fi if test x$ac_success = xno; then for switch in -std=c++11 -std=c++0x; do cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; } if eval \${$cachevar+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $switch" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ template struct check { static_assert(sizeof(int) <= sizeof(T), "not big enough"); }; struct Base { virtual void f() {} }; struct Child : public Base { virtual void f() override {} }; typedef check> right_angle_brackets; int a; decltype(a) b; typedef check check_type; check_type c; check_type&& cr = static_cast(c); auto d = a; auto l = [](){}; _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : eval $cachevar=yes else eval $cachevar=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CXXFLAGS="$ac_save_CXXFLAGS" fi eval ac_res=\$$cachevar { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test x\$$cachevar = xyes; then CXXFLAGS="$CXXFLAGS $switch" ac_success=yes break fi done fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test x$ax_cxx_compile_cxx11_required = xtrue; then if test x$ac_success = xno; then as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5 fi else if test x$ac_success = xno; then HAVE_CXX11=0 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5 $as_echo "$as_me: No compiler with C++11 support was found" >&6;} else HAVE_CXX11=1 $as_echo "#define HAVE_CXX11 1" >>confdefs.h fi fi if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then echo "WARNING: A version of the Vamp plugin SDK is already installed." echo " Expect worries and sorrows if you install a new version" echo " without removing the old one first. (Continuing)" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 $as_echo_n "checking for library containing dlopen... " >&6; } if ${ac_cv_search_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF for ac_lib in '' dl; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_dlopen=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_dlopen+:} false; then : break fi done if ${ac_cv_search_dlopen+:} false; then : else ac_cv_search_dlopen=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5 $as_echo "$ac_cv_search_dlopen" >&6; } ac_res=$ac_cv_search_dlopen if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi # Check whether --enable-programs was given. if test "${enable_programs+set}" = set; then : enableval=$enable_programs; PROGS_ARGUMENT=$enableval else PROGS_ARGUMENT="yes" fi if test "x$PROGS_ARGUMENT" = "xyes" ; then if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5 $as_echo_n "checking for SNDFILE... " >&6; } if test -n "$SNDFILE_CFLAGS"; then pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&5 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$SNDFILE_LIBS"; then pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile\""; } >&5 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile" 2>&1` else SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$SNDFILE_PKG_ERRORS" >&5 have_sndfile="no" elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } have_sndfile="no" else SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } have_sndfile="yes" fi if test "x$have_sndfile" = "xyes" ; then TARGETS="sdk plugins host rdfgen test" else as_fn_error $? "libsndfile not found - cannot build example Vamp host! If you don't want to build the host, configure with --disable-programs." "$LINENO" 5 fi else TARGETS="sdk plugins" fi if test "x$GCC" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-fPIC\ -Wall[\ \ ]*) ;; *) CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra" ;; esac case " $CFLAGS " in *[\ \ ]-fPIC\ -Wall[\ \ ]*) ;; *) CFLAGS="$CFLAGS -fPIC -Wall -Wextra" ;; esac CXXFLAGS="$CXXFLAGS -std=c++11" fi ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by vamp-plugin-sdk $as_me 2.10, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ vamp-plugin-sdk config.status 2.10 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES " shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi vamp-plugin-sdk-2.10.0/configure.ac0000644000000000000000000000337713660464475015255 0ustar 00000000000000 AC_INIT(vamp-plugin-sdk, 2.10, cannam@all-day-breakfast.com) AC_CONFIG_SRCDIR(vamp/vamp.h) AC_PROG_CXX AC_HEADER_STDC AC_C_BIGENDIAN # We now require C++11 AX_CXX_COMPILE_STDCXX_11(noext) if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then echo "WARNING: A version of the Vamp plugin SDK is already installed." echo " Expect worries and sorrows if you install a new version" echo " without removing the old one first. (Continuing)" fi AC_SEARCH_LIBS([dlopen],[dl]) dnl See if the user wants to build programs, or just the SDK AC_ARG_ENABLE(programs, [AS_HELP_STRING([--enable-programs], [enable building of example host and RDF generator [default=yes]])], PROGS_ARGUMENT=$enableval, PROGS_ARGUMENT="yes") dnl if the user wants progs, then we need to check for libsndfile if test "x$PROGS_ARGUMENT" = "xyes" ; then PKG_CHECK_MODULES([SNDFILE],[sndfile],have_sndfile="yes",have_sndfile="no") if test "x$have_sndfile" = "xyes" ; then dnl all good, build everything TARGETS="sdk plugins host rdfgen test" else dnl no libsndfile - can't build host! AC_MSG_ERROR([libsndfile not found - cannot build example Vamp host! If you don't want to build the host, configure with --disable-programs.]) fi else dnl user didn't want programs - so we won't build them TARGETS="sdk plugins" fi AC_SUBST(SNDFILE_CFLAGS) AC_SUBST(SNDFILE_LIBS) AC_SUBST(TARGETS) changequote(,)dnl if test "x$GCC" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-fPIC\ -Wall[\ \ ]*) ;; *) CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra" ;; esac case " $CFLAGS " in *[\ \ ]-fPIC\ -Wall[\ \ ]*) ;; *) CFLAGS="$CFLAGS -fPIC -Wall -Wextra" ;; esac CXXFLAGS="$CXXFLAGS -std=c++11" fi changequote([,])dnl AC_SUBST(CXXFLAGS) AC_SUBST(CFLAGS) AC_OUTPUT([Makefile]) vamp-plugin-sdk-2.10.0/examples/AmplitudeFollower.cpp0000644000000000000000000001433213660464475020740 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Dan Stowell. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "AmplitudeFollower.h" #include #include #include #include #include using std::string; using std::vector; using std::cerr; using std::endl; /** * An implementation of SuperCollider's amplitude-follower algorithm * as a simple Vamp plugin. */ AmplitudeFollower::AmplitudeFollower(float inputSampleRate) : Plugin(inputSampleRate), m_stepSize(0), m_previn(0.0f), m_clampcoef(0.01f), m_relaxcoef(0.01f) { } AmplitudeFollower::~AmplitudeFollower() { } string AmplitudeFollower::getIdentifier() const { return "amplitudefollower"; } string AmplitudeFollower::getName() const { return "Amplitude Follower"; } string AmplitudeFollower::getDescription() const { return "Track the amplitude of the audio signal"; } string AmplitudeFollower::getMaker() const { return "Vamp SDK Example Plugins"; } int AmplitudeFollower::getPluginVersion() const { return 1; } string AmplitudeFollower::getCopyright() const { return "Code copyright 2006 Dan Stowell; method from SuperCollider. Freely redistributable (BSD license)"; } bool AmplitudeFollower::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) { cerr << "ERROR: AmplitudeFollower::initialise: " << "channel count " << channels << " out of supported range" << endl; return false; } m_stepSize = std::min(stepSize, blockSize); // Translate the coefficients // from their "convenient" 60dB convergence-time values // to real coefficients m_clampcoef = m_clampcoef==0.0 ? 0.0 : exp(log(0.1)/(m_clampcoef * m_inputSampleRate)); m_relaxcoef = m_relaxcoef==0.0 ? 0.0 : exp(log(0.1)/(m_relaxcoef * m_inputSampleRate)); return true; } void AmplitudeFollower::reset() { m_previn = 0.0f; } AmplitudeFollower::OutputList AmplitudeFollower::getOutputDescriptors() const { OutputList list; OutputDescriptor sca; sca.identifier = "amplitude"; sca.name = "Amplitude"; sca.description = "The peak tracked amplitude for the current processing block"; sca.unit = "V"; sca.hasFixedBinCount = true; sca.binCount = 1; sca.hasKnownExtents = false; sca.isQuantized = false; sca.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(sca); return list; } AmplitudeFollower::ParameterList AmplitudeFollower::getParameterDescriptors() const { ParameterList list; ParameterDescriptor att; att.identifier = "attack"; att.name = "Attack time"; att.description = "The 60dB convergence time for an increase in amplitude"; att.unit = "s"; att.minValue = 0.0f; att.maxValue = 1.f; att.defaultValue = 0.01f; att.isQuantized = false; list.push_back(att); ParameterDescriptor dec; dec.identifier = "release"; dec.name = "Release time"; dec.description = "The 60dB convergence time for a decrease in amplitude"; dec.unit = "s"; dec.minValue = 0.0f; dec.maxValue = 1.f; dec.defaultValue = 0.01f; dec.isQuantized = false; list.push_back(dec); return list; } void AmplitudeFollower::setParameter(std::string paramid, float newval) { if (paramid == "attack") { m_clampcoef = newval; } else if (paramid == "release") { m_relaxcoef = newval; } } float AmplitudeFollower::getParameter(std::string paramid) const { if (paramid == "attack") { return m_clampcoef; } else if (paramid == "release") { return m_relaxcoef; } return 0.0f; } AmplitudeFollower::FeatureSet AmplitudeFollower::process(const float *const *inputBuffers, Vamp::RealTime /* timestamp */) { if (m_stepSize == 0) { cerr << "ERROR: AmplitudeFollower::process: " << "AmplitudeFollower has not been initialised" << endl; return FeatureSet(); } float previn = m_previn; FeatureSet returnFeatures; float val; float peak = 0.0f; for (size_t i = 0; i < m_stepSize; ++i) { val = fabs(inputBuffers[0][i]); if (val < previn) { val = val + (previn - val) * m_relaxcoef; } else { val = val + (previn - val) * m_clampcoef; } if (val > peak) peak = val; previn = val; } m_previn = previn; // Now store the "feature" (peak amp) for this sample Feature feature; feature.hasTimestamp = false; feature.values.push_back(peak); returnFeatures[0].push_back(feature); return returnFeatures; } AmplitudeFollower::FeatureSet AmplitudeFollower::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/examples/AmplitudeFollower.h0000644000000000000000000000537113660464475020410 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Dan Stowell. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _AMPLITUDE_FOLLOWER_PLUGIN_H_ #define _AMPLITUDE_FOLLOWER_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin implementing the SuperCollider amplitude follower * function. */ class AmplitudeFollower : public Vamp::Plugin { public: AmplitudeFollower(float inputSampleRate); virtual ~AmplitudeFollower(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return TimeDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; OutputList getOutputDescriptors() const; ParameterList getParameterDescriptors() const; float getParameter(std::string paramid) const; void setParameter(std::string paramid, float newval); FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: size_t m_stepSize; float m_previn; float m_clampcoef; float m_relaxcoef; }; #endif vamp-plugin-sdk-2.10.0/examples/FixedTempoEstimator.cpp0000644000000000000000000004454313660464475021245 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "FixedTempoEstimator.h" using std::string; using std::vector; using std::cerr; using std::endl; using Vamp::RealTime; #include #include class FixedTempoEstimator::D // this class just avoids us having to declare any data members in the header { public: D(float inputSampleRate); ~D(); size_t getPreferredStepSize() const { return 64; } size_t getPreferredBlockSize() const { return 256; } ParameterList getParameterDescriptors() const; float getParameter(string id) const; void setParameter(string id, float value); OutputList getOutputDescriptors() const; bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); FeatureSet process(const float *const *, RealTime); FeatureSet getRemainingFeatures(); private: void calculate(); FeatureSet assembleFeatures(); float lag2tempo(int); int tempo2lag(float); float m_inputSampleRate; size_t m_stepSize; size_t m_blockSize; float m_minbpm; float m_maxbpm; float m_maxdflen; float *m_priorMagnitudes; size_t m_dfsize; float *m_df; float *m_r; float *m_fr; float *m_t; size_t m_n; Vamp::RealTime m_start; Vamp::RealTime m_lasttime; }; FixedTempoEstimator::D::D(float inputSampleRate) : m_inputSampleRate(inputSampleRate), m_stepSize(0), m_blockSize(0), m_minbpm(50), m_maxbpm(190), m_maxdflen(10), m_priorMagnitudes(0), m_df(0), m_r(0), m_fr(0), m_t(0), m_n(0) { } FixedTempoEstimator::D::~D() { delete[] m_priorMagnitudes; delete[] m_df; delete[] m_r; delete[] m_fr; delete[] m_t; } FixedTempoEstimator::ParameterList FixedTempoEstimator::D::getParameterDescriptors() const { ParameterList list; ParameterDescriptor d; d.identifier = "minbpm"; d.name = "Minimum estimated tempo"; d.description = "Minimum beat-per-minute value which the tempo estimator is able to return"; d.unit = "bpm"; d.minValue = 10; d.maxValue = 360; d.defaultValue = 50; d.isQuantized = false; list.push_back(d); d.identifier = "maxbpm"; d.name = "Maximum estimated tempo"; d.description = "Maximum beat-per-minute value which the tempo estimator is able to return"; d.defaultValue = 190; list.push_back(d); d.identifier = "maxdflen"; d.name = "Input duration to study"; d.description = "Length of audio input, in seconds, which should be taken into account when estimating tempo. There is no need to supply the plugin with any further input once this time has elapsed since the start of the audio. The tempo estimator may use only the first part of this, up to eight times the slowest beat duration: increasing this value further than that is unlikely to improve results."; d.unit = "s"; d.minValue = 2; d.maxValue = 40; d.defaultValue = 10; list.push_back(d); return list; } float FixedTempoEstimator::D::getParameter(string id) const { if (id == "minbpm") { return m_minbpm; } else if (id == "maxbpm") { return m_maxbpm; } else if (id == "maxdflen") { return m_maxdflen; } return 0.f; } void FixedTempoEstimator::D::setParameter(string id, float value) { if (id == "minbpm") { m_minbpm = value; } else if (id == "maxbpm") { m_maxbpm = value; } else if (id == "maxdflen") { m_maxdflen = value; } } static int TempoOutput = 0; static int CandidatesOutput = 1; static int DFOutput = 2; static int ACFOutput = 3; static int FilteredACFOutput = 4; FixedTempoEstimator::OutputList FixedTempoEstimator::D::getOutputDescriptors() const { OutputList list; OutputDescriptor d; d.identifier = "tempo"; d.name = "Tempo"; d.description = "Estimated tempo"; d.unit = "bpm"; d.hasFixedBinCount = true; d.binCount = 1; d.hasKnownExtents = false; d.isQuantized = false; d.sampleType = OutputDescriptor::VariableSampleRate; d.sampleRate = m_inputSampleRate; d.hasDuration = true; // our returned tempo spans a certain range list.push_back(d); d.identifier = "candidates"; d.name = "Tempo candidates"; d.description = "Possible tempo estimates, one per bin with the most likely in the first bin"; d.unit = "bpm"; d.hasFixedBinCount = false; list.push_back(d); d.identifier = "detectionfunction"; d.name = "Detection Function"; d.description = "Onset detection function"; d.unit = ""; d.hasFixedBinCount = 1; d.binCount = 1; d.hasKnownExtents = true; d.minValue = 0.0; d.maxValue = 1.0; d.isQuantized = false; d.quantizeStep = 0.0; d.sampleType = OutputDescriptor::FixedSampleRate; if (m_stepSize) { d.sampleRate = m_inputSampleRate / m_stepSize; } else { d.sampleRate = m_inputSampleRate / (getPreferredBlockSize()/2); } d.hasDuration = false; list.push_back(d); d.identifier = "acf"; d.name = "Autocorrelation Function"; d.description = "Autocorrelation of onset detection function"; d.hasKnownExtents = false; d.unit = "r"; list.push_back(d); d.identifier = "filtered_acf"; d.name = "Filtered Autocorrelation"; d.description = "Filtered autocorrelation of onset detection function"; d.unit = "r"; list.push_back(d); return list; } bool FixedTempoEstimator::D::initialise(size_t, size_t stepSize, size_t blockSize) { m_stepSize = stepSize; m_blockSize = blockSize; float dfLengthSecs = m_maxdflen; m_dfsize = (dfLengthSecs * m_inputSampleRate) / m_stepSize; m_priorMagnitudes = new float[m_blockSize/2]; m_df = new float[m_dfsize]; for (size_t i = 0; i < m_blockSize/2; ++i) { m_priorMagnitudes[i] = 0.f; } for (size_t i = 0; i < m_dfsize; ++i) { m_df[i] = 0.f; } m_n = 0; return true; } void FixedTempoEstimator::D::reset() { if (!m_priorMagnitudes) return; for (size_t i = 0; i < m_blockSize/2; ++i) { m_priorMagnitudes[i] = 0.f; } for (size_t i = 0; i < m_dfsize; ++i) { m_df[i] = 0.f; } delete[] m_r; m_r = 0; delete[] m_fr; m_fr = 0; delete[] m_t; m_t = 0; m_n = 0; m_start = RealTime::zeroTime; m_lasttime = RealTime::zeroTime; } FixedTempoEstimator::FeatureSet FixedTempoEstimator::D::process(const float *const *inputBuffers, RealTime ts) { FeatureSet fs; if (m_stepSize == 0) { cerr << "ERROR: FixedTempoEstimator::process: " << "FixedTempoEstimator has not been initialised" << endl; return fs; } if (m_n == 0) m_start = ts; m_lasttime = ts; if (m_n == m_dfsize) { // If we have seen enough input, do the estimation and return calculate(); fs = assembleFeatures(); ++m_n; return fs; } // If we have seen more than enough, just discard and return! if (m_n > m_dfsize) return FeatureSet(); float value = 0.f; // m_df will contain an onset detection function based on the rise // in overall power from one spectral frame to the next -- // simplistic but reasonably effective for our purposes. for (size_t i = 1; i < m_blockSize/2; ++i) { float real = inputBuffers[0][i*2]; float imag = inputBuffers[0][i*2 + 1]; float sqrmag = real * real + imag * imag; value += fabsf(sqrmag - m_priorMagnitudes[i]); m_priorMagnitudes[i] = sqrmag; } m_df[m_n] = value; ++m_n; return fs; } FixedTempoEstimator::FeatureSet FixedTempoEstimator::D::getRemainingFeatures() { FeatureSet fs; if (m_n > m_dfsize) return fs; calculate(); fs = assembleFeatures(); ++m_n; return fs; } float FixedTempoEstimator::D::lag2tempo(int lag) { return 60.f / ((lag * m_stepSize) / m_inputSampleRate); } int FixedTempoEstimator::D::tempo2lag(float tempo) { return ((60.f / tempo) * m_inputSampleRate) / m_stepSize; } void FixedTempoEstimator::D::calculate() { if (m_r) { cerr << "FixedTempoEstimator::calculate: calculation already happened?" << endl; return; } if (m_n < m_dfsize / 9 && m_n < (1.0 * m_inputSampleRate) / m_stepSize) { // 1 second cerr << "FixedTempoEstimator::calculate: Input is too short" << endl; return; } // This function takes m_df (the detection function array filled // out in process()) and calculates m_r (the raw autocorrelation) // and m_fr (the filtered autocorrelation from whose peaks tempo // estimates will be taken). int n = m_n; // length of actual df array (m_dfsize is the theoretical max) m_r = new float[n/2]; // raw autocorrelation m_fr = new float[n/2]; // filtered autocorrelation m_t = new float[n/2]; // averaged tempo estimate for each lag value for (int i = 0; i < n/2; ++i) { m_r[i] = 0.f; m_fr[i] = 0.f; m_t[i] = lag2tempo(i); } // Calculate the raw autocorrelation of the detection function for (int i = 0; i < n/2; ++i) { for (int j = i; j < n; ++j) { m_r[i] += m_df[j] * m_df[j - i]; } m_r[i] /= n - i - 1; } // Filter the autocorrelation and average out the tempo estimates float related[] = { 0.5, 2, 4, 8 }; for (int i = 1; i < n/2-1; ++i) { m_fr[i] = m_r[i]; int div = 1; for (int j = 0; j < int(sizeof(related)/sizeof(related[0])); ++j) { // Check for an obvious peak at each metrically related lag int k0 = int(i * related[j] + 0.5); if (k0 >= 0 && k0 < int(n/2)) { int kmax = 0; float kvmax = 0, kvmin = 0; bool have = false; for (int k = k0 - 1; k <= k0 + 1; ++k) { if (k < 0 || k >= n/2) continue; if (!have || (m_r[k] > kvmax)) { kvmax = m_r[k]; kmax = k; } if (!have || (m_r[k] < kvmin)) { kvmin = m_r[k]; } have = true; } // Boost the original lag according to the strongest // value found close to this related lag m_fr[i] += m_r[kmax] / 5; if ((kmax == 0 || m_r[kmax] > m_r[kmax-1]) && (kmax == n/2-1 || m_r[kmax] > m_r[kmax+1]) && kvmax > kvmin * 1.05) { // The strongest value close to the related lag is // also a pretty good looking peak, so use it to // improve our tempo estimate for the original lag m_t[i] = m_t[i] + lag2tempo(kmax) * related[j]; ++div; } } } m_t[i] /= div; // Finally apply a primitive perceptual weighting (to prefer // tempi of around 120-130) float weight = 1.f - fabsf(128.f - lag2tempo(i)) * 0.005; if (weight < 0.f) weight = 0.f; weight = weight * weight * weight; m_fr[i] += m_fr[i] * (weight / 3); } } FixedTempoEstimator::FeatureSet FixedTempoEstimator::D::assembleFeatures() { FeatureSet fs; if (!m_r) return fs; // No autocorrelation: no results Feature feature; feature.hasTimestamp = true; feature.hasDuration = false; feature.label = ""; feature.values.clear(); feature.values.push_back(0.f); char buffer[40]; int n = m_n; for (int i = 0; i < n; ++i) { // Return the detection function in the DF output feature.timestamp = m_start + RealTime::frame2RealTime(i * m_stepSize, m_inputSampleRate); feature.values[0] = m_df[i]; feature.label = ""; fs[DFOutput].push_back(feature); } for (int i = 1; i < n/2; ++i) { // Return the raw autocorrelation in the ACF output, each // value labelled according to its corresponding tempo feature.timestamp = m_start + RealTime::frame2RealTime(i * m_stepSize, m_inputSampleRate); feature.values[0] = m_r[i]; sprintf(buffer, "%.1f bpm", lag2tempo(i)); if (i == n/2-1) feature.label = ""; else feature.label = buffer; fs[ACFOutput].push_back(feature); } float t0 = m_minbpm; // our minimum detected tempo float t1 = m_maxbpm; // our maximum detected tempo int p0 = tempo2lag(t1); int p1 = tempo2lag(t0); std::map candidates; for (int i = p0; i <= p1 && i+1 < n/2; ++i) { if (i < 1) continue; if (m_fr[i] > m_fr[i-1] && m_fr[i] > m_fr[i+1]) { // This is a peak in the filtered autocorrelation: stick // it into the map from filtered autocorrelation to lag // index -- this sorts our peaks by filtered acf value candidates[m_fr[i]] = i; } // Also return the filtered autocorrelation in its own output feature.timestamp = m_start + RealTime::frame2RealTime(i * m_stepSize, m_inputSampleRate); feature.values[0] = m_fr[i]; sprintf(buffer, "%.1f bpm", lag2tempo(i)); if (i == p1 || i == n/2-2) feature.label = ""; else feature.label = buffer; fs[FilteredACFOutput].push_back(feature); } if (candidates.empty()) { cerr << "No tempo candidates!" << endl; return fs; } feature.hasTimestamp = true; feature.timestamp = m_start; feature.hasDuration = true; feature.duration = m_lasttime - m_start; // The map contains only peaks and is sorted by filtered acf // value, so the final element in it is our "best" tempo guess std::map::const_iterator ci = candidates.end(); --ci; int maxpi = ci->second; if (m_t[maxpi] > 0) { // This lag has an adjusted tempo from the averaging process: // use it feature.values[0] = m_t[maxpi]; } else { // shouldn't happen -- it would imply that this high value was // not a peak! feature.values[0] = lag2tempo(maxpi); cerr << "WARNING: No stored tempo for index " << maxpi << endl; } sprintf(buffer, "%.1f bpm", feature.values[0]); feature.label = buffer; // Return the best tempo in the main output fs[TempoOutput].push_back(feature); // And return the other estimates (up to the arbitrarily chosen // number of 10 of them) in the candidates output feature.values.clear(); feature.label = ""; while (feature.values.size() < 10) { if (m_t[ci->second] > 0) { feature.values.push_back(m_t[ci->second]); } else { feature.values.push_back(lag2tempo(ci->second)); } if (ci == candidates.begin()) break; --ci; } fs[CandidatesOutput].push_back(feature); return fs; } FixedTempoEstimator::FixedTempoEstimator(float inputSampleRate) : Plugin(inputSampleRate), m_d(new D(inputSampleRate)) { } FixedTempoEstimator::~FixedTempoEstimator() { delete m_d; } string FixedTempoEstimator::getIdentifier() const { return "fixedtempo"; } string FixedTempoEstimator::getName() const { return "Simple Fixed Tempo Estimator"; } string FixedTempoEstimator::getDescription() const { return "Study a short section of audio and estimate its tempo, assuming the tempo is constant"; } string FixedTempoEstimator::getMaker() const { return "Vamp SDK Example Plugins"; } int FixedTempoEstimator::getPluginVersion() const { return 1; } string FixedTempoEstimator::getCopyright() const { return "Code copyright 2008 Queen Mary, University of London. Freely redistributable (BSD license)"; } size_t FixedTempoEstimator::getPreferredStepSize() const { return m_d->getPreferredStepSize(); } size_t FixedTempoEstimator::getPreferredBlockSize() const { return m_d->getPreferredBlockSize(); } bool FixedTempoEstimator::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; return m_d->initialise(channels, stepSize, blockSize); } void FixedTempoEstimator::reset() { return m_d->reset(); } FixedTempoEstimator::ParameterList FixedTempoEstimator::getParameterDescriptors() const { return m_d->getParameterDescriptors(); } float FixedTempoEstimator::getParameter(std::string id) const { return m_d->getParameter(id); } void FixedTempoEstimator::setParameter(std::string id, float value) { m_d->setParameter(id, value); } FixedTempoEstimator::OutputList FixedTempoEstimator::getOutputDescriptors() const { return m_d->getOutputDescriptors(); } FixedTempoEstimator::FeatureSet FixedTempoEstimator::process(const float *const *inputBuffers, RealTime ts) { return m_d->process(inputBuffers, ts); } FixedTempoEstimator::FeatureSet FixedTempoEstimator::getRemainingFeatures() { return m_d->getRemainingFeatures(); } vamp-plugin-sdk-2.10.0/examples/FixedTempoEstimator.h0000644000000000000000000000541413660464475020704 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _FIXED_TEMPO_ESTIMATOR_PLUGIN_H_ #define _FIXED_TEMPO_ESTIMATOR_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin that estimates the tempo of a short fixed-tempo sample. */ class FixedTempoEstimator : public Vamp::Plugin { public: FixedTempoEstimator(float inputSampleRate); virtual ~FixedTempoEstimator(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return FrequencyDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; ParameterList getParameterDescriptors() const; float getParameter(std::string id) const; void setParameter(std::string id, float value); OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: class D; D *m_d; }; #endif vamp-plugin-sdk-2.10.0/examples/PercussionOnsetDetector.cpp0000644000000000000000000001656313660464475022147 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "PercussionOnsetDetector.h" using std::string; using std::vector; using std::cerr; using std::endl; #include PercussionOnsetDetector::PercussionOnsetDetector(float inputSampleRate) : Plugin(inputSampleRate), m_stepSize(0), m_blockSize(0), m_threshold(3), m_sensitivity(40), m_priorMagnitudes(0), m_dfMinus1(0), m_dfMinus2(0) { } PercussionOnsetDetector::~PercussionOnsetDetector() { delete[] m_priorMagnitudes; } string PercussionOnsetDetector::getIdentifier() const { return "percussiononsets"; } string PercussionOnsetDetector::getName() const { return "Simple Percussion Onset Detector"; } string PercussionOnsetDetector::getDescription() const { return "Detect percussive note onsets by identifying broadband energy rises"; } string PercussionOnsetDetector::getMaker() const { return "Vamp SDK Example Plugins"; } int PercussionOnsetDetector::getPluginVersion() const { return 2; } string PercussionOnsetDetector::getCopyright() const { return "Code copyright 2006 Queen Mary, University of London, after Dan Barry et al 2005. Freely redistributable (BSD license)"; } size_t PercussionOnsetDetector::getPreferredStepSize() const { return 0; } size_t PercussionOnsetDetector::getPreferredBlockSize() const { return 1024; } bool PercussionOnsetDetector::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; m_stepSize = stepSize; m_blockSize = blockSize; m_priorMagnitudes = new float[m_blockSize/2]; for (size_t i = 0; i < m_blockSize/2; ++i) { m_priorMagnitudes[i] = 0.f; } m_dfMinus1 = 0.f; m_dfMinus2 = 0.f; return true; } void PercussionOnsetDetector::reset() { for (size_t i = 0; i < m_blockSize/2; ++i) { m_priorMagnitudes[i] = 0.f; } m_dfMinus1 = 0.f; m_dfMinus2 = 0.f; } PercussionOnsetDetector::ParameterList PercussionOnsetDetector::getParameterDescriptors() const { ParameterList list; ParameterDescriptor d; d.identifier = "threshold"; d.name = "Energy rise threshold"; d.description = "Energy rise within a frequency bin necessary to count toward broadband total"; d.unit = "dB"; d.minValue = 0; d.maxValue = 20; d.defaultValue = 3; d.isQuantized = false; list.push_back(d); d.identifier = "sensitivity"; d.name = "Sensitivity"; d.description = "Sensitivity of peak detector applied to broadband detection function"; d.unit = "%"; d.minValue = 0; d.maxValue = 100; d.defaultValue = 40; d.isQuantized = false; list.push_back(d); return list; } float PercussionOnsetDetector::getParameter(std::string id) const { if (id == "threshold") return m_threshold; if (id == "sensitivity") return m_sensitivity; return 0.f; } void PercussionOnsetDetector::setParameter(std::string id, float value) { if (id == "threshold") { if (value < 0) value = 0; if (value > 20) value = 20; m_threshold = value; } else if (id == "sensitivity") { if (value < 0) value = 0; if (value > 100) value = 100; m_sensitivity = value; } } PercussionOnsetDetector::OutputList PercussionOnsetDetector::getOutputDescriptors() const { OutputList list; OutputDescriptor d; d.identifier = "onsets"; d.name = "Onsets"; d.description = "Percussive note onset locations"; d.unit = ""; d.hasFixedBinCount = true; d.binCount = 0; d.hasKnownExtents = false; d.isQuantized = false; d.sampleType = OutputDescriptor::VariableSampleRate; d.sampleRate = m_inputSampleRate; list.push_back(d); d.identifier = "detectionfunction"; d.name = "Detection Function"; d.description = "Broadband energy rise detection function"; d.binCount = 1; d.isQuantized = true; d.quantizeStep = 1.0; d.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(d); return list; } PercussionOnsetDetector::FeatureSet PercussionOnsetDetector::process(const float *const *inputBuffers, Vamp::RealTime ts) { if (m_stepSize == 0) { cerr << "ERROR: PercussionOnsetDetector::process: " << "PercussionOnsetDetector has not been initialised" << endl; return FeatureSet(); } int count = 0; for (size_t i = 1; i < m_blockSize/2; ++i) { float real = inputBuffers[0][i*2]; float imag = inputBuffers[0][i*2 + 1]; float sqrmag = real * real + imag * imag; if (m_priorMagnitudes[i] > 0.f) { float diff = 10.f * log10f(sqrmag / m_priorMagnitudes[i]); // std::cout << "i=" << i << ", sqrmag=" << sqrmag << ", prior=" << m_priorMagnitudes[i] << ", diff=" << diff << ", threshold=" << m_threshold << " " << (diff >= m_threshold ? "[*]" : "") << std::endl; if (diff >= m_threshold) ++count; } m_priorMagnitudes[i] = sqrmag; } FeatureSet returnFeatures; Feature detectionFunction; detectionFunction.hasTimestamp = false; detectionFunction.values.push_back(count); returnFeatures[1].push_back(detectionFunction); if (m_dfMinus2 < m_dfMinus1 && m_dfMinus1 >= count && m_dfMinus1 > ((100 - m_sensitivity) * m_blockSize) / 200) { //std::cout << "result at " << ts << "! (count == " << count << ", prev == " << m_dfMinus1 << ")" << std::endl; Feature onset; onset.hasTimestamp = true; onset.timestamp = ts - Vamp::RealTime::frame2RealTime (m_stepSize, int(m_inputSampleRate + 0.5)); returnFeatures[0].push_back(onset); } m_dfMinus2 = m_dfMinus1; m_dfMinus1 = count; return returnFeatures; } PercussionOnsetDetector::FeatureSet PercussionOnsetDetector::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/examples/PercussionOnsetDetector.h0000644000000000000000000000561713660464475021612 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _PERCUSSION_ONSET_DETECTOR_PLUGIN_H_ #define _PERCUSSION_ONSET_DETECTOR_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin that detects percussive events. */ class PercussionOnsetDetector : public Vamp::Plugin { public: PercussionOnsetDetector(float inputSampleRate); virtual ~PercussionOnsetDetector(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return FrequencyDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; ParameterList getParameterDescriptors() const; float getParameter(std::string id) const; void setParameter(std::string id, float value); OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: size_t m_stepSize; size_t m_blockSize; float m_threshold; float m_sensitivity; float *m_priorMagnitudes; float m_dfMinus1; float m_dfMinus2; }; #endif vamp-plugin-sdk-2.10.0/examples/PowerSpectrum.cpp0000644000000000000000000001014613660464475020120 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2008 QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "PowerSpectrum.h" using std::string; using std::cerr; using std::endl; #include PowerSpectrum::PowerSpectrum(float inputSampleRate) : Plugin(inputSampleRate), m_blockSize(0) { } PowerSpectrum::~PowerSpectrum() { } string PowerSpectrum::getIdentifier() const { return "powerspectrum"; } string PowerSpectrum::getName() const { return "Simple Power Spectrum"; } string PowerSpectrum::getDescription() const { return "Return the power spectrum of a signal"; } string PowerSpectrum::getMaker() const { return "Vamp SDK Example Plugins"; } int PowerSpectrum::getPluginVersion() const { return 1; } string PowerSpectrum::getCopyright() const { return "Freely redistributable (BSD license)"; } bool PowerSpectrum::initialise(size_t channels, size_t, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; m_blockSize = blockSize; return true; } void PowerSpectrum::reset() { } PowerSpectrum::OutputList PowerSpectrum::getOutputDescriptors() const { OutputList list; OutputDescriptor d; d.identifier = "powerspectrum"; d.name = "Power Spectrum"; d.description = "Power values of the frequency spectrum bins calculated from the input signal"; d.unit = ""; d.hasFixedBinCount = true; if (m_blockSize == 0) { // Just so as not to return "1". This is the bin count that // would result from a block size of 1024, which is a likely // default -- but the host should always set the block size // before querying the bin count for certain. d.binCount = 513; } else { d.binCount = m_blockSize / 2 + 1; } d.hasKnownExtents = false; d.isQuantized = false; d.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(d); return list; } PowerSpectrum::FeatureSet PowerSpectrum::process(const float *const *inputBuffers, Vamp::RealTime) { FeatureSet fs; if (m_blockSize == 0) { cerr << "ERROR: PowerSpectrum::process: Not initialised" << endl; return fs; } size_t n = m_blockSize / 2 + 1; const float *fbuf = inputBuffers[0]; Feature feature; feature.hasTimestamp = false; feature.values.reserve(n); // optional for (size_t i = 0; i < n; ++i) { double real = fbuf[i * 2]; double imag = fbuf[i * 2 + 1]; feature.values.push_back(real * real + imag * imag); } fs[0].push_back(feature); return fs; } PowerSpectrum::FeatureSet PowerSpectrum::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/examples/PowerSpectrum.h0000644000000000000000000000533013660464475017564 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _POWER_SPECTRUM_PLUGIN_H_ #define _POWER_SPECTRUM_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin that returns a power spectrum calculated (trivially) * from the frequency domain representation of each block of audio. * This is one of the simplest possible Vamp plugins, included as an * example of how to return the appropriate value structure for this * sort of visualisation. */ class PowerSpectrum : public Vamp::Plugin { public: PowerSpectrum(float inputSampleRate); virtual ~PowerSpectrum(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return FrequencyDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: size_t m_blockSize; }; #endif vamp-plugin-sdk-2.10.0/examples/SpectralCentroid.cpp0000644000000000000000000001152413660464475020547 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "SpectralCentroid.h" using std::string; using std::vector; using std::cerr; using std::endl; #include #ifdef __SUNPRO_CC #include #define isinf(x) (!finite(x)) #endif #ifdef WIN32 #define isnan(x) false #define isinf(x) false #endif SpectralCentroid::SpectralCentroid(float inputSampleRate) : Plugin(inputSampleRate), m_stepSize(0), m_blockSize(0) { } SpectralCentroid::~SpectralCentroid() { } string SpectralCentroid::getIdentifier() const { return "spectralcentroid"; } string SpectralCentroid::getName() const { return "Spectral Centroid"; } string SpectralCentroid::getDescription() const { return "Calculate the centroid frequency of the spectrum of the input signal"; } string SpectralCentroid::getMaker() const { return "Vamp SDK Example Plugins"; } int SpectralCentroid::getPluginVersion() const { return 2; } string SpectralCentroid::getCopyright() const { return "Freely redistributable (BSD license)"; } bool SpectralCentroid::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; m_stepSize = stepSize; m_blockSize = blockSize; return true; } void SpectralCentroid::reset() { } SpectralCentroid::OutputList SpectralCentroid::getOutputDescriptors() const { OutputList list; OutputDescriptor d; d.identifier = "logcentroid"; d.name = "Log Frequency Centroid"; d.description = "Centroid of the log weighted frequency spectrum"; d.unit = "Hz"; d.hasFixedBinCount = true; d.binCount = 1; d.hasKnownExtents = false; d.isQuantized = false; d.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(d); d.identifier = "linearcentroid"; d.name = "Linear Frequency Centroid"; d.description = "Centroid of the linear frequency spectrum"; list.push_back(d); return list; } SpectralCentroid::FeatureSet SpectralCentroid::process(const float *const *inputBuffers, Vamp::RealTime) { if (m_stepSize == 0) { cerr << "ERROR: SpectralCentroid::process: " << "SpectralCentroid has not been initialised" << endl; return FeatureSet(); } double numLin = 0.0, numLog = 0.0, denom = 0.0; for (size_t i = 1; i <= m_blockSize/2; ++i) { double freq = (double(i) * m_inputSampleRate) / m_blockSize; double real = inputBuffers[0][i*2]; double imag = inputBuffers[0][i*2 + 1]; double scalemag = sqrt(real * real + imag * imag) / (m_blockSize/2); numLin += freq * scalemag; numLog += log10f(freq) * scalemag; denom += scalemag; } FeatureSet returnFeatures; if (denom != 0.0) { float centroidLin = float(numLin / denom); float centroidLog = powf(10, float(numLog / denom)); Feature feature; feature.hasTimestamp = false; if (!isnan(centroidLog) && !isinf(centroidLog)) { feature.values.push_back(centroidLog); } returnFeatures[0].push_back(feature); feature.values.clear(); if (!isnan(centroidLin) && !isinf(centroidLin)) { feature.values.push_back(centroidLin); } returnFeatures[1].push_back(feature); } return returnFeatures; } SpectralCentroid::FeatureSet SpectralCentroid::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/examples/SpectralCentroid.h0000644000000000000000000000511113660464475020207 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _SPECTRAL_CENTROID_PLUGIN_H_ #define _SPECTRAL_CENTROID_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin that calculates the centre of gravity of the * frequency domain representation of each block of audio. */ class SpectralCentroid : public Vamp::Plugin { public: SpectralCentroid(float inputSampleRate); virtual ~SpectralCentroid(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return FrequencyDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: size_t m_stepSize; size_t m_blockSize; }; #endif vamp-plugin-sdk-2.10.0/examples/ZeroCrossing.cpp0000644000000000000000000001122013660464475017722 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "ZeroCrossing.h" using std::string; using std::vector; using std::cerr; using std::endl; #include #include ZeroCrossing::ZeroCrossing(float inputSampleRate) : Plugin(inputSampleRate), m_stepSize(0), m_previousSample(0.0f) { } ZeroCrossing::~ZeroCrossing() { } string ZeroCrossing::getIdentifier() const { return "zerocrossing"; } string ZeroCrossing::getName() const { return "Zero Crossings"; } string ZeroCrossing::getDescription() const { return "Detect and count zero crossing points"; } string ZeroCrossing::getMaker() const { return "Vamp SDK Example Plugins"; } int ZeroCrossing::getPluginVersion() const { return 2; } string ZeroCrossing::getCopyright() const { return "Freely redistributable (BSD license)"; } bool ZeroCrossing::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; m_stepSize = std::min(stepSize, blockSize); return true; } void ZeroCrossing::reset() { m_previousSample = 0.0f; } ZeroCrossing::OutputList ZeroCrossing::getOutputDescriptors() const { OutputList list; OutputDescriptor zc; zc.identifier = "counts"; zc.name = "Zero Crossing Counts"; zc.description = "The number of zero crossing points per processing block"; zc.unit = "crossings"; zc.hasFixedBinCount = true; zc.binCount = 1; zc.hasKnownExtents = false; zc.isQuantized = true; zc.quantizeStep = 1.0; zc.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(zc); zc.identifier = "zerocrossings"; zc.name = "Zero Crossings"; zc.description = "The locations of zero crossing points"; zc.unit = ""; zc.hasFixedBinCount = true; zc.binCount = 0; zc.sampleType = OutputDescriptor::VariableSampleRate; zc.sampleRate = m_inputSampleRate; list.push_back(zc); return list; } ZeroCrossing::FeatureSet ZeroCrossing::process(const float *const *inputBuffers, Vamp::RealTime timestamp) { if (m_stepSize == 0) { cerr << "ERROR: ZeroCrossing::process: " << "ZeroCrossing has not been initialised" << endl; return FeatureSet(); } float prev = m_previousSample; size_t count = 0; FeatureSet returnFeatures; for (size_t i = 0; i < m_stepSize; ++i) { float sample = inputBuffers[0][i]; bool crossing = false; if (sample <= 0.0) { if (prev > 0.0) crossing = true; } else if (sample > 0.0) { if (prev <= 0.0) crossing = true; } if (crossing) { ++count; Feature feature; feature.hasTimestamp = true; feature.timestamp = timestamp + Vamp::RealTime::frame2RealTime(i, (size_t)m_inputSampleRate); returnFeatures[1].push_back(feature); } prev = sample; } m_previousSample = prev; Feature feature; feature.hasTimestamp = false; feature.values.push_back(float(count)); returnFeatures[0].push_back(feature); return returnFeatures; } ZeroCrossing::FeatureSet ZeroCrossing::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/examples/ZeroCrossing.h0000644000000000000000000000504613660464475017400 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _ZERO_CROSSING_PLUGIN_H_ #define _ZERO_CROSSING_PLUGIN_H_ #include "vamp-sdk/Plugin.h" /** * Example plugin that calculates the positions and density of * zero-crossing points in an audio waveform. */ class ZeroCrossing : public Vamp::Plugin { public: ZeroCrossing(float inputSampleRate); virtual ~ZeroCrossing(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const { return TimeDomain; } std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: size_t m_stepSize; float m_previousSample; }; #endif vamp-plugin-sdk-2.10.0/examples/plugins.cpp0000644000000000000000000000542113660464475016762 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include "vamp/vamp.h" #include "vamp-sdk/PluginAdapter.h" #include "ZeroCrossing.h" #include "SpectralCentroid.h" #include "PercussionOnsetDetector.h" #include "FixedTempoEstimator.h" #include "AmplitudeFollower.h" #include "PowerSpectrum.h" static Vamp::PluginAdapter zeroCrossingAdapter; static Vamp::PluginAdapter spectralCentroidAdapter; static Vamp::PluginAdapter percussionOnsetAdapter; static Vamp::PluginAdapter fixedTempoAdapter; static Vamp::PluginAdapter amplitudeAdapter; static Vamp::PluginAdapter powerSpectrum; const VampPluginDescriptor *vampGetPluginDescriptor(unsigned int version, unsigned int index) { if (version < 1) return 0; switch (index) { case 0: return zeroCrossingAdapter.getDescriptor(); case 1: return spectralCentroidAdapter.getDescriptor(); case 2: return percussionOnsetAdapter.getDescriptor(); case 3: return amplitudeAdapter.getDescriptor(); case 4: return fixedTempoAdapter.getDescriptor(); case 5: return powerSpectrum.getDescriptor(); default: return 0; } } vamp-plugin-sdk-2.10.0/examples/vamp-example-plugins.cat0000644000000000000000000000053613660464475021343 0ustar 00000000000000vamp:vamp-example-plugins:zerocrossing::Low Level Features vamp:vamp-example-plugins:spectralcentroid::Low Level Features vamp:vamp-example-plugins:powerspectrum::Visualisation vamp:vamp-example-plugins:percussiononsets::Time > Onsets vamp:vamp-example-plugins:amplitudefollower::Low Level Features vamp:vamp-example-plugins:fixedtempo::Time > Tempo vamp-plugin-sdk-2.10.0/examples/vamp-example-plugins.n30000644000000000000000000003360013660464475021112 0ustar 00000000000000@prefix rdfs: . @prefix xsd: . @prefix vamp: . @prefix plugbase: . @prefix owl: . @prefix dc: . @prefix af: . @prefix foaf: . @prefix doap: . @prefix cc: . @prefix : <#> . <> a vamp:PluginDescription ; foaf:maker ; foaf:primaryTopic . :maker foaf:name "Vamp SDK Example Plugins" ; foaf:page . plugbase:library a vamp:PluginLibrary ; vamp:identifier "vamp-example-plugins" ; dc:title "Vamp example plugins" ; dc:description """A set of simple plugins as included with the Vamp developers kit. Amplitude tracker, simple percussion onset detector, tempo estimator, spectral centroid, power spectrum, and zero-crossing counter.""" ; foaf:page ; doap:download-page ; vamp:available_plugin plugbase:amplitudefollower ; vamp:available_plugin plugbase:fixedtempo ; vamp:available_plugin plugbase:percussiononsets ; vamp:available_plugin plugbase:powerspectrum ; vamp:available_plugin plugbase:spectralcentroid ; vamp:available_plugin plugbase:zerocrossing ; foaf:maker :maker ; dc:title "Vamp Example Plugins" ; dc:description """Example plugins from the Vamp Plugin SDK""" ; vamp:has_source true ; vamp:has_binary "linux32" ; vamp:has_binary "linux64" ; vamp:has_binary "osx" ; vamp:has_binary "win32" ; . plugbase:amplitudefollower a vamp:Plugin ; dc:title "Amplitude Follower" ; vamp:name "Amplitude Follower" ; dc:description "Track the amplitude of the audio signal" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "amplitudefollower" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "1" ; vamp:input_domain vamp:TimeDomain ; vamp:parameter plugbase:amplitudefollower_param_attack ; vamp:parameter plugbase:amplitudefollower_param_release ; vamp:output plugbase:amplitudefollower_output_amplitude ; . plugbase:amplitudefollower_param_attack a vamp:Parameter ; vamp:identifier "attack" ; dc:title "Attack time" ; dc:format "s" ; vamp:min_value 0 ; vamp:max_value 1 ; vamp:unit "s" ; vamp:default_value 0.01 ; vamp:value_names (); . plugbase:amplitudefollower_param_release a vamp:Parameter ; vamp:identifier "release" ; dc:title "Release time" ; dc:format "s" ; vamp:min_value 0 ; vamp:max_value 1 ; vamp:unit "s" ; vamp:default_value 0.01 ; vamp:value_names (); . plugbase:amplitudefollower_output_amplitude a vamp:DenseOutput ; vamp:identifier "amplitude" ; dc:title "Amplitude" ; dc:description "" ; vamp:fixed_bin_count "true" ; vamp:unit "V" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:Signal ; . plugbase:fixedtempo a vamp:Plugin ; dc:title "Simple Fixed Tempo Estimator" ; vamp:name "Simple Fixed Tempo Estimator" ; dc:description "Study a short section of audio and estimate its tempo, assuming the tempo is constant" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "fixedtempo" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "1" ; vamp:input_domain vamp:FrequencyDomain ; vamp:output plugbase:fixedtempo_output_tempo ; vamp:output plugbase:fixedtempo_output_candidates ; vamp:output plugbase:fixedtempo_output_detectionfunction ; vamp:output plugbase:fixedtempo_output_acf ; vamp:output plugbase:fixedtempo_output_filtered_acf ; . plugbase:fixedtempo_output_tempo a vamp:SparseOutput ; vamp:identifier "tempo" ; dc:title "Tempo" ; dc:description "Estimated tempo" ; vamp:fixed_bin_count "true" ; vamp:unit "bpm" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:sample_type vamp:VariableSampleRate ; vamp:computes_event_type af:Tempo ; . plugbase:fixedtempo_output_candidates a vamp:SparseOutput ; vamp:identifier "candidates" ; dc:title "Tempo candidates" ; dc:description "Possible tempo estimates, one per bin with the most likely in the first bin" ; vamp:fixed_bin_count "false" ; vamp:unit "bpm" ; vamp:sample_type vamp:VariableSampleRate ; vamp:computes_event_type af:Tempo ; . plugbase:fixedtempo_output_detectionfunction a vamp:DenseOutput ; vamp:identifier "detectionfunction" ; dc:title "Detection Function" ; dc:description "Onset detection function" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; a vamp:KnownExtentsOutput ; vamp:min_value 0 ; vamp:max_value 1 ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:OnsetDetectionFunction ; . plugbase:fixedtempo_output_acf a vamp:DenseOutput ; vamp:identifier "acf" ; dc:title "Autocorrelation Function" ; dc:description "Autocorrelation of onset detection function" ; vamp:fixed_bin_count "true" ; vamp:unit "r" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:Signal ; . plugbase:fixedtempo_output_filtered_acf a vamp:DenseOutput ; vamp:identifier "filtered_acf" ; dc:title "Filtered Autocorrelation" ; dc:description "Filtered autocorrelation of onset detection function" ; vamp:fixed_bin_count "true" ; vamp:unit "r" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:Signal ; . plugbase:percussiononsets a vamp:Plugin ; dc:title "Simple Percussion Onset Detector" ; vamp:name "Simple Percussion Onset Detector" ; dc:description "Detect percussive note onsets by identifying broadband energy rises" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "percussiononsets" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ; vamp:input_domain vamp:FrequencyDomain ; vamp:parameter plugbase:percussiononsets_param_threshold ; vamp:parameter plugbase:percussiononsets_param_sensitivity ; vamp:output plugbase:percussiononsets_output_onsets ; vamp:output plugbase:percussiononsets_output_detectionfunction ; . plugbase:percussiononsets_param_threshold a vamp:Parameter ; vamp:identifier "threshold" ; dc:title "Energy rise threshold" ; dc:format "dB" ; vamp:min_value 0 ; vamp:max_value 20 ; vamp:unit "dB" ; vamp:default_value 3 ; vamp:value_names (); . plugbase:percussiononsets_param_sensitivity a vamp:Parameter ; vamp:identifier "sensitivity" ; dc:title "Sensitivity" ; dc:format "%" ; vamp:min_value 0 ; vamp:max_value 100 ; vamp:unit "%" ; vamp:default_value 40 ; vamp:value_names (); . plugbase:percussiononsets_output_onsets a vamp:SparseOutput ; vamp:identifier "onsets" ; dc:title "Onsets" ; dc:description "Percussive note onset locations" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; vamp:bin_count 0 ; vamp:bin_names (); vamp:sample_type vamp:VariableSampleRate ; vamp:computes_event_type af:Onset ; . plugbase:percussiononsets_output_detectionfunction a vamp:DenseOutput ; vamp:identifier "detectionfunction" ; dc:title "Detection Function" ; dc:description "Broadband energy rise detection function" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; a vamp:QuantizedOutput ; vamp:quantize_step 1 ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:OnsetDetectionFunction ; . plugbase:powerspectrum a vamp:Plugin ; dc:title "Simple Power Spectrum" ; vamp:name "Simple Power Spectrum" ; dc:description "Return the power spectrum of a signal" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "powerspectrum" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "1" ; vamp:input_domain vamp:FrequencyDomain ; vamp:output plugbase:powerspectrum_output_powerspectrum ; . plugbase:powerspectrum_output_powerspectrum a vamp:DenseOutput ; vamp:identifier "powerspectrum" ; dc:title "Power Spectrum" ; dc:description "Power values of the frequency spectrum bins calculated from the input signal" ; vamp:computes_signal_type af:Signal ; . plugbase:spectralcentroid a vamp:Plugin ; dc:title "Spectral Centroid" ; vamp:name "Spectral Centroid" ; dc:description "Calculate the centroid frequency of the spectrum of the input signal" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "spectralcentroid" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ; vamp:input_domain vamp:FrequencyDomain ; vamp:output plugbase:spectralcentroid_output_logcentroid ; vamp:output plugbase:spectralcentroid_output_linearcentroid ; . plugbase:spectralcentroid_output_logcentroid a vamp:DenseOutput ; vamp:identifier "logcentroid" ; dc:title "Log Frequency Centroid" ; dc:description "Centroid of the log weighted frequency spectrum" ; vamp:fixed_bin_count "true" ; vamp:unit "Hz" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:LogFrequencyCentroid ; . plugbase:spectralcentroid_output_linearcentroid a vamp:DenseOutput ; vamp:identifier "linearcentroid" ; dc:title "Linear Frequency Centroid" ; dc:description "Centroid of the linear frequency spectrum" ; vamp:fixed_bin_count "true" ; vamp:unit "Hz" ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:LinearFrequencyCentroid ; . plugbase:zerocrossing a vamp:Plugin ; dc:title "Zero Crossings" ; vamp:name "Zero Crossings" ; dc:description "Detect and count zero crossing points" ; foaf:page ; foaf:maker :maker ; cc:license ; dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "zerocrossing" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ; vamp:input_domain vamp:TimeDomain ; vamp:output plugbase:zerocrossing_output_counts ; vamp:output plugbase:zerocrossing_output_zerocrossings ; . plugbase:zerocrossing_output_counts a vamp:DenseOutput ; vamp:identifier "counts" ; dc:title "Zero Crossing Counts" ; dc:description "The number of zero crossing points per processing block" ; vamp:fixed_bin_count "true" ; vamp:unit "crossings" ; a vamp:QuantizedOutput ; vamp:quantize_step 1 ; vamp:bin_count 1 ; vamp:bin_names ( ""); vamp:computes_signal_type af:ZeroCrossingCount ; . plugbase:zerocrossing_output_zerocrossings a vamp:SparseOutput ; vamp:identifier "zerocrossings" ; dc:title "Zero Crossings" ; dc:description "The locations of zero crossing points" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; a vamp:QuantizedOutput ; vamp:quantize_step 1 ; vamp:bin_count 0 ; vamp:bin_names (); vamp:sample_type vamp:VariableSampleRate ; vamp:computes_event_type af:ZeroCrossing ; . vamp-plugin-sdk-2.10.0/host/system.h0000644000000000000000000000432713660464475015435 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _SYSTEM_H_ #define _SYSTEM_H_ #ifdef _WIN32 #include #define DLOPEN(a,b) LoadLibrary((a).c_str()) #define DLSYM(a,b) GetProcAddress((HINSTANCE)(a),(b)) #define DLCLOSE(a) FreeLibrary((HINSTANCE)(a)) #define DLERROR() "" #define PLUGIN_SUFFIX "dll" #else #include #define DLOPEN(a,b) dlopen((a).c_str(),(b)) #define DLSYM(a,b) dlsym((a),(b)) #define DLCLOSE(a) dlclose((a)) #define DLERROR() dlerror() #ifdef __APPLE__ #define PLUGIN_SUFFIX "dylib" #define HAVE_OPENDIR 1 #else #define PLUGIN_SUFFIX "so" #define HAVE_OPENDIR 1 #endif /* __APPLE__ */ #endif /* ! _WIN32 */ #endif vamp-plugin-sdk-2.10.0/host/test-c.c0000644000000000000000000000160513660464475015277 0ustar 00000000000000 #include #include int main(int argc, char **argv) { int i; int libcount = vhGetLibraryCount(); printf("Vamp plugin libraries found:\n"); for (i = 0; i < libcount; ++i) { printf("%d: %s\n", i, vhGetLibraryName(i)); } printf("Going to try loading qm-vamp-plugins...\n"); int libindex = vhGetLibraryIndex("qm-vamp-plugins"); vhLibrary lib = vhLoadLibrary(libindex); if (!lib) { printf("Failure!\n"); return 1; } int plugincount = vhGetPluginCount(lib); printf("Success: it contains %d plugins; they are:\n", plugincount); for (i = 0; i < plugincount; ++i) { const VampPluginDescriptor *descriptor = vhGetPluginDescriptor(lib, i); if (!descriptor) { printf("\n"); } else { printf("%s\n", descriptor->identifier); } } vhUnloadLibrary(lib); return 0; } vamp-plugin-sdk-2.10.0/host/vamp-simple-host.cpp0000644000000000000000000007272713660464475017662 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam, copyright 2007-2008 QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ /* * This "simple" Vamp plugin host is no longer as simple as it was; it * now has a lot of options and includes a lot of code to handle the * various useful listing modes it supports. * * However, the runPlugin function still contains a reasonable * implementation of a fairly generic Vamp plugin host capable of * evaluating a given output on a given plugin for a sound file read * via libsndfile. */ #include #include #include #include #include #include #include #include #include #include "system.h" #include using namespace std; using Vamp::Plugin; using Vamp::PluginHostAdapter; using Vamp::RealTime; using Vamp::HostExt::PluginLoader; using Vamp::HostExt::PluginWrapper; using Vamp::HostExt::PluginInputDomainAdapter; #define HOST_VERSION "1.5" enum Verbosity { PluginIds, PluginOutputIds, PluginInformation, PluginInformationDetailed }; void printFeatures(int, int, const Plugin::OutputDescriptor &, int, const Plugin::FeatureSet &, ofstream *, bool frames); void transformInput(float *, size_t); void fft(unsigned int, bool, double *, double *, double *, double *); void printPluginPath(bool verbose); void printPluginCategoryList(); void enumeratePlugins(Verbosity); void listPluginsInLibrary(string soname); int runPlugin(string myname, string soname, string id, string output, int outputNo, string inputFile, string outfilename, bool frames); void usage(const char *name) { cerr << "\n" << name << ": A command-line host for Vamp audio analysis plugins.\n\n" "Centre for Digital Music, Queen Mary, University of London.\n" "Copyright 2006-2009 Chris Cannam and QMUL.\n" "Freely redistributable; published under a BSD-style license.\n\n" "Usage:\n\n" " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin[:output] file.wav [-o out.txt]\n" " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin file.wav [outputno] [-o out.txt]\n\n" " -- Load plugin id \"plugin\" from \"pluginlibrary\" and run it on the\n" " audio data in \"file.wav\", retrieving the named \"output\", or output\n" " number \"outputno\" (the first output by default) and dumping it to\n" " standard output, or to \"out.txt\" if the -o option is given.\n\n" " \"pluginlibrary\" should be a library name, not a file path; the\n" " standard Vamp library search path will be used to locate it. If\n" " a file path is supplied, the directory part(s) will be ignored.\n\n" " If the -s option is given, results will be labelled with the audio\n" " sample frame at which they occur. Otherwise, they will be labelled\n" " with time in seconds.\n\n" " " << name << " -l\n" " " << name << " --list\n\n" " -- List the plugin libraries and Vamp plugins in the library search path\n" " in a verbose human-readable format.\n\n" " " << name << " -L\n" " " << name << " --list-full\n\n" " -- List all data reported by all the Vamp plugins in the library search\n" " path in a very verbose human-readable format.\n\n" " " << name << " --list-ids\n\n" " -- List the plugins in the search path in a terse machine-readable format,\n" " in the form vamp:soname:identifier.\n\n" " " << name << " --list-outputs\n\n" " -- List the outputs for plugins in the search path in a machine-readable\n" " format, in the form vamp:soname:identifier:output.\n\n" " " << name << " --list-by-category\n\n" " -- List the plugins as a plugin index by category, in a machine-readable\n" " format. The format may change in future releases.\n\n" " " << name << " -p\n\n" " -- Print out the Vamp library search path.\n\n" " " << name << " -v\n\n" " -- Display version information only.\n" << endl; exit(2); } int main(int argc, char **argv) { char *scooter = argv[0]; char *name = 0; while (scooter && *scooter) { if (*scooter == '/' || *scooter == '\\') name = ++scooter; else ++scooter; } if (!name || !*name) name = argv[0]; if (argc < 2) usage(name); if (argc == 2) { if (!strcmp(argv[1], "-v")) { cout << "Simple Vamp plugin host version: " << HOST_VERSION << endl << "Vamp API version: " << VAMP_API_VERSION << endl << "Vamp SDK version: " << VAMP_SDK_VERSION << endl; return 0; } else if (!strcmp(argv[1], "-l") || !strcmp(argv[1], "--list")) { printPluginPath(true); enumeratePlugins(PluginInformation); return 0; } else if (!strcmp(argv[1], "-L") || !strcmp(argv[1], "--list-full")) { enumeratePlugins(PluginInformationDetailed); return 0; } else if (!strcmp(argv[1], "-p")) { printPluginPath(false); return 0; } else if (!strcmp(argv[1], "--list-ids")) { enumeratePlugins(PluginIds); return 0; } else if (!strcmp(argv[1], "--list-outputs")) { enumeratePlugins(PluginOutputIds); return 0; } else if (!strcmp(argv[1], "--list-by-category")) { printPluginCategoryList(); return 0; } else usage(name); } if (argc < 3) usage(name); bool useFrames = false; int base = 1; if (!strcmp(argv[1], "-s")) { useFrames = true; base = 2; } string soname = argv[base]; string wavname = argv[base+1]; string plugid = ""; string output = ""; int outputNo = -1; string outfilename; if (argc >= base+3) { int idx = base+2; if (isdigit(*argv[idx])) { outputNo = atoi(argv[idx++]); } if (argc == idx + 2) { if (!strcmp(argv[idx], "-o")) { outfilename = argv[idx+1]; } else usage(name); } else if (argc != idx) { (usage(name)); } } cerr << endl << name << ": Running..." << endl; cerr << "Reading file: \"" << wavname << "\", writing to "; if (outfilename == "") { cerr << "standard output" << endl; } else { cerr << "\"" << outfilename << "\"" << endl; } string::size_type sep = soname.find(':'); if (sep != string::npos) { plugid = soname.substr(sep + 1); soname = soname.substr(0, sep); sep = plugid.find(':'); if (sep != string::npos) { output = plugid.substr(sep + 1); plugid = plugid.substr(0, sep); } } if (plugid == "") { usage(name); } if (output != "" && outputNo != -1) { usage(name); } if (output == "" && outputNo == -1) { outputNo = 0; } return runPlugin(name, soname, plugid, output, outputNo, wavname, outfilename, useFrames); } int runPlugin(string myname, string soname, string id, string output, int outputNo, string wavname, string outfilename, bool useFrames) { PluginLoader *loader = PluginLoader::getInstance(); PluginLoader::PluginKey key = loader->composePluginKey(soname, id); SNDFILE *sndfile; SF_INFO sfinfo; memset(&sfinfo, 0, sizeof(SF_INFO)); sndfile = sf_open(wavname.c_str(), SFM_READ, &sfinfo); if (!sndfile) { cerr << myname << ": ERROR: Failed to open input file \"" << wavname << "\": " << sf_strerror(sndfile) << endl; return 1; } ofstream *out = 0; if (outfilename != "") { out = new ofstream(outfilename.c_str(), ios::out); if (!*out) { cerr << myname << ": ERROR: Failed to open output file \"" << outfilename << "\" for writing" << endl; delete out; return 1; } } Plugin *plugin = loader->loadPlugin (key, sfinfo.samplerate, PluginLoader::ADAPT_ALL_SAFE); if (!plugin) { cerr << myname << ": ERROR: Failed to load plugin \"" << id << "\" from library \"" << soname << "\"" << endl; sf_close(sndfile); if (out) { out->close(); delete out; } return 1; } cerr << "Running plugin: \"" << plugin->getIdentifier() << "\"..." << endl; // Note that the following would be much simpler if we used a // PluginBufferingAdapter as well -- i.e. if we had passed // PluginLoader::ADAPT_ALL to loader->loadPlugin() above, instead // of ADAPT_ALL_SAFE. Then we could simply specify our own block // size, keep the step size equal to the block size, and ignore // the plugin's bleatings. However, there are some issues with // using a PluginBufferingAdapter that make the results sometimes // technically different from (if effectively the same as) the // un-adapted plugin, so we aren't doing that here. See the // PluginBufferingAdapter documentation for details. int blockSize = plugin->getPreferredBlockSize(); int stepSize = plugin->getPreferredStepSize(); if (blockSize == 0) { blockSize = 1024; } if (stepSize == 0) { if (plugin->getInputDomain() == Plugin::FrequencyDomain) { stepSize = blockSize/2; } else { stepSize = blockSize; } } else if (stepSize > blockSize) { cerr << "WARNING: stepSize " << stepSize << " > blockSize " << blockSize << ", resetting blockSize to "; if (plugin->getInputDomain() == Plugin::FrequencyDomain) { blockSize = stepSize * 2; } else { blockSize = stepSize; } cerr << blockSize << endl; } int overlapSize = blockSize - stepSize; sf_count_t currentStep = 0; int finalStepsRemaining = max(1, (blockSize / stepSize) - 1); // at end of file, this many part-silent frames needed after we hit EOF int channels = sfinfo.channels; float *filebuf = new float[blockSize * channels]; float **plugbuf = new float*[channels]; for (int c = 0; c < channels; ++c) plugbuf[c] = new float[blockSize + 2]; cerr << "Using block size = " << blockSize << ", step size = " << stepSize << endl; // The channel queries here are for informational purposes only -- // a PluginChannelAdapter is being used automatically behind the // scenes, and it will take case of any channel mismatch int minch = plugin->getMinChannelCount(); int maxch = plugin->getMaxChannelCount(); cerr << "Plugin accepts " << minch << " -> " << maxch << " channel(s)" << endl; cerr << "Sound file has " << channels << " (will mix/augment if necessary)" << endl; Plugin::OutputList outputs = plugin->getOutputDescriptors(); Plugin::OutputDescriptor od; Plugin::FeatureSet features; int returnValue = 1; int progress = 0; RealTime rt; PluginWrapper *wrapper = 0; RealTime adjustment = RealTime::zeroTime; if (outputs.empty()) { cerr << "ERROR: Plugin has no outputs!" << endl; goto done; } if (outputNo < 0) { for (size_t oi = 0; oi < outputs.size(); ++oi) { if (outputs[oi].identifier == output) { outputNo = oi; break; } } if (outputNo < 0) { cerr << "ERROR: Non-existent output \"" << output << "\" requested" << endl; goto done; } } else { if (int(outputs.size()) <= outputNo) { cerr << "ERROR: Output " << outputNo << " requested, but plugin has only " << outputs.size() << " output(s)" << endl; goto done; } } od = outputs[outputNo]; cerr << "Output is: \"" << od.identifier << "\"" << endl; if (!plugin->initialise(channels, stepSize, blockSize)) { cerr << "ERROR: Plugin initialise (channels = " << channels << ", stepSize = " << stepSize << ", blockSize = " << blockSize << ") failed." << endl; goto done; } wrapper = dynamic_cast(plugin); if (wrapper) { // See documentation for // PluginInputDomainAdapter::getTimestampAdjustment PluginInputDomainAdapter *ida = wrapper->getWrapper(); if (ida) adjustment = ida->getTimestampAdjustment(); } // Here we iterate over the frames, avoiding asking the numframes in case it's streaming input. do { int count; if ((blockSize==stepSize) || (currentStep==0)) { // read a full fresh block if ((count = sf_readf_float(sndfile, filebuf, blockSize)) < 0) { cerr << "ERROR: sf_readf_float failed: " << sf_strerror(sndfile) << endl; break; } if (count != blockSize) --finalStepsRemaining; } else { // otherwise shunt the existing data down and read the remainder. memmove(filebuf, filebuf + (stepSize * channels), overlapSize * channels * sizeof(float)); if ((count = sf_readf_float(sndfile, filebuf + (overlapSize * channels), stepSize)) < 0) { cerr << "ERROR: sf_readf_float failed: " << sf_strerror(sndfile) << endl; break; } if (count != stepSize) --finalStepsRemaining; count += overlapSize; } for (int c = 0; c < channels; ++c) { int j = 0; while (j < count) { plugbuf[c][j] = filebuf[j * sfinfo.channels + c]; ++j; } while (j < blockSize) { plugbuf[c][j] = 0.0f; ++j; } } rt = RealTime::frame2RealTime(currentStep * stepSize, sfinfo.samplerate); features = plugin->process(plugbuf, rt); printFeatures (RealTime::realTime2Frame(rt + adjustment, sfinfo.samplerate), sfinfo.samplerate, od, outputNo, features, out, useFrames); if (sfinfo.frames > 0){ int pp = progress; progress = (int)((float(currentStep * stepSize) / sfinfo.frames) * 100.f + 0.5f); if (progress != pp && out) { cerr << "\r" << progress << "%"; } } ++currentStep; } while (finalStepsRemaining > 0); if (out) cerr << "\rDone" << endl; rt = RealTime::frame2RealTime(currentStep * stepSize, sfinfo.samplerate); features = plugin->getRemainingFeatures(); printFeatures(RealTime::realTime2Frame(rt + adjustment, sfinfo.samplerate), sfinfo.samplerate, od, outputNo, features, out, useFrames); returnValue = 0; done: delete plugin; if (out) { out->close(); delete out; } sf_close(sndfile); return returnValue; } static double toSeconds(const RealTime &time) { return time.sec + double(time.nsec + 1) / 1000000000.0; } void printFeatures(int frame, int sr, const Plugin::OutputDescriptor &output, int outputNo, const Plugin::FeatureSet &features, ofstream *out, bool useFrames) { static int featureCount = -1; if (features.find(outputNo) == features.end()) return; for (size_t i = 0; i < features.at(outputNo).size(); ++i) { const Plugin::Feature &f = features.at(outputNo).at(i); bool haveRt = false; RealTime rt; if (output.sampleType == Plugin::OutputDescriptor::VariableSampleRate) { rt = f.timestamp; haveRt = true; } else if (output.sampleType == Plugin::OutputDescriptor::FixedSampleRate) { int n = featureCount + 1; if (f.hasTimestamp) { n = int(round(toSeconds(f.timestamp) * output.sampleRate)); } rt = RealTime::fromSeconds(double(n) / output.sampleRate); haveRt = true; featureCount = n; } if (useFrames) { int displayFrame = frame; if (haveRt) { displayFrame = RealTime::realTime2Frame(rt, sr); } (out ? *out : cout) << displayFrame; if (f.hasDuration) { displayFrame = RealTime::realTime2Frame(f.duration, sr); (out ? *out : cout) << "," << displayFrame; } (out ? *out : cout) << ":"; } else { if (!haveRt) { rt = RealTime::frame2RealTime(frame, sr); } (out ? *out : cout) << rt.toString(); if (f.hasDuration) { rt = f.duration; (out ? *out : cout) << "," << rt.toString(); } (out ? *out : cout) << ":"; } for (unsigned int j = 0; j < f.values.size(); ++j) { (out ? *out : cout) << " " << f.values[j]; } (out ? *out : cout) << " " << f.label; (out ? *out : cout) << endl; } } void printPluginPath(bool verbose) { if (verbose) { cout << "\nVamp plugin search path: "; } vector path = PluginHostAdapter::getPluginPath(); for (size_t i = 0; i < path.size(); ++i) { if (verbose) { cout << "[" << path[i] << "]"; } else { cout << path[i] << endl; } } if (verbose) cout << endl; } static string header(string text, int level) { string out = '\n' + text + '\n'; for (size_t i = 0; i < text.length(); ++i) { out += (level == 1 ? '=' : level == 2 ? '-' : '~'); } out += '\n'; return out; } void enumeratePlugins(Verbosity verbosity) { PluginLoader *loader = PluginLoader::getInstance(); if (verbosity == PluginInformation) { cout << "\nVamp plugin libraries found in search path:" << endl; } vector plugins = loader->listPlugins(); typedef multimap LibraryMap; LibraryMap libraryMap; for (size_t i = 0; i < plugins.size(); ++i) { string path = loader->getLibraryPathForPlugin(plugins[i]); libraryMap.insert(LibraryMap::value_type(path, plugins[i])); } string prevPath = ""; int index = 0; for (LibraryMap::iterator i = libraryMap.begin(); i != libraryMap.end(); ++i) { string path = i->first; PluginLoader::PluginKey key = i->second; if (path != prevPath) { prevPath = path; index = 0; if (verbosity == PluginInformation) { cout << "\n " << path << ":" << endl; } else if (verbosity == PluginInformationDetailed) { string::size_type ki = i->second.find(':'); string text = "Library \"" + i->second.substr(0, ki) + "\""; cout << "\n" << header(text, 1); } } Plugin *plugin = loader->loadPlugin(key, 48000); if (plugin) { char c = char('A' + index); if (c > 'Z') c = char('a' + (index - 26)); PluginLoader::PluginCategoryHierarchy category = loader->getPluginCategory(key); string catstr; if (!category.empty()) { for (size_t ci = 0; ci < category.size(); ++ci) { if (ci > 0) catstr += " > "; catstr += category[ci]; } } if (verbosity == PluginInformation) { cout << " [" << c << "] [v" << plugin->getVampApiVersion() << "] " << plugin->getName() << ", \"" << plugin->getIdentifier() << "\"" << " [" << plugin->getMaker() << "]" << endl; if (catstr != "") { cout << " > " << catstr << endl; } if (plugin->getDescription() != "") { cout << " - " << plugin->getDescription() << endl; } } else if (verbosity == PluginInformationDetailed) { cout << header(plugin->getName(), 2); cout << " - Identifier: " << key << endl; cout << " - Plugin Version: " << plugin->getPluginVersion() << endl; cout << " - Vamp API Version: " << plugin->getVampApiVersion() << endl; cout << " - Maker: \"" << plugin->getMaker() << "\"" << endl; cout << " - Copyright: \"" << plugin->getCopyright() << "\"" << endl; cout << " - Description: \"" << plugin->getDescription() << "\"" << endl; cout << " - Input Domain: " << (plugin->getInputDomain() == Vamp::Plugin::TimeDomain ? "Time Domain" : "Frequency Domain") << endl; cout << " - Default Step Size: " << plugin->getPreferredStepSize() << endl; cout << " - Default Block Size: " << plugin->getPreferredBlockSize() << endl; cout << " - Minimum Channels: " << plugin->getMinChannelCount() << endl; cout << " - Maximum Channels: " << plugin->getMaxChannelCount() << endl; } else if (verbosity == PluginIds) { cout << "vamp:" << key << endl; } Plugin::OutputList outputs = plugin->getOutputDescriptors(); if (verbosity == PluginInformationDetailed) { Plugin::ParameterList params = plugin->getParameterDescriptors(); for (size_t j = 0; j < params.size(); ++j) { Plugin::ParameterDescriptor &pd(params[j]); cout << "\nParameter " << j+1 << ": \"" << pd.name << "\"" << endl; cout << " - Identifier: " << pd.identifier << endl; cout << " - Description: \"" << pd.description << "\"" << endl; if (pd.unit != "") { cout << " - Unit: " << pd.unit << endl; } cout << " - Range: "; cout << pd.minValue << " -> " << pd.maxValue << endl; cout << " - Default: "; cout << pd.defaultValue << endl; if (pd.isQuantized) { cout << " - Quantize Step: " << pd.quantizeStep << endl; } if (!pd.valueNames.empty()) { cout << " - Value Names: "; for (size_t k = 0; k < pd.valueNames.size(); ++k) { if (k > 0) cout << ", "; cout << "\"" << pd.valueNames[k] << "\""; } cout << endl; } } if (outputs.empty()) { cout << "\n** Note: This plugin reports no outputs!" << endl; } for (size_t j = 0; j < outputs.size(); ++j) { Plugin::OutputDescriptor &od(outputs[j]); cout << "\nOutput " << j+1 << ": \"" << od.name << "\"" << endl; cout << " - Identifier: " << od.identifier << endl; cout << " - Description: \"" << od.description << "\"" << endl; if (od.unit != "") { cout << " - Unit: " << od.unit << endl; } if (od.hasFixedBinCount) { cout << " - Default Bin Count: " << od.binCount << endl; } if (!od.binNames.empty()) { bool have = false; for (size_t k = 0; k < od.binNames.size(); ++k) { if (od.binNames[k] != "") { have = true; break; } } if (have) { cout << " - Bin Names: "; for (size_t k = 0; k < od.binNames.size(); ++k) { if (k > 0) cout << ", "; cout << "\"" << od.binNames[k] << "\""; } cout << endl; } } if (od.hasKnownExtents) { cout << " - Default Extents: "; cout << od.minValue << " -> " << od.maxValue << endl; } if (od.isQuantized) { cout << " - Quantize Step: " << od.quantizeStep << endl; } cout << " - Sample Type: " << (od.sampleType == Plugin::OutputDescriptor::OneSamplePerStep ? "One Sample Per Step" : od.sampleType == Plugin::OutputDescriptor::FixedSampleRate ? "Fixed Sample Rate" : "Variable Sample Rate") << endl; if (od.sampleType != Plugin::OutputDescriptor::OneSamplePerStep) { cout << " - Default Rate: " << od.sampleRate << endl; } cout << " - Has Duration: " << (od.hasDuration ? "Yes" : "No") << endl; } } if (outputs.size() > 1 || verbosity == PluginOutputIds) { for (size_t j = 0; j < outputs.size(); ++j) { if (verbosity == PluginInformation) { cout << " (" << j << ") " << outputs[j].name << ", \"" << outputs[j].identifier << "\"" << endl; if (outputs[j].description != "") { cout << " - " << outputs[j].description << endl; } } else if (verbosity == PluginOutputIds) { cout << "vamp:" << key << ":" << outputs[j].identifier << endl; } } } ++index; delete plugin; } } if (verbosity == PluginInformation || verbosity == PluginInformationDetailed) { cout << endl; } } void printPluginCategoryList() { PluginLoader *loader = PluginLoader::getInstance(); vector plugins = loader->listPlugins(); set printedcats; for (size_t i = 0; i < plugins.size(); ++i) { PluginLoader::PluginKey key = plugins[i]; PluginLoader::PluginCategoryHierarchy category = loader->getPluginCategory(key); Plugin *plugin = loader->loadPlugin(key, 48000); if (!plugin) continue; string catstr = ""; if (category.empty()) catstr = '|'; else { for (size_t j = 0; j < category.size(); ++j) { catstr += category[j]; catstr += '|'; if (printedcats.find(catstr) == printedcats.end()) { std::cout << catstr << std::endl; printedcats.insert(catstr); } } } std::cout << catstr << key << ":::" << plugin->getName() << ":::" << plugin->getMaker() << ":::" << plugin->getDescription() << std::endl; } } vamp-plugin-sdk-2.10.0/pkgconfig/vamp-hostsdk.pc.in0000644000000000000000000000040413660464475020273 0ustar 00000000000000prefix=%PREFIX% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: vamp-hostsdk Version: 2.10 Description: Development library for Vamp audio analysis plugin hosts Libs: -L${libdir} -lvamp-hostsdk -ldl Cflags: -I${includedir} vamp-plugin-sdk-2.10.0/pkgconfig/vamp-sdk.pc.in0000644000000000000000000000036213660464475017400 0ustar 00000000000000prefix=%PREFIX% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: vamp-sdk Version: 2.10 Description: Development library for Vamp audio analysis plugins Libs: -L${libdir} -lvamp-sdk Cflags: -I${includedir} vamp-plugin-sdk-2.10.0/pkgconfig/vamp.pc.in0000644000000000000000000000033513660464475016621 0ustar 00000000000000prefix=%PREFIX% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: vamp Version: 2.10 Description: An API for audio analysis and feature extraction plugins Libs: Cflags: -I${includedir} vamp-plugin-sdk-2.10.0/rdf/README0000644000000000000000000000027313660464475014412 0ustar 00000000000000Vamp Ontology/Transform OWL description David Pastor Escuredo with Chris Sutton, Yves Raimond, Chris Cannam Copyright 2008, Centre For Digital Music, Queen Mary, University of London. vamp-plugin-sdk-2.10.0/rdf/ToDo0000644000000000000000000000022113660464475014313 0ustar 00000000000000-automatic library URI assignment (not is a bit tricky) -rules to define TrackLevelOutputs and other exceptions -mapping vamp-audio features ... vamp-plugin-sdk-2.10.0/rdf/doc/glance.htm0000644000000000000000000000033713660464475016243 0ustar 00000000000000

Overview of Terms

An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.

vamp-plugin-sdk-2.10.0/rdf/doc/vamp.html0000644000000000000000000006717413660464475016145 0ustar 00000000000000 Vamp Plugins Ontology

Overview of Terms

An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.

Classes

Class: vamp:Configuration - unstable -

Configuration - For extension (SV implementation of Transform).

[back to top]


in-range-of:program

Class: vamp:DenseOutput - unstable -

DenseOutput - Specific output type comprising large binary data (e.g.: chromagram).

[back to top]


sub-class-of:PluginOutput

Class: vamp:Feature - deprecated -

Feature - This may be removed mighty soon as we rely on the Audio Features Ontology for this

[back to top]


Class: vamp:InputDomain - stable -

InputDomain - Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc).

[back to top]


in-range-of:input_domain

Class: vamp:Parameter - unstable -

Parameter - Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin.

[back to top]


in-range-of:parameter
in-domain-of:value parameter_descriptor

Class: vamp:ParameterDescriptor - stable -

ParameterDescriptor - Descriptior of a plugin parameter. Hosts require to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.

[back to top]


in-range-of:default_value min_value max_value parameter_descriptor
in-domain-of:quantized_step unit identifier

Class: vamp:Plugin - stable -

Plugin - Vamp plugin is an implementation of a feature extraction algorithm based on the Vamp API.

[back to top]


in-range-of:engine available_plugin
in-domain-of:input_domain output_descriptor parameter_descriptor plugin_description

Class: vamp:PluginDescription - unstable -

PluginDescription - The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance.

[back to top]


in-range-of:plugin_description
in-domain-of:vamp_API_version name identifier

Class: vamp:PluginLibrary - stable -

PluginLibrary - Library of Vamp Plugins. This may need to include rights.

[back to top]


in-domain-of:available_plugin

Class: vamp:PluginOutput - unstable -

PluginOutput - Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data.

[back to top]


in-range-of:min_value max_value output_descriptor
in-domain-of:computes_feature_type sample_type bin_names bin_count quantized_step sample_rate unit fixed_bin_count identifier

Class: vamp:PluginProgram - unstable -

PluginProgram - Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.

[back to top]


in-range-of:program
in-domain-of:identifier

Class: vamp:SampleType - stable -

SampleType - Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation.

[back to top]


in-range-of:sample_type

Class: vamp:SparseOutput - unstable -

SparseOutput - Specific output type used in sparse data outputs (e.g.: key detector).

[back to top]


sub-class-of:PluginOutput

Class: vamp:TrackLevelOutput - unstable -

TrackLevelOutput - Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data.

[back to top]


sub-class-of:PluginOutput

Class: vamp:Transform - stable -

Transform - The Transform defines the environment of any audio processing computation.

[back to top]


in-domain-of:duration start window_type transform_type block_size step_size parameter program engine sample_rate identifier

Class: vamp:TransformType - unstable -

TransformType - Specifies the type of transform. May be feature extraction, effect...

[back to top]


Properties

Property: vamp:available_plugin - stable -

available_plugin - Available plugins in the library

Domain: PluginLibrary
Range: Plugin

Property: vamp:bin_count - unstable -

bin_count - Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.

Domain: PluginOutput
Range:

Property: vamp:bin_names - unstable -

bin_names - List of bin names if available

Domain: PluginOutput
Range:

Property: vamp:block_size - stable -

block_size - Specifies the block size for the framing.

Domain: Transform
Range:

Property: vamp:computes_feature_type - unstable -

computes_feature_type - Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.

Domain: PluginOutput
Range: af:AudioFeature

Property: vamp:default_value - unstable -

default_value - Default value of the parameter

Domain:
Range: ParameterDescriptor

Property: vamp:duration - unstable -

duration - Specifies temporal information when processing a data stream.

Domain: Transform
Range:

Property: vamp:engine - stable -

engine - Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries

Domain: Transform
Range: Plugin

Property: vamp:fixed_bin_count - unstable -

fixed_bin_count - Fixed bin count. A boolean type.

Domain: PluginOutput
Range:

Property: vamp:identifier - stable -

identifier - Machine-readable identifier for Vamp plugin classes (and Transform).

Domain: Transform ParameterDescriptor PluginOutput PluginProgram PluginDescription
Range:

Property: vamp:input_domain - stable -

input_domain - Input domain allowed by the plugin (time or frequency).

Domain: Plugin
Range: InputDomain

Property: vamp:max_value - unstable -

max_value - Maximum value of the parameter range

Domain:
Range: PluginOutput ParameterDescriptor

Property: vamp:min_value - unstable -

min_value - Minimum value of the parameter range

Domain:
Range: PluginOutput ParameterDescriptor

Property: vamp:name - stable -

name - Human-readable identifier for the plugin.

Domain: PluginDescription
Range:

Property: vamp:output_descriptor - stable -

output_descriptor - Links each output type to the plugin.

Domain: Plugin
Range: PluginOutput

Property: vamp:parameter - stable -

parameter - Specifies the parameter to set the plugin in execution.

Domain: Transform
Range: Parameter

Property: vamp:parameter_descriptor - stable -

parameter_descriptor - Links each parameter descriptor to the plugin.

Domain: Parameter Plugin
Range: ParameterDescriptor

Property: vamp:parameter_descriptor - stable -

parameter_descriptor - Specifies exactly the type of descriptor to set in the transform by linking it.

Domain: Parameter Plugin
Range: ParameterDescriptor

Property: vamp:plugin_description - stable -

plugin_description - Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor in between an actual plugin and its properties).

Domain: Plugin
Range: PluginDescription

Property: vamp:program - stable -

program - Extension for configuration.

Domain: Transform
Range: Configuration PluginProgram

Property: vamp:program - stable -

program - Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?

Domain: Transform
Range: Configuration PluginProgram

Property: vamp:quantized_step - unstable -

quantized_step - Quantized step (if any). We do not include isQuantized.

Domain: ParameterDescriptor PluginOutput
Range:

Property: vamp:sample_rate - stable -

sample_rate - Specifies the sample rate if it is not constant.

Domain: Transform PluginOutput
Range:

Property: vamp:sample_rate - stable -

sample_rate - Sample rate of the output if any. Should be read depending on SampleType and Output classes.

Domain: Transform PluginOutput
Range:

Property: vamp:sample_rate - unstable -

sample_rate - Specifies the sample rate if it is not constant.

Domain: Transform PluginOutput
Range:

Property: vamp:sample_rate - unstable -

sample_rate - Sample rate of the output if any. Should be read depending on SampleType and Output classes.

Domain: Transform PluginOutput
Range:

Property: vamp:sample_type - unstable -

sample_type - The sample type specifies the temporal information of the output.

Domain: PluginOutput
Range: SampleType

Property: vamp:start - unstable -

start - Specifies temporal information when processing a data stream.

Domain: Transform
Range:

Property: vamp:step_size - stable -

step_size - Specifies the step size for the framing.

Domain: Transform
Range:

Property: vamp:transform_type - unstable -

transform_type - Specifies the transform type (we could do this by subclassin transform instead of using a property).

Domain: Transform
Range:

Property: vamp:unit - unstable -

unit - Unit of the output/parameter. A string type

Domain: ParameterDescriptor PluginOutput
Range:

Property: vamp:value - stable -

value - Specifies the current value of the parameter.

Domain: Parameter
Range:

Property: vamp:vamp_API_version - stable -

vamp_API_version - Version of the Vamp API used to implement this plugin.

Domain: PluginDescription
Range:

Property: vamp:window_type - unstable -

window_type - Specifies the window type (they should be individuals and clearly not here).

Domain: Transform
Range:

Individuals

Individual: Effect -

Effect - Effect transform. This may be just a subclass of Transform...
Class: vamp:TransformType

Individual: FeatureExtraction -

Feature Extraction - Feature extraction transform. This may be just a subclass of Transform...
Class: vamp:TransformType
vamp-plugin-sdk-2.10.0/rdf/doc/vamp.pl0000644000000000000000000000165313660464475015602 0ustar 00000000000000:- use_module('../../../motools/mo/ontospec/onto_spec'). :- use_module(library('semweb/rdf_db')). :- use_module(library('semweb/rdf_turtle')). :- rdf_load('../vamp.rdf'). :- rdf_db:rdf_register_ns(vamp,'http://purl.org/ontology/vamp/'). author_name(''). author_foaf(''). page_title('Vamp Plugins Ontology'). output('vamp.html'). :- output(Output), open(Output,write,Otp), header(Header), write(Otp,Header), open('../doc/glance.htm',read,GlanceIntro), copy_stream_data(GlanceIntro, Otp), glance_html_desc(Glance), write(Otp,Glance), write(Otp,'

Classes

'), classes_html_desc(Classes), write(Otp,Classes), write(Otp,'

Properties

'), props_html_desc(Props), write(Otp,Props), write(Otp,'

Individuals

'), inds_html_desc(Inds), write(Otp,Inds), deprecs_html_desc(Deprecs), write(Otp,Deprecs), close(Otp), rdf_db:rdf_retractall(_,_,_). :- halt. vamp-plugin-sdk-2.10.0/rdf/generator/vamp-rdf-template-generator.cpp0000644000000000000000000004211713660464475023540 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ #include #include #include #include #include #include #include #include #include #include #include #include #include using std::cout; using std::cin; using std::cerr; using std::getline; using std::endl; using std::string; using std::vector; using std::ofstream; using std::ios; using Vamp::HostExt::PluginLoader; using Vamp::Plugin; string programURI = "http://vamp-plugins.org/rdf/template-generator"; void usage() { cerr << endl; cerr << "vamp-rdf-template-generator: Create a skeleton RDF description file describing" << endl; cerr << "a Vamp plugin library using the Vamp ontology." << endl; cerr << endl; cerr << "Usage:" << endl; cerr << " vamp-rdf-template-generator -i vamp:soname[:plugin] [vamp:soname[:plugin] ...]" << endl; cerr << " vamp-rdf-template-generator PLUGIN_BASE_URI [ -m YOUR_URI ] [vamp:]soname[:plugin] [[vamp:]soname[:plugin] ...]" << endl; cerr << endl; cerr << "Example:" << endl; cerr << " vamp-rdf-template-generator http://vamp-plugins.org/rdf/plugins/ vamp-example-plugins" << endl; cerr << endl; exit(2); } template inline string to_string (const T& t) { std::stringstream ss; ss << t; return ss.str(); } string describe_namespaces(string pluginBundleBaseURI, string libname) { string res=\ "@prefix rdfs: .\n\ @prefix xsd: .\n\ @prefix vamp: .\n\ @prefix plugbase: <"+pluginBundleBaseURI+libname+"#> .\n\ @prefix owl: .\n\ @prefix dc: .\n\ @prefix af: .\n\ @prefix foaf: .\n\ @prefix doap: .\n\ @prefix cc: .\n\ @prefix : <#> .\n\n"; return res; } string describe_doc(string describerURI, string pluginBundleBaseURI, string libname) { string res = "\n## Properties of this document\n\n\ <> a vamp:PluginDescription ;\n"; if (describerURI != "") { res += " foaf:maker <"+describerURI+"> ;\n"; } res += "\ foaf:maker <"+programURI+"> ;\n\ foaf:primaryTopic <"+pluginBundleBaseURI+libname+"> .\n\n"; return res; } bool have_multiple_makers(vector plugins) { string firstMaker = ""; for (size_t i = 0; i < plugins.size(); ++i) { if (i == 0) { firstMaker = plugins[i]->getMaker(); } else if (plugins[i]->getMaker() != firstMaker) { return true; } } return false; } string describe_maker(vector plugins, bool multipleMakers) { string res = "\n## Maker of the whole plugin library\n\n\ :library_maker\n"; if (!multipleMakers) { string name; if (!plugins.empty()) { name = plugins[0]->getMaker(); } res += "\ foaf:name \"" + name + "\" ;\n\ # foaf:page <> ; # Place maker's homepage URL in here and uncomment\n\ # foaf:logo <> ; # URL of an image here, if you happen to have a logo\n"; } else { res += "\ foaf:name \"Multiple makers\" ;\n"; } res += " .\n\n"; return res; } string describe_library(string libname, vector plugins) { string res = "\n## Properties of the plugin library, and references to the plugins it contains\n\n\ plugbase:library a vamp:PluginLibrary ;\n\ vamp:identifier \""+libname+"\" ;\n\ foaf:maker :library_maker"; for (size_t i = 0; i < plugins.size(); ++i) { res += " ; \n\ vamp:available_plugin plugbase:"+plugins[i]->getIdentifier(); } res += " ; \n\ # dc:title \"\" ; # Place library name here and uncomment\n\ # dc:description \"\" ; # Place library description here and uncomment\n\ # foaf:page <> ; # Place more-info HTML page URL here and uncomment\n\ # doap:download-page <> ; # Place download HTML page URL here and uncomment\n\ .\n\n"; return res; } string describe_plugin(Plugin* plugin, bool multipleMakers) { string res = "\n## Properties of the " + plugin->getName() + " plugin\n\n\ plugbase:"+plugin->getIdentifier()+" a vamp:Plugin ;\n\ dc:title \""+plugin->getName()+"\" ;\n\ vamp:name \""+plugin->getName()+"\" ;\n\ dc:description \"\"\""+plugin->getDescription()+"\"\"\" ;\n\ foaf:maker "; if (multipleMakers) { res += "[ foaf:name \""+plugin->getMaker()+"\" ] ;\n"; } else { res += ":library_maker ;\n"; } res += "\ dc:rights \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\ # cc:license ; \n\ vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\ vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\ owl:versionInfo \""+to_string(plugin->getPluginVersion())+"\" ;\n"; if (plugin->getInputDomain() == Vamp::Plugin::FrequencyDomain) res+=" vamp:input_domain vamp:FrequencyDomain ;\n\n"; else res+=" vamp:input_domain vamp:TimeDomain ;\n"; Plugin::ParameterList params = plugin->getParameterDescriptors(); for (Plugin::ParameterList::const_iterator i = params.begin(); i != params.end(); i++) res+=" vamp:parameter plugbase:"+plugin->getIdentifier()+"_param_"+(*i).identifier+" ;\n"; if (!params.empty()) res+="\n"; Plugin::OutputList outputs = plugin->getOutputDescriptors(); for (Plugin::OutputList::const_iterator i = outputs.begin(); i!= outputs.end(); i++) res+=" vamp:output plugbase:"+plugin->getIdentifier()+"_output_"+(*i).identifier+" ;\n"; res+=" .\n"; return res; } string describe_param(Plugin *plugin, Plugin::ParameterDescriptor p) { //FIXME: dc:format and vamp:unit are the same??? //Should be a QUantizedParameter also a Parameter?? if(p.isQuantized){ string res=\ "plugbase:"+plugin->getIdentifier()+"_param_"+p.identifier+" a vamp:QuantizedParameter ;\n\ vamp:identifier \""+p.identifier+"\" ;\n\ dc:title \""+p.name+"\" ;\n\ dc:format \""+p.unit+"\" ;\n\ vamp:min_value "+to_string(p.minValue)+" ;\n\ vamp:max_value "+to_string(p.maxValue)+" ;\n\ vamp:unit \""+p.unit+"\" ;\n\ vamp:quantize_step "+to_string(p.quantizeStep)+" ;\n\ vamp:default_value "+to_string(p.defaultValue)+" ;\n\ vamp:value_names ("; unsigned int i; for (i=0; i+1 < p.valueNames.size(); i++) res+=" \""+p.valueNames[i]+"\""; if (i < p.valueNames.size()) res+=" \""+p.valueNames[i]+"\""; res+=");\n"; res+=" .\n"; return res; }else{ string res=\ "plugbase:"+plugin->getIdentifier()+"_param_"+p.identifier+" a vamp:Parameter ;\n\ vamp:identifier \""+p.identifier+"\" ;\n\ dc:title \""+p.name+"\" ;\n\ dc:format \""+p.unit+"\" ;\n\ vamp:min_value "+to_string(p.minValue)+" ;\n\ vamp:max_value "+to_string(p.maxValue)+" ;\n\ vamp:unit \""+p.unit+"\" ;\n\ vamp:default_value "+to_string(p.defaultValue)+" ;\n\ vamp:value_names ("; unsigned int i; for (i=0; i+1 < p.valueNames.size(); i++) res+=" \""+p.valueNames[i]+"\""; if (i < p.valueNames.size()) res+=" \""+p.valueNames[i]+"\""; res+=");\n"; res+=" .\n"; return res; } } string describe_output(Plugin *plugin, Plugin::OutputDescriptor o) { //we need to distinguish here between different output types: //Quantize or not //KnownExtents or not //Data output classification: //DenseOutput //SparseOutput //TrackLevelOutput // SparseOutput: variable sample rate. Events are not evenly // spaced so we need to record the time associated with the event // as it its not ensured that we have an event after the next one // (but there is not time to set the duration, it has to be // calculated as the different between 2 different events). The // timestamp must be read. string res; if (o.sampleType == Plugin::OutputDescriptor::VariableSampleRate || !o.hasFixedBinCount) { res=\ "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:SparseOutput ;\n\ vamp:identifier \""+o.identifier+"\" ;\n\ dc:title \""+o.name+"\" ;\n\ dc:description \"\"\""+o.description+"\"\"\" ;\n\ vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ vamp:unit \""+(o.unit)+"\" ;\n"; //another type of output if(o.isQuantized){ res+=" a vamp:QuantizedOutput ;\n"; res+=" vamp:quantize_step "+to_string(o.quantizeStep)+" ;\n"; } //and yet another type if(o.hasKnownExtents){ res+=" a vamp:KnownExtentsOutput ;\n"; res+=" vamp:min_value "+to_string(o.minValue)+" ;\n"; res+=" vamp:max_value "+to_string(o.maxValue)+" ;\n"; } // FIXME ? Bin names may vary based on plugin setup, so including them here might be misleading... if (o.hasFixedBinCount) { res+=" vamp:bin_count "+to_string(o.binCount)+" ;\n"; bool haveBinNames = false; for (unsigned int i=0; i < o.binNames.size(); i++) { if (o.binNames[i] != "") { haveBinNames = true; break; } } if (haveBinNames) { res+=" vamp:bin_names ("; unsigned int i; for (i=0; i+1 < o.binNames.size(); i++) res+=" \""+o.binNames[i]+"\""; if (i < o.binNames.size()) res+=" \""+o.binNames[i]+"\""; res+=");\n"; } } res+=" vamp:sample_type vamp:VariableSampleRate ;\n"; if (o.sampleRate > 0.0f) res+=" vamp:sample_rate "+to_string(o.sampleRate)+" ;\n"; } //If we do not have SparseOutput, then we have DenseOutput. TrackLevelOutput can not be inferred from the plugin directly without actually //running the plugin. else{ res=\ "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:DenseOutput ;\n\ vamp:identifier \""+o.identifier+"\" ;\n\ dc:title \""+o.name+"\" ;\n\ dc:description \"\"\""+o.description+"\"\"\" ;\n\ vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ vamp:unit \""+(o.unit)+"\" ;\n"; //another type of output if(o.isQuantized){ res+=" a vamp:QuantizedOutput ;\n"; res+=" vamp:quantize_step "+to_string(o.quantizeStep)+" ;\n"; } //and yet another type if(o.hasKnownExtents){ res+=" a vamp:KnownExtentsOutput ;\n"; res+=" vamp:min_value "+to_string(o.minValue)+" ;\n"; res+=" vamp:max_value "+to_string(o.maxValue)+" ;\n"; } // FIXME ? Bin names may vary based on plugin setup, so including them here might be misleading... if (o.hasFixedBinCount) { res+=" vamp:bin_count "+to_string(o.binCount)+" ;\n"; bool haveBinNames = false; for (unsigned int i=0; i < o.binNames.size(); i++) { if (o.binNames[i] != "") { haveBinNames = true; break; } } if (haveBinNames) { res+=" vamp:bin_names ("; unsigned int i; for (i=0; i+1 < o.binNames.size(); i++) res+=" \""+o.binNames[i]+"\""; if (i < o.binNames.size()) res+=" \""+o.binNames[i]+"\""; res+=");\n"; } } else if (o.sampleType == Plugin::OutputDescriptor::FixedSampleRate) { res+=" vamp:sample_type vamp:FixedSampleRate ;\n"; res+=" vamp:sample_rate "+to_string(o.sampleRate)+" ;\n"; } else if (o.sampleType == Plugin::OutputDescriptor::OneSamplePerStep) res+=" vamp:sample_type vamp:OneSamplePerStep ;\n"; else { cerr<<"Incomprehensible sampleType for output descriptor "+o.identifier<<" !"< plugins, string pluginBundleBaseURI, string describerURI, string libname) { bool multipleMakers = have_multiple_makers(plugins); string res = describe_namespaces(pluginBundleBaseURI, libname); res += describe_doc(describerURI, pluginBundleBaseURI, libname); res += describe_maker(plugins, multipleMakers); res += describe_library(libname, plugins); for (size_t i = 0; i < plugins.size(); ++i) { Plugin *plugin = plugins[i]; res += describe_plugin(plugin, multipleMakers); Plugin::ParameterList params = plugin->getParameterDescriptors(); for (Plugin::ParameterList::const_iterator i = params.begin(); i != params.end(); i++) res += describe_param(plugin, *i); Plugin::OutputList outputs = plugin->getOutputDescriptors(); for (Plugin::OutputList::const_iterator i = outputs.begin(); i!= outputs.end(); i++) res += describe_output(plugin, *i); } return res; } int main(int argc, char **argv) { if (argc < 3) usage(); bool interactive = false; if (!strcmp(argv[1], "-i")) interactive = true; if (!interactive && argc < 3) usage(); string pluginBundleBaseURI, describerURI; int argidx = 2; if (!interactive) { pluginBundleBaseURI = argv[1]; if (!strcmp(argv[2], "-m")) { if (argc < 5) usage(); describerURI = argv[3]; argidx = 4; } } else { cerr << "Please enter the base URI for the plugin bundle : "; getline(cin, pluginBundleBaseURI); cerr << "Please enter your URI (empty to omit) : "; getline(cin, describerURI); } vector plugins; string libname; PluginLoader *loader = PluginLoader::getInstance(); while (argidx < argc) { string pluginName = argv[argidx]; if (pluginName.substr(0, 5) == "vamp:") { pluginName = pluginName.substr(5); } string mylibname = pluginName.substr(0, pluginName.find(':')); if (libname == "") libname = mylibname; else if (libname != mylibname) { cerr << "ERROR: All plugins specified on command line must originate in the same library" << endl; exit(1); } if (mylibname == pluginName) { // pluginName is a library, not a plugin PluginLoader::PluginKeyList list = loader->listPlugins(); for (size_t i = 0; i < list.size(); ++i) { string thislibname = list[i].substr(0, list[i].find(':')); if (thislibname != mylibname) continue; Plugin *plugin = loader->loadPlugin(list[i], 44100); if (!plugin) { cerr << "ERROR: Plugin \"" << list[i] << "\" could not be loaded" << endl; exit(1); } plugins.push_back(plugin); } if (plugins.empty()) { cerr << "ERROR: Plugin library \"" << mylibname << "\" does not exist, could not be opened, or contains no plugins" << endl; exit(1); } } else { // pluginName is a plugin Plugin *plugin = loader->loadPlugin(pluginName, size_t(44100)); if (!plugin) { cerr << "ERROR: Plugin \"" << pluginName << "\" could not be loaded" << endl; exit(1); } plugins.push_back(plugin); } ++argidx; } cout << describe(plugins, pluginBundleBaseURI, describerURI, libname) << endl; return 0; } vamp-plugin-sdk-2.10.0/rdf/vamp.n30000644000000000000000000004463413660464475014750 0ustar 00000000000000@prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix foaf: . @prefix vs: . @prefix dc: . @prefix event: . @prefix af: . @prefix vamp: . @prefix : <> . <> a owl:Ontology; dc:title "Vamp Plugins Ontology"; rdfs:label "Vamp Plugins Ontology"; rdfs:comment """ Vamp Ontology. This ontology includes the following descriptions: - OWL description of the Vamp API - OWL description of the Transform environment necessary to set up the execution of any plugin This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to use this ontology to read, set up and execute plugins. The extracted features are expressed in terms of the Audio Features Ontology: http://purl.org/ontology/af/. For more information, please visit the Vamp Plugins website: http://www.vamp-plugins.org/ """; foaf:maker "Chris Cannam"; foaf:maker "Chris Sutton"; foaf:maker "Yves Raimond"; foaf:maker "David Pastor Escuredo"; dc:date "$Date: 2008/05/21 17:05:11 $"; . vs:term_status a owl:AnnotationProperty. #Authors foaf ############################################# # Part 1: Describing a Vamp plugin ############################################# ######################################### # CLASSES ######################################### # Note: we don't include a Feature concept because we rely on the Audio Feature ontology # Note: we additionally define a Transform concept to link the running context vamp:Plugin a owl:Class; rdfs:label "Vamp Plugin"; rdfs:comment """ A Vamp plugin is an implementation of an audio feature extraction algorithm using the Vamp API. """; vs:term_status "stable"; . vamp:PluginLibrary a owl:Class; rdfs:label "Vamp Plugin Library"; rdfs:comment """ Library of Vamp Plugins. This may need to include rights. """; vs:term_status "stable"; . vamp:Parameter a owl:Class; rdfs:label "Vamp Plugin Parameter"; rdfs:comment """ Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup. """; vs:term_status "stable"; . vamp:QuantizedParameter a owl:Class; rdfs:label "Quantized Parameter"; rdfs:subClassOf vamp:Parameter; rdfs:comment """ Descriptor of a parameter that does have quantized values. The property quantize_step is just defined for this subclass and not for the general Parameter. """; vs:term_status "stable"; . vamp:PluginOutput a owl:Class; rdfs:label "Vamp Plugin output descriptor"; rdfs:comment """ Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data. """; vs:term_status "unstable"; . #3 classifications of outputs: #-density of data #-quantised #-known extents #there is not classification for fix_bin_count vamp:QuantizedOutput a owl:Class; rdfs:label "Quantized Output"; rdfs:subClassOf vamp:PluginOutput; rdfs:comment """ Descriptor of an output that does have quantized values. """; vs:term_status "stable"; . vamp:KnownExtentsOutput a owl:Class; rdfs:label "Known Extents Output"; rdfs:subClassOf vamp:PluginOutput; rdfs:comment """ Descriptor of an output that does have known extents. """; vs:term_status "stable"; . vamp:DenseOutput a owl:Class; rdfs:subClassOf vamp:PluginOutput; rdfs:label "Dense output"; rdfs:comment """ Specific output type for data evenly spaced in time, which may be of high volume and which it is usually desirable to represent in a compact form. """; vs:term_status "unstable"; . vamp:SparseOutput a owl:Class; rdfs:label "Sparse output"; rdfs:subClassOf vamp:PluginOutput; rdfs:comment """ Specific output type for data that consist of features that require their own individual temporal information. """; vs:term_status "unstable"; . vamp:TrackLevelOutput a owl:Class; rdfs:label "track level output"; rdfs:subClassOf vamp:PluginOutput; rdfs:comment """ Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data. """; vs:term_status "unstable"; . vamp:PluginProgram a owl:Class; rdfs:label "Plugin program"; rdfs:comment """ The program is a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name. """; vs:term_status "unstable"; . vamp:Feature a owl:Class; rdfs:label "Vamp Feature"; rdfs:comment "This may be removed mighty soon as we rely on the Audio Features Ontology for this"; vs:term_status "deprecated"; . # Classes for enumerations in the Vamp API vamp:InputDomain a owl:Class; rdfs:label "Plugin input domain"; rdfs:comment """ Plugins declare the input domain they require, so the host can convert the input data properly. Hosts using the Vamp SDK PluginAdapter to wrap plugins should see this work done for them automatically - see the Vamp documentation. """; vs:term_status "stable"; . vamp:SampleType a owl:Class; rdfs:label "sample type"; rdfs:comment """ The sample type specifies the temporal information of the plugin output. This information should be combined with the output type for a correct interpretation. """; vs:term_status "stable"; . ################################################################## # PROPERTIES. ################################################################## ##### Plugin properties ##!!! lacking plugin version? vamp:parameter a rdf:Property; a owl:ObjectProperty; rdfs:label "parameter descriptor"; rdfs:comment """ Links each parameter descriptor to the plugin. """; rdfs:range vamp:Parameter; rdfs:domain vamp:ParameterBinding; rdfs:domain vamp:Plugin; vs:term_status "stable"; . vamp:output a rdf:Property; a owl:ObjectProperty; rdfs:label "output"; rdfs:comment """ Links each output type to the plugin. """; rdfs:range vamp:PluginOutput; rdfs:domain vamp:Plugin; rdfs:domain vamp:Transform; vs:term_status "stable"; . ##### Plugin Library properties (could include affiliation, rights...) vamp:available_plugin a rdf:Property; a owl:ObjectProperty; rdfs:label "available plugin"; rdfs:comment """ Available plugins in the library """; rdfs:range vamp:Plugin; rdfs:domain vamp:PluginLibrary; vs:term_status "stable"; . #### Plugin Descriptor properties vamp:identifier a rdf:Property; a owl:DatatypeProperty; rdfs:label "plugin identifier"; rdfs:comment """ Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. """; rdfs:domain vamp:Plugin; rdfs:domain vamp:PluginLibrary; rdfs:domain vamp:PluginProgram; rdfs:domain vamp:PluginOutput; rdfs:domain vamp:Parameter; rdfs:domain vamp:Transform; vs:term_status "stable"; . vamp:name a rdf:Property; a owl:DatatypeProperty; rdfs:label "plugin name"; rdfs:comment """ Human-readable identifier for the plugin. """; rdfs:domain vamp:Plugin; vs:term_status "stable"; . vamp:vamp_API_version a rdf:Property; a owl:DatatypeProperty; rdfs:label "Vamp API version"; rdfs:comment """ Version of the Vamp API used to implement this plugin. """; rdfs:domain vamp:Plugin; vs:term_status "stable"; . vamp:input_domain a rdf:Property; a owl:DatatypeProperty; rdfs:label "input domain"; rdfs:comment """ Input domain required by the plugin (time or frequency). """; rdfs:domain vamp:Plugin; rdfs:range vamp:InputDomain; vs:term_status "stable"; . # Note that other properties like maker can be linked to the plugin descriptor using other namespaces ##### Parameter Descriptor properties (and some common with PluginOutput) # Note: Identifier has been already defined vamp:max_value a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "max value"; rdfs:comment """ Maximum value of the parameter range """; rdfs:range vamp:Parameter; rdfs:range vamp:KnownExtentsOutput; vs:term_status "unstable"; . vamp:min_value a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "min value"; rdfs:comment """ Minimum value of the parameter range """; rdfs:range vamp:Parameter; rdfs:range vamp:KnownExtentsOutput; vs:term_status "unstable"; . vamp:default_value a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "default value"; rdfs:comment """ Default value of the parameter """; rdfs:range vamp:Parameter; vs:term_status "unstable"; . vamp:quantize_step a rdf:Property; a owl:FunctionalProperty; a owl:DatatypeProperty; rdfs:label "quantized step"; rdfs:comment """ Quantize step. Only defined for quantized outputs """; rdfs:domain vamp:QuantizedOutput; rdfs:domain vamp:QuantizedParameter; vs:term_status "unstable"; . vamp:has_duration a rdf:Property; a owl:FunctionalProperty; a owl:DatatypeProperty; rdfs:label "has duration"; rdfs:comment """ True if features on this output are known to have durations """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; . vamp:unit a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "unit"; rdfs:comment """ Unit of the output/parameter. A string type """; rdfs:domain vamp:PluginOutput; rdfs:domain vamp:Parameter; vs:term_status "unstable"; . vamp:value_names a rdf:Property; a owl:DatatypeProperty; rdfs:label "value names"; rdfs:comment """ List of value names if available """; rdfs:domain vamp:Parameter; vs:term_status "unstable"; . ########Output Descriptor properties vamp:fixed_bin_count a rdf:Property; a owl:DatatypeProperty; rdfs:label "fixed bin count"; rdfs:comment """ Fixed bin count. A boolean type. """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; . vamp:sample_rate a rdf:Property; a owl:DatatypeProperty; rdfs:label "sample rate"; rdfs:comment """ Sample rate of the output if any. Should be read depending on SampleType and Output classes. """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; . vamp:bin_count a rdf:Property; a owl:DatatypeProperty; rdfs:label "bin count"; rdfs:comment """ Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; . vamp:bin_names a rdf:Property; a owl:DatatypeProperty; rdfs:label "bin names"; rdfs:comment """ List of bin names if available. """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; . vamp:sample_type a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "sample type"; rdfs:comment """ The sample type specifies the temporal information of the output. """; rdfs:domain vamp:PluginOutput; rdfs:range vamp:SampleType; vs:term_status "unstable"; . # The next 3 properties are included to link in the Audio Features Ontology (not strictly from the Vamp API). vamp:computes_event_type a rdf:Property; a owl:ObjectProperty; rdfs:label "event type"; rdfs:comment """ Associates a plugin output with its corresponding event type (for example, in the Audio Features ontology). """; rdfs:domain vamp:PluginOutput; rdfs:range event:Event; vs:term_status "unstable"; . vamp:computes_feature a rdf:Property; a owl:ObjectProperty; rdfs:label "feature type"; rdfs:comment """ Associates a plugin output with the attribute connecting the event to its value data. """; rdfs:domain vamp:PluginOutput; rdfs:range event:factor; vs:term_status "unstable"; . vamp:computes_signal_type a rdf:Property; a owl:ObjectProperty; rdfs:label "signal type"; rdfs:comment """ Associates a dense plugin output with its corresponding signal type (for example, in the Audio Features ontology). """; rdfs:domain vamp:PluginOutput; rdfs:range af:Signal; vs:term_status "unstable"; . ######################## # INDIVIDUALS ######################## vamp:TimeDomain a vamp:InputDomain; . vamp:FrequencyDomain a vamp:InputDomain; . vamp:OneSamplePerStep a vamp:SampleType; . vamp:FixedSampleRate a vamp:SampleType; . vamp:VariableSampleRate a vamp:SampleType; . ################################################### END OF THE VAMP API DESCRIPTION ############################################################ ############################################# # Part 2: Classes to describe plugin execution. TRANSFORM ############################################# # Note: we need to define this part of the ontology to give a minimun common standard for hosts. # Note: this may split up in some other ontology or become part of the DSP namespace vamp:Transform a owl:Class; rdfs:label "Transform"; vs:term_status "stable"; rdfs:comment """ The Transform defines the environment of any audio processing computation. """; . vamp:ParameterBinding a owl:Class; rdfs:label "Parameter binding"; vs:term_status "unstable"; rdfs:comment """ Parameter setting used by the plugin transform to set up the plugin. """; . vamp:Configuration a owl:Class; rdfs:label "Configuration"; vs:term_status "unstable"; rdfs:comment """ For extension (key/value data provided to DSSI plugins, not relevant to Vamp) """; . vamp:TransformType a owl:Class; rdfs:label "Transform Type"; vs:term_status "unstable"; rdfs:comment """ Specifies the type of transform. May be feature extraction, effect... """; . ##individuals of transformtype vamp:FeatureExtraction a vamp:TransformType; rdfs:label "Feature Extraction"; vs:term_status "unstable"; rdfs:comment """ Feature extraction transform. This may be just a subclass of Transform... """; . vamp:Effect a vamp:TransformType; rdfs:label "Effect"; vs:term_status "unstable"; rdfs:comment """ Effect transform. This may be just a subclass of Transform... """; . ################ # Properties ################ ##### Plugin Transform properties #identifier and output are declared above vamp:engine a rdf:Property; a owl:ObjectProperty; rdfs:label "plugin"; vs:term_status "stable"; rdfs:comment """ Specifies the sort of plugin in execution. This is an extension to use Transform with other plugin libraries """; rdfs:domain vamp:Transform; rdfs:range vamp:Plugin; . vamp:program a rdf:Property; a owl:ObjectProperty; a owl:FunctionalProperty; rdfs:label "program"; vs:term_status "stable"; rdfs:comment """ Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it? """; rdfs:domain vamp:Transform; rdfs:range vamp:PluginProgram; . vamp:configuration a rdf:Property; a owl:ObjectProperty; a owl:FunctionalProperty; rdfs:label "program"; vs:term_status "stable"; rdfs:comment """ Extension for configuration. """; rdfs:domain vamp:Transform; rdfs:range vamp:Configuration; . vamp:parameter_binding a rdf:Property; a owl:ObjectProperty; rdfs:label "parameter"; vs:term_status "stable"; rdfs:comment """ Specifies the parameter to set the plugin in execution. """; rdfs:domain vamp:Transform; rdfs:range vamp:ParameterBinding; . vamp:step_size a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "step size"; vs:term_status "stable"; rdfs:comment """ Specifies the step size for the framing. """; rdfs:domain vamp:Transform; . vamp:block_size a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "block size"; vs:term_status "stable"; rdfs:comment """ Specifies the block size for the framing. """; rdfs:domain vamp:Transform; . vamp:sample_rate a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "sample rate"; vs:term_status "stable"; rdfs:comment """ Specifies the sample rate if it is not constant. """; rdfs:domain vamp:Transform; . vamp:transform_type a rdf:Property; a owl:ObjectProperty; a owl:FunctionalProperty; rdfs:label "transform type"; vs:term_status "unstable"; rdfs:comment """ Specifies the transform type (we could do this by subclassin transform instead of using a property). """; rdfs:domain vamp:Transform; . vamp:window_type a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "window type"; vs:term_status "unstable"; rdfs:comment """ Specifies the window type (they should be individuals and clearly not here). """; rdfs:domain vamp:Transform; . vamp:start a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "start"; vs:term_status "unstable"; rdfs:comment """ Specifies temporal information when processing a data stream. """; rdfs:domain vamp:Transform; . vamp:duration a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "start"; vs:term_status "unstable"; rdfs:comment """ Specifies temporal information when processing a data stream. """; rdfs:domain vamp:Transform; . vamp:summary_type a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "summary type"; vs:term_status "unstable"; rdfs:comment """ Specifies a summary type to be used (for averaging etc) on transform results. """; rdfs:domain vamp:Transform; . ##### Parameter properties vamp:value a rdf:Property; a owl:DatatypeProperty; a owl:FunctionalProperty; rdfs:label "value"; vs:term_status "stable"; rdfs:comment """ Specifies the current value of the parameter. """; rdfs:domain vamp:ParameterBinding; . #parameter declared above # The next property is here to link the Audio Features ontology to the # Transform ontology terms -- an audio feature may use this to # indicate which transform produced it vamp:computed_by a rdf:Property; a owl:ObjectProperty; rdfs:label "computed by"; rdfs:comment """ Associates an audio feature with the transform that was used to compute it. """; rdfs:domain event:Event; rdfs:domain af:Signal; rdfs:range vamp:Transform; vs:term_status "unstable"; . vamp-plugin-sdk-2.10.0/rdf/vamp.rdf0000644000000000000000000017071113660464475015177 0ustar 00000000000000 Vamp Plugins Ontology Vamp Plugins Ontology Vamp Ontology. This ontology includes the following descriptions: - OWL description of the Vamp API - OWL description of the Transform environment necessary to set up the execution of any plugin This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to use this ontology to read, set up and execute plugins. The extracted features are expressed in terms of the Audio Features Ontology: http://purl.org/ontology/af/. For more information, please visit the Vamp Plugins website: http://www.vamp-plugins.org/ Chris Cannam Chris Sutton Yves Raimond David Pastor Escuredo $Date: 2008/05/21 17:05:11 $ Vamp Plugin A Vamp plugin is an implementation of an audio feature extraction algorithm using the Vamp API. stable Vamp Plugin Library Library of Vamp Plugins. This may need to include rights. stable Vamp Plugin Parameter Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup. stable Quantized Parameter Descriptor of a parameter that does have quantized values. The property quantize_step is just defined for this subclass and not for the general Parameter. stable Vamp Plugin output descriptor Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data. unstable Quantized Output Descriptor of an output that does have quantized values. stable Known Extents Output Descriptor of an output that does have known extents. stable Dense output Specific output type for data evenly spaced in time, which may be of high volume and which it is usually desirable to represent in a compact form. unstable Sparse output Specific output type for data that consist of features that require their own individual temporal information. unstable track level output Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data. unstable Plugin program The program is a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name. unstable Vamp Feature This may be removed mighty soon as we rely on the Audio Features Ontology for this deprecated Plugin input domain Plugins declare the input domain they require, so the host can convert the input data properly. Hosts using the Vamp SDK PluginAdapter to wrap plugins should see this work done for them automatically - see the Vamp documentation. stable sample type The sample type specifies the temporal information of the plugin output. This information should be combined with the output type for a correct interpretation. stable parameter descriptor Links each parameter descriptor to the plugin. stable output Links each output type to the plugin. stable available plugin Available plugins in the library stable plugin identifier Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. stable plugin name Human-readable identifier for the plugin. stable Vamp API version Version of the Vamp API used to implement this plugin. stable input domain Input domain required by the plugin (time or frequency). stable max value Maximum value of the parameter range unstable min value Minimum value of the parameter range unstable default value Default value of the parameter unstable quantized step Quantize step. Only defined for quantized outputs unstable has duration True if features on this output are known to have durations unstable unit Unit of the output/parameter. A string type unstable value names List of value names if available unstable fixed bin count Fixed bin count. A boolean type. unstable sample rate Sample rate of the output if any. Should be read depending on SampleType and Output classes. unstable bin count Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. unstable bin names List of bin names if available. unstable sample type The sample type specifies the temporal information of the output. unstable event type Associates a plugin output with its corresponding event type (for example, in the Audio Features ontology). unstable feature type Associates a plugin output with the attribute connecting the event to its value data. unstable signal type Associates a dense plugin output with its corresponding signal type (for example, in the Audio Features ontology). unstable Transform stable The Transform defines the environment of any audio processing computation. Parameter binding unstable Parameter setting used by the plugin transform to set up the plugin. Configuration unstable For extension (key/value data provided to DSSI plugins, not relevant to Vamp) Transform Type unstable Specifies the type of transform. May be feature extraction, effect... Feature Extraction unstable Feature extraction transform. This may be just a subclass of Transform... Effect unstable Effect transform. This may be just a subclass of Transform... plugin stable Specifies the sort of plugin in execution. This is an extension to use Transform with other plugin libraries program stable Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it? program stable Extension for configuration. parameter stable Specifies the parameter to set the plugin in execution. step size stable Specifies the step size for the framing. block size stable Specifies the block size for the framing. sample rate stable Specifies the sample rate if it is not constant. transform type unstable Specifies the transform type (we could do this by subclassin transform instead of using a property). window type unstable Specifies the window type (they should be individuals and clearly not here). start unstable Specifies temporal information when processing a data stream. start unstable Specifies temporal information when processing a data stream. summary type unstable Specifies a summary type to be used (for averaging etc) on transform results. value stable Specifies the current value of the parameter. computed by Associates an audio feature with the transform that was used to compute it. unstable vamp-plugin-sdk-2.10.0/skeleton/Makefile.inc0000644000000000000000000000372013660464475017013 0ustar 00000000000000 ## Makefile for Vamp plugin builds using command-line tools. ## ## This file defines all of the system-independent information about ## your project: the list of source files, plugin library name, etc. ## Edit this file to make sure it has all the right information. ## ## This file does not define the system-specific stuff such as which ## compiler to use -- that goes into Makefile.osx, Makefile.mingw32, ## Makefile.linux etc. Those files all include this file, so that ## they all have a consistent set of project data. ## ## To build the plugin project, type ## ## $ gmake -f Makefile.osx ## ## or whatever the equivalent filename suffix is for your platform. ## ## This requires GNU make, which is what you get with OS/X, Linux, or ## MinGW/Cygwin on Windows. ## ## (For Windows builds using MS Visual Studio, start instead with the ## VampExamplePlugins project found in the build directory of the SDK.) # Edit this to the base name of your plugin library # PLUGIN_LIBRARY_NAME := myplugins # Edit this to list the .cpp or .c files in your plugin project # PLUGIN_SOURCES := MyPlugin.cpp plugins.cpp # Edit this to list the .h files in your plugin project # PLUGIN_HEADERS := MyPlugin.h ## Normally you should not edit anything below this line SRC_DIR := . # Defaults, usually overridden in the platform-specific Makefile VAMPSDK_DIR ?= ../vamp-plugin-sdk PLUGIN_EXT ?= .so CXX ?= g++ CC ?= gcc CFLAGS := $(ARCHFLAGS) $(CFLAGS) CXXFLAGS := $(CFLAGS) -I. -I$(VAMPSDK_DIR) $(CXXFLAGS) LDFLAGS := $(ARCHFLAGS) $(LDFLAGS) PLUGIN_LDFLAGS := $(LDFLAGS) $(PLUGIN_LDFLAGS) PLUGIN := $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) PLUGIN_OBJECTS := $(PLUGIN_SOURCES:.cpp=.o) PLUGIN_OBJECTS := $(PLUGIN_OBJECTS:.c=.o) $(PLUGIN): $(PLUGIN_OBJECTS) $(CXX) -o $@ $^ $(PLUGIN_LDFLAGS) $(PLUGIN_OBJECTS): $(PLUGIN_HEADERS) clean: rm -f $(PLUGIN_OBJECTS) distclean: clean rm -f $(PLUGIN) depend: makedepend -Y -fMakefile.inc $(PLUGIN_SOURCES) $(PLUGIN_HEADERS) vamp-plugin-sdk-2.10.0/skeleton/Makefile.linux0000644000000000000000000000152513660464475017402 0ustar 00000000000000 ## Makefile for Vamp plugin using GNU tools on Linux. ## ## Edit this to adjust compiler and library settings when ## building for Linux. ## ## Note that the list of source files, etc, goes in Makefile.inc ## instead so that it can be included by all platform Makefiles. # For a debug build... CFLAGS := -Wall -Wextra -g -fPIC # ... or for a release build #CFLAGS := -Wall -Wextra -O3 -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC # Location of Vamp plugin SDK relative to the project directory VAMPSDK_DIR := ../vamp-plugin-sdk # Libraries and linker flags required by plugin: add any -l # options here PLUGIN_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map $(VAMPSDK_DIR)/libvamp-sdk.a # File extension for plugin library on this platform PLUGIN_EXT := .so include Makefile.inc vamp-plugin-sdk-2.10.0/skeleton/Makefile.mingw320000644000000000000000000000166513660464475017536 0ustar 00000000000000 ## Makefile for Vamp plugin using MinGW tools on Windows. ## ## Edit this to adjust compiler and library settings when ## building using MinGW. ## ## Note that the list of source files, etc, goes in Makefile.inc ## instead so that it can be included by all platform Makefiles. TOOLPREFIX ?= CXX = $(TOOLPREFIX)g++ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)g++ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib # For a debug build... CFLAGS := -Wall -Wextra -g # ... or for a release build #CFLAGS := -Wall -Wextra -O3 -ftree-vectorize # Location of Vamp plugin SDK relative to the project directory VAMPSDK_DIR := ../vamp-plugin-sdk # Libraries and linker flags required by plugin: add any -l # options here PLUGIN_LDFLAGS := -shared -static -Wl,--retain-symbols-file=vamp-plugin.list $(VAMPSDK_DIR)/libvamp-sdk.a # File extension for plugin library on this platform PLUGIN_EXT := .dll include Makefile.inc vamp-plugin-sdk-2.10.0/skeleton/Makefile.osx0000644000000000000000000000164113660464475017053 0ustar 00000000000000 ## Makefile for Vamp plugin using command-line tools on OS/X. ## ## Edit this to adjust compiler and library settings when ## building for OS/X. ## ## Note that the list of source files, etc, goes in Makefile.inc ## instead so that it can be included by all platform Makefiles. # For a debug build... CFLAGS := -Wall -Wextra -g -fPIC # ... or for a release build #CFLAGS := -Wall -Wextra -O3 -fPIC # Flags to determine processor architecture and system SDK ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ # Location of Vamp plugin SDK relative to the project directory VAMPSDK_DIR := ../vamp-plugin-sdk # Libraries and linker flags required by plugin: add any -l # options here PLUGIN_LDFLAGS := -dynamiclib -exported_symbols_list vamp-plugin.list $(VAMPSDK_DIR)/libvamp-sdk.a # File extension for plugin library on this platform PLUGIN_EXT := .dylib include Makefile.inc vamp-plugin-sdk-2.10.0/skeleton/MyPlugin.cpp0000644000000000000000000001104213660464475017047 0ustar 00000000000000 // This is a skeleton file for use in creating your own plugin // libraries. Replace MyPlugin and myPlugin throughout with the name // of your first plugin class, and fill in the gaps as appropriate. #include "MyPlugin.h" MyPlugin::MyPlugin(float inputSampleRate) : Plugin(inputSampleRate) // Also be sure to set your plugin parameters (presumably stored // in member variables) to their default values here -- the host // will not do that for you { } MyPlugin::~MyPlugin() { } string MyPlugin::getIdentifier() const { return "myplugin"; } string MyPlugin::getName() const { return "My Plugin"; } string MyPlugin::getDescription() const { // Return something helpful here! return ""; } string MyPlugin::getMaker() const { // Your name here return ""; } int MyPlugin::getPluginVersion() const { // Increment this each time you release a version that behaves // differently from the previous one return 1; } string MyPlugin::getCopyright() const { // This function is not ideally named. It does not necessarily // need to say who made the plugin -- getMaker does that -- but it // should indicate the terms under which it is distributed. For // example, "Copyright (year). All Rights Reserved", or "GPL" return ""; } MyPlugin::InputDomain MyPlugin::getInputDomain() const { return TimeDomain; } size_t MyPlugin::getPreferredBlockSize() const { return 0; // 0 means "I can handle any block size" } size_t MyPlugin::getPreferredStepSize() const { return 0; // 0 means "anything sensible"; in practice this // means the same as the block size for TimeDomain // plugins, or half of it for FrequencyDomain plugins } size_t MyPlugin::getMinChannelCount() const { return 1; } size_t MyPlugin::getMaxChannelCount() const { return 1; } MyPlugin::ParameterList MyPlugin::getParameterDescriptors() const { ParameterList list; // If the plugin has no adjustable parameters, return an empty // list here (and there's no need to provide implementations of // getParameter and setParameter in that case either). // Note that it is your responsibility to make sure the parameters // start off having their default values (e.g. in the constructor // above). The host needs to know the default value so it can do // things like provide a "reset to default" function, but it will // not explicitly set your parameters to their defaults for you if // they have not changed in the mean time. ParameterDescriptor d; d.identifier = "parameter"; d.name = "Some Parameter"; d.description = ""; d.unit = ""; d.minValue = 0; d.maxValue = 10; d.defaultValue = 5; d.isQuantized = false; list.push_back(d); return list; } float MyPlugin::getParameter(string identifier) const { if (identifier == "parameter") { return 5; // return the ACTUAL current value of your parameter here! } return 0; } void MyPlugin::setParameter(string identifier, float value) { if (identifier == "parameter") { // set the actual value of your parameter } } MyPlugin::ProgramList MyPlugin::getPrograms() const { ProgramList list; // If you have no programs, return an empty list (or simply don't // implement this function or getCurrentProgram/selectProgram) return list; } string MyPlugin::getCurrentProgram() const { return ""; // no programs } void MyPlugin::selectProgram(string name) { } MyPlugin::OutputList MyPlugin::getOutputDescriptors() const { OutputList list; // See OutputDescriptor documentation for the possibilities here. // Every plugin must have at least one output. OutputDescriptor d; d.identifier = "output"; d.name = "My Output"; d.description = ""; d.unit = ""; d.hasFixedBinCount = true; d.binCount = 1; d.hasKnownExtents = false; d.isQuantized = false; d.sampleType = OutputDescriptor::OneSamplePerStep; d.hasDuration = false; list.push_back(d); return list; } bool MyPlugin::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (channels < getMinChannelCount() || channels > getMaxChannelCount()) return false; // Real initialisation work goes here! return true; } void MyPlugin::reset() { // Clear buffers, reset stored values, etc } MyPlugin::FeatureSet MyPlugin::process(const float *const *inputBuffers, Vamp::RealTime timestamp) { // Do actual work! return FeatureSet(); } MyPlugin::FeatureSet MyPlugin::getRemainingFeatures() { return FeatureSet(); } vamp-plugin-sdk-2.10.0/skeleton/MyPlugin.h0000644000000000000000000000272113660464475016520 0ustar 00000000000000 // This is a skeleton file for use in creating your own plugin // libraries. Replace MyPlugin and myPlugin throughout with the name // of your first plugin class, and fill in the gaps as appropriate. // Remember to use a different guard symbol in each header! #ifndef MY_PLUGIN_H #define MY_PLUGIN_H #include using std::string; class MyPlugin : public Vamp::Plugin { public: MyPlugin(float inputSampleRate); virtual ~MyPlugin(); string getIdentifier() const; string getName() const; string getDescription() const; string getMaker() const; int getPluginVersion() const; string getCopyright() const; InputDomain getInputDomain() const; size_t getPreferredBlockSize() const; size_t getPreferredStepSize() const; size_t getMinChannelCount() const; size_t getMaxChannelCount() const; ParameterList getParameterDescriptors() const; float getParameter(string identifier) const; void setParameter(string identifier, float value); ProgramList getPrograms() const; string getCurrentProgram() const; void selectProgram(string name); OutputList getOutputDescriptors() const; bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp); FeatureSet getRemainingFeatures(); protected: // plugin-specific data and methods go here }; #endif vamp-plugin-sdk-2.10.0/skeleton/plugins.cpp0000644000000000000000000000173213660464475016771 0ustar 00000000000000 // This is a skeleton file for use in creating your own plugin // libraries. Replace MyPlugin and myPlugin throughout with the name // of your first plugin class, and fill in the gaps as appropriate. #include #include #include "MyPlugin.h" // Declare one static adapter here for each plugin class in this library. static Vamp::PluginAdapter myPluginAdapter; // This is the entry-point for the library, and the only function that // needs to be publicly exported. const VampPluginDescriptor * vampGetPluginDescriptor(unsigned int version, unsigned int index) { if (version < 1) return 0; // Return a different plugin adaptor's descriptor for each index, // and return 0 for the first index after you run out of plugins. // (That's how the host finds out how many plugins are in this // library.) switch (index) { case 0: return myPluginAdapter.getDescriptor(); default: return 0; } } vamp-plugin-sdk-2.10.0/skeleton/vamp-plugin.list0000644000000000000000000000003113660464475017727 0ustar 00000000000000_vampGetPluginDescriptor vamp-plugin-sdk-2.10.0/skeleton/vamp-plugin.map0000644000000000000000000000006213660464475017535 0ustar 00000000000000{ global: vampGetPluginDescriptor; local: *; }; vamp-plugin-sdk-2.10.0/src/doc-overview0000644000000000000000000001633513660464475016110 0ustar 00000000000000 /** \mainpage Vamp Plugin SDK \section about About Vamp Vamp is an API for C and C++ plugins that process sampled audio data to produce descriptive output (measurements or semantic observations). Find more information at http://www.vamp-plugins.org/ . Although the official API for Vamp plugins is defined in C for maximum binary compatibility, we strongly recommend using the provided C++ classes in the SDK to implement your own plugins and hosts. \section plugins For Plugins Plugins should subclass Vamp::Plugin, and then use a Vamp::PluginAdapter to expose the correct C API for the plugin. Read the documentation for Vamp::PluginBase and Vamp::Plugin before starting. Plugins should be compiled and linked into dynamic libraries using the usual convention for your platform, and should link (preferably statically) with -lvamp-sdk. Any number of plugins can reside in a single dynamic library. See plugins.cpp in the example plugins directory for the sort of code that will need to accompany your plugin class or classes, to make it possible for a host to look up your plugins properly. Please read the relevant README file for your platform found in the Vamp SDK build/ directory, for details about how to ensure the resulting dynamic library exports the correct linker symbols. The following example plugins are provided. You may legally reuse any amount of the code from these examples in any plugins you write, whether proprietary or open-source. - ZeroCrossing calculates the positions and density of zero-crossing points in an audio waveform. - SpectralCentroid calculates the centre of gravity of the frequency domain representation of each block of audio. - PowerSpectrum calculates a power spectrum from the input audio. Actually, it doesn't do any work except calculating power from a cartesian complex FFT output. The work of calculating this frequency domain output is done for it by the host or host SDK; the plugin just needs to declare that it wants frequency domain input. This is the simplest of the example plugins. - AmplitudeFollower is a simple implementation of SuperCollider's amplitude-follower algorithm. - PercussionOnsetDetector estimates the locations of percussive onsets using a simple method described in "Drum Source Separation using Percussive Feature Detection and Spectral Modulation" by Dan Barry, Derry Fitzgerald, Eugene Coyle and Bob Lawlor, ISSC 2005. - FixedTempoEstimator calculates a single beats-per-minute value which is an estimate of the tempo of a piece of music that is assumed to be of fixed tempo, using autocorrelation of a frequency domain energy rise metric. It has several outputs that return intermediate results used in the calculation, and may be a useful example of a plugin having several outputs with varying feature structures. Plugin authors should also read the Programmer's Guide at http://vamp-plugins.org/guide.pdf . \section hosts For Hosts Hosts will normally use a Vamp::PluginHostAdapter to convert each plugin's exposed C API back into a useful Vamp::Plugin C++ object. The Vamp::HostExt namespace contains several additional C++ classes to do this work for them, and make the host's life easier: - Vamp::HostExt::PluginLoader provides a very easy interface for a host to discover, load, and find out category information about the available plugins. Most Vamp hosts will probably want to use this class. - Vamp::HostExt::PluginInputDomainAdapter provides a simple means for hosts to handle plugins that want frequency-domain input, without having to convert the input themselves. - Vamp::HostExt::PluginChannelAdapter provides a simple means for hosts to use plugins that do not necessarily support the same number of audio channels as they have available, without having to apply a channel management / mixdown policy themselves. - Vamp::HostExt::PluginBufferingAdapter provides a means for hosts to avoid having to negotiate the input step and block size, instead permitting the host to use any block size they desire (and a step size equal to it). This is particularly useful for "streaming" hosts that cannot seek backwards in the input audio stream and so would otherwise need to implement an additional buffer to support step sizes smaller than the block size. - Vamp::HostExt::PluginSummarisingAdapter provides summarisation methods such as mean and median averages of output features, for use in any context where an available plugin produces individual values but the result that is actually needed is some sort of aggregate. The PluginLoader class can also use the input domain, channel, and buffering adapters automatically to make these conversions transparent to the host if required. Host authors should also refer to the example host code in the host directory of the SDK. Hosts should link with -lvamp-hostsdk. (The following notes in this section are mostly relevant for developers that are not using the HostExt classes, or that wish to know more about the policy they implement.) The Vamp API does not officially specify how to load plugin libraries or where to find them. However, the SDK does include a function (Vamp::PluginHostAdapter::getPluginPath()) that returns a recommended directory search path that hosts may use for plugin libraries, and a class (Vamp::HostExt::PluginLoader) that implements a sensible cross-platform lookup policy using this path. We recommend using this class in your host unless you have a good reason not to want to. This implementation also permits the user to set the environment variable VAMP_PATH to override the default path if desired. The policy used by Vamp::HostExt::PluginLoader -- and our recommendation for any host -- is to search each directory in this path for .DLL (on Windows), .so (on Linux, Solaris, BSD etc) or .dylib (on OS/X) files, then to load each one and perform a dynamic name lookup on the vampGetPluginDescriptor function to enumerate the plugins in the library. The example host has some code that may help, but this operation will necessarily be system-dependent. Vamp also has an informal convention for sorting plugins into functional categories. In addition to the library file itself, a plugin library may install a category file with the same name as the library but .cat extension. The existence and format of this file are not specified by the Vamp API, but by convention the file may contain lines of the format \code vamp:pluginlibrary:pluginname::General Category > Specific Category \endcode which a host may read and use to assign plugins a location within a category tree for display to the user. The expectation is that advanced users may also choose to set up their own preferred category trees, which is why this information is not queried as part of the Vamp plugin's API itself. The Vamp::HostExt::PluginLoader class also provides support for plugin category lookup using this scheme. \section license License This plugin SDK is freely redistributable under a "new-style BSD" licence. See the file COPYING for more details. In short, you may modify and redistribute the SDK and example plugins within any commercial or non-commercial, proprietary or open-source plugin or application under almost any conditions, with no obligation to provide source code, provided you retain the original copyright note. */ vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/Files.cpp0000644000000000000000000002671613660464475017746 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2015 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include "Files.h" #include // tolower #include #ifdef _WIN32 #include #include #define PLUGIN_SUFFIX "dll" #else /* ! _WIN32 */ #include #include #include #ifdef __APPLE__ #define PLUGIN_SUFFIX "dylib" #else /* ! __APPLE__ */ #define PLUGIN_SUFFIX "so" #endif /* ! __APPLE__ */ #endif /* ! _WIN32 */ using namespace std; vector Files::listLibraryFiles() { return listLibraryFilesMatching(Filter()); } vector Files::listLibraryFilesMatching(Filter filter) { vector path = Vamp::PluginHostAdapter::getPluginPath(); vector libraryFiles; // we match case-insensitively, but only with ascii range // characters (input strings are expected to be utf-8) vector libraryNames; for (int j = 0; j < int(filter.libraryNames.size()); ++j) { string n = filter.libraryNames[j]; for (size_t i = 0; i < n.length(); ++i) { if (!(n[i] & 0x80)) { n[i] = char(tolower(n[i])); } } libraryNames.push_back(n); } for (size_t i = 0; i < path.size(); ++i) { vector files = listFiles(path[i], PLUGIN_SUFFIX); for (vector::iterator fi = files.begin(); fi != files.end(); ++fi) { // we match case-insensitively, but only with ascii range // characters (this string is expected to be utf-8) string cleaned = *fi; for (size_t j = 0; j < cleaned.length(); ++j) { if (!(cleaned[j] & 0x80)) { cleaned[j] = char(tolower(cleaned[j])); } } // libraryName should be lacking an extension, as it is // supposed to have come from the plugin key string::size_type pi = cleaned.find('.'); if (pi != string::npos) { cleaned = cleaned.substr(0, pi); } bool matched = false; switch (filter.type) { case Filter::All: matched = true; break; case Filter::Matching: for (int j = 0; j < int(libraryNames.size()); ++j) { if (cleaned == libraryNames[j]) { matched = true; break; } } break; case Filter::NotMatching: matched = true; for (int j = 0; j < int(libraryNames.size()); ++j) { if (cleaned == libraryNames[j]) { matched = false; break; } } break; } if (!matched) continue; string fullPath = path[i]; fullPath = splicePath(fullPath, *fi); libraryFiles.push_back(fullPath); } } return libraryFiles; } void * Files::loadLibrary(string path) { void *handle = 0; #ifdef _WIN32 #ifdef UNICODE int wlen = MultiByteToWideChar(CP_UTF8, 0, path.c_str(), path.length(), 0, 0); if (wlen < 0) { cerr << "Vamp::HostExt: Unable to convert library path \"" << path << "\" to wide characters " << endl; return handle; } wchar_t *buffer = new wchar_t[wlen+1]; (void)MultiByteToWideChar(CP_UTF8, 0, path.c_str(), path.length(), buffer, wlen); buffer[wlen] = L'\0'; handle = LoadLibrary(buffer); delete[] buffer; #else handle = LoadLibrary(path.c_str()); #endif if (!handle) { cerr << "Vamp::HostExt: Unable to load library \"" << path << "\": error code " << GetLastError() << endl; } #else handle = dlopen(path.c_str(), RTLD_LAZY | RTLD_LOCAL); if (!handle) { cerr << "Vamp::HostExt: Unable to load library \"" << path << "\": " << dlerror() << endl; } #endif return handle; } void Files::unloadLibrary(void *handle) { #ifdef _WIN32 FreeLibrary((HINSTANCE)handle); #else dlclose(handle); #endif } void * Files::lookupInLibrary(void *handle, const char *symbol) { #ifdef _WIN32 return (void *)GetProcAddress((HINSTANCE)handle, symbol); #else return (void *)dlsym(handle, symbol); #endif } string Files::lcBasename(string path) { string basename(path); string::size_type li = basename.rfind('/'); if (li != string::npos) basename = basename.substr(li + 1); #ifdef _WIN32 li = basename.rfind('\\'); if (li != string::npos) basename = basename.substr(li + 1); #endif li = basename.find('.'); if (li != string::npos) basename = basename.substr(0, li); // case-insensitive, but only with ascii range characters (this // string is expected to be utf-8) for (size_t i = 0; i < basename.length(); ++i) { if (!(basename[i] & 0x80)) { basename[i] = char(tolower(basename[i])); } } return basename; } string Files::splicePath(string a, string b) { #ifdef _WIN32 return a + "\\" + b; #else return a + "/" + b; #endif } vector Files::listFiles(string dir, string extension) { vector files; #ifdef _WIN32 string expression = dir + "\\*." + extension; #ifdef UNICODE int wlen = MultiByteToWideChar(CP_UTF8, 0, expression.c_str(), expression.length(), 0, 0); if (wlen < 0) { cerr << "Vamp::HostExt: Unable to convert wildcard path \"" << expression << "\" to wide characters" << endl; return files; } wchar_t *buffer = new wchar_t[wlen+1]; (void)MultiByteToWideChar(CP_UTF8, 0, expression.c_str(), expression.length(), buffer, wlen); buffer[wlen] = L'\0'; WIN32_FIND_DATA data; HANDLE fh = FindFirstFile(buffer, &data); if (fh == INVALID_HANDLE_VALUE) { delete[] buffer; return files; } bool ok = true; while (ok) { wchar_t *fn = data.cFileName; int wlen = wcslen(fn); int len = WideCharToMultiByte(CP_UTF8, 0, fn, wlen, 0, 0, 0, 0); if (len < 0) { cerr << "Vamp::HostExt: Unable to convert wide char filename to utf-8" << endl; break; } char *conv = new char[len+1]; (void)WideCharToMultiByte(CP_UTF8, 0, fn, wlen, conv, len, 0, 0); conv[len] = '\0'; if (len > 0) { files.push_back(conv); } delete[] conv; ok = FindNextFile(fh, &data); } FindClose(fh); delete[] buffer; #else WIN32_FIND_DATA data; HANDLE fh = FindFirstFile(expression.c_str(), &data); if (fh == INVALID_HANDLE_VALUE) return files; bool ok = true; while (ok) { files.push_back(data.cFileName); ok = FindNextFile(fh, &data); } FindClose(fh); #endif #else size_t extlen = extension.length(); DIR *d = opendir(dir.c_str()); if (!d) return files; struct dirent *e = 0; while ((e = readdir(d))) { size_t len = strlen(e->d_name); if (len < extlen + 2 || e->d_name + len - extlen - 1 != "." + extension) { continue; } files.push_back(e->d_name); } closedir(d); #endif return files; } bool Files::isNonNative32Bit() { // Return true if we are running on a system for which we should // use the VAMP_PATH_32 variable instead of VAMP_PATH. This will // be the case if we are a 32-bit executable but the OS is // natively 64-bit. // // This currently works only on Windows; other operating systems // will use VAMP_PATH always. if (sizeof(void *) == 8) { return false; } #ifdef _WIN32 BOOL wow64 = FALSE; BOOL (WINAPI *fnIsWow64Process)(HANDLE, PBOOL) = (BOOL (WINAPI *)(HANDLE, PBOOL)) GetProcAddress (GetModuleHandle(TEXT("kernel32")), "IsWow64Process"); if (fnIsWow64Process) { if (fnIsWow64Process(GetCurrentProcess(), &wow64)) { if (wow64) { return true; } else { return false; } } else { cerr << "Vamp::HostExt: Unable to query process architecture" << endl; return false; } } else { cerr << "Vamp::HostExt: Unable to query process architecture: " << "Function not available" << endl; return false; } #endif return false; } bool Files::getEnvUtf8(std::string variable, std::string &value) { value = ""; #ifdef _WIN32 int wvarlen = MultiByteToWideChar(CP_UTF8, 0, variable.c_str(), int(variable.length()), 0, 0); if (wvarlen < 0) { cerr << "Vamp::HostExt: Unable to convert environment variable name " << variable << " to wide characters" << endl; return false; } wchar_t *wvarbuf = new wchar_t[wvarlen + 1]; (void)MultiByteToWideChar(CP_UTF8, 0, variable.c_str(), int(variable.length()), wvarbuf, wvarlen); wvarbuf[wvarlen] = L'\0'; wchar_t *wvalue = _wgetenv(wvarbuf); delete[] wvarbuf; if (!wvalue) { return false; } int wvallen = int(wcslen(wvalue)); int vallen = WideCharToMultiByte(CP_UTF8, 0, wvalue, wvallen, 0, 0, 0, 0); if (vallen < 0) { cerr << "Vamp::HostExt: Unable to convert environment value to UTF-8" << endl; return false; } char *val = new char[vallen + 1]; (void)WideCharToMultiByte(CP_UTF8, 0, wvalue, wvallen, val, vallen, 0, 0); val[vallen] = '\0'; value = val; delete[] val; return true; #else char *val = getenv(variable.c_str()); if (!val) { return false; } value = val; return true; #endif } vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/Files.h0000644000000000000000000000501313660464475017376 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2015 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef VAMP_FILES_H #define VAMP_FILES_H #include #include /** * This is a private implementation class for the Vamp Host SDK. */ class Files { public: static std::vector listLibraryFiles(); struct Filter { enum { All, Matching, NotMatching } type; std::vector libraryNames; Filter() : type(All) { } }; static std::vector listLibraryFilesMatching(Filter); static void *loadLibrary(std::string filename); static void unloadLibrary(void *); static void *lookupInLibrary(void *, const char *symbol); static std::string lcBasename(std::string path); static std::string splicePath(std::string a, std::string b); static std::vector listFiles(std::string dir, std::string ext); static bool isNonNative32Bit(); static bool getEnvUtf8(std::string variable, std::string &value); }; #endif vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginBufferingAdapter.cpp0000644000000000000000000005354713660464475023275 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. This file by Mark Levy and Chris Cannam, Copyright 2007-2009 QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include #include #include using std::cerr; using std::endl; using std::vector; using std::map; _VAMP_SDK_HOSTSPACE_BEGIN(PluginBufferingAdapter.cpp) namespace Vamp { namespace HostExt { class PluginBufferingAdapter::Impl { public: Impl(Plugin *plugin, float inputSampleRate); ~Impl(); void setPluginStepSize(size_t stepSize); void setPluginBlockSize(size_t blockSize); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize); OutputList getOutputDescriptors() const; void setParameter(std::string, float); void selectProgram(std::string); void reset(); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); protected: class RingBuffer { public: RingBuffer(int n) : m_buffer(new float[n+1]), m_writer(0), m_reader(0), m_size(n+1) { } virtual ~RingBuffer() { delete[] m_buffer; } int getSize() const { return m_size-1; } void reset() { m_writer = 0; m_reader = 0; } int getReadSpace() const { int writer = m_writer, reader = m_reader, space; if (writer > reader) space = writer - reader; else if (writer < reader) space = (writer + m_size) - reader; else space = 0; return space; } int getWriteSpace() const { int writer = m_writer; int reader = m_reader; int space = (reader + m_size - writer - 1); if (space >= m_size) space -= m_size; return space; } int peek(float *destination, int n) const { int available = getReadSpace(); if (n > available) { for (int i = available; i < n; ++i) { destination[i] = 0.f; } n = available; } if (n == 0) return n; int reader = m_reader; int here = m_size - reader; const float *const bufbase = m_buffer + reader; if (here >= n) { for (int i = 0; i < n; ++i) { destination[i] = bufbase[i]; } } else { for (int i = 0; i < here; ++i) { destination[i] = bufbase[i]; } float *const destbase = destination + here; const int nh = n - here; for (int i = 0; i < nh; ++i) { destbase[i] = m_buffer[i]; } } return n; } int skip(int n) { int available = getReadSpace(); if (n > available) { n = available; } if (n == 0) return n; int reader = m_reader; reader += n; while (reader >= m_size) reader -= m_size; m_reader = reader; return n; } int write(const float *source, int n) { int available = getWriteSpace(); if (n > available) { n = available; } if (n == 0) return n; int writer = m_writer; int here = m_size - writer; float *const bufbase = m_buffer + writer; if (here >= n) { for (int i = 0; i < n; ++i) { bufbase[i] = source[i]; } } else { for (int i = 0; i < here; ++i) { bufbase[i] = source[i]; } const int nh = n - here; const float *const srcbase = source + here; float *const buf = m_buffer; for (int i = 0; i < nh; ++i) { buf[i] = srcbase[i]; } } writer += n; while (writer >= m_size) writer -= m_size; m_writer = writer; return n; } int zero(int n) { int available = getWriteSpace(); if (n > available) { n = available; } if (n == 0) return n; int writer = m_writer; int here = m_size - writer; float *const bufbase = m_buffer + writer; if (here >= n) { for (int i = 0; i < n; ++i) { bufbase[i] = 0.f; } } else { for (int i = 0; i < here; ++i) { bufbase[i] = 0.f; } const int nh = n - here; for (int i = 0; i < nh; ++i) { m_buffer[i] = 0.f; } } writer += n; while (writer >= m_size) writer -= m_size; m_writer = writer; return n; } protected: float *m_buffer; int m_writer; int m_reader; int m_size; private: RingBuffer(const RingBuffer &); // not provided RingBuffer &operator=(const RingBuffer &); // not provided }; Plugin *m_plugin; size_t m_inputStepSize; // value passed to wrapper initialise() size_t m_inputBlockSize; // value passed to wrapper initialise() size_t m_setStepSize; // value passed to setPluginStepSize() size_t m_setBlockSize; // value passed to setPluginBlockSize() size_t m_stepSize; // value actually used to initialise plugin size_t m_blockSize; // value actually used to initialise plugin size_t m_channels; vector m_queue; float **m_buffers; float m_inputSampleRate; long m_frame; bool m_unrun; mutable OutputList m_outputs; mutable std::map m_rewriteOutputTimes; std::map m_fixedRateFeatureNos; // output no -> feature no void processBlock(FeatureSet& allFeatureSets); void adjustFixedRateFeatureTime(int outputNo, Feature &); }; PluginBufferingAdapter::PluginBufferingAdapter(Plugin *plugin) : PluginWrapper(plugin) { m_impl = new Impl(plugin, m_inputSampleRate); } PluginBufferingAdapter::~PluginBufferingAdapter() { delete m_impl; } size_t PluginBufferingAdapter::getPreferredStepSize() const { return getPreferredBlockSize(); } size_t PluginBufferingAdapter::getPreferredBlockSize() const { return PluginWrapper::getPreferredBlockSize(); } size_t PluginBufferingAdapter::getPluginPreferredStepSize() const { return PluginWrapper::getPreferredStepSize(); } size_t PluginBufferingAdapter::getPluginPreferredBlockSize() const { return PluginWrapper::getPreferredBlockSize(); } void PluginBufferingAdapter::setPluginStepSize(size_t stepSize) { m_impl->setPluginStepSize(stepSize); } void PluginBufferingAdapter::setPluginBlockSize(size_t blockSize) { m_impl->setPluginBlockSize(blockSize); } void PluginBufferingAdapter::getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize) { m_impl->getActualStepAndBlockSizes(stepSize, blockSize); } bool PluginBufferingAdapter::initialise(size_t channels, size_t stepSize, size_t blockSize) { return m_impl->initialise(channels, stepSize, blockSize); } PluginBufferingAdapter::OutputList PluginBufferingAdapter::getOutputDescriptors() const { return m_impl->getOutputDescriptors(); } void PluginBufferingAdapter::setParameter(std::string name, float value) { m_impl->setParameter(name, value); } void PluginBufferingAdapter::selectProgram(std::string name) { m_impl->selectProgram(name); } void PluginBufferingAdapter::reset() { m_impl->reset(); } PluginBufferingAdapter::FeatureSet PluginBufferingAdapter::process(const float *const *inputBuffers, RealTime timestamp) { return m_impl->process(inputBuffers, timestamp); } PluginBufferingAdapter::FeatureSet PluginBufferingAdapter::getRemainingFeatures() { return m_impl->getRemainingFeatures(); } PluginBufferingAdapter::Impl::Impl(Plugin *plugin, float inputSampleRate) : m_plugin(plugin), m_inputStepSize(0), m_inputBlockSize(0), m_setStepSize(0), m_setBlockSize(0), m_stepSize(0), m_blockSize(0), m_channels(0), m_queue(0), m_buffers(0), m_inputSampleRate(inputSampleRate), m_frame(0), m_unrun(true) { (void)getOutputDescriptors(); // set up m_outputs and m_rewriteOutputTimes } PluginBufferingAdapter::Impl::~Impl() { // the adapter will delete the plugin for (size_t i = 0; i < m_channels; ++i) { delete m_queue[i]; delete[] m_buffers[i]; } delete[] m_buffers; } void PluginBufferingAdapter::Impl::setPluginStepSize(size_t stepSize) { if (m_inputStepSize != 0) { std::cerr << "PluginBufferingAdapter::setPluginStepSize: ERROR: Cannot be called after initialise()" << std::endl; return; } m_setStepSize = stepSize; } void PluginBufferingAdapter::Impl::setPluginBlockSize(size_t blockSize) { if (m_inputBlockSize != 0) { std::cerr << "PluginBufferingAdapter::setPluginBlockSize: ERROR: Cannot be called after initialise()" << std::endl; return; } m_setBlockSize = blockSize; } void PluginBufferingAdapter::Impl::getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize) { stepSize = m_stepSize; blockSize = m_blockSize; } bool PluginBufferingAdapter::Impl::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (stepSize != blockSize) { std::cerr << "PluginBufferingAdapter::initialise: input stepSize must be equal to blockSize for this adapter (stepSize = " << stepSize << ", blockSize = " << blockSize << ")" << std::endl; return false; } m_channels = channels; m_inputStepSize = stepSize; m_inputBlockSize = blockSize; // if the user has requested particular step or block sizes, use // those; otherwise use the step and block sizes which the plugin // prefers m_stepSize = 0; m_blockSize = 0; if (m_setStepSize > 0) { m_stepSize = m_setStepSize; } if (m_setBlockSize > 0) { m_blockSize = m_setBlockSize; } if (m_stepSize == 0 && m_blockSize == 0) { m_stepSize = m_plugin->getPreferredStepSize(); m_blockSize = m_plugin->getPreferredBlockSize(); } bool freq = (m_plugin->getInputDomain() == Vamp::Plugin::FrequencyDomain); // or sensible defaults if it has no preference if (m_blockSize == 0) { if (m_stepSize == 0) { m_blockSize = 1024; if (freq) { m_stepSize = m_blockSize / 2; } else { m_stepSize = m_blockSize; } } else if (freq) { m_blockSize = m_stepSize * 2; } else { m_blockSize = m_stepSize; } } else if (m_stepSize == 0) { // m_blockSize != 0 (that was handled above) if (freq) { m_stepSize = m_blockSize/2; } else { m_stepSize = m_blockSize; } } // current implementation breaks if step is greater than block if (m_stepSize > m_blockSize) { size_t newBlockSize; if (freq) { newBlockSize = m_stepSize * 2; } else { newBlockSize = m_stepSize; } std::cerr << "PluginBufferingAdapter::initialise: WARNING: step size " << m_stepSize << " is greater than block size " << m_blockSize << ": cannot handle this in adapter; adjusting block size to " << newBlockSize << std::endl; m_blockSize = newBlockSize; } // std::cerr << "PluginBufferingAdapter::initialise: NOTE: stepSize " << m_inputStepSize << " -> " << m_stepSize // << ", blockSize " << m_inputBlockSize << " -> " << m_blockSize << std::endl; m_buffers = new float *[m_channels]; for (size_t i = 0; i < m_channels; ++i) { m_queue.push_back(new RingBuffer(int(m_blockSize + m_inputBlockSize))); m_buffers[i] = new float[m_blockSize]; } bool success = m_plugin->initialise(m_channels, m_stepSize, m_blockSize); // std::cerr << "PluginBufferingAdapter::initialise: success = " << success << std::endl; if (success) { // Re-query outputs; properties such as bin count may have // changed on initialise m_outputs.clear(); (void)getOutputDescriptors(); } return success; } PluginBufferingAdapter::OutputList PluginBufferingAdapter::Impl::getOutputDescriptors() const { if (m_outputs.empty()) { // std::cerr << "PluginBufferingAdapter::getOutputDescriptors: querying anew" << std::endl; m_outputs = m_plugin->getOutputDescriptors(); } PluginBufferingAdapter::OutputList outs = m_outputs; for (int i = 0; i < int(outs.size()); ++i) { switch (outs[i].sampleType) { case OutputDescriptor::OneSamplePerStep: outs[i].sampleType = OutputDescriptor::FixedSampleRate; outs[i].sampleRate = m_inputSampleRate / float(m_stepSize); m_rewriteOutputTimes[i] = true; break; case OutputDescriptor::FixedSampleRate: if (outs[i].sampleRate == 0.f) { outs[i].sampleRate = m_inputSampleRate / float(m_stepSize); } // We actually only need to rewrite output times for // features that don't have timestamps already, but we // can't tell from here whether our features will have // timestamps or not m_rewriteOutputTimes[i] = true; break; case OutputDescriptor::VariableSampleRate: m_rewriteOutputTimes[i] = false; break; } } return outs; } void PluginBufferingAdapter::Impl::setParameter(std::string name, float value) { m_plugin->setParameter(name, value); // Re-query outputs; properties such as bin count may have changed m_outputs.clear(); (void)getOutputDescriptors(); } void PluginBufferingAdapter::Impl::selectProgram(std::string name) { m_plugin->selectProgram(name); // Re-query outputs; properties such as bin count may have changed m_outputs.clear(); (void)getOutputDescriptors(); } void PluginBufferingAdapter::Impl::reset() { m_frame = 0; m_unrun = true; for (size_t i = 0; i < m_queue.size(); ++i) { m_queue[i]->reset(); } m_fixedRateFeatureNos.clear(); m_plugin->reset(); } PluginBufferingAdapter::FeatureSet PluginBufferingAdapter::Impl::process(const float *const *inputBuffers, RealTime timestamp) { if (m_inputStepSize == 0) { std::cerr << "PluginBufferingAdapter::process: ERROR: Plugin has not been initialised" << std::endl; return FeatureSet(); } FeatureSet allFeatureSets; if (m_unrun) { m_frame = RealTime::realTime2Frame(timestamp, int(m_inputSampleRate + 0.5)); m_unrun = false; } // queue the new input for (size_t i = 0; i < m_channels; ++i) { int written = m_queue[i]->write(inputBuffers[i], int(m_inputBlockSize)); if (written < int(m_inputBlockSize) && i == 0) { std::cerr << "WARNING: PluginBufferingAdapter::Impl::process: " << "Buffer overflow: wrote " << written << " of " << m_inputBlockSize << " input samples (for plugin step size " << m_stepSize << ", block size " << m_blockSize << ")" << std::endl; } } // process as much as we can while (m_queue[0]->getReadSpace() >= int(m_blockSize)) { processBlock(allFeatureSets); } return allFeatureSets; } void PluginBufferingAdapter::Impl::adjustFixedRateFeatureTime(int outputNo, Feature &feature) { // cerr << "adjustFixedRateFeatureTime: from " << feature.timestamp; double rate = m_outputs[outputNo].sampleRate; if (rate == 0.0) { rate = m_inputSampleRate / float(m_stepSize); } if (feature.hasTimestamp) { double secs = feature.timestamp.sec; secs += feature.timestamp.nsec / 1e9; m_fixedRateFeatureNos[outputNo] = int(secs * rate + 0.5); // cerr << " [secs = " << secs << ", no = " << m_fixedRateFeatureNos[outputNo] << "]"; } feature.timestamp = RealTime::fromSeconds (m_fixedRateFeatureNos[outputNo] / rate); // cerr << " to " << feature.timestamp << " (rate = " << rate << ", hasTimestamp = " << feature.hasTimestamp << ")" << endl; feature.hasTimestamp = true; m_fixedRateFeatureNos[outputNo] = m_fixedRateFeatureNos[outputNo] + 1; } PluginBufferingAdapter::FeatureSet PluginBufferingAdapter::Impl::getRemainingFeatures() { FeatureSet allFeatureSets; // process remaining samples in queue while (m_queue[0]->getReadSpace() >= int(m_blockSize)) { processBlock(allFeatureSets); } // pad any last samples remaining and process if (m_queue[0]->getReadSpace() > 0) { for (size_t i = 0; i < m_channels; ++i) { m_queue[i]->zero(int(m_blockSize) - m_queue[i]->getReadSpace()); } processBlock(allFeatureSets); } // get remaining features FeatureSet featureSet = m_plugin->getRemainingFeatures(); for (map::iterator iter = featureSet.begin(); iter != featureSet.end(); ++iter) { int outputNo = iter->first; FeatureList featureList = iter->second; for (size_t i = 0; i < featureList.size(); ++i) { if (m_outputs[outputNo].sampleType == OutputDescriptor::FixedSampleRate) { adjustFixedRateFeatureTime(outputNo, featureList[i]); } allFeatureSets[outputNo].push_back(featureList[i]); } } return allFeatureSets; } void PluginBufferingAdapter::Impl::processBlock(FeatureSet& allFeatureSets) { for (size_t i = 0; i < m_channels; ++i) { m_queue[i]->peek(m_buffers[i], int(m_blockSize)); } long frame = m_frame; RealTime timestamp = RealTime::frame2RealTime (frame, int(m_inputSampleRate + 0.5)); FeatureSet featureSet = m_plugin->process(m_buffers, timestamp); PluginWrapper *wrapper = dynamic_cast(m_plugin); RealTime adjustment; if (wrapper) { PluginInputDomainAdapter *ida = wrapper->getWrapper(); if (ida) adjustment = ida->getTimestampAdjustment(); } for (FeatureSet::iterator iter = featureSet.begin(); iter != featureSet.end(); ++iter) { int outputNo = iter->first; if (m_rewriteOutputTimes[outputNo]) { FeatureList featureList = iter->second; for (size_t i = 0; i < featureList.size(); ++i) { switch (m_outputs[outputNo].sampleType) { case OutputDescriptor::OneSamplePerStep: // use our internal timestamp, always featureList[i].timestamp = timestamp + adjustment; featureList[i].hasTimestamp = true; break; case OutputDescriptor::FixedSampleRate: adjustFixedRateFeatureTime(outputNo, featureList[i]); break; case OutputDescriptor::VariableSampleRate: // plugin must set timestamp break; default: break; } allFeatureSets[outputNo].push_back(featureList[i]); } } else { for (size_t i = 0; i < iter->second.size(); ++i) { allFeatureSets[outputNo].push_back(iter->second[i]); } } } // step forward for (size_t i = 0; i < m_channels; ++i) { m_queue[i]->skip(int(m_stepSize)); } // increment internal frame counter each time we step forward m_frame += m_stepSize; } } } _VAMP_SDK_HOSTSPACE_END(PluginBufferingAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginChannelAdapter.cpp0000644000000000000000000002013413660464475022720 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginChannelAdapter.cpp) namespace Vamp { namespace HostExt { class PluginChannelAdapter::Impl { public: Impl(Plugin *plugin); ~Impl(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet processInterleaved(const float *inputBuffers, RealTime timestamp); protected: Plugin *m_plugin; size_t m_blockSize; size_t m_inputChannels; size_t m_pluginChannels; float **m_buffer; float **m_deinterleave; const float **m_forwardPtrs; }; PluginChannelAdapter::PluginChannelAdapter(Plugin *plugin) : PluginWrapper(plugin) { m_impl = new Impl(plugin); } PluginChannelAdapter::~PluginChannelAdapter() { delete m_impl; } bool PluginChannelAdapter::initialise(size_t channels, size_t stepSize, size_t blockSize) { return m_impl->initialise(channels, stepSize, blockSize); } PluginChannelAdapter::FeatureSet PluginChannelAdapter::process(const float *const *inputBuffers, RealTime timestamp) { return m_impl->process(inputBuffers, timestamp); } PluginChannelAdapter::FeatureSet PluginChannelAdapter::processInterleaved(const float *inputBuffers, RealTime timestamp) { return m_impl->processInterleaved(inputBuffers, timestamp); } PluginChannelAdapter::Impl::Impl(Plugin *plugin) : m_plugin(plugin), m_blockSize(0), m_inputChannels(0), m_pluginChannels(0), m_buffer(0), m_deinterleave(0), m_forwardPtrs(0) { } PluginChannelAdapter::Impl::~Impl() { // the adapter will delete the plugin if (m_buffer) { if (m_inputChannels > m_pluginChannels) { delete[] m_buffer[0]; } else { for (size_t i = 0; i < m_pluginChannels - m_inputChannels; ++i) { delete[] m_buffer[i]; } } delete[] m_buffer; m_buffer = 0; } if (m_deinterleave) { for (size_t i = 0; i < m_inputChannels; ++i) { delete[] m_deinterleave[i]; } delete[] m_deinterleave; m_deinterleave = 0; } if (m_forwardPtrs) { delete[] m_forwardPtrs; m_forwardPtrs = 0; } } bool PluginChannelAdapter::Impl::initialise(size_t channels, size_t stepSize, size_t blockSize) { m_blockSize = blockSize; size_t minch = m_plugin->getMinChannelCount(); size_t maxch = m_plugin->getMaxChannelCount(); m_inputChannels = channels; if (m_inputChannels < minch) { m_forwardPtrs = new const float *[minch]; if (m_inputChannels > 1) { // We need a set of zero-valued buffers to add to the // forwarded pointers m_buffer = new float*[minch - channels]; for (size_t i = 0; i < minch; ++i) { m_buffer[i] = new float[blockSize]; for (size_t j = 0; j < blockSize; ++j) { m_buffer[i][j] = 0.f; } } } m_pluginChannels = minch; // std::cerr << "PluginChannelAdapter::initialise: expanding " << m_inputChannels << " to " << m_pluginChannels << " for plugin" << std::endl; } else if (m_inputChannels > maxch) { // We only need m_buffer if we are mixing down to a single // channel -- otherwise we can just forward the same float* as // passed in to process(), expecting the excess to be ignored if (maxch == 1) { m_buffer = new float *[1]; m_buffer[0] = new float[blockSize]; // std::cerr << "PluginChannelAdapter::initialise: mixing " << m_inputChannels << " to mono for plugin" << std::endl; } else { // std::cerr << "PluginChannelAdapter::initialise: reducing " << m_inputChannels << " to " << m_pluginChannels << " for plugin" << std::endl; } m_pluginChannels = maxch; } else { // std::cerr << "PluginChannelAdapter::initialise: accepting given number of channels (" << m_inputChannels << ")" << std::endl; m_pluginChannels = m_inputChannels; } return m_plugin->initialise(m_pluginChannels, stepSize, blockSize); } PluginChannelAdapter::FeatureSet PluginChannelAdapter::Impl::processInterleaved(const float *inputBuffers, RealTime timestamp) { if (!m_deinterleave) { m_deinterleave = new float *[m_inputChannels]; for (size_t i = 0; i < m_inputChannels; ++i) { m_deinterleave[i] = new float[m_blockSize]; } } for (size_t i = 0; i < m_inputChannels; ++i) { for (size_t j = 0; j < m_blockSize; ++j) { m_deinterleave[i][j] = inputBuffers[j * m_inputChannels + i]; } } return process(m_deinterleave, timestamp); } PluginChannelAdapter::FeatureSet PluginChannelAdapter::Impl::process(const float *const *inputBuffers, RealTime timestamp) { // std::cerr << "PluginChannelAdapter::process: " << m_inputChannels << " -> " << m_pluginChannels << " channels" << std::endl; if (m_inputChannels < m_pluginChannels) { if (m_inputChannels == 1) { for (size_t i = 0; i < m_pluginChannels; ++i) { m_forwardPtrs[i] = inputBuffers[0]; } } else { for (size_t i = 0; i < m_inputChannels; ++i) { m_forwardPtrs[i] = inputBuffers[i]; } for (size_t i = m_inputChannels; i < m_pluginChannels; ++i) { m_forwardPtrs[i] = m_buffer[i - m_inputChannels]; } } return m_plugin->process(m_forwardPtrs, timestamp); } else if (m_inputChannels > m_pluginChannels) { if (m_pluginChannels == 1) { for (size_t j = 0; j < m_blockSize; ++j) { m_buffer[0][j] = inputBuffers[0][j]; } for (size_t i = 1; i < m_inputChannels; ++i) { for (size_t j = 0; j < m_blockSize; ++j) { m_buffer[0][j] += inputBuffers[i][j]; } } for (size_t j = 0; j < m_blockSize; ++j) { m_buffer[0][j] /= float(m_inputChannels); } return m_plugin->process(m_buffer, timestamp); } else { return m_plugin->process(inputBuffers, timestamp); } } else { return m_plugin->process(inputBuffers, timestamp); } } } } _VAMP_SDK_HOSTSPACE_END(PluginChannelAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginHostAdapter.cpp0000644000000000000000000003170713660464475022275 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include "Files.h" #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 10 ) #error Unexpected version of Vamp SDK header included #endif _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) namespace Vamp { PluginHostAdapter::PluginHostAdapter(const VampPluginDescriptor *descriptor, float inputSampleRate) : Plugin(inputSampleRate), m_descriptor(descriptor) { // std::cerr << "PluginHostAdapter::PluginHostAdapter (plugin = " << descriptor->name << ")" << std::endl; m_handle = m_descriptor->instantiate(m_descriptor, inputSampleRate); if (!m_handle) { // std::cerr << "WARNING: PluginHostAdapter: Plugin instantiation failed for plugin " << m_descriptor->name << std::endl; } } PluginHostAdapter::~PluginHostAdapter() { // std::cerr << "PluginHostAdapter::~PluginHostAdapter (plugin = " << m_descriptor->name << ")" << std::endl; if (m_handle) m_descriptor->cleanup(m_handle); } std::vector PluginHostAdapter::getPluginPath() { std::vector path; std::string envPath; if (Files::isNonNative32Bit()) { (void)Files::getEnvUtf8("VAMP_PATH_32", envPath); } else { (void)Files::getEnvUtf8("VAMP_PATH", envPath); } #ifdef _WIN32 #define PATH_SEPARATOR ';' #define DEFAULT_VAMP_PATH "%ProgramFiles%\\Vamp Plugins" #else #define PATH_SEPARATOR ':' #ifdef __APPLE__ #define DEFAULT_VAMP_PATH "$HOME/Library/Audio/Plug-Ins/Vamp:/Library/Audio/Plug-Ins/Vamp" #else #define DEFAULT_VAMP_PATH "$HOME/vamp:$HOME/.vamp:/usr/local/lib/vamp:/usr/lib/vamp" #endif #endif if (envPath == "") { envPath = DEFAULT_VAMP_PATH; std::string home; if (Files::getEnvUtf8("HOME", home)) { std::string::size_type f; while ((f = envPath.find("$HOME")) != std::string::npos && f < envPath.length()) { envPath.replace(f, 5, home); } } #ifdef _WIN32 std::string pfiles; if (!Files::getEnvUtf8("ProgramFiles", pfiles)) { pfiles = "C:\\Program Files"; } std::string::size_type f; while ((f = envPath.find("%ProgramFiles%")) != std::string::npos && f < envPath.length()) { envPath.replace(f, 14, pfiles); } #endif } std::string::size_type index = 0, newindex = 0; while ((newindex = envPath.find(PATH_SEPARATOR, index)) < envPath.size()) { path.push_back(envPath.substr(index, newindex - index)); index = newindex + 1; } path.push_back(envPath.substr(index)); return path; } bool PluginHostAdapter::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (!m_handle) return false; return m_descriptor->initialise (m_handle, (unsigned int)channels, (unsigned int)stepSize, (unsigned int)blockSize) ? true : false; } void PluginHostAdapter::reset() { if (!m_handle) { // std::cerr << "PluginHostAdapter::reset: no handle" << std::endl; return; } // std::cerr << "PluginHostAdapter::reset(" << m_handle << ")" << std::endl; m_descriptor->reset(m_handle); } PluginHostAdapter::InputDomain PluginHostAdapter::getInputDomain() const { if (m_descriptor->inputDomain == vampFrequencyDomain) { return FrequencyDomain; } else { return TimeDomain; } } unsigned int PluginHostAdapter::getVampApiVersion() const { return m_descriptor->vampApiVersion; } std::string PluginHostAdapter::getIdentifier() const { return m_descriptor->identifier; } std::string PluginHostAdapter::getName() const { return m_descriptor->name; } std::string PluginHostAdapter::getDescription() const { return m_descriptor->description; } std::string PluginHostAdapter::getMaker() const { return m_descriptor->maker; } int PluginHostAdapter::getPluginVersion() const { return m_descriptor->pluginVersion; } std::string PluginHostAdapter::getCopyright() const { return m_descriptor->copyright; } PluginHostAdapter::ParameterList PluginHostAdapter::getParameterDescriptors() const { ParameterList list; for (unsigned int i = 0; i < m_descriptor->parameterCount; ++i) { const VampParameterDescriptor *spd = m_descriptor->parameters[i]; ParameterDescriptor pd; pd.identifier = spd->identifier; pd.name = spd->name; pd.description = spd->description; pd.unit = spd->unit; pd.minValue = spd->minValue; pd.maxValue = spd->maxValue; pd.defaultValue = spd->defaultValue; pd.isQuantized = spd->isQuantized; pd.quantizeStep = spd->quantizeStep; if (pd.isQuantized && spd->valueNames) { for (unsigned int j = 0; spd->valueNames[j]; ++j) { pd.valueNames.push_back(spd->valueNames[j]); } } list.push_back(pd); } return list; } float PluginHostAdapter::getParameter(std::string param) const { if (!m_handle) return 0.0; for (unsigned int i = 0; i < m_descriptor->parameterCount; ++i) { if (param == m_descriptor->parameters[i]->identifier) { return m_descriptor->getParameter(m_handle, i); } } return 0.0; } void PluginHostAdapter::setParameter(std::string param, float value) { if (!m_handle) return; for (unsigned int i = 0; i < m_descriptor->parameterCount; ++i) { if (param == m_descriptor->parameters[i]->identifier) { m_descriptor->setParameter(m_handle, i, value); return; } } } PluginHostAdapter::ProgramList PluginHostAdapter::getPrograms() const { ProgramList list; for (unsigned int i = 0; i < m_descriptor->programCount; ++i) { list.push_back(m_descriptor->programs[i]); } return list; } std::string PluginHostAdapter::getCurrentProgram() const { if (!m_handle) return ""; int pn = m_descriptor->getCurrentProgram(m_handle); if (pn < (int)m_descriptor->programCount) { return m_descriptor->programs[pn]; } else { return ""; } } void PluginHostAdapter::selectProgram(std::string program) { if (!m_handle) return; for (unsigned int i = 0; i < m_descriptor->programCount; ++i) { if (program == m_descriptor->programs[i]) { m_descriptor->selectProgram(m_handle, i); return; } } } size_t PluginHostAdapter::getPreferredStepSize() const { if (!m_handle) return 0; return m_descriptor->getPreferredStepSize(m_handle); } size_t PluginHostAdapter::getPreferredBlockSize() const { if (!m_handle) return 0; return m_descriptor->getPreferredBlockSize(m_handle); } size_t PluginHostAdapter::getMinChannelCount() const { if (!m_handle) return 0; return m_descriptor->getMinChannelCount(m_handle); } size_t PluginHostAdapter::getMaxChannelCount() const { if (!m_handle) return 0; return m_descriptor->getMaxChannelCount(m_handle); } PluginHostAdapter::OutputList PluginHostAdapter::getOutputDescriptors() const { OutputList list; if (!m_handle) { // std::cerr << "PluginHostAdapter::getOutputDescriptors: no handle " << std::endl; return list; } unsigned int count = m_descriptor->getOutputCount(m_handle); for (unsigned int i = 0; i < count; ++i) { VampOutputDescriptor *sd = m_descriptor->getOutputDescriptor(m_handle, i); OutputDescriptor d; d.identifier = sd->identifier; d.name = sd->name; d.description = sd->description; d.unit = sd->unit; d.hasFixedBinCount = sd->hasFixedBinCount; d.binCount = sd->binCount; if (d.hasFixedBinCount && sd->binNames) { for (unsigned int j = 0; j < sd->binCount; ++j) { d.binNames.push_back(sd->binNames[j] ? sd->binNames[j] : ""); } } d.hasKnownExtents = sd->hasKnownExtents; d.minValue = sd->minValue; d.maxValue = sd->maxValue; d.isQuantized = sd->isQuantized; d.quantizeStep = sd->quantizeStep; switch (sd->sampleType) { case vampOneSamplePerStep: d.sampleType = OutputDescriptor::OneSamplePerStep; break; case vampFixedSampleRate: d.sampleType = OutputDescriptor::FixedSampleRate; break; case vampVariableSampleRate: d.sampleType = OutputDescriptor::VariableSampleRate; break; } d.sampleRate = sd->sampleRate; if (m_descriptor->vampApiVersion >= 2) { d.hasDuration = sd->hasDuration; } else { d.hasDuration = false; } list.push_back(d); m_descriptor->releaseOutputDescriptor(sd); } return list; } PluginHostAdapter::FeatureSet PluginHostAdapter::process(const float *const *inputBuffers, RealTime timestamp) { FeatureSet fs; if (!m_handle) return fs; int sec = timestamp.sec; int nsec = timestamp.nsec; VampFeatureList *features = m_descriptor->process(m_handle, inputBuffers, sec, nsec); convertFeatures(features, fs); m_descriptor->releaseFeatureSet(features); return fs; } PluginHostAdapter::FeatureSet PluginHostAdapter::getRemainingFeatures() { FeatureSet fs; if (!m_handle) return fs; VampFeatureList *features = m_descriptor->getRemainingFeatures(m_handle); convertFeatures(features, fs); m_descriptor->releaseFeatureSet(features); return fs; } void PluginHostAdapter::convertFeatures(VampFeatureList *features, FeatureSet &fs) { if (!features) return; unsigned int outputs = m_descriptor->getOutputCount(m_handle); for (unsigned int i = 0; i < outputs; ++i) { VampFeatureList &list = features[i]; if (list.featureCount > 0) { Feature feature; feature.values.reserve(list.features[0].v1.valueCount); for (unsigned int j = 0; j < list.featureCount; ++j) { feature.hasTimestamp = list.features[j].v1.hasTimestamp; feature.timestamp = RealTime(list.features[j].v1.sec, list.features[j].v1.nsec); feature.hasDuration = false; if (m_descriptor->vampApiVersion >= 2) { unsigned int j2 = j + list.featureCount; feature.hasDuration = list.features[j2].v2.hasDuration; feature.duration = RealTime(list.features[j2].v2.durationSec, list.features[j2].v2.durationNsec); } for (unsigned int k = 0; k < list.features[j].v1.valueCount; ++k) { feature.values.push_back(list.features[j].v1.values[k]); } if (list.features[j].v1.label) { feature.label = list.features[j].v1.label; } fs[i].push_back(feature); if (list.features[j].v1.valueCount > 0) { feature.values.clear(); } if (list.features[j].v1.label) { feature.label = ""; } } } } } } _VAMP_SDK_HOSTSPACE_END(PluginHostAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginInputDomainAdapter.cpp0000644000000000000000000003356213660464475023610 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. This file is based in part on Don Cross's public domain FFT implementation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include "Window.h" #include #include #include #include #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginInputDomainAdapter.cpp) #include "../vamp-sdk/FFTimpl.cpp" namespace Vamp { namespace HostExt { class PluginInputDomainAdapter::Impl { public: Impl(Plugin *plugin, float inputSampleRate); ~Impl(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; FeatureSet process(const float *const *inputBuffers, RealTime timestamp); void setProcessTimestampMethod(ProcessTimestampMethod m); ProcessTimestampMethod getProcessTimestampMethod() const; RealTime getTimestampAdjustment() const; WindowType getWindowType() const; void setWindowType(WindowType type); protected: Plugin *m_plugin; float m_inputSampleRate; int m_channels; int m_stepSize; int m_blockSize; float **m_freqbuf; Kiss::vamp_kiss_fft_scalar *m_ri; WindowType m_windowType; typedef Window W; W *m_window; ProcessTimestampMethod m_method; int m_processCount; float **m_shiftBuffers; Kiss::vamp_kiss_fftr_cfg m_cfg; Kiss::vamp_kiss_fft_cpx *m_cbuf; FeatureSet processShiftingTimestamp(const float *const *inputBuffers, RealTime timestamp); FeatureSet processShiftingData(const float *const *inputBuffers, RealTime timestamp); size_t makeBlockSizeAcceptable(size_t) const; W::WindowType convertType(WindowType t) const; }; PluginInputDomainAdapter::PluginInputDomainAdapter(Plugin *plugin) : PluginWrapper(plugin) { m_impl = new Impl(plugin, m_inputSampleRate); } PluginInputDomainAdapter::~PluginInputDomainAdapter() { delete m_impl; } bool PluginInputDomainAdapter::initialise(size_t channels, size_t stepSize, size_t blockSize) { return m_impl->initialise(channels, stepSize, blockSize); } void PluginInputDomainAdapter::reset() { m_impl->reset(); } Plugin::InputDomain PluginInputDomainAdapter::getInputDomain() const { return TimeDomain; } size_t PluginInputDomainAdapter::getPreferredStepSize() const { return m_impl->getPreferredStepSize(); } size_t PluginInputDomainAdapter::getPreferredBlockSize() const { return m_impl->getPreferredBlockSize(); } Plugin::FeatureSet PluginInputDomainAdapter::process(const float *const *inputBuffers, RealTime timestamp) { return m_impl->process(inputBuffers, timestamp); } void PluginInputDomainAdapter::setProcessTimestampMethod(ProcessTimestampMethod m) { m_impl->setProcessTimestampMethod(m); } PluginInputDomainAdapter::ProcessTimestampMethod PluginInputDomainAdapter::getProcessTimestampMethod() const { return m_impl->getProcessTimestampMethod(); } RealTime PluginInputDomainAdapter::getTimestampAdjustment() const { return m_impl->getTimestampAdjustment(); } PluginInputDomainAdapter::WindowType PluginInputDomainAdapter::getWindowType() const { return m_impl->getWindowType(); } void PluginInputDomainAdapter::setWindowType(WindowType w) { m_impl->setWindowType(w); } PluginInputDomainAdapter::Impl::Impl(Plugin *plugin, float inputSampleRate) : m_plugin(plugin), m_inputSampleRate(inputSampleRate), m_channels(0), m_stepSize(0), m_blockSize(0), m_freqbuf(0), m_ri(0), m_windowType(HanningWindow), m_window(0), m_method(ShiftTimestamp), m_processCount(0), m_shiftBuffers(0), m_cfg(0), m_cbuf(0) { } PluginInputDomainAdapter::Impl::~Impl() { // the adapter will delete the plugin if (m_shiftBuffers) { for (int c = 0; c < m_channels; ++c) { delete[] m_shiftBuffers[c]; } delete[] m_shiftBuffers; } if (m_channels > 0) { for (int c = 0; c < m_channels; ++c) { delete[] m_freqbuf[c]; } delete[] m_freqbuf; delete[] m_ri; if (m_cfg) { Kiss::vamp_kiss_fftr_free(m_cfg); m_cfg = 0; delete[] m_cbuf; m_cbuf = 0; } delete m_window; } } // for some visual studii apparently #ifndef M_PI #define M_PI 3.14159265358979232846 #endif bool PluginInputDomainAdapter::Impl::initialise(size_t channels, size_t stepSize, size_t blockSize) { if (m_plugin->getInputDomain() == TimeDomain) { m_stepSize = int(stepSize); m_blockSize = int(blockSize); m_channels = int(channels); return m_plugin->initialise(channels, stepSize, blockSize); } if (blockSize < 2) { std::cerr << "ERROR: PluginInputDomainAdapter::initialise: blocksize < 2 not supported" << std::endl; return false; } if (blockSize % 2) { std::cerr << "ERROR: PluginInputDomainAdapter::initialise: odd blocksize " << blockSize << " not supported" << std::endl; return false; } if (m_channels > 0) { for (int c = 0; c < m_channels; ++c) { delete[] m_freqbuf[c]; } delete[] m_freqbuf; delete[] m_ri; if (m_cfg) { Kiss::vamp_kiss_fftr_free(m_cfg); m_cfg = 0; delete[] m_cbuf; m_cbuf = 0; } delete m_window; } m_stepSize = int(stepSize); m_blockSize = int(blockSize); m_channels = int(channels); m_freqbuf = new float *[m_channels]; for (int c = 0; c < m_channels; ++c) { m_freqbuf[c] = new float[m_blockSize + 2]; } m_ri = new Kiss::vamp_kiss_fft_scalar[m_blockSize]; m_window = new W(convertType(m_windowType), m_blockSize); m_cfg = Kiss::vamp_kiss_fftr_alloc(m_blockSize, false, 0, 0); m_cbuf = new Kiss::vamp_kiss_fft_cpx[m_blockSize/2+1]; m_processCount = 0; return m_plugin->initialise(channels, stepSize, m_blockSize); } void PluginInputDomainAdapter::Impl::reset() { m_processCount = 0; m_plugin->reset(); } size_t PluginInputDomainAdapter::Impl::getPreferredStepSize() const { size_t step = m_plugin->getPreferredStepSize(); if (step == 0 && (m_plugin->getInputDomain() == FrequencyDomain)) { step = getPreferredBlockSize() / 2; } return step; } size_t PluginInputDomainAdapter::Impl::getPreferredBlockSize() const { size_t block = m_plugin->getPreferredBlockSize(); if (m_plugin->getInputDomain() == FrequencyDomain) { if (block == 0) { block = 1024; } else { block = makeBlockSizeAcceptable(block); } } return block; } size_t PluginInputDomainAdapter::Impl::makeBlockSizeAcceptable(size_t blockSize) const { if (blockSize < 2) { std::cerr << "WARNING: PluginInputDomainAdapter::initialise: blocksize < 2 not" << std::endl << "supported, increasing from " << blockSize << " to 2" << std::endl; blockSize = 2; } else if (blockSize % 2) { std::cerr << "WARNING: PluginInputDomainAdapter::initialise: odd blocksize not" << std::endl << "supported, increasing from " << blockSize << " to " << (blockSize+1) << std::endl; blockSize = blockSize+1; } return blockSize; } RealTime PluginInputDomainAdapter::Impl::getTimestampAdjustment() const { if (m_plugin->getInputDomain() == TimeDomain) { return RealTime::zeroTime; } else if (m_method == ShiftData || m_method == NoShift) { return RealTime::zeroTime; } else { return RealTime::frame2RealTime (m_blockSize/2, int(m_inputSampleRate + 0.5)); } } void PluginInputDomainAdapter::Impl::setProcessTimestampMethod(ProcessTimestampMethod m) { m_method = m; } PluginInputDomainAdapter::ProcessTimestampMethod PluginInputDomainAdapter::Impl::getProcessTimestampMethod() const { return m_method; } void PluginInputDomainAdapter::Impl::setWindowType(WindowType t) { if (m_windowType == t) return; m_windowType = t; if (m_window) { delete m_window; m_window = new W(convertType(m_windowType), m_blockSize); } } PluginInputDomainAdapter::WindowType PluginInputDomainAdapter::Impl::getWindowType() const { return m_windowType; } PluginInputDomainAdapter::Impl::W::WindowType PluginInputDomainAdapter::Impl::convertType(WindowType t) const { switch (t) { case RectangularWindow: return W::RectangularWindow; case BartlettWindow: return W::BartlettWindow; case HammingWindow: return W::HammingWindow; case HanningWindow: return W::HanningWindow; case BlackmanWindow: return W::BlackmanWindow; case NuttallWindow: return W::NuttallWindow; case BlackmanHarrisWindow: return W::BlackmanHarrisWindow; default: return W::HanningWindow; } } Plugin::FeatureSet PluginInputDomainAdapter::Impl::process(const float *const *inputBuffers, RealTime timestamp) { if (m_plugin->getInputDomain() == TimeDomain) { return m_plugin->process(inputBuffers, timestamp); } if (m_method == ShiftTimestamp || m_method == NoShift) { return processShiftingTimestamp(inputBuffers, timestamp); } else { return processShiftingData(inputBuffers, timestamp); } } Plugin::FeatureSet PluginInputDomainAdapter::Impl::processShiftingTimestamp(const float *const *inputBuffers, RealTime timestamp) { unsigned int roundedRate = 1; if (m_inputSampleRate > 0.f) { roundedRate = (unsigned int)round(m_inputSampleRate); } if (m_method == ShiftTimestamp) { // we may need to add one nsec if timestamp + // getTimestampAdjustment() rounds down timestamp = timestamp + getTimestampAdjustment(); RealTime nsec(0, 1); if (RealTime::realTime2Frame(timestamp, roundedRate) < RealTime::realTime2Frame(timestamp + nsec, roundedRate)) { timestamp = timestamp + nsec; } } for (int c = 0; c < m_channels; ++c) { m_window->cut(inputBuffers[c], m_ri); for (int i = 0; i < m_blockSize/2; ++i) { // FFT shift Kiss::vamp_kiss_fft_scalar value = m_ri[i]; m_ri[i] = m_ri[i + m_blockSize/2]; m_ri[i + m_blockSize/2] = value; } Kiss::vamp_kiss_fftr(m_cfg, m_ri, m_cbuf); for (int i = 0; i <= m_blockSize/2; ++i) { m_freqbuf[c][i * 2] = float(m_cbuf[i].r); m_freqbuf[c][i * 2 + 1] = float(m_cbuf[i].i); } } return m_plugin->process(m_freqbuf, timestamp); } Plugin::FeatureSet PluginInputDomainAdapter::Impl::processShiftingData(const float *const *inputBuffers, RealTime timestamp) { if (m_processCount == 0) { if (!m_shiftBuffers) { m_shiftBuffers = new float *[m_channels]; for (int c = 0; c < m_channels; ++c) { m_shiftBuffers[c] = new float[m_blockSize + m_blockSize/2]; } } for (int c = 0; c < m_channels; ++c) { for (int i = 0; i < m_blockSize + m_blockSize/2; ++i) { m_shiftBuffers[c][i] = 0.f; } } } for (int c = 0; c < m_channels; ++c) { for (int i = m_stepSize; i < m_blockSize + m_blockSize/2; ++i) { m_shiftBuffers[c][i - m_stepSize] = m_shiftBuffers[c][i]; } for (int i = 0; i < m_blockSize; ++i) { m_shiftBuffers[c][i + m_blockSize/2] = inputBuffers[c][i]; } } for (int c = 0; c < m_channels; ++c) { m_window->cut(m_shiftBuffers[c], m_ri); for (int i = 0; i < m_blockSize/2; ++i) { // FFT shift Kiss::vamp_kiss_fft_scalar value = m_ri[i]; m_ri[i] = m_ri[i + m_blockSize/2]; m_ri[i + m_blockSize/2] = value; } Kiss::vamp_kiss_fftr(m_cfg, m_ri, m_cbuf); for (int i = 0; i <= m_blockSize/2; ++i) { m_freqbuf[c][i * 2] = float(m_cbuf[i].r); m_freqbuf[c][i * 2 + 1] = float(m_cbuf[i].i); } } ++m_processCount; return m_plugin->process(m_freqbuf, timestamp); } } } _VAMP_SDK_HOSTSPACE_END(PluginInputDomainAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginLoader.cpp0000644000000000000000000004251213660464475021261 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2016 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include #include #include #include #include "Files.h" #include using namespace std; _VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.cpp) namespace Vamp { namespace HostExt { class PluginLoader::Impl { public: Impl(); virtual ~Impl(); PluginKeyList listPlugins(); PluginKeyList listPluginsIn(vector); PluginKeyList listPluginsNotIn(vector); Plugin *loadPlugin(PluginKey key, float inputSampleRate, int adapterFlags); PluginKey composePluginKey(string libraryName, string identifier); PluginCategoryHierarchy getPluginCategory(PluginKey key); string getLibraryPathForPlugin(PluginKey key); static void setInstanceToClean(PluginLoader *instance); protected: class PluginDeletionNotifyAdapter : public PluginWrapper { public: PluginDeletionNotifyAdapter(Plugin *plugin, Impl *loader); virtual ~PluginDeletionNotifyAdapter(); protected: Impl *m_loader; }; class InstanceCleaner { public: InstanceCleaner() : m_instance(0) { } ~InstanceCleaner() { delete m_instance; } void setInstance(PluginLoader *instance) { m_instance = instance; } protected: PluginLoader *m_instance; }; virtual void pluginDeleted(PluginDeletionNotifyAdapter *adapter); map m_pluginLibraryNameMap; bool m_allPluginsEnumerated; struct Enumeration { enum { All, SinglePlugin, InLibraries, NotInLibraries } type; PluginKey key; vector libraryNames; Enumeration() : type(All) { } }; vector listLibraryFilesFor(Enumeration); /// Populate m_pluginLibraryNameMap and return a list of the keys /// that were added to it vector enumeratePlugins(Enumeration); map m_taxonomy; void generateTaxonomy(); map m_pluginLibraryHandleMap; bool decomposePluginKey(PluginKey key, string &libraryName, string &identifier); static InstanceCleaner m_cleaner; }; PluginLoader * PluginLoader::m_instance = 0; PluginLoader::Impl::InstanceCleaner PluginLoader::Impl::m_cleaner; PluginLoader::PluginLoader() { m_impl = new Impl(); } PluginLoader::~PluginLoader() { delete m_impl; } PluginLoader * PluginLoader::getInstance() { if (!m_instance) { // The cleaner doesn't own the instance, because we leave the // instance pointer in the base class for binary backwards // compatibility reasons and to avoid waste m_instance = new PluginLoader(); Impl::setInstanceToClean(m_instance); } return m_instance; } PluginLoader::PluginKeyList PluginLoader::listPlugins() { return m_impl->listPlugins(); } PluginLoader::PluginKeyList PluginLoader::listPluginsIn(vector libs) { return m_impl->listPluginsIn(libs); } PluginLoader::PluginKeyList PluginLoader::listPluginsNotIn(vector libs) { return m_impl->listPluginsNotIn(libs); } Plugin * PluginLoader::loadPlugin(PluginKey key, float inputSampleRate, int adapterFlags) { return m_impl->loadPlugin(key, inputSampleRate, adapterFlags); } PluginLoader::PluginKey PluginLoader::composePluginKey(string libraryName, string identifier) { return m_impl->composePluginKey(libraryName, identifier); } PluginLoader::PluginCategoryHierarchy PluginLoader::getPluginCategory(PluginKey key) { return m_impl->getPluginCategory(key); } string PluginLoader::getLibraryPathForPlugin(PluginKey key) { return m_impl->getLibraryPathForPlugin(key); } PluginLoader::Impl::Impl() : m_allPluginsEnumerated(false) { } PluginLoader::Impl::~Impl() { } void PluginLoader::Impl::setInstanceToClean(PluginLoader *instance) { m_cleaner.setInstance(instance); } PluginLoader::PluginKeyList PluginLoader::Impl::listPlugins() { if (!m_allPluginsEnumerated) enumeratePlugins(Enumeration()); vector plugins; for (map::const_iterator i = m_pluginLibraryNameMap.begin(); i != m_pluginLibraryNameMap.end(); ++i) { plugins.push_back(i->first); } return plugins; } PluginLoader::PluginKeyList PluginLoader::Impl::listPluginsIn(vector libs) { Enumeration enumeration; enumeration.type = Enumeration::InLibraries; enumeration.libraryNames = libs; return enumeratePlugins(enumeration); } PluginLoader::PluginKeyList PluginLoader::Impl::listPluginsNotIn(vector libs) { Enumeration enumeration; enumeration.type = Enumeration::NotInLibraries; enumeration.libraryNames = libs; return enumeratePlugins(enumeration); } vector PluginLoader::Impl::listLibraryFilesFor(Enumeration enumeration) { Files::Filter filter; switch (enumeration.type) { case Enumeration::All: filter.type = Files::Filter::All; break; case Enumeration::SinglePlugin: { string libraryName, identifier; if (!decomposePluginKey(enumeration.key, libraryName, identifier)) { std::cerr << "WARNING: Vamp::HostExt::PluginLoader: " << "Invalid plugin key \"" << enumeration.key << "\" in enumerate" << std::endl; return vector(); } filter.type = Files::Filter::Matching; filter.libraryNames.clear(); filter.libraryNames.push_back(libraryName); break; } case Enumeration::InLibraries: filter.type = Files::Filter::Matching; filter.libraryNames = enumeration.libraryNames; break; case Enumeration::NotInLibraries: filter.type = Files::Filter::NotMatching; filter.libraryNames = enumeration.libraryNames; break; } return Files::listLibraryFilesMatching(filter); } vector PluginLoader::Impl::enumeratePlugins(Enumeration enumeration) { string libraryName, identifier; if (enumeration.type == Enumeration::SinglePlugin) { decomposePluginKey(enumeration.key, libraryName, identifier); } vector fullPaths = listLibraryFilesFor(enumeration); // For these we should warn if a plugin can be loaded from a library bool specific = (enumeration.type == Enumeration::SinglePlugin || enumeration.type == Enumeration::InLibraries); vector added; for (size_t i = 0; i < fullPaths.size(); ++i) { string fullPath = fullPaths[i]; void *handle = Files::loadLibrary(fullPath); if (!handle) continue; VampGetPluginDescriptorFunction fn = (VampGetPluginDescriptorFunction)Files::lookupInLibrary (handle, "vampGetPluginDescriptor"); if (!fn) { if (specific) { cerr << "Vamp::HostExt::PluginLoader: " << "No vampGetPluginDescriptor function found in library \"" << fullPath << "\"" << endl; } Files::unloadLibrary(handle); continue; } int index = 0; const VampPluginDescriptor *descriptor = 0; bool found = false; while ((descriptor = fn(VAMP_API_VERSION, index))) { ++index; if (identifier != "") { if (descriptor->identifier != identifier) { continue; } } found = true; PluginKey key = composePluginKey(fullPath, descriptor->identifier); if (m_pluginLibraryNameMap.find(key) == m_pluginLibraryNameMap.end()) { m_pluginLibraryNameMap[key] = fullPath; } added.push_back(key); } if (!found && specific) { cerr << "Vamp::HostExt::PluginLoader: Plugin \"" << identifier << "\" not found in library \"" << fullPath << "\"" << endl; } Files::unloadLibrary(handle); } if (enumeration.type == Enumeration::All) { m_allPluginsEnumerated = true; } return added; } PluginLoader::PluginKey PluginLoader::Impl::composePluginKey(string libraryName, string identifier) { string basename = Files::lcBasename(libraryName); return basename + ":" + identifier; } bool PluginLoader::Impl::decomposePluginKey(PluginKey key, string &libraryName, string &identifier) { string::size_type ki = key.find(':'); if (ki == string::npos) { return false; } libraryName = key.substr(0, ki); identifier = key.substr(ki + 1); return true; } PluginLoader::PluginCategoryHierarchy PluginLoader::Impl::getPluginCategory(PluginKey plugin) { if (m_taxonomy.empty()) generateTaxonomy(); if (m_taxonomy.find(plugin) == m_taxonomy.end()) { return PluginCategoryHierarchy(); } return m_taxonomy[plugin]; } string PluginLoader::Impl::getLibraryPathForPlugin(PluginKey plugin) { if (m_pluginLibraryNameMap.find(plugin) == m_pluginLibraryNameMap.end()) { if (m_allPluginsEnumerated) return ""; Enumeration enumeration; enumeration.type = Enumeration::SinglePlugin; enumeration.key = plugin; enumeratePlugins(enumeration); } if (m_pluginLibraryNameMap.find(plugin) == m_pluginLibraryNameMap.end()) { return ""; } return m_pluginLibraryNameMap[plugin]; } Plugin * PluginLoader::Impl::loadPlugin(PluginKey key, float inputSampleRate, int adapterFlags) { string libname, identifier; if (!decomposePluginKey(key, libname, identifier)) { std::cerr << "Vamp::HostExt::PluginLoader: Invalid plugin key \"" << key << "\" in loadPlugin" << std::endl; return 0; } string fullPath = getLibraryPathForPlugin(key); if (fullPath == "") { std::cerr << "Vamp::HostExt::PluginLoader: No library found in Vamp path for plugin \"" << key << "\"" << std::endl; return 0; } void *handle = Files::loadLibrary(fullPath); if (!handle) return 0; VampGetPluginDescriptorFunction fn = (VampGetPluginDescriptorFunction)Files::lookupInLibrary (handle, "vampGetPluginDescriptor"); if (!fn) { cerr << "Vamp::HostExt::PluginLoader: No vampGetPluginDescriptor function found in library \"" << fullPath << "\"" << endl; Files::unloadLibrary(handle); return 0; } int index = 0; const VampPluginDescriptor *descriptor = 0; while ((descriptor = fn(VAMP_API_VERSION, index))) { if (string(descriptor->identifier) == identifier) { Vamp::PluginHostAdapter *plugin = new Vamp::PluginHostAdapter(descriptor, inputSampleRate); Plugin *adapter = new PluginDeletionNotifyAdapter(plugin, this); m_pluginLibraryHandleMap[adapter] = handle; if (adapterFlags & ADAPT_INPUT_DOMAIN) { if (adapter->getInputDomain() == Plugin::FrequencyDomain) { adapter = new PluginInputDomainAdapter(adapter); } } if (adapterFlags & ADAPT_BUFFER_SIZE) { adapter = new PluginBufferingAdapter(adapter); } if (adapterFlags & ADAPT_CHANNEL_COUNT) { adapter = new PluginChannelAdapter(adapter); } return adapter; } ++index; } cerr << "Vamp::HostExt::PluginLoader: Plugin \"" << identifier << "\" not found in library \"" << fullPath << "\"" << endl; return 0; } void PluginLoader::Impl::generateTaxonomy() { // cerr << "PluginLoader::Impl::generateTaxonomy" << endl; vector path = PluginHostAdapter::getPluginPath(); string libfragment = "/lib/"; vector catpath; string suffix = "cat"; for (vector::iterator i = path.begin(); i != path.end(); ++i) { // It doesn't matter that we're using literal forward-slash in // this bit, as it's only relevant if the path contains // "/lib/", which is only meaningful and only plausible on // systems with forward-slash delimiters string dir = *i; string::size_type li = dir.find(libfragment); if (li != string::npos) { catpath.push_back (dir.substr(0, li) + "/share/" + dir.substr(li + libfragment.length())); } catpath.push_back(dir); } char buffer[1024]; for (vector::iterator i = catpath.begin(); i != catpath.end(); ++i) { vector files = Files::listFiles(*i, suffix); for (vector::iterator fi = files.begin(); fi != files.end(); ++fi) { string filepath = Files::splicePath(*i, *fi); ifstream is(filepath.c_str(), ifstream::in | ifstream::binary); if (is.fail()) { // cerr << "failed to open: " << filepath << endl; continue; } // cerr << "opened: " << filepath << endl; while (!!is.getline(buffer, 1024)) { string line(buffer); // cerr << "line = " << line << endl; string::size_type di = line.find("::"); if (di == string::npos) continue; string id = line.substr(0, di); string encodedCat = line.substr(di + 2); if (id.substr(0, 5) != "vamp:") continue; id = id.substr(5); while (encodedCat.length() >= 1 && encodedCat[encodedCat.length()-1] == '\r') { encodedCat = encodedCat.substr(0, encodedCat.length()-1); } // cerr << "id = " << id << ", cat = " << encodedCat << endl; PluginCategoryHierarchy category; string::size_type ai; while ((ai = encodedCat.find(" > ")) != string::npos) { category.push_back(encodedCat.substr(0, ai)); encodedCat = encodedCat.substr(ai + 3); } if (encodedCat != "") category.push_back(encodedCat); m_taxonomy[id] = category; } } } } void PluginLoader::Impl::pluginDeleted(PluginDeletionNotifyAdapter *adapter) { void *handle = m_pluginLibraryHandleMap[adapter]; if (!handle) return; m_pluginLibraryHandleMap.erase(adapter); for (auto h: m_pluginLibraryHandleMap) { if (h.second == handle) { // still in use return; } } Files::unloadLibrary(handle); } PluginLoader::Impl::PluginDeletionNotifyAdapter::PluginDeletionNotifyAdapter(Plugin *plugin, Impl *loader) : PluginWrapper(plugin), m_loader(loader) { } PluginLoader::Impl::PluginDeletionNotifyAdapter::~PluginDeletionNotifyAdapter() { // We need to delete the plugin before calling pluginDeleted, as // the delete call may require calling through to the descriptor // (for e.g. cleanup) but pluginDeleted may unload the required // library for the call. To prevent a double deletion when our // parent's destructor runs (after this one), be sure to set // m_plugin to 0 after deletion. delete m_plugin; m_plugin = 0; if (m_loader) m_loader->pluginDeleted(this); } } } _VAMP_SDK_HOSTSPACE_END(PluginLoader.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginSummarisingAdapter.cpp0000644000000000000000000007652313660464475023663 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include #include #include using namespace std; //#define DEBUG_PLUGIN_SUMMARISING_ADAPTER 1 //#define DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT 1 _VAMP_SDK_HOSTSPACE_BEGIN(PluginSummarisingAdapter.cpp) namespace Vamp { namespace HostExt { class PluginSummarisingAdapter::Impl { public: Impl(Plugin *plugin, float inputSampleRate); ~Impl(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); void setSummarySegmentBoundaries(const SegmentBoundaries &); FeatureList getSummaryForOutput(int output, SummaryType type, AveragingMethod avg); FeatureSet getSummaryForAllOutputs(SummaryType type, AveragingMethod avg); protected: Plugin *m_plugin; float m_inputSampleRate; size_t m_stepSize; size_t m_blockSize; SegmentBoundaries m_boundaries; typedef vector ValueList; struct Result { // smaller than Feature RealTime time; RealTime duration; ValueList values; // bin number -> value }; typedef vector ResultList; struct OutputAccumulator { int bins; ResultList results; OutputAccumulator() : bins(0) { } }; typedef map OutputAccumulatorMap; OutputAccumulatorMap m_accumulators; // output number -> accumulator typedef map SegmentAccumulatorMap; typedef map OutputSegmentAccumulatorMap; OutputSegmentAccumulatorMap m_segmentedAccumulators; // output -> segmented typedef map OutputTimestampMap; OutputTimestampMap m_prevTimestamps; // output number -> timestamp OutputTimestampMap m_prevDurations; // output number -> durations struct OutputBinSummary { int count; // extents double minimum; double maximum; double sum; // sample-average results double median; double mode; double variance; // continuous-time average results double median_c; double mode_c; double mean_c; double variance_c; }; typedef map OutputSummary; typedef map SummarySegmentMap; typedef map OutputSummarySegmentMap; OutputSummarySegmentMap m_summaries; bool m_reduced; RealTime m_endTime; void accumulate(const FeatureSet &fs, RealTime, bool final); void accumulate(int output, const Feature &f, RealTime, bool final); void accumulateFinalDurations(); void findSegmentBounds(RealTime t, RealTime &start, RealTime &end); void segment(); void reduce(); string getSummaryLabel(SummaryType type, AveragingMethod avg); }; static RealTime INVALID_DURATION(INT_MIN, INT_MIN); PluginSummarisingAdapter::PluginSummarisingAdapter(Plugin *plugin) : PluginWrapper(plugin) { m_impl = new Impl(plugin, m_inputSampleRate); } PluginSummarisingAdapter::~PluginSummarisingAdapter() { delete m_impl; } bool PluginSummarisingAdapter::initialise(size_t channels, size_t stepSize, size_t blockSize) { return PluginWrapper::initialise(channels, stepSize, blockSize) && m_impl->initialise(channels, stepSize, blockSize); } void PluginSummarisingAdapter::reset() { m_impl->reset(); } Plugin::FeatureSet PluginSummarisingAdapter::process(const float *const *inputBuffers, RealTime timestamp) { return m_impl->process(inputBuffers, timestamp); } Plugin::FeatureSet PluginSummarisingAdapter::getRemainingFeatures() { return m_impl->getRemainingFeatures(); } void PluginSummarisingAdapter::setSummarySegmentBoundaries(const SegmentBoundaries &b) { m_impl->setSummarySegmentBoundaries(b); } Plugin::FeatureList PluginSummarisingAdapter::getSummaryForOutput(int output, SummaryType type, AveragingMethod avg) { return m_impl->getSummaryForOutput(output, type, avg); } Plugin::FeatureSet PluginSummarisingAdapter::getSummaryForAllOutputs(SummaryType type, AveragingMethod avg) { return m_impl->getSummaryForAllOutputs(type, avg); } PluginSummarisingAdapter::Impl::Impl(Plugin *plugin, float inputSampleRate) : m_plugin(plugin), m_inputSampleRate(inputSampleRate), m_reduced(false) { } PluginSummarisingAdapter::Impl::~Impl() { } bool PluginSummarisingAdapter::Impl::initialise(size_t, size_t stepSize, size_t blockSize) { m_stepSize = stepSize; m_blockSize = blockSize; return true; } void PluginSummarisingAdapter::Impl::reset() { m_accumulators.clear(); m_segmentedAccumulators.clear(); m_prevTimestamps.clear(); m_prevDurations.clear(); m_summaries.clear(); m_reduced = false; m_endTime = RealTime(); m_plugin->reset(); } Plugin::FeatureSet PluginSummarisingAdapter::Impl::process(const float *const *inputBuffers, RealTime timestamp) { if (m_reduced) { cerr << "WARNING: Cannot call PluginSummarisingAdapter::process() or getRemainingFeatures() after one of the getSummary methods" << endl; } FeatureSet fs = m_plugin->process(inputBuffers, timestamp); accumulate(fs, timestamp, false); m_endTime = timestamp + RealTime::frame2RealTime(m_stepSize, int(m_inputSampleRate + 0.5)); #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "timestamp = " << timestamp << ", end time becomes " << m_endTime << endl; #endif return fs; } Plugin::FeatureSet PluginSummarisingAdapter::Impl::getRemainingFeatures() { if (m_reduced) { cerr << "WARNING: Cannot call PluginSummarisingAdapter::process() or getRemainingFeatures() after one of the getSummary methods" << endl; } FeatureSet fs = m_plugin->getRemainingFeatures(); accumulate(fs, m_endTime, true); return fs; } void PluginSummarisingAdapter::Impl::setSummarySegmentBoundaries(const SegmentBoundaries &b) { m_boundaries = b; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "PluginSummarisingAdapter::setSummarySegmentBoundaries: boundaries are:" << endl; for (SegmentBoundaries::const_iterator i = m_boundaries.begin(); i != m_boundaries.end(); ++i) { cerr << *i << " "; } cerr << endl; #endif } Plugin::FeatureList PluginSummarisingAdapter::Impl::getSummaryForOutput(int output, SummaryType type, AveragingMethod avg) { if (!m_reduced) { accumulateFinalDurations(); segment(); reduce(); m_reduced = true; } bool continuous = (avg == ContinuousTimeAverage); FeatureList fl; for (SummarySegmentMap::const_iterator i = m_summaries[output].begin(); i != m_summaries[output].end(); ++i) { Feature f; f.hasTimestamp = true; f.timestamp = i->first; f.hasDuration = true; SummarySegmentMap::const_iterator ii = i; if (++ii == m_summaries[output].end()) { f.duration = m_endTime - f.timestamp; } else { f.duration = ii->first - f.timestamp; } f.label = getSummaryLabel(type, avg); for (OutputSummary::const_iterator j = i->second.begin(); j != i->second.end(); ++j) { // these will be ordered by bin number, and no bin numbers // will be missing except at the end (because of the way // the accumulators were initially filled in accumulate()) const OutputBinSummary &summary = j->second; double result = 0.f; switch (type) { case Minimum: result = summary.minimum; break; case Maximum: result = summary.maximum; break; case Mean: if (continuous) { result = summary.mean_c; } else if (summary.count) { result = summary.sum / summary.count; } break; case Median: if (continuous) result = summary.median_c; else result = summary.median; break; case Mode: if (continuous) result = summary.mode_c; else result = summary.mode; break; case Sum: result = summary.sum; break; case Variance: if (continuous) result = summary.variance_c; else result = summary.variance; break; case StandardDeviation: if (continuous) result = sqrt(summary.variance_c); else result = sqrt(summary.variance); break; case Count: result = summary.count; break; case UnknownSummaryType: break; default: break; } f.values.push_back(float(result)); } fl.push_back(f); } return fl; } Plugin::FeatureSet PluginSummarisingAdapter::Impl::getSummaryForAllOutputs(SummaryType type, AveragingMethod avg) { if (!m_reduced) { accumulateFinalDurations(); segment(); reduce(); m_reduced = true; } FeatureSet fs; for (OutputSummarySegmentMap::const_iterator i = m_summaries.begin(); i != m_summaries.end(); ++i) { fs[i->first] = getSummaryForOutput(i->first, type, avg); } return fs; } void PluginSummarisingAdapter::Impl::accumulate(const FeatureSet &fs, RealTime timestamp, bool final) { for (FeatureSet::const_iterator i = fs.begin(); i != fs.end(); ++i) { for (FeatureList::const_iterator j = i->second.begin(); j != i->second.end(); ++j) { if (j->hasTimestamp) { accumulate(i->first, *j, j->timestamp, final); } else { //!!! is this correct? accumulate(i->first, *j, timestamp, final); } } } } string PluginSummarisingAdapter::Impl::getSummaryLabel(SummaryType type, AveragingMethod avg) { string label; string avglabel; if (avg == SampleAverage) avglabel = ", sample average"; else avglabel = ", continuous-time average"; switch (type) { case Minimum: label = "(minimum value)"; break; case Maximum: label = "(maximum value)"; break; case Mean: label = "(mean value" + avglabel + ")"; break; case Median: label = "(median value" + avglabel + ")"; break; case Mode: label = "(modal value" + avglabel + ")"; break; case Sum: label = "(sum)"; break; case Variance: label = "(variance" + avglabel + ")"; break; case StandardDeviation: label = "(standard deviation" + avglabel + ")"; break; case Count: label = "(count)"; break; case UnknownSummaryType: label = "(unknown summary)"; break; } return label; } void PluginSummarisingAdapter::Impl::accumulate(int output, const Feature &f, RealTime timestamp, bool #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER final #endif ) { // What should happen if a feature's duration spans a segment // boundary? I think we probably want to chop it, and pretend // that it appears in both. A very long feature (e.g. key, if the // whole audio is in a single key) might span many or all // segments, and we want that to be reflected in the results // (e.g. it is the modal key in all of those segments, not just // the first). This is actually quite complicated to do. // If features spanning a boundary should be chopped, then we need // to have per-segment accumulators (and the feature value goes // into both -- with a separate phase to split the accumulator up // into segments). #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "output " << output << ": timestamp " << timestamp << ", prev timestamp " << m_prevTimestamps[output] << ", final " << final << endl; #endif // At each process step, accumulate() is called once for each // feature on each output within that process's returned feature // list, and with the timestamp passed in being that of the start // of the process block. // At the end (in getRemainingFeatures), accumulate() is called // once for each feature on each output within the feature list // returned by getRemainingFeatures, and with the timestamp being // the same as the last process block and final set to true. // (What if getRemainingFeatures doesn't return any features? We // still need to ensure that the final duration is written. Need // a separate function to close the durations.) // At each call, we pull out the value for the feature and stuff // it into the accumulator's appropriate values array; and we // calculate the duration for the _previous_ feature, or pull it // from the prevDurations array if the previous feature had a // duration in its structure, and stuff that into the // accumulator's appropriate durations array. if (m_prevDurations.find(output) != m_prevDurations.end()) { // Not the first time accumulate has been called for this // output -- there has been a previous feature RealTime prevDuration; // Note that m_prevDurations[output] only contains the // duration field that was contained in the previous feature. // If it didn't have an explicit duration, // m_prevDurations[output] should be INVALID_DURATION and we // will have to calculate the duration from the previous and // current timestamps. if (m_prevDurations[output] != INVALID_DURATION) { prevDuration = m_prevDurations[output]; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "Previous duration from previous feature: " << prevDuration << endl; #endif } else { prevDuration = timestamp - m_prevTimestamps[output]; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "Previous duration from diff: " << timestamp << " - " << m_prevTimestamps[output] << endl; #endif } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "output " << output << ": "; cerr << "Pushing previous duration as " << prevDuration << endl; #endif m_accumulators[output].results [m_accumulators[output].results.size() - 1] .duration = prevDuration; } if (f.hasDuration) m_prevDurations[output] = f.duration; else m_prevDurations[output] = INVALID_DURATION; m_prevTimestamps[output] = timestamp; if (f.hasDuration) { RealTime et = timestamp; et = et + f.duration; if (et > m_endTime) m_endTime = et; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "feature has duration, updating end time to " << m_endTime << endl; #endif } Result result; result.time = timestamp; result.duration = INVALID_DURATION; if (int(f.values.size()) > m_accumulators[output].bins) { m_accumulators[output].bins = int(f.values.size()); } for (int i = 0; i < int(f.values.size()); ++i) { result.values.push_back(f.values[i]); } m_accumulators[output].results.push_back(result); } void PluginSummarisingAdapter::Impl::accumulateFinalDurations() { for (OutputTimestampMap::iterator i = m_prevTimestamps.begin(); i != m_prevTimestamps.end(); ++i) { int output = i->first; int acount = int(m_accumulators[output].results.size()); if (acount == 0) continue; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "output " << output << ": "; #endif if (m_prevDurations.find(output) != m_prevDurations.end() && m_prevDurations[output] != INVALID_DURATION) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "Pushing final duration from feature as " << m_prevDurations[output] << endl; #endif m_accumulators[output].results[acount - 1].duration = m_prevDurations[output]; } else { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "Pushing final duration from diff as " << m_endTime << " - " << m_prevTimestamps[output] << endl; #endif m_accumulators[output].results[acount - 1].duration = m_endTime - m_prevTimestamps[output]; } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "so duration for result no " << acount-1 << " is " << m_accumulators[output].results[acount-1].duration << endl; #endif } } void PluginSummarisingAdapter::Impl::findSegmentBounds(RealTime t, RealTime &start, RealTime &end) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "findSegmentBounds: t = " << t << endl; #endif SegmentBoundaries::const_iterator i = upper_bound (m_boundaries.begin(), m_boundaries.end(), t); start = RealTime::zeroTime; end = m_endTime; if (i != m_boundaries.end()) { end = *i; } if (i != m_boundaries.begin()) { start = *--i; } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "findSegmentBounds: " << t << " is in segment " << start << " -> " << end << endl; #endif } void PluginSummarisingAdapter::Impl::segment() { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "segment: starting" << endl; #endif for (OutputAccumulatorMap::iterator i = m_accumulators.begin(); i != m_accumulators.end(); ++i) { int output = i->first; OutputAccumulator &source = i->second; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "segment: total results for output " << output << " = " << source.results.size() << endl; #endif // This is basically nonsense if the results have no values // (i.e. their times and counts are the only things of // interest)... but perhaps it's the user's problem if they // ask for segmentation (or any summary at all) in that case for (int n = 0; n < int(source.results.size()); ++n) { // This result spans source.results[n].time to // source.results[n].time + source.results[n].duration. // We need to dispose it into segments appropriately RealTime resultStart = source.results[n].time; RealTime resultEnd = resultStart + source.results[n].duration; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "output: " << output << ", result start = " << resultStart << ", end = " << resultEnd << endl; #endif RealTime segmentStart = RealTime::zeroTime; RealTime segmentEnd = resultEnd - RealTime(1, 0); RealTime prevSegmentStart = segmentStart - RealTime(1, 0); while (segmentEnd < resultEnd) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "segment end " << segmentEnd << " < result end " << resultEnd << " (with result start " << resultStart << ")" << endl; #endif findSegmentBounds(resultStart, segmentStart, segmentEnd); if (segmentStart == prevSegmentStart) { // This can happen when we reach the end of the // input, if a feature's end time overruns the // input audio end time break; } prevSegmentStart = segmentStart; RealTime chunkStart = resultStart; if (chunkStart < segmentStart) chunkStart = segmentStart; RealTime chunkEnd = resultEnd; if (chunkEnd > segmentEnd) chunkEnd = segmentEnd; m_segmentedAccumulators[output][segmentStart].bins = source.bins; Result chunk; chunk.time = chunkStart; chunk.duration = chunkEnd - chunkStart; chunk.values = source.results[n].values; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT cerr << "chunk for segment " << segmentStart << ": from " << chunk.time << ", duration " << chunk.duration << endl; #endif m_segmentedAccumulators[output][segmentStart].results .push_back(chunk); resultStart = chunkEnd; } } } } struct ValueDurationFloatPair { float value; float duration; ValueDurationFloatPair() : value(0), duration(0) { } ValueDurationFloatPair(float v, float d) : value(v), duration(d) { } ValueDurationFloatPair &operator=(const ValueDurationFloatPair &p) { value = p.value; duration = p.duration; return *this; } bool operator<(const ValueDurationFloatPair &p) const { return value < p.value; } }; static double toSec(const RealTime &r) { return r.sec + double(r.nsec) / 1000000000.0; } void PluginSummarisingAdapter::Impl::reduce() { for (OutputSegmentAccumulatorMap::iterator i = m_segmentedAccumulators.begin(); i != m_segmentedAccumulators.end(); ++i) { int output = i->first; SegmentAccumulatorMap &segments = i->second; for (SegmentAccumulatorMap::iterator j = segments.begin(); j != segments.end(); ++j) { RealTime segmentStart = j->first; OutputAccumulator &accumulator = j->second; int sz = int(accumulator.results.size()); #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "reduce: segment starting at " << segmentStart << " on output " << output << " has " << sz << " result(s)" << endl; #endif double totalDuration = 0.0; //!!! is this right? if (sz > 0) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "last time = " << accumulator.results[sz-1].time << ", duration = " << accumulator.results[sz-1].duration << " (step = " << m_stepSize << ", block = " << m_blockSize << ")" << endl; #endif totalDuration = toSec((accumulator.results[sz-1].time + accumulator.results[sz-1].duration) - segmentStart); } for (int bin = 0; bin < accumulator.bins; ++bin) { // work on all values over time for a single bin #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "bin " << bin << ":" << endl; #endif OutputBinSummary summary; summary.count = sz; summary.minimum = 0.f; summary.maximum = 0.f; summary.median = 0.f; summary.mode = 0.f; summary.sum = 0.f; summary.variance = 0.f; summary.median_c = 0.f; summary.mode_c = 0.f; summary.mean_c = 0.f; summary.variance_c = 0.f; if (sz == 0) continue; vector valvec; for (int k = 0; k < sz; ++k) { while (int(accumulator.results[k].values.size()) < accumulator.bins) { accumulator.results[k].values.push_back(0.f); } } for (int k = 0; k < sz; ++k) { float value = accumulator.results[k].values[bin]; valvec.push_back (ValueDurationFloatPair (value, float(toSec(accumulator.results[k].duration)))); } sort(valvec.begin(), valvec.end()); summary.minimum = valvec[0].value; summary.maximum = valvec[sz-1].value; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "total duration = " << totalDuration << endl; #endif #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER /* cerr << "value vector for medians:" << endl; for (int k = 0; k < sz; ++k) { cerr << "(" << valvec[k].value << "," << valvec[k].duration << ") "; } cerr << endl; */ #endif if (sz % 2 == 1) { summary.median = valvec[sz/2].value; } else { summary.median = (valvec[sz/2].value + valvec[sz/2 + 1].value) / 2; } double duracc = 0.0; summary.median_c = valvec[sz-1].value; for (int k = 0; k < sz; ++k) { duracc += valvec[k].duration; if (duracc > totalDuration/2) { summary.median_c = valvec[k].value; break; } } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "median_c = " << summary.median_c << endl; cerr << "median = " << summary.median << endl; #endif map distribution; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "summing (discrete): "; #endif for (int k = 0; k < sz; ++k) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << accumulator.results[k].values[bin] << " "; #endif summary.sum += accumulator.results[k].values[bin]; distribution[accumulator.results[k].values[bin]] += 1; } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << endl; #endif int md = 0; for (map::iterator di = distribution.begin(); di != distribution.end(); ++di) { if (di->second > md) { md = di->second; summary.mode = di->first; } } distribution.clear(); map distribution_c; for (int k = 0; k < sz; ++k) { distribution_c[accumulator.results[k].values[bin]] += toSec(accumulator.results[k].duration); } double mrd = 0.0; for (map::iterator di = distribution_c.begin(); di != distribution_c.end(); ++di) { if (di->second > mrd) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "element " << di->first << " spans time " << di->second << " and so is an improved mode " << "candidate over element " << summary.mode_c << " which spanned " << mrd << endl; #endif mrd = di->second; summary.mode_c = di->first; } } distribution_c.clear(); if (totalDuration > 0.0) { double sum_c = 0.0; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "summing (continuous): "; #endif for (int k = 0; k < sz; ++k) { #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << accumulator.results[k].values[bin] << "*" << toSec(accumulator.results[k].duration) << " "; #endif double value = accumulator.results[k].values[bin] * toSec(accumulator.results[k].duration); sum_c += value; } #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << endl; #endif #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "mean_c = " << sum_c << " / " << totalDuration << " = " << sum_c / totalDuration << " (sz = " << sz << ")" << endl; #endif summary.mean_c = sum_c / totalDuration; for (int k = 0; k < sz; ++k) { double value = accumulator.results[k].values[bin]; // * toSec(accumulator.results[k].duration); summary.variance_c += (value - summary.mean_c) * (value - summary.mean_c) * toSec(accumulator.results[k].duration); } // summary.variance_c /= summary.count; summary.variance_c /= totalDuration; } double mean = summary.sum / summary.count; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER cerr << "mean = " << summary.sum << " / " << summary.count << " = " << summary.sum / summary.count << endl; #endif for (int k = 0; k < sz; ++k) { float value = accumulator.results[k].values[bin]; summary.variance += (value - mean) * (value - mean); } summary.variance /= summary.count; m_summaries[output][segmentStart][bin] = summary; } } } m_segmentedAccumulators.clear(); m_accumulators.clear(); } } } _VAMP_SDK_HOSTSPACE_END(PluginSummarisingAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/PluginWrapper.cpp0000644000000000000000000001060613660464475021472 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginWrapper.cpp) namespace Vamp { namespace HostExt { PluginWrapper::PluginWrapper(Plugin *plugin) : Plugin(plugin->getInputSampleRate()), m_plugin(plugin), m_pluginIsOwned(true) { } PluginWrapper::~PluginWrapper() { if (m_pluginIsOwned) { delete m_plugin; } } void PluginWrapper::disownPlugin() { m_pluginIsOwned = false; } bool PluginWrapper::initialise(size_t channels, size_t stepSize, size_t blockSize) { return m_plugin->initialise(channels, stepSize, blockSize); } void PluginWrapper::reset() { m_plugin->reset(); } Plugin::InputDomain PluginWrapper::getInputDomain() const { return m_plugin->getInputDomain(); } unsigned int PluginWrapper::getVampApiVersion() const { return m_plugin->getVampApiVersion(); } std::string PluginWrapper::getIdentifier() const { return m_plugin->getIdentifier(); } std::string PluginWrapper::getName() const { return m_plugin->getName(); } std::string PluginWrapper::getDescription() const { return m_plugin->getDescription(); } std::string PluginWrapper::getMaker() const { return m_plugin->getMaker(); } int PluginWrapper::getPluginVersion() const { return m_plugin->getPluginVersion(); } std::string PluginWrapper::getCopyright() const { return m_plugin->getCopyright(); } PluginBase::ParameterList PluginWrapper::getParameterDescriptors() const { return m_plugin->getParameterDescriptors(); } float PluginWrapper::getParameter(std::string parameter) const { return m_plugin->getParameter(parameter); } void PluginWrapper::setParameter(std::string parameter, float value) { m_plugin->setParameter(parameter, value); } PluginBase::ProgramList PluginWrapper::getPrograms() const { return m_plugin->getPrograms(); } std::string PluginWrapper::getCurrentProgram() const { return m_plugin->getCurrentProgram(); } void PluginWrapper::selectProgram(std::string program) { m_plugin->selectProgram(program); } size_t PluginWrapper::getPreferredStepSize() const { return m_plugin->getPreferredStepSize(); } size_t PluginWrapper::getPreferredBlockSize() const { return m_plugin->getPreferredBlockSize(); } size_t PluginWrapper::getMinChannelCount() const { return m_plugin->getMinChannelCount(); } size_t PluginWrapper::getMaxChannelCount() const { return m_plugin->getMaxChannelCount(); } Plugin::OutputList PluginWrapper::getOutputDescriptors() const { return m_plugin->getOutputDescriptors(); } Plugin::FeatureSet PluginWrapper::process(const float *const *inputBuffers, RealTime timestamp) { return m_plugin->process(inputBuffers, timestamp); } Plugin::FeatureSet PluginWrapper::getRemainingFeatures() { return m_plugin->getRemainingFeatures(); } } } _VAMP_SDK_HOSTSPACE_END(PluginWrapper.cpp) vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/RealTime.cpp0000644000000000000000000000323413660464475020374 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include "../vamp-sdk/RealTime.cpp" vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/Window.h0000644000000000000000000001057313660464475017612 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2011 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _WINDOW_H_ #define _WINDOW_H_ #include #include #include _VAMP_SDK_HOSTSPACE_BEGIN(Window.h) template class Window { public: enum WindowType { RectangularWindow, BartlettWindow, HammingWindow, HanningWindow, BlackmanWindow, NuttallWindow, BlackmanHarrisWindow }; /** * Construct a windower of the given type. */ Window(WindowType type, size_t size) : m_type(type), m_size(size) { encache(); } Window(const Window &w) : m_type(w.m_type), m_size(w.m_size) { encache(); } Window &operator=(const Window &w) { if (&w == this) return *this; m_type = w.m_type; m_size = w.m_size; encache(); return *this; } virtual ~Window() { delete[] m_cache; } void cut(T *src) const { cut(src, src); } void cut(T *src, T *dst) const { for (size_t i = 0; i < m_size; ++i) dst[i] = src[i] * m_cache[i]; } template void cut(T0 *src, T1 *dst) const { for (size_t i = 0; i < m_size; ++i) dst[i] = src[i] * m_cache[i]; } T getArea() { return m_area; } T getValue(size_t i) { return m_cache[i]; } WindowType getType() const { return m_type; } size_t getSize() const { return m_size; } protected: WindowType m_type; size_t m_size; T *m_cache; T m_area; void encache(); void cosinewin(T *, T, T, T, T); }; template void Window::encache() { int n = int(m_size); T *mult = new T[n]; int i; for (i = 0; i < n; ++i) mult[i] = 1.0; switch (m_type) { case RectangularWindow: for (i = 0; i < n; ++i) { mult[i] *= 0.5; } break; case BartlettWindow: for (i = 0; i < n/2; ++i) { mult[i] *= (i / T(n/2)); mult[i + n/2] *= (1.0 - (i / T(n/2))); } break; case HammingWindow: cosinewin(mult, 0.54, 0.46, 0.0, 0.0); break; case HanningWindow: cosinewin(mult, 0.50, 0.50, 0.0, 0.0); break; case BlackmanWindow: cosinewin(mult, 0.42, 0.50, 0.08, 0.0); break; case NuttallWindow: cosinewin(mult, 0.3635819, 0.4891775, 0.1365995, 0.0106411); break; case BlackmanHarrisWindow: cosinewin(mult, 0.35875, 0.48829, 0.14128, 0.01168); break; } m_cache = mult; m_area = 0; for (int i = 0; i < n; ++i) { m_area += m_cache[i]; } m_area /= n; } template void Window::cosinewin(T *mult, T a0, T a1, T a2, T a3) { int n = int(m_size); for (int i = 0; i < n; ++i) { mult[i] *= (a0 - a1 * cos((2 * M_PI * i) / n) + a2 * cos((4 * M_PI * i) / n) - a3 * cos((6 * M_PI * i) / n)); } } _VAMP_SDK_HOSTSPACE_END(Window.h) #endif vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/acsymbols.c0000644000000000000000000000146513660464475020332 0ustar 00000000000000/* These stubs are provided so that autoconf can check library * versions using C symbols only */ extern void libvamphostsdk_v_2_10_present(void) { } extern void libvamphostsdk_v_2_9_present(void) { } extern void libvamphostsdk_v_2_8_present(void) { } extern void libvamphostsdk_v_2_7_1_present(void) { } extern void libvamphostsdk_v_2_7_present(void) { } extern void libvamphostsdk_v_2_6_present(void) { } extern void libvamphostsdk_v_2_5_present(void) { } extern void libvamphostsdk_v_2_4_present(void) { } extern void libvamphostsdk_v_2_3_1_present(void) { } extern void libvamphostsdk_v_2_3_present(void) { } extern void libvamphostsdk_v_2_2_1_present(void) { } extern void libvamphostsdk_v_2_2_present(void) { } extern void libvamphostsdk_v_2_1_present(void) { } extern void libvamphostsdk_v_2_0_present(void) { } vamp-plugin-sdk-2.10.0/src/vamp-hostsdk/host-c.cpp0000644000000000000000000001030213660464475020061 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2015 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include "Files.h" #include #include #include using namespace std; static vector files; static map cnames; static bool haveFiles = false; struct vhLibrary_t { vhLibrary_t(void *h, VampGetPluginDescriptorFunction f) : handle(h), func(f), nplugins(0) { } void *handle; VampGetPluginDescriptorFunction func; int nplugins; }; static void initFilenames() { if (!haveFiles) { files = Files::listLibraryFiles(); for (size_t i = 0; i < files.size(); ++i) { cnames[files[i]] = strdup(Files::lcBasename(files[i]).c_str()); } haveFiles = true; } } int vhGetLibraryCount() { initFilenames(); return int(files.size()); } const char *vhGetLibraryName(int index) { initFilenames(); if (index >= 0 && index < int(files.size())) { return cnames[files[index]]; } else return 0; } int vhGetLibraryIndex(const char *name) { for (size_t i = 0; i < files.size(); ++i) { if (Files::lcBasename(name) == Files::lcBasename(files[i])) { return i; } } return -1; } vhLibrary vhLoadLibrary(int index) { initFilenames(); if (index < 0 || index >= int(files.size())) { return 0; } string fullPath = files[index]; void *lib = Files::loadLibrary(fullPath); if (!lib) return 0; VampGetPluginDescriptorFunction func = (VampGetPluginDescriptorFunction)Files::lookupInLibrary (lib, "vampGetPluginDescriptor"); if (!func) { cerr << "vhLoadLibrary: No vampGetPluginDescriptor function found in library \"" << fullPath << "\"" << endl; Files::unloadLibrary(lib); return 0; } vhLibrary_t *vhl = new vhLibrary_t(lib, func); while (vhl->func(VAMP_API_VERSION, vhl->nplugins)) { ++vhl->nplugins; } return vhl; } int vhGetPluginCount(vhLibrary library) { vhLibrary_t *vhl = static_cast(library); if (vhl) return vhl->nplugins; else return 0; } const VampPluginDescriptor *vhGetPluginDescriptor(vhLibrary library, int plugin) { vhLibrary_t *vhl = static_cast(library); if (vhl && plugin >= 0 && plugin < vhl->nplugins) { return vhl->func(VAMP_API_VERSION, plugin); } else { return 0; } } void vhUnloadLibrary(vhLibrary library) { vhLibrary_t *vhl = static_cast(library); if (vhl && vhl->handle) { Files::unloadLibrary(vhl->handle); } delete vhl; } vamp-plugin-sdk-2.10.0/src/vamp-sdk/FFT.cpp0000644000000000000000000001476313660464475016424 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2012 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include #include #include #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 10 ) #error Unexpected version of Vamp SDK header included #endif _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) #include "FFTimpl.cpp" namespace Vamp { using namespace Kiss; void FFT::forward(unsigned int un, const double *ri, const double *ii, double *ro, double *io) { int n(un); vamp_kiss_fft_cfg c = vamp_kiss_fft_alloc(n, false, 0, 0); vamp_kiss_fft_cpx *in = new vamp_kiss_fft_cpx[n]; vamp_kiss_fft_cpx *out = new vamp_kiss_fft_cpx[n]; for (int i = 0; i < n; ++i) { in[i].r = ri[i]; in[i].i = 0; } if (ii) { for (int i = 0; i < n; ++i) { in[i].i = ii[i]; } } vamp_kiss_fft(c, in, out); for (int i = 0; i < n; ++i) { ro[i] = out[i].r; io[i] = out[i].i; } vamp_kiss_fft_free(c); delete[] in; delete[] out; } void FFT::inverse(unsigned int un, const double *ri, const double *ii, double *ro, double *io) { int n(un); vamp_kiss_fft_cfg c = vamp_kiss_fft_alloc(n, true, 0, 0); vamp_kiss_fft_cpx *in = new vamp_kiss_fft_cpx[n]; vamp_kiss_fft_cpx *out = new vamp_kiss_fft_cpx[n]; for (int i = 0; i < n; ++i) { in[i].r = ri[i]; in[i].i = 0; } if (ii) { for (int i = 0; i < n; ++i) { in[i].i = ii[i]; } } vamp_kiss_fft(c, in, out); double scale = 1.0 / double(n); for (int i = 0; i < n; ++i) { ro[i] = out[i].r * scale; io[i] = out[i].i * scale; } vamp_kiss_fft_free(c); delete[] in; delete[] out; } class FFTComplex::D { public: D(int n) : m_n(n), m_fconf(vamp_kiss_fft_alloc(n, false, 0, 0)), m_iconf(vamp_kiss_fft_alloc(n, true, 0, 0)), m_ci(new vamp_kiss_fft_cpx[m_n]), m_co(new vamp_kiss_fft_cpx[m_n]) { } ~D() { vamp_kiss_fftr_free(m_fconf); vamp_kiss_fftr_free(m_iconf); delete[] m_ci; delete[] m_co; } void forward(const double *ci, double *co) { for (int i = 0; i < m_n; ++i) { m_ci[i].r = ci[i*2]; m_ci[i].i = ci[i*2+1]; } vamp_kiss_fft(m_fconf, m_ci, m_co); for (int i = 0; i < m_n; ++i) { co[i*2] = m_co[i].r; co[i*2+1] = m_co[i].i; } } void inverse(const double *ci, double *co) { for (int i = 0; i < m_n; ++i) { m_ci[i].r = ci[i*2]; m_ci[i].i = ci[i*2+1]; } vamp_kiss_fft(m_iconf, m_ci, m_co); double scale = 1.0 / double(m_n); for (int i = 0; i < m_n; ++i) { co[i*2] = m_co[i].r * scale; co[i*2+1] = m_co[i].i * scale; } } private: int m_n; vamp_kiss_fft_cfg m_fconf; vamp_kiss_fft_cfg m_iconf; vamp_kiss_fft_cpx *m_ci; vamp_kiss_fft_cpx *m_co; }; FFTComplex::FFTComplex(unsigned int n) : m_d(new D(n)) { } FFTComplex::~FFTComplex() { delete m_d; } void FFTComplex::forward(const double *ci, double *co) { m_d->forward(ci, co); } void FFTComplex::inverse(const double *ci, double *co) { m_d->inverse(ci, co); } class FFTReal::D { public: D(int n) : m_n(n), m_fconf(vamp_kiss_fftr_alloc(n, false, 0, 0)), m_iconf(vamp_kiss_fftr_alloc(n, true, 0, 0)), m_ri(new vamp_kiss_fft_scalar[m_n]), m_ro(new vamp_kiss_fft_scalar[m_n]), m_freq(new vamp_kiss_fft_cpx[n/2+1]) { } ~D() { vamp_kiss_fftr_free(m_fconf); vamp_kiss_fftr_free(m_iconf); delete[] m_ri; delete[] m_ro; delete[] m_freq; } void forward(const double *ri, double *co) { for (int i = 0; i < m_n; ++i) { // in case vamp_kiss_fft_scalar is float m_ri[i] = ri[i]; } vamp_kiss_fftr(m_fconf, m_ri, m_freq); int hs = m_n/2 + 1; for (int i = 0; i < hs; ++i) { co[i*2] = m_freq[i].r; co[i*2+1] = m_freq[i].i; } } void inverse(const double *ci, double *ro) { int hs = m_n/2 + 1; for (int i = 0; i < hs; ++i) { m_freq[i].r = ci[i*2]; m_freq[i].i = ci[i*2+1]; } vamp_kiss_fftri(m_iconf, m_freq, m_ro); double scale = 1.0 / double(m_n); for (int i = 0; i < m_n; ++i) { ro[i] = m_ro[i] * scale; } } private: int m_n; vamp_kiss_fftr_cfg m_fconf; vamp_kiss_fftr_cfg m_iconf; vamp_kiss_fft_scalar *m_ri; vamp_kiss_fft_scalar *m_ro; vamp_kiss_fft_cpx *m_freq; }; FFTReal::FFTReal(unsigned int n) : m_d(new D(n)) { } FFTReal::~FFTReal() { delete m_d; } void FFTReal::forward(const double *ri, double *co) { m_d->forward(ri, co); } void FFTReal::inverse(const double *ci, double *ro) { m_d->inverse(ci, ro); } } _VAMP_SDK_PLUGSPACE_END(FFT.cpp) vamp-plugin-sdk-2.10.0/src/vamp-sdk/FFTimpl.cpp0000644000000000000000000000153213660464475017274 0ustar 00000000000000 // Override C linkage for KissFFT headers. So long as we have already // included all of the other (system etc) headers KissFFT depends on, // this should work out OK #define VAMP_KISSFFT_USE_CPP_LINKAGE 1 namespace Kiss { #ifdef SINGLE_PRECISION_FFT #pragma message("Using single-precision FFTs") typedef float vamp_kiss_fft_scalar; #define vamp_kiss_fft_scalar float #else typedef double vamp_kiss_fft_scalar; #define vamp_kiss_fft_scalar double #endif #include "ext/vamp_kiss_fft.c" #include "ext/vamp_kiss_fftr.c" #undef vamp_kiss_fft_scalar // leaving only the namespaced typedef } // Check that this worked, i.e. that we have our own suitably // hacked KissFFT header which set this after making the // appropriate change #ifndef VAMP_KISSFFT_USED_CPP_LINKAGE #error "KissFFT header lacks specific linkage adjustment needed for Vamp SDK" #endif vamp-plugin-sdk-2.10.0/src/vamp-sdk/PluginAdapter.cpp0000644000000000000000000007762013660464475020545 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #include #include #include #include #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 10 ) #error Unexpected version of Vamp SDK header included #endif using std::map; using std::vector; using std::string; using std::cerr; using std::endl; using std::mutex; using std::lock_guard; //#define DEBUG_PLUGIN_ADAPTER 1 _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.cpp) namespace Vamp { class PluginAdapterBase::Impl { public: Impl(PluginAdapterBase *); ~Impl(); const VampPluginDescriptor *getDescriptor(); protected: PluginAdapterBase *m_base; static VampPluginHandle vampInstantiate(const VampPluginDescriptor *desc, float inputSampleRate); static void vampCleanup(VampPluginHandle handle); static int vampInitialise(VampPluginHandle handle, unsigned int channels, unsigned int stepSize, unsigned int blockSize); static void vampReset(VampPluginHandle handle); static float vampGetParameter(VampPluginHandle handle, int param); static void vampSetParameter(VampPluginHandle handle, int param, float value); static unsigned int vampGetCurrentProgram(VampPluginHandle handle); static void vampSelectProgram(VampPluginHandle handle, unsigned int program); static unsigned int vampGetPreferredStepSize(VampPluginHandle handle); static unsigned int vampGetPreferredBlockSize(VampPluginHandle handle); static unsigned int vampGetMinChannelCount(VampPluginHandle handle); static unsigned int vampGetMaxChannelCount(VampPluginHandle handle); static unsigned int vampGetOutputCount(VampPluginHandle handle); static VampOutputDescriptor *vampGetOutputDescriptor(VampPluginHandle handle, unsigned int i); static void vampReleaseOutputDescriptor(VampOutputDescriptor *desc); static VampFeatureList *vampProcess(VampPluginHandle handle, const float *const *inputBuffers, int sec, int nsec); static VampFeatureList *vampGetRemainingFeatures(VampPluginHandle handle); static void vampReleaseFeatureSet(VampFeatureList *fs); void checkOutputMap(Plugin *plugin); void markOutputsChanged(Plugin *plugin); void cleanup(Plugin *plugin); unsigned int getOutputCount(Plugin *plugin); VampOutputDescriptor *getOutputDescriptor(Plugin *plugin, unsigned int i); VampFeatureList *process(Plugin *plugin, const float *const *inputBuffers, int sec, int nsec); VampFeatureList *getRemainingFeatures(Plugin *plugin); VampFeatureList *convertFeatures(Plugin *plugin, const Plugin::FeatureSet &features); // maps both plugins and descriptors to adapters typedef map AdapterMap; static AdapterMap *m_adapterMap; static mutex &adapterMapMutex() { // If this mutex was a global static, then it might be // destroyed before the last adapter, and we would end up // trying to lock an invalid mutex when removing an adapter // from the adapter map. To ensure it outlasts the adapters, // we need to ensure it is constructed before the construction // of any of them is complete, since destruction order is // reverse of construction. So we have to make sure this is // called from the PluginAdapterBase::Impl constructor below. static mutex m; return m; } static Impl *lookupAdapter(VampPluginHandle); mutex m_mutex; // guards all of the below bool m_populated; VampPluginDescriptor m_descriptor; Plugin::ParameterList m_parameters; Plugin::ProgramList m_programs; typedef map OutputMap; OutputMap m_pluginOutputs; map m_fs; map > m_fsizes; map > > m_fvsizes; void resizeFS(Plugin *plugin, int n); void resizeFL(Plugin *plugin, int n, size_t sz); void resizeFV(Plugin *plugin, int n, int j, size_t sz); }; PluginAdapterBase::PluginAdapterBase() { m_impl = new Impl(this); } PluginAdapterBase::~PluginAdapterBase() { delete m_impl; } const VampPluginDescriptor * PluginAdapterBase::getDescriptor() { return m_impl->getDescriptor(); } PluginAdapterBase::Impl::Impl(PluginAdapterBase *base) : m_base(base), m_populated(false) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl[" << this << "]::Impl" << endl; #endif (void)adapterMapMutex(); // see comment in adapterMapMutex function above } const VampPluginDescriptor * PluginAdapterBase::Impl::getDescriptor() { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl[" << this << "]::getDescriptor" << endl; #endif lock_guard guard(m_mutex); if (m_populated) return &m_descriptor; Plugin *plugin = m_base->createPlugin(48000); if (!plugin) { cerr << "PluginAdapterBase::Impl::getDescriptor: Failed to create plugin" << endl; return 0; } if (plugin->getVampApiVersion() != VAMP_API_VERSION) { cerr << "Vamp::PluginAdapterBase::Impl::getDescriptor: ERROR: " << "API version " << plugin->getVampApiVersion() << " for\nplugin \"" << plugin->getIdentifier() << "\" " << "differs from version " << VAMP_API_VERSION << " for adapter.\n" << "This plugin is probably linked against a different version of the Vamp SDK\n" << "from the version it was compiled with. It will need to be re-linked correctly\n" << "before it can be used." << endl; delete plugin; return 0; } m_parameters = plugin->getParameterDescriptors(); m_programs = plugin->getPrograms(); m_descriptor.vampApiVersion = plugin->getVampApiVersion(); m_descriptor.identifier = strdup(plugin->getIdentifier().c_str()); m_descriptor.name = strdup(plugin->getName().c_str()); m_descriptor.description = strdup(plugin->getDescription().c_str()); m_descriptor.maker = strdup(plugin->getMaker().c_str()); m_descriptor.pluginVersion = plugin->getPluginVersion(); m_descriptor.copyright = strdup(plugin->getCopyright().c_str()); m_descriptor.parameterCount = m_parameters.size(); m_descriptor.parameters = (const VampParameterDescriptor **) malloc(m_parameters.size() * sizeof(VampParameterDescriptor)); unsigned int i; for (i = 0; i < m_parameters.size(); ++i) { VampParameterDescriptor *desc = (VampParameterDescriptor *) malloc(sizeof(VampParameterDescriptor)); desc->identifier = strdup(m_parameters[i].identifier.c_str()); desc->name = strdup(m_parameters[i].name.c_str()); desc->description = strdup(m_parameters[i].description.c_str()); desc->unit = strdup(m_parameters[i].unit.c_str()); desc->minValue = m_parameters[i].minValue; desc->maxValue = m_parameters[i].maxValue; desc->defaultValue = m_parameters[i].defaultValue; desc->isQuantized = m_parameters[i].isQuantized; desc->quantizeStep = m_parameters[i].quantizeStep; desc->valueNames = 0; if (desc->isQuantized && !m_parameters[i].valueNames.empty()) { desc->valueNames = (const char **) malloc((m_parameters[i].valueNames.size()+1) * sizeof(char *)); for (unsigned int j = 0; j < m_parameters[i].valueNames.size(); ++j) { desc->valueNames[j] = strdup(m_parameters[i].valueNames[j].c_str()); } desc->valueNames[m_parameters[i].valueNames.size()] = 0; } m_descriptor.parameters[i] = desc; } m_descriptor.programCount = m_programs.size(); m_descriptor.programs = (const char **) malloc(m_programs.size() * sizeof(const char *)); for (i = 0; i < m_programs.size(); ++i) { m_descriptor.programs[i] = strdup(m_programs[i].c_str()); } if (plugin->getInputDomain() == Plugin::FrequencyDomain) { m_descriptor.inputDomain = vampFrequencyDomain; } else { m_descriptor.inputDomain = vampTimeDomain; } m_descriptor.instantiate = vampInstantiate; m_descriptor.cleanup = vampCleanup; m_descriptor.initialise = vampInitialise; m_descriptor.reset = vampReset; m_descriptor.getParameter = vampGetParameter; m_descriptor.setParameter = vampSetParameter; m_descriptor.getCurrentProgram = vampGetCurrentProgram; m_descriptor.selectProgram = vampSelectProgram; m_descriptor.getPreferredStepSize = vampGetPreferredStepSize; m_descriptor.getPreferredBlockSize = vampGetPreferredBlockSize; m_descriptor.getMinChannelCount = vampGetMinChannelCount; m_descriptor.getMaxChannelCount = vampGetMaxChannelCount; m_descriptor.getOutputCount = vampGetOutputCount; m_descriptor.getOutputDescriptor = vampGetOutputDescriptor; m_descriptor.releaseOutputDescriptor = vampReleaseOutputDescriptor; m_descriptor.process = vampProcess; m_descriptor.getRemainingFeatures = vampGetRemainingFeatures; m_descriptor.releaseFeatureSet = vampReleaseFeatureSet; lock_guard adapterMapGuard(adapterMapMutex()); if (!m_adapterMap) { m_adapterMap = new AdapterMap; } (*m_adapterMap)[&m_descriptor] = this; delete plugin; m_populated = true; return &m_descriptor; } PluginAdapterBase::Impl::~Impl() { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl[" << this << "]::~Impl" << endl; #endif lock_guard guard(m_mutex); if (!m_populated) return; free((void *)m_descriptor.identifier); free((void *)m_descriptor.name); free((void *)m_descriptor.description); free((void *)m_descriptor.maker); free((void *)m_descriptor.copyright); for (unsigned int i = 0; i < m_descriptor.parameterCount; ++i) { const VampParameterDescriptor *desc = m_descriptor.parameters[i]; free((void *)desc->identifier); free((void *)desc->name); free((void *)desc->description); free((void *)desc->unit); if (desc->valueNames) { for (unsigned int j = 0; desc->valueNames[j]; ++j) { free((void *)desc->valueNames[j]); } free((void *)desc->valueNames); } free((void *)desc); } free((void *)m_descriptor.parameters); for (unsigned int i = 0; i < m_descriptor.programCount; ++i) { free((void *)m_descriptor.programs[i]); } free((void *)m_descriptor.programs); lock_guard adapterMapGuard(adapterMapMutex()); if (m_adapterMap) { m_adapterMap->erase(&m_descriptor); if (m_adapterMap->empty()) { delete m_adapterMap; m_adapterMap = 0; } } } PluginAdapterBase::Impl * PluginAdapterBase::Impl::lookupAdapter(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::lookupAdapter(" << handle << ")" << endl; #endif lock_guard adapterMapGuard(adapterMapMutex()); if (!m_adapterMap) return 0; AdapterMap::const_iterator i = m_adapterMap->find(handle); if (i == m_adapterMap->end()) return 0; return i->second; } VampPluginHandle PluginAdapterBase::Impl::vampInstantiate(const VampPluginDescriptor *desc, float inputSampleRate) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampInstantiate(" << desc << ")" << endl; #endif lock_guard adapterMapGuard(adapterMapMutex()); if (!m_adapterMap) { m_adapterMap = new AdapterMap(); } if (m_adapterMap->find(desc) == m_adapterMap->end()) { cerr << "WARNING: PluginAdapterBase::Impl::vampInstantiate: Descriptor " << desc << " not in adapter map" << endl; return 0; } Impl *adapter = (*m_adapterMap)[desc]; if (desc != &adapter->m_descriptor) return 0; Plugin *plugin = adapter->m_base->createPlugin(inputSampleRate); if (plugin) { (*m_adapterMap)[plugin] = adapter; } #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampInstantiate(" << desc << "): returning handle " << plugin << endl; #endif return plugin; } void PluginAdapterBase::Impl::vampCleanup(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampCleanup(" << handle << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) { delete ((Plugin *)handle); return; } adapter->cleanup(((Plugin *)handle)); } int PluginAdapterBase::Impl::vampInitialise(VampPluginHandle handle, unsigned int channels, unsigned int stepSize, unsigned int blockSize) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampInitialise(" << handle << ", " << channels << ", " << stepSize << ", " << blockSize << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return 0; bool result = ((Plugin *)handle)->initialise(channels, stepSize, blockSize); adapter->markOutputsChanged((Plugin *)handle); return result ? 1 : 0; } void PluginAdapterBase::Impl::vampReset(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampReset(" << handle << ")" << endl; #endif ((Plugin *)handle)->reset(); } float PluginAdapterBase::Impl::vampGetParameter(VampPluginHandle handle, int param) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetParameter(" << handle << ", " << param << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return 0.0; Plugin::ParameterList &list = adapter->m_parameters; return ((Plugin *)handle)->getParameter(list[param].identifier); } void PluginAdapterBase::Impl::vampSetParameter(VampPluginHandle handle, int param, float value) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampSetParameter(" << handle << ", " << param << ", " << value << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return; Plugin::ParameterList &list = adapter->m_parameters; ((Plugin *)handle)->setParameter(list[param].identifier, value); adapter->markOutputsChanged((Plugin *)handle); } unsigned int PluginAdapterBase::Impl::vampGetCurrentProgram(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetCurrentProgram(" << handle << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return 0; Plugin::ProgramList &list = adapter->m_programs; string program = ((Plugin *)handle)->getCurrentProgram(); for (unsigned int i = 0; i < list.size(); ++i) { if (list[i] == program) return i; } return 0; } void PluginAdapterBase::Impl::vampSelectProgram(VampPluginHandle handle, unsigned int program) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampSelectProgram(" << handle << ", " << program << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return; Plugin::ProgramList &list = adapter->m_programs; ((Plugin *)handle)->selectProgram(list[program]); adapter->markOutputsChanged((Plugin *)handle); } unsigned int PluginAdapterBase::Impl::vampGetPreferredStepSize(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetPreferredStepSize(" << handle << ")" << endl; #endif return ((Plugin *)handle)->getPreferredStepSize(); } unsigned int PluginAdapterBase::Impl::vampGetPreferredBlockSize(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetPreferredBlockSize(" << handle << ")" << endl; #endif return ((Plugin *)handle)->getPreferredBlockSize(); } unsigned int PluginAdapterBase::Impl::vampGetMinChannelCount(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetMinChannelCount(" << handle << ")" << endl; #endif return ((Plugin *)handle)->getMinChannelCount(); } unsigned int PluginAdapterBase::Impl::vampGetMaxChannelCount(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetMaxChannelCount(" << handle << ")" << endl; #endif return ((Plugin *)handle)->getMaxChannelCount(); } unsigned int PluginAdapterBase::Impl::vampGetOutputCount(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetOutputCount(" << handle << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); // cerr << "vampGetOutputCount: handle " << handle << " -> adapter "<< adapter << endl; if (!adapter) return 0; return adapter->getOutputCount((Plugin *)handle); } VampOutputDescriptor * PluginAdapterBase::Impl::vampGetOutputDescriptor(VampPluginHandle handle, unsigned int i) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetOutputDescriptor(" << handle << ", " << i << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); // cerr << "vampGetOutputDescriptor: handle " << handle << " -> adapter "<< adapter << endl; if (!adapter) return 0; return adapter->getOutputDescriptor((Plugin *)handle, i); } void PluginAdapterBase::Impl::vampReleaseOutputDescriptor(VampOutputDescriptor *desc) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampReleaseOutputDescriptor(" << desc << ")" << endl; #endif if (desc->identifier) free((void *)desc->identifier); if (desc->name) free((void *)desc->name); if (desc->description) free((void *)desc->description); if (desc->unit) free((void *)desc->unit); if (desc->hasFixedBinCount && desc->binNames) { for (unsigned int i = 0; i < desc->binCount; ++i) { if (desc->binNames[i]) { free((void *)desc->binNames[i]); } } } if (desc->binNames) free((void *)desc->binNames); free((void *)desc); } VampFeatureList * PluginAdapterBase::Impl::vampProcess(VampPluginHandle handle, const float *const *inputBuffers, int sec, int nsec) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampProcess(" << handle << ", " << sec << ", " << nsec << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return 0; return adapter->process((Plugin *)handle, inputBuffers, sec, nsec); } VampFeatureList * PluginAdapterBase::Impl::vampGetRemainingFeatures(VampPluginHandle handle) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampGetRemainingFeatures(" << handle << ")" << endl; #endif Impl *adapter = lookupAdapter(handle); if (!adapter) return 0; return adapter->getRemainingFeatures((Plugin *)handle); } void PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *) { #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::vampReleaseFeatureSet" << endl; #endif } void PluginAdapterBase::Impl::cleanup(Plugin *plugin) { // at this point no mutex is held lock_guard adapterMapGuard(adapterMapMutex()); lock_guard guard(m_mutex); if (m_fs.find(plugin) != m_fs.end()) { size_t outputCount = 0; if (m_pluginOutputs[plugin]) { outputCount = m_pluginOutputs[plugin]->size(); } #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::cleanup: " << outputCount << " output(s)" << endl; #endif VampFeatureList *list = m_fs[plugin]; for (unsigned int i = 0; i < outputCount; ++i) { for (unsigned int j = 0; j < m_fsizes[plugin][i]; ++j) { if (list[i].features[j].v1.label) { free(list[i].features[j].v1.label); } if (list[i].features[j].v1.values) { free(list[i].features[j].v1.values); } } if (list[i].features) free(list[i].features); } if (list) free((void *)list); m_fs.erase(plugin); m_fsizes.erase(plugin); m_fvsizes.erase(plugin); } if (m_pluginOutputs.find(plugin) != m_pluginOutputs.end()) { delete m_pluginOutputs[plugin]; m_pluginOutputs.erase(plugin); } if (m_adapterMap) { m_adapterMap->erase(plugin); if (m_adapterMap->empty()) { delete m_adapterMap; m_adapterMap = 0; } } delete ((Plugin *)plugin); } void PluginAdapterBase::Impl::checkOutputMap(Plugin *plugin) { // must be called with m_mutex held OutputMap::iterator i = m_pluginOutputs.find(plugin); if (i == m_pluginOutputs.end() || !i->second) { m_pluginOutputs[plugin] = new Plugin::OutputList (plugin->getOutputDescriptors()); // cerr << "PluginAdapterBase::Impl::checkOutputMap: Have " << m_pluginOutputs[plugin]->size() << " outputs for plugin " << plugin->getIdentifier() << endl; } } void PluginAdapterBase::Impl::markOutputsChanged(Plugin *plugin) { lock_guard guard(m_mutex); OutputMap::iterator i = m_pluginOutputs.find(plugin); // cerr << "PluginAdapterBase::Impl::markOutputsChanged" << endl; if (i != m_pluginOutputs.end()) { Plugin::OutputList *list = i->second; m_pluginOutputs.erase(i); delete list; } } unsigned int PluginAdapterBase::Impl::getOutputCount(Plugin *plugin) { lock_guard guard(m_mutex); checkOutputMap(plugin); return m_pluginOutputs[plugin]->size(); } VampOutputDescriptor * PluginAdapterBase::Impl::getOutputDescriptor(Plugin *plugin, unsigned int i) { lock_guard guard(m_mutex); checkOutputMap(plugin); Plugin::OutputDescriptor &od = (*m_pluginOutputs[plugin])[i]; VampOutputDescriptor *desc = (VampOutputDescriptor *) malloc(sizeof(VampOutputDescriptor)); desc->identifier = strdup(od.identifier.c_str()); desc->name = strdup(od.name.c_str()); desc->description = strdup(od.description.c_str()); desc->unit = strdup(od.unit.c_str()); desc->hasFixedBinCount = od.hasFixedBinCount; desc->binCount = od.binCount; if (od.hasFixedBinCount && od.binCount > 0 // We would like to do "&& !od.binNames.empty()" here -- but we // can't, because it will crash older versions of the host adapter // which try to copy the names across whenever the bin count is // non-zero, regardless of whether they exist or not ) { desc->binNames = (const char **) malloc(od.binCount * sizeof(const char *)); for (unsigned int i = 0; i < od.binCount; ++i) { if (i < od.binNames.size()) { desc->binNames[i] = strdup(od.binNames[i].c_str()); } else { desc->binNames[i] = 0; } } } else { desc->binNames = 0; } desc->hasKnownExtents = od.hasKnownExtents; desc->minValue = od.minValue; desc->maxValue = od.maxValue; desc->isQuantized = od.isQuantized; desc->quantizeStep = od.quantizeStep; switch (od.sampleType) { case Plugin::OutputDescriptor::OneSamplePerStep: desc->sampleType = vampOneSamplePerStep; break; case Plugin::OutputDescriptor::FixedSampleRate: desc->sampleType = vampFixedSampleRate; break; case Plugin::OutputDescriptor::VariableSampleRate: desc->sampleType = vampVariableSampleRate; break; } desc->sampleRate = od.sampleRate; desc->hasDuration = od.hasDuration; return desc; } VampFeatureList * PluginAdapterBase::Impl::process(Plugin *plugin, const float *const *inputBuffers, int sec, int nsec) { // cerr << "PluginAdapterBase::Impl::process" << endl; RealTime rt(sec, nsec); // We don't want to hold the mutex during the actual process call, // only while looking up the associated metadata { lock_guard guard(m_mutex); checkOutputMap(plugin); } return convertFeatures(plugin, plugin->process(inputBuffers, rt)); } VampFeatureList * PluginAdapterBase::Impl::getRemainingFeatures(Plugin *plugin) { // cerr << "PluginAdapterBase::Impl::getRemainingFeatures" << endl; // We don't want to hold the mutex during the actual call, only // while looking up the associated metadata { lock_guard guard(m_mutex); checkOutputMap(plugin); } return convertFeatures(plugin, plugin->getRemainingFeatures()); } VampFeatureList * PluginAdapterBase::Impl::convertFeatures(Plugin *plugin, const Plugin::FeatureSet &features) { lock_guard guard(m_mutex); int lastN = -1; int outputCount = 0; if (m_pluginOutputs[plugin]) outputCount = m_pluginOutputs[plugin]->size(); resizeFS(plugin, outputCount); VampFeatureList *fs = m_fs[plugin]; // cerr << "PluginAdapter(v2)::convertFeatures: NOTE: sizeof(Feature) == " << sizeof(Plugin::Feature) << ", sizeof(VampFeature) == " << sizeof(VampFeature) << ", sizeof(VampFeatureList) == " << sizeof(VampFeatureList) << endl; for (Plugin::FeatureSet::const_iterator fi = features.begin(); fi != features.end(); ++fi) { int n = fi->first; // cerr << "PluginAdapterBase::Impl::convertFeatures: n = " << n << endl; if (n >= int(outputCount)) { cerr << "WARNING: PluginAdapterBase::Impl::convertFeatures: Too many outputs from plugin (" << n+1 << ", only should be " << outputCount << ")" << endl; continue; } if (n > lastN + 1) { for (int i = lastN + 1; i < n; ++i) { fs[i].featureCount = 0; } } const Plugin::FeatureList &fl = fi->second; size_t sz = fl.size(); if (sz > m_fsizes[plugin][n]) resizeFL(plugin, n, sz); fs[n].featureCount = sz; for (size_t j = 0; j < sz; ++j) { // cerr << "PluginAdapterBase::Impl::convertFeatures: j = " << j << endl; VampFeature *feature = &fs[n].features[j].v1; feature->hasTimestamp = fl[j].hasTimestamp; feature->sec = fl[j].timestamp.sec; feature->nsec = fl[j].timestamp.nsec; feature->valueCount = fl[j].values.size(); VampFeatureV2 *v2 = &fs[n].features[j + sz].v2; v2->hasDuration = fl[j].hasDuration; v2->durationSec = fl[j].duration.sec; v2->durationNsec = fl[j].duration.nsec; if (feature->label) free(feature->label); if (fl[j].label.empty()) { feature->label = 0; } else { feature->label = strdup(fl[j].label.c_str()); } if (feature->valueCount > m_fvsizes[plugin][n][j]) { resizeFV(plugin, n, j, feature->valueCount); } for (unsigned int k = 0; k < feature->valueCount; ++k) { // cerr << "PluginAdapterBase::Impl::convertFeatures: k = " << k << endl; feature->values[k] = fl[j].values[k]; } } lastN = n; } if (lastN == -1) return 0; if (int(outputCount) > lastN + 1) { for (int i = lastN + 1; i < int(outputCount); ++i) { fs[i].featureCount = 0; } } // cerr << "PluginAdapter(v2)::convertFeatures: NOTE: have " << outputCount << " outputs" << endl; // for (int i = 0; i < outputCount; ++i) { // cerr << "PluginAdapter(v2)::convertFeatures: NOTE: output " << i << " has " << fs[i].featureCount << " features" << endl; // } return fs; } void PluginAdapterBase::Impl::resizeFS(Plugin *plugin, int n) { // called with m_mutex held #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::resizeFS(" << plugin << ", " << n << ")" << endl; #endif int i = m_fsizes[plugin].size(); if (i >= n) return; #ifdef DEBUG_PLUGIN_ADAPTER cerr << "resizing from " << i << endl; #endif m_fs[plugin] = (VampFeatureList *)realloc (m_fs[plugin], n * sizeof(VampFeatureList)); while (i < n) { m_fs[plugin][i].featureCount = 0; m_fs[plugin][i].features = 0; m_fsizes[plugin].push_back(0); m_fvsizes[plugin].push_back(vector()); i++; } } void PluginAdapterBase::Impl::resizeFL(Plugin *plugin, int n, size_t sz) { // called with m_mutex held #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::resizeFL(" << plugin << ", " << n << ", " << sz << ")" << endl; #endif size_t i = m_fsizes[plugin][n]; if (i >= sz) return; #ifdef DEBUG_PLUGIN_ADAPTER cerr << "resizing from " << i << endl; #endif m_fs[plugin][n].features = (VampFeatureUnion *)realloc (m_fs[plugin][n].features, 2 * sz * sizeof(VampFeatureUnion)); while (m_fsizes[plugin][n] < sz) { m_fs[plugin][n].features[m_fsizes[plugin][n]].v1.hasTimestamp = 0; m_fs[plugin][n].features[m_fsizes[plugin][n]].v1.valueCount = 0; m_fs[plugin][n].features[m_fsizes[plugin][n]].v1.values = 0; m_fs[plugin][n].features[m_fsizes[plugin][n]].v1.label = 0; m_fs[plugin][n].features[m_fsizes[plugin][n] + sz].v2.hasDuration = 0; m_fvsizes[plugin][n].push_back(0); m_fsizes[plugin][n]++; } } void PluginAdapterBase::Impl::resizeFV(Plugin *plugin, int n, int j, size_t sz) { // called with m_mutex held #ifdef DEBUG_PLUGIN_ADAPTER cerr << "PluginAdapterBase::Impl::resizeFV(" << plugin << ", " << n << ", " << j << ", " << sz << ")" << endl; #endif size_t i = m_fvsizes[plugin][n][j]; if (i >= sz) return; #ifdef DEBUG_PLUGIN_ADAPTER cerr << "resizing from " << i << endl; #endif m_fs[plugin][n].features[j].v1.values = (float *)realloc (m_fs[plugin][n].features[j].v1.values, sz * sizeof(float)); m_fvsizes[plugin][n][j] = sz; } PluginAdapterBase::Impl::AdapterMap * PluginAdapterBase::Impl::m_adapterMap = 0; } _VAMP_SDK_PLUGSPACE_END(PluginAdapter.cpp) vamp-plugin-sdk-2.10.0/src/vamp-sdk/RealTime.cpp0000644000000000000000000001445213660464475017502 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ /* This is a modified version of a source file from the Rosegarden MIDI and audio sequencer and notation editor. This file copyright 2000-2006 Chris Cannam. Relicensed by the author as detailed above. */ #include #include #if (defined(__GNUC__)) && (__GNUC__ < 3) #include #define stringstream strstream #else #include #endif using std::cerr; using std::endl; #ifndef _WIN32 #include #endif #include _VAMP_SDK_PLUGSPACE_BEGIN(RealTime.cpp) namespace Vamp { // A RealTime consists of two ints that must be at least 32 bits each. // A signed 32-bit int can store values exceeding +/- 2 billion. This // means we can safely use our lower int for nanoseconds, as there are // 1 billion nanoseconds in a second and we need to handle double that // because of the implementations of addition etc that we use. // // The maximum valid RealTime on a 32-bit system is somewhere around // 68 years: 999999999 nanoseconds longer than the classic Unix epoch. #define ONE_BILLION 1000000000 RealTime::RealTime(int s, int n) : sec(s), nsec(n) { while (nsec <= -ONE_BILLION && sec > INT_MIN) { nsec += ONE_BILLION; --sec; } while (nsec >= ONE_BILLION && sec < INT_MAX) { nsec -= ONE_BILLION; ++sec; } while (nsec > 0 && sec < 0) { nsec -= ONE_BILLION; ++sec; } while (nsec < 0 && sec > 0) { nsec += ONE_BILLION; --sec; } } RealTime RealTime::fromSeconds(double sec) { if (sec != sec) { // NaN cerr << "ERROR: NaN/Inf passed to Vamp::RealTime::fromSeconds" << endl; return RealTime::zeroTime; } else if (sec >= 0) { return RealTime(int(sec), int((sec - int(sec)) * ONE_BILLION + 0.5)); } else { return -fromSeconds(-sec); } } RealTime RealTime::fromMilliseconds(int msec) { return RealTime(msec / 1000, (msec % 1000) * 1000000); } #ifndef _WIN32 RealTime RealTime::fromTimeval(const struct timeval &tv) { return RealTime(int(tv.tv_sec), int(tv.tv_usec * 1000)); } #endif std::ostream &operator<<(std::ostream &out, const RealTime &rt) { if (rt < RealTime::zeroTime) { out << "-"; } else { out << " "; } int s = (rt.sec < 0 ? -rt.sec : rt.sec); int n = (rt.nsec < 0 ? -rt.nsec : rt.nsec); out << s << "."; int nn(n); if (nn == 0) out << "00000000"; else while (nn < (ONE_BILLION / 10)) { out << "0"; nn *= 10; } out << n << "R"; return out; } std::string RealTime::toString() const { std::stringstream out; out << *this; std::string s = out.str(); // remove trailing R return s.substr(0, s.length() - 1); } std::string RealTime::toText(bool fixedDp) const { if (*this < RealTime::zeroTime) return "-" + (-*this).toText(fixedDp); std::stringstream out; if (sec >= 3600) { out << (sec / 3600) << ":"; } if (sec >= 60) { int minutes = (sec % 3600) / 60; if (sec >= 3600 && minutes < 10) out << "0"; out << minutes << ":"; } if (sec >= 10) { out << ((sec % 60) / 10); } out << (sec % 10); int ms = msec(); if (ms != 0) { out << "."; out << (ms / 100); ms = ms % 100; if (ms != 0) { out << (ms / 10); ms = ms % 10; } else if (fixedDp) { out << "0"; } if (ms != 0) { out << ms; } else if (fixedDp) { out << "0"; } } else if (fixedDp) { out << ".000"; } std::string s = out.str(); return s; } RealTime RealTime::operator/(int d) const { int secdiv = sec / d; int secrem = sec % d; double nsecdiv = (double(nsec) + ONE_BILLION * double(secrem)) / d; return RealTime(secdiv, int(nsecdiv + 0.5)); } double RealTime::operator/(const RealTime &r) const { double lTotal = double(sec) * ONE_BILLION + double(nsec); double rTotal = double(r.sec) * ONE_BILLION + double(r.nsec); if (rTotal == 0) return 0.0; else return lTotal/rTotal; } long RealTime::realTime2Frame(const RealTime &time, unsigned int sampleRate) { if (time < zeroTime) return -realTime2Frame(-time, sampleRate); double s = time.sec + double(time.nsec) / ONE_BILLION; return long(s * sampleRate + 0.5); } RealTime RealTime::frame2RealTime(long frame, unsigned int sampleRate) { if (frame < 0) return -frame2RealTime(-frame, sampleRate); int sec = int(frame / long(sampleRate)); frame -= sec * long(sampleRate); int nsec = (int)((double(frame) / double(sampleRate)) * ONE_BILLION + 0.5); // Use ctor here instead of setting data members directly to // ensure nsec > ONE_BILLION is handled properly. It's extremely // unlikely, but not impossible. return RealTime(sec, nsec); } const RealTime RealTime::zeroTime(0,0); } _VAMP_SDK_PLUGSPACE_END(RealTime.cpp) vamp-plugin-sdk-2.10.0/src/vamp-sdk/acsymbols.c0000644000000000000000000000137513660464475017434 0ustar 00000000000000/* These stubs are provided so that autoconf can check library * versions using C symbols only */ extern void libvampsdk_v_2_10_present(void) { } extern void libvampsdk_v_2_9_present(void) { } extern void libvampsdk_v_2_8_present(void) { } extern void libvampsdk_v_2_7_1_present(void) { } extern void libvampsdk_v_2_7_present(void) { } extern void libvampsdk_v_2_6_present(void) { } extern void libvampsdk_v_2_5_present(void) { } extern void libvampsdk_v_2_4_present(void) { } extern void libvampsdk_v_2_3_1_present(void) { } extern void libvampsdk_v_2_3_present(void) { } extern void libvampsdk_v_2_2_1_present(void) { } extern void libvampsdk_v_2_2_present(void) { } extern void libvampsdk_v_2_1_present(void) { } extern void libvampsdk_v_2_0_present(void) { } vamp-plugin-sdk-2.10.0/src/vamp-sdk/ext/vamp_kiss_fft.c0000644000000000000000000003137713660464475021100 0ustar 00000000000000/* Copyright (c) 2003-2010, Mark Borgerding All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "vamp_kiss_fft_guts.h" /* The guts header contains all the multiplication and addition macros that are defined for fixed or floating point complex numbers. It also delares the kf_ internal functions. */ static void kf_bfly2( vamp_kiss_fft_cpx * Fout, const size_t fstride, const vamp_kiss_fft_cfg st, int m ) { vamp_kiss_fft_cpx * Fout2; vamp_kiss_fft_cpx * tw1 = st->twiddles; vamp_kiss_fft_cpx t; Fout2 = Fout + m; do{ C_FIXDIV(*Fout,2); C_FIXDIV(*Fout2,2); C_MUL (t, *Fout2 , *tw1); tw1 += fstride; C_SUB( *Fout2 , *Fout , t ); C_ADDTO( *Fout , t ); ++Fout2; ++Fout; }while (--m); } static void kf_bfly4( vamp_kiss_fft_cpx * Fout, const size_t fstride, const vamp_kiss_fft_cfg st, const size_t m ) { vamp_kiss_fft_cpx *tw1,*tw2,*tw3; vamp_kiss_fft_cpx scratch[6]; size_t k=m; const size_t m2=2*m; const size_t m3=3*m; tw3 = tw2 = tw1 = st->twiddles; do { C_FIXDIV(*Fout,4); C_FIXDIV(Fout[m],4); C_FIXDIV(Fout[m2],4); C_FIXDIV(Fout[m3],4); C_MUL(scratch[0],Fout[m] , *tw1 ); C_MUL(scratch[1],Fout[m2] , *tw2 ); C_MUL(scratch[2],Fout[m3] , *tw3 ); C_SUB( scratch[5] , *Fout, scratch[1] ); C_ADDTO(*Fout, scratch[1]); C_ADD( scratch[3] , scratch[0] , scratch[2] ); C_SUB( scratch[4] , scratch[0] , scratch[2] ); C_SUB( Fout[m2], *Fout, scratch[3] ); tw1 += fstride; tw2 += fstride*2; tw3 += fstride*3; C_ADDTO( *Fout , scratch[3] ); if(st->inverse) { Fout[m].r = scratch[5].r - scratch[4].i; Fout[m].i = scratch[5].i + scratch[4].r; Fout[m3].r = scratch[5].r + scratch[4].i; Fout[m3].i = scratch[5].i - scratch[4].r; }else{ Fout[m].r = scratch[5].r + scratch[4].i; Fout[m].i = scratch[5].i - scratch[4].r; Fout[m3].r = scratch[5].r - scratch[4].i; Fout[m3].i = scratch[5].i + scratch[4].r; } ++Fout; }while(--k); } static void kf_bfly3( vamp_kiss_fft_cpx * Fout, const size_t fstride, const vamp_kiss_fft_cfg st, size_t m ) { size_t k=m; const size_t m2 = 2*m; vamp_kiss_fft_cpx *tw1,*tw2; vamp_kiss_fft_cpx scratch[5]; vamp_kiss_fft_cpx epi3; epi3 = st->twiddles[fstride*m]; tw1=tw2=st->twiddles; do{ C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3); C_MUL(scratch[1],Fout[m] , *tw1); C_MUL(scratch[2],Fout[m2] , *tw2); C_ADD(scratch[3],scratch[1],scratch[2]); C_SUB(scratch[0],scratch[1],scratch[2]); tw1 += fstride; tw2 += fstride*2; Fout[m].r = Fout->r - HALF_OF(scratch[3].r); Fout[m].i = Fout->i - HALF_OF(scratch[3].i); C_MULBYSCALAR( scratch[0] , epi3.i ); C_ADDTO(*Fout,scratch[3]); Fout[m2].r = Fout[m].r + scratch[0].i; Fout[m2].i = Fout[m].i - scratch[0].r; Fout[m].r -= scratch[0].i; Fout[m].i += scratch[0].r; ++Fout; }while(--k); } static void kf_bfly5( vamp_kiss_fft_cpx * Fout, const size_t fstride, const vamp_kiss_fft_cfg st, int m ) { vamp_kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; int u; vamp_kiss_fft_cpx scratch[13]; vamp_kiss_fft_cpx * twiddles = st->twiddles; vamp_kiss_fft_cpx *tw; vamp_kiss_fft_cpx ya,yb; ya = twiddles[fstride*m]; yb = twiddles[fstride*2*m]; Fout0=Fout; Fout1=Fout0+m; Fout2=Fout0+2*m; Fout3=Fout0+3*m; Fout4=Fout0+4*m; tw=st->twiddles; for ( u=0; ur += scratch[7].r + scratch[8].r; Fout0->i += scratch[7].i + scratch[8].i; scratch[5].r = scratch[0].r + S_MUL(scratch[7].r,ya.r) + S_MUL(scratch[8].r,yb.r); scratch[5].i = scratch[0].i + S_MUL(scratch[7].i,ya.r) + S_MUL(scratch[8].i,yb.r); scratch[6].r = S_MUL(scratch[10].i,ya.i) + S_MUL(scratch[9].i,yb.i); scratch[6].i = -S_MUL(scratch[10].r,ya.i) - S_MUL(scratch[9].r,yb.i); C_SUB(*Fout1,scratch[5],scratch[6]); C_ADD(*Fout4,scratch[5],scratch[6]); scratch[11].r = scratch[0].r + S_MUL(scratch[7].r,yb.r) + S_MUL(scratch[8].r,ya.r); scratch[11].i = scratch[0].i + S_MUL(scratch[7].i,yb.r) + S_MUL(scratch[8].i,ya.r); scratch[12].r = - S_MUL(scratch[10].i,yb.i) + S_MUL(scratch[9].i,ya.i); scratch[12].i = S_MUL(scratch[10].r,yb.i) - S_MUL(scratch[9].r,ya.i); C_ADD(*Fout2,scratch[11],scratch[12]); C_SUB(*Fout3,scratch[11],scratch[12]); ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; } } /* perform the butterfly for one stage of a mixed radix FFT */ static void kf_bfly_generic( vamp_kiss_fft_cpx * Fout, const size_t fstride, const vamp_kiss_fft_cfg st, int m, int p ) { int u,k,q1,q; vamp_kiss_fft_cpx * twiddles = st->twiddles; vamp_kiss_fft_cpx t; int Norig = st->nfft; vamp_kiss_fft_cpx * scratch = (vamp_kiss_fft_cpx*)VAMP_KISS_FFT_TMP_ALLOC(sizeof(vamp_kiss_fft_cpx)*p); for ( u=0; u=Norig) twidx-=Norig; C_MUL(t,scratch[q] , twiddles[twidx] ); C_ADDTO( Fout[ k ] ,t); } k += m; } } VAMP_KISS_FFT_TMP_FREE(scratch); } static void kf_work( vamp_kiss_fft_cpx * Fout, const vamp_kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const vamp_kiss_fft_cfg st ) { vamp_kiss_fft_cpx * Fout_beg=Fout; const int p=*factors++; /* the radix */ const int m=*factors++; /* stage's fft length/p */ const vamp_kiss_fft_cpx * Fout_end = Fout + p*m; #ifdef _OPENMP // use openmp extensions at the // top-level (not recursive) if (fstride==1 && p<=5) { int k; // execute the p different work units in different threads # pragma omp parallel for for (k=0;kr = f->r; Fout->i = f->i; f += fstride*in_stride; }while(++Fout != Fout_end ); }else{ do{ // recursive call: // DFT of size m*p performed by doing // p instances of smaller DFTs of size m, // each one takes a decimated version of the input kf_work( Fout , f, fstride*p, in_stride, factors,st); f += fstride*in_stride; }while( (Fout += m) != Fout_end ); } Fout=Fout_beg; // recombine the p smaller DFTs switch (p) { case 2: kf_bfly2(Fout,fstride,st,m); break; case 3: kf_bfly3(Fout,fstride,st,m); break; case 4: kf_bfly4(Fout,fstride,st,m); break; case 5: kf_bfly5(Fout,fstride,st,m); break; default: kf_bfly_generic(Fout,fstride,st,m,p); break; } } /* facbuf is populated by p1,m1,p2,m2, ... where p[i] * m[i] = m[i-1] m0 = n */ static void kf_factor(int n,int * facbuf) { int p=4; double floor_sqrt; floor_sqrt = floor( sqrt((double)n) ); /*factor out powers of 4, powers of 2, then any remaining primes */ do { while (n % p) { switch (p) { case 4: p = 2; break; case 2: p = 3; break; default: p += 2; break; } if (p > floor_sqrt) p = n; /* no more factors, skip to end */ } n /= p; *facbuf++ = p; *facbuf++ = n; } while (n > 1); } /* * * User-callable function to allocate all necessary storage space for the fft. * * The return value is a contiguous block of memory, allocated with malloc. As such, * It can be freed with free(), rather than a kiss_fft-specific function. * */ vamp_kiss_fft_cfg vamp_kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem ) { vamp_kiss_fft_cfg st=NULL; size_t memneeded = sizeof(struct vamp_kiss_fft_state) + sizeof(vamp_kiss_fft_cpx)*(nfft-1); /* twiddle factors*/ if ( lenmem==NULL ) { st = ( vamp_kiss_fft_cfg)VAMP_KISS_FFT_MALLOC( memneeded ); }else{ if (mem != NULL && *lenmem >= memneeded) st = (vamp_kiss_fft_cfg)mem; *lenmem = memneeded; } if (st) { int i; st->nfft=nfft; st->inverse = inverse_fft; for (i=0;iinverse) phase *= -1; kf_cexp(st->twiddles+i, phase ); } kf_factor(nfft,st->factors); } return st; } void vamp_kiss_fft_free(void *mem) { free(mem); } void vamp_kiss_fft_stride(vamp_kiss_fft_cfg st,const vamp_kiss_fft_cpx *fin,vamp_kiss_fft_cpx *fout,int in_stride) { if (fin == fout) { //NOTE: this is not really an in-place FFT algorithm. //It just performs an out-of-place FFT into a temp buffer vamp_kiss_fft_cpx * tmpbuf = (vamp_kiss_fft_cpx*)VAMP_KISS_FFT_TMP_ALLOC( sizeof(vamp_kiss_fft_cpx)*st->nfft); kf_work(tmpbuf,fin,1,in_stride, st->factors,st); memcpy(fout,tmpbuf,sizeof(vamp_kiss_fft_cpx)*st->nfft); VAMP_KISS_FFT_TMP_FREE(tmpbuf); }else{ kf_work( fout, fin, 1,in_stride, st->factors,st ); } } void vamp_kiss_fft(vamp_kiss_fft_cfg cfg,const vamp_kiss_fft_cpx *fin,vamp_kiss_fft_cpx *fout) { vamp_kiss_fft_stride(cfg,fin,fout,1); } void vamp_kiss_fft_cleanup(void) { // nothing needed any more } int vamp_kiss_fft_next_fast_size(int n) { while(1) { int m=n; while ( (m%2) == 0 ) m/=2; while ( (m%3) == 0 ) m/=3; while ( (m%5) == 0 ) m/=5; if (m<=1) break; /* n is completely factorable by twos, threes, and fives */ n++; } return n; } vamp-plugin-sdk-2.10.0/src/vamp-sdk/ext/vamp_kiss_fft.h0000644000000000000000000000614213660464475021075 0ustar 00000000000000#ifndef VAMP_KISS_FFT_H #define VAMP_KISS_FFT_H #include #include #include #include #ifndef _VAMP_IN_PLUGINSDK # ifndef _VAMP_IN_HOSTSDK # error "Do not use the Vamp SDK mangled KissFFT header except through the Vamp SDK API" # endif #endif #ifdef VAMP_KISSFFT_USE_CPP_LINKAGE #define VAMP_KISS_FFT_MALLOC ::malloc #define VAMP_KISS_FFT_FREE ::free #else #ifdef __cplusplus extern "C" { #define VAMP_KISS_FFT_MALLOC malloc #define VAMP_KISS_FFT_FREE free #endif #endif # ifndef vamp_kiss_fft_scalar # error "vamp_kiss_fft_scalar must be defined before inclusion, we don't have a default in this build" # endif typedef struct { vamp_kiss_fft_scalar r; vamp_kiss_fft_scalar i; } vamp_kiss_fft_cpx; typedef struct vamp_kiss_fft_state* vamp_kiss_fft_cfg; /* * kiss_fft_alloc * * Initialize a FFT (or IFFT) algorithm's cfg/state buffer. * * typical usage: kiss_fft_cfg mycfg=kiss_fft_alloc(1024,0,NULL,NULL); * * The return value from fft_alloc is a cfg buffer used internally * by the fft routine or NULL. * * If lenmem is NULL, then kiss_fft_alloc will allocate a cfg buffer using malloc. * The returned value should be free()d when done to avoid memory leaks. * * The state can be placed in a user supplied buffer 'mem': * If lenmem is not NULL and mem is not NULL and *lenmem is large enough, * then the function places the cfg in mem and the size used in *lenmem * and returns mem. * * If lenmem is not NULL and ( mem is NULL or *lenmem is not large enough), * then the function returns NULL and places the minimum cfg * buffer size in *lenmem. * */ vamp_kiss_fft_cfg vamp_kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem); /* * kiss_fft(cfg,in_out_buf) * * Perform an FFT on a complex input buffer. * for a forward FFT, * fin should be f[0] , f[1] , ... ,f[nfft-1] * fout will be F[0] , F[1] , ... ,F[nfft-1] * Note that each element is complex and can be accessed like f[k].r and f[k].i * */ void vamp_kiss_fft(vamp_kiss_fft_cfg cfg,const vamp_kiss_fft_cpx *fin,vamp_kiss_fft_cpx *fout); /* A more generic version of the above function. It reads its input from every Nth sample. * */ void vamp_kiss_fft_stride(vamp_kiss_fft_cfg cfg,const vamp_kiss_fft_cpx *fin,vamp_kiss_fft_cpx *fout,int fin_stride); /* If kiss_fft_alloc allocated a buffer, it is one contiguous buffer and can be simply free()d when no longer needed*/ void vamp_kiss_fft_free(void *); /* Cleans up some memory that gets managed internally. Not necessary to call, but it might clean up your compiler output to call this before you exit. */ void vamp_kiss_fft_cleanup(void); /* * Returns the smallest integer k, such that k>=n and k has only "fast" factors (2,3,5) */ int vamp_kiss_fft_next_fast_size(int n); /* for real ffts, we need an even size */ #define vamp_kiss_fftr_next_fast_size_real(n) \ (vamp_kiss_fft_next_fast_size( ((n)+1)>>1)<<1) #ifndef VAMP_KISSFFT_USE_CPP_LINKAGE #ifdef __cplusplus } #endif #endif #ifdef VAMP_KISSFFT_USE_CPP_LINKAGE #define VAMP_KISSFFT_USED_CPP_LINKAGE 1 #endif #endif vamp-plugin-sdk-2.10.0/src/vamp-sdk/ext/vamp_kiss_fft_guts.h0000644000000000000000000000743513660464475022145 0ustar 00000000000000#ifndef VAMP_KISS_FFT__GUTS_H #define VAMP_KISS_FFT__GUTS_H /* Copyright (c) 2003-2010, Mark Borgerding All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* kiss_fft.h defines kiss_fft_scalar as either short or a float type and defines typedef struct { kiss_fft_scalar r; kiss_fft_scalar i; }kiss_fft_cpx; */ #include "vamp_kiss_fft.h" #include #define MAXFACTORS 32 /* e.g. an fft of length 128 has 4 factors as far as kissfft is concerned 4*4*4*2 */ struct vamp_kiss_fft_state{ int nfft; int inverse; int factors[2*MAXFACTORS]; vamp_kiss_fft_cpx twiddles[1]; }; /* Explanation of macros dealing with complex math: C_MUL(m,a,b) : m = a*b C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise C_SUB( res, a,b) : res = a - b C_SUBFROM( res , a) : res -= a C_ADDTO( res , a) : res += a * */ # define S_MUL(a,b) ( (a)*(b) ) #define C_MUL(m,a,b) \ do{ (m).r = (a).r*(b).r - (a).i*(b).i;\ (m).i = (a).r*(b).i + (a).i*(b).r; }while(0) # define C_FIXDIV(c,div) /* NOOP */ # define C_MULBYSCALAR( c, s ) \ do{ (c).r *= (s);\ (c).i *= (s); }while(0) # define CHECK_OVERFLOW_OP(a,op,b) /* noop */ #define C_ADD( res, a,b)\ do { \ CHECK_OVERFLOW_OP((a).r,+,(b).r)\ CHECK_OVERFLOW_OP((a).i,+,(b).i)\ (res).r=(a).r+(b).r; (res).i=(a).i+(b).i; \ }while(0) #define C_SUB( res, a,b)\ do { \ CHECK_OVERFLOW_OP((a).r,-,(b).r)\ CHECK_OVERFLOW_OP((a).i,-,(b).i)\ (res).r=(a).r-(b).r; (res).i=(a).i-(b).i; \ }while(0) #define C_ADDTO( res , a)\ do { \ CHECK_OVERFLOW_OP((res).r,+,(a).r)\ CHECK_OVERFLOW_OP((res).i,+,(a).i)\ (res).r += (a).r; (res).i += (a).i;\ }while(0) #define C_SUBFROM( res , a)\ do {\ CHECK_OVERFLOW_OP((res).r,-,(a).r)\ CHECK_OVERFLOW_OP((res).i,-,(a).i)\ (res).r -= (a).r; (res).i -= (a).i; \ }while(0) # define VAMP_KISS_FFT_COS(phase) (vamp_kiss_fft_scalar) cos(phase) # define VAMP_KISS_FFT_SIN(phase) (vamp_kiss_fft_scalar) sin(phase) # define HALF_OF(x) ((x)*.5) #define kf_cexp(x,phase) \ do{ \ (x)->r = VAMP_KISS_FFT_COS(phase);\ (x)->i = VAMP_KISS_FFT_SIN(phase);\ }while(0) #define VAMP_KISS_FFT_TMP_ALLOC(nbytes) VAMP_KISS_FFT_MALLOC(nbytes) #define VAMP_KISS_FFT_TMP_FREE(ptr) VAMP_KISS_FFT_FREE(ptr) /* a debugging function */ #define pcpx(c)\ fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) ) #endif vamp-plugin-sdk-2.10.0/src/vamp-sdk/ext/vamp_kiss_fftr.c0000644000000000000000000001346413660464475021257 0ustar 00000000000000/* Copyright (c) 2003-2004, Mark Borgerding All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "vamp_kiss_fftr.h" #include "vamp_kiss_fft_guts.h" struct vamp_kiss_fftr_state{ vamp_kiss_fft_cfg substate; vamp_kiss_fft_cpx * tmpbuf; vamp_kiss_fft_cpx * super_twiddles; }; vamp_kiss_fftr_cfg vamp_kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) { int i; vamp_kiss_fftr_cfg st = NULL; size_t subsize, memneeded; if (nfft & 1) { fprintf(stderr,"Real FFT optimization must be even.\n"); return NULL; } nfft >>= 1; vamp_kiss_fft_alloc (nfft, inverse_fft, NULL, &subsize); memneeded = sizeof(struct vamp_kiss_fftr_state) + subsize + sizeof(vamp_kiss_fft_cpx) * ( nfft * 3 / 2); if (lenmem == NULL) { st = (vamp_kiss_fftr_cfg) VAMP_KISS_FFT_MALLOC (memneeded); } else { if (*lenmem >= memneeded) st = (vamp_kiss_fftr_cfg) mem; *lenmem = memneeded; } if (!st) return NULL; st->substate = (vamp_kiss_fft_cfg) (st + 1); /*just beyond vamp_kiss_fftr_state struct */ st->tmpbuf = (vamp_kiss_fft_cpx *) (((char *) st->substate) + subsize); st->super_twiddles = st->tmpbuf + nfft; vamp_kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize); for (i = 0; i < nfft/2; ++i) { double phase = -3.14159265358979323846264338327 * ((double) (i+1) / nfft + .5); if (inverse_fft) phase *= -1; kf_cexp (st->super_twiddles+i,phase); } return st; } void vamp_kiss_fftr_free(void *mem) { free(mem); } void vamp_kiss_fftr(vamp_kiss_fftr_cfg st,const vamp_kiss_fft_scalar *timedata,vamp_kiss_fft_cpx *freqdata) { /* input buffer timedata is stored row-wise */ int k,ncfft; vamp_kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; if ( st->substate->inverse) { fprintf(stderr,"kiss fft usage error: improper alloc\n"); exit(1); } ncfft = st->substate->nfft; /*perform the parallel fft of two real signals packed in real,imag*/ vamp_kiss_fft( st->substate , (const vamp_kiss_fft_cpx*)timedata, st->tmpbuf ); /* The real part of the DC element of the frequency spectrum in st->tmpbuf * contains the sum of the even-numbered elements of the input time sequence * The imag part is the sum of the odd-numbered elements * * The sum of tdc.r and tdc.i is the sum of the input time sequence. * yielding DC of input time sequence * The difference of tdc.r - tdc.i is the sum of the input (dot product) [1,-1,1,-1... * yielding Nyquist bin of input time sequence */ tdc.r = st->tmpbuf[0].r; tdc.i = st->tmpbuf[0].i; C_FIXDIV(tdc,2); CHECK_OVERFLOW_OP(tdc.r ,+, tdc.i); CHECK_OVERFLOW_OP(tdc.r ,-, tdc.i); freqdata[0].r = tdc.r + tdc.i; freqdata[ncfft].r = tdc.r - tdc.i; freqdata[ncfft].i = freqdata[0].i = 0; for ( k=1;k <= ncfft/2 ; ++k ) { fpk = st->tmpbuf[k]; fpnk.r = st->tmpbuf[ncfft-k].r; fpnk.i = - st->tmpbuf[ncfft-k].i; C_FIXDIV(fpk,2); C_FIXDIV(fpnk,2); C_ADD( f1k, fpk , fpnk ); C_SUB( f2k, fpk , fpnk ); C_MUL( tw , f2k , st->super_twiddles[k-1]); freqdata[k].r = HALF_OF(f1k.r + tw.r); freqdata[k].i = HALF_OF(f1k.i + tw.i); freqdata[ncfft-k].r = HALF_OF(f1k.r - tw.r); freqdata[ncfft-k].i = HALF_OF(tw.i - f1k.i); } } void vamp_kiss_fftri(vamp_kiss_fftr_cfg st,const vamp_kiss_fft_cpx *freqdata,vamp_kiss_fft_scalar *timedata) { /* input buffer timedata is stored row-wise */ int k, ncfft; if (st->substate->inverse == 0) { fprintf (stderr, "kiss fft usage error: improper alloc\n"); exit (1); } ncfft = st->substate->nfft; st->tmpbuf[0].r = freqdata[0].r + freqdata[ncfft].r; st->tmpbuf[0].i = freqdata[0].r - freqdata[ncfft].r; C_FIXDIV(st->tmpbuf[0],2); for (k = 1; k <= ncfft / 2; ++k) { vamp_kiss_fft_cpx fk, fnkc, fek, fok, tmp; fk = freqdata[k]; fnkc.r = freqdata[ncfft - k].r; fnkc.i = -freqdata[ncfft - k].i; C_FIXDIV( fk , 2 ); C_FIXDIV( fnkc , 2 ); C_ADD (fek, fk, fnkc); C_SUB (tmp, fk, fnkc); C_MUL (fok, tmp, st->super_twiddles[k-1]); C_ADD (st->tmpbuf[k], fek, fok); C_SUB (st->tmpbuf[ncfft - k], fek, fok); st->tmpbuf[ncfft - k].i *= -1; } vamp_kiss_fft (st->substate, st->tmpbuf, (vamp_kiss_fft_cpx *) timedata); } vamp-plugin-sdk-2.10.0/src/vamp-sdk/ext/vamp_kiss_fftr.h0000644000000000000000000000213313660464475021253 0ustar 00000000000000#ifndef VAMP_KISS_FFTR_H #define VAMP_KISS_FFTR_H #include "vamp_kiss_fft.h" #ifndef VAMP_KISSFFT_USE_CPP_LINKAGE #ifdef __cplusplus extern "C" { #endif #endif /* Real optimized version can save about 45% cpu time vs. complex fft of a real seq. */ typedef struct vamp_kiss_fftr_state *vamp_kiss_fftr_cfg; vamp_kiss_fftr_cfg vamp_kiss_fftr_alloc(int nfft,int inverse_fft,void * mem, size_t * lenmem); /* nfft must be even If you don't care to allocate space, use mem = lenmem = NULL */ void vamp_kiss_fftr(vamp_kiss_fftr_cfg cfg,const vamp_kiss_fft_scalar *timedata,vamp_kiss_fft_cpx *freqdata); /* input timedata has nfft scalar points output freqdata has nfft/2+1 complex points */ void vamp_kiss_fftri(vamp_kiss_fftr_cfg cfg,const vamp_kiss_fft_cpx *freqdata,vamp_kiss_fft_scalar *timedata); /* input freqdata has nfft/2+1 complex points output timedata has nfft scalar points */ void vamp_kiss_fftr_free(void *); #ifndef VAMP_KISSFFT_USE_CPP_LINKAGE #ifdef __cplusplus } #endif #endif #ifdef VAMP_KISSFFT_USE_CPP_LINKAGE #define VAMP_KISSFFT_USED_CPP_LINKAGE 1 #endif #endif vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_curve-fsr-mixed.txt0000644000000000000000000000100313660464475025537 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:curve-fsr-mixed 2.400000000: 0 1 of 10: 0 at 2.4 snap to 2.4 2.800000000: 0.1 2 of 10: 0.1 at 2.9 snap to 2.8 3.200000000: 0.2 3 of 10: 0.2 at 3.14 snap to 3.2 3.600000000: 0.3 4 of 10: 0.3 at 3.5 snap to 3.6 4.000000000: 0.4 5 of 10: 0.4 at 4 4.400000000: 0.5 6 of 10: 0.5 at 4.4 4.000000000: 0.6 7 of 10: 0.6 at 3.9 snap to 4 4.400000000: 0.7 8 of 10: 0.7 at 4.4 snap to 4.4 4.800000000: 0.8 9 of 10: 0.8 at 4.8 5.200000000: 0.9 10 of 10: 0.9 at 5 snap to 5.2 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_curve-fsr-timed.txt0000644000000000000000000000103013660464475025533 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:curve-fsr-timed 0.000000000: 0 1 of 10: 0 at 0 snap to 0 0.000000000: 0.1 2 of 10: 0.1 at 0 snap to 0 0.000000000: 0.2 3 of 10: 0.2 at 0.166 snap to 0 0.400000000: 0.3 4 of 10: 0.3 at 0.333 snap to 0.4 2.000000000: 0.4 5 of 10: 0.4 at 2 snap to 2 2.000000000: 0.5 6 of 10: 0.5 at 2 snap to 2 2.000000000: 0.6 7 of 10: 0.6 at 2.166 snap to 2 2.400000000: 0.7 8 of 10: 0.7 at 2.333 snap to 2.4 4.000000000: 0.8 9 of 10: 0.8 at 4 snap to 4 4.000000000: 0.9 10 of 10: 0.9 at 4 snap to 4 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_curve-fsr.txt0000644000000000000000000000065213660464475024444 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:curve-fsr 0.000000000: 0 1 of 10: 0 at 0 0.400000000: 0.1 2 of 10: 0.1 at 0.4 0.800000000: 0.2 3 of 10: 0.2 at 0.8 1.200000000: 0.3 4 of 10: 0.3 at 1.2 1.600000000: 0.4 5 of 10: 0.4 at 1.6 2.000000000: 0.5 6 of 10: 0.5 at 2 2.400000000: 0.6 7 of 10: 0.6 at 2.4 2.800000000: 0.7 8 of 10: 0.7 at 2.8 3.200000000: 0.8 9 of 10: 0.8 at 3.2 3.600000000: 0.9 10 of 10: 0.9 at 3.6 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_curve-oss.txt0000644000000000000000000000156013660464475024455 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:curve-oss 0.023219955: 0 1 of 20: 0 at 0.023 0.046439909: 0.05 2 of 20: 0.05 at 0.046 0.069659864: 0.1 3 of 20: 0.1 at 0.069 0.092879819: 0.15 4 of 20: 0.15 at 0.092 0.116099773: 0.2 5 of 20: 0.2 at 0.116 0.139319728: 0.25 6 of 20: 0.25 at 0.139 0.162539683: 0.3 7 of 20: 0.3 at 0.162 0.185759637: 0.35 8 of 20: 0.35 at 0.185 0.208979592: 0.4 9 of 20: 0.4 at 0.208 0.232199546: 0.45 10 of 20: 0.45 at 0.232 0.255419501: 0.5 11 of 20: 0.5 at 0.255 0.278639456: 0.55 12 of 20: 0.55 at 0.278 0.301859410: 0.6 13 of 20: 0.6 at 0.301 0.325079365: 0.65 14 of 20: 0.65 at 0.325 0.348299320: 0.7 15 of 20: 0.7 at 0.348 0.371519274: 0.75 16 of 20: 0.75 at 0.371 0.394739229: 0.8 17 of 20: 0.8 at 0.394 0.417959184: 0.85 18 of 20: 0.85 at 0.417 0.441179138: 0.9 19 of 20: 0.9 at 0.441 0.464399093: 0.95 20 of 20: 0.95 at 0.464 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_curve-vsr.txt0000644000000000000000000000061513660464475024463 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:curve-vsr 0.750000000: 0.1 2 of 10: 0.1 at 0.75 1.500000000: 0.2 3 of 10: 0.2 at 1.5 2.250000000: 0.3 4 of 10: 0.3 at 2.25 3.000000000: 0.4 5 of 10: 0.4 at 3 3.750000000: 0.5 6 of 10: 0.5 at 3.75 4.500000000: 0.6 7 of 10: 0.6 at 4.5 5.250000000: 0.7 8 of 10: 0.7 at 5.25 6.000000000: 0.8 9 of 10: 0.8 at 6 6.750000000: 0.9 10 of 10: 0.9 at 6.75 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_grid-fsr.txt0000644000000000000000000000142313660464475024242 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:grid-fsr 0.000000000: 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 1 of 10 at 0 0.400000000: 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 2 of 10 at 0.4 0.800000000: 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 3 of 10 at 0.8 1.200000000: 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 4 of 10 at 1.2 1.600000000: 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 5 of 10 at 1.6 2.000000000: 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 6 of 10 at 2 2.400000000: 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 7 of 10 at 2.4 2.800000000: 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 8 of 10 at 2.8 3.200000000: 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 9 of 10 at 3.2 3.600000000: 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 1 10 of 10 at 3.6 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_grid-oss.txt0000644000000000000000000000414313660464475024256 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:grid-oss 0.023219955: 0.0666667 0.1 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 1 of 20 at 0.023 0.046439909: 0.1 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 2 of 20 at 0.046 0.069659864: 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 3 of 20 at 0.069 0.092879819: 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 4 of 20 at 0.092 0.116099773: 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 5 of 20 at 0.116 0.139319728: 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 6 of 20 at 0.139 0.162539683: 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 7 of 20 at 0.162 0.185759637: 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 8 of 20 at 0.185 0.208979592: 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 9 of 20 at 0.208 0.232199546: 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 10 of 20 at 0.232 0.255419501: 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 11 of 20 at 0.255 0.278639456: 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 12 of 20 at 0.278 0.301859410: 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 13 of 20 at 0.301 0.325079365: 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 14 of 20 at 0.325 0.348299320: 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 15 of 20 at 0.348 0.371519274: 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 16 of 20 at 0.371 0.394739229: 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 17 of 20 at 0.394 0.417959184: 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 18 of 20 at 0.417 0.441179138: 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 0.966667 19 of 20 at 0.441 0.464399093: 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 0.966667 1 20 of 20 at 0.464 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_input-summary.txt0000644000000000000000000005505413660464475025370 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:input-summary 0.023219955: 0 0 0.046439909: 1.04688 482 0.069659864: 0 968.992 0.092879819: 1.09375 981.992 0.116099773: 0 993.992 0.139319728: 1.14844 997.992 0.162539683: 0 999.992 0.185759637: 1.19531 1002.99 0.208979592: 0 1005.99 0.232199546: 1.24219 1005.99 0.255419501: 0 1007.99 0.278639456: 1.29688 1007.99 0.301859410: 0 1007 0.325079365: 1.34375 1011.99 0.348299320: 0 1014.99 0.371519274: 1.39062 1015.99 0.394739229: 0 1015 0.417959184: 1.44531 1015.99 0.441179138: 0 1015.99 0.464399093: 1.49219 1017.99 0.487619048: 0 1016 0.510839002: 1.53906 1016.99 0.534058957: 0 1015.99 0.557278912: 1.59375 1015.99 0.580498866: 0 1016 0.603718821: 1.64062 1016 0.626938776: 0 1016.99 0.650158730: 1.6875 1016.99 0.673378685: 0 1017 0.696598639: 1.74219 1017.99 0.719818594: 0 1016.99 0.743038549: 1.78906 1016.99 0.766258503: 0 1017.99 0.789478458: 1.83594 1017 0.812698413: 0 1016.99 0.835918367: 1.89062 1016.99 0.859138322: 0 1017.99 0.882358277: 1.9375 1016.99 0.905578231: 0 1015.99 0.928798186: 0 507 0.952018141: 0 0 0.975238095: 1.04688 482 0.998458050: 0 968.992 1.021678005: 1.09375 981.992 1.044897959: 0 993.992 1.068117914: 1.14844 997.992 1.091337868: 0 999.992 1.114557823: 1.19531 1002.99 1.137777778: 0 1005.99 1.160997732: 1.24219 1005.99 1.184217687: 0 1007.99 1.207437642: 1.29688 1007.99 1.230657596: 0 1007 1.253877551: 1.34375 1011.99 1.277097506: 0 1014.99 1.300317460: 1.39062 1015.99 1.323537415: 0 1015 1.346757370: 1.44531 1015.99 1.369977324: 0 1015.99 1.393197279: 1.49219 1017.99 1.416417234: 0 1016 1.439637188: 1.53906 1016.99 1.462857143: 0 1015.99 1.486077098: 1.59375 1015.99 1.509297052: 0 1016 1.532517007: 1.64062 1016 1.555736961: 0 1016.99 1.578956916: 1.6875 1016.99 1.602176871: 0 1017 1.625396825: 1.74219 1017.99 1.648616780: 0 1016.99 1.671836735: 1.78906 1016.99 1.695056689: 0 1017.99 1.718276644: 1.83594 1017 1.741496599: 0 1016.99 1.764716553: 1.89062 1016.99 1.787936508: 0 1017.99 1.811156463: 1.9375 1016.99 1.834376417: 0 1015.99 1.857596372: 0 507 1.880816327: 0 0 1.904036281: 1.04688 482 1.927256236: 0 968.992 1.950476190: 1.09375 981.992 1.973696145: 0 993.992 1.996916100: 1.14844 997.992 2.020136054: 0 999.992 2.043356009: 1.19531 1002.99 2.066575964: 0 1005.99 2.089795918: 1.24219 1005.99 2.113015873: 0 1007.99 2.136235828: 1.29688 1007.99 2.159455782: 0 1007 2.182675737: 1.34375 1011.99 2.205895692: 0 1014.99 2.229115646: 1.39062 1015.99 2.252335601: 0 1015 2.275555556: 1.44531 1015.99 2.298775510: 0 1015.99 2.321995465: 1.49219 1017.99 2.345215420: 0 1016 2.368435374: 1.53906 1016.99 2.391655329: 0 1015.99 2.414875283: 1.59375 1015.99 2.438095238: 0 1016 2.461315193: 1.64062 1016 2.484535147: 0 1016.99 2.507755102: 1.6875 1016.99 2.530975057: 0 1017 2.554195011: 1.74219 1017.99 2.577414966: 0 1016.99 2.600634921: 1.78906 1016.99 2.623854875: 0 1017.99 2.647074830: 1.83594 1017 2.670294785: 0 1016.99 2.693514739: 1.89062 1016.99 2.716734694: 0 1017.99 2.739954649: 1.9375 1016.99 2.763174603: 0 1015.99 2.786394558: 0 507 2.809614512: 0 0 2.832834467: 1.04688 482 2.856054422: 0 968.992 2.879274376: 1.09375 981.992 2.902494331: 0 993.992 2.925714286: 1.14844 997.992 2.948934240: 0 999.992 2.972154195: 1.19531 1002.99 2.995374150: 0 1005.99 3.018594104: 1.24219 1005.99 3.041814059: 0 1007.99 3.065034014: 1.29688 1007.99 3.088253968: 0 1007 3.111473923: 1.34375 1011.99 3.134693878: 0 1014.99 3.157913832: 1.39062 1015.99 3.181133787: 0 1015 3.204353741: 1.44531 1015.99 3.227573696: 0 1015.99 3.250793651: 1.49219 1017.99 3.274013605: 0 1016 3.297233560: 1.53906 1016.99 3.320453515: 0 1015.99 3.343673469: 1.59375 1015.99 3.366893424: 0 1016 3.390113379: 1.64062 1016 3.413333333: 0 1016.99 3.436553288: 1.6875 1016.99 3.459773243: 0 1017 3.482993197: 1.74219 1017.99 3.506213152: 0 1016.99 3.529433107: 1.78906 1016.99 3.552653061: 0 1017.99 3.575873016: 1.83594 1017 3.599092971: 0 1016.99 3.622312925: 1.89062 1016.99 3.645532880: 0 1017.99 3.668752834: 1.9375 1016.99 3.691972789: 0 1015.99 3.715192744: 0 507 3.738412698: 0 0 3.761632653: 1.04688 482 3.784852608: 0 968.992 3.808072562: 1.09375 981.992 3.831292517: 0 993.992 3.854512472: 1.14844 997.992 3.877732426: 0 999.992 3.900952381: 1.19531 1002.99 3.924172336: 0 1005.99 3.947392290: 1.24219 1005.99 3.970612245: 0 1007.99 3.993832200: 1.29688 1007.99 4.017052154: 0 1007 4.040272109: 1.34375 1011.99 4.063492063: 0 1014.99 4.086712018: 1.39062 1015.99 4.109931973: 0 1015 4.133151927: 1.44531 1015.99 4.156371882: 0 1015.99 4.179591837: 1.49219 1017.99 4.202811791: 0 1016 4.226031746: 1.53906 1016.99 4.249251701: 0 1015.99 4.272471655: 1.59375 1015.99 4.295691610: 0 1016 4.318911565: 1.64062 1016 4.342131519: 0 1016.99 4.365351474: 1.6875 1016.99 4.388571429: 0 1017 4.411791383: 1.74219 1017.99 4.435011338: 0 1016.99 4.458231293: 1.78906 1016.99 4.481451247: 0 1017.99 4.504671202: 1.83594 1017 4.527891156: 0 1016.99 4.551111111: 1.89062 1016.99 4.574331066: 0 1017.99 4.597551020: 1.9375 1016.99 4.620770975: 0 1015.99 4.643990930: 0 507 4.667210884: 0 0 4.690430839: 1.04688 482 4.713650794: 0 968.992 4.736870748: 1.09375 981.992 4.760090703: 0 993.992 4.783310658: 1.14844 997.992 4.806530612: 0 999.992 4.829750567: 1.19531 1002.99 4.852970522: 0 1005.99 4.876190476: 1.24219 1005.99 4.899410431: 0 1007.99 4.922630385: 1.29688 1007.99 4.945850340: 0 1007 4.969070295: 1.34375 1011.99 4.992290249: 0 1014.99 5.015510204: 1.39062 1015.99 5.038730159: 0 1015 5.061950113: 1.44531 1015.99 5.085170068: 0 1015.99 5.108390023: 1.49219 1017.99 5.131609977: 0 1016 5.154829932: 1.53906 1016.99 5.178049887: 0 1015.99 5.201269841: 1.59375 1015.99 5.224489796: 0 1016 5.247709751: 1.64062 1016 5.270929705: 0 1016.99 5.294149660: 1.6875 1016.99 5.317369615: 0 1017 5.340589569: 1.74219 1017.99 5.363809524: 0 1016.99 5.387029478: 1.78906 1016.99 5.410249433: 0 1017.99 5.433469388: 1.83594 1017 5.456689342: 0 1016.99 5.479909297: 1.89062 1016.99 5.503129252: 0 1017.99 5.526349206: 1.9375 1016.99 5.549569161: 0 1015.99 5.572789116: 0 507 5.596009070: 0 0 5.619229025: 1.04688 482 5.642448980: 0 968.992 5.665668934: 1.09375 981.992 5.688888889: 0 993.992 5.712108844: 1.14844 997.992 5.735328798: 0 999.992 5.758548753: 1.19531 1002.99 5.781768707: 0 1005.99 5.804988662: 1.24219 1005.99 5.828208617: 0 1007.99 5.851428571: 1.29688 1007.99 5.874648526: 0 1007 5.897868481: 1.34375 1011.99 5.921088435: 0 1014.99 5.944308390: 1.39062 1015.99 5.967528345: 0 1015 5.990748299: 1.44531 1015.99 6.013968254: 0 1015.99 6.037188209: 1.49219 1017.99 6.060408163: 0 1016 6.083628118: 1.53906 1016.99 6.106848073: 0 1015.99 6.130068027: 1.59375 1015.99 6.153287982: 0 1016 6.176507937: 1.64062 1016 6.199727891: 0 1016.99 6.222947846: 1.6875 1016.99 6.246167800: 0 1017 6.269387755: 1.74219 1017.99 6.292607710: 0 1016.99 6.315827664: 1.78906 1016.99 6.339047619: 0 1017.99 6.362267574: 1.83594 1017 6.385487528: 0 1016.99 6.408707483: 1.89062 1016.99 6.431927438: 0 1017.99 6.455147392: 1.9375 1016.99 6.478367347: 0 1015.99 6.501587302: 0 507 6.524807256: 0 0 6.548027211: 1.04688 482 6.571247166: 0 968.992 6.594467120: 1.09375 981.992 6.617687075: 0 993.992 6.640907029: 1.14844 997.992 6.664126984: 0 999.992 6.687346939: 1.19531 1002.99 6.710566893: 0 1005.99 6.733786848: 1.24219 1005.99 6.757006803: 0 1007.99 6.780226757: 1.29688 1007.99 6.803446712: 0 1007 6.826666667: 1.34375 1011.99 6.849886621: 0 1014.99 6.873106576: 1.39062 1015.99 6.896326531: 0 1015 6.919546485: 1.44531 1015.99 6.942766440: 0 1015.99 6.965986395: 1.49219 1017.99 6.989206349: 0 1016 7.012426304: 1.53906 1016.99 7.035646259: 0 1015.99 7.058866213: 1.59375 1015.99 7.082086168: 0 1016 7.105306122: 1.64062 1016 7.128526077: 0 1016.99 7.151746032: 1.6875 1016.99 7.174965986: 0 1017 7.198185941: 1.74219 1017.99 7.221405896: 0 1016.99 7.244625850: 1.78906 1016.99 7.267845805: 0 1017.99 7.291065760: 1.83594 1017 7.314285714: 0 1016.99 7.337505669: 1.89062 1016.99 7.360725624: 0 1017.99 7.383945578: 1.9375 1016.99 7.407165533: 0 1015.99 7.430385488: 0 507 7.453605442: 0 0 7.476825397: 1.04688 482 7.500045351: 0 968.992 7.523265306: 1.09375 981.992 7.546485261: 0 993.992 7.569705215: 1.14844 997.992 7.592925170: 0 999.992 7.616145125: 1.19531 1002.99 7.639365079: 0 1005.99 7.662585034: 1.24219 1005.99 7.685804989: 0 1007.99 7.709024943: 1.29688 1007.99 7.732244898: 0 1007 7.755464853: 1.34375 1011.99 7.778684807: 0 1014.99 7.801904762: 1.39062 1015.99 7.825124717: 0 1015 7.848344671: 1.44531 1015.99 7.871564626: 0 1015.99 7.894784580: 1.49219 1017.99 7.918004535: 0 1016 7.941224490: 1.53906 1016.99 7.964444444: 0 1015.99 7.987664399: 1.59375 1015.99 8.010884354: 0 1016 8.034104308: 1.64062 1016 8.057324263: 0 1016.99 8.080544218: 1.6875 1016.99 8.103764172: 0 1017 8.126984127: 1.74219 1017.99 8.150204082: 0 1016.99 8.173424036: 1.78906 1016.99 8.196643991: 0 1017.99 8.219863946: 1.83594 1017 8.243083900: 0 1016.99 8.266303855: 1.89062 1016.99 8.289523810: 0 1017.99 8.312743764: 1.9375 1016.99 8.335963719: 0 1015.99 8.359183673: 0 507 8.382403628: 0 0 8.405623583: 1.04688 482 8.428843537: 0 968.992 8.452063492: 1.09375 981.992 8.475283447: 0 993.992 8.498503401: 1.14844 997.992 8.521723356: 0 999.992 8.544943311: 1.19531 1002.99 8.568163265: 0 1005.99 8.591383220: 1.24219 1005.99 8.614603175: 0 1007.99 8.637823129: 1.29688 1007.99 8.661043084: 0 1007 8.684263039: 1.34375 1011.99 8.707482993: 0 1014.99 8.730702948: 1.39062 1015.99 8.753922902: 0 1015 8.777142857: 1.44531 1015.99 8.800362812: 0 1015.99 8.823582766: 1.49219 1017.99 8.846802721: 0 1016 8.870022676: 1.53906 1016.99 8.893242630: 0 1015.99 8.916462585: 1.59375 1015.99 8.939682540: 0 1016 8.962902494: 1.64062 1016 8.986122449: 0 1016.99 9.009342404: 1.6875 1016.99 9.032562358: 0 1017 9.055782313: 1.74219 1017.99 9.079002268: 0 1016.99 9.102222222: 1.78906 1016.99 9.125442177: 0 1017.99 9.148662132: 1.83594 1017 9.171882086: 0 1016.99 9.195102041: 1.89062 1016.99 9.218321995: 0 1017.99 9.241541950: 1.9375 1016.99 9.264761905: 0 1015.99 9.287981859: 0 507 9.311201814: 0 0 9.334421769: 1.04688 482 9.357641723: 0 968.992 9.380861678: 1.09375 981.992 9.404081633: 0 993.992 9.427301587: 1.14844 997.992 9.450521542: 0 999.992 9.473741497: 1.19531 1002.99 9.496961451: 0 1005.99 9.520181406: 1.24219 1005.99 9.543401361: 0 1007.99 9.566621315: 1.29688 1007.99 9.589841270: 0 1007 9.613061224: 1.34375 1011.99 9.636281179: 0 1014.99 9.659501134: 1.39062 1015.99 9.682721088: 0 1015 9.705941043: 1.44531 1015.99 9.729160998: 0 1015.99 9.752380952: 1.49219 1017.99 9.775600907: 0 1016 9.798820862: 1.53906 1016.99 9.822040816: 0 1015.99 9.845260771: 1.59375 1015.99 9.868480726: 0 1016 9.891700680: 1.64062 1016 9.914920635: 0 1016.99 9.938140590: 1.6875 1016.99 9.961360544: 0 1017 9.984580499: 1.74219 1017.99 10.007800454: 0 1016.99 10.031020408: 1.78906 1016.99 10.054240363: 0 1017.99 10.077460317: 1.83594 1017 10.100680272: 0 1016.99 10.123900227: 1.89062 1016.99 10.147120181: 0 1017.99 10.170340136: 1.9375 1016.99 10.193560091: 0 1015.99 10.216780045: 0 507 10.240000000: 0 0 10.263219955: 1.04688 482 10.286439909: 0 968.992 10.309659864: 1.09375 981.992 10.332879819: 0 993.992 10.356099773: 1.14844 997.992 10.379319728: 0 999.992 10.402539683: 1.19531 1002.99 10.425759637: 0 1005.99 10.448979592: 1.24219 1005.99 10.472199546: 0 1007.99 10.495419501: 1.29688 1007.99 10.518639456: 0 1007 10.541859410: 1.34375 1011.99 10.565079365: 0 1014.99 10.588299320: 1.39062 1015.99 10.611519274: 0 1015 10.634739229: 1.44531 1015.99 10.657959184: 0 1015.99 10.681179138: 1.49219 1017.99 10.704399093: 0 1016 10.727619048: 1.53906 1016.99 10.750839002: 0 1015.99 10.774058957: 1.59375 1015.99 10.797278912: 0 1016 10.820498866: 1.64062 1016 10.843718821: 0 1016.99 10.866938776: 1.6875 1016.99 10.890158730: 0 1017 10.913378685: 1.74219 1017.99 10.936598639: 0 1016.99 10.959818594: 1.78906 1016.99 10.983038549: 0 1017.99 11.006258503: 1.83594 1017 11.029478458: 0 1016.99 11.052698413: 1.89062 1016.99 11.075918367: 0 1017.99 11.099138322: 1.9375 1016.99 11.122358277: 0 1015.99 11.145578231: 0 507 11.168798186: 0 0 11.192018141: 1.04688 482 11.215238095: 0 968.992 11.238458050: 1.09375 981.992 11.261678005: 0 993.992 11.284897959: 1.14844 997.992 11.308117914: 0 999.992 11.331337868: 1.19531 1002.99 11.354557823: 0 1005.99 11.377777778: 1.24219 1005.99 11.400997732: 0 1007.99 11.424217687: 1.29688 1007.99 11.447437642: 0 1007 11.470657596: 1.34375 1011.99 11.493877551: 0 1014.99 11.517097506: 1.39062 1015.99 11.540317460: 0 1015 11.563537415: 1.44531 1015.99 11.586757370: 0 1015.99 11.609977324: 1.49219 1017.99 11.633197279: 0 1016 11.656417234: 1.53906 1016.99 11.679637188: 0 1015.99 11.702857143: 1.59375 1015.99 11.726077098: 0 1016 11.749297052: 1.64062 1016 11.772517007: 0 1016.99 11.795736961: 1.6875 1016.99 11.818956916: 0 1017 11.842176871: 1.74219 1017.99 11.865396825: 0 1016.99 11.888616780: 1.78906 1016.99 11.911836735: 0 1017.99 11.935056689: 1.83594 1017 11.958276644: 0 1016.99 11.981496599: 1.89062 1016.99 12.004716553: 0 1017.99 12.027936508: 1.9375 1016.99 12.051156463: 0 1015.99 12.074376417: 0 507 12.097596372: 0 0 12.120816327: 1.04688 482 12.144036281: 0 968.992 12.167256236: 1.09375 981.992 12.190476190: 0 993.992 12.213696145: 1.14844 997.992 12.236916100: 0 999.992 12.260136054: 1.19531 1002.99 12.283356009: 0 1005.99 12.306575964: 1.24219 1005.99 12.329795918: 0 1007.99 12.353015873: 1.29688 1007.99 12.376235828: 0 1007 12.399455782: 1.34375 1011.99 12.422675737: 0 1014.99 12.445895692: 1.39062 1015.99 12.469115646: 0 1015 12.492335601: 1.44531 1015.99 12.515555556: 0 1015.99 12.538775510: 1.49219 1017.99 12.561995465: 0 1016 12.585215420: 1.53906 1016.99 12.608435374: 0 1015.99 12.631655329: 1.59375 1015.99 12.654875283: 0 1016 12.678095238: 1.64062 1016 12.701315193: 0 1016.99 12.724535147: 1.6875 1016.99 12.747755102: 0 1017 12.770975057: 1.74219 1017.99 12.794195011: 0 1016.99 12.817414966: 1.78906 1016.99 12.840634921: 0 1017.99 12.863854875: 1.83594 1017 12.887074830: 0 1016.99 12.910294785: 1.89062 1016.99 12.933514739: 0 1017.99 12.956734694: 1.9375 1016.99 12.979954649: 0 1015.99 13.003174603: 0 507 13.026394558: 0 0 13.049614512: 1.04688 482 13.072834467: 0 968.992 13.096054422: 1.09375 981.992 13.119274376: 0 993.992 13.142494331: 1.14844 997.992 13.165714286: 0 999.992 13.188934240: 1.19531 1002.99 13.212154195: 0 1005.99 13.235374150: 1.24219 1005.99 13.258594104: 0 1007.99 13.281814059: 1.29688 1007.99 13.305034014: 0 1007 13.328253968: 1.34375 1011.99 13.351473923: 0 1014.99 13.374693878: 1.39062 1015.99 13.397913832: 0 1015 13.421133787: 1.44531 1015.99 13.444353741: 0 1015.99 13.467573696: 1.49219 1017.99 13.490793651: 0 1016 13.514013605: 1.53906 1016.99 13.537233560: 0 1015.99 13.560453515: 1.59375 1015.99 13.583673469: 0 1016 13.606893424: 1.64062 1016 13.630113379: 0 1016.99 13.653333333: 1.6875 1016.99 13.676553288: 0 1017 13.699773243: 1.74219 1017.99 13.722993197: 0 1016.99 13.746213152: 1.78906 1016.99 13.769433107: 0 1017.99 13.792653061: 1.83594 1017 13.815873016: 0 1016.99 13.839092971: 1.89062 1016.99 13.862312925: 0 1017.99 13.885532880: 1.9375 1016.99 13.908752834: 0 1015.99 13.931972789: 0 507 13.955192744: 0 0 13.978412698: 1.04688 482 14.001632653: 0 968.992 14.024852608: 1.09375 981.992 14.048072562: 0 993.992 14.071292517: 1.14844 997.992 14.094512472: 0 999.992 14.117732426: 1.19531 1002.99 14.140952381: 0 1005.99 14.164172336: 1.24219 1005.99 14.187392290: 0 1007.99 14.210612245: 1.29688 1007.99 14.233832200: 0 1007 14.257052154: 1.34375 1011.99 14.280272109: 0 1014.99 14.303492063: 1.39062 1015.99 14.326712018: 0 1015 14.349931973: 1.44531 1015.99 14.373151927: 0 1015.99 14.396371882: 1.49219 1017.99 14.419591837: 0 1016 14.442811791: 1.53906 1016.99 14.466031746: 0 1015.99 14.489251701: 1.59375 1015.99 14.512471655: 0 1016 14.535691610: 1.64062 1016 14.558911565: 0 1016.99 14.582131519: 1.6875 1016.99 14.605351474: 0 1017 14.628571429: 1.74219 1017.99 14.651791383: 0 1016.99 14.675011338: 1.78906 1016.99 14.698231293: 0 1017.99 14.721451247: 1.83594 1017 14.744671202: 0 1016.99 14.767891156: 1.89062 1016.99 14.791111111: 0 1017.99 14.814331066: 1.9375 1016.99 14.837551020: 0 1015.99 14.860770975: 0 507 14.883990930: 0 0 14.907210884: 1.04688 482 14.930430839: 0 968.992 14.953650794: 1.09375 981.992 14.976870748: 0 993.992 15.000090703: 1.14844 997.992 15.023310658: 0 999.992 15.046530612: 1.19531 1002.99 15.069750567: 0 1005.99 15.092970522: 1.24219 1005.99 15.116190476: 0 1007.99 15.139410431: 1.29688 1007.99 15.162630385: 0 1007 15.185850340: 1.34375 1011.99 15.209070295: 0 1014.99 15.232290249: 1.39062 1015.99 15.255510204: 0 1015 15.278730159: 1.44531 1015.99 15.301950113: 0 1015.99 15.325170068: 1.49219 1017.99 15.348390023: 0 1016 15.371609977: 1.53906 1016.99 15.394829932: 0 1015.99 15.418049887: 1.59375 1015.99 15.441269841: 0 1016 15.464489796: 1.64062 1016 15.487709751: 0 1016.99 15.510929705: 1.6875 1016.99 15.534149660: 0 1017 15.557369615: 1.74219 1017.99 15.580589569: 0 1016.99 15.603809524: 1.78906 1016.99 15.627029478: 0 1017.99 15.650249433: 1.83594 1017 15.673469388: 0 1016.99 15.696689342: 1.89062 1016.99 15.719909297: 0 1017.99 15.743129252: 1.9375 1016.99 15.766349206: 0 1015.99 15.789569161: 0 507 15.812789116: 0 0 15.836009070: 1.04688 482 15.859229025: 0 968.992 15.882448980: 1.09375 981.992 15.905668934: 0 993.992 15.928888889: 1.14844 997.992 15.952108844: 0 999.992 15.975328798: 1.19531 1002.99 15.998548753: 0 1005.99 16.021768707: 1.24219 1005.99 16.044988662: 0 1007.99 16.068208617: 1.29688 1007.99 16.091428571: 0 1007 16.114648526: 1.34375 1011.99 16.137868481: 0 1014.99 16.161088435: 1.39062 1015.99 16.184308390: 0 1015 16.207528345: 1.44531 1015.99 16.230748299: 0 1015.99 16.253968254: 1.49219 1017.99 16.277188209: 0 1016 16.300408163: 1.53906 1016.99 16.323628118: 0 1015.99 16.346848073: 1.59375 1015.99 16.370068027: 0 1016 16.393287982: 1.64062 1016 16.416507937: 0 1016.99 16.439727891: 1.6875 1016.99 16.462947846: 0 1017 16.486167800: 1.74219 1017.99 16.509387755: 0 1016.99 16.532607710: 1.78906 1016.99 16.555827664: 0 1017.99 16.579047619: 1.83594 1017 16.602267574: 0 1016.99 16.625487528: 1.89062 1016.99 16.648707483: 0 1017.99 16.671927438: 1.9375 1016.99 16.695147392: 0 1015.99 16.718367347: 0 507 16.741587302: 0 0 16.764807256: 1.04688 482 16.788027211: 0 968.992 16.811247166: 1.09375 981.992 16.834467120: 0 993.992 16.857687075: 1.14844 997.992 16.880907029: 0 999.992 16.904126984: 1.19531 1002.99 16.927346939: 0 1005.99 16.950566893: 1.24219 1005.99 16.973786848: 0 1007.99 16.997006803: 1.29688 1007.99 17.020226757: 0 1007 17.043446712: 1.34375 1011.99 17.066666667: 0 1014.99 17.089886621: 1.39062 1015.99 17.113106576: 0 1015 17.136326531: 1.44531 1015.99 17.159546485: 0 1015.99 17.182766440: 1.49219 1017.99 17.205986395: 0 1016 17.229206349: 1.53906 1016.99 17.252426304: 0 1015.99 17.275646259: 1.59375 1015.99 17.298866213: 0 1016 17.322086168: 1.64062 1016 17.345306122: 0 1016.99 17.368526077: 1.6875 1016.99 17.391746032: 0 1017 17.414965986: 1.74219 1017.99 17.438185941: 0 1016.99 17.461405896: 1.78906 1016.99 17.484625850: 0 1017.99 17.507845805: 1.83594 1017 17.531065760: 0 1016.99 17.554285714: 1.89062 1016.99 17.577505669: 0 1017.99 17.600725624: 1.9375 1016.99 17.623945578: 0 1015.99 17.647165533: 0 507 17.670385488: 0 0 17.693605442: 1.04688 482 17.716825397: 0 968.992 17.740045351: 1.09375 981.992 17.763265306: 0 993.992 17.786485261: 1.14844 997.992 17.809705215: 0 999.992 17.832925170: 1.19531 1002.99 17.856145125: 0 1005.99 17.879365079: 1.24219 1005.99 17.902585034: 0 1007.99 17.925804989: 1.29688 1007.99 17.949024943: 0 1007 17.972244898: 1.34375 1011.99 17.995464853: 0 1014.99 18.018684807: 1.39062 1015.99 18.041904762: 0 1015 18.065124717: 1.44531 1015.99 18.088344671: 0 1015.99 18.111564626: 1.49219 1017.99 18.134784580: 0 1016 18.158004535: 1.53906 1016.99 18.181224490: 0 1015.99 18.204444444: 1.59375 1015.99 18.227664399: 0 1016 18.250884354: 1.64062 1016 18.274104308: 0 1016.99 18.297324263: 1.6875 1016.99 18.320544218: 0 1017 18.343764172: 1.74219 1017.99 18.366984127: 0 1016.99 18.390204082: 1.78906 1016.99 18.413424036: 0 1017.99 18.436643991: 1.83594 1017 18.459863946: 0 1016.99 18.483083900: 1.89062 1016.99 18.506303855: 0 1017.99 18.529523810: 1.9375 1016.99 18.552743764: 0 1015.99 18.575963719: 0 507 18.599183673: 0 0 18.622403628: 1.04688 482 18.645623583: 0 968.992 18.668843537: 1.09375 981.992 18.692063492: 0 993.992 18.715283447: 1.14844 997.992 18.738503401: 0 999.992 18.761723356: 1.19531 1002.99 18.784943311: 0 1005.99 18.808163265: 1.24219 1005.99 18.831383220: 0 1007.99 18.854603175: 1.29688 1007.99 18.877823129: 0 1007 18.901043084: 1.34375 1011.99 18.924263039: 0 1014.99 18.947482993: 1.39062 1015.99 18.970702948: 0 1015 18.993922902: 1.44531 1015.99 19.017142857: 0 1015.99 19.040362812: 1.49219 1017.99 19.063582766: 0 1016 19.086802721: 1.53906 1016.99 19.110022676: 0 1015.99 19.133242630: 1.59375 1015.99 19.156462585: 0 1016 19.179682540: 1.64062 1016 19.202902494: 0 1016.99 19.226122449: 1.6875 1016.99 19.249342404: 0 1017 19.272562358: 1.74219 1017.99 19.295782313: 0 1016.99 19.319002268: 1.78906 1016.99 19.342222222: 0 1017.99 19.365442177: 1.83594 1017 19.388662132: 0 1016.99 19.411882086: 1.89062 1016.99 19.435102041: 0 1017.99 19.458321995: 1.9375 1016.99 19.481541950: 0 1015.99 19.504761905: 0 507 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_input-timestamp.txt0000644000000000000000000004445613660464475025702 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:input-timestamp 0.023219955: 512 0.046439909: 1024 0.069659864: 1536 0.092879819: 2048 0.116099773: 2560 0.139319728: 3072 0.162539683: 3584 0.185759637: 4096 0.208979592: 4608 0.232199546: 5120 0.255419501: 5632 0.278639456: 6144 0.301859410: 6656 0.325079365: 7168 0.348299320: 7680 0.371519274: 8192 0.394739229: 8704 0.417959184: 9216 0.441179138: 9728 0.464399093: 10240 0.487619048: 10752 0.510839002: 11264 0.534058957: 11776 0.557278912: 12288 0.580498866: 12800 0.603718821: 13312 0.626938776: 13824 0.650158730: 14336 0.673378685: 14848 0.696598639: 15360 0.719818594: 15872 0.743038549: 16384 0.766258503: 16896 0.789478458: 17408 0.812698413: 17920 0.835918367: 18432 0.859138322: 18944 0.882358277: 19456 0.905578231: 19968 0.928798186: 20480 0.952018141: 20992 0.975238095: 21504 0.998458050: 22016 1.021678005: 22528 1.044897959: 23040 1.068117914: 23552 1.091337868: 24064 1.114557823: 24576 1.137777778: 25088 1.160997732: 25600 1.184217687: 26112 1.207437642: 26624 1.230657596: 27136 1.253877551: 27648 1.277097506: 28160 1.300317460: 28672 1.323537415: 29184 1.346757370: 29696 1.369977324: 30208 1.393197279: 30720 1.416417234: 31232 1.439637188: 31744 1.462857143: 32256 1.486077098: 32768 1.509297052: 33280 1.532517007: 33792 1.555736961: 34304 1.578956916: 34816 1.602176871: 35328 1.625396825: 35840 1.648616780: 36352 1.671836735: 36864 1.695056689: 37376 1.718276644: 37888 1.741496599: 38400 1.764716553: 38912 1.787936508: 39424 1.811156463: 39936 1.834376417: 40448 1.857596372: 40960 1.880816327: 41472 1.904036281: 41984 1.927256236: 42496 1.950476190: 43008 1.973696145: 43520 1.996916100: 44032 2.020136054: 44544 2.043356009: 45056 2.066575964: 45568 2.089795918: 46080 2.113015873: 46592 2.136235828: 47104 2.159455782: 47616 2.182675737: 48128 2.205895692: 48640 2.229115646: 49152 2.252335601: 49664 2.275555556: 50176 2.298775510: 50688 2.321995465: 51200 2.345215420: 51712 2.368435374: 52224 2.391655329: 52736 2.414875283: 53248 2.438095238: 53760 2.461315193: 54272 2.484535147: 54784 2.507755102: 55296 2.530975057: 55808 2.554195011: 56320 2.577414966: 56832 2.600634921: 57344 2.623854875: 57856 2.647074830: 58368 2.670294785: 58880 2.693514739: 59392 2.716734694: 59904 2.739954649: 60416 2.763174603: 60928 2.786394558: 61440 2.809614512: 61952 2.832834467: 62464 2.856054422: 62976 2.879274376: 63488 2.902494331: 64000 2.925714286: 64512 2.948934240: 65024 2.972154195: 65536 2.995374150: 66048 3.018594104: 66560 3.041814059: 67072 3.065034014: 67584 3.088253968: 68096 3.111473923: 68608 3.134693878: 69120 3.157913832: 69632 3.181133787: 70144 3.204353741: 70656 3.227573696: 71168 3.250793651: 71680 3.274013605: 72192 3.297233560: 72704 3.320453515: 73216 3.343673469: 73728 3.366893424: 74240 3.390113379: 74752 3.413333333: 75264 3.436553288: 75776 3.459773243: 76288 3.482993197: 76800 3.506213152: 77312 3.529433107: 77824 3.552653061: 78336 3.575873016: 78848 3.599092971: 79360 3.622312925: 79872 3.645532880: 80384 3.668752834: 80896 3.691972789: 81408 3.715192744: 81920 3.738412698: 82432 3.761632653: 82944 3.784852608: 83456 3.808072562: 83968 3.831292517: 84480 3.854512472: 84992 3.877732426: 85504 3.900952381: 86016 3.924172336: 86528 3.947392290: 87040 3.970612245: 87552 3.993832200: 88064 4.017052154: 88576 4.040272109: 89088 4.063492063: 89600 4.086712018: 90112 4.109931973: 90624 4.133151927: 91136 4.156371882: 91648 4.179591837: 92160 4.202811791: 92672 4.226031746: 93184 4.249251701: 93696 4.272471655: 94208 4.295691610: 94720 4.318911565: 95232 4.342131519: 95744 4.365351474: 96256 4.388571429: 96768 4.411791383: 97280 4.435011338: 97792 4.458231293: 98304 4.481451247: 98816 4.504671202: 99328 4.527891156: 99840 4.551111111: 100352 4.574331066: 100864 4.597551020: 101376 4.620770975: 101888 4.643990930: 102400 4.667210884: 102912 4.690430839: 103424 4.713650794: 103936 4.736870748: 104448 4.760090703: 104960 4.783310658: 105472 4.806530612: 105984 4.829750567: 106496 4.852970522: 107008 4.876190476: 107520 4.899410431: 108032 4.922630385: 108544 4.945850340: 109056 4.969070295: 109568 4.992290249: 110080 5.015510204: 110592 5.038730159: 111104 5.061950113: 111616 5.085170068: 112128 5.108390023: 112640 5.131609977: 113152 5.154829932: 113664 5.178049887: 114176 5.201269841: 114688 5.224489796: 115200 5.247709751: 115712 5.270929705: 116224 5.294149660: 116736 5.317369615: 117248 5.340589569: 117760 5.363809524: 118272 5.387029478: 118784 5.410249433: 119296 5.433469388: 119808 5.456689342: 120320 5.479909297: 120832 5.503129252: 121344 5.526349206: 121856 5.549569161: 122368 5.572789116: 122880 5.596009070: 123392 5.619229025: 123904 5.642448980: 124416 5.665668934: 124928 5.688888889: 125440 5.712108844: 125952 5.735328798: 126464 5.758548753: 126976 5.781768707: 127488 5.804988662: 128000 5.828208617: 128512 5.851428571: 129024 5.874648526: 129536 5.897868481: 130048 5.921088435: 130560 5.944308390: 131072 5.967528345: 131584 5.990748299: 132096 6.013968254: 132608 6.037188209: 133120 6.060408163: 133632 6.083628118: 134144 6.106848073: 134656 6.130068027: 135168 6.153287982: 135680 6.176507937: 136192 6.199727891: 136704 6.222947846: 137216 6.246167800: 137728 6.269387755: 138240 6.292607710: 138752 6.315827664: 139264 6.339047619: 139776 6.362267574: 140288 6.385487528: 140800 6.408707483: 141312 6.431927438: 141824 6.455147392: 142336 6.478367347: 142848 6.501587302: 143360 6.524807256: 143872 6.548027211: 144384 6.571247166: 144896 6.594467120: 145408 6.617687075: 145920 6.640907029: 146432 6.664126984: 146944 6.687346939: 147456 6.710566893: 147968 6.733786848: 148480 6.757006803: 148992 6.780226757: 149504 6.803446712: 150016 6.826666667: 150528 6.849886621: 151040 6.873106576: 151552 6.896326531: 152064 6.919546485: 152576 6.942766440: 153088 6.965986395: 153600 6.989206349: 154112 7.012426304: 154624 7.035646259: 155136 7.058866213: 155648 7.082086168: 156160 7.105306122: 156672 7.128526077: 157184 7.151746032: 157696 7.174965986: 158208 7.198185941: 158720 7.221405896: 159232 7.244625850: 159744 7.267845805: 160256 7.291065760: 160768 7.314285714: 161280 7.337505669: 161792 7.360725624: 162304 7.383945578: 162816 7.407165533: 163328 7.430385488: 163840 7.453605442: 164352 7.476825397: 164864 7.500045351: 165376 7.523265306: 165888 7.546485261: 166400 7.569705215: 166912 7.592925170: 167424 7.616145125: 167936 7.639365079: 168448 7.662585034: 168960 7.685804989: 169472 7.709024943: 169984 7.732244898: 170496 7.755464853: 171008 7.778684807: 171520 7.801904762: 172032 7.825124717: 172544 7.848344671: 173056 7.871564626: 173568 7.894784580: 174080 7.918004535: 174592 7.941224490: 175104 7.964444444: 175616 7.987664399: 176128 8.010884354: 176640 8.034104308: 177152 8.057324263: 177664 8.080544218: 178176 8.103764172: 178688 8.126984127: 179200 8.150204082: 179712 8.173424036: 180224 8.196643991: 180736 8.219863946: 181248 8.243083900: 181760 8.266303855: 182272 8.289523810: 182784 8.312743764: 183296 8.335963719: 183808 8.359183673: 184320 8.382403628: 184832 8.405623583: 185344 8.428843537: 185856 8.452063492: 186368 8.475283447: 186880 8.498503401: 187392 8.521723356: 187904 8.544943311: 188416 8.568163265: 188928 8.591383220: 189440 8.614603175: 189952 8.637823129: 190464 8.661043084: 190976 8.684263039: 191488 8.707482993: 192000 8.730702948: 192512 8.753922902: 193024 8.777142857: 193536 8.800362812: 194048 8.823582766: 194560 8.846802721: 195072 8.870022676: 195584 8.893242630: 196096 8.916462585: 196608 8.939682540: 197120 8.962902494: 197632 8.986122449: 198144 9.009342404: 198656 9.032562358: 199168 9.055782313: 199680 9.079002268: 200192 9.102222222: 200704 9.125442177: 201216 9.148662132: 201728 9.171882086: 202240 9.195102041: 202752 9.218321995: 203264 9.241541950: 203776 9.264761905: 204288 9.287981859: 204800 9.311201814: 205312 9.334421769: 205824 9.357641723: 206336 9.380861678: 206848 9.404081633: 207360 9.427301587: 207872 9.450521542: 208384 9.473741497: 208896 9.496961451: 209408 9.520181406: 209920 9.543401361: 210432 9.566621315: 210944 9.589841270: 211456 9.613061224: 211968 9.636281179: 212480 9.659501134: 212992 9.682721088: 213504 9.705941043: 214016 9.729160998: 214528 9.752380952: 215040 9.775600907: 215552 9.798820862: 216064 9.822040816: 216576 9.845260771: 217088 9.868480726: 217600 9.891700680: 218112 9.914920635: 218624 9.938140590: 219136 9.961360544: 219648 9.984580499: 220160 10.007800454: 220672 10.031020408: 221184 10.054240363: 221696 10.077460317: 222208 10.100680272: 222720 10.123900227: 223232 10.147120181: 223744 10.170340136: 224256 10.193560091: 224768 10.216780045: 225280 10.240000000: 225792 10.263219955: 226304 10.286439909: 226816 10.309659864: 227328 10.332879819: 227840 10.356099773: 228352 10.379319728: 228864 10.402539683: 229376 10.425759637: 229888 10.448979592: 230400 10.472199546: 230912 10.495419501: 231424 10.518639456: 231936 10.541859410: 232448 10.565079365: 232960 10.588299320: 233472 10.611519274: 233984 10.634739229: 234496 10.657959184: 235008 10.681179138: 235520 10.704399093: 236032 10.727619048: 236544 10.750839002: 237056 10.774058957: 237568 10.797278912: 238080 10.820498866: 238592 10.843718821: 239104 10.866938776: 239616 10.890158730: 240128 10.913378685: 240640 10.936598639: 241152 10.959818594: 241664 10.983038549: 242176 11.006258503: 242688 11.029478458: 243200 11.052698413: 243712 11.075918367: 244224 11.099138322: 244736 11.122358277: 245248 11.145578231: 245760 11.168798186: 246272 11.192018141: 246784 11.215238095: 247296 11.238458050: 247808 11.261678005: 248320 11.284897959: 248832 11.308117914: 249344 11.331337868: 249856 11.354557823: 250368 11.377777778: 250880 11.400997732: 251392 11.424217687: 251904 11.447437642: 252416 11.470657596: 252928 11.493877551: 253440 11.517097506: 253952 11.540317460: 254464 11.563537415: 254976 11.586757370: 255488 11.609977324: 256000 11.633197279: 256512 11.656417234: 257024 11.679637188: 257536 11.702857143: 258048 11.726077098: 258560 11.749297052: 259072 11.772517007: 259584 11.795736961: 260096 11.818956916: 260608 11.842176871: 261120 11.865396825: 261632 11.888616780: 262144 11.911836735: 262656 11.935056689: 263168 11.958276644: 263680 11.981496599: 264192 12.004716553: 264704 12.027936508: 265216 12.051156463: 265728 12.074376417: 266240 12.097596372: 266752 12.120816327: 267264 12.144036281: 267776 12.167256236: 268288 12.190476190: 268800 12.213696145: 269312 12.236916100: 269824 12.260136054: 270336 12.283356009: 270848 12.306575964: 271360 12.329795918: 271872 12.353015873: 272384 12.376235828: 272896 12.399455782: 273408 12.422675737: 273920 12.445895692: 274432 12.469115646: 274944 12.492335601: 275456 12.515555556: 275968 12.538775510: 276480 12.561995465: 276992 12.585215420: 277504 12.608435374: 278016 12.631655329: 278528 12.654875283: 279040 12.678095238: 279552 12.701315193: 280064 12.724535147: 280576 12.747755102: 281088 12.770975057: 281600 12.794195011: 282112 12.817414966: 282624 12.840634921: 283136 12.863854875: 283648 12.887074830: 284160 12.910294785: 284672 12.933514739: 285184 12.956734694: 285696 12.979954649: 286208 13.003174603: 286720 13.026394558: 287232 13.049614512: 287744 13.072834467: 288256 13.096054422: 288768 13.119274376: 289280 13.142494331: 289792 13.165714286: 290304 13.188934240: 290816 13.212154195: 291328 13.235374150: 291840 13.258594104: 292352 13.281814059: 292864 13.305034014: 293376 13.328253968: 293888 13.351473923: 294400 13.374693878: 294912 13.397913832: 295424 13.421133787: 295936 13.444353741: 296448 13.467573696: 296960 13.490793651: 297472 13.514013605: 297984 13.537233560: 298496 13.560453515: 299008 13.583673469: 299520 13.606893424: 300032 13.630113379: 300544 13.653333333: 301056 13.676553288: 301568 13.699773243: 302080 13.722993197: 302592 13.746213152: 303104 13.769433107: 303616 13.792653061: 304128 13.815873016: 304640 13.839092971: 305152 13.862312925: 305664 13.885532880: 306176 13.908752834: 306688 13.931972789: 307200 13.955192744: 307712 13.978412698: 308224 14.001632653: 308736 14.024852608: 309248 14.048072562: 309760 14.071292517: 310272 14.094512472: 310784 14.117732426: 311296 14.140952381: 311808 14.164172336: 312320 14.187392290: 312832 14.210612245: 313344 14.233832200: 313856 14.257052154: 314368 14.280272109: 314880 14.303492063: 315392 14.326712018: 315904 14.349931973: 316416 14.373151927: 316928 14.396371882: 317440 14.419591837: 317952 14.442811791: 318464 14.466031746: 318976 14.489251701: 319488 14.512471655: 320000 14.535691610: 320512 14.558911565: 321024 14.582131519: 321536 14.605351474: 322048 14.628571429: 322560 14.651791383: 323072 14.675011338: 323584 14.698231293: 324096 14.721451247: 324608 14.744671202: 325120 14.767891156: 325632 14.791111111: 326144 14.814331066: 326656 14.837551020: 327168 14.860770975: 327680 14.883990930: 328192 14.907210884: 328704 14.930430839: 329216 14.953650794: 329728 14.976870748: 330240 15.000090703: 330752 15.023310658: 331264 15.046530612: 331776 15.069750567: 332288 15.092970522: 332800 15.116190476: 333312 15.139410431: 333824 15.162630385: 334336 15.185850340: 334848 15.209070295: 335360 15.232290249: 335872 15.255510204: 336384 15.278730159: 336896 15.301950113: 337408 15.325170068: 337920 15.348390023: 338432 15.371609977: 338944 15.394829932: 339456 15.418049887: 339968 15.441269841: 340480 15.464489796: 340992 15.487709751: 341504 15.510929705: 342016 15.534149660: 342528 15.557369615: 343040 15.580589569: 343552 15.603809524: 344064 15.627029478: 344576 15.650249433: 345088 15.673469388: 345600 15.696689342: 346112 15.719909297: 346624 15.743129252: 347136 15.766349206: 347648 15.789569161: 348160 15.812789116: 348672 15.836009070: 349184 15.859229025: 349696 15.882448980: 350208 15.905668934: 350720 15.928888889: 351232 15.952108844: 351744 15.975328798: 352256 15.998548753: 352768 16.021768707: 353280 16.044988662: 353792 16.068208617: 354304 16.091428571: 354816 16.114648526: 355328 16.137868481: 355840 16.161088435: 356352 16.184308390: 356864 16.207528345: 357376 16.230748299: 357888 16.253968254: 358400 16.277188209: 358912 16.300408163: 359424 16.323628118: 359936 16.346848073: 360448 16.370068027: 360960 16.393287982: 361472 16.416507937: 361984 16.439727891: 362496 16.462947846: 363008 16.486167800: 363520 16.509387755: 364032 16.532607710: 364544 16.555827664: 365056 16.579047619: 365568 16.602267574: 366080 16.625487528: 366592 16.648707483: 367104 16.671927438: 367616 16.695147392: 368128 16.718367347: 368640 16.741587302: 369152 16.764807256: 369664 16.788027211: 370176 16.811247166: 370688 16.834467120: 371200 16.857687075: 371712 16.880907029: 372224 16.904126984: 372736 16.927346939: 373248 16.950566893: 373760 16.973786848: 374272 16.997006803: 374784 17.020226757: 375296 17.043446712: 375808 17.066666667: 376320 17.089886621: 376832 17.113106576: 377344 17.136326531: 377856 17.159546485: 378368 17.182766440: 378880 17.205986395: 379392 17.229206349: 379904 17.252426304: 380416 17.275646259: 380928 17.298866213: 381440 17.322086168: 381952 17.345306122: 382464 17.368526077: 382976 17.391746032: 383488 17.414965986: 384000 17.438185941: 384512 17.461405896: 385024 17.484625850: 385536 17.507845805: 386048 17.531065760: 386560 17.554285714: 387072 17.577505669: 387584 17.600725624: 388096 17.623945578: 388608 17.647165533: 389120 17.670385488: 389632 17.693605442: 390144 17.716825397: 390656 17.740045351: 391168 17.763265306: 391680 17.786485261: 392192 17.809705215: 392704 17.832925170: 393216 17.856145125: 393728 17.879365079: 394240 17.902585034: 394752 17.925804989: 395264 17.949024943: 395776 17.972244898: 396288 17.995464853: 396800 18.018684807: 397312 18.041904762: 397824 18.065124717: 398336 18.088344671: 398848 18.111564626: 399360 18.134784580: 399872 18.158004535: 400384 18.181224490: 400896 18.204444444: 401408 18.227664399: 401920 18.250884354: 402432 18.274104308: 402944 18.297324263: 403456 18.320544218: 403968 18.343764172: 404480 18.366984127: 404992 18.390204082: 405504 18.413424036: 406016 18.436643991: 406528 18.459863946: 407040 18.483083900: 407552 18.506303855: 408064 18.529523810: 408576 18.552743764: 409088 18.575963719: 409600 18.599183673: 410112 18.622403628: 410624 18.645623583: 411136 18.668843537: 411648 18.692063492: 412160 18.715283447: 412672 18.738503401: 413184 18.761723356: 413696 18.784943311: 414208 18.808163265: 414720 18.831383220: 415232 18.854603175: 415744 18.877823129: 416256 18.901043084: 416768 18.924263039: 417280 18.947482993: 417792 18.970702948: 418304 18.993922902: 418816 19.017142857: 419328 19.040362812: 419840 19.063582766: 420352 19.086802721: 420864 19.110022676: 421376 19.133242630: 421888 19.156462585: 422400 19.179682540: 422912 19.202902494: 423424 19.226122449: 423936 19.249342404: 424448 19.272562358: 424960 19.295782313: 425472 19.319002268: 425984 19.342222222: 426496 19.365442177: 427008 19.388662132: 427520 19.411882086: 428032 19.435102041: 428544 19.458321995: 429056 19.481541950: 429568 19.504761905: 430080 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_instants.txt0000644000000000000000000000047013660464475024371 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:instants 1.500000000: 2 of 10 at 1.5 3.000000000: 3 of 10 at 3 4.500000000: 4 of 10 at 4.5 6.000000000: 5 of 10 at 6 7.500000000: 6 of 10 at 7.5 9.000000000: 7 of 10 at 9 10.500000000: 8 of 10 at 10.5 12.000000000: 9 of 10 at 12 13.500000000: 10 of 10 at 13.5 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin-freq_notes-regions.txt0000644000000000000000000000111013660464475025312 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin-freq:notes-regions 1.000000000, 0.500000000: 0.1 2 of 10: 0.1 at 1 dur. 0.5 2.000000000, 1.750000000: 0.2 3 of 10: 0.2 at 2 dur. 1.75 3.000000000, 0.500000000: 0.3 4 of 10: 0.3 at 3 dur. 0.5 4.000000000, 1.750000000: 0.4 5 of 10: 0.4 at 4 dur. 1.75 5.000000000, 0.500000000: 0.5 6 of 10: 0.5 at 5 dur. 0.5 6.000000000, 1.750000000: 0.6 7 of 10: 0.6 at 6 dur. 1.75 7.000000000, 0.500000000: 0.7 8 of 10: 0.7 at 7 dur. 0.5 8.000000000, 1.750000000: 0.8 9 of 10: 0.8 at 8 dur. 1.75 9.000000000, 0.500000000: 0.9 10 of 10: 0.9 at 9 dur. 0.5 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_curve-fsr-mixed.txt0000644000000000000000000000077613660464475024624 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:curve-fsr-mixed 2.400000000: 0 1 of 10: 0 at 2.4 snap to 2.4 2.800000000: 0.1 2 of 10: 0.1 at 2.9 snap to 2.8 3.200000000: 0.2 3 of 10: 0.2 at 3.14 snap to 3.2 3.600000000: 0.3 4 of 10: 0.3 at 3.5 snap to 3.6 4.000000000: 0.4 5 of 10: 0.4 at 4 4.400000000: 0.5 6 of 10: 0.5 at 4.4 4.000000000: 0.6 7 of 10: 0.6 at 3.9 snap to 4 4.400000000: 0.7 8 of 10: 0.7 at 4.4 snap to 4.4 4.800000000: 0.8 9 of 10: 0.8 at 4.8 5.200000000: 0.9 10 of 10: 0.9 at 5 snap to 5.2 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_curve-fsr-timed.txt0000644000000000000000000000102313660464475024602 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:curve-fsr-timed 0.000000000: 0 1 of 10: 0 at 0 snap to 0 0.000000000: 0.1 2 of 10: 0.1 at 0 snap to 0 0.000000000: 0.2 3 of 10: 0.2 at 0.166 snap to 0 0.400000000: 0.3 4 of 10: 0.3 at 0.333 snap to 0.4 2.000000000: 0.4 5 of 10: 0.4 at 2 snap to 2 2.000000000: 0.5 6 of 10: 0.5 at 2 snap to 2 2.000000000: 0.6 7 of 10: 0.6 at 2.166 snap to 2 2.400000000: 0.7 8 of 10: 0.7 at 2.333 snap to 2.4 4.000000000: 0.8 9 of 10: 0.8 at 4 snap to 4 4.000000000: 0.9 10 of 10: 0.9 at 4 snap to 4 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_curve-fsr.txt0000644000000000000000000000064513660464475023513 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:curve-fsr 0.000000000: 0 1 of 10: 0 at 0 0.400000000: 0.1 2 of 10: 0.1 at 0.4 0.800000000: 0.2 3 of 10: 0.2 at 0.8 1.200000000: 0.3 4 of 10: 0.3 at 1.2 1.600000000: 0.4 5 of 10: 0.4 at 1.6 2.000000000: 0.5 6 of 10: 0.5 at 2 2.400000000: 0.6 7 of 10: 0.6 at 2.4 2.800000000: 0.7 8 of 10: 0.7 at 2.8 3.200000000: 0.8 9 of 10: 0.8 at 3.2 3.600000000: 0.9 10 of 10: 0.9 at 3.6 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_curve-oss.txt0000644000000000000000000000154513660464475023525 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:curve-oss 0.000000000: 0 1 of 20: 0 at 0 0.046439909: 0.05 2 of 20: 0.05 at 0.046 0.092879819: 0.1 3 of 20: 0.1 at 0.092 0.139319728: 0.15 4 of 20: 0.15 at 0.139 0.185759637: 0.2 5 of 20: 0.2 at 0.185 0.232199546: 0.25 6 of 20: 0.25 at 0.232 0.278639456: 0.3 7 of 20: 0.3 at 0.278 0.325079365: 0.35 8 of 20: 0.35 at 0.325 0.371519274: 0.4 9 of 20: 0.4 at 0.371 0.417959184: 0.45 10 of 20: 0.45 at 0.417 0.464399093: 0.5 11 of 20: 0.5 at 0.464 0.510839002: 0.55 12 of 20: 0.55 at 0.51 0.557278912: 0.6 13 of 20: 0.6 at 0.557 0.603718821: 0.65 14 of 20: 0.65 at 0.603 0.650158730: 0.7 15 of 20: 0.7 at 0.65 0.696598639: 0.75 16 of 20: 0.75 at 0.696 0.743038549: 0.8 17 of 20: 0.8 at 0.743 0.789478458: 0.85 18 of 20: 0.85 at 0.789 0.835918367: 0.9 19 of 20: 0.9 at 0.835 0.882358277: 0.95 20 of 20: 0.95 at 0.882 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_curve-vsr.txt0000644000000000000000000000065013660464475023527 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:curve-vsr 0.000000000: 0 1 of 10: 0 at 0 0.750000000: 0.1 2 of 10: 0.1 at 0.75 1.500000000: 0.2 3 of 10: 0.2 at 1.5 2.250000000: 0.3 4 of 10: 0.3 at 2.25 3.000000000: 0.4 5 of 10: 0.4 at 3 3.750000000: 0.5 6 of 10: 0.5 at 3.75 4.500000000: 0.6 7 of 10: 0.6 at 4.5 5.250000000: 0.7 8 of 10: 0.7 at 5.25 6.000000000: 0.8 9 of 10: 0.8 at 6 6.750000000: 0.9 10 of 10: 0.9 at 6.75 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_grid-fsr.txt0000644000000000000000000000141613660464475023311 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:grid-fsr 0.000000000: 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 1 of 10 at 0 0.400000000: 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 2 of 10 at 0.4 0.800000000: 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 3 of 10 at 0.8 1.200000000: 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 4 of 10 at 1.2 1.600000000: 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 5 of 10 at 1.6 2.000000000: 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 6 of 10 at 2 2.400000000: 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 7 of 10 at 2.4 2.800000000: 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 8 of 10 at 2.8 3.200000000: 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 9 of 10 at 3.2 3.600000000: 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 1 10 of 10 at 3.6 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_grid-oss.txt0000644000000000000000000000413013660464475023317 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:grid-oss 0.000000000: 0.0666667 0.1 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 1 of 20 at 0 0.046439909: 0.1 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 2 of 20 at 0.046 0.092879819: 0.133333 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 3 of 20 at 0.092 0.139319728: 0.166667 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 4 of 20 at 0.139 0.185759637: 0.2 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 5 of 20 at 0.185 0.232199546: 0.233333 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 6 of 20 at 0.232 0.278639456: 0.266667 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 7 of 20 at 0.278 0.325079365: 0.3 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 8 of 20 at 0.325 0.371519274: 0.333333 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 9 of 20 at 0.371 0.417959184: 0.366667 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 10 of 20 at 0.417 0.464399093: 0.4 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 11 of 20 at 0.464 0.510839002: 0.433333 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 12 of 20 at 0.51 0.557278912: 0.466667 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 13 of 20 at 0.557 0.603718821: 0.5 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 14 of 20 at 0.603 0.650158730: 0.533333 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 15 of 20 at 0.65 0.696598639: 0.566667 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 16 of 20 at 0.696 0.743038549: 0.6 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 17 of 20 at 0.743 0.789478458: 0.633333 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 18 of 20 at 0.789 0.835918367: 0.666667 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 0.966667 19 of 20 at 0.835 0.882358277: 0.7 0.733333 0.766667 0.8 0.833333 0.866667 0.9 0.933333 0.966667 1 20 of 20 at 0.882 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_input-summary.txt0000644000000000000000000003077013660464475024433 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:input-summary 0.000000000: 0 0 0.046439909: 1.04688 972 0.092879819: 1.09375 997.992 0.139319728: 1.14844 1003.99 0.185759637: 1.19531 1010.99 0.232199546: 1.24219 1011.99 0.278639456: 1.29688 1010.99 0.325079365: 1.34375 1019.99 0.371519274: 1.39062 1019.99 0.417959184: 1.44531 1020.99 0.464399093: 1.49219 1019.99 0.510839002: 1.53906 1019.99 0.557278912: 1.59375 1019.99 0.603718821: 1.64062 1019 0.650158730: 1.6875 1019.99 0.696598639: 1.74219 1019.99 0.743038549: 1.78906 1020.99 0.789478458: 1.83594 1019 0.835918367: 1.89062 1020.99 0.882358277: 1.9375 1018.99 0.928798186: 0 0 0.975238095: 1.04688 972 1.021678005: 1.09375 997.992 1.068117914: 1.14844 1003.99 1.114557823: 1.19531 1010.99 1.160997732: 1.24219 1011.99 1.207437642: 1.29688 1010.99 1.253877551: 1.34375 1019.99 1.300317460: 1.39062 1019.99 1.346757370: 1.44531 1020.99 1.393197279: 1.49219 1019.99 1.439637188: 1.53906 1019.99 1.486077098: 1.59375 1019.99 1.532517007: 1.64062 1019 1.578956916: 1.6875 1019.99 1.625396825: 1.74219 1019.99 1.671836735: 1.78906 1020.99 1.718276644: 1.83594 1019 1.764716553: 1.89062 1020.99 1.811156463: 1.9375 1018.99 1.857596372: 0 0 1.904036281: 1.04688 972 1.950476190: 1.09375 997.992 1.996916100: 1.14844 1003.99 2.043356009: 1.19531 1010.99 2.089795918: 1.24219 1011.99 2.136235828: 1.29688 1010.99 2.182675737: 1.34375 1019.99 2.229115646: 1.39062 1019.99 2.275555556: 1.44531 1020.99 2.321995465: 1.49219 1019.99 2.368435374: 1.53906 1019.99 2.414875283: 1.59375 1019.99 2.461315193: 1.64062 1019 2.507755102: 1.6875 1019.99 2.554195011: 1.74219 1019.99 2.600634921: 1.78906 1020.99 2.647074830: 1.83594 1019 2.693514739: 1.89062 1020.99 2.739954649: 1.9375 1018.99 2.786394558: 0 0 2.832834467: 1.04688 972 2.879274376: 1.09375 997.992 2.925714286: 1.14844 1003.99 2.972154195: 1.19531 1010.99 3.018594104: 1.24219 1011.99 3.065034014: 1.29688 1010.99 3.111473923: 1.34375 1019.99 3.157913832: 1.39062 1019.99 3.204353741: 1.44531 1020.99 3.250793651: 1.49219 1019.99 3.297233560: 1.53906 1019.99 3.343673469: 1.59375 1019.99 3.390113379: 1.64062 1019 3.436553288: 1.6875 1019.99 3.482993197: 1.74219 1019.99 3.529433107: 1.78906 1020.99 3.575873016: 1.83594 1019 3.622312925: 1.89062 1020.99 3.668752834: 1.9375 1018.99 3.715192744: 0 0 3.761632653: 1.04688 972 3.808072562: 1.09375 997.992 3.854512472: 1.14844 1003.99 3.900952381: 1.19531 1010.99 3.947392290: 1.24219 1011.99 3.993832200: 1.29688 1010.99 4.040272109: 1.34375 1019.99 4.086712018: 1.39062 1019.99 4.133151927: 1.44531 1020.99 4.179591837: 1.49219 1019.99 4.226031746: 1.53906 1019.99 4.272471655: 1.59375 1019.99 4.318911565: 1.64062 1019 4.365351474: 1.6875 1019.99 4.411791383: 1.74219 1019.99 4.458231293: 1.78906 1020.99 4.504671202: 1.83594 1019 4.551111111: 1.89062 1020.99 4.597551020: 1.9375 1018.99 4.643990930: 0 0 4.690430839: 1.04688 972 4.736870748: 1.09375 997.992 4.783310658: 1.14844 1003.99 4.829750567: 1.19531 1010.99 4.876190476: 1.24219 1011.99 4.922630385: 1.29688 1010.99 4.969070295: 1.34375 1019.99 5.015510204: 1.39062 1019.99 5.061950113: 1.44531 1020.99 5.108390023: 1.49219 1019.99 5.154829932: 1.53906 1019.99 5.201269841: 1.59375 1019.99 5.247709751: 1.64062 1019 5.294149660: 1.6875 1019.99 5.340589569: 1.74219 1019.99 5.387029478: 1.78906 1020.99 5.433469388: 1.83594 1019 5.479909297: 1.89062 1020.99 5.526349206: 1.9375 1018.99 5.572789116: 0 0 5.619229025: 1.04688 972 5.665668934: 1.09375 997.992 5.712108844: 1.14844 1003.99 5.758548753: 1.19531 1010.99 5.804988662: 1.24219 1011.99 5.851428571: 1.29688 1010.99 5.897868481: 1.34375 1019.99 5.944308390: 1.39062 1019.99 5.990748299: 1.44531 1020.99 6.037188209: 1.49219 1019.99 6.083628118: 1.53906 1019.99 6.130068027: 1.59375 1019.99 6.176507937: 1.64062 1019 6.222947846: 1.6875 1019.99 6.269387755: 1.74219 1019.99 6.315827664: 1.78906 1020.99 6.362267574: 1.83594 1019 6.408707483: 1.89062 1020.99 6.455147392: 1.9375 1018.99 6.501587302: 0 0 6.548027211: 1.04688 972 6.594467120: 1.09375 997.992 6.640907029: 1.14844 1003.99 6.687346939: 1.19531 1010.99 6.733786848: 1.24219 1011.99 6.780226757: 1.29688 1010.99 6.826666667: 1.34375 1019.99 6.873106576: 1.39062 1019.99 6.919546485: 1.44531 1020.99 6.965986395: 1.49219 1019.99 7.012426304: 1.53906 1019.99 7.058866213: 1.59375 1019.99 7.105306122: 1.64062 1019 7.151746032: 1.6875 1019.99 7.198185941: 1.74219 1019.99 7.244625850: 1.78906 1020.99 7.291065760: 1.83594 1019 7.337505669: 1.89062 1020.99 7.383945578: 1.9375 1018.99 7.430385488: 0 0 7.476825397: 1.04688 972 7.523265306: 1.09375 997.992 7.569705215: 1.14844 1003.99 7.616145125: 1.19531 1010.99 7.662585034: 1.24219 1011.99 7.709024943: 1.29688 1010.99 7.755464853: 1.34375 1019.99 7.801904762: 1.39062 1019.99 7.848344671: 1.44531 1020.99 7.894784580: 1.49219 1019.99 7.941224490: 1.53906 1019.99 7.987664399: 1.59375 1019.99 8.034104308: 1.64062 1019 8.080544218: 1.6875 1019.99 8.126984127: 1.74219 1019.99 8.173424036: 1.78906 1020.99 8.219863946: 1.83594 1019 8.266303855: 1.89062 1020.99 8.312743764: 1.9375 1018.99 8.359183673: 0 0 8.405623583: 1.04688 972 8.452063492: 1.09375 997.992 8.498503401: 1.14844 1003.99 8.544943311: 1.19531 1010.99 8.591383220: 1.24219 1011.99 8.637823129: 1.29688 1010.99 8.684263039: 1.34375 1019.99 8.730702948: 1.39062 1019.99 8.777142857: 1.44531 1020.99 8.823582766: 1.49219 1019.99 8.870022676: 1.53906 1019.99 8.916462585: 1.59375 1019.99 8.962902494: 1.64062 1019 9.009342404: 1.6875 1019.99 9.055782313: 1.74219 1019.99 9.102222222: 1.78906 1020.99 9.148662132: 1.83594 1019 9.195102041: 1.89062 1020.99 9.241541950: 1.9375 1018.99 9.287981859: 0 0 9.334421769: 1.04688 972 9.380861678: 1.09375 997.992 9.427301587: 1.14844 1003.99 9.473741497: 1.19531 1010.99 9.520181406: 1.24219 1011.99 9.566621315: 1.29688 1010.99 9.613061224: 1.34375 1019.99 9.659501134: 1.39062 1019.99 9.705941043: 1.44531 1020.99 9.752380952: 1.49219 1019.99 9.798820862: 1.53906 1019.99 9.845260771: 1.59375 1019.99 9.891700680: 1.64062 1019 9.938140590: 1.6875 1019.99 9.984580499: 1.74219 1019.99 10.031020408: 1.78906 1020.99 10.077460317: 1.83594 1019 10.123900227: 1.89062 1020.99 10.170340136: 1.9375 1018.99 10.216780045: 0 0 10.263219955: 1.04688 972 10.309659864: 1.09375 997.992 10.356099773: 1.14844 1003.99 10.402539683: 1.19531 1010.99 10.448979592: 1.24219 1011.99 10.495419501: 1.29688 1010.99 10.541859410: 1.34375 1019.99 10.588299320: 1.39062 1019.99 10.634739229: 1.44531 1020.99 10.681179138: 1.49219 1019.99 10.727619048: 1.53906 1019.99 10.774058957: 1.59375 1019.99 10.820498866: 1.64062 1019 10.866938776: 1.6875 1019.99 10.913378685: 1.74219 1019.99 10.959818594: 1.78906 1020.99 11.006258503: 1.83594 1019 11.052698413: 1.89062 1020.99 11.099138322: 1.9375 1018.99 11.145578231: 0 0 11.192018141: 1.04688 972 11.238458050: 1.09375 997.992 11.284897959: 1.14844 1003.99 11.331337868: 1.19531 1010.99 11.377777778: 1.24219 1011.99 11.424217687: 1.29688 1010.99 11.470657596: 1.34375 1019.99 11.517097506: 1.39062 1019.99 11.563537415: 1.44531 1020.99 11.609977324: 1.49219 1019.99 11.656417234: 1.53906 1019.99 11.702857143: 1.59375 1019.99 11.749297052: 1.64062 1019 11.795736961: 1.6875 1019.99 11.842176871: 1.74219 1019.99 11.888616780: 1.78906 1020.99 11.935056689: 1.83594 1019 11.981496599: 1.89062 1020.99 12.027936508: 1.9375 1018.99 12.074376417: 0 0 12.120816327: 1.04688 972 12.167256236: 1.09375 997.992 12.213696145: 1.14844 1003.99 12.260136054: 1.19531 1010.99 12.306575964: 1.24219 1011.99 12.353015873: 1.29688 1010.99 12.399455782: 1.34375 1019.99 12.445895692: 1.39062 1019.99 12.492335601: 1.44531 1020.99 12.538775510: 1.49219 1019.99 12.585215420: 1.53906 1019.99 12.631655329: 1.59375 1019.99 12.678095238: 1.64062 1019 12.724535147: 1.6875 1019.99 12.770975057: 1.74219 1019.99 12.817414966: 1.78906 1020.99 12.863854875: 1.83594 1019 12.910294785: 1.89062 1020.99 12.956734694: 1.9375 1018.99 13.003174603: 0 0 13.049614512: 1.04688 972 13.096054422: 1.09375 997.992 13.142494331: 1.14844 1003.99 13.188934240: 1.19531 1010.99 13.235374150: 1.24219 1011.99 13.281814059: 1.29688 1010.99 13.328253968: 1.34375 1019.99 13.374693878: 1.39062 1019.99 13.421133787: 1.44531 1020.99 13.467573696: 1.49219 1019.99 13.514013605: 1.53906 1019.99 13.560453515: 1.59375 1019.99 13.606893424: 1.64062 1019 13.653333333: 1.6875 1019.99 13.699773243: 1.74219 1019.99 13.746213152: 1.78906 1020.99 13.792653061: 1.83594 1019 13.839092971: 1.89062 1020.99 13.885532880: 1.9375 1018.99 13.931972789: 0 0 13.978412698: 1.04688 972 14.024852608: 1.09375 997.992 14.071292517: 1.14844 1003.99 14.117732426: 1.19531 1010.99 14.164172336: 1.24219 1011.99 14.210612245: 1.29688 1010.99 14.257052154: 1.34375 1019.99 14.303492063: 1.39062 1019.99 14.349931973: 1.44531 1020.99 14.396371882: 1.49219 1019.99 14.442811791: 1.53906 1019.99 14.489251701: 1.59375 1019.99 14.535691610: 1.64062 1019 14.582131519: 1.6875 1019.99 14.628571429: 1.74219 1019.99 14.675011338: 1.78906 1020.99 14.721451247: 1.83594 1019 14.767891156: 1.89062 1020.99 14.814331066: 1.9375 1018.99 14.860770975: 0 0 14.907210884: 1.04688 972 14.953650794: 1.09375 997.992 15.000090703: 1.14844 1003.99 15.046530612: 1.19531 1010.99 15.092970522: 1.24219 1011.99 15.139410431: 1.29688 1010.99 15.185850340: 1.34375 1019.99 15.232290249: 1.39062 1019.99 15.278730159: 1.44531 1020.99 15.325170068: 1.49219 1019.99 15.371609977: 1.53906 1019.99 15.418049887: 1.59375 1019.99 15.464489796: 1.64062 1019 15.510929705: 1.6875 1019.99 15.557369615: 1.74219 1019.99 15.603809524: 1.78906 1020.99 15.650249433: 1.83594 1019 15.696689342: 1.89062 1020.99 15.743129252: 1.9375 1018.99 15.789569161: 0 0 15.836009070: 1.04688 972 15.882448980: 1.09375 997.992 15.928888889: 1.14844 1003.99 15.975328798: 1.19531 1010.99 16.021768707: 1.24219 1011.99 16.068208617: 1.29688 1010.99 16.114648526: 1.34375 1019.99 16.161088435: 1.39062 1019.99 16.207528345: 1.44531 1020.99 16.253968254: 1.49219 1019.99 16.300408163: 1.53906 1019.99 16.346848073: 1.59375 1019.99 16.393287982: 1.64062 1019 16.439727891: 1.6875 1019.99 16.486167800: 1.74219 1019.99 16.532607710: 1.78906 1020.99 16.579047619: 1.83594 1019 16.625487528: 1.89062 1020.99 16.671927438: 1.9375 1018.99 16.718367347: 0 0 16.764807256: 1.04688 972 16.811247166: 1.09375 997.992 16.857687075: 1.14844 1003.99 16.904126984: 1.19531 1010.99 16.950566893: 1.24219 1011.99 16.997006803: 1.29688 1010.99 17.043446712: 1.34375 1019.99 17.089886621: 1.39062 1019.99 17.136326531: 1.44531 1020.99 17.182766440: 1.49219 1019.99 17.229206349: 1.53906 1019.99 17.275646259: 1.59375 1019.99 17.322086168: 1.64062 1019 17.368526077: 1.6875 1019.99 17.414965986: 1.74219 1019.99 17.461405896: 1.78906 1020.99 17.507845805: 1.83594 1019 17.554285714: 1.89062 1020.99 17.600725624: 1.9375 1018.99 17.647165533: 0 0 17.693605442: 1.04688 972 17.740045351: 1.09375 997.992 17.786485261: 1.14844 1003.99 17.832925170: 1.19531 1010.99 17.879365079: 1.24219 1011.99 17.925804989: 1.29688 1010.99 17.972244898: 1.34375 1019.99 18.018684807: 1.39062 1019.99 18.065124717: 1.44531 1020.99 18.111564626: 1.49219 1019.99 18.158004535: 1.53906 1019.99 18.204444444: 1.59375 1019.99 18.250884354: 1.64062 1019 18.297324263: 1.6875 1019.99 18.343764172: 1.74219 1019.99 18.390204082: 1.78906 1020.99 18.436643991: 1.83594 1019 18.483083900: 1.89062 1020.99 18.529523810: 1.9375 1018.99 18.575963719: 0 0 18.622403628: 1.04688 972 18.668843537: 1.09375 997.992 18.715283447: 1.14844 1003.99 18.761723356: 1.19531 1010.99 18.808163265: 1.24219 1011.99 18.854603175: 1.29688 1010.99 18.901043084: 1.34375 1019.99 18.947482993: 1.39062 1019.99 18.993922902: 1.44531 1020.99 19.040362812: 1.49219 1019.99 19.086802721: 1.53906 1019.99 19.133242630: 1.59375 1019.99 19.179682540: 1.64062 1019 19.226122449: 1.6875 1019.99 19.272562358: 1.74219 1019.99 19.319002268: 1.78906 1020.99 19.365442177: 1.83594 1019 19.411882086: 1.89062 1020.99 19.458321995: 1.9375 1018.99 19.504761905: 0 0 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_input-timestamp.txt0000644000000000000000000002230213660464475024731 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:input-timestamp 0.000000000: 0 0.046439909: 1024 0.092879819: 2048 0.139319728: 3072 0.185759637: 4096 0.232199546: 5120 0.278639456: 6144 0.325079365: 7168 0.371519274: 8192 0.417959184: 9216 0.464399093: 10240 0.510839002: 11264 0.557278912: 12288 0.603718821: 13312 0.650158730: 14336 0.696598639: 15360 0.743038549: 16384 0.789478458: 17408 0.835918367: 18432 0.882358277: 19456 0.928798186: 20480 0.975238095: 21504 1.021678005: 22528 1.068117914: 23552 1.114557823: 24576 1.160997732: 25600 1.207437642: 26624 1.253877551: 27648 1.300317460: 28672 1.346757370: 29696 1.393197279: 30720 1.439637188: 31744 1.486077098: 32768 1.532517007: 33792 1.578956916: 34816 1.625396825: 35840 1.671836735: 36864 1.718276644: 37888 1.764716553: 38912 1.811156463: 39936 1.857596372: 40960 1.904036281: 41984 1.950476190: 43008 1.996916100: 44032 2.043356009: 45056 2.089795918: 46080 2.136235828: 47104 2.182675737: 48128 2.229115646: 49152 2.275555556: 50176 2.321995465: 51200 2.368435374: 52224 2.414875283: 53248 2.461315193: 54272 2.507755102: 55296 2.554195011: 56320 2.600634921: 57344 2.647074830: 58368 2.693514739: 59392 2.739954649: 60416 2.786394558: 61440 2.832834467: 62464 2.879274376: 63488 2.925714286: 64512 2.972154195: 65536 3.018594104: 66560 3.065034014: 67584 3.111473923: 68608 3.157913832: 69632 3.204353741: 70656 3.250793651: 71680 3.297233560: 72704 3.343673469: 73728 3.390113379: 74752 3.436553288: 75776 3.482993197: 76800 3.529433107: 77824 3.575873016: 78848 3.622312925: 79872 3.668752834: 80896 3.715192744: 81920 3.761632653: 82944 3.808072562: 83968 3.854512472: 84992 3.900952381: 86016 3.947392290: 87040 3.993832200: 88064 4.040272109: 89088 4.086712018: 90112 4.133151927: 91136 4.179591837: 92160 4.226031746: 93184 4.272471655: 94208 4.318911565: 95232 4.365351474: 96256 4.411791383: 97280 4.458231293: 98304 4.504671202: 99328 4.551111111: 100352 4.597551020: 101376 4.643990930: 102400 4.690430839: 103424 4.736870748: 104448 4.783310658: 105472 4.829750567: 106496 4.876190476: 107520 4.922630385: 108544 4.969070295: 109568 5.015510204: 110592 5.061950113: 111616 5.108390023: 112640 5.154829932: 113664 5.201269841: 114688 5.247709751: 115712 5.294149660: 116736 5.340589569: 117760 5.387029478: 118784 5.433469388: 119808 5.479909297: 120832 5.526349206: 121856 5.572789116: 122880 5.619229025: 123904 5.665668934: 124928 5.712108844: 125952 5.758548753: 126976 5.804988662: 128000 5.851428571: 129024 5.897868481: 130048 5.944308390: 131072 5.990748299: 132096 6.037188209: 133120 6.083628118: 134144 6.130068027: 135168 6.176507937: 136192 6.222947846: 137216 6.269387755: 138240 6.315827664: 139264 6.362267574: 140288 6.408707483: 141312 6.455147392: 142336 6.501587302: 143360 6.548027211: 144384 6.594467120: 145408 6.640907029: 146432 6.687346939: 147456 6.733786848: 148480 6.780226757: 149504 6.826666667: 150528 6.873106576: 151552 6.919546485: 152576 6.965986395: 153600 7.012426304: 154624 7.058866213: 155648 7.105306122: 156672 7.151746032: 157696 7.198185941: 158720 7.244625850: 159744 7.291065760: 160768 7.337505669: 161792 7.383945578: 162816 7.430385488: 163840 7.476825397: 164864 7.523265306: 165888 7.569705215: 166912 7.616145125: 167936 7.662585034: 168960 7.709024943: 169984 7.755464853: 171008 7.801904762: 172032 7.848344671: 173056 7.894784580: 174080 7.941224490: 175104 7.987664399: 176128 8.034104308: 177152 8.080544218: 178176 8.126984127: 179200 8.173424036: 180224 8.219863946: 181248 8.266303855: 182272 8.312743764: 183296 8.359183673: 184320 8.405623583: 185344 8.452063492: 186368 8.498503401: 187392 8.544943311: 188416 8.591383220: 189440 8.637823129: 190464 8.684263039: 191488 8.730702948: 192512 8.777142857: 193536 8.823582766: 194560 8.870022676: 195584 8.916462585: 196608 8.962902494: 197632 9.009342404: 198656 9.055782313: 199680 9.102222222: 200704 9.148662132: 201728 9.195102041: 202752 9.241541950: 203776 9.287981859: 204800 9.334421769: 205824 9.380861678: 206848 9.427301587: 207872 9.473741497: 208896 9.520181406: 209920 9.566621315: 210944 9.613061224: 211968 9.659501134: 212992 9.705941043: 214016 9.752380952: 215040 9.798820862: 216064 9.845260771: 217088 9.891700680: 218112 9.938140590: 219136 9.984580499: 220160 10.031020408: 221184 10.077460317: 222208 10.123900227: 223232 10.170340136: 224256 10.216780045: 225280 10.263219955: 226304 10.309659864: 227328 10.356099773: 228352 10.402539683: 229376 10.448979592: 230400 10.495419501: 231424 10.541859410: 232448 10.588299320: 233472 10.634739229: 234496 10.681179138: 235520 10.727619048: 236544 10.774058957: 237568 10.820498866: 238592 10.866938776: 239616 10.913378685: 240640 10.959818594: 241664 11.006258503: 242688 11.052698413: 243712 11.099138322: 244736 11.145578231: 245760 11.192018141: 246784 11.238458050: 247808 11.284897959: 248832 11.331337868: 249856 11.377777778: 250880 11.424217687: 251904 11.470657596: 252928 11.517097506: 253952 11.563537415: 254976 11.609977324: 256000 11.656417234: 257024 11.702857143: 258048 11.749297052: 259072 11.795736961: 260096 11.842176871: 261120 11.888616780: 262144 11.935056689: 263168 11.981496599: 264192 12.027936508: 265216 12.074376417: 266240 12.120816327: 267264 12.167256236: 268288 12.213696145: 269312 12.260136054: 270336 12.306575964: 271360 12.353015873: 272384 12.399455782: 273408 12.445895692: 274432 12.492335601: 275456 12.538775510: 276480 12.585215420: 277504 12.631655329: 278528 12.678095238: 279552 12.724535147: 280576 12.770975057: 281600 12.817414966: 282624 12.863854875: 283648 12.910294785: 284672 12.956734694: 285696 13.003174603: 286720 13.049614512: 287744 13.096054422: 288768 13.142494331: 289792 13.188934240: 290816 13.235374150: 291840 13.281814059: 292864 13.328253968: 293888 13.374693878: 294912 13.421133787: 295936 13.467573696: 296960 13.514013605: 297984 13.560453515: 299008 13.606893424: 300032 13.653333333: 301056 13.699773243: 302080 13.746213152: 303104 13.792653061: 304128 13.839092971: 305152 13.885532880: 306176 13.931972789: 307200 13.978412698: 308224 14.024852608: 309248 14.071292517: 310272 14.117732426: 311296 14.164172336: 312320 14.210612245: 313344 14.257052154: 314368 14.303492063: 315392 14.349931973: 316416 14.396371882: 317440 14.442811791: 318464 14.489251701: 319488 14.535691610: 320512 14.582131519: 321536 14.628571429: 322560 14.675011338: 323584 14.721451247: 324608 14.767891156: 325632 14.814331066: 326656 14.860770975: 327680 14.907210884: 328704 14.953650794: 329728 15.000090703: 330752 15.046530612: 331776 15.092970522: 332800 15.139410431: 333824 15.185850340: 334848 15.232290249: 335872 15.278730159: 336896 15.325170068: 337920 15.371609977: 338944 15.418049887: 339968 15.464489796: 340992 15.510929705: 342016 15.557369615: 343040 15.603809524: 344064 15.650249433: 345088 15.696689342: 346112 15.743129252: 347136 15.789569161: 348160 15.836009070: 349184 15.882448980: 350208 15.928888889: 351232 15.975328798: 352256 16.021768707: 353280 16.068208617: 354304 16.114648526: 355328 16.161088435: 356352 16.207528345: 357376 16.253968254: 358400 16.300408163: 359424 16.346848073: 360448 16.393287982: 361472 16.439727891: 362496 16.486167800: 363520 16.532607710: 364544 16.579047619: 365568 16.625487528: 366592 16.671927438: 367616 16.718367347: 368640 16.764807256: 369664 16.811247166: 370688 16.857687075: 371712 16.904126984: 372736 16.950566893: 373760 16.997006803: 374784 17.043446712: 375808 17.089886621: 376832 17.136326531: 377856 17.182766440: 378880 17.229206349: 379904 17.275646259: 380928 17.322086168: 381952 17.368526077: 382976 17.414965986: 384000 17.461405896: 385024 17.507845805: 386048 17.554285714: 387072 17.600725624: 388096 17.647165533: 389120 17.693605442: 390144 17.740045351: 391168 17.786485261: 392192 17.832925170: 393216 17.879365079: 394240 17.925804989: 395264 17.972244898: 396288 18.018684807: 397312 18.065124717: 398336 18.111564626: 399360 18.158004535: 400384 18.204444444: 401408 18.250884354: 402432 18.297324263: 403456 18.343764172: 404480 18.390204082: 405504 18.436643991: 406528 18.483083900: 407552 18.529523810: 408576 18.575963719: 409600 18.622403628: 410624 18.668843537: 411648 18.715283447: 412672 18.761723356: 413696 18.808163265: 414720 18.854603175: 415744 18.901043084: 416768 18.947482993: 417792 18.993922902: 418816 19.040362812: 419840 19.086802721: 420864 19.133242630: 421888 19.179682540: 422912 19.226122449: 423936 19.272562358: 424960 19.319002268: 425984 19.365442177: 427008 19.411882086: 428032 19.458321995: 429056 19.504761905: 430080 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_instants.txt0000644000000000000000000000051613660464475023437 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:instants 0.000000000: 1 of 10 at 0 1.500000000: 2 of 10 at 1.5 3.000000000: 3 of 10 at 3 4.500000000: 4 of 10 at 4.5 6.000000000: 5 of 10 at 6 7.500000000: 6 of 10 at 7.5 9.000000000: 7 of 10 at 9 10.500000000: 8 of 10 at 10.5 12.000000000: 9 of 10 at 12 13.500000000: 10 of 10 at 13.5 vamp-plugin-sdk-2.10.0/test/expected/vamp-test-plugin_notes-regions.txt0000644000000000000000000000117213660464475024367 0ustar 00000000000000=== vamp-test-plugin:vamp-test-plugin:notes-regions 0.000000000, 1.750000000: 0 1 of 10: 0 at 0 dur. 1.75 1.000000000, 0.500000000: 0.1 2 of 10: 0.1 at 1 dur. 0.5 2.000000000, 1.750000000: 0.2 3 of 10: 0.2 at 2 dur. 1.75 3.000000000, 0.500000000: 0.3 4 of 10: 0.3 at 3 dur. 0.5 4.000000000, 1.750000000: 0.4 5 of 10: 0.4 at 4 dur. 1.75 5.000000000, 0.500000000: 0.5 6 of 10: 0.5 at 5 dur. 0.5 6.000000000, 1.750000000: 0.6 7 of 10: 0.6 at 6 dur. 1.75 7.000000000, 0.500000000: 0.7 8 of 10: 0.7 at 7 dur. 0.5 8.000000000, 1.750000000: 0.8 9 of 10: 0.8 at 8 dur. 1.75 9.000000000, 0.500000000: 0.9 10 of 10: 0.9 at 9 dur. 0.5 vamp-plugin-sdk-2.10.0/test/run-test-plugin-regression.sh0000755000000000000000000000330513660464475021527 0ustar 00000000000000#!/bin/bash set -eu MYDIR=$(dirname "$0") TEST_PLUGIN_DIR="$MYDIR/../../vamp-test-plugin" HOST_DIR="$MYDIR/../host" HOST="$HOST_DIR/vamp-simple-host" TEST_FILE="$MYDIR/testsignal.wav" mkdir -p "$MYDIR/obtained" mkdir -p "$MYDIR/failures" echo "Rebuilding SDK and simple host..." 1>&2 ( cd "$MYDIR/.." && ./configure && make clean && make ) if [ ! -d "$TEST_PLUGIN_DIR" ]; then echo "Can't find test plugin dir at $TEST_PLUGIN_DIR" 1>&2 exit 1 fi if [ ! -x "$HOST" ]; then echo "Can't find host at $HOST" 1>&2 exit 1 fi echo "Rebuilding test plugin..." 1>&2 ( cd "$TEST_PLUGIN_DIR" && make -f Makefile.linux clean && make -f Makefile.linux ) export VAMP_PATH="$TEST_PLUGIN_DIR" # check that the two expected test plugin ids are present: ids=$("$HOST" --list-ids) expected="vamp:vamp-test-plugin:vamp-test-plugin vamp:vamp-test-plugin:vamp-test-plugin-freq" if [ "$ids" != "$expected" ]; then echo "Unexpected id list: $ids" 1>&2 echo "Expected: $expected" 1>&2 exit 1 fi some_failed=nope echo for test in $("$HOST" --list-outputs | sed 's/^vamp://') ; do filename="$(echo "$test.txt" | sed 's/^[^:]*://' | sed 's/:/_/g')" expected="$MYDIR/expected/$filename" obtained="$MYDIR/obtained/$filename" failure="$MYDIR/failures/$filename" rm -f "$failure" echo "=== $test" > "$obtained" "$HOST" "$test" "$TEST_FILE" >> "$obtained" 2>/dev/null if cmp -s "$expected" "$obtained" ; then echo "$test: ok" else sdiff "$expected" "$obtained" > "$failure" || true # avoid exit-on-failure echo "*** $test: FAILED, see $failure for diff" some_failed=yup fi done if [ "$some_failed" != "nope" ]; then echo; echo "*** Some tests failed!"; echo fi vamp-plugin-sdk-2.10.0/test/testsignal.ipynb0000644000000000000000000011366613660464475017171 0ustar 00000000000000{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import librosa\n", "import matplotlib.pyplot as plt\n", "%matplotlib inline" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": true }, "outputs": [], "source": [ "block=1024\n", "length=block*20" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "collapsed": false }, "outputs": [], "source": [ "diracs = [ x/float(length) if (x % block) == 0 else 0.0 for x in range(0,length) ]" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "[]" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" }, { "data": { "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYAAAAEACAYAAAC6d6FnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAFUZJREFUeJzt3X+sJWV9x/H3lwKaCgJq1HSXReNSUBJDoVlpS+2NCiwG\nXdrUyhKKGmv8Q2zjj7j4I9m9qTHVWsUG0VSpEYQuqSZAQflR6W3ij102/BC6Lstaw7LLLwUWVk1K\n1t2nf5y57OFwds+ce+ecmWfm/Uo2e87cZ+4885yZ5zPzzMy5kVJCktQ9h9RdAUlSPQwASeooA0CS\nOsoAkKSOMgAkqaMMAEnqqJEBEBGXR8RjEXHPQcr8c0Rsi4i7I+LkaqsoSZqEMmcA3wDOOtAPI+Js\n4DUppeOB9wNfrahukqQJGhkAKaUfALsOUmQVcEVRdiNwVES8oprqSZImpYprAEuAHX3vHyqmSZIa\nrIoAiCHT/H4JSWq4Qyv4HTuBY/veLwUeHlYwIgwGSVqAlNKwg+1FKXsGEAw/0ge4HrgQICJOA55K\nKT12oF+UUvJfSqxdu7b2OjTln21hW9gWB/83KSPPACLiamAGeGlEPAisBQ7v9eXpX1JK342It0bE\nz4DfAO+ZWG0lSZUZGQAppfNLlLmomupIkqbFJ4FrMjMzU3cVGsO22M+22M+2mLyY5PjS8xYWkaa5\nPElqg4gg1XgRWJLUMgaAJHWUASBJHWUASFJHGQCSanHmmfD443XXotsMAEm1uPVWuPfeumvRbQaA\nJHWUASBJHWUASFJHGQCS1FEGgCR1lAEgSR1lAEhSRxkAkmrjlwPXywCQpI4yACQtyo03wp131l0L\nLcTIPwkpSQdzzjnwutfB5s1110Tj8gxAkjrKAJCkjjIAJKmjDABJ6igDQJI6ygCQVBsfBKuXASBJ\nHWUASFo0j+TzZABIUkcZAJIA2L3br3ToGgNAEgCf+hScemrdtdA0GQCSAHjmmbproGkzACSpowwA\nSeooA0BSbbx9tF4GgKRFsyPPkwEgSR1VKgAiYmVE3BcR90fEmiE/PzYibouIOyPi7og4u/qqSpKq\nNDIAIuIQ4FLgLOAkYHVEnDhQ7FPANSmlU4DVwGVVV1TSZEXUXQNNW5kzgBXAtpTS9pTSHmA9sGqg\nzD7gxcXro4GHqquiJGkSygTAEmBH3/udxbR+s8BfR8QO4Abgg9VUT9JCPPhg3TVQDg4tUWbYieHg\nNf/VwDdSSl+MiNOAb9EbLnqedevWPft6ZmaGmZmZUhWVVM6ePXDccd6Zk7O5uTnm5uYmvpwyAbAT\nWNb3finw8ECZ99K7RkBKaUNEvDAiXpZSenzwl/UHgKTq7dtXdw20WIMHx7OzsxNZTpkhoE3A8og4\nLiIOB84Drh8osx14C0BEvBZ4wbDOX1I7LfRsw7OUeo0MgJTSXuAi4BZgM7A+pbQlImYj4pyi2EeB\n90XE3cBVwLsmVWFJUjXKDAGRUroJOGFg2tq+11uA06utmiRpknwSWBLgcwBdZABIUkcZAJLUUQaA\n1DIO5agsA0CSOsoAkBrst79t973ybV63HBgAUoMddhh87Wt112I0O/I8GQBSw23dWncN1FYGgCTA\ni8ddZABIUkcZAJLUUQaA1DIO5agsA0CSOsoAkBrOWyw1KQaApEXzD8LkyQCQpI4yACQBXjzuIgNA\nmoJPfALOPbfuWkjPVepPQkpanKuuggcfnM6yPJJXWZ4BSFJHGQBSw3mnjCbFAJCkjjIAJKmjDABJ\ntXF4q14GgNRS43au3j3UPQaANAV2rmoiA0CSOsoAkBrOcXJNigEgjWHnTnjDG+quhVQNA0Aawx13\nwO23110LqRoGgCR1lAEgTUHb7wLyOkWeDACppXwOQKMYAJLUUQaA1HAOr2hSSgVARKyMiPsi4v6I\nWHOAMn8VEZsj4t6I+Fa11ZSawWEStcnIvwgWEYcAlwJvBh4GNkXEdSml+/rKLAfWAH+UUtodES+b\nVIUlSdUocwawAtiWUtqeUtoDrAdWDZR5H/DllNJugJTS49VWU5JUtTIBsATY0fd+ZzGt3+8DJ0TE\nDyLiRxFxVlUVlNrAoSM1UZkAGLbpDl6WOhRYDrwROB/4ekS8eJF1kybqk5+EX/2q7lpMzjQvHnuh\nOk8jrwHQO+Jf1vd+Kb1rAYNlfpxS2gc8EBFbgeOBOwZ/2bp16559PTMzw8zMzHg1lirymc/AzAyc\ncUbdNWkGz1KaY25ujrm5uYkvp0wAbAKWR8RxwCPAecDqgTLXFtOuKC4AHw/8fNgv6w8AKTd1dJJt\nPrpu87otxuDB8ezs7ESWM3IIKKW0F7gIuAXYDKxPKW2JiNmIOKcoczPwRERsBr4PfDSltGsiNZYk\nVaLMGQAppZuAEwamrR14/xHgI9VVTZI0ST4JLE2B4+tqIgNAneYYtLrMAJCkjjIApDHkNJTj2Y1G\nMQAkLZphkycDQFJtDI56GQDK3r33wo4do8sNYwekLjMAlL3Xvx7OPrvuWhxcTtcO1B0GgFph7966\nayDlxwCQxuCRvNrEAJBaZv66htc3NIoBIDWcHbkmxQBQKyy0k7Rz3W8xw1u2Y54MAGkKvHagJjIA\nJNXGM4d6GQDSGDySV5sYAJLUUQaAGuOZZ+CBBxY2r0MJ0vgMADXGpz8Nr371dJeZQ3B4h5MmxQBQ\nYzz5ZN01kLrFAJCmIIeLxz4H0D0GgDSGHDpyqSwDQK3gEag0PgNAjVHH0bXBUS/bv14GgNRwdpKa\nFANAaimDQ6MYAJLUUQaAWsGjXWl8BoAm4je/GX+eHG6xzKGOC9XmddNwBoAqt28fHHFE3bWQNIoB\noMo5HCPlwQCQGs5A1aQYAGqFaXWSOXXGOdQ1hzq2mQGgxmjzRcg2r5vyZQCocjl1duMegea0btIo\nBoAkwHDrolIBEBErI+K+iLg/ItYcpNxfRsS+iDiluipKkiZhZABExCHApcBZwEnA6og4cUi5I4AP\nAhuqrqTyNM3hFS8m1sv2z1OZM4AVwLaU0vaU0h5gPbBqSLm/Bz4LPFNh/aTOs3PVpJQJgCXAjr73\nO4tpz4qIk4GlKaXvVlg3qTUcX1cTlQmAYZvus8ckERHAF4GPjJhHGTrySLjmmrprMTltvgvIMweN\ncmiJMjuBZX3vlwIP970/kt61gbkiDF4JXBcRb08p3Tn4y9atW/fs65mZGWZmZsavtabm17+GDRvg\nne8cf96U8uowNX2G1HBzc3PMzc1NfDllAmATsDwijgMeAc4DVs//MKW0G3j5/PuI+C/gwymlu4b9\nsv4AkPp5EVjqGTw4np2dnchyRg4BpZT2AhcBtwCbgfUppS0RMRsR5wybBYeApOx4ttY9Zc4ASCnd\nBJwwMG3tAcq+qYJ6qUE8upbaySeB1Rh1BE0O4WYdNSkGgCamjZ3CQodJHF5RExkAGmlaHbmd5HAL\nbZc2BrCqZQBIUkcZAJJq41lKvQwATYw7t9RsBkBHfOUr8KEPLWzeNl8DMKT28xpM9xgAHfH5z8Ml\nl9Rdi8lpekj5lLOayACQpI4yAFS5+SNWj1y7w886TwZARzgE0T1+bhrFAFBjeBFSmi4DQK2w0KNd\nj5LVZQaAJqaNnatnKdVq4zaSEwOgI7wGUK8c2t9w6x4DQFJtDJ16GQBqDDsDaboMgMzs2gUf+MD4\n89UxBOHQUb2m2f5+1nkyADLzox/BZZfVXYvmsQOSxmcASGNwmEptYgB0RA4dVw51XKg2r5vyZQBk\nJqevTHZYphq2oybFAJBUG8OtXgZAR7R9CMKzFGl8BkBm2t6Ra/H8Om6VZQCoMXIItxzqWAfDJk8G\ngCbGTkFqNgMgMx6B5snPTU1kANTouutgz566azFaDkfybb4InEMdlScDoEbnngvf//5483gkKakq\nBkDNptWh5/QAmerhwUX3GAA1s5PMi51ktdz+62UAZMYjeZXl56ZRDICa+ef+qmFnJ43PAFDlFvok\nqmc30nQZADXLoZNUvQwpTUqpAIiIlRFxX0TcHxFrhvz8QxGxOSLujohbI+LY6quqxajjT0JKaraR\nARARhwCXAmcBJwGrI+LEgWJ3AqemlE4GvgP8Y9UVlSRVq8wZwApgW0ppe0ppD7AeWNVfIKX03yml\n/yvebgCWVFvN9mrzEJB/lDwvOW1bqkaZAFgC7Oh7v5ODd/DvBb63mErlZscOeOKJ6Syrjo6uzXcq\ntTk42rxuqsahJcoM2y2HbloRcQFwKvBnB/pl69ate/b1zMwMMzMzJarQbMuWwYoVsHHj+PO2uXPV\nfrb/cIbUcHNzc8zNzU18OWUCYCewrO/9UuDhwUIR8Rbg48Abi6GiofoDoE2efHI6y7Ejkdpv8OB4\ndnZ2IsspMwS0CVgeEcdFxOHAecD1/QUi4g+ArwJvTylNaTCkWdr8bZQL1eZ103P5WedpZACklPYC\nFwG3AJuB9SmlLRExGxHnFMU+B7wI+PeIuCsirp1YjRuq6UM5OdwGmsPZTQ51lMoqMwRESukm4ISB\naWv7Xp9Rcb0kSRPmk8AVcQgoT7a/uswAyExOQxB2rvvl8LnlUEdVywCoSJs7uzavW5v5uWkUA0CN\nkcOFaqlNDICKTOsaQB13AWk/n1auVpvXLQcGQJ99++Dpp+uuRXvksHPnUMcc2I55MgD6fOELcPTR\nddeiedy5pXYyAPps3z79Zbb520BzYHuqywyAPm2+CJlDR2f7S9NlANSs6R0X5FFHPZ9nlxrFAOiT\nwxFoTjtpG4Mjp/aXRjEA+rT5Fr/FrFubO70cQiqHOipPBkAfzwCk6TLc6mUA1CyHHcA6Su1kAPTJ\n4QxgoaZ55jDfFk1vk2lq+5mbn3WeDIA+OeykOdRRUh4MgIr49wC6wQBWm7QyAFJa2I7qzj1cmy9w\ntzmAfQ5Ao7QyAOblsHPbuea3rGlr87qpXgZAnzYfAdmJSBpkANS8rBw65hzqKGl8BkCfHM4A/IMw\nebL9h/Pgol4GQJ86ngNoc8eQQwDnUMcc2JHnqdUBsG/f9JbV5iEgSe3UygBY6JOoORzd1TEElENI\n5VDHaWvj9q9qtTIA5uUwBGTHpVHcRjQpBkCfHI6AcqjjvDa2v9QmBkDNy2rzg2Daz/ZXEzU+AE4/\nHW66aWHzegRajTYPQbiNqMsaHwA//CHccMPC5m1jx2UHNFwbP2tp0hofAAB79y5svhw6hRzquFBt\nXjc9V9OHQDVcFgGw0Pv5c7gLaFpyWDfPbqrV9G1S9csiAMbdkHN6DiCHOqpeBrAmJYsAWOgZwLjz\n5XCUrGr5uanLWh0AOezcHt1Vo+nt2Pb2V55KBUBErIyI+yLi/ohYM+Tnh0fE+ojYFhE/johlVVZy\nWheYcjgDyGGYarHzSZqOkQEQEYcAlwJnAScBqyPixIFi7wWeTCkdD1wCfK7KSk7rLqBpdq5zc3OA\nnSTsbwuPkve3hWyLaShzBrAC2JZS2p5S2gOsB1YNlFkFfLN4/W3gzdVVMY8hoHGXNe2Nu8mdqzv6\nfrbFfrbF5JUJgCXAjr73O4tpQ8uklPYCT0XESyqpIXkMAU1LDnWUlIdDS5QZ1uUMdq2DZWJIGQDe\n9rYSSxxw9dWwe3f58vMd/wUXwAtfWH6+m2/u/b+QOu7aNd58W7f2/r/4YrjmmvLzPfpo7/9x63j7\n7QubD+Cqq+Dpp8uXnz9ju+ACeMELRpffuhXuuGP/V34spI5PPLGw+das6W1fZT30UO//cZd1xx3l\n5ptvi35XXAFPPll+WfPtf/755dp/3o03lqvjML/4xcLm+9jH4Morh/9sWFsALFsGX/7y+MvS80Ua\ncZgcEacB61JKK4v3FwMppfTZvjLfK8psjIjfAR5JKb18yO9yxFuSFiClVPn5f5kzgE3A8og4DngE\nOA9YPVDmP4B3ARuBdwC3DftFk1gBSdLCjAyAlNLeiLgIuIXeNYPLU0pbImIW2JRSugG4HLgyIrYB\nT9ALCUlSg40cApIktdPUngQe9TBZG0TEAxHxk4i4KyJuL6YdExG3RMTWiLg5Io7qK//PxcNzd0fE\nyX3T31W009aIuLCOdRlXRFweEY9FxD190ypb94g4JSLuKX52yfTWbHwHaIu1EbEzIu4s/q3s+9nH\ni7bYEhFn9k0fus9ExKsiYkPRRv8WEWWGcmsREUsj4raI+GlE3BsRf1tM79y2MaQtPlhMr2/bSClN\n/B+9oPkZcBxwGHA3cOI0lj3Nf8DPgWMGpn0W+Fjxeg3wD8Xrs4Ebi9dvADYUr48B/hc4Cjh6/nXd\n61Zi3U8HTgbumcS607u+tKJ4/V3grLrXecy2WAt8eEjZ1wJ30RuOfVWxn8TB9hngGuAdxeuvAO+v\ne50P0havBE4uXh8BbAVO7OK2cZC2qG3bmNYZQJmHydpg/sPp1/+Q3DfZv96rgCsAUkobgaMi4hX0\nnri+JaX0dErpKXrXXlbScCmlHwC7BiZXsu4R8UrgyJRScTMrVwDnTmxlFukAbQHDb6leBaxPKf02\npfQAsI3e/nKwfeZNwHeK198E/rzC6lcqpfRoSunu4vWvgS3AUjq4bRygLeafqapl25hWAJR5mKwN\nEnBzRGyKiL8ppr0ipfQY9DYAYP722AO1yeD0h8i3rV5e0bovKcoMls/NB4phja/3DXkcbJ2f10YR\n8VJgV0ppX9/035twvSsREa+id2a0ger2iyy3jb622FhMqmXbmFYAlHmYrA3+OKX0h8Bb6X2gf8qB\n1/NAD891oa3GXfc2tMllwGtSSicDjwL/VEwfd51jyM8a3xYRcQS9r4n5u+Lot6r9IrttY0hb1LZt\nTCsAdgL93xC6FHh4SsuemuJIhpTSL4Fr6Z2qPVacwlKcrv6iKL4TOLZv9vk2aVNbVbXuByqfjZTS\nL1MxMAt8jd62AWO2RUrpceDo6H1JY3/5xiouRH4buDKldF0xuZPbxrC2qHPbmFYAPPswWUQcTu85\ngeuntOypiIjfLZKdiHgRcCZwL731fHdR7N3A/A5wPXBhUf404KnilPhm4IyIOCoijgHOKKblYPAI\npJJ1L4J1d0SsiIgo5r2OZntOWxSd3Ly/AP6neH09cF70vlL91cBy4HaG7zPz63wbvQcuofcAZtPb\n4l+Bn6aUvtQ3ravbxvPaotZtY4pXwFfSu+q9Dbh4mlffp7R+r6Z3Nf4ueh3/xcX0lwD/Waz7rcDR\nffNcSu9q/k+AU/qmv7top/uBC+tet5LrfzW9o41ngAeB99C7c6OSdQdOLdp1G/Clutd3AW1xBXBP\nsY1cS28MfL78x4u22AKc2Td96D5TbGsbiza6Bjis7nU+SFv8CbC3b9+4s1ivyvaLXLaNg7RFbduG\nD4JJUkdl8SchJUnVMwAkqaMMAEnqKANAkjrKAJCkjjIAJKmjDABJ6igDQJI66v8BFdVGZ/S457MA\nAAAASUVORK5CYII=\n", "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "plt.plot(diracs)" ] }, { "cell_type": "code", "execution_count": 6, "metadata": { "collapsed": false }, "outputs": [], "source": [ "import math\n", "wave = [ (int(x/block) / float(length/block)) * math.sin(x*math.pi/(block/8)) for x in range(0,length)]" ] }, { "cell_type": "code", "execution_count": 7, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "[]" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" }, { "data": { "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYkAAAEACAYAAABGYoqtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJztfWu0XFWV7rdOkpM3h2cCCU8JvlquiBdavYpB5CHDltbR\nXvHRBr2+2teV1r4KtJ0gtq2Oboe2qA02jaAi3a2t4KMRUeNbBCWC8opKhBASXkmAJOfknJN9f6ya\nrFmz5lp77V27qk5y5jdGRq2quWvVI6fmt7/5zbW2K4oCBoPBYDBoGBr0GzAYDAbD1IWRhMFgMBii\nMJIwGAwGQxRGEgaDwWCIwkjCYDAYDFEYSRgMBoMhikZIwjl3iXNuk3Pu5sQx/+ycW+ucW+OcO6aJ\n1zUYDAZDb9GUkrgUwKmxoHPuRQCOLIriKABvBvAvDb2uwWAwGHqIRkiiKIofA9icOOQMAJe3jr0e\nwIhzbnETr20wGAyG3qFfnsRSAPew+/e2HjMYDAbDFEa/SMIpj9l+IAaDwTDFMbNPr7MewCHs/sEA\nNsiDnHNGHAaDwVADRVFoJ+Ndo0kl4aArBgC4GsBrAcA59ywAW4qi2KQdWBSF/SsKrFy5cuDvYar8\ns+/Cvgv7LtL/eolGlIRz7goAywHs55y7G8BKAMMAiqIoLi6K4lvOudOdc78DsA3A65p4XYPBYDD0\nFo2QRFEUr8o45u1NvJbBYDAY+gdbcT1FsXz58kG/hSkD+y4Cptt3cffdwLZtfjwxAaxdG2JHHbUc\nExN+vH27P9bQPFyv61lV4JwrptL7MRgMg4VzwBveAHz2s8B//AfwilcAlCKcAz73OWDFCuCd7wQ+\n+ckQm25wzqHYDYxrg8FgaBy33+5vH3usM7ZhQ/utoXkYSRgMBoMhCiMJg8EwpeFaRRStlJSKGZqB\nkYTBYJjSMJIYLIwkDAZDz3HjjcCFF4b7b3tb6Fq66irgq1/14x07gL/6q/bnup7YsYZcGEkYDIae\n40MfAt7xjnD/058Gfv97P37FK4CXvcyPH3wQ+Jd/0ZWBKYnBwEjCYDD0HDOVZbuTk52xXbv87fh4\neMzKTYOFkYTBYOg5eBKXCZ3fJ3LQSIIIhB9vJNF7GEkYDIaeQyMCWi3NYzt3th8DBCLgBJIiGkOz\nMJIwGAyVQIYz4LfDoDN8GePjFBGUkQSVo/jxVKoiyPuG5mAkYTAYsvHAA8CCBeH+smXA3/6tH19z\nTXtswQLga1/zY01JECFoJEG3ADA01P68ycn2Mb81NA8jCYPBkI2xMX9LSfq++4Af/MCPta0xfvvb\nzsc0tZATI8Wya1f7GLA22V7CSMJgMGQj5Rlo0IzlFBFoxjUhRRKG3qFfly81GAx7AFIkkWpR5clc\nGtc8RvNTjM/LiUGb19AbGEkYDIZsaJ5BThsq9wzouZTgUzE+r0YS9FwrN/UOVm4yGKYprrjCr3AG\ngD/8AfjmN0PsootCwr7hBuDnP/fjukqCE4E0nTWVoRnRNP/kZCdxGEn0DkYSBsM0xatfDXz+8368\nciXw4heH2FveEq7j8JKXAHRBvJSfoIGSN0/iKT9Bi2lKwjyJ/sFIwmCYxti+3d9S1xIHEcGjj4Z4\nTrmpbGFbVZLQYkYS/YORhMEwjaGVilKrmWULLJ+DG9L8EqMSmheRikny2bWrvfQUex1DMzCSMBgM\naotqatsMfgZPK6J5TCbvVLmprBSVU24ykugdrLvJYJjG0JSELC1x0GP8TH/GjM6YXAmtEUGuktBi\ntArbyk29hykJg2E3x3ve4y/iAwCbN7cn5FNO8Z1KAHD99cCiRe3PzVnsxmN1PYNulETV+Q3NwkjC\nYNjNcdFF/iI+QNhUj0pF3/lO6GC69Va/9xJHjpLQ/IqUZ8BbVFOtrFqClzFtfu5JmJLoPYwkDIY9\nCKlSUS60DiZCE91HdY1rbX46zkijdzCSMBh2c5TtoqqpBekV8G0wiGgo4fJYThKfnOw8rpt1ElpM\nHmck0TuYcW0w7OYoM51TvkNqawxtG+7cJJ7aW6muJ5FacW3rJnoHUxIGwxTBjh3Aj38c7v/kJ8Fj\nePBB4KabQuy739Uv55lLEk10GBHqKokmyk1GEr2HkYTBMEXw9a8Dz3teuP/c5wKXX+7Hq1YBxx4b\nYi98IXDbbX5clSSKolrJp4nuI0JR5BvX0vxOeRIp4jF0ByMJg2GKgLbI4HjoIX97//2dsdFRf8sT\nMZFEapuNJs70U4vd+PzabS4JVZnDPInewUjCYJgiSO2iqpWKtDZTIgf+GK2I5rEqJFGHQFJn+rnl\nphQRmCfRPxhJGAxTBKmN8VIlpZTpDOgrouuWm1LrGHITfN2SVa5SMTQLIwmDYYpAI4kh5RdKZabU\nOobcs/RebJtRVUnEXruKJ5FavGfoDkYSBkMPcPLJwJYtfnzJJcBnPuPH27aFazMAwPvfD1xzjR/n\nlpukkihL8N12H1XdgK/sTD/XuLZy09SAkYTB0ANcdx3w+9/78bveBbz1rX68ZQvwgx8EE/mDHwQu\nuMCP5bWfOThJkJIgsqijArrtbqq6Ijqn86nsuNyYoVkYSRgMDSPlLaS6j+ixiYmQ7MhP0MxpIpNu\nttpusrspZ7FbFeM6pRaMJPoHIwmDoWFIRZBSAUDwHbixLA1ori40c5qgrZLWYrFEzddQ5HoGVfdW\nylEqVX0N8yR6B9uWw2BoGJIIykiCkqSW4HOIoBtPIqf7qJsknqMCOFLHmScxGJiSMBgSePDB9usq\nbNgQYnffHRLk6Chw331hDFQnCZ5kU0SQUgt1jetU8o/Nn0MEGoGkLj2qlazk++dqR4sZmoWRhMGQ\nwAEHAO94hx9fey2wdGmIHXYY8KUv+fGHPgQsWeLHVUmCkFMOArr3E1IkUdb5pCmObpVEmVLJIQl5\na2gOVm4yGEpwyy3+duPGzthdd/nbO+8MjxEB8G0wCEQS3GMgc5onWfIpmlgRrSmJKqZwbP66SqKu\nUrFy02BgJGEwlIASEiV9Dm1LbCICzXSWMSBsm5FLEjmeRFl3U2yhWm4Sr6oktM0FtbN+HrNy09SA\nlZsMhhJQwtbWL+Rsw53rJ9QtN8XmqDJ/brkppTjqxmLX0K4zhymJ5mFKwmAogTyr12LaVd9S6xg4\n4aSMZTqOb8/RhCchFVDV7qOqRJNSAdr8ZWrBlET/YErCMC1w663A5z8f7q9cCTz2mB9fdx3w3//t\nx2NjwDnntD+XPANCKgHzce6Zfi+2zai6oK3Oa9chCc1P4NCMcc2cTpWiDM3CSMIwLfD+9wOvfW24\n/4EPhIv2/OVfAqef7scPPAB8+MPt/oM86x4fD2NNZTSxjkHOwY/JbYGtk8RzSaLqmX7Kk4jFbMX1\n1EAjJOGcO805d7tz7k7n3HuV+Arn3P3OuV+1/r2+idc1GHIxPBzGlEgo+dElQoFgLNMt0EkEk5Oh\ng0krH2mPETQzW8b6eaZft9xUtxyU8hPkFfN27fKfjc9B92WsKPz/kymJ5tG1J+GcGwJwIYCTAGwA\ncINz7qqiKG4Xh15ZFMU7u309g6EOePIgUqDtLXhsxw5/OzoKLFzYPgdP/lSC0nyHJldEVyUJ/try\nffBbSXy586faUHNaVKuQy65d/nvmj9F9PqY5+H1Dc2hCSRwPYG1RFH8simIcwJUAzlCOc8pjBkNf\nwJMyeRGkFjhJ0CVEiSz4c1MJmCM3iaeel0rwOXNU7Q4ahJIoUxlEBPy4mTPD/DSmGD/W0ByaIIml\nAO5h99e3HpN4mXNujXPuP5xzBzfwuoZpCl6qkWUbfiEePuYJlUpFGklwJSHBlYQsKU0VJVF1jpwE\nz9EtCZHX4Fz7Y1Q64mOZ+LlaiKkMI4nm0UQLrKYQ5H/V1QCuKIpi3Dn3ZgCXwZenOrBq1arHx8uX\nL8dyfoUWw7THQw8B++8fatLHHQecdBLwj/8I/PCHwPOfHxLFwoXAV74CvPjF7WfFlDTllttAUBJl\n22bkrIjO9STkwrZBeBL8GK1tVc5flSR4eSg3+Usi4M9LzTEdsHr1aqxevbovr9UESawHcCi7fzC8\nN/E4iqLYzO5+FsBHYpNxkjAYJB55xN9u3w7Mnw+sWQPMmeMfoy0yCDt3Ajfd5Eki1X1UtiJanm1P\nTHQusGtaSXRbbmrSuNZIok65SSZ4KilxFcCPK4r2khI/TitFTSclIU+gzz///J69VhPlphsALHPO\nHeacGwZwJrxyeBzOuQPZ3TMA3NrA6xqmIagcRGf8ADBrlr/VEoRTdG5qsVvd7qPcdQx8jlivf1Ul\nwdGtZ5Dbolqn3DRzZohR8qfy0tBQeyylJFLlpumiJPqJrpVEURSTzrm3A7gWnnQuKYriNufc+QBu\nKIriGwDe6Zx7CYBxAA8DOKvb1zVMT2jloByS4AviuiWJiYmw35KcoyjylYRGDnRblyRSZSN+v46f\nIEtFPNlTPMdYlsneOd2H2LXLkwd/32XlpumiJPqJRrblKIriGgBPEo+tZONzAZzbxGsZpjdISXBT\nmiCNUKDzlh+XSxJauUkepyXZMqKJzTHVups0kqh6pi/LSHw8NBTWOMjYzJntV/hLtcByUjI0B1tx\nbRgYvvENYMsWP77vPuD73w+xyy8Pq57XrAFuvNGPNSVBSYTHKFkMKX/huWohFtPO5lNJvMltLbRY\nN+WgqqUo6R/kKgnNuKbx0FDodsolmpiSsHJT8zCSMAwMf/ZnwKWX+vHf/z3wgheE2IoV4ToOK1YA\np57qx6QkOElQoqDY5KR+wR9CKonnnKWnVABvj6262K1bP0ESQ64ioMekZ1AWyz2OxySBEEmQkpCx\n3HUS1gLbO9gusIaBgrqV7r8/PCbLNevWheMo+fNyEyUGOn58PDwmrwHBPYOycpNMrqkEr8XKdoGV\nnzPXT5CxGIGUEU2VUtGsWc2Um5pQEmUxQ7MwJWEYKMhQ5smcykbUjsp/+HKNA4+n6v08UcrkHCOJ\n2Jm+Nr9GLiljOaUkcktFGoFUmSOnVERxrcQUK/lUie3aFbqbtBZYPoe1wA4GRhKGgYJIgidU2luJ\nyEIjCW2dQYokcs/0U8k+t/tIPsZRlwjKYnQWPTmpj+m98TPx3JISlYPkGbw0j1PGcjeeRNmiOz6/\nkUTzMJIwDATSWJ7JCp9EEuQxDIokulUSGknULSmVlZu05F9GBHXLQak215wYXySndTdJpSLfoxnX\n/YWRhKFrvOc9wJvf7MePPgocdFD48b7lLcAXv+jHt9wCPPvZfkyeAv2oeRcSKQgqQfFSVKpFlXsS\nfMyf1w1J5HoSkiT42W3TSiLVcZSTxOsoibrGdVUlYeWmqQEjCUPXuPBC4OKL/fjhh4GNG4MauOgi\nHwf8Fhk//7kfE0mQ78ATNSXvsjZUgjzb7lW5iSsJPo69tiQJbprHFAFPlpSYKcYTNY1pTUgdJZGj\nAjhJaAvhqhjLdbubcuaX5S1DczCSMHSNefPC+NFH/S2/kA9fjUyQBjRXElIF8FhKSeSShEzwHDlK\nIpbg6VY+VsVYpiQ+Odme4Pl9Pm7yTL+KJ1Gn3NSEJ2FbhfcfRhKGrsGv+qaRhNwxtSg6k7d2Nk8k\noamMup6ElvyrrmPQSCKXQMp8B54EZ81qT4J0X47rkkQdTyJmQKfmoP+jbrubcpWKoVkYSRi6Bk+y\nRBJ8Az4iCb6lRqrkI5VE7rYZTXsSuYpAi/HrJUxO6mUkPqbn8vUIOWf6k5PtSTymOOh9NFFuqmtc\na51PZFznkFCOJ0HHGpqDkYThcezcCfz61+H+b34TPIOtW4HbbguxG2/s7FACOi8NCoQN+Ig4du7s\n9B20DfJy91aSiTp3X6SyxW4xJVFmXMvkzJN/KonL5J9bbpoxo34Sr1tuqqokmiIha4HtP4wkDI/j\n2muBY44J948+GvjMZ/z4vPOApz41xI47Drj5Zj+mtQ5A5xk8B4/JRM1LRjlKgpebZCzXk+AJRs7B\n1UIdT4JIgZ/1yhgf0/w8OfNY7HlaEp+qLbDddjdRzFpg+wsjCcPj0BIvlYjWr+88jlRDynQG0uUg\nmcy1UlHVclBudxP3SOg215Og5MZfm5d8Zs0KhDQ05BMYzUkxPqZ5q5abuiGJbspNVd4jxWJtuikl\nQX9bssRkLbD9g5GE4XFQWUh7jMdoHyUqRXGS0NY2UKKgxzRPIpXgy4xlmreqJyHJRSqEyUlvyseU\nhCwHaWf65BnkKAmeWKd6d1MVNQLEvYZdu8L1JFIqo6z91spNvYORhOFxUDLmioLGfEX01q3+ljwG\nTUmUbcAnPYk6SqLMF9Bi2jqGGElQEo/Nr5WDpCdByYySbK4noRFIqtzU5AZ5sUQtFYg8e5dqIda+\nKhVB7HoSGoGk9pfiys7QHIwkDI+DkvKOHeHHRgmbk8Rjj4XjgHrlppiSKCMJfnws2ZcZy9rxzoXn\n8TFXElIhSJWRUhL8TDzXk6jS3URJluaQYz5/FT9BKweVrYjmsRQJ8fljnkTOQj4iEzrO0CyMJPZQ\nvOxl4YI+X/gC8PGP+/HoKPDKV4Yf06c/7S/+A4SkvH17Z6LmJMGPA6qThNbdxElClpFylQTvZNK6\nmiipa+TCk3pVItDmqKsktDlo/txyU6qc1a3noa13oP/j1Jm+fJ42f4ygeHssVxxyzNuODc3BSGIP\nxVe/Ctxxhx+/4Q3A2Wf78caNwJVXhvUMb3sbcMEFfsw9A1k20kiCYvzsTbumQ5Vy08REvD0WyFcL\n2mOSJCYnQ5LhpSI6TpabypJ4t0pCJs/cchMnoViy1+avW26qslqakjsQX7WdM3+KhORxhmZhJLEH\ngn74RAQ8wW/e3B4DgDlz/C03nSVJ8DNGzZwm8OeljOU63Uf8sZS3EOtMkl1FPIlTYtJUhVQSvfQk\nmvAMcudoYjFdzhqHsrJRasW1Fot9B1Zu6g2MJPZAUFKm7iPemUQkQb6C9rzx8U61wBNl7loISTRa\nuUkjC+1KbUCos/NkLN/b8HBIwDTmMakW+Jm+RiB8Du1svleeRJ1yU78W01XtrJJEphnXsRXXqefF\nDG5DszCS2ANBSZmMZa4kqH2V761EPyx6npbguRqQSiJWbpJkkqsktMfodnISmD07KAkymWkuSv58\nTM8dHg7rK2S5hiuJWLlJJupeeRKU+Ors3STn5wpQe180Btrn4N9Ht+WmGJHlkFyOcS2ViqFZGElM\ncWze3F77f+CBEHvwwfADHx8PKkFuw81JgmIaSaTKTTzBN0ESMeM6x2vgKkAmak0tUGz27PZyEI0p\niWtKIuYLpGJ1lUTsTDwV087mU36FNK67LSnlqBh5pk/vK6e7KfW82ByGZmEkMcVx7LHAOef48fe/\nDyxaFGIHHABceqkff/KTwL77+rFUErzcRDG+jkEjCVlu4ok+p9ykKQLZvjprlk4WExPtZ/D8vlQS\nse6j2Jk+JxB+1szPonOUhEzwqXJQrpKoE9NIqE45KEUmMlbHuO5GScjFdNqYyMSURPMwkpjiWLcO\n+MlP/PgPf+iMb9rkb3/84/CYVBLaiugykqiiJOj5RZFPEhMTIdnTY1Q6otjkZEgCvIyUIomUkuDE\nwMlElptk2Yg+IycNLYlLcslREtzcLVMZdRbTVSkHVZmjqpIomyP12nKhHRGPlZv6AyOJ3QB0vQZ5\nVg8EAuAyWyoJDm2OFEnQRYFSnkSMGMqUxJw57UqCJ3heGqIkrsV4IuXkwsf0mppC0MpN/H2kCCS1\nhiJXScyY0dniKeegxCc7k+T83ZSDcktKRVHfuK7b3VS24loSjaFZGEnsBqCzWb6ITSb2spISIaUk\nOIFIAsjxGqgUNXNm55jiVGLSlIRmOk9MdJJESi2kyk2al5EiAp6ApUJInemXlYNy1jik5pDlrKa6\nj3Ln6FapVO1ushbYwcJIYjeALP2MjoYErV3+U1MLMpZbbpKEoJWbpF8RO5vn97m3AHQqBGky55JE\nLCbVg1QLMeOa1lDIElPKM5BEkOo+SiX/XAO67vx1y03SkNZUgBzL4+quuLYW2P7DSKJPWLvWr3Qm\n/NM/hQ6jn/4U+O53/Xh8HPiHf2h/Lp0dcZKQJSVqdeTHaSTBlQTNS4lUIwlZKiorN42PhzISH9Px\nc+bECSSmJFIkUaW7KUdJSDLRkrOcg/sJkkzKEnxZ91GdM/1edzfVNa7reBLckM6Z35RE8zCS6BMu\nvtjvmQT4JPKe9wBr1vj7b3wj8MIX+vHddwPnnhvaWTk4MUhzmn4cWhLnSG29oakFTUlQCYgfw0tM\nnAhoTMdx0zmmJKQayS03Ebns2tU+pvklSZQpCUpE/LW11dhUO5cqgJ5DSVZ7bR7jyb9quamOcd1N\nyUpbSU1+hRzHSKhMScRWasdaYK3c1BsYSfQJvLxDax1oa4x160JswwZ/+9BD4Q8+R0nwVda55aYY\nERCBDA3peyuNjwPz5rV3PlHCLyOJmJKIJX+t3MSJhhaV0WKxHCXBz6g1T0KuxpYqQ461JB5brKed\n6fPXrlpu4q9d1ZDuprupipKIHZdaQ5HzPCs39QdGEn0CdSgBgSTougwagWzd2lkG0kiClIQWky2q\nVA6i4yVJyBXXslTkXFAZ8+a1qwuZ/DVzOuVJyBJTTEnIOWJrHPhYduVo5SYtwWsqI2eOMgLJXeNQ\nJRnXNa77tZhOKg56T6TCZEzzMqwFdjAwkugTePcRJXYiCU4gPEZJm8xprdxESkKLaQbzzp2hVKQd\nx4lAtqjOnRsIhEiC1kbQsTnGtTwOaC83yXHKk9DaVzlh8GScO4c0hWW5KeZraGSSUgGpBF+13DSo\n7iZK4mVKItXKSm3A8rXLvAxTEv2BkUQN8LMVeeYSi3HPgIiArsfAt83gMSIHSRJjY+mYtqEe3Y6P\nA/Pnx8tN8+a1l414bO7cUG6iMSUR3tqaU24qUxK5xrVUGdoc8jgtwcfKTalSUU5JqY6S4EY4T4j8\nDDt376bc7qZUyYfHZItqLMFryT5mfqc6pLghnVIStuK6dzCSqIiHH/Z/uJR4X/hCYOVKP/7lL32M\ncMABwH/9lx/TGf/YWCACuuXgsZiS0FRAKjY+3q4eOEnIshElfy3Bk5KQhDFzZtgLSaoFOpsnxZGz\n2K2KcZ1K8DGSoCSboyRS7bGaAR1LxjlKQj6vypl+LFGnYvJsPuVdxGK5LbCpVlYtphEIL0VpYys3\n9QZGEhXxu9/52/Xr/e33vgdcc40f33KLvyXJ+9BDwM03+zGphtHR/pDE7NntyZ/IgJTE2Fi7ctCO\niykJWXoiktDKTbNmhSSb290kE3yVcpMsBxEp1FUSvNwkFUIvPImcBXmxclMdz0Am45iS0GKpBF9l\nUVyVFddWbuo/jCQqgsjh4YfDY/Pm+dv77/e3jz7auX6B7nOS0LbNkCSxcGE7STjnb/mYYqRwSC1w\nkuDqgWJSSezc2V5uIlIA4kqCiGDGDL3cJFVG7joJTjRad1OsjNSkJ6ERCCeelOLo1pOoqiRiCT4V\ny032mhqpqiS0klWOkpCGtxnX/YeRREXQxXr4Oga+XQbF+JjHRkfbCQNob3XlMUkSY2Mhwe/cCSxY\n0L7ymsdoTMmNEjyP8WRPn4NII+ZJ8OdJJaGVmyjBS5WRUhJyvYNGBKRGeBKPlbPqehIy+Zed6ce8\ni9yzdD4n78biSVDGpMrIfV4VxRFTAblKoglPghSCKYn+w0iiIijZb9kSHqOzeR6Tx6XKTbxUxGNj\nY51KYsGCoBZorMU4Ecya5ROfVA+cJIqi02vQupukyuCehFZu4iog1t1Eaxxi22bIOeS+TrK7qSlP\nQib/XM9AEkhOi61GLnU9iSqts1WJTEvOvVISstwExOcw47p3mNYk8Z3vhCR+333t221/7WshAd9+\ne/AbKNlv3x5KJXTLY3wMdJab9trL3xZFSPAUW7gwKAlSC3ScphaAeIxIYtYsnUCGh0PyzFESfDEd\nHVen3MSVBCUzqUY4EcTKTbIUlfIMZNmIJ1KeFLUErykJrWSlJfsqMe19lJFEylhOKQS+rUgdNcJj\n9BvgCb6su6mMaOT8stOJmkTk5zQ0i2lNEqecAnzmM3780Y8Cz3ueH2/bBrz0pcDPfubvv+517THA\nJ39K/HSbIont2/0fPxHB3nsHtTB7tk+6FNtnn0ASc+b4H7NM/rkksXOnT2Y0h/QnZs3yP2auMlLd\nTbIFtm65qawcVMW4zu1uSvkO/Exflpv4a+euiE75Arn7LuWSRK4K0NpXgfYEXFWNUGxyUn8f2vwp\ntaB1N8n5pTqhmJWbeoNpSxKU7Km8wy/oIzuYfvnLsPCtjAhisR07QvLnJDE66pPxnDmdMUrww8Od\nJaaychMvKZGSSKmMiYnO58U8CWli83LT+HhI/hTjSkVeMIjKXDwZayWlXNM5p9xUxXfQvAY6Tkvi\nkoSqkoRUCFSKix1X90y/LAHnlpQolpPEU75DFSXBPxvNb0qid5i2JEFlpo0b/S1J19HRYDbfd5+/\nnTs3PG/7dp9kiQjmzm0nBLqvxfbdtz5J0CI5Kj9pSoLHSBFIkpCeREpJaN1NvNzUbXfTjBk+NjZW\nvYMpFisrN+X4DrJ1Npb8ZbKPGdc5JKEl8RkzOpNgVaKh2MREJ5nIBJxbbtKM65wk3gslwQnKlERv\nMO1JggjhkUfC46QaKEayGfDJfv/9vTLg47IYKYkdOwIR0JhIQsbGxnxCnD27XT1o3U38vmxzLSMJ\nUhJSLZCSoARGXUUU09ZJcK+Bl4p4TJaRxsaqEYFGINqZPh9TEtdiOUpCi9HfhUzA3SRxXtah+1qs\najmobP4qm+xpLbA5SZximnGdilUhIVMSzWPakgQRgXYrH+Ntmtu3+5XUpBb228/fFkUgBorRGPC3\n++zjE+KOHcDISBjPmeMTn4xp5SbyE6jldedO/6OZmAg7s6Y8CbniOqYkeLlJHhfrbpJegywVSb8i\npSTK1AJvgZUJnpMQ/f91oyRi3U0Uo3KZJAJOUPw9arHx8U4yiamAGNFo5jRP1PI4TUnklpu6URKS\nhMq2BKlKQoZmsUeQxIUXAn/3d3784IPACScEz+Fd7wIuvdSP16wBXvAC/4e0ZYs/Yyci2LLFdxxt\n3do+3rU85jU0AAAgAElEQVTLz7VggVcb27YFYti+3XcizZzpky4nDT4G6nsSs2e3l5tiHUwaEWhK\ngsikipIgtcD3Z4qtuKYEz5O4jMnk34SSGB/3iUJ2Js2YETY1rOtJaCQUS+KcoOqWg3KSuNbBJJMs\nP0sntcCP0wikSrmJz1E2f7dKQpKJLFNZual32CNI4t3vBi64wI9vuQX40Y+AG2/09z/xidDBdPXV\nwPe/D9x7ryeCQw8NZaatW8N9Pn70UZ9w99nH35dqYd48/0+qBz6enPRJjBTC6Gj7mCsJIomYktDK\nTfy4MpKo4kkMD/sf3thYOI6XmzRPIlZSorUYcuM+UhJVSEKL8bN5mfylMS69BeknaGoh9jye4FOe\nRFlMUwspJRHrnpIL5lK+Az/Tr1tuihFZynSuqyR4ScmM6/6hEZJwzp3mnLvdOXenc+69SnzYOXel\nc26tc+5nzrlDm3hdAhnLk5PhAj633RYu6kNn83/8o7+9/fZABFu3BmVxyCFBSVCMFMfIiL9fhyR2\n7PDHkFoYG/Pz8RZYLUbJn3sSVCqi8cRE8C5iayGkkuCdSTz5y+4mSuKjo2HMVUZqxTUvN3Ei4KqC\nn+lXKTdp3U1UruHH0X2tlFP1ynEywfNYbP66SqIsFiOCuvP3otzEyUWqpLqehBnXg0HXJOGcGwJw\nIYBTAfwJgFc6554sDvs/AB4uiuIoAB8H8NFuX5dAdfx99/UX7CGSWL/et7Uedpi/LQp/adDFi4F7\n7vHJ/7DDfOLfscP/YS5aFDwJIomtW33SpvJTFZLYd1///rZt84l5zpywzTcpCU4SdH+vvcJYdjfx\nctPs2T4hbNsWLzdp6yTIu9DKTbJraeZM//3w4yYn2/2KlHGdKvk0qST4/DnlpiqL3bhxrS1ii3kS\n3SbxVCmn6orrmHFdRkKxclOOOR1L4lWVhBnXg0UTSuJ4AGuLovhjURTjAK4EcIY45gwAl7XGXwZw\nUgOvC8An/CVLvArYsAG46y7guc/1JHHXXcDRR/uEef/9niSe9Sx/3JYtwNKl/iz5oYfa1YIkCakk\nDjggdDARSciOpu3bfTlozhy/GeC8eT55xpSEFitbJ0Gxxx7TDW6uFqgUpXkSvNykeQ2akuDHcTUi\nkzjvYJLbazTpSRARcEWQU24qM665GnGunTC0UpFGJnVIItWiKueQZ9hVjOs65aaqSiJWKpJqIRbT\nSChFUIZmMbOBOZYCuIfdXw9PHOoxRVFMOue2OOf2LYriYXEcvv71ai/+m994RTB/vvca1q3zq6Ov\nv94TxSGH+LUQd93lSeL1r/dlp/Fx4MgjvfF8zz0+MY+MeN+Bq4wtW/zjCxf6+9u26Uri0Uf9nHvv\n7R+nVdTz5nkznZTE5s0+odG2HJTsqdzEY5xA+NbeUiGklETKk9i5M64k+EI4UhIxTyK1qjpWbqKE\nm9vdxJN/TrmJkgsvN6WMa0pmZSUlSpBAZ4KPdUHJ5JlDEtr8KaKhxKkl8ZgaSRGIVAuUxGOlqNwk\nHlMLqZgZ14NFEyThlMckn8tjnHIMAODd7171+Hi//ZZj//2Xl76BV73KG9WkJM49F/jyl/39pUt9\nGeqGG3yifuIT/XYbu3b50tPIiCePvfby43vv9URxyCHBxN5rr1Bu2ratvQWWE8G8eWGhHSeJhx4K\nngSVkWjjPkkEvNzEu5u2bfPJi64TwZUEkcTwcCAarfNp585OT2J4OKgF58L8XCGQkuDdTUQE5CeQ\nJ5FbbqJOJKkkxsfzSELOz9UCL4vIWIoItASvGeMyAed4EmUkIecA8kiCn3nLUhGfP2Zc55abgHQp\nKjW/piSk70BjGeP/95rimK7G9erVq7F69eq+vFYTJLEewKHs/sEANohj7gFwCIANzrkZAPYqimIz\nFNx556pab4II4v77gWc/26uD9euBE0/0yf1HP/IlpCVLPBEMDXkPYmSkXUnceqsnh/328z/0jRvb\nPYlHHvHkEiMJ8ic0JcFLSvPm+R/AY4/FjWsaDw97pSLNabpP5aZZs/z7k56EpiSkJ7F9e6da4OUm\nuU5CEkis3EQbCEq1AOhKYnS0upLQyk2kVDSVIUtKmpKQ5TJJEnT2KxP8xES5Z8BjM2dWUxKx+bmS\nyJk/1t3Ev5MypULza55HzHROKYmUijHjuh3Lly/H8uXLH79//vnn9+y1hhqY4wYAy5xzhznnhgGc\nCeBqcczXAaxojV8O4HsNvG4bDj/cE8GSJT6xzp/v10UsXRpiBx/sx+vWeTIhJXHPPUFJEBHQfR67\n7z6fQKiklCIJLcaVBBHD1q3t5SZpXJOS4CQhy02cJCg2d67/wVD7amqdhDSnY91NXEnMmOHvy1IU\n9wxyu5u6Na4pUUu1kGNcxzwJnswkEcj56XPyWB1PQprfVcpNZcZvyrjOKTeVxcqMa0kgUknImEY0\nKRLiKuPss4G1a5vOMNMXXZNEURSTAN4O4FoAvwVwZVEUtznnznfOvbh12CUA9nfOrQXwLgDv6/Z1\nJZ7wBOCnPwWOOMLfP+wwv2ZiyRJPDBs3+hLSokU+qa5bBxx0kE/+69fnkQQdx4lg7tx2taDFHnoo\neBKytfWRR0K5idZU0LbhVG6aPbvdnB4fb+984uUmSSBa8tcW02lKQhIIT/CSQKQnkdPdJAmkLklI\n30Emf824LltMR8fRHLJ7Skvi8gy7rJzFY1XXSaRWXMsErCVxnuDrdDeVJXFOXtwPkW20dUkoFfvB\nD8L6J0P3aKLchKIorgHwJPHYSjYeA/C/m3itGJ7wBH971FH+dskS4Fe/8ub0jBn+scMPD7VwwCfu\nkRHgjjt8iWpkJFxVbsGCQBInnthOGLRx37Zt+eUm6m6SSuKRR8KK6wce6GyHpeT/6KM+Fis3xWLS\n1JaexIIFupIoKzeRstixo9OTyOlukp5EFeM6p7tJKzfxRJ1ax6C1wFbxDDRfA4jPz+fgJROeZFNq\nYWioff4q3VO53U2ynNW0kuCeikZCXBVRrMzUNjSDJspNUwJLlvjbpzyl/XbuXK8qAOC44/ztMccE\nUtHUwvz5/o9TxmhMSXHLlurlJtm1ROUmqSpo9TWVm7Q211gLLDerSSHMmuXnGxoKi/OkkiATW+tu\nkuUm+g7qlpu0WL/KTTxRa2f62tYb0pPgz2t6MV3ZamZ5th1TAbE5mig3VVESsfmrKgleUkoZ19xs\nN3SPRpTEVMDQkF80t3Spv79qFfD2t/vxvHm+Rnnkkf7+VVcF83RkBNi0KRDBpk1hDi1G5MO7lmjM\nS1Fz5oTYunWeqMi4pjISKQk5HhryP3RK/rNnB0+Cl5R451Os3MRJgo+lJ0HdU1xJcHNaM7Wlkti5\n0/9A5QZ8mu9AZ/qxUhSpPV6rp609tPmlOU2JIuVJpIxrrWQlk6okKF6ykokaqHemn1tuihnLMTXS\nTXdT3XJQN0qiyvwUMzSDPYYkgOBHAD45H3pouL9sWRjvu28Yj4z4WyICGpfFpHp48EHgwAN1ktCM\nazKrJUkMD/v5eUyqBTKjeSlKrszm5SZK/pTQ6UfITW1tLURqMR1XEjSn3F6Dr6GQMSo3xdZJaGUk\nrUtJIxqebDQCIZIoirRnwMtBUkkAYc6cJA40RxKaWqCEmyoHybN52TlUpdwk36P8HmOxOkqiqnFt\nSqJZTPuvkpL/3nuHPaDmz++M8THQaVbzBXOjoz6px2LckCZioNLT7Nl+fkkSRAR8Hye6zxWH9CSo\njMSVhHPt9/k6DK27SW7LEetuinUwpcpNmsqIJf+Y+R07m4+Vouh5zrU/b2LCf/fcX5FKoqpxXafc\nlBPjc8TaS8sW03VbbkopFVluKlMSqe6mXKUiY4ZmYCTRSv6LF4c/LCILHuNjwCf/zZuDWqDx0FBo\nbZUxKhtRUqLjeDsskYQkEKkkuCeRUhK8xERn/YCPa6Uo2d0kS0q02E1TGXzMy0ZcLfAYJ5CYkuAE\nkiKT1AZ/miehPU8jAn5cridB7wvoXOMAtL+P2Bw8Cab2btK6j3I8iarlJh7LKTdpxnU/lIQskRm6\nx7T/KsnwPuig8BhdN/qAA/wtLboDAoHMmxdu+RjwCZ9ueUyWlKRZLctNRBpEBLTimoiA7vMYXZBI\nJn8iBSIJTUnILijuO+R4EilzenS0U2Xw7qZU8pdjSTRauSmHQKQCkWqkzJzmCoQTCCcXrjI0xREr\nWaVKOTQ/0B4jLyaldqSSyC03VV3H0JSSqNMCa0qiWexRnkQdHHss8PSnB8/ivPOAJ7WaeU8+GXjB\nC0LiftWrgFNO8eMUSdBZjHM6SXASIWKg8eGHh9j69e1qYfHi0MHEF9pt3BjGo6M+IcQ8iVmz/PxS\nZdBxsruJ+w6x7iaZ7HPKTZQcZUxTGbQ6ffv2/HITzS/LTTEC4USgKQnZYkvPkQQiFQIvw1QpKdHf\nUW4pivwVqThii+lyPAOgPcFTs0dOos5RElo5K0UgVVpgTUk0h2lPEgsX+pXZhA9+MIyXLQO++91w\n/4tfDGNK/uQ70FiCx2bPDpcnBcJ9vgssLzfxFlhaJ0FKgsakJPh4eLjdd+ClJ64kOIHEupukkkip\nDF5SkovuZIySL5ELEY22CG/hwjDmyYYrFYoR0VCi4DGuEDiBlCV7rRQFlCuEQZAE/37KiICXs1Iq\ngxJunZJPjKCkGqH3T59bklxOCyzFTEk0C+PbmiA1sHBhIALqfBofD8fxGD2Hl5SA4EnEYtKTICWh\neRI0BnRPgpSEbJ1N7d3ES0qpzqc65aYcJcGJgM5wU6Z27mrvWDmrrCwlY5KEYsm/qjldNZYyp2Us\ntZguloC1tRx1y0FEPGVqhH+vufPbYrpmYSRRE7wThohgn3387dhYOI7HuEoA2omBkwK/5VtvyN1i\nY0qCnpsyrmPlJtndJI/TuptiJFG1u6nseTQG0iQhzWktpikE6V1oBjdPwDFPIuZlpMpS2vxVSULz\nLqrGUgv5ZDmragtsGQlpvoYZ14OHfZU1wc9UaN0FkUQsRmfxkgio84nGQCCNefOCMqAdVZ0LZaQy\nJcGTPyV7HuMkJD0JrbtpbCwkipkzw5y8bEQ/UO5raKUonvxT5SY5BjoNbzqblyogFkvNrymJXKKR\n7bd1lESKQFKxJpWK1lmVMqdzWmDLVEBTSsLKTc3CSKImyGAG/O6yQOiGeupTQzKm7T+WLAl/uHQ2\nz4mAj2VMkgptoEftsXIslUTMk5AtsNq2HHydBC8v0RyakqDPyEtMfMzbaKWSSJWb5Pz8WhaUxDUS\nKis3VVESuSRB9+t0N6XO5lPbVWiJOmZcy7P0pstNmnHdjZIw43pwsK+yJs47z1/ICPA/8uuuC3tD\nffnLwG9/68dHHAF8+9thER4dD4RkPn9++1jGuJLgz585s72dVh7H1YKmJEZHO3eSdc7PT1txcCKg\n5xBJSALJJQlt76aYktDWSdB3ULfcVFVJSL+Cl5QkSciz9F6Um7Q1DhoJ8a1JYrGqCieHTJpWEmZc\nDxbTvrupLvbbz/8jnHRSGPPtQZwLbbMESnSkFubPbx9zSCKQ4N6FVBySJEgd0PF0zKxZwRinx3jy\n52pB+hp0HBELj1Hy52MiCSKFMk+CK4SUcZ1aTJerEGKKgJI4lZB4Mksl/9T8kmi0ZJxDLrwcxEuB\nZcY1kK9UpC+glaWkX0F/+5xoUuTCu7OkkqhabjIl0SzsqxwAJElo5Sb6oQGdCoGjTEns2hVIgh6T\nt5TE6XlybQTflkNTErLkQ7GUktA8CSpFAf5HXmZca7FUyYoSmPQrctRIGdHEvIzUYj3uXcTUSJUy\nVV3jOtb5JJ8ny01lLbap1y5TErnmdKpMZWgGRhIDgFZuosRLj1H3FH+sTEloJEH3aczP9FPPi12Q\niJK9PE4rN8WSOG+jlSWlnDbXVEwrWdXxJLSSkiSQHKVSd8V1HdO5zICuSyAxMqlSEksZ0lUUTY6K\nMSXRLOyrHACKwt9SgtcW4dExQJ6SID8BCLdSLcjHYjGuFKTvQMldO06qjNi+TiklkUM0QHcqoIwk\nqLwiVUDVM33+PDnO6WCKdRjldjeV+Q4pAkl1N5UdpyVx7UxfmuYpz4M/hxvjWsyURLMwT6LP+Iu/\n8Bc9AoBnPjOUlwB/Vb2jj/bjl7/cXx8D6PQk+A8gpTI0JcEfo9uYAuElJk4mUo3wFthYuSnnGtca\nSTz2WHuMl8RyPYmqxjXQOafcliO2FqLb7iaKUYLNfR6Qv5iOv3ctwcfWOOSWpaTnUaYk6G9XrqjX\niKZMjdhiuuZhJNFn/Od/hvEznuGNZcKdd4bxmWf6f0Dn4rvJyXCcjAEhaWglJW5q060kDq4G+HGa\nguCxKuUmaoGV3U1lJSVSXUQu2kI+6Umk1kloSkJ77fFx/x1rSiW1vqJudxM3ricm/GunyjyyRTVF\nVinjOva+5PxlSoLO7KsokBQJpZRK7HmGZmBf5W4ASt4LF/pbvu2HjPHHNCWhkYRUEnQWNjTUSQRA\np5KQyZ4e08pN9OPlXUspJVGn3DQxEU/i5PVQq2+OkuDJskwFTE7GW0+l8ZvqbiorRWkxTXHkeBJ1\ny02pVdV1jPEyg7vsteXzDM3AlMRuAEresj0WABYsaL8FwpmiphYkSWilKA5tDp7EKUYJMifBUzcV\nLzdJE5teJ3edRG65iZ8Zx870gU5i0DqTYoman0Vr81OcJ+duu5tow8NYIpUxoJNAaH5OcrK7ifsA\nmrdA74XmL2ud5XNW3V+qzMswNAP7KncDEEkQEfDS0v77t8cAf9YOpJUEVxspY1wSAZ+XKwlJHNLU\nTsWKIt5Gm1onoXVFlZWUNLXAj9NiQ0PlC+3kmObQlIQWq7p3k6YQqqiFsjNx7Xm5voDWPVXW2lpF\nSeTucGtoBkYSuwGIAKikdMghIZnRViD8ut1EIimS4MlQehIcnBB4ggP0UpSMUYKXr0m3fFy13MQ9\nCU4m3DOQ6yRS5rRM8JqSKPMkYmokpVQoGecoFV7O4mficlxW8qlTbuqWhFKL5FKKIPb+zZPoD6zc\ntBtgeBi46KLQ+fTZz4aSwdKlwMc+FojkqqvCRZO0UhERCPkazuWXmwj0A+RKgs7cckiCnu9cu6rQ\nzvSrrJPgZ+ypclNqDvp+UuWsVDmoWyWhzc8/W1l3EyVjeX2J1IruKovpchM1/f9SbPbstAoA4opA\ntrny+bWYKYlmYSSxm+BNbwrj5zwnjGfOBM4+O9x/yUvCmJL4vHmdSkIzv3k7Lp+fzwWEH6AWyyk3\ncUglQRekoePpvhaj53VbbipTEnQ2n3Omz0moqpLIOUunzjZ5ds89DnlmHvM1ZCz12tpxdVpg63gS\ncn7yPGIxUxLNwr7KPRiU9OfP7/QT+IpufpxEjpLQ/AqtFEUxvlBQI5M6JSu+joE+n0YgVUiiyuZ/\nTSmJMhLic6RiMql3s9Cu6qI7bixrBFKnu6mKijEl0SyMJPZgUAmKew2UbDlJ0HUwcklCJnGe4KuS\nRMyfyI1xT4ISJL+vLbrLLWeltuzgngT3K1JJPEdJpEpKco4YEdD8VUztOuWmKua3lsSleqgyf1nM\nSKI5GEnswaCkzH8wO3e23wJhG3Ntc8FUuYkb3nRcao0GxcqUBE/2dL9MSVDSpsd4EucJVz63F+Wm\nbpVETsmHvhdJBHyNixbT5pdn81wFaN1N5HlUVRKaIc1judt3lMWs3NQs7Kvcg3HQQZ2PLVnib489\nNjxGCZjaafmK7pxy09y51ZQEJyGuCLQyk4xVURkypsXrbCCY2uCvm+4mnjjLSj7aHNwEls+r0uYK\npF9bW/+QqySqXk+iTszKTc3CSGIPxkknAVu2hPtbtgArVvjxOee0xzZvDl1RvBRFCZtvQijP9Gm7\nCqC+J8F9h5w5tOTPz9LpfhlJ5CoJ7kGkPIluWmxpLBe05ZabJAmV7S+lEYEkGq3cRDGtnJVSC1xl\nxFSMVCpV5zAl0Tzsq9yD4RwwMhLuj4y0qwAe41fO4yRB5MA7n2S5SVMS0jMA9HKTdlwOSaQMb3p/\nvMWWkgg/jhI+VwixGD1Wx5OgMpXW+USxqh1GNEcqxokntqpaIwJt/jKlUmYsy88WUyqkUmQZqUq5\nyZREszCSMHSAkwQRCVcSlHg5WcTUAk/UZUpCqhGt3JRSEpIkYselFEeZGqG5tTP41Jl+FU8iZ9sP\nem+pzqc6q7E1tRArdcXKTVIFSKVC/0exklXO/GW7wJqSaA72VRo6oJEEVxIU5z94qRZS5nfMk+AJ\nQj5PrrXQkj/FYkol5l2kSILO9GUsVirq1pPgSkWSi0zUFJNn4jymJeqUZ5BbbuKdSbE1DpII5EI4\nml8qAopzr8FaYAcHIwlDBzhJ7LWXv+W7zI6NdR4nz/Q1tZDqbqLnA/pivRxPoi5JpMxvqSToVnoU\nckzH9bq7KXUmXmZca7Eq5aZc41qa07nvX8ZS3VOaUjE0A1txbejA5z4HPPywHy9eDJx1VlhDcfHF\nfu8oADj9dOCVr/TjnJJSap0EX40tz+ZT5SZtRXesxVZTBHQ/t9zEj6EEJsfSd6iiJCjR1VlMV8W4\nji2mKys30fdfRhJlay1i82sxUhV09UVOcCmlYmgGRhKGDlDiB3zn0qWXhvtvfGMYH3IIcMUVfkzb\nfWjKQG5PTmfc/HhOEnWVRIqEtH2pcpRErNykPU8jmqpKoqzcND7e/h1XNbXl/DHFQXPIBE9qMJbg\nNaWSO3+ukki1wPKSlaEZDA36DRj2DFCCpDM5nvSpVEWb5/GYTMpAe10daN/2Q/MmcstNsfdcd42G\nc2k1op2ll8W0ck0/F9M1VW7KURLSy0ipjKpttIbmYF+noVHwzdcIRBK0TQiPUVLm1+iWSkJrj+UJ\nO7fcJFGXJHiSq1qyKovRGoFYqajJxXRai2qV7qY6LbB1lESVFlhTEs3DSMLQKLSaMPkZ1Eartaim\nSCJVbtISfFm5SSqVMpKQiZ2DJzU+rhuTiTWnu6lKTDsTr7uYruqKa5nE6Xk53U25LbCmJJqHeRKG\nRkFbgSxbFh6jHy2RxJ/+KbBpkx/Lzicgr9xUp7tJIockNK9BmyO3QypHZWhn91JVpI4rm6OpclNK\nScR2gY2RBI1jxniu58GJzNAMjCQMjWHNmrC1x9/8DfCa14TYL34BPO1pfnzZZUFxaEqCTG1uhktj\nXCv59MqTkIm9rMVWblRYV2VQ4pOfMzZHikD49bVTFyTKIRqKxbbUqGuMT06G/2ftebktsKYkmoWR\nhKExPP3pYTwy0r7tx3HHhTFtMgjoSoIuiERlquHhTmM8tVivqieRUgGaJ8Hn5wQiyaRpv4ITBj+O\nCCRmXPNYyoegcVkHk5xfjlPloCrGtfQkOAlp18k2T6I3MM41DBSakqAkrCV4ipHa4HPkehLa83KM\na0rS/VISMlZ2XI5xnYrlnOnnlpuaaIGNKYmynWRNSTQL+zoNA4XW3aR1SBE0JVG13ETxqgleM65z\n11pUifEzbf4+yspNfM8ifl+L8ec1WW7i5SCtFFXVuK4yv1QjhmZgJGEYKGjbD16aSq2apVhVJVHV\nk+AbFKbKTSnvIlWKSsW07i9NSdSNaSSRs1YhJ9akktAIpKwF1vZtah7mSRgGCvInaKHdW98KnHCC\nHz/zmcDznx+OfdGL/D+gXUlIU5sSlRYD8lpgOWRi56/NkzJPoLH5U56H9tpNl6y0WJ3uJs0L0M70\nZawKCdElaLVykxnX/YORhGGgmD+//cz8U58K46c9DVi9Otz/1rfCmCsJ2qGWX0WPNh+UMSAvUcfM\naQktwWtkQWNZztKUBEeVcpP22rJDSovxLUB4WYrf58fRHNp2GLx7qszziJWUaP46K66t3NQ8uuJc\n59w+zrlrnXN3OOe+7ZwbiRw36Zz7lXPuJufc17p5TYMBaCcJ6oIiQuBJgh7jW53LJMtLRZTENc8j\nVW7iCV4qlaqeRGx+SSaptRwpcuHfTxUykbFYC2xMPVRVEnXWSZiSaB7dfp3vA3BdURRPAvA9AOdE\njttWFMWxRVE8oyiKP+/yNQ0GVUnQYj2eJORqbx6vqiToVovlKokcTyK3xVaL5ZSbOLopWdVZQ1G2\n9YZUGZJ0rAW2/+iWJM4AcFlrfBmAGAHYf5uhUXCSID+DL8QiSAIBujubL4txNOlJaO9RI4kcFaDN\nX4ck+Nk8N4xjMV6WouNiO7hqRGMtsINBt1/noqIoNgFAURQbARwQOW62c+4XzrmfOufO6PI1DYa2\niyDJ8s7hhwMHtP4SiUA0JcFNbVpApiX93A4p+X60JJ7jSdQpN3WrVOqUm+hWEgg/Rh7XzToJOs48\nif6i1Lh2zn0HwGL+EIACwN9WeJ1Di6LY6Jw7AsD3nHM3F0Vxl3bgqlWrHh8vX74cy5cvr/AyhumC\nj360/doWV1wBHH20H3/hC0FpHHSQv69d1IiIg+8ySwmUG910fOp6Fb3yJOqWrFIEEiulVVUS9Flz\nyUUm8ZwV11VbYKeLkli9ejVW866OHqKUJIqiODkWc85tcs4tLopik3PuQAD3R+bY2Lq9yzm3GsAz\nAJSShMEQw5Il7dt78AslEVkAPmG8+tXtz6VkSeqBEwJfHyGP10gix5NI7STLE3BZuSlFEpKYUn6F\nNn9dksglEK4CZMkqJ1alBXY6KAl5An3++ef37LW65dyrAZzVGq8AcJU8wDm3t3NuuDXeH8BzANza\n5esaDLWRqtGnSCK1WC/lSTTlecgkXLW7KdVi24tykyQJ/rg8XsbkHNycBuK72E4XkugnuiWJjwA4\n2Tl3B4AXAvgwADjnnumcu7h1zFMA3OicuwnAdwH8Q1EUt3f5ugZDbciEyqFtCZJTbqra3cSRUw7S\nyll1S1FNlLNSBKJ9NkkY8rYslrvae7qUm/qJrhbTFUXxMDw5yMd/CeBNrfHPAPyPbl7HYGgSmlpI\nxWS5iUoh/DGexOU26PxMv6oaySUJuR9VVZJostykrcPgx1Vd8Ec+BH9MtsTS2JRE8zDONUwrHHww\ncKF4Bh8AAAzESURBVPzxfvyEJ7TH5s4NW5qfcALw1Kf6sSQJrhq4+U2grc5TnkTK16hTztodlUSs\nC0re5pKLfK6hGdi2HIZphT/+MSSb5z43JHQAeOSRkKjf+lbgTW/yY1lu4smQSELbxbYJTyJXScTm\n0ryMJkiCvwf5fjg0IqiqJKqShCmJZmEkYZhWkImMKwDZXSSvLcHLTQRah0G3QKevUdWTKIt1W27S\n5q9bbqry2eqWszRy0GIpsjLUh5GEwVCCbpWEtjdUyvyuU26SxMRvcz2POuUmLcHHPI9uuptyYqYk\negMjCYOhBKQStA0EiSS4ktBMbalK+BzS/K5TbpJmOV830UtPos78dUtKuca4KYlmYV+nwVACIgBK\ngrRpIBAW5HGSIDLhz0ut6Jbzc+SSRKzkw5NsWXeTtgaCbquUisq6p3KILEUuHKYkeg9TEgZDBs4+\nGzjqKD++4opgeC9aBKxcGUjgS18KXVF8RTclLm0dhtygsInupqq72PJV292uw+Bo0pOQt/IxLW7o\nHkYSBkMGPvaxMD7xxDAeHgb4TjJnnhnGWtLS1mGkSEJ6GfyxfhrjTXgS3ZaztDKSlZt6D/s6DYYe\nIbVYL6UkOHITfK7iiM1RNQHXIahUOSvVwWTlpsHCSMJg6BFyV3QTOVB5iidsbUW39DWqrIUoi/H3\n1islUbfcpL1/HpPHGZqBkYTB0CPkkoQ8A+alJSIQnvjID+GxKkTQ672hOFLHVTWurdw0GNjXaTD0\nCPvv3/nYkUf62yc9qTOpjrSuEK/5FaQygNDuyo3xbo3ruuWmfigJI4nBwr5Og6FHOP10YMOGcH/D\nhmBsn3cecN99IXbvvYFAUqUooNPXyG1znWpKoqqpXZWEDM3AupsMhh5haMhfGY/Ax8PD4RKrQPsF\nlFKdT0C6ZNWv7iZ+rDxe8ww0czplamvPM09iMDDONRimGMqUhHacNLhT5jeP1S3l1FEqsfUOVm6a\n2rCv02CYYqijJOSKbs38puTJY1p7rKYk5HHdeB6aojDjeurCvk6DYYqBJ1lSEJqS0MouBJ4oUy22\ndf2E2HF1YzktsFXLWYZmYJ6EwTDF8KlPhTbXvfcGTj01nP2vWgU85zl+fMIJwFlntT83Zx1GbIM8\nCX5WX0UtNNE9pe30WlbqMiXRGxhJGAxTDCtWhPH8+cA114T7K1eG8bJlwKWXtj+3LkmUlZtSpnC3\nxrhWbuLH5sxvSqJ3MJIwGPYg8LNsQqpkJbcw53PwWI45XVVJaJ1J3agR2+CvNzDONRj2IKRIgpI+\nT6KaT0GlLh7TLrhEaFJJlPkOZTFD87Cv1mDYg5BaQ0HQSlH8+hY0BycXudV5r7ubOKq038rPZ+ge\nVm4yGPYgLFrkbxcv7ozRxZCOPBLYutWPtVJU7FKoPMbRbXdTVWM8NoehNzCSMBj2EFx/PXD00X78\ngQ8Ab35ziP3wh8CTn+zHV18d9n/SlATFUhsUdpPEq6zolsdVmd/QDIwkDIY9BMcfH8b77uv/EZ73\nvDA+9NAwTpnaudfD0K7frZnfsfmrrIUoixmah321BsM0RmoDwRRJ8KQvze9UjM9bt9xknkR/YUrC\nYJjG4NuNE3JIgid92T2VivF5q67DME9iMDCSMBimMXK3/ZDQ2mi1xXoaCRFyF8JVLTeZkmgWRhIG\nwzTGggX+ls70Tz8deOlL/fjoo4GDDw7HHnEEsHy5H6eIoAmSqLrLrJFE72AkYTBMY+y9d3vS/eY3\nw/i444B77gn3//CHMM4liZTnkVrRzZN+TrnJriHRO1glz2AwVEY35aaJifaYtqKbJ33zJAYL+2oN\nBkNlaBc8mqnUJTSSoHUY/GJINB/FUt1Q2vswkugd7Ks1GAyVwUlCegBlSkK20abWUAD1F+sZmoF5\nEgaDoTL4lfIIRAgLFwKTk35MyVvzJDTU3fbDlETvYCRhMBgq44ILgNe8Jtz/t38DnvhEP/7mN0PZ\n6MADgUsu0c/uU+swOLT1FwRNjaRIyFAdRhIGg6EyDj/c/yO87nVhfOyxYTxzJvD61+tzpEhC8zy4\noiCloq3oJmPc0AxMpBkMhr4itaKboJGE1h4rY0BQMYZmYCRhMBimDDQCqbpYz8pNzcJIwmAw9BU5\nSZwfI1tsy9pvjSSahZGEwWDoG5YuBU480Y/5lh+Epz3N3x57LLD//n6c2tqDHtNihmZgxrXBYOgb\nfve70D576qnAjh0htmMHMGeOH597LvDud/uxJAIrN/UXRhIGg6FvIBLQ7vOxc+F+ypMwJdF7WLnJ\nYDBMaWhXviOYkug9jCQMBsOURmrbDzOuew8jCYPBsFuAlIS2WI4rCds2vFmYJ2EwGKY8/vqvgWXL\n/PgrXwkL5hYtAt71rqAuLr64fcW3oXu4ogtt5pz7CwCrADwFwHFFUfwqctxpAD4Or1wuKYriI5Hj\nim7ej8FgMExHOOdQFEVP9r/tttx0C4CXAvhB7ADn3BCACwGcCuBPALzSOffkLl93j8fq1asH/Ram\nDOy7CLDvIsC+i/6gK5IoiuKOoijWAkgx2PEA1hZF8ceiKMYBXAngjG5edzrAfgAB9l0E2HcRYN9F\nf9AP43opAHalXKxvPWYwGAyGKY5S49o59x0Ai/lDAAoA5xVF8fWM19BUhhkPBoPBsBugK+P68Umc\n+z6Ad2vGtXPuWQBWFUVxWuv++wAUmnntnDPyMBgMhhrolXHdZAts7A3eAGCZc+4wAPcBOBPAK7UD\ne/UhDQaDwVAPXXkSzrk/d87dA+BZAL7hnPvv1uMHOee+AQBFUUwCeDuAawH8FsCVRVHc1t3bNhgM\nBkM/0Ei5yWAwGAx7JqbMthzOudOcc7c75+50zr130O+nV3DOrXPO/do5d5Nz7hetx/Zxzl3rnLvD\nOfdt59wIO/6fnXNrnXNrnHPHsMdXtL6rO5xzrx3EZ6kK59wlzrlNzrmb2WONfXbn3LHOuZtbsY/3\n75NVR+S7WOmcW++c+1Xr32ksdk7ru7jNOXcKe1z93TjnDnfO/bz1HX3JOTcld1dwzh3snPuec+5W\n59wtzrl3th6fdn8Xynfxjtbjg/27KIpi4P/gyep3AA4DMAvAGgBPHvT76tFn/QOAfcRjHwHw/1rj\n9wL4cGv8IgDfbI3/FMDPW+N9APwewAiAvWk86M+W8dmfC+AYADf34rMDuB7A8a3xtwCcOujPXPG7\nWAngr5VjnwLgJngP8fDWb8WlfjcA/h3Ay1vjzwB486A/c+R7OBDAMa3xAgB3AHjydPy7SHwXA/27\nmCpKYjotuKP/RI4zAFzWGl+G8NnPAHA5ABRFcT2AEefcYvjV69cWRbG1KIot8H7PaZjiKIrixwA2\ni4cb+ezOuQMBLCyK4het518O4M979mG6ROS7APQGkDPgvbyJoijWAVgL/5tJ/W5eAOArrfFl8Dsj\nTDkURbGxKIo1rfFjAG4DcDCm4d9F5LugNWUD+7uYKiQxnRbcFQC+7Zy7wTn3htZji4ui2AT4PxQA\ni1qPx74X+fi92H2/r0UNffalrWPk8bsb3tYqo/wrK7GkPnPHd+Sc2w/A5qIodrHHl/T4fXcN59zh\n8Orq52juN7Fb/l2w7+L61kMD+7uYKiQxnRbcPacoiv8J4HT4//jnIf5Z5fdCCxmnw/dV9bPvCd/J\npwEcWRTFMQA2Avin1uNVP7NTYlP6u3DOLQDwZQD/t3UW3dRvYrf7u1C+i4H+XUwVklgP4FB2/2AA\nGwb0XnqK1lkRiqJ4AMDX4KXhppZkRkse3986fD2AQ9jT6XvZk76vpj577PjdBkVRPFC0isUAPgv/\ntwFU/C6KongQwN7Ob67Jj5+SaJmnXwbw+aIormo9PC3/LrTvYtB/F1OFJB5fcOecG4ZfcHf1gN9T\n43DOzWudJcA5Nx/AKfA76V4N4KzWYWcBoB/K1QBe2zr+WQC2tCT4twGc7Jwbcc7tA+Dk1mO7A+TZ\nTCOfvUW+jzjnjnfOudZzr8LURtt30UqGhJcB+E1rfDWAM51zw865IwAsA/AL6L8b+szfA/Dy1ngF\npvZ38W8Abi2K4hPssen6d9HxXQz872LQjj5z6k+Dd/PXAnjfoN9Pjz7jEfCdBjfBk8P7Wo/vC+C6\n1uf/DoC92XMuhO9U+DWAY9njZ7W+qzsBvHbQny3z818Bf+YyBuBuAK+D70pp5LMDeGbre10L4BOD\n/rw1vovLAdzc+hv5Gnxdno4/p/Vd3AbgFPa4+rtp/a1d3/qO/h3ArEF/5sj38L8ATLLfxa9an6mx\n38Tu8neR+C4G+ndhi+kMBoPBEMVUKTcZDAaDYQrCSMJgMBgMURhJGAwGgyEKIwmDwWAwRGEkYTAY\nDIYojCQMBoPBEIWRhMFgMBiiMJIwGAwGQxT/H4dzZ7cLgp0cAAAAAElFTkSuQmCC\n", "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "plt.plot(wave)" ] }, { "cell_type": "code", "execution_count": 40, "metadata": { "collapsed": false }, "outputs": [], "source": [ "duration=20.0\n", "rate=22050\n", "nsamples=duration*rate\n", "repeats=int(nsamples/length)" ] }, { "cell_type": "code", "execution_count": 41, "metadata": { "collapsed": false }, "outputs": [], "source": [ "data=[diracs * repeats, wave * repeats]" ] }, { "cell_type": "code", "execution_count": 42, "metadata": { "collapsed": false }, "outputs": [], "source": [ "import numpy as np\n", "ndata = np.uint8(np.array(data) * 127.0 + 128.0)" ] }, { "cell_type": "code", "execution_count": 43, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "(430080, 2)" ] }, "execution_count": 43, "metadata": {}, "output_type": "execute_result" } ], "source": [ "ndata = np.swapaxes(ndata, 0, 1)\n", "ndata.shape" ] }, { "cell_type": "code", "execution_count": 44, "metadata": { "collapsed": false }, "outputs": [], "source": [ "from scipy.io.wavfile import write\n", "write('/tmp/test.wav', rate, ndata)" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.2" } }, "nbformat": 4, "nbformat_minor": 0 } vamp-plugin-sdk-2.10.0/test/testsignal.wav0000644000000000000000000322005413660464475016636 0ustar 00000000000000RIFF$ WAVEfmt "VD¬data €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€†€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€€€€€€€€€€€€€€€€€€€€€€‚€‚€‚€‚€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€„€„€„€„€„€„€„€„€„€…€…€…€…€…€…€…€…€…€…€…€…€…€…€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€†€…€…€…€…€…€…€…€…€…€…€…€…€…€…€„€„€„€„€„€„€„€„€„€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€‚€‚€‚€‚€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€~€~€~€~€~€~€}€}€}€}€}€}€}€|€|€|€|€|€|€|€{€{€{€{€{€{€{€{€{€z€z€z€z€z€z€z€z€z€z€z€z€z€z€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€y€z€z€z€z€z€z€z€z€z€z€z€z€z€z€{€{€{€{€{€{€{€{€{€|€|€|€|€|€|€|€}€}€}€}€}€}€}€~€~€~€~€~€~€~€€€€€€Œ€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€€€€€€€€€€€€‚€‚€‚€ƒ€ƒ€ƒ€ƒ€„€„€„€…€…€…€…€†€†€†€‡€‡€‡€‡€ˆ€ˆ€ˆ€ˆ€ˆ€‰€‰€‰€‰€Š€Š€Š€Š€Š€Š€‹€‹€‹€‹€‹€‹€‹€‹€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€Œ€‹€‹€‹€‹€‹€‹€‹€‹€Š€Š€Š€Š€Š€Š€‰€‰€‰€‰€ˆ€ˆ€ˆ€ˆ€ˆ€‡€‡€‡€‡€†€†€†€…€…€…€…€„€„€„€ƒ€ƒ€ƒ€ƒ€‚€‚€‚€€€€€€€€€€€€€€€~€~€~€}€}€}€|€|€|€|€{€{€{€z€z€z€z€y€y€y€x€x€x€x€w€w€w€w€w€v€v€v€v€u€u€u€u€u€u€t€t€t€t€t€t€t€t€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€s€t€t€t€t€t€t€t€t€u€u€u€u€u€u€v€v€v€v€w€w€w€w€w€x€x€x€x€y€y€y€z€z€z€z€{€{€{€|€|€|€|€}€}€}€~€~€~€€€“€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€€€€€€€€€‚€‚€ƒ€ƒ€„€„€…€…€…€†€†€‡€‡€ˆ€ˆ€ˆ€‰€‰€Š€Š€Š€‹€‹€Œ€Œ€Œ€€€€Ž€Ž€Ž€€€€€€€€€‘€‘€‘€‘€‘€‘€’€’€’€’€’€’€’€’€’€’€’€“€“€“€“€“€’€’€’€’€’€’€’€’€’€’€’€‘€‘€‘€‘€‘€‘€€€€€€€€€Ž€Ž€Ž€€€€Œ€Œ€Œ€‹€‹€Š€Š€Š€‰€‰€ˆ€ˆ€ˆ€‡€‡€†€†€…€…€…€„€„€ƒ€ƒ€‚€‚€€€€€€€€€€€~€~€}€}€|€|€{€{€z€z€z€y€y€x€x€w€w€w€v€v€u€u€u€t€t€s€s€s€r€r€r€q€q€q€p€p€p€p€o€o€o€o€n€n€n€n€n€n€m€m€m€m€m€m€m€m€m€m€m€l€l€l€l€l€m€m€m€m€m€m€m€m€m€m€m€n€n€n€n€n€n€o€o€o€o€p€p€p€p€q€q€q€r€r€r€s€s€s€t€t€u€u€u€v€v€w€w€w€x€x€y€y€z€z€z€{€{€|€|€}€}€~€~€€™€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€€€€€€€‚€ƒ€ƒ€„€„€…€†€†€‡€‡€ˆ€‰€‰€Š€Š€‹€‹€Œ€€€Ž€Ž€€€€€‘€‘€‘€’€’€“€“€”€”€”€•€•€•€–€–€–€–€—€—€—€—€˜€˜€˜€˜€˜€˜€™€™€™€™€™€™€™€™€™€™€™€™€™€™€™€˜€˜€˜€˜€˜€˜€—€—€—€—€–€–€–€–€•€•€•€”€”€”€“€“€’€’€‘€‘€‘€€€€€Ž€Ž€€€Œ€‹€‹€Š€Š€‰€‰€ˆ€‡€‡€†€†€…€„€„€ƒ€ƒ€‚€€€€€€€€~€~€}€|€|€{€{€z€y€y€x€x€w€v€v€u€u€t€t€s€r€r€q€q€p€p€o€o€n€n€n€m€m€l€l€k€k€k€j€j€j€i€i€i€i€h€h€h€h€g€g€g€g€g€g€f€f€f€f€f€f€f€f€f€f€f€f€f€f€f€g€g€g€g€g€g€h€h€h€h€i€i€i€i€j€j€j€k€k€k€l€l€m€m€n€n€n€o€o€p€p€q€q€r€r€s€t€t€u€u€v€v€w€x€x€y€y€z€{€{€|€|€}€~€~€Ÿ€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€€€€€€‚€ƒ€ƒ€„€…€†€†€‡€ˆ€‰€‰€Š€‹€Œ€Œ€€Ž€Ž€€€€‘€’€’€“€”€”€•€•€–€–€—€˜€˜€™€™€™€š€š€›€›€œ€œ€œ€€€€€ž€ž€ž€ž€ž€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€Ÿ€ž€ž€ž€ž€ž€€€€€œ€œ€œ€›€›€š€š€™€™€™€˜€˜€—€–€–€•€•€”€”€“€’€’€‘€€€€Ž€Ž€€Œ€Œ€‹€Š€‰€‰€ˆ€‡€†€†€…€„€ƒ€ƒ€‚€€€€€€~€}€|€|€{€z€y€y€x€w€v€v€u€t€s€s€r€q€q€p€o€o€n€m€m€l€k€k€j€j€i€i€h€g€g€f€f€f€e€e€d€d€c€c€c€b€b€b€b€a€a€a€a€a€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€`€a€a€a€a€a€b€b€b€b€c€c€c€d€d€e€e€f€f€f€g€g€h€i€i€j€j€k€k€l€m€m€n€o€o€p€q€q€r€s€s€t€u€v€v€w€x€y€y€z€{€|€|€}€~€¦€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€€€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€‹€Œ€€Ž€€€‘€‘€’€“€”€•€•€–€—€˜€˜€™€š€š€›€œ€œ€€ž€ž€Ÿ€Ÿ€ € €¡€¡€¢€¢€¢€£€£€£€¤€¤€¤€¤€¥€¥€¥€¥€¥€¥€¥€¦€¦€¦€¦€¦€¥€¥€¥€¥€¥€¥€¥€¤€¤€¤€¤€£€£€£€¢€¢€¢€¡€¡€ € €Ÿ€Ÿ€ž€ž€€œ€œ€›€š€š€™€˜€˜€—€–€•€•€”€“€’€‘€‘€€€Ž€€Œ€‹€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€€€~€}€|€{€z€y€x€w€v€u€t€t€s€r€q€p€o€n€n€m€l€k€j€j€i€h€g€g€f€e€e€d€c€c€b€a€a€`€`€_€_€^€^€]€]€]€\€\€\€[€[€[€[€Z€Z€Z€Z€Z€Z€Z€Y€Y€Y€Y€Y€Z€Z€Z€Z€Z€Z€Z€[€[€[€[€\€\€\€]€]€]€^€^€_€_€`€`€a€a€b€c€c€d€e€e€f€g€g€h€i€j€j€k€l€m€n€n€o€p€q€r€s€t€t€u€v€w€x€y€z€{€|€}€~€¬€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~€€€‚€ƒ€„€…€†€‡€ˆ€‰€Š€‹€Œ€€Ž€€‘€’€“€“€”€•€–€—€˜€™€š€›€œ€€€ž€Ÿ€ € €¡€¢€£€£€¤€¤€¥€¦€¦€§€§€¨€¨€©€©€©€ª€ª€ª€«€«€«€«€«€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€«€«€«€«€ª€ª€ª€©€©€©€¨€¨€§€§€¦€¦€¥€¤€¤€£€£€¢€¡€ € €Ÿ€ž€€€œ€›€š€™€˜€—€–€•€”€“€“€’€‘€€Ž€€Œ€‹€Š€‰€ˆ€‡€†€…€„€ƒ€‚€€€~€}€|€{€z€y€x€w€v€u€t€s€r€q€p€n€m€l€l€k€j€i€h€g€f€e€d€c€b€b€a€`€_€_€^€]€\€\€[€[€Z€Y€Y€X€X€W€W€V€V€V€U€U€U€T€T€T€T€T€S€S€S€S€S€S€S€S€S€S€S€T€T€T€T€T€U€U€U€V€V€V€W€W€X€X€Y€Y€Z€[€[€\€\€]€^€_€_€`€a€b€b€c€d€e€f€g€h€i€j€k€l€l€m€n€p€q€r€s€t€u€v€w€x€y€z€{€|€}€~²€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~€€€‚€ƒ€„€†€‡€ˆ€‰€‹€Œ€€Ž€€‘€’€“€”€•€–€—€™€š€›€œ€€ž€Ÿ€ €¡€¢€£€£€¤€¥€¦€§€¨€¨€©€ª€ª€«€¬€¬€­€­€®€®€¯€¯€°€°€°€±€±€±€²€²€²€²€²€²€²€²€²€²€²€²€²€²€²€±€±€±€°€°€°€¯€¯€®€®€­€­€¬€¬€«€ª€ª€©€¨€¨€§€¦€¥€¤€£€£€¢€¡€ €Ÿ€ž€€œ€›€š€™€—€–€•€”€“€’€‘€€Ž€€Œ€‹€‰€ˆ€‡€†€„€ƒ€‚€€€~€}€|€{€y€x€w€v€t€s€r€q€p€n€m€l€k€j€i€h€f€e€d€c€b€a€`€_€^€]€\€\€[€Z€Y€X€W€W€V€U€U€T€S€S€R€R€Q€Q€P€P€O€O€O€N€N€N€M€M€M€M€M€M€M€M€M€M€M€M€M€M€M€N€N€N€O€O€O€P€P€Q€Q€R€R€S€S€T€U€U€V€W€W€X€Y€Z€[€\€\€]€^€_€`€a€b€c€d€e€f€h€i€j€k€l€m€n€p€q€r€s€t€v€w€x€y€{€|€}€~¹€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~€€€‚€„€…€†€ˆ€‰€‹€Œ€€€€‘€“€”€•€—€˜€™€š€œ€€ž€Ÿ€ €¢€£€¤€¥€¦€§€¨€©€ª€«€¬€­€­€®€¯€°€±€±€²€³€³€´€´€µ€µ€¶€¶€·€·€·€¸€¸€¸€¸€¸€¸€¹€¹€¹€¹€¹€¸€¸€¸€¸€¸€¸€·€·€·€¶€¶€µ€µ€´€´€³€³€²€±€±€°€¯€®€­€­€¬€«€ª€©€¨€§€¦€¥€¤€£€¢€ €Ÿ€ž€€œ€š€™€˜€—€•€”€“€‘€€€€Œ€‹€‰€ˆ€†€…€„€‚€€€~€}€{€z€y€w€v€t€s€r€p€o€n€l€k€j€h€g€f€e€c€b€a€`€_€]€\€[€Z€Y€X€W€V€U€T€S€R€R€Q€P€O€N€N€M€L€L€K€K€J€J€I€I€H€H€H€G€G€G€G€G€G€F€F€F€F€F€G€G€G€G€G€G€H€H€H€I€I€J€J€K€K€L€L€M€N€N€O€P€Q€R€R€S€T€U€V€W€X€Y€Z€[€\€]€_€`€a€b€c€e€f€g€h€j€k€l€n€o€p€r€s€t€v€w€y€z€{€}€~¿€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~€€€ƒ€„€†€‡€‰€Š€Œ€€€€’€“€•€–€˜€™€›€œ€€Ÿ€ €¡€£€¤€¥€§€¨€©€ª€«€¬€­€¯€°€±€²€³€³€´€µ€¶€·€¸€¸€¹€º€º€»€»€¼€¼€½€½€½€¾€¾€¾€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¿€¾€¾€¾€½€½€½€¼€¼€»€»€º€º€¹€¸€¸€·€¶€µ€´€³€³€²€±€°€¯€­€¬€«€ª€©€¨€§€¥€¤€£€¡€ €Ÿ€€œ€›€™€˜€–€•€“€’€€€€Œ€Š€‰€‡€†€„€ƒ€€€€~€|€{€y€x€v€u€s€r€p€o€m€l€j€i€g€f€d€c€b€`€_€^€\€[€Z€X€W€V€U€T€S€R€P€O€N€M€L€L€K€J€I€H€G€G€F€E€E€D€D€C€C€B€B€B€A€A€A€@€@€@€@€@€@€@€@€@€@€@€A€A€A€B€B€B€C€C€D€D€E€E€F€G€G€H€I€J€K€L€L€M€N€O€P€R€S€T€U€V€W€X€Z€[€\€^€_€`€b€c€d€f€g€i€j€l€m€o€p€r€s€u€v€x€y€{€|€~Å€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~€€€€ƒ€…€†€ˆ€Š€‹€€€€’€”€•€—€™€š€œ€€Ÿ€ €¢€£€¥€¦€¨€©€ª€¬€­€®€°€±€²€³€´€µ€·€¸€¹€º€»€»€¼€½€¾€¿€¿€À€Á€Á€Â€Â€Ã€Ã€Ä€Ä€Ä€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Å€Ä€Ä€Ä€Ã€Ã€Â€Â€Á€Á€À€¿€¿€¾€½€¼€»€»€º€¹€¸€·€µ€´€³€²€±€°€®€­€¬€ª€©€¨€¦€¥€£€¢€ €Ÿ€€œ€š€™€—€•€”€’€€€€‹€Š€ˆ€†€…€ƒ€€€€~€|€z€y€w€u€t€r€p€o€m€k€j€h€f€e€c€b€`€_€]€\€Z€Y€W€V€U€S€R€Q€O€N€M€L€K€J€H€G€F€E€D€D€C€B€A€@€@€?€>€>€=€=€<€<€;€;€;€:€:€:€:€:€:€:€:€:€:€:€:€:€;€;€;€<€<€=€=€>€>€?€@€@€A€B€C€D€D€E€F€G€H€J€K€L€M€N€O€Q€R€S€U€V€W€Y€Z€\€]€_€`€b€c€e€f€h€j€k€m€o€p€r€t€u€w€y€z€|€~Ì€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~€€€ƒ€…€‡€‰€‹€€Ž€€’€”€–€—€™€›€€ž€ €¢€£€¥€§€¨€ª€«€­€®€°€±€³€´€µ€·€¸€¹€º€¼€½€¾€¿€À€Á€Â€Ã€Ä€Ä€Å€Æ€Ç€Ç€È€È€É€É€Ê€Ê€Ë€Ë€Ë€Ë€Ë€Ì€Ì€Ì€Ì€Ì€Ë€Ë€Ë€Ë€Ë€Ê€Ê€É€É€È€È€Ç€Ç€Æ€Å€Ä€Ä€Ã€Â€Á€À€¿€¾€½€¼€º€¹€¸€·€µ€´€³€±€°€®€­€«€ª€¨€§€¥€£€¢€ €ž€€›€™€—€–€”€’€€Ž€€‹€‰€‡€…€ƒ€€€€~€|€z€x€v€t€r€q€o€m€k€i€h€f€d€b€a€_€]€\€Z€X€W€U€T€R€Q€O€N€L€K€J€H€G€F€E€C€B€A€@€?€>€=€<€;€;€:€9€8€8€7€7€6€6€5€5€4€4€4€4€4€3€3€3€3€3€4€4€4€4€4€5€5€6€6€7€7€8€8€9€:€;€;€<€=€>€?€@€A€B€C€E€F€G€H€J€K€L€N€O€Q€R€T€U€W€X€Z€\€]€_€a€b€d€f€h€i€k€m€o€q€r€t€v€x€z€|€~Ò€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}€€€‚€„€†€ˆ€Š€Œ€Ž€€’€”€–€—€™€›€€Ÿ€¡€£€¥€¦€¨€ª€¬€­€¯€±€²€´€µ€·€¸€º€»€½€¾€¿€Á€Â€Ã€Ä€Å€Æ€Ç€È€É€Ê€Ë€Ì€Í€Í€Î€Î€Ï€Ð€Ð€Ð€Ñ€Ñ€Ñ€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ò€Ñ€Ñ€Ñ€Ð€Ð€Ð€Ï€Î€Î€Í€Í€Ì€Ë€Ê€É€È€Ç€Æ€Å€Ä€Ã€Â€Á€¿€¾€½€»€º€¸€·€µ€´€²€±€¯€­€¬€ª€¨€¦€¥€£€¡€Ÿ€€›€™€—€–€”€’€€Ž€Œ€Š€ˆ€†€„€‚€€€}€{€y€w€u€s€q€o€m€k€i€h€f€d€b€`€^€\€Z€Y€W€U€S€R€P€N€M€K€J€H€G€E€D€B€A€@€>€=€<€;€:€9€8€7€6€5€4€3€2€2€1€1€0€/€/€/€.€.€.€-€-€-€-€-€-€-€-€-€.€.€.€/€/€/€0€1€1€2€2€3€4€5€6€7€8€9€:€;€<€=€>€@€A€B€D€E€G€H€J€K€M€N€P€R€S€U€W€Y€Z€\€^€`€b€d€f€h€i€k€m€o€q€s€u€w€y€{€}Ø€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}€€‚€„€†€ˆ€Š€€€‘€“€•€—€™€›€€Ÿ€¢€¤€¦€§€©€«€­€¯€±€³€´€¶€¸€º€»€½€¾€À€Á€Ã€Ä€Æ€Ç€È€É€Ë€Ì€Í€Î€Ï€Ð€Ñ€Ò€Ò€Ó€Ô€Õ€Õ€Ö€Ö€×€×€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€×€×€×€Ö€Ö€Õ€Õ€Ô€Ó€Ò€Ò€Ñ€Ð€Ï€Î€Í€Ì€Ë€É€È€Ç€Æ€Ä€Ã€Á€À€¾€½€»€º€¸€¶€´€³€±€¯€­€«€©€§€¦€¤€¢€Ÿ€€›€™€—€•€“€‘€€€Š€ˆ€†€„€‚€€€}€{€y€w€u€r€p€n€l€j€h€f€d€b€`€]€[€Y€X€V€T€R€P€N€L€K€I€G€E€D€B€A€?€>€<€;€9€8€7€6€4€3€2€1€0€/€.€-€-€,€+€*€*€)€)€(€(€(€'€'€'€'€'€'€'€'€'€'€'€(€(€(€)€)€*€*€+€,€-€-€.€/€0€1€2€3€4€6€7€8€9€;€<€>€?€A€B€D€E€G€I€K€L€N€P€R€T€V€X€Y€[€]€`€b€d€f€h€j€l€n€p€r€u€w€y€{€}߀‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}€€€‚€„€‡€‰€‹€€€’€”€—€™€›€€ €¢€¤€¦€¨€ª€¬€®€°€²€´€¶€¸€º€¼€¾€¿€Á€Ã€Ä€Æ€È€É€Ë€Ì€Í€Ï€Ð€Ñ€Ò€Ô€Õ€Ö€×€×€Ø€Ù€Ú€Û€Û€Ü€Ü€Ý€Ý€Þ€Þ€Þ€Þ€ß€ß€ß€ß€ß€Þ€Þ€Þ€Þ€Ý€Ý€Ü€Ü€Û€Û€Ú€Ù€Ø€×€×€Ö€Õ€Ô€Ò€Ñ€Ð€Ï€Í€Ì€Ë€É€È€Æ€Ä€Ã€Á€¿€¾€¼€º€¸€¶€´€²€°€®€¬€ª€¨€¦€¤€¢€ €€›€™€—€”€’€€€‹€‰€‡€„€‚€€€}€{€x€v€t€r€o€m€k€h€f€d€b€_€]€[€Y€W€U€S€Q€O€M€K€I€G€E€C€A€@€>€<€;€9€7€6€4€3€2€0€/€.€-€+€*€)€(€(€'€&€%€$€$€#€#€"€"€!€!€!€!€ € € € € €!€!€!€!€"€"€#€#€$€$€%€&€'€(€(€)€*€+€-€.€/€0€2€3€4€6€7€9€;€<€>€@€A€C€E€G€I€K€M€O€Q€S€U€W€Y€[€]€_€b€d€f€h€k€m€o€r€t€v€x€{€}倂€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}€€‚€„€‡€‰€Œ€Ž€‘€“€–€˜€›€€Ÿ€¢€¤€¦€©€«€­€¯€²€´€¶€¸€º€¼€¾€À€Â€Ä€Æ€Ç€É€Ë€Ì€Î€Ð€Ñ€Ó€Ô€Õ€×€Ø€Ù€Ú€Û€Ü€Ý€Þ€ß€à€á€á€â€ã€ã€ä€ä€ä€å€å€å€å€å€å€å€å€å€ä€ä€ä€ã€ã€â€á€á€à€ß€Þ€Ý€Ü€Û€Ú€Ù€Ø€×€Õ€Ô€Ó€Ñ€Ð€Î€Ì€Ë€É€Ç€Æ€Ä€Â€À€¾€¼€º€¸€¶€´€²€¯€­€«€©€¦€¤€¢€Ÿ€€›€˜€–€“€‘€Ž€Œ€‰€‡€„€‚€€€}€{€x€v€s€q€n€l€i€g€d€b€`€]€[€Y€V€T€R€P€M€K€I€G€E€C€A€?€=€;€9€8€6€4€3€1€/€.€,€+€*€(€'€&€%€$€#€"€!€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€ €!€"€#€$€%€&€'€(€*€+€,€.€/€1€3€4€6€8€9€;€=€?€A€C€E€G€I€K€M€P€R€T€V€Y€[€]€`€b€d€g€i€l€n€q€s€v€x€{€}뀀‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}€€€‚€…€‡€Š€€€’€•€—€š€œ€Ÿ€¡€¤€¦€©€«€®€°€²€µ€·€¹€»€¾€À€Â€Ä€Æ€È€Ê€Ì€Î€Ï€Ñ€Ó€Õ€Ö€Ø€Ù€Û€Ü€Ý€ß€à€á€â€ã€ä€å€æ€ç€è€è€é€é€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€é€é€è€è€ç€æ€å€ä€ã€â€á€à€ß€Ý€Ü€Û€Ù€Ø€Ö€Õ€Ó€Ñ€Ï€Î€Ì€Ê€È€Æ€Ä€Â€À€¾€»€¹€·€µ€²€°€®€«€©€¦€¤€¡€Ÿ€œ€š€—€•€’€€€Š€‡€…€‚€€€}€z€x€u€r€p€m€j€h€e€c€`€^€[€Y€V€T€Q€O€M€J€H€F€D€A€?€=€;€9€7€5€3€1€0€.€,€*€)€'€&€$€#€"€ €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€ €"€#€$€&€'€)€*€,€.€0€1€3€5€7€9€;€=€?€A€D€F€H€J€M€O€Q€T€V€Y€[€^€`€c€e€h€j€m€p€r€u€x€z€}ò€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}€€‚€…€ˆ€‹€€€“€–€™€›€ž€¡€£€¦€©€«€®€°€³€µ€¸€º€½€¿€Á€Ä€Æ€È€Ê€Ì€Î€Ð€Ò€Ô€Ö€Ø€Ú€Û€Ý€ß€à€â€ã€ä€æ€ç€è€é€ê€ë€ì€í€î€î€ï€ð€ð€ñ€ñ€ñ€ñ€ò€ò€ò€ò€ò€ñ€ñ€ñ€ñ€ð€ð€ï€î€î€í€ì€ë€ê€é€è€ç€æ€ä€ã€â€à€ß€Ý€Û€Ú€Ø€Ö€Ô€Ò€Ð€Î€Ì€Ê€È€Æ€Ä€Á€¿€½€º€¸€µ€³€°€®€«€©€¦€£€¡€ž€›€™€–€“€€€‹€ˆ€…€‚€€€}€z€w€t€r€o€l€i€f€d€a€^€\€Y€V€T€Q€O€L€J€G€E€B€@€>€;€9€7€5€3€1€/€-€+€)€'€%€$€"€ €€€€€€€€€€€€€€€€€€€€€€ € € € € €€€€€€€€€€€€€€€€€€€€€€ €"€$€%€'€)€+€-€/€1€3€5€7€9€;€>€@€B€E€G€J€L€O€Q€T€V€Y€\€^€a€d€f€i€l€o€r€t€w€z€}ø€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}€€€‚€…€ˆ€‹€Ž€‘€”€—€š€€ €£€¥€¨€«€®€°€³€¶€¸€»€¾€À€Ã€Å€Ç€Ê€Ì€Î€Ñ€Ó€Õ€×€Ù€Û€Ý€ß€à€â€ä€å€ç€è€ê€ë€í€î€ï€ð€ñ€ò€ó€ô€õ€õ€ö€ö€÷€÷€ø€ø€ø€ø€ø€ø€ø€ø€ø€÷€÷€ö€ö€õ€õ€ô€ó€ò€ñ€ð€ï€î€í€ë€ê€è€ç€å€ä€â€à€ß€Ý€Û€Ù€×€Õ€Ó€Ñ€Î€Ì€Ê€Ç€Å€Ã€À€¾€»€¸€¶€³€°€®€«€¨€¥€£€ €€š€—€”€‘€Ž€‹€ˆ€…€‚€€€}€z€w€t€q€n€k€h€e€b€_€\€Z€W€T€Q€O€L€I€G€D€A€?€<€:€8€5€3€1€.€,€*€(€&€$€"€ €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ € € € € € € €€€€€€€€€€€€€€ €"€$€&€(€*€,€.€1€3€5€8€:€<€?€A€D€G€I€L€O€Q€T€W€Z€\€_€b€e€h€k€n€q€t€w€z€}vamp-plugin-sdk-2.10.0/vamp-hostsdk/Plugin.h0000644000000000000000000000346413660464475017013 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_HOSTSDK_PLUGIN_H_ #define _VAMP_HOSTSDK_PLUGIN_H_ // Do not include vamp-sdk/Plugin.h directly from host code. Always // use this header instead. #include "hostguard.h" #include #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginBase.h0000644000000000000000000000350513660464475017602 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_HOSTSDK_PLUGIN_BASE_H_ #define _VAMP_HOSTSDK_PLUGIN_BASE_H_ // Do not include vamp-sdk/PluginBase.h directly from host code. // Always use this header instead. #include "hostguard.h" #include #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginBufferingAdapter.h0000644000000000000000000001627013660464475022143 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. This file by Mark Levy and Chris Cannam, Copyright 2007-2008 QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_BUFFERING_ADAPTER_H_ #define _VAMP_PLUGIN_BUFFERING_ADAPTER_H_ #include "hostguard.h" #include "PluginWrapper.h" _VAMP_SDK_HOSTSPACE_BEGIN(PluginBufferingAdapter.h) namespace Vamp { namespace HostExt { /** * \class PluginBufferingAdapter PluginBufferingAdapter.h * * PluginBufferingAdapter is a Vamp plugin adapter that allows plugins * to be used by a host supplying an audio stream in non-overlapping * buffers of arbitrary size. * * A host using PluginBufferingAdapter may ignore the preferred step * and block size reported by the plugin, and still expect the plugin * to run. The value of blockSize and stepSize passed to initialise * should be the size of the buffer which the host will supply; the * stepSize should be equal to the blockSize. * * If the internal step size used for the plugin differs from that * supplied by the host, the adapter will modify the sample type and * rate specifications for the plugin outputs appropriately, and set * timestamps on the output features for outputs that formerly used a * different sample rate specification. This is necessary in order to * obtain correct time stamping. * * In other respects, the PluginBufferingAdapter behaves identically * to the plugin that it wraps. The wrapped plugin will be deleted * when the wrapper is deleted. If you wish to prevent this, call * disownPlugin(). */ class PluginBufferingAdapter : public PluginWrapper { public: /** * Construct a PluginBufferingAdapter wrapping the given plugin. * The adapter takes ownership of the plugin, which will be * deleted when the adapter is deleted. If you wish to prevent * this, call disownPlugin(). */ PluginBufferingAdapter(Plugin *plugin); virtual ~PluginBufferingAdapter(); /** * Return the preferred step size for this adapter. * * Because of the way this adapter works, its preferred step size * will always be the same as its preferred block size. This may * or may not be the same as the preferred step size of the * underlying plugin, which may be obtained by calling * getPluginPreferredStepSize(). */ size_t getPreferredStepSize() const; /** * Return the preferred block size for this adapter. * * This may or may not be the same as the preferred block size of * the underlying plugin, which may be obtained by calling * getPluginPreferredBlockSize(). * * Note that this adapter may be initialised with any block size, * not just its supposedly preferred one. */ size_t getPreferredBlockSize() const; /** * Initialise the adapter (and therefore the plugin) for the given * number of channels. Initialise the adapter for the given step * and block size, which must be equal. * * The step and block size used for the underlying plugin will * depend on its preferences, or any values previously passed to * setPluginStepSize and setPluginBlockSize. */ bool initialise(size_t channels, size_t stepSize, size_t blockSize); /** * Return the preferred step size of the plugin wrapped by this * adapter. * * This is included mainly for informational purposes. This value * is not likely to be a valid step size for the adapter itself, * and it is not usually of any use in interpreting the results * (because the adapter re-writes OneSamplePerStep outputs to * FixedSampleRate so that the hop size no longer needs to be * known beforehand in order to interpret them). */ size_t getPluginPreferredStepSize() const; /** * Return the preferred block size of the plugin wrapped by this * adapter. * * This is included mainly for informational purposes. */ size_t getPluginPreferredBlockSize() const; /** * Set the step size that will be used for the underlying plugin * when initialise() is called. If this is not set, the plugin's * own preferred step size will be used. You will not usually * need to call this function. If you do call it, it must be * before the first call to initialise(). */ void setPluginStepSize(size_t stepSize); /** * Set the block size that will be used for the underlying plugin * when initialise() is called. If this is not set, the plugin's * own preferred block size will be used. You will not usually * need to call this function. If you do call it, it must be * before the first call to initialise(). */ void setPluginBlockSize(size_t blockSize); /** * Return the step and block sizes that were actually used when * initialising the underlying plugin. * * This is included mainly for informational purposes. You will * not usually need to call this function. If this is called * before initialise(), it will return 0 for both values. If it * is called after a failed call to initialise(), it will return * the values that were used in the failed call to the plugin's * initialise() function. */ void getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize); void setParameter(std::string, float); void selectProgram(std::string); OutputList getOutputDescriptors() const; void reset(); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); protected: class Impl; Impl *m_impl; }; } } _VAMP_SDK_HOSTSPACE_END(PluginBufferingAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginChannelAdapter.h0000644000000000000000000001331213660464475021576 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ #define _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ #include "hostguard.h" #include "PluginWrapper.h" _VAMP_SDK_HOSTSPACE_BEGIN(PluginChannelAdapter.h) namespace Vamp { namespace HostExt { /** * \class PluginChannelAdapter PluginChannelAdapter.h * * PluginChannelAdapter is a Vamp plugin adapter that implements a * policy for management of plugins that expect a different number of * input channels from the number actually available in the source * audio data. * * A host using PluginChannelAdapter may ignore the getMinChannelCount * and getMaxChannelCount reported by the plugin, and still expect the * plugin to run. * * PluginChannelAdapter implements the following policy: * * - If the plugin supports the provided number of channels directly, * PluginChannelAdapter will just run the plugin as normal. * * - If the plugin only supports exactly one channel but more than * one channel is provided, PluginChannelAdapter will use the mean of * the channels. This ensures that the resulting values remain * within the same magnitude range as expected for mono data. * * - If the plugin requires more than one channel but exactly one is * provided, the provided channel will be duplicated across all the * plugin input channels. * * If none of the above apply: * * - If the plugin requires more channels than are provided, the * minimum acceptable number of channels will be produced by adding * empty (zero valued) channels to those provided. * * - If the plugin requires fewer channels than are provided, the * maximum acceptable number of channels will be produced by * discarding the excess channels. * * Hosts requiring a different channel policy from the above will need * to implement it themselves, instead of using PluginChannelAdapter. * * Note that PluginChannelAdapter does not override the minimum and * maximum channel counts returned by the wrapped plugin. The host * will need to be aware that it is using a PluginChannelAdapter, and * be prepared to ignore these counts as necessary. (This contrasts * with the approach used in PluginInputDomainAdapter, which aims to * make the host completely unaware of which underlying input domain * is in fact in use.) * * (The rationale for this is that a host may wish to use the * PluginChannelAdapter but still discriminate in some way on the * basis of the number of channels actually supported. For example, a * simple stereo audio host may prefer to reject plugins that require * more than two channels on the grounds that doesn't actually * understand what they are for, rather than allow the channel adapter * to make a potentially meaningless channel conversion for them.) * * In every respect other than its management of channels, the * PluginChannelAdapter behaves identically to the plugin that it * wraps. The wrapped plugin will be deleted when the wrapper is * deleted. If you wish to prevent this, call disownPlugin(). * * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginChannelAdapter : public PluginWrapper { public: /** * Construct a PluginChannelAdapter wrapping the given plugin. * The adapter takes ownership of the plugin, which will be * deleted when the adapter is deleted. If you wish to prevent * this, call disownPlugin(). */ PluginChannelAdapter(Plugin *plugin); virtual ~PluginChannelAdapter(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); /** * Call process(), providing interleaved audio data with the * number of channels passed to initialise(). The adapter will * de-interleave into temporary buffers as appropriate before * calling process(). * * \note This function was introduced in version 1.4 of the Vamp * plugin SDK. */ FeatureSet processInterleaved(const float *inputBuffer, RealTime timestamp); protected: class Impl; Impl *m_impl; }; } } _VAMP_SDK_HOSTSPACE_END(PluginChannelAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginHostAdapter.h0000644000000000000000000000763613660464475021157 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_ #define _VAMP_PLUGIN_HOST_ADAPTER_H_ #include "hostguard.h" #include "Plugin.h" #include #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.h) namespace Vamp { /** * \class PluginHostAdapter PluginHostAdapter.h * * PluginHostAdapter is a wrapper class that a Vamp host can use to * make the C-language VampPluginDescriptor object appear as a C++ * Vamp::Plugin object. * * The Vamp API is defined in vamp/vamp.h as a C API. The C++ objects * used for convenience by plugins and hosts actually communicate * using the C low-level API, but the details of this communication * are handled seamlessly by the Vamp SDK implementation provided the * plugin and host use the proper C++ wrapper objects. * * See also PluginAdapter, the plugin-side wrapper that makes a C++ * plugin object available using the C query API. */ class PluginHostAdapter : public Plugin { public: PluginHostAdapter(const VampPluginDescriptor *descriptor, float inputSampleRate); virtual ~PluginHostAdapter(); static std::vector getPluginPath(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const; unsigned int getVampApiVersion() const; std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; ParameterList getParameterDescriptors() const; float getParameter(std::string) const; void setParameter(std::string, float); ProgramList getPrograms() const; std::string getCurrentProgram() const; void selectProgram(std::string); size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; size_t getMinChannelCount() const; size_t getMaxChannelCount() const; OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); protected: void convertFeatures(VampFeatureList *, FeatureSet &); const VampPluginDescriptor *m_descriptor; VampPluginHandle m_handle; }; } _VAMP_SDK_HOSTSPACE_END(PluginHostAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginInputDomainAdapter.h0000644000000000000000000002125013660464475022455 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_ #define _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_ #include "hostguard.h" #include "PluginWrapper.h" _VAMP_SDK_HOSTSPACE_BEGIN(PluginInputDomainAdapter.h) namespace Vamp { namespace HostExt { /** * \class PluginInputDomainAdapter PluginInputDomainAdapter.h * * PluginInputDomainAdapter is a Vamp plugin adapter that converts * time-domain input into frequency-domain input for plugins that need * it. This permits a host to use time- and frequency-domain plugins * interchangeably without needing to handle the conversion itself. * * This adapter uses a basic windowed FFT (using Hann window by * default) that supports power-of-two block sizes only. If a * frequency domain plugin requests a non-power-of-two blocksize, the * adapter will adjust it to a nearby power of two instead. Thus, * getPreferredBlockSize() will always return a power of two if the * wrapped plugin is a frequency domain one. If the plugin doesn't * accept the adjusted power of two block size, initialise() will * fail. * * The adapter provides no way for the host to discover whether the * underlying plugin is actually a time or frequency domain plugin * (except that if the preferred block size is not a power of two, it * must be a time domain plugin). * * The FFT implementation is simple and self-contained, but unlikely * to be the fastest available: a host can usually do better if it * cares enough. * * The window shape for the FFT frame can be set using setWindowType * and the current shape retrieved using getWindowType. (This was * added in v2.3 of the SDK.) * * In every respect other than its input domain handling, the * PluginInputDomainAdapter behaves identically to the plugin that it * wraps. The wrapped plugin will be deleted when the wrapper is * deleted. If you wish to prevent this, call disownPlugin(). * * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginInputDomainAdapter : public PluginWrapper { public: /** * Construct a PluginInputDomainAdapter wrapping the given plugin. * The adapter takes ownership of the plugin, which will be * deleted when the adapter is deleted. If you wish to prevent * this, call disownPlugin(). */ PluginInputDomainAdapter(Plugin *plugin); virtual ~PluginInputDomainAdapter(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const; size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; FeatureSet process(const float *const *inputBuffers, RealTime timestamp); /** * ProcessTimestampMethod determines how the * PluginInputDomainAdapter handles timestamps for the data passed * to the process() function of the plugin it wraps, in the case * where the plugin is expecting frequency-domain data. * * The Vamp specification requires that the timestamp passed to * the plugin for frequency-domain input should be that of the * centre of the processing block, rather than the start as is the * case for time-domain input. * * Since PluginInputDomainAdapter aims to be transparent in use, * it needs to handle this timestamp adjustment itself. However, * some control is available over the method used for adjustment, * by means of the ProcessTimestampMethod setting. * * If ProcessTimestampMethod is set to ShiftTimestamp (the * default), then the data passed to the wrapped plugin will be * calculated from the same input data block as passed to the * wrapper, but the timestamp passed to the plugin will be * advanced by half of the window size. * * If ProcessTimestampMethod is set to ShiftData, then the * timestamp passed to the wrapped plugin will be the same as that * passed to the process call of the wrapper, but the data block * used to calculate the input will be shifted back (earlier) by * half of the window size, with half a block of zero padding at * the start of the first process call. This has the advantage of * preserving the first half block of audio without any * deterioration from window shaping. * * If ProcessTimestampMethod is set to NoShift, then no adjustment * will be made and the timestamps will be incorrect. */ enum ProcessTimestampMethod { ShiftTimestamp, ShiftData, NoShift }; /** * Set the method used for timestamp adjustment in plugins taking * frequency-domain input. See the ProcessTimestampMethod * documentation for details. * * This function must be called before the first call to * process(). */ void setProcessTimestampMethod(ProcessTimestampMethod); /** * Retrieve the method used for timestamp adjustment in plugins * taking frequency-domain input. See the ProcessTimestampMethod * documentation for details. */ ProcessTimestampMethod getProcessTimestampMethod() const; /** * Return the amount by which the timestamps supplied to process() * are being incremented when they are passed to the plugin's own * process() implementation. * * The Vamp API mandates that the timestamp passed to the plugin * for time-domain input should be the time of the first sample in * the block, but the timestamp passed for frequency-domain input * should be the timestamp of the centre of the block. * * The PluginInputDomainAdapter adjusts its timestamps properly so * that the plugin receives correct times, but in some * circumstances (such as for establishing the correct timing of * implicitly-timed features, i.e. features without their own * timestamps) the host may need to be aware that this adjustment * is taking place. * * If the plugin requires time-domain input or the * PluginInputDomainAdapter is configured with its * ProcessTimestampMethod set to ShiftData instead of * ShiftTimestamp, then this function will return zero. * * The result of calling this function before initialise() has * been called is undefined. */ RealTime getTimestampAdjustment() const; /** * The set of supported window shapes. */ enum WindowType { RectangularWindow = 0, BartlettWindow = 1, /// synonym for RectangularWindow TriangularWindow = 1, /// synonym for BartlettWindow HammingWindow = 2, HanningWindow = 3, /// synonym for HannWindow HannWindow = 3, /// synonym for HanningWindow BlackmanWindow = 4, NuttallWindow = 7, BlackmanHarrisWindow = 8 }; /** * Return the current window shape. The default is HanningWindow. */ WindowType getWindowType() const; /** * Set the current window shape. */ void setWindowType(WindowType type); protected: class Impl; Impl *m_impl; }; } } _VAMP_SDK_HOSTSPACE_END(PluginInputDomainAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginLoader.h0000644000000000000000000002466013660464475020143 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_LOADER_H_ #define _VAMP_PLUGIN_LOADER_H_ #include #include #include #include "hostguard.h" #include "PluginWrapper.h" _VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.h) namespace Vamp { class Plugin; namespace HostExt { /** * \class PluginLoader PluginLoader.h * * Vamp::HostExt::PluginLoader is a convenience class for discovering * and loading Vamp plugins using the typical plugin-path, library * naming, and categorisation conventions described in the Vamp SDK * documentation. This class is intended to greatly simplify the task * of becoming a Vamp plugin host for any C++ application. * * Hosts are not required by the Vamp specification to use the same * plugin search path and naming conventions as implemented by this * class, and are certainly not required to use this actual class. * But we do strongly recommend it. * * This class is not thread-safe; use it from a single application * thread, or guard access to it with a mutex. * * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginLoader { public: /** * Obtain a pointer to the singleton instance of PluginLoader. * Use this to obtain your loader object. */ static PluginLoader *getInstance(); /** * PluginKey is a string type that is used to identify a plugin * uniquely within the scope of "the current system". It consists * of the lower-cased base name of the plugin library, a colon * separator, and the identifier string for the plugin. It is * only meaningful in the context of a given plugin path (the one * returned by PluginHostAdapter::getPluginPath()). * * Use composePluginKey() to construct a plugin key from a known * plugin library name and identifier. * * Note: the fact that the library component of the key is * lower-cased implies that library names are matched * case-insensitively by the PluginLoader class, regardless of the * case sensitivity of the underlying filesystem. (Plugin * identifiers _are_ case sensitive, however.) Also, it is not * possible to portably extract a working library name from a * plugin key, as the result may fail on case-sensitive * filesystems. Use getLibraryPathForPlugin() instead. */ typedef std::string PluginKey; /** * PluginKeyList is a sequence of plugin keys, such as returned by * listPlugins(). */ typedef std::vector PluginKeyList; /** * PluginCategoryHierarchy is a sequence of general->specific * category names, as may be associated with a single plugin. * This sequence describes the location of a plugin within a * category forest, containing the human-readable names of the * plugin's category tree root, followed by each of the nodes down * to the leaf containing the plugin. * * \see getPluginCategory() */ typedef std::vector PluginCategoryHierarchy; /** * Search for all available Vamp plugins, and return a list of * them in the order in which they were found. */ PluginKeyList listPlugins(); /** * Search for available Vamp plugins in libraries with the given * library names, and return a list of them in the order in which * they were found. Do not attempt to load any plugin libraries * other than those named. * * The library names should be supplied without path or * suffix. For example, use "vamp-example-plugins" to find plugins * in /install/path/of/vamp-example-plugins.dll (or .so etc). This * is the same concept of "library name" as appears in the plugin * key: \see composePluginKey(). */ PluginKeyList listPluginsIn(std::vector libraryNames); /** * Search for available Vamp plugins in libraries other than those * with the given library names, and return a list of them in the * order in which they were found. Do not attempt to load any of * the libraries named. * * The library names should be supplied without path or * suffix. For example, use "vamp-example-plugins" to find plugins * not appearing in /install/path/of/vamp-example-plugins.dll (or * .so etc). This is the same concept of "library name" as appears * in the plugin key: \see composePluginKey(). */ PluginKeyList listPluginsNotIn(std::vector libraryNames); /** * AdapterFlags contains a set of values that may be OR'd together * to indicate in which circumstances PluginLoader should use a * plugin adapter to make a plugin easier to use for a host that * does not want to cater for complex features. * * The available flags are: * * ADAPT_INPUT_DOMAIN - If the plugin expects frequency domain * input, wrap it in a PluginInputDomainAdapter that automatically * converts the plugin to one that expects time-domain input. * This enables a host to accommodate time- and frequency-domain * plugins without needing to do any conversion itself. * * ADAPT_CHANNEL_COUNT - Wrap the plugin in a PluginChannelAdapter * to handle any mismatch between the number of channels of audio * the plugin can handle and the number available in the host. * This enables a host to use plugins that may require the input * to be mixed down to mono, etc., without having to worry about * doing that itself. * * ADAPT_BUFFER_SIZE - Wrap the plugin in a PluginBufferingAdapter * permitting the host to provide audio input using any block * size, with no overlap, regardless of the plugin's preferred * block size (suitable for hosts that read from non-seekable * streaming media, for example). This adapter introduces some * run-time overhead and also changes the semantics of the plugin * slightly (see the PluginBufferingAdapter header documentation * for details). * * ADAPT_ALL_SAFE - Perform all available adaptations that are * meaningful for the plugin and "safe". Currently this means to * ADAPT_INPUT_DOMAIN if the plugin wants FrequencyDomain input; * ADAPT_CHANNEL_COUNT always; and ADAPT_BUFFER_SIZE never. * * ADAPT_ALL - Perform all available adaptations that are * meaningful for the plugin. * * See PluginInputDomainAdapter, PluginChannelAdapter and * PluginBufferingAdapter for more details of the classes that the * loader may use if these flags are set. */ enum AdapterFlags { ADAPT_INPUT_DOMAIN = 0x01, ADAPT_CHANNEL_COUNT = 0x02, ADAPT_BUFFER_SIZE = 0x04, ADAPT_ALL_SAFE = 0x03, ADAPT_ALL = 0xff }; /** * Load a Vamp plugin, given its identifying key. If the plugin * could not be loaded, returns 0. * * The returned plugin should be deleted (using the standard C++ * delete keyword) after use. * * \param adapterFlags a bitwise OR of the values in the AdapterFlags * enumeration, indicating under which circumstances an adapter should be * used to wrap the original plugin. If adapterFlags is 0, no * optional adapters will be used. Otherwise, the returned plugin * may be of an adapter class type which will behave identically * to the original plugin, apart from any particular features * implemented by the adapter itself. * * \see AdapterFlags, PluginInputDomainAdapter, PluginChannelAdapter */ Plugin *loadPlugin(PluginKey key, float inputSampleRate, int adapterFlags = 0); /** * Given a Vamp plugin library name and plugin identifier, return * the corresponding plugin key in a form suitable for passing in to * loadPlugin(). * * (Note that the reverse of this is not well-defined and is not * offered in this API - consider using getLibraryPathForPlugin * instead. See documentation for the PluginKey type for details.) * * \see PluginKey, getLibraryPathForPlugin, loadPlugin */ PluginKey composePluginKey(std::string libraryName, std::string identifier); /** * Return the category hierarchy for a Vamp plugin, given its * identifying key. * * If the plugin has no category information, return an empty * hierarchy. * * \see PluginCategoryHierarchy */ PluginCategoryHierarchy getPluginCategory(PluginKey plugin); /** * Return the file path of the dynamic library from which the * given plugin will be loaded (if available). */ std::string getLibraryPathForPlugin(PluginKey plugin); protected: PluginLoader(); virtual ~PluginLoader(); class Impl; Impl *m_impl; static PluginLoader *m_instance; }; } } _VAMP_SDK_HOSTSPACE_END(PluginLoader.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginSummarisingAdapter.h0000644000000000000000000001704613660464475022534 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_SUMMARISING_ADAPTER_H_ #define _VAMP_PLUGIN_SUMMARISING_ADAPTER_H_ #include "hostguard.h" #include "PluginWrapper.h" #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginSummarisingAdapter.h) namespace Vamp { namespace HostExt { /** * \class PluginSummarisingAdapter PluginSummarisingAdapter.h * * PluginSummarisingAdapter is a Vamp plugin adapter that provides * summarisation methods such as mean and median averages of output * features, for use in any context where an available plugin produces * individual values but the result that is actually needed is some * sort of aggregate. * * To make use of PluginSummarisingAdapter, the host should configure, * initialise and run the plugin through the adapter interface just as * normal. Then, after the process and getRemainingFeatures methods * have been properly called and processing is complete, the host may * call getSummaryForOutput or getSummaryForAllOutputs to obtain * summarised features: averages, maximum values, etc, depending on * the SummaryType passed to the function. * * By default PluginSummarisingAdapter calculates a single summary of * each output's feature across the whole duration of processed audio. * A host needing summaries of sub-segments of the whole audio may * call setSummarySegmentBoundaries before retrieving the summaries, * providing a list of times such that one summary will be provided * for each segment between two consecutive times. * * PluginSummarisingAdapter is straightforward rather than fast. It * calculates all of the summary types for all outputs always, and * then returns only the ones that are requested. It is designed on * the basis that, for most features, summarising and storing * summarised results is far cheaper than calculating the results in * the first place. If this is not true for your particular feature, * PluginSummarisingAdapter may not be the best approach for you. * * \note This class was introduced in version 2.0 of the Vamp plugin SDK. */ class PluginSummarisingAdapter : public PluginWrapper { public: /** * Construct a PluginSummarisingAdapter wrapping the given plugin. * The adapter takes ownership of the plugin, which will be * deleted when the adapter is deleted. If you wish to prevent * this, call disownPlugin(). */ PluginSummarisingAdapter(Plugin *plugin); virtual ~PluginSummarisingAdapter(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); typedef std::set SegmentBoundaries; /** * Specify a series of segment boundaries, such that one summary * will be returned for each of the contiguous intra-boundary * segments. This function must be called before * getSummaryForOutput or getSummaryForAllOutputs. * * Note that you cannot retrieve results with multiple different * segmentations by repeatedly calling this function followed by * one of the getSummary functions. The summaries are all * calculated at the first call to any getSummary function, and * once the summaries have been calculated, they remain * calculated. */ void setSummarySegmentBoundaries(const SegmentBoundaries &); enum SummaryType { Minimum = 0, Maximum = 1, Mean = 2, Median = 3, Mode = 4, Sum = 5, Variance = 6, StandardDeviation = 7, Count = 8, UnknownSummaryType = 999 }; /** * AveragingMethod indicates how the adapter should handle * average-based summaries of features whose results are not * equally spaced in time. * * If SampleAverage is specified, summary types based on averages * will be calculated by treating each result individually without * regard to its time: for example, the mean will be the sum of * all values divided by the number of values. * * If ContinuousTimeAverage is specified, each feature will be * considered to have a duration, either as specified in the * feature's duration field, or until the following feature: thus, * for example, the mean will be the sum of the products of values * and durations, divided by the total duration. * * Although SampleAverage is useful for many types of feature, * ContinuousTimeAverage is essential for some situations, for * example finding the result that spans the largest proportion of * the input given a feature that emits a new result only when the * value changes (the modal value integrated over time). */ enum AveragingMethod { SampleAverage = 0, ContinuousTimeAverage = 1 }; /** * Return summaries of the features that were returned on the * given output, using the given SummaryType and AveragingMethod. * * The plugin must have been fully run (process() and * getRemainingFeatures() calls all made as appropriate) before * this function is called. */ FeatureList getSummaryForOutput(int output, SummaryType type, AveragingMethod method = SampleAverage); /** * Return summaries of the features that were returned on all of * the plugin's outputs, using the given SummaryType and * AveragingMethod. * * The plugin must have been fully run (process() and * getRemainingFeatures() calls all made as appropriate) before * this function is called. */ FeatureSet getSummaryForAllOutputs(SummaryType type, AveragingMethod method = SampleAverage); protected: class Impl; Impl *m_impl; }; } } _VAMP_SDK_HOSTSPACE_END(PluginSummarisingAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/PluginWrapper.h0000644000000000000000000001264413660464475020354 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2009 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_WRAPPER_H_ #define _VAMP_PLUGIN_WRAPPER_H_ #include "hostguard.h" #include _VAMP_SDK_HOSTSPACE_BEGIN(PluginWrapper.h) namespace Vamp { namespace HostExt { /** * \class PluginWrapper PluginWrapper.h * * PluginWrapper is a simple base class for adapter plugins. It takes * a pointer to a "to be wrapped" Vamp plugin on construction, and * provides implementations of all the Vamp plugin methods that simply * delegate through to the wrapped plugin. A subclass can therefore * override only the methods that are meaningful for the particular * adapter. * * A PluginWrapper takes ownership of the plugin it wraps, and deletes * it when it is itself deleted. To prevent this, call disownPlugin(). * * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginWrapper : public Plugin { public: virtual ~PluginWrapper(); bool initialise(size_t channels, size_t stepSize, size_t blockSize); void reset(); InputDomain getInputDomain() const; unsigned int getVampApiVersion() const; std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const; int getPluginVersion() const; std::string getCopyright() const; ParameterList getParameterDescriptors() const; float getParameter(std::string) const; void setParameter(std::string, float); ProgramList getPrograms() const; std::string getCurrentProgram() const; void selectProgram(std::string); size_t getPreferredStepSize() const; size_t getPreferredBlockSize() const; size_t getMinChannelCount() const; size_t getMaxChannelCount() const; OutputList getOutputDescriptors() const; FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures(); /** * Return a pointer to the plugin wrapper of type WrapperType * surrounding this wrapper's plugin, if present. * * This is useful in situations where a plugin is wrapped by * multiple different wrappers (one inside another) and the host * wants to call some wrapper-specific function on one of the * layers without having to care about the order in which they are * wrapped. For example, the plugin returned by * PluginLoader::loadPlugin may have more than one wrapper; if the * host wanted to query or fine-tune some property of one of them, * it would be hard to do so without knowing the order of the * wrappers. This function therefore gives direct access to the * wrapper of a particular type. */ template WrapperType *getWrapper() { WrapperType *w = dynamic_cast(this); if (w) return w; PluginWrapper *pw = dynamic_cast(m_plugin); if (pw) return pw->getWrapper(); return 0; } /** * Disown the wrapped plugin, so that we no longer delete it on * our own destruction. The identity of the wrapped plugin is * unchanged, but this switches the expectation about ownership so * that the caller is expected to handle the lifecycle of the * wrapped plugin and to ensure that it outlasts this wrapper. * * This is not the normal model, but could be useful in situations * where a plugin is already managed using a smart pointer model * before being adapted into this wrapper. Note that this can't be * reversed - if you call this, you must subsequently take charge * of the wrapped plugin yourself. */ void disownPlugin(); protected: PluginWrapper(Plugin *plugin); // I take ownership of plugin Plugin *m_plugin; bool m_pluginIsOwned; }; } } _VAMP_SDK_HOSTSPACE_END(PluginWrapper.h) #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/RealTime.h0000644000000000000000000000347313660464475017257 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_HOSTSDK_REALTIME_H_ #define _VAMP_HOSTSDK_REALTIME_H_ // Do not include vamp-sdk/RealTime.h directly from host code. Always // use this header instead. #include "hostguard.h" #include #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/host-c.h0000644000000000000000000001314013660464475016742 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2015 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ /* This file defines a low-level API for enumerating and loading plugin libraries using C calling conventions. It could be used in C programs, or in languages with C-compatible foreign-function interfaces. Note that this works by calling to the C++ Vamp host SDK, so any program using this interface must still link against the rest of the Vamp plugin library and the C++ standard library. This is not the simplest or easiest interface for hosting Vamp plugins -- if you have the capability to use the C++ API, please do that instead. (Most programs should not even include this header.) The C and C++ interfaces provide different abstraction levels: In the C++ interface, the class PluginLoader provides a list of keys corresponding to the installed plugins (where a key combines the plugin's library name and plugin identifier into a single string) plus a method to load a single plugin based on its key (obtaining an instance of class Plugin). With the C++ interface you go straight from the key to a live instance of the plugin. The PluginLoader also provides various facilities to adapt the plugin based on your requirements (e.g. to do time- to frequency-domain conversion for you if the plugin requires it). This low-level C interface, on the other hand, deals only in plugin libraries and static descriptors, not in plugin instances. You can enumerate the installed libraries, getting just the base .soname of each library. Then you can retrieve each of the raw C plugin descriptors from a library, and use the descriptor (whose interface is defined in vamp/vamp.h) to instantiate the plugin. So this header corresponds to the first part of the PluginLoader class interface: finding and loading plugin libraries and retrieving plugin descriptors from them. But it does not do any of the rest, i.e. instantiating and adapting the plugins themselves. Although this makes the API appear very simple, it means the resulting plugins are relatively hard to use compared to those obtained by the PluginLoader API. There is no way to get to the full C++ abstraction using this API. This API is not thread-safe; use it from a single application thread, or guard access to it with a mutex. This header was introduced in version 2.6 of the Vamp plugin SDK. */ #ifndef VAMPHOST_C_H_INCLUDED #define VAMPHOST_C_H_INCLUDED #include #ifdef __cplusplus extern "C" { #endif typedef struct vhLibrary_t *vhLibrary; /** * Return the number of Vamp plugin libraries discovered in the * installation path. This number will remain fixed after the first * call -- plugins are only discovered once, the first time this * function is called. */ extern int vhGetLibraryCount(); /** * Return the library name (base soname) of the library with the given * index, in the range 0..(vhGetLibraryCount()-1). */ extern const char *vhGetLibraryName(int library); /** * Return the library index for the given library name, or -1 if the * name is not known. */ extern int vhGetLibraryIndex(const char *name); /** * Load the library with the given index. If the library cannot be * loaded for any reason, the return value is 0; otherwise it is an * opaque pointer suitable for passing to other functions in this API. */ extern vhLibrary vhLoadLibrary(int library); /** * Return the number of Vamp plugins in the given library. */ extern int vhGetPluginCount(vhLibrary library); /** * Return a Vamp plugin descriptor for a plugin in a given * library. This simply calls the vampGetPluginDescriptor function in * that library with the given plugin index and returns the * result. See vamp/vamp.h for details about the plugin descriptor. */ extern const VampPluginDescriptor *vhGetPluginDescriptor(vhLibrary library, int plugin); /** * Unload a plugin library. Do not do this while any of its plugins * are still in use. */ extern void vhUnloadLibrary(vhLibrary); #ifdef __cplusplus } #endif #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/hostguard.h0000644000000000000000000000472213660464475017553 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_HOSTSDK_HOSTGUARD_H_ #define _VAMP_HOSTSDK_HOSTGUARD_H_ #ifdef _VAMP_IN_PLUGINSDK #error You have included headers from both vamp-sdk and vamp-hostsdk in the same source file. Please include only vamp-sdk headers in plugin code, and only vamp-hostsdk headers in host code. #else #define _VAMP_IN_HOSTSDK 1 #define VAMP_SDK_VERSION "2.10" #define VAMP_SDK_MAJOR_VERSION 2 #define VAMP_SDK_MINOR_VERSION 10 #ifdef _VAMP_NO_HOST_NAMESPACE #define _VAMP_SDK_HOSTSPACE_BEGIN(h) #define _VAMP_SDK_HOSTSPACE_END(h) #define _VAMP_SDK_PLUGSPACE_BEGIN(h) #define _VAMP_SDK_PLUGSPACE_END(h) #else #define _VAMP_SDK_HOSTSPACE_BEGIN(h) \ namespace _VampHost { #define _VAMP_SDK_HOSTSPACE_END(h) \ } \ using namespace _VampHost; #define _VAMP_SDK_PLUGSPACE_BEGIN(h) \ namespace _VampHost { #define _VAMP_SDK_PLUGSPACE_END(h) \ } \ using namespace _VampHost; #endif #endif #endif vamp-plugin-sdk-2.10.0/vamp-hostsdk/vamp-hostsdk.h0000644000000000000000000000372713660464475020177 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_HOSTSDK_SINGLE_INCLUDE_H_ #define _VAMP_HOSTSDK_SINGLE_INCLUDE_H_ #include "PluginBase.h" #include "PluginBufferingAdapter.h" #include "PluginChannelAdapter.h" #include "Plugin.h" #include "PluginHostAdapter.h" #include "PluginInputDomainAdapter.h" #include "PluginLoader.h" #include "PluginSummarisingAdapter.h" #include "PluginWrapper.h" #include "RealTime.h" #endif vamp-plugin-sdk-2.10.0/vamp-sdk/FFT.h0000644000000000000000000001464613660464475015302 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006-2012 Chris Cannam and QMUL. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_FFT_H_ #define _VAMP_FFT_H_ #include "plugguard.h" _VAMP_SDK_PLUGSPACE_BEGIN(FFT.h) namespace Vamp { /** * A simple FFT implementation provided for convenience of plugin * authors. This class provides one-shot (i.e. fixed table state is * recalculated every time) double-precision complex-complex * transforms. For repeated transforms from real time-domain data, use * an FFTComplex or FFTReal object instead. * * Note: If the SDK has been compiled with the SINGLE_PRECISION_FFT * flag, then all FFTs will use single precision internally. The * default is double precision. The API uses doubles in either case. * * The forward transform is unscaled; the inverse transform is scaled * by 1/n. */ class FFT { public: /** * Calculate a one-shot forward transform of size n. * n must be a multiple of 2. * * ri and ii must point to the real and imaginary component arrays * of the input. For real input, ii may be NULL. * * ro and io must point to enough space to receive the real and * imaginary component arrays of the output. * * All input and output arrays are of size n. */ static void forward(unsigned int n, const double *ri, const double *ii, double *ro, double *io); /** * Calculate a one-shot inverse transform of size n. * n must be a power of 2, greater than 1. * * ri and ii must point to the real and imaginary component arrays * of the input. For real input, ii may be NULL. * * ro and io must point to enough space to receive the real and * imaginary component arrays of the output. The output is scaled * by 1/n. The output pointers may not be NULL, even if the output * is expected to be real. * * All input and output arrays are of size n. */ static void inverse(unsigned int n, const double *ri, const double *ii, double *ro, double *io); }; /** * A simple FFT implementation provided for convenience of plugin * authors. This class provides double-precision complex-complex * transforms. * * Note: If the SDK has been compiled with the SINGLE_PRECISION_FFT * flag, then all FFTs will use single precision internally. The * default is double precision. The API uses doubles in either case. * * The forward transform is unscaled; the inverse transform is scaled * by 1/n. */ class FFTComplex { public: /** * Prepare to calculate transforms of size n. * n must be a multiple of 2. */ FFTComplex(unsigned int n); ~FFTComplex(); /** * Calculate a forward transform of size n. * * ci must point to the interleaved complex input data of size n * (that is, 2n doubles in total). * * co must point to enough space to receive an interleaved complex * output array of size n (that is, 2n doubles in total). */ void forward(const double *ci, double *co); /** * Calculate an inverse transform of size n. * * ci must point to an interleaved complex input array of size n * (that is, 2n doubles in total). * * co must point to enough space to receive the interleaved * complex output data of size n (that is, 2n doubles in * total). The output is scaled by 1/n. */ void inverse(const double *ci, double *co); private: class D; D *m_d; }; /** * A simple FFT implementation provided for convenience of plugin * authors. This class provides transforms between double-precision * real time-domain and double-precision complex frequency-domain * data. * * Note: If the SDK has been compiled with the SINGLE_PRECISION_FFT * flag, then all FFTs will use single precision internally. The * default is double precision. The API uses doubles in either case. * * The forward transform is unscaled; the inverse transform is scaled * by 1/n. */ class FFTReal { public: /** * Prepare to calculate transforms of size n. * n must be a multiple of 2. */ FFTReal(unsigned int n); ~FFTReal(); /** * Calculate a forward transform of size n. * * ri must point to the real input data of size n. * * co must point to enough space to receive an interleaved complex * output array of size n/2+1 (that is, n+2 doubles in total). */ void forward(const double *ri, double *co); /** * Calculate an inverse transform of size n. * * ci must point to an interleaved complex input array of size * n/2+1 (that is, n+2 doubles in total). * * ro must point to enough space to receive the real output data * of size n. The output is scaled by 1/n and only the real part * is returned. */ void inverse(const double *ci, double *ro); private: class D; D *m_d; }; } _VAMP_SDK_PLUGSPACE_END(FFT.h) #endif vamp-plugin-sdk-2.10.0/vamp-sdk/Plugin.h0000644000000000000000000003710313660464475016112 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_SDK_PLUGIN_H_ #define _VAMP_SDK_PLUGIN_H_ #include #include #include #include "PluginBase.h" #include "RealTime.h" #include "plugguard.h" _VAMP_SDK_PLUGSPACE_BEGIN(Plugin.h) namespace Vamp { /** * \class Plugin Plugin.h * * Vamp::Plugin is a base class for plugin instance classes * that provide feature extraction from audio or related data. * * In most cases, the input will be audio and the output will be a * stream of derived data at a lower sampling resolution than the * input. * * Note that this class inherits several abstract methods from * PluginBase. These must be implemented by the subclass. * * * PLUGIN LIFECYCLE * * Feature extraction plugins are managed differently from real-time * plugins (such as VST effects). The main difference is that the * parameters for a feature extraction plugin are configured before * the plugin is used, and do not change during use. * * 1. Host constructs the plugin, passing it the input sample rate. * The plugin may do basic initialisation, but should not do anything * computationally expensive at this point. You must make sure your * plugin is cheap to construct, otherwise you'll seriously affect the * startup performance of almost all hosts. If you have serious * initialisation to do, the proper place is in initialise() (step 5). * * 2. Host may query the plugin's available outputs. * * 3. Host queries programs and parameter descriptors, and may set * some or all of them. Parameters that are not explicitly set should * take their default values as specified in the parameter descriptor. * When a program is set, the parameter values may change and the host * will re-query them to check. * * 4. Host queries the preferred step size, block size and number of * channels. These may all vary depending on the parameter values. * (Note however that you cannot make the number of distinct outputs * dependent on parameter values.) * * 5. Plugin is properly initialised with a call to initialise. This * fixes the step size, block size, and number of channels, as well as * all of the parameter and program settings. If the values passed in * to initialise do not match the plugin's advertised preferred values * from step 4, the plugin may refuse to initialise and return false * (although if possible it should accept the new values). Any * computationally expensive setup code should take place here. * * 6. Host finally checks the number of values, resolution, extents * etc per output (which may vary depending on the number of channels, * step size and block size as well as the parameter values). * * 7. Host will repeatedly call the process method to pass in blocks * of input data. This method may return features extracted from that * data (if the plugin is causal). * * 8. Host will call getRemainingFeatures exactly once, after all the * input data has been processed. This may return any non-causal or * leftover features. * * 9. At any point after initialise was called, the host may * optionally call the reset method and restart processing. (This * does not mean it can change the parameters, which are fixed from * initialise until destruction.) * * A plugin does not need to handle the case where setParameter or * selectProgram is called after initialise has been called. It's the * host's responsibility not to do that. Similarly, the plugin may * safely assume that initialise is called no more than once. */ class Plugin : public PluginBase { public: virtual ~Plugin() { } /** * Initialise a plugin to prepare it for use with the given number * of input channels, step size (window increment, in sample * frames) and block size (window size, in sample frames). * * The input sample rate should have been already specified at * construction time. * * Return true for successful initialisation, false if the number * of input channels, step size and/or block size cannot be * supported. */ virtual bool initialise(size_t inputChannels, size_t stepSize, size_t blockSize) = 0; /** * Reset the plugin after use, to prepare it for another clean * run. Not called for the first initialisation (i.e. initialise * must also do a reset). */ virtual void reset() = 0; enum InputDomain { TimeDomain, FrequencyDomain }; /** * Get the plugin's required input domain. * * If this is TimeDomain, the samples provided to the process() * function (below) will be in the time domain, as for a * traditional audio processing plugin. * * If this is FrequencyDomain, the host will carry out a windowed * FFT of size equal to the negotiated block size on the data * before passing the frequency bin data in to process(). The * input data for the FFT will be rotated so as to place the * origin in the centre of the block. * The plugin does not get to choose the window type -- the host * will either let the user do so, or will use a Hanning window. */ virtual InputDomain getInputDomain() const = 0; /** * Get the preferred block size (window size -- the number of * sample frames passed in each block to the process() function). * This should be called before initialise(). * * A plugin that can handle any block size may return 0. The * final block size will be set in the initialise() call. */ virtual size_t getPreferredBlockSize() const { return 0; } /** * Get the preferred step size (window increment -- the distance * in sample frames between the start frames of consecutive blocks * passed to the process() function) for the plugin. This should * be called before initialise(). * * A plugin may return 0 if it has no particular interest in the * step size. In this case, the host should make the step size * equal to the block size if the plugin is accepting input in the * time domain. If the plugin is accepting input in the frequency * domain, the host may use any step size. The final step size * will be set in the initialise() call. */ virtual size_t getPreferredStepSize() const { return 0; } /** * Get the minimum supported number of input channels. */ virtual size_t getMinChannelCount() const { return 1; } /** * Get the maximum supported number of input channels. */ virtual size_t getMaxChannelCount() const { return 1; } struct OutputDescriptor { /** * The name of the output, in computer-usable form. Should be * reasonably short and without whitespace or punctuation, using * the characters [a-zA-Z0-9_-] only. * Example: "zero_crossing_count" */ std::string identifier; /** * The human-readable name of the output. * Example: "Zero Crossing Counts" */ std::string name; /** * A human-readable short text describing the output. May be * empty if the name has said it all already. * Example: "The number of zero crossing points per processing block" */ std::string description; /** * The unit of the output, in human-readable form. */ std::string unit; /** * True if the output has the same number of values per sample * for every output sample. Outputs for which this is false * are unlikely to be very useful in a general-purpose host. */ bool hasFixedBinCount; /** * The number of values per result of the output. Undefined * if hasFixedBinCount is false. If this is zero, the output * is point data (i.e. only the time of each output is of * interest, the value list will be empty). */ size_t binCount; /** * The (human-readable) names of each of the bins, if * appropriate. This is always optional. */ std::vector binNames; /** * True if the results in each output bin fall within a fixed * numeric range (minimum and maximum values). Undefined if * binCount is zero. */ bool hasKnownExtents; /** * Minimum value of the results in the output. Undefined if * hasKnownExtents is false or binCount is zero. */ float minValue; /** * Maximum value of the results in the output. Undefined if * hasKnownExtents is false or binCount is zero. */ float maxValue; /** * True if the output values are quantized to a particular * resolution. Undefined if binCount is zero. */ bool isQuantized; /** * Quantization resolution of the output values (e.g. 1.0 if * they are all integers). Undefined if isQuantized is false * or binCount is zero. */ float quantizeStep; enum SampleType { /// Results from each process() align with that call's block start OneSamplePerStep, /// Results are evenly spaced in time (sampleRate specified below) FixedSampleRate, /// Results are unevenly spaced and have individual timestamps VariableSampleRate }; /** * Positioning in time of the output results. */ SampleType sampleType; /** * Sample rate of the output results, as samples per second. * Undefined if sampleType is OneSamplePerStep. * * If sampleType is VariableSampleRate and this value is * non-zero, then it may be used to calculate a resolution for * the output (i.e. the "duration" of each sample, in time, * will be 1/sampleRate seconds). It's recommended to set * this to zero if that behaviour is not desired. */ float sampleRate; /** * True if the returned results for this output are known to * have a duration field. */ bool hasDuration; OutputDescriptor() : // defaults for mandatory non-class-type members hasFixedBinCount(false), binCount(0), hasKnownExtents(false), minValue(0), maxValue(0), isQuantized(false), quantizeStep(0), sampleType(OneSamplePerStep), sampleRate(0), hasDuration(false) { } }; typedef std::vector OutputList; /** * Get the outputs of this plugin. An output's index in this list * is used as its numeric index when looking it up in the * FeatureSet returned from the process() call. */ virtual OutputList getOutputDescriptors() const = 0; struct Feature { /** * True if an output feature has its own timestamp. This is * mandatory if the output has VariableSampleRate, optional if * the output has FixedSampleRate, and unused if the output * has OneSamplePerStep. */ bool hasTimestamp; /** * Timestamp of the output feature. This is mandatory if the * output has VariableSampleRate or if the output has * FixedSampleRate and hasTimestamp is true, and unused * otherwise. */ RealTime timestamp; /** * True if an output feature has a specified duration. This * is optional if the output has VariableSampleRate or * FixedSampleRate, and and unused if the output has * OneSamplePerStep. */ bool hasDuration; /** * Duration of the output feature. This is mandatory if the * output has VariableSampleRate or FixedSampleRate and * hasDuration is true, and unused otherwise. */ RealTime duration; /** * Results for a single sample of this feature. If the output * hasFixedBinCount, there must be the same number of values * as the output's binCount count. */ std::vector values; /** * Label for the sample of this feature. */ std::string label; Feature() : // defaults for mandatory non-class-type members hasTimestamp(false), hasDuration(false) { } }; typedef std::vector FeatureList; typedef std::map FeatureSet; // key is output no /** * Process a single block of input data. * * If the plugin's inputDomain is TimeDomain, inputBuffers will * point to one array of floats per input channel, and each of * these arrays will contain blockSize consecutive audio samples * (the host will zero-pad as necessary). The timestamp in this * case will be the real time in seconds of the start of the * supplied block of samples. * * If the plugin's inputDomain is FrequencyDomain, inputBuffers * will point to one array of floats per input channel, and each * of these arrays will contain blockSize/2+1 consecutive pairs of * real and imaginary component floats corresponding to bins * 0..(blockSize/2) of the FFT output. That is, bin 0 (the first * pair of floats) contains the DC output, up to bin blockSize/2 * which contains the Nyquist-frequency output. There will * therefore be blockSize+2 floats per channel in total. The * timestamp will be the real time in seconds of the centre of the * FFT input window (i.e. the very first block passed to process * might contain the FFT of half a block of zero samples and the * first half-block of the actual data, with a timestamp of zero). * * Return any features that have become available after this * process call. (These do not necessarily have to fall within * the process block, except for OneSamplePerStep outputs.) */ virtual FeatureSet process(const float *const *inputBuffers, RealTime timestamp) = 0; /** * After all blocks have been processed, calculate and return any * remaining features derived from the complete input. */ virtual FeatureSet getRemainingFeatures() = 0; /** * Used to distinguish between Vamp::Plugin and other potential * sibling subclasses of PluginBase. Do not reimplement this * function in your subclass. */ virtual std::string getType() const { return "Feature Extraction Plugin"; } /** * Retrieve the input sample rate set on construction. */ float getInputSampleRate() const { return m_inputSampleRate; } protected: Plugin(float inputSampleRate) : m_inputSampleRate(inputSampleRate) { } float m_inputSampleRate; }; } _VAMP_SDK_PLUGSPACE_END(Plugin.h) #endif vamp-plugin-sdk-2.10.0/vamp-sdk/PluginAdapter.h0000644000000000000000000000715313660464475017415 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_PLUGIN_ADAPTER_H_ #define _VAMP_PLUGIN_ADAPTER_H_ #include #include #include "Plugin.h" #include "plugguard.h" _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.h) namespace Vamp { /** * \class PluginAdapterBase PluginAdapter.h * * PluginAdapter and PluginAdapterBase provide a wrapper class that a * plugin library can use to make its C++ Vamp::Plugin objects * available through the Vamp C API. * * Almost all Vamp plugin libraries will want to make use of this. To * do so, all they need to do is declare a PluginAdapter for each * plugin class T in their library. It's very simple, and you need to * know absolutely nothing about how it works in order to use it. * Just cut and paste from an existing plugin's discovery function. * \see vampGetPluginDescriptor */ class PluginAdapterBase { public: virtual ~PluginAdapterBase(); /** * Return a VampPluginDescriptor describing the plugin that is * wrapped by this adapter. */ const VampPluginDescriptor *getDescriptor(); protected: PluginAdapterBase(); virtual Plugin *createPlugin(float inputSampleRate) = 0; class Impl; Impl *m_impl; }; /** * \class PluginAdapter PluginAdapter.h * * PluginAdapter turns a PluginAdapterBase into a specific wrapper for * a particular plugin implementation. * * See PluginAdapterBase. */ template class PluginAdapter : public PluginAdapterBase { public: PluginAdapter() : PluginAdapterBase() { } virtual ~PluginAdapter() { } protected: Plugin *createPlugin(float inputSampleRate) { P *p = new P(inputSampleRate); Plugin *plugin = dynamic_cast(p); if (!plugin) { std::cerr << "ERROR: PluginAdapter::createPlugin: " << "Template type is not a plugin!" << std::endl; delete p; return 0; } return plugin; } }; } _VAMP_SDK_PLUGSPACE_END(PluginAdapter.h) #endif vamp-plugin-sdk-2.10.0/vamp-sdk/PluginBase.h0000644000000000000000000002007213660464475016702 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_SDK_PLUGIN_BASE_H_ #define _VAMP_SDK_PLUGIN_BASE_H_ #include #include #include "plugguard.h" _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) namespace Vamp { /** * A base class for plugins with optional configurable parameters, * programs, etc. The Vamp::Plugin is derived from this, and * individual Vamp plugins should derive from that. * * This class does not provide the necessary interfaces to instantiate * or run a plugin. It only specifies an interface for retrieving * those controls that the host may wish to show to the user for * editing. It could meaningfully be subclassed by real-time plugins * or other sorts of plugin as well as Vamp plugins. */ class PluginBase { public: virtual ~PluginBase() { } /** * Get the Vamp API compatibility level of the plugin. */ virtual unsigned int getVampApiVersion() const { return 2; } /** * Get the computer-usable name of the plugin. This should be * reasonably short and contain no whitespace or punctuation * characters. It may only contain the characters [a-zA-Z0-9_-]. * This is the authoritative way for a program to identify a * plugin within a given library. * * This text may be visible to the user, but it should not be the * main text used to identify a plugin to the user (that will be * the name, below). * * Example: "zero_crossings" */ virtual std::string getIdentifier() const = 0; /** * Get a human-readable name or title of the plugin. This * should be brief and self-contained, as it may be used to * identify the plugin to the user in isolation (i.e. without also * showing the plugin's "identifier"). * * Example: "Zero Crossings" */ virtual std::string getName() const = 0; /** * Get a human-readable description for the plugin, typically * a line of text that may optionally be displayed in addition * to the plugin's "name". May be empty if the name has said * it all already. * * Example: "Detect and count zero crossing points" */ virtual std::string getDescription() const = 0; /** * Get the name of the author or vendor of the plugin in * human-readable form. This should be a short identifying text, * as it may be used to label plugins from the same source in a * menu or similar. */ virtual std::string getMaker() const = 0; /** * Get the copyright statement or licensing summary for the * plugin. This can be an informative text, without the same * presentation constraints as mentioned for getMaker above. */ virtual std::string getCopyright() const = 0; /** * Get the version number of the plugin. */ virtual int getPluginVersion() const = 0; struct ParameterDescriptor { /** * The name of the parameter, in computer-usable form. Should * be reasonably short, and may only contain the characters * [a-zA-Z0-9_-]. */ std::string identifier; /** * The human-readable name of the parameter. */ std::string name; /** * A human-readable short text describing the parameter. May be * empty if the name has said it all already. */ std::string description; /** * The unit of the parameter, in human-readable form. */ std::string unit; /** * The minimum value of the parameter. */ float minValue; /** * The maximum value of the parameter. */ float maxValue; /** * The default value of the parameter. The plugin should * ensure that parameters have this value on initialisation * (i.e. the host is not required to explicitly set parameters * if it wants to use their default values). */ float defaultValue; /** * True if the parameter values are quantized to a particular * resolution. */ bool isQuantized; /** * Quantization resolution of the parameter values (e.g. 1.0 * if they are all integers). Undefined if isQuantized is * false. */ float quantizeStep; /** * Names for the quantized values. If isQuantized is true, * this may either be empty or contain one string for each of * the quantize steps from minValue up to maxValue inclusive. * Undefined if isQuantized is false. * * If these names are provided, they should be shown to the * user in preference to the values themselves. The user may * never see the actual numeric values unless they are also * encoded in the names. */ std::vector valueNames; ParameterDescriptor() : // the defaults are invalid: you must set them minValue(0), maxValue(0), defaultValue(0), isQuantized(false), quantizeStep(0) { } }; typedef std::vector ParameterList; /** * Get the controllable parameters of this plugin. */ virtual ParameterList getParameterDescriptors() const { return ParameterList(); } /** * Get the value of a named parameter. The argument is the identifier * field from that parameter's descriptor. */ virtual float getParameter(std::string) const { return 0.0; } /** * Set a named parameter. The first argument is the identifier field * from that parameter's descriptor. */ virtual void setParameter(std::string, float) { } typedef std::vector ProgramList; /** * Get the program settings available in this plugin. A program * is a named shorthand for a set of parameter values; changing * the program may cause the plugin to alter the values of its * published parameters (and/or non-public internal processing * parameters). The host should re-read the plugin's parameter * values after setting a new program. * * The programs must have unique names. */ virtual ProgramList getPrograms() const { return ProgramList(); } /** * Get the current program. */ virtual std::string getCurrentProgram() const { return ""; } /** * Select a program. (If the given program name is not one of the * available programs, do nothing.) */ virtual void selectProgram(std::string) { } /** * Get the type of plugin. This is to be implemented by the * immediate subclass, not by actual plugins. Do not attempt to * implement this in plugin code. */ virtual std::string getType() const = 0; }; } _VAMP_SDK_PLUGSPACE_END(PluginBase.h) #endif vamp-plugin-sdk-2.10.0/vamp-sdk/RealTime.h0000644000000000000000000001116713660464475016360 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ /* This is a modified version of a source file from the Rosegarden MIDI and audio sequencer and notation editor. This file copyright 2000-2006 Chris Cannam. Relicensed by the author as detailed above. */ #ifndef _VAMP_REAL_TIME_H_ #define _VAMP_REAL_TIME_H_ #include #include #ifndef _WIN32 struct timeval; #endif #include "plugguard.h" _VAMP_SDK_PLUGSPACE_BEGIN(RealTime.h) namespace Vamp { /** * \class RealTime RealTime.h * * RealTime represents time values to nanosecond precision * with accurate arithmetic and frame-rate conversion functions. */ struct RealTime { int sec; int nsec; int usec() const { return nsec / 1000; } int msec() const { return nsec / 1000000; } RealTime(): sec(0), nsec(0) {} RealTime(int s, int n); RealTime(const RealTime &r) : sec(r.sec), nsec(r.nsec) { } static RealTime fromSeconds(double sec); static RealTime fromMilliseconds(int msec); #ifndef _WIN32 static RealTime fromTimeval(const struct timeval &); #endif RealTime &operator=(const RealTime &r) { sec = r.sec; nsec = r.nsec; return *this; } RealTime operator+(const RealTime &r) const { return RealTime(sec + r.sec, nsec + r.nsec); } RealTime operator-(const RealTime &r) const { return RealTime(sec - r.sec, nsec - r.nsec); } RealTime operator-() const { return RealTime(-sec, -nsec); } bool operator <(const RealTime &r) const { if (sec == r.sec) return nsec < r.nsec; else return sec < r.sec; } bool operator >(const RealTime &r) const { if (sec == r.sec) return nsec > r.nsec; else return sec > r.sec; } bool operator==(const RealTime &r) const { return (sec == r.sec && nsec == r.nsec); } bool operator!=(const RealTime &r) const { return !(r == *this); } bool operator>=(const RealTime &r) const { if (sec == r.sec) return nsec >= r.nsec; else return sec >= r.sec; } bool operator<=(const RealTime &r) const { if (sec == r.sec) return nsec <= r.nsec; else return sec <= r.sec; } RealTime operator/(int d) const; /** * Return the ratio of two times. */ double operator/(const RealTime &r) const; /** * Return a human-readable debug-type string to full precision * (probably not a format to show to a user directly) */ std::string toString() const; /** * Return a user-readable string to the nearest millisecond * in a form like HH:MM:SS.mmm */ std::string toText(bool fixedDp = false) const; /** * Convert a RealTime into a sample frame at the given sample rate. */ static long realTime2Frame(const RealTime &r, unsigned int sampleRate); /** * Convert a sample frame at the given sample rate into a RealTime. */ static RealTime frame2RealTime(long frame, unsigned int sampleRate); static const RealTime zeroTime; }; std::ostream &operator<<(std::ostream &out, const RealTime &rt); } _VAMP_SDK_PLUGSPACE_END(RealTime.h) #endif vamp-plugin-sdk-2.10.0/vamp-sdk/plugguard.h0000644000000000000000000000730013660464475016642 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_SDK_PLUGGUARD_H_ #define _VAMP_SDK_PLUGGUARD_H_ /** * Normal usage should be: * * - Plugins include vamp-sdk/Plugin.h or vamp-sdk/PluginBase.h. * These files include this header, which specifies an appropriate * namespace for the plugin classes to avoid any risk of conflict * with non-plugin class implementations in the host on load. * * - Hosts include vamp-hostsdk/Plugin.h, vamp-hostsdk/PluginBase.h, * vamp-hostsdk/PluginHostAdapter, vamp-hostsdk/PluginLoader.h etc. * These files include vamp-hostsdk/hostguard.h, which makes a note * that we are in a host. A file such as vamp-hostsdk/Plugin.h * then simply includes vamp-sdk/Plugin.h, and this guard header * takes notice of the fact that it has been included from a host * and leaves the plugin namespace unset. * * Problems will occur when a host includes files directly from the * vamp-sdk directory. There are two reasons this might happen: * mistake, perhaps owing to ignorance of the fact that this isn't * allowed (particularly since it was the normal mechanism in v1 of * the SDK); and a wish to incorporate plugin code directly into the * host rather than having to load it. * * What if the host does include a vamp-sdk header by mistake? We can * catch it if it's included before something from vamp-hostsdk. If * it's included after something from vamp-hostsdk, it will work OK * anyway. The remaining problem case is where nothing from * vamp-hostsdk is included in the same file. We can't catch that. */ #ifndef _VAMP_IN_HOSTSDK #define _VAMP_IN_PLUGINSDK 1 #define VAMP_SDK_VERSION "2.10" #define VAMP_SDK_MAJOR_VERSION 2 #define VAMP_SDK_MINOR_VERSION 10 #ifdef _VAMP_NO_PLUGIN_NAMESPACE #define _VAMP_SDK_PLUGSPACE_BEGIN(h) #define _VAMP_SDK_PLUGSPACE_END(h) #else #ifdef _VAMP_PLUGIN_IN_HOST_NAMESPACE #define _VAMP_SDK_PLUGSPACE_BEGIN(h) \ namespace _VampHost { #define _VAMP_SDK_PLUGSPACE_END(h) \ } \ using namespace _VampHost; #else #define _VAMP_SDK_PLUGSPACE_BEGIN(h) \ namespace _VampPlugin { #define _VAMP_SDK_PLUGSPACE_END(h) \ } \ using namespace _VampPlugin; #endif #endif #endif #endif vamp-plugin-sdk-2.10.0/vamp-sdk/vamp-sdk.h0000644000000000000000000000337213660464475016377 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef _VAMP_SDK_SINGLE_INCLUDE_H_ #define _VAMP_SDK_SINGLE_INCLUDE_H_ #include "PluginBase.h" #include "Plugin.h" #include "RealTime.h" #include "FFT.h" #endif vamp-plugin-sdk-2.10.0/vamp/vamp.h0000644000000000000000000003151113660464475015035 0ustar 00000000000000/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Vamp An API for audio analysis and feature extraction plugins. Centre for Digital Music, Queen Mary, University of London. Copyright 2006 Chris Cannam. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the names of the Centre for Digital Music; Queen Mary, University of London; and Chris Cannam shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. */ #ifndef VAMP_HEADER_INCLUDED #define VAMP_HEADER_INCLUDED #ifdef __cplusplus extern "C" { #endif /** * Plugin API version. This is incremented when a change is made that * changes the binary layout of the descriptor records. When this * happens, there should be a mechanism for retaining compatibility * with older hosts and/or plugins. * * See also the vampApiVersion field in the plugin descriptor, and the * hostApiVersion argument to the vampGetPluginDescriptor function. */ #define VAMP_API_VERSION 2 /** * C language API for Vamp plugins. * * This is the formal plugin API for Vamp. Plugin authors may prefer * to use the C++ classes provided in the Vamp plugin SDK, instead of * using this API directly. There is an adapter class provided that * makes C++ plugins available using this C API with relatively little * work, and the C++ headers are more thoroughly documented. * * IMPORTANT: The comments in this file summarise the purpose of each * of the declared fields and functions, but do not provide a complete * guide to their permitted values and expected usage. Please refer * to the C++ headers in the Vamp plugin SDK for further details and * plugin lifecycle documentation. */ typedef struct _VampParameterDescriptor { /** Computer-usable name of the parameter. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the parameter. May be translatable. */ const char *name; /** Human-readable short text about the parameter. May be translatable. */ const char *description; /** Human-readable unit of the parameter. */ const char *unit; /** Minimum value. */ float minValue; /** Maximum value. */ float maxValue; /** Default value. Plugin is responsible for setting this on initialise. */ float defaultValue; /** 1 if parameter values are quantized to a particular resolution. */ int isQuantized; /** Quantization resolution, if isQuantized. */ float quantizeStep; /** Human-readable names of the values, if isQuantized. May be NULL. */ const char **valueNames; } VampParameterDescriptor; typedef enum { /** Each process call returns results aligned with call's block start. */ vampOneSamplePerStep, /** Returned results are evenly spaced at samplerate specified below. */ vampFixedSampleRate, /** Returned results have their own individual timestamps. */ vampVariableSampleRate } VampSampleType; typedef struct _VampOutputDescriptor { /** Computer-usable name of the output. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the output. May be translatable. */ const char *name; /** Human-readable short text about the output. May be translatable. */ const char *description; /** Human-readable name of the unit of the output. */ const char *unit; /** 1 if output has equal number of values for each returned result. */ int hasFixedBinCount; /** Number of values per result, if hasFixedBinCount. */ unsigned int binCount; /** Names of returned value bins, if hasFixedBinCount. May be NULL. */ const char **binNames; /** 1 if each returned value falls within the same fixed min/max range. */ int hasKnownExtents; /** Minimum value for a returned result in any bin, if hasKnownExtents. */ float minValue; /** Maximum value for a returned result in any bin, if hasKnownExtents. */ float maxValue; /** 1 if returned results are quantized to a particular resolution. */ int isQuantized; /** Quantization resolution for returned results, if isQuantized. */ float quantizeStep; /** Time positioning method for returned results (see VampSampleType). */ VampSampleType sampleType; /** Sample rate of returned results, if sampleType is vampFixedSampleRate. "Resolution" of result, if sampleType is vampVariableSampleRate. */ float sampleRate; /** 1 if the returned results for this output are known to have a duration field. This field is new in Vamp API version 2; it must not be tested for plugins that report an older API version in their plugin descriptor. */ int hasDuration; } VampOutputDescriptor; typedef struct _VampFeature { /** 1 if the feature has a timestamp (i.e. if vampVariableSampleRate). */ int hasTimestamp; /** Seconds component of timestamp. */ int sec; /** Nanoseconds component of timestamp. */ int nsec; /** Number of values. Must be binCount if hasFixedBinCount. */ unsigned int valueCount; /** Values for this returned sample. */ float *values; /** Label for this returned sample. May be NULL. */ char *label; } VampFeature; typedef struct _VampFeatureV2 { /** 1 if the feature has a duration. */ int hasDuration; /** Seconds component of duratiion. */ int durationSec; /** Nanoseconds component of duration. */ int durationNsec; } VampFeatureV2; typedef union _VampFeatureUnion { // sizeof(featureV1) >= sizeof(featureV2) for backward compatibility VampFeature v1; VampFeatureV2 v2; } VampFeatureUnion; typedef struct _VampFeatureList { /** Number of features in this feature list. */ unsigned int featureCount; /** Features in this feature list. May be NULL if featureCount is zero. If present, this array must contain featureCount feature structures for a Vamp API version 1 plugin, or 2*featureCount feature unions for a Vamp API version 2 plugin. The features returned by an API version 2 plugin must consist of the same feature structures as in API version 1 for the first featureCount array elements, followed by featureCount unions that contain VampFeatureV2 structures (or NULL pointers if no V2 feature structures are present). */ VampFeatureUnion *features; } VampFeatureList; typedef enum { vampTimeDomain, vampFrequencyDomain } VampInputDomain; typedef void *VampPluginHandle; typedef struct _VampPluginDescriptor { /** API version with which this descriptor is compatible. */ unsigned int vampApiVersion; /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the plugin. May be translatable. */ const char *name; /** Human-readable short text about the plugin. May be translatable. */ const char *description; /** Human-readable name of plugin's author or vendor. */ const char *maker; /** Version number of the plugin. */ int pluginVersion; /** Human-readable summary of copyright or licensing for plugin. */ const char *copyright; /** Number of parameter inputs. */ unsigned int parameterCount; /** Fixed descriptors for parameter inputs. */ const VampParameterDescriptor **parameters; /** Number of programs. */ unsigned int programCount; /** Fixed names for programs. */ const char **programs; /** Preferred input domain for audio input (time or frequency). */ VampInputDomain inputDomain; /** Create and return a new instance of this plugin. */ VampPluginHandle (*instantiate)(const struct _VampPluginDescriptor *, float inputSampleRate); /** Destroy an instance of this plugin. */ void (*cleanup)(VampPluginHandle); /** Initialise an instance following parameter configuration. */ int (*initialise)(VampPluginHandle, unsigned int inputChannels, unsigned int stepSize, unsigned int blockSize); /** Reset an instance, ready to use again on new input data. */ void (*reset)(VampPluginHandle); /** Get a parameter value. */ float (*getParameter)(VampPluginHandle, int); /** Set a parameter value. May only be called before initialise. */ void (*setParameter)(VampPluginHandle, int, float); /** Get the current program (if programCount > 0). */ unsigned int (*getCurrentProgram)(VampPluginHandle); /** Set the current program. May only be called before initialise. */ void (*selectProgram)(VampPluginHandle, unsigned int); /** Get the plugin's preferred processing window increment in samples. */ unsigned int (*getPreferredStepSize)(VampPluginHandle); /** Get the plugin's preferred processing window size in samples. */ unsigned int (*getPreferredBlockSize)(VampPluginHandle); /** Get the minimum number of input channels this plugin can handle. */ unsigned int (*getMinChannelCount)(VampPluginHandle); /** Get the maximum number of input channels this plugin can handle. */ unsigned int (*getMaxChannelCount)(VampPluginHandle); /** Get the number of feature outputs (distinct sets of results). */ unsigned int (*getOutputCount)(VampPluginHandle); /** Get a descriptor for a given feature output. Returned pointer is valid only until next call to getOutputDescriptor for this handle, or releaseOutputDescriptor for this descriptor. Host must call releaseOutputDescriptor after use. */ VampOutputDescriptor *(*getOutputDescriptor)(VampPluginHandle, unsigned int); /** Destroy a descriptor for a feature output. */ void (*releaseOutputDescriptor)(VampOutputDescriptor *); /** Process an input block and return a set of features. Returned pointer is valid only until next call to process, getRemainingFeatures, or cleanup for this handle, or releaseFeatureSet for this feature set. Host must call releaseFeatureSet after use. */ VampFeatureList *(*process)(VampPluginHandle, const float *const *inputBuffers, int sec, int nsec); /** Return any remaining features at the end of processing. */ VampFeatureList *(*getRemainingFeatures)(VampPluginHandle); /** Release a feature set returned from process or getRemainingFeatures. */ void (*releaseFeatureSet)(VampFeatureList *); } VampPluginDescriptor; /** Get the descriptor for a given plugin index in this library. Return NULL if the index is outside the range of valid indices for this plugin library. The hostApiVersion argument tells the library code the highest Vamp API version supported by the host. The function should return a plugin descriptor compatible with the highest API version supported by the library that is no higher than that supported by the host. Provided the descriptor has the correct vampApiVersion field for its actual compatibility level, the host should be able to do the right thing with it: use it if possible, discard it otherwise. This is the only symbol that a Vamp plugin actually needs to export from its shared object; all others can be hidden. See the accompanying documentation for notes on how to achieve this with certain compilers. */ const VampPluginDescriptor *vampGetPluginDescriptor (unsigned int hostApiVersion, unsigned int index); /** Function pointer type for vampGetPluginDescriptor. */ typedef const VampPluginDescriptor *(*VampGetPluginDescriptorFunction) (unsigned int, unsigned int); #ifdef __cplusplus } #endif #endif