[SCM] Packaging for coot branch, master, updated. upstream/0.7-11-g91eea54

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sat Jan 12 14:33:48 UTC 2013


The following commit has been merged in the master branch:
commit 2eace76cd59e4a20907931ca7b9d6fa91dd3a948
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Jan 12 15:23:51 2013 +0100

    now it compiles.

diff --git a/debian/control b/debian/control
index ffc588d..c3683ac 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
  libgsl0-dev, libglib2.0-dev, libgtk2.0-dev,
  libgtkglext1-dev, freeglut3-dev, libgnomecanvas2-dev,
  libgoocanvas-dev, python-dev, python-gtk2-dev, swig (>= 1.3.36), texinfo,
- imagemagick, ghostscript, sharutils
+ imagemagick, ghostscript, sharutils, libcurl4-gnutls-dev
 Standards-Version: 3.9.1
 Homepage: http://www.biop.ox.ac.uk/coot/
 Vcs-Bzr: http://bazaar.launchpad.net/~mok0/coot/ubuntu
diff --git a/debian/coot.install b/debian/coot.install
index 4e3f4d2..fb57cfb 100644
--- a/debian/coot.install
+++ b/debian/coot.install
@@ -1,4 +1,5 @@
-debian/tmp/usr/bin
-debian/tmp/usr/share/icons
+usr/bin
+usr/lib/*/*.so.*
+usr/share/icons
 debian/coot.desktop  /usr/share/applications
 debian/coots-nest  /usr/bin
diff --git a/debian/patches/0001-lbg_makefile.am.patch b/debian/patches/0001-lbg_makefile.am.patch
deleted file mode 100644
index ba7a46a..0000000
--- a/debian/patches/0001-lbg_makefile.am.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: lbg_makefile.am
-
----
- lbg/Makefile.am |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lbg/Makefile.am b/lbg/Makefile.am
-index 4a7095a..cfecdbc 100644
---- a/lbg/Makefile.am
-+++ b/lbg/Makefile.am
-@@ -51,7 +51,7 @@ lidia_LDADD = \
- EXTRA_DIST=lbg.glade $(appicon_DATA) lbg-callbacks.cc
- 
- subpkgdatadir = $(pkgdatadir)
--subpkgdata_DATA = lbg.glade lbg-callbacks.cc
-+subpkgdata_DATA = lbg.glade
- 
- check_PROGRAMS = test_lbg_functions
- test_lbg_functions_SOURCES = test_lbg_functions.cc 
diff --git a/debian/patches/0002-application_path.patch b/debian/patches/0002-application_path.patch
deleted file mode 100644
index 5f07adc..0000000
--- a/debian/patches/0002-application_path.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: application_path
-
----
- python/coot_utils.py |   16 ++++++++++++++++
- 1 file changed, 16 insertions(+)
-
-diff --git a/python/coot_utils.py b/python/coot_utils.py
-index 38757d3..4721a4e 100644
---- a/python/coot_utils.py
-+++ b/python/coot_utils.py
-@@ -29,6 +29,15 @@ annotations = []
- global default_ball_and_stick_selection
- default_ball_and_stick_selection = "//A/1-2"
- 
-+# program_name_user is a global dictionary, that allows the user to
-+# specify the location of programs. The dictionary is consulted by the
-+# find_exe function.  Example:
-+# program_name_user['refmac5'] = '/home/joe/bin/my_refmac'
-+# This python statement can be placed in  $HOME/.coot.py, or in a
-+# a .py file in the directory $HOME/.coot_preferences/
-+global program_name_user
-+program_name_user = {}
-+
- # for mingw debug
- global have_mingw
- have_mingw = False
-@@ -2935,6 +2944,13 @@ def find_exe(*args):
- 
-     program_name = args[0]
- 
-+    # Attempt to look up the binary's path in the user-defined
-+    # dictionary.
-+    if program_name_user.has_key(args[0]):
-+        program_name = program_name_user[args[0]]
-+        print "INFO:: looking for user-defined program:", program_name
-+    #;
-+
-     # we shall check for full path names first
-     if (os.path.isfile(program_name)):
-         return program_name
diff --git a/debian/patches/0003-command-line.patch b/debian/patches/0003-command-line.patch
deleted file mode 100644
index 49ba14f..0000000
--- a/debian/patches/0003-command-line.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: command-line
-
----
- src/command-line.hh |    4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/command-line.hh b/src/command-line.hh
-index 8900f64..26658de 100644
---- a/src/command-line.hh
-+++ b/src/command-line.hh
-@@ -34,7 +34,11 @@ public:
-      update_self = 0;
-      do_graphics = 1; // use graphics by default
-      disable_state_script_writing = 0; // don't disable, by default
-+#if defined(USE_PYTHON) && !defined(USE_GUILE)
-+     script_is_python_flag = 1;
-+#else
-      script_is_python_flag = 0;
-+#endif
-      small_screen_display  = 0; // default is no small screen
-      use_splash_screen = 1;
-      alternate_splash_screen_file_name = ""; // unset, tested vs blank.
diff --git a/debian/patches/0004-configure-fftw-prefix.patch b/debian/patches/0004-configure-fftw-prefix.patch
deleted file mode 100644
index 8c99a41..0000000
--- a/debian/patches/0004-configure-fftw-prefix.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: configure-fftw-prefix
-
----
- configure.in      |   10 ++++++++++
- macros/clipper.m4 |   20 ++++++++++----------
- 2 files changed, 20 insertions(+), 10 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 3da2744..b3acba3 100644
---- a/configure.in
-+++ b/configure.in
-@@ -108,6 +108,16 @@ AM_PATH_MMDB(, [echo Error locating necessary mmdb; exit 1],,)
- 
- AM_WITH_MMDBSSM
- 
-+dnl Before we check for Clipper, determine if we need a prefix
-+dnl for the single-precision fftw libraries
-+
-+AC_ARG_WITH([fftw-library-prefix],
-+            AS_HELP_STRING([--with-fftw-library-prefix],
-+	    		   [Prepend this prefix to names of fftw single-precision libraries
-+                            (default is blank, could be "s")]),
-+            [ct_cv_fftw_library_prefix=$withval],
-+            [ct_cv_fftw_library_prefix=])
-+
- dnl Check for Clipper.  we exit if clipper is not found.
- #
- AM_PATH_CLIPPER(, [echo Error locating Clipper - a CNS-enabled version of Clipper \(2.1-090520-ac or later\) is required now; exit 1],AC_MSG_ERROR([Cannot find Clipper]))
-diff --git a/macros/clipper.m4 b/macros/clipper.m4
-index 8899e41..4a3e9e2 100644
---- a/macros/clipper.m4
-+++ b/macros/clipper.m4
-@@ -37,10 +37,11 @@ AC_DEFUN([AM_PATH_CLIPPER],
- AC_PROVIDE([AM_PATH_CLIPPER])
- 
- 
--AC_ARG_WITH(clipper-prefix, [  --with-clipper-prefix=PFX Prefix where Clipper has been built],
-- clipper_prefix="$withval",
-- clipper_prefix="")
--
-+AC_ARG_WITH([clipper-prefix],
-+            AS_HELP_STRING([--with-clipper-prefix=PFX],
-+                           [Prefix where Clipper has been built]),
-+            [clipper_prefix=$withval],
-+            [clipper_prefix=""])
- 
- saved_LIBS="$LIBS"
- saved_CFLAGS="$CFLAGS"
-@@ -64,10 +65,9 @@ if test x$clipper_prefix != x; then
-  # Note, I do not know how the boost libs work, so I do not include them.
-  # FIXME?
-  
-- # HACK! FIXME
-- # added lz, we should have proper autoconf check for this.
-- #
-- fftw_pre=
-+ # fftw_pre is set by the configure option --with-fftw-library-prefix=s
-+ # typical values "s" or blank.
-+ fftw_pre=$ct_cv_fftw_library_prefix
- 
-  # ccp4c=gpp4 mac hack, irritating Bill no doubt.  This ccp4c libs
-  # thing will go away when clipper is fixed to know about its
-@@ -99,8 +99,8 @@ else
-     CCP4_LIBS=-lccp4c
-  fi
-  
-- # this needs to be 'configured' - typically either s or blank.
-- fftw_pre=
-+ # fftw_pre is set by configure - value is typically either s or blank.
-+ fftw_pre=$ct_cv_fftw_library_prefix
- 
-  CLIPPER_CXXFLAGS="$CCP4_CFLAGS"
-  CLIPPER_LDOPTS="-lclipper-ccp4 -lclipper-cif -lclipper-phs -lclipper-contrib -lclipper-mmdb -lclipper-minimol -lclipper-cns -lclipper-core $CCP4_LIBS $MMDB_LIBS -l${fftw_pre}rfftw -l${fftw_pre}fftw -lz -lm"
diff --git a/debian/patches/0005-coot-history.patch b/debian/patches/0005-coot-history.patch
deleted file mode 100644
index a03b08a..0000000
--- a/debian/patches/0005-coot-history.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: coot-history
-
----
- src/globjects.cc |   10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/src/globjects.cc b/src/globjects.cc
-index 42c1a2b..dcc156a 100644
---- a/src/globjects.cc
-+++ b/src/globjects.cc
-@@ -836,8 +836,18 @@ int       graphics_info_t::graphics_sample_step = 1;
- int       graphics_info_t::dynamic_map_zoom_offset = 0; 
- 
- // history
-+#ifdef USE_PYTHON
- short int graphics_info_t::python_history = 1; // on
-+#else
-+short int graphics_info_t::python_history = 0; // off
-+#endif
-+
-+#ifdef USE_GUILE
- short int graphics_info_t::guile_history  = 1; // on
-+#else
-+short int graphics_info_t::guile_history  = 0; // off
-+#endif
-+
- coot::history_list_t graphics_info_t::history_list;
- 
- // build one residue, n trials:
diff --git a/debian/patches/0006-splash-screen.patch b/debian/patches/0006-splash-screen.patch
deleted file mode 100644
index 4e7ee64..0000000
--- a/debian/patches/0006-splash-screen.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: splash-screen
-
----
- src/gtk2-interface.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/gtk2-interface.c b/src/gtk2-interface.c
-index d616065..e57e5ae 100644
---- a/src/gtk2-interface.c
-+++ b/src/gtk2-interface.c
-@@ -12292,7 +12292,7 @@ create_splash_screen_window (void)
-   gtk_window_set_position (GTK_WINDOW (splash_screen_window), GTK_WIN_POS_CENTER);
-   gtk_window_set_type_hint (GTK_WINDOW (splash_screen_window), GDK_WINDOW_TYPE_HINT_SPLASHSCREEN);
- 
--  image7052 = create_pixmap (splash_screen_window, "coot-0.6.1.png");
-+  image7052 = create_pixmap (splash_screen_window, "ubuntu-splash.png");
-   gtk_widget_show (image7052);
-   gtk_container_add (GTK_CONTAINER (splash_screen_window), image7052);
- 
diff --git a/debian/patches/0007-ac_init.patch b/debian/patches/0007-ac_init.patch
deleted file mode 100644
index 1ebf4d7..0000000
--- a/debian/patches/0007-ac_init.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:01 +0100
-Subject: ac_init
-
----
- configure.in |    5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index b3acba3..9151886 100644
---- a/configure.in
-+++ b/configure.in
-@@ -26,13 +26,12 @@ dnl
- dnl Process this file with autoconf to produce a configure script.
- 
- # AC_INIT package-name version-number
--AC_INIT(configure.in)
-+AC_INIT(coot, 0.7-pre-1, paul.emsley at bioch.ox.ac.uk)
- 
--AM_INIT_AUTOMAKE(coot, 0.7-pre-1)
-+AM_INIT_AUTOMAKE
- # for old versions of automake
- # AM_CONFIG_HEADER(config.h)
- 
--
- dnl Pick up the macros.
- AM_ACLOCAL_INCLUDE(macros)
- AC_CONFIG_MACRO_DIR(macros)
diff --git a/debian/patches/0008-convenience-libraries.patch b/debian/patches/0008-convenience-libraries.patch
deleted file mode 100644
index 163a158..0000000
--- a/debian/patches/0008-convenience-libraries.patch
+++ /dev/null
@@ -1,320 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:02 +0100
-Subject: convenience-libraries
-
----
- analysis/Makefile.am        |    2 +-
- angles/Makefile.am          |    2 +-
- build/Makefile.am           |    2 +-
- ccp4mg-utils/Makefile.am    |    2 +-
- compat/Makefile.am          |    2 +-
- coords/Makefile.am          |    2 +-
- coot-surface/Makefile.am    |    2 +-
- coot-utils/Makefile.am      |    2 +-
- cootaneer/Makefile.am       |    2 +-
- db-main/Makefile.am         |    2 +-
- density-contour/Makefile.am |    2 +-
- geometry/Makefile.am        |    2 +-
- high-res/Makefile.am        |    2 +-
- ideal/Makefile.am           |    2 +-
- lbg/Makefile.am             |    2 +-
- lidia-core/Makefile.am      |    2 +-
- ligand/Makefile.am          |    2 +-
- mini-mol/Makefile.am        |    2 +-
- protein_db/Makefile.am      |    2 +-
- skeleton/Makefile.am        |    2 +-
- surface/Makefile.am         |    2 +-
- tw/Makefile.am              |    2 +-
- utils/Makefile.am           |    2 +-
- 23 files changed, 23 insertions(+), 23 deletions(-)
-
-diff --git a/analysis/Makefile.am b/analysis/Makefile.am
-index e2f1680..4f7666a 100644
---- a/analysis/Makefile.am
-+++ b/analysis/Makefile.am
-@@ -1,5 +1,5 @@
- 
--lib_LTLIBRARIES=libcoot-analysis.la
-+noinst_LTLIBRARIES=libcoot-analysis.la
- 
- include_HEADERS=bfkurt.hh
- 
-diff --git a/angles/Makefile.am b/angles/Makefile.am
-index f2fb15d..47c93a9 100644
---- a/angles/Makefile.am
-+++ b/angles/Makefile.am
-@@ -1,5 +1,5 @@
- 
--lib_LTLIBRARIES=libcoot-AngleInfo.la
-+noinst_LTLIBRARIES=libcoot-AngleInfo.la
- 
- EXTRA_DIST = \
- 	angle-torsion-autogen.awk
-diff --git a/build/Makefile.am b/build/Makefile.am
-index 5a3bcb6..482e216 100644
---- a/build/Makefile.am
-+++ b/build/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-cabuild.la
-+noinst_LTLIBRARIES=libcoot-cabuild.la
- 
- include_HEADERS = CalphaBuild.hh
- 
-diff --git a/ccp4mg-utils/Makefile.am b/ccp4mg-utils/Makefile.am
-index 715fcfd..f36c5c2 100644
---- a/ccp4mg-utils/Makefile.am
-+++ b/ccp4mg-utils/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libccp4mg-utils.la
-+noinst_LTLIBRARIES=libccp4mg-utils.la
- 
- include_HEADERS = geomutil.h mgtree.h cartesian.h matrix.h quat.h ppmutil.h
- 
-diff --git a/compat/Makefile.am b/compat/Makefile.am
-index 903dca4..b364c05 100644
---- a/compat/Makefile.am
-+++ b/compat/Makefile.am
-@@ -1,6 +1,6 @@
- 
- 
--lib_LTLIBRARIES = libcoot-compat.la
-+noinst_LTLIBRARIES = libcoot-compat.la
- include_HEADERS = coot-getopt.h
- libcoot_compat_la_SOURCES = getopt.c getopt1.c
- 
-diff --git a/coords/Makefile.am b/coords/Makefile.am
-index 2768e78..af6a489 100644
---- a/coords/Makefile.am
-+++ b/coords/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-coords.la
-+noinst_LTLIBRARIES=libcoot-coords.la
- 
- include_HEADERS =  Bond_lines.h Cartesian.h cos-sin.h \
- 	mmdb.h mmdb-extras.h utils.h mmdb-crystal.h Bond_lines_ext.h \
-diff --git a/coot-surface/Makefile.am b/coot-surface/Makefile.am
-index 1b524fc..03ae09c 100644
---- a/coot-surface/Makefile.am
-+++ b/coot-surface/Makefile.am
-@@ -22,7 +22,7 @@ INCLUDES = -I$(top_srcdir)/surface \
-            -I$(top_srcdir)/coot-utils \
- 	$(MMDB_CXXFLAGS) $(CLIPPER_CXXFLAGS) $(GTKGL_CFLAGS) $(GLUT_CFLAGS)
- 
--lib_LTLIBRARIES = libcoot-surface.la
-+noinst_LTLIBRARIES = libcoot-surface.la
- 
- libcoot_surface_la_SOURCES = \
- 	 coot-surface.cc coot-surface.hh rgbreps.cc rgbreps.h
-diff --git a/coot-utils/Makefile.am b/coot-utils/Makefile.am
-index 0c3585a..3f1af54 100644
---- a/coot-utils/Makefile.am
-+++ b/coot-utils/Makefile.am
-@@ -25,7 +25,7 @@ if COOT_USE_PYTHON
- WITH_PYTHON_CFLAGS=-DUSE_PYTHON
- endif
- 
--lib_LTLIBRARIES= libcoot-coord-utils.la  libcoot-shelx.la libcoot-coord-extras.la libcoot-map-utils.la libcoot-map-heavy.la
-+noinst_LTLIBRARIES= libcoot-coord-utils.la  libcoot-shelx.la libcoot-coord-extras.la libcoot-map-utils.la libcoot-map-heavy.la
- 
- include_HEADERS = peak-search.hh coot-trim.hh \
- 	coot-coord-utils.hh coot-map-utils.hh coot-coord-extras.hh \
-diff --git a/cootaneer/Makefile.am b/cootaneer/Makefile.am
-index 3a1d720..93b3e92 100644
---- a/cootaneer/Makefile.am
-+++ b/cootaneer/Makefile.am
-@@ -28,7 +28,7 @@ cootaneer_demo_LDADD = ./libcootaneer.la $(CLIPPER_LIBS) $(MMDB_LIBS)
- 
- noinst_PROGRAMS = cootaneer-demo
- 
--lib_LTLIBRARIES=libcootaneer.la
-+noinst_LTLIBRARIES=libcootaneer.la
- 
- libcootaneer_la_SOURCES =  buccaneer-lib.cpp buccaneer-prot.cpp \
- 	buccaneer-sequence.cpp cootaneer-sequence.cpp \
-diff --git a/db-main/Makefile.am b/db-main/Makefile.am
-index 3a5269b..5293f87 100644
---- a/db-main/Makefile.am
-+++ b/db-main/Makefile.am
-@@ -1,5 +1,5 @@
- 
--lib_LTLIBRARIES=libcoot-db-main.la
-+noinst_LTLIBRARIES=libcoot-db-main.la
- 
- AM_CXXFLAGS = \
- 	-DPKGDATADIR='"$(pkgdatadir)"' \
-diff --git a/density-contour/Makefile.am b/density-contour/Makefile.am
-index a4cec3f..c717103 100644
---- a/density-contour/Makefile.am
-+++ b/density-contour/Makefile.am
-@@ -22,7 +22,7 @@ COORD_INCLUDES = -I$(top_srcdir)/coords
- 
- INCLUDES = $(COORD_INCLUDES) $(CLIPPER_CXXFLAGS) 
- 
--lib_LTLIBRARIES = libcoot-isosurface.la
-+noinst_LTLIBRARIES = libcoot-isosurface.la
- 
- include_HEADERS = Vectors.h CIsoSurface.h density-contour-triangles.hh
- 
-diff --git a/geometry/Makefile.am b/geometry/Makefile.am
-index 5ebad79..f676853 100644
---- a/geometry/Makefile.am
-+++ b/geometry/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-geometry.la
-+noinst_LTLIBRARIES=libcoot-geometry.la
- 
- EXTRA_DIST = notes Makefile.simple
- 
-diff --git a/high-res/Makefile.am b/high-res/Makefile.am
-index 9864702..e843d37 100644
---- a/high-res/Makefile.am
-+++ b/high-res/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-high-res.la
-+noinst_LTLIBRARIES=libcoot-high-res.la
- 
- include_HEADERS = high-res.hh coot-atom-graph.hh coot-node-info.hh \
- 	sequence-assignment.hh
-diff --git a/ideal/Makefile.am b/ideal/Makefile.am
-index 6d1bc28..28278f2 100644
---- a/ideal/Makefile.am
-+++ b/ideal/Makefile.am
-@@ -23,7 +23,7 @@
- # should be set by autoconf
- # GSL_LIBS = -lgsl -lgslcblas -lm
- 
--lib_LTLIBRARIES=libcoot-ideal.la
-+noinst_LTLIBRARIES=libcoot-ideal.la
- 
- EXTRA_DIST = notes Makefile.simple molmantest.cc test-indexing.hh test-indexing.cc
- 
-diff --git a/lbg/Makefile.am b/lbg/Makefile.am
-index cfecdbc..6ba58ee 100644
---- a/lbg/Makefile.am
-+++ b/lbg/Makefile.am
-@@ -1,5 +1,5 @@
- 
--lib_LTLIBRARIES=libcoot-lidia.la
-+noinst_LTLIBRARIES=libcoot-lidia.la
- 
- INCLUDES = \
- 	-I$(top_srcdir)/lidia-core \
-diff --git a/lidia-core/Makefile.am b/lidia-core/Makefile.am
-index b2a0092..d406677 100644
---- a/lidia-core/Makefile.am
-+++ b/lidia-core/Makefile.am
-@@ -15,7 +15,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-lidia-core.la
-+noinst_LTLIBRARIES=libcoot-lidia-core.la
- 
- include_HEADERS = lbg-shared.hh lbg-molfile.hh lig-build.hh
- 
-diff --git a/ligand/Makefile.am b/ligand/Makefile.am
-index 38b8d2c..1dc8009 100644
---- a/ligand/Makefile.am
-+++ b/ligand/Makefile.am
-@@ -19,7 +19,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-ligand.la
-+noinst_LTLIBRARIES=libcoot-ligand.la
- 
- EXTRA_DIST = Makefile.simple read-dunbrack.awk
- 
-diff --git a/mini-mol/Makefile.am b/mini-mol/Makefile.am
-index ad9f962..be57a79 100644
---- a/mini-mol/Makefile.am
-+++ b/mini-mol/Makefile.am
-@@ -18,7 +18,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-mini-mol.la
-+noinst_LTLIBRARIES=libcoot-mini-mol.la
- 
- include_HEADERS =  mini-mol.hh mini-mol-utils.hh atom-quads.hh
- 
-diff --git a/protein_db/Makefile.am b/protein_db/Makefile.am
-index edd2124..de10bf7 100644
---- a/protein_db/Makefile.am
-+++ b/protein_db/Makefile.am
-@@ -17,7 +17,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- # 02110-1301, USA
- 
--lib_LTLIBRARIES=libcoot-protein-db.la
-+noinst_LTLIBRARIES=libcoot-protein-db.la
- 
- INCLUDES= $(CLIPPER_CXXFLAGS)  $(MMDB_CXXFLAGS)
- 
-diff --git a/skeleton/Makefile.am b/skeleton/Makefile.am
-index 9987fb9..8735655 100644
---- a/skeleton/Makefile.am
-+++ b/skeleton/Makefile.am
-@@ -19,7 +19,7 @@
- # 02110-1301, USA
- 
- 
--lib_LTLIBRARIES=libcoot-skeleton.la
-+noinst_LTLIBRARIES=libcoot-skeleton.la
- 
- INCLUDES = \
- 	  -I$(top_srcdir)/geometry   \
-diff --git a/surface/Makefile.am b/surface/Makefile.am
-index 8cb8432..da75e75 100644
---- a/surface/Makefile.am
-+++ b/surface/Makefile.am
-@@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/coot-utils $(MMDB_CXXFLAGS) $(CLIPPER_CXXFLAGS) $(FFT
- 
- AM_CXXFLAGS = $(OPENMP_CFLAGS)
- 
--lib_LTLIBRARIES = libccp4mg-surface.la
-+noinst_LTLIBRARIES = libccp4mg-surface.la
- 
- EXTRA_DIST = surface.cpp surface.h \
- 	CXXTorusTriangle.cpp \
-diff --git a/tw/Makefile.am b/tw/Makefile.am
-index 8a15db6..74adbdc 100644
---- a/tw/Makefile.am
-+++ b/tw/Makefile.am
-@@ -34,7 +34,7 @@ INCLUDES = \
- # don't make this yet, just carry it around.
- EXTRA_DIST = cootsound.c
- 
--lib_LTLIBRARIES=libcoot-tw.la
-+noinst_LTLIBRARIES=libcoot-tw.la
- 
- include_HEADERS = coot-tw.hh
- 
-diff --git a/utils/Makefile.am b/utils/Makefile.am
-index e12de87..a23a60c 100644
---- a/utils/Makefile.am
-+++ b/utils/Makefile.am
-@@ -24,7 +24,7 @@ INCLUDES = \
- AM_CXXFLAGS = $(COOT_WINDOWS_CFLAGS) \
- 	-DPKGDATADIR='"$(pkgdatadir)"'
- 
--lib_LTLIBRARIES=libcoot-utils.la
-+noinst_LTLIBRARIES=libcoot-utils.la
- 
- include_HEADERS = coot-utils.hh coot-fasta.hh
- 
diff --git a/debian/patches/0009-doc_makefile.am.patch b/debian/patches/0009-doc_makefile.am.patch
deleted file mode 100644
index 69abc09..0000000
--- a/debian/patches/0009-doc_makefile.am.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: doc_makefile.am
-
----
- doc/Makefile.am |    4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index cdd534b..315827c 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -1,4 +1,8 @@
- 
-+info_TEXINFOS = coot-user-manual.texi
-+
-+MAKEINFO = makeinfo --no-split
-+
- EXTRA_DIST = coot.tex derivatives.tex tutorial.tex coot-plain-2.ps \
- 	function-filter.scsh functions.tex derivatives-part.tex \
- 	reference.tex crib-sheet.tex coot-user-manual.texi \
diff --git a/debian/patches/0010-refman.patch b/debian/patches/0010-refman.patch
deleted file mode 100644
index c57d4c8..0000000
--- a/debian/patches/0010-refman.patch
+++ /dev/null
@@ -1,196 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: refman
-
----
- doc/coot-reference-manual.texi |   72 ++++++++++++++++++++++++++--------------
- 1 file changed, 47 insertions(+), 25 deletions(-)
-
-diff --git a/doc/coot-reference-manual.texi b/doc/coot-reference-manual.texi
-index ee0e274..c78ade8 100644
---- a/doc/coot-reference-manual.texi
-+++ b/doc/coot-reference-manual.texi
-@@ -2,22 +2,24 @@
- @c @input palatino
- 
- @c %**start of header
-- at setfilename coot.info
-+ at setfilename coot-reference-manual.info
-+ at include versref.texi
- @settitle The Coot Reference Manual
- @c %**end of header
- 
-- at dircategory The Molecular Modelling program Coot
-+ at dircategory Science
- @direntry
--* Coot: (coot).  The Coot Reference Manual.
-+* Coot: (coot-reference-manual).  The Coot Reference Manual.
- @end direntry
- 
- @titlepage
- @title The Coot Reference Manual
-+ at subtitle for version @value{VERSION}, @value{UPDATED}
- 
-- at flushright
--Paul Emsley 
-- at email{emsley@@ysbl.york.ac.uk}
-- at end flushright
-+ at c @flushright
-+ at author Paul Emsley
-+ at email{paul.emsley at bioch.ox.ac.uk}
-+ at c @end flushright
- 
- @vskip 10mm
- 
-@@ -29,7 +31,7 @@ Paul Emsley
- @c @copying is not understood by tex2dvi on bubbles - Grrr!
- @c @insertcopying
- @end titlepage
--     
-+
- @c Output the table of contents at the beginning.
- @contents
- 
-@@ -44,9 +46,18 @@ Paul Emsley
- @c nodes.
- 
- @ifnottex
-- at node Top
-+ at node Top, Acknowledgments, (dir), (dir)
- @top Coot Reference Manual
-- at c @insertcopying : FIXME see above.
-+
-+ at c @insertcopying
-+
-+ at menu
-+* Acknowledgments::
-+* Design Overview::
-+* Exported Functions::
-+* Index::
-+ at end menu
-+
- @end ifnottex
- 
- 
-@@ -90,11 +101,11 @@ fixes and built the software from source code:
- 
- @itemize
- @item William G. Scott
-- at item Bernhard Lohkamp 
-- at item Joel Bard  
-- at item Ezra Peisach           
-+ at item Bernhard Lohkamp
-+ at item Joel Bard
-+ at item Ezra Peisach
- @item Alex Schuettelkopf
-- at item Charlie Bond 
-+ at item Charlie Bond
- @item Ethan Merritt
- @end itemize
- 
-@@ -127,12 +138,18 @@ a crystallographer.} and Duncan McRee (and their co-workers).
- 
- 
- @c -------------------------------------------------------------
-- at node    Design Overview
-+ at node    Design Overview, Exported Functions, Acknowledgments, Top
- @chapter Design Overview
- @c -------------------------------------------------------------
- 
-+ at menu
-+* Why?::
-+* Hacker's Guide::
-+* Validation::
-+ at end menu
-+
-+ at node    Why?, Hacker's Guide, Design Overview, Design Overview
- @section Why?
-- at node    Why?
- 
- ``Why does Coot exist?'' you might ask.  ``Given that other molecular
- graphics @footnote{molecular graphics with protein modeling and
-@@ -155,8 +172,12 @@ design, GUI, toolkit and aesthetic decisions - for good or bad
- to various shades of Microsoft Windows operating systems than the CCP4MG
-   developers.}.
- 
-+ at node    Hacker's Guide, Validation, Why?, Design Overview
- @section Hacker's Guide
-- at node    Hacker's Guide
-+
-+ at menu
-+* GUI::
-+ at end menu
- 
- The are several core libraries that are fundamental to Coot:
- 
-@@ -166,8 +187,8 @@ The are several core libraries that are fundamental to Coot:
- @item GTk+: GNU's GUI toolkit.
- @end itemize
- 
-+ at node GUI,  , Hacker's Guide, Hacker's Guide
- @subsection GUI
-- at node GUI
- The GUI is almost entirely built using glade.  Glade writes out its
- code in pure C.  This causes a problem.  @file{src/interface.h} and
- @file{src/support.h} both get regenerated in ``C mode'' every time
-@@ -194,7 +215,7 @@ to the scripting level.  These function declarations are in
- state variables go via @file{c-interface.h}.
- 
- Notice that MMDB functions are not allowed in
--this interface @footnote{because SWIG chokes on them}. 
-+this interface @footnote{because SWIG chokes on them}.
- 
- @subsection Scripting
- So, SWIG uses @file{c-interface.h} to generate the python/scheme
-@@ -202,12 +223,13 @@ scripting interface. The scripting language is chosen at
- configure-time using either @command{--with-guile} or
- @command{--with-python}.
- 
-+ at node Validation,  , Hacker's Guide, Design Overview
- @section Validation
- As I write this, a few of us are cobbling together a XML-based system
- for validation.  We think that validation data should be presented as
- XML data that can be passed between packages and programs.  Either the
- program itself will output the data, or we will write a wrapper to
--turn the output into the appropriate XML format.  
-+turn the output into the appropriate XML format.
- 
- These XML data will be then available for use in the molecular
- graphics and will provide information for a ``Next Unusual Feature''
-@@ -215,12 +237,12 @@ button.  The library to provide the XML cabability for this is expat,
- the same library used in Perl's XML::Parser, Python's XML parser
- Pyexpat and Mozilla's XML parser.
- 
-- at subsection Example: Temperature Factor Analysis 
-+ at subsection Example: Temperature Factor Analysis
- Recall that the kurtosis of a distribution, @math{k} is given by:
- 
- @c \begin{equation}
- @c   \label{eq:kurtosis}
-- at c   k = \frac{\Sigma(X_i - \mu)^4} {N \sigma^4} - 3 
-+ at c   k = \frac{\Sigma(X_i - \mu)^4} {N \sigma^4} - 3
- @c \end{equation}
- 
- We calculate the kurtosis for the isotropic temperature factors for
-@@ -232,7 +254,7 @@ This is an example of how we expect validation data to be presented to
- molecular graphics programs.
- 
- @c ----------------------------------------------------
-- at node    Exported Functions
-+ at node    Exported Functions, Index, Design Overview, Top
- @chapter Exported Functions
- @c ----------------------------------------------------
- 
-@@ -247,10 +269,10 @@ open the door to user-defined menus and (I hope) encourage 3rd-party
- coot scripts.
- 
- 
-- at include functions.texi
-+ at c @include functions.texi
- 
- 
-- at node Index
-+ at node Index,  , Exported Functions, Top
- @unnumbered Index
-      
- @printindex cp
diff --git a/debian/patches/0011-userman.patch b/debian/patches/0011-userman.patch
deleted file mode 100644
index 7382463..0000000
--- a/debian/patches/0011-userman.patch
+++ /dev/null
@@ -1,1999 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: userman
-
----
- doc/coot-user-manual.texi |  654 +++++++++++++++++++++++----------------------
- 1 file changed, 328 insertions(+), 326 deletions(-)
-
-diff --git a/doc/coot-user-manual.texi b/doc/coot-user-manual.texi
-index 2e7f0b4..f82887f 100644
---- a/doc/coot-user-manual.texi
-+++ b/doc/coot-user-manual.texi
-@@ -1,12 +1,13 @@
- \input texinfo   @c -*-texinfo-*-
-- at input palatino
-+ at c @input palatino
- 
- @c %**start of header
-- at setfilename coot.info
-+ at setfilename coot-user-manual.info
-+ at include versuser.texi
- @settitle The Coot User Manual
-- at c %**end of header 
-+ at c %**end of header
- 
-- at dircategory The molecular graphics application Coot 
-+ at dircategory Science
- @direntry
- * Coot: (coot-user-manual).  The Coot User Manual.
- @end direntry
-@@ -38,9 +39,10 @@
- 
- @titlepage
- @title The Coot User Manual
-+ at subtitle for version @value{VERSION}, @value{UPDATED}
- 
- @flushright
--Paul Emsley 
-+Paul Emsley
- @email{paul dot emsley at bioch dot ox dot ac dot uk}
- @end flushright
- 
-@@ -49,7 +51,7 @@ Paul Emsley
- @image{coot-plain-2,127mm}
- 
-      
-- at c The following two commands start the copyright page. 
-+ at c The following two commands start the copyright page.
- @page
- @vskip 0pt plus 1filll
- @c @copying is not understood by tex2dvi on bubbles - Grrr!
-@@ -225,7 +227,7 @@ Modelling and Building
- * Moving Molecules/Ligands::
- * Modifying the Labels on the Model/Fit/Refine dialog::
- 
--Regularization and Real Space Refinement 
-+Regularization and Real Space Refinement
- 
- * Dictionary::
- * Sphere Refinement::
-@@ -234,7 +236,7 @@ Regularization and Real Space Refinement
- * The UNK residue type::
- * Moving Zero Occupancy Atoms::
- 
--Map-Related Features 
-+Map-Related Features
- 
- * Maps in General::
- * Create a Map::
-@@ -255,7 +257,7 @@ Map-Related Features
- * Map Transformation::
- * Export Map::
- 
--Validation 
-+Validation
- 
- * Ramachandran Plots::
- * Chiral Volumes::
-@@ -295,11 +297,11 @@ This document is the Coot User Manual, giving an overview of the
- interactive features.  Other documentation includes the
- @cindex reference manual
- Coot Reference Manual and the Coot
-- at c @cindex{tutorial} 
-+ at c @cindex{tutorial}
- Tutorial.  These documents should be distributed with
- the source code.
- 
-- at menu 
-+ at menu
- * Citing Coot::
- * What is Coot?::
- * What Coot is Not::
-@@ -349,11 +351,11 @@ If using "SSM Superposition", please cite:
- 
- 
- 
--The reference for the the Electron Density Server is: 
-+The reference for the the Electron Density Server is:
- 
- @quotation
- GJ Kleywegt, MR Harris, JY Zou, TC Taylor, A W@"ahlby,  TA Jones (2004),
--"The Uppsala Electron-Density Server", 
-+"The Uppsala Electron-Density Server",
- @emph{Acta Crystallographica Section D-Biological Crystallography} @strong{60}, 2240-2249.
- 
- Please also cite the primary literature for the received structures.
-@@ -368,7 +370,7 @@ Please also cite the primary literature for the received structures.
- Coot is a molecular graphics application. Its primary focus is
- crystallographic macromolecular model-building and manipulation rather
- than representation @emph{i.e.} more like Frodo than Rasmol.
-- at c @cindex{Rasmol}.  
-+ at c @cindex{Rasmol}.
- Having said that, Coot can work with small molecule (SHELXL) and electron
- microscopy data, be used for homology modelling, make passably pretty
- pictures and display NMR structures.
-@@ -406,7 +408,7 @@ Linux at footnote{so far only 8.2 verified.}  and MacOS X (10.2).  The sgi
- Coot binaries should also work on IRIX.
- 
- 
-- at c @footnote{including Cygwin, but currently coot is ``unstable'' on a Cygwin system.}.  
-+ at c @footnote{including Cygwin, but currently coot is ``unstable'' on a Cygwin system.}.
- 
- If you want to port to some other operating system, you are welcome
- @footnote{it's Free Software after all and I could give you a
-@@ -425,45 +427,45 @@ Coot responds to several environment variables that modify its
- behaviour.
- 
- @itemize
-- at item @env{COOT_STANDARD_RESIDUES} 
-+ at item @env{COOT_STANDARD_RESIDUES}
-   The filename of the pdb file
-   containing the standard amino acid residues in ``standard
-   conformation'' @footnote{as it is known in Clipper.}
-- at item @env{COOT_SCHEME_DIR} 
-+ at item @env{COOT_SCHEME_DIR}
-   The directory containing standard (part of the distribution) scheme
--  files 
-- at item @env{COOT_SCHEME_EXTRAS_DIR} 
-+  files
-+ at item @env{COOT_SCHEME_EXTRAS_DIR}
-   A ':'-separated list of directories containing bespoke scheme files.
-   This variable is not set by default.  If you set it, Coot will test
--  each ':'-separated string that it points to a directory, and if it does, 
-+  each ':'-separated string that it points to a directory, and if it does,
-   Coot will load all the @t{.scm} files in that directory.
-- at item @env{COOT_PYTHON_EXTRAS_DIR} 
-+ at item @env{COOT_PYTHON_EXTRAS_DIR}
-   A ':'-separated list of directories containing bespoke python files.
-   This variable is not set by default.  If you set it, Coot will test
--  each ':'-separated string that it points to a directory, and if it does, 
-+  each ':'-separated string that it points to a directory, and if it does,
-   Coot will load all the @t{.py} files in that directory.
-- at item @env{COOT_REF_STRUCTS} 
--  The directory containing a set of high resolution pdb files used as 
-+ at item @env{COOT_REF_STRUCTS}
-+  The directory containing a set of high resolution pdb files used as
- @cindex reference structures
-   reference structures to build backbone atoms from
-   C at math{\alpha} positions
-- at item @env{COOT_REF_SEC_STRUCTS} 
-+ at item @env{COOT_REF_SEC_STRUCTS}
-   The directory containing a set of high-quality structures to be used
-   as templates for fitting beta strands.  If this is not set, then the
-   directory COOT_REF_SEC_STRUCTS will be used to find the reference pdb
--  files.  
-- at item @env{COOT_REFMAC_LIB_DIR} 
-- at cindex dictionary, cif 
-+  files.
-+ at item @env{COOT_REFMAC_LIB_DIR}
-+ at cindex dictionary, cif
-   Refmac's CIF directory containing the monomers and link descriptions.
-   In the future this may simply be the same directory in which refmac
-   looks to find the library dictionary.
-- at item @env{COOT_SBASE_DIR} 
-+ at item @env{COOT_SBASE_DIR}
- @cindex dictionary, ligands
-   The directory to find the SBASE dictionary (often comes with CCP4).
-- at item @env{COOT_RESOURCES_DIR} 
-+ at item @env{COOT_RESOURCES_DIR}
-   The directory that contains the
-   splash screen image and the GTK+ application resources.
-- at item @env{COOT_BACKUP_DIR} 
-+ at item @env{COOT_BACKUP_DIR}
-   The directory to which backup are
-   written (if it exists as a directory).  If it is not, then backups
-   are written to the current directory (the directory in which coot
-@@ -482,31 +484,31 @@ shell script.
- 
- @node Command Line Arguments
- @section Command Line Arguments
-- at cindex command line arguments 
-+ at cindex command line arguments
- Rather that using the GUI to read in information, you can use the
- following command line arguments:
- @itemize
- @item @code{--c @emph{cmd}} to run a command @code{@emph{cmd}} on start up
- @item @code{--script @emph{filename}} to run a script on start up (but see Section @ref{Scripting})
-- at item @code{--no-state-script} don't run the @t{0-coot.state.scm} script on start up.  
-+ at item @code{--no-state-script} don't run the @t{0-coot.state.scm} script on start up.
-    Don't save a state script on exit either.
- @item @code{--pdb @emph{filename}}  for pdb/coordinates file
- @item @code{--coords @emph{filename}}  for SHELX .ins/.res and CIF files
- @item @code{--data @emph{filename}} for mtz, phs or mmCIF data file
- @item @code{--auto @emph{filename}} for auto-reading mtz files (mtz file has the default labels FWT, PHWT)
- @item @code{--map @emph{filename}}  for a map (currently CCP4-format only)
-- at item @code{--dictionary @emph{filename}} read in a cif monomer dictionary 
-+ at item @code{--dictionary @emph{filename}} read in a cif monomer dictionary
- @item @code{--help} print command line options
- @item @code{--stereo} start up in hardware stereo mode
- @item @code{--version} print the version of coot and exit
-- at item @code{--code @emph{accession-code}} on starting Coot, get the pdb file 
-+ at item @code{--code @emph{accession-code}} on starting Coot, get the pdb file
-    and mtz file (if it exists) from the EDS
- @item @code{--no-guano} don't leave ``Coot droppings'' i.e. don't write state
-     and history files on exit
- @item @code{--side-by-side} start in side-by-side stereo mode
-- at item @code{--update-self} command-line mode to update the coot to the latest 
-+ at item @code{--update-self} command-line mode to update the coot to the latest
-     pre-release on the server
-- at item @code{--python} an argument with no parameters - used to tell Coot that 
-+ at item @code{--python} an argument with no parameters - used to tell Coot that
-     the -c arguments should be process as python (rather than as scheme).
- @item @code{--small-screen} start with smaller icons and font to fit on small
-     screen displays
-@@ -535,7 +537,7 @@ general and other projects which are important for Coot @footnote{coot
- @node Crash
- @section Crash
- @cindex crash
--Coot might crash on you - it shouldn't.  
-+Coot might crash on you - it shouldn't.
- 
- @cindex recover session
- @cindex crash recovery
-@@ -556,7 +558,7 @@ coot.  I will often need to know as much as possible about what you did
- to cause the bug.  If you can reproduce the bug and send me the files
- that are needed to cause it, I can almost certainly fix it @footnote{now
- there's a hostage to fortune.} - especially if you
-- at cindex debugger 
-+ at cindex debugger
- @cindex gdb
- use the debugger (gdb) and send a backtrace
- too at footnote{to do so, please send me the output of the following:
-@@ -572,7 +574,7 @@ too at footnote{to do so, please send me the output of the following:
- @node Mousing and Keyboarding
- @chapter Mousing and Keyboarding
- @c % -----------------------------------------------------------
-- at cindex mouse buttons 
-+ at cindex mouse buttons
- How do we move around and select things?
- 
- @c \vspace{0.5cm}
-@@ -582,13 +584,13 @@ How do we move around and select things?
-    Rotate view
- @item    Ctrl Left-Mouse Drag
-   Translates view
-- at item    Shift Left-Mouse 
-+ at item    Shift Left-Mouse
-   Label Atom
- @item    Right-Mouse Drag
-   Zoom in and out at c @cindex{zoom}
- @item   Ctrl Shift Right-Mouse Drag
-   Rotate View around Screen Z axis
-- at item   Middle-mouse 
-+ at item   Middle-mouse
-    Centre on atom
- @item   Scroll-wheel Forward
-   Increase map contour level
-@@ -614,7 +616,7 @@ See also Chapter @ref{chap-hints} for more help.
- @section Next Residue
- 
- @table @command
-- at item  ``Space''  
-+ at item  ``Space''
-    Next Residue
- @item  ``Shift'' ``Space''
-    Previous Residue
-@@ -647,9 +649,9 @@ Here we can change the clipping and Translate in Screen Z
- @cindex translation, keyboard
- 
- @table @command
-- at item  Keypad 3 
-+ at item  Keypad 3
-  Push View (+Z translation)
-- at item  Keypad . 
-+ at item  Keypad .
-  Pull View (-Z translation)
- @end table
- 
-@@ -658,27 +660,27 @@ Here we can change the clipping and Translate in Screen Z
- @section Keyboard Zoom and Clip
- 
- @table @command
-- at item  N 
--   Zoom out  
-+ at item  N
-+   Zoom out
- @item  M
--   Zoom in    
-- at item  D 
--   Slim clip  
-- at item  F 
-+   Zoom in
-+ at item  D
-+   Slim clip
-+ at item  F
-    Fatten clip
- @end table
- 
- @node Scrollwheel
- @section Scrollwheel
- When there is no map, using the scroll-wheel has no effect.  If there
--is exactly one map displayed, 
-+is exactly one map displayed,
- @cindex contouring, map
- @cindex scroll, map contour change by
- @cindex map scrolling
- @cindex scroll-wheel
- the scroll-wheel
- will change the contour level of that map.  If there are two or more
--maps, the map for which the contour level is changed can be set using either 
-+maps, the map for which the contour level is changed can be set using either
- @command{HID -> Scrollwheel -> Attach scroll-wheel
-   to which map?} and selecting a map number or clicking the "Scroll"
-   radio button for the map in the Display Manager.
-@@ -717,7 +719,7 @@ do this from the scripting interface: @code{(vt-surface
-   mode.}.
- 
- If you @emph{do} want @command{screen-z rotation}
-- at cindex z-rotation 
-+ at cindex z-rotation
- screen-z rotation, you can either use Shift Right-Mouse Drag or set
- the Virtual Trackball to Spherical Surface mode and move the mouse
- along the bottom edge of the screen.
-@@ -744,12 +746,12 @@ The map-fitting and model-building tools can be accessed by using
- tooltips @footnote{Put your mouse over a widget for a couple of seconds,
- if that widget has a tooltip, it will pop-up in a yellow box (or a grey
- box for some reason if you are using Macintosh).}
-- at cindex tooltips 
-+ at cindex tooltips
- describing the particular features and are documented in Chapter
- @ref{Modelling and Building}.
- 
- @table @command
-- at item F5:  
-+ at item F5:
-    posts the Model/Fit/Refine dialog
- @item F6:
-       posts the Go To Atom Window
-@@ -758,7 +760,7 @@ describing the particular features and are documented in Chapter
- @end table
- 
- 
-- at menu 
-+ at menu
- * Version number::
- * Antialiasing::
- * Screenshot::
-@@ -785,7 +787,7 @@ describing the particular features and are documented in Chapter
- 
- @node Version number
- @section Version number
-- at cindex version number 
-+ at cindex version number
- 
- The version number of Coot can be found at the top of the ``About''
- window (@command{Help -> About}).
-@@ -817,7 +819,7 @@ Coot's built-in antialiasing.
- 
- 
- Also for nVidia graphics card users, there is the application
--nvidia-settings: 
-+nvidia-settings:
- 
- @command{Antialiasing Setting -> Override Application Settings} and
- slide the slider to the right. On restarting Coot, it should be in
-@@ -825,7 +827,7 @@ antialias mode @footnote{that works for me, at least.}.
- 
- 
- @section Molecule Number
-- at cindex molecule number 
-+ at cindex molecule number
- Coot is based on the concept of molecules.  Maps and coordinates are
- different representations of molecules.  The access to the molecule is
- @emph{via} the @emph{molecule number}.  It is often important therefore to
-@@ -840,7 +842,7 @@ the left-hand side of the molecule name in the option menus of the
- ``Save Coordinates'' and ``Go To Atom'' windows.
- 
- @section Display Issues
--The ``graphics'' window is drawn using 
-+The ``graphics'' window is drawn using
- @cindex OpenGL
- OpenGL.  It is considerably smoother (i.e. more frames/sec) when using a
- 3D accelerated X server.
-@@ -852,7 +854,7 @@ density.  It is easily changed (see Section @ref{Clipping
-  Manipulation}).
- 
- Depth-cueing
-- at cindex depth-cueing 
-+ at cindex depth-cueing
- is linear and fixed on.
- 
- The graphics window can be resized, but it has a minimum size of
-@@ -937,7 +939,7 @@ program (by default).  Use something like:
- 
- to change that to different display program ("gqview" in this case).
- 
-- at code{(set! coot-png-display-program "open")} 
-+ at code{(set! coot-png-display-program "open")}
- 
- would use Preview (by default) on Macintosh.
- @c thanks for that info Bill Scott.
-@@ -946,7 +948,7 @@ To change the widths of the bonds and density ``lines'' use (for example):
- 
- @code{(set-raster3d-bond-thickness 0.1)}
- 
--and 
-+and
- 
- @code{(set-raster3d-density-thickness 0.01)}
- 
-@@ -1022,7 +1024,7 @@ the extensions are ``.pdb'' ``.brk'' ``.mmcif'' and others.  For data:
- ``.msk'' and ``.map''.  If you want to add to the extensions, the
- following functions are available:
- 
-- at itemize 
-+ at itemize
- @item @code{(add-coordinates-glob-extension @emph{extension})}
- @item @code{(add-data-glob-extension @emph{extension})}
- @item @code{(add-map-glob-extension @emph{extension})}
-@@ -1084,14 +1086,14 @@ and any output is displayed in the text widget lower (green).  The typed
- command should be terminated with a carriage return @footnote{which
- causes the evaluation of the command.}.  Files @footnote{such as the Coot
- state file (Section @ref{Coot State}).} can be evaluated (executed)
--using @command{Calculate -> Run Script at dots{}}.  
-+using @command{Calculate -> Run Script at dots{}}.
- 
- Note that in scheme (the usual scripting language of Coot), the
- parentheses are important.
- 
- To execute a script file from the command line use the @code{--script
-- at emph{filename}} arguments 
-- at c % this seems not to be the case (any more), --script works 
-+ at emph{filename}} arguments
-+ at c % this seems not to be the case (any more), --script works
- @c % fine with --no-graphics
- (except when also using the command line
- argument @code{--no-graphics}, in which case you should use @code{-s
-@@ -1115,7 +1117,7 @@ in the scripting window.
- 
- Coot has an (optional) embedded python interpreter.
- Thus the full power of python is available to you.  Coot will look for
--an initialization script 
-+an initialization script
- @cindex startup settings (python)
- @cindex @code{.coot.py}
- (@code{$HOME/.coot.py}) and
-@@ -1147,7 +1149,7 @@ python, so that (for example) @code{(raster-screen-shot)} becomes
- @cindex initialization file
- The scheme interpreter is made available by embedding
- guile.  The initialization script used by this interpreter is
-- at cindex startup settings (scheme) 
-+ at cindex startup settings (scheme)
- @cindex @code{.coot}
- @code{$HOME/.coot}.  This file should contain scheme commands that
- set your personal preferences.
-@@ -1175,11 +1177,11 @@ which saves to file @code{0-coot.state.scm} or
- @code{thing.scm}.
- 
- When Coot starts it can optionally run the commands in
-- at code{0-coot.state.scm}.  
-+ at code{0-coot.state.scm}.
- 
- Use @code{(set-run-state-file-status i)}
- to change the behaviour: @code{i} is @code{0} to never run this
--state file at 
-+state file at
- @cindex startup dialog (state)
- startup, @code{i} is
- @code{1} to get a dialog option (this is the default) and @code{i}
-@@ -1294,7 +1296,7 @@ See also Section @ref{Crash}.
- 
- @node View Matrix
- @section View Matrix
-- at cindex view matrix 
-+ at cindex view matrix
- It is sometimes useful to use this to orient the
- view and export this orientation to other programs.  The orientation
- matrix of the view can be displayed (in the console) using:
-@@ -1316,8 +1318,8 @@ So the usage of these functions would be something like:
-    (apply set-view-quaternion v))
- @end verbatim
- 
-- at node Space Group and Symmetry 
-- at section Space Group and Symmetry 
-+ at node Space Group and Symmetry
-+ at section Space Group and Symmetry
- Occasionally you may want to know the space group of a particular
- molecule.  Interactively (for maps) you can see it using the Map
- Properties button in the Molecule Display Control dialog.
-@@ -1343,7 +1345,7 @@ which will return a list of strings.
- 
- @node Recentring View
- @section Recentring View
-- at cindex recentring view 
-+ at cindex recentring view
- @itemize
- @item Use Control + left-mouse to drag around the view
- @item or
-@@ -1361,12 +1363,12 @@ which will return a list of strings.
- @item To centre on an arbitrary position (x,y,z), use the scripting function
-    @code{(set-rotation-centre x y z)}.
- @item or
-- at item Use the keyboard: [Ctrl G] then key in a residue number and (optionally) a chainid 
-+ at item Use the keyboard: [Ctrl G] then key in a residue number and (optionally) a chainid
-       and press Return
- @end itemize
- 
- If you don't want smooth recentring (sliding)
-- at cindex sliding 
-+ at cindex sliding
- @command{Edit -> Preferences -> Smooth Recentring -> Off}.  You
- can also use this dialog to speed it up a bit (by decreasing the
- number of steps instead of turning it off).
-@@ -1386,7 +1388,7 @@ The views interface can be found under the Extensions menu item.
- @section Clipping Manipulation
- @cindex clipping
- The clipping planes (a.k.a. ``slab''
-- at cindex slab 
-+ at cindex slab
- ) can
- be adjusted using @command{Edit -> Clipping} and adjusting
- the slider.  There is only one parameter to change and it affects both
-@@ -1419,7 +1421,7 @@ cells can be drawn for molecules (@command{Draw -> Cell &
- 
- @node  Rotation Centre Pointer
- @section Rotation Centre Pointer
-- at cindex rotation centre pointer 
-+ at cindex rotation centre pointer
- There is a pink pointer
- @cindex pink pointer
- at the centre of the screen that marks the rotation centre.
-@@ -1454,7 +1456,7 @@ Annotations.  3D Annotations can be saved to and loaded from a file.
- @node Frame Rate
- @section Frame Rate
- @cindex frame rate
--Sometimes, you might as yourself ``how fast is the computer?'' 
-+Sometimes, you might as yourself ``how fast is the computer?''
- @footnote{compared to some other one.}.  Using @code{Calculate ->
- Frames/Sec} you can see how fast the molecule is rotating, giving an
- indication of graphics performance.  It is often better to use a map
-@@ -1468,7 +1470,7 @@ The contouring elapsed time @footnote{prompted by changing the contour
- 
- @node Program Output
- @section Program Output
-- at cindex output 
-+ at cindex output
- Due to its ``in development'' nature (at the moment),
- Coot produces a lot of ``console'' @footnote{@emph{i.e.} the terminal
-   in which you started Coot.} output - much of it debugging or
-@@ -1530,7 +1532,7 @@ coordinates, choose @command{File -> Read Coordinates} from the
- menu-bar.  Immediately after the coordinates have been read, the view is
- (by default) recentred to the centre of this new molecule and the
- molecule is displayed.  The recentring of the view after the coordinates
--have been read can be turned off by unclicking the "Recentre?" 
-+have been read can be turned off by unclicking the "Recentre?"
- radio-button.
- 
- To disable the recentring of the view on reading a coordinates file via
-@@ -1553,8 +1555,8 @@ CCP4 dictionary file @file{syminfo.lib}.  So, for example, @t{"R 3 2 :H"}
- should be used in preference to @t{"H32"}.
- 
- @subsection Read multiple coordinate files
-- at cindex reading multiple pdb files 
-- at cindex multiple coordinates files 
-+ at cindex reading multiple pdb files
-+ at cindex multiple coordinates files
- The reading multiple files using the GUI is not available (at the
- moment).  However the following scripting functions are available:
- 
-@@ -1601,30 +1603,30 @@ export.
- 
- This will be a rudimentary file if the coordinates were initially from a
- "PDB" file, but will contain substantial SHELX commands if the
--coordinates were initially generated from a SHELX @t{ins} file.  
-+coordinates were initially generated from a SHELX @t{ins} file.
- 
- @c I am pretty sure they are now.
-- at c The FVARs may not be correctly handled at present. 
-+ at c The FVARs may not be correctly handled at present.
- 
- 
- @node    Atom Info
- @section Atom Info
- @cindex atom info
-- at cindex residue info 
-+ at cindex residue info
- Information about about a particular atom is displayed in the text
- console when you click using middle-mouse.  Information for all the
- atoms in a residue is available using @command{Info -> Residue
- Info at dots{}}.
- 
-- at cindex edit B-factors 
-- at cindex edit occupancy 
-+ at cindex edit B-factors
-+ at cindex edit occupancy
- The temperature factors
- and occupancy of the atoms in a residue can be set by using
- @command{Edit -> Residue Info at dots{}}.
- 
- @node Atom Labeling
- @section Atom Labeling
-- at cindex atom labeling 
-+ at cindex atom labeling
- Use Shift + left-mouse to label atom.  Do the same to toggle off the
- label.  The font size is changeable using @command{Edit ->
-   Font Size at dots{}}.  The newly centred atom is labelled by default.
-@@ -1632,7 +1634,7 @@ To turn this off use:
- 
- @code{(set-label-on-recentre-flag 0)}
- 
-- at cindex atom label, brief 
-+ at cindex atom label, brief
- Some people prefer to have atom labels that
- are shorter, without the slashes and residue name:
- 
-@@ -1645,9 +1647,9 @@ To change the atom label colour, use:
- 
- @node Atom Colouring
- @section Atom Colouring
--The atom colouring 
-+The atom colouring
- @cindex colouring, atoms
-- at cindex atom colouring 
-+ at cindex atom colouring
- system in coot is unsophisticated. Typically, atoms are coloured by
- element: carbons are yellow, oxygens red, nitrogens blue, hydrogens
- white and everything else green (see Section @ref{Display Manager}
-@@ -1676,11 +1678,11 @@ The various bond parameters can be set using the GUI dialog
- @command{Draw -> Bond Parameters} or @emph{via} scripting
- functions.
- 
--The represention style of the molecule that has the active residue (if any) 
-+The represention style of the molecule that has the active residue (if any)
- can be changed using the scroll wheel with Ctrl and Shift.
- 
- @subsection Bond Thickness
-- at cindex bond thickness 
-+ at cindex bond thickness
- @cindex width, bonds
- The thickness (width) of
- bonds of individual molecules can be changed.  This can be done via the
-@@ -1688,7 +1690,7 @@ bonds of individual molecules can be changed.  This can be done via the
- 
- @code{(set-bond-thickness @emph{thickness imol})}
- 
--where @code{imol} is the molecule number. 
-+where @code{imol} is the molecule number.
- 
- The default thickness is 3 pixels. The bond thickness also applies to
- the symmetry atoms of the molecule. The default bond thickness for new
-@@ -1704,7 +1706,7 @@ bond thickness of a residue selection within a molecule.
- @subsection Display Hydrogens
- @cindex hydrogens
- Initially, hydrogens are displayed.  They can be
--undisplayed using 
-+undisplayed using
- 
- @code{(set-draw-hydrogens @emph{mol-no} 0)} @footnote{they
-   can be redisplayed using @code{(set-draw-hydrogens @emph{mol-no} 1)}.}
-@@ -1714,7 +1716,7 @@ where @code{@emph{mol-no}} is the molecule number.
- There is a GUI to control this too, under ``Edit -> Bond Parameters''.
- 
- @subsection NCS Ghosts Coordinates
-- at cindex NCS 
-+ at cindex NCS
- It is occasionally useful when analysing non-crystallographically
- related molecules to have ``images'' of the other related molecules
- appear matched onto the current coordinates.  It is important to
-@@ -1772,7 +1774,7 @@ where @code{@emph{ncs-chain-id}} might be "B", "C" "D" (etc.) and
- @code{@emph{ncs-target-chain-id}} is "A", i.e. the B, C, D molecules are
- NCS copies of the A chain.
- 
--for icosahedral symmetry the translation components @code{@emph{t1}}, 
-+for icosahedral symmetry the translation components @code{@emph{t1}},
- @code{@emph{t2}}, @code{@emph{t3}} will be 0.
- 
- You need to turn on symmetry for molecule @code{@emph{imol}} and set the
-@@ -1782,9 +1784,9 @@ displayed symmetry object type to "Display Near Chains".
- @node Download coordinates
- @section Download coordinates
- Coot provides the possibility to download coordinates from an
-- at cindex OCA 
-+ at cindex OCA
- OCA @footnote{OCA is ``goose'' in Spanish (and Italian)}.
-- at cindex goose 
-+ at cindex goose
- (@emph{e.g.} EBI) server @footnote{the default is the
-   Weizmann Institute - which for reasons I won't go into here is
-   currently much faster than the EBI server.} (@command{File
-@@ -1858,7 +1860,7 @@ isotropic atoms.
- 
- @node Symmetry
- @section Symmetry
-- at cindex symmetry 
-+ at cindex symmetry
- Coordinates symmetry is ``dynamic''.  Symmetry atoms
- can be labeled @footnote{symmetry labels are in pale blue and also
-   provide the symmetry operator number and the translations along the
-@@ -1867,7 +1869,7 @@ can be labeled @footnote{symmetry labels are in pale blue and also
-   the symmetry operation number and translations needed to generate the
-   atom in that position.
- 
--By default symmetry atoms are not displayed.  
-+By default symmetry atoms are not displayed.
- 
- If you want coot to display symmetry coordinates without having to use
- the gui, add to your @file{~/.coot} the following:
-@@ -1902,9 +1904,9 @@ are active - if you click on them, they will change the centre of the
- graphics window - in much the same way as clicking on a residue in the
- Ramachandran plot.
- 
-- at node Print Sequence 
-- at section Print Sequence 
-- at cindex Print Sequence 
-+ at node Print Sequence
-+ at section Print Sequence
-+ at cindex Print Sequence
- The single letter code (of the @code{@emph{imol}}th molecule) is written
- out to the console in FASTA format.  Use can use this to cut and paste
- into other applications:
-@@ -1953,7 +1955,7 @@ and radius:
- 
- @code{(dots 0 "/1" 1 1)}
- 
--You can't change the colour of the dots.  
-+You can't change the colour of the dots.
- 
- There is no internal mechanism to change the radius according to atom
- type.  With some cleverness you might be able to call this function
-@@ -1964,7 +1966,7 @@ There is a function to clear up the dots for a particular molecule
- 
- @code{(clear-dots @emph{imol dots-handle})}
- 
--There is a function to return how many dots sets there are for a 
-+There is a function to return how many dots sets there are for a
- particular molecule @code{@emph{imol}}:
- 
- @code{(n-dots-set @emph{imol})}
-@@ -1977,7 +1979,7 @@ Fragments of the molecule can be rendered as a ``ball and stick'' molecule:
- 
- @code{(make-ball-and-stick @emph{imol atom-selection bond-thickness sphere-size draw-spheres-flag})}
- 
--e.g. 
-+e.g.
- @code{(make-ball-and-stick 0 "/1/A/10-20" 0.3 0.4 1)}
- 
- The ball-and-stick representation can be cleared using:
-@@ -1988,7 +1990,7 @@ The ball-and-stick representation can be cleared using:
- 
- @node Mean and Median Temperature Factors
- @section Mean, Median Temperature Factors
--Coot can be used to calculate the 
-+Coot can be used to calculate the
- @cindex mean B-factor
- mean (average)
- and
-@@ -2064,7 +2066,7 @@ where:
-   @code{'main}, or @code{'all}.
- @end itemize
- 
-- at emph{e.g.}: 
-+ at emph{e.g.}:
- @code{(simple-lsq-match 940 950 "A" 0 940 950 "A" 1 'main)}
- 
- More sophisticated (match molecule number 1 chain ``B'' on to molecule
-@@ -2082,7 +2084,7 @@ number 0 chain ``A''):
- 
- @code{(lsq-match 0 1)} ; match molecule number 1 onto molecule number 0.
- 
-- at c %% @itemize 
-+ at c %% @itemize
- @c %% @item @code{(define match1 (list 840 850 "A" 440 450 "B" 'all))}
- @c %% @item @code{(define match2 (list 940 950 "A" 540 550 "B" 'main))}
- @c %% @item @code{(clear-lsq-matches)}
-@@ -2096,7 +2098,7 @@ number 0 chain ``A''):
- @cindex ligand, overlay
- @cindex overlaying ligands
- 
--The scripting function 
-+The scripting function
- 
- @code{(overlap-ligands @emph{imol-ligand imol-ref chain-id-ref resno-ref})}
- 
-@@ -2107,13 +2109,13 @@ Coot simply takes the first residue that it finds). @code{@emph{imol-ref
- chain-id-ref resno-ref}} collectively describe the target position for
- the moving @code{@emph{imol-ligand}} molecule.
- 
--The convenience function 
-+The convenience function
- 
-- at code{(overlay-my-ligands @emph{imol-mov chain-id-mov resno-mov imol-ref chain-id-ref resno-ref})} 
-+ at code{(overlay-my-ligands @emph{imol-mov chain-id-mov resno-mov imol-ref chain-id-ref resno-ref})}
- 
--wraps @code{overlap-ligands}.  
-+wraps @code{overlap-ligands}.
- 
--The GUI for the function can be found under 
-+The GUI for the function can be found under
- 
- @command{Extensions -> Modelling -> Supperpose Ligands at dots{}}
- 
-@@ -2129,7 +2131,7 @@ is a scripting options available:
- which writes the @code{@emph{imol}}th coordinates molecule to
- @code{@emph{filename}}.
- 
--To write a specific residue range: 
-+To write a specific residue range:
- 
- @code{(write-residue-range-to-pdb-file @emph{imol chain-id start-resno
- endresno pdb-file-name})}
-@@ -2141,47 +2143,47 @@ endresno pdb-file-name})}
- @c % -----------------------------------------------------------
- 
- @menu
--* Regularization and Real Space Refinement ::  
--* Changing the Map for Building/Refinement::  
--* Rotate/Translate Zone::       
--* Rigid Body Refinement  ::     
--* Simplex Refinement ::         
--* Post-manipulation-hook::      
--* Baton Building::              
--* Reversing Direction of Fragment::  
--* C-alpha -> Mainchain::        
--* Backbone Torsion Angles ::    
--* Docking Sidechains::          
--* Rotamers::                    
--* Editing Chi Angles::          
--* Torsion General::             
--* Pep-flip::                    
--* Adding Alternative Conformations::  
--* Mutation::                    
--* Importing Ligands/Monomers::  
--* Ligand from SMILES strings::  
--* Find Ligands::                
--* Flip Ligand::                 
--* Find Waters::                 
--* Place Helix::                 
--* Building Ideal DNA and RNA::  
--* Merge Molecules::             
--* Temperature Factor for New Atoms::  
--* Applying NCS Edits::          
--* Running Refmac::              
--* Running SHELXL::              
--* Clear Pending Picks::         
--* Delete::                      
--* Sequence Assignment ::        
--* Building Links and Loops::    
--* Fill Partial Residues::       
--* Changing Chain IDs::          
--* Setting Occupancies::         
--* Fix Nomenclature Errors::     
--* Rotamer Fix Whole Protein::   
--* Refine All Waters ::          
--* Moving Molecules/Ligands::    
--* Modifying the Labels on the Model/Fit/Refine dialog::  
-+* Regularization and Real Space Refinement ::
-+* Changing the Map for Building/Refinement::
-+* Rotate/Translate Zone::
-+* Rigid Body Refinement  ::
-+* Simplex Refinement ::
-+* Post-manipulation-hook::
-+* Baton Building::
-+* Reversing Direction of Fragment::
-+* C-alpha -> Mainchain::
-+* Backbone Torsion Angles ::
-+* Docking Sidechains::
-+* Rotamers::
-+* Editing Chi Angles::
-+* Torsion General::
-+* Pep-flip::
-+* Adding Alternative Conformations::
-+* Mutation::
-+* Importing Ligands/Monomers::
-+* Ligand from SMILES strings::
-+* Find Ligands::
-+* Flip Ligand::
-+* Find Waters::
-+* Place Helix::
-+* Building Ideal DNA and RNA::
-+* Merge Molecules::
-+* Temperature Factor for New Atoms::
-+* Applying NCS Edits::
-+* Running Refmac::
-+* Running SHELXL::
-+* Clear Pending Picks::
-+* Delete::
-+* Sequence Assignment ::
-+* Building Links and Loops::
-+* Fill Partial Residues::
-+* Changing Chain IDs::
-+* Setting Occupancies::
-+* Fix Nomenclature Errors::
-+* Rotamer Fix Whole Protein::
-+* Refine All Waters ::
-+* Moving Molecules/Ligands::
-+* Modifying the Labels on the Model/Fit/Refine dialog::
- @end menu
- 
- The functions described in this chapter manipulate, extend or build
-@@ -2194,8 +2196,8 @@ molecules and can be found under @command{Calculate ->
- @code{(set-model-fit-refine-dialog-stays-on-top 0)}
- 
- 
-- at node    Regularization and Real Space Refinement 
-- at section Regularization and Real Space Refinement 
-+ at node    Regularization and Real Space Refinement
-+ at section Regularization and Real Space Refinement
- 
- @menu
- * Dictionary::
-@@ -2209,10 +2211,10 @@ molecules and can be found under @command{Calculate ->
- Coot will read the geometry restraints for
- refmac and use them in fragment (zone) idealization - this is called
- ``Regularization''.
-- at cindex regularization 
-+ at cindex regularization
-   The geometrical restraints
- are, by default, bonds, angles, planes
-- at cindex planes 
-+ at cindex planes
-  and non-bonded
- contacts.  You can additionally use torsion restraints
- @cindex torsion restraints
-@@ -2233,9 +2235,9 @@ regularize one residue).  Coot then regularizes the residue range.  At
- the end Coot, displays the intermediate atoms in white and also
- displays a dialog, in which you can accept or reject this
- regularization.  In the console are displayed the @math{\chi^2}
--values of the various geometrical restraints for the zone before 
--and after the regularization.  Usually the @math{\chi^2} values are 
--considerably decreased - structure idealization such as this should 
-+values of the various geometrical restraints for the zone before
-+and after the regularization.  Usually the @math{\chi^2} values are
-+considerably decreased - structure idealization such as this should
- drive the @math{\chi^2} values toward zero.
- 
- The use of ``Refinement'' is similar - with the addition of using a
-@@ -2245,7 +2247,7 @@ one map into Coot, then that map will be used (there is no need to set
- it explicitly).
- 
- 
--Use, for example, 
-+Use, for example,
- @cindex @code{set-matrix}
- @cindex weight, real space refinement
- @cindex refinement weight
-@@ -2261,8 +2263,8 @@ example so that the sigma level has been scaled to 1.0).
- 
- For both ``Regularize Zone'' and ``Refine Zone'' one is able to use a
- single click to
-- at cindex single click refine 
-- at cindex refine single click 
-+ at cindex single click refine
-+ at cindex refine single click
- refine a residue range.  Pressing @key{A} on the keyboard while
- selecting an atom in a residue will automatically create a residue
- range with that residue in the middle.  By default the zone is
-@@ -2271,9 +2273,9 @@ changed to 2 either side using @code{(set-refine-auto-range-step
-   2)}.
- 
- Intermediate (white) atoms can be moved around with the mouse (click
--and drag with left-mouse, by default).  
-+and drag with left-mouse, by default).
- @c \marginpar{ @footnotesize
-- at c   @command{This is a useful feature}} 
-+ at c   @command{This is a useful feature}}
- Refinement will proceed from the
- new atom positions when the mouse button is released.  It is possible
- to create incorrect atom nomenclature and/or chiral volumes in this
-@@ -2282,7 +2284,7 @@ left-mouse click to move atoms more ``locally'' (rather than a linear
- shear) and @key{Ctrl} key as you left-mouse click to move just one atom.
- 
- In more up to date versions, Coot will display colour patches (something
--like a traffic light system) 
-+like a traffic light system)
- @cindex traffic lights
- representing the chi squared values of each
- of types of geometric feature refined.  Typically ``5 greens'' is the
-@@ -2297,8 +2299,8 @@ changed using the scripting function: @emph{e.g.}
- 
- @node Dictionary
- @subsection Dictionary
-- at cindex cif dictionary 
-- at cindex mmCIF dictionary 
-+ at cindex cif dictionary
-+ at cindex mmCIF dictionary
- 
- The geometry description for residues, monomers and links used by Coot
- are in the standard mmCIF format.  Because this format alows multiple
-@@ -2309,7 +2311,7 @@ new file.  Therefore Coot makes this extra constraint: that the
- this is the case, then Coot can overwrite an old restraint table for a
- particular comp_id/residue-type when a new one is read.
- 
--By default, 
-+By default,
- the geometry dictionary entries for only the standard
- residues are read in at the start  @footnote{And a few extras, such as
-   phosphate}.  It may be that your particular ligand is not amongst
-@@ -2320,7 +2322,7 @@ the function:
- @code{(read-cif-dictionary @emph{filename})}
- 
- and add this to your @code{.coot} file (this may be the preferred
--method if you want to read the file on more than one occasion).  
-+method if you want to read the file on more than one occasion).
- 
- Note: the dictionary also provides the description of the ligand's
- torsions.
-@@ -2345,7 +2347,7 @@ within 3.5 at AA{} of the residue at the centre of the screen:
-         (if (list? active-atom)
-             (let* ((centred-residue (list-head (cdr active-atom) 3))
-                    (imol (car active-atom))
--                   (other-residues (residues-near-residue 
-+                   (other-residues (residues-near-residue
-                                     imol centred-residue 3.5))
-                    (all-residues (if (list? other-residues)
-                                      (cons centred-residue other-residues)
-@@ -2396,14 +2398,14 @@ And similarly they can be removed:
- @code{(remove-planar-peptide-restraints)}
- 
- There is also a GUI to add and remove these restraints in
-- at code{Extensions -> Refine at dots{} -> Peptide Restraints at dots{}} 
-+ at code{Extensions -> Refine at dots{} -> Peptide Restraints at dots{}}
- 
- 
- 
- 
- @node The UNK residue type
- @subsection The UNK residue type
-- at cindex  @code{UNK} residue 
-+ at cindex  @code{UNK} residue
- 
- The @code{UNK} residue type is a special residue type to Coot.  It has
- been added for use with Buccaneer. Don't give you ligand (or anything
-@@ -2434,7 +2436,7 @@ dialog.
- 
- @node Rotate/Translate Zone
- @section Rotate/Translate Zone
-- at cindex rotate/translate, manual 
-+ at cindex rotate/translate, manual
- 
- ``Rotate/Translate Zone'' from the ``Model/Fit/Refine'' menu allows
- manual movement of a zone.  After pressing the ``Rotate/Translate Zone''
-@@ -2450,8 +2452,8 @@ system of the rotations and translations are the screen coordinates.
- Alternatively  @footnote{like Refinement and Regularization}, you can
- click using left-mouse on an atom in the fragment and drag the
- fragment around. Use Control Left-mouse to move just one atom, rather
--than the whole fragment.  If you click Control Left-mouse whilst @emph{not} 
--over an atom then you can rotate the fragment using mouse drag. 
-+than the whole fragment.  If you click Control Left-mouse whilst @emph{not}
-+over an atom then you can rotate the fragment using mouse drag.
- Click ``OK'' (or press Return) when the transformation is complete.
- 
- To change the rotation point to the centre of the intermediate atoms
-@@ -2459,10 +2461,10 @@ To change the rotation point to the centre of the intermediate atoms
- 
- @code{(set-rotate-translate-zone-rotates-about-zone-centre 1)}
- 
-- at node Rigid Body Refinement  
-+ at node Rigid Body Refinement
- @section Rigid Body Refinement
- @cindex refinement, rigid body
-- at cindex rigid body fit 
-+ at cindex rigid body fit
- ``Rigid Body Fit Zone'' from the
- ``Model/Fit/Refine'' dialog provides rigid body refinement.  The
- selection is zone-based @footnote{like Regularization and Refinement.}.
-@@ -2476,7 +2478,7 @@ atoms in the zone that have an acceptable fit (0.75), to be (say)
- 
- @code{(set-rigid-body-fit-acceptable-fit-fraction 0.25)}
- 
-- at node    Simplex Refinement 
-+ at node    Simplex Refinement
- @section Simplex Refinement
- @cindex  simplex refinement
- @cindex refinement, simplex
-@@ -2489,7 +2491,7 @@ refinement for a residue range @code{@emph{start-resno}} to
- @code{@emph{end-resno}} (inclusive) in chain @code{@emph{chain-id}} can
- be accessed as follows:
- 
-- at code{(fit-residue-range-to-map-by-simplex @emph{start-resno end-resno alt-loc 
-+ at code{(fit-residue-range-to-map-by-simplex @emph{start-resno end-resno alt-loc
-         chain-id imol imol-for-map})}
- 
- There is currently no GUI interface to Simplex refinement.
-@@ -2515,7 +2517,7 @@ passed a list of residues - that is something for the future).
- 
- @node    Baton Building
- @section Baton Building
-- at cindex  baton build 
-+ at cindex  baton build
- 
- Baton build is most useful if a skeleton is already calculated and
- displayed (see Section @ref{Skeletonization}).  When three or more atoms
-@@ -2553,7 +2555,7 @@ Sampling}.
- @c %%% FIXME: Tell me where it is in the gui
- 
- @c % ``b'' key in GL canvas
-- at cindex baton mode 
-+ at cindex baton mode
- Occasionally, every point is not where you want to
- position the next atom.  In that case you can either shorten or
- lengthen the baton, or position it yourself using the mouse.  Use
-@@ -2579,7 +2581,7 @@ The guide positions are updated every time the ``Accept'' button is
- clicked.  The molecule name for these atoms is ``Baton Build Guide Points''
- and is is not usually necessary to keep them.
- 
-- at subsection Undo 
-+ at subsection Undo
- There is also an ``Undo'' button for baton-building.  Pressing this
- will delete the most recently placed C at math{\alpha} and the guide points
- will be recalculated for the previous position.  The number of
-@@ -2587,7 +2589,7 @@ will be recalculated for the previous position.  The number of
- in the Baton Build dialog, not the one in the ``Model/Fit/Refine''
- dialog (Section @ref{Backups and Undo}).
- 
-- at subsection Missing Skeleton 
-+ at subsection Missing Skeleton
- @cindex skeleton, missing
- Sometimes (especially at loops) you can see
- the direction in which the chain should go, but there is no skeleton
-@@ -2607,7 +2609,7 @@ go back to where you started and build the other way.  How do you do
- that?
- 
- @itemize
-- at item Use the command: 
-+ at item Use the command:
- 
- @code{(set-baton-build-params @emph{start-resno}
-     @emph{chain-id} "backwards")}
-@@ -2639,19 +2641,19 @@ The fragment is defined as a contiguous set of residues numbers.  So
- that you should be sure that other partial fragments which have the same
- chain id and that are not connected to this fragment have residue
- numbers that are not contiguous with the fragment you are trying to
--reverse.  
-+reverse.
- 
- @c markup properly when you have a manual.
-- at c e.g.:    
-- at c 
-+ at c e.g.:
-+ at c
- @c          other fragment   fragment-for-reversing   other fragment
- @c residues      1-20                 22-32                  34-60
- 
- 
- 
- @node C-alpha -> Mainchain
-- at section C at math{\alpha} -> Mainchain 
-- at cindex mainchain 
-+ at section C at math{\alpha} -> Mainchain
-+ at cindex mainchain
- Mainchain can be generated using a set of C at math{\alpha}s
- as guide-points (such as those from Baton-building) along the line of
- Esnouf @footnote{R. M. Esnouf ``Polyalanine Reconstruction from
-@@ -2673,7 +2675,7 @@ This function is also available from the scripting interface:
- 
- @code{(db-mainchain @emph{imol chain-id resno-start resno-end direction})}
-     
--where direction is either @code{"backwards"} or @code{"forwards"}. 
-+where direction is either @code{"backwards"} or @code{"forwards"}.
- 
- Recall that the @code{@emph{chain-id}} needs to be quoted, @emph{i.e.}
- use @code{"A"} not @code{A}.  Note that @code{@emph{chain-id}} is
-@@ -2681,7 +2683,7 @@ use @code{"A"} not @code{A}.  Note that @code{@emph{chain-id}} is
- Coot.
- 
- 
-- at c % Withdrawn due to being to difficult to calculate the atom positions 
-+ at c % Withdrawn due to being to difficult to calculate the atom positions
- @c % given the phi and psi
- @c %
- @c %@section{Edit Phi/Psi}
-@@ -2690,7 +2692,7 @@ Coot.
- @c %the plot and the coordinates in the graphics window will change to the
- @c %$\phi/\psi$ values in the Ramachandran plot.
- 
-- at node    Backbone Torsion Angles 
-+ at node    Backbone Torsion Angles
- @section Backbone Torsion Angles
- @cindex mainchain torsions
- It is possible to edit the backbone @math{\phi} and @math{\psi} angles
-@@ -2729,7 +2731,7 @@ extend or improve the fragment.
- 
- @node Rotamers
- @section Rotamers
-- at cindex rotamers 
-+ at cindex rotamers
- 
- The rotamers are generated @footnote{since version 0.4} from the
- backbone independent sidechain library of the Richardsons group
-@@ -2809,10 +2811,10 @@ By default, Auto Fit Rotamer will switch to ``Backrub Rotamer''
-      265-274 I. Davis, W. Bryan Arendall III, D. Richardson, J. Richardson}
- mode when fitting against a map of worse than 2.7 at AA{}.  This
- search mode moves the some atoms of the mainchain of the
--neighbouring residues.  After rotation of the central residue and 
--neighbouring atoms around the ``backrub vector'', the 
-+neighbouring residues.  After rotation of the central residue and
-+neighbouring atoms around the ``backrub vector'', the
- individual peptides are back-rotated (along the peptide axis) so that the
--carbonyl oxygen are placed as near as possible to their original position.  
-+carbonyl oxygen are placed as near as possible to their original position.
- The Ramachandran plot is not used in this fitting algorithm.
- 
- 
-@@ -2820,7 +2822,7 @@ The Ramachandran plot is not used in this fitting algorithm.
- Sometimes you don't have a map @footnote{for example, in preparation of
-   a model for molecular replacement} but nevertheless there are
- clashing residues
-- at cindex clashing residues 
-+ at cindex clashing residues
-  @footnote{atoms of residues
-   that are too close to each other} (for example after mutation of a
- residue range) and you need to rotate side-chains to a non-clashing
-@@ -2845,19 +2847,19 @@ alternate conformation.  The
- @cindex edit @math{\chi} angles
- @cindex chi angles
- Instead of using Rotamers, one can instead
--change the @math{\chi} angles 
-- at cindex torsions 
-+change the @math{\chi} angles
-+ at cindex torsions
- (often called ``torsions'')
- ``by hand'' (using ``Edit Chi Angles'' from the ``Model/Fit/Refine''
--dialog). To edit a residue's @math{\chi_1} press ``1'': to edit 
-+dialog). To edit a residue's @math{\chi_1} press ``1'': to edit
- @math{\chi_2},
--``2'': @math{\chi_3} ``3'' and @math{\chi_4} ``4''.  
-+``2'': @math{\chi_3} ``3'' and @math{\chi_4} ``4''.
- Use left-mouse click and
- drag to change the @math{\chi} value.  Use keyboard ``0'' @footnote{that's
-   ``zero''.} to go back to ordinary view mode at any time during the
- editing.  Alternatively, one can use the ``View Rotation Mode'' or use
- the @key{Ctrl} key when moving the mouse in the graphics window.  Use the
--Accept/Reject dialog when you have finished editing the @math{\chi} 
-+Accept/Reject dialog when you have finished editing the @math{\chi}
- angles.
- 
- For non-standard residues, the clicked atom defines the base of the atom
-@@ -2893,7 +2895,7 @@ to have read in the mmCIF dictionary beforehand.
- 
- 
- @subsection Ligand Torsion angles
-- at cindex torsion angles, ligand 
-+ at cindex torsion angles, ligand
- @cindex ligand torsion angles
- For ligands, you will need to read the mmCIF file that contains a
- description of the ligand's geometry (see Section @ref{Regularization
-@@ -2966,7 +2968,7 @@ the mutation action occurring.
- @cindex DNA, mutating
- Mutation of DNA or RNA can be performed using ``Simple Mutate'' from the
- Model/Fit/Refine dialog.  Residues need to be named "Ad", "Gr", "Ur"
--etc.  
-+etc.
- 
- @subsection Multiple mutations
- This dialog can be found under @command{Calculate -> Mutate
-@@ -2985,9 +2987,9 @@ Two functions are provided: To mutate a whole chain, use
- @code{(mutate-chain @emph{imol} @emph{chain-id sequence})} where:
- 
- @code{@emph{chain-id}} is the chain identifier of the chain that you wish
--to mutate (@emph{e.g.} @code{"A"}) and 
-+to mutate (@emph{e.g.} @code{"A"}) and
- 
-- at code{@emph{imol}} is molecule number.  
-+ at code{@emph{imol}} is molecule number.
- 
- @code{@emph{sequence}} is a list of single-letter residue codes,
- such as @code{"GYRESDF"} (this should be a straight string with no
-@@ -2998,10 +3000,10 @@ the chain of the protein must match exactly (@emph{i.e.} the whole of
-   the chain is mutated (except residues that have a matching residue
-   type).)
- 
--To mutate a residue range, use 
-+To mutate a residue range, use
- 
- @itemize
-- at item 
-+ at item
- @code{(mutate-residue-range @emph{chain-id}
-   @emph{start-res-no} @emph{stop-res-no sequence})}
- @end itemize
-@@ -3017,7 +3019,7 @@ using values of 2 and 3 for @code{@emph{start-res-no}} and
- Again, the length of the sequence must correspond to the residue range
- length.  Note also that this is a protein sequence - not nucleic acid.
- 
--For mutation of nucleic acids, use: 
-+For mutation of nucleic acids, use:
- 
- @code{(mutate-nucleotide-range @emph{imol chain-id resno-start
-       resno-end sequence})}
-@@ -3028,7 +3030,7 @@ Sometimes one might like to model post-translational or other such
- modifications.  How is that done, if the new residue type is not one of
- the standard residue types?
-  
--There is a scripting function: 
-+There is a scripting function:
- 
- @code{(mutate-by-overlap @emph{imol chain-id resno new-three-letter-code})}
- 
-@@ -3056,7 +3058,7 @@ way to make a mutation and then fit to the map.  You can currently only
- rotamer dictionary.
- 
- @subsection Renumbering
-- at cindex renumbering residues 
-+ at cindex renumbering residues
- Renumbering is straightforward using the
- renumber dialog available under @command{Calculate ->
-   Renumber Residue Range at dots{}}.  There is also a scripting interface:
-@@ -3185,7 +3187,7 @@ corresponding to the largest Eigen value, exploring 4 possible
- orientations.
- 
- This function has been further wrapped to provide flipping for the active
--residue: 
-+residue:
- 
- @code{(flip-active-ligand)}
- 
-@@ -3212,7 +3214,7 @@ optionally created in a new molecule called ``Waters''.
- 
- You have control over several parameters used in the water finding:
- 
-- at code{(set-write-peaksearched-waters)} 
-+ at code{(set-write-peaksearched-waters)}
- 
- which writes @code{ligand-waters-peaksearch-results.pdb}, which
- contains the water peaks (from the clusters) without any filtering and
-@@ -3232,7 +3234,7 @@ is 0.12.
- The map that is marked by the protein and is searched to find the
- waters is written out in CCP4 format as @code{"masked-for-waters.map"}.
- 
-- at subsection Refinement Failure 
-+ at subsection Refinement Failure
- 
- Sometimes as a result of water fitting, you may see something like:
- 
-@@ -3251,7 +3253,7 @@ then you get the error message.
- Often when you go to the position indicated, you can see why Coot had a
- problem in the refinement.
- 
-- at subsection Blobs 
-+ at subsection Blobs
- After a water search, Coot will create a blobs dialog (see Section
- @ref{sec_blobs}).
- 
-@@ -3282,7 +3284,7 @@ addressed in a number of ways:
- 
- @enumerate
- 
-- at item 
-+ at item
- @code{(set-terminal-residue-do-rigid-body-refine 0)} will disable
- rigid body fitting of the terminal residue fragment for
- each trial residue position (the default is 1 (on)) - this may help if
-@@ -3301,7 +3303,7 @@ of the next residue.
- 
- @end enumerate
- 
-- at section Add OXT Atom to Residue 
-+ at section Add OXT Atom to Residue
- 
- @cindex terminal oxygen
- @cindex OXT atom
-@@ -3317,9 +3319,9 @@ the residue.
- Scripting usage:
- 
- @code{(add-OXT-to-residue imol residue-number insertion-code
--  chain-id)} @footnote{@emph{e.g.} @code{(add-OXT-to-residue 0 428 "" "A")}}, 
-+  chain-id)} @footnote{@emph{e.g.} @code{(add-OXT-to-residue 0 428 "" "A")}},
- 
--where @code{insertion-code} is typically @code{""}.  
-+where @code{insertion-code} is typically @code{""}.
- 
- Note, in order to place OXT, the N, CA, C and O atoms must be present
- in the residue - if (for example) the existing carbonyl oxygen atom is
-@@ -3369,7 +3371,7 @@ pressing the ``Ideal RNA/DNA at dots{}'' button on the ``Other Modelling
- Tools'' dialog.
- 
- For a given sequence, a choice of DNA or RNA, A or B form, single or
--double stranded is presented.  
-+double stranded is presented.
- 
- The interface may not gracefully handle uracils in DNA, thymines in
- RNA or B form RNA @footnote{But you don't want those things anyway,
-@@ -3412,7 +3414,7 @@ However, for completeness here are the scripting versions:
- 
- If you have only a range of residues, rather than a whole chain to replace:
- 
-- at code{(copy-residue-range-from-ncs-master-to-others @emph{imol} 
-+ at code{(copy-residue-range-from-ncs-master-to-others @emph{imol}
-         @emph{master-chain-id start-resno end-resno})}
- 
- e.g.
-@@ -3429,7 +3431,7 @@ in this case, just the residues in the "C" chain is replaced.
- 
- 
- @node    Running Refmac
-- at section Running Refmac 
-+ at section Running Refmac
- @cindex refmac
- @cindex running refmac
- 
-@@ -3440,7 +3442,7 @@ MTZ file was read. By default, Coot displays the new coordinates and the
- new map generated from refmac's output MTZ file.  Optionally, you can
- also display the difference map.
- 
--You can add extra parameters 
-+You can add extra parameters
- @cindex refmac parameters
- (data lines) to
- refmac's input by storing them in a file called
-@@ -3461,8 +3463,8 @@ Coot ``blocks'' @footnote{@emph{i.e.} Coot is idle and ignores all
-   interactively at dots{}}.
- 
- The default refmac executable
-- at cindex refmac, default 
-- at cindex default refmac executable 
-+ at cindex refmac, default
-+ at cindex default refmac executable
- is @code{refmac5} it is presumed to be in the
- path.  If you don't want this, it can be overridden using a
- re-definition either at the scripting interface or in one's
-@@ -3484,12 +3486,12 @@ post-refmac map has the same colour as the pre-refmac map and the
- pre-refmac map is coloured with a different colour.
- 
- @node    Running SHELXL
-- at section Running SHELXL 
-+ at section Running SHELXL
- @cindex SHELXL
- @cindex running SHELXL
- 
- Coot can read shelx @t{.res} files and write @t{.ins} files, and thus
--one can refine using SHELXL in a convenient manner using the function 
-+one can refine using SHELXL in a convenient manner using the function
- 
- @code{(shelxl-refine @emph{imol} . @emph{hkl-file-name})}
- 
-@@ -3499,7 +3501,7 @@ one can refine using SHELXL in a convenient manner using the function
- 
- @code{(shelxl-refine 0)}
- 
--or 
-+or
- 
- @code{(shelxl-refine 0 "insulin.hkl")}
- 
-@@ -3511,7 +3513,7 @@ can specify the location of the @t{hkl} file.
- After shelxl has finished, coot will automatically read in the resulting
- @t{res} coordinates, the @t{fcf} file, convert the data to @t{mmCIF}
- format and read that, which generates a @math{\sigma_A} map and a
--difference map.  
-+difference map.
- 
- Coot creates a time stamped @t{ins} file and a time-stamped sym-link to
- the @t{hkl} file in the @code{coot-shelxl} directory.
-@@ -3526,7 +3528,7 @@ There is a GUI for this operation under the ``Extensions'' menu item.
- @node    Clear Pending Picks
- @section Clear Pending Picks
- @cindex  Clear Pending Picks
-- at cindex atom picking 
-+ at cindex atom picking
- Sometimes one can click
- on a button @footnote{such that Coot would subsequently expect an atom
-   selection ``pick'' in the graphics window.} unintentionally. This
-@@ -3535,8 +3537,8 @@ atom pick.  This works not only for modelling functions, but also
- geometry functions (such as Distance and Angle).
- 
- @node    Delete
-- at section Delete 
-- at cindex delete 
-+ at section Delete
-+ at cindex delete
- 
- Single atoms or residues can be deleted from the molecule using
- ``Delete at dots{}'' from the ``Model/Fit/Refine''dialog.  Pressing this
-@@ -3561,8 +3563,8 @@ open, ready for deletion of next item.
- @c document delete-atom, delete-residue, delete-residue-with-altconf here.
- 
- 
-- at node    Sequence Assignment 
-- at section Sequence Assignment 
-+ at node    Sequence Assignment
-+ at section Sequence Assignment
- You can assign a (FASTA format) sequence to a molecule using:
- 
- @code{(assign-fasta-sequence imol chain-id fasta-seq)}
-@@ -3584,7 +3586,7 @@ now there is @command{Calculate -> Fit Gap} or the scripting function:
- 
- @code{(fit-gap @emph{imol} @emph{chain-id} @emph{start-resno} @emph{stop-resno})}
- 
--and 
-+and
- 
- @code{(fit-gap @emph{imol} @emph{chain-id} @emph{start-resno} @emph{stop-resno} @emph{sequence})}
- 
-@@ -3617,7 +3619,7 @@ rotamer fit and real-space refinement.
- You can change the chain ids of chains using @command{Calculate ->
- Change Chain IDs at dots{}}.  Coot will block an attempt to change the
- whole of a chain and the target chain id already exists in the
--molecule.  
-+molecule.
- 
- If you use the "Residue Range" option then you can insert residues
- with non-conflicting residue number into pre-existing chains.
-@@ -3629,8 +3631,8 @@ As well as the editing ``Residue Info'' to change occupancies of
- individual atoms, one can use a scripting function to change
- occupancies of a whole residue range:
- 
-- at itemize 
-- at item @code{(zero-occupancy-residue-range @emph{imol chain-id 
-+ at itemize
-+ at item @code{(zero-occupancy-residue-range @emph{imol chain-id
- resno-start resno-last})}
- @end itemize
- 
-@@ -3646,7 +3648,7 @@ difference maps.
- Similarly there is a function to reverse this operation:
- 
- @itemize
-- at item @code{(fill-occupancy-residue-range @emph{imol chain-id 
-+ at item @code{(fill-occupancy-residue-range @emph{imol chain-id
-       resno-start resno-last})}
- @end itemize
- 
-@@ -3677,8 +3679,8 @@ which does a auto-fit rotamer and Real Space Refinement for each
- residue.  The graphics follow the refinement.
- 
- 
-- at node    Refine All Waters 
-- at section Refine All Waters 
-+ at node    Refine All Waters
-+ at section Refine All Waters
- 
- All the waters in a model can be refined (that is, moved to the local
- density peak) using
-@@ -3701,9 +3703,9 @@ Here}.
- 
- There are scripting functions available for this sort of thing:
- 
-- at code{(molecule-centre @emph{imol})} 
-+ at code{(molecule-centre @emph{imol})}
- 
--will tell you the molecule centre 
-+will tell you the molecule centre
- @cindex molecule centre
-  of the
- @code{@emph{imol}}th molecule.
-@@ -3737,8 +3739,8 @@ and
- 
- 
- @c % -----------------------------------------------------------
-- at node    Map-Related Features 
-- at chapter Map-Related Features 
-+ at node    Map-Related Features
-+ at chapter Map-Related Features
- @c % -----------------------------------------------------------
- 
- @menu
-@@ -3763,7 +3765,7 @@ and
- @end menu
- 
- @node Maps in General
-- at section Maps in General 
-+ at section Maps in General
- Maps are ``infinite,'' not limited to pre-calculated volume (the
- ``Everywhere You Click - There Is Electron Density''
- (EYC-TIED)
-@@ -3789,7 +3791,7 @@ extension ".ext" and ".map", to make it less likely a non-CCP4 map is
- read.
- 
- @node    Create a Map
-- at section Create a Map 
-+ at section Create a Map
- From MTZ, mmCIF and .phs
- @cindex PHS data format
- data use @command{File -> Open MTZ, CIF or phs at dots{}}. You can then
-@@ -3824,7 +3826,7 @@ If you don't want a difference map, you can use the function:
- There are several maps that can be generated from CIF files that
- contain observed Fs, calculated Fs and calculated phases:
- 
-- at itemize 
-+ at itemize
- @item @code{(read-cif-data-with-phases-fo-alpha-calc
-     @emph{cif-file-name})} Calculate an atom map using @math{F_obs} and
-     @math{\alpha_calc}
-@@ -3846,7 +3848,7 @@ There are 2 ways to read data by scripting:
- @code{(read-pdb-and-make-map-with-reso-limits @emph{imol-previous phs-file-name reso-limit-low reso-limit-high})}
- 
- The first specifies the cell explicitly, and @code{@emph{alpha, beta}}
--and @code{@emph{gamma}} are specified in degrees. 
-+and @code{@emph{gamma}} are specified in degrees.
- 
- The second form allows the specification of resolution limits and takes
- the cell and symmetry from a previous molecule (typically a pdb file).
-@@ -3895,7 +3897,7 @@ using the scripting function:
- 
- @code{(set-contour-by-sigma-step-by-mol @emph{step on/off? imol})}
- 
--where 
-+where
- 
- @code{@emph{step}} is the difference in sigma from one level to the next
- (typically 0.2)
-@@ -3922,7 +3924,7 @@ Parameters -> Map Radius}) or by using the scripting function,
- @code{(set-map-radius 13.2)}
- 
- @section Map contour ``scrolling'' limits
--Usually one doesn't want to look at 
-+Usually one doesn't want to look at
- @cindex negative contour levels
- negative contour levels of a map at footnote{in a coot
-   difference map you will get to see the negative level contoured at
-@@ -3939,16 +3941,16 @@ To set the limits to negative (@emph{e.g.} -0.6) levels:
- 
- @code{(set-stop-scroll-iso-map-level -0.6)}
- 
--and similarly: 
-+and similarly:
- 
- @code{(set-stop-scroll-diff-map-level -0.6)}
- 
- where the level is specified in @math{e^-/\AA^3}.
- 
-- at node Map Line Width 
-- at section Map Line Width 
-- at cindex map line width 
-- at cindex density line thickness 
-+ at node Map Line Width
-+ at section Map Line Width
-+ at cindex map line width
-+ at cindex density line thickness
- @cindex thickness of density lines
- The width of the lines that describe the density can
- be changed like this:
-@@ -3957,8 +3959,8 @@ be changed like this:
- 
- The default line width is 1.
- 
-- at node     Map colouring 
-- at section ``Dynamic'' Map colouring 
-+ at node     Map colouring
-+ at section ``Dynamic'' Map colouring
- @cindex colouring, map
-  By default, maps get coloured according to
- their molecule number.  The starting colour (@emph{i.e.} for molecule
-@@ -4021,8 +4023,8 @@ This value can be set by the scripting command
- 
- @code{(set-map-sampling-rate 2.5)}
- 
-- at node    Dragged Map 
-- at section Dragged Map 
-+ at node    Dragged Map
-+ at section Dragged Map
- By default, the map is re-contoured at every frame during a drag (Ctrl
- Left-mouse).  Sometimes this can be annoyingly slow and jerky so it is
- possible to turn it off: @command{Draw -> Dragged Map
-@@ -4033,7 +4035,7 @@ To change this by scripting:
- @code{(set-active-map-drag-flag 0)}
- 
- @node Dynamic Map Sampling and Display Size
-- at section Dynamic Map Sampling and Display Size 
-+ at section Dynamic Map Sampling and Display Size
- If activated (@command{Edit -> Map Parameters ->
-   Dynamic Map Sampling}) the map will be re-sampled on a more coarse grid
- when the view is zoomed out.  If ``Display Size'' is also activated,
-@@ -4067,7 +4069,7 @@ level in the map.  By default this value is 1.2 map standard
- deviations.  The amount of map can be changed using @command{Edit
-   -> Skeleton Parameters at dots{} -> Skeleton Box
-   Radius at dots{}}@footnote{you may think it strange that a box has a
--  radius, this is an idiosyncrasy of Coot.}.  The units are in 
-+  radius, this is an idiosyncrasy of Coot.}.  The units are in
- @AA{}ngstr@"{o}ms, with 40 as the default value.
- 
- The skeleton is often recalculated as the screen centre changes - but
-@@ -4097,7 +4099,7 @@ reflection data file.
- @section Masks
- @cindex masks
- A map can be masked by a set of coordinates. Use the
--scripting function: 
-+scripting function:
- 
- @code{(mask-map-by-molecule @emph{imol-map} @emph{imol-model} @emph{invert-mask?})}
- 
-@@ -4112,9 +4114,9 @@ change this using:
- 
- @code{(set-map-mask-atom-radius @emph{radius})}
- 
--There is a GUI interface to Map Masking under the Extensions menu. 
-+There is a GUI interface to Map Masking under the Extensions menu.
- 
-- at subsection Example 
-+ at subsection Example
- If one wanted to show just the density around a ligand:
- 
- @enumerate
-@@ -4135,7 +4137,7 @@ masked map.
- To get a nice rendered image, press F8 (see Section @ref{Raster3D}).
- 
- @node Trimming Atoms
-- at section Trimming 
-+ at section Trimming
- @cindex trimming atoms
- If you want to remove all the atoms @footnote{or set their occupancy to
-   zero} that lie ``outside the map'' (@emph{i.e.} in low density) you can use
-@@ -4170,7 +4172,7 @@ where:
- This applies the rotation @code{@emph{rotation-matrix}} and a
- translation @code{@emph{trans}} to a map fragment, so that when the
- transformation is applied the centre of the new map is at
-- at code{@emph{point}}.  
-+ at code{@emph{point}}.
- 
- Example usage:
- 
-@@ -4240,7 +4242,7 @@ masking or general transformation) using the export map function:
- 
- @c % -----------------------------------------------------------
- @node    Validation
-- at chapter Validation 
-+ at chapter Validation
- @c % -----------------------------------------------------------
- 
- The validation functions are still being added to from time to time.  In
-@@ -4342,14 +4344,14 @@ left-click).
- @node sec_blobs
- @section Blobs: a.k.a. Unmodelled density
- This is an interface to the Blobs
-- at cindex blobs 
-+ at cindex blobs
- @cindex unmodelled density
- dialog.  A map and a set of coordinates that model the
- protein are required.
- 
- A blob is region of relatively high residual election density that
- cannot be explained by a simple water.
-- at cindex unexplained density 
-+ at cindex unexplained density
- So, for example, sulfates, ligands, mis-placed sidechains or unbuilt
- terminal residues might appear as blobs.  The blobs are in order, the
- biggest  @footnote{and therefore most interesting} at the top.
-@@ -4365,7 +4367,7 @@ not agree.
- Lesser peaks within a certain distance (by default, 2.0 at AA{}) of a
- large peak are not shown.  This cuts down on the number of times one
- is navigated to a particular region because of ripple or other noise
--peaks around a central peak. 
-+peaks around a central peak.
- 
- This value can be queried:
- 
-@@ -4395,7 +4397,7 @@ are listed.  One can be more rigorous by using a lower cut-off:
- 
- @code{(set-check-waters-by-difference-map-sigma-level 3.0)}
- 
--The scripting interface is: 
-+The scripting interface is:
- 
- @code{(check-waters-by-difference-map @emph{imol-coords}
-   @emph{imol-diff-map})}
-@@ -4480,14 +4482,14 @@ is called ``Nakagawa's Bees''.
- The analysis does not check residues with multiple conformations.
- 
- @node Validation Graphs
-- at section Validation Graphs 
-- at cindex  Validation Graphs 
-+ at section Validation Graphs
-+ at cindex  Validation Graphs
- 
- Coot provides several graphs that are useful for model validation (on
- a residue by residue basis): residue density fit, geometry distortion,
- temperature factor variance, peptide distortion and rotamer analysis.
- 
-- at subsection Residue Density Fit 
-+ at subsection Residue Density Fit
- 
- The density fit graph shows the density fit for residues.  The score
- is the average electron density level at the atom centres of the atoms
-@@ -4508,21 +4510,21 @@ of thumb).
- @code{(residue-density-fit-scale-factor)} returns the current scale
- factor (default 1.0).
- 
--There is also a GUI to this: 
-+There is also a GUI to this:
- 
- @command{Extensions -> Refine at dots{} -> Set Density Fit Graph Weight at dots{}}
- 
-- at subsection Rotamer Analysis 
-+ at subsection Rotamer Analysis
- Residue rotamers are scored according to the prior likelihood.  Note
- that when CD1 and CD2 of a PHE residue are exchanged (simply a
- nomenclature error) this can lead to large red blocks in the graph
- (apparently due to very unlikely rotamers).  There are several other
- residues that can have nomenclature errors like this.  To fix these
--problems use 
-+problems use
- 
- @code{(fix-nomenclature-errors @emph{imol})}
- 
-- at subsection Temperature Factor Variance 
-+ at subsection Temperature Factor Variance
- 
- This idea is from Eleanor Dodson, who liked to use the standard
- deviation of a residue's temperature factors to highlight regions of
-@@ -4564,7 +4566,7 @@ tell this to Coot using:
- @c al.} note that the distance of phosphate atom of the following residue
- @c out of the plane of the base is strongly correlated with the ribose
- @c pucker.  Coot checks that the out of plane distance is consistent with
-- at c the ribose pucker (and let's you know if it is not). 
-+ at c the ribose pucker (and let's you know if it is not).
- 
- 
- 
-@@ -4603,7 +4605,7 @@ from side-chains charged at physiological pH (Arg, Lys, Asp, Glu).
- @chapter Hints and Usage Tips
- @c % -----------------------------------------------------------
- 
-- at menu 
-+ at menu
- * Documentation::
- * Low Resolution::
- * Coot Droppings::
-@@ -4623,7 +4625,7 @@ from side-chains charged at physiological pH (Arg, Lys, Asp, Glu).
- This manual is on the web where it can be searched:
- @itemize
- @item @url{http://www.biop.ox.ac.uk/coot/doc/user-manual.html} monolithic version
-- at item @url{http://www.biop.ox.ac.uk/coot/doc/chapters/user-manual_toc.html} which is 
-+ at item @url{http://www.biop.ox.ac.uk/coot/doc/chapters/user-manual_toc.html} which is
-         split into sections
- @end itemize
- 
-@@ -4667,27 +4669,27 @@ You can stop the state and history files being written if you start coot
- with the @code{--no-guano} option.
- 
- @itemize
-- at item @t{0-coot.state.scm}  The most important file.  This contains the state of 
--        coot when you last exited. It contains things like which molecules  
--        were read, the maps, the colours of the molecules and map, the screen 
-+ at item @t{0-coot.state.scm}  The most important file.  This contains the state of
-+        coot when you last exited. It contains things like which molecules
-+        were read, the maps, the colours of the molecules and map, the screen
-         centre, map size and so on.  When restarting a coot session, this file
--        should usually be used.  
-+        should usually be used.
- 
-- at item @t{0-coot-history.scm} The history of coot commands you used in your last 
--        coot session in scheme format.  Incomplete history.  One day this will be 
--        a complete history of the session suitable for uploading into a database 
-+ at item @t{0-coot-history.scm} The history of coot commands you used in your last
-+        coot session in scheme format.  Incomplete history.  One day this will be
-+        a complete history of the session suitable for uploading into a database
-         describing the model modification.
- 
-- at item @t{0-coot-history.py} The history of coot commands you used in your last 
-+ at item @t{0-coot-history.py} The history of coot commands you used in your last
-         coot session in python format.
- 
-- at item @t{coot-download} directory where the files downloaded from the network (e.g. 
-+ at item @t{coot-download} directory where the files downloaded from the network (e.g.
-         from the EBI and EDS) go.
- 
-- at item @t{coot-backup} Each model modification generates the saving of coordinates 
-+ at item @t{coot-backup} Each model modification generates the saving of coordinates
-         as a pdb file in this directory.
- 
-- at item @t{coot-refmac} When running REFMAC using the Coot interface, the input to 
-+ at item @t{coot-refmac} When running REFMAC using the Coot interface, the input to
-         refmac and the output go in this directory.
- 
- @item @t{coot-molprobity} When running Molprobity's Probe and Reduce using the Coot
-@@ -4716,14 +4718,14 @@ time, without Coot asking you about it:
- @smalllisp
- (define *clear-out-backup-run-n-days* 0)
- (define *clear-out-backup-old-days* 1)
--(define (clear-backups-maybe) 
-+(define (clear-backups-maybe)
-   (delete-coot-backup-files 'delete)
-   (coot-real-exit 0))
- @end smalllisp
- 
- 
-- at node chap-hints 
-- at section Getting out of ``Translate'' Mode 
-+ at node chap-hints
-+ at section Getting out of ``Translate'' Mode
- If you get stuck in "translate" mode in the GL canvas (@emph{i.e.} mouse
- does not rotate the view as you would expect) simply press and release
- the Ctrl key to return to "rotate" mode.
-@@ -4740,21 +4742,21 @@ buttons don't work (the atoms are not selected, only the atom gets
- labelled), press and release the Shift key.
- 
- @node Button Labels
-- at section Button Labels 
-+ at section Button Labels
- Button labels ending in ``@dots{}'' mean that a new dialog will pop-up
- when this button is pressed.
- 
-- at node sec_picking 
-- at section Picking 
-- at cindex picking 
--Note that left-mouse in the 
-+ at node sec_picking
-+ at section Picking
-+ at cindex picking
-+Note that left-mouse in the
- graphics window is used for both atom picking and rotating the view,
- so try not to click over an atom when trying to rotate the view when
--in atom selection mode.  
-+in atom selection mode.
- 
-- at node    Resizing View 
-- at section Resizing View 
-- at cindex resizing view 
-+ at node    Resizing View
-+ at section Resizing View
-+ at cindex resizing view
- @cindex zoom
- Click and drag using right-mouse (up and down or left and right) to zoom in and out.
- 
-@@ -4767,14 +4769,14 @@ check button in the Display Manager or use @command{HID -> Scrollwheel
- -> Attach Scrollwheel to which map?}
-  
- @node Slow Computer Configuration
-- at section Slow Computer Configuration 
-- at cindex slow computer 
-+ at section Slow Computer Configuration
-+ at cindex slow computer
- Several of the parameters of Coot are chosen
- because they are reasonable on my ``middle-ground'' development
- machine.  However, these parameters can be tweaked so that slower
- computers perform better:
- 
-- at itemize 
-+ at itemize
- @item @code{(set-smooth-scroll-steps 4) ; default 8 }
- @item @code{(set-smooth-scroll-limit 30) ; Angstroms}
- @item @code{(set-residue-selection-flash-frames-number 3);}
-@@ -4788,7 +4790,7 @@ computers perform better:
- @chapter Other Programs
- @c % -----------------------------------------------------------
- 
-- at menu 
-+ at menu
- * findligand::
- @end menu
- 
-@@ -4811,15 +4813,15 @@ increased flexibility:
-  @item @code{--phi @emph{phi_col_label}}
-  @item @code{--clusters @emph{nclust}}
- 
--        where @code{@emph{nclust}} is the number of density clusters 
-+        where @code{@emph{nclust}} is the number of density clusters
-         (potential ligand sites) to search for
-  @item @code{--sigma @emph{sigma-level}}
- 
--        where @code{@emph{sigma-level}} the density level (in sigma) above 
-+        where @code{@emph{sigma-level}} the density level (in sigma) above
-         which the map is searched for ligands
-  @item @code{--fit-fraction @emph{frac}}
- 
--        where @code{@emph{frac}} is the minimum fraction of atoms in 
-+        where @code{@emph{frac}} is the minimum fraction of atoms in
-         density allowed after fit [default 0.75]
-  @item @code{--flexible}
- 
-@@ -4854,13 +4856,14 @@ are given at the end of the command line.
- @c from the build doc directory:
- 
- @c xsltproc ../../coot/doc/xml2texi.xsl ../../coot/src/doxygen/xml/c-interface_8h.xml > ../../coot/doc/c-interface.h.texi
-- at c note that texi2html (and makeinfo) requires that this c-interface texi file be in the 
-- at c same directory as this file (user-manual.texi) NOT the directory that 
-+ at c note that texi2html (and makeinfo) requires that this c-interface texi file be in the
-+ at c same directory as this file (user-manual.texi) NOT the directory that
- @c texi2html is run in.
-- at include c-interface.h.texi
-+
-+ at c @include c-interface.h.texi
- @node    More Scripting Functions
- @chapter More Scripting Functions
-- at include cc-interface.hh.texi
-+ at c @include cc-interface.hh.texi
- 
- 
- 
-@@ -4878,8 +4881,7 @@ are given at the end of the command line.
- @c nodes (mutate, povray) and (e.g.) `tips-gui', but has no menu entry for this node
- @c
- 
-- at include ../../coot/scheme/coot-scheme-functions.texi
--
-+ at c @include ../../coot/scheme/coot-scheme-functions.texi
- 
- 
- 
diff --git a/debian/patches/0012-coot-plain-2.eps.patch b/debian/patches/0012-coot-plain-2.eps.patch
deleted file mode 100644
index 8a52a86..0000000
--- a/debian/patches/0012-coot-plain-2.eps.patch
+++ /dev/null
@@ -1,3793 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: coot-plain-2.eps
-
----
- doc/coot-plain-2.eps | 3778 ++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 3778 insertions(+)
- create mode 100644 doc/coot-plain-2.eps
-
-diff --git a/doc/coot-plain-2.eps b/doc/coot-plain-2.eps
-new file mode 100644
-index 0000000..b99076d
---- /dev/null
-+++ b/doc/coot-plain-2.eps
-@@ -0,0 +1,3778 @@
-+%!PS-Adobe-2.0 EPSF-2.0
-+%%BoundingBox: 14 14 763 545
-+%%HiResBoundingBox: 14.000000 14.500000 763.000000 544.500000
-+%%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner
-+%%Title: /home/paule/images/coot/sodipodi/coot-plain-2.ps
-+%%CreationDate: Fri Oct  3 16:21:43 2003
-+%%DocumentData: Clean7Bit
-+%%LanguageLevel: 2
-+%%EndComments
-+% EPSF created by ps2eps 1.64
-+%%BeginProlog
-+save
-+countdictstack
-+mark
-+newpath
-+/showpage {} def
-+/setpagedevice {pop} def
-+%%EndProlog
-+%%Page 1 1
-+%%BeginProlog
-+% Use own dictionary to avoid conflicts
-+10 dict begin
-+%%EndProlog
-+%%Page: 1 1
-+% Translate for offset
-+14.173228 14.173228 translate
-+% Translate to begin of first scanline
-+0.000000 543.000000 translate
-+762.000000 -543.000000 scale
-+% Image geometry
-+762 543 8
-+% Transformation matrix
-+[ 762 0 0 543 0 0 ]
-+% Strings to hold RGB-samples per scanline
-+/rstr 762 string def
-+/gstr 762 string def
-+/bstr 762 string def
-+{currentfile /ASCII85Decode filter /RunLengthDecode filter rstr readstring pop}
-+{currentfile /ASCII85Decode filter /RunLengthDecode filter gstr readstring pop}
-+{currentfile /ASCII85Decode filter /RunLengthDecode filter bstr readstring pop}
-+true 3
-+%%BeginData:       220873 ASCII Bytes
-+colorimage
-+JcC<$JcC<$NW1L$dAqq!//&F&',;?'*[3*k5!M1l3]K#T1GLR8/0c,P'bqN(.6L^]_WRfrJ,~>
-+JcC<$JcC<$NW1L$dAqq!/.r=#&/,fr)]pC[3&iiS1bpa</M&A#-Qj9C',)-"-otIZ_WRfrJ,~>
-+JcC<$JcC<$NW1L$dAqq!///O)',DH*+!`Br5sde!4?>G[2)?s@/gVPW()@`,.6L^]_WRfrJ,~>
-+JcC<$JcC<$P5bsANE.PE%i#s)00i34k?S!j$rT_c1EdPI*_ppJ])8]1J,~>
-+JcC<$JcC<$P5bsANE.PD%MBQu.lp'ok>V at X$q`oN/fk]=*DUgI])8]1J,~>
-+JcC<$JcC<$P5bsANE.SG&/H3.0ge`@jBrBt:Id8e(_\#eGFH, at XoEn~>
-+JcC<$JcC<$QN%6TUJ)F7)DOcbeQE5V.LZ=X""RcEanW1AJ,~>
-+JcC<$JcC<$QN%6TUJ)C5(G%jKePQZF-49hS""RcEanW1AJ,~>
-+JcC<$JcC<$QN%6TUJ)F8)`(,leQiM]/.DU[""RcEanW1AJ,~>
-+JcC<$JcC<$Rf<Wd\mHEh)Dk16<t&+s+qb1_!!!*XEi/H:s*t~>
-+JcC<$JcC<$Rf<Wd\mHBe(beG):CKu]*tS\Y!!!*XEi/H:s*t~>
-+JcC<$JcC<$Rf<Wd\mHEi)`LX>>7=\*,SLIb!!!*XEi/H:s*t~>
-+JcC<$JcC<$Sc8on_,^sV/5Fes$W0M`4>A<-*#TP.(B,*S(`+&"":>A4!!E<QD6NB=s*t~>
-+JcC<$JcC<$Sc8on_,^pT-qDl`$;!TJ2_??r)Aj5(rY5YR'bqMo":5;3!!E<QD6NB=s*t~>
-+JcC<$JcC<$Sc8on_,^sW/lL;($WKhj5;Oi5*?,h3(]G6U)&O8&"UbP6!!E<QD6NB=s*t~>
-+JcC<$JcC<$TDo)_N#E-F6fCrO;+j;@1b9jl)]0>*rY,;G!>ZOG*!.#l%/pG2!W2p#!AnT&pqHcY~>
-+JcC<$JcC<$TDo)_N#E'A4Q/pG8jkj&0IS%^(`*o#&eYil'G_PZ*!R;p$jHn>!W2p#!AnT&pqHcY~>
-+JcC<$JcC<$TDo)_N#E-G7H%8T<),qK2D-6r)]9G,rY,;G!>ZOG*!.#l%/pG2!W2p#!AnT&pqHcY~>
-+JcC<$JcC<$U&P;dJIE)F:ZtX^90tTh+<).6'GCBZ!u2Uj)s/+B)\`_cq>^Qu9#ACDJ,~>
-+JcC<$JcC<$U&P;dJIE#?8*EMU6T[(P*>oV-'+trl'GVE&)s/+B)\`_cq>^Qu9#ACDJ,~>
-+JcC<$JcC<$U&P;dJIN2J;Wq'd9gh#o+rhF9'GLH[!u2Uj)s/+B)\`_cq>^Qu9#ACDJ,~>
-+JcC<$JcC<$U]1JiLCF\Jm7n'_4Y\&t(`!_u'GVE&ef4c1'+>'A!!%,Ws*t~>
-+JcC<$JcC<$U]1JiLCFYEm7.RQ2_5sd(DIGp',;<%ef4c1'+>'A!!%,Ws*t~>
-+JcC<$JcC<$U]1JiLCF_Nm8=?g5VjQ')&<i!'GVE&ef4c1'+>'A!!%,Ws*t~>
-+JcC<$JcC<$V#LS1+UB2^nk9?O1*dbS'bhAu)T`s()A3D[!!!%b_Z,,~>
-+JcC<$JcC<$V#LS1+UB)UnjNjB/g2&I',))r)T`s()A3D[!!!%b_Z,,~>
-+JcC<$JcC<$V#LS1+UK;cnkTQT1aO(X'bhAu)T`s()A3D[!!!%b_Z,,~>
-+JcC<$JcC<$VZ-ed at 0R9.oh#H\0,tcA'bhP#*!I,Y!#GWk_uG5~>
-+JcC<$JcC<$VZ-ed at 0R3'q*b0K#=9pZ'bV2p)8 at -p(B=FO!/SPmJ,~>
-+JcC<$JcC<$VZ-ed at 0R91oh>Za0HM&E'bhP#*!I,Y!#GWk_uG5~>
-+JcC<$JcC<$VuHjs((2Yd8-ML<((q?$\f:ng!!$A<!.2ZaJ,~>
-+JcC<$JcC<$VuHjs(()J`63TY,'G2'!\f:ng!!$>;!.2ZaJ,~>
-+JcC<$JcC<$VuHjs((2_f9*IpD(D at N&\f:ng!!$;8!.2ZaJ,~>
-+JcC<$JcC<$WW*+\9EYtmpI59H*"`o)[i>Yd!!$u_E<'nU`rCP~>
-+JcC<$JcC<$WW*+\9EYnepHSj=)A*]'[i>Yd!!$r]E<'nU`rCP~>
-+JcC<$JcC<$WW*+\9EYtnpIGEL*>0,,[i>Yd!!$lXDZF\S`rCP~>
-+JcC<$JcC<$WrE0_#72XL6N]+Z',n4t#nR(:J^)Je!b2)Js*t~>
-+JcC<$JcC<$WrE0_#7)IH4p*JQ',n4t#nR(:JBZ8b!b2)Js*t~>
-+JcC<$JcC<$WrE0_#72^N7KYL`'H4=u#nR(:I`]`X!FkuIs*t~>
-+JcC<$JcC<$XT&Ft?igftpd#!5'GVRm*"!8X!-ZZ5c\2I"rlG+i~>
-+JcC<$JcC<$XT&Ft?igcnpcJX.',2Ck*"!8X!-ZT2c at l@!rlG+i~>
-+JcC<$JcC<$XT&Ft?igj"pd>3;'bq[n*"!8X!-H?*bC]mqrlG+i~>
-+JcC<$JcC<$XoAO_1C"m`q*+s4&JZ7h*"!D\!*IOlcd.^RK?4(C~>
-+JcC<$JcC<$XoAO_1BnaXq)SU+%hote*"!D\!*ILjcH_LOK?4(C~>
-+JcC<$JcC<$XoAO_1C"sdq*>*7&JZ7h*"!D\!*77bbKGnGK?4(C~>
-+JcC<$JcC<$Y5\U<&dpDh4Td;L'cX:q$Q/pE3R5ssd*QM.\B4c$~>
-+JcC<$JcC<$Y5\U<&dg2c3!1WB'H=1p$Q/pE36f^ncHg2*\B4c$~>
-+JcC<$JcC<$Y5\U<&e$Pk56ESQ'cX:q$Q/pE2p0:dbfj`$\B4c$~>
-+JcC<$JcC<$YQ"]b#8]Ds3s./N'-!tl$NU5GcHjh`d*FohhobtL~>
-+JcC<$JcC<$YQ"]b#8K)l2?PKC&f[kk$NU5Gc-FV\cd"]ehobtL~>
-+JcC<$JcC<$YQ"]b#8]Ju4TdGR'-!tl$NU5Gb0.uPbf`-^hobtL~>
-+JcC<$JcC<$Z2Xq!<sC,M3!2#R%i_Jf$jH\4a3W)YdF#lQ0_`cjJ,~>
-+JcC<$JcC<$Z2Xq!<s9rI1]oHI%i_Jf$jH\4`m2lUcd9NL0_`cjJ,~>
-+JcC<$JcC<$Z2Xq!<sC2O3Wh;W&0%Sg$jH\4_op6Ic-='F0_`cjJ,~>
-+JcC<$JcC<$ZMt$`0*<Hq2?G!3(oJ>^$31'qcd:%ddF,'$@E\\$~>
-+JcC<$JcC<$ZMt$`0*<Bo1'/I+(oJ>^$31'ocHab_d*\j!@E\\$~>
-+JcC<$JcC<$ZMt$`0*<Ns3!(66(oJ>^$31'mbKS2Tc-E6n@*AS#~>
-+JcC<$JcC<$Zi:0>&I9+(r%nI)&/D#]%2&X@>L1[CdF$CjLB+<ts*t~>
-+JcC<$JcC<$Zi:0>&I0"#r%S7#%i(o\%2&X@>L(R at d*U1fLB+<ts*t~>
-+JcC<$JcC<$Zi:0>&I91,r&+U,&/D#]%2&X@=j,%5c-FV\K`J*rs*t~>
-+JcC<$JcC<$[/U9,!t-OlrA"I.'bMC\*"Eke!$'A4dF$Cje'gZ)p<EVf~>
-+JcC<$JcC<$[/U9,!t-Ihr@\7('G2:[*"Eke!$';1cd:%ddaCK'p<EVf~>
-+JcC<$JcC<$[/U9,!t6[orA+O0'bMC\*"Eke!#s/+c-=PZcd+oup<EVf~>
-+JcC<$JcC<$[JpDl";*19'E0Ze*=`p[*"<,Q!3FPpdF-Ile$]F3c2W:~>
-+JcC<$JcC<$[JpDl";!%4'E0Qb*"<aY*"<,Q!3=Gmd*^7hd^B=2c2W:~>
-+JcC<$JcC<$[JpDl"VE=='`Kfg*Y'$\*"<,Q!3",dc-FY]d'En-c2W:~>
-+JcC<$JcC<$[f6\d!uW^C.2=E`%2>ES%M/U?>gUmGdaHUoe7/jGcMrC~>
-+JcC<$JcC<$[f6\d!uNO=-ke*Y%2>ES%M/U?>gLdDdF$Ckdp`[EcMrC~>
-+JcC<$JcC<$[f6\d!u`gF.i'cg%MbTU%M/U?>Kk@;cHjh`cs[:AcMrC~>
-+JcC<$JcC<$\Gls9F9310/hJ7e'b2.R*"Eke!"d?$daHUneC;ST>0d.u~>
-+JcC<$JcC<$\Gls9F93.-.k;\\'b2.R*"Eke!"d<"dF$Cje'lAQ>0d.u~>
-+JcC<$JcC<$\Gls9F93430.nIi((V=T*"Eke!"d2qcHab_d*]fI>0d.u~>
-+JcC<$JcC<$\c3$8B*&`"/hS^m#T0$N%LN19LsaZ!e'lgreUmnMci8L~>
-+JcC<$JcC<$\c3$8B*&\s/1W4e#8ipM%LN19LsXPsdaHUne:I_Kci8L~>
-+JcC<$JcC<$\c3$8B*&c$0J>$r#T0$N%LN19L<e)jcd:%dd=D>Gci8L~>
-+JcC<$JcC<$])N-7>6,<i0.nk/%2YHQ%M\sD2:Bq%e'umte^bgGci8L~>
-+JcC<$JcC<$])N-7>6,<f/1`;%$l>?P%M\sD2:0b!daQ[peC>XEci8L~>
-+JcC<$JcC<$])N-7>6,?k0JG.4%MtQR%M\sD1sXCmcd:%ddaB4 at ci8L~>
-+JcC<$JcC<$]Di65:B1hX0J>%2()<5W%iYWO!3Xc!e'umte^epKlHoQ]~>
-+JcC<$JcC<$]Di65:B1eU/M&G''c!,V%iYWO!3OYsdaQ[peCA^HlHoQ]~>
-+JcC<$JcC<$]Di65:B1hZ0eb:7(DW>X%iYWO!3=Dkd*U1fdaE7BlHoQ]~>
-+JcC<$JcC<$]`/*+6i[Sn0EWs\)\SJW%M&O>9 at D;<eC<%"f#J&Pd/SU~>
-+JcC<$JcC<$]`/?26i[QG/hJV*)%r8U%M&O>9@;29e'lgse]%lNd/SU~>
-+JcC<$JcC<$]`/?26i[TL1,1I:)\SJW%M&O>9$bi1d*^:ie&2NJd/SU~>
-+JcC<$JcC<$^&JH.3WKI>0eb:7*tX_X%iPKL"1H\.eCE+#f%3_ at rR(Xq~>
-+JcC<$JcC<$^&JH.3WKI;/hS_,*>"MV%iPKL"1HY,e'umte^dP>rR(Xq~>
-+JcC<$JcC<$^&JH.3WKL at 1GU[=+:shY%iPKL"1-A$dF$Cje'h)8rR(Xq~>
-+JcC<$JcC<$^AeQ*0`VM41,1I:,7TkW%LrI=<R]IIe^`7%f;Sb\dJn^~>
-+JcC<$JcC<$^AeQ*0`VJ10.nk/+:XPT%LrI=<797EeC<%!eu8Y[dJn^~>
-+JcC<$JcC<$^AeQ*0`VM61G^d@,7TkW%LrI=;p`n=dF-Ile>E;WdJn^~>
-+JcC<$JcC<$^]+]1-iaN+1,:R<,n:lY*"Ekf!!U*de^`7%f at SXqD:/B6~>
-+JcC<$JcC<$^]+]1-iaK'0/"q1,7PTV*"Ekf!!U'beC<%!f%/FnD:/B6~>
-+JcC<$JcC<$^]+]1-iaN-1c$pC-4UuZ*"Ekf!!Ts\dF-Ile'ukfD:/B6~>
-+JcC<$JcC<$_#Ff62ZO+91GU^?-4LoW*"<>W!++1*e^i='f at X1PdJn^~>
-+JcC<$JcC<$_#Ff62ZO(40J>(3,n1fV*"<>W!++.(eCE+#f%4"NdJn^~>
-+JcC<$JcC<$_#Ff62ZO+92)I*F-k.,Y*"<>W!*mq!daHUoeC at VIdJn^~>
-+JcC<$JcC<$_>ao<6i[HA1c$mB-k.,k*!R8h#R1YM)YG'[)$'^B][bTaf at S[-PQ9Uhs*t~>
-+JcC<$JcC<$_>ao<6i[H?0JG.5-4Loi*!R8h#R(SL)YG'[)$'^B]@>B]f%/I)PQ9Uhs*t~>
-+JcC<$JcC<$_>ao<6i[HC2)R3H.LmDn*!R8h#R(SL)YG'[)$'^B]$f$Ue'umtOoXCfs*t~>
-+JcC<$JcC<$_Z(&B;ZI"M1c.!D.Ld@<VAop[$31DW0+\*b%NG*]%1E4::t=.Jf at S[-bljE^s*t~>
-+JcC<$JcC<$_Z(#A;ZI"J0eb:7-k.,l*"!Mh!!X/X#lk#:)tk6\$ig9'eCE+#f%8Nt"IRX;J,~>
-+JcC<$JcC<$_Z(&B;ZI"N2Dm?K.h*I=VAop[#lk,A(C1!B%NG*]%1E4::=@S>e'upuaon*[s*t~>
-+JcC<$JcC<$_uC,D at fQ]Z2)I-G.h*Hs*N0qd&HNVGIXlopB/'Dg'_`RV)?Bg=Y1D1Uf@\a/.qR0/
-+J,~>
-+JcC<$JcC<$_uC2F at fQZV1,1I:.1I4:*N'kc&HN>#<`rL%66-(.'_`RV)?Bg=XjttQf at S[-.qR0/
-+J,~>
-+JcC<$JcC<$_uC,D at fQ]Z2`<NN/I`Zt*N:"e&HN7q:/OeY3>_bt'_`RV)?Bg=XO>SIeCE+#.V7'.
-+J,~>
-+JcC<$JcC<$_uC'c!!ON(2)I-B%NG9cWuMT_!%iYUN/`dPJpM)M!>+uF$kE=<4P&-9f\"m1:H?l'
-+J,~>
-+JcC<$JcC<$_uC'c!!FB!1,1I6%3,6dW>lB]!$59SC2 at Wq>>[Qp!"elE$kE=<4Or$6f at S[-:-$c&
-+J,~>
-+JcC<$JcC<$_uC'c!!OQ*2`<NI%NG9cWuMT_!#e^AAS>X]<(AbR!"elE$kE=<44D[.eCE.$:-$c&
-+J,~>
-+JcC<$JcC<$`;^1,!!F<#2Dm<F%N>-`XW.lj"X/MWPf;muPDb$<D(Yf#p`'\]!rr=kf at S[-g"CHX
-+df4g~>
-+JcC<$JcC<$`;^1,!!=,q1,:R8%N>0aX;hci";P3WFggG5F_P)V58aG5p`'\]!rr=kf%/I)f[t6U
-+df4g~>
-+JcC<$JcC<$`;^1,!!F<%2`EWL%ib9aXrIuk";=gIEjar*Eb&0=1D9a#p`'\]!rr=ieC<%!f%+jP
-+df4g~>
-+JcC<$JcC<$`W$=S!s0;u2E!EJ%3$A_*NpFp%g$[,Pb%()dt!I8I<0-L!ugqS$k`O?.b32(g"G)C
-+!:827J,~>
-+JcC<$JcC<$`W$:R!s08p1GU^=$l\m]XW.o`!DI*KKBDFAAT23\7QM7c)Yb9\&c_n\eCW=)f\)Gg
-+m*kub~>
-+JcC<$JcC<$`W$:R!s9E$3&`cQ%3,9fp`6RY&J"n2@<-t[k/^nF?VNU6&-<dF*"3G[!%H at Ge^`7&
-+OT=ass*t~>
-+JcC<$JcC<$`r?Cp%K[A)2`<QN&K:ThpDpLY&IK;)N0pBIe!><7Mh#qb@/po7*"3bi!!%f,f\+s3
-+V#]/ss*t~>
-+JcC<$JcC<$`r?Fq%KR5"1G^d@&/lV`*NpFp$4^6TI#FlGJR3)+=\1Y3!"nuG$l]?M!/K1Xf\"lR
-+!8,d#J,~>
-+JcC<$JcC<$`r?Cp%K[A+3B/rU&fUZhp`6UZ&IJqFApK?3b(*`.APkZD.0'tT*"3bi!!%`'e^i='
-+UB&rqs*t~>
-+JcC<$JcC<$a8ZM2+93!43&``R'c?fhpDpOZ&I0\6MjL0,L4"3#MLT__AcNJ<*"*G\!"m?*g"G)d
-+!6<RgJ,~>
-+JcC<$JcC<$a8ZM2+92s/1c$pC',^]ioc::W&I0.UC3k_iE*cU\Bimne2ujTc*"*G\!"m<)f\+rb
-+!6<RgJ,~>
-+JcC<$JcC<$a8ZM2+93$73]T/Y'c?`fp`6[\&I0%KAU'&aD.6X[@o,?@.f^4V*"*G\!"m6$f%/HY
-+!6<RgJ,~>
-+JcC<$JcC<$aSuA:3<0Qg3!2)t)&DugpDpU\&IBD(LQS$sMh@%OLO=)V=TB00*"*&Q!.*>Og=jRM
-+9`*?>J,~>
-+JcC<$JcC<$aSuA:3<0Nf2#f?4(Dclhp)UFY&IB"J at rd$PF(fT6 at T,ZU0E;g\*"*&Q!.*;Mg"F at J
-+9`*?>J,~>
-+JcC<$JcC<$aSuA:3<0Qg3X%N')&FA:p`B5OZlBYa%SL)FI=uNMDf&`O3 at uQX'_WLS#ljsNf%/I)
-+_urd2eGk%~>
-+JcC<$JcC<$ao;eK=o\ph3B/uW+Vc(@pE')M[2]bf#^1`TO-GrpO,/:/CMGR+)tk6[(B=Frg"G*5
-+gR\RTrmh%!~>
-+JcC<$JcC<$ao;_I=o\mb2)I-G*u+Jkp)UL[&Iek9=ClDoG]mt8=%bY:)ZguP*"3V`!'8cbg"P/O
-+"^_2Ys*t~>
-+JcC<$JcC<$ao;_I=o\pi4$#D_+r1%up`B2N[N#kg"$odkCNFZ>C0j_&0J+"@)tk6[(B=Fqf%/I)
-+fUW1Prmh%!~>
-+JcC<$JcC<$ao;[%!!k>@3B/uG')WjH*qp\a*"Wkc8U#T8LPU_<I<KIB;?@="*<-!F.bWP0gY:MG
-+!cZ]iJ,~>
-+JcC<$JcC<$ao;[%!!b,62)I-8')!C?*OQju('#jY<F'*G at U2u,5<:@s%J1Y?!!t.-g"G*5gQ;PV
-+ec1.~>
-+JcC<$JcC<$ao;[%!!kDD4$#DN'D`gG*r$bc*"Wkc,=5+*?!gi;9L1Hd,688G*<-!F.G!,&f\"l<
-+!cZ]iJ,~>
-+JcC<$JcC<$b5Vg`!sL8;3]T/Q%j(TipE')M[i>MV%:jL'rd"fnEbfDt#mVFA*<-!G0A5(5gY:N=
-+JcLJTs*t~>
-+JcC<$JcC<$b5Vmb!sL,32)R3A%iuf7p)`oJ[N#e`#<5.G:f1%_76EUg"U?"=*<-!G0A+t2g=k<:
-+JcLJTs*t~>
-+JcC<$JcC<$b5Vg`!sUA?4?GSY&0CWhp`B2N\/Z"b"YDc%7n?-:3\N'6"9oh;*<-!G0%SY+f\"m2
-+JH1ASs*t~>
-+JcC<$JcC<$bPqq4)$;-G3]]8Y%itEep`B/M\Jthk":7Y7Ci+"fC'.fW"<$hO%N>BJ1YLL9gYCT?
-+h/WL^fDg@~>
-+JcC<$JcC<$bPqq4)$;$@2Dm?H%itTjp)`lI\/Y_j!sL)64[)%.3Wh2H!u^_N%N>BJ1YLI8g=tB;
-+gi<C]fDg@~>
-+JcC<$JcC<$bPqt5)$;0J4?P\a&0;tg+8?oP*P*3q(]sm_/MJq6r[e4##m2(;*"Enf!&N3Xf@\d0
-+g=gNHQe27f~>
-+JcC<$JcC<$bl8+L63.ue4$#D^'-&,;p`K5OpDpgb$lB-J$6h,d2_QBU!Z(AI%i,-F7G?JMgYCT?
-+h;2Q at WS%6$~>
-+JcC<$JcC<$bl8%J63.o^2`<NM&f^Zhp)`oJ\/Yno"98W>)Bg.?'*&(Lo,J8V!!#I at g"P07gYCT?
-+?id7Zs*t~>
-+JcC<$JcC<$bl8%J63/#h4Zkhf'--rnpE0/Oq&R$d$lB*I":c+a(DIA[!>b8H%i,-F7+^&Cf\+s3
-+gY6*:WS%6$~>
-+JcC<$JcC<$bl7us!"_7T4$#DA)#YTO+86iO*P*3t)\i_e"p"f1#n\-I*"WS[!.ikXgY:N=h;-rD
-+;?aVas*t~>
-+JcC<$JcC<$bl7us!"V%J2`<N2(\]$F*qgVb*"!W"$O?k8!X/iA)tFsU%KHKZg"P07gYCT`h#^IX
-+\_7"5~>
-+JcC<$JcC<$bl7us!"hFZ4ZkhH)#>BM+8?oP*P39u)\i_d"98K+#SA$H*"!/U!.WVPf\+s3gA]h.
-+;$FM`s*t~>
-+JcC<$JcC<$c2S*[!X_"O4?GSR'`&sH+8?oO*MOMc"onY?g=tB;gtgfChV['T$ch!$J,~>
-+JcC<$JcC<$c2S*[!X^hF2`EWA'D3I@*qgVI*"`AT!5[@Bg=tB;gtgfCg-Z7ggAc[~>
-+JcC<$JcC<$c2S*[!Xh.U5!;"Z'_igF+8?oP*MXSd"onY<f@\a/g"P07gt^RL$ch!$J,~>
-+JcC<$JcC<$cMn73'a?QZ4?P\`&0L]jpE0,Np`6.M',^cM-ed;/gYCT?h;7#Ghq0h"eD("R~>
-+JcC<$JcC<$cMn=5'a?BP3&`cO%j)o:ocNlKp)TnJ',^cM-e[2,g=tB;gtgiDhq'b!eD("R~>
-+JcC<$JcC<$cMn=5'a?W^5<_4i&0N,>p`T>Rp`B2NV&U-d!!"Cuf@\a/g"P38gt^`92A4Nos*t~>
-+JcC<$JcC<$ci4CP3<L`p4Zkhg'HJ at k+SQuQ*qp\P*#&e]!-6fIgY:N=h;-rFhr*GA.N@:#s*t~>
-+JcC<$JcC<$ci4 at O3<LTg3&iiU'--rnocNlKoc9kK'FXsAEnT1#gY:N=h;-rEhquj3)rKHNJ,~>
-+JcC<$JcC<$ci4 at O3<Ulu5<h=p'cm5rp`T;Qp`B2NV]6BZ!!%#jf@\d0g=k<9gtgfCcmg!lh#Dm~>
-+JcC<$JcC<$ci4<7!?43d4ZkhP(]>NO+S[&Q*qp\S*#9Fn!!^NugY:N=h;-rEhr!AMiQNDil.uAi~>
-+JcC<$JcC<$ci4<7!?!mX3&ii@(]#9I+8-cL*N'km)?BgBa4]2#gY:N=h;-rFhr*G:+=-4-s*t~>
-+JcC<$JcC<$ci4<7!?=Bj5<h=X(]#<M+SQuQ*r-hU*#9Fn!!^Hpf\"m1g=tB;gtgfChT?rdl.uAi~>
-+JcC<$JcC<$d/O1%$5!2#"$Jb'')EdH+SQuP*r$bU*#B.d!)_J(gY:N=h;-rEhr!AMiSh]k0_!s!
-+J,~>
-+JcC<$JcC<$d/O1%$4m+rs#:$5&bdFA+8$]K*N:"p&-)]-g"P07gYCT?h;7#Ghr*GO_\Y#rhZ&*~>
-+JcC<$JcC<$d/OI-$4oHg5X.Ik&gI)op`T>Rp`B2NWuMoe!!#jIf@\d0g=k<9gt^`BhV[5.(GP at 8
-+s*t~>
-+JcC<$JcC<$dJjRP4:+,75!D+l'-I#npE92Pp`B/MX;i&[!!'1UgY:N=h;-rEhr!AMiSieU]+ at 1#
-+huA3~>
-+JcC<$JcC<$dJjRP4:!l,3B9&Y&Kg]hocNlKp)U.Q(^'g=Y1_O_gY:N=h;-rEhr!ANiSqH\553t7
-+J,~>
-+JcC<$JcC<$dJjXR4:48<5sRY!'-JJCp`]DTpE0/Op`6IV(^'g=XOl+Wg"G*5gY:N>h;7#Ghr)'W
-+553t7J,~>
-+JcC<$M#S7hq=X:Fl/q!^g=Fa*gY_&RlL+38q>GmEiVs7G"ZAV15!D+U)'\eup`T;QpE')MXrJ>o
-+!!"e.g=tB;gtgfChV[5Ki8NYSio at 6M:&ElKJ,~>
-+JcC<$M#S7gq"4(BkiCXVf@/*sf\GHHkj at m3q>>gDiVs4F"Yr/#3B9&C)#b]P+S?iM*qgVV*#]Lk
-+!&<0[g=k<9gt^`BhV[5Ki8NYSiiibaqr%L)~>
-+JcC<$M#S7hq=X:GlK7*`gXjs-gu%/TlL+69q>GmEiVs4F#!#"95sRX^)>k]R+o!2T+8?oP*NpG$
-+'EA+ff at S[-g"G*6gYCT?h;7&Hi8ERs$;LEUs*t~>
-+JcC<$R/[Zqp$1JcbJ1HcRu)Z?EGaoR$ZLNOR&.(%bLknGrIP";rs@?a+@&1V5!D"?r?D"[pE92P
-+p`B/MYT+Sf!!&)6g=tB;gtgfChV[5Ki8N\Tj5]3r"^h8fs*t~>
-+JcC<$R/[Zqo]b5\a1JOOP_+-uB4C(2$YFL4Oe/Yba492=r.4n:rs@?a*]lGE3B8u0r#tbVocNlK
-+oc:4U)[HEDO4i7 at gY:N=h;-rEhr!AMiSieUj.licro*m-~>
-+JcC<$R/[Zqp$:Pebe^`iSW&2JFE$G[$ZgiXR]!L,bh2"HrIP";rs@?a+[\R^5sROFqBG\Xp`T;Q
-+p`B2NYoF\g!!&#1f@\d0g=k<9gtgfChV[5Ki8N[j"^h8fs*t~>
-+JcC<$T`5>jj3bN6NI5YZC!gVoBa&I,QaGB:JcGHD!rOter]gTN5!Bu,r$(kYpE95QpE'&LZQ'r%
-+!!!hcg=tB;gtgfChV[5Ki8NYSioB([jHTdeiW"E~>
-+JcC<$T`5>iiQ\m&Klq$8?I<'Y?3OqdP-EI.JcGHD!rOtdr]:6D3B8#tqB>PTocNlKp)UCX*#JYU
-+(Y%-lg=tB;gtgfChr!AMiSieUj5]3c!cm9"J,~>
-+JcC<$T`5>jj3kW:Ndl(dCsd%uC^"j3RC1]?JcGHD$N)gm6:4(*5sQJ2p`fJVp`T;Qp`B5OZQ'r%
-+!!!h`f@\a/g"P38gt^`AhVR/Ii8NYSifjLbiW"E~>
-+JcC<$W;d,$iki$nKQ1Z(B)607BH:Sg>$"^&;,9nZ8Ol3:5sRb)7S$-F:/=_c<EE=4nRr2;>?k`e
-+T>'+WJcGcM$'5BQ5sR\"4uX,M,538U+SQuP*r$b_*$#Ff!--`HgY:N=h;-rEhr!AMiSieUj5]4]
-+jb<bhir=N~>
-+JcC<$W;d/$i4c@\HtckjqHW]!*Ec?=:JFJS84H!75sILp4$5\l5sn(184lNL:Jb0`>mOP1<FL0F
-+^>/R9s8W**O9RO(4$,J`1D0C*ocWrMocEfIZQ'to!!$ukg"P07gt^`AhVR/Ii8ESQio9"YjQ)$q
-+L#W,_~>
-+JcC<$W;d,$il&6sL3.20C&2T=CE7"p>Zk0/;c-=b91_WB6U=(.7nH?K:f1.l=BSj>nS8DA?!M#j
-+T>'+WJcGcM$]kTT6UO1+5rfT',PNDW+o!2T+8?oP*OQk-$ig9Gf at S[-g"P07gYCT?h;7&Hi8ESQ
-+ioB'R!/9G4J,~>
-+JcC<$Y5\_$ho;FDD.`]Wqe#h?$Xd"49LhB22D?[/+Sm&K*;1<X+t,*%4 at 2V9=(h8@$XPOl!ZF%!
-+FHWlSm>1cLl3nq)5sR\"4r5 at 9,5<>U+SQuQ*qp\a*$6("!!^Ktg=tE<h;-rEhr!AMiSieUj5]4]
-+jlPWI!L`!JJ,~>
-+JcC<$Y5\e%h85b1A6W5 at qHNl&$W^"o76ipn1+aq#+8?fK*;(6W+XS`q2a'N!:0dO!$WJV[!ZF%!
-+FHWlSm>1cLl3nk!4?GVc3>N_1+nd&O+8-cL*OQk/)?BgBa4]2#gY:N=h;-rEhr!AMiSieVj5f:_
-+j`LTlj8XW~>
-+JcC<$Y5\\#i5_[JE;F8FC&_oU at ouZ)84#Hu0e=[qq]#&FpDXD_-ndJA6q^E\CA2KO?nqof)E:c>
-+P-E:"M#RhI$mnA06UF()(a/c%p`fJVp`T;Qp`B2N\/ZS/!<<>Bf@\a/g"P07gYCW at hVR/Ii8NYS
-+ioB([F9.fis*t~>
-+JcC<$[/U=/iPqmYE;F,CAI)aJ;+Nr20-qY:*7c/.*!R?*/iuR&@/FU=@lOek!!WQU96$H?o8inZ
-+>nB=h5sR\"1)2#YpEK>Tp`T;QpE')M\/ZV&!!#pLg=tB;gtgfChV[5Ki8NYSioB([jQ5Lck%"Ro
-+jSs`~>
-+JcC<$[/UF2hnl1FB3JG at q-",0=A_XV3\r<4*?4nrfH'i/"re[82F1#<qcs8+1'm^V"p?DKELXr=
-+O8fSn%m<$;4$,JU'I"ao+nd&O+8-cL*Od"2&-)].f at em3gY:N=h;7#Ghr*GOiSrkWj5f:_jlU%T
-+WoX21~>
-+JcC<$[/UC1ilA-_F(]+^BDlKLAR&,*5rgVG*W-o.*W-l])^-js8QK?uCBA*.$2OW+"=d&aS&Ou[
-+rs;sC779L16:!FCq]khZp`]DTp`K8Pp`6mb+:nMQ;:X:Nf\+s3gY:N=h;-rFhr*GOiSrkWjQ,E4
-+"01G^J,~>
-+JcC<$\Gld&c`E%=@q>IHs'u at D<CoA1.O#o/*lT-%+"]NErFc7A/-5DD"W9[EQGDdOrsI$X4[MJ$
-+5X7LF,5ib\,5<>U+SQuQ*qp\e*$Q=)!!'0dPIoT)gtgfChV[5Ki8N\Tj5]4]jlPXekN,VG]&isB~>
-+JcC<$\Gl^#bbp)$pK7]&9g^lo-mAR1r#X'&q&BJX.lK`m>ln+U!VHEr)+/8,_!76c$I/o:4Zkhg
-+4#miqr?CqYp)s#Mp)`lI\f;n5"98G)QC#2;gYCT?h;7#Ghr*GOiSrkWjQ,Fak2tc("hNgqJ,~>
-+JcC<$\Glg(d&r at EAnGWOAd;s[=%bb7.jFs6!$D(Z`Z5.'/iu](CBA'!!VHEr)+/8,_!76c$I/rC
-+779L169l/-q'5YYp`]DTpE0/Op`7!e+r^Xb!3;*9\(THgg=tB;h;-rEhr!AMiSrkWj5f:_j&6,m
-+jo9i~>
-+JcC<$^&J?7h7K(u at U`jF at Kp=L;b0&,-N5+d+Sm2W*lK'#-VA"MBEqct*Z5V##6FMu"Va.6Oh9_G
-+rsJ`Q/42`j5sR[])Yt]R,538T+S[&Q*qp\g*$Z0u!&M!^X/*)Wh;-rEhr!AMiSieUj5]4]jlPXe
-+kNCkn$cqK1J,~>
-+JcC<$^&J?6gUE>_=BJ`'=:%u#5r^JB*ZlIHqB,PTboQNu![U3<r`ob,/fb`@$jQh,!!O'#BT]pg
-+Sc9&r-R_, at 4?P\e+rU5$p*',PocNlKp)Uab,8C1Y1UF6fW3b76gtgfChV[8LiSieUj5]4]jlPXe
-+kMel;aQEMQ~>
-+JcC<$^&J64hS#D(pgj_><CoA1-QjKQr?1tZq]<Zr![p]UrbDaF1`mSK%0lq-!!O'#BT]pgSc9)s
-+-S7eV6pj=.-5n0),PNDW+o!2S+8?oQ*PEF;'`\4iY+2&LXkDF^gYCT?h;7#Ghr*JPio9"YjQ5Lc
-+iC"'pk5Tr~>
-+JcC<$_#FW6\W:6/@Uf:E#%C_.4"qs'q'#VXq]G\V`#Sk'9)WE':]3!P0In at e'+>$;!!F!-J@=d<
-+rs>G16pj:-5sRLEp`oMWpEB;SpE0,Np`7'g":Y>2M5(!M*2oX`h;7#Ghr*GOiSrkWj5f:_jlY^g
-+kigq`'%Q1FJ,~>
-+JcC<$_#FN3[>8#c=T);.=A_IF/L)>Z+<_p)+Sm2V*mPf"*!%3MrETCor%8.$+W:t$"SMfu'M3h`
-+l_=CcUCBCM4Zkhg2A,^.p*')Op)irKp)Ugd":Y>2M5:-S*3?!eh;-rEhr!AMiSieUj5]4]jlY^g
-+kNLe^'%Q1FJ,~>
-+JcC<$_#FW6\rpZ9A7b[L#[:"d0dRqc+X6e,q]PbXq]<]s!@1A;CB.601'K6U*#&eap&G408V"88
-+UAkOp%n9#W6pj=)'E'3O,PNDW+o!2T+8?oP*PWQs%0-B`RJr`sR[hj]gYCT?h;7&Hi8ESQioB([
-+jQ5Lck2&$0e`Zs_~>
-+JcC<$_Z'c"Tk at eBrEoh9;+!/d+X-Y*q]YeYq]G\V`>nt2>5i19=Z-.4r%J:*,TIL,"S_s#!@(a.
-+`V-81$hY/k6pj:-5sQA3,kiPX,5<>U+SQuQ*qp\j*!?EF!Pk9(WuIbUhV[5Ki8NYSioB([jQ5Lc
-+k3(pkkipeO*8p&\J,~>
-+JcC<$_Z'buS6f8ur`0A-<(T5,,Tn3Q+X6b+q&oMUqB!s'p)F)_;>si%:bhl#r at J1%+rV+'"S_s#
-+!@(a.`V-81$M>#d5!;%k4?FE&p*02Rp)s#Mp)`oJ^)R7Z!!0m/r3%'7b2(q2hr!AMiSieVj5f:_
-+jlY^gkNM-`.NIC1s*t~>
-+JcC<$_Z'c"UM44KrF61B;a`Ji+X&$R,:!+1q]YeYr#beW`>nt3?2eU?>;l=5s"O[/,om^0"o&'$
-+!@(a.`V-81$M>&l7Rfg76UMe8q]tq]p`fJVp`T;Qp`B2N_&NR]!!0crr1+dna4oD*h;7#Ghr*JP
-+io9"YjQ,Fbk3(p\.NIC1s*t~>
-+JcC<$`W$&=b^Emu?OC1A8NSLI+sJ6W,l8h`,5WP\+T!8X*lT-"5Q5<s at lsTCpb2k&,TIO.!Vl^!
-+"Ysb`ebuWM$$?qM6pj:-5s#bY,krVY,538U+SQuP*r$bm*!I2[!%Q<fql:[1^>Ii+i8NYSioB([
-+jQ5Lck3(pkkiq?\+XQC;s*t~>
-+JcC<$`W$#;a`[M^##7KC.NflXq'#h_,5NJZ+Sm2V*mbr#)ur"u>le(dr%@ar"Y1f:'FY$<!!NN]
-+BV3iRXoAcO&jJQC4Zkhb&gJXp,5!,Q+S?iM*qgVj*!I2[!%Q9gql^s7^>@c)i8ESQio9"YjQ,Fa
-+k2tjikiq?\+XQC;s*t~>
-+JcC<$`W$&=c$s7%@KT_*4>-UW!$hIgq]kt^q]YhZq]G\V`Z5%ErbDOH4S^c00a00V*Yf+bq#CR%
-+12*<1rN6)+FVRD97R]^44r!f<p`oMWp`]DTp`K8Pp`76l"W7:?.En.USK!p,gtgfChV[8LiSieU
-+j5f:_jlY^gkNLA<-0a[oJ,~>
-+JcC<$a8Z84TOM7,?O0n*.j?2_,UFc6,l8h`,5NJ[+T!8X*lf9)04AO-ANfrGpFuP!"=YE-$N^&'
-+"9q28_#(G;$L8'_6psC/69uV6r$;"]pEKAUpE92Pp`B/M`#K!p!!$Wbg9.+HWuIk<hr*GOio9"Y
-+jQ,Fak2tjikih9qlKZS10_+H.J,~>
-+JcC<$a8Z53S6Pql#?!c8+X/*T,PE>]+TN__+o*8W+8R&+*VLHV/6?+_=ucC3p+?:q"=>-&$3Br&
-+"9q28_#(G;$L8$Y5<_4n4?OQ(r?M"[p*',PocNlKoc:pi#8.":B%bnAU\q;7Vm#"8i8ESQio9"Z
-+jQ5Lck3(pkkiq?sb8;r'lMlA~>
-+JcC<$a8Z54U1O=4#@_"0/0cDb,lT+d,l8ha,5NJ[+T*>Y*lf9)0P"s7BKu;JpFuh*.3B94!Vl]u
-+#"!IJqm-50lO,sJ7Rfg76QR?rpa#VZp`fJVp`T;Qp`B2N`>f*q!!$T^f;Y#4SK!oph;7#Ghr*GO
-+io9"YjQ,Fak3(pkkip5,0_+H.J,~>
-+JcC<$ao;F`E*`EK#$!c4,UFcaqBc"aq]kt^q]YhZq]GYUaW1O0=D2A[5Pm200`*L+/g_PM#l+H'
-+$V??*rjMh5BH0H/6pj:-58*c;pETGWpEB8Rp`K5OpDq6n#n-e6T%_rR_g8?]WuJ%)f\tfKioB([
-+jQ5Lck3(pkkiq?slKc7t5POLDJ,~>
-+JcC<$ao;I_BiA"1<<Q#T,U4T1,PND]+TN__+o3>W+8R&,*VUNW+])HM><;U5p+?4o"=k]8&I8+3
-+":Ie\dJgTS$"t2 at 5<_4n4?=)N,PE>T+nd&O+8-cL*Q/p($ig9ug"P/tI'3FO)m,O[i8NYSioB([
-+jQ5Lck3(pkkiq?slbO,spZqj0~>
-+JcC<$ao;IbE*crO at 0BXp-R:#:-Mo+d,l8h`,5WP\+T!8X*m#E+,?nr!BgMMLpG)Y$">;)A&d\:5
-+":Ie\dJgTS$"t>M7n,s:6pVLb-2Ah],PNDW+o!2S+8HuQ*QB'*$ig9sf@\`kF.E3")k2r?hV[5K
-+iSieUj5]4^jlY^gkNM-olG*rqpZqj0~>
-+JcC<$bl7b,Jl_kV#$tS/1F4 at qqBl(cq]u%`qBGe[q]PbXq]<m#"WpZVBP0O+1&!Br0*EdL(_6fH
-+!!='BTB!N_$LSBj779O26:*(>pE]MYpEK>Tp`T;QpE')M`uGEn!!'C[gY:N<XJ5Wn)PG:4io9"Y
-+jQ,Fak2tjjkiq?slKdd&[L,e,m/MS~>
-+JcC<$bl7b,ISTf?!C\^<,l/b[,5r_c,5NJY+Sm2V*n)/(*!IBV?!U\qqC_Inq()Xt+VtUlq>^U7
-+>G'rersJ0'4?l%o4ZtnR)YkWO,5*2Q+SHoM*qgVo*"!#Q!41A4g=tAaVYmV9UW_WTio9"YjQ,Fa
-+k2tjjkiq?slKdcE$;UKbs*t~>
-+JcC<$bl7b,K38(["CFn],prR<q^21dq]u%`r$(t\q]PeYqB!g#"s6i\CMH*jq(h\!qCi%(,T.*r
-+q>^U7>G'rersJ0(6qBg;7R]]o*;h,X,krVY,5<>V+S[&R*r$bs*"!#Q!3t/.f\+rTQ2I0kR)n1C
-+i8NYSj5]4]jlPXekNM-ol0 at QA$;UKbs*t~>
-+JcC<$ci4+EO\o$T>m+:t/LMtD-i57e-2Stb,Pr\^+o<DY+8[,'*<dN^BP:p8qD%^upb2Ru"">6&
-+"Sr*#-uH6Z^AeRP,Xt3j6pj:-'dP+",kiPX,5<>U+SQuQ*qp\s*"*#P!6*[Hgt^`A`Lm(/)POk(
-+j5]4]jlPXekND'ml07Kulg*p(WWcf0mJh\~>
-+JcC<$ci4 at LO\AAG;cH^n4t?IVqBYk]q',_[!$_7_q&oMUqB"-,p`'GX8R5V*1\iZs/bU^t-6!L!
-+q>^UGD6`WFrsE<[5X.Is4Ztn@,53>U,5*2R+S?iM*qgVp*"*#P!6!UFgY:N=`M3:6)Pt.+ioB([
-+jQ5Lck3(pkkiq?slKdd&W<H]/mJh\~>
-+JcC<$ci4+EP#><Z?NabA74fnc./YIi-Mo+d,l8h`,5WP\+T!8X*m>W/+&crjB/qdC1A<Nu0Ea$Y
-+*YAPO!!=WdZ15R.$=tMS84Q-=777k9qBbn^p`oPXp`]DTpE0/Op`7Ks$O?_4_V!Mog"P/rQMd9l
-+QFPl2iSrkWj5f:_k2tjikih9qlKdc8"^q>ss*t~>
-+JcC<$dJj?rBL,d*r`fM'4=^4Vq^;4eq^)+bqBPk]q]YhZq]G\VbT-gbBP:[,q(_XupFlCr"""or
-+!rDs"!]kk\_Z'u6%mrfT6psC/3u.`@p*BDXpEK>Tp`T;QpE')MarCip!!(R(gYCT?h;6hbV>[G4
-+VQAe;jQ,Fak2tjikih9qlK[^$m-X2/!d!c/J,~>
-+JcC<$dJj<qAiilg;Z]QM-iPIh-2Jn`,P`PT+o3>X+8R&/*VUNV93kh&0DR6n/bUaq.g%%6%0HD,
-+!s1N6e&)+lnd[fJ5<h=p4Z*rH,PE>S+nd&O+8-cL*Q]91"onYQg=k<9gt^`<X/Z'$)60gtj5]4]
-+jlPXekND'nl0 at R"lg4!*RK at Qts*t~>
-+JcC<$dJj?rBgZ*2ra,_+4Y$F[q^D=hq^21dq]u%`q]bn\q]PbXq]=!&#$#GS?o0YqpbMV!pb;Y"
-+""+us!rDs"!]kk\_Z'u6%n9)\7n,s:4Vd`<pa#VZpEKAUp`T>Rp`B2Nb8^rq!!(I"f\+s3gY:>T
-+R/NQnR&Am$io9"ZjQ5Lck3(pkl07Kulg*o*!d!c/J,~>
-+JcC<$eGfmIR7'SL>$P<:8i?8iq^;7fqBc"aq]kt^q]YhZqB,SUcQ*-3?"dnMpbDLspFl at q""b`5
-+$Mj`(.Y#sersEuj7Rfg76pj9a+8dGZ,kiPX,5<>U+SQuQ*qp]!*"E)O$ej at igt^`AhVR/)UA_,1
-+Wh\5-jlPXekND'ml07Kulg*p(mHs>!!0?RJJ,~>
-+JcC<$eGfXBQp<t:;?Tor6np(c-Mf%b,l&\],5WM`,5NJY+Sm2V*nDA-*!@?_?!U(s0(pmj/H%($
-+.NoN6q>^RHJ(2I;%!WXT5X.Is4Zsi.,UE%-p*02Rp)s#Mp)`lIb8^up!"7N7gY:N=h;-rE^ngq4
-+)6Tgfj5f:_k2tjikih9qlK[^$m-O-,M?&_*s*t~>
-+JcC<$eGfsKR70bS?!^iC9K"@MqC2:ir$V=fr$D4cq]kt^q]YhZq]G\VcQ*-3?u'OXr\O=)pG)Fs
-+r%A.),Spjb!!4X"eA_FqGTB at H84Q-=73Wj$pEfS[p`oPXp`]DTpE0/Op`7U!%Klb>f@\d0g=k<9
-+gt]Q/rLFgrS(?TZj5f:_jlYahkih9qlK[^%m-TW0O7*$u~>
-+JcC<$f)GlrA2R:hr`]G*6SA<dodKYaq^21dq]u"_q]bn\q]PbXq]=*)"=dtrBLheOpFu at qpFZOt
-+*tnnV!!4X"e]IguoajAX7R]^56UDL_-2/\Z,PWJW+nm,S+86iN*R5W9"TS\ZgYCT?h;7#Ghr*(`
-+W;Wb6TulEXk2tjikih9qlK[^$m-O-,md=lod-q!b~>
-+JcC<$f)Giq at k^RS;?BTV/,L^j-Mf%b,l/b^,5NG_,5NJZ+Sm2V*nDA.*!@Wm?!T_h0(pmj/Ggq"
-+-ls!+qZ$[IJ(;[@$M=ok5X7Ou5!D+Cr$:q[p*02Rp)s#Mp)`oJbT%/t!!M!/gY:N=h;-rEhpn[,
-+rN@'6b2h[Gk2tjikih9qlK[^%m-X3.mVE$Qn,In~>
-+JcC<$f)H*#A2[Fm?!Uc>75+Keq^MCjq^;7fq^)+bq]kt^q]YhZq]G\Vd2`?>BPVBTrA44(pG)It
-+q(Dh$+;5"W!!4X"e]IguoasP_84Z6?7R\'j-MJh^,krVY,5<>V+SQuR*r$c$*"W8R"P;;Zg"P07
-+gt^`Ae"E3/SJ[a8j5]4^jlY^gkNM-olK[^$m-O-,C]r,Rs*t~>
-+JcC<$g&DHLQ9.32=^#!5;*6B..f1[f./PCh-Mf%c,l8h`,5WP[+T!8X*mu&42eZl;4YldepFu=p
-+pb)Ot![nonqZ$[JJCVmD$A]Ee7Rfg76pigLpa,VZp`oMWpEB;SpE0,Np`7[#&I/:9bhLq.h;-rE
-+hr!AMiOGZ]Wu.SCjlY^gkih9qlK[^$m-O-,mdBQ0/LBuWs*t~>
-+JcC<$g&D3EQ8pj!r_Wbq8N/*t./G=f-Mf%b,l&\],5WM`,5NJY+Sm2V*nVM0*!A''?!K>^0(pmi
-+/GUdt-5[*e!!4[$e]e%#L_E'>5X.Is4u!lN,kWDU,5*2Q+SHoM*qgW"*"`DU!6a*Ngt^`AhVR/I
-+i8D,CrN@'7]B//:k3(sll07Kulg*p(mHs?0lRaFRnGe"~>
-+JcC<$g&D6FQ9.96>lJ"3;EZQ]/,1Uj.JkOj-i57g-2Sta,Q&b_+o3>Z+8[,-*<\?;CM?!11\ig#
-+1&*Ht0*<gU)@QEB!\8fObl8$+(.q.h84Q-=2];N?pEfS[p`oMWp`]DTp`K8Pp`7^$&I/:9ak5;#
-+g=tB;gtgfChm8^KSJ[[$jQ,Fak2tjjkiq?slKdd&mHs?,/LBuWs*t~>
-+JcC<$g]%Dr at 4FiNr`TG-8Mr"Kq^VIloI0Saq^21dqBYq_q]bn\q]PbXq]=3,"\36>@l6%91&!Bs
-+0D@*t/HR=<$Msf).tQ9urs\lA4 at _k1779O2*$cm*-2/\Z,PNDW+nm,R+8?oO*RPi>$31(<gt^`A
-+hVR/Ii8ESQim"7sWu%\7j6,Uhkiq?slKdd&m-X3.mdKVj%:/K'J,~>
-+JcC<$g]%Aq?m\5=;$0W^0e)rIq'Z"cqBbt`q'5_[q]Pq`qB>\XqB,MSfcBr0"@6=!=YfY&p+>th
-+pF?:l(^g-?!\8iQd/OLQ'K/6B5X.Is4rGR?,kWDU,5*2R+S?iM*qgW#*"iSY!4pq>gt^`AhVR/I
-+i8ES=V>[S6X/t at DkND'ml07Kulg*p(mHs?1n';GKnGe"~>
-+JcC<$g]%Dr at 4OuTr`fM/9/ZPrq'u1hq^D=hq^21dq]u%`q]bn\q]PbXq]=6-"A*BEAiBQCpbMRu
-+pb;Irs"4@%)@QEB!\8iQd/OLQ'g>5]84Z6?7NEcN-MJh],krVZ,5<>V+SQuQ*r$c(*"iSY!4^_8
-+g=k<9gtgfChV[56RJiZmRAJm(k2tjikih9qlKdd&m-X3.n'2AJnGe"~>
-+JcC<$hZ!cSQ7t$o=T2G)<'i;8/,Lgn.J5+d-i57e-2Stb,Pr\]+o<DZ+8[,1*<[EaBP:9B1A<Nu
-+0_[6p0)R:&-lEBh!!53Fo[EgI]a[M&7Rfg76p_Ud-MSn\,krVY,538U+SQuP*r$c(*#&e]!12Kr
-+h;-rEhr!AMiSieUhlijSWtqJ`kNM-ol0 at R"lg4!*mI'H3nF2kHU[eA7~>
-+JcC<$hZ!`RQ7jd`rD3Pi4Y6IZqC)1fqBl%bq'>e]qBGe[!$_7_q&oMUqB"?2r#>n]:0h-t0/*#O
-+oe#kgp+$1j(^g-?!]lP;e,Kcg$pd0E5X.Is4VRQ8ocs/Soca#OocNlKp)VO#'FXsAQJ:0LgtgfC
-+hr!AMiSieQYc.N((8][HkNM0plK[^$m-O-,mdBQ4n<s?Pnc++~>
-+JcC<$hZ!uYQ7t'r>$G6:=$n\?/Ggsm.ekIi./PCh-N#1d,l8ha,5NJ[+T*>Y*nD>7*a*8o;u/<F
-+1AEU!0_d="/cmI?$i9o*3g93brsQLM91hcH84Q-<'drc'pa,\\p`oMWp`]DTp`K8Pp`7g''FXsA
-+Q.ajEgY:N=h;-rEhr*GKWL3XT(7`t<k3(pkl07Kulg*p(mI'E2n!X6Onc++~>
-+JcC<$i;X/BFWWSD='/U.:HSG)q^_Onq^M.cq^;7fqBc"aq]kt^q]YhZq]GYUfGt)?AnYg=rA+.&
-+pFu=ppb)Cp![nonqu?d-C=Lf6$:uL67n,s:6prgLr$M.apE]JXpEKAUpE92Pp`B/Me/T2:!!#pP
-+gtgfChV[5Ki8NYSioB+<V#@>0V98#dl0 at R"lg4!*mI'E2n*oi:=q0]ds*t~>
-+JcC<$i;Wr<FWE84rD3Mb2uP6&.JbIg-i,1d-2Jn_,PiV]+TN__+o3>W+8R&5*W6r^,$S>Y2D6`V
-+0(pmj/G:Uo.KUn5$2ac)%;ODCrsMCA5s[b$5<h=b(a\l$ocs/Sp*',PocNlKoc;L$'b^QI;VU!^
-+h;-rEhr!AMiSieUj2 at emY84%Ykih9qlK[^$m-O-,mdBQ5nF9Zkkjnb(~>
-+JcC<$i;Wu=FWWYH>5h_,:d"\.r%.^qpaZ%fqC)7hq^21dq]u%`q]bn\q]PbXq]=B1"=.YrC-;>K
-+pbMRupb;Irr%8%")@HBB!Y&noec-%L-;-s&84Z6?2&[hipa5_]pa#VZp`fJVp`T;Qp`B2NeJo;;
-+!!#mLg=k<9gt^`BhV[5Ki8N\3RJiZlR)\:Okih9qlK[^%m-X3.mdKW6=q0]ds*t~>
-+JcC<$ir9.u;]J)(r`B5&7l:/rqCMLoq^VIlodK\bqBl(cq]u%`qBGe[q]PbXq]=E2"$pU6=o:&L
-+1&!Bs0D@*p/HR@=$N0r,!C3^_g&DHJ$:@?S7Rfg76l[HJ-MJh\,kiPY,538T+S[&Q*qp]+*&/B5
-+!"mo?h;7#Ghr*GOiSrkWj5f:RVl6YsXf/hql0 at R"lg4!*mI'E2n*oi:jW$A[oDa=~>
-+JcC<$ir9+t;AqXq:BO?Y0e<&LqC27hqBu+dq'Gk_qBPh\q]Pq`qB>YWqB,PTgE$85"$9do;#N'?
-+0(pmj/G:Un.KUq5$2ji+!C3^_g&DNL$9^[@5X7Ou4rPUk-1rPV,PE>T+nd&O+8-cL*Rl&`)Z]pN
-+f\G9<h;7#Ghr*JPio9"YjO^B4YHP43]BJMDlK[^$m-X3.mdKW6nF>T[48e^MJ,~>
-+JcC<$ir9.u;]S5.r`TG,8N&1Rq^q[rq^_Lmp*okeq^;7fq^)+bq]kt^q]YhZr#bbVg)U8^CMR/L
-+1\`a"1&3Nu0D[:&.N/Zm!!<6eX8CTM$gnBl91hcH84Q,i,lK+c-MJh^,krVY,5<>V+SQuR*r$c,
-+*&/B5!"mf9g=tE<h;-rEhr!ANiSrkJTUVLCT:3.Mkih9rlKdd&m-X3.n*fc8jW$A[oDa=~>
-+JcC<$jo5MZTJ7Z_<rQ/'<'rAm0)@0s/Ggsp.f(Ue./PCh-Mf%c,l8h`,5WP\+Sm2W*o%b=+(&\p
-+62NG41&!Br0DI0o/HR11!rW*#)hI2,rsFl$84Z6?7R]^4'_`sL-2&VZ,PNDV+o!2S+86iO*S)2a
-+#ljsqh;-rEhr!AMiSieUj5]4]jlO%LX0&V0XlAX3lg4!*mI'E2n*oi:naa6mL\(Or~>
-+JcC<$jo5MZTJ7NS:B"#j9Kb$*/,Cal.JbIg-i,1d-2Jn_,PiV]+TN__+o*8W+8R&7*WI)^*`ZKO
-+4T-r+0(pmi/G:Um.KUe+!rW*#)hI2,rsFl#6:!n&5X.Ir'Ds0M,kWDU,5*2Q+SHoM*qgW)*&%[!
-+!1Vd!h;7#Ghr*GOiSrkWj5f:_\u2a:Za-dolK[^$m-O-,mdBQ4nF5u<\cRZYs*t~>
-+JcC<$jo5baTJ7]b=BSg2<^\\rq_%atr%.[pq^V7fq^D at iq^21dq]u%`q]bn\q]PbXq]=N5"Wq2h
-+CI9rR1\ig#1&*Ht0DR4%-5$CY!!4*jkM-"DOV:A\8kDQE7n"0h-i#+`-28b\,PNDW+o!2T+8?oP
-+*S28b#ljsog=tB;gtgfChr!AMiSieUj5dV9SY)RIVW$e(lK[^$m-X3.mdKW6naX0lL\(Or~>
-+JcC<$kPktRIN0h4<E3+%:d6Weq_%atqCMLoq^VIlodKYaq^21dq]u"_q]bn\q]PbXq]=Q6"#jn,
-+?huPP1&!Bs0D@*n/HR@=#Q4W(#$Ae!rsL#*84Z6?7R]^%)(5/*pEfPZpETDVp`]ASpE0/OpDqm+
-+0bXNe0&5:>hV[8LiSieUj5]4]jlPXed%meJZF$X`lg*p(mHs?0n*fc8naZ2 at Es9n^s*t~>
-+JcC<$kPk_KIN'Y):&[lh83/@%/G^mm.f(Uj./>7e-Mf%b,l/b^,4ZoR+Sm2V*o.h>*&:f*<VnHB
-+0(pmj/G:Ul.KUt7#5nN'#$Ae!rsBr$6:*t'5X.Ie)#>QP,kWDU,5*2R+S?iM*qgW**&/*,!&!$^
-+h;7#Ghr*GOiSrkWjQ,Fak0Ks1ZaRBFfBV\fm-O-,mdKW6nF?&>noFu\o`'F~>
-+JcC<$kPkqQIN0k7=BJ^/;Eur50DmI"/c.*r/,Lgh.JkOj-i57f-2Stb,Pr\^+o<DZ+8[,9*<eE<
-+CLT+WpbV\#pG)Fspb2Fq!\5,nr;Zm'=Mrtp$6q?"91hcI84PQUq'YqapEfS[p`oPXp`]DTpE0/O
-+p`8$-0bXNe0%o"6gtgfChV[5Ki8N\Tj5]4]c't>uU8+ at 2l0@U#m-O-,mdBQ5nF?&>EWse]s*t~>
-+JcC<$l2M+6>S8hj<E3(#9KW,)q_%^sq^hUpqC;@kodK\bq^2.cq]u%`q]bn\qB5YWq]=W8"'9/L
-+8GP%81&*Hs0D@*o/H[OS+:e;L!ZRI(iVrr($3!I"7n,s:6l[KO-het_-2&VZ,PNDV+o!2S+86iO
-+*SDDf)[-3ARbloYhr*GOiSrkWj5f:_jlY^gij#Pi[(!3[lg4!*mI'E2n*oi:o()D>/h?\hs*t~>
-+JcC<$l2Lq1>S/S\9`@ch75c_LqCMInqC;=jq'c(eqBl%bqBYk]qBGe[!$_7_q&oMUqB"N7"<:0B
-+>seB at p+H"ip+5nfr$has*Y&#I!ZRI(iVrr($3!6q5sR\"58kaA-2&VW,PE>S+nd&O+8-cL*S;>e
-+)[-3ARGH]Uhr!AMiSieUj5]4]jlPXeij#Yp\@Srflg4!*mI'E2n*oi:nac8</h?\hs*t~>
-+JcC<$l2M+6>SAto='&L,:-AG.q_.h!q^q[rq^_Onq'c:lr[I^mr$V=fr$D4cqBPn^q]YhZq]G\V
-+h]2f&CMQQA2#&m%1AEU!0_d<r/cmUJ%f?;.)j^H]rrLCPr_!Jg8P)HC*@3-/-ho%`-28b\,PNDW
-++o!2T+8?oP*SMJg)[-3AR+pEOh;-rEhr*GOiSrkWjQ,FaiN/NCUSX[(lKdd&m-X6/n*fc8naZ2;
-+/h?\hs*t~>
-+JcC<$m/IIjWB1hV<)cju<Cf(H0`*O#0)I6s/Ggsp.f1[f./G=g-Mo+c,l8h`,5WP\+T!8X*oS+B
-+/SJg.1\`a#1&!Br0DI0o/cR@'-5?X]!!4RNro="cCD09184Q-=76hRa-ho%_-2/\Z,PNDW+nm,R
-++8?oO*SMJf'*&"Vg>:`Ei8ESQio9"YjQ,Fak3(pkkf9^1\%/iWm-X3.mdKW6nF?&>o(2Iq#BKM;
-+J,~>
-+JcC<$m/IIjWB1bO9MA/T9L:Q4/c%$p/,:[k.JbIg-i,1d-2Jn`,P`P\+TN__+o3>X+8R&:*<Rft
-+?!6tVoe,qip+5nfqC2Om'Ee:6![t2Mj8TI%&OSlO5sR\"4;7E7p*B;Up*02Rp)s#Mp)`lIfc2^[
-+!!"4rhVR/Ii8ESQio9"YjQ,Fbk3(pka/uk_]XGH=m-X3.mdKW6nF?)?oCL*0EqTH_~>
-+JcC<$m/IIjWB1kY<`W=)=%YIO1&E[$0DmI"/c.*r/,Lgm.K:gq.JkOj-i57f-2Stb,Pr\^+o<DZ
-++8[,=*<\!1CM#I'2#&m%1A<Nu0_d<r/d![Q'a4I8![t2Mj8TI%'MM.m8kDTF6P]SKpa>h`pEfS[
-+p`oPXp`]DTpE0/Op`8*/0bXNe,1kW*h;7#Ghr*GOiSrnXjQ,Fak2sRQUSXl_[Hm2GmHs?0n*fc9
-+nac8Bap2t[s*t~>
-+JcC<$mf*[iKb,:m<)cjt;a`MB1&E[%0D[<u/c.*r/,Cam.J>1d-i57e-2Stb,Pr\^+o3>Y+8[,>
-+*<],NBLjrS1A<Nt0_d<q0)$st/-7:@$N0r*2o"JS$iLPa8OuBB7Rffl+8RAZ-MJh\,kiPY,538T
-++S[&Q*qp]0*&.Ts!,:?Ji8ESQio9"YjQ,Fak2tjikih9cXL5UN]X$SbmdBQ4nF5u<o()DDoS3I^
-+pA]X~>
-+JcC<$mf*[iKb,1d91quR90Y000)@0r/G^mn.etOi./G=f-Mf%b,l&\],5WM`,5NJY+Sm2V*o\1B
-+7pTCdpb2:mp+>thp+,th!\#≺ZjW^ZGJ(r=1, at 6:*t'5X-D6-MAbY,kWDU,5*2R+S?iM*qgW-
-+*&.Ts!,16Ghr!ANiSrkWj5f:_jlY^gkNM-aYIM6Z^9ckemdBQ4nF5u<o()DDoS3I^pA]X~>
-+JcC<$mf*akKb,:p<`W:'<CSl%1A`g'0`*O#0)I6t/Ggsp.f1[o./k[m./PCh-N#1e,l/b`,5WP[
-++T*>Y*oe7C:hsi=r&"1)pbMRuq(VRspFZP".ieuq!!,$njo5_e%P(4G91hcI80oDV./51b-MJh^
-+,krVY,5<>V+SQuR*r$c1*#o+^!,(*Ch;7#Ghr*JPio9"YjQ,Fbk3(p]V5'sfW"J%UmHs?1n*oi:
-+nac;CoS3I^pA]X~>
-+JcC<$nG`s[FqZ2p;c?Xp;*cun1A`g'0`*O#0)I6s/Ggsp.f1[g./>7f-Mo+c,l8h`,5WP\+T!8X
-+*p"CG.qiU(1Geb\pbDLspFl:opFZ=p!?qjK!!,X:kPkn.#=;!Q84Q-=6l#GDpEoY]p*BDXpEK>T
-+p`T;QpE')Mg`/'b!!!)&hr*GOiSrkWj5f:_jlY^gkNM-ol0>pc]=u(ghsTt%nF5u<o()DDo^q`=
-+*q8q(J,~>
-+JcC<$nG`[SFqZ&e9E%Te838LYqC_UrqCMInq'u4iqC).eqBl%bqBYk]qBGe[!$_7_qB5VVq&\W<
-+""@M]<qe9?0(pmi/G:Ui.KL\!r;Zjhcfb<8`<JFl6:*t'5X#k[-MAbZ,kWDU,5*2Q+SHoM*qgW/
-+*&890!!97Zhr*GOiSrkWj5f:_jlY^gkih9qlFjO<^r*Y<mdBQ4nF5u<o()DEo^b6fnFus5~>
-+JcC<$nG`pZFqZ5s<E3($;F32rq_J((qCqe"r%@gtr%.^qq^VIlr[@apq^D=hq^21dq]u%`q]bn\
-+q]PbXq]=l?""S/&@eqqV1\ig#1&*Ht0D at +!/HI('r;Zjhcfb<8`<Sh*91qlK8OjNk./51c-MJh]
-+,krVY,5<>W+SQuQ*r$c3*&890!!91Vh;7&Hi8ESQio9"ZjQ5Lck3(sll+!CbWiW)RmI'E2n*oi:
-+o()DDo^Y0enFus5~>
-+JcC<$o)B*NAIpIi;H$Oo9g1B11A`g'0`!I"0)I6t/G^mo.f1[i./51e-Mf%c,l8h`,5NJ[+T!8X
-+*p4OG<G6&4r\O=)pG)Crpb2 at opFZ=p!?VRG!!34*h<FqJIL\tA84Z6?7P#Q../51a-MJh\,kiPX
-+,5<>U+SQuQ*qp]2*&.p'!#Wi9i8N\Tj5]4]jlPXekND'ml07KuldW)N^r!S*n*fc8naZ2 at oCMVH
-+p"0a\p]#a~>
-+JcC<$o)B'MAIg7\8kViO7QL?!q(DLqqCMInq'u4iqC)1fqBl%bq'>e]qBGe[!$_7_q&oMUqB"c>
-+"&3',4SCH$0(pmj/G:Uh.KLOprW!!$>2AHC$@WFO6UF+*5X6_;q^2"_p*B;Up*02Rp)s#Mp)`oJ
-+gDhpX!!!kXhr*GOiSrkWjQ,Fak2tjikih9qlKZm'^r+.%c0t,jnF?&>o(2JFo_$iH?MFJM~>
-+JcC<$o)B'MAIpLk<E3(#:I"_4q_J%'q_7n#q_%atq^hUpq^VIlr[@apq^D=hq^24eqBYq_r$(t\
-+q]PeYq]=o@"'98R6i&Y71\`a"1&*Ht0DI1!/HHq!rW!!$>2AHC$@WL[9M8#N8P(NUpaGnbpa5_]
-+pa#VZp`fJVp`T;Qp`B2NhAe6[!!!kVhVR/Ii8ESRioB([jQ5LckND'ml06WkWiW>"a6rBanF5u<
-+o()DDo_$iH?MFJM~>
-+JcC<$o`#*:;\1c_;Z9Sq8NQ`)q_J%'q_7n#q_%atqCMLoq^VIlpaGkaq^2.cq]u%`q]bn\q]PbX
-+qB"oB"#O\)=oC/N1A<Nu0_[6p0).$s/-7=A"o\K'#&WVjrs:J#8kDQE7n,r^r@%CfpEoY]p*BDX
-+pEK>Tp`T;QpE')MhAe9i"TSNNdc'0EioB([jQ5Lck3(pkkiq?slKdcu\%9Gp]tj++nF?&>oCMVH
-+p%A$K!3GtqJ,~>
-+JcC<$o`#*:;\(NQ9)_Ha68ncrqCh[tqCVOpq():kqC27hq'Z"cqBbt`q'5_[q]Pq`qB>\Xq&fGS
-+koBm]?!U;]oe6"koe#kgp+,qg!\##krW!!(D<^Bd#r<Gd6UF+*5X5tX-MAbZ,kWDU,5!,Q+S?iM
-+*qgW1*&8H:!!"Fqi8NYSioB([jQ5Lck3(pkkiq?slg*]D]uA%,_!gd^naZ2 at oCMVIp%FmUXSDgG~>
-+JcC<$o`#*:;\1fb<;oku90E,/q_S+)q_ at t%q_.h!q^q^sq^_Lmr$hRms!ddmr$V at gq^)+bq]kt^
-+q]YhZq]G\Vl5]saCMR2M2#&m%1AEU!0_d<q0)mL)/0"im!!3 at Al0J?W1E9+_91qlK8JN['pF,ea
-+pa5b^pa#VZpEKAUp`T>Rp`B2Nh]+Bj"TSNMd,*[;i8NYSioB([jlPXekND'ml0 at QqYc+\-W4DBc
-+nF5u<o(2JFo_%mI!3GtqJ,~>
-+JcC<$p\tX#\3Ucg;,L4i;FWYE2#B*+1A`g&0`*O#0)I6s/Ggsp.f1[j./51c-Mo+d,l8h_,5WP\
-++T!8X*pXgK?>+"6r%n(&pbDLspFl:opFZ=p!\,&irW!!)K`(9<$L7gQ8kDQE7n,9Rq^D1dpa5_]
-+pE]JXpEKAUpE92Pp`B/Mh]+Bh!rr<]g>V&Nj5]4]jlPXekNM-ol0 at R"lg4!*c+(^4`k(F)nac8B
-+oCV\Jp%J)V'^#5kJ,~>
-+JcC<$p\t[$\3U]`8P)QJ8jG3fqCqb!q(DLqqCMInq'u4iqC)1fqBl"aqBYn^qBGe[!$_7_q&oMU
-+qB"oB"]Sc52_ZrZ0D-sk/bUah/,1Rq-l3!b!!3CYr9jRllN8k/6UF+*5V<rK-MAbZ,kWDU,5*2R
-++S?iM*q^Q1*&8B6!!#%4iSieUj5]4]jlY^gkNM-ol0 at R"lg3u_]>r%7]'8_So()DDo^qhLp at _>t
-+k5#%-~>
-+JcC<$p\tX#\3Ufj;c?[r<(K%J2>f<.1]&s)1&E[%0DdC!/c.*r/,Lgn.K1ap.JkOj-i57f-2Stb
-+,Pr\^+o<D[+8R&F*<T\bCHhMMpbV\#pG)Fspb2Cpr[e1%)$Bj<!XFDVmf*X["?9+L91qlK2&uQD
-+paGnbpa5_]pa#VZp`fJVp`T;Qp`B2Ni#FKi!rr<\f\bWFiSieVj5f:_jlY^gkih9qlK[^%aJZ5G
-+YHR-YnaZ2 at oCMVIp%J)V'^#5kJ,~>
-+JcC<$q>Ug!VD&iN:f1+g:dP(<qDA(*q_J%'q_7n#q_%^sq^hUpq^VFkq^D1dq'Pqaq]u%`q]bn\
-+q]P_Wq]>/G"$L=2;u/<F1A<Nt0_d<q0)$sr/-778!r`0#/B[G]$Dn2%8kDQE7n+:Bq'c"cpEoV\
-+pE]JXp`fGUpE95QpE'&Li#FHg!WW3pi8WeWjQ,Fak2tjikih9qlK[^$m-O-,hmCAEbIc[%o()DD
-+o^qhLp at dVa8GW:9~>
-+JcC<$q>Ug!VD&cF8P)NH8Nci(qCqb!qC_RqqCMInqC;=jqC).eqBl%bqBYk]qBGe[!$_7_q&oMU
-+qB##E"$'Xm9DpR<0D-sk/bUah/,1Rq-PQU\!!+Xnn,E]k$:7*I6:*t'(%ipI-1rPV,PE>T+nd&O
-++8-cL*Sqbj(]j[;:#Fphj5]4]jlPXekND'ml07Kulg*p)mGG at mbK[]Wnac8BoCV\Jp%J+A(.e9$
-+J,~>
-+JcC<$q>Ug!VD&lP;c?Xp;FCFAq_e7-q_S+)q_ at t%q_.h!q^q^sqCDFmr$hRmr[I^mr$V at gq^)+b
-+q]kt^q]YhZq]G\VmMuEpCMQp-pGDY$pbMV!pb;IrpFcFs!\+rerVusMb4#?;V at -$k9M8#N8JilR
-+.JG7c-ho%_-2Ah],PNDW+o!2S+8HuQ*T.nl(]j[;9\nXciSrkWj5f:_k2tjikih9rlKdd&m+n\E
-+ZF$^hnaZ2 at oCV\Jp%J+A(.e9$J,~>
-+JcC<$qu7&sPT_&6:f("d:I7#:2>]6-1]&s(1&E[%0DdC!/c%$q/,Lgn.JkOg-hetb-2Sta,Pr\^
-++o<DZ+8[,K*<[KqBP'-u1\W["1&!Br0DI0o/c7.)-kZO\!!@E=nc&r''1tkg84Z61)(G>/pF#\^
-+pa,VZp`oMWpEB;SpE0,Np`894)AW>R!)__8j5f:_jlY^gkNM-ol0 at R"lg4$+rpCH8^<=g;eai>'
-+o^qhLp at e7TVZ<jqs*t~>
-+JcC<$qu7#rPT^r-84cBF7m-`*qD%h#qChXsqCVOpqCD at kqC27hq'Z"cqBbt`qBPh\nfdiPqB,PT
-+mi;NR=^>8fr at mpuoe,qiodoeepaQ:k&cMb3"*XG/rs<$E6pj=.6:!CEr[7Cdp*KDXocs/Sp*')O
-+p)irKp)W$10bsci!)__7j5]4]jlPXekND'nl0 at R"lg4!*mI'AX^s16CeFN2%o^qhLp at e7TVZ<jq
-+s*t~>
-+JcC<$qu7&sPT_)9;GpFm:d[5>2Yo</2#B**1Aim(0`!I#0)I6t/Ggsp.f1[o./k[m./PCh-Mo+d
-+,l8h`,5WP\+T!8X*q:6T+_PS)2`3Je2#&m&1A<Nu0_d<q0)dF-.2)^^!!@E=nc&o&'MV:q91ql<
-+)YkiV./51c-MJh],krVY,5<>W+SQuQ*r$c7*&/30!!#jQiSieUj5f:_jlY^gkNM0plK[^$m-O-,
-+\Z<*FXO-P/oCMVHp%A%QpSS"nqYu'~>
-+JcC<$rVm5lJeoV":JXhb9L/J5qDJ.,q_S+)q_ at t%q_.duq^q[rq^_Lmq^MCjq'Yn`qBc"aq]kt^
-+q]YeYq]G\Vnf7g'BP9s31\`a"1&!Bs0D@*n/c7.#,RFAL!?TGUrs\l at -q[*'84Z5g-RgM=./51a
-+-MJh\,kiPX,5<>U+SQuQ*qp]6)upZO!%1e)jQ,Fak2tjikih9qlK[^$m-O-,mdBQ4e[j&Qa3!rE
-+o^qhLp at eL[!_aR&qu;0~>
-+JcC<$rVm8mJeoIm84Z<D76<=$1AWa%0`!Hu0)@0r/G^mn.f(Ui./G=f-Mf%b,l&\],4cuR+Sm2V
-+*q:6Q6![b_q_7^soe,qip+5nfpF61f#lXf)*m=0T$N:_a6pj=.69uD6r?q7bp*KDXocs/Sp*',P
-+ocNlKp)W$1!#,>3-WT'ajQ,Fak2tjikih9qlK[^$m-O-,mdBPo]?epIan,,ro_%nNpAXdf9H3Ku
-+s*t~>
-+JcC<$rVm5lJeoY%;,U=k:-nb9q_n=/q_\1+q_J%'q_7n#q_%atq^hUpq^VIlr[@apq^D at iqBl+d
-+q]u"_r$)"]q]PbXq]>;K"%d9D9)UXB2#&m%1A<Nu0_d<r0)[@&,mjPN!?TGUrsSf?.8<N191qkq
-+-n>!@paGnbpa5_]pa#VZp`fJVp`T;Qp`B2NiZ%q3rW"<FhW!PTj5f:_jlYahkih9qlK[^%m-X3.
-+maJ5E\$<g at oCMVIp%J+YpB"#-nGE69~>
-+JcC<$s8NGdE"=9e:JXe`8j<24q_n:.q_\1+qD.q&q_7n#q_%atqCMLoq^VIlq^D7fpa5e_qBYq_
-+q]bn\q]PbXq]>AM"=n/!>Vu43pG2Itpb;FqpFc4mr%&('(BFL9"ciTTrs@!W5tXa at 84Yl\r$hCh
-+pF#\^pa,VZp`oMWpEB;SpE0,N+;u(4'bh;o&J,E]$k!@K$4 at 7O%1Wm[&.oNg'G_K&)B8Jl!#,>3
-+,tZtSjlPXekND'ml07Kulg*p(mHs?0n*fc/^!"jL_!q!hp%J+XpB'(XCA\$]~>
-+JcC<$s8NGdE"4*Y7n6*A6ok-#qD.n%qCq^uqC_UrqCMInq'u4iqC).eqBl%bqBYn^q',DRqB5VV
-+qB#5K""@M];u/3 at 0D7$k/bUah/,1S!.2Dpa!!SD^p&>?E#<G7?6UF+!(A]EP-MAbZ,kWDU,5!,Q
-++S?iM*r[0&)Aj5)'GD)k%h9$W$OI.I$OdIR%M'*^&J>`k()Ii,)u1HR'E.tX8_rIgjlPXekND'm
-+l07L!lg4!*mI'E2n*oMSc.(+Un+?8Fp%J at Y!o",uqu;0~>
-+JcC<$s8NGdE"=<g;,L4h9L/M8r&=I1q_e:.qD8"(r%\%%q_.k"q^q[rq^_Onq^MLmr[I^mq^;7f
-+q^)+bq]kt^q]YhZq]G\Voc4,cCMR;T2>8s&1\`a#1&*Ht0D@*u/I*gC!<<*'NrJ_O$-rlE9he;S
-+90a?n.ekIe./51b-MSn^,krVY,5<>V+S[&S*ZuC=()7Ms&ePZb%1EUN$47.L%1NdX&.fEd',22u
-+)&aIi)upZO!%(:mioB([jlPXekND'ml0 at R"lg4!*mdBQ4k-MD([^GSro_%nNpAXdfgC.ios*t~>
-+JcC<$$K,S..nWQ3:JaVGr]'d6q_n:.q_\1+q_J%'q_7n#qC_Xsq^hRoq^VIlq^D=hpEoY]q]u%`
-+q]bk[q]PbXq]>GO"BoJP4>cdgpG2LupFu=ppb):mr%%jo$2so*<:T\^$()5r8kMZG80'#R.JG7b
-+-ho%_-2/\Z,PNDW+nm,R*sN`'&e>?U"Q'1\!<NB%"TJZ(!$kP)jlPXekNM-ol0 at R"lg4!*mI'E2
-+n*oi:n]Sl#f>6VBp%J+WpB$<T`r,je~>
-+JcC<$"lO&(-U^K(8-)%:r\XI-q(he$qCqb!q(DLqqCMInqC;:iqC)1fqBl%bqBYk]qBGMSq&oMU
-+qB#;M"&W?02u,0$0D-sk/bUah/,(Lo,74>L!EAU_rs>&%6psC06:)S9pa>b^p*KDXocs/Sp*',P
-+ocO)Q"s"Qo%grXGhZ*]Y!X&B(rrr?$,ZNjcjlPXfkNM-ol0 at R"lg4!*mI'E2n*oi:bf//c_<1F`
-+p at eFY!f[6#r;V9~>
-+JcC<$$K,S./PJu;;Gp+Nr]0j8q`"C1q_e7-q_S+)q_ at t%q_.h!q^q[rq^_Onq^MLmr[I^mq^;7f
-+r$D1bq]l"_q]YeYr#beWp)O6 at CMQ*12>B$'1\`a"1&*Ht0DI0u/HI.)rVusunb2thQk3"e9h\2Q
-+*[^e7paPtdpa>h`pEfS[p`oPXp`]DTq&]e^)A3Pg#R'#b!W`?)r<3-(r;\*Bj5]4]jlPXekNM-o
-+l0 at R"m-O-,mdBQ4nF=N%]"G<0o_%qOr:^8P!QP';J,~>
-+JcCB&"l<f&0M>1?:BF$K3Vtf52u5H02>]6-1\rm(1&E[%0DdC!/c%$q/,Lgn.JkOi-i#+`-2Jna
-+,Pr\^+o<DZ+8[,S*<SK=BM\UapG;S"pG)Crpb2 at opFZ=p!@noa!!+Irp\tM8(J@@m8Ou5bpaPqc
-+pa>e_pEfPZpETGWpEB8Rr>u.\'+G0IblB%:b2qaIk3(pkkiq?slKdd&m-X3.mdKW6nF?&>hS7[q
-+aP?I^pAFXeoe\5rrVqB~>
-+JcCB&$f5G+/4;rt7n>p*2>T0+1\rm&1&<U#0D[<t/c%$p/,:[k.JbIg-i,1d-2Jn_,PiVV+o*8W
-++8HuQ*<S<->t=WCp+Q(kp+>thp+,nf!@\`^!!+Irp\tM8'gtGW6UF!Pp*]P\p*KAWocs/Sp*',P
-+p)aDU&e,'HblB%:b2h[Gk2tjikih9qlK[^$m-X3.mdKW6nF?&>hS at dtaP?I^pAFXeoe\5rrVqB~>
-+JcCB&%,PP-0hkJ@;,KkJ3]d-uq`+I3q_n=/q_\1+q_J((qCqe"r%@gtr%.^qqC;Clr[@apq^D=h
-+q^21dq]u%`q]bn\q]PbXq]>PR"$^R:;>N0E2#&m%1AEU!0_d<q0)dF'//A-a!@Q at jrs3EY:/+GV
-+91Kfp.ekIe./51b-MJh^,krVY,5<>V+TEMd)A<Pb!R1Tj--5-,jQ,Fbk3(pkkiq?slg*p(mHs?1
-+n*oi:n_LF^]sHDbp at eFY"8+K%qYgGE~>
-+JcCH($J])*2,$_>:/+2?q`4O5q`"C1qDJ.,q_S+)q_ at t%qCh^uq^q[rqCDFmq^MCjq^;1dpEfY]
-+q]kt^qB>_Yq]G\Vq],b`B4tfR2"rg#1AETu0_[6q0)$sq/-R*s!!!DBq#:X\-;-s'8Ot-P.ebCe
-+./,+`-MSn\,krVY,538V+9N]%%0ZD*;["XAA8caGNL-?>[D0i4hV6Q*a2#9mXJVVWOb at sp?;a3O
-+/0>W@&J#<Y#RVOV!C`jGk2tjikih9qlK[^$m-X3.mdKW6nF?&>o(2 at hceHjppA4Lbc39.)s*t~>
-+JcCH($J])(0LeN%7n,^%r&+=-qD7q&qD%h#qChXsqCVOpqCD at kqC27hqBu+dqBbq_qBPh\oHEuP
-+qB,PTqAfY^>[:M+0_R0m0(pmi/G:Uh.Kpgo!!!DBq#:X\,=Fpe6UDt at ..nt]-MAbZ,kWDU,5*2Q
-++T*;`*Z#7gpAe+q.S+)gH%V*CTrYT9aj],$eBZ+M]!JK8T9taoG\^V`75uh?()%8j%1<FK*!ZL5
-+Uu^Y"k3(pkl07Kulg*p(mHs?0n*fc8naZ2 at nAWc0dF%[apB&VDMuE[+~>
-+JcCH($f#2+2GR%E:esSE48V):3Vtf52u>N12>]6-1]&s)1&E[%0DdC!/c.*r/,Lgn.K1ap.JkOj
-+-i57g-2Jna,Q&b^+o<D[+8R&V*<RO$CM*?!pGDY$q(h\!pb;IrpFcFs"WmgH!"6U;rs1V5:/+GV
-+9-tqZ.ekIe./51c-MJh],krVY,5<>Z+9N]%%KuM+;["XAA8caGNL-?>[D0i4hV6Q*a2#9mXJVVW
-+Ob at sp?;a3O/0>W@&J#<Y#RVOV!CW^CjQ5Lck3(pkl07Kulg*p(mI'E2n*oi:o():^[D02mpA4Lb
-+c39.)s*t~>
-+JcCN*$JJi)3D<+A:/+,<rAsg9q`+F2q_n=/q_\.*q_J%'q_7n#q_%atqCMLoq^VIlqC)4gqBkt`
-+pa#_]q]bn\q]PbXqB#SU"&NZE6Mr\71\`a"1&!Bs0D@*n/c at 4(-3sSO#,h:s#8'!i8kMZF(B,fX
-+.JG7c-het^-2/\Z,PNDW+oNMb*u5:\!!OHAJum;ce,LcfS1jpfJCs&Kkiq?slKdd&m-X3.mdKW6
-+nF?&>o(2JFe]?V"a7]<'!bi54rr7K~>
-+JcCN*%,,&)1dsi&7n,[$2E(@gqDA%)q(he$qCqb!qC_Urq(2 at mqC;=jqC).eqBl%bqBYk]qBGVV
-+pE98RqB#PT"A)m)4YcXap+Q(kp+>thp+,nf"XF?R!!]@srs',m6psC05ns;HodBDZp*KDXocs/S
-+p*',P"!8R"%/Bl,+&RWkcgB3]-M<l_!$d$GkND'ml07Kulg*p(mHs?0n*oi:nac8BoCUSShq?'C
-+qY(&*&FBDrJ,~>
-+JcCN*$JJi)3_iFH:esPCr&ad:q`4O5q`"C1q_e7-q_S+)q_ at t%q_.h!q^q^sq^_Lmr$hRms!ddm
-+r$V at gq^)+bq]kt^q]YhZq]G\Vr>c#=CMQ?spbhh'pbV\#pG)Fspb2Cpr[e:$#ljr0Vtp>t&Nif_
-+9h\.qr[[anpaPtdpa>h`pEfS[p`oPXp`T_^*u5:\!!OHAJum;ce,LcfS1ajeJ(E`DkND'ml07Ku
-+lg4!*mI'E2nF5u<o()DDd^-d&]_2-q!bi54rr7K~>
-+JcCT,$.iE*78-BL9hRkP48V)93Vtf52u>N02>]6-1]&s)1&<U$0DdC!/c%$q/,Lgn.JkOj-i57b
-+-28b_,PiV]+o<DZ+8[,Z*<S-3BNFsdpbVY"pG)FspFl7npauFq"Y1&_!!8G_rs7or84uQI8MV at b
-+.ebCe./,+`-MSn\,krVY,535^*YJVR!!E?fLqNK)s!5Qd"U\MKkiq?slKdd&m-X3.mdKW6nF?&>
-+oCMVHp#s?LilCB^pB'=bDuTce~>
-+JcCT,$J/N(5".n07RTBuqDS1-qDA"(qD.n%qCqb!q(DLqqCMInq'u4iqC)1fq'PqaqBYn^qBGVV
-+p)s2RqB#VV"Yj:g:,+Ks0_R0m0(ggi/G:Ui.Kq72!!!(cqu6rf#XLjH6UNIGr$_4cp*TJZp*B;U
-+p*0/Qq&f_[&d8+4"9LfD]_BSK,fNmi$=(:.kiq?slg*p(mHs?0n*fc8naZ2 at oCMVHkeu<;a6WWs
-+!oa`/rr7K~>
-+JcCT,$.iE+7SZ]S:JF7T4Sq5;3rD#73;b`42Yo</2#B*+1A`g'0`*O#0)I6t/Ggsp.f1[o./k[m
-+./PCh-Mo+d,l8h`,5WP\+T*>X*X3WBCMR'22Y]0(2#&m%1AEU!0_d<q0)mL,/.V^\!gWZ_#jVdh
-+:/+GV1EZQGpaZ%fpF,eapa5b^pa#VZpEKJX!Zr'Zqu?j$5DZuHb5Wa+=To.:]]\JAkiqBtlg*p(
-+mHs?1n*oi:nac;Co^q=T^VmSGqtC0O%r_IIJ,~>
-+JcCZ.$e8B#5>+XC9hI`74Sq5;3r:r63;YZ32Z#B.2#B*+1A`g'0`*O#0)@0s/Ggsp.f(Uk./PCh
-+-MSn^,l/b_,5WP\+Sm2X*X!QoBP0:#2"rg#1AETu0_[6q0)$ss/-.75rVuqar;R&<%89De8kBjK
-+qC;7hpF,b`pa5_]pE]JXpEKJX!Z_aOr;Zp6>c7#.s!-`[)ZVjdjm)0tm-O-,mdBQ4nF5u<o()DD
-+o^qhLp<;%IcJeZp"G-g3s8RT~>
-+JcCZ.$.W/s3CH8(7RTB:2u5H.2>T0+1\ig&1&<U#0D[<s/c%$p/,Cal.JbIg-i,1d-2Jn_,PiVY
-++nd&S+8Hr[=C#/fr\=+#p+Q(kp+>thp+,qg!@\W[!!&>_rs6CK779O26Ph-H..nt]-MAbZ,kWDU
-+,5*2X+9EMm!W<!#'O7R(`;_(GK,XeLRcNc!lg*p(mHs?0n*fc8nac8BoCV\Jp%HV[jj)i^pB6'O
-+g].;(~>
-+JcCZ.$.W0!5tt'K:J=1U4o7A=48V)93Vtf52u>N12>]6-1]&s)1&E[%0DdC!/c70r/,Lgo.K(Xp
-+.JYCi-i57f-2Stb,Pr\^+o<DZ+8d/_+(T/%3W:r32>B$'1\`a"1&*Ht0DI1"/HIC8rVuqar;R&<%
-+Soho9hZESq^_FkpaPtdpa>h`pEfS[p`oPXrZM=`%KZM.!u,"<m_o,Mk^sfS2jr^jl0 at R"lg4$+m
-+dBQ4nF?&>o(2JFo_%pr]>_;9qtC5F"l'(WJ,~>
-+JcC`0$.;io5>+XC9M%PH4Sq5;3r:r73;YZ32Yo<.2#B*+1AWa&0`*O#0)I6s/Ggsp.f1[l./PCg
-+-Mf%_,l&\^,5WP\+T!8Z*WnoGBM%tUpG;S"pG)Crpb2 at opFZ@q!#>J5!1<`b#F,rr91hf@)YbfV
-+.JG7c-het^-2/\Z,PWJ^+T`c"!WE'$!CO0j^],MTX?Ze'Fjo[Cm-X3.mdKW6nF?&>o(2JFo_%nN
-+p>=*Wf[p&q"R[:/s8RT~>
-+JcC`0$.;im3^cA)77'-93;PT12Yo<,2#9$)1AWa%0`!Hu0)@0r/G^mm.f(Uj./>7e-Mf%b,l/b^
-+,5<>T+S[&U*Wn]6>snQFoe?(moe,qip+5nfq'l at YrVuqcrVm+f&Of)U6TQ(Z..nt]-MAbY,kWDU
-+,5*/^+<M3srW!$$6aHX)s!%?A5QM^Edd-5cm-X3.n*fc8naZ2 at oCMVHp%A%Php(?:fDP at GmN#7+
-+s*t~>
-+JcC`0$dr&r5tk!J:.mr<55RM?4Sq5;3r:r73;b`32Z#B02#B**1Aim(0`!I#0)I6t/Ggsp.f1[o
-+-ib^l./PCh-Mo+d,l8h`,5WP\+T!8[*WnuLCJ=[bpbhe&pbV\#pbDOtpb2 at os"+3crVuqcrVm+f
-+'MhIu9gK]m/,:[i.JG7c-ho%_-2Ah],PWGa+VOnU!!<6hZM_K;,5\H,!>oq+lKdd&m-X3.n*fc8
-+naZ2 at oCV\Jp%J+7\Au>2r:^?^*E3"<J,~>
-+JcCf2$.)Qk5Y=XA91VAH4o7A=48V)83Vtf52u>N02>]6-1]&s)1&E[%0D[<u/c.*r/,Cam.JkOj
-+-i57e-28b\,Pr\^+o3>Y*sE]9BP:[/pb__$pG2LupFu=ppb):mr[\0i!!!,-rr37:(edRp8g#K3
-+pF>ndpaGkapEoY]p*BDXpEBVW#Q=])$"VJpruom,$j'7mm-X6/n*fc8naZ2 at oCMVHp%A%Pp\41#
-+iSi)UrV$Da!QtFm~>
-+JcCf2$.)Qh3^Z;'77'-53;PT12Yf6,2#9$(1AWa%0`!Hu0)@0r/G^mn.f(Ui./G=f-Mf%b,l&\]
-+,5EDU+SQuW*Wmis>u^\Up+Z1noe,qip+5keqC2Ub!!!,-rr349(.CVZ6QIKH..nt]-MAbZ,kWDU
-+,535])[H?B!XWDc\c3i&C((/?R-X/,mdBQ4nF5u<o()DDo_%nNp at n=NbMhI+pAO^fS,pe4J,~>
-+JcCf2$.)Qk6;1'I9hIeM55IG?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f1[f
-+./YIh-N#1e,l/b`,5WP[+T*;a*\;)B@/DkW2>8s'1\`a"1&*Ht0D@(&/K+Th"1/",#A4rN:/+G+
-+./,7e.ekIe./51c-MJh],krV]+orYgrW!!+ACA$g+k168!`59Lm-O--mdKW6nF?)?oCMVHp%A%Q
-+p[Gl6_Sc*GpB-odb5Zt~>
-+JcCl4$-c6e5Y4R at 91VAJ55IG>4Sq5;3r:r73;YZ32Yo<.2#B**1A`g'0`*O#0)I6s/Ggsp.f1[l
-+./G=g-Mo+a,kiP\,5WP\+T!5`>%hS42>8s%1\`a"1&!Bs0D@*n/cR at 2'EA+ at b5_K%,"tX%7i2+S
-+paZ"epF,eapEoV\pE]JXq]Z%a')hk4!GLf,rtk9j-NG$!_!^[[nF5u<o()DDo^qhLp at eIZ"P22m
-+cgq)0"84*;s*t~>
-+JcCl4"O0^]3^`m7!C8gF3Vk`32u5H.2>T0+1\rm'1&<U"0D[<t/c%$p/,:[k.JbIg-i,1d-2Jn`
-+,P`P[+nd&Q+9*Aa;-dHeqD%[tp+Q(kp+>thp+,th%hepC$d/ML3?UaY6pMM:.J>1_-h\n[-2&VW
-+,PE>Y+TW\urW!!#B^<)+(\<h<!#]OdmdBQ5nF?&>o(2JFo_%nNpAO^gf%9?9o)A at cp*WW8J,~>
-+JcCl4$-c6f5tajF9hIbM5PmYA4o7A=48V)93Vtf62u5H02>f<-1]&s*1&<U$0DmI"/c.*r/,Lgn
-+.J5+d-i57f-2Stb,Pr\^+o<D[*s5b`CHhSQpbhh'pbV\#pG)Fspb2Cp%P8Cq!"6sLs#DB$:/+=t
-+r[ddopaZ%fpaGnbpa5_]pa#VZruqIe')hk4!GLf,rtk9j-NG$!^[:IWn*fc9nac8BoCV_Kp at eIZ
-+"OOj+^@M9t"84*;s*t~>
-+JcCr6$J.rm5tOX?8k203q`aj>q`Oa;q`=R6q`+I3q_n:.q_\1+q_J%'q_7k"q_%atq^hRoq^VIl
-+q^D=hq^21dpa#VZqBGbZq]Pk["$UC3;>rHI2#&m$1A<Nu0_[6p0)."./1V52!#G&'+tu\`8h;1a
-+/,(Of.JP=c-het_-2&VZ,Q/ee+U\2K!@PagrtEOn(B>k3dI?Yqnac;Co^qhLp at eCX"R<qncKkK(
-+!g<`HJ,~>
-+JcCr6$eJ&k3^Q/#6pWpr3r1l53;GN02Yo<-2#9$(1AWa%0`!Hu0)@0r/G^mm.f(Uj./G=f-Mf%b
-+,l&\],5NJW+SHlZ3aH#_q(_Rsp+Q(koe#kgp+-%j%4Mbe!#G&'+tQ/N6ms2V.J>1_-h\n\-2&VW
-+,PE>[+TW\mrVusH_Qa%Rb&8'r."0M4nF?&>o(2JFo_%nNqtC6Y`9tq:rq?JX"64n~>
-+JcCr6$.hil6;'sF9M%SL5l<kD55IG?4Sq5:3rD#83;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp
-+.f1[h./>7f-N#1d,l8ha,5WP[+TEMc5\k.6q)8"*pGDY$pbMV!pb;Irpb!"-%fcSFn,FRe:JOV:
-+,5a"e/,1Uh.JG7c-ho%`-28b\,68qprVusH_Qa%Sb&8'r."0M3nF5u<o(2JFo_%nNpAFXfl*AOE
-+lMgMZP69iq~>
-+JcD#8$/Ji/5Y+F<8k25F5PmY at 4o7A=48V)93Vtf52u5H02>]6,1]&s)1&E[%0DdC!/c%$q/,Lgn
-+.JbIi-i57f-2Jn],P`P\+o<Ac+!bK4AN0QFpb__$pG2LupFu=ppb):m$RuMa!)NV23_W1=(\oTU
-+.ekIe./,+a-MJh\,kiMg+s73m!!R`DXoB"1[p'4?4-8Cko(2JFo_%nNpA4Lip!)IEk4eW8%"Nj~>
-+JcD#8$/Jf+4$l8$6U<j33r(f43;PT12Yf6,2#9$)1AN[$0`!I!0)@0r/GUgm.f(Uj./>7e-Mf%b
-+,l&\],5NJX+S[#], at +SZ1\`]u0_R0m0(pmj/G:Ul.LRX3!!#gp(,\NK6l#SJodKJ\p*TJZp*B;U
-+p*'_b*shoI"ag!Grt5.;>71EmOPo["oCMVHp%A%PqY(<hc/I.6p\3q]J:I~>
-+JcD#8$f,&26:sjC9M%T;62NqE5PmYA4o7A=48V)93Vtf52u>N12>]6-1]&s)1&E[%0DmI!/c70s
-+/,Can.JG7d-i57f-2Stb,Pr\^+o<Ab-#.4/3VYN-2>B$'1\`a"1&*Ht0DR4./.2FX:]D4o:JOV$
-+qCM at kpaZ%fpaGnbpa5_]pa#_]"sF<R!!R`DXoB"1[p'4?4-8Cjo()DDo^qhMpA4LiotnSYj7i<5%
-+"Nj~>
-+JcD):$0>bD5tFO<8Oc&F5l3eB55RM?4Sq5:3r:r73;YZ32Yo<.2#B*+1A`g'0`!I"0)I6s/Ggsp
-+.f1[l./PCh-Mo+c,krVY,5WP]+9P8MBMA=]pGDV#pbMRupFu at qpFc4m$7Q&W!2'oi9M7>cpFH"g
-+pF5hbpa>e_pEfPZq'-%d#ljr5];Y`>o:nhZ#>M#\oCV\Jp%J+SpBTL'fAH>sA/p+~>
-+JcD):$0>bA4$c/!6U<j548M#73VbZ22u5H/2>T0+1\ig&1&<U#0DR6s/c%$p/,:[k.JbIh-i,1c
-+-2Jn`,PiV\+o*8U*s4o:>t+KBoe?(moe,qip+5nfr@/.$!rr=o&3NBL1E6-=p*fS]p*TJZod'5U
-+pEBb`#ljr5];Y`>o:nhZ#>M#\oCV\Jp%J+SpBTL'fAH>sA/p+~>
-+JcD):$KYkF6:jdB91VH;qa(*Er'1$Aq`Xj>qE+R8r&OU5r&=L2q_e7-q_S+)q_ at t%q_.h!q^q[r
-+q^_Onq^M=hpa>nbq^)+bq]l"_qB>e["ANZI:,hr+pbhe&pbV\#pbDOtpb2Fq$7Z/Y!2'ol:JNql
-+pal.iq'u.gpF,eapa5_]q'>n`"X+0P!"6E;rsnXq8-B/lV!IXEo_%nNpA"@ef=S`Op\/2<J,~>
-+JcD/<$0uUX5t=F98Oc&G62NqE5PmY at 4o7A=48V)93Vtf42u>N12>]6,1]&s)1&E[%0DdC!/c%$q
-+/,Lgn.JbIi-i57f-2Jn_,PNDZ+oWSe.qiU*2Z#B,2"rg#1AETu0_[6q0)."+*rl9G#sh6X)_*Bi
-+pac(gpF5kcpF#\^pa,VZr$)@h#QOi6_5.)<k`@Y%&7;p<p%J+QpBKs-g=l;B!.Y~>
-+JcD/<$L;^V4$c/!69m[rqE+O7q)S:2qD\7/q)/"*qD7q&qD%h#qCh[tqCVLoqCDClqC27hq'Z"c
-+qBbt`q'5_[qB>\XqB#hg?!UPfp+c7pp+Q(kp+>thodg"k#os!G#7*F\6l at BH.J>1_-h\n\-2&VW
-+,PiSf+UA&J%Dek?$L!R/!"`MHoC_hNp at edWbhCeFa8g_~>
-+JcD/<$0uUY6V0jA8k;>H6Ms.H5l3eC55RM?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6u
-+/G^mo.f:ak./51d-Mo+d,l8h`,5WP`+9j?3CLoIa2u#<+2>8s'1\`a"1&*Ht0D[:/*rl9G#t7Wb
-+*%NTmq(27jpaZ%fpF,eaq'Ph^p`p%g+p\/K%Dek?$L!R/!"`MHo(D\Lp at edV]"QVfa8g_~>
-+JcD5>$LrNm5Y"=884Gs5qa(*EqEOj at q`Xg=qE+R8q`4O5q`"C1qDJ.,q_S+)q_ at q$q_.h!q^qXq
-+q^_Onq^MCjq^;7fqBc"aq'5SWq]Q(b;J9`6qDJ"(pG;S"pG)Crpb2 at oq(2g_!!!3g9LB]r/GC[i
-+.ebCd./51a-MJh\,lT"l+UJ,K&BLOE#M=GK!"*>Lo^qk\dF6hD*.S~>
-+JcD5>$1WBh4$Z%s69m^24Sh/93r(f43;PT12Yo<-2#/s(1AWa%0`!Hu0)@0r/G^mm.f(Uj./G=e
-+-Mf%b,l/b^,5NJY+T*;a8mP^g1A*Bq0_R0m0(pmj/G:Un.L6Ob!!PGQ4VoUA.J>1_-h\n[-2&VW
-+,Q/ei+:%rI&BLOE#M=GK!"*>Lo^qk\dF6hD*.S~>
-+JcD5>$1WEm6:aX>8k;AK6i04I62NqE5PmYA4o7A=48V):3Vk`52u>N02>f<.1\rm)1&E[%0DdC!
-+/c.*r/,Lgn.JbIf-i#+d-2Stb,Pr\^+Tk\ZCJ"I`pbqn)pb_b%pbMRupb;Irq^r*c!!!3j:IZ9$
-+/bgmk/,1Uh.JP=d-ho%_-2Jkj+pe5L&BLOE#M=GK!"*>Lo^qk\a10Um*.S~>
-+JcD;@$20-*5t4=67n,lC6Mj(G5l3eC55IG>4Sq5;3r:r63;YZ32Z#B.2#B*+1A`g'0`*O#0)@0s
-+/Ggsp.f(Uk./PCh-Mo+c,l8hZ,5`Sd12(?.pbhe&pbVY"pG)FspFl7nq^i%'"98Qh9Htn]/GLai
-+.ebCe./,+`-MSn\,R#A!!!!;MSc8up`FK2R&mM6up at e[JaOWJ(~>
-+JcD;@"SRU"4$`d2!'pKGqE4R8qE"I5qDe=1qDS.,qDA%)q(he$qCqb!qC_RqqCMInqC;=jqC).e
-+qBl%bqBYk]qBGbZqB5bZ""mkb<rOlJ1%m<p0D-sj/bUah.gRUQ!rrHb73EoU.eY=b..nt]-MAbZ
-+,kWD^+pB+s!!!;MSc8up`FK2R&mM6up at e[JaOWJ(~>
-+JcD;@$hf?-6V'a>8Ol3;7/B:J6Ms.H5l3eC55RM?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#
-+0)I6u/G^mo.f:al./>7c-Mo+d,l8h`,5iYe12CZ7r&=C/pbhe&pbV\#pbDOtpb2Ot#:ouX"@>m0
-+-i5Lj/GLaj.ekIe./51b-MSnb,R#D"!!!;MSc8up`FK2R&mM6up at e[FZ-GI^~>
-+JcDAB#l9]=5t+757n3DDqa10GqEXpBq`am?qE4X:q`=U7q`+I3q_n:.q_\1+q_J"&q_7n#q_%at
-+qCMLoq^VIlq^D=hqBl(cq]u%`oHO8X"']GP55-r02"rg#1AETu0_[6q0)I4()#s\"8f.:SpFGtf
-+paPqcpF#__pEfV\"X=BT!"R,=rsJbJHn>=&4*R.)hYQsJo=?)q~>
-+JcDAB$2Tf:4?l(r5sRX04o.;;48M#63Vk`32u5H.2>T0+1\rm'1&<U#0DR6s/c%$p/,:[k.JbIg
-+-i,1d-2Jn`,PiV[+o3;a+&ZBM3rLi-1%m<p0D-sk/bUah.g at I>!!+uF(&TQT.J5+^-h\n\-2&VX
-+,6]8!!!!MNRK!Wnb'Yc@#!7$t]&*;X!qWuHJ,~>
-+JcDAB$Moo at 6UsX;8Ou9=qaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+L4qDS4.r&":,qD.t'q_7k"
-+r%@juq^hUpq^VIlq^D7fpa5h`q]u%`q]c%`"(#bY5l3M82Y]0)2#&m%1A<Nu0_d="/d3*m!^9<q
-+q(;@mpFH"gpaPtdpa>h`pEfhb"X=BT!"R,=rsJbJHn>=&4*R.)hYQsJo<'-b~>
-+JcDGD#lUGP5Xe+27Rd8Dqa:6Iqa(*Eq`jsAqE=^<q`F[9qDnF4q`"C1qDJ.,q_S+)q_ at t%q_.du
-+q^q[rq^_Lmq^MCjq^;7fq^)(aq]kbX"X-$BBMpb_2>8s%1\`a"1&!Bs0D@*t/HmX,!$a'=pFQ%h
-+paZ"epF,eapEoV\q]l:U!!!ACPlD<cQ;f(0!!!-S;Ij$6:FlJeJ,~>
-+JcDGD"T=uI4$W^0!'g?EqE=X:qE+O7qDnC3qD\4.qDJ++qD7q&qD%h#qChXsqCVOpqCDClqC24g
-+qBu+dqBbt`q'5_[qB>_Y"#sRl9)LI<1%d6o0D-sk/bUai.g7@(!$E^4qC;1fp*fS]p*TJZod';W
-+":kJ4$Gr&-&Fu,d,67cE">3S_>ZX]P!$6X~>
-+JcDGD$2pPR5t4 at 884Q/H7JfLM6i04J62EkE5PmY at 4o@G>48V)93Vtf52u>N12>]6-1]&s)1&E[%
-+0DdC!/c.*r/,Lgn.JkOj-ho%a-2Sta,Q&_f5AP%6qD\1-pbhe&pbV\#pbDOtpb2V!"tTiV,VL>o
-+pau7lpFH%hpaPqcpa>h`pE]qR!!!ACPlD<cQ;f(0!!!-S;Ij$6:FlJeJ,~>
-+JcDMF#QCh`4[_\-7fGjR7/K at K6Ma"F5l3eC55IG>4Sq5;3r:r73;YZ22Z#B/2#B**1A`g'0`*O#
-+0)I6s/Ggsp.f1[l./G=g-Mo+d,l/b[+pB<*BP'@bp,2V%pG;P!pbDLspFl:or at J0h!"oqs/bUaj
-+/,(Of.JP=c-het_-2f(l*WQ0F]oW1%q:;j2BL"I<5Y"k]rI=~>
-+JcDMF#QCh]3'KPl5lEqD55 at A<4Sh/93r(f43;PT12Yf6,2#9$)1AWa$0`!I!0)@0r/G^mm.f(Uj
-+./>7e-Mf%b,l/b],5NJ^+9Won?!B8b1A3Hr0_R0m0(pmj/GCXs('"mXpF>kcp*fS]p*TJZp*BJZ
-+"<@IB#JH2u%/JJ[NG(R84?uD;Zi,C~>
-+JcDMF"obV_5=S-A8,PjR7JfLM6i04I62NqE5PmYA4o7A=48V)93Vtf52u>N12>f<-1]&s*1&<U$
-+0DmI"/c.*r/,Lgn.JkOj-ho%`-2Stb,Q8ki->@7055@/42Y]0(2#/s&1A<Nu0_d=$/cupj&ek3r
-+pau:mpFH"gpaPqcpa>kaq'?.c!!!8;O8fXaf!:9K5W1_i7oltpJ,~>
-+JcDPG"M-ZU6q$c<qaC<Kqa10Gq`t$Cq`aj>q`Oa;qE"L6q`+I3q_n:.q_\1+q_J%'q_7k"q_%at
-+q^hRoq^VIlq^D=hq^21dqBYq_p`]f4BP:WL2YT*'2"rg$1A<Nt0_d<q0)mL*.O>fRr at RappFH"g
-+pF5hbpa>e_pEfhb!t##.JV!iO~>
-+JcDPG"M-TN5!Js1!'pBFqEF^<qE4U9qE"I5qDe:0qDS1-qDA%)q(he$qCqb!q(DLqqCMInq'u4i
-+qC)1fqBl%bqBYk]qBGbZru_D2?!UA)1A*Bq0_R0m0(pmj/GUdu-mKEKp+#bbp*fS]p*TGYp*BP\
-+!t##.JV!iO~>
-+JcDPG"M6cX77I&CqaUHOqaC<Kqa10Gq`t'DqEFd>r&jj<qE"O7q`+I3q_n=/q_\1+q_J%'q_7n#
-+q_%atq^hUpq^VIlq^D=hqBkq_qBYq_"<pKSCL6`opbqn)pb_b%pbMRupb;Ir""P]6,Q'1h/bgmk
-+/,1Uh.JP=d-ho%c,m+MT!.f_$J,~>
-+JcDVI#M)-u6UO717JoXP7JfLM6i04H62NqE5PmY at 4o7A=48V)93Vtf52u5H02>]6,1]&s)1&E[%
-+0DdC!/c%$q/,Lgn.JbIi-i57f-2Jna,PrYf-!t>!:Am*F2>8s&1\W[!1&*Hs0D@*o/bUaj/,(Of
-+.JP=c-het_,m5+d!$1``s*t~>
-+JcDVI"P,ak4[&d/r':*Cq*+X<qE4U9qE"F4qDe=1qDS.,qDA%)qD.k$qCqb!qC_UrqCMFmqC;=j
-+qC).eqBl%bqBYk]qBGe["=$oP>t4WFp+c7pp+Q(koe#kgp+,ecp*o\`odBG[p*KDXrZ_O`!!"&4
-+JcC6~>
-+JcDVI#M)1"77B[88,c'W8,GdP7JoRN6i04I62NqE5PmYA4o7A=48V)93Vtf52u>N12>]6-1]&s)
-+1&E[%0DmI!/c70s/,Can.JkOi-i57b-2Jnb,6]E'CMQa+pc%t+pbhe&pbV\#pbDOtpb2 at opau7l
-+pac+hpaPqcpa>h`rZq[d!!"&4JcC6~>
-+JcD\K$KG8F6UO7177Kd;qaUENqaC<Kqa10Gq`t$CqEFd>q`Oa;qE"L6q`+I3q_n:.q_\1+q_J%'
-+q_7k"q_%atqCMLoq^VIlq^D=hq^2.cq]u%`r#u+trb):'rAO@,pb__$pG2LupFu=ppb):mpFQ%h
-+pF>qepF,b`pa5h`"=+0O!2G,F!<7Q~>
-+JcD\K$KG2 at 4Zttn5<qM#qEXmAqEF^<qE4U9qE"I5q)J40qDS1-qDA%)q(he$qCqb!q(DLqqCMIn
-+q'u4iqC)1fqBl"aqBYn^qBGh\!&4CX!(-H9p+c7pp+Q(kp+>thp+,ecp*oY_odBG[p*KDX"<n$M
-+!2G,F!<7Q~>
-+JcD\K#NJuE6psI68,>dR8,GdQ7JfLM6i04I62NqF5PdS at 4o@G=48V):3Vk`52u>N12>]6-1]&s)
-+1&E[%0DdC!/c.*r/,Lgn.JkOj-i57c-28bb,60V#CB7'fpG_k*pbhh'pbV\#pG)Fspb2Cppau7l
-+pFH"gpaPtdpa>h`"XPDu!!&dFrrE(L~>
-+JcDbM#P)jg6:+%-7J]ON7f,XO7/K at J6Mj(G5l3eC55IG>4Sq5;3r:r73;PT22Z#B/2#9$*1A`g'
-+0`*O#0)I6s/Ggsp.f(Uk./PCh-Mo+c,l8hc+ok"0BE1Hu2YT*'2"rg$1A<Nt0_d<q0).$l/GC[i
-+.ebCd./51a-N#.m(]XOprdk(Ls*t~>
-+JcDbM#kDpd4?Pel5=#*3q*=d at qEFa=qE4U9qE"F4qDe=1qDS.,qDA%)q(he$qCqb!qC_Urq(2 at m
-+qC;=jqC).eqBl%bqBYk]qBGn^!'U<e!'^05p+c4op+Q(kp+>thp+,ecp*o\`odBG[p*KGY";h+=
-+2u\C.!<7Q~>
-+JcDbM#kDsi6psI57S*GKqagWTqaUENr'^ELqEk*Gq`t$Cq`am?q`Oa;q`=U7q`+I3q_n=/q_\1+
-+q_J%'q_7n#q_%atr%.[pq^VLmq^D:gr$M1bpa#ka!(Hm&!_,./pc%t+pbhe&pbV\#pbDOtpb2 at o
-+pau7lpac+hpaPqcpa>ka";q1>2u\C.!<7Q~>
-+JcDhO$2]Z:5XIh+6q0]F8GbpR7f,XO7/K at K6Mj(G5l*_B55RM?4Sh/:3r:r73;YZ32Yo<.2#B*+
-+1A`g&0`*O#0)I6s/Ggsp.f1[l./PCh-Mf%c,l8hd+p:JNBP0p72YK$'2"rg#1AETu0_[6q0)$sk
-+/GLai.ebCe./,+`-N5:n$NL1=JcGcMJ,~>
-+JcDhO$i>i94$5Yi5!VD#6MWqD5l*_A55 at A<4Sh/93r(f43;PT12Yo<,2#9$)1AWa%0`!Hu0)@0r
-+/G^mm.f(Uj./G=e-Mf%b,l/b^,6&eh6X<u&6ME8/1%m<p0D-sk/bUag/+kCc.J>1_-h\n\-2Aeg
-+$NL1=JcGcMJ,~>
-+JcDhO$i>l=6:4.07S$*C9)D3W8GbpS7f,XO7/K at K6Mj(G5l3eC55RM?4Sq5;3r:r73;b`42Yo</
-+2#B**1Aim(0`*O#0)I6t/Ggsp.f1[l./PCh-M\t`,l](n95A<X9/np*2u#<+2>8s'1\`a"1&*Ht
-+0D@*o/bpsl/,1Uh.JG7c-i54m$NL1=JcGcMJ,~>
-+JcDkP$E5sK5sdq+7n?3CqagQRqaUHOqaC9Jqa10Gq`t$Cq`aj>q`Oa;q`=U7qDe at 2q_n=/qDA(*
-+q_J%'q_7n#q_%^sq^hUpq^VFkq^D=hq^21dqBYq_!)``/!)EDLpGM\%pG;S"pG)Crpb2 at opFZ+j
-+pFH"gpF5hbpa>e_"XP>n!#tlfs8W+L~>
-+JcDkP#H0F=4$>bk62<kC62EkC5PdS?4o.;:48M#73Vk`32u5H.2>T0+1\ig&1&<U#0DR6s/c%$p
-+/,Cal.JbIg-i,1d-2Jn_,PiSa9)`)r7e\\21%m<p0D-sk/bUah/+kCc.J>1_-h\n[-2]"k+TMK]
-+rIP"Ks*t~>
-+JcDkP$)omL6UX at 384lPP9)D3W8Gl!S7f,XP7/B:J6Ms.H5l3eC55RM?4Sq5;3r:r73;YZ32Z#B/
-+2#B*+1A`g'0`*O#0)I6t/Ggsp.f:al./PCi-Mf%`,QT,hrbDL1r]'X2pbqq*pGDY$pbMRupb;Ir
-+pb)=npal.ipaZ%fpaGnbr?_Xl!<=);JcGcMJ,~>
-+JcDqR$,o.m5XIh*7S-5L8c)'U8,>^P7JfLM6i04I62EkD5PmYA4o.;<48V)93Vtf52u>N02>]6-
-+1]&s(1&E[%0DdC!/c%$q/,Lgn.JkOj-i,1e-2Stc,61 at 8BE;0oq_n1+pGDY$pG2Itpb;FqpFc4m
-+p+5thpF>ndpaGkapa-(Z!!%%js8N%K~>
-+JcDqR#fJqe4$5Yh5=5<9q*OpDqEXmAqEF^<qE4U9qE"F4qDe=1qDS.,qDA%)qD.n%qCq^uqC_Ur
-+qCMInq'u4iqC).eqBl%bqBYn^q]Z#-r`oP"1\WZu1%m<p0D-sj/bUah/+kCc.J>1_-h\n\-2f(k
-+('">TJcG`LJ,~>
-+JcDqR#fT+p6:4./84reQqF^ZWqagTSqaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+L4qDS4.
-+r&"7+q_J((q_7k"r%@juq^hUpq^VIlq^D=hq^21dp`oi4rbDO;3rV,62u#<+2>8s&1\`a#1&*Ht
-+0D@*o/bgml/,1Uh.JG7c-iYLq(B=GUJcG`LJ,~>
-+JcE"T#hr0;5X at _'7S3MMqapWTqa^NQqaL?Lqa:6Iqa(*Eq`jsAqE=^<q`F[9qDnF4q`"C1qDJ.,
-+q_S+)q_ at t%q_.duq^q[rq^_Lmq^MCjq^;7fq^)(arZ_D0rb)=?55R832>B$&1\W["1&!Br0DI0o
-+/b^gj/,(Og.JG7b-i,.l#ljtKJcG`LJ,~>
-+JcE"T$JS953]oPg5XRq-qEt*Gq*FjBqEOg?qE=X:qE+O7qDnC3qD\4.qDJ++qD7q&qD%h#qChXs
-+qCVOpqCDClq'l.gqBu+dqBbt`q'5h^!'U<e!EM2R1A3Hr0_R0m0(pmj/G:Ue.eY=a..nt]-MAbc
-+,Qe>Q!6]rnrr7K~>
-+JcE"T#hr3=5sdt-7n`eSqb-fYqapZUqa^NQqaLBMqa:6Ir'C0Er'1'BqE=a=q`FX8r&OX6q`"C1
-+q_e7-q_S+)q_ at t%q_.h!q^q[rq^_Onq^MCjq^;7fq^)(a!(?g%!Fe=n3;5B,2Y]0)2#&m%1A<Nu
-+0_d<r0).$n/GC[i.ekIf./5.m-4'YPbCT]ms*t~>
-+JcE(V#ju1`5<qP%78!MOqb$`WqagTSqF:?NqaC<Kqa1-Fq`t$Cq`aj>q`Oa;q`=U7q`+I3qDS4.
-+q_\1+qD.q&q_7n#q_%atqCMLoq^VIlq^D:gq^21dq]u1d"ZKt*BP'g32YT*'2#&m$1A<Nu0_[6p
-+0).$l/GC[i.ebCd./51f-3GFl!%*9srVqB~>
-+JcE(V#ju+Y3]fGd5=>98qEt*GqEasCqEOg?q*"R:qE+O7q)S:2qD\7/q)/"*qD7t'qD%e"qCh[t
-+qCVOpqCD at kqC27hq'Z"cqBbt`q'5n`"Z'@g?!BVg1A3Hq0_R0m0(pmj/G:Ue.eY=b..nt]-MA_f
-++92BgJcG]KJ,~>
-+JcE(V#ju1a5sdq+7ninVr(Qr[qb$cXqagTSqaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+I3
-+q_n=/r&"7+q_J((qCqe"r%@gtr%.^qq^VIlq^D=hq^21dq]l>*B5;9s9)UaE2u#<+2>8s&1\`a#
-+1&*Ht0D@*o/bgml/,1Uh.JG7e-NbRn!%*9srVqB~>
-+JcE.X$Mo945<hD!6qU-Hqb-fYqFUQTqa^NQqF19Lqa:6Iqa(*Eq`jp at q`Xg=q`FX8q`4O5q`"C1
-+qDJ.,q_S+)q_ at t%qCh^uq^q[rqCDFmq^MCjq^;7fq^)(a!A.OTBE;'kq_n.*pb__$pG2LupFu=p
-+pb):mp+5thpF>ndpaGkar[%^`!!%J!s8DtJ~>
-+JcE.X#l9$,3BK;b5=>B<qF(0IqEk!DqEXmAqEF^<qE4U9qE"I5qDe:0qDS1-qDA%)q(he$qCqb!
-+q(DLqqCMInq'u4iqC)1fqBl%bq'>e]![9*lr`oOu1\NTt1%m<p0D-sk/bUag/+kCc.J>1_-h\n^
-+,m+q`!.KM!rVqB~>
-+JcE.X$2T345X7Y'7SHSS:&@W]9D_?Y8c)'U8,GdQ7JfLM6i04I62NqF5PdS at 4o@G>48M#93Vtf5
-+2u>N12>]6-1]&s)1&E[%0DdC!/c.*r/,Lgn.JkOj-i57f-2f(i/m\Hl!EM5[3;5B,2Y]0(2#/s&
-+1A<Nu0_d<q0).$o/GC[i.ekIe./YFp(]XPbJcG]KJ,~>
-+JcE1Y#c0IC5!M>$8ko1Vqb-fYqapZUqa^KPqaLBMqa:3Hqa(*Eq`jsAqE=^<q`F[9q`4O5qD\:0
-+q_e7-qD8"(q_ at t%q_.h!q^qXqq^_Onq^M at iq^;7fq^).c"t!&WBP:^8qDS(*pGDV#pbMRupFu at q
-+pFc1lpFQ%hpaZ"epF,eas!@gY!!'cbs8DtJ~>
-+JcE1Y#c0@<3BB5c6Upo at q*b'HqEk$EqEXj at qEFa=qE4U9qE"F4qDe=1qDS.,qDA%)qD.k$qCqb!
-+qC_UrqCMFmqC;=jqC).eqBl%bqBYn^!@:57>ldqbp+l:qp+Z1noe,qip+5nfod]Yap*fS]p*TS]
-+!tPA3^OcF`s*t~>
-+JcE1Y#Gj at D5X@_+9`%T^:&@W]9D_?Z8bu!U8,GdP7JoRN6i04I62NqE5PmYA4o7A=48V)93Vtf5
-+2u>N12>]6-1]&s)1&E[%0DmI!/c70s/,Can.JkOi-i>=g-2o.o-;SAlCLKI+3;5B,2Yf6)2#&m%
-+1A<Nu0_d<r0).$n/GC[i.ekIf./bLq&-)^FJcG]KJ,~>
-+JcE7[#L#+f5!M;!8c2<[9`%K[9);-V8GbpR7f,XO7/K at K6Mj(G5l3eB55RM?4Sh/:3r:r73;YZ3
-+2Yo<.2#B*+1A`g&0`*O#0)I6s/Ggsp.f1[l./PCh-Mf%e,R$>BB4tjGq)7t)pGDY$pG2Itpb;Fq
-+pFc4mp+5thpF>ndpaGka!s\f.o7?r?s*t~>
-+JcE7[#L#%_3BB5a6Mj7K7J]FK6i'.F62EkC5PdS>4o.;;48M#63Vk`32u5H/2>T0+1\ig&1&<U#
-+0DR6s/c%$p/,:[k.JbIh-i,1c-2Jna,6^&2?!UZ"oeQ4qp+Z1noe,nhp+5nfod]Yap*fS]p*TY_
-+!s\f.o7?r?s*t~>
-+JcE7[#L#.h5<qM%9DqZ`:A[c_9`%K[9)D3W8GbpS7f,XO7/K at K6Mj(G5l3eC55RM at 4Sh/:3rD#7
-+3;b`42Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f1[l./PCh-Mo+h,R$AEC27KRr&FI1pbqn)pGDY$
-+pbMV!pb;IrpFc4mpal1jpaZ%fpF-%h!s\f.o7?r?s*t~>
-+JcE=]$L1hN4[)(r852iSqG$i\qb-fYqapZUqa^KPqaLBMqa:3Hqa(*Eq`jsAqE=^<q`F[9q`4O5
-+qD\:0q_e4,q_S+)q_ at t%q_.h!q^qXqq^_OnqC2:iq^;7fq^)4e"ts7pBP::&qDS%)pb__$pG2Lu
-+pFu=ppb):mpFQ%hpF>qepF,kc"!mpI/V3s"s*t~>
-+JcE=]$L1bH3&s#]5t4 at 7qF:<Mq*b'HqEk$Eq*=d at qEFa=qE4U9q)\@4qDe=1qDS.,qDA%)q(he$
-+qCqb!qC_Urq(2 at mqC;=jqC).eqBl%bqBYt`!A.7L>ldPRoeQ4qp+Z1noe,qip+5nfod]YaodKJ\
-+p*Tbb"![dG/V3s"s*t~>
-+JcE=]$L1hO4[25!8P`/ZqbR)aqb?r]qb-fYqapZUr($TQqaLENqa:3Hr'C3Fq`jsAq`Xg=q`F[9
-+q`4O5q`"C1q_e7-q_S+)q_ at t%q_.h!q^q^sqCDFmr$hLkqBu1fq]uIm0OJR1CK*=m3;5B,2Y]0)
-+2#&m%1A<Nu0_d<r0).$n/GC[i.ekIf-j(aq!%id%r;V9~>
-+JcEC_#lBH14Zttn78<VRqb?r]qb-cXqapZUqa^KPqaLBMqa:6Iqa(*EqEOj at q`Xg=qE+R8q`4O5
-+q`"C1qDJ.,q_S+)q_ at q$q_.h!q^qXqq^_Onq^MCjq^;4eq]uIm-W"GgBO*ar2YT*'2#&m$1A<Nu
-+0_[6p0).$l/GC[i.ebCd./YFp*<6(MJcGZJJ,~>
-+JcEC_#lBH.3&ioZ5=YK>qF:<MqF(0IqEk!DqEXmAqEF^<qE4U9qE"F4qDe=1qDS1-q)%q(qD.n%
-+qCqb!q(DLqqCMInq'u4iqC).eqBl%bqBZ%b"slfF?!UDhoeQ4qoe?(moe,qip+5nfod]Yap*fS]
-+p*Tec!uq:@A:adYs*t~>
-+JcEC_#lBH24[)+r7o/tXr(m2bqG$l]qb-fYqapZUqa^NQqaLBMqa:6Iqa(*Eq`jsAq`Xg=q`F[9
-+q`4O5r&=L2qDJ1-q_S((r%\(&q_.h!q^q[rq^_Onq^MCjq^;7fr$;Oq;/0i]?p=KJpc%t+pbhe&
-+pbV\#pbDOtpb2 at opau7lpac+hpaQ"e"!.FBA:adYs*t~>
-+JcEF`#J;lR4?Ykp9DhT^:A[c_9`%K[9)D3W8GYjR7f,XO7/B:J6Mj(G5l3eC55IG>4Sq5;3r:r6
-+3;YZ32Z#B.2#B*+1A`g'0`*O#0)@0s/Ggso.f1[l./PCh-Mo(n,X5jQB4XL,2YK$'2"rg#1AETu
-+0_[6q0)$sl/GC[h.ekIe./bLq'`\6'JcGZJJ,~>
-+JcEF`#J;fK2`Nf\7K#dR8,>^O7JT at J6i'.F62EkC5PdS?4o.;:48M#73Vk`32u5H.2>T0+1\ig&
-+1&<U#0DR6s/c%$p/,Cal.JYCg-i,1d-2Jnd,6g24?!UVu1\ENs1%m<p0D-sk/bUag/+kCc.J>1_
-+-h\kh'EA-&JcGZJJ,~>
-+JcEF`#J;oT4[22":&Ilc;#=&c:A[c_9`%K[9)D3W8Gl!S7f,XP7/B:J6Ms.G5l<kD55RM?4Sq5;
-+3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f:al./PCi-N#.n6"k"JB1DeYpG_k*pbhe&
-+q(qe$pG)Fspb2 at oq(;@mpFH"gpaQ(g!u:k:Rt:V;s*t~>
-+JcELb$KFr;4?Ykm85E&YqG6u`qb?r]qFg]XqapZUqa^KPqaLBMqa:6Iqa('Dq`jsAq`Xd<q`F[9
-+q`4O5q`"C1qDJ.,q_S+)qD%k$q_.h!q^qXqq^_Onq^MCjq^;4er$;A!?N+R;;"usC2>8s%1\`a"
-+1&!Bs0D@*n/b^gj/,1Ug.JG7j-NaeX!7HGur;V9~>
-+JcELb#NJQ32`NfY6MO+J8,>^O7J]FK6hs(F62EkC5PdS>4o.;;48M#63Vk`32u5H.2>T0+1\rm'
-+1&<U"0D[<t/c%$p/,:[k.JbIg-i,1d-2Jkm,;)u$?!U#X1\NTs1%m<p0D-sk/bUah/+kCc.J>1_
-+-heqi%0-CVJcGZJJ,~>
-+JcELb$KFr=4[)(r8l8JaqGI,dr(m2bqG$l]qb-cXr(6cVqa^NQqaLBMqa:6Iqa(*Eq`jsAq`Xg=
-+q`F[9q`4O5r&=I1q_e:.qD8"(r%\(&qChb!q^q[rq^_Onq^MCjq^;7frZqS#@K(!A;YrHJ2u#<,
-+2>8s&1\`a"1&*Ht0DI0p/bgmk/,1Uh.K(Xs%0-CVJcGZJJ,~>
-+JcERd$2Alu4$,Sg78HeX;#=&b:A[c_9`%K[9)D3V8GbpS7f,XN7/K at K6Mj(G5l3eC55IG>4Sq5;
-+3r1l63;YZ32Yo<.2#B*+1A`g'0`*O"0)I6t/Ggso.f1[l./PCh-N,4k.8p.X!F7\[2YT*'2#&m$
-+1A<Nu0_[6p0).$l/GLai.ebCe-j1n'!!E+Ls8;nI~>
-+JcERd#l&cq2E!QU5=k]DqFLHQqF:<Mq*b'HqEk!DqEXmAqEFa=q)nL8qE"I5qDe=1q)8(,qDA%)
-+q(he$qCqb!q(DLqqCMInqC;:iqC)1fqBl%bqBQ:m8mGV,;`-B(1A3Hr0_R0m0(ggi/G:Ue.eY=b
-+..nt`-3FJQ"8dZLr;V9~>
-+JcERd$2Alu4?Phm7o<4^;Ys>g;#=&c:A[c_9`%K[9)D3W8GbpS7f,XO7/K at K6Ms.G5l<kD55IG?
-+4Sq5:3rD#83;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f1[l./PCh-3>JB<;pV5?TS'Dpc%t+
-+pbhe&pbV\#pbDOtpb2 at opau7lpac+hpaQ1j!sel/qgneFs*t~>
-+JcEUe#I#g>4$5Ym:&Ilb;#=&c:A[c^9`%K[9)D3W8GbpR7f,XO7/K at K6Ma"F5l3eC55IG>4Sq5;
-+3r:r73;YZ22Z#B/2#B**1A`g'0`*O#0)I6s/Ggsp.f1[l./G=g-N5:p6=skC?p49Cp,2V%pG;P!
-+pbDLspFl:opFZ+jpFGtfpaPtd!WrEEJcGWIJ,~>
-+JcEUe$*Pm92E*TX7S6;L8bkpR8,>^O7JT at J6i'.G62EkC5PdS>4o.;;48M#63Vk`32u5H.2>T0+
-+1\rm'1&3O"0D[<t/c%$p/,:[k.JbIg-i,1d-2Sqm4^2/s=#i&moeQ4qp+Z1noe,qip+5nfod]Ya
-+odKJ\q^)@H!$?dlqu;0~>
-+JcEUe#I#jA4?Ykq;#=2g;Ys>g;#F,c:A[c`9_qEZ9)M9X8GbpS7f,XO7/K at K6Mj(G5l3eC55RM?
-+4Sq5;3r:r73;YZ32Z#B/2#B*+1Aim'0`*O$0)@0t/Ggsp.f1[l./PCh-3bbaBkhBm5PmG72u#<+
-+2>B$'1\`a"1&*Ht0DI0p/bgmk/,1Uh.0Ct#!$?dlqu;0~>
-+JcE[g#hhd'3]fGf8Q#Ibqbd5eqbR&`qb?r]qb-fYqFUQTqa^NQqF19Lqa:6Iqa(*Eq`jp at q`Xg=
-+q`FX8q`4O5q`"C1qDJ.,q_S+)q_ at t%qCh^uq^q[rqCDFmq^MCjq^;7fs!7h)A7oOc6MED42>8s&
-+1\W[!1&*Hs0D@*o/bUai/,1Ug.JkLq-3+$1JcGWIJ,~>
-+JcE[g#hh^!2)dKU6V7/IqFUNSqFCBOq*k-JqEt*Gq*FjBqEOg?q*"R:qE+O7qDn at 2qD\7/qDJ++
-+qD7q&qD%h#qChXsqCVOpqCD at kqC27hqBu+dqBc%b#;B=d>Zs9H1\ENs1%d6o0D-sk/bUah/+kCc
-+.J>1_-iG at o,QIg/JcGWIJ,~>
-+JcE[g#hhd(4$5\l92kghqc!Aiqbd5eqbR)aqb?r]qb-fYqapZUqa^NQqaLBMqa:6Iqa(*Er'1$A
-+q`Xj>qE+R8r&OX6q`"C1q_e7-q_S+)q_ at t%q_.h!q^q[rq^_Onq^MCjq^;:g"Z9q-C1fs23;>H-
-+2Y]0(2#&m%1AEU!0_d<q0).$n/GLaj.etLq-NF-2JcGWIJ,~>
-+JcEai$1i9f3BB8c7T!+];Ys>f;#=&c:AR]^9`%K[9)D3W8GbpR7f,XO7/K at J6Mj(G5l3eC55IG>
-+4Sq5;3r:r73;PT22Z#B/2#9$*1A`g'0`*O#0)I6s/Ggsp.f1[k./PCh-3c#*B4kgI2u#<)2>B$&
-+1\W["1&!Br0DI0o/b^gj/,(Og.JtRr+TMLLJcGWIJ,~>
-+JcEai#kN0b2)R<O5=tiIqF^TUq+1?PqF:<Mq*b'HqEk$EqEXj at qEFa=qE4U9qE"F4qDe=1qDS.,
-+qDA%)q(he$qCqb!qC_UrqCMFmqC;=jqC).eqBl%brZhXs;I!I26N/e61A3Hr0_R0m0(pmj/G1Od
-+.eY=b..ntf-3G=i!+1<Wqu;0~>
-+JcEai$M/Bg4$,Sh7oNDfqc*Gkqbm;gqb[/cqbI#_qb6l[qb$cXqFLNSqaUENr'^ELqEk*Gq`t$C
-+q`am?q`Oa;q`=U7q`+I3q_n=/q_\1+q_J%'q_7n#q_%atr%.^qqC;Clq^D:gr[%e$?>=4h9):OA
-+2u#<+2>8s'1\`a"1&*Ht0D@*p/bgmk/,1Uk.0Cao!+1<Wqu;0~>
-+JcEgk#l^\I1H at KX5u7AVqbm;gqb[/cqG-o^qb6l[qF^WVqagTSqF:?NqaC<Kqa10Gq`t!Bq`am?
-+q`O^:q`=U7q`+I3q_n:.q_\1+q_J%'qCqe"q_%atqCMLoq^VIlq^D=hr$DFn<;pM2:H/#+pGM\%
-+pG;S"pG)Crpb2 at opFZ+jpFH"gpF6(i!uq:@It at Xss*t~>
-+JcEgk$3$eH/i>OG4 at i0B9DV9W8bu!S8,5XN7J]FK6i'.F62EkC5PdS>4o.;;48M#63Vk`32u5H/
-+2>T0*1\rm'1&<U#0DR6s/c%$p/,:[k.JbIh-i,1c,m#>=9`A8s8Gt@<1A*Bq0_R0m0(pmj/G:Ue
-+.eY=b..nqj-5ljaIt at Xss*t~>
-+JcEgk$3$eJ1cd]]6W$n]<W#hm;uBPj;>X2e:]!oa:&@W]9D_?Y8c)'U8,GdQ7JfLM6i04I62NqE
-+5PmYA4o at G=48V):3Vk`52u>N02>f<.1]&s)1&E[%0DdC!/c.*r/,Lgn.JkOj-iYLo.9?F_!)`PO
-+pG_k*q).n'pbV\#pG)Fspb2Cppau7lpFH"gr@%gg!!%M"s82hH~>
-+JcEjl#LPaX2`Wr^8GuNb;u9Jh;>X2e:\mi`:&@W]9D_?Y8c)'U8,>^P7JfLL6i04I62NqE5PmY@
-+4o7A=48V)93Vk`42u>N12>T0,1]&s)1&E[%0DdBu/c.*r/,Lgm.JkOj-iPFn-VXMP!`h9>pGVb'
-+pGDY$pG2Itpb;FqpFc4mp+5thpF>nd"=P&d!2"iBqu;0~>
-+JcEjl#LPaV1c.*L6MsOR9DV9W8bkpR8,>^O7JT at J6i'.G62<eB5PdS?4o.;;48Cr63Vk`32u5H.
-+2>T0+1\ig&1&<U#0D[<s/c%$p/,Cal.JbIg-i,1d,lo8Zr`fJ!2#]<(1A3Hr0_R0m0(ggi/G:Ue
-+.eY=b./#"j('"?,JcGWIJ,~>
-+JcEjl#LPaY3BB8c9)M`e<Vobm;u9Ji;>X2e:]!oa:&@W]9D_?Y8c)'V8,>^P7JoRN6i'.I62NqE
-+5PmYA4o7A=48V)93Vtf52u>N12>]6-1]&s)1&E[%0DdC!/c70r/,Lgo.JbIh-NHm?C&qHtq)J..
-+pbqn)pGDY$pbMV!pb;IrpFc4mpal1jpaZ7l!uCq;T7R%>s*t~>
-+JcEpn$L_d?/iYjP5uL]_qc*Gkqbm;gqb[/cqG-o^qb6l[qF^WVqagTSqF:?NqaC<Kqa10Gq`t!B
-+q`am?qE4X:q`=U7q`+I3q_n:.q_\1+q_J"&q_7n#q_%atqCMLoq^VIlq^D=hr[%h9AnPa]3&gRi
-+p,2V%pG;P!pbDLspFl:opFZ+jpFGtfpaH:X!!'`as82hH~>
-+JcEpn$1D[=.l9+A4A&?D9_qEY9);-T8GYjQ7f#RM7/B:I6MWqD5l*_A55 at A<4Sh/93r(f43;PT1
-+2Yo<,2#9$)1AWa%0`!Hu0)@0r/G^mm.f(Uj./>7e-Mo(h4oS[e;`+G/oeQ4qp+Z1noe,qip+5nf
-+od]YaodKS_!tbM5^4H=]s*t~>
-+JcEpn#k)R=00)'T6WF%dqc<Soqc*Gkr)3DhqG@)cqbHu^r(Qu\qb$`WqagTSqaUHOqaC<Kqa10G
-+q`t$Cq`am?q`Oa;q`=U7q`+L4q_n:.r&":,qD.t'q_7k"r%@juq^hUpq^VIlq^D=h"[d!=C0s!s
-+3;5B,2Y]0)2#&m%1A<Nu0_d<r0).$n/GC[i.Kh15!!'`as82hH~>
-+JcEso#cJRX2)mWY8Q>Ufqc*GkqGR2fqb[/cqG-o^qb6l[qb$`WqagQRqaUHOqaC9Jqa10Gq`t$C
-+q`aj>q`Oa;q`=U7qDe at 2q_n:.q_\1+q_J%'q_7n#q_%^sq^hUpqC;@kq^D=h#UVQBB4kC-2`LIh
-+pGM\%pbVY"pG)FspFl7npau1jpFH"gq'cCV!!(W%s82hH~>
-+JcEso#cJRW1,CdH6VRDPqFp`YqF^QTqFLHQqF:<Mq*b'HqEk!DqEXmAqEFa=qE4R8qE"I5qDe=1
-+qDS.,qDA%)q(he$qCqb!q(DLqqCMInqC;=jq'c(eqBl+d"Z9Ig>Z!?V1\ENs1%d6o0D-sk/bUah
-+/+kCc.J>1c-NahY!7uf%qu;0~>
-+JcEso#H/IX2`Wr^9_qif<r5no<;TVk;Ys>g;#=&c:A[c_9`%K[9)D3W8GbpS7f,XP7/B:J6Ms.G
-+5l<kD55RM?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f:al./bLs4(`5B>WVX>
-+pc%t+pbhe&pbV\#pbDOtpb2 at opau7lpac+h!tPA3f7Eu!s*t~>
-+JcF$q$/eGX-8mhD5>bJV<Vobm;u9Ji;>X2d:]!oa:&@W\9D_?Y8c)'U8,>^P7JfLM6i04I62EkD
-+5PmYA4o.;<48V)93Vtf52u>N02>]6-1]&s(1&E[%0DdC!/c%$q/,Lgn.JkOj-Nl27B4k?F2u#<)
-+2>B$&1\W["1&!Br0DI0o/b^gj/,(Oj.0BtY!9f"6qu;0~>
-+JcF$q#iJ>W,;V/63_B*@q+UWXqF^TUq+1?PqF:<MqF(-HqEk$EqEXmAqEF^<qE4U9qE"F4qDe=1
-+qDS.,qDA%)qD.n%qCq^uqC_UrqCMInq'u4iqC).eqBl1f"><q`>Yk5QoeQ4qp+Z1noe,qip+5ke
-+od]Yap*fec!t5/0k^id2s*t~>
-+JcF$q#iJ>W-9!qG5u[\`qcEYqqc3Mmqc!DjqGI,dr(m/aqb?u^qb-cXr(6cVqa^NQqaLBMqa:6I
-+qa(*Eq`jsAq`Xg=q`F[9q`4O5r&=I1q_e:.qD8"(r%\(&qChb!q^q[rq^_Onq^MCjr[.k*Anc!`
-+3VYT.2u#<+2>8s'1\`a"1&*Ht0D@*p/bgmk/,C^t%0-ClJcGWIJ,~>
-+JcF*s$2fhm"tV\n3_*3L<qfVk<;KPj;Ys>g;#=&b:A[c_9`%K[9)D3V8GbpS7f,XN7/K at K6Mj(G
-+5l3eC55IG>4Sq5;3r1l63;YZ32Yo<.2#B*+1A`g'0`*O"0)I6t/G^mo.f1[l./bLr2.L62=8b)P
-+2YT*'2"rg$1A<Nt0_d<q0)$sl/GC[i.f:^t#lju#JcGWIJ,~>
-+JcF*s$N,qn"Xl,`2F1&4p.b?VqFgWVqFUNSqFCBOqF13JqEt*Gq*FjBqEOg?q*"R:qE+O7qDnC3
-+qD\4.qDJ++qD7q&qD%h#qChXsqCVOpqCDClq'l.gqBu+ds!7e&>$P<-qD7h#oeH.op+Q(kp+>th
-+p+,ecp*o\`r$MRQ!!)eFs82hH~>
-+JcF*s$iH%o"t_eq4%WOW=o)7u=8Q%p<W#hn;u9Ji;>X2e:]!oa:&@W]9D_?Y8c)'U8,GdQ7JfLM
-+6i04I62NqF5PmY at 4o@G>48M#93Vtf52u>N12>]6-1]&s)1&E[%0DdC!/c.*r/,Lgn.JkLu-T5RN
-+C0EVXpc/",pbqq*pGDY$pbMRupb;Irpb)=npal.ir$hdU!!)eFs82hH~>
-+JcF-t#gY=-$SXIu3`#TQpJq&hqc!Aiqbd2dqbR)aqb?o\qb-fYqapZUqa^KPqaLBMqa:6IqEb!D
-+q`jsAqE=^<q`F[9q`4O5q`"@0q_e7-q_S((q_ at t%q_.h!q^qXqq^_Onq^MCjr[.h-A7fIJr&=@.
-+pGM\%pbVY"pG)FspFl7npau1jpac(gr[@mR!"+;WqYu'~>
-+JcF-t#gY=-$8""i2G!a at p.b<UqFgZWqFUKRqFCBOqF13JqEt*GqEasCqEOd>qE=[;qE+O7q)S:2
-+qD\7/q)/"*qD7t'qD%e"qCh[tqCVOpqCD at kqC27hq'Z"c">a7e>XeKFoeQ4qp+Z1noe,nhp+5nf
-+od]Yap*fnf!XA]4JcGTHJ,~>
-+JcF-t$-tF.$SaS#4]5J\=o2=u=8Q%q<Vobm;u9Ji;>X2f:\mi`:&I]]9D_?Z8bu!U8,GdQ7JfLM
-+6i04I62NqE5PmYA4o7A=48V)93Vtf52u>N12>]6-1]&s*1&<U$0DmI!/c70s/,Can.JkLr3+lr>
-+:B!9K3;>H-2Y]0(2#&m%1AEU!0_d<q0).$n/GLao.KThT$A&6Rs*t~>
-+JcF4!$2&ED!"h%H3B^:>=8Gtm<VTPj;u9Ji;>X2e:\mi`:&@W]9D_?X8c)'U8,GdP7JfLM6i04I
-+62NqE5PdS at 4o7A=48M#83Vtf52u>N02>]6-1]&s)1&E[$0DdC!/c.*q/,Lgn.JkLs-TG^MAO?;R
-+pGV_&pb__$pG2LupFu=ppb):mpFQ%hpF67o"99?ks8)bG~>
-+JcF4!$2&ED!"^h?1cS,(:A%?V9_h?X9);-U8GYjQ7eoLL7/B:I6MWqD5l*_A55 at A<4Sh/93r1l4
-+3;PT12Yo<-2#9$(1AWa%0`!Hu0)@0r/G^mm.f(Uj./G=g-3Q21>[0De1\ENs1%m<p0D-sk/bUah
-+/+kCc.J5(k-NjDfJcGTHJ,~>
-+JcF4!$2&ED!"q.K3^-RB>5DD!=Su7t<r,ho<;TVk;Ys>g;#=&c:A[c_9`%K[9)D3W8GbpS7f,XO
-+7/K at K6Mj(G5l<kC55RM at 4Sh/:3rD#83;YZ32Z#B/2#B*+1A`g'0`*O#0)I6t/Ggsp.f1[n-j2SF
-+BkTp63VYT.2u#<+2>B$'1\`a"1&*Ht0DI0p/bgmk/,q(#"99?ks8)bG~>
-+JcF7"$+V5_(b at O'3'gRA=8Gtm<VTPj;u9Jh;>X2e:]!o`:&@W]9D_?Y8c)'U8,>^P7JfLM6i'.H
-+62NqE5PmY at 4o7A=48V)93Vtf42u>N12>]6,1]&s)1&E[%0DdC!/c%$q/,Lgn.JkLr8S2RC48Uu2
-+2YT*'2#&m$1A<Nu0_[6p0).$l/GC[i.KTYO.tR`ss*t~>
-+JcF7"$+V5_(+Cso1cnG2:\mi[:%h9W9DV9W8bkpR8,>^O7JT at J6i'.G62EkB5PdS?4o.;;48M#6
-+3Vk`32u5H.2>T0+1\ig&1&<U#0D[<t/bpso/,Cal.JbIg-iG at p6<dYr2Yf0%1A3Hq0_R0m0(pmj
-+/G:Ue.eY=b-isDL.tR`ss*t~>
-+JcF7"$+V5_(bIX*3^QsE>5MJ"=Sl1s<r5no<;TVk;Ys>g;#=&c:A[c_9`%K[9)M9W8Gl!T7f#RO
-+7/K at J6Ms.H5l3eC55RM?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6u/Ggso.f:ap-j3.V
-+Bk0C*3VYT/2u#<+2>8s&1\`a#1&*Ht0D@*o/bgml.g%7&!%WX#qYu'~>
-+JcF=$$L1h+,;V293&j<-r`K"uqc<MmpJgufqbm;gqb[/cqG-o^qb6l[qF^WVqagTSqF:?NqaC<K
-+qa10Gq`t!Bq`am?q`O^:q`=U7q`+I3q_n:.q_\1+q_J%'qCqe"q_%atqCMLoq^VIlr?qbKAnG-?
-+2u#<)2>B$&1\W["1&!Br0DI0o/b^gj/,C^t.0'?0JcGTHJ,~>
-+JcF=$$L1h)+>>N+1c.ElqbR#_pJ(<SqFgZWqFUNSqFC?NqF16KqEt*Gq*FjBqEOg?q*"R:qE+O7
-+q)S:2qD\7/qDJ++q(qk&qD%h#qChXsqCVOpqCD at kqC27hqBu7h"&3!(:A6R;1A3Hr0_R0m0(pmj
-+/G1Od.eY=e-j(gs!'>c3qYu'~>
-+JcF=$$L1k,,Vq><3B9Q4r`f/$qcWeur)`_qqc3PnqG[;iqbd5eqbR)aqb?r]qb-fYqapZUqa^NQ
-+qaLBMqa:6Iqa(*Eq`jsAq`Xg=q`F[9r&OU5r&=L2qDJ1-q_S+)q_ at t%q_.h!q^q[rq^_Onq^DXr
-+=D;JQr&OO3pG_k*pbhe&q(qe$pG)Fspb2 at oq(;@mq'uOs!!#*3s8)bG~>
-+JcFC&%/uD8/i5CC2`Eur=]tW(qcEVpqGm8hqG[8hqGI,dqbR&`qb?r]qb-fYqapZUqFCEPqaLBM
-+qEt-Hqa(*Eq`jsAqE=^<q`F[9q`4L4q`"C1q_e4,q_S+)q_ at t%q_.h!qCVRqq^_OnqC)Rr.q*%%
-+6hr\82YT*'2"rg$1A<Nt0_d<q0)$sl/GC[m.K_!t!)%nCqYu'~>
-+JcFC&$N?24.PNP31c.9`rD<>dqG-f[oh>0SqF^TUq+1?PqF:<Mq*b'HqEk!DqEXmAqEFa=qE4U9
-+q)\@4qDe=1qDS.,qDA%)q(he$qCqb!qC_RqqCMInqC;=jqC).e"=R;T><V[9p+l:qp+Z1noe,qi
-+p+5nfod]YaqBuFl!!#ZCs8)bG~>
-+JcFC&$N?580/YUG3&s<$qHNc!qH<\tqcEYqqc3Mmqc!Aiqbd5eqbR)aqb?r]qb-fYqapZUr($TQ
-+qaLENqEt-Hr'C3Fq`jsAq`Xg=q`F[9q`4O5q`"C1q_e7-q_S+)q_ at t%q_.h!q^q^sqCDFmr@%k#
-+ at VKOFq`4F2pG_k*q).n'pbV\#pG)Fsq(MIppau7lq^Var!!#ZCs8)bG~>
-+JcFI($N at +f1,CaF2`aH/qcWbtqcEYqqGm;ipf%&fqbd5eqbR&`qb?r]qFg]XqapZUqa^KPqaLBM
-+qa:6Iqa('Dq`jsAq`Xd<q`F[9q`4O5q`"C1qDJ.,q_S+)qD%k$q_.h!q^qXqq^_Onq^DV2AS,9C
-+2to6)2>8s&1\W[!1&*Hs0D@*o/bUaj/,^q"-3+$BJcGTHJ,~>
-+JcFI($i[1c0JG4:1H%Nm;>O,c:\dc]:%_3T9DV9W8bkpR8,>^O7J]FK6hs(F62EkC5PdS>4o.;;
-+48M#63Vk`32u5H/2>K**1\rm'1&<U#0DR6s/c%$p/,:[k.JbIi-NlJ7>?*NR1\ENs1%m<p0D-sj
-+/bUah/+kCc.JtRr,QIg at JcGTHJ,~>
-+JcFI($N at .g1GgsJ3'0]4r`o;(pfdJrqcN_sqc<Soqc*Gkr)3DhqG@)cqbHu^r(Qu\qF^ZWqagTS
-+qaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+L4qDS4.r&":,qD.t'q_7k"r%@juq^hUpq^VRo
-+"$gO5 at JMqY3;>H-2Y]0(2#&m%1AEU!0_d<q0).$n/H%($-NF-CJcGTHJ,~>
-+JcFO*$Mq(s1G^mH2F1,Ar*&u#qcN_sqH!Jnpf.#eqGR2fqb[/cqG-o^qb6l[qb$`WqagQRqaUHO
-+qF(3Jqa10Gq`t$Cq`aj>q`Oa;q`=R6q`+I3q_n:.q_\1+q_J%'q_7n#qC_Xsq^hUpqC;Fm"B]5I
-+9K;f+pGV_&pb__$pG2LupFu=ppb):mpFQ%hs!e*s!!#uLs8)bG~>
-+JcFO*$Mq%o0/#%81H\3)qbd2dqG6o^qG$ZWpIk?Tq+:ERqFCBOqF13JqEt*Gq*FjBqEOg?qE=X:
-+qE+O7qDnC3qD\7/q)/"*qD7q&qD%h#qChXsqCVOpqCDClqC24gr?hbF>?aNQ2"i`u1A3Hr0_R0m
-+0(pmj/G:Ue.eY=i-j([o!*"OLqYu'~>
-+JcFO*%/R;!1c.*L2a^GI?![>4qcii!q-!SsqcEYqqc3Mmqc!Aiqbd5eqbR)aqb?r]qb-fYqapZU
-+qa^NQqaLENqEt-Hr'C0Er'1'BqE=a=q`F[9q`4O5q`"C1q_e7-q_S+)q_ at t%q_.h!q^q[rq^_On
-+"=[MfBMS@`pc/",pbqn)pb_b%pbMRupb;Irpb)=npalCp"""!J<.Y)Gs*t~>
-+JcFU,$2(/d1bpmF4%WNP>PhV#=o2=u=8Q%p<V]Vh;u0Dh;>X2d:]!oa:&@W\9D_?Y8c)'U8,>^P
-+7JfLM6i04I62EkD5PmY at 4o7A=48V)93Vtf52u>N02>]6-1\rm(1&E[%0DdC!/c%$q/,Lgr.0VS?
-+ARIJWpG_h)pGM\%pbVY"pG)FspFl7npau1jpF?=l!!$)Os8)bG~>
-+JcFU,$1t#]0eb=;2FC:=;Yj8e;#*o`:AR]Y9_M-U9);-T8GYjQ7f#RM7/94H6Ma"E5l*_A55 at A<
-+4Sh/93r(f43;PT12Yf6,2#9$)1AWa%0_mBu0)@0r/G^mm.f(Uj./tXs0j at j`r\X=)oeQ4qoe?(m
-+oe,qip+5nfod]Yas!Rso!!$)Os8)bG~>
-+JcFU,$MC8f2)@*J4A/jaqd')(qcil"pK at AqqcEYqqc3Mmqc!DjqGI,dr(m/aqb?u^qb-cXr(6cV
-+qa^NQqaLBMqa:6Iqa(*Eq`jsAq`Xg=q`F[9q`4O5r&=I1q_e:.qD8"(r%\%%q_.k"q^q[rq^_Ro
-+"?1"- at ljBFpc/%-pbqn)pGDY$pbMV!pb;IrpFc4mpacOu,ldpHJcGTHJ,~>
-+JcF[.$2L8\1c$sG5#>J_>l.b&>5MJ"=Sl1r<r5nn<;0>e;Ys>g;#=&b:A[c_9`%K[9)D3V8GbpS
-+7f,XN7/K at K6Mj(G5l3eC55IG>4Sq5;3r1l63;YZ32Yo<.2#B*+1A`g'0`*O"0)I6t/G^mo.K`R[
-+AOZSXpG_k*p,2V%pG;P!pbDLspFl:opFZ+jpaZFm!!$2Rs8)bG~>
-+JcF[.$Mg>Z0eY483D!+Iq,7&dqG@#aq+gc\pIt9Rq+CKTqFLHQqF:<Mq*b'HqEk!DqEXmAqEF^<
-+qE4U9qE"I5qDe:0qDS1-qDA%)q(he$qCqb!q(DLqqCMInqC;:iqBuG<>$F5i2"i`u1A3Hr0_R0m
-+0(pmj/G1Od.eY:n+ohUHJcGTHJ,~>
-+JcF[.#l12]2)I0K5>q>aqd')(qcio#pf[Dpr)`brqGmGmqc!Aiqbd5eqbR)aqb?r]qb-fYqapZU
-+qa^NQqaLBMqa:6Iqa(*Er'1'BqE=a=q`FX8r&OX6q`"C1q_e7-q_S+)q_ at t%q_.h!q^q[rq^_Xq
-+"]]5L7li^,3VYT.2u#<+2>8s'1\`a"1&*Ht0D@*p/bgk!,ldpKJcGTHJ,~>
-+JcFa0$MU5_3&<BJ5u_,qqcs#&qHEc!qcN_sqH!Jnqc*>hpepudqG@&bqbI#_qFpcZqb$`WqagTS
-+qF:?NqaC<Kqa1-Fq`t$Cq`aj>q`Oa;q`=U7q`+I3qDS4.q_\1+qD.q&q_7n#q_%atqCMLor at .n2
-+AS"s at 3;>H,2YT*'2"rg$1A<Nt0_d<q0)$sl/G^k!,QIgMJcGTHJ,~>
-+JcFa0#ksrX2D?g>4A>TMqGR,dqG@#aqG-l]pe:BSpe(BSq+1?PqF:<Mq*b'HqEk$EqEXmAq*+X<
-+qE4U9qE"F4qDe=1qDS.,qDA%)qD.k$qCqb!qC_UrqCMInq'u4ir$VY+>$=]!2"`Zu1A*Bq0_R0m
-+0(pmj/G:Ue.eb at o,6.^LJcGTHJ,~>
-+JcFa0#kt#^3A`TO6WO%kqd0/*qcs#&qc`_sq,mMqqc<Soqc*Gkqbm;gqb[/cqbI#_r(Qr[qb$cX
-+qFLNSqaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+I3q_n=/q_\1+q_J((qCqe"r%@gtr%.^q
-+"=cNIBNb<qpc8+/pG_k*q).n'pbV\#pG)Fsq(MIppau=n"!mpI?%N%Ps*t~>
-+JcFg2$2q2+3]&ZO79<gm?2In(>PhV$=o2=t=8Q%q<Vobj;tj2e;>X2e:\mi`:&@W]9D_?X8c)'U
-+8,GdP7JfLM6i04I62NqE5PdS at 4o7A=48M#83Vtf52u>N02>]6-1]&s)1&E[$0DdC!/c.*q/,q($
-+?=dY/r&FF0pGVb'pGDY$pG2Itpb;FqpFc4mp+6+l"!djH@=eITs*t~>
-+JcFg2#lV&&2_d!@5>M/VqG[2fqGI)cqG6o^qG$cZp.P-PqFUNSqFCBOq*k-JqEt*Gq*FjBqEOg?
-+q*"R:qE+O7qDn at 2qD\7/qDJ++qD7q&qD%h#qChXsqCVOpqCD at kqC2Cl"'&N.2u>H*1\ENs1%m<p
-+0D-sj/bUah/+kCf.0Cao!+CHYqYu'~>
-+JcFg2#lV)+4#JiR7To[tqd95,qd')(qcir$pf[Aor)`_qqc3Pnqc!Aiqbd5eqbR)aqb?r]qb-fY
-+qapZUqa^NQqaLBMqa:6Iqa(*Er'1$Aq`Xj>qE+R8r&OX6q`"C1q_e7-q_S+)q_ at t%q_.h!q^q[r
-+r$qkXB4jF,3qt`13;>H-2Y]0(2#&m%1AEU!0_d<q0).$r/- at 0u!+CHYqYu'~>
-+JcFj3#K9n.2`!9Z>5V_(?2In'>PhV$=o2=u=8Gtp<Vobk;ts8d;>X2e:]!o`:&@W]9D_?Y8c)'U
-+8,>^P7JfLM6i'.H62NqE5PmY at 4o7A=48V)93Vtf42u>N12>]6,1]&s)1&E[%0DdC!/c%$q.g&=Q
-+AP)_Xpc%q*p,2V%pG;P!pbDLspFl:opFZ+jr at 7sp!!$P\s8)bG~>
-+JcFj3$,fq)1b^XK;,pWm<;KPh;Yj8e;#3ua:AR]\9_M-R9);-T8GYjQ7f#RL7/B:I6Ma"E5l!Y@
-+55IG=4Sh/93r(f43;PT12Yf6,2#9$(1AWa%0`!I!0)@0q/G^mn.f(Rs-ph*@6MWJ31\ENs1%m<p
-+0D-sk/bUah/+kCg.0Cao!+^Z\qYu'~>
-+JcFj3$,p+13&EK_?"%1=@/=7.?Me%)>l7h'>5;=r=Sc+r<r5no<;TVk;Ys>g;#=&c:A[c_9`%K[
-+9)D3W8Gl!T7f#RO7/K at J6Ms.H5l3eC55RM?4Sq5;3r:r73;YZ32Z#B/2#B*+1A`g'0`*O#0)I6u
-+/H..%8nVd0r&XU5pc/",pbqn)pb_b%pbMRupb;Irpb)=nr at A$r!!$P\s8)bG~>
-+JcFp5#M*WM2`!6U=T2\(?Me%*>l.b&>5MJ!=Sl1s<r5nn<;TVg;Ya2e;#=&b:A[c_9`%KZ9)D3W
-+8GbpR7f,XO7/K at K6Mj(G5l*_B55RM?4Sh/:3r:r73;YZ32Yo<.2#B*+1A`g&0`*O#0)I6s/H..%
-+3b2buq)J+-pGVb'pGDY$pG2Itpb;FqpFc4mp+64o"![dGB7^*Zs*t~>
-+JcFp5#M!KG2)$[G:]"/g<;BJh;Yj8e;#3u`:AR]]9_V3R9)2'T8GPdP7f#RM7/B:I6MWqD5l*_A
-+55 at A<4Sh/93r(f43;PT12Yo<-2#/s(1AWa%0`!Hu0)@0r/G^mm.f:^t2-O0Tpb_\#oeQ4qp+Z.m
-+oe,qip+5nfod]kg"!IXEB7^*Zs*t~>
-+JcFp5#hEcP3&EEY>@RJ<qdB;.qd0/*qcs#&qc`i!pfRAoqH!Jnr)EMkr)3DhqG@)cqbI#_qb6l[
-+qb$`WqagTSqaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=X8qDeC3q_n:.r&":,qD.t'q_7n#q_%at
-+q^_h1B4k0>3qt`13;>H-2Y]0(2#&m%1AEU!0_d<q0).$u/- at -t!,$l_qYu'~>
-+JcG!7#ipCp2`*9Q<FGZ1qd0/*qHWo%qc`l"qcN_sqH!Jnqc*Gkpepi`qb[/cqG-o^qb6l[qb$`W
-+qagQRqaUHOqaC9Jqa10Gq`t$Cq`aj>q`Oa;q`=U7qDe at 2q_n=/qDA(*q_J%'q_7n#q_%^sq^_k#
-+04\TspGhn+pbqh'pb__$pG2LupFu=ppb):mpFHFt+ohUXJcGTHJ,~>
-+JcG!7#NU4j2)-aD:&S,h<Vf\k;u'>f;>O,c:\mi^:&7QY9D2!R8bkpR8,>^O7JT at J6i'.F62EkC
-+5PdS?4o.;;48Cr63Vk`32u5H.2>T0+1\ig&1&<U#0D[<s/c%$p/,Cap.0D,)>#FuMp+u at sp+c7p
-+p+Q(kp+>thodf\br[@pm!!$bbs8)bG~>
-+JcG!7#NU=p3&NKU=SlS*@JXC/?i47-?2 at h(>PhV$=nl+o=8Q%q<Vobm;u9Ji;>X2e:]!oa:&@W]
-+9D_?Y8c)'V8,>^P7JoRM6i04J62NqE5PmYA4o7A=48V)93Vtf52u>N12>]6-1]&s)1&E[%0DdC!
-+/cI:'0P>$'pcA42pc/",pbqn)pGD\%pbMRupb;IrpFc7n"=tbt!,@)bqYu'~>
-+JcG'9#ka0<2`*6L;IB?0qd92+qd')(qcir$qcWbtqcEYqqGmDlqc!;gpJLfaqbR&`qb?r]qFg]X
-+qapZUqa^KPqaLBMqa:6Iqa('Dq`jsAq`Xd<q`F[9q`4O5q`"C1qDJ.,q_S+)qD%k$q_.h!q^q[r
-+"C5PI3B?gnpc%q*pGM\%pG;S"pG)Crpb2 at opFZ.k"![dGD1V``s*t~>
-+JcG'9#PF!61bgX at 9)2Na<V]Vj;u0Dg;>O,c:\dc^:&7QZ9D(pP8bkpR8,>^O7J]FK6hs(F62EkC
-+5PdS>4o.;;48M#63Vk`32u5H.2>T0+1\rm'1&<U#0DR6s/c%$p/,:Xt.8sAO2>/m#1\ENr1%m<p
-+0D-sk/bUah/+kCl.0C[m!,[;eqYu'~>
-+JcG'9#ka0=3&NHP;e#`9qdTG2qdB;.qd0/*qcs#&qc`l"q,mDnqH!Jnqc*Gkr)3DhqG@)cqbHu^
-+r(Qu\qF^ZWqagTSqaUHOqaC<Kqa10Gq`t$Cq`am?q`Oa;q`=U7q`+L4qDS4.r&":,qD.t'q_7k"
-+r%@jus""4YB4^fupc8+/pG_k*q).n'pbV\#pG)Fsq(MIpq(2[n!!$kes8)bG~>
-+JcG-;#l(2_3&NEK9jms/qI'2-qd0/*qHWo%qc`l"qcN_sqH!Jnqc*Gkq,6ubq,$raqG-o^qb6l[
-+qb$`WqagQRqaUHOqF(3Jqa10Gq`t$Cq`aj>q`Oa;q`=R6q`+I3q_n:.q_\1+q_J%'q_7n#qC_Xs
-+r[\.L at q7e&3VYT.2to6)2>8s&1\W[!1&*Hs0D@*o/bpq"+ohU_JcGTHJ,~>
-+JcG-;#l(,\2)-^=7TTIhq,[>lqGd;iq,7&dqG@#aq+gc\qFp`Yp.G$MqFLHQqF:<Mq*b'HqEk!D
-+qEXmAqEFa=q)nL8qE"I5qDe=1q)8(,qDA%)q(he$qCqb!q(DLqqCMInq^MbA=]maB2>/m#1\ENs
-+1%m<p0D-sk/bL[g/+k at o*rl:\JcGTHJ,~>
-+JcG-;$MgJc3&NHM:LdpGqd]M4qdKA0qd98-qH`u'r*0#$r)rhtpfI;mqc3Mmqc!Aiqbd5eqbR)a
-+qb?r]qb-fYqapZUqa^NQqaLBMqa:6Ir'C0Er'1'BqE=a=q`F[9q`4O5q`"C1q_e7-q_S+)q_ at t%
-+q_.h!r%/%NAnF:ipH&(0pc/%-pbqn)pGDY$pbMV!pb;IrpFc=p"![dGEIn/ds*t~>
-+JcG0<$,'"k1bgdX?t*UB at JaI0?i"++?2In(>PhV#=o2=u=8Q%p<Vobm;u9Je;>F&b:]!oa:&@W\
-+9D_?Y8c)'U8,>^P7JfLM6i04H62NqE5PmY at 4o7A=48V)93Vtf52u5H02>]6-1\rm(1&E[%0DdC!
-+/HdV"@q.e&3VPN.2to6(2>B$&1\W["1&!Br0DI0o/c.($+TMLaJcGTHJ,~>
-+JcG0<$+rhd0eY4J<`iK#=8>nn<Vf\k;u0Dg;>O,b:\mi_:&7QZ9D;'P8bkpR8,>^O7J]FJ6i'.G
-+62EkC5PdS>4o.;;48M#63Vk`32u5H.2>T0+1\rm'1&3O"0D[<t/c%$p/,^q"7p/tVr\a@*p+u at s
-+p+c7pp+Q(kp+>thp+,hd"!@RDFFjJgs*t~>
-+JcG0<#JEej2)7!]@esX5A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=r=85hn<Vobm;uBPi;>X2f:\mi`
-+:&I]]9D_?Z8c)'U8,GdQ7JfLM6i04I62NqE5PmYA4o7A=48V)93Vtf52u>N12>f<-1]&s*1&<U$
-+0DmI%/H\g]AjZJYpcA11pc/",pbqn)pb_b%pbMRupb;Irpb)Ir"!R^FFFjJgs*t~>
-+JcG9?#l:f+2Dm6E6sfb"qI08/qd95,qH`u'qcir$qcWeuqcEVpqc3Mmqc!>hpegf_qbR&`qb?r]
-+qb-fYqapWTqa^NQqF19Lqa:6Iqa(*Eq`jsAqE=^<q`FX8q`4O5q`"C1qDJ.,q_S+)q_ at t%qCh^u
-+r at J+H@q.b#3VYT.2to6)2>8s&1\W[!1&*Hs0D@*o/c7.%+TMLdJcGTHJ,~>
-+JcG9?#l:c(1bp^:5#_>\q,dDnqGmAkqG[2fqGI)cqG6o^qG$f[qFgTUp.>$MqFCBOqF13JqEt*G
-+q*FjBqEOg?q*"R:qE+O7qDnC3q)A..qDJ++qD7q&qD%h#qChXsqCVOpqC;[u7p/tUr&+1)p+u at s
-+p+c7poe5tjp+>thp+,nf"!7LCGCfejs*t~>
-+JcG9?#l:i,2`3?G7UZ.*qdfS6qdTG2qdB;.qd0/*qcs#&qc`o#qcNVppf at 5kr)EPlqbm;gqb[/c
-+qbI#_qb6l[qb$`WqagTSqaUHOqaC<Kqa10Gq`t'DqEFd>r&jj<qE"O7q`+I3q_n=/q_\1+q_J%'
-+q_7n#q^qtIAnFC.481f23VYT/2u#<+2>8s&1\`a#1&*Ht0D@*u/H[0s!-a"oqYu'~>
-+JcG?A#kk)g2Dd-B5?dtpqdTG2qdB;.qHj&)qcs#&qHEc!qcN_sqH!Jnqc*Gkqbm5epJC]^qbI#_
-+qFpcZqb$`WqagTSqF:?NqaC<Kqa1-Fq`t$Cq`aj>q`Oa;q`=U7q`+I3qDS4.q_\.*q_J%'q_7n#
-+r at S=33&NHe at q.b"3VPN-2u#<)2>B$&1\W["1&!Br0DI0o/cI:'+92CfJcGTHJ,~>
-+JcG?A#kk&c1GLO73`5iYqH3Sqq,[>lqGd;iqGR,dqG@#aqG-l]qFp]Xq+C?PpIP-NqF:<Mq*b'H
-+qEk$EqEXmAq*+X<qE4U9qE"F4qDe=1qDS.,qDA%)qD.k$qCqb!qC_UrqCMXs#;@ti0M#;K3r1`-
-+2"i`u1A3Hr0_R0m0(pmj/G1Oi.K^am!.'4rqYu'~>
-+JcG?A#kk,h2`3?F5[=;#qITP7r+#S4r*fJ1qd95,qd')(qcir$qcWeuqH*DlqGmDlqc!Aiqbd5e
-+qbR)aqb?u^qFg]Xr(6`Ur($WRqF1<Mqa:6Iqa(*Eq`jsAq`Xg=q`F[9q`4O5q`"C1q_e7-q_S+)
-+q_ at t%r%A:43Ar]lAS+7*481f33VYT.2u#<+2>8s'1\`a"1&*Ht0D@(%/Kk)oH at c+ms*t~>
-+JcGHD$2r#!5rLMR0KiM:AG]m5 at f'U2@/F=-?Me%*>l.b&>5MJ"=Sc+r<r5no<;KPj;Yj8c;#*o`
-+:A[c_9`%K[9);-V8GbpS7f#RN7/K at K6Mj(G5l3eB55RM?4Sq5:3r:r73;YZ32Yo<.2#B*+1A`g'
-+0F'6j6;1B`?X`h@!Fn at h3VPN.2to6)2>8s%1\`a"1&!Bs0D@*n/HdUI!!%Fus8)bG~>
-+JcGHD$N8+u5;Y)I/3$C.qH<VrqH*MoqGmAkqG[2fqGI)cqG6o^qG$f[q+LQVp.>!LqFC?NqF16K
-+qEt*Gq*FjBqEOg?q*"R:qE+O7qDn at 2qD\7/qDJ++qD7q&qD%h#qChXsq^i"04 at MtB<EK$!!'9p5
-+p,)J!oeQ1pp+Z1noe,qip+5nfq^M[h!!%Fus8)bG~>
-+JcGHD$iS5#68p_U0L&]QBDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV%=o)7t=8,bk<W#hn;u9Ji
-+;>X2e:]!oa:&@W]9D_?Y8c)'U8,GdQ7JfLM6i04I62NqF5PdS at 4o@G=48V):3Vk`52u>N12>]6-
-+1]&s)0aTNg3C?PD?".>TqdfanqE+F4pc8+/pG_k*q).n'pbV\#pG)Fsq(MIp"!IXEI=_Fps*t~>
-+JcGNF$eph:2)R-C00i]PAc$$8A,Ba4 at JaI/?i+1,?2In'>PhV$=o2=u=8Gtp<Vobm;u9Ji;>3o^
-+:]!o`:&@W]9D_?Y8c)'U8,>^P7JfLM6i'.H62NqE5PmY at 4o7A=48V)93Vtf42u>N12>]6,1]&s)
-+0`j@*<W6D&@JjR85W\X"pc/",pGVb'pGDY$pG2Itpb;FqpFc4m"!7LCJV!jts*t~>
-+JcGNF$/1M41GUU7/NZi,>5DCu=Sc+p<r,hm<;KPh;Yj8e;#3ua:AR]\9_qEY9(tpM8GYjQ7f#RL
-+7/B:I6Ma"D5l*_A55IG=4Sh/93r(f43;PT12Yf6,2#9$(1AWa%0`!I!/d+$t9ib<j=8Z/#3qkN*
-+2"i`u1A3Hr0_R0m0(pmi/G:Um.K^^l!.f_$qYu'~>
-+JcGNF$JU_:2Dm6E0LB&Yqe,e<qdoY8r+#S4r*fJ1qHs/,qd'&'r*0&%qcWeuqcEPnpf72jqc!Ai
-+qbd5eqbR)aqb?r]qb-fYqapZUr($WRqF1<Mqa:3Hr'C3Fq`jsAq`Xg=q`F[9q`4O5q`"C1q_e7-
-+q_S+)"#2l/=Su\+AGp'>6MNY:3qt`13;>H-2Y]0(2#&m%1AEU!0_d<s/d!6s!.f_$qYu'~>
-+JcGZJ%-FmH9JnX_0.ntK at V5OLqdfP5qdTG2qdB;.qHj&)qcs#&qc`l"qH3Vrqc<SoqGd>jqbm;g
-+pe^`]qG-o^qb6l[qF^WVqagTSqF:?NqaC<Kqa10Gq`t!Bq`am?q`O^:q`=U7q`+I3q_n:.q_\1+
-+q_A=06;Cfn?i+4>?<UE0;,UCq=B[pM3qkZ/3;>H,2YK$'2"rg#1AETu0_[6q0)7($+92ClJcGTH
-+J,~>
-+JcGZJ%d('G8i&4V/M&J==Bo'7q-*VtqH3SqqH!GmqGd8hqGR/eqG@#aq+gc\qFp]XqF^NSognmK
-+qF:<MqF(0IqEk!DqEXmAqEF^<qE4U9qE"F4qDe=1qDS1-qDA"(qD.n%qCqb!s"4 at 97o]=c$Wg>*
-+:J=>Q9hnM^3VG?'2"i`u1A3Hr0_R0m0(pmj/G:Un.K^^l!.]Y#qYu'~>
-+JcGZJ%-FmH9Jn[a0eY7OA82!Uqe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$qcWeuqcESopf72j
-+qG[;iqbd2dr(m2bqb?r]qb-fYqapZUqa^NQqaLBMqa:6Iqa(*Eq`jsAq`Xg=q`F[9r&OU5r&=L2
-+qDJ1-q_S7-!^ojmraPe8$t*@E=&W+#=^,/t4?WC#pcA11pc/",pbqn)pb_b%pbMRupb;Irq^qso
-+!!%P#s8)bG~>
-+Jc?;]h7A581c-sB0J5"D<b?#Xrau%=qdfS6qdTG2qI'2-qd0/*qHWo%qc`l"qcN_sqH!Jnqc*Gk
-+qbm8fqG?o^q+gf]qb6l[qb$`WqagQRqaUHOqaC9Jqa10Gq`t$Cq`aj>q`Oa;q`=U7qDe at 2q_n=/
-+qDA(*"#;f+=o2P/=]7s]4o at D93qkZ03;5B+2YT*'2#&m$1A<Nu0_[6p0)I4&+TMLjJcGTHJ,~>
-+Jc?;]gpqu21,:R:/LrD79jCt/qcio#qH<YsqH*JnqGmAkqG[2fqGI)cqG6r_q+^]ZqFgZWq+:6M
-+pdb0MqF13JqEt*Gq*FjBqEOg?qE=[;q)eF6qDnC3qD\7/q)/"*qD7q&qD%h#r\"=/6;d\]s&K;"
-+91;')2tf0&2>/m#1\ENs1%m<o0D-sk/bUah.g.=C!!%Fus8)bG~>
-+Jc?A_h7A581c7'E0J5%G=(uGbBkdHXqe,e<qdoY8qd]M4r*fG0qd98-qH`u'r*0&%qcWeuqcEVp
-+pf7,hqc!Aiqbd5eqbR)aqb?r]qb-fYqapZUr($TQqaLENqEt-Hr'C3Fq`jsAq`Xg=q`F[9q`4O5
-+q`"C1q_e7-s"ad;8mGe5rF,n6<DH"Jr&sg;pcJ42pc8+/pc%t+pbhe&pbV\#pbDOtpb2Ot"!IXE
-+I=_Fps*t~>
-+L&VhL^6E7g1G^d@/hS_.5uD6.BkV/VB)?09AG]m6 at f'U2@/F=-?Me%*>l.b&>5DD!=Sl1s<r,hn
-+<;TVk;Ys>f;#!i]:A[c_9_qEZ9)D3W8GbpR7f,XO7/K at K6Mj(F5l3eC55RM>4Sq5;3r:r73;YZ3
-+2Yo<.2#]935Z.Gc"^P)"5Wh1'481f23VPN-2u#<)2>B$&1\W["1&!Br0DI0t/H[-r!.0:sqYu'~>
-+L&VeJ]p!%b0ek at 7/M&D'4A&ga?=!P8qHNc!qH<YsqH*Moq,R8jqG[5gqGI)cqG6o^qG$f[q+LQV
-+qFU?NpIG'LqF16KqEt'FqEasCqEOg?q*"R:qE+O7q)S:2qD\7/q)/"*qD7t'qD%k$!]rtQrD`r!
-+9LCl:2tf0&2>/m#1\ENs1%m<p0D-sk/bUah.g$jn!.0:sqYu'~>
-+L&VGA^6E7g1c-sBr[nF/6W7]8Chme`C&;T?BDcB=Abos8A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=u
-+=8Q%n<VTPj;uBPi;>X2f:]!o`:&I]^9DV9Y8c)'U8,GdQ7JfLM6i04I62NqE5PmYA4o7A=48V)9
-+3Vtf62u5H02?#E65uV1i at 0L"=9L:p,pHA:6pcJ42q)S40pG_k*pbhe&q(qe$pG)Fspb2V!"!R^F
-+H\)4ns*t~>
-+MZ4:^_3o1&1,:R<0.ne,/j)j5B`;`IBk[EWqe#_:qdfS6qdTG2qI'2-qd0,)qcs#&qc`l"qcN_s
-+qH!Jnqc*GkqGR2fqb[&`pJ1T[qb6l[qb$`WqFLKRqaUHOqF(3Jqa10Gq`t$Cq`aj>q`Oa;q`=R6
-+q`+I3q_n:.r\O^:8Qf?t?3*tnq)nC5pcA.0pGhq,pGVb'pGDV#pbMRupFu at qpFcFs"!IXEG_,nk
-+s*t~>
-+MZ4:^_3f%"0JG.3/Lr;#/2p!r?2\+1?2 at h&>P_P"=o)7s=8>nn<Vf\k;u'>f;>O,c:\dc^:&7Q[
-+9DV9W8bGXK8,>^O7JT at J6i'.F62EkC5PdS?4o%5:48M#73Vk`32u,B.2>T0+1\ig&0`j0u;#F8p
-+9L(Qsp,D\'oelG"p+u at soeH.op+Q(kp+>thpaZFh!!%7ps8)bG~>
-+MZ4:^_O5:'1G^d at 0.ne-0Ki0;C]8/OChruaqe>q at qe,e<qdoY8qd]M4qdKA0qd98-qH`u'r*0#$
-+r)ro!qH*Sqpf7,hqG[8hqbd5eqbR)aqb?r]qb-fYqapZUqa^NQqaLBMqa:6Ir'C0Er'1'BqE=a=
-+q`F[9q`4O5q`"C1rA=X;93_@&!b#,"q*+O9pcS at 6pH&(0pc/",pbqq*pGDY$pbMRupb;Lss"4Bt
-+!!%7ps8)bG~>
-+O8fj]`LCj;0ek at 80.e_*.ks7^>&!hJ!bl=]qe,e<qdoV7qd]M4qdKA0qd92+qd')(qcir$qH<\t
-+qcEVpqc3Mmqc!Aiqbd5epeUWZqb?o\qb-fYqapZUqa^KPqaLBMqa:6IqEb!Dq`jsAqE=^<q`F[9
-+q`4O5q`"@0r&"L?;#FT%=\V.E4nh)6481f13VYT.2to6)2>8s&1\W[!1&*Hs0D@(%/Kt/pFb0Sh
-+s*t~>
-+O8f at O`1(^7r\"U2/Lr;".5!YM;I93,!+,Y1qHWl$q-*VtqH3Sqq,[>lqGd;iqGR/eq,$o`qG-l]
-+qFp]XqF^TUpIP!Jq*t3LqF(-HqEk$EqEXmAqEF^<qE4U9qE"F4qDe=1qDS.,qDA%)qD/%)"$9(Q
-+;uT_t;+3PC3;,<)2YAs$2"i`u1A3Hr0_R0m0(pmi/G^k!+92CaJcGTHJ,~>
-+O8fRU`LLp<0etI;0.m/S">`;<?#9 at S!c2XfqeH%CqIob=r+>h;qIKM6qdTG2qdB;.qd0/*qcs#&
-+qc`l"qcN_sqc<Pnpf.&fr)3Agqb[2dqG-o^r(Qr[qb$cXqagTSqaUHOqaC<Kqa10Gq`t$Cq`am?
-+q`Oa;q`=U7q`+I3r&+RB;uU/(?ijS/6N04E557;94SV#43qt`13;>H-2Y]0(2#&m%1AEU!0_d:'
-+,6.^dJcGTHJ,~>
-+PlCmWae*]Kr\4a5/hAP'.PEnV=(Cu>!,;=DqIf\;qdoY8qd]M4qI08/qd95,qH`u'qcir$qcWeu
-+qcEVpqc3Mmqc!>hqbd5eqG6f[qG$i\qb-fYqapWTqa^NQqF19Lqa:6Iqa(*Eq`jp at q`Xg=q`FX8
-+q`4O5q`"C1!]<5Br`oJ/!E2Jb4nh)548:l23VPN.2to6(2>B$&1\W["1&!Br0DI.%+ohU`JcGTH
-+J,~>
-+PlDBeaI[KF0/#"3/1N+t-nRDH:0I<u!+,J,qHWl$qHE_uqH3PpqH!GmqGd;iq,7&dqG@#aq+gc\
-+qFp`Yq+CKTpdk*Kq*t3Lq*b'HqEk!DqEXmAqEF^<qE4U9qE"I5qDe:0qDS1-qDA%)q_A169`.fi
-+90i52p,D\'oelD!p+u at sp+c7pp+Q(kp+>thq^Val!!%%js8)bG~>
-+PlDBeae*]K0etL</hAP'.ks1\=_ at DF!,VOJqeH"Bqe5k>qe#_:qdfS6qdTG2qdB;.qd0/*qcs#&
-+qc`o#qcN\rr)WYopf.&fqbm;gqb[/cqbI#_qb6l[qb$`WqagTSqaUHOqaC<Kqa10Gq`t'DqEFd>
-+r&jj<qE"O7q`+I3!]E>Fr*KJ)8GYRG55.584SV#53qt`13;5B,2Y]0)2#&m%1A<Nu0`!F),QIgb
-+JcGTHJ,~>
-+RK!ombbBAX0eb:6/M&D%.P3\O<atZ8!,;1 at qe,e<qITP7qd]M4qdKA0qd92+qd')(qcio#qcWeu
-+qcEVpqc3Mmqc!Aiqbd5eqG6i\q+^]Zqb-fYqapZUqa^KPqaLBMqa:3Hqa(*Eq`jsAqE=^<q`F[9
-+q`4O5qD\F4!^9Ldr`fM,9L8D9pH844pH&%/pc/",pGVb'pGDY$pG2Itpb;Fqq(;ap!!$qgs8)bG~>
-+RK!E_bFs,Rr\"U1/1N(r-S%)@:0@*p!+,A)qHWl$q-*VtqH3Sqq,[>lqGd;iqGR,dqG@#aqG-l]
-+qFp]XqF^TUq+10KpdY*Kq*b'HqEk$EqEXj at qEFa=qE4U9qE"F4qDe=1qDS.,qDA%)#r4M5;GpFl
-+:dmJF3VGH+2tf0&2>/m#1\ENs1%m<o0D-sk/bUao.g$pp!,mGgqYu'~>
-+RK!ombbBAX0eb=8/hJS'.kWqU=Ch#?!,VCFqeH"Bqe5k>r+>e:qdfV7qI9A2qdB;.qd0/*qcs#&
-+qc`l"qcN_sqc<Soq,I)eqbm;gqb[/cqbI#_r(Qr[qb$cXqFLNSqaUENr'^ELqa10Gq`t$Cq`am?
-+q`Oa;q`=U7q`+U7!C0W_?3FJ.6U3p35PRG;4nq/7481f23VYT/2u#<+2>8s&1\`a#1&*I"0*<L#
-+!,mGgqYu'~>
-+T)TK#cCK;Z0J>(3/1W2!.4dGJ;da>/C&hu?B_lB=B)?0:AG]m5 at f'U2@/F=-?Me%*>l.b&>5MJ"
-+=Sc+r<r5no<;KPj;Ys>g;#=&_:A at Q\9`%K[9);-V8GbpR7f,XO7/K at K6Mj(G5l3eB55RM?4Sh/:
-+3r:r73;kc:5#M8_!E_kj55%/74SLr33qt`03;5B,2YK$'2"rg#1AETu0_[6t/d!@!!,R5dqYu'~>
-+T)TK#cCK8W0.nk/.k)kn-Rpr;935Hh?N=F'?2 at h&>P_P"=nu1r=8Gto<Vf\k;u'>f;>O,c:\dc^
-+:&7QZ9DV9W8bu!O8+oFK7J]FK6i'.F62EkC5PdS>4o.;;48M#63Vk`32u5H/2>T0.1BBL-rDEYk
-+62EV83;#6(2YAs$2"i`u1A3Hr0_R0m0(pmj/H..%+ohUZJcGTHJ,~>
-+T)TK#cCTA[0J>+5/M&A#.P3\O<F]k7D#eDEC\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(
-+>PhV%=o)7t=8Z+q<Vf\i;u0Dh;>X2e:]!oa:&@W]9D_?Y8c)'U8,GdQ7JfLM6i04I62NqE5PmYA
-+4o at G=48V):3W1o=5>ked?3+5$q`sp at pceF8pcS=5pH&+1pc/",pbqn)pGD\%pbMRupb;Y""!mpI
-+Ck;W_s*t~>
-+U]2#!b+X&U0J4t0.k3"s-n7,C;I=/*C&hu:B_uH=B)?0:AG]m6 at f'U2@/=7-?Me%*>l%\%>5MJ"
-+=Sl1r<r5no<;TVk;Ys>f;#=&a:A7KZ9`%K[9)D3W8GbpR7f,XO7/K at J6Mj(G5l3eC55IG>4Sq5;
-+3r:r73!VQ@>$>-7<_)sLpHA75pH/.2pGqt-pc%q*pGM\%pG;S"pG)Crpb2Ot"!mpIBn?<\s*t~>
-+U]2#!b+X#S0.eb,.OZ\l-7CZ68lf9c?N=F#?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u'>f;>O,c:\mi_
-+:&.KZ9DV9W8bu!O8+oFK7JT at J6i'.G62<eB5PdS?4o.;;48Cr63Vk`32u5H.2>]383(HhC;Gp7U
-+p,Vh+p,D\'oelG"p+u at soeH.op+Q(kp+>th"=kYr!,7#aqYu'~>
-+U]1Mhb+X&U0`E[3/1N+t-nI>I<+9\2D#eD at C\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JaI/?i47-?2 at h(
-+>PhV$=o2=u=8Q%q<Vobi;u'>g;>X2e:]!oa:&@W]9D_?Y8c)'V8,>^P7JoRN6i'.I62NqE5PmYA
-+4o7A=48V):3<;<@rETG+9(tUG5PRG:4nq/8481f23VYT.2u#<,2>8s&1\`a"1&*I&0*<O$!,7#a
-+qYu'~>
-+W;dP"a.@?F/hJY+.Oceo-Rgl=;-mr#C&hu7B_lB=B)?0:AGTg5 at f'U2@/F=-?Me%*>l.b&>5MJ!
-+=Sl1s<r5nn<;TVk;Ys>g;#=&a:A7KZ9`%KZ9)D3W8GbpR7f,XO7/K at K6Mj(G5l*_B55RM?4Sh/:
-+3r:o=3'9q6=p%ht5<np,p-&.4pcJ42pGr".pG_h)pGM\%pbVY"pG)FspFlLu"!mpIAqC!Ys*t~>
-+W;dP"`gq0C/M&G'.46Mi,ptE08Q9$\?N=Et?2 at h&>PVJ!=o)7s=8Gto<Vf\j;u0Dg;>O,c:\dc^
-+:&7QZ9DV9W8bu!Q8+oFI7J]FK6i'.F62EkC5PdS>4o.;;48M#63Vk`32u5H/2?,K62b*aC!DZ#]
-+3qbT,3;,<)2YAs$2"i`u1A3Hr0_R0m0(pmj/- at -t!+pf^qYu'~>
-+W;d%ia. at BG0)dF0.k2tq-Rq#B;daD*D#eD=C\hfDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(
-+>PhV$=o2=u=8Q%q<Vobj;u'>g;>O,e:]!o`:&I]^9D_?Y8c)'U8,GdQ7JfLM6i04I62NqE5PmYA
-+4o7A=48V&D4\o<f?!UW,rB^0CpcnO;pc\C7pcJ42pc8+/pc%t+pbhe&pbV\#pbDOt">;)%!+pf^
-+qYu'~>
-+XoAOk`0tX7r[\F,.4HVk-7:W9:KqPpC&hu3B_lB=B)?0:AG]m6 at f'U1@/F=.?Me%)>l.b&>5MJ"
-+=Sl1r<r5no<;TVk;Yj8f;#=&b:A at QY9`%K[9)D3W8GYjR7f,XO7/B:J6Mj(G5l3eC55IG>4Sq5;
-+3rV,?3_KBS!a8Ytr'0p>pHA75pH/.2pGqt-pc%q*p,2V%pG;P!pbDLspFcY%-3+$UJcGTHJ,~>
-+XoAOk`0tX7r[S@*-mp>e,UP3-85`dU?N=Eq?2 at h%>P_P"=o)7s=8>nn<Vf\k;u'>f;>O,c:\dc^
-+:&7Q[9DV9W8bu!Q8+oFI7JT at J6i'.F62EkC5PdS?4o.;:48M#73Vk`32u5H02$QEE:f1(c6i/q;
-+3VGH+2tf0&2>&g"1\ENs1%m<p0D-sk/bgk!,QIgSJcGTHJ,~>
-+XoAOk`0t[8r[e(!#q75K-7C`=;-e#"D#eD9C\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JXC/?i47,?2In)
-+>PhV$=o2=u=8Q%q<Vobk;ts8e;>X2e:]!oa:&@W]9D_?Y8c)'V8,>^P7JoRM6i04J62EkE5PmYA
-+4o7A=49%>B4%oNW!Er1m623_?5PRG:4nq/748:l33VYT.2u#<+2>B$'1\`a"1&3L*-ia6WJcGTH
-+J,~>
-+ZMtU&^m8e)/1`;%-mp>f,q(T9:gIbnC&hu0B_lB=B)?09AG]m6 at f'U2@/F=-?Me%*>l.b&>5DD!
-+=Sl1s<r,hn<;TVk;Ys>g;#=&b:A at QY9_qEZ9)D3W8GbpR7f,XO7/K at K6Mj(F5l3eC55RM>4Sq5<
-+3WVWLr`K;(90i;;pHJ=7pH844pH&%/pc/",pGVb'pGDY$pG2Itpb;Fq"""!J@"J at Ss*t~>
-+ZMtU&^m8e(.k<(u-RU2b,:5*,8Q9!S?N=Em?2 at h&>PVJ!=o)7s=8Gtn<Vf\k;u0Dg;>O,b:\mi_
-+:&7QZ9DV9W8bu!R8+oFH7J]FK6hs(F62EkC5PdS>4o.;;48M#63Vk`32u5E62*Oe7:]X?\pH%t-
-+p,Mb)p,;S$p,)J!oeQ4qp+Z.moe,qiqCD^p!!$DXs8)bG~>
-+ZMtU&^m8h*/1`;%.4?Mh,q(W<;IF;!D#eD6C\hfDC&;T?BDcB=Abos8A,Ba4 at JaI0?i+1,?2In(
-+>PhV$=o2=u=8Q%q<Vobl;ts8d;>X2f:]!o`:&I]^9DV9Y8c)'U8,GdQ7JfLM6i04I62NqE5PmYA
-+4o7A?3s\;X>?b?9:.%AC62*Y>5PRG;4nq/7481f23VYT/2u#<+2>8s&1\`a#1&<R+-ia6TJcGTH
-+J,~>
-+\,R-(]T["n.k<(u-RC)b,UbN:;-mtmC&hu,B_lB=B)?0:AG]m6 at esO1@/F=.?M[t)>l.b&>5MJ"
-+=Sl1r<r5no<;TVj;Ys>g;#=&c:A at QY9_qEZ9)D3V8GbpS7f,XN7/K at K6Mj(G5l3eC55IG>4Sq2A
-+3^-C==9D8`5X>'.pceC7pcS:4pH&(0pGhn+pbqh'pb__$pG2LupFuCr""4-L?%N%Ps*t~>
-+\,QTn]T["nr[Rpq#pgiA,:5-.8QB*Q?N=Ej?27b%>P_P"=o)7s=8>nn<Vf\k;u'>f;>O,c:\dc^
-+:&7Q[9DV9V8bu!S8,#LH7JT at J6i'.F62EkC5PdS?4o%5:48M#73Vk`32uPW?3ClqB:esPC48(`.
-+3VGH*2tf0&2>/m#1\ENs1%m<p0D-sk/c.($,ldpNJcGTHJ,~>
-+\,R-(]T[%o.k<(u-RL/c,UbQ=;djLuD#eD2C\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In)
-+>P_P$=o2=t=8Z+r<Vobm;ts8c;>X2e:]!oa:&@W]9D_?Y8c)'U8,GdQ7JfLM6i04J62EkE5PmY@
-+4o at DC5>qJb!a8Aer'L0Epd"U=pceF8pcS=5pcA11pc/",pbqn)pGD\%pbMRur%J4%!!$;Us8)bG~>
-+])NAmD(mFh.4?Mg,U4N]2+(5JC"[5$C#*J"BDZ<;Ac$$8A,Ba4 at JaI0?i"++?2In(>P_P#=o2=u
-+=8Gtp<Vobm;u9Ji;>X2d:]!o`:%q?W9D_?Y8c)'U8,>^P7JfLM6i04H62NqE5PmY at 4o7A@3rqoS
-+r`B1t6Mj%C5PIA94nh)548:l23VPN.2to6)2>8s%1\`a"1&!C!0*<U&!*XsRqYu'~>
-+])N&dD(mCf-n$AerZVLl0g/-/?J/Zc?JJi_>l%\#>5DCu=Sc+p<r,hm<;KPi;Yj8d;#3ua:AR]]
-+9_h?X9);-U8GPdN7eT:G7/B:I6Ma"E5l*_A55 at A<4Sh/93r(f43;PQ76;IMU!D,HP48(`.3VGH+
-+2tf0&2>/m#1\ENr1%m<p0D-sk/c at 4&-3+$LJcGTHJ,~>
-+])NAmD)!Li.4?Mh,U4N^2FLMRCtWY*Cu&n(CA_fBB_uH?B)6*9AGfs7 at f'U2@/F=.?Me%*>l.b&
-+>5MJ"=Sl1s<r5no<;TVi;YX,c;#F,c:A[c`9_qEZ9)M9X8GbpS7f,XO7/K at K6Mj(G5l3eC55RMC
-+498)Xr`T>$7JT:F62*Y>5PRG:4nq/8481f23VYT.2u#<,2>8s&1\`a"1&`j/.0'?OJcGTHJ,~>
-+]Di>a/12_g,9e<[2+(8LC"6quC"d7sBDZ<<Ac$$8A,Ba3 at JaI0?i"++?2In(>PhV$=o2=u=8Gtp
-+<Vobl;u9Ji;>X2e:]!o`:&%EW9D_?X8c)'U8,GdP7JfLM6i04I62NqE5PdS at 4o@DC6W<tc!EDYb
-+5kdM<55%/64SV#43qkZ03;5B+2YT*'2#&m$1A<Nu0`3R+.0'?LJcGTHJ,~>
-+]Di>a/12\f+sA*V1-S<2?I`B_?J&Q[>l%\$>5DCu=SZ%p<r,hm<;KPh;Yj8e;#3u`:AR]]9_qEX
-+9);-U8GYjP7eK4F7/B:I6MWqD5l*_A55 at A<4Sh/93r1l53;ti;4\PcM!DPlU47tZ.3V>B*2tf0&
-+2>/m#1\ENs1%m<p0D-sk/cI:'-3+$IJcGTHJ,~>
-+]Di>a/12_h,9e<[2FUSTCt3A&Ct`\%CAV`BB_uH>B)?0:AG]m6 at f'U2@/F=.?Me%*>l.b&>5VP"
-+=Sl1t<r5nn<;]\j;YX,c;#=&c:A[c_9`%K[9)D3W8GbpS7f,XO7/K at K6Mj(G5l<kC55m\G6rj4i
-+!EVkl6hj"C62*Y>5PRG;4nq/7481f23VYT/2u#<+2>8s&1\`a#1&ip0.KBHMJcGTHJ,~>
-+]`/9'4=;:"2FUPQd:rYqeS+hmqe#\9qdfS6qdTG2qdB;.qHj&)qcs#&qHEc!qcN_sqH!Jnqc*Gk
-+qbm;gqb[,bqbI#_pe:ETqb$`WqagTSqF:?NqaC<KqEk'Fq`t$Cq`aj>!Bs3U<rbto62*Y>5PIA9
-+4nh)548:l23VPN.2to6(2>B$&1\W["1&!C$0*<[(!*"OLqYu'~>
-+]`/9'4=)*s1-\E5d9cl[e6VoUqHNc!qH<YsqH*JnqGmAkqG[5gq,-ubqG6r_qG$f[q+LQVqFUNS
-+q+(9Np-n[CqEt*GqEasCq*4^>qE=[;qE+O7q)S at 4!BEXK:'+3\4SCl13qYN,3;,<)2YAs#2"i`u
-+1A3Hr0_R0m0(pk"/11Dt<.Y)Gs*t~>
-+]`/9'4XVC$2b$eXd;8l"eSG%sqe>q at qe,h=qITP7r+#S4r*fJ1qHs/,qd')(qcir$qcWeuqcEYq
-+qc3Mmqc!Aipegf_qbR)aqb?r]qb-fYr(6`Ur($WRqF1<Mqa:6Iqa(*Eq`k!B!C0HZ=TD7o6hj"C
-+623_?5PRG:4nq/748:l33VYT.2u#<+2>B$'1\`a"0`rm*!*"OLqYu'~>
-+]`/+A-m:H^c>!>ndV/Jiqe#_:qdfS6qI9>1qdB;.qHj&)qcs#&qc`l"qcN\rqc<Soqc*Djqbm;g
-+qb[/cqbHu^q+UQVqF^TUqagTSqF:?NqaC<Kqa10Gq`t$CqEFmA!Cp,g<WQ)dqa(!BpHSC9pHA75
-+pcJ42pGr".pG_h)pGM\%pbVY"pG)Fss"=I(!!#lIs8)bG~>
-+]`/+A-m:<Oc<gQXcs?KQqHNf"q-!PrqH*MoqGmAkqG[2fqGI)cqG6o^qG$f[q+LQVqFUNSqFCBO
-+p-n[CqEt*Gq*FjBqEOg?q*"R:qE+O7q)JL95u%>R!D5TU4S:f03qYN,3;,<)2YAs$2"i`u1A3Hr
-+0_I*l0)$q"-ia6EJcGTHJ,~>
-+]`/+A-m:Kbc><PtdVJ_pqe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$r)rkuqcE\rqGmDl
-+r)<Giq,-o`qbR)aqb?r]qb-fYqapZUqa^NQqaLBMqa:6Iqa(*Eq`b<L86/hq=]@od6hj"C62*Y>
-+5PRG;4nq/7481f23VYT/2u#<+2>8s&1\`a$0`rs,!)\=IqYu'~>
-+^&J5:.3^0Nc>!>nc=m)fqI]V9qdfS6qdTG2qdB8-qd0/*qcru%qc`l"qcN_sqH!Jnqc*Gkqbm;g
-+qG@&bqbI#_qFpWVq+CNUqagTSqF:?NqaC9Jqa10Gq`t$Cr&t-G;#XJr<CusOpH\I;pceC7pcS:4
-+pH&(0pGhn+pbqh'pb__$pG2LupFl\!!!#oJs8)bG~>
-+^&J59.3^-Cc<gQXc!C0NqHNc!qH<YsqH*JnqGmAkqG[2fqGI)cqG6r_qG$cZqFgZWqFUNSq+(9N
-+pdOjDq*Y!FqEapBqEOg?qE=[;qE+L6rAb'C8PMoS9geb>p,ht/of;_*of)S&oelG"p+u at sp+c7p
-+p+Q(kpalRr!!#oJs8)bG~>
-+^&J5:.3g9Sc><Ptc>3;lqe>q at qe,e<qdoY8qd]M4r*fJ1qHs/,qd'&'r*0&%qcWeuqcEYqqc3Mm
-+qc!AiqGHu`qG6u`qb?r]qb-fYqapZUr($TQqaLENqa:3Hr'C3Fr]^EL;Z9c!=%rT]pI"^Bpd+[?
-+pcnO;pHA:6pcJ73pc8+/pG_k*pbhe&q(qe$qCr('!!#oJs8)bG~>
-+^Ae?&2^BMJc>!>nb at p`bqe#_:qdfP5qdTG2qdB;.qHj&)qcs#&qc`l"qH3Vrqc<SoqGd>jqbm;g
-+qb[/cqbHu^qb6cXpIb<SqagTSqF:?NqaC<Kqa10Gq`t!B#sLmZ<E3'p6UF-662*Y>5PIA94nh)5
-+48:l23VPN.2to6)2>8s%1\`a"1&3L*.KBHJJcGTHJ,~>
-+^Ae?&2^BMBc<gQXa^+aJqHNc!qH<YsqH*MoqGm>jqG[5gqGI)cqG6o^qG$f[q+LQVqFUNSqFC?N
-+q*jsEq*Y!Fq*FjBqEOg?q*"R:qE+O7!]`P?r_3D`4nh)448(`.3VGH+2tf0&2>/m#1\ENr1%m<p
-+0D-so/H[C$!*"OLqYu'~>
-+^Ae?&2^KVOc><PtbA6rhr+Z%Aqe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$qcWeuqcEYqqc3Mm
-+r)<Giqbd)aqG6u`qG$l]qb-fYqapZUqa^NQqaLBMqa:6Iqa(-F#"hot=BJBgqaC0Gq*OjBpH\L<
-+pceF8pcS at 6pH&(0pc/",pbqq*pGDY$pbMb%""O?O<.Y)Gs*t~>
-+^Ae:V-QkIqC&htgB_lB=B)?0:AG]m6 at f'U1@/F=.?Me%)>l.b&>5MJ"=Sl1r<r5no<;TVk;Yj8f
-+;#=&c:AR]^9_h?U9)D3W8GYjR7f,XO7/B:J6Mj(G5lNtK5u.DZ!E)Da6MNk at 5kdM<55%/64SV#4
-+3qkZ03;5B+2YT*'2#&m$1A<O#0EWd)!*=aOqYu'~>
-+^Ae:V-Qk=m?N=EP?2 at h%>P_P"=o)7s=8>nn<Vf\k;u'>f;>O,c:\dc^:&7Q[9DV9W8bu!R8,>^N
-+7J0(D6i'.F62EkC5PdS?4o.;:48q8H4@`(>9hR`74n_#347tZ.3V>B*2tf0&2>/m#1\ENs1%m<p
-+0D-sp/H[@#!*=aOqYu'~>
-+^Ae:V-QkLrD#eCmC\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JXC/?i47,?2In)>PhV$=o2=u=8Q%q<Vobm
-+;u9Ji;><u_:]!oa:&@W]9D_?Y8c)'U8,GdQ7JoRM6i04J5ls;<;>sVu<(TOS7/'(D6MNk at 5kmS=
-+557;94SV#43qt`13;>H-2Y]0(2#&m%1B'!1.f]QNJcGTHJ,~>
-+^]+GT-mBsIcY<Go_eAp[qe#_:qIKJ5qdTG2qdB;.qHj&)qcs#&qc`i!qcN_sqc<Pnqc*Gkqbm;g
-+qb[/cqG-o^qb6fYpe(?RqagTSqF:?NqaC<Kqa10Gq`k<T;cH^r:&%'L62*Y>5PIA94nh)548:l2
-+3VPN.2to6(2>B$&1\W["1&N^-.0'?OJcGTHJ,~>
-+^]+GT-mBm=cX-ZY_Hm"CqHNc!qH<YsqH*Moq,R8jqG[5gqGI)cq+pi^qG$f[q+LQVqFUNSq+(9N
-+qF1*Gp-\[CqEasCqEOg?q*"R:qE"^C9E%Tb7Jf7A4SCl13qYN,3;,<)2YAs#2"i`u1A3Hr0_R0m
-+0)[@(-NF-MJcGTHJ,~>
-+^]+GT-mBsLcYWYu_e]-ar+Z%AqIf_<qdoV7r+#V5qdKA0qd95,qd')(qcir$qcWeuqcEYqqc3Mm
-+qc!Air)*5cpeU`]qb?u^qb-cXr(6cVqa^NQqaLBMqa:6Ir]p]Y<E<1&:]3`W7/'(D6MNkA5kmS=
-+55.584SV#53qt`13;5B,2Y]0)2#&m%1B0'2.KBHPJcGTHJ,~>
-+_#FQ36mWpMcY<Go^hERWqe#_:qdfS6qdTD1qdB;.qd0,)qcs#&qc`l"qcN_sqH!Jnqc*GkqGR2f
-+qb[/cqbHu^qb6l[pIb6QqFLKRqaUHOqF(3Jqa10G!^K%Fr_rtt7mfZ<6MEe at 5kdM;55.574SV#4
-+3qkZ03;5B+2YT*'2#&m$1A<O&0EWa(!*t0UqYu'~>
-+_#FQ36mWpFcX-ZY^KpY?qHNf"qH<YsqH*JnqGmAkqG[2fqGI)cqG6o^qG$f[qFgZWq+:ERqFCBO
-+qF1*Gp-\[Cq*FjBqEOg?q*"R:s#U6D7K,s]8jW89p,r"0p,_k,p,Mb)p,;S$p,)J!oeQ4qp+Z.m
-+oe-7r"""!J?%N%Ps*t~>
-+_#FQ36mWsPcYWYu^h`g^qe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(r*0#$r)ro!qH*Sqqc3Jl
-+r)<Jjqbd2dpeU]\qb?r]qb-fYqapZUqa^NQqaLBMqa:<K!CKZ^<WQ/kqF10Ipd=gCpd+X>pcnO;
-+pc\C7pcJ42pc8+/pc%t+pbhe&pbV\#""F9N?%N%Ps*t~>
-+_#FOs-Qt6ZctWPp]P.1Tqe#\9qdfS6qdTG2qdB;.qHj&)qcs#&qHEc!qcN_sqH!Jnqc*Gkqbm;g
-+qb[,bqbI#_qb6iZpe(<QqagTSqF:?NqaC<Kqa16I#"DHg;cHL[r'U3Fpd+X>pHSF:p-&15pH/+1
-+pc8(.pG_k*p,2V%pG;P!pbDe&""4-L?\/7Rs*t~>
-+_#FOs-Qk'KcsHcZ]3Y8<qHNc!qH<YsqH*JnqGmAkqG[5gqGI&bqG6r_qG$f[q+LQVqFUNSq+(9N
-+qF10Ip-\UAqEasCqEOd>qE=^<!C06U9*%OHp-&+3p,ht/of;_*of)S&oelG"p+u at sp+c7pp+Q(k
-+">(r#!+1<WqYu'~>
-+_#FOs-Qt9^ctrc!]PICZr+Z"@qe,h=qITP7r+#V5qdKA0qd95,qd')(qcir$qcWeuqcEYqqc3Mm
-+qc!Aiqbd5epeUZ[qb?u^qFg]Xr(6`Ur($WRqaLBMqa1TT7oNDg<_u<]7JK:F6hj"C623_?5PRG:
-+4nq/748:l33VYT.2u#<+2>8s'1\id..KBHUJcGTHJ,~>
-+_>aYr/L)HHctWPp\S1hPqe#_:qdfS6qI9>1qdB;.qHj&)qcs#&qc`l"qcN\rqc<Soqc*Djqbm;g
-+qb[/cqbHu^qb6l[q+CBQqFLKRqaUENqaC<Kqa(9Ur_ihq8GGRI6MEe?5kmS<55.574SLr43qkZ/
-+3;>H,2YT*'2"rg$1A<L*-ia6VJcGTHJ,~>
-+_>aYr/Ku?<csHcZ[pAi8qHNf"qH<VrqH*MoqGmAkqG[2fqGI)cqG6o^qG$f[qFgWVqFUNSqFCBO
-+qF10Ip-\UAq*FjBqEOg?q*"a?!(Hl[!D5]X55%/44SCl13qYN,3;,<)2YAs$2"i`u1A*Bq0_R0n
-+/d!F#!+LNZqYu'~>
-+_>aYr/L)HJctrc!\SM(Wqe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$r)rkuqcE\rqc3Jl
-+r)<Jjqbd5epeU]\qG$i\qb-fYqapZUqa^NQqaLBMr^-Z[r`&tu9Dq?T7JK:F6hs(D62*Y>5PRG:
-+4o%58481f23VYT.2u#<,2>8s&1]&p0.0'?WJcGTHJ,~>
-+_>aUR-6G\'C&htUB_uH=B)?0:AG]m6 at f'U2@/F=-?Me%*>l%\%>5MJ"=Sl1r<r5no<;TVk;Ys>f
-+;#=&c:A[c^9`%KZ9))!R8GbpR7f,XO7/K at O63fqU;GpFh77?l;pHnX at pH\I;pceC7pH844pH&%/
-+pc/",pGVb'pGDY$pG2P!""4-LAV'mXs*t~>
-+_>aUR-6GJ!?N=E>?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u'>f;>O,c:\mi_:&7QZ9DV9W8bu!R8,>^O
-+7J]FF6h`qD62EkB5PdSA4U+,A8kVfI5Q!_<4n_#347tZ.3V>B*2tf0&2>/m#1\ENs1%m<p0D@($
-+-3+$WJcGTHJ,~>
-+_>aUR-6G_(D#eC[C\qlDC&;T at BDZ<<Ac$$9A,9[4 at JaI/?i47-?2In(>PhV$=o2=u=8Q%q<Vobm
-+;u9Ji;>X2d:\[]\:&@W]9D_?Z8bu!U8,GdP7K#UY7o<5c<Dc9_7efFJ7/'(D6MNk at 5kmS=557;9
-+4SV#43qt`13;>H-2Y]0(2#&m*1'8s*!+g`]qYu'~>
-+_Z'b]-mC$Nd:rYqZ=s)Iqe#_:qdfS6qI9>1qdB;.qHj&)qcs#&qc`l"qcN\rqc<SoqGd>jqbm;g
-+qb[/cqbHu^qb6l[qb$TSpdk9PqF:?NqaCBM!)!2f!)!/WpI"^BpHeO=pcnL:pHA75pH/.2pGqt-
-+pc%q*p,2V%pG;P!q_81#!!$\`s8)bG~>
-+_Z'b]-mBsBd9cl[Y[.*1qHNf"q-!PrqH*MoqGmAkq,@,fqGI)cqG6o^qG$f[q+LQVqFUNSqFCBO
-+q*k-JpI"X at q*FjBqEOg?s#g?LrCR&Wpce at 6p,r%1p,_k,p,Mb)p,;S$oec at uoeQ4qp+Z1nq(;aq
-+!!$\`s8)bG~>
-+_Z'b]-mC$Qd;8l"Z>9>Pqe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$qcWeuqcE\rqGmDl
-+r)<Gir)*>fqG6l]q+^`[qb-fYqapZUqa^NQqaCNR9`7ok9LnkIpdOsGpI"^Bpd+[?pcnO;pHA:6
-+pcJ73pc8+/pG_k*pbhh'pbVn)""4-LBS$3[s*t~>
-+_uBl<;'d;Zd:rYqY%[]FqI]V9qdfS6qdTG2qdB8-qd0/*qcru%qc`l"qcN_sqH!Jnqc*Gkqbm;g
-+qG@&bqbHu^qb6l[qb$WTpdk9PqF:?NqEtK];,L4e7eoII6h`qA623_>5PIA94nh)6481f13VYT.
-+2to6)2>8s&1\W[&0`rd'!,@)bqYu'~>
-+_uBl<;'d;Sd9cl[X^1d.qHNc!qH<YsqH*JnqGmAkqG[2fqGI)cqG6r_q+^]ZqFgZWqFUNSq+(9N
-+qF16KpI"X at q*FgAqEOpB!C''Q8c_IJp-/.4p,r"0p,_k,p,Mb)p,;S$p,)J!oeQ4qp+Z.mq^qss
-+!!$bbs8)bG~>
-+_uBl<;'d>]d;8l"Y&!oLqe>q at qe,e<qdoY8qd]M4r*fG0qd98-qd'&'r*0&%qcWeuqcEYqqc3Mm
-+qc!Aiqbd5eqbR#_pJ(NYqb-fYqapZUr($TQs$[,]:K(4l;+^aWpI=pHpdFmEpd4aApH\L<pceI9
-+pcS=5pH&(0pc/%-pbqn)pGDY$">VA*!,@)bqYu'~>
-+_uBkC-mC9XdV8brX(_?Bqe#_:qdfP5qdTG2qdB;.qHj&)qcs#&qc`l"qH3Vrqc<SoqGd>jqbm;g
-+qb[/cqbHu^qb6l[qb$ZUpIP-NqF:?Ns$QlX;#X;n9LVDF7/'(C6MNk at 5kdM<55%/74SLr33qt`0
-+3;5B,2YK$'2"rg#1B'!1-NF-`JcGTHJ,~>
-+_uBkC-m:*IdU)u\WEo@*qHNc!qH<YsqH*MoqGm>jqG[5gqGI)cqG6o^qG$f[q+LQVqFUNSq+(9N
-+qF16Kq*XgApd+aAqEG$F5Y1lG!(HiNp-/.4p,r%1p,_k,p,M_(p,;S$p,)J!oeQ4qp+Z1nr%8's
-+!!$kes8)bG~>
-+_uBkC-mC9[dVSu#X)%QHr+Z%AqIf_<qdoY8qd]M4qdKA0qd95,qd')(qcir$qcWeuqcEYqqc3Mm
-+qc!Air)*>fqG6r_peCTYqb-fYqapZUqa^QR!D-2g;ZKSh8,,RK7JK:F6hj"C623_?5PRG:4nq/7
-+48:l33VYT.2u#<+2>8s'1BT!)!,[;eqYu'~>
-+`;]u65:%CQd;#RmqIf\;qdoY8qd]M4qdK>/qd95,qd'&'qcir$qcWeuqcEVpqc3Mmqc!AiqGI,d
-+qbR)aqG$i\qb-fYqFUHQpdb3Nr'^c]:f("c8Gu!O7/'(D6MEe at 5kdM;55.574SLr43qkZ/3;>H,
-+2YT*'2"rg$1B0'2-3+$bJcGTHJ,~>
-+`;]u65:%CId9ibVqHWi#qHE_uqH3Sqq,[>lqGd;iq,7&dqG@#aq+gc\qFp`YqF^TUq+1?PqF:<M
-+qF(-Hp-SI=qEY!D!(?fX!D#NR5P7564nUr248(`.3VGH+2tf0&2>/m#1\ENr1%m<p0E*R+,QIg`
-+JcGTHJ,~>
-+`;]u65:%FTd;>dsqeH"Bqe5k>qe#_:qdfS6qdTJ3qI'2-r*K5*qcs&'qHEf"qcN_sqc<Soqc*Gk
-+qbm;gqb[/cqbHl[q+UZYqb$`WqagTS#"D9a;H$Icpdb'JpdOsGpI"aCpd+X>pcnO;pHA=7pcJ42
-+pc8+/pG_k*q).n'qD/4%!!$ths8)bG~>
-+`;]q)-m:LrC85J>BDZ<<Abos7A,Ba4 at JaI0?i"++?2In(>PhV#=o2=u=8Q%p<Vobm;u9Ji;>X2e
-+:\mi`:&@W]9DV9X8bbjO8,>[U78<bX!DQ&[7JK:F6h`qB62*Y=5PRG94nh)6481f13VYT.2to6)
-+2>8s&1\WX,-3+$eJcGTHJ,~>
-+`;]q)-m1:m?_Uj&>l%\#>5DCu=Sc+q<r#bl<;KPi;Yj8e;#*o`:AR]]9_h?X9);-U8GPdP7f#RM
-+7/B:E6M<_A5QsA at 84Z<ApHS at 8of`"2p,hq.p,Ve*p,D\'oelG"p+u at sp+c7pp+QFu"![dGF+OAf
-+s*t~>
-+`;]q)-m:OsD51nDCA_fCB_lB>B)?09AGfs7 at f'U2@/F=.?Me%*>l.b&>5MJ"=Sl1s<r5no<;TVk
-+;Z'Dg;#=&d:A7KY9`%KZ9)M9X8Gu$Y:]=5l:]3iZ8,#LJ7JT at G6hj"C62*Y>5PRG;4nq/7481f2
-+3VYT/2u#<+2>8s*1BT!)!-<_kqYu'~>
-+`W$)42C'DPdV8brTkO:8qe#_:qdfS6qdTD1qdB;.qd0,)qcs#&qc`l"qcN_sqH!Jnqc*GkqGR2f
-+qb[/cqbHu^qb6l[qb$`Wpdk0MrC-u^:/=\_91J\FpI+aCpd4^@pH\L<pHJ=7pH813pcA.0pGhq,
-+pGV_&pb__$q(`%!!!%.ms8)bG~>
-+`W$)42C'AEdU)u\T3_:uqHNf"qH<YsqH*JnqGmAkqG[2fqGI)cqG6o^qG$f[qFgZWq+:ERqFCBO
-+qF16Kq*XpDog/OA!CB<U8-)+Dofr.6of`"2p,ht/of;_*p,D\'oelD!p+u at sp+c7pp+HLm!!%.m
-+s8)bG~>
-+`W$)42C'DRdVSu#TkjO?qe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(r*0#$r)ro!qH*Sqqc3Jl
-+r)<Jjqbd5eqbR)aq+^WXqFg]Xqap]V"\MTg;Gp6c8GG^M7efFI7/'(D6MNkA5kmS=55.584SV#5
-+3qt`13;5B,2Y]0)2#T34-NF-hJcGTHJ,~>
-+`W$%*-m1Y#C&ht=B_uH>B)6*9AG]m6 at f'U2@/F=-?Me%*>l.b%>5MJ"=Sl1r<r5no<;TVk;Ys>g
-+;#3ub:A[c_9_qEZ9)D3V8G>UT7S<YU!DZ2b7e]@G7/0.D6MEe at 5kdM;55.574SV#43qkZ03;5B+
-+2YT*'2#&m'1'8g&!-j(pqYu'~>
-+`W$%*-m1Is?N=E&?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u0Dg;>F&b:\mi_:&7QZ9DV9W8bu!R8,>^O
-+7J]FJ6hs(A5mBSA7n?0 at 6N'1C5P@;64n_#248(`.3VGH+2tf0&2>/m#1\ENs1%m<q0*<F!!-j(p
-+qYu'~>
-+`W$%*-m1\$D#eCCC\qlEC&2N?BDcB<Ac$$9A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=u=8Q%q<Vobm
-+;u9Ji;>X2e:]!o`:&%EX9D_?Z8cM<]9`@li:eURSpdb'JpdOsGpd=gCpd+X>pcnO;pc\C7pcJ42
-+pc8+/pc%t+pbhe&s"aa(!!%7ps8)bG~>
-+`r?2=2'X8PdqSksRV;P1qe#_:qdfS6qI9>1qdB;.qHj&)qcs#&qc`l"qcN\rqc<Soqc*Djqbm;g
-+qb[/cqbHu^qb6l[qb$`WqFLEP"ADQd:JL[TpI4jFpI"[Apd+X>pHSF:p-&15pH/+1pc8(.pG_k*
-+p,2V%pG;_&"!mpIH\)4ns*t~>
-+`r?2=2'X5FdpE)]QsKPnqHNf"qH<VrqH*MoqGmAkqG[2fqGI)cqG6o^qG$f[q+LQVqFUNSqFCBO
-+qF13JqEt'FpH\dJr^QrWq*=X<p-/.4p,r%1p,_k,p,M_(p,;S$p,)J!oeQ4qp+Z:q"!R^FH\)4n
-+s*t~>
-+`r?2=2'X8Sdqo)$RVVe8qe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd')(qcir$r)rkuqcE\rqGmDl
-+r)<Jjqbd5eqbR)aqb?iZpe1KVrCI,e:f1(crCQcTpdb*KpdOsGpI"^Bpd+[?pcnO;pHA:6pcJ73
-+pc8+/pG_k*pbhh'">_>(!.0:sqYu'~>
-+`r?1d-mBsKdqY1^qe,b;qdoY8qd]M4qdKA0qd92+qd')(qHNi#qcWeuqcEVpqc3Mmqc!Aiqbd2d
-+qbR)aqb?o\qb-fYqapZUrC6lZ:&[lf9(tgM7JB4F6h`qA623_>5PIA94nh)548:l23VPN.2to6)
-+2>8s%1]B-3,QIgoJcGTHJ,~>
-+`r?1d-mBp at dpJAGqHWl$q-*VtqH3Sqq,[>lqGd;iq,7&dqG@#aqG-l]q+UWXqF^TUqFLEPqF:<M
-+qF(-HqEk'F!(-WS!(6KGp-846p-&(2p,ht/of;_*p,D\'oelG"p+u at soeH.oq_&$p!!%M"s8)bG~>
-+`r?1d-mC!OdqtCdqeH"Bqe5k>qe#_:qdfV7qI9A2qdB8-r*K8+qHWr&qc`l"qcN_sqc<Soqc*Gk
-+qbm;gqb[/cqbI#_q+UQVqapl^:]=/j9_q?V8GG^L7efFI7/'(E6MNk at 5kmS=55.594SV#43qt`1
-+3;5B,2Yf6*1]o$(!.TS"qYu'~>
-+`r?56:*q)5>1I?fBp<<-BDZ<<Ac$$8A,9[3 at JaI0?i"++?2In(>PhV$=o)7t=8Q%q<Vf\l;u9Ji
-+;>X2e:]!o`:&@W]9D_?X8c)$Z8PT1Z!_GmPpI=mGpdFjDpHnX at pH\I;pceC7pH844pH&(0pGhn+
-+pbqh'pGDY$s"X["!!&"0s8)bG~>
-+`r?56:*q)3;:T"R?BSUj>l%\$>5;=t=Sc+q<r,hm<;BJh;Yj8e;#3u`:AR]]9_h?X9);-U8GYjP
-+7f#RM7/B:I6N07U6UjO87m]L-p-A=9p-/.4p,r%1ofDe,of2Y(p,;S$p,)J!oeQ4qp+ZCt"!7LC
-+NIh-+s*t~>
-+`r?56:*q)6>h*ZkCm8`4CAV`BB_uH>B)?0:AG]m6 at f'U2@/F=.?Me%*>l.b&>5MJ"=Sl1t<r,hn
-+<;]\k;Z'Dh;#3uc:A[c]9__9[8c_U]r_NSfpdt6Opdb'JpdP!HpI"^Bpd+X>pcnO;pc\C7pcJ42
-+pc8+/pc%t+pbhn)"!R^FNIh-+s*t~>
-+`W$2+5pd`s3)jVFC&ht0B_lB=B)?0:AG]m6 at f'U2@/=7-?Me%)>l.b&>5MJ"=Sl1r<r5no<;TVk
-+;Yj8f;#=&c:AR]^9`%K[9)D3Z8,u<^9`Rlb8+oFI7JB4E6hj"B62*Y>5PIA94nh)548:l23VPN.
-+2to6(2>B$&1BSZu!1e]@qYu'~>
-+`W$2+5pd]r1e_6/?N=Dn?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u'>f;>O,c:\mi^:&7Q[9DV9W8bu!R
-+8,>^O7J]FJ6i01M7K,aV7JoIF5kRA854q)44SCl13qYN,3;,<)2YAs#2"i`u1A3Hr0`E^-)uou0
-+JcGTHJ,~>
-+`W$2+5pd`t3`^(MD#eDNCB/19C\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JXC/?i47-?2 at h(>PhV$=o2=u
-+=8Q%q<Vobm;u9Ji;>X2e:]!oa:&@WZ9*%XZr_EMhrCZiVpdk0MpdY$IpdFjDpd4aApd"U=pceF8
-+pcS=5pcA11pc/",pbqn)r%nKt!!&R at s8)bG~>
-+`;^/%815]*+!NgFB&%-\B_lB=B)?0:AGTg5 at f'U2@/F=-?Me%*>l.b&>5MJ!=Sl1s<r,hn<;TVk
-+;Ys>g;#=&c:AR]^9`%KZ9)M6\9`@`d9)2!O7e]@G7/0.D6MEe at 5kdM;55.574SV#43qkZ03;5B+
-+2YT*'2#/p0)ZTl>JcGTHJ,~>
-+`;^/%815]*+!ER8>MNSD?2 at h&>PVJ!=o)7s=8Gto<V]Vj;u0Dg;>O,c:\dc^:&7QZ9DV9W8bu!R
-+8,>^O7J]FK6iKCP7K,aV6hs%A5k[G954q)44S:f03qYN,3;,<)2YAs$2"i`u1A3Hr0`Nd.)#sZ<
-+JcGTHJ,~>
-+`;^/%815]*+<isJC#!S'C]A48C\hfDC&;T?BDcB=Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=u
-+=8Q%q<Vobm;u9Jj;>X2d:]*ub:&7Q\9)q`d:B4)c9))!Q8GG^L7efFI7/0.E6MNk at 5kmS=557;9
-+4SV#43qt`13;>H-2Y]0.1]n]t!3CbOqYu'~>
-+_uC5GXZ\'Y+sA$M/3$'p>\E)3!,7=(qIf\;qdoY8qd]M4qdK>/qd95,qd'&'qcir$qcWeuqcEVp
-+qc3Mmqc!AiqGI,dqbR)aqG$i\qb-fYs%3/_!D,iW8+oFH7JK:F6h`qB62*Y=5PRG94nq/6481f2
-+3VPN-2u#<)2>B$)1BSHo!5*m_qYu'~>
-+_uC5GXZ\'Y+s7sL.Ps@];dJEj!+(Lfq-<c#qHE_uqH3Sqq,[>lqGd;iq,7&dqG@#aq+gc\qFp`Y
-+qF^TUq+1?PqF:<MqF(0IrC$]QpHeI;p-877of`"2p,ht/of;_*of)S&oelG"p+u at sp+c7p!u:k:
-+]Rg+Zs*t~>
-+_uC5GXZ\'Y+sA'O/NH9u?Y\V<!,VULr+qR4qeH"Bqe5k>qe#_:qdfS6qdTG2qdB;.r*K5*qcs&'
-+qHEf"qcN_sqc<Soqc*Gkqbm;gqb[/cqbI#_qb6u^rD!>cpe(<Qpdk0MpdY$IpdFjDpd4aApd"U=
-+pceF8pcS=5pcA11pc/",pbqn)s"jfq!!'Z_s8)bG~>
-+_>b5H^2>MN-R9o\+<M[J.QBU^:KLn:lY;/fqe,e<qdoV7qd]M4qdKA0qd92+qd')(qcir$qH<\t
-+qcEYqqGmDlqc!Aiqbd5eqbR&`qb?r]qb-iZrCm/\pIFsIpI4gEpd=dBpHeR>pHSC9pHA75pH/.2
-+pGqt-pc%q*pGM\%r%eEi!!(2ns8)bG~>
-+_>ai=^2>MN-R9l[+T<Gf-o<qM85E8llX,?OqHWl$q-*VtqH3Sqq,[>lqGd;iqGR/eqG?u`qG-l]
-+qFp]XqF^TUqFLEPqF:<MqF(?N!(?cSs$HBEp-A=9ofi(4ofVq0p,_k,p,Mb)p,;S$p,)J!oeQ1p
-+pb2da!!(2ns8)bG~>
-+_>af<^2>MN-R9o\r?)=p3C$/5=^l14D>e8HClrN1CA_fBB_uH?B)?09AGfs7 at f'U2@/F=.?Me%*
-+>l.b&>5MJ"=Sl1s<r5no<;TVk;Z'Dg;#=&d:AR]_9E7fd:B!o\9))!R8GG^L7efFI7/'(E6MNk@
-+5kmS=55.594SV#43qt`13;5B,2Yf351_fujbCT]is*t~>
-+^Ae</_MV7j-j:tE,U4HUr#Ytd/QhIV!,7+"qIf\;qdoY8qd]M4qI08/qd95,qH`u'qcir$qcWeu
-+qcEVpqc3Mmqc!>hqbd5eqbR)aqG$i\p.P6QpIFsIpI4jFpI"[Apd+X>pHSF:p-&15pH/+1pc8(.
-+pG_k*p,2S$r\FWh!!(c)s8)bG~>
-+^Ae</_MV7j-j:tE,U+BSr#Ytb.T#S@!+(7_qHWl$qHE_uqH3PpqH!GmqGd;iq,7&dqG@#aq+gc\
-+qFp`YqF^QTqFLHQqF:<Mpd>-O7/TCE62!S;5P@;64n_#348(`.3V>B*2tf0&2>/m#1\ENs1&3L*
-+&HDgcJcGTHJ,~>
-+^Ae</_MV7j-j:tF,U4KVr#c%e/mId]!,VULphZ(.qeH"Bqe5k>qe#_:qdfS6qdTG2qdB;.qd0/*
-+qcs#&qc`o#qcN\rr)W\pqGdAkqbm;gqb[/cqbI#_!)3;bqb-]Vpdt6Opdb'JpdP!HpI"^Bpd+X>
-+pcnR<pHA:6pcJ42pc8+/pc%t+q)&6f!!(c)s8)bG~>
-+])N!4i4PM&<&4G$#U^rF,U4KW5 at a4uJS5$sqe,e<qITP7qd]M4qdKA0qd92+qd')(qcio#qcWeu
-+qcEVpqc3Mmqc!Aiqbd5eqG6u`qb?r]qF^f\pIP'Lp."gGpI+aCpd4^@pH\L<pHJ=7pH813pcA.0
-+pGhq,pGV_&pb`",!tPA3l at K!3s*t~>
-+])N!4i4PM&<&4G$#U^rE,U4HU3a(u[JR/:]qHWl$q-*VtqH3Sqq,[>lqGd;iqGR,dqG@#aqG-l]
-+qFp]XqF^TUqFLEPqF:<Mqa:EOqEjj at p-A:8p-/.4p,r%1p,_k,p,Mb)p,;S$oec at uoeQ4qq_/*^
-+!!);8s8)bG~>
-+])N!4i4PM&<&4G$#U^rF,U=QX5\BP'rG2(BODF`.r+Z"@qe,h=qITP7r+#S4r*fJ1qd95,qd')(
-+qcir$qcWeuqcEYqqc3Mmqc!Aiqbd5eqbR)aqFpr`q+LHSpdt6Opdb*KpdOsGpI"^Bpd+[?pcnO;
-+pHA:6pcJ73pc8+/pG_k*q_\Hd!!);8s8)bG~>
-+Zi:KsdCH!/Ea(RQ,9S3r at e=C8Bn9ssB_lB=B)?0:AG]m5 at f'U2@/F=-?Me%*>l.b&>5MJ"=Sc+r
-+<r5no<;KPj;Ys>g;#=&c:AR]`9`@Zc8k]+Spdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH844pH&%/
-+pc/",pGVb'pG;s[!!<%Ks8)bG~>
-+Zi:KsdCH!/Ea(RQ,9S0k=S,r#?@cD[?2 at h&>P_P"=nu1r=8Gto<Vf\k;u'>f;>O,c:\dc^:&7QZ
-+9DV9W8bu!S8,>^Q7JoRI6M3Y<5k[G954q)44S:f03qYN,3;,<)2YAs$2"i`u1A3I#0EVX^!rIQK
-+qYu'~>
-+Zi:KsdCH!/Ea(RQ,Tn<tAb9g>D#S5ACl`B/CAV`BB_uH>B)?0:AG]m6 at f'U2@/F=.?Me%*>l.b&
-+>5VP"=Sl1t<r,hn<;]\l;Ys>g;#=&d:B!uc9__9U9))!Q8GG^L7efFI7/0.E6MNk at 5kmS=557;9
-+4SV#43qt`13;>H-2Z,E7$NL8*JcGTHJ,~>
-+XT&S'RP$!5+<`aLp1f.lqIob=qI]V9qdfS6qdTG2qdB8-qd0/*qcru%qc`l"qcN_sqH!Jnqc*Gk
-+qbm;gqG@&bqbI#_!)3Abs%</[pIP'Lp."dFpdFjDpHnX at pH\I;pceC7pcS:4pH&(0pGhn+pbqh'
-+q(r-V!$$Riq>Ys~>
-+XT&S'RP$!5+<WO>p0WAVq-Ei%qHNc!qH<YsqH*JnqGmAkqG[2fqGI)cqG6r_qG$cZqFgZWqFUNS
-+q+(9N!(HlTrBp6Ep-J@:p-877of`"2p,ht/of;_*p,DY&oelG"p+u at sp+cP#!X&KCJcGQGJ,~>
-+XT&S'RP$!6+<`dPp20bDnSF5$qeH"Bqe5k>qe#_:qdfV7qI9A2qdB8-r*K8+qHWr&qc`l"qcN_s
-+qc<Soqc*Gkqbm;gqb[/c!)EMfqFpZWpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pceF8pcS=5pcA11
-+pc/",pbr+/!X/QDJcGQGJ,~>
-+WrECsJ1;ok+WiL?C&)LpB_Z9;BDZ<<Ac$$7A,Ba4 at JaI0?i"++?2In(>PhV$=o)7t=8Q%q<Vf\l
-+;u9Ji;>X2e:]!od9`[p\rCZiVpdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH813pcA.0pGhq,pGVb'
-+q_SC1!!#'2s7u\F~>
-+WrECsJ1;ok+<N:3?MRt,?2n5^?2S")>l%\$>5;=t=Sc+q<r,hm<;BJh;Yj8e;#3u`:AR]]9_h?X
-+9);-U8GYjT7K>mV7/B:E6M3Y<5k[G855%/44SCl13qYN,3;,<)2YAs$2"i`u1A*@(/cYl4JcGQG
-+J,~>
-+WrECsJ1;ok+WrUCD#%rHC[c/"C\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=u
-+=8Z+q<Vobn;u0Di;>X2h:B=3boh>-RpIb3Pq+19NpI=pHpdFjDq*OjBpH\L<pceF8q)nF6pH&(0
-+pc/",pbi41!!#'2s7u\F~>
-+W;d1lPWC3<+Wi:3B`)TFC&VfGBn9soB_lB=B)?0:AG]m6 at f'U2@/=7-?Me%)>l.b&>5MJ"=Sl1r
-+<r5no<;TVk;Yj8f;#=&d:&n#b9))!P8G>XK7e]@H7/'(C6MNk at 5kdM<55%/74SLr33qt`03;5B,
-+2YK$,1]o9/!*FgPq>Ys~>
-+W;d1lPWC3<+<N((?2S%0?N+7/?@cDZ?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u'>f;>O,c:\mi^:&7Q[
-+9DV9W8bu!R7fu1I6U^Z9p-SF<p-A=9p-/.4p,r%1p,_k,of2Y(p,;S$p,)J!oeQ7r""F9N=FpMJ
-+s*t~>
-+W;d1lPWC3<+Wr at 6C]&#LD#S5;ClE0,CAV`BB_uH>B)?0:AG]m6 at f0[2@/F=/?Me%)>l7h'>5MJ"
-+=Sl1s<r5no<;TVk;Ys>h:]O;g9E7f^9__9U9))!Q8GG^L7efFJ7/'(D6MNk at 5kmS>55.584SV#4
-+3qt`13;>H.2?PQ3!*FgPq>Ys~>
-+VZ-tsVai-]+s/1$@fC- at B`2XrB_lE=BDZ<<Ac$$7A,Ba4 at JaI0?i"++?2In(>PhV#=o2=u=8Q%p
-+<Vobm;u9Ji;>X2e:]F/k9h at qQ9(tpO8GG^K7efFH7/'(D6MEe?5kmS<55.574SLr43qkZ/3;>H,
-+2YT*.1]o')!-Wqnq>Ys~>
-+VZ-tsVai-\+s/*q=T2\+?2IrZ?2 at k'>l%\#>5DCu=Sc+q<r,hl<;KPi;Yj8e;#3u`:AR]]9_h?X
-+9);-U8Gu$Y7e/q?6M3Y<5kRA854q)44SCl13qYN,3;,<)2YAs$2"`Zt1ANX,,QIgfJcGQGJ,~>
-+VZ-tsVai-],9S@'Ac?QFC[5eqC\hfDC&;T?BDcB=Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV$=o2=u
-+=8Q%q<Vobm;u9Jj;?'Gm:]=#e9`7]\9__9T9))!Q8GG^M7efFI7/'(D6MNkA5kmS=55.584SV#5
-+3qt`13;5B/2?P?-!-Wqnq>Ys~>
-+V#Lf#\l^@-+s.sf<b_MGr+U^qph9M:qe#_:qdfS6qdTG2qI'2-qd0,)qcs#&qc`l"qcN_sqH!Jn
-+qc*GkqGR2fqb[5e!)<D`q+CBQpdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH844pH&%/pc/",pGVb'
-+">h5$!0i'7q>Ys~>
-+V#Lf#\l^@-+s.pa:1!m)qHe_Yq-Ef$qHNf"qH<YsqH*JnqGmAkqG[2fqGI)cqG6o^qG$f[qFgZW
-+qFUKR!(HfQs$ZQJp-SF<p-A=9p-/.4p,r"0p,_k,p,Mb)p,;S$p,)J!oeQ at u"!.FBP_&l1s*t~>
-+V#Lf#\l^@-+s.sg=`"%Pl>2>nqeH"Bqe5k>qe#_:qdfS6qdTG2qdB;.r*K5*qcs&'qHEf"qcN\r
-+r)W\pqc*GkqbmAi!)NPd!)35`pe:HUpe(<Qpdk0MpI=pHpdFmEpd4aApH\L<pceI9pcS=5pH&(0
-+pc/%-r&+X#!!&77s7u\F~>
-+U&PMFH7:3d+Wi4+ at q]QPBn9slB_uH>B)?09AG]m6 at f'U2@/F=-?Me%*>l.b&>5DD!=Sl1r<r5no
-+<;TVk;Ys>g:]aEd8H)3T9(tpO8GG^K7e]@H7/'(C6MNk at 5kdM<55%/74SLr33qt`03;5B,2YT'2
-+)?9cDJcGQGJ,~>
-+U&PMFH7:3d+<N%!=^>>.?@cDW?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u0Dg;>F&b:\mi_:&7QZ9DV9W
-+8c;0[7K,XR6iBFH6hNe>61mM:5P@;64n_#348(`.3VGH+2t]*%2>/m#1\EO$0`r6m!4.7Vq>Ys~>
-+U&PJEH7:3d+Wr=/Ao$RGM/3!'r+Z"@qe,h=qdoV7r+#V5qdKA0qd95,qd')(qcir$qcWeuqcEYq
-+qc3Mmqc!Ai"AVQ]92#"Rpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pceF8pcS=5pcA11pc/",
-+r\ait!!'?Vs7u\F~>
-+TDo5]P!19?+s/!k>PVuaB_H-9BDZ<<Ac$$8A,Ba3 at JaI0?i+1+?2In(>PhV$=o2=u=8Gtp<Vobm
-+;u0Dh;?'Gn:J:[X"%c*X9D;'Q8bbjN8,#LI7JB4F6h`qA623_>5PIA94nh)548:l23VPN.2to6+
-+2$4Kl!7HGuq>Ys~>
-+TDo5]P!19>+s.sf;YFFJ?2%Y$>l%\$>5DCu=SZ%p<r,hm<;KPh;Yj8e;#3u`:AR]]9_qEX9)D0\
-+84<DC!(6TNp-\O?og/::p-846p-&(2p,ht/of;_*p,D\'oelG"p+u at sr@nBd!!(Gus7u\F~>
-+TDo5]P!19?+s/$n?0?$[C\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV%=o2=t=8Z+r
-+<Vf\m;u]_r;,.$^"%u?`:A7KX9__9T9))!R8GG^L7efFI7/'(E6MNk at 5kmS=55.594SV#43qt`1
-+3;5?72A6&jdXhGos*t~>
-+Sc9&o[pC0r*?Q at W:1j?:JS=^iqe,e<qITP7qd]M4qdKA0qd92+qd')(qcio#qcWeuqcEVpqc3Mm
-+qc!Air)!Jk8cD6]8P8nRpIb3PpIP$KpI=mGpdFjDpHnX at pH\I;pceC7pcS:4pH&(0pGhn+pbqt+
-+!sel4qLS\Bs*t~>
-+Sc9&o[pC0r*$67S7pPgqJR.tTqHWl$q-*VtqH3Sqq,[>lqGd;iqGR,dqG@#aqG-l]qFp]XqF^`Y
-+!_>[Er^$TPpdFdBp-SF<p-A=9p-/.4p,r%1p,_k,of2Y(p,;S$p,)J!oeQP%!s\f3qLS\Bs*t~>
-+Sc9&o[pC0r*?QCY:hf-0LMQd%qe>q at qe,h=qITP7r+#S4r*fJ1qd95,qd')(qcir$qcWeuqcEYq
-+qc3MmrDNnu9M%iK925=ZpJ(EVpe1BSpdt6Opdb'JpdP!HpI"^Bpd+X>pcnR<pHA:6pcJ42pc8+/
-+pbr9\!!rFPs7u\F~>
-+SGrciAHWM]*r[5_,sku8Bn9sjB_lB=B)?0:AG]m5 at f'U2@/F=-?Me%*>l.b&>5MJ"=Sc+r<r5no
-+<;KPj;?fuo84Q0 at 8bbsR9(tpO8GG^K7efFH7/'(D6MEe?5kmS<55.574SLr43qkZ/3;>H,2Z5K8
-+1&q;4JcGNFJ,~>
-+SGrciAHWM]*W@,^,Wo-&?@cDT?2 at h&>P_P"=nu1r=8Gto<Vf\k;u'>f;>O,c:\dc^:&7QZ9D_<^
-+84*;A!CK<K7.s"A6M3Y<5kRA854q)44SCl13qYN,3;,<)2YAs$2"`Zu1'900!&fE.q#>j~>
-+SGrciAHWM]*r[8`-:;8+Cklg'CAV`BB_uH>B)?0:AG]m6 at f'U2@/F=.?Me%*>l.b&>5VP"=Sl1t
-+<r,hn;uoigr^d)`peLTYpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pceF8pcS=5pcA11pc/+/
-+"#KuX2M(o's*t~>
-+Sc8`a6N-rd5"dL+*s3WC;eZ)CJS=Xgqe,b;qdoY8qd]M4qdKA0qHs,+qd')(qHNi#qcWeuqcEVp
-+qc3Mmqc!Gk!Dc8c7fl:V9__9T9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;55.574SV#43qkZ03;5B+
-+2ZGW:-NF-]JcGNFJ,~>
-+Sc8`a6N-rd2af1p*s3W at 93qC#JR.nRqHWl$q-*VtqH3Sqq,[>lqGd;iq,7&dqG@#aqG-l]q+UWX
-+r^m/\rBUEOrC-BIp-\O?og/::p-877of`"2ofMk.of;_*p,D\'oelG"p+uFu"!mpIC4ZE[s*t~>
-+Sc8`a6N-rd5u''2+9NcF<bpu:KkpR#qe>q at qe,e<qdoY8qd]M4r*fJ1qHs/,qd'&'r*0&%qcWeu
-+qcEYqqc3Vp#>n&`8P)WP:\[]Z:&%EW9DD-S8bbjO8,#LJ7JK:G6hj"C62*Y>5PRG;4nq/7481f2
-+3VYT32ZkK/!,@)bq#>j~>
-+T)SuS0E;(T7K.!&=?.T(*s*l]A,L%lB_,p6BDZ<<Ac$$7A,Ba4 at JaI0?i"++?2In(>PhV$=o)7t
-+=8Q%q<Vf\l;[#lb7RosArClrYpe(9PpIP'Lp."dFpdFjDpHnX at pH\I;pceC7pcS:4pH&(0pGhn+
-+pbi74*<6)2JcGNFJ,~>
-+T)SuS0E;(S55nji:Gj<o*s*fU=o)HU?1V at u>l%\#>5DCu=Sc+q<r,hm<;BJh;Yj8e;#3u`:AR]]
-+9_qBc7mK=*5t(T=ogJL at og8@<og&48p-/.4p,r%1p,_k,p,Mb)oeuJ#p,)J!q(`$k!!&UAs7lVE~>
-+T)SuS0E;(T8H*K.><=&-+9F#aB'O2dC\hfDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(>PhV$
-+=o2=u=8Q%r<<,kp8-):Wr(m)_peCNWpe1?Rpdt6Opdb*KpdOsGpI"^Bpd+[?pcnO;pHA:6pcJ73
-+pc8+/rAOg"!!&UAs7lVE~>
-+TDo)@)ZTj@;>Y&/@R_dE*s*WI=T)rbB^od4BDZ<<Ac$$8A,Ba4 at JXC/?i+1,?2 at h'>PhV$=o2=u
-+=8Gtp<Vobq;ZTcir^HoY9DV?W9D;'Q8bbjN8,#LI7JB4F6h`qA623_>5PIA94nh)548:l23VPN.
-+2u#95&c_p[JcGNFJ,~>
-+TDo)@)ZTj at 8Gc]p=?n53*s*TD;#4LL?1V at u>kqV#>5DCu=Sc+p<r,hm<;KPh;Yj8e;#3ua:AIW\
-+9`I`d8k&_E!C9-K7J0(B6hWk>62!S;5P7564nUr248(`.3VGH+2tf0&2>/m#1\rj/&HDgZJcGNF
-+J,~>
-+TDo)@)ZTjA<VpY8B1XQN+9E`L>O-*XC\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JXC/?i47,?2In)>PhV$
-+=o2=u=8Q#'<E)^`84Z?JqG6l]pJ(EVpe1?Rpdt9Ppdb'JpdOsGpI"aCpd+X>pcnO;pHA=7pcJ42
-+pc8+/s#1#m!!(Gus7lVE~>
-+T`52(%0-A<=nl\5BMpZ0r>u(n9P49<JS=ReqIf\;qdoV7qd]M4qdKA0qd92+qd')(qcir$qH<\t
-+qcEYqqGmJn"]J#^7RfrC9_V3S9))!P8G>XK7e]@H7/'(C6MNk at 5kdM<55%/74SLr33qt`03;5B.
-+2?O-`$N#DSq#>j~>
-+T`52(%0-A;:\\5t>tZmL*s*r]>PqfY?1D4s>l%\#>5DCu=Sc+q<r#bl<;KPi;Yj8e;#3u`:AR]^
-+9E at dRr]gHMoL8IAogAF>og/::p-877of`"2p,ht/of;\)p,D\'oelG"p+uV%!sS`4qgneBs*t~>
-+T`52(%0-A=?2/:=D,rRm+9F/jC$]YgC\hfDC&;T?BDcB=Abos8A,Ba4 at JaI0?i+1,?2In(>PhV$
-+=o2=u=8l5$<D<B^!_Z<cpeUZ[pJ(EVpe1BSpdt6Opdb'JpdP!HpI"^Bpd+X>pcnR<pHA:6pcJ42
-+pc8+/!sS`4qgneBs*t~>
-+U&P:_"98E<@.\.7?U6":*s*]P?2ePhB^f^3BDZ<<Ac$$8A,Ba4 at JXC/?i+1+?2In(>PhV$=o2=u
-+=8Gtp<<?,t8H)$X8cDHY9_V3T9(tpO8GG^K7efFH7/'(D6MEe?5kmS<55.574SLr43qkZ/3;>H1
-+2?PK1!'l,8p]#a~>
-+U&P:_"98E:<qK]"<BDK)*s*ZJ<;^'R?1D4r>l%\$>5DCu=Sc+p<r,hm<;KPh;Yj8e;#3u`:AR]b
-+9E at aPr]^BMrC6KLogJL at p-SF<p-A:8p-/.4p,r%1p,_k,p,Mb)p,;S$p,)Fus"X[*!!#98s7cPD~>
-+U&P:_"98E>Ab9jA at m_R@+9EfS at -h]]C\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i47,?2In)>P_P$
-+=o2=u<rl;mr^Qr^r)!/apeLTYpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pceF8pcS=5pcA11
-+qD\R0!!#98s7cPD~>
-+U]1AnFT)7@,A$CZ!bP.[r#Z"q:1e3kB^TR2BDZ<<Abos7A,Ba4 at JaI0?i"++?2In(>P_P#=o2=u
-+=8Gts<<5rdr^?fZqb?fYpe1?RpIY-NpIFsIpI4gEpd=dBpHeR>pHSC9pHA75pcJ42pGr".pG`(0
-+!uh4?P(EZ-s*t~>
-+U]1AnFT)7 at +'\8A!aA,Fr#Ytm7U,juJR._MqHWl$q-*VtqH3Sqq,[>lqGd;iqGR/eq,$o`qG-o^
-+!D5WV56++J7eT:D7.s"A6M3Y<5k[G954q)44S:f03qYN,3;,<)2YAs$2"i^.1)U&lP(EZ-s*t~>
-+U]1AnFT)7 at -#2sf!c(Xer#c%r:hf?6JSP7$qeH%CqIob=r+>h;qIKM6qdTG2qdB;.qd0/*qcs#&
-+qc`l"qcNl"!E2Pg7K?0Z;#!i]:A7KX9__9U9))!Q8GG^L7efFI7/0.E6MNk at 5kmS=557;94SV#4
-+3qt`53!1-#!0Vp5p]#a~>
-+V#LJm>lF^(0kfrg!a7]1r>u(c4BI)Im:c?/qe#_:qdfS6qdTD1qdB;.qHj&)qcs#&qc`l"qcN_s
-+qGmbr779O49DM<V9_V3T9(tpO8GG^K7e]@H7/'(C6MNk at 5kdM<55%/74SLr33qt`03;5?72 at 0?b
-+jamI+s*t~>
-+V#LJm>lF^(.p_OK!`:m"r>u1e2c!^c?@cDM?2 at h&>P_P"=o)7r=8Gto<Vf\k;u'>f;>O,c:\dcc
-+9a+'P5!M;#pdXsGogJL at og8@<og&48p-/.4p,r%1p,_k,p,Mb)oeuJ#p,)M"!sel.jamI+s*t~>
-+V#LJm>lF^(1MuMs!a\&8r?)1e4^)XiCk6@%C\qlDC&;T at BDZ<<Ac$$8A,Ba4 at JaI0?i+1,?2In(
-+>PhV%=o;A*;Fa2G7o/kUpeUZ[peCNWpe1?Rpdt6Opdb*KpdOsGpI"^Bpd+[?pcnO;pHA:6pcJ73
-+pc8:4!snr/jamI+s*t~>
-+V>g_p;?-[t5Nuk`AOn?L*s*o\?\)nXB_uH>B)6*9AG]m6 at f'U2@/F=-?Me%*>l.b%>5MJ"=Sl2!
-+<WGkn6iohP:A7KW9__9T9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;55.574SLr43qkZ/3;GK8/cYl6
-+JcGHDJ,~>
-+V>g_p;?-[t39a`N>='e:*s<uV='f3a?1)"p>l%\#>5DCu=Sc+p<r,hm<;KPi;Ya2d;#3ub:&mf`
-+4p!u=8+oFG7J0(B6hWk>62!S;5P7564nUr248(`.3VGH+2tf0&2>/m&1BT*,!'Gi4pA]X~>
-+V>g_p;?-[t6Kr at hC.g,U+9F&`A+4;cC]8,HCAV`BB_uH?B)6*9AGfs6 at f0[3@/=7.?Me%*>l.b&
-+>5MG'=ASob!D$&d;>3o_:\[]Z:&%EW9D;'R8bkpP8,#LJ7JK:F6hs(D62*Y>5PRG:4o%58481f2
-+3<V;o!!#-4s7ZJC~>
-+VZ-hn8,rVl9''ag=?Rr.*s3WB:1\uimV)H0qe#_:qdfS6qI9>1qdB;.qHj&)qcs#&qc`l"qcNbt
-+!EMkm6NK\OrD*)]pe:ETpIb3PpIP$KpI=mGpdFjDpHnX at pH\I;pceC7pcS:4pH&(0pGi".!uq:@
-+OFdH*s*t~>
-+VZ-hn8,rVk6KMMT:cKZt*s3W>86^XNls9HmqHNf"q-!PrqH*MoqGmAkqG[2fqGI)cqG7,d!DPu]
-+4omr=r^ZZOogSRBogAF>og/::p-877of`"2p,ht/of;\)p,D\'oelG"q_J<m!!&+3s7ZJC~>
-+VZ-hn8,rVl:???p>X'M4+9NcE;/,Q:JSY7#qeH"Bqe5k>qe#_:qdfS6qdTG2qdB;.qd0/*qcs#&
-+qca#&!E`(q70,tVr)*2bpeUZ[pJ(EVpe1BSpdt6Opdb'JpdP!HpI"^Bpd+X>pcnR<pHA:6pcJ42
-+q)JNt!!&+3s7ZJC~>
-+VuHqt56(Zd:#]jhAkt3*r>u(d4]m8Km:cB0qI]V9qdfS6qdTG2qdB8-qd0/*qcru%qc`l"qcEo$
-+<Cm*V!D#r]:A at QX9_V3T9(tpO8GG^K7efFH7/'(D6MEe?5kmS<55.574SLr43qkZ/3;kc=2?s3_
-+j+77(s*t~>
-+VuHqt56(Zd7,hMS>=^IG*s*ZI:k;p=?2 at h&>PVJ!=o)7s=8>nn<Vf\k;u'>f;>O,e:B=0Vr]L9K
-+7f,^L7eT:D7.s"A6M3Y<5kRA854q)44SCl13qYN,3;,<)2YAs$2#T351'[d[j+77(s*t~>
-+VuHqt56(Zd:uZ?oCJm%f+9EiR>k)W]C]/&GCAV`BB_uH>B)?0:AG]m6 at f0[3@/=7.?Me%)>l7h(
-+=pA)#6psI:;#*u_;#!i]:A at QY9__9T9))!Q8GG^M7efFI7/'(D6MNkA5kmS=55.584SV#53r:o?
-+3!TEaj+77(s*t~>
-+W;d%t8H8_p:u5mf?puOB*s*u`@=`+[B_lB=B)?0:AGTg5 at f'U2@/F=-?Me%*>l.b&>5MJ$=9V_o
-+6:+%3pJ1HWpIt?TpIb0Opdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH844pH&%/pc/73"""!J6%T(/
-+s*t~>
-+W;d%t8H8_o8D[YS<^.u0*s*lV=+OZD?2 at h&>PVJ!=o)7s=8Gto<V]Vj;u0Dg;>O,h:B=0Tr]L6K
-+pdb!Hp-nXBp-\O?og/::p-877of`"2ofMk.of;_*p,D\'oelG"s"aa%!!#<9s7QDB~>
-+W;d%t8H8_p<8MKoA4J-I+9F)cAFjVgC]%uECA_fCB_uH>B)?0:AG]m6 at f'U2@/F=.?Me%*>l._,
-+>$+;o6i]s\;YX,a;#!i]:A7KX9__9U9))!Q8GG^L7efFI7/0.E6MNk at 5kmS=557;94SV#43rM&@
-+-ia65JcGECJ,~>
-+WW*/#>6"X)<82*hBNI8?r>u+b2,In9B^TR1BDZ<<Ac$$8A,Ba4 at JXC/?i+1,?2 at h'>PhV$=U.kn
-+6:+%5:J^[ZpeCKVpIk9RpIY*Mpdb$IpI4jFpI"[Apd+X>pHSF:p-&15pH/+1pc8(."?-bi!4.7V
-+p&BO~>
-+WW*/#>6"X)9A<bT>u!:%r>u+a0hGT#?0tqo>kqV#>5DCu=Sc+p<r,hm<;KPh;Yj8g:^0QV4Zttt
-+8G5RI7eT:D7.s"@6M<_<5k[G954q)44SCl13qYN,3;,<(2YAs$1]n-d!4.7Vp&BO~>
-+WW*/#>6"X*=PI]qD-K.Jr?)1c2H+A_Ck6C!C\qlDC&;T at BDZ<<Ac$$8A,Ba5 at JXC/?i47,?2In+
-+>6S"q6UX@=r)3;epJCW\peLTYpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pceF8pcS=5pcAC7
-+!tG;2Z[r/Ls*t~>
-+WW**>!!!*tf4b=u9eddh*s*`Q>(LASB_uH>B)?09AG]m6 at f'U2@/F=-?Me%*>l.b&>5hY.;*mQ8
-+6r*YUpJ1HWpIt?TpIb0Opdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH813pcA.0q)AL.!!"MJJcGEC
-+J,~>
-+WW**>!!!*kf3SM_7P=T\![Kg(JR.VJqHWl$q-*VtqH3SqqH!DlqGd;iqGR/es%ikj4Zkhj8,Z!P
-+8+oFG7J0(B6hWk>62!S;5P7564nUr248(`.3VGH+2tf0&2>B!2.0'>trdk+Bs*t~>
-+WW**>!!!+#f5:Y):c&"l![^3=ok]1pq.okBr+Z%AqIf_<qdoV7r+#V5qdKA0qd95,qd')("]IfV
-+6UjrK;YX,`;#*o^:A7KX9__9T9))!R8GG^L7efFI7/'(E6MNk at 5kmS=55.594SV#43Wq#7!%Ru!
-+s7QDB~>
-+WrE3Y!!!$kdqJkj6R_jS!\HuQJS=IbqIf\;qdoY8qd]M4qI08/qd95,qH`u'qciu%!)EMZ!C]cZ
-+:\RWY:&%EV9D;'R8bYdM8,#LI7JK:F6h`qB62*Y=5PRG94nq/6481f23Vk];&c_p%JcGBBJ,~>
-+WrE3Y!!!$cdp<)U4XU(K!\6T>JR.YKq-<c#qHE_uqH3Sqq,[>lqGd;iq,7,f!([#N!C'*O8G5RI
-+7eK4D7.iq at 6M3Y<5k[G954q)44SCl13qYN+3;,<)2YAs(1]n<i!1\W?o`'F~>
-+WrE3Y!!!$ndr#4s7Oe6X!\R,Xp2#:qq.okBqe>q at qe,e<qdoY8qd]M4qdKA0qd95,qd'5,#>d`S
-+6Ut$Q;ts8d;>3o^:\[]Z:&%EW9DD-S8bbjO8,#LJ7JT at G6hj"C62*Y>5P[M;4nq/748Co>'*&$&
-+JcGBBJ,~>
-+X8`=>"98EfctNSq<B29%*s3ZF;eCSomV)K1qe#\9qdfS6qdTG2qdB;.qHj&)qcs#&#[1A'5X@\+
-+:Jgg^p.kBWpIt<Spe(9PpIP'Lp."gGpI+aCpd4^@pH\L<pHJ=7pH813pcA.0rAXp6!!!o3JcGBB
-+J,~>
-+X8`=>"98E_cs?f[9f4*m*s3WA8m?jPm9TQnqHNc!qH<YsqH*JnqGmAkqG[5g#>n;c4$,Pi8,,XK
-+8+oFG7J0(B6hWk>62!S:5P@;64n_#348(`.3VGH+2tf0&2>f96/H>bgpjrJ;s*t~>
-+X8`=>"98Ejcu&r&=Z[l,+9NcI<bhDGJSY!qqeH%CqIob=r+>e:qdfV7qdTG2qdB;.qd05,!F/@u
-+630VTrDWJhpegc^peUZ[peCNWpe1?Rpdt6Opdb*KpdOsGpI"^Bpd+[?pcnO;pHA:6pcJC7">TrW
-+)>Jd_o`'F~>
-+XT&Fi*<6'sb\7,h9/$2b![g9=JS=IbqIf\;qdoY8qd]M4qI08/qd92+qd')(r`]D+8,baR8c;K[
-+:\RWY:%q?V9D;'Q8bbjN8,#LI7JB4F6h`qA623_>5PIA94nh)6481f13WD&@(B=GiJcG?AJ,~>
-+XT&Fi*<6'mb[(?S6nS<Y![Tp,JR.VJqHWl$qHE_uqH3PpqH!GmqGd;ir)*Pl62iqG6M3nC8+f at F
-+7J0(B6hWk>62!S;5P@;64n_#248(`.3VGH+2tf0&2?#E7('">hJcG?AJ,~>
-+XT&Fi*<6'ub\dJr:,)Sg![pECphYLspM9Y at qe>q at qe,e<qdoY8qd]M4qdKA0qd95,!F&.p63'[S
-+;ts8c;><u_:\[]Z:&%EW9DD-S8bbjO8,#LJ7JK:G6hj"C62*Y>5PRG;4nq/748h2B(]XPjJcG?A
-+J,~>
-+Y5\_*h_kH7)ed?-!aS)>r>u+a/k0/uB^TR2BDZ<;Ac$$8A,Ba4 at JaI0?i"++?2Ik-=%*$Q!)!)a
-+peUTYpeCKVpIk9RpIY*Mpdb$IpI4jFpI"[Apd+X>pHSF:p-&15pH/+1pc/I6!WWYsJcG?AJ,~>
-+Y5\_*h_kH7(gY6i!`M3-r#Ytk5ZNA at m9TQnqHNc!qH<YsqH*JnqGmAkqGRGn:Hnb>!(?fXogndH
-+p."aEogJL at og8@<og&48p-/.4p,r%1p,_k,p,Mb)oeuJ#">BlW%.8]HoDa=~>
-+Y5\_*h_kH7*,Wf8!b"GDr?)1c01]RJCk6BqC\qlDC&;T at BDcB<Ac$$9A,9[4 at JaI/?iOF:>"1eD
-+6;CMT;ts8c;>3o^:\[][:&%EW9D;'R8bbjO8,,RK7JK:F6hj"C623_?5PRG:4nq/73s at Z&!WWYs
-+JcG?AJ,~>
-+Zi:4-eY at +K&,lP0$!tVc"(kFi+oWS`+9F/a?%H\XB_lB=B)?0:AG]m5 at f'U2@/F=-?Me%.>Qn.p
-+5<hG.pe^]\pJ1HWpIt?TpIb0Opdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH813pcA42"!%@ADh7rZ
-+s*t~>
-+Zi:4-eY at +K&,lP0#ZSfM"'eJT+T3Aa+=o`UJR.YKqHWl$qHE\tqH3SqqH!GmqGdAk"\q3A3]fe-
-+8bGXJ8+oFG7J0(B6hWk>62!S;5P7564nUr248(`.3VGH+2tf0'2$4ct!,mGgo)F4~>
-+Zi:4-eY at +K&,lP0$"Ltm")Cpt,5r_b+Ta;f@/FbkC\;K?CAV`BB_uH>B)?0:AG]m6 at f'U2@/O at 8
-+=[PJ at 6;RS[pJ^ibpegc^q+pc\pJ(EVpe1?Rq+:?Ppdb'JpdOsGpI"aCpd+X>pcnO;pHA=7pcAR!
-+!!$qgs762?~>
-+\Gla0d at Y8;$i'c&9>bHGBOj[krZD+^!\QoIJS=Lcqe,b;qdoY8qd]M4qdKA0qHs,+r*9P,5sIS#
-+:/Om_;"mc[:A7KX9_V3S9))!P8G>XK7e]@H7/'(C6MNk at 5kdM<55%/74SLr33rCu at 2Zs*`hgtgu
-+s*t~>
-+\Gla0d at Y8;$i'c&6c*.2>!aqA+9*Gb.mHs`?1)"p>l%\#>5DCu=Sc+p<r,hm<!H8o4$#Db7eoXK
-+8G5RI7eK4D7.iq at 6M3Y<5k[G954q)44SCl13qYN+3;,<)2Yf351B[[\hgtgus*t~>
-+\Gla0d at Y8;$i'c&:;^rQD.u[$+<^V+!\QuNr+pq"oP=>=qe>q at qe,e<qdoY8qd]M4r*fG0#%(Ct
-+5X7\6qc*;gpepobpJCW\peLQXpe:HUpe(<Qpdk0MpI=pHq*asEpd4aApH\L<q*+O9pcSF8"??Vc
-+"Q+e1o)F4~>
-+^&J93c'rE+$2=K&"98EL^hNg^!aeGNq]Gql6s5(Sn7_Z2qe#_:qdfP5qdTG2qdB;.qHaA3:d7-.
-+6VmVWpJCW\p.kBWpIt<Spe(9PpIP'Lp."gGpI+aCpd4^@pH\L<pHJ=7pH813pcA at 6!uq:@=b6VC
-+s*t~>
-+^&J93c'rE+$2=K&"98EH^0UqB5V+!!r?).l5#?f9mToZoqHNc!qH<YsqH*MoqGmGm"\:[73^-+.
-+8bGXJ8+oFG7J0(B6hWk>62!S:5P@;64n_#348(`.3VGH+2tf0+2$4`s!*OmQnc++~>
-+^&J93c'rE+$2=K&"98EM^i'0h"(OqW+T*Aa/k94HCk6BnC\hfDC&;T?BDcB=Ac$$8A,Ba4 at JsR;
-+;F*Q578rt\pf$rcpegc^peUZ[peCNWpe1?Rpdt6Opdb*KpdOsGpI"^Bpd+[?pcnO;pHA:6rAt*%
-+!!$/Qs7-,>~>
-+_Z'f6ad6Qp#P\9)#8%q&/d).T=he\LBEMU30-U69"=?&u=_<4unn at l4qe#_:qdfS6qdTG2qI'2-
-+ra#e79Kt^)78WhXpJCT[pJ1HWpIt?TpIb0Opdk-LpI=mGpI+dDpHnU?pd"R<pHJ=7pH844pGrI<
-+1BIO\g4B:os*t~>
-+_Z'f6ad6Qp#P\9)"qV_"/-GqR:q^38>m"(m/Kam5"=,ch:g8KVnQkurq-3]!qH<YsqH*JnqGdPp
-+7K,:L5=nI>p.=pJp.+dFp-nXBp-\O?og/::p-877of`"2ofMk.of;_*p,D\'rA=^2!WWGYJcG9?
-+J,~>
-+_Z'f6ad6Qp#P\9)#8%q'0*D7U?GCCVD$"6?1&E*s-TF_'C4U0kC\qlDC&;T at BDZ<<Ac$$8A,Ba5
-+ at 0g485X.J'<)lrn<;0>d;YX,a;#!i]:A7KX9__9U9))!Q8GG^L7efFI7/0.E6MNk at 5kmS=557;9
-+4T at JG2$*a^g4B:os*t~>
-+a8Z>8`KO^`"o&'##nn@/1B'072&cMq-G4'jBEMU40d6K<ruhLi1dt;HJS=Xgqe,e<qdoV7qd]M4
-+qdKA0qd0A/8H(dQ8+ogS;#!i[:A at QX9_V3T9(tpO8GG^K7e]@H7/'(C6MNk at 5kdM<55%/74SLr4
-+3Wg,t!,dAfnGe"~>
-+a8Z>8`KO^`"o&'$#SJ.*0f8kc!uh4?,._+[>ln"l/c$Rm+u);S;Lr-E?2 at h&>PVJ!=o)7s=8Gtr
-+<<6#br](!F8c23S8bGXJ8+oFG7J0(B6hNe>61mM:5P@;64n_#348(`.3VGH+2t]*/2$4Nm!,dAf
-+nGe"~>
-+a8Z>8`KO^`"o&'+#o"F11H.3N2B2\s.(jHqD$"6 at 1AW-s,;htj?@cn`C\qlEC&;T?BDcB=Abos8
-+A,Ba8 at 0U(25X.J)<;]bk<;9De;YX,`;#!i]:A at QY9__9T9))!Q8GG^M7efFI7/'(D6MNkA5kmS=
-+55.5849HB"!,dAfnGe"~>
-+bl7k;_2hkP"8Dj&$5F^92``rZ3&ggp">L#Z!EcsJqIftA7lM[l+T*Ad,Vq\[<G-krpLsD9qe#_:
-+qdfS6qdTD1qdBG2"^=AY4[)L:;YO&`;"mc[:A7KW9__9T9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;
-+55.574SLr73Wq)9!"eLJs7$&=~>
-+bl7k;_2hkP"8Dj.$5=R31cI<N2)I-G1G8h1!Dg43rETM.5VjV^+T<Mf,;;/J9jE6Toj.E!qHNf"
-+qH<YsqH*Jn"]@ND3&sA%9(bdK8G5RI7eT:D7.s"A6M3Y<5k[G855%/44SCl13qYN,3;,<)2?YN1
-+!"eLJs7$&=~>
-+bl7k;_2hkP"8Dj.$Pjm;3'0/^3B/rU2_kL9!F<<TqJ?=K8iS'k+U'2L5u1QsJSY!qqeH"Bqe5k>
-+qe#_:qdfS6rF,q:7R'(%:&.fa<;0>d;YX,`;#*o^:A7KX9__9T9)2'R8GG^L7efFI7/'(E6MNk@
-+5kmS=55.5;49RA=!"eLJs7$&=~>
-+dJjC?]o-#@!r2g,!=K_h0fqN\4?GVc3B9&Xr\ait!!"CVC&)EGB3\%h-m8C1ruqXl/NQ@"?Y=q'
-+qIob=qe#\9qdfS6qdTG2r*T\35s at Fq9_qZ^;>3o]:\RWY:&%EV9D;'R8bYdM8,#LI7JK:F6h`qB
-+62*Y=5PRG94nq/648_,A&-)]fJcG3=J,~>
-+dJjC?]o-#@!r2g3!=BSc/iPdN3&`fU2E!EL1c$p,!!"7P?Me"2>Z*sI-iP7b+U'AS5YG*^JR/(W
-+qHWl$q-*VtqH3SqrDj)!4?,;\7eTIJ8bGXJ8+oFF7J9.B6hWk>62!S;5P@;64n_#348(`.3V>B*
-+2u#95%fcTeJcG3=J,~>
-+dJjC?]o-#@!r2g$!=K_i0g%W_r]CQM3]]8\2`<T6!!"IXDY\,PCgTmu.Jk:f+pK8E4%N@\C4U0s
-+C\qlEC&2N?BDcB<Ac$$9 at gHOK6U*b":KCNk<VTPf;ts8d;>3o^:\[]Z:&%EW9DD-S8bbjO8,#LJ
-+7JT at G6hj"C62*Y>5P[M;4o at DE&HDfgJcG3=J,~>
-+ec,d/UhMIaq#D*0%N6]N5<qIu5<_4m4?GVc3B9&Xr\aic!!$94C%l9EB3A(t2C\SJq]Z1k1I+W9
-+A:\FmB_lB=B)?0:AG]m5 at f'R<?rfKT4?lX:;YO&_;#!i[:A at QX9_V3T9(tpO8GG^K7efFH7/'(D
-+6MEe?5kmS<55.574SLr;3Wpo4!$M#es6ou<~>
-+ec,d/UhMIaq#D?7%2^?E3]oMd4$#A^3&`fU2E!EL1c$op!!#p(?MIe/:eEf)-i,"c+pB8H3^lhJ
-+JR/.YqHWl$qHE_uq,mJp#>R9=3''Q&9D(pN8bGXJ8+oFG7J0(B6hWk>62!S:5P@;64n_#348(`.
-+3VGH+2u5E8-NF,hpOWA5s*t~>
-+ec,d/UhMIaq#Cg(%N?cQ5X@\$5X.Fqr]CQM3]]8\2`<T%!!$H9DYS)KC]n$D6T?Rp+o<Gf,:><6
-+:0V@^C]/&GCAV`BB_uH>B)?0:AH$'B=[5/75uRV]pf7)gpf$rcpegc^peUZ[peCNWpe1?Rpdt6O
-+pdb*KpdOsGpI"^Bpd+[?pcnO;pHAO="=jHP+SUHen,In~>
-+gA_<Pb)]O at q#DK<%im)X6:=1-5s[b$5<h=p4?P\e3]T2[2`<QJ!!!b at C%c6=B*DgG83AOMq]bt`
-+"=uQ&;I+ies(M:BqI]V9qdfS6qdTM4#?!]J4@)eB;tj2b;>3o]:\RWY:%q?V9D;'Q8bbjN8,#LI
-+7JB4F6h`qA623_>5PIA94nh)63s7PN!!&mIs6fo;~>
-+gA_<Pb)]O at q#C^&%N6ZM4[2+o4oRSD3tOG53B/rW2`<QO1c.!@!!!\<?M.S0>Zsig2_?3s+o*;b
-+.lBRa;h86R?2 at h&>PVJ!=o)8!<s;5V2`Efir(H`Up.=pJp.+dFp-nXBp-\O?og/::p-877of`"2
-+ofMk.of;_*p,Dq.">pJc!2b>Imf.e~>
-+gA_<Pb)]O at q#D!.&035[6q'L26UF()5X7Ot4oRPN4$#D_3&``L!!!eADYS)GC^"NU90P$Tr$)(a
-+"XGZ]7oWiHC]A2ICAV`BB_uH>B)?0;A-Gss5!;52qH!Akpf-udpeplape^`]peLQXpe:HUpe(<Q
-+pdk0MpI=pHpdFmEpd4aApH\L<pceI9"?Qtk!2b>Imf.e~>
-+hZ!`H[<k.Gq#CL,+"TMQ7fPpW6l89X5s[b$5<h=p4?P\e3]T2[2`<Q=!!"j]C%l<:B*DmP:I@#i
-+rZ_4a#:(ZO4\/LYB7sspBDZ<<Ac$$8A,9X<:cpj%6W3h\pepi`pJCW\p.kBWpIt<Spe(9PpIP'L
-+p."dFpdFjDpHnX at pH\I;pceC7pcS at 6"=*sI2?&1,mf.e~>
-+hZ!`H[<k.Gq#CR-*@Wm462j.L5Q<nI4oRSD3tOG53B/rW2`<QO1c.!3!!"XU?M7\&>Qn>083J^W
-+qBGn`"skl]5tk9`JmJ4XqHNf"q-!Pr"\:U32a'e/9D2!O8bGXJ8+oFG7J0(B6hNe>61mM:5P@;6
-+4n_#348(`.3VGH+2uY]<+TML"rdk+;s*t~>
-+hZ!`H[<k.Gq#CU/+>#]H84WYK$UmHN6UF()5X7Ot4oRPN4$#D_3&``?!!"p_DYS)DC^4]^;FNPq
-+,9m"0s!.dr1-S<2 at VUR3qeH"Bqe5k>qe#_:s'u:24[)"t<VKPh<VTPg;ts8c;>3o^:\[][:&%EW
-+9D;'R8bbjO8,,RK7JK:F6hj"C623_?5PRG<4Tm)3!&ab,s6fo;~>
-+ir9/9Tk5hWq>_oH'dbk/8kDTF7n,s:779O26:!n&5X.Is4Zkhg4$#A^3&``R)?9b/Z"`oFpLjM<
-+"^tD&4YeA^,Q&ek-SmqX<+'?oB_uH=B)?0:AG]m:@Kp424?P\o;Yj>d;YO&`;"mc[:A7KW9__9T
-+9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;55.574T%8D2['0]_1DXRs*t~>
-+ir9/9Tk5hWq>^j)'I,A!6psC/6:(T9s$-NI!'U<Ds#UcQ3B9&X3&``R2)I-G(]XP%Y$Ug-pfmu)
-+:.$un,lT"a,6fJJ3C6D?>_ZP\>l%\#>5DD$=9_el2`<T[9(u!P9(bdL8G,LH7eT:D7.s"A6M3Y<
-+5k[G855%/44SCl13qYN,3;,961B[[X_1DXRs*t~>
-+ir9/9Tk5hWq>^m+(+2%39M7uL8OuAN7LMXQ6UO1+5sR\"5!Am-$9L:03B/rU)?9b3Z#9>Rph]kD
-+"_Ln25Vjbc,Pr_j-o=.]<aog!C\qlDC&;T at BDZ<?AHlX94Ztnu<rQ1p<r#bj<;0>d;YX,`;#*o^
-+:A7KX9__9T9)2'R8GG^L7efFI7/'(E6MNk at 5kmS=55[PH3<]B__1DXRs*t~>
-+k5PPLVI(5:!%\Hs/jN*(91qlL8P)HC7Rfg86psC/5s[b$5<h=p4?P\e3]T2[2`<Q*!!$9-C%l<8
-+BDZ9EAR&&"4>$@SrZq^r1d=W6@>\apBDZ<<Ac$$9 at g64*4$#Gp<;0>c;YX,`;"mc[:A7KX9_V3S
-+9))!P8G>XK7e]@H7/'(C6MNk at 5kdM<55%/74T.>D('">4JcG*:J,~>
-+k5PPLVI(5:!!`fK.QU$g77I2D"%,CA62j.L5Q<nI4oRSD3tOG53B/rW2`<QO1c.!!!!#p!?M7[t
-+>R"D9;b0)2/,CIj,lT"l-87JK9im-VqHWl$q-*Yu"]RWD2E!o$9_M-Q9(kjL8G5RI7eK4D7.iq@
-+6M3Y<5k[G954q)44SCl13qYN+3;>E7'`\53JcG*:J,~>
-+k5PPLVI(5:!!WcN01&E/:&[fi91hcI84WYK$UmHN6UF()5X7Ot4oRPN4$#D_3&``,!!$H2DYS)D
-+D#%iMC11%14tc^Xr$;Lq1dOf;@u>'uCA_fCB_lB>Ad)O/4?Yf"qcEMmpf7)gpJ^ibq,-l_peUZ[
-+pJ(EVq+LHSpdt6Opdb'JpdP!HpI"^Bpd+X>pcnR<rB16!!!#oJs6Tc9~>
-+lMh"_^j.^;qZ&>O&L0/(:esk^9h\2Q8kMZH84Q-=77BU46UF()5X7Ou5!;"j4$,J`3B/rU2?j-c
-+BWZ"CB_Q07Ad;mW=\_=D/LCBAq]uFn.Q'Ia<aq&%qIf\;qdoY8#%Le"4$#JtrD`Mipepi`pJCW\
-+p.kBWpIt<Spe(9PpIP'Lp."gGpI+aCpd4^@pH\L<pHJ=7pH/U at .f]P[jFR?ts*t~>
-+lMh"_^j.^;qZ%$*&0NYm8P)HC7n,p9r^6iU6:+!;5lX(K4odbF4T at JS3]T2[2`N`S2Dm<J1Bda^
-+?)q<*?1qP#>6nA.7m8a[,9e?.,6fDA0fqcu=,^G]>kqV#>5hY.:cLBl2b*^=p.P'Np.=pJp.+gG
-+p-nXBp-\O?og/::ofr.6of`"2p,ht/of;_*qDSO*!!!PjJcG*:J,~>
-+lMh"_^j.^;qZ%!)&L98+;,L.d:JOX`9Ee']8P)HCr^I8a6pj=.5s[b$5<_704:4/23]T/Y2?j-c
-+D67^ND>A#BC]8&RB3eA(3\D^(qBc.g"Y)Ds9j)"dC\qlDC&;T at BE)QI><b544](oTpK%&hpf.#e
-+peplapJCW\peLTYpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=pc\jE/-#Y\jFR?ts*t~>
-+mJd:BPYDV`!&GHC5>Y6T;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p4?P\e3]T2[2`<Dk
-+!#VbNp1X56pLa>7"_(S.68pLn-2](n.lTdh=CRA*qe,e<qdo_:"]@EC3^-C;<;0>c;YX,`;"mc[
-+:A7KW9__9T9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;55.5949RYL!!&I=s6K]8~>
-+mJd:BPYDV`!"Tho3Cun;8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3tFA43B/rW2`<QO1c-ld
-+!#DP?oj.8rpKIi(:e!Q(.O=p:r$2Fp1-A$%=H?ba>l%\$=p7PW2DmKcq+UKTp.G$MogndHog\XD
-+ogJL at p-SF<p-A=9p-/.4p,r"0p,_k,p,N"0">g;_!1JK=li2J~>
-+mJd:BPYDV`!"Kku5uLZ\;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot4oRPM4$#D_3&`Sm
-+!#_hTphfeBpM9V?"_V(:6ocmu-2Jql/3$!l>%Ne2qeH%Cqe5n?"][ZI4$ZaD=SPtm<qo\i<;0>d
-+;YX,a;#!i]:A7KX9__9U9))!Q8GG^L7efFI7/0.E6MNk at 5kmS?4p3qP!!&I=s6K]8~>
-+nc&^\Y%T!T!&kK=5ZC`_<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p4?P\e3]T2[
-+2`<)b!%Y$_pLs;6pLa23#%:S,5rU>@qBl1h"YD]#9j(tjB_lB=B)H3E at nSjD3C-R<<;0>d;YO&_
-+;#!i[:A at QX9_V3T9(tpO8GG^K7e]@H7/'(C6MNk at 5kdM<55%/:49QN%!(-[9s6K]8~>
-+nc&^\Y%T!T!##kh3_W7C9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3tFA43B/rW2`<QO
-+1c-Q[!%4[Np0IAsoiqE!#$4Pg4>SH3q'>td"Y)>l7Sm6N?2 at h&>Q7k2=[Y/+2*=M)9_M-Q9(kjL
-+8G5RI7eT:D7.s"@6M<_<5k[G954q)44SCl13qYN,3;ti>(B=G%rdk+8s*t~>
-+nc&^\Y%T!T!"okn5ugue<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot4oRPM4$#D_
-+3&`8d!%k0fphfeBphTY>rb2OJ>>IXH/c-mm-Nu(^6r7*"P\^/2qe>q@!G,")3rq`Mr)i_qpK%&h
-+pf.#epeplapJCW\peLTYpe:HUpIb3Ppdk0MpdY$IpdFjDpd4aApd"U=q`Y-$!!#@bJcG'9J,~>
-+o`#$[I67T.!':H/3Dim[=&r=#<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p4?P\e
-+3]T2[2`;`X!'[>qp1X25ph'83rF?(><_G_;/H$pm-O(tO3CHYHA=%!,BDZ<@AI)^43BB/i<)lrm
-+<;9Dd;YO&`;"mc[:A7KW9__9T9(tpP8G>XK7e]@G7/0.D6MEe at 5kdM;55.5=49R8:!"7V6s6BW7~>
-+o`#$[I67T.!#Gk\1J1J>:JOVZ9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3tFA43B/rW
-+2`<QO1c-3Q!&p`\p0IAsoiq8r"]nGe4>SJb,l8kk.lBL\;-K8kqHWo%#?O)H2Dm`n:%_3R9D2!N
-+8bP^J8+oFG7J0(B6hWk>62!S;5P7564nUr248(`.3VGE8.KBGVh1>Uks*t~>
-+o`#$[I67T.!#>h`3`B3c=]ea+<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot4oRPM
-+4$#D_3&_oZ!(!Q$phfeBpM9P=qIp1G>#%FE/LDhA-iPLt002O!>\BC=qeH%Crb)=C7K, at L86>Uh
-+pfI2jq,R2hpJ^ibpegc^q+pc\pJ(EVpe1?Rq+:?Ppdb'JpdOsGpI"aCpd+X>pcnaA">9`T$f-C6
-+lMlA~>
-+p\t?VO#I+;!'^N%1.bVP>$4s/=&r=#<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p
-+4?P\e3]T2[2`;KQ!)KJ+pLs;6pLa23pgaP9<(]D6/H$pq-i>@r002Nu>%O1:qIfb="^O>Q3BBh1
-+<VTPf;tj2b;>3o]:\RWY:&%EV9D;'R8bYdM8,#LI7JK:F6h`qB62*Y=5PRG94U!r/#ljsdJcG!7
-+J,~>
-+p\t?VO#I+;!#ktT/OE<4;,L.c:JOVZ9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3tFA4
-+3B/rW2`<QO1c,sJ!(Whkp0I>rp072n"]\5a4#/8\-2o4p/N,ga;-KAnqHX&)"]IE=1c7]!:%_3R
-+9D2!O8bGXJ8+oFF7J9.B6hWk>62!S;5P@;64n_#348(`.3VYQ:2@'9_O+I>qs*t~>
-+p\t?VO#I+;!#bnV1J:tY>[(B8=]ea+<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot
-+4oRPM4$#D_3&_ZS!)ob4phfeBpM9S>phB_@"_1Y/69$Rq-i5:r.5<qT;I*t*C\qlEBa%m03]]Au
-+r`T"uq,d;kpf7)gpJ^ibq,-l_peUZ[pJ(EVq+LHSpdt6Opdb'JpdP!HpI"^Bpd+X>pcemD#ljsd
-+JcG!7J,~>
-+qYpZpRQgiN!!Wo^6<RPu>Q.ec=]ea,<`N*u;c6Ii:f'q`:/+DT91hfJ8Ou?@7R]a66pj:,5sR\"
-+5<_4m4?GVc3B9&X2A6&j=eod+B_Q07B(om2AH$'D?;sN^2Cg+$r[7[nr[A"*4%<%NAY*T4B*MsL
-+3]T2_:\e#b<;0>d;YO&_;#!i[:A at QX9_V3T9(tpO8GG^K7efFH7/'(D6MEe?5kmS<55.2C)uosu
-+r.4n4s*t~>
-+qYpZpRQgiN!!NfX4]#*Vr_ibn'2VJ#:/+JX9MA)O8kDTF7n6$;7K,[W6UF+*r]pKJs#pEGr]L3B%
-+lu^23&`fU2E!EL1_Kcg:nh:i?1qOr>P;7u=Tqf!6T[%Pr?_=f"t)#^5Y4jXSR)+t"\q!61cIu%:%
-+_3R9D(pN8bGXJ8+oFG7J0(B6hWk>62!S:5P@;64n_#348(`.3Vk]<)?9asr.4n4s*t~>
-+qYpZpRQgiN!!Nl_6X3u)r`p4C>?Y35=BAO(<E)mp;Gg:f:esh\r_*Jg8kDTF8,bsc779L16:!n&
-+5X.Fqr]CKK3]]8\2\Q/k?DMK6D>A#BC\VZ>C&2KH at ouGk2_FnTr$_e(4\/LXBV'#:C'JBT4?>Md
-+;Z'\m=SPtl<qo\i<;9De;YX,`;#!i]:A at QY9__9T9))!Q8GG^M7efFI7/'(D6MNkA5l!VI*<6(!
-+r.4n4s*t~>
-+r;QiVF:e?M#nf$m?XI,F>[1M4=u]Ye='&F&<)cdo;,L.d:JX_[9M8#N8kDTF7n,s:779O26:!n&
-+5X.Is4Zkhg4$#A^3&``*!!$N(C%c68BD6$4Ab]g3 at g-.:83Sm]r?qUnr@%t$0fqcu=(#[9B`;WF
-+Al&Cc!^BUapJpufpJ^fapegc^pJ:NYpJ(BUpe1?RpIY-NpIFsIpI4gEpd=dBpHeR>pHSC9qE4s9
-+!!!8SJcFs6J,~>
-+r;QiVF:e?M#S8U]<`W4"<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI!'U<D
-+s#U`P3B9&X3&``R2)I-"!!$,p?M.Ut>kM=p>525(<(fP<0e)rGr[.q!/iGm`:0(Vn>mFV=7l3%Y
-+3_K- at oh>'Pp.G$MogndHog\XDogJL at p-SF<p-A=9p-/.4p,r"0p,_k,rAXp3!!!8SJcFs6J,~>
-+r;QiVF:e?M#SK!q at UWYP?XE_;'O4jG>$4s/<`W4";c6Lj;,C(b:/1^]"\VHZ8OuAN7LMXQ6UO1+
-+5sR\"5!Am-#s11/3B/r-!!$Z,DYS)DD"h`?CA;N<B`D]M at 9-&f2Cp7)r$hRo"u8;1:g%:CUMKjD
-+!GPF13<;EGq-!JppfI5kpf7)gpJ^ibpegf_peUZ[pJ(EVpe1BSpdt6Opdb'JpdOsGpd=gCpd+X>
-+r'(<>!!!8SJcFs6J,~>
-+rr3&C<<N1"":m4b@:9(A"C>A=>[.222d'6a=&r=#<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/
-+5s[b$5<h=p4?P\e3]T2[2`:sB"/'B&B_Q06B)#s3AG9U6 at Kg"783Sj\q^;Fnr@/"&2*XW/>@aXF
-+!G+b"2uuBHrDr\npJglcpepi`pJCW\p.kBWpIt<Spe(9PpIP'Lp."dFpdFjDpHnX at pH\I;pceU=
-+"??_f!/#k&kPp&~>
-+rr3&C<<N1"!tHkS=8c/%<E)prr_ibn'2VJ#:/+JX9MA)O8kDTF7n6$;7K,[W6UF+*r]pKJs#pEG
-+r]L3B%QZU13&`fU2E!EL1^O-aSmM+rp0 at 8pp0.,ls&]G&8jYNm.K1[j-O2%L1-.`o;Hfu(#?sJN
-+1c%9h:A%?S9_M-Q9(kjL8G5RI7eT:D7.s"@6M<_<5k[G954q)44SCl13qYN53!;&C!!%Y&s6'E4~>
-+rr3&C<<N1"$P5*n at q/tW@:3JM?N+4E>[(B8=]ea+<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN
-+6UF()5X7Ot4oRPL4$#D_3&_-D"/'Q,D>7rBC\VZ>C%l<<B*D[C90bBdr at .Un#:hAb5Y=s\B;]MG
-+BLr+_!_$6qpf[AopfI2jpf7)gpf$rcpegc^peUZ[peCNWpe1?Rpdt6Opdb*KpdOsGpI"^Bpd+[?
-+r]^NI#QOjWJcFp5J,~>
-+"97q)!WE'(![gZO at UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/rU"98n'C%c67BD?*5AbTa1A,9X>>>[pT2(9q%q^MIn"u&&)9N>D2
-+Y at n)J5W:V]8GZB]<VKJf;tj2a;><u^:\RWY:%q?V9D;'Q8bbjN8,#LI7JB4F6h`qA623_>5PIA@
-+4TlH!!&aV(s6'E4~>
-+"97q)!WE''![C*9=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)I,m!"5<'p0IAsoiq,np0%5o"]@oX3AN#[-i5:r/N#[[9iYE$>m4:j
-+1GgpTr(cr[oh>'Pp.G!Lp.4jHp."aEogJL at p-SF<p-A=9ofi(4ofVq0p,_k,";1\72>Vn(kPp&~>
-+"97q)!WE'/![pfUARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/Y"98n'DYS)DD"h`?CA;N<B_Z6?Ad)L?8jG<br$_[s.kCQJ"u/2-
-+:01k<YA4;P5r^ha9Dr&g=nl+o=8,bk<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO8,#LJ7JK:F
-+6hs(D62*VJ584(t2>Vn(kPp&~>
-+!P'9N!!rrg>\.GU at UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/rT!!!e*C%l<8BD6$5AbTa0A,'O5 at 0Tq790tZp/,h!p.fV"'/2TO[
-+:g%89BE_X%2`E`lpK%#gpf-udpJUc`pJCT[pJ1HWpe:ETpIb3PpIP$KpI=mGpdFjDpHnX at pH\I;
-+pc\jE,6.]ViIV$ks*t~>
-+!P'9N!!ii`;d*@-=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)I)h!#1o/p0I>rp072np0%)k"]@u]4Z+ke./kY".PNkJ85NEs>m4.b
-+1G^jWq+gWXoh>'Pp.G$MogndHp."^Dp-eR at p-SF<p-A=9p-/.4p,r%1p,_q."<daF'&eEAk5Tr~>
-+!P'9N!"]Jq?Y="`ARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/X!!!h+DYS)DD"h`@CA;N;B_Z6;Ad2XE:..0"/,Lgo.g at R_5=e[V
-+A[Z at X?9C2,3`,ZVpK at 8nq,d;kpf7)gpJ^ibq,-l_peUZ[pJ(EVq+LHSpdt6Opdb'JpdP!HpI"^B
-+pd+^@"=4$J'&eEAk5Tr~>
-+%KQP0"$^C0AS#C^@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/rP!!".2C%l<8BD?*5AbTa1A+sI0 at 0U+B:e3f00Dm<s.gIUX3C-86
-+>%56[#%gUh2E*`rr`Ahppf7&fpJ^ibpJLZ]peUTYpeCKVpIk9RpIY*Mpdb$IpdOpFpI"^BpHeO=
-+pcnR<">KoW!O@:Vjo9i~>
-+%06G/"$'Rj>?Y35=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)Hrd!$%D5p0IAsoiq,np0%&jrDs2(:e3o61bASRqC)Y!/2TIW8PrU)
-+>m=M'1c$pH9(u*S:%_3R9D(pN8bGXJ8+oFG7J0(B6hWk>62!S:5P@;64n_#348(`33<Uo7!!0BV
-+s5j92~>
-+'`e:7"$pX8BP1siARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/T!!"13DYS)ED"h`?CA;N;B_Z69B)cEJA6`&*69-_L.f1ap/-[af
-+6VLEaA\W!cBhp]I3'C8GpfdGqpfR;mpK%&hpf.#epeplapJCW\peLTYpe:HUpIb3Ppdk0MpdY$I
-+pdFjDpd4aAr'1B@!<</+JcFj3J,~>
-+rr<HI>A.Y]AS#C^@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/rK!!"I:C%c68BD6$4Ab]g1A+sI- at K0^>>uaTe4>\Vd/,Lk&0/l'a
-+9iYG/aCkT]5Q3PA5?7V_pK%#gpf-udpJUc`pJCT[pJ1HWpIt?TpIb0Opdk-LpI=mGpI+dDpHnU?
-+pd"R<r&t6E#QOjFJcFg2J,~>
-+rr<EE;I*O4>?Y35=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)Hc_!%""=oj.8roiq,np0%)kpK%Pu9gq6)0e<,Mq^Mh%1-%Th9iG39
-+>mOFk1,:XI9i"RY:A.ET9_M-Q9(kjL8G5RH7eT:D7.s"A6M3Y<5k[G954q)44S:f03rM&A2$a0^
-+Ee48Os*t~>
-+rr<]P?>=4hBP1siARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/O!!"O<DYS)DD"h`?CA;N<B_Z68B)6'C at 9HDs4uP%m/,Lms/I*sg
-+5=\LN?Y at Gq!F\:n2ZZ3Hr`f/$pK at 8npfI5kpf7)gpJ^ibpegf_peUZ[pJ(EVpe1BSpdt6Opdb'J
-+pdOsGpd=gCpd+mE"?Ztj!-3YjjSs`~>
-+%KI;ZBP;$jAS#C^@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/rF!!"gBC%l<8BD6$5AbTa0A,'O- at JaF<?Wp?"5rpbO/,Lmp/I+!j
-+5Y+[P?=hPu#A6jl2)[B`<r#hk<qo\h<;0>d;YO&_;#!i[:A at QX9_V3T9(tpO8GG^K7e]@H7/'(C
-+6MNk at 5kdMB4p2T#!&sb*s5a31~>
-+%0.)K?<pf@>?Y35=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)HTZ!%jLCp0IAsoiq,noi^ujoiM/o#$"Mm6Td4Zr$hRor$r")1cn#p
-+:/tNH>ln8&1]B-15u.ASp.k9Toh>'Pp.G$MogndHp."aEogJL at og8@<og&48p-/.4p,r%1p,`15
-+";:b82u8+*jSs`~>
-+'`](eCMITuBP1siARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/I!!"mDDYS)DD"qf at CA;N;B_Z68B)#s;A-ZUM<D5eC1bJYWq^qe"
-+#;S>+8l8`"B[UZ$C/[)M2`OE5qcii!pf[AopfI2jpf7)gpf$rcpegc^peUZ[peCNWpe1?Rpdt6O
-+pdb*KpdOsGpI"^Bpd#'K'`\4mqLS\-s*t~>
-+rr<HmBP;$jAS#C^@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/r@!!#-JC%c67BD?*5AbTa1A+sI- at J=10?O:%>9h.K21bC70q^q[t
-+#;\J08l8\uB%pu"?TnBG!]s7]p/h#ipJprepf$obpJL]^pJ:NYpJ(BUpe1?RpIY-NpIFsIpI4gE
-+pd=dBpHeR>pHJgF,QIfVhgtgfs*t~>
-+rr<Ee?<pf@>?Y35=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)HEU!&g'Jp0IAsoiq,np0%)koiLri#?=Mh5s.%[/,h!s.fCmr/-djf
-+4[Ve;<a=Bb#$!W;1,:d[q+p]Zp.b3Rp.P*Ooh"jJoge^Fp-nXBp-\O?og/::p-877of_t1p,ht/
-+"<daF&`80>j8XW~>
-+rr<^!CMITuBP1siARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/D!!#6MDYS)DD"h`?CA;N<B_Z68B(om5A-ZUJ:eF);2(neYq_%k$
-+#;nV39N,/*C"mD(@6XZK!BjHX>PMCr=nl+o=8,bk<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO
-+8,#LJ7JK:G6hj"D5m/M7!"n+>s5X-0~>
-+rW!<J>%_GYARo:[@:<RC?Na\@>[1M4=uTSd='&F&<)cdo;,L.d:JX_[9M8#N8kDTF7n,s:779O2
-+6:!n&5X.Is4Zkhg4$#A^3&_iX!(N5fpLs;6pLa23pLO#.pgWu+pL*i)$=6n79L_9.1G172qC_\!
-+#rb"67nloa?"7O1BE;C,rA=UE=8c7q=8,bi<VTPf;tj2b;>3o]:\RWY:&%EV9D;'R8bYdM8,#LI
-+7JK:F6h`qB62*Y?56N_A!!09Ss5O'/~>
-+rW!9F:g at 70>$>'2=BGH%"'&<";uT\p;%lc%:JOVZ9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI
-+4oRSD3t=;33B/rW2`<QO1`QJq5*K=H?1hIr>P21n=nYtj=8#\p<<uQ$91D0.2D?Z[.fLsr/H7:.
-+1cIN_7S?NV=^:,q!E;;^0`aL6p.tBWp.b3Rp.P*Op.=pJp.+gGogSRBogAF>og/::p-877of`"2
-+p,i%1">0ZS!O%(Sir=N~>
-+rW!QQ>A at kcB4kgfA7K+Y@UWYP?XE_;'O4jG>$4s/<`W4";c6Lj;,C(b:/1^]"\VHZ8OuAN7LMXQ
-+6UO1+5sR\"5!Am-#Wk(.3B/&[!(iGnphfeBpM9S>phBJ9ph0A6pLX/2rF6+B?<9rp69@"Wr%@k"
-+r\+X=4[Ve:<EijCC?K at 5?q1)Q!Cp>m>khOu>5)1p=SZ%m<qo\i<;0>d;Ya2a;#!i]:A7KX9_h?U
-+9))!Q8GG^L7efFJ7/'(D6Ms+P1B7CUYCZ`5s*t~>
-+!.FhH$3N%mAS#C^@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/r8!!#fYC%l<8BD?*5AbTa1A+sI, at JF7(?iF@:?!'ut76`dgr@[t#
-+qCi@;4[V\29i4nm>[LuQBDZ?MB4>(F:.I0!1c.3gqH3GmpK%&hpJglcpepi`pJCW\p.kBWpIt<S
-+pe(9PpIP'Lp."gGpI+aCpd4^@pH\X@"?6Sc!,mGgiW"E~>
-+!.FhH#m)Y[>?Y35=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)H-M!(W/Xp0IAsoiq,np0%&jp/gofq,I]":J+#>3]&NAq^_[t!%n.#
-+s"+^51H7N_6UjX@:Jt4r>[7/3#$b8.9h.H&r\4L485N.U:\IQW:%_3R9D(pN8bGXJ8+oFG7J0(B
-+6hWk>62!S:5P@;64n_#348V&A1BdaYDh7rIs*t~>
-+!.FhH&Hah#BP1siARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/;!!#r]DYS)ED"h`?CA;N;B_Z69B(om3AGBX?@UWJ@:.IT22#As'
-+0`3X73'Kc%92AJf>@(cNBkmN\$Yj6Z=&;FG2Dm?Q;YjYn>PMCs=nl+o=8,bj<VTPg;ts8c;>3o^
-+:\[][:&%EW9D;'R8bbjO8,,RK7JK:F6hj"J5m04Q!!$qgs5F!.~>
-+!ro;>rW!311gOX%@UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/r3!!$,aC%c68BD6$4Ab]g1A+sI- at J=1(?h[k3>?4Ql6p<Rdq(Mb%
-+qD%k&s"jX2!&aX1">_ko8QYXgpK.)ipJpufpJ^fapegc^pJ:NYpJ(BUpe1?RpIY-NpIFsIpI4gE
-+pd=dBpHeR>r]^QK$ig8eq18S)s*t~>
-+!ro;>rW!0/02l%W=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)GsH!)J\_oj.8roiq,np0%)koiLifp/V&j#?";f6U!Le0DR0q/bq"!
-+0E*[*0``s]q_/(-6;IGTohY9Vp.b3Rp.P*Op.=pJp.+dFp-nXBp-\O?og/::p-877of`"2p,i46
-+"ZHeh!''e*s5F!.~>
-+!ro;>rW!H82IC*/ARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/6!!$;fDYS)DD"h`?CA;N<B_Z68B(om3AGB[2 at L$:E;bTYF3Apah
-+!A?/(1&Ea'1B9922$,Zn2#T<31]f[1>PMIu>PMCr=nl+o=85hk<VTPf;ts8c;><u_:\[]Z:&%EW
-+9DD-S8bbjO8,#LJ7JK:G6hitO4q%Dk3;J.*iW"E~>
-+s8N/lG6\$H"p?GW at UW\Qra,e7?!LW=r`V6`=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU4
-+6UF()5X7Ou5!;"j4$,J`3B/r.!!$JiC%l<8BD6$5AbTa0A,'O- at J=1(?h[n(>mjk<;b]hP5Wh"^
-+0JE;WqD%k&rA+L78m)$ppK7/kpK%&hpJglcpepi`pJCW\p.kBWpIt<Spe(9PpIP'Lp."dFpdFjD
-+pHnX at pHSmG'EA+Xl[f)os*t~>
-+s8N/lG6\$H"Tp)G=BJZ'<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI
-+!'U<Ds#U]O3B9&X3&``R2)GdC!*G7fp0IAsoiq,noi^ujoiLifp/Uid#uaSk7RKC%2`!/a/c%*q
-+0E*X,1db(7;"[WX:A%?S9_M-Q9(kjL8G5RI7eT:D7.s"@6M<_<5k[G954q)44SCi at 3]RfQ!$gf\
-+s5<p-~>
-+s8N/lG6\$H%0S4aARo:\@U`bR?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a
-+6pj=.5s[b$5<_704:"#03]T/1!!$YnDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@f9^D?X$Q.9h.N6
-+3AiNF0`!O$1A`m,1]f^4>lJ%'>khOu>527q=SPtl<qo\i<;9De;YX,`;#!i]:A at QY9__9T9))!Q
-+8GG^M7efFI7/'(G63TXi!!"80JcF[.J,~>
-+rVlreDZ]k;"!L*@@/aL9?<pf@>Q.eb=]ea,<`N*u;c6Ii:f'q`:/+DT91hfJ8Ou?@7R]a66pj:,
-+5sR\"5<_4m4?GVc3B9&X$31- at O(n<$ph0>5pLX,1pLEr,pgNo)p0[T$pKdZ$$Wg;):.n,H6U3gs
-+48q8 at 3W;&B5!qk9;tsMj=S>hk<qfVg<;9Dd;YO&`;"mc[:A7KW9__9T9(tpP8G>XK7e]@G7/0.D
-+6MEeA5Qi,.!"[Y3s53j,~>
-+rVlreDZ]k;!?OH&<Wc?$<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI!'U<D
-+s#U]O3B9&X3&``R2)GX?!aUakp0IAsoiq,np0%)koiLifoi:]bq,7Vr9M.fC69dUp3B-pq!Aue7
-+2$Q')6:OUF;>*iZ:\IQW:%_3R9D2!N8bP^J8+oFG7J0(B6hWk>62!S;5P@;64nUr33s6K&!"[Y3
-+s53j,~>
-+rVlreDZ]k;$6huL at q&nU?sm>Jr`p4C>?Y35=BAO(<E)mp;Gg:f:esh\r_*Jg8kDTF8,bsc779L1
-+6:!n&5X.Fqr]CHJ3]]8\$310FO)F`0ph]\?phKS<ph9G8ph'83pgj/0pgX#,r*Th8=B&-m91VK<
-+5Q*_B3s7f<92J[b?2.\">PMCr=nl+o=8,bk<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO8,#LJ
-+7JK:G6i97R*rl9Oeq*kYs*t~>
-+qu6`SD at HID#mr7\?XI,F>[1M4=uKMc='&F&<)cdo;,L.d:JX_[9M8#N8kDTF7n,s:779O26:!n&
-+5X.Is4Zkhg4$#A^3&_!@%#eopB_Q06B)#s3AG9U/@eX=*@/"%&?M at b#>k_It>5)1o=SGnk<qfVh
-+<;0>c;YX,`;"mc[:A7KX9_V3S9))!P8G>XK7e]@H7/'(C6MNkD5QiJ8!!Ki`s5*d+~>
-+qu6`SD at HID#RMnM<`W4"<)`cos%sG+:JX_[:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI!'U<D
-+s#UZN3B9&X3&``R2)GI:$]89a?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cY:\IQW:%_3R9D2!O
-+8bGXJ8+oFF7J9.B6hWk>62!S;5P@;64n_#63s6i0!!Ki`s5*d+~>
-+qu6`SD at HID#RW1_ at UWYP?XE_;'O4jG>$4s/<`W4";c6Lj;,C(b:/1^]"\VHZ8OuAN7LMXQ6UO1+
-+5sR\"5!Am-#<Ot-3B.0B%#f*!D>7rAC\_`?C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr
-+=nl+p=8,bj<VTPf;ts8d;>3o^:\[]Z:&%EX9D;'R8bbjO8,#LJ7JT at G6iTIU.0'>N\Uje;s*t~>
-+q>UNcKc'^f"r97(?!LW=r`V3_=BAR)<E)pr;Gg:f:esk^9h\2Q8kMZH84Q-=77BU46UF()5X7Ou
-+5!;"j4$,J`3B/ns!#:B*pLs;6ph'83pLO&/pL<l*pgEf&pg3]#pK[JtpKI;opfR5kpK%&hpJglc
-+pepi`pe^]\p.kBWpIt<Spe(9PpIP'Lp."gGpI+aCpd4^@r]gT@!<<+aJcFR+J,~>
-+q>UNcKc'^f"V`dk<)cfq;ZBT-:esk^9hnDV9M7uM8P)HC7n,p9r^6iU6:+!;5lX(K4odbF4T at JP
-+3]T2[2`N`S2Dm8j!#(/pp0IAsoiq,np0%&jp/gofp/Ufcoi(Q^p/1N[ohY9Vp.b3Rp.P'Np.=pJ
-+p.+gGp-nXBp-\O?og/::ofr.6of`"2r&Y$5!<<+aJcFR+J,~>
-+q>UNcKc'^f"W'7+?sd7>>ngOJ>$>'2=&r@%<)Z[m;,L.d:JOX`9Ee']8P)HCr^I8a6pj=.5s[b$
-+5<_7049mr/3]T,!!#CH0phfhCpM9P=phBJ9ph0D7pLX,1pga&-pgNr*pg<f&pg*W!pfmMspf[Ao
-+pfI2jpf7)gpf$rcpegc^peUZ[peCNWpe1?Rpdt6Opdb*KpdOsGpd50?!<<+aJcFR+J,~>
-+p\t?mZ;Ci(!!<rj93_C!2Ha-`=&r=#<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p
-+4?P\e3]T2[1&q:qM.uZsph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fa
-+pegc^pJ:NYpJ(BUpe1?RpIY-NpIFsIpI4gEpd=dBpH\pA"98F;JcFO*J,~>
-+p\t?mZ;Ci(!!3fb7/g*a;%lc%:JOVZ9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3t452
-+3B/rW2`<QO0E;(lLL0XZp0 at 8pp0./mp/puhp/^lep/L]`ohtK\p/(EXp.k<Uoh>'Pp.G$MogndH
-+og\XDogJL at p-SF<p-A=9p-/.4p,r=9">g5]!,I/ch#Dm~>
-+p\t?mZ;Ci(!!3lj:&\E4>[(B8=]ea+<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot
-+4oRPK4$#D_1&q:sM/N**ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf-udpeplape^`]peLQXpe:HUpe(<Qpdk0MpI=pHpdG!H"?Q_d!,I/ch#Dm~>
-+o`#!XO"U;03X[<%=BSa-=&r=#<)Z[l;,C(b:JOVX91qlL8P)HC7Rfg86psC/5s[b$5<h=p4?P\e
-+3]T2[/H>c!LM?KrpLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipf7&fpJ^ibpJLZ]
-+peUTYpeCKVpIk9RpIY*Mpdb$IpI4jFpI"[AqEY9H#ljrpqgne&s*t~>
-+o`#!XO"U;0(^_KM:Jjqa:JOVZ9h\5R8kMZH84Q0>77I2D"%,CA62j.L5Q<nI4oRSD3t4523B/rW
-+2`<QO.f]PpKjOIYp0 at 8pp0.,lp/puhp/^lep/L]`p/:T]p/(EXp.k9Toh>'Pp.G$MogndHp."aE
-+ogJL at og8@<og&48p-/.4p,iL9#QOioqgne&s*t~>
-+o`#!XO"U;0(CV][>$G06=]ea+<`N*t;Gp at h:f'q_:&[fi91hcI84WYK$UmHN6UF()5X7Ot4oRPK
-+4$#D_/cYl$LMlm(ph]_ at phKS<pLs>7ph';4pgj/0pL<o+pgEl(pg3`$pK[JtpfdGqpfR;mpK%&h
-+pf.#epeplapJCW\peLTYpe:HUpIb3Ppdk0MpdY$IpdG'J"[!(k!(Qj:s4mX)~>
-+nc&[)HS50q2[(6_;--du<)cdo;,L.d:JX_[9M8#N8kDTF7n,s:779O26:!n&5X.Is4Zkhg4$#A^
-+3%=n.08=37B_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`;"mc[
-+:A7KW9__9T9(tpP8G>XK7e]@G7/0.D6Ms+Q4:D2i-hMuig])d~>
-+nc&[)HS50q'a,I48l&2V:/+DU91hfJ8Ou?A7R]cF6j#eC6:(T9s$-NI!'U<Ds#UZN3B9&X3&``R
-+2(/G).YD($?1qOr>P;7o=nYtj=8#\f<VBDb;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J8+oFG7J0(B
-+6hWk>62!S;5P@;64nq,C3"#]d-hMuig])d~>
-+nc&[)HS50q'EoR><*<=)<`W4";c6Lj;,C(b:/1^]"\VHZ8OuAN7LMXQ6UO1+5sR\"5!Am-#<Ot-
-+3 at b(0159]AD>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=8,bk<VTPf
-+;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO8,#LJ7JK7T6TtnY!%7Dis4dR(~>
-+mf*CHP!fNP!&O]l0L8Z;;c6Ii:f'q`:/+DT91hfJ8Ou?@7R]a66pj:,5sR\"5<_4m4?GVc3B9&H
-+!!"j/C%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8,bi<VTPf;tj2b;>3o]:\RWY
-+:&%EV9D;'R8bYdM8,#LI7JK:F6h`qI5m9F_!!",$JcFI(J,~>
-+mf*CHP!fNP!"o;H/3?U$9MA)O8kDTF7n6$;7K,[W6UF+*r]pKJs#pEGr]L3B%6?L03&`fU2E!E=
-+!!"[(?M7[t>kVCp>4u+m=S5bh<q]Pe<:s2`;YEu\;"[WX:A.ET9_M-Q9(kjL8G5RI7eK4D7.iq@
-+6M3Y<5k[G954q)949[_T!!",$JcFI(J,~>
-+mf*CHP!fNP!"f5J0g\oA<E)mp;Gg:f:esh\r_*Jg8kDTF8,bsc779L16:!n&5X.Fqr]CEI3]]8L
-+!!"s2DYS)DD"h`@CA;N;B_Z68B(om4AGB[/@eaC,@/"%(?MIh#>khOu>5)1p=SZ%m<qo\i<;0>d
-+;Ya2a;#!i]:A7KX9_h?U9))!Q8GG^L7eoLK6j5je!!",$JcFI(J,~>
-+li.(VW*9o3!&+Tq/O*$.:f'q`:/+DT91hfJ8Ou?@7R]a66pj:,5sR\"5<_4m4?GVc3B9&F!!#$2
-+C%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V!>PD=q=nl+m=85hj<VKJf;tj2a;><u^:\IQY:%q?U
-+9DD-R8bYdN8+oFI7JB4E6hitO58!qr(YOB>g&HR~>
-+li.(VW*9o3!"K/L.6:$m8kDTF7n6$;7K,[W6UF+*r]pKJs#pEGr]L3B%6?L03&`fU2E!E;!!"g+
-+?3"=*?1qOr>P;7o=nPnj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ8+oFG7J0(B6hWk>
-+62!S:5P@;64oRPI3Y;>l(YOB>g&HR~>
-+li.(VW*9o3!"B,O/O3-1;Gg:f:esh\r_*Jg8kDTF8,bsc779L16:!n&5X.Fqr]CEI3]]8I!!#*4
-+DYS)ED"h`?CA;N;B_Z69B(om3AGB[/@eaC,@/++(?MIh#>khOu>527q=SPtl<qo\i<;9De;YX,`
-+;#!i]:A at QY9__9T9))!Q8GG^M7efFM6j5mj!!!hgJcFF'J,~>
-+kl1b^^N(Uq!%Sa+/NH<r9h\2Q8kMZH84Q-=77BU46UF()5X7Ou5!;"j4$,J`3B/2_!'YsJp1X56
-+pLa/2pgj,/pL<o+pL*`&pKmT"pg!PtpKI>ppK7/kpK%#gpf-udpJUc`pJCT[pJ1HWpe:ETpIb3P
-+pIP$KpI=mGpI+dDqEb?O('"=Fc[l,Ks*t~>
-+kl1b^^N(Uq!!s8Y.Q'L^7n,p9r^6iU6:+!;5lX(K4odbF4T at JP3]T2[2`N`S2DlTW!&oI8s'GA(
-+p0 at 8pp0./mp/puhp/^lep/L]`ohtK\p/(EXp.k<Uoh>'Pp.G$MogndHog\XDogJL at p-SF<p-A=9
-+p-/.4#!=s]!!!PUJcFC&J,~>
-+kl1b^^N(Uq!!j8^/iuU#:JOX`9Ee']8P)HCr^I8a6pj=.5s[b$5<_7049mr/3]SAa!'u0RphfeB
-+pM9P=phBM:ph0A6pLX,1pga).pgNr*pL!]%pg*Z"pfmMspK at 8npfI5kpf7)gpJ^ibpegf_peUZ[
-+pJ(EVpe1BSpdt6Opdb'JpdP3N"[a(+!"[D,s4I@%~>
-+jSo>5N(scT!$r-i(E4JA-Rp`(2*!c`6UX:.5s[b$5<h=p4?P\e3]T2[*rl:.JSG-upLs;6pLa23
-+pLO#.pgWu+pL*`&pKmW#pK[GspfdDppK7/kpK%&hpJglcpepi`pJCW\p.kBWpIt<Spe(9PpIP'L
-+p."dFpdFjDr'CN*!!!ADJcF@%J,~>
-+jSo>5N(scT!"o_R()\,8,UY)p0f1jO5!M4p4oRSD3t4523B/rW2`<QO*WQ1&JR8:]p0IAsoiq,n
-+oi^ujoiLifp/Ufcoi(Q^p/1N[ohY9VohG*Qp.P*Op.=pJp.+gGp-nXBp-\L>p-J@:p-877p,rNr
-+!!!ADJcF@%J,~>
-+jSo>5N(scT!#c@^(`X\E-n?r,2EEud77BU36UF()5X7Ot4oRPK4$#D_+92C2JStL*phfeBphTY>
-+phBJ9ph0A6pgs52pga&-pgNr*pg<f&pg*W!pfmMspf[AopfI2jpf7)gpf$rcpegc^peUZ[peCNW
-+pe1?Rpdt6Opdb*KpdG?S)uosG_h%j>s*t~>
-+iVs)\f:67r!UTk&!X8r?&JZ*$*[)aU.P3>01cRH8!!#Q at C&Vi?B_Z67B(om3AG9U. at eaC+@.mt&
-+?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`;"mc[:A7KW9__9T9(tpP8G>XK7e]@G7/0.K63JA1
-+!!Tc]s474#~>
-+iVs)\f:67r!UTk&!X8r?%hf]r*?QFN-Rp`'1,Up/!!#98?Me(&?1qOr>P;7o=nYtj=8#\f<VBDb
-+;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J8+oFG7J0(B6hWk>62!S;5P@;94Tlc*!!Tc]s474#~>
-+iVs)\f:67r!UTk&!X8uA&JZ-&+!MsX.P<G32*!Z<!!#ZCDZ4PKD>7rAC\VZ>C%uB:BD?*5Ab]g2
-+A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=85hk<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO8,#LL
-+70Fb6!!Tc]s474#~>
-+h#@QKa.76A*T-o#!W`9$9n@$VC%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8,bi
-+<VTPf;tj2b;>3o]:\RWY:&%EV9D;'R8bYdM8,#LI7JK:F6NeM3!!9$Ks4.."~>
-+h#@QKa.76A*T-o#!W`9$7"J\@?M7[t>kVCp>4u+m=S5bh<q]Pe<:s2`;YEu\;"[WX:A.ET9_M-Q
-+9(kjL8G5RI7eK4D7.iq at 6M3Y<5k[G955RJG*WQ0AVLects*t~>
-+h#@QKa.76A*T-o#!W`9$:k<N^DYS)DD"h`@CA;N;B_Z68B(om4AGB[/@eaC,@/"%(?MIh#>khOu
-+>5)1p=SZ%m<qo\i<;0>d;Ya2a;#!i]:A7KX9_h?U9))!Q8GG^L7f>aY+ohTEVLects*t~>
-+ec-6TkLn%kY+Ur1F_=fK4>%]f"7H3i;1WHXC%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V!>PD=q
-+=nl+m=85hj<VKJf;tj2a;><u^:\IQY:%q?U9DD-R8bYdN8+oFI7JB4H6NA8.!!&@:s4%(!~>
-+ec-6TkLn%kY+Ur1F_=fK4>%]f"7H3i8V(4C?M7[u>kM=p>4u+l=S>hh<q]Pe<:s2`;YEu];"[WX
-+:A.ET9_M-P9(kjL8G5RI7eT:D7.s"A6M3Y<5kRA855m\F*W?$=Q\#1ds*t~>
-+ec-6TkLn%kY+Ur1F_=fK4>%]f"7H3i<Io&aDYS)ED"h`?CA;N;B_Z69B(om3AGB[/@eaC,@/++(
-+?MIh#>khOu>527q=SPtl<qo\i<;9De;YX,`;#!i]:A at QY9__9T9))!Q8GG^M7fPmW+oVHAQ\#1d
-+s*t~>
-+`;^MMoB"TG\u_KbJTGC'83/:0!!$&NC&)K:B_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p
-+=SGnk<qfVh<;0>c;YX,`;"mc[:A7KX9_V3S9))!P8G>XK7e]@G7/]IU*rl9APC`b_s*t~>
-+`;^MMoB"TG\u_KbJTGC'83/:0!!#`E?M at e!?1qOr>P;7o=nYtj=8#\g<VBDb;tX&^;>*iZ:\IQW
-+:%_3R9D2!O8bGXJ8+f at F7J0(B6hWk>62!S;5P at 8E4WFG%!L&*7e,Op~>
-+`;^MMoB"TG\u_KbJTGC'83/:0!!$5SDY\2FD>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&
-+?2.\">PMCr=nl+o=85hk<VTPf;ts8c;><u_:\[]Z:&%EW9DD-S8bbjO8,,OV+92BBPC`b_s*t~>
-+[/U52!!$5SC%l?9B_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d;YO&_
-+;#!i[:A at QX9_V3T9(tpO8GG^K7efFH7/oUW*<6'?Q@](as*t~>
-+[/U52!!#lI?M.Xu?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%_3R9D2!O8bGXJ8+oFG
-+7J0(B6hNe>61mM:5PRDF)ZTj=Q@](as*t~>
-+[/U52!!$AWDYJ&DD>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o=8,bj
-+<VTPg;ts8c;>3o^:\[][:&%EW9D;'R8bbjO8,GaY*rl9AQ@](as*t~>
-+[/U5&!!$DXC%c97B_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`
-+;"mc[:A7KW9__9T9(tpP8G>XK7e]@I6j5pu!!!(hJcF-tJ,~>
-+[/U5&!!$&N?LqLs?1qOr>P;7o=nYtj=8#\f<VBDb;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J8+oFG
-+7J0(B6hWk>62!S;5PmVJ4W4;#!h+]?dJn^~>
-+[/U5&!!$P\DY at uCD>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=85hk
-+<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'S8bbjO8,bs]732F/!h+]?dJn^~>
-+[/U4o!!$S]C%Q-6B_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c;YX,`
-+;"mc[:A7KX9_V3S9))!P8G>XK7e]@L6j5pt!!!(lJcF*sJ,~>
-+[/U4o!!$2R?LhFr?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cY:\IQW:%_3R9D2!O8bGXJ8+oFF
-+7J9.B6hWk>62!S;5Q3hM4W+5"!hOuCd/SU~>
-+[/U4o!!$bbDY.iAD>7rAC\_`?C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nl+p=8,bj
-+<VTPf;ts8d;>3o^:\[]Z:&%EX9D;'R8bbjO7g2=%!!!(lJcF*sJ,~>
-+[/U1b!!.XbnS.`2pLj85pLX)0pga&-pL3i)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$obpJL]^
-+pJ:KXpeCKVpIk9RpIY*Mpdb$IpdP0M"[a+,!!AsHs3L^q~>
-+[/U1b!!.XWmp>]np0 at 8pp0./moiUohoiCcdp/L]`p/:T]p/(EXp.k<Uoh>'Poh+pLogndHp."aE
-+ogJL at p-SF<p-A:8"[*V$!!AsHs3L^q~>
-+[/U1b!!.XgnS\,=q/#e at phKS<pLs>7q.BA4pgj/0pL<o+q-`r(pg3`$pK[JtpfdGqpfR;mpK%&h
-+pf.#epeplapJCW\peLTYpe:HUpIb3Ppdk9P"\'@0!!AsHs3L^q~>
-+[/U1W!!\!gn7hT0ph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fapegc^
-+pJ:NYpJ(EVpIk6Qpdt3NpIFsIpI,6P('"=;V1JZls*t~>
-+[/U1W!!Rp[mU#Qlp0 at 8pp0./mp/puhp/^lep/L]`ohtK\p/(EXp.k<Uoh>'Pp.G$MogndHog\XD
-+ogJL at p-SF<p-AC;"[*P"!!K-Ls3CXp~>
-+[/U1W!!\!ln8A#<ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;mpf@/i
-+pf-udpeplape^`]peLQXpe:HUpe(<Qpdk?R"[s4-!!K-Ls3CXp~>
-+[/U1K!"4?lmV2E/pLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipf7&fpJ^ibpJLZ]
-+peUTYpeCKVpIk9RpIY*Mpdb$IqF(QR&HDe5YCZ_us*t~>
-+[/U1K!""3_lsBBkp0 at 8pp0.,lp/puhp/^lep/L]`p/:T]p/(EXp.k9Toh>'Pp.G$MogndHp."aE
-+ogJL at og8@<og&C="Zm7q!!BEUs3:Ro~>
-+[/U1K!"4?qmV_f:ph]_ at phKS<pLs>7ph';4pgj/0pL<o+pgEl(pg3`$pK[JtpfdGqpfR;mpK%&h
-+pf.#epeplapJCW\peLTYpe:HUpIb3PpdbTZ6P9A!"0[:Uc2W:~>
-+[/U1?!"XWpm:l9-ph0>5pLX,1pLEr,pgNo)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$obpJL]^
-+pJ:NYpJ(BUpe1?RpIY-NpIFsIr'^cQ%0-A:\q0n*s*t~>
-+[/U1?!"OQdl<a0ip0 at 8pp0./mp/puhp/^idp/L]`p/:T]p/(EXp.k<Uoh>'Pp.G!Lp.4jHp."aE
-+ogJL at p-SF<p-AR@"ZZtk!"?Gis31Ln~>
-+[/U1?!"a^!m;D]9ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;mpf@/i
-+pf-udpeplapJCZ]peLQXpe:HUpIb6Qq+(ZT%0-A:\q0n*s*t~>
-+[/U13!#0uulY6*,pLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipJpufpJ^fapegc^
-+pJ:NYpJ(EVpIk6Qpdt3NpIFsIs$[)Q#ljr?b(9T9s*t~>
-+[/U13!"sihl!F'hoj%2poih&lp/puhp/^lep/L]`p/:T]ohb<Wp.k<Uoh>'Pp.G$MogndHp."^D
-+p-eR at p-SF<p-8gH2@'9_(!;+-bQ!(~>
-+[/U13!#:'&lYcK7ph]\?q.f\=pLs>7ph'83q.081pL<o+pgEi'q-Ni%pK[JtpfdDppfR>npK%&h
-+pf-udpepobpJCW\peLQXpe:KVpIb3Pr($uT#ljr?b(9T9s*t~>
-+[Jp@*!!!mfC$B at +B_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`
-+;"mcZ:A at QX9_V3T9(tpO8GG^L7KkaU!!".pJcEmmJ,~>
-+[Jp@*!!!dc?KYYg?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ8+oFG
-+7J0(B6hWk>62*VJ1BdaY+PD>Gb5Zt~>
-+[Jp@*!!!pgDWu'6D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PMCs=nl+o=8,bj
-+<VTPg;ts8c;>3o^:\[][:&%EW9D;'R8cM<b3X,Qa+PD>Gb5Zt~>
-+[Jp@"!!"!iC$9:)B_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p=SGnk<qfVh<;0>c;YX,`
-+;"mc[:A7KX9_V3S9))!P8G>XN7KkXN!!"V4JcEjlJ,~>
-+[Jp@"!!!mf?KPSe?1qOr>P;7o=nYtj=8#\g<VBDb;tX&^;>*iZ:\IQW:%_3R9D2!O8bGXJ8+f at F
-+7J0(B6hWk>62EhM0EM4S/`hQ`ao?k~>
-+[Jp@"!!"'kDWl!5D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=85hk
-+<VTPf;ts8c;><u_:\[]Z:&%EW9DD-S8Hh$S!!"V4JcEjlJ,~>
-+[Jp?o!!"*lC$'.(B_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d;YO&_
-+;#!i[:A at QX9_V3T9(tpO8GG^Q7Kk4A!!#1NJcEgkJ,~>
-+[Jp?o!!"!i?K>Gd?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%_3R9D2!O8bGXJ8+oFG
-+7J0(B6hNe>62WtO,lmuG4n!t%aT$b~>
-+[Jp?o!!"0nDWYj3D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o=8,bj
-+<VTPg;ts8c;>3o^:\[][:&%EW9D;'U8HgUF!!#1NJcEgkJ,~>
-+[Jp?h!!"6pC#s(&B_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`
-+;"mc[:A7KW9__9T9(tpP8G>UU7RS9r!!,UbJcEdjJ,~>
-+[Jp?h!!"*l?K,;b?1qOr>P;7o=nYtj=8#\g<V9>a;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J8+oFG
-+7J0(B6hWk>5ls;8)ZB^;8,.Z8a8^Y~>
-+[Jp?h!!"9qDWPd2D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=85hk
-+<VTPf;ts8c;>3o_:\[]Z:&%EW9D;'Y8HD=&rVushpjrIcs*t~>
-+[Jp?`!!"<rC#`q%B_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c;YX,`
-+;"mc[:A7KX9_V3S9))!P8GPaV5na.s!Hn<ks2P(h~>
-+[Jp?`!!"0n?K#5a?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9D2!O8bGXJ8+oFF
-+7J9.B6hWk at 5lj(ZrVutAr.4mfs*t~>
-+[Jp?`!!"BtDW>X0D>7rAC\_`?C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p=8,bj
-+<VTPf;ts8d;>3o^:\[]Z:&%EX9D;$Z6PB at u!Hn<ks2P(h~>
-+[Jp?Y!!"I!C#Ne#B_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd;YO&`
-+;"mcZ:A at QX9_V3T9(tpO8Gks]3sble#blnM`;b>~>
-+[Jp?Y!!"9q?Jf)_?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ8+oFG
-+7J0(B6hWkB5m9.P!!!;!JcE[gJ,~>
-+[Jp?Y!!"O#DW,L.D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PMCs=nl+o=8,bj
-+<VTPg;ts8c;>3o^:\[][:&%EW9DV6a4UM/h#blnM`;b>~>
-+[Jp?R!!"R$C#E_!B_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p=SGnk<qfVh<;0>c;YX,`
-+;"mc[:A7KX9_V3S9))!P8H)*_1'7LV)97=._uG5~>
-+[Jp?R!!"Bt?J]#]?1qOr>P;7o=nYtj=8#\g<VBDb;ta,^;>*iZ:\IQW:%_3R9D2!O8bGXJ8+f at F
-+7J0(B6hWkE5m8hB!!!nWJcEXfJ,~>
-+[Jp?R!!"X&DW#F-D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o=85hk
-+<VTPf;ts8c;><u_:\[]Z:&%EW9DqHd1^!dY)97=._uG5~>
-+[JpBM!!"$QJSF"UpLs;6pLa23pLO#.pgWu+pL*`&pKmW#pK[GspfdDppK7/kpK%&hpJglcpepi`
-+pJCW\p.kBWpIt<Spe(9PpIG92rVusTj+76Is*t~>
-+[JpBM!!!pCJR7/=p0IAsoiq,noi^ujoiLifp/Ufcoi(Q^p/1N[ohY9VohG-Roh5!Np.=pJp.+gG
-+p-nXBp-\L>s$6W/rVusTj+76Is*t~>
-+[JpBM!!"'WJSs at _phfeBphTY>phBJ9ph0A6pgs52pga&-pgNr*pg<f&pg*W!pfmMspf[AopfI2j
-+pf7)gpf$rcpegc^peUZ[peCNWpe1WZ!%7aG!Aibes2+ed~>
-+[Jp6LrVus5<e4uBC%c68BD6$4Ab]g1A+sI- at J=1'?hdt%?2%V!>PD=q=nl+m=85hj<VKJf;tj2a
-+;><u^:\RWY:%q?V9D;'Q8c)$Z72l.*!E\rFs2"_c~>
-+[Jp6LrVus39n?X+?M7[u>kM=p>4u+m=S5bh<q]Pd<:s2`;YEu];"[WX:A.ET9_M-Q9(bdL8G,LH
-+7eT:D7.s"B630:erVut#on!.Zs*t~>
-+[Jp6LrVus6>Cg\LDYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>khOu>5)1p=SPtm
-+<qo\i<;0>d;YX,`;#*o^:A7KX9_qB_8/qO.!E\rFs2"_c~>
-+[JpL/E<-%>!]+G>C#<Y!B_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c
-+;YX,`;"mc[:A7KX9_V3S9))!V8-V<i!!!(Qrdk*bs*t~>
-+[JpL/E<-%>!A7T-?JSr]?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9D2!O8bGXJ
-+8+oFF7J9.B6i'+R3t;5j!e^K's1nYb~>
-+[JpL/E<-%>!]=_DDVo@,D>7rAC\_`?C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p
-+=8,bj<VTPf;ts8d;>3o^:\[]Z:&%E\9*R`p!!!(Qrdk*bs*t~>
-+Zi:'L*<#p=$;uFhhJ)^tpLj85pLX)0pga&-pL3i)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$ob
-+pJL]^pJ:KXpeCKVpIk9RpIPQ[3<oNa%'G0]^Ai]~>
-+Zi:'L*<#p=#t]\Sgg9\[p0 at 8pp0./mp/puhoiCcdp/L]`p/:T]p/(EXp.k<Uoh>'Poh+pLogndH
-+p."aEogJL at r'CQD#64`4Y(?Ves*t~>
-+Zi:'L*<#p=$<D^qhJW+*q/#e at phKS<pLs>7q.BA4pgj/0pL<o+q-`r(pg3`$pK[JtpfdGqpfR;m
-+pK%&hpf.#epeplapJCW\peLTYpe:]\"[!%j!"?#]s1\M`~>
-+ZMt1*Ig,lQ!A7o6C#<XuB_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p=SGnk<qfVh<;0>c
-+;YX,`;"mc[:A7KX9_V3S9)2$^0EM4S+OPc?^&NT~>
-+ZMt1*Ig,lQ!@_0&?JSr\?1qOr>P;7o=nYtj=8#\g<VBDb;ta,^;>*iZ:\IQW:%_3R9D2!O8bGXJ
-+8+f at F7J0(B6iTIV.fo\N+OPc?^&NT~>
-+ZMt1*Ig,lQ!AJ5=DVo@,D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85hk<VTPf;ts8c;><u_:\[]Z:&.Hd1'.FU+OPc?^&NT~>
-+Yl=aT1B%7S%8;=ehJ)^tpLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipf7&fpJ^ib
-+pJLZ]peUTYpeCKVpIk9Rqagc8rVus^l at JuJs*t~>
-+Yl=aT1B%7S$q,YQgg9\[p0 at 8pp0.,lp/puhp/^lep/L]`p/:T]p/(EXp.k9Tp.Y-Pp.G$MogndH
-+p."aEogJL@!$hIC!Bo_!s1JA^~>
-+Yl=aT1B%7S%T%^ohJW+*ph]_ at phKS<pLs>7ph';4pgj/0pL<o+pgEl(pg3`$pK[JtpfdGqpfR;m
-+pK%&hpf.#epeplapJCW\peLTYqb-u=rVus^l at JuJs*t~>
-+YQ"\%N!fOa!@M<,C#<XuB_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mc[:A7KW9__9T9)hH`650=u!G)"Ws1A;]~>
-+YQ"\%N!fOa!@(Zs?JJl\?1qOr>P;7o=nYtj=8#\g<V9>a;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J
-+8+oFG7J0(F6NK:^rVut0q18RXs*t~>
-+YQ"\%N!fOa!@_W3DVo@,D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85hk<VTPf;ts8c;><u_:\[]Z:&dlf725_$!G)"Ws1A;]~>
-+XoAFW6N-rc#tBJ[hJ)^tpLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipJpufpJ^fa
-+pegc^pJ:NYpJ(EVpIk9R"Z?Sc!!JC7s1//[~>
-+XoAFW6N-rc#X<lHgg9\[oj%2poih&lp/puhp/^lep/L]`p/:T]ohb?XohP3Toh>'Pp.G$MogndH
-+p."^Dp-egG"Yg2]!!JC7s1//[~>
-+XoAFW6N-rc$;#edhJW+*ph]\?q.f\=pLs>7ph'83q.081pL<o+pgEi'q-Ni%pK[JtpfdDpq,mDn
-+pK%&hpf-udpepobpJCW\peLTY"ZZef!!JC7s1//[~>
-+XT&A$S.PZ"!?b^"C#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mcZ:A at QX9_V3X8c_L/rVus;^k)Nqs*t~>
-+XT&A$S.PZ"!?G-j?JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ
-+8+oFG7J0%M6UDsq!!+"RJcE7[J,~>
-+XT&A$S.PZ"!?u!(DVf:+D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bj<VTPg;ts8c;>3o^:\[]_9`[p7rVus;^k)Nqs*t~>
-+WrE+^;>pOs#!ZdPC#<XuB_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p=SGnk<qfVh<;0>c
-+;YX,`;"mc[:A7KX9_V3Z8c_6krVusil at JuEs*t~>
-+WrE+^;>pOs"Z]k>?JSr\?1qOr>P;7o=nYtj=8#\g<VBDb;ta,^;>*iZ:\IQW:%_3R9D2!O8bGXJ
-+8+f at F7JB1N4V@Yn!D)L,s0r#Y~>
-+WrE+^;>pOs#"!0XDVo@,D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85hk<VTPf;ts8c;><u_:\[]a9`[ZrrVusil at JuEs*t~>
-+W;cn!)#aL9)d7f,hJ)^tpLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipf7&fpJ^ib
-+pJLZ]peUTYpeCKVpIb]J"onW+M#Do)[f:j~>
-+W;cn!)#aL9(f>ijgg9\[p0 at 8pp0.,lp/puhp/^lep/L]`p/:T]p/(EXp.k9Tp.Y-Pp.G$MogndH
-+p."aEq*YEA"TSN*M#Do)[f:j~>
-+W;cn!)#aL9*+"26hJW+*ph]_ at phKS<pLs>7ph';4pgj/0pL<o+pgEl(pg3`$pK[JtpfdGqpfR;m
-+pK%&hpf.#epeplapJCW\peD#P"onW+M#Do)[f:j~>
-+VuI"i at 0$?."?C+GC#<XuB_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mc[:A7KW9`%H`8L+37!?K+0s0VfV~>
-+VuI"i at 0$?."#F25?JJl\?1qOr>P;7o=nYtj=8#\g<V9>a;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J
-+8+oFG7K#UT66Q7-!?K+0s0VfV~>
-+VuI"i at 0$?."?UFNDVo@,D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85hk<VTPf;ts8c;><u_:]!lf9I9Z<!?K+0s0VfV~>
-+V>gS-+oVHB%9A$ohJ)^tpLj54pgs21pLEu-pL3f(pL!Z$pg*W!pKRDrpK at 5mpK.)ipJpufpJ^fa
-+pegc^pJ:NYpJ(EVrC[/X&cMb2:$dH2Zi>O~>
-+V>gS-+oVHB$Vc1Ygg9\[oj%2poih&lp/puhp/^lep/L]`p/:T]ohb?XohP3Toh>'Pp.G$MogndH
-+p."^D!^o-^rVusnm",2Cs*t~>
-+V>gS-+oVHB%9e=#hJW+*ph]_ at phKS<pLs>7ph'83q.081pL<o+pgEi'q-Ni%pK[JtpfdDpq,mDn
-+pK%&hpf-udpepobpJCW\r_<J_')hk3:$dH2Zi>O~>
-+V#L\lE!$(?!AJ&8C#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mcZ:A at QX9F"3I"TSN,NW+M/ZN#F~>
-+V#L\lE!$(?!@q?)?JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ
-+8+oFH70YFL!!!4_rdk*Ts*t~>
-+V#L\lE!$(?!A\A?DVf:+D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bj<VTPg;ts8c;>3o^:Bi`^!!!4_rdk*Ts*t~>
-+UAk8;.fKDK%827dhJ)[sph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fa
-+pegc^pJ:NYpJ(KX!D4R8!!+4`JcDtSJ,~>
-+UAk8;.fKDK$q#SPgg9YZp0 at 8pp0./mp/puhp/^lep/L]`p/:Q\p/(EXp.k<Uoh>'Pp.G$MogndH
-+og\gI!CIt.!!+4`JcDtSJ,~>
-+UAk8;.fKDK%SqXnhJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf-udpeplape^i`!DOg<!!+4`JcDtSJ,~>
-+U&P2iKF%PW!@2$'C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d
-+;YO&_;#!i[:A at Q]9E at KjrVussmt(MBs*t~>
-+U&P2iKF%PW!?bBn?JJl\?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%h9R9D2!O8bGXJ
-+8+oFN70,L[rVussmt(MBs*t~>
-+U&P2iKF%PW!@D?.DVf:+D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o
-+=8,bj<VTPg;ts8c;>3od:B<lprVussmt(MBs*t~>
-+TDnrG6N-rd#=)sRC#<XuB_Z67B(om3AG9U. at eaC+@.mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mc[:A7K_9Em'N!!!7erdk*Ps*t~>
-+TDnrG6N-rd#!#t??JJl\?1qOr>P;7o=nYtj=8#\g<V9>a;ta,_;>*iZ:\IQW:%_3R9D2!N8bP^J
-+8+oCW74A9<!!e\dJcDnQJ,~>
-+TDnrG6N-rd#=E?ZDVo@,D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85hk<VTPf;ts8c;><rm:G2eM!!e\dJcDnQJ,~>
-+T)SlkTG7A*!?#!jC#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c
-+;YX,`;"mc[:AITb7Ml%(!>`q2s/c6N~>
-+T)SlkTG7A*!>\I^?JJl\?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9D2!O8bGXJ
-+8,,OS58F.t!>`q2s/c6N~>
-+T)SlkTG7A*!?,3oDVf:+D>7rBC\VZ>C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p
-+=8,bj<VTPf;ts8d;>O)i8/V=+!>`q2s/c6N~>
-+SGri[?3($+!]4M?C#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"mcZ:Adfj2$O$\!GV4Xs/Z0M~>
-+SGri[?3($+!\R].?JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGXJ
-+8,Ga[0EqLW!GV4Xs/Z0M~>
-+SGri[?3($+"#anFDVf:+D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bj<VTPg;ts8c;>j;q2[06^!GV4Xs/Z0M~>
-+Rf<E$,lRcE&5RjkhJ)[sph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fa
-+pegc^pJ:NYs%NMc*rZ-?(q"qpWW.J~>
-+Rf<E$,lRcE%Ru"Ugg9YZp0 at 8pp0./mp/puhp/^lep/L]`p/:Q\p/(EXp.k<Uoh>'Pp.G$MogndH
-+r^HoT)u]g<(q"qpWW.J~>
-+Rf<E$,lRcE&Q40thJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf-udpepla!DFU7!!*qEJcD_LJ,~>
-+RK!?^H3X?K!@VB-C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d
-+;YO&_;#!i\:'!HarVusql at Ju6s*t~>
-+RK!?^H3X?K!@1`t?JJl\?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%h9R9D2!O8bGXJ
-+7fbLSrVusql at Ju6s*t~>
-+RK!?^H3X?K!@h]4DVf:+D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o
-+=8,bj<VTPg;ts8e;#rlhrVusql at Ju6s*t~>
-+Qi@*83rT*[#t'8XhJ)[sph0>5pLX,1pLEr,pgNo)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$ob
-+pJL]^pJ:Z]##$?E!!!IuJcDVIJ,~>
-+Qi@*83rT*[#X!ZEgKsSZp0 at 8pp0./mp/puhp/^leoi1T_p/:T]p/(EXp.k<Uoh>'Pp.G!Lp.5!L
-+#"9a;!!!IuJcDVIJ,~>
-+Qi@*83rT*[#tKPahJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf-udpeq)g##?WJ!!!IuJcDVIJ,~>
-+QN%$bQOj&q!?GBqC#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c
-+;YX,`;"mcb:'!ZmrVus[gk#L%s*t~>
-+QN%$bQOj&q!?+gd?JJl\?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9D2!O8bGXP
-+7fb^_rVus[gk#L%s*t~>
-+QN%$bQOj&q!?PU!DVf:+D>7rBC\VZ>C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p
-+=8,bj<VTPf;u';m;+2)r!!,.9JcDSHJ,~>
-+PlCdH<W2t""?:"EC#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&`;"m`j9eHMJ!!S#QJcDPGJ,~>
-+PlCdH<W2t""#=,4?JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pN8bGU[
-+7n+s1!!!1Tr.4mDs*t~>
-+PlCdH<W2t""?UCMDVf:+D>A#BC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bj<VTPg;u9Gt;(r(P!!S#QJcDPGJ,~>
-+P5bQh*rZ-?'2jBqhJ)[sph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fa
-+pegc^qG.,^(]FC8-d.)@UAo`~>
-+P5bQh*rZ-?&P7O[gg9YZp0 at 8pp0./mp/puhp/^lep/L]`p/:Q\p/(EXp.k<Uoh>'Pp.G$Mp.,3M
-+(&e16-d.)@UAo`~>
-+P5bQh*rZ-?'NTd&hJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf-udr_`bh)#aL9-d.)@UAo`~>
-+OoGLSE<H1?!A%`3C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d
-+;YO&_;#O/o2?j-]!G_:Ys.TIC~>
-+OoGLSE<H1?!@M!#?JJl\?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%h9R9D2!O8bkm]
-+0a7UX!G_:Ys.TIC~>
-+OoGLSE<H1?!A8#9DVf:+D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o
-+=8,bj<VTPg;[62[#64`)CA!/XU&TW~>
-+O8f7)1B%7S$V,b^hJ)[sph0>5pLX,1pLEr,pgNo)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$ob
-+pJL]^!`)H2rVus9[XnINs*t~>
-+O8f7)1B%7S$:'/KgKsSZp0 at 8pp0./mp/puhp/^leoi1T_p/:T]p/(EXp.k<Uoh>'Pp.G!LrC?rW
-+*<#p=(q,"qTDsE~>
-+O8f7)1B%7S$ql.hhJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/ipf.)g!Daj;!!*qFJcDABJ,~>
-+NrK1YN=>dd!?b[!C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c
-+;YX,b:]W`frVusrl[f)-s*t~>
-+NrK1YN=>dd!?G*i?JJl\?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9D2!O8cM<^
-+3"#Wb!E&06s.97@~>
-+NrK1YN=>dd!?ts'DVf:+D>7rBC\VZ>C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p
-+=8,bj<VTPl;ZT,krVusrl[f)-s*t~>
-+N;iq:9E"nm"[$FKC#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;YO&e:]X?BrVus.SUpg2s*t~>
-+N;iq:9E"nm">sG8?JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9D(pP8HD at 0
-+rVus.SUpg2s*t~>
-+N;iq:9E"nm"[6aRDVf:,D>7rAC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bj<VTMo;D%kJ!=bTNs.'+>~>
-+MZ3^W)?'U:(0,p"hJ)[sph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqpf[>npK.)ipJpufpJ^fa
-+peh&f!Cmh&!!,.:JcD5>J,~>
-+MZ3^W)?'U:'23s`gg9YZp0 at 8pp0./mp/puhp/^lep/L]`p/:Q\p/(EXp.k<Uoh>'Pp.G0Q!C.7r
-+!!,.:JcD5>J,~>
-+MZ3^W)?'U:(Kl<,hJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/iqG[Jf'`J(53o,AeS,\!~>
-+M>mhLBEA/6!AJ&8C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>d
-+;YX)n3<fH`"bcf)s-it<~>
-+M>mhLBEA/6!@q?)?JJl\?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%h9R9D2!V8HpsS
-+!!!1Ur.4m:s*t~>
-+M>mhLBEA/6!A\A?DVf:+D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o
-+=8,bj<W,l$3sGZb"bcf)s-it<~>
-+L]7Cn/,fML%827dhJ)[sph0>5pLX,1pLEr,pgNo)p0[T$pKdMupfmJrpK at 8np/h#ipJprepf$ob
-+r)!Jj-2mlF+3/s4R/_[~>
-+L]7Cn/,fML$q#SPgKsSZp0 at 8pp0./mp/puhp/^leoi1T_p/:T]p/(EXp.k<Uoh>'Pp.>BX7j7j3
-+!?]@5s-Wh:~>
-+L]7Cn/,fML%ShRmhJW+*ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3`$pg!SupfdDppfR;m
-+pf@/i!`W&ErVus at a+=8Xs*t~>
-+LAq>NKF%PW!@2$'C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qfVh<;0>c
-+;ZBSp7hP_#!Dr38s-Nb9~>
-+LAq>NKF%PW!?bBn?JJl\?1hIr>P21n=nYtj=8#\g<VBDb;ta,_;>!cZ:\@KV:%_3R9DD*[5nO"q
-+!Dr38s-Nb9~>
-+LAq>NKF%PW!@D?.DVf:+D>7rBC\VZ>C%l<9BD?*5Abfm3A+sI- at JF7)?hn%'?2%V!>PMCr=nu1p
-+=8,bl<<5])rVusqmXbD)s*t~>
-+K`;),6iI&e#<umQC#3RuB_Q07B(om2AGB[/@eX=+ at .mt&?M at b">khOt>5)1p=S>hk<qfVg<;9Dd
-+;?f&`!!!7drdk*8s*t~>
-+K`;),6iI&e#!#t??JJl\?1qOr>P;7o=nYtj=7oVf<VBDb;ta,_;>*iZ:\IQW:%_3R9DV6b1'@RW
-+#Ef":s-E\8~>
-+K`;),6iI&e#=<9YDVf:,D>7rAC\VZ>C%l<9BDH06Ab]g2A+sI- at JO=*?hdt&?2%V!>PVIs=nl+o
-+=8,bo<<bJf!!!7drdk*8s*t~>
-+KDu#PTG7A*!?#!jC#3RtB_Z67B(om3AG9U. at eaC+@/"%&?M at b#>k_Is>527p=SGnk<qfVh<;0>g
-+;?9Q<rVusDb^oeYs*t~>
-+KDu#PTG7A*!>\I^?JJl[?1qOr>P;7o=nYtj=8#\g<VBDb;ta,^;>*iZ:\IQW:%_3R9E%Na7j%^1
-+!@,g>s-3P6~>
-+KDu#PTG7A*!?,3oDVf:+D>7rAC\VZ>C%uB:BD?*5Ab]g2A,'O. at JF7)?hdt&?2.\">PMCr=nl+o
-+=85et<Dk+A!!+=gJcCu7J,~>
-+Jc>u@?3($+!]4M?C#3RuB_Q06B)#s3AG9U/@eX=*@/"%&?MIh#>k_It>5)1o=SGnk<qo\h<;0>j
-+;?95urVut#nU^_(s*t~>
-+Jc>u@?3($+!\R].?JJl\?1qOr>P;7n=nYtj=8#\g<VBDb;ta,_;>*iZ:\IQV:%h9R9*%6erVut#
-+nU^_(s*t~>
-+Jc>u@?3($+"#anFDVf:+D>7rBC\VZ>C%l<9BD?*6Ab]g2A+sI- at JF7*?hdt&?2%V!>PMCs=nl+o
-+=8>kt8eM%&!E\fBs-*J5~>
-+JcGcM!PB`X!!*X,JSEtTp1X56pLa/2pgj,/pL<o+pL*]%pg3]#pK[JtpKI;opfR5kpf@,hpJgod
-+##[>^!!!=mJcCl4J,~>
-+JcGcM!PB`X!!*R!JR7);p0IAsoiq,np0%)koiLifp/Ucboi(Q^p/1N[ohY9Vp.b3Rpe(cF"98E.
-+R">:"s*t~>
-+JcGcM!PB`X!!*[0JSs=^phfeBpM9P=phBM:ph0A6pLX,1pga).pgNr*pL!]%pg*Z"pfmMspK at 8n
-+pfIAo"ZQVb!"#$Ds,m>3~>
-+JcG`L!r%$GrVusI@=`.LC%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8,bi<VTPi
-+;ZT]<rVusId=M=Zs*t~>
-+JcG`L!r%$GrVusE=+O]5?M7[t>kVCp>4u+m=S5bh<q]Pe<:s2`;YEu\;"d]X:A.ET9`.Na807a1
-+!@Z?Hs,d82~>
-+JcG`L!r%$GrVusKAq=jVDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/"%(?MIh#>khOu>5)1q
-+=SPtt<WQ)CrVusId=M=Zs*t~>
-+JcGZJ!Rj+/!!*BnJSEqSpLs;6ph'83pLO&/pL<l*pgEf&pg3]#pK[JtpKI;opfR5kpf@,hpJh)i
-+!C.(m!!-BsJcCf2J,~>
-+JcGZJ!Rj+/!!*?fJR7);p0IAsoiq,np0%)koiLfep/Ufcoi(Q^p/1N[ohY9Vp.b3Rr_!8P$iU,,
-+?1WXIO8j_~>
-+JcGZJ!Rj+/!!*BrJSs:]q/,nCpM9P=phBJ9ph0D7pLX,1pga&-pgNu+pL!]%pg*W!pfmPtpK at 8n
-+q,[Sa%K6>.?1WXIO8j_~>
-+JcGWI!r\GsrVus:>CgMFC%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>PD=r=nc%m=8,bi<VTMp
-+;c"e>!!*J"JcC`0J,~>
-+JcGWI!r\GsrVus7;Lr00?M.Ut>kM=p>4u+m=S5bh<q]Pe<:s2`;Y<o\;"[WX:A.EU9E@^.rVus,
-+T7R$%s*t~>
-+JcGWI!r\GsrVus;@"E4PDYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>khOu>5)1p
-+=T);*;^MMF!"5EMs,I&/~>
-+JcGQG!TmD]!!36[AV"RPC%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8,bj<V]Sp
-+5RdVl!A`A[s,?u.~>
-+JcGQG!TmD]!!36U>Cg,9?M7[u>kM=p>4l%l=S5bh<q]Pe<:s2`;YEu];"[WX:A%?W9E at 0^rVusS
-+g4B9_s*t~>
-+JcGQG!TmD]!!36]C4U9ZDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/++(?MIh#>khOu>527q
-+=T;G'64Ehn!A`A[s,?u.~>
-+JcGKE!OEmI!!*R%JSEtTp1X56pLa/2pgj,/pL<o+pL*]%pg3]#pK[JtpKI;opfR5kpf@,hrDWeo
-+,lRcF$&ne5s,6o-~>
-+JcGKE!OEmI!!*NrJR7);p0IAsoiq,np0%)koiLifp/Ucboi(Q^p/1N[ohY9Vp.bHY!D+I6!!3Ic
-+r.4m+s*t~>
-+JcGKE!OEmI!!*U*JSs=^phfeBpM9P=phBM:ph0A6pLX,1pga).pgNr*pL!]%pg*Z"pfmMspK@>p
-+!E:EF!!3Icr.4m+s*t~>
-+JcGHD!qUO;rVusB>_-VGC%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8,bi<<?,a%
-+/p5-45#2bM>r)~>
-+JcGHD!qUO;rVus>;Lr00?M7[u>kM=o>4u+m=S5bh<q]Pe<:s2`;YEu\;"d]X:A.E^9E at -]rVus\
-+fn'0[s*t~>
-+JcGHD!qUO;rVusC@"E4PDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/"%(?MIh#>khOu>5)1u
-+=91_srVus\fn'0[s*t~>
-+JcGBB!S'I7!!39^Aq=[QC%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V!>PD=q=nl+m=85hl<<5rC
-+rW!!,Nr=P/M#Vu~>
-+JcGBB!S'I7!!36W>Cg,9?M7[u>kM=p>4u+m=S5bg<q]Pe<:s2`;YEu];"[WX:A7H`8Kn'5!Xatd
-+JcCQ+J,~>
-+JcGBB!S'I7!!39`COpB[DY\/ED"h`?CA;N;B_Z69B(om3AGB[/@eaC-@/"%'?MIh#>khP!>5)/$
-+=B$XH!!3LfrIP!)s*t~>
-+JcG?A!rf#6rVus19S$p7C%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>PD=r=nc%m=8,bn<<5>n
-+rVus]g4B9Ys*t~>
-+JcG?A!rf#6rVus/7"J\"?M.Ut>kM=p>4u+m=S5bh<q]Pe<:s2`;Y<o\;"[WX:ARZc3XYid!Bf(e
-+s+^Q(~>
-+JcG?A!rf#6rVus1:k<N at DYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>khOu>5;;%
-+6O`qo!Bf(es+^Q(~>
-+JcG9?!qC44rVusD?%H_HC%l<8BD6$5AbTa1A+sI, at JF7(?h[n%?2%Uu>PMCr=nc%m=8,_s<Db%@
-+!!3LgrIP!&s*t~>
-+JcG9?!qC44rVus@;h891?M7[u>kM=p>4u+l=S5bh<q]Pe<:s2`;YEu];"[WX:Amlf8Ke!4!Xb"e
-+JcCH(J,~>
-+JcG9?!qC44rVusE@=`=QDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/++(?MIh#>khOu>5_S)
-+<@7\F!Xb"eJcCH(J,~>
-+JcG3=!RX(0!!39_Aq=[RC%c68BD6$4Ab]g1A+sI- at J=1'?hdt%?2%V!>PD=q=nl+m=8>kt5R[Pk
-+!Bo1gs+C?%~>
-+JcG3=!RX(0!!39Y>_-5:?M7[u>kM=p>4u+m=S5bh<q]Pd<:s2`;YEu];"[WX:'+-M$N:#+4kkPf
-+KE$H~>
-+JcG3=!RX(0!!3<cCOpB\DYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>khOu>5q_+
-+64Ehn!Bo1gs+C?%~>
-+JcG0<!rel0rVus2:4[-9C%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nc%m=8Z)";'c,@
-+!Xk.hJcC?%J,~>
-+JcG0<!rel0rVus07Y+n$?M7[u>kM=o>4u+m=S5bh<q]Pe<:s2`;YEu\;"d][:'!s0rW!!-Oo9k2
-+K)^?~>
-+JcG0<!rel0rVus3;1WWADYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/"%(?MIh#>khP"=ohVL
-+rW!!-Oo9k2K)^?~>
-+JcG*:!q0q-rVusE?@chIC%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V!>PD=q=nl+m=8u;%5R[Pk
-+!C, at js+11Ms*t~>
-+JcG*:!q0q-rVusA<.SB2?M7[u>kM=p>4u+m=S5bh<qTJd<:s2`;YEu];"[W]:'!B_rVus`gk#KV
-+rrE(L~>
-+JcG*:!q0q-rVusG at Y&FRDY\/ED"h`?CA;N;B_Z69B(om3AGB[/@eaC-@/"%'?MIh#>khP%=ogu!
-+rVus`gk#KVrrE(L~>
-+JcG$8!R<_)!!3<bB7XdSC%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>PD=r=nc%n<rl8JrW!!-
-+PPp(4JcGcMJ,~>
-+JcG$8!R<_)!!3<\>_-5;?M.Ut>kM=p>4u+m=S5bh<q]Pe<:s2`;Y<o\;"[Wa:'"!5rW!!-PPp(4
-+JcGcMJ,~>
-+JcG$8!R<_)!!3?fCk6K]DYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>khM)>$!0P
-+!!3OlrIP!"s8W+L~>
-+JcG!7!r\W(rVus3:P!6:C%l<8BD?*5AbTa1A+sI, at JF7(?h[n%?2%Uu>PMCr=nc%q<rk8drVusa
-+h1>TWs8DtJ~>
-+JcG!7!r\W(rVus17tG"%?M7[u>kM=p>4u+l=S5bh<q]Pe<:s2`;YEu];"[Tb1C*mZ!C5Ils+14K
-+s*t~>
-+JcG!7!r\W(rVus4;h8iCDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/++(?MIh#>l%Y*3sbfc
-+!C5Ils+14Ks*t~>
-+JcFp5!psY&rVusG?\)qKC%c68BD6$4Ab]g1A+sI- at J=1'?hdt%?2.\!>PD=r=nc%t<rko0rW!!.
-+Pl?76JcGZJJ,~>
-+JcFp5!psY&rVusC<InK3?M7[u>kM=p>4u+m=S5bh<q]Pd<;'8`;YEu];#*lf6P]S#!Xt=mJcC<$
-+r;V9~>
-+JcFp5!psY&rVusIA:\XUDYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh$>l at k-9c3j0
-+!Xt=mJcC<$r;V9~>
-+JcFj3!R!A"!!3?eB7XdSC%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMCr=nl)#<@\.M!!,sV
-+JcC<$qYu'~>
-+JcFj3!R!A"!!3<]>_-5;?M7[u>kM=o>4u+m=S5bh<q]Pe<:s2`;YEu\;#O/k9IBo@!!,sVJcC<$
-+qYu'~>
-+JcFj3!R!A"!!3?gCk6K]DYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/"%(?MIh#>QS"Z!r`0#
-+;<!0,JcGTHJ,~>
-+JcFg2!r\K!rVus5;1WH<C%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V!>PD=q=o2;%5Rm\m!?e_"
-+s+14Fs*t~>
-+JcFg2!r\K!rVus38:b+&?M7[u>kM=p>4u+m=S5bh<qTJd<:s2`;YEu];#a;l3=Gfd!?e_"s+14F
-+s*t~>
-+JcFg2!r\K!rVus6<Io&EDY\/ED"h`?CA;N;B_c<9B(om3AGB[/@eaC-@/"%'?MIh&>QI2$rVusA
-+Z[r.-s7lVE~>
-+JcFa0!pa=trVusG@=`.MC%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>PD=r=oMM(:ETQ9!X3iA
-+JcC<$p]#a~>
-+JcFa0!pa=trVusC=+O]6?M.Ut>kM=p>4u+m=S5bh<q]Pe<:s2`;Y<o^:]X*,rW!!'GkHXfJcGKE
-+J,~>
-+JcFa0!pa=trVusIAq=jWDYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%'?MIh*>QIbGrW!!'
-+GkHXfJcGKEJ,~>
-+JcF[.!QQtp!!39]AV"RQC%l<8BD?*5AbTa1A+sI, at JF7(?h[n%?2%Uu>PMCs=TV\]"o\K&4k,&_
-+JcGECJ,~>
-+JcF[.!QQtp!!39W>(L#9?M7[u>kM=p>4u+l=S5bh<q]Pe<:s2`;YEub:]aEF"o\K&4k,&_JcGEC
-+J,~>
-+JcF[.!QQtp!!3<`C4U9[DYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/++(?MIe->;ZT`!!,74
-+JcC<$p&BO~>
-+JcFX-!r[TQrW!!.7;.6di+_muph0>5pLX,1pLEr,pgNo)pL!Z$pKdQ!pKRAqqcNqi')hk4'V>;T
-+s+14Bs*t~>
-+JcFX-!r[TQrW!!-4^EVFh-Te\p0 at 8pp0./mp/puhp/^leoi1W`ohtK\r_NV\&H2Y2'V>;Ts+14B
-+s*t~>
-+JcFX-!r[TQrW!!/88Woqi,8=,ph]\?phKS<ph9G8ph'83pgj/0pgX#,pgEi'pg3i'!D4%)!!3k+
-+rdk*#s7H>A~>
-+JcFR+!pjb,rVus9;h8Z?C%l<8BD6$5AbTa0A,'O- at J=1(?h[n%?2%Uu>PMD$=U.nQ!<<*#A*edH
-+JcG<@J,~>
-+JcFR+!pjb,rVus68qC=)?M7[u>kM=o>4u+m=S5bh<q]Pe<:s2`;YErg9-X?8!WcftJcC<$o)F4~>
-+JcFR+!pjb,rVus:=+P8HDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC,@/"%(?N+48=""(L!!-Tr
-+JcC<$o)F4~>
-+JcFL)!S0j@!!+EPJSF"UpLs;6ph'83pLO&/pL<l*pgEf&pg3]#pK[JtpK at SY$2so*/]<5?JcG6>
-+J,~>
-+JcFL)!S0j@!!+9CJR7/=p0IAsoiq,np0%)koiLifoi:]boi(Q^q,%/M#lXf)/]<5?JcG6>J,~>
-+JcFL)!S0j@!!+KWJSs at _q/,nCpM9P=phBJ9q.KJ7pLX,1pga&-pgNu+pL!]%!Bgbg!!+[iJcC<$
-+nGe"~>
-+JcFF'!OjQX!!39\A:\IQC%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>PhS)9c<p1!Xjn^JcC<$
-+n,In~>
-+JcFF'!OjQX!!39V>(L#:?M.Ut>kM=p>4u+m=S5bh<q]Pe<:s2`;Z'Am72Gk&!Xjn^JcC<$n,In~>
-+JcFF'!OjQX!!39^Bn:0[DYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/"%+?3*nArW!!-MY_o(
-+JcG3=J,~>
-+JcFC&!rJ2qrW!!-6YM$bi+_q!pLj85pLX)0pga&-pL3i)p0[Q#pg*W!pKRZ$!`puVrVusoi.:oZ
-+s6]i:~>
-+JcFC&!rJ2qrW!!,4C*MEhHon]p0 at 8pp0./moiUlgp/^lep/L]`p/1ui:+68D!!,jQJcC<$mJh\~>
-+JcFC&!rJ2qrW!!.7W!]oi,8=,ph]_ at phKS<pLs>7ph';4pgj/0pL<o+pgEl(s'>b20E_:S!D_R(
-+s+14;s*t~>
-+JcF=$!q("2rVus8;1WH>C%c68BD6$4Ab]g1A+sI- at J=1(?h[n$?2.\!>6.&"rVus?Y^uh*s6K]8~>
-+JcF=$!q("2rVus58V(4(?M7[u>kM=p>4u+m=S5bh<q]Pd<;'8b;?8lgrVus?Y^uh*s6K]8~>
-+JcF=$!q("2rVus9<Io&GDYS)DD"h`?CA;N<B_Z68B(om3AGB[0 at eaC,@/+(07LoCt!?SIrs+149
-+s*t~>
-+JcF7"!SC-F!!+BNJSF%VpLs;6pLa23pLO#.pgWu+pL*`&pKmW#pK[T"!ELTI!!3=HoR[$ns6BW7~>
-+JcF7"!SC-F!!+6 at JR72>p0IAsoiq)mp0%)koiLifp/Ufcoi(`c!DOg<!!3=HoR[$ns6BW7~>
-+JcF7"!SC-F!!+ETJSsC`phfeBphTY>phBJ9ph0A6pgs52pga&-pgNr*r*KJ..K0;K"a0Hgs+148
-+s*t~>
-+JcF0u!P0l^!!39ZA:\IQC%l<8BD?*5AbTa1A+sI, at JF7(?hdt%?2%V(>67n["TAB%448][JcFs6
-+J,~>
-+JcF0u!P0l^!!36T=b0o9?M7[u>kM=p>4u+m=S5bh<qTJd<:s2i;?BWD"9&9$448][JcFs6J,~>
-+JcF0u!P0l^!!39\Bn:0[DY\/ED"h`?CA;N;B_c<9B(om3AGB[/@eaC-@/jR8>VQB\!!,10JcC<$
-+kl6/~>
-+JcF-t!rSB"rW!!-6>1paiG&"!ph0>5pLX,1pLEr,pgNo)pL!Z$pKdT"!a at bprW!!4SGn*>JcFp5
-+J,~>
-+JcF-t!rSB"rW!!+4'dDDhd5t]p0 at 8pp0./mp/puhp/^lep/L`a!`Co`rW!!4SGn*>JcFp5J,~>
-+JcF-t!rSB"rW!!-7;[TniGSF-ph]\?phKV=pLs>7ph'83pgj/0pgX#,qHsA357 at Gj!YV%&JcC<$
-+kPp&~>
-+JcF'r!q::9rVus6:k<?=C%l<8BD?*5AbTa1A+sI, at JF7(?h[n%?2Ik-8J_:*!X*B-JcC<$jo9i~>
-+JcF'r!q::9rVus48:b+(?M7[u>kM=p>4u+l=S5bh<q]Pe<;BGn650=u!X*B-JcC<$jo9i~>
-+JcF'r!q::9rVus7<.SrFDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@eaC1?i`t;rW!!&D=)oSJcFj3
-+J,~>
-+JcF!p!S^HL!!+<KJSF(Wp1X56pLa/2pgj,/pL<o+pL*`&pKmT"s',S',Q.TC8Ci at lJcFd1J,~>
-+JcF!p!S^HL!!+0=JR72>p0IAsoiq,np0%)koiLifp/UcbrDN_i+8l0?8Ci at lJcFd1J,~>
-+JcF!p!S^HL!!+BQJSsFaphfeBpM9P=phBM:ph0A6pLX,1pga).pgF53<[@VD!D(dms+141s*t~>
-+JcEpn!PU5d!!33P?@chLC%l<8BD6$5AbTa0A,'O- at J=1(?h[n&>ln1`"TAB%.(+X+JcF^/J,~>
-+JcEpn!PU5d!!33L<.SB5?M7[u>kM=o>4u+m=S5bh<q]Pe<!-&q.g5hO!@Y@,s+14/s*t~>
-+JcEpn!PU5d!!33R at tAOVDYS)DD"qf at CA;N;B_Z68B)#s4AGB[/@f'R8?8D``!!+LUJcC<$iW"E~>
-+JcEmm!rSK'rW!!&0O]NHiG&%"pLj85pLX)0pga&-pL3i)p0[T$qcs4d%/p5.&Wlj?s+14.s*t~>
-+JcEmm!rSK'rW!!%.p%:.hd6"^p0 at 8pp0./mp/puhp/^idpf%8R$iU,-&Wlj?s+14.s*t~>
-+JcEmm!rSK'rW!!&11l)TiGSI.ph]\?phKS<pLsA8ph'83pgj/0pL=,1!C7.n!!3aoqLSZts5<p-~>
-+JcEgk!qLgLrW!!(2.V8PibA+"ph0>5pLX,1pLEr,pgNo)pL!Z$s'5Xu(]FC9"D[7Rs+14,s*t~>
-+JcEgk!qLgLrW!!'0Nis5i*Q(^p0 at 8pp0./mp/puhp/^leqc!Sa(&e17"D[7Rs+14,s*t~>
-+JcEgk!qLgLrW!!(3,!k\ibnO.ph]\?phKV=pLs>7ph'83pgj/0pgO8!)#aL:"D[7Rs+14,s*t~>
-+JcEai!pan6rW!!+3bEqWibA.#pLj85pLX)0pga&-pL3i)p0[W%!`^NIrVusfdt.OMs4mX)~>
-+JcEai!pan6rW!!*1g>N;i*Q+_p0 at 8pp0./moiUlgp/^les&9"m+oMBA7FQhfJcFO*J,~>
-+JcEai!pan6rW!!+4_fOcibnO.ph]_ at phKS<pLs>7ph';4pgj/0qdKV0-3=)G!CbIgs+14*s*t~>
-+JcE[g!omkrrW!!(3bO"Xj(\4#ph0>5pLX,1pLEr,pgNo)pL!i)!a at D`rVusFZ at W%,s4[L'~>
-+JcE[g!omkrrW!!'1gGT<i*Q+_p0 at 8pp0./mp/puhp/^of!`CTQrVusFZ at W%,s4[L'~>
-+JcE[g!omkrrW!!(4`#[ej)4X/ph]\?phKS<ph9G8ph'83pgj/0s'c%:2$NsZ!@>%&s+14(s*t~>
-+JcEUe!o$l[rW!!,3FdVSj(\7$pLj54pgs21pLEu-pL3f(pL!r,!C.+n!!3^jq18Qss4RF&~>
-+JcEUe!o$l[rW!!+1Kf98iEl4`p0 at 8poih&lp/puhp/_#i!BLYg!!3^jq18Qss4RF&~>
-+JcEUe!o$l[rW!!-4(s1_j)4X/ph]_ at phKS<pLs>7ph';4pgj/0!CI=q!!3^jq18Qss4RF&~>
-+JcEOc!RXX?!!3B]@"E%PC%l<8BD?*5AbTa1A+sI, at JF7*?NEn=rW!!%BBk'JJcF@%J,~>
-+JcEOc!RXX?!!3?W<e4T9?M7[u>kM=p>4u+m=S5bh<rH#!7Mbt'!X!*#JcC<$fDg@~>
-+JcEOc!RXX?!!3B_AV"aZDY\/ED"h`?CA;N;B_c<9B(om3AGfp<;&]E6!X!*#JcC<$fDg@~>
-+JcEIa!mFUFrW!!&/R<pAjD"=$ph0>5pLX,1pLEr,pgNo)r*KM,-3=)G!CG1bs+14#s*t~>
-+JcEIa!mFUFrW!!&-rY\'ia2:`p0 at 8pp0./mp/puhp/V5i+p%ZC!CG1bs+14#s*t~>
-+JcEIa!mFUFrW!!&04BELjDOa0ph]\?phKV=pLs>7ph'83pgaJ:=ssFN!!,F6JcC<$ec1.~>
-+JcEC_!n^rdrW!$%,"ZEuC#s('B_Q07B(om2AGB[/@eX=+@/jR8>rDfa!!+=JJcC<$e,Op~>
-+JcEC_!n^rdrW!$$*^O%^?K5Ac?1qOr>P;7o=nPni=8Gr!<&"LS!!+=JJcC<$e,Op~>
-+JcEC_!n^rdrW!$%,>E!*DWPd2D>7rBC\VZ>C%l<9BD?*6Abop=@Q=Pi!!+=JJcC<$e,Op~>
-+JcE=]!on5-r;Zm*033X<k%XO&ph0>5pLX,1pLEr,pgNu+!a[nqrW!!0M>2Z%JcF0uJ,~>
-+JcE=]!on5-r;Zm).SYJ#j'MFbp0 at 8pp0./mp/puhrDiu!1^a3^!Y1(^JcC<$df4g~>
-+JcE=]!on5-r;Zm+0j9-Gk&0s2ph]\?phKS<ph9G8ph'83raZ(>4U_5h!Y1(^JcC<$df4g~>
-+JcE7[!qL:9qu?s>01JQ.<*Ng_C$]R.B_Q06B)#s3AG9U/@eX=0?ij\"%fQG0!bCMGs+13ss*t~>
-+JcE7[!qL:9qu?s<.R-6g92\lC?Ktkj?1qOr>P21n=nYtj<ruA]%K6>/!bCMGs+13ss*t~>
-+JcE7[!qL:9qu?s at 0hG):=C>cmDX;99D>7rBC\VZ>C%l<9BD?*6AHH at .&,lP1!bCMGs+13ss*t~>
-+JcE1Y"8fK+#PS3/!=')L*$Zpf3'Tl,<*NgFJSFsppLs;6ph'83pLO&/pL<l*!anD/r;Zjme:IXN
-+s3CXp~>
-+JcE1Y"8fK+#PS3/!='&I)'C7W1,qKe92SesJR8+Xp0IAsoiq,np0%)kpK%AY&H)S0:"4aoJcF$q
-+J,~>
-+JcE1Y"8fK+#PS3/!=02O*[N?o4$lM9=C5]XJSt=%q/,nCpM9P=phBJ9q.KJ7qIK[t'E%n3:"4ao
-+JcF$qJ,~>
-+JcE(V!q2C2kl;.t%M]s..PWnI7o*5pBSU<qB_Z67B(om3AG9U. at esL68J_7)!C=_Vs+13os*t~>
-+JcE(V!q2C2kl;.s$kjL#,qLf35=\IL?%lVX?1qOr>P;7o=nYtp<rkW%r;Zja`e"/@s31Ln~>
-+JcE(V!q2C2kl;.t%i-03/2K at S8lJu*D23$(D>7rAC\VZ?C%l<9BD?*<AH>I at r;Zja`e"/@s31Ln~>
-+JcDtS$MLfaKm@>o"VV=Ljo>bp&/cW at 1-.cq<*WsrC%l<8BD?*5AbTa1A+sI2 at 0'(Ar;ZjU\q0m4
-+s2t at l~>
-+JcDtS$MLfaKm@>o";2+Ijo>bo%i-03/2TIV92\rS?M7[u>kM=p>4u+l=T;G'72Yt'!B%H>s+13m
-+s*t~>
-+JcDtS$MLfaKm@>o!tGV at jo>bp&K2iE1d+<'=C>j*DYS)DD"qf at CA;N;B_Z69AcYdLr;ZjU\q0m4
-+s2t at l~>
-+JcDbM'[ZqO>$P?:;bfhK4#AN:+W;%(#6F)i$3:PM*@EL$78I*!Rq_S0ph0>5pLX,1pLEr,!Dt!<
-+!!4XPrdk*#s2k:k~>
-+JcDbM'[ZqL='8[-;+j>B3AW35*uP_$#6F)i$3:MI)C$^g4\&@SQsTJlp0 at 8pp0./mpK.Gg*W5s>
-+.]r]$s+13ls*t~>
-+JcDbM'[Zq=6q'O45<:YV/12S](_[De"Tdlg$3:PN*[rj-85ii1Rr8"<ph]\?phKS<ph9G8r+5t1
-+,5hKC.]r]$s+13ls*t~>
-+JcDbM$2OoX>@CuL@:E^F at K0a4@16CA:J!i2#oI&C2^8h!!!rlC*%*L)85``+UM9I9pLj54pgs21
-+pLF)0!`gTJrW!!CU&9KAJcEdjJ,~>
-+JcDbM"8W9Q=SZ8'?i+10?OU+:9h.H+#oI&C2^8h!!!ri@)'^^k5Y>!\TjIFup0 at 8poih&lqcEno
-++T_QB![498JcC<$a8^Y~>
-+JcDbM"o8KI6UsZC8GPaa6U!Lf0I[2C?qWF'%dX0%#8/(,2*af8 at VhfWphfeBphTY>phBJ9ph'\@
-+=sj at M!!4=;r.4m!s2Y.i~>
-+JcD_L"#LTp at e=.1 at f'X<A6^VbbPhGLpuKf7ViuRE<^A;S"n2Ku!=BPa.Q'Ia<a_qApLs;6ph'83
-+pLO&/raGq3.K]SL!Z at 6uJcC<$`W(G~>
-+JcD_L!]1Kmr*]M4rF#Y6rF#S4"'R/SbPhGLpuKf7ViuRE<^A;S"n2Ku!=9AY-8.AH9ie3!p0IAs
-+oiq,np0%As!`13FrW!!;Pkfn1JcE^hJ,~>
-+JcD_L!]1<Qo1/UG"%+12bPhGLpuKf7ViuRE<^A;S"n2Ku!=BSc/3$!l>%O^Oq/,nCpM9P=phBJ9
-+qe#t:/->eN!Z at 6uJcC<$`W(G~>
-+JcD_L").a)@/XU4A--7OAGp$:A-648"D%$%$1HK^Vi5Xu4sL@&!!`Z at +tu5U>A(3Tp1X56pLa/2
-+pgj/0!aIA]rW!!3L\65uJcEXfJ,~>
-+JcD_L"DIj)?X`e?r*o_9qdTb>?qgc7nG`g`f>4ADE`bLM#k.g!";)\*3(6_MY?pm-p0 at 8pp0.2n
-+!`LQOrW!!3L\65uJcEXfJ,~>
-+JcD_L").`j7/f[M8,5UV6ob?[nG`g`f>4ADE`bLM#k.g!"V`1:6;_-,Z#9>Rph]\?phKV=pLsP=
-+!am_crW!!3L\65uJcEXfJ,~>
-+JcD_L"f_PP?t<gFAc-0=AGg!@>TaFDkPkkVe at M9+CJcu0"S2Tu!Y6>'3_<Ca[V>JLpLj85pLX)0
-+r*oe81^<pZ!XsGEJcC<$_>f#~>
-+JcD_L"0)>N?hS%1AH66;A-HOS>9F=CkPkkVe at M9+CJcu0"S2Tu!Y-+r1dOl at ZsNH3p0@8pp0.;q
-+!`^lXrW!!.HgcOcJcERdJ,~>
-+JcD_L"0)>B6hEnD7KYsn$h3?Z$1?<ST7q&X2B2kk!!`Q:+"f]M>ACTaphfeBphTY>phBM:!b4+n
-+rW!!.HgcOcJcERdJ,~>
-+JcD_L"6omt?2\@5B)H9CAnPcUB)ZEF at 7($ZhZ!o\kKL6!IUl(u!qZHs$Q1?N78m[.C%c68BD6$4
-+Ab]g9 at fg$u$2so+#B&aVs+13bs*t~>
-+JcD_L"6omt?N+L:AnCjOs(D:Bs(D=C"(=OsPhuEHrTDD1R!rR=-3Ef>"pu.l0g/-1\R+u8p0 at 8p
-+p0.Gu!`h)_rW!!)DWlZOJcELbJ,~>
-+JcD_L"6omp61d\B7KZ"3!0l@?$2s&2ZC$)O9-s`4!!WiN.QL%$B"W$VD>7rAC\VZ>C&DWGANU>!
-+!!3CCk^ibbs1eSa~>
-+JcD\K""jRBAc66<BDZ?BC&MZHAmH-'ec,mPhn5A#;_S[Q!!WZD,VqkjB>J<VB_Q06B)#s5A--7+
-+$2so+"(C,=s+13`s*t~>
-+JcD\K!\OIBph0M<rFu:Es(DLH?55'Brs/JZ]U<qA0FdXS"pP_`/j2s7^L$V>p0 at 8pp0%N#3=,Ta
-+!WulhJcC<$^&NT~>
-+JcD\K!\OI+lUCtF64YZurs/JZ]U<qA0FdXS"pYqk2+Uqf_/B$bph]_ at phKS<s(DIH6OE_l!Wulh
-+JcC<$^&NT~>
-+JcD\K"`FAiAS5ZQB`)TCC'\NgC2%Bi2ZUhBrs%]+U46E.(A.Y3!YQe<8R#lIC%l<8BD?*5Ac6-@
-+ at 6>"u!!31$f7EsQs1A;]~>
-+JcD\K")e/hBDcK at CAVfEC'.p)!6*7`#3a%#Ip=uLo`,0t&0Wbo;I.1Hp0IAsoiq8r!`q8grW!!#
-+<S)g%JcE@^J,~>
-+JcD\K")e/Z7IWeE70>k'!6*7`#3a%#Ip=uLo`,0t'.,_5?u<l#q/,nCpM9P=qIp"C57RSl!Wc<Q
-+JcC<$]DmB~>
-+JcD\K"0hh8@/O^9C&D`GCB/,JCBJ0Q#[YRO#P-3BM.T*t"8;d!!uECJ8nZ7[p1X56pLa/2!adkn
-+r;Zjhc%5nGs1//[~>
-+JcD\K"0hh8A,^6?C]/)LD#nHirG2URBjM'Oa8ZD8c`Dt86QcL*!!NH=,rJ"oa'SFEp0 at 8pr`TA(
-+1(!mZ!D(Ids+13\s*t~>
-+JcD\K"0hh462F%E7f5[W6p:f]a8ZD8c`Dt86QcL*!!NHA.m?[Da_pljph]\?phKeB!b=>"r;Zjh
-+c%5nGs1//[~>
-+JcD\K"7H<l7fI,uCA_lID#S5LC]e&d$1G_1#6*;aL0?/4pAb=.-Tk:<b\?fbpLj85qIK_71C*jY
-+!D(7^s+13Zs*t~>
-+JcD\K"n)Nn88N,=D>A)LD>e>S at il$G_>a`=fsZW=/HtkK":l_88R'>Dp0IAsoihJs/dM=T!D(7^
-+s+13Zs*t~>
-+JcD\K"7H<l0De3=7JB:K70>dh$1G_1#6*;aL0?/4pAb=/-pLaIb\m2mph]_ at phBk>2$j-\!D(7^
-+s+13Zs*t~>
-+JcDYJ"Z69$>$>Y<C]&#ID>S2QAhsFO]Di*3e>IXh+p.Q?"TfAf5ZMIDC%c68BD6$;AHH*i"o\K'
-+!`I6ns+13Xs*t~>
-+JcDYJ"Z69%>?u+FDZ"GNE;X\ZEcGhO!0k+q#5ZiIHVYgeq#CR"&g]P3>g6UK?1qP!>67_Q"TAB&
-+!`I6ns+13Xs*t~>
-+JcDYJ"Z68n3]fat70H"E+TRb=rs&>LVgD2`!r2g"!Ym7R=_uH&phfeBpM9\A!am_drW!!$;Ts^l
-+JcE.XJ,~>
-+JcDYJ"EjbF7;Dg0"CY\FAo.B^rGMUQ"E&$I!&(b["o??.Bf-%g!!=)p9kDaepLs;6pgsS2.g,bN
-+!Wu`YJcC<$Zi>O~>
-+JcDYJ%<_^O5[dl%?XR>QBl\7nEW'qVEs-N&9E6`Rrrr8 at Qt\D\p](C3/OWgi?M7[u>l7e-:aZAE
-+!!37.eUdaOs0M`U~>
-+JcDYJ"EjbF/OK at s!B`X>70H"G0*!Z5rrr8 at Qt\D\p](C72,J&9DYS)DD"qfGC'%Zm"TAB&"'sH.
-+s+13Vs*t~>
-+JcDYJ't=5D.Vij=EHHAJF),N(B4POjDfBXoE;shYA-`1XZ2Y"&b*HHe"8W!#!Z3[dACP>fB_Q0;
-+AcbgT!rN#ueUdaOs0;TS~>
-+JcDYJ'Y",C-XpY"BkqU*C1_'jB4bgtFEIJ("a"m$#lr,Qrrr2?Q=2<Hq>^X"'eMgVdU)WQp07](
-+80 at s2!!(Q#s+13Ts*t~>
-+JcDYJ"1S=2)u;o+5!(ed4$5\&7K5aX5Qq/1Z2Y"&b*HHe"8W!#!Z<jlC".%rD>7rCCB at K_!rN#u
-+eUdaOs0;TS~>
-+JcDYJ*qTX:&8Q*#EHHAJH at 13nK8##'G&hP;B5_d0C^C)RXT&Fr_Mq\Dq>^X"(G\Zpf4jqlph'\@
-+A4.:5!!<6%!$m-qJcDtSJ,~>
-+JcDYJ*qTX:%q9*_BkqU*EccJMH[^B`EGoc3CNFZBE<uVWXT&Fr_Mq\Dq>^X"'eDaUeR%oSqHO)*
-+4r+"r!s&B%,_>uHs02NR~>
-+JcDYJ"7uct$M6[p5s%+g4?P\l77BNH!+r>4"SKWk=X<hD"9KGt:MJEuphfeBrbDRL8/_ at +!s&B%
-+,_>uHs02NR~>
-+JcDVI*]sE&?u0b$FEVkSI"-^"KntVGO-5`oLk:%r#655)W;ct^Ve7FS!!<9A4'^EPpLsD9!amtr
-+r;[!%&K1WL>Clg*s02NR~>
-+JcDVI*]sE&=Cl,ZCMn*3FEVqVIXm'(L5ChKJUDc^#655)W;ct^Ve7FS!!<6=2,`"3p0IW%!`h&a
-+r;[!%&K(QK>Clg*s02NR~>
-+JcDVI"$?P`47Yc;6jGk:4#I'>%J-Ou"6QLo./EoG!ZXC3fP^J$q.p+D3t;,g"T]5S!!$5Ss+13S
-+s*t~>
-+JcDVI*e"(h6Yp[\FEVkSI"-^"KntVGO-5`oR%'Y>63%"UV#LS\W+[U\qZ$^21K%o at C%c6>B*)0d
-+"oSE+#8nj7'EA,sJcC<$YlB4~>
-+JcDVI*e"(h5%SA at CMn*3FEVqVIXm'(L5ChKOHPip4obSQV#LS\W+[U\qZ$^0/P9=$?M7Y+:F?;D
-+!!``G,U='(!0`!6JcDtSJ,~>
-+JcDVI"+C4M.Iok%6j"A.!1]kb"Qu^s.09;G!u!OmD;/t'D>\2O>V63Y!!`cJ-RKN-!0`!6JcDtS
-+J,~>
-+JcDVI*lJ$Y+`)(:FEVkSI"-^"KntVGO-5`oR%'Y>JH,[/T`5,^WG*XT!!<QX8nHdlph0_A5p-")
-+#nA.1.OZSP!!(/ms+13Ss*t~>
-+JcDVI*lJ$Y+(])!CMn*3FEVqVIXm'(L5ChKOHPipH2mq(T`5,^WG*XT!!<NR6<i/MqHX/-3un.u
-+#n8%,-mg2J!!(/ms+13Ss*t~>
-+JcDVI"2k0>(%O`f6j#:H!&pSN"7E.&,l7QD$S5"eghun(!c(1Iqu@$6,:tDp-4KqTb(9SDs02NR~>
-+JcDVI+8m&W"))UmFEVkSI"-^"KntVGO-5`oR%'Y>U)s at 8d[gC?eV?-dqu?g","cP)C&DWG>;Qce
-+!"8oE/2Ak1.OZSH!"&IPs+13Ss*t~>
-+JcDVI+8m&W"(5bUCMn*3FEVqVIXm'(L5ChKOHPipR2l8-d[gC?eV?-dqu?g"*^a5f?N+43;D&@U
-+!"8oD.5*8&-mg2C!"&IPs+13Ss*t~>
-+JcDVI"T92<!^Q?Epd>2n!!(H<rr^f,3<K*Y!s'WAD;B+-D$"*'%K-88!Z*FE0eOt*-3XAUq18Qs
-+s02NR~>
-+JcDSH*bkZT88iKiG'A7[It<6+Ll.1QP*D<#S"64H@/p:ERf<KRS5'Fh!!3Na>2ErqBOsUPqu at 02
-++>l)71+t4/-mAWk4+[E_s0)HQ~>
-+JcDSH*bkZT6YC+KDK'W<G'SF`J:iN0M2RCUP*D<$>6"Y?Rf<KRS5'Fh!!3KZ;;GO[><Wr&!"B,Q
-+0f(O;/Li.q+TML(JcC<$YQ'+~>
-+JcDSH")7f9/Fu7(6j"h;!,\2)"6c7M$N'l*$oMAJD?F`j807[/%0n%83ArZJ/h8 at q!!#*3s+13R
-+s*t~>
-+JcDSH+1qRR-#[dFG'A7[It<6+Ll.1QP*D<#S"64HRg&j)p6bj^p9J3Equ?d:6Y57k!`pu[qu at 6@
-+/Nl3V2`*9C/Li.e!!%%js+13Rs*t~>
-+JcDSH+1qRR,A1_+DK'W<G'SF`J:iN0M2RCUP*D<$OTkdtp6bj^p9J3Equ?d74Bg`N!_t0Lqu at 6?
-+.QKFF1GLO7.OZV^!!%%js+13Rs*t~>
-+JcDSH"2"U6(\:#h6j,aV!"nplrr_u#A/>(C!ZX[Eibeg%0F7RV%hpZ^5!(b_1GLL4.2r6eEe47A
-+s0)HQ~>
-+JcDSH+8Z]O"`&+"G'A7[It<6+Ll.1QP*D<#S"64HV*=q[UQti]qm'!$r;Zm&.okbH!a[l,qu@?:
-+,sF[^5!1ha1bp^9.OYo0!31VMJcDqRJ,~>
-+JcDSH+8Z]O"Cl.]DK'W<G'SF`J:iN0M2RCUP*D<$RlgZNUQti]qm'!$r;Zm&-;<T/!`Urnqu@?9
-++uqhL3]AoP0eY+.-mfQ,!31VMJcDqRJ,~>
-+JcDSH"T&i4!^ZHGpI#*%!!&dZrr`/(:Bg[s!X:5ZkAC?24!"5!&dfsO7RKI*4#o2T0eOt*'*&$4
-+JcC<$YQ'+~>
-+JcDPG*b#*L9lY8uGC"XdJV/Z4MN*[[Pa at c,SY2^RJ,fR6P5bUHMCAB&!?=u'B`_<l')V_E!ZX3m
-+84Gs45!1ha1bp^9.OYT'!9/S0JcDqRJ,~>
-+JcDPG*b#*L7qlaVE,p&DH$b!jK7nu9MiNm^Pa at f-GlRh/P5bUHMCAB&!?"Gp?33hS&GuMC!ZEj^
-+69m^s3]AoP0eY+.-mf6#!9/S0JcDqRJ,~>
-+JcDPG"(D610(_O*6j#4F!'cYH!p>Fhqu?a<<U=T)=uR,m!#5SV4AAI?7RKI*4#o2T0eOt*$31(c
-+JcC<$YQ'+~>
-+JcDPG+1)"J.WKQRGC"XdJV/Z4MN*[[Pa at c,SY2^RVAoR:foZ48`*s/R!!+*<nnA2>;(iFV!#?/$
-+9i+PW84Gs45!1ha1bp^9.O>)q-%Z)Is/uBP~>
-+JcDPG+1)"J->@75E,p&DH$b!jK7nu9MiNm^Pa at f-Sf.S0foZ48`*s/R!!+!0nm2E(81G&F!#?(r
-+7S-';69m^s3]AoP0eY+.-mJ`m-%Z)Is/uBP~>
-+JcDPG"1/%.)>$;i6j!es!SNS7!lSOVr;Zj?<q:,1D,`8#qZ%BD1Jh"I:.n/J6U<mt3ArZJ/h87L
-+!%!3rJcDnQJ,~>
-+JcDPG+8?<G#]Fg.GC"XdJV/Z4MN*[[Pa at c,SY2^RVHj0%FcQJ'qNDWl!!+->ph9k<82;+fqZ%KK
-+0hk_L;G^(\84Gs45!1ha1bp^9.N&3dF+O at Bs/uBP~>
-+JcDPG+8?<G#A at mjE,p&DH$b!jK7nu9MiNm^Pa at f-SlbsmFcQJ'qNDWl!!+$2pg+)'5qEiVqZ%KI
-+/4E?/91_T at 69m^s3]AoP0eY+.-l;paF+O at Bs/uBP~>
-+JcDPG"S`H,"[_lLp-]!/!!%/%rrW%\'`A"4+'85T"Ck+^*!Z9?)&>&*>?P!*;,0bU7RKI*4#o2T
-+0eOsp!!%(ks+13Qs*t~>
-+JcDMF+'ejH8p#6#H at 13nK8#,=NK96eQ^F85TVA9[S-/g-q2PCUqjo#1!!jZ>845['1a<G(!#mar
-+?X-c9<DlXf91VN>5s at Ck2`*9C/Lh20!(2>;JcDnQJ,~>
-+JcDMF+'ejH7;Hd[EccJMH[^KtKSG>ANf]EgQ^O>7PQUt%q2PCUqjo#1!!jQ35s71a/ftJr!#mRe
-+<Duaj9hS&I6pa.&4?>DY1GLO7.OY]*!(2>;JcDnQJ,~>
-+JcDMF"'km,/G2C(6j,^T!#GBirrW(h,5hKI+\k^$69R4Q%JToB2d9d#?<^Q5;c-:_8Oc'55!(b_
-+1GLL4%0-AqJcC<$Y5a"~>
-+JcDMF+27dU*cuRLH at 13nK8#,=NK96eQ^F85TVA9[W&jtZX,HuZqO8Vu!$*(`:&k8[@:*8C=&i-p
-+9hS#H6U<mu3B&cM0.eUSrVuqWJcC<$YQ'+~>
-+JcDMF+27dU*,BG2EccJMH[^KtKSG>ANf]EgQ^O>7TJliNX,HuZqO8Vu!$*(`:&k8T=B/9s:JFJR
-+7RTR.5!1kb2)?s?/Li+LrVuqWJcC<$YQ'+~>
-+JcDMF"2=g9&bSNa6j"5*!3;%X!rAB/nc0[N>##%t6tTq;?<^Q5;c-:_8Oc'55!(b_1GLL3!r`0"
-+N.M"[s0)HQ~>
-+JcDMF+9!Mc!+g=tH at 13nK8#,=NK96eQ^F85TVA9[W.+dI7u at 6Iq3W6!!$Mb9GHU'-s1SI5-Xg at e
-+>$"^%:eaSR7RKI*4?5>W1+t4!r;Zj#["87.s02NR~>
-+JcDMF+9!Mc!*sJ]EccJMH[^KtKSG>ANf]EgQ^O>7TQgG:7u at 6Iq3W6!!$Mb9GHU'-s1SI5,?RrE
-+;,9nZ8Oc*75X%:k2`3BG0.eXmr;Zj#["87.s02NR~>
-+JcDMF"TBYH!'9g at ogAm:!!#NGrrW"`*r,dZ$p]$>jo>@p!!"H[@pr\J=]SHu:.n/J6U<mt3ArZJ
-+/fjlj!<]][s+13Ss*t~>
-+JcDJE+,9gr3-KLlI"-^"KntVGO-5`oR%'Y>U8=`cWYb^;hh_:=qhKKPP+JY\_Z'H4+nl9C%:NUK
-+>$"^%:eaSR7RKI*4?5>W1+t3e!!"2C!"RJ/s+13Ts*t~>
-+JcDJE+,9gr1i at 8QFEVqVIXm'(L5ChKOHPipR at Be@Tbd\1hh_:=qhKKPP+JY\_Z'H4+nl9C$s6M.
-+;,9nZ8Oc*75X%:k2`3BG0.eX]!!")@!"RJ/s+13Ts*t~>
-+JcDJE",?jV+SJ1q6j,j`!!;&6rsARXHA7TSWO9VBqu7i6#lkHI at pr\J=]SHu:.n/J6U<mt3ArZJ
-+/dhXZ,6.]Rdt.OMs0;TS~>
-+JcDJE+6E\+%!6]>I"-^"KntVGO-5`oR%'Y>U8=`cX'5Q(IY%Onruj]/!*!<1>$"^%:eaSR7RKI*
-+4?5>W1+ssS!"E0U!!"2-JcC<$ZN#F~>
-+JcDJE+6E\+$Z'd&FEVqVIXm'(L5ChKOHPipR at Be@U/h6oIY%Onruj]/!)6Hl;,9nZ8Oc*75X%:k
-+2`3BG0.eFL!";aG!!"2-JcC<$ZN#F~>
-+JcDJE"Qfge#=A/PoL&d,!!%J!s7cO:63%!g at pr\J=]SHu:.n/J6U<mt3ArZJ-NF,V?m5RN+mOXY
-+JcE%UJ,~>
-+JcDGD+&Dq;;KmG7It<6+Ll.1QP*D<#S"64HV5C2lT)ep8rdk+Es!!*r!'FUn>$"^%:eaSR7RKI*
-+4?5>W1+s=A!&@hc'EA+srdk*#s0M`U~>
-+JcDGD+&Dq;9lP,pG'SF`J:iN0M2RCUP*D<$S"?:IQ2pt/rdk+Es!!*r!&dhU;,9nZ8Oc*75X%:k
-+2`3BG0.dh;!%h/K&c_nqrdk*#s0M`U~>
-+JcDGD"&Jst0)%a*6j,[R!$V>ms7lU<KE)!:@pr\J=]SHu:.n/J6U<mt3ArZJ'`\4j at UKoN!'^C5
-+s+13Vs*t~>
-+JcDGD+0tqI-?jc`It<6+Ll.1QP*D<#S"64HV5C2lXtftW_1DX]s!#G_!$biU>$"^%:eaSR7RKI*
-+4?5>W1+iY/!``Q7=pb60R=YBhs0M`U~>
-+JcDGD+0tqI,B.[FG'SF`J:iN0M2RCUP*D<$S"?:IUb;]J_1DX]s!#G_!$>3>;,9nZ8Oc*75X%:k
-+2`3BG0.[2*!_cTq;$d4&R=YBhs0M`U~>
-+JcDGD"1%t-(&()e6j")&!5X6dq#;PX!!"9S@:!/@<`;jj91_T?5s@@j2DZug!!683AR>cE!1AE<
-+JcE(VJ,~>
-+JcDGD+8d&X!Gd"/It<6+Ll.1QP*D<#S"64HV5C2lY&aRC at tF[Ts!.CM!"*(<>$"^%:eaSR7RKI*
-+4?5>W1)^,m+C&8^@n?Y#$flm=JcE+WJ,~>
-+JcDGD+8d&X!G$4mG'SF`J:iN0M2RCUP*D<$S"?:IUhp)3 at tF[Ts!.CM!!uY(;,9nZ8Oc*75X%:k
-+2`3BG0,X`i*E,s>=[E)g$flm=JcE+WJ,~>
-+JcDGD"T02=!'L$Do0`[4!!$M[s7lU=q[EN4 at pr\J=]SHu:.n/J6U<mt3ArZ4!!"0N at qB=J!!!Df
-+JcC<$[/YX~>
-+JcDDC+++%g20sY"JV/Z4MN*[[Pa at c,SY2^RVPpPuW<iP8p4<8=rut)9!)Qp(=&i-p9hS#H6U<mu
-+3B&cJ"98Hp?!h#NAgm][@tFZ2s0VfV~>
-+JcDDC+++%g0lhAZH$b!jK7nu9MiNm^Pa at f-StMgRTa:]0p4<8=rut)9!(Tsb:JFJR7RTR.5!1kb
-+2)?s<!rr<g<*!+)>9s7L at tFZ2s0VfV~>
-+JcDDC"+1(K*r&+o6j,dX!"\dSs7lU<9)nrj@:!/@<`;jj91_T?5s@@j2D>76!D['6AnYs1!!$M[
-+s+13Ws*t~>
-+JcDDC+6a.5"E&U:JV/Z4MN*[[Pa at c,SY2^RVPpPuYXJNlVh+mCs!*L'!&n.d=&i-p9hS#H6U<mu
-+3B&c3!!"0H?=75QB4D,G"l=h1JcE.XJ,~>
-+JcDDC+6a.5"D2b!H$b!jK7nu9MiNm^Pa at f-StMgRVa1:_Vh+mCs!*L'!&7DL:JFJR7RTR.5!1kb
-+2)?s&!!"$;<*!+)>Zh41"l=h1JcE.XJ,~>
-+JcDDC"R-9o!^-9GnjEQu!!&pJs7lU=N;rr=@:!/@<`;jj91_T?5s@@j2AcDo,%"eiB5)-p"onh`
-+JcC<$[Jta~>
-+JcDAB*ch;]2LL"*K8#,=NK96eQ^F85TVA9[W2m)*L&_3FJcGNF,L-8h+'_uN<DlXf91VN>5s at Ck
-+2_G.3!`*'-?t3b\Bf,kjE.S%?s0_lW~>
-+JcDAB*ch;]13@\bH[^KtKSG>ANf]EgQ^O>7TVA6[IfKI?JcGNF,L-8h*)f^19hS&I6pa.&4?>DY
-+1FrS-!_60h='8a5?8)?ZE.S%?s0_lW~>
-+JcDAB"*4GB*r/1o6j#4F!(hbAq#;Sa!!"-M?<^Q5;c-:_8Oc'55!(bY!WW:"?t*\[C2 at cI!!$th
-+s+13Xs*t~>
-+JcDAB+6X%3"E8jAK8#,=NK96eQ^F85TVA9[W2m)*YnmBCkCN[/s!.IU!!c_3=&i-p9hS#H6U<mu
-+3B%HK!%1rU?X[GVBPCoU!&fE.JcE.XJ,~>
-+JcDAB+6X%3"DN%)H[^KtKSG>ANf]EgQ^O>7TVA6[W"f:8kCN[/s!.IU!!Z=u:JFJR7RTR.5!1kb
-+2)>^B!$kH@<EE=-?!^V5!&fE.JcE.XJ,~>
-+JcDAB"R$0m!^-<HnjEUJ#QP"jJcGQG,Q/8U#@LkB=]SHu:.n/J6U<mt3=l/j.:-FmAnYprDJ&qL
-+2M(mZs0_lW~>
-+JcD>A*c_5\3.HL3KntVGO-5`oR%'Y>U8=`cX0/\4=9&>\JcGNF,?"RB8m5:r;G^(\84Gs45!1hK
-+!!!1%>?tTFA7fLhBb17MqLSZts0hrX~>
-+JcD>A*c_5\1j4.kIXm'(L5ChKOHPipR at Be@U84]d;ZHfWJcGNF*)ch;6W$WR91_T at 69m^s3]Ao;
-+!!!0q;H-\!>$V&5!tPA;qLSZts0hrX~>
-+JcD>A"*+AA+8S at p6j"S4!0)R0q#;R;!!#c#>?P!*;,0bU7RKI*4!FY)#$5/?A7fOkD/O5'!!rFP
-+s+13Ys*t~>
-+JcD>A*p3k1"E]3IKntVGO-5`oR%'Y>U8=`cX0/\4RK*=@JcGNF*0gL(1Kmj[;G^(\84Gs45!1G!
-+!!#)`>[CfIAS;!V"!mpIdXhFLs0hrX~>
-+JcD>A*p3k1"D`:0IXm'(L5ChKOHPipR at Be@U84]dOoPJ8JcGNF*0gL(/l>D=91_T at 69m^s3]APj
-+!!"oS;cQk#>$V&5"!R^FdXhFLs0hrX~>
-+JcD>A"Qp*l!^-?InO*I?!!"['s7lU6PlLeA?<^Q5;c-:_8Oc'54tm$<!'X[r at V'1dD#S;S-NF.p
-+JcC<$[f:j~>
-+JcD;@*cV/[3Iug:Ll.1QP*D<#S"64HV5C2lY->4>.KBIqJcGQG*7k/j)d6<C;G^(\84Gs44uilK
-+!$t`N>[LoLASD'W"#KuX\:O[2s0hrX~>
-+JcD;@*cV/[20jOtJ:iN0M2RCUP*D<$S"?:IUo12m-NF.nJcGQG*7k/j(f=('91_T at 69m^s3]%*B
-+!$P-8;cQn%>@%57""jQR\:O[2s0hrX~>
-+JcD;@"*";@+8\Fp6j!r"!76;sq>VGd!!"!F>?P!*;,0bU7RKI'#ljrP>[CfJAS>gprb_fr!!'N[
-+s+13Ys*t~>
-+JcD;@*p3h0"E/pHLl.1QP*D<#S"64HV5C2lY->4>C]FHUJcGNF)]A\[=BAL#:eaSR7RKI*&HDeC
-+;cm70?X[JWB`;]J49,AXJcC<$[f:j~>
-+JcD;@*p3h0")*%1J:iN0M2RCUP*D<$S"?:IUo12mAcMgOJcGNF)]A\Z:JX\X8Oc*75X%:k&-)\@
-+9MeVd<`iL/?2e.42#mWQJcC<$[f:j~>
-+JcD;@"Qp'k!]p6Hn3d@,!!%%js7lU5)?9qG>?P!*;,0bU7RKHS!!!X5>[LoLAnYssrb_g&!!&jH
-+s+13Ys*t~>
-+JcD8?*d%G_)hE^!MN*[[Pa at c,SY2^RVPpPuYd1[:"TTD:JcGQG)I!1A7TWSf:eaSR7RKE[!!!-o
-+='8a6?t*YZrFl@%!!&46s+13Ys*t~>
-+JcD8?*d%G_)0gU\K7nu9MiNm^Pa at f-StMgRVl?_k"99;9JcGQG)I!1A5>P!H8Oc*75X%:J!!!-g
-+:/Fhf<`iO1rE]Rg!!&46s+13Ys*t~>
-+JcD8?"Ea\E%RL%\n3dCD!<<u6JcGQG)I!1A8R#=u;c-:_8Oc#d!!!0r>?tTFA7oUlrGD^-!!&46
-+s+13Ys*t~>
-+JcD8?*qh#_!'l6oMN*[[Pa at c,SY2^RVPpPuYd1[G4TGJjJcGQG%@mJ!03;.O:eaSR4XC=3!!t\d
-+='Aj8?t3b\rFl@'!!&(2s+13Ys*t~>
-+JcD8?*qh#_!'G^\K7nu9MiNm^Pa at f-StMgRVl?`"3WK/gJcGQG%@mJ!.Sic38Oc*73$SV+!!tJV
-+:Jk%j='8a4rE]Ri!!&(2s+13Ys*t~>
-+JcD8?"SO8E!$V;.mmI6n!!'HYs7u[(SH&XE>?P!*;,0bL-O0PM#s;?p?=75RB528]D?EH1!0;^2
-+JcE1YJ,~>
-+JcD5>*R"Ze!GR at INK96eQ^F85TVA9[W2m)*ZF./m!!$,Ps7u[%hZ*Wl6o$td0-(8p!"(>X<`iO2
-+?X[GVB`2WI5l^nQJcC<$[f:j~>
-+JcD5>*R"Ze!FpY4KSG>ANf]EgQ^O>7TVA6[WN31J!!$,Ps7u[%hZ*Wj4tSfO.iJTh!"(2L:/=_c
-+<EE=-?2\(33WK/JJcC<$[f:j~>
-+JcD5>"O%#L!&aaCmmI72!!$,Ps7u[%hZ*Wm7l3On1*-Yt!"(D]=^59A at qB=gD>e>S6i[4TJcC<$
-+[f:j~>
-+JcD2=*J4=l'8)1%O-5`oR%'Y>U8=`cX0/\4[C<RT!"&.Gs7uZp,4tpE$9qEf<`rX4?XdPXB`2WI
-+4TGJWJcC<$[f:j~>
-+JcD2=*J4=l&po7aL5ChKOHPipR at Be@U84]dX0/N6!"&.Gs7uZp,4tpD#rtUO:/Fhf<`iO1r*BIa
-+!!&dFs+13Ys*t~>
-+JcD2=#(lmU$:$sGmmI:F"TSkuJcGQG!$_(9$k#C%=B]!;@:WtaCMj#f"$chdUOiGrs0hrX~>
-+JcD2=*W%er!'#jqO-5`oR%'Y>U8=`cX0/\4[C<_E!!&L>s7uZpAGH39"pb2/85N5b='8d7?t*\[
-+r+Q6n!!'0Qs+13Ys*t~>
-+JcD2=*W%er!&T=]L5ChKOHPipR at Be@U84]dX0/[$!!&L>s7uZpAGH39"pb2/6:jgE:Jk%i<`iO1
-+r*BI]!!'0Qs+13Ys*t~>
-+JcD2=#5^@[!$"?nmR.-t!!&L>s7uZpAGH39"pb2092nqo>?tWGA7oUmr,)U!!!'0Qs+13Ys*t~>
-+JcD/<*81c#!+q4OP*D<#S"64HV5C2lY->4>\%7k*!'Yu6q>UQ6=]@fb!"8rI,VVAS=Bo0@@qB<N
-+B`g0l!4[U[JcE1YJ,~>
-+JcD/<*81c#!+:J7M2RCUP*D<$S"?:IUo12mY-<re!'Yu6q>UQ6=]@fb!"8rF+Y5Q?:K(7p=^,20
-+?3;h\!4[U[JcE1YJ,~>
-+JcD/<"kj=a!&6k/6j#=I!'Yu6q>UQ6=]@fb!"8rJ-8Rn_>[V&QBPMA]D?Dft!4[U[JcE1YJ,~>
-+JcD,;*1$X*'8MX3Pa at c,SY2^RVPpPuYd1[G]"B*b!T&D-p\t6Fnc/n'(aLk$9j;90B`g$h!5a<e
-+JcE1YJ,~>
-+JcD,;*1$X*&qG^nMiNm^Pa at f-StMgRVl?`"Yd5AN!T&D-p\t6Fnc/n%'d,%e78[=h?3;\X!5a<e
-+JcE1YJ,~>
-+JcD,;"IB)g#sdlG!t,)0hLY_$rrC[A!!`oM-8\%d?Yo^Z"#9iV_L_`<s0hrX~>
-+JcD,;*<&/&!(2g1Pa at c,SY2^RVPpPuYd1[G]"DVT!.f_$p\tQO!!"KU9Jn(/!V69q$lL?(!!'Z_
-+s+13Ys*t~>
-+JcD,;*<&/&!'Z-oMiNm^Pa at f-StMgRVl?`"Yd7a<!.f_$p\tQO!!"BL7kl/"!V69q$Psru!!'Z_
-+s+13Ys*t~>
-+JcD,;"TCUc!$LYs"!djHJV!jqrs73V!#IC<)%d2G!!WiN-PHI[]Rg*6s0hrX~>
-+JcD):*7kDq!d9`kQ^F85TVA9[W2m)*ZF.0Q]W)#5,lWApq#:oW!!"TuIX-<jJ95C'680AdoDen5
-+k^ibbs0r#Y~>
-+JcD):*7kDq!cEjQNf]EgQ^O>7TVA6[WN32+Z_7F#,lWApq#:oW!!"NkF`DMHH#6na4tRZZoDen5
-+k^ibbs0r#Y~>
-+JcD):"P3kY!B9F7"?c_b,lWApq#:oW!!!m(5s%1k4#JW;*>JtcoDen5k^ibbs0r#Y~>
-+JcD&9)h7ng*KZMPR%'Y>U8=`cX0/\4[C<`[^GGoj`I\'arts>f!%iMBGC"[eJq\u;NffQeIr/F^
-+2^8h0!!+>)JcC<$\Gq'~>
-+JcD&9)h7ng)i'?3OHPipR at Be@U84]dX0/\5[5%^^`I\'arts>f!%N#.DfKlCH$k*nKntYAG at suG
-+1a*>*!!+>)JcC<$\Gq'~>
-+JcD&9"FpIP%7BPO!ttY7`I\'ars.-U!#\-g4$3C's#pBG#X:F./0u;O%0cV/!@-WUs+13[s*t~>
-+JcD&9)u(f]!+1tWR%'Y>U8=`cX0/\4[C<`[^O#q\B7^*Xruoto!%iD?H$amdJ:`K2MN*^]QC=A:
-+USareP(.6]!!!quJcC<$\c70~>
-+JcD&9)u(f]!*Y;@OHPipR at Be@U84]dX0/\5[<2HLB7^*Xruoto!%Mr-E,p&BGC"XdJqSo:NKKHk
-+R[ft at MKreI!!!quJcC<$\c70~>
-+JcD&9"SaAF!%[J*""O?OB7^*Xrs73V!#\-i5<V1.4T%AB5Q="J5mT\60.-u)!#jpLs+13\s*t~>
-+JcD#8)nH"L'p4iMS"64HV5C2lY->4>\%95e\d/9NqgneCs!$%p!$cZ3H[UEqJqJc3Ll7:TPEqT+
-+T;&0\X/rLt)?9a_j+75]s185\~>
-+JcD#8)nH"L'Sqd2P*D<$S"?:IUo12mY->7?Z3L at EqgneCs!$%p!$H0!F*2_PH@($fItEB0MN3d^
-+QC488TqeNP)#sX^j+75]s185\~>
-+JcD#8"M+R5$:=2L"@<.i(&NR^q>UQK!!!`26Nf_A5<_4-4oRVG5=#36#<tL9#ljrNj+75]s185\~>
-+JcCu7)F4?'>F1_HSY2^RVPpPuYd1[G]"Gen63%#"JcGQG!8%2M*t__%H[^KtKntSDN/`j[Pa7`-
-+St`'ZWi`S*)#sX^j+75]s1A;]~>
-+JcCu7)F4?'<K<0(Pa at f-StMgRVl?`"Yd:aI56(\tJcGQG!8%2M*tVCkFEMhTI=Qp$K7nr7MiNp`
-+QC456TqeT[(B=F\j+75]s1A;]~>
-+JcCu7"$lne.IKS+(B=HLJcGQG!8%2M!=C[[6NoeB5X.Cpr&tKQ5X7Ou69b_U!$pTUs+13^s*t~>
-+JcCu7)T;[V&sAWOSY2^RVPpPuYd1[G]"GenJH,[cJcGQG!UV$.!$4.EI"$X!KntYHOHPimQC+)1
-+T;&0\Wj&k*)ZTj`j+75]s1JA^~>
-+JcCu7)T;[V&W2[5Pa at f-StMgRVl?`"Yd:aIHN4%]JcGQG!UV$.!$4"9FEVnUIXm')LP^qINfT<e
-+QC487Tr4oZ)#sX^j+75]s1JA^~>
-+JcCu7"N:?@#X[uJ""aKQCOuN]rrML0r;Zj at 6MWtO6pj:+62a"G56jMC4:(uf,iaIUJcEC_J,~>
-+JcCr6)G:&1=dY\LTVA9[W2m)*ZF.0Q]YD7n"ooV at JcGNF!O=?W!$3+qI"-^"L5:bJOcu)uR at Kh>
-+TVJB_Y-PF0)?9a_j+75]s1SG_~>
-+JcCr6)G:&1;im0,Q^O>7TVA6[WN32+ZaI<J"TTM?JcGNF!O=?W!$3%hFEVqVIY!-*Ll.1ROHYop
-+Q^XG:V5UGa)#sX^j+75]s1SG_~>
-+JcCr6"%rUo-gsG+5lq$*rIP"DrrKDXrVus148M>B6kD^P5s[\!5=%Y)6p(bU!$pTUs+13`s*t~>
-+JcCr6)UAB`)OR"bTVA9[W2m)*ZF.0Q]YD8"49,B$JcGKE,Q3K'!!!.)I"-a$L5CkLOd)0!S"?:J
-+Uo(,nYHkR2)?9a_j+75]s1\M`~>
-+JcCr6)UAB`)3C#GQ^O>7TVA6[WN32+ZaI<S3WK0"JcGKE,Q3K'!!!."FE`"XIY!-*Ll77SP*D<%
-+S"64IVQ$Vc)#sX^j+75]s1\M`~>
-+JcCr6"4$rI$gpCb'`\6RJcGKE#5sD_!!!'TqEt$Gr^-QO"[!(k!$pTUs+13as*t~>
-+JcCo5)*@m!Gak7sU8=`cX0/\4[C<`[^VIa7!!%+ls7QC9a<:N`!D%WgJqSo9N/s*cQ^F86TqeK`
-+Wi`M2[A4]@!$pTUs+13bs*t~>
-+JcCo5)*@m!EKZQQR at Be@U84]dX0/\5[CEek!!%+ls7QC9a<:N`!CLsQH at 13oK8,5 at Nf]EhQ^XJ;
-+TqnQbXIC(-!$pTUs+13bs*t~>
-+JcCo5"$?P`2=Ep8.KBHjJcGEC!QZG`!!"DC6h*PJ4:(uf,iaIUJcELbJ,~>
-+JcCo5)4gg.4e&"8U8=`cX0/\4[C<`[^VIas!rsNrs7H<lo1Ju^*B/@rK7o#;N/s-eQ^OA8TqnN`
-+X0/\5[\OfA!#FXHs+13cs*t~>
-+JcCo5)4gg.3g,_oR at Be@U84]dX0/\5[CEfP!rsNrs7H<lo1Ju^*A_e]H@:9pKSG>BNffNjR%'Y>
-+U84]eXIL..!#FXHs+13cs*t~>
-+JcCo5".fJm)t-/s5QLj/JcGBB!V8q_!!+0.qa9mA"[!(k!#FXHs+13cs*t~>
-+JcCo5)Y=I=#aCmQU8=`cX0/\4[C<`[^VIb+2ZNj'JcGBB!WIBD!$*J5J:iQ2MN*^\Q'[o/T:r'X
-+WN32,ZaQ\K!!";(JcC<$_>f#~>
-+JcCo5)Y=I=#E4n6R at Be@U84]dX0/\5[CEf]1]RO$JcGBB!WIBD!$*A*G^=dgJqSo9N/s*bQC+/5
-+TVA9\Wi_d/!!";(JcC<$_>f#~>
-+JcCo5"S<-'"$uBD!ttY7c at Q#frrN+ErVus75l3q=6j5[Z!!";(JcC<$_>f#~>
-+JcCl4).`dJ@@a'cV5C2lY->4>\%95e^r+-8!!%Cts7615Rfrcl)fpR_KntYHOHYrrR[p(FV5C5n
-+Y-G at BXr79?,N44RJcEUeJ,~>
-+JcCl4).`dJ>EkJBS"?:IUo12mY->7?\@T at n!!%Cts7615Rfrcl)/FJDIXm'(LPh%OOcu*!S"?=J
-+V5UDrV&975,N44RJcEUeJ,~>
-+JcCl4"(_H4.dob--ia6pJcG<@"e,Yq!"M-g6h*PJ5R at Dj,N44RJcEUeJ,~>
-+JcCl4)92^W-(U^'V5C2lY->4>\%95e^r+."!<=g)s7-+4\IJT>&8QiLL5:bJOHYusR[p+GV5L;o
-+YHbIDVAfL8,2e%PJcEXfJ,~>
-+JcCl4)92^W,F"O_S"?:IUo12mY->7?\@TAU!<=g)s7-+4\IJT>%qBm3IY!-*Ll.1ROd)3#S=cLM
-+V5UGsSJhJ.,2e%PJcEXfJ,~>
-+JcCl4"31BA&FW!h4obR:JcG9?"h>*C!!kU^6h*PJ4:(uf,2e%PJcEXfJ,~>
-+JcCi3)(P[eKqP0:VPpPuYd1[G]"Gen_o9\F!!;S>s7-+4dN/Ag#[`19L5ChKOd)0!S"64IV5L>q
-+YHkRFVAoR9+l at kNJcE[gJ,~>
-+JcCi3)(P[eI@$@kStMgRVl?`"Yd:aI]"Pj*!!;S>s7-+4dN/Ag#ZuA"IY!-*Ll77SP*D<%S=cLM
-+VQ$W!Sf.S/+l at kNJcE[gJ,~>
-+JcCi3""O?O3U]?<%0-ItJcG9?"k"Fl!!G(T6h!JI4UD)g+l at kNJcE[gJ,~>
-+JcCi3)3+[s8>)]RVPpPuYd1[G]"Gen_o9]"!!'?Vs7$%3jY?f9!`4K%L5CkMOd)3"S"?:JVPpMs
-+Yd1[HV]>a;+5VSKJcE^hJ,~>
-+JcCi3)3+[s7$j=2StMgRVl?`"Yd:aI]"PjX!!'?Vs7$%3jY?f9!_dleIt<6,Ll7:TP*MB&SY)UO
-+VQ$Z"T,[h2+5VSKJcE^hJ,~>
-+JcCi3"-*?]+7DT"*WQ2HJcG6>"m%K>!!+SI6h!JI4UM/h+5VSKJcE^hJ,~>
-+JcCi3)<qD+%%X,hVPpPuYd1[G]"Gen_o9]S!!%.ms6osgo1],`*'f+/LPh%OP*D<$S=ZFMV5UGs
-+Yd:dJW?)$>*o2DIJcEaiJ,~>
-+JcCi3)<qD+$^@'KStMgRVl?`"Yd:aI]"Pk2!!%.ms6osgo1],`*'ALpItE?.M2[IWPEhN(SY2[P
-+Vl?c$TH+"4*o2DIJcEaiJ,~>
-+JcCi3"R60k"[_]H""sWSFb0S]rrM^brVusC6N':@6j5^\!!"(rJcC<$`rCP~>
-+JcCf2(fC>6I\N[9W2m)*ZF.0Q]YD8"`Q5Uj!&oK/mf*=cC]4;R/V/V2MN*[[Q'[o/T:r'XW2m)*
-+ZaREE+92B^gk#KVs2Y.i~>
-+JcCf2(fC>6G+"hkTVA6[WN32+ZaI<S]t^cO!&oK/mf*=cC]4;R/9uYoJqSo9N/s*bQC+/5TVA9\
-+WiWCt*WQ0\gk#KVs2Y.i~>
-+JcCf2"&]+!2=O!956([BJcG0<!W6a4!!*p'rBp'B"[*7o!$0jGs+13js*t~>
-+JcCf2)4:I)<hcFfW2m)*ZF.0Q]YD8"`Q61H!!VtFs6]h/N<0([-[pc*MN*^]Q'[r0T;&-YWN<8-
-+['mNG+92B]gO]BUs2b4j~>
-+JcCf2)4:I);43oFTVA6[WN32+ZaI<S]t_?+!!VtFs6]h/N<0([,^4ZeK7o#;N/s*bQC456Tq\B^
-+Wi`M"*WQ0[gO]BUs2b4j~>
-+JcCf2".9,h-1F;*710)!o7?r/rrnA`!!!^!rBp'B"[3:o!$'aEs+13ks*t~>
-+JcCf2):nig0;>;?W2m)*ZF.0Q]YD8"`Q62$!!'T]s6Tb.XoeY(+ao*$MiNm_QC"&2T;&0[WN<;.
-+[(!TI+ohT^g4B9Ts2k:k~>
-+JcCf2):nig/=E!!TVA6[WN32+ZaI<S]t_?Z!!'T]s6Tb.XoeY(+*E$`K8#,=NK93dQC487TqeH_
-+X0&V%+92B\g4B9Ts2k:k~>
-+JcCf2"4mMQ'C\Bm72l4,\q0nJrroP-!!!TrrBp'B"[3=p!#sXCs+13ls*t~>
-+JcCf2)?(EP$D=5mW2m)*ZF.0Q]YD8"`Q62T!!%_(s6K\-^C:/C*.!?rMiNp`QC+/4TVJ?]WiWD0
-+[C<`M+ohT]fRa'Rs2t at l~>
-+JcCf2)?(EP$(%-QTVA6[WN32+ZaI<S]t_ at 4!!%_(s6K\-^C:/C)KU at YK8#,>NKB<fQ^XG:TqeK`
-+X0/\&+TMK\fRa'Rs2t at l~>
-+JcCf2"TB2;"@M]I"@XjA!/6"(li..'%0-A<55mq<6j5a_!!!qiJcC<$b5Zt~>
-+JcCc1(fUJ8K;GHDX0/\4[C<`[^VIb+aNCO`!*4[NlMi!L'*&"JGD:s5NffQmR%'\?USarhXg#+=
-+\@Sgf!!!ngJcC<$bQ!(~>
-+JcCc1(fUJ8I%-_#U84]dX0/\5[CEf]^VHTE!*4[NlMi!L'*&"IDh!=jL5:bJOHPlqR[p(EUo(,l
-+Y-FfH!!!ngJcC<$bQ!(~>
-+JcCc1"&o7#2Xs0<761DK<e:;9rrpOY!!!Bir^6-B"[<Cq!#aC>s+13ns*t~>
-+JcCc1(m4k!>c"<rX0/\4[C<`[^VIb+aNDX2!%*9sl2MmT)#sXLF,,X3O-5`oR at BeAUnt#jXg#.>
-+\@\sk!!!keJcC<$bl<1~>
-+JcCc1(m4k!=.>eSU84]dX0/\5[CEf]^VIVi!%*9sl2MmT)#sXKD1 at .iL5ChKOckusR[p+FUo12n
-+YHauM!!!keJcC<$bl<1~>
-+JcCc1"-NWa-h0S-7771W- at u3]rrpjh!!!<er^6-B"[<Fr!#X:<s+13os*t~>
-+JcCc1):/?`25R1KX0/\4[C<`[^VIb+aNDaX!!;eDs69P+g`ZXt%WI2\NK96fQ^OA8TqnQaX0/\5
-+[^`rR-3+#_eUdaOs3:Ro~>
-+JcCc1):/?`17Ol.U84]dX0/\5[CEf]^VI`9!!;eDs69P+g`ZXt%;C?EKSPDCO-,WkR%'Y>U84]e
-+XKSq-,QIf]eUdaOs3:Ro~>
-+JcCc1"4.#J(@afm70=#"!q_'Dl2LqB+TMKI3W;D76j5da!!!kdJcC<$c2W:~>
-+JcCc1)>t-I%A]l"X0/\4[C<`[^VIb+aNDb)!!(&js60J*j=('/$Z(WVNKB<gQ^XG:U84ZcX0/_7
-+[^j&U-3+#^e:IXNs3CXp~>
-+JcCc1)>t-I%%<c\U84]dX0/\5[CEf]^VI`]!!(&js60J*j=('/$Y=j at KSPGDO-,WlR at Be@U8=cf
-+Xfo%/,QIf\e:IXNs3CXp~>
-+JcCc1"T8o4"[hiKs$[#.!!(&js60Idj=('/"ucHJmmI=E%0-AEe:IXNs3CXp~>
-+JcC`0(et&2Ml*GRY->4>\%95e^r+.4b0>/2!18?;kPl[j1B7C[Ar)A*OHYusR[p(FV5C5nYHbID
-+\\,3r!!!e_JcC<$ci8L~>
-+JcC`0(et&2JtAX0Uo12mY->7?\@TAg^r(3n!18?;kPl[j1B7C[@"<l`LPh(POd)0"S=ZFLV5UDr
-+Yd15T!!!e_JcC<$ci8L~>
-+JcC`0"&8gr3:]K;70=q<!18?;kPk_O1B7CW1]Bc16j5gc!!!e_JcC<$ci8L~>
-+JcC`0(k_khDl0J6Y->4>\%95e^r+.4b0?LX!,-r`k5QRn4TGHc@#9f%Ocu)uR[p+HV5L>pYHkOE
-+]"PF!!!!b]JcC<$d/SU~>
-+JcC`0(k_khBqCulUo12mY->7?\@TAg^r)K=!,-r`k5QRn4TGHc>(M<[Ll.1ROd)3#S=cLMVPpPu
-+Yd:AX!!!b]JcC<$d/SU~>
-+JcC`0",$XS/b2=070>CI!,-r`k5P\U4TGH`0LJ4q6j5jd!!!b]JcC<$d/SU~>
-+JcC`0(o at 95>,J7!Y->4>\%95e^r+.4b0 at a&!(MP>jo6Ir8H8_l>)A2uOd)3"S"?:JVPgGrYHkRF
-+]"PI#!!!_[JcC<$dJn^~>
-+JcC`0(o at 95<M#kXUo12mY->7?\@TAg^r*V]!(MP>jo6Ir8H8_l<IodWLl7:TP*D<%S=cLMVQ$W!
-+Z*UJZ!!!_[JcC<$dJn^~>
-+JcC`0"/Z%u-1XJ(70>dT!(MP>jo5SY8H8_k/OMnn6j5jd!!!_[JcC<$dJn^~>
-+JcC`0(ru[W6`-f_Y->4>\%95e^r+.4b0A6:!%rj&jSp at u<<*""</HQpOd)3#S"?=KV5UDrYd:aI
-+]=kU&!!!\YJcC<$df4g~>
-+JcC`0(ru[W5b=XCUo12mY->7?\@TAg^r++q!%rj&jSp at u<<*"":4e+QM2RCVP*ME'SY)UOVQ$Z"
-+Z*^P\!!!\YJcC<$df4g~>
-+JcC`0"3:HB*:cMs703Mj/qO&`rrMpqrW!!K6UU90"[NY!!#*\0s+13us*t~>
-+JcC`0)!M##0;b\KY->4>\%95e^r+.4b0A6M!#L4dj8T/X at f??H9o=pkP*MB%S=ZFMV5UGtYd:dJ
-+]=t^)!!!YVJcC<$e,Op~>
-+JcC`0)!M##/=rN/Uo12mY->7?\@TAg^r+,.!#L4dj8T/X at f??H8:lMLM2[IWPEhN)SY2^QVlHi%
-+ZF$_`!!!YVJcC<$e,Op~>
-+JcC`0"6fdc'CnQj703_p(P2VHrrN%,rW!!G6UU90"[NY!!#!P-s+14!s*t~>
-+JcC]/(^pB_VPpPuYd1[G]"Gen_o9^>c-IsA!rIQKj8T/ZEW,qW8W&LhP*MB%S=cOOVQ$W!Z*UmL
-+]Y:j-!!!YUJcC<$eGk%~>
-+JcC]/(^pB]StMgRVl?`"Yd:aI]"Pko_o4,+!rIQKj8T/ZEW,qW7"^/JM2[LWPEqT*StMgSVlHl&
-+ZF-eb!!!YUJcC<$eGk%~>
-+JcC]/!Xo&9njNIG!tG;4qgne-rrN+=rW!!F6UU90"[NY!!#!M,s+14"s*t~>
-+JcC]/(bG^kUo:>sYd1[G]"Gen_o9^>c-JWT!9Sk4iVrn.rW!m+MiEg^QC"&2T;&0ZWN<8-['mNX
-+^UGir!!p_us+14#s*t~>
-+JcC]/(bG^jS=lUPVl?`"Yd:aI]"Pko_o4b=!9Sk4iVrn.rW!m&K8#)<NK93cQC456Tq\B^Wi`M2
-+[BD+]!!p_us+14#s*t~>
-+JcC]/""aKR6h<_F70=8)!9Sk4iVrn.rW!!D6UU90"[N\"!!p_us+14#s*t~>
-+JcC]/(et&2Q)LadYd1[G]"Gen_o9^>c-K>h!7$/qi;We:rW!m'MiNp`QC+,3TVA9\WN<;/[(!WZ
-+^UZ'!!"Qqus+14$s*t~>
-+JcC]/(et&2NM*#AVl?`"Yd:aI]"Pko_o5FP!7$/qi;We:rW!m#K8#,=NKB9eQ^OA9TqeK`X0/\5
-+[]hCb!"Qqus+14$s*t~>
-+JcC]/"&8gr4nD)@70=J/!7$/qi;We:rVusA6g[8F64j1t%`EquJcF=$J,~>
-+JcC]/(iTHTJ#KENYd1[G]"Gen_o9^>c-Kr$!5*m_hu=d[!<<*aN/j$bQC+/4TVJB^Wi`J1[C<`\
-+^V2H'!"?Sms+14%s*t~>
-+JcC]/(iTHTGbCe,Vl?`"Yd:aI]"Pko_o6!`!5*m_hu=d[!<<*\K8#,>NKB<fQ^XG:TqeKaX0/_6
-+[^@dh!"?Sms+14%s*t~>
-+JcC]/")n5?1\4$670=Y4!5*m_hu<kA!<<*A6g[8F64j1t%).;mJcF@%J,~>
-+JcC]/(l/.lEi?%AYd1[G]"Gen_o9^>c-L&'!4d[\hZ"[_!<<*]MiX!bQ^F86TqeK`Wi`M2[CEi^
-+^q;W,!"$/ds+14&s*t~>
-+JcC]/(l/.lCnRMuVl?`"Yd:aI]"Pko_o6*c!4d[\hZ"[_!<<*ZK8,5 at Nf]EhQ^XJ;TqnQbXKJh8
-+[^%aj!"$/ds+14&s*t~>
-+JcC]/",HpW0(VL170=\5!4d[\hZ!bE!<<*?6L@/E65'>!$+PQdJcFC&J,~>
-+JcC]/(m4k!CoFD;Yd1[G]"Gen_o9^>c-L/*!4ROZh>\Rd!WW3\MiX$dQ^OA8TqnN`X0/\5[^`r`
-+^qDl2!!ff\s+14's*t~>
-+JcC]/(m4k!AtYloVl?`"Yd:aI]"Pko_o60e!4ROZh>\Rd!WW3YK8,5ANffNjR%'Y>U84]eXKSn9
-+\$J*q!!ff\s+14's*t~>
-+JcC]/"-NWa/Fu:/70=b7!4ROZh>[YJ!WW3?6L@/E659J##I8p\JcFF'J,~>
-+JcC]/(nCX,A>lQ3Yd1[G]"Gen_o9^>c-L2+!4 at CXh#AIh!rr<[Mia*eQ^OA9TqnQbX0/_6[^j#a
-+^q`8:!!TESs+14(s*t~>
-+JcC]/(nCX,?_F-hVl?`"Yd:aI]"Pko_o66g!4 at CXh#AIh!rr<WK85;BO-,WlR%'\?U8=cfXfo%<
-+\$eL$!!TESs+14(s*t~>
-+JcC]/".]Dl.J#t,70=b7!4 at CXh#@PN!rr<?6L@/E65KV%"fm4SJcFI(J,~>
-+JcC]/(oI?6?Dsp-Yd1[G]"Gen_o9^>c-L8-!4.7Vg]&@l"98EYMia-fQ^XJ;U8=`dXKJh8[^j&b
-+^q`J@!!K-Ls+14)s*t~>
-+JcC]/(oI?6=eMLbVl?`"Yd:aI]"Pko_o6<i!4.7Vg]&@l"98EVK85>CO-,WlR at BeAU8=fgXg#+=
-+\@4j+!!K-Ls+14)s*t~>
-+JcC]/"/c,!-M'Y)70=e8!4.7Vg]%GR"98E?6L@/E65]b'"Jp\LJcFL)J,~>
-+JcC]/(pO&@=/`1&Yd1[G]"Gen_o9^>c-L;.!3q+TgA`7o"TSNXN0'6hQ^XJ<U8=ceXKSn9\%95e
-+_8/hG!!AdCs+14*s*t~>
-+JcC]/(pO&@;P9b[Vl?`"Yd:aI]"Pko_o6<i!3q+TgA`7o"TSNUK8>DEOHGcoR at KnCUSXoiXg#.>
-+\@G02!!AdCs+14*s*t~>
-+JcC]/"0hh+,kFG'70=e8!3q+TgA_>U"TSN>6L@/E6Q,q)".b#CJcFO*J,~>
-+JcC]/(qTbJ:oLFtYd1[G]"Gen_o9^>c-Kr$!5*m_g&E.s"onWVMij6iR%'Y>USXlgXfo%<\%98f
-+_8B1O!!8I;s+14+s*t~>
-+JcC]/(qTbJ9VA,UVl?`"Yd:aI]"Pko_o6!`!5*m_g&E.s"onWSJr#>EOHPipR[g"DUSb#kY->7@
-+\@PH9!!8I;s+14+s*t~>
-+JcC]/"1nO5+nJ,$70=Y4!5*m_g&D5Y"onW=6L@/E6Q?(+!g\E;JcFR+J,~>
-+JcC]/(rZIT8uSenYd1[G]"Gen_o9^>c-KAi!7$/qf`*&!#64`UMij6jR%'\?USauiXg#+=\@TAh
-+_S]OW!!/+2s+14,s*t~>
-+JcC]/(rZIT7\HKOVl?`"Yd:aI]"Pko_o5IQ!7$/qf`*&!#64`RJr#>FOHPlqR[p(EUo(,mY-G at B
-+\[tiA!!/+2s+14,s*t~>
-+JcC]/"2t6?*qMf!70=J/!7$/qf`),\#64`=6L@/E6QZ:.!KMa2JcFU,J,~>
-+JcC]/(rH=R9;nnoYd1[G]"Gen_o9^>c-JiZ!8rG.fDcf!#ljrUMis<kR at KkBUnt#jXg#.?\@]Jj
-+_Sop^!!%b)s+14-s*t~>
-+JcC]/(rH=R8"cTPVl?`"Yd:aI]"Pko_o4tC!8rG.fDcf!#ljrRJr,GHOcu&tR[p+FUo12nYHbID
-+\\)2H!!%b)s+14-s*t~>
-+JcC]/"2b*=+7ho"70=;*!8rG.fDc#`#ljr>6L7)?+oVHAL4TAUs53j,~>
-+JcD;@.IQ9Nd)N`)X1#dbe(s0UqZ",,!)]\qY->4>\%95e^r+.4b0A6k!!)S at s472h]*\N<.#O1Q
-+Q^OA9TqnQaX0/\5[^j#a^r"''rVuqIJcC<$i;\<~>
-+JcD;@.IQ9Nd)N`)X1#dbe(s0UqZ",,!)0&[Uo12mY->7?\@TAg^r+,K!!)S at s472h]*\N<-A%)5
-+O-,WlR%'\?U8=cfXKSq:\%94]rVuqIJcC<$i;\<~>
-+JcD;@'^k&9d)N`)X1#dbe(s0UqZ",,!$Ur%r^?o%!!)S at s472R]*\N<'1(tQ!$hIC!.KM!JcF[.
-+J,~>
-+JcDSH#Q)B,H<roc#Oqd2!=Af,<Mc[rYHbLE]"Gen_o9^>c-IX8#D)p)ru8]]!!"@'PEhK'S=cOO
-+VQ$Z"Z*^sM]Y;2!`bk\T!-WqnJcF^/J,~>
-+JcDSH#Q)B,H<roc#Oqd2!=Af,;4O;RVPpPuYd:aI]"Pko_o3f"#D)p)ru8]]!!"9qMN!UYPEqW+
-+StVmTW2cu(ZF.0Q]kIBF!-WqnJcF^/J,~>
-+JcDSH#Q)B,H<roc#Oqct!=Af,,!l2p!(6NLr^?kr!!e)TeGf]e$ig8?60pu>-2mlEG(K[Es5F!.~>
-+JcD_L"QQ:o1^)q@'O%<1WiWA/[CNrb^r+.4b0A'3!%rj&e,LB)%KHJQMNa?mR[p(FV5L;oYHbID
-+\\,\n_o?ft!!.!:JcC<$j8XW~>
-+JcD_L"QQ:o1^)q@'NLWoTVJB_Xfo(=\@TAg^r*qj!%rj&e,LB)%KHJOK8PYLOd)0"S=ZFLV5UGs
-+Yd:aI]=i+]!!.!:JcC<$j8XW~>
-+JcD_L"QQ:o1^)q@!$hG,!($TNqaCHQ"%*(h/qO&Orrp:M!!!QrlpLh$rVut:rdk*#s5X-0~>
-+JcDeN!le+?p])cJ&g/GJ/29"B4?,/N/12Ya)\re]!+;V#WiWA.Za[T^^r+.4b0?pd!*b$Sdf1H1
-+&-)\VMj'HoS"64IV5L>pYHkRF]"Pkp`5[*(!!$[1JcC<$jSs`~>
-+JcDeN!le+?p])cJ&KW,B.4m833&E<?-mToU)&3JY!*bqaTVJB_Wi`V8\@TAg^r)lH!*b$Sdf1H1
-+&-)\TK8Y_NP*D<%S=cLMVPpPuYd:dJ]=r=e!!$[1JcC<$jSs`~>
-+JcDeN!le+?p])'5&02o>-nI&/2`!*;-mToT(_d;W!%%S.r]pNNqaCHQ"#p8\>Clh&rrpFS!!!Wt
-+lpLh&rVut3rIP!"s5a31~>
-+JcDkP!P1Dk!!WH;/436=D!l0W4obRsV5UGsY-G=D]YD8"`Q63HL&_40JcF-t+O(Ar!%*VgQ^F86
-+TVJB^Wi`M2[CEf]^qmt0J-#]N?i5KTJcFj3J,~>
-+JcDkP!P1Dk!!WH:-pC7(AF=%G3WK.iS=cLNVPpMuZaI<S]t_A#JH,\+JcF-t+O(Ar!$m2TNf]Eh
-+Q^XJ;TqnQbX0/_6[^j#aGldsG?i5KTJcFj3J,~>
-+JcDkP!P1Dk!!WH:-p:.$@d[b32uiq-5s[b$r]pNNqaCHQ""aKQLk5TRrrpXW!!!WtlpLh(rVut+
-+r.4m!s5j92~>
-+JcDnQ!O)V(!!<E`;/>B5(Gl*lGc%IAXKJh8\\,\m_o9^>c!gYQ[=SA)rufDo!!"C*Pa at f-StVsV
-+W2m&)ZaI<T^;.V)a+OQq!*K,Ls+144s*t~>
-+JcDnQ!O)V(!!<B[94R0t(GGghEh/ktUo()kYHtXH]"Pko_d*6B[=SA)rufDo!!"9tMiNp_Q'e#2
-+TV80ZWN<;.['mNX^4-4b!*K,Ls+144s*t~>
-+JcDnQ!O)V(!!<BZ8R^gn""sWS0E+6;5lO%L6i0:O70=Y4!4 at CXd/O9k%fcSB60puC/HGhO=Sm[L
-+JcFm4J,~>
-+JcDqR#2Kgj!#%e:j_bk`!!%hPWN3,'Z*q6V^VIb+aNDaj!!(u/s3L]fa:A7N-]OCXR at KkBUo()k
-+Y->7@\@]Jj_SsTR"98F"q18Qss6'E4~>
-+JcDqR#2Kgj!"qP-j^o;U!!%S at TV8-XW3*;1[CEf]^VI`J!!(u/s3L]fa:A7N-%q5<Ocu&tS"64H
-+Uo15oYHkOE]"Ge2"98F"q18Qss6'E4~>
-+JcDqR#2Kgj!"qM*j^\]E!!"oC5sRY#5skE9s$[#(!!(u/s3L]Ka:A7N&jbkP"YTlV!)iWDs+145
-+s*t~>
-+JcDtS"R.E:!$gK@(ENPVC4hV>X0/h=]"Gen_o9^>bnpElrdk*pruf>l!!"F,Q'[r0T;&-YWN32,
-+['mNX^;.Y*aH-T+!)*';s+146s*t~>
-+JcDtS"R.E:!$U?6(E<DTA:05uU8FrnYd:aI]"Pko_\W:ardk*pruf>l!!"@"N/s*bQC456TVA9\
-+Wi`J1[C<`\^PN-p!)*';s+146s*t~>
-+JcDtS"R.E:!$L93#o`jE.Pj"E5!_O27/o[X#65>7JcF$q"ih)Q!#%Zb6j5:H!!#[dJcC<$kl6/~>
-+JcE%U#5jAc!!!UEibe`,q>_!2'Hf"j8m5nOKThW#!(2>;bl8g*%KHJXNg?$#SY)XQVQ$Z#Z*_!N
-+]YD8"`lXJO!!#I\JcC<$l2Q8~>
-+JcE%U#5jAc!!!R=iar0#q>_!2&g&Va7TO#=IuK?e!(2>;bl8g*%KHJVKoM.UPa7`-StVpUW2cu(
-+ZF.3R]tfX6!!#I\JcC<$l2Q8~>
-+JcE%U#5jAc!!!R;ia`#uq>_!-#7D(X)B^:S/M]']!(2>;bl7jd%KHJB60puC1BIOV7J263JcG!7
-+J,~>
-+JcE+W!nr#DrVus)>iKW$B^5WuM1P]Mruf8i!!"L/QC+,3TVJ?]WiWD0[(!W[^VRk.adWV;!'g%*
-+s+148s*t~>
-+JcE+W!nr#DrVus)<oR]k at -[dmM1P]Mruf8i!!"C$NKB9eQ^OA9TqeK`X0/\5[^`r`^lo**!'g%*
-+s+148s*t~>
-+JcE+W!nr#DrVus(<8qEg?L%RkM1P]Mrrp at N!!![!lpM"6!rr<cnq$gls6BW7~>
-+JcE7["7NI93W/pZ!AS?JD?4Gsli7<OF[7*>Fed@\JcF0u+N+]h!%X+sR%'\?USarhXfo%<\%98g
-+_8OC9T*t]"3;8"(JcG'9J,~>
-+JcE7["7NI93W/pZ!A7j?AcZ<`li7<OF[7*>Fed@\JcF0u+N+]h!%<V_OHPipR[g"DUSb#kY-G=A
-+\\#SkQOEio3;8"(JcG'9J,~>
-+JcE7["7NI93W/pZ!A.^<A-$$\li7<OF[7*>Fed@\JcF0u"iLiM!#.cd6j5IO!!#"QJcC<$li2J~>
-+JcEIa"o?`II8M?g!!30E<o7cp7/d/u1,CU9.ju\f*ul.6"onWP*X)6<"U6S`M7;Sts472m_[HMF
-+/!-*cS"?=KV5UDrYd:aI]=l"s`5g#r%fcS]jamG_s6Tc9~>
-+JcEIa"o?`II8M?g!!30B:u>jb5Q1Wp0/+t--m^&Z*?#_/"onWP*X)6<"U6S`M7;Sts472m_[HMF
-+.>NqGP*ME'SY)UOVQ$Z"Z*^sM]Y;1O%KHJ\jamG_s6Tc9~>
-+JcEIa"o?`II8M?g!!30B:>]R^4oPEn/h\b)-R9iW*#TP,"TSNO*X)6<"U6S`M7;Sts472R_[HMF
-+'LM.S"ZHSb!%m;`s+14:s*t~>
-+JcEXf"lcS8==aUM!!3p!A_q;-;$$^t7J1Nu8b`8c#58*$'LH`/bP$Meg]&D5$ig8YOdDK+StVsV
-+W2m)*ZaRBU^;.V)aNCFe!!"1rJcC<$mJh\~>
-+JcEXf"lcS8==aUM!!3io?J]8s9EG1o5kS^h7/-`^#58*$'LH`/bP$Meg]&D5$ig8VLlRU]Q'e&3
-+TVA6[WiWD0[(!WZ^VQQK!!"1rJcC<$mJh\~>
-+JcEXf"lcS8==aUM!!3in>i&uo8cetm5P8Oe6hgW]#58*$'LH`/bP$Meg]%Go$ig8A6L@/F75t>K
-+!$U'Is+14;s*t~>
-+JcEgk"T,3H8ItOq"9B>p9P<-u"D7r>!&4"^!$M7@$OS"89k8-N:HKp;!r)a"""73'Z/>P3s5<o"
-+_$^5C/WlBfS=cOOVQ$W!Z*UmL]Y;2!`Q66,)uosSc%5nGs6fo;~>
-+JcEgk"T,3H8ItOq"9B8k7pt+a"CMH7!%d_R!$;+>$OIk186fb28N.n-!r)a"""73'Z/>P3s5<o"
-+_$^5C.Ys.IPEqT*StMgSVlHl&ZF.0Q]t_C_)ZTjRc%5nGs6fo;~>
-+JcEgk"T,3H8ItOq"9B8j7:+b["C;<5!%d_P!$2%=$OIh/7Ts>*82__+!r)a"""73'Z/>P3s5<n\
-+_$^5C'LM1T#":T[!!!eZJcC<$mf.e~>
-+JcEso"T?Jr4pC`^"p5Pe3_WmtfPUgF!!"$Vo54\>"TSR)pML.M>"17h$hjW)%m4To`U\T[jSp@<
-+$NL/YP*_W.T;&0ZWN<8-['mNX^VIb,aNM.A!!!MCJcC<$n,In~>
-+JcEso"T?Jr4pC`^"p5J`2Fgk\fOb7;!!!sLo4A,/"98I!pLXS=;aE&V$MON(%m4To`U\T[jSp@<
-+$NL/WM3!d_QC456Tq\B^Wi`M2[CEf]^qm9$!!!MCJcC<$n,In~>
-+JcEso"T?Jr4pC`^"p5J_2+:SVfOP+8!!!sJo4.u+"98HupLFG9;*QZQ$MON(%m4To`U\T[jSoD!
-+$NL/A6L@/F76V+[!"Q_os+14=s*t~>
-+JcF!p!J(RR!!NQK2+:beiGJj,?=$oB>]'=T"C;*/"_7(?"?ZYa'l<GY"_COo.M`-]!!WHJ:k#M!
-+rIP"5ruf&a!!"[9R$sS=U8=ceXKSq:\%95e_8F:7beZ%7!!o]Xs+14>s*t~>
-+JcF!p!J(RR!!NNH0gJcNiF`*l!*B/#!+l"="BPU("^LS0"?6A]'4gZG"^Xh^-PQ[X!!WHJ:k#M!
-+rIP"5ruf&a!!"R-OHGcoR at KnCUSaujY->7@\@]Gi_RM9"!!o]Xs+14>s*t~>
-+JcF!p!J(RR!!NNG0L&NHiFE-o<`N.!<+Gc8"B>I&"^:G,"?-;\'4UNC"^FYZ-56RW!!WHJ:k#M!
-+rIP"5rrp.F!!!a#m6h.I5S*nq#d&[XJcG6>J,~>
-+JcF!p!1Ecc!t[+V at H250BhpQ6*>/VQ!"&uH+Y>`D at 2AnD2t1\fC_ZpM4RI"iCg9Lg+V"/G"Ud5!
-+P/-I9s6]h/^'Xi?09_cmSY2aTVlHl&ZF.0Q]t_D%a2uQG5QCcdRXtKis7-,>~>
-+JcF!p!1Ecc!tQnK>2s3!@7`.!)\E>N!"&uF*\''5=qq#;1[nuZA.nqC3:1;]A6)&P*t7lD"Ud5!
-+P/-I9s6]h/^'Xi?/W,XQPa at i/T:r$WWN32,ZaREV^;.V"4TGHaRXtKis7-,>~>
-+JcF!p!1Ecc!tQkI=Q<or?Ulap)\<8M!"&rE*[rs2=VUo:1 at SfW@M8_A2XP#Y at T5ZJ*XqcC"Ud5!
-+P/-I9s6]gi^'Xi?'gh:U#":in!!!+iJcC<$nc++~>
-+JcF!p"oB\J!#]J2D?EZr,S'&=!=EQ0D?O#A!!H]nD?XZP5V*`UpAb@:8pI5_qgne<ruA]Z!!"^;
-+R%'\@USauiXg#+=\@]Gi_SjL;bf`f]!!%e*s+14 at s*t~>
-+JcF!p"oB\J!#K&(AckX`+q<c:!=E9(Acts3!!HHgAd)R;4"1pKpAb@:8pI5_qgne<ruA]Z!!"U/
-+OHPlqR[p(EUo(,mY-G at B\\,Yl_nf"F!!%e*s+14 at s*t~>
-+JcF!p"oB\J!#K#'A-5@[+V!Z9!=<-%A->[/!!HBeA-H:53[baIpAb@:8pI5_qgne<rrp(C!!!d$
-+m6h"E6Q,k'!/H.*JcG<@J,~>
-+JcEso#0-lI!!YT&l>?]?:b2tK!"/oU5$D5u?t*J,+p7ZA!&O"[""sWS+QI>CD-opp,7jMK$O7n9
-+9k&:(TXDnuo7?r>ruAZX!!"a<R at KkBUnt#jY->7@\@]Jj_SsR<c-Kes!!-C"JcC<$o`'F~>
-+JcEso#0-lI!!YDnl=L-/8gt)A!"/oU5$D5u?t*J,+p7ZA!&3eP""XEP*ogi9AQVDX+V+5H$O7n9
-+9k&:(TXDnuo7?r>ruAZX!!"X0Ocu&tS"64HUo15oYHbID\\,\m_o5jZ!!-C"JcC<$o`'F~>
-+JcEso#0-lI!!P;jl=:!+8LOo?!"/oU5$D5u?t*J,+p7ZA!&*_M""O?O*TLZ6 at obuQ+:e,G$O7n9
-+9k&:(TXDnuo7?r>rrp%A!!!d$mR7(D!CS%/!!-C"JcC<$o`'F~>
-+JcEpn!O`74!!<NX:MfN<")CRZ#5\B($U8^2dIHr1#la#1W.#ul!'oph"DA2D!(l$b"_h"(0,k/d
-+!"9/T1.PShKpo3`f^8[grtb4^`P&XZTpUmqI<0.3=Ar[HH%hHupri[W]*SH;0pS/sT:r'XWN32,
-+ZaREV^;.Y*aNMiTGl@[D3V7n&JcGECJ,~>
-+JcEpn!O`74!!<KT8n at F'"(OhJ#5\B($U8^2dIHr1#la#1W.#ul!'KX\"CMT;!(>[U"^t4k.iAT^
-+!"9/T1.PShKpo3`f^8[grtb4^`P&XZTpUmqI<0.3=Ar[HH%hHupri[W]*SH;/rYpVQC+/5TVA9\
-+Wi`J1[C<`[^VRh-F8c.?3V7n&JcGECJ,~>
-+JcEpn!O`74!!<KS87M(!"(=VE#5\B($U8^2dIHr1#la#1W.#ul!'9LX"CDN:!(5UR"^b"e.MrE\
-+!"9/T1.PShKpo3`f^8[grtb4^`P&XZTpUmqI<0.3=Ar[HH%hHupri[@]*SH;(..FWr^?f7rVusZ
-+oR[$ns7QDB~>
-+JcEmm!paJ$r;[!+*\p5kC%uQJ at 8ABWqu?j(;ju89m/I1(!!"M8D?NT4!"3GmD?XHD3[PLGlMq_&
-+(b at sRCOq>(Q_(%TZb!uocdpq5lgjlGrsJ)>[%N;!?V3-s#O29k,$;DTcMo'!#ljr\Q("89U8=`d
-+XKJh8[^j&b^r+15bKeIr$31&8X+C;%s7ZJC~>
-+JcEmm!paJ$r;[!**%sWZ at JFF:>"L+Gqu?j(;ju89m/I1(!!"D5ActR'!"*,eAd)@/2Brh>lMq_&
-+(b at sRCOq>(Q_(%TZb!uocdpq5lgjlGrsJ)>[%N;!?V3-s#O29k,$;DTcMo'!#ljrYN00<iR at BeA
-+U8=fgXg#+=\@TAh_8OBN#ljr7X+C;%s7ZJC~>
-+JcEmm!paJ$r;[!*)_OBU?he.6=\'nDqu?j(;ju89m/I1(!!"A4A->:#!"*&cA-H()1a3M:lMq_&
-+(b at sRCOq>(Q_(%TZb!uocdpq5lgjlGrsJ)>[%N;!?V3-s#O29k,$;DTcMn'Z#ljr at 6LI8@70P=H
-+!!!J/JcC<$pA]X~>
-+JcEgk!p48&q#CX#%2Kp%)&F%a!!<a9Y4_#Y"8`?(&F439+ohTpdr#S1A6Vr'5W:;A*"rY\hZ*of%
-+i-02.l8d_g].BbKDj-r+h.dX!&Kn/SY2^RVl?c$Z*_!O]YD;#`lZELdBj_j!!gYts+14Es*t~>
-+JcEgk!p48&q#CX#$ksTs(DRV[!!<a9Y4_#Y"8`?(%dR^/+92Bkdq0#!>uXKc4>SK4)A3AYhZ*of%
-+i-02.l8d_g].BbKDj-r+h.dX!&0CpPa at f.T:r$VW2m&)ZaI<T]thM'a/^!V!!gYts+14Es*t~>
-+JcEgk!p48&q#CX#$ksTs()7MZ!!<a9Y4_#Y"8`?(%dRX-*rl9idprkr>>n-]3\i0/)A3>WhZ*of%
-+i-02.l8d_g].BbKDj-r"h4g<!#Iui7/fUY3X5Wb#KhVtJcGKEJ,~>
-+JcEai"8K'(([qD,#B%!JjSo<G!!$NqD?OAP!!$$?D at CAp?;sQb3\`$)((CE"!#Z+W*$m9r3'9Go
-+85)iZ=Bo6C>?=Zq74oG[r;ZjQ`6\H,[g2s61ma]&TVJ?]Wi`J1[C<`\^VRk.air)Ybs_U4+T-fj
-+JcGNFJ,~>
-+JcEai"8K'(([qD,#B%!JjSo<G!!$9jAcu9@!!#g9Adi6X=&)4K2D$3q'FY,t!#Z(U)C$gg1cRT^
-+6UsaD;H?q)<DZ at Z5UmQPr;ZjQ`6\H,[g2s60ohE]Q^XG:TqeKaX0/\5[^`r`^r"(2_a4>'+T-fj
-+JcGNFJ,~>
-+JcEai"8K'(([qD,#B%!JjSo<G!!$3hA-?$=!!#d8A.2sR<D>nF1b9ml'FY)s!#Z(T)Bp^d1H.?Y
-+6:FI>:fLM!;bp"S4t.9Mr;ZjQ`6\Ge[g2s6(IRUYr^?uW('"=Wr.4m!s7lVE~>
-+JcEUe#NiLO>!aeY!r`0(":HeXF.)parr[WK!(cEn#X/4g%TQbBAo#2"-YZsi:.n,H69[Ij2)6g:
-+.OQJb*ZGq2&e>BW"p5&C+"K<98Q/l*D<Pj=CeGfJ!!31Bqp>?c[Kcd424'f(TVJB_Wi`M2[CEf]
-+^r"%1b082[d451sT7R#ns7lVE~>
-+JcEUe#NiLO>!aeY!r`0(":HeXF.)parr[WK!(-!`#WVkb%8U#.?Y$ra-Xg.T84>j14ZYMY1+t1.
-+-R9iV*#TM*&.T'R"Tei?*@Na,6qpZfAa!_-A47I:!!31Bqp>?c[Kcd416.N_Q^XJ;TqnQbXKJh8
-+[^j&b^r"(3a!gugT7R#ns7lVE~>
-+JcEUe#NiLO>!aeY!r`0(":HeXF.)parr[WK!(#p]#WMea%8Bf(?"1T[-XTqN7RTO+4?5;U0eOt*
-+-6jWS)]0;'&.JsP"Tei>*%*O'6VC?_A*@G)@RM.6!!31Bqp>?H[Kcd4(IRUYr^?rX%0-C#JcC<$
-+q#>j~>
-+JcE=]!VZEDrr]n6!$1BC!GrVK!!`iK-oXRo at r6m:!E9g5!!,4Cd/P2q#64`^Q^jY at Unt#jXg#.?
-+\@]Jj_SsR<c-Oh7!!#$1s+14Fs*t~>
-+JcE=]!VZEDrr]n6!#t69!G)uA!!`fH,r7e]>\/S#!DX at .!!,4Cd/P2q#64`ZO->irR[p+FUo12n
-+YHbID\\,\m_oBcg!!#$1s+14Fs*t~>
-+JcE=]!VZEDrr]n6!#t67!Fli?!!`fH,VhSX>%<4r!DO7,!!,4Cd/O9W#64`@6gmGA70>CI!',W1
-+JcGNFJ,~>
-+JcCi3"T9VH!*\]+!E]Bp!!`W>+tu5V?##77#&QR*!!!eHd/P2p#64`_Q^j\AUo()kY->7@\\#Sk
-+_SsU=c-Xo]!"&ORs+14Gs*t~>
-+JcCi3"T9VH!)r2q!E&sj!!`W=+"]QF<b%#!#%]gr!!!eHd/P2p#64`\O->lsS"?:IUo15oYHkOE
-+]"Geo_oBe>!"&ORs+14Gs*t~>
-+JcCi3"T9VH!)i,n!Digh!!`W=*\9?B<+1Yp#%KXo!!!eHd/O9V#64`@6gmGA70<ks$2];RJcGQG
-+J,~>
-+JcCf2"-roe.-b[T0`V1],Tdp4o)Jt'*%Es>=(RG1#$266!!@iOdJk;p"onW_R%0eCUo(,mY-G at B
-+\\,Yl_oBd at cHo)^!.+9gs+14Hs*t~>
-+JcCf2"-roe-0f(I/H>bX+rqL-o)Jt')CIC0:gT2p##G^.!!@iOdJk;p"onW[O->ltS"?=JV5UDr
-+Yd1[G]"Pkp`5Y4G!.+9gs+14Hs*t~>
-+JcCf2"-roe,jJnF/-#YW+WM=+o)Jt&)(%1+:L&rk##>X-!!@iOdJjBV"onW?6gmGB70FD,!.+9g
-+s+14Hs*t~>
-+JcCf2"SEH/!aFu."DJ;F!(d*,#ARI:4te#j"7uQu"r/C>6;_*+Q>Q_8+T;?A7eb=1)R9PI!'$@:
-+T;&0[WN<;.[(!TY^VRh-aihtLrW!!9Sc43?JcGZJJ,~>
-+JcCf2"SEH/!`\Jt"CV]=!(-Zs#@^\'3 at c-^"7uQu"r&774\JmfQ=^/(*rZ-?7eb=1)R9PI!&]h%
-+QC487TqeH_X0&V4[CEi^^qms*rW!!9Sc43?JcGZJJ,~>
-+JcCf2"SEH/!`SDq"CDQ;!($Tp#@LJ!3%>p["7uQu"qr.44 at rU`Q=L#$*W?$>7eb=1"gS=4!#\/m
-+7/o[U-2mlG(S1PVs+14Js*t~>
-+JcCc1"GZsW(iASV"AAdq$>0'N#AmmI6o?;-$1e-%&KN>\78dN0SSeXK3<9*[3pk>p)6jAG!'-I<
-+TVJ?]WiWD0[C<`\^VRk.aioeC!!,+CJcC<$rVqB~>
-+JcCc1"GZsW(1lfD"@iFl$"*I>#A%(45;=Au#kJ$$&/uuR5YP<kSRr(;2$![W3pk>p)6jAG!&fq'
-+Q^OA9TqeK`X0/\5[^`r`^qtm)!!,+CJcC<$rVqB~>
-+JcCc1"GZsW(1ZZ@"@W:j$!m=:#@gn04YS&p#kJ$$&/llN5>,'eSR_q71][RV3pk>p"gJ73!#\/m
-+6if_0qu?aXkCNYas8DtJ~>
-+JcCc1"SjMI!'oge"![dG/F[N^B3 at hg/0,6&oDf-t%2pWP6Vq*(UM^66"98ENiR.ZBY6=n+2k$>2
-+USarhXfo%<\@TAh_8OC9KDPWL&%-ugJcG`LJ,~>
-+JcCc1"SjMI!'KOY"!IXE..CgR?rBBO.2r`uoDf-t$lC9G5"\mdULj[("98ENiR.ZBY6=n+1m+&i
-+R[p(EUo(,lY-G=A\\#SkIJX!F&%-ugJcG`LJ,~>
-+JcCc1"SjMI!'9CU"!@RD..CaP?;X'J-lWTroDf-t$lC6E4\8X^ULXO$!rr<MiR.Z/Y6=n+(dma[
-+!%e!I!=uShs+14Ls*t~>
-+JcC`0"Mt0>#%Qt:!)*:k!`Wo at lu!&E?Vj$D,8CFR!!`lK,r7e]>A:*T"^296!$'J8rthgA!!#3O
-+StVpUW2m&)ZaI<T]thM(a)q:\!?_XH!!4%(rdk*#s*t~>
-+JcC`0"Mt0>#$gJ+!(Qqf!`!3+lt-K5=@t\/+VP(N!!`iH,;2/M<FMn>"]Ga.!$'J8rthgA!!#'B
-+Q'e#2TV80ZWN<;.['mNX^2EoM!?MLF!!4%(rdk*#s*t~>
-+JcC`0"Mt0>#$U>'!(?ed!_d!%lsp?1<_5A*+;4qL!!`iH+tboH;dZP8"]5U,!$'J8rroP/!!!s*
-+n3d7(rVus>#Q=]))4(8Qs+13#~>
-+JcC]/"(VB3,jfINBe]Yf!!=YT#Z]u(#A7154u"8t$1\'$#SnX>5"f$kZ#0_Q&-)\Bc-cP,Xon_)
-+5b"@=Uo()kY->7@\@]Jj_Sp*c!!5f*,5hKC/>`5ps+C?%~>
-+JcC]/"(VB3,4/tD at P%W[!!=PP#>aGn#@CD!3\;Kh#k at s##S\F63_!"SZ"=/B%fcSAc-cP,Xon_)
-+4HbtsS"64HUo15oYHkOE]"DGM!!5Sr+T29A/>`5ps+C?%~>
-+JcC]/"(VB3+mieA?n;?X!!=MO#>O;j#@11q3 at l9e#k at s##8A:33(6\MZ"+#>%fcSAc-cOpXon_)
-+*CK?b!$_CB!^p<9r;ZmMV>GiDKE$H~>
-+JcC]/"RR!*!)E!#!DsC,!!**0rVus%:#9amBj4=u1F<qHnc/q"'-Stj8QTG>cu'Y:C1h'd?X-`8
-+<)HC`8Oc'45!(_]1,(0V!!*VWdJjr["98EgS=cOOVQ$W!Z*^sM]Y;2!6iI&g at r?0W%K-8.'pecK
-+s+UK'~>
-+JcC]/"RR!*!(cQj!D<q$!!!H,!!*3mhI["$<Cf5+,8LXW!!icA*\03<:gIYZAf##f?sQu=<`;gi
-+91_T at 5s@Ck2`*9C/11>r!>!Q)rtVI8!!#6IQC456TVA9\Wi`J1[C<_4rW!(+AnFL at r;Zm6QMc=6
-+L&ZZ~>
-+JcC]/"RR!*!(ZKg!D*b!!!!H,!!*0khIHju;b&o&+r1OV!!i`@*\''8:Kq>UA/A``?<^Q5<)HFb
-+8k2<:5<V%e2D['?.jk5q!>!Q)rrf8'!!"&06i\&&!!HJ9A4-k)!!3n$r.4m%s*t~>
-+JcCZ."Jl(u%;GBN!G<n]!!!)s!!**ff5:k/?;X'I-lWTro)LKJ&K`Pa7oWr7DJj6'An,4S>?Fm'
-+:JFGO77'4$3Ar]K/hACt,9S!G(_mYo%13=C!p'C_(>mO>(Sh-5!(EHNU8=`dXKSn9\%0/d^CC5D%
-+K1/GD,(uI!!4$pnU^^qs*t~>
-+JcCZ."Jl(u$tAd>!FI5R!!!)s!!**af4G:u=%b_4,oI*lo)LKJ&0*,V6;C`rAnGR^?<gW6<)QLc
-+8k2995Wq.f2)6j;.ju_h+<DI>().>j$jd.A!p'C_(>mO>(Sh-5!()p9R at KkBUSXohXg#+=[LE3:%
-+/jc>AOm[:!!4$pnU^^qs*t~>
-+JcCZ."Jl(u$t/X:!F7&O!!!)s!!**`f45.q<Co>.,T$pjo)LKI&0*)T5YYBkA7T.V>Zt3/;G^(\
-+84Gs45!1h`1bgX7.OZSe+<;C<'b_/h$jd.A!Ta:^(>mO>"Jc,"!$:`""@E:l!"Ag:!b4_:r;Zm:
-+M=H/sL];l~>
-+JcCW-"%E7j/+[WZ9+1_!!@80R!!3m7-N3uF37)OKCg^113%>pZ"7lKn!X$(8!@mTdrt:t+!!#N[
-+TVJ?]WiWD0[(!W[R/R'c,Pl9Y;]bl;!Y9P=JcCT,J,~>
-+JcCW-"%E7j.._$O710"o!@80R!!3g/,Q7ZC1sfh?A6DVl1aa4P!qQBm!X$(8!@mTdrt:t+!!#BN
-+Q^OA9TqeK`X0/\5Oo>=\+So[N9cX*3!Y9P=JcCT,J,~>
-+JcCW-"%E7j-hCjL6jinn!@80R!!3g-,Q7ZC1XKY<@TQ2e1F="M!qQBm!<]t7!@mTdrretr!!",5
-+6i]1F!!",;A-#=Br;Zm0GisYXM>r)~>
-+JcCW-"Pa.\!(Q["!FmDS!!*HHrW!*-6#CLW1B%7S/SrRI#]4'O83/=E&d6kf+9McQ$P!^]()\)5
-++XAEa/2&b92`a)e6:FF<:/FkU*s2B@![!0]dJjfK!WW3nStMjUVlHl&ZF.0Q at Jp0-+]3+RD?3lc
-+r;Zm)B\\1=MuS;~>
-+JcCW-"Pa.\!($<j!F-fI!!*HHrW!*,4Cr,:0)bhO.V-\6#\@7:68g;6&-UYd+9D]P$4RLY'GhZ-
-++!DmV.4d)+1H%3S5!VJ(84lT>*<H*=![!0]dJjfK!WW3iPa at i/T:r$WWN32,>l=X(*_U)AAcYdR
-+r;Zm)B\\1=MuS;~>
-+JcCW-"Pa.\!'p6g!EpZG!!*HHrW!*,4(Df3/cG_N.:UG1#\.%45rC)3&-UYd+9D]O$4IFW'G_Q*
-+*Zu[S-n?l'1,V!O4?l,"7S-99*<H*=![!0]dJj?>!WW3DogAd)r;Zm?8n7a/!Dt$=!!3F>gk#K`
-+s*t~>
-+JcCT,"JYqs"^Lh?!CR1l!!XDD!!!$NAc-EG4T5<],AP)5-Y6CP4>.ln'c7i0+<i*[.kWP42E<i_
-+5t"489M\Pc=B]!<@qB=hD;f at 6A31;"!!3C/`7"YsQiR0e:7e/SV5UDrYd:aE(&It4'16O3D?=,q
-+"9&9%"'<`us,I&/~>
-+JcCT,"JYqs"BG5/!C$hg!!XDD!!!$J?MnC83;rmY+_&<#-XKY=3%Q-b',DE(*Zu[R-n6f&1,V!O
-+4?l/#7nQHM;,gS!>[CfJA`75&>rE/j!!3C/`7"YsQiR0e8sPd4SY)UOVQ$Ys'`.k3&jBe%Acc$^
-+!r`0$"'<`us,I&/~>
-+JcCT,"JYqs"B>/,!Bpbf!!XDD!!!$J>l8+42uWdX+CN&s-X9J82_,p_',;?'*?QIN-RgT"0f1dK
-+4$Gns77^$F:f::p>$PBBA)Ur">;Zif!!3C/`7"YgQiR0e,POS,63mAf!YRY(qd]b.-j'AJ!WuNK
-+JcC`0J,~>
-+JcCQ+"D.W6&o%5\!FHlH!!*N8rVus8=8?_;7fr_k)eX_>q/-7N:*BH7!\'N/eGg#C!<<*tStVsV
-+W2m)*ZZQ-G!"8`*!XU_oqecIF1'[[W!CjbRs,[21~>
-+JcCQ+"D.W6&RtWL!E^<?!!*N8rVus6;#+],637,e)..r,q.9\>807[/!\'N/eGg#C!<<*oQ'e&3
-+TVA6[Wc%b8!"/Z)!XLPdqdon70*_ at T!CjbRs,[21~>
-+JcCQ+"D.W6&7GBG!EU6>!!*N8rVus6:\eN)5QUoc(gV]'q.'P:7NMC,!\'N/eGfZ9!<<*Fpd>*4
-+r;Zg)r;Zm)0j=Hb!a72[r;Zjf]n-3Es*t~>
-+JcCQ+"SXSM!%@e`!c:((rVup/rW!!+6>cI7&5WQ2!"(PH5t"479M\Pc?tb.0!ad_ir;Zm9Qho84
-+!0I0[$!s6uUo(,lY,r-3!!>B#8K%I,!WjcPqecIJ3XYfc!]@(XJcCo5J,~>
-+JcCQ+"SXSM!%%SU!bF at prVup/rW!!*5%XJ#&5!*+!!tA at 4?l/#7nHBL=^cno!a%)]r;Zm9Qho84
-+!0I0[$!ER]S"?:IV5"Ft!!>5l6l5e%!WjZGqdon;2 at 9<^!]@(XJcCo5J,~>
-+JcCQ+"SXSM!$qMR!b41mrVup/rW!!*4Ce+r&4m$*!!t>>4$>hr77^$E='pPi!`pu[r;Zm9Qho84
-+!0I0[!%Ib4!C?qg!!>2i65TS#!WjWDqd]b71^X*\!]@(XJcCo5J,~>
-+JcCN*#hogh!((R@>8[>>!"8c+!WalboPO\3$M"0%$ksa84\T'pM/EB07N).)![b#Jf)G`.rW!1)
-+T;&0ZWL+D!!!#IdD?<ld!rW*#)G=oED?=Q=&,cJ0,a at tQs-3P6~>
-+JcCN*#hogh!'Oq+<#5H5!"8c+!WacXoO\,%$1\'$$POL03(?nXM.Qg!5o9J"![b#Jf)G`.rW!1$
-+QC456To]od!!#:_AcbdS!rW*#(e&!5AccF(%fHA/,a at tQs-3P6~>
-+JcCN*#hogh!'Fe&;\o?4!"8c+!Wa`UoOIu!$1\'$$5+:,2apYRM.?Zr5Sj:u![b#Jf)G`.rVupF
-+r'UQJ#lXf(5Q,*o:Eoo=!!4!*@f0a<?onks!!4F1on!.-s*t~>
-+JcCK)$EF.,"&_#Z!!!$'rVus:=Rg80?4Z?%!tQeI?*J2ZBk1OQ<)-"P5XIh,7S$*C9NYinD?3ld
-+r;ZjZlIPt8O8]+^=eML at -N!iE%oiIE!b*tlr;Zm/4_O\1!c1CBr;Zm2Fl at oOQN)I~>
-+JcCK)$EF.,!_b?N!!!$'rVus8;Xn?"=:XWs!tHYA<j60K at U*#5:.Rc:4?Ykn5sdt.7T*O[AcYgS
-+r;ZjZlIPt8O8]+^<0s#",l at WC%Slq6!a@>`r;Zm.3+2Yr!b=Y4r;Zm2Fl at oOQN)I~>
-+JcCK)$EF.,!_P0K!!!$'rVus7;"8&s<Y"Eq!t?P><Np!H?s6T.9LhE43]oPh5=%V'78R4VA-#ON
-+r;ZjZlIPt8O8]+^-U^?[&,ZD.%SZe2!a./]r;Zm-2dZDm!b+J0r;Zm2Fl at oOQN)I~>
-+JcCH(!-%f8!!`E&!=;0^D at g=o!!!4 at PDk6HGAC8I0,k#f!!36N;8-oTD-Tq-4>J<+'FFm/!!WH6
-+)C@=7C\)EE<ZD#<!>iH#rr@]N!!-Ipp](=1>Pr@?C-iR3!!3<W?MeU@:F,l=!X)TFJcD,;J,~>
-+JcCH(!-%f8!!`E&!=;!YAe85^!!!4 at PDk6HGAC8I0,k#f!!36K9>5!FAQDGi3%cKs'++d.!!WH5
-+(aLh*AFjC6:`964!>iH#rr@]N!!-7gp](=/<;^>0 at Qb>%!!3<T=Sl\28g=36!X)TFJcD,;J,~>
-+JcCH(!-%f8!!`E&!=:sXA.VrZ!!!4 at PDk6HGAC8I0,k#f!!36J9"ngC at oQ&b2D$0n&d\U,!!WH5
-+(aC_'@e4+2:)X$2!>iH#rr@]N!!+Mhp](=/;uC/-?p##!!!3<S<r6D.80Rp3!X)TFJcD,;J,~>
-+JcCH(!W, at c!!!*"!!33TBC'L>BH at -R"Jb_k#3s4'J6b,9qZ&&[7;HdUARShF<)HFb8k2<:5<Ltc
-+2)6j at 1c@<T4[25"77^!C:/FhoBCKdDD.6F42CKFNh#IN[,"6,9D?W<1!!!+af)G`"qZ$a32-3*O
-+r;Zj>?Mn[BD,28O!!+9AqecI=.KfVL!][.UJcD5>J,~>
-+JcCH(!W, at c!!!*"!!33Q at -hJ/@2o7I"Jb_k#3s4'J6b,9qZ&&Y5\"D8?<U?*:/"5L6pa.%3]K#R
-+0eP"00JYIC3''/c5XIk.84lQV at .7b5AQqko1*mbEh#IN[+@'9*Ad(:#!!!+af)G`"qZ$a20i1"?
-+r;Zj<=Sub4AP+!@!!+08qdon/-Nj;I!][.UJcD5>J,~>
-+JcCH(!W, at c!!!*"!!33P?L22+?Q/tF"Jb_k#3s4'J6b,9qZ&&Y5 at J)1>Zap#9hIrF6U<mu3B&cM
-+0J+e,0/57?2`Wr_5=%Y*7S$0O?LVJ1 at p)Ji0dIPBh#INZ+$X$&A-G$u!!!+af)G`"qZ$a10Mae;
-+r;Zj<<r?J0 at n7U;!!+-5qd]b+-3O2H!][.UJcD5>J,~>
-+JcCE'"7d];!r`0#)HuBC"`#Fb!!8GVrri/:LeA<X!!!,T!!WK8)C7.;D#S;WD-p%#/ftZ+nc0I-
-+*B-;\>A//1Ngc]6S!]J(Nf/U'8hLeR!!<6A5%4/&!G*AP!!%/mrr?p7!!+0Yrb_dP4pq5g!@D7P
-+D?=&p"T8<%'LZ^6D?=?-$N0r+*fBB:s.01?~>
-+JcCE'"7d];!r`0#(fT[2"_8hX!!8GVrri/:LeA<X!!!,T!!WK7(a:V-AH$0GAQVJ_.NK'$nc0I-
-+*B-;\>A//1Ngc]6S!]J(Nf/U'8hLeR!!<6?3a25h!F?fG!!%/mrr?p7!!+*Oral4A3XP`b!@(eF
-+Acc!_"T8<%'0g")Acc6o$2ji**fBB:s.01?~>
-+JcCE'"7d];!r`0#(fKU/"_&\V!!8GVrri/:LeA<X!!!,T!!WH6(a:S*@fBmC at ol,Y.3&j!nc0I-
-+*B-;\>A//1Ngc]6S!]J(Nf/U'8hLeR!!<6>3EYuc!F-WD!!%/mrr?p7!!+'LraZ(=3!oN`!?tYC
-+A-,^Z"T8<%&jBb%A-,sj$2ji**fBB:s.01?~>
-+JcCB&!RDne!!+rlk\^E<0E(qOL%#$Cql)O%!!<6C//RmX#T,R+H'5/BfC%o'"T@&_AeOt@!Z!b"
-+phg+L3;rmXJ(FW'HN4'H!(Hg'!bj_%rW!!#/7\Qp!bOJ%r;Zm*2e;i(!bt.<r;Zm-CY=:=TDsE~>
-+JcCB&!RDne!!+f`k[jj,/H,VLL%#$Cql)O%!!<6A.2MLT#T,R+H'5/BfC%o'"T@&_AeOt@!YdIj
-+pgsP<2#[ITJ(FW'HN4'H!'pHo!b+(orW!!#.9ua^!a[bmr;Zm*1L0ii!b4J/r;Zm-CY=:=TDsE~>
-+JcCB&!RDne!!+c]k[X^(/,fMKL%#$Cql)O%!!<6 at -l)=R#T,R+H'5/BfC%o'"T@&_AeOt@!YdFg
-+pgaD81]@@SJ(FW'HN4'H!'^<k!amnkrW!!#-sHLY!aISjr;Zm*10XTd!b"8*r;Zm-CY=:=TDsE~>
-+JcC<$!O!UE!!*R&kAC8WrVutBrpKe:`(VU<4\SpdDKC)RL5_:_StrEl\%T]#_nN[gYH"FlS!K1r
-+LkC/#>sp.So)K"(/P^8IZde['rr`5=FX?nb!tR.dD>J,M6N-rbT at X#BI/O$F4o9*uBK-4q!!33V
-+Ac$?HCe,EA!!36O=o3(;;'Gl<!Wl'1JcDGDJ,~>
-+JcC<$!O!UE!!*Nuk at O]LrVutBrpKe:`(VU<4\SpdDKC)RL5_:_StrEl\%T]#_nN[gYH"FlS!K1r
-+LkC/#>sp.So)K"(/P^8IZde['rr`5=FX?nb!tHqYAbp!=55kN^T at X#BI/O$F3W!Ci?o/)e!!33R
-+?Me=9A4%.2!!33K;Yt&,9HX35!Wl'1JcDGDJ,~>
-+JcC<$!O!UE!!*Ntk@=QIrVutBrpKe:`(VU<4\SpdDKC)RL5_:_StrEl\%T]#_nN[gYH"FlS!K1r
-+LkC/#>sp.So)K"(/P^8IZde['rr`5=FX?nb!tHnVA,9^94T5<\T at X#BI/O$F3;[4f?8;`a!!33R
-+>l/%5 at R1b-!!33J;>Xl)8fmp2!Wl'1JcDGDJ,~>
-+JcC<$"98%@#Q=](+CF>M!'L5\!GDAKrsetZTjSc=!!F]IHDnmKd/O3tKJW`-!!<NX:29]E"?lec
-+"j5Er!UY(0!!#4ZD?=E-"o\K'">sigD?<ib!rW*#)bY&GD?=,t"oSE&-A^i9s.o[F~>
-+JcC<$"98%@#Q=](*a%W<!''rX!GDAKrsetZTjSc=!!F]IHDnmKd/O3tKJW`-!!<NU87VR0"?HM_
-+"j5Er!UY(0!!#%UAcc<o"TAB&">O9[AcbdR!rW*#)+J38Acc$a"T8<%-A^i9s.o[F~>
-+JcC<$"98%@#Q=](*EMB7!&slW!GDAKrsetZTjSc=!!F]IHDnmKd/O3tKJW`-!!<NT7Uc4*"??G^
-+"j5Er!UY(0!!#"TA--$j"TAB&"#+$WA-,LM!W<!")+A'5A-,a\"T8<%-A^i9s.o[F~>
-+JcC<$rr3#P8,`Ji"#aoYD?W?-!!$0u^]+AicMkla"6,M3"oJ?&"!pHSrb_iq!!";8ec,W$rVup^
-+q/-7E0a%CT!X:VtqJH at C1C*jY!Y7J.r,)RK4:V5h!sMQ/r.4mGs*t~>
-+JcC<$rr3#P8,`Ji"#=?MAd(@!!!$0u^]+AicMkla"6,M3"oJ?&"!U'Cral9e!!";8ec,W$rVupZ
-+q.9\6/d)(Q!X:JhqITe40*hFU!Y.8!r+6";3"5`c!sMQ/r.4mGs*t~>
-+JcC<$rr3#P8,`Ji"#43JA-G'r!!$0u^]+AicMkla"6,M3"oJ?&"!Ks?raZ-b!!";8ec,W$rVupX
-+q.'P2/HbtP!X1AdqIBY1/dM=T!Y%+qr+#k72 at TNa!sMQ/r.4mGs*t~>
-+JcC<$r;Qf!*W?$>%o);+"\8[p!)*6 at rriAhU/DBs!!j64DJj8-!!%,jrr at WL!!#4XD?=9""9&9%
-+#WlbsD?=N<&cD\2"u'E^D?=ZA*W,m>*,rRfJcDbMJ,~>
-+JcC<$r;Qf!*W?$>%S,bq"[`=k!)*6 at rriAhU/DBs!!j3-AnGQh!!%,jrr at WL!!#(TAcc0d!r`0$
-+#WH5hAccF(&H)S1"t`sTAccO-)uK[<*,rRfJcDbMJ,~>
-+JcC<$r;Qf!*W?$>%7]Sm"[W7j!)*6 at rriAhU/DBs!!j3,A7T-b!!%,jrr at WL!!#%SA-,m_!r`0$
-+#<#udA--.#&H)S1"Y<aQA--7')Z0R;*,rRfJcDbMJ,~>
-+JcC<$qu6`iGR"-I!?kk9D?Wc<!!#UcJcG`L"89!.'`A":),b?`"98hqeGfN!rVupbpML%?.foVL
-+!X_/,qJH at O:*0?6!WaKDqecIB2%0<^!s_ebgO]C,s*t~>
-+JcC<$qu6`iGR"-I!?YJ0Ad(^.!!#UcJcG`L"89!.'`A":(JJFI"98hqeGfN!rVup]pLXJ0-is;I
-+!X^tuqITe?8K@[/!WaE<qdon30adgY!s_ebgO]C,s*t~>
-+JcC<$qu6`iGR"-I!?P>-A-GI+!!#UcJcG`L"89!.'`A":(/&1C!rr_peGfN!rVup\pLF>,-NX2H
-+!XUkqqIBY;7iVC,!WaB9qd]b00FI^X!s_ebgO]C,s*t~>
-+JcC<$q>UKI7/d/f"?:2_D?Wr?!!#FcJcGZJ!rfVXr;[!B=>'XSHdhupJ,TEJ4n`ap?7,dQ!!3Qq
-+C\_iL>:]pU!!3m(C]&&PCeZ)TqZ$^<>FXAus0;TS~>
-+JcC<$q>UKI7/d/f">jWSAd(m1!!#FcJcGZJ!rfVXr;[!@;(M\IHdhupJ,TEJ3;-qc=!RhG!!3Ql
-+AGKg=<@J(L!!3j"A,Kp at A4IaDqZ$^<>FXAus0;TS~>
-+JcC<$q>UKI7/d/f">aKPA-GX.!!#FcJcGZJ!rfVXr;[!?:b)MGHdhupJ,TEJ2tgb`<?qVE!!3Nj
-+ at ejO9;^_bH!!3fu at JjX<@R_F?qZ$^<>FXAus0;TS~>
-+JcC<$p\t8n)u]g<&5VV0"B>X+!02X1qYpWrYUo_Q"=!mH&+A!I!-J2?!'9dj!F$iJ!!3["D#%rM
-+AN:.s!!3KeAG^6HB1XKXq>^a62-"a_[+"Yus1//[~>
-+JcC<$p\t8n)u]g<%S>tu"AT+#!02X1qYpWrYUo_Q"<daF&+A!I!-J2?!&jL^!EC?B!!3WqAGKg=
-+?8W)g!!3Ka?2J49?pl:Hq>^a62-"a_[+"Yus1//[~>
-+JcC<$p\t8n)u]g<%S,hq"AK%"!02X1qYpWrYUo_Q"<[[E&+A!I!-J2?!&X at Z!E10?!!3To at ejO9
-+>Vlfd!!3H^>Phq5?:#nCq>^a62-"a_[+"Yus1//[~>
-+JcC<$pAY3cF9VXD!@)%>D?NW5!!0ics7uZrrLtM5!!%r*rr@]N!!"qLD?3l`r;Zm28T"9@!c(:B
-+r;Zm$.U)Xc"'%B("SMg/)(. at 6=D<&;R]<j4aNrGojm;X:qu?Zps8Drps82im%eT5Sj4i/1cICS+
-+k3_d9JcG0<J,~>
-+JcC<$pAY3cF9VXD!?bS4ActR'!!0ics7uZrrLtM5!!%r*rr@]N!!"eHAcYdNr;Zm16tQ1+!b=V4
-+r;Zm$-WKnR"&Cfp"SMg/)(. at 6=D<&;R]<j4aNrGojm;X:qu?Zps8Drps82im%eT5Sj4i/1cICS+
-+k3_d9JcG0<J,~>
-+JcC<$pAY3cF9VXD!?YG1A->=$!!0ics7uZrrLtM5!!%r*rr@]N!!"bGA-#OKr;Zm16=]h%!b+G1
-+r;Zm$-;sYM"&:Zm"82^.)(. at 6=D<&;R]<j4aNrGojm;X:qu?Zps8Drps82im%eT5Sj4i/1cICS+
-+k3_d9JcG0<J,~>
-+JcC<$o`"sB62gib"@2<k"#KuXFb0SerrW"])>sO8444'.MZ*SU1\5Jb<ZV,=!Ye=Fphg.4,m!rE
-+!ZXmNq/-=O<B;-/jo>A_rW2$Z%0d4R(`jqP0K2-eLr]FEs8DtJ~>
-+JcC<$o`"sB62gib"?Ys^"#']TFb0SerrW"])>sO8444'.MZ*SU0_8lW:`K?5!YRt6pgsS&+p%WB
-+!ZFR?q.9b?:Gs.#jo>A_rW2$Z%0d4R(`jqP0K2-eLr]FEs8DtJ~>
-+JcC<$o`"sB62gib"?Pm[""sWSFb0SerrW"])>sO8444'.MZ*SU0Cr]T:)j-3!YRq3pgaG#+T_NA
-+!ZFL;q.'V;:,Nsujo>A_rW2$Z%0d4R(`jqP0K2-eLr]FEs8DtJ~>
-+JcC<$oD\mkVAfF6!?P_<D?F#A!+:BXp&>6hL_9[f"o6RG"d/ld!&/9]D?3ZSr;Zj7:\S`. at 58)d
-+!!3ZqB_H<LCgU%-2CKLT#J^<@)P6qZs8W+L~>
-+JcC<$oD\mkVAfF6!?>>3Ackp2!+:BXp&>6hL_9[f"o6RG"d/ld!%_^QAcYUCr;Zj59(up!=tU$X
-+!!3Wk at J4:=A6;Mi1+!kK#/C3?)P6qZs8W+L~>
-+JcC<$oD\mkVAfF6!?520A-5[/!+:BXp&>6hL_9[f"o6RG"d/ld!%VRNA-#=?r;Zj58G?Wr==jaU
-+!!3Wj?hS"9 at TQ/c0dRYH#/C3?)P6qZs8W+L~>
-+JcC<$nc&ghHN=*H#Y=E%""=3MCOuNWrrhe;$inMurrnel!!"TfnnnJ((]==7)H-<I!bjn2r;Zm'
-+0jsHf&oD8g=A_[X4?#&M/Li(l+<;@:r##5Ir>HIl+!MsY.4m,%-m^&[*?,h2'+bW]#mLM.!!, at W
-+Jc>`MJ,~>
-+JcC<$nc&ghHN=*H#=Irl"""!JCOuNWrrhe;$inMurrnel!!"K[nn%np(B"46(ej[9!b"/$r;Zm'
-+/m7XT&S5<O;G9MC3&<6>.OQJb*ZGsn(Ao!F(`+)2+!N!X.Olhm,9S$H)&<o!%h/jO"p=]%!C6:.
-+rrE(L~>
-+JcC<$nc&ghHN=*H#=7fh"!mpICOuNWrrhe;$inMurrnel!!"HXnmhbl(&\+5(JFL5!adu!r;Zm'
-+/Q_CO&S#*J:eF)<2_m$:.4-8^*?#am(&SjD(]P<g)B9eA,UOrh-R9lX*?,h2'G1ia$4$e;q>^O]
-+oR[#Bs*t~>
-+JcC<$n,EF"*<#p=->)je"`#[i!#"OIs7-*jk\['?rro%t!!"3YnnnMG9GIF*!?G58D?=ZL*W5s>
-+!@1XOD?F]c67Mm6!.]Y#!<7Q~>
-+JcC<$n,EF"*<#p=, at C%S"_9(_!#"OIs7-*jk\['?rro%t!!"-Pnn%r77hbh$!?4l0AccO7)uTa<
-+!?k4FAclRK4sp7/!.]Y#!<7Q~>
-+JcC<$n,EF"*<#p=, at 0nO"_&n\!#"OIs7-*jk\['?rro%t!!"*Mnmhf372#P!!?4f.A--71)uTa<
-+!?b(CA-6:E4=0t,!.]Y#!<7Q~>
-+JcC<$mf*=U>5eL&$r?P6!FQcD!!&aEs6fmerQbEHVZZu")eSVX!c:LAr;Zj@=S?V6>:TgS!!3p*
-+CU7m\;ZHeMJc>`MJ,~>
-+JcC<$mf*=U>5eL&$VL)(!Eg3;!!&aEs6fmerQbEHVZZu").)iF!bFb2r;Zj>;YF](<%%kI!!3j#
-+A$]bL9`P/GJc>`MJ,~>
-+JcC<$mf*=U>5eL&$V9r$!EU'9!!&aEs6fmerQbEHVZZu")-l]B!b4P.r;Zj=;"eE$;C;SF!!3j"
-+ at C'JH9E5&FJc>`MJ,~>
-+JcC<$m/I*c'E.t4/o(3"#%8q]!!!>#JcE7["h=j<!"WH+D?=WD&,cJ/,[9t[!bF>!r;[B1#nIdk
-+,:P<)4[Vh<=']?Ok\_eaBkCj_?<^N3;GU"Z7mo[-4?5;U0eOt),pFEO)Aa)#%h&aK!rr<sJc>`M
-+J,~>
-+JcC<$m/I*c'E.t4.Ur3c#$N>S!!!>#JcE7["h=j<!"N-#AccL/%fHA.+]\5J!a[\jr;[B1#S%Oe
-++=8Wp3'K`&:f^h1k[l5R@:!2A=&`'n9M.fC69dUo3&NHF/Li.p,9S!G(`!br%LWOH!rr<sJc>`M
-+J,~>
-+JcC<$m/I*c'E.t4.U`'_#$</P!!!>#JcE7["h=j<!"E$!A--4)%fHA.+B.uE!aIMgr;[B1#S%Oe
-++=8Tn2a'N":K:S+k[Z)N?X-c9<DlXf91VN>5s at Ck2Dd-A/1Dql+s.gD(DRPo%1<FG!rr<sJc>`M
-+J,~>
-+JcC<$li."I8H&Si%9`UH!`1'ArVusEgk#L6rrpO^!!!3mmqr2B64Ehn!WaZTp20qI7MbCl#lt28
-+$k<j_'c%Va(^Uuo().>j$jd+?fDko6Jc>`MJ,~>
-+JcC<$li."I8H&Si$r["8!_OR9rVusEgk#L6rrpO^!!!3hmq)W34q.Dj!WaQJp1=A95nr_e(BF[F
-+$OmXZ',2/s()I`%'bh8l%1<FG"5!SROb*N4s*t~>
-+JcC<$li."I8H&Si$rQq5!_FI7rVusEgk#L6rrpO^!!!0emplK/4:D,g!WaQHp1+5558<Mc#lt28
-+$OmUY&el)Y(B5'Q&eGKZ#R(=_!!&.4rrE(L~>
-+JcC<$lMh4jQO<cn"ANW*/IhXY!Y^[kJcE+W!T5O.!!4HGD=DEEC-N()!!30N at .eC?<$N+f#eL'J
-+#S.Xi+t50'A,ZH-rntrTnV at -p~>
-+JcC<$lMh4jQO<cn"@lok.Lc7U!Y^[kJcE+W!T5O.!!4?>Aaj:5 at latr!!30K=nQA0:*:2Z#J0sI
-+#S.Xi+t50'A,ZH-rntrTnV at -p~>
-+JcC<$lMh4jQO<cn"@ccg.1?(S!Y^[kJcE+W!T5O.!!4<;A+4"1 at 6"Yn!!30J=7p),9HXuX#J0sI
-+#S.Xi+t50'A,ZH-rntrTnV at -p~>
-+JcC<$kl1e?2uip[qZ$[4PPTk1Z2Xjq?i9s,!Za77nSSDC4:1rd!u!n(D=_WVBjt=I:Imf62(p@%
-+)\ihg!TO/(!t,b_-8 at VS<b-6&OeT5&g#qbpqZ$Tafu'nWJ8%qF-4g4V!!4R'iJRYc~>
-+JcC<$kl1e?2uip[qZ$[4PPTk1Z2Xjq?i9s,!ZNt*nR_i33!fH_!tm[rAb0LF at 9Z`-8OGX"0e4Ol
-+)&!Ga!TO/(!t,b_-8 at VS<b-6&OeT5&g#qbpqZ$Tafu'nWJ8%qF-4g4V!!4R'iJRYc~>
-+JcC<$kl1e?2uip[qZ$[4PPTk1Z2Xjq?i9s,!?3h&nRM]/2 at 06]!tdOmA+O4B?Wg<&84#Es0Ie=h
-+)&!Ga!TO/(!t,b_-8 at VS<b-6&OeT5&g#qbpqZ$Tafu'nWJ8%qF-4g4V!!4R'iJRYc~>
-+JcC<$kPkS[8,N>h"&l?#JcDkP!NQn3!!<<M;/PlA!baOuqu?m'))"B\CZfRHBjt=I:Imf62(p@%
-+)\ihg!TO.`!>Zt:*<GR.!E&9Ds*t~>
-+JcC<$kPkS[8,N>h"&l?#JcDkP!NQn3!!<<J94d[+!b!niqu?m&(Fq^KAERP9 at 9Z`-8OGX"0e4Ol
-+)&!Ga!TO.`!>Zt:*<GR.!E&9Ds*t~>
-+JcC<$kPkS[8,N>h"&l?#JcDkP!NQn3!!<<I8n7F&!ad_fqu?m&(FhRF at cq85?Wg<&84#Es0Ie=h
-+)&!Ga!TO.`!>Zt:*<GR.!E&9Ds*t~>
-+JcC<$k5PXf!!"!QZh8nLWW*(cSmE<4!!3^%D=VQGB/Kkg!!NH?/4!<OgMRR:@U)o/84#Bq0.8"`
-+'b1KMjT#Jh&/ccG-62sa!=Qr-s*t~>
-+JcC<$k5PXf!!"!QZh8nLWW*(cSmE<4!!3ZtAb'F7?SVf\!!NH=-p1=8gL_"*>?+Hj6Tm at _.jZ8T
-+'+G0IjT#Jh%i?N@,9$L\!=Qr-s*t~>
-+JcC<$k5PXf!!"!QZh8nLWW*(cSmE<4!!3WrA+F.3>qlNY!!NH=-p(13gLLk&=]8'd69I.[.O6&Q
-+'+G0IjT#Jh%Mp<<+rU=Z!=Qr-s*t~>
-+JcC<$k5PP>@TrJVs.]Mpe8uB&!!3d(D=VQGAMOD]!!Er^5?2LFDB!;!>ZFQj69@%X-mBTF%L<.E
-+'HSYW4%)hG@;>XV#%T\"!!!PPNrOV~>
-+JcC<$k5PP>@TrJVs.]Mpe8uB&!!3^!Ab'F7?7lBR!!EoZ4&9A4AfG/_<DQ1R4Z>)G,p+!<%0ltB
-+'-&;N2Es`0>%@D@#$j%k!!!PPNrOV~>
-+JcC<$k5PP>@TrJVs.]Mpe8uB&!!3]tA+F.3>V-'N!!ElX3_j,0A/elY;bfkM4>nlC,T[g:%0ltB
-+&fW)J2*ON,=CM&:#$Wkh!!!PPNrOV~>
-+JcC<$JcC<$!rJu\r;Zm38T"$9!b3kcr;Zj%!r2g"!Yd.N=)5!W"_\hT!#+a\s*t~>
-+JcC<$JcC<$!rJu\r;Zm26tPq$!aI5Wr;Zj%!r2g"!YZtE;.HeA"^i2J!#+a\s*t~>
-+JcC<$JcC<$!rJu\r;Zm26Y#[t!a7&Tr;Zj%!r2g"!>6bA:LUG;"^W#G!#+a\s*t~>
-+JcC<$JcC<$rr3#54oG?^'ME<6D?=6($2ji,">E>""o/-%!u<FS=_kci#[^tLAS54D=CqJL"DShT
-+!*PB_J,~>
-+JcC<$JcC<$rr3#54oG?^&k-C&Acc-j#lO`+">E>""o/-%!Yd(I;ImOS#Zt57?=6`);I9?7"C`2J
-+!*PB_J,~>
-+JcC<$JcC<$rr3#54oG?^&k$7#A-,mf#lO`+">E>""o/-%!Yd%F;.@:Ns&TD.>[C?":gF!1"CN&H
-+!*PB_J,~>
-+JcC<$JcC<$r;Qf03rK$Z$;^20!c1LOqu?pFK"%%T/d1tM"9B>m7UGY's()IJB4kmlC27X&j),$:
-+;)KU6"8Mp'!@1]`DIj(R!61-#J,~>
-+JcC<$JcC<$r;Qf03rK$Z#tj`"!b=b at qu?pFK"%%T/d1tM"9B8h6!3\ira#h:?t!MR at q902Ad)^=
-+0d7;5q#C^%+])c_?3gN2`fU4N~>
-+JcC<$JcC<$r;Qf03rK$Z#tXSs!b+P;qu?pFK"%%T/d1tM"9B5f5?@>cr`f\6?=.)J@:Ea,A-HF7
-+0Hh)2q#C^%+AQHX>R(6/`fU4N~>
-+JcC<$JcC<$qYpT+3;igX,%'hW!amknr;[--;n;l#`faXY"8Mp,"sH!%D/O6.=?\A^(_-W>!"K#3
-+$POI(/2TIW9N58-D"hfL?9]S:nGib9?>`.2!,.JoJ,~>
-+JcC<$JcC<$qYpT+3;igX+B\,F!a.5br;[--;n;l#`faXY"8Mp,"s,WmAS,Oc;E?<N((C?;!"K#3
-+$5+4"-nmVF7o!)jAG9[<=$%H+nGib7=(XYs!,.JoJ,~>
-+JcC<$JcC<$qYpT+3;igX+'.lA!`q&_r;[--;n;l#`faXY"8Mp,"WfKj at q9+[:cKpH((C<:!"K#3
-+$5"-u-ndJB78-Zb at eXC8<B;0(nGib6<Fe5m!,.JoJ,~>
-+JcC<$JcC<$q#:B'1B%7T"#Xf^D?=WI+8c*?,)5:[rrr#2N`me3q>^U!-QW?H!"&c;*%<g7;-lpJ%
-+Jg&3![L<@;G9SgHXdE]!!F`W!WX[2s*t~>
-+JcC<$JcC<$q#:B'1B%7T"#46RAccL4*W,m=,)5:[rrr#2N`me3q>^U!,THmC!"&c:)C at 7)9NO\5%
-+/Kr2![L<@;G9SgHXdE]!!FWN!WX[2s*t~>
-+JcC<$JcC<$q#:B'1B%7T"#+*OA--4.*;fd<,)5:[rrr#2N`me3q>^Tu,T?gB!"&`9)'q%%8l\;/%
-+/Kr2![L<@;G9SgHXdE]!!FWL!<=R1s*t~>
-+JcC<$JcC<$p\t<oU`9:5!XqV:mqr272%0?_!sMW6rVZZurP4(Z&bZ2<!>I%N:.n/K770@*4ZbY_
-+2)?6[kl:i#@'8;aq#:ElSgXL;"9J`,!:l9PJ,~>
-+JcC<$JcC<$p\t<oU`9:5!Xh>+mq)W(0adjZ!sMW6rVZZurP4(Z&bZ2<!>I%N:.n/K770@*4ZbY_
-+2)?6[kl:i#@'8;aq#:ElSgXL;"9J]+!:l9PJ,~>
-+JcC<$JcC<$p\t<oU`9:5!Xh;(mplK$0FIaY!sMW6rVZZurP4(Z&bZ2<!>I%N:.n/K770@*4ZbY_
-+2)?6[kl:i#@'8;aq#:ElSgXL;"9AW*!:l9PJ,~>
-+JcC<$JcC<$p&>*bGR+3J!>/Q(D?=WI+8c*?,)5:VrsRPN?4[):(0HdBk5OfK$i&c/]rIHREaMEn
-+');M1#=FBrrpp'jqiMKg!!(u?s*t~>
-+JcC<$JcC<$p&>*bGR+3J!>&5uAccL4*W,m=,)5:VrsRPN?4[):(0HdBk5OfK$i&c/]rIHREaMEn
-+');M1#=FBrrpp'jqiMKg!!(u?s*t~>
-+JcC<$JcC<$p&>*bGR+3J!=r)rA--4.*;fd<,)5:VrsRPN?4[):(0HdBk5OfK$i&c/]rIHREaMEn
-+');M1#=FBrrpp'jqiMKg!!(u?s*t~>
-+JcC<$JcC<$oD\jG9`>"n!]+QXD?=3'$iL&-"]Mu1q#:B2hq\5;p!U12F]*(`p[%n]lY-J#!!(f:
-+s*t~>
-+JcC<$JcC<$oD\jG9`>"n!\\$MAcc*i$N0r,"]Mu1q#:B2hq\5;p!U12F]*(`p[%n]lY-J#!!(f:
-+s*t~>
-+JcC<$JcC<$oD\jG9`>"n!A7dIA-,gd$N0r,"]Mu1q#:B2hq\5;p!U12F]*(`p[%n]lY-J#!!(f:
-+s*t~>
-+JcC<$JcC<$nc&Wu-N3uH%QS7jD?=WI+8c*?,)59errh+5!"8^es*t~>
-+JcC<$JcC<$nc&Wu-N3uH%5hV^AccL4*W,m=,)59errh+5!"8^es*t~>
-+JcC<$JcC<$nc&Wu-N3uH$oDAZA--4.*;fd<,)59errh+5!"8^es*t~>
-+JcC<$JcC<$nG`RcJdD>U!s9iDD!c*A?o8>j!"/f?.7%'TLS)'$k52jl!op!HOT0h~>
-+JcC<$JcC<$nG`RcJdD>U!s9`<AF3t1=YU9^!"/f?.7%'TLS)'$k52jl!op!HOT0h~>
-+JcC<$JcC<$nG`RcJdD>U!s9]9 at dR\-="k![!"/f?.7%'TLS)'$k52jl!op!HOT0h~>
-+JcC<$JcC<$mf*=B3W&jY$8G]ND?=WI+7oO@!Z!@V>]bq"]@-!CJcF7"J,~>
-+JcC<$JcC<$mf*=B3W&jY#q]*CAccL3*:s4=!Z!@V>]bq"]@-!CJcF7"J,~>
-+JcC<$JcC<$mf*=B3W&jY#qSs at A--4.*:s4=!Z!@V>]bq"]@-!CJcF7"J,~>
-+JcC<$JcC<$m/I.5E>SNQ!Yde.m;<&;2'!22m/RD33EC3^XNBW'JcFR+J,~>
-+JcC<$JcC<$m/I.5E>SNQ!YRItm:HK+0cLT+m/RD33EC3^XNBW'JcFR+J,~>
-+JcC<$JcC<$m/I.5E>SNQ!YRFqm:6?'0H(E)m/RD33EC3^XNBW'JcFR+J,~>
-+JcC<$JcC<$lMgt`ZW.;0!!<6E88 at I.$>EjH90bBd+rCakn,Nau+?`nOPH`<rrdk+3s*t~>
-+JcC<$JcC<$lMgt`ZW.;0!!<6C6Xo at n$=R%376E=S*u57en,Nau+?`nOPH`<rrdk+3s*t~>
-+JcC<$JcC<$lMgt`ZW.;0!!<6B6=B+i$=?h.6om%N*Yf(cn,Nau+?`nOPH`<rrdk+3s*t~>
-+JcC<$JcC<$kPkYPQT5*F!!<HW<,LZ5$"mOB83Sj[+;P=S!!ifT5[A]&ZdST!s6fo;~>
-+JcC<$JcC<$kPkYPQT5*F!!<ES:1`Ht$"-e.6TQnK*Y\qN!!ifT5[A]&ZdST!s6fo;~>
-+JcC<$JcC<$kPkYPQT5*F!!<ER9k33o$!pV)69-\G*>AhM!!ifT5[A]&ZdST!s6fo;~>
-+JcC<$JcC<$jSo;7Hlr7d!Y77ugMR:4?W0ET/g1r9nGi\;?&c>iJcG?AJ,~>
-+JcC<$JcC<$jSo;7Hlr7d!Y.%igL^_$=A;(>.N]<0nGi\;?&c>iJcG?AJ,~>
-+JcC<$JcC<$jSo;7Hlr7d!Y."fgLLRu=%be8.39-.nGi\;?&c>iJcG?AJ,~>
-+JcC<$JcC<$ir9,Z^0hEJ!!4*-B[pu+C0jb+3%Q-b#PJ-$!@1a(]^C at Nq#>j~>
-+JcC<$JcC<$ir9,Z^0hEJ!!4$&@+Aip at TQ2f1asFX#5/$#!@1a(]^C at Nq#>j~>
-+JcC<$JcC<$ir9,Z^0hEJ!!4$%?I`Ql?r]f`1FO7V#5/$#!@1a(]^C at Nq#>j~>
-+JcC<$JcC<$hu<fNU-o(]!!<?O:i4Nr#&7C>6T6J/p](Hu,?9Q/qgneGs*t~>
-+JcC<$JcC<$hu<fNU-o(]!!<?L8nH=\#%LY*4u4Q"p](Hu,?9Q/qgneGs*t~>
-+JcC<$JcC<$hu<fNU-o(]!!<?L87TtV#%:G$4Ye>sp](Hu,?9Q/qgneGs*t~>
-+JcC<$JcC<$h#@H8L+)s"!Xpkib&.B!=[4SW!r2g"!\IuTf)C:$J,~>
-+JcC<$JcC<$h#@H8L+)s"!Xg\^b%:ff;EQHG!r2g"!\IuTf)C:$J,~>
-+JcC<$JcC<$h#@H8L+)s"!X^SZb%(Zb;*$0B!r2g"!\IuTf)C:$J,~>
-+JcC<$JcC<$g&D,qCD6UG!Z""3aDM/t>=C1_"Si$#&P.Jan:psn~>
-+JcC<$JcC<$g&D,qCD6UG!Yme'aCYTd<'VuN"Si$#&P.Jan:psn~>
-+JcC<$JcC<$g&D,qCD6UG!Yd\#aCGH`;ElZJ"Si$#&P.Jan:psn~>
-+JcC<$JcC<$fDbsKX\T-!!!<9H95DOb"`7I0/f"Ka!!E?ZH+s*3s*t~>
-+JcC<$JcC<$fDbsKX\T-!!!<9F7UsGM"_C[r.hi$\!!E?ZH+s*3s*t~>
-+JcC<$JcC<$fDbsKX\T-!!!<9E7:F2H"_1Im.MMp[!!E?ZH+s*3s*t~>
-+JcC<$JcC<$eGfU8OYcn80a.ss'Gh]1,:4lm1,V'T5t+=<:fLM#?!(-+:eaMR8kVfN9heAX:Jakb
-+;,U=p?".L<D?OZP4!G%.!!3L4cA_dR~>
-+JcC<$JcC<$eGfU8OYcn8*s;r^&f)?*+=&<b/i#:D4?u8'8kr5_<`2ag8k;?<7K,ad7n?0B8P2TJ
-+9MA/X<a/u&AcuR;2BW>&!!3L4cA_dR~>
-+JcC<$JcC<$eGfU8OYcn8*!?WZ&eu9(+<r3_/MT(@4$Gu"85)fX<)?=_84NSG!^oIGr^I8c84Z<D
-+8kM`Q<*<PuA-?:62'3/$!!3L4cA_dR~>
-+JcC<$JcC<$dJj9tFrJR)$O$kJ(*>"`5YG-dD#/#O?Ulagqu?a![>k3:~>
-+JcC<$JcC<$dJj9tFrJR)$NpbG'HJPU4 at W.NAGTm?=@+MUqu?a![>k3:~>
-+JcC<$JcC<$dJj9tFrJR)$NpbG'HAGR3^c_G at esU;=$\;Qqu?a![>k3:~>
-+JcC<$JcC<$ci44I\6::"'+2_Z"UlG.86p*1D?a`D-3=/I7ZIFu~>
-+JcC<$JcC<$ci44I\6::"'+2_Z"Uc;(6WRdrAd2X0,6 at iF7ZIFu~>
-+JcC<$JcC<$ci44I\6::"'+2_Z"UZ2%5u_ at lA-Q@++oqZD7ZIFu~>
-+JcC<$JcC<$a8[mhn)iHVbeq&uWM,]?L448]A70+iGCG4)N/NOKLP:D6JUi5uI!U'^CL9t/3 at u?e
-+"nVct!Z3LSCAi#P;#gSfNW4M~>
-+JcC<$JcC<$a8[mhn)iHVbeq&uWM,]?L448]A70+iGCG4)N/NOKLP:D6JUi5uI!U'^CL9t/3 at u?e
-+"nVct!Z!7J at f9m@9)nr`NW4M~>
-+JcC<$JcC<$a8[mhn)iHVbeq&uWM,]?L448]A70+iGCG4)N/NOKLP:D6JUi5uI!U'^CL9t/3 at u?e
-+"nVct!Z!4G@/XU<8cSi_NW4M~>
-+JcC<$JcC<$QN%9jm*`D9KkjRG(&.b6*'S.K%fcU&NW4M~>
-+JcC<$JcC<$QN%9jm*`D9KkjRG(&.b6)EMD7%KHL%NW4M~>
-+JcC<$JcC<$QN%9jm*`D9KkjRG(&.b6))u)0%KHL%NW4M~>
-+JcC<$JcC<$N;j(B["MC(!W2p$!t>51-N&l'J,~>
-+JcC<$JcC<$N;j(B["MC(!W2p$!Xo&/-N&l'J,~>
-+JcC<$JcC<$N;j(B["MC(!W2p$!Xo&/-N&l'J,~>
-+JcC<$JcC<$L]7JS]Q>.k!!+>$N;nD~>
-+JcC<$JcC<$L]7JS]Q>.k!!+>$N;nD~>
-+JcC<$JcC<$L]7JS]Q>.k!!+>$N;nD~>
-+%%EndData
-+showpage
-+%%Trailer
-+end
-+%%Trailer
-+cleartomark
-+countdictstack
-+exch sub { end } repeat
-+restore
-+%%EOF
diff --git a/debian/patches/0013-check_for_updates.patch b/debian/patches/0013-check_for_updates.patch
deleted file mode 100644
index 7b2e607..0000000
--- a/debian/patches/0013-check_for_updates.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: check_for_updates
-
----
- python/coot_load_modules.py |    1 -
- python/extensions.py        |    7 -------
- 2 files changed, 8 deletions(-)
-
-diff --git a/python/coot_load_modules.py b/python/coot_load_modules.py
-index 35b7fe6..17109a4 100644
---- a/python/coot_load_modules.py
-+++ b/python/coot_load_modules.py
-@@ -72,7 +72,6 @@ pre_list = ["coot_utils.py",
- 	    "group_settings.py"]
- post_list = ["coot_gui.py",
-              "tips_gui.py",
--             "check_for_updates.py",
-              "extensions.py",
-              "shelx_extensions.py",
-              "clear_backup.py",
-diff --git a/python/extensions.py b/python/extensions.py
-index ed80969..69f8b56 100755
---- a/python/extensions.py
-+++ b/python/extensions.py
-@@ -47,13 +47,6 @@ if (have_coot_python):
-                                      lambda func: whats_new_dialog())
- 
- 
--       os_type = os.name
--       if not os_type == 'mac':
--         add_simple_coot_menu_menuitem(menu, "Check for Updates...",
--                                       lambda func: (printf("checking for updates..."),
--                                                     check_for_updates_gui()))
--
--
-      # --------------------------------------------------
-      #           coordinated water validation dialog
-      # --------------------------------------------------
diff --git a/debian/patches/0014-optparse.patch b/debian/patches/0014-optparse.patch
deleted file mode 100644
index 9fa56ad..0000000
--- a/debian/patches/0014-optparse.patch
+++ /dev/null
@@ -1,2664 +0,0 @@
-From: Morten Kjeldgaard <mok0 at ubuntu.com>
-Date: Fri, 11 Jan 2013 10:00:03 +0100
-Subject: optparse
-
----
- src/Makefile.am     |   10 +-
- src/cmdline.c       | 1689 +++++++++++++++++++++++++++++++++++++++++++++++++++
- src/cmdline.ggo     |  159 +++++
- src/cmdline.h       |  318 ++++++++++
- src/command-line.cc |  410 +++++--------
- 5 files changed, 2329 insertions(+), 257 deletions(-)
- create mode 100644 src/cmdline.c
- create mode 100644 src/cmdline.ggo
- create mode 100644 src/cmdline.h
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index ec2b622..1716922 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -91,7 +91,8 @@ EXTRA_DIST = \
- 	coot.py coot_gtk1.py coot_gtk2.py \
- 	junk.cc coot.defs coot-dox.cfg post-gtk2-glade.sh \
-         post-process-coot-wrap-guile.sh \
--        post-process-coot-wrap-python.sh
-+        post-process-coot-wrap-python.sh \
-+	cmdline.ggo
- 
- 
- 
-@@ -284,6 +285,8 @@ coot_real_SOURCES = \
- 	cmtz-interface.cc	 \
- 	command-line.cc		 \
- 	command-line.hh		 \
-+	cmdline.c                \
-+	cmdline.h                \
- 	coot-database.hh	 \
- 	coot-align.cc 		 \
- 	coot-align.hh		 \
-@@ -509,3 +512,8 @@ density_score_by_residue_real_LDADD  =	\
- 	$(CLIPPER_LIBS) 	\
- 	$(MMDB_LIBS)		\
- 	$(GSL_LIBS)
-+
-+# Alternate command line parser
-+cmdline.h: cmdline.c
-+cmdline.c: cmdline.ggo
-+	gengetopt --input=$< --file-name=cmdline
-diff --git a/src/cmdline.c b/src/cmdline.c
-new file mode 100644
-index 0000000..c783895
---- /dev/null
-+++ b/src/cmdline.c
-@@ -0,0 +1,1689 @@
-+/*
-+  File autogenerated by gengetopt version 2.22.2
-+  generated with the following command:
-+  gengetopt --input=cmdline.ggo --file-name=cmdline --no-handle-error
-+
-+  The developers of gengetopt consider the fixed text that goes in all
-+  gengetopt output files to be in the public domain:
-+  we make no copyright claims on it.
-+*/
-+
-+/* If we use autoconf.  */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+
-+#ifndef FIX_UNUSED
-+#define FIX_UNUSED(X) (void) (X) /* avoid warnings for unused params */
-+#endif
-+
-+#include "getopt.h"
-+
-+#include "cmdline.h"
-+
-+const char *gengetopt_args_info_purpose = "Model building program for macromolecular crystallography";
-+
-+const char *gengetopt_args_info_usage = "Usage: " CMDLINE_PARSER_PACKAGE " [OPTIONS]...";
-+
-+const char *gengetopt_args_info_description = "Coot follows the usual GNU command line syntax, with long options starting with \ntwo dashes. In options that take an argument, the `=' character is optional, so \nyou can write e.g. --pdb filename";
-+
-+const char *gengetopt_args_info_detailed_help[] = {
-+  "  -h, --help                    Print help and exit",
-+  "      --detailed-help           Print help, including all details and hidden \n                                  options, and exit",
-+  "      --full-help               Print help, including hidden options, and exit",
-+  "  -V, --version                 Print version and exit",
-+  "      --version-full            Output more version details and exit  \n                                  (default=off)",
-+  "\nExperimental data:",
-+  "  -p, --pdb=filename            Input coordinate file ",
-+  "  Input PDB, SHELX .ins/.res files, or CIF format files",
-+  "      --coords=filename         Same as --pdb",
-+  "      --xyzin=filename          Same as --pdb",
-+  "  -m, --map=filename            Input CCP4-format map",
-+  "  -d, --data=filename           Input MTZ, PHS or mmCIF reflection data",
-+  "      --hklin=filename          Same as --data",
-+  "  -a, --auto=filename           On startup, read MTZ file with default column \n                                  labels",
-+  "  Uses default MTZ column labels FWT and PHWT",
-+  "      --code=pdb-id             On startup, get PDB file and map from EDS",
-+  "  (Electron Density Server)",
-+  "      --dictionary=filename     Read in a CIF monomer dictionary",
-+  "\nScripting:",
-+  "  -s, --script=filename         Run a script on startup",
-+  "  -c, --command=command         Run a command on startup",
-+  "      --python                  Process -c arguments as Python  (default=off)",
-+  "  Process arguments as Python rather than Scheme. This option only has any \n  meaning if Coot is built with Guile support, in which case the arguments are \n  considered to be Scheme by default",
-+  "\nEnvironment:",
-+  "      --ccp4-project=directory  Define CCP4 project directory",
-+  "      --directory=directory     Define working directory",
-+  "  Coot will do work in this directory",
-+  "\nStartup options:",
-+  "      --no-state-script         Don't run the state script  (default=off)",
-+  "  Don't save a state script on exit either",
-+  "      --state-script            Run the state script without asking  \n                                  (default=off)",
-+  "      --no-graphics             Run Coot without graphics  (default=off)",
-+  "      --no-guano                Don't write state and history files on exit  \n                                  (default=off)",
-+  "      --no-splash-screen        Don't display splash screen  (default=off)",
-+  "      --splash-screen=PNG image Alternate splash screen",
-+  "      --small-screen            Start up on computer with small screen  \n                                  (default=off)",
-+  "  Especially useful on note-book computers",
-+  "      --stereo                  Start in hardware stereo mode  (default=off)",
-+  "      --side-by-side            Start in side-by-side stereo mode  \n                                  (default=off)",
-+  "      --zalman-stereo           Use Zalman stereo hardware  (default=off)",
-+  "\nMiscellaneous:",
-+  "      --host=STRING             Run listener on host",
-+  "      --hostname=STRING         Same as --host",
-+  "      --port=INT                Port number for listener defined by --host",
-+  "\nCoot maintenance:",
-+  "      --update-self             Attempt update of Coot installation  \n                                  (default=off)",
-+  "      --self-test               Run internal self-test and exit  (default=off)",
-+    0
-+};
-+static void
-+init_full_help_array(void)
-+{
-+  gengetopt_args_info_full_help[0] = gengetopt_args_info_detailed_help[0];
-+  gengetopt_args_info_full_help[1] = gengetopt_args_info_detailed_help[1];
-+  gengetopt_args_info_full_help[2] = gengetopt_args_info_detailed_help[2];
-+  gengetopt_args_info_full_help[3] = gengetopt_args_info_detailed_help[3];
-+  gengetopt_args_info_full_help[4] = gengetopt_args_info_detailed_help[4];
-+  gengetopt_args_info_full_help[5] = gengetopt_args_info_detailed_help[5];
-+  gengetopt_args_info_full_help[6] = gengetopt_args_info_detailed_help[6];
-+  gengetopt_args_info_full_help[7] = gengetopt_args_info_detailed_help[8];
-+  gengetopt_args_info_full_help[8] = gengetopt_args_info_detailed_help[9];
-+  gengetopt_args_info_full_help[9] = gengetopt_args_info_detailed_help[10];
-+  gengetopt_args_info_full_help[10] = gengetopt_args_info_detailed_help[11];
-+  gengetopt_args_info_full_help[11] = gengetopt_args_info_detailed_help[12];
-+  gengetopt_args_info_full_help[12] = gengetopt_args_info_detailed_help[13];
-+  gengetopt_args_info_full_help[13] = gengetopt_args_info_detailed_help[15];
-+  gengetopt_args_info_full_help[14] = gengetopt_args_info_detailed_help[17];
-+  gengetopt_args_info_full_help[15] = gengetopt_args_info_detailed_help[18];
-+  gengetopt_args_info_full_help[16] = gengetopt_args_info_detailed_help[19];
-+  gengetopt_args_info_full_help[17] = gengetopt_args_info_detailed_help[20];
-+  gengetopt_args_info_full_help[18] = gengetopt_args_info_detailed_help[21];
-+  gengetopt_args_info_full_help[19] = gengetopt_args_info_detailed_help[23];
-+  gengetopt_args_info_full_help[20] = gengetopt_args_info_detailed_help[24];
-+  gengetopt_args_info_full_help[21] = gengetopt_args_info_detailed_help[25];
-+  gengetopt_args_info_full_help[22] = gengetopt_args_info_detailed_help[27];
-+  gengetopt_args_info_full_help[23] = gengetopt_args_info_detailed_help[28];
-+  gengetopt_args_info_full_help[24] = gengetopt_args_info_detailed_help[30];
-+  gengetopt_args_info_full_help[25] = gengetopt_args_info_detailed_help[31];
-+  gengetopt_args_info_full_help[26] = gengetopt_args_info_detailed_help[32];
-+  gengetopt_args_info_full_help[27] = gengetopt_args_info_detailed_help[33];
-+  gengetopt_args_info_full_help[28] = gengetopt_args_info_detailed_help[34];
-+  gengetopt_args_info_full_help[29] = gengetopt_args_info_detailed_help[35];
-+  gengetopt_args_info_full_help[30] = gengetopt_args_info_detailed_help[37];
-+  gengetopt_args_info_full_help[31] = gengetopt_args_info_detailed_help[38];
-+  gengetopt_args_info_full_help[32] = gengetopt_args_info_detailed_help[39];
-+  gengetopt_args_info_full_help[33] = gengetopt_args_info_detailed_help[40];
-+  gengetopt_args_info_full_help[34] = gengetopt_args_info_detailed_help[41];
-+  gengetopt_args_info_full_help[35] = gengetopt_args_info_detailed_help[42];
-+  gengetopt_args_info_full_help[36] = gengetopt_args_info_detailed_help[43];
-+  gengetopt_args_info_full_help[37] = gengetopt_args_info_detailed_help[44];
-+  gengetopt_args_info_full_help[38] = gengetopt_args_info_detailed_help[45];
-+  gengetopt_args_info_full_help[39] = gengetopt_args_info_detailed_help[46];
-+  gengetopt_args_info_full_help[40] = 0;
-+
-+}
-+
-+const char *gengetopt_args_info_full_help[41];
-+
-+static void
-+init_help_array(void)
-+{
-+  gengetopt_args_info_help[0] = gengetopt_args_info_detailed_help[0];
-+  gengetopt_args_info_help[1] = gengetopt_args_info_detailed_help[1];
-+  gengetopt_args_info_help[2] = gengetopt_args_info_detailed_help[2];
-+  gengetopt_args_info_help[3] = gengetopt_args_info_detailed_help[3];
-+  gengetopt_args_info_help[4] = gengetopt_args_info_detailed_help[4];
-+  gengetopt_args_info_help[5] = gengetopt_args_info_detailed_help[5];
-+  gengetopt_args_info_help[6] = gengetopt_args_info_detailed_help[6];
-+  gengetopt_args_info_help[7] = gengetopt_args_info_detailed_help[10];
-+  gengetopt_args_info_help[8] = gengetopt_args_info_detailed_help[11];
-+  gengetopt_args_info_help[9] = gengetopt_args_info_detailed_help[13];
-+  gengetopt_args_info_help[10] = gengetopt_args_info_detailed_help[15];
-+  gengetopt_args_info_help[11] = gengetopt_args_info_detailed_help[17];
-+  gengetopt_args_info_help[12] = gengetopt_args_info_detailed_help[18];
-+  gengetopt_args_info_help[13] = gengetopt_args_info_detailed_help[19];
-+  gengetopt_args_info_help[14] = gengetopt_args_info_detailed_help[20];
-+  gengetopt_args_info_help[15] = gengetopt_args_info_detailed_help[23];
-+  gengetopt_args_info_help[16] = gengetopt_args_info_detailed_help[24];
-+  gengetopt_args_info_help[17] = gengetopt_args_info_detailed_help[25];
-+  gengetopt_args_info_help[18] = gengetopt_args_info_detailed_help[27];
-+  gengetopt_args_info_help[19] = gengetopt_args_info_detailed_help[28];
-+  gengetopt_args_info_help[20] = gengetopt_args_info_detailed_help[30];
-+  gengetopt_args_info_help[21] = gengetopt_args_info_detailed_help[31];
-+  gengetopt_args_info_help[22] = gengetopt_args_info_detailed_help[32];
-+  gengetopt_args_info_help[23] = gengetopt_args_info_detailed_help[33];
-+  gengetopt_args_info_help[24] = gengetopt_args_info_detailed_help[34];
-+  gengetopt_args_info_help[25] = gengetopt_args_info_detailed_help[35];
-+  gengetopt_args_info_help[26] = gengetopt_args_info_detailed_help[37];
-+  gengetopt_args_info_help[27] = gengetopt_args_info_detailed_help[38];
-+  gengetopt_args_info_help[28] = gengetopt_args_info_detailed_help[39];
-+  gengetopt_args_info_help[29] = gengetopt_args_info_detailed_help[40];
-+  gengetopt_args_info_help[30] = gengetopt_args_info_detailed_help[41];
-+  gengetopt_args_info_help[31] = gengetopt_args_info_detailed_help[43];
-+  gengetopt_args_info_help[32] = 0;
-+
-+}
-+
-+const char *gengetopt_args_info_help[33];
-+
-+typedef enum {ARG_NO
-+  , ARG_FLAG
-+  , ARG_STRING
-+  , ARG_INT
-+} cmdline_parser_arg_type;
-+
-+static
-+void clear_given (struct gengetopt_args_info *args_info);
-+static
-+void clear_args (struct gengetopt_args_info *args_info);
-+
-+static int
-+cmdline_parser_internal (int argc, char * const *argv, struct gengetopt_args_info *args_info,
-+                        struct cmdline_parser_params *params, const char *additional_error);
-+
-+static int
-+cmdline_parser_required2 (struct gengetopt_args_info *args_info, const char *prog_name, const char *additional_error);
-+
-+static char *
-+gengetopt_strdup (const char *s);
-+
-+static
-+void clear_given (struct gengetopt_args_info *args_info)
-+{
-+  args_info->help_given = 0 ;
-+  args_info->detailed_help_given = 0 ;
-+  args_info->full_help_given = 0 ;
-+  args_info->version_given = 0 ;
-+  args_info->version_full_given = 0 ;
-+  args_info->pdb_given = 0 ;
-+  args_info->coords_given = 0 ;
-+  args_info->xyzin_given = 0 ;
-+  args_info->map_given = 0 ;
-+  args_info->data_given = 0 ;
-+  args_info->hklin_given = 0 ;
-+  args_info->auto_given = 0 ;
-+  args_info->code_given = 0 ;
-+  args_info->dictionary_given = 0 ;
-+  args_info->script_given = 0 ;
-+  args_info->command_given = 0 ;
-+  args_info->python_given = 0 ;
-+  args_info->ccp4_project_given = 0 ;
-+  args_info->directory_given = 0 ;
-+  args_info->no_state_script_given = 0 ;
-+  args_info->state_script_given = 0 ;
-+  args_info->no_graphics_given = 0 ;
-+  args_info->no_guano_given = 0 ;
-+  args_info->no_splash_screen_given = 0 ;
-+  args_info->splash_screen_given = 0 ;
-+  args_info->small_screen_given = 0 ;
-+  args_info->stereo_given = 0 ;
-+  args_info->side_by_side_given = 0 ;
-+  args_info->zalman_stereo_given = 0 ;
-+  args_info->host_given = 0 ;
-+  args_info->hostname_given = 0 ;
-+  args_info->port_given = 0 ;
-+  args_info->update_self_given = 0 ;
-+  args_info->self_test_given = 0 ;
-+}
-+
-+static
-+void clear_args (struct gengetopt_args_info *args_info)
-+{
-+  FIX_UNUSED (args_info);
-+  args_info->version_full_flag = 0;
-+  args_info->pdb_arg = NULL;
-+  args_info->pdb_orig = NULL;
-+  args_info->coords_arg = NULL;
-+  args_info->coords_orig = NULL;
-+  args_info->xyzin_arg = NULL;
-+  args_info->xyzin_orig = NULL;
-+  args_info->map_arg = NULL;
-+  args_info->map_orig = NULL;
-+  args_info->data_arg = NULL;
-+  args_info->data_orig = NULL;
-+  args_info->hklin_arg = NULL;
-+  args_info->hklin_orig = NULL;
-+  args_info->auto_arg = NULL;
-+  args_info->auto_orig = NULL;
-+  args_info->code_arg = NULL;
-+  args_info->code_orig = NULL;
-+  args_info->dictionary_arg = NULL;
-+  args_info->dictionary_orig = NULL;
-+  args_info->script_arg = NULL;
-+  args_info->script_orig = NULL;
-+  args_info->command_arg = NULL;
-+  args_info->command_orig = NULL;
-+  args_info->python_flag = 0;
-+  args_info->ccp4_project_arg = NULL;
-+  args_info->ccp4_project_orig = NULL;
-+  args_info->directory_arg = NULL;
-+  args_info->directory_orig = NULL;
-+  args_info->no_state_script_flag = 0;
-+  args_info->state_script_flag = 0;
-+  args_info->no_graphics_flag = 0;
-+  args_info->no_guano_flag = 0;
-+  args_info->no_splash_screen_flag = 0;
-+  args_info->splash_screen_arg = NULL;
-+  args_info->splash_screen_orig = NULL;
-+  args_info->small_screen_flag = 0;
-+  args_info->stereo_flag = 0;
-+  args_info->side_by_side_flag = 0;
-+  args_info->zalman_stereo_flag = 0;
-+  args_info->host_arg = NULL;
-+  args_info->host_orig = NULL;
-+  args_info->hostname_arg = NULL;
-+  args_info->hostname_orig = NULL;
-+  args_info->port_orig = NULL;
-+  args_info->update_self_flag = 0;
-+  args_info->self_test_flag = 0;
-+
-+}
-+
-+static
-+void init_args_info(struct gengetopt_args_info *args_info)
-+{
-+  init_full_help_array();
-+  init_help_array();
-+  args_info->help_help = gengetopt_args_info_detailed_help[0] ;
-+  args_info->detailed_help_help = gengetopt_args_info_detailed_help[1] ;
-+  args_info->full_help_help = gengetopt_args_info_detailed_help[2] ;
-+  args_info->version_help = gengetopt_args_info_detailed_help[3] ;
-+  args_info->version_full_help = gengetopt_args_info_detailed_help[4] ;
-+  args_info->pdb_help = gengetopt_args_info_detailed_help[6] ;
-+  args_info->pdb_min = 0;
-+  args_info->pdb_max = 0;
-+  args_info->coords_help = gengetopt_args_info_detailed_help[8] ;
-+  args_info->coords_min = 0;
-+  args_info->coords_max = 0;
-+  args_info->xyzin_help = gengetopt_args_info_detailed_help[9] ;
-+  args_info->xyzin_min = 0;
-+  args_info->xyzin_max = 0;
-+  args_info->map_help = gengetopt_args_info_detailed_help[10] ;
-+  args_info->map_min = 0;
-+  args_info->map_max = 0;
-+  args_info->data_help = gengetopt_args_info_detailed_help[11] ;
-+  args_info->data_min = 0;
-+  args_info->data_max = 0;
-+  args_info->hklin_help = gengetopt_args_info_detailed_help[12] ;
-+  args_info->hklin_min = 0;
-+  args_info->hklin_max = 0;
-+  args_info->auto_help = gengetopt_args_info_detailed_help[13] ;
-+  args_info->auto_min = 0;
-+  args_info->auto_max = 0;
-+  args_info->code_help = gengetopt_args_info_detailed_help[15] ;
-+  args_info->code_min = 0;
-+  args_info->code_max = 0;
-+  args_info->dictionary_help = gengetopt_args_info_detailed_help[17] ;
-+  args_info->script_help = gengetopt_args_info_detailed_help[19] ;
-+  args_info->script_min = 0;
-+  args_info->script_max = 0;
-+  args_info->command_help = gengetopt_args_info_detailed_help[20] ;
-+  args_info->command_min = 0;
-+  args_info->command_max = 0;
-+  args_info->python_help = gengetopt_args_info_detailed_help[21] ;
-+  args_info->ccp4_project_help = gengetopt_args_info_detailed_help[24] ;
-+  args_info->directory_help = gengetopt_args_info_detailed_help[25] ;
-+  args_info->no_state_script_help = gengetopt_args_info_detailed_help[28] ;
-+  args_info->state_script_help = gengetopt_args_info_detailed_help[30] ;
-+  args_info->no_graphics_help = gengetopt_args_info_detailed_help[31] ;
-+  args_info->no_guano_help = gengetopt_args_info_detailed_help[32] ;
-+  args_info->no_splash_screen_help = gengetopt_args_info_detailed_help[33] ;
-+  args_info->splash_screen_help = gengetopt_args_info_detailed_help[34] ;
-+  args_info->small_screen_help = gengetopt_args_info_detailed_help[35] ;
-+  args_info->stereo_help = gengetopt_args_info_detailed_help[37] ;
-+  args_info->side_by_side_help = gengetopt_args_info_detailed_help[38] ;
-+  args_info->zalman_stereo_help = gengetopt_args_info_detailed_help[39] ;
-+  args_info->host_help = gengetopt_args_info_detailed_help[41] ;
-+  args_info->hostname_help = gengetopt_args_info_detailed_help[42] ;
-+  args_info->port_help = gengetopt_args_info_detailed_help[43] ;
-+  args_info->update_self_help = gengetopt_args_info_detailed_help[45] ;
-+  args_info->self_test_help = gengetopt_args_info_detailed_help[46] ;
-+
-+}
-+
-+void
-+cmdline_parser_print_version (void)
-+{
-+  printf ("%s %s\n",
-+     (strlen(CMDLINE_PARSER_PACKAGE_NAME) ? CMDLINE_PARSER_PACKAGE_NAME : CMDLINE_PARSER_PACKAGE),
-+     CMDLINE_PARSER_VERSION);
-+}
-+
-+static void print_help_common(void) {
-+  cmdline_parser_print_version ();
-+
-+  if (strlen(gengetopt_args_info_purpose) > 0)
-+    printf("\n%s\n", gengetopt_args_info_purpose);
-+
-+  if (strlen(gengetopt_args_info_usage) > 0)
-+    printf("\n%s\n", gengetopt_args_info_usage);
-+
-+  printf("\n");
-+
-+  if (strlen(gengetopt_args_info_description) > 0)
-+    printf("%s\n\n", gengetopt_args_info_description);
-+}
-+
-+void
-+cmdline_parser_print_help (void)
-+{
-+  int i = 0;
-+  print_help_common();
-+  while (gengetopt_args_info_help[i])
-+    printf("%s\n", gengetopt_args_info_help[i++]);
-+}
-+
-+void
-+cmdline_parser_print_full_help (void)
-+{
-+  int i = 0;
-+  print_help_common();
-+  while (gengetopt_args_info_full_help[i])
-+    printf("%s\n", gengetopt_args_info_full_help[i++]);
-+}
-+
-+void
-+cmdline_parser_print_detailed_help (void)
-+{
-+  int i = 0;
-+  print_help_common();
-+  while (gengetopt_args_info_detailed_help[i])
-+    printf("%s\n", gengetopt_args_info_detailed_help[i++]);
-+}
-+
-+void
-+cmdline_parser_init (struct gengetopt_args_info *args_info)
-+{
-+  clear_given (args_info);
-+  clear_args (args_info);
-+  init_args_info (args_info);
-+}
-+
-+void
-+cmdline_parser_params_init(struct cmdline_parser_params *params)
-+{
-+  if (params)
-+    {
-+      params->override = 0;
-+      params->initialize = 1;
-+      params->check_required = 1;
-+      params->check_ambiguity = 0;
-+      params->print_errors = 1;
-+    }
-+}
-+
-+struct cmdline_parser_params *
-+cmdline_parser_params_create(void)
-+{
-+  struct cmdline_parser_params *params =
-+    (struct cmdline_parser_params *)malloc(sizeof(struct cmdline_parser_params));
-+  cmdline_parser_params_init(params);
-+  return params;
-+}
-+
-+static void
-+free_string_field (char **s)
-+{
-+  if (*s)
-+    {
-+      free (*s);
-+      *s = 0;
-+    }
-+}
-+
-+/** @brief generic value variable */
-+union generic_value {
-+    int int_arg;
-+    char *string_arg;
-+    const char *default_string_arg;
-+};
-+
-+/** @brief holds temporary values for multiple options */
-+struct generic_list
-+{
-+  union generic_value arg;
-+  char *orig;
-+  struct generic_list *next;
-+};
-+
-+/**
-+ * @brief add a node at the head of the list
-+ */
-+static void add_node(struct generic_list **list) {
-+  struct generic_list *new_node = (struct generic_list *) malloc (sizeof (struct generic_list));
-+  new_node->next = *list;
-+  *list = new_node;
-+  new_node->arg.string_arg = 0;
-+  new_node->orig = 0;
-+}
-+
-+
-+static void
-+free_multiple_string_field(unsigned int len, char ***arg, char ***orig)
-+{
-+  unsigned int i;
-+  if (*arg) {
-+    for (i = 0; i < len; ++i)
-+      {
-+        free_string_field(&((*arg)[i]));
-+        free_string_field(&((*orig)[i]));
-+      }
-+    free_string_field(&((*arg)[0])); /* free default string */
-+
-+    free (*arg);
-+    *arg = 0;
-+    free (*orig);
-+    *orig = 0;
-+  }
-+}
-+
-+static void
-+cmdline_parser_release (struct gengetopt_args_info *args_info)
-+{
-+
-+  free_multiple_string_field (args_info->pdb_given, &(args_info->pdb_arg), &(args_info->pdb_orig));
-+  free_multiple_string_field (args_info->coords_given, &(args_info->coords_arg), &(args_info->coords_orig));
-+  free_multiple_string_field (args_info->xyzin_given, &(args_info->xyzin_arg), &(args_info->xyzin_orig));
-+  free_multiple_string_field (args_info->map_given, &(args_info->map_arg), &(args_info->map_orig));
-+  free_multiple_string_field (args_info->data_given, &(args_info->data_arg), &(args_info->data_orig));
-+  free_multiple_string_field (args_info->hklin_given, &(args_info->hklin_arg), &(args_info->hklin_orig));
-+  free_multiple_string_field (args_info->auto_given, &(args_info->auto_arg), &(args_info->auto_orig));
-+  free_multiple_string_field (args_info->code_given, &(args_info->code_arg), &(args_info->code_orig));
-+  free_string_field (&(args_info->dictionary_arg));
-+  free_string_field (&(args_info->dictionary_orig));
-+  free_multiple_string_field (args_info->script_given, &(args_info->script_arg), &(args_info->script_orig));
-+  free_multiple_string_field (args_info->command_given, &(args_info->command_arg), &(args_info->command_orig));
-+  free_string_field (&(args_info->ccp4_project_arg));
-+  free_string_field (&(args_info->ccp4_project_orig));
-+  free_string_field (&(args_info->directory_arg));
-+  free_string_field (&(args_info->directory_orig));
-+  free_string_field (&(args_info->splash_screen_arg));
-+  free_string_field (&(args_info->splash_screen_orig));
-+  free_string_field (&(args_info->host_arg));
-+  free_string_field (&(args_info->host_orig));
-+  free_string_field (&(args_info->hostname_arg));
-+  free_string_field (&(args_info->hostname_orig));
-+  free_string_field (&(args_info->port_orig));
-+
-+
-+
-+  clear_given (args_info);
-+}
-+
-+
-+static void
-+write_into_file(FILE *outfile, const char *opt, const char *arg, const char *values[])
-+{
-+  FIX_UNUSED (values);
-+  if (arg) {
-+    fprintf(outfile, "%s=\"%s\"\n", opt, arg);
-+  } else {
-+    fprintf(outfile, "%s\n", opt);
-+  }
-+}
-+
-+static void
-+write_multiple_into_file(FILE *outfile, int len, const char *opt, char **arg, const char *values[])
-+{
-+  int i;
-+
-+  for (i = 0; i < len; ++i)
-+    write_into_file(outfile, opt, (arg ? arg[i] : 0), values);
-+}
-+
-+int
-+cmdline_parser_dump(FILE *outfile, struct gengetopt_args_info *args_info)
-+{
-+  int i = 0;
-+
-+  if (!outfile)
-+    {
-+      fprintf (stderr, "%s: cannot dump options to stream\n", CMDLINE_PARSER_PACKAGE);
-+      return EXIT_FAILURE;
-+    }
-+
-+  if (args_info->help_given)
-+    write_into_file(outfile, "help", 0, 0 );
-+  if (args_info->detailed_help_given)
-+    write_into_file(outfile, "detailed-help", 0, 0 );
-+  if (args_info->full_help_given)
-+    write_into_file(outfile, "full-help", 0, 0 );
-+  if (args_info->version_given)
-+    write_into_file(outfile, "version", 0, 0 );
-+  if (args_info->version_full_given)
-+    write_into_file(outfile, "version-full", 0, 0 );
-+  write_multiple_into_file(outfile, args_info->pdb_given, "pdb", args_info->pdb_orig, 0);
-+  write_multiple_into_file(outfile, args_info->coords_given, "coords", args_info->coords_orig, 0);
-+  write_multiple_into_file(outfile, args_info->xyzin_given, "xyzin", args_info->xyzin_orig, 0);
-+  write_multiple_into_file(outfile, args_info->map_given, "map", args_info->map_orig, 0);
-+  write_multiple_into_file(outfile, args_info->data_given, "data", args_info->data_orig, 0);
-+  write_multiple_into_file(outfile, args_info->hklin_given, "hklin", args_info->hklin_orig, 0);
-+  write_multiple_into_file(outfile, args_info->auto_given, "auto", args_info->auto_orig, 0);
-+  write_multiple_into_file(outfile, args_info->code_given, "code", args_info->code_orig, 0);
-+  if (args_info->dictionary_given)
-+    write_into_file(outfile, "dictionary", args_info->dictionary_orig, 0);
-+  write_multiple_into_file(outfile, args_info->script_given, "script", args_info->script_orig, 0);
-+  write_multiple_into_file(outfile, args_info->command_given, "command", args_info->command_orig, 0);
-+  if (args_info->python_given)
-+    write_into_file(outfile, "python", 0, 0 );
-+  if (args_info->ccp4_project_given)
-+    write_into_file(outfile, "ccp4-project", args_info->ccp4_project_orig, 0);
-+  if (args_info->directory_given)
-+    write_into_file(outfile, "directory", args_info->directory_orig, 0);
-+  if (args_info->no_state_script_given)
-+    write_into_file(outfile, "no-state-script", 0, 0 );
-+  if (args_info->state_script_given)
-+    write_into_file(outfile, "state-script", 0, 0 );
-+  if (args_info->no_graphics_given)
-+    write_into_file(outfile, "no-graphics", 0, 0 );
-+  if (args_info->no_guano_given)
-+    write_into_file(outfile, "no-guano", 0, 0 );
-+  if (args_info->no_splash_screen_given)
-+    write_into_file(outfile, "no-splash-screen", 0, 0 );
-+  if (args_info->splash_screen_given)
-+    write_into_file(outfile, "splash-screen", args_info->splash_screen_orig, 0);
-+  if (args_info->small_screen_given)
-+    write_into_file(outfile, "small-screen", 0, 0 );
-+  if (args_info->stereo_given)
-+    write_into_file(outfile, "stereo", 0, 0 );
-+  if (args_info->side_by_side_given)
-+    write_into_file(outfile, "side-by-side", 0, 0 );
-+  if (args_info->zalman_stereo_given)
-+    write_into_file(outfile, "zalman-stereo", 0, 0 );
-+  if (args_info->host_given)
-+    write_into_file(outfile, "host", args_info->host_orig, 0);
-+  if (args_info->hostname_given)
-+    write_into_file(outfile, "hostname", args_info->hostname_orig, 0);
-+  if (args_info->port_given)
-+    write_into_file(outfile, "port", args_info->port_orig, 0);
-+  if (args_info->update_self_given)
-+    write_into_file(outfile, "update-self", 0, 0 );
-+  if (args_info->self_test_given)
-+    write_into_file(outfile, "self-test", 0, 0 );
-+
-+
-+  i = EXIT_SUCCESS;
-+  return i;
-+}
-+
-+int
-+cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info)
-+{
-+  FILE *outfile;
-+  int i = 0;
-+
-+  outfile = fopen(filename, "w");
-+
-+  if (!outfile)
-+    {
-+      fprintf (stderr, "%s: cannot open file for writing: %s\n", CMDLINE_PARSER_PACKAGE, filename);
-+      return EXIT_FAILURE;
-+    }
-+
-+  i = cmdline_parser_dump(outfile, args_info);
-+  fclose (outfile);
-+
-+  return i;
-+}
-+
-+void
-+cmdline_parser_free (struct gengetopt_args_info *args_info)
-+{
-+  cmdline_parser_release (args_info);
-+}
-+
-+/** @brief replacement of strdup, which is not standard */
-+char *
-+gengetopt_strdup (const char *s)
-+{
-+  char *result = 0;
-+  if (!s)
-+    return result;
-+
-+  result = (char*)malloc(strlen(s) + 1);
-+  if (result == (char*)0)
-+    return (char*)0;
-+  strcpy(result, s);
-+  return result;
-+}
-+
-+static char *
-+get_multiple_arg_token(const char *arg)
-+{
-+  char *tok, *ret;
-+  size_t len, num_of_escape, i, j;
-+
-+  if (!arg)
-+    return 0;
-+
-+  tok = strchr (arg, ',');
-+  num_of_escape = 0;
-+
-+  /* make sure it is not escaped */
-+  while (tok)
-+    {
-+      if (*(tok-1) == '\\')
-+        {
-+          /* find the next one */
-+          tok = strchr (tok+1, ',');
-+          ++num_of_escape;
-+        }
-+      else
-+        break;
-+    }
-+
-+  if (tok)
-+    len = (size_t)(tok - arg + 1);
-+  else
-+    len = strlen (arg) + 1;
-+
-+  len -= num_of_escape;
-+
-+  ret = (char *) malloc (len);
-+
-+  i = 0;
-+  j = 0;
-+  while (arg[i] && (j < len-1))
-+    {
-+      if (arg[i] == '\\' &&
-+	  arg[ i + 1 ] &&
-+	  arg[ i + 1 ] == ',')
-+        ++i;
-+
-+      ret[j++] = arg[i++];
-+    }
-+
-+  ret[len-1] = '\0';
-+
-+  return ret;
-+}
-+
-+static char *
-+get_multiple_arg_token_next(const char *arg)
-+{
-+  char *tok;
-+
-+  if (!arg)
-+    return 0;
-+
-+  tok = strchr (arg, ',');
-+
-+  /* make sure it is not escaped */
-+  while (tok)
-+    {
-+      if (*(tok-1) == '\\')
-+        {
-+          /* find the next one */
-+          tok = strchr (tok+1, ',');
-+        }
-+      else
-+        break;
-+    }
-+
-+  if (! tok || strlen(tok) == 1)
-+    return 0;
-+
-+  return tok+1;
-+}
-+
-+static int
-+check_multiple_option_occurrences(const char *prog_name, unsigned int option_given, unsigned int min, unsigned int max, const char *option_desc);
-+
-+int
-+check_multiple_option_occurrences(const char *prog_name, unsigned int option_given, unsigned int min, unsigned int max, const char *option_desc)
-+{
-+  int error = 0;
-+
-+  if (option_given && (min > 0 || max > 0))
-+    {
-+      if (min > 0 && max > 0)
-+        {
-+          if (min == max)
-+            {
-+              /* specific occurrences */
-+              if (option_given != (unsigned int) min)
-+                {
-+                  fprintf (stderr, "%s: %s option occurrences must be %d\n",
-+                    prog_name, option_desc, min);
-+                  error = 1;
-+                }
-+            }
-+          else if (option_given < (unsigned int) min
-+                || option_given > (unsigned int) max)
-+            {
-+              /* range occurrences */
-+              fprintf (stderr, "%s: %s option occurrences must be between %d and %d\n",
-+                prog_name, option_desc, min, max);
-+              error = 1;
-+            }
-+        }
-+      else if (min > 0)
-+        {
-+          /* at least check */
-+          if (option_given < min)
-+            {
-+              fprintf (stderr, "%s: %s option occurrences must be at least %d\n",
-+                prog_name, option_desc, min);
-+              error = 1;
-+            }
-+        }
-+      else if (max > 0)
-+        {
-+          /* at most check */
-+          if (option_given > max)
-+            {
-+              fprintf (stderr, "%s: %s option occurrences must be at most %d\n",
-+                prog_name, option_desc, max);
-+              error = 1;
-+            }
-+        }
-+    }
-+
-+  return error;
-+}
-+int
-+cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info)
-+{
-+  return cmdline_parser2 (argc, argv, args_info, 0, 1, 1);
-+}
-+
-+int
-+cmdline_parser_ext (int argc, char * const *argv, struct gengetopt_args_info *args_info,
-+                   struct cmdline_parser_params *params)
-+{
-+  int result;
-+  result = cmdline_parser_internal (argc, argv, args_info, params, 0);
-+
-+  return result;
-+}
-+
-+int
-+cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required)
-+{
-+  int result;
-+  struct cmdline_parser_params params;
-+
-+  params.override = override;
-+  params.initialize = initialize;
-+  params.check_required = check_required;
-+  params.check_ambiguity = 0;
-+  params.print_errors = 1;
-+
-+  result = cmdline_parser_internal (argc, argv, args_info, &params, 0);
-+
-+  return result;
-+}
-+
-+int
-+cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name)
-+{
-+  int result = EXIT_SUCCESS;
-+
-+  if (cmdline_parser_required2(args_info, prog_name, 0) > 0)
-+    result = EXIT_FAILURE;
-+
-+  return result;
-+}
-+
-+int
-+cmdline_parser_required2 (struct gengetopt_args_info *args_info, const char *prog_name, const char *additional_error)
-+{
-+  FIX_UNUSED (additional_error);
-+  int error = 0;
-+
-+  /* checks for required options */
-+  if (check_multiple_option_occurrences(prog_name, args_info->pdb_given, args_info->pdb_min, args_info->pdb_max, "'--pdb' ('-p')"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->coords_given, args_info->coords_min, args_info->coords_max, "'--coords'"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->xyzin_given, args_info->xyzin_min, args_info->xyzin_max, "'--xyzin'"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->map_given, args_info->map_min, args_info->map_max, "'--map' ('-m')"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->data_given, args_info->data_min, args_info->data_max, "'--data' ('-d')"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->hklin_given, args_info->hklin_min, args_info->hklin_max, "'--hklin'"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->auto_given, args_info->auto_min, args_info->auto_max, "'--auto' ('-a')"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->code_given, args_info->code_min, args_info->code_max, "'--code'"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->script_given, args_info->script_min, args_info->script_max, "'--script' ('-s')"))
-+     error = 1;
-+
-+  if (check_multiple_option_occurrences(prog_name, args_info->command_given, args_info->command_min, args_info->command_max, "'--command' ('-c')"))
-+     error = 1;
-+
-+
-+  /* checks for dependences among options */
-+
-+  return error;
-+}
-+
-+
-+static char *package_name = 0;
-+
-+/**
-+ * @brief updates an option
-+ * @param field the generic pointer to the field to update
-+ * @param orig_field the pointer to the orig field
-+ * @param field_given the pointer to the number of occurrence of this option
-+ * @param prev_given the pointer to the number of occurrence already seen
-+ * @param value the argument for this option (if null no arg was specified)
-+ * @param possible_values the possible values for this option (if specified)
-+ * @param default_value the default value (in case the option only accepts fixed values)
-+ * @param arg_type the type of this option
-+ * @param check_ambiguity @see cmdline_parser_params.check_ambiguity
-+ * @param override @see cmdline_parser_params.override
-+ * @param no_free whether to free a possible previous value
-+ * @param multiple_option whether this is a multiple option
-+ * @param long_opt the corresponding long option
-+ * @param short_opt the corresponding short option (or '-' if none)
-+ * @param additional_error possible further error specification
-+ */
-+static
-+int update_arg(void *field, char **orig_field,
-+               unsigned int *field_given, unsigned int *prev_given,
-+               char *value, const char *possible_values[],
-+               const char *default_value,
-+               cmdline_parser_arg_type arg_type,
-+               int check_ambiguity, int override,
-+               int no_free, int multiple_option,
-+               const char *long_opt, char short_opt,
-+               const char *additional_error)
-+{
-+  FIX_UNUSED (field);
-+  char *stop_char = 0;
-+  const char *val = value;
-+  int found;
-+  char **string_field;
-+
-+  stop_char = 0;
-+  found = 0;
-+
-+  if (!multiple_option && prev_given && (*prev_given || (check_ambiguity && *field_given)))
-+    {
-+      if (short_opt != '-')
-+        fprintf (stderr, "%s: `--%s' (`-%c') option given more than once%s\n",
-+               package_name, long_opt, short_opt,
-+               (additional_error ? additional_error : ""));
-+      else
-+        fprintf (stderr, "%s: `--%s' option given more than once%s\n",
-+               package_name, long_opt,
-+               (additional_error ? additional_error : ""));
-+      return 1; /* failure */
-+    }
-+
-+  FIX_UNUSED (default_value);
-+
-+  if (field_given && *field_given && ! override)
-+    return 0;
-+  if (prev_given)
-+    (*prev_given)++;
-+  if (field_given)
-+    (*field_given)++;
-+  if (possible_values)
-+    val = possible_values[found];
-+
-+  switch(arg_type) {
-+  case ARG_FLAG:
-+    *((int *)field) = !*((int *)field);
-+    break;
-+  case ARG_INT:
-+    if (val) *((int *)field) = strtol (val, &stop_char, 0);
-+    break;
-+  case ARG_STRING:
-+    if (val) {
-+      string_field = (char **)field;
-+      if (!no_free && *string_field)
-+        free (*string_field); /* free previous string */
-+      *string_field = gengetopt_strdup (val);
-+    }
-+    break;
-+  default:
-+    break;
-+  };
-+
-+  /* check numeric conversion */
-+  switch(arg_type) {
-+  case ARG_INT:
-+    if (val && !(stop_char && *stop_char == '\0')) {
-+      fprintf(stderr, "%s: invalid numeric value: %s\n", package_name, val);
-+      return 1; /* failure */
-+    }
-+    break;
-+  default:
-+    ;
-+  };
-+
-+  /* store the original value */
-+  switch(arg_type) {
-+  case ARG_NO:
-+  case ARG_FLAG:
-+    break;
-+  default:
-+    if (value && orig_field) {
-+      if (no_free) {
-+        *orig_field = value;
-+      } else {
-+        if (*orig_field)
-+          free (*orig_field); /* free previous string */
-+        *orig_field = gengetopt_strdup (value);
-+      }
-+    }
-+  };
-+
-+  return 0; /* OK */
-+}
-+
-+/**
-+ * @brief store information about a multiple option in a temporary list
-+ * @param list where to (temporarily) store multiple options
-+ */
-+static
-+int update_multiple_arg_temp(struct generic_list **list,
-+               unsigned int *prev_given, const char *val,
-+               const char *possible_values[], const char *default_value,
-+               cmdline_parser_arg_type arg_type,
-+               const char *long_opt, char short_opt,
-+               const char *additional_error)
-+{
-+  char *multi_token, *multi_next; /* store single arguments */
-+
-+  if (arg_type == ARG_NO) {
-+    (*prev_given)++;
-+    return 0; /* OK */
-+  }
-+
-+  multi_token = get_multiple_arg_token(val);
-+  multi_next = get_multiple_arg_token_next (val);
-+
-+  while (1)
-+    {
-+      add_node (list);
-+      if (update_arg((void *)&((*list)->arg), &((*list)->orig), 0,
-+          prev_given, multi_token, possible_values, default_value,
-+          arg_type, 0, 1, 1, 1, long_opt, short_opt, additional_error)) {
-+        if (multi_token) free(multi_token);
-+        return 1; /* failure */
-+      }
-+
-+      if (multi_next)
-+        {
-+          multi_token = get_multiple_arg_token(multi_next);
-+          multi_next = get_multiple_arg_token_next (multi_next);
-+        }
-+      else
-+        break;
-+    }
-+
-+  return 0; /* OK */
-+}
-+
-+/**
-+ * @brief free the passed list (including possible string argument)
-+ */
-+static
-+void free_list(struct generic_list *list, short string_arg)
-+{
-+  if (list) {
-+    struct generic_list *tmp;
-+    while (list)
-+      {
-+        tmp = list;
-+        if (string_arg && list->arg.string_arg)
-+          free (list->arg.string_arg);
-+        if (list->orig)
-+          free (list->orig);
-+        list = list->next;
-+        free (tmp);
-+      }
-+  }
-+}
-+
-+/**
-+ * @brief updates a multiple option starting from the passed list
-+ */
-+static
-+void update_multiple_arg(void *field, char ***orig_field,
-+               unsigned int field_given, unsigned int prev_given, union generic_value *default_value,
-+               cmdline_parser_arg_type arg_type,
-+               struct generic_list *list)
-+{
-+  int i;
-+  struct generic_list *tmp;
-+
-+  if (prev_given && list) {
-+    *orig_field = (char **) realloc (*orig_field, (field_given + prev_given) * sizeof (char *));
-+
-+    switch(arg_type) {
-+    case ARG_INT:
-+      *((int **)field) = (int *)realloc (*((int **)field), (field_given + prev_given) * sizeof (int)); break;
-+    case ARG_STRING:
-+      *((char ***)field) = (char **)realloc (*((char ***)field), (field_given + prev_given) * sizeof (char *)); break;
-+    default:
-+      break;
-+    };
-+
-+    for (i = (prev_given - 1); i >= 0; --i)
-+      {
-+        tmp = list;
-+
-+        switch(arg_type) {
-+        case ARG_INT:
-+          (*((int **)field))[i + field_given] = tmp->arg.int_arg; break;
-+        case ARG_STRING:
-+          (*((char ***)field))[i + field_given] = tmp->arg.string_arg; break;
-+        default:
-+          break;
-+        }
-+        (*orig_field) [i + field_given] = list->orig;
-+        list = list->next;
-+        free (tmp);
-+      }
-+  } else { /* set the default value */
-+    if (default_value && ! field_given) {
-+      switch(arg_type) {
-+      case ARG_INT:
-+        if (! *((int **)field)) {
-+          *((int **)field) = (int *)malloc (sizeof (int));
-+          (*((int **)field))[0] = default_value->int_arg;
-+        }
-+        break;
-+      case ARG_STRING:
-+        if (! *((char ***)field)) {
-+          *((char ***)field) = (char **)malloc (sizeof (char *));
-+          (*((char ***)field))[0] = gengetopt_strdup(default_value->string_arg);
-+        }
-+        break;
-+      default: break;
-+      }
-+      if (!(*orig_field)) {
-+        *orig_field = (char **) malloc (sizeof (char *));
-+        (*orig_field)[0] = 0;
-+      }
-+    }
-+  }
-+}
-+
-+int
-+cmdline_parser_internal (
-+  int argc, char * const *argv, struct gengetopt_args_info *args_info,
-+                        struct cmdline_parser_params *params, const char *additional_error)
-+{
-+  int c;	/* Character of the parsed option.  */
-+
-+  struct generic_list * pdb_list = NULL;
-+  struct generic_list * coords_list = NULL;
-+  struct generic_list * xyzin_list = NULL;
-+  struct generic_list * map_list = NULL;
-+  struct generic_list * data_list = NULL;
-+  struct generic_list * hklin_list = NULL;
-+  struct generic_list * auto_list = NULL;
-+  struct generic_list * code_list = NULL;
-+  struct generic_list * script_list = NULL;
-+  struct generic_list * command_list = NULL;
-+  int error = 0;
-+  struct gengetopt_args_info local_args_info;
-+
-+  int override;
-+  int initialize;
-+  int check_required;
-+  int check_ambiguity;
-+
-+  package_name = argv[0];
-+
-+  override = params->override;
-+  initialize = params->initialize;
-+  check_required = params->check_required;
-+  check_ambiguity = params->check_ambiguity;
-+
-+  if (initialize)
-+    cmdline_parser_init (args_info);
-+
-+  cmdline_parser_init (&local_args_info);
-+
-+  optarg = 0;
-+  optind = 0;
-+  opterr = params->print_errors;
-+  optopt = '?';
-+
-+  while (1)
-+    {
-+      int option_index = 0;
-+
-+      static struct option long_options[] = {
-+        { "help",	0, NULL, 'h' },
-+        { "detailed-help",	0, NULL, 0 },
-+        { "full-help",	0, NULL, 0 },
-+        { "version",	0, NULL, 'V' },
-+        { "version-full",	0, NULL, 0 },
-+        { "pdb",	1, NULL, 'p' },
-+        { "coords",	1, NULL, 0 },
-+        { "xyzin",	1, NULL, 0 },
-+        { "map",	1, NULL, 'm' },
-+        { "data",	1, NULL, 'd' },
-+        { "hklin",	1, NULL, 0 },
-+        { "auto",	1, NULL, 'a' },
-+        { "code",	1, NULL, 0 },
-+        { "dictionary",	1, NULL, 0 },
-+        { "script",	1, NULL, 's' },
-+        { "command",	1, NULL, 'c' },
-+        { "python",	0, NULL, 0 },
-+        { "ccp4-project",	1, NULL, 0 },
-+        { "directory",	1, NULL, 0 },
-+        { "no-state-script",	0, NULL, 0 },
-+        { "state-script",	0, NULL, 0 },
-+        { "no-graphics",	0, NULL, 0 },
-+        { "no-guano",	0, NULL, 0 },
-+        { "no-splash-screen",	0, NULL, 0 },
-+        { "splash-screen",	1, NULL, 0 },
-+        { "small-screen",	0, NULL, 0 },
-+        { "stereo",	0, NULL, 0 },
-+        { "side-by-side",	0, NULL, 0 },
-+        { "zalman-stereo",	0, NULL, 0 },
-+        { "host",	1, NULL, 0 },
-+        { "hostname",	1, NULL, 0 },
-+        { "port",	1, NULL, 0 },
-+        { "update-self",	0, NULL, 0 },
-+        { "self-test",	0, NULL, 0 },
-+        { 0,  0, 0, 0 }
-+      };
-+
-+      c = getopt_long (argc, argv, "hVp:m:d:a:s:c:", long_options, &option_index);
-+
-+      if (c == -1) break;	/* Exit from `while (1)' loop.  */
-+
-+      switch (c)
-+        {
-+        case 'h':	/* Print help and exit.  */
-+          cmdline_parser_print_help ();
-+          cmdline_parser_free (&local_args_info);
-+          exit (EXIT_SUCCESS);
-+
-+        case 'V':	/* Print version and exit.  */
-+          cmdline_parser_print_version ();
-+          cmdline_parser_free (&local_args_info);
-+          exit (EXIT_SUCCESS);
-+
-+        case 'p':	/* Input coordinate file .  */
-+
-+          if (update_multiple_arg_temp(&pdb_list,
-+              &(local_args_info.pdb_given), optarg, 0, 0, ARG_STRING,
-+              "pdb", 'p',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+        case 'm':	/* Input CCP4-format map.  */
-+
-+          if (update_multiple_arg_temp(&map_list,
-+              &(local_args_info.map_given), optarg, 0, 0, ARG_STRING,
-+              "map", 'm',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+        case 'd':	/* Input MTZ, PHS or mmCIF reflection data.  */
-+
-+          if (update_multiple_arg_temp(&data_list,
-+              &(local_args_info.data_given), optarg, 0, 0, ARG_STRING,
-+              "data", 'd',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+        case 'a':	/* On startup, read MTZ file with default column labels.  */
-+
-+          if (update_multiple_arg_temp(&auto_list,
-+              &(local_args_info.auto_given), optarg, 0, 0, ARG_STRING,
-+              "auto", 'a',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+        case 's':	/* Run a script on startup.  */
-+
-+          if (update_multiple_arg_temp(&script_list,
-+              &(local_args_info.script_given), optarg, 0, 0, ARG_STRING,
-+              "script", 's',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+        case 'c':	/* Run a command on startup.  */
-+
-+          if (update_multiple_arg_temp(&command_list,
-+              &(local_args_info.command_given), optarg, 0, 0, ARG_STRING,
-+              "command", 'c',
-+              additional_error))
-+            goto failure;
-+
-+          break;
-+
-+        case 0:	/* Long option with no short option */
-+          if (strcmp (long_options[option_index].name, "detailed-help") == 0) {
-+            cmdline_parser_print_detailed_help ();
-+            cmdline_parser_free (&local_args_info);
-+            exit (EXIT_SUCCESS);
-+          }
-+
-+          if (strcmp (long_options[option_index].name, "full-help") == 0) {
-+            cmdline_parser_print_full_help ();
-+            cmdline_parser_free (&local_args_info);
-+            exit (EXIT_SUCCESS);
-+          }
-+
-+          /* Output more version details and exit.  */
-+          if (strcmp (long_options[option_index].name, "version-full") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->version_full_flag), 0, &(args_info->version_full_given),
-+                &(local_args_info.version_full_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "version-full", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Same as --pdb.  */
-+          else if (strcmp (long_options[option_index].name, "coords") == 0)
-+          {
-+
-+            if (update_multiple_arg_temp(&coords_list,
-+                &(local_args_info.coords_given), optarg, 0, 0, ARG_STRING,
-+                "coords", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Same as --pdb.  */
-+          else if (strcmp (long_options[option_index].name, "xyzin") == 0)
-+          {
-+
-+            if (update_multiple_arg_temp(&xyzin_list,
-+                &(local_args_info.xyzin_given), optarg, 0, 0, ARG_STRING,
-+                "xyzin", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Same as --data.  */
-+          else if (strcmp (long_options[option_index].name, "hklin") == 0)
-+          {
-+
-+            if (update_multiple_arg_temp(&hklin_list,
-+                &(local_args_info.hklin_given), optarg, 0, 0, ARG_STRING,
-+                "hklin", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* On startup, get PDB file and map from EDS.  */
-+          else if (strcmp (long_options[option_index].name, "code") == 0)
-+          {
-+
-+            if (update_multiple_arg_temp(&code_list,
-+                &(local_args_info.code_given), optarg, 0, 0, ARG_STRING,
-+                "code", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Read in a CIF monomer dictionary.  */
-+          else if (strcmp (long_options[option_index].name, "dictionary") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->dictionary_arg),
-+                 &(args_info->dictionary_orig), &(args_info->dictionary_given),
-+                &(local_args_info.dictionary_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "dictionary", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Process -c arguments as Python.  */
-+          else if (strcmp (long_options[option_index].name, "python") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->python_flag), 0, &(args_info->python_given),
-+                &(local_args_info.python_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "python", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Define CCP4 project directory.  */
-+          else if (strcmp (long_options[option_index].name, "ccp4-project") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->ccp4_project_arg),
-+                 &(args_info->ccp4_project_orig), &(args_info->ccp4_project_given),
-+                &(local_args_info.ccp4_project_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "ccp4-project", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Define working directory.  */
-+          else if (strcmp (long_options[option_index].name, "directory") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->directory_arg),
-+                 &(args_info->directory_orig), &(args_info->directory_given),
-+                &(local_args_info.directory_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "directory", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Don't run the state script.  */
-+          else if (strcmp (long_options[option_index].name, "no-state-script") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->no_state_script_flag), 0, &(args_info->no_state_script_given),
-+                &(local_args_info.no_state_script_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "no-state-script", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Run the state script without asking.  */
-+          else if (strcmp (long_options[option_index].name, "state-script") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->state_script_flag), 0, &(args_info->state_script_given),
-+                &(local_args_info.state_script_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "state-script", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Run Coot without graphics.  */
-+          else if (strcmp (long_options[option_index].name, "no-graphics") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->no_graphics_flag), 0, &(args_info->no_graphics_given),
-+                &(local_args_info.no_graphics_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "no-graphics", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Don't write state and history files on exit.  */
-+          else if (strcmp (long_options[option_index].name, "no-guano") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->no_guano_flag), 0, &(args_info->no_guano_given),
-+                &(local_args_info.no_guano_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "no-guano", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Don't display splash screen.  */
-+          else if (strcmp (long_options[option_index].name, "no-splash-screen") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->no_splash_screen_flag), 0, &(args_info->no_splash_screen_given),
-+                &(local_args_info.no_splash_screen_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "no-splash-screen", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Alternate splash screen.  */
-+          else if (strcmp (long_options[option_index].name, "splash-screen") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->splash_screen_arg),
-+                 &(args_info->splash_screen_orig), &(args_info->splash_screen_given),
-+                &(local_args_info.splash_screen_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "splash-screen", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Start up on computer with small screen.  */
-+          else if (strcmp (long_options[option_index].name, "small-screen") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->small_screen_flag), 0, &(args_info->small_screen_given),
-+                &(local_args_info.small_screen_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "small-screen", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Start in hardware stereo mode.  */
-+          else if (strcmp (long_options[option_index].name, "stereo") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->stereo_flag), 0, &(args_info->stereo_given),
-+                &(local_args_info.stereo_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "stereo", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Start in side-by-side stereo mode.  */
-+          else if (strcmp (long_options[option_index].name, "side-by-side") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->side_by_side_flag), 0, &(args_info->side_by_side_given),
-+                &(local_args_info.side_by_side_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "side-by-side", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Use Zalman stereo hardware.  */
-+          else if (strcmp (long_options[option_index].name, "zalman-stereo") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->zalman_stereo_flag), 0, &(args_info->zalman_stereo_given),
-+                &(local_args_info.zalman_stereo_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "zalman-stereo", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Run listener on host.  */
-+          else if (strcmp (long_options[option_index].name, "host") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->host_arg),
-+                 &(args_info->host_orig), &(args_info->host_given),
-+                &(local_args_info.host_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "host", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Same as --host.  */
-+          else if (strcmp (long_options[option_index].name, "hostname") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->hostname_arg),
-+                 &(args_info->hostname_orig), &(args_info->hostname_given),
-+                &(local_args_info.hostname_given), optarg, 0, 0, ARG_STRING,
-+                check_ambiguity, override, 0, 0,
-+                "hostname", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Port number for listener defined by --host.  */
-+          else if (strcmp (long_options[option_index].name, "port") == 0)
-+          {
-+
-+
-+            if (update_arg( (void *)&(args_info->port_arg),
-+                 &(args_info->port_orig), &(args_info->port_given),
-+                &(local_args_info.port_given), optarg, 0, 0, ARG_INT,
-+                check_ambiguity, override, 0, 0,
-+                "port", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Attempt update of Coot installation.  */
-+          else if (strcmp (long_options[option_index].name, "update-self") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->update_self_flag), 0, &(args_info->update_self_given),
-+                &(local_args_info.update_self_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "update-self", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+          /* Run internal self-test and exit.  */
-+          else if (strcmp (long_options[option_index].name, "self-test") == 0)
-+          {
-+
-+
-+            if (update_arg((void *)&(args_info->self_test_flag), 0, &(args_info->self_test_given),
-+                &(local_args_info.self_test_given), optarg, 0, 0, ARG_FLAG,
-+                check_ambiguity, override, 1, 0, "self-test", '-',
-+                additional_error))
-+              goto failure;
-+
-+          }
-+
-+          break;
-+        case '?':	/* Invalid option.  */
-+          /* `getopt_long' already printed an error message.  */
-+          goto failure;
-+
-+        default:	/* bug: option not considered.  */
-+          fprintf (stderr, "%s: option unknown: %c%s\n", CMDLINE_PARSER_PACKAGE, c, (additional_error ? additional_error : ""));
-+          abort ();
-+        } /* switch */
-+    } /* while */
-+
-+
-+  update_multiple_arg((void *)&(args_info->pdb_arg),
-+    &(args_info->pdb_orig), args_info->pdb_given,
-+    local_args_info.pdb_given, 0,
-+    ARG_STRING, pdb_list);
-+  update_multiple_arg((void *)&(args_info->coords_arg),
-+    &(args_info->coords_orig), args_info->coords_given,
-+    local_args_info.coords_given, 0,
-+    ARG_STRING, coords_list);
-+  update_multiple_arg((void *)&(args_info->xyzin_arg),
-+    &(args_info->xyzin_orig), args_info->xyzin_given,
-+    local_args_info.xyzin_given, 0,
-+    ARG_STRING, xyzin_list);
-+  update_multiple_arg((void *)&(args_info->map_arg),
-+    &(args_info->map_orig), args_info->map_given,
-+    local_args_info.map_given, 0,
-+    ARG_STRING, map_list);
-+  update_multiple_arg((void *)&(args_info->data_arg),
-+    &(args_info->data_orig), args_info->data_given,
-+    local_args_info.data_given, 0,
-+    ARG_STRING, data_list);
-+  update_multiple_arg((void *)&(args_info->hklin_arg),
-+    &(args_info->hklin_orig), args_info->hklin_given,
-+    local_args_info.hklin_given, 0,
-+    ARG_STRING, hklin_list);
-+  update_multiple_arg((void *)&(args_info->auto_arg),
-+    &(args_info->auto_orig), args_info->auto_given,
-+    local_args_info.auto_given, 0,
-+    ARG_STRING, auto_list);
-+  update_multiple_arg((void *)&(args_info->code_arg),
-+    &(args_info->code_orig), args_info->code_given,
-+    local_args_info.code_given, 0,
-+    ARG_STRING, code_list);
-+  update_multiple_arg((void *)&(args_info->script_arg),
-+    &(args_info->script_orig), args_info->script_given,
-+    local_args_info.script_given, 0,
-+    ARG_STRING, script_list);
-+  update_multiple_arg((void *)&(args_info->command_arg),
-+    &(args_info->command_orig), args_info->command_given,
-+    local_args_info.command_given, 0,
-+    ARG_STRING, command_list);
-+
-+  args_info->pdb_given += local_args_info.pdb_given;
-+  local_args_info.pdb_given = 0;
-+  args_info->coords_given += local_args_info.coords_given;
-+  local_args_info.coords_given = 0;
-+  args_info->xyzin_given += local_args_info.xyzin_given;
-+  local_args_info.xyzin_given = 0;
-+  args_info->map_given += local_args_info.map_given;
-+  local_args_info.map_given = 0;
-+  args_info->data_given += local_args_info.data_given;
-+  local_args_info.data_given = 0;
-+  args_info->hklin_given += local_args_info.hklin_given;
-+  local_args_info.hklin_given = 0;
-+  args_info->auto_given += local_args_info.auto_given;
-+  local_args_info.auto_given = 0;
-+  args_info->code_given += local_args_info.code_given;
-+  local_args_info.code_given = 0;
-+  args_info->script_given += local_args_info.script_given;
-+  local_args_info.script_given = 0;
-+  args_info->command_given += local_args_info.command_given;
-+  local_args_info.command_given = 0;
-+
-+  if (check_required)
-+    {
-+      error += cmdline_parser_required2 (args_info, argv[0], additional_error);
-+    }
-+
-+  cmdline_parser_release (&local_args_info);
-+
-+  if ( error )
-+    return (EXIT_FAILURE);
-+
-+  return 0;
-+
-+failure:
-+  free_list (pdb_list, 1 );
-+  free_list (coords_list, 1 );
-+  free_list (xyzin_list, 1 );
-+  free_list (map_list, 1 );
-+  free_list (data_list, 1 );
-+  free_list (hklin_list, 1 );
-+  free_list (auto_list, 1 );
-+  free_list (code_list, 1 );
-+  free_list (script_list, 1 );
-+  free_list (command_list, 1 );
-+
-+  cmdline_parser_release (&local_args_info);
-+  return (EXIT_FAILURE);
-+}
-diff --git a/src/cmdline.ggo b/src/cmdline.ggo
-new file mode 100644
-index 0000000..df882c9
---- /dev/null
-+++ b/src/cmdline.ggo
-@@ -0,0 +1,159 @@
-+# This gengetopt source file specifies a command line parser.
-+# It is part of the Coot program suite.
-+#
-+#    Copyright: © 2011 Morten Kjeldgaard <mok at bioxray.dk>
-+#
-+#    This program is free software: you can redistribute it and/or modify
-+#    it under the terms of the GNU General Public License as published by
-+#    the Free Software Foundation, either version 3 of the License, or
-+#    (at your option) any later version.
-+#
-+#    This program is distributed in the hope that it will be useful,
-+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+#    GNU General Public License for more details.
-+#
-+#    You should have received a copy of the GNU General Public License
-+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-+#
-+# Specification of the file format:
-+#
-+# This file consist in lines of sentences with the following format:
-+#
-+#         package <packname>
-+#         version <version>
-+#         purpose <string>
-+#         option <long> <short> <desc> <argtype> <required>
-+#         option <long> <short> <desc> flag      <onoff>
-+#         option <long> <short> <desc> <required>
-+#         ... # ...
-+#
-+# Where:
-+#
-+# <packname> = Double quoted string.
-+# <version>  = Double quoted string.
-+# <purpose>  = What the program does
-+#              Double quoted string (even on more than one line)
-+# <long>     = Double quoted string with upper and lower case chars, digits,
-+#              '-' and '.'.  No spaces allowed.
-+# <short>    = A single upper or lower case char, or a digit.
-+# <desc>     = String with upper and lower case chars, digits, '-', '.' and
-+#              spaces.
-+# <argtype>  = string, int, short, long, float, double, longdouble or longlong.
-+# <required> = required or optional.
-+# <onoff>    = on or off.
-+# Comments begins with '#' in any place of the line and ends in the
-+# end of line.
-+# The third form of option is used if the option does not take an argument;
-+# it must not be required.
-+
-+### package "coot"  # We don't use it, we use automake
-+### version "0.7-pre-1"  # We use automake for this too
-+
-+# Run gengetopt with these options appended
-+args "--no-handle-error"
-+
-+purpose "Model building program for macromolecular crystallography"
-+
-+description "Coot follows the usual GNU command line syntax, with \
-+long options starting with two dashes. In options that take an argument, \
-+the `=' character is optional, so you can write e.g. --pdb filename"
-+
-+option "version-full" - "Output more version details and exit" flag off
-+
-+section "Experimental data"
-+option  "pdb" p "Input coordinate file " string
-+	details="Input PDB, SHELX .ins/.res files, or CIF format files"
-+	typestr="filename"
-+	optional
-+	multiple
-+option  "coords" - "Same as --pdb" string
-+	typestr="filename"
-+	optional
-+	hidden
-+	multiple
-+option  "xyzin" - "Same as --pdb" string
-+	typestr="filename"
-+	optional
-+	hidden
-+	multiple
-+option  "map" m "Input CCP4-format map" string
-+	typestr="filename"
-+	optional
-+	multiple
-+option  "data" d "Input MTZ, PHS or mmCIF reflection data" string
-+	typestr="filename"
-+	optional
-+	multiple
-+option  "hklin" - "Same as --data" string
-+	typestr="filename"
-+	optional
-+	hidden
-+	multiple
-+option  "auto" a "On startup, read MTZ file with default column labels" string
-+	details="Uses default MTZ column labels FWT and PHWT"
-+	typestr="filename"
-+	optional
-+	multiple
-+option  "code" - "On startup, get PDB file and map from EDS" string
-+	details="(Electron Density Server)"
-+	typestr="pdb-id"
-+	optional
-+	multiple
-+option "dictionary" - "Read in a CIF monomer dictionary" string
-+       typestr="filename"
-+       optional
-+
-+section "Scripting"
-+option  "script" s "Run a script on startup" string
-+	typestr="filename"
-+	optional
-+	multiple
-+option "command" c "Run a command on startup" string
-+       typestr="command"
-+       optional
-+       multiple
-+option  "python" - "Process -c arguments as Python" flag off hidden
-+	details="Process arguments as Python rather than Scheme. This option \
-+only has any meaning if Coot is built with Guile support, in which case the \
-+arguments are considered to be Scheme by default"
-+
-+section "Environment"
-+option "ccp4-project" - "Define CCP4 project directory" string
-+       typestr="directory"
-+       optional
-+option "directory" - "Define working directory" string
-+       details="Coot will do work in this directory"
-+       typestr="directory"
-+       optional
-+
-+section "Startup options"
-+option  "no-state-script" - "Don't run the state script" flag off
-+ 	details="Don't save a state script on exit either"
-+option	"state-script" - "Run the state script without asking" flag off
-+option  "no-graphics" - "Run Coot without graphics" flag off
-+option  "no-guano" - "Don't write state and history files on exit" flag off
-+option  "no-splash-screen" - "Don't display splash screen" flag off
-+option  "splash-screen" - "Alternate splash screen" string
-+	typestr="PNG image"
-+	optional
-+option  "small-screen" - "Start up on computer with small screen" flag off
-+	details="Especially useful on note-book computers"
-+option  "stereo" - "Start in hardware stereo mode" flag off
-+option  "side-by-side" - "Start in side-by-side stereo mode" flag off
-+option  "zalman-stereo" - "Use Zalman stereo hardware" flag off
-+
-+section "Miscellaneous"
-+option "host" - "Run listener on host" string
-+       optional
-+option "hostname" - "Same as --host" string
-+       optional
-+       hidden
-+option "port" - "Port number for listener defined by --host" int
-+       optional
-+
-+section "Coot maintenance"
-+option "update-self" - "Attempt update of Coot installation"  flag off hidden
-+option "self-test" - "Run internal self-test and exit" flag off hidden
-+
-+####
-diff --git a/src/cmdline.h b/src/cmdline.h
-new file mode 100644
-index 0000000..b0a55e4
---- /dev/null
-+++ b/src/cmdline.h
-@@ -0,0 +1,318 @@
-+/** @file cmdline.h
-+ *  @brief The header file for the command line option parser
-+ *  generated by GNU Gengetopt version 2.22.2
-+ *  http://www.gnu.org/software/gengetopt.
-+ *  DO NOT modify this file, since it can be overwritten
-+ *  @author GNU Gengetopt by Lorenzo Bettini */
-+
-+#ifndef CMDLINE_H
-+#define CMDLINE_H
-+
-+/* If we use autoconf.  */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <stdio.h> /* for FILE */
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif /* __cplusplus */
-+
-+#ifndef CMDLINE_PARSER_PACKAGE
-+/** @brief the program name (used for printing errors) */
-+#define CMDLINE_PARSER_PACKAGE PACKAGE
-+#endif
-+
-+#ifndef CMDLINE_PARSER_PACKAGE_NAME
-+/** @brief the complete program name (used for help and version) */
-+#ifdef PACKAGE_NAME
-+#define CMDLINE_PARSER_PACKAGE_NAME PACKAGE_NAME
-+#else
-+#define CMDLINE_PARSER_PACKAGE_NAME PACKAGE
-+#endif
-+#endif
-+
-+#ifndef CMDLINE_PARSER_VERSION
-+/** @brief the program version */
-+#define CMDLINE_PARSER_VERSION VERSION
-+#endif
-+
-+/** @brief Where the command line options are stored */
-+struct gengetopt_args_info
-+{
-+  const char *help_help; /**< @brief Print help and exit help description.  */
-+  const char *detailed_help_help; /**< @brief Print help, including all details and hidden options, and exit help description.  */
-+  const char *full_help_help; /**< @brief Print help, including hidden options, and exit help description.  */
-+  const char *version_help; /**< @brief Print version and exit help description.  */
-+  int version_full_flag;	/**< @brief Output more version details and exit (default=off).  */
-+  const char *version_full_help; /**< @brief Output more version details and exit help description.  */
-+  char ** pdb_arg;	/**< @brief Input coordinate file .  */
-+  char ** pdb_orig;	/**< @brief Input coordinate file  original value given at command line.  */
-+  unsigned int pdb_min; /**< @brief Input coordinate file 's minimum occurreces */
-+  unsigned int pdb_max; /**< @brief Input coordinate file 's maximum occurreces */
-+  const char *pdb_help; /**< @brief Input coordinate file  help description.  */
-+  char ** coords_arg;	/**< @brief Same as --pdb.  */
-+  char ** coords_orig;	/**< @brief Same as --pdb original value given at command line.  */
-+  unsigned int coords_min; /**< @brief Same as --pdb's minimum occurreces */
-+  unsigned int coords_max; /**< @brief Same as --pdb's maximum occurreces */
-+  const char *coords_help; /**< @brief Same as --pdb help description.  */
-+  char ** xyzin_arg;	/**< @brief Same as --pdb.  */
-+  char ** xyzin_orig;	/**< @brief Same as --pdb original value given at command line.  */
-+  unsigned int xyzin_min; /**< @brief Same as --pdb's minimum occurreces */
-+  unsigned int xyzin_max; /**< @brief Same as --pdb's maximum occurreces */
-+  const char *xyzin_help; /**< @brief Same as --pdb help description.  */
-+  char ** map_arg;	/**< @brief Input CCP4-format map.  */
-+  char ** map_orig;	/**< @brief Input CCP4-format map original value given at command line.  */
-+  unsigned int map_min; /**< @brief Input CCP4-format map's minimum occurreces */
-+  unsigned int map_max; /**< @brief Input CCP4-format map's maximum occurreces */
-+  const char *map_help; /**< @brief Input CCP4-format map help description.  */
-+  char ** data_arg;	/**< @brief Input MTZ, PHS or mmCIF reflection data.  */
-+  char ** data_orig;	/**< @brief Input MTZ, PHS or mmCIF reflection data original value given at command line.  */
-+  unsigned int data_min; /**< @brief Input MTZ, PHS or mmCIF reflection data's minimum occurreces */
-+  unsigned int data_max; /**< @brief Input MTZ, PHS or mmCIF reflection data's maximum occurreces */
-+  const char *data_help; /**< @brief Input MTZ, PHS or mmCIF reflection data help description.  */
-+  char ** hklin_arg;	/**< @brief Same as --data.  */
-+  char ** hklin_orig;	/**< @brief Same as --data original value given at command line.  */
-+  unsigned int hklin_min; /**< @brief Same as --data's minimum occurreces */
-+  unsigned int hklin_max; /**< @brief Same as --data's maximum occurreces */
-+  const char *hklin_help; /**< @brief Same as --data help description.  */
-+  char ** auto_arg;	/**< @brief On startup, read MTZ file with default column labels.  */
-+  char ** auto_orig;	/**< @brief On startup, read MTZ file with default column labels original value given at command line.  */
-+  unsigned int auto_min; /**< @brief On startup, read MTZ file with default column labels's minimum occurreces */
-+  unsigned int auto_max; /**< @brief On startup, read MTZ file with default column labels's maximum occurreces */
-+  const char *auto_help; /**< @brief On startup, read MTZ file with default column labels help description.  */
-+  char ** code_arg;	/**< @brief On startup, get PDB file and map from EDS.  */
-+  char ** code_orig;	/**< @brief On startup, get PDB file and map from EDS original value given at command line.  */
-+  unsigned int code_min; /**< @brief On startup, get PDB file and map from EDS's minimum occurreces */
-+  unsigned int code_max; /**< @brief On startup, get PDB file and map from EDS's maximum occurreces */
-+  const char *code_help; /**< @brief On startup, get PDB file and map from EDS help description.  */
-+  char * dictionary_arg;	/**< @brief Read in a CIF monomer dictionary.  */
-+  char * dictionary_orig;	/**< @brief Read in a CIF monomer dictionary original value given at command line.  */
-+  const char *dictionary_help; /**< @brief Read in a CIF monomer dictionary help description.  */
-+  char ** script_arg;	/**< @brief Run a script on startup.  */
-+  char ** script_orig;	/**< @brief Run a script on startup original value given at command line.  */
-+  unsigned int script_min; /**< @brief Run a script on startup's minimum occurreces */
-+  unsigned int script_max; /**< @brief Run a script on startup's maximum occurreces */
-+  const char *script_help; /**< @brief Run a script on startup help description.  */
-+  char ** command_arg;	/**< @brief Run a command on startup.  */
-+  char ** command_orig;	/**< @brief Run a command on startup original value given at command line.  */
-+  unsigned int command_min; /**< @brief Run a command on startup's minimum occurreces */
-+  unsigned int command_max; /**< @brief Run a command on startup's maximum occurreces */
-+  const char *command_help; /**< @brief Run a command on startup help description.  */
-+  int python_flag;	/**< @brief Process -c arguments as Python (default=off).  */
-+  const char *python_help; /**< @brief Process -c arguments as Python help description.  */
-+  char * ccp4_project_arg;	/**< @brief Define CCP4 project directory.  */
-+  char * ccp4_project_orig;	/**< @brief Define CCP4 project directory original value given at command line.  */
-+  const char *ccp4_project_help; /**< @brief Define CCP4 project directory help description.  */
-+  char * directory_arg;	/**< @brief Define working directory.  */
-+  char * directory_orig;	/**< @brief Define working directory original value given at command line.  */
-+  const char *directory_help; /**< @brief Define working directory help description.  */
-+  int no_state_script_flag;	/**< @brief Don't run the state script (default=off).  */
-+  const char *no_state_script_help; /**< @brief Don't run the state script help description.  */
-+  int state_script_flag;	/**< @brief Run the state script without asking (default=off).  */
-+  const char *state_script_help; /**< @brief Run the state script without asking help description.  */
-+  int no_graphics_flag;	/**< @brief Run Coot without graphics (default=off).  */
-+  const char *no_graphics_help; /**< @brief Run Coot without graphics help description.  */
-+  int no_guano_flag;	/**< @brief Don't write state and history files on exit (default=off).  */
-+  const char *no_guano_help; /**< @brief Don't write state and history files on exit help description.  */
-+  int no_splash_screen_flag;	/**< @brief Don't display splash screen (default=off).  */
-+  const char *no_splash_screen_help; /**< @brief Don't display splash screen help description.  */
-+  char * splash_screen_arg;	/**< @brief Alternate splash screen.  */
-+  char * splash_screen_orig;	/**< @brief Alternate splash screen original value given at command line.  */
-+  const char *splash_screen_help; /**< @brief Alternate splash screen help description.  */
-+  int small_screen_flag;	/**< @brief Start up on computer with small screen (default=off).  */
-+  const char *small_screen_help; /**< @brief Start up on computer with small screen help description.  */
-+  int stereo_flag;	/**< @brief Start in hardware stereo mode (default=off).  */
-+  const char *stereo_help; /**< @brief Start in hardware stereo mode help description.  */
-+  int side_by_side_flag;	/**< @brief Start in side-by-side stereo mode (default=off).  */
-+  const char *side_by_side_help; /**< @brief Start in side-by-side stereo mode help description.  */
-+  int zalman_stereo_flag;	/**< @brief Use Zalman stereo hardware (default=off).  */
-+  const char *zalman_stereo_help; /**< @brief Use Zalman stereo hardware help description.  */
-+  char * host_arg;	/**< @brief Run listener on host.  */
-+  char * host_orig;	/**< @brief Run listener on host original value given at command line.  */
-+  const char *host_help; /**< @brief Run listener on host help description.  */
-+  char * hostname_arg;	/**< @brief Same as --host.  */
-+  char * hostname_orig;	/**< @brief Same as --host original value given at command line.  */
-+  const char *hostname_help; /**< @brief Same as --host help description.  */
-+  int port_arg;	/**< @brief Port number for listener defined by --host.  */
-+  char * port_orig;	/**< @brief Port number for listener defined by --host original value given at command line.  */
-+  const char *port_help; /**< @brief Port number for listener defined by --host help description.  */
-+  int update_self_flag;	/**< @brief Attempt update of Coot installation (default=off).  */
-+  const char *update_self_help; /**< @brief Attempt update of Coot installation help description.  */
-+  int self_test_flag;	/**< @brief Run internal self-test and exit (default=off).  */
-+  const char *self_test_help; /**< @brief Run internal self-test and exit help description.  */
-+
-+  unsigned int help_given ;	/**< @brief Whether help was given.  */
-+  unsigned int detailed_help_given ;	/**< @brief Whether detailed-help was given.  */
-+  unsigned int full_help_given ;	/**< @brief Whether full-help was given.  */
-+  unsigned int version_given ;	/**< @brief Whether version was given.  */
-+  unsigned int version_full_given ;	/**< @brief Whether version-full was given.  */
-+  unsigned int pdb_given ;	/**< @brief Whether pdb was given.  */
-+  unsigned int coords_given ;	/**< @brief Whether coords was given.  */
-+  unsigned int xyzin_given ;	/**< @brief Whether xyzin was given.  */
-+  unsigned int map_given ;	/**< @brief Whether map was given.  */
-+  unsigned int data_given ;	/**< @brief Whether data was given.  */
-+  unsigned int hklin_given ;	/**< @brief Whether hklin was given.  */
-+  unsigned int auto_given ;	/**< @brief Whether auto was given.  */
-+  unsigned int code_given ;	/**< @brief Whether code was given.  */
-+  unsigned int dictionary_given ;	/**< @brief Whether dictionary was given.  */
-+  unsigned int script_given ;	/**< @brief Whether script was given.  */
-+  unsigned int command_given ;	/**< @brief Whether command was given.  */
-+  unsigned int python_given ;	/**< @brief Whether python was given.  */
-+  unsigned int ccp4_project_given ;	/**< @brief Whether ccp4-project was given.  */
-+  unsigned int directory_given ;	/**< @brief Whether directory was given.  */
-+  unsigned int no_state_script_given ;	/**< @brief Whether no-state-script was given.  */
-+  unsigned int state_script_given ;	/**< @brief Whether state-script was given.  */
-+  unsigned int no_graphics_given ;	/**< @brief Whether no-graphics was given.  */
-+  unsigned int no_guano_given ;	/**< @brief Whether no-guano was given.  */
-+  unsigned int no_splash_screen_given ;	/**< @brief Whether no-splash-screen was given.  */
-+  unsigned int splash_screen_given ;	/**< @brief Whether splash-screen was given.  */
-+  unsigned int small_screen_given ;	/**< @brief Whether small-screen was given.  */
-+  unsigned int stereo_given ;	/**< @brief Whether stereo was given.  */
-+  unsigned int side_by_side_given ;	/**< @brief Whether side-by-side was given.  */
-+  unsigned int zalman_stereo_given ;	/**< @brief Whether zalman-stereo was given.  */
-+  unsigned int host_given ;	/**< @brief Whether host was given.  */
-+  unsigned int hostname_given ;	/**< @brief Whether hostname was given.  */
-+  unsigned int port_given ;	/**< @brief Whether port was given.  */
-+  unsigned int update_self_given ;	/**< @brief Whether update-self was given.  */
-+  unsigned int self_test_given ;	/**< @brief Whether self-test was given.  */
-+
-+} ;
-+
-+/** @brief The additional parameters to pass to parser functions */
-+struct cmdline_parser_params
-+{
-+  int override; /**< @brief whether to override possibly already present options (default 0) */
-+  int initialize; /**< @brief whether to initialize the option structure gengetopt_args_info (default 1) */
-+  int check_required; /**< @brief whether to check that all required options were provided (default 1) */
-+  int check_ambiguity; /**< @brief whether to check for options already specified in the option structure gengetopt_args_info (default 0) */
-+  int print_errors; /**< @brief whether getopt_long should print an error message for a bad option (default 1) */
-+} ;
-+
-+/** @brief the purpose string of the program */
-+extern const char *gengetopt_args_info_purpose;
-+/** @brief the usage string of the program */
-+extern const char *gengetopt_args_info_usage;
-+/** @brief all the lines making the help output */
-+extern const char *gengetopt_args_info_help[];
-+/** @brief all the lines making the full help output (including hidden options) */
-+extern const char *gengetopt_args_info_full_help[];
-+/** @brief all the lines making the detailed help output (including hidden options and details) */
-+extern const char *gengetopt_args_info_detailed_help[];
-+
-+/**
-+ * The command line parser
-+ * @param argc the number of command line options
-+ * @param argv the command line options
-+ * @param args_info the structure where option information will be stored
-+ * @return 0 if everything went fine, NON 0 if an error took place
-+ */
-+int cmdline_parser (int argc, char * const *argv,
-+  struct gengetopt_args_info *args_info);
-+
-+/**
-+ * The command line parser (version with additional parameters - deprecated)
-+ * @param argc the number of command line options
-+ * @param argv the command line options
-+ * @param args_info the structure where option information will be stored
-+ * @param override whether to override possibly already present options
-+ * @param initialize whether to initialize the option structure my_args_info
-+ * @param check_required whether to check that all required options were provided
-+ * @return 0 if everything went fine, NON 0 if an error took place
-+ * @deprecated use cmdline_parser_ext() instead
-+ */
-+int cmdline_parser2 (int argc, char * const *argv,
-+  struct gengetopt_args_info *args_info,
-+  int override, int initialize, int check_required);
-+
-+/**
-+ * The command line parser (version with additional parameters)
-+ * @param argc the number of command line options
-+ * @param argv the command line options
-+ * @param args_info the structure where option information will be stored
-+ * @param params additional parameters for the parser
-+ * @return 0 if everything went fine, NON 0 if an error took place
-+ */
-+int cmdline_parser_ext (int argc, char * const *argv,
-+  struct gengetopt_args_info *args_info,
-+  struct cmdline_parser_params *params);
-+
-+/**
-+ * Save the contents of the option struct into an already open FILE stream.
-+ * @param outfile the stream where to dump options
-+ * @param args_info the option struct to dump
-+ * @return 0 if everything went fine, NON 0 if an error took place
-+ */
-+int cmdline_parser_dump(FILE *outfile,
-+  struct gengetopt_args_info *args_info);
-+
-+/**
-+ * Save the contents of the option struct into a (text) file.
-+ * This file can be read by the config file parser (if generated by gengetopt)
-+ * @param filename the file where to save
-+ * @param args_info the option struct to save
-+ * @return 0 if everything went fine, NON 0 if an error took place
-+ */
-+int cmdline_parser_file_save(const char *filename,
-+  struct gengetopt_args_info *args_info);
-+
-+/**
-+ * Print the help
-+ */
-+void cmdline_parser_print_help(void);
-+/**
-+ * Print the full help (including hidden options)
-+ */
-+void cmdline_parser_print_full_help(void);
-+/**
-+ * Print the detailed help (including hidden options and details)
-+ */
-+void cmdline_parser_print_detailed_help(void);
-+/**
-+ * Print the version
-+ */
-+void cmdline_parser_print_version(void);
-+
-+/**
-+ * Initializes all the fields a cmdline_parser_params structure
-+ * to their default values
-+ * @param params the structure to initialize
-+ */
-+void cmdline_parser_params_init(struct cmdline_parser_params *params);
-+
-+/**
-+ * Allocates dynamically a cmdline_parser_params structure and initializes
-+ * all its fields to their default values
-+ * @return the created and initialized cmdline_parser_params structure
-+ */
-+struct cmdline_parser_params *cmdline_parser_params_create(void);
-+
-+/**
-+ * Initializes the passed gengetopt_args_info structure's fields
-+ * (also set default values for options that have a default)
-+ * @param args_info the structure to initialize
-+ */
-+void cmdline_parser_init (struct gengetopt_args_info *args_info);
-+/**
-+ * Deallocates the string fields of the gengetopt_args_info structure
-+ * (but does not deallocate the structure itself)
-+ * @param args_info the structure to deallocate
-+ */
-+void cmdline_parser_free (struct gengetopt_args_info *args_info);
-+
-+/**
-+ * Checks that all the required options were specified
-+ * @param args_info the structure to check
-+ * @param prog_name the name of the program that will be used to print
-+ *   possible errors
-+ * @return
-+ */
-+int cmdline_parser_required (struct gengetopt_args_info *args_info,
-+  const char *prog_name);
-+
-+
-+#ifdef __cplusplus
-+}
-+#endif /* __cplusplus */
-+#endif /* CMDLINE_H */
-diff --git a/src/command-line.cc b/src/command-line.cc
-index 38e9d7f..aa4864c 100644
---- a/src/command-line.cc
-+++ b/src/command-line.cc
-@@ -62,6 +62,8 @@
- #include "cc-interface.hh"
- #include "command-line.hh"
- 
-+// This header file is produced by gengetopt, defines the args structure.
-+#include "cmdline.h"
- 
- command_line_data
- parse_command_line(int argc, char ** argv ) { 
-@@ -69,267 +71,163 @@ parse_command_line(int argc, char ** argv ) {
-    command_line_data cld; 
- 
- #ifdef _GETOPT_H    
--   int ch; 
--
-- /* 
--   * the option string will be passed to getopt(3), the format
--   * of our string "sf:v:" will allow us to accept -s as a flag,
--   * and -f or -v with an argument, the colon suffix tells getopt(3)
--   * that we're expecting an argument.  Eg:  optest -s -f this -v8
--   *
--   */
-- 
--   const char *optstr = "p:m:d:s:c:"; 
--
--     /* 
--   * getopt(3) takes our argc, and argv, it also takes
--   * the option string we set up earlier.  It will assign
--   * the switch character to ch, and -1 when there are no more
--   * command line options to parse.
--   *
--   */
--
--   static struct option long_options[] = {
--      {"pdb" ,   1, 0, 0},
--      {"coords", 1, 0, 0},
--      {"xyzin",  1, 0, 0},
--      {"map" ,   1, 0, 0},
--      {"data",   1, 0, 0},
--      {"hklin",  1, 0, 0},
--      {"auto",   1, 0, 0},
--      {"script", 1, 0, 0},
--      {"ccp4-project", 1, 0, 0},
--      {"dictionary", 1, 0, 0},
--      {"code",       1, 0, 0},
--      {"port",       1, 0, 0},
--      {"host",       1, 0, 0},
--      {"hostname",   1, 0, 0}, // alternate for host
--      {"help",       0, 0, 0},
--      {"python",     0, 0, 0},
--      {"splash-screen", 1, 0, 0}, // alternate splash screen
--      {"self-test",     0, 0, 0},
--      {"no-state-script",    0, 0, 0},
--      {"no-graphics",        0, 0, 0},
--      {"no-splash-screen",        0, 0, 0},
--      {"stereo",     0, 0, 0},       // no arguments 
--      {"side-by-side",     0, 0, 0}, // no arguments 
--      {"zalman-stereo",     0, 0, 0}, // no arguments 
--      {"version",    0, 0, 0},       // no arguments 
--      {"version-full",  0, 0, 0},       // no arguments 
--      {"no-guano",   0, 0, 0},       // no arguments
--      {"small-screen", 0, 0, 0},       // no arguments (setting for EEE PC and other small screens)
--      {"update-self", 0, 0, 0},  
--      {0, 0, 0, 0}	       // must have blanks at end
--   };
--
--   int option_index = 0; 
--
--   while( -1 != 
--	  (ch = getopt_long(argc, argv,optstr, long_options, &option_index) )) {
--
--      switch(ch) {
--	 
--	 // a long option
--	 
--      case 0: 
--	 if (optarg) {
--
--	    // options that need an argument:
--	    
--	    std::string arg_str = long_options[option_index].name;
--
--	    if (arg_str == "pdb") { 
--	       cld.coords.push_back(optarg);
--	    }
--	    if (arg_str == "coords") { 
--	       cld.coords.push_back(optarg);
--	    }
--	    if (arg_str == "xyzin") {
--	       cld.coords.push_back(optarg);
--	    }
--	    if (arg_str == "map") { 
--	       cld.maps.push_back(optarg);
--	    }
--	    if (arg_str == "data") { 
--	       cld.datasets.push_back(optarg);
--	    }
--	    if (arg_str == "hklin") { 
--	       cld.datasets.push_back(optarg);
--	    }
--	    if (arg_str == "script") {
--	       cld.script.push_back(optarg);
--	    } 
--	    if (arg_str == "port") {
--	       cld.port = atoi(optarg);
--	    } 
--	    if (arg_str == "host") {
--	       cld.hostname = optarg;
--	    } 
--	    if (arg_str == "hostname") {
--	       cld.hostname = optarg;
--	    }
--	    if (arg_str == "auto") {
--	       cld.auto_datasets.push_back(optarg);
--	    }
--	    if (arg_str == "dictionary") {
--	       cld.dictionaries.push_back(optarg);
--	    }
--	    if (arg_str == "ccp4-project") {
--	       cld.ccp4_project = optarg;
--	    }
--	    if (arg_str == "code") {
--	       cld.accession_codes.push_back(optarg);
--	    }
--	    if (arg_str == "splash-screen") {
--	       cld.alternate_splash_screen_file_name = optarg;
--	    }
--	    
--	 } else { 
--
--	    // long argument without parameter:
--	    std::string arg_str(long_options[option_index].name);
--	    
--	    if (arg_str == "stereo") {
--	       cld.hardware_stereo_flag = 1;
--	    } else {
--	       if (arg_str == "zalman-stereo") {
--		  cld.hardware_stereo_flag = 5;
--	       } else {
--		  
--		  // Thanks for suggesting this Ezra.
--		  // 
--		  if (arg_str == "help") {
--		     std::cout << std::endl
--			       << "Usage: coot [--pdb pdb-file-name]\n"
--			       << "            [--coords pdb/cif/shelx-filename]\n"
--			       << "            [--map ccp4-map-file-name]\n"
--			       << "            [--data mtz-file-name]\n"
--			       << "            [--hklin mtz-file-name]\n"
--			       << "            [--auto mtz-file-name]\n"
--			       << "            [--dictionary cif-dictionary-file-name]\n"
--			       << "            [--script script-file-name]\n"
--			       << "            [--small-screen]\n"
--			       << "            [--splash-screen]\n"
--			       << "            [--stereo]\n"
--			       << "            [--zalman-stereo]\n"
--			       << "            [--side-by-side]\n"
--			       << "            [--version]\n"
--			       << "            [--version-full]\n"
--			       << "            [--update-self]\n"
--			       << "            [--self-test]\n"
--			       << "            [--no-state-script]\n"
--			       << "            [--no-splash-screen]\n"
--			       << "            [--no-graphics]\n"
--			       << "            [--no-guano]\n"
--			       << std::endl;
--		     exit(0);
--		  } else {
--		     
--		     if (arg_str == "version") {
--			std::cout << coot_version() << std::endl;
--			exit(0);
--		     } else {
--			
--			if (arg_str == "version-full") {
--			   std::cout << coot_version() << std::endl;
--			   std::cout << "Binary type: " << COOT_SYS_BUILD_TYPE << std::endl;
--			   exit(0);
--			   
--			} else {
--			   if (arg_str == "python") {
--			      cld.script_is_python_flag = 1;
--			   } else { 
--
--			      if (arg_str == "no-state-script") {
--				 graphics_info_t::run_state_file_status = 0;
--			      } else { 
--
--				 if (arg_str == "no-graphics") {
--				    cld.do_graphics = 0;
--				 } else { 
--				    if (arg_str == "side-by-side") {
--				       cld.hardware_stereo_flag = 2;
--				    } else { 
--				       if (arg_str == "no-guano") {
--					  cld.disable_state_script_writing = 1;
--				       } else {
--					  if (arg_str == "small-screen") {
--					     cld.small_screen_display = 1;
--					  } else {
--					     if (arg_str == "no-splash-screen") {
--						cld.use_splash_screen = 0;
--					     } else {
--					        if (arg_str == "self-test") {
--						   cld.run_internal_tests_and_exit = 1;
--						} else {
--						   if (arg_str == "update-self") {
--						      cld.update_self = 1;
--						      cld.do_graphics = 0;
--						   } else {
--						      std::cout << "WARNING! Malformed option - needs an argument: " 
--								<< long_options[option_index].name
--								<< std::endl << std::endl;
--						   }
--						}
--					     }
--					  }
--				       }
--				    }
--				 }
--			      }
--			   }
--			}
--		     }
--		  }
--	       }
--	    }
--	 }
--	 break; 
--	 
--	 // try short options then...
--	 
--      case 'p':
--	 cld.coords.push_back(optarg);
--	 break; 
--	 
--      case 's':
--	 cld.script.push_back(optarg);
--	 break; 
--	 
--      case 'd':
--	 cld.datasets.push_back(optarg);
--	 break; 
--	 
--      case 'a':
--	 cld.auto_datasets.push_back(optarg);
--	 break; 
--	 
--      case 'm':
--	 cld.maps.push_back(optarg);
--	 break; 
--	 
--      case 'c':
--         if (optarg) { 
--            std::cout << "command optarg: " << optarg << std::endl;
--	    cld.command.push_back(optarg);
--         } else { 
--            std::cout << "command optarg is NULL " << std::endl;
--         } 
--	 break; 
--	 
--      case '?':
--	 std::cout << "Unrecognised option: " << optopt << std::endl;
--	 break;
--	 
--      default:
--	 std::cout << "Unaccounted for optarg condition " << std::endl; 
--	 break; 
--      }
-+
-+   gengetopt_args_info args;
-+
-+   // call the gengetopt generated command line parser
-+   if (cmdline_parser (argc, argv, &args) != 0) {
-+     std::cout << "WARNING:: error parsing command line arguments" << std::endl;
-+     return cld;
-+   }
-+
-+   // --pdb <filename> ...
-+   for (int i=0; i<args.pdb_given; i++) {
-+     cld.coords.push_back(std::string(args.pdb_arg[i]));
-+   }
-+   // --coords <filename> ...
-+   for (int i=0; i<args.coords_given; i++) {
-+     cld.coords.push_back(std::string(args.coords_arg[i]));
-+   }
-+
-+   // --xyzin <filename> ...
-+   for (int i=0; i<args.xyzin_given; i++) {
-+     cld.coords.push_back(std::string(args.xyzin_arg[i]));
-+   }
-+
-+   // --map <filename> ...
-+   for (int i=0; i<args.map_given; i++) {
-+     cld.maps.push_back(std::string(args.map_arg[i]));
-+   }
-+
-+   // --data <filename> ...
-+   for (int i=0; i<args.data_given; i++) {
-+     cld.datasets.push_back(std::string(args.data_arg[i]));
-+   }
-+
-+   // --hklin <filename> ...
-+   for (int i=0; i<args.hklin_given; i++) {
-+     cld.datasets.push_back(std::string(args.hklin_arg[i]));
-+   }
-+   // --script <filename> ...
-+   for (int i=0; i<args.script_given; i++) {
-+     cld.script.push_back(std::string(args.script_arg[i]));
-+   }
-+
-+   // --port <int>
-+   if (args.port_given)
-+     cld.port = args.port_arg;
-+
-+   // --host <host>
-+   if (args.host_given)
-+     cld.hostname = std::string(args.host_arg);
-+
-+   // --hostname <host>
-+   if (args.hostname_given)
-+     cld.hostname = std::string(args.hostname_arg);
-+
-+   // --auto <filename>...
-+   for (int i=0; i<args.auto_given; i++) {
-+     cld.auto_datasets.push_back(std::string(args.auto_arg[i]));
-+   }
-+
-+   // --dictionary <filename> ...
-+   if (args.dictionary_given) {
-+     cld.dictionaries.push_back(std::string(args.dictionary_arg));
-+   }
-+
-+   // --ccp4-project
-+   if (args.ccp4_project_given) {
-+     cld.ccp4_project = std::string(args.ccp4_project_arg);
-+   }
-+
-+   // --code <ident> ...
-+   for (int i=0; i<args.code_given; i++) {
-+     cld.accession_codes.push_back(std::string(args.code_arg[i]));
-+   }
-+
-+   // --splash-screen <pngfile>
-+   if (args.splash_screen_given) {
-+     cld.alternate_splash_screen_file_name = std::string(args.splash_screen_arg);
-+   }
-+
-+   // --stereo
-+   if (args.stereo_given)
-+     cld.hardware_stereo_flag = 1;
-+
-+   // --zalman-sterio
-+   if (args.zalman_stereo_given)
-+     cld.hardware_stereo_flag = 5;
-+
-+   // --full-version
-+   if (args.version_full_given) {
-+     std::cout << coot_version() << std::endl;
-+     std::cout << "Binary type: " << COOT_SYS_BUILD_TYPE << std::endl;
-+     exit(0);
-+   }
-+
-+   // --python
-+   if (args.python_given)
-+     cld.script_is_python_flag = 1;
-+
-+   // --no-state-script
-+   if (args.no_state_script_given)
-+     graphics_info_t::run_state_file_status = 0;
-+
-+   // --state-script
-+   if (args.state_script_given)
-+     graphics_info_t::run_state_file_status = 2;
-+
-+   // --no-graphics
-+   if (args.no_graphics_given)
-+     cld.do_graphics = 0;
-+
-+   // --side-by-side
-+   if (args.side_by_side_given)
-+     cld.hardware_stereo_flag = 2;
-+
-+   // --no-guano
-+   if (args.no_guano_given)
-+     cld.disable_state_script_writing = 1;
-+
-+   // --small-screen
-+   if (args.small_screen_given)
-+     cld.small_screen_display = 1;
-+
-+   // --no-splash-screen
-+   if (args.no_splash_screen_given)
-+     cld.use_splash_screen = 0;
-+
-+   // --self-test
-+   if (args.self_test_given)
-+     cld.run_internal_tests_and_exit = 1;
-+
-+   // --update-self
-+   if (args.update_self_given) {
-+     cld.update_self = 1;
-+     cld.do_graphics = 0;
-+   }
-+
-+   // --command <command> ...
-+   for (int i=0; i<args.command_given; i++) {
-+     cld.command.push_back(std::string(args.command_arg[i]));
-+   }
-+
-+   // --directory <dir>
-+   if (args.directory_given) {
-+     if (chdir (args.directory_arg) != 0) {
-+       std::cout << "WARNING:: Could not change cwd to: " << args.directory_arg << std::endl;
-+     } else {
-+       std::cout << "INFO:: Working directory is now: " << args.directory_arg << std::endl;
-+     }
-    }
- 
-    if (cld.hostname != "" && cld.port != 0)
-       cld.try_listener = 1;
- 
-+   // deallocate memory allocated by the parser for string and
-+   // multiple options.
-+   cmdline_parser_free (&args);
-+
- #endif // _GETOPT_H    
- 
-    return cld; 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 30692c6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,14 +0,0 @@
-0001-lbg_makefile.am.patch
-0002-application_path.patch
-0003-command-line.patch
-0004-configure-fftw-prefix.patch
-0005-coot-history.patch
-0006-splash-screen.patch
-0007-ac_init.patch
-0008-convenience-libraries.patch
-0009-doc_makefile.am.patch
-0010-refman.patch
-0011-userman.patch
-0012-coot-plain-2.eps.patch
-0013-check_for_updates.patch
-0014-optparse.patch
diff --git a/debian/rules b/debian/rules
index e238a38..f755e66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ else
 endif
 
 override_dh_auto_configure:
-	dh_auto_configure -- --
+	dh_auto_configure -- --with-python
 
 override_dh_auto_build:
 	dh_auto_build
@@ -26,8 +26,8 @@ override_dh_auto_build:
 	# make a nice background image for coots-nest
 	convert -scale 200% pixmaps/ubuntu-splash.png pixmaps/coots-nest-background.png
 
-override_dh_auto_install-indep:
-	dh_auto_install-indep
+override_dh_auto_install:
+	dh_auto_install
 	cd data; $(MAKE) DESTDIR=../debian/tmp install
 	cd rama-data; $(MAKE) DESTDIR=../debian/tmp install
 	cd python; $(MAKE) DESTDIR=../debian/tmp install
@@ -35,9 +35,6 @@ override_dh_auto_install-indep:
 	dh_install -i --exclude=scheme
 	chmod 755 debian/coot-data/usr/share/coot/pdbget.sh
 
-override_dh_auto_install-binary:
-	override_dh_auto_install-binary
-
 	# Override the distributed wrappers with our own
 	for p in coot density-score-by-residue findligand findwaters; do \
 	  $(M4) --define=XXX=$$p debian/script.m4 > debian/tmp/usr/bin/$$p ; \
@@ -58,5 +55,8 @@ override_dh_auto_install-binary:
 override_dh_installdocs:
 	dh_installdocs RELEASE-NOTES debian/citation.bib
 
+# skip the test for now
+override_dh_auto_test:
+
 %:
 	dh $@ --with autotools_dev, autoreconf

-- 
Packaging for coot



More information about the debian-science-commits mailing list